/* CSS Document */

/* HTML5 Reset*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* END HTML5 Reset  */



/* MAIN Styles */

body {
	background:url(assets/img/background.png) top left repeat;
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#212121;
	line-height:20px;
}

header {
	width:100%;
	height: 220px;
	background:url(assets/img/header-bgr.png) top left repeat-x;
	position:relative;
}

div.wrap-info, div.wrap-text, div.wrap-contacts {
	width:1050px;
	margin:0 auto;
	position:relative;
	bottom: 47px;
	z-index: 1000;
}
div.wrap-info {
	width: 795px;
}
div.wrap-info div.wrap-promotion {
	display: none;
}

div.wrap-contacts {
	border:1px solid #760606;
	background-color:#fff;
	padding:15px;
	height:460px;
}

div.wrap-contacts h2 {
	text-align:center;
}

div.contants {
	float:left;
	width:1000px;
}

div.wrap-contact-card {
	width: 530px;
	float:left;
}

div.wrap-contact-text {
	width:370px;
	float:right;
}


div.wrap-text {
	border:1px solid #760606;
	background-color:#fff;
	text-align:center;
}

div.wrap-text p, div.wrap-text h2, div.wrap-contacts p, div.wrap-contacts h2 {
	margin:15px;
}

div.wrap-contacts p {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	color:#760606;
	margin-bottom:20px;
}
	
	

div.wrap-gallery-ind {
	width:1050px;
	margin:0 auto;
	padding:20px 0;
}

div.wrap-gallery-ind img {
	border: 1px solid #760606;
	margin-bottom:6px;
}

	

div.moto {
	width:1050px;
	margin:0 auto;
	position:relative;
	text-align: center;
}

div.partners {
	width:1050px;
	margin:0 auto;
	text-align:center;
	position:absolute;
	bottom:100px;
	left:200px;
}

div.wrap-gallery {
	width:100%;
	position: relative;
	background-color: #fff;
	margin-bottom: 40px;
	background:url(assets/img/background-small.png) top left repeat;
}


footer {
	width:100%;
	height: 160px;
	background:url(assets/img/footer-bgr.png) top left repeat-x;
	position:relative;
	top: 30px;
}
	

/* END MAIN Styles */


/* Help Classes*/

.float-l {
	float:left;
}

.float-r {
	float:right;
}

a {
	color: #760606;
}

.marginr-6 {
	margin-right:6px;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	color: #760606;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
	margin-bottom:10px;
}

h3 {
	font-size:15px;
}

h4 {
	font-size:14px;
}

h5 {
	font-size:13px;
}

/*End Help Classes*/


/* OTHER Styles */


	/* Social links Top */

	div.social-links-top {
		width:1050px;
		margin:0 auto;
		text-align:right;
		padding:20px 20px 0 0;
		font-weight:bold;
	}
	
	div.social-links-top a {
		color: #fff;
		margin-left:30px;
		text-decoration:none;
	}
	
	div.social-links-top a.sl-facebook {
		background: url(assets/img/facebook-ico-white.png) 0 0 no-repeat;
		padding: 13px 35px;
	}
	
	div.social-links-top a.sl-facebook:hover {
		background: url(assets/img/facebook-ico-red.png) 0 0 no-repeat;
		padding: 13px 35px;
	}	
	
	div.social-links-top a.sl-phone {
		background: url(assets/img/phone-ico-white_en.png) 0 0 no-repeat;
		padding: 13px 64px;
	}
	
	div.social-links-top a.sl-phone:hover {
		background: url(assets/img/phone-ico-red_en.png) 0 0 no-repeat;
	}
	
	div.social-links-top a.sl-phone-en {
		background: url(assets/img/phone-ico-white_en.png) 0 0 no-repeat;
		padding: 13px 64px;
	}
	
	div.social-links-top a.sl-phone-en:hover {
		background: url(assets/img/phone-ico-red_en.png) 0 0 no-repeat;
	}
	
	div.social-links-top a.sl-map {
		background: url(assets/img/map-ico-white.png) 0 0 no-repeat;
		padding: 13px 35px;
	}
	
	div.social-links-top a.sl-map:hover {
		background: url(assets/img/map-ico-red.png) 0 0 no-repeat;
		padding: 13px 35px;
	}
	
	div.social-links-top a.sl-map-en {
		background: url(assets/img/map-ico-white_en.png) 0 0 no-repeat;
		padding: 13px 35px;
	}
	
	div.social-links-top a.sl-map-en:hover {
		background: url(assets/img/map-ico-red_en.png) 0 0 no-repeat;
		padding: 13px 35px;
	}
	
	/* END Social links Top*/
	
	
	/* Social links Bottom */

	div.social-links-bottom {
		width:500px;
		text-align:left;
		padding-top: 20px;
		font-weight:bold;
	}
	
	div.social-links-bottom a {
		color: #9c4b4b;
		margin-right:40px;
		text-decoration:none;
	}
	
	div.social-links-bottom a.sl-facebook {
		background: url(assets/img/facebook-ico-red.png) 0 0 no-repeat;
		padding: 10px 35px;
	}
	
	div.social-links-bottom a.sl-facebook:hover {
		background: url(assets/img/facebook-ico-white.png) 0 0 no-repeat;
		padding: 10px 35px;
	}	
	
	div.social-links-bottom a.sl-phone {
		background: url(assets/img/phone-ico-red_en.png) 0 0 no-repeat;
		padding: 10px 64px;
	}
	
	div.social-links-bottom a.sl-phone:hover {
		background: url(assets/img/phone-ico-white_en.png) 0 0 no-repeat;
	}
	
	div.social-links-bottom a.sl-phone-en {
		background: url(assets/img/phone-ico-red_en.png) 0 0 no-repeat;
		padding: 10px 64px;
	}
	
	div.social-links-bottom a.sl-phone-en:hover {
		background: url(assets/img/phone-ico-white_en.png) 0 0 no-repeat;
	}
	
	div.social-links-bottom a.sl-map {
		background: url(assets/img/map-ico-red.png) 0 0 no-repeat;
		padding: 10px 35px;
	}
	
	div.social-links-bottom a.sl-map:hover {
		background: url(assets/img/map-ico-white.png) 0 0 no-repeat;
	}
	
	div.social-links-bottom a.sl-map-en {
		background: url(assets/img/map-ico-red_en.png) 0 0 no-repeat;
		padding: 10px 35px;
	}
	
	div.social-links-bottom a.sl-map-en:hover {
		background: url(assets/img/map-ico-white_en.png) 0 0 no-repeat;
	}
	
	
	/* END Social links Bottom*/
	
	
	
	/* Head - Logo+Languages */

	div.head {
		width:1050px;
		height:70px;
		margin:30px auto;
		background:url(assets/img/head-bgr-hr.png) bottom right no-repeat;
	}
	
		
	div.lng-bg {
		text-align:right;
		margin:25px 7px 0 0;
	}
	
	div.lng-en {
		text-align:right;
		margin:25px 60px 0 0;
	}
	
	div.lng-bg img:hover {
		 padding-top: 1px;
	}
	
	div.lng-en img:hover {
		 padding-top: 1px;
	}
		
	/* END Head - Logo+Languages */
	
	
	/* Navigation */
	
	nav {
		margin:0 auto;
		width:1050px;
		padding-left:40px;
	}
	
	nav a {
		margin-right:20px;
		text-decoration:none;
		font-weight:bold;
		font-size: 15px;
		text-shadow: 0px 1px 2px #e5e5e5;
	}
	
	nav a:hover {
		color: #ed9945;
	}
	
	nav a.active {
		color: #ed9945;
	}
	
	
		
	/* End Navigation */
	
	
	/* Reservation wrap */
	
	div.wrap-reservation {
		width:534px;
		height: 260px;
		margin-right:18px;
		background-image: url(assets/img/reservetions-bgr.png);
	}
		
	/* End Reservation Wrap*/
	
	/* Promotions&Rooms wrap */
	
	div.wrap-promotion {
		width:240px;
		height: 260px;
		background-image: url(assets/img/promo-room-bgr.png);
		margin-right:15px;
	}
	
	div.wrap-rooms-img  {
		width:238px;
		height:222px;
		margin: 0 1px 1px 1px;
	}
	
	div.wrap-promotion-img {
		width:238px;
		height:222px;
		position:relative;
		left:1px;
	}
	
	div.promotion-text {
		position:absolute;
		bottom:0;
		background-color: rgba(248,241,233,0.7);
		text-align:right;
		z-index:1000;
		color: #760606;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: bold;
		width:100%;
	}
	
	#box-6 > div.promotion-text > p {
		margin: 15px 3px 5px 3px;
	}

	div.wrap-rooms {
		width:240px;
		height: 260px;
		background-image: url(assets/img/promo-room-bgr.png);
	}
	
	div.wrap-reservation h4, div.wrap-promotion h4, div.wrap-rooms h4 {
		color:#fff;
		background-color:#760606;
		padding:8px 20px;
		margin: 1px 1px 0 1px;
	}
	
	div.wrap-promotion h4 a, div.wrap-rooms h4 a{
		color:#fff;
		text-decoration:none;
	}
	
			/* Booking Form */
			
			.table {
				font-size:13px;
				margin:5px;
				line-height:16px;
				width:100%;
				
			}
			
			.table-booking {
				text-align:left;
				margin: 40px 180px;
				width:70% !important;
			}
			
			.table td {
				vertical-align:top;
			}
			
			.input { 
				color: #858585; box-shadow: 0 0 0px 2px #ebebeb; -webkit-box-shadow: 0 0 0px 2px #ebebeb; -moz-box-shadow: 0 0 0px 2px #ebebeb; border: 1px solid #d7d7d7;display: inline-block; padding: 1px 0px 3px 0px; background-color: #fbfbfb;
			}
			
			.loginCalendar { background: #fbfbfb url(assets/img/formico-calendar.png) no-repeat 146px 5px; }
			
			.submit {
				width: 127px;
				height: 30px;
				margin-top: 8px;
margin-left: 1px;
				background: #760606; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2MDYwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzgzMGYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTJhMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #760606 0%, #830f0f 98%, #9a2a2a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#760606), color-stop(98%,#830f0f), color-stop(100%,#9a2a2a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #760606 0%,#830f0f 98%,#9a2a2a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #760606 0%,#830f0f 98%,#9a2a2a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #760606 0%,#830f0f 98%,#9a2a2a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #760606 0%,#830f0f 98%,#9a2a2a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760606', endColorstr='#9a2a2a',GradientType=0 ); /* IE6-8 */

				border: 1px solid #720d0d;
				-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color:#fff;
font-weight:bold;
font-size:15px;
			}
			
			.submit:hover {
				color:#9c4b4b;
			}
			
			
			.ui-widget-content {
				border: 1px solid #aaaaaa;
				background: #ffffff url(assets/img/reservetions-bgr.png) 50% 50% repeat-x !important;
				color: #222222;
			}
			
			.ui-widget-header {
				background: #760606 !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2MDYwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzgzMGYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTJhMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)  !important;
background: -moz-linear-gradient(top,  #760606 0%, #830f0f 98%, #9a2a2a 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#760606), color-stop(98%,#830f0f), color-stop(100%,#9a2a2a)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #760606 0%,#830f0f 98%,#9a2a2a 100% !important); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #760606 0%,#830f0f 98%,#9a2a2a 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #760606 0%,#830f0f 98%,#9a2a2a 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #760606 0%,#830f0f 98%,#9a2a2a 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760606', endColorstr='#9a2a2a',GradientType=0 ) !important; /* IE6-8 */
				color:#fff !important;
				border: 1px solid #720d0d !important;
			}
			
			.ui-widget-header .ui-icon {
				background-image: url(assets/img/ui-icons_my.png) !important;
				}
			
			.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
				background: #760606 !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2MDYwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzgzMGYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTJhMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)  !important;
background: -moz-linear-gradient(top,  #760606 0%, #830f0f 98%, #9a2a2a 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#760606), color-stop(98%,#830f0f), color-stop(100%,#9a2a2a)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #760606 0%,#830f0f 98%,#9a2a2a 100% !important); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #760606 0%,#830f0f 98%,#9a2a2a 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #760606 0%,#830f0f 98%,#9a2a2a 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #760606 0%,#830f0f 98%,#9a2a2a 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#760606', endColorstr='#9a2a2a',GradientType=0 ) !important; /* IE6-8 */
border:none !important;
color:#fff !important;

			}
			
				
			
			/* End Booking Form */
			
			
	
			
			/* Image Rooms Effect */
	
			.box {
				cursor: pointer;
				position: relative;
				overflow: hidden;
			}
			
			.box img {
				position: absolute;
				left: 0;
					-webkit-transition: all 300ms ease-out;
					-moz-transition: all 300ms ease-out;
					-o-transition: all 300ms ease-out;
					-ms-transition: all 300ms ease-out;	
				transition: all 300ms ease-out;
			}
			
			.box .caption {
				background-color: rgba(248,241,233,0.7);
				position: absolute;
				
				z-index: 100;
					-webkit-transition: all 300ms ease-out;
					-moz-transition: all 300ms ease-out;
					-o-transition: all 300ms ease-out;
					-ms-transition: all 300ms ease-out;	
					transition: all 300ms ease-out;
				left: 0;
			}
			
			.box .fade-caption, .box .scale-caption  {
				opacity: 0;
				width: 238px;
				height: 52px;
				text-align: left;
				padding: 15px;
				margin-top: 140px;
			}

			.box .scale-caption h5, .box .scale-caption p {
				position: relative;
				left: -200px;
				top:0;
				width: 220px;
				-webkit-transition: all 300ms ease-out;
				-moz-transition: all 300ms ease-out;
				-o-transition: all 300ms ease-out;
				-ms-transition: all 300ms ease-out;	
				transition: all 300ms ease-out;
			}
			
			.box .scale-caption p a {
				color:#760606;
				text-decoration:none;
				font-family:"Times New Roman", Times, serif;
				font-style:italic;
				font-weight:bold;
			}
			
			.box .scale-caption h5 {
				-webkit-transition-delay: 300ms;
				-moz-transition-delay: 300ms;
				-o-transition-delay: 300ms;
				-ms-transition-delay: 300ms;	
				transition-delay: 300ms;
			}
			
			.box .scale-caption p {
				-webkit-transition-delay: 500ms;
				-moz-transition-delay: 500ms;
				-o-transition-delay: 500ms;
				-ms-transition-delay: 500ms;	
				transition-delay: 500ms;
			}

			.box:hover .simple-caption {
				-moz-transform: translateY(-100%);
				-o-transform: translateY(-100%);
				-webkit-transform: translateY(-100%);
				opacity: 1;
				transform: translateY(-100%);
			}
			
			.box:hover .full-caption {
				-moz-transform: translateY(100%);
				-o-transform: translateY(100%);
				-webkit-transform: translateY(100%);
				opacity: 1;
				transform: translateY(100%);
			}
			
			.box:hover .fade-caption, .box:hover .scale-caption  {
				opacity: 1;
			}
						
			.box:hover #image-6 {
				-moz-transform: scale(1.4);
				-o-transform: scale(1.4);
				-webkit-transform: scale(1.4);
				transform: scale(1.4);
			}
			
			.box:hover .scale-caption h5, .box:hover .scale-caption p {
				-moz-transform: translateX(200px);
				-o-transform: translateX(200px);
				-webkit-transform: translateX(200px);
				transform: translateX(200px);
			}
		
			/* Image Rooms Effect */

		
	/* End Promotions&Rooms Wrap*/
	
div.moto img {
	margin:0 auto;
	padding: 0 0 40px 0;
}

div.foot-text {
	width:1050px;
	margin:0 auto;
	padding-top:100px;
}

div.need-reserved {
	width:500px;
	text-align:right;
	color:#9c4b4b;
	font-size:12px;
}

div.need-reserved a {
	color:#9c4b4b;
	font-size:12px;
}
	

	/* Partners */
	
	div.partners div {
		width:199px;
		height:91px;
		margin-right:15px;
	}
	
	div.partners div img:hover {
		padding-top: 1px;
	}
		
	/* End Partners */
	.award {
		position:absolute;
		top:90px;	
	}
	
	.award:hover {
		padding-top:1px;
	}     

/* END OTHER Styles */

.slider-wrapper {
text-align:center;
}






/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(assets/img/default/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(assets/img/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(assets/img/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}








/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left: 130px;
	bottom: 130px;
	background:#fff;
	width:430px;
	height:370px;
	z-index:8;
	padding: 40px 10px;
	text-align:center;
	line-height:20px;
	
	opacity: 0.8;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter:alpha(opacity=80);
	zoom: 1;
	
	display: none\9 !important;
	
	
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	display:none;
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}





.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}


.site-main {
max-width: 1050px;
width: 100%;
margin: 30px auto;
}



/* WP */
.widget {

}

.widget-title {

}

.widget ul {

}

.widget li {

}

.widget a {

}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}