/** 
          1. ttm-row 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-Bg-Image

          5. Col-Bg-Image

          6. Section-Title 

          7. ttm-icon

          8. Button

          9. featured-box

          10. Contact-Form

          11. List


**/


/* ttm-row 

---------------------------------------------------------------*/
.ttm-row{ padding: 90px 0; clear: both}
.ttm-row.form-section,.ttm-row.amenities-section{ padding: 0 0; }
.ttm-row.row-title-section{ padding: 75px 0; }
.ttm-row.gallery-section{padding-top: 0;}
.ttm-row.gallery-text-section{padding-bottom: 80px;padding-top: 160px;}
.ttm-row.services-section{padding-bottom: 160px;}
.ttm-row.room-type-section {padding-top: 80px;}

/* Row-Equal-Height

---------------------------------------------------------------*/
.row-equal-height{ display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;}
.row-equal-height > [class*='col-'] { 
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* Bg-Layer 

---------------------------------------------------------------*/
.ttm-bg{position: relative;}
.ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes{ height: 100%; width: 100%; }
.ttm-bg-layer , .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%; 
    top: 0;
    left: 0;
}
.ttm-left-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -100px;
    right: 0;
}
.ttm-right-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: -100px;
    right: 0;
}

.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: .94;
}
.layer-content{
    position: relative ; z-index: 9; height: 100%;
}




/* Row-Bg-Image  

---------------------------------------------------------------*/
.bg-img1{
    background-image: url(../images/bg-image/row-bgimage-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.bg-img3{
    background-image: url(../images/bg-image/row-bgimage-03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}


/* Col-Bg-Image  

---------------------------------------------------------------*/
.ttm-equal-height-image{ display: none; }
.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-1.png) !important;
    background-position: left!important;
    background-repeat: no-repeat !important;
}
.col-bg-img-two.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer{
    background-image: url(../images/bg-image/col-bgimage-2.jpg) !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* Section-Title  

---------------------------------------------------------------*/
.section-title{ position: relative; margin-bottom: 10px;}
.section-title h2.title{
    font-size: 38px;
    line-height: 48px;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
}
.section-title h5{
    margin-bottom: 0;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
}
.section-title .title-header{ margin-bottom: 20px; }
.section-title.row-title h2{font-weight: normal;font-size: 45px; line-height: 55px;}
.section-title.row-title .title-desc p{font-size: 20px; letter-spacing: 0.2px; line-height: 30px;font-weight: 600;}

.section-title.text-center.with-desc h2.title{margin-bottom: 5px;}
.section-title.text-center.with-desc .title-header {margin-bottom: 83px;}
/* services_list  
---------------------------------------------------------------*/
ul.services_list{ padding: 0; margin : 29px 0 0;}
ul.services_list li {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0 0 9px 22px;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
}
ul.services_list li:before {
    font-family: 'FontAwesome';
    content: "\f046";
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: -2px;
}


/* ttm-icon  

---------------------------------------------------------------*/
.ttm-icon{
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.ttm-icon i{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

/** icon-size-xs **/
.ttm-icon.ttm-icon_element-size-sm {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.ttm-icon.ttm-icon_element-size-sm i {
    font-size: 19px;
}

/** icon-size-md **/
.ttm-icon.ttm-icon_element-size-md {
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.ttm-icon.ttm-icon_element-size-md i {
    font-size: 30px;
}

/** icon-size-lg **/
.ttm-icon.ttm-icon_element-size-lg {
    height: 75px;
    width: 75px;
    line-height: 75px;
}
.ttm-icon.ttm-icon_element-size-lg i {
    font-size: 70px;
}

/** icon-shape **/
.ttm-icon.ttm-icon_element-style-round {
    border-radius: 5px;
}
.ttm-icon.ttm-icon_element-style-rounded {
    border-radius: 50%;
}
.ttm-icon.ttm-icon_element-style-square {
    border-radius: 0;
}

/** icon-style-border **/
.ttm-icon.ttm-icon-color-black.ttm-icon-style-border {
    background-color: transparent;
}

/** icon_element-style-fill **/
.ttm-icon.ttm-icon_element-fill {
    color: #fff;
}


/* Button  

---------------------------------------------------------------*/
.ttm-btn{ 
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 9;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 600;
}

.ttm-btn.ttm-icon-btn-left{ padding-left: 44px; }
.ttm-btn.ttm-icon-btn-right{ padding-right: 44px; }
.ttm-btn.ttm-icon-btn-left i{ left: 20px;}
.ttm-btn.ttm-icon-btn-right i{ right: 20px;}

.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor{
    background-color: transparent;
    color: #fff;
}
/** btn-with-icon **/
.ttm-btn i{
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(40%,-40%);
    -ms-transform: translate(40%,-40%);
    -o-transform: translate(40%,-40%);
    transform: translate(40%,-40%);
}

.ttm-btn.ttm-icon-btn-right{ text-align: right; }

/** btn-size-xs **/
.ttm-btn.ttm-btn-size-xs {
    font-size: 11px;
    padding: 8px 20px;
}
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-right{  padding-right: 31px; }
.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-left{  padding-left: 31px; }
.ttm-btn.ttm-btn-size-xs i {
    font-size: 14px;
    height: 11px;
    line-height: 11px;
    right: 12px;
}

/** btn-size-sm **/
.ttm-btn.ttm-btn-size-sm {
    font-size: 14px;
    padding: 12px 22px;
}
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-right{ padding-right: 44px; }
.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left{  padding-left: 44px; }
.ttm-btn.ttm-btn-size-sm i {
    font-size: 18px;
    line-height: 20px;
    right: 25px;
}

/** btn-size-md **/
.ttm-btn.ttm-btn-size-md {
    font-size: 15px;
    padding: 11px 27px 10px 27px;
}
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right { padding-right: 74px; }
.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left{  padding-left: 74px; }

/** btn-size-lg **/
.ttm-btn.ttm-btn-size-lg {
    font-size: 15px;
    line-height: 15px;
    padding: 13px 32px;
}
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right { padding-right: 60px; }
.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-left{  padding-left: 60px; }

/** btn-shape **/
.ttm-btn.ttm-btn-shape-round {
    border-radius: 2em;
}
.ttm-btn.ttm-btn-shape-rounded {
    border-radius: 5px;
}
.ttm-btn.ttm-btn-shape-square {
    border-radius: 0;
}

/** btn-style-border **/
.ttm-btn.ttm-btn-style-border{
    background-color: transparent;
    border: 1px solid transparent;
}
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background: transparent;
}
.ttm-btn.ttm-btn-color-white.ttm-btn-style-border:hover{ 
    color: #020d26;
    border-color: #FFF;
    background-color: #FFF;
}

/** btn-style-fill **/
.ttm-btn.ttm-btn-color-black.ttm-btn-style-fill {
    color: #fff;
    background-color: #2c2c2c;
}
.ttm-btn.ttm-btn-color-black.ttm-btn-style-fill:hover{ 
    color: #f7f7f7;::after
    background-color: #1b1b1b;
}

/** btn-inline **/
.ttm-btn.btn-inline{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
}

/*  Boxes-Spacing
---------------------------------------------------------------*/
.ttm-boxes-spacing-10px .featured-item{ margin-bottom: 0; }
.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}
.ttm-boxes-spacing-10px .ttm-box-col-wrapper.bounceIn {
    margin: 10px 0;
}

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

.ttm-box-col-wrapper .row{ margin: 10px -5px 0px; }
.ttm-box-col-wrapper .row > [class*='col-']{ margin-bottom: 10px; padding: 0 5px; }


/*  featured-box 
---------------------------------------------------------------*/
.featured-box {
    padding: 15px 15px 15px 15px;
    position: relative;
}
.featured-box .ttm-icon{ margin-bottom: 5px; }
.featured-box .featured-title h5{ font-size: 24px; line-height: 30px; margin-bottom: 10px; font-family: 'Saira', sans-serif; }
.featured-box p{ font-size: 16px; line-height: 26px; margin-top: 8px;}

.featured-thumbnail{ position: relative; overflow: hidden; }

/* Contact-Form
---------------------------------------------------------------*/
.contactform{ width: 100%; display: flex;}
.contactform .field-row{
    padding : 40px 20px 30px;
    margin-right: 15px;
    border-right: 1px solid #ddeaea;
    }
.contactform .field-row:nth-child(4){
    border: none;
    }
.contactform .field-row,
.contactform button{ 
    width: 18%; 
    display: inline-block;
    position: relative;
}
.contactform .field-row:nth-child(1),
.contactform .field-row:nth-child(2){width: 23%;}
.contactform .field-row input, 
.contactform .field-row select{ 
    border: none; 
    background: transparent; 
    padding-left: 5px; 
    position: relative; 
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #1b1b1b;
}
.contactform button{ 
    border-radius: 0;
    text-align: center;
    padding: 0 0;
    display: block;
    margin: 0 auto;
    background-color: #0faaaa;
}
.contactform button:focus{ border : 0; }
.contactform .field-row select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
}
.contactform .fontIcon {
    position: absolute;
    right: 20px;
    top: 52%;
    font-size: 14px;
    display: block;
}

.contactform .field-row label{ 
    font-size: 18px; 
    padding-bottom: 5px; 
    text-transform: uppercase; 
    position: relative; 
    display: block;
    margin-bottom: 0;
    font-family: 'Nunito Sans', sans-serif; 
}

/* Tab
-------------------------------------------------------------- */
.ttm-tabs {
    width:100%; 
    display: block;
    text-align: center;
}
.ttm-tabs ul{ margin: 0; padding: 0; }
.ttm-tabs ul.tabs li{ display: inline-block; }
.ttm-tabs ul.tabs li a{
    display: block;
    cursor: pointer;
    padding: 0;
    margin-bottom: 5px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    border-radius: 0px;
    color: #383838;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 15px;
}
.ttm-tabs ul.tabs li.active a{border-bottom: 2px solid ;}
.ttm-tabs ul.tabs li a i{
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: 2px;
}
.ttm-tabs ul.tabs li a span{
    font-size: 18px;
    font-weight: normal;
}
.tab-padding-box{
    padding-top: 105px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
}
.ttm-tabs .content-tab{ margin-top: 16px; }
.ttm-tabs .content-tab h6{ font-size: 15px; line-height: 28px; margin-bottom: 29px; padding-bottom: 7px; }

/* ttm-list
-------------------------------------------------------------- */
ul.ttm-list li{
    padding: 15px 0;
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
    color: #fff;
}
ul.ttm-list li i{margin-right: 10px;}

