* {
margin:0;
padding:0;
}

a{
text-decoration:none;
color:#333;
}

a:hover{
text-decoration:underline;
}

a img {
border: none;
}

@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://fonts.gstatic.com/s/robotocondensed/v12/Zd2E9abXLFGSr9G3YK2MsOC933fdLZhbewWVDyX-fYw.woff) format('woff');
}

@font-face {
font-family: 'Open Sans Condensed';
font-style: normal;
font-weight: 400;
src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xMTgyteJAvYJ1fpbrx49ekQ.woff) format('woff');
}

@font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 400;
src: local('PT Sans'), local('PTSans-Regular'), url(http://fonts.gstatic.com/s/ptsans/v8/yrzXiAvgeQQdopyG8QSg8Q.woff) format('woff');
}

h1{
color: #3A3A3A;
overflow: hidden;
text-transform:uppercase;
font-weight:600;
font-family:'Open Sans Condensed', sans-serif;
font-size: 30px;
line-height: 37px;
margin-bottom: 12px;	
}

h2{
color:#171717;
overflow:hidden;
font-family: "Roboto Condensed",sans-serif;
font-weight: 300;
font-size:18px;
line-height:22px;
margin-bottom:5px;
}

h2 a{
color:#171717;
}

body{
font-family:verdana,geneva,sans-serif;
font-size:11px;
color:#2d2d2d;
}

header{
width:100%;
margin:0px 0px 20px 0px;
}

#logo{
float:left;
margin-top:15px;
}

#header-center{
margin:0 auto;
width:1150px;
}

#header-top{
width:100%;
height:110px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.search-social{
float: right;
clear: both;
margin-top: 20px;
}

.header-info{
float: left;
margin: 8px 0px 5px 120px;
color: #82839B;
line-height: 22px;
font-size: 11px;
font-family: verdana,geneva,sans-serif;
}

.header-info b{
color: #FC8686;
}

#header-top-right{
float:right;
height:110px;
}

nav select{
display: none;
}

/*###############################################################login###############################################################*/
#login-header{
float:right;
padding:5px 0px;
}

.loginblock{
color:#000;
line-height: 20px;
font-size: 13px;
font-family: "PT Sans",sans-serif;
border-bottom: 1px solid #000;
padding-bottom: 3px;
}

.loginblock a{
color:#000;
}

#control-panel{
color:#909090;
width:280px;
height:auto;
display:none;
background-color:#fff;
position:absolute;
top:50px;
left:50%;
margin-left:-150px;
z-index:20000;
padding:10px;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
overflow: hidden;
}

#control-panel a{
color:#5c5c5c;
}

#login{
color:#909090;
width:400px;
height:auto;
display:none;
background-color:#fff;
position:absolute;
top:50px;
left:50%;
margin-left:-210px;
z-index:20000;
padding:10px;
-moz-box-shadow: 0px 0px 10px #000;
-webkit-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
overflow: hidden;
}

#login a{
color:#5c5c5c;
}

#login a:hover{
color:#2f2f2f;
text-decoration:none;
}

.login-title{
line-height:47px;
height:50px;
text-align:center;
padding-left:15px;
font-size:25px;
background-color:#50638E;
font-weight:normal;
font-weight:600;
color:#fff;
font-family:'Open Sans Condensed', sans-serif;
text-align:left;
margin-bottom:10px;
}

.loginclose{
position:absolute;
background:url(../images/loginclose.png) 0 0 no-repeat;
width:20px;
height:20px;
cursor:pointer;
top: 25px;
right: 20px;
}

.loginclose:hover{
background-position: 0 -20px;
}

.login-input{
width:100%;
margin-bottom:10px;
}

.login-input input{
width:388px;
padding:0px 5px;
height: 35px;
font-size: 14px;
font-family: "PT Sans",sans-serif;
border: 1px solid #EEE;
border-radius: 3px;
box-shadow: 0px 0px 5px #F5F5F5 inset;
color: #717171;
}

.login-submit{
width: 100%;
height: 40px;
background: none repeat scroll 0% 0% #D2D874;
margin-top: 7px;
border: 0px none;
cursor: pointer;
float: left;
clear: both;
color: #FFF;
text-align: center;
font-weight: 300;
font-family: "Open Sans Condensed",sans-serif;
text-transform: uppercase;
line-height: normal;
font-size: 18px;
}

.login-submit:hover{
background-color:#BEC36A;
}

.sociallogin{
float:left;
}

.soc-recovery-pass{
width:100%;
clear:both;
float:left;
}

.soc-recovery-pass span{
float:right;
line-height:15px;
font-size: 14px;
font-family: "PT Sans",sans-serif;
}

#login_overlay {
background-color:#000;
height:100%;
left:0;
opacity:0.70;
-moz-opacity:0.7;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
position:fixed;
top:0;
width:100%;
z-index:10000;
display:none;
}

.login-avatar{
float:left;
width:100px;
height:100px;
margin:0px 40px 10px 0px;
}

.login-avatar img{
width:100px;
height:100px;
border: 5px solid #954C44;
}

.user-menu{
float:left;
list-style:circle;
line-height: 18px;
font-size: 13px;
font-family: "PT Sans",sans-serif;
margin-bottom: 5px;	
}

.user-menu li{
margin-bottom:3px;
}
/*###############################################################login###############################################################*/

nav{
width:100%;
height:50px;
background-color:#50638E;
}

#header-bottom{
width:100%;
height:40px;
background:#374A75;
}

.main{
margin:0 auto;
width:1150px;
}

.main-left{
float:left;
width:780px;
}

.main-right{
float:right;
width:350px;
}

.main-right-left{
float:left;
width:165px;
margin:20px 0px;
}

.main-right-right{
float:right;
width:165px;
margin:20px 0px;
}

.left-block{
width:780px;
float:left;
margin-bottom:20px;
}

/*##########################################################menu##########################################################*/
#menu,
#menu ul,
#menu ul li,
#menu ul li a,
#menu #menu-button {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#menu:after,
#menu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#menu #menu-button {
display: none;
}
#menu {
width: auto;
font-family: "Roboto Condensed",sans-serif;
font-size: 14px;
}
#menu.align-right > ul > li {
float: right;
}
#menu > ul > li {
float: left;
display: inline-block;
}
#menu.align-center > ul {
float: none;
text-align: center;
}
#menu.align-center > ul > li {
float: none;
}
#menu.align-center ul ul {
text-align: left;
}
#menu > ul > li > a {
padding: 18px 15px 0px 0px;
border-right: 1px solid rgba(80, 80, 80, 0.12);
text-decoration: none;
font-weight: 300;
color: #FFF;
z-index: 9999;
height: 50px;
margin-right: 15px;
}

#menu > ul > li:hover > a,
#menu > ul > li > a:hover,
#menu > ul > li.active > a {
color: #f4f4f4;
}
#menu > ul > li.has-sub > a {
padding-right: 45px;
}
#menu > ul > li.has-sub > a::after {
content: "";
position: absolute;
width: 0;
height: 0;
border: 6px solid transparent;
border-top-color: #d3eced;
right: 17px;
top: 22px;
}
#menu > ul > li.has-sub.active > a::after,
#menu > ul > li.has-sub:hover > a {
border-top-color: #ffffff;
}
#menu ul ul {
position: absolute;
left: -9999px;
top: 60px;
padding-top: 6px;
font-size: 13px;
}
#menu.align-right ul ul {
text-align: right;
}
#menu > ul > li > ul::after {
content: "";
position: absolute;
width: 0;
height: 0;
border: 5px solid transparent;
border-bottom-color: #ffffff;
top: -4px;
left: 20px;
}
#menu.align-right > ul > li > ul::after {
left: auto;
right: 20px;
}
#menu ul ul ul::after {
content: "";
position: absolute;
width: 0;
height: 0;
border: 5px solid transparent;
border-right-color: #ffffff;
top: 11px;
left: -4px;
}
#menu.align-right ul ul ul::after {
border-right-color: transparent;
border-left-color: #ffffff;
left: auto;
right: -4px;
}
#menu > ul > li > ul {
top: 120px;
}
#menu > ul > li:hover > ul {
top: 52px;
left: 0;
opacity: 1;
}
#menu.align-right > ul > li:hover > ul {
left: auto;
right: 0;
}
#menu ul ul ul {
padding-top: 0;
padding-left: 6px;
}
#menu.align-right ul ul ul {
padding-right: 6px;
}
#menu ul ul > li:hover > ul {
left: 180px;
top: 0;
opacity: 1;
}
#menu.align-right ul ul > li:hover > ul {
left: auto;
right: 100%;
opacity: 1;
}
#menu ul ul li a {
text-decoration: none;
font-weight: 400;
padding: 11px 15px;
width: 180px;
color: #777777;
background: #ffffff;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
z-index: 9999;
}
#menu ul ul li:hover > a,
#menu ul ul li.active > a {
color: #333333;
}
#menu ul ul li:first-child > a {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
#menu ul ul li:last-child > a {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
#menu > ul > li > ul::after {
position: absolute;
display: block;
}
#menu ul ul li.has-sub > a::after {
content: "";
position: absolute;
width: 0;
height: 0;
border: 4px solid transparent;
border-left-color: #777777;
right: 17px;
top: 14px;
}
#menu.align-right ul ul li.has-sub > a::after {
border-left-color: transparent;
border-right-color: #777777;
right: auto;
left: 17px;
}
#menu ul ul li.has-sub.active > a::after,
#menu ul ul li.has-sub:hover > a::after {
border-left-color: #333333;
}
#menu.align-right ul ul li.has-sub.active > a::after,
#menu.align-right ul ul li.has-sub:hover > a::after {
border-right-color: #333333;
border-left-color: transparent;
}
/*##########################################################menu##########################################################*/


/*##########################################################social##########################################################*/
.social-header{
height:24px;
float:left;
}

.social-header ul{
height:24px;
list-style:none;
margin:0;
display:inline;
}

.social-header li{
float:left;
position:relative;
text-align:left;
width:24px;
margin-right:5px;
height:24px;
}

.social-header li:last-child{
margin-right:0px;
}

.social-header li a{
height:24px;
width:24px;
padding:0;
display:block;
text-decoration:none;
background:url(../images/social-icon.png) 0 0 no-repeat;
}

.social-header li a:hover{
opacity:0.50;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
}

.social-header li a.twitter{
background-position: 0 0px;
}

.social-header li a.facebook{
background-position: -24px 0px;
}

.social-header li a.vkontakte{
background-position: -48px 0px;
}

.social-header li a.gplus{
background-position: -72px 0px;
}

.social-header li a.rss{
background-position: -96px 0px;
}

.social-header li a.ok{
background-position: -120px 0px;
}
/*##########################################################social##########################################################*/


/*##########################################################block-a-left##########################################################*/
.block-a-left{
width:510px;
float:left;
}

.block-a-left-image{
width:510px;
height:320px;
position:relative;
}

.block-a-left-image img{
width:510px;
height:320px;
}

.block-a-left-image-shadow{
display:block;
position:absolute;
bottom: 0px;
width: 100%;
height: 80px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.block-a-left-text{
line-height:20px;
font-size:14px;
float:left;
font-family: 'PT Sans', sans-serif;
}

.block-a-left-title{
color:#000;
text-transform:uppercase;
font-weight:600;
font-family:'Open Sans Condensed', sans-serif;
font-size: 30px;
line-height: 40px;
margin:5px 0px 5px 0px;
float:left;
clear:both;
}

.block-a-left-title a{
color:#000;
}

.block-a-left-title a:hover{
color:#374A75;
text-decoration: none;
}
/*##########################################################block-a-left##########################################################*/


/*##########################################################block-a-right##########################################################*/
.block-a-right{
width:250px;
float:right;
}

.block-a-right-content{
float:left;
margin-bottom:10px;
clear:both;
}

.block-a-right-image{
width:250px;
height:160px;
position:relative;
}

.block-a-right-image img{
width:250px;
height:160px;
}

.block-a-right-image-shadow{
display:block;
position:absolute;
bottom: 0px;
width: 100%;
height:60px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.block-a-right-title{
color:#000;
line-height:20px;
font-size:14px;
font-family: 'PT Sans', sans-serif;
margin-top:5px;
float:left;
clear:both;
}

.block-a-right-title a{
color:#000;
margin-right:5px;
}
/*##########################################################block-a-right##########################################################*/


/*##########################################################block-b-content##########################################################*/
.block-b-content{
float:left;
margin-right:20px;
width:180px;
}

.block-b-content:last-child{
margin-right:0px;
}

.block-b-image{
width:180px;
height:100px;
position:relative;
}

.block-b-image img{
width:180px;
height:100px;
}

.block-b-image-shadow{
display:block;
position:absolute;
bottom: 0px;
width: 100%;
height:60px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.block-b-title{
color:#000;
line-height:20px;
font-size:14px;
font-family: 'PT Sans', sans-serif;
margin-top:5px;
float:left;
clear:both;
}

.block-b-title a{
color:#000;
margin-right:5px;
}
/*##########################################################block-b-content##########################################################*/


/*##########################################################block-c-left##########################################################*/
.block-c-left{
width:400px;
float:left;
}

.block-c-left-image{
width:400px;
height:250px;
position:relative;
}

.block-c-left-image img{
width:400px;
height:250px;
}

.block-c-left-image-shadow{
display:block;
position:absolute;
bottom: 0px;
width: 100%;
height: 80px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.block-c-left-text{
line-height:20px;
font-size:14px;
float:left;
font-family: 'PT Sans', sans-serif;
}

.block-c-left-title{
color:#000;
text-transform:uppercase;
font-weight:600;
font-family:'Open Sans Condensed', sans-serif;
font-size: 20px;
line-height: 30px;
margin:5px 0px 5px 0px;
float:left;
clear:both;
}

.block-c-left-title a{
color:#000;
}

.block-c-left-title a:hover{
color:#374A75;
text-decoration: none;
}

/*##########################################################block-c-left##########################################################*/


/*##########################################################block-c-right##########################################################*/
.block-c-right{
width:360px;
float:right;
}

.block-c-right-image{
width:70px;
/*height:50px;*/
float: left;
margin-right:7px;
}

.block-c-right-image img{
width:70px;
/*height:50px;*/
}

.block-c-right-content{
overflow:hidden;
width:100%;
padding-bottom:10px;
margin-bottom:10px;
border-bottom: dashed 1px #eee;
}

.block-c-right-title{
color:#3f3f3f;
line-height:20px;
font-size:14px;
font-family: 'PT Sans', sans-serif;
margin-top: -5px;
}



.block-c-right-content:last-child {
border-bottom:none;
padding-bottom:0px;
margin-bottom:0px;
}

.block-c-right-content a{
color:#3f3f3f;
padding-right:5px;
}

.block-c-right-content span{
color:#D1B388;
font-size: 11px;
font-family: sans-serif,verdana,geneva;
margin-top:3px;
}
/*##########################################################block-c-right##########################################################*/



/*##########################################################block-d##########################################################*/
.block-d{
width:100%;
float:left;
clear:both;
border-bottom:1px dashed #eee;
padding-bottom: 7px;
margin-bottom: 10px;
}

.block-d:first-child{
margin-top:0px;
} 

.block-d-title{
color:#000;
line-height:20px;
font-size:14px;
font-family: 'PT Sans', sans-serif;
margin-bottom:5px;
}

.block-d-title a{
color:#000;
margin-right:5px;
}

.block-d span{
color:#D1B388;
font-size: 11px;
font-family: sans-serif,verdana,geneva;
margin-top:3px;
}
/*##########################################################block-d##########################################################*/


/*##########################################################block-lastnews##########################################################*/
.block-lastnews{
width:350px;
float:left;
margin-bottom:10px;
} 

.block-lastnews-content{
width:100%;
float:left;
clear:both;
border-bottom:1px dashed #eee;
padding-bottom: 7px;
margin-bottom: 10px;
}

.block-lastnews-date{
color:#fff;	
font-size: 11px;
float:left;
font-family:sans-serif,verdana,geneva;
padding:2px 6px;
background-color:#ff4b4a;
margin: 5px 10px 0px 0px;
}

.block-lastnews-content-title{
color:#000;
line-height:20px;
font-size:14px;
font-family: 'PT Sans', sans-serif;
margin-bottom:5px;
}

.block-lastnews-content-title a{
color:#000;
margin-right:5px;
}
/*##########################################################block-lastnews##########################################################*/


/*##########################################################block-e-content##########################################################*/
.block-e-content{
float:left;
margin-bottom:10px;
clear:both;
}

.block-e-image{
width:165px;
height:100px;
position:relative;
}

.block-e-image img{
width:165px;
height:100px;
}

.block-e-image-shadow{
display:block;
position:absolute;
bottom: 0px;
width: 100%;
height:40px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.block-e-title{
color:#000;
line-height:20px;
font-size:14px;
font-family: 'PT Sans', sans-serif;
margin-top:5px;
float:left;
clear:both;
}

.block-e-title a{
color:#000;
margin-right:5px;
}
/*##########################################################block-e-content##########################################################*/


/*##########################################################block-f##########################################################*/
.block-f{
margin-bottom:3px;
float: left;
width: 100%;
}

.block-f-image{
width:230px;
height:150px;
margin: 0px;
padding: 0px;
float: left;
z-index: 4;
}

.block-f-image img{
width:230px;
height:150px;
}

.block-f-content{
float: left;
position: relative;
overflow: hidden;
margin-right:3px;
}

.block-f-content:last-child{
margin-right:0px;
}

.block-f-content:hover .caption{
opacity: 1;
}

.block-f-content .caption{
cursor: pointer;
position: absolute;
opacity: 0;
-webkit-transition:all 0.45s ease-in-out;
-moz-transition:all 0.45s ease-in-out;
-o-transition:all 0.45s ease-in-out;
-ms-transition:all 0.45s ease-in-out;
transition:all 0.45s ease-in-out;
}

.block-f-content .shadow{
background-color: rgba(0,0,0,0.65);
height: 150px;
width:230px;
z-index: 5;
position: absolute;
}

.block-f-content .caption-text{
z-index: 10;
color: #FFF;
line-height: 20px;
font-size: 14px;
font-family: "PT Sans",sans-serif;
position: absolute;
width: 210px;
height: 90px;
text-align: center;
top: 45px;
left: 10px;
}

.block-f-content .caption-text a{
color: #FFF;
}

.block-f-image-big{
width:314px;
height:150px;
margin: 0px;
padding: 0px;
float: left;
z-index: 4;
}

.block-f-image-big img{
width:314px;
height:150px;
}

.block-f-content-big{
float: left;
padding: 0px;
position: relative;
overflow: hidden;
}

.block-f-content-big:hover .caption-big{
opacity: 1;
}

.block-f-content-big .caption-big{
cursor: pointer;
position: absolute;
opacity: 0;
-webkit-transition:all 0.45s ease-in-out;
-moz-transition:all 0.45s ease-in-out;
-o-transition:all 0.45s ease-in-out;
-ms-transition:all 0.45s ease-in-out;
transition:all 0.45s ease-in-out;
}

.block-f-content-big .shadow-big{
background-color: rgba(0,0,0,0.65);
height: 150px;
width:314px;
z-index: 5;
position: absolute;
}

.block-f-content-big .caption-text-big{
z-index: 10;
line-height: 20px;
font-size: 14px;
font-family: "PT Sans",sans-serif;
color: #FFF;
position: absolute;
width: 288px;
height: 80px;
text-align: center;
top: 55px;
left: 15px;
}

.block-f-content-big .caption-text-big a{
color: #FFF;
}

.block-f-indent{
margin-right:3px;
float:left;
}

.photo-video-icon {
background-color: rgba(255, 75, 74, 0.6);
left:20px;
position:absolute;
top:0px;
padding: 6px 5px 5px;
}
/*##########################################################block-f##########################################################*/

.block-h{
float:left;
margin-right: 18px;
width: 248px;
}

.block-h:last-child{
margin-right:0px;
}
/*##########################################################shortstory-video##########################################################*/
.shortstory-video{
width:285px;
margin: 0px 10px 20px 10px;
display: inline-block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.shortstory-video-image{
width:285px;
height:150px;
position:relative;
}

.shortstory-video-image img{
width:285px;
height:150px;
}

.shortstory-video-image-shadow{
display:block;
position:absolute;
bottom: 0px;
width: 100%;
height:60px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.shortstory-video-title{
color:#000;
line-height:20px;
font-size:14px;
font-family: 'PT Sans', sans-serif;
margin-top:5px;
float:left;
clear:both;
}

.shortstory-video-title a{
color:#000;
margin-right:5px;
}
/*##########################################################shortstory-video##########################################################*/


/*##########################################################block-g-content##########################################################*/
.block-g-content{
float:left;
}

.block-g-content:last-child{
margin-right:0px;
}

.block-g-image{
width:290px;
height:150px;
position:relative;
}

.block-g-image img{
width:290px;
height:150px;
}

.block-g-image-shadow{
display:block;
position:absolute;
bottom: 0px;
width: 100%;
height:60px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.block-g-title{
color:#000;
line-height:20px;
font-size:14px;
font-family: 'PT Sans', sans-serif;
margin-top:5px;
float:left;
clear:both;
}

.block-g-title a{
color:#000;
margin-right:5px;
}
/*##########################################################block-g-content##########################################################*/


/*##########################################################block-info##########################################################*/
.block-info {
color:#fff;
font-size:11px;
font-family:sans-serif,verdana,geneva;
right:10px;
position:absolute;
bottom:10px;
padding:3px 6px;
}

.block-info a{
color:#fff;
}

.block-info-date{
width:auto;
float:left;
}

.block-info-views{
float:left;
margin-left:10px;
}

.block-info-views img{
height:9px;
width:15px;
margin-top:2px;
margin-right:5px;
float:left;
}

.block-info-comments{
float:left;
margin-left:10px;
}

.block-info-comments img{
height:11px;
width:11px;
margin-top:2px;
margin-right:5px;
float:left;
}
/*##########################################################block-info##########################################################*/


/*##########################################################category##########################################################*/
.category {
background-color: rgba(254, 70, 70, 0.76);
color:#fff;
font-size:11px;
line-height:15px
font-family:verdana,geneva,sans-serif;
right:0px;
position:absolute;
top:20px;
padding:3px 6px;
}

.category a{
color:#fff;
}
/*##########################################################category##########################################################*/


/*##########################################################global-block-title##########################################################*/
.global-block-title {
position:relative;
overflow:hidden;
font-size:25px;
text-align:center;
margin-bottom:15px;
color:#000;
font-weight:300;
font-family:'Open Sans Condensed', sans-serif;
text-transform:uppercase;
line-height:normal;
}

.global-block-title > span {
display:inline-block;
margin:0 .4em;
}

.global-block-title > span:before,
.global-block-title > span:after {
content:'';
position:absolute;
width:100%;
border-top: 1px dashed #D1D1D1;
margin-top:.7em;
}

.global-block-title > span:before {
margin-left:-101%;
}

.global-block-title > span:after {
margin-left:1%;
}
/*##########################################################global-block-title##########################################################*/



/*##########################################################left-block-title##########################################################*/
.left-block-title {
position:relative;
overflow:hidden;
font-size:25px;
text-align:center;
margin-bottom:15px;
color:#000;
font-weight:300;
font-family:'Open Sans Condensed', sans-serif;
text-transform:uppercase;
line-height:normal;
}

.left-block-title > span {
display:inline-block;
margin:0 .4em;
}

.left-block-title > span:before,
.left-block-title > span:after {
content:'';
position:absolute;
width:100%;
border-top: 1px dashed #D1D1D1;
margin-top:.7em;
}

.left-block-title > span:before {
margin-left:-101%;
}

.left-block-title > span:after {
margin-left:1%;
}
/*##########################################################left-block-title##########################################################*/


/*##########################################################left-block-title##########################################################*/
.right-block-title {
color: #FFF;
background:#50638E;
padding: 8px 15px;
font-weight: 400;
font-family: "Roboto Condensed",sans-serif;
font-size: 18px;
margin: 0px 0px 15px;
position: relative;
line-height: 22px;
float:left;
}

.right-block-title::after {
content: no-close-quote;
position: absolute;
width: 0px;
height: 0px;
bottom: -7px;
left:13px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 7px solid #50638E;
}
/*##########################################################left-block-title##########################################################*/
/*---ratebox---*/
.ratebox {
float: right;
width: 115px;
height: 19px;
text-align: center;
padding-top: 2px;
background: #f1f5f7 url("../images/ratebox.png");
}

.ratebox .rate {
text-align: left;
width: 85px;
height: 17px;
margin: 0 auto;
overflow: hidden;
}
.ratebox2 {
float: right;
}

.ratebox3 {
float: right;
}


.ratebox ul, .ratebox ul li {
float: left;

}

.ratebox2 ul, .ratebox2 ul li {
float: left;
}

.ratebox3 ul, .ratebox3 ul li {
float: left;
list-style:none;
}

/*##########################################################short-story##########################################################*/
.short-story{
width:100%;
float:left;
margin-bottom:15px;
padding-bottom:15px;
border-bottom:1px dashed #eee;
}

.short-story span {
color: #D1B388;
font-size: 11px;
font-family: sans-serif,verdana,geneva;
margin-top: 3px;
}

.short-story img{
float:left;
margin-right:10px;
width:150px;
height:100px;
}

.short-story-text{
line-height:18px;
overflow:hidden;
text-align:justify;
}
/*##########################################################short-story##########################################################*/



/*##########################################################navigation##########################################################*/
.navigation{
border:none;
font-size: 18px;
font-family: "PT Sans",sans-serif;
}
.navigation a:link,.navigation a:active,.navigation a:visited{
border-radius:3px;
color: #000;
font-weight: normal;
padding: 4px 7px;
}

.navigation a:hover{  
background-color: #FF4B4A;
color: #fff;
text-decoration:none;
}

.navigation span{
border-radius:3px;
color: #000;
cursor: default;
padding: 4px 0px;
margin-right: 7px;
}

#navi-bot{
float:left;
position: relative;
clear:left;
margin-bottom:20px;
}
/*##########################################################navigation##########################################################*/


/*##########################################################speedbar##########################################################*/
#speedbar{
font-family:verdana,geneva,sans-serif;
font-size:11px;
margin-bottom:10px;
color:#b5b5b5;
}

#speedbar a{
font-family:verdana,geneva,sans-serif;
font-size:11px;
color:#b5b5b5;
}
/*##########################################################speedbar##########################################################*/



/*##########################################################fullstory##########################################################*/
#fullstory{
width:100%;
float:left;
}

#fullstory-content{
line-height:22px;
font-size:12px;
text-align:justify;
padding-bottom:12px;
border-bottom: 1px #ececec dashed;
float:left;
}

#fullstory-content img{
margin-bottom:10px;
max-width:610px;
}

#fullstory-ads{
width:100%;
margin-bottom:10px;
float:left;
}

#fullstory-info{
width:100%;
margin-bottom:15px;
float:left;
}

#fullstory-info-right{
float:right;
font-size:12px;
font-family: 'PT Sans', sans-serif;
margin-top: 5px;
}

#fullstory-info-left{
float:left;
}

#relatednews-title{
color:#4D4D4D;
overflow:hidden;
font-family: "Open Sans Condensed",sans-serif;
font-weight: 600;
font-size:28px;
line-height:32px;
margin: 10px 0;
width:100%;
float: left;
clear: both;
}

#comments-block{
margin-top:5px;
float:left;
width:100%;
}

#comments-title{
color:#4d4d4d;
overflow:hidden;
font-family:'Open Sans Condensed', sans-serif;
font-weight: 600;
font-size:28px;
line-height:32px;
margin-bottom:5px;
margin-top:10px;
}
/*##########################################################fullstory##########################################################*/


/*##########################################################search##########################################################*/
.search-block{
width:250px;
height:22px;
background:#f9f9f9;
border:solid 1px #EAEAEA;
float:left;
margin-right:5px;
}

.search-block ul{
list-style:none;
display:inline;
}

.search-block li{ 
float:right;
position: relative;
border:0;
display:block;
height:30px;
}

.search-block li a{
float:left;
position: relative;
text-align:center;
}

.search-block .search-icon input{
width:25px;
height:20px;
background:url(../images/search-icon.png) 0 0 no-repeat;
margin-top:1px;
margin-right:3px;
}

.search-block .search-icon input:hover{
background-position: 0 -22px;
}

.search-form{
color:#a9a9a9;
width:210px;
height:19px;
line-height:15px;
padding:2px 5px;
border:0px;
font-size:11px;
font-family: "PT Sans",sans-serif;
background:transparent;
overflow:hidden;
}
/*##########################################################search##########################################################*/


/*##########################################################tabs_block##########################################################*/
.tabs_block {
width: 300px;
margin: 15px auto;
}

.tabs_block:after {
content:"";
display:block;
clear:both;
}

.tabs {
margin: 0;
padding: 0;
list-style: none;
float:left;
}

.tabs li {
text-align:center;
float:left;
padding:8px 15px;
background:#FF4B4A;
margin-right:1px;
cursor:pointer;
color:#fff;
-webkit-transition:all .2s linear 0s;
-webkit-transition-delay:.2s 0s;
transition:all .2s linear 0s;
}

.tabs li.active {
background:#E04443;
color:#fff; 
}

.box {
padding: 10px 0px 0px;
display:none;
text-align: left;
float: left;
}

.visible, .open_tab {
display: block;
}
/*##########################################################tabs_block##########################################################*/


/*##########################################################global##########################################################*/
.global-left{
float:left;
width:200px;
margin-right:20px;
}

.global-center{
float:left;
width:610px;
}

.global-right{
float:right;
width:300px;
}
/*##########################################################global##########################################################*/


/*##########################################################related##########################################################*/
.related-block{
width:610px;
float:left;
}

.related-block-left{
width:295px;
float:left;
}

.related-block-right{
width:295px;
float:right;
}
/*##########################################################related##########################################################*/


/*##########################################################special-topic##########################################################*/
#special-topic{
height:40px;
background-color: #50638E;
color: #fff;
font-size: 20px;
font-weight: 300;
font-family: "Open Sans Condensed",sans-serif;
text-transform: uppercase;
line-height:36px;
padding:0px 10px;
float:left;
clear:both;
margin-right:10px;
}

.block-special-topic{
color: #FFF;
line-height: 20px;
font-size: 14px;
font-family: "PT Sans",sans-serif;
margin: 7px 25px 0px 0px;
float: left;
}

.block-special-topic a{
color:#fff;
}
/*##########################################################special-topic##########################################################*/


/*##########################################################addcomments##########################################################*/
.addcomments{
width:100%;
margin:15px 0px;
}

.addcomments-name-email input{
width:250px;
height:25px;
padding:0px 5px;
margin-bottom:10px;
font-size: 14px;
font-family: "PT Sans",sans-serif;
border:1px solid #eeeeee;
border-radius:3px;
box-shadow:inset 0 0 5px #f5f5f5;
-webkit-box-shadow:inset 0 0 5px #f5f5f5;
-moz-box-shadow:inset 0 0 5px #f5f5f5;
}

.addcomments-text input{
width:100%;
float:left;
clear:both;
}

.addcomments-text textarea{
float:left;
clear:both;
width:95%;
height:90px;
padding:0px 5px;
margin-bottom:10px;
font-size: 14px;
font-family: "PT Sans",sans-serif;
border:1px solid #eeeeee;
border-radius:3px;
box-shadow:inset 0 0 5px #f5f5f5;
-webkit-box-shadow:inset 0 0 5px #f5f5f5;
-moz-box-shadow:inset 0 0 5px #f5f5f5;
}

.addcomments-code{
width:100%;
float:left;
clear:both;
}

.addcomments-code-input input{
float:left;
clear:both;
width:150px;
height:25px;
padding:0px 5px;
margin:10px 0px;
font-size: 14px;
font-family: "PT Sans",sans-serif;
border:1px solid #eeeeee;
border-radius:3px;
box-shadow:inset 0 0 5px #f5f5f5;
-webkit-box-shadow:inset 0 0 5px #f5f5f5;
-moz-box-shadow:inset 0 0 5px #f5f5f5;
}

.addcomments-recaptcha{
width:100%;
float:left;
clear:both;
margin-bottom:10px;
}
/*##########################################################addcomments##########################################################*/


/*##########################################################comments##########################################################*/
.comment{
border-top: 3px dashed #FFE6E6;
padding:10px 0px;
overflow: hidden;
}

.comment-avatar{
float:left;
width:40px;
}

.comment-main{
margin-left: 50px;
line-height: 20px;
font-size: 13px;
font-family: "PT Sans",sans-serif;
color: #999;
}

.comment-main a{
color: #ccc;
} 

.comment-main-title{
font-family: "PT Sans",sans-serif;
color: #FF4B4A;
font-size: 15px;
width:100%;
}

.comment-main-title a{
color: #FF4B4A;
}

.comment-main-title-date{
font-size: 10px;
color: #ccc;
margin-left:5px;
}

.comment-mass-action{
float:right;
margin-left:5px;
}

.block-like{
float:right;
font-family: "PT Sans",sans-serif;
color: #000;
font-size: 13px;
line-height: 14px;
margin-top:2px;
}

.block-like ul{
	list-style:none;
}
.block-like li{
	margin-right:5px;
}

.comment-edit{
float:right;
}

.comment-edit li {
list-style: none;
padding: 0;
margin-left:7px;
float:left;
}
/*##########################################################comments##########################################################*/


.form{
width:100%;
line-height: 20px;
font-size: 14px;
font-family: "PT Sans",sans-serif;
}

.global-line{
width:100%;
margin-bottom:10px;
}

.global-line input{
width: 250px;
height: 30px;
padding: 0px 7px;
font-size: 14px;
font-family: "PT Sans",sans-serif;
border: 1px solid #EEE;
border-radius: 3px;
box-shadow: 0px 0px 5px #F5F5F5 inset;
color: #717171;
}

.global-line textarea{
padding: 0px 7px;
font-size: 14px;
font-family: "PT Sans",sans-serif;
border: 1px solid #EEE;
border-radius: 3px;
box-shadow: 0px 0px 5px #F5F5F5 inset;
color: #717171;
}

.global-line select{
padding: 0px 7px;
font-size: 14px;
font-family: "PT Sans",sans-serif;
border: 1px solid #EEE;
border-radius: 3px;
box-shadow: 0px 0px 5px #F5F5F5 inset;
color: #717171;
}

/*##########################################################addcomments##########################################################*/


/*##########################################################footer##########################################################*/
.footer{
width:100%;
background-color:#F8F8F8;
margin-top:20px;
float:left;
font-family: "PT Sans",sans-serif;
}

.footer-bottom{
height:50px;
width:100%;
background-color:#E7E7E7;
margin-top:20px;
float:left;
border-top: 2px solid #DDD;
}

.footer-bottom-text{
float:left;
margin-top:17px;
font-size:12px;
color: #939393;
}

.footer-bottom-counter{
float:right;
margin-top:10px;
}

.footer-center{
width:1150px;
margin:0 auto;
}

.footer-box{
float:left;
font-size:12px;
line-height:19px;
color:#AA8181;
margin:20px 50px 0px 0px;
text-align:justify;
}

.footer-box a{
color:#AA8181;
}

.footer-box ul{
list-style:none;
}

.footer-box ul a{
color:#AA8181;
}

.footer-box:last-child{
margin:20px 0px 0px 0px;
}

.footer-box-content{
clear:both;
}
/*##########################################################footer##########################################################*/


/*##########################################################alert##########################################################*/
.alert {
padding: 10px 15px;
margin-bottom: 20px;
background-color: #FCF8E3;
border: 1px solid #FFF2D9;
border-radius: 4px;
clear: both;
}

.alert ul{
list-style:none;
}

.alert-heading {
font-weight:bold;
margin-bottom:5px;
color: #9F7D7D;
}
/*##########################################################alert##########################################################*/


/*##########################################################informer##########################################################*/
.informer {
padding-top: 13px;
margin-bottom: 15px;
border-top: 1px solid #b6cbd6;
}
/*##########################################################informer##########################################################*/


/*##########################################################userinfo##########################################################*/
.userinfo-page-title {
font-size: 25px;
line-height: 38px;
color: #834848;
float: right;
margin-top: 20px;
}

.userinfo{
width:100%;
background-color: #FCF8E3;
padding-bottom:20px;
border-radius: 4px;
line-height: 20px;
font-size: 13px;
font-family: "PT Sans",sans-serif;
margin-bottom:15px;
clear: both;
}

.userinfo p{
width:100px;
height:100px;
float:left;
}

.userinfo p img{
border: 7px solid #772C2C;
margin-top:-55px;
}

.userinfo-right {
padding:15px 0px 0px 130px;
}

.userinfo-right ul {
list-style: none;
margin-bottom: 10px;
}

.userinfo-right ul li {
margin-bottom:4px;
}
/*##########################################################userinfo##########################################################*/


/*##########################################################info-block##########################################################*/
.info-block {
margin:10px 0;
background:#F7F7F7;
border-radius:5px;
padding:10px;
clear:both;
}
/*##########################################################info-block##########################################################*/




.banner728x90 img{
width:728px;
height:90px;
}

@media (max-width:1024px){
#header-center{
width:1000px;
}

.header-info{
margin: 8px 0px 5px 60px;
}

.block-special-topic:last-child{
display:none;
}

.main{
width:1000px;
}

.main-left{
width:680px;
}

.main-right{
width:300px;
}

.main-right-left{
width:140px;
}

.main-right-right{
width:140px;
}

.left-block{
width:680px;
}

#menu > ul > li > a {
padding: 18px 12px 0px 0px;
margin-right: 12px;
}

.block-a-left{
width:410px;
}

.block-a-left-image{
width:410px;
height:260px;
position:relative;
}

.block-a-left-image img{
width:410px;
height:260px;
}

.block-a-left-title{
font-size: 25px;
line-height: 35px;
}

.banner728x90 img{
width:680px;
height:auto;
}

.block-b-content{
margin-right: 12px;
width: 161px;
}

.block-b-image{
width:161px;
height:90px;
}

.block-b-image img{
width:161px;
height:90px;
}

.block-c-left{
width:350px;
}

.block-c-left-image{
width:350px;
height:230px;
}

.block-c-left-image img{
width:350px;
height:230px;
}

.block-c-right{
width:310px;
}

.block-lastnews{
width:300px;
}

.block-e-image{
width:140px;
height:85px;
}

.block-e-image img{
width:140px;
height:85px;
}

.block-f-image{
width:205px;
height:130px;
}

.block-f-image img{
width:205px;
height:130px;
}

.block-f-content .shadow{
height:130px;
width:205px;
}

.block-f-content .caption-text{
width: 185px;
height: 85px;
top: 35px;
}

.block-f-image-big{
width:264px;
height:130px;
}

.block-f-image-big img{
width:264px;
height:130px;
}

.block-f-content-big .shadow-big{
height: 130px;
width:264px;
}

.block-f-content-big .caption-text-big{
width: 238px;
height: 80px;
top: 45px;
}

.block-h{
margin-right: 19px;
width: 214px;
}

.block-g-image{
width:240px;
height:110px;
}

.block-g-image img{
width:240px;
height:110px;
}

.shortstory-video{
width:240px;
}

.shortstory-video-image{
width:240px;
height:130px;
}

.shortstory-video-image img{
width:240px;
height:130px;
}

.footer-center{
width:1000px;
}

.footer-box{
margin:20px 30px 0px 0px;
}

.footer-box1{
width:310px !important;	
}

.global-left{
width:150px;
margin-right:15px;
}

.global-center{
width:520px;
}

.global-right{
width:300px;
}

#fullstory-content img{
max-width:520px;
}

.related-block{
width:520px;
}

.related-block-left{
width:240px;
}

.related-block-right{
width:265px;
}

.right-block-title {
padding: 5px 10px;
font-size: 15px;
}
}


@media (max-width:320px){
#logo{
margin-top:5px;
width:300px;
}

#logo img{
width:300px;
}

#header-center{
width:300px;
}

#header-top{
height:130px;
}

.search-social{
float:right;
clear:none;
margin-top: 0px;
}

.header-info{
display:none;
}

#header-top-right{
float:left;
height:auto;
width: 300px;
margin-top:10px;
}

#menu{
display:none;
}

nav select{
display:inline-block;
width:100%;
height:30px;
margin-top:10px;
font-family: "PT Sans",sans-serif;
border: 1px solid #EEE;
border-radius: 3px;
}

.search-block{
display:none;
}

#login-header{
float:left;
padding: 0px 10px 0px 0px;
}

.social-header li{
margin-right:2px;
}

#header-bottom{
display:none;
}

.main{
width:300px;
}

.main-left{
width:300px;
}

.main-right{
float:left;
width:300px;
clear:both;
}

.left-block{
width:300px;
}

.main-right-left{
width:140px;
}

.main-right-right{
width:140px;
}

.shortstory-video{
width:280px;
}

.shortstory-video-image{
width:280px;
height:130px;
}

.shortstory-video-image img{
width:280px;
height:130px;
}

.block-a-right{
display:none;	
}

.block-a-left{
width:300px;
}

.block-a-left-image{
width:300px;
height:180px;
}

.block-a-left-image img{
width:300px;
height:180px;
}

.block-a-left-title{
font-size: 20px;
line-height: 30px;
}

.mobile-responsive{
display:none;
}

.footer{
background-color:#fff;
margin-top:0px;
}

.footer-bottom{
height:50px;
margin-top:5px;
}

.footer-bottom-text{
margin-top:9px;
}

.footer-bottom-counter{
display:none;
}

.footer-center{
width:300px;
}

.footer-box{
display:none;
}

.footer-box1{
width:300px !important;
}

.footer-box1 img{
width:300px;	
}

.global-left{
display:none;
}

.global-center{
width:300px;
}

.global-right{
width:300px;
}

#fullstory-content img{
max-width:300px;
}

h1{
font-size:20px;
line-height: 27px;	
}

.related-block{
width:300px;
}

.related-block-left{
width:300px;
padding-bottom:10px;
margin-bottom:15px;
border-bottom:1px dashed #eee;
}

.related-block-right{
width:300px;
float:left;
clear:both;
}

.block-g-image{
width:300px;
height:150px;
}

.block-g-image img{
width:300px;
height:150px;
}

#login{;
width:280px;
margin-left:-150px;
}

.login-input input{
width:268px;
}
}