<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Escape
Theme URI: https://themeforest.net/item/escape-real-life-room-escape-game-company-wp-theme/15376203
Author: themecube
Author URI: https://themeforest.net/user/themecube
Description: Real Life Room Escape Game Company Wordpress Theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: escape
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* GENERAL */

@font-face {
    font-family: 'League Spartan';
    src: url('fonts/leaguespartan-bold-webfont.eot');
    src: url('fonts/leaguespartan-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguespartan-bold-webfont.woff2') format('woff2'),
         url('fonts/leaguespartan-bold-webfont.woff') format('woff'),
         url('fonts/leaguespartan-bold-webfont.ttf') format('truetype'),
         url('fonts/leaguespartan-bold-webfont.svg#league_spartanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Umbrage';
    src: url('fonts/umbrage2-webfont.eot');
    src: url('fonts/umbrage2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/umbrage2-webfont.woff2') format('woff2'),
         url('fonts/umbrage2-webfont.woff') format('woff'),
         url('fonts/umbrage2-webfont.ttf') format('truetype'),
         url('fonts/umbrage2-webfont.svg#umbrageregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

input:focus,
select:focus,
a:focus {
	outline: none;
}

.wpcf7-form h5 {
	color: #f2f2f2;
}

.btn,
.form-control {
	border-radius: 0 !important;
}

.dotted_bg {
	background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
}
.bw {
	-webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

.blended {
  background-blend-mode: multiply;
}

.inner {
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
	position: relative;
}

.no-padding,
.no-padding .kc_column {
	padding-left: 0 !important;
	padding-right: 0 !important;
	/*overflow-y: hidden !important;*/
}

.leaflet-container {
	width: calc(100vw - 15px) !important;
}


.vc_row {
     margin-left: 0 !important; 
     margin-right: 0 !important; 
}

.wpb_content_element {
	margin-bottom: 0 !important;
}

.no-padding {
	padding-left:0 !important;
	padding-right:0 !important;
}

.owl-carousel img {
	margin-left:auto;
	margin-right:auto;
}

/* PRELOADER */
.preload {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%; 
	z-index: 9999;
	display: table;
	background: #212529;
}

.preload-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* END OF PRELOADER */


/* NAVIGATION */

.navbar-custom.styled,
.navbar-custom.default,
.blog .navbar-custom.default,
.single-post .navbar-custom.default,
.page-template-page-nosidebar .navbar-custom.default,
.woocommerce .navbar-custom.default {
	background: #2b2e34;
	font-family: "League Spartan";
	font-size: 14px;
}

.navbar-nav .nav-link {
	color: #ffffff;
}

.navbar-nav .nav-link:hover {
	color: #fdb713;
}


@media screen and (min-width:768px) {
	.navbar-expand-md .navbar-nav .nav-link {
	    padding-right: 15px;
	    padding-left: 15px;
	}

	header.site-header {
		clear: both;
	}

	.navbar-custom .navbar-toggler i {
		font-size: 25px;
	}

	.navbar-custom .navbar-toggler:focus {
		outline: none;
	}
}

@media screen and (max-width: 767px) {
	.navbar-brand {flex-grow: 2;}
}

.navbar-custom i.icon {
     width: auto !important;
     height: auto !important;
     line-height: initial;
     vertical-align: middle !important;
}


/* Navigation Depth 3 */
ul.dropdown-menu li &gt; ul.dropdown-menu{
	left: 100%;
	top: 0;
}

ul.dropdown-menu li:hover &gt; ul.dropdown-menu,
ul.dropdown-menu li:focus &gt; ul.dropdown-menu{
	display: block
}

/* Dropdown Menu */
.dropdown-menu {
	border: 0;
	border-radius: 0;
	background: #2b2e34;
	font-size: 14px;
}

.dropdown-menu a {
	color: #ffffff;
	background: transparent;
}

.dropdown-menu a:hover {
	color: #fdb713;
}

.dropdown-item:focus, .dropdown-item:hover {
	background: transparent;
}

/* Dropdown menu 3 depth right arrow */

.dropdown-toggle::after {
	font-family: 'feather';
	content: "\e842";
	font-size: 14px;
	border: 0;
	margin-right: .5rem;
	vertical-align: 0;

}

.dropdown-menu li.menu-item-has-children &gt; a::after {
	font-family: 'feather';
	content: "\e844";
	font-size: 14px;
	border: 0;
	margin-right: .5rem;
	vertical-align: 0;
}


/* END OF NAVIGATION */


/* FOOTER */

footer.site-footer {
	display: inline-block;
	width: 100%;
}

.site-footer a,
.site-footer a:hover {
	text-decoration: none;
}

.site-footer ul {
	list-style-type: none;
	padding-left: 0;
}

.site-footer ul li ul {
	padding-left: 15px;
}

.site-footer .social-icons {
	margin-bottom: 0;
}

.site-footer .social-icons .list-inline-item:not(:last-child) {
    margin-right: .7rem;
}

.site-footer section.widgetÂ&nbsp;{
	padding: 15px 0;
}

.site-footer .widget form {
	margin-bottom: 20px;
}

.site-footer .widget h5 {
	margin-top: 20px;
}

.site-footer caption {
	color: #ffffff;
}

/* Subfooter */

.subfooter {
	padding: 20px 0;
}

.subfooter a,
.subfooter a:hover {
	text-decoration: none;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}

.subfooter ul {
	margin-bottom: 0;
}

.subfooter ul li:not(:last-child) {
    margin-right: .5rem;
}

.subfooter ul li {
    display: inline-block;

}

/* Scroll to Top */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9997;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    display: none;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

#back-to-top.show {
	display: block !important; 
}


/* END OF FOOTER */

/* SINGLE PAGE */

.single-page-header {
	/*padding: 40px 0; */
	background: #f5f7fa;
	position: relative;
	display: table;
	width: 100%;
	height: 150px;
	word-break: break-word;
	-ms-word-wrap: break-word;

	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page .entry-content {
	margin-top: 30px;
}


/* END OF SINGLE PAGE */

/* BLOG */

.blog-posts {
	background-color: #f5f7fa;
}

.blog-posts .post {
	background: #ffffff;
	position: relative;
	box-shadow: 0 0 10px 2px rgba(222, 222, 222, 0.3);
}

.blog-posts .post .entry-footer,
.blog-posts .post header {
	padding: 30px;
}

.blog-posts .post .entry-content,
.blog-posts .post .entry-summary {
	padding: 0 30px;
}

.blog-posts .post iframe {
	width: 100%;
}

.blog-posts a,
.sidebar a {
	color: #444444;
}

.blog-posts a:hover,
.sidebar a:hover {
	color: #ffcd00;
	text-decoration: none;
}

.blog-posts i,
.single-post i {
	font-size: 20px;
	margin-right: 5px;
	/*vertical-align: text-bottom;*/
}

.blog-posts img {
	max-width: 100% !important;
	height: auto !important;
}

.wp-caption {
	max-width: 100%;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image,
.alignnone,
figure.wp-caption img {
	max-width: 100%;
	height: auto
}

a.post-thumbnail {
	display: block;
	/*margin-bottom: 2em;*/
}

figure.wp-caption.alignnone {
	width: 100% !important;
	height: auto;
}

.aligncenter {
	display: block;
	margin-left: auto !important; 
	margin-right: auto !important;
	max-width: 100%;
	height: auto;
}

.alignleft {
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.alignright {
	display: inline-block;
	float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}

p .alignright.size-thumbnail {
	display: block;
	float: none;
	margin-left: auto;
}

.wp-caption-text {
	margin-top: 5px;
    font-style: italic;
}

article.post {
	margin: 30px 0;
}

.gallery-caption,
.bypostauthor {
	visibility: visible;
}

article.post table {
	border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}


#wp-calendar td,
#wp-calendar th,
article.post table td,
article.post table th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.post pre {
    border: 1px solid #212529;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.post a:hover,
.entry-title a:hover,
.entry-meta a:hover,
.entry-footer a:hover,
.more-link:hover,
.page-links a:hover,
.nav-links a:hover {
	text-decoration: none;
}

.page-header-archive,
.page-header-search {
	margin-top: 30px;
}

h1.entry-title {
	font-family: "League Spartan";
    font-weight: normal;
}

h2.entry-title {
	font-family: "Umbrage";
	font-weight: normal;;
}

.widget-title {
    font-family: "League Spartan";
    font-weight: normal;
}

/* Pagination - Navigation */

.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.pagination {
    font-size: 19px;
    font-size: 1.1875rem;
    position: relative;
}

.pagination .nav-links {
	margin-left: auto !important;
	margin-right: auto !important;
	margin: 0 0 34px 0;
}

.pagination .page-numbers {
	background: #ffffff;
    letter-spacing: 0.013157895em;
    line-height: 1;
    margin: 0 0.7368421053em 0 -0.7368421053em;
    padding: 7px 10px;
    text-transform: uppercase;
}

.page-numbers.current,
.pagination a.page-numbers:hover {
	color: #ffffff;
	background: #212529;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.page-numbers i {
	margin-right: 0;
}

.page-links {
	margin-bottom: 20px;
}

.page-links a {
	background-color: #212529;
    border-color: #212529;
    border-radius: 2px;
    color: #ffffff !important;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #007acc; /* primary color */
    border-color: transparent;
    color: #fff
}

.entry-meta span,
.entry-footer span {
	margin-right: 15px;
	font-size: 15px;
}

.post-navigation .nav-links .nav-previous:before {
	font-family: 'feather';
	content: '\e849';
}


.post-navigation .nav-links .nav-next:after {
	font-family: 'feather';
	content: '\e847';
}

/* Gallery */

.gallery {
	display: block;
	float: none;
}

.gallery-item {
	display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-icon img {
	margin: 0 auto;
}

h2.entry-title {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

.sticky::after {
	width: 0;
	height: 0;
	border-top: 6em solid #ffcd00;
	border-left: 6em solid transparent;
}

.sticky::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
}

.more-link {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 2px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #212529;
	background-color: transparent;
	background-image: none;
	border-color: #212529;
}

.more-link:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.more-link:focus, .more-link.focus {
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.widget input[type="search"],
.post input[type="password"]{
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.widget input[type="search"]:focus,
.post input[type="password"]:focus {
	    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.widget input[type="submit"],
.widget button[type="submit"],
.post input[type="submit"] {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.widget input[type="submit"],
.widget button[type="submit"],
.post input[type="submit"] {
  color: #fff;
  background-color: #ffcd00;
  border-color: #ffcd00;
}

.widget input[type="submit"]:hover,
.widget button[type="submit"]:hover,
.post input[type="submit"]:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.widget input[type="submit"]:focus,
.widget button[type="submit"]:focus,
.post input[type="submit"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}


/* Sidebar */

.widget ul {
	list-style-type: none;
	padding-left: 0;
}

.widget ul li, .widget ol li {
    /*border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;*/
    padding: 0.2em 0;
}

.widget ul li ul {
    padding-left: 15px;
} 

.widget ul li a:hover {
	text-decoration: none;
}

.sidebar .widget {
	margin: 30px 0;
}

.textwidget img {
	width: 100%;
	height: auto;
}

.textwidget select {
	width: 100%;
}

.sidebar .nice-select {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar td,
#wp-calendar th {
    padding: 8px;
}

#wp-calendar a:hover {
	text-decoration: none;
}

#wp-calendar caption {
    text-align: center;
    caption-side: top;
}

#wp-calendar #next {
	text-align: right;
}

a.tag-cloud-link {
	font-size: 14px !important;
    border: 1px solid;
    padding: 3px 5px;
    display: inline-block;
    margin-bottom: 5px;
}

a.tag-cloud-link:hover {
	color: #ffffff !important;
	background: #ffcd00;
	border: 1px solid #ffcd00;
	text-decoration: none;
	webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.widget_rss ul li {
	margin-bottom: 15px;
}

.widget input[type="search"] {
	width: 10em;
	max-width: auto;
}

/* End of Sidebar */

/* Single Post */

article.single-post {
	margin-top: 0;
}

.single-post .post-thumbnail {
	margin-bottom: 1rem;
}

.singlepostheader {
	background: #f5f7fa;
	position: relative;
	display: table;
	width: 100%;
	height: 150px;
	margin-bottom: 2rem;
	word-break: break-word;
	-ms-word-wrap: break-word;

	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.single-post .sidebar .widget {
	margin-top: 0;
}

/* End of Single Post */


/* Comments */

.comments-area {
	margin-top: 40px;
}

.post-navigation .nav-links {
	display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

ol.medias {
	padding-left: 0;
}

.media-content {
	padding:20px;
	background: #f5f7fa;
	position: relative;
}

.media-content time {
	position: absolute;
	top:20px;
	right: 20px;
	letter-spacing: 1px;
}

ol.medias .pingback {
	list-style: none;
	margin-bottom: 15px;
}

ol.medias li.pingback:last-child {
	margin-bottom: 40px;
}

/* End of Comments */ 


/* END OF BLOG */

/* 404 */

.error-404 {
	min-height: 600px;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.error-404 .page-header {
	padding-top: 7rem;
}

.error-404 i {
	font-size: 4rem;
}

@media screen and (max-width: 767px) {
	.gallery-item {
		max-width: 100%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 100%;
	}

}


/* INFOBOX */

.infobox {
	margin:30px 0;
	line-height:23px;
}

.infobox .icon_bg {
	display:inline-block;
	padding:40px;
	border-radius:50%;
	margin-bottom:25px;
}

.infobox .icon {
	margin-bottom:20px;
}


/* FUNFACT */

.funfact-item p.nmbr {
	font-size:70px;
	font-family:umbrageregular;
	line-height:70px;
}

.funfact-item p.description {
	font-size:12px;
	font-family:league_spartanregular;
	letter-spacing:5px;
}

/*  ROOMS CAROUSEL */


#rooms-carousel {
	margin:20px 0 40px 0;
}

#rooms-carousel .item {
	margin:0 10px;
}

#rooms-carousel p {
	color:#999999;
}

#rooms-carousel h3 {
	color:#fdb713;
	margin-top:5px;
}


#rooms-carousel .caption {
	padding:5px;
}

/* rooms carousel image hover */

#rooms-carousel .item figure {
	position: relative;
	overflow: hidden;
	height: auto; 
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

#rooms-carousel .item figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

#rooms-carousel .item i {
	color:#fdb713;
}

#rooms-carousel .item figure figcaption {
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#rooms-carousel .item figure figcaption::before,
#rooms-carousel .item figure figcaption::after {
	pointer-events: none;
}

#rooms-carousel .item figure figcaption,
#rooms-carousel .item figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size:0;
}


/*-----------------*/
/***** Apollo *****/
/*-----------------*/

#rooms-carousel .item figure.effect-apollo {
	background: #2b2e34;
}

#rooms-carousel .item figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

#rooms-carousel .item figure.effect-apollo figcaption::before {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

#rooms-carousel .item figure.effect-apollo p {
	position: absolute;
	left:0;
	right: 0;
	bottom: 0;
	padding: 5em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	font-size:15px;
}

#rooms-carousel .item figure.effect-apollo:hover img {
	opacity: 0.35;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

#rooms-carousel .item figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

#rooms-carousel .item figure.effect-apollo:hover p {
	color:#fff;
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.btn-room-carousel {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2px;
}

/* FAQ */

#faq .vc_toggle_title h4 {
	color:#ffffff;
	font-size:17px;
}



/* 5. INSTAGRAM */

.insta-wrapper {
	position:relative;
	height:300px;
	overflow:hidden;
}

.insta-wrapper #instafeed {
	width: 150%;
    height: 300px;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 1;
}

.insta-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	padding:50px 0;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(rgba(0,0,0,0.4) 20%,rgba(0,0,0,0.6) 100%);
    background: -moz-linear-gradient(rgba(0,0,0,0.4) 20%,rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0.4) 20%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(rgba(0,0,0,0.4) 20%,rgba(0,0,0,0.6) 100%);
}

.insta-wrapper .lead {
	color:#ffffff;
	margin-bottom: 0;
}

.insta-wrapper h1 {
	margin-top: 25px;
}

/* contact box */

.contactbox {
	display:table;
	width:100%;
	margin-bottom:30px;
}

.contactbox .icon {
	display:table-cell;
	vertical-align:middle;
	margin-right:10px;
	width:20%;
}

.contactbox .caption {
	display:table-cell;
	vertical-align:middle;
}

.contactbox .caption p.lead {
	margin-bottom:0;
}

/* ROOM Layout */

/* project layout image hover */

#room-layout .item {
	margin-bottom:20px;
}

#room-layout .item .caption {
	
}


#room-layout i {
	color:#fdb713;
}

#room-layout .item figure {
	position: relative;
	overflow: hidden;
	height: auto; 
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

#room-layout .item figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

#room-layout .item figure figcaption {
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#room-layout .item figure figcaption::before,
#room-layout .item figure figcaption::after {
	pointer-events: none;
}

#room-layout .item figure figcaption,
#room-layout .item figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size:0;
}


/*-----------------*/
/***** Apollo *****/
/*-----------------*/

#room-layout .item figure.effect-apollo {
	background: #fdb713;
}

#room-layout .item figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

#room-layout .item figure.effect-apollo figcaption::before {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

#room-layout .item figure.effect-apollo p {
	font-size:14px;
	padding:7em 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

#room-layout .item figure.effect-apollo i{
	color:#2b2e34;
}


#room-layout .item figure.effect-apollo:hover img {
	opacity: 0.2;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

#room-layout .item figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

#room-layout .item figure.effect-apollo:hover p {
	color:#fff;
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

#room-layout .item figure.effect-apollo:hover p.desc {
	color:#fff;
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

#room-layout .item .caption .description {
	font-size: 15px;
}


/* SINGLE ROOM */

.room-page {
	margin-bottom:20px;
}

.room-info p.lead {
	color:#999999;
	margin-bottom:0;
}

.room-img {
	height:400px;
	min-height:400px;
	display:table;
	width:100%;
	margin-bottom:50px;
	background-attachment:fixed; 
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.room-img-inner {
	color:#ffffff;
	background:rgba(0,0,0, 0.2);
	display:table-cell;
	vertical-align:middle;
	background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6) 1px, transparent 1px, transparent 100%);
	-webkit-background-size: 3px 3px;
	-moz-background-size: 3px 3px;
	background-size: 3px 3px;
}

.room-img-inner h2.room-title {
	color:#ffffff;
	font-size:50px;
	letter-spacing:4px;
}

.room-img-inner .room-att {
	margin-top:20px;
}

.room-img-inner .room-att i {
	color:#fdb713;
}


.room-gallery-image {
	width:49%;
	height:auto;
	display:inline-block;
}

.room-gallery-image:nth-child(even){
	margin-right:2%;
}

.room-video {
	clear:both;
}

.room-video iframe {
	width:100%;
	height:auto;
}

.room-info i {
	color:#fdb713;
}

.room-att-info {
	display:table;
	width:100%;
	margin-bottom:20px;
}

.room-att-info .icon,
.room-att-info .room-caption {
	display:table-cell;
	vertical-align:middle;
}

.room-att-info .icon {
	padding-right:5px;
	width: 5em;
	text-align: center;
}

.room-info h6 {
	margin-bottom:0;
}

.room-info p.lead {
	color:#999999;
	margin-bottom:0;
}</pre></body></html>