@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*{
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	background-color: #e6e6e6;
}

header{
	background-color: #f2f1f1;
	height: 150px;
	position: relative;
	-webkit-box-shadow: 0px -3px 87px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px -3px 87px 2px rgba(0,0,0,0.25);
	box-shadow: 0px -3px 87px 2px rgba(0,0,0,0.25);
}
nav{
	background-color: #514f4d;
	border-radius: 0 0 15px 15px;
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 999;
}
ul {
	margin: 0;
	padding: 0;
}
.menu{
	display: flex;
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 10px;

}
.menu li{
	list-style-type: none;
	width: 150px;
}
.menu li a{
	font-family: MyriadPro;
	font-size: 18px;
	color: #fafafb;
	font-weight: 400;
	text-decoration: none;
	transition:all 0.5s ease-out;
}
.menu li a:hover{
	color: #e88414;

}
.wplogo{
	max-width: 1080px;
	margin: 0 auto;
	position:relative;
}
.logo{
	position: absolute;
	background-image: url(../img/logo.png);
	width: 288px;
	height:71px;
	top: 82px;
}
.content{
	background-color: #fcfcfc;
	box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.04);
	border: 1px solid #c5c4c4;
	max-width: 1170px;
	margin: 27px auto;
	position: relative;
	z-index: 3;
	display: flex;
	padding-bottom: 90px;
}
article{
	background: #fcfcfc;
	flex:auto;
	padding-right: 12px;
	display: block;
	margin-top: -11px;
}
aside{
	width: 360px;
	margin-top: 20px;
	border-left: 2px dotted #dbdbdb;
}
.left-content{
	width:70%;
	padding: 0px 0px 0px 60px;
}
.title{
height: 45px;
background: url('../img/boll.png') no-repeat left #727170;
line-height: 45px;
}
.title > h1{
	font-family: arial;
	font-size: 19px;
	font-weight: 400;
	color: #fdfcfa;
	margin-left: 50px;
}
.title > a > h1{
	font-family: arial;
	font-size: 19px;
	font-weight: 400;
	color: #fdfcfa;
	margin-left: 50px;
}
.title > a {
	text-decoration:none;
}
.title > a > h1:hover{
	color: #e88414;
}
.article-body{
	font-family: Tahoma;
	color: #020202;
	font-size: 14px;
	font-weight: 400;
	margin-top:30px;
	text-align: justify;
	border-bottom: 3px solid #818080;
	position: relative;
	padding-bottom: 20px;
}
.article-img{
	width:247px;
	height:216px;
	padding: 0px 20px 20px 0px;
}
.article-link{
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	position: absolute;
	right: 0;
	color: #0b0b0b;
}
.article-link:hover{
	color: #e88414;
}
footer{
	background-color: #514f4d;
	width: 100%;
	height: 93px;
	border-radius: 15px 15px 0 0;
	font-family: Arial;
	font-size: 14px;
	color: #faf9fd;
}
.copyright{
	max-width: 1080px;
	margin: 0 auto;	
	padding-top: 34px;
}
.r-head{
	margin: 0 auto 20px auto;
	text-align: center;
	font-family: calibri, arial;
	font-size: 20px;
	font-weight: bold;
	text-transform:uppercase;
	color: #3b5997;
	padding: 20px 0px;
	width:300px;
	border-bottom: 2px dotted #dbdbdb;
	text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}
.r-body{
	width: 300px;
	margin: 0 auto;
	border-bottom: 2px dotted #dbdbdb;
}
.social-text a{
	font-family: arial;
	font-size: 15px;
	font-weight: 400;
	color: #5b5b5b;
	height: 44px;
	line-height: 44px;
	vertical-align: top;
	padding-left: 20px;
	text-decoration: none;
}
.social-img{
	padding-bottom: 3px;
}
.social-text a:hover{
	color: #feb461;
}
.side-link{
	text-decoration: none;
	color: #343434;
	font-family: Arial;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.35px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 13px;
	display: block;
}
.side-link:hover{
	color: #feb461;
}
.search{
	right:70px;
	position:absolute;
	top:101px;
}
#story{
	background-color: #ffffff;
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1);
	border: 1px solid #c6cbd0;
	height: 23px;
	width: 247px;
	border-radius:7px 0 0 7px;
}
.srch-img{
	background-color: #545454;
	width:33px;
	height:23px;
	position:absolute;
	right:-31px;
	top:0;
	border-radius:0px 7px 7px 0px;
}
.clear{
	display:block;
	width:1000px;
	height:1000px;
	background:#000;
}
.navigation{

}
.navigation > a, .navigation > span{
	margin-left:2px;
	width:44px;
	height:23px;
	display:inline-block;	
	text-align:center;
	color: #040404;
	text-decoration:none;
	font-family: Arial;
	font-size: 13px;
	font-weight: 400;
}
.navigation > a:hover{
	margin-left:2px;
	width:44px;
	height:29px;
	line-height:29px;
	display:inline-block;
	color: #040404;
	text-align:center;
	font-family: Arial;
	font-size: 13px;
	font-weight: 400;
	text-decoration:none;
	background: url(../img/nav.png);
}
.pr-nx{
	line-height:29px;
	text-align:center;
	width:69px;
	height:29px;
	color: #040404;
	display:inline-block;
	background: url(../img/pr-nx.png);
	}
.pr-nx > a{
	text-align:center;
	font-family: Arial;
	font-size: 13px;
	color: #040404;
	font-weight: 400;
}
.page{
	margin:50px auto 0 auto;
	width: 80%;
	}
.dpad {
	font-family: Arial;
	font-size: 13px;
	color: #040404;
	font-weight: 400;
}
.highslide img{
    border: 1px solid #c5c4c4;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}
}
.highslide-controls ul{
	display:none;
}