
/**
/*------------------------------------------------------------------
* Table of Content
* 1. Header
* 2. Mini Navbar
* 3. Sticky Header
* 4. Sign-in & Sign-up modal
* 5. Hero Header
* 6. Main Search Form
* 7. Transparent Header
* 8. Breadcrumb
* 9. Food Menu
* 10. Contact Page
* 11. Detail, Submission and Reservation Page 
* 12. Destination
* 13. Category
* 14. Restaurant Item
* 15. Featured Item
* 16. Deal
* 17. Counting
* 18. Sidebar
* 19. Static Page
* 20. Pricing
* 21. Download Application
* 22. Testimonial
* 23. Pagination
* 24. Footer
* 25. Tab Style
* 26. Review
* 27. Blog and Post
* 28. Contact Us
* 29. How it work
* 30. Faq Page
* 31. 404 Error Page
* 32. GridLex
-------------------------------------------------------------------*/
/**
 * Header
 */

.header-inner {
/*    margin-left: 30px;
    margin-right: 30px;*/
}
.navbar-default {
    background: #FFF;
    margin: 0;
	border:none;
}
.navbar {
    border-bottom: 0;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
.navbar-brand {
    float: left;
    font-size: 24px;
    line-height: 1;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding-top: 11px;
    padding-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
}
.full-width-container #header .navbar .container .navbar-header {
    margin-left: 15px;
}
.navbar-nav {
    border-left: 1px solid #E5E5E5;
}
.navbar-nav > li > a {
    /*line-height: 56px;*/
	line-height: 90px;
    font-weight: bold;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
ul.navbar-nav {} ul.navbar-nav li {} .navbar-collapse.pull-left .navbar-nav {
    padding-left: 15px;
}
/* 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: 220px;
    display: none;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-top: 2px solid #BA0600;
}
.navbar-nav li ul li a {
    border-bottom: 1px solid #E5E5E5;
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    -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;
    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;
}
.navbar-nav li ul li ul {
    position: absolute;
    left: 218px;
    top: -2px;
    box-shadow: -10px 1px 20px rgba(0, 0, 0, 0.1);
}
.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;
}
/* 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: 30px;
    padding-bottom: 30px;
}
.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: #870500 !important;
    background: none !important;
}
.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;
}
@media (min-width: 768px) {
    .navbar-nav {
        margin: 0;
    }
	.deal-sm-inner .btn-primary{ float:right}
}
@media only screen and (max-width: 1199px) {
    .navbar-nav > li > a {
        font-weight: 500;
        font-size: 12px;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        text-transform: uppercase;
        font-family: sans-serif;
        letter-spacing: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 991px) {
    
    .navbar-arrow > ul > li .arrow-indicator,
    .navbar-arrow ul ul > li .arrow-indicator {
        display: none !important;
    }
    .navbar-brand {
        padding-top: 10px;
        padding-bottom: 0;
    }
	.navbar-header { float:left}
	.navbar-tools{
	float:right;
	margin-top:25px;
	margin-right:75px;
}
.navbar-tools li.lang-opt{
	float:right !important;
}

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

   
    .navbar-brand {
        padding-right: 0;
        margin: 0;
		height:60px
    }
    #header .navbar .container .navbar-header {
        margin-left: 0;
    }
	
.arrange_unit 
{
	width:100%!important;
	display:block!important;
	margin:0 !important; 
}
}
@media only screen and (max-width: 620px) {
	 .navbar-header {
        float: none;
    }
	.navbar-tools{
	margin-top:25px;
	margin-right:0;
	text-align:center;
	width:100%;
}
	
}
@media (max-width: 479px) {
    #header .navbar .container .navbar-header {
        margin-left: -15px;
    }
	
	.navbar-default .navbar-brand{
		max-width:226px;
	}
}
/**
 * Mini Navbar
 */

.navbar-mini { position:relative;}
.navbar-mini > ul {
    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: 10px;
}
.navbar-mini > ul > li:first-child {
    margin-left: 0;
}
.navbar-mini > ul > li:last-child {
    border-right: none;
}
.navbar-mini > ul > li > a {
    color: #5D5D5D;
    font-size: 12px;
}
.navbar-mini > ul > li > a.btn {
    font-size: 14px;
	font-weight:bold
}
.navbar-mini .dropdown-menu {
    min-width: 80px;
}
.navbar-mini .dropdown-menu > li > a {
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1;
}
.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 5px !important;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .navbar-fixed-top {
        position: relative !important;
        clear: both;
    }
 
}
@media only screen and (max-width: 767px) {
    .navbar-mini {
    width: 100%;
    text-align: center;
    margin-right: 0;

}
	.navbar-mini > ul > li {
    float: none;
    margin-left: 0;
	display:inline-block
}
.navbar{
		min-height:80px;
	}
	.navbar-tools {
    float: right;
    margin-top: 0;
    margin-bottom: 20px;
}
}
@media (max-width: 479px) {

    .navbar-mini > ul > li > a.btn {
        border: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/**
 * Sticky Header
 */

.navbar-sticky {
    background-color: white;
    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: 7px;
    padding-bottom: 0;
}
.navbar-sticky .navbar-brand:hover,
.navbar-sticky .navbar-brand:focus {
    color: #4D82B8;
    background-color: transparent
}
.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-mini > ul {
    line-height: 49px;
}
.navbar-sticky .navbar-nav > li > ul {
    top: 50px;
}
.navbar-sticky .navbar-nav > li.mega-menu ul {
    top: 50px;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .navbar-sticky.navbar-default {
        padding-bottom: 5px;
    }
    .navbar-sticky .navbar-brand {
        padding-top: 10px;
    }
}
@media (max-width: 767px) {
    .navbar-sticky .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #EAEAEA;
    }
    .navbar-sticky .navbar-nav > li:first-child > a {
        padding-top: 3px;
    }
    .navbar-sticky .navbar-nav > li:last-child > a {
        border-bottom: none;
    }
}
@media (max-width: 479px) {}
/**
 * Sign-in & Sign-up modal
 */

.login-box-wrapper .modal-header,
.login-box-wrapper .modal-footer {
    background: #EEE;
}
.login-box-wrapper .modal-body {
    padding: 25px 25px 20px;
}
.login-modal-or {
    margin: 40px 0 20px;
    text-align: center;
}
.login-modal-or > div {
    border-top: 1px solid #DB3944;
    position: relative;
    height: 14px;
}
.login-modal-or > div > span {
    display: block;
    width: 40px;
    height: 40px;
    background: #DB3944;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    font-size: 10px;
		font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    text-transform: uppercase;
}
.login-box-link-action {
    text-align: right;
}
.login-box-box-action {
    margin-top: 10px;
}
.btn-facebook,
.btn-google-plus {
    color: #FFF !important;
}
.btn-facebook {
    background: #3b5998;
}
.btn-google-plus {
    background: #d34836;
}
.btn-facebook:hover,
.btn-google-plus:hover {
    opacity: 0.8;
}
/**
 * Hero Header
 */

.hero {
    position: relative;
    padding: 120px 0 110px;
    min-height: 400px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #EBEBEB;
}
.hero.alt-height {
    padding: 200px 0;
}
.hero::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}
.hero.stellar-parallax-bg {
    background-position: bottom center;
}
.hero h1 {
    margin-top: 0;
    font-size: 36px;
    color: #FFF;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 2px;
}
.hero p {
    color: #FFF;
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
}
.hero.width-sign-up-form {
    padding: 120px 0 50px;
}
.hero.width-sign-up-form label {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px;
    margin-left: 15px;
}
.hero.width-sign-up-form .form-control {
    border-color: #FFF;
}
.hero.width-sign-up-form p.p-title {
    margin-top: -20px;
}
.hero-video-bg {
    position: relative;
    height: 400px;
}
.hero-video-bg-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-video-bg .container {
    position: relative;
    z-index: 2;
    padding-top: 122px;
}
.hero-video-bg .container h1 {
    margin-top: 0;
    font-size: 36px;
    color: #FFF;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 2px;
}
.hero-video-bg .container p {
    color: #FFF;
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
}
.hero-video-bg.hero-video-bg-alt-height {
    height: 610px;
}
.hero-video-bg.hero-video-bg-alt-height .container {
    padding-top: 200px;
}
.hero-kb_elastic {
    position: relative;
    height: 400px;
}
.hero-kb_elastic-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-kb_elastic-inner .container {
    position: relative;
    z-index: 4;
    padding-top: 122px;
}
.hero-kb_elastic-inner .container h1 {
    margin-top: 0;
    font-size: 36px;
    color: #FFF;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 2px;
}
.hero-kb_elastic-inner .container p {
    color: #FFF;
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
}
.hero-kb_elastic.hero-kb_elastic-alt-height {
    height: 610px;
}
.hero-kb_elastic.hero-kb_elastic-alt-height .container {
    padding-top: 200px;
}
.hero-kb_elastic.hero-kb_elastic-alt-height>.carousel-inner>.item.img-bg {
    height: 610px;
}
.hero.hero-sm {
    padding: 20px 0 10px 0;
    min-height: inherit;
    height: auto;
    background-position: center center;
}
@media only screen and (min-width: 767px) {
	.hero.hero-sm, .main, .main-wrapper {
		margin-top:0
	}
}
.hero.hero-detail {
    min-height: auto;
    height: auto;
    background-position: center center;
    padding: 30px 0;
}
.hero.hero-detail .fav-like {
    color: rgba(255, 255, 255, 0.9);
}
.hero-detail-inner {
    height: 320px;
    display: table;
    width: 100%;
}
.hero-detail-bottom {
    display: table-cell;
    vertical-align: bottom;
}
.hero.hero-breadcrumb {
    min-height: auto;
    height: auto;
    background-position: center center;
    padding: 80px 0;
    text-align: center;
}
.hero.hero-detail .fav-like {
    color: rgba(255, 255, 255, 0.9);
}
.hero-detail-inner {
    height: 320px;
    display: table;
    width: 100%;
}
.hero-detail-bottom {
    display: table-cell;
    vertical-align: bottom;
}
.slick-hero-slider .image-bg {
    background-position: center center;
    background-size: cover;
    position: relative
}
.slick-hero-slider .image-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: ""
}
.slick-hero-slider-caption {
    padding-top: 120px;
    padding-bottom: 100px;
    color: rgba(255, 255, 255, 0.8)
}
.slick-hero-slider-caption h2 {
    margin-top: 0;
    font-size: 36px;
    color: #FFF;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0 0 25px;
    letter-spacing: 2px;
}
.slick-hero-slider-caption h2 > span {
    line-height: 1;
    display: block;
    margin: 5px 0 0;
}
.slick-hero-slider-caption h2 > span span {
    padding: 4px 7px;
    line-height: 1;
    display: inline-block;
}
.slick-hero-slider-caption p {
    color: #FFF;
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 20px;
}
.slick-hero-slider-caption a span {
    text-transform: uppercase;
    border: 2px solid rgba(255, 255, 255, 07);
    color: #FFF;
    display: inline-block;
    padding: 7px 25px;
    display: inline-block;
    margin-top: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    font-size: 13px;
    font-family: sans-serif;
    letter-spacing: 1.5px;
    font-weight: 400;
}
.slick-hero-slider-caption a span {
    padding: 8px 25px
}
.slick-hero-slider-caption a:hover span {
    background: #DC3944!important;
    border-color: #DC3944!important;
}
.slick-hero-slider.slick-inner-dot .slick-dots {
    bottom: 0
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {
    bottom: 25px
}
.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption {
    padding-top: 110px;
    padding-bottom: 115px
}
.slick-hero-slider .slick-prev,
.slick-hero-slider .slick-next {
    top: auto;
    bottom: 120px;
    width: 40px;
    height: 36px;
    margin-top: -10px;
    line-height: 36px;
}
.slick-hero-slider .slick-prev:before,
.slick-hero-slider .slick-next:before {
    font-size: 18px;
    line-height: 1;
    opacity: .3;
    background: #DC3944;
    color: #FFF;
    width: 40px;
    height: 36px;
    line-height: 36px;
    opacity: .5;
}
.slick-hero-slider .slick-prev {
    left: 30px;
}
.slick-hero-slider .slick-next {
    right: auto;
    left: 80px;
}
.alt-height .slick-hero-slider-caption {
    padding-top: 160px;
    padding-bottom: 190px;
}
.slick-hero-slider-wrapper.text-center .slick-hero-slider .slick-prev {
    left: 50%;
    margin-left: -45px;
}
.slick-hero-slider-wrapper.text-center .slick-hero-slider .slick-next {
    left: 50%;
    margin-right: -45px;
}
.slick-hero-slider-wrapper.alt-height.with-search-form {
    position: relative;
}
.slick-hero-slider-wrapper.alt-height.with-search-form .slick-hero-slider-caption {
    padding-top: 80px;
    padding-bottom: 270px;
}
.slick-hero-slider-wrapper.alt-height.with-search-form .home-search-form {
    position: absolute;
    left: 30px;
    bottom: 50px;
}
.slick-hero-slider-wrapper.alt-height.with-search-form .slick-hero-slider .slick-prev,
.slick-hero-slider-wrapper.alt-height.with-search-form .slick-hero-slider .slick-next {
    bottom: 200px;
}
.slick-hero-slider-wrapper.alt-height.text-center.with-search-form .slick-hero-slider-caption {
    padding-top: 120px;
    padding-bottom: 230px;
}
.slick-hero-slider-wrapper.alt-height.text-center.with-search-form .home-search-form {
    right: 30px;
}
.slick-hero-slider-wrapper.alt-height.text-center.with-search-form .home-search-form-inner {
    width: 763px;
    margin: 0 auto;
}
.slick-hero-slider-wrapper.alt-height.text-center.with-search-form .slick-hero-slider .slick-prev {
    left: 30px;
    margin-left: 0;
    margin-top: -18px;
    bottom: auto;
    top: 50%;
}
.slick-hero-slider-wrapper.alt-height.text-center.with-search-form .slick-hero-slider .slick-next {
    left: auto;
    right: 30px;
    margin-right: 0;
    margin-top: -18px;
    bottom: auto;
    top: 50%;
}
@media only screen and (max-width: 1199px) {
    .hero {
        background-size: auto;
    }
    .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .home-search-form {
        right: 0;
    }
    .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .home-search-form-inner {
        width: 632px;
    }
}
@media only screen and (max-width: 991px) {
    .hero h1,
    .hero-kb_elastic-inner .container h1,
    .hero-video-bg .container h1 {
        font-size: 32px;
        line-height: 1.45;
    }
    .hero p,
    .hero-kb_elastic-inner .container p,
    .hero-video-bg .container p {
        font-size: 21px;
        line-height: 1.25;
    }
    .hero-kb_elastic-inner .container {
        position: relative;
    }
    .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
    }
    .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .home-search-form-inner {
        width: 610px;
    }
    .slick-hero-slider-wrapper.alt-height.with-search-form .slick-hero-slider .slick-prev {
        left: 15px;
    }
    .slick-hero-slider-wrapper.alt-height.with-search-form .slick-hero-slider .slick-next {
        left: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .hero {
        padding: 35px 0 30px;
        min-height: none;
    }
    .hero.alt-height {
        padding: 35px 0 30px;
    }
    .hero h1,
    .hero-kb_elastic-inner .container h1,
    .hero-video-bg .container h1 {
        font-size: 28px;
    }
    .hero p,
    .hero-kb_elastic-inner .container p,
    .hero-video-bg .container p {
        font-size: 19px;
    }
    .hero-kb_elastic {
        height: 360px;
    }
    .hero-kb_elastic-inner .container {
        padding-top: 40px;
    }
    .hero-video-bg .container {
        padding-top: 35px;
    }
    .slick-hero-slider-caption h2 {
        font-size: 35px;
        margin-bottom: 20px;
        line-height: 1.2;
        text-align: left
    }
    .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
    }
    .hero-kb_elastic.hero-kb_elastic-alt-height,
    .hero-video-bg.hero-video-bg-alt-height {
        height: 360px;
    }
    .hero-kb_elastic.hero-kb_elastic-alt-height .container,
    .hero-video-bg.hero-video-bg-alt-height .container {
        padding-top: 35px;
    }
    .hero-kb_elastic.hero-kb_elastic-alt-height>.carousel-inner>.item.img-bg {
        height: 360px;
    }
    .alt-height .slick-hero-slider-caption {
        padding-top: 35px;
        padding-bottom: 100px;
    }
    .alt-height .slick-hero-slider .slick-prev,
    .alt-height .slick-hero-slider .slick-next {
        bottom: 30px;
    }
    .alt-height .slick-hero-slider .slick-hero-slider-caption {
        padding-left: 0;
    }
    .alt-height .slick-hero-slider .slick-prev {
        left: 35px;
    }
    .alt-height .slick-hero-slider .slick-next {
        left: 80px;
    }
    .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .slick-hero-slider .slick-hero-slider-caption {
        padding-left: 15px;
    }
    .slick-hero-slider-wrapper.alt-height.with-search-form .slick-hero-slider-caption {
        padding-top: 40px;
    }
    .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .slick-hero-slider-caption {
        padding-top: 35px;
        padding-bottom: 200px;
    }
    .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .home-search-form-inner {
        width: 450px;
        margin-left: -15px;
    }
    .slick-hero-slider-wrapper.alt-height.with-search-form .home-search-form {
        bottom: 30px;
    }
    .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .slick-hero-slider .slick-prev {
        left: 10px;
    }
    .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .slick-hero-slider .slick-next {
        right: 10px;
    }
}
@media (max-width: 479px) {
    .slick-hero-slider-caption h2 {
        font-size: 30px;
        line-height: 1.2
    }
    .slick-hero-slider-caption p {
        font-size: 16px;
        line-height: 1.2
    }
    .hero h1,
    .hero-kb_elastic-inner .container h1 {
        font-size: 26px;
    }
    .hero p,
    .hero-kb_elastic-inner .container p {
        font-size: 16px;
    }
    .hero-kb_elastic {
        height: auto;
    }
    .hero-video-bg,
    .hero-video-bg.hero-video-bg-alt-height {
        position: relative;
        height: 480px;
    }
    .hero-kb_elastic.hero-kb_elastic-alt-height,
    .hero-kb_elastic.hero-kb_elastic-alt-height>.carousel-inner>.item.img-bg {
        height: 450px;
    }
    .slick-hero-slider-wrapper.alt-height.with-search-form .slick-hero-slider-caption {
        padding-bottom: 310px;
    }
    .slick-hero-slider-wrapper.alt-height.with-search-form .slick-hero-slider .slick-prev,
    .slick-hero-slider-wrapper.alt-height.with-search-form .slick-hero-slider .slick-next {
        bottom: 250px;
    }
    .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .slick-hero-slider-caption {
        padding-bottom: 260px;
    }
    .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .home-search-form-inner {
        width: 290px;
    }
    .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .slick-hero-slider .slick-prev {
        left: 0;
    }
    .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .slick-hero-slider .slick-next {
        right: 0;
    }
    .alt-height .slick-hero-slider .slick-prev {
        left: 15px;
    }
    .alt-height .slick-hero-slider .slick-next {
        left: 60px;
    }
}
/**
 * Main Search Form
 */

.home-search-form {
    margin-top: 30px;
}
.home-search-form .form-group {
    width: 160px;
    float: left;
}
.home-search-form .form-group.location-form {
    width: 305px;
}
.home-search-form .form-control {
    height: 46px;
    padding-left: 18px;
    border: none;
    border-right: 1px solid #EBEBEB;
    margin: 0;
		font-weight: 400;
}
.home-search-form .btn {
    line-height: 32px;
    padding-left: 25px;
    padding-right: 25px;
}
.home-search-form p.around-you {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
}
.home-search-form .around-you a {
    color: #FFF;
}
.home-search-form .around-you a:hover {
    border-bottom: 3px double #FFF;
}
.home-search-form .fancy-select .form-control {
    padding-top: 13px;
}
.home-search-form .fancy-select .form-control.open {
    border-color: #EBEBEB;
}
.home-search-form-center.home-search-form {
    padding-left: 43px;
    padding-right: 43px;
}
.home-search-form.home-search-form-center .form-group.location-form {} .home-search-form-2 {
    width: 350px;
    position: absolute;
    top: 135px;
    right: 30px;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px;
}
.home-search-form-2-inner {
    border: 3px double #FFF;
    padding: 25px 25px 20px;
}
.home-search-form-2 .form-control {
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    padding-top: 10px;
}
.home-search-form-2 .fancy-select .form-control {
    padding-top: 12px;
}
.home-search-form-2 p.around-you {
    font-size: 13px;
    font-weight: 400;
    margin: 15px 0 0;
    line-height: 1.45;
    text-align: center;
    letter-spacing: 0.5px;
}
.home-search-form-2 p.around-you a {
    color: #333;
}
.home-search-form-2 p.around-you a:hover {
    border-bottom: 3px double #989898;
}
@media only screen and (max-width: 1199px) {
    .home-search-form-center.home-search-form {
        padding-left: 0;
        padding-right: 0;
    }
    .home-search-form-center.home-search-form .form-group.location-form {
        width: 312px;
    }
    .home-search-form-center.home-search-form p.around-you {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .home-search-form .form-group {
        width: 155px;
    }
    .home-search-form .form-group.location-form {
        width: 270px;
    }
    .home-search-form-center.home-search-form .form-group.location-form {
        width: 300px;
    }
    .home-search-form-2 {
        width: 300px;
        top: 160px;
    }
    .slick-hero-slider-wrapper.alt-height.with-search-form .home-search-form {
        margin-left: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .home-search-form .form-group {
        width: 163px;
        margin: 0;
        border-top: 1px solid #EBEBEB;
    }
    .home-search-form .form-group.location-form,
    .home-search-form-center.home-search-form .form-group.location-form {
        width: 100%;
        border-top: 0;
        padding-right: 0;
    }
    .home-search-form .btn {
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 8px;
    }
    .home-search-form p.around-you {
        margin-top: 15px;
    }
    .home-search-form-2 {
        width: 93%;
        position: relative;
        top: 30px;
        left: 15px;
    }
    .slick-hero-slider-wrapper.alt-height.with-search-form .home-search-form .form-group.location-form {
        width: 450px;
    }
    .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .home-search-form {
        margin-left: 0;
    }
}
@media (max-width: 479px) {
    .home-search-form .form-group {
        width: 50%;
    }
    .home-search-form .form-group.location-form {
        padding-right: 0;
    }
    .home-search-form .btn {
        width: 100%;
    }
    .slick-hero-slider-wrapper.alt-height.with-search-form .home-search-form .form-group.location-form,
    .slick-hero-slider-wrapper.alt-height.with-search-form .home-search-form .btn,
    .slick-hero-slider-wrapper.alt-height.with-search-form .home-search-form p.around-you {
        width: 290px;
    }
    .slick-hero-slider-wrapper.alt-height.with-search-form .home-search-form .form-group {
        width: 145px;
    }
}
/**
 * Transparent Header
 */

.transparent-header .container-wrapper {
    padding-top: 0;
}
.transparent-header .navbar-default {
    background: transparent;
    margin: 0;
    border: 0;
}
.transparent-header .navbar-brand {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.transparent-header .navbar-brand.on-sticky {
    opacity: 0;
    width: 0;
    height: 0;
}
.transparent-header .navbar-nav {
    border-color: transparent;
}
.transparent-header .navbar-nav > li > a {
    color: #FFF;
}
.transparent-header .navbar-nav > li > a:hover,
.transparent-header .navbar-nav > li:hover > a {
    color: rgba(255, 255, 255, 0.8) !important;
}
.transparent-header .navbar-mini > ul > li > a {
    color: #FFF;
}
.transparent-header .navbar-mini > ul > li > a:hover {
    opacity: 0.7;
}
.transparent-header .navbar-mini .btn.btn-primary.btn-inverse {
    color: #FFF !important;
    border-color: #FFF !important;
}
.transparent-header .navbar-mini .btn.btn-primary.btn-inverse:hover {
    border-color: #BA0600 !important;
}
.transparent-header .navbar-sticky.navbar-default {
    background: #FFF;
}
.transparent-header .navbar-sticky .navbar-brand.off-sticky {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
}
.transparent-header .navbar-sticky .navbar-brand.on-sticky {
    opacity: 1;
    width: auto;
    height: auto;
}
.transparent-header .navbar-sticky .navbar-nav {
    border-color: #E5E5E5;
}
.transparent-header .navbar-sticky .navbar-nav > li > a {
    color: #636363;
}
.transparent-header .navbar-sticky .navbar-nav > li > a:hover,
.transparent-header .navbar-sticky .navbar-nav > li:hover > a {
    color: #DC3944 !important;
}
.transparent-header .navbar-sticky .navbar-mini > ul > li > a {
    color: #5D5D5D;
}
.transparent-header .navbar-sticky .navbar-mini .btn.btn-primary.btn-inverse {
    color: #DB3944 !important;
    border-color: #DB3944 !important;
}
.transparent-header .navbar-sticky .navbar-mini .btn.btn-primary.btn-inverse:hover {
    color: #FFF !important;
    border-color: #BA0600 !important;
}
.transparent-header .hero {
    padding: 150px 0 110px;
}
.transparent-header .hero.alt-height {
    padding: 240px 0 220px;
}
.transparent-header .slick-hero-slider-wrapper.alt-height.with-search-form .slick-hero-slider-caption {
    padding-top: 140px;
}
.transparent-header .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .slick-hero-slider-caption {
    padding-top: 180px;
}
.transparent-header .hero-kb_elastic.hero-kb_elastic-alt-height {
    height: 665px;
    max-height: 665px;
}
.transparent-header .kb_wrapper>.carousel-inner>.item.img-bg {
    height: 665px;
}
.transparent-header .hero-kb_elastic.hero-kb_elastic-alt-height .container {
    padding-top: 240px;
}
@media only screen and (max-width: 1199px) {
    .transparent-header .hero {
        margin-top: -1px;
    }
}
@media only screen and (max-width: 991px) {
    .transparent-header .navbar-fixed-top {
        position: absolute !important;
        clear: both;
        top: 0;
        left: 0;
        right: 0;
    }
    .transparent-header .navbar-sticky.navbar-default {
        background: transparent;
    }
    .transparent-header .navbar-sticky .navbar-nav > li > a {
        color: #FFF;
    }
    .transparent-header .navbar-sticky .navbar-mini .btn.btn-primary.btn-inverse {
        color: #FFF !important;
        border-color: #FFF !important;
    }
    .transparent-header .slicknav_btn.slicknav_open:before,
    .transparent-header .slicknav_btn.slicknav_collapsed:before {
        color: #FFF;
    }
    .transparent-header .navbar-sticky .navbar-nav > li > a {
        line-height: 56px;
    }
}
@media only screen and (max-width: 767px) {
    .transparent-header .hero,
    .transparent-header .hero.alt-height {
        padding: 90px 0 50px;
    }
    .transparent-header .slick-hero-slider-wrapper.alt-height.with-search-form .slick-hero-slider-caption,
    .transparent-header .slick-hero-slider-wrapper.alt-height.text-center.with-search-form .slick-hero-slider-caption,
    .transparent-header .hero-video-bg .hero-video-bg-inner .container {
        padding-top: 90px;
    }
    .transparent-header .hero-kb_elastic,
    .transparent-header .hero-kb_elastic >.carousel-inner>.item.img-bg,
    .transparent-header .hero-kb_elastic.hero-kb_elastic-alt-height,
    .transparent-header .kb_wrapper>.carousel-inner>.item.img-bg,
    .transparent-header .hero-video-bg {
        height: 420px;
    }
    .transparent-header .hero-kb_elastic-inner .container,
    .transparent-header .hero-kb_elastic.hero-kb_elastic-alt-height .hero-kb_elastic-inner .container {
        padding-top: 90px;
    }
    .transparent-header .hero-kb_elastic.hero-kb_elastic-alt-height {
        max-height: 420px;
    }
}
@media (max-width: 479px) {
    .transparent-header .hero-kb_elastic,
    .transparent-header .hero-kb_elastic >.carousel-inner>.item.img-bg,
    .transparent-header .hero-kb_elastic.hero-kb_elastic-alt-height,
    .transparent-header .kb_wrapper>.carousel-inner>.item.img-bg,
    .transparent-header .hero-video-bg {
        height: 500px;
    }
    .transparent-header .hero-kb_elastic.hero-kb_elastic-alt-height {
        max-height: 500px;
    }
}
/**
 * Breadcrumb
 */

.breadcrumb-wrapper {
    padding: 0;
    margin: 0 0 5px;
}
.breadcrumb-wrapper .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 12px;
    background: none;
}
.breadcrumb-wrapper .breadcrumb a {
    color: #555;
    padding: 0;
    margin: 0;
}
.breadcrumb-wrapper .breadcrumb .active {
    color: #AAA;
}
.btn-change-search {
    background: transparent;
    margin: 0;
    border: 1px solid #CCC;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.change-search-wrapper > div {
    padding-top: 15px;
}
.change-search-wrapper > div .sub-inner {
    padding: 10px;
    background: #DDDDDD;
}
.change-search-wrapper .form-group {
    margin: 0;
}
.change-search-wrapper .form-control {
    margin: 0;
}
@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) {}
/**
 * Food Menu
 */

.food-menu-item {
    position: relative;
    margin-bottom: 25px;
}
.food-menu-item:last-child {
    margin-bottom: 25px;
}
.food-menu-item .image {
    width: 75px;
    float: left;
    border-radius: 50%;
    border: 2px solid #DEDEDE;
    padding: 2px;
}
.food-menu-item .image img {
    border-radius: 50%;
}
.food-menu-item .content {
    margin-left: 90px;
}
.food-menu-item .content h6 {
    line-height: 1.2;
    position: relative;
    letter-spacing: 1px;
    margin: 0 0 12px;
}
.food-menu-item .content h6:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    border-top: 1px dashed #CCCBCA;
}
.food-menu-item .content h6 span {
    background: #F3F2F1;
    display: inline-block;
    position: relative;
    padding-right: 7px;
}
.food-menu-item .content p {
    margin: 0;
    margin-right: 60px;
}
.food-menu-item .price {
    position: absolute;
    top: 0;
    right: 0;
    background: #F3F2F1;
    padding-left: 7px;
    color: #DB3944;
    font-weight: 700;
    font-size: 16px;
}
.food-menu-item.no-image .content {
    margin-left: 0;
}
.detail-content-section .panel-body .food-menu-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}
@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) {}
/**
 * Contact Page
 */

.contact-box {
    margin: 10px 0 20px;
}
ul.contact-list li {
    position: relative;
    padding-left: 56px;
    font-size: 13px;
}
ul.contact-list li + li {
    margin-top: 15px;
}
ul.contact-list li .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #DB3944;
    text-align: center;
    line-height: 46px;
    color: #DB3944;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.infoBox {
    background: #fff!important;
    border: 1px solid #DB3944;
    font-size: 12px;
    line-height: 1.2;
    width: 120px!important;
    margin-left: -60px;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
}
.infoBox:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #DB3944;
    border-width: 10px;
    margin-left: -10px;
}
.infoBox > img {
    height: 16px;
    width: 16px;
    overflow: hidden;
    position: absolute!important;
    top: -8px;
    right: -8px;
    display: block;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid #FFF;
}
.infoBox > img:hover {} .infoBox h4,
.infoBox h5,
.infoBox h6 {
    margin: 0;
    line-height: 1;
}
.infoBox h6 {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
}
.infoBox #infobox {
    position: relative
}
.infobox-wrapper {
    display: none
}
#single_office_map {
    width: 100%;
    min-height: 300px;
}
.map-contact-wrapper {
    padding: 2px;
    background: #FFF;
    border: 3px double #D9D8D7;
}
.map-holder{
	margin-top:10px;
}
.infoBox {
    background: #fff!important;
    border: 1px solid #DB3944;
    font-size: 14px;
    line-height: 1.2;
    width: 120px!important;
    margin-left: -60px;
    padding: 5px;
    text-align: center;
}
h4.infoBox-contact-branch,
h5.infoBox-contact-branch,
h6.infoBox-contact-branch {
    margin: 5px 0 15px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.infoBox p {
    margin: 0 0 12px;
}
.contact-item-wrapper {
    width: 100%;
}
.contact-item-wrapper > [class*=GridLex-grid] {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.contact-item-wrapper > div > div {
    padding-left: 15px;
    padding-right: 15px;
}
.contact-form-wrapper-boxed {} .contact-form-wrapper .help-block {
    line-height: 1.2;
    font-size: 12px;
}
.contact-text-featured-item .content p {} .contact-social a {
    margin-right: 5px;
}
.contact-featured {
    line-height: 22px;
    color: #999;
    margin: 0 0 15px;
}
.contact-featured h4 {
    background: #FCF8F7;
    position: relative;
    padding: 13px 20px;
    padding-left: 60px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 25px;
}
.contact-featured h4 .icon {
    background: #F04F38;
    color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
    width: 44px;
    padding-top: 13px;
    font-size: 17px;
}
.contact-branch-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}
.contact-branch-item {
    border: 1px solid #CCC;
    padding: 25px;
    margin: 0 10px 20px;
    width: 100%;
    line-height: 1.2;
}
.contact-branch-item h5,
.contact-branch-item h6 {
    line-height: 1.2;
    margin: 0 0 15px;
}
.infobox-wrapper {
    display: none
}
.infobox-address .address-text {
    line-height: 1.2;
    margin: 15px 0;
}
.infobox-address ul.address-list li {
    margin: 3px 0;
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
}
.infobox-address ul.address-list li i {
    position: absolute;
    top: 0;
    left: 0;
}
@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) {}
/**
 * Detail, Submission and Reservation Page
 */

.detail-header-inner {
    background: rgba(0,0,0,0.6);
    width: auto;
    display: inline-block;
    color: #FFF;
    padding: 25px 30px 20px;
}
.detail-header-inner h3 {
    color: #FFF;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.15;
}
.detail-header-inner .location {
    font-size: 16px;
    margin: 0 0 5px;
}
.detail-header-inner .rating-item {
    font-size: 15px;
}
.detail-header-inner .rating-item .rating-symbol-background {
    color: rgba(255, 255, 255, 0.7);
}
.detail-header-inner .rating-wrapper .texting {
    color: rgba(255, 255, 255, 0.9);
}
.detail-content-section {
        margin-top: 10px;
}
.detail-content-section .section-title-02 {
    margin-bottom: 20px;
}
.reserve-box {
    background: #FFF;
    border: 3px double #EBE9E8;
    margin: 0 0 25px;
}
.reserve-box h5 {
    text-transform: uppercase;
    background: #DB3944;
    color: #FFF;
    line-height: 1;
    margin: 0;
    margin-left: -3px;
    margin-top: -3px;
    margin-right: -3px;
    padding: 15px 23px;
}
.reserve-box .form-wrapper {
    padding: 20px;
}
.multiple-sticky.for-detail-page {
    margin-top: 10px;
}
.multiple-sticky.fixed.for-detail-page {
    margin-top: 0;
}
#map-simple {
    min-height: 160px
}
.map-submit {
    height: 300px
}
.marker-loaded .map-marker {
    visibility: visible
}
.map-marker {
    visibility: hidden;
    border-radius: 0;
    -moz-transition: .4s ease-in-out all;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all;
    background-color: #fff;
    height: 36px;
    width: 36px;
    position: relative;
    text-align: center;
    z-index: 1;
    bottom: 12px
}
.map-marker:before {
    -moz-transition: .4s ease-in-out all;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all;
    border-style: solid;
    border-width: 12px 22px 0;
    border-color: #fff transparent transparent;
    bottom: -12px;
    content: "";
    left: -4px;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 0
}
.map-marker:after {
    -moz-transition: .4s ease-in-out all;
    -webkit-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all;
    border-style: solid;
    border-width: 12px 22px 0;
    border-color: rgba(0, 0, 0, 0.1) transparent transparent;
    bottom: -14px;
    content: "";
    left: -4px;
    height: 0;
    position: absolute;
    width: 0;
    z-index: -1
}
.map-marker:hover {
    background-color: #DB3944;
    cursor: pointer
}
.map-marker:hover:before {
    border-color: #DB3944 transparent transparent
}
.map-marker .icon {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: .3s ease-in-out all;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
    background-color: #fff;
    border: 3px solid #DB3944;
    height: 28px;
    left: 4px;
    width: 28px;
    overflow: hidden;
    position: relative;
    top: 5px
}
.map-marker .icon img {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: .6;
    display: block;
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 22px
}
.opening-hours-wrapper {
    margin-bottom: 40px;
}
.opening-hours-box .input-group-addon {
    background: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}
.food-menu-form-wrapper {
    border-bottom: 3px double #CCCBCA;
    margin-bottom: 30px;
    padding-bottom: 25px;
}
.food-menu-form-box {
    background: #FFF;
    padding: 30px 25px 15px;
    padding-left: 70px;
    position: relative;
    border: 1px solid #EBEBEB;
}
.food-menu-form-box .icon {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 16px;
}
.food-menu-form-box .icon .number-label {
    position: absolute;
    top: -5px;
    right: -14px;
    font-size: 11px;
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    border-radius: 50%;
    font-weight: 700;
}
.food-menu-form-box .image-upload {
    width: 150px;
    float: left;
}
.food-menu-form-box .food-memu-form {
    margin-left: 175px;
}
.food-menu-form-box .food-memu-form label {
    line-height: 1.45;
    display: block;
    margin-bottom: 3px;
}
.food-menu-form-box .dropzone {
    padding: 0;
}
.food-menu-form-box .dropzone .dz-preview {
    background-color: #FFF;
    margin: 0
}
.food-menu-form-box .dropzone .dz-preview .dz-details,
.food-menu-form-box .dropzone-previews .dz-preview .dz-details {
    width: 133px;
    height: 133px;
    padding: 0;
    margin-bottom: 22px;
}
.food-menu-form-box .dropzone .dz-preview .dz-details img,
.food-menu-form-box .dropzone-previews .dz-preview .dz-details img {
    width: 133px;
    height: 133px
}
.food-menu-form-box .dropzone .dz-preview .dz-progress,
.food-menu-form-box .dropzone-previews .dz-preview .dz-progress {
    top: 133px;
}
.food-menu-form-box .dz-default.dz-message {} .food-menu-form-box .dz-default.dz-message span {
    line-height: 1.2;
    font-size: 12px;
    letter-spacing: 0.5px;
}
ul.reservation-summary-list {
    border: 3px double #EBE9E8;
    background: #FFF;
    padding: 20px 20px 10px;
    margin-bottom: 30px;
}
ul.reservation-summary-list li {
    display: inline-block;
    margin: 0 0 10px;
    line-height: 1.2;
    padding: 0;
    letter-spacing: 1px;
    margin-right: 25px;
    vertical-align: middle;
}
ul.reservation-summary-list li:last-child {
    margin-right: 0;
}
ul.reservation-summary-list li span.block {
    margin-top: 2px;
}
ul.reservation-summary-list li .image {
    width: 80px;
}
ul.reservation-summary-list li h6 {
    margin: 7px 0 0;
    line-height: 1.2;
    letter-spacing: 0.5px;
}
.open-time-box {
    margin: 10px 0 20px;
}
ul.open-time-list {
    margin: 20px 0 0;
}
ul.open-time-list li {
    border-bottom: 1px dotted #CCC;
    line-height: 1;
    margin-bottom: 13px;
    padding-bottom: 13px;
}
ul.open-time-list li:last-child {
    border-bottom: 0;
}
ul.open-time-list li .day {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    letter-spacing: 0.5px;
}
ul.open-time-list li .time {
    text-align: right;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #A1A1A1;
}
ul.open-time-list li.day-close,
ul.open-time-list li.day-close .day,
ul.open-time-list li.day-close .time {
    color: #DB3944;
    font-weight: 700;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {
    .submite-list-wrapper {
        overflow: hidden;
    }
    ul.open-time-list li .time {
        font-size: 12px;
    }
}
@media (max-width: 479px) {
    .submite-list-box {
        overflow: hidden;
    }
    .food-menu-form-box .image-upload {
        float: none;
    }
    .food-menu-form-box .food-memu-form {
        margin-left: 0;
        margin-top: 20px;
    }
}
/**
 * Destination
 */

.destination-grid-item a {
    display: block;
    color: #636363;
}
.destination-grid-item a h4 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    margin: 20px 0 5px;
}
.destination-grid-item a:hover h4 {
    color: #E63C47;
}
.destination-grid-item-02 a {
    display: block;
    position: relative;
}
.destination-grid-item-02 a .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px 12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.destination-grid-item-02 a .content h4 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0 0 15px;
}
.destination-grid-item-02 a .content h4 span {
    background: rgba(219, 57, 68, 0.8);
    color: #FFF;
    padding: 2px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.destination-grid-item-02 a .content > span {
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    padding: 5px 10px;
}
.destination-grid-item-02 a:hover .content {
    padding-left: 15px;
}
.destination-grid-item-02 a:hover .content h4 span {
    background: rgba(219, 57, 68, 1);
}
.destination-grid-item-02 a:hover .content > span {
    background: rgba(0, 0, 0, 1);
}
/**
 * Category
 */

.featured-category-item {
    text-align: center;
    line-height: 1;
}
.featured-category-item .icon {
    font-size: 64px;
}
.featured-category-item h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 0;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 500;
}
.featured-category-item .image {
    border: 2px solid #D9D8D7;
    border-radius: 50%;
    padding: 2px;
    width: 90%;
    margin: 0 auto 10px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.featured-category-item .image img {
    border-radius: 50%;
}
.featured-category-item:hover .image {
    border-color: #DB3944;
}
/**
 * Restaurant Item
 */

.restaurant-grid-item a {
    color: #636363;
    display: block;
}
.restaurant-grid-item .image {
    overflow: hidden;
    position: relative;
}
.restaurant-grid-item .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}
.restaurant-grid-item:hover .image:after {
    background: rgba(0, 0, 0, 0);
}
.restaurant-grid-item .image img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.restaurant-grid-item:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.restaurant-grid-item .content h5 {
    margin: 15px 0 10px;
    line-height: 24px;
}
.restaurant-grid-item .content h6 {
    margin: 15px 0 10px;
    line-height: 1.25;
}
.restaurant-grid-item .location {
    margin: 0 0 3px;
    line-height: 1.45;
}
.restaurant-grid-item .cuisine {
    margin: 10px 0 0;
}
.restaurant-grid-item .cuisine span {
    text-transform: uppercase;
    font-size: 13px;
    color: #DB3944;
    border-top: 1px solid #DB3944;
    padding-top: 3px;
    margin-left: 5px;
}
.restaurant-grid-item.bg-white {
    padding: 10px;
    border: 3px double #EBE9E8;
}
.restaurant-grid-wrapper.alt-content .restaurant-grid-item .content {
    border: 3px double #D9D8D7;
    padding: 0 15px 10px;
    background: rgba(255, 255, 255, 1);
    margin: 0 10px;
    margin-top: -25px;
    position: relative;
}
.restaurant-grid-wrapper.alt-content .restaurant-grid-item .content .location {
    font-size: 13px;
    line-height: 1.45;
}
.restaurant-grid-wrapper.alt-content .restaurant-grid-item .content .rating-wrapper .rating-item {
    font-size: 11px;
}
.restaurant-list-item-wrapper {} .restaurant-list-item {
    position: relative;
    border-bottom: 1px solid #E0DFDE;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.restaurant-list-item .GridLex-grid-noGutter-equalHeight .GridLex-grid-noGutter-equalHeight {
    width: 100%;
}
.restaurant-list-item .content-wrapper {
    position: relative;
}
.restaurant-list-item .content {
    padding: 0 0 30px;
    padding-left: 25px;
    width: 100%;
}
.restaurant-list-item h5 {
    margin: 0 0 10px;
    line-height: 24px;
}
.restaurant-list-item h5 a {
    color: #636363;
}
.restaurant-list-item .location {
    margin: 0 0 15px;
    line-height: 18px;
}
.restaurant-list-item .short-info {
    margin: 0 0 15px;
    line-height: 17px;
    font-size: 13px;
}
.restaurant-list-item .offer {
    margin: 0 0 15px;
    line-height: 18px;
    font-weight: 500;
    font-size: 16px;
}
.restaurant-list-item .cuisine {
    margin: 0;
    position: absolute;
    left: 25px;
    bottom: 0;
}
.restaurant-list-item .cuisine span {
    text-transform: uppercase;
    font-size: 13px;
    color: #DB3944;
    border-top: 1px solid #DB3944;
    padding-top: 3px;
    margin-left: 5px;
}
.restaurant-list-item .meta-wrapper {
    position: relative;
}
.restaurant-list-item .meta {
    text-align: right;
    width: 100%;
}
.restaurant-list-item .rating-wrapper .rating-item,
.restaurant-list-item .rating-wrapper .texting {
    display: block;
}
.restaurant-list-item .right-bottom {
    position: absolute;
    right: 0;
    bottom: 3px;
}
.restaurant-list-item .price {
    margin-bottom: 10px;
    text-align: right;
}
.restaurant-list-item .price span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #DB3944;
}
.no-last-bb .restaurant-list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.restaurant-sm-item {
    line-height: 1.25;
    font-size: 13px;
    color: #636363;
    border-bottom: 1px dashed #D9D8D7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.restaurant-sm-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.restaurant-sm-item a {
    display: block;
    color: #636363;
}
.restaurant-sm-item .image {
    width: 80px;
    float: left;
    padding-top: 3px;
}
.restaurant-sm-item .content {
    margin-left: 95px;
}
.restaurant-sm-item .content h6 {
    line-height: 1.2;
    margin: 0 0 7px;
}
.restaurant-sm-item .content p {
    margin: 0 0 5px;
}
.restaurant-sm-item .content .rating-wrapper {
    margin: 0 0 7px;
}
.restaurant-sm-item .content .rating-wrapper .rating-item {
    font-size: 11px;
}
.restaurant-img-bg-item {
    overflow: hidden;
    position: relative;
}
.restaurant-img-bg-item .img-bg {
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
}
.restaurant-img-bg-item:hover .img-bg {
    transform: scale(1.2);
}
.restaurant-img-bg-item a {
    display: block;
    color: #FFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.restaurant-img-bg-item .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    line-height: 1.45;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    padding: 5px;
    padding-top: 40px;
}
.restaurant-img-bg-item .content h4 {
    color: #FFF;
    line-height: 1.2;
    margin: 0 0 7px;
}
.restaurant-img-bg-item .content p {
    margin: 0 0 5px;
}
.restaurant-img-bg-item .content p.location {
    font-size: 13px;
    margin: 0 0 10px;
}
.restaurant-img-bg-item .content .content-inner {
    border: 3px double rgba(255, 255, 255, 0.8);
    padding: 15px;
    position: relative;
}
.restaurant-img-bg-item p.cuisine {
    margin: 15px 0 0;
}
.restaurant-img-bg-item .content .cuisine span {
    text-transform: uppercase;
    font-size: 13px;
    border-top: 1px solid #FFF;
    padding-top: 3px;
    margin-left: 5px;
}
.restaurant-img-bg-item .rating-wrapper {
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 1;
}
.restaurant-img-bg-item .rating-inner {
    padding: 3px 10px;
    position: relative;
    color: #FFF;
    background: rgba(219, 57, 68, 0.8);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.restaurant-img-bg-item .rating-wrapper .rating-item {
    font-size: 11px;
}
.restaurant-img-bg-item .rating-symbol-background {
    color: rgba(255, 255, 255, 0.5);
}
.restaurant-img-bg-item .rating-symbol-foreground {
    color: rgba(255, 255, 255, 1);
}
.featured-grid-layout-wrapper .restaurant-img-bg-item .img-bg {
    height: 500px;
}
.featured-grid-layout-wrapper .restaurant-img-bg-item.half-height .img-bg {
    height: 240px;
}
.slick-featured-restuarant-wrapper {
    margin-right: -11px;
}
.slick-featured-restuarant-wrapper .slick-prev,
.slick-featured-restuarant-wrapper .slick-next {
    position: absolute;
    top: 0;
    margin-top: -60px;
}
.slick-featured-restuarant-wrapper .slick-prev {
    left: auto;
    right: 37px;
}
.slick-featured-restuarant-wrapper .slick-next {
    right: 11px
}
.featured-restuarant-item {
    margin-bottom: 30px;
    margin-right: -11px;
}
.featured-restuarant-item:last-child {
    margin: 0;
}
.featured-restuarant-item > div {
    display: inline-block;
    vertical-align: middle;
}
.featured-restuarant-item .content-left {
    width: 39%;
}
.featured-restuarant-item .content-right {
    width: 60%;
}
.featured-restuarant-item .content-right-inner {
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #F3F2F1;
    position: relative;
}
.featured-restuarant-item .content-right-inner-2 {
    border: 3px double #D9D8D7;
    padding: 35px 30px 30px;
    padding-left: 55px;
}
.featured-restuarant-item .content-right h5 {
    text-transform: uppercase;
    line-height: 1.2;
}
.featured-restuarant-item .restaurant-img-bg-item .content .content-inner {
    margin-right: 150px;
}
.featured-restuarant-item .restaurant-img-bg-item:hover .img-bg {
    transform: scale(1);
}
.featured-restuarant-item .food-menu-item {
    margin-bottom: 30px;
}
.featured-restuarant-item .food-menu-item .content h6 span {
    background: #FEFEFE;
}
.featured-restuarant-item .food-menu-item .content p {
    font-size: 13px;
    line-height: 1.45;
}
.featured-restuarant-item .food-menu-item .price {
    background: #FEFEFE;
}
.featured-restuarant-item.alt-content-position .restaurant-img-bg-item .content .content-inner {
    margin-right: 0;
    margin-left: 150px;
}
.featured-restuarant-item.alt-content-position .restaurant-img-bg-item .rating-wrapper {
    left: auto;
    right: 10px;
}
.featured-restuarant-item.alt-content-position .content-right-inner {
    margin-left: 0;
    margin-right: -40px;
    z-index: 2;
}
.featured-restuarant-item.alt-content-position .content-right-inner-2 {
    padding-left: 30px;
    padding-right: 55px;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .restaurant-list-item .meta {
        text-align: left;
        clear: both;
        padding-left: 25px;
        padding-top: 5px;
    }
    .restaurant-list-item .rating-wrapper {
        float: left;
        margin-top: 10px;
    }
    .restaurant-list-item .price {
        float: right;
    }
    .restaurant-list-item .right-bottom {
        position: relative;
        right: 0;
        bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .restaurant-list-item .content,
    .restaurant-list-item .meta {
        padding-left: 15px;
    }
    .restaurant-list-item .cuisine {
        left: 15px;
    }
}
@media (max-width: 479px) {
    .restaurant-list-item .content {
        padding: 15px 0 0;
    }
    .restaurant-list-item .meta {
        padding: 10px 0 0;
    }
    .restaurant-list-item .cuisine {
        position: relative;
        left: 0;
    }
}
/**
 * Featured Item
 */

.featured-icon {
    line-height: 18px;
}
.featured-icon .icon {
    font-size: 48px;
    margin: 0 0 15px;
}
.featured-icon h5 {
    text-transform: uppercase;
    margin: 17px 0 10px;
}
.featured-image {
    background-size: cover;
    background-position: center center;
    min-height: 260px;
    position: relative;
    color: #636363;
    font-size: 18px;
    font-weight: 300;
}
.featured-image a {
    color: #636363;
}
.featured-image .content {
    position: absolute;
    bottom: 0;
    left: 60px;
    right: 60px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 20px 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.featured-image .content:hover {
    background: rgba(255, 255, 255, 1);
}
.featured-box.bt {
    border-top: 3px double #D9D8D7;
    padding-top: 30px;
}
.featured-box + .featured-box {
    margin-top: 30px;
}
.featured-box h5 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
ul.featured-box-list li {
    line-height: 1.3;
}
ul.featured-box-list li + li {
    margin-top: 20px;
}
ul.featured-box-list li .bg-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    float: left;
}
ul.featured-box-list li .content {
    margin-left: 50px;
}
ul.featured-box-list li .content h6 {
    line-height: 1;
    margin-bottom: 10px;
}
.call-reserve-box {
    position: relative;
    padding-left: 65px;
    font-size: 13px;
    line-height: 1.2;
}
.call-reserve-box .icon {
    width: 50px;
    height: 50px;
    border: 2px solid #DB3944;
    color: #DB3944;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
}
.call-reserve-box h5 {
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 7px;
}
.call-reserve-box p {
    margin-bottom: 7px;
}
.call-reserve-box .phone-number {
    letter-spacing: 1px;
}
.call-reserve-box span.number {
    display: block;
    letter-spacing: 0.5px;
    font-size: 22px;
    color: #DB3944;
    font-weight: 700;
}
.common-grid-item h5 {
    position: relative;
    padding-left: 25px;
    color: #DB3944;
    margin-top: 25px;
}
.common-grid-item h5:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    border: 2px solid #DB3944;
}
.promo-inner {
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #FFF;
    padding: 50px 50px;
}
.promo-inner p {
    font-size: 16px;
    line-height: 31px;
    margin-top: 30px;
}
.submite-list-box {
    margin: 0 0 40px;
}
.submite-list-box:last-child {
    margin-bottom: 0;
}
.notify-box {
    border: 3px double #EBE9E8;
    background: #FFF;
    padding: 25px 30px 5px;
    padding-right: 120px;
    margin-bottom: 40px;
    position: relative;
}
.notify-box .btn-absolute {
    position: absolute;
    top: 35px;
    right: 30px;
}
.notify-box h4 {
    margin: 8px 0 26px;
    letter-spacing: 1px;
}
.partner-image-item {
    text-align: center;
}
.partner-image-item img {
    width: auto;
    display: inline-block;
}
.promo-img-bg {
    text-align: center;
}
.promo-img-bg .icon {
    font-size: 88px;
    line-height: 1;
    margin: 0 0 30px;
}
.promo-img-bg h2 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.promo-img-bg p {
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 25px;
}
.common-grid-wrapper-02 {
    margin-right: -5px;
}
.common-grid-item-02 > div {
    display: inline-block;
    vertical-align: middle;
}
.common-grid-item-02 .image {
    width: 49%;
    border: 2px solid #D9D8D7;
    padding: 2px;
}
.common-grid-item-02 .content {
    width: 50%;
    line-height: 1.45;
}
.common-grid-item-02 .content .content-inner {
    margin-left: -35px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #F3F2F1;
}
.common-grid-item-02 .content-inner-2 {
    border: 3px double #D9D8D7;
    padding: 25px 20px 20px;
}
.common-grid-item-02 .content h6 {
    text-transform: uppercase;
    line-height: 1.2;
}
.common-grid-item-02 .content p {
    margin: 0 0 10px;
}
.common-grid-item-02 .content a {
    font-size: 12px;
    letter-spacing: 1px;
}
.process-item {
    background: rgba(255, 255, 255, 0.95);
    border: 3px double #D9D8D7;
    padding: 30px 25px;
    position: relative;
    text-align: center;
    font-size: 13px;
    line-height: 1.45;
}
.process-item .number {
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    color: #F5F4F2;
    font-size: 106px;
    font-weight: 700;
    letter-spacing: 1px;
}
.process-item .content {
    position: relative;
}
.process-item .icon {
    font-size: 54px;
    color: #DB3944;
    line-height: 1;
    margin: 0 0 20px;
}
.process-item h6 {
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 10px;
}
.process-item p {
    letter-spacing: 0.5px;
}
.process-item-2 {
    padding-left: 85px;
    position: relative;
    text-align: left;
}
.process-item-2 .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    text-align: center;
    border: 2px solid #DB3944;
    border-radius: 50%;
    font-size: 30px;
    line-height: 57px;
    color: #DB3944;
}
.process-item-2 .icon .number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    right: -11px;
    top: 19px;
    background: #DB3944;
    color: #FFF;
    font-size: 12px;
}
.process-item-2 h6 {
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 10px;
}
.process-item-2 p {
    letter-spacing: 0.5px;
    font-size: 13px;
    line-height: 1.45;
}
.transparent-header .hero.alt-height.with-item-process-2 {
    padding: 200px 0 260px;
}
.hero.alt-height.with-item-process-2 .process-wrapper-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    padding-bottom: 30px;
}
.hero.alt-height.with-item-process-2 .process-wrapper-2 .process-item-2 h6 {
    color: #FFF;
}
.hero.alt-height.with-item-process-2 .process-wrapper-2 .process-item-2 .icon {
    border: 2px solid #FFF;
    color: #FFF;
}
.hero.alt-height.with-item-process-2 .process-wrapper-2 .process-item-2 .icon .number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    right: -11px;
    top: 19px;
    background: #DB3944;
    color: #FFF;
    font-size: 12px;
}
.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;
}
@media only screen and (max-width: 1199px) {
    .common-grid-item-02 .content {
        width: 48%;
    }
    .call-reserve-box span.number {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    .transparent-header .hero.alt-height.with-item-process-2 {
        padding: 160px 0 300px;
    }
}
@media only screen and (max-width: 767px) {
    .featured-image {
        font-size: 15px;
    }
    .transparent-header .hero.alt-height.with-item-process-2 {
        padding: 90px 0 300px;
    }
}
@media (max-width: 479px) {
    .featured-image .content {
        left: 30px;
        right: 30px;
    }
    .transparent-header .hero.alt-height.with-item-process-2 {
        padding: 90px 0 420px;
    }
}
/**
 * Deal
 */

.deal-sm {
    border: 1px dashed #D9D8D7;
    padding: 1px;
}
.deal-sm-inner {
    border: 1px dashed #D9D8D7;
    padding: 25px;
    line-height: 1.45;
}
.deal-sm-inner .texting {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
}
.deal-sm-inner ul {
    list-style: disc;
    margin: 0 0 15px;
    margin-left: 25px;
}
.deal-sm-inner ul li + li {
    margin-top: 5px;
}
/**
 * Counting
 */

.counting-wrapper {
    margin-bottom: -30px;
}
ul.counting-list {
    text-align: center;
}
ul.counting-list li {
    display: inline-block;
    margin: 10px 30px;
}
ul.counting-list li .counting-inner {
    text-align: left;
    position: relative;
    padding-left: 80px;
    line-height: 1;
}
ul.counting-list li .counting-inner .icon {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #D9D8D7;
    width: 60px;
    font-style: normal;
    font-size: 42px;
    color: #DB3944;
}
ul.counting-list li .counting-inner .icon i {
    font-style: normal;
}
ul.counting-list li .counting-inner .number {
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 7px;
}
.bg-primary ul.counting-list li .counting-inner .icon {
    color: #FFF;
}
.hero.alt-height.with-counting {
    padding: 200px 0 260px;
}
.hero.alt-height.with-counting .counting-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.hero.alt-height.with-counting ul.counting-list li .counting-inner {
    color: #FFF;
}
.hero.alt-height.with-counting ul.counting-list li .counting-inner .icon {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #D9D8D7;
    width: 60px;
    font-style: normal;
    font-size: 42px;
    color: #DB3944;
}
@media only screen and (max-width: 1199px) {
    ul.counting-list li {
        margin: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .counting-wrapper {
        margin: 0 50px;
    }
    ul.counting-list {
        text-align: left;
    }
    ul.counting-list li {
        width: 33.333333%;
        margin: 15px 0;
        display: block;
        float: left;
    }
    .hero.alt-height.text-center.with-counting {
        padding: 180px 0 320px;
    }
    .hero.alt-height.with-counting .counting-wrapper {
        margin: 0;
        padding: 15px;
    }
}
@media only screen and (max-width: 767px) {
    ul.counting-list li {
        width: 50%;
    }
    .hero.alt-height.text-center.with-counting {
        padding: 90px 0 320px;
    }
}
@media (max-width: 479px) {
    ul.counting-list li {
        width: 100%;
    }
    .hero.alt-height.text-center.with-counting {
        padding: 90px 0 440px;
    }
}
/**
 * Sidebar
 */

ul.sidebar-menu {} ul.sidebar-menu > li + li {
    margin-top: 20px
}
ul.sidebar-menu > li > a {
    color: #636363;
    font-weight: 400;
    letter-spacing: .7px;
    line-height: 1.2;
    display: block;
    position: relative;
    overflow: hidden
}
ul.sidebar-menu > li > a:after {
    font-family: "Ionicons";
    content: "\f10b";
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 16px;
    left: -15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease
}
ul.sidebar-menu > li.active > a {
    padding-left: 20px;
    color: #DB3944
}
ul.sidebar-menu > li.active > a:after {
    left: 0;
    color: #DB3944
}
ul.sidebar-menu > li > a:hover {
    color: #DB3944;
}
ul.sidebar-menu > li ul {
    margin-top: 15px;
    padding-left: 25px;
    border-left: 1px dotted #CCC;
    margin-left: 15px;
}
ul.sidebar-menu > li ul li {
    margin-bottom: 8px;
    font-size: 13px;
    position: relative
}
ul.sidebar-menu > li ul li a {
    font-weight: 400;
    line-height: 1.4;
    color: #636363;
    position: relative
}
ul.sidebar-menu > li ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -25px;
    width: 11px;
    height: 3px;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC
}
ul.sidebar-menu > li ul li.active a {
    color: #DB3944
}
ul.sidebar-menu > li ul li.active:before {
    border-top: 1px dotted #DB3944;
    border-bottom: 1px dotted #DB3944
}
.sidebar-menu-title {
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 0
}
.sidebar-module {
    margin: 0 0 30px;
    padding: 0 0 10px
}
.sidebar-module:last-child {
    margin: 0;
    padding: 0;
}
.sidebar-module h5 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 15px;
    border-left: 2px solid #DB3944;
    padding: 4px 0 3px;
    padding-left: 10px;
}
.sidebar-module .range-slider-wrapper {
    margin-top: 10px;
    margin-bottom: -15px;
}
.sidebar-module .checkbox-block {
    border-bottom: 1px solid #E0DFDE;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.sidebar-module .fancy-select {
    margin-top: 12px;
}
.sidebar-module .fancy-select .form-control {
    background: none;
    border-color: #E0DFDE;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.sidebar-wrapper.for-blog a {
    color: #636363;
}
.sidebar-wrapper.for-blog a:hover {
    color: #DB3944
}
#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;
}
.sort-by-wrapper {
    border-top: 1px solid #E0DFDE;
    border-bottom: 1px solid #E0DFDE;
    padding: 10px 0;
    margin-bottom: 30px;
}
.sort-by-wrapper .text-holder {
    width: 100px;
    float: left;
    text-align: center;
}
ul.sort-by {
    margin-left: 125px;
}
ul.sort-by li {
    float: left;
    margin: 0 15px;
}
ul.sort-by li button.btn {
    background: none;
    padding: 0;
    padding-right: 15px;
    font-size: 13px;
    line-height: 1.4;
}
ul.sort-by li button.btn:hover {
    color: #DB3944;
}
ul.sort-by li button.btn.active {
    font-weight: 700;
    position: relative;
    padding-right: 23px
}
ul.sort-by li button.btn.active i {
    position: absolute;
    top: 3px;
    right: 2px;
    font-size: 13px;
    line-height: 1;
}
ul.layout-option {
    float: right;
    margin: 0;
    margin-bottom: -2px;
}
ul.layout-option li {
    float: left;
    margin-left: 10px;
}
ul.layout-option li a {
    color: #636363;
    font-size: 17px;
    padding-top: 2px;
    display: block;
}
ul.layout-option li.active a {
    color: #DB3944;
}
.sidebar-mini-search .input-group .form-control {
    height: 42px;
    border-color: #DB3944;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.sidebar-mini-search .input-group .form-control:focus {
    padding-left: 17px;
}
.sidebar-mini-search .input-group .btn {
    height: 42px;
}
ul.sidebar-category,
ul.sidebar-archives {
    margin: 0;
    margin-top: 10px
}
ul.sidebar-category li,
ul.sidebar-archives li {
    border-bottom: 1px dotted #CCCBCA;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.4
}
ul.sidebar-category li:last-child,
ul.sidebar-archives li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}
ul.sidebar-category li a,
ul.sidebar-archives li a {
    display: block;
    font-size: 13px;
    letter-spacing: .7px
}
ul.sidebar-category li a span,
ul.sidebar-archives li a span {
    float: right;
    font-size: 12px;
    color: #A8A8A8;
    font-style: italic;
    letter-spacing: 0
}
ul.sidebar-category li a:hover,
ul.sidebar-archives li a:hover {
    padding-left: 5px
}
ul.sidebar-post {
    margin: 0;
    margin-top: 10px
}
ul.sidebar-post li {
    margin-bottom: 25px;
    line-height: 1.4
}
ul.sidebar-post li:last-child {
    margin-bottom: 0;
}
ul.sidebar-post li h6 {
    margin: 0 0 5px;
    color: #333;
    font-weight: 400
}
ul.sidebar-post li a:hover h6 {
    color: #DB3944
}
ul.sidebar-post li .image {
    width: 65px;
    float: left;
    margin-top: 5px;
}
ul.sidebar-post li .image img {
    display: block;
}
ul.sidebar-post li .content {
    margin-left: 85px
}
ul.sidebar-post li .recent-post-sm-meta {
    margin: 10px 0 0;
    color: #A1A1A1!important;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.tag-cloud {
    margin-top: 5px;
    margin-bottom: -5px
}
.tag-cloud span {
    display: block;
    float: left;
    line-height: 1.2;
    padding: 5px 7px;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 5px
}
.tag-cloud a {
    color: #DB3944;
    border: 1px solid #DB3944;
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 1;
    display: inline-block;
    padding: 3px 8px;
    font-weight: 400;
}
.tag-cloud a:hover {
    background: #DB3944;
    color: #FFF;
}
.tag-cloud.alt-color a {
    color: #DF2938;
    border: 1px solid #DF2938;
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 1;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 2px;
}
.tag-cloud.alt-color a:hover {
    background: #DF2938;
    color: #FFF;
}
.for-blog .tag-cloud a {
    border: 1px solid #E5E5E5;
}
.for-blog .tag-cloud a:hover {
    border: 1px solid #DB3944;
    color: #FFF;
}
.tag-cloud-wrapper {
    border-top: 1px solid #EFEFEF;
    position: relative;
    margin: 20px 0 0;
    padding: 20px 0 0
}
.tag-cloud-wrapper .tag-cloud-heading {
    float: left
}
.tag-cloud-wrapper .tag-cloud {
    margin-left: 50px;
    margin-top: 5px
}
.sidebar-text-widget ul {
    margin: 0;
    margin-left: 25px;
    padding: 0
}
.sidebar-text-widget ul li {
    list-style: circle
}
.sidebar-link-list a {
    color: #939393;
    display: block;
    font-weight: 400
}
ul.sidebar-link-list li {
    line-height: 1.2;
    margin-bottom: 12px;
    position: relative
}
ul.sidebar-link-list li ul {
    margin-top: 12px;
    padding-left: 15px;
    border-left: 1px dotted #E5E5E5;
    margin-left: 5px
}
ul.sidebar-link-list li ul li {
    margin-bottom: 8px;
    font-size: 13px
}
ul.sidebar-link-list li ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -15px;
    width: 8px;
    height: 2px;
    border-top: 1px dotted #E5E5E5
}
ul.sidebar-link-list li span {
    display: inline-block;
    margin-left: 7px;
    font-size: 11px;
    color: #A7A7A7;
    letter-spacing: .3px
}
@media only screen and (max-width: 1199px) {
    ul.sort-by li {
        margin: 0 5px;
    }
    ul.sort-by li button.btn {
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {} @media (max-width: 479px) {}
/**
 * Static Page
 */

.static-wrapper h1:first-child,
.static-wrapper h2:first-child,
.static-wrapper h3:first-child,
.static-wrapper h4:first-child,
.static-wrapper h5:first-child,
.static-wrapper h6:first-child {
    margin-top:0
}
.static-wrapper {
    padding-left:10px
}
.static-wrapper ul,
.static-wrapper ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px
}
.static-wrapper ul li,
.static-wrapper ol li {
    margin-bottom: 7px
}
.static-wrapper ul ul,
.static-wrapper ol ol {
    margin-top: 7px
}
.static-wrapper > ul,
.static-wrapper > ol {
    margin-bottom: 15px
}
.static-wrapper ol {
    list-style: decimal
}
.static-wrapper hr {
    margin-top: 30px;
    margin-bottom: 40px
}
/**
 * Pricing
 */

.single-pricing-item {
    background: #DB3944;
    text-align: center;
    color: #FFF;
    padding: 2px;
}
.single-pricing-item h5 {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.single-pricing-inner {
    border: 3px double rgba(255, 255, 255, 0.8);
    padding: 40px 20px;
}
.single-pricing-item .price {
    margin: 25px 0 20px;
}
.single-pricing-item .price .number {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 52px;
    line-height: 1;
    font-weight: 400;
}
.single-pricing-item .price .number .currency {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 23px;
    font-weight: 300;
}
.single-pricing-item .price .per {
    display: block;
}
.single-pricing-item ul {
    margin: 0 0 25px;
}
.single-pricing-item ul li {
    font-size: 13px;
    letter-spacing: 0.7px;
}
.single-pricing-item a {
    text-transform: uppercase;
    color: #FFF;
    border: 2px solid rgba(255, 255, 255, 0.9);
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    padding: 7px 15px 6px;
    border-radius: 3px;
}
.single-pricing-item a:hover {
    color: rgba(255, 255, 255, 0.8);
    border: 2px solid #FFF;
}
.pricing-item {
    text-align: center;
    border: 3px double #D9D8D7;
    padding: 40px 20px;
}
.pricing-item h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pricing-item .price {
    margin: 25px 0 20px;
}
.pricing-item .price .number {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 52px;
    line-height: 1;
    font-weight: 400;
}
.pricing-item .price .number .currency {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 23px;
    font-weight: 300;
}
.pricing-item .price .per {
    display: block;
}
.pricing-item ul {
    margin: 0 0 25px;
}
.pricing-item ul li {
    font-size: 13px;
    letter-spacing: 0.7px;
}
.pricing-item a {
    text-transform: uppercase;
    color: #DB3944;
    border: 2px solid #DB3944;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1;
    padding: 7px 15px 6px;
    border-radius: 3px;
}
.pricing-item a:hover {
    opacity: 0.6;
}
.pricing-item.pricing-item-best {
    border-color: #DB3944;
}
.pricing-item.pricing-item-best .price {
    color: #DB3944;
}
.pricing-item.pricing-item-best a {
    color: #FFF;
    background: #DB3944;
}
/**
 * Download Application
 */

.download-app-sm {
    background: #FFF;
    border: 3px double #EBE9E8;
    padding: 30px;
    text-align: center;
}
.download-app-sm h6 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.download-app-sm p {
    font-size: 13px;
    line-height: 17px;
}
.download-app-sm .image {
    width: 80%;
    margin: 30px auto 20px;
}
.download-app {
    background: #FFF;
    border: 3px double #EBE9E8;
    padding: 70px 100px;
}
.download-app h3 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.download-app .image {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
}
.download-app div > .content {
    width: 81%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
}
.download-app-img-bg {
    padding-top: 0;
    padding-bottom: 0;
}
.download-app-img-bg h3 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.download-app-img-bg .image {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
.download-app-img-bg div > .content {
    width: 69%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .download-app-img-bg .image {
        width: 40%;
    }
    .download-app-img-bg div > .content {
        width: 59%;
    }
}
@media only screen and (max-width: 767px) {
    .download-app-img-bg .image {
        width: 0%;
        display: none;
    }
    .download-app-img-bg div > .content {
        width: 100%;
        padding: 80px 30px;
    }
}
@media (max-width: 479px) {
    .download-app-img-bg div > .content {
        padding: 80px 15px;
    }
}
/**
 * Testimonial
 */

.slick-testimonial-wrapper {
    padding-bottom: 35px;
}
.slick-testimonial-wrapper .slick-dots {
    bottom: -60px;
    text-align: left;
    padding-left: 120px;
}
.testimonial-item .image {
    width: 100px;
    float: left;
    border: 2px solid #D9D8D7;
    padding: 2px;
}
.testimonial-item .content {
    line-height: 1.45;
    margin-left: 120px;
    border-bottom: 1px solid #D9D8D7;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.testimonial-item .content h6 {
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 10px;
}
.testimonial-item .content .testimonial-when {
    display: block;
    font-style: italic;
    margin: 0 0 10px;
}
.testimonial-item:last-child .content {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.slick-testimonial-wrapper {} .slick-testimonial-wrapper .slick-prev:before,
.slick-testimonial-wrapper .slick-next:before {
    color: #333;
}
.slick-testimonial-nav {
    margin: 30px 150px;
}
.slick-testimonial-wrapper .testimonial-man {
    margin: 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.slick-testimonial-wrapper .testimonial-man .image {
    border: 3px solid #EAEAEA;
    border-radius: 50%;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    margin-bottom: -10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.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: 0;
}
.slick-testimonial-wrapper .slick-center .image {
    border: 3px solid #8F37FE;
    margin: 10px;
}
.slick-testimonial-wrapper .slick-center .image:hover {
    cursor: default;
}
.testimonial-long {
    text-align: center;
}
.testimonial-long .saying {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 50px;
    position: relative;
    padding: 75px;
    background: #F3F3F3;
}
.testimonial-long h4 {
    font-weight: 500;
    margin-bottom: 5px;
}
.testimonial-long .he {
    color: #8F37FE;
}
.testimonial.style-1 blockquote {
    position: relative;
    padding: 75px;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 50px;
    border-radius: 5px;
    border-bottom: 3px solid #f2f2f2;
    background-color: #fff
}
.testimonial-long .saying:before {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #f2f2f2;
    -moz-transform: scale(0.9999)
}
.testimonial-long .saying blockquote:after {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #fff;
    -moz-transform: scale(0.9999)
}
.testimonial.style-1 blockquote p:last-child {
    margin-bottom: 0
}
.testimonial.style-1 h4 {
    margin-bottom: 20px;
    font-weight: 500
}
.testimonial.style-1 h4 small {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #a8e12a
}
/**
 * Pagination
 */

.pagination-wrapper {
    border-top: 1px solid #E0DFDE;
    border-bottom: 1px solid #E0DFDE;
    padding: 10px 0;
    margin-bottom: 30px;
    font-weight: 300;
}
ul.pagination {
    margin: 0;
    float: left;
    padding: 0;
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    background: none;
    border: none;
    padding: 5px 15px;
    border-right: 1px solid #DEDDDC;
    color: #636363;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    padding-right: 0;
    border-right: 0;
}
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover {
    background: #DB3944;
    border-color: #DB3944;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    background: none;
    border-color: #DEDDDC;
    color: #DB3944;
}
ul.pagination.text-center {
    float: none;
    text-align: center;
    display: block;
}
ul.pagination.text-center > li > a,
ul.pagination.text-center > li > span {
    float: none;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    ul.pagination.pagination-text-center-sm {
        float: none;
        text-align: center;
        display: block;
    }
    ul.pagination.pagination-text-center-sm > li > a,
    ul.pagination.pagination-text-center-sm > li > span {
        float: none;
    }
}
@media only screen and (max-width: 767px) {} @media (max-width: 479px) {}
/**
 * Footer
 */

.main-footer {
    background: #493436;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 50px;
    padding-bottom: 30px;
}
.main-footer .pl-wrapper {
    float: right;
    width: 100%;
    padding-left: 200px;
}
.main-footer a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}
.main-footer a:hover {
    color: rgba(255, 255, 255, 1);
}
.footer-logo {
    font-size: 30px;
    margin: 0 0 30px;
    color: #FFF;
    width: 140px;
}
.about-us-footer {
    padding-right: 15px;
}
.newsletter-footer {
    margin: 0 0 40px;
}
.newsletter-footer .form-group {
    position: relative;
    margin: 0;
}
.newsletter-footer .form-control {
    background: none;
    border: 0;
    padding: 0;
    padding-bottom: 15px;
    padding-right: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin: 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
		height: 40px;
}
.newsletter-footer .form-control::-moz-placeholder {
		color: rgba(255, 255, 255, 0.7);
}
.newsletter-footer .form-control:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.7);
}
.newsletter-footer .form-control::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.7);
}
.newsletter-footer .form-control:focus {
    border-color: #DB3944;
}
.newsletter-footer .btn-submit {
    position: absolute;
    top: 2px;
    right: 0;
    color: rgba(255, 255, 255, 0.8);
    background: none;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    letter-spacing: 2.5px;
    display: block;
		font-family: 'Oswald', sans-serif;
}
.newsletter-footer .btn-submit:hover {
    color: #FFF;
}
ul.menu-footer li {
    margin-bottom: 5px;
    display: block;
    line-height: 1.25;
}
ul.menu-footer li a {
    font-size: 13px;
}
h4.footer-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin: 0 0 10px;
    color: #FFF;
}
.secondary-footer {
    background: #493436;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    font-size: 13px;
}
.secondary-footer h6 {
    color: #FFF;
}
ul.social-footer {
    margin: 0 0 10px;
}
ul.social-footer li {
    display: inline-block;
    padding: 0 5px;
}
ul.social-footer li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #FFF;
    display: block;
    line-height: 28px;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    .main-footer .pl-wrapper {
        padding-left: 0;
    }
    .newsletter-footer {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .newsletter-footer .form-control {
        font-size: 16px;
    }
    .newsletter-footer .btn-submit {
        top: -1px;
    }
}
@media (max-width: 479px) {
		.main-footer {
				padding-bottom: 0;
		}
		ul.menu-footer li {
				width: 50%;
				float: left;
		}
}
/**
 * Tab Style
 */

.tab-style-01-wrapper ul.tab-nav {
    margin: 0 0 30px;
    border-bottom: 1px solid #CCCBCA;
}
.tab-style-01-wrapper ul.tab-nav li {
    display: inline-block;
    margin: 0;
    margin-right: 1px;
}
.tab-style-01-wrapper ul.tab-nav li a {
    display: block;
    padding: 10px 20px 7px;
    color: #484848;
    font-size: 14px;
    position: relative;
    border: 1px solid #DEDDDC;
    border-bottom: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
}
.tab-style-01-wrapper ul.tab-nav li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.tab-style-01-wrapper ul.tab-nav li.active a,
.tab-style-01-wrapper ul.tab-nav li.active:hover a {
    color: #DB3944;
    border-color: #CCCBCA;
}
.tab-style-01-wrapper ul.tab-nav li.active a:after,
.tab-style-01-wrapper ul.tab-nav li.active a:hover:after {
    background: #F3F2F1;
}
.tab-style-01-wrapper ul.tab-nav li a:hover:before,
.tab-style-01-wrapper ul.tab-nav li a:hover:after {
    background: #F3F2F1;
}
.tab-style-01-wrapper ul.tab-nav li a:hover {
    color: #DB3944;
    border-color: #CCCBCA;
}
.tab-style-01-wrapper ul.tab-nav li.active a:hover {
    background: none;
    color: #DB3944;
    cursor: default;
}
.tab-style-01-wrapper ul.tab-nav.text-center {} .tab-vertical-style-01-wrapper ul.tab-nav {
    margin: 0 0 30px;
    margin-right: 5px;
    border-right: 1px solid #CCCBCA;
    padding: 5px 0;
    padding-right: 10px;
}
.tab-vertical-style-01-wrapper ul.tab-nav li {
    display: block;
    margin: 0 0 20px;
}
.tab-vertical-style-01-wrapper ul.tab-nav li:last-child {
    margin: 0;
}
.tab-vertical-style-01-wrapper ul.tab-nav li a {
    display: block;
    color: #484848;
    font-size: 14px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}
.tab-vertical-style-01-wrapper ul li a:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    right: -12px;
    width: 3px;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.tab-vertical-style-01-wrapper ul li.active a,
.tab-style-01-wrapper ul li.active:hover a {
    color: #DB3944;
}
.tab-vertical-style-01-wrapper ul li.active a:after,
.tab-style-01-wrapper ul li.active a:hover:after {
    background: #DB3944;
}
.tab-style-01-wrapper ul li a:hover:before,
.tab-style-01-wrapper ul li a:hover:after {
    background: #DB3944;
}
.tab-style-01-wrapper ul li a:hover {
    color: #DB3944;
    border-color: #CCCBCA;
}
.tab-style-01-wrapper ul li.active a:hover {
    background: none;
    color: #DB3944;
    cursor: default;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active {
    padding: 0;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li a:after {
    top: 0;
    bottom: 0;
    right: -2px
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li {
    margin: 0;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li a {
    padding: 12px 0;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li.active a {
    background: #E6E4E3;
    padding-left: 15px;
}
.tab-vertical-style-01-wrapper ul.tab-nav.alt-active li a:hover {
    color: #DB3944;
}
@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) {
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li {
        display: block;
        width: 100%;
    }
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li a {
        padding: 10px 2x 7px;
        font-size: 12px;
        display: block;
        width: 100%;
    }
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li.active a:after,
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li.active a:hover:after,
    .tab-style-01-wrapper ul.tab-nav.tab-nav-full-width-xss li a:hover:after {
        background: #DB3944;
        z-index: 3;
    }
}
/**
 * Review
 */

.review-header {
    border: 3px double #EBE9E8;
    background: #FFF;
    padding: 25px;
    padding-right: 40px;
}
.review-header .progress-radial {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.review-header .texting {
    display: inline-block;
    vertical-align: middle;
}
.review-header .texting {
    line-height: 1.2;
}
.review-header .texting h6 {
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: 1px;
}
ul.item-score-list {
    margin: 0;
    float: right;
    display: block;
}
ul.item-score-list li {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-right: 15px;
}
ul.item-score-list li .progress-radial {
    float: none;
    margin: 5px auto;
    display: block;
}
ul.review-item-list > li {
    margin-top: 30px;
}
ul.review-item-list li .review-man {
    width: 200px;
    float: left;
    text-align: center;
    line-height: 1.25;
    padding-top: 20px;
}
ul.review-item-list li .review-man .image {
    width: 70px;
    border-radius: 50%;
    border: 2px solid #DEDEDE;
    padding: 2px;
    margin: 0 auto;
}
ul.review-item-list li .review-man .image img {
    border-radius: 50%;
}
ul.review-item-list li .review-man h6 {
    margin: 5px 0 7px;
    line-height: 1;
}
ul.review-item-list li .review-content {
    margin-left: 230px;
    border: 1px solid #DEDDDC;
    position: relative;
}
ul.review-item-list li .review-content .meta-top {
    padding: 20px 25px 0;
    letter-spacing: 1px;
    font-style: italic;
    color: #A1A1A1;
    font-weight: 400;
}
ul.review-item-list li .progress-radial {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
ul.review-item-list li .review-entry {
    padding: 15px 25px 20px;
}
ul.review-item-list li .review-content .meta-bottom {
    background: #E6E4E3;
    border-top: 1px solid #DEDDDC;
}
ul.review-item-list li .review-content .review-arrow {
    position: absolute;
    top: 30px;
    left: -13px;
    width: 25px;
    height: 25px;
    background: #F3F2F1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #DEDDDC;
    border-right: 0;
    border-top: 0;
}
.review-entry ul,
.review-entry ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
}
.review-entry ul li,
.review-entry ol li {
    margin-bottom: 7px;
}
.review-entry ul ul,
.review-entry ol ol {
    margin-top: 7px;
}
.review-entry > ul,
.review-entry > ol {
    margin-bottom: 15px;
}
.review-entry ol {
    list-style: decimal;
}
ul.review-score-list {
    border-bottom: 1px solid #D4D4D4;
    padding: 10px 25px 5px;
}
ul.review-score-list li {
    display: inline-block;
    line-height: 1.2;
    position: relative;
    margin-right: 30px;
    margin-bottom: 5px;
}
ul.review-score-list li:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 6px;
    right: -20px;
    background: #DB3944;
    border-radius: 5px;
}
ul.review-score-list li:last-child {
    margin-right: 0;
}
ul.review-score-list li:last-child:after {
    display: none;
}
ul.review-useful {
    padding: 15px 25px 5px;
}
ul.review-useful li {
    display: block;
    float: left;
    line-height: 1.2;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-right: 10px;
}
ul.review-useful li.for-report {
    float: right;
    margin-right: 0;
}
ul.review-useful li a {
    color: #777;
}
ul.review-useful li a:hover,
ul.review-useful li.rated a {
    color: #DB3944;
}
.review-wrapper .btn-wrappper {
    margin-left: 230px;
    margin-top: 30px;
}
.review-form-inner {
    background: #FFF;
    padding: 25px;
    border: 3px double #EBE9E8;
}
.restaurant-review-item {
    overflow: hidden;
}
.restaurant-review-item .content-restaurant {
    position: relative;
    overflow: hidden;
}
.restaurant-review-item .content-restaurant a {
    color: #FFF;
    display: block;
}
.restaurant-review-item .content-restaurant .image img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.restaurant-review-item .content-restaurant:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.restaurant-review-item .content-restaurant .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    color: #FFF;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    padding: 25px 20px;
    padding-bottom: 70px;
    line-height: 1.45;
    font-size: 13px;
}
.restaurant-review-item .content-restaurant .caption h5 {
    color: #FFF;
    line-height: 1.2;
    margin: 0 0 5px;
}
.restaurant-review-item .rating-inner {
    display: inline-block;
    color: #FFF;
    background: rgba(219, 57, 68, 0.8);
    line-height: 1;
    padding: 3px 10px;
    border-radius: 30px;
    position: relative;
}
.restaurant-review-item .rating-wrapper .rating-item {
    font-size: 11px;
}
.restaurant-review-item .rating-symbol-background {
    color: rgba(255, 255, 255, 0.5);
}
.restaurant-review-item .rating-symbol-foreground {
    color: rgba(255, 255, 255, 1);
}
.restaurant-review-item .content-review {
    text-align: center;
    position: relative;
}
.restaurant-review-item .content-review .image {
    width: 80px;
    margin: 0 auto 20px;
    margin-top: -40px;
    border: 2px solid #F3F2F1;
    border-radius: 50%;
    background: #FFF;
}
.restaurant-review-item .content-review .image-inner {
    border: 2px solid #D9D8D7;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.restaurant-review-item .content-review .image img {
    border-radius: 50%;
}
.restaurant-review-item .content-review .content {
    line-height: 1.45;
    border-bottom: 2px solid #D9D8D7;
    padding-bottom: 25px;
}
.restaurant-review-item .content-review .content h6 {
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 10px;
}
.restaurant-review-item .content-review .content .testimonial-when {
    display: block;
    font-style: italic;
    margin: 0 0 10px;
}
.review-pager .btn.btn-hidden {
    display: none;
}
.review-pager .btn.collapsed {
    display: block;
}
.review-form-wrapper {
    background: #FFF;
    border: 3px double #EBE9E8;
    padding: 30px;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {
    ul.review-item-list li .review-man {
        width: 150px;
    }
    ul.review-item-list li .review-content {
        margin-left: 170px;
    }
}
@media only screen and (max-width: 767px) {} @media (max-width: 479px) {
    ul.review-item-list li .review-man {
        float: none;
    }
    ul.review-item-list li .review-content {
        margin-left: 0;
        margin-top: 15px;
    }
    ul.review-item-list li .review-content .review-arrow {
        display: none;
    }
    .review-wrapper .btn-wrappper {
        margin-left: 0;
    }
}
/**
 * Blog and Post
 */

.recent-post-item .image {
    position: relative
}
.recent-post-item .recent-post-meta {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    background: #DB3944;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: 400;
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    line-height: 1.2;
    padding: 10px 15px;
    z-index: 3
}
.recent-post-item .recent-post-meta > div {
    display: inline-block
}
.recent-post-item .recent-post-meta > div:after {
    content: "|";
    margin-left: 7px;
    margin-right: 5px
}
.recent-post-item .recent-post-meta > div:last-child:after {
    display: none
}
.recent-post-item .content {
    padding-left: 20px;
    padding-right: 20px
}
.recent-post-item .content h3,
.recent-post-item .content h4 {
    margin: 25px 0 15px
}
.recent-post-item .content h3 a,
.recent-post-item .content h4 a {
    color: #484848
}
.recent-post-item .content h3 a:hover,
.recent-post-item .content h4 a:hover {
    color: #DB3944
}
.blog-single-wrapper .heading h3,
.blog-single-wrapper .heading h4 {
    margin: 0 0 25px
}
.blog-single-wrapper .meta {
    background: #DB3944;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: 400;
    line-height: 1.2;
    padding: 10px 15px;
    z-index: 3;
    width: auto;
    display: inline-block;
}
.blog-single-wrapper .meta > div {
    display: inline-block;
}
.blog-single-wrapper .meta > div:after {
    content: "|";
    margin-left: 7px;
    margin-right: 5px
}
.blog-single-wrapper .meta > div:last-child:after {
    display: none
}
.blog-single-wrapper .content {
    margin-top: 35px;
}
.blog-single-wrapper .content img {
    width: auto;
    display: block;
}
.blog-entry {
    padding-bottom: 25px;
}
.blog-entry ul,
.blog-entry ol {
    list-style: disc;
    margin-left: 20px;
    line-height: 25px;
}
.blog-entry ul li,
.blog-entry ol li {
    margin-bottom: 7px;
}
.blog-entry ul ul,
.blog-entry ol ol {
    margin-top: 7px;
}
.blog-entry > ul,
.blog-entry > ol {
    margin-bottom: 15px;
}
.blog-entry ol {
    list-style: decimal;
}
.blog-entry img + p,
.blog-entry p + img {
    margin-top: 25px;
}
.blog-extra {
    border: 2px solid #D9D8D7;
    padding: 30px 25px 8px;
    margin: 0 0 40px;
    background: rgba(255, 255, 255, 0.7);
}
.share-it {
    float: right
}
.share-it span {
    float: left;
    text-align: left;
    margin-right: 5px
}
.share-it .social {
    float: right;
    margin-top: -5px
}
.blog-author {
    padding: 0;
    position: relative;
    border: 1px solid #D9D8D7;
}
.author-details {
    margin-left: 133px;
    padding: 30px 25px 25px;
    position: relative;
    border-left: 1px solid #D9D8D7
}
.author-details h6 {
    margin: 0 0 15px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.author-label {
    width: 100px;
    float: left;
    margin-top: 20px;
    margin-left: 15px;
}
.author-label img {
    width: 100%;
}
.blog-author .social a {
    color: #777;
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
}
.blog-author .social a:hover {
    color: #DB3944;
}
ul.comment-item {
    list-style: none;
    padding: 0;
    margin: 0
}
ul.comment-item li {
    position: relative;
    display: block;
    padding-left: 65px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #CCC
}
ul.comment-item li:last-child,
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 ul {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px dotted #CCC;
    margin-left: -20px
}
.comment-item h6 {
    margin-bottom: 5px;
}
.comment-item .comment-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}
.comment-item .comment-avatar img {
    width: 100%;
    width: 100%;
}
.comment-item .comment-time {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    line-height: 1.2
}
.comment-item a.comment-reply {
    float: right;
    font-size: 10px;
    line-height: 1;
    padding: 4px 7px 3px;
    text-transform: uppercase;
    border: 2px dashed #DB3944;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    font-weight: 600;
    letter-spacing: 2px;
    color: #636363;
}
.comment-item a.comment-reply:hover {
    color: #FFF;
    border-color: #DB3944;
    background: #DB3944
}
.comment-item a.comment-reply:hover {
    color: #FFF
}
.comment-form .form-control:-moz-placeholder {
    color: #FFF
}
.comment-form .form-control::-moz-placeholder {
    color: #FFF
}
.comment-form .form-control:-ms-input-placeholder {
    color: #FFF
}
.comment-form .form-control::-webkit-input-placeholder {
    color: #FFF
}
ul.social-share-sm {
    position: relative;
    display: inline-block;
    line-height: 1;
    float: left;
}
ul.social-share-sm li {
    display: inline-block;
    margin: 0 0 5px;
}
ul.social-share-sm li span,
ul.social-share-sm li a {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
}
ul.social-share-sm li span:after,
ul.social-share-sm li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 1px;
    height: 13px;
    background: #E5E5E5;
}
ul.social-share-sm li a:after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 6px;
    right: -3px;
}
ul.social-share-sm li:last-child a {
    margin-right: 0;
}
ul.social-share-sm li:last-child a:after {
    display: none;
}
ul.social-share-sm li a {
    font-weight: 400;
    color: #999;
}
ul.social-share-sm li a:hover {
    color: #0D7CC9;
}
.team-item .content {
    color: #FFF;
    background: #DB3944;
    margin: 0 15px;
    margin-top: -25px;
    position: relative;
    padding: 2px;
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    text-align: center;
}
.team-item .content .content-inner {
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 30px 20px;
}
.team-item h5 {
    margin: 0 0 7px;
    line-height: 24px;
    color: #FFF;
}
.team-item {
    margin: 0 0 3px;
    line-height: 1.25;
}
.team-item {
    margin: 0 0 7px;
}
.team-item ul.social {
    line-height: 1;
    margin: 25px 0 0;
}
.team-item ul.social li {
    display: inline-block;
    margin-right: 10px;
}
.team-item ul.social li a {
    color: rgba(255, 255, 255, 0.8);
}
.team-item ul.social li a:hover {
    color: rgba(255, 255, 255, 1);
}
.recent-post-item .recent-post-meta {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    background: #DB3944;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: 400;
    border-left: 2px solid rgba(255, 255, 255, 0.8);
    border-right: 2px solid rgba(255, 255, 255, 0.8);
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    line-height: 1.2;
    padding: 10px 15px;
    z-index: 3
}
@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) {
    .author-label {
        float: none;
    }
    .author-details {
        margin-left:0;
        padding: 20px 15px 15px;
        border-left:0;
    }
    ul.comment-item ul {
        margin-left: -45px
    }
}
/**
 * How it work
 */

.how-it-work-item {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.how-it-work-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 70%;
    height: 60px;
    border-right: 1px solid #D9D8D7;
    border-bottom: 1px solid #D9D8D7;
}
.how-it-work-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 60px;
    border-left: 1px solid #D9D8D7;
}
.how-it-work-item:nth-child(even)::after {
    border-right: 0;
    border-left: 1px solid #D9D8D7;
}
.how-it-work-item:nth-child(odd)::before {
    border-left: 0;
    border-right: 1px solid #D9D8D7;
}
.how-it-work-item:first-child {
    padding-top: 0;
}
.how-it-work-item:first-child::before {
    display: none;
}
.how-it-work-item:last-child {
    padding-bottom: 0;
}
.how-it-work-item:last-child::after {
    display: none;
}
.how-it-work-item .content {
    text-align: center;
}
.how-it-work-item > div {
    position: relative;
}
.how-it-work-item > div:before {
    font-family: "Ionicons";
    content: "\f3d0";
    position: absolute;
    top: -16px;
    left: 16.268%;
    color: #D1D0CF;
    font-size: 20px;
}
.how-it-work-item:nth-child(odd) > div:before {
    left: auto;
    right: 16.268%;
}
.how-it-work-item:first-child > div:before {
    display: none;
}
@media only screen and (max-width: 1199px) {
    .how-it-work-item:after,
    .how-it-work-item:before,
    .how-it-work-item > div:before {
        display: none;
    }
}
@media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {
    .how-it-work-item .image {
        width: 150px;
        margin: 0 auto;
    }
    .how-it-work-item:nth-child(even) .image {
        margin-bottom: 40px;
    }
}
@media (max-width: 479px) {}
/**
 * Faq Page
 */

.faq-item {
    margin-bottom:40px;
    font-size: 15px;
    line-height: 27px;
}
.faq-item ul {
    list-style: disc!important;
    margin-left: 20px!important;
    margin-left: 15px
}
.faq-item ul ul {
    margin-top: 15px;
}
.faq-item ul li,
.faq-item ol li {
    margin-bottom: 10px;
}
.faq-item ol {
    list-style: decimal!important;
    margin-left: 20px!important
}
.faq-item ol ol {
    margin-left: 15px;
    margin-top: 15px;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {
    .faq-item ul,
    .faq-item ol {
        font-size: 12px;
    }
}
@media (max-width: 479px) {}
/**
 * 404 Error Page
 */

.page-404-wrapper {
    margin: 110px 0 70px;
    overflow: hidden;
}
.page-404-wrapper .content-404 {
    text-align: right;
    position: relative;
    padding-right: 25px;
}
.page-404-wrapper .content-404:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -20px;
    right: -25px;
    width: 1px;
    background: #D9D8D7;
}
.page-404-wrapper .content-404 .number {
    font-size: 160px;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 700;
    margin: -20px 0 10px;
}
.page-404-wrapper .content-right {
    padding-left: 25px;
}
.page-404-wrapper .content-right p {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 25px;
}
@media only screen and (max-width: 1199px) {} @media only screen and (max-width: 991px) {} @media only screen and (max-width: 767px) {
    .page-404-wrapper {
        margin: 50px 0 0;
    }
    .page-404-wrapper .content-404 {
        text-align: left;
        padding-right: 0;
    }
    .page-404-wrapper .content-404 .number {
        font-size: 120px;
    }
    .page-404-wrapper .content-right {
        padding-left: 0;
        margin-top: 25px;
    }
    .page-404-wrapper .content-404:after {
        display: none;
        right: 0;
    }
}
@media (max-width: 479px) {}

.island {
    padding: 11px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.arrange--42 {
    margin-left: -42px;
    margin-right: -42px;
    border-collapse: separate;
    border-spacing: 42px 0;
}

.arrange {
    display: table;
    min-width: 100%;
    table-layout: auto;
}
.arrange--42>.arrange_unit {
    margin-left: 21px;
    margin-right: 21px;
    border-collapse: collapse;
    border-spacing: 0 0;
}


.arrange--middle>.arrange_unit {
    vertical-align: middle;
}

.arrange_unit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}
.biz-details h3 {
    margin-bottom: 12px;
}


h2.alternate, .h2.alternate, h3.alternate, .h3.alternate {
    color: #333;
}
.bullet-list-square, .bullet-list-round {
    padding: 0;
    margin: 0 0 24px 14px;
}
.bullet-list-round li {
    position: relative;
    margin-bottom: 6px;
}
.u-space-b3 h3 {
        color: #d32323;
}
.ybtn--primary {
   color: white!important; 
     background: linear-gradient(#d90007, #c91400);
}
.ybtn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    border: 1px solid;
    font-weight: bold;
    text-align: center;
  
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    line-height: 1.28571em;
    border-color: #ccc;
    color: #666;
    background-color: #f7f7f7;
    
    padding: 8px 19px 9px;
    border-radius: 3px;
}
a.ybtn {
    text-decoration: none !important;
}
.island a:hover {
    color: #BA0600;
    text-decoration: none;
	outline: none;
}
    .island {
    padding: 11px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.deal-sm-inner .btn-primary {
    background: #f3f1f1 !important;
     border:none;
    color:#0073bb !important;
}

.bullet-list-round, .bullet-list-round li{
	list-style:disc
}

