/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,input, legend,table,caption,tbody,tfoot,thead,tr,th,td{font-family:'Roboto', sans-serif; border:0;margin:0;padding:0;}
article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block;}
a img{border:0;}
figure{position:relative;}
figure img{width:100%;}

a{
	text-decoration:none;
	cursor:pointer;
}

.clear {
	clear:both;
	padding:0;
	margin:0;
}

.row ul {
	list-style:none;
}

/*------*/

html {
	height:100%;
	background:url(../img/back.jpg) no-repeat center top;
	background-size:cover;
	background-attachment:fixed;
}

body {
	height:100%;
	overflow-x:hidden;
	padding:0;
	margin:0;
}

object:focus {
	outline: none;
}

/*--- MENU ---*/

.menu {
	width:80%;
	height:auto;
	background:rgba(0,0,0,0.35);
	float:right;
	padding:40px 0;
	margin:0;
}

.menu object {
	width:75%;
	height:auto;
	margin:0 12.5%;
}

.menu .buttons {
	background:rgba(108,122,137,0.25);
	padding:0;
	margin:30px 0 10px 0;
}

.menu .buttons ul {
	list-style:none;
}

.menu .buttons ul li {
	font-size:1.250em;
	font-weight:300;
	color:#FFF;
	border-bottom:1px solid #FFF;
	padding:15px;
	margin:0;
}

.menu .buttons ul li:nth-child(1) {
	border-top:1px solid #FFF;
}

.menu .buttons ul li a {
	color:#FFF;
	display:block;
}

.menu .buttons ul li a:hover {
	color:#EE7C00;
}

.menu .contact-info {
	text-align:right;
	text-wrap:normal;
	padding:0 15px;
	margin:0;
}

.menu .contact-info p {
	font-size:0.875em;
	font-weight:300;
	color:#FFF;
	line-height:1.5em;
}

.menu .contact-info a {
	font-size:0.875em;
	font-weight:300;
	color:#FFF;
	line-height:1.8em;
}

.menu .contact-info a:hover {
	color:#EE7C00;
}

.letter {
	height:25px;
	width:40px;
	background-color:#EE7C00;
	overflow:hidden;
	position:relative;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	float:right;
	margin:10px 0;
}

.letter:before, .letter:after {
  content:'';
  position: absolute;
  left: 50%;
  height: 15px;
  width: 15px;
  transform: rotate(45deg) skew(-5deg, -5deg);
  margin-left: -17px;
  height: 35px;
  width: 35px;
  background-color:#EE7C00;
}

.letter:before {
  bottom: -100%;
  box-shadow: -2px -2px 0 0 #FFF;
}

.letter:after {
  top: -95%;
  box-shadow: 2px 2px 0 0 #FFF;
}

.menu .contact-info .letter a {
	width:40px;
	height:25px;
	position:absolute;
	z-index:20;
	display:block;
}

.admin {
	background:rgba(0,0,0,0.20);
	position:absolute;
	top:90%;
	left:0;
	padding:10px;
	margin:0;
}



/*--- WELCOME TEXT ---*/

.welcome {
	min-height:110px;
	background:#EE7C00;
	padding:70px 3%;
	margin:0;
}

.welcome p {
	font-size:1em;
	font-weight:300;
	color:#000;
	padding:0;
	margin:0;
}


/*--- RECENT WORKS ---*/

#container h2 {
	font-size:1.875em;
	font-weight:300;
	color:#FFF;
	background:#6C7A89;
	display:block;
	padding:20px 3%;
	margin:0;
}

.recent-works {
	width:100%;
	max-height:460px;
	overflow:hidden;
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:0;
	margin:0;
}

.recent-works img {
	width:100%;
	height:auto;
	position:relative;
	z-index:0;
}

.recent-works p {
	width:100%;
	font-size:1em;
	font-weight:400;
	color:#FFF;
	background:#000;
	display:block;
	position:absolute;
	z-index:1;
	bottom:0;
	padding:20px;
}

/*--- SERVICES ---*/

.services {
	height:100%;
	background:#EEE;
	padding:0;
}

.services h3 {
	font-weight:300;
	text-transform:uppercase;
	display:block;
	padding:1.5% 3.5%;
}

.services h3:nth-child(odd) {
	font-size:2.000em;
	background:#95A5A6;
	color:#FFF;
	letter-spacing:0.2em;
	text-align:left;
}

.services h3:nth-child(even) {
	font-size:2.000em;
	background:#DADFE1;
	color:#EE7C00;
	text-align:left;
	letter-spacing:0.3em;
}

.services p {
	padding:10px 0 40px 0;
}


/*--- WORK GALLERY ---*/

.work-gallery {
	width:100%;
	height:auto;
	border-bottom:1px solid #6C7A89;
	padding:30px 0;
	margin:0;
}

.work-gallery h3 {
	font-size:2.500em;
	font-weight:300;
	display:block;
	padding:0 18% 10px;
	margin:0;
}

.work-gallery p {
	font-size:1em;
	font-weight:300;
	color:#FFF;
	display:block;
	padding:0 18% 10px;
	margin:0;
}

.work-gallery:nth-child(even) {
	background:#EE7C00;
}

.work-gallery:nth-child(even) h3 {
	color:#FFF;
}

.work-gallery:nth-child(odd) {
	background:#DDD;
}

.work-gallery:nth-child(odd) h3 {
	color:#6C7A89;
}

.work-gallery:nth-child(odd) p {
	color:#6C7A89;
}

.thumbs {
	width:97%;
	padding: 10px 0 30px 0;
	text-align: center;
	margin:0 auto;
}

.thumbs:after {
	content: " ";
	display: block;
	clear: both;
}

.thumbs a {
	display: inline-block;
}

.thumbs a:nth-child(1) {
	width:65%;
	margin:20px 0 0 0;
}

.thumbs a:nth-child(3) {
	width:20%;
	margin:10px 2.25% 0 0;
}

.thumbs a:nth-child(4) {
	width:20%;
	margin:10px 2.25% 0 0;
}

.thumbs a:nth-child(5) {
	width:20%;
	margin:10px 0 0 0;
}

.thumbs a:nth-child(1) span {
	width:100%;
	max-height:400px;
	overflow:hidden;
	display:inline-block;
}

.thumbs a:nth-child(3) span {
	width:100%;
	max-height:200px;
	overflow:hidden;
	display:inline-block;
}

.thumbs a:nth-child(4) span {
	width:100%;
	max-height:200px;
	overflow:hidden;
	display:inline-block;
}

.thumbs a:nth-child(5) span {
	width:100%;
	max-height:200px;
	overflow:hidden;
	display:inline-block;
}

.thumbs img {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}

.thumbs img, .gallery img {
	padding:0;
}

.thumbs a:hover img {
	opacity:0.85;
}

.gallery {
	height: auto;
	padding: 30px 0;
}


/*--- CLIENTS ----*/

.row {
	width:96%;
	height:auto;
	clear:both;
	padding:20px 0 0 0;
	margin:0 2%;	
}

.client-cols {
	width:23.5%;
	height:auto;
	float:left;
	padding:0;
	margin-right:2%;
	margin-top:10px;
	margin-bottom:10px;
}

.last {
	margin-right: 0 !important;
}

.client-module {
	border:1px solid #6C7A89;
	padding:10px;
	margin:0;
}

.client-module img {
	width:100%;
}

.client-module p {
	font-size:1em;
	font-weight:300;
	color:#EEE;
	text-align:center;
	background:#6C7A89;
	display:block;
	padding:5px;
}


/*--- CONTACT --*/

.contact form {
	width:100%;
	height:auto;
	padding:0;
	margin:0;
}

.contact form fieldset {
	background:rgba(0,0,0,0.75);
	padding:50px;
	margin:0;
}

.contact form fieldset label {
	width:30%;
	height:30px;
	font-size:1em;
	font-weight:300;
	color:#EEE;
	border-bottom:1px solid #EE7C00;
	display:inline;
	float:left;
	clear:both;
	padding:30px 0 0 0;
	margin:0 0 0 0;
}

.contact form fieldset input {
	width:68%;
	height:30px;
	color:#EE7C00;
	border:1px solid #EE7C00;
	float:left;
	position:relative;
	padding:1px;
	margin:28px 0 10px 0;
}

.contact form fieldset input[type="button"], .contact form fieldset input[type="submit"] {
	background:#EE7C00;
	color:#FFF;
	border:none;
	float:right;
	position:relative;
	margin-right:2%;
}

.contact form fieldset textarea {
	width:68%;
	height:120px;
	color:#EE7C00;
	border:1px solid #EE7C00;
	float:left;
	position:relative;
	padding:1px;
	margin:20px 0 0 0;
}

.wrapper {
	width:70%;
	height:40px;
	position:relative;
	float:right;
}

.wrapper-file-input input[type="file"] {
	width:30%;
	height:33px;
	/** Posicionamos de forma absoluta **/
	position: absolute;
	left:0;
	/** Cambiamos los bordes **/
	border: solid transparent;
	border-width:0;
	/** Lo hacemos transparente **/
	opacity: 0;
	filter: alpha(opacity=0);
}

.fake-file-input {
  /** Lo que necesitamos **/
  background:#EE7C00;
  font-weight:300;
  color:#333;
  line-height:1;
  border:1px solid #333;
  position:relative;
  cursor: pointer;
  padding:6px 90px 6px 90px;
  top:35px;
} 

.file{
	color:#EE7C00;
	float:right;
	padding:0px 2% 15px 0;
}

.contact form fieldset iframe {
	width:68%;
	height:200px;
	float:right;
	margin-right:2%;
	margin-top:20px;
}