/**
Template Name: Photography Website Template
Version: 1.0
Author: Frittt Templates
Url: https://www.Frittt.com
*/

@font-face {
    font-family: FredokaOneRegular;
    src: url(//static.whc.pt/fonts/Fredoka_One/FredokaOne-Regular.ttf);
}

.fredokaoneregular{
    font-family: FredokaOneRegular !important;
}


/*==================================
=            Typography            =
==================================*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);


body{
    background-color: #fff;
    font-size: 14px;
    color: #231F20;
    font-weight: 400;
}
p, h1, h2, h3, h4, h5, h6, div, td, th {
    font-family: 'Montserrat' !important;
}
::selection{
    background: rgba(0,0,0,.8);
    color: #fff;
}	
::-moz-selection{
    background: rgba(0,0,0,.8);
    color: #fff;
}	
ul, ol{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
ul.list-inline{
    margin-left: 0;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
p{
    font-size: 14px;
    color: #999999;
}
a{
    color: #999999;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}
a:hover{
    outline: none;
    text-decoration: none;
    color: #000;
}
a:focus{
    outline: none;
    outline-offset: 0;
}
.btn{
    border-radius: 0;
}
.btn:focus{
    outline: none;
}
/*-----  End of Typography  ------*/



/*==================================
=            shortcodes            =
==================================*/

.mtb10{margin-bottom: 10px;}
.mtb20{margin-bottom: 20px;}
.mtb30{margin-bottom: 30px;}
.mtb40{margin-bottom: 40px;}
.mtb50{margin-bottom: 50px;}
.mtb60{margin-bottom: 60px;}
.mtb70{margin-bottom: 70px;}
.mtb80{margin-bottom: 80px;}
.mtb90{margin-bottom: 90px;}
.mtb100{margin-bottom: 100px;}

.ptb10{padding-bottom: 10px;}
.ptb20{padding-bottom: 20px;}
.ptb30{padding-bottom: 30px;}
.ptb40{padding-bottom: 40px;}
.ptb50{padding-bottom: 50px;}
.ptb60{padding-bottom: 60px;}
.ptb70{padding-bottom: 70px;}
.ptb80{padding-bottom: 80px;}
.ptb90{padding-bottom: 90px;}
.ptb100{padding-bottom: 100px;}

.ptt10{padding-top: 10px;}
.ptt20{padding-top: 20px;}
.ptt30{padding-top: 30px;}
.ptt40{padding-top: 40px;}
.ptt50{padding-top: 50px;}
.ptt60{padding-top: 60px;}
.ptt70{padding-top: 70px;}
.ptt80{padding-top: 80px;}
.ptt90{padding-top: 90px;}
.ptt100{padding-top: 100px;}


.spacer-1,
.spacer-5,
.spacer-10,
.spacer-15,
.spacer-20,
.spacer-25,
.spacer-30,
.spacer-35,
.spacer-40,
.spacer-45,
.spacer-50,
.spacer-55,
.spacer-60,
.spacer-65,
.spacer-70,
.spacer-75,
.spacer-80,
.spacer-85,
.spacer-90,
.spacer-95,
.spacer-100,
.spacer-200{
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
}

.spacer-1{height: 1px;}
.spacer-5{height: 5px;}
.spacer-10{height: 10px;}
.spacer-15{height: 15px;}
.spacer-20{height: 20px;}
.spacer-25{height: 25px;}
.spacer-30{height: 30px;}
.spacer-35{height: 35px;}
.spacer-40{height: 40px;}
.spacer-45{height: 45px;}
.spacer-50{height: 50px;}
.spacer-55{height: 55px;}
.spacer-60{height: 60px;}
.spacer-65{height: 65px;}
.spacer-70{height: 70px;}
.spacer-75{height: 75px;}
.spacer-80{height: 80px;}
.spacer-85{height: 85px;}
.spacer-90{height: 90px;}
.spacer-95{height: 95px;}
.spacer-100{height: 100px;}
.spacer-200{height: 200px;}

.white{
    color: #fff !important;
}

.img-100p{
    width: 100%;
}
.overflow{
    overflow: hidden;
}
.no-padding{
    padding:0
}
.no-margin{
    margin:0
}
.section-title{
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 130px;
    margin-bottom: 50px;
    text-align: center;
    color: #231F20;
    font-weight: bold;
}

.section-title.passeios{
    font-size: 60px !important;
    text-align: left;
    font-weight: bold;
    margin-top: 75px;
    margin-bottom: 10px;
}

#count-down .subtitle{
    color: #fff;
    text-align: left;
    font-size: 21px;
}


.section-info{
    margin-bottom: 60px;
    text-align: center;
}
.horizontal-center{
    position: absolute;
    left: 50%;
    -webkit-transform: translateZ(-50%);
    transform: translateZ(-50%);	
}
.vertical-center{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal-vertical-center{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);	
}
.overflow-content-full{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-----  End of shortcodes  ------*/



/*==============================
=            Loader            =
==============================*/
.loader-running #wrapper { 
    opacity: 0; 
}
.loader { 
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}
.loader-inactive { 
    display: none;
}

.loader .loader-progress { 
    background-color: #000;
    position: fixed;
    z-index: 2000;
    top: 50%;
    left: 0;
    height: 6px;
    overflow: hidden;
    -webkit-transition: width 1s;
    transition: width 1s;
}
.loader .loader-progress-inner { 
    position: absolute;
    top: 0;
    left: 0;
    right: -32px;
    bottom: 0;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px; 
    -webkit-animation: pace-stripe-animation 500ms linear infinite;
    animation: pace-stripe-animation 500ms linear infinite;
}



/*============================
=            menu            =
============================*/
.main-nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color:rgb(0,0,0,0.3);
    width: 100%;
    height: 124px;
}
.main-nav-change .logo-left{
    top: 10px !important;
}
.main-nav-change .menu-button{
    top: 15px !important;
}
.main-nav-change{
    background: rgba(0, 0, 0, 0.95);/* #2D2B5D*/;
    height: 80px;
}

.main-nav-change .logo-left img{
    height: 60px;
}

.logo-left{
    position: absolute;
    top: 10px;
    left: 100px;
    z-index: 1;
    -webkit-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
}

.country-header {
    float: right;
    margin: 54px 12% 0 0;
    font-size: 13px;
    color: #fff;
}

.main-nav-change .country-header {
    margin: 28px 12% 0 0;
}

.country-header a{
    color: #fff;
}

.country-header a.active,
.country-header a:hover{
    color: #F9ED32;
}


.menu-button{
    position: fixed;
    left: 90%;
    text-align: right;
    top: 42px;
    z-index: 16;
    width: 50px;
    -webkit-transition: top .5s ease-in-out, left .5s;
    transition: top .5s ease-in-out, left .5s;
}


.menu-active {
    left: 75%;
}
.menu-button button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    color: #fff;
    font-size: 30px;
}
.menu-button button:focus{
    outline: none;
}
.nav-menu {
    background: #171717 none repeat scroll 0 0;
    padding-top: 50px;
}
.nav-menu li{
    display: block;
    padding:0;
    margin: 0;
}
.nav-menu a {
    color: #c4c4c4;
    border: none;
    padding: 15px 25px;
    text-transform:uppercase;
}
.nav-menu a:hover,
.nav-menu .current a{
    color: #fff;
    background-color: #F9ED32;
    text-decoration:none;
}
/*-----  End of menu  ------*/



/*===================================
=            home-slider            =
===================================*/
#home-slider {
    overflow: hidden;
    position: relative;
}
#home-slider .item{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
}

#home-slider .item:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

#home-slider .caption {
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    z-index: 15;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    top: 50%;
    left: 55%;
    right: 0;
    transform: translateY(-50%);
}
#home-slider .caption-wide{/*margin-top: -204px;*/}
#home-slider .caption .main-title {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 0px;
    text-shadow: 1px 1px #000;
    font-family: FredokaOneRegular !important;
}
#home-slider .caption .sub-title{
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}
.caption .btn-start {
    color: #FFF200;
    font-weight: 400;
    font-size: 12px;
    padding: 8px 18px;
    border: 2px solid #fff;
    border-radius: 14px;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}
.caption .btn-start:hover{
    background:#fff;
    color: #000;
}

#home-slider .carousel-indicators .active{
    height: 10px;
}
#home-slider .carousel-indicators li{
    width: 45px;
    height: 8px;
    border: 1px solid #fff;
}

.navbar-right li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-right li.active a {
    background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
    margin-top: 5px;
}
/*-----  End of home-slider  ------*/



/*================================
=            tours            =
================================*/

#tours{
    margin-bottom: 50px;
}
#tours .header-content .title{
    font-size: 40px;
    color: #000;
}
#tours .header-content .info{
    font-size: 16px;
    color: #363636;
}
.feature-item{
    margin-bottom: 30px;
}

.feature-item .content{
    background: #fff;
    /*padding: 40px;*/
    -webkit-transition: all .3s;
    transition: all .3s;
    min-height: 270px;
}

.feature-item .content div{
    border: 1px solid #A7A9AC;
    border-top: none;
}

.feature-item .content .icon{
    font-size: 80px;
    color: #000;
    /*margin-bottom: 30px;*/
    line-height: 100%;
}
.feature-item .content .icon svg {
    width: 150px;
    height: 100px;
}

.feature-item .content:hover .icon svg path {
    fill: #FFFFFF !important;
}
.feature-item .content .title{
    font-size: 18px;
    color: #414042;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 20px 40px 0 40px;
    font-family: FredokaOneRegular !important;
}
.feature-item .content .info{
    height: 60px;
	overflow: hidden;
    padding: 0 40px;
}

.feature-item .content:hover{
    background-color: rgba(0,0,0,1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.feature-item .content:hover .icon,
.feature-item .content:hover .title,
.feature-item .content:hover .info{
    color: #fff;
}
/*-----  End of tours  ------*/



/*=================================
=            aquarama            =
=================================*/

#aquarama{
    background: url(../img/bg/04.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
#aquarama .color-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
#aquarama .section-title{
    color: #fff;
    margin-bottom: 10px;
}
#aquarama .info-part{
    text-align: center;
    color: #fff;
}
#aquarama .each-courses{
    margin-bottom: 60px;
}
.each-courses .title{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;

}
.each-courses .info{
    font-size: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;

}
.timing{
    font-size: 12px;
    color: #fff;
    margin-top: 90px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.timing.first{margin-top: 0px;}

.each-courses:hover{
    /*cursor: pointer;*/
}
.each-courses:hover .title{
    /*
    font-weight: bold;
    */
}
.each-courses:hover .info{
    /*
    color: #fff;
    */
}
#aquarama .content-part{
    position: relative;
    height: 100%;
    margin-left: 30px;
}
.content-part .active-image{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.content-part .active-image img{
    width: 420px;
    height: 420px;
    border: 5px solid #000;
    border-radius: 100%;
}
.content-part .active-image p{
    position: relative;
    padding: 15px;
}
.content-part .active-image p:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #000;
}
.content-part .active-thumb img{
    opacity: 1 !important;
}
.content-part .thumb-img img{
    width: 140px;
    height: 140px;
    border: 5px solid #000;
    border-radius: 100%;
    opacity: .2;
    -webkit-transition: all .3s;
    transition: all .3s;

}
.content-part .thumb-img img:hover{
    opacity: 1;
}
.content-part .first-courses-img{
    position: absolute;
    top: 0;
    left: 0;
}
.content-part .second-courses-img{
    position: absolute;
    top: 0;
    right: 0;
}
.content-part .third-courses-img{
    position: absolute;
    bottom: 0;
    left: 0;
}
.content-part .fourth-courses-img{
    position: absolute;
    bottom: 0;
    right: 0;
}


/* columns of same height styles */
.row-full-height {
    height: 100%;
}
.col-full-height {
    height: 100%;
    vertical-align: middle;
}
.row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}
/*-----  End of courses  ------*/



/*===================================
=            portfolio            =
===================================*/
.portfolio-filter{
    margin-top: 20px;
}
.portfolio-filter li .active{
    color: #000;
    text-decoration: none;
}
.portfolio-filter li a:hover{
    color: #000;
}
.portfolio-item{
    margin-bottom: 30px;
}
.portfolio-item .content{
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;	
}
.portfolio-item .content figcaption{
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.portfolio-item .content figcaption p,
.portfolio-item .content figcaption a{
    color: #fff;
}
.portfolio-item .content .icon{
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%), scale(0);
    font-size: 34px;
    -webkit-transition: all .3s;
    transition: all .3s;	
}
.portfolio-item .content .caption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.portfolio-item .content figcaption .title,
.portfolio-item .content figcaption .info{
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all .3s;
    transition: all .3s;	
}
.portfolio-item .content .caption .title{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.portfolio-item .content:hover figcaption{
    opacity: 1;
}
.portfolio-item .content:hover figcaption .icon{
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.portfolio-item .content:hover figcaption .caption{
    bottom: 0;
}
.portfolio-item .content:hover figcaption .title,
.portfolio-item .content:hover figcaption .info{
    -webkit-transform: translateY(0);
    transform: translateY(0);	
}
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
/*-----  End of portfolio  ------*/



/*==================================
=            count-down            =
==================================*/

#count-down{
    background: url(../img/bg/01.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
#count-down .color-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
#count-down .section-title,
#count-down .counter-content p,
#count-down .counter-content span{
    color: #fff;
}
#count-down .section-title{
    font-size: 26px;
}
#count-down .counter-content .counter{
    font-size: 55px;
    margin-bottom: 30px;
}
#count-down .counter-content .title{
    font-size: 20px;
    text-transform: uppercase;
}
/*-----  End of count-down  ------*/



/*=============================
=            sesimbra            =
=============================*/

#sesimbra{
    background-color: #f6f6f6;
}

/*-----  End of sesimbra  ------*/



/*===================================
=            latest-blog            =
===================================*/

.each-post .date{
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
}
.each-post .headline{
    margin-bottom: 30px;
    font-size: 22px;
}
.each-post .headline a{
    color: #414042;
    font-family: FredokaOneRegular !important;
    height: 70px;
    overflow: hidden;
    display: block;
}
.each-post .headline a:hover{
    color: #000;
}
.read-more-button{
    margin-top: 40px;
    font-size: 16px;
}
.read-more-button a{
    position: relative;
    padding: 20px;
    display: inline-block;
}

.read-more-button a:hover{
    color: #000;
}

/*-----  End of latest-blog  ------*/



/*=======================================
=            client-feedback            =
=======================================*/
#client-feedback{
    background: url(../img/bg/02.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
#client-feedback .color-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
#client-feedback .main-content{
    position: relative;
}
#client-feedback .custom-control a{
    color: #fff;
    font-size: 40px;
}
#client-feedback .custom-control #slider-prev,
#client-feedback .custom-control #slider-next{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    font-size: 40px;
}	
#client-feedback .custom-control #slider-prev{
    left: 0;
}
#client-feedback .custom-control #slider-next{
    right: 0;
}
#client-feedback .bx-wrapper .bx-viewport{
    width: 80% !important;
    margin:0 auto !important;
    height: auto !important;
    box-shadow: none;
    border: 10px solid transparent;
    background: none;	
    text-align: center;
}
#client-feedback .main-content p{
    color: #fff;
    font-size: 18px;
}
#client-feedback .main-content .client-name a{
    color: #fff;
    font-size: 16px;
}
#client-feedback .client-name{
    margin-top: 40px;
}
/*-----  End of client-feedback  ------*/



/*===================================
=            our-clients            =
===================================*/
#our-clients img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    -webkit-transition: all .3s;
    transition: all .3s;	
}
#our-clients li.each-client{
    width: 20%;
    float: left;
    margin-bottom: 20px;
}
#our-clients li.each-client:last-child{
    padding-right: 0;
}
#our-clients li.each-client:hover img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
/*-----  End of our-clients  ------*/



/*========================================
=            latest-list-page            =
========================================*/
.blog-list .main-nav {
    background: rgba(0,0,0,.8);
    height: 80px;
}
.blog-list .logo-left,
.blog-list .menu-button{
    top: 20px !important;
}
#breadcrumbs{
    background: url(../img/blog/blog-list/breadcrumbs.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
#breadcrumbs .color-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    padding-top: 180px;
    padding-bottom: 120px;	
}
#breadcrumbs .title{
    font-size: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;	
}
#latest-blog .each-post{
    margin-bottom: 30px;
}
#latest-blog .each-post .headline{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 30px;
}
.info-data{
    color: #999999;
    margin-bottom: 30px;
}
.info-data li{
    margin-right: 20px;
}
.info-data li:last-child{
    margin-right: 0;
}
#latest-blog .each-post .blog-img img{
    -webkit-transition: all .3s;
    transition: all .3s;
}
#latest-blog .each-post:hover .blog-img img{
    opacity: .8;
}
#latest-blog .pagination>li>a{
    font-size: 16px;
    color: #999999;
}
#latest-blog .pagination>li:first-child>a,
#latest-blog .pagination>li:last-child>a{
    border-radius: 0;
}
#latest-blog .pagination>li:hover a,
#latest-blog .pagination>li.active a,
#latest-blog .pagination>li.active span
{
    background-color: #000;
    color: #fff;
    border-color: unset;
}
#latest-blog .pagination>li.disabled span
{
    border-radius: 0;
}
/*-----  End of latest-blog-page  ------*/



/*====================================
=            blog-details            =
====================================*/
#blog-details .headline{
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 50px;
}
#blog-details .info{
    font-size: 16px;
    color: #454545;
    border-bottom: 1px solid #e9e9e9;
}
#blog-details .info p{
    margin-bottom: 40px;
}
#blog-details .info p:last-child{
    margin-bottom: 0;
}
#blog-details .social-icon{
    color: #999999;
}
#blog-details a:hover{
    color: #000;
}
/*comments content*/
.comments{
    overflow: hidden;
    margin-top: 100px;
}
.comments .title{
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
}
.comments-content{
    padding: 60px 40px;
    background-color: #fafafa;
}
.comments-content .comments-list .media-left{
    padding-right: 20px;
}
.comments-content .media-heading{
    font-size: 16px;
}
.comments-content img{
    -webkit-transition: opacity .3s;
    transition: opacity .3s;

}
.comments-content img:hover{
    opacity: .6;
}
.comments-content .date{
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.comments-content .reply-arrow{
    margin: 25px 0;
    display: block;
}
/*comments-form*/
.comments-form form input,
.comments-form form textarea{
    border-radius: 0;
    border: 1px solid #f2f2f2;
    box-shadow: none;
    padding: 20px;
}
.comments-form form input:focus,
.comments-form form textarea:focus{
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comments-form .textarea{
    margin: 20px 0;
}
.submit-button .btn-primary{
    background-color: #000;
    border: none;
    padding: 15px 20px;
}
.submit-button .btn-primary:focus{
    outline: none;
}
/*-----  End of comments section  ------*/

/*-----  End of blog-details  ------*/


/*===============================
=            join-us            =
===============================*/

#join-us{
    background: url(../img/bg/03.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
#join-us .color-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.join-btn a{
    background-color: transparent;
    text-transform: uppercase;
    border: 1px solid #A7A9AC;
    border-radius: 0;
    padding: 15px 30px;
    color: #fff;
    font-size: 12px;
    position: relative;
    display: inline-block;
}

.join-btn a:hover{
    color: #000;
    background: #fff;
    border: 1px solid #A7A9AC;
}


.join-btn.second a{
    color: #000;
}

.join-btn.second a:hover{
    color: #fff;
    background: #000;
    border: 1px solid #A7A9AC;
}

/*-----  End of join-us  ------*/



/*===============================
=            contact            =
===============================*/
#contact{
    position: relative;
    overflow: hidden;
}
#contact .map-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#contact .color-overlay{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}
#gmap {
    height:100%;
}
#contact .section-title {
    color:#fff;
}
#contact .form-content .section-info{
    color: #fff;
}

#contact .form label{
    color: #fff;
}

#contact .form input,
#contact .form textarea{
    border-radius: 0;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 20px 0;
    background: none;
    color: #fff;
    resize: none;
}
#contact .form input:focus,
#contact .form textarea:focus{
    box-shadow: none;
    border-color: #fff;
}
#contact .form .btn-submit{
    background: #000;
    color: #fff;
    padding: 12px;
}
#contact .form .btn-submit:hover{
    color: #000;
    background: #fff;
}



.contact-page .form_two input,
.contact-page .form_two textarea{
    border-radius: 0;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    padding: 20px;
    background: none;
    color: #000;
    resize: none;
}
.contact-page .form_two input:focus,
.contact-page .form_two textarea:focus{
    box-shadow: none;
    border-color: #999999;
}
.contact-page .form_two .btn-submit{
    background: #000;
    color: #fff;
    padding: 12px;
}
.contact-page .form_two .btn-submit:hover{
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

.contact-page .section-title {
    color: #231F20 !important;
}


.map-content{
    padding:0
}
/*-----  End of contact  ------*/



/*==============================
=            footer            =
==============================*/

#footer{
    background: #000;
    padding-top: 60px;
}

.footer-divider{
    border-bottom: 1px solid #a7a9ac1a;
}

ul.footer-menu li{
    margin-bottom: 5px;
}

ul.footer-menu li a{
    font-size: 12px;
}

ul.footer-menu li a:hover{
    color: #fff;
}

#footer .bottom-part{
    padding-bottom: 70px;
}
.social-icon-footer li{

}
.social-icon-footer li:last-child{
    margin-right: 0;	
}
.social-icon-footer li a{
    font-size: 30px;
}
.social-icon-footer li a:hover{
    opacity: 0.7;
}

.footer-contacts{
    color: #999999;
    font-size: 12px;
}

.footer-contacts li{
    margin-bottom: 10px;
    padding-left: 33px;
    background-repeat: no-repeat;
    background-position: left center;
}

.footer-contacts li.phone{
    background-image: url("/website/img/telefone.png");
}

.footer-contacts li.email{
    background-image: url("/website/img/mail.png");
}

.footer-contacts li.address{
    background-image: url("/website/img/localizacao.png");
}

.subscribe-form p{
    color: #fff;
}
.subscribe-form input{
    border-radius: 0;
    background: none;
    border: 1px solid #999999;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999999;
    padding: 10px;
}
.subscribe-form input:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #999999;
}
.subscribe-form input::-webkit-input-placeholder {
    color: #666666;
    font-size: 12px;
}

.subscribe-form input:-moz-placeholder { /* Firefox 18- */
    color: #666666;
    font-size: 12px;
}

.subscribe-form input::-moz-placeholder {  /* Firefox 19+ */
    color: #666666;
    font-size: 12px;
}

.subscribe-form input:-ms-input-placeholder {  
    color: #666666;
    font-size: 12px;
}
.copyright{
    background-color: #000;
    padding: 20px 15px;
    font-size: 12px;
}
.copyright .info a:hover{
    color: #ffffff;
}

.copyright p{
    font-size: 11px !important;
}

.copyright i{
    color: #ff0000;
}

.aleft{
    text-align: left;
}
.acenter{
    text-align: center;
}
.aright{
    text-align: right;
}
.top{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    opacity: 0.7;
}
.top:hover{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    opacity:1;
}

.blog-subtitle{
    height: 40px;
    overflow: hidden;
}

.switch-country{
    float: right;
    margin-top: 9px;
}

.switch-country .btn-default {

    color: #fff;
    background-color: transparent;
    border-color: transparent;

}

.switch-country .btn-default.active,
.switch-country .btn-default.focus,
.switch-country .btn-default:active,
.switch-country .btn-default:focus,
.switch-country .btn-default:hover,
.switch-country .open > .dropdown-toggle.btn-default {

    color: #fff;
    background-color: transparent;
    border-color: transparent;


}

.switch-country .btn-group.open .dropdown-toggle {

    -webkit-box-shadow: none;
    box-shadow: none;

}

.switch-country .btn.active, .btn:active {

    -webkit-box-shadow: none;
    box-shadow: none;

}

/*-----  End of footer  ------*/





/*-----  Start FAQ  ------*/

#faq .container {
    margin-bottom: 80px;
    padding: 0;
    /*
    background: url(/website/img/bg/fish_bg.png);
    background-position: 40px 50px; 
    background-repeat: no-repeat;
    background-size: 300px;
     */

}

.faq-item {
    margin-bottom: 0px;
}

.faq-item .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 20px 0px;
    border-top: 1px solid #000;
    background-color: transparent;
    text-transform: uppercase;
    color: #000;
    font-weight: 900;
    border-bottom: 1px solid #000;
}


.faq-item .panel {
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #000;
}

.faq-item .item {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.faq-item .item a {
    background-image: url('/website/img/seta.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 5px;
    padding-left: 20px;
    background-size: 10px;
    color: #000;
    text-decoration: none;
}


.faq-item .panel-title a {
    width: 100%;
    display: block;
    background-image: url('/website/img/plus.png');
    background-repeat: no-repeat;
    background-position-x: right;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}

.faq-item .panel-body {
    padding: 0;
    text-transform: none;
    color: #939598;
    padding-top: 10px;
}


/*-----  End   FAQ  ------*/

