/*
Author: Mammoth-Interactive
Description: Beachstrap theme styles
Date: 31 October 2013 (Happy halloween!)
*/
/* Table of Contents
==================================================

	#GENERAL
	#HEADER
	#MAIN
	#CAROUSEL SECTION
	#PARALLAX SECTION
	#TEAM SECTION
	#SIGNUP SECTION
	#CONTACT SECTION
	#BLOG SECTION
	#FOOTER
	#MEDIA QUERIES

==================================================
*/
/* ==================== GENERAL ================== */
body {
  font-family: 'Oxygen', sans-serif;
  height: 100%;
  color: #3d505f; }

h1, h2, h3, h4, h5 {
  font-family: 'Oxygen', sans-serif;
  letter-spacing: -1px;
  margin-bottom: 16px;
  color: #3d505f;
  font-weight: 400;
  margin-bottom: 26px; }

h1 {
  font-size: 42px;
  line-height: 52px; }

h2 {
  font-size: 38px;
  line-height: 44px; }

h3 {
  font-size: 28px;
  line-height: 28px; }

p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 32px; }

.form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  box-sizing: border-box; }
  .form-control:focus {
    background-color: #eee;
    box-shadow: none; }

.btn-db {
  background-color: #3d505f;
  color: #fff;
  border-radius: 0;
  padding: 10px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  width: 100%; }
  .btn-db:hover {
    color: #fff;
    background-color: #658dab; }

.sn-links a {
  color: #3d505f;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease; }
  .sn-links a:hover {
    color: #f1784d; }
  .sn-links a .fa {
    font-size: 32px;
    margin: 5px; }

/* ====================== HEADER ========================= */
header {
  background-color: rgba(21, 26, 40, 0.8);
  min-height: 70px;
  padding: 15px 0 0 0;
  position: fixed;
  z-index: 200;
  width: 100%; }
  header h1#logo {
    margin: 0;
    padding: 1px 0;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat 0 0; }

nav ul.nav {
  text-align: right;
  padding-top: 10px;
  font-size: 15px; }
  nav ul.nav li {
    display: inline;
    margin: 0 20px; }
    nav ul.nav li:last-child {
      margin-right: 0; }
    nav ul.nav li.active a {
      color: #f1784d;
      text-decoration: none; }
nav a {
  color: white;
  font-weight: 700;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease; }
  nav a:hover, nav a.active {
    color: #f1784d;
    text-decoration: none; }

/* ====================== MAIN ========================= */
#main_calendar {
  min-height: 747px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  /* Internet Explorer 7/8 */
  background-attachment: fixed; }
  
    #main_calendar .cont-wrapper {
    position: relative;
    width: 100%;
    top: 90px; }
  #main_calendar p.intro {
    font-size: 47px;
    line-height: 37px;
    letter-spacing: -1px;
    font-weight: 400;
    padding: 30px 0 0px 0px;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5); }
  #main_calendar p.introExplain {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 400;
    padding: 10px 0 10px 0px;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5); }	
  #main_calendar p.btn-wrp {
    text-align: center; }
  
#main {
  background: url(../images/mainImage.jpg) 0 0 no-repeat fixed;
  min-height: 747px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  /* Internet Explorer 7/8 */
  background-attachment: fixed; }
  #main .cont-wrapper {
    position: relative;
    width: 100%;
    top: 230px; }
  #main p.intro {
    /*font-family: "arial";*/
    font-size: 38px;
    line-height: 37px;
    letter-spacing: -1px;
    font-weight: 400;
    padding: 20px 0px 15px 0px;
    color: #FFFFFF;
    margin-bottom: 0px;
    position: relative;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8); }
  #main p.introExplain {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 400;
    padding: 10px 0 10px 0px;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5); }	
  #main p.btn-wrp {
    text-align: center; }

.btn_margin{
	margin: 0px 0px 6px 0px;
}
.c2a-button {
  color: #fff;
  background-color: #f1784d;
  font-size: 20px;
  padding: 10px 40px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  .c2a-button:hover {
    text-decoration: none;
    color: #fff;
    background: #3d505f; }
  
.c2a-button-small {
  color: #fff;
  background-color: #f1784d;
  font-size: 14px;
  padding: 5px 20px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  .c2a-button-small:hover {
    text-decoration: none;
    color: #fff;
    background: #3d505f; }  

#intro-strip {
  background-color: #f1784d;
  padding: 20px 0;
  text-align: center;
  -moz-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3); }
  #intro-strip h1 {
    color: #fff; }

#oque {
  padding-top: 80px;
  padding-bottom: 0;
  height: 100%;
  margin-bottom: 0; }
  #oque .ipad {
    position: relative;
    right: -10px;
    overflow: hidden; }
  #oque .ipad img {
    position: relative;
    opacity: 0;
    right: -500px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  #oque .ipad.anim img {
    opacity: 1;
    -webkit-transform: translateX(-480px);
    -moz-transform: translateX(-480px);
    -o-transform: translateX(-480px);
    transform: translateX(-480px); }
  #oque .text {
    position: relative;
    opacity: 0;
    left: -50px;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease; }
  #oque .text.anim {
    opacity: 1;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px); }

/* ================================ CAROUSEL SECTION =================================== */
.carousel {
  background: #f8f8f8;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px; }
  .carousel .carousel-indicators {
    display: block;
    bottom: -50px; }
  .carousel .carousel-inner > .item > img {
    margin: 0 auto; }
  .carousel .container p, .carousel .container h1, .carousel .container h2 {
    max-width: 800px;
    margin: 20px auto; }

.carousel-control {
  color: #000 !important; }

.carousel-indicators li {
  border: 1px solid #aaa; }

.carousel-indicators .active {
  background-color: #aaa;
  border: 1px solid #fff; }

/* ======= PARALLAX SECTION =========== */
#parallax {
  position: relative;
  width: 100%;
  background: url(../images/parallaxBg.jpg) no-repeat 50% 0 fixed;
  background-size: cover;
  height: 350px; }
  #parallax h2 {
    color: #fff;
    margin-top: 130px;
    text-align: center;
    font-weight: 700;
    text-shadow: 0px 1px 1px black; }

/* ================= TEAM SECTION ==================== */
#nossa-missao {
  padding: 40px 0 60px 0;
  text-align: center;
  /* end staff-me */ }
  #nossa-missao .staff-mem {
    cursor: pointer;
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #nossa-missao .staff-mem p {
      margin-bottom: 10px; }
    #nossa-missao .staff-mem.anim {
      top: -10px; }
    #nossa-missao .staff-mem img {
      margin: 0 auto;
      border: 1px solid #cccccc; }
  #nossa-missao p {
    margin-bottom: 60px; }
  
  
/* ================= TEAM SECTION ==================== */
#cloud-destino {
  padding: 0 0 20px 0;
  text-align: center;
  /* end staff-me */ }
  #nossa-missao .staff-mem {
    cursor: pointer;
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #nossa-missao .staff-mem p {
      margin-bottom: 10px; }
    #nossa-missao .staff-mem.anim {
      top: -10px; }
    #nossa-missao .staff-mem img {
      margin: 0 auto;
      border: 1px solid #cccccc; }
  #nossa-missao p {
    margin-bottom: 60px; }  

/* ================= SIGN UP SECTION ======================== */
/* ================= SIGN UP SECTION ======================== */
#signup {
  background-color: #f1784d;
  padding: 20px 0;
  text-align: center;
  -moz-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3); }
  #signup h1 {
    color: #fff; }

/* ================= CONTACT SECTION ======================== */
#contact {
  background: #f8f8f8;
  padding: 40px 0 60px 0;
  text-align: center;
  border-bottom: 1px solid #ccc; }
  #contact p {
    margin: 10px 0; }
  #contact .btn {
    width: 100%; }
	
/* ================= VIAJANTES SECTION ======================== */
#viajantes {
  background: #f8f8f8;
  padding: 5px 0 20px 0;
  text-align: center;
  border-bottom: 1px solid #ccc; }
  #viajantes p {
    margin: 10px 0; }
  #viajantes .btn {
    width: 100%; }	

/* ================= BLOG SECTION ======================== */
#namidia {
  padding: 40px 0 40px 0;
  text-align: center;
  /* end post */ }
  #namidia .post {
    cursor: pointer;
    /* end post pic */ }
    #namidia .post p {
      margin: 20px 0; }
    #namidia .post .post-pic {
      text-align: center;
      margin: 10px auto;
      box-sizing: border-box;
      overflow: hidden;
      border: 3px solid #000;
      max-width: 370px;
      max-height: 240px;
      /* end img */ }
      #namidia .post .post-pic img {
        -webkit-transition: all 2.5s ease;
        -moz-transition: all 2.5s ease;
        -o-transition: all 2.5s ease;
        transition: all 2.5s ease; }
        #namidia .post .post-pic img.anim {
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2); }

/* ============================= FOOTER =============================== */
footer {
  background-color: #222327;
  padding: 10px 0; }
  footer p {
    margin: 10px 0 0 0;
    color: #fff; }
  footer .sn-links {
    margin: 0;
    text-align: right; }
    footer .sn-links a {
      color: #fff; }

/* ==================================== MEDIA QUERIES ==================================== */
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 480px) {
  header {
    min-height: 50px; }
    header h1#logo {
      position: relative;
      top: -6px; }
    header a.mini-nav {
      position: relative;
      top: -8px;
      /* 	line-height: 0; */ }

  #main {
    min-height: 500px !important; }
    #main .cont-wrapper {
      top: 50px; }
    #main p.intro {
      text-align: center;
      font-size: 32px;
      line-height: 38px; }

  .btn-db {
    margin-top: 10px; }

  footer p, footer .sn-links {
    text-align: center; } }
@media (max-width: 991px) {
  header a.mini-nav {
    font-size: 28px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 8px;
    border-radius: 5px; }
  header nav ul {
    padding: 0;
    margin-top: 40px;
    display: none; }
  header nav ul.nav li {
    display: block;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    header nav ul.nav li:hover {
      background: rgba(0, 0, 0, 0.2); }
    header nav ul.nav li a {
      display: block;
      width: 100%; }

  h1 {
    font-size: 34px;
    line-height: 38px; }

  h2 {
    font-size: 28px;
    line-height: 32px; }

  h3 {
    font-size: 22px;
    line-height: 26px; }

  #main {
    background-attachment: scroll;
    background-position-x: -100px;
    min-height: 600px; }
    #main .cont-wrapper {
      top: 40px; }
    #main p.intro {
      text-align: center; }

  #oque {
    padding-top: 30px; }
    #oque .ipad {
      top: 140px; } }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #oque .text {
    top: 0; } }
