/* GLOBALS */

/*Admin Styles*/
ul.jquery-theme-options {
	clear: both;
}

ul.jquery-theme-options:after {
	content: "";
	clear: both;
	display: table;
}

ul.jquery-theme-options li {
	width: 20%;
	float: left;
}

.dd *,
.dd *:after,
.dd *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.dd ::selection {
    background: transparent; 
}

.dd ::-moz-selection {
    background: transparent; 
}

.wrapper-demo {
    margin: 60px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

/* DEMO 5 */

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
   /* width: 100%; */
    margin: 0 auto;
    padding: 12px 15px;

    /* Styles */
    background: #EEE;
    font-weight: bold;
    border: 1px #DDD solid;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* Hiding */
    max-height: 0;
    overflow: hidden;
    z-index: 9999;
}

.wrapper-dropdown-5 .dropdown li {
	padding: 0 0.5em;
	margin: 0.5em 1em;
	float: left;
    width: 28.99999%;
    text-align: center;
    font-weight: normal;
    background: #EEE;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.wrapper-dropdown-5 .dropdown li.thirds {

}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5 .dropdown li a.booknowlink {
	margin: 0 auto;
	border-bottom: 1px solid #e6e8ea;
	margin-bottom: 1em;
}

a.booknowlink.inline {
	margin: 0;
}

a.booknowlink.soldout {
	pointer-events: none;
	cursor: default;
	background: none;
	background-color: #CCC;
	color: #333;
	font-weight: bold;
	border: 0 none;
}

a.booknowlink.hidebooknow,
a.hidebooknow {
	pointer-events: none;
	cursor: default;
	display: none;
	visibility: hidden;
	height: 0;
	width: 0;
}

.wrapper-dropdown-5 .dropdown li a.soldout {
	pointer-events: none;
	cursor: default;
}

.wrapper-dropdown-5 .dropdown li a.soldout:hover {
	color: inherit;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

#ui-datepicker-div {
	display: none;
}

/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 800px;
}

/* No CSS3 support: none */

#progress {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url('../images/loading-bg.png') repeat transparent;
	z-index: 9999999;
}

#progress .progress-bar {
	border: 1px solid #a9cba7;
	border-radius: 20px;
	background: url('../images/progress_ind.gif') repeat center;
	color: #528c4f;
	font-size: 12px;
	padding: 6px 11px 5px;
	height: 24px;
	margin: 4px 30px 7px 7px;
	width: 108px;
	position: absolute;
	top: 50%;
	right: 45%;
	opacity: 1.0;
}

.booknowlink, .booknowlink:visited {  
	display:block;  
	background-color:#0092CF;
	background:-moz-linear-gradient(top, #0092CF, #0055CF);
	background:-webkit-gradient(linear, left top, left bottom, from(#0092CF), to(#0055CF)); 
	padding: 10px 10px;  
	text-align: center;  
	border: 1px solid #0092CF;
	font-weight: normal;  
	text-transform: uppercase;  
	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	color: #FFF!important;  
	text-decoration: none;
	line-height: normal!important;
	min-width: 155px;
	max-width: 175px;
	margin-top: 10px;
}

.booknowlink:hover {  
	border-color: #0055CF;
	background: none #005596;
	text-decoration: none!important; 
}

.booknowlink:active { 
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8); 
}

/* =Calendar Defaults
----------------------------------------------- */

.calendar-wrap {
	position: relative;
	min-height: 600px;
}

.entry-content .calendar-wrap td {
	border-bottom: 0 none;
	padding: 1px;
}

.entry-content .calendar-wrap table {
	margin-bottom: .35em;
	border-bottom: 0 none;
}

.calendar-wrap:after,
.calendar-wrap:before {
	clear: both;
	display: table;
	content: "";
}

#date-sidebar-wrap {
	position: absolute;
	right: 0;
	width: 30%;
}

#date-sidebar-wrap .vg-list {
	list-style: none;
	clear: both;
	padding: 1em 0 0 0;
	margin: 0;
}

#date-sidebar-wrap .vgsidebar-button {
	margin-left: 2em;
	margin-top: 1em;
}

#datepicker {

}

#datepicker .ui-datepicker {
	float: right;
}

#response_area {
	width: 68%;
}

#response_area .inlinedate {
	clear: both;
	display: block;
	background-color: #EEE;
	padding: 0.5em;
	height: 40px;
	border: 1px solid #DDD;
	margin-bottom: 0.5em;
}

#response_area .inlinedate:after,
#response_area .inlinedate:before {
	content: "";
	display: table;
	clear: both;
}

	.inlinedate .datewrap {
		width: 55%;
		float: left;
		line-height: 40px;
		font-weight: bold;
	}
	
	.inlinedate .booklink-wrap {
		width: 40%;
		float: right;
	}
	
	.booklink-wrap a.booknowlink {
		float: right;
	}
	
#date-sidebar-wrap .daterange {
	clear: both;
	margin-left: 1.5em;
	padding-top: 1em;
}

.scheduler .daterange {
	clear: both;
	padding-top: 1em;
}

.scheduler #submit_button {
	margin-top: 1em;
	margin-left: 1em;
}

.scheduler .daterange h4 {
	font-size: 12px;
	margin-bottom: 1em;
}

#date-sidebar-wrap .daterange input,
.actav input,
.daterange input {
	width: 7.25em;
}

.actav {
	margin-bottom: 1em;
}

.daterange label,
.actav label {
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

body #page.site {
	overflow: visible;
}

.ui-datepicker-multi-3 {
width: 43em!important; /*what ever width you want*/
}

.wcg-ob-widget #date-area h3 {
	margin-bottom: 1em;
}

.obsres-image-widget {
	max-width: 100%!important;
	height: auto!important;
	margin-bottom: 1em;
}

.wcg-ob-widget .avdate {
	width: 50%;
	float: left;
	line-height: 20px;
}

.wcg-ob-widget .booklinkwrap {
	float: left;
}

.wcg-ob-widget .booklinkwrap {
	width: 40%;
	font-size: 0.8em;
}

.wcg-ob-widget .booklinkwrap .booknowlink {
	width: 100%;
	margin-top: 0;
	padding: 5px;
	min-width: 100%;
}

.wcg-ob-widget .avwrap {
	clear: both;
	overflow: hidden;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #DDD;
}

.wcg-ob-widget .avwrap:after,
.wcg-ob-widget .avwrap:before {
	display: table;
	content: "";
	clear: both;
}

.wcg-ob-widget .act-limit-height {
	max-height: 350px;
	overflow: scroll;
}

/*************************************
SUB GROUP && VIEW GROUP SCHEDULER STYLES
****************************************/

.scheduler {
	margin: 1em;
}

.scheduler-wrap .activity-info {
	width: 100%;
	clear: both;
	padding-bottom: 1em;
	overflow: hidden;
}

.scheduler-wrap .scheduler-calendar-wrap {
	width: 35%;
	float: right;
	padding-bottom: 1em;
}

.scheduler-wrap .results:before,
.scheduler-wrap .results:after {
	display: table;
	content: "";
	clear: both;
}

.scheduler-wrap .results-wrap {
	width: 100%;
	clear: both;
	padding-top: 1em;
	border-top: #DDD 1px solid;
}

.scheduler-wrap .results {
	padding-top: 0.5em;
	width: 63%;
	float: left;
}

.results #response_area {
	width: 100%;
}

.results #response_area h3.avail-title {
	margin-bottom: 1em;
}

.results #response_area .datewrap {
	margin-top: 10px;
	line-height: 16px;
}

.results #response_area .datewrap span {
	font-size: 12px;
}

.scheduler-wrap .res-result h2 {
	font-size: 1.8em;
	font-weight: normal;
}

.scheduler-wrap .res-result p {
	margin: 1em 0;
	line-height: 1.3em;
}

.scheduler-wrap .activity-info .actimage img {
	max-height: 120px;
	width: auto;
}

.res-result.view-group {
	
}

.res-result.sub-group {
	
}

	.res-result.view-group:after, .res-result.sub-group:after {
		clear: both;
		display: table;
		content: "";
	}

.res-result.sub-group a.booknowlink,
.res-result.view-group a.booknowlink {
	display: inline-block;
	margin-right: 1em;
}

.res-result.sub-group a.booknowlink.check-schedule,
.res-result.view-group a.booknowlink.check-schedule {
	background: -webkit-linear-gradient(#2391de 0%, #32649f 100%);
	background-color: #2d8eba;
	color: #333;
	border: 0 none;
}

.res-result.sub-group a.booknowlink.check-schedule:hover,
.res-result.view-group a.booknowlink.check-schedule:hover {
	background: #005596;
	background-color: #005596;
}

/* Landscape phones and down */
@media (max-width: 600px) { 
	#datepicker .ui-datepicker {
		width: 98%;
	}
	
	#date-sidebar-wrap, .scheduler-wrap .results, .scheduler-wrap .scheduler-calendar-wrap {
		width: 100%;
		position: inherit;
	}
	
	#date-sidebar-wrap:after, .scheduler-wrap .scheduler-calendar-wrap:after, .scheduler-wrap .results:after {
		clear: both;
		display: table;
		content: "";
	}
	
	#response_area {
		width: 100%;
	}
	
	.inlinedate .booklink-wrap, .inlinedate .datewrap {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.booklink-wrap a.booknowlink {
		float: none;
		margin: 0 auto;
	}
	
	#response_area .inlinedate {
		height: auto;
	}
	
	.res-result .actimage {
		float: none!important;
		margin-left: 0!important;
	}
	
	.res-result .actimage img {
		width: 100%;
		height: auto;
	}
	
	.daterange label, .actav label {
		display: block;
	}
	
	#date-sidebar-wrap .daterange {
		margin-left: 0;
	}
	
	#date-sidebar-wrap li {
		margin-left: 0;
	}
	
	#date-sidebar-wrap .vgsidebar-button {
		margin-left: 0;
	}
	
	#date-sidebar-wrap ul span {
		margin-left: 0!important;
	}
	
	#date-sidebar-wrap .daterange input, .actav input, .daterange input {
		width: 95%;
	}
	
	.results #response_area .datewrap {
		margin-bottom: 1em;
	}
	
	.scheduler-wrap .activity-info .actimage img {
		margin-bottom: 1em;
	}
}

/* Landscape phone to portrait tablet */
@media (min-width: 600px) and (max-width: 767px) {
	#datepicker .ui-datepicker {
		width: 98%;
	}
	
	#date-sidebar-wrap {
		width: 35%;
	}
	
	#response_area {
		width: 63%;
	}
	
	.daterange label, .actav label {
		display: block;
	}
	
	#date-sidebar-wrap .vgsidebar-button {
		margin-left: 0;
	}
	
	#date-sidebar-wrap .daterange {
		margin-left: 0;
	}
	
	#date-sidebar-wrap ul span {
		margin-left: 0!important;
	}
	
	#date-sidebar-wrap li {
		margin-left: 0;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#datepicker .ui-datepicker {
		width: 98%;
	}
}

/* Large desktop */
@media (min-width: 1200px) {
	#datepicker .ui-datepicker {
		width: 98%;
	}
}