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, button, textarea, a {
  	background: transparent;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-weight: normal;
	font-family: 'Libre Baskerville', serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}                  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
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; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; padding:0 0 1.5em 0; }
input, select { vertical-align:middle; }

/* End of Reset CSS */





body {
	background: transparent;

}

input:invalid, textarea:invalid {
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {  }

/* By default the selection color is pink */
::-moz-selection{ background: #468ab1; color:#fff; text-shadow: none; }
::selection { background:#468ab1; color:#fff; text-shadow: none; }
.ie7 img { -ms-interpolation-mode: bicubic; }



ul, ol, p {
	padding: 0 0 1.5em 0;
}

ul, ol {
	list-style: none;
}

ul li {
	list-style: none;
}

p {
	font-family: 'Libre Baskerville', serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color: #2e2d2d;
	font-size: 13px;
	line-height: 22px;	
}

a {
	color: #8d3d00;
}

a:hover {
	opacity: 0.8;
}

article blockquote {
	border-left: 1px solid #ebe0b5;
	font-family: Arial;
	color: #ebe0b5;
	font-size: 13px;
	line-height: 22px;
	padding: 15px 0 15px 30px;
	margin: 5px 0 10px 30px;
}
article ul {
	margin-left: 20px;
}
article ul li {
	padding: 5px;
	list-style: square;
	font-family: Arial;
	color: #ebe0b5;
	font-size: 13px;
	line-height: 22px;
}

article ol {
	margin-left: 20px;
}
article ol li {
	padding: 5px;
	list-style-type: decimal;
	font-family: Arial;
	color: #ebe0b5;
	font-size: 13px;
	line-height: 22px;
}


/* remember to define focus styles! */
:focus {outline: 0;}

img {border:0;}
a img {border:0}

/* Float Definitions -----------------------------------------------------------*/

.clear {clear:both;} 

.right {float: right;} 

.left {float: left;}

.alignright {float: right;margin: 0 0 2px 7px;}
.alignleft {float: left;margin: 0 7px 2px 0;}

img.left, img.alignleft {float: left;margin: 0 15px 7px 0;}

img.right, img.alignright {float: right;margin: 0 0 7px 15px;}

.post img.aligncenter, .attachment img.aligncenter { display:block; margin: 0 auto; text-align: center; }

.nopad {
	padding: 0px !important;
}
.nomargin {
	margin: 0px !important;
}
.noborder {
	border: none !important;
}



html, body {
	height: 100%;
}




	/*Buttons------------------------------------------*/

	.button {
		width: auto;
		background: #fff;
		color: white;
		cursor: pointer; 
		display: inline-block;
		font-size: 16px;
		font-family: 'Avenir95BlackBlack';
		text-transform: uppercase;
		margin: 0 0 3px 0;
		outline: none;
		padding: 13px 30px 13px;
		position: relative;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		color: #444;
	}
	
	.button:hover {
		background-color: #c21414 !important;
		color: #fff;
		
	}
	
	.button:active {
		background-color: #444;
	}
	
	.button:focus {
		background-color: #ff0000;
	}



	.screens .button {
		margin-top: 30px;
	}


/*----------------------------------------------------------------------------------------------------------------
										       Predefining Media Query
----------------------------------------------------------------------------------------------------------------*/


.column_one_half, .column_one_third, .column_one_fourth, .column_two_thirds, .column_three_fourths {
    float: left;
    position: relative;
    text-align: left;
}
.column_one_half:before, .column_one_third:before, .column_one_fourth:before, .column_two_thirds:before, .column_three_fourths:before {
	content: '';
	width: 25px;
	position: absolute;
	right: -12.5px;
	top: 0;
	height: 100%;
	background: #fff;
} 



.column_one_half p:last-child, .column_one_third p:last-child, .column_one_fourth p:last-child, .column_two_thirds p:last-child, .column_three_fourths p:last-child {
    margin-bottom: 0;
}

.column_one_half {
    width: 50%;
}

.column_one_third {
    width: 32.6666%;
}

.column_one_fourth {
    width: 25%;
}

.column_two_thirds {
    width: 67.3334%;
}

.column_three_fourths {
    width: 75%;
}

.column_full {
	width: 100%;
}

.final {
    clear: right;
    margin: 0;
}
.final:before {
	display: none;
}
.inner {
	padding: 40px;
}

.final .inner {
	padding: 15px 15px 15px 27.5px;
}

.inner .inner {
	padding: 50px;
}
.inner .itsyinner {
	padding: 25px;
}
.inner .col .inner {
	padding: 15px;
}






.buttonbox {
	position: fixed;
	top: 0;
	z-index: 9999999;
	right: 3%;
}

.buttonbox a {
	margin: 0px;
	padding: 10px 15px 7px 15px;
	color: #fff;
	display: inline-block;
	background: #444;
	font-family: 'Avenir95BlackBlack';
	text-transform: uppercase;
	font-size: 12px;
	z-index: 9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.buttonbox a:hover {
	background: #c21414;
}


.pattern {
	position: relative;
	position: absolute;
	top: 0px;
	left: -65px;
	width: 100%;
	z-index: 999;
	height: 100%;
	background: url(../images/texture.png);
}
/*.pattern:before {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 999;
	height: 100%;
	background: #fff;
	opacity: 0.4;
	content: '';
}*/







@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



.hellofolks {
    -webkit-animation-fill-mode: both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name:fadeInDown;
	-moz-animation-name:fadeInDown;
	-o-animation-name:fadeInDown;
	animation-name:fadeInDown;
	-webkit-animation-delay:.5s;
	-moz-animation-delay:.5s;
	-ms-animation-delay:.5s;
	-o-animation-delay:.5s;
	z-index: 9999;
	position: relative;
}


@-webkit-keyframes fadeIn{
0%{opacity:0} 100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0} 100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0} 100%{opacity:1}}@keyframes fadeIn{0%{opacity:0} 100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}



@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)} 100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px)} 100%{opacity:1;-moz-transform:translateY(0)}}@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px)} 100%{opacity:1;-o-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)} 100%{opacity:1;transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown}



/*----------------------------------------------------------------------------------------------------------------
										       Transitions
----------------------------------------------------------------------------------------------------------------*/

.book-or-call a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}





/*----------------------------------------------------------------------------------------------------------------
										       General Stuff
----------------------------------------------------------------------------------------------------------------*/

section {
	background: #fff;
	min-height: 300px;
	border-bottom: 1px solid transparent;
	position: relative;
}
section.bigwelcome {
	background: #fff;
	text-align: center;
	float: left;
	width: 50%;
}

section.bighello {
	float: right;
	width: 50%;
	height: 95%;
	background: transparent;
	background-position: bottom center;
  	-webkit-background-size: 50% 50%;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
  	/*	 -webkit-animation-fill-mode: both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name:fadeIn;
	-moz-animation-name:fadeIn;
	-o-animation-name:fadeIn;
	animation-name:fadeIn;
	-webkit-animation-delay:.5s;
	-moz-animation-delay:.5s;
	-ms-animation-delay:.5s;
	-o-animation-delay:.5s;*/
}
section.bighello img {
    display: block;
    height: 100%;
    margin-left: -15%;
    width: auto;
}
section.bighello .owl-carousel {
	width: 100%;
	height: 100%;
}
section.bighello .owl-carousel .item {
}
/*.stayBox {
	margin-left: 30%;
	margin-top: 10%;
	background-color: white;
	width: 40%;
	padding-top: 4px;
	text-align: center;
	height: 30px;
	outline: solid 1px lightgray;
}
.stayBox p {
	text-align: center;
	font-family: "Libre Baskerville";
	color: black;
	font-size: 16px;
	padding-left: 25px;
}*/
.owl-carousel .item img{
  display: block;
  width: 100%;
  height: 100%;
}
section.madflex {
	/*position: fixed;*/
	right: 0;
	top: 75px;
}

.meetings-events section.madflex,
.location section.madflex,
.homepage section.madflex,
.single-rooms section.madflex {
	position: fixed !important;
	right: 0;
	top: 75px;
}

.imagegal a {
	width: 100%;
display: block;
height: 100%;
}
section.littlehello {
	float: right;
	width: 50%;
	height: 100%;
	background: #ddd;
  		 -webkit-animation-fill-mode: both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name:fadeIn;
	-moz-animation-name:fadeIn;
	-o-animation-name:fadeIn;
	animation-name:fadeIn;
	-webkit-animation-delay:.5s;
	-moz-animation-delay:.5s;
	-ms-animation-delay:.5s;
	-o-animation-delay:.5s;
}
.littlehello ul {
	height: 100%;
	position: relative;
}
.littlehello ul:before {
	position: absolute;
	width: 6px;
	background: #fff;
	content: '';
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -3px;
	z-index: 999;
  
}

.littlehello ul:after {
	position: absolute;
	height: 6px;
	background: #fff;
	content: '';
	width: 100%;
	top: 47%;
	left: 0;
	margin-top: -12px;
	z-index: 999;
}


.littlehello ul li {
	width: 50%;
	float: left;
	overflow: hidden;
	height: 47%;
	background-size: cover;
	background-position: center center;
	position: relative;
}


.littlehello ul li:nth-child(3) .sticker {
	bottom: 0;
}


.littlehello ul li:nth-child(4) .sticker {
	bottom: 0;
}	

.littlehello ul li:last-child {
    width: 100%;
    z-index: 999;
}


/* MEETINGS & EVENTS */
.meetings-events .littlehello ul li {
	width: 50%;
	float: left;
	overflow: hidden;
	height: 47%;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.meetings-events .littlehello ul li:nth-child(3) .sticker {
	bottom: 18px;
}

.meetings-events .littlehello ul li:nth-child(4) .sticker {
	bottom: 18px;
}	


.sticker {
	width: 100%;
	margin-left: 0;
	padding-top: 26px;
	height: 39px;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	color: black;
	font-size: 20px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	letter-spacing: -1px;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 10px;

}


.getter {
	bottom: 50px;
}
.gogetter {
	bottom: 30px;
}
.littlehello ul li img {
	display: block;
	height: 100%;
}

.littlehello ul li:hover {
	opacity: 0.8;
}

.hellobox {
	margin-top: -65px;
	margin-left: -107.5px;
	position: relative;
	position: absolute;
	width: 215px;
	height: 30px;
	padding: 50px 0;
	top: 50%;
	left: 50%;
	background: #fff;
	text-align: center;
	font-size: 18px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 2.5px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 10px;
	color: #251d20;
	text-transform: uppercase;
}
.topper {
	top: 30px;
	width: 290px;
	margin-top: 0;
	margin-left: -145px;
}
.hellobox:before {
	position: absolute;
	width: 193px;
	height: 107px;
	border: 1px solid #ddd;
	content: '';
	top: 11px;
	left: 10px;
}

.topper:before {
	width: 268px;
}
.roombody {
	background: rgba(255,255,255,0.9);
	width: 80%;
	margin: auto;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -40%;
}

.roombody .inner {
	padding: 40px;
}

.bestRate {
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	left: 10px;
	font-size: 12px;
}

section.videowelcome {
	background: rgba(255,255,255, 0.8);
	height: 100%;
	text-align: center;
}

section.videowelcome:before {
	top: 0;
	width: 100%;
	background: #fff;
	height: 85px;
	left: 0;
	position: fixed;
	content: '';

}
section.videowelcome:after {
	bottom: 0;
	width: 100%;
	background: #fff;
	height: 85px;
	left: 0;
	position: fixed;
	content: '';

}
.logo {
	padding-top: 225px;
	background: url(../images/logo_dotless.png) center bottom no-repeat;
	width: 254px;
	height: 153px;
	position: relative;
	margin: auto;
	opacity: 1 !important;
}
.littlelogo {
	opacity: 1 !important;
}
/*.littlelogo img {
	position: fixed;
	left: -15px;
	top: -15px;
	display: block;
	padding: 30px;
	background: #fff;
	opacity: 1;
	z-index: 99999999999;
}
*/
.logo:before {
	position: absolute;
	bottom: 62px;
	right: 100px;
	background: url(../images/logo_dot.png) center top no-repeat;
	width: 13px;
	content: '';
	height: 16px;
	 -webkit-animation-fill-mode: both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name:fadeInDown;
	-moz-animation-name:fadeInDown;
	-o-animation-name:fadeInDown;
	animation-name:fadeInDown;
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-ms-animation-delay:1s;
	-o-animation-delay:1s;
	z-index: 9999;
}

.mobilenav {
    display: none;
  	height: 13px;
    position: absolute;
    right: 0px;
    top: 27px;
    width: 50px;
    z-index: 99999999;
    
}

#home .navcontainer .booker, #pages .navcontainer .booker {
	background: none repeat scroll 0 0 #fff;
	border-left: 1px solid #ddd;
	border-right: 0 none;
	float: right;
	height: 80px;
	padding: 0;
	width: 90px;
}

.navcontainer .mobile-booker  {
	float: right;
	padding-top: 30px;
	margin-top: -10px;
	width: 90px;
	height: 45px;
	text-align: center;
	border-left: 1px solid #ddd;
	display: none;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: -15px;
	width: 95px;
	height: 50px;
	position: relative;
	z-index: 999999999999999999;
}


.mobilelogo, .mobile-booker {
	display: none
}

.mobilenav i {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 24px;
}

.bookdisplay {
	display: none;
}
.mobilenav span {
	position: relative;
	z-index: 1;
	display: block;
	height: 100px;
	width: 100px;
	background: transparent;
	position: relative;
}

.mobilenav form {
	position: relative;
	z-index: 9998;
}

.mobilenav select {
	border: none;
	z-index: 9999;
	background: transparent;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	text-indent: -9999px;
}

.mobiledetected .longnav {
	overflow: hidden;
}

ul.navitem {

}
.henry { 
	padding-top:120px;
	position: relative;
	z-index: 999;
}
.bigwelcome p {
	text-align: justify;
	width: 75%;
	margin: auto;
	line-height: 28px;
	color: #656565;
}


.pagecontent {
	width: 98%;
	padding-top: 120px;
	margin: auto;
	z-index: 999;
}
.singlepage img {
	max-width: 100%;
}
section.bigwelcome:before {
	content: '';
	width: 100%;
	background: url(../images/overlay_down.png) center top repeat-x transparent;
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 0;
	height: 105px;

}
.pagecontent .inner {
	width: 75%;
	margin: auto;
}
.pagecontent h1 {
	font-size: 24px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 2.5px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 10px;
	color: #251d20;
	text-transform: uppercase;
	padding-bottom: 50px;
}


.pagecontent h2 {
	font-size: 20px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 10px;
	color: #828282;
	text-transform: none;
	font-style: italic;
	padding-bottom: 10px;
}


.pagecontent h3 {
	font-size: 20px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 10px;
	color: #251d20;
	text-transform: uppercase;
	padding-bottom: 10px;
}



.pagecontent:before {

}


.pagecontent:after {

}


.pagecontent .liner {
	width: 100px;
	left: 50%;
	bottom: 45px;
	height: 2px;
	background: transparent;
	margin: auto auto 30px;
}

.pagecontent .lowerheading {
	color: #251d20;
	font-size: 18px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	margin-top: 20px;
	font-style: italic;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.pagecontent p {
	clear: both;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	margin-top: 0px;
	padding: 0 0 15px 0;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.okayfolks p:first-child:first-letter { 
	float: left;  
	font-size: 100px; 
	line-height: 60px; 
	padding: 4px 10px 10px 0;
	font-family: Baskerville;
	margin-top: 10px;
	color: #535353;
}


.map {
	height: 100%;
	width: 100%;
	min-height: 400px;
	min-width: 400px;
	z-index: 5;
	overflow: hidden;
}

strong {
	font-weight: bold;
}

.pagecontent p strong {
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.pagecontent a {
	color: #ad1818;
	font-size: 15px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.pagecontent .roomaccess {
	max-width: 100%;
	margin-top: 50px;
}
.pagecontent .roomaccess li a {
	font-size: 20px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 2.5px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	color: #251d20;
	text-transform: uppercase;
	position: relative;
	text-align: center;
}
.room-quote {
	width: 70%;

	text-align: center;
	margin-left: 15%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	line-height: 150%;
	margin-bottom: 30px;
	border-top: solid 1px lightgray;
	border-bottom: solid 1px lightgray;
	font-style: italic;
	font-family: "baskerville libre";
	color: #7f7f7f;
}
.amenities {
	width: 80%;
	margin-left: 10%;
	list-style-type: none;
}
.amenities .left {
	width: 50%;
	float: left;
	list-style-type: none;
}
.amenities .right {
	width: 50%;
	float: right;
	list-style-type: none;
}
.pagecontent .roomaccess li {
	margin: 10px 0;
	text-align: center;
}
/*.pagecontent .roomaccess li:nth-child(4){
	float: right;
}
.pagecontent .roomaccess li:nth-child(2){
	float: right;
}*/
.pagecontent .roomaccess p.rooms {
	text-align: center;
	margin-top: 30px;
	padding-top: 10px;
	font-size: 100%;
	color: #7f7f7f;
	font-style: italic;
}
.pagecontent .quotable {
	font-size: 15px;
	padding: 0 30px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	margin-top: 0px;
	font-style: italic;
	display: block;
	color: #888;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}


.footerlinks {
	padding-top: 20px;
}

.bigmail {
	float: left;
	padding: 0px 15px 0 0;
}
.footerlinks li {
	float: left;
	margin: 0 10px;
}

.footerlinks li a {
	font-family: 'Libre Baskerville', serif;
	color: #333;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.roombody {
	text-align: center;
}

.roombody .liner {
	width: 100px;
	left: 50%;
	bottom: 45px;
	height: 2px;
	background: #828282;
	margin: auto auto 30px;
}


.roombody h1 {

		font-size: 24px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 2.5px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 10px;
	color: #251d20;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-align: center;

}



.roombody .lowerheading {
	color: #251d20;
	font-size: 15px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	margin-top: 20px;
	font-style: italic;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.roombody p {
	color: #333;
	font-size: 13px;
	line-height: 22px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	margin-top: 20px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}





.longnav {
	height: 80px;
	background: #fff;
	position: fixed;
	top: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
	z-index: 99999;
	overflow: visible;
	/*z-index: 999999999;*/
	/*overflow: hidden;*/
}

.navcontainer {
	/*width: 98%;*/
	background: none repeat scroll 0 0 #fff;
	display: inline-block;
	height: 80px;
	margin: auto;
	padding: 0;
	position: relative;
	width: 100%;
}

.desktop-book .navlogo {
    margin: 15px 0 0 30px;
}

.mobiledetected .navlogo {
	margin: 0;
}

.mobiledetected a.onmobile {
	left: 30px;
	top: 16px;
	z-index: 99999999;
}


/* .announcement:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/macbookbg.jpg) center top;
	content: '';
	left: 0;
	top: 0;
} */

.macbook {
	max-width: 90%;
	position: relative;
	bottom: -81px;
}

.book-or-call {
  display: inline-block;
  float: left;
  width: auto;
  display: none;
}

.book-or-call a {
	border-right: 1px solid #ddd;
	display: inline-block;
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 78px;
	color: #4f4f4f;
}
	.book-or-call a:hover, .gn-menu-main .book-or-call a:hover {
		background: none repeat scroll 0 0 #ededed;
	}

.book-or-call a:last-child {
  border: 0 none;
}

.navcontainer.open {
	float: left;
	overflow: hidden;
	width: 68%;
}

.navcontainer ul {
	float: right;
	margin-right: 10px;
	padding: 0;
	max-height: 40px;
	margin-top: 28px;
}

.navcontainer ul ul {
	margin-top: 33px;
	width: 100%;
}

.navcontainer ul li {
	float: left;
	margin: 0 10px;
}

.navcontainer ul li a {
	font-family: "Baskerville Libre";
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 13.5px;
	letter-spacing: 0px;
	line-height: 1;
	color: #585858;
	display: block;
}

.navcontainer .booker {
	border-left: 1px solid #ddd;
	display: block;
	float: right;
	height: 80px;
	position: relative;
	text-align: center;
	width: 185px;
	z-index: 2147483647;
}

#pages #gn-menu ul.navitem {
	border-right: 1px solid #ddd;
	margin: 0;
}

#home .navcontainer.open .booker,
#pages .navcontainer.open .booker {
	border-right: 1px solid #ddd;
}

#home .navcontainer .desktop-book .booker, #pages .navcontainer .desktop-book .booker {
    padding: 0 20px;
}

.booker a {
	color: #4f4f4f;
	cursor: pointer;
	display: inline-block;
	font-family: "Libre Baskerville",serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 1;
	margin-top: 32px;
}

.mobiledetected .booker a {
	line-height: 20px;
	margin-top: 21px;
}

.mobile-booker a {
	color: #4f4f4f;
	font-size: 16px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: bold;
	cursor: pointer;
}

.bookingsection ul {
	margin-right: 0;
	float: none;
}

.bookingsection #teaser input {
	width: 100%;
	position: relative;
	z-index: 2;
	background: transparent;
	font-family: 'Libre Baskerville', serif;
}

.bookingsection #teaser select {
font-family: 'Libre Baskerville', serif;
	width: 100%;
}

.bookingsection #teaser {
	width: 100%;
}
.bookingsection {
	padding: 20px;
	border: 1px solid #ddd;
	z-index: 99999;
	width: 200px;
	position: absolute;
	top: 80px;
	left: -48px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.booker:hover .bookingsection {
	visibility: visible;
	opacity: 1;
}

.boom {
	visibility: visible;
	opacity: 1;
}
.arrow {
	top: 75px;
	position: relative;
	opacity: 0.5;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.arrow:hover {
	opacity: 1;
}
.bookingsection ul li {
	padding: 5px 0 0 0;
	width: 100%;
	margin: 0;
	position: relative;
	width: 90%;
}

.bookingsection ul li.little {
	width: 31%;
	float: left;
	position: relative;
	
}
.bookingsection ul span {
	position: absolute;
	z-index: 0;
	top: 15px;
	right: -10px;
}
.navcontainer .xobutton {
	float: right;
	width: 80px;
	text-align: center;
	height: 100%;
	padding-top: 15px;
	display: block;
}
.xobutton i {
	color: #251d20;
	font-size: 18px;
}	
.second {
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: #4f4f4f;
	font-size: 16px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	z-index: 999999;
}

#teaser input.button {
	font-family: 'Libre Baskerville', serif;
	font-weight: 100;
	color: #fff;
	background: #4f4f4f;
	text-align: center;
	text-transform: none;
	font-size: 14px;
	width: 110%;
}
.arrow i{
	margin-top: 10vh;
}
.aboutrsh {
	width: 100%;
	height: 25px;
	width: 100%;
	padding: 60px 0px 15px 0;
	background: url(../images/overlay_up.png) center top repeat-x transparent;
	position: absolute;
	bottom: -2px;
	left: 0;
	color: #4f4f4f;
	font-size: 16px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	z-index: 999;
}


.specialbubble {
	background-size: cover;
	position: relative;
	width: 120px;
	height: 120px;
	border: 4px solid #ddd;
	background-position: center center;
	margin: 10px auto 20px;
}
.pagecontent .roomaccess li.slick a {
	margin: 0 0 15px 0;
	display: block;
}
.pagecontent .roomaccess li a.simplebutton {
	font-size: 14px;
	background: #333;
	padding: 8px 20px;
	text-align: center;
	color: #fff;
	display: inline-block;
}
.innerwrap {
	left: 25px;
	top: 15px;
	z-index: 9999999;
	height: 30px;
	width: 95.4%;
	bottom: 20px;
	color: #4f4f4f;
	font-size: 16px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	z-index: 0;
	position:absolute;
	background: transparent;
}

.innerwrap h4 {
	color: #251d20;
	font-family: Helvetica;
	font-weight: lighter;
	letter-spacing: 5px;
	font-weight: 400;
	margin-top: 20px;
	font-size: 13px;
	color: #ccc;
	padding: 10px 0px;
	margin-top: 40px;
	display: inline-block;
	display: block;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility; 
	margin: 60px auto auto;
	    -webkit-animation-fill-mode: both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name:fadeInDown;
	-moz-animation-name:fadeInDown;
	-o-animation-name:fadeInDown;
	animation-name:fadeInDown;
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-ms-animation-delay:1s;
	-o-animation-delay:1s;
}

.pager .innerwrap h4 {
	margin: 15px auto auto;
}
.second i {
	margin-right: 10px;
	font-size: 20px;
	color: #251d20;
}

#dashboard {
	position: relative;
	position: fixed;
	width: 90%;
	top: 46px;
	margin: auto;
	display: none;

	padding: 10px;
	height: 84%;
	left: 50%;
	margin-left: -46%;
	z-index: 999999999999;
	box-shadow: 0 0 30px #888;
}
#dashboard:before {
	content: '';
	position: absolute;
	top: 5px;
	right: 22px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #efefef;
}

.dashboardunderbelly {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.8);
	top: 0;
	left: 0;
	z-index: -1;
}	
#dashboardcontent {
	opacity:0;
	position: relative;
	filter:alpha(opacity=0);
		background: #fff;
	border: 15px solid #efefef;
}


#big-video-wrap {
	background: #fff;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}






.graybg {
	background: #f7f8f8;
}
.darkgray {
	background: #444;
}


.sliderbook {
	position: relative;
}
.sliderbook {
	width: 822px;
	height: 516px;
	margin: auto;
	position: relative;
	top: -28px;
}

.announcement:before {
	position: absolute;
	content: '';
	top: 135px;
	left: 0;
	width: 100%;
	background: url(../images/macbookbg.jpg) center top no-repeat;
	height: 100%;
}


.hello {
	min-height: inherit;
}
.hello p {
	text-align: center;
	padding: 80px 0;
	color: #5b5b5b;
	font-size: 18px;
	max-width: 500px;
	font-family: 'AvenirRegular';
	margin: auto;
	
}
.counter {
	position: absolute;
	right: 43px;
	font-family: 'Avenir95BlackBlack';
	font-size: 77px;
	color: #fff;
	top: 61px;
	letter-spacing: -5px;
	opacity: 0.3;
}
.counter span {
	font-size: 40px;
	position: relative;
	top: -30px;
}

.introducing {
	text-align: left;
	padding: 80px 0 40px 0;
	color: #ddd;
	font-size: 18px;
	font-family: 'AvenirRegular';	
}



.navlink {
	position: absolute;
	bottom: 20px;
	color: #251d20;
	font-size: 20px;
	right: 20px;
	z-index: 99999;
}
.navlink a {
		color: #251d20;
			font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	margin-top: 20px;
	font-size: 15px;
	margin-right: 10px;
	font-style: italic;
	display: block;
		-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility; 
}

.welcomesearch {
	width: 60%;
	max-width: 600px;
	margin: 0px auto auto;
	position: relative;
	z-index: 90;
}

.welcomesearch form {
	position: relative;
	border: 1px solid #e6e6e6;
}

.videowelcome .welcomesearch form {
	position: relative;
	border: 1px solid #7f7f7f;
}

.welcomesearch ul li {
	float: left;
	width: 33%;
	position: relative;
	min-height: 35px;
}

.welcomesearch ul li:before {
	content: '';
	background: #e6e6e6;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.videowelcome  .welcomesearch ul li:before {
	content: '';
	background: #7f7f7f;
}
.welcomesearch ul li input {
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 6px;
	border: none;
	font-family: 'Libre Baskerville', serif;
}

.welcomesearch ul li select {
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	padding: 6px;
	width: 100%;
	color:  #98A0A0;
	font-family: 'Libre Baskerville', serif;
}
.videowelcome .welcomesearch ul li select {
	color: #7f7f7f;
}
.welcomesearch ul li i {
	position: absolute;
	color: #e6e6e6;
	font-size: 20px;
	right: 8px;
	top: 6px;
}
.videowelcome .welcomesearch ul li i {
	position: absolute;
	color: #7f7f7f;
}
.welcomesearch ul li.searchbutton {
	position: absolute;
	background: #7f7f7f;
	right: 0;
	top: 0;
	padding: 0 10px;
	width: 15px;
}
.welcomesearch ul li.searchbutton i {
	color: #fff;
}
.welcomesearch ul li.select:before {
	display: none;
}
.welcomesearch ul li.searchbutton:before {
	display: none;
}


.idea {
	color: #4f4f4f;
	font-size: 16px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.5px;
	font-weight: 400;
	margin-top: 25px;
	font-style: italic;
	padding-bottom: 350px;
	display: block;
		-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility; 
}

.contentcontainer {
	margin: auto;
	width: 80%;
	max-width: 1100;
	position: relative;
}

.narrower {
	max-width: 850px;
}


.about {
	padding: 100px 0;
		-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}
.about:hover {
	background: #bbe2f1;
}
.mega {
	font-family: 'Avenir95BlackBlack';
	text-align: center;
	font-size: 118px;
	color: #444;
	text-transform: uppercase;
	letter-spacing: -3px;
}


.minor {
	font-family: 'AvenirRegular';
	text-align: center;
	font-size: 28px;
	color: #444;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 25px;
}

.first {
	width: 48% !important;
	text-align: justify;
	margin: 0 !important;
}

.last {
	width: 48% !important;
	float: right !important;
	text-align: justify;
	margin: 0 !important;
}









section.cbp-so-section {
	background: transparent;
	min-height: 00px;
	border-bottom:none;
	position: relative;
}





.screens {
	padding-bottom: 160px;
}

.screens img {

	width: 49%;
	float: left;
	margin: 3px;
}










/*--------------------------------------------------------
Slider Section
--------------------------------------------------------*/

.container {
	/* defaults for resposive height container */
	position: relative;
	width: 100%;
	height: 0;
	
	/* 39% being the ratio we are maintaining 
	 * calculated by looking at the image 
	 * ratio: 400/1024 = ~0.39 */
	padding: 0 0 46% 0;
}

.iosSlider {
	width: 100%;
	
	/* this height ends up being your maximum height, 
	 * if you want it to scale forever, set it to 
	 * a very high number */
	height: 1500px;
	height: 516px !important;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .item {
	float: left;
	position: relative;
	width: 100%;
}
.iosSlider .slider .item:before {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/texture.png);
	height: 100%;
	width: 100%;
	z-index: 99;
	content: '';
}
.iosSlider .slider .item img {
	width: 100%;
	height: auto;
}
.responsiveHeight .inner {
	padding: 0;
}
/* controls */
.container .prevContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	
	padding: 0 0 19.5% 0;
	z-index: 10;
}

.container .prevContainer .prev {
	position: absolute;
	bottom: -10%;
	left: 30px;
	width: 35px;
	height: 20%;
	background: url(../images/arrow_left.png) no-repeat;
	z-index: 9999999;
}

.container .nextContainer {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	
	padding: 0 0 19.5% 0;
	z-index: 10;
}

.container .nextContainer .next {
	position: absolute;
	bottom: -10%;
	left: 50px;
	width: 35px;
	height: 20%;
	background: url(../images/arrow_right.png) no-repeat;
	z-index: 9999999;
}

.container .selectorsBlock {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 5%;
}

.container .selectorsBlock .selectors {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 12%;
	height: 100%;
}

.container .selectorsBlock .selectors .item {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 16%;
	height: 100%;
	margin: 0 0 0 5%;
	background: #aaa;
}

.container .selectorsBlock .selectors .selected {
	background: #333;
}

.container .selectorsBlock .selectors .first {
	margin-left: 0;
}















/* ===================== SLIDE IN EFFECT ========================== */



.dashcolumns {
	height: 100%;

}
.dashbox {
	width: 25%;
	float: left;
	min-height: 100px;
	position: relative;
}
.dashbox:hover {
	background: #efefef;
}
.dashbox h3 {
	padding-top: 20px;
}
.dashbox h3 a {
	font-size: 18px;
	padding-top: 20px;
	display: block;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: .5px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 0px;
	color: #251d20;
	position: relative;
	text-transform: uppercase;
	padding: 8px 10px;
	text-align: center;
}

.innersec {
	border: 1px solid #ddd;
	padding: 0 20px;
	height: 100%;
	text-align: center;
}


.fourths {
	width: 18.75%;
}

.videobox {
	width: 37.5%;
	background: #ddd;
	float: right;
}


/* ---------------------------- VIDEO SECTION -------------------------*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 394px;
    z-index: 3;
}

.marshallcontain .video-container iframe,
.marshallcontain .video-container object,
.marshallcontain .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: inherit;
    height: 100%;
    z-index: 3;
    margin-bottom: 20px;
}




#modal {
	
}








.closure {
	color: #fff;
	position: absolute;
	top: -48px;
	font-size: 24px;
	font-family: 'Libre Baskerville', serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 2.5px;
	cursor: pointer;
	right: -6px;
}
.fuller h1 {
	font-size: 24px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 2.5px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 10px;
	color: #251d20;
	position: relative;
	text-transform: uppercase;
	padding: 15px 10px;
	border-bottom: 2px solid #ddd;
	text-align: center;
}


.fuller h2 {
	font-size: 13px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: .5px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 0px;
	color: #251d20;
	position: relative;
	text-transform: uppercase;
	padding: 8px 10px;
	text-align: center;
}

.fuller ul li a {
	text-align: center;
	color: #555;
	font-size: 13px;
	line-height: 19px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	margin-top: 2px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.annul {
	text-align: center;
	color: #ac1c1c;
	font-size: 11px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 7px;
	display: block;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.daters {
	text-align: right;
	background: #333;
	color: #fff;
	font-size: 13px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	width: 23px;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 6px;
}
.sidenav {
	padding: 0;
	border-top: 1px solid #d7d7d7;
	margin-top: 40px;
	
}

.whatcol {
	width: 50%;
	float: left;
}
.sidenav li {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #d7d7d7;
	box-shadow: 0 1px 0 #fff;
			-webkit-font-smoothing: antialiased;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	
}
.sidenav li:hover {
	background: #b0b0b0;
	border-bottom: 1px solid #AAAAAA;
}
.sidenav li a {
	color: #4f4f4f;
	font-size: 14px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;

}


.pagecontent .inner ul li {
	text-align: center;
	color: #251d20;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	margin-top: 2px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.sidenav li:hover a {
	color: #fff;
	text-shadow: none;
}

#teaser {
	width: 90%;
	margin: auto;
}
#teaser input {
	width: 42%;
	margin: 3px;
	float: left;
	padding: 8px 6px;
	border: 1px solid #d7d7d7;
}
.sidewhip {
	background: #fff;
	padding: 20px 0 0 0;



}
#teaser select {
	width: 30.6%;
	margin: 3px;
	float: left;
	border: 1px solid #d7d7d7;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 8px 6px;
}

.reservationbox {
	background: #fafafa;
	padding: 30px 0;
	text-align: center;
}

.reservationbox h2 {
		font-size: 24px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: -.5px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 10px;
	color: #251d20;
}

.reservationbox button i {
	font-size: 18px;
	margin-top: 10px;
	color: #251d20;
	font-size: 20px;
	display: block;
}



#ascrail2000 {
	opacity: 1 !important;
	top: 35px !important;
	z-index: 9999999;
}

#ascrail2000 div {
	border-radius: 0 !important;
}



.roomnavi {
	position: absolute;
	top: 45%;
	width: 30px;
	background: #fff;
	right: 0;
}
.roomnavi a:nth-child(2){
	border-top: 1px solid #ddd
}
.roomnavi a  {
	text-align: center;
	display: block;
}
.roomnavi i {
	color: #333;
	font-size: 28px;
}



.blueberry { margin: 0 auto; height: 100%; }
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	min-height: 100%;
}
.blueberry .slides li img {
	display: block;
	width: 125%;
	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	height: 50px;
	text-align: center;
	position: absolute;
	top: 42%;
	right: 10px;
	z-index: 99999;
}
.blueberry .pager li { display: block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 10px;
	width: 10px;
}
.blueberry .pager li a {
	padding: 3px 2px;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #fff;
	text-indent: -9999px;
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
	border-radius: 2px;
}
.blueberry .pager li.active a span { background: #ad1818; }






.slidelip { 
    border:1px solid #ddd;
    height:125px;    
    left: 0px;
    right:0px;
    bottom:0px;
    display: none;    
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 9999;
}

.call-reservation {
	background: none repeat scroll 0 0 #f6f6f6;
	border-top: 1px solid #ccc;
	bottom: 0;
	display: block;
	padding: 10px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 99999999;
}

.footer {
	position: relative;
    position: fixed;
	bottom: 0px;
	height: 0px;
	width: 100%;
	left: 0px;
	right: 0px;
	display: inline-block;
	cursor: pointer;
	background: transparent;
	z-index: 9999999;
	padding-top: 10px;
}


.cornered {
	padding: 10px;
	position: absolute;
	background: #444;
	color: #fff;
	bottom: 0;
	left: 10px;
	line-height: 14px;
	z-index: 9;
}


.whopbox {
	width: 90%;
	padding: 15px;
	margin: 50px 0;
	background: #eee;
	border: 1px solid #ddd;
	position:relative;
}

.whopbox p:first-child:first-letter { 
	float: left;  
	font-size: 100px; 
	line-height: 60px; 
	padding: 4px 10px 10px 0;
	font-family: Baskerville;
	margin-top: 10px;
	color: #000;
}

.pagecontent .bigwhop p:first-letter { 
	padding: 2px 5px 0 0;
}
.pagecontent .bigwhop p {
	width: inherit;
	text-align: left !important;
}

.bigwhop .socials {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	position: absolute;
	width: 60px;
	font-size: 25px;

}
.pagecontent .socials li {
	width: 46%;
	float: left;
	padding: 2px;
	line-height: 10px;
}

.pagecontent .socials li a {
	color: #333;
	font-size: 30px;
}




.welcomesearch .bigwhop p:first-letter { 
	padding: 2px 5px 0 0;
}
.welcomesearch .bigwhop p {
	width: inherit;
	text-align: left !important;
}

.welcomesearch .bigwhop .socials {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	position: absolute;
	right: 10px;
	top: -21px;
	width: 32px;

}
.welcomesearch .socials li {
	width: 46%;
	float: left;
	padding: 2px;
	line-height: 10px;
}

.welcomesearch .socials li a {
	color: #333;
	font-size: 30px;
}

.welcomesearch ul.socials li i {
	color: #333;
	font-size: 30px;
	position: inherit;
}

.welcomesearch ul.socials li:before {
	display: none;
}

.slidecontainer {
	position: relative;
	max-width:90%;
	margin: auto;
}



.bigmail a {
	font-size: 60px;
	margin: 0 0 20px 0;
	color: #333;
}
.bigphone p {
	font-size: 30px;
	float: left;
	margin: 0 0 10px 30px;
	padding-top: 20px;
	color: #333;
	font-family: Baskerville;
}
.bigphone .socializer {
	position: absolute;
	margin-left: 27%;
}

	.hipster {
		width: 59%;
		float: left;
		padding: 30px 0 40px 0;
		border-right: 1px solid #ddd;
	}
	
	.dipster {
		float: right;
		border-right: none;
		width: 38%;
		margin-top: 15px;
	}
	.dipster .whopbox {
		margin-top: -30px;
		background-color: white;
		border: none;
	}
	.dipster .whopbox p:first-child:first-letter{
		float: inherit;  
		font-size: inherit; 
		line-height: inherit; 
		padding: inherit;
		margin-top: inherit;
	}
	.dipster .whopbox .socials {
		margin-top: -117px;
		border: none;
	}
	.dipster .whopbox .socials a {
		color: #333;
	}
	
	
	
	
	
.slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
	
	.slides {
		height: 100%;
		
		/* Simple clear fix */
		overflow: hidden;
		
		/**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;

		/**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
		-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		     -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
		        transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	}
	
		.slide {
			height: 100%;
			float: left;
			clear: none;
		}


	.slider-arrows { display: none; }

		.slider-arrow {
			position: absolute;
			display: block;
			margin-bottom: -20px;
			padding: 20px;
		}

			.slider-arrow--right { bottom: 50%; right: 30px; }
			.slider-arrow--left { bottom: 50%; left: 30px; }


	.slider-nav {
		position: absolute;
		bottom: 110px;
	}

		.slider-nav__item {
			width: 12px;
			height: 12px;
			float: left;
			clear: none;
			display: block;
			margin: 0 5px;
			border-radius: 50px;
			background: #fff;
		}

				.slider-nav__item:hover { background: #ccc; }
				.slider-nav__item--current { background: #ccc; }
				
				
				
	
/* ======================================================= DROP DOWN CALENDAR =====================================================  */


/* ======================================================= DROP DOWN CALENDAR =====================================================  */




#ui-datepicker-div.ui-datepicker-multi {
	border-radius: 0 0 0 0;
    padding: 10px;
    z-index: 2147483647 !important;
  
}

#ui-datepicker-div {
    background: none repeat scroll 0 0 #FEFEFE;
    border: 1px solid #EEEEEE;
    border-radius: 0;
    min-width: 300px;
    padding: 10px;
    z-index: 2147483647 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
    right: 0;
}

#ui-datepicker-div.ui-datepicker .ui-widget-header .ui-state-hover,
#ui-datepicker-div.ui-datepicker .ui-state-focus,
#ui-datepicker-div.ui-datepicker .ui-widget-header .ui-state-focus {
    background-color: #fff;
    cursor: pointer;
    opacity: .8;
}



/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: relative;
	position: absolute;
	top: -5px;
	width: 1.8em;
	height: 1.8em;
	background:transparent;
	opacity: 1 !important;
}

.ui-datepicker .ui-datepicker-prev:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f053";
	font-size: 20px;
	position: absolute;
	right: 6px;
	top: 6px;
	color: #333;
}

.ui-datepicker .ui-datepicker-next:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	font-size: 20px;
	position: absolute;
	right: 6px;
	top: 6px;
	color: #333;
}




.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: -287px;
	z-index: 99999;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: -3px 0 0 0;
	line-height: 1.8em;
	text-align: center;
	font-family: 'scala-sans';
	color: #333;
	text-transform: uppercase;
}
.ui-datepicker-title {
	margin: 0;
	line-height: 14px;
	font-size: 16px;
	text-align: center;
	font-family: 'scala-sans';
	color: #333;
	text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: 0.5em 0.3em;
	text-align: center;
	font-weight: bold;
	border: 0;
	color: #fff;
}
.ui-datepicker td {
	border: 1px solid #e2e2e2;
	padding: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .5em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: 10px 15px;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto -.3em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	background: transparent;
    color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	background: transparent;;
	color: #001e3a;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #fff;
	font-weight: bold;
	color: #333;
	padding: 10px 10.5px;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #333;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: none;
	background: #A3A3A3 url(images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #fff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #111111;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: none;
	background: #ffffff url(images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #cc0000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #cc0000;
	text-decoration: none;
}

/* Time Interaction states
----------------------------------*/

/*.ui-widget {
    font-family: Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,sans-serif;
    font-size: 1em;
}*/
.ui-timepicker-div .ui-widget-content {
    background: #eee;
}
/*.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    background: transparent;;
    color: #001e3a;
    font-weight: bold;
}
.ui-widget-header a {
    color: #ffffff;
}*/

.ui_tpicker_time_label {
    display: inline;
}

.ui_tpicker_time {
    display: inline;
    font-weight: bold;
    margin-left: 9px;
}

.ui-timepicker-div dl {
    margin-top: 20px;
}

.ui_tpicker_hour_label {
    margin-top: 15px;
}

.ui_tpicker_hour {
    margin-bottom: 15px;
}

.ui_tpicker_time_label, .ui_tpicker_hour_label, .ui_tpicker_minute_label {
    margin-bottom: 10px;
}

.ui-timepicker-div .ui-state-default,
.ui-timepicker-div .ui-widget-content .ui-state-default,
.ui-timepicker-div .ui-widget-header .ui-state-default {
    background: #38BABF;
    font-weight: bold;
    color: #333;
    padding: 0;
}
.ui-timepicker-div .ui-state-default a,
.ui-timepicker-div .ui-state-default a:link,
.ui-timepicker-div .ui-state-default a:visited {
    color: #333;
    text-decoration: none;
}
#ui-datepicker-div .ui-timepicker-div .ui-state-hover,
#ui-datepicker-div .ui-timepicker-div .ui-widget-content .ui-state-hover,
#ui-datepicker-div .ui-timepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-timepicker-div .ui-state-focus,
#ui-datepicker-div .ui-timepicker-div .ui-widget-content .ui-state-focus,
#ui-datepicker-div .ui-timepicker-div .ui-widget-header .ui-state-focus {
    border: none;
    background: none repeat-x #ccc;
    font-weight: bold;
    color: #111111;
}
.ui-timepicker-div .ui-state-hover a,
.ui-timepicker-div .ui-state-hover a:hover,
.ui-timepicker-div .ui-state-hover a:link,
.ui-timepicker-div .ui-state-hover a:visited {
    color: #111111;
    text-decoration: none;
}
#ui-datepicker-div .ui-timepicker-div .ui-state-active,
#ui-datepicker-div .ui-timepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-timepicker-div .ui-widget-header .ui-state-active {
    border: none;
    background: none repeat-x #ccc;
    font-weight: bold;
    color: #cc0000;
}
.ui-timepicker-div .ui-state-active a,
.ui-timepicker-div .ui-state-active a:link,
.ui-timepicker-div .ui-state-active a:visited {
    color: #cc0000;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcd3a1;
	background: #fbf8ee url(images/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;
	color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cc0000;
	background: #f3d8d8 url(images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;
	color: #2e2e2e;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #2e2e2e;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_004276_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	
}







/* Overlays */
.ui-widget-overlay {
	background: #a6a6a6 url(images/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;
	opacity: .4;
	filter: Alpha(Opacity=40);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #333333 url(images/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x;
	opacity: .1;
	filter: Alpha(Opacity=10);
	border-radius: 8px;
}










.datepicker {
	width: 100%;
	position: relative;
	z-index: 3;
	background: transparent;
}

.dp-highlight .ui-state-default {
         background: #A3A3A3 !important;
          color: #FFF;
        }
        .ui-datepicker.ui-datepicker-multi  {
          width: 100% !important;
        }
        .ui-datepicker-multi .ui-datepicker-group {
        float:left;
        width: 50%;
        }
        #datepicker {
          height: 300px;
          overflow-x: scroll;
        }
.ui-widget { font-size: 100% }


/*-------------------------------- >> Columns << -------------------------------------*/


.special {
    position: relative;
    top: 26px;
}

.dropcapper {
    color: #535353;
    float: left;
    font-family: Baskerville;
    font-size: 100px;
    line-height: 60px;
    margin-top: 10px;
    padding: 4px 10px 10px 0;
}

/*-------------------------------- >> Blarg << -------------------------------------*/


.blogroll {
	border-top: 1px solid #ddd;
}
.blogroll li {
	padding: 60px 15px;
	border-bottom: 1px solid #ddd;
}
.blogroll li img {
	
}

.pagecontents .pagetext img {
    height: auto;
    max-width: 100%;
}

.pagecontents embed, .pagecontents iframe {
    width: 100%;
}

.bighello.madflex {
    background-position: center center;
}

.contentarea ul.stiffboxes li .smallview a:hover {
	color: red;
}


.tribe-events-widget-link a {
font-size:10px !important;
}

/*-------------------------------- >> Footer << -------------------------------------*/ 



.letter-spacing{ 
	letter-spacing: 0px;
}

.letter-spacing2 {
	letter-spacing: 0px;
}

.socials li {
    display: inline !important;
    float: left;
    height: 32px;
    padding: 0 5px 0 0;
    width: 25px;
}



/* TRANSITIONS ============================================================================= */

.ns-box .save-now,
.popup-socials li a,
i.ns-close,
.lb-overlay.ns-show,
.lb-overlay.ns-hide {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}


/* Slide down notification ============================================================================= */

.ns-box-inner i.fa-mobile {
    display: inline;
    font-size: 30px;
    left: -11px;
    position: relative;
}

.ns-bar .ns-close {
    left: 40px !important;
}

.ns-box-inner a {
    font-family: "bebas_neueregular";
    font-weight: normal !important;
    position: relative;
    top: -3px;
}

.ns-box .save-now {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    font-family: bebas_neueregular;
    font-size: 22px;
    letter-spacing: 1px;
    opacity: 1;
    padding: 18px 20px;
    position: absolute;
    right: 40px;
    text-transform: uppercase;
    top: 0;
}
	.ns-box .save-now:hover {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	}

.progress-button {
    background: none repeat scroll 0 0 transparent;
    border: 3px solid #fff;
    color: #fff;
    font-family: "BebasNeueRegular";
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 8px;
    text-transform: uppercase;
    cursor: pointer;
}

.progress-button[disabled="disabled"] {
	border-color: #ccc;
	color: #ccc;
	cursor: auto;
}



/* Popup notification ============================================================================= */

.lb-overlay {
    width: 0px;
    height: 0px;
    position: fixed;
    overflow: hidden;
    z-index: 9999999;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    text-align: center;
    background: -moz-linear-gradient(top,  rgba(41,48,65,0.8) 0%, rgba(41,48,65,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,48,65,0.8)), color-stop(100%,rgba(41,48,65,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(41,48,65,0.8) 0%,rgba(41,48,65,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(41,48,65,0.8) 0%,rgba(41,48,65,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(41,48,65,0.8) 0%,rgba(41,48,65,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(41,48,65,0.8) 0%,rgba(41,48,65,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc293041', endColorstr='#cc293041',GradientType=0 ); /* IE6-9 */
}

.lb-overlay.ns-show {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0px;
    right: 0px;
    padding: 80px 100px 120px 100px;
}

.lb-overlay.ns-hide {
    padding: 80px 100px 120px 100px;
    width: auto;
    height: auto;
}

.lb-overlay.ns-show-page {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0px;
    right: 0px;
    padding: 80px 100px 120px 100px;
}

.lb-overlay .the-popup {
    /*background: none repeat scroll 0 0 #fff;*/
    height: 360px;
    margin: 40px auto 0;
    position: relative;
    width: 600px;
}

.popup-logo-area {
  /*background: none repeat scroll 0 0 #293041;*/
  padding: 10px 0;
}

.popup-contents {
    height: 100%;
}

.popup-contents .left {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}

.popup-contents .price {
  background: none repeat scroll 0 0 #293041;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  left: 10px;
  padding: 14px 9px;
  position: absolute;
  top: 10px;
}

.popup-socials {
    bottom: 10px;
    display: inline-block;
    left: 10px;
    position: absolute;
    padding-left: 5px;
}

.popup-socials .email {
    width: auto;
}

.popup-socials li.email > a {
  position: relative;
  top: 4px;
}

.popup-socials li {
    float: left;
    margin-right: 10px;
}

.popup-socials li a {
    color: #fff;
}
    .popup-socials li a:hover {
        opacity: .6;
    }

.popup-contents .right {
  background: none repeat scroll 0 0 #fff;
  float: right;
  height: calc(100% - 40px);
  padding: 20px;
  width: calc(50% - 40px);
}

.popup-contents .right ul {
    border-bottom: 1px solid rgba(27, 54, 81, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
}

.popup-contents .right li {
  font-family: "Helvetica";
  font-size: 12px;
  letter-spacing: 0;
  list-style: outside none disc;
  margin: 3px 0;
  padding-left: 6px;
  text-align: left;
}

.lb-overlay div h3 {
  border-bottom: 1px solid rgba(27, 54, 81, 0.1);
  font-size: 36px;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.lb-overlay div p {
  font-family: helvetica;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: left;
}

.popup-button {
  background: none repeat scroll 0 0 #293041;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 15px;
  padding: 10px 0;
  width: 100%;
}

.lb-overlay div h3 span{
    display: block;
    line-height: 6px;
}

i.ns-close {
	background: none repeat scroll 0 0 #fff;
	color: #ccc;
	cursor: pointer;
	font-size: 12px;
	left: 50px;
	padding: 5px;
	position: absolute;
	top: 20px;
}
    i.ns-close:hover {
        opacity: .6;
    }

.popup-contents a:hover {
  opacity: 1;
}


/* Popup notification - IMAGE ONLY ============================================================================= */

.lb-overlay.img-only .the-popup {
    height: auto;
    width: 500px;
	margin: 0 auto;
}

.lb-overlay.img-only .popup-logo-area {
	padding: 0;
}

.lb-overlay.img-only i.ns-close {
	top: 0;
	left: 0;
}

.lb-overlay.img-only img {
	width: 500px;
}

/* homepage - =========================================================================================== */

.bighello.madflex {
	background-image: url("http://www.rogersmith.com/wp-content/uploads/2014/11/exterior2.jpg");
    top: 45px;
    z-index: -1;
}





