﻿html, body, td, div {
    font-family: 'Roboto',Arial, sans-serif;
    font-size: 14px;
    color: #333;
}
body {
    overflow-x: hidden;
    background: #fafafa;
    /*background: url(skn/shap.png) 50% 50% repeat #ffffff;*/
}
h1, h2, h3 {
    font-weight: 400;
    margin-top: 0px;
	font-family: 'Roboto Slab', serif;
}
h5, h6 {
    font-weight:500;
    margin-top: 0px;
	font-family: 'Roboto Slab', serif;
}
a {
    color: #333;
}

    a:hover {
        color: #0a4595;
        text-decoration: none;
    }


.main-content {
    min-height: 400px;
}

#back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.btn.btn-primary {
    background: #ff6600;
    border: 1px solid #ff6600;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #0a4595;
    border-color: #0a4595;
    border-radius: 0px;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #0a4595;
    border: 1px solid #0a4595;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0px;
}

.btn-lg {
    padding: 16px 20px !important;
    font-size: 16px !important;
}

.partners-area img {
    display: inline-block;
}

.partners-area a, .partners-area a:hover, .partners-area a:focus {
    color: #333;
}

.partners-area span {
    line-height: 15px;
}


.about-area {
    background: #2c3035;
    padding-bottom: 10px;
    padding-top: 10px;
}

.about {
    color: #fff;
    padding-bottom: 10px;
    padding-top: 20px;
}

    .about a, .about a:hover, .about a:focus {
        color: #ff6600;
    }

.about-area img {
    display: inline-block;
}

.top-image {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-bottom: 3px solid #ff6600;
}

.top-image-inner {
    min-height: 300px;
    background-color: rgba(0,0,0,0.3);
}

.formButton {
    background: #202859;
    color: #ffffff;
    padding: 7px;
    border: 1px solid #202859;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}
.nowrap{white-space:nowrap;}


.vegas-timer {
    bottom: 0;
    background: none;
    height: 2px;
}

    .vegas-timer .vegas-timer-progress {
        background: #0a4595;
    }

.vegas-slider-wrapper {
    overflow: hidden;
    background: #ffffff;
    position: relative;
}

    .vegas-slider-wrapper:hover .vegas-slider-prev, .vegas-slider-wrapper:hover .vegas-slider-next {
        opacity: 1;
    }

.vegas-slider-indicators {
    position: absolute;
    z-index: 12;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: initial;
    text-align: center;
}

    .vegas-slider-indicators div {
        background: none;
        display: block;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        border: 1px solid #fff;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 10px;
        box-shadow: 1px 1px 1px #59595b;
    }

        .vegas-slider-indicators div.active {
            height: 16px;
            width: 16px;
            position: relative;
        }

            .vegas-slider-indicators div.active:after {
                height: 8px;
                width: 8px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background: #fff;
                display: block;
                border-radius: 50%;
                border: 1px solid #fff;
                content: '';
                left: 0px;
                right: 0px;
                margin-left: auto;
                margin-right: auto;
            }

.vegas-slider-prev {
    position: absolute;
    left: 25px;
    z-index: 12;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #ffffff;
    opacity: 0;
    display: inline-block;
    cursor: pointer;
    background: none;
    border: none;
    display: none;
}



.vegas-slider-next {
    position: absolute;
    right: 25px;
    z-index: 12;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #ffffff;
    opacity: 0;
    display: inline-block;
    cursor: pointer;
    background: none;
    border: none;
    display: none;
}

    .vegas-slider-prev:hover, .vegas-slider-prev:focus, .vegas-slider-next:hover, .vegas-slider-next:focus {
        opacity: 1;
    }

.vegas-overlay {
    opacity: 1;
}

.vegas-slider-item {
    position: absolute;
    text-align: center;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: initial;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #ffffff;
}

.vegas-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 11;
    min-height: 100px;
    background: url(skn/divider.png) 100% 100% no-repeat;
    background-size: cover;
}

.vegas-caption .vegas-caption-line-1 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}

.vegas-caption .vegas-caption-line-2 {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 10px;
}

.vegas-caption .vegas-caption-line-3 {
    font-size: 22px;
    color: #fff;
    opacity: 1;
    font-style: italic;
    margin-bottom: 30px;
}

.vegas-caption a.btn.btn-primary, .vegas-caption a.btn.btn-primary:hover, .vegas-caption a.btn.btn-primary:focus {
    border-color: #24205e;
    background: #24205e;
    transition: all 0.3s ease-out;
    font-size: 14px;
    text-transform: none;
    padding: 15px 25px;
    line-height: 20px;
    color: #ffffff;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
}

.vegas-caption a.btn.btn-info, .vegas-caption a.btn.btn-info:hover, .vegas-caption a.btn.btn-info:focus {
    transition: all 0.3s ease-out;
    font-size: 14px;
    text-transform: none;
    padding: 15px 25px;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
}


.footer-area {
    background: #2c3035;
    padding-bottom: 10px;
    padding-top: 30px;
    color:#ffffff;
}
    .footer-area .address div{
        color: #bfc0c2;
        font-size: 13px;
        font-weight: 300;
       position:relative;
       padding-left:20px;
    }
        .footer-area .address div:before {
            content: "\efad";
            font-family: 'icofont';
            color:#ff6600;
            position:absolute;
            top:0px;
            left:0px;
        }
        .footer-area .address div:hover {
            color: #ffffff;
        }
    .footer-area .address div a{
        color: #bfc0c2;
        font-size: 13px;
        font-weight: 300;
        position: relative;
        
    }
        .footer-area .address div:hover a, .footer-area .address div:hover a:hover, .footer-area .address div:hover a:focus{
            color: #ffffff;
        }
        .footer-area .address div:before {
            content: "\efad";
            font-family: 'icofont';
            color: #ff6600;
            position: absolute;
            top: 0px;
            left: 0px;
        }
        .footer-area .address div.phone:before {
            content: "\ed30";
            font-family: 'icofont';
            color: #ff6600;
            position: absolute;
            top: 0px;
            left: 0px;
        }


    .footer-area h3 {
        color: #ffffff !important;
        font-size: 22px;
        font-weight: 500 !important;
        opacity: 1;
    }
        
    .footer-area  h4{
        color: #ffffff !important;
        font-size:16px;
        font-weight:500 !important;
        opacity:1;
    }
    .footer-area h5 {
        color: #ffffff !important;
        font-size: 14px;
        font-weight:300 !important;
        margin-bottom:10px !important;
    }
    .footer-area .address i {
       color:#ff6600;
       margin-right:5px;
    }

    .footer-area ul {
        margin: 0px;
        padding: 0px;
        margin-top:20px;
    }

        .footer-area ul li {
            list-style: none;
            margin: 0px;
            padding: 0px;
            margin-bottom: 7px;
        }

    .footer-area h5 {
        color: #ffffff;
        opacity: 1;
        font-weight: 500;
        margin-bottom: 0px;
        margin-top: 20px;
        font-size: 16px;
    }

    .footer-area .footer-text {
        color: #ffffff;
        opacity: 1;
        line-height: 24px;
        font-weight: 500;
        font-size: 13px;
        font-style: italic;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer-area a {
        color: #ffffff;
        opacity: 1;
        font-weight: 500;
    }

    .footer-area .footer-menu a {
        color: #ffffff;
        opacity: .7;
        font-weight: 500;
    }
        .footer-area a i {
            color: #0a4595;
        }




        .footer-area a:hover, .footer-area a:focus {
            color: #fff;
            text-decoration: none;
            font-weight: 500;
            opacity: 1;
        }

    .footer-area a i.fa-stack-2x {
        color: #ffffff !important;
    }
    .footer-area a i.fa-stack-1x {
        color: #2c3035 !important;
    }




.img-responsive {
    display: inline-block;
}

.top-area {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0px;
    left: 0px;
}

    .top-area .row1 {
        background: rgba(0,0,0,0.15);
        line-height: 50px;
        transition: all 0.3s ease-out;
    }

    .top-area.is-sticky .row1 {
        height: 0px;
        transition: all 0.3s ease-out;
        overflow: hidden;
        opacity: 0;
    }

    .top-area .row1 a i, .top-area .row1 a i:hover, .top-area .row1 a i:focus {
        color: #0a4595;
        font-size: 16px;
    }

    .top-area .row1 a, .top-area .row1 a:hover, .top-area .row1 a:focus {
        color: #ffffff;
        font-size: 14px;
    }

    .top-area .row1 .btn.btn-primary, .top-area .row1 .btn.btn-info {
        height: 50px;
        border-radius: 0px;
        line-height: 35px;
    }

    .top-area .row2 {
        padding-top: 10px;
        transition: all 0.3s ease-out;
    }

    .top-area.is-sticky .row2 {
        padding-top: 0px;
        transition: all 0.3s ease-out;
        background: rgba(0,0,0,0.35);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
        box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
    }

.top-wrapper {
    position: relative;
}
@media (min-width:990px){	
	.top-wrapper {
		margin-bottom:50px;
	}	
}

.top-area .row1 li a, .top-area .row1 li a {
    text-decoration: none;
    color: #0a4595;
    background-color: #ffffff;
}

.dropdown-menu > li > a, .dropdown-menu > li > a > i {
    text-decoration: none;
    color: #0a4595;
    background-color: #ffffff;
}

.search-wrapper {
    position: absolute;
    bottom: -50px;
    width: 100%;
}

.search-tabs ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}

    .search-tabs ul li {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        list-style: none;
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

.accommodation-search-wrapper {
    display: none;
}

.search-tab-wrapper {
    height: 0px;
    overflow: hidden;
    width: 0px;
    opacity: 0;
    transition: all 0.5s ease-out;
}

    .search-tab-wrapper.active {
        height: initial;
        overflow: visible;
        width: initial;
        transition: all 0.5s ease-out;
        opacity: 1;
    }

.search-tabs .btn.btn-link, .search-tabs .btn.btn-link:hover, .search-tabs .btn.btn-link:focus {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    border: none;
    border: 1px solid #ffffff;
    background: rgba(0,0,0,0.3);
    width: 100px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .search-tabs .btn.btn-link.active {
        border: 1px solid #0a4595;
        background: rgba(0,0,0,0.3);
    }

    .search-tabs .btn.btn-link i {
        font-size: 40px;
    }

    .search-tabs .btn.btn-link span {
        display: block;
        margin-top: 5px;
        color: #ffffff;
        font-size: 14px;
    }

.search-wrapper, .search-wrapper h3, .search-wrapper p {
    color: #ffffff;
}

@media (min-width: 768px) {


    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 16px;
        text-shadow:1px 1px 1px #333;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-default {
        background: none;
        border: none;
        margin-bottom: 0px;
    }

    .navbar {
        margin-bottom: 0px;
        border: 1px solid transparent;
    }


    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #ff6600;
        background: none;
        text-shadow: 1px 1px 1px #333;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #ff6600;
        background: none;
        text-shadow: 1px 1px 1px #333;
    }


    .nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background: none;
    }


    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-radius: 0;
    }

    .dropdown-menu {
        min-width: 160px;
        padding: 0px;
        margin: 2px 0 0;
        font-size: 14px;
        background: #fff;
        border-radius: 0px;
        border-color: #ccc;
        box-shadow: 1px 1px 1px #333;
    }



        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover > i, .dropdown-menu > li > a:focus > i {
            text-decoration: none;
            color: #ffffff;
            background-color: #0a4595;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background: none;
        color: #58595b;
    }
}


.accommodation-search-form.with-out-host .accommodation-search-col {
    border-color: #fff;
    padding: 8px;
    border-width: 0px;
}

.accommodation-room-adults-children-col div.form-control {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accommodation-search-form.with-out-host .accommodation-search-col .input-group {
    border-left: 1px solid #e1e0e0;
}

.accommodation-search-form.with-out-host .accommodation-search-col:first-child .input-group {
    border-left: none;
}

.accommodation-search-form.with-out-host {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 5px;
}




.groups-search-form .groups-search-col {
    border-color: #fff;
    padding: 8px;
    border-width: 0px;
}



    .groups-search-form .groups-search-col .input-group {
        border-left: 1px solid #e1e0e0;
    }

    .groups-search-form .groups-search-col:nth-child(1), .groups-search-form .groups-search-col:nth-child(2), .groups-search-form .groups-search-col:nth-child(3), .groups-search-form .groups-search-col:nth-child(4) {
        border-bottom: 1px solid #e1e0e0;
    }

    .groups-search-form .groups-search-col:nth-child(5) .input-group {
        border-left: none;
    }

    .groups-search-form .groups-search-col:first-child .input-group {
        border-left: none;
    }

.groups-search-form {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius: 5px;
}
@media (min-width: 768px) AND (max-width:990px) {
    .groups-search-form .groups-search-col:nth-child(3) .input-group {
        border-left: none;
    }
    .groups-search-form .groups-search-col:nth-child(6) .input-group {
        border-left-width: 0px;
    }
    .groups-search-form .groups-search-col:nth-child(6) {
        border-left-width: 0px;
        
    }
    .groups-search-form .groups-search-col:nth-child(5) {
        border-bottom: 1px solid #e1e0e0;
    }
}

    @media (min-width: 481px) AND (max-width:768px) {

        .groups-search-form .groups-search-col .input-group {
            border-left: 1px solid #e1e0e0;
        }

        .groups-search-form .groups-search-col:nth-child(1), .groups-search-form .groups-search-col:nth-child(2), .groups-search-form .groups-search-col:nth-child(3), .groups-search-form .groups-search-col:nth-child(4), .groups-search-form .groups-search-col:nth-child(5) {
            border-bottom: 1px solid #e1e0e0;
        }

            .groups-search-form .groups-search-col:nth-child(4) .input-group {
                border-left: 1px solid #e1e0e0;
            }

            .groups-search-form .groups-search-col:nth-child(3) .input-group {
                border-left: none;
            }

            .groups-search-form .groups-search-col:nth-child(5) .input-group {
                border-left: none;
            }

        .groups-search-form .groups-search-col:nth-child(6) .input-group {
            border-left: none;
        }

        .groups-search-form .groups-search-col:first-child .input-group {
            border-left: none;
        }

        .groups-search-form .groups-search-col {
            padding: 3px;
        }

        .groups-search-form {
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            border-radius: 5px;
        }
    }

    @media (max-width: 480px) {

        .groups-search-form .groups-search-col .input-group {
            border-left: none;
        }

        .groups-search-form .groups-search-col {
            border: none;
            padding: 3px;
        }

            .groups-search-form .groups-search-col:nth-child(1), .groups-search-form .groups-search-col:nth-child(2), .groups-search-form .groups-search-col:nth-child(3), .groups-search-form .groups-search-col:nth-child(4), .groups-search-form .groups-search-col:nth-child(5) {
                border-bottom: 1px solid #e1e0e0;
            }

            .groups-search-form .groups-search-col:nth-child(6) {
                border-bottom: 1px solid #e1e0e0;
            }

        .groups-search-form {
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            border-radius: 5px;
        }




    .groups-search-form {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        border-radius: 5px;
    }

   

    .top-wrapper {
        margin-bottom: 100px;
    }

    .search-tab-wrapper h3 {
        font-size: 18px;
    }

    .search-tab-wrapper p {
        font-size: 13px;
    }
}

@media (min-width: 768px) AND (max-width:990px) {
    .navbar-nav > li > a {
        font-size: 14px;
    }

    .groups-search-form .groups-search-col {
        padding: 3px;
    }

    .accommodation-search-form.with-out-host .accommodation-search-col .input-group {
        border-left: 1px solid #e1e0e0;
    }

    .accommodation-search-form.with-out-host .accommodation-search-col:first-child .input-group, .accommodation-search-form.with-out-host .accommodation-search-col:nth-child(3) .input-group {
        border-left: none;
    }


    .accommodation-search-form.with-out-host .accommodation-search-col {
        border-left: none;
        padding: 3px;
    }

        .accommodation-search-form.with-out-host .accommodation-search-col:first-child, .accommodation-search-form.with-out-host .accommodation-search-col:nth-child(2) {
            border-bottom: 1px solid #e1e0e0;
        }

        .accommodation-search-form.with-out-host .accommodation-search-col:nth-child(3) {
            border-left: none;
            border-bottom: none;
        }

        .accommodation-search-form.with-out-host .accommodation-search-col:last-child {
            border-left: none;
            border-bottom: none;
        }

    .top-area .container {
        max-width: 100%;
        width: 100%;
    }

    /* make mobile to sm */

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
        overflow-x: hidden;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }



    /* same as xs */

    .navbar-default .navbar-brand img {
        height: 50px;
        margin-top: -15px;
    }

    .navbar-default {
        background: none;
        border: none;
        margin-bottom: 0px;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0px;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #fff;
        background: #2c3035;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #58595b;
        background: none;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #0a4595;
        background: none;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background: none;
        color: #0a4595;
    }

    .top-area {
        /*background: rgba(0,0,0,0.55);*/
        background: #2c3035;
    }

        .top-area .row1 {
            background: none;
            line-height: 30px;
            transition: all 0.3s ease-out;
        }

        .top-area.is-sticky .row1 {
            height: 0px;
            transition: all 0.3s ease-out;
            overflow: hidden;
            opacity: 0;
        }

        .top-area .row1 a i, .top-area .row1 a i:hover, .top-area .row1 a i:focus {
            color: #0a4595;
            font-size: 14px;
        }

        .top-area .row1 a, .top-area .row1 a:hover, .top-area .row1 a:focus {
            color: #ffffff;
            font-size: 12px;
        }

        .top-area .row1 .btn.btn-primary, .top-area .row1 .btn.btn-primary:hover, .top-area .row1 .btn.btn-primary:focus, .top-area .row1 .btn.btn-info, .top-area .row1 .btn.btn-info:hover, .top-area .row1 .btn.btn-info:focus {
            height: 30px;
            border-radius: 0px;
            font-size: 12px;
            background: none;
            border: none;
            padding-left: 0px;
            padding-right: 0px;
			padding:initial;
        }

            .top-area .row1 .btn.btn-primary i, .top-area .row1 .btn.btn-primary:hover i, .top-area .row1 .btn.btn-primary:focus i {
                color: #ffffff;
            }
            .top-area .row1 .btn.btn-info i, .top-area .row1 .btn.btn-info:hover i, .top-area .row1 .btn.btn-info:focus i {
                color: #ffffff;
            }
        .top-area .row2 {
            padding-top: 0px;
            transition: all 0.3s ease-out;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
            -moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
            box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
        }

        .top-area.is-sticky .row2 {
            padding-top: 0px;
            transition: all 0.3s ease-out;
            background: none;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
            -moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
            box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
        }

    .top-wrapper {
        position: relative;
    }
}

@media (max-width: 767px) {
    .accommodation-search-form.with-out-host .accommodation-search-col {
        border-left: none;
        border-bottom: 1px solid #e1e0e0;
        padding: 3px;
    }

        .accommodation-search-form.with-out-host .accommodation-search-col .input-group {
            border-left: none;
        }

        .accommodation-search-form.with-out-host .accommodation-search-col:nth-child(3) {
            border-left: none;
            border-bottom: none;
        }

        .accommodation-search-form.with-out-host .accommodation-search-col:last-child {
            border-left: none;
            border-bottom: none;
        }

    .top-area {
        /*background: rgba(0,0,0,0.55);*/
        background: #2c3035;
    }

        .top-area .row1 {
            background: none;
            line-height: 30px;
            transition: all 0.3s ease-out;
        }

        .top-area.is-sticky .row1 {
            height: 0px;
            transition: all 0.3s ease-out;
            overflow: hidden;
            opacity: 0;
        }

        .top-area .row1 a i, .top-area .row1 a i:hover, .top-area .row1 a i:focus {
            color: #0a4595;
            font-size: 14px;
        }

        .top-area .row1 a {
            color: #ffffff;
            font-size: 12px;
        }
             .top-area .row1 a:hover, .top-area .row1 a:focus {
                color: #333;
                font-size: 12px;
            }

        .top-area .row1 .btn.btn-primary, .top-area .row1 .btn.btn-primary:hover, .top-area .row1 .btn.btn-primary:focus, .top-area .row1 .btn.btn-info, .top-area .row1 .btn.btn-info:hover, .top-area .row1 .btn.btn-info:focus {
            height: 30px;
            border-radius: 0px;
            font-size: 12px;
            background: none;
            border: none;
            padding-left: 0px;
            padding-right: 0px;
            
			padding:initial;
        }

            .top-area .row1 .btn.btn-primary i, .top-area .row1 .btn.btn-primary:hover i, .top-area .row1 .btn.btn-primary:focus i {
                color: #ff6600 !important;
            }
            .top-area .row1 .btn.btn-info i, .top-area .row1 .btn.btn-info:hover i, .top-area .row1 .btn.btn-info:focus i {
                color: #ff6600 !important;
            }
        .top-area .row2 {
            padding-top: 0px;
            transition: all 0.3s ease-out;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
            -moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
            box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
        }

        .top-area.is-sticky .row2 {
            padding-top: 0px;
            transition: all 0.3s ease-out;
            background: none;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
            -moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
            box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
        }

    .top-wrapper {
        position: relative;
    }

    .navbar-default .navbar-brand img {
        height: 40px;
        margin-top: -15px;
    }

    .navbar-default {
        background: none;
        border: none;
        margin-bottom: 0px;
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #fff;
        background: #2c3035;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #ff6600;
        background: none;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #ff6600;
        background: none;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background: none;
        color: #ff6600;
    }

    .logo-col {
        text-align: center;
    }

    .search-wrapper {
        position: relative;
        padding-top:20px;
        padding-bottom:20px;
        bottom: initial;
        width: 100%;
       
    }
    
}

.path-area {
    color: #ffffff;
    position: absolute;
    top: 70%;
    transform: translateY(-70%);
    text-align: center;
    width: 100%;
}

    .path-area h1 {
        font-size: 36px;
        color: #ffffff;
        text-shadow: 1px 1px 1px #58595b;
        display: inline-block;
    }

@media(max-width:600px) {
    .path-area h1 {
        font-size: 24px;
        color: #ffffff;
        text-shadow: 1px 1px 1px #58595b;
        display: inline-block;
        line-height: 34px;
    }
}
.path-area .path{margin-top:10px;}
.path-area .path,.path-area .path a,.path-area .path  a:hover,.path-area .path  a:focus{
	color:#ffffff;
	font-size:16px;
	text-shadow:1px 1px 1px #333;
}

.edit-actions {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.host-location {
    margin-bottom: 15px;
    border-bottom: 1px solid #202859;
    padding-bottom: 15px;
    line-height: 2em;
}

    .host-location i.st-map-marker {
        color: #006ad6;
        font-size: 2em;
    }

    .host-location i {
        color: #006ad6;
    }

    .host-location .btn i {
        color: #ffffff;
        line-height: initial;
    }

    .host-location .btn {
        color: #ffffff;
        line-height: initial;
    }

.btn.btn-info {
    background: #006ad6;
    border: 1px solid #006ad6;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
}

    .btn.btn-info:hover, .btn.btn-info:focus {
        background: #0066d0;
        border: 1px solid #0066d0;
        color: #ffffff;
        font-weight: 400;
        font-size: 15px;
    }

.title-stars {
    margin-left: 10px;
    display: inline-block;
    font-size: 24px;
    position: relative;
    top: -6px;
    color: rgb(246, 196, 4);
}

@media(max-width:600px) {
    .btn-map {
        float: none;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        text-align: center;
    }
}



.square-tile {
    position: relative;
}

    .square-tile .tile-image {
        overflow: hidden;
    }

    .square-tile .tile-details {
        min-height: 80px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 10px;
        background: rgba(0,0,0,0.6);
        text-align: center;
    }

    .square-tile .tile-title a, .square-tile .tile-title a:hover, .square-tile .tile-title a:focus {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        text-decoration: none;
    }

    .square-tile .tile-stars {
        color: #dbd608;
    }

    .square-tile .bone-context-menu {
        text-decoration: none;
        color: #fff;
        border-bottom: none;
        cursor: pointer;
    }

    .square-tile .tile-description {
        padding-top: 10px;
    }

        .square-tile .tile-description, .square-tile .tile-description p {
            color: #ffffff;
            font-size: 13px;
        }


    .square-tile .tile-image img {
        -webkit-transition: all 600ms ease-in;
        -webkit-transform: scale(1);
        -ms-transition: all 600ms ease-in;
        -ms-transform: scale(1);
        -moz-transition: all 600ms ease-in;
        -moz-transform: scale(1);
        transition: all 600ms ease-in;
        transform: scale(1);
    }

    .square-tile:hover .tile-image img {
        -webkit-transition: all 600ms ease-in;
        -webkit-transform: scale(1.15);
        -ms-transition: all 600ms ease-in;
        -ms-transform: scale(1.15);
        -moz-transition: all 600ms ease-in;
        -moz-transform: scale(1.15);
        transition: all 600ms ease-in;
        transform: scale(1.15);
    }

.AvailableHostsResultsMessage {
    font-weight: 500;
    margin-bottom: 25px;
    color: #333;
}

.square-tile .tile-from-price {
    position: absolute;
    top: 0px;
    right: 30px;
    padding: 15px;
    background: #202859;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    z-index: 3;
    text-transform: lowercase;
    font-weight: 500;
    -webkit-box-shadow: -2px 2px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 2px 8px 0px rgba(0,0,0,0.75);
    box-shadow: -2px 2px 8px 0px rgba(0,0,0,0.75);
}

    .square-tile .tile-from-price span {
        font-size: 30px;
        font-weight: 500;
    }

.room-price {
    font-size: 18px;
    color: #0a4595;
}

.bs-callout.bs-callout-primary {
    border-color: #202859;
    background: #dce8ec;
    margin-bottom: 15px;
    margin-top: 0px;
}

    .bs-callout.bs-callout-primary h4, .bs-callout.bs-callout-primary p {
        color: #202859;
    }

.alert-info {
    background-color: #dce8ec;
    border-color: #202859;
    color: #202859;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #0a4595;
    border-color: #0a4595;
    cursor: default;
    margin-left: 2px;
    margin-right: 2px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #ffffff;
    background-color: #006ad6;
    border: 1px solid #0066d0;
    margin-left: 1px;
    margin-right: 1px;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #ffffff;
        background-color: #202859;
        border-color: #202859;
    }

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #ffffff;
    background-color: #2d7dd0;
    border-color: #2d7dd0;
    cursor: not-allowed;
}

@media(max-width:990px) {
    #accommodation-reservation-form .form-group {
        margin-bottom: 5px;
    }
}


#block-HomeSlider .block-buttons {
    top: initial;
    bottom: 0px;
   z-index: 999999;
 	
}

.tag-tours.no {
    /*height: 0px;
    overflow: hidden;
    width: 0px;
    opacity: 0;
    transition: all 0.5s ease-out;*/
}

.tag-tours .slick-dots {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    position: absolute;
    text-align: center;
}

    .tag-tours .slick-dots li {
        list-style: none;
        display: inline-block;
        text-align: center;
    }

.package-photo-thumb {
    padding: 7.5px;
    padding-top: 15px;
    cursor: pointer;
}

.package-photos-thumbs-wrapper {
    padding-left: 30px;
    padding-bottom: 30px;
}

.package-photos-thumbs span:first-child {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
}

    .package-photos-thumbs span:first-child i {
        font-size: 30px;
        position: relative;
        left: -2px;
        color: #0066d0;
        opacity: 0.5;
        transition: all 0.5s ease-out;
    }

.package-photos-thumbs span:last-child i {
    font-size: 30px;
    position: relative;
    right: -2px;
    color: #0066d0;
    transition: all 0.5s ease-out;
    opacity: 0.5;
}

.package-photos-thumbs span:last-child {
    position: absolute;
    right: -30px;
    cursor: pointer;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
}

.package-photos-thumbs-wrapper:hover .package-photos-thumbs span i {
    opacity: 1;
    transition: all 0.5s ease-out;
}

.tag-tours {
    position: relative;
    text-align: left;
    min-height: 32px;
    background: url(skn/loading.gif) 50% 50% no-repeat;
}

    .tag-tours .tag-tour {
        display: none;
    }


    .tag-tours.slick-initialized {
        background: none;
    }

        .tag-tours.slick-initialized .tag-tour {
            display: block;
        }




    .tag-tours .slick-dots {
        position: absolute;
    }

        .tag-tours .slick-dots li button {
            font-size: 0px;
            line-height: 0px;
            border: none;
            background: #ccc;
            border: none;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            margin-left: 3px;
            margin-right: 3px;
        }

        .tag-tours .slick-dots li.slick-active button {
            background: rgba(0,14,34,0.8);
            border: none;
            width: 12px;
            height: 12px;
        }

    .tag-tours .slick-slide img {
        margin-bottom: -6px;
    }

h1.tag-title {
    background-color: transparent;
    background-image: url(skn/line.png);
    background-repeat: no-repeat;
    color: #454545;
    font-size: 37px;
     font-weight: 500;
    padding-bottom: 20px;
    position: relative;
    background-position: center bottom;
    z-index: 2;
}


    h1.tag-title:before {
        background: #454545 none repeat scroll 0 0;
        bottom: 3.8px;
        content: "";
        height: 1px;
        left: -180px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        width: 120px;
    }

    h1.tag-title:after {
        left: 180px;
    }

    h1.tag-title:after {
        background: #454545 none repeat scroll 0 0;
        bottom: 3.8px;
        content: "";
        height: 1px;
        right: -180px;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        width: 120px;
    }

.tag-text {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.tag-tours {
    margin-bottom: 70px;
    margin-left: -15px;
    margin-right: -15px;
}

.tag-tour {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.package-tile {
    border: 1px solid #dfdfdf;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.09);
    border-radius: 0px;
    overflow: hidden;
}
.package-tile.square-tile {
	min-height:60px;
	
}

    .package-tile.square-tile .tile-title a, .package-tile.square-tile .tile-title a:hover, .package-tile.square-tile .tile-title a:focus {
        color: #333;
        font-weight: 500;
        font-size: 16px;
        text-decoration: none;
        display: block;
        overflow: hidden;
        
			height:70px; 
        transition: all 0.3s ease-out;
    }

	.package-tile.square-tile.package-tile-small .tile-title a, .package-tile.square-tile.package-tile-small .tile-title a:hover, .package-tile.square-tile.package-tile-small .tile-title a:focus {
        color: #333;
        font-weight: 500;
        font-size: 18px;
        text-decoration: none;
        display: block;
        overflow: hidden;
		height:initial; 
        transition: all 0.3s ease-out;
    }
	.img-banner{
		-webkit-box-shadow: 0px 0px 5px 0px rgba(107,107,107,1);
		-moz-box-shadow: 0px 0px 5px 0px rgba(107,107,107,1);
		box-shadow: 0px 0px 5px 0px rgba(107,107,107,1);
	}
	
	.package-tile.square-tile .tile-title a:hover, .package-tile.square-tile .tile-title a:focus {
		color: #0a4595;
		transition: all 0.3s ease-out;
	}
	.package-tile i {
		color: #0a4595;
	}

    .package-tile .tile-description {
        color: #484749;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
		min-height:60px;
    }
	
	.package-tile.package-tile-small .tile-description {
        color: #484749;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
		min-height:initial;
    }

	
	
        .package-tile .tile-description i {
            color: #484749;
        }

.package-tile .tile-price {
    font-size: 20px;
    font-weight: 500;
    color: #f26009;
}

.package-tile .tile-buttons .btn.btn-primary {
    background: #0a4595;
    border-color: #0a4595;
    border-radius: 4px;
}
    .package-tile .tile-buttons .btn.btn-primary:hover, .package-tile .tile-buttons .btn.btn-primary:focus {
        border-radius: 4px;
        background: #07336f;
        border-color: #07336f;
    }

.color-black {
    color: #000 !important;
}

.color-white {
    color: #fff !important;
}

.package-tile .tile-details {
    position: relative;
    top: initial;
    left: initial;
    background: #ffffff;
    color: #333;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding:20px;
}

.package-details {
    margin-bottom: 15px;
    border-bottom: 1px solid #202859;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 15px;
    color: #58595b;
}

    .package-details span {
        font-weight: normal;
        margin-right: 10px;
        color: #202859;
    }

    .package-details i {
        color: #006ad6;
        font-size: 1.4em;
        float: left;
    }

    .package-details .btn i {
        color: #ffffff;
        line-height: initial;
    }

.host-location .btn {
    color: #ffffff;
    line-height: initial;
}

span.tile-price-from {
    font-weight: 500;
    font-size: 15px;
    color: #202859;
    line-height: 1.42857143;
}

    span.tile-price-from span {
        font-weight: 500;
        font-size: 24px;
        margin-left: 5px;
        color: #202859;
        line-height: 1.42857143;
    }

.home-parallax {
    background: url(skn/yacht-rentals-greece.jpg) 50% 50% no-repeat;
    background-size: cover;background-attachment: fixed;-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
  
}

.home-parallax-inner {
    background: rgba(0,0,0,0.3);
    min-height: 400px;
    position:relative;
}

.home-parallax-box {
    
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0px;
    right:0px;
    margin-left:auto;
    margin-right:auto;
    display:inline-block;
    text-align:center;

}
.home-parallax-box h3{
    color:#ffffff;
    font-weight:700;
    font-size:35px;
    text-shadow:1px 1px 1px #333;
}
    .home-parallax-box .home-parallax-description, .home-parallax-box .home-parallax-description p {
        color: #ffffff;
        font-size: 18px;
        text-shadow: 1px 1px 1px #333;
    }
        .home-parallax-box .home-parallax-description a, .home-parallax-box .home-parallax-description p a, .home-parallax-box .home-parallax-description a:hover, .home-parallax-box .home-parallax-description a:focus {
            color: #bfc0c2;
            font-size: 18px;
            text-shadow: 1px 1px 1px #333;
        }
.parallax-box {
    padding-left: 80px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .parallax-box i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #0a4595;
        font-size: 60px;
        text-shadow: 1px 1px 1px #333;
        left: 0px;
    }

.parallax-box-counter {
    color: #ffffff;
    font-size: 50px;
    text-shadow: 1px 1px 1px #333;
    font-weight: 500;
}

.parallax-box-text {
    color: #ffffff;
    font-size: 20px;
    margin-top: -10px;
    text-shadow: 1px 1px 1px #333;
    font-weight: 500;
}

@media(max-width:990px) {
    .home-parallax .container {
        max-width: 100%;
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .parallax-box i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #0a4595;
        font-size: 45px;
        text-shadow: 1px 1px 1px #333;
        left: 0px;
    }

    .parallax-box-counter {
        color: #ffffff;
        font-size: 30px;
        text-shadow: 1px 1px 1px #333;
        font-weight: 500;
    }

    .parallax-box-text {
        color: #ffffff;
        font-size: 18px;
        margin-top: -10px;
        text-shadow: 1px 1px 1px #333;
        font-weight: 500;
    }
}

@media(max-width:768px) {
    .home-parallax .container {
        max-width: 100%;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.destination-tile {
    overflow: hidden;
    transition: all 0.4s ease-out;
    position: relative;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.09);
    margin-bottom:30px;
}

    .destination-tile img {
        background: rgba(0,0,0,0.2);
        transition: all 0.4s ease-out;
    }

    .destination-tile:hover img {
        background: rgba(0,0,0,0.6);
        transition: all 0.4s ease-out;
    }

.destination-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    margin-left: auto;
    transition: all 0.4s ease-out;
    margin-right: auto;
    left: 0px;
    right: 0px;
    text-shadow: 1px 1px 1px #333;
}

.destination-tile:hover .destination-caption {
    color: #ff771d;
    text-shadow: 1px 1px 1px #333;
}


/*.destination-tile:hover .destination-image {
    -webkit-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    margin-left: -20px;
    margin-right: -20px;
 
}*/



.destination-tile::before, .destination-tile::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: inline-block;
    z-index: 3;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
}

.destination-tile::before {
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -webkit-transform-origin: 0 100%;
}

.destination-tile::after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform-origin: 100% 0%;
}

.destination-tile:hover::after, .destination-tile:hover::before {
    -webkit-transform: scale(1);
}

.newsletter-area {
    background: url(skn/greece.jpg) 50% 50% no-repeat;
    background-size:cover;
    background-attachment:fixed;
    
}

    .newsletter-area .tag-title, .newsletter-area .tag-text {
        color:#ffffff;
    }
    .newsletter-area .tag-title:after, .newsletter-area .tag-title:before {
        background: #ffffff;
    }
    .newsletter-area-inner {
        background: rgba(0,0,0,0.4);
        padding-top: 150px;
        padding-bottom: 150px;
    }



.newsletter-form {
    width: 100%;
    max-width: 600px;
   
    display: inline-block;
}

    .newsletter-form .form-control, .newsletter-form .form-control:hover, .newsletter-form .form-control:focus {
        background: #ffffff;
        border-color: #ffffff;
        box-shadow: none;
        color: #333;
        font-size: 14px;
        height: 45px;
        border-bottom-left-radius: 4px !important;
        border-top-left-radius: 4px !important;
        position: relative;
        background: url(skn/message.png) 98% 50% no-repeat #fff;
    }
        
        .newsletter-form .btn.btn-primary, .newsletter-form .btn.btn-primary:hover, .newsletter-form .btn.btn-primary:focus {
            background: #f36f21;
            border-color: #f36f21;
            border: none;
            box-shadow: none;
            color: #ffffff;
            height: 45px;
            line-height: 10px;
            border-bottom-right-radius: 4px !important;
            border-top-right-radius: 4px !important;
        }
        .newsletter-form .btn.btn-primary:hover, .newsletter-form .btn.btn-primary:focus {
            background: #202859;
            border-color: #202859;
            color:#ffffff;
        }

        

    .newsletter-form .input-group {
        margin: 0px;
        padding: 0px;
       
       
    }





.panel {
    border-radius: 0px !important;
}

.panel-group .panel {
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.panel-heading.min {
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-heading {
    padding: 0 15px;
    min-height: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-default div.panel-body:last-of-type {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-default > .panel-heading {
    background-color: #e9e9e9;
    border-color: transparent;
    color: #333;
    font-size: 26px;
    margin-bottom: 0px;
}

.panel-group .panel.panel-default .panel-title {
    color: #0066d0;
    font-size: 18px;
    text-decoration: none;
}

    .panel-group .panel.panel-default .panel-title a.active {
        color: #0a4595;
        font-size: 18px;
        text-decoration: none;
    }


.panel-group .panel.panel-default .panel-body {
    border-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
}

.package-box {
    border: 1px solid #dfdfdf;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.09);
}

.package-price-details {
    background: #0066d0;
    padding: 10px;
}

.package-header {
    padding: 10px;
    background: #0a4595;
    color: #ffffff;
}

    .package-header h2 {
        font-size: 17px;
        font-weight: 500;
        padding: 0px;
        margin: 0px;
        line-height: 30px;
        text-shadow: 1px 1px 1px #333;
    }

.package-details {
    padding: 10px;
}

.package-price-details span {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    line-height: 1.42857143;
    text-shadow: 1px 1px 1px #202859;
}

    .package-price-details span span {
        font-weight: 500;
        font-size: 24px;
        margin-left: 5px;
        color: #fff;
        line-height: 1.42857143;
        text-shadow: 1px 1px 1px #202859;
    }


.departure-tile-header {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
    padding: 10px;
    background: #202859;
    font-size: 14px;
    text-align: center;
}

.departure-tile .row {
    margin-left: -1px;
    margin-right: -1px;
}

.departure-tile .eqcol {
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
}



.nav-tabs {
    border-bottom: 1px solid #D4D4D4;
}

    .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        background: none;
        border: none;
        border-bottom: 3px solid transparent;
        color: #58595b;
        font-size: 16px;
        transition: all 0.3s ease-out;
        font-weight: 500;
        padding-left: 30px;
        padding-right: 30px
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background: none;
        border: none;
        border-bottom: 3px solid #0066d0;
        color: #0066d0;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.3s ease-out;
    }

.package-box table tr td:first-child {
    font-weight: 500;
}

    .package-box table tr td:first-child i {
        color: #0066d0;
    }

.package-box-help-wrapper {
    background: url(skn/help4.jpg) 50% 50% no-repeat;
    background-size: cover;
}

.package-help {
    padding: 15px;
    padding-top: 15px;
    padding-bottom: 35px;
    background: rgba(0,0,0,0.6);
}

    .package-help h3 {
        font-size: 30px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 20px;
        text-shadow: 1px 1px 1px #333;
    }

    .package-help p {
        color: #ffffff;
        line-height: 24px;
        font-size: 16px;
    }

        .package-help p i {
            color: #0a4595;
        }

.tab-content .tab-pane {
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.departure-tile-date {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .departure-tile-date .day {
        font-size: 20px;
        font-weight: 500;
        text-shadow: 1px 1px 1px #202859;
        color: #0066d0;
        padding-bottom: 3px;
        padding-top: 3px;
    }


        .departure-tile-date .day i {
            font-size: 26px;
            font-weight: 500;
            text-shadow: none;
            color: #333;
        }

.col-departure-date {
    background: #ededed;
}
.col-departure-webnotes {
    background: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 3px;
    font-weight:600;
    font-style:italic;
}

.departure-tile {
    margin-bottom: 2px;
    border-bottom: 2px solid #0a4595;
}

.col-departure-price {
}

    .col-departure-price .text-center {
        font-size: 22px;
        font-weight: 500;
        text-shadow: 1px 1px 1px #333;
        color: #0a4595;
    }

        .col-departure-price .text-center .departure-previous-price {
            font-size: 20px;
            text-decoration: line-through;
            font-weight: 500;
            text-shadow: 1px 1px 1px #333;
            color: #202859;
            text-decoration-color: #cc0000;
        }

.col-departure-supplement .text-center {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.col-departure-child-price {
    background: #ededed;
}

    .col-departure-child-price .text-right {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        line-height: 20px;
    }

        .col-departure-child-price .text-right span i {
            font-size: 14px;
            font-weight: 500;
            text-shadow: 1px 1px 1px #333;
            color: #0a4595;
        }

.departure-taxes {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    line-height: 33px;
}

.departure-tile .row-2 {
    border-top: 2px solid #0a4595;
    margin-top: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .departure-tile .row-2 .btn {
        margin-right: -15px;
    }

@media(max-width:480px) {
    .departure-taxes {
        text-align: center;
    }

    .departure-book-button {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .departure-tile .row-2 .btn {
        margin-right: 0px;
    }
}

.groups-offer-col .toggle-off.btn {
    font-weight: normal;
    color: #8e8f92;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 1.22857143;
}

.groups-offer-col .btn.btn-primary {
    line-height: 1.22857143;
    font-size: 14px;
    padding-left: 3px;
    padding-right: 3px;
}

.departure-tile {
    position: relative;
    margin-bottom: 10px;
}



.departure-tags {
    position: absolute;
    top: 32px;
    left: 0px;
    z-index: 1;
    left: -10px;
    max-width: 115px;
    vertical-align: top;
}

    .departure-tags img {
        display: block;
        height: 40px;
        margin-bottom: 5px;
    }



.departure-tile .departure-tag {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    z-index: 33;
    background: #0a4595;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 1px #333;
    font-weight: 500;
    padding: 5px 8px;
    /*white-space: nowrap;*/
    overflow: visible;
    left: -2px;
    top: 2px;
    opacity: 1;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    font-family: 'Roboto', sans-serif;
}

    .departure-tile .departure-tag::before {
        position: absolute;
        content: "";
        left: 0px;
        border-top: 10px solid #58595b;
        border-left: 12px solid transparent;
        bottom: -10px;
        opacity: 0.95;
    }

    .departure-tile .departure-tag.call-only {
        background: #0066d0;
    }

    .departure-tile .departure-tag.cancelled {
        background: #ff0000;
    }

    .departure-tile .departure-tag.closed {
        background: #a762e4;
    }

    .departure-tile .departure-tag.stop-sales {
        background: #d69700;
    }



.groups-search-form .groups-search-col:last-child {
    background: #0a4595;
}

    .groups-search-form .groups-search-col:last-child .btn {
        background: #0a4595;
    }
.top-area .row1 a i, .top-area .row1 a i:hover, .top-area .row1 a i:focus {
    color: #ff6600;
    font-size: 16px;
}
.top-area .row1 a i, .top-area .row1 a i:hover, .top-area .row1 a i:focus {
    color: #ffffff !important;
    font-size: 16px;
}
.top-area .row1 .btn.btn-info i, .top-area .row1 .btn.btn-info:hover i, .top-area .row1 .btn.btn-info:focus i {
    color: #ffffff;
    font-size:16px;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption h2 {
        font-size: 36px;
    }

    .carousel-caption p {
        font-size: 46px;
        font-weight: 500;
    }

    .carousel-caption h5 {
        margin-top: 30px;
    }
@media(min-width:1600px) {
    .container {
        max-width:1300px;
        width:100%;
    }
}

.footer-area .eqcol{
    padding-bottom:30px;
}

@media(min-width:1400px){
    .banners-padding{
        padding-left:100px;
        padding-right:100px;
    }
}

.banks-area {
    background: #1b1d20;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media(max-width:768px){
    .banks-col{
        text-align:center;
        padding-bottom:20px;
    }
}

.modal .modal-content .modal-header {
    
    background: #ffffff;
    
}
.modal .modal-content .modal-header h4{
    color: #333;
}
    .modal .modal-content .modal-header .close {
        margin-top: 3px;
        color: #333;
        text-shadow: none;
        opacity: 1;
    }
	
	.insta-bg{
		background:url(skn/instabg.jpg) 50% 50% no-repeat;
	}
	#instafeed {
    position: relative;
    text-align: left;
    min-height: 32px;
    background: url(skn/loading.gif) 50% 50% no-repeat;
	padding-bottom:70px;
}

  


    #instafeed.slick-initialized {
        background: none;
    }


    #instafeed .slick-dots {
    	text-align:center;
		margin:0px;
		padding:0px;
	} 
	#instafeed .slick-dots li{
		padding:0px;
		margin:0px;
		list-style:none;
		display:inline-block !important;
	}
#instafeed .slick-dots ul{
		display:inline-block;
	}
        #instafeed .slick-dots li button {
            font-size: 0px;
            line-height: 0px;
            border: none;
            background: #ccc;
            border: none;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            margin-left: 3px;
            margin-right: 3px;
        }

        #instafeed .slick-dots li.slick-active button {
            background: rgba(0,14,34,0.8);
            border: none;
            width: 12px;
            height: 12px;
        }

    

.espa {
    position: fixed;
    bottom: 0px;
    left: 0px;

    width: 100%;
    background: rgba(0,0,0,0.8) !important;
    z-index: 13;
    text-align: center;
    margin: 0px;
    text-align:center;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
    .espa img {
        height: 55px !important;
        width: auto !important;
        margin-top: 5px;
        display:inline-block;
    }
    @media(min-width:768px){
       body{padding-bottom:70px;}
    }
	
	
.menu-7D8D044F{background:rgba(0,0,0,0.7);}
.is-sticky .menu-7D8D044F{background:none;}
.body-7D8D044F .path-area h1 {
    font-size: 36px;
    color: #ffffff;
	background:rgba(0,0,0,0.7);
	padding:10px;border-radius:0px;
    text-shadow: 1px 1px 1px #58595b;
    display: inline-block;
}
.body-7D8D044F .btn.btn-primary {
    background:#0a4595;
	border-color:#0a4595;
}

.article-content img{max-width:100%;height:auto;}

.blog-tile-image{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(145,145,145,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(145,145,145,1);
box-shadow: 0px 0px 5px 0px rgba(145,145,145,1);
overflow:hidden;
margin-bottom:20px;
}
.blog-tile-image img{
	  transition: all 0.3s ease-out;

}
.blog-tile-image:hover img{
	  transition: all 0.3s ease-out;
transform: scale(1.05);
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
}

.blog-tile-title a,.blog-tile-title a:hover,.blog-tile-title a:focus{
	font-size:22px;
	color:#000000;
	font-weight:600;
}
.blog-tile-title{margin-bottom:10px;}
.blog-tile-description{color:#555;font-size:15px;line-height:1.4em;}
.blog-tile-date{
	
	font-size:22px;
	color:#ff6600;
	font-weight:600;text-shadow: 1px 1px 1px #58595b;
	margin-bottom:5px;
}

.blog-col{
	background:#ededed;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(145,145,145,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(145,145,145,1);
box-shadow: 0px 0px 5px 0px rgba(145,145,145,1);
padding:20px;
}
.archive,.archive ul{
	margin:0px;
	padding:0px;
}
.archive li{
	margin:0px;
	padding:0px;
	list-style:none;
}
.archive li li{
	padding-left:25px;	
}
.archive li a,.archive li a:hover,.archive li a:focus{
	color:#ff6600;
	font-size:18px;
}.archive li a em,.archive li a:hover em,.archive li a:focus em{
	color:#333;
	margin-right:5px;
}
.archive li li a ,.archive li li a:hover ,.archive li li a:focus {
	color:#555;
	line-height:2em;
	font-size:16px;
}
.archive li li a em,.archive li li a:hover em,.archive li li a:focus em{
	color:#555;
	margin-right:10px;
	font-size:16px;
}
.archive li a:hover,.archive li a:focus{
	text-decoration:inderline !important;
}


















.package-table-tile {
    
    margin-bottom:30px;
}
.package-table-title{
    background:#202859;
    font-size:16px;
    color:#ffffff;
    margin-bottom:2px;
    
}
.square-tile .tile-title a.btn, .square-tile .tile-title a.btn:hover, .square-tile .tile-title a.btn:focus{
    color: #ffffff;
    font-size:13px;
    padding:4px 8px;
}
    .package-table-title span, .package-table-title i {
        color: #ffffff;
    }
.package-table-date-row {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 2px solid #0a4595;
}
.package-table-date-row.alt {
}
.package-table-date-header {
    background: #ff6600;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom:2px;
}
.package-table-date-header div{
    font-weight:500;
	color:#fff;
}
.package-table-departure-row{
    padding-top:3px;
    padding-bottom:3px;
    cursor:pointer;
}
    .package-table-departure-row.alt {
        padding-top: 3px;
        padding-bottom: 3px;
        background: #ededed;
    }
    .package-table-departure-row div {
        font-weight: 600;
        padding-top:3px;
        padding-bottom:3px;
    }
.package-table-package-title {
  
    padding-left: 25px;
}

.package-table-package-price {
    font-weight: 600;
    text-shadow: 1px 1px 1px #333;
    color: #ff6600;
}

.package-table-package-title span,.package-table-package-title a, .package-table-package-title a:hover, .package-table-package-title a:focus {
    
    font-weight: 600;
    
    color: #202859;
}
   .package-table-package-title a:hover, .package-table-package-title a:focus {
       text-decoration:underline;
    }
.package-table-field-header{
    font-weight:500;
    margin-right:5px;
    color:#333;
    text-shadow:none;
}
.package-table-departure-previous-price{
    margin-right:5px;
    color:#cc0000;
    text-decoration:line-through;
}
.package-table-date-value{
    color:#ff9614;
}

.package-table-date-wrapper {
    position: relative;
    background: #202859;
    min-height:65px;
}
.package-table-date-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #202859;
    color: #FFF;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align:center;
    white-space:nowrap;
    
}
    .package-table-date-value i {
        font-size: 20px;
        font-weight: 600;
        text-shadow: none;
        color: #FFF;text-shadow: 1px 1px 1px #202859;
    }
@media(max-width:990px) {
    .package-table-departure-row div {
        font-weight: 700;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .package-table-package-title {
        text-align: center;
        padding-left: 0px;
    }

    .package-table-departure-row {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .package-table-date-value {
        position: relative;
        top: initial;
        left: initial;
        transform: none;
        padding-top:20px;
       
    }
}
@media(max-width:480px) {
    .package-table-date-value {
      white-space:normal;
        font-size: 14px;
        
    }

	.package-table-date-value i {
		font-size: 18px;
	   
	}
}
@media(max-width:600px) {	
	.nav-tabs > li {
		text-align:center;
		width: 50%;
	}
}
@media(max-width:480px) {	
	.nav-tabs > li {
		text-align:center;
		width: 100%;
	}
}
.package-table-taxes{
	background:#ff9614;
	color:#ffffff;
	font-weight:600;
	padding:7px;
	margin-top:2px;
}


.package-table-button .btn.btn-primary{
	background:#0066d0;
		border-color:#0066d0;font-size:14px;
}
.package-table-button .btn.btn-primary:hover,.package-table-button .btn.btn-primary:focus{
	background:#202859;
	border-color:#202859;
	font-size:14px;
}

.package-table-duration-seperator{
    height:2px;
    background:#202859;
}
 .package-table-departure-tags {
        padding-left:25px;
    }



    .package-table-departure-tags img {
        display: block;
        height: 40px;
        margin-bottom: 5px;
    }



.package-table-departure-tags .departure-tag {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    z-index: 33;
    background: #ff9614;
    color: #fff;
    font-size: 13px;
    text-shadow: 1px 1px 1px #333;
    font-weight: 600;
    padding: 5px 8px;
    /*white-space: nowrap;*/
    overflow: visible;
    left: -2px;
    top: 2px;
    margin-right: 10px;
    opacity: 1;
    
    font-family: 'Open Sans Condensed', sans-serif;
}

        

        .package-table-departure-tags .departure-tag.call-only {
            background: #0066d0;
        }

        .package-table-departure-tags .departure-tag.cancelled {
            background: #ff0000;
        }

        .package-table-departure-tags .departure-tag.closed {
            background: #a762e4;
        }

        .package-table-departure-tags .departure-tag.stop-sales {
            background: #d69700;
        }
