/* general css */
body {
  background: #dcf6ee!important;
}

/* home page, transparent */
body.home .header-area {
    background-color: rgba(255,255,255,.9);
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
.header-area {
    box-shadow: 0px 20px 35px 0px rgba(215, 215, 215, 0.35);
    z-index: 2;
    position: relative;
}
body.itemid-101 #sp-header {
    height: 73px;
    left: 0;
    z-index: 2;
    position: relative;
    position: fixed!important;
}

/* Sub pages */
body:not(.home) .header-area {
    background: #fff;
}

/* Sticky menu */
.header-area.header-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/*** Logo ***/
.header-area .logo {
     padding: 14px 0;
}
#sp-section-1 {
    padding: 7px;
    background: #171717;
}
.sp-contact-info {
    color: #fff!important;
}

/*** Menu ***/
.sp-megamenu-parent > li > a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
body .view-page .sp-megamenu-parent > li > a {
    color:#fff!important;
}
body .sp-megamenu-parent > li > a {
    color:#000;
}
body.itemid-101 #sp-header .sp-megamenu-parent > li > a {
    color: #ffffff;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
    border-color: currentColor;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid #e9e4e4;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    padding: 12px 0;
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 12px;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 700;
}
#sp-header {
    background: rgb(73, 82, 163)!important;
}

/*** Canvas Menu ***/
.offcanvas-menu .sp-module-content {
    width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    line-height: 45px;
    border-bottom: 1px solid #E8EEF3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
       border-top: 1px solid #E8EEF3;   
}
#offcanvas-toggler > .fa {
    color: #000;
}


/**** Social Media  ****/
#sp-section-1 strong {
    display: none;
}
#sp-section-1 .social-media {
    text-align: left;
}
#sp-top2 ul {
    float:right;
}
#sp-section-1 .social-media em {
    margin: 0 2px 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 26px;
    height: 26px;
    border-radius: 5px;
    line-height: 24px;
    text-align: center;
}
#sp-section-1 .social-media .fa-facebook-f {
    color: #ffffff;
    background-color: #3b5998;
    border-color: #3b5998;
    border-radius: 5px;
}
#sp-section-1 .fa-google {
    color: #ffffff;
    background-color: #bd081c;
    border-color: #bd081c;
    border-radius: 0px;
}
#sp-section-1 .fa-linkedin {
    color: #ffffff;
    background-color: #55acee;
    border-color: #55acee;
    border-radius: 0px;
}
#sp-section-1 .fa-instagram {
    color: #ffffff;
    background-color: #3f729b;
    border-color: #3f729b;
    border-radius: 0px;
}

/*** Canvas Menu ***/
.offcanvas-menu .sp-module-content {
    width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    line-height: 45px;
    border-bottom: 1px solid #E8EEF3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
      border-top: 1px solid #E8EEF3;    
}

/**** Button ****/
.sppb-btn-custom {
    padding: 10px 30px;
    border-radius: 0px!important;
    font-weight: 500;
    letter-spacing: 2px;
}
.sppb-btn-custom:hover {
    background-color: #1d2939!important;
}
.sppb-btn-custom strong {
    display: none;
}
.sppb-btn-custom i {
    padding-left: 10px;
}
.tp-caption a.btn-slider {
    display: inline-block;
    padding:10px 50px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tp-caption a.btn-slider:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f9f9f9;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tp-caption a.btn-slider:hover,
.tp-caption a.btn-slider:focus,
.tp-caption a.btn-slider:active {
    color: #342f31; 
}
.tp-caption a.btn-slider:hover:before,
.tp-caption a.btn-slider:focus:before,
.tp-caption a.btn-slider:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
} 
.tp-caption a.btn-slider{
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    float: left;
    color: #342f31;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
}
.tp-caption a.btn-slider:hover {
    border: 2px solid transparent;
}
.lt-title h4 {
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 0px;
}
.lt-title h3 {
    color: #171717;
    font-size: 48px;
    font-weight: 500;
    padding-bottom: 50px;
}
.lt-title p {
    line-height: 30px;
}
.lt-title h3::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    line-height: 50px;
    line-height: 40px;
    margin-top: 18px;
    top: 76px;
    width: 15%;
    height: 2px;
    background-color: #000;
}
#lt-check .sppb-row-container,
#lt-discover .sppb-row-container,
#lt-wedding .sppb-row-container,
#lt-apartment .sppb-row-container {
	padding-left:0px!important;
	padding-right:0px!important;
}

/*** Slider ***/
.lt-slider-color span {
     color: #fff;
}
.lt-slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#lt-slider .medium_grey {
    padding: 10px;
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
    font-style: normal;
}

/*** About ***/
.lt-about {
      position: relative;
}
.lt-about .sppb-row > div:first-child {
      padding: 0;
}
.lt-about-img .sppb-addon-single-image-container,
.lt-about-img .sppb-addon-single-image-container img {
    width: 100%;
}

/**** Membership ****/
#lt-membership .sppb-col-md-8 {
    padding-left: 0px!important;
}
.lt-membership-right {
    border: 40px solid rgb(29, 41, 57);
}

/**** Apartment ****/
.lt-apartment-title h4 {
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 0px;
    padding-top: 37px;
    text-transform: uppercase;
}
.lt-apartment-title h3 {
    color: #171717;
    font-size: 48px;
    font-weight: 500;
    padding-bottom: 20px;
}
.lt-apartment-title h3::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    line-height: 30px;
    line-height: 40px;
    margin-top: 18px;
    bottom: 0px;
    width: 15%;
    height: 2px;
    background-color: #000;
}
.lt-apartment-item .sppb-addon-content {
    position: absolute;
    top:0px;
    background-color: #fff;
    padding: 30px;
}
.lt-apartment-sub {
    position: relative;
    cursor: pointer;
    padding: 260px 36px 40px 40px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.lt-apartment-item h5 {
    color: #171717;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 20px;
}
.lt-apartment-item h5::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    line-height: 30px;
    line-height: 40px;
    margin-top: 18px;
    top: 50px;
    width: 15%;
    height: 2px;
    background-color: #000;
}
.lt-apartment-item p {
    line-height: 32px;
}
#lt-apartment a.sppb-btn-custom {
    color: #fff;
}
#lt-apartment a.sppb-btn-custom em {
    padding-left: 10px;
}

/**** Discover ****/
.lt-discover-left h3::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto!important;
    line-height: 30px;
    line-height: 40px;
    margin-top: 18px;
    top: 90px;
}
.lt-discover-sub {
    background-color: #ffffff;
    border: 1px solid #ebeef1;
    padding: 40px;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}
.lt-discover-right img {
    border: 13px solid #ffffff;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}
.lt-discover-right {
    position: relative;
    cursor: pointer;
}
.lt-discover-right img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.lt-discover-right:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/***** Business  ****/
#lt-busines .sppb-col-md-4 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
#lt-busines2 .sppb-col-md-4 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.lt-business-center-sub {
    padding: 40px;
}
.lt-business-center-sub h6 {
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
    font-style: italic;
    margin-bottom: 40px;
    padding-top: 60px;
}
.lt-business-center-sub p {
    letter-spacing: 4px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
}

/**** Check *****/
.lt-check-sub {
    background-color: #ffffff;
    padding: 28px 28px 27px 31px;
    border-width: 1px;
    border-color: #ebeef1;
    border-top-width: 3px;
    border-top-color: #cbaa5c;
    border-style: solid;
}

/**** Wedding *****/
.lt-wedding-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.lt-wedding-item img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.lt-wedding-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}
.lt-wedding-item .sppb-addon-text {
    position: relative;
    padding: 30px;
}
.lt-wedding-item .sppb-addon-text h3::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto!important;
    line-height: 30px;
    line-height: 40px;
    margin-top: 18px;
    top: 125px;
}
.lt-wedding-sub {
    background-color: rgb(255, 255, 255);
    border: 40px solid rgb(231, 234, 238);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
#lt-wedding .sppb-btn-custom {
    margin-bottom: 40px;
}

/**** Service ****/
.lt-service-title .sppb-addon-content h3::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto!important;
    line-height: 30px;
    line-height: 40px;
    margin-top: 18px;
    top: 90px;
    width: 5%;
}
.lt-service-item {
    cursor: pointer;
}
.lt-service-item .sppb-icon .sppb-icon-container i {
    font-size: 44px;
    color:#171717;
    font-weight: 400;
    line-height: 1.69;
    letter-spacing: 0px;
    font-style: normal;
}
.lt-service-item .sppb-icon-container i {
	box-shadow: 0 0 0 4px rgb(247, 247, 247);
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.lt-service-item .sppb-icon-container i:after {
	display: none;
}
.lt-service-item i {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}
.lt-service-item .sppb-addon-content:hover .sppb-icon-container i {
	background: #c77b209c;
	color: #ffffff!important;
	border: 8px solid #f68e13;
	line-height: 1.2;
}

.lt-service-item .sppb-icon-container i:hover:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
/*** Testimonial ***/
.lt-testimonial {
    position: relative;
    z-index: 1;
}
#lt-testimonial .sppb-addon-testimonial-review {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    display: block;
    font-style: italic;
    padding-left: 111px;
    letter-spacing: 0px;
}
.lt-testimonial:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: -1;
}
#lt-testimonial .fa-quote-left {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    float: left;
    background-color: #333;
    color: #fff;
    text-align: center;
    margin-right: 40px;
    height: 80px;
    line-height: 80px;
    width: 79px;
}
#lt-testimonial .sppb-addon-testimonial-client-url {
    letter-spacing: 4px;
    font-size: 13px;
    line-height: 22px;
}
#lt-testimonial .sppb-addon-testimonial-footer {
    float: right;
}

/**** Photo ****/
.lt-photo-content h3 {
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
    font-style: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}
.lt-photo-content p {
    line-height: 30px;
}
.lt-photo-content {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.lt-photo-content img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.lt-photo-content:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/*** Blog ***/
.moduleItemComments {
    font-size: 0;
}
.moduleItemComments:before {
    content: "\f075";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 10px;
    color: #dfd9d9;;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    color: #333;
}
div.k2ItemsBlock ul li img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.moduleItemAuthor:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
    font-size: 16px;
}
div.k2ItemsBlock ul li {
    padding: 20px;
    background: #fff;
    position: relative;
    width: 32%;
    float: left;
    margin-right: 2%;
    padding: 20px;
    color: #dfd9d9;
   overflow: hidden;
    
}
div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0;
}
div.k2ItemsBlock ul li a {
    color: #333;
    overflow: hidden;
}
div.k2ItemsBlock ul li a .moduleItemImage {
	overflow:hidden;
	position:relative;
    color: #333;
    
}
div.k2ItemsBlock ul li img {
    transform: scale(0.98);
    -ms-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    position: relative;
    max-width: 100%;
    overflow:hidden;
	position:relative;
    color: #333;
}
div.k2ItemsBlock ul li:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}
div.k2ItemsBlock ul li a.moduleItemComments {
    border: 0;
}
div.k2ItemsBlock ul .clearList {
    display: none;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
    position: absolute;
    top: 114px;
     display: none;
    width: 174px;
    left: 20px;
    background: #fbb908;
    color: #fff;
    padding: 10px;
}
.sp-module-content {
    display: inline-block;
}
div.itemFacebookButton {
    width: inherit;
}
.com-k2 div.k2ItemsBlock ul li {
    width: 100%;
    margin: 0;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
    width: 100%;
}
.catItemTitle a:hover,
div.catItemHeader span.catItemAuthor a:hover,
div.catItemCategory a:hover,
div.catItemCommentsLink a:hover,
div.catItemReadMore a:hover {
    color:#000!important;
}
/*** Contact ***/
.lt-contact-us ul {
    padding-left: 0;
}
.lt-contact-us ul li {
    list-style: none;
    margin: 20px 0;
    font-size: 18px;
    color: #fff;
}
.lt-contact-us ul li em {
    margin-right: 10px;
    color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.lt-contact-us ul li strong {
    display: none;
}
/*** Contact Form ***/
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
    background: none!important;
    border: 0!important;
    box-shadow: none!important;
}
.creativecontactform_header {
    display: none!important;
}
form .creativecontactform_input_element, 
form .creativecontactform_input_element.closed:hover {
    box-shadow: none!important;
}
form .creativecontactform_error .creativecontactform_input_element, 
form .creativecontactform_error .creativecontactform_input_element:hover {
    box-shadow: none!important;
}
.creativecontactform_field_name {
    color: #333!important;
}
.creativecontactform_submit_wrapper,
.creative_field_box_wrapper_0 .creativecontactform_field_box_inner,
.creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
    width: 100%;
}
.creativecontactform_field_box:nth-child(-n+3) {
    width: 32%;
    float: left;
    margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3n) {
    margin-right: 0;
}
.powered_by.powered_by_1 {
    opacity: 0!important;
}
.creativecontactform_send:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.creativecontactform_wrapper input.creativecontactform_send:hover {
    border: 0!important;
    float: left;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
}
.creativecontactform_wrapper [type=button] {
    background: #222;
    color: #fff!important;
    text-shadow: none;
}
.creativecontactform_footer {
    padding: 0px 15px 15px 0px !important;
    border-top: 0px solid #ffffff !important;
}

/*** Bottom ***/
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 14px;
    line-height: 1.6;
}
#sp-bottom {
    background-color:#1d2939!important;
}
#sp-bottom4 .acymailing_introtext {
    line-height:30px;
}

#sp-bottom4 table input {
    padding: 9px 0px!important;
    border-radius: 3px;
    text-align: center;
    width: 100%!important;
}
#sp-bottom4 table .button {
    padding: 6px 6px!important;
}
#sp-bottom4 table tr {
    display: inline!important;
    margin-top:30px;
}
#sp-bottom4 table {
    margin-top:30px;
}

/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 500;
    font-size: 19px;
    margin: 0 0 30px;
}
#sp-footer a {
    color:#002937!important;
}
#sp-footer {
    background-color: #faf7f7!important;
}
#sp-footer .container-inner {
    border-top: none!important;
}

/*** Responsive ***/
/* Screen min 1199px and max 1500px */
@media (min-width: 1199px) and (max-width: 1500px) {

}
@media (max-width: 992px) {
    #sp-logo,
    #sp-menu {
        width: 50%;
    }
}
/* Screen min 980px and max 1199px */
    @media (min-width: 980px) and (max-width: 1199px) {
      .tp-caption a.btn-slider {
          font-size:12px!important;
      }
      .sp-megamenu-parent > li > a {
        font-size:11px!important;
      }
      div.k2ItemsBlock ul li {
          width: 100%!important;
      }
      .lt-slider {
          top:0px;
      }
      #offcanvas-toggler > i {
          margin: 0;
      }
      #offcanvas-toggler {
          display: block!important;
          padding-right: 10px;
      }
      .lt-apartment-title h3,
      .lt-title h3 {
        font-size: 28px!important;  
      }
      .sp-megamenu-parent > li {
        display: inline-block!important;
        border: none!important;
    }
}
/* Screen min 768px and max 980px */
@media (min-width: 768px) and (max-width: 980px) {
  .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    #sp-social-media,
    #sp-top2 {
        text-align: center!important;
        padding: 10px!important;
    }
    #sp-social-media .col-lg-4   {
        width: 100%!important;
    }
   .lt-apartment-item .sppb-addon-content {
        position: absolute;
        top: 0;
        text-align: center;
        left: 0px!important;
        right: 0px!important;
    }
   .lt-apartment-sub .sppb-img-responsive {
         display:none!important;
    }
    #sp-top2.col-lg-6 {
        width: 100%!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .lt-slider {
        top: 76px!important;
    }
    #sp-social-media,
    #sp-top2 {
        text-align: center!important;
        padding: 2px!important;
    }
    #sp-top2 ul {
        float: initial!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sticky-wrapper.is-sticky {
        position: relative!important;
    }
    #sp-header-sticky-wrapper {
        position: static!important;
        width: 100%!important;
        height: 90px!important;
    }
    #sp-section-1 {
        height: 90px!important;
        z-index: 999;
    }
    #offcanvas-toggler {
        display: block!important;
        padding-right: 10px;
    }
    .lt-apartment-title h3,
    .lt-title h3 {
        font-size: 28px!important; 
        padding-bottom:0px!important;
    }
    #lt-wedding .lt-title h3 {
        font-size:26px!important;
        padding-bottom:0px!important;
    }
    .lt-apartment-sub.apartment-sub-2 {
        margin-top: 200px!important;
        margin-bottom: 440px!important;
    }
    .lt-apartment-sub.apartment-sub-2 .lt-apartment-item h5::before {
        display:none!important;
    }
    #lt-about .sppb-btn-custom,
    #lt-discover-1 .sppb-btn-custom {
        text-align: center!important;
        margin-bottom:30px!important;
    }
    #lt-about .sppb-text-left {
        text-align: center!important;
    }
    .lt-title h3::before { 
        display:none!important;
    }
    #lt-service .lt-title h3::before {
        display:none!important;
    }
    #lt-about .sppb-addon-single-image-container {
        margin-bottom:30px!important;
    }
    #lt-membership .sppb-col-md-8 {
        padding-right: 15px!important; 
    }
    #lt-membership .sppb-col-md-4 {
        padding-left: 15px!important;
    }
    #lt-wedding .sppb-addon-text h3::before {
        display:none!important;
    }
    #lt-busines .sppb-addon-single-image-container,
    .lt-business-left .sppb-addon-single-image-container,
    #lt-busines .sppb-text-center .sppb-img-responsive,
    #lt-busines2 .sppb-text-center .sppb-img-responsive {
        width:100%!important;
        max-width:100%!important;
    }
}
  /* Screen min 767px */
    @media (max-width: 767px) {
    .tp-caption a.btn-slider {
        font-size:12px!important;
    }
    #sp-social-media,
    #sp-top2 {
        text-align: center!important;
        padding: 2px!important;
    }
    #sp-top2 ul {
        float: initial!important;
    }
    #sp-social-media .col-lg-4   {
        width: 100%!important;
    }
    #sp-top2.col-lg-6 {
        width: 100%!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .lt-slider {
        top: 76px!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sticky-wrapper.is-sticky {
        position: relative!important;
    }
    #sp-header-sticky-wrapper {
        position: static!important;
        width: 100%!important;
        height: 90px!important;
    }
    #sp-section-1 {
        height: 90px!important;
        z-index: 999;
    }
    #offcanvas-toggler {
        display: block!important;
        padding-right: 10px;
    }
    .lt-apartment-title h3,
    .lt-title h3 {
        font-size: 28px!important; 
        padding-bottom:0px!important;
    }
    #lt-wedding .lt-title h3 {
        font-size:26px!important;
        padding-bottom:0px!important;
    }
    .lt-apartment-sub.apartment-sub-2 {
        margin-top: 200px!important;
        margin-bottom: 280px!important;
    }
    .lt-apartment-sub.apartment-sub-2 .lt-apartment-item h5::before {
        display:none!important;
    }
    #lt-about .sppb-btn-custom,
    #lt-discover-1 .sppb-btn-custom {
        text-align: center!important;
        margin-bottom:30px!important;
    }
    #lt-about .sppb-text-left {
        text-align: center!important;
    }
    .lt-title h3::before { 
        display:none!important;
    }
    #lt-service .lt-title h3::before {
        display:none!important;
    }
    #lt-about .sppb-addon-single-image-container {
        margin-bottom:30px!important;
    }
    #lt-membership .sppb-col-md-8 {
        padding-right: 15px!important; 
    }
    #lt-membership .sppb-col-md-4 {
        padding-left: 15px!important;
    }
    #lt-wedding .sppb-addon-text h3::before {
        display:none!important;
    }
    #lt-busines .sppb-addon-single-image-container,
    .lt-business-left .sppb-addon-single-image-container,
    #lt-busines .sppb-text-center .sppb-img-responsive,
    #lt-busines2 .sppb-text-center .sppb-img-responsive {
        width:100%!important;
        max-width:100%!important;
    }
}
