f/* 
    Document   : style
   
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin:0;    
    color: #686868;/*grey*/
    border-top: 5px solid #e90800;/*red*/ 
   
}
td,p,div,ul,li{

}
table {
	font-size: 15px;
}
a{
 color: #7b0100;/*bardo red*/
 text-decoration: none;
}
a:hover{
color: #7b0100;/*bardo red*/
text-decoration: underline;
}
img{
    border: none;
}
.clear{
    clear: both;
}
h1{
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 20px;
}
h2 {
	margin: 0 0 5px 0;
	font-size: 20px;
}
h3{
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
}
/*div{
    border: 1px solid red;
}*/
/*для заливки внизу фона города*/
#wrapper-out{
  background: url("/i/footer-bg.png") repeat-x bottom; 
}
#wrapper{    
   margin: 0 20px;  
   width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
   min-width: 980px;
}

/***************************HEADER*****************************/
#header{
    height: 435px; 
    background-color: #fcfdf8;
      
}
#header-colums{
    float: left;
    width: 100%;
}
#header-center-colum{
    margin: 0 120px 0 231px; 
    text-align: center;
}
#header-windows-bg{
   height: 314px;
   min-width: 500px;
   /**background: #fcfdf8 url("/i/window-bg.jpg") no-repeat -10px -190px;**/
   background: #fcfdf8 url("/i/window-bg-NY.jpg") no-repeat left -44px;
}

#window-center{
    background: url("/i/windows-center-bg.png") repeat-x top ;
    width: 100%;
    height: 314px;
}

#window-left{  
  width: 310px;
  height: 314px; 
  background: url("/i/windows-left.png") right top;  
}

#window-right{ 
  width: 311px;
  height: 314px;  
  background: url("/i/windows-right.png") left top;  
    
}

#header-left-colum{
    float: left;
    width: 231px;
    margin-left: -100%;
    text-align: center; 
    font-weight: bold;  
}

#header-right-colum{
  float: left;
  width: 120px; 
  text-align: center; 
  margin-left: -130px;  
  margin-top: 80px;
    
}
#logo{
    margin: 15px 0px;
}
.header-girl{
    margin-top: -100px;
}
.header-buttom{
    margin-bottom: 20px;
    display: block;
}
.header-hren{
    margin: 50px 0 0 0 ;
}
/***************************TOP MENU*****************************/
#top-menu{
    width: 100%;   
    height: 65px;
    margin-bottom: 15px;
}
#top-menu-center,#top-menu-left, #top-menu-right{
    margin-top: -20px;
} 
#top-menu-center{
    float: left;
    width: 100%; 
}
#top-menu-center-in{
    background: url("/i/menu-center-bg.png") repeat-x;
    text-align: justify !important;
    margin: 0 100px 0 115px;
    padding: 0 10px;    
    height: 69px;     
}

#top-menu-center-in ul{   
    text-align: center;    
    margin: 0;
    padding: 0;
    padding-top: 30px;
}
#top-menu-center-in li{
    display: inline-block;    
    text-align: center;
    margin: 0 0px 0 20px;/*растояние между пугктами меню*/
    
}
#top-menu-center-in li a{
     display: inline-block;    
     font-weight: bold;
     color: #969595;/*light-grey*/ 
     border-right:3px solid #e3e3e3;
     padding-right: 20px; /*растояние между ссылкой и вертикальной чертой*/    
}
/*
растояние между пугктами меню и растояние между ссылкой и вертикальной чертой
приблизительно должны быть одинаковы
*/

#top-menu-center-in ul li a.cur, #top-menu-center-in ul li a:hover{
 text-decoration: none;
color: #7b0100;/*bardo red*/
}

#top-menu-left{
   float: left;
   margin-left: -100%;
   width: 118px;
   height: 69px;
   background:url("/i/menu-left-bg.png") no-repeat top right;
    
}

#top-menu-right{
   float: left;
   margin-left: -117px;
   width: 115px;
   height: 69px;
   background: url("/i/menu-right-bg.png") no-repeat top right;   
    
}
/********************CENTER***********************************/
#conteiner{
    width: 100%;
}

#center-colum{
 width: 100%;
 float: left;

}
#content{       
    margin: 0 205px 0 262px;
    background-color: #e4e4e4;/*light-light grey*/
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    border: 1px solid #e4e4e4;/*light-light grey*/  
    padding: 15px 20px 15px 20px;
	font-size: 15px;
    text-align: justify;
}
.vazhno {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #7b0100;
	padding-left: 10px;
	font-style: italic; /*красная полоска-примечание*/
}
.border {
	 background: none repeat scroll 0 0 #F0F0F0;
	 border: 1px solid #bbbaba;/*рамка вокруг Div-a*/
	 border-radius: 15px;
	 box-shadow: 1px 1px 3px 3px #989898;
	 padding:inherit;
}
.advantages {
    margin: 0 auto;
    width: 1025px;
}
.advantages .row_1 {
    background: url("/download/index/tail-advantages.png") no-repeat scroll 10px 100% transparent;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 -2px;
    padding: 0 0 11px 65px;
    position: relative;
}
#left-colum{
  float: left;
  width: 242px; 
  margin-left: -100%;
  
  
}
#right-colum{
   float: left;
   width: 180px;
  margin-left: -184px;   
  
}

/********************RIGHT COLUM***********************************/  
#right-colum-news{
    text-align: center;
}
#right-colum-news .cont{
    margin-bottom: 20px;
}
#right-colum-news .cont a{  
    font-weight: bold;
}

#right-colum-news .cont a:hover{    
}
/*shadow*/
#right-colum-news .cont img{
    margin-bottom: 8px;
    box-shadow:  -5px 5px 3px #989898;
}

.right-colum-news-super-shadow {
  box-shadow:  -5px 5px 3px #000000;  
}
/********************LEFT MENU***********************************/
#left-menu{
    background: #e4e4e4 url("/i/menu-left-bg-shadow.png") repeat-y;     
    margin: 0px 0 20px 0 ;
    width: 241px;    
}

.title-shadow{
    margin: -5px 0 10px 80px; 
    
}
#left-menu ul{
    margin: 0px 0;
    padding: 0;    
}
#left-menu ul li{
    list-style-type: none;
    border-bottom: 1px solid #cccccc;
    padding: 10px 10px 10px 21px; 
    margin-left: 10px;
    
    background: url("/i/red-square.gif") left center no-repeat; 
        
}

#left-menu ul li:hover{
    cursor: pointer;
}
#left-menu ul li a, #left-menu ul li a:hover{
    color:#575757;
    text-decoration: none; 
    font-weight: bold; 
    font-size: 14px;  
    display: inline-block;
}
#left-menu ul li.cur, .hover-left-menu{
    background-color: #FFFFFF;
}

.red-square{
    width: 7px;
    height: 7px;
    background-color: #7b0100;/*bardo red*/
    margin: 0 10px;
    vertical-align: middle;
    display:  inline-block;
}
.hak-for-ie-menu-botom{
    margin-bottom: -5px;
}
#left-colum-news{
    margin: 10px 20px 10px 10px;
   
}
#left-colum-news a{
    text-decoration: underline;
    color: #7b0100;
}
#left-colum-news a:hover{
    text-decoration: none;
    color: #7b0100;
}
/********************FOOTER***********************************/
#footer{
    height: 70px;
    width: 100%;   
}

/*******************************paginator************************/
/* Paginator */
.paginator {
	white-space:nowrap;
	padding: 3em 0 3em 0;
	font-size:0.9em;
}

.paginator a, .paginator span {
	display:block;
	float:left;
	height:27px;
	color:#808080;
	position:relative;
	text-decoration:none;
	overflow:hidden;
}
.paginator span {
	margin:0 5px;
}
.paginator a {
	height:auto;
	position:relative;
	top:-0.55em;
	font-family:arial, sans-serif;
	padding:14px 9px 0;
	font-size:1.3em;
}

.paginator .after a, .paginator .before a {
	color:#FFF;
	font-family:Tahoma, sans-serif;
	font-size:1em;
	position:relative;
	margin-top:-2px;
}
.paginator .cur a{
	font-weight:bold;
	color:#FFF;
	padding-top:13px;
}
.paginator .after {
	margin-right:15px;
}
.paginator .before {
	margin-left:15px;
}
.paginator .after , .paginator .before, .paginator .cur  {
	background: Gray;
}
.paginator .after .l, .paginator .before .l, .paginator .cur .l {
	margin:0;
}
.paginator .after .r, .paginator .before .r, .paginator .cur .r {
	margin:0;
}
	
#name,#street,#door,#house,#town,#email,#txt,#tel,#comments,#url{
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        border-radius:5px;
        border-top:1px solid #9a9c9d;
        border-bottom:1px solid #9a9c9d;
        border-left:1px solid #9a9c9d;
        border-right:1px solid #9a9c9d;
        width: 300px;
    }
    
.title{
   text-align: center; 
}
#map-site{
    font-size: 14px;
}
#map-site ul{
    margin: 0 10px;
    padding-top: 0 10px;
}
#counters{
    height: 50px;
    margin: 0 20px;
}
#counters .left{
   text-align: left;
}
#counters .center{
  margin-top: -30px;
  text-align: center; 
}
#counters .right{
  margin-top: -13px;
  text-align: right; 
}
.anchor{
    cursor: pointer;
}

/******************slovar**********************/
#slovar{
    text-align: center;
}

#slovar a{
    margin-right: 5px;
    font-size: 18px;
   text-decoration: underline;
}

#slovar a:hover{
    margin-right: 5px;
    font-size: 18px;
   text-decoration: none;
}


#slovar-word{
    margin-top: 40px;
}
#slovar-word div{
    margin-bottom: 7px;
}
#slovar-word a{
    font-size: 14px;
    text-decoration: underline;	
   
}

#slovar-word a:hover{
    font-size: 14px;
    text-decoration: none;
}

a.slovar_all{
    display: block;
    margin-top: 25px;
    text-decoration: underline;
    color: #686868;
}
a.slovar_all:hover{
    display: block;
    margin-top: 25px;
   text-decoration: none;
    color: #686868;
}

.backlight-li{
    background-color: #fcf3a8;
}
.input-error{
    border: 1px solid #ff0012;
    background-color: #ffb9be;
}
#add-com input,#add-com textarea{
    width: 300px;
}
/*********************************************************/
.comments{
    border:1px dotted #686868 ;
    margin: 10px 0;  
    width: 80%;  
}
.comments div{
    padding: 5px;
}
.date-comments{
    margin-top: -20px;
    text-align: right;
}
.header-comments{
    height: 16px;
    background-color: #C0C0C0;
}
.left-comments{
    float: left;
    text-align: center;
    width: 50px;
    display: table;
  
}
.right-comments{
    float: left;   
    display: table; 
}
.footer-comments{
    height:17px;
    margin-top: -15px;
   border-top:1px dotted #686868 ;
   margin-top: 5px;
}
.error-comments{
    font-style: italic;
    color: #7B0100;/*red*/
    margin-top: -5px
}
.quote{
    text-align: right;
    cursor: pointer;
    font-weight: bold;
    color: #7B0100;
    margin-top: -25px;
    
}
.content-comments p{
    border: 1px  dashed #4C8EFB;
    padding: 5px;
    background-color: #EBEBEB;
    margin: 5px 0;
    width: 98%;
}
.content-comments{
    overflow: hidden;
}

.author-quote{
    display: block;
    color: black;
    font-weight: bold;
    font-size: 12px;
}
 input.sucess-input
 {
    border:1px solid #00ff48;
    background-color: #bbfdcd;
    
 }
  input.error-input
 {
    border:1px solid #ff0000;
    background-color: #f9b0b0;
 }  
 
.menu-in{
    margin-left: 30px;
    
}
.menu-in a{
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.menu-in a.cura{
    text-decoration: underline;
}


/***********************SOCIAL BUT********************************************/
.solial_but {
}
.vk {
    width: 160px;
}
.fb {
    width: 130px;
}
.twitter {
    width: 86px;
}
.mailru {
    width: 139px;
}
.g {
    width: 75px;
}

.ul-social{
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
}

ul.ul-social li{
    display: block;
    float: left;
    margin: 0px 5px 5px 0px;
    height: 35px;
}

/***********************Customizer********************************************/
.b-promobox {
	width: 200px;
	height: 200px;
	margin-bottom:20px;
	position:relative;
	background-size:100% 100%;
}
.b-promobox:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.15s ease 0s;
    z-index: 10;
}
.b-promobox-anchor {
    bottom: 0;
    display: block;
    font: 0px/0 sans-serif;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.price {
    background-color: #FDDC76;
	border-radius: 4px;
    font: bold 16px/19px Arial,Helvetica,sans-serif;
	color: #000;
    height: 16px;
    padding: 4px 10px;
}
.price-ms {
    bottom: 12px;
    left: 14px;
    position: absolute;
    z-index: 10;
}
.breadcrumb {
    font-size: 15px;
    margin-bottom: 20px;
}
 .boxShadow2 { 
	 margin: 10px auto; 
	 padding: 1em; 
	 box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset; 
 } 

.block.title.inside_res {
    margin-bottom: 10px;
    text-align: center;
}

ul.block li {
    display: inline-block;
    vertical-align: top;
}

.block.title.inside_res li:first-child b {
    background: url("/i/brown_lep_left.png") no-repeat scroll 50% 0 / 100% auto rgba(0, 0, 0, 0);
    font-size: 14px;
    padding: 15px 40px 25px;
    text-align: right;
    width: 103px;
}
.block.title.inside_res b {
    color: #FFFFFF;
    font-weight: normal;
}
.block.title.inside_res a, .block.title.inside_res b {
    display: block;
}
.block.title.inside_res a.left-title {
    background: url("/i/left-title.png") no-repeat scroll 50% 0 / 100% auto rgba(0, 0, 0, 0);
    font-size: 14px;
    padding: 15px 40px 25px;
    text-align: right;
    width: 103px;
}
.block.title.inside_res a.middle-title {
    background: url("/i/center-title.png") no-repeat scroll 50% 0 / 100% auto rgba(0, 0, 0, 0);
    font-size: 14px;
    padding: 15px 42px 25px 38px;
    text-align: right;
    width: 105px;
}
.block.title.inside_res li:last-child a {
    background: url("/i/right-title.png") no-repeat scroll 50% 0 / 100% auto rgba(0, 0, 0, 0);
    font-size: 14px;
    padding: 15px 43px 25px;
    text-align: right;
    width: 95px;
}
.block.title.inside_res li:nth-child(2) b {
    background: url("/i/brown_lep_center.png") no-repeat scroll 50% 0 / 100% auto rgba(0, 0, 0, 0);
    font-size: 14px;
    padding: 15px 42px 25px 38px;
    text-align: right;
    width: 105px;
}
.block.title.inside_res li:last-child b {
    background: url("/i/brown_lep_right.png") no-repeat scroll 50% 0 / 100% auto rgba(0, 0, 0, 0);
    font-size: 14px;
    padding: 15px 43px 25px;
    text-align: left;
    width: 95px;
}
.wrapper-img-bg{
	margin: 0 auto;
	text-align: center;
}
.image-bg {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 13.5px;
    margin: 0 9px 15px;
    padding: 7px 7px 0;
    text-align: center;
}
.image-bg-table {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 13.5px;
	font-style:italic;
    padding: 7px 7px 0;
    text-align: center;
	margin-bottom: 15px;
}
.w-200 {
	width:200px;
}
.w-215 {
	width:215px;
}
.w-250 {
	width:250px;
}
.like_h1{
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 20px;
	font-weight:bold;
}
.inline-div {
	display: inline-block;
    font-size: 13.5px;
    margin: 0 9px 15px;
    text-align: center;
}
.margin-vertikal {
	margin: 20px 0;
}