/**
  * Name: L'Banca Albergo
  * Author: Themetechmount;
*/

@import url("font-awesome.css");
@import url("shortcodes.css");
@import url('https://fonts.googleapis.com/css?family=Pinyon+Script|Raleway');


/* 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: 'Raleway', sans-serif;
    font-size: 14px;    
    line-height: 25px;
    font-weight: 400;
    background-color: #fff;     
    color: #1e1e1e;
    overflow: hidden;
}
a {     
    color: #ceb966;
    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: #ceb966;
    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: capitalize;
    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 #8f0f10;
    -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: #1e1e1e; font-weight: 600; margin-bottom: 20px; font-family: 'Raleway', sans-serif; }
h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 30px; line-height: 35px; }
h3 { font-size: 25px; line-height: 24px; }
h4 { font-size: 20px; line-height: 20px; }
h5 { font-size: 18px; line-height: 18px; }
h6 { font-size: 16px; line-height: 16px; }
p{ padding: 0 0 10px 0; }.ttm-hide{ display: none; }
.dark-link {
	color: #9217de !important;
    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;
}


/* Variables  
---------------------------------------------------------------*/
#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, .go-top, 
.widget-nav-menu ul li::after, .widget.widget-out-link ul li a:before,
.widget-nav-menu ul li {
    -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;
}
#bottom{ display: none; }
.header.downscrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    z-index: 999;
    background-color: rgba(0, 0, 0, .20);
}
#header.downscrolled{ height: 64px; }
#header.downscrolled #mainnav > ul > li > a{ line-height: 64px; }

/* Box-Shadow */
.box-shadow1 { box-shadow: 0px 0px 12px 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); }


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

.topbar, .second-topbar{
    background-color: #ceb966;  
    color: #1e1e1e;
    z-index: 99;
    position: relative;
}
.ttm-wrap-widget-header{ height: 51px; line-height: 51px; }
.topbar .flat-button {
    background-color: #efd675;
    display: block;
    color: #1e1e1e;
}
.topbar .flat-button:hover{ background-color: rgba(239, 214, 117, 0.58);  }
.topbar .widget-info .info-icon,
.ttm-wrap-widget-header .text-widget .ttm-info-text,
.ttm-wrap-widget-header .text-widget .ttm-info-text a{
    color: #1e1e1e;
}
.topbar .widget-info .info-icon{
    font-size: 18px;
    padding-right: 5px;
}
.ttm-wrap-widget-header .text-widget .ttm-info-text{
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
}
.topbar a:hover, .ttm-wrap-widget-header .text-widget .ttm-info-text a:hover{ opacity: 0.7; }

/* second-topbar */
.top-text-box{ padding: 30px 0; text-align: center; }
.top-text-box .main-title{ font-size: 55px; line-height: 65px; font-family: 'Pinyon Script', cursive; margin-bottom: 10px;}
.top-text-box span{ font-size: 20px ; line-height: 28px; color: #1e1e1e; margin-bottom: 10px; display: block;}
.top-text-box p{ font-size: 17px; line-height: 28px; color: #1f1f1f; }


/* social-icon */
.social-links li {
    display: inline-block;
    padding: 0 1px;
}
.ttm-align-right.social-links a {
    font-size: 14px;
}
.social-links li:last-child {
    padding-right: 0;
}
.social-links li a {
    display: block;
    font-size: 13px;
    color: #dbdbdb;
    text-align: center;
    padding: 0 3px;
    height: 26px;
    width: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
}

/* Header
-------------------------------------------------------------- */
#header {
    z-index: 999;
    background-color: #533466;
}
#header.downscrolled .header.header-style2 .logo {
    position: unset;
    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
}


/* Navigation
-------------------------------------------------------------- */
#mainnav > ul {
   list-style-type: square;
    list-style-position: initial;
    list-style-image: initial;
   margin: 0;
   padding: 0;
   text-align: center;
}
#mainnav > ul > li {
   display: inline-block; 
   margin-right: -5px;  
}
#mainnav > ul > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    line-height: 104px;
    position: relative;
    padding: 0 20px 0px 20px;
}
#mainnav > ul > li > a:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px ;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.07);
}
#mainnav > ul > li:first-child > a:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px ;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.07);
}
#mainnav > ul > li.active a,
#mainnav > ul > li:hover a{
    background-color: rgba(255, 255, 255, 0.04);
}


/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    right: 0;
    position: absolute;
    background-color: #222222;
    z-index: 1000;
    top: 115px;
}
#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: 24px 0;
    width: 26px;
    height: 16px;
    margin-right: 20px;
    -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 
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
     padding: 120px 0px 120px;
     text-align: center;
}
.page-title h1 {    
    margin-bottom: 11px;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.page-title {
    background-image: url(../images/page-title-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: relative;

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



/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.breadcrumbs ul {
    padding-top: 0;
    background: rgba(255,255,255,.1);
    font-size: 15px;
    padding: 10px 0;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    margin-right: 7px;
    letter-spacing: 0;
    color: #fff;
}
.breadcrumbs ul li:not(:last-child):before {
    position: absolute;
    font-family: "FontAwesome";
    right: 0px;
    top: 0;
    content: "\f105";
}
.breadcrumbs ul li a{
    padding-right: 17px;
}


/* GoTop Button
-------------------------------------------------------------- */
.go-top {
    position: fixed !important;
    right: -45px;
    bottom: 55px;   
    width: 45px;
    cursor: pointer;   
    background-color: #ceb966;
    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;
    bottom: 110px;
    z-index: 99;
}
.go-top i {
    font-size: 18px;
    color: #fff;
    padding-bottom: 3px;    
}
.go-top:hover {
    background-color: #131414;
}


/* Footer
-------------------------------------------------------------- */
.footer {
    position: relative;
    background-color: #2d2d2d;
}
.footer .widget {
    padding: 65px 0px 70px 20px;
}
.widget-out-link ul.footer-nav-menu li{
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0 0 12px 0;
    position: relative;
    text-align: left;
}
.widget-out-link ul.footer-nav-menu li:nth-child(7),
.widget-out-link ul.footer-nav-menu li:nth-child(8){ width: 100%; }
.widget-out-link ul.footer-nav-menu li a{ 
    font-size: 16px;
    color: #ffff;
    padding-left: 20px;
    position: relative;
}
.widget-out-link ul.footer-nav-menu li a:hover{ color: #ceb966; }
.widget-out-link ul.footer-nav-menu li a:before{
    content: "";
    background-color: rgba(255, 255, 255, 0.16);
    width: 10px;
    height: 1px;
    position: absolute;
    left: 1px;
    top: 8px;
}
.footer-nav-menu li {
    display: inline-block;
    padding-right: 20px;
}
.footer-nav-menu li:last-child{ padding-right: 0; }
.footer-nav-menu li a{ font-size: 13px; color: #fff; }
.footer-nav-menu li a:hover,
.widget-footer .ttm-widget-info .ttm-info-text a:hover{ color: #ceb966; }
.footer .social-links li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid;
    display: block;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease-in-out ;
}
.footer .social-links li a:hover{ background-color: #fff; color: #1e1e1e; border: 1px solid #fff;}
.widget-footer .widget .widget-title {
    color: #FFF;
    font-size: 35px;
    font-family: 'Pinyon Script', cursive;
    margin-bottom: 34px;
    letter-spacing: 1.5px;
    font-weight: normal;
}


/* widget-footer */
.widget-footer .ttm-widget:not(:last-child){ margin-bottom: 23px; }
.widget-footer .ttm-widget-info .ttm-info-icon {
    float: left;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-right: 20px;
}
.widget-footer .ttm-info-text, .widget-footer .ttm-widget-info .ttm-info-icon { display: table-cell; }
.widget-footer .ttm-info-text h6{ font-size: 18px; color: #fff; font-weight: 600; margin-bottom: 5px; opacity: 0.8; 
line-height: 20px; letter-spacing: 0.5px;}
.widget-footer .ttm-widget-info .ttm-info-text a{ color: #fff;  }
.widget-footer .ttm-widget-info .ttm-info-text p { font-size: 15px; opacity: 0.8; 
    color: #fff; padding: 0; letter-spacing: 0.5px;}


/* Bottom
-------------------------------------------------------------- */
.bottom {
    background-color: #323232;
    padding: 25px 0px 15px;
}
.copyright {
    text-align: left;
    letter-spacing: 0.3px;
}
.copyright p{
    font-size: 14px;
    color: #cecece;
}
.copyright ul.footer-nav-menu li a:after {
    position: absolute;
    content: "|";
    padding-left: 10px;
    color: #fff;
}
ul.footer-nav-menu li:last-child a:after {
    content:none;
}
.copyright p a{ color: #fff; }
.copyright p a:hover{ color: #efd675; }
.bottom ul.right-content{ float: right; }
.bottom ul.right-content li{ display: inline-block; margin-top: 10px; }
.bottom ul.right-content li a{ 
    transition: all 0.3s ease-in-out;
    font-size: 20px; color: #fff;
}
.bottom ul.right-content li a:hover{ color: #ceb966; }
.bottom ul.right-content li i {
    font-size: 20px;
    font-weight: 900;
    margin-right: 10px;
}
.bottom ul.right-content li:first-child{ padding-right: 20px; }
ul.list-styletwo li i { padding-right: 10px; font-size: 14px; }
ul.list-styletwo li { padding: 6px 0px; font-weight: normal; letter-spacing: 0.2px; }
.right-content ul.list-styletwo li { padding: 15px 10px 15px 10px; font-weight: 500; letter-spacing: 0.2px; font-size: 16px; }
.right-content ul.list-styletwo li i { padding-right: 15px; font-size: 20px; color: #0a0a0a; }
.right-content ul.list-styletwo li:not(:last-child) { border-bottom: 1px solid #e2e2e2; }
.nearby-section .right-content {
    padding: 50px 30px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    background-color: #f2f2f2;
}
.right-content ul.list-styletwo li span {
    font-family: 'Pinyon Script', cursive; font-size: 20px; font-weight: 600;
}


/* highlight-section
-------------------------------------------------------------- */
.highlight-box{ width:100%; padding: 40px 30px 30px; background-color: #533466; color: #fff; position: relative;}
.highlight-box h2{ font-size: 40px; font-family: 'Pinyon Script', cursive; color: #fff; font-weight: normal; }
.highlight-box p{ font-size: 17px; line-height:34px; text-align: center; }
.highlight-box ul li{ padding: 5px 0; font-size: 17px; }
.highlight-box ul li span{ padding-left: 10px; }
.highlight-box p a{ font-weight: 600; font-style: italic; font-size: 17px; letter-spacing: 0.6px; }
.highlight-box p, .highlight-box a, .highlight-box h2, .highlight-box ul li{ z-index: 9; position: relative; }


/* about-section
-------------------------------------------------------------- */
.about-section{ background-color: #2d2d2d; }
.about-box{ text-align: center; width:100%; padding: 30px 30px; background-color: #383838; color: #fff; position: relative; 
    z-index: 99;}
.about-section .row .col-lg-4:nth-child(3) .about-box{ padding: 30px 0; }
.about-box h2{ font-size: 38px; line-height: 38px; font-family: 'Pinyon Script', cursive; 
margin-bottom: 30px; color: #fff; font-weight: normal; }
.about-section .row .col-lg-4:nth-child(2) .about-box h2{ margin-bottom: 20px; }
.about-box p{ font-size: 17px; line-height:28px; text-align: center; }
.about-box span{ font-size: 17px; line-height:40px; }
.about-box p, .about-box span, .about-box h2, .about-box a{ z-index: 99; position: relative; color: #fff; }
.about-box a:hover{ opacity: 0.7;  }

.about-box .box-overlay{ top:0; right: 0; left: 0; bottom: 0; }

/* overlay */
.box-overlay{
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    text-align: center;
    background-color: rgba(206, 185, 102, .61);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 1;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.about-box:hover .box-overlay ,
.highlight-box:hover .box-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    border-radius: 0;
}


/* flat-quote
-------------------------------------------------------------- */
.flat-quote {  padding: 40px 0px; background-color: #ceb966;}
.flat-quote h3{ font-size: 32px; line-height: 54px; font-weight: 600; margin-bottom: 0; }



/* Rooms
-----------------------------------------------------------*/
.margin-bottom-30{ margin-bottom: 30px; }
.section-room .ttm-sbox-img.item-1 {
    background-image: url(../images/room-1.jpg);
}
.section-room .ttm-sbox-img.item-2 {
    background-image: url(../images/room-2.jpg);
}
.section-room .ttm-sbox-img.item-3 {
    background-image: url(../images/room-3.jpg);
}
.section-room .ttm-sbox-img.item-4 {
    background-image: url(../images/room-4.jpg);
}
.section-room .ttm-sbox-img.item-5 {
    background-image: url(../images/room-5.jpg);
}
.section-room .ttm-sbox-img.item-6 {
    background-image: url(../images/room-6.jpg);
}
.section-room .ttm-sbox-img.item-7 {
    background-image: url(../images/room-7.jpg);
}
.section-room .ttm-sbox-img.item-8 {
    background-image: url(../images/room-8.jpg);
}
.image-box { position: relative; height: 100%; }
.section-room .ttm-sbox-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.package-name {
    position: absolute;
    right: 15px;
    font-size: 20px;
    bottom: 14px;
    line-height: 33px;
    width: 170px;
    height: 33px;
    background-color: rgba(83, 51, 102, 0.8);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    color: #fff;
    text-transform: capitalize;
    line-height: 35px;
    padding-left: 22px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.package-name:hover{
    background-color: rgba(000, 000, 000, 1);
}
.section-room .sbox-content {
    padding: 40px 30px 20px;
}
.sbox-content ul{ margin-bottom: 10px; }
.sbox-content ul li{ font-weight: 600; }


/* contact us
-------------------------------------------------------------- */

h4.head-sub {
    font-family: 'Pinyon Script', cursive;
    font-weight: 500;
    font-size: 46px;
    line-height: 45px;
}
h4 .sk-sub{ font-weight: 900; }
.agent-connected {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 0 20px 0;
    padding: 30px;
    background-color: #f2f2f2;
}
.agent-connected:last-child{ margin: 0; }
.agent-connected .fa {
    float: left;
    padding-right: 15px;
    font-size: 28px;
    color: #ceb966;
}

/* Policy
-------------------------------------------------------------- */

.carousel-control{display: none;}
.carousel-indicators{
    bottom: 50px;
    margin: 0 auto;
}
.main-text .imagebox-content {
    background-color: rgba(0, 0, 0, 0.80);
    padding: 30px;
}
.main-text {
    position: absolute;
    top: 50px;
    width: 100%;
    color: #FFF;
}
.main-text .imagebox-content h2 {
    color: #fff;
    margin-bottom: 10px;
}
ul.list-styletwo.style3{ padding-left: 17px; }
ul.list-styletwo.style3 li {
    padding: 2px 0;
    border-bottom: 0;
    list-style: square;
    color: rgba(255, 255, 255, .60);
}
