/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/








* { padding: 0; margin: 0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
 background-color:#F0F6F7;
}

a 
{
 color:#3A86E4;
 text-decoration:none;
 }

#wrapper { 
 margin: 0 auto;
 max-width: 922px;


}
#header {
 color: #333;
 max-width: 900px;
 float: left;
 padding: 10px;
 margin: 10px 0px 10px 0px;
 background: inherit;
 font-family: 'Condiment', cursive;
 font-size: 48px;
 vertical-align:middle;
 }

#header a, #header a:active, #header a:hover, #header a:link
{
    font-family:inherit;
    color:inherit;
    text-decoration:none;
    }
    
    #logo
    {
    vertical-align:middle;border:none; 
    }

#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 15px 15px 15px 15px;
 min-height: 580px;
 max-width: 668px;
 float: left;
 border-radius: 4px;
}
#fullcolumn { 

 color: #333;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 5px 0px 5px 0px;
 padding: 15px 15px 15px 15px;
 min-height: 550px;
 max-width: 890px;
 float: left;
 border-radius: 4px;
 min-width:-webkit-fill-available

}

#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #DADADA;
 background: #F9F9F9;
 margin: 0px 0px 5px 0px;
 padding: 15px 15px 15px 15px;
 min-height: 580px;
 max-width: 185px;
 display: inline;
 border-radius: 4px;
}
#footer { 
 max-width: 890px;
 overflow: hidden;
 clear: both;
 color: #333333;
 border: 1px solid #ccc;
 background-color: #CC9913;
 margin: 0px 0px 10px 0px;
 padding: 15px 15px 15px 15px;
 
 border-radius: 3px;
 background-image: linear-gradient(bottom, rgb(191,142,18) 40%, rgb(236,183,22) 74%);
background-image: -o-linear-gradient(bottom, rgb(191,142,18) 40%, rgb(236,183,22) 74%);
background-image: -moz-linear-gradient(bottom, rgb(191,142,18) 40%, rgb(236,183,22) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(191,142,18) 40%, rgb(236,183,22) 74%);
background-image: -ms-linear-gradient(bottom, rgb(191,142,18) 40%, rgb(236,183,22) 74%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.4, rgb(191,142,18)),
	color-stop(0.74, rgb(236,183,22))
);
}



h1 {
  font-size: 30px;
  line-height: 36px;
}

h2 {
  padding-bottom:5px;
}

p {
  margin: 0 0 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 75%;
  height: 20px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.well {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #FFFFFF;

}

input, textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

input:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}

.typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.pull-right{float:right;}
.pull-left{float:left;}
.hide{display:none;}
.show{display:block;}
.invisible{visibility:hidden;}
.dropdown{position:relative;}
.dropdown-toggle{*margin-bottom:-3px;}
.dropdown-toggle:active,.open .dropdown-toggle{outline:0;}
.caret{display:inline-block;width:0;height:0;text-indent:-99999px;*text-indent:0;vertical-align:top;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000000;opacity:0.3;filter:alpha(opacity=30);content:"\2193";}
.dropdown .caret{margin-top:8px;margin-left:2px;}
.dropdown:hover .caret,.open.dropdown .caret{opacity:1;filter:alpha(opacity=100);}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;_width:160px;padding:4px 0;margin:0;list-style:none;background-color:#ffffff;border-color:#ccc;border-color:rgba(0, 0, 0, 0.2);border-style:solid;border-width:1px;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px;}.dropdown-menu.bottom-up{top:auto;bottom:100%;margin-bottom:2px;}
.dropdown-menu .divider{height:1px;margin:5px 1px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;*width:100%;*margin:-5px 0 5px;}
.dropdown-menu a{display:block;padding:3px 15px;clear:both;font-weight:normal;line-height:18px;color:#555555;white-space:nowrap;}
.dropdown-menu li>a:hover,.dropdown-menu .active>a,.dropdown-menu .active>a:hover{color:#ffffff;text-decoration:none;background-color:#0088cc;}
.dropdown.open{*z-index:1000;}.dropdown.open .dropdown-toggle{color:#ffffff;background:#ccc;background:rgba(0, 0, 0, 0.3);}
.dropdown.open .dropdown-menu{display:block;}



.btn {
  display: inline-block;
  padding:  4px 10px 4px;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

ul.float{
    margin: 0 auto;
    padding: 0;
    font-weight:bold;
}

#list_wrapper{
    width: 99%;
    clear:both;
    
}

li.footer 
{
    font-weight:normal;
    list-style: none;
}

li.footer a
{
 color:inherit;
 text-decoration:none;
 }
 
li.cities 
{
    font-weight:normal;
    list-style: none;
    padding-bottom:5px;
}

li.cities a
{

 text-decoration:none;
 } 


#one-column-emphasis
{

	font-size: 12px;
	width: 99%;
	text-align: left;
	border-collapse: collapse;
}


#one-column-emphasis th
{
	font-size: 11px;
	font-weight: bold;
	padding: 12px 0px;
	color: #665F5C;
	text-align:center;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #665F5C;
	font-weight:normal;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align:center;
}

#one-column-emphasis .firstCol
{
	padding: 0px 5px;
	background-color:#F9F9F9;
	font-weight:normal;
	font-size: 1.1em;
	text-align:left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	background: #FFF9EA;
}

optgroup
{
    padding-top:6px;
    }
    
    
#hotel1
{
    width:400px;
    float:left;
	padding: 10px 15px;
	color: #665F5C;
	border: 1px solid #ccc;
		background-color:#F9F9F9;
	font-weight:normal;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align:left;
	border-radius: 4px;
	margin-right:5px;
}

#hotel2
{
    width:400px;
    float:left;
	padding: 10px 15px;
	color: #665F5C;
		background-color:#F9F9F9;
	border: 1px solid #ccc;
	font-weight:normal;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align:left;
	border-radius: 4px;
	margin-left:5px;	
}





	
	@media only screen and (min-width: 941px) {
	
		#mobileView
		{
			display:none !important;
		}

	}


	@media only screen and (max-width: 940px) {
	
		#desktopView
		{
			display:none !important;
	}

#footer ul
{
font-size:20px;padding:20px;margin-top:10px;font-weight:bold;
}

#footer li
{
font-size:16px;padding:20px;
}

li.cities 
{
    font-weight:normal;
    list-style: none;
    padding:10px;
	font-size: 16px;
}


#fullcolumn p
{

	font-size: 16px;
	}


		
		#hotel1, #hotel2
		{ 
		width:90%;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
		} 
		
		#header {font-size:9vw;}
		
	}
	
