html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
body {
    background-color: transparent;
    overflow-x: hidden;
    margin: 0;
}
.center {
    text-align: center;
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container1200 {
    max-width: 1200px;
    display: block;
    margin: auto;
}
.container1100 {
    max-width: 1100px;
    display: block;
    margin: auto;
}
.container1000 {
    max-width: 1000px;
    display: block;
    margin: auto;
}
.container800 {
    max-width: 800px;
    display: block;
    margin: auto;
}

.div1000 {
    max-width: 1000px;
    margin: auto;
}
.div1100 {
    max-width: 1100px;
    margin: auto;
}
.div1200 {
    max-width: 1200px;
    margin: auto;
}
.div1300 {
    max-width: 1300px;
    margin: auto;
}


.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.image-half.img-right,
.img-half.img-right,
.half-img.img-right,
.half-image.img-right {
    float: right;
    margin-right: 0px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 15px;
    margin-bottom: 5px;
}


.form-wrapper input[type="submit"] {

    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    color: #fff;
    background-color: #272727;
    border-width: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    text-transform: none;

}

body:not(.button-style-default) .sqs-editable-button, body:not(.button-style-default) .sqs-editable-button-layout {

    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    border-width: 0;
    text-align: center;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

body:not(.button-style-default) .sqs-editable-button, body:not(.button-style-default) .sqs-editable-button-color {

    color: #fff;
    background-color: #0d890d;
    border-color: #0d890d;

}
body:not(.button-style-default) .sqs-editable-button, body:not(.button-style-default) .sqs-editable-button-font {

    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1.25px;

}
body:not(.button-style-default) .sqs-editable-button {

    padding: 1em 1.5em;

}

button, input, select, textarea {

    font-family: inherit;
    font-size: 100%;
    margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;

}
button, input {

    line-height: normal;

}
button, select {

    text-transform: none;

}
button, input, select, textarea {

    font-family: inherit;
    font-size: 100%;
    margin: 0;
        margin-bottom: 0px;

}
a {
    color: #12c;
    text-decoration: none;
}

h1, h2, h3 {

    text-rendering: optimizeLegibility;

}

h2, .menu-selector #navbuttontop {

    font-family: "Raleway",Arial,sans-serif;
    font-size: 37px;
    line-height: 1.3em;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-transform: none;

}
h1:not(.site-title):not(.entry-title):first-child, h2:first-child, h3:first-child {
    margin-top: 0;
}


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}


.sqs-col-3 {
    width: 25%;
}

[class*="sqs-col"]:last-child {
    padding-right: 0;
}
.sqs-col-5 {
    width: 41.6667%;
}
.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2) .intrinsic .image-block-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
}
.sqs-block {
    position: relative;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
}

.sqs-block:not(.sqs-block-html):not(.sqs-block-markdown) {
    clear: both;
}
.sqs-block:not(.sqs-block-html):not(.sqs-block-markdown) {
    clear: both;
}
.sqs-block-image {
    padding-bottom: 0 !important;
}

.sqs-block-image .image-block-outer-wrapper:not(.image-block-v2) .image-block-wrapper {
    line-height: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

[class*="sqs-col"] {
    float: left;
}
.sqs-col-12 {
    width: 100%;
}

.sqs-col-12 .sqs-col-4 {
    width: 33.3333%;
}
.sqs-block-summary-v2 * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.sqs-block-summary-v2 a {
    color: #070760 !important;
    font-size: 19px !important;
}
.sqs-block-summary-v2 .summary-thumbnail-container {
    position: relative;
    display: block;
}
.sqs-block-summary-v2 .summary-thumbnail-container {
    margin: 0;
}
.sqs-block-summary-v2 .summary-block-setting-show-title .summary-thumbnail-container, .sqs-block-summary-v2 .summary-block-setting-show-price .summary-item-record-type-store-item .summary-thumbnail-container, .sqs-block-summary-v2 .summary-block-setting-show-excerpt .summary-thumbnail-container, .sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-primary-metadata-none) .summary-thumbnail-container, .sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-secondary-metadata-none) .summary-thumbnail-container {
    margin: 0 0 10px 0;
}

h1:not(.site-title):not(.entry-title), h2, h3 {
    margin: 1.2em auto .3em;
    margin-top: 1.2em;
}
h1:not(.site-title):not(.page-title), .entry-title {
    color: #070760;
}
h1:not(.site-title):not(.logo-image):not(.page-title), .entry-title {
    font-family: "Raleway",Arial,sans-serif;
    font-weight: 400;
    line-height: 1.35em;
    letter-spacing: 0px;
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 45px;
    line-height: 1.1em;
    letter-spacing: .02em;
    text-transform: none;
    margin: 20px 0;
}

h1:not(.site-title):not(.entry-title), h2, h3 {

    margin: 1.2em auto .3em;
        margin-top: 1.2em;

}
/*h1:not(.site-title):not(.entry-title):first-child, h2:first-child, h3:first-child {
    margin-top: 0;
}*/

h3, .menu-block .menu-section-title {
    color: #070760;
}
h3, .sqs-audio-playlist .album-title, .menu-block .menu-section-title {
    font-family: "Kameron",Georgia,serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    line-height: 1.4em;
    letter-spacing: 0em;
    text-transform: none;
}
h1.package-title {
    text-align: center;
}
h2, .menu-selector #navbuttontop {
    color: #070760;
}
/* TODO This should be general */
.request-list h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4em;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;
}

.sqs-block-html .sqs-block-content > :last-child {
    margin-bottom: 0;
}
.sqs-layout .html-block.sqs-block img {
    max-width: 100%;
    height: auto;
}

.text-align-center {
    text-align: center;
}
.sqs-block-button .sqs-block-button-container--center a.better-help {

    background: #ff4c00;
    border-radius: 5px;
    padding: 18px 40px;
    font-family: Nunito;
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
    color: #fff;

}
.sqs-block-button .sqs-block-button-container--center {
    text-align: center;
}

.sqs-block-summary-v2 .summary-title {

    font-size: 20px;
    line-height: 1.2em;
    text-align: left;

}
.sqs-block-summary-v2 .summary-title, .sqs-block-summary-v2 .summary-heading {

    font-family: "Raleway",Arial,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
    color: #12c;

}
.sqs-block-button .sqs-block-button-element {

    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    color: #fff;
    background-color: #272727;
    border-width: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;

}

.sqs-block-button .sqs-block-button-element {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    color: #fff;
    background-color: #272727;
    border-width: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
}
.sqs-block-button .sqs-block-button-element--large {
    padding: 15px 30px;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
    color: #fff;
    background-color: #070760;
    border-color: #070760;
    border-radius: 5px;
}
.sqs-block-button .sqs-block-button-element--medium {

    padding: 15px 30px;
    letter-spacing: 1px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    color: #fff;
    background-color: #0d890d;
    border-color: #0d890d;

}

.sqs-block-button .sqs-block-button-element--small {
    padding: 13px 26px;
    letter-spacing: 1px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.sqs-block-image .image-block-outer-wrapper.layout-caption-below .image-caption-wrapper {
    padding-top: 18px;
}
a.sqs-block-button-element--medium.sqs-block-button-element.new-color {
    background-color: #ff4c00;
    border-color: #ff4c00;
    border-radius: 5px;
}
.sqs-block-button .sqs-block-button-element--medium {
    padding: 15px 30px;
}

.default-button {
    padding: 10px 20px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1px;
    color: #fff;
    background-color: #070760;
    border-color: #070760;
    border-radius: 5px;
    display: inline-block;
    margin: 10px;
}
.default-button:hover {
    background-color: #00009e;
    text-decoration: none;
    color: #fff;
}

.center-buttons,
.buttons-center {
    text-align: center;
    display: flow-root;
    margin-bottom: 10px;
}
.center-buttons a,
.buttons-center a {
    padding: 10px 20px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1px;
    color: #fff;
    background-color: #070760;
    border-color: #070760;
    border-radius: 5px;
    display: inline-block;
    margin: 10px;
}
.center-buttons a:hover,
.buttons-center a:hover {
    background-color: #00009e;
    text-decoration: none;
}


.mobile-nav-toggle-label {

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1010;
    width: 10%;
    position: absolute;
    z-index: 1002;
    top: 21px;
    left: 21px;
    padding: 0;
    vertical-align: middle;
    line-height: 16px;
    text-align: right;
    cursor: pointer;
    user-select: none;
    color: #070760;
    width: 22px;
    height: 22px;

}

.mobile-nav-toggle-label .top-bar, .mobile-nav-toggle-label .middle-bar, .mobile-nav-toggle-label .bottom-bar {

    width: 22px;
    height: 2px;
    background-color: #070760;
    -webkit-transition: -webkit-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -moz-transition: -moz-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -ms-transition: -ms-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -o-transition: -o-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    top: 0;
    right: 0;

}
.mobile-nav-toggle-label .middle-bar {

    -webkit-transition: opacity 0s .15s linear;
    -moz-transition: opacity 0s .15s linear;
    -ms-transition: opacity 0s .15s linear;
    -o-transition: opacity 0s .15s linear;
    transition: opacity 0s .15s linear;
    top: 7px;

}
.mobile-nav-toggle-label .bottom-bar {
    top: 14px;
}
#mobileNavToggle:checked ~ #header .mobile-nav-toggle-label .top-bar, #mobileNavToggle:checked ~ .show-on-scroll-wrapper .mobile-nav-toggle-label .top-bar {

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;

}
.mobile-nav-toggle-label .middle-bar {

    -webkit-transition: opacity 0s .15s linear;
    -moz-transition: opacity 0s .15s linear;
    -ms-transition: opacity 0s .15s linear;
    -o-transition: opacity 0s .15s linear;
    transition: opacity 0s .15s linear;
    top: 7px;

}
#mobileNavToggle:checked ~ #header .mobile-nav-toggle-label .middle-bar, #mobileNavToggle:checked ~ .show-on-scroll-wrapper .mobile-nav-toggle-label .middle-bar {

    opacity: 0;

}
#mobileNavToggle:checked ~ #header .mobile-nav-toggle-label .bottom-bar, #mobileNavToggle:checked ~ .show-on-scroll-wrapper .mobile-nav-toggle-label .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
}

.category-div {
    margin-bottom: 50px;
}
.category-div h2{
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 1px;
    text-transform: none;
    color: #070760;
    margin: 20px 0;
}
.category-div ul {
    padding: 0; 
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.category-div ul li{
    list-style-type: none;
    text-align: center;
}
.category-div ul li a{
    font-family: Nunito;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .05px;
    line-height: 30px;
    color: #12c;
    text-decoration: none;
}
.category-div ul li a:hover{
    color: rgba(17,34,204,.7);
}



.pdfs_links .pdf_item span{
    margin-right: 10px;
} 
.pdfs_links .pdf_item a{
    background: #070760;
    display: inline-block;
    float: left;
    margin: 0;
    margin-right: 20px;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    margin-bottom: 10px;
}
.pdfs_links .pdf_item a:focus,
.pdfs_links .pdf_item a:active,
.pdfs_links .pdf_item a:hover{
    text-decoration: none;
    background-color: #00009e;
    outline: none;
}
.pdfs_links .pdf_item a span {
    color: #fff;
}

.vocher_item span,
.scoreboard_item span{
    margin-right: 10px;
} 
.vocher_item  a,
.scoreboard_item  a{
    background: #070760;
    display: inline-block;
    float: left;
    margin: 10px 0 20px;
    margin-right: 20px;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    text-transform: capitalize;
}
.vocher_item  a:focus,
.scoreboard_item  a:focus,
.vocher_item  a:active,
.scoreboard_item  a:active,
.vocher_item  a:hover,
.scoreboard_item  a:hover{
    text-decoration: none;
    background-color: #00009e;
    outline: none;
}

.sqs-add-to-cart-button-wrapper a.get-ship-sticks{
    background: #070760;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    margin-bottom: 10px;
}
.sqs-add-to-cart-button-wrapper a.get-ship-sticks:hover {
    text-decoration: none;
    background-color: #00009e;
    outline: none;
}

.sqs-block-button-element:hover {
    background-color: #0e970e;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    color: #000;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000;
}
.sqs-add-to-cart-button-inner {

    position: relative;

}
button.sqs-add-to-cart-button-inner {

    background: #FF4C00;
    border: 0;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 15px;
    border-radius: 4px;

}
button.sqs-add-to-cart-button-inner:focus, 
button.sqs-add-to-cart-button-inner:active, 
button.sqs-add-to-cart-button-inner:hover {

    outline: none;
    background: #e24401;

}


a.payment-info, .hover-confirm-btn {
    background: #070760;
    margin: 0px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    cursor: pointer;
    font-size: 16px;
    text-transform: capitalize;
    padding: 9px 15px;
    line-height: normal;
    border-radius: 7px;
    /*float: left;*/
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}
a.payment-info:active,
a.payment-info:focus,
a.payment-info:hover,
.hover-confirm-btn:active,
.hover-confirm-btn:focus,
.hover-confirm-btn:hover{
    background-color: #00009e;
    text-decoration: none;
}


.package-list .package-group{
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: -100px;
    padding-top: 100px;
}
.package-list .package-group h2.country-name{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
}
.package-list .package-item {
    display: inline-block;
    width: auto;
}
.package-list .package-item:last-child{
    border: 0;
}
.package-list .package-item .img img{
    width: 100%;
    height: auto;
}
.package-list .package-item h4 {
     font-family: 'Nunito';
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    letter-spacing: .05px;
    line-height: 1.3em;
    color: #12c;
    text-decoration: none;
    font-weight: 900;
    margin-top: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.package-list .package-item h4 a:hover{
    opacity: 0.7;
}
.package-list .package-item h4 a{
    font-family: 'Nunito';
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    letter-spacing: .05px;
    line-height: 1.3em;
    color: #12c;
    text-decoration: none;
    font-weight: 900;
}

.package-list .package-item .package-btn{
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 2px;
    color: #fff;
    background-color: #070760;
    border-color: #070760;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 20px;
    margin: 10px;
}
.package-list .package-item .package-btn:hover{
    text-decoration: none;
    background-color: #00009e;
    border-color: #00009e;
    box-shadow: none;
}

.package-list .package-item  .text{
    text-align: center;
}
.package-list .package-item  .text .img {
    position: relative;
}
.package-list .package-item  .text .img .featured {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    background: #0d890d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.package-list .package-item  .text .img .featured p{
    margin-bottom: 0;
}
.package-list .package-item  .text .item-title{
    margin-top: 10px;
    line-height: 25px;
    min-height: auto;
}

.group-section .col-sm-12.col-md-8{
    border-left: 2px solid #0d890d;
    margin-bottom: 40px;
}
.group-section .package-item .nav li a{
    font-size: 16px;
    font-weight: bold;
}
.package-list .nav-tabs {
    border: 0;
    background: transparent;
}
.package-list .nav-tabs li{
    width: 100%;
    background: #070760;
    margin-bottom: 10px;
    border-radius: 10px;
}
.package-list .nav-tabs li:hover{
    background-color: #00009e;
}
.package-list .nav-tabs li a{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.package-list .nav-tabs li a span{
    display: none;
}
.package-list .nav-tabs li.active a span{
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
}
.package-list .nav-tabs li.active{
    border: 0;
    font-weight: bold;
}
.package-list .nav-tabs li a:hover{
    background: transparent;
    border: 0;
    font-weight: bold;
}
.package-list .nav-tabs li.active a{
   
    border: 0;
    color: #0d890d;
}
.package-list .nav-tabs h5{
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}
.package-list .nav-tabs h5 span{
    font-size: 20px;
    margin-left: 20px;
}
.package-list .nav-tabs .countries{
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.package-list .nav-tabs .countries ul{
    display: none;
}
 
.package-list .package-item .img {
    position: relative;
}
.package-list .package-item .img img{
    width: 100%;
    height: auto;
}
.package-list .package-item .img .featured{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.package-list .package-item .img .featured p{
    margin: 0;
    padding: 15px;
    background: #0d890d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.package-list .package-item .show-content {
    position: relative;
    margin-bottom: 30px;
}
.package-list .package-item .show-content p.price{
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 0;
    min-height: auto;
    width: initial;
}
.package-list .package-item .show-content p.price span {
    font-size: 14px;
    line-height: 15px;
    width: initial;
    display: block;
}
.package-list .package-item .show-content p.price.price-inquire{
    font-size: 20px;
}

.package-list .package-item .show-more-btn{
    display: none;
}
.package-list .package-item h2.item-title {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    min-height: initial;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0; 
}
.package-list .package-item h2.item-title a{
    color: #fff;
    cursor: pointer;
}
.package-list .package-item .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
    color: #fff;
}
.package-list .package-item .overlay-content .box {
    padding: 10px;
    display: initial;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: left;
}
.package-list .package-item .overlay-content:hover .box {
    background: rgba(0, 0, 0, 0.8);
}

.package-list .package-item .overlay-content .quote-button:hover{
    text-decoration: none;
    background-color: #00009e;
}
.package-list .package-item .overlay-content .quote-button{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 5px;
    float: right;
    font-size: 16px;
    cursor: pointer;
    background: #070760;
    border-radius: 4px;
    font-weight: bold;
}

.package-list .package-item .img .featured{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.package-list .package-item .img .featured p{
    margin: 0;
    padding: 15px;
    background: #0d890d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.package-list .package-item .img .special{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.package-list .package-item .img .special p{
    margin: 0;
    padding: 15px;
    background: #070760;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.package-list .panel-group {
    width: 100%;
    padding: 15px;
}
.package-list .panel-group .panel.panel-default{
    margin-bottom: 10px;
}
.package-list .panel-group .panel-heading {
    padding: 0;
}
.package-list .panel-group .panel-heading h4 a {
    width: 100%;
    display: inline-block;
    padding: 10px;
    background: #070760;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
}
.package-list .panel-group .panel-heading h4 a:hover,
.package-list .panel-group .panel-heading h4 a:focus,
.package-list .panel-group .panel-heading h4 a:active,
.package-list .panel-group .panel-heading h4 a.active{
    text-decoration: none;
    background-color: #00009e;
}
.package-list .panel-group .panel-heading h4 a span{
    float: right;
}
.package-list .panel-group .panel-heading h4 a.collapsed span{
    float: right;
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.package-list .panel-group .panel-body {
    padding: 5px;
}


.main-packages-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.main-packages-list .package-item {
    display: block;
    width: auto;
}
.main-packages-list .package-item .package-btn {
    font-size: 17px;
    padding: 10px;
    margin: 10px 0;
    display: block;
}
.main-packages-list .package-group {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    width: 100%;
}
.main-packages-list .package-group h2.country-name {
    font-size: 30px;
}


.buttons-tstm a {
    color: #fff;
    padding: 10px 5px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    background: #070760;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    margin: 20px auto;
    width: 250px;
    text-align: center;
    border: 2px solid;
}
/* TODO This or above should be deleted */
.request-list a.green-btn {
    color: #fff;
    padding: 10px 5px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    margin: 20px auto;
    width: 250px;
    text-align: center;
    border: 2px solid;
    text-transform: capitalize;
    background: #070760;
    border-radius: 8px;
    font-weight: bold;
}

.image-block .image-caption-wrapper p, .video-caption-wrapper p, .summary-block time {

    color: #171717;
    font-size: 12px !important;
    text-transform: none;
    letter-spacing: .5pt;
    line-height: .5pt;

}
.sqs-block-image {

    padding-bottom: 0 !important;

}
.back-to-top-nav {
    display: none;
}

.form-control::-moz-placeholder {
    line-height: 30px;
}

#site {
    position: relative;
}
#header div#headerNav {
    margin-left: -25px;
    margin-top: -82px;
    margin-bottom: 36px;
    text-align: center;
    width: 100%;
}
#header div#headerNav .collection.margin-right{
    margin-right: 140px;
}
#header div#headerNav .collection.margin-left{
    margin-left: 140px;
}
nav#mainNavigation .folder{
    padding-top: 5px;
}
#header div#headerNav{
    opacity: 1;
}

#header .phone {
    text-align: right;
    width: 100%;
    max-width: 870px;
    display: block;
    margin: auto;
    margin-bottom: -40px;
}
#header .phone a:hover{
    color:  #EB6E1E;
}
#header .phone a{
    font-size: 20px;
    color: #070760;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: bold;
}
#header .phone a span{
    font-size: 17px;
    text-transform: capitalize;
}

#header {
    padding: 0 21px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1em;
    position: relative;
}
#header {
    background-color: #f5f5f5;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
}

#header {
    width: 100%;
}
#logoImage {
    margin: 0;
    font-size: 0;
    max-width: 100%;
}

#header #logoWrapper, #header #logoImage {
    height: auto;
    width: 221px;
    line-height: 1;
}

.header-inner, .footer-inner, .pre-footer-inner {
    width: auto;
    margin: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-inner, .footer-inner, .pre-footer-inner .sqs-layout {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.header-inner {
    padding: 21px 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.new-header .show-form a {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 10px 20px;
    border: 2px solid;
    line-height: 15px;
    border-radius: 8px;
    margin-top: -6px;
    color: #ff4c00 ;
}
.new-header .show-form a span {
    font-size: 20px;
    font-weight: bold;
}
.new-header .search-form {
    display: none;
    position: absolute;
    margin-left: -100px;
    border-radius: 8px;
    width: initial;
    background: #d7d7d7;
    padding: 10px;
    z-index: 999;
}
.new-header .search-form form{
    width: 260px;
}
.new-header .search-form input{
    float: left;
    width: 220px;
    height: 40px;
    padding: 10px;
    font-size: 16px;
}
.new-header .search-form button{
    float: right;
    width: 40px;
    height: 40px;
    border: 0;
    background: #013e7f;
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
    text-align: center;
}

.new-header  .search-header {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
}


.new-header {
    background: whitesmoke;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-top: 36px;
    padding-bottom: 5px;
}

.new-header .header-container{
    max-width: 1260px;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
    float: none;
    display: block;
    position: relative;
}
.new-header .logo {
    width: initial;
    max-width: 200px;
    display: inline-block;
    float: left;
    text-align: center;
    margin-top: -30px;
}
.new-header .logo img{
    width: 100%;
}
.new-header .logo span{
    font-size: 14.5px;
    text-transform: capitalize;
    color: #070760;
    display: none;
}
.new-header .logo a:hover{
    text-decoration: none;
}
.new-header .menu {
    display: inline-block;
}
.new-header .menu ul {
    padding: 0;
    margin: 0;
}
.new-header .menu ul li {
    display: inline-block;
    list-style: none;
}
.new-header .menu ul li.relative {
    position: relative;
}
.new-header .menu ul li a {
    font-size: 18px;
    color: #070760;
    padding: 15px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
}
.new-header .menu ul li a span {
    font-size: 13px;
}
.new-header .menu ul li a#search span {
    font-size: 18px;
}
.new-header .menu ul li.relative.active > a {
    background: #d7d7d7;
    color: #070760;
    text-decoration: none;
}
.new-header .menu ul > li.active > a {
    background: #d7d7d7;
    color: #070760;
    text-decoration: none;
}
.new-header .menu ul li a:hover {
    background: #d7d7d7;
    color: #0d890d;
    text-decoration: none;
}
.new-header .menu ul li ul.submenu{
    display: none;
    position: absolute;
    background: #d7d7d7;
    z-index: 999;
    width: initial;
    min-width: 200px;
    text-align: left;
    padding-bottom: 10px; 
}
.new-header .menu ul li:hover ul.submenu{
    display: block;
}
.new-header .menu ul li ul.submenu li{
    width: 100%;
}
.new-header .menu ul li ul.submenu li a{
    padding: 4px 10px;
    width: 100%;
    font-size: 17px;
}
.new-header .menu ul li ul.submenu.menu-package {
    left: 0;
    right: 0;
    max-height: 610px;
    width: 80%;
    margin: 0 auto;
    z-index: 9999;
}
.new-header .menu ul li ul.submenu.menu-package .flex{
     -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding: 15px;
}

.new-header .menu ul li ul.submenu.menu-package li{
    padding: 5px;
}
.new-header .menu ul li ul.submenu.menu-package li label{
    font-size: 18px;
    margin: 0;
    display: block;
    min-height: 30px;
    color: #000000;
}
.new-header .menu ul li ul.submenu.menu-package li label img{
    width: 40px;
    float: left;
    margin-right: 10px;
}
.new-header .menu ul li ul.submenu.menu-package li a{
    padding: 5px;
    padding-left: 20px;
    color: #090961;
}
.new-header .menu ul li ul.submenu.menu-package li a.bold{
    color: #070760;
    font-weight: bold;
}
.new-header .menu ul li ul.submenu.menu-package li a:hover{
    color: #0d890d;
}
.new-header .phone-no {
    float: right;
    display: inline-block;
}
.new-header .phone-no img{
    width: 25px;
    float: left;
    margin-right: 5px;
}
.new-header .phone-no a{
    color: #070760;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
}
.new-header .logo img.show-scroll{
    display: none;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header, .dtp div.dtp-date, .dtp div.dtp-time, .dtp table.dtp-picker-days tr > td > a.selected {
    background: #070760 !important;
}

.covid-notice {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #0e0e64;
    text-align: center;
}
.covid-notice p {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    font-weight: 400;
}
.covid-notice p a {
    color: #fff;
    text-decoration: underline;
}
.covid-notice p a:hover {
    text-decoration: none;
}

.covid-19-page p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.covid-19-page li {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
}


#siteWrapper {
    font-family: Nunito;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.3em;
    color: #171717;
}
#siteWrapper {
    position: relative;
    background-color: #fff;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
div.copyright{
    padding-bottom: 20px;
    background-color: #070760;
}
.sqs-block-summary-v2 .img-wrapper, .sqs-block-summary-v2 .sqs-video-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.summary-item{
    width: 100%;
    float: left;
    margin-bottom: 0px;
}
.summary-thumbnail.img-wrapper{
    overflow: hidden; 
    padding-bottom: 66.6667%;
}
.summary-thumbnail.img-wrapper img {
    width: 100%!important;
    height: auto!important;
}
.sqs-block-summary-v2 .summary-content {
    text-align: center;
    min-height: 80px;
}
.sqs-block-summary-v2 .summary-content .summary-title{
    text-align: center;
}
.sqs-block-summary-v2 .summary-content .summary-excerpt{
    text-align: center;
    margin: 5px 0;
}
.sqs-block-summary-v2 .summary-content .summary-excerpt p{
    text-align: center;
    margin: 10px 0;
}
.sqs-block-summary-v2 .summary-title a {
    color: #12c !important;
    font-size: 18px !important;
}
.sqs-block-summary-v2 .summary-title a:hover {
    font-size: 17px !important;
    text-decoration: none;
}

.sqs-block-summary-v2 a:hover {
    font-size: 17px !important;
    text-decoration: none;
}
.large-button-style-raised .sqs-block-button .sqs-block-button-element--large:hover {
    background-color: #00009e;
}
a.sqs-block-button-element--large.sqs-block-button-element:hover {
    background-color: #00009e;
}
.sqs-gallery-block-stacked .image-wrapper img:hover {
    opacity: 0.7;
}
.summary-thumbnail.img-wrapper:hover{
    opacity: 0.8
}

.sqs-layout:not(.sqs-editing) .sqs-row .sqs-block:not(.float):first-child {

    padding-top: 0;

}
.sqs-block:not(.sqs-block-html):not(.sqs-block-markdown) {

    clear: both;

}
.sqs-block-html {
    clear: none;
}
.sqs-block {
    position: relative;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
}

.home-content .home-item .summary-content .summary-title a {
    color: #fff !important;
    text-align: left;
}

.home-content .home-item .summary-content .summary-title a:hover {
    font-size: 18px !important;
}

#page {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    margin: auto;
    max-width: 1080px;
    padding: 21px 34px;
    max-width: 1280px;
    padding-top: 31px;
    padding-bottom: 51px;
}
#overlayNav {

    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    line-height: 1em;
    text-align: left;
    overflow: auto;
    pointer-events: none;
    background-color: rgba(245,245,245,.97);
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
    -moz-transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
    -ms-transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
    -o-transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
    transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;

}
#overlayNav #mobileNavWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 140px 0 0;
    display: table;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#mobileNavToggle:checked ~ #overlayNav {

    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity .14s 0s ease-in-out,visibility 0s 0s linear;
    -moz-transition: opacity .14s 0s ease-in-out,visibility 0s 0s linear;
    -ms-transition: opacity .14s 0s ease-in-out,visibility 0s 0s linear;
    -o-transition: opacity .14s 0s ease-in-out,visibility 0s 0s linear;
    transition: opacity .14s 0s ease-in-out,visibility 0s 0s linear;

}
#overlayNav #mobileNavWrapper nav {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

#mobileNavToggle:checked ~ #overlayNav nav {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .14s .14s ease-in-out,visibility 0s 0s linear,-webkit-transform .14s .18s ease-in-out;
    -moz-transition: opacity .14s .14s ease-in-out,visibility 0s 0s linear,-moz-transform .14s .18s ease-in-out;
    -ms-transition: opacity .14s .14s ease-in-out,visibility 0s 0s linear,-ms-transform .14s .18s ease-in-out;
    -o-transition: opacity .14s .14s ease-in-out,visibility 0s 0s linear,-o-transform .14s .18s ease-in-out;
    transition: opacity .14s .14s ease-in-out,visibility 0s 0s linear,transform .14s .18s ease-in-out;
}

#overlayNav #mobileNavWrapper nav div a, #overlayNav #mobileNavWrapper nav div label {
    display: block;
    padding: .5em 0;
    font-size: 25px;
}



#overlayNav {
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    line-height: 1em;
    text-align: left;
    overflow: auto;
    pointer-events: none;
    background-color: rgba(245,245,245,.97);
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
    -moz-transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
    -ms-transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
    -o-transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
    transition: opacity .14s 0s ease-in-out,visibility 0s .14s linear;
}

ul.two {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
ul.two li {
    width: 50%;
    float: left;
    padding-right: 40px;
}

.lists-icons img {
    margin-bottom: 5px;
    width: 25px;
    height: initial;
    margin-right: 0px;
}
.lists-icons div {
    margin-bottom: 5px;
}
.list-content .list-image,
.list-content .list-text {
    display: inline-block;
}

.list-content .list-image{
    text-align: right;
}
.list-content .list-text {
    text-align: left;
}


.request-list {
    margin: 50px 0 0px;
}
.request-list h2{
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 15px;
}
.request-list ul li{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
}
.request-list ul li b{
    text-transform: uppercase;
}
.request-list a.green-btn{
    color: #fff;
    padding: 10px 5px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    margin: 20px auto;
    width: 250px;
    text-align: center;
    border: 2px solid;
    text-transform: capitalize;
    background: #070760;
    border-radius: 8px;
    font-weight: bold;
}
.request-list a.green-btn:hover{
    background-color: #00009e;
    color: #fff;
}

.package-item-inner .img {
    position: relative;
}
.package-item-inner .img img{
    width: 100%;
    height: auto;
    max-width: 100%;
    z-index: -1;
}
div#top-pick-carousel .package-item-inner .img img{
    max-width: initial;
}
.package-item-inner .img .featured{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.package-item-inner .img .featured p{
    margin: 0;
    padding: 15px;
    background: #ff4c00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.package-item-inner .img .special{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.package-item-inner .img .special p{
    margin: 0;
    padding: 15px;
    background: #070760;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.package-item-inner .show-content {
    position: relative;
}
.package-item-inner .show-content .box {
    z-index: -1;
}
.package-item-inner .show-content p.price{
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 0;
    min-height: auto;
    width: initial;
}
.package-item-inner .show-content p.price span {
    font-size: 14px;
    line-height: 15px;
    width: initial;
    display: block;
}
.package-item-inner .show-content p.price.price-inquire{
    font-size: 20px;
}

.package-item-inner .show-more-btn{
    display: none;
}
.package-item-inner h2.item-title {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    min-height: auto;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0; 
}
.package-item-inner h2.item-title a{
    color: #fff;
    cursor: pointer;
}
.package-item-inner .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
    color: #fff;
    z-index: 999;
}
.package-item-inner .overlay-content .box {
    padding: 10px;
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.package-item-inner .overlay-content:hover .box {
    background: rgba(0, 0, 0, 0.8);
}

.package-item-inner .overlay-content .quote-button:hover{
    text-decoration: none;
    background-color: #00009e;
}
.package-item-inner .overlay-content .quote-button{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 5px;
    float: right;
    font-size: 16px;
    cursor: pointer;
    background: #070760;
    border-radius: 4px;
    font-weight: bold;
}

.package-items .package-item-inner .img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.package-items .package-item-inner .img img{
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: initial;
    z-index: -1;
}
.package-items .package-item-inner .img .featured{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.package-items .package-item-inner .img .featured p{
    margin: 0;
    padding: 15px;
    background: #ff4c00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.hot-item .img .featured{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.hot-item .img .featured p{
    margin: 0;
    padding: 15px;
    background: #ff4c00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.package-items .package-item-inner .img .special{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.package-items .package-item-inner .img .special p{
    margin: 0;
    padding: 15px;
    background: #070760;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.package-items .package-item-inner .img .corporate{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.package-items .package-item-inner .img .corporate p{
    margin: 0;
    padding: 15px;
    background: #0d890d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.package-items .package-item-inner .show-content {
    position: relative;
}
.package-items .package-item-inner .show-content .box {
    z-index: -1;
}
.package-items .package-item-inner .show-content p.price{
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 0;
    min-height: 30px;
    width: initial;
}
.package-items .package-item-inner .show-content p.price span {
    font-size: 14px;
    line-height: 15px;
    width: initial;
    display: block;
}
.package-items .package-item-inner .show-content p.price.price-inquire{
    font-size: 19px;
}

.package-items .package-item-inner .show-more-btn{
    display: none;
}
.package-items .package-item-inner h2.item-title {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    min-height: 26px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0; 
}
.package-items .package-item-inner h2.item-title a{
    color: #fff;
    cursor: pointer;
}
.package-items .package-item-inner .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
    color: #fff;
    z-index: 999;
}
.package-items .package-item-inner .overlay-content .box {
    padding: 10px;
    display: initial;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}
.package-items .package-item-inner:hover .overlay-content .box {
    background: rgba(0, 0, 0, 0.8);
}

.package-items .package-item-inner .overlay-content .quote-button:hover{
    text-decoration: none;
}
.package-items .package-item-inner .overlay-content .quote-button{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 5px;
    float: right;
    font-size: 16px;
    cursor: pointer;
}
.package-item-inner p.name a {
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    width: 100%;
    display: inline-block;
}
.package-item-inner p.name {
    margin-bottom: 0;
    display: inline-block;
    width: calc(100% - 130px);
}
.package-item-inner p.price a {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}


#productList .product .product-image {
    height: 200px;
    overflow: hidden;
    text-align: center;
}
#productList .product .product-title:hover{
    text-decoration: none;
}
#productList .product .product-title{
    text-align: center;
    min-height: 50px;
}

.top-pick-carousel #byo {
    background: rgba(0, 0, 0, 0.65);
}


.request-form-all form {
    background: none;
    color: #000;
    padding: 20px 20px 0;
    border: 0;
    display: inline-block;
    width: 100%;
}
.request-form-all form select {
    color: #000;
    border-color: #000;
    border: 1px solid #000;
    background: none;
}
.request-form-all form select option.most-popular {
    font-weight: bold;
    background: url(https://dev.golftripjunkie.com/frontend/default/images/gtj-logo-img.png);
}
.request-form-all form input[type="text"] {
    background: none;
    border: 1px solid #000;
    color: #000;
}
.request-form-all form textarea {
    min-height: 130px;
    width: 100%;
    color: #000;
    padding: 10px;
    background: transparent;
    padding: 10px;
    border: 1px solid #000;
}

.request-form-all form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #323232;
}
.request-form-all form textarea::-moz-placeholder { /* Firefox 19+ */
    color: #323232;
}
.request-form-all form textarea:-ms-input-placeholder { /* IE 10+ */
    color: #323232;
}
.request-form-all form textarea:-moz-placeholder { /* Firefox 18- */
    color: #323232;
}
.request-form-all form textarea::placeholder {
    color: #323232;
}

.request-form-all form .radio-buttons a:hover, 
.request-form-all form .radio-buttons a.active {
    background: #070760;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #000;
}
.request-form-all form .radio-buttons a {
    cursor: pointer;
    padding: 7px 15px;
    font-family: "Nunito", sans-serif;
    font-size: 17px;
    font-weight: 900;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #070760;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    width: 50%;
    float: left;
    margin: auto;
    background: transparent;
    color: #000;
}
.request-form-all form input {
    border-radius: 0;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 5px 10px;
}


.carousel-inner > .item {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 0;
  -webkit-transition: opacity 5s ease;
       -o-transition: opacity 5s ease;
          transition: opacity 5s ease;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.carousel-inner > .item:first-of-type {
  position: relative;
}
.carousel-inner > .active {
  opacity: 1;
  z-index: 3;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  -webkit-transition: opacity 0.6s ease-in-out;
       -o-transition: opacity 0.6s ease-in-out;
          transition: opacity 0.6s ease-in-out;
  opacity: 1;
  left: 0;
  z-index: 2;
}
.carousel-inner > .active.left,
.carousel-inner > .active.right {
  z-index: 1;
}
.carousel-control {
  z-index: 4;
}


.breadcrumbs {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    margin: auto;
    max-width: 1255px;
    padding: 10px;
    display: none;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0px;
    background-color: transparent;
}
.breadcrumb a:focus{
    outline: none;
}
.breadcrumb li{
    line-height: 25px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\00bb";
    line-height: 10px;
    display: inline;
    font-size: 20px;
}

.filters {
    text-align: center;
}

.filters select{
    font-size: 16px;
    padding: 5px 5px;
    width: 200px;
    color: #070760;
}
.filters .flt {
    display: inline-block;
    margin: 10px;
}

body.homepage .breadcrumbs {
    display: none;
}

div.copyright{
    padding-bottom: 20px;
    background-color: #070760;
}


.top-pick-carousel {
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

.top-pick-carousel #byo h4 {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin: 0px 0 20px;
}

#byo {
    background: #070760;
    color: #fff;
}
.top-pick-carousel #byo {
    background: rgba(0, 0, 0, 0.65);
    padding: 15px;
}


.hp-top-video {
    max-height: 70vh;
    overflow: hidden;
}
.hp-top-video .video {
    margin-top: -100px;
}
.hp-top-video .video video {
    width: 100%;
    height: auto;
}

.hp-top-slider {
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: -100px;
}
.hp-top-slider .item {
    width: 100%;
}
.hp-top-slider .item .img {
    position: relative;
}
.hp-top-slider .item .img img {
    width: 100%;
    height: auto;
}
.hp-top-slider .item .img p {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 9;
    color: #fff;
    font-size: 40px;
    text-shadow: 2px 2px black;
}
.hp-top-slider .owl-controls {
    display: none;
}


.header-banner-area {
/*    background: url('../images/package/palm-springs-golf-packages.jpg') center center no-repeat;*/
/*    background-size: cover;*/
    padding: 15px;
    padding-top: 15%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-banner-area form .destination {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0 10px;
}
.header-banner-area form .dates {
    display: inline-block;
    width: 35%;
    float: left;
    padding: 0 10px;
}
.header-banner-area form .dates .date-input {
    width: 48%;
    float: left;
}
.header-banner-area form .dates .date-input.start {
    margin-right: 4%;
}
.header-banner-area form .no-golfers {
    display: inline-block;
    width: 20%;
    float: left;
    padding: 0 10px;
}
.header-banner-area form .go-button {
    display: inline-block;
    width: 20%;
    float: left;
    padding: 0 10px;
    padding-top: 30px;
}


.header-banner-area form {
    display: inline-block;
    width: 100%;
}
.header-banner-area form label{
    color: #fff;
    display: inline-block;
    width: 100%;
    margin: 0;
    line-height: 30px;
    font-size: 15px;
}
.header-banner-area form label span {
    font-size: 12px;
    margin-right: 3px;
}
.header-banner-area form label.error {
    margin: 0;
    font-size: 15px;
    color: red;
    line-height: 20px;
}
.header-banner-area form input{
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    width: 100%;
    outline: 0;
    background-image: none;
    height: 40px;
}
.header-banner-area form select{
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    width: 100%;
    outline: 0;
    background-image: none;
    height: 40px;
}
.header-banner-area form select optgroup {
    color: #000;
}
.header-banner-area form select option{
    color: #070760;
}
.header-banner-area form select option.st-george-golf-packages,
.header-banner-area form select option.horseshoe-bay-golf-packages,
.header-banner-area form select option.casa-de-campo-golf-packages,
.header-banner-area form select option.sandhills-golf-packages,
.header-banner-area form select option.sea-pines-resort-golf-packages,
.header-banner-area form select option.kiawah-island-golf-packages,
.header-banner-area form select option.tampa-golf-packages,
.header-banner-area form select option.streamsong-golf-packages,
.header-banner-area form select option.pebble-beach-golf-packages,
.header-banner-area form select option.palm-springs-golf-packages,
.header-banner-area form select option.scottsdale-golf-packages{
    color: #070760 ;
    font-weight: bold;
}
.header-banner-area form .date-input{
    width: 100%;
}
.header-banner-area form button{
    cursor: pointer;
    padding: 5px 10px;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 900;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #fff;
    text-transform: capitalize;
    background: #ff4c00;
    color: #fff;
    height: 40px;
}
.header-banner-area form button:hover{
    background: #e24401;
}


.top-request-form form h3{
    border: 0;
}
.top-request-form form .input-group {
    width: 48%;
    float: left;
    margin-bottom: 20px;
}
.top-request-form form .col-xs-12 {
    margin-bottom: 20px;
}
.top-request-form form .col-xs-12 .input-group{
    margin-bottom: 0px;
}
.top-request-form form .input-group:first-child {
    margin-right: 4%;
}
.top-request-form form .input-group.full-width {
    width: 100%;
}
.top-request-form form input[type="text"] {
    border-radius: 0;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.top-request-form form .line{
    margin-bottom: 10px;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #bebebe!important;
    cursor: no-drop!important;
}
.datepicker table tr td, .datepicker table tr th{
    color: #000;
}

/*blog page*/

h1.blog-title {
    text-align: center;
}
.filter-blog {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.filter-blog select {
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
}
.row.all-posts {
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.content-blog .result{
    text-align: center;
    margin-bottom: 50px;
}
.content-blog .result .date{
    color: rgba(23,23,23,.7);
    display: block;
    margin: 10px 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: none;
}

.content-blog .result .title{
    font-family: 'Roboto';
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    line-height: 1.4;
    /*min-height: 100px;*/
    text-transform: none;
    color: #070760;
    margin: 10px 0;
    display: inline-block;
}
.content-blog .result .title:hover{
    color: rgba(17,34,204,.7);
    text-decoration: none;
}

.content-blog .result .categories {
    text-align: center;
}
.content-blog .result .categories a{
    color: rgba(23,23,23,.7);
    display: inline-block;
    margin: 10px 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.content-blog .result .categories a:hover{
    color: rgba(17,34,204,.7);
    text-decoration: none;
}
.content-blog .result .image {
    overflow: hidden;
}
.content-blog .result .image img {
    display: block;
    /*margin: 15px auto;*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.content-blog .result .image:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.content-blog .result .short-desc {
    max-width: 600px;
    display: block;
    margin: auto;
    text-align: left;
}
.content-blog .result .short-desc p{
    font-family: 'Nunito';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .05px;
    line-height: 1.5em;
    color: #171717;
}
.content-blog .result a.read-more:after{
    content: " \279D";
    font: normal .9em sans-serif;
}
.content-blog .result a.read-more:hover{
    color: #12c;
    text-decoration: none;
}
.content-blog .result a.read-more{
    font-family: 'Nunito';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .05px;
    text-align: left;
}


.blog-article .date{
    color: rgba(23,23,23,.7);
    display: block;
    margin: 10px 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: none;
    text-align: center;
}

.blog-article .title{
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 1.1em;
    letter-spacing: .02em;
    text-transform: none;
    color: #070760;
    margin: 30px 0;
    text-align: center;
    display: block;
    text-align: center;
}
.blog-article .categories {
    text-align: center;
}
.blog-article .categories a:hover{
    color: rgba(17,34,204,.7);
    text-decoration: none;
}
.blog-article .categories a{
    color: rgba(23,23,23,.7);
    display: inline-block;
    margin: 10px 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.blog-article p {
    font-size: 16px;
    line-height: 1.5;
}
.blog-article li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.blog-article div.right img{
    display: inline-block;
    margin-bottom: 10px;
}
.blog-article div.right {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}
.blog-article div.left img{
    display: inline-block;
    margin-bottom: 10px;
}
.blog-article div.left {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.blog-article span.credit{
    display: block;
    text-align: center;
    /*margin: 10px auto;*/
    clear: both;
    color: #171717;
    font-size: 12px;
}

.blog-article .carousel {
    margin-bottom: 20px;
}
.blog-article .carousel img{
    width: 100%;
}

.blog-navigation {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.blog-navigation a{
    display: inline-block;
    margin: 10px;
    font-weight: bold;
}
.blog-navigation a.active{
    background: #070760;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}
.blog-navigation a.arrow-left{
    float: left;
    margin-left: 0;
}
.blog-navigation a.arrow-right{
    float: right;
    margin-right: 0;
}

.antispam {
    display: none;
}

.sqs-block-code img.img-display{
    display: block!important;
    margin: auto; 
}

.relative-blogs {
    border-top: 5px solid #1e3097;
    margin-top: 50px;
}
.relative-blogs .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.relative-blogs h2 {
    text-align: center;
    margin: 30px 0;
}
.relative-blogs .item {
    text-align: center;
    margin-bottom: 30px;
}
.relative-blogs .item .img {
    overflow: hidden;
}
.relative-blogs .item .img img{
    height: 200px;
    width: initial;
    max-width: 200%;
    display: block;
    margin: auto;
}
.relative-blogs .item p.desc a{
    margin: 10px 0;
    display: inline-block;
}


.slider-blogs {
    position: relative;
}
.slider-blogs h2 {
    text-align: center;
    margin: 30px 0;
}
.slider-blogs .owl-carousel {
}
.slider-blogs .owl-controls {
    display: none;
}
.slider-blogs .flex-direction-nav {
    position: absolute;
    height: 30px;
    width: 100%;
    top: 45%;
    left: 0;
    display: inline-block;
}
.slider-blogs .flex-direction-nav .flex-prev{
    background: none;
    display: block;
    position: absolute;
    top: 0;
    font-size: 25px;
    left: -30px;
    cursor: pointer;
    opacity: 1;
    transition: background .0s ease-in;
    -moz-transition: background .0s ease-in;
    -webkit-transition: background .0s ease-in;
    z-index: 99;
}
.slider-blogs .flex-direction-nav .flex-next{
    background: none;
    display: block;
    position: absolute;
    top: 0;
    font-size: 25px;
    right: -30px;
    cursor: pointer;
    opacity: 1;
    transition: background .0s ease-in;
    -moz-transition: background .0s ease-in;
    -webkit-transition: background .0s ease-in;
    z-index: 99;
}
.slider-blogs .item {
    text-align: center;
}
.slider-blogs .item p {
    margin: 10px 0;
    display: block;
    line-height: 1.5;
    font-size: 16px;
}
.slider-blogs .item .img {
    overflow: hidden;
}
.slider-blogs .item .img img {
    height: 200px;
    width: initial;
    max-width: 200%;
    display: block;
    margin: auto;
}



/*news page*/

.all-news {
    margin-bottom: 30px;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

}
.all-news .item {
    margin-bottom: 30px;
}
.all-news .item .inner {
    border: 1px solid #ccc;
    padding: 10px;
    height: 100%;
}
.all-news .item .image {
    overflow: hidden;
}
.all-news .item .image img {
    width: auto;
    max-height: 100px;
    margin: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.all-news .item:hover .image img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.all-news .item .title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #070760;
    text-align: center;
    margin: 10px 0;
    display: block;
}
.all-news .item .title:hover {
    color: rgba(17,34,204,.7);
    text-decoration: none;
}

/*end new page*/


.sqs-block-archive .archive-group-list, 
.sqs-block-archive .archive-item-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sqs-block-archive .archive-group-list li, 
.sqs-block-archive .archive-item-list li {
    margin-bottom: 10px;
}
.sqs-block-archive .archive-group-count::before {
    content: "(";
}
.sqs-block-archive .archive-group-count::after {
    content: ")";
}
.sqs-gallery-block-stacked .image-wrapper {
    margin: 0 0 1px 0;
    line-height: 1px;
}
.image-wrapper {
    padding-bottom: 21px;
}

.corporate-content .corporate {
    margin-bottom: 30px;
}
.corporate-content .corporate .relative{
    position: relative;
}
.corporate-content .corporate .box {
    padding: 10px;
    display: initial;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: left;
    max-height: 100%;

}
.corporate-content .corporate:hover .box {
    background: rgb(255, 255, 255);
    color: #000;
    border: 1px solid #070760;
    text-align: center;
    top: 0;
}
.corporate-content .corporate .image-block-wrapper .img img{
    width: 100%;
}
.corporate-content .corporate .box .country {
    font-size: 28px;
    font-weight: bold;
}
.corporate-content .corporate .box .title p{
    font-size: 23px;
}
.corporate-content .corporate .box .desc {
    display: none;
}
.corporate-content .corporate:hover .box .desc {
    display: block;
}
.corporate-content .corporate .box .desc p{
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 18px;
}
.corporate-content .corporate .box .button-inquire a:hover{
    font-size: 16px !important;
    text-decoration: none;
    background-color: #00009e;
    
}
.corporate-content .corporate .box .button-inquire a{
    color: #fff!important;
    border: 1px solid #fff;
    padding: 10px 5px;
    float: right;
    font-size: 16px!important;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    background: #070760;
}
.corporate-content .corporate .box .button-inquire.hover-btn{
    display: none;
}

.corporate-content .corporate:hover .box .button-inquire {
    display: none;
}
.corporate-content .corporate:hover .box .button-inquire.hover-btn {
    display: inline-block;
}

.testimonials-slider .item .source {
    font-size: 14px;
    font-weight: bold;
}
.testimonials-slider .item img.quote-img{
    width: 50px;
    margin: auto;   
}
.testimonials-slider .item h4{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
}


/*faqs page*/

.faq-resort-links {
    display: inline-block;
    width: 100%;
    margin-top: 20px;

    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}
.faq-resort-links .categ-section {
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.faq-resort-links .categ-section h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0px;
}
.faq-resort-links .categ-section .links {
    display: inline-block;
    width: 100%;
}
.faq-resort-links .categ-section .links a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.faq-content h3.categ-title {
    font-size: 25px;
}
.faq-content .panel-faq {
    margin-bottom: 50px;
}
.faq-content .panel-faq .panel.panel-default{
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.faq-content .panel-faq .panel-heading {
    background: none;
    border: 0;
    box-shadow: none;
    outline: 0;
    padding: 0px;
}
.faq-content .panel-faq .panel-heading .panel-title a:focus,
.faq-content .panel-faq .panel-heading .panel-title a:active,
.faq-content .panel-faq .panel-heading .panel-title a:hover {
    text-decoration: none;
    outline: none;
}
.faq-content .panel-faq .panel-heading .panel-title a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-transform: none;
    color: #070760;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    position: relative;
    padding-right: 20px;
}
.faq-content .panel-faq .panel-heading .panel-title a span {
    float: right;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 17px;
}
.faq-content .panel-faq .panel-heading .panel-title a span.glyphicon-menu-up {
    display: block;
}
.faq-content .panel-faq .panel-heading .panel-title a span.glyphicon-menu-down {
    display: none;
}
.faq-content .panel-faq .panel-heading .panel-title a.collapsed span.glyphicon-menu-up {
    display: none;
}
.faq-content .panel-faq .panel-heading .panel-title a.collapsed span.glyphicon-menu-down {
    display: block;
}
.faq-content .panel-faq .panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    padding: 0;
}
.faq-content .panel-faq .panel-body h2,
.faq-content .panel-faq .panel-body h3 {
    font-size: 25px;
}
.faq-content .panel-faq .panel-body,
.faq-content .panel-faq .panel-body p,
.faq-content .panel-faq .panel-body li {
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}

.faq-content .panel-faq .item {
    margin-bottom: 30px;
}
.faq-content .panel-faq .item h4 {
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
.faq-content .panel-faq .item h4 span {
    font-size: 16px;
}
.faq-content .panel-faq .item .content {
    display: none;
}


.package-faqs {
    margin-bottom: 50px;
}
.package-faqs h2 {
    text-align: center;
    margin: 30px 0;
}
.package-faqs h3 {
    /*text-align: center;*/
    margin: 30px 0 10px;
    font-size: 25px;
}
.package-faqs a.see-all {
    padding: 10px 20px;
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
    color: #fff;
    background-color: #070760;
    border-radius: 4px;
    width: 150px;
    margin: auto;
    display: block;
}
.package-faqs a.see-all:hover {
    background-color: #01458e;
    text-decoration: none;
}
.faq-content .package-faqs .panel-faq .panel.panel-default {
    margin: 0;
}
.faq-content .package-faqs .panel-faq .panel-heading {
    padding: 0;
}
.faq-content .package-faqs .panel-faq .panel-heading .panel-title a {
    font-size: 20px;
    text-align: left;
}
.faq-content .package-faqs .panel-faq .panel-heading .panel-title a span {
    font-size: 16px;
    top: 12px;
}



.request-form-all form {
    background: none;
    color: #000;
    padding: 20px 20px 0;
    border: 0;
    display: inline-block;
    width: 100%;
}
.request-form-all form select option.st-george-golf-packages,
.request-form-all form select option.horseshoe-bay-golf-packages,
.request-form-all form select option.casa-de-campo-golf-packages,
.request-form-all form select option.sandhills-golf-packages,
.request-form-all form select option.sea-pines-resort-golf-packages,
.request-form-all form select option.kiawah-island-golf-packages,
.request-form-all form select option.tampa-golf-packages,
.request-form-all form select option.streamsong-golf-packages,
.request-form-all form select option.pebble-beach-golf-packages,
.request-form-all form select option.palm-springs-golf-packages,
.request-form-all form select option.scottsdale-golf-packages{
    color: #070760 ;
    font-weight: bold;
}
.request-form-all form select {
    color: #000;
    border-color: #000;
    border: 1px solid #000;
}
.request-form-all form input[type="text"] {
    background: none;
    border: 1px solid #000;
    color: #000;
}
.request-form-all form textarea {
    min-height: 130px;
    width: 100%;
    color: #000;
    padding: 10px;
    background: transparent;
    padding: 10px;
    border: 1px solid #000;
}

.request-form-all form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #323232;
}
.request-form-all form textarea::-moz-placeholder { /* Firefox 19+ */
    color: #323232;
}
.request-form-all form textarea:-ms-input-placeholder { /* IE 10+ */
    color: #323232;
}
.request-form-all form textarea:-moz-placeholder { /* Firefox 18- */
    color: #323232;
}
.request-form-all form textarea::placeholder {
    color: #323232;
}

.request-form-all form .radio-buttons a:hover, 
.request-form-all form .radio-buttons a.active {
    background: #070760;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #000;
}
.request-form-all form .radio-buttons a {
    cursor: pointer;
    padding: 7px 15px;
    font-family: "Nunito", sans-serif;
    font-size: 17px;
    font-weight: 900;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #070760;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    width: 50%;
    float: left;
    margin: auto;
    background: transparent;
    color: #000;
}
.request-form-all form input {
    border-radius: 0;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 5px 10px;
}


.home-top-block {
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
}

body.pg-ie .home-top-block {
    padding-top: 0;
    margin-top: -15px;
    margin-bottom: 0;
    padding-bottom: 0;
}
body.pg-ie .breadcrumbs { 
    padding-top: 0;
}
.request-testimonial {
    position: relative;
}
.request-testimonial .item {
    max-width: 90%;
    display: block;
    margin: auto;
    text-align: center;
}
.request-testimonial .navigation {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.request-testimonial .flex-direction-nav {
    position: absolute;
    height: 30px;
    width: 100%;
    top: 25%;
    display: inline-block;
}
.request-testimonial .flex-direction-nav .flex-prev{
    background: none;
    display: block;
    position: relative;
    top: 0;
    font-size: 25px;
    left: 0;
    cursor: pointer;
    opacity: 1;
    transition: background .0s ease-in;
    -moz-transition: background .0s ease-in;
    -webkit-transition: background .0s ease-in;
    z-index: 99;
    width: 30px;
}
.request-testimonial .flex-direction-nav .flex-next{
    background: none;
    display: block;
    position: absolute;
    top: 0;
    font-size: 25px;
    right: 0;
    cursor: pointer;
    opacity: 1;
    transition: background .0s ease-in;
    -moz-transition: background .0s ease-in;
    -webkit-transition: background .0s ease-in;
    z-index: 99;
    width: 30px;
}


.testimonials-page-slider-new {
    margin-bottom: 100px;
    position: relative;
}
.testimonials-page-slider-new .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.testimonials-page-slider-new .tstm {
    margin-bottom: 30px;
}
.testimonials-page-slider-new .box{
    position: relative;
    display: inline-block;
    width: 100%;
}
.testimonials-page-slider-new .tstm .img {
    width: 50%;
    float: left;
}
.testimonials-page-slider-new .tstm .img img{
    width: 100%;
    height: auto;
}
.testimonials-page-slider-new .tstm .img.no-img {
    height: auto;
    background: black;
    display: inline-block;
    width: 100%;
    float: none;
    position: relative;
    display: none;
}


.testimonials-page-slider-new .tstm .overlay {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0px;
    background: rgb(7, 7, 96);
    padding: 10px;
    color: #fff;
    width: 50%;
    height: 100%;
    float: right;
}
.testimonials-page-slider-new .tstm .img.no-img + .overlay {
    position: relative;
    width: 100%;
    top: initial;
    bottom: initial;
    right: initial;
    height: initial;
    float: none;
    min-height: 250px;
}
.testimonials-page-slider-new .tstm .overlay img{
    width: 40px;
    float: left;
    margin-right: 10px;
}
.testimonials-page-slider-new .tstm .overlay p.author{
    font-weight: bold;
    font-size: 16px;
}
.testimonials-page-slider-new .tstm .overlay p.desc{
    font-size: 17px;
    line-height: 23px;
    font-style: italic;
}
.testimonials-page-slider-new .tstm .overlay p.desc a {
    display: block;
    color: #fff;
    font-style: italic;
    font-weight: bold;
}
.testimonials-page-slider-new .tstm .overlay .resort{
    font-weight: 500;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}


.testimonials-page-slider-new .tstm .overlay.show-text p a.expand {
    display: none;
}

.testimonials-page-slider-new .flex-direction-nav {
    position: absolute;
    height: 30px;
    width: 100%;
    top: 45%;
    left: 0;
    display: inline-block;
}
.testimonials-page-slider-new .flex-direction-nav .flex-prev{
    background: none;
    display: block;
    position: absolute;
    top: 0;
    font-size: 25px;
    left: -30px;
    cursor: pointer;
    opacity: 1;
    transition: background .0s ease-in;
    -moz-transition: background .0s ease-in;
    -webkit-transition: background .0s ease-in;
    z-index: 99;
}
.testimonials-page-slider-new .flex-direction-nav .flex-next{
    background: none;
    display: block;
    position: absolute;
    top: 0;
    font-size: 25px;
    right: -30px;
    cursor: pointer;
    opacity: 1;
    transition: background .0s ease-in;
    -moz-transition: background .0s ease-in;
    -webkit-transition: background .0s ease-in;
    z-index: 99;
}

.testimonials-slider-home .box {
    margin-top: 20px;
}
.testimonials-slider-home .box .video .youtube{
    margin-bottom: 0;
}
.testimonials-slider-home .box .video .youtube-popup img {
    width: 100%!important;
    height: auto;
    transform-style: initial;
}
.testimonials-slider-home .box .video .youtube .play-button {
    width: 60px;
    height: 40px;
}
.testimonials-slider-home .box .overlay {
    color: #000;
    text-align: center;
    margin: 15px 0;
}
.testimonials-slider-home .box .overlay  p.desc {
    font-size: 25px;
    line-height: 35px;
    font-style: italic;
    font-weight: 300;
    min-height: initial;
    margin: 0;
    height: initial;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
.testimonials-slider-home .box .overlay  p.author {
    font-size: 18px;
}
.testimonials-slider-home .box .stars {
    margin-top: 10px;
}
.testimonials-slider-home .box .stars span {
    font-size: 22px;
    color: #0d890d;
}

.button-center {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.button-center a{
    color: #fff!important;
    border: 1px solid #fff;
    padding: 10px 25px;
    font-size: 17px;
    cursor: pointer;
    background: #070760;
    border-radius: 4px;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
    margin: 4px;
}
.button-center a:hover{
    background-color: #00009e;
    text-decoration: none;
}


.testimonials-page-slider .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.video-testimonials .bg {
    display: inline-block;
    background: #070760;
    margin-bottom: 20px;
    min-height: 180px;
    width: 100%;
}
.video-testimonials .video {
    text-align: center;
    width: 100%;
    float: left;
}
.video-testimonials .video .youtube-popup{
    margin-bottom: 0px;
}
.video-testimonials .video .youtube-popup img{
    width: 100%!important;
    height: auto;
    transform-style: initial;
}
.video-testimonials .video p.name{
    font-size: 18px;
}
.video-testimonials .video .stars {
    margin-top: 10px;
}
.video-testimonials .video .stars span{
    font-size: 20px;
    color: #0d890d;
}
.video-testimonials .text {
    width: 100%;
    float: left;
    background: #070760;
    color: #fff;
    padding: 10px;
    min-height: 175px;
}
.video-testimonials .text p.short_desc.desc {
    font-style: italic;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 5px;
}
.video-testimonials .text .resort {
    font-size: 16px;
    margin-bottom: 10px;
}
.video-testimonials .text p.author {
    font-size: 16px;
}


.top-testimonials{
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
.top-testimonials p.big-quote{
    font-size: 30px;
    line-height: 40px;
    font-style: italic;
    font-family: 'calluna-sans';
}
.top-testimonials p.author{
    font-family: calluna-sans;
    font-weight: 600;
    font-size: 22px;
    margin-top: 20px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.scoreboards_items, .scoreboard_item {
    float:left;
}
.vochers_items, .vocher_item {
    float:left;
}

.modal{
    z-index: 10001;
}
.datepicker-dropdown{
    z-index: 10000 !important;
}
#request-quote-form h3 ,
#request-quote-form h4 {
    font-family: Roboto;
}


.testimonials-slider {
    position: relative;
}
.testimonials-slider .item {
    max-width: 90%;
    display: block;
    margin: auto;
    text-align: center;
}
.testimonials-slider .navigation {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.testimonials-slider .flex-direction-nav {
    position: absolute;
    height: 30px;
    width: 100%;
    top: 45%;
    display: inline-block;
}
.testimonials-slider .flex-direction-nav .flex-prev{
    background: none;
    display: block;
    position: relative;
    top: 0;
    font-size: 25px;
    left: 0;
    cursor: pointer;
    opacity: 1;
    transition: background .0s ease-in;
    -moz-transition: background .0s ease-in;
    -webkit-transition: background .0s ease-in;
    z-index: 99;
    width: 30px;
}
.testimonials-slider .flex-direction-nav .flex-next{
    background: none;
    display: block;
    position: absolute;
    top: 0;
    font-size: 25px;
    right: 0;
    cursor: pointer;
    opacity: 1;
    transition: background .0s ease-in;
    -moz-transition: background .0s ease-in;
    -webkit-transition: background .0s ease-in;
    z-index: 99;
    width: 30px;
}
.testimonials-slider .item .source {
    font-size: 14px;
    font-weight: bold;
}

#homepagePlanner .form-submit-button {
    width: 250px;
    height: 50px;
    max-width: 90%;
    padding: 8px 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: none;
    color: #ffffff;
    background: #0e970e;
    box-shadow: none;
    text-shadow: none;
    background: #ff4c00;
    font-weight: bold;
    border-radius: 5px;
}

.home-blog-slider {
    padding: 0 5px;
    margin-right: -15px;
    margin-left: -15px;
}
.home-blog-slider .item {
    padding: 10px;
}
.home-blog-slider .item .img {
    overflow: hidden;
}
.home-blog-slider .item .img img{
    height: 250px;
    width: initial;
    min-width: 100%;
    max-width: 200%;
}
.home-blog-slider .item p a:hover{
    color: #000;
}
.home-blog-slider .item p a{
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
    color: #12c;
    font-size: 19px;
    text-decoration: none;
    margin: 15px 0;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    min-height: 90px;

}
.home-blog-slider .owl-controls{
    display: none;
}
.home-blog-slider .navigation p{
    font-family: Nunito;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: none;
    color: #12c;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 10px;
}
.home-blog-slider .navigation {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.home-blog-slider .flex-direction-nav {
    position: relative;
    height: 30px;
    width: 70px;
    float: right;
    display: inline-block;
}
.home-blog-slider .flex-direction-nav .flex-prev{
    background: none;
    display: block;
    position: relative;
    top: 0;
    font-size: 25px;
    left: 0;
    cursor: pointer;
    opacity: 1;
    transition: background .0s ease-in;
    -moz-transition: background .0s ease-in;
    -webkit-transition: background .0s ease-in;
    z-index: 99;
}
.home-blog-slider .flex-direction-nav .flex-next{
    background: none;
    display: block;
    position: absolute;
    top: 0;
    font-size: 25px;
    right: 0;
    cursor: pointer;
    opacity: 1;
    transition: background .0s ease-in;
    -moz-transition: background .0s ease-in;
    -webkit-transition: background .0s ease-in;
    z-index: 99;
}

.home-special .sqs-block.code-block.sqs-block-code.toggle-content {
    padding-left: 0;
    padding-right: 0;
}

.package-top-section {
    display: inline-block;
    width: 100%;
    background: url(../images/package/palm-springs-golf-packages.jpg) center center no-repeat;
    background-size: cover;
    min-height: 600px;
    padding: 15px;
    text-align: center;
}
.package-scottsdale-golf-packages {
    background: url(../images/package/scottsdale-golf-packages.jpg) center center no-repeat;
}
.package-palm-springs-golf-packages {
    background: url(../images/package/palm-springs-golf-packages.jpg) center center no-repeat;
}
.package-pebble-beach-golf-packages {
    background: url(../images/package/pebble-beach-golf-packages.jpg) center center no-repeat;
}
.package-streamsong-golf-packages {
    background: url(../images/package/streamsong-golf-packages.jpg) center center no-repeat;
}
.package-orlando-golf-packages {
    background: url(../images/package/orlando-golf-pacakges.jpg) center center no-repeat;
}
.package-tampa-golf-packages {
    background: url(../images/package/tampa-golf-packages.jpg) center center no-repeat;
}
.package-pga-national-golf-packages {
    background: url(../images/package/pga-west-golf-packages.jpg) center center no-repeat;
}
.package-jacksonville-golf-packages {
    background: url(../images/package/jacksonville-golf-packages.jpg) center center no-repeat;
}
.package-miami-golf-packages {
    background: url(../images/package/miami-golf-packages.jpg) center center no-repeat;
}
.package-pinehurst-golf-packages {
    background: url(../images/package/pinehurst-golf-packages.jpg) center center no-repeat;
}
.package-sandhills-golf-packages {
    background: url(../images/package/sandhills-golf-packages.jpg) center center no-repeat;
}
.package-barefoot-golf {
    background: url(../images/package/barefoot-golf-packages.jpg) center center no-repeat;
}
.package-hilton-head-golf-packages {
    background: url(../images/package/hilton-head-golf-packages.jpg) center center no-repeat;
}
.package-kiawah-island-golf-packages {
    /*background: url(../images/package/kiawah-island-golf-packages.jpg) center center no-repeat;*/
    background: url(../images/package/kiawah-island-golf-packages-min27.jpg) center center no-repeat;
}
.package-san-antonio-golf-packages {
    background: url(../images/package/san-antonio-golf-packages.jpg) center center no-repeat;
}
.package-williamsburg-golf-packages {
    background: url(../images/package/williamsburg-golf-packages.jpg) center center no-repeat;
}
.package-casa-de-campo-golf-packages {
    background: url(../images/package/casa-de-campo-golf-packages.jpg) center center no-repeat;
}



.package-top-section h1 {
    color: #fff!important;
    margin: 40px 0!important;
    display: inline-block;
    background: rgb(0 0 0 / 50%);
    padding: 10px 30px;
}

.package-form {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    text-align: left;
}
.package-form h4{
    padding-left: 15px;
    font-size: 25px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
}
.package-form .h4-center {
    text-align: center;
}   
.package-form .h4-center h4 {
    margin: 10px;
    padding: 0;
}
/*.package-form h4 a#show_form_byo {
    border-right: 2px solid;
    padding-right: 20px;
}*/
.package-form h4 a {
    cursor: pointer;
    font-weight: normal;
    color: #fff;
    /*background: #070760;*/
    background: #0d890d;
    padding: 15px 25px;
    margin: 10px;
    display: block;
    font-size: 22px;
    position: relative;
}
.package-form h4 a.active {
    font-weight: bold;
    background: #080861;
}
.package-form h4 a.active:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 15px  solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #080861;
    clear: both;
}
.package-form h4 a:hover {
    text-decoration: none;
    background: #0b6f0b;
}
.package-form h4 a.active:hover {
    text-decoration: none;
    background: #00009e;
}
.package-form h4 span {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    /*font-style: italic;*/
    /*padding: 5px;*/
    /*background: rgb(0 0 0 / 50%);*/
}


.hp-top-banner .package-form h4 a {
    background: #080861;
}
.hp-top-banner .package-form h4 a:hover {
    background: #00009e;
}
.hp-top-banner .package-form h4 a.active {
    background: #0d890d;
}
.hp-top-banner .package-form h4 a.active:after {
    border-top: 15px solid #0d890d;
}
.hp-top-banner .package-form h4 a.active:hover {
    background: #0b6f0b;
}

.package-form #byo > a {
    font-size: 25px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    color: #fff;
    font-weight: 300;
}
.package-form #byo {
    /*background: rgba(0, 0, 0, 0.65);*/
    background: none;
    padding: 15px;
    color: #fff;
}
.package-form form {
    display: inline-block;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.65);
}
.package-form form label {
    color: #fff;
}
.package-form form label.error {
    color: red;
}
.package-form form label  span {
    font-size: 12px;
    margin-right: 3px;
}
.package-form form input{
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
}
.package-form form select{
    color: #fff;
    font-size: 14px;
    height: 35px;
    line-height: 30px;
    border: 0;
    width: 100%;
    background: transparent;
    border-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 0;
}
.package-form form select optgroup {
    color: #000;
}
.package-form form select option {
    color: #000;
}
.package-form form select option.st-george-golf-packages,
.package-form form select option.horseshoe-bay-golf-packages,
.package-form form select option.casa-de-campo-golf-packages,
.package-form form select option.sandhills-golf-packages,
.package-form form select option.sea-pines-resort-golf-packages,
.package-form form select option.kiawah-island-golf-packages,
.package-form form select option.tampa-golf-packages,
.package-form form select option.orlando-golf-packages,
.package-form form select option.jacksonville-golf-packages,
.package-form form select option.streamsong-golf-packages,
.package-form form select option.pebble-beach-golf-packages,
.package-form form select option.palm-springs-golf-packages,
.package-form form select option.scottsdale-golf-packages{
    color: #070760;
    font-weight: bold;
}
.package-form form button:hover{
    background: #e24401;
}
.package-form form button{
    padding: 6px 15px;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 900;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #fff;
    text-transform: capitalize;
    margin-top: 5px;
    background: #ff4c00;
    color: #fff;
}
.package-form form .input-group.date-input{
    width: 45%;
    float: left;
    margin-right: 10%;
}
.package-form form .input-group.date-input:last-child{
    margin-right: 0;
}

.package-form form .golf-days {
    display: inline-block;
    width: 100%;
}
.package-form form .golf-days .golf-only {
    float: right;
}
.package-form form .golf-days .golf-only input {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}
.package-form form .golf-days .day {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    border: 1px solid #eee;
}
.package-form form .golf-days .day .day-title {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    max-width: 80px;
}
.package-form form .golf-days .day .day-no-holes label {
    margin-bottom: 10px;
}
.package-form form .golf-days .day .day-no-holes input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}

.form-package-adjust .form {
    background: #e8e8e8;
    padding: 15px;
}
.form-package-adjust .form input[type="text"] {
    height: 40px;
    background: #fff;
}
.form-package-adjust .form select {
    height: 40px;
    background: #fff;
}
.form-package-adjust .form select option.st-george-golf-packages,
.form-package-adjust .form select option.horseshoe-bay-golf-packages,
.form-package-adjust .form select option.casa-de-campo-golf-packages,
.form-package-adjust .form select option.sandhills-golf-packages,
.form-package-adjust .form select option.sea-pines-resort-golf-packages,
.form-package-adjust .form select option.kiawah-island-golf-packages,
.form-package-adjust .form select option.tampa-golf-packages,
.form-package-adjust .form select option.orlando-golf-packages,
.form-package-adjust .form select option.jacksonville-golf-packages,
.form-package-adjust .form select option.streamsong-golf-packages,
.form-package-adjust .form select option.pebble-beach-golf-packages,
.form-package-adjust .form select option.palm-springs-golf-packages,
.form-package-adjust .form select option.scottsdale-golf-packages{
    color: #070760;
    font-weight: bold;
}
.form-package-adjust .form button.button {
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 900;
    width: 100px;
    border: 0;
    text-transform: capitalize;
    margin-top: 6px;
    background: #ff4c00;
    color: #fff;
    height: 40px;
    display: block;
}
.form-package-adjust .form button.button:hover {
    background: #e24401;
}

.form-package-adjust .golf-days {
    display: inline-block;
    width: 100%;
}
.form-package-adjust .golf-days .golf-only {
    float: right;
}
.form-package-adjust .golf-days .golf-only input {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}
.form-package-adjust .golf-days .day {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    border: 1px solid #636363;
    background: #fff;
}
.form-package-adjust .golf-days .day .day-title {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    max-width: 80px;
}
.form-package-adjust .golf-days .day .day-no-holes label {
    margin-bottom: 10px;
}
.form-package-adjust .golf-days .day .day-no-holes input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}


.step-days .days-list {
    margin-bottom: 20px;
}
.step-days .days-list .day {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
}
.step-days .days-list .day p span {
    font-weight: 600;
}


.package-top-section {
    background: none;
    min-height: initial;
}
.package-top-section h1.package-title {
    color: #070760!important;
    background: none;
    margin: 30px 0!important;
}
.package-top-section h1 span {
    font-size: 13px;
    line-height: 1;
    background: #ff4c00;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-left: 20px;
    cursor: pointer;
}
.package-top-section h1 span:hover {
    background: #070760;
}
.package-top-section h1 span i {
    font-size: 10px;
    display: inline-block;
}
.top-text {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.package-top-section .package-form h4 span {
    display: inline-block;
    font-size: 20px;
    color: #070760;
    font-weight: 500;
}
.package-top-section .package-form #byo {
    padding: 0;
}
.package-top-section .package-form form {
    background: #080861;
}

div#YouTubeModal {
    background: #000c;
}
div#YouTubeModal .modal-dialog {
    margin: 0 auto;
    top: 10%;
}
div#YouTubeModal .modal-content {
    position: relative;
}
div#YouTubeModal .modal-header {
    padding: 0;
}
div#YouTubeModal .modal-header .close {
    position: absolute;
    top: -14px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #5e5e5e;
    z-index: 999;
    opacity: 1;
    text-shadow: none;
    color: #fff;
}
div#YouTubeModal .modal-header .close:hover {
    background: #000;
}
div#YouTubeModal .modal-body iframe {
    margin: 0!important;
    border-radius: 0!important;
}


.modal.package-details .modal-header button{
    font-size: 30px;
}
.modal.package-details .modal-header h4{
    font-size: 22px;
    font-weight: bold;
}
.modal.package-details .modal-body {
    text-align: left;
}
.modal.package-details .modal-body a.quote-button:hover {
    background-color: #fff;
    color: #ff4c00;
    text-decoration: none;
}
.modal.package-details .modal-body a.quote-button {
    background-color: #ff4c00;
    border: 2px solid #ff4c00;
    color: #fff;
    padding: 10px 20px;
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;

}


.request-form-all .form-control::-moz-placeholder{
    color: #000000 !important;
}
.request-form-all .checkbox label,
.request-form-all .radio label,
.request-form-all label {
    color: #000000 !important;
}
.request-form-all .checkbox label.error,
.request-form-all .radio label.error,
.request-form-all label.error {
    color: red !important;
}

.callout-buttons a.quote-button{
    float: left;
}
.callout-buttons a.testimonial-button{
    background-color: #070760;
    border: 2px solid #070760;
    color: #fff;
    padding: 10px 20px;
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    float: right;
    border-radius: 4px;
}
.callout-buttons a.testimonial-button:hover {
    background-color: #fff;
    color: #070760;
    text-decoration: none;

}

.modal.package-details p{
    font-size: 16px;
}
.modal.package-details p.green{
    color: #0e970e;
    text-align: center;
}
.modal.package-details p.red{
    color: red;
    text-align: center;
}


.elements-bottom {
    padding: 0 17px;
}
.elements-bottom h2{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-top: 0;
}

.sqs-block.socialaccountlinks-v2-block.sqs-block-socialaccountlinks-v2 {
    padding: 0;
}

.social-media .sqs-block.code-block.sqs-block-code {
    padding-bottom: 14px;
}
.social-media h4{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 7px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 1px;
}
.social-media p{
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.social-media .social-icons {
    text-align: center;
    margin: 20px 0;
}
.social-media .social-icons a {
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
}
.social-media .social-icons a:hover {
    color: #eb6e1e;
    text-decoration: none;
}

#preFooter .logo-section img {
    display: block;
    max-width: 200px;
    margin: 20px auto;
}

#preFooter {
    background-color: #070760;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

#preFooter {
    color: #c9c9c9;
}
.pre-footer-inner {
    -webkit-transition: all .25s ease-in-out .1s;
    -moz-transition: all .25s ease-in-out .1s;
    -ms-transition: all .25s ease-in-out .1s;
    -o-transition: all .25s ease-in-out .1s;
    transition: all .25s ease-in-out .1s;
}
.footer-inner, .pre-footer-inner {
    max-width: 1300px;
    padding: 0;
}


.pre-footer-inner .sqs-layout {
    padding: 34px;
}
.pre-footer-inner .sqs-layout {
    padding: 10px 20px;
}

.sqs-row {
    width: auto !important;
}

.sqs-layout > .sqs-row {
    margin-left: -17px;
    margin-right: -17px;
}
.sqs-layout:not(.sqs-editing) .sqs-block + .sqs-row .sqs-block:not(.float):first-child {
    padding-top: 17px;
}
.sqs-layout:not(.sqs-editing) > .sqs-row:first-child > [class*="sqs-col"]:first-child > .sqs-block:last-child, .sqs-layout:not(.sqs-editing) .sqs-block + .sqs-row .sqs-block:not(.float):last-child {
    padding-bottom: 17px;
}

#preFooter h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
}
.pre-footer-inner .phone-div p {
    color: #fff;
    margin-top: 3px;
}
.pre-footer-inner .phone-div p a {
    color: #fff;
    font-size: 18px;
}

.pre-footer-inner .phone-div {

    margin: 10px 0;
    text-align: center;

}

.pre-footer-inner .phone-div .phone a {

    color: #fff;
    font-size: 25px;
    line-height: 40px;

}
.pre-footer-inner .phone-div .phone img {

    width: 40px;
    margin-right: 5px;
    margin-top: -8px;

}
#preFooter h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
}

.newsletter-block .newsletter-form-field-wrapper label#email-error{
    color: #000;
}

.newsletter-block .newsletter-form-body {
    overflow: hidden;
}

.newsletter-block .newsletter-form-body {
    padding: 0;
    padding-bottom: 5px;
}
.newsletter-block .newsletter-form-wrapper {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: none;
}
.newsletter-block .newsletter-form-header-description p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.6em;
}
.newsletter-block .newsletter-form-footnote p:last-child {
    text-align: center;
}
.newsletter-block .newsletter-form-field-wrapper {
    display: inline-block;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding: 0;
}
.newsletter-block .newsletter-form-button {

    position: relative;
    width: auto;
    padding: 1em 2.25em;
    color: #fff;
    background-color: #070760;
    border: 1px solid #070760 !important;
    font-family: inherit;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.newsletter-block .newsletter-form-header-description {
    color: #fff;
}
.newsletter-block .newsletter-form-button-wrapper {
    display: inline-block;
    width: 40%;
    float: left;
    padding: 0;
    background: #eb6e1e;
    margin-top: 12px;
}
.newsletter-block .newsletter-form-button-wrapper button:hover{
    background: #e2610e;
}
.newsletter-block .newsletter-form-button-wrapper button{
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 9px 0;
    border-width: 0;
    text-align: center;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eb6e1e;
    border: 0!important;
}
.newsletter-block .newsletter-captcha {
    text-align: center;
}
.newsletter-block .newsletter-captcha .g-recaptcha > div {
    margin: auto;
}
.newsletter-block .newsletter-form-button {
    font-family: "roboto";
    font-weight: 300;
    font-size: 17px;
    letter-spacing: .5px;
    text-transform: none;
}

.newsletter-block .newsletter-form-field-wrapper label#email-error {
    color: #f00;
}
.newsletter-block .newsletter-form-footnote p {
    opacity: 0.7;
    margin: 0;
    padding: 0;
    font-size: 12px !important;
    line-height: normal;
    text-align: left;
}
.newsletter-block .newsletter-form-field-element {
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid transparent;
    font-family: inherit;
    font-size: 15px;
    line-height: normal;
    outline: none;
    -webkit-transition: background .3s ease-out,border .3s ease-out;
    -moz-transition: background .3s ease-out,border .3s ease-out;
    -ms-transition: background .3s ease-out,border .3s ease-out;
    -o-transition: background .3s ease-out,border .3s ease-out;
    transition: background .3s ease-out,border .3s ease-out;
}
.newsletter-block .newsletter-form-field-element {
    color: #333;
    height: 40px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 0.5em;
}
.newsletter-block .newsletter-form-header {
    width: 100%;
    margin: 0 auto;
}
.newsletter-block .newsletter-form-field-label {
    display: none;
}
.newsletter-block .newsletter-form-fields-wrapper {
    display: inline-block;
    width: auto;
    margin: 12px 0 0 0;
}

.newsletter-block .newsletter-form-fields-wrapper {
    width: 60%;
    float: left;
}
.newsletter-block .newsletter-form-field-element:focus {
    background: #fff;
}

.contact-details p img{
    width: 40px;
    margin-right: 10px;
    float: left;
}
.contact-details  p .phone{
    font-size: 30px;
    color: #070760;
    font-weight: bold;
    display: inline-block;
    line-height: 45px;
}
.form-wrapper .field-list .fields.name .field {
    width: 100%;
}
.form-wrapper .field-list .fields.name .field label{
    width: 100%;
    color: #333;
}
.form-wrapper .field-list .fields.name .field label.error {
    color: red;
    font-size: 14px;
}
.form-wrapper .field-list .field .field-element {

    width: 100%;
    padding: 10px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto auto;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.5;
    box-sizing: border-box;
    border-radius: 2px;

}
.form-wrapper .field-list .field {
    position: relative;
    margin: 0 0 24px;

}
.form-wrapper .field-list .title {
    color: #333;
    display: block;
} 
.form-wrapper .field-list label.error {
    color: red;
    font-weight: 600;
}
.form-wrapper .form-button-wrapper--align-center {
    text-align: center;
}

.form-wrapper .field-list textarea {
    min-height: 130px;
    resize: vertical;
}





/*contest page*/

.contest-content .imgs {
    text-align: center;
}
.contest-content .imgs img{
    display: inline-block;
    float: none;
    margin: 10px;
}
.contest-content .center{
    text-align: center;
}
.contest-content .dates {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.contest-content .dates .lft{
    width: 50%;
    float: left;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #000;
}
.contest-content .dates .rgt{
    width: 50%;
    float: right;
    text-align: left;
    display: inline-block;
    padding-left: 10px;
}

.contest-content .dates p{
    margin-bottom: 0;
}
.contest-content p {
    margin-bottom: 15px;
}
.contest-content p b{
    display: block;
}
.contest-content b.big{
    font-size: 30px;
    line-height: 40px;
}
.contest-content .included{
    text-align: left;
    max-width: 800px;
    margin: auto;
    display: block;
    margin-top: 50px;
}   
.contest-content .included b{
    display: inline-block;
}   

.title-block font{
    line-height: 50px;
}


.sidebar .sqs-block-button .sqs-block-button-element--large:hover {
    background-color: #00009e;
}
.sidebar .sqs-block-button .sqs-block-button-element--large {
    background: #070760;
}

.form-contest{
    max-width: 400px;
    margin: auto;
    display: block;
}
.form-contest .field-list .field {
    margin: 0 0 15px;
}

.form-wrapper.contact-form.form-contest label.error {
    color: red;
    font-size: 14px;
}
.form-contest input.button.sqs-system-button.sqs-editable-button{
    background: #ff4c00;
    color: #fff;
    border-radius: 5px;
}
.form-contest input.button.sqs-system-button.sqs-editable-button:hover{
    background: #e24401;
}
.dtpicker-compValue {
color: #2980B9 !important;
}
.dtpicker-buttonCont .dtpicker-button{
background: #070760 !important;
}

.dtpicker-header .dtpicker-value,
.dtpicker-header .dtpicker-close {
color: #070760 !important;
}

.form-control::-moz-placeholder {
    line-height: 30px;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header,
.dtp div.dtp-date, .dtp div.dtp-time ,
.dtp table.dtp-picker-days tr > td > a.selected{
    background: #070760 !important;
}
.dtp .p10 > a,
.dtp div.dtp-actual-year{
color:#ffffff;
}
.year-picker-item.active,
.year-picker-item:hover {
color:#070760;
}
.dtp-select-year-after,
.dtp-select-year-before,
.dtp-buttons {
    display: none !important;
}
.dtp .dtp-close {
    position: absolute;
    top: 0.3em;
    right: 1em;
}


.home-content .home-item .summary-item {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.home-content .home-item .summary-content {
    min-height: auto;
    position: absolute;
    z-index: 9;
    /*background: rgba(0, 0, 0, 0.4);*/
    bottom: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.sqs-block-summary-v2 .summary-thumbnail-outer-container {
    position: relative;
}

.home-content .home-item:hover .summary-content {
    /*background: rgba(0, 0, 0, 0.8);*/
}
.home-content .home-item .summary-thumbnail.img-wrapper img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-content .home-item:hover .summary-thumbnail.img-wrapper img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.home-content .home-item .summary-content .summary-title {
    text-align: left;
}
.home-content .home-item .summary-content .summary-title a:hover{
    font-size: 18px !important;
}
.home-content .home-item .summary-content .summary-title a{
    color: #fff!important;
    text-align: left;
}
.home-content .home-item .summary-content .summary-excerpt {
    text-align: left;
}
.home-content .home-item .summary-content .summary-excerpt p{
    text-align: left;
}
.home-content .home-item .summary-content .summary-excerpt a:hover{
    font-size: 18px !important;
}
.home-content .home-item .summary-content .summary-excerpt a{
    color: #fff!important;
    text-align: left;
}
.home-content .home-item .summary-content .summary-button {
    text-align: center;
    /*float: right;*/
}
.home-content .home-item .summary-content .summary-button a:hover{
    font-size: 16px !important;
    background-color: #00009e;
    text-decoration: none;
}
.home-content .home-item .summary-content .summary-button a{
    color: #fff!important;
    /*border: 1px solid #fff;*/
    padding: 10px;
    margin-bottom: 10px;
    float: right;
    font-size: 16px!important;
    cursor: pointer;
    background: #070760;
    border-radius: 4px;
    font-weight: bold;
}


/*search page*/
.dtp {
    z-index: 100000;
}

.copyright {
    display: block;
    margin: auto;
    /*max-width: 1100px;*/
}
.copyright .links {
    text-align: center;
}
.copyright .links a:focus{
    outline: none;
}
.copyright .links a{
    display: inline-block;
    color: #fff;
    margin: 10px;
    font-size: 16px;
}
.copyright .reserved{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.copyright center{
    padding-top: 15px;
}
#footer {

    color: #fff;

}
#footer {

    background-color: #070760;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;

}

.site-phone, .site-email {
    white-space: nowrap;
}

.site-address + .site-phone, .site-address + .site-email, .site-phone + .site-email {
    margin-left: 1em;
}

#siteInfo {
    font-family: "Raleway",Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: Raleway;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255,255,255,.8);
}

#siteInfo {
    margin-bottom: 1.5em;
    text-align: center;
}

#siteInfo a, #siteInfo a:visited {
    color: rgba(255,255,255,.8);
}

.antispam {
    display: none;
}
input:focus, textarea:focus, select:focus {

    box-shadow: 0 0 5px #2cc2e1 !important;
    border: 1px solid #2cc2e1 !important;

}

.quote-block figure {
    /*font-family: "Kameron",Georgia,serif;*/
    font-size: 27px;
    line-height: 1.35em;
    /*font-family: calluna-sans;*/
    font-weight: 400;
    font-style: italic;
    font-size: 17px;
    line-height: 1.15em;
    letter-spacing: 0px;
    color: #0000ad;
    padding: 10px 30px 30px;
    text-align: center;
    margin: 0;
}
.sqs-block-quote blockquote {
    margin: 0;
}

blockquote {
    margin: 0;
    padding: .5em 2.5em;
    font-style: italic;
    border-left: 1px solid #0000ad;
        border-left-width: 1px;
}

.quote-block blockquote {
    padding: 0;
    border-left-width: 0;
    font-style: inherit;
}
.quote-block .source {
    font-size: .625em;
    padding-top: .5em;
    text-align: center;
}
.quote-block blockquote > span:first-child {
    font-size: 2em;
    display: block;
    color: rgba(0,0,173,.5);
}

.sqs-pinterest-products-wrapper {

    clear: both;
    margin-left: -15px !important;
    margin-right: -15px !important;
    width: 100% !important;

}

.product-title.mobile {

    display: none;

}

.card-toolbox-btn {
    font-weight: 400;
    text-align: center;
    color: #222;
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    width: 34px;
}

.show-me-a-grid .card-toolbox-btn {
    margin-bottom: 5px;
    width: 22px;
    height: 22px;
}



.card-toolbox-btn > span {
    position: absolute;
    top: 50%;
    left: -99999px;
    -webkit-transform: translateX(-100%) translateX(-10px) translateY(-50%);
    -ms-transform: translateX(-100%) translateX(-10px) translateY(-50%);
    -o-transform: translateX(-100%) translateX(-10px) translateY(-50%);
    transform: translateX(-100%) translateX(-10px) translateY(-50%);
    z-index: 1;
    padding: 4px 7px 4px 10px;
    background-color: #22a7f0;
    color: #fff;
    line-height: 20px;
    border-radius: 3px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.3);
}
.card-toolbox-btn {
    display: inline-block;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: center;
    background: 0 0;
    color: #222;
    border: 1px solid transparent;
    white-space: nowrap;
    box-shadow: none;
    font-size: 12px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    outline: 0;
    float: left;
}
.card-toolbox-btn i{
    font-size: 20px;
    float: left;
}
.product-compare span.message{
    line-height: 25px;
    float: left;
}



.blue-cta {
    padding: 20px 0px;
    text-align: center;
}
.blue-cta p{
    color: #fff;
    float: left;
    font-size: 25px;
    margin: 10px 0;
}
.blue-cta a{
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    background-color: #070760;
    text-decoration: none;
    width: auto;
    text-align: center;
    text-transform: capitalize;
    border-radius: 3px;
}   
.blue-cta a:hover{
    background: #00009e;
    color: #fff;
}

.global-cta .sqs-block-button-element--large{
    display: inline-block;
    background: #ff4c00;
}

.global-cta a.sqs-block-button-element--large:active,
.global-cta a.sqs-block-button-element--large:focus,
.global-cta a.sqs-block-button-element--large:hover{
    text-decoration: none;
    background: #e24401;
}
.sqs-block-button .sqs-block-button-container--center a.better-help {
/*    background: #ff4c00;*/
    background: #0d890d;
    border-radius: 5px;
    padding: 18px 40px;
    font-family: Nunito;
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
    color: #fff;
}
.sqs-block-button .sqs-block-button-container--center a.better-help:hover {
    text-decoration: none;
/*    background: #e24401;*/
    background: #0b6f0b;
}

.global-cta {
    padding: 20px 0px;
    text-align: center;
}
.global-cta p{
    color: #fff;
    float: left;
    font-size: 25px;
    margin: 10px 0;
}

.comparation {
    position: fixed;
    right: 10px;
    top: 130px;
    width: 90px;
    z-index: 9;
}
.comparation .sqs-block-content {
    background: #0d890d;
    border: 1px solid #000;
}
.comparation .item-to-compare {
    border-bottom: 1px solid #000;
    padding: 5px;
    color: #ffffff;
    background: #0d890d;
}
.comparation a.sqs-block-button-element--medium.sqs-block-button-element{
    display: inline-block;
    max-width: 100%;
    padding: 5px 0;
    font-size: 16px;
}

.comparation-table table{
    width: 100%;
    position: relative;
}

.comparation-table table thead tr{
    padding-left: 0;
}
.comparation-table table th{
    padding: 10px;
    font-size: 15px;

    width: 300px;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
}
.comparation-table table th img{
    display: block;
    margin: auto;
}
.comparation-table table th.th-empty{
    width: 220px;
    min-width: 220px;

    text-transform: capitalize;
    font-weight: bold;
    position: -webkit-sticky;
    position: -moz-sticky; 
    position: sticky;
    left: -1px;
    min-height: 40px;
    line-height: 30px;
    padding: 5px 10px;
    background: #fff;
    z-index: 99;
}
.comparation-table table td{
    padding: 10px;
    font-size: 15px;
    width: 300px;
    text-align: center;
}
.comparation-table table tr td:first-child{
    text-transform: capitalize;
    font-weight: bold;
    min-width: 220px;
    width: 220px;
    position: -webkit-sticky;
    position: -moz-sticky; 
    position: sticky;
    left: -1px;
    min-height: 40px;
    line-height: 30px;
    padding: 5px 10px;
    background: #fff;
    z-index: 99;
}
.comparation-table table td hr {
    margin: 10px 0;
}

.table-responsive.comparation-table.moz-browser tr td:first-child{
    border: 0;
    border-top: 1px solid #ddd;
    display: table-caption;
}


p.item_with_extra_description {
    max-width: 700px;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 35px;
}
h3 + p.item_with_extra_description {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
span.extra_description_link {
    cursor: pointer;
    margin-left: 10px;
    float: right;
    background: #070760;
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
}
span.extra_description_link:hover {
    text-decoration: none;
    background-color: #00009e;
}

.extra_description {
    color: #070760;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 23px;
}
.extra_description p {
    margin-top: 10px;
}

.info-modal .modal-body p{
    font-size: 18px;
    line-height: 30px;
}

a.golf-course-details-button {
    padding: 5px 10px;
    background: #070760;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    width: 150px;
}
a.golf-course-details-button:hover {
    background-color: #00009e;
    text-decoration: none;
}
a.golf-course-additional-info-button {
    padding: 5px 10px;
    margin: 0 5px;
    background-color: #2b2bff;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
}
a.golf-course-additional-info-button:hover {
    background: #070760;
    text-decoration: none;
}
a.golf-course-added-value-button {
    padding: 5px 10px;
    background: #0d890d;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    width: 150px;
}
a.golf-course-added-value-button:hover {
    text-decoration: none;
    background: #0b6f0b;
}

.elements-bottom {
    padding: 0 17px;
}
.container-home.map-container h2{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: -10px;
}

.sqs-add-to-cart-button-wrapper .sqs-editable-button {
    padding: 0 !important;
}

.sqs-add-to-cart-button.sqs-suppress-edit-mode.sqs-editable-button {
    border-radius: 7px;
    margin-right: 20px;
}
.img.centred {

    text-align: center;

}
button.sqs-add-to-cart-button-inner {
    background: #FF4C00;
    border: 0;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 15px;
    border-radius: 7px;
}


.partners-content {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.partners-content .partner {
    width: 23%;
    padding: 10px;
    margin: 1%;
    display: inline-block;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 7px;
    overflow: hidden;
}
.partners-content .partner:hover {
    /*border: 1px solid #070760;*/
}
.partners-content .partner a:hover {
    text-decoration: none;
}
.partners-content .partner .img {
    text-align: center;
    min-height: 100px;
}
.partners-content .partner .img img {
    height: auto;
    max-height: 100px;
    width: auto;
    max-width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.partners-content .partner .img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.partners-content .partner .text {
    display: none;
}
.partners-content .partner .text p.title{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #0d890d;
}

h3.name-center {
    margin: 0;
}

.vacation-item.box {
    /*border: 3px solid #070760;*/
    /*float: left;*/
    /*margin-bottom: 10px;*/
    /*width: 100%;*/
}
.vacation-item-box {
    margin-top: 20px;
    margin-bottom: 10px;
}

.vacation-item.box .title-container {
    background: #070760;
    display: inline-block;
    width: 100%;
} 

.vacation-item.box h2 {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    min-height: 50px;
    text-align: center;
    padding: 3px;
    display: inline-block;
    width: 100%;
    margin: 0;

    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.vacation-item.box .vacation-box-content {
    padding-top: 5px;
    padding-bottom: 5px;
    /*min-height: 430px;*/

    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row;
}
.vacation-item-box.confirmed-item .vacation-box-content {
    /*min-height: 480px;*/
}
.vacation-box-content .col {
    display: inline-block;
    padding: 0 20px;
    float: left;
    border-right: 1px solid #ccc;
}
.vacation-box-content .col:last-child {
    border: 0;
}
.vacation-item.box .price {
    font-size: 30px;
    color:#0d890d;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    line-height: 35px;
}
.vacation-item.box .price span {
    font-size: 16px;
    color: #171717;
    font-weight: normal;
    margin-left: -7px;
}

.vacation-item.box .card-toolbox-btn {
    margin-bottom: 15px;
}
.vacation-item.box .card-toolbox-btn i {
    font-size: 20px;
    float: left;
}

.vacation-item.box .price-disclaimer{
    text-align: center;
    padding-right: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: -5px;
}


.vacation-item.box ul.vacation-features {
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*min-height: 170px;*/
    min-width: 250px;
}
.vacation-item.box ul.vacation-features li{
    list-style-type: none;
}
.vacation-item.box ul.vacation-features li:before {
    content: "\2713";
    float: left;
    margin-right: 10px;
    font-weight: bold;
}
ul.vacation-features {
    padding-left: 20px;
}
ul.vacation-features li{
    list-style-type: none;
}
ul.vacation-features li:before {
    content: "\2713";
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

ul.vacation-features.green li:before {
    color: #0d890d;
}
.vacation-item.box .button-link{
    padding: 10px;
    background: #0d890d;
    margin-bottom: 15px;
    display: block;
    margin: 10px auto;
    width: 150px;
    max-width: 100%;
    text-align: center;
    color: #fff;
}
.vacation-item.box .button-link:active,
.vacation-item.box .button-link:focus,
.vacation-item.box .button-link:hover{
    background: #0b6f0b;
    text-decoration: none;
}

.vacation-item-box {
    display: inline-block;
    width: 100%;
    border: 3px solid #070760;
}
.vacation-item-box .side-left {
    display: inline-block;
    /*width: 300px;*/
    /*float: left;*/
}
.vacation-item-box .side-right {
    display: inline-block;
    width: calc(100% - 300px);
    float: left;
}

.vacation-item-box .product.items-details {
    /*border: 3px solid #070760;*/
}
.vacation-item-box .product.items-details #productSummary {
    padding: 0 15px;
    /*max-height: 430px;*/
    /*overflow: auto;*/
    /*border-left: 2px solid #ccc;*/
}
.vacation-item-box.confirmed-item .product.items-details #productSummary {
    /*min-height: 480px;*/
}
.vacation-item-box .product.items-details .client-name {
    background: #070760;
    display: inline-block;
    width: 100%;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    min-height: 60px;
    text-align: center;
    padding: 15px;
    margin: 0;
}

.vacation-item-box .product.items-details .open-more {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin: 15px;
    color: #0d890d;
    color: #0078C6;
    cursor: pointer;
    display: block!important;
}
.vacation-item-box .product.items-details .open-more:hover {
    text-decoration: underline;
}

div#productDetails-Full-Width h1 {
    font-size: 35px;
}
div#productDetails-Full-Width .product-excerpt h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}
h2.top-price-container {
    font-size: 28px;
    margin-top: 15px;
}

.button-center.comparison-btn {
    margin-top: 30px;
}

.quote-sugestions {
    padding: 30px 0 0;
}
.general-accordion .panel-heading {
    padding: 0;
    background: #070760;
    color: #fff;
}

.general-accordion .panel-heading h4 a{
    padding: 15px;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
}
.general-accordion .panel-heading h4 a span{
    float: right;
}
.general-accordion .panel-heading h4 a.collapsed span{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.general-accordion .panel-body{
    font-size: 17px;
    line-height: 25px;
}
.general-accordion .panel-body p{
    font-size: 15px;
    line-height: 25px;
}



/*search page*/

.search-section {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.search-section form {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.search-section form input {
    width: calc(100% - 50px);
    float: left;
    font-size: 18px;
    padding: 10px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 0;
}
.search-section form button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: #070760;
    border: 0;
    color: #fff;
    border-radius: 0;
}
.search-section form button:hover {
    background: #0d890d;
}


.search-results .search-result {
    margin-bottom: 30px;
}
.search-results .search-result .image {
    width: 150px;
    height: initial;
    overflow: hidden;
    float: left;
    display: inline-block;
    padding-right: 20px;
}
.search-results .search-result .image img{
    max-width: initial;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: initial;
}
.search-results .search-result .text {
    width: calc(100% - 150px);
    display: inline-block;
    text-align: left;
}
.search-results .search-result .text a.title{
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0px;
    color: #070760;
}
.search-results .search-result .text p{
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 0;
}
.search-results .search-result .text p.delim {
    display: none;
}
.search-results .search-result .text p.date {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}
.search-results .search-result .text a{
    color: #070760;
}
.search-results .search-result .text a.read-more:hover{
    background: #070760;
    color: #fff;
    text-decoration: none;
}
.search-results .search-result .text a.read-more{
    border: 1px solid #070760;
    color: #070760;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
}
.search-results .submenu-search {
    display: inline-block;
    margin: 20px 0;
    font-size: 16px;
}
.search-results .submenu-search a{
    margin: 0 5px;
    font-weight: bold;
    color: #070760;
}
section.pagetitle {
    text-align: center;
    margin-bottom: 30px;
}

.search-results .package-group h2.country-name {
    text-align: left;
}
.page-navigation {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.page-navigation a{
    margin: 5px;
    color: #000;
    font-size: 16px;
    line-height: 1;
    padding: 5px;
    display: inline-block;
}
.page-navigation a.active {
    color: #fff;
    background: #070760;
    border-radius: 4px;
    width: 25px;
}
.page-navigation a.arrow-left {
    float: left;
    margin-left: 0;
    padding-left: 0;
}
.page-navigation a.arrow-right {
    float: right;
    margin-right: 0;
    padding-right: 0;
}


.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #17178E; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #000024; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #17178E;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.checkbox-box .content-checkbox{
    border: 1px solid #c3c3c3;
    margin: 10px 4%;
    padding: 10px;
    min-height: 140px;
    width: 95%;
    position: relative;
}
.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*image gallery*/
.content-checkbox {
    /*cursor: pointer;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}
.content-checkbox input[type="checkbox"] {
    display: none;
}

.content-checkbox .glyphicon {
  display: none;
}


.dtp {
    z-index: 100000;
}

.option-selected p{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.option-selected p span{
    font-weight: normal;
}

div.tea-modal .modal-body{
    display: inline-block;
    width: 100%;
}
div.tea-modal .col-xs-12{
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
div.tea-modal label{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
div.tea-modal input{
    border: 1px solid #949494;
    color: #000;
    outline: 0;
    padding: 10px;
    width: 100%;
}
div.tea-modal select{
    border: 1px solid #949494;
    color: #000;
    outline: 0;
    padding: 0 10px;
    width: 100%;
    min-height: 35px;
}
div.tea-modal select option{
    min-height: 35px;
    font-size: 16px;
}
div.tea-modal select option.bold {
    font-weight: bold;
}

div.tea-modal .input-group{
    width: 100%;
    display: inline-block;
}
div.tea-modal .modal-footer{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
div.tea-modal .modal-footer button{
    color: #fff;
    padding: 10px 5px;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    margin: 10px;
    width: 150px;
    text-align: center;
    border: 2px solid;
    text-transform: capitalize;
    background: #070760;
    border-radius: 8px;
    font-weight: bold;
}
div.tea-modal .modal-footer button:hover{
    background-color: #00009e!important;
}
div.tea-modal .modal-footer button.btn.btn-secondary{
    color: #fff;
    margin: 10px;
}
div.tea-modal .modal-footer button.btn.btn-primary{
    color: #fff;
    margin: 10px;
}
div.tea-modal .modal-header h5{
    font-size: 20px;
    text-align: center;
}

div.tea-modal .form-control::-moz-placeholder {
    line-height: 15px;
}


div#selectedCourses {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
div#selectedCourses button{
    width: 150px;
    height: 40px;
    padding: 8px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border: none;
    color: #ffffff;
    box-shadow: none;
    text-shadow: none;
    background: #ff4c00;
    font-weight: bold;
    border-radius: 5px;
    margin: 10px 0;
}
div#selectedCourses button:hover{
    background: #e24401;
}
.byo-selected-items .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 10px;
}
.byo-selected-items .about {
    width: 35%;
    float: left;
    display: inline-block;
    padding-right: 20px;
}
.byo-selected-items .about h4.title{
    font-weight: 500;
}
.byo-selected-items .about p.location{
    font-size: 16px;
    margin: 0;
    line-height: 22px;
}
.byo-selected-items .about p.desc{
    font-size: 16px;
    margin: 0;
    line-height: 22px;
}
.byo-selected-items .schedule {
    width: 65%;
    float: left;
    display: inline-block;
}
.byo-selected-items .schedule .date {
    width: 25%;
    float: left;
    display: inline-block;
}

.byo-selected-items .schedule .date.half {
    width: 50%;
}
.byo-selected-items .schedule .time{
    width: 25%;
    float: left;
    display: inline-block;
}
.byo-selected-items .schedule .player{
    width: 25%;
    float: left;
    display: inline-block;
}
.byo-selected-items .schedule label{
    display: block;
    color: #000;
    font-weight: 600;
}
.byo-selected-items .schedule .action {
    width: auto;
    float: right;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}
.byo-selected-items .schedule .action span:hover{
    background: #c5c5c5;
}
.byo-selected-items .schedule .action span{
    color: black;
    background: #d2d2d2;
    font-weight: bold;
    padding: 3px 15px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-bottom: 8px;
}

.byo-selected-items button{
    width: 150px;
    height: 40px;
    padding: 8px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border: none;
    color: #ffffff;
    box-shadow: none;
    text-shadow: none;
    background: #ff4c00;
    font-weight: bold;
    border-radius: 5px;
    margin: 10px 0;
}
.byo-selected-items button:hover{
    background: #e24401;
}

.button-container.orange-btn button{
    width: 150px;
    height: 40px;
    padding: 8px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border: none;
    color: #ffffff;
    box-shadow: none;
    text-shadow: none;
    background: #ff4c00;
    font-weight: bold;
    border-radius: 5px;
    margin: 10px 0;
}
.button-container.orange-btn button:hover{
    background: #e24401;
}

.golf-course-box button.content-checkbox-button {
    height: auto;
    min-height: auto!important;
    color: #fff;
    padding: 10px 5px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    margin: 10px auto;
    width: 150px;
    text-align: center;
    border: 2px solid;
    text-transform: capitalize;
    background: #070760;
    border-radius: 8px;
    font-weight: bold;
    display: block;
}
.golf-course-box button.content-checkbox-button:hover{
    background-color: #00009e;
}

.lodging-box button.content-checkbox-button {
    height: auto;
    min-height: auto!important;
    color: #fff;
    padding: 10px 5px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    margin: 10px auto;
    width: 150px;
    text-align: center;
    border: 2px solid;
    text-transform: capitalize;
    background: #070760;
    border-radius: 8px;
    font-weight: bold;
    display: block;
}
.lodging-box button.content-checkbox-button:hover{
    background-color: #00009e;
}

.golf-course-box h4{
    color: #000;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    min-height: 50px;
}
.golf-course-box p{
    color: #000;
}
.lodging-box h4{
    color: #000;
    font-weight: bold;
    position: relative;
}
.lodging-box p{
    color: #000;
}

.golf-course-box h4 span.glyphicon-info-sign{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
}
.lodging-box h4 span.glyphicon-info-sign{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
}


div.byo-provide-info {
    margin-top: 30px;
}
div.byo-provide-info form label{
    color: #000;
    font-weight: 600;
}
div.byo-provide-info form label.error{
    color: red;
    font-size: 14px;
}
div.byo-provide-info form input{
    color: #000;
    font-size: 16px;
    line-height: 25px;
    padding: 5px 10px;
    width: 100%;
}
div.byo-provide-info form .button-container button{
    width: 150px;
    height: 40px;
    padding: 8px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    border: none;
    color: #ffffff;
    box-shadow: none;
    text-shadow: none;
    background: #ff4c00;
    font-weight: bold;
    border-radius: 5px;
    margin: 10px 0;
}
div.byo-provide-info form .button-container button:hover{
    background: #e24401;
}
div.byo-provide-info form .line{
    margin-bottom: 15px;
}
div.byo-provide-info form .radio-buttons a{
    cursor: pointer;
    padding: 7px 15px;
    font-family: "Nunito", sans-serif;
    font-size: 17px;
    font-weight: 900;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #070760;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    width: 50%;
    float: left;
    margin: auto;
    background: transparent;
    color: #000;
}
div.byo-provide-info form .radio-buttons a.active{
    background: #070760;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #000;
}
div.byo-provide-info form .radio-buttons a:hover{
    text-decoration: none;
}


.build-own h2.left-h2{
    display: inline-block;
    float: left;
    margin: 0;
    margin-right: 20px;
    margin-top: 20px;
}
.build-own h2.left-h2 + p{
    margin-top: 25px;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    font-weight: bold;
}
.build-own h2.left-h2 + p em{
    font-style: normal;
    margin: 0 5px;
}

.build-own .golf-filters {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.build-own .golf-filters span.inactive-step, 
.build-own .golf-filters a {
    font-size: 20px;
    font-weight: bold;
    margin: 15px;
    display: inline-block;
    color: #070760;
}
.build-own .golf-filters a.active{
    font-size: 20px;
    font-weight: bold;
    color: #0d890d;
    margin: 15px;
    display: inline-block;
}
.golf-filters form.inline_form {
    display: inline-block;
}

.side-area .package-item-inner {
    padding: 0 15px 30px 15px;
}

.price-range {
    color: #0d890d;
}
.price-range-diam {
    color: #0000ff;
    font-size: 16px;
}

.modal-body label.error {
    color: red;
}

.lodging_description ul,
.content-checkbox ul {
    padding-left: 20px;
    color:#171717;
}
.lodging_description ul li,
.content-checkbox ul li{
    list-style-type: none;
    text-align: left;
}
.lodging_description ul li:before,
.content-checkbox ul li:before {
    content: "\2713";
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

.lodging_description ul li:before,
.content-checkbox ul li:before {
    color: #0d890d;
}

.right-triangle {
    float: right;
    color: #ffffff;
    width: 0; 
    height: 0; 
    border-bottom: 100px solid red; 
    border-left: 100px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.right-triangle span {
    position: absolute;
    bottom: -90px;
    right: 8px;
    text-align: right;
    font-weight: bold;
}

.content-checkbox .tooltip {
    width:400px;
    max-width: 95%;
    position:absolute;
    display:none;
    z-index:1000;
    background-color: #e6e6e6;
    color: white;
    border: 1px solid #bfbfbf;
    padding: 15px 20px;
    border-radius: 6px;
}
.content-checkbox .close{
    right: 5px;
    top: 5px;
    position: absolute;
    background: #ffffff;
    color: #000000;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    cursor:pointer;
    opacity: 1;
}
.content-checkbox .tooltip h3{
    text-align: left;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}
.content-checkbox .tooltip ul {
    padding: 0;
}
.content-checkbox .tooltip ul li{
    font-size: 16px;
}

.info-tooltip{
    float: right;
    position: absolute;
    right: 5px;
    top: 5px;
}
.info-tooltip .glyphicon {
    display: block;
    cursor: pointer;
    color: #070760;
    font-size: 18px;
}



.youtube-popup,
.youtube-hq,
.youtube {
    background-color: transparent;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25% !important;
    overflow: hidden;
    cursor: pointer;
    height: 0;
    width: 100%;
    
}
.youtube-hq{
    margin-top: -3px;
}

.youtube-popup img,
.youtube-hq img{
    width: 100% !important;
    top: -17%;
    left: 0;
    opacity: 1;
    max-width: 100%!important;
    margin: 0!important;
}
.youtube-maxq img{
    top: 0%;
}

.youtube img {
    width: 100% !important;
    top:0%;
    left: 0;
    opacity: 1;
    max-width: 100%!important;
    margin: 0!important;
}
.youtube-popup .play-button,
.youtube-hq .play-button,
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube-popup .play-button:before,
.youtube-hq .play-button:before,
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}


.youtube-popup .play-button.small,
.youtube-hq .play-button.small,
.youtube .play-button.small {
    width: 60px;
    height: 40px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube-popup .play-button:before,
.youtube-hq .play-button:before,
.youtube .play-button:before {
    border-width: 8px 0 8px 18px;
}

.youtube-popup img,
.youtube-popup .play-button,
.youtube-hq img,
.youtube-hq .play-button,
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube-popup img,
.youtube-popup iframe,
.youtube-popup .play-button,
.youtube-popup .play-button:before,
.youtube-hq img,
.youtube-hq iframe,
.youtube-hq .play-button,
.youtube-hq .play-button:before,
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube-popup .play-button,
.youtube-popup .play-button:before,
.youtube-hq .play-button,
.youtube-hq .play-button:before,
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube-popup iframe,
.youtube-hq iframe,
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.youtube-popup:hover .play-button,
.youtube-hq:hover .play-button,
.youtube:hover .play-button {
    background-color: #b90000;
}

.reviews {
    text-align: center;
}
.reviews p{
    margin: 15px 0;
}
.reviews a {
    width: 20%;
    margin: 2%;
    margin-top: 0;
    display: inline-block;
}
.reviews a span{
    border: 1px solid #013e7f;
    color: #013e7f;
    padding: 10px;
    display: inline-block;
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
    width: auto;
    text-align: center;
    margin-top: 10px;
}
.reviews a span b{
    display: block;
    font-weight: 900;
}
.reviews a img{
    width: 100%;
    height: auto;
    max-width: 200px;
    display: block;
    margin: auto;
}
.reviews a img:hover{
    opacity: 0.8;
}
.reviews a span:hover{
    color: #fff;
    background: #013e7f;
}

.review-videos {
    display: inline-block;
    width: 100%;
}
.review-videos .item {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
}
.review-videos .item h3 {
    font-size: 25px;
    margin: 15px 0;
}



#overlayNav .folder label::before {
    content: '+';
    width: .8em;
    display: inline-block;
    margin-left: -.8em;
    position: relative;

}
#mainNavWrapper nav a, #overlayNav nav a, #mainNavWrapper nav a:visited, #overlayNav nav a:visited, #mainNavWrapper nav label, #overlayNav nav label {
    font-family: "Raleway",Arial,sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: .35px;
    text-transform: none;
    text-decoration: none;
    line-height: 1em;
    color: #070760;

}


.sitemap-section {
    margin: 50px 0;
}
.sitemap-section h2 {
    text-align: center;
    font-size: 25px;
    margin: 20px 0;
}
.sitemap-section .links {
    display: inline-block;
    width: 100%;
}
.sitemap-section .links a {
    display: inline-block;
    font-size: 16px;
    width: 31.33%;
    margin: 1%;
    text-align: center;
    float: left;
}
.sitemap-section .links.link-blogs a {
    width: 48%;
}


.package-items.flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
    justify-content: center;
}
.package-item-box {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.5;
}
.package-item-box .box {
    border: 1px solid #070760;
    padding: 20px;
    height: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 0;
}
.package-item-box h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin: 15px 0px;
}
.package-item-box .price {
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
.package-item-box .price b {
    font-size: 20px;
    color: #ff4c00;
}
.package-item-box .price span {
    display: block;
}
.package-item-box ul {
    padding-left: 0px;
}
.package-item-box ul li {
    list-style: none;
    margin-bottom: 10px;
}
.package-item-box ul li:before {
    content: '\2B9A';
    position: relative;
    left: auto;
    margin-right: 10px;
}
.package-item-box ul li p {
    display: inline;
}
.whats-included a {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0d890d;
    display: block;
    margin: 15px 0;
    cursor: pointer;
}

.package-item-box .featured {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.package-item-box .featured p {
    margin: 0;
    padding: 5px 15px;
    background: #ff4c00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.package-item-box .special {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.package-item-box .special p {
    margin: 0;
    padding: 5px 15px;
    background: #070760;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.package-item-box .corporate {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.package-item-box .corporate p {
    margin: 0;
    padding: 5px 15px;
    background: #0d890d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}


.package-testimonial-button .button-center a {
    font-size: 18px !important;
    line-height: 1.5;
}

.top-selling-courses {
    margin: 30px 0;
}
.top-selling-courses ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
}
.top-selling-courses ul li:before {
    content: '\2B9A';
    position: absolute;
    left: 30px;
    font-size: 18px;
}
.top-selling-lodging {
    margin: 30px 0;
}
.top-selling-lodging ul li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
}
.top-selling-lodging ul li:before {
    content: '\2B9A';
    position: absolute;
    left: 30px;
    font-size: 18px;
}


.package-list .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
    justify-content: center;
}
.package-list .package-item-box {
    margin-top: 0;
    margin-bottom: 20px;
}
.package-list .package-item-box .box {
    padding: 10px;
    padding-top: 30px;
}
.package-list .package-item-box h2.item-title {
    color: #070760;
    text-align: center;
    margin: 15px 0;
    font-size: 22px;
}
.package-list .package-item-box .desc {
    text-align: left;
    font-size: 16px;
}
.package-list .package-item-box ul {
    text-align: left;
    padding: 0;
}
.package-list .package-item-box ul li {
    font-size: 16px;
}
.package-list .package-item-box ul li:before {
    content: '\2B9A';
    position: relative;
    left: auto;
    font-size: 16px;
    margin-right: 10px;
}
.package-list .package-item-box ul p {
    display: inline;
}

.button-center.buttons-form-quote {
    margin-bottom: 0;
}
.button-center.buttons-form-quote a {
    cursor: pointer;
    color: #fff;
    background: #0d890d;
    padding: 15px 25px;
    margin: 10px;
    font-size: 20px!important;
    display: inline-block;
    font-weight: 500;
}
.button-center.buttons-form-quote a:hover {
    text-decoration: none;
    background: #0b6f0b;
}
.package-item-box .button-center.buttons-form-quote a { 
    padding: 10px 15px;
    line-height: 1.3;
    border-radius: 0;
    margin: 5px;
    font-size: 18px !important;
}
.button-center.buttons-form-quote a:first-child { 
    margin-left: 0;
}
.button-center.buttons-form-quote a:last-child { 
    margin-right: 0;
}


body.about-us-page p {
    font-size: 17px;
    line-height: 1.6;
}

.service-text {
    text-align: center;
    font-size: 17px;
    line-height: 1.6;
}

.state-text {
    text-align: center;
    font-size: 17px;
    line-height: 1.6;
}

/*.testimonials-service-slider .tstm {
    padding: 15px;
}*/
.testimonials-service-slider .flex-direction-nav .flex-prev {
    margin-left: -10px;
}
.testimonials-service-slider .flex-direction-nav .flex-next {
    margin-right: -10px;
}

.hp-tstm-title {

}
.hp-tstm-title h2 {
    display: inline-block;
    margin: 0;
}
.hp-tstm-title a.see-all {
    float: right;
    margin: 0;
    color: #fff;
}


/*course single page*/
.course-content,
.course-content .description {
    font-size: 17px;
    line-height: 1.6;
}
.course-content .images {
    margin-top: 20px;
    margin-bottom: 20px;
}
.course-content .images img {
    width: 100%;
    margin: 10px 0;
}
.course-content .courses-list .item {
    font-size: 17px;
    line-height: 1.6;
    margin: 50px 0;
}
.course-content .courses-list .item ul li {
    margin-bottom: 5px;
}
.course-content .courses-list .item h3 {
    margin-top: 15px;
}
.course-content .button-center a {
    margin: 10px;
    font-size: 18px;
}

.course-content .top-content {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.course-top-gallery {
    margin-bottom: 20px;
   /* display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;*/
}
.course-top-gallery {
    margin-bottom: 20px;
}
.course-top-gallery .item {
    max-height: 500px;
    overflow: hidden;
}
.course-top-gallery .item img {
    margin: auto;
    width: 100%;
    height: auto;
}
.course-top-gallery .carousel-control {
    width: 50px;
}
.course-top-gallery ol.carousel-indicators {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}
.course-top-gallery ol.carousel-indicators li {
    position: relative;
    width: 33.33%;
    height: auto;
    float: left;
    text-indent: initial;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    padding: 2px;
}
.course-top-gallery ol.carousel-indicators li img {
    width: 100%;
    height: auto;
}
.course-top-gallery ol.carousel-indicators li.active {
    background: #1258b7;
}

.course-content .description ul {
    display: flow-root;
}


/*lodging single page*/
div#content h1.golf-lodginig-title {
    font-size: 40px;
    line-height: 1.3;
}
.lodging-content,
.lodging-content .description {
    font-size: 17px;
    line-height: 1.6;
}
.lodging-content .images {
    margin-top: 20px;
    margin-bottom: 20px;
}
.lodging-content .images img {
    width: 100%;
    margin: 10px 0;
}
.lodging-content .lodging-list .item {
    font-size: 17px;
    line-height: 1.6;
    margin: 50px 0;
}
.lodging-content .lodging-list .item ul li {
    margin-bottom: 5px;
}
.lodging-content .lodging-list .item h3 {
    margin-top: 15px;
}
.lodging-content .button-center a {
    margin: 10px;
    font-size: 18px;
}

.lodging-content .top-content {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.lodging-top-gallery {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.lodging-top-gallery {
    margin-bottom: 20px;
}
.lodging-top-gallery .item {
    max-height: 500px;
    overflow: hidden;
}
.lodging-top-gallery .item img {
    margin: auto;
    width: 100%;
    height: auto;
}
.lodging-top-gallery .carousel-control {
    width: 50px;
}
.lodging-top-gallery ol.carousel-indicators {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}
.lodging-top-gallery ol.carousel-indicators li {
    position: relative;
    width: 33.33%;
    height: auto;
    float: left;
    text-indent: initial;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
    padding: 2px;
}
.lodging-top-gallery ol.carousel-indicators li img {
    width: 100%;
    height: auto;
}
.lodging-top-gallery ol.carousel-indicators li.active {
    background: #1258b7;
}

.lodging-content .description ul {
    display: flow-root;
}


.testimonials-slider-package .flex-direction-nav .flex-prev {
    left: -30px;
    color: #000;
}
.testimonials-slider-package .flex-direction-nav .flex-next {
    right: -30px;
    color: #000;
}


/*media page*/
.media-inquiries {
    text-align: center;
    padding: 30px 0;
}
.media-inquiries .box {
    background: #eee;
    padding: 25px;
    display: inline-block;
}
.media-inquiries .box p {
    font-size: 17px;
    line-height: 1.6;
}
.section-categ h2 {
    margin: 20px 0;
}




.dtp-select-year-after{visibility: hidden;}

a.btn.go-account {
    background: #FF4C00;
    border: 0;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 200px;
    margin: 10px auto;
}
a.btn.go-account:hover {
    outline: none;
    background: #e24401!important;
    color: #fff;
    text-decoration: none;
}


form#frontend-user-login {
    max-width: 400px;
    margin: auto;
    display: block;
    margin-bottom: 50px;
}
form#frontend-user-login h2 {
    font-size: 25px;
    text-align: center;
}
form#frontend-user-login .input-group {
    display: block;
    margin-bottom: 15px;
}
form#frontend-user-login label {
    display: block;
    color: #333;
}
form#frontend-user-login input {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
form#frontend-user-login a.no-account {
    float: right;
}
form#frontend-user-login button {
    padding: 5px 20px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 1px;
    color: #fff;
    background-color: #070760;
    border-color: #070760;
}
form#frontend-user-login button:hover {
    background-color: #01458e;
    border-color: #01458e;
}


form#frontend-user-sign-up {
    max-width: 400px;
    margin: auto;
    display: block;
    margin-bottom: 50px;
}
form#frontend-user-sign-up h2 {
    font-size: 25px;
    text-align: center;
}
form#frontend-user-sign-up .input-group {
    display: block;
    margin-bottom: 15px;
}
form#frontend-user-sign-up label {
    display: block;
    color: #333;
}
form#frontend-user-sign-up input {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
form#frontend-user-sign-up a.no-account {
    float: right;
}
form#frontend-user-sign-up button {
    padding: 5px 20px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 1px;
    color: #fff;
    background-color: #070760;
    border-color: #070760;
}
form#frontend-user-sign-up button:hover {
    background-color: #01458e;
    border-color: #01458e;
}


.user-account .nav-tabs {
    background: whitesmoke;
    border: 0;
}
.user-account .nav-tabs li {
    display: block;
    float: none;
    color: #000;
    border: 1px solid #ddd;
}
.user-account .nav-tabs li a {
    color: #070760!important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    line-height: 1.5;
    margin: 0;
}
.user-account .nav-tabs li.active a {
    color: #0d890d!important;
}
.user-account .tab-content .item {
    border: 1px solid #070760;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.user-account .tab-content .active .item {
    border: 1px solid #0d890d;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.user-account .tab-content .item p.title{
    font-size: 20px;
    font-weight: bold;
}
.user-account .tab-content .item a.details{
    color: #0d890d;
    margin: 0;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
.user-account .tab-content .item a.details:hover{
    color: #070760;
    text-decoration: none;
}
.user-account a.go-vacations {
    background-color: #ff4c00;
    border: 2px solid #ff4c00;
    color: #fff;
    padding: 10px 20px;
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
}
.user-account a.go-vacations:hover {
    background-color: #fff;
    color: #ff4c00;
    text-decoration: none;
}

.modal-header .close {
    opacity: 1;
    font-size: 25px;
    margin-top: -7px;
}

.payment-info-modal .modal-body,
.info-modal .modal-body {
    font-size: 16px;
    line-height: 1.7;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.info-modal .modal-header h4 {
    font-size: 20px;
    font-weight: 600;
}
.payment-info-modal .modal-body button.close-btn,
.info-modal .modal-body button.close-btn {
    padding: 10px 20px;
    background: #070760;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    border: 0;
    margin-top: 10px;
    float: right;
}
.payment-info-modal .modal-body button.close-btn:hover,
.info-modal .modal-body button.close-btn:hover {
    background-color: #00009e;
    text-decoration: none;
}

.payment-info-modal button.close {
    float: right;
    opacity: 1;
}
.payment-info-modal button.close span {
    font-size: 25px;
    font-weight: bold;
    float: right;
}
.payment-info-modal button.close:hover {
    opacity: 1;
}

.info-modal .modal-body .scorecards-button {
    text-align: center;
}
.info-modal .modal-body .scorecards-button a {
    padding: 10px 20px;
    background: #0d890d;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    border: 0;
    margin-top: 10px;
}
.info-modal .modal-body .scorecards-button a:focus,
.info-modal .modal-body .scorecards-button a:active,
.info-modal .modal-body .scorecards-button a:hover {
    background-color: #0b6f0b;
    text-decoration: none;
}

.info-modal .modal-body .scorecards-button a + button.close-btn {
    position: absolute;
    right: 15px;
}


.user-account .profileInfo {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.user-account form .input-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.user-account form label {
    color: #000;
    display: block;
    font-size: 16px;
    margin: 0;
    line-height: 35px;
}
.user-account form input {
    background: none;
    border: 1px solid #000;
    color: #000;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}
.user-account form select {
    background: none;
    border: 1px solid #000;
    color: #000;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}
.user-account form select  option {
    color: #000;
    background: #fff;
}
.user-account form button[type="submit"] {
    color: #fff;
    padding: 10px 5px;
    width: 200px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    margin: 0;
    text-align: center;
    border: 2px solid;
    text-transform: capitalize;
    background: #070760;
    border-radius: 8px;
    font-weight: bold;
}
.user-account form button[type="submit"]:hover {
    background-color: #00009e!important;
    color: #fff;
}
.user-account form input[type="checkbox"] {
    height: auto;
}

.add-funds-group-member h4 {
    font-weight: 600;
}
.add-funds-group-member button.gtj-books-signup__btnAction {
    color: #fff;
    padding: 10px 5px;
    width: 100px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    margin: 0;
    text-align: center;
    border: 2px solid;
    text-transform: capitalize;
    background: #070760;
    border-radius: 8px;
    font-weight: bold;
}
.add-funds-group-member button.gtj-books-signup__btnAction:hover {
    background-color: #00009e!important;
    color: #fff;
}

.add-funds-group-member .input-group {
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
.add-funds-group-member label {
    color: #000;
    display: inline-block;
    width: 100px;
    font-size: 16px;
    margin: 0;
    line-height: 35px;
}
.add-funds-group-member input {
    background: none;
    border: 1px solid #000;
    color: #000;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    width: 200px;
}


.why-book-gtj {
    margin: 50px 0 30px;
}
.why-book-gtj h2 {
    margin: 30px 0;
}
.why-book-gtj .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.why-book-gtj .col {
    margin-bottom: 30px;
    text-align: center;
}
.why-book-gtj .col h3 {

}
.why-book-gtj .col p {

}

.text-cta {
    display: inline-block;
    background: #e9e9e9;
    text-align: center;
    color: #070760;
    padding: 20px;
    margin: 20px 0;
}
.text-cta h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
}
.about-us-page .text-cta p {
    font-size: 18px;
}

.testimonials-about .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.testimonials-about .item {
    margin: 10px 0;
    color: #070760;
}
.testimonials-about .item .quote {
    font-style: italic;
    line-height: 1.5;
    font-size: 16px;
    margin: 10px 0;
}
.testimonials-about .item .author {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.packages-about .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.packages-about .package-item-box .box {
    padding: 10px 10px 0;
}
.packages-about .button-center {
    margin-bottom: 15px;
}







