/*
THEME NAME: Brol
DESCRIPTION: Custom theme developed by DaddyDesign.com for Brol.com
VERSION: 1
AUTHOR: Daddy Design
AUTHOR URI: http://www.daddydesign.com/
*/

/* General Settings */
*{ margin: 0; padding: 0; }
img { border: 0; }

html { -webkit-text-size-adjust: none; }
body{
font-family: 'Lato', sans-serif;
font-size: 15px;
color: #444;
background: #bbb; 
}

p { margin-bottom: 20px; line-height: 24px; }

a{ color: #215196; text-decoration: none; outline: none; }
a:hover{ text-decoration: none; }

/* HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

.clear-posts-line{ clear: both; }

/* Loader */
.loader{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background: #f8981d; text-indent: -9000px; z-index: 9; }
#loader{ position: fixed; z-index: 9999999; }
.loader:before {
content: '';
height: 20px;
width: 20px;
position: absolute;
left:50%; 
top:50%; 
margin-top: -10px;
margin-left: -10px;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left: 6px solid rgba(255, 255, 255, .5);
border-right: 6px solid rgba(255, 255, 255, .5);
border-bottom: 6px solid rgba(255, 255, 255, .5);
border-top: 6px solid rgba(255, 255, 255, 1);
border-radius: 100%;
text-indent: -9000px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
.loader.big:before { height: 40px; width: 40px; margin-top: -20px; margin-left: -20px; }
@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); } }
@-o-keyframes rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } }
@keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }

/* Box Method */
.box{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Round */
.round{ border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.round.big{ border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
.round.small{ border-radius: 16px; -moz-border-radius: 16px; -webkit-border-radius: 16px; }

/* Round Button */
.btn.round{
width: auto;
height: 40px;
float: left;
display: block;
font-size: 15px;
color: #215196;
line-height: 37px;
font-weight: 900;
text-transform: uppercase;
padding: 0 30px;
border: 1px solid #215196;
overflow: hidden;
}
a:hover.btn.round{ color: #fff; background: #215196; }
.btn.round.small{ height: 32px; font-size: 13px; line-height: 30px; padding: 0 24px; }

/* With Background Image */
.with_bg{
background-color: #000;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}
.with_bg:before{
content: '';
display: block; 
width: 100%; 
height: 100%; 
position: absolute;
top: 0;
left: 0;
background: #000; 
-webkit-opacity: 0.25;
-moz-opacity: 0.25;
opacity: 0.25;
border-radius: 5px;
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
z-index: 1;
}

/* Gradient */
.gradient{
background: #59abcb;
background: -moz-linear-gradient(left,  #59abcb 0%, #8dc96c 50%, #fdba52 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#59abcb), color-stop(50%,#8dc96c), color-stop(100%,#fdba52));
background: -webkit-linear-gradient(left,  #59abcb 0%,#8dc96c 50%,#fdba52 100%);
background: -o-linear-gradient(left,  #59abcb 0%,#8dc96c 50%,#fdba52 100%);
background: -ms-linear-gradient(left,  #59abcb 0%,#8dc96c 50%,#fdba52 100%);
background: linear-gradient(to right,  #59abcb 0%,#8dc96c 50%,#fdba52 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59abcb', endColorstr='#fdba52',GradientType=1 );
}

/* Image Resizing */
.img img{ display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; position: relative; }

/* Container */
#container{ width: 100%; max-width: 1920px; display: block; margin: 0 auto; background: #ebebeb; position: relative; overflow: hidden; }

/* Header */
#header{ width: 100%; max-width: 1920px; height: 110px; display: block; position: fixed; top: 0; padding: 0 0 10px; background: #f1f8ed; z-index: 9999; }
#header:before{
content: '';
width: 100%;
height: 1px;
display: block;
position: absolute;
top: 49px;
left: 0;
background: #dae2d6;
z-index: -1;
}
#header:after{
content: '';
height: 10px;
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: #59abcb;
background: -moz-linear-gradient(left,  #59abcb 0%, #8dc96c 50%, #fdba52 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#59abcb), color-stop(50%,#8dc96c), color-stop(100%,#fdba52));
background: -webkit-linear-gradient(left,  #59abcb 0%,#8dc96c 50%,#fdba52 100%);
background: -o-linear-gradient(left,  #59abcb 0%,#8dc96c 50%,#fdba52 100%);
background: -ms-linear-gradient(left,  #59abcb 0%,#8dc96c 50%,#fdba52 100%);
background: linear-gradient(to right,  #59abcb 0%,#8dc96c 50%,#fdba52 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59abcb', endColorstr='#fdba52',GradientType=1 );
}

#header h1#logo{ width: 168px; height: 60px; float: left; display: block; padding: 20px; background: #f1f8ed; border-right: 1px solid #dae2d6; text-indent: -9000px; }
#header h1#logo a{ display: block; width: 168px; height: 60px; background: url(images/logo.svg) no-repeat center; }

#header .contact.direct{ width: auto; float: right; }
#header .contact.direct .call{ width: auto; height: 50px; float: left; font-size: 12px; color: #5f645b; line-height: 50px; padding: 0 15px; }
#header .contact.direct .call span:first-child:after{ content: ' - '; }
#header .contact.direct .btn{ width: auto; height: 30px; float: left; font-size: 11px; color: #fff; font-weight: bold; line-height: 30px; text-transform: uppercase; margin: 10px 10px 10px 0; padding: 0 12px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#header .contact.direct .btn.support.online{ background: #8dc96c; display: none !important; }
#header .contact.direct a:hover.btn.support.online{ background: #7dba5c; }
#header .contact.direct .btn.support.offline{ background: #babfb7; }
#header .contact.direct .skype.btn{ 
width: 30px; 
padding: 0; 
background: url(images/skype.svg) no-repeat center #63b1b8; 
text-indent: -9000px; 
-webkit-background-size: 16px 16px; 
-moz-background-size: 16px 16px;  
-o-background-size: 16px 16px; 
background-size: 16px 16px; 
}
#header .contact.direct a:hover.btn.skype{ background-color: #4f9ea5; }

#header .btns{ width: auto; float: left; }
#header .btns a.btn{ width: 100px; height: 100px; float: left; font-size: 15px; font-weight: 900; text-transform: uppercase; text-align: center;  background-repeat: no-repeat; background-color: #f1f8ed; border-right: 1px solid #dae2d6; position: relative; }
#header .btns a:hover.btn{ background-color: #eaf1e6; }
#header .btns a.btn span{ display: block; position: absolute; bottom: 15px; left: 0; right: 0; }
#header .btns a.flights.btn{ 
background-image: url(images/plane.svg);
background-position: center top 22px;
-webkit-background-size: 28px 28px; 
-moz-background-size: 28px 28px;  
-o-background-size: 28px 28px; 
background-size: 28px 28px; 
}
#header .btns a.airpass.btn{ 
background-image: url(images/brazil.svg);
background-position: center top 20px; 
-webkit-background-size: 34px 34px; 
-moz-background-size: 34px 34px;  
-o-background-size: 34px 34px; 
background-size: 34px 34px;  
}

#nav_btn{ display: none; }
#header .toggle{ display: block; }
#header #nav{ width: auto; float: right; clear: right; position: relative; }
#header #nav ul{ width: auto; float: left; list-style: none; }
#header #nav li{ width: auto; height: 50px; float: left; border-left: 1px solid #dae2d6; position: relative; }
#header #nav li a{ display: block; font-size: 14px; font-weight: bold; text-transform: uppercase; line-height: 50px; padding: 0 15px; position: relative; }
#header #nav li a:hover{ background: #eaf1e6; }
#header #nav li.menu-item-has-children a{ padding-right: 34px; }
#header #nav li.menu-item-has-children > a:after{ 
content: '\203A'; 
height: 20px; 
display: block; 
font-size: 26px; 
color: #c3c8c0; 
line-height: 14px; 
position: absolute; 
top: 50%; 
right: 15px; 
margin-top: -10px; 
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); 
}
#header #nav li.menu-item-has-children > a.active:after{ 
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg); 
}

#header #nav ul.sub-menu{ 
display: none; 
width: 290px; 
position: absolute; 
left: 0; 
top: 50px;
background: #f1f8ed;
border: 1px solid #dae2d6;
border-bottom: 0;
z-index: 9999; 
}

#header #nav > ul > li:last-child > ul:last-of-type{ left: auto;right:0;}
#header #nav ul.sub-menu:hover{ display: block; }
#header #nav ul.sub-menu li{ width: 100%; height: auto; border: 0; border-bottom: 1px solid #dae2d6; }
#header #nav ul.sub-menu li a{ height: auto; display: block; font-size: 14px; text-transform: none; line-height: 19px; padding: 15px; }
#header #nav ul.sub-menu li:hover > a:after{ display: none; }

/* Main */
#main{ width: 100%; float: left; display: block; margin: 110px 0 0; background: #e9e9e9; overflow: hidden; position: relative; }
#main #wrapper{ max-width: 1600px; display: block; clear: both; padding: 60px 0; margin: 0 auto; overflow: hidden;  }

/* Section */
.section{ width: 100%; float: left; padding: 0 60px; margin: 0 0 60px; position: relative; }
.section.grid{ padding: 0 50px; margin: 0 0 40px; }
.section .header.main{ width: 100%; float: left; margin: 0 0 20px; position: relative; }
.section.grid .header.main.title{ padding: 0 10px; }
.section .header.main.title h3{ font-size: 22px; color: #215196; font-weight: 900; line-height: 28px; text-transform: uppercase; position: relative; z-index: 2; }
.section .header.main.title h3 span{ display: inline-block; padding-right: 15px; background: #e9e9e9; position: relative; z-index: 3; }
.section .header.main.title h3:after{ content: ''; width: 100%; height: 1px; display: block; position: absolute; top: 50%; margin-top: -1px; background: #ccc; z-index: 1; }
.section .content.main{ width: 100%; float: left; position: relative; }
.section .footer.main{ width: 100%; float: left; position: relative; }

/* Grid Items */
.section.grid .item{ padding: 0 10px; margin: 0 0 20px; vertical-align: top; }
.section.grid .item.preview{ width: 25%; float: left; position: relative; }
.section.grid .item.preview:after{ content: ''; height: 10px; display: block; margin-top: -8px; background: #ccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 0; }
.section.grid .item.preview:hover:after{ background: #999; }
.section.grid .item.preview .equal.box{ display: block; background: #fff; overflow: hidden; position: relative; z-index: 9; }
.section.grid .item.preview .thumb{ display: block; padding: 0 0 4px; }
.section.grid .item.preview .header{ display: block; padding: 15px 20px; }
.section.grid .item.preview .header h2{ font-size: 17px; color: #215196; line-height: 22px; }
.section.grid .item.preview .header span{ display: block; color: #666; font-size: 14px; padding-top: 6px; }

/* Home */
#hero{ padding: 0; margin: 0; background: #ccc; }
#hero .wrap{ width: 100%; max-width: 1600px; display: block; text-align: center; padding: 60px; margin: 0 auto; position: relative; z-index: 9; }
#hero .wrap .header{ display: block; }
#hero .wrap .header h1{ font-size: 144px; font-weight: 900; color: #fff; line-height: 144px; text-transform: uppercase; padding: 20px 0; position: relative; z-index: 9; }
#hero.custom-code .wrap .header h1,
body.page #hero .wrap .header h1{ font-size: 76px; }
#hero .wrap .header h1 span{ display: block; font-size: 22px; font-weight: bold; line-height: 22px; margin-bottom: -8px; }
#hero .wrap .header h1:after{
content: '';
display: block; 
width: 100%; 
height: 100%; 
position: absolute;
top: 0;
left: 0;
background-image: url(images/circles.svg);
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: auto 100%; 
-moz-background-size: auto 100%; 
-o-background-size: auto 100%; 
background-size: auto 100%;
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
z-index: -1;
}
/* Delete Min Height When form code is actually in */
#hero .wrap #book{ min-height: 230px; display: block; padding-top: 30px; }
/* Delete */
#hero .wrap #book .temp{ width: 100%; height: 170px; display: table; }
#hero .wrap #book .temp span{ display: table-cell; vertical-align: middle; font-size: 20px; color: #fff; font-weight: bold; }
/* END Delete */

#slideshow{ display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; }
ul#slides{ width: 100%; height: 100%; position: relative; list-style: none; overflow: hidden; }
ul#slides.rslides li{ 
width: 100%;
height: 100%;
display: none;
text-indent: -9000px;
position: absolute;
top: 0;
left: 0;
background-color: #ccc;
background-position: center bottom 10%;
-webkit-backface-visibility: hidden;
}
ul#slides.rslides li.only_img{ text-indent: -9000px; }
ul#slides.rslides li:first-child{ float: left; display: block; position: relative; }

#home .about.section{ max-width: 1100px; float: none; display: block; color: #666; text-align: center; padding-top: 30px; margin: 0 auto 30px; overflow: hidden; }
#home .about.section .header h2{ font-size: 44px; font-weight: 900; color: #215196; line-height: 54px; }
#home .about.section .content p{ font-size: 18px; line-height: 28px; }

.section.instagram .header.main.title h3{ margin-bottom: 4px; }
.section.instagram .header.main.title h3 span a{ display: block; padding-left: 48px; position: relative; }
.section.instagram .header.main.title h3 span a:before{ 
content: ''; 
width: 38px; 
height: 38px; 
display: block;
position: absolute;
top: 50%;
left: 0;
margin-top: -20px;
background: url(images/instagram.svg) no-repeat center; 
border: 1px solid #215196; 
border-radius: 20px; 
-moz-border-radius: 20px; 
-webkit-border-radius: 20px; 
}
.section.instagram .header.main.title h3 span a:hover:before{ background-image: url(images/instagram-white.svg); background-color: #215196; }
.section.instagram .header.main.title h3 a.hashtag{ float: right; font-size: 15px; padding-left: 15px; background: #e9e9e9; position: relative; z-index: 2; }
.section.instagram .header.main.title h3 a:hover.hashtag{ text-decoration: underline; }
.section.instagram .item{ width: 12.5%; float: left; }
.section.instagram .item a{ display: block; overflow: hidden; }

/* CTA */
.ctas .cta{ width: 50%; float: left; }
.ctas .cta a{ width: 100%; height: 300px; float: left; display: table; color: #fff; text-align: center; background-color: #000; position: relative; }
.ctas .cta a .wrap{ display: table-cell; vertical-align: middle; padding: 30px 20px; position: relative; z-index: 9; }
.ctas .cta a .wrap h2{ font-size: 36px; font-weight: 900; line-height: 39px; text-transform: uppercase; padding-top: 38px; margin: 0 0 16px; }
.ctas .cta a .wrap h2 span{ display: block; font-size: 18px; font-weight: normal; font-style: italic; line-height: 23px; text-transform: none; margin: 0 0 2px; }
.ctas .flights.cta a .wrap h2{ background: url(images/plane-white.svg) no-repeat top center; -webkit-background-size: 28px 28px; -moz-background-size: 28px 28px; -o-background-size: 28px 28px; background-size: 28px 28px; }
.ctas .airpass.cta a .wrap h2{ background: url(images/brazil-white.svg) no-repeat top center; -webkit-background-size: 34px 34px; -moz-background-size: 34px 34px; -o-background-size: 34px 34px; background-size: 34px 34px; }
.ctas .cta a .btn{ float: none; display: inline-block; color: #fff; border-color: #fff; }
.ctas .cta a:hover .btn{ color: #215196; background: #fff; }

.cta.contact.section{ max-width: 800px; float: none; display: block; text-align: center; margin: 0 auto 30px; overflow: hidden; }
.cta.contact.section h2{ font-size: 34px; font-weight: 900; color: #215196; line-height: 44px; margin: 0 0 8px; }
.cta.contact.section h3{ font-size: 22px; font-weight: normal; font-style: italic; color: #215196; line-height: 30px; }
.cta.contact.section .btn{ float: none; display: inline-block; margin: 0 3px 6px; }

/* Vacations */

/* Footer */
#footer{ width: 100%; float: left; clear: both; text-align: center; background: #fff; }
#footer .wrapper{ max-width: 1600px; display: inline-block; text-align: left; padding: 60px; margin: 0 auto; overflow: hidden;  }

#footer .main{ width: auto; float: left; position: relative; margin: 0 30px 10px 0; }
#footer h3.logo{ width: 148px; height: 46px; display: inline-block; margin: 0 20px 20px 0; background: url(images/logo-footer.svg) no-repeat center #fff; text-indent: -9000px; vertical-align: top; }
#footer h3.logo a{ width: 148px; height: 46px; display: block; }

#footer .btns{ display: inline-block; margin: 6px 0 14px 0; vertical-align: top; }
#footer .btns a.btn{ margin: 0 6px 6px 0; }
#footer .btns a.btn span{ display: block; padding-left: 25px; }
#footer .btns a.flights.btn span{ 
background: url(images/plane-blue.svg) no-repeat left center;
-webkit-background-size: 14px 14px; 
-moz-background-size: 14px 14px;  
-o-background-size: 14px 14px; 
background-size: 14px 14px; 
}
#footer .btns a:hover.flights.btn span{ background-image: url(images/plane-white.svg); }
#footer .btns a.airpass.btn span{
padding-left: 27px; 
background: url(images/brazil-blue.svg) no-repeat left center;
background-position: left center; 
-webkit-background-size: 18px 18px; 
-moz-background-size: 18px 18px;  
-o-background-size: 18px 18px; 
background-size: 18px 18px;  
}
#footer .btns a:hover.airpass.btn span{ background-image: url(images/brazil-white.svg); }

#footer ul#social{ display: inline-block; margin: 6px 0 14px 0; vertical-align: top; list-style: none; }
#footer ul#social li{ width: 40px; height: 40px; float: left; margin: 0 6px 6px 0; text-indent: -9000px; }
#footer ul#social li a{ width: 40px; height: 40px; display: block; background-color: #fff; background-position: center; background-repeat: no-repeat; border: 1px solid #215196; }
#footer ul#social li a:hover{ background: #215196; }
#footer ul#social li.rss a{ background-image: url(images/rss.svg); }
#footer ul#social li.rss a:hover{ background-image: url(images/rss-white.svg); }
#footer ul#social li.facebook a{ background-image: url(images/facebook.svg); }
#footer ul#social li.facebook a:hover{ background-image: url(images/facebook-white.svg); }
#footer ul#social li.twitter a{ background-image: url(images/twitter.svg); }
#footer ul#social li.twitter a:hover{ background-image: url(images/twitter-white.svg); }
#footer ul#social li.pinterest a{ background-image: url(images/pinterest.svg); }
#footer ul#social li.pinterest a:hover{ background-image: url(images/pinterest-white.svg); }
#footer ul#social li.instagram a{ background-image: url(images/instagram.svg); }
#footer ul#social li.instagram a:hover{ background-image: url(images/instagram-white.svg); }

#footer .wrap{ display: block; padding: 10px 0 0; }
#footer .nav{ display: inline-block; margin: 0 50px 30px 0; vertical-align: top; }
#footer .nav ul{ 
display: block; 
list-style: none; 
-moz-column-count: 2;
-moz-column-gap: 10px;
-webkit-column-count: 2;
-webkit-column-gap: 10px;
column-count: 2;
column-gap: 10px;
} 
#footer .nav ul li{ display: block; margin: 0 0 4px; }
#footer .nav ul li a{ font-size: 14px; font-weight: 900; text-transform: uppercase; }
#footer .nav ul li a:hover{ text-decoration: underline; }

#footer .contact{ display: inline-block; vertical-align: top; }
#footer .contact ul{ display: inline-block; margin: 0 30px 30px 0; vertical-align: top; }
#footer .contact ul:last-of-type{margin-right:0; }

#footer .contact ul li{ display: block; font-size: 14px; color: #666; line-height: 20px; margin: 0 0 2px; }
#footer .contact ul li.location{ font-weight: 900; text-transform: uppercase; margin: 0 0 3px; }
#footer .contact ul li a:hover{ text-decoration: underline; }

#footer .fb-page{ width: 100%; max-width: 340px; float: left; margin: 0 0 30px; }

#footer .meta{ width: auto; float: left; clear: both; font-size: 11px; color: #888; line-height: 17px; }
#footer .meta span{ display: block; }
#footer .meta span span{ display: inline; }
#footer .meta a{ color: #888; }
#footer .meta a:hover{ text-decoration: underline; }

/* Content Block Universal Code */
/* Begin Images */
.content-block img{ display: block; width: auto; max-width: 100%; height: auto; padding: 10px 0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .aligncenter { display: block; margin: 0 auto; }
.content-block .alignleft{ max-width: 50%; display: inline-block; float: left; padding-right: 30px; vertical-align: top; }
.content-block .alignright{ max-width: 50%; display: inline-block; float: right; padding-left: 30px; vertical-align: top; }
.content-block .alignleft img, .content-block .alignright img{ padding-left: 0; padding-right: 0; }
.content-block .wp-caption{ width: auto !important; text-align: center; margin: 0 0 20px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .wp-caption.alignleft, .content-block .wp-caption.alignright{ width: 50% !important; padding: 0; }
.content-block .wp-caption.alignleft{ margin-right: 30px; }
.content-block .wp-caption.alignright{ margin-left: 30px; }
.content-block .wp-caption p.wp-caption-text{ display: block; font-size: 15px; line-height: 22px; padding: 10px 12px; margin: 0; background-color: #fff; }
.content-block .wp-caption img{ padding: 10px 10px 0; margin: 0 auto; }
/* END Images */

/* Begin Image Gallery */
.content-block .gallery{ display: block; max-width: 1020px; padding: 10px 0 30px; margin: 0 auto; overflow: hidden; }
.content-block .gallery .gallery_item{ width: 24.6666%; float: left; }
.content-block .gallery .gallery_item a{ display: block; padding: 5px; margin: 5px; background:#E9E9E9; }
.content-block .gallery .gallery_item a img{ display: block; width: auto; max-width: 100%; height: auto; padding: 0; margin: 0 auto; }
/* END Image Gallery */

/* Video */
.content-block embed, .content-block iframe, .content-block object{ max-width: 100%; }
.content-block video { max-width: 100%; height: auto; }

.content-block{ font-weight: 300; }
.content-block strong{ font-weight: 700; }
.content-block p sm{ display: block; font-size: 11px; font-weight: 400; color: #777; line-height: 18px !important; }
.content-block a{ color: #324f8b; }
.content-block a:hover{ text-decoration: underline; }

.content-block blockquote{ 
font-size: 22px;
font-style: italic;
line-height: 32px;
padding: 15px 15px 15px 50px;
margin: 0 0 20px;
position: relative;
}
.content-block blockquote:before{ content: '\0201C'; position: absolute; top: 22px; left: 22px; font-family: 'Cantarell', sans-serif; font-size: 50px; color: #324f8b; font-style: normal; }
.content-block blockquote p{ line-height: 32px; }
.content-block blockquote p:last-child{ margin-bottom: 0; }

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5{ 
font-family: 'Cantarell', sans-serif;
font-size: 100%; 
font-weight: normal;
color: #324f8b;
text-transform: uppercase;
padding: 10px 0; 
}
.content-block h1{ font-size: 30px; line-height: 36px; }
.content-block h2{ font-size: 28px; line-height: 34px; }
.content-block h3{ font-size: 24px; line-height: 30px; }
.content-block h4{ font-size: 20px; line-height: 26px; }
.content-block h5{ font-size: 17px; line-height: 23px; }

.content-block ul, .content-block ol{ padding: 0 0 20px 40px; }
.content-block ul{ list-style: disc; }
.content-block ul li, .content-block ol li{ padding: 0 0 8px; line-height: 26px; }
.content-block ul li p, .content-block ol li p{ margin: 0 0 15px; }
/* END Content Block Universal Code */

/* Modal Window */
#modal, #mask{
display:none;
width: 100%;
height: 100%;
position:fixed;
top:0px;
left:0px;
z-index: 999998;
}
#mask{ background: #000; }

.modal_window{
display:none;
position: absolute;
top: 0; 
right: 0; 
left: 0; 
bottom: 0;
margin: 0 0 45px;
z-index: 99999999;
}
.modal_window .loader{ background-color: transparent !important; }

.controls{
display:none;
width: 100%;
height: 100%;
position: relative;
z-index: 99999999;
}
.controls .wrap{ width: 100%; display: block; position: absolute; bottom: -45px; text-align: center; }
.controls .btns{ width: auto; display: inline-block; margin: 0 auto; }
.controls .btns span{ width: auto; height: 30px; display: inline-block; font-size: 16px; color: #999; line-height: 30px; background: #fff; border-right: 1px solid #000; vertical-align: top; }
.controls .btns span.prev_btn, .controls .btns span.next_btn{ font-size: 21px; line-height: 28px; }
.controls .btns span.next_btn{ border-right: 0; }
.controls .btns .disabled{ color: #aaa; padding: 0 12px;  }
.controls .btns span a{ display: block; color: #333; padding: 0 12px; cursor: pointer; }
.controls .btns span a:hover{ text-decoration: none; }

#wrapper > .header.main,
#featured-vacations > .header.main{ text-align: center; padding-bottom:40px; }
.page-title-parent,
#wrapper > .header.main h1,
#featured-vacations > .header.main h1{
  font-size: 60px;
  font-weight: 900;
  line-height: 52px;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #215196;
  background-image: url(images/circles.svg);
  background-repeat: no-repeat;
  background-size: 47px;
  background-position: top center;
  padding-top: 52px;
}
#main #page h1,
#featured-vacations > .header.main .vacation-option-meta-title{
  font-size: 34px;
  font-weight: 900;
  color: #215196;
  line-height: 44px;
  margin: 0 0 8px;
}


#featured-vacations .ctas .flights.cta a .wrap h2{ background: none; padding-top: 0; }
#featured-vacations .ctas .flights.cta a .wrap .intro-text{ font-style: italic; line-height: 26px; display:block; }
#featured-vacations .ctas.section { margin-bottom: 0; }
.load_more{ margin-bottom: 60px; position: relative; clear:both; text-align:center }
.load_more .loader{ position: relative; padding: 20px 0 40px; background: transparent; }

.load_more .loader:before{
height: 40px; width: 40px; margin-top: -20px; margin-left: -20px;
}
/* Round Button */
.load_more a{
width: auto;
height: 40px;
display: inline-block;
font-size: 15px;
color: #fff; background: #215196;
line-height: 37px;
font-weight: 900;
text-transform: uppercase;
padding: 0 86px;
border: 1px solid #215196;
overflow: hidden;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}
.load_more a:hover{ color: #215196; background: transparent; }

.section.single{ width:66%; }
#sidebar.vacations{ width: 34%; float: left; padding: 0 60px; }
.post-type-head.section{ margin-bottom: 0; padding-bottom:0; padding-top: 58px; }
.post-type-head.section h1{	
    background-image: url(images/circles.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: left center;
    padding-left: 50px;
    line-height: 36px;
    font-size: 20px;
    font-weight: 900;
    color: #215196;
    text-transform: uppercase;
}
.post-type-head.section .header.main{ margin-bottom: 10px; }

#vacations.single .header h1{
    line-height: 52px;
    font-size: 48px;
    font-weight: 900;
    color: #215196;
    padding: 14px 0 9px;
}
#vacations.single .footer{
	padding-top: 55px;
	border-top: 1px solid #ccc;
}
#vacations.single .footer h2{
    line-height: 28px;
    font-size: 24px;
    font-weight: 900;
    color: #215196;
    margin-bottom: 20px;
}
#vacations.single .header { margin-bottom: 30px; }
#vacations.single .header .package-overview{ font-size: 20px; line-height: 30px; color: #215196; }
#sidebar section.section.post-details,
#sidebar section.section.vacation-details,
#sidebar section.section.social{ background: #fff; padding:0; margin: 0 0 20px; border-bottom: solid 2px #cccccc; }
#sidebar section.section.social{
	padding: 30px 40px 30px;
	overflow:hidden;
}
#sidebar section.section.social img{ float: left; margin-right:8px; }
#sidebar section.section.post-details ul,
.section.vacation-details ul { list-style:none; }
.section.vacation-details ul li{
	padding: 20px 20px 20px 65px;
	border-bottom: 1px solid #ebebeb;
	font-size: 20px; line-height: 30px;
	font-weight: 700;
	color:#215196;
	background-image: url(images/map.png);
	background-repeat: no-repeat;
	background-position: 40px 25px;
}
#sidebar section.section.post-details ul li.category,
#sidebar section.section.post-details ul li.comment-sidebar{ background-image: none; }

#sidebar section.section.post-details ul li{
	padding: 20px 20px 20px 20px;
	border-bottom: 1px solid #ebebeb; font-size: 20px; line-height: 30px; font-weight: 700; color:#215196;
	background-image: url(images/map.png);
	background-repeat: no-repeat;
	background-position: 40px 25px;
}
#sidebar section.section.post-details ul li strong{ font-weight: 900; }
.section.vacation-details ul li strong{ font-weight: 900; text-transform: uppercase;  }
.section.vacation-details .package-total-price{
	padding: 25px 40px 30px;
	color:#215196;
	font-size: 16px;
	line-height: 22px;
}
.section.vacation-details .package-total-price span{
	display: inline-block;
	line-height: 52px;
	font-size: 36px;
	font-weight: 900;
}
.section.vacation-details .package-total-price .package-type-money-p{ display:inline-block; }
.desc{
	color:#666666;
	font-size: 12px;
	font-style: italic;
	line-height: 19px;
}
.package-buttons{
	padding: 34px 40px 36px;
	overflow:hidden;
	border-top: 1px solid #ebebeb;
}
.package-buttons .booknow{
    width: 49%;
    text-align: center;
    margin-right: 1%;
    padding: 0 10px;
    display: none;
}
.package-buttons .contactus{
    width:100%;
    text-align: center;
    padding: 0 10px;
}

#sidebar section.section.next-prev-vacation{ padding: 0; overflow:hidden; }
#sidebar section.section.next-prev-vacation .nav-vacation{ width: 50%; }
#sidebar section.section.next-prev-vacation .nav-vacation.left{ float: left; padding-right: 10px; }
#sidebar section.section.next-prev-vacation .nav-vacation.right{ float: right; padding-left: 10px; }

#sidebar section.section.next-prev-vacation .nav-vacation a{
	width: 100%; height: 70px; display:block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#fff;
	position:relative;
	border-bottom: solid 2px #cccccc;
}
#sidebar section.section.next-prev-vacation .nav-vacation a:hover:after{ color: #215196; }
#sidebar section.section.next-prev-vacation .nav-vacation a:after{	
    content: '\203A';
    height: 26px;
    display: block;
    font-size: 46px;
    color: #c3c8c0;
    line-height: 17px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -13px;
    margin-right: -11px;
}
#sidebar section.section.next-prev-vacation .nav-vacation.left a:after{	
    content: '\203A';
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-field{ float: left; width: 100%; margin-bottom: 20px; }
.form-field.left{ width: 50%; padding-right: 15px; clear:both; }
.form-field.right{ width: 50%; padding-left: 15px; }

.content-block .gform_wrapper .top_label .gfield_label,
.form-field label{
	color:#215196;
	font-size:15px;
	line-height: 30px;
	font-weight: bold;
	text-transform:uppercase;
	padding: 0  5px;
	margin: 0;
}

.gform_wrapper li.field_description_above .gfield_description{ margin-bottom: 0; }
.gform_wrapper .top_label .gfield_description{ padding-top: 0; }

.content-block .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
.content-block .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
.content-block .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password],
.content-block .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
.content-block .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
.content-block .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
.content-block .gform_wrapper .ginput_complex input[type=email],
.content-block .gform_wrapper .ginput_complex input[type=number],
.content-block .gform_wrapper .ginput_complex input[type=password],
.content-block .gform_wrapper .ginput_complex input[type=tel],
.content-block .gform_wrapper .ginput_complex input[type=text],
.content-block .gform_wrapper .ginput_complex input[type=url],
.content-block .gform_wrapper .top_label li.gfield.gf_left_half input.large,
.content-block .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
.content-block .gform_wrapper .top_label li.gfield.gf_left_half select.large,
.content-block .gform_wrapper .top_label li.gfield.gf_left_half select.medium,
.content-block .gform_wrapper .top_label li.gfield.gf_right_half input.large,
.content-block .gform_wrapper .top_label li.gfield.gf_right_half input.medium,
.content-block .gform_wrapper .top_label li.gfield.gf_right_half select.large,
.content-block .gform_wrapper .top_label li.gfield.gf_right_half select.medium,
.content-block .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.content-block .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.content-block .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.content-block .gform_wrapper .top_label li.gfield.gf_left_half input.small,
.content-block .gform_wrapper .top_label li.gfield.gf_right_half input.small,
.content-block .gform_wrapper .top_label input.medium,
.content-block .gform_wrapper .top_label select.medium,
.content-block .form-field select,
.form-field input[type="text"],
.form-field input[type="phone"],
.form-field input[type="email"],
.form-field input[type="date"]{
	width: 100% !important;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#f9f9f9;
	padding: 10px 20px;
	color:#333333;
	font-size:15px;
	line-height:16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}
#field_1_12,
.content-block #input_1_12{ text-align: center; }
.content-block #recaptcha_widget_div{ display: inline-block; }
.content-block .gform_wrapper ul li{ padding-bottom: 0 }
.content-block .gform_wrapper textarea.medium,
.form-field textarea{	
	width: 100%;
	height: 215px;
	margin: 0;
	padding: 0;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#f9f9f9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	color:#333333;
	font-size:15px;
	line-height:16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
}
.content-block .gform_wrapper .gform_footer input.button,
.content-block .gform_wrapper .gform_footer input[type=image],
.content-block .gform_wrapper .gform_footer input[type=submit],
.form-field.submit input{	
    width: auto;
    height: 40px;
    float: left;
    display: block;
    font-size: 15px;
    line-height: 37px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 30px;
    border: 1px solid #215196;
    overflow: hidden;
    color: #fff;
    background: #215196;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    cursor: pointer;
    border:none;
    min-width: 260px;
    outline:0;
}
.content-block .gform_wrapper .gform_footer input.button:hover,
.content-block .gform_wrapper .gform_footer input[type=image]:hover,
.content-block .gform_wrapper .gform_footer input[type=submit]:hover,
.form-field.submit input:hover{ color: #215196; background: #fff; }

.content-block .gform_wrapper .gform_footer input.button,
.content-block .gform_wrapper .gform_footer input[type=image],
.content-block .gform_wrapper .gform_footer input[type=submit]{
	min-width: 260px;
	display: inline-block;
	float: none;
}
.gform_wrapper .gform_footer{ text-align: center; }

#field_1_62{ text-align: center; }
#field_1_62 .gfield_label{ display: block; }
#field_1_62 .ginput_container{ display:inline-block;}

body .content-block .gform_wrapper img.ui-datepicker-trigger{
	width: 17px!important;
    height: 16px!important;
    display: block !important;
    zoom: 1;
    position: absolute;
    top: 13px;
    right: 12px;
    z-index: 10;
    padding: 0;
}
.ginput_container,
body .content-block .gform_wrapper label.gfield_label+div.ginput_container{ position: relative; }
#posts.section.grid,
#featured-vacations .posts.section{ margin-bottom: 20px; }

.header.main .nav{ display: inline-block; overflow: hidden; }
.header.main .nav .acc{ float: left; margin: 0 3px 0 4px; width: 240px; }
.header.main .nav .acc a{ width: 100%; }
.header.main .nav .acc a.btn.active {	
    color: #fff;
    background: #215196;
}
.header.main .nav .acc .dropdown{ max-width: 100%; }
.header.main .nav .acc ul{ list-style: none; clear:both; }
.header.main .nav .acc ul li{ display: block; font-size: 12px; padding: 4px 0 0; }
.header.main .nav .acc .dropdown.tags{ max-width: 100%; clear:both; }
.header.main .nav .acc .tags .tag_cloud{ display: block; padding: 4px 0 0; }


.content-block .gform_wrapper{display:block!important;max-width: 950px; margin: 0 auto 40px; }

.page-title-parent{ display: block; text-align: center; }
#main #page h1{ text-align: center; }
#booking-form-custom .data-tabs{ margin-bottom: 10px; }
#booking-form-custom .data-tabs ul{ text-align: center; list-style: none; }
#booking-form-custom .data-tabs ul li{ display: inline-block; margin: 0 2px; }
#booking-form-custom .data-tabs ul li:last-child{ display:none !important; }
#booking-form-custom .data-tabs ul li a{ color: #ffffff; font-size: 11px; font-weight: 900; background: rgba(0,0,0,0.25); border: 1px solid #fff; }
#booking-form-custom .data-tabs ul li a.btn.round{ }
#hero .wrap #book .temp #booking-form-custom ul li.active a span,
#booking-form-custom .data-tabs ul li.active a{ color: #333333; background: #fff; }

#hero .wrap #book .temp #booking-form-custom span{ font-size: 12px; color: #fff; line-height: 32px; font-weight: 900; }

#hero .wrap #book .temp #booking-form-custom .form-field{ float: none; width: auto; margin: 0 3px; display: inline-block; }
#hero .wrap #book .temp #booking-form-custom .form-field input[type="text"]{ max-width: 120px; }

#hero .wrap #book .temp #booking-form-custom .form-field input.long{ max-width: 240px; }

#hero .wrap #book .temp #booking-form-custom .form-fields .form-field{ margin-bottom: 30px; }

#hero .wrap #book .temp #booking-form-custom .form-field input.dates{ max-width: 165px; }
#hero .wrap #book .temp #booking-form-custom .form-field label{ display: block; text-align: left; color: #fff; font-size: 14px; text-transform: none; }

#hero .wrap #book .temp #booking-form-custom .form-field.submit input{ background: rgba(0,0,0,0.25); border: #fff 2px solid; font-size: 16px; color: #fff; font-weight: 900; }



#brazil_ecotravel .section.grid .item.preview a .header p { color: #666666; }


.content-block table.blue-table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}
.content-block table.blue-table th {
	padding: 10px;
	color: #fff;
	text-align: left;
	border-right: 1px solid #258dc8;
	background: #258dc8; /* Old browsers */
background: -moz-linear-gradient(top,  #258dc8 0%, #4b6fa9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#258dc8), color-stop(100%,#4b6fa9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #258dc8 0%,#4b6fa9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #258dc8 0%,#4b6fa9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #258dc8 0%,#4b6fa9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #258dc8 0%,#4b6fa9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#4b6fa9',GradientType=0 ); /* IE6-9 */

}
.content-block table.blue-table td {
	padding: 10px;
	border: 0;
	border-bottom: 1px solid #ccc;
	background: #f9f9f9;
}

#hero .wrap #book .temp #booking-form-custom .form-fields select{
	width: 212px !important;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid #dddddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #f9f9f9;
    padding: 10px 20px;
    color: #333333;
    font-size: 15px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;

}
#hero .wrap #book .temp #booking-form-custom .form-fields .form-field.checkbox { /*display: block;*/ }
#hero .wrap #book .temp #booking-form-custom .form-fields .form-field.checkbox label{ text-align: center; line-height: 20px; }
#hero .wrap #book .temp #booking-form-custom .form-fields .form-field.checkbox input{ top: 2px; margin-right: 10px; }

.single .header.main .nav .acc{ width: 155px; text-align: center;  }
.single .header.main .nav .acc a{font-size: 12px; line-height: 40px;}
.single .header.main .nav .acc a span:after{
	display: inline-block;
    content: '\203A';
    height: 20px;
    font-size: 26px;
    color: #215196;
    line-height: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 6px;
}
.single .header.main .nav .acc a:hover span:after,
.header.main .nav .acc a.btn.active span:after{ color: #fff; }

.single .header.main h1{ float: left; margin-right: 15px; }

#sidebar.single section.section.post-details ul li{ background: none; }

.show-on-flighthotel,
.hide-on-oneway, .show-on-airpass, .show-on-multicity{ display: none; }
.flightpaxdetails > label{ color: #fff; }
.hide-on-airpass,
.show-on-one-round{ display: inline-block; }

.add-airpass,
.remove-airpass,
.add-multiCity,
.remove-multiCity{
	background: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 18px;
}

#sidebar section.section.post-details{ display: none; }



/*** Loader CSS by Krishna Patel ***/
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }

  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }

  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale > div:nth-child(1) {  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08);         animation: line-scale 1s -0.4s infinite cubic-bezier(.2, .68, .18, 1.08); }

.line-scale > div:nth-child(2) {  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08);       animation: line-scale 1s -0.3s infinite cubic-bezier(.2, .68, .18, 1.08); }

.line-scale > div:nth-child(3) {-webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08);      animation: line-scale 1s -0.2s infinite cubic-bezier(.2, .68, .18, 1.08); }

.line-scale > div:nth-child(4) {  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08);  animation: line-scale 1s -0.1s infinite cubic-bezier(.2, .68, .18, 1.08); }

.line-scale > div:nth-child(5) {  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08);   animation: line-scale 1s 0s infinite cubic-bezier(.2, .68, .18, 1.08); }

.line-scale > div { background-color: #000; width: 4px; height: 35px; border-radius: 2px;  margin: 2px; -webkit-animation-fill-mode: both;          animation-fill-mode: both;  display: inline-block; }
/*** END ***/