/*
Theme Name: Museum
Version: 1.1
Description: RSHU Museum
Author: Abramov Viktor
Author URI: http://rshu.ru
*/
*{
	margin: 0;
}

html,body{
	padding: 0;
	margin: 0;
}
.header{
	width: 100%;
	height: 285px;
	background-color: white;
	display: flex;
	flex-direction: row;
	background-image: url("back_logo.png") ;
}
.logo_carcass{
	width: 30%;
	display: flex;
	flex-direction: row;
	padding-top: 50px;
	flex-wrap: wrap;
}
.logo{
	width: 30%;
	height: 40%;
	text-align: center;
	line-height: 20px;
}
.title > a{
	 text-decoration:none;
	color:black;
}
.logo_text{
	vertical-align: middle;
	width: 60%;
	height: 40%;
	padding-top: 10px;
	text-align: left;
	font-size: 18px;
	font-family: "Arial";
	
}
.logo_text2{
	vertical-align: middle;
	width: 60%;
	height: 40%;
	padding-top: 40px;
	padding-left: 50px;
	text-align: left;
	font-size: 20px;
	font-family: 'Varela Round', sans-serif;
	
}
.imp_text {
	padding-left: 25px;
	font-family: "Arial";
	font-size: 18px;
	letter-spacing: -1px;
	color: red;
	display: flex;
}
.title{
	width: 40%;
	height: 100%;
	text-align: center;
	font-family: "Arial";
	font-size: 32px;
}
.list_carcass{
	width: 30%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	
}

.virt_muzey{
	width: 35%;
	text-align: center;
	vertical-align: middle;
	padding-top: 50px;
}
.social{
	width: 35%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
	.social > div{
		margin-top: 55px;
		margin-left: 45px;
	}
.nav{
	width: 100%;
	background: black;
-webkit-box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.75);
box-shadow: 0px 7px 18px 0px rgba(0,0,0,0.75);
}

.list{
	width: 150px;
	height: 100%;
	text-align: center;
	line-height: 180px;
	background-color: #fe3f21;
	
}
.logo > img {
	vertical-align: middle;
}
.list > img {
	vertical-align: middle;
}
.content{
	color:white;
	background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ),url("back_logo.png") ;
}
.content_article{
	color:white;
	background: url("back_logo.png") ;
}
.main{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start; 
	min-height:500px;
}

.footer{
	padding-top: 10px;
	background: black;
	color: white;
	height: 35px;;
	text-align: center;
}


.card {
	width: 30%;
	font-family: 'Varela Round', sans-serif;
	height:500px;
	font-size: 24px;
	margin: 15px;
	text-align: left;
	text-overflow: ellipsis;
	background-color: #585858;
	-webkit-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px -2px rgba(0,0,0,0.75);
	}	
.text{
	display:block;
	padding-top:25px;
	padding-left:25px;
	}

.card > a {
	
	text-decoration: none;
	color:white;
}
.slaider{
	width: 100%;
	height: auto;
}






#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#cssmenu {
	height: 60px;
	display: block;
	padding: 0;
	margin: 0;
	width: auto;
}
#cssmenu > ul > li > ul > li a:hover {
		background: #8f8c8c;
	color: #ffffff;

}
#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin-left:10%;
	margin-right:10%;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
	width:20%;
}
#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding-top:18px;
	padding-bottom:18px;
	text-transform:uppercase;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	font-family: 'Varela Round', sans-serif;
	color: #ffffff;  
}
#cssmenu > ul > li > a:hover {
	background: #8f8c8c;
	color: #ffffff;
}



#cssmenu ul li.has-sub:hover > a {
	background: #8f8c8c;
	color: #ffffff;
	border-color: #3f3f3f;
	padding-top:18px;
	padding-bottom:18px;
	z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}
#cssmenu ul li.has-sub > a:hover {
	background: #8f8c8c;
	color: #ffffff;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
	display: none;
	width: 100%;
	position: absolute;
	top: 60px;
	background: #474848;
	z-index: 999;
}
#cssmenu ul li > ul {
	width: 100%;
}
#cssmenu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #8f8c8c;
	position: relative;
	width: 100%;
}
#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	text-align:center;
	text-transform:uppercase;
	margin: 0;
	padding-top:18px;
	padding-bottom:18px;
	font-family: 'Varela Round', sans-serif;
	color: #ffffff;
	text-decoration: none;
	
}
#cssmenu ul li > ul > li:last-child {
	border-bottom:none;
	
}
#cssmenu ul ul a:hover {
	background: #8f8c8c;
	color: #ffffff;
}

.slick{
	padding-top: 30px;
	width:100%;
	height:450px;
	background-image: url("back_logo.png") ;
	
}
.carousel{
	width:90%;
	margin:0 auto;
	
}
.slick-slide{
	margin-left: 50px;
	margin-right: 50px;
}
.slick-prev{
	left:-50px;
}
.slick-prev:before{
	content: '<';
	color:black;
	font-size:72px;
	font-weight:bold;
}
.slick-next:before{
	content: '>';
	color:black;
	font-size:72px;
	font-weight:bold;
}
.entry-content {
	font-size:22px;
	padding-top:30px;
	color:black;
}

.entry-title {
	padding-top:30px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Varela Round', sans-serif;
}
.entry-title > a {
	
	color:black;
	text-decoration: none;
}

.article {
	font-family: 'Varela Round', sans-serif;
	height:auto;
	width:80%;
	margin:0 auto;
}
.slick-slide > a > .attachment-post-thumbnail {
	width:100%;
	height:auto;
}

.entry-footer {
	display: none;
}
.post-thumbnail {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.post > .entry-header > .entry-title {
	color:black;
}