@CHARSET "UTF-8";

#ijc_main_header{
    display: none;
}

#track-container{
    display: none;
}

#microservices, .newstyle{
    display:none;
}

.gdlr-full-size-wrapper {
     padding-bottom: 0px !important; 
}

.more-info-button{
    display:none;
}

.ticket-button-container{
    display:none;
}

.new-style{
    display:none;
}

@media only screen and (max-width: 991px){
.transparent_round_button a {
    padding: 10px 20px 10px 20px !important;
    background-color: transparent !important;
    border: 2px solid white;
    border-radius: 100px !important;
}
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('/wp-content/plugins/contact-form-7/images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
.sticky-newsletter-ctatext {
    padding: 20px 20px 20px 45px;
    font-size: 20px;
}
.nlform {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
#form_EMAIL {
    width: inherit;
    font-size: 14px;
    background: none;
    height: 50px;
    min-width: 50%;
}
#form_SUBMIT {
    font-size: 14px;
    cursor: pointer;
    height: 50px;
    vertical-align: top;
    min-width: 40%;
    margin-left: -4px;
}
.sticky-newsletter-input-container {
    padding: 0px;
}
#nlform-slide {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 80px;
    z-index: 999;
    width: 100%;
    display: none;
}
.nlform-close {
    position: absolute; 
    right: 30px; 
    top: 10px;  
    font-size: 24px; 
    z-index: 999;
}
@CHARSET "UTF-8";

.gdlr-main-mobile-menu{
	display:none;
}

.close-mobile-menu{
		cursor: pointer;
	}


@media only screen and (min-width: 992px) {
	.close-mobile-menu{
		display:none;
	}
}


@media only screen and (max-width: 991px) {
	header .gdlr-header-container.container{
    max-width: 991px !important;
    width: 991px !important;
    }
	
	.gdlr-main-mobile-menu > li:last-child  {
	    padding-bottom: 150px !important;
	}
	
    .hiddenmn {
        display: none;
    }
    .activesubmenu {
        display: block !important;
    }
    .hiddentoptitle {
        visibility: hidden !important;
    }
    .dl-menuwrapper li.dl-back::after,
    .dl-menuwrapper li > a:not(:only-child)::after {
        right: 0px;
        pointer-events: none !important;
    }
    .gdlr-main-mobile-menu {
        height: 110vh !important;
        overflow: scroll !important;
    }
    .dl-menuwrapper li {
        text-align: center;
    }
    .dl-menuwrapper li a {
        display: inline-block !important;
    }
    #gdlr-responsive-navigation.dl-menuwrapper ul:not(.activemn) {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        pointer-events: initial !important;
        margin: 0px;
        padding: 50px 0px 0px 0px;
    }
    .dl-submenu {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px 0px 0px 0px !important;
        position: relative !important;
    }
    .dl-menu.gdlr-main-mobile-menu.dl-menuopen {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding-top: 70px;
    }
    .dl-menuwrapper li a {
        display: block;
        position: relative;
        padding: 15px 20px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
        outline: none;
        text-align: center;
        min-width: 180px;
        font-family: Open Sans;
    }
    .transparent_round_button a {
        padding: 10px 20px 10px 20px !important;
        background-color: transparent !important;
        border-radius: 100px !important;
        bottom: 10px;
        margin: 50px 50px 0px 50px;
        display: inline;
    }
    .dl-menu.dl-subview li,
    .dl-menu.dl-subview li.dl-subviewopen > a,
    .dl-menu.dl-subview li.dl-subview > a {
        display: block !important;
    }
    .dl-back {
        position: absolute !important;

    }
    .close-mobile-sub-menu {
        text-align: center;
        padding-bottom: 30px;
        padding-top: 20px;
    }

    .clicked > a {
        font-size: 1.3em;
        text-decoration: none !important;
        padding: 10px;
        font-weight: 600;
        min-width: initial !important;
    }
    .clicked > a:after {
        display: none;
    }
    .clicked > a:before{
		height: 1px;
		display: block;
		background: #000;
		content: '';
		position: absolute !important;
		bottom: 0px;
		width: 50%;
		left: 50%;
		transform: translateX(-50%);
	}  
    .close-mobile-sub-menu a {
        font-size: 1.3em;
        text-decoration: none !important;
        padding: 10px;
        font-weight: 600;
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        border-color: #000;
    }
    .dl-menuwrapper li.dl-back > a {
        padding-left: 38px;
    }
    .dl-menuwrapper li.dl-back > a,
    .dl-menuwrapper li.dl-back > a:hover {
        background: transparent !important;
    }
    .dl-menuwrapper li.dl-back:after {
        position: absolute;
        bottom: 0;
        line-height: 50px;
        font-family: FontAwesome;
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        font-size: 16px;
    }
    .dl-menuwrapper li.dl-back:after {
        left: 20px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .close-mobile-menu {
        position: absolute;
        top: 10px;
        z-index: 9999;
        left: 10px;
        font-size: 18px;
    }
    .close-mobile-sub-menu i,
    .close-mobile-menu i {
        font-size: 25px;
        position: relative;
        right: 50px;
    }
    .activemn {
        position: fixed !important;
        width: 100%;
        height: 100%;
        top: 0px;
        z-index: 99;
        left: 0px;
        padding-top: 50px !important;
    }
    .gdlr-header-inner {
    top: 0px !important;
	}
	.gdlr-header-wrapper {
	    position: fixed !important;
	   
	}
    .wbounce-modal {
	display: none !important; 
	}
}
@media only screen and (min-width: 992px) {
    .close-mobile-menu {
        display: none;
    }
}@CHARSET "UTF-8";

.tracklist-link {
	text-align:center;
}
.tracklist-link:hover{
    text-decoration: none !important;
}

.tracklist-title{
	text-align:center; 
	position: relative; 
	top:40px; 
	right:20px;
}
.tracklist-lastitem{
	clear:both;
	height: 1px;
}
}
.tracklist-img{
	padding:2em;
}
.tracklist-mobile-rightdiv{
	text-align: center; 
	margin: -1px;
}
.tracklist-mobile-leftdiv{
	text-align: center;
}

.track-left,
.track-middle,
.track-right {
    min-height: 300px;
    padding: 5em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.track-middle {
    border-style: solid;
}
.track-title {
    text-decoration: none;
    padding: 2em;
}
.tracklist-title2 {
    text-align: left;
    position: relative;
    top: 20px;
    right: 20px;
}
.track-divider {
    height: 1px;
}
.track-divider.last {
    display: none;
}
.tracks-mobile {
    display: none;
}
.last-clear{
    display:none;
}

@media only screen and (max-width: 991px) {
    .tracks-desk {
        display: none;
    }
    .tracks-mobile {
        display: block;
    }
}    

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.txtspecial{
		top:12px !important;
	}
	
	.spaceone{
	top:12px !important;
	}

	.spacetwo{
		top:8px !important;
	}
	
	.spacemore{
		top:12px !important;
	}
	
}

@media only screen and (min-width: 1200px) {
	.spacezero{
		top:35px !important;
	}
	
	.spaceone{
	top:25px !important;
	}

	.spacetwo{
		top:25px !important;
	}
	
	.txtspecial{
		top:35px !important;
	}
	
	.spacemore{
		top:25px !important;
	}
	
}/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/wp-content/plugins/wen-logo-slider/vendors/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/wp-content/plugins/wen-logo-slider/vendors/owl-carousel/AjaxLoader.gif) no-repeat center center
} /**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wls-carousel .owl-item{
  text-align: center;
}

.wls-carousel .owl-controls .owl-buttons  .owl-next {
  background-image: url("/wp-content/plugins/wen-logo-slider/public/images/arrows.png");
  background-position: -30px 0;
  background-repeat: no-repeat;
  height: 30px;
  float:right;
  width: 30px;
  padding: 0;
}

.wls-carousel .owl-controls .owl-buttons .owl-prev {
  background-image: url("/wp-content/plugins/wen-logo-slider/public/images/arrows.png");
  background-position: 0px 0;
  background-repeat: no-repeat;
  height: 30px;
  float: left;
  width: 30px;
  padding: 0;
}
.wls-carousel .owl-controls {
  margin-top: 10px;
  position: absolute;
  text-align : center;
  top: 28%;
  width: 100%;
}
.wls-carousel .owl-controls .owl-buttons div{
  background-color: inherit;
  padding: 0;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flexslider-hg.flexslider a:active,
.flexslider-hg.flexslider a:focus { outline: none; }

.flexslider-hg.flexslider,
.flexslider-hg.flexslider ul.slides,
.flexslider-hg.flexslider ul.slides li,
.flexslider-hg.flexslider .flex-control-nav,
.flexslider-hg.flexslider .flex-direction-nav { margin: 0; padding: 0; list-style: none; } 


/* FlexSlider Necessary Styles
*********************************/ 
.flexslider-hg.flexslider ul.slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider-hg.flexslider ul.slides img {width: 100%; display: block;}
.flexslider-hg.flexslider .flex-pauseplay span {text-transform: capitalize;}


/* Clearfix for the .slides element */
.flexslider-hg.flexslider ul.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
html[xmlns] .flexslider-hg.flexslider ul.slides { display: block; } 
* html .flexslider-hg.flexslider ul.slides { height: 1%; }


/* No JavaScript Fallback */
.no-js .flexslider-hg.flexslider ul.slides > li:first-child { display: block; }


/* FlexSlider Default Theme
*********************************/




.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides { zoom: 1; }

.flexslider .carousel li {margin-right: 5px}
.flexslider .slide img { border-radius: 0; box-shadow: none; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease; background-repeat: no-repeat; background-position: 0 0;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav { position: absolute; left: 0; right: 0; bottom: -40px; text-align: center;}
.flex-control-nav li { padding: 0; margin: 0 3px !important; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px;  box-shadow: inset 0 0 3px rgba(0,0,0,0.3); padding: 0; margin: 0 !important; }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 5px;}
  .flex-direction-nav .flex-next {opacity: 1; right: 5px;}
}


/* Slide Data -- EVERYTHING ABOVE IS FROM THE BASE ROTATOR */
.flexslider .slides li { position: relative; }

.flexslider-hg-corners-square .flex-direction-nav a { background-image: url(/wp-content/plugins/flexslider-hg/images/bg_direction_nav_squared.png); }
.flexslider-hg-corners-rounded .flex-direction-nav a { background-image: url(/wp-content/plugins/flexslider-hg/images/bg_direction_nav_rounded.png); }

.slide-data { color: #fff; position: absolute; bottom: 15px; left: 15px; right: 15px; padding: 7px 10px; background: rgba(0,0,0,0.5); }
.slide-data .flexslider-hg-title, .slide-data p { margin: 0; padding: 0; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.6); }
.slide-data .flexslider-hg-title a { text-decoration: none; color: #fff; }


/* Rounded */
.flexslider-hg-corners-rounded { -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
.flexslider-hg-corners-rounded .flex-control-paging li a { -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flexslider-hg-corners-rounded .slide-data { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }


/* Slim */
.flexslider.flexslider-hg-style-slim .slide-data { bottom: 25px; }
.flexslider.flexslider-hg-style-slim .flex-control-nav { bottom: -3px; text-align: left; left: 13px; }

/* Bottom Heavy */
.flexslider.flexslider-hg-style-bottomheavy .slide-data { right: 30%; }
.flexslider.flexslider-hg-style-bottomheavy .flex-control-nav { bottom: 5px; text-align: center; left: auto; right: 10px; }

/* Crossed */
.flexslider.flexslider-hg-style-crossed .slide-data {  }
.flexslider.flexslider-hg-style-crossed .flex-control-nav { bottom: auto; top: 10px; text-align: center; left: auto; right: 10px; }
/*!
*  - v1.2.4
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/.slider-pro{position:relative;margin:0 auto;-moz-box-sizing:content-box;box-sizing:content-box}.sp-slides-container{position:relative}.sp-mask{position:relative;overflow:hidden}.sp-slides{position:relative;-webkit-backface-visibility:hidden;-webkit-perspective:1000}.sp-slide{position:absolute}.sp-image-container{overflow:hidden}.sp-image{position:relative;display:block;border:none}.sp-no-js{overflow:hidden;max-width:100%}.sp-thumbnails-container{position:relative;overflow:hidden}.sp-bottom-thumbnails,.sp-top-thumbnails{left:0;margin:0 auto}.sp-top-thumbnails{position:absolute;top:0;margin-bottom:4px}.sp-bottom-thumbnails{margin-top:4px}.sp-left-thumbnails,.sp-right-thumbnails{position:absolute;top:0}.sp-right-thumbnails{right:0;margin-left:4px}.sp-left-thumbnails{left:0;margin-right:4px}.sp-thumbnails{position:relative}.sp-thumbnail{border:none}.sp-thumbnail-container{position:relative;display:block;overflow:hidden;float:left;-moz-box-sizing:border-box;box-sizing:border-box}.sp-bottom-thumbnails .sp-thumbnail-container,.sp-top-thumbnails .sp-thumbnail-container{margin-left:2px;margin-right:2px}.sp-bottom-thumbnails .sp-thumbnail-container:first-child,.sp-top-thumbnails .sp-thumbnail-container:first-child{margin-left:0}.sp-bottom-thumbnails .sp-thumbnail-container:last-child,.sp-top-thumbnails .sp-thumbnail-container:last-child{margin-right:0}.sp-left-thumbnails .sp-thumbnail-container,.sp-right-thumbnails .sp-thumbnail-container{margin-top:2px;margin-bottom:2px}.sp-left-thumbnails .sp-thumbnail-container:first-child,.sp-right-thumbnails .sp-thumbnail-container:first-child{margin-top:0}.sp-left-thumbnails .sp-thumbnail-container:last-child,.sp-right-thumbnails .sp-thumbnail-container:last-child{margin-bottom:0}.sp-right-thumbnails.sp-has-pointer{margin-left:-13px}.sp-right-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;left:18px;margin-left:0!important}.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;height:100%;border-left:5px solid red;left:0;top:0;margin-left:13px}.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:0;top:50%;margin-top:-8px;border-right:13px solid red;border-top:8px solid transparent;border-bottom:8px solid transparent}.sp-left-thumbnails.sp-has-pointer{margin-right:-13px}.sp-left-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;right:18px}.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;height:100%;border-left:5px solid red;right:0;top:0;margin-right:13px}.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;right:0;top:50%;margin-top:-8px;border-left:13px solid red;border-top:8px solid transparent;border-bottom:8px solid transparent}.sp-bottom-thumbnails.sp-has-pointer{margin-top:-13px}.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;top:18px;margin-top:0!important}.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;width:100%;border-bottom:5px solid red;top:0;margin-top:13px}.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:50%;top:0;margin-left:-8px;border-bottom:13px solid red;border-left:8px solid transparent;border-right:8px solid transparent}.sp-top-thumbnails.sp-has-pointer{margin-bottom:-13px}.sp-top-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;bottom:18px}.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;width:100%;border-bottom:5px solid red;bottom:0;margin-bottom:13px}.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:50%;bottom:0;margin-left:-8px;border-top:13px solid red;border-left:8px solid transparent;border-right:8px solid transparent}.sp-layer{position:absolute;margin:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-font-smoothing:subpixel-antialiased;-webkit-backface-visibility:hidden}.sp-black{color:#FFF;background:#000;background:rgba(0,0,0,.7)}.sp-white{color:#000;background:#fff;background:rgba(255,255,255,.7)}.sp-rounded{border-radius:10px}.sp-padding{padding:10px}.sp-grab{cursor:url(/wp-content/plugins/sliderpro/public/assets/css/images/openhand.cur),move}.sp-grabbing{cursor:url(/wp-content/plugins/sliderpro/public/assets/css/images/closedhand.cur),move}.sp-selectable{cursor:default}.sp-caption-container{text-align:center;margin-top:10px}.sp-full-screen{margin:0!important;background-color:#000}.sp-full-screen-button{position:absolute;top:5px;right:10px;font-size:30px;line-height:1;cursor:pointer;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sp-full-screen-button:before{content:'\2195'}.sp-fade-full-screen{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.slider-pro:hover .sp-fade-full-screen{opacity:1}.sp-buttons{position:relative;width:100%;text-align:center;padding-top:10px}.sp-button{width:10px;height:10px;border:2px solid #000;border-radius:50%;margin:4px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.sp-selected-button{background-color:#000}@media only screen and (min-width:768px) and (max-width:1024px){.sp-button{width:14px;height:14px}}@media only screen and (min-width:568px) and (max-width:768px){.sp-button{width:16px;height:16px}}@media only screen and (min-width:320px) and (max-width:568px){.sp-button{width:18px;height:18px}}.sp-arrows{position:absolute}.sp-fade-arrows{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.sp-slides-container:hover .sp-fade-arrows{opacity:1}.sp-horizontal .sp-arrows{width:100%;left:0;top:50%;margin-top:-15px}.sp-vertical .sp-arrows{height:100%;left:50%;top:0;margin-left:-10px}.sp-arrow{position:absolute;display:block;width:20px;height:30px;cursor:pointer}.sp-vertical .sp-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sp-horizontal .sp-previous-arrow{left:20px}.sp-horizontal .sp-next-arrow{right:20px}.sp-vertical .sp-previous-arrow{top:20px}.sp-vertical .sp-next-arrow{bottom:20px}.sp-next-arrow:after,.sp-next-arrow:before,.sp-previous-arrow:after,.sp-previous-arrow:before{content:'';position:absolute;width:50%;height:50%;background-color:#FFF}.sp-previous-arrow:before{left:30%;top:0;-webkit-transform:skew(145deg,0deg);-ms-transform:skew(145deg,0deg);transform:skew(145deg,0deg)}.sp-previous-arrow:after{left:30%;top:50%;-webkit-transform:skew(-145deg,0deg);-ms-transform:skew(-145deg,0deg);transform:skew(-145deg,0deg)}.sp-next-arrow:before{right:30%;top:0;-webkit-transform:skew(35deg,0deg);-ms-transform:skew(35deg,0deg);transform:skew(35deg,0deg)}.sp-next-arrow:after{right:30%;top:50%;-webkit-transform:skew(-35deg,0deg);-ms-transform:skew(-35deg,0deg);transform:skew(-35deg,0deg)}.ie7 .sp-arrow,.ie8 .sp-arrow{width:0;height:0}.ie7 .sp-arrow:after,.ie7 .sp-arrow:before,.ie8 .sp-arrow:after,.ie8 .sp-arrow:before{content:none}.ie7.sp-horizontal .sp-previous-arrow,.ie8.sp-horizontal .sp-previous-arrow{border-right:20px solid #FFF;border-top:20px solid transparent;border-bottom:20px solid transparent}.ie7.sp-horizontal .sp-next-arrow,.ie8.sp-horizontal .sp-next-arrow{border-left:20px solid #FFF;border-top:20px solid transparent;border-bottom:20px solid transparent}.ie7.sp-vertical .sp-previous-arrow,.ie8.sp-vertical .sp-previous-arrow{border-bottom:20px solid #FFF;border-left:20px solid transparent;border-right:20px solid transparent}.ie7.sp-vertical .sp-next-arrow,.ie8.sp-vertical .sp-next-arrow{border-top:20px solid #FFF;border-left:20px solid transparent;border-right:20px solid transparent}.sp-thumbnail-arrows{position:absolute}.sp-fade-thumbnail-arrows{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows{opacity:1}.sp-bottom-thumbnails .sp-thumbnail-arrows,.sp-top-thumbnails .sp-thumbnail-arrows{width:100%;top:50%;left:0;margin-top:-12px}.sp-left-thumbnails .sp-thumbnail-arrows,.sp-right-thumbnails .sp-thumbnail-arrows{height:100%;top:0;left:50%;margin-left:-7px}.sp-thumbnail-arrow{position:absolute;display:block;width:15px;height:25px;cursor:pointer}.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.sp-top-thumbnails .sp-previous-thumbnail-arrow{left:0}.sp-bottom-thumbnails .sp-next-thumbnail-arrow,.sp-top-thumbnails .sp-next-thumbnail-arrow{right:0}.sp-left-thumbnails .sp-previous-thumbnail-arrow,.sp-right-thumbnails .sp-previous-thumbnail-arrow{top:0}.sp-left-thumbnails .sp-next-thumbnail-arrow,.sp-right-thumbnails .sp-next-thumbnail-arrow{bottom:0}.sp-next-thumbnail-arrow:after,.sp-next-thumbnail-arrow:before,.sp-previous-thumbnail-arrow:after,.sp-previous-thumbnail-arrow:before{content:'';position:absolute;width:50%;height:50%;background-color:#FFF}.sp-previous-thumbnail-arrow:before{left:30%;top:0;-webkit-transform:skew(145deg,0deg);-ms-transform:skew(145deg,0deg);transform:skew(145deg,0deg)}.sp-previous-thumbnail-arrow:after{left:30%;top:50%;-webkit-transform:skew(-145deg,0deg);-ms-transform:skew(-145deg,0deg);transform:skew(-145deg,0deg)}.sp-next-thumbnail-arrow:before{right:30%;top:0;-webkit-transform:skew(35deg,0deg);-ms-transform:skew(35deg,0deg);transform:skew(35deg,0deg)}.sp-next-thumbnail-arrow:after{right:30%;top:50%;-webkit-transform:skew(-35deg,0deg);-ms-transform:skew(-35deg,0deg);transform:skew(-35deg,0deg)}.ie7 .sp-thumbnail-arrow,.ie8 .sp-thumbnail-arrow{width:0;height:0}.ie7 .sp-thumbnail-arrow:after,.ie7 .sp-thumbnail-arrow:before,.ie8 .sp-thumbnail-arrow:after,.ie8 .sp-thumbnail-arrow:before{content:none}.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow{border-right:12px solid #FFF;border-top:12px solid transparent;border-bottom:12px solid transparent}.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow{border-left:12px solid #FFF;border-top:12px solid transparent;border-bottom:12px solid transparent}.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow{border-bottom:12px solid #FFF;border-left:12px solid transparent;border-right:12px solid transparent}.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow{border-top:12px solid #FFF;border-left:12px solid transparent;border-right:12px solid transparent}a.sp-video{text-decoration:none}a.sp-video img{-webkit-backface-visibility:hidden;border:none}a.sp-video:after{content:'\25B6';position:absolute;width:45px;padding-left:5px;height:50px;border:2px solid #FFF;text-align:center;font-size:30px;border-radius:30px;top:0;color:#FFF;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.2);margin:auto;line-height:52px}.slider-pro img.sp-image,.slider-pro img.sp-thumbnail{max-width:none;max-height:none;border:none!important;border-radius:0!important;padding:0!important;-webkit-box-shadow:none!important;-mox-box-shadow:none!important;box-shadow:none!important;transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.slider-pro a{position:static;transition:none!important;-moz-transition:none!important;-webkit-transition:none!important;-o-transition:none!important}.slider-pro canvas,.slider-pro embed,.slider-pro iframe,.slider-pro object,.slider-pro video{max-width:none;max-height:none}.slider-pro p.sp-layer{font-size:14px;line-height:1.4;margin:0}.slider-pro h1.sp-layer{font-size:32px;line-height:1.4;margin:0}.slider-pro h2.sp-layer{font-size:24px;line-height:1.4;margin:0}.slider-pro h3.sp-layer{font-size:19px;line-height:1.4;margin:0}.slider-pro h4.sp-layer{font-size:16px;line-height:1.4;margin:0}.slider-pro h5.sp-layer{font-size:13px;line-height:1.4;margin:0}.slider-pro h6.sp-layer{font-size:11px;line-height:1.4;margin:0}.slider-pro img.sp-layer{border:none}@CHARSET "UTF-8";

.hb_main_header {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
	position: relative;
    padding-top:17px;
}

.hb_box{
    margin-bottom: 5% !important;
}

.hb_main_header_fw {
    height: 92vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.hb_header_fw {
    height: 100%;
    position: relative;
}
.hb_big_container_fw  {
    background-size: cover;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
.hb_row_fw  {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.hb_logo_containter_fw  {
    min-height: 100%;
    margin: 0 auto;
}
.hb_box_fw  {
    color: #fff;
    position: relative;
}
.hb_headline_fw  p {
    font-size: 5em;
    line-height: 0.9em !important;
}

a.arrow-wrap {
    position: absolute;
    bottom: 7vh;
    z-index: 999;
    left: 48.9%;
}
.arrow {
    position: relative;
}
.arrow:after {
    display: inline-block;
    position: relative;
    content: "";
    top: 34px;
    font-weight: bolder;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

@media screen and ( min-height: 631px) and ( max-height: 825px) {
    .arrow::after {
        bottom: 40px !important;
    }
    .arrow {
        bottom: 20px !important;
    }
}

@media only screen and (max-width: 767px) and (max-height: 676px) {
    .arrow {
        bottom: 50px !important;
    }
}
@media only screen and (max-height: 450px) {
    a.arrow-wrap {
        display: none;
    }
}@-webkit-keyframes fadein{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadein{0%{opacity:0}100%{opacity:1}}@-ms-keyframes fadein{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadein{0%{opacity:0}100%{opacity:1}}@keyframes fadein{0%{opacity:0}100%{opacity:1}}.wbounce-modal{display:none;height:100%;left:0;overflow:scroll;position:fixed;text-align:center;top:0;width:100%;z-index:10011;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d}.wbounce-modal *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}.wbounce-modal.underlay{background-color:rgba(0,0,0,0.5);cursor:pointer;height:100%;left:0;position:fixed;overflow:hidden;top:0;width:100%}.wbounce-modal .wbounce-modal-flex{bottom:0;left:0;position:absolute;right:0;top:0}.wbounce-modal .wbounce-modal-flex.wbounce-modal-flex-activated{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.wbounce-modal .wbounce-modal-sub{background-color:#f0f1f2;display:block;left:initial;position:relative;opacity:1;overflow:scroll;overflow-x:hidden;overflow:-moz-scrollbars-none;-ms-overflow-style:none;width:600px;z-index:21}.wbounce-modal .wbounce-modal-sub::-webkit-scrollbar{display:none}.wbounce-modal .wbounce-modal-sub.belowIE10{-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);margin:auto;top:50%}.wbounce-modal .modal-title{font-size:18px;background-color:#252525;color:#fff;padding:10px;margin:0;border-radius:4px 4px 0 0;text-align:center}.wbounce-modal .modal-body{padding:20px 35px;font-size:0.9em}.wbounce-modal h3{color:#fff;font-size:1em;margin:0.2em;text-transform:uppercase;font-weight:500}.wbounce-modal h4{font-size:1.25em;margin:10px 0}.wbounce-modal h4 a{text-decoration:none}.wbounce-modal p{line-height:1.4em;color:#344a5f}.wbounce-modal form{text-align:center;margin-top:35px}.wbounce-modal form p{text-align:left;margin-left:35px;opacity:0.8;margin-top:1px;padding-top:1px;font-size:0.9em}.wbounce-modal form input[type=email],.wbounce-modal form input[type=tel]{color:#999;padding:12px;font-size:15px;width:300px;border-radius:4px;border:1px solid #ccc;-webkit-font-smoothing:antialiased}.wbounce-modal form input[type=text]{padding:12px;font-size:1.2em;width:300px;border-radius:4px;border:1px solid #ccc;-webkit-font-smoothing:antialiased}.wbounce-modal form input[type=submit]{text-transform:uppercase;font-weight:bold;padding:12px;font-size:14px;border-radius:4px;color:#fff;background-image:none;background-color:#4ab471;border:none;cursor:pointer;-webkit-font-smoothing:antialiased}.wbounce-modal .byline,.wbounce-modal .updated{display:block}.wbounce-modal .modal-footer{position:relative;text-align:center;width:100%;padding:10px 0 20px}.wbounce-modal .modal-footer p{text-transform:capitalize;cursor:pointer;display:inline;border-bottom:1px solid #344a5f}.wbounce-modal .wbounce-modal-sub{border-radius:4px;max-height:95%;max-width:95%}.admin-bar .wbounce-modal{padding-top:32px}
