/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
/* End of Reset */
* {
margin: 0;
padding: 0;
}
html, body {	
	background:#F8F8F4;
	margin:0 auto;	
	padding:0;
	height:100%;
	top:0;
	font-family: 'Ubuntu', sans-serif;
}
blockquote
{
    clear: both;
    font-style: italic;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 10px 10px 50px;
    position: relative;
    quotes: none;
    background: url(https://dl.dropbox.com/u/96099766/RotatingTestimonial/open-quote.png) 0 0 no-repeat;
    border: 0px;
    font-size: 120%;
    line-height: 200%;
}

.more{
	text-decoration:none;
	color:#FFF;
	background:#222;
	padding:10px;
	border-radius:5px;
}

.q-content{
	width:70%;
	float:left;
	min-height:300px;
}
.q-content blockquote{
	background:none;
	font-size:100%;
	padding:10px;
	clear:none;
	margin-bottom:20px;
}
.q-image{
	width:30%;
	float:right;
}
.q-image img{
	width:80%;
	height:80%;
}
.top-bar{
	width:100%;
	height:60px;
	background:#F2F2F2;
}
.title-container{
	max-width:1200px;
	margin:auto;
	overflow:auto;
}
.title{
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Ubuntu', sans-serif;
	font-size:25px;
	padding:20px;
	width:170px;
	float:left;
}
.language-select{
	float:right;
	padding-top:10px;
}
.lang-sel-selected{
	color:#000;
	text-decoration:none;
}
.lang-li-selected:hover{
	background:#FFF;
}
.lang-li-selected{
	background:#CCC;
	padding:10px;
	width:110px;
	border:1px solid #999;
	border-radius:5px;
	cursor:pointer;
}
.lang-li-selected span{
	float:right;
}
.lang-li-sel{
	background:#000;
	padding:10px;
	width:52px;
}
.lang-sel{
	color:#FFF;
	text-decoration:none;
}
.lang-options{
	display:none;
	margin-top:-5px;
	position:absolute;
}
.menu-bar{
	width:100%;
	height:60px;
	background:#555;
}
.menu-container{
	max-width:1200px;
	margin:auto;
}
.menu{
	color:#FFF;
	text-transform:uppercase;
	font-size:15px;
	padding:20px;
	float:left;
}
.menu a{
	text-decoration:none;
	color:#FFF;
	margin-right:50px;
}
.menu a:hover{
	font-weight:bold;
}
.menu-mobile{
	display:none;
	width:50px;
	padding-top:10px;
	padding-left:20px;
	float:left;
	cursor:pointer;
}
.rotate {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.menu-mobile-container{
	display:none;
	position:absolute;
	z-index:10;
	background:#222;
	width:100%;
}
.menu-mobile-item{
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #555;
}
.menu-mobile-item:hover{
	background:#555;
}
.menu-mobile-container a{
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
}
.weather{
	color:#FFF;
	float:right;
	background:url(../images/tree.png);
	height:60px;
	width:200px;
	display:none;
}
.weather-info{
	float:left;
	width:150px;
	padding-top:10px;
}
.weather img{
width:30px;
height:30px;
float:right;
margin-right:20px;
}
.weather-temperature{
	font-size:25px;
}
.slider{
	width:100%;
}
.page-block-1{
	width:100%;
	background:#FFF;
}
.page-block-2{
	width:100%;
	background:#F2F2F2;
}
.page-block-3{
	width:100%;
	background:#FFF;
}
.block-container{
	max-width:1200px;
	margin:auto;
}
.block-title{
	color:#181818;
	text-transform:uppercase;
	font-size:20px;
	padding:20px;
}
.block-content{
	padding:20px;
	overflow:auto;
}
.block-content p{
	color:#181818;
	font-size:18px;
	padding-bottom:30px;
	text-align:justify;
}
.block-collumn{
	width:33%;
	float:left;
}
.collumn-title{
	color:#555;
	text-transform:uppercase;
	font-size:16px;
	text-align:center;
	padding-bottom:15px;
}
.collumn-content{
	padding-bottom:15px;
	text-align:center;
}
.collumn-content a{
	padding:5px;
}
.collumn-content a img{
	border-radius:5px;
}
.foot-notes{
	width:100%;
	background:#555;
}
.notes-container{
	max-width:1200px;
	margin:auto;
	overflow:auto;
}
.comments{
	width:33%;
	float:left;
	height:480px;
}
.partners{
	width:33%;
	float:left;
}
.follow-us{
	width:33%;
	float:left;
}
.comments-title{
	color:#FFF;
	font-size:30px;
	text-align:center;
	padding:20px;
}
.partners-title{
	color:#FFF;
	font-size:30px;
	text-align:center;
	padding:20px;
}
.follow-title{
	color:#FFF;
	font-size:30px;
	text-align:center;
	padding:20px;
}
.follow-content{
	text-align:center;
}
.partners-content{
	padding:20px;
	text-align:center;
}
.partners-content li{
	padding:20px;
}
.partners-content li a{
	color:#FFF;
	text-decoration:none;
	font-size:20px;
}
.foot-banner-1{
	width:100%;
	background:#000;
	display:none;
}
.banner-container-1{
	max-width:1200px;
	margin:auto;
	text-align:center;
}
.banner-container-1 img{
	width:450px;
	height:80px;
}
.foot-banner-2{
	width:100%;
	background:#FFF;
}
.banner-container-2{
	max-width:1200px;
	margin:auto;
	text-align:center;
}
.copy{
	width:100%;
	background:#555;
	height:60px;
}
.copy-container{
	max-width:1200px;
	margin:auto;
	color:#FFF;
	text-align:center;
	padding:20px;
	font-size:15px;
}
#bookrating{
	float:left;
	margin-right:20px;
	margin-left:30px;
	margin-top:20px;
}
.TA_certificateOfExcellence{
	margin-top:40px;
}
.room-cover{
	width:200px;
	float:left;
	margin-right:20px;
}
.room-gallery a img{
	width:60px;
	height:60px;
	border-radius:5px;
}
.room-gallery a{
	margin-right:10px;
}
.room-gallery{
	width:50%;
	float:left;
}
.room-name{
	font-weight:bold;
}
.room-desc{
	font-style:italic;
}
.book-now{
	width:50%;
	float:left;
	text-align:right;
	padding-top:80px;
}
.book-now a{
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	background:#555;
	padding:10px;
	border-radius:5px;
}
.book-now a:hover{
	background:#222;
}
.collumns2{
	width:50%;
	float:left;
	margin-bottom:20px;
}
.act-container{
	width:80%;
	background:#FFF;
	border:1px solid #CCC;
	border-radius:5px;
	margin:auto;
}
.act-title{
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	padding:10px;
}
.act-cover img{
	width:100%;
}
.act-desc{
	padding:10px;
	text-align:center;
	height:60px;
}
.collumns3{
	width:33%;
	float:left;
	margin-bottom:20px;
}
.act2-container{
	width:80%;
	background:#F2F2F2;
	border:1px solid #CCC;
	border-radius:5px;
	margin:auto;
}
.act2-cover img{
	width:100%;
}
.act2-cover img.act-cover-img{
	height:306px;
}
.partner-logo{
	position:absolute;
	height:306px;
	width:100px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align:center;
}
.partner-logo img{
	opacity:0.5;
	width:80%;
	padding:10px;
	border-radius:5px;
}
.act2-desc{
	padding:10px;
	text-align:center;
	height:80px;
}
.partner-logo a{
	text-decoration:none;
}
.prog{
	color:#FFF;
	background:#555;
	border-radius:5px;
	padding:5px;
	margin-top:20px;
}
.prog:hover{
	background:#222;
}
.act2-title{
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	padding:10px;
	height:45px;
}
.castas-table{
	background:#FFF;
	border:1px solid #CCC;
	display:none;
}
.castas-table th{
	padding:10px;
	text-transform:uppercase;
	border:1px solid #CCC;
	width:50%;
}
.castas-table td{
	padding:10px;
	border:1px solid #CCC;
	vertical-align:middle;
	text-align:justify;
}
.castas-mobile{
	background:#FFF;
	border:1px solid #CCC;
	display:block;
	max-width:350px; 
	margin:auto;
}
.castas-mobile th{
	padding:10px;
	text-transform:uppercase;
	border:1px solid #CCC;
	width:50%;
}
.castas-mobile td{
	padding:10px;
	border:1px solid #CCC;
	vertical-align:middle;
	text-align:center;
}
.wine-wrapper{
	padding:10px;
	width:90%;
	background:#F2F2F2;
	margin:20px auto;
	overflow:auto;
}
.wine-info{
	width:200px;
	float:left;
	margin-right:20px;
}
.wine-label{
	width:200px;
	float:left;
}
.wine-label img{
	width:100%;
}
.wines-table{
	float:left;
	background:#FFF;
	border:1px solid #CCC;
	width:70%;
}
.wines-table th{
	padding:10px;
	border:1px solid #CCC;
}
.wines-table td{
	padding:10px;
	border:1px solid #CCC;
}
.wine-wrapper2{
	padding:10px;
	width:90%;
	background:#FFF;
	margin:20px auto;
	overflow:auto;
}
.wine-buy{
	text-align:center;
	padding:20px;
}
.wine-buy a{
	padding:10px;
	border-radius:5px;
	background:#555;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
.wine-buy a:hover{
	background:#222;
}
.map-container{
	width:50%;
	background:#FFF;
	padding:10px;
	float:left;
}
#map_canvas{
	width:100%;
	margin:auto;
	float:left;
	height:165px;
	background-color:#CCC;
	cursor:pointer;
}
.directions-link{
	width:40%;
	float:left;
	padding:10px;
}
.directions-title{
	text-transform:uppercase;
	padding-bottom:20px;
}
.directions-link li{
	padding:5px;
}
.directions-link li a{
	text-decoration:none;
	color:#000;
}
.form-labels{
	text-align:right;
	width:200px;
	float:left;
	padding:10px;
}
.form-inputs{
	padding:5px;
}
.form-inputs input[type=text]{
	padding:5px;
	width:400px;
}
.form-inputs textarea{
	padding:5px;
	width:400px;
	resize: none;
}
.form-submit{
	width:630px;
	text-align:right;
}
.form-submit input[type=submit]{
	background:#555;
	padding:10px;
	border-radius:5px;
	color:#FFF;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
}
.form-submit input[type=submit]:hover{
	background:#222;
}
.cart-items{
	width:100%;
	margin-bottom:20px;
}
.cart-items td.item-image{
	width:150px;
}
.cart-items td.item-image img{
	width:100%;
}
.cart-items td{
	vertical-align:middle;
	padding:10px;
	text-align:center;
}
.cart-items td.item-remove img{
	width:30px;
	height:30px;
}
.cart-items td.item-quantity img{
	width:15px;
	height:15px;
}
.cart-items td.item-quantity a{
	margin-right:5px;
	margin-left:5px;
}
.cart-items th{
	padding:10px;
}
.continue-shop{
	width:50%;
	float:left;
	padding-bottom:20px;
	padding-top:20px;
}
.cart-submit{
	width:50%;
	float:left;
	text-align:right;
	padding-bottom:20px;
	padding-top:20px;
}
.cart-submit input[type=submit]{
	padding:10px;
	border-radius:5px;
	background:#555;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	border:none;
}
.cart-submit input[type=submit]:hover{
	background:#222;
}
.continue-shop a, .cart-submit a{
	padding:10px;
	border-radius:5px;
	background:#555;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
.continue-shop a:hover, .cart-submit a:hover{
	background:#222;
}
.empty-cart{
	font-weight:bold;
	text-align:center;
	padding:20px;
}
.pack-table th, .pack-table td{
	width:150px;
	text-align:center;
	padding:10px;
}
.pack-total, .pack-shipping, .pack-final{
	padding:10px;
}

#inline, #inline1, #inline2{
	display:none;
}

.complaint-box{
    float: right;
    position: absolute;
    margin-top: -100px;
}

.complaints-img{
	width:13%;
	float:right;
}