/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */


.block-menu-trigger { display: none; }
#block-search-form { display: block; }



/* tabs */

div.tabs {
	float: right;
	max-width: 50%;
}

ul.primary {
	text-align: right;
}

ul.primary li a {
	margin: 0 0 0 8px;
}


/* menu zone */

#region-menu UL.menu {
	margin: 0 0 0 0;
	line-height: normal;
	border: 0;
	background-color: transparent;
	-webkit-border-radius: 0;
	text-align: center;
	width: auto;
}

BODY.sidebar-first #region-menu UL.menu {
	margin: 0 0 0 240px;
}

#region-menu UL.menu LI {
	display: inline;
	border-width: 0 1px 0 0;
	padding: 0;
	margin: 0px 0px 0px -.4em;
}

#region-menu ul.menu li.last { border-right-width: 0; }
#region-menu UL.menu LI A
{
	display: inline;
	padding: 0.3em 5px;
	font-weight: bold;
	background-image: none;
}



/* first sidebar */

#region-sidebar-first,
#region-sidebar-second {
	font-size: 0.92857143em;
	line-height: normal;
}

#region-sidebar-first H2,
#region-sidebar-second H2{
	font-size: 1.07692308em;
}

#region-sidebar-first .region-sidebar-first-inner {
	margin: 0 0 0 -10px;
	padding: 0 10px;
}

#region-sidebar-first .block {
	margin: 0 -10px 2em -10px;
	padding: 0 10px;
}

#region-sidebar-first .block-menu DIV.content,
#region-sidebar-first .block-og-menu DIV.content {
	margin: 0 -10px;
}

/* menu */

#block-system-main-menu H2 { display: none; }

#region-sidebar-first UL.menu
{
	margin: 0;
	line-height: normal;
	border: 0;
	background-color: transparent;
	-webkit-border-radius: 0;
}

#region-sidebar-first UL.menu LI
{
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	position: relative;
	border-width: 1px 0 0 0;
}

#region-sidebar-first UL.menu LI A
{
	margin-bottom: 0px !important;
	padding: 0.3em 5px 0.3em 10px;
	font-weight: bold;
	background-image: none;
}

#region-sidebar-first UL.menu LI SPAN
{
	margin-bottom: 0px !important;
	padding: 1.3em 5px 0.3em 10px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#region-sidebar-first UL.menu LI LI A
{
	padding: 0.2em 5px 0.2em 15px;
	font-weight: normal;
	border: none;
}

#region-sidebar-first UL.menu LI LI LI A
{
	padding-left: 25px;
}

#region-sidebar-first UL.menu LI LI LI SPAN {
	padding: 1em 5px 0em 20px;
	font-weight: normal;
	display: block;
}

#region-sidebar-first UL.menu LI LI LI LI A
{
	padding-left: 35px;
}

#region-sidebar-first UL.menu LI LI.first SPAN,
#region-sidebar-first UL.menu LI LI LI.first SPAN,
#region-sidebar-first UL.menu LI LI LI LI.first SPAN {
	padding-top: 0.3em;

}

#region-sidebar-first UL.menu LI LI LI LI LI A
{
	padding-left: 45px;
}




#section-header #block-search-form { padding: 0; }
#section-header #block-search-form INPUT.form-text { width: 152px; }


.calendar-calendar TABLE.mini {
	font-size: 1em;
}

UL.views-fluid-grid-items-width-200 LI.views-fluid-grid-item { width: 220px; }




UL.views-fluid-grid-items-width-200 { word-spacing: -1em; letter-spacing: -.31em; }
UL.views-fluid-grid-items-width-200 LI.views-fluid-grid-item { margin-right: 20px; word-spacing: normal; letter-spacing: normal; }

UL.views-fluid-grid-items-width-200 LI.views-fluid-grid-item:nth-child(3n+3) { margin-right: 0; }

UL.views-fluid-grid-items-width-200 LI.views-fluid-grid-item IMG {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto !important;
	float: none;
	margin-right: 0;
}

/* forms */

select,
select.location_auto_country,
select.state,
select.country,
.location .form-item input,
input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] { width: auto; }


div.addressfield-container-inline > div.form-item { float: left; margin-right: 1em; }


#block-logintoboggan-logintoboggan-logged-in {
	float: right;
	text-align: right;
}


#luxe-login, #luxe-login-register { width: 49%; }
#luxe-login { float: left; }
#luxe-login-register { float: right; }



/* responsive tables */

th.essential,
td.essential,
th.priority-medium,
td.priority-medium {
	display: table-cell;
}

th.optional,
td.optional,
th.priority-low,
td.priority-low {
	display: table-cell;
}

.block-responsive-menu { display: none !important; }


/* Commerce */
.vt-commerce-image-wrapper { float: right; margin: 0 0 0 20px; }


/* field_slideshow */

.field-slideshow-controls a.prev, .field-slideshow-controls a.next {
	border-top: 2em solid transparent;
	border-bottom: 2em solid transparent;
}

.field-slideshow-controls a.prev {
	border-right: 2em solid rgba(255,255,255,.75);
}
.field-slideshow-controls a.next { 
	border-left: 2em solid rgba(255,255,255,.75);
}



.flex-caption, .field-slideshow-caption {
width: 94%;
padding: 5% 3.19148936% 2% 3.19148936%;
margin: 0;
position: absolute;
left: 0;
bottom: 0;
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.5);

background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */

}

.flex-caption P {
background-color: #666;
background-color: rgba(0,0,0,0);
}
