body {
	background-color: black;
    background-image: url(/images/background.svg);
	background-repeat: repeat-x;
	background-position: top center;
    font-family: Roboto, Arial;
    color: white;
    font-size: 12px;
    background-size: 200px;
}

a{
color: #a9f3ff;
}

input, select, textarea {
	background: #222222;
    border: 1px solid #333333;
    color: #F6ECC0;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
	box-sizing: border-box;
}


label.radio input{
	width:20px;
	height:20px;
}

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

.adress_type_none{
	display:none;
}

.adress_type{
	margin-bottom:5px;
}

.price_div{
	display:block;
	text-align: center;
    position: relative;
	padding: 10px 5px; 	
	width: 310px;
	margin: auto;
}

@media only screen and (min-width : 1200px) {
	.price_div{
		margin-top: -48px;
	}
}

input.price_input{
	text-align: right;
    width: 80px;
    padding-right: 24px;
    font-weight: bold;
}


input.price_input::placeholder {
  color: gray;
  font-weight:normal;
}

span.price_after{
	position: absolute;
    margin-left: -23px;
    margin-top: 9px;
    color: gray;
}

button.price_button{
	background: #F6ECC0;
    border: 1px solid #333333;
    color: #222222;
    font-size: 16px;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}

button.price_button:disabled{
	opacity:0.4;
	cursor:forbidden;
}




/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.zh_block {
    display: inline-block;
    width: 31.3%;
    height: 90px;
    overflow: hidden;
    text-decoration: none;
    margin: .5%;
    padding: .5%;
    background: #0f0f0f;
    border-radius: 5px;
    color: #868686;
    font-size: 13px;
}

.zh_block_color {
    color: white;
}

.zh_block_name {
    font-size: 16px;
    color: white;
}

.city_name_span {
    display: block;
    font-size: 14px;
    color: #fffeb9;
}

#zhall_wrapper{
	position: relative;
	border-radius: 10px;
}

#zhall_wrapper #map_canvas{
	position:absolute;
	left:171px;
	right:0;
	top:0;
	bottom:0;
}

.city_name{
	color: white;
	display: block;
	padding: 5px;
	font-size: 18px;
	background: #ffffff24;
	margin:5px;
	width: 160px;
	box-sizing:border-box;
	text-decoration:none;
}

.nav_button{
	background:green;
	color:white;
	padding:4px;
	border-radius:3px;
	position:relative;
	display:inline-block;
	text-decoration:none;
	margin-top:5px;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.article_set_div
{
padding: 0;
text-align: center;
border: 1px solid #1c1c1c;
border-radius: 3px;
}

.article_set_title{
	font-size: 16px;
padding: 13px;
background: #1e1e1e;
color:#eed07a;
}

#order_div{
    background: #1a1a1a;
    padding: 10px;
    clear: both;
    margin-top: 20px;
    border-radius: 10px;
}

#order_head{
	font-size:24px;
	padding: 10px 5px;
}

.order_row {
    padding-left: 10px;
    font-size: 18px;
    padding: 10px;
	margin-top:10px;
	clear:both;
	border-top:1px dashed #5a5a5a;
	border-bottom:1px dashed #5a5a5a;
	font-weight:bold;
	clear:both;
}

.order_param_name {
	padding-right:10px;
    font-size: 16px;
	text-align:right;
    color: white;
    margin-top: 21px;
	width: 25%;
	display: block;
	float: left;
	clear: left;
}

.order_param_input {
    float: left;
    width: 74%;
	margin-top: 12px;
}

.order_param_input input, .order_param_input textarea {
	background: #222222;
    border: 1px solid #333333;
    color: #F6ECC0;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
	box-sizing: border-box;
}

.error_div {
	background: #620000;
	border: 1px solid #a00000;
	padding: 10px;
	color: #F6ECC0;
	margin: 10px;
	border-radius: 5px;
	font-size: 15px;
}

.order_param_input input.checkbox
	{
	width:auto;
	}

.order_param_info {
    font-size: 14px;
	color:#c0c0c0;
	display: block;
	padding-left: 26%;
	clear:left;
}

.item_param{
	font-family:  'Roboto';
	display:block;
	clear:both;
	margin:20px;
	padding-left:45px;
	position:relative;
}

.param_icon{
	display:block;
	position:absolute;
	font-size:30px;
	width:30px;
	left:0;
	top: 7px;
	line-height:30px;
	height:30px;
}

.param_title{
	color:gray;
	font-size:14px;
	display:block;
}


.param_value{
	clear:both;
	color:white;
	font-size:18px;
	display:block;
}

.article_ahouse{
	background-position: center center;
	background-repeat:no-repeat;
	display:block;
	width: 99.9%;
	height:150px;
	border:0px solid gray;
	border-radius:5px;
	/*filter: grayscale(100%) invert(100%);*/
	filter: hue-rotate(196deg) invert(1) ;
	image-rendering: -webkit-optimize-contrast;
}

.buy_button{
	border-radius:3px;
	padding: 10px 5px;
	font-size:18px;
	color:white;
	text-shadow: 1px 1px 0px black;
	text-decoration:none;
	margin: .4%;
	padding: 5px auto;
	display: inline-block;
	width: 46%;
}

.scolor{
	color:#F6ECC0;
}

#head_div{
	height: 104px;
}

.seotags{
	color:gray;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#main_page,#head_div{
    width: 100%;
    margin: 5px;
    max-width: 1400px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    padding: 0px 10px;
	margin-top: 16px;
}

#main_page{
	display:table;
}

#left_column{
	width:270px;
	display:table-cell;
	vertical-align: top;
}

#right_column{
	display:table-cell;
	vertical-align: top;
}

#article_left_column{
	width:50%;
	position:relative;
	float:left;
	/* background:orange; */
}

#article_right_column{
	width:50%;
	position:relative;
	float:left;
	/* background:orange; */
}

#shop_desc_wrapper{
	margin:5px;
	padding:10px;
	background:#222222;
	border:1px solid #333333;
	font-size:18px;
	border-radius:5px;
}

#wlnum{
background: red;
color: white;
height: 20px;
display: block;
line-height: 20px;
position: absolute;
top: -10px;
right: -10px;
text-align: center;
padding: 0px 5px;
border-radius: 10px;
}

.shop_desc_info{
	font-size:14px;
	margin:5px 0px;
}

.shop_desc_info .fas{
	color:yellow;
}

.promo_wrapper{
	margin: 0px 6px;
    /* background: #8282821c; */
    padding-bottom: 4px;
    border-radius: 10px;
}

.promo_text .p1{
font-size: 14px;
display: inline-block;
position: relative;
bottom: 11px;
}

.promo_text .p2{
font-size: 14px;
display: inline-block;
position: relative;
}

#head_div #logo{
	width:270px;
}

#div_0700{
	position:absolute;
	right:15px;
	top:0px;
	font-family: Roboto, tahoma;
	text-align:right;
}

#footer_menu{
	padding:10px;
	text-align:center;
	margin: 30px 0;
}

#footer_menu a{
	font-size:15px;
	color:#c0c0c0;
	white-space:nowrap;
	margin: 0px 10px;
	text-decoration:none;
}

.set_div_wrapper{
display: inline-block;
border: 1px solid rgba(255,255,255,.3);
margin:7px;
border-radius: 9pt;
position:relative;
}

.set_plus_wrapper{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	pointer-events: none;
	background-image: url('/images/set_plus.svg');
	background-size: 50px;
	background-position: center center;
	background-repeat:no-repeat;
	opacity:.5;
}


.set_div_wrapper .listing_a:nth-child(odd) {
	margin-left:-2pt;
}

.index_images_div{
    position: relative;
    border: 1px dotted #4a4a4a;
    display: inline-block;
    box-sizing: border-box;
    width: 49.5%;
    padding-top: 12.2%;
    border-radius: 5pt;
    margin: .2%;
}

.index_images_inside{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.index_images_wrapper{
	width:100%;
	position:relative;
	text-align:center;
}

.index_images_title{
	position:absolute;
	bottom:0;
	top:50%;
	left:0;
	right:0;
	height:20px;
	margin-top:-10px;
	display:table-cell;
	line-height:20px;
	text-align:center;
	font-size:20px;
	font-family: "Roboto";
	color:white;
	z-index:10;
	text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
}

.index_images_title .index_images_name
	{
	background:rgba(0,0,0,.7);
	padding:5px;
	}

.index_images_title .index_images_count
	{
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	margin-top:5px;
	}

.index_images_div img{
	opacity:.8;
	width:33%;
}


.promo_plate_div{
	margin-top:-30px;
	margin-bottom:-25px;
	margin-left:auto;
	margin-right:auto;
	width:180px;
	height:132px;
	background: url(img/plate.svg);
	background-size:100%;
	background-repeat:no-repeat;
	z-index:3;
	position:relative;
}

#listing_wrapper{
	text-align:center;
	clear:both;
	overflow:hidden;
	width:100%;
}

.listing_a{
position: relative;
border: 1px solid #161616;
display: inline-block;
box-sizing: border-box;
width: 260px;
height: 195px;
border-radius: 5pt;
margin: 4pt;
}

.article_a{
position: relative;
border: 1px solid #161616;
display: inline-block;
box-sizing: border-box;
width:100%;
padding-top:75%;
border-radius: 5pt;
margin-bottom:10px;
}

.article_img{
width:100%;
height:100%;
border-radius: 5pt;
position:absolute;
top:0px;
left:0px;
right:0px;
bottom:0px;
}


.listing_ribbon{
position: absolute;
width: 52%;
bottom: -1.7%;
right: -1.5%;
z-index: 10;
}


.listing_ribbon.gray{
opacity:.3;
}


.sold_lines{
	position: absolute;
	width:100%;
	height:100%;
}

.listing_promo_text,  .listing_sold_text{
font-family: 'Roboto', sans-serif;
    position: absolute;
    width: 60%;
    top:100%;
	left: 59%;
	height:40px;
	height: 37px;
    text-align: center;
    z-index: 3;
    color: white;
    transform: rotate(-45deg);
    transform-origin: 0px 0px;
	/* background:green; */
    font-size: 18px;
    z-index: 12;
	font-weight: 700;
}

.promo_promocia {
font-size: 14px;
margin-bottom: -4px;
margin-top: 6px;
color:yellow;
}

.listing_promo_text_cat{
font-family: 'Roboto', sans-serif;
position: absolute;
top: 58%;
right: -2%;
width: 20%;
text-align: center;
z-index: 3;
color: white;
transform: rotate(-45deg);
transform-origin: 50% 50%;
/* background: green; */
font-size: 22px;
z-index: 12;
font-weight:900;
}

.listing_promo_text_cat .nn{
	font-size:14px;
    position: relative;
    top: -3px
}

.listing_promo_text_cat .lvgr{
	font-size:11px;
}


.listing_sold_text{
color: black;
font-size: 17px;
line-height: 15px;
padding-top: 1px;
}


.sold .listing_promo_text
{
	display:none;
}

.listing_promo_text .nn{
	font-size:14px;
    position: relative;
    top: -3px
}

.listing_promo_text .lvgr{
	font-size:11px;
}

.listing_label {
	text-align: left;
    position: absolute;
    /* background: rgba(0,0,0,0.6); */
    padding: 8px;
	font-size:12px;
	color:#dadada;
	border-radius:0 0% 50% 0;
	text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
}

.listing_aname{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	color:white;
	font-family: 'Roboto';
	font-size:14px;
	text-shadow: 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black, 0px 0px 5px black;
}

.label_q{
	font-size:14px;
}

.label_q_promo{
	color:yellow;
	border-bottom:3px solid red;
}

.label_length{
}

.label_article{
	font-size:10px;
	color:gray;
}

.label_price{
	color: white;
    font-size: 16px;
    font-family: 'Roboto';
}

img.listing_img.sold{
opacity:0.4;
filter: grayscale(100%);
}

.listing_a:hover img.listing_img.sold{
opacity:1;
filter: none;
}



a.top_menu {
	position:relative;
	padding: 6px;
    background: #bec3c921;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
	border: 1px solid rgba(255,255,255,0.1);
	margin:2px;
	}
	
a.top_menu:hover{
background: rgba(255,255,255,.2);
color: #ffff8e !important;
}

span.subnum1{
	color:red;
	margin: 0px 5px 0px 5px;
	border-radius:10px;
	padding:0px 3px 0px 3px;
}


.listing_img{
width:100%;
height:100%;
border-radius: 5pt;
}

#menu_wrapper{
	display:block;
	text-align:right;
	position:absolute;
	bottom:0px;
	right:15px;
	
	
}

.menu_wrapper{
	position:relative;
}

img.cat_image{
	position: absolute;
	width: 302px;
}

a.cat_menu{
display: block;
    color:#F6ECC0;
    font-size: 16px;
    padding: 4px 10px;
    background: #0f0f0f;
    text-decoration: none;
	border-radius: 3px;
    margin: 2px 0px;
}

a.cat_menu:hover{
background: rgba(255,255,255,.1);
color: #ffff8e !important;
}



a.cat_menu.silver{
    color:white;
}

a.cat_menu.is_promo{
	color:yellow;
}

a.cat_menu.selected{
color:white;
background:none;
}

.product_count{
	float:left;
	color:white;
	font-family:Roboto;
	font-size:18px;
	margin: 10px 10px 10px 20px;
}

#orderdiv{
	float:right;
}

#orderdiv select{
background: black;
    border: 1px dotted #555555;
    font-size: 15px;
    color: white;
    padding: 4px;
    margin: 6px;
    border-radius: 6px;
	width:175px;
}

#promo_plate_index {
	display:none;
}

#mobile_submenu {
	display:none;
}

.hidden_desctop{
	display:none;
}

img.listing_ribbon_cat{
position: absolute;
width: 25%;
bottom: -2.2%;
right: -0.55%;
z-index: 11;
opacity:1;
}

#order_div{
	display:none;
}

.article_a .promo_promocia{
    font-size: 27px;
}

.article_a .nn{
    font-size: 16px;
	top: -10px;
}

.article_a .lvgr{
    font-size: 14px;
}

.article_a .listing_promo_text{
    font-size: 32px;
}

.article_a .listing_sold_text{
    font-size: 32px;
	line-height:26px;
	padding-top: 6px;
}

.required{
	color:red;
	padding-left:5px;
}

.order_ok {
    background: #0e4a00;
    border: 1px solid #136700;
    padding: 20px;
    color: #F6ECC0;
    font-size: 16px;
	border-radius:5px;
}

#zhall_h2 {
	text-align:left;
    margin: 0px;
    padding: 0px;
    color: #f6ecc0;
}

#zhall_h1 {
    margin: 0px 0px 20px 0px;
}

#zhal_wrapper {
    margin: 10px;
}

.ginfobox{
	color:black;
}

.ginfobox a{
	color:blue;
}

.zhall_param_name {
    font-size: 16px;
    color: #f6ecb4;
    margin-top: 13px;
}

.zhall_param_value {
    font-size: 16px;
}

#map_image_wrapper{
	position:relative;
}

#map_image_wrapper #map_canvas_object{
	position:absolute;
	width:50%;
	border:0px;
	top:0;
	bottom:0;
	right:0;
}

#map_image_wrapper #map_canvas_object.single{
	position:inherit;
	width:100%;
	border:0px;
	height:200px;
}

#map_image_wrapper #zhall_image{
	width:50%;
}

.calc_head {
    font-size: 18px;
    color: yellow;
	margin: 5px 0px 8px 0px;
}

.calc_block {
    background: #242424;
    margin: 5px;
    padding: 10px;
    width: 47%;
    min-height: 100px;
    border-top: 2px solid yellow;
    float: left;
	font-size: 16px;
	color:#F6ECC0;
	min-height: 110px;
}

.calc_block input::placeholder{
    opacity:.1;
	}

@media only screen and (max-width : 1300px) {
	
	.top_menu.invest{
		display:none;
	}
	
	.calc_block {
		width:auto;
		float:none;
		display:block;
		min-height: auto;
	}
	
	.zh_block {
    width: 48%;
	}
	
	.article_a .promo_promocia {
    font-size: 1.85vw;
	}
	
	.article_a .listing_promo_text{
    font-size: 2vw;
	}
	
	.article_a .nn {
    font-size: 1.3vw;
    top: -.6vw;
	}
	
	.article_a .lvgr {
    font-size: 1.3vw;
	}
}


@media only screen and (max-width : 1200px) {	
	.article_a .listing_sold_text {
		font-size: 2.2vw;
		line-height: 2vw;
		padding-top: 0;
	}


	.listing_promo_text_cat{
	font-size: 1.7vw;
	}
	
	.buy_button{
		width: 90%;
		margin: auto;
		display: block;
		margin: 2% auto;
		padding: 3%;
		box-sizing: border-box;
	}
	
}



@media only screen and (max-width : 1000px) {
	
	.listing_promo_text_cat{
	font-size: 3vw;
	}
	
	.zh_block {
    width: 100%;
	height:auto;
	}
	
	.index_images_div{
		width:97%;
		margin: 5px 0 5px 0;
		padding-top: 24.4%;
		
	}	
}

.our_shop{
	display:block;
	color:white;
	padding-left: 34px;
}

@media only screen and (max-width : 768px) {
	.label_q{
		font-size:12px;
	}
	
	.order_param_name {
	text-align:left;
    margin-top: 25px;
	width: 100%;
	display: block;
	float: none;
	}

	.order_param_input {
		float: none;
		width: 100%;
		margin-top: 0px;
	}
	
	.order_param_info {
	padding-left: 0;
	clear:none;
	float:none;
	}

	
	h1{
		text-align:center;
		padding:3px;
		box-sizing: border-box;
	}

	#article_left_column, #article_right_column{
		float:none;
		width:100%;
		overflow-x: hidden;
	}
	
	#wlnum{
	position: relative;
    top: -10px;
    right: 0;
	display:inline-block;
	}
	
	.article_a .listing_sold_text {
    line-height: 5vw;
	}
	
	.article_a .promo_promocia {
    font-size: 5vw;
	}
	
	.article_a .listing_promo_text, .article_a .listing_sold_text {
    font-size: 7vw;
	}
	
	.article_a .listing_sold_text {
	padding-top: 1;    
	}
	
	
	.article_a .listing_promo_text .nn {
    font-size: 5vw;
    top: -1vw;
	}
	
	.article_a .listing_promo_text .lvgr {
    font-size: 3vw;
	}
	
	.listing_promo_text_cat .lvgr {
    font-size: 2.5vw;
	}
	
	.listing_promo_text_cat {
    font-size: 4.8vw;
	}
	
	.listing_promo_text_cat .nn {
    font-size: 3.5vw;
    position: relative;
    top: -1vw;
	}
	
	
	#footer_menu a{
	display:block;
	margin:10px;
	}

	
	#mobile_submenu {
		display:block;
		text-align:center;
	}
	
	#mobile_submenu a.top_menu{
		display: inline-block;
		box-sizing: border-box;
		line-height: 18px;
		width: 98%;
		background: rgba(0,0,0,.8);
	}
	
	.seotags{
		display:none;
		
	}
	
	#promo_plate_index{
		display:block;
		
	}
	
	#promo_plate_index .promo_plate_div{
		margin-top:0px;
	}
	
	a.top_menu{
		display: inline-block;
		box-sizing: border-box;
		line-height: 18px;
		width: 32%;
		margin: 0.5%;
	}
	
	a.top_menu.hidden_mobile{
		display:none;
	}
	
	.hidden_mobile{
		display:none;
	}
	
	.product_count{
		display:block;
		float:none;
		text-align:center;
	}
		
	#div_0700{
		display:none;
	}
	
	#menu_wrapper{
		position:relative;
		text-align:center;
		right: 0px;
	}
	
	#head_div #logo{
		height:60px;
		width:auto;
	}
	
	#head_div, #main_page{
		margin:0px;
		padding:0px;
	}
	
	#head_div{
		text-align:center;
		height:auto;
		margin-bottom:5px;
	}
	
	#left_column{
		display:none;
	}
	
	.listing_a{
	width: 48vw;
	height: 36vw;
	margin: 0.5vw;
	}
	
	.set_div_wrapper{
		margin: 0px 0px 10px 0px;
		border:0px;
	}
	
	.set_plus_wrapper{
		background-size: 10vw;
	}
	
	.listing_promo_text .nn{
		font-size: 3vw;
		top:-0.6vw;
	}
	
	.listing_promo_text .lvgr {
    font-size: 2.6vw;
	}
	
	.listing_promo_text,  .listing_sold_text{
		font-size: 4vw;
	}
	
	.promo_promocia {
	font-size: 2.5vw;
	margin-bottom: -.9vw;
	margin-top: 1.1vw;
	}
	
	.listing_sold_text{
	line-height: 2.4vw;
	padding-top: .8vw;
	font-size: 3vw;
	}

}

@media only screen and (max-width : 359px) {
	a.top_menu{
		width: auto;
		margin: 2px;
	}
}



/* paginator start */

.paginator_wrapper{
	text-align:center;
	position:relative;
	margin: 40px 0px 30px 0px;
	clear: both;
}

.my-paginator{
    width: 100%;
    text-align: center;
}

.my-paginator a{
	vertical-align:middle;
    line-height:35px;
	min-width:35px;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
    text-decoration: none;
    background-color: #bec3c921;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
	font-size: 16px;
    display: inline-block;
}
.my-paginator a:first-child{
    border-left: 1px solid rgba(255,255,255,0.1);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.my-paginator a:last-child,
.my-paginator a.lastpaginator
{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.my-paginator a:hover{
    text-decoration: none;
}


.my-paginator a.active{
    color: #000;
    cursor: default;
    background-color: #f6ecc0;
    border-color: #f6ecc0;
    position: relative;
    font-weight: bold;
}
    
.my-paginator a.disabled{
    border: none;
    color: #777;
    cursor: not-allowed;
    background-color: transparent;    
}

.my-paginator a.disabled_{
    color: #aaaaaa;
    cursor: not-allowed;  
}

.my-paginator a.dots{
	min-width: auto;
}

.my-paginator span.next_text, .my-paginator span.prev_text{
	margin:0px 10px;
}



.my-paginator a.last_page_border{
	border-left:1px solid #ddd;
}

.paginator-input{
    z-index: 2;
    box-sizing: content-box;
    position: absolute;
	color:black;
    margin: 0 auto;
    border: 6px solid #f6ecc0;
    display: none;
    left: 0;
    right: 0;
    width: 260px;
    background-color: #f6ecc0;
    text-align: center;
	
}

.paginator-input div {
   display: inline-block;
   vertical-align: middle;
}

.paginator-input-title {
   line-height: 33px;
   font-weight: bold;
 }
 
.paginator-input input{
    width: 70px;
    height: 28px;
    border-radius: 0;
	border:none;
	text-align:center;
}

.paginator-input button{
    font-size: 25px;
	background:none;
	border:none;
}

.fa-arrow-circle-right:before{
    content: "\f0a9";
}

.fa_yellow{
	color:yellow;
}

@media only screen and (max-width : 768px) {
	
	.error_att{
		text-align:center;
	}
	
	#head_div.scrolled{
		z-index: 100;
		background: black;
		height: 95px;
		position: fixed;
		top: 0;
		box-shadow: 0px 0px 20px black, 0px 0px 20px black, 0px 0px 20px black, 0px 0px 10px black;
		transition: visibility 0s, opacity 1s linear;
	}
	
	#main_page.scrolled{
		margin-top: 100px;
	}
		
	
	.my-paginator span.next_text, .my-paginator span.prev_text{
	display:none;
	}


    .my-paginator a.active{
       /* font-size: 22px;
		min-width:45px;*/
    }
	
    
    .my-paginator a, .my-paginator .fa{
        line-height:40px;
		min-width:40px;
    }

    .paginator-input{
        width: 90%
    }
    
    .paginator-input-title,
    .paginator-input input {
        font-size: 20px;
    }
    
    .paginator-input button{
        
    }
    
    .result-count h2 {
        font-size: 16px; 
    }
}

@media only screen and (max-width : 340px) {
	.under_336_fix_iframe{
	transform: scale(0.96);
	transform-origin: 0% 0%;
	}
	
	.under_336_fix_div{
	width:100%;
	max-width:100%;
	height:auto;
	max-height:auto;
	}
}

/* paginator end */


.fancybox-bg {
    background: #000000;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.85;
}

/* checkbox */
label.container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size:16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
label.container input:checked ~ .checkmark {
  background-color: green;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
label.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
label.container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}