b {
	font-weight: 500;
}


#grid {
margin-top: 25px;
}


#content .wrapper {
	background: #efefef;
	padding: 25px;
	color: #000;
	margin: 25px 0;
	font-family: 'proxima-nova', Arial,sans-serif;
	font-size: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}


.col {
	display: inline-block;
	width: 32%;
}



#columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}


.more_button { 
font-weight: bold; 
height: auto; 
line-height: 32px; 
text-align: center; 
text-transform: none; 
} 

.more_div {
padding:10px;
transition: all .5s ease;
z-index: 500;
} 

.more_div a {
	text-decoration: none;
}

.more_tab {
text-align: center;
}

.more_tab img {
text-align: center;
}

.all_loaded {
font: bold 15px arial; 
color:#0D92E1; 
padding:20px 0 0 100px;
}

.historybox {
	padding: 0px;
	margin-top: 15px;
	background: #fff;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	border: 1px solid #36a1c3;
	border: 2px solid #fff;
	-moz-box-sizing: border-box;
    box-sizing: border-box; 
    width: auto;
}

.historybox h1 {
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	margin: 25px 0;
	padding-left: 25px;
}

.historybox h2 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25em;
	margin: 10px 0 10px 0;
}

.historybox  h2.history_top {
	font-size: 24px;
	line-height: 32px;
}

.history_cont {
	font-size: 28px;
	line-height: 32px;
	text-align: left;
}

.historybox p {
	margin: 10px 0px;
	font-size: 16px;
	line-height: 1.25em;
	padding-left: 25px;
}

.faq_q {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}

.faq_q:last-child {
	border-bottom-width: 0px ;
}

.faq_q h2 {
	position: relative;
	margin-left: 25px;
	color: #046388;
}

.faq_q:hover h2 {
	color: #1b90bc;
}

.faq_q h2::before {
position: absolute;
content: "";
top: 0;
left: -25px;
display: block;
width: 20px;
height: 20px;
background: url('/images/ui_components/down-arrow.svg') no-repeat left center;
background-size: 20px 20px;
transition: all .1s;
}

.faq_q.open h2::before {
position: absolute;
content: "";
top: 0;
left: -25px;
display: block;
width: 20px;
height: 20px;
background: url('/images/ui_components/down-arrow.svg') no-repeat left center;
background-size: 20px 20px;
transition: all .1s;
-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);	
}

.faq_a {
	font-size: 1.25em;
	overflow: hidden;
}

.help_frame {
	width: 100%;
	height: 50px;
	border: 0px;
}

.formbox {
	position: relative;
	padding: 10px;
	margin-top: 0px;
	background: rgba(0,0,0,.25);
	text-align: center;
	overflow: hidden;
	-moz-border-radius: 5px;
    border-radius: 5px; 
	font-size: 14px;
	
}


.formbox h2 {
	font-family: 'proxima-nova', Arial, sans-serif;
	margin-top: 20px;
	text-align: center;
	font-size: 36px;
	color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,.1);
}

.formbox div, .formbox div.ib {
	position: relative;
	display: inline-block;
	padding: 0 50px 25px 0;
}

#error_container {
	display: block;
	padding: 25px;
	margin: 15px;
	border: 1px solid #d50707;
    background-color: #ffe9e9;
}

#error_container p {
	text-align: center;
	color: #d50707;
	line-height: 18px;
}

.hotelpic {
	border: 0px;
	display: block;
	/* overflow: hidden; */
	background: #e5e5e5;
}

.hotelpic img {
	width: 100%;
	display: block;
}

.hotelinfo {
}

.hotelpic:hover {
	opacity: .8;
}

.two_col {
	font-size: 14px;
	line-height: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.two_col p {
	margin-bottom: 20px;
}

.l_col {
	position: relative;
	float: left;
	width: 35%;
	padding: 1%;
	color: #000;
	line-height: 24px;
	font-size: 14px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.r_col {
	position: relative;
	float: right;
	width: 65%;
	padding: 1%;
	color: #000;
	line-height: 20px;
	font-size: 14px;
	padding: 30px 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hotel_cont {
	position: relative;
	float: right;
	width: 65%;
	padding: 10px;
	color: #000;
	line-height: 24px;
	font-size: 14px;
}

.rate_cont {
	height: 150px;
	overflow: hidden;
}


.rating {
	position: absolute;
	top: 5px;
	width: 200px;
	background-color:rgba(0,0,0,0.5);
	color: #fff;
	font-size:10px;
	padding: 0 2px 0 10px;
}


.rating_display {
	float:right;
}


span.tny {
	font-weight:normal;
	font-size: 10px;
}

.rating_base {
	float:right;
	width:50px;
	height:50px;
	margin: 10px;
	background: #fff;
}


.aaa_diamond {
	display: inline;
}

.shadow {
  -moz-box-shadow:    1px 1px 1px 1px rgba(0,0,0,.2);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
  box-shadow:         1px 1px 1px 1px rgba(0,0,0,.2);
}

.spacer25
{
	clear:both;
	height: 25px;
}



.label {
	color: #36a1c3;
}

.rate_cont {
	clear:both;
}

a {
	color: #36a1c3;
}

a:hover {
	color: #49c2e9;
	
}

a.hotelname {
	display: block;
	padding: 15px 0;
	font-size: 20px;
	color: #11586e;
	text-decoration: underline;
}

span.rates
{
	color:#027b19;
}

span.drate
{
	color:#bebcbc;
	text-decoration: line-through;
}

span.from
{
	color:#000;
	font-size:12px;
}

div.rate {
	float: none;
	text-align: right;
	font-size: 36px;
	line-height: 16px;
	margin: 20px 0;
}

sub, sup {
/* Specified in % so that the sup/sup is the
right size relative to the surrounding text */
font-size: 75%;
 
/* Zero out the line-height so that it doesn't
interfere with the positioning that follows */
line-height: 0;
 
/* Where the magic happens: makes all browsers position
the sup/sup properly, relative to the surrounding text */
position: relative;
 
/* Note that if you're using Eric Meyer's reset.css, this
is already set and you can remove this rule */
vertical-align: baseline;
}
 
sup {
/* Move the superscripted text up */
top: -0.25em;
}
 
sub {
/* Move the subscripted text down, but only
half as far down as the superscript moved up */
bottom: -0.25em;
}

span.formerror
{
	display: block;
	font-weight: bold;
	color:#f00;
	font-size: 10px;
}


span.thead {
	color: #777;
	text-decoration: underline;
}

span.phone {
	font-size: 18px;
	color: #000;
	font-weight:500;
}


a.website {
	color: #1b90bc;
	text-decoration: underline;
	font-size: 12px;
}

a.website:hover {
	opacity: .9;
}

.no_und {
	text-decoration: none;
	color: #1b90bc;
	font-size: 18px;
}

.no_und:hover {
	color: #1b90bc;
}

.numrev {
	text-decoration: underline;
	color: #1b90bc;
	font-size: 12px;
}

.numrev:hover {
	text-decoration: underline;
	opacity: 0.9;
}


a.makeres {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
 /*  
 background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#838383));
  background: -webkit-linear-gradient(#9e9e9e, #838383);
  background: -moz-linear-gradient(#9e9e9e, #838383);
  background: -ms-linear-gradient(#9e9e9e, #838383);
  background: -o-linear-gradient(#9e9e9e, #838383);
  background: linear-gradient(#9e9e9e, #838383);
  */
  position: relative;
  background: #ffcc00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #534200;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 15px;
  margin: 0 0 10px;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(254,226,143,1);
  text-decoration: none;
  cursor: pointer;
}
a.makeres:hover{
  background: #fde18e;
  color: #6a4f01;
  text-decoration: none;
  cursor:pointer; 
}

a.css_blu {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
 /*  
 background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#838383));
  background: -webkit-linear-gradient(#9e9e9e, #838383);
  background: -moz-linear-gradient(#9e9e9e, #838383);
  background: -ms-linear-gradient(#9e9e9e, #838383);
  background: -o-linear-gradient(#9e9e9e, #838383);
  background: linear-gradient(#9e9e9e, #838383);
  */
  position: relative;
  background: #046388;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  width: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  padding: 0 25px;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0,0,0,.1);
  text-decoration: none;
  cursor: pointer;
}

a.css_blu:hover{
  background: #1b90bc;
  border: none;
  color: #ffffff;
  text-decoration: none;
  cursor:pointer; 
}

a.css_blu:after {
	font-family: 'ArrrowsRegular';
	color: #fff;
	content: 'w';
	margin-left: 10px;
}

.email_cont {
	margin: 25px 0;
	text-align: center;
}

.tableft
{
	margin-top: 10px;
}

.gblurb
{
	display: inline-block;
	color: #555;
	background: #e5e5e5;
	border-radius: 2px;
	moz-border-radius: 2px;
	webkit-border-radius: 2px;
	margin: 5px 5px 0 0;
	padding: 4px;
	font-size: 10px;
	text-transform: uppercase;
}

.mbr {
	display: none;
}

.mh {
	display: none;
}

p.rdisp {
	text-align: center;
	font-size: 18px;
	padding-bottom: 15px;
}

.popularity {
	float: right;
	width: 250px;
	padding: 0 25px 25px 25px;
}

.popularity ul {
	text-align:center;
}

.popularity ul li {
	display: inline-block;
}

.popularity ul ul {
	display: block;
	margin: 0px auto;
	border: 1px solid red;
}

.popularity ul li.rating_disp {
	/* display: block; */
}

.popindextop {
	font-size:12px;
	color: #fff;
	font-weight: 600;
	text-align:center;
	background:#ab0202;
	padding: 2px;
	line-height: 18px;
	margin: 15px 0px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;	
}

.popbody
{
	margin-top: 15px;
	border:1px solid #e5e5e5;
	border-width: 1px;
	background: #f1f1f1;
	padding: 15px;
	text-align: center;
}

.popnum
{
		font-family: 'proxima-nova', Arial, sans-serif;
        font-size: 40px;
        line-height: 36px;
        color:#17b007;
        font-weight:bold;
        text-align: right;
}

.trev {
		width: 150px;
		margin: 0 0 0 0px;
		font-size: 12px;
		line-height: 16px;
		font-weight: 600;
		text-align:left;
		
}

.rating_disp {
		text-align: center;
		line-height: 40px;
		color: #17b007;
		font-size:28px;
		clear: both;
}

.pagetop {
	    font-size: 24px;
	    line-height: 30px;
	    text-shadow: 1px 1px 0 #fff;
	    padding: 0px 15px 0px 25px;
}

.historyexptop
{
		clear: right;
        width: 250px;
        font-size: 13px;
        text-align: center;
        color: #fff;
        background: #999;
        margin: 10px 0 0 0;
        padding: 2px;
        border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border: 0px solid #000000;
}

.travbox
{
		font-size: 14px;
        border: 1px solid #e5e5e5;
        /* background: #f1f1f1; */
        background: #fdfdfd; 
        padding:10px;
        margin: 0px;
}

.exp {
	font-size: 13px;
	color: #999;
}

#toplinks li {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
}

#toplinks li a {
	text-decoration: none;
}

#toplinks li:after {
	font-family: 'ArrrowsRegular';
	color: #999;
	content: 'w';
	margin-left: 5px;
}

#toplinks li:last-child:after {
	content: '';
}

.up, .down, .up_r {
	text-decoration: none;
}

.up:before {
	font-family: 'ArrrowsRegular';
	color: #999;
	content: 'Z';
	padding: 0 5px;
	font-size:125%;
}

.up_r:after {
	font-family: 'ArrrowsRegular';
	color: #999;
	content: 'Z';
	padding-left: 5px;
	padding-right: 15px;
	font-size:125%;
}

.down:after {
	font-family: 'ArrrowsRegular';
	color: #999;
	content: 'z';
	padding-left: 5px;
	padding-right: 15px;
	font-size:125%;
}

.left, .right {
	text-decoration: none;
}

.pager_sep:before {
	display: inline-block;
	content: '|';
	color: #999;
	padding: 0 5px;
}

.left:before {
	font-family: 'ArrrowsRegular';
	color: #999;
	content: 'Y';
	padding: 0 0 0 5px;
	text-decoration: none;
}

.right:after {
	font-family: 'ArrrowsRegular';
	color: #999;
	content: 'y';
	padding: 0 5px;
	text-decoration: none;
}

.helpful_sep {
	color: #999;
	padding: 0 5px;
}


#helpful {
	color: #000;
	font-size: 13px;
	line-height: 20px;
}

.helpful_mess {
	color: #39b54a;
}

.helpful_mess_err {
	color: #cc0000;
}

.historybox h3 {
		font-size: 24px;
		padding: 15px 0;
		line-height: 30px;
}

.historybox h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 25px 0 15px 0;
	line-height: 30px;
}

.history_item h3 {
	padding: 15px 0 10px 0;
}

.historybox h3 a, .historybox h3 {
	    color: #046388;
		text-decoration: none;
}

.historybox h3 a:hover {
	    color: #1b90bc;
		text-decoration: none;
}

.history_cont {
    padding: 15px;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.history_body {
	padding: 15px 25px 35px 0;
	line-height: 20px;
}

.helpful_cont {
	display:block;
	margin: 15px 0;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fdfdfd; 
    margin: 0px;
}

.historyhead {
	margin: 15px 0;
	font-size: 13px;
}

.f_pager_l {
	float: left;
	font-size: 14px;
}

.f_pager_r {
	float: right;
	font-size: 14px;
}


/* padding classes */
.pad10_tb {
padding-top: 10px;
padding-bottom: 10px;
}

.pad15_tb {
padding-top: 15px;
padding-bottom: 15px;
}

/* margin classes */
.marg15_t {
margin-top: 15px;
}


.thankyou {
border: 1px solid #69c060;
background: #d1ffce;
color: #17b05b;
font-size: 14px;
line-height: 28px;
text-align: center;
padding: 30px 10px;
margin-bottom: 15px;
}

.guidelines {
	display: none;
	padding: 20px;
	border:1px solid #e5e5e5;
	background: #fbfbfb;
}

.guidelines .guidetext {
	margin-top: 25px;
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
	column-gap:20px;
	-moz-column-gap:20px;
	-webkit-column-gap:20px;
}

.guidelines p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
}

.guidelines h4 {
	font-size: 20px;
	line-height: 24px;
	text-shadow: 1px 1px 0 #fff;
}

.historybox p {
	margin-top: 10px;
}

.historybox p:first-child {
	margin-top: 0px;
}

.pic_wrapper img {
	width: 100%;
}

.mh_mob {
	display: inline;
}

.c_auto {
	margin: 0px auto;
}

.history_over li {
	float: left;
	width: 30%;
	margin-right: 25px;
}

.history_over li:last-child {
	margin-right: 0px;
}

.history_img {
	width: auto;
	height: 100px;
	overflow: hidden;
}

.history_item {
	padding: 15px;
	background: #e0eff5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top:5px solid #04638b;
}

.history_item h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.history_item p {
	font-size: 13px;
}

.hist_photo {
	float: right;
	width: 350px;
	clear: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 25px 25px;
}

.hist_photo img {
	display: block;
	width:100%;
}

.photo_label {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	margin: 10px 0 25px 0;
}


@media screen and (max-width: 699px) {

#content .wrapper {
	padding: 0px;
	margin: 0px;
}

#grid {
margin-top: 0px;
}

.mh_mob {
	display: none;
}

.formbox {
	text-align: left;
	margin-top: 0px;
	border-radius: 0px;
	moz-border-radius: 0px;
	webkit-border-radius: 0px;
}

.formbox h2 {
	text-align: left;
	font-size: 28px;
	line-height: 32px;
}

.formbox div {
	display: block;
	text-align: left;
	padding: 0 0 25px 0;
}

.formbox div.ib {
	display: inline-block;
	text-align: left;
	padding: 0 10px 25px 0;
}

.formbox div.crates {
	display: block;
	text-align: left;
	width: 100%;
	padding: 0 10px 10px 0;
}

a.makeres {
	position: relative;
	display: block;
	width: auto;
	padding: 0px;
	top: 0;
}

.mbr {
	display: block;
}

.hotelbox {
	margin: 10px 5px;
}

.l_col {
	position: relative;
	float: none;
	display: block;
	padding: 10px;
	color: #000;
	line-height: 24px;
	font-size: 14px;
	width: auto;
}

.r_col {
	position: relative;
	float: none;
	display: block;
	padding: 10px;
	color: #000;
	line-height: 20px;
	font-size: 14px;
	width: auto;
}


.hotel_cont {
	display: block;
	font-size: 12px;
	float:none;
	text-align: left;
}

.popularity {
	float:none;
	display: block;
	width: 100%;
	margin: 15px 0;
	padding: 0;
}

.hotelpic {
	display: block;
	float:none;
}

#error_container {
	margin: 15px 0;
}

#error_container p {
	text-align: left;
}

p.rdisp {
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 15px;
}

.pagetop {
	    font-size: 24px;
	    padding: 15px 15px 15px 25px;
}



#toplinks {
	/* display: none; */
	padding: 0 15px;
}

#toplinks li {
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
}

.trev {
		width: 150px;
		margin: 0 0 0 10px;
		font-size: 12px;
		line-height: 16px;
		font-weight: 600;
}

#columns {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

.historybox:nth-child(1) {
	margin-top: 5px;
}

.historybox:nth-child(2) {
	margin-top: 5px;
}

.help_frame {
	height: 75px;
	border: 0px;
}

.greybox {
	padding: 0 15px 15px 15px;
	font-size: 13px;
}

.f_pager_l {
	float: none;
}

.f_pager_r {
	margin-top: 10px;
	float: none;
}

.thankyou {
	margin: 10px;
}

.guidelines .guidetext {
	padding-right: 10px;
	column-count:1;
	-moz-column-count:1;
	-webkit-column-count:1;
	column-gap:20px;
	-moz-column-gap:20px;
	-webkit-column-gap:20px;
}

.history_over li {
	display: block;
	float: none;
	width: 100%;
	margin-top: 25px;
}

.conference, .meeting, .reception { 
	background-size: auto 125px;
	background-position: top center;
}

.history_item {
	min-height: auto;
}

.historybox .history_cont h2.history_top {
	font-size: 21px;
	line-height: 26px;
	text-align: left;
	margin: 15px 0 ;
}

.hist_photo {
	float: none;
	display: block;
	width: auto;
	margin: 25px 0;
}

@media screen and (min-width: 470px) and (max-width:699px) {
	.conference, .meeting, .reception { 
	background-size: 100%;
}
	
}


@media screen and (min-width: 700px) and (max-width: 1079px) {
#content .wrapper {
	margin-top: 0px;
}
	
.formbox h2 {
	font-size: 28px;
	line-height: 32px;
}

.ltog {
	float: left;
}

.rtog {
	float: right;
}

.hotel_cont {
	display: block;
	float:none;
	font-size: 12px;
	text-align: left;
	height: 150px;
}

.right_col {
	padding-top: 0px;
}

.popularity {
	float:none;
	display: block;
	width: 100%;
	margin: 15px 0;
	padding: 0;
}

.hotelpic {
	display: block;
	float:none;
	width: 100%;
}



.mh {
	display: block;
}

.trev {
		width: 150px;
		margin: 0 0 0 10px;
		font-size: 12px;
		line-height: 16px;
		font-weight: 600;
}

.help_frame {
	height: 75px;
	border: 0px;
}

.history_item {
	min-height: 400px;
}


	
}

@media screen and (min-width: 1080px){
	.history_item {
	min-height: 300px;
}
}




