/*========================================================================*/
/* Mafersiles - Viagens e Turismo */
/* Copyright: Infinite */
/* Date: 2014 */
/* Last Revision: 28/08/2014 */
/*========================================================================*/

/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/* Defaults */
/*========================================================================*/
html, body, form {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    border: none;
    color: #7f7f7f;
}

form {
    padding: 0;
    margin: 0;
}

body {
    background: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	/*color: #344960;*/
	margin-top:0;
}

p {
	font-family: "Open Sans", sans-serif;
	line-height: 24px;
	letter-spacing: 0.9px;
	color: #666;
    font-weight: 400;
}

a{
	color:#7E7A7A;
	background:none;
	text-decoration: none;
	outline: none;
}

a:hover,  a:active,  a:focus {
	color:#2A2929;
	text-decoration: none;
	outline: none;
}

::selection {
	background:#1E1E1E;
	color:#FFF;
}

::-moz-selection{
	background:#c7c7c7;
	color:#000;
}

img{
	max-width:100%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin-bottom:20px;
    font-size: 14px;
    line-height: 25px;
    color: #1E1E1E;
    border: 2px solid #dadada;
    resize: none;
    height:46px;
	width:100%;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background:#E9EDED;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border: 2px solid #1E1E1E;
    background:#F2F7F7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* Common */
/*========================================================================*/

.btn-default {
    background: none;
    border: 2px solid #fff !important;
    padding: 10px 20px;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    border-radius: 0px;
    width: 300px;
}

    .btn-default:hover, .btn-default:active {
        background: #fff;
        border-color: #fff;
        color: #39a652;
        outline: none;
    }

.btn-default:focus {
	background: none;
	box-shadow:none;
	color: #444;
	outline:none;
}

.btn-contatos{
    width:300px;
    background: #39a652;
        color: #fff;
}

 .btn-contatos:hover , .btn-contatos:focus {
    
    color: #39a652;    
    background: #fff;
    border: 1px solid #39a652 !important;
    }

::-webkit-input-placeholder {
	color:#1E1E1E !important;
	font-weight: 400;
}

:-moz-placeholder {
	color:#1E1E1E !important;
	font-weight: 400;
}

::-moz-placeholder {
	color:#1E1E1E !important;
	font-weight: 400;
}

:-ms-input-placeholder {
	color:#1E1E1E !important;
	font-weight: 400;
}

.clear{
	clear:both;
}

.scrollup {
    width:35px;
    height:35px;
    position:fixed;
    bottom:30px;
    right:15px;
    display:none;
	background:rgba(0,0,0,.6);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius:50%;
	text-align: center;
}

.scrollup i {
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}

.scrollup:hover {
	background:rgba(0,0,0,.8);

}

.section {
	padding:100px 0;
	position:relative;
    background:#fff;
}

.section-video{
    margin:0px;
    padding:0px;
}

.fx {
	background: url(../img/fx-section.png) right center no-repeat #f4f2ed; 
}

.sub-section {
	padding:40px 0;
	position:relative;
}

.section .container{
	position:relative;
}

.section-header {
	text-align: center;
	margin: 0 0 50px;
}

.section-header .smt {
	display: table;
	position: relative;
	font-size: 34px;
    padding-left: 0px;
	padding-bottom: 20px;
    background: url(../img/barra-titulos.png) left bottom no-repeat;
    color: #092c25;
}

.section-header .smt-subh {
	display: table;
	position: relative;
	font-size: 26px;
    padding-left: 0px;
	padding-bottom: 20px;
    background: url(../img/barra-subtitulos.png) left bottom no-repeat;
    color: #092c25;
}

    .section-header .smt-subh-small {
        font-size: 18px;
    }

.section-header .smt > span, .section-header .smt-subh > span {
	display: block;
}

.section-white {
    background: #fff;
}

.section-blue {
    background: #344960;
}

.footer{
    width:100%;
    height:75px;
    border-top: 1px solid #e9e8e4;
}

.vertical-center{
    position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.form-group{
    margin:0px;
}

.thumbnail {
    padding: 0px;
    margin-bottom: 00px;
line-height: 0;
border: 0px solid #DDD;
border-radius: 0px;
}

/* Header */
/*========================================================================*/

.navbar {
    margin-bottom: 0;
	padding: 0;
    text-transform: uppercase;
    background-color: #4e785d;
	border-radius:0;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
	left: 0;
	right: 0;
	z-index: 999;
    border: 0;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
   
}

.navbar-custom .nav li a {
	font-size:14px;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    padding: 38px 15px;
    border-bottom: 4px solid #4e785d;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
    outline: 0;
    background-color:transparent; 
	color: #fff;
    border-bottom-color: #092c25;
}

.navbar-custom .nav .active a {
    border-bottom: 4px solid #092c25;
    color: #fff;
    font-weight: 700;
}

/*.navbar-custom .navbar-nav {
margin-top: 10px;
}*/

.navbar-toggle {
    padding: 4px 6px;
    font-size: 30px;
    color: #00af55;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.navbar-brand {
	padding:0;
    height: 60px;
    margin-top: 20px;
}

.navbar-brand img {
	margin-top:0px;
}

.navbar-brand:focus {
    outline: 0;
}

.navcta {
    float:right;
    margin: 29px 0 0 30px;
}
.navcta-btn {
    font-size: 16px;
    color: #fff;
    background: #46ca64;
    padding: 10px 15px;
    border-radius: 25px;
    text-transform:none;
    display: block;
}

    .navcta-btn:hover, .navcta-btn:focus {
        background: #29394d;
        color: #fff;
    }

    .navcta-btn i {
    margin-left: 10px;
}


/* Flexslider */
/*========================================================================*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
} 

.flexslider .slides img {
	width: 100%; 
	display: block; 
	height:630px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020"; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}
.video-section{
    border: 0px;
}
html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {display: block;}

.flex-control-nav {
	position:absolute;
	bottom: 20px;
	text-align:center;
	width: 100%;
}

 .flex-control-nav li{
 	margin: 0 3px;
 	display: inline-block;
 }
 .flex-control-nav li a{
 	width: 30px;
 	height: 5px;
 	background: #FFF;
 	text-indent:-9999px;
 	display:block;
 	opacity: 0.4;
 }

 .flex-control-nav li a.flex-active{
 opacity: 1;
 }
 
 
 .flex-direction-nav .flex-prev:hover,
 .flex-direction-nav .flex-next:hover{
 	opacity: 1;
 } 
 

/* Sliders
/*========================================================================*/

.top999{
    z-index:999;
}

.top998{
    z-index:998;
}
#home {
	width: 100%;
	height: 100%;
	color: #fff;
}

.slider-overlay {
	background: rgba(9,44,37,.7);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 998;
	width: 100%;
	height: 100%;
}

.slider-overlay-video {
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 997;
	width: 100%;
	height: 100%;
}

#home .tb {
	position: relative;
	z-index: 999;
}

.slide-text{
    width: 700px;
    margin-left: 50px;
}

    .slide-text p > i {
        font-size: 60px;
        vertical-align: bottom;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-right: 10px;
        font-weight: 400;
        color: #47cb65;
    }


#home p {
	font-size: 20px;
	margin-bottom: 50px;
	font-weight: 400;
	line-height:28px;
	color:#FFF;
	font-weight:400;
}


.tb {
   display: table;
   width: 100%;
   height: 100%;
   position: relative;
}

.tb-cell {
   display: table-cell;
   /*text-align: center;*/
   text-align: left;
   vertical-align: middle;
}

#text-slider{
	padding:0px;
}

.homeslider{
	width:100%;
	height:100%;
	max-height:100%;
	position: absolute;
}

.homeslider .flex-direction-nav .flex-prev{
 	position: absolute;
 	display:block;
 	left: 20px;
 	top: 50%;
 	z-index:99999;
 	margin-top: -24px;
 	text-indent: -9999px;
 	width: 40px;
 	height: 40px;
 	background:url(../img/slider/left.png) no-repeat left top ;
	opacity:0.6;
 }
 
.homeslider .flex-direction-nav .flex-next{ 
 	position: absolute;
 	display:block;
 	right: 20px;
 	top: 50%;
 	z-index:99999;
 	margin-top: -24px;
	text-align:center;
 	text-indent: -9999px;
 	width: 40px;
 	height: 40px;
 	background:url(../img/slider/right.png) no-repeat left top;
	opacity:0.6;
}

.homeslider .flex-direction-nav .flex-prev:hover,
.homeslider .flex-direction-nav .flex-next:hover{
	opacity:0.7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
} 
 
.slides{
	height:100%;
	max-height:100%;
}

.bg{
	width: 100% !important;
	height: 100% !important;
	background-size: cover !important;
	position: absolute !important;
	z-index: 2 !important;
	background-attachment: fixed;
}

.slide1 {
    background: url(../img/slider/slide1.jpg) center center;
}

.slide2{
    background: url(../img/slider/slide2.jpg) center center;
}

.slide3{
    background: url(../img/slider/slide3.jpg) center center;
}


/*  Call To Action
/*========================================================================*/

.section-cta {
    background: #8fb4e2 url(../img/cta-bg.png) right center no-repeat;
    padding: 60px 0;
}

    .section-cta p {
        color: #FFF;
        font-size: 26px;
        line-height: 26px;
    }

        /*.section-cta p img {
            vertical-align: bottom;
            margin: 0 10px 10px 0;
        }*/

        .section-cta p > i {
            font-size: 60px;
            vertical-align: bottom;
            padding-bottom: 0;
            margin-bottom: 0;
            font-weight: 400;
            line-height: 40px;
        }

.cta-btn {
    font-size: 16px;
    color: #fff;
    background: #29394d;
    padding: 10px 15px;
    border-radius: 25px;
}

    .cta-btn:hover, .cta-btn:focus {
        background: #FFF;
        color: #29394d;
    }

    .cta-btn i {
    margin-left: 10px;
}


/*  Stats
/*========================================================================*/


.section-stats {
    padding: 50px 0;
}

.stats-detail{
	text-align:center;
}

.stats-detail span {
    color: #00af55;
    display: block;
    margin-bottom: 20px;
    font-size: 60px;
	font-weight: 400;
}

.stats-detail p {
    margin-bottom: 0px;
    color: #666;
    font-size: 16px;
}


/*  Missão e Serviços
/*========================================================================*/

.services-box {
	margin-top:50px;
}

.service-icon {
    text-align: center;
    margin-bottom: 15px;
}

.service-info h4 {
	margin-bottom: 15px;
	font-size: 16px;
	text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}


/* Equipa
/*========================================================================*/

    .section-blue .smt {
        color: #fff;
        /*background: url(../img/smtg-bg.png) right bottom no-repeat;*/
    }

.agente-detail {
	text-align: center;
    }

.agente-detail .thumb {
   display: block;
   position:relative;
}

.agente-detail .thumb img{
	width: 130px;
	height:130px;
	border-radius: 50%;
}

.agente-detail .dados {
    margin-top: 20px;
}

.agente-detail .dados h3 {
	color:#000;
}

.agente-detail .dados h4 {
	color:#000;
    font-weight: 700;
}

.agente-detail .dados h5 {
	margin-bottom:20px;
	color:#000;
}

.agente-detail .dados p {
	color:#000;
    font-size: 14px;
}

.brown{
    background:#f4f2ed;
    border-bottom: 1px solid #dedcd7;
}

.border-top{
    border-top: 1px solid #ebd9b8;
}


/*  Contatos
/*========================================================================*/
#contatos {
   
}
.contacts-box {
	margin-top:50px;
}

.contacts-icon {
    text-align: center;
    margin-bottom: 20px;
}

.contacts-info p {
    color: #000;
}



/*   Media Queries
/*========================================================================*/

/* Landscape phones and smaller */
@media (max-width: 480px) {

    /* Common */
    /*========================================================================*/
    .btn-default {
        width: 100%;
        margin-bottom: 10px;
    }

     .scrollup {
        bottom:60px;
    }

     .navbar-brand{
         margin-left:15px;
     }

    
    /*  Sliders
    /*========================================================================*/
    .tb-cell {
        vertical-align: top;
    }

    .slide-text {
        width: 100%;
        margin-left: 0;
        padding: 30px;
    }

    #home p {
        font-size: 16px;
    }

    .slide-text p > i {
        font-size: 32px;
    }


    /* Menu */
    /*========================================================================*/
    .navbar-brand {
        margin: 10px 0 10px 10px;
    }

    .navcta {
        display: none;
    }

    .navbar-nav {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

    .navbar-custom .nav li a {
        border-left: 4px solid #fff;
        border-bottom: 0;
        padding: 10px 15px;
    }

        .navbar-custom .nav li a:hover,
        .navbar-custom .nav li a:focus {
            border-left-color: #29394d;
            border-bottom: 0;
        }

    .navbar-custom .nav .active a {
        border-left: 4px solid #00af55;
        border-bottom: 0;
    }


    /*  Call To Action
    /*========================================================================*/
    .section-cta {
        background: #8fb4e2;
    }

        .section-cta p > i {
            font-size: 32px;
        }

        .section-cta p {
            font-size: 18px;
        }

    .cta-btn {
        display: block;
        text-align: center;
    }


    /* Agentes
    /*========================================================================*/
    .agente-detail {
        float: none;
        text-align: center;
        margin-bottom: 60px;
    }

    #agentes .row div:nth-child(4) .agente-detail {
        margin-bottom: 0;

    }

    .agente-detail .thumb {
        display: block;
        position: relative;
    }

    .agente-detail .dados {
        margin-left: 0;
        float: none;
        margin-top: 20px;
    }


    /* Stats
    /*========================================================================*/
    .stats-detail {
        margin-bottom: 40px;
    }

    .section-stats .row div:nth-child(3) .stats-detail {
        margin-bottom: 0;
    }

    /* Contatos
    /*========================================================================*/

        #contatos {
            padding: 40px 0;
        }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    /* Common */
    /*========================================================================*/
    .btn-default {
        width: 100%;
        margin-bottom: 10px;
    }


    /*  Sliders
    /*========================================================================*/
    .tb-cell {
        vertical-align: top;
    }

    .slide-text {
        width: 100%;
        margin-left: 0;
        padding: 30px;
    }

    #home p {
        font-size: 16px;
    }

    .slide-text p > i {
        font-size: 32px;
    }


    /* Menu */
    /*========================================================================*/
    .navbar-brand {
        margin: 10px 0 10px 10px;
    }

    .navcta {
        margin-top: 20px;
        position: absolute;
        float: none;
        top: 0;
        right: 80px;
    }

    .navbar-nav {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

    .navbar-custom .nav li a {
        border-left: 4px solid #fff;
        border-bottom: 0;
        padding: 10px 15px;
    }

        .navbar-custom .nav li a:hover,
        .navbar-custom .nav li a:focus {
            border-left-color: #29394d;
            border-bottom: 0;
        }

    .navbar-custom .nav .active a {
        border-left: 4px solid #00af55;
        border-bottom: 0;
    }


    /*  Call To Action
    /*========================================================================*/
    .section-cta {
        background: #8fb4e2;
    }

        .section-cta p > i {
            font-size: 32px;
        }

        .section-cta p {
            font-size: 18px;
        }


    /* Agentes
    /*========================================================================*/
    .agente-detail {
        float: none;
        text-align: center;
        margin-bottom: 60px;
    }

    #agentes .row div:nth-child(4) .agente-detail {
        margin-bottom: 0;
    }

    .agente-detail .thumb {
        display: block;
        position: relative;
    }

    .agente-detail .dados {
        margin-left: 0;
        float: none;
        margin-top: 20px;
    }


    /* Stats
    /*========================================================================*/
    .stats-detail {
        margin-bottom: 40px;
    }

    .section-stats .row div:nth-child(3) .stats-detail {
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {

    .mobileadjust{
        display:block;
    }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

    /*  Call To Action
    /*========================================================================*/
    .section-cta {
        background: #8fb4e2;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

.row {
margin:0;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {
}


.btn-blank{
        background: #fff;
        color: #000;
    }


 #map-canvas {
    width: 100%;
    height: 300px;
}


.header-unit {
  height: 350px;
  position: relative;
  padding: 20px;
}
#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
}
video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 998;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../img/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../img/button-next.png) no-repeat;
}

.fullw {
    height: 50px;
}

.bg-g{
    background: #092c25;
}

.col-md-12, .col-lg-12 {
padding-left:0px;
}