@import "reset.css" all;

@font-face {
    font-family: "MyriadProRegular";
    src: url("/assets/css/fonts/MyriadProRegular.eot");
    src: url("/assets/css/fonts/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("/assets/css/fonts/MyriadProRegular.woff") format("woff"),
    url("/assets/css/fonts/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.clr {
clear: both;
}

.clr_left {
clear: left;
}

.clr_right {
clear: right;
}

strong {
font-weight: bold;
}

small {
font-size: 80%;
font-style: italic;
}

i, em {
font-style: italic;
}

.clearfix:before, .clearfix:after {
content: "";
display: table;
line-height: 0;
}

.clearfix:after {
clear: both;
}

a {
text-decoration: none;
color: #211d1e;
}

.strong {
font-weight: bold;
}

html, body {
height: 100%;
}

body {
font: 16px/1.35 arial,sans-serif;
text-align: left;
color: #211d1e;
background: #d4d4d4;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -120px;
overflow: hidden;
}

.container {
width: 980px;
position: relative;
margin: 0 auto;
padding: 0;
}

header > .container {
width: 980px;
}

footer > .container {
width: 980px;
}

.no_mrg {
margin:0;
}

.l_footer {
height: 120px;
clear: both;
}

header {

}

header .header {
background: url('/assets/img/main-bg.png') 0 0 no-repeat #112943;
height: 100px;
padding: 20px 0;
}

footer {
clear: both;
height: 120px;
background: url("/assets/img/footer-bg.png") repeat-x scroll 0 0 #dbdee1;
overflow: hidden;
}

/*header*/

header a {
color: #fff;
}

.topline {
background: #2162af;
height: 30px;
}

header a.logo {
display: block;
float: left;
margin-right: 20px;
height: 101px;
}

header a.logo img {
width: 100%;
}

header .fline, header .sline {
position: relative;
display: block;
}

header .about a {
padding: 2px 10px;
background: #22aae2;
margin-right: 10px;
border-radius: 5px;
font-size: 12pt;
position: relative;
}

header .about a.clef:before {
position: absolute;
top: -15px;
left: 0;
content: '';
background: url('/assets/img/clef.png') no-repeat 0 0;
height: 50px;
width: 137px;
}

header .about a.clef {
background: none;
color: #112943;
margin-left: 20px;
}

header .icons {
position: absolute;
top: 0;
right: 100px;
}

header .lang {
position: absolute;
top: 0;
right: 0;
background: url(/assets/img/lang.png) no-repeat scroll 0 0;
width: 173px;
height: 26px;
}

header .lang a {
text-indent: -9999px;
display: inline-block;
height: 26px;

}

header .lang a.tw, header .lang a.fb {
width: 28px;
}

header .lang a.ru {
width: 30px;
position: absolute;
top: 0;
right: 42px;
}

header .lang a.eng {
width: 30px;
position: absolute;
top: 0;
right: 0;
}

header .sline {
margin-top: 39px;
}

header .top_menu {
float: left;
}

header .search {
position: absolute;
top: 20px;
right: 10px;
width: 190px;
height: 80px;
background: #fff;
padding: 10px;
overflow: hidden;
}

header .search input[type='text'] {
background: #e8e8e8;
float: left;
border: 1px solid #e8e8e8;
color: #000;
width: 126px;
height: 26px;
overflow: hidden;

}

.search input.submit {
width: 60px;
}

.search .hs {
color: #5c5c5c;
display: block;
font-family: "MyriadProRegular";
padding: 0 0 5px 0;
text-transform: uppercase;
margin: 0 0 20px 0;
border-bottom: 1px dashed #e8e8e8;
}

header .top_menu a {
position: relative;
text-transform: uppercase;
font-size: 14px;
padding: 10px 0;
text-align: center;
border-top: 1px solid #4476ae;
border-left: 1px solid #4476ae;
display: inline-block;
width: 90px;
}

header .top_menu a:last-child {
border-right: 1px solid #4476ae;
}

header .top_menu a .line {
position: absolute;
bottom: 0;
left: 0;
height: 5px;
display: block;
width: 100%;
}

header .top_menu a .line1 {
background: #4ab2e4;
}

header .top_menu a .line2 {
background: #914b9d;
}

header .top_menu a .line3 {
background: #499146;
}

header .top_menu a .line4 {
background: #f7921e;
}

header .top_menu a .line5 {
background: #1d63ae;
}

header .top_menu a .line6 {
background: #a11d23;
}

header .menu {
background: #fff;
margin-bottom: 20px;
}

header .menu a {
color: #5c5c5c;
text-transform: uppercase;
padding: 10px 20px 10px 10px;
display: inline-block;
font-size: 110%;
font-family: 'MyriadProRegular';
}

.top {
margin-bottom: 20px;
height: 262px;
background: #fff;
overflow: hidden;
}


.slide {

}

.web {
overflow: hidden;
}

.web a {
padding: 10px;
height: 198px;
display: block;
background: #fff;
}

.web a img {
padding-top: 20px;
}

/*Content*/

.post {
padding: 20px 10px 30px 10px;
border-bottom: 1px solid #b5b7ba;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff none repeat scroll 0 0;
}

.post .post_img {
width: 60%;
float: left;
margin-right: 2%;
}

.post .textline {
margin-bottom: 10px;
}

.content .textline {
margin: 30px 0 10px 0;
}

.textline .rubric {
text-transform: uppercase;
font-weight: bold;
font-size: 18px;
display: inline-block;
line-height: 18px;
margin-right: 20px;
}

.textline .date {
display: inline-block;
color: #fff;
text-align: center;
padding: 0 20px;
}

.textline .life_title {
color: #4AB2E4;
border-bottom: 3px solid #4AB2E4;
}

.life_date {
background: #4AB2E4;
}

.textline .business_title {
color: #914B9D;
border-bottom: 3px solid #914B9D;
}

.business_date {
background: #914B9D;
}

.textline .culture_title {
color: #499146;
border-bottom: 3px solid #499146;
}

.culture_date {
background: #499146;
}

.textline .music_title {
color: #F7921E;
border-bottom: 3px solid #F7921E;
}

.music_date {
background: #F7921E;
}

.textline .sport_title {
color: #1D63AE;
border-bottom: 3px solid #1D63AE;
}

.sport_date {
background: #1D63AE;
}

.textline .interview_title {
color: #A11D23;
border-bottom: 3px solid #A11D23;
}

.interview_date {
background: #A11D23;
}

.post h3 {
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
}

.post .readmore {
margin: 20px 0;
color: #fff;
display: inline-block;
padding: 0 20px;
text-align: center;
}

.main_page {
width: 70%;
float: left;
margin-right: 20px;
margin-bottom: 20px;
background: #fff;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.main_page .video {
padding: 20px 0;
vertical-align: middle;
}

.main_page > .post:first-child {
padding: 0 0 30px;
}


.content .post_head {
background: #fff;
padding: 10px;
margin-bottom: 20px;
}

.content .post_head_title {
height: 354px;
overflow: hidden;
}

.life_line {
border-bottom: 3px solid #4AB2E4;
border-top: 3px solid #4AB2E4;
}

.business_line {
border-bottom: 3px solid #914B9D;
border-top: 3px solid #914B9D;
}

.culture_line {
border-bottom: 3px solid #499146;
border-top: 3px solid #499146;
}

.music_line {
border-bottom: 3px solid #F7921E;
border-top: 3px solid #F7921E;
}

.sport_line {
border-bottom: 3px solid #1D63AE;
border-top: 3px solid #1D63AE;
}

.interview_line {
border-bottom: 3px solid #A11D23;
border-top: 3px solid #A11D23;
}


.content h1 {
font-weight: bold;
font-size: 26px;
margin: 30px 0;
}

.content .post_img {
width: 60%;
float: left;
margin-right: 30px;
}

.content .post_body {
width: 70%;
float: left;
margin-right: 20px;
background: #fff;
padding: 10px;
-o-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.content .post_body ul {
list-style: outside none circle;
padding: 0 0 4px 15px;
margin-left: 15px;
}

.content .post_body li {
padding: 0 0 4px;
}

.content .post_body a {
text-decoration: underline;
}

.content .post_body h1 {
margin: -10px -10px 20px -10px;
display: block;
background: #43499f none repeat scroll 0 0;
color: #fff;
padding: 10px 5px;
text-transform: uppercase;
font-size: 100%;
}

.content .post_body h2 {
padding: 10px 5px;
font-size: 120%;
}

.content .post_body p {
padding: 0 0 8px;
}

.content .post_body blockquote {
margin: 10px 0;
padding: 20px;
background: #F0F6F7;
font-style: italic;
}

.content .post_body blockquote p {
padding: 0;
}

.comment_block {
margin: 10px 0;
}

.comment_block h2 {
margin: 20px -10px 20px -10px;
display: block;
background: #43499f none repeat scroll 0 0;
color: #fff;
padding: 10px 5px;
text-transform: uppercase;
font-size: 100%;
}

.h3 {
background: #43499f;
display: block;
text-transform: uppercase;
padding: 10px 5px;
color: #fff;
font-family: 'MyriadProRegular';
}

.right_column {
overflow: hidden;
}

/*.right_column > div:first-child {
margin-top: 20px;
}*/

.right_column > div {
margin-bottom: 20px;
background: #fff;
}

.right_column h3 {
color: #454547;
font-size: 20px;
margin: 0 20px 20px 20px;
}

.right_column .related_post {
background: #f0f6f7;
padding: 20px;
font-size: 14px;
margin-bottom: 20px;
}

.right_column .related_post h4 {
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
padding-bottom: 10px;
}

.right_column ul.obj-list {
padding: 10px;
}

.right_column ul.obj-list a {
display: block;
overflow: hidden;
}

.right_column ul.obj-list li {
display: block;
padding: 10px 0;
color: #717171;
}

.right_column ul.obj-list .img {
width: 30%;
display: block;
float: left;
margin-right: 5%;
}

.right_column ul.obj-list .img img {
width: 100%;
}

.right_column ul.obj-list .zk {
font-style: italic;
font-size: 90%;
}

.right_column ul.obj-list .name {

}


.tags {
display: block;
}

a.tag {
color: #1D63AE;
background: #F5EF3D;
padding: 4px 12px;
display: inline-block;
margin: 4px 10px 4px 0;
}


/*Forms*/

.content input[type='text'], .content textarea {
padding: 6px 2px;
border: 1px solid #22AAE2;
background: #F0F6F7;
}

.content input[type='submit'] {
border: 1px solid #22AAE2;
background: #22AAE2;
cursor: pointer;
padding: 8px;
color: #fff;
font-weight: bold;
}

.old_blog {
padding: 10px;
color: #102D46;
margin: 20px auto;
border: 3px dotted #102D46;
}

.old_blog a {
color: #A11D23;
}




/*footer*/

footer {
background: #102d46;
}

.footer_line {
height: 10px;
background: #2162af;
}

.copyright {
color: #fff;
margin-top: 30px;
width: 80%;
}

.footer_social {
width: 60px;
background: url("/assets/img/lang.png") no-repeat scroll 0 0 #132a43;
position: absolute;
height: 26px;
right: 0;
top: 0;
}

.footer_social a {
display: inline-block;
height: 26px;
width: 28px;
text-indent: -9999px;
}