@import url('https://fonts.googleapis.com/css?family=Lora:400,700|Playfair+Display:400,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');
@import url('responsive.css');

html {
	height: 100%;
}
body {
	background: #252525;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}
.top {
	background: #363636;
	font-family: 'Lora';
	color: #959595;
	font-size: 14px;
}
.top-contact {
	margin-top: 10px;
	float: right;
}
.top a {
	color: #959595;
}
.top a:hover {
	color: #fff;
	text-decoration: none;
}
.top-contact li {
	display: inline-block;
	list-style-type: none;
}
.top-contact li:first-child::before {
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f041";
	margin-right: 10px;
}
.tphone:before {
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f095";
	margin-left: 20px;
	margin-right: 10px;
}
.tphone {
	margin-right: 20px;
}
.tmail:before {
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f0e0";
	margin-right: 10px;
}
.top-social {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.top-social li {
	float: left;
	list-style-type: none;
	width: 35px;
	height: 35px;
}
.top-social li:nth-child(1) {
	font-size: 20px;
	text-align: center;
	padding-top: 7px;
	margin-left: 0;
}

header {
	padding-top: 20px;
	padding-bottom: 20px;
}
header h1 a {
	display: block;
	width: 230px;
	height: 127px;
	background-image: url('../images/logo.png');
	background-size: 230px 127px;
	text-indent: -998em;
	margin: auto;
}

nav {
	background: #363636;
	font-family: 'Lora';
	font-size: 15px;
	text-transform: uppercase;
}
nav a {
	color: #959595;
}
nav a:hover {
	color: #fff;
	text-decoration: none;
}
nav ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
nav li {
	display: inline-table;
	margin: 15px 0;
	padding: 0 25px;
	border-right: 1px solid #565656;
}
nav li:last-child {
	border-right: 0;
}

.cnt {
	font-family: 'Lora';
	margin-top: 30px;
	margin-bottom: 30px;
	background: #252525;
	color: #959595;
	text-align: center;
	font-size: 16px;
}
.cnt h2 {
	color: #fff;
	font-size: 29px;
	font-weight: 400;
}
.cnt h2 small {
	display: block;
	color: #555555;
	font-size: 19px;
}
.cnt h2::after {
	display: block;
	content: '';
	width: 41px;
	height: 10px;
	background-image: url('../images/hr.png');
	background-size: 41px 10px;
	margin: 20px auto;
}
.cnt a {
	color: #959595;
}
.cnt a:hover {
	color: #fff;
	text-decoration: none;
}
.border {
	border: 30px solid transparent;
	-webkit-border-image:url('../images/border.png') 30 repeat;
	-moz-border-image:url('../images/border.png') 30 repeat;
	border-image:url('../images/border.png') 30 repeat;
}

footer {
	bottom: 0;
	background: #111;
	color: #959595;
	font-family: 'Lora';
	padding-top: 30px;
	padding-bottom: 30px;
}
.bm {
	text-align: right;
	font-size: 10px;
	text-transform: uppercase;
}
.bm a {
	float: right;
	display: block;
	text-indent: -998em;
	margin-left: 10px;
	background: url('../images/best_media.png');
	background-size: 79px 25px;
	width: 79px;
	height: 25px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 1;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.bm a:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}
.banner {
	margin-top: 30px;
}
.b-cnt {
	background: #fff;
	overflow: hidden;
}
.b-cnt h3 {
	font-family: 'Playfair+Display';
	font-size: 130px;
	color: #000;
	font-weight: 400;
}
.b-cnt h3 small {
	color: #000;
	display: block;
	font-size: 24px;
	letter-spacing: 7px;
	font-weight: 700;
}
.b-cnt h3 small strong {
	display: block;
	font-weight: 400;
}
.b-cnt hr {
	width: 50px;
	margin: 30px auto 30px 0;
	border-color: #998675;
}
.b-desc a {
	display: block;
	color: #000;
	font-weight: 700;
	padding-top: 20px;
}
.b-desc a:hover {
	color: #6a5949;
	text-decoration: none;
}
.b-desc a::before {
	font-family: 'FontAwesome';
	content: "\f138";
	margin-right: 10px;
}
.b-desc {
	padding-top: 20px;
	padding-left: 50px;
	font-family: 'Lato';
	font-size: 15px;
	color: #6a5949;
	font-weight: 100;
}
.carousel-inner::before {
	width: 100%;
	content: '';
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 999999999;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(245,245,245,0) 40%, rgba(229,229,229,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(245,245,245,0) 40%,rgba(229,229,229,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(245,245,245,0) 40%,rgba(229,229,229,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00e5e5e5',GradientType=1 );
}
.box-img {
	margin-bottom: 30px !important;
	overflow: hidden;
	padding-bottom: 20px;
}
.box-img span {
	display: block;
	position: relative;
	margin-top: -70px;
	background: rgba(37,37,37,.9);
	color: #fff;
	font-family: 'Lora';
	text-transform: uppercase;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
	letter-spacing: 5px;
	text-align: center;
}
.box-img a:hover {
	text-decoration: none;
}
.mm {
	margin-top: -20px;
	position: relative;
}
.mm h5 {
	font-family: 'Lora';
	font-size: 15px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.mm h5 small {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
.mm h5 hr {
	width: 50px;
	margin-top; 15px;
	margin-bottom: 15px;
	border-color: #766c5f;
}
.gallery {
	margin-top: 40px;
}
.img {
	margin-top: 20px;
}
.k-img {
	margin: auto;
	border: 3px solid #959595;
	padding: 3px;
}
.k-phone {
	display: block;
	font-size: 30px !important;
	color: #fff !important;
}
.k-white {
	color: #fff;
}
#map-canvas {
	height: 400px;
}
#imagelightbox
{
	cursor: pointer;
	position: fixed;
	z-index: 10000;

	-ms-touch-action: none;
	touch-action: none;

	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}


/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
	border-radius: 50%;
}
#imagelightbox-loading
{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	background-color: #959595;
	background-color: rgba( 149,149,149, 1 );
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em; /* 10 */
	margin: -1.25em 0 0 -1.25em; /* 20 */

	-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
	box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
	#imagelightbox-loading div
	{
		width: 1.25em; /* 20 */
		height: 1.25em; /* 20 */
		background-color: #fff;

		-webkit-animation: imagelightbox-loading .5s ease infinite;
		animation: imagelightbox-loading .5s ease infinite;
	}

	@-webkit-keyframes imagelightbox-loading
	{
		from { opacity: .5;	-webkit-transform: scale( .75 ); }
		50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
		to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
	}
	@keyframes imagelightbox-loading
	{
		from { opacity: .5;	transform: scale( .75 ); }
		50%	 { opacity: 1;	transform: scale( 1 ); }
		to	 { opacity: .5;	transform: scale( .75 ); }
	}


/* OVERLAY */

#imagelightbox-overlay
{
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .9 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* "CLOSE" BUTTON */

#imagelightbox-close
{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	text-align: left;
	background-color: #959595;
	position: fixed;
	z-index: 10002;
	top: 2.5em; /* 40 */
	right: 2.5em; /* 40 */
border: 0 !important;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
#imagelightbox-close:hover,
#imagelightbox-close:focus { background-color: #959595; }

	#imagelightbox-close:before,
	#imagelightbox-close:after
	{
		width: 2px;
		background-color: #fff;
		content: '';
		position: absolute;
		top: 20%;
		bottom: 20%;
		left: 50%;
		margin-left: -1px;
	}
	#imagelightbox-close:before
	{
		-webkit-transform: rotate( 45deg );
		-ms-transform: rotate( 45deg );
		transform: rotate( 45deg );
	}
	#imagelightbox-close:after
	{
		-webkit-transform: rotate( -45deg );
		-ms-transform: rotate( -45deg );
		transform: rotate( -45deg );
	}


/* CAPTION */

#imagelightbox-caption
{
	text-align: center;
	color: #fff;
	background-color: #666;
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em; /* 10 */
}


/* NAVIGATION */

#imagelightbox-nav
{
	background-color: #959595;
	background-color: rgba( 149,149,149, .5 );
	border-radius: 20px;
	position: fixed;
	z-index: 10001;
	left: 50%;
	bottom: 3.75em; /* 60 */
	padding: 0.313em; /* 5 */

	-webkit-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	transform: translateX( -50% );
}
	#imagelightbox-nav button
	{
		width: 1em; /* 20 */
		height: 1em; /* 20 */
		background-color: transparent;
		border: 1px solid #fff;
		border-radius: 50%;
		display: inline-block;
		margin: 0 0.313em; /* 5 */
	}
	#imagelightbox-nav button.active
	{
		background-color: #fff;
	}


/* ARROWS */

.imagelightbox-arrow
{
	width: 3.75em; /* 60 */
	height: 7.5em; /* 120 */
	background-color: #959595;
	background-color: rgba( 149,149,149, .5 );
	vertical-align: middle;
	display: none;
	position: fixed;
	z-index: 10001;
	top: 50%;
	margin-top: -3.75em; /* 60 */
	border: 0 !important;
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus	{ background-color: rgba( 149,149,149, .75 ); }
.imagelightbox-arrow:active { background-color: #959595; }

	.imagelightbox-arrow-left	{ left: 2.5em; /* 40 */ }
	.imagelightbox-arrow-right	{ right: 2.5em; /* 40 */ }

	.imagelightbox-arrow:before
	{
		width: 0;
		height: 0;
		border: 1em solid transparent;
		content: '';
		display: inline-block;
		margin-bottom: -0.125em; /* 2 */
	}
		.imagelightbox-arrow-left:before
		{
			border-left: none;
			border-right-color: #fff;
			margin-left: -0.313em; /* 5 */
		}
		.imagelightbox-arrow-right:before
		{
			border-right: none;
			border-left-color: #fff;
			margin-right: -0.313em; /* 5 */
		}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow
{
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
}
	@-webkit-keyframes fade-in
	{
		from	{ opacity: 0; }
		to		{ opacity: 1; }
	}
	@keyframes fade-in
	{
		from	{ opacity: 0; }
		to		{ opacity: 1; }
	}

@media only screen and (max-width: 41.250em) /* 660 */
{
	#container
	{
		width: 100%;
	}
	#imagelightbox-close
	{
		top: 1.25em; /* 20 */
		right: 1.25em; /* 20 */
	}
	#imagelightbox-nav
	{
		bottom: 1.25em; /* 20 */
	}

	.imagelightbox-arrow
	{
		width: 2.5em; /* 40 */
		height: 3.75em; /* 60 */
		margin-top: -2.75em; /* 30 */
	}
	.imagelightbox-arrow-left	{ left: 1.25em; /* 20 */ }
	.imagelightbox-arrow-right	{ right: 1.25em; /* 20 */ }
}

@media only screen and (max-width: 20em) /* 320 */
{
	.imagelightbox-arrow-left	{ left: 0; }
	.imagelightbox-arrow-right	{ right: 0; }
}
