/*---------------------------------------------------------------
Project:	Seaside One Page Template
Version:	1.0
Last change:	14/03/2015
Assigned to:	moonhunters (moonhuntersteam@gmail.com)
Primary use:	Themeforest
---------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Preloader
        - #preloader
        - #status
3. Typography
        - h1
        - h2
        - h3
        - p
4. Navbar
        - .navbar
        - .navbar-default
        - .navbar-toggle
        - .navbar-right
        - .navbar-text
        - .navbar-brand>img
        - .top-nav-collapse

5. Jumbotron (for static.html)
        - .jumbotron
        - .jumbo
        - .title
6. Carousel (for slider.html)
        - .carousel-caption
        - .fill_1
        - .fill_2
        - .fill_3
7. Video (for video.html)
        - .youtube
8. Testimonial
        - .testimonial
        - .testimonial-border
        - .testimonial-text
        - blockquote
        - #quote-carousel
        - .carousel-inner
        - .item blockquote
9. About Us
        - .About-Us
        - .about-text
        - #text-aboutus
10. Counter
        - .counters
        - ul#example
        - ul#example li
        - ul#example li span
        - ul#example li.seperator
        - ul#example li p
11. What we do
        - .what-we
        - .file-text-icon
        - .file-text-icon:hover
        - .icons
        - .what_we_do
        - .webdesign
        - .copywriting
        - .coding
12. Animate numbers
        - .animate-numbers
        - .number
        - .counter
        - .count
        - .count1
        - .count2
        - .count3
        - .count4
13. Gallery
        - .images-gallery
        - .gallery
        - figure
        - figcaption
        - .modalDialog
        - .modalDialog:target
        - .modalDialog img
        - .close
14. Download
        - #home
        - .download
        - .down
15. Contact
        - .contact-us
        - .input-group .form-control
        - .form-control
        - .input-group-addon
        - form-control:focus
16. Google-maps
        - #map-canvas
17. Subscribe
        - #subscribe
        - .subs
        - #email
        - .form-control
        - .buttonSubscribe
        - .buttonSubscribe:hover
18. Footer
        - .footer
        - .footer-text
        - .social-icon
        - .social-icon li
        - .icon
        - .icon a
        - .icon a:hover
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

    Body-color: #313131 (dark)
    jumbotron color: #ffffff (white)
    counter color: #7a9697 (green)
    testimonial color: #9b9b9b (grey)
    text-aboutus color: #fff (white)
    contact-us color: #313131; (dark)
    footer color: #486164 (green)
    btn-primary color: #c1a26e
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body copy:		Open Sans 700, 400, 100;
Input, textarea:	Arial, Helvetica, sans-serif;
-------------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 1. Body */
/*---------------------------------------------------------------*/

body{
    color: #313131;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    overflow: scroll;
}

.info-invoice-booking
{
	background: #ea6153!important;
	text-transform: none!important;
}

.facile-checkbox label, .facile-checkbox input[type="radio"] + span, .facile-checkbox input[type="checkbox"] + span
{
	line-height: 2em!important;
}

/* FORM CHOOSE PAYMENT */
.payment_choice {
	margin-bottom: 25px!important;
	display: flex;
    flex-wrap: wrap;
}

.payment_choice > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.payment_choice input {
  	border: none;
  	float: none;
	padding: 0;
}

.payment_choice .credit_card_area,
.payment_choice .atm_reference_area,
.payment_choice .mbway_area,
.payment_choice .wallet_area {
	text-align: center;
	margin-bottom: 15px;
}

.payment_choice h2.payment_title {
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0 0 35px 0;
  letter-spacing: 3px;
  font-weight: 400;
	text-align: center;
}

.payment_choice .credit_card_input,
.payment_choice .atm_reference_input,
.payment_choice .mbway_input, 
.payment_choice .wallet_input {
	display: none;
}

button#bankcard,
button#multibanco,
button#mbway,
button#wallet {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    background-size: 55px 40px !important;
}

button#bankcard {
	background: url(../images/icons_pagamento/cartao_de_credito_logo.jpg);
}

button#multibanco {
	background: url(../images/icons_pagamento/multibanco_logo.jpg);
}

button#mbway {
	background: url(../images/icons_pagamento/mb_way_logo.jpg);
}

button#wallet {
	background: url(../images/icons_pagamento/meo_wallet_logo.jpg);
}

button.active-method {
	border: 3px solid #7a9697 !important;
	position: relative;
	top: -2px;
	left: -2px;
	opacity: 1 !important;
	z-index: 1;
}

button.radio-picture,
span.radio-picture {
	border: 1px solid #dbdbdb;
	display: inline-block;
	width: 100%;
	height: 60px;
	text-decoration: none;
	outline: none;
	opacity: 0.5;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

button.radio-picture:hover,
span.radio-picture:hover {
	opacity: 1;
}

.payment_choice p.method_name {
	font-size: 12px !important;
	line-height: 17px !important;
	margin-top: 10px !important;
}

@media all and (min-width: 520px) and (max-width: 776px) {
	.payment_choice .credit_card_area, 
	.payment_choice .atm_reference_area, 
	.payment_choice .mbway_area, 
	.payment_choice .wallet_area {
		width: 25% !important;
	}	
}


/* TABLE PRECOS */
#hor-zebra .header-table
{
	text-align: center;
	font-weight:bold;
	min-width:70px;
}
.lista-remarcacao li
{
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 20px;
}

.table-prices th
{
	background-color: #ededed;
}

.table-prices .header-empty {
	background-color:#fff;
}

.table-prices td
{
	background-color: #f7f7f7;
	
}

.table-prices .online
{
	background-color: #B2D6C9;
}

.table-prices .online-semana
{
	background-color: #C3DED4;
}

.table-prices .online-fsemana
{
	background-color: #D3E6DF;
}

.table-prices .local
{
	background-color: #E8E3C3;
}

.table-prices .local-semana
{
	background-color: #ECE8CF;
}

.table-prices .local-fsemana
{
	background-color: #F6F4E7;
}

.table-prices .total
{
	border-top: 2px solid #fff!important;
}

#hor-zebra .center
{
	text-align: center!important;
}

.div-prices .data-txt
{
	text-align: center;
	font-weight: 400;
	letter-spacing: 3px;
	font-size: 12px;
	text-transform: uppercase;
}

.div-prices h2
{
	margin-bottom: 10px;
}

@media screen and (max-width:690px) {
	.overflow-table {
		overflow:auto;
	}
	.overflow-table table {
		min-width:590px;
	}
}

#hor-zebra .center
{
	text-align: center!important;
}

.carousel-inner .item::after {
    content:"";
    display:block;
    position:absolute;
    z-index:10;
    top:0;
    bottom:0;
    width:100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

.info_data_escolhida
{
	text-transform: none;
	margin-top: 10px;
	font-weight: bold;
}

.container
{
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.space_5{
	margin-top:10px;
	font-size:12px;
}

.space5 img{
	max-width:2px;		
}

.operadoresvi  {
	font-size:12px;
}

.info_vi {
	margin-top:10px;
	font-size:13px;
}
.info_vi a{
	text-decoration:none;
	color:#445c5f;

}

.modal-header{
	background-color:#445c5f;
	color:rgba(255,255,255,1);
}

.link_faq{
	
	cursor:pointer;
	text-decoration:none;	
}

.link_faq:hover{
	text-decoration:none;	
}

.opcao {
  
   position: relative;
   overflow:hidden;
   width:100%;
 
}

.opcao_descricao {
	letter-spacing:3px;
	word-spacing:0px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:rgba(255,255,255,1);
	background-color:rgba(0,0,0,0.7);
	position: absolute; 
	top: 40%; 
	left: 0; 
    width: 100%; 
}

.opcao_img{
	min-width:400px;
	width:100%;
}

.opcao_img2{
	min-width:200px;
	width:100%;
}

.btn-interests {
    background-color: transparent;
    border-color: #fff;
    border: solid 2px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
	margin-right:10px;
	margin-top:10px;
}

.btn-interests:hover {
   color: #000;
    background-color: #c1a26e;
    border: solid 2px #c1a26e;
}

.btn-interests-active {
	 
    border-color: #fff;
    font-weight: 700;
    font-size: 12px;
	margin-right:10px;
	margin-top:10px;
    color: #000;
    background-color: #c1a26e;
    border: solid 2px #c1a26e;
}

.btn-primary {
    background-color: transparent;
    border-color: #fff;
    border: solid 2px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.btn-primary:hover {
    color: #000;
    background-color: #fff;
    border: solid 2px #fff;
}

.btn-primary0 {
    color: #c1a26e;
    background-color: rgba(255,255,255,0.6);
    border: transparent;
    font-weight: 700;
    font-size: 14px;
}

.btn-primary1 {
    color: #c1a26e;
    background-color: #313131;
    border: solid 2px #313131;
    font-weight: 700;
    font-size: 14px;
}

.btn-primary1:hover {
    color: #000;
    background-color: transparent;
    border: solid 2px #c1a26e;
}


.btn-lg, .btn-group-lg>.btn {
    padding: 12px 25px;
}

.icon-flag {
	margin-top:15px;
	width:25px;
	margin-right:-3px;
}

.icon-flag:hover {
	opacity:0.5;
}

/* BOOKING */

.step-booking{
	background:#ea6153;
	padding:10px 10px 10px 10px;
	min-width:140px;
	color:rgba(255,255,255,1);
	text-align:center;
	text-transform: uppercase;
	border-radius: 60px;
	font-size:12px;
	margin-bottom:10px;
}

.step-ckeck{
	background:#445c5f;
}


.top-booking{
	background:#7a9697;
	padding:10px 10px 10px 10px;
	color:rgba(255,255,255,1);
	text-align:center;
	text-transform: uppercase;
	border-radius: 2px;
	font-size:13px;
	margin-bottom:10px;
}

.top-booking-3{
	background:#445c5f;
	padding:10px 10px 10px 10px;
	color:rgba(255,255,255,1);
	text-align:center;
	text-transform: uppercase;
	border-radius: 2px;
	font-size:13px;
	margin-bottom:10px;
}

.top-remarcacao-2{
	background:#DF0003;
	padding:10px 10px 10px 10px;
	color:rgba(255,255,255,1);
	text-align:center;
	text-transform: uppercase;
	border-radius: 2px;
	font-size:13px;
	margin-bottom:10px;
}

.top-remarcacao-3{
	background:#DF0003;
	padding:10px 10px 10px 10px;
	color:rgba(255,255,255,1);
	text-align:center;
	border-radius: 2px;
	font-size:13px;
	margin-bottom:10px;
}

.top-booking-2{
	background:#7a9697;
	padding:10px 12px 10px 10px;
	color:rgba(255,255,255,1);
	text-align:left;
	text-transform: uppercase;
	border-radius: 2px;
	font-size:13px;
	margin-bottom:10px;
}

.summary-booking-info{
		color: #669;
		font-size:16px;
		padding-top:5px;
		padding-bottom:10px;
	
}

.form-label{
	color: #669;

}

.space-10{
	
	margin-bottom:10px;	
}

.space-20{
	
	margin-bottom:20px;	
}


.adv-booking {

	background:#7a9697;
	padding:10px 10px 10px 10px;
	color:rgba(255,255,255,1);
	text-align:center;
	border-radius: 12px;
	font-size:13px;
	margin-bottom:10px;
}

.adv-booking-danger {

	background:#FF5559;
	padding:10px 10px 10px 10px;
	color:rgba(255,255,255,1);
	text-align:center;
	border-radius: 12px;
	font-size:13px;
	margin-bottom:10px;
}


.summary-booking {
	background:#7a9697;
	padding:10px 10px 10px 10px;
	color:rgba(255,255,255,1);
	text-align:left;
	border-radius: 2px;
	font-size:13px;
	margin-bottom:10px;
}

.summary-booking-2 {
	padding:10px 10px 10px 10px;
	color:#7a9697;
	text-align:left;
	border-radius: 2px;
	font-size:11px;
	margin-bottom:10px;
}

.summary-booking-3 {
	background-color:rgba(236,248,228,1);
	padding:10px 10px 10px 10px;
	color:#333;
	text-align:left;
	border-radius: 2px;
	font-size:13px;
	margin-bottom:10px;
}

.summary-booking .li-booking{
	margin-left:25px;
	padding-top:4px
}

.hr-booking{
	
	    border-top-style: dotted;
		margin-top:15px;
		margin-bottom:10px;
}

.bottom-booking{
	background:#7a9697;
	padding:10px 10px 10px 10px;
	color:rgba(255,255,255,1);
	text-align:center;
	text-transform: uppercase;
	border-radius: 2px;
	
	margin-top:20px;
}

.bottom-form-apoio{
	font-weight:400;
}

.not_operadores {
	font-size:13px;	
	
}

.service_not {
	font-size:13px;
	line-height: 25px;
	
}


.modalp{
	font-size:13px;
	padding-bottom:10px;
}


.label_booking{
	font-size:12px;
	text-align: center;
	width: 100%;
}

.size-spinner{
	
	min-width:73px;
}

.title-danger{
		color: rgba(204,0,0,1);
}

.language{
	cursor:pointer;	
	
}

.options {
	padding-bottom:30px;
		cursor:pointer;	
}

.options:hover{
		opacity:0.8;		
}

#hor-zebra
{
	font-size: 12px;
	width:100%;
	text-align: left;
	border-collapse: collapse;
}

#hor-zebra
{
	font-size: 12px;
	width:100%;
	text-align: left;
	border-collapse: collapse;
}


#hor-zebra th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	text-align:right;
	
}
#hor-zebra td
{
	padding: 8px;
	color: #000;
	text-align:right;
}

#hor-zebra .left
{

	text-align:left;
}

#hor-zebra .odd
{
	background: #E8EDE7; 
}

#hor-zebra .total
{
    border-top: 1px solid #000;
	font-size:14px;
	font-weight:400;

}



#hor-zebra2
{
	font-size: 12px;
	width:100%;
	text-align: left;
	border-collapse: collapse;
}


#hor-zebra2 th
{
	font-size: 12px;
	font-weight: normal;
	padding: 10px 8px;
	text-align:right;
	
}
#hor-zebra2 td
{
	padding: 8px;
	color: #669;
	text-align:right;
}

#hor-zebra2 .left
{

	text-align:left;
}

#hor-zebra2 .odd
{
	background: #E8EDE7; 
}

#hor-zebra2 .total
{
    border-top: medium solid #7a9697;
	font-size:12px;
	font-weight:400;

}


/*---------------------------------------------------------------*/
/* 2. preloader */
/*---------------------------------------------------------------*/

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:99;
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%;
    top:50%;
    background-image: url(../images/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin:-100px 0 0 -100px;
}
/*---------------------------------------------------------------*/
/*  preloader-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 3. typography */
/*---------------------------------------------------------------*/
h1 {
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 30px;
}

h2 {
    margin-bottom: 35px;
}

h3 {
    font-weight: 400;
    font-size: 24px;
    color: #3f3f3f;
    margin-bottom: 30px;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #313131;
    margin-bottom: 35px;
}

/*---------------------------------------------------------------*/
/* typography-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 4. navbar */
/*---------------------------------------------------------------*/
.navbar {
    min-height: 75px;
    margin-bottom: 25px;
}

.navbar-default {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    background-image: url(../images/menu-icon.png);
    margin-top: 28px;
    border-color: transparent;
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
	
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 12px;
    margin-top: 8px;
    margin-right: 15px;
    background-color: #EAEAEA;
    background-image: none;
}

.navbar-default .navbar-nav>li>a {
    color: #EAEAEA;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #EAEAEA;
    opacity: 0.6;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #CCC;
    opacity: 0.6;
}



.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #EAEAEA;
    height: auto;
}

.navbar-right {
    margin-top: 10px;
}

.navbar-text {
    margin-top: 15px;
}

.navbar-default .navbar-text {
    color: #41414f;
    font-weight: 700;
    font-size: 25px;
}


.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    /*border-bottom: 3px solid #c1a26e;*/
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .close.navbar-nav>.active>a:focus {
    color: #EAEAEA;
    opacity: 0.9;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-default .navbar-brand {
   /* background-color: #0F0F0F; */
    height: 74px;
}

.navbar-default .navbar-brand:hover {
   /* background-color: #0F0F0F; */
}

.navbar-brand>img {
    display: block;
	max-height:24px;
    margin-top: 8px;
    margin-left: 10px;
    padding-right: 10px;
}

.nav>li>a {
    display: inline;
}

.navbar-nav>li>a {
    line-height: 50px;
}

.top-nav-collapse {
    padding: 0;
    background-color: #333;
    opacity: 1;
}
/*---------------------------------------------------------------*/
/* navbar-end */
/*---------------------------------------------------------------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/*---------------------------------------------------------------*/
/* 5. jumbotron */
/*---------------------------------------------------------------*/
.jumbotron {
    margin-bottom: 0px;
    background-image: url(../images/b1.html);
    background-size: cover;
    background-repeat: no-repeat;
    height: 960px;
}

.jumbo  {
    padding-top: 330px;
    text-align: center;
    color: #fff;
}

.jumbotron h2 {
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 30px;
    display: inline-block;
}

.jumbotron p {
    margin-bottom: 18px;
    font-size: 25px;
    font-weight: 100;
    color: #fff;
}

.title {
    display: inline;
}

/*---------------------------------------------------------------*/
/* 6. carousel */
/*---------------------------------------------------------------*/
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}

.fill_1 {
    background-image: url('../images/b3.html');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill_2 {
    background-image: url('../images/b1.html');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.fill_3 {
    background-image: url('../images/b2.html');
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.item h3 {
    font-size: 68px;
    font-weight: 700;
    letter-spacing: 30px;
    margin-bottom: 40px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.yt h4  {
    font-weight: 100;
    font-size: 25px;
    margin-top:0px;
    margin-bottom: 40px;
    color: #fff;
}

.yt h5  {
    font-size: 68px;
    font-weight: 700;
    letter-spacing: 20px;
    margin-bottom: 40px;
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
}

.yt p {
    font-weight: 100;
    font-size: 25px;
    margin-top:0px;
    margin-bottom: 320px;
    color: #fff;
}

.button-yt {
    display: inline;
}

.button-yt p {
    margin-top:5px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 250px;
}

/*---------------------------------------------------------------*/
/* carousel-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 7. video */
/*---------------------------------------------------------------*/

.youtube {
    width: auto;
    height: 1090px;
    text-align: center;
    color: #fff;
}

.yt h3 {
    margin-top: 370px;
    font-size: 58px;
    font-weight: 700;
    letter-spacing: 25px;
    margin-bottom: 40px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.yt h2 {
    font-weight: 100;
}

.yt p {
    font-size: 25px;
}

.button-yt {
    display: inline;
}
/*---------------------------------------------------------------*/
/* video-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 8. testimonial */
/*---------------------------------------------------------------*/
.testimonial {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: -260px;
}

.testimonial-border {
    border-top: 2px solid #438482;
    width: 50px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.testimonial-border-2 {
    border-top: 2px solid #c1a26e;
    width: 50px;
    padding-bottom: 10px;
	margin-top: 30px !important;
    margin: 0 auto;
}

.testimonial-border-3 {
    border-top: 2px solid #c1a26e;
    width: 50px;
    padding-bottom: 10px;
	margin-top: 20px !important;
    margin: 0 auto;
}

.testimonial-border-us {
    border-top: 2px solid #c1a26e;
    width: 50px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.testimonial-text  {
    font-size: 12px;
}

blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    font-size: 13px;
    font-style: italic;
}

#quote-carousel {
    padding: 0 10px 10px 10px;
    margin-top: 30px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #313131;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 0px;
}

.carousel-inner {
    min-height: 50px;
    color: #313131;
    line-height: 180%;
    text-align: center;
}

.header-logo-booking{
	position:relative;
	width:100%;
	overflow:hidden;
	min-height:75px;
	
}



.item h2 {
    margin-top: 1px;
    margin-bottom: 15px;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 5px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

blockquote footer, blockquote small, blockquote .small{
    margin-top: 20px;
    font-size: 10px;
    color: #313131;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
/*---------------------------------------------------------------*/
/* testimonial-end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 9. about us */
/*---------------------------------------------------------------*/
.About-Us {
    background-color: #7a9697;
}

.about-text {
    padding-top: 70px;
    padding-bottom: 85px;
    text-align: center;
    padding-left: 120px;
    padding-right: 120px;
    background-color: #313131;
    color: #fff;
    font-size: 13px;
}


.advert {
    padding-top: 40px;
    padding-bottom: 75px;
    text-align: left;
    padding-left: 120px;
    padding-right: 100px;
    background-color: #f8f6f5;
    color: #000;
    font-size: 13px;
}

.about-text h2 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.about-text h3 {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    text-align: right;
}

#text-aboutus {
    color: #c2c2c2;
    padding-top: 20px;
}


.imagecaption {
	margin-top:-10px;
	height:50px;
	width:99.5%;
	background-color:rgba(0,0,0,1);
	opacity:0.7;	
}

.imagecaption .ampliar{
	
	padding-top:17px;
	margin-left:10px;
	
}

.imagecaption a{
	
	 color: #EAEAEA;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
}

.imagecaption a:hover{
	
	text-decoration:none;
}

.imagecaption div {
 display: inline-block;
 color: #EAEAEA;	
}

.imagecaption div p{
	text-align:right;	
}

.shareBox {
	width:20px;
	height:20px;
	padding: 3px;
	background:rgba(102,102,102,1);	
}

.shareBox:hover{

	background:rgba(150,150,150,1)
}

.shareBox2 {
	width:50px;
	height:20px;
	padding: 3px;
	background:rgba(255,255,255,1);
}
/*---------------------------------------------------------------*/
/* about us end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 10. counter */
/*---------------------------------------------------------------*/
.counters {
    padding-top: 35px;
    padding: 55px;
    text-align: center;
    background-color: #7a9697;
}

.counters h2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.counters h3 {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    padding-bottom: 40px;
}

ul#example {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: block;
    text-align: center;
    color: #2a3c3a;
}

ul#example li { display: inline-block; }

ul#example li span {
    font-size: 72px;
    font-weight: 100;
    line-height: 80px;
    padding: 20px;
}

ul#example li.seperator {
    font-size: 55px;
    line-height: 70px;
    vertical-align: top;
}

ul#example li p {
    color: #aed6d5;
    font-size: 14px;
    font-weight: 700;
    padding-top: 12px;
}

.spinner {
	
  display:inline-table;
  height: 23px;
  width: 23px;
  animation: rotate 0.8s infinite linear;
  border: 4px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
}


@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

.loading-booking {

	margin-right:10px;	}

/*---------------------------------------------------------------*/
/* 11. what we do */
/*---------------------------------------------------------------*/
.what-we {
    background-color: #f8f6f5;
}

.textLeft {
	text-align:left;
	padding-bottom:4px;
	font-size:13px;
	
}

.btn-alert {
	
	background:#7a9697;
	color:rgba(255,255,255,1);
	
}

.btn-alert:hover {
	
	background:#445c5f;
	color:rgba(255,255,255,1);
	
}

.bootbox-body{
	font-size:13px;	
	margin-left:20px;
}

.modal-title{
	
	font-size:16px;
	font-weight:600;
}

.file-text-icon {
    color: #c1a26e;
    padding-top: 64px;
    padding-left: 57px;
    padding-bottom: 62px;
    padding-right: 54px;
    background-image: url(../images/square.png);
    background-repeat: no-repeat;
}

.file-text-icon:hover {
    color: #848484;
    background-image: url(../images/square_grey.png);
}

.icons {
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}


.what_we_do {
    text-align: center;
    margin-top: 50px;

}

.what_we_do h2 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 7px;
    text-transform: uppercase;
	line-height: 30px;
}

.what {
    margin-top: 20px;
}
.what h2 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
	line-height: 25px;
}

.what2 {

    text-align: center;
}
.what2 h2 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
}

.webdesign {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 40px;
}



.maps {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 40px;
}

.copywriting {
  /*  padding-left: 35px;
    padding-right: 35px;*/
    margin-bottom: 40px;
}

.coding {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 40px;
}

.color {
	color:#FFF;
	
	
}
/*---------------------------------------------------------------*/
/* what we do - end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 12. animate-numbers*/
/*---------------------------------------------------------------*/
.animate-numbers {
    height: auto;
}

.number {
    text-align: center;
    font-size: 22px;
}

.counterP {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    display: inline;
    padding-right: 10px;
}

.counter {
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    display: inline;
    padding-right: 10px;
}

.number h2{
    display: inline-block;
    font-weight: 100;
    font-size: 40px;
    color: #fff;
    padding-right: 10px;
}

.number p{
    display: inline-block;
    color: #c9b19d;
    font-size: 14px;
    text-transform: uppercase;
}

.count {
    padding-top: 20px;
    padding-bottom: 7px;
}

.count1 {
    background-color: #ac8e80;
}
.count2 {
    background-color: #a48373;
}
.count3 {
    background-color: #9f7d6c;
}
.count4 {
    background-color: #977260;
}

/*---------------------------------------------------------------*/
/* 13. gallery*/
/*---------------------------------------------------------------*/
.images-gallery{
    position:relative;
    padding: 0;
    height: 80%;
}

.gallery2 {
    height:200px;
}

.gallery {
    height:400px;
}

#gallery h1 {
    position: relative;
    top: 150px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 7px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}

.lupa {
    position: relative;
    padding-top: 180px;
    /*padding-left: 280px;*/
}

figure {
    height: 150px;
    width: 150px;
    display: block;
    overflow: hidden;
    z-index: 100;

}

figcaption {
    height: 400px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    /*top: -800px;*/
    opacity: 0;
    padding: 5px;
}

.sort-gallery a {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

a:hover figcaption {
    opacity: 0.8;
    background-color: #7a9697;
    top: 0;
    color: #fff;
    transition: all 1.2s;
}
/*---------------------------------------------------------------*/
/* modal*/
/*---------------------------------------------------------------*/
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255, 0.7);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 1090px;
    height: 800px;
    color: #000;
    position: relative;
    margin: 7% auto;
    padding: 5px 20px 13px 20px;
}

.modalDialog p {
    color: #000;
    margin-top: 7px;
}

.modalDialog img {
    height: 85%;
}

.close {
    color: #7a9697;
    line-height: 25px;
    position: absolute;
    right: -26px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    -webkit-transition: all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -o-transition: all 1.3s ease-in-out;
    -ms-transition: all 1.3s ease-in-out;
}


.close:hover {
    color: #7a9697;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
/*---------------------------------------------------------------*/
/* gallery-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 14. download */
/*---------------------------------------------------------------*/
#home {
    background: url(../images/blured.html) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.download {
    text-align: center;
}

.download a{
    color:rgba(219,249,240,1);
}

.download a:hover{
	text-decoration:none;
	color:rgba(255,255,255,1);
}


.download h2 {
    color: #FFF;
    padding-top: 50px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.download h3 {
    color: #FFF;
    padding-top: 10px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.download h4 {
    color: #333;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.download i {
   /*color: #FFF; */
}

.download p {
    /* background-image: url(../images/download.png);   width: 50px;*/
    background-repeat: no-repeat;
  
    margin: 0 auto;
}

.down {
    margin-bottom: 75px;
}


.number h3{
    color: #FFF;
    padding-top: 0px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
} 

.number h4{
	margin-bottom:20px;
	margin-top:-20px;
    color: #c9b19d;
    font-size: 12px;
    text-transform: uppercase;
}


/*---------------------------------------------------------------*/
/* download end */
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 15. Contact*/
/*---------------------------------------------------------------*/
.contact-background {
    background-color: #313131;
}

.contact-us {
    text-align: center;
    color: #fff;
}

.contact-us h2 {
    margin-top: 120px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.contact-us .testimonial-border {
    margin-bottom: 40px;
}

.input-group .form-control {
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #313131;
    background-color: #313131;
    background-image: none;
    /*border: transparent;*/
    border: 1px solid rgba(255, 255, 255, 0.3);

}

.input-group-addon {
    padding: 6px 12px;
     font-size: 0px;
     line-height: 1;
     color: transparent;
     text-align: center;
     background-color: transparent;
     border: 1px solid transparent;
     border-radius: 0px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    padding:10px;
    color: #fff;
}

.form-control:focus {
    border-color: #438482;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0),0 0 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0),0 0 8px rgba(0, 0, 0, 0);
}

.link {
	color: #438482;	
}

.link:hover {
	color: #FFF;
	text-decoration:none;	
}

.link2 {
	color: #438482;	
}

.link2:hover {
	color: #666;
	text-decoration:none;	
}

.contact .contact-btn {
    color: #438482;
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 30px;
    margin-bottom: 80px;
    height: 40px;
    text-transform: uppercase;
}


.contact .contact-btn2 {

    color: #438482;
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 30px;
    margin-bottom: 40px;
    height: 80px;
    text-transform: uppercase;
}


.contact .btn-primary:hover {
    color: #000;
    background-color: #c1a26e;
    border: solid 2px #c1a26e;
}



.address {
    margin-top: -20px;
}

.h2-contact {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.h3-contact {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}


.lead {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
}

.btn:hover, .btn:focus, .btn.focus {
    /*color: rgba(255, 255, 255, 0.3);*/
    /*text-decoration: none;*/
}

hr {
    margin-top: 60px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px solid;
}
/*---------------------------------------------------------------*/
/* contact-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 16. Google-maps*/
/*---------------------------------------------------------------*/
html, body, .row, .col-xs-6 { height: 65% }

#map-canvas {
    width:100%;
    height:40%;
}
/*---------------------------------------------------------------*/
/*  Google-maps-end*/
/*---------------------------------------------------------------*/

/*---------------------------------------------------------------*/
/* 17. subscribe */
/*---------------------------------------------------------------*/
#subscribe {
    background-color: #f8f6f5;
}

.subs {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

.subs h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 7px;
    margin-bottom: 20px;
}

.percurso{
margin-top: 20px;
color:rgba(255,255,255,1);
text-align:left;	
	
}

#email {
    width: 400px;
    background-color: transparent;
    margin-bottom: 25px;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 2px solid #313131;
    font-size: 14px;
    display: inline;
}

.form-control {
    padding-left: 0px;

}

.buttonSubscribe {
    color: #313131;
    background-color: transparent;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 40px;
    text-transform: uppercase;
    display: inline-block;
    border-color: transparent;
}

.buttonSubscribe:hover {
    color: #486164;
}


/*---------------------------------------------------------------*/
/* 14 footer*/
/*---------------------------------------------------------------*/
.footer {
   /* height: 100px; */
    background-color: #486164;
}


.footer h3 {
    color: #F6F6F6;
    margin-top: 30px;
    margin-left: 50px;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 2px;
	line-height:15px;
}

.footer h4 {
    color: #c1a26e;
    margin-top: -25px;
    margin-left: 50px;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 2px;
	line-height: 16px;
    margin-bottom: 25px;

}

.footer a {
	color:#F6F6F6;
	text-decoration:none;	
	
}

.footer a:hover {
	color:#CCC;
	text-decoration:none;	
	
}

.footer-text {
	width:50%;
    position: relative;
    text-align: right;
}

.social-icon {
   display: table;
   margin-top: 15px;
}

.social-icon li {
    display: table-cell;
    text-align: right;
    padding: 10px;
}

#footerPinterest {
    background-image: url('../images/social-icons/pinterest.png');
}

#footerEmail {
    background-image: url('../images/social-icons/email.png');
}

#footerFacebook {
    background-image: url('../images/social-icons/facebook.png');
}

#footerTwitter {
    background-image: url('../images/social-icons/twitter.png');
}

.icon {
    list-style: none;
    display: inline-block;
    height: 30px;
    width: 41px;
    vertical-align: middle;
    margin: 0;
    padding: 10px;
}

.icon a {
    display: block;
    background-size: 28px, 28px;
    width: 28px;
    height: 28px;
    opacity: 0.2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.icon a:hover {
    opacity: 0.9;
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
/*---------------------------------------------------------------*/
/* footer-end*/
/*---------------------------------------------------------------*/


/*---------------------------------------------------------------*/
/* responsive*/
/*---------------------------------------------------------------*/
@media only screen and (max-width: 1550px) {
    
	
	.jumbotron {
        height: 750px;
    }

    .jumbo  {
        padding-top: 200px;
    }

    .modalDialog > div {
        width: 785px;
        height: 600px;
        margin-top: 100px;
    }

    .modalDialog img {
        height: 80%;
    }

    #email {
        width: 300px;
    }

    .item h3 {
        font-size: 48px;;
    }

    .yt h4  {
        margin-bottom: 40px;
    }

    .yt h5  {
        font-size: 48px;
        letter-spacing: 30px;
        margin-bottom: 40px;
    }

    .yt p {
        font-size: 18px;
        margin-bottom: 200px;
    }

    .button-yt p {
        margin-bottom: 190px;
    }

    .youtube {
        height: 750px;
    }

    .yt h3{
        margin-top: 200px;
        font-size: 45px;
    }
}

@media only screen and (max-width: 1250px) {
	
	.opcao_descricao{
		font-size:14px;
		letter-spacing:2px;
		
	}
	
    .jumbotron {
        height: 550px;
    }

    .jumbo  {
        padding-top: 220px;
    }

    #email {
        width: 275px;
        background-color: transparent;
        margin-bottom: 25px;
        margin-left: 20px;
    }

    .subs .btn-primary {
        margin-left:20px;
    }

    .testimonial {
        margin-top: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        letter-spacing: 1px;
        font-size: 10px;
    }

    .item h3 {
        font-size: 45px;
        letter-spacing: 20px;
    }

    .yt h4  {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .yt h5  {
        font-size: 45px;
        letter-spacing: 20px;
        margin-bottom: 20px;
    }

    .yt p {
        font-size: 22px;
        margin-bottom: 150px;
    }

    .button-yt p {
        margin-bottom: 160px;
    }

    .youtube {
        height: 650px;
    }

    .yt h3 {
        margin-top: 300px;
        font-size: 38px;
    }

}

@media only screen and (max-width: 750px) {
   
   
   	.opcao_descricao{
		font-size:12px;
		letter-spacing:2px;
		
	}
   
    .jumbotron {
        height: 450px;
    }

    .jumbo  {
        padding-top: 200px;
    }

    .jumbotron h2 {
        font-size: 24px;
    }

    .jumbotron p {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 100;
        color: #fff;
    }

    ul#example li span {
        font-size: 30px;
        line-height: 45px;
    }

    .about-text {
        padding-right: 25px;
        padding-left: 25px;

    }

    .footer {
       /* height: 125px; */
    }

    .footer h4 {
  	  margin-top: -20px;
	  text-align:center;
	  margin-left: 10px;
	}
	
	.footer h3 {
		text-align:center;
		margin-left: 10px;
	}
	
	.advert {
    padding-top: 40px;
    padding-bottom: 75px;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #f8f6f5;
    color: #000;
    font-size: 13px;
}
	

    .social-icon {
        display: none
    }

    .modalDialog {
        display: none;
    }

    .item h3 {
        font-size: 35px;
        letter-spacing: 10px;
    }

    .yt h4  {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .yt h5  {
        font-size: 35px;
        letter-spacing: 10px;
        margin-bottom: 20px;
    }

    .yt p {
        font-size: 18px;
        margin-bottom: 150px;
    }

    .button-yt p {
        margin-bottom: 130px;
    }

    .youtube {
        height: 450px;
    }

    .yt h3 {
        margin-top: 200px;
        font-size: 20px;
        letter-spacing: 5px;

    }

    .yt h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 500px) {
	
	.footer h4 {
  	  margin-top: -20px;
	  text-align:center;
	      margin-left: 10px;

	}
	
	.footer h3 {
		text-align:center;
		margin-left: 10px;

	}
	
	
    .jumbotron h2 {
        font-size: 24px;
        letter-spacing: 5px;
    }
	
	.opcao_descricao{
		font-size:10px;
		letter-spacing:2px;
		
	}
	

    .navbar-brand {
        padding: 16px 0px;
    }

    .navbar-brand>img {
        margin-top: 11px;
    }

    .item h3 {
        font-size: 25px;
        letter-spacing: 4px;
    }

    .yt h4  {
        font-size: 16px;
        margin-bottom: 10px;
        letter-spacing: 5px;
    }

    .yt h5  {
        font-size: 25px;
        letter-spacing: 5px;
        margin-bottom: 20px;
    }

    .yt p {
        font-size: 14px;
        margin-bottom: 150px;
    }

    .button-yt p {
        margin-bottom: 10px;
    }
	
	
	.price_form{
		
		margin-top:10px;		
		
	}
	
}

@media (max-width: 965px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	    overflow-x: hidden;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
	  overflow-x: hidden;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float:left;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

}

.age {
	font-weight:400;
}

.wan-spinner {
	border: none!important;
	width: 100%;
}
.wan-spinner .minus, .wan-spinner .plus {
	color: #fff!important;
    cursor: pointer;
    text-decoration: none;
    width: 35px!important;
    height: 35px!important;
    line-height: 25px!important;
    background-color: #7a9697;
    font-size:12px;
}
.wan-spinner .minus {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.wan-spinner .plus {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.wan-spinner input {
    border: 1px solid #7a9697!important;
	color: black!important;
    border-radius: 0;
    margin: 0;
    width: calc(100% - 70px)!important;
    height: 35px!important;
	background-color: white!important;
	opacity: 1!important;
}

.wan-spinner input[type="text"][disabled] {
	
	background-color: white!important;
	color: black!important;
	opacity: 1!important;
	
}

.wan-spinner input:focus {
    outline: none;
}

.facile-checkbox {
	display:table;
	vertical-align:middle;
}

.facile-checkbox .input-terms,
.facile-checkbox .text-terms {
	display:table-cell;
}

.facile-checkbox .input-terms span {
	margin-top:-3px;
}

.facile-checkbox .text-terms a {
	transition: color 0.2s ease-in-out;
}

.facile-checkbox .text-terms a:hover {
	color:#7a9697;
}

.price-element {
	text-align:center;
	font-size:13px;
	margin-bottom: 15px;
	margin-top: 0px !important;
}

@media screen and (min-width: 400px) and (max-width:650px)
{
	.spinner-precos .col-xs-12
	{
		width: 50%;
	}
}

@media screen and (min-width: 651px) and (max-width:768px)
{
	.spinner-precos .col-xs-12
	{
		width: 25%;
	}
}

.modal-content p
{
	margin-bottom: 5px!important;
}


/*---------------------------------------------------------------*/
/* responsive-end*/
/*---------------------------------------------------------------*/