@charset "utf-8";

/*HL STYLE RESET 2.1*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}fieldset,img{border:0}:focus{outline:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:normal;font-weight:normal}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}abbr,acronym{border:0;font-variant:normal}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}code,kbd,samp,tt{font-size:100%}input,button,textarea,select{font-size:100%}body{line-height:1.5}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th{text-align:left}sup,sub{font-size:100%;vertical-align:baseline}:link,:visited ,ins{text-decoration:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}b,strong{font-weight: 700}em{font-style: italic;}strong em{font-weight: 700;}em strong{font-style: italic;}button{cursor: pointer;}input,button,textarea{border: 0;}button,input[type="submit"]{cursor: pointer;}
i{font-style:normal}.fl {float: left;}.fr {float: right;}.clearfix:before, .clearfix:after,.cols:before, .cols:after { content: ""; display: table; }.clearfix:after,.cols:after { clear: both; }.clearfix,.cols { zoom: 1; }* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body{
	font-family: 'Source Sans Pro', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 75px;
}
body.popup-open{
	overflow: hidden;
}
/*fonts*/
@font-face {
	font-family: 'Chunk';
	src: url('../fonts/Chunkfive-webfont.eot');
	src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Chunkfive-webfont.woff') format('woff'),
	url('../fonts/Chunkfive-webfont.ttf') format('truetype'),
	url('../fonts/Chunkfive-webfont.svg#futurastd_mdm') format('svg');
	font-weight: 500;
	font-style: normal;
}
/*ios*/
input[type="button"], input[type="submit"], input[type="reset"]{
    -webkit-appearance: none;
}
/*common style*/
.container{
	width: 85%;
	max-width:700px;
	margin: 0 auto;
}
h1{
	font-family: 'Fjalla One', sans-serif;
	font-size: 72px;
	letter-spacing: 0;
	text-transform: uppercase;
}
h2{
	font-family: 'Chunk', sans-serif;
	font-size: 36px;
	letter-spacing: 0;
	line-height: 42px;
}
h3{
	font-family: 'Fjalla One', sans-serif;
	font-size: 36px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 42px;
}
h4{
	font-family: 'Chunk', sans-serif;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 34px;
}
h5{
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
}
h6{
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
}
p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 28px;
}
a{
	color: #ED1F55;
}
a:hover{
	color: #F14C77;
}
.btn1{
	background: #000;
	border: 1px #FFFFFF solid;
	height: 75px;
	line-height: 75px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.btn1:hover{
	background: #ED1F55;
	color: #fff;
}
.btn2{
	background: #000;
	border: 1px #FFFFFF solid;
	height: 50px;
	line-height: 50px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center
}
.btn2:hover{
	background: #ED1F55;
	color: #fff;
}
.btn2b{
	background: #ED1F55;
	border: 1px #FFFFFF solid;
	height: 50px;
	line-height: 50px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center
}
.btn2b:hover{
	background: #000;
	color: #fff;
}
.banner{
	background-size: cover!important;
	background-position: center!important;
}
.gradient,.home-message:before{
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 85%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(85%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 85%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.7) 85%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.7) 85%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 85%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	height: 600px;
}

/*col*/
.cols{

}
.cols .col{
	float: left;
}
.cols-4 .col{
	width: 25%;
}
.cols-2 .col{
	width: 50%;
}


/**/
.container{
}


/*header*/
.header{
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 75px;
	width: 100%;
	z-index: 999;
}
.header .menu-toggle{
	display: none;
}
.header .logo{
	padding-left: 15px;
	padding-top: 15px;
}
.main-nav{
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}
.main-nav > ul{
	padding-left: 15px;
}
.main-nav > ul > li{
	float: left;
	display: block;
	padding-left: 15px;
}
.main-nav > ul > li ul{
	display: none;
}
.main-nav > ul >li.current > a,
.main-nav > ul >li.current-menu-item > a{
	color: #ED1F55;
}
.main-nav ul li a{
	color: #fff;
	line-height: 75px;
}
.main-nav ul li a:hover{
	color: #ED1F55;
}
.main-nav li.breadcrumb-m{
  display: none;
}


.header .sw-current,.header .sw-current ul{
	display: none;
}

.header .social{
	padding-top: 27px;
}
.header .social ul{
	
}
.header .social ul li{
	float: left;
	margin-right: 15px;
}
.header .social a{
	background-repeat: no-repeat!important;
	width: 26px;
	height: 20px;
	display: block;
	text-indent: -9999em;
}
.header .social .newsletter a{
	background: url("../img/header/newsletter_white.svg");
}
.header .social .newsletter a:hover,.header .social .newsletter a.active{
	background: url("../img/header/newsletter_red.svg");
}
.header .social .twitter a{
	width: 23px;
	height: 19px;
	background: url("../img/header/twitter_white.svg");
}
.header .social .twitter a:hover{
	background: url("../img/header/twitter_red.svg");
}
.header .social .facebook a{
	width: 12px;
	height: 22px;
	background: url("../img/header/facebook_white.svg");
}
.header .social .facebook a:hover{
	background: url("../img/header/facebook_red.svg");
}
.header .social .youtube a{
	width: 24px;
	background: url("../img/header/youtube_white.svg");
}
.header .social .youtube a:hover{
	background: url("../img/header/youtube_red.svg");
}
.header .social .instagram a{
	width: 22px;
	height: 22px;
	background: url("../img/header/instagram_white.svg");
}
.header .social .instagram a:hover{
	background: url("../img/header/instagram_red.svg");
}

.search-form{
}
.search-form form{
	position: absolute;
	right: 70px;
	top: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	color: #fff;
	display: none;
}
.search-form form label{
	position: absolute;
	top: 21px;
	left: 15px;
}
.search-form input{
	width: 100%;
	height: 75px;
	background: #333;
	padding: 10px;
	color: #fff;
}
.search-icon{
	background-repeat: no-repeat!important;
	background-position: center!important;
	width: 70px;
	height: 75px;
	display: block;
	text-indent: -9999em;
	background: url("../img/header/search_white.svg");
	border-left: 1px solid #fff;
	cursor: pointer;
}
.search-icon.active,.search-icon:hover{
	background: url("../img/header/search_red.svg");
}

/*subscribe*/
.subscribe{
	position: absolute;
	right: 0;
	top: 75px;
	background: #000;
	border: 1px solid #fff;
	opacity: 0;
	padding: 0 20px;
	-webkit-transition: opacity 1s, -webkit-transform 1s, height 0.4s 0.2s, padding 0.4s 0.2s;
	transition: opacity 1s, transform 1s, height 0.4s 0.2, padding 0.4s 0.2ss;
	z-index: -1;
	-webkit-transform: rotateX(-45deg);
	transform: rotateX(-45deg);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	height: 0;
	overflow: hidden;
}
.subscribe.open{
	padding: 20px;
	z-index: 1;
	opacity: 1;
	-webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s, height 0.4s 0.2s, padding 0.4s 0.2s;
	transition: opacity 0.4s 0.2s, transform 0.4s 0.2s, height 0.4s 0.2s, padding 0.4s 0.2s;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	height: 152px;
}
.subscribe .field{
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 28px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: rotateX(-45deg);
	transform: rotateX(-45deg);
	-webkit-transform-origin: center top;
	transform-origin: center top;
}
.subscribe.open .field{
	opacity: 1;
	-webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
	transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.subscribe.open .field:nth-child(2) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
.subscribe .field label{
	position: absolute;
	top: 9px;
	left: 10px;
}
.subscribe .field input{
	background: #fff;
	width: 245px;
	height: 50px;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 0;
}
.subscribe .field button{
	width: 245px;
	text-align: center;
}
.subscribe .field input[type="submit"]{
	background: #000;
	border: 1px #FFFFFF solid;
	height: 50px;
	line-height: normal;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.subscribe .field input[type="submit"]:hover{
    background: #ED1F55
}

/*home*/
.home-video{
	border-top: 1px solid #fff;
	height: 600px;
	overflow: hidden;
	position: relative;
	/*background: url("../img/homepage/FPOdistribution.jpg");*/
	background: #000;
	background-size: cover;
}
.home-video video {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: auto;
	left: 0;
}
.home-message{
	position: relative;
	z-index: 2;
	height: 100%;
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	font-size: 72px;
	padding-left: 5%;
	line-height: 1em;
	text-transform: uppercase;
	display: table;
	width: 100%;
}
.home-message:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	z-index: -1;
	display: block;
}
.home-message .table-box{
	display: table-cell;
	vertical-align: middle;
}
.home-message p{
	font-family: 'Fjalla One', sans-serif;
	font-size: 72px;
	line-height: 1em;
}
.home-video .btn{
	display: inline-block;
	width: 240px;
	margin-top: 10px;
}

.home-icons{
	background: url("../img/homepage/pattern1.svg") repeat #000;
	border-top: 2px #808080 solid;
}
.home-icons .col{
	text-align: center;
	padding: 2% 0;
}
.home-icons .col a.icon{
	display: block;
}
.home-icons .col .svg{
	width: 85%;
	max-width: 200px;
	margin: 0 auto;
	display: block;
}
.home-icons .col a .color1,.home-icons .col a .color2{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.home-icons .col a .color1{
    fill:#1E1E1E;
}
.home-icons .col a:hover .color1{
    fill:#EC2356;
}
.home-icons .col a:hover .color2{
    fill:#D71C51;
}
.home-icons .col .svg.hover{
	display: none;
}
/* .home-icons .col a:hover .svg.hover{
	display: block;
}
.home-icons .col a:hover .svg.inactive{
	display:none;
} */
/*.home-icons .col:before{
	width: 85%;
	max-width: 200px;
	padding-top: 42.9%;
	content: "";
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease;
	background-size: cover!important;
}*/
.home-icons h5{
	color: #ED1F55;
	margin: 5% 0 5%;
}
.home-icons .col p{
	width: 85%;
	margin: 0 auto;
	color: #fff;
}
/*.home-icons .comedians:before{
	background: url("../img/homepage/comedians_inactive.svg");
}
.home-icons .comedians:hover:before{
	background: url("../img/homepage/comedians_hover.svg");
}
.home-icons .commercial:before{
	background: url("../img/homepage/commercial_inactive.svg");
}
.home-icons .commercial:hover:before{
	background: url("../img/homepage/commercial_hover.svg");
}
.home-icons .entertainment:before{
	background: url("../img/homepage/entertainment_inactive.svg");
}
.home-icons .entertainment:hover:before{
	background: url("../img/homepage/entertainment_hover.svg");
}
.home-icons .distibution:before{
	background: url("../img/homepage/distibution_inactive.svg");
}
.home-icons .distibution:hover:before{
	background: url("../img/homepage/distibution_hover.svg");
}*/
.home-mic{
	background: url("../img/homepage/pattern2.svg") repeat #ED1F55;
}
.home-mic .container{
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 65px 0;
	position: relative;
}
.home-mic .container:before{
	content: "";
	width: 349px;
	height: 100%;
	top: 0;
	right: 15px;
	background: url("../img/homepage/mic.svg") no-repeat center right;
	position: absolute;
}
.home-mic h2{
	color: #fff;
	padding-bottom: 25px;
	position: relative;
	cursor: pointer;
}
.home-mic .btn1{
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

.post-twitter{
	position: relative;
	background: #F2F2F2;
	color: #000;
}
.post-twitter:before{
	content: '';
	width: 3px;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: 1.5px;
}
.post-twitter .col{
}
.post-twitter .container{
	width: 85%;
	margin: 0 auto;
	max-width: 640px;
	padding: 45px 0;
}
.post-twitter h3{
	text-align: center;
	letter-spacing: 3px;
	padding-bottom: 18px;
	border-bottom: 1px dotted #000;
}
.post-twitter .post-list{
	margin-top: 44px;
}
.post-twitter article + article{
	margin-top: 30px;
}
.post-twitter article h6{
	color: #808080;
}
.post-twitter article h4{
	color: #000;
}
.post-twitter .btn{
	width: 200px;
	margin: 58px auto 0;
}

.post-twitter .tweets{
	margin-top: 44px;
}
.post-twitter ul li{
	position: relative;
	padding-top: 30px;
}
.post-twitter ul li + li{
	margin-top: 30px;
}
.post-twitter ul li .user{
	display: none;
}
.post-twitter ul li .timePosted{
	color: #808080;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
}
.post-twitter ul li .tweet{
	color: #000;
}
.last-snapshots{
	padding-top: 42px;
	padding-bottom: 30px;
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.last-snapshots h3{
	text-align: center;
	letter-spacing: 3px;
	color: #000;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 18px;
}
.last-snapshots h3:after{
	content: "";
	width: 100%;
	max-width: 425px;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-bottom: 1px dotted #000;
	margin-left: -212.5px;
}
.last-snapshots #sb_instagram.sbi_col_10 #sbi_images{
	text-align: center;
}
.last-snapshots ul{
	margin-left: -.5%;
}
.last-snapshots li{
	float: left;
	width: 9.5%;
	margin-left:.5%;
}
.last-snapshots li img{
	width: 100%;
	display: block;
}
.last-snapshots .bottom{
	margin-top: 20px;
}
.last-snapshots .bottom a{

}



/* -----------MEDIA-------------*/
.min-bar{
	background: #ED1F55;
	text-align: center;
	padding-bottom: 12px;
}
.min-bar h4{
	display: inline-block;
	color: #fff;
	margin-right: 20px;
	padding-top: 24px;
	vertical-align: top;
}
.min-bar .btn{
	display: inline-block;
	margin-top: 12px;
	padding: 0 20px;
	vertical-align: top;
}
#need-help{
	background: #F2F2F2;
	padding: 75px 0 45px;
}
#need-help .container{

}
#need-help h2{
	text-align: center;
	color: #000;
	margin-bottom: 40px;
}
/* MEDIA > COMEDIANS LANDING PAGE*/
.media-lp-banner{
	background-size: cover!important;
	position: relative;
	overflow: hidden;
}
.media-lp-banner .cover,.banner .cover{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: block;
}
.media-lp-banner .txt{
    width: 50%;
}
.media-lp-banner h1{
    color: #fff;
    width: 85%;
    margin: 0 auto; 
}
.media-lp-banner p{
    color: #fff;
    width: 85%;
    margin: 0 auto;
}
.media-lp-banner-p{
	display: none;
}

.media-sub-menu{
	font-size: 0;
	background: #000;
	padding: 10px 0;
}
.media-sub-menu ul{
	text-align: center;
}
.media-sub-menu li{
	display: inline-block;
	padding: 0 25px;
}
.media-sub-menu li a{
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
}
.media-sub-menu li.active a,
.media-sub-menu li.current-menu-item a,
.media-sub-menu li a:hover{
	color: #ED1F55;
}
.media-explore{
	display: none;
}
.media-peoples{

}
 .sw-cols{
	padding: 30px 0;
	margin: -20px auto 0;
	text-align: center;
	max-width: 980px;/*ie8*/
}
 .sw-cols .col{
	width: 225px;
	margin: 20px 10px 0;
	position: relative;
}
 .sw-cols .col img{
	width: 225px;
	height: 225px;
	display: block;
}
 .sw-cols .col .name{
	position: absolute;
	/*display: none;*/
	background: #ED1F55;
	background: rgba(237,31,85,.7);
	color: #fff;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	text-align: center;
	display: table;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: opacity 1s;
}
.distribution .sw-cols .col .name{
	background: #ED1F55;
}
.sw-cols .col:hover .name,.media-peoples .sw-cols .col.current .name{
	opacity: 1;
	filter:alpha(opacity=100)
}
.sw-cols .col .name h3{
	letter-spacing: 0.05em;
	display: table-cell;
	height: 225px;
	vertical-align: middle;
}
.sw-cols .col a{
	color: #fff;
}
/* MEDIA > COMEDIANS PAGE*/
.banner-with-info{
	background: #1b1b1b;
}
 .banner-with-info .info{
	width: 40%;
}
 .banner-with-info .info .container{
	width: 85%;
	margin: 0 auto;
}
 .banner-with-info .info h5{
	color: #808080;
}
 .banner-with-info .info h3{
	color: #fff;
	letter-spacing: 0.05em;
}
 .banner-with-info .info p{
	color: #fff;
}
 .banner-with-info .info h6{
	color: #808080;
	display: inline-block;
	vertical-align: top;
    margin-top: 5px;
}
 .banner-with-info .info .twitter{
	width: 23px;
	height: 19px;
	background: url("../img/header/twitter_white.svg") no-repeat center;
	text-indent: -9999em;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
    margin-top: 5px;
}
 .banner-with-info .info .twitter:hover{
	background: url("../img/header/twitter_red.svg") no-repeat center;
}
 .banner-with-info .info .facebook{
	width: 12px;
	height: 22px;
	background: url("../img/header/facebook_white.svg") no-repeat center;
	text-indent: -9999em;
	display: inline-block;
	vertical-align: top;
    margin-top: 5px;
}
 .banner-with-info .info .facebook:hover{
	background: url("../img/header/facebook_red.svg") no-repeat center;
}




/*music and video*/
.banner-with-info .table-box{
 	vertical-align: middle;
 	display: table-cell;
}
.music-info .clearfix,.media-video-info .clearfix{
	height: 384px;
}
.music-info .info,.media-video-info .info{
	width: 50%;
	display: table;
	height: 100%;
}
.music-info .music,.media-video-info .video{
	width: 50%;
	background: #000;
	display: table;
	height: 100%;
}
.banner-with-info .table-box iframe{
	width: 100%;
	display: block;
	height: 100%;
	min-height: 384px;
}


/*MEDIA > ENTERTAINMENT LANDING PAGE*/
.media-enter-sub-menu{
	background: #ED1F55;
	height: 35px;
}
.media-enter-sub-menu ul{
	text-align: center;
	font-size: 0;
}
.media-enter-sub-menu li{
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 35px;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	padding: 0 23px;
}
.media-enter-sub-menu li:hover{
	background: #fff;
	color: #ED1F55;
}

/*video slider*/
.video-slider{
	background: #333;
	padding: 22px;
}
.video-slider .container{
	max-width: 1382px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 50px;
	overflow: hidden;
}
.video-slider ul{
}
.video-slider ul.slides li{
	float: left;
	position: relative;
	width: 258px;
	margin-right: 23px;
	border: 1px solid transparent;
	overflow: hidden;
}
.video-slider ul.slides li:hover{
}
.video-slider li .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #ED1F55;
	background: rgba(237,31,85,.8);
	color: #fff;
	padding: 8px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 1s;
}
.video-slider li:hover .top{
}
.video-slider li img{
	display: block;
}
.video-slider li .title{
	height: 60px;
	background: #1b1b1b;
	color: #fff;
	padding: 8px;
}
.video-slider .bx-pager{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	left: 0;
}
.video-slider .bx-pager .bx-pager-item{
	display: inline-block;
	padding: 0 5px;
}
.video-slider .bx-pager-item a{
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 9px;
	background: #fff;
	text-indent: -9999em;
	border: 2px solid #fff;
	cursor: pointer;
}
.video-slider .bx-pager-item a.active{
	background: #ED1F55;
}
.video-slider .bx-controls-direction{
	width: 100%;
}
.video-slider .bx-controls-direction a {
	width: 30px;
	height: 30px;
	margin: -46px 0 0;
	display: block;
	background: url(../img/media_entertainment/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}
.video-slider .bx-controls-direction a.bx-prev {
	left: -36px;
}
.video-slider:hover .bx-controls-direction a.bx-prev {
	opacity: 0.8;
	left: 5px;
}
.video-slider .bx-controls-direction a.bx-next {
	background-position: 100% 0;
	right: -36px;
}
.video-slider:hover .bx-controls-direction a.bx-next {
	opacity: 0.8;
	right: 5px;
}



/*about landing page*/
.about-lp{

}
.about-lp .banner{
	height: 385px;
	position: relative;
	overflow: hidden;
}
.about-lp-text-box{
	background: #1B1B1B;
	padding: 25px 0;
}
.about-lp-text-box h2{
	width: 85%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}


/*sw-block*/
.sw-block{
	padding: 58px 0;
}
.sw-block .container{
	width: 85%;
	max-width: 700px;
	margin: 0 auto;
}
.sw-block.center{
	text-align: center;
}
.sw-block .entry-content p + p{
	margin-top: 25px;
}
.sw-block.bg{
	background-size: cover!important;
	background-position: center bottom!important;
	padding: 100px 0;
}
.sw-block.bg.center h1{
	color: #fff;
}

.team-people{
	background: #F2F2F2;
}
.team-people .sw-cols .col .name{
	opacity: 1;
	filter:alpha(opacity=100);
	height: auto;
	background: #000;
	background: rgba(0,0,0,.8);
	top: auto;
	bottom: 0;
}
.team-people .sw-cols .col .name h3{
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 30px;
	height: auto;
	padding: 5px 0;
}


/*blog landing page*/
.blog-lp{

}
.blog-lp .banner,.blog-single .banner,.legal-page .banner,.error-404 .banner{
	height: 300px;
	position: relative;
	width: 100%;
}
.blog-lp .banner .text,.blog-single .banner .text,.legal-page .banner .text,.error-404 .banner .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	display: table;
	text-align: center;
}
.blog-lp .banner h1,.blog-single .banner h1,.legal-page .banner h1,.error-404 .banner h1{
	height: 100%;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.blog-lp .post-list{

}
.blog-lp .post-list .container{
	max-width: 960px;
}
.blog-lp .post-list .article-top{
	padding: 20px 0;
	border-bottom: 1px dotted #000;
}
.blog-lp .post-list .article-top .box{
	width: 92%;
}
.blog-lp .post-list article{
	padding: 40px 0 60px;
	border-bottom: 1px dotted #000;
}
.blog-lp .post-list .box{
	width: 85%;
	margin: 0 auto;
}
.blog-lp .post-list .post-info{
	width: 50%;
}
.blog-lp .post-list .post-info h6,.blog-single .post-info h6{
	color: #808080;
}
.blog-lp .post-list .post-content{
	width: 50%;
}
.blog-lp .post-list .btn{
	display: inline-block;
	padding: 0 22px;
	margin-top: 10px;
}
.post-nav{
	padding: 20px 0;
	text-align: center;
	margin-bottom: 50px;
	border-bottom: 1px dotted #000;
}
.post-nav .container,.legal-page  .container{
	width: 85%;
	max-width: 960px;
	margin: 0 auto;
}
.post-nav a{
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
	color: #ED1F55;
}
.post-nav a.none{
	color: #aaa;
}

/*blog single*/
.blog-single{

}
.blog-single .content,.legal-page .content,.error-404 .content{
	margin-bottom: 35px;
	padding-top: 42px;
}
.blog-single .post-info{
	margin-bottom: 25px;
}
.blog-single .cat-tag{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 55px;
}
.blog-single .share{
	color: #808080;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.blog-single .share .twitter{
	width: 23px;
	height: 19px;
	background: url("../img/header/twitter_red.svg") no-repeat center;
	text-indent: -9999em;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}
.blog-single .share .twitter:hover{
	background: url("../img/blog/twitter_black.svg") no-repeat center;
}
.blog-single .share .facebook {
	width: 12px;
	height: 22px;
	background: url("../img/header/facebook_red.svg") no-repeat center;
	text-indent: -9999em;
	display: inline-block;
	vertical-align: top;
}
.blog-single .share .facebook:hover{
	background: url("../img/blog/facebook_black.svg") no-repeat center;
}


/*comments*/
.comments{
	margin-bottom: 140px;
}
.comments > h4{
	text-align: center;
	margin-bottom: 40px;
}
.comment-list{

}
.comment-list li.depth-1,.comment-list li.depth-3,.comment-list li.depth-5,.comment-list li.depth-2 > #respond,.comment-list li.depth-4 > #respond,.comment-list li.depth-6 > #respond{
	background: #f2f2f2;
	padding: 22px;
	margin-bottom: 35px;
}

.comment-list .comment-meta a{
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	color: #808080;
}
.comment-list .comment-author{
	font-family: 'Chunk', sans-serif;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 34px;
}
.comment-list .comment-author .says,.comment-list .comment-edit-link{
	display: none;
}
.comment-list .reply{
	text-align: right;
	margin-top: 15px;
}
.comment-list .reply a{
	display: inline-block;
	background: #000;
	border: 1px #FFFFFF solid;
	height: 50px;
	line-height: 50px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 135px;
}

/*2nd level*/
.comment-list  li ol{
	margin-top: 60px;
}
.comment-list li.depth-2,.comment-list li.depth-4,.comment-list li.depth-6,.comment-list li.depth-1 > #respond,.comment-list li.depth-3 > #respond,.comment-list li.depth-5 > #respond{
	background: #fff;
	padding: 22px;
	margin-bottom: 20px;
}

#respond{
	border-top: 1px dotted #000;
	padding-top: 50px;
	margin-top: 50px;
}
.comment-list li #respond{
	border: 0;
}
#respond .logged-in-as{
	margin-bottom: 10px;
}
#respond input{
	height: 60px;
	border: 1px solid #808080;
	width: 100%;
	padding: 18px 15px;
}
#respond .comment-form-author,#respond .comment-form-email,#respond .comment-form-comment{
	position: relative;
	margin-bottom: 25px;
}
#respond label{
	position: absolute;
	top: 18px;
	left: 15px;
	color: #000;
	text-transform: uppercase;
}
#respond textarea{
	border: 1px solid #808080;
	width: 100%;
	padding: 18px 15px;
	height: 258px;
}
#respond .comment-reply-title{
	font-family: 'Chunk', sans-serif;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
	margin-bottom: 30px;
	text-transform: none;
}
#respond .comment-reply-title small{
	display: block;
}
#respond form:after{
	clear: both;
	display: block;
	content: ""
}
#respond input[type="submit"]{
	display: inline-block;
	background: #000;
	border: 1px #FFFFFF solid;
	height: 50px;
	line-height: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 135px;
	margin-top: 20px;
}
.comments .g-recaptcha{
	float: left;
}
.comments #recaptcha-submit-btn-area{
	float: right;
}
.comment-form-subscriptions-div{
	clear: both;
	padding-top: 10px;
}


/*legal page*/
.legal-page{

}

/*404*/
.error-404 .content{
	padding: 42px 0 300px;
 }

/*entry-content*/
.entry-content p{
	margin-bottom: 35px;
}
.entry-content img{
	max-width:100%;
	height: auto;
}
.entry-content img.alignleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.entry-content img.alignright{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}


/*form*/
.form{

}
.form .field{
	position: relative;
	color: #000;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.form .field input{
	width: 100%;
	border: 1px solid #808080;
	background: #fff;
	height: 60px;
	padding: 18px 15px;
	border-radius: 0;
}
.form .field label{
	position: absolute;
	top: 18px;
	left: 15px;
}
.form .field textarea{
	width: 100%;
	background: #fff;
	border: 1px solid #808080;
	height: 300px;
	padding: 18px 15px;
	border-radius: 0;
}
.form .field input[type="submit"]{
	float: right;
	background: #000;
	border: 1px #FFFFFF solid;
	width: 200px;
	height: 75px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	border-radius: 0;
}
.form .field input[type="submit"]:hover{
	background: #ED1F55;
	color: #fff;
}
.form select{
	display: none;
}
.form .select{
	position: relative;
}
.form .selected{
	border: 1px solid #808080;
	background: #fff;
	height: 60px;
	padding: 18px 15px;
	cursor: pointer;
}
.form .selected:after{
	width: 0;
	height: 0;
	content: "";
	border-left: 8px dashed transparent;
	border-right: 8px dashed transparent;
	border-top: 10px solid #000;
	position: absolute;
	top: 26px;
	right: 14px;
}
.form .selected.ss:after{
	border-top: 10px solid #ED1F55;
}
.form .select ul{
	position: absolute;
	top: 60px;
	left: 0;
	display: none;
	background: #fff;
	width: 100%;
	border: 1px solid #808080;
}
.form .select ul li{
	cursor: pointer;
	height: 55px;
	padding: 15px;
}
.form .select ul li:hover,.form .select ul li.hover{
	background: #ED1F55;
	color: #fff;
}

/*cf7*/
.form span.wpcf7-form-control-wrap{
	display: block;
}
.form div.wpcf7-validation-errors{
	border: 1px solid #f00;
	margin: 0;
}

/*captchac*/
.captchac img{
	vertical-align: top;
	position: relative;
	top: 19px;
	margin-right: 15px;
}
.captchac span.wpcf7-form-control-wrap{
	display: inline-block!important;
}
.captchac input{
	width: 130px!important;
}
.captchac .wpcf7-not-valid-tip{
	position: relative;
	left: -85px;
}



/*popup*/
.form-popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100% !important;
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,.95);
	z-index: 998;
	/* overflow: auto !important; */
	-webkit-overflow-scrolling: touch !important;
}
.form-popup iframe {
	width: 100%;
	height: 100%;
	position: relative;
}
.sw_popup .container{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.sw_popup h2{
	margin-bottom: 40px;
	text-align: center;
	/*display: none;*/
}
.sw-need-help h2.need-help-title{
	display: block;
}
.sw-contact h2.contact-title{
	display: block;
	text-align: center;
}
.sw_popup .close{
	position: absolute;
	right: -50px;
	top: 70px;
	width: 40px;
	height: 40px;
	background: url("../img/about/close_gray.svg") center no-repeat;
	cursor: pointer;
	z-index: 999;
}
.sw_popup .close:hover{
	background: url("../img/about/close_red.svg") center no-repeat;
}


/*footer*/
.footer{
	background-color: #333;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 12px;
}
.footer p{
	font-family: "Fjalla One",sans-serif;
	font-size: 12px;
	line-height: 50px;
	text-transform: uppercase;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: #ED1F55;
}

/** styles for Donation form **/
.donate-h3{
	margin-top: 10px;
	margin-bottom: 15px
}

.donate-link{
	font-size: 21px;
	padding: 8px 35px 8px 35px;
	letter-spacing: 0.05em;
	background-color: #ED1F55;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	cursor: pointer
}

.donate-link:hover{
	color:#FFFFFF;
	background-color:#000000
}

.donate-input{
	width: 100%;
	margin-top: 25px;
  	border: 1px solid #808080;
	background: #fff;
	height: 60px;
	padding: 18px 15px;
	border-radius: 0;
	font-weight: 600;
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif
}

.donate-form{
	margin: 0 20%;
  	background-color: #FFFFFF;
  	padding: 3% 5%
}

.donate-form h2{text-align: center}

::-webkit-input-placeholder {
   	color: #000000;
   	font-size: 16px
}

.donate-input:-moz-placeholder {
   	color: #000000;
   	opacity: 1;
   	font-size: 16px
}

.donate-input::-moz-placeholder {
   	color: #000000;
   	opacity: 1;
   	font-size: 16px
}

:-ms-input-placeholder {  
   	color: #000000;
   	font-size: 16px
}

.placeholdersjs{
	color: #000000;
	font-size: 16px
}

.donate-select{
	width: 100%;
  	border: 1px solid #808080;
	background: #fff;
	height: 60px;
	padding: 18px 15px;
	border-radius: 0;
	font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('/wp-content/themes/standuplabs/img/media_entertainment/black-arrow.png') no-repeat;
    background-position: 98% 23px;
    text-indent: 0.01px;
    font-family: 'Fjalla One', sans-serif
}

.donate-form .error{
	color: #f00;
  	font-size: 15px;
  	font-family: 'Fjalla One', sans-serif;
  	letter-spacing: 0.02em
}

.paypal-button{margin-top:20px}

.header .social .donate-head a{
	text-indent: 0.01em;
	padding: 5px 30px 3px 30px;
	font-family: 'Fjalla One', sans-serif;
	margin-top: -8px;
	height: auto;
	width: 100%
}

.placeholder{font-size:16px}
/*.donate-form .mfp-close{
	background-color: #FFFFFF;
	border-radius : 50%;
	top: -50px;
    right: 170px
}

@media screen and (min-width:565px) and (max-width:940px){
	.donate-form .mfp-close{right: 100px}
}

@media all and (max-width:564px){
	.donate-form .mfp-close{right: 60px}
}*/
/** styles for Donation form END **/