/*
Theme Name: Model Kasting
Version: 1.0.0
Description: Theme for Novy.TV.
Author: Dmytro Kovalchuk
Author URI: http://dev.regid.biz
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: 'helv';
	src: url('fonts/HelveticaNeue-CondensedRegular.otf') format('otf'), 
		 url('fonts/HelveticaNeue-CondensedRegular.eot') format('eot'), 
	     url('fonts/HelveticaNeue-CondensedRegular.woff') format('woff'), 
	     url('fonts/HelveticaNeue-CondensedRegular.ttf')  format('truetype'),
	     url('fonts/HelveticaNeue-CondensedRegular.svg#svgFontName') format('svg');
}

@font-face {
	font-family: 'helv_bold';
	src: url('fonts/HelveticaNeue-CondensedBlack.otf') format('otf'), 
		 url('fonts/HelveticaNeue-CondensedBlack.eot') format('eot'), 
	     url('fonts/HelveticaNeue-CondensedBlack.woff') format('woff'), 
	     url('fonts/HelveticaNeue-CondensedBlack.ttf')  format('truetype'),
	     url('fonts/HelveticaNeue-CondensedBlack.svg#svgFontName') format('svg');
}

*{
	padding: 0;
	margin: 0;
}

body{
	background: #d8dcdd;
	font-family: helv, Arial;
	font-size: 26px;
	color: #4b4b4b;
	line-height: 30px;
}

a{
	color: #34597e;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.clear{
	width: 100%;
	clear: both;
}

.header{
	padding: 0;
	background: #89df08; /* Old browsers */
	background: -moz-linear-gradient(top, #89df08 0%, #217f02 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #89df08 0%,#217f02 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #89df08 0%,#217f02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89df08', endColorstr='#217f02',GradientType=0 ); /* IE6-9 */
	position: relative;
	margin: 40px auto 0 auto;
	max-width: 1040px;
	height: 84px;
	width: 100%;
	z-index: 9;
	border-radius: 14px;
}

.logo{
	position: absolute;
	width: 99px;
	height: 99px;
	left: -16px;
	top: -9px;
}

.header_social_inner{
	width: 195px;
	height: 48px;
	padding-top: 36px;
	float: left;
	margin-right: 45px;
}

.header_social{
	display: block;
	float: left;
	width: 16px;
	margin-right: 9px;
	height: 16px;
}

.header_social:hover{
	opacity: 0.8;
}

.header_social.facebook{
	background: url("images/facebook.png") no-repeat center;
}

.header_social.vk{
	background: url("images/vk.png") no-repeat center;
}

.header_social.ok{
	background: url("images/ok.png") no-repeat center;
}

.header_social.google{
	background: url("images/google.png") no-repeat center;
}

.header_social.mail{
	background: url("images/mail.png") no-repeat center;
}

.header_social.twitter{
	background: url("images/twitter.png") no-repeat center;
}

.header_social.instagram{
	background: url("images/instagram.png") no-repeat center;
}

.header_social.youtube{
	background: url("images/youtube.png") no-repeat center;
}

.header_content{
	width: calc(100% - 120px);
	float: right;
	height: 100%;
	overflow: hidden;
}

.top_menu_item{
	font-size: 16px;
	height: 54px;
	padding-top: 30px;
	display: block;
	float: left;
	font-family: helv_bold, Arial;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	margin-right: 30px;
}

.top_menu_item:hover{
	opacity: 0.8;
}

.header_search{
	width: 200px;
	height: 52px;
	padding-top: 32px;
	float: left;
	margin-right: 40px;
}

.header_search_inner{
	width: 100%;
	height: 22px;
	border: 1px solid #fff;
	border-radius: 30px;
}

#searchform input[type="text"]{
	width: 160px;
	height: 100%;
	float: left;
	display: block;
	margin: 4px 0 0 10px;
	background: transparent;
	border: 0;
	outline: 0;
	color: #fff;
}

#searchform input[type="text"]::-webkit-input-placeholder {color:#fff; opacity: 0.8;}
#searchform input[type="text"]::-moz-placeholder          {color:#fff; opacity: 0.8;}/* Firefox 19+ */
#searchform input[type="text"]:-moz-placeholder           {color:#fff; opacity: 0.8;}/* Firefox 18- */
#searchform input[type="text"]:-ms-input-placeholder      {color:#fff; opacity: 0.8;}

#searchsubmit{
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	background: url("images/search_button.png") no-repeat center;
	border: 0;
	outline: 0;
	margin: 3px 5px 0 0;
	cursor: pointer;
}

.header_user{
	width: 120px;
	height: 54px;
	padding-top: 30px;
	float: right;	
	font-size: 13px;
	color: #fff;
}

.header_user a{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	line-height: 16px;
}

.header_user a:hover{
	text-decoration: underline;
	line-height: 16px;
}

.header_language{
	width: 30px;
	height: 52px;
	padding-top: 32px;
	float: right;
	margin-right: 30px;
}

.header_language div{
	color: #fff;
	font-size: 12px;
	line-height: 26px;
	background: #34597e;
	width: 24px;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border-radius: 100%;
}

.header_language div:hover{
	opacity: 0.8;
}

.wrapper{
	padding: 60px 30px;
	background: #fff;
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	width: calc( 96% - 60px);
	z-index: 8;
}

.h-line{
	width: 100%;
	height: 2px;
	clear: both;
	background: #34597e;
	position: relative;
	margin: 0;
}

.top_anketa{
	padding: 30px 30px 10px 30px;
	width: calc(100% - 60px);
	position: relative;
	margin: 0 auto;
}

.top_anketa_left{
	width: 32%;
	float: left;
	text-align: center;
}

.top_anketa_left.full img{
	display: block;
	width: 100%;
	height: auto;
}

.top_image{
	width: 100%;
	max-width: 230px;
	position: relative;
	margin: 0 auto;
	height: 230px;
	border-radius: 100%;
	transition: transform 1s;
	transform:scale(1,1);
}

.grid_image{
	width: 100%;
	max-width: 190px;
	position: relative;
	margin: 0 auto;
	height: 190px;
	border-radius: 100%;
	transition: transform 1s;
	transform:scale(1,1);
}

.grid_image:hover, .top_image:hover{
	opacity: 0.8;
	transition: transform 1s;
	transform:scale(1.14,1.14);
}

.top_image.nobigger:hover{
	transition: transform 1s;
	opacity: 1;
	transform:scale(1,1);
}

.top_anketa_right{
	width: 67%;
	float: right;
	text-align: center;
}

.top_anketa_right.video{
	padding: 0 0 0 40px;
	width: calc(67% - 40px);
}

.top_anketa_label{
	width: 100%;
	color: #34597e;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0 8px 0;
}

.top_anketa_name{
	width: 100%;
	color: #34597e;
	font-size: 26px;
	text-align: center;
}

.grid_anketa_name{
	width: 100%;
	color: #34597e;
	font-size: 22px;
	margin: 14px 0 6px 0;
	text-align: center;
}

.big_like button.vote-button{
	display: inline-block;
	float: none;
	padding-left: 0;
	padding-top: 3px;
	height: 42px!important;
	line-height: 42px!important;
	font-size: 40px;
	color: #34597e;
	background: url("images/big_like_button.png") no-repeat left center;
	background-size: contain;
	cursor: pointer;
	margin: 20px auto 0 auto;
}

.big_like .vote-count{
	display: inline-block;
	padding-left: 42px;
}

.mini_like button.vote-button{
	display: inline-block;
	float: none;
	padding-left: 0;
	padding-top: 4px;
	height: 36px!important;
	line-height: 36px!important;
	font-size: 32px;
	color: #34597e;
	background: url("images/mini_like_button.png") no-repeat left center;
	background-size: contain;
	cursor: pointer;
	margin: 0 auto 0 auto;
}


.mini_like.no_user div.vote-button{
	display: inline-block;
	float: none;
	padding-left: 0;
	padding-top: 4px;
	width: 40px;
	height: 32px!important;
	line-height: 32px!important;
	font-size: 32px;
	color: #34597e;
	background: url("images/mini_like_button.png") no-repeat left center;
	background-size: contain;
	cursor: pointer;
	vertical-align: top;	
	margin: 0;
}

.mini_like.no_user.no_vote div.vote-button{
	display: inline-block;
	float: none;
	padding-left: 0;
	padding-top: 4px;
	width: 40px;
	height: 32px!important;
	line-height: 32px!important;
	font-size: 32px;
	color: #34597e;
	background: url("images/mini_like_button.png") no-repeat left center;
	background-size: contain;
	cursor: default;
	vertical-align: top;	
	margin: 0;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */	
}

.mini_like.no_vote div.vote-button{
	display: inline-block;
	float: none;
	padding-left: 0;
	padding-top: 4px;
	width: 40px;
	height: 32px!important;
	line-height: 32px!important;
	font-size: 32px;
	color: #34597e;
	background: url("images/mini_like_button.png") no-repeat left center;
	background-size: contain;
	cursor: default;
	vertical-align: top;	
	margin: 0;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */	
}

.mini_like .vote-count{
	display: inline-block;
	padding-left: 34px;
}

.mini_like.no_vote .vote-count, .mini_like.no_user .vote-count{
	display: inline-block;
	padding-left: 3px;
	vertical-align: top;
	padding-top: 6px;
    font-size: 32px;
    color: #34597e;	
}

.big_like button.vote-button:hover:hover{
	background: url("images/big_like_button_hover.png") no-repeat left center;
	background-size: contain;
}


.mini_like  button.vote-button:hover{
	background: url("images/mini_like_button_hover.png") no-repeat left center;
	background-size: contain;
}

button.vote-button{
	outline: 0!important;
}

.icon-heart{
	display: none!important;
}

.top_anketa_right_promo{
	width: 100%;
	height: 265px;
}

.top_promo_button{
	display: inline-block;
	margin: 30px auto;
	border: 2px solid #34597e;
	padding: 22px 20px 20px 20px;
	color: #34597e;
	font-size: 30px;
	cursor: pointer;
	text-transform: uppercase;
}

.top_promo_button:hover{
	background: #34597e;
	color: #fff;
}

.grid_row{
	padding: 15px 30px;
	width: calc(100% - 60px);
	clear: both;
	position: relative;
}

.grid_col{
	float: left;
	width: 25%;
	margin: 0;
	text-align: center;
}

.text_box{
	padding: 40px 60px;
	width: calc(100% - 120px);
}

.text_box.single{
	text-align: left;
	padding: 0 60px 0 40px;
	width: calc(100% - 100px);
	
}

.text_box.single p{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 22px;
}

.text_box .title{
	display: block;
	width: 54%;
	float: right;
	background: #80bdcb;
	padding: 1px 20px 0 20px;
	font-size: 40px;
	height: 35px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
}

.text_box .title.single{
	width: 62%;
}

.text_box.single .title{
	text-transform: capitalize;
}


.text_box p{
	margin: 30px 0;
}

.front_anketa{
	text-align: left;
	margin-top: 60px;
}

.front_anketa p{
	display: inline-block;
	margin: 16px 0 8px 0;
	font-size: 26px;
	width: 50%;
	margin-left: 23%;
}

.front_anketa p span{
	font-size: 22px;
}

.front_anketa input[type="text"]{
	display: inline-block;
	width: 50%;
	margin-left: 23%;
	padding: 12px 12px;
	border: 1px solid #c0bfbf;
}

.front_anketa textarea{
	display: inline-block;
	width: 50%;
	height: 140px;
	margin-left: 23%;
	padding: 12px 12px;
	border: 1px solid #c0bfbf;
}

.form_photo, .form_photo_all{
	width: 100%;
	border: 2px dashed #cccccc;
	padding: 20px 0 15px 0;
	text-align: center;
	cursor: pointer;
	margin: 3px 0;
	position: relative;
}

.form_photo img, .form_photo_all img{
	position: relative;
	z-index: 2;
}

.form_photo:hover, .form_photo_all:hover{
	border-color: #4b4b4b;
}

.single_meta_user{
	font-size: 32px;
	margin-bottom: 20px;
}

.single_shares{
	padding: 0 0 0 40px;
	width: calc(100% - 40px);
	text-align: left;
	margin-top: 40px;
}

.single_shares_left{
	width: 38%;
	float: left;
}

.single_shares_right{
	width: 58%;
	float: right;
}

.single_shares .s_title{
	text-transform: uppercase;
	margin-bottom: 8px;
}

.single_photos_grid{
	width: 100%;
	clear: both;
	margin-top: 30px;
}

.single_photos_grid_item{
	width: 24%;
	float: left;
	height: 200px;
	opacity: 0.94;
	position: relative;
	z-index: 7;
	cursor: pointer;
	transition: transform 1s;
	transform:scale(1,1);	
	margin: 0.5%;
}

.single_photos_grid_item:hover{
	opacity: 1;	
	z-index: 999;
	transition: transform 1s;
	transform:scale(1.1,1.1);	
	background-color: #ccc;
}

.breadcrumb{
	color: #aaa;
	font-size: 18px;
}

.breadcrumb a{
	color: #aaa;
}

.pup_bgrnd{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: url('images/black_bgrnd.png');
	z-index: 999;
	display: none;
}

.pup_box, .pup_box_after_anketa, .pup_box_2{
	position: fixed;
	width: 420px;
	height: 260px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fff;
	left: 50%;
	margin-left: -240px;
	top: 100px;
	z-index: 10000;
	padding: 30px;
	display: none;
}

.pup_box_content{
	width: 100%;
	height: 100%;
	position: relative;
}

.pup_box_close_button{
	width: 40px;
	height: 40px;
	position: absolute;
	right: -20px;
	top: -20px;
	background: url('images/close_button.png') no-repeat center;
	background-size: contain;
	cursor: pointer;
}

.pup_box_close_button:hover{
	opacity: 0.6;
}

.pup_box_content span{
	display: block;
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #34597e;
}

.pup_soc_grid{
	width: 100%;
	margin: 15px 0 10px 0;
	text-align: center;
}

.pup_box_accept{
	font-size: 18px;
	line-height: 22px;
}

.don-btn.don-share-expand{
	display: none!important;
}

.more_mini_button{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.more_mini_button.margin_40{
	margin: 40px auto;
}

.more_mini_button a{
	display: inline-block;
	background: #f39d00;
	padding: 10px 20px 6px 20px;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	transition: transform 1s;
	transform:scale(1.1,1.1);	
}

.more_mini_button a:hover{
	text-decoration: none;
	transition: transform 1s;
	transform:scale(1.3,1.3);	
}

.ajax_loader{
	width: 60px;
	height: 60px;
	display: none;
	margin: 30px auto 44px auto;
	background: url("images/loader.gif") no-repeat center;
	background-size: contain;
}

.ajax_loader_big{
	width: 90px;
	height: 90px;
	display: none;
	margin: 30px auto 44px auto;
	background: url("images/loader.gif") no-repeat center;
	background-size: contain;
}

#form_photo_all_files, #form_photo_files{
	font-size: 14px;
	line-height: 20px;
	color: #888;
	position: relative;
	z-index: 999;
	margin-top: 14px;
	width: 100%;
}

#form_photo_all_files div, #form_photo_files div{
	width: 70px;
	height: 70px;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #eee;
	border: 2px solid #ccc;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.progress_bar{
	position: absolute;
	width: 0;
	background: url('images/blue_transparent.png');
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	display: block;
}

.progress_bar.completed{
	background: #34597e url('images/complete.png') no-repeat center;
	background-size: 50%;
	cursor: default;
}

#form_photo_all_files div img{
	display: block;
	height: 100%;
	width: auto;
}

#form_photo_files div img{
	display: block;
	width: 100%;
	height: auto;	
}

#form_photo_all_files div:hover, #form_photo_files div:hover{
	border: 2px solid RED;
}

.image_preview{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top:0;
}

#form_photo_files div .preview_image_close, #form_photo_all_files div .preview_image_close{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: transparent url("images/close_button_red.png") no-repeat center;
	background-size: 54%;	
	left: 0;
	top:0;	
}

#form_photo_files div:hover .preview_image_close, #form_photo_all_files div:hover .preview_image_close{
	display: block;
}

.wp-social-login-provider-list{
	margin: 0!important;
	padding: 0!important;
}

.wp-social-login-connect-with, .wp-social-login-provider-list a img{
	display: none!important;
}

.pup_soc_grid img, .wp-social-login-provider{
	display: inline-block;
	margin: 0 10px;
	width: 42px;
	height: 42px;
	cursor: default;
	opacity: 0.4;
}

.pup_soc_grid img:hover, .wp-social-login-provider:hover{
	opacity: 0.4;
}

.wp-social-login-provider-facebook{
	background: url('images/soc_facebook.png') no-repeat center;
	background-size: 96%;
}

.wp-social-login-provider-vkontakte{
	background: url('images/soc_vk.png') no-repeat center;
	background-size: 96%;
}

.wp-social-login-provider-google{
	background: url('images/soc_google.png') no-repeat center;
	background-size: 96%;
}

.popul_check{
	cursor: pointer;
}

.text_box h3{
	margin: 40px 0 20px 0;
	color: #34597e;
	font-size: 36px;
}

.navigation{
	display: block;
	width: 100%;
	clear: both;
	margin: 40px 0!important;
}

.wp-paginate{
	width: 100%;
	text-align: center;
}

.wp-paginate a{
	border: none!important;
	background: #80bdcb!important;
	color: #fff!important;
}

#branding{
	height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}