
.white-color{color:#fff !important;}
.navbar-default {
    background: #d0af6b;
}
.navbar-default .navbar-nav>li>a{color:#fff;}
.navbar {
    border-bottom: 0;
}
.navbar-fixed-top{top:0px;}
.navbar-sticky.navbar-default{top:0px;}
.navbar.navbar-default {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-brand {
    float: left;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    padding-top: 13px;
    padding-bottom: 42px;
    color: #005294;
    letter-spacing: 2px;
    padding-right: 30px;
    font-weight: 500;
    font-family: 'Roboto';
}

a.navbar-brand {
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
}

.navbar-default .navbar-brand {
    color: #FFF;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
}

.navbar-default .navbar-brand:hover {
    color: #D60D45;
}

.colored-navbar-brand .navbar-default .navbar-brand {
    background: #1a1a1a;
    /* padding-right: 30px; */
    position: relative;
	height: 55px;
    padding: 0 10px;
}

.colored-navbar-brand .navbar-default .navbar-brand:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -600px;
    width: 600px;
    background: #d0af6b;
}

.colored-navbar-brand .navbar-default .navbar-brand:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -300%;
    right: 0;
    background: #d0af6b;
    height: 1px;
}

.navbar-nav {
    border-left: 1px solid #F4F4F4;
}

.navbar-nav > li > a {
    line-height: 56px;
    font-weight: bold;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    border-right: 1px solid #F4F4F4;
    text-transform: uppercase;
    font-family: Roboto;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 20px;
}


/* Main Menu Dropdown */

.navbar-nav li {
    position: relative;
}

.navbar-nav li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 56px;
    left: 0;
    width: 190px;
    display: none;
    /* background-color: #FFF; */
	background:url('https://55f0aa.claudeassets.com/20240309083255im_/https://www.sunildaytours.com/images/menu-bg.jpg');
    border: 1px solid #EEE;
    border-top: 2px solid #34518C;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

.navbar-nav li ul li a {
    border-bottom: 1px solid #F2F2F2;
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 400;
    color: #636363;
}

.navbar-nav li > ul > li:last-child > a,
.navbar-nav li > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

.navbar-nav li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
    text-decoration: none;
}

.navbar-nav li ul li ul {
    position: absolute;
    left: 188px;
    top: -2px;
}

.navbar-nav li ul li:hover ul li a {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-nav li ul li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
}

.navbar-nav li ul li ul li ul li:hover a {
    padding-left: 20px;
    padding-right: 10px;
}


/* Mega Menu */

.navbar-nav > li.mega-menu {
    position: inherit!important;
    left: 0;
}

.navbar-nav > li.mega-menu ul {
    left: 0%;
    width: 100%;
    top: 56px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav > li.mega-menu ul li a {
    padding: 8px 0;
}

.navbar-nav > li.mega-menu ul li a:hover {
    padding-left: 5px;
}

.navbar-nav > li.mega-menu:hover > a,
.navbar-nav > li.mega-menu > a:hover,
.navbar-nav > li.dropdown:hover > a,
.navbar-nav > li.dropdown > a:hover,
.navbar-nav > li.dropdown.active > a,
.navbar-nav > li.dropdown.active > a:hover,
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a {
    color: #1a1a1a !important;
    text-decoration: underline;
    background: transparent !important;
}

.navbar-nav > li.mega-menu ul li .container {
    padding: 15px;
}

.navbar-nav > li.mega-menu ul li .row > div a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.navbar-arrow > ul > li .arrow-indicator {
    margin-left: 7px;
    color: #CCC;
}

.navbar-arrow ul ul > li .arrow-indicator {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    font-size: 16px;
    color: #CCC;
}

.megamenu-container .arrow-indicator {
    display: none !important;
}

.navbar-nav li ul li a {
    border-bottom: 1px solid #F2F2F2;
    display: block;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: bold;
    color: #636363;
}

@media only screen and (max-width: 991px) {
    .navbar {
        margin: 0;
        padding: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .navbar-brand {
        line-height: 30px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .navbar-arrow > ul > li .arrow-indicator,
    .navbar-arrow ul ul > li .arrow-indicator {
        display: none !important;
    }
    a.navbar-brand {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
    }
    .navbar-nav li ul li a {
        padding: 8px 10px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 23px !important;
    }
    .navbar-brand,
    .colored-navbar-brand .navbar-default .navbar-brand {
        padding-right: 15px !important;
        font-size: 20px !important;
    }
    .colored-navbar-brand .navbar-header {
        float: left;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 479px) {
    .navbar-brand,
    .colored-navbar-brand .navbar-default .navbar-brand {
        padding: 5px;
        padding-left: 15px;
        font-size: 16px;
        line-height: 30px;
        display: block;
        width: 100% !important;
    }
    .navbar-header,
    .colored-navbar-brand .navbar-header {
        float: none !important;
        width: 100% !important;
    }
    .colored-navbar-brand .navbar-default .navbar-brand:after {
        display: block;
        top: 0;
        bottom: 0;
        left: auto;
        right: -30px;
        width: 30px;
        height: auto;
    }
}


/**
 * Sticky Header
 */

.navbar-sticky {
    background-color: #FFF;
    border-color: #e6e6e6;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12);
}

.navbar-sticky.navbar-default {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-sticky .navbar-brand {
    padding-top: 10px;
    padding-bottom: 0;
}

.navbar-sticky .navbar-brand:hover,
.navbar-sticky .navbar-brand:focus {
    color: #4D82B8;
    background-color: transparent
}

.navbar-sticky .navbar-text {
    color: #565656
}

.navbar-sticky .navbar-nav > li > a {
    line-height: 50px;
    color: #565656
}

.navbar-sticky .navbar-nav > li > a:hover,
.navbar-sticky .navbar-nav > li > a:focus {
    color: #4D82B8;
    background-color: transparent
}

.navbar-sticky .navbar-nav > .active > a,
.navbar-sticky .navbar-nav > .active > a:hover,
.navbar-sticky .navbar-nav > .active > a:focus {
    color: #4D82B8;
    background-color: transparent
}

.navbar-sticky .navbar-nav > .disabled > a,
.navbar-sticky .navbar-nav > .disabled > a:hover,
.navbar-sticky .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent
}

.navbar-sticky .navbar-nav > li.navbar-separator span:after {
    background: #4D82B9;
}

.navbar-sticky .navbar-toggle {
    border-color: transparent
}

.navbar-sticky .navbar-toggle:hover,
.navbar-sticky .navbar-toggle:focus {
    background-color: transparent
}

.navbar-sticky .navbar-toggle .icon-bar {
    background-color: #565656
}

.navbar-sticky .navbar-collapse,
.navbar-sticky .navbar-form {
    border-color: #ededed
}

.transparent-header .navbar-sticky .navbar-nav > li > a .border {
    border-color: #CCC;
}

.transparent-header .navbar-sticky .navbar-nav > li > a .border:hover {
    border-color: #4D82B9;
}

.navbar-sticky .navbar-mini > ul {
    line-height: 47px;
}

.navbar-sticky .navbar-nav > li > ul {
    top: 50px;
}

.navbar-sticky .navbar-nav > li.mega-menu ul {
    top: 0;
}

.navbar-sticky #top-header {
    opacity: 0;
}

.colored-navbar-brand .navbar-sticky .navbar-brand {
    background: #1a1a1a;
    color: #FFF;
}

.colored-navbar-brand .navbar-sticky .navbar-brand:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500px;
    width: 500px;
    background: #fff;
}

	.navbar-brand img{width:175px; }
@media only screen and (max-width: 1199px) {}

@media (min-width:992px) and (max-width: 1199px) {
	.navbar-nav > li > a{padding-left:10px; padding-right:10px;}
}
@media only screen and (max-width: 991px) {
    .navbar-fixed-top {
        /* position: relative !important; */
        clear: both;
    }
    .navbar-sticky .navbar-nav > li > a {
        display: none;
    }
	.navbar-brand img{width:150px; }
	.navbar-fixed-top {
    top: 0;
}
}

@media (max-width: 767px) {
    .navbar-sticky .navbar-brand {
        padding: 15px 15px;
    }
}

@media (max-width: 479px) {
    .navbar-sticky .navbar-brand {
        padding: 5px;
    }
}


/**
 * Navbar Mini
 */

.navbar-mini {}

.navbar-mini > ul {
    line-height: 55px;
    margin: 0;
    margin-top: -1px;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.navbar-mini > ul > li {
    float: left;
    margin-left: 15px;
}

.navbar-mini > ul > li:last-child {
    border-right: none;
}

.navbar-mini > ul > li > a {
    color: #5D5D5D;
    font-size: 12px;
}

.navbar-mini > ul > li > a:hover {
    color: #D60D45;
    text-decoration: none;
}

.navbar-mini > ul > li > a.btn {
    font-size: 10px;
}

.navbar-mini .dropdown-menu {
    min-width: 80px;
}

.navbar-mini .dropdown-menu > li > a {
    padding: 5px 12px;
    font-size: 12px;
}

.navbar-mini .dropdown-menu > li:first-child > a {
    padding-top: 5px;
}

.navbar-mini .dropdown-menu > li:last-child > a {
    padding-bottom: 5px;
}

.navbar-mini .dropdown-menu > li > a:hover,
.navbar-mini .dropdown-menu > li:hover > a,
.navbar-mini .dropdown-menu > li > a:focus {
    color: #BA0600 !important;
    background: none !important;
}

.navbar-mini .dropdown-menu {
    padding: 10px !important;
}

.navbar-mini > ul {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.navbar-mini > ul > li {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.navbar-mini > ul > li:last-child {
    border-right: none;
}

.navbar-mini .dropdown-menu {
    min-width: 80px;
}

.navbar-mini .dropdown-menu > li > a {
    padding: 5px 12px;
    font-size: 11px;
}

.navbar-mini .dropdown-menu > li:first-child > a {
    padding-top: 8px;
}

.navbar-mini .dropdown-menu > li:last-child > a {
    padding-bottom: 8px;
}

.navbar-mini .dropdown-menu > li > a:hover,
.navbar-mini .dropdown-menu > li:hover > a,
.navbar-mini .dropdown-menu > li > a:focus {
    color: #D60D45 !important;
    background: none !important;
}

.navbar-mini .dropdown-menu {
    padding: 10px !important;
}

.btn-loged-in { padding-top: 1px; padding-bottom: 1px; padding-left: 1px; padding-right: 3px; letter-spacing: 1.5px; text-transform: capitalize; font-weight: 700; }
.btn-loged-in img { width: 28px; border-radius: 50%; display: inline-block; vertical-align: middle; border: 2px solid #FFF; }

.has-msg { position: relative; }
.has-msg .count { position: absolute; top: 10px; right: -8px; display:block; width: 17px; height: 17px; background: red; color: #FFF; text-align: center; line-height: 16px; font-size: 9px; font-weight: 700; border-radius: 20px; border: 1px solid #FFF; }

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .navbar-mini {
        margin-right: 35px;
        margin-top: -1px;
    }
    .navbar-mini > ul {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
}

@media (max-width: 767px) {}

@media (max-width: 479px) {
    .navbar-mini {}
    .navbar-mini > ul {
        line-height: 1;
        padding: 10px 0;
        text-align: center;
        margin: 0;
    }
    .navbar-mini > ul li a,
    .navbar-mini > ul li a.btn.btn-primary.btn-inverse {
        padding: 0;
        border: none;
    }
    .navbar-mini > ul > li {
        float: none;
        margin: 0 5px;
        display: inline-block;
    }
    .navbar-sticky .navbar-mini > ul {
        line-height: 1;
    }
}


/**
 * Hero Header
 */


.slick-hero-slider .image-bg {
    background-position: top center;
    background-size: cover;
    position: relative;
}

.slick-hero-slider .image-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-image: -webkit-linear-gradient(top, rgba(108, 91, 123, 0.2) 0%, rgba(53, 92, 125, 0.2) 100%); */
    /* background-image: -o-linear-gradient(top, rgba(108, 91, 123, 0.2) 0%, rgba(53, 92, 125, 0.2) 100%); */
    /* background-image: linear-gradient(to bottom, rgba(108, 91, 123, 0.2) 0%, rgba(53, 92, 125, 0.2) 100%); */
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc6c5b7b', endColorstr='#cc355c7d', GradientType=0);
    content: ""
}

.slick-hero-slider-caption { 
		text-align: center;
		padding-top: 150px; 
		padding-bottom: 150px;
		color: rgba(255,255,255,0.8);
}

.slick-hero-slider-caption h2 {
    margin-top: 0;
    font-size: 50px;
		line-height: 1.2;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 0 20px;
    text-align: center;
		letter-spacing: 2px;
		font-weight: 300;
}

.slick-hero-slider-caption p {
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-align: center;
		margin-bottom: 20px;
}

.slick-hero-slider-caption a span {
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.8);
    color: #FFF;
    display: inline-block;
    padding: 7px 25px;
    display: inline-block;
    margin-top: 10px;
		transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.slick-hero-slider-caption a span.bg-primary {
		border: #005294;
		padding: 8px 25px;
}

.slick-hero-slider-caption a:hover span {
    background: #004680 !important;
		border-color: #004680 !important;
    text-decoration: none;
}

.slick-hero-slider.slick-inner-dot .slick-dots {
    bottom: 0;
}

.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {
    bottom: 205px;
}

.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption { 
		padding-top: 130px; 
		padding-bottom: 275px;
}

@media only screen and (max-width: 1199px) {
    .hero {
        background-size: auto;
    }
}

@media only screen and (max-width: 991px) {
	.hero h1 {
		font-size: 50px;
		line-height: 1.4;
	}
	.hero p {
			font-size: 22px;
			line-height: 1.4;
	}
	.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption { 
			padding-bottom: 325px;
	}
	.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {
			bottom: 255px;
	}
}

@media only screen and (max-width: 767px) {
    .hero {
        padding: 40px 0;
    }
		.hero-texting {
			padding: 15px;
		}
    .hero h1, .slick-hero-slider-caption h2 {
        font-size: 35px;
				margin-bottom: 20px;
        line-height: 1.2;
				text-align: left;
    }
    .hero p, .slick-hero-slider-caption p {
        font-size: 20px;
        line-height: 1.2;
				text-align: left;
    }
		
		.slick-hero-slider-caption { 
				padding: 50px 30px 70px; 
		}
		
		.slick-hero-slider-caption h2, .slick-hero-slider-caption p {
				text-align: center;
		}
		
		.slick-hero-slider .slick-prev { 
			left: 10px;
		}
		
		.slick-hero-slider .slick-next { 
			right: 10px;
		}
		
		.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption { 
				padding: 50px 30px 70px;
		}
		.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {
				bottom: 0;
		}
}

@media (max-width: 479px) {
    .hero h1, .slick-hero-slider-caption h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .hero p, .slick-hero-slider-caption p {
        font-size: 16px;
        line-height: 1.2;
    }
}


/**
 * Top Destination
 */

.top-destination-item {
    background: #FFF;
		border: 1px solid #E6E6E6;
		-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    margin: 0 0 20px;
    padding-top: 1px;
}

.top-destination-item:hover {
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #D60D45;
}

.top-destination-item a {
    color: #777;
    display: block;
}

.top-destination-item .image {
    overflow: hidden;
    margin: 4px 5px 0;
}

.top-destination-item .image img {
    transition: all .3s ease-in-out;
}

.top-destination-item:hover .image img {
    transform: scale(1.15) rotate(5deg);
    -ms-transform: scale(1.15) rotate(5deg);
    -ms-transform: scale(1.15) rotate(5deg);
}

.top-destination-item .content {
    padding: 17px 5px 12px;
}

.top-destination-item h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 2px;
    font-weight: 500;
}

.top-destination-item .price {
    text-align: right;
		padding-top: 1px;
}

.top-destination-item .price p {
    margin: 0;
    line-height: 14px;
}

.top-destination-item .price p:not(.icon) {
    margin-bottom: 6px;
}

.destination-list-wrapper {
		margin-left: -15px;
		margin-right: -15px;
		margin-top: -5px;
		margin-bottom: -10px;
}

ul.destination-list li {
		float: left;
		width: 33.33%;
		/* padding-top: 5px; */
		padding-left: 15px;
		padding-right: 15px;
		    min-height: 50px;
}

ul.destination-list li a {
		display: block;
		line-height: 1.2;
		color: #5d5d5d;
		margin: 0 0 10px;
}

ul.destination-list li a:hover {
		color: #C70C41;
		padding-left: 5px;
}

ul.destination-list li.more-link {
		padding-top: 1px;
}

ul.destination-list li.more-link a {
		font-size: 12px;
		background: #005294;
		color: #FFF;
		line-height: 1;
		display: inline-block; 
		padding: 3px 7px;
		margin-top: -3px;
}

ul.destination-list li.more-link a:hover {
		background: #004680;
		padding: 3px 10px;
}

.navbar-nav ul.destination-list {
		display: block !important;
		position: relative !important;
		left: 0 !important; 
		top: 0 !important;
		border: 0 !important;
		box-shadow: none;
		margin: 20px 0 5px !important;
		padding: 0 !important;
}

.navbar-nav ul.destination-list li a {
		display: block !important;
		line-height: 1 !important;
		padding: 0 !important;
		margin: 0 !important;
}

.navbar-nav ul.destination-list li a:hover {
		padding-left: 5px !important;
}

.navbar-nav  ul.destination-list li.more-link {
		padding-top: 2px !important;
}

.navbar-nav  ul.destination-list li.more-link a {
		padding: 3px 7px !important;
		display: inline-block !important; 
}

.navbar-nav ul.destination-list li.more-link a:hover {
		padding: 3px 10px !important;
}

.destination-grid-sm-item{background:#FFF;border:1px solid #E6E6E6;-webkit-box-shadow:0 0 12px -3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 12px -3px rgba(0,0,0,0.15);box-shadow:0 0 12px -3px rgba(0,0,0,0.15);border-bottom:2px solid #DEDEDE;transition:all .35s ease-in-out;-webkit-transition:all .35s ease-in-out; padding-top:1px;display: block; }
.destination-grid-sm-item:hover{-webkit-box-shadow:0 0 12px -3px rgba(0,0,0,0.4);-moz-box-shadow:0 0 12px -3px rgba(0,0,0,0.4);box-shadow:0 0 12px -3px rgba(0,0,0,0.4);border-bottom:2px solid #D60D45}
.destination-grid-sm-item .image{overflow:hidden;margin:4px 5px 0}
.destination-grid-sm-item .image img{transition:all .3s ease-in-out}
.destination-grid-sm-item:hover .image img{transform:scale(1.15) rotate(5deg);-ms-transform:scale(1.15) rotate(5deg);-ms-transform:scale(1.15) rotate(5deg)}
.destination-grid-sm-item .content{padding:14px 5px 8px;text-align: center;}
.destination-grid-sm-item h5{font-size:14px;text-transform:uppercase;line-height:1;margin:0 0 2px;font-weight:500; letter-spacing: 0.3px; }
.destination-grid-sm-item p { font-size: 13px; letter-spacing: 0.5px; }

.destination-list-sm-wrapper.mmb-10 { margin-bottom: -10px; }
.destination-list-sm-item { position: relative; background:#FFF;border:1px solid #E6E6E6;-webkit-box-shadow:0 0 12px -3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 12px -3px rgba(0,0,0,0.15);box-shadow:0 0 12px -3px rgba(0,0,0,0.15);border-bottom:2px solid #DEDEDE;transition:all .35s ease-in-out;-webkit-transition:all .35s ease-in-out; padding-top:1px; }
.destination-list-sm-item:hover{-webkit-box-shadow:0 0 12px -3px rgba(0,0,0,0.4);-moz-box-shadow:0 0 12px -3px rgba(0,0,0,0.4);box-shadow:0 0 12px -3px rgba(0,0,0,0.4);border-bottom:2px solid #D60D45}
.destination-list-sm-item a { position: relative; display: block; padding: 5px; line-height: 1; }
.destination-list-sm-item .image-bg { width: 50px; height: 50px; background-position: center center; background-repeat: no-repeat; background-size: cover; display: inline-block; vertical-align: middle; margin-right: 10px; }
.destination-list-sm-item .content { display: inline-block; vertical-align: middle; }
.destination-list-sm-item h5{font-size:14px;text-transform:uppercase;line-height:1;margin:2px 0 5px;font-weight:500; letter-spacing: 0.3px; }
.destination-list-sm-item p { font-size: 13px; letter-spacing: 0.5px; }

/**
 * Hotel
 */

.hotel-item-grid {
    background: #FFF;
		border: 1px solid #E6E6E6;
		-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    height: 100%;
    min-height: 330px;
    position: relative;
    padding-top: 1px;
    padding-bottom: 12px;
}

.bg-white .hotel-item-grid {
		background: #F2F2F2;
}

.hotel-item-grid:hover {
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #D60D45;
}

.hotel-item-grid .hotel-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 10px;
    z-index: 29;
}

.hotel-item-grid a {
    color: #636363;
    display: block;
}

.hotel-item-grid:hover a,
.hotel-item-grid a:hover {
    text-decoration: none;
}

.hotel-item-grid .image {
    overflow: hidden;
    margin: 4px 5px 0;
}

.hotel-item-grid .image img {
    transition: all .3s ease-in-out;
}

.hotel-item-grid:hover .image img {
    transform: scale(1.15) rotate(5deg);
    -ms-transform: scale(1.15) rotate(5deg);
    -ms-transform: scale(1.15) rotate(5deg);
}

.hotel-item-grid .heading {
    padding: 17px 15px 12px;
    margin: 0 0 55px;
}

.hotel-item-grid h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin: 4px 0 2px;
    font-weight: 500;
}

.hotel-item-grid .heading p { margin-bottom: 5px; }

.hotel-item-grid .content {
    padding: 15px 15px 17px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-top: 1px solid #DEDEDE;
}

.hotel-item-grid .content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 2px;
    right: 50%;
    width: 1px;
    background: #DEDEDE;
}

.hotel-item-grid .content p.price {
    line-height: 1;
    text-align: right;
}

.hotel-item-grid .content p.price .block {
    margin: 0;
}

.hotel-item-grid .content p.price .number {
    font-weight: 500;
    font-size: 21px;
    color: #005294;
		font-family: Roboto;
}

.hotel-item-grid.alt-no-rating .heading { margin: 0 0 20px; }
.hotel-item-grid.alt-no-rating .content p.price { text-align: left !important; position: relative; padding-right: 20px; }
.hotel-item-grid.alt-no-rating .content p.price:after { font-family: 'Rivolicons-Free'; content: "\e610"; position: absolute; top: 6px; right: -2px; width: 12px;display: block; padding-left: 4px; }
.hotel-item-grid.alt-no-rating .content p.price span.block.mb-5 { display: inline-block !important; margin: 0 !important; }
.hotel-item-grid.alt-no-rating .content:after { display: none; }

.hotel-item-grid .raty-wrapper {
		margin-top: 3px;
}

.min-height-alt .hotel-item-grid {
    min-height: 315px;
}

.infobox-hotel-item {
    width: 260px;
    background: #FFF;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 9999999;
    font-size: 13px;
}

.infobox-hotel-item a {
    display: block;
    color: #636363;
}

.infobox-hotel-item .image img {
    width: 100%;
    display: block;
}

.infobox-hotel-item .tripadvisor-module div {
    font-size: 13px;
    font-weight: 400;
}

.infobox-hotel-item .tripadvisor-rate i {
    margin-right: 3px;
}

.infobox-hotel-item:after {
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #C7C7C7;
    border-width: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.infobox-hotel-item:hover:after {
    border-top-color: #D60D45;
}

.infobox-hotel-item.hotel-item-grid .content {
    bottom: -2px;
}

.hotel-item-list {
    position: relative;
    min-height: 223px;
    margin: 0 0 20px;
    background: #FFF;
		border: 1px solid #E6E6E6;
		-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

.hotel-item-list:hover {
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #D60D45;
}

.hotel-item-list a {
    display: block;
}

.hotel-item-list .image {
    width: 250px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    background-size: cover;
    background-position: center center;
}

.hotel-item-list .content {
    margin-left: 255px;
    margin-right: 125px;
    position: relative;
    padding: 20px 20px 0;
}

.hotel-item-list .heading {
    margin: 0 0 12px;
}

.hotel-item-list .heading h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0 0 2px;
    font-weight: 500;
}

.hotel-item-list .short-info {
    line-height: 1.5;
    margin-bottom: 50px;
}

.hotel-item-list .absolute-bottom {
    position: absolute;
    bottom: 0;
    right: 125px;
    left: 276px;
    border-top: 1px solid #E8E8E8;
    padding: 15px 15px 17px;
    padding-left: 0;
    line-height: 1;
}

.hotel-item-list .absolute-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 125px;
    border-left: 1px solid #E8E8E8;
    text-align: right;
    line-height: 1.3;
}

.hotel-item-list .meta-option {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 13px;
}

.hotel-item-list .absolute-right .star-rate {
    float: right;
}

.hotel-item-list .price-wrapper {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.hotel-item-list .price .number {
    font-weight: 500;
    font-size: 26px;
    color: #005294;
		font-family: Roboto;
}

.hotel-item-list .star-rate {
    float: left;
    margin-top: 5px;
}

.hotel-item-list .btn-sm {
    padding-left: 10px;
    padding-right: 10px;
}
.hotel-item-list-2 {
    position: relative;
    background: #FFF;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    padding: 5px;
    margin-bottom: 20px
}

.hotel-item-list-2:last-child {
    margin-bottom: 0
}

.hotel-item-list-2:hover {
    -webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #D60D45
}

.hotel-item-list-2 .content {
    margin-left: 250px;
    margin-right: 125px;
    position: relative;
    padding: 10px 15px 0;
    padding-right: 5px;
    line-height: 1.2;
    margin-bottom: 50px
}

.hotel-item-list-2 .heading {
    margin: 0 0 12px
}

.hotel-item-list-2 .heading h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0 0 5px;
    font-weight: 500
}

.hotel-item-list-2 .heading p {
    line-height: 1.2
}

.hotel-item-list-2 .heading p .star-rate {
    float: left;
    margin-top: 1px
}

.hotel-item-list-2 .image {
    float: left;
    width: 250px
}

.hotel-item-list-2 .content .short-info {
    position: relative;
    padding-left: 60px;
    line-height: 1.5
}

.hotel-item-list-2 .content .short-info .absolute {
    font-weight: 700
}

.hotel-item-list-2 .total-price {
    margin-top: 10px;
    position: absolute;
    left: 250px;
    bottom: 10px;
    padding-left: 20px
}

.hotel-item-list-2 .total-price .price {
    font-weight: 500;
    font-size: 26px;
    color: #005294;
    font-family: Roboto
}

.hotel-item-list-2 .absolute-right-top {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 210px;
    padding: 10px;
    border-left: 1px solid #E8E8E8
}

.hotel-item-list-2 .absolute-right-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 210px;
    padding: 10px;
    text-align: right
}

.hotel-item-list-2 .absolute-right-bottom p {
    line-height: 1.2;
    margin: 0 0 9px
}

ul.check-in-out {
    margin-left: -5px;
    margin-right: -5px
}

ul.check-in-out li {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 1;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px
}

ul.check-in-out li span {
    display: block;
    margin: 1px 0
}

.check-in-out-item {
    background: #EBEBEB;
    font-size: 12px;
    font-weight: 700;
    padding: 14px 8px 7px
}

.check-in-out-item .date {
    font-size: 26px;
    font-weight: 700;
    color: #005294;
    margin: 4px 0
}

.check-in-out-item .day {
    font-weight: 400;
    letter-spacing: 1.5px;
    font-size: 13px;
    color: #333
}

.check-in-out-item .month-year {
    color: #999;
    font-style: italic;
    font-weight: 400
}

a.tripadvisor-module {
    line-height: 16px;
    color: #787878;
    text-decoration: none;
}

a.tripadvisor-module:hover {
    color: #DB542E;
}

.tripadvisor-module {
    line-height: 16px;
}

.tripadvisor-module .texting {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 2px;
    font-family: Roboto;
		color: #D60D45;
}

.tripadvisor-rate {
    line-height: 16px;
}

.tripadvisor-rate i {
    color: #B2B2B2;
    font-size: 13px;
}

.tripadvisor-rate i.rated {
    color: #469C3B;
}

@media only screen and (max-width: 1199px) {
    .hotel-item-list .image {
        bottom: auto;
        height: 120px;
        width: 150px;
    }
    .hotel-item-list .content {
        margin-left: 158px;
        margin-bottom: 75px;
				padding: 10px 10px 0;
    }
    .hotel-item-list .absolute-bottom {
        left: 175px;
    }
		.hotel-item-list-2 {
		    min-height: 180px;
		}
		
		.hotel-item-list-2 .content {
		    margin-left: 100px;
		    padding-top: 5px;
		}
		
		.hotel-item-list-2 .image {
		    width: 100px;
		    margin-top: 5px;
		    margin-left: 5px;
		}
		
		.hotel-item-list-2 .total-price {
		    left: 100px;
		}
}

@media only screen and (max-width: 991px) {
		.hotel-item-list-2 {
		    min-height: none;
		}
		
		.hotel-item-list-2 .image {
		    width: 130px;
		    margin-top: 5px;
		    margin-left: 5px;
		}
		
		.hotel-item-list-2 .content {
		    margin-left: 130px;
		    margin-bottom: 5px;
		    margin-right: 10px;
		}
		
		.hotel-item-list-2 .total-price {
		    position: relative;
		    padding-left: 45px;
		    padding-top: 15px;
		}
		
		.hotel-item-list-2 .absolute-right-top {
		    position: relative;
		    bottom: auto;
		    width: auto;
		    margin: 5px 0 0;
		    margin-left: 145px;
		    padding: 0;
		    padding-right: 10px;
		    border-left: 0
		}
		
		.hotel-item-list-2 .absolute-right-bottom {
		    position: relative;
		    width: auto;
		    margin-top: -25px;
		    margin-left: 135px;
		    text-align: left;
		}
}

@media only screen and (max-width: 767px) {
		.hotel-item-grid {
				min-height: 280px;
		}
    .hotel-item-list .image {
        height: 80px;
        width: 100px;
    }
    .hotel-item-list .content {
        margin-left: 108px;
    }
    .hotel-item-list .absolute-bottom {
        left: 115px;
    }
}

@media (max-width: 479px) {
    .hotel-item-grid {
        min-height: 345px;
    }
    .hotel-item-list .image{position:relative;height:180px;width:100%;left:0;top:0}
		.hotel-item-list .content{margin:0}
		.hotel-item-list .short-info{ margin-bottom: 10px }
    .hotel-item-list .absolute-bottom { position: relative; left: 0; top: 0; bottom: auto; padding: 15px; width: 100%; line-height: 1.4; border-bottom:1px solid #E8E8E8; padding:6px 10px 8px; }
    .hotel-item-list .absolute-right{position:relative;top:auto;bottom:0;height:auto;right:0;left:0;width:100%;border-left:0;text-align:left;line-height:1.3;padding:10px 10px 0}
		.hotel-item-list .meta-option { position: relative; top: 0; right: 0; left: 0; font-size: 13px; width: 100%;}
		.hotel-item-list .meta-option .tripadvisor-module { width: 100%; text-align: center; margin: 0;  margin-bottom: 15px; }		
		.hotel-item-list .meta-option .tripadvisor-module > div {  display: inline-block;  }
		.hotel-item-list .absolute-right .star-rate { float: left; }
		.hotel-item-list .price-wrapper { position: relative; bottom: 10px; right: auto; left: 0; text-align: center; width: 100%; }
		.hotel-item-list .price-wrapper p.price { margin: 0 0 5px; }
		.hotel-item-list .price-wrapper span.block { display: inline-block !important; }
		
		.hotel-item-list-2 .image {
				width: 100%;
				margin-top: 5px;
				margin-left: 5px;
				padding-right: 10px;
				float: none;
		}

		.hotel-item-list-2 .content {
				margin: 0;
				padding: 10px 5px 0;
		}

		.hotel-item-list-2 .total-price {
				left: 0;
				padding: 10px 0 0;
				padding-left: 5px;
		}

		.hotel-item-list-2 .absolute-right-top {
				margin-left: 5px;
				padding: 0;
				padding-right: 5px;
		}

		.hotel-item-list-2 .absolute-right-bottom {
				margin-top: -25px;
				margin-left: 0;
				padding-left: 5px;
		}
}


/**
 * Tab
 */

.tab-style-01-wrapper ul.tab-nav {
    background: #EDEDED;
    margin: 0;
    border-bottom: 1px solid #D60D45;
}

.tab-style-01-wrapper ul.tab-nav li {
    float: left;
}

.tab-style-01-wrapper ul.tab-nav li a {
    color: #333;
    padding: 10px 20px;
    padding-top: 13px;
    display: block;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
    border-top: 2px solid #EDEDED;
}

.tab-style-01-wrapper ul.tab-nav li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: transparent;
}

.tab-style-01-wrapper ul.tab-nav li a:hover {
    background: #DBDBDB;
    border-top: 2px solid #DBDBDB;
    text-decoration: none;
}

.tab-style-01-wrapper ul.tab-nav li.active a {
    color: #D60D45;
    background: #FFF;
    border-top: 2px solid #D60D45;
}

.tab-style-01-wrapper ul.tab-nav li.active a:after {
    background: #FFF;
}

.tab-style-01-wrapper .tab-content {
    background: #FFF;
}

.tab-style-01-wrapper .tab-content-inner {
    padding: 20px;
    padding-top: 25px;
}

.tab-style-01-wrapper .tab-content-inner h5:first-child {
    margin-top: 0;
}

.vertical-tab-style-01-wrapper ul.tab-nav li a { 
		font-family: Roboto; 
		color: #222222; 
		text-transform: uppercase; 
		letter-spacing: 0.5px;
		background: #d0af6b;
		border: 1px solid #F2F2F2;
		border-right: 0;
		display: block;
		margin: 0 0 1px;
		padding: 8px 15px 7px;
		font-size: 13px;
}

.vertical-tab-style-01-wrapper ul.tab-nav li.active a, .vertical-tab-style-01-wrapper ul.tab-nav li a:hover {
		background: #fff;
}

.navbar-nav .vertical-tab-style-01-wrapper ul.tab-nav {
		position: relative; 
		top: 0;
		left: 0;
		padding: 0;
		border: 0;
		box-shadow: none;
		display: block !important;
		margin: 10px 0 0;
}

.navbar-nav  .vertical-tab-style-01-wrapper ul.tab-nav li a {
		padding: 8px 15px 7px !important;
		border-bottom: 1px solid #F2F2F2 !important;
		font-family: Roboto !important; 
		color: #222222 !important; 
		text-transform: uppercase !important; 
		letter-spacing: 0.5px !important;
}

.navbar-nav  .vertical-tab-style-01-wrapper ul.tab-nav li a:hover {
		padding-left: 8px;
}


.vertical-tab-style-02-wrapper ul.tab-nav li a{font-family:Roboto;color:#222;text-transform:uppercase;letter-spacing:.5px;background:#F2F2F2;border:1px solid #E5E5E5;display:block;margin:0 1px 1px 0;padding:12px 15px 10px;font-size:13px; position: relative; display: block; }
.vertical-tab-style-02-wrapper ul.tab-nav li.active a,.vertical-tab-style-02-wrapper ul.tab-nav li a:hover{background:none}
.navbar-nav .vertical-tab-style-02-wrapper ul.tab-nav{position:relative;top:0;left:0;padding:0;border:0;box-shadow:none;display:block!important;margin:10px 0 0}
.navbar-nav .vertical-tab-style-02-wrapper ul.tab-nav li a{padding:8px 15px 7px!important;border-bottom:1px solid #E5E5E5!important;font-family:Roboto!important;color:#222!important;text-transform:uppercase!important;letter-spacing:.5px!important}
.navbar-nav .vertical-tab-style-02-wrapper ul.tab-nav li a:hover{padding-left:8px}
.vertical-tab-style-02-wrapper ul.tab-nav li a:before { content:""; position:absolute; top: 0; bottom: 0; left: 0; width: 2px; background: transparent; transition: all 0.1s ease; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; }
.vertical-tab-style-02-wrapper ul.tab-nav li.active a:before, .vertical-tab-style-02-wrapper ul.tab-nav li a:hover:before { background: #D60D45; }
.vertical-tab-style-02-wrapper ul.tab-nav li a:after { content:""; position:absolute; top: 0; bottom: 0; right: -3px; width: 3px; background: transparent; transition: all 0.1s ease; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; z-index: 2; }
.vertical-tab-style-02-wrapper ul.tab-nav li.active a:after { background: #FFF; }
.vertical-tab-style-02-wrapper .tab-content-inner { background: #FFF; padding: 30px; padding-left: 40px; border-top:1px solid #E5E5E5; border-left:1px solid #E5E5E5 }
.vertical-tab-style-02-wrapper .tab-content-inner h3:first-child { margin-top: 0; }
.vertical-tab-style-02-wrapper ul.tab-nav li.active a { background: #FFF; }
.vertical-tab-style-02-wrapper .tab-content-inner ul.list-with-icon li { margin-bottom: 10px; }
.vertical-tab-style-02-wrapper .tab-content-inner ul.list-with-icon li:last-child { margin-bottom: 0; }
.vertical-tab-style-02-wrapper .tab-content-inner ul.list-with-icon li i { top: 3px; }


@media only screen and (max-width: 1199px) {
	
}

@media only screen and (max-width: 991px) {
	.vertical-tab-style-02-wrapper .tab-content-inner { padding: 0; border: 0; }
}

@media only screen and (max-width: 767px) {

}

@media (max-width: 479px) {
}


/**
 * Travel Quotes
 */

.travel-quotes {
    height: 500px;
    overflow: hidden;
}

.travel-quotes .top-content {
    width: 100%;
    height: 50%;
}

.travel-quotes .bottom-content {
    width: 100%;
    height: 50%;
}

.travel-quotes .saying-content {
    background: #FFF;
    height: 100%;
}

.travel-quotes > div > .row {
    height: 100%;
}

.travel-quotes .inner {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 50px;
}

.travel-quotes .bottom-content .inner {
    text-align: right;
}

.travel-quotes .saying {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
}

.stripe-grid-item {
    height: 300px;
}

.stripe-grid-item .image-bg {
    height: 100%;
    width: 50%;
}

.stripe-grid-item .content {
    padding: 25px;
    position: relative;
}

.stripe-grid-item .content h4 {
    font-weight: 500;
}

.stripe-grid-item .content:after {
    content: "";
    position: absolute;
    top: 30px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #FFF transparent transparent;
}

.stripe-grid-item .content.bg-primary:after {
    border-color: transparent #7F4681 transparent transparent;
}

.stripe-grid-item .content.bg-color-02:after {
    border-color: transparent #87495B transparent transparent;
}

.row > div:nth-child(3) .stripe-grid-item .content:after,
.row > div:nth-child(4) .stripe-grid-item .content:after {
    left: auto;
    right: -15px;
    border-width: 15px 0 20px 15px;
    border-color: transparent transparent transparent #FFF;
}

.row > div:nth-child(3) .stripe-grid-item .content.bg-primary:after,
.row > div:nth-child(4) .stripe-grid-item .content.bg-primary:after {
    border-color: transparent transparent transparent #7F4681;
}

.row > div:nth-child(3) .stripe-grid-item .content.bg-color-02:after,
.row > div:nth-child(4) .stripe-grid-item .content.bg-color-02:after {
    border-color: transparent transparent transparent #87495B;
}

.row > div:nth-child(3) .image-bg,
.row > div:nth-child(4) .image-bg {
    margin-left: 50%;
}

.row > div:nth-child(3) .content,
.row > div:nth-child(4) .content {
    left: 0;
}


/**
 * Testimonial
 */

.slick-testimonial-wrapper {}

.slick-testimonial-wrapper .slick-prev:before,
.slick-testimonial-wrapper .slick-next:before {
    color: #333;
}

.slick-center {}

.slick-testimonial-wrapper .testimonial-man {
    margin: 25px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.testimonial-long {
    text-align: center;
    position: relative;
    padding-top: 10px;
}

.testimonial-long .fa-commenting-o {
    font-size: 52px;
    margin: 0 0 10px;
}

.testimonial-long .saying {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    position: relative;
    margin: 10px 0 20px;
	font-weight: 300; 
	font-family: 'Merriweather', serif; 
}

.testimonial-long h4 {
    font-weight: 500;
    margin-bottom: 5px;
		font-size: 16px;
		line-height: 1;
}

.slick-testimonial-nav {
    margin: 20px 250px;
}

.slick-testimonial-wrapper .testimonial-man {
    margin: 15px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    padding: 5px;
}

.slick-testimonial-wrapper .testimonial-man .image {
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    padding: 3px;
}

.slick-testimonial-wrapper .testimonial-man .image:after {
    display: none;
}

.slick-testimonial-wrapper .testimonial-man img {
    border-radius: 50%;
}

.slick-testimonial-wrapper .testimonial-man .image:hover {
    cursor: pointer;
}

.slick-testimonial-wrapper .slick-center .testimonial-man {
    margin: 10px;
}

.slick-testimonial-wrapper .slick-center .image {
    border: 1px solid #D60D45;
}

.slick-testimonial-wrapper .slick-center .image:hover {
    cursor: default;
}

.slick-gallery-slideshow.slick-testimonial-wrapper .slick-prev {
    left: -40px;
}

.slick-gallery-slideshow.slick-testimonial-wrapper .slick-next {
    right: -40px;
}

@media only screen and (max-width: 1199px) {
    .slick-testimonial-nav {
        margin: 30px 200px 20px;
    }
}

@media only screen and (max-width: 991px) {}

@media (max-width: 767px) {
    .slick-testimonial-nav {
        margin: 30px 100px 20px;
    }
}

@media (max-width: 479px) {
    .slick-testimonial-nav {
        margin: 30px 40px 20px;
    }
}


/**
 * Hot Deal
 */

.slick-hot-deal-item {
    padding: 230px 130px 130px;
    position: relative;
    z-index: 99;
    display: table;
}

.slick-hot-deal-item h4 {
		margin-top: 0;
		font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.slick-hot-deal-item .table-cell {
    display: table-cell;
}

.slick-hot-deal-item > div {
    width: 50%;
}

.slick-hot-deal-item .content {
    background: #FFF;
    position: relative;
    padding: 40px;
}

.slick-hot-deal-item .content p {
    margin-bottom: 25px;
}

.slick-hot-deal-item .image-bg-wrapper {
    position: relative;
}

.slick-hot-deal-item .image-bg-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.slick-hot-deal-wrapper .slick-prev,
.slick-hot-deal-wrapper .slick-next {
    top: 60%;
}

@media only screen and (max-width: 1199px) {
    .slick-hot-deal-item {
        padding: 230px 60px 130px;
    }
}

@media only screen and (max-width: 991px) {}

@media (max-width: 767px) {
    .slick-hot-deal-item {
        padding: 230px 40px 75px;
    }
    .slick-hot-deal-item > div {
        width: 100%;
    }
    .slick-hot-deal-item .image-bg-wrapper {
        display: none;
    }
}

@media (max-width: 479px) {
    .slick-slider-center-mode.slick-hot-deal-wrapper .slick-prev {
        left: 5px;
    }
    .slick-slider-center-mode.slick-hot-deal-wrapper .slick-next {
        right: 5px;
    }
    .slick-hot-deal-item {
        padding: 230px 20px 75px;
    }
    .slick-hot-deal-item .content {
        padding: 20px 20px;
    }
}


/**
 * Faq
 */

.faq-category {
    background: #FFF;
    margin-top: 10px;
}

.faq-category h4 {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    background: #F7F7F7;
    color: #555;
    margin: 0;
    padding: 18px 20px 15px;
    border-bottom: 1px solid #E5E5E5;
}

.faq-category span {
    font-size: 18px;
    font-weight: 500;
}

.faq-category > .content {
    padding: 15px 20px;
}

.faq-category ul {
    margin: 0;
}

.faq-category ul li a {
    display: block;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 7px;
    margin-bottom: 7px;
    color: #636363;
}

.faq-category ul li.active a {
    color: #D60D45;
}

.faq-category ul li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.faq-category ul li a:hover {
    padding-left: 5px;
    text-decoration: none;
}

.faq-accordion-wrapper .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faq-accordion-wrapper .accordion-heading {
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
}

.faq-accordion-wrapper .accordion-heading .panel-title {
    margin: 0;
    color: #636363;
    padding: 1px 0;
    font-size: 16px;
}

.faq-accordion-wrapper .accordion-heading .panel-title a {
    font-weight: 400;
    font-size: 16px;
}

.faq-accordion-wrapper .accordion-heading .panel-title a:hover {
    color: #D60D45;
}

.faq-accordion-wrapper .accordion-inner {
    padding: 20px 30px;
    margin: 0;
    border-bottom: 1px solid #E5E5E5;
}

.faq-accordion-wrapper .panel.accordion-item .panel-title a:after {
    content: "\f068";
    float: left;
    background: #D60D45;
    color: #FFF;
    font-size: 10px;
    padding: 5px 6px;
    line-height: 10px;
    margin-right: 10px;
    margin-top: 2px;
}

.faq-accordion-wrapper .panel.accordion-item .panel-title a.collapsed:after {
    content: "\f067";
}

.faq-accordion-wrapper.style-2 .accordion-heading {
    background: #E8E8E8;
    padding: 15px 20px 15px;
    border-bottom: 2px solid #D6D6D6;
    margin: 0 0 2px;
}

.faq-accordion-wrapper.style-2 .accordion-heading .panel-title {
    margin: 2px 0 0;
}

.faq-accordion-wrapper.style-2 .accordion-inner {
    background: #FFF;
    padding: 20px 30px;
    margin: 0 0 10px;
    border-bottom: 1px solid #D6D6D6;
}

.faq-accordion-wrapper.style-2 .panel.accordion-item .panel-title a:after {
    float: right;
    margin-right: 0;
}

.faq-accordion-wrapper.style-2 .panel.accordion-item .panel-title a.collapsed:after {}

.faq-accordion-wrapper.faq-accordion-sm-wrapper .panel-title a {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    padding-left: 35px;
    position: relative;
    display: block;
		line-height: 1.2;
		margin: 0; 
}

.faq-accordion-wrapper.faq-accordion-sm-wrapper .panel-title a:after {
    margin: 0;
    position: absolute;
    top: 2px;
    left: 0;
    float: none;
}

.faq-accordion-wrapper.faq-accordion-sm-wrapper .accordion-inner {
    padding: 20px 0;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .faq-category {
        margin: 5px 0;
    }
}

@media (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Sidebar
 */

#show-on-map {
    height: 250px;
}

.map-click-box {
    position: relative;
    background: #F3F3F3;
    margin: 0 0 20px;
}

a.map-click {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #87495B;
    color: #FFF;
    padding: 10px 15px;
    display: block;
    padding-right: 40px;
    font-weight: 500;
    line-height: 1;
}

a.map-click:hover {
    background: #A1576C;
}

a.map-click i {
    font-size: 52px;
    position: absolute;
    bottom: 0;
    right: 10px;
    text-shadow: 3px 1px 3px rgba(150, 150, 150, 1);
}

.sidebar.mt {
    margin-top: 50px;
}

.sidebar .widget {
    margin: 0 0 30px;
}

.quick-search {
    position: relative;
    margin: 0 0 40px;
}

.quick-search .form-control {
    height: 40px;
}

.quick-search .btn {
    position: absolute;
    top: 1px;
    right: 1px;
    color: #FFF;
    background: #005294;
    height: 38px;
}

.quick-search .btn:hover {
    background: #51658C;
}

.quick-search .form-control {
    padding-right: 50px;
}

ul.sidebar-cat li {
    border-bottom: 1px dotted #DBDBDB;
    line-height: 14px;
    position: relative;
}

ul.sidebar-cat li:last-child {
    border-bottom: 0;
}

ul.sidebar-cat li a {
    padding: 10px 0;
    display: block;
    color: #636363;
}

ul.sidebar-cat li:first-child a {
    padding-top: 0;
}

ul.sidebar-cat li a:hover {
    padding-left: 5px;
}

ul.sidebar-cat li .absolute {
    left: auto;
    right: 0;
    top: 11px;
    font-size: 12px;
}

ul.sidebar-cat li:first-child .absolute {
    top: 0px;
}

ul.archive li {
    position: relative;
    margin-bottom: 10px;
}

ul.archive li a {
    color: #636363;
}

ul.archive li a:hover {
    text-decoration: underline;
}

ul.archive li .absolute {
    left: auto;
    right: 0;
    top: 0px;
    font-size: 12px;
}

.tag-cloud a {
    border: 3px double #DBDBDB;
    line-height: 1;
    font-size: 12px;
    padding: 5px;
    margin-left: 3px;
    margin-bottom: 5px;
    display: block;
    float: left;
    color: #777;
}

.tag-cloud a:hover {
    background: #D60D45;
    color: #FFF;
    border-color: #EDEDED;
}

.tag-cloud-wrapper {
    border-top: 2px solid #E6E6E6;
    position: relative;
    margin: 20px 0 0;
    padding: 10px 0 0;
}

.tag-cloud-wrapper .tag-cloud-heading {
    float: left;
    margin-top: 7px;
    text-transform: uppercase;
}

.tag-cloud-wrapper .tag-cloud {
    margin-left: 50px;
    margin-top: 5px;
}

ul.sidebar-menu-list li a { font-family:Roboto;color:#222;text-transform:uppercase;letter-spacing:.5px;background:#F2F2F2;border:1px solid #E5E5E5;display:block;margin:0 1px 1px 0;padding:10px 15px 8px;font-size:13px; position: relative; display: block; }
ul.sidebar-menu-list li a:before { content:""; position:absolute; top: 0; bottom: 0; left: 0; width: 2px; background: transparent; transition: all 0.1s ease; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; }
ul.sidebar-menu-list li.active a:before, ul.sidebar-menu-list li a:hover:before { background: #D60D45; }
ul.sidebar-menu-list li a:after { content:""; position: absolute; top: -1px; bottom: -1px; right: -33px; width: 33px; background: transparent; border-top:1px solid transparent; border-bottom:1px solid transparent; }
ul.sidebar-menu-list li.active a, ul.sidebar-menu-list li a:hover { background: #F7F7F7; }
ul.sidebar-menu-list li.active a:after { background: #F7F7F7; border-top:1px solid #E5E5E5; border-bottom:1px solid #E5E5E5; }


@media only screen and (max-width: 1199px) {
	
}

@media only screen and (max-width: 991px) {


}

@media only screen and (max-width: 767px) {
	ul.sidebar-menu-list li a:after { display: none; }
}

@media (max-width: 479px) {

}


/**
 * Featured
 */

.featured-item-text {
    margin: 15px 0;
}

.featured-item-text h4 {
    border-bottom: 1px solid #B270B5;
    padding-bottom: 10px;
    margin: 0 0 15px;
    letter-spacing: 2px;
}

.featured-item {
    line-height: 20px;
    margin-bottom: 20px;
}

.featured-item .icon {
    font-size: 24px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #D60D45;
    color: #FFF;
    line-height: 46px;
    text-align: center;
}

.featured-item h3 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 20px 0 15px;
}

.featured-item-2 {
    line-height: 20px;
    margin-bottom: 15px;
}

.featured-item-2 .icon {
    color: #D60D45;
    float: left;
    font-size: 30px;
    margin-top: -4px;
    margin-right: 15px;
}

.featured-item-2 p {
    margin-left: 15px;
    margin-top: 4px;
}

.featured-item-2 .content {
    margin-left: 45px;
    margin-bottom: 25px;
}

.featured-item-2 .content h5 {
    margin: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
}

.featured-item-2 .content p {
    margin: 0;
    line-height: 18px;
}

.featured-item-03 {
    line-height: 1.5;
    margin-bottom: 20px;
}

.featured-item-03 .icon {
    font-size: 40px;
    width: 46px;
    color: #d0af6b;
    line-height: 40px;
		float: left;
		padding-top: 5px;
}

.featured-item-03 .content {
		margin-left: 65px;
}

.featured-item-03 h5 {
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 0 15px;
}

.sell-or-buy {
    padding: 80px 120px;
		text-align: center;
}

.sell-or-buy h3 {
    font-size: 26px;
    margin: 28px 0 25px;
		line-height: 1;
}

.sell-or-buy .icon {
    line-height: 60px;
    text-align: center;
    font-size: 60px;
    margin: 0;
}

.sell-or-buy .content a {
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.8);
    color: #FFF;
    display: inline-block;
    padding: 7px 25px;
    display: inline-block;
    margin-top: 10px;
}

.sell-or-buy .content a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.featured-box {
    text-align: center;
    border: 1px solid #E5E5E5;
    padding: 30px;
    background: #EDEDED;
    margin: 30px 0 10px;
}

.featured-box .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin: 0 auto 30px;
    margin-top: -60px;
    border-radius: 50%;
}

.featured-box h4 {
    margin: 0 0 15px;
}

.featured-box p {
    margin: 0 0 15px;
}

.featured-box a {
    font-size: 12px;
    font-weight: 600;
}

.featured-box a {
    color: #636363;
}

.featured-box a:hover {
    color: #D60D45;
    text-decoration: none;
}

.featured-bg {}

.featured-bg {
    position: relative;
    padding: 120px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}

.featured-bg.stellar-parallax-bg {
    background-position: bottom center;
}

.featured-bg h3 {
    margin-top: 0;
    font-size: 34px;
    color: #FFF;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: center;
}

.featured-bg p {
    color: #FFF;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.featured-timeline {
    position: relative;
}

.featured-timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #E8E8E8;
}

.featured-timeline ul {
    margin: 0;
    padding: 0;
}

.featured-timeline ul li {
    width: 50%;
    float: left;
    padding: 30px 0;
    padding-left: 110px;
    padding-right: 30px;
    position: relative;
    border-bottom: 1px solid #E8E8E8;
}

.featured-timeline ul li:last-child,
.featured-timeline ul li:nth-last-child(2) {
    border-bottom: 0;
}

.featured-timeline ul li h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
}

.featured-timeline ul li .icon {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 2px solid #D60D45;
    border-radius: 50%;
    text-align: center;
    color: #D60D45;
}

.featured-timeline ul li:nth-child(odd) {
    text-align: right;
    padding-left: 30px;
    padding-right: 110px;
}

.featured-timeline ul li:nth-child(odd) .icon {
    left: auto;
    right: 30px;
}

@media only screen and (max-width: 1199px) {
    .sell-or-buy {
        padding: 80px 80px;
        padding-right: 120px;
    }
    .sell-or-buy.text-right {
        padding-left: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .sell-or-buy {
        padding: 40px;
        padding-right: 40px;
    }
    .sell-or-buy.text-right {
        padding: 40px;
        padding-left: 40px;
    }
}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {}


/**
 * Team
 */

.team-item {
    text-align: center;
}

.team-item h4 {
    margin: 25px 0 10px;
    line-height: 1.1;
}

.team-item p {
    margin: 0 0 8px;
    line-height: 1.1;
}

.team-item ul.social {
    margin: 0;
}

.team-item ul.social li {
    display: inline-block;
    margin: 0 5px;
}


/**
 * Blog
 */

.blog-item-full {
    margin: 0 0 50px;
}

.blog-item-full .image {
    margin: 0 0 30px;
}

.blog-item-full .content {
}

.blog-item-full .meta {
    margin: 0 0 10px;
    font-size: 13px;
    color: #919191;
    line-height: 18px;
}

.blog-item-full .meta a {
    color: #555;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-item-full .meta a:hover {
    text-decoration: underline;
}

.blog-item-full .meta i {
    margin-right: 5px;
}

.blog-item-full .content h3.blog-title {
    position: relative;
		margin: 0;
    margin-bottom: 15px;
		line-height: 1.4;
}


/* .blog-item-full .content h3.blog-title:after { content:""; position: absolute; bottom: -15px; left: 0; width: 40px; height: 2px; background: #005294; } */

.blog-item-full .btn-read-more {
    border-bottom: 2px solid #D60D45;
    padding: 0 0 3px;
    text-transform: uppercase;
    font-size: 12px;
}

.blog-item-full .btn-read-more:hover {
    text-decoration: none;
    padding: 0 5px 3px;
}

.blog-wrapper.blog-single .blog-item-full .content {
    margin-left: 0 !important;
}

.blog-wrapper.blog-single .blog-item-full {
		margin-bottom: 20px;
}

.recent-post-wrapper .row > div {
    margin: 0 0 20px;
}

.recent-post {
    position: relative;
    border: 1px solid #E6E6E6;
		-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    min-height: 150px;
    width: 100%;
    height: 100%;
}

.recent-post:hover {
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #D60D45;
}

.recent-post .image {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    background-size: cover;
    background-position: center center;
    width: 230px;
}

.recent-post .content {
    margin-left: 240px;
    line-height: 1.5;
    padding: 20px 15px;
}

.recent-post .content .meta {
    font-size: 13px;
    color: #919191;
}

.recent-post .content .meta a {
    color: #555;
}

.recent-post .content .meta a:hover {
    text-decoration: underline;
}

.recent-post .content .meta i {
    margin-right: 5px;
}

.recent-post .content h4 {
    line-height: 1.4;
    margin: 20px 0 15px;
    font-weight: 500;
		font-size: 16px;
    text-transform: uppercase;
}

.recent-post .content p {
    line-height: 1.5;
    margin: 0 0 15px;
}

.recent-post .content a {
    font-size: 12px;
    letter-spacing: 1px;
		text-transform: capitalize;
}

.recent-post .content a.btn-read-more {
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
}

.recent-post .content a.btn-read-more:hover {
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

.blog-entry ul {
    list-style-type: inherit;
    margin-left: 35px;
    margin-bottom: 20px;
}

.blog-entry ol {
    list-style-type: decimal;
    margin-left: 35px;
    margin-bottom: 20px;
}

.blog-entry ul li,
.blog-entry ol li {
    margin-bottom: 7px;
}

.blog-entry ul li:last-child,
.blog-entry ol li:last-child {
    margin-bottom: 0;
}

.blog-entry h1,
.blog-entry h2,
.blog-entry h3,
.blog-entry h4,
.blog-entry h5,
.blog-entry h6 {
    margin: 30px 0 18px;
}

ul.recent-post-sm li {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

ul.recent-post-sm li h3 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px;
    font-weight: 500;
}

ul.recent-post-sm li .image {
    width: 80px;
    float: left;
}

ul.recent-post-sm li .image img {
    display: block;
}

ul.recent-post-sm li .content {
    margin-left: 90px;
}

ul.recent-post-sm li .recent-post-sm-meta {
    margin: 0;
    color: #555;
    font-size: 13px;
    font-style: italic;
}

ul.recent-post-sm li a:hover h3 {
    color: #005294;
}

#comment-wrapper {
    position: relative;
}

ul.comment-item {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

ul.comment-item li {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.comment-item li li {
    margin-left: 40px;
}

ul.comment-item li li:last-child,
ul.comment-item li li li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

ul.comment-item li > ul {
    margin-top: 20px;
    padding-top: 20px;
}

.comment-item .comment-avatar {
    position: absolute;
    top: 0px;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comment-item .comment-avatar img {
    width: 100%;
    width: 100%;
    border-radius: 50%;
}

ul.comment-item li .comment-header {
    margin-left: 60px;
}

ul.comment-item li .comment-header a {
    color: #333;
}

ul.comment-item li .comment-header .comment-reply {
    color: #FFF;
}

.comment-item .comment-time {
    display: block;
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    color: #989B8E;
    margin-bottom: 10px
}

.comment-item a.comment-reply {
    float: right;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    padding: 3px 12px 2px;
    text-transform: uppercase;
    background: #D60D45;
    color: #FFF;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.comment-item a.comment-reply:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.comment-form .form-control:hover,
.comment-form .form-control:focus {}


/* in color file */

.comment-form .form-control:-moz-placeholder {}

.comment-form .form-control::-moz-placeholder {}

.comment-form .form-control:-ms-input-placeholder {
    color: #FFF;
}

.comment-form .form-control::-webkit-input-placeholder {}

.comment-content {
    margin-top: 20px;
}

.comment-content ul {
    list-style: none !important;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.comment-content ol {
    list-style: decimal !important;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.comment-content ul li,
.comment-content ol li {
    margin-bottom: 7px;
    padding: 0;
}

.comment-content ul li {
    position: relative;
}

.comment-content ul li:before {
    content: "- ";
}

.comment-content ul li:last-child,
.comment-content ol li:last-child {
    margin-bottom: 0;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    margin: 30px 0 18px;
}

.comment-form label {
    font-weight: 400;
    margin: 0 0 7px;
}

@media only screen and (max-width: 1199px) {
		.recent-post .image {
				width: 200px;
		}

		.recent-post .content {
				margin-left: 210px;
		}
}

@media only screen and (max-width: 991px) {
		.recent-post {
				padding: 5px;
		}
		.recent-post .image {
				position: relative;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				width: 100%;
				height: 150px;
				background-size: cover;
				background-position: center center;
		}

		.recent-post .content {
				margin-left: 0;
				line-height: 1.5;
				padding: 20px 10px 15px;
		}
}

@media only screen and (max-width: 767px) {
    .blog-item-full .content {
        margin-left: 0;
    }
}

@media (max-width: 479px) {

}


/**
 * Newsletter
 */

.home-news-letter {
    background: #575757;
    color: #FFF;
    padding: 10px;
    margin-top: 50px;
}

.home-news-letter > .inner {
    border: 3px double rgba(255, 255, 255, 0.8);
    padding: 50px;
}

.home-news-letter h3 {
    color: #FFF;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    margin-right: 50px;
    float: left;
    position: relative;
}

.home-news-letter h3:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -30px;
    width: 3px;
    border-right: 3px double rgba(255, 255, 255, 0.8);
    height: 30px;
}

.home-news-letter .text-holder {
    margin-top: 5px;
}

.home-news-letter .form-control {
    height: 35px;
    border: none;
}

.newsletter-wrapper {
		padding-top: 45px; 
		padding-bottom: 25px;
}

.newsletter-wrapper .text-holder {
	margin-bottom: 25px;
}

.newsletter-wrapper .text-holder h3 {
		text-transform: uppercase; 
		color: #FFF; 
		line-height: 1;
		margin: 0 0 10px;
}

.newsletter-wrapper .text-holder p {
		font-family: 'Merriweather', serif; 
		font-style: italic; 
		font-weight: 300;
		font-size: 12px;
		line-height: 1.2;
		letter-spacing: 1px;
}

.newsletter-wrapper .footer-newsletter {
		margin-top: -15px;
}

.newsletter-wrapper .form-control {
    height: 40px;
    border: none;
		margin: 0;
}

.newsletter-wrapper .btn {
		height: 40px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    .home-news-letter .text-holder {
        margin-top: 0;
        margin-bottom: 15px;
    }
		.newsletter-wrapper .footer-newsletter {
				margin-top: 0;
		}
}

@media only screen and (max-width: 767px) {
    .home-news-letter > .inner {
        padding: 20px;
    }
    .home-news-letter h3 {
        float: none;
    }
    .home-news-letter h3:after {
        display: none;
    }
}

@media (max-width: 479px) {}


/**
 * Contact
 */

.full-contact-map-wrapper {
    border-top: 1px solid #E5E5E5;
    border-bottom: 2px solid #E5E5E5;
    margin-top: -1px;
    position: relative;
}

.map-wrapper {}

.map-wrapper img {
    max-width: none!important
}

.full-contact-map {
    height: 400px
}

.absolute-contact-info {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0;
}

.absolute-contact-info .content {
    background: #FFF;
    padding: 30px;
    border: 1px solid #E8E8E8;
    border-bottom: 0;
}

.absolute-contact-info .content .item {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}

.absolute-contact-info .content .item.more-pl {
    padding-left: 35px;
}

.absolute-contact-info .content .item i {
    position: absolute;
    top: 0;
    left: 2px;
    font-size: 22px;
    padding-left: 2px;
}

.contact-form input.form-control {
    height: 36px;
    padding-left: 15px;
    margin: 0;
}

.contact-form textarea.form-control {
    padding-bottom: 31px;
}

.contact-form .form-control {
    padding-left: 15px;
}

.travel-quote-banner {
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}

.travel-quote-banner .content {
    width: 40%;
    margin: 50px auto;
    color: #FFF;
    text-align: right;
}

.travel-quote-banner .saying {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 32px;
}

.travel-quote-banner .sayer {
    font-size: 16px;
}

.travel-quote-banner .sayer span {
    position: relative;
    padding-left: 12px;
}

.travel-quote-banner .sayer span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 2px;
    height: 16px;
    background: #FFF;
}

.travel-quote-banner .content a {
    color: #FFF;
    border: 2px solid #FFF;
    padding: 10px 15px;
    text-transform: uppercase;
    line-height: 1;
}

.travel-quote-banner .content a:hover {
    background: rgba(255, 255, 255, 0.3);
}


@media only screen and (max-width: 1199px) {
	
}

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 767px) {
	.travel-quote-banner .content { width: 80%; margin: 30px auto }
	.travel-quote-banner .saying { font-size: 24px; line-height: 1.4; }
	.travel-quote-banner .sayer { font-size: 14px; }
}

@media (max-width: 479px) {
	.full-contact-map-wrapper { border-bottom: 0; }
	.absolute-contact-info { position: relative; left: 0; right: 0; bottom: 0; }
	.absolute-contact-info .content { border: 1px solid #E8E8E8; margin-top: 20px; margin-bottom: -30px; padding: 20px; }
	.absolute-contact-info .content .item { font-size: 13px; padding-left: 30px !important; }
	.absolute-contact-info .content .xs-pull-left { float: left !important; }
	.absolute-contact-info .content .item i { font-size: 13px; top: 5px; }
}

.my_listings_edit_options a {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin: 0 0 0 5px;
		margin-left: 0px;
    padding: 5px 7px;
		letter-spacing: 0;
		font-weight: 400;
}
.guide_delete{
    background-color: #dd3333;
}

/**
 * Footer
 */

.main-footer {
    background: #F5F5F5;
    padding-top: 75px;
    padding-bottom: 25px;
}

.not-home .main-footer {
    border-top: 1px solid #E5E5E5;
}

.main-footer a {
    color: #fff;
    font-weight: bold;
}

.main-footer a:hover {
    color: #d0af6b;
}

.footer-title {
    color: #FFF;
    margin: 0 0 25px;
}

.footer-logo {
    font-size: 30px;
    margin: 0 0 30px;
    color: #FFF;
}

.about-us-footer {
    padding-right: 15px;
}

ul.menu-footer {
    margin: 0;
}

ul.menu-footer li {
    margin-bottom: 3px;
}

ul.menu-footer li a {
    font-size: 13px;
    text-transform: uppercase;
}

.footer-newsletter .form-control {
    border-color: transparent;
}

.footer-newsletter .form-control:focus {
    border-color: #8F37FE;
}

.newsletter-footer {
    margin: 0 0 50px;
}

.newsletter-footer .form-group {
    position: relative;
    margin: 0;
}

.newsletter-footer .form-control {
    background: none;
    border: 0;
    padding: 0;
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
    color: #FFF;
}

.newsletter-footer .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.7);
    background: none;
}

.newsletter-footer .btn-submit:hover {
    color: #FFF;
}

.social-footer {
    float: right;
}

.social-footer a {
    font-size: 20px;
    margin-right: 10px;
    margin-top: 5px;
    margin-top: 5px;
    display: block;
    float: left;
    color: #888;
}

.social-footer a:hover {
    color: #284580;
}

h4.footer-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 20px;
    color: #343434;
    position: relative;
}

h4.footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 40px;
    height: 2px;
    background: #d0af6b;
}

.secondary-footer {
    background: #EEE;
    color: #888;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {
    ul.menu-footer.for-social li {
        float: left;
        width: 50%;
    }
}


/**
 * Error Page
 */

.error-404-wrapper {
    text-align: center;
}

.error-404-wrapper .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.error-404-wrapper h2 {
    font-weight: 500;
    font-size: 84px;
    line-height: 1;
    margin: 0 0 15px;
}

.error-404-wrapper h3 {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px;
}

.error-menu {
    text-align: left;
    margin: 0 0 5px;
}

.error-menu i {
    font-size: 10px;
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}


/**
 * Login/Signup
 */

.modal.modal-border-transparent .modal-content {
    border: 5px solid rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.modal.modal-login .modal-content {
    width: 380px;
    margin: 0 auto;
    position: relativel;
		padding: 0 0 5px;
}

.modal.modal-login .modal-content h3 {
    margin: 0 0 15px;
}

.modal.modal-login .modal-body {
		padding: 20px;
		padding-top: 0;
}

.modal.modal-login .modal-content .form-control {
    height: 36px;
    padding-top: 6px;
}

.modal.modal-login .form-control::-moz-placeholder {}

.modal.modal-login .form-control:-ms-input-placeholder {}

.modal.modal-login .form-control::-webkit-input-placeholder {}

.modal.modal-login .modal-footer {
    border-top: 1px solid #E5E5E5;
		padding: 20px 20px 30px;
		margin-top: 5px;
}

.modal .modal-content .btn-close {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 1052;
    font-size: 12px;
}

.modal-seperator {
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    margin: 25px 0 40px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
}

.modal-seperator span {
    width: 40px;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 38px;
    display: block;
    margin-bottom: -20px;
    background: #FFF;
    font-weight: 700;
    font-family: 'thaisans', sans-serif;
}

.login-modal-tab-wrapper {}

ul.login-modal-tab-nav {
    background: #EAEAEA;
    padding: 0;
    margin: 0;
}

ul.login-modal-tab-nav li {
    float: left;
    width: 50%;
    text-align: center;
}

ul.login-modal-tab-nav li a {
    display: block;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #565656;
}

ul.login-modal-tab-nav li.active a {
    background: #FFF;
}

ul.login-modal-tab-nav li a:hover {
    color: #489FF0;
}

.btn.btn-facebook {
    background: #3b5998;
    color: #FFF;
}

.btn.btn-facebook:hover {
    opacity: 0.8;
}

.login-modal-tab-wrapper .form-control {
    background: #FFF;
    height: 40px;
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media (max-width: 479px) {
    .modal.modal-login .modal-content {
        width: 100%;
    }
}


/**
 * Message for dashboard inbox
 */

ul.hotel-message-list {
    margin: 0;
}

ul.hotel-message-list > li {
    position: relative;
    min-height: 180px;
    margin: 0 0 20px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    padding: 5px;
}

ul.hotel-message-list > li:last-child {
    margin: 0;
}

ul.hotel-message-list > li .image {
    width: 250px;
    float: left;
}

ul.hotel-message-list > li .content {
    margin-left: 250px;
    position: relative;
    padding: 10px 15px 0;
    padding-right: 5px;
    line-height: 1.2;
}

ul.hotel-message-list > li .action-label {
    position: absolute;
    top: 0;
    right: 0;
}

ul.hotel-message-list > li .action-label.label {
    font-weight: 600;
    letter-spacing: 1.5px;
}

ul.hotel-message-list > li .content h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0 0 2px;
    font-weight: 500;
    margin-right: 130px;
}

ul.hotel-message-list > li .content .location {
    margin-right: 130px;
}

ul.hotel-message-list > li .man {
    margin: 0 0 25px;
}

ul.hotel-message-list > li .man .avatar {
    width: 50px;
    float: left;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.35);
    padding: 3px;
    background: #FFF;
    border: 1px solid #E5E5E5;
}

ul.hotel-message-list > li .man h5 {
    line-height: 1;
    border-bottom: 1px solid #E5E5E5;
    margin: 0 0 7px;
    margin-left: 50px;
    padding: 1px 0 7px;
    padding-left: 10px;
}

ul.hotel-message-list > li .man p {
    line-height: 1.2;
    margin-left: 50px;
    padding-left: 10px;
}

ul.hotel-message-list > li .date {
    margin-top: 6px;
}

ul.hotel-message-list > li .action-btn {
    text-align: right;
}

.btn-hotel-message.collapsed:before {
    content: 'view';
}

.btn-hotel-message:before {
    content: 'close';
}

.message-item:not(:last-child) {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #E5E5E5;
}

.message-item .message-author {
    line-height: 1.2;
    font-size: 13px;
    color: #A8A8A8;
}

.message-item .message-author .avatar {
    width: 50px;
    margin: 5px 0 0;
}

.message-item .message-author h5 {
    line-height: 1;
    margin: 10px 0 5px;
}

.message-entry ul {
    list-style-type: inherit;
    margin-left: 35px;
    margin-bottom: 20px
}

.message-entry ol {
    list-style-type: decimal;
    margin-left: 35px;
    margin-bottom: 20px
}

.message-entry ul li,
.blog-entry ol li {
    margin-bottom: 7px
}

.message-entry ul li:last-child,
.blog-entry ol li:last-child {
    margin-bottom: 0
}

.hotel-message-read {
    border-top: 1px solid #E5E5E5;
    background: #F5F5F5;
    margin: 5px 0 -5px;
    margin-left: -5px;
    margin-right: -5px;
    padding: 20px;
}

@media only screen and (max-width: 1199px) {
    ul.hotel-message-list li .image {
        width: 180px;
        margin-top: 5px;
        margin-left: 5px;
    }
    ul.hotel-message-list li .content {
        margin-left: 185px;
    }
}

@media only screen and (max-width: 991px) {
    ul.hotel-message-list li .image {
        float: none;
        margin-bottom: 5px;
    }
    ul.hotel-message-list li .content {
        margin-left: 0;
        padding-left: 5px;
    }
    ul.hotel-message-list li .date {
        font-size: 13px;
    }
    ul.hotel-message-list li .action-label {
        top: -5px;
    }
}

@media (max-width: 767px) {
    .message-item .message-author {
        margin: 0 0 15px;
    }
    ul.hotel-message-list li .action-btn {
        text-align: left;
        margin: 10px 0 5px;
    }
}

@media (max-width: 479px) {
    ul.hotel-message-list li .image {
        width: auto;
        margin-right: 5px;
    }
    ul.hotel-message-list li .action-label {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
    }
    ul.hotel-message-list li .content h4 {
        margin-right: 0;
    }
    ul.hotel-message-list li .content .location {
        margin-right: 0;
    }
}

 
/**
 * Dashboard
 */

.dashboard-avatar {
    background: #F7F7F7;
    text-align: center;
    line-height: 1.2;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
}

.dashboard-avatar .image {
    width: 100px;
    margin: 30px auto 15px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(214, 13, 69, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(214, 13, 69, 1);
    box-shadow: 0px 0px 5px 0px rgba(214, 13, 69, 1);
}

.dashboard-avatar .content h4 {
    line-height: 1;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.dashboard-avatar .content p {
    margin: 0 0 10px;
}

.dashboard-avatar ul.meta {
    margin: 25px 0 0;
    border-top: 1px solid #E5E5E5;
}

.dashboard-avatar ul.meta li {
    float: left;
    width: 50%;
    border-right: 1px solid #E5E5E5;
    font-size: 12px;
    padding: 14px 0 15px;
}

.dashboard-avatar ul.meta li span {
    display: block;
    font-weight: 700;
    font-size: 13px;
}

.dashboard-avatar ul.meta li:last-child {
    border-right: 0;
}

.dashboard-menu-wrapper {
    background: #FFF;
}

ul.dashboard-menu-list li a {
    color: #5d5d5d;
    display: block;
    border-bottom: 1px solid #E5E5E5;
    padding: 12px 17px;
    padding-left: 50px;
    line-height: 1;
    font-size: 13px;
    letter-spacing: 0.5px;
}

ul.dashboard-menu-list li a:hover,
ul.dashboard-menu-list > li:hover a {
    color: #C70C41;
    padding-left: 55px;
    padding-right: 12px;
}

ul.dashboard-menu-list li a i {
    margin-right: 3px;
    font-size: 12px;
}

ul.dashboard-menu-list li:last-child a {
    border-bottom: 0;
}

ul.dashboard-menu-list li a > span {
    width: 37px;
    text-align: center;
    display: block;
    border-right: 1px solid #E5E5E5;
    line-height: 37px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-left: 4px;
}


}
ul.dashboard-menu-list li ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.navbar-vertical ul.navbar-vertical-menu {
    margin: 0;
}
.navbar-vertical ul.navbar-vertical-menu li {
    position: relative;
}
.navbar-vertical ul.navbar-vertical-menu li ul {
    z-index: 9999;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -1px;
    left: 100%;
    width: 190px;
    display: none;
    background: #005294;
    padding: 0;
    margin-left: 0;
}
.navbar-vertical ul.navbar-vertical-menu li ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent #005294 transparent transparent;
    position: absolute;
    top: 6px;
    left: 0;
    margin-left: -7px;
    o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}
.navbar-vertical ul.navbar-vertical-menu li ul li a {
    display: block;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
}
.navbar-vertical ul.navbar-vertical-menu li ul li:hover > a {
    color: rgba(255, 255, 255, 1);
    padding-left: 20px;
    padding-right: 10px;
}
.navbar-vertical ul.navbar-vertical-menu li ul li ul {
    position: absolute;
    left: 100%;
    top: 0
}
.dashboard-menu-wrapper .slicknav_menu {
    display: none;
}
.dashboard-content .dashboard-heading {
    position: relative;
    margin: 0 0 45px;
}
.dashboard-content .dashboard-heading h3 {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.2;
    margin: 0;
}
.dashboard-content .dashboard-heading p {
    margin-top: 5px;
}
.dashboard-content .dashboard-heading h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 60px;
    height: 2px;
    background: #005294;
}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {}
@media (max-width: 767px) {
    .navbar-vertical ul.navbar-vertical-menu {
        display: none;
    }
    
    .dashboard-menu-wrapper .slicknav_menu {
        display: block;
        background: #FFF;
        width: 100%;
    }
    
    .dashboard-menu-wrapper .slicknav_btn {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: 40px;
        line-height: 40px;
    }
    
    .dashboard-menu-wrapper .slicknav_btn:before {
        color: #333;
        position: absolute;
        top: 0;
        right: 15px;
    }
    
    .dashboard-menu-wrapper .slicknav_nav {
        position: relative;
        top: 0;
    }
    
    .dashboard-menu-wrapper .slicknav_nav a {
        font-size: 12px;
    }
    
    .dashboard-menu-wrapper .slicknav_nav a i {
        font-size: 11px;
        margin-right: 5px;
    }
    
    .dashboard-menu-wrapper .slicknav_menu .slicknav_menutxt {
        color: #333;
        font-size: 12px;
        position: absolute;
        top: 7px;
        left: 15px;
    }
}
@media (max-width: 479px) {}

 
/**
 * Miscellaneous
 */

.widget {}

.widget-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 30px;
}

.filter-toggle {

}

.filter-toggle h4 {
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    color: #333;
    font-weight: 500;
    letter-spacing: 1px;
}

.filter-toggle h4.active {
    color: #333;
}

.filter-toggle .btn-more-less {
    font-size: 10px;
    margin-top: 5px;
    color: #D60D45;
}

.filter-toggle .form-group.mt,
.filter-toggle .range-slider-wrapper {
    padding-top: 7px;
}

.filter-toggle .fancy-select .form-control {
    font-size: 12px;
    padding-top: 7px;
}

.review-widget-sm {
    text-align: left;
    font-size: 13px;
    line-height: 1;
}

.review-widget-sm .score {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 22px;
}

.review-widget-sm .widget-content {
    margin-left: 50px;
}

.review-widget-sm .widget-content h5 {
    font-weight: 500;
    line-height: 1;
    margin-top: 2px;
    margin-bottom: 7px;
    font-family: 'Open Sans', sans-serif;
}

.widget-search .form-control {
    font-size: 12px;
}

.lighhight-box {
    background: #7F4681;
    color: #FFF;
    padding: 20px 15px;
    padding-left: 50px;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}

.lighhight-box i {
    position: absolute;
    top: 6px;
    left: -2px;
    font-size: 44px;
}

.attraction-list-item { border-bottom: 1px solid #DEDEDE; padding-bottom: 25px; margin-bottom: 25px; }
.attraction-list-item:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.attraction-list-item h3, .attraction-list-item h4 { font-weight: 500; margin-top: 0; }
.attraction-list-item .price { line-height: 1.2; color: #D60D45; font-size: 16px; letter-spacing: 0.5px; margin-bottom: 10px; }
.attraction-list-item .price .font-lg { font-size: 22px; }

.waether-item { font-size: 32px; position: relative; padding-right: 15px; display: inline-block; }
.waether-item .icon { color: #A8A8A8; }
.waether-item:after { font-family: 'weathericons'; content: "\f03c"; position: absolute; top: 0; right: 0; font-size: 22px; }
.no-padding{padding:0px !important;}
.image-bg{height:700px;}
@media(max-width:767px){
	.image-bg{height:400px;}
}
.wbu{font-size: 24px;font-weight: bold;padding-bottom: 10px;color:#d0af6b;}
.wbu span{ border-bottom:2px solid #d0af6b;}
.main-footer .textwidget{display:table;}
.main-footer .textwidget span{display:table-cell}
.main-footer .textwidget i.fa	{    font-size: 18px;
       display: table-cell;
    padding-right: 15px;
    color: #eee;}
#back-to-top a:hover {
    background-color: #d0af6b;
    color: #FFF;
    border-color: #d0af6b;
}	
.TA_certificateOfExcellence, .TA_selfserveprop{display:inline-block;}
.main-box{background-color:#fff;padding:10px;    box-shadow: 2px 2px 10px #ccc;}
.cat-heading{color: #fff;text-shadow: 1px 1px 2px #222;}
.bottom-border {border-bottom:2px dashed #d0af6b;}
.hotel-item-grid a.btn{color:#fff;}
@media(max-width:767px){
	.mob-show{display:inline-block !important;}
}
@media(max-width:992px){
	.slicknav_nav{
    overflow: auto;
    min-height: 400px;
    max-height: 100%;
}
.slick-hero-slider-wrapper{margin-top:80px;}
.padding-top100{padding-top:100px;}
}

/*
     FILE ARCHIVED ON 15:44:15 Nov 20, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:13:45 Jun 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.337
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.027
  esindex: 0.006
  cdx.remote: 87.07
  LoadShardBlock: 88.469 (3)
  PetaboxLoader3.datanode: 162.82 (5)
  PetaboxLoader3.resolve: 45.684 (2)
  load_resource: 129.562
  loaddict: 44.36
*/