ul {
	margin: 0px;
	padding: 0px;
list-style:none;
}


@font-face {
    font-family: 'CyrillicOld';
    src: url('/client_theme/87/font/CyrillicOld.ttf');
}

@font-face {
    font-family: 'Cirpnova';
    src: url('/client_theme/87/font/UKIJDiT.ttf');
}


body {
	margin: 0px;
	padding: 0px;
	color: [TEXTCOLOR];
	font-family: Arial;
	font-size: 13px;
	line-height:1.5em; 
	background: #f1f1f1 url('/css/skins/skin_04/images/pattern.png') repeat;


}

a, a:link, a:visited {

	color: #195fd9;
	text-decoration: none;
}

a:hover {
	color: #195fd9;
	text-decoration: underline  ;
}

p { margin: 0px;  }
img { border: none; }

.rubin {
	width:100%;
	position:relative;
	height:117px;

	

	}

.main {
	margin:0 auto;
	background: #ffffff; /* Old browsers */
	width:1240px;
	margin-top:0px;
	margin-bottom:15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(76, 85, 101, 0.58);
-moz-box-shadow:    0px 0px 5px 0px rgba(76, 85, 101, 0.58);
box-shadow:         0px 0px 5px 0px rgba(76, 85, 101, 0.58);	
	}

.snow {
	width:1000px;
	height:140px;
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top, #f4f4f4 1%, #eaeaea 51%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f4f4f4), color-stop(51%,#eaeaea), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f4f4f4 1%,#eaeaea 51%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f4f4f4 1%,#eaeaea 51%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f4f4f4 1%,#eaeaea 51%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom, #f4f4f4 1%,#eaeaea 51%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	margin:0 auto;
	margin-bottom:20px;
	margin-top:-120px;
	-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
	}


#header {
	width: 1240px;
	height:100px;
	margin: 0 auto ;
	background: none;
	z-index:1000;
	text-align:center;	
	margin-top:0px;

}



#logo {
	width: 500px;
	height: 50px;
	float:left;	
}

#logo .box{
	position: relative;
	float: left;
	padding: 0 0px;
	margin-top: 15px;
	margin-left:-10px;
	width:300px;
	
}


#logo .box_end{
	margin:0;
	padding:0;
}

.box_end{
	display:none;
}


.cardandlang {
	width: 460px;
	float:right;
	margin: 15px 0px 10px 10px;
}

.cleaner
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}

.info_menu {
	min-width:460px;
	height:35px;
	float:right;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	margin-top:-5px;
	margin-left:20px;

	}
	
.info_menu span{
	font-size:15px;
	color:#00b7ca;
	text-align:right; 
	font-weight:bold;
	float:right;
	font-family: CyrillicOld;

	}
	
.info_menu li a{
	font-size:13px;
	float:right;
	margin-left:7px;
		color:#666; 
		text-decoration:none;

	}
	
.info_menu li img{
	width:30px;
	margin-top:2px;

	}
	
.search {
	float:right;
        width: 200px;
        padding: 0px;   height: 13px;
        margin-top: 0px;
		margin-left:0px;
        outline: 0;
        background: #ffffff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
		font-family:Arial !important;
        
    }
    
.search input {
        width: 130px;
        height: 13px;
        padding: 5px 5px;
        float: left;    
        font-size:  12px ;
        border: 0;
        outline: 0;
        background: #f9f9f9;
        -moz-box-shadow: 0 0 1px rgba(0,0,0,.6) inset;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,.6) inset;
        box-shadow: 0 0 1px rgba(0,0,0,.6) inset;  font-family:Arial !important; 
    }
    
.search input:focus {
        background: #f9f9f9;
    }
    
.search input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
.search input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
.search input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
.search button {
	overflow: visible;
        position: relative;
        float: right;
        border: 0;
        padding-bottom: 2px;
        cursor: pointer;
        height: 23px;
        width: 60px;
        color: #ffffff;
        background: #195fd9;
		font-size:12px; font-family:Arial !important;
}
      
.search button:hover{		
        background: #333;
    }	
      
	  
.form-price {float:right; height:40px; margin-right:30px; margin-top:0px;}
.form-price label {font-size:11px;}

.form-price select {
	min-width: 120px;
	padding: 3px 2px;	
	font-family: Arial;
	font-weight: 400;
	font-size: 11px;
	color: #9d9e9e;
	border: 0;
        outline: 0;
	background:#f9f9f9;
	-moz-box-shadow: 0 0 1px rgba(0,0,0,.6) inset;
        -webkit-box-shadow: 0 0 1px rgba(0,0,0,.6) inset;
        box-shadow: 0 0 1px rgba(0,0,0,.6) inset; 
	
}
.form-language2 select {
	min-width: 120px;
	padding: 2px 2px;	
	font-family: Arial;
	font-weight: 400;
	font-size: 11px;
	color: #9d9e9e;
	border: 1px solid #dbdbdb;
	
}

.nav {clear: both;
	position: relative;
	width: 1240px;
	height:55px;
	margin:0 auto;

	}
	

.main_menu {
	margin:0 auto;
	width:1240px;
	



}


.main_menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;

	
}

.main_menu li {
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
	margin-right:14px;
	
   
}

.main_menu ul li a, main_menu ul li a:link, main_menu ul li a:visited  {
	float: left;
	height: 32px;
	padding: 14px 18px 2px 18px;
	margin-top:0px;
	font-size: 23px;
	color: #ffffff;	
	text-align: left;
	text-decoration: none;
	font-weight:100;
	outline: none;
	border: none;
	font-family:CyrillicOld;
	background: #00b7ca; 
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

	
}

.main_menu ul li:hover a {
	color:#ffffff !important;
	display: block;
	background:#195fd9;
	margin-top:0px;


}

.main_menu .active a  {
	color:#ffffff !important;
display: block; 
background:#195fd9;


}

.main_menu ul li a span.arrow { color: #ffffff; display:none; }


.main_menu ul .last {
	background: none;
}

.main_menu ul li ul.sub {
	top: 48px;
	left: 0px;
	width: 210px;
	z-index: 1000;
	background: #00b7ca; /* Old browsers */
	position: absolute;
	display: none;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(76, 85, 101, 0.58);
-moz-box-shadow:    0px 0px 10px 0px rgba(76, 85, 101, 0.58);
box-shadow:         0px 0px 10px 0px rgba(76, 85, 101, 0.58);
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}

.main_menu ul li ul {
	display: none;
	position: absolute;
	top: 36px;
	left: -2px;
	min-width: 370px;
	z-index: 1000;
	padding-top:5px;
	position: relative;
}

.main_menu ul li ul.sub li {
	position: relative;	
	margin-top:-5px;
	background: none !important;	
	
}

.main_menu ul li ul.sub li a, .main_menu ul li ul.sub li a:link, .main_menu ul li ul.sub li a:visited  {
	float: none;
	display: block;
	min-width: 350px; 
	height: 30px;
	font-size: 16px;
	color:#ffffff;
	background: none !important;
	padding:10px 10px 0px 10px;	
}

.main_menu ul li ul.sub li ul a, .main_menu ul li ul.sub li ul a:link, .main_menu ul li ul.sub li ul a:visited  {
	float: none;
	display: block;
	width:350px !important;
	height: 30px;
	font-size: 16px;
	color:#ffffff;
	background: none !important;	
	padding:10px 10px 0px 10px;	
}

.main_menu ul li ul.sub li:hover a {
	color: #ffffff !important;
	background: #195fd9 !important;
	
	
}
.main_menu ul li ul.sub ul li:hover a {
	color: #ffffff !important;
	background: #195fd9 !important;
	
	
}




#title {
	width:1000px;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	
}


.slider-wrapper {
    	margin:0 auto;
    	width:1240px; 
    	height:420px !important; 
	margin-bottom:0px;
	margin-top:10px;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(76, 85, 101, 0.58);
-moz-box-shadow:    0px 0px 5px 0px rgba(76, 85, 101, 0.58);
box-shadow:         0px 0px 5px 0px rgba(76, 85, 101, 0.58);
display:none;



}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    	margin-top:150px;
}

.clear {
	clear:both;
}

.toby{
	position: relative;
	z-index: 0;
	width:1200px;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:10px;
	padding:20px;
}

.sidebar {
	float: left;
	width: 250px;
	background: #ffffff;
	margin-bottom:10px;
}

.sidebar .title{
	margin:0 auto;
	width: 230px;
	height:50px;
	margin-bottom:10px;
}

.sidebar .title h1{
	font-size: 22px; 
	font-weight: 100; 
	padding:15px 15px 15px 0; 
	color: #333;
	border-bottom:10px solid #dbdbdb;
}

.sidebar .products {
	border:0px;
	width:230px;
	margin:0 auto;
	height:120px;
	border-bottom:1px solid #dbdbdb;
}

.sidebar .products img{
	border:0px;
	width:100px;
	height:100px;
	float:left;
	padding-top:10px;
}

.sidebar .products h2{
	font-size: 12px; 
	font-weight: bold; 
	padding:5px 0px 0px 0; 
	color: #333;
	float:right;
	width:120px;
	line-height: 1.3;
	text-decoration: none;
}

.sidebar .products h2 a:hover {
	color: #555;
	text-decoration: underline;
}

.sidebar .products h3{
	font-size: 16px; 
	font-weight: normal; 
	padding:0px 0px 0px 0; 
	color: #a50228;
	float:right;
	width:120px;
	line-height: 1.3;
}



.page_content{
	
	width: 865px; float:left; border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ccc; padding-right:15px;
	margin-bottom:10px;
	
	
}

.page_content ul li{
	
	margin-left:30px;
	list-style:circle;
	
	
}


.page_content  h1{
	font-size:19px; 
	padding:5px 5px 5px 0px;
font-weight:normal;
	margin:0px;
	margin-bottom:10px;
	color:#195fd9;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	text-shadow: 0px 0px 0px #000;
	font-family: CyrillicOld;
}

.page_right{
	margin-top:-10px;	
	width: 280px;
	background: none;
	float:right;
}

.page_left{
	margin-bottom:20px;
	width: 280px;
	background: none;
	float:right;
	border:1px solid #ccc;
}

.page_left img{
	
	margin-top:-10px;
}


.page_left  h1{
	font-size: 20px; 
	padding:5px;
	font-weight: 100; 
	margin:0px;
	margin-bottom:10px;
	background: #195fd9; /* Old browsers */
	color:#ffffff !important;font-family: CyrillicOld;
	
}

.page_content .promo img{
	border:1px solid #ccc;

}

.first_page {
	width:660px;
	height:75px;
	margin-bottom:10px;
border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.first_page .img {
	width:110px;
	float:left;
	margin-bottom:5px;
	}


.first_page .img img{
	border:1px solid #ccc;
	padding:3px;
	background:#ffffff;
	}
	
.first_page .ime {
	width:280px;
	float:left;
	margin-left:10px;
	}
	
.first_page  h1{
	font-size: 15px; 
	font-weight: 100; 
	margin:0px;
	color:#195fd9;
	border-bottom:0px solid #ccc;
	}
	
.first_page .ime p{
	font-size: 12px; 
	font-weight: 100; 
	margin:0px;
	color:#2C0204;
	line-height:15px;
	}
	
.first_page .gr {
	width:70px;
	float:left;
	margin-left:10px;
	}
	
.first_page .price {
	width:70px;
	float:left;
	margin-left:10px;
	}	
	
.first_page .order {
	width:90px;
	float:right;
	margin-left:10px;
	}	
	
.first_page	.but {
	float:right;
	padding: 7px 10px;	
	font-weight: 300;
	font-size: 13px;
	color: #ffffff;	
	background: #195fd9; 
	border: 1px solid #dbdbdb;
	cursor: pointer;	
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	
}	

.input, .add_to_cart {
	transition: all 1.9s;
	-moz-transition: all 1.9s;
	-webkit-transition: all 1.9s;
	-o-transition: all 1.9s;
	-ms-transition: all 1.9s;
}



.fb{
	margin-top:15px;
}



.cleaner
{
  	display:block;
  	clear: both;
  	float: none;
  	margin: 0;
  	padding: 0;
  	border: none;
  	font-size: 0;
  	height:0;
  	overflow:hidden;
}

#fbtab{
	background: url(images/icons/1.png) no-repeat; 
	color: #ffffffFFF;
	cursor: pointer;
	height: 48px;
	left: 0;
	margin-left: -15px;
	overflow: hidden;
	position: fixed;
	text-indent: -100000px;
	top: 25%;
	width: 56px;
	z-index: 105;}

#fbtab:hover{
	margin-left:-5px;
	
}


#twitter{
	background: url(images/icons/2.png) no-repeat; 
	color: #ffffffFFF;
	cursor: pointer;
	height: 48px;
	left: 0;
	margin-left: -15px;
	overflow: hidden;
	position: fixed;
	text-indent: -100000px;
	top: 32%;
	width: 56px;
	z-index: 105;}

#twitter:hover{
	margin-left:-5px;
	}
	
#icons{
	background: url(images/icons/3.png) no-repeat; 
	color: #ffffffFFF;
	cursor: pointer;
	height: 48px;
	left: 0;
	margin-left: -15px;
	overflow: hidden;
	position: fixed;
	text-indent: -100000px;
	top: 39%;
	width: 56px;
	z-index: 105;}

#icons:hover{
	margin-left:-5px;
}

#icons2{
	background: url(images/icons/4.png) no-repeat; 
	color: #ffffffFFF;
	cursor: pointer;
	height: 48px;
	left: 0;
	margin-left: -15px;
	overflow: hidden;
	position: fixed;
	text-indent: -100000px;
	top: 46%;
	width: 56px;
	z-index: 105;}

#icons2:hover{
	margin-left:-5px;
}

#icons3{
	background: url(images/icons/5.png) no-repeat; 
	color: #ffffffFFF;
	cursor: pointer;
	height: 48px;
	left: 0;
	margin-left: -15px;
	overflow: hidden;
	position: fixed;
	text-indent: -100000px;
	top: 53%;
	width: 56px;
	z-index: 105;}

#icons3:hover{
	margin-left:-5px;
}
	
	


.footer {
	height:180px;
	margin-top:20px;
	width:1240px;
	border-top:4px solid #00b7ca;
	background: #f9f9f9;
	margin:0 auto;
	margin-bottom:20px;

	
}
.footer .center {
	width: 1180px;
	overflow: hidden;
	margin: 0 auto;
		padding-left:30px;

			padding-right:30px;

}


.footer .box2 {
	width: 220px; 
	float:left;
	padding:10px 10px 0px 0px;
}





.footer .box2 h2{
	font-size:17px;	
	margin:20px 10px 0px 10px;
	color:#00b7ca;
	text-align:left;
	font-weight:bold;
	padding-bottom:10px;font-family: CyrillicOld;
}



.footer .box2 ul{
list-style:none;
	
}

.footer .box2 li{
	
	padding:1px;
	margin-left:2px;
	
	
}


.footer .box2 li a{
	font-size:11px;
	color:#666;
	text-align:left;
	font-weight:normal;
	margin-left:7px; 
	text-decoration:none;
	margin-top:-5px;

}

.footer .box2 p a{
	font-size:11px;
	color:#00b7ca;
	text-align:left;
	font-weight:bold;
	margin-left:0px; 
	text-decoration:none;
	margin-top:-5px;

}




.footer .box2 a:hover{
	font-size:11px;
	color:#333;
	text-align:left;
	font-weight:normal;
	margin-left:7px; 
	text-decoration:none;
}

.footer .box2 p{
	font-size:11px;
	color:#333;
	text-align:left;
	font-weight:normal;
	margin-left:-33px;
	margin:0px 0px -12px 10px;
	
	
}

.footer .box2 p a:hover{
	font-size:11px;
	color:#333;
	text-align:left;
	font-weight:normal;
	margin-left:-33px;
	margin:0px 0px -12px 0px;
	
	
}

.footer .box3 {
	width: 240px; 
	float:right;
	padding:10px 0px 0px 0px;
}


.footer .box3 img{
	
}



.footer .box3 h2{
	font-size:15px;	
	margin:20px 10px 0px 10px;
	color:#00b7ca;
	text-align:left;
	font-weight:normal;
	padding-bottom:5px;
}



.footer .box3 ul{
list-style:none;
	
}

.footer .box3 li{
	
	padding:3px;
	
	
}


.footer .box3 li a{
	font-size:13px;
	color:#333;
	text-align:left;
	font-weight:normal;
	margin-left:-33px;
	
	
}



.footer .box3 a:hover{
	font-size:13px;
	color:#333;
	text-align:left;
	font-weight:normal;
	margin-left:-33px;	
	text-decoration: underline;
}


.footer .box3 p{
	font-size:13px;
	color:#333;
	text-align:left;
	font-weight:normal;
	margin-left:-33px;
	margin:20px 0px -10px 10px;
	
	
}

.footer .box3 p a{
	font-size:13px;
	color:#333;
	text-align:left;
	font-weight:normal;
	margin-left:-33px;
	margin:0px 0px -10px 0px;
	
	
}

.footer .box3 p a:hover{
	font-size:13px;
	color:#333;
	text-align:left;
	font-weight:normal;
	margin-left:-33px;
	margin:0px 0px -10px 0px;
	
	
}


.shadow{ 
	width:300px; 
	height:19px; 
	background:url(images/slider-shadow.png); 
	position:absolute; 
	margin-top:-12px;
	margin-left:0px;
	z-index:0;
	}	

.login-form2 {
	width: 540px;
	margin: 0 auto;
	position: relative;
	z-index:5;
	margin-left:-20px;
	margin-top:0px;

}

.login-form2 .header2 {
	padding: 0px 0px 0px 30px;
	
}

.login-form2 .header2 h1 {
	font-family: Arial;
	font-weight: 300;
	font-size: 24px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 5px;
	border-bottom:10px solid #dbdbdb;
}

.login-form2 .header2 span {
	font-size: 12px;
	line-height: 16px;
	color: #678889;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
}


.login-form2 .content2 {
	padding: 0px 30px 10px 30px;
}


.login-form2 .content2 .input {
	width: 510px;
	padding: 4px 5px;	
	font-family:Arial;
	font-weight: 400;
	font-size: 12px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	border: 1px solid #cfcdc7;
	margin-bottom:-15px;
}

.login-form2 .content2 textarea {
	width: 510px;
	padding: 0px 5px;	
	font-family:Arial;
	font-weight: 400;
	height:80px;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	border: 1px solid #cfcdc7;

}


.login-form2 .content2 .password,.login-form2 .content2 .gsm,.login-form2 .content2 .e-mail, .login-form2 .content .pass-icon, .login-form2 .content2 textarea {
	margin-top: 25px;
}

.login-form2 .content2 .input:hover {
	background: #f0f0f0;
	color: #414848;
	border: 1px solid #dbdbdb;
}

.login-form2 .content2 .input:focus {
	background: #f0f0f0;
	color: #414848;
	

}

.input, .user-icon, .pass-icon, .button, .register {
	transition: all 1.9s;
	-moz-transition: all 1.9s;
	-webkit-transition: all 1.9s;
	-o-transition: all 1.9s;
	-ms-transition: all 1.9s;
}



.login-form2 .footer2 {
	padding:10px;
	width:540px;
	background: none;
	border:none;
	height:auto;
	margin:0;
	margin-top:-10px;
}

/* Login button */
.login-form2 .footer2 .button {
	float:right;
	padding: 2px 25px;	
	font-family: Arial;
	font-weight: 300;
	font-size: 13px;
	color: #ffffff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);	
background: #195fd9;
border: 1px solid #cfcdc7;
	cursor: pointer;	
	
}

.login-form2 .footer2 .button:hover {
	background: #333;
	border: 1px solid #999;
	color:#ffffff;
}

.login-form2 .footer2 .button:focus {
	position: relative;
	bottom: -1px;	
	background: #f0f0f0;	
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}

.gallery img {padding:5px; background:#f1f1f1; border: 1px solid #ccc;}

.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 410px;
	margin: 0 auto;
	-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #ffffff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	right: 40%;
	margin-right: 13%;
	top: 32%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 35px;
	line-height: 50px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #195fd9;
	margin:0px;
	
}
.ei-title h3{
	font-size: 45px;
	line-height: 70px;
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
	color: #00b7ca;
	margin-top:-10px;
	font-weight:100;
}
.ei-slider-thumbs{
	height: 10px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 10px;
	z-index: 10;
	text-indent: -9000px;
	background: #195fd9;
	background: #195fd9;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #00b7ca ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #ffffff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
	}
	
.rdrd {width: 305px; float:right;}
	
.rdrd a {font-size:13px; line-height:20px; text-decoration:underline}

.rdrd ul li {font-size:13px; line-height:20px; color: #195fd9; margin-bottom:5px;}

.rdrd a:hover {color: #195fd9;}

.rdrd ul li{
	
	margin-left:30px;
	list-style:circle;
	
	
}


.rdrd  h1{
	font-size: 19px; 
	padding:5px 5px 5px 0px;
	font-weight: 100; 
	margin:0px;
	padding:10px;
	margin-bottom:10px;
	color:#ffffff;
	border-bottom:3px solid #195fd9; 
	background: #00b7ca;
	text-transform:uppercase;
	text-shadow: 0px 0px 0px #000;
	font-family: CyrillicOld;
}


.sublinks {margin-top:-30px;}
.sublinks a{font-size:14px;}

table img {margin-bottom:10px;}

#custom_form h3{
	margin-top:-20px;
	font-size: 25px; 
	font-weight: 100;
	border-bottom:1px solid #ccc;
	border-bottom-style:dotted;
	margin-bottom:10px;
	padding-bottom:10px;
}

#custom_form div {
	margin-bottom:25px;
	
}

#custom_form p {
	margin-bottom:25px;
	
}

#custom_form input {
	width: 388px;
	padding: 5px 5px;	
	font-weight: 400;
	font-size: 14px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	background-color: #f9f9f9;
	
}

#custom_form select {
	width: 198px;
	padding: 6px 5px;	
	font-weight: 400;
	font-size: 14px;
	border: 1px solid #ccc;

}


#custom_form textarea {
	width: 398px;	
	font-weight: 400;
	font-size: 14px;
	border: 1px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #f9f9f9;
height:100px;

}

#custom_form label {
	width:260px;
	float:left;

font-size:14px;
}

#custom_form p {
	font-weight:bold;
	margin-top:10px;


}

#custom_form #button_submit {
	margin-left:0px;
	width:82px;	
	word-spacing:20px;
	padding: 10px 10px;
	margin-top:10px;
	text-indent:10px;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	margin-right:20px;	
	background-color: #00b7ca;
	border: 1px solid #fff;
	cursor: pointer;	
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
text-shadow: 0px 0px 0 rgba(256,256,256,1.0);
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}