/**
  * Name: CASA ROYAL INN
*/
@import url("font-awesome.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 {
    overflow-x: hidden;
    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: #413d3d;
}

a {
    color: #000000;
    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: #a70a27;
    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: #fff;
    text-transform: uppercase;
    padding: 11px 24px 12px;
    background-color: #691a32;
    -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: 1px solid #ebebeb;
    height: 40px;
    padding-left: 32px;
    font-size: 14px;
    outline: none;
    margin-bottom: 30px;
    border-radius: 0px;
    -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,
button:focus,
button[type="submit"]: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 #207580;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0px;
}

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: #808080;
}

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

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

h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
    color: #000;
}

h3 {
    font-size: 25px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

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

h5 {
    font-size: 18px;
    line-height: 18px;
    color: rgb(255 255 255 / 58%);
}

h6 {
    font-size: 16px;
    line-height: 16px;
}


/* Variables  
---------------------------------------------------------------*/
.ttm-bgcolor-skincolor.ttm-textcolor-white a:hover {
    color: #fff !important;
}

#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,
.box-icon-info .iconbox.active,
.box-icon-info .iconbox:hover {
    -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;
    background-color: #fff;
    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: #207580;
}

.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: transparent;
}

.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: #207580;
}

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

.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;
}

.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,
.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,
.ttm-textcolor-white,
.title-section .sub-title.ttm-textcolor-white,
.project-dynamic .entry .readmore:after,
.flat-language.color-white .current a,
.flat-information.style2 li a,
.ttm-bgcolor-darkgrey .title-section .title,
.ttm-bgcolor-skincolor .title-section .title,
.ttm-bgcolor-darkgrey .iconbox.style2 .box-content .box-title,
.ttm-bgcolor-darkgrey .iconbox.style3 .box-content .box-title,
.ttm-bgcolor-darkgrey .iconbox .box-content p {
    color: #ffffff;
}

.ttm-bgcolor-skincolor .title-section.title-has-desc .ttm-subheading,
.ttm-bgcolor-dark .title-section.title-has-desc .ttm-subheading {
    color: #fff;
}

#mainnav>ul>li>a {
    color: #333333;
}

.header .background-white,
#mainnav ul.submenu,
.shopping-cart .subcart,
.header.bg-white,
.header-style3.downscrolled {
    background-color: #ffffff;
}

/* Position */
.ttm-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,
.wrap-form.style2 span.flat-input {
    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";
}

.flat-top {
    float: right;
}




/* 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 0px 12px 0px rgba(0, 0, 0, 0.15);
}

.box-border-10 {
    border: 10px solid #dddddd;
}

.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:hover:before,
.widget-nav-menu ul li.active:before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(-9, 9, 1);
}

.widget-nav-menu ul li.active::after,
.widget-nav-menu ul li:hover:after {
    color: #FFF;
}

.widget-nav-menu ul li {
    background-color: #F4F6F8;
    z-index: 1;
    overflow: hidden;
}

.widget-nav-menu ul li::after {
    right: 14px;
    top: 11px;
    content: "\f0da";
    color: #A8B0B2;
}

.widget.widget-nav-menu ul li a {
    padding-left: 25px;
    display: block;
    font-weight: 600;
    color: #3C3A42;
    padding: 11px 0px 15px 25px;
}

.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;
}


/* Top 
---------------------------------------------------------------*/

.topbar {
    padding: 8px 0;
    background-color: #282726;
    color: #28293a;
    font-size: 13px;
}

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

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

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

.ttm-align-right li {
    position: relative;
}

.topbar-second {
    padding: 7px 0px;
    height: 43px;
    background-color: #0f0608;
}

.topbar .widget-info .info-icon {
    font-size: 14px;
    color: #fff;
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    margin: 0px 10px 0px 0px;
}

.ttm-wrap-widget-header .widget-info {
    margin: 3px 26px 0 0px;
}

.ttm-wrap-widget-header .ttm-widget {
    position: relative;
    display: inline-block;
}

.ttm-wrap-widget-header .text-widget .ttm-info-text {
    font-size: 14px;
}

ul.header-nav-menu {
    position: relative;
}

ul.header-nav-menu li {
    display: inline-block;
    padding: 15px 25px 15px 0px;
}

ul.header-nav-menu li:last-child {
    padding: 0;
}

ul.header-nav-menu li:last-child a:after {
    content: "";
}

ul.header-nav-menu li a {
    color: #fff;
    line-height: 18px;
    font-size: 14px;
}

ul.header-nav-menu li a:after {
    position: absolute;
    content: "|";
    padding-left: 10px;
    top: 19px;
    color: #fff;
}

.social-links li {
    display: inline-block;
    padding: 0 1px;
}

.ttm-align-right.social-links a {
    font-size: 14px;
}

.social-links li a i {
    font-size: 14px;
    color: #fff;
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px 3px 0px 0px;
    text-align: center;
}

.social-links li:last-child {
    padding-right: 0;
}

.ttm-wrap-widget-footer {
    text-align: center;
    margin: 0 auto;
}

.ttm-wrap-widget-footer .widget-info {
    float: left;
}

.widget-info .info-icon.ttm-icon-shape-rounded.style2 {
    float: none;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background-color: #207580;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.ttm-wrap-widget-footer .ttm-widget:not(:first-child):after {
    position: absolute;
    content: "";
    bottom: 2%;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    height: 80%;
}

.ttm-wrap-widget-header .text-widget .ttm-info-text {
    display: inline-block;
}

.ttm-wrap-widget-footer .text-widget .ttm-info-text {
    font-size: 14px;
}

/* 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-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;
}

.flat-top.social-links {
    padding-right: 20px;
    margin-top: 3px;
}

/* Header
-------------------------------------------------------------- */
#header {
    z-index: 999;
}

.header .logo {
    margin: 0px !important;
    /*    height: 101px;*/
    width: 100%;
    height: 100%;
    line-height: 98px;
    background-color: #0a383e;
}

.header .logo:before,
.header .logo:after {
    left: 100%;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: #0a383e;
    position: absolute;
    content: "";
}

.header .logo:before {
    left: auto;
    right: 100%;
    width: 1200px;
}

.header .col-lg-3,
.topbar .col-lg-8 {
    padding: 0;
}

/* 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;
}

/* 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-type: square;
    list-style-position: initial;
    list-style-image: initial;
    margin: 0;
    padding: 0;
}

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

#mainnav>ul>li>a {
    font-size: 13px;
    color: #202020;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    line-height: 98px;
    position: relative;
    font-family: 'Roboto Slab', serif;
}

#mainnav>ul>li,
.menu-extra li {
    padding: 8px 15px 9px 15px;
    line-height: 13px;
    border-radius: 3px;
}

#mainnav>ul>li>a:before {
    width: 0px;
    opacity: 0;
    height: 2px;
    display: block;
    position: absolute;
    content: "";
    top: 62px;
    background-color: #207580;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mainnav>ul>li.active>a:before,
#mainnav>ul>li:hover>a:before {
    opacity: 1;
    width: 100%;
}

#mainnav>ul>li.active a,
#mainnav>ul>li:hover a {
    color: #207580;
}

#mainnav>ul:last-child>li {
    padding: 8px 5px 9px 25px;
}

.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;
}

#header.downscrolled .logo img {
    padding-top: 1px;
}

/* 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: 143px;
}

#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: 44px 0;
    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: #207580;
    -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;
}

/*Form-section*/

.form-section .title-area {
    width: 100%;
    color: #ffffff;
    z-index: 1;
}

.form-section .title {
    margin: 24px 0 12px;
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    font-family: 'Roboto Slab', serif;
}

.form-section .subtitle {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}

.form-section .content {
    margin-top: 12px;
    font-size: 14px;
    font-family: 'Poppins', serif;
}

.form-section .title-background {
    width: 1000px;
    right: 0px;
}

.form-section .title-area,
.form-section .title-background {
    height: 100%;
    position: absolute;
    top: 20px;
}

.bg-primary {
    background-color: #282726 !important;
}

/* iconbox-section
-------------------------------------------------------------- */
.iconbox-section {
    margin-top: -80px;
    z-index: 9;
}

.iconbox-section .row.box-icon-info {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.box-icon-info .iconbox {
    padding: 33px 30px 24px 22px;
    border-left: 1px solid rgba(000, 000, 000, .06);
}

.box-icon-info .iconbox.active,
.box-icon-info .iconbox:hover {
    background-color: #a70a27;
}

.box-icon-info .iconbox.active .box-icon i,
.box-icon-info .iconbox:hover .box-icon i,
.box-icon-info .iconbox.active .box-content .box-title,
.box-icon-info .iconbox:hover .box-content .box-title,
.box-icon-info .iconbox.active .box-content p,
.box-icon-info .iconbox:hover .box-content p {
    color: #fff;
}

.box-icon-info .iconbox .box-header .box-icon {
    margin-top: 22px;
}

.box-icon-info.iconbox .box-header .box-icon i {
    font-size: 40px;
    color: #a70a27;
    height: 51px;
    text-align: center;
}

.box-icon-info .iconbox .box-content .box-title {
    font-size: 14px;
    font-weight: normal;
    color: #adadad;
}

.style2 .box-icon-info .iconbox .box-content p {
    font-size: 24px;
    font-weight: normal;
    color: #121232;
    font-family: 'Oswald', sans-serif;
}

.box-icon-info .iconbox.active .box-content p,
.box-icon-info .iconbox:hover .box-content p {
    color: #fff;
}

.box-icon-info .col-lg-3,
.box-icon-info .col-lg-5,
.box-icon-info .col-lg-4 {
    padding: 0;
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
    padding: 120px 0px 120px;
}

.page-title-heading h1 {
    margin-bottom: 11px;
    font-weight: 500;
}

.page-title {
    background-image: url(../images/page-title-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;

}

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

.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;
    font-size: 16px;
    margin-right: 7px;
    letter-spacing: 0;
    color: #2f2f2fc7;
}

.breadcrumbs ul li a {
    padding-right: 17px;
}

.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;
}

.item-wrap.style2 .item.item-details .content-item:before {
    content: unset;
}

.item-wrap.style2 .item:hover .content-item .title-item,
.item-wrap.style2 .item:hover .content-item p,
.item-wrap.style2 .item:hover .content-item .ttm-readmore a,
.item-wrap.style2 .item:hover .content-item .title-item a:not(:hover) {
    color: unset;
}

.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,
.section-about .flat-button.style3 {
    padding: 8px 33px 7px 35px;
}

/*about-image*/
.about-image {
    width: 100%;
    height: 430px;
}

.about-image .about-image-01 {
    display: table-cell;
    width: 70%;
    height: 270px;
    position: absolute;
    margin-left: 0px;
    left: 0;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    background-size: cover;
    background-position: center;
}

.about-image .about-image-02 {
    display: table-cell;
    width: 70%;
    height: 270px;
    position: absolute;
    right: 70px;
    top: 230px;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all 1s cubic-bezier(.165, .84, .44, 1);
    background-size: cover;
    background-position: center;
}

.about-image .about-image-01:hover {
    width: 80%;
    height: 400px;
    margin-top: 0;
}

.about-image .about-image-01:hover+.about-image-02 {
    width: 80%;
    height: 400px;
}


/* 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 {
    margin-bottom: 0px;
}

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

.wrap-formcontact h1 {
    font-weight: 600;
    color: #000;
}

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

.wrap-formcontact.style2 p {
    font-size: 14px;
    margin-bottom: 45px;
}

/* Action Box
-------------------------------------------------------------- */
.ttm-actionbox {
    padding: 0px 30px 50px 30px;
}

.action-header.ttm-textcolor-white,
.action-content.ttm-textcolor-white {
    position: relative;
    z-index: 11;
}

.ttm-actionbox .action-header {
    padding: 50px 0px;
}

.action-header .titlesize30 {
    font-size: 30px;
    line-height: 48px;
}

.action-header .titlesize30:after {
    position: absolute;
    content: "";
    bottom: 22%;
    display: block;
    width: 100%;
    border: 1px solid #a6001b;
}

.action-content .action-icon {
    font-size: 60px;
    line-height: 72px;
    color: #a6001b;
    margin-right: 30px;
    margin-top: 30px;
}

.action-content .action-line span,
.action-header .sub-title {
    font-size: 24px;
    line-height: 24px;
    font-family: 'Niconne', cursive;
}

.action-content .action-line .cont-num {
    font-size: 48px;
    line-height: 60px;
}

.action-content .action-line p {
    font-size: 14px;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
    position: fixed !important;
    right: -35px;
    bottom: 55px;
    width: 45px;
    cursor: pointer;
    background-color: #207580;
    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: #131414;
}

/* Footer
-------------------------------------------------------------- */
.footer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #282726;
}

.footer .widget-area.widget:first-child {
    margin: 54px 0px 15px;
}

.footer .widget-area.widget {
    margin: 30px 0px 0px;
}

.footer .widget-area.widget:last-child {
    margin-bottom: 30px;
    margin-top: 0;
}

.first-footer-widget .widget.widget-out-link ul.one-half {
    list-style: disc;
}

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

.widget-footer .widget .widget-title {
    color: #FFF;
    padding-left: 1px;
    margin-bottom: 34px;
    letter-spacing: 0.6px;
    position: relative;
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0px;
}

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

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

.flat-info i,
.flat-info strong {
    font-size: 16px;
    line-height: 30px;
    padding-right: 15px;
}

.flat-info p {
    font-size: 16px;
    line-height: 30px;
}

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

.footer .social-links li a i {
    display: block;
    font-size: 16px;
    color: #fff;
    border: 0;
}

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

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

.copyright {
    margin: 10px 0px 0px 0px;
    letter-spacing: 0.3px;
}

.copyright p {
    font-size: 14px;
    color: #ababab;
}

.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;
}

.footer-nav-menu li:last-child {
    padding-right: 0px;
}

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

.topbar-second .ttm-widget p:after {
    position: absolute;
    content: "";
    display: block;
    height: 90%;
    width: 1px;
    top: 0;
    right: -14px;
    background-color: #413d3d;
}

.ttm-wrap-widget-header .ttm-widget:last-child p:after,
ul.footer-nav-menu li:last-child a:after {
    content: none;
}

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

.ttm-packages .title-section {
    margin-bottom: 30px;
}

.data-step .start {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.data-step .date {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

/* commingsoon
-------------------------------------------------------------- */
.page-commingsoon {
    background: url("../images/commingsoon-img-one.jpg");
    background-position: center;
}

.page-commingsoon .flat-commingsoon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.flat-commingsoon .wrap-table {
    display: table;
    width: 100%;
    height: 100%;
}

.flat-commingsoon .flat-tabcell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.page-commingsoon .comming-soon {
    width: 946px;
    margin: 0 auto;
}

.page-commingsoon .title-section.sub {
    margin-bottom: 93px;
}

.page-commingsoon .title-section.sub .title {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 8px;
    color: #fff;
    position: relative;
}

.page-commingsoon .title-section .sub-title {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 8.4px;
    padding-left: 7px;
}

.countdown {
    padding-bottom: 36px;
    border-bottom: 2px solid #e1e3e6;
    margin: 0px 37px 74px 34px;
}

.comming-social span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 21px;
}

.countdown .square,
.countdown .square .numb,
.countdown .square .text {
    float: left;
}

.countdown .square {
    width: 25%;
    padding-left: 59px;
}

.countdown .square .numb {
    font-size: 48px;
    line-height: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #691a32;
}

.countdown .square .text {
    font-size: 16px;
    font-weight: 500;
    padding: 25px 0px 0px 7px;
    color: #fff;

}

.countdown .square .text::before {
    left: 0;
    bottom: 0;
    content: "/"
}


/* 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;
}

.parallax.parallax1 {
    background-image: url(../images/parallax-1.jpg);
    background-attachment: unset;
    background-position: top left !important;
}

.parallax4 {
    background-image: url(../images/parallax-4.jpg);
    background-attachment: unset;
    background-position: center center !important;
}

.parallax3 {
    background-image: url(../images/parallax-4.jpg);
    background-attachment: unset;
    background-position: center center !important;
}

.parallax.parallax5 {
    background-image: url(../images/parallax-5.jpg);
    background-attachment: unset;
}

.parallax.parallax6 {
    background-image: url(../images/parallax-6.jpg);
    background-attachment: unset;
}

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

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

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

.section-overlay.style3 {
    background-color: rgba(0, 0, 0, 0.30);
}

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

.ttm-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;
}

.title-section .title {
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    line-height: 50px;
    color: #202020;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-left: 12px;
    padding-left: 5px;
}

.title-section.fontsize_35 .title {
    font-size: 35px;
}

.title-section .title:before {
    position: absolute;
    content: "";
    display: block;
    border-left: 3px solid #207580;
    height: 85%;
    height: 80%;
    top: 12%;
    left: -11px;
}

.title-section.center-text .title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 115%;
    height: 3px;
    width: 45px;
    bottom: -14px;
    background-color: #207580;
    display: block;
}

.title-section .title strong {
    color: #207580;
    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;
}

/* about-info*/
.about-info li {
    margin-bottom: 20px;
}

.about-info li a {
    font-size: 16px;
    color: #207580 !important;
    display: block;
    letter-spacing: 0.6px;
    font-weight: 600;
}

.about-info li span {
    font-size: 14px;
    line-height: 25px;
}

/* services list points */
.amenites-section {
    margin-top: -80px;
}

.amenites-box {
    padding: 40px 30px 10px;
}

.amenites-box .our_services ul .list-li-content {
    font-size: 14px;
}

.amenites-box .our_services ul li i {
    top: 14px;
    font-size: 16px;
    color: #207580;
}

.ttm-bgcolor-dark .our_services ul .list-li-content {
    color: #fff;
}

.ttm-bgcolor-dark .title-section .title {
    color: #fff;
}

.ttm-bgcolor-dark .title-section .sub-title {
    color: #207580;
}

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

.our_services ul li i {
    position: absolute;
    left: 0px;
    top: 12px;
    font-size: 18px;
    color: #717171;
}

.our_services ul .list-li-content {
    display: inline-block;
    padding-left: 30px;
    color: #282828;
    font-size: 15px;
    font-family: 'Poppins', serif;
}

.parallax .title-section .title {
    color: #fff;
}

.parallax ul .list-li-content {
    color: #fff;
}

.section-iconbox .ttm-about-img-one {
    padding-top: 60px;
}

.sbox-bg-img {
    background-image: url('../images/services-bg-img-four.jpg');
    background-repeat: no-repeat;
}

.sbox-bg-img .title-section {
    padding: 78px 50px 40px;
}

.sbox-bg-img .title-section .title {
    color: #fff;
}

.sbox-bg-img .title-section .sub-title {
    color: rgba(255, 255, 255, .80);
}

/* Feature-box 
-------------------------------------------------------------- */
.feature-row {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 48px 0px 0 0;
    position: relative;
}

.feature-row .col-lg-4,
.feature-row .col-lg-8 {
    padding: 0;
}

.feature-row .feature-box {
    border-right: 1px dashed rgba(255, 255, 255, 0.6);
    margin-top: 30px;
    margin-right: 14px;
}

.feature-row .col-lg-4:last-child .feature-box {
    border: 0;
}

.feature-box .fea-icon {
    font-size: 36px;
    color: #fff;
}

.feature-box .fea-content {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-left: 20px;
    padding-right: 10px;
}

.feature-box .fea-icon,
.feature-box .fea-content {
    display: table-cell;
    vertical-align: middle;
}


/* 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;
}

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

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

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

.ttm-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;
}

.ttm-services .wrap-iconbox .iconbox {
    border-top: 4px solid #207580;
}

.ttm-sbox-general.content-align-center {
    text-align: center;
    padding: 55px 35px 55px 35px;
}

.ttm-sbox-general .ttm-icon {
    font-size: 37px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 25px;
}

.services-section {
    margin-top: -120px;
    position: relative;
    z-index: 99;
}

.img-box img {
    position: relative;
    z-index: -9;
}

.img-box label {
    height: 65px;
    width: 274px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: -25px;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    font-weight: 500;
    color: #282828;
    font-family: 'Roboto Slab', serif;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .10);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .10);
    -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .10);
}


/* about-aminities
-------------------------------------------------------------- */
.about-amenities-section .left-content {
    padding: 70px 0 50px 90px;
}

.inner-row {
    margin-right: -100px;
}

.tm-bg-layer-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #282726;
}

.tm-left-span .tm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -500px;
    right: 0;
}

.tm-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.tm-right-span .tm-col-wrapper-bg-layer {
    margin-right: -129px;
    right: 0;
}

/* Feature-box 
-------------------------------------------------------------- */
.feature-row {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: -31px -50px 0 0;
    position: relative;
}

.feature-row .col-lg-3,
.feature-row .col-lg-4 {
    padding: 0;
}

.feature-row .feature-box {
    margin-top: 30px;
    margin-right: 14px;
}

.feature-box .fea-content {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
}

.feature-box .fea-icon,
.feature-box .fea-content {
    display: table-cell;
    vertical-align: middle;
}

/* gallery */
.section-gallery .flat-tabs {
    margin-top: -220px;
}

.parallax .title-section .heading-seperator:after,
.parallax .title-section .heading-seperator:before {
    background-color: rgba(255, 255, 255, 0.24);
}

.ttm-boxes-spacing-5px {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    border: 10px solid #dddddd;
}

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

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

.ttm-boxes-spacing-0px .row.multi-columns-row .ttm-box-col-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

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

.ttm-box-col-wrapper .row .ttm-box-col-wrapper:nth-child(2) {
    padding: 0;
    margin-top: 0;
    padding-right: 10px;
}

.ttm-box-spacing-10px .row:nth-child(1) .ttm-box-col-wrapper {
    padding-right: 0;
}

.ttm-box-spacing-10px .ttm-box-col-wrapper:nth-child(4) {
    padding-left: 0;
}

.ttm-box-spacing-10px .ttm-box-col-wrapper:nth-child(2) {
    padding-right: 5px !important;
    margin-top: 10px !important;
}

.ttm-box-col-wrapper .row:not(:first-child) {
    padding-top: 15px;
}

.ttm-boxes-row-wrapper .ttm-box-col-wrapper.bounceIn {
    padding: 10px;
}

/* text center */

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

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

.ttm-box-view-gallery .ttmlodge-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

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

.ttm-box-view-gallery .ttmlodge-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;
}

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

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

.ttm-box-view-gallery .ttmlodge-icon-box a:hover {
    color: #207580;
    border: 1px solid #207580;
}

.ttm-box-view-gallery:hover .ttmlodge-overlay {
    opacity: 0.85;
}

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

.ttm-box-view-gallery:hover .ttmlodge-icon-box {
    top: 50%;
}

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

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

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

#blance-s1 {
    position: relative;
}

.ttm-center-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-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.center-text .heading-seperator {
    left: 50%;
}

.ttm-textcolor-white p {
    color: #fff;
}

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

.title-section.tmm-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);
}

.ttm-bgcolor-skincolor .title-section .heading-seperator:after,
.ttm-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;
}

.left-overlay-column .title-section .heading-seperator {
    left: 10%;
}

.title-section.tmm-title-align-left .heading-seperator:after,
.title-section.tmm-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: 20px;
}

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

.title-section.title-has-desc .ttm-subheading {
    margin-top: 20px;
    display: block;
    font-size: 14px;
    color: #494949;
    line-height: 26px;
}

.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 10px 21px 15px;
}

.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: 22px;
    line-height: 30px;
    margin-bottom: 12px;
    font-family: 'Oswald', sans-serif;
}

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

.ttm-readmore a {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.ttm-readmore a:hover {
    color: #a70a27;
}

.ttm-readmore a:hover i {
    color: #a70a27;
    padding-left: 10px;
}

.ttm-readmore a i {
    font-size: 14px;
    color: #000000;
    padding-left: 5px;
    -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;
}

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

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

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

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

.ttm-subheading.ttm_sub_padding_lr_200 {
    display: block;
    font-size: 16px;
    color: #cdcdcd;
}

/*single-post*/
.single-post .single-text5 ol {
    list-style: decimal;
    margin-left: 30px;
    margin-bottom: 30px;
}

.single-post .single-text7 ul {
    list-style: square;
    margin-left: 30px;
    margin-bottom: 30px;
    -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;
}

.post-grid .entry .featured-post,
.item .featured-item {
    margin-bottom: 24px;
}

/* seperator */

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

.ttm_sep_width_2 {
    width: 3%;
}

.ttm_sep_width_10 {
    width: 10%;
}

.ttm_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;
}

.ttm_separator .ttm_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%;
}

.ttm_separator .ttm_sep_holder .ttm_sep_line {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

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

.left-overlay-column {
    padding: 50px 40px 50px 40px;
    margin-top: 100px !important;
    margin-left: -3px !important;
    margin-right: -80px !important;
    margin-bottom: 100px;
    position: relative;
    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;
}

.ttm-bg-footer-box {
    padding: 50px 75px 70px 75px;
    margin: -40px 0 -90px 0;
    text-align: center;
}

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

.widget-seperator.width-20 {
    width: 20%;
    margin-bottom: 10px;
}

.widget-seperator.style2 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
}

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

.ttm_gallery_widget_wrapper a {
    overflow: hidden;
    display: block;
    margin: 0 6px 0 0;
    width: 60px;
    height: 60px;
    display: inline-block;
    background: none;
}

/* box-header */
.box-header,
.welcome-section .box-header {
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

.welcome-right {
    padding-left: 55px;
}

/* 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: #207580;
    -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 .ttm-readmore a,
.item:hover .content-item .title-item a:not(:hover) {
    color: #fff;
}

/* sbox-title style */
.section-our-services .sbox-content {
    position: absolute;
    left: -80px;
    top: 50px;
    background-color: #f1f1f1;
    overflow: hidden;
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
}

.section-our-services .col-lg-7,
.section-our-services .col-lg-12 {
    padding: 0;
}

.section-our-services .list-styletwo {
    margin-bottom: 80px;
    padding: 0 25px;
}

.section-our-services ul.list-styletwo li {
    padding: 2px 0;
}

.sbox-title {
    padding: 20px 30px;
    background-color: #a70a27;
    font-size: 27px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: normal;
}

.ttm-sbox .ttm-readmore {
    position: absolute;
    content: "";
    right: 0;
    top: 79%;
    width: 100%;
    padding-left: 42px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ttm-sbox ul.list-styletwo li p {
    padding-bottom: 0px;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.sbox-content ul.list-styletwo.margin-bottom-30 {
    margin-bottom: 22px;
}

.about-amenities-section {
    overflow: hidden;
}

/* list style */

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

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

ul.list-styletwo li {
    padding: 3px 0 0 17px;
    font-weight: 550;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.2px;

}

ul.list-styletwo li p {
    font-size: 14px;
    line-height: 23px;
    font-weight: normal;
    color: #474747;
    padding-right: 40px;
    padding-bottom: 22px;
}

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

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

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

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

ul.list-styletwo li i {
    padding-right: 10px;
    font-size: 16px;
    color: #207580;
}

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

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

.flat-row .row .col-lg-6.img-width-100 img {
    height: 100%;
}

ul.list-styletwo li:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}

ul.list-styletwo li {
    padding: 20px 10px 20px 10px;
    font-weight: 550;
    font-family: 'Crimson Text', serif;
    letter-spacing: 0.2px;
}

.room-aminities ul.list-styletwo li {
    list-style: square;
}

.room-aminities ul.list-styletwo {
    padding-left: 15px;
}

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

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

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

.room-aminities .box-shadow1 {
    padding: 30px;
    margin: 30px 0px;
}

.topbar-second .tm-wrap,
.wrap-step .tm-wrap {
    display: table;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px
}

.topbar-second .tm-wrap-cell,
.wrap-step .ttm-wrap-cell {
    display: table-cell;
    vertical-align: middle;
}

.topbar-second .tm-align-right {
    text-align: right;
}

.box-icon-info .iconbox .box-content p {
    font-size: 18px;
}

/*review*/
.ttm-reviews:nth-child(2) .wrap-step {
    margin-top: 36px;
}

.ttm-reviews .wrap-step .data-step {
    padding: 11px 0px 0px 0px;
    position: relative;
}

.ttm-reviews .wrap-step .data-step span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.ttm-reviews .wrap-step .reviews-step {
    padding-top: 6px;
}

.ttm-reviews .wrap-step .reviews-step h5 {
    margin-bottom: 9px;
    color: #191819bf;
    font-family: 'Crimson Text', sans-serif;
}

.ttm-reviews .wrap-step .reviews-step p,
.history-text p {
    font-size: 16px;
    font-weight: 400;
    color: #413d3d;
    line-height: 24px;
    margin-right: -2px;
}

.ttm-reviews .wrap-step .reviews-step span.viewer-name {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    display: inline-block;
}

.flat-accordion.style2 .toggle-title:before,
.flat-accordion.style2 .toggle-title:after {
    display: none;
}

.flat-accordion.style2 .toggle-title {
    background-color: #691a32;
    color: #fff;
    display: inline-block;
}

.flat-accordion.style2 .flat-toggle .toggle-title {
    padding: 0;
    background-color: transparent;
    color: #141414;
}

.toggle-content .data-step {
    padding: 0px !important;
}

.morecontent span {
    display: none;
}

.ttm-reviews .wrap-step .reviews-step p {}

.emap-location {
    overflow: hidden;
}

.nearby-section .row {
    margin-top: -80px;
    padding: 80px 40px 40px;
}

.nearby-section .miles {
    float: right;
    text-align: left;
    font-weight: 600;
    color: #207580;
}

.nearby-section .our_services ul li {
    position: relative;
    padding: 9px 25px;
    margin: 2px 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .60);
}

.nearby-section .our_services ul li:before {
    content: "\e6a8";
    font-family: 'themify';
    margin-right: 10px;
    font-size: 16px;
    color: #207580;
}

.flat-map {
    padding: 0 80px;
    margin-top: -80px;
}

.top-section {
    margin-top: -80px;
}

.top-section .row.parallax {
    padding: 50px;
}

.touch-in .contact-box {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
    display: inline-block;
    margin-bottom: 0;
    padding: 60px 20px;
    width: 100%;
}

.contact-box i {
    background: #207580;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 5px;
    font-size: 34px;
    color: #ffffff;
    display: inline-block;
}

.right-rail-phn-nmbrs-list p {
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 0;
    padding-right: 2%;
    vertical-align: middle;
    width: 40%;
}

.bg-color-message {
    background: #207580;
    padding: 10px 0;
}

.bg-color-message p {
    font-size: 16px;
    color: #ffff;
}

.marquee {
    position: relative;
    white-space: nowrap;
    text-align: center;
    -webkit-animation: rightThenLeft 4s linear;
}

@-webkit-keyframes rightThenLeft {
    0% {
        left: 0%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 0%;
    }
}

/* RIA */
.header .logo {
    display: flex;
    align-items: center;
    line-height: 1;
}

.header .logo a {
    display: block;
    width: 240px;
    height: 100px;
}



.ttm-bg-footer-box p {
    width: 280px;
    height: 100px;
    margin: 0 auto;
}

.header .logo a img,
.ttm-bg-footer-box p img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

@media (max-width: 575px) {
    .header .logo a {
        width: 200px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .header .logo a {
        width: 160px;
        height: 60px;
    }

    .header .logo {
        line-height: 1;
        height: 100%;
    }

    .flat-wrap-header {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .ttm-bg-footer-box p {
        width: 220px;
        height: 60px;
    }
}

.ui-widget.ui-widget-content{
    z-index: 111 !important;
}
.ui-widget-header{
    background: #207580 !important;
}