/* `Main

-----------------------------------------------------------------------------------*/

 

* {
    margin-top:0;
    margin-bottom:0;
    margin-right:0;
    margin-left:0;
    padding:0;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
image{
    border:0;
}
a img,:link img,:visited img,:hover img {
    border:0;
}
 
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin:0;
    padding:0;
}
textarea{
    border:1px solid #ccc;
    padding:5px;
}
input:focus, textarea:focus {
    outline:none;
}
button:focus{
    outline:none;	
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;font-family:Arial, sans-serif;}
h1 {font-size:24px;line-height:30px;}
h2 {font-size:22px;line-height:25px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5, h6 {font-size: 16px;}
ul, ol{
    padding: 0;
    margin: 0;
}
input[type="checkbox"], input[type="radio"] {
    width: auto; 
    height: auto; 
    padding: 0; 
    margin: 3px 5px 5px 0;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
} 
.cf:after {
  clear: both;
}
 .cf {
  *zoom: 1;
}

html{
    padding:0px;
     repeat-x bottom, #fefafb repeat-x top;
}
@media screen and (max-width: 800px){ 
html{
    padding:0px;
    background:#fff;
}
.logo  img{width:100%; height:auto;max-width:300px;}
}
 
.wrap{
    width: 1212px;
    margin: 0 auto;
    position: relative;
}
.container{       background: #fff;  
    position: relative; height:100%;
}

.header{
	 
background: #b4ad92 ;
    width:100%;
    z-index: 999;
    white-space:nowrap;
    height: 120px;
    position: relative;
   
}
.logo{
    width:200px;
    height:120px;
    display: block;
    float: left;
}
@media screen and (max-width: 1010px){
	.container{    background: #fff }
.logo {
    width: 100%;height:120px;
   text-align:left !important;
    background: #b4ad92 ;
    box-shadow: inset 0 -5px 35px rgba(0, 0, 0, 0.22);
    padding-left: 60px;
}
 
}

.logo h1{
    display: block;
    width: 200px;
    height: 60px;
}
.logo a:hover{
    opacity: 0.8;
}
 #content{padding:8px;background:#fff;margin:0 5px 20px;border-radius:4px}
 .title, .fonik{background: #c9294c;
background: -moz-linear-gradient(top, #c9294c 0%, #99112e 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #c9294c), color-stop(100%, #99112e));
background: -webkit-linear-gradient(top, #c9294c 0%, #99112e 100%);
background: -o-linear-gradient(top, #c9294c 0%, #99112e 100%);
background: -ms-linear-gradient(top, #c9294c 0%, #99112e 100%);
background: linear-gradient(to bottom, #c9294c 0%, #99112e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9294c', endColorstr='#99112e', GradientType=0 );
    border: 1px solid #a4123f; 
    line-height:16px;text-shadow:0 2px 2px #000;
    font-size: 18px;font-weight:bold;
    color: #fff; 
    padding:14px 8px;
    border-radius: 4px;
    margin: 0 10px 20px 10px !important;}
	.fonik{text-align:center;}
	.c-list { padding:8px;border-radius:4px;margin:2px;text-decoration:none;
	box-shadow: inset -6px 0 15px rgba(0, 0, 0, 0.11);
    
    color: #591025;
    text-shadow: 0 1px 2px #fff;
    background: #facfdc;
    background: -moz-linear-gradient(top, #facfdc 0%, #faaac3 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #facfdc), color-stop(100%, #faaac3));
    background: -webkit-linear-gradient(top, #facfdc 0%, #faaac3 100%);
    background: -o-linear-gradient(top, #facfdc 0%, #faaac3 100%);
    background: -ms-linear-gradient(top, #facfdc 0%, #faaac3 100%);
    background: linear-gradient(to bottom, #facfdc 0%, #faaac3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#facfdc', endColorstr='#faaac3', GradientType=0 )}
	.c-list3 { padding:8px;border-radius:4px;margin:2px;text-decoration:none;
	box-shadow: inset -6px 0 15px rgba(0, 0, 0, 0.11);
    
    color: #591025;
    text-shadow: 0 1px 2px #fff;
   background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ebebeb));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb', GradientType=0 );
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b7b3b3;}
	.c-list a{ display: inline-block;
    padding:  6px;margin:1px;
    border-radius: 4px; 
    background: rgb(208, 55, 99);
    border: 1px solid #b92b54;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 0 1px #000;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.39);
}
.c-list3 a{ display: block;width:49%; float:left;
    padding: 10px 6px;text-align:center;
    border-radius: 4px; margin:1px;
    background:#2d2c2c;
     
    text-decoration: none;
    color: #fff;
    text-shadow: 0 0 1px #000;
    box-shadow: inset 0 -15px 15px rgba(0, 0, 0, 0.89);
}
.c-list3  b{display: inline-block;
    padding:4px;margin:1px;
    border-radius: 4px; background: rgba(0, 0, 0, 0.11);
    border: 1px solid rgba(0, 0, 0, 0.09);
       }
.cat-btn{
    border:0;
    height:120px;
    color: #e41d4b;
    display: none;
    background-color:rgba(0, 0, 0, 0.14);
    width: 50px;
    
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
}
.cat-btn img{max-width:26px}
 
@media screen and (max-width: 600px){.logo {
 height:84px !important;} .logo img{max-height:84px;width:auto;}.cat-btn{height:84px;}}
 

     


.content{ 
    width: 100%;
}
.left{
    float: left;
    width: 200px;
    padding: 10px 0 0 0;
    height: 100%; 
}
.right{
    float: right;
    width: 950px;
    padding: 20px 0 0 0;
     
}
.hidden_menu{
    display: none;
}

 
.hidden_menu.visible{
}
.sidebar_menu{
	width: 200px;
}
.sidebar_menu ul{background: #e0e0e0; 
	list-style: none;
	width: 200px;
	border-radius:0 4px 4px 0;
}
.sidebar_menu li{
	display: block;
	 background: #e0e0e0; 
	line-height: 25px;
	     border-top: 1px solid #fff;
    border-bottom: 1px solid #bdbcbd;
}
 
.sidebar_menu li a{ 
	font-size: 12px; 
    line-height:26px;
     text-shadow:0 1px 2px #fff;
     
	text-decoration: none;
	padding:2px 4px;
	display: block;
    
}
.sidebar_menu li a:hover{
	color: #fff;text-shadow:0 1px 2px #000;
     
}
.side_block{
    margin:0 0 20px 0;
    padding:  0 0 15px 0; 
}
.side_block:last-of-type{
	margin: 0;
}
.side_block a{ 
    text-decoration: none;
}
 
 
 




 

.col1{
    margin: 0 0 20px 0;
}
.col2{
    width: 50%;
    float: left;    
    margin:0 0 20px 0;
}
.col2 > .col2{
    margin: 0;
}
footer {   background:#b3ac91; 

} 

 

 

 
.clear {
    margin:0;
    padding:0;
    height:0px;
    clear:both;
    width:100%;
} 
body { 
padding:15px; 
background: #ebebeb;
padding:0;margin:0;
text-decoration: none; color:#909090;
font-size: 16px;
text-align: center; 
margin: auto; 
border : 5px solid #FFFFFF;
font-family: arial, sans-serif;




}


.s{
margin-right:10px;



}

.pa{

    background: url(img/bgnav.png);
border : 2px solid #FFFFFF;

}

.he{
border : 2px solid #FFFFFF;
    background: url(img/bgnav.png);


}

.he2{

background: url(/img/bgnav.png);

color: #fff; text-shadow:0 0 1px #000;
font-size:16px; 
border-bottom :2px solid #FFFFFF;border-top :2px solid #FFFFFF;  
padding: 8px ;
font-weight: bold; border-radius: 4px;







}








.pages {
	color:#000; 
	border:0px;
	margin: 10px auto;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:16px;
}

.pages a:link,
.pages a:visited,
.pages a:hover,
.pages a:active {
	text-decoration:none;
	color: #000;
	background:#fff;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:17px;
}

.pages a:hover {
	background-color:#990000;
	color:#FFFFFF;

}

.pages span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #E6E6E6;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:17px;
}























.category_url{background-color:#D9EDF7;border-color:#BCE8F1;color:#3A87AD;display:inline-block;padding:0 5px;margin:0;border:1px solid;border-radius:3px;font-size:11px;float:right;text-decoration:none;clear:right}
.category_url a{text-decoration:none}
.add{background-color:#D9EDF7;border-color:#BCE8F1;color:#3A87AD;display:inline-block;padding:0 5px;margin:0;border:1px solid;border-radius:3px;font-size:11px;float:right;text-decoration:none;clear:right}
.add a{text-decoration:none}

.author_date{font-size:11px;color:#CCC;height:13px}.author_date a{color:#CCC}




.right_column{width:50%;float:left}




.ubonik{display:inline-block;padding-left:0;border-radius:4px}
.ubonik>li{display:inline}
.ubonik>li>a,

.ubonik>li>span{position:relative;float:left;padding:6px
12px;margin-left: -1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px
solid #ddd}






.ubonik>li:last-child>a,






.ubonik>li>a:hover,

.ubonik>li>span:hover,


.ubonik>li>a:focus,

.ubonik>li>span:focus{background-color:#eee}
























.m {
background-color : #FFFFFF;
color: #FFFFFF; text-shadow:0 0 1px #000;
font-size:14px; 
border-bottom :2px solid #FFFFFF;border-top :2px solid #FFFFFF;  
padding: 6px ; 
font-weight: bold;
}




a{color:#514446;}
img{vertical-align: middle;}


.title a, .head {background: rgba(188,145,150,1);
background: -moz-linear-gradient(top, rgba(188,145,150,1) 0%, rgba(102,69,73,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188,145,150,1)), color-stop(100%, rgba(102,69,73,1)));
background: -webkit-linear-gradient(top, rgba(188,145,150,1) 0%, rgba(102,69,73,1) 100%);
background: -o-linear-gradient(top, rgba(188,145,150,1) 0%, rgba(102,69,73,1) 100%);
background: -ms-linear-gradient(top, rgba(188,145,150,1) 0%, rgba(102,69,73,1) 100%);
background: linear-gradient(to bottom, rgba(188,145,150,1) 0%, rgba(102,69,73,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9196', endColorstr='#664549', GradientType=0 );
 color: #fff; text-shadow:0 0 1px #000;
font-size:14px; 
border-bottom :2px solid #FFFFFF;border-top :2px solid #FFFFFF;  
 
padding: 1px ; 
font-weight: bold; border-radius: 4px;
}


.menu  a{ color: #fff;}
.title, .menu {background: rgba(188,145,150,1);
background: -moz-linear-gradient(top, rgba(188,145,150,1) 0%, rgba(102,69,73,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(188,145,150,1)), color-stop(100%, rgba(102,69,73,1)));
background: -webkit-linear-gradient(top, rgba(188,145,150,1) 0%, rgba(102,69,73,1) 100%);
background: -o-linear-gradient(top, rgba(188,145,150,1) 0%, rgba(102,69,73,1) 100%);
background: -ms-linear-gradient(top, rgba(188,145,150,1) 0%, rgba(102,69,73,1) 100%);
background: linear-gradient(to bottom, rgba(188,145,150,1) 0%, rgba(102,69,73,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9196', endColorstr='#664549', GradientType=0 );
 color: #fff; text-shadow:0 0 1px #000;
font-size:14px; 
border-bottom :2px solid #FFFFFF;border-top :2px solid #FFFFFF;  
padding: 8px ; 
font-weight: bold; border-radius: 4px;
}




 

 
.c-list img{ width:100%; max-width:300px;}

.c-list2 img{ width:100%; max-width:300px;}








.t {
background-color:#29d9f3;
color: #0d5c68;
font-size:14px;
border-radius:4px; 
background-image: url(/img/title.gif);
background-repeat: repeat-x;
border : 1px solid #1bc1da;
margin-bottom: 1px;
margin-top: 1px;
padding: 6px ; 
font-weight: bold;
text-align: center
}








.main-str a {color: #7d5055;
    font-weight: bold;
    display: block;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.77);
    border-top: 1px solid #FFE2E6;
    border-bottom: 1px solid #c08b91;
    text-decoration: none;
    padding: 8px;
    background: rgba(255,212,217,1);
background: -moz-linear-gradient(top, rgba(255,212,217,1) 0%, rgba(217,162,168,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,212,217,1)), color-stop(100%, rgba(217,162,168,1)));
background: -webkit-linear-gradient(top, rgba(255,212,217,1) 0%, rgba(217,162,168,1) 100%);
background: -o-linear-gradient(top, rgba(255,212,217,1) 0%, rgba(217,162,168,1) 100%);
background: -ms-linear-gradient(top, rgba(255,212,217,1) 0%, rgba(217,162,168,1) 100%);
background: linear-gradient(to bottom, rgba(255,212,217,1) 0%, rgba(217,162,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd4d9', endColorstr='#d9a2a8', GradientType=0 );
}
 


 
.main-str2 a { 
 
    font-weight: bold;
    display: block;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.77);
    border-top: 1px solid #fff;
    border-bottom: 2px solid #f0d8da;
    text-decoration: none;
    padding: 8px;
    background: #ffebed ;
}
.main-str2:nth-child(even) a { 
  
    border-bottom: 2px solid #eee;
   
    background: #f3f3f3 ;
}





.main-str2 img {width:20px;height:20px; vertical-align:middle; float:left; padding:7px 0px 0px 5px; margin-right:4px}
 
 
 

.rekl {
color: #424141;
    font-weight: bold;
    display: block;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.77);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d5d5d5;
    text-decoration: none;
    padding: 8px;
    background: #e3e3e3 url(/img/mmm.gif) repeat-x;
}

 

.c-list {
color: #424141;

    display: block;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.77);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d5d5d5;
    text-decoration: none;
    padding: 8px;
    background: #e3e3e3 url(/img/mmm.gif) repeat-x;
}
 




.c-list2 {
color: #424141;

    display: block;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.77);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d5d5d5;
    text-decoration: none;
    padding: 8px;
    background: #e3e3e3 url(/img/mmm.gif) repeat-x;
}



 
 
.button {
margin: 3px
}

a.but-load {display:inline-block;color: #424141;
    font-weight: bold;
   
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.77);
    border-top: 1px solid #ff9bcc;
    border-bottom: 1px solid #ca4085;
    text-decoration: none;
    padding: 8px;
    background: #e94e9b url(/img/gl2.gif) repeat-x;
}

a.but-load:hover { color:#000;
}


a.but-n {
    border: 1px solid #F0D8DA;
    border-radius: 4px;
    background-color: #FFEBED; 
    background-repeat: repeat-x;
    background-position: 50% top;
    color: #000; text-shadow:none;
    padding: 2px 7px 3px 7px;
    margin: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

a.but-n:hover {
box-shadow: 0 0 15px rgba(0, 0, 0, 0.32), inset 0 0 5px rgba(0, 0, 0, 0.32);
}

input[type=submit].fbut
{
border: 1px solid #0a0aba;
border-radius: 4px; 
background-color : #1010f1;
background-image: url(/img/but-n.gif); background-repeat: repeat-x; background-position: 50% top;
color: #fff;
padding: 2px 7px 2px 7px;
margin: 10px 0px 10px 0px;
font-weight: bold;
font-size: 12px;
text-decoration: none
}

input[type=submit]:hover.fbut
{
border-radius: 4px; 
background: #0a0aba;
color: #fff;
padding: 2px 7px 2px 7px;
margin: 10px 0px 10px 0px;
font-weight: bold;
font-size: 12px;
text-decoration: none
}

/*span */
.koll {
font-weight: normal;
color: #F9357C
}











.short-bott{background:#f0f0f0;padding:3px
8px;border-top:1px solid #ccc;font-size:12px;color:#888;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}
.short-botta{color:#888}


.short-desc{padding:15px
15px 5px;

text-align:left;

color:#111}



.short-bott{background:#f0f0f0;padding:3px
8px;


text-align:left;

border-top:1px solid #ccc;font-size:12px;color:#888;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}




.short{width:100%}

.short{box-shadow:0 0 7px 0 rgba(0, 0, 0, 0.16);overflow:hidden;background:#fff;




 
border-radius: 4px;




border:1px
solid #ccc;}



.he22{
background: url(/img/bgnav.png);
color: #493f3f; text-shadow:0 0 18px #b4ad92;
font-size:16px; 
border-bottom :2px solid #FFFFFF;border-top :2px solid #FFFFFF;  
padding: 8px ;
font-weight: bold; border-radius: 4px;
}


.he223{
background: url(/img/bgnav.png);
text-align:left;
color: #fff; text-shadow:0 0 15px #000;
font-size:16px; 
border-bottom :2px solid #FFFFFF;border-top :2px solid #FFFFFF;  
padding: 8px ;
font-weight: bold; border-radius: 4px;
}




.asbtn6r {
	min-width:28px;
	border-radius:7px;
	padding:5px 10px;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin: .5em .5em .5em 0;
	cursor: pointer;

}
.asbtn7r {
	min-width:170px;
	border-radius:7px;
	padding:5px 10px;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.3);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	margin: .5em .5em .5em 0;
	cursor: pointer;

}
.purple {
background: rgba(133, 72, 72);



border:1px solid #6b418b;
background: linear-gradient(top, #854848 0%, #694141 100%);
background: -o-linear-gradient(top, #854848 0%, #694141 100%);
background: -moz-linear-gradient(top, #854848 0%, #694141 100%);
background: -webkit-linear-gradient(top, #854848 0%, #694141 100%);
background: -ms-linear-gradient(top, #854848 0%, #694141 100%);

}

.purple:hover {


background-image: linear-gradient(top, #694141 0%, #854848 100%);
background-image: -o-linear-gradient(top, #694141 0%, #854848 100%);
background-image: -moz-linear-gradient(top, #694141 0%, #854848 100%);
background-image: -webkit-linear-gradient(top, #694141 0%, #854848 100%);
background-image: -ms-linear-gradient(top, #694141 0%, #854848 100%);

}
.purple:active {
background-image: linear-gradient(top, #9c4343 0%, #b83737 100%);
background-image: -o-linear-gradient(top, #9c4343 0%, #b83737 100%);
background-image: -moz-linear-gradient(top, #9c4343 0%, #b83737 100%);
background-image: -webkit-linear-gradient(top, #9c4343 0%, #b83737 100%);
background-image: -ms-linear-gradient(top, #9c4343 0%, #b83737 100%);


}

.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
	background: #fff;
	padding: 6px 6px 6px 8px;
	width: 252px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}




 .foot{
	 
background: #b4ad92 ;
    width:100%;
    z-index: 999;
    white-space:nowrap;
    height: 60px;
    position: relative;
   
}
.cf2:before,
.cf2:after {
  content: " ";
  display: table;
} 
.cf2:after {
  clear: both;
}
 .cf2 {
  *zoom: 1;
}

.bvv{background-color:#fff;border:1px
solid #d8d8d8;border-radius:5px;box-shadow:0 0 7px 0 rgba(0, 0, 0, 0.16);color:#8e8e8e;font-size:13px;margin-bottom:12px;padding:10px}
.bvvv{font-size:24px;font-family:"PT Sans Narrow",Arial,sans-serif;color:#666;text-align:center;background-color:#f0f0f0;padding:5px}

p:after {
		content: '\2714';
	}









.footer a{
    text-decoration:none;
    color: #e41d4b;
    font-size: 14px;
}
.footer a:hover{
    text-decoration:none;
    color: #fff;
}
.footer h1 {
    font-size: 14px;
    line-height: 22px;
}
.footer > .left{width: 215px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.14);
    color: #fd5589;
}
 
.footer_menu{
}
.footer_menu ul{
    list-style: none;
    display: block;
}
.footer_menu li{
    display:block;
    font-size: 14px;
}
.footer_menu li a{    font-size: 14px;
    line-height: 25px; 
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.22);
    display: block;
    padding: 2px 10px;
    border-radius: 4px;
    margin: 2px;
}
.footer_menu li a:hover{
    text-decoration: none;
    color: #fff;
}
.footer > .right{
	padding: 20px;
	color: #909090;
}

.about{
    margin: 0 0 0px 0;
    font-size: 12px;
}
.about a{    
    font-size:12px;
}


.cvet{    
color: #ffffff;
}
