html,body,ul,ol,li,dl,dt,dd,p,pre,h1,h2,h3,h4,h5,h6,blockquote,form,fieldset,legend,table,td,th
{
	margin: 0;
	padding: 0;
}
img
{
	border-width: 0;
	margin: 0;
	padding: 0;
}
html,body
{
	min-width: 1140px;
}
input,a:focus,textarea
{
	outline: none;
}
body
{
	background: #fff;
	color: #000;
	font: normal normal 14px 'Open Sans', Helvetica, sans-serif;
}
.text-center
{
	text-align: center;
}
a
{
	color: #1c3664;
}
.wrapper
{
	margin: 0 auto;
	width: 1100px;
}
.btn
{
	background: #119ed9;
    border: 1px solid #119ed9;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
}
.btn:hover
{
	border-color: #5f773d;
    color: #fff;
}
.link-btn
{
	border-bottom: 1px dotted #878585;
	display: inline-block;
	font-size: .9em;
	text-decoration: none;
}
.row:after
{
	clear: both;
	content: '';
	display: block;
	overflow: hidden;
}
.col33
{
	box-sizing: border-box;
	float: left;
	margin-right: 1.5%;
	width: 32%;
}
.col33:nth-child(3n)
{
	margin-right: 0;
}
.col33:nth-child(3n+1)
{
	clear: left;
}
.col50
{
	box-sizing: border-box;
	float: left;
	margin-right: 2%;
	width: 49%;
}
.col50:last-child
{
	margin: 0;
}
h1
{
	font-size: 2.1em;
	font-weight: bold;
	margin: 15px 0;
}
h2
{
	font-size: 1.9em;
	font-weight: bold;
	margin: 0 0 25px 0;
}
h3
{
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0;
}
.header
{
	overflow: hidden;
	padding: 20px 0;
}
.header .wrapper a.logo
{
	float: left;
}
.header .logo img
{
	height: 114px;
	width: 174px;
}
.header-text
{
	float: left;
	margin: 0;
	padding: 0;
	width: 400px;
	font-size: 16px;
}
.header-right
{
	float: right;
	margin-top: 10px;
}
.header-right span
{
	display: block;
}
.header-right strong
{
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}
.header-right a
{
	border-bottom: 1px dotted #878585;
	display: inline-block;
	font-size: .9em;
	text-decoration: none;
}
.header-right .address,.header-right .phone
{
	float: left;
	margin-left: 20px;
	padding-left: 80px;
	position: relative;
}
.header-right .phone
{
	margin-left: 30px;
}
.header-right .address:before
{
	background: url("../img/address-icon.png") no-repeat;
	content: '';
	display: inline-block;
	height: 68px;
	left: 0;
	position: absolute;
	top: -3px;
	width: 68px;
}
.header-right .phone:before
{
	background: url("../img/phone-icon.png") no-repeat;
	content: '';
	display: inline-block;
	height: 68px;
	left: 0;
	position: absolute;
	top: -3px;
	width: 68px;
}
.nav-line
{
	background: #119ed9;
	overflow: hidden;
}
.nav-line .nav
{
	border-left: 1px solid #FFF;
	float: left;
}
.nav-line .nav li
{
	float: left;
	list-style: none;
}
.nav-line .nav a
{
	border-right: 1px solid #FFF;
	color: #fff;
	float: left;
	font-size: 1.2em;
	padding: 15px 25px;
	text-decoration: none;
}
.nav-line .nav a:hover
{
	background: rgba(225,255,255,0.1);
}
.nav-line .social-links
{
	float: right;
	margin-top: 12px;
	text-align: right;
}
.nav-line .social-links .vk
{
	background: url("../img/icons24.png") no-repeat;
	background-position-y: -48px;
	display: inline-block;
	height: 24px;
	width: 24px;
}
.nav-line .social-links .fb
{
	background: url("../img/icons24.png") no-repeat;
	background-position-y: -72px;
	display: inline-block;
	height: 24px;
	width: 24px;
}
.nav-line .social-links .instagram
{
	background: url("../img/icons24.png") no-repeat;
	background-position-y: -96px;
	display: inline-block;
	height: 24px;
	width: 24px;
}
.header-fixed .header
{
	margin-bottom: 53px;
}
.header-fixed .nav-line
{
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: -57px;
	transition: top .3s ease-in-out, opacity .3s ease-in-out;
	z-index: 1;
}
.header-visible .nav-line
{
	opacity: 1;
	top: 0;
}
.promo
{
	background: #ddcdc1 url(../img/bg1.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.promo .wrapper
{
	padding: 20px 0;
}
.promo h1
{
	color: #fff;
	position: relative;
	text-align: center;
}
/*
.promo h1:after
{
	border-bottom: 2px solid #1e1310;
	content: '';
	left: 30px;
	position: absolute;
	top: 50%;
	width: 200px;
}
.promo h1:before
{
	border-bottom: 2px solid #1e1310;
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	width: 200px;
}
*/
.promo h2
{
	background: url(../img/sub-header-bg.png) no-repeat center center;
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	margin: 12px auto 0 auto;
	padding: 5px 0 8px 0;
	text-align: center;
	width: 220px;
}
.promo .box
{
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    margin: 440px auto 50px auto;
    padding: 30px 30px 30px 50px;
}
.promo .box>div
{
	padding: 0 25px 0 25px;
	position: relative;
}
.promo-item1:before,.promo-item2:before,.promo-item3:before
{
	left: 0;
	position: absolute;
	top: 0;
}
.promo-item1:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: 0px;
	content: '';
	display: inline-block;
	height: 60px;
	width: 60px;
}
.promo-item2:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -60px;
	content: '';
	display: inline-block;
	height: 60px;
	width: 60px;
}
.promo-item3:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -120px;
	content: '';
	display: inline-block;
	height: 60px;
	width: 60px;
}
.rooms
{
	background: #fcfcfc;
	overflow: hidden;
	padding: 40px 0;
}
.rooms .room
{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	margin-bottom: 40px;
	padding: 20px;
	position: relative;
	transition: box-shadow .3s ease-in-out;
}
.rooms .room:hover
{
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
.rooms .room-image
{
	background: no-repeat center center;
	background-size: contain;	
	border-radius: 10px 10px 0 0;
	display: block;
	height: 235px;
	margin: -20px -20px 10px -20px;
	width: 352px;
}
.rooms .room h3 a
{
	color: #1e1310;
	text-decoration: none;
}
.rooms .room .price
{
	width: 300px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
}

.rooms .room .price span{
	padding: 2px 5px;
	background: #f67746;
	color: #fff;
	font-weight: bold;
}

.rooms .buttons
{
	bottom: 0;
	margin-bottom: 20px;
	position: absolute;
	width: 312px;
  text-align: center;
}
.rooms .link-btn
{
	margin-left: 20px;
}
.rooms-hint
{
	color: #666;
	display: block;
	line-height: 1.5;
	margin: 10px 0;
	text-align: center;
}
.services
{
	background: #ddcdc1 url(../img/bg3.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
.services .wrapper
{
	padding: 40px 0;
}
.services .services-list
{
	overflow: hidden;
}
.services .services-list li
{
	background: rgba(255,255,255,0.9);
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    float: left;
    font-size: 0.9em;
    height: 100%;
    list-style: none;
    margin: 10px 7px 10px 7px;
    padding: 10px 0px;
    position: relative;
    text-align: center;
    width: 32%;
}
.services .services-list li span
{
	display: table-cell;
    height: 50px;
    vertical-align: middle;
    width: inherit;
    text-align: center;
}
.services .services-list li:before
{
	/*content: '';
	left: 50%;
	margin-left: -30px;
	position: absolute;
	top: 10px;*/
}
.services .service-item1:before
{
	/*background: url("../img/icons60.png") no-repeat;
	background-position-y: -180px;
	display: inline-block;
	height: 60px;
	width: 60px;*/
}
.services .service-item2:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -240px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item3:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -300px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item4:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -360px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item5:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -420px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item6:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -480px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item7:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -540px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item8:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -600px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item9:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -660px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item10:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -960px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item11:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -900px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item12:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -1020px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item13:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -1080px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item14:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -1140px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item15:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -1200px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item16:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -1260px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.services .service-item17:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -1320px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.photos
{
	overflow: hidden;
}
.photos .wrapper
{
	padding: 40px 0;
}
.photos h3
{
	margin: 15px 0;
}
.photos .photos-list
{
	overflow: hidden;
}
.photos .photos-list a
{
	display: block;
	float: left;
	width: 33%;
}
.photos .photos-list a:nth-child(3n+1)
{
	clear: left;
}
.photos .photos-list a img
{
	width: 99%;
}
.content
{
	overflow: hidden;
}
.content .wrapper
{
	padding: 40px 0;
}
.content p
{
	line-height: 1.7;
	margin: 18px 0;
}
.owl-carousel
{
	margin-top: 30px;
}
.room-photos img
{
	border-radius: 10px;
}
.room-photos
{
	box-sizing: border-box;
	float: left;
	margin-right: 2%;
	min-height: 490px;
	width: 78%;
}
.room-data
{
	box-sizing: border-box;
	float: left;
	padding: 10px;
	width: 20%;
}
.room-slider
{
	position: relative;
}
.room-slider:hover .owl-prev,.room-slider:hover .owl-next
{
	opacity: .6;
}
.owl-prev,.owl-next
{
	background: rgba(0,0,0,0.8) no-repeat center center;
	display: block;
	height: 60px;
	margin-top: -30px;
	opacity: .3;
	position: absolute;
	top: 50%;
	transition: opacity .2s ease-in;
	width: 35px;
}
.owl-prev
{
	background-image: url(../img/arrow-left.png);
	border-radius: 0 3px 3px 0;
	left: 0;
}
.owl-next
{
	background-image: url(../img/arrow-right.png);
	border-radius: 3px 0 0 3px;
	right: 0;
}
.content.room
{
	background: #ddcdc1 url(../img/bg1.jpg) no-repeat center;
	position: relative;
}
.content.room p
{
	font-size: 1.1em;
}
.content.room .price
{
	background: #119ed9;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 5px;
}
.content.room .buttons
{
	font-size: 1.1em;
}
.content.room .buttons>a
{
	margin-right: 25px;
}
.content.room .box
{
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	margin: 20px 0;
	padding: 10px 30px;
}
ul.photo-list
{
	list-style: none;
	margin: 0;
	overflow: hidden;
}
.photo-list li
{
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	width: 267px;
}
.photo-list li:nth-child(4n)
{
	margin-right: 0;
}
.photo-list a
{
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 267px;
}
.photo-list img
{
	width: 267px;
}
#vk_comments,#vk_comments iframe
{
	width: 100% !important;
}
.contacts-data
{
	float: left;
	width: 30%;
}
.contacts-map
{
	float: left;
	margin-bottom: 50px;
	min-height: 433px;
	width: 70%;
}
.contacts-map:after
{
	clear: both;
	content: '';
}
.contacts
{
	background: #ddcdc1 url(../img/bg2.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.contacts .wrapper
{
	padding: 40px 0;
}
.contacts h2
{
	margin-bottom: 40px;
	text-align: center;
}
.contacts .row
{
	padding: 0 120px;
}
.contacts .row .col33
{
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	height: 320px;
	padding: 90px 10px 10px 10px;
	position: relative;
	text-align: center;
}
.contacts .row .col33:before
{
	content: '';
	display: block;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	top: 20px;
}
.contacts .row .contacts-item1:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -720px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.contacts .row .contacts-item2:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -780px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.contacts .row .contacts-item3:before
{
	background: url("../img/icons60.png") no-repeat;
	background-position-y: -840px;
	display: inline-block;
	height: 60px;
	width: 60px;
}
.contacts .row h3
{
	margin-bottom: 15px;
}
.contacts .row p
{
	font-size: 1.2em;
	margin-bottom: 10px;
}
.contacts .row p .a-phone
{
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}
.contacts .row p .btn
{
	font-size: .9rem;
	margin-top: 10px;
}
.footer
{
	margin-top: 10px;
}
.footer .wrapper
{
	padding: 5px 0;
}
.footer .logo
{
	background: url(../img/logo.png) no-repeat center center;
	background-size: contain;
	float: left;
	height: 50px;
	width: 150px;
}
.footer .copyright
{
	margin: 20px 100px;
	text-align: center;
}
.footer a.to-top
{
	color: #1e1310;
	float: right;
	margin-top: 10px;
	text-decoration: none;
}
.footer .to-top:after
{
	background: url("../img/icons24.png") no-repeat;
	background-color: #119ed9;
	background-position-y: -120px;
	border: 5px solid #119ed9;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 24px;
	margin-left: 15px;
	vertical-align: middle;
	width: 24px;
}
#callOrderModal
{
	width: 270px;
}
#offerPriceModal
{
	width: 270px;
}
#bookingModal
{
	width: 270px;
}
#mapModal
{
	width: 800px;
}
.form
{
	background: #f0f0f0;
	margin: 20px -35px 0 -35px;
	overflow: hidden;
	padding: 20px 35px;
	position: relative;
}
.form label
{
	display: block;
	margin: 10px 0;
}
.form input[type="text"],.form input[type="tel"],.form select
{
	border: 2px solid #999;
	box-sizing: border-box;
	display: block;
	font-size: 1.2em;
	padding: 6px 7px;
	width: 270px;
}
.form .label
{
	display: block;
	font-weight: bold;
	padding: 5px 0;
}
.buttons
{
	margin-top: 20px;
}
.form .btn
{
	background: #119ed9;
	border-color: #119ed9;
	color: #fff;
	font-size: 1.2em;
	padding: 6px 12px;
}
.loading-box
{
	display: none;
}
.loading .loading-box
{
	background: rgba(255,255,255,0.7);
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.loading .loading-box:after
{
	background: url(../img/ajax-loader.gif) no-repeat center center;
	content: '';
	display: block;
	height: 55px;
	left: 50%;
	margin: -28px 0 0 -28px;
	position: absolute;
	top: 50%;
	width: 55px;
}
.success-box
{
	display: none;
}
.success .success-box
{
	background: rgba(255,255,255,0.99);
	bottom: 0;
	display: block;
	left: 0;
	line-height: 1.7;
	padding: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.contacts .success .success-box
{
	background: #f3f3f3;
}
.box-modal .form
{
	border-radius: 0 0 10px 10px;
	margin-bottom: -35px;
}
.arcticmodal-overlay,.arcticmodal-container
{
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}
.arcticmodal-container
{
	border: 0;
	border-collapse: collapse;
	margin: 0;
	overflow: auto;
	padding: 0;
}
*:first-child+html .arcticmodal-container
{
	height: 100%;
}
.arcticmodal-container_i
{
	height: 100%;
	margin: 0 auto;
}
.arcticmodal-container_i2
{
	border: 0;
	margin: 0;
	padding: 24px;
	vertical-align: middle;
}
.arcticmodal-error
{
	background: #000;
	border-radius: 10px;
	color: #fff;
	padding: 20px;
}
.arcticmodal-loading
{
	background: #000 url(loading.gif) no-repeat 50% 50%;
	border-radius: 10px;
	height: 80px;
	width: 80px;
}
@font-face
{
	font-family: "Open Sans";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
	src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"),url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
}
@font-face
{
	font-family: "Open Sans";
	font-style: normal;
	font-weight: bold;
	src: url("../fonts/OpenSansBold/OpenSansBold.eot");
	src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"),url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"),url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
}
.box-modal
{
	background: #fff;
	border-radius: 10px;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	padding: 35px;
	position: relative;
	width: 600px;
}
.box-modal h2
{
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 25px 0;
}
.box-modal_close
{
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-size: 32px;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.box-modal_close:hover
{
	color: #666;
}
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp
{
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;
	vertical-align: top;
}
.fancybox-wrap
{
	left: 0;
	position: absolute;
	top: 0;
	z-index: 8020;
}
.fancybox-skin
{
	background: #f9f9f9;
	border-radius: 4px;
	color: #444;
	moz-border-radius: 4px;
	position: relative;
	text-shadow: none;
	webkit-border-radius: 4px;
}
.fancybox-opened
{
	z-index: 8030;
}
.fancybox-opened .fancybox-skin
{
	box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-outer,.fancybox-inner
{
	position: relative;
}
.fancybox-inner
{
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner
{
	webkit-overflow-scrolling: touch;
}
.fancybox-error
{
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image,.fancybox-iframe
{
	display: block;
	height: 100%;
	width: 100%;
}
.fancybox-image
{
	max-height: 100%;
	max-width: 100%;
}
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span
{
	background-image: url("../img/fancybox_sprite.png");
}
#fancybox-loading
{
	background-position: 0 -108px;
	cursor: pointer;
	left: 50%;
	margin-left: -22px;
	margin-top: -22px;
	opacity: 0.8;
	position: fixed;
	top: 50%;
	z-index: 8060;
}
#fancybox-loading div
{
	background: url("../img/fancybox_loading.gif") center center no-repeat;
	height: 44px;
	width: 44px;
}
.fancybox-close
{
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: -18px;
	top: -18px;
	width: 36px;
	z-index: 8040;
}
.fancybox-nav
{
	background: transparent url("../img/blank.gif");
	cursor: pointer;
	height: 100%;
	position: absolute;
	text-decoration: none;
	top: 0;
	webkit-tap-highlight-color: transparent;
	width: 40%;
	z-index: 8040;
}
.fancybox-prev
{
	left: 0;
}
.fancybox-next
{
	right: 0;
}
.fancybox-nav span
{
	cursor: pointer;
	height: 34px;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	visibility: hidden;
	width: 36px;
	z-index: 8040;
}
.fancybox-prev span
{
	background-position: 0 -36px;
	left: 10px;
}
.fancybox-next span
{
	background-position: 0 -72px;
	right: 10px;
}
.fancybox-nav:hover span
{
	visibility: visible;
}
.fancybox-tmp
{
	left: -99999px;
	max-height: 99999px;
	max-width: 99999px;
	overflow: visible !important;
	position: absolute;
	top: -99999px;
	visibility: hidden;
}
.fancybox-lock
{
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body
{
	overflow: hidden !important;
}
.fancybox-lock-test
{
	overflow-y: hidden !important;
}
.fancybox-overlay
{
	background: url("../img/fancybox_overlay.png");
	display: none;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 8010;
}
.fancybox-overlay-fixed
{
	bottom: 0;
	position: fixed;
	right: 0;
}
.fancybox-lock .fancybox-overlay
{
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-title
{
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	visibility: hidden;
	z-index: 8050;
}
.fancybox-opened .fancybox-title
{
	visibility: visible;
}
.fancybox-title-float-wrap
{
	bottom: 0;
	margin-bottom: -35px;
	position: absolute;
	right: 50%;
	text-align: center;
	z-index: 8050;
}
.fancybox-title-float-wrap .child
{
	background: rgba(0,0,0,0.8);
	background: transparent;
	border-radius: 15px;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	line-height: 24px;
	margin-right: -100%;
	moz-border-radius: 15px;
	padding: 2px 20px;
	text-shadow: 0 1px 2px #222;
	webkit-border-radius: 15px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap
{
	color: #fff;
	margin-top: 10px;
	position: relative;
}
.fancybox-title-inside-wrap
{
	padding-top: 10px;
}
.fancybox-title-over-wrap
{
	background: #000;
	background: rgba(0,0,0,0.8);
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 10px;
	position: absolute;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5)
{
	#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span
	{
		background-image: url("../img/fancybox_sprite@2x.png");
		background-size: 44px 152px;
	}
	#fancybox-loading div
	{
		background-image: url("../img/fancybox_loading@2x.gif");
		background-size: 24px 24px;
	}
}
.owl-carousel .animated
{
	animation-duration: 1000ms;
	animation-fill-mode: both;
	webkit-animation-duration: 1000ms;
	webkit-animation-fill-mode: both;
}
.owl-carousel .owl-animated-in
{
	z-index: 0;
}
.owl-carousel .owl-animated-out
{
	z-index: 1;
}
.owl-carousel .fadeOut
{
	animation-name: fadeOut;
	webkit-animation-name: fadeOut;
}
@-webkit-keyframes fadeOut
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
	}
}
@keyframes fadeOut
{
	0%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
	}
}
.owl-height
{
	moz-transition: height 500ms ease-in-out;
	ms-transition: height 500ms ease-in-out;
	o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
	webkit-transition: height 500ms ease-in-out;
}
.owl-carousel
{
	display: none;
	position: relative;
	webkit-tap-highlight-color: transparent;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage
{
	ms-touch-action: pan-Y;
	position: relative;
}
.owl-carousel .owl-stage:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.owl-carousel .owl-stage-outer
{
	overflow: hidden;
	position: relative;
	webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot
{
	cursor: hand;
	cursor: pointer;
	khtml-user-select: none;
	moz-user-select: none;
	ms-user-select: none;
	user-select: none;
	webkit-user-select: none;
}
.owl-carousel.owl-loaded
{
	display: block;
}
.owl-carousel.owl-loading
{
	display: block;
	opacity: 0;
}
.owl-carousel.owl-hidden
{
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item
{
	display: none;
}
.owl-carousel .owl-item
{
	float: left;
	min-height: 1px;
	moz-user-select: none;
	ms-user-select: none;
	position: relative;
	user-select: none;
	webkit-backface-visibility: hidden;
	webkit-tap-highlight-color: transparent;
	webkit-touch-callout: none;
	webkit-user-select: none;
}
.owl-carousel .owl-item img
{
	display: block;
	webkit-transform-style: preserve-3d;
	width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item
{
	moz-user-select: auto;
	ms-user-select: auto;
	user-select: auto;
	webkit-user-select: auto;
}
.owl-carousel .owl-grab
{
	cursor: grab;
	cursor: move;
	cursor: -ms-grab;
	cursor: -o-grab;
	cursor: -webkit-grab;
}
.owl-carousel.owl-rtl
{
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item
{
	float: right;
}
.no-js .owl-carousel
{
	display: block;
}
.owl-carousel .owl-item .owl-lazy
{
	moz-transition: opacity 400ms ease;
	ms-transition: opacity 400ms ease;
	opacity: 0;
	o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	webkit-transition: opacity 400ms ease;
}
.owl-carousel .owl-item img
{
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper
{
	background: #000;
	height: 100%;
	position: relative;
}
.owl-carousel .owl-video-play-icon
{
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	moz-transition: scale 100ms ease;
	ms-transition: scale 100ms ease;
	o-transition: scale 100ms ease;
	position: absolute;
	top: 50%;
	transition: scale 100ms ease;
	webkit-backface-visibility: hidden;
	webkit-transition: scale 100ms ease;
	width: 80px;
	z-index: 1;
}
.owl-carousel .owl-video-play-icon:hover
{
	moz-transition: scale(1.3, 1.3);
	ms-transition: scale(1.3, 1.3);
	o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
	webkit-transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon
{
	display: none;
}
.owl-carousel .owl-video-tn
{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	moz-background-size: contain;
	moz-transition: opacity 400ms ease;
	ms-transition: opacity 400ms ease;
	o-background-size: contain;
	opacity: 0;
	o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	webkit-background-size: contain;
	webkit-transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame
{
	position: relative;
	z-index: 1;
}
.owl-dots
{
	display: block;
	margin: 10px 0;
	text-align: center;
}
.owl-dots .owl-dot
{
	display: inline;
	display: inline-block;
	zoom: 1;
}
.owl-dots .owl-dot span
{
	background: #d6d6d6;
	border-radius: 30px;
	display: block;
	height: 10px;
	margin: 5px 7px;
	moz-border-radius: 30px;
	moz-transition: opacity 200ms ease;
	ms-transition: opacity 200ms ease;
	o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	webkit-backface-visibility: visible;
	webkit-border-radius: 30px;
	webkit-transition: opacity 200ms ease;
	width: 10px;
}
.owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span
{
	background: #869791;
}
.description {
	text-align: justify;
	font-size: smaller;
}
.StarlineBrendText {
	color: #119ED9;
	font-family: fantasy;
	text-shadow: 2px 2px 4px #ffffff;
	font-size: 34px;
}