

.bolded{
	font-weight:bold;
}

.pointer{
	cursor:pointer;
}

a.reverse-hover{
	text-decoration:none !important;
}

a.reverse-hover:hover{
	text-decoration:underline !important;
}

.righted{
	float:right !important;
}

.lefted{
	float:left !important;
}

.no-margin{
	margin:0 !important;
}

.no-padding{
	padding:0 !important;
}

.margin-right-32{ 
	margin-right:32px;	
}

.margin-top-force{
	margin-top:20px !important;
}

.margin-top-x2{
	margin-top:40px;
}

.margin-top-x2-force{
	margin-top:40px !important;
}



.kr-invisible {
	display:none;
}

.kr-invisible-force {
	display:none !important;
} 

.kr-width-100{
	width:100%;
}

.kr-width-auto{
	width:auto !important;
}

.kr-width-95{
	width:95%;
}

.kr-width-80{
	width:80%;
}

.kr-width-14{
	width:14%;
}

.kr-width-42{
	width:42% !important;
}

.kr-width-60{
	width:60% !important;
}

.kr-font-size-12{
	font-size:12px !important;
}

.kr-font-size-16{
	font-size:16px !important;
}

.kr-font-size-18{
	font-size:18px !important;
}

.kr-pointer {
	cursor:pointer;
}

.kr-decoration-none {
	text-decoration:none !important;
}

.kr-display-inline{
	display:inline;
}

.kr-display-inline-block{
	display:inline-block;
}

.kr-opacity-half{
	opacity:0.5;
}

.kr-opacity-min{
	opacity:0.3;
}

.error-container{
	  background-color: #ffcccc;
}

.font-16{
	font-size:16px; 
} 

.h205{
	height:205px; 
}

	/*profiles*/
span.kr-profile-timestamp {
	position:absolute;
	top:8px;
	right:24px;
	color:#989fa9;
	font-size:12px;
}	

.kr-profile-avatar-container {
	float:left;
	margin-right:15px;
}

.kr-profile-content {
	float:left;
	margin-left:16px;
	width:590px;
}


table.kr-main-table td {
	padding:8px !important;
} 

table.kr-main-table td.label{
	font-size:14px;
	font-weight:bold;	
}

.hybridauth-widget-wrapper h3{
	color:#630845;
}

table.kr-statuses-table {
	border-collapse: inherit;
}


table.kr-statuses-table td {
	padding:8px;
	border-right:1px solid #7B7B7B;
	border-bottom:1px dashed #7B7B7B;
	display: table-cell;
    vertical-align: middle;
}

td.statuses-table-label,
th.statuses-table-label{
	border-bottom: 1px solid #7B7B7B;
}

td.no-right-border{
	border-right:none !important;
}

td.no-left-border{
	border-left:none !important;
}

td.no-top-border{
	border-top:none !important;
}

td.no-bottom-border{
	border-bottom:none !important;
}

span.kr-views-counter-clean {
    background-image: url("/themes/kidsreview/images/eye.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #818181;
    font: 12px Verdana;
    padding-left: 28px;
}

.kr-profile-platinum-news-ajax-container .pager {
	display:none;
}

div.kr-ownership-button-container{
	position: absolute;
    top: 24px;
    right: 24px;
}



ul.kr-users-dashbord-list {
	list-style: decimal;
	padding: 0 14px;
	font-size:12px;
}

	
ul.kr-users-dashbord-list > li{	
	padding: 4px;
}

ul.kr-users-dashbord-list > li > a{
	font-size:12px;
}

div.kr-users-dashbord-item-container {
	min-height:190px;
	margin: 12px 0;
}

div.kr-users-small-block-container {
	height:40px;
}

div.kr-users-small-block-container .kr-user-avatar{
	float:left;
	margin-right:8px;
}
div.kr-users-small-block-container .kr-user-name{
	float:left;
	line-height: 32px;
}


.kr-overflow-auto{
	overflow:auto !important;
}			

div.kr-users-dashbord-top{
	display: block;
    overflow: auto;
	margin-bottom:24px;
}	

.light-gold{
	background-color:#FAFAD2;
}

.kr-favorites-exists{
	
	padding-top: 5px;	
}	


/* 
.kr-btn-favorites{
	background-image: url("https://www.kidsreview.ru/images/favorite_star.png") !important;
    background-position: 2px 2px !important;
    background-repeat: no-repeat !important;
	background-color: #ffffff !important; 
	height:32px !important;
	display: block;
    padding: 0 14px 0 30px !important;
    text-transform: uppercase;
    color: #630845 !important;
    border: 2px solid #630845;
    font-size: 12px;
    text-decoration: none;
    float: none !important;
}

.kr-btn-favorites:hover {
    background-color: #630845 !important;
    border-color: #630845 !important;
    color: #ffffff !important;
}

.kr-favorites-exists{
	background-image: url("https://www.kidsreview.ru/images/favorite_star.png");
    background-position: 0 0;
    background-repeat: no-repeat;
	background-color: #ffffff; 
	height:32px;
	display: block;
    padding: 4px 14px 0 42px;
    color: #989fa9;
    text-decoration: none;
}*/
/*SETTINGS*/

.kr-settings-kids-block {
	min-width:110px;
	min-height:100px;
    width:270px;
	height: 225px;
	padding:8px;
    border: 2px solid #dbdce0;
    font: 14px Roboto, sans-serif;
    background: #ffffff;
	margin-right:8px;
	margin-bottom:8px;
}

.kr-settings-kids-block p.kids-block-label {
	font-size:14px;
	font-weight:bold;
	color: #dbdce0;
	margin-bottom:4px;
}

.kr-settings-kids-gender {
	width:232px !important;
}

.kr-settings-kids-datepicker-select{
	float:left;
	margin-right:4px !important;
}

.kr-settings-kids-block select.day{
	width:58px !important;
}

.kr-settings-kids-block select.month{
	width:58px !important; 
}

.kr-settings-kids-block select.year{
	width:58px !important;
}

.kr-settings-kids-age-block {
	color: #dbdce0;
	font-size:48px;
}

.kr-settings-kids-add {
	color: #dbdce0;
	font-size: 92px;
	vertical-align:middle;
    padding-top: 50px;
    height: 225px;
} 
 
.kr-settings-kids-remove{
	color: #dbdce0;
	font-weight:bold;
	position:absolute;
	right:90px;
	top:4px;
}

.kr-settings-kids-remove:hover {
	color: #000;
	cursor:pointer;
}
.kr-settings-kids-add:hover {
	color: #b9d936;
	cursor:pointer;
}
.kr-settings-kids-item-default {
	display:none;
}

.kr-settings-kids-wrapper {
	display:block;
	clear:both;
}

.kr-settings-top-disclaimer{
	position:absolute;
	right:24px;
	top:24px;
}
/* KR USERS */


div.kr-post-review  {
	display: block;
	position: relative;
	background: #ffffff;
	height: auto;
	overflow: visible;
	padding:24px;
	*max-width: 850px;
	margin: 0 auto;
	line-height: 18px !important;
	font-weight: 400;
	font-style:	normal;
	font-size-adjust:	none;
	vertical-align:	baseline;
	word-wrap: break-word;
}


div.kr-post-review  p{
	line-height: 18px !important;
	font-size: 14px;
	font-weight: 400;
	font-style:	normal;
	font-size-adjust:	none;
	vertical-align:	baseline;
}

div.kr-white-block{
	display: block;
	position: relative;
	background: #ffffff;
	height: auto;
	overflow: visible;
	margin: 0 auto;
}

 
div.kr-post-review-wild {
	max-width:100% !important;
}

/*Показываем mail content*/

div.kr-mail-content{
	width:750px;
	margin:10px auto;
	display:none;
}

div.kr-mail-border{
	padding:12px !important;
	background-color:#f1f2f6;
	border: 1px dashed #989fa9;
}

div.kr-mail-content p{
	margin-top:8px !important;
	margin-bottom:8px !important;
}

div.kr-mail-content ul{
	margin-left:12px;
}

div.kr-mail-content  ul li{
	margin-top:8px;
	margin-bottom:8px;
}

a.send-mail-toplink {
	margin-left:42px
}

h2.kr-mail-sublabel{
	margin-left:14px !important;
	margin-bottom:8px !important;
	margin-top:12px !important;
	font-weight:bold;
}
/*Показываем mail content*/


#comments-container{
	display:none;
}
div.comments-container-title{
	margin-top:3px;
}

/* fwk about */
	.fwk-editor-avatar-small{
		height:90px;
		width: 90px;
		float: left;
		margin: 0 12px 4px 0;
	}
/* /fwk about */ 

ul.list-style-type-none, ol.list-style-type-none{
	
	list-style-type:none;
}

ul.simple-marked-list{
	list-style-type: disc;
	margin-left:20px;
	margin-right:20px;
}

ul.simple-marked-list li{
	margin-top:8px;
}


ul.marked-list{
	list-style-type: disc;
	margin-left:20px;
	margin-right:20px;
}

ul.marked-list li{
	padding: 5px 0 5px 0;
}

ul.marked-list-verdana{
	list-style-type: disc;
	margin-left:20px;
	margin-right:20px;
}

ul.marked-list-numbers{
	list-style-type: decimal;
	margin-left:20px;
	margin-right:20px;
}

.marked-list-numbers li{
	font: 12px/16px;
	padding: 5px 0 5px 0;
}


/*notifications*/	

div.kr-notification-box {
	width:80%;
	min-height:12px;
	margin: 12px auto;
	padding: 24px;
	font-weight:bold;
}

div.kr-notification-box-error {
	border:2px solid #d77;
	background-color: #ffcccc;
    color: #a30000;
	
}

div.kr-notification-box-success {
	border:2px solid  #d3e7f4;
	background-color: #d7ffd7;
}

div.kr-notification-box-warning{
	border:2px solid  #faebcc;
	background-color: #fcf8e3;
}

div.kr-notification-box-success a{
	font-weight:bold;	
}	
	

table.advertising-table{
	border: 1px solid #630845;
	border-collapse: separate;
	margin-top:20px;
}

table.advertising-table td {
	border: 1px solid #630845;
	padding:3px;
	width:100px;
	height:40px;
	text-align:center;
	vertical-align:bottom;
	font:bold 14px Verdana;
}

table.advertising-table td.label{
	width:300px;
	text-align:left;
}

table.advertising-table td.green-label{
	color: #98bb3d;
}


.red-label {
	color:#FF0000;
}

.green-label {
	color:#5c6c1a;
}

.blue-label {
	color:#2237FF;
}



div.kidsreview-ticket-button{
	background: url("/themes/kidsreview/images/newticketbtn.png") no-repeat scroll 0 0 transparent;
	width:269px;
	height:66px;
	margin-left:-10px;
}

div.kidsreview-ticket-button:hover{
	background: url("/themes/kidsreview/images/newticketbtn-hover.png") no-repeat scroll 0 0 transparent;
}


			.kr-404-text{
				
				font-size:28px;
				font-weight:bold;
			}
			.kr-404-text-bottom{
				
				font-size:36px;				
			}
			
			a.text-underline{
				text-decoration:underline;
			}
 
/*** /NEW ELEMENTS */	

/*camps*/

div.camp-catalog-section{
	float: left;
    height: 154px;
    margin-bottom: 15px;
    margin-right: 25px;
    padding-bottom: 3px;
    position: relative;
    text-align: center;
    width: 210px;
}

@media only screen and (max-device-width: 1024px) {
	
	div.camp-catalog-section{
		
		margin: 0 auto 24px auto;	
		float:initial;
	}	
	
}

a.camp-link{
	font-size: 20px;
	color: #3C3B3B;
    margin-left: 45px;
    padding: 1px;
    text-decoration: none;
}

div.camp-catalog-section-label{
	position:absolute;
	width:210px;
	color:#ffffff;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.596);
	height:46px;
	padding:16px 0 8px 0;
	left:0;
	bottom:-11px;
}

div.camp-catalog-section-container{
	width:650px;
	margin: 0 auto;
}

/*camps*/

/** TOP BUTTOM */
#top-link{
	/*cursor:pointer;*/
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	padding:0;
	z-index:1;
}

.top-link-mobile{

}

@media only screen and (max-device-width: 1024px) {
	
	.top-link-mobile{	
		left:auto !important;
		right:0px !important;
	}
}


#top-link a {
	display: block;
	width: 7em;
	text-align: center;
	background: #cacaca;
	color: white;
	padding: 5px 0;
	margin:5px;
	font-weight:bold;
	text-decoration:none !important;
}
 
#top-link:hover a{
	background:#cacaca;
}

#top-link {
    width: 70px;
}

.icon-scroll-to-top {
    display: block;
    position: absolute !important;
    left: 10px !important;
    top: 50% !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    margin: -25px 0 0 !important;
    background: url('/images/btn-scroll-to-top-new-2.png') 0 0 !important;
    z-index: 999 !important;
}

#top-link:hover .icon-scroll-to-top,
.icon-scroll-to-top:hover {
   opacity:0.5;
}

#topicon{
	width:0;
	height:0;
	display:inline-block;
	border-bottom:7px solid #fff;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	margin-right:5px;
}

#backicon{
	width:0;
	height:0;
	display:inline-block;
	border-top:7px solid #fff;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	margin-right:5px;
}
/** TOP BUTTON */

/*payments*/
.payments-item-waiting-confirm{
	color:red;
}

.payments-item-waitintg-payment{
	color:orange;
}

.payments-item-payed{
	color:green;
}

.payments-status-submit{
	cursor:pointer;
}

.send-mail-button {
	margin: 6px 6px 6px 0;
	padding: 4px;
}

.cancel-mail-button{
	opacity:0.6;
}

a.send-mail-toplink{
	color: #000000;
	font-size: 14px;
	font-weight:bold;
}

.mail-about-container input {
	display:inline !important;
}

/* /payments*/


/* PRESS-RELEASES*/
 
div.press-block{
	margin: 20px 0 20px 12px;
    overflow: hidden;
}

.press-block .post_date{
	margin-left:20px;
	display:block;
}
		
div.press-block-left{
	float: left;
    min-height: 130px;
    line-height: 1.5;
    width: 230px;
}

.press-block-logo{
	text-align:center;
}

.press-block-logo img{
	max-width:192px;
}
					
				
div.press-block-right{
    border: 1px solid #0D47A1;
    float: left;
    font-size: 12px;
    line-height: 1.5;
    margin-left: 30px;
    min-height: 150px;
    width: 395px;
} 

div.press-block-right .arrow{
	background: url("/themes/kidsreview/images/newdesign/ugolok-blue.png") no-repeat scroll 0 0 #FFFFFF;
    height: 31px;
    margin-left: -31px;
    margin-top: 30px;
    overflow: hidden;
    position: absolute;
    width: 16px;
	

}

div.press-block-body{
	min-height: 110px;
    padding-left: 10px;
	margin-top:10px;
}

.press-block-title{
	color: #0D47A1;
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 4px;


}
					
/* /PRESS-RELEASES*/

/* DEPARTMENT CATALOG*/
.catalog-dep-container{
	margin-top:20px;
}


.catalog-dep-section{
	width:350px;
	margin-right:15px;
	float:left;
	margin-top:10px;
	padding-bottom:20px;
}

.catalog-dep-section-counter{
	font-size:10px;
}

h2.catalog-dep-section-label{
	margin: 5px;
	color:#630845;
}

div.item-label{
	color: #630845;
    display: block;
    font-weight: bold;

}

ul.catalog-dep-subsection-list{
	padding-left:10px;
}

ul.catalog-dep-subsection-list li{
	margin: 7px 0;
}
/* /DEPARTMENT CATALOG*/

/*internal*/	
#edit-translations-node-ru, #edit-translations-node-en {
	height:42px !important;
	margin: 4px 0 0 4px;
} 

#i18n-node-select-translation .form-submit{
	cursor:pointer;
	margin-top:4px;
	height:28px !important;
	padding:2px;
}
/*internal*/	


/* translations */

span.kr-tranlastions-block{
	color:#818181;
	*margin:8px 0;
}

span.kr-tranlastions-block a{
	color:#000000;
	font-weight:bold;
}

span.kr-tranlastions-block img{
	height:12px;
	width:15px;
	border:1px solid #afb5bc;
}

span.kr-tranlastions-top-block {
	margin-top: 10px; 
	margin-right: 30px; 
	display: inline-block; 
	float: right;
}

span.kr-translations-right-block {
	display: block;
    position: absolute;
    right: 0;
    top: 10px;
}

/* in less after */
.kr-btn-order-service {
	margin-left:0px !important;
	width:200px !important;
}

/* small-sheet for org. shedule */

.kr-small-sheet{
	width: 175px;
	padding:16px;
	background:#f5f5f5;
	border:1px solid #630845;
	position:absolute;
	z-index: 1;
} 

.kr-small-sheet-label{
	width:35px;
	display: inline-block;
}

.kr-small-sheet-middle{
	margin: 0 auto;
	display:block;
	width:55px;
}

/* /small-sheet for org. shedule */

/*camp*/
.camp-card-info .label{
	color:#808080 !important;
	font-weight:normal !important;
	padding-left:0px !important;
}
 
/*camp*/  

.select-arrow-background{
	background:url("/themes/kidsreview/images/form-selectbox-arrow-custom.png") no-repeat scroll 99% 0 #ffffff !important;
	cursor:pointer;
	background-position: right center !important;
	-moz-appearance: none;
    -webkit-appearance: none;
} 

	.kr-commerce-cart-btn-new{
		padding-left:30px !important;
		background: url('/themes/kidsreview/images/wallet-white.png') no-repeat 3px 5px #0D47A1 !important;
	}
	
.kr-mainpage-desc-img{
	float:left;
	margin:2px 8px 4px 4px; 
	border: 1px solid #e6e9eb;
	max-width:100%;
}	

.kidsreview-feedback-form-desc {
	max-width:650px;
}	
	
.partners-list-container img{
	width:80px;
	position: absolute;
    top: 0;
    bottom: 0;
	left:0;
	right:0;
    margin: auto;
}

.partners-list-container  .partner-list-item{
	position: relative;
    min-height: 90px;
}

.kr-status-block-sm {
	
	width: 12px;
    height: 12px;
    display: inline;
    float: left;
    margin: 3px 4px 0 0;
} 

.kr-status-block-sm-online{
	background-color: #b9d936;
}

.kr-branding-anonses-item{
	background-color: #f2f2f2;
}

.kr-ymap {
	width:460px; 
	margin:10px auto; 
	text-align:center;
}

.kr-ymap-inner {
	width:450px;
	height:350px;
}




@media only screen and (max-device-width: 768px) {
	
	.kr-ymap {
		width:100%; 
		margin:10px auto; 
		text-align:center;
	}

	.kr-ymap-inner{
		width:100%; 
		min-height:350px;
		height:auto;
	}
}

.kr-offers-buttons-container div.col-md-6:nth-child(2n){
	
	clear:right;
}

		.kr-cities-mainpage-popup {
				position: absolute;
				padding: 1em;
				box-sizing: border-box;
				background: #ffffff;
				/*box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);*/
				box-shadow: 0 0 12px #e3e4e8; /*rgba(0, 0, 0, 0.4);*/
				top:-30px;
				left: 15px;
				min-width: 225px;
				height: 100px;
				line-height: 30px;
				text-align: center;
				font-size: 14px;
		}
			
		.kr-cities-mainpage-popup::after {
			
				content: "";
	 			position: absolute;
				width: 0;
				height: 0;	
				bottom: -25px;			
				left: 5%;
				box-sizing: border-box; 
				border: 1em solid black;
				border-color: transparent transparent #ffffff #ffffff;
				
				transform-origin: 0 0;
				transform: rotate(-45deg); 
				/*box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);*/
				box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
			}

		.kr-cities-all-mainpage-popup{
			position:initial !important;
		}
		
		
		.kr-cities-all-mainpage-popup .kr-cities-menu{
			left: 15px !important;
			top: -70px !important;
			height: 440px !important;
		}
		 
@media only screen and (max-device-width: 768px) {

		.kr-cities-all-mainpage-popup .kr-cities-menu{
			left: 0px !important;
			width:100% !important; 
			height: auto !important; 
		}
		
		.kr-cities-mainpage-popup {
			top:10px;		
			width:88%;
		}
}	


@media only screen and (max-device-width: 372px) {

		.kr-cities-mainpage-popup {
			top:65px;		
		
		}
}	