@font-face {
    font-family: 'pf_centro_sans_promedium';
    src: url('../fonts/pfcentrosanspro-medium-wf.eot');
    src: url('../fonts/pfcentrosanspro-medium-wf.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfcentrosanspro-medium-wf.woff2') format('woff2'),
         url('../fonts/pfcentrosanspro-medium-wf.woff') format('woff'),
         url('../fonts/pfcentrosanspro-medium-wf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_centro_sans_proMdIt';
    src: url('../fonts/pfcentrosanspro-mediumitalic-wf.eot');
    src: url('../fonts/pfcentrosanspro-mediumitalic-wf.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfcentrosanspro-mediumitalic-wf.woff2') format('woff2'),
         url('../fonts/pfcentrosanspro-mediumitalic-wf.woff') format('woff'),
         url('../fonts/pfcentrosanspro-mediumitalic-wf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_centro_sans_probold';
    src: url('../fonts/pfcentrosanspro-bold-wf.eot');
    src: url('../fonts/pfcentrosanspro-bold-wf.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfcentrosanspro-bold-wf.woff2') format('woff2'),
         url('../fonts/pfcentrosanspro-bold-wf.woff') format('woff'),
         url('../fonts/pfcentrosanspro-bold-wf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_centro_sans_proregular';
    src: url('../fonts/pfcentrosanspro-regular-wf.eot');
    src: url('../fonts/pfcentrosanspro-regular-wf.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfcentrosanspro-regular-wf.woff2') format('woff2'),
         url('../fonts/pfcentrosanspro-regular-wf.woff') format('woff'),
         url('../fonts/pfcentrosanspro-regular-wf.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


.contentWrapper.cheerleader .right{ display: none; }
.contentWrapper.cheerleader .content{ padding: 0; }
.contentWrapper.cheerleader .row{ background: #000!important; color: #fff; }


.cheerleader-logo{
	position: absolute;
	width: 100%;
	left: -30px;
	top: 0;
	text-align: center;
	padding: 45px 0 0;
	z-index: 15;
}

.cheerleader-list{
	text-align: center;
	background: url(../img/cheerleader/bg/list.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
	padding: 230px 50px 0;
	margin-top: -230px;
	z-index: 10;
}
.cheerleader-list .cl-row{
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-bottom: 115px;
	padding-top: 35px;
}
.cheerleader-list .cl-row .item{
	position: relative;
	width: 33.33333333%;
	float: left;
}
.cheerleader-list .cl-row .item .in{
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.cheerleader-list .cl-row .item .name{
	position: absolute;
	right: 20px;
	top: 235px;
	color: #fff;
	z-index: 15;
}
.cheerleader-list .cl-row[data-row="1"] .item .name{ top: 255px; }
.cheerleader-list .cl-row[data-row="2"] .item .name{ top: 255px; }
.cheerleader-list .cl-row[data-row="2"] .item[data-item="4"] .name{ right: -35px; }
.cheerleader-list .item[data-item="7"] .name,
.cheerleader-list .item[data-item="8"] .name{ right: 10px; }
.cheerleader-list .cl-row .item .name span{
	position: relative;
	display: inline-block;
	font: 21px/38px 'pf_centro_sans_proMdIt';
	padding: 2px 17px;
	z-index: 5;
}
.cheerleader-list .cl-row .item .name:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/cheerleader/bg/name.gif) 0 0 repeat-x #313131;

	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
         	box-sizing: border-box;

	-webkit-transform: skew(-10deg) rotate(-10deg);
       -moz-transform: skew(-10deg) rotate(-10deg);
         -o-transform: skew(-10deg) rotate(-10deg);
         	transform: skew(-10deg) rotate(-10deg);

    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
         	border-radius: 8px;

	z-index: 1;
}
.cheerleader-list .cl-row .item a:hover .name:before{
	background: #ef000c;
	border: 3px solid #b3b4b5;
}
.cheerleader-list .cl-row .item a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px;
	left: -40px;
	top: -40px;
	background: url(../img/cheerleader/bg/hover.png) 50% 50% no-repeat;
	opacity: 0;
	
	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
			transition: opacity 0.3s;
	
	z-index: 1;
}

.cheerleader-list .cl-row .item a:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px;
	left: -40px;
	top: -40px;
	background: url(../img/cheerleader/bg/hover-front.png) 50% 70% no-repeat;
	opacity: 0;
	
	-webkit-transition: opacity 0.3s;
	   -moz-transition: opacity 0.3s;
			transition: opacity 0.3s;
	
	z-index: 11;
}

.cheerleader-list .cl-row .item a:hover:before{ opacity: 1; }
.cheerleader-list .cl-row .item a:hover:after{ opacity: 1; }
.cheerleader-list .cl-row .item[data-item="1"] a:hover:before{ left: -60px; }
.cheerleader-list .cl-row .item[data-item="2"] a:hover:before{ left: -80px; }
.cheerleader-list .cl-row .item[data-item="3"] a:hover:before{ left: -80px; }
.cheerleader-list .cl-row .item[data-item="4"] a:hover:before{ left: -80px; }
.cheerleader-list .cl-row .item[data-item="5"] a:hover:before{ left: -80px; }
.cheerleader-list .cl-row .item[data-item="8"] a:hover:before{ left: -55px; }
.cheerleader-list .cl-row .item[data-item="9"] a:hover:before{ left: -15px; }
.cheerleader-list .cl-row .item img{
	position: relative;
	z-index: 10;
}
.cheerleader-list .cl-row .item[data-item="1"],
.cheerleader-list .cl-row .item[data-item="7"]{ text-align: left; }
.cheerleader-list .cl-row .item[data-item="2"] img{ margin-top: -15px; }
.cheerleader-list .cl-row .item[data-item="4"] img{ margin-top: -20px; }
.cheerleader-list .cl-row .item[data-item="7"] img{
	margin-top: 105px;
	margin-left: -15px;
}
.cheerleader-list .cl-row .item[data-item="7"] .name{ margin-top: 105px; }
.cheerleader-list .cl-row .item[data-item="8"] img{
	margin-right: -15px; 
	margin-top: -25px;
}
.cheerleader-list .cl-row .item[data-item="9"] img{ margin-right: -35px; }
.cheerleader-list .cl-row .item[data-item="10"] img,
.cheerleader-list .cl-row .item[data-item="11"] img{ margin-top: -50px; }

.cheerleader-list .cl-row .item[data-item="3"],
.cheerleader-list .cl-row .item[data-item="5"],
.cheerleader-list .cl-row .item[data-item="6"],
.cheerleader-list .cl-row .item[data-item="8"]{ text-align: right; }
.cheerleader-list .cl-row .item[data-item="7"],
.cheerleader-list .cl-row .item[data-item="8"]{ width: 50%; }
.cheerleader-list .cl-row .item[data-item="9"]{
	margin-top: 150px;
	text-align: right;
	float: right;
}
.cheerleader-list .cl-row .item[data-item="9"] .name{
	left: 20px;
	right: auto;
}
.cheerleader-list .cl-row[data-row="4"] .name{
	right: -40px;
	top: 210px;
}
.cheerleader-list .cl-row[data-row="3"]{ padding-bottom: 0; }
.cheerleader-list .cl-row[data-row="4"]{ padding-bottom: 50px; }

/* list text */
.cheerleader-list .cl-row .description{
	position: absolute;
	z-index: 30;
}
.cheerleader-list .cl-row .description{
	font-size: 54px;
	line-height: 56px;
	font: 54px/56px 'pf_centro_sans_probold';
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}
.cheerleader-list .cl-row .description.small{
	font: 30px/26px 'pf_centro_sans_proregular';
	color: #9d9d9d;
	text-transform: none;
}

.cheerleader-list .cl-row[data-row="4"] .description{
	font: 16px/22px 'pf_centro_sans_proregular';
	color: #8f8f8f;
	text-transform: none;
	width: 290px;
	right: 0;
	bottom: 150px;
}
.cheerleader-list .cl-row[data-row="1"] .description[data-description="1"]{
	right: 0;
	bottom: 110px;
	width: 250px;
	text-indent: -80px;
}
.cheerleader-list .cl-row[data-row="1"] .description[data-description="2"]{
	width: 190px;
	text-align: left;
	text-indent: -290px;
	bottom: 30px;
	left: 290px;
}
.cheerleader-list .cl-row[data-row="1"] .description[data-description="3"]{
	width: 200px;
	bottom: 35px;
	left: 510px;
}
.cheerleader-list .cl-row[data-row="2"] .description[data-description="1"]{
	right: 110px;
	bottom: 85px;
}
.cheerleader-list .cl-row[data-row="2"] .description[data-description="2"]{
	left: 70px;
	bottom: 27px;
}
.cheerleader-list .cl-row[data-row="2"] .description[data-description="3"]{
	left: 285px;
	bottom: -31px;
}
.cheerleader-list .cl-row[data-row="3"] .description[data-description="1"]{
	top: 375px;
	left: 345px;
}
.cheerleader-list .cl-row[data-row="3"] .description[data-description="2"]{
	top: 440px;
	left: 285px;
}
.cheerleader-list .cl-row[data-row="3"] .description[data-description="3"]{
	top: 500px;
	right: 65px;
}
.cheerleader-list .cl-row[data-row="3"] .description[data-description="4"]{
	top: 670px;
	left: 85px;
}
.cheerleader-list .cl-row[data-row="3"] .description[data-description="5"]{
	top: 730px;
	left: 0;
	font-size: 68px;
}
.cheerleader-list .cl-row[data-row="3"] .description[data-description="6"]{
	top: 825px;
	left: 95px;
	font-size: 68px;
}
.cheerleader-list .cl-row[data-row="3"] .description[data-description="7"]{
	top: 920px;
	left: 205px;
	font-size: 68px;
}
.cheerleader-list .cl-row[data-row="3"] .description[data-description="8"]{
	font-family: 'Lobster', cursive;
	font-size: 70px;
	top: 1000px;
	left: 470px;
	text-transform: none;
}
.cheerleader-list .cl-row[data-row="3"] .description[data-description="8"] span{ font-family: 'pf_centro_sans_probold'; }


.cheerleader-about{
	position: relative;
	padding: 50px 0 50px 50px;
	color: #c1c1c1;
	background: url(../img/cheerleader/bg/about.jpg) 100% 0 no-repeat;
	overflow: hidden;
	font: 16px/20px 'pf_centro_sans_promedium';
	z-index: 20;
}
.cheerleader-about a.back{
	display: inline-block;
	font: 16px/20px 'pf_din_text_cond_proMdIt';
	text-transform: uppercase;
	margin-bottom: 50px;
	padding-left: 25px;
	color: #787878;
	background: url(../img/cheerleader/icon/back.png) 0 50% no-repeat;
}
.cheerleader-about a.back:hover{ color: #fff; }
.cheerleader-about .description{
	overflow: hidden;
	padding-top: 20px;
	margin-top: -20px;
}
.cheerleader-about .preview{
	width: 380px;
	float: right;
	background: none;
}
.cheerleader-about h1{
	font-size: 90px;
	line-height: 80px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.cheerleader-about .birthdate{
	font-size: 18px;
	line-height: 20px;
}
.cheerleader-about .info-more{
	display: none;
	overflow: hidden;
}
.cheerleader-about .toggle-info-more a{
	position: relative;
	color: #ffffff;
	border-bottom: 1px dashed;
}
.cheerleader-about .toggle-info-more a:after{
	content: '';
	position: absolute;
	right: -20px;
	top: 9px;
	border: 6px solid transparent;
	border-top: 6px solid #d3000a;
}
.cheerleader-about .toggle-info-more a.active:after{
	border: 6px solid transparent;
	border-bottom: 6px solid #d3000a;	
	top: 0px;
}
.cheerleader-about .toggle-info-more a:hover{
	border: 0;
	text-decoration: none;
}
.cheerleader-about blockquote{
	clear: both;
}
.cheerleader-about q,
.cheerleader-about blockquote{
	display: block;
	font: 30px/34px 'pf_centro_sans_proMdIt';
	color: #fff;
	padding: 30px 0;
	margin: 0;
}
.cheerleader-about blockquote p{ margin: 0!important; }
.cheerleader-about blockquote p:first-child{ color: #d1000a; }

.cheerleader-media{
	position: relative;
	padding: 200px 50px 0;
	/*margin-top: -197px;*/
	height: 300px;
	background: url(../img/cheerleader/bg/media.png) 50% -75px no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	z-index: 10;
}
.cheerleader-media.inner{
	padding: 126px 50px 0;
	margin-top: -126px;
	height: 300px;
	background: url(../img/cheerleader/bg/media_inner.png) 50% 50% no-repeat;
	background-size: 100% auto;
}
.cheerleader-media .more{ text-align: right; }
.cheerleader-media .more a{
	display: inline-block;
	font: 14px/100% 'pf_din_text_cond_proMdIt';
	text-transform: uppercase;
	margin-bottom: 50px;
	padding-right: 25px;
	color: #aeaeae;
	background: url(../img/icon/enter.png) 100% 50% no-repeat;
	margin: 15px 0;
}
.cheerleader-media .more a:hover{ color: #fff; }
.cheerleader-media .title{
	font: 30px/50px 'pf_din_text_cond_proBdIt';
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
}
.cheerleader-media .title a{
	color: #fff;
}
.cheerleader-media .video{
	float: right;
	width: 187px;
}
.cheerleader-media .photos{
	float: left;
	width: 636px;
}
.cheerleader-media .photos .slider-wrapper{
	position: relative;
	margin: 0 -24px;
	padding: 0 24px;
	
}
.cheerleader-media .photos .slider{
	position: relative;
	overflow: hidden;
	height: 124px;
}
.cheerleader-media .photos .slider .list{
	position: absolute;
	width: 640px;
	left: 0;
}
.cheerleader-media .photos .slider-wrapper .arrow{
	position: absolute;
	top:0;
	width: 24px;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}
.cheerleader-media .photos .slider-wrapper .arrow.na{
	display: none;
}
.cheerleader-media .photos .slider-wrapper .arrow.prev{
	left: 0;
	background: url(../img/cheerleader/bg/slider.png) 0 50% no-repeat;
}
.cheerleader-media .photos .slider-wrapper .arrow.next{
	right: 0;
	background: url(../img/cheerleader/bg/slider.png) 100% 50% no-repeat;
}
.cheerleader-media .item{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 4px;
}
.cheerleader-media .item img{
	border: 3px solid #5c4f4f;
}
.cheerleader-media .item:hover img{
	border-color: #fff;
}
.cheerleader-media .video .item{
	padding: 0;
	border: 3px solid #5c4f4f;
}
.cheerleader-media .item:hover{
	border-color: #fff;
}
.cheerleader-media .video .item img{ border: 0; }
.cheerleader-media .video .item a{ display: block; }
.cheerleader-media .video .item a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
}
.cheerleader-media .video .item a:after{
	content: '';
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	margin: -32px 0 0 -32px;
	background: url(../img/cheerleader/bg/play.png) 0 0 no-repeat;
}

.cheerleader-special{
	position: relative;
	margin-top: -175px;
	min-height: 696px;
	z-index: 5;
}
.cheerleader-special .preview{
	text-align: right;
}
.cheerleader-special q{
	position: absolute;
	font: 56px/46px 'pf_centro_sans_proMdIt';
	color: #fff;
	z-index: 10;
	margin: 0 50px;
	padding: 0 50px;
	left: 0;
	top: 220px;
}
.cheerleader-special q:before, .cheerleader-special q:after{
	font-size: 34px;
	line-height: 120%;
}
.cheerleader-special q:before{
	position: absolute;
	left: -8px;
}
.cheerleader-special small{
	font-size: 30px;
	display: block;
	margin-left: -15px;
}

.ig-embed-container{
	padding: 35px 20px;
	background: url(../img/cheerleader/bg/ig.gif) 0 0 repeat-x #545454;
}
.ig-info{
	text-align: center;
}
a.ig-user{
	display: inline-block;
	padding: 0 13px;
	font: 18px/33px 'pf_din_text_cond_proMdIt';
	color: #fff!important;
	background: #ff000d;
	margin: 10px 0 20px;
}
.embed-container-list{
	overflow: hidden;
}
.embed-container-list .item{
	width: 33.33333333%;
	float: left;
}
.embed-container-list .embed-container{
	position: relative;
	padding-bottom: 410px;
	margin: 0 8px;
	height: 0;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.embed-container-list .embed-container iframe,
.embed-container-list .embed-container object,
.embed-container-list .embed-container embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.b-instagram{
	background: url(../img/cheerleader/bg/ig-all.gif) 0 0 repeat-x #4d4d4d;
}
.b-instagram .in{
	padding: 20px 30px 11px;
}
.b-instagram h2{
	font: 36px/100% 'pf_din_text_cond_proBdIt';
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0 0 0 50px;
	background: url(../img/cheerleader/icon/ig.png) 0 2px no-repeat
}
.b-instagram .list{
	margin-bottom: 11px;
	overflow: hidden;
}
.b-instagram .list .item{
	float: left;
	width: 20%;
	vertical-align: top;
	text-align: center;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.b-instagram .list .item a{
	display: block;
	margin: 0 5px;
}
.b-instagram .list .item img{
	width: 100%!important;
	height: auto!important;
}
.b-instagram .list .item:first-child{
	text-align: left;
	padding-left: 0;
}
.b-instagram .list .item:last-child{
	text-align: right;
	padding-right: 0;
}
.b-instagram .list .item a{
	display: inline-block;
	vertical-align: top;
	border: 6px solid #fff;
}
.b-instagram .more{
	text-align: right;
}
.b-instagram .more a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background: #000;
	padding: 0;
	font: 14px/35px 'pf_din_text_cond_proMdIt';
	text-transform: uppercase;
	margin: 0 62px 0 28px;
}
.b-instagram .more a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: -20px;
	top: 0;
	padding: 0 50px 0 20px;
	background: #000;
	z-index: 1;

	-webkit-transform: skew(-27deg);
       -moz-transform: skew(-27deg);
         -o-transform: skew(-27deg);
         	transform: skew(-27deg);

}
.b-instagram .more a:after{
	content: '';
	position: absolute;
	width: 16px;
	height: 10px;
	right: -26px;
	top: 12px;
	background: url(../img/icon/enter.png) 100% 50% no-repeat;
	z-index: 2;
}

.b-instagram .more a span{
	position: relative;
	z-index: 5;
}

#media-popup{
	overflow-x: hidden;
}

.cherry-logo-block{
	position: relative;

}
.cherry_logo{
	max-width: 300px;
	position: absolute;
	left:0;
	right: 0;
	top: 50px;
	margin: auto;
}
.cherry_logo img{
	max-width: 100%;
}


@media only screen and (max-width: 1280px) {
	.cheerleader-list .cl-row[data-row="4"] .description{
		width: 225px;
	}
}