/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 

html,
body {
    height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.terms {
	width: 548px;
    background: #fafafa;
    max-height: 200px;
    height: 200px;
    color: #000 !important;
    overflow: auto;
}

.terms .title {
	width: 100% !important;
	text-align: left !important;
	margin-bottom: 20px !important;
	padding-left: 0 !important;
}

@media(max-width: 1020px)
{
	.terms{
		width: 100%;
	}
}

.btn_spaces {
	width: 220px;
    margin-top: 10px;
    background: #388E3C;
    border: 2px solid #388E3C;
    padding: 10px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.btn_spaces:hover {
	background: #fafafa;
    border: 2px solid #388E3C;
    color: #353535;
}

.btn_spaces_a, .btn_spaces_a:hover, .btn_spaces_a:active{
    text-decoration: none !important;
}

.footer-btns{
	display: inline-block;
	margin-left: 15px;
}

.footer-btns a{
	display: inline-block;
	color: #fff;
	width: 15px;
}

@media(max-width: 768px){
	.footer-btns {
	    display: inline-block;
	    margin-left: 5px;
	}
	.footer-btns a {
	    display: inline-block;
	    color: #fff;
	    width: 10px;
	}
}

.final_prebook {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	background: #fafafa;
	color: #000;
	font-weight: normal;
	padding-bottom: 50px;
}

.final_prebook img{
	margin-left: calc(50% - 109px);
	margin-top: 30px;
	margin-bottom: 30px;
}

.final_prebook_container {
	width: 900px;
	padding: 20px;
	margin: auto;
	background: #dcdcdc;
	margin-top: 20px;
	border-radius: 5px;
	text-align: justify;
}

.final_prebook_container div{
	font-weight: bold;
	font-size: 25px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}

.final_prebook_container .side{
	width: 49%;
	display: inline-block;
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 0px;
	text-align: left;
}

.modal {
	z-index: 9999999;
}

.modal-backdrop{
	z-index: 99999;
}

body {
    overflow: auto !important;
    overflow-y: auto !important;
    padding-right: 0 !important;
}

.lightboxOverlay {
	z-index: 999999 !important;
}

.lightbox {
	z-index: 9999999 !important;
}

.accomodations {
	margin-top: 20px;
	font-family: Montserrat;
	width: 100%;
	text-align: right;
}

.accomodations i {
	font-size: 20px !important;
}

.galeria {
	display: inline-block;
	width: 40%;
}

.galeria-thumb {
	min-width: calc(25% - 10px);
	min-height: 50px;
	background-size: cover !important;
	display: inline-block;
	margin-right: 7px;
}

@media(max-width: 1030px){
	.galeria {
		display: inline-block;
		width: 100%;
	}
}

.page-wait {
	min-width: calc(100% - 260px);
	min-height: 100%;
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99999;
	display: none;
}

.page-wait i {
	margin: auto;
	margin-left: calc(50% - 40px);
	margin-top: calc(30% - 40px);
}

.page-wait2 {
	min-width: 100%;
	min-height: 100%;
	background: rgba(255,255,255,0.95);
	position: absolute;
	top: 0;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 9999999;
	display: none;
}

.page-wait2 i {
	margin: auto;
	margin-left: calc(50% - 40px);
	margin-top: calc(30% - 40px);
}

.error-fullpage{
	width: calc(100% - 260px);
	min-height: 100%;
	background: #fafafa;
	position: absolute;
	top: 0;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 9999;
	display: none;
    padding: 50px;
}

.search-results{
	width: calc(100% - 260px);
	height: 100%;
	background: #fafafa;
	position: absolute;
	top: 0;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 30px;
}

.search-results .title, .error-fullpage .title {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 0px;
	font-size: 25px;
	padding-left: 50px;
	font-color: #000;
	font-family: Montserrat;
}

.error-fullpage .title {
	padding-left: 0px;
}

.search-results .search-result-line {
	width: calc(100% - 20px);
	height: 200px;
	margin: 10px 10px;
	padding: 10px;
	border: 1px solid #dcdcdc;
}

.search-results .search-result-line:hover {
	background: #f2f2f2;
}

.search-results .search-result-line .image{
	min-width: 250px;
	max-width: 250px;
	min-height: 100%;
	background-size: cover;
	overflow: hidden;
	display: inline-block;
}

.search-results .search-result-line .title{
	font-size: 30px;
	color: #3e8e41;
	font-weight: bold;
	position: absolute;
	margin-top: -10px;
	display: inline-block;
	width: 400px;
	vertical-align: top;
}

.search-results .icons {
	position: absolute;
	right: 20px;
	margin-top: -40px;
}

.search-results .search-result-line .desc{
	font-size: 18px;
	color: #000;
	position: relative;
	top: 50px;
	left: 20px;
	display: inline-block;
	width: 400px;
	vertical-align: top;
}

.search-results .search-result-line .preco{
	font-size: 30px;
	font-weight: bold;
	color: #3e8e41;
	position: absolute;
	right: 25px;
	display: inline-block;
	vertical-align: top;
}

.search-results .search-form {
	min-height: 500px;
	margin: -35px 10px 10px 10px;
	padding: 50px;
	display: inline-block;
	width: calc(100% - 20px);
}

.search-results .search-form form {
	display: inline-block;
}

.search-results .search-form form button{
	width: 220px;
	margin-top: 10px;
	background: #388E3C;
	border: 2px solid #388E3C;
	padding: 10px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}
.search-results .search-form form button:hover{
	background: #fafafa;
	border: 2px solid #388E3C;
	color: #353535;
}

.search-results .search-form .row1 .row1-select {
	width: 80px;
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
}
.search-results .search-form .row1 .row1-select p{
	margin: 0;
	margin-bottom: -5px;
}
.search-results .search-form .row1 .row1-select select{
	border: 0 !important;
    padding: 5px;
    width: 100%;
    font-size: 14px;
    background-color: rgba(0,0,0,0.3) !important;
    color: #fff;
    height: 31px;
}
.search-results .search-form .row1 .row1-select select:focus{
    background-color: rgba(0,0,0,0.5) !important;
}

.search-results .search-form .row1 .row1-text {
	width: 220px;
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
}
.search-results .search-form input{
	border: 0;
    padding: 5px;
    width: 100%;
    font-size: 14px;
    background: rgba(0,0,0,0.3);
    color: #fff;
}
.search-results .search-form input:focus{
	border: 0;
    padding: 5px;
    width: 100%;
    font-size: 14px;
    background: rgba(0,0,0,0.5);
    outline: 0;
}

.search-results .search-form .row2 .row2-text {
	width: 267px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 15px;
}
.search-results .search-form .row3 .row3-textarea {
	width: 548px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 20px;
	font-size: 15px;
}
.search-results .search-form .row3 .row3-textarea textarea{
	border: 0;
    padding: 5px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    background-color: rgba(0,0,0,0.3) !important;
    color: #fff;
}
.search-results .search-form .row3 .row3-textarea textarea:focus{
	color: #fff;
	outline: 0;
    background: rgba(0,0,0,0.5) !important;
}
.search-results .search-form .detalhes {
	position: relative;
	left: 50px;
	top: 21px;
	vertical-align: top;
	display: inline-block;
	font-size: 15px;
	padding: 5px;
	color: #000;
	width: 260px;
	background: #f2f2f2;
	font-family: Montserrat;
}
.search-results .search-form .detalhes .detalhes-row {
	margin-bottom: -10px;
}
.search-results .search-form .detalhes hr {
	border-color: #ccc;
}
.search-results .search-form .detalhes .header{
	font-size: 18px;
	margin-bottom: -5px;
	background: #cccccc;
	padding: 15px 10px;
	color: #353535;
	margin-left: -5px;
	margin-top: -5px; 
	width: calc(100% + 10px);
	font-family: Montserrat;
	text-transform: uppercase;
}
.search-results .search-form .detalhes .title {
	font-size: 14px;
	margin-bottom: 0px;
	padding: 0px 5px;
	color: #000;
	font-weight: bold;
	width: 120px;
	display: inline-block;
	margin-top: 20px;
}
.search-results .search-form .detalhes .title3 {
	font-size: 18px;
	margin-bottom: 0px;
	background: #dcdcdc;
	padding: 0px 5px;
	color: #000;
	font-weight: normal;
	width: 100%;
	margin-top: 30px;
}
.search-results .search-form .detalhes span{
	font-size: 15px;
}
.search-results .search-form .detalhes .span3{
	font-size: 20px;
	float: right;
}

.search-results .search-form p {
	margin: 0;
	font-size: 15px;
}

.search-results .search-form .alert-success {
    background: #ffcdd2;
    border-radius: 0;
    border: 0;
    color: #353535;
}

.search-bar {
	width: 260px;
	height: 100%;
	background: #4CAF50;
}

.search-bar .titulo {
	width: 100%;
	text-align: right;
	color: #fff;
	margin: 0;
	padding-top: 40px;
	padding-right: 20px;
	font-size: 20px;
}

.search-bar button {
	width: 220px;
	margin-left: calc(50% - 110px);
	margin-top: 10px;
	background: #388E3C;
	border: 2px solid #388E3C;
	padding: 10px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search-bar button:hover {
	background: #4CAF50;
	border: 2px solid #fff;
}

.search-bar .form-input-block {
	width: 220px;
	margin-left: calc(50% - 110px);
	margin-top: 10px;
}

.search-bar .form-input-block label{
	width: 100%;
	text-align: left;
}

.search-bar .form-input-block input{
	border: 0;
	padding: 5px;
	width: 220px;
	font-size: 14px;
}

.search-bar .form-input-block input:focus{
	border: 0;
	outline: 0;

}.search-bar .form-input-block input:active{
	border: 0 !important;
}

.search-bar .form-input-block select{
	border: 0 !important;
	padding: 5px;
	width: 220px;
	height: 30px;
	background-color: #fff !important;
	color: #818892 !important;
	font-size: 14px;
}

.avisitar_info {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin-left: 2%;
	font-size: 15px;
	float: right;
}

.avisitar_info div {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 20px;
}
.avisitar_info a {
	font-weight: bold;
	color: #353535;
}

.avisitar_info a:hover, .avisitar_info a:active, .avisitar_info a:focus {
	color: #1976D2;
	text-decoration: none;
}

.avisitar_right {
	width: 50%;
	display: inline-block;
	padding-left: 20px;
	font-size: 18px;
	float: left;
}

.avisitar_distancia{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	display: inline-block;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
}

.avisitar_distancia:hover {
	background: rgba(0,0,0,0.3);
}

.avisitar_nome {
	width: calc(100% - 54px);
	display: inline-block;
}

.avisitar_local {
	padding: 5px 5px;
	cursor: default;
	 -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     cursor: pointer;
}

.avisitar_local:hover {
	background: rgba(0,0,0,0.1);
}

@media(max-width: 1030px){
	.avisitar_right {
		width: 100%;
		display: inline-block;
		padding-left: 0px;
		font-size: 18px;
	}
	.avisitar_info {
		padding-bottom: 50px;
		display: inline-block;
		width: 100%;
		vertical-align: top;
		margin-left: 0;
		font-size: 15px;
	}
}

.espaco-preco {
	position: absolute;
	right: 20px;
	font-size: 25px;
}

.pre_order_btn {
	position: absolute;
	right: 20px;
	font-size: 15px;
	background: #297321;
	color: #fff;
	text-align: center;
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin-top: 40px;
	cursor: pointer;
}

.pre_order_btn:hover {
	background: #328a28;
}

.carousel {
    position: fixed;
    width: 100%;
}

.page {
	min-width: 100%;
	min-height: 100%;
	background: rgba(255,255,255,0.95);
	position: absolute;
	top: 0;
	left: 0;
	z-index:99999;
	color: #353535;
	padding-bottom: 50px;
	overflow-y: auto !important;
}

.page-close {
	width: 25px;
	height: 25px;
	line-height: 21px;
	font-size: 12px;
	text-align: center;
	border: 2px solid #4d4d4d;
	color: #4d4d4d;
	border-radius: 20px;
	position: fixed;
	z-index: 99999;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.inicio {
	min-width: 0 !important;
	min-height: 0 !important;
	background: rgba(255,255,255,0) !important;
	position: initial !important;
	top: 0;
	left: 0;
	z-index: initial !important;
	padding-bottom: 0px;
}

.page-photo {
	padding: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    box-shadow: 0 3px 6px rgba(0,0,0,.25);
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.about .page-photo {
	width: 30%;
}

.pagina-content {
	display: inline-block;
	width: 65%;
	margin-left: 4%;
}

.content-espacos {
	width: 100%;
	margin-left: 0;
	font-size: 17px;
}

.pagina-content img {
	padding: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    box-shadow: 0 3px 6px rgba(0,0,0,.25);
}

.accomodations img {
	padding: 0px;
    background-color: rgba(0,0,0,0);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0);
    box-shadow: 0 3px 6px rgba(0,0,0,0);
    height: 16px !important;
    vertical-align: baseline !important;
}

.pagina-content i {
	width: 30px;
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	text-align: center;
}

.pagina-contacts {
	width: 100% !important;
	margin-left: 0 !important;
}

.pagina-contacts a{
	color: #353535;
	text-decoration: none;
}

.pagina-contacts a:hover{
	color: #297321;
}

.contacts-row {
	display: inline-block; 
	max-width: calc(100% - 35px);
	font-size: 14px;
}
.booking-toggle{
	display: none;
}

.about, .areas, .what_to_visit, .contacts {
	display: none;
	max-height: 100%;
	overflow-y: auto !important;
}

.titulo {
	width: 80%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 35px;
	line-height: 40px;
	font-family: Montserrat;
	color: #353535;
	text-transform: uppercase;
}

.ttl-espacos {
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 20px;
}

.espaco {
	text-align: center;
	border: 1px solid #dcdcdc;
	background: #fafafa;
	margin-bottom: 10px;
}

.espacos-opcoes {
	margin-top: -15px;
	margin-bottom: 20px;
	width: 100%;
	text-align: left;
	font-size: 17px;
	margin-left: 0px;
}

.espacos-opcoes p {
	margin-top: 20px;
	font-size: 15px;
}

.espaco-opcao {
	text-align: center;
	display: inline-block;
	margin-right: 8px;
	color: #000;
}

.espaco-opcao i {
	font-size: 15px;
}

.espaco-opcao span{
	display: block;
	margin-bottom: 0px;
	background: #297321;
	color: #fff;
}

.espaco-opcao span i {
	line-height: 0;
}

.photo-espacos {
	width: 100%;
}

.header-lingua {
	position: absolute;
	bottom: 10px;
}

.header-lingua a{
	text-decoration: none;
}

#header span {
	color: #fafafa;
	padding: 15px 15px 5px 15px;
	display: block;
	font-size: 15px;
}

.flag_color {
	-webkit-filter: grayscale(0%) !important;
	filter: grayscale(0%) !important;
}

.lang_flag {
	width: 30px; 
	margin-left: 15px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.lang_flag:hover {
	-webkit-filter: grayscale(0%) !important;
	filter: grayscale(0%) !important;
	cursor: pointer;
}

.menu-item div{
	width: 100%;
	padding-right: 50px;
	padding-bottom: 20px;
	text-align: right;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'PT Sans';
}

.menu-item .cleansafe img {
	height: auto;
	width: 100%;
	max-width: 70%;
}

.menu-item {
	color: #fff !important;
	text-decoration: none !important;
}

.menu-item:hover, menu-item:focus {
	color: #339E28 !important;
}

.navbar_brand {
	position: absolute;
	left: calc(50% - 75px);
	top: 30px;
	z-index: 999;
	display: none;
	background: rgba(0,0,0,0.8);
	padding: 20px;
	border-radius: 5px;
}

.logo_bar {
	width: 100px;
	display: inline-block;
	margin-right: 20px;
	margin-top: -20px;
}

.booking {
	width: 850px;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	z-index: 99999;
	vertical-align: middle;
}

.booking_step1 {
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.6);
	padding: 20px;
	border-radius: 6px;
	font-family: Lato;
}

.booking_step1 input, select {
	border: 1px solid #dcdcdc !important;
	padding: 0 5px !important;
	background: rgba(53,53,53,1) !important;
	color: #fff !important;
	margin-top: 5px !important;
	border-radius: 0px !important;

}

.booking_step1 select {
	height: 34px;
}

.booking_step1 option {
	background-color: #353535;
}

.booking_step1 input:focus, select:focus {
	outline: 0 !important;
}

@media(max-width:1030px){
	.logo_bar {
		display: none;
	}
	.navbar_brand {
		display: block;
	}
	.booking-toggle{
		display: block;
		width: 100%;
		padding: 10px;
		text-align: center;
		background: #297321;
		color: #fff;
		font-size: 14px;
	}
	.page-photo {
		width: 100% !important;
	}

	.pagina-content {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.pagina-content img {
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		float: none !important;
		display: block !important;
	}
	.accomodations img {
		width: auto !important;
	    height: 16px !important;
	}

	.booking {
	    width: 100% !important;
	    left: 0 !important;
	    right: 0 !important;
	    margin: auto !important;
	    position: absolute !important;
	    z-index: 99999 !important;
	    vertical-align: middle !important;
	    bottom: -356px;
	}

	.form-input-block {
	    display: table !important;
	    width: 100% !important;
	}

	.booking_step1 {
	    width: 100% !important;
	    text-align: center !important;
	    background: rgba(0,0,0,0.8) !important;
	    padding: 20px !important;
	    margin-top: 0px !important;
	    border-radius: 0 !important;
	}

	.booking_step1 .booking_input1 {
	    width: 100% !important;
	    margin: 2px !important;
	    margin-top: 5px !important;
	    margin-bottom: 5px !important;
	}

	.booking_step1 .booking_input2 {
	    width: 100% !important;
	    margin: 2px !important;
	    margin-top: 5px !important;
	}

	.btn-reserva1 {
	    background: #297321 !important;
	    border: 0 !important;
	    color: #fff !important;
	    width: 100% !important;
	    height: 34px !important;
	    margin-top: 20px !important;
	    margin-bottom: 20px !important;
	    font-weight: bold !important;
	    display: inline-block !important;
	    font-size: 16px !important;
	    position: relative !important;
	    top: -1px !important;
	}

	#footer {
	    width: 100% !important;
	    text-align: right !important;
	    padding: 2px 10px !important;
	    color: #7f7f7f !important;
	    position: fixed !important;
	    bottom: 0 !important;
	    background: rgba(0,0,0,0.8) !important;
	    font-size: 11px !important;
	    color: #F1F1F1 !important;
	    z-index: 99999 !important;
	    font-family: Open Sans !important;
	    margin-top: 20px !important;
	}
}

.btn-reserva1 {
	background: #297321;
	border: 0;
	color: #fff;
	width: 34px;
	height: 34px;
	margin-top: 0;
	font-weight: bold;
	display: inline-block;
	font-size: 16px;
	position: relative;
    top: 1px;
}

.btn-reserva1:hover {
	background: #348C2A;
}

.form-input-block {
	display: inline-block;
}
.form-input-block label {
	display: block;
	text-align: left;
	font-size: 15px;
	color: #fff;
	margin: 0;
	padding: 0;
	font-family: Lato;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
    font-weight: bold;
    font-size: 15px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
    font-weight: bold;
    font-size: 15px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
    font-weight: bold;
    font-size: 15px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
    font-weight: bold;
    font-size: 15px;
}

.contacto-row {
	margin-bottom: 5px;
}

.contacto-row textarea{
	margin-top: 3px;
}

.contacto-btn {
	padding: 5px 15px;
	border: 0;
	background: #353535;
	color: #fff;
	font-size: 15px;
	margin-top: -15px;
}

@media(max-width: 991px){
	.form-contactos {
		margin-top: 20px;
	}
}

.contacto-input {
	width: 100%;
	max-width: 100%;
	background: rgba(0,0,0,0.3);
	border: 0;
	padding: 3px 10px 5px 10px;
	font-weight: normal;
	color: #fff;
	font-size: 15px;
}

.contacto-input::-webkit-input-placeholder{
	font-weight: normal;
	color: #fff;
	font-size: 15px;
}
.contacto-input:-moz-placeholder{
	font-weight: normal;
	color: #fff;
	font-size: 15px;
}
.contacto-input::-moz-placeholder{
	font-weight: normal;
	color: #fff;
	font-size: 15px;
}
.contacto-input:-ms-input-placeholder{
	font-weight: normal;
	color: #fff;
	font-size: 15px;
}

.contacto-input:focus {
	outline: 0;
	background: rgba(0,0,0,0.5);
}

.ui-widget-header {
	background: #E3E3E3 !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.ui-datepicker-next-hover {
	background: rgba(0,0,0,0) !important;
	color: #fafafa !important;
	border: 0 !important;
	top: -2 px!important;
	right: 0 !important;
}

.ui-datepicker-prev-hover {
	background: rgba(0,0,0,0) !important;
	color: #fafafa !important;
	border: 0 !important;
	top: -2 px!important;
	right: 0 !important;
}

#ui-datepicker-div {
	font-size: 12px !important;
}


.booking_step1 .booking_input1 {
	width: 150px;
	margin: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	height: 34px;
}

.booking_step1 .booking_input2 {
	width: 190px;
	margin: 2px;
	margin-top: 5px;
	font-size: 14px;
}

.navbar-nav > li {
	float: none;
}

.navbar_toggle {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #fafafa;
	position: absolute;
	left: 260px;
	top: 20px;
	background: rgba(0,0,0,0.9);
	cursor: pointer;
	font-size: 18px;
}

.search_toggle {
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	color: #fafafa;
	position: absolute;
	left: 260px;
	top: 80px;
	background: rgba(76, 175, 80,1);
	cursor: pointer;
	font-size: 18px;
	z-index: 999999999;
	display: none;
}

@media(max-width: 1200px){

	.error-fullpage {
    	width: 100%;
    	z-index: 0;
    	padding: 20px 60px;
    }

	.final_prebook {
		min-width: 0;
		width: 100%;
	}

	.final_prebook_container {
    	width: 100%;
    }

    .final_prebook_container .side {
    	width: 100%;
    }

	.search_toggle {
		display: block;
	}

	.search-bar {
		left: -260px;
		position: fixed;
	}

	.search-results {
		width: 100%;
		position: initial;
	}

	.search-results .title {
		padding-left: 60px;
	}

	.search-results .search-form .row1 .row1-text {
	    width: 100%;
	    display: inline-block;
	    margin-right: 10px;
	    font-size: 15px;
	    margin-top: 20px;
	}

	.search-results .search-form .row2 .row2-text {
	    width: 100%;
	    display: inline-block;
	    margin-right: 10px;
	    margin-top: 20px;
	    font-size: 15px;
	}

	.search-results .search-form .row3 .row3-textarea {
	    width: 100%;
	    display: inline-block;
	    margin-right: 10px;
	    margin-top: 20px;
	    font-size: 15px;
	}

	.search-results .search-form {
	    min-height: 500px;
	    margin: -35px 10px;
	    padding: 50px;
	    display: inline-block;
	    width: 100%;
	}

	.search-results .search-form input {
	    border: 0;
	    padding: 5px;
	    width: 100%;
	    font-size: 14px;
	    background: rgba(0,0,0,0.3);
	    color: #fff;
	}

	.search-results .search-form form {
	    display: inline-block;
	    width: 100%;
	}

	.search-results .search-form .detalhes {
	    position: initial;
	    left: 0px;
	    margin-top: 21px;
	    vertical-align: top;
	    display: inline-block;
	    font-size: 11px;
	    padding: 5px;
	    color: #000;
	    width: 100%;
	    background: #f2f2f2;
	    font-family: Montserrat;
	}
}

@media(max-width:768px){
	.turismo_left{
		width: 100% !important;
		display: block !important;
		font-size: 15px;
	}
	.turismo-mapa {
		width: 90% !important;
	}
	.turismo_contact{
		margin-left: -25px !important;
		font-size: 15px !important;
	}
	.smaller_font {
		font-size: 15px !important;
	}
}

.chevron_ondes, .chevron_meteo, .chevron_contact{
	padding-top: 2px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ondes-header:hover > .chevron_ondes {
	padding-top: 0px;
	color: #dcdcdc;
}

.meteorologia-header:hover > .chevron_meteo {
	padding-top: 0px;
	color: #dcdcdc;
}

.contactos_uteis-header:hover > .chevron_contact {
	padding-top: 0px;
	color: #dcdcdc;
}

.change_language_btn {
	position: fixed;
	padding: 10px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	right: -65px;
	top: 100px;
	z-index: 9999999;
	cursor: pointer;
}

.choose_language {
	display: inline-block;
	margin-left: 20px;
}

.adp-placemark tbody tr td {
	padding: 10px;
}

.show_associado {
	padding: 10px;
	color: #353535;
	text-decoration: none;
	cursor: pointer !important;
}

.show_cat_associados {
	min-width: 100%; 
	padding: 10px; 
	color: #353535; 
	border-bottom: 1px solid #dcdcdc;
	display: block;
	text-decoration: none;
}

.show_cat_associados:hover {
	background: #EBEBEB;
	text-decoration: none;
	color: #353535; 
}

.show_cat_associados:active {
	background: #EBEBEB;
	text-decoration: none;
	color: #353535; 
}

.videobg {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    overflow: hidden;
    width: 100%;
}

#video {
	width: 100%;
}

@media(max-width: 1201px){
	.caixas {
		position: relative !important;
	}
	
	#intro .block {
		width: 100% !important;
	}
	
	.publicidade-holder {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	
	.chevron_ondes{
		display: none;
	}
	
	.chevron_meteo{
		display: none;
	}
	
	.chevron_contact{
		display: none;
	}
	
	#contactos_uteis {
		min-height: 250px !important;
		max-height: 250px !important;
	}
	
}

@media(max-width: 768px){
	
	#about{
		margin-top: -70px !important;
	}
	
	#video {
		width: auto;
		height: 100%;
		margin-left: -75%;
	}
	
	.turismo-galeria {
		margin-left: 28px !important;
	}
	
	.turismo-galeria2 {
		margin-left: 18px !important;
	}
}

.associados{
	border: 2px solid #fff;
	padding: 10px 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	font-weight: bold;
	text-decoration: none !important;
	color: #353535;
}

.associados:hover {
	border: 2px solid #dcdcdc;
	text-decoration: none !important;
	color: #353535;
}

.turismo-mapa {
	width: 80%;
	height: 250px;
	margin-top: 25px;
}

.turismo_local_box:hover {
	border: 1px solid #353535 !important;
}

.show_turismo_local a {
	text-decoration: none;
}

.ondes_row {
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #dcdcdc;
	cursor: pointer;
	text-decoration: none;
	color: #7f7f7f;
	display: block;
}

.ondes_row:hover {
	background: #F7F7F7;
	color: #000;
	text-decoration: none;
}

.onde-imagem {
	display: inline-block;
	width: 40%;
	text-align: center;
}

.onde-imagem img {
	width: 80%;
}

.onde-titulo {
	font-size: 25px;
	font-weight: bold;
	color: #313131;
	margin-top: 10px;
	padding: 0 10%;
	width: 100%;
	text-align: left;
}

.onde-morada {
	font-size: 18px;
	padding: 0 10%;
	width: 100%;
	text-align: left;
}

.onde-telefone {
	font-size: 18px;
	padding: 0 10%;
	width: 100%;
	text-align: left;
}

.onde-email {
	font-size: 18px;
	padding: 0 10%;
	width: 100%;
	text-align: left;
}

.onde-desc {
	display: inline-block;
	width: 59%;
	vertical-align: top;
	color: #313131;
}

.evento-imagem {
	display: inline-block;
	width: 40%;
	text-align: center;
}

.evento-imagem img {
	width: 80%;
}

.evento-titulo {
	font-size: 25px;
	font-weight: bold;
	color: #313131;
	margin-top: 10px;
	padding: 0 10%;
	width: 100%;
	text-align: left;
}

.evento-data {
	font-size: 18px;
	padding: 0 10%;
	width: 100%;
	text-align: left;
}

.evento-desc {
	display: inline-block;
	width: 55%;
	vertical-align: top;
	color: #313131;
}

.turismo-imagem {
	display: inline-block;
	width: 40%;
	text-align: center;
}

.turismo-imagem img {
	width: 80%;
}

.turismo-titulo {
	font-size: 25px;
	font-weight: bold;
	color: #313131;
	margin-top: 10px;
	padding: 0 10%;
	width: 100%;
	text-align: left;
}

.turismo-morada {
	font-size: 18px;
	padding: 0 10%;
	width: 100%;
	text-align: left;
}

.turismo-telefone {
	font-size: 18px;
	padding: 0 10%;
	width: 100%;
	text-align: left;
}

.turismo-email {
	font-size: 18px;
	padding: 0 10%;
	width: 100%;
	text-align: left;
}

.turismo-desc {
	display: inline-block;
	width: 56%;
	vertical-align: top;
	color: #313131;
	margin-top: 50px;
}

.btn_contactos_uteis {
	background: rgba(0,0,0,0) !important;
	color: #fff !important;
	border: 2px solid #fff !important;
	padding: 10px 20px !important;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
}

.btn_contactos_uteis:hover {
	background: rgba(49,49,49,1) !important;
	color: #fff !important;
	border: 2px solid #fff !important;
	text-decoration: none;
}

.contactos_uteis_body a {
	text-decoration: none;
	color: #7f7f7f;
}

.contactos_uteis_body a:hover {
	color: #000;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.events-btn{
	position: absolute;
	left: 140px;
	top: 35px;
	width: calc(100% - 145px);
	max-width: calc(100% - 145px);
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	max-width: calc(100% - 145px);
}

.events-btn i {
	font-size: 60px;
}

.publicidade-holder {
	position: absolute;
	bottom: 20px;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	left: calc(50% - 150px);
}

.indicators-pub {
	margin-bottom: -20px;
}

.carousel-pub {
	max-height: 161px;
	min-height: 161px;
	max-width: 300px;
	min-width: 300px;
}

@media(max-width: 768px){
	.publicidade-holder {
		width: 60%;
		bottom: 0px !important;
	}
	.carousel-pub {
		max-height: 155px;
		min-height: 155px;
	}
}

@media(max-width: 560px){
	.publicidade-holder {
		width: 55%;
		bottom: -25px;
	}
	.carousel-pub {
		max-height: 155px;
		min-height: 155px;
	}
}

.onde {
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
	padding: 15px 5px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	left: 0px;
	width: 33.33%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
}

.onde:hover {
	background: #efefef;
	color: #313131 !important;
	text-decoration: none;
}

.onde:focus {
	background: rgba(0,0,0,0);
	color: #fff !important;
	text-decoration: none;
}

.onde:focus:hover {
	background: #efefef;
	color: #313131 !important;
	text-decoration: none;
}

.modal-footer {
	border: 0;
}

.modal-content {
	border-radius: 0;
}

.contactos_uteis_linha {
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: default;
}

.contactos_uteis_linha:hover {
	color: #000 !important;
	background: #E9E9E9;
}

.contactos_urgentes {
	color: rgba(255,255,255,0.7) !important;
}

.contactos_urgentes:hover {
	color: #fff !important;
	background: #4088FF !important;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-control.left {
    background: rgba(0,0,0,0) !important;
}

.carousel-control.right {
    background: rgba(0,0,0,0) !important;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); */
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #52d3aa;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #52d3aa;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}

.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before, .edge--both:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}

#header {
  position: fixed;
  z-index: 999999;
  height: 100%;
  opacity: 1;
  top: 0;
  width: 260px;
  background: rgba(0,0,0,0.9);
  padding-top: 40px;
  left: -260px
}
#header .mobile {
  display: none !important;
}
#header .navbar-brand {
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
}
#header .navbar-brand img{
  width: 250px;
  left: 0;
  right: 0;
  top: 20px;
  margin: auto;
  position: fixed;
}
@media screen and (max-width: 990px) {
  #header .navbar-brand {
    color: #52d3aa !important;
    display: none;
  }
  #header .mobile {
    display: block !important;
  }
  #header .mobile img{
    margin-top: -17px;
  }
  #header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #header #navbar li a:hover {
    color: #52d3aa !important;
  }
  #header #navbar li a span:before {
    background: transparent !important;
  }
  #header #navbar li.active a {
    background: transparent;
    background: none;
    color: #52d3aa !important;
  }
  #header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#header #navbar li a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-size: 19px;
  font-weight: 300;
}
#header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#header #navbar li a:hover {
  color: #fff;
}
#header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#header #navbar li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#header.navbar-fixed-top .navbar-brand {
  color: #52d3aa;
}
#header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#header.navbar-fixed-top #navbar li a:hover {
  color: #52d3aa;
}
#header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #52d3aa;
}
#header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #52d3aa;
}
#header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 990px) {
  #header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#header .navbar-default .brand-slogan em {
  color: #52d3aa;
  font-style: normal;
}
#header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#home {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  background-color: #52d3aa;
  color: #fff;
  overflow: hidden;
}
#home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;
  background-color: #52d3aa;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  /* IE10+ */
  background-image: url('../../assets/images/full_image_1.jpg');
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}
#home, #home .text-wrap {
  height: 900px;
}
#home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#home .text-inner a {
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#home .text-inner a:hover, #home .text-inner a:active, #home .text-inner a:focus {
  text-decoration: none;
  color: white;
  border-bottom: 1px dashed white;
}
#home .text-inner h1 {
  font-size: 50px;
  color: white;
  margin: 0 0 20px 0;
}
#home .text-inner h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.slant {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -35px;
  padding: 0;
  width: 101%;
}

#intro {
  position: relative;
  bottom: 0;
  margin-top: -230px;
  z-index: 10;
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  #intro {
    padding-bottom: 3em;
  }
}
#intro > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#intro .block {
  width: 390px;
  height: 390px;
  float: left;
  text-align: center;
  font-size: 16px;
  min-height: 300px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  backgroun-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #intro .block {
    width: 100%;
  }
}
#intro .block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#intro .block > .overlay {
  background: #fff;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#intro .block > .text {
  position: relative;
  z-index: 10;
}
#intro .block > .text .intro-icon {
  font-size: 50px;
  color: #52d3aa;
  margin-bottom: 30px;
  display: block;
}
#intro .block h2 {
  font-size: 24px;
  font-weight: 400;
}
#intro .block:hover > .overlay, #intro .block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#intro .block:hover > .text, #intro .block:focus > .text {
  color: #fff;
}
#intro .block:hover > .text .intro-icon, #intro .block:focus > .text .intro-icon {
  color: #fff;
}
#intro .block:hover h2, #intro .block:focus h2 {
  color: #fff;
}
#intro .block:hover .btn, #intro .block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#intro .block:hover .btn:hover, #intro .block:focus .btn:hover {
  background: #52d3aa !important;
  border: 2px solid #52d3aa !important;
}

.watch-video {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}
.watch-video span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.watch-video .btn-video {
  display: block;
  font-size: 60px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border: 2px solid #52d3aa;
  line-height: 0px;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
  text-decoration: none;
}
.watch-video .btn-video i {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  right: -9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#services, #testimonials, #counters, #work, #contact, #about {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #services, #testimonials, #counters, #work, #contact, #about {
    padding: 2em 0;
  }
}

#services, #work, #counters {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #services, #work, #counters {
    padding: 4em 0;
  }
}

#services {
  background-color: #52d3aa;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}
#services:before, #services:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #fff;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#services:before {
  top: 0;
  margin-top: -35px;
}
#services:after {
  bottom: 0;
  margin-bottom: -35px;
}
#services .service {
  padding-right: 30px;
}
#services h3 {
  font-size: 24px;
  color: #fff;
}
#services .icon {
  font-size: 70px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#services .icon:before {
  color: #fff;
}
#services .section-heading h2 {
  color: #fff;
}
#services .section-heading h2.left-border:after {
  background: rgba(255, 255, 255, 0.3);
}

#counters {
  background: #52d3aa;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  padding: 9em 0 10em 0;
}
@media screen and (max-width: 768px) {
  #counters {
    padding: 4em 0;
  }
}
#counters .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
#counters:before, #counters:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #49B5C8;
  content: "";
  z-index: 9;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#counters:before {
  top: 0;
  margin-top: -35px;
  margin-left: -1px;
}
#counters:after {
  bottom: 0;
  margin-bottom: -35px;
  background-color: #fff;
}
#counters .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#counters .section-heading h2 {
  color: #fff;
}
#counters .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#counters .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#counters .counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #counters .counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
#counters .counter .counter-icon,
#counters .counter .counter-number,
#counters .counter .counter-label {
  display: block;
}
#counters .counter .counter-icon {
  font-size: 40px;
  color: #52d3aa;
}
#counters .counter .counter-number {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}
#counters .counter .counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

#testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#testimonials .box-testimony a:hover, #testimonials .box-testimony a:focus, #testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 30px;
  background: #fff;
  background: #52d3aa;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 10px solid black;
  border-top-color: #fff;
  border-top-color: #52d3aa;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#testimonials .box-testimony blockquote p {
  font-style: italic;
  color: #fff;
}
#testimonials .box-testimony .author {
  line-height: 20px;
  color: black;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 400;
}
#testimonials .box-testimony .author a {
  color: #52d3aa;
}
#testimonials .box-testimony .author a:hover {
  text-decoration: underline;
}
#testimonials .box-testimony .author > figure {
  float: left;
  margin-right: 10px;
}
#testimonials .box-testimony .author > figure img {
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#testimonials .box-testimony .author p {
  float: left;
  margin-top: 10px;
}
#testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400 !important;
}

#work {
  overflow: hidden;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  background-color: #49B5C8;
  /* IE9, iOS 3.2+ */
/*
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
*/
  /* Android 2.3 */
/*
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
*/
  /* IE10+ */
/*
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
*/
}
#work a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
#work a:hover {
  color: white;
}
#work:before, #work:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #49B5C8;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#work:before {
  top: 0;
  margin-top: -35px;
  background-color: #fff;
}
#work:after {
  bottom: 0;
  margin-bottom: -35px;
  display: none;
}
#work .section-heading h2 {
  color: #fff;
}
#work .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3);
}
#work .section-heading h3 {
  color: rgba(255, 255, 255, 0.8);
}
#work .project-item {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  margin-bottom: 30px;
/*
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
*/
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#work .project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#work .project-item .text {
  padding: 10px 20px;
}
#work .project-item .text h2, #work .project-item .text span {
  text-decoration: none !important;
}
#work .project-item .text h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#work .project-item .text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}
#work .project-item:hover, #work .project-item:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  top: -15px;
}
#work .project-item:hover img, #work .project-item:focus img {
  opacity: .7;
}
#work .project-item:hover h2, #work .project-item:hover span, #work .project-item:focus h2, #work .project-item:focus span {
  text-decoration: none !important;
}

.person {
  border: 2px solid #f2f2f2;
  padding: 80px 30px 30px 30px;
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .person {
    margin-bottom: 3.5em;
  }
}
.person figure {
  position: absolute;
  margin-top: -60px;
  top: 0;
  left: 50%;
  margin-left: -60px;
  display: block;
  margin-bottom: 50px;
}
.person figure img {
  width: 120px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.person h3 {
  margin-bottom: 0px;
}
.person .position {
  color: #b3b3b3;
  display: block;
  margin-bottom: 20px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 400;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #52d3aa;
}

.btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}

#contact {
  padding-bottom: 0;
}
#contact .contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}
#contact .contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
}
#contact .contact-info li i {
  position: absolute;
  top: .2em;
  left: 0;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  clear: both;
}
.section-heading h2 {
  margin: 0 0 30px 0;
  font-size: 50px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 20px;
  line-height: 1.5;
}
.section-heading h2.left-border:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #52d3aa;
  left: 0%;
  margin-left: 0px;
  bottom: 0;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #52d3aa;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #52d3aa;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #52d3aa;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #52d3aa;
  transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #52d3aa;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.nav-toggle {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 990px) {
  .nav-toggle {
    display: block;
  }
}

#footer {
  width: 100%;
  text-align: right;
  padding: 2px 10px;
  color: #7f7f7f;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  font-size: 12px;
  color: #F1F1F1;
  z-index: 9999;
  font-family: Open Sans;
}
#footer .gotop {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -40px;
  background: #fff;
  z-index: 8;
  width: 80px;
  height: 80px;
  font-size: 30px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#footer .gotop:hover, #footer .gotop:focus {
  top: -25px;
  text-decoration: none !important;
}
#footer .copyright {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #52d3aa;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #52d3aa;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #52d3aa;
  color: #fff;
}
.social li a.social-circle {
  background: #52d3aa;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #52d3aa;
  color: #fff;
}
.social.social-circle a {
  background: #52d3aa;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#map {
  width: calc(100% - 0px);
  height: 300px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */

#header #navbar li a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400 !important;
    text-transform: uppercase !important;
}
