/**
  * Name: American Motor Lodge
*/
@import url("font-awesome.css");
@import url("flexslider.css");
@import url("shortcodes.css");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900|Poppins:300,400,500,600,700|Pacifico|Montserrat:400,500,600,700|Maven+Pro:400,500,700,900|Playfair+Display|Quattrocento+Sans:400,700");
/* Reset
-------------------------------------------------------------- */
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        line-height: 1;
        cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
        -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
        border: none;
    }

    input[type="checkbox"],
    input[type="radio"] {
        padding: 0; /* Addresses excess padding in IE8/9 */
    }

    input[type="search"] {
        -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    }

        input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
            -webkit-appearance: none;
        }

    button::-moz-focus-inner,
    input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
        border: 0;
        padding: 0;
    }

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    /* Repeatable Patterns
-------------------------------------------------------------- */
    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    background-color: #fff;
    color: #595959;
    letter-spacing: 1px;
}

a {
    color: #28293A;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:hover,
    a:focus {
        color: #2bbbd8;
        text-decoration: none;
        outline: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

ul, ol {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

b, strong {
    font-weight: 900;
}

button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 14px;
    font-weight: 700;
    color: #28293a;
    text-transform: uppercase;
    padding: 12px 24px;
    background-color: #2bbbd8;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background-color: #ffffff;
    border: 2px solid #ebebeb;
    height: 40px;
    padding-left: 30px;
    font-size: 14px;
    outline: none;
    margin-bottom: 30px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus {
        border: 2px solid #2bbbd8;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

textarea {
    width: 100%;
    height: 235px;
    padding: 30px 30px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    color: #b3b7c8;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #b3b7c8;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #b3b7c8;
    opacity: 1;
}
/* bootstrap resetting elements */
.btn {
    background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    color: #171717;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Crimson Text', serif;
}

h1 {
    font-size: 36px;
    line-height: 40px;
}

h2 {
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 20px;
    line-height: 25px;
}

h5 {
    font-size: 18px;
    line-height: 20px;
}

h6 {
    font-size: 16px;
    line-height: 18px;
}
/* Variables  
---------------------------------------------------------------*/
#mainnav-mobi ul.sub-menu > li > a, .product .content-product .btn-card, .product .content-product .name, .product .content-product .mount, .product .featured-product img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header.downscrolled {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header .logo, #mainnav ul.submenu, #mainnav ul.submenu > li > a, aside.widget, .product .box-product, .entry .readmore:after, .switcher-container h2 a, .switcher-container h2 i, .sw-pattern.pattern, .entry, .entry-border, .item-border, .item .featured-item a img, .go-top, .entry .featured-post a img, .widget-nav-menu ul li::after, .widget.widget-out-link ul li a:before, .widget-nav-menu ul li, .widget.widget-recent-new ul li span:before, .top-search, .top-search #searchform-all #searchsubmit, .shopping-cart .subcart {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header.downscrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15);
}
/* Color */
.menu.menu-extra li a:hover, .flat-alert.msg-success, .flat-information li i, .start-pri i, .item .content-item .title-item a:hover, .comment .comment-body .comment-info h6 a:hover, .product-single .social-links li a:hover, .product-single .product_meta li a, .widget-banner .sale, .widget-shopby .price_slider_amount .price_label input, .widget-shopby .ui-slider .ui-slider-handle, .infomation-text span, .breadcrumbs.color-661 ul li a:hover, .item .readmore::after, .item .readmore:hover, .widget.widget-phone i, .page-title.style2 .breadcrumbs ul li a:hover, .flat-information.style2 li a:hover, #mainnav.style2 ul.submenu > li > a:hover, #mainnav.style2 > ul > li.active > a, #mainnav.style2 > ul > li > a:hover, .social-links.color-white li a:hover, .entry .readmore:after, .project-dynamic .entry .content-post .title-post a:hover, .project-dynamic .entry .readmore:hover, .project-dynamic .entry .readmore:hover:after, .entry .meta-data .meta-post li.author a, #subscribe-msg .notification_error, #subscribe-msg .notification_ok, .breadcrumbs ul li a:hover, .breadcrumbs ul li i, .entry .content-post .title-post a:hover, .entry .readmore:hover {
    color: #2bbbd8;
}

    .social-links.style2 li a:hover,
    .social-links.style3 a:hover, .widget-shopby .ui-slider .ui-slider-handle span.shadow.dow,
    .widget-shopby .ui-slider .ui-slider-range {
        background-color: #e3b928;
    }

.widget-product ul li ins, .product-single ul.product-style li .detail, .testimonials .avatar span.name, .product .content-product .mount, .breadcrumbs.color-661 ul li a, .breadcrumbs.color-661 ul li, .breadcrumbs.color-661 ul li:before, .item .readmore, .item .content-item .title-item, .widget.widget-phone span, .page-title.style2 .page-title-heading h1, .page-title.style2 .breadcrumbs ul li, .page-title.style2 .breadcrumbs ul li a, .page-title.style2 .breadcrumbs ul li i, .page-title.style2 .breadcrumbs ul li:before, .menu-extra.color-661 li a, .entry .content-post .title-post a, .entry .readmore, .item .content-item .title-item a, .single-post p, #mainnav.color-661 > ul > li > a {
    color: #0f3661;
}

.top.background-661, .nav-absolute .nav-wrap {
    background-color: #0f3661;
}

.flat-header-wrap {
    background-color: #000;
}

.project-info ul li, .widget-info.color35d .info-text p, .product-single .product_meta li a:hover, .product-single .product-style li, .product-single p, .product-single ins, .widget-product ul li .product-name a, .testimonials blockquote.whisper, .careers-info .careers-text p, .page-commingsoon .title-section.sub .title, .product .content-product .name, #mainnav ul.submenu > li > a, .item .content-item p, .wrap-formcontact.style2 p, .list-author .info-author .contact-author h3 {
    color: #42435d;
}

.flat-alert.msg-success {
    text-align: center;
}

#mainnav > ul > li > a, .project-dynamic .entry .content-post, .project-dynamic .entry .category, #mainnav.color-white > ul > li.active > a, #mainnav.color-white > ul > li > a:hover, #mainnav.color-white ul.submenu > li > a:hover, .project-dynamic .entry .content-post .title-post a, .social-links.color-white li a,
.project-dynamic .entry .readmore, .infomation-text, .widget.widget-nav-menu ul li a:hover, .widget.widget-nav-menu ul li.active a, .breadcrumbs ul li:before, .breadcrumbs ul li a, .breadcrumbs ul li, .page-title-heading h1, #mainnav-mobi ul.sub-menu > li > a:hover,
.menu-extra li a, .social-links.style3 a:hover, .top-search #searchform-all #searchsubmit, .flat-information.before-white li i, .btn-click.color-white .flat-button, .project-dynamic .entry .readmore:after, .flat-language.color-white .current a, .flat-information.style2 li a {
    color: #ffffff;
}

.header .background-white, #mainnav ul.submenu, .shopping-cart .subcart, .header.bg-white, .header-style3.downscrolled {
    background-color: #ffffff;
}
/* Position */
.tm-align-right.social-links, #mainnav > ul > li > a, #mainnav ul li, .sw-odd .sw-image .sw-buy, .product-single .product_meta li, .comment-respond h2, .flat-information, .widget.widget-shopby form, .widget.widget-shopby .ui-slider, .wrap-breackcrum, .product .content-product, .main-history .wrap-step .data-step, .main-history .wrap-step .info-step, .item .readmore, .flat-wrap-header, .flat-header-wrap, .topbar .menu.menu-extra, .data-effect, .slide-overlay, .entry, .item, .top-search #searchform-all, .entry .readmore, .entry .meta-data ul li, .widget-download .download a, .widget.widget-nav-menu ul li a, .widget.widget-testimonials .avatar span.name, .widget.widget-testimonials .avatar, .widget-nav-menu ul li, .widget.widget-out-link ul li a, .widget.widget-recent-new ul li span, .menu-extra > li, .nav-wrap, .page-title {
    position: relative;
}

    .widget-nav-menu ul li::before,
    .product-single .product_meta li::after,
    .comment-respond h2::after,
    .topbar .menu.menu-extra::before,
    .main-history .wrap-step .data-step::before,
    .main-history .wrap-step .data-step::after,
    .topbar.style2 .flat-information::before,
    .widget.widget-nav-menu ul li a:before,
    .widget.widget-testimonials .avatar span.name::after {
        position: absolute;
        content: "";
    }

    .breadcrumbs ul li:before, .sw-odd .sw-image .sw-buy:after, .item .readmore::after, .entry .readmore:after, .widget-download .download a:after, .widget-nav-menu ul li::after, .widget.widget-testimonials .avatar::after {
        position: absolute;
        font-family: "FontAwesome";
    }

    .widget.widget-out-link ul li a:before, .widget.widget-recent-new ul li span:before, .entry .meta-data ul.meta-comment li::before {
        position: absolute;
        left: 0;
        top: 0;
        font-family: "FontAwesome";
    }

.project-dynamic .entry .content-post, .project-dynamic .entry .content-post .wrap-table, .project-dynamic .entry .content-post .flat-tabcell,
.page-commingsoon .flat-commingsoon, .flat-commingsoon .wrap-table,
.flat-commingsoon .flat-tabcell {
    width: 100%;
    height: 100%;
}

    .project-dynamic .entry .content-post .wrap-table, .flat-commingsoon .wrap-table {
        display: table;
    }

    .project-dynamic .entry .content-post .flat-tabcell, .flat-commingsoon .flat-tabcell {
        display: table-cell;
        vertical-align: middle;
    }

.page-commingsoon .flat-commingsoon {
    position: absolute;
    left: 0;
    top: 0;
}
/* Opacity */
#mainnav ul.submenu, .effect-animation, .top-search, .go-top, .shopping-cart .subcart, .product:hover .content-product .name, .product:hover .content-product .mount {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

    #mainnav ul li:hover > ul.submenu, .effect-animation.animated, .go-top.show, .top-search.show, .shopping-cart:hover .subcart {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
    }
/* Box-Shadow */
.shopping-cart .subcart, #mainnav ul.submenu {
    box-shadow: 0px 20px 46px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow1 {
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow2 {
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow3 {
    box-shadow: 0px 27px 51.33px 7.67px rgba(0, 0, 0, 0.15);
}

.border-shadow .entry-border, .border-shadow .item-border {
    border: 1px solid #ebebeb;
}

    .border-shadow .entry-border:hover, .border-shadow .item-border:hover, .product:hover .box-product, .widget-banner img {
        box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
    }
/* Effect */
.widget-nav-menu ul li::before {
    top: 50%;
    right: 101%;
    z-index: -1;
    margin: -20px 0 0 1px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0f3661;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.widget-nav-menu ul li:hover:before, .widget-nav-menu ul li.active:before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(-9, 9, 1);
}
/* Column */
.one-half {
    float: left;
    width: 50%;
}

.wrap-column, .project-dynamic .data-effect {
    margin: 0px -15px;
}

    .wrap-column .flat-column3 {
        float: left;
        width: 33.3333333333%;
        padding: 0px 15px;
    }

.wrap-column2 {
    margin: 0px -25px;
}

    .wrap-column2 .flat-column2 {
        float: left;
        width: 50%;
        padding: 0px 25px;
    }
/* float */
.float-left {
    float: left;
}

.float-right {
    float: right;
}
/* Top 
---------------------------------------------------------------*/

.tm-information li {
    display: inline-block;
    margin-right: 22px;
}

.tm-information li {
    line-height: 30px;
    font-size: 14px;
    padding-left: 2px;
    position: relative;
}

    .tm-information li i {
        margin-right: 10px;
        font-size: 15px;
    }

    .tm-information li:after {
        content: "";
        height: 18px;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.56);
        display: block;
        position: absolute;
        right: -14px;
        top: 5px;
    }

    .tm-information li:last-child:after {
        content: none;
    }

.topbar {
    padding: 10px 0px;
    background-color: #edeff1;
    color: #28293a;
    font-size: 14px;
}

.tm-align-right {
    float: right;
}

    .tm-align-right.social-links {
        padding-left: 27px;
        margin-left: 7px;
    }

        .tm-align-right.social-links a {
            font-size: 16px;
        }

    .tm-align-right li {
        position: relative;
    }
/*.tm-align-right.social-links li:after {
     content: "";
    height: 17px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    right: -3px;
    top: 4px;
}
.tm-align-right.social-links li:last-child:after {
	content:none;
}*/
.social-links li {
    display: inline-block;
    padding: 0px 10px;
}

    .social-links li:last-child {
        padding-right: 0;
    }
/* Widget Header
-------------------------------------------------------------- */
.wrap-widget-header {
    padding: 37px 0px 30px;
}

    .wrap-widget-header .widget-info {
        float: right;
        margin: 0 0 0 45px;
    }

        .wrap-widget-header .widget-info:last-child {
            margin-left: 0px;
        }

.widget-info .info-icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 5px 15px 0px 0px;
    color: #2bbbd8;
    font-size: 34px;
    vertical-align: middle;
}

.widget-info .info-text {
    overflow: hidden;
}

    .widget-info .info-text h6 {
        margin-bottom: 0;
        font-size: 17px;
        line-height: 30px;
    }

.wrap-widget-header .widget-info .flat-button {
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
}
/* Header
-------------------------------------------------------------- */
#header {
    z-index: 999;
}

.header .logo {
    margin: 20px 0px 0px 0px;
}

.header.header-backgroundf61 {
    background-color: #1c0f61;
}

.header-classic.header-style1 {
    background-color: transparent;
}

    .header-classic.header-style1 #mainnav-mobi > ul > li > ul > li.active > a,
    .header-classic.header-style1 #mainnav-mobi ul > li > a {
        color: #111111;
    }

    .header-classic.header-style1 #mainnav > ul > li.active > a,
    .header-classic.header-style1 #mainnav > ul > li > a:focus,
    .header-classic.header-style1 #mainnav > ul > li > a:hover {
        color: #fff;
    }
/* Header Fix */
.flat-header-wrap .header.downscrolled {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15);
    bottom: auto !important;
}

.header-absolute.downscrolled {
    background-color: #fff;
}

.header.downscrolled #mainnav.style2 > ul > li > a, .header.downscrolled .menu-extra.style2 li a {
    line-height: 60px;
}

.header.header-style2.downscrolled .logo, .header.header-style4.downscrolled .logo {
    margin-top: 15px;
}

.downscrolled .margin-top36 {
    margin-top: 19px;
}

.downscrolled .margin-top26 {
    margin-top: 6px;
}

.header.header-style3.downscrolled .logo {
    margin: 15px 0 0 21px;
}

.header-style3.downscrolled .btn-click.style2 .flat-button {
    padding: 17px 28px 19px 28px;
}
/* Menu Extra */
.menu.menu-extra li a {
    padding: 0px 12px;
    display: block;
}

.menu.menu-extra li:last-child a {
    padding-right: 2px;
}
/* Shopping-Cart
-------------------------------------------------------------- */
.shopping-cart .subcart {
    position: absolute;
    width: 300px;
    right: 0;
    top: 120%;
    padding: 40px 30px 20px 30px;
    z-index: 9999;
    text-align: left;
}

.shopping-cart:hover .subcart {
    top: 100%;
}
/* Navigation */
.nav-wrap .mainnav {
    float: left;
}

.header-style1 .nav-wrap .mainnav {
    margin-left: -15px;
}

.menu.menu-extra {
    padding-left: 20px;
    float: right;
}

    .menu.menu-extra > li {
        display: inline-block;
        font-size: 16px;
    }

#mainnav > ul {
    text-align: right;
}

#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav > ul > li {
    display: inline-block;
    margin-right: -5px;
}

    #mainnav > ul > li > a {
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        position: relative;
        letter-spacing: 1.5px;
    }

    #mainnav > ul > li > a, .menu-extra li a {
        padding: 0 15px 0px 15px;
        line-height: 100px;
    }

    #mainnav > ul > li:nth-child(4) > a {
        padding: 0px 28px 0px 30px;
    }

.header-classic.header-style1 #mainnav ul li a:after {
    content: "";
    height: 21px;
    width: 1px;
    background-color: rgba(0,0,0,0.20);
    display: block;
    position: absolute;
    right: 0px;
    top: 20px;
}

.header-classic.header-style1 #mainnav ul li:last-child a:after {
    content: none;
}
/* submenu */
#mainnav ul.submenu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 240px;
    text-align: left;
    z-index: 9999;
}
/* Right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 0;
}

#mainnav ul li:hover > ul.submenu {
    top: 100%;
}

#mainnav ul li ul li {
    margin-left: 0;
}

#mainnav ul.submenu li ul {
    position: absolute;
    left: 240px;
    top: 0 !important;
}

#mainnav ul.submenu > li > a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 0 0 31px;
    line-height: 40px;
}
/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background-color: #222222;
    z-index: 1000;
    top: 220px;
}

    #mainnav-mobi ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #mainnav-mobi ul li {
            margin: 0;
            position: relative;
            text-align: left;
            border-top: 1px solid #333333;
            cursor: pointer;
        }

        #mainnav-mobi ul > li > a {
            text-decoration: none;
            height: 50px;
            line-height: 50px;
            display: block;
            padding: 0 15px;
            color: #fff;
        }

        #mainnav-mobi ul.sub-menu {
            top: 100%;
            left: 0;
            z-index: 2000;
            position: relative;
            background-color: #333333;
        }

    #mainnav-mobi > ul > li > ul > li,
    #mainnav-mobi > ul > li > ul > li > ul > li {
        position: relative;
        border-top: 1px solid #333333;
        padding-left: 15px;
    }

        #mainnav-mobi > ul > li > ul > li > ul > li a {
            padding-left: 45px !important;
        }

    #mainnav-mobi ul.sub-menu > li > a {
        display: block;
        text-decoration: none;
        padding: 0 60px;
        border-top-color: rgba(255,255,255,.1);
    }

    #mainnav-mobi > ul > li > ul > li:first-child a {
        border-top: none;
    }
/* Button menu mobile */
.btn-menu {
    display: none;
    position: relative;
    background: transparent;
    cursor: pointer;
    margin: 22px 0 22px;
    width: 26px;
    height: 16px;
    float: right;
    margin-right: 15px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

    .btn-menu:before,
    .btn-menu:after,
    .btn-menu span {
        background-color: #fff;
        -webkit-transition: all ease .238s;
        -moz-transition: all ease .238s;
        transition: all ease .238s;
    }

    .btn-menu:before,
    .btn-menu:after {
        content: '';
        position: absolute;
        top: 0;
        height: 2px;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .btn-menu span {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        overflow: hidden;
        text-indent: 200%;
    }

    .btn-menu:before {
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }

    .btn-menu:after {
        -webkit-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0);
    }

    .btn-menu.active span {
        opacity: 0;
    }

    .btn-menu.active:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    .btn-menu.active:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

.btn-submenu {
    position: absolute;
    right: 20px;
    top: 0;
    font: 20px/50px 'FontAwesome';
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

    .btn-submenu:before {
        content: "\f107";
        color: #fff;
    }

    .btn-submenu.active:before {
        content: "\f106";
    }

.btn-menu {
    display: none;
}
/* Header Style2
-------------------------------------------------------------- */
.header.header-style2 .logo {
    margin-top: 33px;
}

#mainnav.style2 > ul {
    text-align: left;
}

#mainnav.color-93a > ul > li > a {
    color: #28293a;
}

#mainnav.style2 > ul > li > a {
    padding: 0 21px 0px 21px;
}

#mainnav.style2 > ul > li:first-child > a {
    padding-left: 26px;
}

#mainnav.style2 > ul > li:nth-child(4) > a {
    padding: 0px 23px 0px 22px;
}

#mainnav.style2 > ul > li.active > a, #mainnav.style2 > ul > li > a:hover, #mainnav.style2 ul.submenu > li > a:hover {
    background-color: transparent;
}

#mainnav.style2 > ul > li > a, .menu-extra.style2 li a {
    line-height: 100px;
}

.menu.menu-extra.style2 {
    padding-left: 0;
}
/* Header Style6
-------------------------------------------------------------- */
.nav-absolute .nav-wrap {
    margin-top: -25px;
    z-index: 99;
    position: absolute;
    width: 100%;
}

.widget-header-style2.nav-absolute .wrap-widget-header {
    padding: 37px 0px 65px;
}

.header.downscrolled.nav-absolute .nav-wrap {
    margin-top: 0;
}

.nav-absolute .nav-wrap .menu.menu-extra {
    padding-right: 27px;
}

.header-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba( 255, 255, 255, 0.2);
}
/* Header Style7
-------------------------------------------------------------- */
.header.header-style4 {
    padding: 0px 75px;
}

    .header.header-style4 .logo {
        margin: 34px 0 0 0;
    }

.header-style4 .btn-click .flat-button {
    padding: 10px 30px 13px 27px;
}
/* Page Title
-------------------------------------------------------------- */
.page-title {
    padding: 250px 0px 200px;
}

.page-title-heading h1 {
    margin-bottom: 11px;
    font-weight: 500;
    font-size: 40px;
    font-family: 'Poppins', serif;
}

.page-title {
    background-image: url(../images/col-bg-two.jpg);
}

    .page-title .section-overlay {
        background-color: rgba( 0, 0, 0, 0.50);
    }

.page-title-heading,
.breadcrumbs {
    text-align: center;
}

.page-animities .page-title {
    background-image: url(../images/gallery/gallery-one.jpg);
    background-position: center center !important;
}

.page-gallery .page-title {
    background-image: url(../images/gallery/gallery-three.jpg);
    background-position: right center !important;
}


/* Style2 */
.page-title.style2 {
    padding: 71px 0px 73px;
}
/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul {
    padding-top: 0;
}

    .breadcrumbs ul li {
        display: inline-block;
        position: relative;
        padding-right: 0px;
        font-size: 16px;
        margin-right: 7px;
    }

        .breadcrumbs ul li.home {
            padding-right: 27px;
        }

        .breadcrumbs ul li i {
            margin-right: 12px;
        }

        .breadcrumbs ul li:before {
            right: 0px;
            top: 0;
            content: "\f105";
        }

        .breadcrumbs ul li:last-child::before {
            content: none;
        }
/* widget banner */
.widget-banner {
    padding: 24px 0px 23px;
    background-color: #e6f5ff;
}

    .widget-banner .big-offer {
        font-weight: 600;
        font-size: 14px;
        color: #232530;
    }

    .widget-banner .sale {
        font-weight: 500;
        margin-bottom: 15px;
    }

    .widget-banner img {
        margin-bottom: 32px;
    }

    .widget-banner .flat-button {
        padding: 2px 42px 4px 44px;
    }
/* Services 
-------------------------------------------------------------- */
.item {
    margin-bottom: 30px;
}

    .item.item-details {
        margin-bottom: 17px;
    }

        .item.item-details .content-item {
            padding: 0px 15px 0px 1px;
        }

.item-details .content-item p {
    color: #42435d;
}

.wrap-acadion h2 {
    font-weight: 600;
    margin: -9px 0px 31px;
}
/* Style2 */
.item.style2 .content-item {
    padding: 0;
}

.item.style2 .featured-item {
    margin-bottom: 22px;
}

.item.style2 .content-item .title-item {
    font-size: 18px;
    margin-bottom: 3px;
}

.item.style2 .content-item p {
    line-height: 26px;
    margin-bottom: 11px;
}

.item .readmore {
    display: inline-block;
    font-weight: 500;
    padding-right: 12px;
    font-size: 14px;
}
/* HomePage1
-------------------------------------------------------------- */
.section-iconbox .title-section.style3.left {
    margin-bottom: 72px;
}
/* HomePage2
-------------------------------------------------------------- */
.flat-row.section-counter .title-section.style2 {
    margin-bottom: 61px;
}

.section-about .title-section.style2 {
    margin-bottom: 44px;
}

    .section-about .title-section.style2 .title {
        margin: -4px 0px 24px 0px;
        line-height: 36px;
    }

    .section-about .title-section.style2 .sub-title {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 5px;
    }

        .section-about .title-section.style2 .sub-title:last-of-type {
            margin-bottom: 0px;
            line-height: 24px;
        }

.section-about .flat-button {
    padding: 10px 38px 12px 39px;
}
/* Home About Us
-------------------------------------------------------------- */
.featured-aboutus {
    width: 50.78125%;
}

.info-aboutus .title-section.style2.left {
    margin-bottom: 74px;
}

.info-aboutus .title-section .title {
    line-height: 36px;
    margin-bottom: 24px;
}

.info-aboutus .title-section .sub-title {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px;
}

.info-aboutus {
    width: 49.21875%;
    padding: 6.7% 18% 3% 3.8%;
}

.about-counter .flat-counter {
    width: 30%;
    margin-left: -4px;
}

    .about-counter .flat-counter:nth-child(2) {
        width: 33%;
    }

    .about-counter .flat-counter:nth-child(3) {
        width: 37%;
    }
/* Page Contact
-------------------------------------------------------------- */
.wrap-infobox {
    padding-bottom: 63px;
    margin-bottom: 0px;
}

.wrap-formcontact {
    padding-left: 2px;
    padding-bottom: 40px;
}

    .wrap-formcontact h1 {
        font-weight: 600;
        margin: -16px 0px 53px 0px;
    }
    /* Style2 */
    .wrap-formcontact.style2 h1 {
        font-weight: 600;
        margin: -8px 0px -1px 0px;
    }

    .wrap-formcontact.style2 p {
        font-size: 14px;
        margin-bottom: 45px;
    }
/* GoTop Button
-------------------------------------------------------------- */
.go-top {
    position: fixed !important;
    right: -35px;
    bottom: 55px;
    width: 45px;
    cursor: pointer;
    background-color: #2bbbd8;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    .go-top.show {
        right: 15px;
        z-index: 99;
    }

    .go-top i {
        font-size: 18px;
        color: #fff;
        padding-bottom: 3px;
    }

    .go-top:hover {
        background-color: #233343;
    }
/* Footer
-------------------------------------------------------------- */
.footer {
    background-image: url(../images/footer-bg-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #1a2022;
}

    .footer .widget {
        padding: 40px 0px 15px 20px;
    }

.site-footer-bg-layer.tm-bg-layer {
    opacity: 0.90;
}

.widget-footer .widget .widget-title {
    color: #FFF;
    padding-left: 0px;
    margin-bottom: 34px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
}

.footer .logo {
    margin-bottom: 17px;
}

.widget-logo p {
    padding-left: 3px;
    margin-bottom: 14px;
}

.footer .flat-information {
    padding-top: 5px;
}

.footer .social-links {
    padding-top: 5px;
}

    .footer .social-links li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 26px;
        border: 1px solid;
        display: block;
        font-size: 17px;
        text-align: center;
    }

    .footer .social-links li {
        padding: 0px 5px;
    }

.widget .widget-title:before {
    display: block;
    height: 3px;
    margin-bottom: 0;
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 26px;
    background-color: #2bbbd8;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
    background-color: #0a1c2e;
    padding: 13px 0px 20px;
    text-align: center;
}

.copyright {
    margin: 10px 0px 0px 3px;
}

    .copyright a {
        /*color: #428bca;*/
        text-decoration: underline;
    }

.footer-nav-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 7px;
}

    .footer-nav-menu li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 20px;
    }

        .footer-nav-menu li:first-child {
            padding-left: 0px;
        }

ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    padding-left: 10px;
}

ul.footer-nav-menu li:last-child:after {
    content: none;
}

.text-align-center {
    text-align: center;
}
/* Parallax
-------------------------------------------------------------- */
.parallax {
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.85);
}

    .section-overlay.stylethree {
        background-image: url(../images/col-bg-three.jpg);
    }

    .section-overlay.style3 {
        background-color: rgba( 15, 54, 97, 0.5);
    }

.background-nopara {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.tm-cta-styleone {
    background-image: url(../images/tm-cta-bgimage.jpg);
}
/* Preload
-------------------------------------------------------------- */
#loading-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

    .loader:before,
    .loader:after {
        position: absolute;
        display: inline-block;
        width: 60px;
        height: 60px;
        content: "";
        -webkit-animation: preloader-wave 1.6s linear infinite;
        animation: preloader-wave 1.6s linear infinite;
        border-radius: 50%;
        background: #2bbbd8;
    }

    .loader:after {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s;
    }

@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

/* paddings */

.padding-bottom30 {
    padding-bottom: 30px;
}

.padding-top30 {
    padding-top: 30px;
}

.padding-top20 {
    padding-top: 20px;
}

.padding-top40 {
    padding-top: 40px;
}

.title-section .title {
    font-family: 'Crimson Text', serif;
    font-size: 38px;
    line-height: 45px;
    color: #171717;
    font-weight: 600;
}

/* about hotel info section home */
.section-about .title-section {
    margin-bottom: 0px;
}

.section-about .wrap-formrequest {
    padding-right: 50px;
    padding-bottom: 30px;
}

.section-about #contactform span.flat-input {
    padding: 0px 15px;
}

.section-about #contactform input[type="text"]::-webkit-input-placeholder, .section-about #contactform select {
    color: #868686;
}

.section-about #contactform input[type="text"]:-moz-placeholder, .section-about #contactform select {
    color: #868686;
}

.section-about #contactform input[type="text"]::-moz-placeholder, .section-about #contactform select {
    color: #868686;
}

.section-about #contactform input[type="text"]:-ms-input-placeholder, .section-about #contactform select {
    color: #868686;
}

.title-section h1 {
    font-weight: 500;
}

.about_lodge {
    padding-bottom: 40px;
}

    .about_lodge .section-about {
        padding-top: 90px;
        padding-left: 65px;
    }

/* services list points */

.our_services ul li {
    position: relative;
    padding: 6px 0px;
}

    .our_services ul li i {
        position: absolute;
        left: 0px;
        top: 11px;
    }

.our_services ul .list-li-content {
    display: inline-block;
    padding-left: 25px;
    color: #787878;
    font-weight: 500;
}

/* services */

.available-services {
    background-image: url('../images/available-service-bg.jpg');
    background-attachment: fixed;
    background-position: right bottom;
}

    .available-services .section-overlay.style2 {
        background-color: rgba( 0, 0, 0, 0.75);
    }

.flat-row.available-services .title-section.style2 {
    margin-bottom: 85px;
}

.ml-services ul {
    background-color: transparent;
}

    .ml-services ul li:first-child {
        padding-right: 15px;
    }

    .ml-services ul li:last-child {
        padding-left: 15px;
    }

.ml-services .wrap-iconbox {
    box-shadow: none;
}

.readmore {
    display: inline-block;
    font-weight: 500;
    padding-right: 12px;
    font-size: 14px;
    position: relative;
    margin-top: 15px;
}

    .readmore:after {
        right: 0;
        top: 0;
        content: "\f101";
        position: absolute;
        font-family: "FontAwesome";
        color: inherit;
        font-size: 16px;
        line-height: 23px;
        right: -6px;
    }

.ml-services .wrap-iconbox .iconbox {
    border-top: 4px solid #81be18;
}


/* gallery */


.tm-boxes-spacing-5px {
    width: 100%;
    overflow: hidden;
}

    .tm-boxes-spacing-5px .multi-columns-row {
        margin-left: 0;
        margin-right: 0;
    }

    .tm-boxes-spacing-5px .tm-box-col-wrapper {
        padding-right: 5px;
        padding-left: 0px;
        margin-bottom: 5px;
    }

.flat-row.v4.padding-bottom30 {
    padding-bottom: 30px;
}

/* text center */

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

.tm-box-view-gallery {
    position: relative;
    overflow: hidden;
}

    .tm-box-view-gallery .mtlodge-overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .tm-box-view-gallery .mtlodge-icon-box.mtlodge-media-link {
        left: 50%;
        margin-left: -22px;
        -webkit-transition: all 0.4s 0.2s;
        transition: all 0.4s 0.2s;
    }

    .tm-box-view-gallery .mtlodge-icon-box {
        position: absolute;
        top: 0;
        width: 44px;
        height: 39px;
        line-height: 39px;
        text-align: center;
        -webkit-transition: all 0.3s 0.2s;
        transition: all 0.3s 0.2s;
        opacity: 0;
    }

        .tm-box-view-gallery .mtlodge-icon-box a {
            display: inline-block;
            width: 42px;
            height: 42px;
            line-height: 42px;
            border: 1px solid #fff;
            border-radius: 50%;
            font-size: 18px;
        }

.mtlodge-icon-box a {
    color: #fff;
}

.tm-box-view-gallery:hover .mtlodge-overlay {
    opacity: 0.85;
}

.tm-box-view-gallery:hover .mtlodge-icon-box {
    margin-top: -20px;
    opacity: 1;
}

.tm-box-view-gallery:hover .mtlodge-icon-box {
    top: 50%;
}

.header-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.82);
}

.reservation-btn {
    display: block;
    float: right;
    margin-top: 28px;
    margin-left: 15px;
}

.flat-wrap-header {
    float: right;
}

#blance-s1 {
    position: relative;
}

.tm-center-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.title-section .heading-seperator {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    margin-top: 8px;
}

.title-section.tm-title-align-left .heading-seperator {
    left: 57px;
}

.title-section.center-text .heading-seperator {
    left: 50%;
}

.title-section .heading-seperator:after,
.title-section .heading-seperator:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 3px;
    background-color: #d5d5d5;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.ml-bgcolor-skincolor .title-section .heading-seperator:after,
.ml-bgcolor-skincolor .title-section .heading-seperator:before {
    background-color: rgba(255, 255, 255, 0.70);
}

.title-section .heading-seperator:before {
    width: 112px;
    bottom: 3px;
}

.title-section .heading-seperator:after {
    -webkit-transform: translate(-80%,0);
    -moz-transform: translate(-80%,0);
    -ms-transform: translate(-80%,0);
    -o-transform: translate(-80%,0);
    transform: translate(-80%,0);
    width: 70px;
    bottom: -2px;
}

.title-section.tm-title-align-left .heading-seperator:after,
.title-section.tm-title-align-left .heading-seperator:before {
    left: 11%;
}

.title-section.center-text .heading-seperator:after {
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.title-section.title-has-desc .heading-seperator {
    margin-top: 0px;
}

.title-section.title-has-desc .tm-subheading {
    padding-top: 25px;
    display: block;
}

.services-leftimage img {
    height: 100%;
}

/* Blog Grid */

.post-grid .entry, .post-masonry .entry, .project-v2 .entry {
    margin-bottom: 49px;
}

    .post-grid .entry .content-post, .item .content-item {
        padding: 24px 35px 21px;
    }

    .post-grid .entry .category, .item .category {
        margin-bottom: 6px;
    }

    .post-grid .entry .content-post .title-post, .item .content-item .title-item, .project-dynamic .entry .content-post .title-post, .blog-shortcode.post-list .entry .content-post .title-post {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

.tm-readmore {
    padding-top: 20px;
}

.item .content-item .title-item,
.item .content-item .title-item a:not(:hover) {
    color: #171717;
    font-weight: 500;
}

.item .content-item .tm-readmore a {
    font-size: 16px;
}

.border-shadow .item-border {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}


.tm-cta-styleone h1.infomation-text {
    font-family: 'Crimson Text', serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}

.tm-cta-styleone p {
    font-size: 23px;
    color: #b7b7b7;
    line-height: 37px;
    text-align: center;
    font-weight: 300;
    font-style: italic;
}

.tm-btn3-center {
    text-align: center;
}

.tm-cta-styleone .tm-btn3-center {
    padding: 45px 0 15px;
}


/* seperator */

.tm_sep_pos_align_center {
    margin-left: auto;
    margin-right: auto;
}

.tm_sep_width_10 {
    width: 10%;
}

.tm_separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

    .tm_separator .tm_sep_holder {
        height: 1px;
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 10%;
    }

        .tm_separator .tm_sep_holder .tm_sep_line {
            height: 1px;
            border-top: 1px solid #EBEBEB;
            display: block;
            position: relative;
            top: 1px;
            width: 100%;
        }


.topbar.ml-bgcolor-skincolor .tm-align-right.social-links a:hover,
.topbar.ml-bgcolor-skincolor a:hover {
    color: rgba(255,255,255,0.80);
}

.flat-button.ml-btncolor-skincolor:hover:before {
    background-color: #202020;
}

.left-overlay-column {
    padding: 50px 40px 25px 70px;
    margin: 35px 20px 60px -205px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    z-index: 11;
}

.tm-bg-footer-box {
    padding: 65px 75px 70px 75px;
    margin: -40px 0 -90px 0;
    text-align: center;
    background-color: rgba(255,255,255,.1);
}

.widget-seperator {
    border-top: 1px solid rgba(255,255,255,0.1);
    display: block;
    width: 70%;
    margin: 0 auto;
}

.widget ul > li {
    padding: 0 0 10px 0;
}

.first-footer-widget {
    padding-bottom: 30px;
}

.tm_gallery_widget_wrapper a {
    overflow: hidden;
    display: block;
    margin: 0 7px 0 0;
    width: 70px;
    height: 70px;
    display: inline-block;
    background: none;
}


/* item box */

.item .content-item {
    position: relative;
    overflow: hidden;
}

    .item .content-item:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2bbbd8;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        display: block;
    }

.item:hover .content-item:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.item:hover .content-item .title-item,
.item:hover .content-item p,
.item:hover .content-item .tm-readmore a,
.item:hover .content-item .title-item a:not(:hover) {
    color: #fff;
}


/* list style */

ul.tm-liststyle-three li {
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    list-style: none;
}

    ul.tm-liststyle-three li .tm-right-text {
        text-align: right;
        float: right;
    }

ul.list-styletwo li {
    padding: 6px 0;
}

    ul.list-styletwo li i {
        padding-right: 7px;
    }

.tm-textbold {
    font-weight: 600;
    margin-bottom: 10px;
}

.tm-liststyle-three li i {
    padding-right: 5px;
}

/* datepicker css start here */

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}

.ui-widget-header {
    border: 0 none;
    background: #2bbbd8;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        color: #444;
    }

.ui-datepicker .ui-datepicker-prev {
    left: 3px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 3px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 3px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 3px;
}

.ui-datepicker .ui-datepicker-next {
    right: 3px;
}

/* datepicker css end here */



.contactform .flat-input input.check-in, .contactform .flat-input input.check-out {
    background: url(../images/calender-icon.png) no-repeat 8px 15px #fff;
    padding-left: 30px;
}
