/* custom css */

.snap-all {
    margin: 0;
    padding: 0;
}

.snap-left {
    margin-left: 0;
    padding-left: 0;
}

.snap-right {
    margin-right: 0;
    padding-right: 0;
}

.snap-top {
    margin-top: 0;
    padding-top: 0;
}

.snap-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.snap-horizontal {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.pad15 {
    padding-top: 15px;
    display: block;
}

.pad30 {
    padding: 15px;
    display: block;
}

.pad60 {
    padding: 30px;
    display: block;
}

.container-fluid.snap-horizontal{
    overflow: hidden;
}

.container-fluid.snap-horizontal > .row {
    margin-left: -30px;
    margin-right: -30px;
}

img.img-full{
    width: 100%;
}

a {
    color: #ba9c54;
}

a.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#layout-half ul {
    list-style: none;
}

#layout-half ul li {
    position: relative;
}

#layout-half ul > li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #999;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: -20px;
    top: 10px;
}

#layout-half ul ul > li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: none;
    border: 1px solid #999;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: -20px;
    top: 15px;
}

#hero-unit a.btn-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

#hero-unit .fa-angle-down {
    font-size: 62px;
    color: #FFF;
    line-height: 16px;
    margin-top: 20px;
}

#hero-unit a.btn-link:hover {
    color: #EBBC4B;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

.modal-lg {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.modal-header {
    border: none;
}

.modal-content .modal-body {
    padding: 0 40px 40px;
}

.modal-content .modal-body > h2,
.modal-content .modal-body > h2 + small{
    text-align: center;
    display: block;
}

.modal-content .modal-body > h2 {
    font-family: 'Satisfaction';
}

.modal-content .modal-body ul {
    margin-bottom: 30px;
    margin-top: 60px;
}

.modal-content .modal-body ul li {
    width: 49%;
    float: right;
}

.modal-content .modal-body ul li:nth-child(odd) {
    padding-right: 50px;
    float: left;
}

.modal-content .modal-body ul:after {
    content: "";
    display: block;
    clear: both;
}

.contain {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container,
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}



/* = Global styles
------------------------------------------*/

* {
    /*-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;*/
}

html,
body,
#hero-unit {
    height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    webkit-text-stroke: .01.5em rgba(51,51,51,0.50);
}

h1,
h2,
h3,
h4 {
    font-weight: 300;
}

#hero-unit > .carousel-inner,
#hero-unit > .carousel-inner > .item {
    height: 100%;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
}

#hero-unit.banner-top,
#hero-unit > .carousel-inner > .item.banner-top {
    background-position: center top !important;
}

#hero-unit.banner-top-left,
#hero-unit > .carousel-inner > .item.banner-top-left {
    background-position: left top !important;
}

#hero-unit.banner-top-right,
#hero-unit > .carousel-inner > .item.banner-top-right {
    background-position: right top !important;
}

#hero-unit.banner-center,
#hero-unit > .carousel-inner > .item.banner-center {
    background-position: center center !important;
}

#hero-unit.banner-center-left,
#hero-unit > .carousel-inner > .item.banner-center-left {
    background-position: left center !important;
}

#hero-unit.banner-center-right,
#hero-unit > .carousel-inner > .item.banner-center-right {
    background-position: right center !important;
}

#hero-unit.banner-bottom,
#hero-unit > .carousel-inner > .item.banner-bottom {
    background-position: center bottom !important;
}

#hero-unit.banner-bottom-left,
#hero-unit > .carousel-inner > .item.banner-bottom-left {
    background-position: left bottom !important;
}

#hero-unit.banner-bottom-right,
#hero-unit > .carousel-inner > .item.banner-bottom-right {
    background-position: right bottom !important;
}

#hero-unit > .carousel-control {
    width: auto;
    z-index: 99;
}

#hero-unit > .left.carousel-control {
    left: 3%;
}

#hero-unit > .right.carousel-control {
    right: 3%;
}

body{
    font-size: 16px;
    color: #999;
    line-height: 26px;
    font-family: "open sans", sans-serif;
    font-weight: 300;
}

b,
strong {
    color: #333;
}

em.cursive,
#bl-main.bl-main > .bl-section.thumbnail .hover-content h3,
#bl-main .bl-content .bl-left-content h3,
#featured-logo h2 {
    font-family: 'Satisfaction';
}

#bl-main.bl-main h3 {
    font-size: 30px;
    line-height: 40px;
}

.blue-overlay{
    position: relative;
}

.home-contact .blue-overlay {
    background-position: center !important;
}

.blue-overlay:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(26, 87, 108, 0.9);
}

.white-overlay{
    position: relative;
    clear: both;
}

.white-overlay:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(256, 256, 256, 0.7);
}

.btn.btn-primary {
    background: #33A4CB;
    border: none;
}

.btn.btn-primary:hover {
    background: #286090;
}

.btn.btn-link {
    color: #687E96;
}

.btn.btn-link:hover {
    color: #EBBC4B;
}

.btn.btn-ghost {
    margin-top: 10px;
    border: 2px solid #566A84;
    padding: 10px;
    color: #687E96;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.btn.btn-ghost:hover {
    color: #EBBC4B;
    border-color: #EBBC4B;
}

#hero-unit .hero-content.text-center .btn-ghost,
#display-package .btn-ghost {
    color: #fff;
    border-color: #FFCF68;
    margin-top: 50px;
    font-weight: 600;
}

#hero-unit .hero-content.text-center .btn-ghost:hover,
#display-package .btn-ghost:hover {
    background: #EBBC4B;
}





/* = Typography styles
------------------------------------------*/

#intro h2,
.blue-heading {
    margin-bottom: 10px;
    font-size: 34px;
    font-family: 'Satisfaction';
    color: #687E96;
    margin: 30px 0;
    text-transform: capitalize;
}

#intro h2 + p {
    margin-bottom: 80px;
}

#intro h2 + p .btn {
    margin-top: 25px;
}





/* = Header
------------------------------------------*/

header {
    padding-top: 35px;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
    z-index: 99;
}

.navbar-brand {
    padding-top: 0px;
    height: auto;
    z-index: 99999;
    position: relative;
    max-width: 423px;
}

.navbar-nav > li > a {
    font-size: 16px;
    color: #FFF;
    padding: 18px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background: none;
    color: #FFD068;
}

#responsive-menu .RMImage {
    width: 100%;
}


/* = nav
------------------------------------------*/

.navbar-header {
    display: inline-block;
    float: left;
}

.navbar {
    display: inline-block;
    float: right;
}

.navbar ul {}

.navbar ul a {}

.navbar ul li {}

.navbar ul li.current-menu-item {
    background: none;
}

.navbar ul li:hover {}

.navbar ul ul {
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;
}

.navbar ul ul:before {
    content: "";
    position: absolute;
    border-bottom: 8px solid rgba(0, 0, 0, 0.7);
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    bottom: 100%;
    left: 25%;
}

.navbar ul ul li {
    float: none;
    width: 200px;
    font-size: 12px;
}

.navbar ul ul a {
    display: block;
    color: #FFF;
    line-height: 120%;
    padding: 10px 15px;
}

.navbar ul ul a:hover {
    background: rgba(9, 55, 71, 0.7);
}

.navbar ul ul ul {
    top: 0;
    left: 100%;
}

.navbar ul li:hover > ul {
    display: block;
}



/* = Hero Unit
------------------------------------------*/

#hero-unit {
    color: #fff;
    position: relative;
}

#hero-unit:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 80%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    z-index: 1;
}

#hero-unit.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0 !important;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

#hero-unit .hero-content {
    position: absolute;
    bottom: 10%;
    z-index: 9;
    right: 10%;
}

#hero-unit h1 {
    font-size: 44px;
    font-weight: 300;
    color: #FFF;
    line-height: 135%;
}

#hero-unit .hero-content.text-center {
    position: absolute;
    bottom: 10%;
    z-index: 9;
    right: 10%;
    left: 10%;
}

#hero-unit .hero-content.text-center h1 {
    font-size: 58px;
    text-transform: capitalize;
    font-family: 'satisfaction';
}

#hero-unit .hero-content.text-center h1 > small {
    font-size: 44px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
    text-transform: initial;
    color: #fff;
    display: block;
}

.book-form {
    margin: 25px 0;
    background: #093747;
}

.book-form .book-form-check-in,
.book-form .book-form-check-out {
    background: #FFF;
    font-weight: 600;
    color: #D4D4D4;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
}

.book-form .book-form-check-in {
    border-right: 1px solid #CACACA;
}

.book-form p.book-form-day {
    font-size: 40px;
    font-weight: 300;
    color: #44473E;
    line-height: 50px;
    margin-bottom: 0;
    position: relative;
}

.book-form p.book-form-day:after {
    content: "\f073";
    color: #33A4CB;
    font-size: 20px;
    font-family: 'fontawesome';
    position: relative;
    top: -6px;
    margin-left: 10px;
}

.book-form .book-form-month {
    text-transform: capitalize;
}

.book-form .book-form-button {
    color: #FFF;
    padding: 20px;
}

.book-form .btn-label {
    font-style: italic;
    margin-top: 5px;
    font-size: 13px;
}

.book-form .book-form-button .btn {
    color: #FFF;
    background: #33A4CB;
    border: none;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 50px;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.book-form .book-form-button .btn:hover {
    background: #fff;
    color: #000;
}

#hero-unit h5,
#hero-unit h5 a {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

#ui-datepicker-div {
    z-index: 9999 !important;
}



/* = special packages
------------------------------------------*/

.thumbnail  img {
    max-height: 310px;
    max-width: 310px;
}

.thumbnail  img.pull-left {
    margin-right: 50px;
}

.thumbnail  img.pull-right {
    margin-left: 20px;
}

.thumbnail {
    margin: 40px 0;
    padding: 0;
    border: none;
    -webkit-box-shadow: -3px 3px 20px #ddd;
    box-shadow: -3px 3px 20px #ddd;
}

.thumbnail .caption {
    padding: 35px 20px 35px 60px;
    color: #B4B4B4;
    line-height: 30px;
}

.thumbnail:after {
    content: "";
    clear: both;
    display: block;
}

.caption h4 {
    font-size: 20px;
    font-weight: 400;
    color: #6A6A6A;
    margin-bottom: 20px;
}

.caption h4 small {
    margin-top: 7px;
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.caption .btn {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 50px;
    margin-top: 20px;
    font-weight: 600;
}

a.btn-link.btn-load {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 60px;
    display: inline-block;
    font-weight: 600;
}

a.btn-link.btn-load > span.fa{
    font-size: 14px;
    margin-left: 3px;
    color: #000;
}

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

footer .fa.fa-twitter-square,
footer .fa.fa-facebook-square {
    font-size: 32px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

footer .fa.fa-facebook-square {
    color: #3B5999;
}

footer .fa.fa-facebook-square:hover {
    color: #5C7FCA;
}

footer .fa.fa-twitter-square {
    color: #00ACEE;
}

footer .fa.fa-twitter-square:hover {
    color: #57D0FF;
}




/* = features
------------------------------------------*/

.features a.thumbnail,
.features .thumbnail {
    height: 540px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.features .thumbnail .thumbnail-inner-box {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.features .thumbnail:hover .thumbnail-inner-box {
    opacity: 0;
}

.features a.thumbnail .hover-content,
.features .thumbnail .hover-content {
    font-size: 34px;
    color: #fff;
    display: block;
    text-transform: capitalize;
    position: absolute;
    padding: 50px;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5) , rgba(0, 0, 0, 1) );
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.features a.thumbnail:hover,
.features .thumbnail:hover {
    text-decoration: none;
}

.features a.thumbnail:hover .hover-content,
.features .thumbnail:hover .hover-content {
    padding-bottom: 120px;
    text-decoration: none;
}





/* = ca-carousel
------------------------------------------*/

#bl-main.bl-main {
    position: relative;
    width: 100%;
    height: 540px;
}

#bl-main.bl-main .bl-content-wrapper {
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
}

#bl-main.bl-main  > .bl-section.thumbnail {
    /*	-webkit-filter: grayscale(100%);
            filter: gray;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%); */
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

#bl-main.bl-main  > .bl-section.thumbnail:hover {
    /*	-webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
            -o-filter: grayscale(0%);
            filter: grayscale(0%);*/
}

.bl-section.thumbnail.bl-expand.bl-expand-top,
.bl-section.thumbnail.bl-expand.bl-expand-top:hover {
    /*	-webkit-filter: grayscale(0%) !important;
            -moz-filter: grayscale(0%) !important;
            -ms-filter: grayscale(0%) !important;
            -o-filter: grayscale(0%) !important;
            filter: grayscale(0%) !important;*/
}

.bl-more {
    font-size: 15px;
    color: #FFF;
}

.ca-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent url(../images/cross.png) no-repeat center center;
    width: 27px;
    height: 27px;
    text-indent: -99000px;
    outline: none;
    opacity: 0.7;
}

.ca-close:hover {
    opacity: 1.0;
}

.ca-item-main {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

.ca-content-wrapper {
    background: #b0ccc6;
    position: absolute;
    width: 0px;
    /* expands to width of the wrapper minus 1 element */
    height: 100%;
    top: 0px;
    text-align: left;
    z-index: 10000;
    overflow: hidden;
}

.close-me {
    display: block;
    position: absolute;
    top: 0;
    right: 0;

}

.detail_note {
    font-size: 20px;
    color: #FFF;
    display: none;
}

.ca-content {
    width: 100%;
    overflow: hidden;
}

#bl-main.bl-main  > .bl-section.thumbnail .hover-content {
    padding-bottom: 15px;
}

#bl-main.bl-main  > .bl-section.thumbnail:hover .hover-content {
    padding-bottom: 15px;
}

#bl-main.bl-main  > .bl-section.thumbnail .hover-content h3{
    padding-bottom: 0px;
    margin-bottom: 0;
}

.inner-contents {
    left: 10%;
    right: 10%;
    text-align: center;
    position: absolute;
    bottom: 3%;
}

p.room_details {
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

#ca-container .thumbnail > *{
    z-index: 99;
}

#bl-main section.bl-expand .bl-content {
    height: 100%;
}

#bl-main section.bl-expand.thumbnail {
    left: 0 !important;
}

#bl-main section.bl-expand .bl-right-content > h4 {
    font-size: 30px;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}

#bl-main section.bl-expand .bl-content .item > .img-wrapper {
    height: 300px !important;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
}

#bl-main section.bl-expand .bl-content .thumb-caption {
    padding: 30px;
    background: #FFF;
    margin-bottom: 60px;
}

#bl-main section.bl-expand .bl-right-content p {
    color: #999;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 13px;
}

#bl-main section.bl-expand .bl-content.thumb-caption .btn {
    margin-top: 10px;
    float: right;
}

#bl-main section.bl-expand .bl-right-content {
    color: #FFF;
}

#bl-main section.bl-expand .bl-right-content .side-features h4 {
    font-size: 20px;
    margin-left: 0;
}

#bl-main section.bl-expand .bl-right-content ul {
    list-style: none;
    padding-left: 0;
}

#bl-main section.bl-expand .bl-right-content ul li{
    width: 100%;
    /*width: 47%;*/
    display: inline-block;
    font-size: 13px;
    float: left;
    padding: 3px 5px;
}

#bl-main section.bl-expand .bl-right-content h4 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-left: 15px;
}

#bl-main .bl-content .bl-left-content {
    width: 25%;
    background: rgba(0, 0, 0, 0.35);
    display: inline-block;
    float: left;
    min-height: 100%;
    text-align: center;
    color: #FFF;
    position: relative;
}

#bl-main .bl-content .bl-right-content {
    background: #343E4B;
    padding: 30px 10px 30px 60px;
    width: 75%;
    display: inline-block;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
    -ms-overflow-y: auto;
    overflow-y: auto;
}

#bl-main .bl-content .bl-right-content .scrollable {
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    height: 100%;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #4F5861;
    opacity: 1;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: transparent;
}

#bl-main > section.bl-section.thumbnail:nth-child(2) {
    top: 0;
    left: 25%;
    background-position: 92% center !important;
    background-size: initial !important;
}

#bl-main > section.bl-section.thumbnail:nth-child(2) .thumbnail-inner-box {
    background-position: 92% center !important;
    background-size: initial !important;
}

#bl-main > section.bl-section.thumbnail:nth-child(3) {
    top: 0;
    left: 50%;
    background-position: 10% 0 !important;
    background-size: initial !important;
}

#bl-main > section.bl-section.thumbnail:nth-child(3) .thumbnail-inner-box {
    background-position: 10% 0 !important;
    background-size: initial !important;
}

#bl-main > section.bl-section.thumbnail:nth-child(4) {
    top: 0;
    left: 75%;
    background-position: 97% center !important;
    background-size: initial !important;
}

#bl-main > section.bl-section.thumbnail:nth-child(4) .thumbnail-inner-box {
    background-position: 97% center !important;
    background-size: initial !important;
}

#bl-main.bl-main > section.bl-section {
    width: 25%;
}

#bl-main.bl-expand-item {
    height: 540px;
}

#bl-main > section.bl-section.thumbnail:first-child.bl-expand.bl-expand-top,
#bl-main > section.bl-section.thumbnail:nth-child(2).bl-expand.bl-expand-top,
#bl-main > section.bl-section.thumbnail:nth-child(3).bl-expand.bl-expand-top,
#bl-main > section.bl-section.thumbnail:last-child.bl-expand.bl-expand-top {
    background-size: initial !important;
    -ms-background-position-x: left !important;
    background-position-x: left !important;
    background-position: left center !important;
}

#bl-main > section.bl-section.thumbnail.bl-expand.bl-expand-top > .thumbnail-inner-box {
    background-size: inherit !important;
    -ms-background-position-x: inherit !important;
    background-position-x: inherit !important;
    background-position: inherit !important;
    -webkit-transition-duration: 0 !important;
    -moz-transition-duration: 0 !important;
    -ms-transition-duration: 0 !important;
    -o-transition-duration: 0 !important;
    transition-duration: 0 !important;
}

@media only screen and (max-width:768px) {
    #bl-main > section.bl-section.thumbnail {
        padding: 0;
    }
    #bl-main.bl-main > section.bl-section {
        width: 50%;
        height: 50%;
    }
    #bl-main > section.bl-section.thumbnail:nth-child(2) {
        top: 0;
        left: 50%;
    }
    #bl-main > section.bl-section.thumbnail:nth-child(3) {
        top: 50%;
        left: 0;
    }
    #bl-main > section.bl-section.thumbnail:nth-child(4) {
        top: 50%;
        left: 50%;
    }
    #bl-main.bl-expand-item > section.bl-section.thumbnail:nth-child(3) {
        top: 0%;
        left: 50%;
    }
    #bl-main.bl-expand-item > section.bl-section.thumbnail:nth-child(4) {
        top: 0%;
        left: 50%;
    }

    #bl-main section.bl-expand .bl-content .thumb-caption {
        margin-bottom: 0px;
    }

    #bl-main section.bl-expand .bl-content .side-features {
        margin-top: 20px;
        margin-bottom: 60px;
    }
    #bl-main section.bl-expand .bl-content .side-features h4 {
        margin-bottom: 10px;
    }
}

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

    .mCustomScrollBox {
        height: 70% !important;
    }

    #bl-main .bl-content .bl-left-content,
    #bl-main .bl-content .bl-right-content {
        width: 100%;
        display: block;
        min-height: 1px;
        float: none;
        padding: 20px;
    }

    #bl-main .bl-content .bl-left-content {
        height: 30%;
    }

    #bl-main .bl-content .bl-left-content .inner-contents {
        height: 100%;
        left: 5%;
        right: 5%;
        line-height: 1.3;
    }

    #bl-main.bl-main .bl-left-content .bl-icon-close {
        display: none;
    }

    #bl-main.bl-main {
        height: 543px;
    }

    #bl-main > section.bl-section.thumbnail {
        padding: 0;
    }

    .bl-right-content .thumb-caption .btn {
        width: 100%;
        margin-top: 15px;
    }
}

@media only screen and (max-width:480px) {
    #bl-main > section.bl-section.thumbnail {
        padding: 0;
    }
    #bl-main.bl-main > section.bl-section {
        width: 100%;
        height: 25%;
    }
    #bl-main > section.bl-section.thumbnail {
        left: 0 !important;
    }
    #bl-main > section.bl-section.thumbnail:nth-child(2) {
        top: 25%;
    }
    #bl-main > section.bl-section.thumbnail:nth-child(3) {
        top: 50%;
    }
    #bl-main > section.bl-section.thumbnail:nth-child(4) {
        top: 75%;
    }
    #bl-main.bl-expand-item > section.bl-section.thumbnail {
        top: 0;
    }
    #bl-main section.bl-expand .bl-content .thumb-caption {
        margin-bottom: 0px;
    }

    #bl-main section.bl-expand .bl-content .side-features {
        margin-top: 20px;
        margin-bottom: 60px;
    }
    #bl-main section.bl-expand .bl-content .side-features h4 {
        margin-bottom: 10px;
    }
    .modal-content .modal-body {
        padding: 0 15px 15px;
    }
    #bl-main.bl-main h3 {
        font-size: 20px;
    }
    .modal-content .modal-body ul li {
        width: 100%;
        float: none;
    }

    .modal-content .modal-body ul li:nth-child(odd) {
        padding-right: 0;
        float: none;
    }


}

@media screen and (max-width: 46.5em) {
    #bl-main .bl-content,
    #bl-main .bl-box {
        font-size: 75%;
    }

    #bl-main .bl-expand .bl-box {
        height: 130px;
    }

    #bl-main .bl-content > ul li {
        width: 40%;
    }
}

.mCSB_scrollTools .mCSB_draggerContainer {
    left: 12px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    display: none;
}


a > img.arrow {
    margin: 0px 5px;
    display: inline-block;
}

.left.carousel-control{
    background: none;
    top: 50%;
    bottom: 50%;
    left: -3%;
    opacity: 1;
}

.right.carousel-control{
    background: none;
    top: 50%;
    bottom: 50%;
    right: -2%;
    opacity: 1;
}




/* = home-contact
------------------------------------------*/

#home-contact iframe {
    width: 100%;
    display: block;
}

.maps iframe {
    pointer-events: none;
}

.embed-container.maps img{
    max-width: 100%;
    display: block;
    height: auto;
}

#home-contact h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}

#home-contact .form-group {
    width: 100%;
}

#home-contact input {
    width: 100%;
    color: #555;
    font-size: 13px;
    height: 60px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#home-contact input::placeholder {
    color: #C3C3C3;
}

#home-contact .btn {
    margin-left: -20px;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    height: 60px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Added css 10 feb 2017 */

#home-contact .row.blue-overlay {
    display:table;
}

#home-contact .col-md-6 .row {
    text-align:center;
}

#home-contact .col-md-6 .row .col-md-10 {
    display:inline-block;
    float:none;
}

#home-contact .row.blue-overlay .col-md-6 {
    display:table-cell;
    vertical-align:middle;
    float:none;
}

/* Added css  10 feb 2017 ends */


/* =
------------------------------------------*/

#experience.features a.thumbnail {
    height: 390px;
}

.features a.thumbnail .hover-content {
    font-size: 24px;
    font-family: 'satisfaction';
    text-align: center;
    padding: 50px 10px;
}

#features.features a.thumbnail .hover-content {
    font-size: 34px;
}


/* =
------------------------------------------*/

.two-column-image {
    position: relative;
    display: block;
}

.two-column-image img {
    width: 100%;
}

.two-column-image:after {
    content: "";
    position: absolute;
    top: 80%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.two-column .two-column-text {
    padding-right: 25px;
    padding-left: 15px;
    padding-bottom: 25px;
}

.two-column .col-md-pull-6 .two-column-text {
    padding-right: 15px;
    padding-left: 25px;
}

.two-column-text h2 {
    margin-top: 10%;
    margin-left: 30px;
    font-size: 34px;
    color: #EBBC4B;
    text-transform: capitalize;
}

.two-column-text p {
    font-size: 18px;
    margin-bottom: 25px;
}

.two-column-text ul {
    padding-left: 15px;
}

.two-column-text .btn {
    margin-top: 25px;
    margin-right: 15px;
    padding: 10px 30px;
    font-weight: 600;
}


/* = layout-half
------------------------------------------*/

#layout-half > .container > .row > .col-md-6:first-child{
    padding: 0 50px 0 0;
}

#layout-half > .container > .row > .col-md-6:last-child{
    padding: 0 0 0 50px;
}

#layout-half.layout-half-lg > .container > .row > .col-md-6:first-child{
    padding: 0 35px 0 0;
}

#layout-half.layout-half-lg > .container > .row > .col-md-6:last-child{
    padding: 0 0 0 35px;
}

#layout-half h2 {
    margin-top: 25px;
    margin-bottom: 20px;
}

#layout-half h2.blue-heading {
    font-family: 'Satisfaction';
}

#layout-half .columns-two p {
    margin-bottom: 0;
    line-height: 160%;
}

#layout-half p {
    margin-bottom: 15px;
    line-height: 180%;
}

#layout-half .columns-two p:last-child {
    margin-bottom: 15px;
}

#layout-half.layout-half-lg h2 {
    margin-top: 35px;
}

/* = cta
------------------------------------------*/

#cta {
    margin: 60px 0;
    line-height: 200%;
}

#cta p {
    font-size: 21px;
    font-family: 'Georgia-Italic';
    color: #000;
}

#cta a {
    color: #AB8942;
    font-weight: normal;
}

#cta.contact-page p {
    font-size: 32px;
    line-height: 50px;
    font-weight: normal;
}

#cta.contact-page address {
    font-weight: normal;
}

address {
    line-height: 180%;
}


/* = validation errors
------------------------------------------*/

span.wpcf7-not-valid-tip {
    background: #EFBB82;
    font-size: 12px;
    border: 1px solid #D89853;
    margin-top: 2px;
    border-radius: 3px;
    padding: 0 20px;
    position: relative;
    color: #000;
}

span.wpcf7-not-valid-tip:after {
    content: '';
    position: absolute;
    border-bottom: 7px solid #D89853;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    left: 20px;
}

div.wpcf7-validation-errors {
    border-color: #f00;
}


/* = display package
------------------------------------------*/
#display-package {
    height: 600px;
    position: relative;
}

#display-package:after {
    content: "";
    position: absolute;
    top: 35%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    z-index: 1;
}

#display-package .container-inner {
    color: #FFF;
    position: absolute;
    bottom: 10%;
    z-index: 9;
}

#display-package .container-inner h2 {
    font-size: 50px;
    margin-bottom: 30px;
    font-family: 'satisfaction', sans-serif;
    font-weight: 700;
}

#display-package .container-inner p {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

#display-package .container-inner .btn {
    margin-top: 10px;
    float: left;
}





/* = carousel
------------------------------------------*/

#carousel {
    background: #F2F2F2;
    padding: 80px 0;
    text-align: center;
}

#carousel.white-bg {
    background: #FFF;
}

#fade-quote-carousel .carousel-inner {
    width: 94%;
    margin: 0 auto;
}

#carousel p.quote {
    font-size: 32px;
    font-family: 'Georgia-Italic';
    color: #000;
    line-height: 45px;
    position: relative;
    padding: 15px 50px 0;
}

#carousel p.quote:before {
    content: "";
    background: transparent url("../images/quote-lt.png") repeat scroll 0% 0%;
    width: 37px;
    height: 27px;
    display: inline-block;
    margin-left: -50px;
    margin-top: -5px;
    vertical-align: top;
    position: absolute;
}

#carousel p.quote:after {
    content: '';
    background: url('../images/quote-rt.png');
    width: 37px;
    height: 27px;
    display: inline-block;
    margin-left: 30px;
    vertical-align: bottom;
}

#carousel.white-bg p.quote:before {
    background: url('../images/quote-lt-dark.png');
}

#carousel.white-bg p.quote:after {
    background: url('../images/quote-rt-dark.png');
}

#carousel p.author {
    text-transform: capitalize;
    margin: 30px 0;
    font-weight: 400;
}

#carousel p.author:before {
    content: "-";
    margin-right: 10px;
}

#carousel .carousel-indicators li {
    margin: 0;
    background-color: #d8d8d8;
    border: none;
    height: 12px;
    width: 12px;
}

#carousel .carousel-indicators .active {
    background-color: #8D8D8D;
}

#carousel .carousel-indicators {
    top: 100%;
}

#carousel  {}


/* = featured-logo
------------------------------------------*/
.columns-two p {
    width: 49.5%;
    display: inline-block;
}



/* = featured-logo
------------------------------------------*/

#featured-logo img {
    max-height: 60px;
    min-height: 60px;
    margin: 15px 20px;
}

/* = contact-page-form
------------------------------------------*/

#contact-page-form > #wpcf7-f126-o1 > form input.form-control.input-lg,
#contact-page-form > #wpcf7-f126-o1 > form textarea.form-control,
#contact-page-form .btn {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#contact-page-form > #wpcf7-f126-o1 > form input.form-control.input-lg,
#contact-page-form > #wpcf7-f126-o1 > form textarea.form-control {
    background: #F4F5F7;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 25px;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
}

#contact-page-form > #wpcf7-f126-o1 > form .btn.btn-info {
    background: #33A4CB;
    margin-top: -10px;
    color: #FFF;
    padding: 10px 25px;
    font-size: 13px;
    text-transform: uppercase;
}

#contact-page-form > #wpcf7-f126-o1 > form .btn:hover {
    background: #33A4CB;
}

#contact-page-form > #wpcf7-f126-o1 > form > .row > .col-md-6:first-child {
    padding-right: 8px;
}

#contact-page-form > #wpcf7-f126-o1 > form > .row > .col-md-6:last-child {
    padding-left: 8px;
}

/* = search & results
------------------------------------------*/

#search-bar {
    margin-bottom: 40px;
}

#search-bar .btn.btn-primary {
    height: 60px;
    width: 60%;
    line-height: 45px;
    border: none;
    text-transform: uppercase;
    font-family: inherit;
}

#search-bar .form-control {
    height: 60px;
}

#search-bar-result > .container > .row {
    margin-bottom: 100px;
}

#search-bar-result.listing > .container > .row {
    margin-bottom: 0;
}

#search-bar-result .image-holder {
    padding-right: 40px;
}

#search-bar-result .image-holder img {
    width: 100%;
}

#search-bar-result .result-item {
    font-size: 16px;
}

#search-bar-result .result-item h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

#search-bar-result .result-item ul {
    list-style: none;
    width: 49%;
    padding: 0;
    display: inline-block;
    margin: 10px 0;
}

#search-bar-result .result-item ul + ul {
    float: left;
}

#search-bar-result .result-item ul li {
    text-transform: capitalize;
}

#search-bar-result .result-item a.btn-link {
    margin-top: 20px;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    padding: 7px 0;
    text-transform: uppercase;
    color: #BA9C54;
    border-bottom: 1px solid #BA9C54;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

#search-bar-result .result-item a.btn-link:hover {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #333;
}

@media only screen and (max-width:992px) {
    #search-bar-result .image-holder {
        padding-right: 0px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:768px) {

    #search-bar .col-sm-3 {
        padding: 0 7px;
    }
    #search-bar .col-sm-3:first-child {
        padding-left: 15px;
    }
    #search-bar .col-sm-3:last-child {
        padding-right: 15px;
    }

}

@media only screen and (min-width:768px) and (max-width:992px) {
}

@media only screen and (max-width:768px) {
    #search-bar .btn.btn-primary {
        width: 100%;
    }
    #search-bar .col-sm-3  {
        margin-bottom: 10px;
    }


}

/* = special-package
------------------------------------------*/

#special-package .row.special-packages {
    margin-left: 0;
    margin-right: 0;
}

#special-package h2.blue-heading {
    margin-left: 15px;
}

#special-package .special-packages .image-holder {
    max-width: 480px;
}

#special-package .special-packages .caption {
    margin-left: -15px;
}

#special-package .special-packages h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 30px;
    margin-top: 20%;
}

#special-package .special-packages p {
    font-size: 16px;
}

#special-package .special-packages .btn.btn-primary {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 50px;
    margin-top: 20px;
    float: left;
}

#special-package .special-packages .pricetag {
    margin-top: 24px;
    display: block;
    float: left;
    font-size: 20px;
    color: #333;
    margin-left: 15px;
}

/* = footer
------------------------------------------*/

footer {
    margin-top: 35px;
}
.footer-section {
    /*    background: transparent url(../images/footer-bg.jpg) no-repeat center center;
        background-size: cover;
        position: relative;*/
}
.footer-overlay {
    /*    background: rgba(0, 0, 0, 0.79);
        height: 100%;
        width: 100%;
        position: absolute;*/
}
footer .number {
    margin-right: 15px;
}

footer .footer-logo {
    margin-bottom: 15px;
    max-width: 340px;
}

footer .logo-wrapper {
    display: block;
    margin-top: 25px;
}

footer .logo-wrapper img {
    max-height: 90px;
    max-width: 100%;
    margin-right: 0;
}

footer .copyright-text {
    font-size: 14px;
    margin-top: -10px;
}

footer a {
    color: #999;
}

footer ul + ul a {
    font-size: 14px;
    color: #999;
    text-transform: capitalize;
}


/* = backend option styles
------------------------------------------*/

img.alignleft {
    margin-right: 10px;
    float: left;
}

img.alignright {
    margin-left: 10px;
    float: right;
}



/* = Media queries
------------------------------------------*/

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
}

@media only screen and (min-width: 992px){
    #packages h2 + p {
        padding: 0 10%;
    }

    #home-contact .btn {
        width: 125%;
    }

}

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

    #special-package .special-packages .caption {
        margin-left: 0;
    }

    #special-package .special-packages h4 {
        margin-top: 10%;
    }

    .thumbnail .caption h4 small {
        float: none !important;
        display: block;
    }

    .thumbnail > img.pull-right {
        margin-left: 10px;
    }

    .thumbnail > img.pull-right + .caption {
        margin-left: 10px;
    }

    .thumbnail > img.pull-left {
        margin-right: 20px;
    }

    .thumbnail .caption {
        padding: 10px;
    }

}

@media only screen and (max-width : 992px) {
    /* Styles */

    #hero-unit .hero-content {
        right: 5%;
        left: 5%;
    }

    .two-column {
        padding-left: 15px;
        padding-right: 15px;
    }


    .features a.thumbnail {
        height: 300px;
    }


    #home-contact h4 {
        margin-top: 12%;
    }

    #home-contact .btn {
        margin-bottom: 30%;
    }

    #layout-half > .container > .row > .col-md-6:first-child,
    #layout-half > .container > .row > .col-md-6:last-child,
    #layout-half.layout-half-lg > .container > .row > .col-md-6:first-child,
    #layout-half.layout-half-lg > .container > .row > .col-md-6:last-child {
        padding: 0 20px;
    }

    .two-column-text h2 {
        margin-left: 0;
        text-align: center;
    }

    footer {
        text-align: center;
    }

    footer .footer-logo {
        margin: 10px auto 20px;
    }

    footer .logo-wrapper img {
        max-width: 100%;
        
    }

    footer ul li a {
        line-height: 35px;
    }

    footer ul.text-right {
        text-align: center;
    }

}

@media screen and (max-width:991px){
    #home-contact .row.blue-overlay .col-md-6 {
        display:block;
    }
}

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

    .navbar-brand {
        display: block;
        width: 100%;
    }

    .navbar-brand > img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

    #hero-unit h1 {
        font-size: 25px;
    }

    #hero-unit .hero-content {
        bottom: 5%;
    }

    #hero-unit .hero-content .book-form {
        overflow: hidden;
    }

    .thumbnail {
        padding: 5px;
    }

    #experience.features a.thumbnail {
        margin: 15px 0;
    }

    .two-column .two-column-text,
    .two-column .col-md-pull-6 .two-column-text {
        padding-left: 40px;
        padding-right: 40px;
    }

    #carousel p.quote {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        padding: 15px 0 0 50px;
    }

    #home-contact .btn {
        margin-left: 0;
        margin-bottom: 10%;
    }

    #featured-logo img {
        max-height: 40px;
        min-height: 40px;
        margin: 10px 15px;
    }

    footer ul + ul > li {
        width: 49.5%;
    }

    #hero-unit {
        background-position: center center !important;
    }

    #special-package .special-packages .image-holder {
        max-width: none;
        width: 100%;
        text-align: center;
    }

    #special-package .special-packages .image-holder a {
        /*display: inline-block;*/ /* to center the images */
    }



}

@media only screen and (max-width: 550px) {
    /* Styles */

    #hero-unit {
        min-height: 550px;
    }

    #hero-unit h1,
    #hero-unit .hero-content.text-center h1 {
        font-size: 26px;
    }

    #hero-unit .hero-content.text-center h1 > small {
        font-size: 20px;
    }

}

@media only screen and (max-height: 550px) {
    /* Styles */



    #hero-unit h1,
    #hero-unit .hero-content.text-center h1 {
        font-size: 26px;
    }

    #hero-unit .hero-content.text-center h1 > small {
        font-size: 20px;
    }

}

@media only screen and (max-height : 550px) and (max-width: 550px) and (orientation: portrait) {
    /* Styles */

    #hero-unit {
        min-height: 550px;
    }

    #hero-unit h1,
    #hero-unit .hero-content.text-center h1 {
        font-size: 26px;
    }

    #hero-unit .hero-content.text-center h1 > small {
        font-size: 20px;
    }

}

@media only screen and (max-height : 550px) and (max-width : 550px) and (orientation: landscape) {
    /* Styles */

    #hero-unit {
        min-height: 550px;
    }

    #hero-unit h1,
    #hero-unit .hero-content.text-center h1 {
        font-size: 25px;
    }

    #hero-unit .hero-content.text-center h1 > small {
        font-size: 20px;
    }

}

@media only screen and (max-width : 580px) {
    /* Styles */

    .thumbnail .caption h4 {
        text-align: center;
    }

    .thumbnail  img.pull-left,
    .thumbnail  img.pull-right {
        float: none !important;
        margin: 0 auto;
        width: 100%;
        max-height: none;
    }

    .thumbnail > a:after {
        content: "";
        clear: both;
        display: block;
    }

    .thumbnail .caption .btn {
        display: block;
    }

    .two-column-text .btn {
        width: 100%;
    }

}


/*--------------------------------------------------------------------------*/
/*>>>>>>>>>>>>>>>>>>>>> component.css <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*--------------------------------------------------------------------------*/

#bl-main.bl-main {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
}

#bl-main.bl-main > section {
    position: absolute;
    width: 50%;
    height: 100%;
}

#bl-main.bl-main > section:first-child {
    top: 0;
    left: 0;
    background-position: 80% 80% !important;
    background-size: initial !important;
}

#bl-main.bl-main > section:first-child .thumbnail-inner-box {
    top: 0;
    left: 0;
    background-position: 80% 80% !important;
    background-size: initial !important;
}

#bl-main.bl-main > section:nth-child(2) {
    top: 0;
    left: 50%;
}

#bl-main.bl-main > section:nth-child(3) {
    top: 50%;
    left: 0;
}

#bl-main.bl-main > section:nth-child(4) {
    top: 50%;
    left: 50%;
}

#bl-main .bl-box {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 1;
    text-align: center;
    /* Centering with flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#bl-main .bl-box h2 {
    text-align: center;
    margin: 0;
    padding: 20px;
    width: 100%;
    font-size: 1.8em;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

#bl-main .bl-icon {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

#bl-main .bl-icon:before {
    display: block;
    font-size: 2em;
    margin-bottom: 10px;
}

#bl-main .bl-icon-about:before {
    content: "\e000";
}

#bl-main .bl-icon-works:before {
    content: "\e001";
}

#bl-main .bl-icon-blog:before {
    content: "\e002";
}

#bl-main .bl-icon-contact:before {
    content: "\e003";
}

#bl-main.bl-main > section .bl-icon-close {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}

#bl-main.bl-main  .bl-left-content .bl-icon-close {
    position: absolute;
    top: 20px;
    right: 0px;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
    width: 100%;
    text-transform: capitalize;
    font-family: inherit;
}

#bl-main .bl-content,
#bl-main div.bl-panel-items > div > div {
    background: transparent;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0px;
    bottom: 0px;
    padding: 0;
    overflow: hidden;
}

/* Custom content */

#bl-main .bl-content p {
}

#bl-main .bl-content h2 {
    font-size: 3em;
    font-weight: 300;
    margin: 0 0 20px 0;
}

#bl-main .bl-content article {
    padding: 20px 40px 20px 0px;
}

#bl-main .bl-content article h3 {
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding-top: 20px;
    font-size: 1.4em;
}

#bl-main .bl-content article a {
    color: rgba(0,0,0,0.2);
}

#bl-main .bl-content > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bl-main .bl-content > ul li {
    display: inline-block;
    width: 20%;
    margin: 1%;
}

#bl-main .bl-content > ul li a {
    display: block;
    padding: 0;
    border: 8px solid rgba(0,0,0,0.1);
}

#bl-main .bl-content > ul li a img {
    display: block;
    max-width: 100%;
}

/* Panel Items */

#bl-main div.bl-panel-items,
#bl-main div.bl-panel-items > div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#bl-main div.bl-panel-items > div > div {
    width: 60%;
    margin: 0 auto;
    opacity: 1;
    bottom: 90px;
    top: 90px;
    pointer-events: auto;
}

#bl-main div.bl-panel-items > div > div h3 {
    font-size: 2.4em;
    font-weight: 300;
    margin: 0 0 20px 0;
}

#bl-main div.bl-panel-items > div > div p {
    font-size: 1.3em;
}

#bl-main div.bl-panel-items > div > div img {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 100%;
}

#bl-main div.bl-panel-items {
    top: 100%;
    z-index: 9999;
}

#bl-main div.bl-panel-items > div {
    background: #3ba5db;
    z-index: 0;
    opacity: 0;
    -webkit-transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
    -moz-transform: translateY(0);
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
    transform: translateY(0);
    transition: transform 0.5s ease-in-out, opacity 0s linear 0.5s;
    -ms-transform: translateY(0);
}

#bl-main div.bl-panel-items nav {
    position: absolute;
    z-index: 9999;
    width: 216px;
    left: 50%;
    top: 0px;
    margin-left: -108px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    -moz-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

#bl-main div.bl-panel-items.bl-panel-items-show nav span {
    float: left;
    margin: 5px;
}

#bl-main div.bl-panel-items nav span.bl-next-work {
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase;
    line-height: 2em;
    cursor: pointer;
    margin-right: 2em;
}

#bl-main div.bl-panel-items.bl-panel-items-show nav {
    opacity: 1;
    top: -70px;
}

#bl-main div.bl-panel-items > div.bl-show-work {
    z-index: 1000;
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transform: translateY(-100%);
    -moz-transition: -moz-transform 0.5s ease-in-out;
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out;
    -ms-transform: translateY(-100%);
}

#bl-main div.bl-panel-items > div.bl-hide-current-work {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -webkit-transform: translateY(-100%) scale(0.5);
    -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -moz-transform: translateY(-100%) scale(0.5);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transform: translateY(-100%) scale(0.5);
    -ms-transform: translateY(-100%) scale(0.5);
    z-index: 0;
}

/* Transition classes and properties */
/* Separated for a better overview and control */

#bl-main.bl-main > section {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#bl-main.bl-main > section.bl-expand {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#bl-main.bl-main > section.bl-expand-top {
    z-index: 100;
    /*background-position: left center !important;*/
}

/*#bl-main.bl-main > section:first-child.bl-expand {
        background: #EE4444;
}
#bl-main.bl-main > section:nth-child(2).bl-expand {
        background: #F98262;
}
#bl-main.bl-main > section:nth-child(3).bl-expand {
        background: #4BBE8E;
}
#bl-main.bl-main > section:nth-child(4).bl-expand {
        background: #0D8278;
}
*/
#bl-main.bl-main.bl-expand-item > section:not(.bl-expand),
#bl-main.bl-main.bl-expand-item > section.bl-scale-down {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

#bl-main .bl-box {
    -webkit-transition: opacity 0.2s linear 0.5s;
    -moz-transition: opacity 0.2s linear 0.5s;
    transition: opacity 0.2s linear 0.5s;
}

#bl-main section.bl-expand .bl-box {
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

#bl-main .bl-box h2 {
    /*	-webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;*/
}

#bl-main .no-touch section:not(.bl-expand) .bl-box:hover h2 {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

#bl-main .bl-content,
#bl-main .bl-icon-close {
    -webkit-transition: opacity 0.1s linear 0.1s;
    -moz-transition: opacity 0.1s linear 0.1s;
    transition: opacity 0.1s linear 0.1s;
}

#bl-main section.bl-expand .bl-content,
#bl-main section.bl-expand .bl-icon-close {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: opacity 0.1s linear 0.1s;
    -moz-transition: opacity 0.1s linear 0.1s;
    transition: opacity 0.1s linear 0.1s;
}

.bl-right-content.mCustomScrollbar {
    /* position: relative; */
    overflow: hidden;
}

a.accommodation-scroll {
    display: block;
    position: absolute;
    top: 90%;
    right: 30px;
    z-index: 2;
    opacity: 0.7;
    -webkit-transition: opacity linear 0.3s;
    -moz-transition: opacity linear 0.3s;
    -ms-transition: opacity linear 0.3s;
    -o-transition: opacity linear 0.3s;
    transition: opacity linear 0.3s;
}

@media (max-width: 991px) {
    a.accommodation-scroll {
        max-width: 36px;
        right: 0;
    }
}

@media (max-width: 768px) {}

a.accommodation-scroll:hover,
a.accommodation-scroll:focus {
    opacity: 1;
}

/*$content_width*/
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/*
#twinfarms-videos {
        position: relative;
        height: 80%;
        max-height: 560px;
        width: 100%;
        overflow: hidden;
}

#twinfarms-videos video {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
}

*/

#twinfarms-videos video.video {
    display: block;
    object-fit: cover;
}

.feat-video iframe{
    display: block;
    object-fit: cover;
    width: 100%;

}

/* added css jul 29 2016 */
.rws-fancypopup{
    float:left;
    width:100%;
    text-align:center;
    margin-top:-40px;
}

.rws-fancypopup i{
    color:#fff;
    font-size:20px;
    font-family: 'fontawesome';
}

.fancybox:hover .rws-fancypopup-btn {
    color:#EBBC4B;
}

/* added css august 4 2016 */

.rws-social-icon  span.fa-youtube-square {
    color:#C12C26;
    font-size:32px;
}

.rws-social-icon span.fa-youtube-square:hover{
    color:#D4231E;
}

/* added css on 29 dec 2016 */
.ajde_evcal_calendar .calendar_header{
    float: left;
    width: 100%;
    margin-bottom: 25px!important;
}

.ajde_evcal_calendar #evcal_head p#evcal_cur {
    line-height: 35px;
}

/* Added css 9 feb 2017 */
#features > .container-fluid,
#home-contact >  .container-fluid{
    max-width:100%;
}


/* Added css 9 efb 2017 ends */

/* Added css june 8 2017 */

/* Added css ju;y 25 2017 */
.instagram-section,
.instagram-section .instagram-holder,
.instagram-section .insta-item img {
    display: inline-block;
    width: 100%;
}

.instagram-section .insta-item{
    float: left;
    width: 16.6667%;
}

.instagram-section .insta-item.insta-video {
    position: relative;
}

.instagram-section .insta-item.insta-video i {
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #adadad;
    font-size: 25px;
    opacity: 1;
}

.instagram-section .insta-item.insta-video a:focus i{
    color: #adadad;
}

.instagram-section .insta-item.insta-video i:hover {
    opacity: 0.7;
}

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

    #hero-unit > .carousel-control {
        display: none;
    }

}

.evo_pop_body .evo_metarow_time_location .evo_time .evcal_evdata_cell p{
    text-transform: capitalize;
}
.mobile_thumbnail{
    width: 100%;
    float: left;
    position: relative !important;
    height: 250px !important;
    margin-bottom: 10px !important;
    padding: 0;
}
.mobile_content{
    background-color: #5b6a7fe0;
    width: 50%;
    height: 100%;
}
.mobile_data{
    position: absolute;
    /* background-color: red; */
    width: 50%;
    /* height: 100%; */
    top: 50%;
    left: 38%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.mobile_data h3{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 55%;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
}
.mobile_data a{
    text-align: center;
    width: 55%;
    float: left;
    font-size: 50px;
    color: #fff;
}
.mobile_features{
    display: none;
}
@media (max-width: 684px) and (min-width: 320px) {
    .mobile_features{
        display: block;
    }
    .desktop_features{
        display: none;
    }
}