/* Table of Content
==================================================
	#General Sites
	#Misc */

@import url("font-awesome.min.css");
@import url("base.css");
@import url("widgets.css");
@import url("vc.css");
@import url("shortcodes.css");

/*=========================================================================
  Main
//=======================================================================*/
body{
	font-family: "ProximaNovaRegular", sans-serif;
	line-height:22px;
	color:#000;
	font-weight:400;
	background-color:#f2f2f2;
    overflow-x: hidden;
}
body.modal-open {
	overflow-y: scroll;
	padding-right: 0 !important;
}
a{
    color: #000;
}
#st-wrapper.boxed{
	width:980px;
	margin:30px auto 40px;
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
			box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
}
.muted{
	margin:50px 0;
}
.row-fluid [class*="span"]{
	min-height:1px;
}
img.attachment-full{
	width:100%;
}

/*=========================================================================
  Html Element
//=======================================================================*/
h2{
    margin-bottom: 40px;
    font-size: 35px;
    text-transform: uppercase;
}
h4{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
}
h1{
    margin: 0;
}
h2, h3, h4, h5, h6{
	line-height: 22px;
    margin: 0;
}
h2{
    line-height: 30px;
}
h1 i, h2 i, h3 i, h4 i, h5 i, h6 i{
	margin-right:5px;
}

a,
#footer #copyright-wrapper a{
	outline:none;
    cursor: pointer;
}
#footer #copyright-wrapper a{
    color: rgba(255,255,255,0.3);
    padding: 0;
}
a:hover,
a:focus{
	text-decoration:none;
	outline:none;
}

li{
	line-height:22px;
}

.table{
	overflow: auto;
}
.table th, .table td{
	border:none;
}
.table th{
	color: #666;
    font-weight:700;
	text-transform:uppercase;
}
.table tbody tr td{
	border-top-style:solid;
	border-top-width:1px;
}

code{
	white-space:inherit;
}

.post-edit-link {
	border-style:solid;
	border-width:1px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0;
    padding: 0 10px 0 30px;
    position: relative;
}
.post-edit-link:before{
	position:absolute;
	content:'\f040';
	display:block;
	font-family:FontAwesome;
	font-size:14px;
	font-weight:300;
	left:10px;
}

.btn, button, html input[type="button"], input[type="reset"], input[type="submit"]{
	-webkit-border-radius:0 0 0;
	   -moz-border-radius:0 0 0;
			border-radius:0 0 0;
    font-family: ProximaNovaRegular;
}
.event-container blockquote{
    background: none;
    color: #000;font-family: ProximaNovaLight;
    font-family: ProximaNovaLight;
    font-size: 30px;
    line-height: 40px;
    padding: 22px 0px;
}
.event-container blockquote:before{
     content: '“';
    display: initial;
    position: relative;
    top: 40px;
    left: -10px;
    opacity: 0.7;
    line-height: 0;
    padding: 0;
 }
.sidebar #widget_search [class*="span"]{
    padding-top: 0;
}
/*=========================================================================
  Default Header Element
//=======================================================================*/
#header{
    min-height: 78px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    z-index: 10000000000000;
    width: 100%;
    background: #f2f2f2;
}
#header [class*="span"]{
    position: relative;
}
.stick{
    position: fixed !important;
    top: 0;
    background: #f2f2f2;
}
.workshop #header.stick{
    margin-top: 0 !important;
}
.stick-c{
    left: -20%;
    right: -20%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1068px;
    position: fixed;
}
#header.header-club.stick.header_frontpage{
    bottom: auto;
    border-bottom: 1px solid #d9d9d9 !important;
}
.header-club.stick {  border-bottom: 1px solid #d9d9d9;     background: #f2f2f2 !important;
}
.loadding-contact{
    margin-bottom: 20px; display: none;
}
.header-club.stick ul.primary-menu li a{
    color: #000 !important;
}
.header-club.stick ul.primary-menu li:hover a{
    color: #fff !important;
    background: #000;
}
.header-club.stick ul.primary-menu li.current-menu-ancestor a, ul.primary-menu li.current-menu-parent a{
    color: rgba(255, 255, 255, 0.8) !important;

}
.tpl-speaker{
    padding-bottom: 110px;
}
.tpl-speaker-no-banner{
    padding-top:60px;
}
/*call-us*/
.header-call ul{
	margin:0;
}
.header-call li i{
	color:#c0c0c0;
	margin-right:5px;
}
.no-banner .logo-standar,
.logo-standar.logo-stick{
    display:none;
}
.stick-c .logo-standar{
    display:none;
}
.no-banner .logo-standar.logo-stick,
.stick-c .logo-standar.logo-stick{
    display:block;
}
/*searchform*/
#header #searchform input:focus{
    background-position-x: -20px;
    transition: all 0.5s ease;
}
#bottom-wrapper:after{
	clear:both;
	display:block;
	content:'';
}
.ls-nav-prev{
    background: url('../images/icons/slider_pre.png') !important;
}
.ls-nav-next{
    background: url('../images/icons/slider_nex.png') !important;
}
.header-container{
    position: relative;
    z-index: 10;
}
#header.header-club.menu-top{
    position: relative;
}
#header.header-club{
    position: absolute;
    width: 100%;
    border-top: 1px solid rgba(255,255,255, 0.2);
    border-bottom: 1px solid rgba(255,255,255, 0.2);
}
#header.header-club.no-banner{
    position: static;
    border-bottom: 1px solid #d9d9d9 !important;
}
#header.header-club.menu-style-2{
    position:relative;
    border: none;
}
#header.header-club.header_frontpage.menu-top{
    border: none;
}
#header.header-club.header_frontpage{
    bottom: 0;
    background: none;
}
#header.header-club.header_none_frontpage.stick{
    border-bottom: 1px solid #d9d9d9 !important;
}
#header.header-club.header_none_frontpage{
    top:0;
}
.header-club.stick ul.primary-menu li{
    border-right: 1px solid #d9d9d9;
}
.header-club.stick ul.primary-menu ul li,.header-club.stick ul.primary-menu ul li:first-child{
    border-right: none !important;
    border-left: none !important;
}
.header-club.stick ul.primary-menu li:first-child{
    border-left: 1px solid #d9d9d9;
}
.header-club ul.primary-menu li {
    border-right: 1px solid rgba(255,255,255, 0.2);
}
.header-club ul.primary-menu li:first-child {
    border-left: 1px solid rgba(255,255,255, 0.2);
}
.header-club ul.primary-menu ul li:first-child {
    border-left: none;
}
.header-club ul.primary-menu li a{
    color: #fff;
    -webkit-transition:all 0.15s linear;
    -moz-transition:all 0.15s linear;
    transition:all 0.15s linear;
}
.header-club ul.primary-menu li.current_page_item{
    /*background: #fff;*/
}
.header-club ul.primary-menu li.current_page_item a{
    color: #fff !important;
}
.header-club.header_none_frontpage{
    top: 0;
}
.menu-marks{
    background: none !important;
    border-bottom: 1px solid rgba(255,255,255, 0.2) !important;
}
.no-banner.menu-marks{
    background: #f2f2f2 !important;
}
.header-club.no-banner ul.primary-menu li, .header-club.no-banner ul.primary-menu li:first-child {
    border-right: 1px solid #d9d9d9;
}
.header-club.no-banner ul.primary-menu li{
    border-right: 1px solid #d9d9d9;

}
.header-club.no-banner ul.primary-menu li:first-child{
    border-left: 1px solid #d9d9d9;
}
.header-club.no-banner ul.primary-menu li a{
     color: #000 !important;
 }
.header-club.no-banner ul.primary-menu li.current-menu-item a{
    color: #fff !important;
}
.header-club.no-banner ul.primary-menu li:hover a{
    color: #fff !important;
}
.header-club.no-banner ul.primary-menu li a{
    color: #000 !important;
}
.header-club.no-banner ul.primary-menu li.current-menu-parent a{color: #fff !important;}
.header-club.no-banner ul.primary-menu ul li, .header-club.no-banner ul.primary-menu ul li:first-child{
    border:none;
}
/*=========================================================================
  Main Menu
//=======================================================================*/
#primary-menu{
	display:block;
}
#toggle-menu,
#mobile-container{
	display: none;
}

ul.primary-menu{
	list-style:none;
	margin:0;
	padding:0;
	font-weight:400;
    font-size: 16px;
    -webkit-transition: all 0.45s linear;
    -moz-transition: all 0.45s linear;
    transition: all 0.45s linear;
}
.club #toggle-menu span{
    border-bottom: 10px double #fff;
    border-top: 3px solid #fff;
}
.club .stick-c #toggle-menu span{
    border-bottom: 10px double #000;
    border-top: 3px solid #000;
}
ul.primary-menu li{
	position:relative;
	display:inline-block;
	margin:0;
    border-right: 1px solid #d9d9d9;
    margin-left: -5px;
}
/*ul.primary-menu li.current_page_item a,*/
/*ul.primary-menu li.current-menu-ancestor a,*/
/*ul.primary-menu.current_page_parent a,*/
/*ul.primary-menu li.current-menu-parent a{*/
    /*background: #292929;*/
    /*color: rgba(255, 255, 255, 0.8);*/
/*}*/
ul.primary-menu li li{
    margin-left:0;
}
ul.primary-menu li:first-child{
    border-left: 1px solid #d9d9d9;
}
ul.primary-menu li a{
	display:block;
    padding: 29px 27px 27px;
	position:relative;
	z-index:1;
    -webkit-transition:all 0.45s linear;
    -moz-transition:all 0.45s linear;
    transition:all 0.45s linear;
}

/*sub-menu*/
ul.primary-menu ul{
	font-weight:normal;
	display:none;
	position:absolute;
	top:100%;
	z-index:99999;
	width:210px;
	margin:0;
	background-color:#fff;
}
ul.primary-menu li li{
	display:block;
}
ul.primary-menu li li:first-child{border-left: none;}
ul.primary-menu li li{border-bottom: 1px solid#555; border-right: none;border-left: none; }
ul.primary-menu li li:last-child{border-bottom: none}
ul.primary-menu li li a{
	padding:20px 15px;
    color: rgba(255, 255, 255, 0.8);
}
ul.primary-menu li.current-menu-ancestor li a,
ul.primary-menu li.current_page_item li a,
ul.primary-menu li.current-menu-ancestor li a i,
ul.primary-menu li.current_page_item li a i{
    color: rgba(255, 255, 255, 0.8);
}

/*sub-sub-menu*/
ul.primary-menu ul ul{
	top:0;
	left:210px;
}
/*the main menu in a hover state*/
.primary-menu li a:hover,
.primary-menu li:hover > a,
.primary-menu li:hover > a i,
/*.primary-menu li.current-menu-ancestor a,*/
.primary-menu li.current_page_item a,
.primary-menu li.current-menu-ancestor a i,
.primary-menu li.current_page_item a i,
.primary-menu li.current-menu-ancestor li a:hover,
.primary-menu li.current_page_item li a:hover,
.style-2 ul.primary-menu li li a:hover,
.style-2 ul.primary-menu li li:hover > a,
.style-2 ul.primary-menu li.current_page_ancestor li a:hover i,
#sticky-header ul.primary-menu li li a:hover,
#sticky-header ul.primary-menu li li:hover > a,
#sticky-header ul.primary-menu li.current_page_ancestor li a:hover i,
ul.primary-menu li li:hover > a,
ul.primary-menu li li:hover > a i{
    color: rgba(255, 255, 255, 0.8);
}
ul.primary-menu li li a:hover,
ul.primary-menu li li:hover > a,
.style-2 ul.primary-menu li li a:hover,
.style-2 ul.primary-menu li li:hover > a,
#sticky-header ul.primary-menu li li a:hover,
#sticky-header ul.primary-menu li li:hover > a{
	background-color:#000;
}
/*=========================================================================
  Custom Header Style
//=======================================================================*/
/*header style 1*/
#primary-nav{
	text-align:right;
}
ul.primary-menu ul{
	text-align:left;
}

#middle-wrapper{
	position:relative;
	text-align:center;
}

.header-call,
.b-social{
	width:31.6239%;
	display:inline-block;
}

.logo{
    /*padding: 20px 0 0;
    opacity: 0.8;*/
}

.header-call{
	border-right-style:solid;
	border-right-width:1px;
	text-align:right;
	margin:0;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
}
.header-call ul{
	position:absolute;
	top:50%;
	right:0;
	line-height:100%;
	margin-top:-22px;
}
.header-call ul li{
	display:block;
	margin-right:20px;
}
.b-social{
	text-align:left;
}
.b-social ul{
	position:absolute;
	/*top:50%;*/
	/*margin-left:20px;*/
	/*margin-top:-15px;*/
}
ul.primary-menu li a i,
ul.primary-menu li a i{
	display:block;
	font-size:18px;
}
ul.primary-menu ul,
ul.primary-menu ul{
	text-align:left;
    background: #292929;
}
ul.primary-menu ul li a i,
ul.primary-menu ul li a i{
	display:inline-block;
	font-size:13px;
}

/*header style 2*/
.style-2 #middle-wrapper{
	background-color:#3B3B42;
}
.style-2 #bottom-wrapper{
	padding:20px 0;
}
.style-2 .logo{
	padding:10px 0;
}
.style-2 #primary-nav{
    position: absolute;
    right: 0;
    top: 0;
	bottom:0;
}
.style-2 ul.primary-menu li,
#sticky-header .primary-menu li{
	float:left;
}
.style-2 ul.primary-menu li a{
	padding:20px 15px;
}
.style-2 ul.primary-menu li li,
#sticky-header .primary-menu li li{
	float:none;
}
.style-2 ul.primary-menu li li a{
	padding:8px 15px;
}
.style-2 ul.primary-menu li a,
.style-2 ul.primary-menu li a i,
#sticky-header ul.primary-menu li a,
#sticky-header ul.primary-menu li a i{
	color:#757575;
}
.style-2 ul.primary-menu li a:hover,
.style-2 ul.primary-menu li:hover > a,
.style-2 ul.primary-menu li.current_page_ancestor > a,
#sticky-header ul.primary-menu li a:hover,
#sticky-header ul.primary-menu li:hover > a,
#sticky-header ul.primary-menu li.current_page_ancestor > a{
	background-color:rgba(0, 0, 0, 0.2);
}
.style-2 ul.primary-menu li a:hover,
.style-2 ul.primary-menu li a:hover i,
.style-2 ul.primary-menu li:hover > a,
.style-2 ul.primary-menu li.current_page_ancestor > a,
.style-2 ul.primary-menu li.current_page_ancestor > a i,
#sticky-header ul.primary-menu li a:hover,
#sticky-header ul.primary-menu li a:hover i,
#sticky-header ul.primary-menu li:hover > a,
#sticky-header ul.primary-menu li.current_page_ancestor > a,
#sticky-header ul.primary-menu li.current_page_ancestor > a i{
	color:#ccc;
}

.style-2 .header-call{
	text-align:center;
	padding:5px 0;
}
.style-2 .header-call li{
	margin:0 10px;
}

.style-2 #searchform{
	text-align:right;
}
.style-2 #searchform input{
	width:200px;
	text-align:left;
	padding:5px 20px;
	border-radius:50px;
}

/*header style 3*/
.style-3 #middle-wrapper{
	position:relative;
}
.style-3 .logo{
	text-align:center;
	padding:0 0;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.style-3 #primary-nav{
	text-align:center;
}
.sticky-search .sticky-open{
	width:32px;
	height:32px;
	display:block;
	cursor:pointer;
	position:absolute;
	z-index:2;
	right:0;
	bottom:15px;
	background:url(../images/icons/sticky-open.png) no-repeat center center;
}
.sticky-search i.active {
    background: url(../images/icons/sticky-close.png) no-repeat center center;
}
.style-3 .sticky-form{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
}
.style-3 #searchform input{
	background-color:#fff;
	border:none;
	padding:10px 42px 10px 10px;
	font-size:36px;
	line-height:40px;
	font-weight:300;
	font-family:Raleway,sans-serif;
}

/*=========================================================================
  sticky-header
//=======================================================================*/
#sticky-header{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:11000;
	height:55px;
	background-color:rgba(0, 0, 0, 0.8);
	/*background-color:#3B3B42;*/
	-webkit-transition:all 0.3s linear;
	   -moz-transition:all 0.3s linear;
			transition:all 0.3s linear;
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow:0 0 6px rgba(0, 0, 0, 0.2);
			box-shadow:0 0 6px rgba(0, 0, 0, 0.2);
}
#sticky-header .container{
	position:relative;
}
#sticky-header .logo{
	padding:12px 0;
	max-height:24px;
	width:auto;
}
#sticky-header .logo img{
	max-height:31px;
	width:auto;
}
#sticky-nav{
	right:65px;
	margin:0 !important;
	top:0 !important;
	position:absolute;
}
#sticky-header .primary-menu li a{
	height:55px;
	line-height:55px;
	padding:0 10px;
}
#sticky-header .primary-menu li li a{
	padding:8px 10px;
	height:auto;
	line-height:22px;
}
.sticky-search{
    position: absolute;
    right: 36px;
    width: 32px;
    z-index: 2;
    opacity: 0.7;
    top: 28%;
    transition: all 0.5s ease;
}
.club .sticky-search input{
    background: url('../images/icons/sticky-open-w.png') no-repeat center right;
    transition: all 0.5s ease;
}
.club .no-banner .sticky-search input, .sticky-search input, .club .stick .sticky-search input{
    float:right;
    height: 30px;
    border-radius: 50px;
    background: url('../images/icons/sticky-open.png') no-repeat center right;
    /*background-position: 10px 10px;*/
    /*transition:width 0.5s;
    -webkit-transition:width 0.5s;
    -moz-transition:width 0.5s;*/
    transition: all 0.5s ease;
    margin-bottom: 0;
    padding: 0 15px;
    border: none;
    opacity: 0.7;
    max-width: 85px;
}
.sticky-search input:focus{
    border:1px solid #dfdfdf !important;
    width: 160px;
    outline: none;
    transition: all 0.5s ease;
}
ul.primary-menu li a.search-fc{
    padding-left: 18px;
    padding-right: 18px;
}
#sticky-header .sticky-search i.active{
	background:url(../images/icons/sticky-close.png) no-repeat center;
}
.sticky-form{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:-1px; 
	display:none;
	z-index:1;
}
#sticky-header .sticky-form form{
	margin:0;
	height:100%;
}
#sticky-header .sticky-form form input{
	height:100%;
	border:none;
	background:#fff;
	font-family:Open Sans,sans-serif;
	font-size:18px;
	font-weight:400;
	color:#888;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}
#sticky-header .sticky-form form input:focus{
	-webkit-box-shadow:0 0 0;
	   -moz-box-shadow:0 0 0;
			box-shadow:0 0 0;
}


/*=========================================================================
  Slider Wrapper
//=======================================================================*/
#slider-wrapper {}

/*revolution slider*/
.tp-caption{
    font-family: ProximaNovaRegular,sans-serif !important;
	-webkit-text-shadow:none !important;
	   -moz-text-shadow:none !important;
			text-shadow:none !important;
}
.tp-caption.noshadow, .tp-caption.modern_small_text_dark{
    font-family: ProximaNovaLight,sans-serif !important;
}
.tp-leftarrow{
	left:15px !important;
}
.tp-rightarrow{
	right:15px !important;
}
.tp-caption.medium_grey{
	padding:6px 10px 8px;
	background-color:rgba(0, 0, 0, 0.6);
}
.tp-caption.small_text,
.tp-caption.black,
.tp-caption.medium_text{
	font-family: ProximaNovaThin !important;
    padding-top:20px  !important;
}
.workshop .tp-caption.small_text{
    text-transform: uppercase;
}
/*.tp-caption.black:before,*/
/*.tp-caption.small_text:before{*/
    /*position:absolute;*/
    /*content:'';*/
    /*display:block;*/
    /*width:100px;*/
    /*height:1px;*/
    /*background-color:#fff;*/
    /*left:45%;*/
    /*top:0;*/
/*}*/
.tp-caption.black:before{

}
.tp-caption.large_text{
	font-weight:300;
	color:#000;
	text-shadow:0 0 3px 
}
.tp-caption.very_large_text{
    font-family: ProximaNovaBold !important;
}
.tp-caption.very_big_white{
    font-family: ProximaNovaLightItalic !important;
	padding:3px 10px 16px;
}
.fullscreenvideo{
}
.video-js .vjs-tech{
    /*height: 94% !important;*/
}
/*=========================================================================
  Title Wrapper
//=======================================================================*/
#title-wrapper {
	color:#fff;
	background-color:#3B3B42;
}
.page-title{
	font-size:38px;
	padding:20px 0;
	margin:20px 0;
	font-weight:400;
	position:relative;
	color:#fff;
}
.page-title > span {
    font-size: 14px;
    line-height: 16px;
	display:block;
	padding:10px 0 0;
}
.breadcrumb{
	background-color:rgba(255, 255, 255, 0.4);
    font-size: 12px;
    margin-top: -11px;
    padding: 2px 8px;
    position: absolute;
    right: 0;
    top: 50%;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}
.breadcrumb > li{
	text-shadow:none;
}
.breadcrumb > .active,
.breadcrumb > li a:hover{
	color:#000;
}
.breadcrumb > li a{
	color:#fff;
}


/*=========================================================================
  Main Wrapper
//=======================================================================*/
#section-wrapper .b-section {
    padding-top: 90px;
    position: relative;
}
#main-wrapper-blog{
    /*padding-top: 45px;*/
    max-width: 1368px;
    margin: 0 auto;
}
#main-wrapper-blog .sidebar{
    padding-top: 45px;
    border-left: 1px solid #d9d9d9;
    margin-left: -1px;
}
.about-container{
    max-width: 1068px;
    margin: 0 auto;
    /*position: relative;*/
}
.b-about > p,
.b-about > h1,
.b-about > h2,
.b-about > h3,
.b-about > h4,
.b-about > h5,
.b-about > h6,
.b-about > ol,
.b-about > ul,
.b-about > table,
.b-about > address,
.b-about > pre,
.b-about > dl{
    max-width: 1068px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.b-about .wpb_row{
    margin-bottom: 0px;
    /*overflow:auto*/
}
.b-about-social{
    position: absolute;
    left: -110px;
    top: 170px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 12px;
    z-index: 100;
    opacity: 0.5;
}
.club .b-about-social{
    /*left: -75px;*/
}
.b-about-copyright{
    position: absolute;
    right: -145px;
    top: 345px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 12px;
    z-index: 100;
    opacity: 0.5;
}
.b-about-social a{
    padding-left: 20px;
}
/*blog list page*/
.blog-list{
	padding-bottom:30px;
	margin-bottom:30px;
}
.blog-list .post-title{
	font-size:36px;
	font-weight:300;
	margin:0 0 20px;
	padding-top:10px;
	position:relative;
}
.blog-list .post-title:before{
	position:absolute;
	content:'';
	width:50px; 
	height:2px;
	top:0;
	left:0;
	background-color:#333;
}
.blog-list .icon-pencil,
.blog-list .icon-picture,
.blog-list .icon-quote-left,
.blog-list .icon-play,
.blog-list .icon-music{
	display:block;
	height:60px;
	font-size:18px;
	line-height:60px;
	color:#fff;
	text-align:center;
}
.blog-list .icon-pencil{
	background-color:#E84C3D;
}
.blog-list .icon-picture{
	background-color:#F1C40F;
}
.blog-list .icon-quote-left{
	background-color:#1BBC9B;
}
.blog-list .icon-play{
	background-color:#9B58B5;
}
.blog-list .icon-music{
	background-color:#37BDE3;
}
.blog-list .post-meta{
	padding-top:10px;
}
.blog-list .post-meta span{
	display:block;
	padding-left:20px;
	position:relative;
}
.blog-list .post-meta span i{
	position:absolute;
	left:0;
	top:4px;
	color:#DCDCDE;
}
.blog-list .post-thumb,
.blog-list .post-slider,
.blog-list .post-quote,
.blog-list .post-media{ 
	margin-bottom:20px; 
}
.blog-list .flex-direction-nav a{
	opacity:1;
}

.blog-single .post-meta{
	margin-bottom:20px;
}
.blog-single .post-meta span{
	margin-right:10px;
}
.blog-single .post-meta span i{
	margin-right:5px;
	color:#c0c0c0;
} 
.blog-single .post-content,
.blog-single .post-slider,
.blog-single .post-quote,
.blog-single .post-media{
	margin-bottom:35px;
}
.blog-single .post-content [class*="span"]{
    padding-top: 35px;
}
.blog-single .post-content input.span12{padding-top: 10px}
.blog-single .post-content .span3{
    width: 22%;
}
.blog-single .post-content .span6{
    width: 56%;
}
.blog-single .post-content .span9{
    width: 78%;
}

.blog-single-content{
    border-right: 1px solid #d9d9d9;
}
.b-blog-content .wp-caption{
    max-width: 100%;
}
.b-blog-content{
    padding-right: 30px;
    padding-bottom: 65px;
    /*border-bottom: 1px solid #d9d9d9;*/
    /*margin-bottom: 35px;*/
}
.b-blog-info{
    padding-left: 30px;
}
.post-content .sidebar{
    float: right;
}
.b-blog-author{
    background: #fff;
}
.row-fluid .b-blog-author .avatar{
    padding-top: 0;
}
.row-fluid .b-blog-author .span3{width: 25%;}
.row-fluid .b-blog-author .span9{width: 75%}
.row-fluid .b-blog-author img{
    width: 100%;
}
.author-info{
    padding-left: 30px;
    padding-top: 28px !important;
    padding-bottom: 25px;
    padding-right: 30px;
}
.author-name{
    font-size: 18px;
    font-family: ProximaNovaRegular;
}
.author-description{
    padding: 5px 0 15px;
    line-height: 20px;
}

.b-blog-comment{
    margin-top: 30px;
    padding: 40px 0;
    border-top: 1px solid #d9d9d9;
}
.b-blog-comment .b-title{
    font-size: 18px;
    text-transform: uppercase;
    font-family: ProximaNovaBold;
}
.b-about .row-fluid.home-item{
    /*padding-top: 97px;*/
}
.home-item.video-gg-inpost{
    padding:0 0 30px !important;
    border-bottom: 0;
}
.video-gg-inpost .modal{
    padding: 0;
}
/*pagination*/
.pagination{
    text-align: center;
}
.pagination .current,
.pagination a{
    width: 34px;
    height: 35px;
	line-height:40px;
	border-style:solid;
	border-width:1px;
	display:inline-block;
	text-align:center;
}
.pagination .current{
    border: 2px solid #000 !important;
}

/*post-nav*/
.post-nav{
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
    margin: 30px auto; 
}
.post-nav:after{
	display:block;
	clear:both;
	height:0;
	content:'';
}
.post-nav .post-prev,
.post-nav .post-next{
	margin:10px 0;
}
.post-nav .post-prev{
	float:left;
}
.post-nav .post-next{
	float:right;
}
.post-nav .post-prev a,
.post-nav .post-next a{
	position:relative;
}
.post-nav .post-prev a{
	padding-left:15px;
}
.post-nav .post-next a{
	padding-right:15px;
}
.post-nav .post-prev a:after,
.post-nav .post-next a:after{
	font-family:FontAwesome;
	position:absolute;
	display:block;
	font-size:20px;
	top:50%;
	margin-top:-12px;
}
.post-nav .post-prev a:after{
	content:'\f104';
	left:0;
}
.post-nav .post-next a:after{
	content:'\f105';
	right:0;
}
.pagenavi_the_shows{
    border-top: 1px solid #d9d9d9;
}
h1.b-title{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-family: ProximaNovaBold;
    max-width: 1068px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    padding-top: 97px;
}
.club h1.b-title{
    padding-top: 0;
}
.club section.timetable-list{
    padding-top: 60px;
    padding-bottom: 80px;
}
.workshop h1.b-title{
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}
.b-speaker-container img{
    width: 100%;
}
.b-content{
    font-size: 18px;
    opacity: 0.7;
    /*padding: 0 175px;*/
    text-align: center;
    margin-bottom: 40px;
}
/*.b-speaker-list .span6{*/
    /*-webkit-transition:all 0.25s linear;*/
    /*-moz-transition:all 0.25s linear;*/
    /*transition:all 0.25s linear;*/
/*}*/
.b-speaker{
    margin-bottom: 150px;
}
.beau-testimonial.bg-testimonial{
    background-size: cover !important;
}
.b-speaker-inner{
    padding: 30px 20px 0;
    position: relative;
    height: 267px !important;
    overflow: hidden;
    /*-webkit-transition:all 0.15s linear;*/
    /*-moz-transition:all 0.15s linear;*/
    /*transition:all 0.15s linear;*/
}
.speaker-modal .modal-content{
    padding: 55px;
}
/*.b-speaker-inner a, .b-speaker-inner a:hover{*/
    /*color: #fff;*/
/*}*/
strong, b {
    font-family: ProximaNovaBold;
}
h2.b-title{
    line-height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: ProximaNovaBold;
}
h2.b-title span{
    font-family: ProximaNovaLight;
}
.club h2.b-title.our-team{
    font-size: 35px;
    margin-bottom: 45px;
    text-align: center;
}
.b-contact-form h2.b-title{
    text-align: center;
    margin: 24px 0;
}
.b-position{
    font-size: 12px;
    font-style: italic;
    opacity: 0.5;
    margin-bottom: 8px;
}
.b-blog-inner .b-position{
    margin-top: 10px;
}
.b-position:before{
    content: "/";
    padding-right: 5px;
}
.b-excerpt{
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 40px;
}
.b-speaker-info .b-social a{
    opacity: 0.8;
}
.b-speaker-info .b-social{
    margin-bottom: 30px;
}
.b-right{
    float: right !important;
}
.t-right{
    text-align: right;
}
.t-right .b-social{
    float: right;
}
.b-speaker-info{
    display: none;
    padding: 30px 16px 0;
    position: absolute;
    background: #000;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 10;

}
.b-speaker-detail .post-thumb{
    padding-right: 35px;
}
.b-speaker-detail img{
    width: 100%;
}
.b-speaker-detail .b-social{
    margin-top: 27px;
}
.b-speaker-detail .follow-social{
    position: relative;
    top: -10px;
    text-transform: uppercase;
    margin-right: 20px;
}
.b-speaker-detail h2.b-title{
    font-size: 35px;
    margin-top: 5px;
}
.b-speaker-detail .b-project h2.b-title{
    font-size: 18px;
    opacity: 0.7;
    margin-bottom: 15px;
}
.b-speaker-detail .b-position{
    margin-top: 15px;
}
.b-speaker-detail .b-content{
    padding: 0;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.b-project{
     opacity: 0.7;
 }
.b-speaker-detail .b-content em{
    font-size: 18px;
}
.b-project .b-project-title{
    font-family: ProximaNovaBold;
    text-transform: uppercase;
    line-height: 18px;
    padding-bottom: 10px;
}
.b-project .b-time{
    font-family: ProximaNovaLight;
    opacity: 0.7;
}
/*=========================================================================
  Blog
//=======================================================================*/
.b-blog{
    border-bottom: 1px solid #d9d9d9;
}
.b-blog .span3.blog-sidebar{
    padding-left: 30px;
    border-left: 1px solid #d9d9d9;
    margin-left: 1%;
    width: 24%;
}
.b-blog-container{
    padding: 0 10px;
    margin-bottom: 35px;
}
.home-item .b-blog-container, .home-item .b-blog-container .b-excerpt,.home-item .b-blog-container p{
    margin-bottom: 0;
}
.home-item .b-blog-container{
    margin-bottom:40px;
}
.home-item .row-fluid:last-child .b-blog-container{
    margin-bottom:0px;
}
.b-blog-container .post-thumb{
    margin-bottom: 15px;
    position: relative;
}
.b-blog-container img{
    width: 100%;
}

.b-blog-container img:hover{
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.b-blog-container .b-speaker-container img:hover{
    -moz-transform: scale(0.99);
    -o-transform: scale(0.99);
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    -webkit-transition: all 0.45s linear;
    -moz-transition:all 0.45s linear;
    transition:all 0.45s linear;
}
.artist .b-blog-container .b-position:before{
    content:"/" ;
}
.artist .b-blog-container img:hover{
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.b-blog-container .b-position:before{
    font-family: FontAwesome;
    content: "\f017";
    font-style: normal;
}
.video-over{
    background: url(../images/icons/blur.png) repeat;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
}
.artist .b-blog-container h2.b-title{
    padding-bottom: 0;
}
.b-blog-container h2.b-title{
    text-transform: none;
    padding-bottom: 7px;
}
.b-blog-time{
    font-size: 12px;
    opacity: 0.5;
}
.blog-single .post-thumb img{
    width: 100%;
}
.b-blog-time{
    font-family: ProximaNovaThin;
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 12px;
}
.b-blog-time span{
    font-size: 60px;
}
.blog-single .b-position{
    opacity: 0.7;
    font-style: normal;
}
.blog-single .b-position span{
    opacity: 0.5;
}
.blog-single h2.b-title{
    font-size: 25px;
    text-transform: none;
    margin-bottom: 15px;
}
.blog-single .b-blog-content p, .blog-single .b-blog-content div{
    opacity: 0.7;
}
.sidebar{
    padding-left: 25px;
    float: right;
}
/*=========================================================================
  Gallery
//=======================================================================*/
.gallery-caption{

}
.bypostauthor{}
.gallery{
    margin-bottom: 100px;
}
.home-item .gallery{
    margin-bottom: 0;
}
.home-item #ourHolder div.gallery-inner{
	bottom:0px;
    /*width: 100%;*/
}

#ourHolder div.gallery-inner{
    position:absolute;
    bottom:10px;
    /*width: 81.5%;*/
}
#ourHolder div{
    position:relative;
    overflow: hidden;
    cursor: pointer;
}
#ourHolder > div{
    padding: 0 5px 10px;
    margin-top: 0;
}
.gallery-menu ul{
    text-align: center;
    margin-bottom: 35px !important;
}
.gallery-menu li a{
    padding: 10px 25px;
    color: #666666;
}
.gallery-menu li.active a{
    color: #000;
    /*background: #000;*/
}
.gallery-menu li:first-child:before{
    content: '';
}
.gallery-menu li:before{
    content: '/';
    color: #666666;
}
.gallery-menu li a:hover{
    color: #000;
    /*background: rgba(0, 0, 0, 0.2);*/
}
.gallery-inner .b-title{
    font-size: 18px;
    line-height: 22px;
    text-transform: none;
    font-family: ProximaNovaRegular;
    font-weight: normal;
}
.gallery-inner{
    color: #fff;
    padding: 0 20px 0px;
    background: url("../images/icons/gallery-bg.png") repeat-x;
    opacity: 0;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    transition:all 0.3s linear;
    position:absolute;
    bottom:0;
    /*width: 100%;*/
    webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.gallery-inner .b-position{
    font-style: normal;
    margin-bottom: 0;
}
.gallery-inner .b-position:before, .modal .b-position:before{
    content: "";
    padding-right: 0;
}
.grid{
    cursor: pointer;
}
.grid img{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 100%;
}
.grid:hover img{
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.grid:hover .gallery-inner{
    opacity: 1;
    padding-bottom: 30px;
}
.broadway .gallery-inner {
    top: 0;
}
.broadway .grid:hover .gallery-inner {
    background: none;
    background-color: #920714;
    opacity: 0.7;
}

.broadway .beau-video.grid:hover .gallery-inner{
    background: none;
}
.span3.grid.beau-video.right-video{
    width: 23%;
    float: right;
}
.right-video .gallery-inner{
    position: relative;
    opacity: 1;
    background: none;
    padding: 0 0px 30px;
}
.span9.grid.beau-video{
    width: 74%;
    margin-left: 0;
    float: left;
}
.program-container img{
    width: 100%;}
.swiper-slide{
    height: auto !important;
    padding: 0 15px;
}
.modal{
    display: none;
    z-index: 100000;
    border-radius: 0;
    padding: 25px;
    margin: 0 auto;
    margin-top: 23px;
    right: 0;
    left: 0;
}
.modal.fade.in{
    top: 10%;
}
.width_695{
    max-width: 695px;
    margin-left: auto !important;
    margin-rights: auto !important;
}
.modal .row-fluid .span3{
    float: right;
    /*border-left: 1px solid rgba(0, 0, 0, .1);*/
    -webkit-background-clip: padding-box; /* for Safari*/
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome*/
    padding:55px 20px;
}
.close-modal{
    display: none;
}

.modal h2.b-title{
    text-transform: none;
    margin-bottom: 20px;
    font-family: ProximaNovaRegular;
}
.modal .b-content{
    padding: 0;
    text-align: left;
    font-size: 14px;
}
.modal-dialog.modal-lg{
    max-width: 1070px;
    width: 1068px !important;
    margin: 0 auto;

}
.slide-count{
    font-size: 35px;
    opacity: 0.7;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
.slide-count span{
    margin-left:-10px;
    font-family: ProximaNovaLight;
    opacity: 0.7;
}
.slide-count span:first-child{
    margin-left:0px;
}
.modal .flexslider {
    padding: 55px;
     margin: 0;
     background: none;
     border: none;
     -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
     border-radius: 0;
     -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
     box-shadow: none;
}
.modal .b-social{
    margin-top: 20px;
    width: 100%;
    opacity: 0.3;
}
/*=========================================================================
  Footer
//=======================================================================*/
.schedule{
    margin-bottom: 145px;
}
.home-item .b-blog-container h2.b-title{
    padding-top: 0;
}
.home-item .schedule, .club .schedule{
    margin-bottom: 97px;
    position: relative;
}
.schedule.timetable{
    margin-bottom: 0;
}
.about-container .row-fluid.schedule.timetable:last-child{
    margin-bottom:97px;
}
.schedule-datetime{
    font-family: ProximaNovaThin;
    font-size: 18px;
    opacity: 0.7;
}
.schedule.timetable > [class*="span"]{
    margin-bottom: 33px;
}
.workshop .schedule-datetime{
    margin-top: 13px;
}
.timetable .schedule-datetime{
    margin-top: 25px;
}
.schedule-datetime .month{
    font-size: 50px;
}
.schedule [class*="span"] h2.b-title{
    margin-top: 10px;
    margin-bottom: 15px;
}
.schedule .time span:before,
.schedule-item .b-speaker span:before{
    content: '/';
    padding-right: 5px;
}
.schedule .time, .schedule .location{
    opacity: 0.5;
}
.schedule .location i{
    margin-right: 8px;
}
.schedule .bg-white{
    background: #fff;
}
.schedule .span3{
    padding: 8px 30px 30px;
}

.schedule .span3{
    padding: 8px 30px 30px;
    position: relative;
}
.workshop .schedule .span9 .span3{
    border-left: 1px solid #e3e3e3;
}
.schedule #popular .span3{
    padding: 8px 10px 30px;
}
#prevpopular, #nextpopular{
    position: absolute;
}
#popular .b-title{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 15px;
}
#schedule-slide{
    border-left: 1px solid #dfdfdf;
    max-height: 268px !important;
    overflow: hidden;
}
.schedule-slide li{
    border-right: 1px solid #dfdfdf;
    min-width: 268px;
}
#main-wrapper .schedule .row-fluid,
.home-item .schedule .row-fluid{
    padding-top: 30px;
    padding-bottom: 30px;
}
.schedule-item .time{
    font-size: 12px;
}
.schedule-item .b-title{
    font-size: 18px;
    font-family: ProximaNovaBold;
}
.b-speaker-inner .b-social{
    opacity: 0;
}
.b-speaker-inner .b-social .social-facebook{
    /*background:url(../images/socials/facebook-w.png) no-repeat;*/
    background-size: 30px 61px;
    background-position: bottom;
}
.b-speaker-inner .b-social .social-twitter{
    /*background:url(../images/socials/twitter-w.png) no-repeat;*/
    background-size: 30px 61px;
    background-position: bottom;
}
.b-speaker-inner .b-social .social-facebook:hover,
.b-speaker-inner .b-social .social-twitter:hover{
    background-position:top}
.schedule-item .b-speaker, .wpb_column > .wpb_wrapper *:last-child .schedule-item .b-speaker{
    margin-bottom: 50px;
}
.caroufredsel_wrapper{
    margin: 0 !important;
    max-height:  253px !important;
}
.schedule-item{
    position: relative;
    min-height: 90px;
}
.b-hotwork{
    position: absolute;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: ProximaNovaBold;
    font-size: 9px;
    bottom: 0;
    padding: 0px 15px;
    letter-spacing: 3px;
    -ms-transform: rotate(-90deg);
    line-height: 20px;
}
.container-bgheader .b-hotwork{
    right: 0;
    font-size: 18px;
    background: #d70c4a;
    padding: 10px 15px;
    letter-spacing: 1px;
    font-family: ProximaNovaRegular;
}
.video-gg .modal{
    padding: 0;
}

.home-item.video-gg{
    overflow: visible;
}
.modal.image-gg{
    max-height: 600px;
    overflow: scroll;
    overflow-x: hidden;
    position: fixed;
}
.modal.image-gg .row-fluid{
    overflow-y: visible;
}
.schedule .span3.schedule-info{
    position: relative;
}
.schedule-item .b-hotwork{
    left: -69px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 30px;
    bottom: auto;
    line-height: 20px;
}
.schedule.timetable .b-hotwork,
.schedule .schedule-temp .b-hotwork,
.schedule .schedule-info .b-hotwork{
    opacity: 0;
    bottom: -5px;
    padding: 5px 14px 4px;
    font-size: 12px;
    letter-spacing: 2px;
    webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
.schedule.timetable .b-hotwork{
    bottom: -45px;
}
.schedule.timetable [class*="span"]:hover .b-hotwork,
.schedule .schedule-temp:hover .b-hotwork,
.schedule .schedule-info:hover .b-hotwork{
    display: block;
    opacity: 1;
    padding: 5px 8px 4px;
    font-size: 12px;
    letter-spacing: 2px;
    bottom: -5px;
}
.schedule.timetable [class*="span"]:hover .b-hotwork{
    bottom: -40px;
}
.schedule.swiper-container [class*="span"]{
    border-right: 1px solid #d9d9d9;
    height: 100%;
    padding-left: 20px;
}
.schedule.timetable [class*="span"]:hover .b-hotwork a{
    color:#fff;
}
.schedule.swiper-container .row-fluid{
    padding: 0;
}
.schedule.swiper-container .row-fluid [class*="span"]:last-child{
    border: none;
}
.timetable .post-thumb{
    margin-bottom: 26px;
    position: relative;
}
.timetable.schedule [class*="span"]{
     padding: 0 10px;
    position: relative;
 }
.timetable.schedule .upcoming-noimage{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 37px;
    border-right: 1px solid #dedede;
    min-height: 267px;
    position: relative;
    overflow: hidden;
}
.timetable.schedule [class*="span"]:last-child{
    border: none;
}
.timetable.schedule img{
    width: 100%;
}
.timetable.schedule .no_image{
    border-left: 1px solid #d9d9d9;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 183px;
    margin-bottom: 0;
}
.timetable.schedule .paddingtop{
    padding-top: 33px;
}
.timetable.schedule [class*="span"]:first-child{
    border: none !important;
    /*padding-left: 0px !important;*/
}
.timetable-title{
    position: absolute;
    bottom: 35px;
    max-width: 695px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.timetable-title i:before{
    width: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.timetable-title .location,.timetable-title .time{
    color: #fff;
    font-size: 18px;
}
.timetable-title .location{
    /*margin-bottom: 10px;*/
}
.timetable-title h1.b-title{
    color: #fff;
    font-size: 35px;
    font-family: ProximaNovaThin;
    text-align: left;
    border: none;
    padding-top: 35px;
    margin-bottom: 0;
    padding-bottom: 23px;
}
.timetable-title .schedule-datetime{
    opacity: 1;color: #fff;
}
.timetable-title .month{
    font-size: 100px;
    color: #fff;
}
.timetable-title .year{
    font-size: 30px;
    color: #fff;
}

.zoom-overlay{
    position: absolute;
    top: 10%;
    left: 0;right: 0;
    bottom: 0;
    opacity: 0;
    color: #fff;
    padding: 30px;
    webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    transition:all 0.1s linear;
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    transition-delay: 50ms;
}
.upcoming-noimage{
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    transition:all 0.3s linear
}
.upcoming-noimage:hover .zoom-overlay{
    opacity: 1;
    top: 0;
}
.zoom-overlay .b-veiw-all a,.zoom-overlay .b-veiw-all a:hover{
    color: #fff;
}
.zoom-overlay .b-veiw-all{
    position: relative;
    color: #fff;
}
.upcoming-noimage:hover{
    background: #000;
}
.upcoming-noimage .location,
.upcoming-noimage .b-title,
.upcoming-noimage .time,
.upcoming-noimage .schedule-datetime{
    -webkit-transition:all 0.15s linear;
    -moz-transition:all 0.15s linear;
    transition:all 0.15s linear
}
.upcoming-noimage:hover .location,
.upcoming-noimage:hover .time,
.upcoming-noimage:hover .b-title,
.upcoming-noimage:hover .schedule-datetime{
    display: none;
}
.club section{
    padding-top: 97px;
}
.event-container section{
    padding: 0;
}
.event-container section img{
    width: 100%;
}
.event-container .row-fluid [class*="span"]{
    /*padding: 0 10px;*/
}
.event-container .row-fluid [class*="span"]:first-child{
    margin-left: 0;
}
.event-container .row-fluid.home-item{
    max-width: 100%;
    padding-top: 62px;
}
.event-container .row-fluid.home-item .b-veiw-all{
    top: 70px;
    right: 10px;
}
.event-container .vc_row-fluid:last-child .row-fluid.home-item{
    border: none;
}
.event-container .gallery-inner{display: none;}
.event-container .modal{
    width: 100%;
    max-width: 100%;
    padding: 50px 0;
    background: none;
}
.event-container .home-item .beau-video .post-thumb .zoom-hover{
    background: url(../images/icons/video-event-icon.png) no-repeat center;
    width: 100%;
    height: 100%;
}
.home-item.artist [class*="span"]{
    background:none !important;
}
/*=========================================================================
  Footer
//=======================================================================*/
#footer {
	background:#000;
    font-size: 14px;
    position: relative;
    clear: both;
}
#footer a{
	color:#efefef;
    padding-left: 3px;
}
#footer-wrapper{
	color:#dcdcdc;
	padding:0;
}
#footer-wrapper .container{
    position: relative;
}
#footer-wrapper .container{
    position: relative;
}
#copyright-wrapper {
	font-size:12px;
	padding: 15px 0;
    color: rgba(255,255,255,0.3);
    text-align: right;
}
#copyright-wrapper a:before{
    content: '';
 }
.marks{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#footer-wrapper .span2{
	width: 20%;
}
#copyright-wrapper #secondary-nav ul{
	margin:0;
}
#footer-wrapper .span2{
    width: 20%;
}
#footer-wrapper [class*="span"] .widget{
    margin-bottom: 0;
}
#footer-wrapper [class*="span"] .widget-twitter{
    padding-right: 20px;
}
#copyright-wrapper #secondary-nav ul li{
	line-height:100%;
	padding:0 10px;
	border-left:1px solid rgba(255, 255, 255, 0.1);
}
#copyright-wrapper #secondary-nav ul li:first-child{
	border:none;
}
.scrollTop{
	position:fixed;
	bottom:55px;
	right:15px;
	display:none;
}
.scrollTop a{
	text-indent:-9999px;
	background: #d3d3d9 url(../images/icons/scroll-top.png) no-repeat center;
	width:40px;
	height:40px;
	display:block;
}

#footer .btn, #footer select, #footer textarea, 
#footer input[type="text"], 
#footer input[type="password"], 
#footer input[type="datetime"], 
#footer input[type="datetime-local"], 
#footer input[type="date"], 
#footer input[type="month"], 
#footer input[type="time"], 
#footer input[type="week"], 
#footer input[type="number"], 
#footer input[type="email"], 
#footer input[type="url"], 
#footer input[type="search"], 
#footer input[type="tel"], 
#footer input[type="color"], 
#footer .uneditable-input,
#footer .wp-caption,
#footer #wp-calendar caption{
	background-color:rgba(255, 255, 255, 0.1);
	border-color:rgba(255, 255, 255, 0.1);
	color:#fff;
}


/*=========================================================================
  Comment
//=======================================================================*/
#comments{
    /*border-top: 1px solid #d9d9d9;*/
    /*margin-top: 35px;*/
}
#comments h2,h3{
    text-transform: uppercase;
    font-size: 18px;
    font-family: ProximaNovaBold;
}
#comments-title{
	padding:40px 0 0px;
	font-weight:300;
}
#comments-title em{
	font-style:normal;
	font-weight:bold;
}

#comments .commentlist{
	margin:0;
	list-style:none;
}
#comments .commentlist article.comment{
	position:relative;
    padding: 0 30px 0 90px;
    margin-top: 30px;
}
#comments .commentlist .comment .comment-meta{
}
#comments .commentlist .comment .avatar{
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:70px;
	overflow:hidden;
	display:block;
}
#comments .date, .widget_recent_comments .date{
    font-size: 12px;
    opacity: 0.6;
}
#comments .commentlist .comment .commentmetadata{
	float:right;
}
#comments .commentlist .comment .fn, .widget_recent_comments .fn{
	font-weight:bold;
	text-transform:uppercase;
}
#comments .comment-edit-link{
    float: right;
    margin-top: -10px;
}
#comments .commentlist .comment .commentmetadata a:hover,
#comments .commentlist .comment .comment-reply-link:before{
	color:#333;
}
#comments .commentlist .comment .comment-content{
	border:none !important;
	/*border-bottom-width:1px;*/
	padding-bottom:20px;
}
#comments .commentlist .comment .comment-reply-link{
	font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
	position:relative;
	font-size:11px;
	padding-left:15px;
    float: right;
}
#comments .commentlist .comment .comment-reply-link:before{
	position:absolute;
	content:'\f112';
	display:block;
	font-weight:normal;
	left:0;
	top:5px;
	line-height:120%;
	font-size:11px;
	font-family:FontAwesome;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
#comments .commentlist .children{
	list-style:none;
    margin: 0;
    padding: 0 0 0 90px;
    background: #e6e6e6;
}
.comment-respond{
    margin-top: 30px;
}
#comments .commentlist .children li{
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
}
#comments .commentlist .children li article{
    margin: 0;
}
#comments .commentlist .children li .comment-content{
    padding: 0;
}
#comments .commentlist .children li:last-child{
    border: none;
}
#respond input[type="text"],
#respond textarea {
	width: 90%;
    margin: 0;
    background: none;
    border: 1px solid rgba(0,0,0,0.2);
}
.comment-form-url{
    display: none;
}
.comment-form label{
    display: none;
}
/*=========================================================================
  Transition Effect
//=======================================================================*/
{
	-webkit-transition:all 0.3s linear;
	   -moz-transition:all 0.3s linear;
			transition:all 0.3s linear;
}
/*shortcodes*/
.b-textbox, .b-heading, .b-portfolio .portfolio-container, .b-tabs, .b-testimonial-slider, .b-historylist,
.b-video, .b-message, .b-accordion, .b-flexslider, .b-progress, .attachment-single .post-thumb, .page-single .post-thumb, .portfolio-single .post-thumb, .portfolio-single .post-media, .portfolio-single .post-slider,
.b-blog .blog-container, .team-container, .b-pricing .plan-container, .b-gmap, .b-contact, .b-testimonial,
/*widget*/
.widget_rss li{
	margin-bottom:20px;
}
.portfolio-list .portfolio-container{
	margin-bottom:30px;
}

#slider-wrapper, .b-historylist .history-icon,
.b-iconbox .iconbox-icon, .b-iconbox.iconbox-top:hover .iconbox-icon,
.b-dropcap, .b-dropcap2{
	background-color:#d3d3d9;
}
#slider-wrapper{
    z-index: 0;
    padding: 0;
}
#slider-wrapper [class*="span"]{
    min-height: 0;
}
.container-bgheader img{
    width: 100%;
    max-height: 500px;
}
/*=========================================================================
  Retina Styles
//=======================================================================*/
.logo-retina{
	display:none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	
	.logo-retina{
		display:block;
	}
	.logo-standar{
		display:none;
	}
	
	.sticky-search .sticky-open{
		background-image:url(../images/icons/sticky-open@2x.png);
		-webkit-background-size:32px 32px;
		   -moz-background-size:32px 32px;
				background-size:32px 32px;
	}
	.sticky-search i.active {
		background-image:url(../images/icons/sticky-close@2x.png);
		-webkit-background-size:32px 32px;
		   -moz-background-size:32px 32px;
				background-size:32px 32px;
	}
	
	#sticky-header .sticky-search i{
		background-image:url(../images/icons/sticky-open-light@2x.png);
		-webkit-background-size:32px 32px;
		   -moz-background-size:32px 32px;
				background-size:32px 32px;
	}
	#sticky-header .sticky-search i.active{
		background-image:url(../images/icons/sticky-close@2x.png);
		-webkit-background-size:32px 32px;
		   -moz-background-size:32px 32px;
				background-size:32px 32px;
	}	
	.scrollTop a{
		background-image:url(../images/icons/scroll-top@2x.png);
		-webkit-background-size:14px 10px;
		   -moz-background-size:14px 10px;
				background-size:14px 10px;
	}
	
	.flexslider .flex-direction-nav .flex-prev{
		background-image:url(../images/icons/flex-left-arrow@2x.png);
		-webkit-background-size:10px 14px;
		   -moz-background-size:10px 14px;
				background-size:10px 14px;
	}
	.flexslider .flex-direction-nav .flex-next{
		background-image:url(../images/icons/flex-right-arrow@2x.png);
		-webkit-background-size:10px 14px;
		   -moz-background-size:10px 14px;
				background-size:10px 14px;
	}	

	.b-portfolio .portfolio-container .post-thumb .zoom-hover,
	.portfolio-list .portfolio-container .post-thumb .zoom-hover{
		background-image:url(../images/icons/zoom-link@2x.png);
		-webkit-background-size:48px 48px;
		   -moz-background-size:48px 48px;
				background-size:48px 48px;
	}
	.b-portfolio .portfolio-container .post-thumb .zoom-hover.image,
	.portfolio-list .portfolio-container .post-thumb .zoom-hover.image{
		background-image:url(../images/icons/zoom-image@2x.png);
		-webkit-background-size:48px 48px;
		   -moz-background-size:48px 48px;
				background-size:48px 48px;
	}
	.b-portfolio .portfolio-container .post-thumb .zoom-hover.video,
	.portfolio-list .portfolio-container .post-thumb .zoom-hover.video{
		background-image:url(../images/icons/zoom-video@2x.png);
		-webkit-background-size:48px 48px;
		   -moz-background-size:48px 48px;
				background-size:48px 48px;
	}
	
}
div.primary-menu ul.children{
    display: none;
}
div.primary-menu > ul > li{
    width: 11%;
    float: left;
}
div.primary-menu > ul > li > ul{
    width: 230px;
    text-align: left;
}
div.primary-menu ul{
    list-style: none;
}
.primary-menu input {
    background: url(http://cssdeck.com/uploads/media/items/4/4yK4Jqj.jpg) 5px center no-repeat #FFF;
    border: 1px solid #AAA;
    color: #666;
    float: right;
    font-size: 11px;
    margin: 7px 32px 0 0;
    opacity: 0.6;
    outline: none;
    padding: 3px 5px 3px 20px;
    width: 80px;
    /* CSS3 */
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.primary-menu input:hover { opacity: 1 }

.primary-menu input:focus {
    opacity: 1;
    width: 180px;
}
.primary-menu input:focus ~ a { width: 95px }
.text404{
    font-family: ProximaNovaThin;
    font-size: 310px;
    line-height: 180px;
    padding-top: 70px;
}
.site_404{
    font-size: 45px;
    font-family: ProximaNovaThin;
    font-weight: normal;
    text-transform: uppercase;
}
.row-fluid .offset{
    margin: 0 auto;
    font-size: 18px;
}
.row-fluid .offset .btn{
    margin-left: 30px;
    font-family: ProximaNovaBold;
    font-size: 18px;
}
.page404{
    padding-bottom: 135px;
}
.pagination {
    /*position: absolute;*/
    z-index: 20;
    right: 10px;
    top: 10px;
    margin: 34px 0 73px;
}
.swiper-pagination-switch {
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    margin: 0 0px 5px;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}


.menu-show{
    margin: 28px 0 36px;
}
.menu-show ul.inline{
    float: right;
    margin-top: 10px;
}
.menu-show [class^="icon-"]:before, .menu-show [class*=" icon-"]:before{
    font-size: 18px;
}
.menu-show select{
    max-width: 130px;
    height: 40px;
    padding:3px;
    margin: 0;
    background: none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    font-size: 16px;
    opacity: 0.7;
}
.menu-show .select-container {position:relative; max-width: 130px;margin-left: 15px;}
.menu-show .select-container:after {
    content: "\f0da";
    font-family: FontAwesome;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right: 12px;
    top: -4px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
.menu-show li i{
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 12px;
    cursor: pointer;
}
.menu-show li i:before{
    opacity: 0.2;
}
.menu-show li.active i:before{
    opacity: 1;
}
.the-shows h2.b-title{
    margin-top: 64px;
    font-size: 20px;
    margin-bottom: 13px;
}
.the-shows-container{
    padding-right: 20px;
}
.the-shows .column h2.b-title{
    margin: 0;
    padding-right: 20px;
    text-align: center;
}
.the-shows .post-thumb{
    margin-bottom: 20px;
    position: relative;
}
.the-shows .post-thumb:hover .zoom-overlay,
.the-shows .post-thumb:hover .b-buytickets{
    display: block;
}
.the-shows img{
    width: 100%;
}
.the-shows .post-thumb .zoom-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.2;
    display: none;
}
.the-shows i{
    margin-right: 10px;
    opacity: 0.2;
}
.the-shows span{
    opacity: 0.7;
}
.b-buytickets{
    padding: 9px;
    margin-top: 35px;
    font-size: 12px;
    background:rgba(0, 0, 0, 0.3);
    color: #fff;
    text-transform: uppercase;
    font-family: ProximaNovaBold;
    letter-spacing: 3px;
    -ms-transform: rotate(-90deg);
    line-height: 20px;
    cursor: pointer;
    max-width: 21%;
}
.b-buytickets:hover{
    background:rgba(0, 0, 0, 1);
}
.the-shows .column .b-buytickets{
    display: none;
    position: absolute;
    background: #fff;
    color: #7d131f;
    top: 27%;
    left: 22%;
    max-width: 100%;
    font-size: 14px;;
}
.the-show-sidebar{
    background: #fff;
    padding-left: 33px;
}
.the-shows .column{
    margin-bottom: 45px;
}
.the-shows .column [class*="span"]{
    margin-left: 2%;
}
.the-shows .column .span6{
    width: 48%;
    margin-left: 4%;
}
.the-shows .column .span4{
    width: 32%;
}
.the-shows .column .span3{
     width: 23.5%;
 }
.gift{
    background: #fff;
}
.gift .filter{
    margin-bottom: 36px;
}
.gift .filter [class*="span"]{
    margin: 0;
}
.gift .filter span{
    padding-right: 16px;
}
.gift-container [class*="span"]:last-child .post-thumb{
    border: 1px solid #d9d9d9;

}
.gift-container .post-thumb{
    text-align: center; border: 1px solid #d9d9d9;
    border-right: none;
    padding: 22px;
}
.gift-container .b-blog-inner{
    padding:14px 25px 55px;
}
.gift-container .show{
    opacity: 0.7;
}
.gift-container h2.b-title{
    text-transform: none;
}
.gift-container .price{
    color: #920714;
}
.gift-nav{
    border-top: 1px solid #d9d9d9;
}
.schedule-next, #next2{
    display: none !important;
}
.header-title{
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    color: #fff;
    left: -20%;
    right: -20%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1068px;
    text-transform: uppercase;
    font-family: ProximaNovaRegular;
    bottom: 105px;
}
.header-title .page-title{
    padding: 0;
    font-family: ProximaNovaBold;
    font-size: 80px;
}
.header-title .event-name{
    font-size: 18px;
    padding-top: 15px;
    font-family: ProximaNovaLight;
    margin-top: 40px;
    position: relative;
}
.header-title .event-name:before{
    position:absolute;
    content:'';
    display:block;
    width:100px;
    height:1px;
    background-color:#fff;
    left:46%;
    top:0;
}
.header-title .event-localtion{
    text-transform: none;
    font-size: 20px;
    opacity: 0.7;
}
.header-title .event-localtion i{
    margin-right: 12px;
}
.row-fluid.why-width-us [class*="span"]{
    text-align: center;
    margin-left: 0;
    padding: 40px 30px 56px;
    margin: 0;
    opacity: 1;
}
.row-fluid.why-width-us [class*="span"]:hover{
    background: #fff;
}
.row-fluid.why-width-us [class*="span"]:hover .post-thumb.black-white{
    background: url("../images/icons/eclipse-bw.png") center no-repeat;
}
.row-fluid.why-width-us [class*="span"]:hover .post-thumb{
    background: url("../images/icons/eclipse.png") center no-repeat;
}
.row-fluid.why-width-us .post-thumb{
    padding: 50px 0;
    margin-bottom: 40px;
    opacity: 0.7;
    background: url("../images/icons/eclipse1.png") center no-repeat;
    -webkit-transition:all 0.15s linear;
    -moz-transition:all 0.15s linear;
    transition:all 0.15s linear;
}
.home-item.why-width-us .post-thumb img{
    width: auto;
    opacity: 0.5;
}
.event-container{
    padding-top: 25px;
}
.event-container .artist .b-blog-container h2.b-title{
    text-transform: uppercase;
    margin-top: 15px;
}
.home-item.why-width-us .h2.b-title{
    text-transform: none;
}
.register_form{
    max-width: 535px;
    margin: 0 auto;
    border-top: 1px solid #d9d9d9;
    padding: 30px 40px 35px;
}
.register_form .row-fluid .span2{
    font-size: 12px;
    opacity: 0.5;
    width: 14%;
}
.register-schedule{
    margin-bottom: 25px;
}
.register-title{
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 10px;
}
.register-info{
    opacity: 0.7;
}
.b-contact-form.register_form input[type="text"]{
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .2);
    background: none;
    padding: 20px;
}
.b-contact-form.register_form .btn{
    float: left;
    margin-left: 64px;
}
.register-year:before {
     font-family: FontAwesome;
     content: "\f017";
     font-style: normal;opacity: 0.4;
    padding-right: 5px;
 }
.register-time{
    padding-left: 15px;
}
.register-stt:before {
    font-family: FontAwesome;
    content: "\f145";
    font-style: normal;opacity: 0.4;padding-right: 5px;
}
.register-add:before {
    font-family: FontAwesome;
    content: "\f041";
    font-style: normal;
    opacity: 0.4;padding-right: 5px;
}
video{
       top: 0;
    left: 0;
    border: 0;
    z-index: 2;
    width: 100%;
}
.beau-gmap{
    margin-top: -1px;
    border-top: 1px solid #d9d9d9;
    max-width: 100%;
}
.bg-testimonial blockquote{
    background: none;
}
.title-video{
    width: 100%;
    position: absolute; top: 50%;
}
.ss-gallery-video{
    overflow: hidden; padding: 0 !important; line-height: 6px;
    display: block;margin: 0;
}
.loop_search{
    padding-top: 97px;
}
.loop_search article{
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}
.loop_search article:last-child{border:none;}
.continue-reading{
    text-align: right;
}
.continue-reading a{
    font-size: 11px;
    color: #d70c4a;
}
.modal.modal-rg{
    z-index: 10000000000;
}
.modal-dialog.registration .modal-content{
    padding: 65px 38px;
    width: 50%;
    margin: 0 auto;
}
.modal-title{
    text-align: center;
    font-family: ProximaNovaBold;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 100%;
    padding-bottom: 38px;
    border-bottom: 1px solid #d9d9d9;
}
.modal-schedule-container form{
    padding-top: 20px;
}
.modal-schedule-container{
    padding: 30px 70px 0;
}
.modal-schedule-container h2.b-title{
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 23px;
    margin: 0;
}
.timetable-title .modal-schedule-container .location, .time-container .location{
    opacity: 0.5;
    font-size: inherit;
    color: #000;
}
.schedule .time-container .location i{
    margin-right: 0;
}
.modal-schedule-container .time-container{
    margin-bottom: 30px;
}
.modal-schedule-container .time-container .time{
    padding-left: 20px;
    font-size: inherit;
    color: #000;
    opacity: 0.5;
}
.modal-schedule-container .time-container i:before{
    width: 15px;
    margin-right: 6px;
    margin-bottom: 10px;
}
.registration input.btn{
    padding: 9px 30px !important;
    text-transform: uppercase;
    border: none;
    margin-top: 30px;
}
.registration input{
    border: 1px solid #ccc;
    padding: 10px 5px !important;
    font-size: 14px;
}
.registration input.span8{
    width: 64.666667%;
    float: right;
}
.time-container .month{
    opacity: 0.5;
    font-size: inherit;
    color: #000;
}
.modal-schedule-container .loadding-contact{
    text-align: center;
}
.modal-schedule-container .loadding-contact img{
    width: auto;
}
.schedule .modal-schedule-container .time span:before{
    content: '';
}
.registration .close-modal{
    display: block;
    background: url('../images/icons/modal-close.png') no-repeat right!important;
    position: absolute;
    top: 5px;
    right: 5px
}
.registration .close-modal:hover{
	opacity: 0.5;
}
#main-wrapper .registration .modal-content .row-fluid,.registration .modal-body{
    margin: 0;
    padding: 0;
}
.filter_schedule,
.filter_schedule a{
    color:rgba(0,0,0,0.5);
}
.filter_schedule .b-hotwork, .filter_schedule .post-thumb{
    opacity:0.5;
}