/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

/* Increase the body font size on small touch devices */
body {}
/* =============================================================================
 *   Mobile Menu Toggle
 *   See your theme settings extensions for how to enable the menu toggle.
 *   These are example styles for the menu toggle menu, you can use these in the
 *   relevant responsive stylesheets as required. Modify to suit your design.
 * ========================================================================== */
 

/*----- HEADER BEFORE - Open -----*/
.header-before-full {}
.header-before-full .block,
.header-before-full .block-inner {
	margin: 0px;
}
/*----- HEADER BEFORE - Close -----*/


/*----- HEADER - Open -----*/
.top-container-full {			
	position: relative;
	top: 0px!important;
	
	-webkit-transition: all 800ms ease-in-out;
	   -moz-transition: all 800ms ease-in-out;
		-ms-transition: all 800ms ease-in-out;
		 -o-transition: all 800ms ease-in-out;
			transition: all 800ms ease-in-out;
}
.top-container-full.hide-header {
	top: -500px!important;
}
.top-wrapper {
    padding: 10px;
	min-height: 155px;
}
.top-container-full {}
.top-container-inside {}
.top-primary-content {
	text-align: center;
	width: 100%;
}
.top-secondary-content {
	padding: 0px;
	width: 100%;
}
.top-secondary-content .block-content {
	padding: 0px 0px 0px 0px;
}
.header-slogan h3 {
	font-size: 1em!important;
	margin: 0px!important;
	padding: 5px 0px 0px 0px!important;
	text-align: center!important;
}
.top-primary-content-inner,
.top-secondary-content-inner {
	display: block;
}
.region-header-content {
	padding: 0px 20px;
}
#nav-button {
	right: 20x;
}
#branding {
}
#logo {}
#logo img {
    max-width: 90%;
}
/*----- HEADER - Close -----*/


/*----- TB MEGA MENU - Open -----*/ 
#mega-menu {
	display: none!important;
}
/*----- TB MEGA MENU - Close -----*/


/*----- HIGHLIGHTED - Open -----*/
.highlighted-container-full {}
.highlighted-container {}
.highlighted-container .block,
.highlighted-container .block-inner {
	margin: 0px;
}
/*----- HIGHLIGHTED - Close -----*/


/*----- SECONDARY CONTENT - Open -----*/
.secondary-full {}
.secondary-full .block,
.secondary-full .block-inner  {
	margin: 0px;
}
/* Content - Open */

/* Content - Close */
/*----- SECONDARY CONTENT - Close -----*/


/*----- CONTAINER - Open -----*/
.container-full {
	padding-top: 0px;
}
#main-content {}
#content {}
.container-content {}
.content-column .content-inner, 
.columns {
    border: none;
}
/*----- CONTAINER - Close -----*/


/*----- TITLE BAR - Open -----*/
.title-bar h1#page-title {
	font-size: 2em;
    line-height: 1.1em;
}
.title-bar-full {
	padding: 140px 0px 0px 0px;
}
/*----- TITLE BAR - Close -----*/


/*----- CONTENT - Open -----*/
.table-responsive {
	overflow-x: auto;
}
.tertiary-container > .region {
    padding: 0px 20px;
}
.jazz-scene-views .view-content {
    display: block;
}
.jazz-scene-views .view-content .views-row {
    display: block;
    margin-bottom: 30px;
}
.field-name-field-image.left,
.field-name-field-image.right {
	float: none;
	margin: 0px 0px 15px 0px;
	text-align: center;
}
/*----- CONTENT - Close -----*/


/*----- PANEL - Open -----*/
.at-panel .region {
	margin: 0px 0px 20px 0px!important;
}
.at-panel .block {
	margin: 0px;
}
.at-panel .panel-separator {
    height: 0px;
}
/*----- PANEL - Close -----*/


/*----- SIDEBAR - Open -----*/
.sidebar {
	background: url(../images/bg-01.png) repeat-x top left;
}
.two-sidebars #main-content,
.sidebar-first #main-content,
.sidebar-second #main-content {
	margin-right: 0px;
	margin-left: 0px;
}
.region-sidebar-first .region-inner,
.region-sidebar-second .region-inner {}
.region-sidebar-first .block-inner, 
.region-sidebar-second .block-inner {
    margin: 0px 0px 20px 0px;
    padding: 15px 0px 20px 0px;
}
.sidebar .region-inner .block:last-child .block-inner {
	margin: 0px;
}
.two-sidebars #main-content, 
.sidebar-second #main-content {
    margin-right: 0px;
    padding-right: 0px;
}
.one-sidebar #main-content, 
.sidebars #main-content {
    background: none;
}
/*----- SIDEBAR - Close -----*/


/*----- SLIDESHOW - Open -----*/
.view-slideshow {
	padding-bottom: 15px;
	border-bottom: 1px #ddd solid;
}
.slideshow-wrapper-content {
	max-width: none;
	padding: 20px;
	position: relative;
	top: 0px;
}
.slideshow-mobile {
	display: block!important;
}
.slideshow-mobile img {
	display: block!important;
	max-width: none!important;
	width: 100%!important;
}
.slideshow-bg-overlay,
.slideshow-bg-image {
	background: none!important;
	display: none;
}
/*----- SLIDESHOW - Close -----*/


/*----- PROCESS - Open -----*/
.views-process .view-content .views-row {
    margin-bottom: 40px;
}
.views-process .view-content .views-row-last {
    margin-bottom: 0px;
}
.process-read-more {
	display: block;
}
.views-row .process-button a {
	background: #f4f4f4;
	margin: 0px 15px 10px 15px;
	
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
.not-front .views-row .process-button a {
	margin: 0px 0px 10px 0px;
}
.not-front .view-process .ui-accordion-content {
	padding: 0px !important;
}
.views-row .process-button.ui-accordion-header-active a {
	background: #ddd;
}
.process-button a:after {
	clear: both;
	content: "";
	display: block;
}
.process-button-title {
	float: left;
	font-size: 1.3em;
	padding: 15px 0px 0px 15px;
}
.process-button-icon-wrapper {
	float: left;
	padding: 0px;
}
.process-title,
.process-icon {
	text-align: center;
}
.process-button-icon {
	opacity: 1!important;

	-webkit-border-radius: 10px 0px 0px 10px;
	   -moz-border-radius: 10px 0px 0px 10px;
			border-radius: 10px 0px 0px 10px;
}
.views-process {
	display: block;
	text-align: left;
}
.views-process .view-content {
	background: none;
	display: block;
}

.process-button-bg-left,
.process-button-bg-right {
	display: none!important;
}
.process-arrow {
	bottom: -30px;
	left: 0px;
	margin: 0 auto;
	right: 0px;
	top: auto;
	width: 32px;
	
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
}

/*----- PROCESS - Close -----*/


/*----- ASIDE - Open -----*/
.aside-content {}
.aside-content .block,
.aside-content .block-inner  {
	margin: 0px;
}
/*----- ASIDE - Close -----*/


/*----- TERTIARY - Open -----*/
.tertiary-full {}
.tertiary-container {}
.tertiary-container .block,
.tertiary-container .block-inner  {
	margin: 0px;
}
.get-list-exclusives-content-block {
	background-color: rgba(30,30,30,0.3);
}
/*----- TERTIARY - Close -----*/


/*----- QUATERNARY - Open -----*/
.quaternary-full {}
.quaternary-container {}
.quaternary-container .block,
.quaternary-container .block-inner  {
	margin: 0px;
}
.tabs-home-block {
	margin: 30px auto !important;
	padding: 0px 20px;
}
#quicktabs-tabs_home .block-inner {
	padding-top: 40px;
}
/*----- QUATERNARY - Close -----*/


/*----- FOOTER COLUMNS - Open -----*/
.footer-columns-full {
	padding: 30px 20px 20px 20px;
}
.footer-columns-full .four-4x25 {}
.footer-columns-full .four-4x25 .panel-row {}
.footer-columns-full .block,
.footer-columns-full .block-inner  {
	margin: 0px;
}
.region-two-50-second .content,
.region-two-50-second .content div,
.region-two-50-second .content p {
	text-align: left!important;
}
.footer-columns-full .four-4x25 .panel-row .region {
	border: none;
	border-bottom: 1px #2090d4 solid;
	padding-bottom: 20px;
}
.footer-columns-full .four-4x25 .panel-row .region .region-inner {
	padding: 0px 20px;
}
/*----- FOOTER COLUMNS - Close -----*/


/*----- FOOTER - Open -----*/
.footer-full {}
.footer-full-container {}
.footer-full .block,
.footer-full .block-inner  {
	margin: 0px;
}
/*----- FOOTER - Close -----*/


/*----- EVENTS VENUES - Open -----*/
.view-events-calendar .view-content,
.view-event-venues .view-content {
	display: block;
}
/*----- EVENTS VENUES - Close -----*/
