@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,button,input,p,blockquote,th,td{
	margin:0;
	padding:0;
}

fieldset,img{
	border:0;
}

img,object,embed{
	vertical-align:bottom;
}

address,caption,cite,code,dfn,em,th,var{
	font-weight:normal; 
	font-style:normal;
}

ol,ul{
	list-style:none;
}

caption,th{
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

q:before,q:after{
	content:'';
}

a *{
	cursor:pointer;
}

input,textarea{
	outline:none;
}

@font-face{
	font-family:'Ico Moon';
	font-weight:normal;
	font-style:normal; 

	src:url('https://privatecasting-x.com/fonts/icomoon.eot');
	src:url('https://privatecasting-x.com/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('https://privatecasting-x.com/fonts/icomoon.woff') format('woff'), url('https://privatecasting-x.com/fonts/icomoon.ttf') format('truetype'), url('https://privatecasting-x.com/fonts/icomoon.svg#Ico Moon') format('svg');
}

@media screen and (-webkit-min-device-pixel-ratio: 0){
	@font-face{
		font-family:'Ico Moon';

		src:url('https://privatecasting-x.com/fonts/icomoon.svg#Ico Moon') format('svg');
	}
}

html{
	min-width:320px;
	height:100%;

	-webkit-text-size-adjust:100%;
	    -ms-text-size-adjust:100%;
}

body{
	font:12px / 1.3 'Roboto', sans-serif;
	position:relative;
	min-width:320px;
	height:100%;
	color:#000;
	background:#fff;
}

a{
	text-decoration:none; 
	color:#2600ff;
}

input{
	border-radius:0; 
	outline:none;
	-webkit-appearance:none;
}

*{
	outline:none;
}

*{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
*:before,*:after{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
* ::-moz-selection{
	color:#fff; 
	background:#2600ff;
}
* ::selection{
	color:#fff; 
	background:#2600ff;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color:#999;
}

input:-moz-placeholder,textarea:-moz-placeholder{
	opacity:1; 
	color:#999;
}

input::-moz-placeholder,textarea::-moz-placeholder{
	font-size:14px;
	opacity:1; 
	color:#000;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder{
	color:#999;
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{
	color:transparent;
}

input:focus:-moz-placeholder,textarea:focus:-moz-placeholder{
	color:transparent;
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{
	color:transparent;
}

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{
	color:transparent;
}

input.placeholder,textarea.placeholder{
	color:#999 !important;
}

.hidden {
	opacity: 0;
}

.nav_footer li{
	display:inline-block;
	padding-left:10px; 
	vertical-align:middle;
}
.nav_footer li:before{
	padding-right:10px;
	content:'|';
	color:#fff;
}
.nav_footer li:first-child{
	padding-left:0;
}
.nav_footer li:first-child:before{
	display:none;
	padding-right:0;
}

.wrapper{
	display:table;
	overflow:hidden; 
	width:100%;
	height:100%;
	table-layout:fixed;
}

.container{
	max-width:1560px;
	margin:0 auto;
	padding:0 10px;
}
.container.inner{
	max-width:1100px;
}

[class^='icon-'],[class*=' icon-']{
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family:'Ico Moon' !important;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	line-height:1;
	text-transform:none;

	speak:none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.icon-shape-704:before {
  content: "\e914";
}
.icon-shape-710:before {
  content: "\e900";
}
.icon-shape-12:before {
  content: "\e901";
}
.icon-shape-14:before {
  content: "\e902";
}
.icon-shape-13:before {
  content: "\e903";
}
.icon-arrow:before {
  content: "\e904";
}
.icon-clock:before {
  content: "\e905";
}
.icon-eye:before {
  content: "\e906";
}
.icon-arrow-bottom:before {
  content: "\e907";
}
.icon-cam:before {
  content: "\e908";
}
.icon-castle:before {
  content: "\e909";
}
.icon-cross:before {
  content: "\e90a";
}
.icon-play:before {
  content: "\e90b";
}
.icon-reload:before {
  content: "\e90c";
}
.icon-shield:before {
  content: "\e90d";
}
.icon-shape-132:before {
  content: "\e90e";
}
.icon-shape-122:before {
  content: "\e90f";
}
.icon-shape-11:before {
  content: "\e910";
}
.icon-shape-10:before {
  content: "\e911";
}
.icon-shape-9:before {
  content: "\e912";
}
.icon-shape-8:before {
  content: "\e913";
}


.header{
	position:relative;
	z-index:1; 
	padding:15px 0;
	border-bottom: 3px solid #f8c500;
	background:url('https://privatecasting-x.com/images/bg-header.jpg');
}
.header .cols{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px){
	.index .header .cols {
	   -webkit-box-pack: center;
	       -ms-flex-pack: center;
	           justify-content: center;
	}

	.index .header .col {
		width: 100%;
		text-align: center;
	}


}
.header .col{
	font-size:0; 
	vertical-align:middle;
}
.header .col.second{
	white-space:nowrap;
}

.logo{
	display:inline-block;
	vertical-align:middle;
	width: 352px;
	padding: 0 10px 0 0;
}

.logo img {
	width: 100%;
}
@media screen and (max-width: 767px){
	.logo{
		padding: 0 0 10px;
	}
}

@media screen and (max-width: 639px){
	.logo{
		width: 250px;
	}
}
@media screen and (max-width: 479px){
	.logo{
		font-size:18px;
	}
}
@media screen and (max-width: 639px){
	.inner .logo{
		width: 230px;
	}
}
.logo a{
	display:block;
}

.slogan{
	font:500 16px/24px 'Roboto', sans-serif;
	display:inline-block;
	vertical-align:middle; 
	color:#fff;
	text-align: center;
}

.slogan .color {
	color: #f7ca00;
}
@media screen and (max-width: 1450px){
	.slogan{
		font:500 14px/20px 'Roboto', sans-serif;
	}
}
@media screen and (max-width: 1250px){
	.slogan{
		display:none;
	}
}
.slogan span{
	color:#c4005f;
}
.slogan em{
	font-weight:300; 
	color:#00d2ec;
}

.hd_slogan{
	display:inline-block;
	vertical-align:middle;
}
@media screen and (max-width: 1370px){
	.hd_slogan{
		//display:none;
	}
}

.nav{
	font-size:0;
}
.nav .item{
	font:14px/1.3 'Roboto', sans-serif;
	position:relative;
	display:inline-block;
	padding-left:5px;
	vertical-align:middle;
	text-transform:uppercase;
}
@media screen and (max-width: 479px){
	.nav .item{
		font-size:11px;
	}
}
.nav .item:first-child{
	padding-left:0;
}
@media screen and (min-width: 959px){
	.nav .item:hover .site_list{
		color:#fff;
		border-bottom-right-radius:0; 
		border-bottom-left-radius:0;
    background-color: #86a6d7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#87a7d8), color-stop(50%, #86a5d7), color-stop(51%, #507ec7), to(#517ec7));
	background-image: -webkit-linear-gradient(top, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
	background-image: -o-linear-gradient(top, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
	background-image: linear-gradient(to bottom, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
	}
	.nav .item:hover .site_list:before{
		display:block;
	}
	.nav .item:hover .dropable{
		display:block;
	}
}
@media screen and (max-width: 959px){
	.nav .item.open .site_list{
		color:#fff;
		border-bottom-right-radius:0; 
		border-bottom-left-radius:0;
		background:#00a6c4;
	}
	.nav .item.open .site_list:before{
		display:block;
	}
	.nav .item.open .dropable{
		display:block;
	}
}
.nav .item.join_link{
	font:700 24px/1.3 'Roboto', sans-serif;
	min-width:152px;
	padding-left:8px; 
	text-align:center;
}
@media screen and (max-width: 639px){
	.nav .item.join_link{
		font-size:14px;
	}
}
@media screen and (max-width: 479px){
	.nav .item.join_link{
		font-size:11px; 
		min-width:inherit;
		padding-left:5px;
	}
}
.nav .item.join_link .item_link{
	padding:10px;
	-webkit-box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.35);
	        box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.35);
	border-radius: 5px;
	background-color: #f7c000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbd920), color-stop(50%, #fad020), color-stop(51%, #f7bf00), to(#f3a600));
	background-image: -webkit-linear-gradient(top, #fbd920 0%, #fad020 50%, #f7bf00 51%, #f3a600 100%);
	background-image: -o-linear-gradient(top, #fbd920 0%, #fad020 50%, #f7bf00 51%, #f3a600 100%);
	background-image: linear-gradient(to bottom, #fbd920 0%, #fad020 50%, #f7bf00 51%, #f3a600 100%);
	color: #111113;
	font-family: "Roboto";
	font-size: 24px;
	font-weight: 900;
	line-height: 26px;
	text-transform: uppercase;

}
.nav .item.join_link .item_link:hover{
	background-color: #86a6d7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#87a7d8), color-stop(50%, #86a5d7), color-stop(51%, #507ec7), to(#517ec7));
	background-image: -webkit-linear-gradient(top, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
	background-image: -o-linear-gradient(top, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
	background-image: linear-gradient(to bottom, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
}
.nav .item .item_link{
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display:block;
	padding:12px 20px;
	color:#000;
	border-radius:5px;
	background:#eee;
	font-size:14px; 
	font-weight: 900;
	text-transform: uppercase;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), color-stop(50%, #d6d6d6), color-stop(51%, #c2c2c2), to(#a7a7a7));
	background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #d6d6d6 50%, #c2c2c2 51%, #a7a7a7 100%);
	background-image: -o-linear-gradient(top, #f0f0f0 0%, #d6d6d6 50%, #c2c2c2 51%, #a7a7a7 100%);
	background-image: linear-gradient(to bottom, #f0f0f0 0%, #d6d6d6 50%, #c2c2c2 51%, #a7a7a7 100%);
}
@media screen and (max-width: 639px){
	.nav .item .item_link{
		padding:10px;
	}
}
.nav .item .item_link:hover{
	text-decoration:none;
	color:#fff; 
    background-color: #86a6d7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#87a7d8), color-stop(50%, #86a5d7), color-stop(51%, #507ec7), to(#517ec7));
	background-image: -webkit-linear-gradient(top, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
	background-image: -o-linear-gradient(top, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
	background-image: linear-gradient(to bottom, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
}
.nav .item .site_list{
	font-size:0; 
	display:block;
	padding:12px 20px;
	cursor:pointer;
	color:#000;
	border-radius:5px;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), color-stop(50%, #d6d6d6), color-stop(51%, #c2c2c2), to(#a7a7a7));
	background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #d6d6d6 50%, #c2c2c2 51%, #a7a7a7 100%);
	background-image: -o-linear-gradient(top, #f0f0f0 0%, #d6d6d6 50%, #c2c2c2 51%, #a7a7a7 100%);
	background-image: linear-gradient(to bottom, #f0f0f0 0%, #d6d6d6 50%, #c2c2c2 51%, #a7a7a7 100%);
}
@media screen and (max-width: 639px){
	.nav .item .site_list{
		padding:10px;
	}
}
.nav .item .site_list:before{
	position:absolute;
	bottom:-6px;
	left:0;
	display:none;
	width:100%; 
	height:6px;
	content:'';
	background:#527ec7;
}
.nav .item .site_list:hover{
	text-decoration:none;
	color:#fff; 
    background-color: #86a6d7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#87a7d8), color-stop(50%, #86a5d7), color-stop(51%, #507ec7), to(#517ec7));
	background-image: -webkit-linear-gradient(top, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
	background-image: -o-linear-gradient(top, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
	background-image: linear-gradient(to bottom, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
}
.nav .item span{
	font-size:14px; 
	display:inline-block;
	vertical-align:middle;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 5px 0 0;
}

.nav .item .icon-arrow{
	font-size:6px;
	display:inline-block;
	vertical-align:middle;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.nav .item:hover .icon-arrow {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

@media screen and (max-width: 479px){
	.nav .item .icon-arrow{
		font-size:5px;
	}
}
.nav .dropable{
	position:absolute;
	top:100%;
	left:0;
	display:none; 
	padding-top:5px;
}
.nav .drop{
	overflow:hidden;
	min-width:155px; 
	border-radius:5px;
	border-top-left-radius:0;
	background:#527ec7;
}
@media screen and (max-width: 479px){
	.nav .drop{
		min-width:125px;
	}
}
.nav .drop li{
	font-size:14px;
	font-weight:300;
	line-height:1.3;
	display:block;
	text-align:left;
}
@media screen and (max-width: 479px){
	.nav .drop li{
		font-size:11px;
	}
}
.nav .drop li a{
	display:block;
	padding:12px 17px;
	color:#fff;
	display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav .drop li a:hover{
	background:#f9d028;
	color: #000;
}
.nav .drop li.img img{
	display:block;
	width:100%;
	height:auto;
	max-width: 112px;
}
.nav .drop li.img a:hover{
	background:none;
}

.main{
	padding-top:20px;
}

.thumbs .holder{
	font-size:0;
	margin:-20px 0 0 -10px; 
	text-align:center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.thumbs .th{
	font-size:14px;
	display:inline-block;
	width:20%;
	padding:20px 0 0 10px;
	text-align:left;
	vertical-align:top;
}
@media screen and (max-width: 1279px){
	.thumbs .th{
		width:25%;
	}
}
@media screen and (max-width: 1000px){
	.thumbs .th{
		width:33.333%;
	}
}
@media screen and (max-width: 740px){
	.thumbs .th{
		width:50%;
	}
}
@media screen and (max-width: 479px){
	.thumbs .th{
		width:100%;
	}
}

.thumbs .thumb_wrap{
	display:block;
	color:#000;
	background-color: #f4f4f4;
}
@media screen and (min-width: 1024px){
	.thumbs .thumb_wrap:hover .icon-play{
		-webkit-transform:translate(-50%, -50%) scale(1);
		    -ms-transform:translate(-50%, -50%) scale(1);
		        transform:translate(-50%, -50%) scale(1);
	}


}

	.thumbs .thumb_wrap:hover .info-th{
		opacity: 1;
	}

.thumbs .wrap_image{
	position:relative;
	display:block;
	padding-bottom: 83.34%;
}

.thumbs .spot .thumb_wrap {
	border: 2px solid #1b69e9;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

.thumbs .spot.one .thumb_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	flex-direction: column;
}

.thumbs .spot .wrap_image {
	padding-bottom: 0%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	position: absolute;
}
.thumbs .wrap_image img{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.thumbs .spot .thumb_wrap {
	background: url('https://privatecasting-x.com/images/bg-footer.jpg');
	background-size: cover;
}

.thumbs .spot .text {
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	line-height: 28px;
	text-align: center;
	white-space: nowrap; 
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding: 1px 10px;
}

.thumbs .spot.one .text {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.thumbs .spot .wrap_image img {
	position: relative;
	height: auto;
	padding: 0 17px;
}

.thumbs .spot .wrap_image img.img-two {
	display: none;
}

.thumbs .spot .wrap_image img.img-one {
	display: block;
}
/*
@media screen and (max-width: 1080px){
	.thumbs .spot .wrap_image img.img-two {
		display: block;
	}

	.thumbs .spot .wrap_image img.img-one {
		display: none;
	}
}

@media screen and (max-width: 1000px){
	.thumbs .spot .wrap_image img.img-two {
		display: none;
	}

	.thumbs .spot .wrap_image img.img-one {
		display: block;
	}
}

@media screen and (max-width: 920px){
	.thumbs .spot .wrap_image img.img-two {
		display: block;
	}

	.thumbs .spot .wrap_image img.img-one {
		display: none;
	}
}

@media screen and (max-width: 740px){
	.thumbs .spot .wrap_image img.img-two {
		display: none;
	}

	.thumbs .spot .wrap_image img.img-one {
		display: block;
	}
}

@media screen and (max-width: 620px){
	.thumbs .spot .wrap_image img.img-two {
		display: block;
	}

	.thumbs .spot .wrap_image img.img-one {
		display: none;
	}
}
*/
@media screen and (max-width: 992px){
	.thumbs .spot .wrap_image img {
		padding: 0 17px;
	}
}

@media screen and (max-width: 830px){
	.thumbs .spot .wrap_image img {
		padding: 0 10px;
	}
}

@media screen and (max-width: 740px){
	.thumbs .spot .wrap_image img {
		padding: 0 17px;
	}
}

@media screen and (max-width: 575px){
	.thumbs .spot .wrap_image img {
		padding: 0 10px;
	}
}

@media screen and (max-width: 480px){
	.thumbs .spot .wrap_image {
		padding: 0 17px;
		text-align: center;
	}
	.thumbs .spot .wrap_image img {
		padding: 0;
		max-width: 274px;
		display: inline-block;
		margin: 0 auto;
	}
}

.thumbs .spot.two .thumb_wrap img {
	width: 100%;
	height: auto;
}

.thumbs .spot.two .thumb_wrap,
.thumbs .spot.three .thumb_wrap {
	position: relative;
	display: block;
    padding-bottom: 101%;
    background: url('https://privatecasting-x.com/images/spot-bg-02.jpg');
    background-size: cover;
}

@media screen and (max-width: 1475px) and (min-width: 1279px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
		padding-bottom: 103%;
	}
}

@media screen and (max-width: 1340px) and (min-width: 1279px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
		padding-bottom: 105%;
	}
}

@media screen and (max-width: 1185px) and (min-width: 992px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
		padding-bottom: 103%;
	}
}

@media screen and (max-width: 1050px) and (min-width: 992px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
		padding-bottom: 105%;
	}
}

@media screen and (max-width: 992px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
    	padding-bottom: 101%;
	}
}

@media screen and (max-width: 875px) and (min-width: 830px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
		padding-bottom: 104%;
	}
}

@media screen and (max-width: 830px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
    	padding-bottom: 106%;
	}
}

@media screen and (max-width: 740px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
    	padding-bottom: 100%;
	}
}

@media screen and (max-width: 650px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
    	padding-bottom: 102%;
	}
}

@media screen and (max-width: 575px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
    	padding-bottom: 105%;
	}
}

@media screen and (max-width: 510px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
    	padding-bottom: 107%;
	}
}

@media screen and (max-width: 490px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
    	padding-bottom: 109%;
	}
}

@media screen and (max-width: 480px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
    	padding-bottom: 81%;
	}
}

@media screen and (max-width: 440px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
    	padding-bottom: 88%;
	}
}

@media screen and (max-width: 400px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
    	padding-bottom: 96%;
	}
}

@media screen and (max-width: 370px){
	.thumbs .spot.two .thumb_wrap,
	.thumbs .spot.three .thumb_wrap {
    	padding-bottom: 101%;
	}
}

.thumbs .spot.two .text-block {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
}

.thumbs .spot.two .color-text{
	color: #f6be00;
	font-size: 27px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

.thumbs .spot.two .color-text .big {
	font-size: 34px;
}

.thumbs .spot.two .color-text .big i {
	font-size: 28px;
}

.thumbs .spot.two .color-text .color {
	color: #0084ff;
	font-size: 34px;
	font-weight: 700;
	margin: 10px 0 0;
	display: inline-block;
}

.thumbs .spot.three .thumb_wrap {
	background: #fff;
}

.thumbs .spot.three .spot-top,
.thumbs .spot.three .main-spot,
.thumbs .spot.three .bottom-spot {
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.thumbs .spot.three .spot-top i {
	color: #1b69e9;
	font-size: 27px;
}

.thumbs .spot.three .spot-top .texts {
	color: #a0a0a0;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	line-height: 28px;
}

.thumbs .spot.three .main-spot {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.thumbs .spot.three .main-spot .title {
	color: #1b69e9;
	font-family: 'Roboto';
	font-size: 23px;
	font-weight: 500;
	line-height: 25px;
}

.thumbs .spot.three .main-spot .texts {
	color: #323232;
	font-size: 13px;
	font-weight: 500;
	line-height: 25px;
}

.thumbs .spot.three .bottom-spot {
	bottom: 12px;
	top: auto;
}

.thumbs .spot.three .bottom-spot .item {
	width: 33.33%;
	border-top: 1px solid #a0a0a0;

}

.thumbs .spot.three .bottom-spot .texts {
	font-size: 9px;
	font-weight: 300;
	line-height: 18px;
	color: #a0a0a0;
}

.thumbs .spot.three .bottom-spot .texts .color {
	color: #323232;
}

.thumbs .wrap_image .info-th {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 29px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s; 
}

.thumbs .wrap_image .info-th span {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	line-height: 21px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	margin: 0 0 3px;
}

.thumbs .icon-play{
	font-size:94px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%) scale(0);
	    -ms-transform:translate(-50%, -50%) scale(0);
	        transform:translate(-50%, -50%) scale(0);
	color: #050507;
	opacity: 0.4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}

.thumbs .tools{
	display:block;
	padding:8px; 
	background-color: #f4f4f4;
	border-radius: 0px 0 5px 5px;
}

.thumbs .caption{
	position:relative; 
	display:block;
	overflow:hidden;
	white-space:nowrap;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
}
.thumbs .caption:after{
	position:absolute;
	top:0;
	right:0;
	width:15px;
	height:100%; 
	content:'';
	background:-webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0)), to(rgba(244, 244, 244, 1)));
	background:-webkit-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 100%);
	background:-o-linear-gradient(left, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 100%);
	background:linear-gradient(to right, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 1) 100%);
}

.thumbs .sub{
	font-size:0;
	display:block;
	padding-top:8px;
	text-align:justify;
	text-justify:newspaper;
}
.thumbs .sub:after{
	display:inline-block;
	width:100%; 
	content:'';
	vertical-align:top;
}

.thumbs .box_view{
	font-size:0; 
	display:inline-block;
	vertical-align:middle;
}

.thumbs .item_box{
	font-size:12px;
	display:inline-block;
	padding-left:10px; 
	vertical-align:middle;
}
.thumbs .item_box:first-child{
	padding-left:0;
}
.thumbs .item_box i{
	display:inline-block;
	vertical-align:middle;
	color:#899bb9;
	font-size: 17px;
}

.thumbs .item_box i.icon-shape-14 {
	font-size: 13px;
}

.thumbs .item_box em{
	font-size:12px; 
	display:inline-block;
	vertical-align:middle;
	color: #899bb9;
	font-weight: 400;
	padding: 0 0 0 4px;
}
@media screen and (max-width: 1000px){
	.thumbs .item_box em{
		font-size:11px;
	}
}

.thumbs .rate{
	font-size:0; 
	display:inline-block;
	vertical-align:middle;
}

.thumbs .item_rate{
	display:inline-block;
	vertical-align:middle;
	padding: 0 1px 0 0;
}

.thumbs .item_rate i{
	font-size: 16px;
	color: #bebebe;
	opacity: .8;
}

.thumbs .item_rate.full i {
	color: #1766e6;
	opacity: 0.6;
}
@media screen and (max-width: 1139px){
	.thumbs .item_rate{
		width:14px;
	}
}
@media screen and (max-width: 740px){
	.thumbs .item_rate{
		width:12px;
	}
}
.thumbs .item_rate img{
	display:block;
	width:100%;
	height:auto;
}

.pagination{
	margin:30px 0 0 -5px;
}
@media screen and (max-width: 639px){
	.pagination{
		margin:20px 0 0 -3px;
	}
}
.pagination .holder{
	font-size:0;
	text-align:center;
}

.item_page{
	font-size:14px;
	line-height:38px;
	display:inline-block;
	min-width:48px; 
	padding:0 0 0 5px;
	vertical-align:top;
}
@media screen and (max-width: 639px){
	.item_page{
		line-height:30px;
		min-width:30px;
		padding-left:3px;
	}
}
.item_page.prev .icon-arrow{
	font-size:6px; 
	display:inline-block;
	-webkit-transform:rotate(90deg);
	    -ms-transform:rotate(90deg);
	        transform:rotate(90deg);
	vertical-align:middle;
}
.item_page.next .icon-arrow{
	font-size:6px; 
	display:inline-block;
	-webkit-transform:rotate(-90deg);
	    -ms-transform:rotate(-90deg);
	        transform:rotate(-90deg);
	vertical-align:middle;
}
.item_page span{
	display:block;
	color:#fff;
	border-radius:6px; 
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 700;
	background-color: #517ec7;
}
.item_page a{
	display:block;
	padding:0 2px;
	border-radius:5px;
	background:#f4f4f4;
	color: #899bb9;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.item_page a:hover{
	background-color: #d2dbe9;
}

.contain_banner{
	margin-top:50px; 
	text-align:center;
}

.sponsor_link{
	font:900 65px/1.3 'Roboto', sans-serif;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display:inline-block;
	min-width:868px;
	border-radius:5px;
	background-color: #f7c000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbd920), color-stop(50%, #fad020), color-stop(51%, #f7bf00), to(#f3a600));
	background-image: -webkit-linear-gradient(top, #fbd920 0%, #fad020 50%, #f7bf00 51%, #f3a600 100%);
	background-image: -o-linear-gradient(top, #fbd920 0%, #fad020 50%, #f7bf00 51%, #f3a600 100%);
	background-image: linear-gradient(to bottom, #fbd920 0%, #fad020 50%, #f7bf00 51%, #f3a600 100%);
	-webkit-box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.35);
	        box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.35);
}

.sponsor_link:hover {
	background-color: #86a6d7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#87a7d8), color-stop(50%, #86a5d7), color-stop(51%, #507ec7), to(#517ec7));
	background-image: -webkit-linear-gradient(top, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
	background-image: -o-linear-gradient(top, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
	background-image: linear-gradient(to bottom, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
}

@media screen and (max-width: 1000px){
	.sponsor_link{
		min-width:100%;
	}
}
@media screen and (max-width: 480px){
	.sponsor_link{
		font-size:16px;
		font-weight:300;
	}
}
.sponsor_link a{
	display:block;
	color: #000000;
	font-family: "Roboto";
	font-weight: 900;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	padding:20px 80px;
}

.link_sponsor{
	font:900 45px/1.3 'Roboto', sans-serif;
	margin-bottom:15px; 
	text-align:center;
	color:#000;
}

@media screen and (max-width: 640px){
	.link_sponsor {
		font-size: 35px;
	}
}

.sponsor_link:hover a {
	color: #fff;
}

@media screen and (max-width: 1024px){
	.sponsor_link a{
		font-size: 45px;
		padding: 15px 50px;
	}
}

@media screen and (max-width: 767px){
	.sponsor_link a{
		font-size: 34px;
		padding: 15px 0;
	}
}

@media screen and (max-width: 550px){
	.sponsor_link a{
		font-size: 25px;
	}
}

@media screen and (max-width: 440px){
	.sponsor_link a{
		font-size: 21px;
	}
}

@media screen and (max-width: 480px){
	.link_sponsor{
		font-size:20px;
	}
}

.text_primary{
	color:#517ec7;
}

.thumbs_inner{
	font-size:0;
	margin:-12px 0 0 -10px; 
	text-align:center;
}
.thumbs_inner .th_item{
	display:inline-block;
	width:33.333%; 
	padding:12px 0 0 10px;
	text-align:left;
	vertical-align:top;
}
@media screen and (max-width: 767px){
	.thumbs_inner .th_item{
		width:50%;
	}
}
@media screen and (max-width: 479px){
	.thumbs_inner .th_item{
		width:100%;
	}
}
.thumbs_inner .thumb_wrap{
	display:block;
}
.thumbs_inner .thumb_wrap:hover .title{
	color:#517ec7;
}
.thumbs_inner .wrap_image{
	display:block;
}
.thumbs_inner .wrap_image img{
	display:block;
	width:100%;
	height:auto;
}
.thumbs_inner .title{
	font-size:18px;
	display:block;
	padding:10px;
	text-align:center;
	color:#000;
	font-weight: 900;
	background: #f4f4f4;
	border-radius: 0 0 5px 5px;
}

.form_box{
	margin-bottom:34px;
}
.form_box .heading{
	margin-bottom:18px;
}
.form_box .title_heading{
	font:22px/1.3 'Roboto', sans-serif;
	text-transform:uppercase;
	color:#000;
	font-weight: 900;
}
.form_box .player{
	position:relative;
}
.form_box .player img{
	display:block;
	width:100%;
	height:auto;
}
.form_box .tools{
	padding:14px 14px 30px;
	background: #f4f4f4;
	border-radius: 0 0 5px 5px;
}
.form_box .description{
	font-size:14px;
	line-height:24px;
	color: #000;
	font-weight: 400;
}
.form_box .description span{
	color:#727272;
}
.form_box .members_list{
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #c9c9c9;
}
.form_box .title_list{
	font:900 36px/1.3 'Roboto', sans-serif;
	margin-bottom:30px; 
	text-align:center;
	text-transform:uppercase;
	color:#517ec7;
}
@media screen and (max-width: 479px){
	.form_box .title_list{
		font-size:28px;
	}
}
.form_box .wrap_list{
	max-width:960px;
	margin:0 auto;
}
.form_box .list{
	font:0/1.3 'Roboto', sans-serif;
	margin:-15px 0 0 -28px;
}
.form_box .item{
	display:inline-block;
	width:50%;
	padding:15px 0 0 28px; 
	vertical-align:middle;
	color:#000;
}
@media screen and (max-width: 479px){
	.form_box .item{
		width:100%;
	}
}
.form_box .wrap{
	display:table;
	width:100%;
}
.form_box .icon_wrap{
	display:table-cell;
	width:62px;
	padding-right:10px; 
	text-align:center;
	vertical-align:middle;
}
.form_box .icon_wrap i{
	display:inline-block;
	vertical-align:middle;
}
.form_box .icon_wrap i{
	font-size:37px;
}
@media screen and (max-width: 767px){
	.form_box .icon_wrap i {
		font-size:26px;
	}
}

.form_box .text{
	font-size:24px; 
	display:table-cell;
	vertical-align:middle;
	color: #000;
	font-weight: 900;
	text-decoration: none;
}
@media screen and (max-width: 767px){
	.form_box .text{
		font-size:14px;
	}
}

.form{
	position:absolute;
	top:5px;
	left:50%;
	width:506px;
	margin:0 auto;
	padding:12px 20px; 
	-webkit-transform:translateX(-50%); 
	    -ms-transform:translateX(-50%); 
	        transform:translateX(-50%);
	background:rgba(255, 255, 255, .9);
	border-radius: 5px;
}
@media screen and (max-width: 1075px){
	.form{
		position:static;
		right:auto;
		left:auto;
		width:100%;
		-webkit-transform:none;
		    -ms-transform:none;
		        transform:none;
		background:rgba(0, 0, 0, .1);
	}
}
@media screen and (max-width: 639px){
	.form{
		min-width:100%;
		padding:10px;
	}
}
.form legend{
	font:22px/1 'Roboto', sans-serif;
	width:100%;
	padding:0;
	text-align:center;
	text-transform:uppercase; 
	color:#000;
	font-weight: 900;
}
.form legend strong{
	color:#f80000;
}
.form legend em{
	color:#517ec7;
	font-weight: 900;

}
@media screen and (max-width: 1075px){
	.form .row_text.first{
		display:none;
	}
}
.form .row_text span{
	font-size:18px;
}
@media screen and (max-width: 479px){
	.form .row_text span{
		font-size: 15px;
		letter-spacing: -0.6px;
	}
}

@media screen and (max-width: 350px){
	.form .row_text span{
		font-size: 14px;
		letter-spacing: -0.6px;
	}
}

.wrap_image_player{
	position:relative;
}
.wrap_image_player .text_modal{
	font: 900 22px/1 'Roboto', sans-serif;
	position:absolute;
	top:50%;
	right:0;
	left:0;
	display:none;
	width:100%;
	margin:0 auto;
	padding:10px 0;
	-webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
	text-align:center;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	border-top:1px solid rgba(255, 255, 255, .4);
	border-bottom:1px solid rgba(255, 255, 255, .4); 
	background:rgba(0, 0, 0, .5);
}
.wrap_image_player .text_modal strong{
	color:#f80000;
}
.wrap_image_player .text_modal em{
	color:#1b65e0;
	font-weight: 900;
}
@media screen and (max-width: 1075px){
	.wrap_image_player .text_modal{
		display:block;
	}
}
@media screen and (max-width: 767px){
	.wrap_image_player .text_modal{
		font-size:18px;
	}
}
@media screen and (max-width: 639px){
	.wrap_image_player .text_modal{
		font-size:16px;
	}
}
@media screen and (max-width: 479px){
	.wrap_image_player .text_modal{
		font-size:14px;
	}
}

.form-group{
	margin-top:13px;
}
.form-group:first-child{
	margin-top:0;
}
.form-group label{
	font-size:12px;
	display:inline-block;
	max-width:100%;
	margin-bottom:5px; 
	color:#1d1d1d;
}

.form-group>.title{
	font-family:'Roboto', sans-serif;
	font-size:16px;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
	text-transform:uppercase;
	color:#000;
	font-weight: 900;
}

.form-group>.title span{
	font-weight:900; 
	color:#676767;
}

.form-control{
	font-family:'Roboto', sans-serif;
	font-size:14px;
	line-height:1.428571429;
	display:block;
	width:100%;
	max-width:280px;
	height:44px;
	padding:10px 14px;
	color:#000;
	background-image:none;
	border-radius: 5px;
	border: none;
}
@media screen and (max-width: 1024px){
	.form-control{
		max-width:100%;
	}
}

.radio,.checkbox{
	position:relative;
	display:block;
	margin-top:8px;
}

.radio{
	padding-left:20px;
}

.radio input[type='radio']{
	z-index:1;
	opacity:0;
	outline:none;
}

input[type='radio'],input[type='checkbox']{
	line-height:normal;
}

.radio input[type='radio'],.radio-inline input[type='radio'],.checkbox input[type='checkbox'],.checkbox-inline input[type='checkbox']{
	position:absolute;
	margin-top:4px \9; 
	margin-left:-20px;
}

.radio label,.checkbox label{
	font-weight:normal;
	margin-bottom:0;
	padding-left:20px;
	cursor:pointer;
}

.radio label{
	position:relative;
	display:inline-block;
	padding-left:5px;
}

.radio label::after{
	position:absolute;
	top:5px;
	left:3px;
	display:inline-block;
	display:none; 
	width:6px;
	height:6px;
	margin-left:-18px;
	content:' ';
	border-radius:50%;
	background-color:#517ec7;
}

.radio label::before{
	position:absolute;
	left:0;
	display:inline-block;
	width:16px;
	height:16px;
	margin-left:-20px;
	content:'';
	border:1px solid #ababab;
	border-radius:50%;
	background-color:#fff;
}

.radio label::after{
	opacity:.8; 
	background:#517ec7;
}

.radio input[type='radio']:checked+label::after{
	display:block;
}

.radio_container .radio-box{
	margin-top:5px;
	padding:0 0 0 30px;
	cursor:pointer;
	background:#fff;
	border-radius: 5px;
	overflow: hidden;
}

.radio_container .radio-box:hover{
	background:#517ec7;
}

.radio_container .radio-box:hover small,.radio_container .radio-box:hover .element-group .title,.radio_container .radio-box:hover .price{
	color:#fff;
}

.radio_container .element-group>.element-group{
	float:left;
}

.radio_container .element-group-justified>.element-group{
	display:table-cell;
	float:none;
	width:1%;
}

.radio_container .radio-box label{
	display:block;
	height:100%;
}

.radio_container .radio-box label::before{
	top:50%;
	margin-top:-9px;
}

.radio_container .radio-box label::after{
	top:50%;
	margin-top:-4px;
}

.radio_container .text-right{
	text-align:right;
}

.radio_container .element-group{
	height:100%;
}

.radio_container .element-group .title{
	font-size:16px;
	font-weight:900;
	line-height:18px;
	display:block; 
	text-transform:none;
	color:#1d1d1d;
}
@media screen and (max-width: 639px){
	.radio_container .element-group .title{
		font-size:12px;
		line-height:14px;
	}
}

.radio_container small{
	font-size:10px;
	font-weight:400;
	display:block;
	color:#878787;
}

.radio_container .element-group .element-group{
	width:auto;
}

.radio_container .element-group .element-group:first-child{
	width:215px;
}
@media screen and (max-width: 639px){
	.radio_container .element-group .element-group:first-child{
		width:180px;
	}
}
@media screen and (max-width: 479px){
	.radio_container .element-group .element-group:first-child{
		width:100%;
	}
}

.radio_container .element-group-justified{
	display:table;
	width:100%;
	border-collapse:separate;
}

.radio_container .element-group,.radio_container .element-group-vertical{
	position:relative;
	vertical-align:middle;
}

.radio_container .radio-box .price{
	font-size:30px;
	font-weight:900;
	line-height:1;
	display:block;
	padding:8px 10px; 
	color:#517ec7;
}
@media screen and (max-width: 639px){
	.radio_container .radio-box .price{
		font-size:16px;
		padding: 8px 15px 8px 10px;
	}
}
.radio_container .radio-box .price sup{
	font-size:18px;
	line-height:17px;
}
@media screen and (max-width: 639px){
	.radio_container .radio-box .price sup{
		font-size:12px;
	}
}

.radio_container .badge-tag{
	font-size:12px;
	font-weight:300;
	line-height:1.2;
	position:relative;
	display:inline-block;
	width:92px;
	height:50px;
	margin-left:5px; 
	padding:10px 0;
	text-align:center;
	color:#fff;
	background:#ebe6e6;
}
@media screen and (max-width: 639px){
	.radio_container .badge-tag{
		margin-left:0;
	}
}

.radio_container .badge-tag-danger{
	background:#f80000;
}

.radio_container .badge-tag:before{
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	content:'';
	border-top:25px solid transparent;
	border-right:12px solid #f80000;
	border-bottom:25px solid transparent;
}


.radio_container .badge-tag-danger:before{
	border-right-color:#f80000;
}

.radio_container .badge-tag-primary{
	background:#1b65e0;
}
.radio_container .badge-tag-primary:before{
	border-right-color:#1b65e0;
}

.radio_container .badge-tag-success{
	background:#61a152;
}
.radio_container .badge-tag-success:before{
	border-right-color:#61a152;
}

.wrap_button{
	margin-top:10px; 
	text-align:center;
}
.wrap_button .btn{
	font: 900 18px/1.3 'Roboto', sans-serif;
	display:inline-block;
	min-width:210px;
	padding:11px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor:pointer;
	text-align:center;
	vertical-align:top;
	text-transform:uppercase;
	color:#000;
    -webkit-box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.35);
            box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.35);
	border:none;
	border-radius:5px;
	    background-color: #f7c000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbd920), color-stop(50%, #fad020), color-stop(51%, #f7bf00), to(#f3a600));
    background-image: -webkit-linear-gradient(top, #fbd920 0%, #fad020 50%, #f7bf00 51%, #f3a600 100%);
    background-image: -o-linear-gradient(top, #fbd920 0%, #fad020 50%, #f7bf00 51%, #f3a600 100%);
    background-image: linear-gradient(to bottom, #fbd920 0%, #fad020 50%, #f7bf00 51%, #f3a600 100%);
}
.wrap_button .btn:hover{
	color: #fff;
	background-color: #86a6d7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#87a7d8), color-stop(50%, #86a5d7), color-stop(51%, #507ec7), to(#517ec7));
    background-image: -webkit-linear-gradient(top, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
    background-image: -o-linear-gradient(top, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
    background-image: linear-gradient(to bottom, #87a7d8 0%, #86a5d7 50%, #507ec7 51%, #517ec7 100%);
}

.footer{
	display:table-row;
	height:1px;
}

.footer_holder{
	margin-top:50px; 
	padding:45px 0 35px;
	background:#000;
	border-top: 3px solid #f8c500;
	background: url('https://privatecasting-x.com/images/bg-footer.jpg');
	background-size: cover;
}

.logo_footer{
	display:inline-block;
	vertical-align:middle;
	max-width: 480px;
	padding: 0 0 25px;
}
@media screen and (max-width: 639px){
	.logo_footer{
		padding: 0 0 10px;
	}
}
.logo_footer a{
	display:block;
}
.logo_footer img{
	width: 100%;
	height: auto;
}

.contain_footer{
	font-size:12px; 
	text-align:center;
}
.contain_footer p{
	line-height:18px;
}
.contain_footer .row{
	margin:16px 0 0; 
	color:#fff;
}
.contain_footer .row.color{
	color:#4a4a4a;
}
.contain_footer .link{
	color:#3682ff;
}
.contain_footer .link:hover{
	text-decoration:underline;
}

.nav_footer{
	font-size:0;
	margin-top:4px;
}
.nav_footer li{
	font-size:12px;
	display:inline-block;
	vertical-align:top;
}
.nav_footer li a{
	-webkit-transition:color .3s;
	     -o-transition:color .3s;
	        transition:color .3s; 
	color:#fff;
}
.nav_footer li a:hover{
	color:#9c9c9c;
}

.text_footer {
	color: #ffffff;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	text-transform: uppercase;
}

.thumb_wrap .text-block-spot {
	color: #000;
	font-family: 'Roboto';
	font-size: 11px;
	font-weight: 300;
	line-height: 12px;
	position: absolute;
	left: 38px;
	z-index: 99;
	top: 48%;
	width: 170px;
	padding: 3px 10px;
	border-radius: 5px;
	background: #e5e5ea;
}

.thumb_wrap .text-block-spot span {
	position: relative;
}

.thumb_wrap .text-block-spot.two {
	top: 70%;
	left: auto;
	right: 39px;
	color: #fff;
	background: #0079ff;
}

@media screen and (max-width: 1320px) and (min-width: 1279px){
	.thumb_wrap .text-block-spot {
		left: 33px;
	}

	.thumb_wrap .text-block-spot.two {
		left: auto;
		right: 33px;
	}
}

@media screen and (max-width: 1050px){
	.thumb_wrap .text-block-spot {
		width: 155px;
		font-size: 10px;
	}
}


@media screen and (max-width: 1040px){
	.thumb_wrap .text-block-spot {
		left: 43px;
	}

	.thumb_wrap .text-block-spot.two {
		left: auto;
		right: 32px;
	}
}

@media screen and (max-width: 1000px){
	.thumb_wrap .text-block-spot {
		width: 170px;
		font-size: 11px;

	}

	.thumb_wrap .text-block-spot.two {
		right: 40px;
	}
}

@media screen and (max-width: 830px) and (min-width: 741px){
	.thumb_wrap .text-block-spot {
		left: 31px;
	}

	.thumb_wrap .text-block-spot.two {
		left: auto;
		right: 32px;
	}
}

@media screen and (max-width: 575px){
	.thumb_wrap .text-block-spot {
		left: 31px;
		font-size: 10px;
	}

	.thumb_wrap .text-block-spot.two {
		left: auto;
		right: 32px;
	}
}

@media screen and (max-width: 520px) and (min-width: 480px){
	.thumb_wrap .text-block-spot {
		width: 148px;
		padding: 0px 8px;
	}

}

@media screen and (max-width: 479px){
	.thumb_wrap .text-block-spot {
    	left: 102px;
    	font-size: 12px;
    	width: 180px;
    	text-align: left;
	}

	.thumb_wrap .text-block-spot.two {
		right: 104px;
	}

}

@media screen and (max-width: 450px){
	.thumb_wrap .text-block-spot {
    	left: 90px;
	}

	.thumb_wrap .text-block-spot.two {
		right: 90px;
	}
}

@media screen and (max-width: 430px){
	.thumb_wrap .text-block-spot {
    	left: 82px;
	}

	.thumb_wrap .text-block-spot.two {
		right: 82px;
	}
}

@media screen and (max-width: 400px){
	.thumb_wrap .text-block-spot {
    	left: 71px;
	}

	.thumb_wrap .text-block-spot.two {
		right: 71px;
	}
}

@media screen and (max-width: 380px){
	.thumb_wrap .text-block-spot {
    	left: 61px;
	}

	.thumb_wrap .text-block-spot.two {
		right: 61px;
	}
}

@media screen and (max-width: 360px){
	.thumb_wrap .text-block-spot {
    	left: 51px;
	}

	.thumb_wrap .text-block-spot.two {
		right: 51px;
	}
}

@media screen and (max-width: 340px){
	.thumb_wrap .text-block-spot {
    	left: 46px;
	}

	.thumb_wrap .text-block-spot.two {
		right: 46px;
	}
}