/*
Responsive Template Name: RS-1200 Prototype 45
File: Main CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(layout.css);
@import url(pages.css);
@import url(elements.css);
@import url(framework.css);
/*@import url(fonts/caviardreams/stylesheet.css);*/
@import url(fonts/font-awesome/font-awesome.min.css);
@import url(fonts/ruslan/ruslan.css);

/* If you want to add your own css code, please do it in the custom.css file */
/*@import url(custom.css);*/

/* Remove this before using the template */

.mainshadow
	{
	display: none;
	background: #000;
	height: 100%;
	opacity: 0.5;
	position: fixed;
	width: 100%;
	z-index: 999998;
	top: 0;
	left: 0;
	}
.layer_change_region {
	position: absolute;
	z-index: 1;
	display: none;
/*	padding: 5px;*/
/*	padding-top: 5px;*/
/*	padding-bottom: 5px;*/
/*	width: 80%;*/
/*	min-width: 200px;*/
	margin-left: 9%;
	margin-top: 46px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border: 1px solid #eaeaea;
	background: -moz-linear-gradient(90deg, #f2f2f2 0%, #ffffff 54.7%) #f7f7f7;
	background: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), color-stop(0.547, #ffffff)) #f7f7f7;
	-moz-box-shadow: 0 4px 8px #cbcbcb;
	-webkit-box-shadow: 0 4px 8px #cbcbcb;
	box-shadow: 0 4px 8px #cbcbcb;
	background-color: #f7f7f7!important;
}

.layer_change_region .chooseTheRegion {
	max-height: 250px;
	overflow: auto;
	list-style: circle;
	padding: 0;
	margin: 0;
	margin-left: 5px;
}


.layer_change_region .chooseTheRegion ul {
	list-style: circle;
}

ul.regions-modal{
  width:100%;
  margin-bottom:20px;
  overflow:hidden;
  margin: 0px !important;
	list-style-type: none !important;
	padding: 0;
}
li.regions-modal{
  line-height:1.5em;
  font-size:85%;
  float:left;
  display:inline;
  margin: 0px !important;
	list-style-type: none !important;
	padding: 0;
}
li.regions-modal:hover{
  line-height:1.5em;
  font-size:85%;
  float:left;
  display:inline;
  margin: 0px !important;
	list-style-type: none !important;
	padding: 0;
}
a.regions{
  color:#222222;
  /*text-transform:uppercase;*/
}    
a.regionsm{

  text-transform:uppercase;
  font-size:100%;
  font-weight:bold;

}

#double li  { width:50%;} /* 2 col */
#four li  { width:33%;} /* 2 col */
/*@import url(demo-only.css);*/