/* GENERAL ELEMENTS
------------------------------------------------------------------*/
body {
	font-size: 15px;
	line-height:25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5c5a57;
	background: #fff;
}

a {
	color: #2065b3;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:focus{
/*outline:none;*/
outline: auto 5px Highlight;
}
a:hover { color: #faa91f; }

::-moz-selection { background: #2065b3; color: #fff; text-shadow: none; }
::selection { background: #2065b3; color: #fff; text-shadow: none; }

.wrap {
	width: 1140px;
	margin: 0 auto;
}
.wrap2{
width: 1140px;
	margin: 0 auto;
}
p{
margin:0 0 25px 0;
padding:0;
}

img {
	max-width: 100%;
}

/* TYPOGRAPHY ELEMENTS
------------------------------------------------------------------*/

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

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

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color:#2065b3;
	font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}

h1 {
	font-size: 29px;
	margin: 0 0 40px 0;
	display:block;
}

h2 {
	font-size: 1.5em;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 1.17em;
	margin: 0 0 10px 0;
}

form.booking-form h3{
margin:20px 0;
clear:both;
display:block;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

blockquote {
	border-left: 5px solid #eee;
	font-size: 14px;
	padding-left: 20px;

}

blockquote span, blockquote cite {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	margin: 5px 0 0;
}

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

.white { color: #fff; }
.black { color: #333; }

/* HEADER ELEMENTS
------------------------------------------------------------------*/
#header {

}
#header-right{
width:470px;
float:right;
margin-top:23px;
}
#logo {
float:left;
width:142px;
height:116px;
margin:20px 0;
}
.top-social-screen{
color:#6d6d6d;
font-size:18px;
margin:5px 0 0 0 !important;
line-height:18px;
float:left;
}
.top-social-screen a{
color:#6d6d6d;
}
.top-social-screen a, .top-accessibility a{
padding:0 5px;
}
.top-accessibility{
color:#9d9d9d;
font-size:18px;
line-height:18px;
float:left;
margin:5px 0 0 20px;
}
.top-accessibility a{
color:#9d9d9d;
}
.top-accessibility a:hover, .top-social-screen a:hover{
color:#2e2e2b;
}
.top-search{
width:266px;
float:right;
}
.top-search input[type="text"]{
color:#686867;
font-size:12px;
line-height:21px;
font-family: 'ProximaNovaRgRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
background:#ebebeb;
box-shadow:none;
padding:7px 5px 7px 7px;
border:1px solid #c7c7c7;
border-right:none !important;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
width:228px;
margin:0;
float:left;
height:30px;

}
.top-search input[type="text"]:focus { background: #eeeeee; }

.top-search button{
color:#faa91f;
font-size:18px;
background:#ebebeb;
box-shadow:none;
padding:5px 10px 5px 5px;
border:1px solid #c7c7c7;
border-left:none !important;
border-top-right-radius:5px;
border-bottom-right-radius:5px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
margin:0;
float:left;
height:30px;
}
.top-search button:hover{
color:#2e2e2b;
}
.tagline{
font-size:18px;
font-family: 'ProximaNovaRgRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#696967;
text-transform:uppercase;
clear:both;
float:right;
margin:40px 0 0 0;
}
.tagline strong{
font-weight:normal;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
color:#2065b3;
}

/* NAVIGATION ELEMENTS
------------------------------------------------------------------*/
#mobile-nav-bar{
width:100%;
background:#2e2e2b;
padding:6px;
font-size:25px;
display:none;
}
#mobile-nav-bar a{
color:#fff;
}
.top-social-mobile{
float:right;
font-size:20px;
}
.top-social-mobile a{
padding:0 0 0 8px;
}
nav {
width:100%;
background:#2e2e2b;
clear:both;
}

ul#nav {
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:16px;
border-left:1px solid #585855;

}

#nav li {
margin:0;
float:left;
text-transform:uppercase;
list-style:none;
position:relative;
border-right:1px solid #585855;
transition:none;
position: relative;
}
#nav li:hover {
background:#9d9d9d;
color:#2e2e2b;
}
#nav li i.icon-home, #nav li em.icon-home{
font-size:21px;
line-height:18px;
}
#nav a {
color:#fff;
padding:15px 21px;
display:block;
transition:none;
}
/*#nav li.nav-conference a{
color:#3876c7;
}
#nav li.nav-conference:hover{
background:#3876c7;
}
#nav li.nav-ram a{
color:#b13737;
}
#nav li.nav-ram:hover{
background:#b13737;
}*/
/*#nav li.nav-cafe a{
color:#ce9e60;
}*/
/*#nav li.nav-cafe:hover{
background:#ce9e60;
}*/
/*#nav li.nav-conference:hover a, #nav li.nav-ram:hover a, #nav li.nav-cafe:hover a{
color:#fff;
}*/
li.nav-conference:before, li.nav-ram:before, li.nav-cafe:before {
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 4px;
	top: 0;
}
li.nav-conference:before {
	background: #2065b3;
}
li.nav-ram:before {
	background: #b13737;
}
li.nav-cafe:before {
	background: #faa91f;
}


/**** subnav **/

#nav li ul a, #nav li ul ul a{
background: #9d9d9d;
color:#fff;
width:220px;
display:block;
}
#nav li ul a:hover{
background: #7e7c7a;
color:#fff;
}
#nav li ul{
display:none;
position:absolute;
z-index:999;
margin:0;
padding:0;
top:50px;
left:0;
font-size:12px;
line-height:19px;
}
#nav li:hover ul{
display:inline;
}

#nav li ul li{
clear:both;
position:relative;
margin:0;
padding:0;
background:#a19f9d;
border-bottom:1px solid #585855;
}

#nav li ul li:hover{
background:#2e2e2b;
}
/*second level*/
#nav li ul li:hover ul{
display:inline;
}
#nav li:hover ul ul{
display:none;
}

#nav li ul ul{
display:none;
position:absolute;
z-index:999;
margin:0;
padding:0;
top:0;
left:220px;

}

/* CONTENT AREA ELEMENTS
------------------------------------------------------------------*/
#content {

}
.internal{
margin-top:40px;
}
.home-content{
width:100%;
display:table;
background:url(../images/bg-blue-yellow.jpg) repeat-y center;
}
.blue-bar{
background:#2065b3;
padding:50px 30px 50px 0;
width:60%;
color:#fff;
display:table-cell;
z-index:99;
position:relative;
}

.blue-bar h1{
font-size:29px;
color:#faa91f;
}
.yellow-bar{
background:#faa91f;
width:40%;
z-index:0;
padding:50px 0px 50px 30px;
display:table-cell;
}
.yellow-bar-mobile{
background:#faa91f;
width:100%;
padding:10px 0;
display:none;
font-size:20px;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
text-align:center;
}
.yellow-bar-mobile a:hover{
color:#fff;
}
.yellow-bar h2{
font-size:23px;
margin-bottom:30px;
}
.yellow-bar input[type="text"], .yellow-bar input[type="email"]{
background:#ce8c1b;
border:none;
color:#000;
font-family: 'ProximaNovaRgRegular';
text-transform:uppercase;
font-size:14px;
width:100%;
margin-bottom:20px;
padding:15px;
}
.yellow-bar input[type="submit"]{
border:1px solid #2065b3;
background: #2065b3 !important;
color:#fff;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-size:17px;
background:none;
float:right;
margin-top:20px;
margin-bottom:0;
}

.yellow-bar input[type="submit"]:hover{
border:1px solid #2065b3;
color:#2065b3;
background: transparent !important;
}
.yellow-bar .chosen-container-single .chosen-single{
	background:#ce8c1b;
	border:none;
	height:48px;
	padding:8px 8px 8px 15px;
	color:#222;
font-family: 'ProximaNovaRgRegular';
text-transform:uppercase;
font-size:14px;
}
.yellow-bar .chosen-container-active.chosen-with-drop .chosen-single{
	background:#ce8c1b;
	border:none !important;
}
.yellow-bar .chosen-container-single .chosen-single div b{
background:url(../images/select-arrow.png) no-repeat;
margin-top:21px;
background-position:0 0;
}
.yellow-bar .chosen-container-single .chosen-single div{
right:10px;
}
.yellow-bar .chosen-container-active.chosen-with-drop .chosen-single div{
background:url(../images/select-arrow-up.png) no-repeat;
margin-top:21px;
}
.blog-home{
width:100%;
margin:50px 0 0 0;
display:table;
}
.blog-col{
width:550px;
border-bottom:1px solid #bbbbbb;
margin:0 0 40px 0;
padding:0px 0 30px 0;
display:table-cell;
vertical-align: top;
}
.blog-col > a > img{
	width: 122px !important;
	height: auto !important;
}
.blog-col .blog-btn {
	margin-top: 10px;
}
.blog-row{
display:table-row;
}
.blog-spacer{
width:30px;
display:table-cell;
}
.blog-col img{
float:left;
border:1px solid #bbbbbb;
border-radius:5px;
margin:0 0px 0 0;
}
.blog-col h2{
margin-bottom:20px;
font-size:18px;
}
.blog-col h2 a{
background:#2065b3;
}
.blog-content{
float:right;
width:400px;
}


.events-home{
width:100%;
margin:50px 0 0 0;
display:table;
}
.events-col p, .blog-col p{
margin:0;
}
.events-col{
width:550px;
margin:0 0 40px 0;
padding:0px 0 30px 0;
display:table-cell;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:15px;
text-transform:uppercase;
}
.events-row{
display:table-row;
}
.events-spacer{
width:30px;
display:table-cell;
}
.events-col img{
float:left;
border:1px solid #bbbbbb;
border-radius:5px;
margin:0 0px 0 0;
}
.events-col h2{
margin-bottom:20px;
font-size:18px;
}
.events-col h2 a{
background:#2065b3;
}
.events-content{
float:right;
width:430px;
}

.rooms-for-rent{
width:100%;
position:relative;
overflow:hidden;
background:url(../images/bg-rooms.jpg) no-repeat top center;
margin:10px 0 0 0;
padding:55px 0;
}
.rooms-for-rent h1, .rooms-for-rent h2{
font-size:35px;
color:#fff;
}
.rooms-for-rent h1 a, .rooms-for-rent h2 a{
float:right;
font-size:14px;
line-height:14px;
color:#fff;
text-transform:uppercase;
padding:5px 8px;
border:1px solid #fff;
background:none;
border-radius:5px;
}
.rooms-for-rent h1 a:hover, .rooms-for-rent h2 a:hover{
color:#faa91f;
}
.room-table{
width:100%;
display:table;
}
.room-space{
width:46px;
display:table-cell;
}
.rooms-for-rent .room-col{
	display:table-cell;
	vertical-align:middle;

width:250px;
height:93px;
padding:20px 10px;
text-align:center;
font-size:px;
color:#fff;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:24px;
text-transform:uppercase;
margin:0 0 0 0;
border:1px solid #fff;
border-radius:5px;
}
.rooms-for-rent .room-col a{
color:#fff;
}
.rooms-for-rent .room-col a:hover{
	color:#faa91f
}
.rooms-for-rent a.room-btn.last{
margin:0 0 0 0;
}
#banner-slide{
width:100%;
margin:0 auto;
margin-top:20px;
margin-bottom:30px;
}
.recent-tweets{
background:#ececec;
width:100%;
padding:40px 0;
text-align:center;
font-family: 'ProximaNovaRgRegular',"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:21px;
line-height:30px;
}
.recent-tweets ul{
margin:0 auto;
margin-top:20px;
list-style:none;
}
.recent-tweets h3{
font-size:29px;
line-height:29px;
margin:0 0 0 0;
}
.recent-tweets a.user-name{
font-family: 'ProximaNovaRgRegular';
text-transform:uppercase;
font-size:15px;
color:#757575;
}
.recent-tweets a.user-name:hover{
color:#2065b3;
}

.newsletter-bar{
width:100%;
background:#2065b3;
padding:0px 0;
clear:both;
}

.newsletter-bar h4{
color:#fff;
font-size:23px;
float:left;
font-family: 'ProximaNovaRgRegular';
text-transform:uppercase;
margin:12px 0;
}
.newsletter-bar .formy{
float:right;
width:463px;
}

.newsletter-bar input[type="email"]{
background:#134c8d;
border:none;
color:#fff;
font-family: 'ProximaNovaRgRegular';
text-transform:uppercase;
font-size:14px;
width:250px;
height:50px;
margin-bottom:0px;
padding:15px;
border-radius:0;
float:left;
}
.newsletter-bar input[type="submit"]{
border:0;
border-radius:0;
background:#faa91f;
color:#2e2e2b;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-size:16px;
float:right;
margin-top:0px;
margin-bottom:0;
height:50px;
float:left;
clear:none;
padding:9px 10px;
}

.newsletter-bar input[type="submit"]:hover{
background:#da8e0e;
color:#fff;
}

#content ul {

}

#content ul li, #content ol li {
	margin-bottom: 7px;
	padding-left: 10px;
}

/**** BLOG ELEMENTS**/

.blog-row2{
display:inline-block;
width:100%;
border-bottom:1px solid #bbbbbb;
padding:0 0 30px 0;
margin:0px 0 30px 0;
}
.blog-row-detail{
display:inline-block;
width:100%;
border-bottom:1px solid #bbbbbb;
padding:0 0 30px 0;
margin:0px 0 30px 0;
}
.blog-row-detail img{
max-width:100%;
height:auto;
padding:5px;
border:1px solid #CCC;
border-radius:5px;
margin-bottom:30px;
}
.blog-row-detail h3{
margin:0 0 0px 0;
color:#5c5a57;
font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:24px;
}
.blog-row-detail h4{
margin:0 0 30px 0;
color:#5c5a57;
font-family: 'ProximaNovaRgRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:15px;
text-transform:none;
}
.blog-row-detail h4 a{
color:#5c5a57;
}
.blog-row2 h3{
margin:0 0 0px 0;
color:#5c5a57;
font-family: 'ProximaNovaBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:18px;

}
.blog-row2 h4{
margin:0 0 30px 0;
color:#5c5a57;
font-family: 'ProximaNovaRgRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:15px;
text-transform:none;
}
.blog-row2 h4 a{
color:#5c5a57;
}
a.blog-btn{
float:left;
border-radius:5px;
border:1px solid #2b68af;
font-size:11px;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
padding:6px 8px;
line-height:11px;
}
a.blog-btn:hover{
border-color:#faa91f;
}

aside#blog-sidebar {
	width: 300px;
	float: right;
}
.blog-left{
float:left;
width:795px;
display:inline-block;
}
.blog-categories{
background:#2b68af;
border-radius:5px;
color:#fff;
font-family: 'ProximaNovaRgRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:14px;
width:100%;
text-transform:uppercase;
margin-bottom:30px;
}
.blog-categories h2{
color:#faa91f;
padding:20px 0 0 20px;
}
.blog-categories a, .blog-archives a{
color:#fff;
}
.blog-categories a:hover, .blog-archives a:hover{
color:#faa91f;
}
#content .blog-categories ul{
	list-style:none;
	margin:0;
	padding:0;

}
#content .blog-categories ul li{
border-top:1px solid #7ca1cd;
margin-bottom:0;
padding:10px 20px;
}

.blog-archives{
background:#2b68af;
border-radius:5px;
color:#fff;
font-family: 'ProximaNovaRgRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:14px;
width:100%;
text-transform:uppercase;
margin-bottom:30px;
padding:20px;
}
.blog-archives h2{
color:#faa91f;
padding:0px 0 0 0px;
}
.blog-archives p{
margin:10px 0 0 0;
}

.blog-recent-tweet{
background:#ebebeb;
border-radius:5px;
font-size:14px;
width:100%;
margin-bottom:30px;
padding:20px;
}
#content .blog-recent-tweet ul{
margin:0;
padding:0;
list-style:none;
}
#content .blog-recent-tweet ul li{
margin:0;
padding:0;
}

.comment-row{
width:100%;
margin-top:10px;
margin-bottom:10px;
display:inline-block;
clear:both;
}
.comment-row img{
float:left;
margin:0 20px 0 0;
border-radius:5px;
}
.comment-row .comment{
background:#ebebeb;
padding:20px 20px 5px 20px;
float:left;
border-radius:5px;
width:85%;
}
.comment-form{
margin-top:30px;
}
/****** INTERNAL ELEMENTS *************/

.content-left{
float:left;
width:745px;
}
.oakham-content{
margin-top:40px;
}
.ram-facebook{
width:100%;
display:block;
}
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.timeline-header, .timeline, .twitter-timeline{
width:100% !important;
}
.fb_iframe_widget iframe {
background:#fff;
}
.ram-twitter{
width:100%;
display:block;
margin-top:30px;
}
.menu-col-1{
width:50%;
float:left;
clear:left;
}
.menu-col-1 img{
width:100%;
height:auto;
}
.menu-col-2{
width:50%;
float:left;
clear:right;
}
.menu-col-2 img{
width:100%;
height:auto;
}
a.btn-download-menu{
clear:both;
display:block;
float:left;
border-radius:5px;
border:1px solid #2b68af;
font-size:16px;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
padding:6px 8px;
margin:0px 0 30px 0;
line-height:16px;
}
a.btn-download-menu:hover{
border-color:#faa91f;
}
.news-row{
display:inline-block;
width:100%;
border-bottom:1px solid #bbbbbb;
padding:0 0 30px 0;
margin:0px 0 30px 0;
}
.news-row h4{
margin:0;
color:#5c5a57;
}
a.btn-details{
float:right;
border-radius:5px;
border:1px solid #2b68af;
font-size:11px;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
padding:6px 8px;
line-height:11px;
}
a.btn-details:hover{
border-color:#faa91f;
}

ul.pagenation{
float:right;
width:auto;
list-style:none;
margin:0 !important;
display:inline-block;
}
ul.pagenation li{
float:left;
margin:0 0 0 10px;
padding:0 !important;
}
ul.pagenation li a,
ul.pagenation li .current{
padding:5px 10px;
background:#2b68af;
color:#fff;
border-radius:5px;
font-weight:bold;
}
ul.pagenation li a:hover, ul.pagenation li a.active{
background:#faa91f;
color:#fff;
}
ul.pagenation span.pages {
	display: none;
}
.news-share{
float:left;
font-size:18px;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
}
.news-share span{
float:left;
margin:0 10px 0 0;
}
span.st_facebook_custom{
font-size:21px;
color:#3f66ae;
cursor:pointer;
}
span.st_facebook_custom:hover{
color:#1a3f83;
}
span.st_twitter_custom{
color:#4091c0;
font-size:21px;
cursor:pointer;
}
span.st_twitter_custom:hover{
color:#6fbfed;
}
span.st_email_custom{
color:#6793c6;
font-size:21px;
cursor:pointer;
}
span.st_email_custom:hover{
color:#4074b0;
}
span.st_sharethis_custom{
color:#65ac3a;
font-size:21px;
cursor:pointer;
}
span.st_sharethis_custom:hover{
color:#47921a;
}

.event-right{
float:right;
width:745px;
}
aside#sidebar-events{
float:left;
width:350px;
}

.sidebar-search{
background:#2b68af;
width:100%;
padding:20px;
border-radius:5px;
display:inline-block;
margin-bottom:40px;
}

.sidebar-search label{
font-family: 'ProximaNovaRgRegular';
text-transform:uppercase;
color:#fff;
font-weight:normal;
}
.sidebar-search input[type="text"], .sidebar-search input[type="email"]{
background:#0e3f77;
border:none;
color:#fff;
}
.sidebar-search h2{
font-size:18px;
color:#ffffff;
}
.sidebar-search a i{
float:left;
color:#fff;
margin-left:20px;
font-size:20px;
margin-top:5px;
}
.sidebar-search input[type="text"].date-field{
width:65%;
float:left;
}
.sidebar-search label.check-label{
text-transform:none;
padding:0;
margin:0 0 10px 10px;
clear:right;
}
.sidebar-search .styledCheckbox{
clear:left;
}
.event-type-col-one{
float:left;
width:50%;
}
.event-type-col-two{
float:right;
width:50%;
}

.sidebar-search .chosen-container-single .chosen-single{
background:#0e3f77;
border:none;
height:40px;
padding:3px 8px 6px 15px;
color:#fff;
font-family: 'ProximaNovaRgRegular';
text-transform:uppercase;
font-size:14px;
}
.sidebar-search .chosen-container-active.chosen-with-drop .chosen-single{
background:#0e3f77;
border:none !important;
}
.sidebar-search .chosen-container-single .chosen-single div b{
background:url(../images/select-arrow.png) no-repeat;
margin-top:17px;
background-position:0 0;
}
.sidebar-search .chosen-container-single .chosen-single div{
right:10px;
}
.sidebar-search .chosen-container-active.chosen-with-drop .chosen-single div{
background:url(../images/select-arrow-up.png) no-repeat;
margin-top:17px;
}

.sidebar-search input[type="submit"]{
border:1px solid #fff;
color:#fff;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-size:17px;
background:none;
float:right;
margin-top:20px;
margin-bottom:0;
}

.sidebar-search input[type="submit"]:hover{
border:1px solid #faa91f;
color:#faa91f;
}

#sidebar-events img{
margin-bottom:30px;
border-radius:5px;
width:100%;
height:auto;
}

.event-row{
border-bottom:1px solid #bbbbbb;
padding:0px 0 30px 0;
margin:0 0 30px 0;
display:inline-block;
width:100%;
}
.event-row p{
margin:0;
}
.event-row h3 a.event-info{
float:right;
line-height:11px;
font-size:11px;
border:1px solid #2b68af;
border-radius:5px;
padding:5px 8px;
}
.event-row h3 a.event-info:hover{
border:1px solid #faa91f;
}
.event-row a.event-info-mobile{
float:left;
line-height:11px;
font-size:11px;
border:1px solid #2b68af;
border-radius:5px;
padding:5px 8px;
margin:20px 0 0 0;
display:none;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
}
.event-row a.event-info-mobile:hover{
border:1px solid #faa91f;
}
.event-info-listing{
border-top:1px solid #bbbbbb;
border-bottom:1px solid #bbbbbb;
font-size:15px;
text-transform:uppercase;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
padding:8px 0;
display:inline-block;
width:100%;
margin:0 0 10px 0;
}
.event-row img{
border:1px solid #bbbbbb;
border-radius:5px;
float:left;
}
.event-listing-date{
float:left;
}
.event-listing-time{
float:left;
margin:0 0 0 20px;
}
.event-listing-loc{
float:left;
margin:0 0 0 20px;
}
.event-listing-content{
float:right;
width:615px;
}
#show-hide-search{
float:right;
cursor:pointer;
color:#faa91f;
font-size:25px;
display:none;
margin-top:-5px;
}
.event-info-row{
border-top:1px solid #bbbbbb;
font-size:15px;
text-transform:uppercase;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
padding:8px 0;
display:inline-block;
width:100%;
margin:0 0 0 0;
}
.event-share{
border-top:1px solid #bbbbbb;
border-bottom:1px solid #bbbbbb;
font-size:15px;
text-transform:uppercase;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
padding:8px 0;
display:inline-block;
width:100%;
margin:0 0 30px 0;
}
.event-share span{
float:left;
margin:0 10px 0 0;
}
.event-detail-content{
width:350px;
float:left;
}
.event-detail-gallery-comments{
width:350px;
float:right;
}
.event-detail-gallery-comments img{
border-radius:5px;
border:1px solid #bbbbbb;
}
.main-event-image{
margin-bottom:20px;
width:100%;
height:auto;
}
.event-gallery {
width:100%;
display:inline-block;
}
.event-gallery img{
float:left;
margin:0 14px 14px 0;
}
.event-gallery img.last{
margin:0 0px 14px 0;
clear:right;
}
.event-comments{
margin-top:30px;
width:100%;
}

.search-row{
display:inline-block;
width:100%;
border-bottom:1px solid #bbbbbb;
padding:0 0 10px 0;
margin:0px 0 30px 0;
word-wrap: break-word;
word-break: break-all;
}
.search-results-count{
	text-transform:uppercase;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.search-results-count span{
color:#ce8c1b;
}

.search-results-box{
width:100%;
float:none;
margin:0 auto;
display:inline-block;
text-align:center;
margin-bottom:20px;
}
.search-results-box input[type="text"]{
width:80%;
color:#686867;
font-size:12px;
line-height:21px;
font-family: 'ProximaNovaRgRegular', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
background:#ebebeb;
box-shadow:none;
padding:8px 5px 7px 7px;
border:1px solid #c7c7c7;
border-right:none !important;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;
width:80%;
margin:0;
float:left;
height:50px;
-webkit-appearance: caret;
	-moz-appearance: caret; /* mobile firefox too! */
}

.search-results-box button{
color:#faa91f;
font-size:18px;
background:#ebebeb;
box-shadow:none;
padding:5px 10px 5px 5px;
border:1px solid #c7c7c7;
border-left:none !important;
border-top-right-radius:5px;
border-bottom-right-radius:5px;
border-top-left-radius:0px;
border-bottom-left-radius:0px;
margin:0;
float:right;
text-align:right;
height:50px;
width:20%;
}


.search-results-box input[type="text"]:focus { background: #eeeeee; }

.search-results-box button:hover{
color:#2e2e2b;
}

.room-sort{
float:right;
margin-top:-5px;
}
.room-sort a{
padding:10px 15px;
float:left;
border:1px solid #2065b3;
font-size:16px;
line-height:16px;
text-transform:uppercase;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
border-radius:5px;
/*margin:0 0 0 30px;*/
margin: 0 !important;
}
.room-sort a:hover, .room-sort a.active{
border-color:#fbb83e;
color:#fbb83e;
}
.room-table2{
display:block;
width:100%;
clear:both;
margin-top:20px;
}
.room-row2{
margin:0px 0 40px 0;
}
.room-cell2{
display:block;
float:left;
width:350px;
margin:10px 45px 0 0;
}
.room-cell2.last{
margin:10px 0 0 0;
}
.room-cell2 img{
border-top-left-radius:5px;
border-top-right-radius:5px;
width:100%;
height:auto;
}

.room-title{
font-size:18px;
text-transform:uppercase;
color:#2065b3;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
background:#b9cde5;
padding:10px 8px;
}
.room-capacity{
font-size:15px;
text-transform:uppercase;
font-family: 'ProximaNovaRgRegular',"Helvetica Neue", Helvetica, Arial, sans-serif;
background:#ebebeb;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
display:inline-block;
width:100%;
}
.room-capacity strong{
font-weight:normal;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.room-capacity p{
padding:10px 0 0 10px;
float:left;
margin:0;
}
.room-capacity a{
padding:10px 8px;
float:right;
background:#2065b3;
color:#fff;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:14px;
border-bottom-right-radius:5px;
}
.room-capacity a:hover{
background:#fbb83e;
}


.room-tabs ul.room-detail-tabs{
margin:0;
padding:0;
text-transform:uppercase;
font-size:21px;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.room-tabs ul.room-detail-tabs > li > a {
display: block;
color:#6d6d6d;
text-transform:uppercase;

}

.room-tabs .room-detail-tabs:after {
	clear: both;
}

.room-tabs ul.room-detail-tabs > li {
float: left;
list-style:none;
margin:0 3px 0px 0 !important;
padding:0 !important;
padding-left:0;

}
#content ul.room-detail-tabs li{
padding-left:0 !important;
list-style:none;
}
ul.room-detail-tabs > li > a {
padding-right: 15px;
padding-left: 15px;
margin-right: 2px;
padding-top: 10px;
padding-bottom: 5px;
line-height: 18px;
background:#fff;
color:#6d6d6d;
border:1px solid #e4e4e4;
border-bottom:none;
cursor:pointer;
border-top-right-radius:5px;
border-top-left-radius:5px;
}


.room-detail-tabs > li > a:hover {
color: #6d6d6d;
background-color: #ebebeb;
cursor:pointer;
}

.room-detail-tabs > .active > a,
.room-tabs .active > a:hover {
color: #6d6d6d;
cursor: default;
background-color: #ebebeb;
border-color:#ebebeb;
}

.room-tabs .tab-content.active{
display: block;
}

.room-tabs .tab-content{
display: none;
}

.room-tabs section{
background:#ebebeb;
border-top-right-radius:5px;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
padding:20px; width:100%;
clear:both;
color:#5c5a57;
}

.description-container{
float:left;
width:50%;
}
.detail-container{
float:right;
width:40%;
text-transform:uppercase;
font-size:18px;
font-family: 'ProximaNovaRgRegular',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-container strong{
font-weight:normal;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-container .size-cap{
background:#fff;
border-radius:5px;
margin:0 0 10px 0;
}
.detail-row{
width:100%;
padding:10px;
border-bottom:1px solid #bbbbbb;
margin:0 0 0 0;
}
.detail-row.last{
border-bottom:none;
}
.detail-container a.download{
border:1px solid #2b68af;

padding:5px 0;
text-align:center;
margin:0 0 10px 0;
width:100%;
display:block;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
border-radius:5px;
}
.detail-container a.download:hover{
border-color:#faa91f;
}
.detail-container a.btn-book{
background:#2b68af;
color:#fff;
padding:5px 0;
text-align:center;
margin:0 0 0px 0;
width:100%;
display:block;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
border-radius:5px;
}
.detail-container a.btn-book:hover{
background:#faa91f;
color:#fff;
}
.room-tabs section blockquote{
border-left:none;
position:relative;
padding-left:50px;
margin:0 0 20px 0;
border-bottom:1px solid #bbbbbb;
}
.room-tabs section blockquote:before{
content:'\f10d';
position:absolute;
font-family:FontAwesome;
left:0;
font-size:30px;
color:#faa91f;
}
a.top-book-now{
background:#2b68af;
color:#fff;
padding:5px 8px;
text-align:center;
margin:0 0 0px 0;
float:right;
display:block;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
border-radius:5px;
font-size:17px;
}
a.top-book-now:hover{
background:#faa91f;
color:#fff;
}
/* SIDEBAR ELEMENTS
------------------------------------------------------------------*/
#sidebar {
	width: 350px;
	float: right;
}
#sidebar-ram-sidebar {
	width: 350px;
	float: right;
}
.sidebar-contact{
background:#faa91f;
width:100%;
padding:20px;
border-radius:5px;
display:inline-block;
margin-bottom:40px;
}

.sidebar-contact h2{
font-size:23px;
margin-bottom:30px;
}
.sidebar-contact input[type="text"], .sidebar-contact input[type="email"]{
background:#ce8c1b;
border:none;
color:#fff;
font-family: 'ProximaNovaRgRegular';
text-transform:uppercase;
font-size:14px;
width:100%;
margin-bottom:20px;
padding:15px;
}
.sidebar-contact input[type="submit"]{
border:1px solid #fff;
color:#fff;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-size:17px;
background:none;
float:right;
margin-top:20px;
margin-bottom:0;
}

.sidebar-contact input[type="submit"]:hover{
border:1px solid #2065b3;
color:#2065b3;
}
.sidebar-contact .chosen-container-single .chosen-single{
	background:#ce8c1b;
	border:none;
	height:48px;
	padding:8px 8px 8px 15px;
	color:#fff;
font-family: 'ProximaNovaRgRegular';
text-transform:uppercase;
font-size:14px;
}
.sidebar-contact .chosen-container-active.chosen-with-drop .chosen-single{
	background:#ce8c1b;
	border:none !important;
}
.sidebar-contact .chosen-container-single .chosen-single div b{
background:url(../images/select-arrow.png) no-repeat;
margin-top:21px;
background-position:0 0;
}
.sidebar-contact .chosen-container-single .chosen-single div{
right:10px;
}
.sidebar-contact .chosen-container-active.chosen-with-drop .chosen-single div{
background:url(../images/select-arrow-up.png) no-repeat;
margin-top:21px;
}
#sidebar img.sidebar-image{
margin-bottom:40px;
border-radius:5px;
width:100%;
height:auto;
}

.events-sidebar{
width:100%;
margin:0px 0 40px 0;
display:block;
}
.events-sidebar .events-col p{
margin:0;
}
.events-sidebar .events-col{
width:100%;
margin:0 0 20px 0;
padding:25px 0 0px 0;
display:inline-block;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:15px;
text-transform:uppercase;
border-top:1px solid #bbbbbb;
}

.events-sidebar .events-spacer{
width:30px;
display:table-cell;
}
.events-sidebar .events-col img{
float:left;
border:1px solid #bbbbbb;
border-radius:5px;
margin:0 0px 0 0;
}
.events-sidebar .events-col h3{
margin-bottom:20px;
font-size:18px;
}
.events-sidebar .events-col h3 a{
color:#2065b3;
}
.events-sidebar .events-content{
float:right;
width:220px;
}


/* FOOTER ELEMENTS
------------------------------------------------------------------*/
.push{
clear:both;
height:50px;
}
#footer {
background:#2e2e2b;
width:100%;
padding:40px 0;
}
#footer a{
color:#faa91f;
}
.footer-nav{
float:left;
border-bottom:1px solid #6f6f6d;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-size:17px;
padding:0 0 40px 0;
margin:0 0 40px 0;
width:100%;
}
#footer .footer-nav a{
color:#fff;
}
#footer .footer-nav a:hover{
color:#faa91f;
}
.footer-address{
float:left;
font-size:13px;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
color:#fff;
width:100%;
}
.footer-address h5{
font-size:17px;
margin:0 0 20px 0;
color:#fff;
}
.footer-left{
float:left;
width:50%;
}
.footer-right{
	font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
color:#fff;
float:right;
width:50%;
text-align:right;
font-size:13px;
}


#solar-widget h3 {
	color: #faa91f;
}

#solar-widget small {
	color: #888;
	margin-right: 5px;
	display: inline-block;
}

#solar-widget {
	float: right;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom:1px solid #6f6f6d;
	width: 95%;
	line-height: 1.2;
}

#solar-widget .inlined {
	display: inline-block;
	margin-left: 10px;
	width: 30%;
}
/* REUSABLE ELEMENTS
------------------------------------------------------------------*/
.left { float: left; } .right { float: right; }

.five { width: 5%; } .ten { width: 10%; }
.fifteen { width: 15%; } .twenty { width: 20%; }
.twentyfive { width: 25%; } .thirty { width: 30%; }
.thirtyfive { width: 35%; } .fourty { width: 40%; }
.fourtyfive { width: 45%; } .fifty { width: 50%; }
.fiftyfive { width: 55%; } .sixty { width: 60%; }
.sixtyfive { width: 65%; } .seventy { width: 70%; }
.seventyfive { width: 75%; } .eighty { width: 80%; }
.eightyfive { width: 85%; } .ninety { width: 90%; }
.ninetyfive { width: 95%; } .onehundred { width: 100%; }

.button {
	display: inline-block;
	padding: 5px 20px;
	background-color: #eee;
	font-size: 14px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.button:hover {
	background-color: #ddd;
	color: #666;
}

.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 6px;
	border: 1px solid #ccc;
}

.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 6px;
	border: 1px solid #ccc;
}

.aligncenter {
	margin: 20px auto;
	display: block;
}

/* FORM ELEMENTS
------------------------------------------------------------------*/
::-webkit-input-placeholder { color: #222; }
:-ms-input-placeholder { color: #222; }
:-moz-placeholder { color: #222; }
:placeholder { color: #222; }

label {
	display: block;
	padding: 7px 0;
	font-size: 14px;
	font-weight:bold;
	clear:both;
}
label.check-label{
float:left;
display:inline;
font-weight:normal;
margin-top:3px;
clear:none;
margin-right:20px;
}
label.check-label2{
float:left;
display:inline;
vertical-align:top;
font-weight:normal;
margin-top:3px;
clear:none;
margin-left:10px;
width:80%;
}
label .required {
	font-size: 22px;
	position: relative;
	top: 5px;
	margin-left: 5px;
}
.styledCheckbox, .styledRadio{
float:left;
margin-bottom:10px;

}
input[type="text"], input[type="email"], input[type="password"]
{
	padding: 10px;
	border: 1px solid #cccccc;
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	color: #5c5a57;
	font-size: 14px;
	background: #f3f3f3;
	margin-bottom: 15px;
	border-radius:5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/*outline: none;*/
	width:100%;
}
.add-another-file{
text-transform:uppercase;
font-size:10px;
clear:both;
margin:10px 0;
}
textarea
{
	padding: 10px;
	height:90px;
	border: 1px solid #cccccc;
	font-family: "Helvetica Neue", Helvetica, Arial, serif;
	color: #5c5a57;
	font-size: 14px;
	background: #f3f3f3;
	margin-bottom: 15px;
	border-radius:5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
	width:100%;
}
input[type="submit"]{
clear:both;
color:#2065b3;
text-transform:uppercase;
font-family: 'ProximaNovaBold',"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:16px;
background:#fff;
border:1px solid #2065b3;
padding:5px 8px;
border-radius:5px;
float:left;
margin:30px 0 0 0;
}
input[type="submit"]:hover{
border-color:#FAA91F;
color:#FAA91F;
background: transparent;
}

input:focus,
textarea:focus { background: #ececec; }

input.error,
textarea.error {
	border: 1px solid #eb8a8a;
	-webkit-box-shadow: 0 0px 8px 0 #eb8a8a;
	box-shadow: 0 0px 8px 0 #eb8a8a;
}

/* FORM ERROR/SUCCESS ELEMENTS
------------------------------------------------------------------*/
.errormsg {
	background:#d45a1f;
	padding:8px;
	color:#fff;
	margin-top: 20px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	clear:both;
	float:left;
}
label.error{
color:#d45a1f;
}
input[type="text"].error, input[type="email"].error, input[type="password"].error, textarea.error{
border:1px solid #d45a1f;
}
.errormsg span,
.successmsg span {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background-image: none !important;
	margin-right: 10px;
}

.errormsg span { background: #c0143c; }
.successmsg span { background: #8dc014; }
.errormsg span i, .successmsg span i { vertical-align: sub; }

.calendar {
		display:none;
		z-index:1000;
		position:absolute;
		height: auto;
		width:181px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		border:1px solid #ccc;
		background:#FFFFFF;
		padding:7px;
		padding-right:5px;
		font-size: 9px;
		color:#666666;
	}

		.calendar .next:before {
		  content: ">>";
		}

			.calendar .next {
				position:relative;
				top:-2px;
				left:0px;
				float:left;
				width:20px;
				height:16px;
				cursor:pointer;
				text-align:center;
			}

				.calendar .next:hover {
					color: #666;
					font-weight:bold;
				}

		.calendar .prev:before {
		  content: "<<";
		}

			.calendar .prev {
				position:relative;
				top:-2px;
				left:0px;
				float:left;
				width:20px;
				height:16px;
				cursor:pointer;
				text-align: center;
			}

				.calendar .prev:hover {
					color: #666;
					font-weight:bold;
				}

		.calendar .month {
			position:relative;
			top:-2px;
			left:0px;
			float:left;
			width:120px;
			height:16px;
			text-transform: capitalize;
			text-align:center;
			font-size:11px;
			margin-bottom:5px;
		}

			.calendar .day {
				float: left;
				width: 21px;
				height: 25px;
				margin-right: 2px;
				margin-bottom: 2px;
				padding: 2px;
				border: 1px solid #f0f0f0;
				cursor:pointer;
				color:#666;
				background-color:#fff;
			}

	.calendar .day.heading {
					color: #666;
					font-weight:bold;
					background-color: #ffffff;
					cursor:default;
				}

				.calendar .day.selected {
				color:#FFF;
				cursor:default;
				background-color:#666;
			}

				.calendar .day.past, .calendar .day.off, .calendar .day.empty {
					border: 1px solid #f0f0f0;
					background-color: #ffffff;
					color: #ccc;
					cursor:default;
				}

				.calendar .day.on:hover
				{
					color:#FFF;
					background-color:#666;
				}

.alert-banner{
width:100%;
background:red;
color:white;
padding:10px 0;
}
.alert-banner .title{
text-transform:uppercase;
width:80%;
font-family:"ProximaNovaBold","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:18px;
display:inline-block;
}
.alert-banner .toggle-trigger{
float:right;
font-size:20px;
cursor:pointer;
}
.alert-banner .toggle-content{
display:none;
width:100%;
}

.smcx-embed {
	height: 534px !important;
}
.smcx-embed>.smcx-iframe-container {
	height: 498px !important;
}

.reservations {
	padding-left: 30px;
}
.reservations iframe {
	height: 310px !important;
}

.smcx-embed {
	max-width: 100% !important;
}
.smcx-embed>.smcx-iframe-container {
	max-width: 100% !important;
}


.blog-home h2, .events-home h2 {
	font-size: 29px;
	margin: 0 0 40px 0;
	display: block;
}
.rooms-for-rent h2 {
	margin: 0 0 40px 0;
}
.more-view {
	position: absolute;
	top: 0;
	right: 0;
	font-size:14px;
	line-height:14px;
	color:#fff;
	text-transform:uppercase;
	padding:5px 8px;
	border:1px solid #fff;
	background:none;
	border-radius:5px;
}

.chosen-container-active {
	outline: -webkit-focus-ring-color auto 5px;
}

.errorfield {
	display: none;
	background: #d45a1f;
	font-size: 12px;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	border-radius: 5px;
	width: 100%;
}
.error input, .error .chosen-container {
	margin-bottom: 0 !important;
}
.error .errorfield {
	display: block;
}
.errorlist {
	display: none;
	background: #d45a1f;
	padding: 10px 20px;
	color: #fff;
	font-weight: 700;
	margin: 20px 0;
}
.errorlist ul {
	margin: 10px 0 0 0;
	padding-left: 15px;
}
.errorlist ul li {
	font-size: 12px;
	font-weight: 400;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: uppercase;
}
.home-content form label {
	display: none;
}

/* OWL CAROUSEL */
.hero {
	display: none;
}
.owl-carousel {
	margin-bottom: -25px;
}
.owl-carousel.slider {
	margin-bottom: 40px;
}
.owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -40px;
}
.owl-carousel.slider .owl-nav {
	margin-top: -20px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	width: 40px;
	height: 40px;
	font-size: 24px !important;
	background: rgba(255,255,255,0.5) !important;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	background: #fff !important;
}
.owl-carousel .owl-nav button.owl-next {
	float: right;
}
@media screen and (min-width: 641px) {
	.hero {
		display: block;
	}
}


/* FORMS */
.booking-form .errorfield {
	margin-top: -5px;
	padding-top: 10px;
}
fieldset, .checkbox {
	margin: 0 0 10px 0;
}
fieldset legend {
	font-size: 14px;
	font-weight: bold;
}
fieldset div, .checkbox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
fieldset label {
	padding: 5px 0 0 5px;
	font-weight: normal;
}
.checkbox label {
	padding: 2px 0 0 5px;
	font-weight: normal;
}
input[type="submit"] {
	margin: 0;
}
.search-form fieldset legend {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
}
.search-form fieldset label {
	text-transform: none;
}

.flexhead {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexhead .room-sort label {
	display: none;
}
.flexhead .room-sort .chosen-container-single .chosen-default {
	margin: 0;
}

#sidebar form label,
#sidebar form a.chosen-single {
	color: #222 !important;
}
.sidebar-contact input[type="submit"] {
	border-color: #2065b3;
	background: #2065b3;
}
.sidebar-contact input[type="submit"]:hover {
	color: #2065b3;
	background: transparent !important;
}

.errorlist, .errorlist a {
	color: #000;
}
.errorlist a:hover {
	color: #fff;
}

.room-sort {
	position: relative;
}
.room-sort .chosen-container {
	padding-right: 70px;
}
@media screen and (min-width: 641px) {
	.room-sort a {
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
}

.hero {
	position: relative;
}
.hero .hero-btns {
	position: absolute;
	bottom: 40px;
	left: 20px;
	z-index: 1;
}
.hero .button.secondary {
	background: rgba(255,255,255,0.7);
	text-transform: uppercase;
	color: #222;
}
.hero .button.secondary:hover {
	background: #fff;
	border-color: #fff;
}

.play {
	display: none;
}
