#ui-datepicker-div {
	display: block;
	z-index: 6;
}
#reservations{
	margin: 0px 0px auto 0px;
	width: 100%;
	position: relative;
}
#reservations form {	
    background: none;
}
#reservations label { 
	clear: both;
    display: block;
}
#reservations input { 
    text-align: left;
    width: 100%;
}
#reservations button {
    display: block;
    text-align: center;
    width: 100%;
}
#reservations form .resForm3 { 
    margin: 0px 8px 1px 0px;
    text-align: center;
    width: 100%;
}
#reservations .resForm3 input{
    text-align: center;
}
.rightSide29{
	width: 94%;
	float: left;
	position: relative;
	padding:1em 3%;
}
#reservations form .resForm3{
	float:left;
	text-align: left;
	margin:1em 0 1em 0;
}
.res_checkIn{
	width: 100%;
}
.res_checkOut{
	width: 100%;
}

/*
subscribe
===========================================
*/
.subscribe{
	width: auto;
}

/*
single web cam
===========================================
*/
.webcam { 
    background: none;
    width: 100%;
    padding-bottom: 2em;
}
.webcam h1, .webcam p{
}

.camImage { 
    border: 1px solid #3498DB;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.camImage.fcm{
        float:none;
        border:none;
}

#webcams iframe{
	border:none;
	background:transparent;
	visibility: hidden;
	display: none;
}
.camControls {
	float: none;
    padding: 0 5%;
}
.camControls h2{
	margin: 1em 0;
}
.camControls ul { 
	float: left;
    margin: .5em 0;
}
.camControls .locations {
	background: none repeat scroll 0 0 #0B61A4;
    border-radius: 0.2em;
    margin-right: 5%;
    width: 45%;
}
.camControls .directions {
	background: #0B3954;
    padding: 0;
    border-radius: 0.2em;
    width: 45%;
}
.camControls ul li{
	 
}
.camControls ul li a{ 
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #BDE3FB;
    display: block;
    line-height: 2;
    padding: 0.2em 0.5em;
    text-decoration: none;
}
.camControls ul li a:hover{
	color:white;
	background:#033E6B;
}
.newcontrols{
	text-align: center;
}
.controllist{
	list-style: none;
	margin-bottom: 4px;
}
/*
  marketing stripe for webcam pages
*/

/*full-width*/
.herobox{
    margin: 0 0 30px 0;
}

.herobox .alert{
    padding: 8px 12px;
    border: 3px solid #fff;
    background-image: url('http://www.ocmdhotels.com/images/herobox-bg.png');
    background-repeat: repeat;
}

.herobox .alert > p{
    float: left;
}

.herobox .alert-info{
    margin-bottom: 0;
}

.herobox .close{
    line-height: .8;
}

.herobox a.more{
    margin-left: 12px;
    border-bottom: 1px dotted #222;
    color: #3498db;
}

.herobox .btn{
    padding: 2px 10px 3px;
    font-size: 11px;
    margin-left: 12px;
    background: #3498db;
    color: #fff;
    border-color: #387AA3;
}

.mktband{
    font-size: .8em;
}

.mktband .col-md-2{
    padding: 0px 4px;
}

.mktband h3 a{
    font-size: 14px;
    padding-top: 0;
    line-height: 1;
}

.mktband .thumbnail-img{
    margin-bottom: 0;
}

.mktband .caption h3{
    line-height: 10px;
}

.mktband .thumbnail-style:hover{
    background: rgba(240, 240, 240, 0.88);
}


/*
next / prev
===========================================
*/

nav.prevNextEntry{
	margin-bottom: .3em;
}
.prevNextEntry{
    margin: 0 auto;
    width: 100%;
    display: block;
}
.prevNextEntry h1{
	margin:0;
	font-size: 1.125em;
}
.prevEntry.col-3, .nextEntry.col-3{
	width: auto;
	float: none;
}
.nextEntry, .prevEntry{
	float: left;
	width: 100%;
    margin: 0 0 1em 0;
}    
.widget .nextEntry, .widget prevEntry{
	float: none;
	width: auto;
}
.nextPrevEvents h3{
	margin-top: 0;
}    
.nextEntry a, .prevEntry a {
	background: url("http://www.ocmdhotels.com/images/ui/rightArrowBlack.png") no-repeat scroll 95% center #E4F1FA;
	background: url("http://www.ocmdhotels.com/images/ui/rightArrowBlack.png") no-repeat scroll 95% center rgba(255, 255, 255, 0.7);
    float: left;
    font: 100% "ff-dax-web-pro-1","ff-dax-web-pro-2",Verdana,Geneva,Tahoma,sans-serif;
    margin: 0;
    padding: 1em 15%;
    text-decoration: none;
	opacity: .7;
/*    width: 100%;*/
    border-radius: 5px;
    color: black;
}   
.prevEntry a {
	background: url("http://www.ocmdhotels.com/images/ui/leftArrowBlack.png") no-repeat scroll 5% center #E4F1FA;
	background: url("http://www.ocmdhotels.com/images/ui/leftArrowBlack.png") no-repeat scroll 5% center rgba(255, 255, 255, 0.7);
}
.prevEntry a:hover, .nextEntry a:hover{
	color:black;
	opacity: 1;
}

/*
specials
---------------------------------------
*/
.magazine-page h3 .specialBody h3{
	margin: 1.3em 0;
}
.res-info{
	line-height: 1em;
	border-top: 1px solid #c2d3e4;
	padding: 1em .5em;
	margin: 1.4em 0;
}
.res-info h4{
	margin: 0;
	padding: 0 0 6px 0;
}
.res-info small{
	font-style: italic;
}
.specialBody a{
	text-decoration: underline;
}
.subhead-group{
	display: block;
}

