@font-face {
    font-family: 'SackersGothicStd-Medium';
    src: url('../fonts/SackersGothicStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/SackersGothicStd-Medium.otf') format('opentype'), url('../fonts/SackersGothicStd-Medium.woff') format('woff'), url('../fonts/SackersGothicStd-Medium.ttf') format('truetype'), url('../fonts/SackersGothicStd-Medium.svg#SackersGothicStd-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.otf') format('opentype'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.otf') format('opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia-Regular';
    src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'), url('../fonts/Georgia.otf') format('opentype'), url('../fonts/Georgia.woff') format('woff'), url('../fonts/Georgia.ttf') format('truetype'), url('../fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia-Italic';
    src: url('../fonts/Georgia-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Georgia-Italic.otf') format('opentype'), url('../fonts/Georgia-Italic.woff') format('woff'), url('../fonts/Georgia-Italic.ttf') format('truetype'), url('../fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: OpenSans-SemiBold;
    color: #666;
}

.main-content p {
    font-family: Georgia-Regular;
    line-height: 24px;

}

img {
    width: 100%;
}

.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}

article {
    float: left;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

.divider-top {
    clear: both;
    height: 7px;
    background: url(/images/960-dividers.png) no-repeat center bottom;
    margin-bottom: 13px;
}

header {
    position: relative;
    height: 138px;
    margin-bottom: 0;
    background: transparent url(/images/nav-bkg.png) no-repeat center bottom;
    float: left;
    width: 100%;
}

.logo-banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

header ul {
    list-style-type: none;
}

.header-top,
header .nav {
    float: left;
    width: 100%;
}

.follow-us {
    display: inline;
    float: right;
}

.follow-us h4 {
    margin: 5px 0;
    font-family: OpenSans-Bold;
    font-weight: normal;
    font-size: 14px;
    margin-right: 15px;
}

.follow-us h4,
.follow-us .social-icons {
    display: inline-block;

}

.social-icon {
    display: inline-block;
    overflow: hidden;
    text-indent: -1000px;
    width: 24px;
    height: 23px;
    margin-left: 2px;
    background: transparent url("/images/social-icons.png") no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
}

.social-icon.facebook {
    background-position: -1px 0;
}

.social-icon.twitter {
    background-position: -34px 0;
}

.social-icon.pinterest {
    background-position: -67px 0;
}

.social-icon.google {
    background-position: -100px 0;
}

.social-icon.youtube {
    background-position: -133px 0;
}

.social-icon.instagram {
    background-position: -165px 0;
}

#logo {
    display: block;
    float: left;
    margin: 30px 0 0 155px;
    text-decoration: none;
}

#slogan {
    font-family: SackersGothicStd-Medium;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    margin-left: 1px;
    letter-spacing: 1.2px;
    margin-top: 3px;
    text-transform: uppercase;
}

.header-search {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.header-search > ul {
    line-height: 42px;
    display: table;
    float: right;
}

.header-search > ul > li {
    display: inline;
    float: left;
    position: relative;
}

#header-search-form {
    position: relative;
    display: inline-block;
}

#header-search-form input,
#header-search-form span {
    display: inline;
    cursor: pointer;
}

#header-search {
    width: 58px;
    padding-right: 20px;
    border: none;
    font-size: 11px;
    transition: all .5s;
    color: #b3b3b3;
}

.search-active #header-search {
    border: 1px solid #e9e9e9;
    width: 116px
}

#search-icon {
    position: absolute;
    /*    top: 2px;*/
    right: 4px;
    display: block;
    width: 13px;
    height: 14px;
    background: transparent url("/images/main-sprite.png") no-repeat 100% 0;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cta-corporate {
    display: table;
    font-size: 19px;
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background-color: #613774;
}

.cta-corporate:hover {
    background: #87ab6a;
}

.contact-us-links {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 999;
    width: 100%;
}

.contact-us-links ul {
    background-color: #613774;
    padding: 10px 0;
    text-align: center;

}

.contact-us-links ul li:hover {
    background-color: #87ab6a;
}

.contact-us-links ul li a {
    color: #fff;
    text-decoration: none;
}

#resp-menu {
    background: url(/images/responsive_menu_icon.png) no-repeat scroll center center;
    float: right;
    margin-right: 10px;
    display: block;
    margin-right: 10px;
    margin-top: 20px;
    width: 50px;
    height: 50px;
    display: none;
    cursor: pointer;
}

.nav {
    padding-left: 155px;
    position: absolute;
    bottom: 10px;
    z-index: 99;
    left: 0;
    top: 109px;
    font-size: 12px;
}

.nav ul {
    padding-left: 0;
}

.nav ul li {
    display: inline;
    float: left;
    margin-left: 14px;
    padding-left: 14px;
}

.nav ul li:not(:first-child) {
    border-left: 1px solid #bfbfbf;
}

.nav ul li a {
    text-shadow: 0 1px 0 #fff;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

.nav ul li a:hover {
    color: #6b3984;
}


.hero-banner {
    position: relative;
    display: table;
    margin: 0 auto;
}

.hero-text {
    position: absolute;
    bottom: 12%;
    right: 5%;
    font-size: 46px;
    font-weight: bold;
    font-family: Georgia-Italic;
    color: #000;
    text-shadow: 2px 2px 4px #fff;
}

.travel-col-section {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.col-inner-header {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 10px 0;
}

.travel-col > .col-inner-img {
    position: relative;
}

.travel-col-section {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.travel-col {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

.travel-col .col-inner-header {
    height: 56px;
    font-family: OpenSans-SemiBold;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.col-inner-header {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 15px 0;
}

.travel-col > .col-inner-img {
    position: relative;
}

.col-inner-img,
.col-inner-img img,
.col-inner-text {
    float: left;
    width: 100%;
}

.travel-col > .col-inner-img .more-link {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 15px;
    background-color: #7cb169;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.travelstore-difference .col-inner-header, .travelstore-difference p {
    font-family: Georgia-Italic;
    text-align: left;
}
.travelstore-difference a {

    text-decoration: none;   
    text-transform: uppercase;
    color: #623975;
    font-weight: bold;

}
.travel-col-section a {
    text-decoration: none;
    color: #666666;

}
.travel-col-section a:hover {
    text-decoration: underline;
    color: #623975;
}
.travelstore-difference a:hover {

    text-decoration: underline;     

}
.travel-col img {
    height: 196px;
}
.travelstore-difference .col-left,
.travelstore-difference .col-right {
    float: left;
    padding: 10px;
}

.travelstore-difference .col-left {
    width: 66.66%;
}

.travelstore-difference .col-right {
    width: 33.33%;
    margin-top: 15px;
}

.travelstore-difference .col-inner-image ul {
    column-count: 2;
    list-style-type: none;
}

footer {
    float: left;
    width: 100%;
    padding: 32px 0;
    background: #252525;
    color: #666;
}

.footer-container {
    padding: 0 40px;
}

.footer-col {
    float: left;
    width: 205px;
    margin: 0 20px 0 0;
}

.footer-col ul {
    list-style-type: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-col ul li a:hover {
    text-decoration: underline;
}

.footer-col ul li {
    font-size: 18px;
    color: #fff;
    font-family: OpenSans-Bold;
}

.footer-col ul li ul li {
    font-family: OpenSans-SemiBold;
    font-size: 14px;
}

.footer-col ul li ul li {
    margin-bottom: 4px;
}

.footer-col ul li ul li a {
    color: #ccc;
}

.footer-col.last {
    margin: 0;
}

@media (min-width:768px) {
    .header-top-left {
        width: 55%;
        float: left;
    }

    .header-top-right {
        width: 45%;
        float: left;
    }
    .follow-us .social-icons {
        -o-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}

@media(min-width:992px) {
    #header-search-form {
        -o-transform: translateX(-60px);
        -ms- transform: translateX(-60px);
        -moz-transform: translateX(-60px);
        -webkit-transform: translateX(-60px);
        transform: translateX(-60px);
    }

    header img {
        width: auto;
    }

}

@media (min-width:1200px) {
    .hero-banner img {
        width: 1070px;
        height: 300px;
        max-width: 100%;
    }

}

@media (max-width:991px) {
    header {
        min-height: 138px;
        height: auto;
    }
    .container {
        width: 96%;
        padding: 0 2%;
        float: left;
    }
    .logo-banner {
        max-width: 100px;
    }
    #logo {
        margin-left: 85px;
    }
    .nav {
        padding-left: 0;
        top: 105px;
    }
    .hero-text {
        font-size: 40px;
    }
    .col-inner-header {
        font-size: 18px;
    }
    .footer-col {
        width: 22%;
        margin: 0 4% 0 0;
    }

}

@media (max-width:767px) {

    .container {
        width: 100%;
        padding: 0 2%;
        float: left;
    }
    .logo-banner {
        display: none;
    }
    #logo {
        margin: 23px 10px 0;
        width: 65%;
    }
    #resp-menu {
        display: block;
    }
    .follow-us {
        position: absolute;
        width: 96%;
        left: 2%;
        top: 75px;
    }

    .follow-us {
        display: none;
    }
    .header-search {
        margin-top: 0;
    }
    .header-search > ul {
        line-height: 30px;
    }
    #header-search-form {
        position: absolute;
        right: 2%;
        top: 15px;
    }

    #header-search {
        margin-top: 5px;
    }

    .cta-corporate {
        font-size: 12px;
        background-color: #87ab6a;

    }

    .nav {
        position: relative;
        top: 0;
    }

    .nav ul {
        margin-top: 20px;
    }

    .nav ul li {
        display: block;
        width: calc( 100% - 28px);
        box-shadow: 0 2px 8px -8px #808080;
    }

    .nav ul li:hover {
        box-shadow: 0 2px 8px -6px #808080;
    }

    .nav ul li:not(:first-child) {
        border-left: 0;
    }

    .nav ul li a {
        margin: 10px 5px;
        padding: 5px 10px;
        display: block;
    }
    .hero-text {
        font-size: 20px;
    }

    .travel-col .col-inner-header {
        height: auto;
    }

    .travel-col,
    .travelstore-difference .col-left,
    .travelstore-difference .col-right {
        width: 100%;
    }
    
    .footer-container.container{
        width:70%;
        float: none;
        display: table;
        margin: 0 auto;
    }
    .footer-col:not(.first):not(.last){
        display:none;
    }
    
    .footer-col{
        width:100%;
        margin: 0;
    }


}

@media (max-width:360px) {
    #logo {
        margin-top: 40px;
    }

    .header-top-left {
        height: 138px;
    }

    .header-search > ul > li:last-child {
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 9;
    }
}
