@import url(reset.css);

body{
	width: 100%;
	background: #00133d;
	font: 13.5px/1.6 Arial, Verdana, Tahoma, sans-serif;
	color: #fff;
}

.social{
 position: fixed;
 top: 200px;
 left: 0;
 z-index: 1000;
}  

.dws-button{
 background-color: #3b5998;
 width: 40px;
 height: 25px;
 padding: 5px;
 border: 1px solid silver;
 overflow:hidden;
transition: all 1.5s;
 border-radius: 20%;
 padding-top: 5px;
 margin: 5px;
}

a{
 color: #fff;
 text-decoration:none;
} 

a i.fa {
 font-size: 25px;
 text-align: center;
 display: block;
} 

.dws-share{
 float: left;
 width: 40px;
}

.dws-text{
 float: right;
 font-size: 20px;
 position: relative;
 top: 2px;
 right: 5px;
 text-align: center;
}

.dws-facebook {background-color: #507999;}
.dws-vk {background-color: #507299;}
.dws-twitter {background-color: #33bdf1;}
.dws-youtube {background-color: #e62117;}
.dws-odnoklassniki {background-color: #ee8208;}
.dws-envelope-o {background-color: #656766;}  
.dws-instagram {background-color: #EC1EFF;}


.social a {
	color: #ffffff;
}

.dws-button:hover{  
 background-color: #000;
 width: 50px;
 padding-left: 15px;
 border-radius: 20%;
}

.dws-instagram: hover {width: 85px;}
.dws-facebook:hover{width:75px;}
.dws-vk:hover,.dws-youtube:hover{width:95px;}    

#toTop {
    width: 80px;
    height: 60px;
    position: fixed;
    top: 450px;
    right: 35px;
    cursor: pointer;
    display: none;
    background: #000000;
    border: 1px solid #b1b1b1;
    border-radius: 20%;
    padding: 5px;
    text-align: center;
    color: #ffffff;
    font: 15px Verdana, Arial, Helvetica, sans-serif;
 	z-index: 1000;
 	font-weight: bold;
}
a {
	color: #FE7A00;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}

a:hover {
	color: #ffffff;
}   

.active,a:hover {
	color: #fff;
} 

#top-line {
	background: #171a1e;
	height: 16px;
}


#wrapper {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

#header {
	width:  100%;
	height: 185px;
	background: url(../images/header.jpg) no-repeat;
	padding: 9px 0 14px 0;
	border-bottom: 1px solid #ffd700;
	overflow: hidden;
}

#icon {
	float: right;
	padding: 10px 10px; 
}

#icon ul {
	font-size: 13px;
	float: left;
	text-transform: none;
	color: #FE7A00;
}

#icon ul li a {
	margin: 0;
	font-size: 12px;
	float:left;
	padding: 0;
	text-transform:none;
}

#icon ul li {
	margin: 0px;
	font-size: 12px;
	float:left;
	color: #ffffff;
	padding:0px 2px;
	text-transform:none;	
}  

#icon a:hover {
	color: #ffffff;
}
.downbar{
	width:100%;
	float:left;
	position:relative;
	background:#031325;
	border-bottom: 1px solid #ffd700;
	margin:21px 0px;
}

.downcontent{
	width:1200px;
	position:relative;
	margin: -28px 203px;
	padding:3px;
}

#menu {
	float:left;
	width:100%;
	position:relative;
	height:32px;
}

#menu ul {
	margin:-5px;
	padding:0;
	list-style:none;
	width:1200px;
	overflow:hidden;
	position:relative;
	left:-5px;
}

#menu ul li{
	font-size: 17px;
	float:left;
	padding:10px 26px;
	text-transform: none;
	background: url(../images/menu.png) right no-repeat;

}

#header-img {
	background: url(../images/shop_name1.jpg) no-repeat;
	width: 1200px;
	height: 125px;	
	margin-top: 40px;
	padding-top: 0 auto;
	border-radius: 10px;
	border: 2px solid #ffd700;
}


#header-content {
	background: url(..//images/shop_content.jpg) no-repeat;
	width: 1200px;
	height: 1463px;	
	margin-top: 9px;
	padding-top: 0 auto;
	border: 2px solid #ffd700;
	border-radius: 10px;
}

#content {
	width: 1200px;
	height: 1463px;	
	margin-top: 9px;
	padding-top: 0 auto;

}
.content-box1 {
	width: 550px;
	display: inline-block;
	margin: -5px 2px 0px;
	padding: 0px;
	padding-top: 10px;
}

.text-center {
	text-align: center;
}

li {
	text-align: center;
	text-decoration: none;
}

ul li {
	text-decoration: none;
}

.nav_shop{
	float: left;
	margin-left: 9px;
}

.nav_shop h1 {
	font-size: 25px;
	font-weight: bold;
	color: #ffd700;
}

.shop ul li {
	display: block;
	background-color: #00133d;
	padding-top: 10px;
	border-bottom: 2px solid #ffd700;
	border-radius: 10px;
}

.shop {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding: 10px 0 11px;
	width: 128px;
	font-size: 16px;
	transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
}

.shop ul ul  {
	display: none;	
}

.shop li:hover ul{
	display: block;
	background-color: #ffd700;
}  

.shop ul:hover li {
	box-shadow: 0 1px 6px rgba(0,0,0,.4);
}

.shop:active {
	box-shadow: 0 5px 11px rgba(0,0,0,.4);
}

.shop:focus,
.shop:active {
	outline: 0 !important;
}


.btn-primary:hover {
	background-color: #5060bb;
	background-color: rgba(63,81,181,0.9);
}

.btn-success:hover {
	background-color: #95c75a;
	background-color: rgba(139,195,74,0.9);
}

.btn-info:hover {
	background-color: #1ab0f3;
	background-color: rgba(3,169,244,0.9);
}

.btn-warning:hover {
	background-color: #fda017;
	background-color: rgba(255,152,0,0.9);
}

.btn-danger:hover {
	background-color: #f35448;
	background-color: rgba(244,67,54,0.9);
}

.btn-default:active {
	background-color: #aeaeae;
	background-color: rgba(158,158,158,0.8);
}

.btn-primary:active {
	background-color: #6270c0;
	background-color: rgba(63,81,181,0.8);
}

.btn-success:active {
	background-color: #9fcc6b;
	background-color: rgba(139,195,74,0.8);
}

.btn-info:active {
	background-color: #32b7f3;
	background-color: rgba(3,169,244,0.8);
}

.btn-warning:active {
	background-color: #fca930;
	background-color: rgba(255,152,0,0.8);
}

.btn-danger:active {
	background-color: #f3655b;
	background-color: rgba(244,67,54,0.8);
}


.posterline {
	float: left;
	color: #ffffff;
	width: 100%;
	border-radius: 3px 3px 0 0; 
}

.posterline h2 {
	color: #ffffff;
	font-size: 18px;
	padding: 4px;
}
.postershort {
    float: left;
    overflow: hidden;
    position: relative;
}



#footer {
	width: 100%;
	background: #0e1317;
	margin: 0 auto;
}

#footer-content {
	height: 100px;
	width: 1200px;
	margin: 0 auto;
}

#footer-content p {
	float: left;
	padding: 50px 0 0 20px;
}

#footer-content ul {
	float: right;
} 

.icon li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	font-size: 30px;
	padding: 35px 0 0 35px;
}
 
.icon li a {
	color: currentColor;
}
