@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Book.woff2') format('woff2'),
        url('../font/Gotham-Book.woff') format('woff'),
        url('../font/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Medium.woff2') format('woff2'),
        url('../font/Gotham-Medium.woff') format('woff'),
        url('../font/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Light.woff2') format('woff2'),
        url('../font/Gotham-Light.woff') format('woff'),
        url('../font/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham-Bold.woff2') format('woff2'),
        url('../font/Gotham-Bold.woff') format('woff'),
        url('../font/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body{
	font-family: 'Gotham';
    background-color: #FFF;
    color: #000;
    /*background-image: url('../img/background.png');*/
    background-size: 100% auto;
}
.font-light{
	font-weight: 300;
}
.logo{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 55px;
}
.navbar-default{
	border-radius: 0 !important;
	border: none;
	height: 110px;
	/*-webkit-box-shadow: 0px 7px 20px 0px rgba(75, 80, 81, 0.5);*/
	/*-moz-box-shadow:    0px 7px 20px 0px rgba(75, 80, 81, 0.5);*/
	/*box-shadow:         0px 7px 20px 0px rgba(75, 80, 81, 0.5);*/
	margin-bottom: 0px;
	background: rgba(0, 0, 0, 0.7) !important;
}
.navbar-nav > li > a{
	color: #FFF !important;
	font-size: 15px;
	padding: 45px 25px !important; 
}
.navbar-nav > li.active > a{
	/*font-weight: 400;*/
	background: none !important;
	border-bottom: 2px solid #7dcab8;
}
.navbar-menu-effect li > a::after {
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    bottom: 40px;
    left: 10px;
    right: 10px;
    background-color: #fab539;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
}
.navbar-menu-effect li:hover > a::after{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.no-padding{
	padding: 0 !important;
}
.ajaxForm button[type="submit"]{
	position: relative;
}
.ajaxForm button[type="submit"] i.fa.fa-spinner.fa-spin{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	margin: -10px 0 0 -10px;
	z-index: 10;
	opacity: 0;
    color: #FFF !important;
}
.ajaxForm button[type="submit"][disabled] i.fa.fa-spinner.fa-spin{
	opacity: 100;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #FFF !important;
}
.main-title h1:before{
	content: "";
	width: 40px;
	height: 40px;
	background-image: url('../img/plus-icon.png');
	background-repeat: no-repeat;
	background-position: center;
  display: block;
  float: left;
  margin-right: 15px;
  background-size: contain;
}
.main-title h1:after{
	content: "";
	width: 40px;
	height: 40px;
	background-image: url('../img/plus-icon.png');
	background-repeat: no-repeat;
	background-position: center;
  display: block;
  float: right;
  margin-left: 15px;
  background-size: contain;
}
.home-services{
	padding: 50px 0;
	text-align: center;
}
.home-services a{
	color: inherit !important;
	text-decoration: none !important;
}
.home-services a:hover img{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.home-services img{
	border-radius: 50%;
	border: 10px solid #1a2223;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.main-title{
	text-align: center;
	margin: 20px 0;
}	
.main-title h1{
	position: relative;
	display: inline-block;
}
.counters{
	padding: 50px 0;
}
.portfolio-item{
	position: relative;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-bottom: 30px;
}
.portfolio-item img{
	border: 3px solid #fab539;
}
.portfolio-item img, .fixed-image{
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.portfolio-item .item-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	text-align: center;
	font-weight: 300;
	cursor: pointer;
	opacity: 0;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio-item:hover .item-overlay{
	opacity: 1;
}
.portfolio-item .item-overlay table{
	width: 100%;
	height: 100%;
	font-size: 16px;
}
.portfolio-item .item-overlay i{
	font-size: 25px;
	margin-bottom: 10px;
}
.footer{
	margin-top: 30px;
	/*padding: 25px 0;*/
	margin-top: 25px;
	background: #000;
	color: #909090;
	font-weight: 500;
/*	background: url('../img/footer-bg.png') right center no-repeat;
	background-size: contain;*/
}
.instagram-photo-wrapper{
	padding: 5px !important;
	display: block;
}
.instagram-photo{
	position: relative;
}
.instagram-photo img{
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.instagram-photo i.fa-play-circle{
	font-size: 50px;
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -21px;
}
.instagram-photo .instagram-overlay{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.instagram-photo:hover .instagram-overlay{
	opacity: 1;
}
.instagram-photo .instagram-overlay p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px;
	color: #FFF;
	text-align: right;
	font-size: 15px;
}
.img-wide{
	width: 100%;
}
.slick-slider .prev{
    position: absolute;
    font-size: 40px;
    color: #dbdbdb;
    left: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 10;
}
.slick-slider .next{
    position: absolute;
    font-size: 40px;
    color: #dbdbdb;
    right: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 10;
}
.slick-disabled{
    visibility: hidden;
}
.portfolio-filter{
	margin-bottom: 25px;
}
.about > .col-sm-4{
	border-right: 2px solid #454545;
}
.about > .col-sm-4:last-child{
	border-right: none;
}
.about i.fa{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 7px;
    background-color: #fab539;
    color: #FFF;

}
.mt-30{
	margin-top: 30px;
}
#map{
  height: 350px;
  width: 100%;
}
.clientes-marcas img{
	height: 90px;
	width: auto;
	padding: 10px;
	border-right: 1px solid #454545;
}
/*************** FORM ************************/

form .input-container {
  position: relative;
  height: 3.4em;
  border: 0px dotted #fff;
  border-bottom-width: 1px;
}
.textarea-container textarea {
    border: none;
    border: 0px dotted #fff;
    box-shadow: none !important;
    padding: 1px;
    background: transparent;
    border-bottom-width: 1px; 
}
form .submit-container {
	float: right;
	margin-top: 30px;
	margin-bottom: 20px;
	right: -2;
	border: 1px dotted #fff;
}
/*form input {
  display: block;
  position: absolute;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  border: 0;
  top: 1.2em;
  background: none;
  z-index: 1;
  padding: 1px;
  font-size: 1em;
  font-family: 'Ubuntu Condensed', sans-serif;
  letter-spacing: 0.012em;
}
form span 
{
  color: #FFF;
  font-size: 0.8em;
  text-transform: uppercase;
}
form label {
  font-family: 'Ubuntu Condensed', sans-serif;
  display: block;
  position: absolute;
  margin-top: 2px;
  padding: 1px;
  letter-spacing: 0.012em;
  color: #FFF;
  font-size: 1em;
  -webkit-animation-name: labelIn;
          animation-name: labelIn;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-direction: reverse;
          animation-direction: reverse;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

form input:focus + label, form input:valid + label {
  -webkit-animation-name: labelOut;
          animation-name: labelOut;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}*/

@-webkit-keyframes labelIn {
  0% {
    left: 1px;
    opacity: 1;
    top: 1.2em;
    font-size: 1em;
    font-weight: 300;
  }
  50% {
    font-size: 1em;
    left: 1em;
    opacity: 0;
    top: 1.2em;
    font-weight: 300;
  }
  50.01% {
    font-size: 0.65em;
    left: 1em;
    opacity: 0;
    top: 0.2em;
    color: #000;
    font-weight: 400;
  }
  100% {
    font-size: 0.65em;
    opacity: 1;
    left: 1px;
    top: 0.2em;
    color: #000;
    font-weight: 400;
  }
}

@keyframes labelIn {
  0% {
    left: 1px;
    opacity: 1;
    top: 1.2em;
    font-size: 1em;
    font-weight: 300;
  }
  50% {
    font-size: 1em;
    left: 1em;
    opacity: 0;
    top: 1.2em;
    font-weight: 300;
  }
  50.01% {
    font-size: 0.65em;
    left: 1em;
    opacity: 0;
    top: 0.2em;
    color: #000;
    font-weight: 400;
  }
  100% {
    font-size: 0.65em;
    opacity: 1;
    left: 1px;
    top: 0.2em;
    color: #000;
    font-weight: 400;
  }
}

@-webkit-keyframes labelOut {
  0% {
    left: 1px;
    opacity: 1;
    top: 1.2em;
    font-size: 1em;
    font-weight: 300;
  }
  50% {
    font-size: 1em;
    left: 1em;
    opacity: 0;
    top: 1.2em;
    font-weight: 300;
  }
  50.01% {
    font-size: 0.65em;
    left: 1em;
    opacity: 0;
    top: 0.2em;
    color: #000;
    font-weight: 400;
  }
  100% {
    font-size: 0.65em;
    opacity: 1;
    left: 1px;
    top: 0.2em;
    color: #000;
    font-weight: 400;
  }
}

@keyframes labelOut {
  0% {
    left: 1px;
    opacity: 1;
    top: 1.2em;
    font-size: 1em;
    font-weight: 300;
  }
  50% {
    font-size: 1em;
    left: 1em;
    opacity: 0;
    top: 1.2em;
    font-weight: 300;
  }
  50.01% {
    font-size: 0.65em;
    left: 1em;
    opacity: 0;
    top: 0.2em;
    color: #000;
    font-weight: 400;
  }
  100% {
    font-size: 0.65em;
    opacity: 1;
    left: 1px;
    top: 0.2em;
    color: #000;
    font-weight: 400;
  }
}

form *:focus {
  outline: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

