/*
 Theme Name:     Portugal.com 2
 Theme URI:      http://portugal.com/
 Description:    Portugal 2 Theme
 Author:         JT Mudge
 Author URI:     http://litmusbox.com
 Version:        1.0.1
*/
@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}
/* */
html {
    height: 100%;
}
@font-face {
    font-family: amienne_font;
    src: local(amienne_font), url('font/amienne.ttf') format('opentype');
}
/* 'Trebuchet MS',  */
body {
    font-size: 12px;
    font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    width: 100%;
    height: 100%;
    background: #f4f4f2;
    color: #484848;
}
a, button {
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
}

.logged-in {
    display:none;
}

.wrapper {
    width: 1125px;
    margin: 0 auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: none;
    z-index: 1000;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
    display: inline-block;
    vertical-align: 3px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    display: inline-block;
    vertical-align: 3px;
}
/*HEADER*/

#header {
    height: 74px;
    background: #000;
    box-shadow: 0 2px 3px -1px #2d2a22;
    position: fixed;
    width:100%;
    top: 0;
    z-index: 1000;
}

.admin-bar #header {
    top: 32px;
}

#header .wrapper {
    position: relative;
}

.logo {
    position: relative;
    width: 200px;
    height: 51px;
    margin: 14px 0 0 0px;
    margin-top: 9px;
}

.logo .joelogo {
    position: absolute;
    top: -2px;
    left: 0px;
}


.logo .main-logo {
    position: absolute;
    left: 0px;
}


.logo .words {
    background: url(images/logo.png) no-repeat top left;
    width: 267px;
    height: 65px;
    margin-top: -10px;
}

.logo .words a {
    display: block;
    text-indent: -9999px;
    width: 267px;
    height: 63px;
}

.logo p {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: 1px;
    word-spacing: 2px;
    top: 51px
}


.lang-login {
    background-color: #23282d;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color:#333;
    padding-right:20px;
    width: 320px;
    position: absolute;
    right: 0px;
}

.lang-login > ul {
    margin: 0px 5px 0 0;
}

.lang-login > ul > li {
    display: inline-block;
    list-style: none;
    color: #ddd;
    font-size: 13px;
    margin-left: 32px;
    cursor: pointer;
    position: relative;
    padding: 0 15px;
    line-height: 27px;
}

.lang-login > ul > li a {
    color:#ddd;
}

.lang-login > ul > li:hover {
    background: #3b7bcd;
}

.lang-login ul li a {
    color: #fff;
    text-decoration: none;
}

.lang-login ul li ul {
    display: none;
    position: absolute;
    right: 0;
    background: #3b7bcd;
}

.lang-login ul li:hover ul, .lang-login ul li:hover .login-form {
    display: block;
}

.lang-login ul li ul li {
    list-style: none;
    white-space: nowrap;
}

.lang-login ul li ul li a {
    display: block;
    color: #fff;
    padding: 3px 12px;
}

.lang-login ul li ul li a:hover {
    background: #346cb4;
}

#header .menus {
    smargin-top: -76px;
}

.menus {
    text-align: right;
}

.menus nav {
    margin-top: 38px;
}

.menus > nav > ul > li {
    display: inline-block;
    list-style: none;
}

.menus > nav > ul > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    display: block;
    padding: 5px 10px;
}


.menus > nav > ul > li > a:hover, .menus > nav > ul > li > a.active {
    background: #3b7bcd;
}



.menus > nav > ul > li > a.nav-campaign {
    font-family: 'amienne_font','Satisfy', cursive;
    font-size: 30px;
    color: #F7D54D;
}

.menus > nav > ul > li > a.nav-campaign:hover, .menus > nav > ul > li > a.nav-campaign.active {
    background:none;
    color: #fff;
}

.search {
    /* width: 200px; */
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus, .gsc-inline-block {
    box-sizing: content-box;
}


/* FULL PAGE OVERLAY */
#full-overlay {
    display: none;
}
#full-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: black;
    opacity: 0.7;
    filter:alpha(Opacity=70);
    z-index: 1001;
}

/* Change styles as you like beyond here, make sure the z-index of #login be always higher than #overlay */
.overlay-content {
    position:fixed;
    top: 0;
    left: -200%;
    width: 50%;
    height: 100%;
    background: #555;
    padding: 0;
    color:white;
    z-index: 1002 !important;
    background-color: #3b7bcd;
    transition: left 1s;
}

.overlay-content.show {
    left: 0px;
}

.overlay-content .overlay-background img {
    height:100%;
}

.overlay-content .overlay-background {
    right: 0%;
    top: 0;
    height: 100%;
    position: absolute;
    overlflow: hidden;
}

.overlay-content .center-box {
    position: relative;
    top: 40%;
    left: 50%;
}

.overlay-content .center-box h1, .overlay-content .center-box .overlay-title {
    font-size: 18px;
    margin-bottom: 24px;
    text-shadow: 2px 2px 2px #000, 2px 2px 4px #444;
}

.overlay-content .center-box h2, .overlay-content .center-box .subtitle {
    font-size: 28px;
    float: left;
    width: 35%;
    text-shadow: 2px 2px 2px #000, 2px 2px 4px #444;
}
.overlay-content .center-box form {
    width: 64%;
    float: left;
}

.overlay-content .center-box input {
    font-size: 24px;
    height: 62px;
    width: 70%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
    border: none;
}

.error ::-webkit-input-placeholder {
    color: #972D28;
    font-size: 18px;
}
.error ::-moz-placeholder {  /* Firefox 19+ */
    color: #972D28;
    font-size: 18px;
}
.error :-ms-input-placeholder {
    color: #972D28;
    font-size: 18px;
}

.overlay-content .center-box input.button {
    background-color: #FECC67;
    float: right;
    cursor: pointer;
    width: 30%;
    color: #972D28;
    font-size: 18px;
    font-weight: bold;
}

.button-close-box {
    position: absolute;
    top: 0;
    right: -100%;
    font-size: 20px;
    color: #fff;
    background-color: #333;
    padding: 25px;
    height: 62px;
    color:  #fff;
    padding-top: 20px;
    text-decoration:  none;
}

.form-response .close-box {
    margin-top: 40px;
}

.form-response .button-close-box {
    position: relative;
    top: auto;
    right: auto;
}

.overlay-content .form-container {
    position: relative;
    height: 100%
}

.overlay-content .form-response {
    position: relative;
    height: 100%;
    display:none;
    text-align:center;
    padding-top: 100px;
}


.overlay-content .form-response .response-text{
    padding-top: 50px;
    font-size: 20px;
    line-height: 30px;
}


.page-template-hotels .menus > nav > ul > li > a.nav-hotels,
.page-template-cars .menus > nav > ul > li > a.nav-cars,
.page-template-package-categories .menus > nav > ul > li > a.nav-packages,
.single-package_category .menus > nav > ul > li > a.nav-packages,
.single-package .menus > nav > ul > li > a.nav-packages,
.page-template-tour-categories .menus > nav > ul > li > a.nav-tours,
.page-template-tour-experience .menus > nav > ul > li > a.nav-tours,
.single-tour .menus > nav > ul > li > a.nav-tours,
.page-template-fun-categories .menus > nav > ul > li > a.nav-fun,
.single-activity .menus > nav > ul > li > a.nav-fun,
.page-template-information .menus > nav > ul > li > a.nav-information,
.single-pt_page .menus > nav > ul > li > a.nav-information {
    background: #139A68;
}

.login-form {
    display: none;
    position: absolute;
    right: 0;
    background: #3b7bcd;
    min-width: 220px;
    padding: 10px 15px;
}

.login-form.login-mobile {
    top: 50%;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    margin-top: -125px;
    z-index: 2000 !important;
}

.login-form .text-field {
    margin: 5px 0;
}

.login-form button {
    margin-top: 15px;
    min-width: 100px;
}

.login-form label {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
/* Inner menu content */
#packages-button:hover, #tours-button:hover, #fun-button:hover, #blog-button:hover, #about-portugal:hover {
    background: #3b7bcd;
}

#packages-button:hover #packages, #tours-button:hover #tours, #fun-button:hover #fun, #about-portugal-button:hover #about-portugal, #member-button:hover #member, #blog-button:hover #blog {
    display: block;
}


.menu-info {
    display: none;
    background: #3b7bcd;
    padding: 25px 10px 10px 10px;
    position: absolute;
    z-index: 2000;
    left: 0;
    text-align: left;
}

.menu-content {
    background: #fff url(images/corner-shadow.png) no-repeat bottom right;
}

.menu-content ul {
    width: 60%;
    padding: 10px 0 20px 10px;
}

.menu-content ul li {
    width: 300px;
    border-bottom: 1px solid #e5e5e3;
    padding: 10px 4px 10px 18px;
    list-style: none;
    margin-right: 23px;
    float: left;
}



.menu-content ul a {
    color: #7c7b71;
    font-size: 14px;
    text-decoration: none;
    display: block;
    background: url(images/menu-arrow.png) no-repeat center right;
    padding-right: 6px;
}


.menu-content ul li.spacer a {
    background: none;

}

.menu-content ul li.landing-link a {
    font-weight:bold;
    color:#139A68;
}

.menu-content ul a:hover, .menu-content ul li.landing-link a:hover {
    color: #3B7BCD;
}

.menu-content article {
    width: 40%;
    padding: 20px 10px;
}

.menu-content article img {
    max-width: 205px;
}

.menu-content article div {
    margin-left: 0px;
    padding: 0 15px;
    width: 400px;
}

.menu-content article div h4, .menu-content article div h1,  .menu-content article div .nav-header{
    font-weight: normal;
    color: #3b7bcd;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 16px;
    padding-left: 0px;
}

.menu-content article div p {
    margin: 18px 0 15px 0;
    line-height: 15px;
    color: #767676;
}

.menu-content article div a {
    color: #3b7bcd;
    text-decoration: none;
}

.menu-open {
    display: none;
    background: url(images/menu-icon.png) no-repeat left center;
    width: 30px;
    height: 30px;
    float: right;
    margin: 39px 20px;
    cursor: pointer;
}

.mobile-menu {
    display: none;
    width: 100%;
    clear: both;
    background: #2d2a22;
    box-shadow: 0 2px 3px -1px #2d2a22;
    position: relative;
    z-index: 1000;
}

.mobile-menu > ul > li {
    list-style: none;
    border-top: 1px solid #333;
    font-size: 14px;
}

.mobile-menu ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 17px;
    cursor: pointer;
}

.mobile-menu ul li ul, .mobile-menu ul li ul li ul {
    padding-left: 20px;
    display: none;
    list-style: none;
}

.inner-menu {
    background: url(images/menu-arrow-white.png) no-repeat top right;
}

.mobile-menu ul.open > li {
    border-top: 1px solid #333;
}

.um-social-login-wrap {
    border: 4px solid #3b7bcd;
}
.um-social-login-overlay {
    background-color: #333;
    opacity: .5;
}

#member.menu-info {
    box-shadow: 0 2px 6px -1px #333;
    padding: 0px;
    margin-right: 100px;
    position: absolute;
    left: -110px;
    width: 200px;
}


#member.menu-info .menu-content {
    background: none;
}

#member.menu-info .menu-content ul {
    display: block;
    padding: 0;
    width: auto;
    position: relative;
}

#member.menu-info .menu-content ul li {
    padding:0;
    margin: 0;
    border-bottom: none;
}


#member.menu-info .menu-content ul a{
    background:none;
}

#member.menu-info .menu-content ul a:hover {
    color: #972D28;
    background-color:#FECC67;
}

.um {
    opacity: 1;

}

#contact-form .g-recaptcha > div{
    margin:auto;
}
#contact-form .captcha-error{
    text-align:center;
}
/* DEFAULT TEMPLATE */
.default-page .inner-wrapper h2 {
    text-align:center;
}
#body.default-page {
    background-image: url(images/algarve-person-beach.jpg);
    min-height: 600px;
    background-size: cover;
}

/* // HEADER*/
/* MAIN Content*/
#main-content {
    text-align: center;
}

.info {
    text-align: center;
    font-size: 20px;
    margin: 32px 23px 20px;
}

.info.intro-copy {
    text-align: justify;
    color: #878379;
    font-size: 18px;
    position: relative;
}

.offer-box {
    position: relative;
    padding: 13px 13px;
    background: #fff;
    border: 1px solid #d1d1d1;
}

.box {
    width: 23%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom:30px;
    min-height: 360px;
    position: relative;
}

.tours-items .box, .hotels-items .box, .cars-items .box {
    min-height: 372px;
}
.box img {
    width:100%;
}
.box.last-child {
    margin-right: 0;
}

.box-title, .inner-content p.box-title {
    font-size: 30px;
    line-height: 34px;
    color: #139A68;
}

.offer .box-title {
    height: 90px;
}

.offer a, .offer a:hover, .offer a:visited, .offer a:active {
    text-decoration:none;
    color: rgb(72,72,72);
}

.box-title span {
    color: #3b7bcd;
}

.box-info {
    font-size: 18px;
    margin: 15px 0;
    display: block;
}

.box button, .tour-item-info button {
    width: 100%;
    background: #3b7bcd;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    border: none;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    position:absolute;
    left:0;
    bottom:0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.box button:hover, .tour-item-info button {
    background:#1967cb;
}

.offer {
    text-align: center;
}

.offer-with-dates {
    text-align: center;
    padding-bottom: 40px;
}

.offer-title, .inner-content p.offer-title {
    color: #ce3133;
    font-family: "Trebuchet MS";
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 26px;
    overflow: hidden;
    padding: 5px 0;
    text-transform: capitalize;
}
.section-featured-categories .offer-title{
    min-height: 120px;
}
.section-recommendations  .offer-title {
    min-height: 70px;
}

.offer-price {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    min-height: 57px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

.offer-price mark {
    color: #e2001a;
    font-size: 23px;
    display: block;
    line-height: 35px;
}

.packages-items .offer-price, .tours-items .offer-price {
    text-align: center;
}

.page-template-package-categories-php .packages-items .offer-price {
    min-height:80px;
}


/* Banner Ribbon */

.choice {
    position: relative;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.choice p {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 15px;
    right: -15px;
    overflow: visible;
}

.choice p span {
    display: block;
    padding: 20px;
    position: relative;
    /* allows us to position our pseudo-elements properly */

    background: #E2001A;
    overflow: visible;
    height: 38px;
    margin-left: 19px;
    color: #fff;
    text-decoration: none;
    padding-top: 9px;
}

.choice p span:after {
    /* this creates the "folded" part of our ribbon */
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0;
    border-top: 15px solid #A20000;
    border-right: 15px solid transparent;
}

.choice p span::before {
    /* this creates the "forked" part of our ribbon */

    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: -19px;
    border-top: 19px solid #E2001A;
    border-bottom: 19px solid #E2001A;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
}

.choice-best-seller p:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    border-top: 19px solid rgba(0, 0, 0, .3);
    /* These 4 border properties create the first part of our drop-shadow */

    border-bottom: 19px solid rgba(0, 0, 0, .3);
    border-right: 19px solid rgba(0, 0, 0, .3);
    border-left: 19px solid transparent;
}

.choice-best-seller p:after {
    /* This adds the second part of our dropshadow */

    content: "";
    height: 3px;
    background: rgba(0, 0, 0, .3);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 58px;
    right: 3px;
}



/*//  MAIN Content*/
/*Articles*/
.article-container, .thumbnails-container{
    background:#f4f4f2;
}
.article-container.gray, .thumbnails-container.gray {
    background-color: #2d2a22;
    padding: 15px 0;
}

.article-container .arcticles, .thumbnails-container .thumbnails {
    padding: 35px 13px;
}

.article-container .wrapper .footer-columns-container {
    padding-top: 10px;
    padding-bottom: 5px;
    min-height: 300px;
}

.article-container .wrapper .footer-columns-container article {
    min-height: 300px;
}

.article-container .wrapper .footer-columns-container h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
}



.thumbnails-container {
    padding: 35px 0px;
    padding-top: 0px;
}

.single-package_hotel .thumbnails-container {
    padding: 35px 0px;
    padding-top: 35px;
}

.article-container article {
    float: left;
    text-align: center;
    width: 256px;
    margin-right: 24px;
    position: relative;
    min-height: 375px;
}

.bodypromo .article-container article {
    min-height:358px;
}

.thumbnails-container article {
    float: left;
    text-align: center;
    width: 256px;
    margin-right: 24px;
    position: relative;
}

.thumbnails-container h2, .thumbnails-container h1, h1.page-title {
    font-size: 24px;
    color: #3b7bcd;
    font-weight: bold;
    padding: 0px 0px;
}

.article-container article.last-child, .thumbnails-container article.last-child {
    margin-right: 0;
}

.article-container h4 {
    color: #4a4a4a;
    font-size: 24px;
    /*margin-bottom: 42px;*/
    font-weight: normal;
    min-height: 60px;
}

.gray h4 {
    color: #c3c4c0;
    /*878379;*/
}

.article-container p {
    color: #878379;
    text-align: left;
    margin: 20px 0 30px;
}

.article-container .bodypromo p {
    height: 40px;
}

.article-container button {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #69665c;
    font-size: 14px;
    border: none;
    padding: 8px 30px;
    cursor: pointer;
    width: 100%;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.article-container button:hover {
    background: #5f5c53;
}

/* // Articles*/
#body {
    position: relative;
    background: #f4f4f2;
    margin-top: 68px;
}

#footer {
    height: 60px;
    background: #1b1a1a;
}

#footer .copyright {
    color: #fff;
    margin-top: 23px;
    font-size: 12px;
}

#footer ul {
    /*color: #f4f4f2;*/
    /*font-size: 14px;*/
    /*margin-top: 15px;*/
}

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

.article-container .footer-columns-container ul {
    color: #f4f4f2;
    font-size: 14px;
    margin-top: 15px;
    text-align: left;
}

.article-container-OLD .footer-columns-container ul li {
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    margin-left: 3px;
    vertical-align: middle;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.article-container .footer-columns-container ul li {
    margin-left: 10px;
    margin-bottom: 10px;
    list-style-type: none;
}

.article-container .footer-columns-container ul li a {
    color: #fff;
    text-decoration: none;
}

.article-container .footer-columns-container h4 {
    min-height: 16px;
}

.article-container .footer-columns-container ul li:hover {
    opacity: 0.7;
}

.article-container-OLD .footer-columns-container ul li a {
    display: block;
    text-indent: -9999px;
}

#footer ul li {
    /*color: #fff;*/
    /*display: inline-block;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*background-image: url(images/sprite.png);*/
    /*background-repeat: no-repeat;*/
    /*margin-left: 5px;*/
    /*vertical-align: middle;*/
    /*-moz-transition: all 0.5s ease;*/
    /*-o-transition: all 0.5s ease;*/
    /*-webkit-transition: all 0.5s ease;*/
    /*transition: all 0.5s ease;*/
}

#footer ul li:hover {
    /*opacity: 0.7;*/
}

#footer ul li a {
    /*display: block;*/
    /*text-indent: -9999px;*/
}

.facebook {
    background-position: -9px 0;
}

.twitter {
    background-position: -56px 0;
}

.mail {
    background-position: -103px 0;
}

.print {
    background-position: -150px 0;
}

.more {
    background-position: -197px 0;
}
/* CAROUSEL */
.carousel {
    position: relative;
    box-shadow: 0 2px 3px -1px #666;
    max-height: 675px;
    overflow: hidden;
    margin-bottom: -90px;
}

.carousel img{

}

.pager-container {
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 3px;
    right: 26px;
    text-align: right;
    height: 60px;
}

.pager-container span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

.pager-container span.cycle-pager-active {
    color: #3b7bcd;
}

.pager-container > * {
    cursor: pointer;
}

.pager {
    width: 1125px;
    margin: 0 auto;
}

.cycle-slideshow {
    width: 100%;
    position: relative;
}

.cycle-slide {
    width: 100%;
}

.cycle-slideshow img {
    max-height: 575px;
    width: 100%;
    display: block;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    top: 100px;
}

.hero-overlay .wrapper{
    width: 50%;
}



.cycle-slideshow {
    background-color: #000;
}

.carousel-content-container {
    height: 575px;
    max-width: 2048px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    background: center center no-repeat;
    background-size: cover;
    background-position: bottom;
}


/*max-width: 1200px;*/
.image-page-header .carousel-content-container {
    height: 400px;
    max-width: 1200px;
}


.carousel-content-container img{
    max-height: none;
}

.carousel h2, .carousel h1 {
    font-size: 60px;
    text-align: center;
    color: #fff;
    z-index: 100;
    font-weight: normal;
    line-height: 77px;
    letter-spacing: 3px;
    text-shadow: 2px 2px 2px #000, 2px 2px 4px #444;
    font-family: 'Lato', 'Trebuchet MS', Helvetica, sans-serif;
}

.carousel h2 span, .carousel h1 span {
    font-size: 24px;
}

.carousel h2 .price, .carousel h1 .price {
    font-size: 48px;
}

.tabs-container {
    position: absolute;
    z-index: 999;
    width: 50%;
}

.tabs-container .wrapper {
    width:50%;
}

.tabs-container ul {
    width: 422px;
}

.tabs-container ul li {
    list-style: none;
    float: left;
    background: #424037;
    width: 140px;
    border-left: 1px solid #7c7b71;
}

.tabs-container ul li.active {
    background: #7c7b71;
}

.tabs-container ul li:first-child {
    border-left: none;
}

.tabs-container ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    height: 55px;
    text-align: center;
    letter-spacing: 1px;
}

.tabs-sprite {
    width: 40px;
    height: 31px;
    background-image: url(images/tabs-sprite.png);
    background-repeat: no-repeat;
    display: block;
    margin: 5px auto 4px auto;
}

.hotel {
    background-position: 0 0;
}

.car {
    background-position: -80px 0;
}

.air {
    background-position: -40px 0;
}

.tabs {
    width: 420px;
    /*background: #7c7b71;*/
    background: rgba(124, 123, 113, 0.7);
    color: #fff;
    padding: 27px 48px 17px 33px;
    display:none;
    box-shadow: 0px 0px 25px rgba(15, 15, 15, 0.5);
}

#tabHotel {
    padding-left: 10px;
}

.tabs.active {
    display:block;
}

#tabCar {
    min-height: 430px;
}

#tabCar .ct-ui-base .ct-ui-s label.ct-ui-s-label {
    color:#fff;
    text-shadow: none;
}


.tabs-content-container .powered-by {
    font-weight: bold;
    text-align:right;
    font-size: 14px;
}

.num {
    width: 22px;
    line-height: 22px;
    color: #fff;
    margin-right: 28px;
    text-align: center;
    background: #424037;
}

.fields {
    margin-left: 46px;
    margin-bottom: 31px;
}

.field-title {
    font-size: 20px;
    line-height: 20px;
}

.text-field, .date-field, .num-field {
    border: none;
    border-left: 1px solid #8b8b82;
    color: #484848;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 100%;
    padding-left: 6px;
    box-sizing: border-box;
    margin: 10px 0;
    vertical-align: middle;
}

.label {
    font-size: 14px;
    line-height: 50px;
}

.date-field {
    width: 185px;
    background: #fff url(images/calendar-icon.png) no-repeat center right;
    padding-right: 8px;
}

.num-field {
    width: 70px;
    text-align: center;
    margin: 0;
    padding-left: 0;
}

.grey-button, .blue-button {
    font-size: 16px;
    border: none;
    min-width: 136px;
    line-height: 38px;
    color: #FFF;
    cursor: pointer;
}

.grey-button {
    background: #4a4a4a;
    min-width: 142px;
}

.grey-button:hover {
    background: #3c3b3b;
}

.blue-button {
    background: #3b7bcd;
    margin-left: 44px;
}

.blue-button:hover {
    background: #346cb4;
}


img.alignright {
    display: inline;
    margin: 0 0 10px 10px;
    padding: 4px;
}

.alignright {
    float: right;
}

.wp-caption.alignright {
    margin-left: 10px;
}

img.alignleft {
    display: inline;
    margin: 0 10px 10px 0;
    padding: 4px;
}

.alignleft {
    float: left;
}


.inner-content .wp-caption-text {
    text-align: center;
    font-size: 12px !important;
    color: #999999;
}


/****************************************************** Packages **********************************************************/
.inner-wrapper {
    max-width: 1120px;
    margin: 25px auto;
}

.tabs-nav {
    text-align: left;
}

.tabs-nav li {
    display: inline-block;
}

.tabs-nav a {
    text-decoration: none;
    background: #7c7b71;
    color: #fff;
    font-size: 20px;
    padding: 0 30px;
    display: inline-block;
    line-height: 47px;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.tabs-nav a:hover {
    background: #67665C;
}

.tabs-nav a.active {
    background: #3b7bcd;
}

.tabs-nav .booking-link, .tabs-nav .booking-link-quote {
    margin-left: 0;
    width: auto;
    float: right;
}

.tabs-nav li.request-price {
    float: right;
}

.tabs-nav li.request-price a{
    padding: 0 22px;
}

.booking-link-mobile, .tabs-nav li.booking-link-mobile  {display:none}

.tabs-nav .booking-link a, .tabs-nav .booking-link-mobile a, .tabs-nav .booking-link-quote a, .tabs-nav .request-price a{
    background-color: #FECC67;
    color: #900;
    font-weight: bold;
}

.inner-content {
    background: #fff;
    border: 1px solid #ccc;
    padding: 0px;
    overflow: hidden;
}

.inner-content.details {
    padding: 10px 40px;
}

.inner-content article {
    padding: 30px 20px;
}

inner-content.package {
    background: 0 0;
    border: none;
    padding-top: 0;
}

.inner-content h2, .single-about_us .inner-content h1.page-title {
    color: #3b7bcd;
    font-size: 32px;
    font-weight: normal;
    margin: 10px 0 30px;
}

.inner-content p, .details h1, .details, .single-about_page .inner-content li, ul.p li, article.information-content li {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.4;
}

.single-about_page .inner-content ul, ul.p, article.information-content ul{
    margin-left: 20px;
}

ul.p li, article.information-content li {
    line-height: 1;
}

.inner-content dl {
    margin: 30px 0;
}

.inner-content dl dt, .details h2 {
    font-size: 24px;
    color: #3b7bcd;
    font-weight: bold;
    margin: 20px 0 0;
}


.inner-content dl dt, .details h3 {
    color: #900;
}


.scrollToTop{

    padding:15px;
    text-align:center;
    font-size:1.09em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    position:fixed;
    top:75px;
    right:40px;
    display:none;
    background-image:  url("images/up-arrow.png");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position-y: center;
    padding-left: 25px;
}
.scrollToTop:hover{
    text-decoration:none;
}

.inner-content.package{
    background:transparent;
    border:none;
    padding:0px;
}

body.single-package .tabs-nav.sticky {
    position: fixed;
    top: 75px;
    background:#fff;
    z-index:300;
}

body.single-package .tabs-nav.sticky .booking-link{
    margin-left:10px;
}


.inner-wrapper.related-items .box-title{
    margin-bottom:25px;
}
.inner-wrapper.related-items .inner-content{
    border:none;
    margin-bottom:70px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
}

.inner-content article {
    padding: 30px 20px;
}

.inner-content h2, .single-about_us .inner-content h1.page-title {
    color: #3b7bcd;
    font-size: 32px;
    font-weight: normal;
    margin: 10px 0 30px;
}

.inner-content p, .details h1, .details, .single-about_page .inner-content li, ul.p li, article.information-content li {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.4;
}

.single-about_page .inner-content ul, ul.p, article.information-content ul{
    margin-left: 20px;
}

ul.p li, article.information-content li {
    line-height: 1;
}

.inner-content dl {
    margin: 30px 0;
}

.inner-content dl dt, .details h2 {
    font-size: 24px;
    color: #3b7bcd;
    font-weight: bold;
    margin: 20px 0 0;
}


.inner-content dl dt, .details h3 {
    color: #900;
}
/*
.inner-content.details article {
    display:none;
} */

.page-template-about-us .inner-content.details article, .page-template-lead-about .inner-content.details article, .single-about_page .inner-content.details article {
    display:block;
}



.inner-content.details article {
    display:block;
    margin-left: 70px;
    margin-right: 70px;
}


.inner-content.details .section-title{
    font-size: 30px;
    color: #000;
    margin-bottom:20px;
    margin-top: 40px;
}

.inner-content.package{
    background:transparent;
    border:none;
    padding-top:0px;
}
.inner-content.package h3{
    margin-bottom:.25em;
}
.inner-content.package article{
    background:#fff;
    margin: 0px;
    padding: 70px;
    padding-top: 1px;
    margin-bottom: 70px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.15);
    overflow:hidden;

}

.inner-content a {
    color: #3b7bcd;
    text-decoration: none;
}

.abr span {
    display: block;
}
.carousel-over {
    position:absolute;
    left:50%;
    top:0;
    max-width:1120px;
    margin:0 0 0 -560px;
}
.section-info, .section-info-mobile {
    background:rgba(124, 123, 113, 0.8);;
    padding:30px;
    color:#fff;
}
.section-info {
    position: absolute;
    width:400px;
    left:0;
    top:0;
}


.level-3 .section-info-mobile {
    display: block;
    color: #484848;
    background: none;
    margin: 25px auto;
    max-width: 1120px;
    padding: 0;
}
.section-info-mobile {
    display: none;
}
.section-info h2, .section-info-mobile h2, .section-info h1, .section-info-mobile h1 {
    font-size:30px;
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    text-shadow: 0px 0px 0px #000000;
    letter-spacing:0;
}

.carousel-over  .section-info h1, .section-info-mobile h1 {
    font-size: 25px;
}

.section-info p, .section-info-mobile p {
    font-size:16px;
    margin:10px 0;
}
.packages-items, .tours-items, .hotels-items, .cars-items {
    padding-top: 15px;
}

.pagination {
    text-align:right;
    padding:10px 0;
}
.pagination ul {
    list-style:none;
}
.pagination li {
    display:inline-block;
    padding:2px;
}
.pagination a {
    font-size:18px;
    color:#484848;
    text-decoration:none;
    padding:5px 10px;
    border-radius:25px;
}
.pagination a.prev, .pagination a.next {
    background:url(images/arrow.png) no-repeat;
    display:inline-block;
    width:9px;
    height:14px;
    padding:5px 0;

}
.pagination a.next {
    background-position:-9px 0;
}
.pagination a:hover {
    color:#3597d3;
}
.pagination a.active {
    background:#3597d3;
    color:#fff;
}
.pagination a.active:hover {
    color:#fff;
}
.departure-from {
    margin:10px 0;
    background:#dfe2e6;
    padding:10px;
}
.departure-from span, .available-dates span {
    display:block;
}
.departure-from .text, .available-dates .text {
    font-size:16px;
    color:#484848;
    margin:0 0 10px;
}
.departure-from .value {
    font-size:20px;
    color:#000;
}
.available-dates {
    margin:10px 0 15px;
    height: 90px;
    overflow: hidden;
}
.available-dates .text {
    padding:10px 0 0;
}

.tours-items .available-dates {
    height:80px;
}

.offer-box .box {
    margin-bottom:0;
    min-height: 390px;
}
.available-dates .value, .available-dates .value p {
    color:#000;
    font-size:16px;
}


.packages-items .box, .tours-items .box, .hotels-items .box, .cars-items .box {
    padding:0 0 40px;
    background-color: #f3f3f3;
}
.packages-items h3, .tours-items h3, .hotels-items h3, .cars-items h3,
.packages-items h2, .tours-items h2, .hotels-items h2, .cars-items h2{
    font-size:22px;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 5px;
    text-transform: capitalize;
    font-weight:normal;
    height: 94px;
    font-family: "Trebuchet MS";
    min-height: 120px;
}

.hotel-promos h3 {
    font-size: 24px;
    font-weight: normal;
    color: #139A68;
    margin: 5px;
}


.single-package article.features ul, .single-package article.itinerary ul, .single-package article.rates ul, .single-package article.information ul, ul.p {
    margin-left: 20px;
}



.page-template-package-categories-php .packages-items h3 {
    xx-height: 72px;
}

.package-hotels {
    margin-top: 20px;
    clear:both;
}

.package-hotels-images {
    clear:both;
    margin-bottom: 20px;
}

.inner-content.details article.lodging.active {
    display:block;
    margin-left: 0px;
    margin-right: 0px;
}

.package-hotel {
    clear:both;
    min-height: 195px;
    margin-bottom: 20px;
    background-color: #DDCCAA;
    padding: 10px 20px;
}

.single-package_hotel .package-hotel {
    background: none;
}

.package-hotel h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.package-hotel-thumb {
    float: left;
}


.package-hotel .attachment-promo-thumb {
    margin-right: 20px;
}

.package-hotel p {
    margin-top: -6px;
}

.package-hotel ul {
    margin-left: 15px;
    font-size: 14px;
    margin-top: 10px;
}


.package-hotel .hotel-detail-image {
    width:100%;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.package-hotel .hotel-detail-image img {
    width: 100%;
    height: 100%;
}

.city-location {
    color:#972D28;
}

article.hotel-listing {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    clear:both;
    border-top: 1px solid #999;
    padding-top: 10px;
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

article.hotel-listing:first-of-type {
    border-top: none;
}

.hotel-listing .hotel-list-thumb img {
    display: block;
    max-width:150px;
    width: auto;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.hotel-listing h1 {
    font-size: 14px;
}

.hotel-listing .hotel-location {
    font-size: 12px;
    margin-bottom: 10px;
}


.hotel-listing .hotel-excerpt {
    font-size: 12px;
    margin-bottom: 10px;
}

.hotel-listing .hotel-link {
    float: right;
    font-weight: bold;
}


/* package Rates */
.package-rates-container {
    text-align:center;
    width:100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rates-footer {margin-top: 20px;}

table.package-rates, .rates-footer table {
    border-collapse: collapse;
    margin: 0 auto;
}
table.package-rates th, .rates-footer table th {
    background-color: #2d2a22;
    border: 1px solid #67665c;
    color: #fff;
    font-size: 11px;
    padding: 5px;
}
table.package-rates td, .rates-footer table td {
    background-color: #F4F4F2;
    border: 1px solid #67665c;
    font-size: 11px;
    padding: 5px;
    text-align:center;
}

.nav-level-3.section-info {
    padding: 0;
}
.nav-level-3 h2 {
    background: #434037;
    color: #fff;
    padding: 24px 25px;
    font-size: 25px;
}
.nav-level-3 ul {
    list-style-image: url(images/nav-level-3-arrow.png);
    list-style-position: inside;
    padding: 15px 40px;
}
.nav-level-3 li {
    padding: 6px 0;
}
.nav-level-3 a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding-left: 20px;
}
.breadcrumb li {
    float: left;
    list-style-type: none;
}
.breadcrumb li:before {
    content: "»";
    padding: 0 10px 0 0;
    font-size: 22px;
    vertical-align: -2px;
}
.breadcrumb li:first-child:before {
    content: "";
    padding: 0;
}
.breadcrumb a {
    color: #434037;
    font-size: 16px;
    text-decoration: none;
    padding: 0 10px 0 0;
}
.breadcrumb li:last-child a {
    color: #3597d3;
}
aside {
    float: left;
    width: 300px;
    margin: 0 20px 0 0;
}

button.booknow {
    float: left;
}

aside h1 {
    font-size: 22px;
    margin: 10px 0 30px;
    color: #3b7bcd;
}
aside nav {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    padding: 20px;
}
aside nav a {
    font-size: 18px;
    text-decoration: none;
    color: #7c7b71;
}
aside nav a.active, .menu-level-3 li.active-nav a {
    color: #3b7bcd;
}
aside nav h2 {
    font-size: 20px;
    font-weight: bold;
    color: #555;
    padding: 10px 0;
}
.menu-level-3 li {
    list-style-type: none;
    padding: 8px;
}
.menu-level-4 {
    margin: 8px;
}

.menu-level-4 li, li.secondary-nav {
    font-size: 16px;
    list-style-type: circle;
    list-style-position: inside;
    padding: 5px 10px;
}

li.secondary-nav {
    margin-left:16px;

}

.single-pt_page article h3, .single-about_page .inner-content h3, .page-template-information .inner-content h3{
    color: #900;
    font-size: 16px;
}

.single-pt_page article h2{
    font-size: 24px;
}

.menu-category {
    margin: 0 0 0 6px;
}


/* RANKINGS */
.star1, .star2, .star3, .star4, .star5 { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABQCAMAAACj8+IRAAAA1VBMVEUAAAD/4FXPz8//8JytegDj4+POmwD/1SugoKDJycn/0Rr/2j+pqanDw8OsrKzruAjUu3+/v7/kyn/r0n/b1cPu4L+oqKe0tLW3t7fj3Mbz7d+1ggC5hgC9igHBjgHGkwDKlwDSnwDDnEDWowDYpQDdqgDaqQ7ruhLZv3/txS//ywHuyUDnyFj/zgrvzlDqz2nx1GHu1W7q3b/w4r6fn5+jo6OkpKSmpqatra6xsbC7u7vCva+9vsDFxcXS0tLg2cbl3sjw697y7N7/5mv96ILW1tbb29sLMWt8AAAAAXRSTlMAQObYZgAAAkNJREFUeNqt1Odug0AQRtGFhQScBAe3YKc6zU7vvdf3f6QA3lg2O1Ims9/8wKurESAjHaVGs7OjqnN7C0rNs7NmZeX1+fkVk7a13q7sJGGYQFLzROuT6Vfv+mHodxGpr7X2+tXnh37imBoz+Rxqz/MOi1OjePZ8PnHo+35cnLrytKGL8cx8buQ7nbAY38x3R54a66feeE7Xizd/6fgT03lxSBdrxx/m3sdrF+Vf1buJv8xGfNNzSu3Vg9G9D1bb5qP0rp9GK0/XPce0sjdXzt7K+JNfpXE56ZVjai/Pmln+ffP3aMFM9O6Whru1Wm0wyC+7Q7PTuntM0yzLL3cttxTUj+rB5mb5Y3aipful6OGh/HFLwf5WcK7UebC1P755lkRvSr1FSRa5pcVgUU0fVOuyVTnIE+05jHjCcxzxhOcw4gnPccQTnkOIJzzHEU94jiOe8BxIPOE5kHjCcyDxhOcw4gnPccQTnpPEp+ljluWXCbz/ToTnOOIJz3HEE54jiWd7LiOe57mQeJ7nMuJ5nguJ53n+f+J5nguJ53kuJJ7nuZR4nudS4nmeS4nneS4jnue5kHie50LieZ4Lied5LiSe57mYeBfPGcSLPecQL/acQbzYcw7xYs//IF7sOYd4secc4sWes4gXe84iXuw5i3ix5wzixZ5ziBd7ziFe7DmHeLHnHOLFnvOIB3teTUjPrYT0vJqQnlsJ6flkQnpuJaTnVkJ6biek53ZCem4npOfVhPTcSkjPrYT03EpIz62E9Hw6/QB9niCPpTmraAAAAABJRU5ErkJggg==); background-color: transparent; background-repeat: no-repeat; }

.star1 { width: 92px; height: 16px; background-position: -0px -0px;}
.star2 { width: 92px; height: 16px; background-position: -0px -16px;}
.star3 { width: 92px; height: 16px; background-position: -0px -32px;}
.star4 { width: 92px; height: 16px; background-position: -0px -48px;}
.star5 { width: 92px; height: 16px; background-position: -0px -64px;}

.rating-title {float:right}

/* IMAGES */
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/* BLOG POSTS */
.page-template-blog-posts .inner-content,
.category .inner-content{
    border: none;
    background-color: #f4f4f2;
}

.page-template-blog-posts aside h2, .single-blog-post aside h2 {
    color: #139A68;
}

.blog-post {
    clear: both;
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.clear {
    clear: both;
}


.blog-post  h2 {
    color: #3b7bcd;
    font-size: 30px;
    font-weight: normal;
    margin: 10px 0 0px;
}

.blog-post .article-date {
    color: #999;
    font-size: 1.3em;
    margin-bottom: 20px;
}

.blog-post .readmore {
    text-align: right;
}

.blog-post .blog-thumb {
    float: left;
    margin-right: 20px;
}

.single-blog-post, .blog-posts {
    margin-top: 0px;
    padding-top: 0px;
}


.single-blog-post h1 {
    margin-bottom: 15px;
    font-size: 28px;
    color: #3B7BCD;
    font-weight: bold;
}



.navlinks .previous {
    float: left;
    font-size: 16px;
}

.navlinks .next {
    float: right;
    font-size: 16px;
}


/* DIALOG */
.ui-dialog .ui-dialog-title {
    text-align: center;
    width: 100%;
}


.ui-dialog { z-index: 1001 !important ;}
.ui-front { z-index: 1001 !important; }

/* INBOUND FORMS */
#inbound-form-wrapper {
    padding: 10px;
    background-color: rgb(246, 246, 246);
}

#inbound-form-wrapper label.inbound-label.inbound-label-inline  {
    min-width: 100px;
}

#inbound-form-wrapper label.inbound-input-textarea {
    float:left;
    clear:both;
}


#inbound-form-wrapper .label-inbound-label-inline input.inbound-input, #inbound-form-wrapper .label-inbound-label-inline select {
    width: 400px;
}

#inbound-form-wrapper .label-inbound-label-inline textarea {
    width: 400px;
}

.inbound-label {
    font-size: 15px !important;
}

.inbound-input, #inbound-form-wrapper input {
    border: 1px solid #DDD;
    background: none repeat scroll 0% 0% #FFF;
    padding: 5px 10px;
    transition: border 0.3s ease-in-out 0s, box-shadow 0.3s ease-in-out 0s;
    width: 250px;
}

#crmWebToEntityForm td.input {
    padding-top: 15px;
}

#crmWebToEntityForm input {
    width: 100%;
}

#crmWebToEntityForm input {
    width: 100%;
}
#crmWebToEntityForm input[type=checkbox] {
    width: auto;
}

/* CAPTHCA AND SUBMIT */
#human-send {
    width: 100%;
}

#human {
    margin-bottom: 20px;
}

#human > div {
    margin-left: auto;
    margin-right: auto;
}

#human > div > div {
    text-align:center;
    margin: auto;
}

.human-button {
    width:100%;
    text-align:center;

}

.human-button button {
    background:#e9e9e9; border: 5px solid #e9e9e9; border-radius: 3px; color:#004080;
}


/* FILTERS */

.tour-filters, .fun-filters {
    background-color: #242424;
    padding: 10px;
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom:20px;
}

.tour-filters h3, .fun-filters h3 {
    color: #fff;
    float: left;
    font-family: "Trebuchet MS";
    font-size: 24px;
    margin-right: 30px;
    margin-top: -4px;
}

.tour-filters .filter, .fun-filters .filter {

}
.tour-filters .filter-title, .fun-filters .filter-title {
    font-weight:bold;
    padding-right:5px;
    font-size: 14px;
}

.tour-filters .filter-category, .fun-filters .filter-category {
    color:#FECC67;
}

.tour-filters .filter-locations, .fun-filters .filter-locations{
    padding-left: 20px;
    color:#CE3133
}

p.no-results {
    color: #ce3133;
    text-align: center;
}

.filter-message {
    text-align:center;
    color: #CE3133;
    margin-top: 10px;
}

.filter-message h3 {
    font-size: 24px;
}



/* Detail Header */
.single-header {
    clear:both;
}

.detail-header h2, .detail-header h1, h1.page-title {
    margin-top: 10px;
    font-size: 32px;
    float: left;
    margin-bottom: 10px;
}

h1.page-title {
    margin-right: 20px;
}

.inner-content h1.page-title {
    float:none;
}

.detail-header h3, .from-price-quote {
    font-size: 16px;
    color: #CE3133;
    margin-top: 16px;
    float:right;
    margin-bottom: 10px;
}
.from-price-quote {
    font-size: 18px;
    margin-top: -36px;
    font-weight: bold;
}

.booking-link-container {
    margin-top: 0px;
    margin-bottom: 0px;
}


.booking-link, .booking-link-quote {
    margin-left: 0;
    width: 350px;
}


.booking-link a, .booking-link-quote a {
    text-decoration: none;
    color: #fff;
}

.article-booking-link {
    width: 100%;
    text-align:center;
}

.article-booking-link .booking-link, .article-booking-link .request-price, .article-booking-link .booking-link-mobile, .article-booking-link .next-year-prices, .article-booking-link .booking-link-quote {
    margin: 0 auto;
    background-color: #FECC67;
    color: #900;
    font-weight: bold;
    font-size: 16px;
    border: none;
    min-width: 136px;
    line-height: 38px;
    cursor: pointer;
    max-width: 100%;
}

.article-booking-link .booking-link a, .article-booking-link .request-price a, .article-booking-link .booking-link-mobile a, .article-booking-link .next-year-prices a, .article-booking-link .booking-link-quote a {
    color: #900;
}


#confirm-reservation {
    margin-top: 20px;
}


.single-tour .isFlight {
    display: none;
}


/* Similar Packages */
.similar-packages {
    text-align:center;
    padding-bottom: 10px;
    background-color: #fff;
}
.similar-packages h3{
    color: #900;
}
.similar-packages ul {
    list-style: none;
}
.similar-packages a {
    font-weight: bold;
}
.similar-packages a:hover {
    color: #3B7BCD;
}




/* Lead Forms */
.inbound-now-form #inbound_form_submit {
    /*display:none;*/
}


.addthis_vertical_follow_toolbox {
    margin-top: 0px;
}

.addthis_follow_label {
    color: #fff;
    text-decoration: none !important;
    font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: 14px;
    text-align: left;
}

.at-follow-tbx-element .addthis_vertical_style a.at300b, .at-follow-tbx-element .addthis_vertical_style a.at300m {
    text-decoration: none;
}


.page-template-reviews .inner-content h1 {
    color: #3b7bcd;
    font-size: 48px;
    font-weight: normal;
    margin: 10px 20px 30px;
}

.page-template-reviews .inner-content .page-summary {
    margin-left: 20px;
}

.page-template-reviews .inner-content .review .review-header{
    height:124px;
}


.page-template-reviews .inner-content .review h2 {
    color: #3b7bcd;
    font-size: 24px;
    font-weight: normal;
    margin: 40px 0 2px;
    display: inline-block;
}
.page-template-reviews .inner-content .review .review-text{
    display:block;
    clear:both;
    margin-top:40px;
}

.inner-content article.review {
    background-color: #FFF;
    margin: 10px 20px 20px 20px;
    padding-top: 15px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
}

.inner-content article.review .review-thumb img {
    display: block;
    max-width: 200px;
    width: 124px;
    height: 124px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top:12px;
    object-fit: cover;
    border-radius: 80px;
}

.review-rating i{
    font-size:1.5em;
    color:#E1E5ED;

}

.CToWUd {
        width: 1em;
}
.review-rating i.checked {
    color:#EEAA00;

}

.page-template-reviews .inner-content .review .review-name {
    font-size: 12px;

    margin:.5em 0;
}
.page-template-reviews .inner-content .review .review-name .bold {
    font-weight:bold;
}
.page-template-reviews .inner-content .review .review-address {
    font-size: 12px;
}

.page-template-reviews .inner-content .review .related .related-title {
    margin-top: 10px;
    font-size: 15px;
}

.page-template-reviews .inner-content .review .related ul {
    list-style: none;
    white-space: nowrap;
}
.page-template-reviews .inner-content .review .related ul li {
    font-size: 15px;
}


.owl-item {
    margin-right: 3px;
}

.package-pics {
    clear:both;
}

.package-summary-form, .package-summary-information {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

#package-request-info h3 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.form-list {
    list-style: none;
    width: 90%;
    margin: auto;
}
.form-list li {
    margin-bottom: 10px;
}
.form-list label {
    font-size: 14px;
    line-height: 18px;
}
.form-list label.form-text {
    width: 100%;
}
.form-list input.form-text {
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding-left: 5px;
}
.form-list select  {
    width: 100%;

    height: 30px;
}
.form-list textarea {
    width: 100%;
    height: 80px;
}
li.form-button button{
    text-align:center;
    text-decoration: none;
    background-color: #139A68;
    font-size: 14px;
    padding: 15px;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #139A68;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    display: block;
}

.package-summary-information h2 {
    margin-top: 10px;
}

.package-summary-information ul {
    margin-left: 20px;
}

.package-summary-form .congratulations {
    font-size: 14px;
}

.package-summary-form .congratulations h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.package-summary-form .congratulations p{
    margin-bottom: 20px;
}

/* Shareaholic */
.shareaholic {
}

.shareaholic .bodypromo {
    background-color: #333;
    margin-top: 30px;
    min-height: 230px;
    border: 1px solid #fff;
}

.information-content {
    min-height: 500px;
}

.shareaholic-canvas {
    margin-left: 26px;
}

.shareaholic-image {
    max-height: 100px;
}
.shareaholic h2 {
    color: #fff;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 10px !important;
    font-size: 30px !important;
    margin-bottom: 10px !important;
}


.shareaholic-recommendations-header {
    display: none;
}
.recommendation-article-title {
    font-size: 16px;
    text-align:center !important;
}
.article-container .recommendation-article-title {
    color: #fff;
}

.information-content .shareaholic-recommendations .shareaholic-recommendation:nth-child(odd) .recommendation-article-link {

}
.information-content .shareaholic-recommendations .shareaholic-recommendation .recommendation-article-link:hover {
    background-color: #3b7bcd !important;
    color: #fff !important;
}

/* User */
.um-dropdown-b {
    background-color: #3B7BCD;
}

.um-dropdown-b  a {
    color: #eee !important;
}



/* Favorites / Wish List */
.offer-image-box {
    position: relative;
}

.box.offer .simplefavorite-button,
.tour-item-info .simplefavorite-button {
    height: 34px;
    bottom: 3px;
    background:none;
    text-align: right;
}

.tour-item-info .simplefavorite-button {
    bottom: 110px;
    z-index: 10;
}

.box.offer .simplefavorite-button div.favorite-icon,
.tour-item-info .simplefavorite-button div.favorite-icon {
    width: 28px;
    height: 28px;
    float: right;
    opacity: .8;
    padding-top: 4px;
    background-image: url(/wp-content/themes/portugal/images/favorite.png)
}

.box.offer:hover .simplefavorite-button div.favorite-icon,
.tour-item-info:hover .simplefavorite-button div.favorite-icon {
    background-image: url(/wp-content/themes/portugal/images/favorited.png)
}

.box.offer a:hover + .simplefavorite-button div.favorite-icon,
.box.offer div:hover + .simplefavorite-button div.favorite-icon,
.tour-item-info a:hover + .simplefavorite-button div.favorite-icon,
.tour-item-info div:hover + .simplefavorite-button div.favorite-icon {
    background-image: url(/wp-content/themes/portugal/images/favorite.png);
}

.box.offer .simplefavorite-button div.favorited-icon,
.tour-item-info .simplefavorite-button div.favorited-icon {
    width: 28px;
    height: 28px;
    float: right;
    opacity: .8;
    padding-top: 4px;
    background-image: url(/wp-content/themes/portugal/images/favorited.png)
}



.box.offer .simplefavorite-button .favorite-text,
.box.offer .simplefavorite-button .favorited-text,
.tour-item-info .simplefavorite-button .favorite-text,
.tour-item-info .simplefavorite-button .favorited-text{
    font-size: 16px;
    padding-right: 16px;
    padding-top: 2px;
    position: absolute;
    right: 32px;
    top: -3px;
    display: none;
}

.box.offer:hover .simplefavorite-button,
.tour-item-info:hover .simplefavorite-button {
    background: rgba(25, 103, 203, 0.85);
}

.box.offer a:hover + .simplefavorite-button,
.box.offer div:hover + .simplefavorite-button {
    background: rgba(25, 103, 203, 0.55);
}

.box.offer:hover .simplefavorite-button .favorite-text,
.box.offer:hover .simplefavorite-button .favorited-text,
.tour-item-info:hover .simplefavorite-button .favorite-text,
.tour-item-info:hover .simplefavorite-button .favorited-text{
    display: inline;
}


.box.offer a:hover + .simplefavorite-button .favorite-text,
.box.offer a:hover + .simplefavorite-button .favorited-text,
.box.offer div:hover + .simplefavorite-button .favorite-text,
.box.offer div:hover + .simplefavorite-button .favorited-text,
.tour-item-info a:hover + .simplefavorite-button .favorite-text,
.tour-item-info a:hover + .simplefavorite-button .favorited-text,
.tour-item-info div:hover + .simplefavorite-button .favorite-text,
.tour-item-info div:hover + .simplefavorite-button .favorited-text{
    display:none;
}

.simplefavorite-button.active {
    opacity: 1;
}

.hotel-listing .favorite-hotel {
    position: absolute;
    bottom: 0;
    left: 168px;
}

.hotel-listing .favorite-hotel .simplefavorite-button {
    background:none;
    border: none;
    cursor: pointer;
}

.hotel-listing .favorite-hotel .simplefavorite-button .favorite-text,
.hotel-listing .favorite-hotel .simplefavorite-button .favorited-text {
    display: none;
    float: right;
    color: #000;
    font-weight: bold;
    padding-top: 5px;
}

.hotel-listing:hover .simplefavorite-button .favorite-text,
.hotel-listing:hover .simplefavorite-button .favorited-text{
    display: block;
}

.hotel-listing .favorite-hotel .simplefavorite-button div.favorite-icon{
    width: 28px;
    height: 28px;
    float: right;
    opacity: .8;
    padding-top: 4px;
    background-image: url(/wp-content/themes/portugal/images/favorite.png);
    margin-right: 12px;
}


.hotel-listing:hover .favorite-hotel .simplefavorite-button div.favorite-icon {
    background-image: url(/wp-content/themes/portugal/images/favorited.png);
}

.hotel-listing .favorite-hotel .simplefavorite-button div.favorited-icon {
    width: 28px;
    height: 28px;
    float: right;
    opacity: .8;
    padding-top: 4px;
    background-image: url(/wp-content/themes/portugal/images/favorited.png);
    margin-right: 12px;
}

.package-hotel-page .favorite-hotel {
    position: absolute;
    right: 0;
    width: 100%;
}

.package-hotel-page .favorite-hotel .simplefavorite-button {
    background:none;
    border: none;
    cursor: pointer;
    color: #fff;
    height: 34px;
    width: 100%;
    font-size: 16px;
    text-align:right;
}


.package-hotel-page .favorite-hotel .simplefavorite-button div.favorite-icon{
    width: 28px;
    height: 28px;
    float: right;
    opacity: .8;
    padding-top: 4px;
    background-image: url(/wp-content/themes/portugal/images/favorite.png)
}

.package-hotel-page .hotel-detail-image:hover .favorite-hotel .simplefavorite-button div.favorite-icon {
    background-image: url(/wp-content/themes/portugal/images/favorited.png)
}

.package-hotel-page .favorite-hotel .simplefavorite-button div.favorited-icon {
    width: 28px;
    height: 28px;
    float: right;
    opacity: .8;
    padding-top: 4px;
    background-image: url(/wp-content/themes/portugal/images/favorited.png)
}



.package-hotel-page .favorite-hotel .simplefavorite-button .favorite-text,
.package-hotel-page .favorite-hotel .simplefavorite-button .favorited-text{
    font-size: 16px;
    padding-right: 16px;
    padding-top: 2px;
    position: absolute;
    right: 32px;
    top: 6px;
    display: none;
}

.package-hotel-page .hotel-detail-image:hover .favorite-hotel .simplefavorite-button {
    background: rgba(25, 103, 203, 0.85);
}

.package-hotel-page .hotel-detail-image:hover .favorite-hotel .simplefavorite-button .favorite-text,
.package-hotel-page .hotel-detail-image:hover .favorite-hotel .simplefavorite-button .favorited-text{
    display: inline;
}

.wrapper .item-favorite {
    z-index: 100;
    position: absolute;
    top: 56px;
    width: 100%;
}

.wrapper .item-favorite .simplefavorite-button {
    background:none;
    border: none;
    cursor: pointer;
    color: #fff;
    height: 34px;
    width: 100%;
    font-size: 16px;
    text-align:right;
}

.wrapper .item-favorite .simplefavorite-button div.favorite-icon{
    width: 28px;
    height: 28px;
    float: right;
    opacity: .8;
    padding-top: 4px;
    background-image: url(/wp-content/themes/portugal/images/favorite.png)
}

.wrapper:hover .item-favorite .simplefavorite-button div.favorite-icon {
    background-image: url(/wp-content/themes/portugal/images/favorited.png)
}

.wrapper .item-favorite .simplefavorite-button div.favorited-icon {
    width: 28px;
    height: 28px;
    float: right;
    opacity: .8;
    padding-top: 4px;
    background-image: url(/wp-content/themes/portugal/images/favorited.png)
}


.wrapper .item-favorite .simplefavorite-button .favorite-text,
.wrapper .item-favorite .simplefavorite-button .favorited-text{
    font-size: 16px;
    padding-right: 16px;
    padding-top: 2px;
    position: absolute;
    right: 32px;
    top: 6px;
    display: none;
}

.wrapper:hover .item-favorite .simplefavorite-button {
    background: rgba(25, 103, 203, 0.85);
}

.wrapper:hover .item-favorite .simplefavorite-button .favorite-text,
.wrapper:hover .item-favorite .simplefavorite-button .favorited-text{
    display: inline;
}

.inner-wrapper .favorites-list h2 {
    text-align: left;
}

.favorites-list-group {
    border: 1px solid #333;
    background-color: #eee;
}

.favorites-list .tabs-nav a {
    color: #fff;
}

.favorites-list-group .box {
    border: 1px solid #333;
    width: 28%;
}

.favorites-list-group .no-favorites {
    font-size: 24px;
    font-weight: bold;
}

.inner-content.details article.favorites-list-group.active {
    margin: 0px;
    /* margin-top: 20px; */
}


.inner-content.details .favorites-list-group article.hotel-listing {
    display:block;
}

.favorites-list .section-menu li {
    position: relative;
}

.favorites-list .hotel-listing{
    width: 100%;
}

.favorite-count {
    background-color: #FECC67;
    height: 35px;
    width: 35px;
    float: left;
    position: absolute;
    right: -4px;
    top: -18px;
    border-radius: 25px;
    text-align: center;
    padding-top: 8px;
    font-weight: bold;
}
/* 1.1 section styles */
.section-featured-categories {
    padding-bottom: 80px;
}

.section-featured .offer-box {
    background:none;
    border: none;
    padding: 0;
}

.section-featured .offer-box .box {
    background-color: #fff;
    margin-right: 2%;
    box-shadow:0 2px 6px -1px #666;
    border: 1px solid #fff;
}

.section-featured .offer-box .featured-item-1 {
    margin-left: 0;
}

.section-featured .offer-box .featured-item-2 {
}

.section-featured .offer-box .featured-item-3 {
    margin-right: 1%;
}

.section-featured .offer-box .featured-item-4 {
    margin-right: 0;
}

.section-recommendations h2{
    padding-top: 30px;
    color: #139A68;
    font-size: 30px;
    text-align: left;
}

.section-recommendations .copy-text {
    margin: 10px 0;
    color: #333;
    font-size: 18px;
    text-align: left;
}




.section-copy {
    box-shadow:0 2px 6px -1px #666;
    background-color: #333;
}

.section-copy h2 {
    padding-top: 30px;
    color: #ccc;
    font-size: 30px;
    text-align: center;
}

.section-copy .intro-copy {
    padding-top: 30px;
    color: #ccc;
    font-size: 24px;
    text-align: center;
}

.section-copy.format-1 {
    position: relative;
    margin-top: 20px;
    background-image: url(/wp-content/themes/portugal/images/format-1.jpg);
    min-height: 425px;
}

.section-copy.format-1 .wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.section-copy.format-2 {
    margin-top: 80px;
    background-size: cover;
    background-image: url(/wp-content/themes/portugal/images/format-2.jpg);
    min-height: 500px;
}

.section-copy.format-2 h2 {
    padding-top: 100px;
    color: #fff;
    text-align: right;
    text-shadow: 2px 2px 2px #000, 2px 2px 4px #444;
}

.section-copy.format-2 .intro-copy {
    color: #fff;
    text-align: right;
    margin-left: 40%;
    width: 60%;
    text-shadow: 2px 2px 2px #000, 2px 2px 4px #444;
}



.hero-overlay .wrapper h2, .hero-overlay .wrapper h1 {
    position: relative;
    -webkit-animation-name: slideDown;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in

    animation-name: slideDown;
    animation-duration: 1s;
    animation-timing-function: ease-in;
}

.hero-cta {
    position: relative;
    -webkit-transform: translateX(-2000px);
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: .5s;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
    animation-fill-mode: forwards;

    transform: translateX(-2000px);
    animation-name: slideIn;
    animation-duration: .5s;
    animation-delay: 1s;
    animation-timing-function: ease-in;
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateX(-1000px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@keyframes slideIn {
    0% {
        transform: translateX(-1000px);
    }
    100% {
        transform: translateX(0);
    }
}


@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-1000px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes slideDown {
    0% {
        transform: translateY(-1000px);
    }
    100% {
        transform: translateY(0);
    }
}


.hero-cta {
    width: 100%;
    margin: 40px auto;
    text-align: center;
}

.hero-cta a {
    text-decoration: none;
    background-color: #139A68;
    font-size:16px;
    padding: 15px;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #139A68;
    text-transform: uppercase;
    margin: 0 auto
}

.wrapper h1.product-name {
    margin-bottom: 35px;
    position: relative;
    color: #fff;
    font-size: 38px;
    z-index: 100;
    text-shadow: 2px 2px 2px #000, 2px 2px 4px #444;
}

.photos .photo {
    float: left;
    padding: 10px;
}

.article-booking-link {
    clear: both;
}


.page-template-information #body > .wrapper,
.page-template-blog #body > .wrapper,
.single-post #body > .wrapper,
.page-template-cars #body > .wrapper,
.page-template-hotels #body > .wrapper,
.page-template-hotel #body > .wrapper,
.page-template-reviews #body > .wrapper,
.page-template-about-us #body > .wrapper,
.single-package_category #body > .wrapper,
.page-template-package-categories #body > .wrapper,
.page-template-tour-experience #body > .wrapper,
.page-template-tour-categories #body > .wrapper,
.page-template-fun-categories  #body > .wrapper,
.page-template-blog-posts #body > .wrapper,
.category #body > .wrapper,
.single-pt_page #body > .wrapper,
.single-about_page #body > .wrapper,
.page-template-package-hotels #body > .wrapper,
.single-package_hotel  #body > .wrapper,
.author  #body > .wrapper

{
    margin-top: 76px;
}


/* COMMENTS */
/*----------------------- 3.6 Comments ---------------------------*/
#comments {
}
.page-template-template-full-custom-php #comments {
    margin: auto;
    margin-top: 20px;
    width: 60%;
}
#comments textarea {
    width: 100%;
}
#comments ul {
    list-style: none;
}
.commentlist {
    margin-left: 0;
}
.commentlist .children {
    margin-left: 0;
    padding-left: 3%;
}
.comment-box {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    clear: both;
    margin-bottom: 20px;
    padding: 3%;
    border-top: 1px solid #ddd;
    background-color: #ffffff;
}
.avatar {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin: 0 0 10px;
    padding: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.comment-author {
    float: left;
    margin-right: 20px;
    text-align: center;
}
.comment-author img {
    width: 40px;
    height: auto;
}
.comment-author-name {
    margin-right: 10px;
    text-transform: capitalize;
    font-weight: bold;
}
.comment-author-name cite {
    font-size: 14px;
}
.comment-date {
    color: #b3b3b1;
    font-size: 12px;
}
.comment-info .reply {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: right;
    padding: 0 9px 2px 9px;
    color: #139a68;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 2.2em;
}
.comment-info .reply a {
    position: relative;
    top: 1px;
    color: #ce3133;
}
.comment-info {
    float: right;
    padding: 0;
    width: 100%;
}
.comment-info {
    border-bottom: 0px;
    color: #139a68  ;
    font-size: 19px;
    line-height: 1em;
}
#reply-title,
.comments-titile {
    margin-bottom: 25px;
    padding-bottom: 7px;
    border-bottom: 3px solid #bebebe;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    text-transform: capitalize;
    font-size: 18px;
}
#reply-title {
    margin-top: 20px;
}
.pexeto-contact-form label {
    display: block;
    line-height: 2.5em;
}
#full-width #commentform {
    width: 60%;
}
.woocommerce #full-width #commentform {
    width: 100%;
}
.page-template-template-full-custom-php #full-width #commentform {
    width: 100%;
}
#full-width #commentform textarea,
#full-width #commentform select,
#full-width #commentform input[type=search] {
    width: 100%;
}
#commentform input[type="text"],
#commentform input[type="password"],
#commentform textarea,
#commentform input[type="search"] {
    margin-bottom: 7px;
    margin-top: 7px;
    padding: 12px 0;
    max-width: 100%;
    width: 100%;
    text-indent: 8px;
}

#commentform #submit {
    text-decoration: none;
    background-color: #139A68;
    font-size: 16px;
    padding: 15px;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #139A68;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
}


#commentform #submit:hover {
    background-color: #ce3133;
}

.pingback {
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}
.ping-title {
    font-size: 12px;
}
.form-submit {
    padding: 0;
    margin-bottom: 0;
}

.bypostauthor, .bypostauthor .comment-box {
    background-color: #3b7bcd; // style this however you want
}

.bypostauthor .comment-info, .bypostauthor .comment-text {
    color: #eee;
}


.bypostauthor .comment-info .reply a, .bypostauthor .comment-author-name a {
    color: #FECC67;
}




.xxreview-template-default aside {
    display: none;
}

.xxreview-template-default .single-blog-post .inner-content {
    width: 100% !important;
}

/* Media Break Point foreignObject 1140 */

/* BREAKPOINT: 1140 */
@media screen and (max-width:1140px) {
    .inner-wrapper {
        margin: 25px 10px;
    }

    .wrapper,.pager {
        width: 100%;
    }

    .hero-overlay {
        bottom: 21%;
        margin: 0;
        padding: 0;
    }

    .hero-overlay h2 {
        font-size: 28px;
        line-height: 70px;
    }

    .hero-overlay .wrapper{
        width: 75%;
    }

    .carousel h2 .price {
        font-size: 32px;
    }

    .section-featured h2, .section-featured p{
        padding-left: 10px;
    }

    .section-copy.format-2 h2, .section-copy.format-2 p {
        padding-right: 20px;
    }

    .logo .main-logo {
        left: 20px;
    }

    .offer-box {
        position: relative;
        padding: 13px;
        margin: 0 10px;
    }

    .box {
        padding: 0;
        width: 23%;
        margin: 1%;
    }

    .box img {
        width: 100%;
        height: auto;
    }

    .article-container article {
        margin: 1%;
        width: 23%;
        overflow-x: hidden;
    }

    .article-container article h4 {
    }

    .article-container article p {
        text-align: left;
    }

    .article-container article button {
        width: 100%;
    }

    #footer .wrapper {
        padding: 0 10px;
    }

    .menus {
        display: none;
    }

    .menu-open {
        display: block;
    }

    .tabs-container {
        /*position: relative;*/
        /*box-shadow: 0 2px 3px -1px #2d2a22;*/
    }

    .tabs-container ul {
        width: 100%;
        /*background: #424037;*/
    }

    .tabs-container ul li {
        width: 33.33%;
    }

    .tabs {
        /*width: 100%;*/
    }
    body.single-package .tabs-nav{
        display:none;
    }
    body.single-package .tabs-nav.sticky {
        display:none;
    }

    .packageDatesLink, #rates {
        display: none;
    }
    .tabs-nav a {
        font-size: 16px;
        padding: 0 10px;
    }

    .date-field {
        width: 60%;
    }

    .hero-overlay {
        bottom: 35px;
    }

    .fields {
        margin-bottom: 10px;
    }

    .section-info {
        display: none;
    }

    .section-info-mobile, .level-3 .section-info-mobile {
        display: block;
        background:#7c7b71;
        padding:30px;
        color:#fff;
        margin: 0;
    }

    .inner-content h2 {
        font-size: 39px;
    }

    .inner-content p {
        font-size: 18px;
    }

    .inner-content dl dt {
        font-size: 22px;
    }

    aside {
        /*display: none*/;
        float: none;
        margin: 0 0 10px 0;
        width: auto;
    }


    .single-blog-post aside {
        width: 100%;
    }

    .single-blog-post .inner-content.details {
        width: 100% !important;
    }

    /* Responsive fixes */
    nav.mobile-menu {
        position:absolute;
    }

    #header {
        position: relative;
        top: 0px;
    }

    .menu-open {
        margin: 30px 20px 30px -50px;
    }

    #body {
        margin-top: -14px;
    }

    .package-hotel .package-hotels-images .attachment-promo-thumb {
        margin-right: 2px;
    }

    .page-scroll-buttons {
        display: none;
    }

    .shareaholic-canvas {
        display:none !important;
    }


    .overlay-content .center-box h2 {
        float: none;
        width: 100%;
    }

    .overlay-content .center-box form {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .section-copy.format-1 .wrapper {
        position: revert;
        transform: none;
        padding: 10px;

    }

    .section-copy.format-1 .wrapper h2 {
        font-size: 20px;
    }

    .section-copy.format-1 .wrapper .intro-copy {
        font-size: 18px;
    }

    .section-copy.format-2 .wrapper {
        padding: 10px;
    }

    .section-copy.format-2 .intro-copy {
        width: 100%;
        margin-left: 0;
    }

}







/* BREAKPOINT: 980 */
@media screen and (max-width: 980px) {


    .article-container article {
        min-height: 481px;
        margin: 1%;
        width: 23%;
    }

    .packages-items h3 {
        font-size: 28px;
        height: 70px;
    }

    .tabs-container {
        /*position: relative; */
        /*box-shadow: 0 2px 3px -1px #2d2a22;*/
    }

    .tabs-container ul {
        width: 100%;
        /*background: #424037;*/
    }

    .tabs {
        /*width: 100%; */
    }

    .hero-overlay {
        display:none;
        width: 100%;
        left: 0;
        bottom: 23px;
        margin: 0;
        padding: 3%;
    }


}







/* BREAKPOINT: 965 */
@media screen and (max-width:965px) {

    .box, .section-featured .offer-box .box {
        padding: 0;
        width: 32.3%;
        margin: 0.5%;
        /*min-height: 325px;*/
    }
    .section-featured .offer-box .featured-item-4 {
        display:none;
    }

    .offer-box .box {
        width: 29.3%;
        margin: 2%;
        min-height: 372px;
    }


    /*    .offer-box .box:first-child {
            width: 96%;
            min-height: 85px;
        }
    */
    .box .offer-title {
        letter-spacing: 0;
        font-size: 25px;
        line-height: 30px;
        height: 70px;
    }

    .offer-price mark {
        font-size: 30px;
    }

    /*
        .box:first-child {
            margin-bottom: 15px;
            min-height: 126px;
            width: 100%;
        }
      */
    .packages-items .box, .tours-items .box, .hotels-items .box, .cars-items .box {
        margin:0 1% 20px;
        width:31%;
    }

    /*.box:first-child button {
        width: auto;
    }
    */

    /*.packages-items .box:first-child, .tours-items .box:first-child, .hotels-items .box:first-child, .cars-items .box:first-child {
        width:31%;
        margin:0 1% 20px;
    } */
    /*.packages-items .box:first-child button, .tours-items .box:first-child button, .hotels-items .box:first-child button, .cars-items .box:first-child button {
        width:100%;
    }
*/
    /*  .offer-box .box:first-child button {
          bottom: auto;
          height: 40px;
          left: auto;
          position: absolute;
          right: 0;
          top: 16px;
          width: 30.6%;
      }
      */

    .box-title, .box-info {
        width: 65.4%;
    }

    .info {
        font-size: 19px;
        margin: 20px;
    }
    /*
    .hero-overlay {
        padding: 0;
    }
*/
    .hero-overlay h2 {
        line-height: 50px;
        font-size: 52px;
    }

    .pager-container {
        height: 40px;
    }

    /* Booking */
    .booking-link, .tabs-nav li.booking-link, .tabs-nav li.booking-link-quote {
        display:none
    }

    .booking-link-mobile, .tabs-nav li.booking-link-mobile  {
        display:inline-block;
    }


    .overlay-content .center-box {
        left: 20%;
        width: 160%;
    }
}





/* BREAKPOINT: 820 */
@media screen and (max-width:820px) {


    .article-container article {
        min-height: 345px;
        margin: 1%;
        width: 48%;
    }
    .packages-items .box, .tours-items .box, .hotels-items .box, .cars-items .box {
        width:48%;
    }

    .offer-box .box,
    .packages-items .box {
        width: 46%;
        min-height: 372px;
        margin: 2%;
    }



    .inner-content h2 {
        font-size: 35px;
    }

    .inner-content p {
        font-size: 17px;
    }

    .inner-content dl dt {
        font-size: 21px;
    }

    .box button {
        font-size: 14px;
    }

    .offer-title {
        font-size: 22px;
    }

    .section-copy.format-2 .intro-copy {
        font-size: 22px;
    }
}


/* BREAKPOINT: 742 */
@media screen and (max-width:742px) {

    table.package-rates, table.package-rates thead, table.package-rates tbody, table.package-rates th, table.package-rates tr, table.package-rates td {
        display:block;
    }

    table.package-rates tr:nth-of-type(1) {
        float: left;
    }
    .tabs-nav a {
        font-size: 14px;
        padding: 0 8px;
        line-height: 38px;
    }
}


/* BREAKPOINT: 620 */
@media screen and (max-width:620px) {
    #body {
        margin-top: 16px;
    }

    .tabs-container.quickres, .shareaholic-canvas, .zopim, .article-container.shareaholic {
        display:none !important;
    }

    .section-featured-categories {
        padding-bottom: 0px;
    }

    .box, .section-featured .offer-box .box {
        width: 100%;
        min-height: auto;
    }

    .section-featured .box img {
        width: 266px;
        float: left;
        position: relative;
        z-index: 10;
    }

    .section-featured .box .offer-title {
        height: auto;
        line-height: 20px;
    }

    .section-featured .box .offer-price {
        display:block;
    }

    .section-featured .offer-box .box button{
        text-align:right;
        font-size: 14px;
    }

    .offer-box {
        padding: 0;
    }

    .logo {
        width: 300px;
    }

    .logo .joelogo {
        right: -50px;
    }


    .logo p {
        letter-spacing: 0;
    }


    .wrapper h1.product-name {
        margin: 10px;
        font-size: 28px;
        float: left;
        color: #3b7bcd;
        font-weight: bold;
        padding: 0px 0px;
        text-shadow:none;
    }



    .tours-items .box, .hotels-items .box, .cars-items .box {
        width:94%;
    }

    .offer-box .box,
    .packages-items .box,
    .activities-items .box{
        margin: 2%;
        width: 46%;
        border-bottom: 1px solid #ccc;
        min-height: 372px;
    }

    .offer-box .box-title, .box-info {
        width: 100%;
    }

    .box-title {
        font-size: 27px;
        line-height: 28px;
    }

    .box img {
        width: 100%;
        height: auto;
    }

    .box button {
        margin-top: 10px;
    }

    .info {
        font-size: 18px;
    }

    .offer-title {
        font-size: 25px;
    }

    .offer-price mark {
        font-size: 30px;
    }

    .article-container .arcticles {
        padding: 16px 10px;
    }

    .article-container article {
        float: none;
        width: 94%;
        margin: 3%;
        min-height: initial;
        margin-right: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        position: static;
    }

    .article-container article:last-child {
        border-bottom: none;
    }

    .article-container h4 {
        margin-bottom: 15px;
    }

    .article-container p {
        color: #878379;
        text-align: left;
        margin: 7px 0 10px;
    }

    .article-container button {
        width: 100%;
        position: static;
    }

    .article-container.gray {
        padding: 0;
    }

    #footer p {
        line-height: 36px;
        float: none;
    }


    .article-container .footer-columns-container ul {
        float: none;
        padding-bottom: 15px;
    }

    #footer .copyright {
        margin-top: 0;
    }

    #footer {
        text-align: center;
        height: auto;
    }

    .tabs {
        padding: 27px 17px 17px 17px;
    }

    .tabs-nav {
        clear:both
    }

    .carousel {
        display: none;
    }

    .packages-items {
        margin: 0;
    }

    .tabs-nav a {
        font-size: 12px;
        padding: 0 5px;
        line-height: 30px;
    }

    .inner-content h2 {
        font-size: 24px;
    }

    .inner-content dl dt {
        font-size: 18px;
    }

    .packages-items h3 {
        font-size: 27px;
    }

    .article-container .bodypromo h4 {
        min-height: 24px;
    }
    .article-container .bodypromo p {
        height: auto;
    }

    .inner-content.details {
        padding: 10px;
    }

    .inner-content.details article.active, .inner-content.details article.lodging.active{
        margin-left: 0px;
        margin-right: 0px;
        padding: 0 35px 35px;

    }
    .inner-content.package article{
        padding-left:35px;
        padding-right:35px;
    }
    .inner-content.package .wp-caption.alignright,
    .inner-content.package .alignright{
        margin:auto;
        float:none;
        width: 100% !important;
    }
    .inner-content article.active {
        padding:0px;
    }

    .inner-content img {
        max-width: 100%;
        height: auto;
    }

    .section-menu .booking-link, .section-menu .booking-link-quote {
        display: none;
    }

    .box button {
        font-size: 12px;
    }

    .box .offer-title {
        font-size: 20px;
    }

    .box .offer-price {
        font-size: 14px;
    }

    .section-copy.format-2 .intro-copy {
        font-size: 20px;
    }

    .breadcrumb-wrapper {
        display:none;
    }

    article iframe {
        max-width: 540px
    }

    .favorites-list-group .no-favorites {
        font-size: 16px;
        margin: 10px;
    }

    .tour-item-info .simplefavorite-button {
        bottom: 120px;

    }

    .tour-item-info .simplefavorite-button .favorited-text {
        font-size: 12px;
    }

    .itinerary img {
        float: none;
    }
}


/* BREAKPOINT: 525 */
@media screen and (max-width:525px) {
    .section-featured .box img {
        width: 50%;
        float: left;
        position: relative;
        z-index: 10;
    }

    .section-featured .box .offer-price {
        font-size: 12px;
    }

    article iframe {
        max-width: 376px
    }

    .section-featured .offer-box .box button {
        position: relative;
        margin-top: 0px;
        height: 40px;
    }

    .from-price-quote {
        clear:both;
        float:none;
    }
    .wrapper .item-favorite {
        top: -25px;
    }

    .booking-link-mobile {
        width: 100%;
    }
    .booking-link-mobile a{
        width: 100%;
        margin-top: 1px;
        text-align:center;
    }
    .inner-content article.review .review-thumb img{
        width:100%;
        height: auto;
        max-width:none;
        border-radius:0;
    }
}


/* BREAKPOINT: 450 */
@media screen and (max-width:450px) {
    .logo

    {
        width: 70%;
        height: 60px;
        margin: 5px 0 0 14px;
    }

    .logo p {
        left: 0;
        letter-spacing: 0;
        bottom: 10px;
        top: 57px;
    }

    .logo .words {
        width: 100%;
        height: 100%;
        background-size: contain;
    }

    .logo .words a {
        width: auto;
        height: auto;
    }

    .num {
        margin-right: 20px;
    }

    .fields {
        margin-left: 40px;
        margin-bottom: 12px;
    }

    .field-title {
        font-size: 18px;
    }

    .blue-button {
        margin-left: 0;
    }

    .blue-button, .grey-button {
        min-width: 100px;
    }

    .inner-content h2 {
        font-size: 27px;
    }

    .inner-content p {
        font-size: 16px;
    }

    .inner-content dl dt {
        font-size: 17px;
    }

    .box button {
        text-overflow: clip;
        white-space: normal;
        line-height: 22px;
    }
    .offer-box .box, .packages-items .box {
        /*min-height: 300px; */
        min-height: 0;

    }
    .box .offer-title {
        font-size: 18px;
    }

    .box .offer-price {
        font-size: 12px;
    }

    .section-copy.format-2 .intro-copy {
        font-size: 18px;
    }

    .section-copy .intro-copy {
        font-size: 18px;
    }


    article iframe {
        max-width: 345px
    }
}


/* BREAKPOINT: 420 */
@media screen and (max-width:420px) {
    .packages-items .box:first-child,.offer-box .box:first-child {}

    .packages-items .box,
    .activities-items .box,
    .offer-box .box{
        margin: 3%;
        padding-bottom: 40px;
        width: 94%;
        border-bottom: 1px solid #ccc;
    }


    .favorites-list-group .box.offer {
        margin: 3%;
    }
    /*
        .box:first-child, .offer-box .box:first-child {
            min-height: 140px;
        }
    */
    .tabs-nav {
        text-align: left;
    }

    .tabs-nav li, .tabs-nav li a {
        /*display: block;*/
        width: 100%;
    }

    .tabs-nav li a {
        border-bottom: 1px solid #606060;
    }

    .box:last-child {
        /*border: none; */
    }
    .breadcrumb a {
        font-size: 15px;
    }

    .logo .joelogo {
        display:none;
    }


    article iframe {
        max-width: 244px
    }
}


/* BREAKPOINT: 320 */
@media screen and (max-width:320px) {
    body {
        min-width: 300px;
    }

    .logo {
        height: 66px;
        margin: 6px 0 0 14px;
    }

    .logo p {
        top: 40px;
    }

    .section-featured .box .offer-title {
        display:none;
    }

    .section-featured .box button {
        z-index:20;
        position:relative;
        display:block;
    }

    .inner-content h2 {
        font-size: 21px;
    }

    .packages-items h3 {
        font-size: 26px;
    }

    .tabs-nav .booking-link, .tabs-nav .booking-link-mobile, .tabs-nav .booking-link-quote {
        width: 100%;
    }



    .inner-content.details article.lodging.active {
        padding: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .package-hotel {
        padding: 10px 6px;
    }

    .itinerary img.size-full {
        width: 100%;
        height: 100%;
    }


}



.hidden {
    display:none;
}

/* TEmp hide favorites */
.simplefavorite-button {
    display:none;
}
