/*  
Theme Name: Sítio Koga
Theme URI: http://www.agenciaidealizze.com.br
Author: Agência Idealizze
*/	

@font-face {
    font-family: 'proxima_novaregular';
    src: url('fonts/proxima/proximanova-regular-webfont.eot');
    src: url('fonts/proxima/proximanova-regular-webfont-.eot#iefix') format('embedded-opentype'),
         url('fonts/proxima/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proxima/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proxima/proximanova-regular-webfont.svg.html#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url('fonts/proxima/proximanova-bold-webfont.eot');
    src: url('fonts/proxima/proximanova-bold-webfont-.eot#iefix') format('embedded-opentype'),
         url('fonts/proxima/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proxima/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proxima/proximanova-bold-webfont.svg.html#proxima_novabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans/opensans-regular-webfont.eot');
    src: url('fonts/opensans/opensans-regular-webfont-.eot#iefix') format('embedded-opentype'),
         url('fonts/opensans/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ==========================================================================
Typography
========================================================================== */
p {
  font-family: 'open_sansregular';
  font-size: 13px;
  line-height: 20px;
  color:#242424;
}

h1 {
  font-size: 60px; }

h2 {
    margin: 0;
    font-size: 18px;
    font-family: 'proxima_novabold';
	text-transform:uppercase;
}
h3 {
    margin: 1em 0;
    font-size: 18px;
    font-family: 'proxima_novabold';
	color:#99cc33;
}
h4 {
    margin: 0 0;
    font-size: 36px;
    font-family: 'proxima_novabold';
	text-transform:uppercase;
	letter-spacing:1px;
	color:#3dc9b3;
}
h5 {
    font-size: 16px;
	color:#FFF;
    font-family: 'proxima_novabold';
	text-transform:uppercase;
}

h6 {
  font-family: 'open_sansregular';
  font-size: 13px;
  line-height: 20px;
  color:#242424;
}

.btn {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase; }

.btn:hover, .btn:focus {
  color: #fff;
  border-color: #FF5274;
  background-color: #FF5274; }

.btn-white {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #fff; }

.btn-white:hover, .btn-white:focus {
  color: #FF5274;
  border-color: #FF5274; }

.btn-fill {
  color: #fff;
  border: solid 2px #FF5274;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #FF5274; }

.btn-fill:hover, .btn-fill:focus {
  color: #fff;
  background-color: #D7405D;
  border-color: #D7405D; }

.btn-small {
  padding: 8px 40px; }

.btn-large {
  padding: 15px 40px; }

.btn-margin-right {
  margin-right: 20px; }

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
  content: "";
  display: table;
  clear: both; }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

a {
  color: #9c3;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color; }

a:hover, a:focus {
  color: #363636;
  text-decoration: none; }

body {
  font-family: 'open_sansregular';
  color: rgba(28, 54, 83, 0.6);
  -webkit-text-size-adjust: 100%; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'proxima_novabold';
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px; }

/* ==========================================================================
Animations
========================================================================== */
.pulse2 {
  -webkit-animation-name: pulse2;
          animation-name: pulse2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse2 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.floating-arrow {
  -webkit-animation-name: floating-arrow;
          animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  65% {
    -webkit-transform: translate(-50%, 15px);
            transform: translate(-50%, 15px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
.floating-logo {
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  50% {
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px); }
  to {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
/* ==========================================================================
Waypoinsts
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .wp8, .wp9 {
  visibility: hidden; }

.wp2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
  visibility: visible; }

/* ==========================================================================
Navigation
========================================================================== */
.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer; }

.nav-toggle:focus {
  outline: none; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  background: #242424;
  cursor: pointer; }

.nav-toggle span:before {
  top: -8px; }

.nav-toggle span:after {
  bottom: -8px; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.nav-toggle.active span {
  background-color: transparent; }

.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0; }

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg); }

.navicon {
  position: absolute;
  height: 26px;
  right: 0;
  top: 45px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; 
}

/* ==========================================================================
Hero
========================================================================== */
.hero {
  min-height: 750px;
  background:url("../images/bg-topo.jpg") center center;
  background-size: cover;
  position: relative;
  margin:0 0 -112px 0}
  .hero .down-arrow a {
    color: #fff; }
  .hero h1 {
    font-family: 'proxima_novabold';
    color: #fff;
	text-shadow: black 0.1em 0.1em 0.2em;
    margin-bottom: 10px; }
  .hero p.intro {
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
	text-shadow: black 0.1em 0.1em 0.2em;}
  .hero .hero-content {
   margin-top: 12%;
 }

@media (min-width:960px){
  .hero .hero-content {
   margin-top: 38%;
  }
}
.navigation {
  -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999; }

.fixed {
  position: fixed;
  background-color: #fff;
    box-shadow:none;
    border-bottom: 1px solid #e5e5e5;
	box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.07);
  z-index: 999;
  width: 100%; }

header {
  padding: 20px 0;
  position: relative;
  width: 1020px;
  margin: 0 auto;
  -webkit-transition: padding 300ms ease-in-out;
          transition: padding 300ms ease-in-out; }
  header a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'proxima_novabold';
	}
  header .logo {
	  width:188px;
	  height:99px;
    display: inline-block; }
  header ul.primary-nav {
    margin: 0 0 0 88px;
    padding: 0; }
    header ul.primary-nav li {
      display: inline; }
      header ul.primary-nav li a {
        color: #363636;
        padding-right: 35px; }
        header ul.primary-nav li a:hover{
          color: #99cc33; 
		  }
      header ul.primary-nav li:last-child a {
        padding-right: 0px; }

@media (min-width:960px){
  header ul.social-top li {
    display: inline; }
    header ul.social-top li a {
	  font-size:0;
	}
       header .header-nav {
    display: inline-block; }
  header .social-top {
    position: absolute;
    right: 0;
    top: 52px;
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
  }

  @media (min-width:1020px){
  header ul.social-top li {
    display: inline; }
    header ul.social-top li a {
	  padding:0 10px 0 10px;
	  font-size:24px;
      color: #9C3;}
      header ul.social-top li a:hover {
        color: #363636; }
  header .header-nav {
    display: inline-block; }
  header .social-top {
    position: absolute;
    right: 0;
    top: 52px;
    -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out; }
}

.down-arrow {
  color: #fff;
  font-size: 64px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   z-index:500;
}

/* ==========================================================================
.features-extra
========================================================================== */

.section-padding {
  padding: 100px 0 0 0;
  height:540px;
 }

@media (min-width:960px){
.features-extra {
  padding: 100px 0 0 0;
  width: 1040px;
  margin: 0 auto;
  height:610px;
}
}

@media (max-width:480px){
.features-extra {
  height:630px;
}
}

.features-extra {
  position: relative;
  z-index: 3; }
  .features-extra .sobre-img {
    position: absolute;
    width: 510px;
    height: 524px;
    background: url("../images/sobre.jpg") no-repeat center center;
    top: 150px;
    z-index: 4;
    left: 52%; }
.feature-list{
	margin-top:80px;
}
.feature-list h3{
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'proxima_novabold';
}

.feature-list p{
	margin:40px 0 0 0;
}

.arrow-btn{
    font-size: 46px;
    font-family: 'proxima_novabold';
	margin:10px 0 0 0;
}

.arrow-btn span{
	margin-left:6px;
    font-size: 24px;
}

.responsive-feature-img, .features-extra .responsive-feature-img {
  display: none; }

/* ==========================================================================
.fotos
========================================================================== */
.fotos {
  padding: 120px 0 0 0;
  height:100%;
}

.gallery_wrap {
  width: 100%;
}
.gallery_wrap:before,
.gallery_wrap:after {
  content: " ";
  display: table;
}
.gallery_wrap:after {
  clear: both;
}
.gallery_wrap:before,
.gallery_wrap:after {
  content: " ";
  display: table;
}
.gallery_wrap:after {
  clear: both;
}
.gallery_wrap:before,
.gallery_wrap:after {
  content: " ";
  display: table;
}
.gallery_wrap:after {
  clear: both;
}
.gallery_wrap:before,
.gallery_wrap:after {
  content: " ";
  display: table;
}
.gallery_wrap:after {
  clear: both;
}
.gallery_wrap img {
  width: 100%;
  margin: 0;
  padding:2px 2px 0 0;
}
.gallery_wrap .gallery_block_wrap1 {
  width: 40.09756097560976%;
  float: left;
  margin: 0;
}
.gallery_wrap .gallery_block_wrap1 .gallery_block1 {
  width: 100%;
}
.gallery_wrap .gallery_block_wrap1 .gallery_block1 .gallery_block1_1 {
  float: left;
  width: 49.75669099756691%;
}
.gallery_wrap .gallery_block_wrap1 .gallery_block1 .gallery_block1_2 {
  float: right;
  width: 50.24330900243309%;
}
.gallery_wrap .gallery_block_wrap2 {
  width: 59.90243902439024%;
  float: right;
  margin: 0;
}
.gallery_wrap .gallery_block_wrap2 .gallery_block2 {
  width: 100%;
}
.gallery_wrap .gallery_block_wrap2 .gallery_block2 .gallery_block2_1 {
  float: left;
  width: 33.63192182410423%;
}
.gallery_wrap .gallery_block_wrap2 .gallery_block2 .gallery_block2_2 {
  float: right;
  width: 66.36807817589577%;
}
.gallery_wrap .gallery_block_wrap2 .gallery_block3 {
  width: 100%;
}
.gallery_wrap .gallery_block_wrap2 .gallery_block3 .gallery_block3_1 {
  float: left;
  width: 67.10097719869707%;
}
.gallery_wrap .gallery_block_wrap2 .gallery_block3 .gallery_block3_2 {
  float: right;
  width: 32.89902280130293%;
}
.gallery_wrap .gallery_block_wrap3 {
  width: 20.14634146341463%;
  float: left;
  margin: 0;
}
.gallery_wrap .gallery_block_wrap3 .gallery_block4 {
  width: 100%;
}
.gallery_wrap .gallery_block_wrap4 .gallery_block5 {
  width: 79.85365853658537%;
  float: right;
  margin: 0;
}
.gallery_wrap .gallery_block_wrap4 .gallery_block5 .gallery_block5_1 {
  float: left;
  width: 25.22907758094075%;
}
.gallery_wrap .gallery_block_wrap4 .gallery_block5 .gallery_block5_2 {
  float: left;
  width: 49.78619425778864%;
}
.gallery_wrap .gallery_block_wrap4 .gallery_block5 .gallery_block5_3 {
  float: right;
  width: 24.98472816127062%;
}
.gallery_wrap .gallery_block_wrap4 .gallery_block6 {
  width: 79.85365853658537%;
  float: right;
  margin: 0;
}
.gallery_wrap .gallery_block_wrap4 .gallery_block6 .gallery_block6_1 {
  float: left;
  width: 50.33598045204643%;
}
.gallery_wrap .gallery_block_wrap4 .gallery_block6 .gallery_block6_2 {
  float: left;
  width: 24.67929138668296%;
}
.gallery_wrap .gallery_block_wrap4 .gallery_block6 .gallery_block6_3 {
  float: right;
  width: 24.98472816127062%;
}
@media (max-width: 991px) {
  .gallery_wrap .gallery_block_wrap1,
  .gallery_wrap .gallery_block_wrap2 {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .gallery_wrap .gallery_block_wrap1.gallery_block_wrap_767 .gallery_block1 .gallery_block1_1 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap1.gallery_block_wrap_767 .gallery_block1 .gallery_block1_2 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap2.gallery_block_wrap_767 .gallery_block2 .gallery_block2_1 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap2.gallery_block_wrap_767 .gallery_block2 .gallery_block2_2 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap2.gallery_block_wrap_767 .gallery_block3 .gallery_block3_1 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap2.gallery_block_wrap_767 .gallery_block3 .gallery_block3_2 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap3 {
    width: 100%;
    display: block;
  }
  .gallery_wrap .gallery_block_wrap4 {
    width: 100%;
    display: block;
  }
  .gallery_wrap .gallery_block_wrap4 .gallery_block5 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap4 .gallery_block5 .gallery_block5_1 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap4 .gallery_block5 .gallery_block5_2 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap4 .gallery_block5 .gallery_block5_3 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap4 .gallery_block6 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap4 .gallery_block6 .gallery_block6_1 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap4 .gallery_block6 .gallery_block6_2 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap4 .gallery_block6 .gallery_block6_3 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .gallery_wrap .gallery_block_wrap1 .gallery_block1 .gallery_block1_1 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap1 .gallery_block1 .gallery_block1_2 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap2 .gallery_block2 .gallery_block2_1 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap2 .gallery_block2 .gallery_block2_2 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap2 .gallery_block3 .gallery_block3_1 {
    width: 100%;
  }
  .gallery_wrap .gallery_block_wrap2 .gallery_block3 .gallery_block3_2 {
    width: 100%;
  }
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: 0;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color:#9C3;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f002';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 45px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  line-height: 100px;
  background: rgba(29, 29, 29, 0.8);
  text-align: center;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.lt-ie9 .thumb_overlay:before {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d1d1d', endColorstr='#ff1d1d1d');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1d1d1d', endColorstr='#ff1d1d1d');
  zoom: 1;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}

/* ==========================================================================
Sign up form
========================================================================== */
.contact {
    padding: 65px 0;
}

@media (min-width:960px){
.contact {
  padding: 65px 0 0 0;
  width: 1040px;
  margin: 0 auto;
  height:610px;
}
}

.contact img{
	margin:40px 0 12px 0;
}

.contact h1 {
    margin: 0 0 40px 0;
    padding: 0;
    color: #9C3;
    font-size: 34px;
    font-family: 'proxima_novabold';
	text-transform:uppercase;
	letter-spacing:2px;
}

.contact h2 {
    margin: 5px 0 5px 0;
    padding: 0;
    color: #242424;
    font-size: 14px;
	text-align:left;
}

.contact p {
    color: #242424;
	text-align:left;
	line-height:18px;
}
.contact-content {
    display: inline-block;
    margin-left: 0;
    width: 75%;
	margin-bottom:25px;
}
.contact-icon {
    display: inline-block;
    margin-right: 5px;
    width: 60px;
    height: 60px;
    border: solid 2px #9C3;
    border-radius: 50%;
    vertical-align: top;
}
.contact-icon img {
	margin:2px 0;
}

form{
	float:left;
	width:1010px;
	margin:20px 0 60px 0;
}

form input, form select, form textarea{
	float:left;
	width:100%;
	height:35px;
	border:1px solid #242424;
	padding:24px;
	color:#242424;
    font-family: 'open_sansregular';
	font-size:13px;
	background-color:transparent;
	margin-bottom:15px;
	resize:none;
	outline:none;
}
form .small{
	width:49%;
} 

form .right{
	float:right;
} 

form textarea{
	height:142px;
	width:83%;
	border:1px solid #242424;
} 

form input.btn-enviar{
	width:15%;
	height:142px;
	background-color:#3b3b3b;
	color:#9C3;
	float:right;
    font-family: 'proxima_novabold';
	text-transform:uppercase;
	font-size:16px;
} 

div.bg form{
	display:block;
	width:230px;
	margin:0 auto;
}

div.bg form input{
	float:left;
	width:100%;
	text-align:center;
	border:none;
	height:30px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 5px 10px 5px;
	border-bottom:1px solid #ffd900;
	color:#ffd800;
	font-family:"JosefinSans";
	font-size:18px;
	background-color:transparent;
	margin-bottom:5px;
}

@media screen and (min-width: 980px) and (max-width: 1280px){
	form{width:100%;margin:0px 0px 60px 0px}
	}

@media screen and (min-width: 760px) and (max-width: 979px){
	form{width:100%;margin:0px 0px 60px 0px}
	div.bg {font-size:29px;line-height:35px}}
	
@media screen and (min-width: 510px) and (max-width: 759px){
	div.small img{width:173px;height:168px}
	div.small img.right{margin-left:0px}
	form{width:100%;margin:0px 0px 10px 0px}
	form textarea{width:73%}
	form input.btn-enviar{width:25%}
	div.bg{margin-top:182px}
	div.bg {font-size:19px;line-height:28px}
}

@media screen and (min-width: 1px) and (max-width: 509px){
	form{
		width:100%;
		margin:0px 0px 10px 0px;
}
	form textarea{
		width:68%;
}
	form input.btn-enviar{
		width:30%;
}
	div.bg {
		margin-top:140px;
}
	div.bg{
		font-size:24px;
		line-height:28px;
}
	footer p,footer a{
		font-size:13px;
}
	footer,footer a {
		display:none;
}
	footer a{
		width:auto;
}
}

#chegar{
}

.rota{
	position:absolute;
	top:300px;
	left:35px;
	z-index:500;
	padding:15px;
    background:url("../images/bg-mapa.png") repeat;
	width:505px;
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}

.rota h1{
	float:left;
	position:relative;
	width:auto;
	font-size:16px !important;
	color:#ffffff;
	margin:0 !important;
	font-family: 'proxima_novabold';
	text-transform:uppercase;
	padding:15px 10px;
}

.rota input{
	color:#fff !important;	
	resize:none;
	outline:none;
}

.ver-rota{
	float:left;
	position:relative;
	width:270px;
	padding:13px 10px;
	background:none;
    font-family: 'open_sansregular';
	font-size:13px;
	border:1px solid #fff;
	border-right:none;
	color:#fff;
}

.isubmit{
	float:left;
	position:relative;
	width:auto;
	padding:12px 20px;
	cursor:pointer;
	background:none;
	color:#ffffff;
	font-size:14px;
	border:1px solid #fff;
	border-left:none;
	resize:none;
	outline:none;
}

#mapa { height: 412px;position:relative;}

.ver-rota::-webkit-input-placeholder {
   color: #fff;
}

.ver-rota:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
}

.ver-rota::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

.ver-irota:-ms-input-placeholder {  
   color: #fff;
}

/* ==========================================================================
Footer
========================================================================== */
footer { 
	width: 100%; 
	padding: 30px 0 44px; 
	background:#fff;
	} 

footer .direitos { 
	display: block; 
	float: left; 
	color:#242424;
	font-size: 13px; 
}

footer .autor { 
	display: block; 
	float: right;
	font-family: 'open_sansregular';
	color:#242424;
	font-size: 13px; 
}


/* ==========================================================================
Icon font (http://www.elegantthemes.com/fotos/freebie-of-the-week/free-line-style-icons)
========================================================================== */
@font-face {
  font-family: 'et-line';
  src: url("../fonts/et-line.eot");
  src: url("../fonts/et-line.eot?#iefix") format("embedded-opentype"), url("../fonts/et-line.woff") format("woff"), url("../fonts/et-line.ttf") format("truetype"), url("../fonts/et-line.svg#et-line") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'et-line';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }
