html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  /* background: #e0e0e0; */
  /*background: url(../images/bridge.jpg);*/
  background: url(../images/9r.jpg) center top #2f89df;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
body.memory {
  background: #000;
}

p {
    line-height:22px;
    margin-bottom:10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
  font-family: Arial;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 23px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.menu-text {
	display: none;
	color: #fff;
    font-weight: bold;
    font-family: Arial;
}

@media (max-width: 979px) {
	.menu-text {
	  display: inline-block;
	  line-height:40px;
	  color: #000;
	}
}

@media (max-width: 979px) {
    .navbar .pull-left {
    /*background: #184570;
    border-radius: 5px;
    padding: 0 8px 0 0;*/
}
	.navbar .btn-navbar {
		float: left;
		background: #000;
	}
}

.header_bottom .navbar {
	padding: 7px 10px 5px;
    margin: 0 auto;
    overflow: hidden;
	max-width: 1170px;
}

@media (max-width: 979px) {
	.header_section {
		/*background-image:url('/images/acropolis.jpg');
		background-size: cover;*/
	}
}
.header_section .header_top {
  z-index: 123;
  position: relative;
}
.header_section .header_top:after {
  content: "";
  display: table;
  clear: both;
}
.header_section .header_bottom {
  z-index: 123;
  position: relative;
}
.header_section .header_bottom:after {
  content: "";
  display: table;
  clear: both;
}
.header_section .header {
  padding: 95px 0 55px /* 55px 0 */;
  overflow: auto;
}
.header_section:after {
  content: "";
  display: table;
  clear: both;
}

.content_section {
 /*  margin: -38px auto 15px; */
  position: relative;
}
.content_section.content_section_memory {
  margin-top: 0;
}
.content_section .content {
  background: #fff;
  max-width:100%;
}
.content_section .content > h1 {
  color: #fff;
}
.content_section .content.full_width {
  width: 100%;
}
.content_section .content.content_rubric, .content_section .content.content_index {
  overflow: hidden;
  background: transparent;
}
.content_section .content.content_rubric_memory {
  background: transparent;
  float: none;
}
.content_section .sidebar {

}
.content_section:after {

}

.footer_section {
  background: #000;
  padding: 42px 0 46px 0;
  position: relative;
  color: #7f7f7f;
}
.footer_section .footer {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.footer_section:after {
  content: "";
  display: table;
  clear: both;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  color: #222;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.231;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

em, i, dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

label {
  cursor: pointer;
}

legend {
  *margin-left: -7px;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

td {
  vertical-align: top;
}

nav.tvbox.tvbox_slideshow.a404 {
height: 220px;
/*background: url("/images/404.jpg");*/
background-size: cover;
}
.txt404 {margin: 100px;}
.txt404 p {font-size: 15px;margin: 10px 0px;color: #fff;}
.txt404 h1 {font-size: 25px;margin-bottom: 25px;color: #fff;}
.txt404 a {color: #fff;text-decoration: underline;}
.txt404 a:hover {text-decoration: none;}
.txt404 ul {margin-left: 20px;list-style: disc;}
.txt404 ul li {font-size: 15px;margin: 5px 0;}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.c_shape {
  display: block;
  padding: 12px 20px;
  background: #f93;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 14px;
}

.c_title {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 20px 20px;
}

.c_announce {
  padding: 0 20px;
}

.bg_lightgray {
  background: #2f2f2f;
}

.news_sidebar {
  /*margin: 0 20px 20px 20px;*/
  background: #fff;
}

.list_pagination {
  background: #e0e0e0;
  text-align: center;
  padding: 30px;
  clear:both;
}

.list_pagination li {
  display: inline-block;
  color: #959595;
  border: 2px solid #1b9cf9;
  padding: 10px 15px;
  font-weight: 700;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  
   margin: 0 5px;
}
.list_pagination li:hover {
  text-decoration: none;
  background: #1b9cf9;
  color: #fff;
}
.list_pagination li a {
  text-decoration: none;
  color: #000;
}
.list_pagination li a:hover {
  text-decoration: none;
  color: #fff;
}

.list_pagination a.list_pagination_next {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 42px;
  font-weight: 700;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.list_pagination a.list_pagination_next:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

.top_panel {
  background: #000;
  color: white;
  overflow: hidden;
  min-height: 50px;
  z-index: 134;
  position: relative;
}

.top_menu {
  font-weight: 700;
  font-family: Arial;
}
.top_menu:after {
  content: "";
  display: table;
  clear: both;
}
.top_menu .top_menu_title {
  float: left;
  padding: 18px 10px 18px 0;
  /* width: 120px; */
  color: #b8b8b8;
}
.top_menu .top_menu_list {
  float: left;
  /* width: 860px; */
  height: auto;
  max-height: 50px;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.top_menu .top_menu_list .top_menu_item a {
  white-space: nowrap;
  text-decoration: underline;
}
.top_menu .top_menu_control {
  float: right;
  padding: 18px 0;
  width: 120px;
}
.top_menu .top_menu_control a {
  text-decoration: none;
  color: #b8b8b8;
  border-bottom: 1px dotted #b8b8b8;
}
.top_menu .top_menu_control a:hover {
  text-decoration: none;
}
.top_menu a {
  color: #fff;
}
.top_menu li {
  display: inline-block;
  /* width: 220px; */
  padding: 18px 10px 18px 0;
}
.top_menu .top_menu_item {
  display: inline-block;
  /* width: 220px; */
}
.logo {
    width:200px;
    margin: 0 auto;
    display: block;
}
@media (max-width: 767px) {
	.logo {
		margin: 0 auto 40px;
		width: 300px;
		display: block;
		float: none;
		/*filter: drop-shadow(1px 1px 0 black) 
          drop-shadow(-1px -1px 0 black);*/
	}
	.header_searchbox {
		/*margin: 0 auto;
		width: 248px;
		display: block;
		float: none;
		background: rgba(0, 0, 0, 0.5);
		padding: 5px;
		border-radius: 20px;*/
	}
}

.home {
  float: left;
  padding: 18px 10px 18px 0;
  width:18px;
}

.socialbox .socialbox_list li {
  float: left;
  color: #fff;
  font-size: 20px;
}
.socialbox.header_socialbox {
  position: absolute;
  top: 7px;
  right: 350px;
}
.socialbox.footer_socialbox {
  float: right;
}

.footer_socialbox {
  float: right;
  position: relative;
  *zoom: 1;
}
.footer_socialbox:after {
  content: "";
  display: table;
  clear: both;
}
.footer_socialbox a {
  color: #808080;
}

.copyright {
  color: #707070;
  float: left;
  line-height: 2;
  margin-left: 14px;
  /* margin-top: -26px; */
}
.copyright span {
  color: #777;
}
.copyright a {
  color: #e0e0e0;
}
.copyright .legal {
  line-height: 1.5;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 15px;
  display: block;
}

.paretn_control {
  background: #383838;
  margin-left: 15px;
  padding: 4px;
  float: right;
  color: #e0e0e0;
  *zoom: 1;
}
.paretn_control:after {
  content: "";
  display: table;
  clear: both;
}

body.memory .paretn_control {
  background: #383838;
  margin-left: 15px;
  padding: 4px;
  float: right;
  color: #e0e0e0;
  margin-right: 20px;
  *zoom: 1;
}
body.memory .paretn_control:after {
  content: "";
  display: table;
  clear: both;
}

.header_searchbox .search_form {

}
.header_searchbox .search_form input {
  background: transparent;
  border: 1px solid white;
  color: #fff;
}
.header_searchbox .search_form input[type="text"] {
  padding: 5px 20px;
  /* width: 173px; */
}
.header_searchbox .search_form button {
  background: transparent;
  border: none;
}
.header_searchbox .search_form .search_button {
  width: 20px;
  height: 20px;
}

@media (min-width: 979px) {
.nav.main_navigation {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
	margin:0;
}
.main_navigation li {
	display: block;
    flex: 0 1 auto; /* Default */
  /* float: left; */
  height: 40px;
  /* position: relative; */
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
}
/* .main_navigation li.col1 {
  width: 100%;
}
.main_navigation li.col2 {
  width: 50%;
}
.main_navigation li.col3 {
  width: 33.3333%;
}
.main_navigation li.col4 {
  width: 240px;
}
.main_navigation li.col5 {
  width: 20%;
}
.main_navigation li.col6 {
  width: 16.6666%;
}
.main_navigation li.col7 {
  width: 14.2857%;
}
.main_navigation li.col8 {
  width: 12.5%;
} */

/* @media (min-width: 979px) {
.main_navigation li:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000;
  margin-top: -10px;
}
} */

/* .main_navigation li:nth-child(1):before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: #1b9cf9;
  margin-top: -10px;
}
.main_navigation li:nth-child(2):before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: #ec1c23;
  margin-top: -10px;
}
.main_navigation li:nth-child(3):before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: #9600b4;
  margin-top: -10px;
}
.main_navigation li:nth-child(4):before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: #00af43;
  margin-top: -10px;
}
.main_navigation li:nth-child(5):before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: #f9a60d;
  margin-top: -10px;
}
.main_navigation li:nth-child(6):before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: #b36dec;
  margin-top: -10px;
}
.main_navigation li:nth-child(7):before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: #ff96b5;
  margin-top: -10px;
}
.main_navigation li:nth-child(8):before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  background: #00af43;
  margin-top: -10px;
} */
.main_navigation li.current:before, .main_navigation li:hover:before {
  opacity: 0;
}

.main_navigation li.active, .main_navigation li:hover {
  background: #000;
}

/* .main_navigation li.current.news, .main_navigation li:hover:nth-child(1) {
  background: #1b9cf9;
}
.main_navigation li.current.opinions, .main_navigation li:hover:nth-child(2) {
  background: #ec1c23;
}
.main_navigation li.current.interview, .main_navigation li:hover:nth-child(3) {
  background: #9600b4;
}
.main_navigation li.current.analytics, .main_navigation li:hover:nth-child(4) {
  background: #00af43;
}
.main_navigation li.current:nth-child(5), .main_navigation li:hover:nth-child(5) {
  background: #f9a60d;
}
.main_navigation li.current:nth-child(6), .main_navigation li:hover:nth-child(6) {
  background: #b36dec;
}
.main_navigation li.current:nth-child(7), .main_navigation li:hover:nth-child(7) {
  background: #ff96b5;
}
.main_navigation li.current:nth-child(8), .main_navigation li:hover:nth-child(8) {
  background: #00af43;
} */

.nav.main_navigation li a {
font-weight: 800;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    /* padding-left: 15px; */
    /* line-height: 40px; */
    display: block;
    text-align: center;
    font-family: Arial;
    background: #fff;
    text-shadow: none !important;
    border: 2px solid #fff;
}

@media (max-width: 979px) {
.nav.main_navigation li a {
	/*color: #000;*/
}	
}

.main_navigation li.active a{
	background-color: #ffffff !important;
	color: #000 !important;
}
.main_navigation li.active a:hover{
	color: #000;
}	

.nav.main_navigation li a:hover { 
	/* color: #fff; */
    text-shadow: 0 0px 0 #fff;
	background-color: transparent !important;
	box-shadow: none !important;
}
.news_tiled_list_wrap {
  background: #e0e0e0;
  padding: 10px 0 1px;
}
.news_tiled_list_wrap .news_tiled_list_title {
  background: #000;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  padding: 12px 20px;
  margin: 0 0 1px;
}

.one_tile {
  width: 50%;
  height: 249px;
  float: left;
  /* border-bottom: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e; */
  position: relative;
  overflow: hidden;
}

.one_tile img {
    width: 100%;
}

@media (max-width: 767px) {
	.one_tile {
		width: 100%;
	}
}	

.one_tile .one_tile_rubric {
  position: absolute;
  color: #fff;
  z-index: 12;
  display: none;
}
.one_tile .figcaption {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  height: 119px;
}
.one_tile .figcaption .tile_title {
  display: block;
  height: 50px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.one_tile .figcaption .tile_announce {
  display: block;
  position: absolute;
  font-size: 14px;
  max-height: 149px;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  line-height: 1.35;
}
.one_tile .figcaption.blank {
  min-height: 100%;
  color: #000000;
  background: white;
}
.one_tile .figcaption.blank a {
  color: #000000;
}
.one_tile .figcaption.blank .tile_title {
  padding: 70px 20px 20px;
}
.one_tile .figcaption.blank .tile_announce {
  opacity: 1;
}
.one_tile.one_tile_wide {
  width: 100%;
}
.one_tile.one_tile_wide .figcaption .tile_title {
  font-size: 24px;
  padding: 20px 50px;
}
.one_tile.one_tile_wide .figcaption .tile_announce {
  padding: 0 50px;
}
.one_tile.one_tile_wide .figcaption.blank .tile_title {
  padding: 70px 50px 20px;
}
.one_tile.one_tile_wide:hover .figcaption .tile_title {
  padding: 70px 50px 20px;
}
.one_tile:hover .figcaption {
  height: 249px;
}
.one_tile:hover .figcaption .tile_title {
  padding: 70px 20px 20px;
}
.one_tile:hover .figcaption .tile_announce {
  opacity: 1;
}

.content_index .one_tile_rubric, .news_tiled_list_wrap .one_tile_rubric {
  display: block;
}

.rubric_memory_menu {
  min-width: 1000px;
  margin-top: -75px;
  *zoom: 1;
}
.rubric_memory_menu a {
  text-decoration: underline;
}
.rubric_memory_menu .memory_menu_item {
  display: block;
  width: 50%;
  float: left;
  position: relative;
  min-height: 105px;
}
.rubric_memory_menu .memory_menu_item .memory_menu_item_w {
  position: absolute;
}
.rubric_memory_menu .memory_menu_item.memory_menu_item_active .memory_menu_item_w {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: none;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0.82) 89%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(89%, rgba(0, 0, 0, 0.82)), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0.82) 89%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0.82) 89%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0.82) 89%, black 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0.82) 89%, #000000 100%);
  /* W3C */
}
.rubric_memory_menu .memory_menu_item .memory_menu_link {
  color: #fff;
  display: block;
  width: 480px;
  font-size: 15px;
  line-height: 70px;
  font-weight: 700;
}
.rubric_memory_menu .memory_menu_item:nth-child(1) .memory_menu_item_w {
  left: 0;
  right: 20px;
  top: 0;
  bottom: 0;
}
.rubric_memory_menu .memory_menu_item:nth-child(1) .memory_menu_link {
  float: right;
}
.rubric_memory_menu .memory_menu_item:nth-child(2) .memory_menu_item_w {
  right: 0;
  top: 0;
  bottom: 0;
  left: -20px;
  padding-left: 20px;
}
.rubric_memory_menu .memory_menu_item:nth-child(2) .memory_menu_link {
  float: left;
}
.rubric_memory_menu:after {
  content: "";
  display: table;
  clear: both;
}

.memory_item {
  width: 480px;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
  background: #fff;
  position: relative;
  margin-right: 20px;
  margin-top: 94px;
  margin-bottom: 14px;
}
.memory_item img {
  margin-top: -94px;
  float: left;
  margin-right: -10px;
  margin-bottom: 15px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.memory_item .figcaption {
  display: block;
  text-align: left;
  min-height: 220px;
}
.memory_item .figcaption .memory_title {
  display: block;
  font-weight: 900;
  font-size: 20px;
  overflow: hidden;
  padding-left: 50px;
  min-height: 50px;
}
.memory_item .figcaption .memory_announce {
  display: block;
  font-size: 15px;
  overflow: hidden;
  line-height: 1.35;
  padding-left: 50px;
  padding-bottom: 50px;
  font-style: italic;
}
.memory_item .figcaption.blank {
  min-height: 100%;
  color: #000000;
  background: white;
}
.memory_item .figcaption.blank a {
  color: #000000;
}
.memory_item .figcaption.blank .tile_title {
  padding: 70px 20px 20px;
}
.memory_item .figcaption.blank .tile_announce {
  opacity: 1;
}

.memory_letters {
  font-size: 15px;
  padding: 40px 40px;
  width: 900px;
  background: #fff;
}
.memory_letters h2 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
}
.memory_letters .marker-quote1 {
  clear: both;
  margin: 24px 0 24px 0;
  padding-left: 290px;
  background: transparent;
  position: relative;
  width: 400px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  font-style: italic;
  color: #000;
}
.memory_letters .marker-quote1:after, .memory_letters .marker-quote1:before {
  content: none;
}
.memory_letters .marker-quote3 {
  clear: both;
  margin: 25px 0;
  padding: 25px 90px 25px 60px;
  background: transparent;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
  line-height: 1.4;
  color: #000;
}
.memory_letters .marker-quote3:after, .memory_letters .marker-quote3:before {
  content: none;
}

.sidebar_slideshow {
  *zoom: 1;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_ctrl.sidebar_slideshow_play {
  display: none;
}
.sidebar_slideshow li {
  background: #fff;
  padding: 20px;
  font-weight: 800;
  width: 200px;
}
.sidebar_slideshow .sidebar_slideshow_ctrls {
  text-align: center;
  background: #fa5f00;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_ctrl {
  display: inline-block;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_prev {
  float: left;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_play {
  float: left;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_pause {
  float: left;
  position: relative;
  width: 28px;
  overflow: hidden;
  white-space: nowrap;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_pause a {
  transition: all 0.2s;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_pause .button_play {
  margin-left: -28px;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_pause.paused .button_play {
  margin-left: 0px;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_next {
  float: right;
}
.sidebar_slideshow .sidebar_slideshow_ctrls a {
  font-size: 10px;
  text-shadow: 0px 1px 2px #c24900;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_next {
  float: right;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_next i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/i/icons/ico-s1b97aba623.png');
  background-position: 8px -50px;
  background-repeat: no-repeat;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_prev {
  float: left;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_title {
  float: left;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}
.sidebar_slideshow .sidebar_slideshow_ctrls .sidebar_slideshow_title i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/i/icons/ico-s1b97aba623.png');
  background-position: 0 -76px;
  background-repeat: no-repeat;
}
.sidebar_slideshow:after {
  content: "";
  display: table;
  clear: both;
}

.newsfeed_sidebar_list {
  padding: 20px;
  *zoom: 1;
  *zoom: 1;
}
.newsfeed_sidebar_list:after {
  content: "";
  display: table;
  clear: both;
}
.newsfeed_sidebar_list .newsfeed_sidebar_item {
  height: 310px;
  overflow: hidden;
}
.newsfeed_sidebar_list figure {
  overflow: hidden;
  float: left;
  margin: 0 10px 20px 0;
}
.newsfeed_sidebar_list h3 {
  font-weight: 800;
  font-size: 11px;
}
.newsfeed_sidebar_list:after {
  content: "";
  display: table;
  clear: both;
}

.tabs_sidebar {
  *zoom: 1;
}
.tabs_sidebar .tabs_filters {
  position: relative;
  background: #e0e0e0;
  *zoom: 1;
}
.tabs_sidebar .tabs_filters .tabs_filters_item {
  background: #b8b8b8;
  color: #fff;
  cursor: pointer;
}
.tabs_sidebar .tabs_filters .tabs_filters_item.selected {
  background: #fff;
  color: #b8b8b8;
}
.tabs_sidebar .tabs_filters:after {
  content: "";
  display: table;
  clear: both;
}
.tabs_sidebar .tabs_filters_item {
  float: left;
  margin-right: 4px;
}
.tabs_sidebar:after {
  content: "";
  display: table;
  clear: both;
}

.vote_sidebar {
  /*padding: 18px;*/
  text-align:center;
}
.vote_sidebar img {
  max-width:100%;
  height:auto;
}
.vote_sidebar h1.vote_title {
  font-weight: 800;
  font-size: 16px;
  margin: 0 0 20px;
}
.vote_sidebar .vote_list .vote_item {
  color: #000;
  margin: 0 0 20px;
  position: relative;
  font-size: 14px;
  transition: color 0.2s;
  display: block;
  clear: both;
}
.vote_sidebar .vote_list .vote_item:hover {
  color: #444444;
}
.vote_sidebar .vote_list .vote_item label {
  display: block;
  padding-left: 23px;
  text-indent: -23px;
  transition: color 0.2s;
}
.vote_sidebar .vote_list .vote_item input {
  margin: 0 10px 0 0;
  padding: 0;
  width: 13px;
  height: 13px;
  vertical-align: top;
  position: relative;
  top: 4px;
  display: inline-block;
}
.vote_sidebar .submit_wrap .submit {
  outline: 0;
  border: 0px;
  width: 200px;
}
.vote_sidebar .submit_wrap .submit_button_gray {
  background: #b8b8b8;
}
.vote_sidebar .vote_results .vote_results_item {
  margin: 0 0 10px;
}
.vote_sidebar .vote_results .vote_results_item .vote_results_item_title {
  margin: 0 0 4px;
  clear: both;
}
.vote_sidebar .vote_results .vote_results_item div {
  clear: both;
  overflow: hidden;
}
.vote_sidebar .vote_results .vote_results_item div .vote_results_item_percent {
  float: left;
  display: inline-block;
  width: 48px;
  font-weight: 800;
}
.vote_sidebar .vote_results .vote_results_item div ins {
  display: block;
  background-color: #b8b8b8;
  height: 10px;
  line-height: 0;
  float: left;
  position: relative;
  top: 3px;
}
.vote_sidebar .vote_results .vote_results_item div.vote_max ins {
  background-color: #b8b8b8;
}

nav.tvbox {
  position: absolute;
  width: 100%;
  /*background: url("../images/bridge.jpg") #000;*/
  /* margin-top: -214px; */
  /* background-size: cover; */
  top: 0;
}

@media (max-width: 480px) {
	nav.tvbox {
	  /*background: url("../images/bridge_s.jpg") #000;*/
	}
}

nav.tvbox:before {
  content: "";
  display: block;
  padding-top: 20%;
  min-height: 270px;
}
nav.tvbox .tvbox_rubric, nav.tvbox .article_rubric {
  position: absolute;
  left: 0;
  top: 0;
}
nav.tvbox .wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: auto 800px;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
nav.tvbox .wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: none;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNzIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(15%, rgba(0, 0, 0, 0.35)), color-stop(30%, rgba(0, 0, 0, 0.12)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(72%, rgba(0, 0, 0, 0.12)), color-stop(85%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
}

@media (max-width: 480px) {
	nav.tvbox .wrapper {
		background-image: url("../../../images/acropolis_s.jpg");
	}	
}

nav.tvbox.tvbox_rubric {
  /* height: 270px; */
  height: 770px;
}
nav.tvbox.tvbox_rubric.tvbox_rubric_titled {
  height: 370px;
}
nav.tvbox.tvbox_rubric.tvbox_rubric_spec {
  height: 880px;
}
nav.tvbox.tvbox_rubric.tvbox_rubric_spec .rubric_spec:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: none;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNzIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(15%, rgba(0, 0, 0, 0.25)), color-stop(30%, rgba(0, 0, 0, 0.12)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(72%, rgba(0, 0, 0, 0.12)), color-stop(85%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
}
nav.tvbox.tvbox_rubric.tvbox_rubric_spec .rubric_spec.rubric_spec_ab {
  background-image: url("/i/spec/head_ukraina_edit_chief.jpg");
}
nav.tvbox.tvbox_rubric.tvbox_rubric_spec .rubric_spec.rubric_spec_ab .content_title {
  width: 1000px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 1;
  margin-left: -500px;
}
nav.tvbox.tvbox_rubric.tvbox_rubric_spec .rubric_spec.rubric_spec_ab .content_title h2 {
  margin-bottom: 12px;
  margin-top: 35px;
  font-weight: bold;
  font-size: 50px;
  color: #fff;
  border: 0 !important;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 3px 0;
}
nav.tvbox.tvbox_rubric.tvbox_rubric_memory {
  height: 770px;
}
nav.tvbox.tvbox_rubric.tvbox_rubric_memory .rubric_memory_title_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
nav.tvbox.tvbox_rubric.tvbox_rubric_memory:after {
  content: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: none;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNzIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(15%, rgba(0, 0, 0, 0.35)), color-stop(30%, rgba(0, 0, 0, 0.12)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(72%, rgba(0, 0, 0, 0.12)), color-stop(85%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
}
nav.tvbox.tvbox_rubric.tvbox_rubric_memory .wrapper {
  background-image: url("/i/rip/rip_overimg.png");
  background-position: center center;
}
nav.tvbox.tvbox_article {
  height: 770px;
  /*background-color: #000;*/
}

@media (max-width: 979px) {
nav.tvbox.tvbox_article {
    height: 725px;
    background-color: #000;
}
}

nav.tvbox.tvbox_article.tvbox_article_test {

}
nav.tvbox.tvbox_article.tvbox_article_photolent .wrapper:after {
  display: none;
}
nav.tvbox.tvbox_article.tvbox_article_nophoto {
  height: auto;
}
nav.tvbox.tvbox_article.tvbox_article_nophoto section {
  position: relative;
}
nav.tvbox.tvbox_article.tvbox_article_nophoto section .description > div {
  padding-top: 50px;
}
nav.tvbox.tvbox_article.tvbox_article_nophoto section .description > div h2 {
  margin-top: 55px;
}
nav.tvbox.tvbox_article.tvbox_article_nophoto:before {
  content: none;
  display: block;
  padding-top: 20%;
  min-height: 270px;
}
nav.tvbox.tvbox_article.tvbox_article_nophoto .article_rubric {
  top: auto;
  background: none;
}
nav.tvbox.tvbox_article.tvbox_article_nophoto .article_rubric a {
  color: #fff;
}
nav.tvbox.tvbox_article.tvbox_article_nophoto .article_rubric time {
  padding-left: 12px;
  font-size: 12px;
  font-weight: 500;
}
nav.tvbox.tvbox_article.tvbox_article_video {
  height: auto;
  margin-top: 0;
}
nav.tvbox.tvbox_article.tvbox_article_video section {
  position: relative;
}
nav.tvbox.tvbox_article.tvbox_article_video section .description > div {
  padding-top: 50px;
}
nav.tvbox.tvbox_article.tvbox_article_video section .description > div h2 {
  margin-top: 55px;
}
nav.tvbox.tvbox_article.tvbox_article_video:before {
  content: none;
  display: block;
  padding-top: 20%;
  min-height: 270px;
}
nav.tvbox.tvbox_article.tvbox_article_video .article_rubric {
  top: auto;
  background: none;
}
nav.tvbox.tvbox_article.tvbox_article_video .article_rubric a {
  color: #fff;
}
nav.tvbox.tvbox_article.tvbox_article_video .article_rubric time {
  padding-left: 12px;
  font-size: 12px;
  font-weight: 500;
}
nav.tvbox.tvbox_article.tvbox_article_video .article_video {
  margin-top: 60px;
}
nav.tvbox.tvbox_article.tvbox_article_video .article_video .video_info {
  display: none;
}
nav.tvbox.tvbox_article.tvbox_article_special {
  height: 854px;
}
nav.tvbox.tvbox_article.tvbox_article_special section {
  background: #3c4eff;
  min-height: 497px;
  margin-bottom: -241px;
  z-index: auto;
}
nav.tvbox.tvbox_article.tvbox_article_special section .description {
  z-index: 101;
}
nav.tvbox.tvbox_article.tvbox_article_special section .description div {
  padding: 20px 20px 0 20px;
}
nav.tvbox.tvbox_article.tvbox_article_special section .description div > h2 {
  margin-top: 50px;
}
nav.tvbox.tvbox_article.tvbox_article_special section .description .article_rubric {
  background: #fa5f00;
  font-size: 18px;
  line-height: 1.2;
}
nav.tvbox.tvbox_article.tvbox_article_special section .description .article_rubric time {
  padding-left: 12px;
  font-size: 12px;
  font-weight: 500;
}
nav.tvbox.tvbox_article.tvbox_article_special section .description .article_photo_item_copyright {
  position: absolute;
  top: -55px;
  left: 0;
}
nav.tvbox.tvbox_author {
  height: 440px;
  background-color: #000;
}
nav.tvbox.tvbox_author .wrapper {
  background-size: 1100px;
}
nav.tvbox.tvbox_author section .description > div h2 {
  font-size: 50px;
}
nav.tvbox.tvbox_author section .description > div .author_photo_item_copyright {
  position: absolute;
  line-height: 1.4;
  top: -42px;
  font-size: 12px;
  color: #fff;
  padding-left: 0;
  margin-bottom: -16px;
  font-weight: 100;
}
nav.tvbox.tvbox_slideshow .wrapper:after {
  display: none;
}
nav.tvbox.tvbox_static {
  height: 200px;
  margin-top: 0;
}
nav.tvbox section {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
}
nav.tvbox section .description {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
nav.tvbox section .description > div {
  padding: 20px 20px 70px 20px;
  overflow: hidden;
  clear: both;
}
nav.tvbox section .description > div a {
  border: 0 !important;
  text-decoration: none;
}
nav.tvbox section .description > div h2 {
  margin-bottom: 12px;
  margin-top: 3em;
  font-weight: bold;
  font-size: 3em;
  color: #fff;
  border: 0 !important;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 3px 0;
}
nav.tvbox section .description > div h2 a {
  color: #fff;
}
nav.tvbox section .description > div p {
  margin: 0;
  color: #999;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
}
nav.tvbox section .description > div .article_photo_item_copyright {
  line-height: 1.4;
  font-size: 12px;
  color: #fff;
  padding-left: 0;
  margin-bottom: -16px;
  font-weight: 100;
}

section.article_header {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 11;
  /* width: 1000px; */
  height: 450px;
  margin: 0 auto;
}
section.article_header .description {
  width: 100%;
  position: absolute;
  bottom: 0;
}
section.article_header .description > div {
  padding: 20px 20px 70px 20px;
  overflow: hidden;
  clear: both;
}
section.article_header .description > div a {
  border: 0 !important;
  text-decoration: none;
}

section.article_header .description > div h1 {
  margin-bottom: 12px;
  margin-top: 35px;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  border: 0 !important;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 3px 0;
}

@media (max-width: 979px) {
    section.article_header {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 11;
  /* width: 1000px; */
  height: 250px;
  margin: 0 auto;
}
section.article_header .description > div h1 {
  margin-bottom: 12px;
  margin-top: 35px;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  border: 0 !important;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 3px 0;
}
}

section.article_header .description > div h1 a {
  color: #fff;
}

section.article_header .description > div h2 {
  margin-bottom: 12px;
  margin-top: 35px;
  font-weight: bold;
  font-size: 35px;
  color: #fff;
  border: 0 !important;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 3px 0;
}
section.article_header .description > div h2 a {
  color: #fff;
}
section.article_header .description > div p {
  margin: 0;
  color: #999;
  padding: 0;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
}
section.article_header .description > div .article_photo_item_copyright {
  line-height: 1.4;
  font-size: 12px;
  color: #fff;
  padding-left: 0;
  margin-bottom: -16px;
  font-weight: 100;
}
section.article_header .article_rubric {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
section.article_header .article_rubric a {
  color: #fff;
}
section.article_header .article_rubric time {
  padding-left: 12px;
  font-weight: 500;
}
section.article_header.article_header_special .description > div h2 {
  font-size: 50px;
}
section.article_header.article_header_special .description > div .article_photo_item_copyright {
  position: absolute;
  line-height: 1.4;
  top: -42px;
  font-size: 12px;
  color: #fff;
  padding-left: 0;
  margin-bottom: -16px;
  font-weight: 100;
}
section.article_header.article_header_special .article_rubric {
  font-size: 18px;
  line-height: 1.2;
}
section.article_header.article_header_special .article_rubric time {
  padding-left: 22px;
  font-size: 12px;
  font-weight: 500;
}

.social_widgets_twitter {
  background: url("/i/2_ria_twtr.png") no-repeat center top #e5f4ff;
  width: 200px;
  height: 310px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.social_widgets_twitter .twitter-follow-button {
  position: absolute;
  left: 40px;
  bottom: 77px;
}

.social-likes {
  min-height: 28px;
  margin: -3px;
  padding: 0px 50px 25px;
}

.social-likes-item {
  display: inline-block;
  float: left;
  padding: 5px 0;
  margin: 0 10px 0 0;
}
.social-likes-item.fb {
  margin: 0 45px 0 0;
}

.social-links {
  color: #b2b2b2;
  padding: 0px 50px 25px;
}
.social-links a {
  text-decoration: underline;
}
.social-links p.print-link {
  padding: 0 0 14px 0;
}

.social-likes-author {
  min-height: 28px;
  margin: -3px;
  padding: 0px;
}

.banner-sidebar {
  width: 240px;
  padding: 0px 20px 20px 20px;
}

.banner-footer {
  background: #1b9cf9;
  position: relative;
  min-width: 1040px;
}
.banner-footer div {
  margin: 0 auto;
  padding: 30px 0;
  width: 1000px;
  text-align: center;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* Styling Pagination*/
.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-controls .owl-pagination {
  text-align: center;
  margin-top: 17px;
}
.owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #869791;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
  background: #f00;
}

/* If PaginationNumbers is true */
.owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.photolents-theme .owl-wrapper-outer {
  height: 100%;
}

.photolents-theme .owl-wrapper {
  height: 100%;
}

.photolents-theme .owl-item {
  float: none;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.photolents-theme .owl-item li {
  line-height: 770px;
  text-align: center;
  height: 100%;
  /*display: table-cell;*/
  /*vertical-align: middle;*/
}

.photolents-theme .owl-item li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: none;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNzIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(15%, rgba(0, 0, 0, 0.35)), color-stop(30%, rgba(0, 0, 0, 0.12)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(72%, rgba(0, 0, 0, 0.12)), color-stop(85%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
}

.article_photo_info {
  width: 1000px;
  min-height: 170px;
  bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  text-align: left;
  color: #fff;
  padding-bottom: 56px;
  font-size: 15px;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
}

#article_photo_copyright {
  position: absolute;
  bottom: 61px;
  left: 50px;
  line-height: 1.4;
  font-size: 12px;
  color: #fff;
  font-weight: 100;
  z-index: 12;
}

#article_photo_description {
  position: absolute;
  bottom: 91px;
}

#article_photo_counter {
  top: 0;
  left: 50px;
  font-size: 14px;
  position: absolute;
  color: #fff;
  z-index: 12;
  float: left;
  display: inline-block;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0;
}

#article_photo_title {
  font-size: 14px;
  position: relative;
  color: #fff;
  z-index: 12;
  display: inline-block;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0;
  margin: 0 50px 145px 132px;
  float: left;
}

.tv-navigation .owl-controls {
  position: relative;
}

.tv-navigation .owl-controls .owl-buttons div {
  position: absolute;
}

.tv-navigation .owl-controls .owl-buttons .owl-prev {
  left: -55px;
  top: -35px;
  color: #fff;
  font-size: 13px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

.tv-navigation .owl-controls .owl-buttons .owl-next {
  right: -55px;
  top: -35px;
  color: #fff;
  font-size: 13px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

.main_slideshow-theme .owl-wrapper-outer {
  height: 100%;
}

.main_slideshow-theme .owl-wrapper {
  height: 100%;
}

.main_slideshow-theme .owl-item {
  float: none;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.main_slideshow-theme .owl-item li {
  line-height: 770px;
  text-align: center;
  height: 100%;
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 770px;
}

.main_slideshow-theme .owl-item li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: none;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNzIlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(15%, rgba(0, 0, 0, 0.35)), color-stop(30%, rgba(0, 0, 0, 0.12)), color-stop(52%, rgba(0, 0, 0, 0)), color-stop(72%, rgba(0, 0, 0, 0.12)), color-stop(85%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 15%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.12) 72%, rgba(0, 0, 0, 0.35) 85%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
}

/* Styling Pagination*/
.main_slideshow-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.main_slideshow-theme .owl-pagination {
  text-align: left;
  width: 1000px;
  margin-left: -485px;
  position: absolute;
  bottom: 63px;
  left: 50%;
}
.main_slideshow-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.main_slideshow-theme .owl-controls .owl-page.active span, .main_slideshow-theme .owl-controls .owl-page:hover span {
  background: #f00;
}

/* If PaginationNumbers is true */
.main_slideshow-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.article_photo_info {
  width: 1000px;
  min-height: 170px;
  bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  text-align: left;
  color: #fff;
  padding-bottom: 56px;
  font-size: 15px;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
}

.author_rubric {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.author_rubric a {
  color: white;
}

.author_person {
  background: #fff;
  margin: 0 0 10px;
  padding: 30px 50px;
}
.author_person .author_person_rank {
  font-size: 16px;
  margin-bottom: 15px;
}

.author_title {
  background: #fa5f00;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  text-transform: uppercase;
}

.author_wrap {
  width: 699px;
  background: #fff;
  position: relative;
}
.author_wrap .author_item_content {
  border-bottom: 1px solid #e0e0e0;
  *zoom: 1;
}
.author_wrap .author_item_content .author_item_text {
  padding-bottom: 30px;
}
.author_wrap .author_item_content.blank .author_item_text {
  margin-left: 50px;
}
.author_wrap .author_item_content .author_item_img {
  float: left;
  margin-right: 30px;
}
.author_wrap .author_item_content .author_item_title {
  padding-bottom: 0;
}
.author_wrap .author_item_content .datetime {
  color: #b2b2b2;
  display: block;
  line-height: 30px;
  padding-left: 20px;
}
.author_wrap .author_item_content:after {
  content: "";
  display: table;
  clear: both;
}

.news .marker-quote1:before {
  border-right-color: #1b9cf9;
  border-bottom-color: #1b9cf9;
}
.news .marker-quote2:before {
  background: #1b9cf9;
}
.news .jcarousel-pagination .dots.active {
  background: #1b9cf9;
}
.news .owl-controls .owl-page.active span, .news .owl-controls .owl-page:hover span {
  background: #1b9cf9;
}
.news .full_text a {
  color: #1b9cf9;
}
.news .social-links a {
  color: #1b9cf9;
}

.opinions .marker-quote1:before {
  border-right-color: #ec1c23;
  border-bottom-color: #ec1c23;
}
.opinions .marker-quote2:before {
  background: #ec1c23;
}
.opinions .jcarousel-pagination .dots.active {
  background: #ec1c23;
}
.opinions .owl-controls .owl-page.active span, .opinions .owl-controls .owl-page:hover span {
  background: #ec1c23;
}
.opinions .full_text a {
  color: #ec1c23;
}
.opinions .social-links a {
  color: #ec1c23;
}

.interview .marker-quote1:before {
  border-right-color: #9600b4;
  border-bottom-color: #9600b4;
}
.interview .marker-quote2:before {
  background: #9600b4;
}
.interview .jcarousel-pagination .dots.active {
  background: #9600b4;
}
.interview .owl-controls .owl-page.active span, .interview .owl-controls .owl-page:hover span {
  background: #9600b4;
}
.interview .full_text a {
  color: #9600b4;
}
.interview .social-links a {
  color: #9600b4;
}

.analytics .marker-quote1:before {
  border-right-color: #00af43;
  border-bottom-color: #00af43;
}
.analytics .marker-quote2:before {
  background: #00af43;
}
.analytics .jcarousel-pagination .dots.active {
  background: #00af43;
}
.analytics .owl-controls .owl-page.active span, .analytics .owl-controls .owl-page:hover span {
  background: #00af43;
}
.analytics .full_text a {
  color: #00af43;
}
.analytics .social-links a {
  color: #00af43;
}

.c_shape.news {
  background: #1b9cf9;
}
.c_shape.opinions {
  background: #ec1c23;
}
.c_shape.interview {
  background: #9600b4;
}
.c_shape.analytics {
  background: #00af43;
}

.contact .content {
	padding: 20px;
}


.languages {
	float:right;
	padding:20px 0 0;
}

.languages img {
	padding:0 5px;
}

nav.tvbox.tvbox_slideshow {
  height: 710px;
  position: relative;
  margin-top: -214px;
}

@media (max-width: 979px) {
	nav.tvbox.tvbox_slideshow {
		height: 270px;
		position: relative;
		margin-top: -260px;
		display: none;
	}
}

nav.tvbox section {
  bottom: 90px;
}
nav.tvbox section .description {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
nav.tvbox section .description > div {
  padding: 2px 20px 0px 20px;
}
nav.tvbox .slideshow_rubric {
  position: absolute;
  top: -26px;
  left: 0;
}

    .article {
    font-size: 15px;
    line-height: 1.4;
    padding: 40px;
    *zoom: 1;
    }
    .article:after {
    content: "";
    display: table;
    clear: both;
    }
    .article_lead {
    margin: 31px 0 20px 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    }
    .full_text {
    font-size: 16px;
    line-height: 1.45;
    color: #333;
	overflow: hidden;
    }
    .full_text img {
    padding:10px;
	max-width:100%;
    }
    .full_text p {
    margin-bottom: 10px;
    }
    .full_text em {
    font-style: italic;
    }
    .full_text strong {
    font-weight: 700;
    }
    .full_text hr {
    border-top: 1px solid #e3e3e3;
    margin: 25px 0;
    clear: both;
    }
    .full_text > h3, .full_text > h4 {
    font: normal 19px/22px Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
    margin-top: 25px;
    color: #000;
    }
    .full_text ol {
    font: normal 15px/21px Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    clear: both;
    counter-reset: li;
    }
    .full_text ol li {
    position: relative;
    margin: 0 30px 15px 40px;
    padding-left: 15px;
    }
    .full_text ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 100%;
    heigth: 16px;
    padding: 0 5px;
    color: #000;
    background: #e3e3e3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font: bold 11px/16px Arial, Helvetica, sans-serif;
    text-align: center;
    }
    .full_text ol.ol2 li:before {
    color: #fff;
    background: #f80;
    }
    .full_text > ul {
    font: normal 15px/21px Arial, Helvetica, sans-serif;
    margin: 0 30px 10px 35px;
    clear: both;
    counter-reset: li;
    }
    .full_text > ul li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    }
    .full_text > ul li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 7px;
    right: 100%;
    background: #f80;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 6px;
    width: 6px;
    text-indent: -10000px;
    }
    .full_text div.ria-tweet, .full_text .ria-fb {
    margin: 0 -31px 25px;
    padding: 18px 30px;
    background: #e3e3e3;
    position: relative;
    clear: both;
    text-align: center;
    }
    .spec_rubric_text ol {
    font: normal 15px/21px Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    clear: both;
    counter-reset: li;
    }
    .spec_rubric_text ol li {
    position: relative;
    margin: 0 30px 15px 40px;
    padding-left: 15px;
    }
    .spec_rubric_text ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 100%;
    heigth: 16px;
    padding: 0 5px;
    color: #000;
    background: #e3e3e3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    font: bold 11px/16px Arial, Helvetica, sans-serif;
    text-align: center;
    }
    .spec_rubric_text ol.ol2 li:before {
    color: #fff;
    background: #f80;
    }
    .spec_rubric_text > ul {
    font: normal 15px/21px Arial, Helvetica, sans-serif;
    margin: 0 30px 10px 35px;
    clear: both;
    counter-reset: li;
    }
    .spec_rubric_text > ul li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    }
    .spec_rubric_text > ul li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 7px;
    right: 100%;
    background: #f80;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 6px;
    width: 6px;
    text-indent: -10000px;
    }
    .marker-quote1 {
    clear: both;
    margin: 24px -29px 24px -70px;
    padding: 22px 32px 25px 100px;
    background: #f0f0f0;
    position: relative;
    font: normal 15px/21px Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    }
    .marker-quote1:before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    line-height: 0;
    border: 10px solid transparent;
    border-right: 10px solid #666;
    border-bottom: 10px solid #666;
    }
    .marker-quote2 {
    clear: both;
    margin: 25px -50px;
    padding: 25px 90px 25px 85px;
    background: #f0f0f0;
    position: relative;
    font: normal 15px/21px Arial, Helvetica, sans-serif;
    border-right: 23px solid #e0e0e0;
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    }
    .marker-quote2:before {
    content: "";
    display: block;
    background: #666;
    width: 9px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 23px solid #e0e0e0;
    }
    .article_context {
    border-bottom: 10px solid #e0e0e0;
    background: #f0f0f0;
    padding: 30px 52px 30px 52px;
    overflow: hidden;
    }
    .article_context .context_rubric {
    float: left;
    }
    .article_context .context_img {
    float: left;
    margin-right: 26px;
    margin-bottom: 10px;
    }
    .article_context .context_date {
    background: transparent;
    font-weight: normal;
    color: #000;
    padding-left: 16px;
    overflow: hidden;
    }
    .article_context .context_title {
    padding-left: 0;
    padding-bottom: 10px;
    overflow: hidden;
    display: block;
    }
    .article_context .context_announce {
    color: #585858;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.4;
    }
    .inject {
    position: relative;
    }
    .inject_type1 {
    width: 52%;
    padding-top: 30px;
    max-width: 350px;
    background: #fff;
    position: relative;
    cursor: pointer;
    z-index: 3;
    }
    .inject_type1.inject_infograph {
    cursor: default;
    }
    .inject_type1 .media_copyright,
    .inject_type2 .media_copyright {
    margin: 7px 0 10px;
    font-size: 9px;
    line-height: 11px;
    color: #000;
    text-align: right;
    }
    .inject_type1 .media_copyright a,
    .inject_type2 .media_copyright a {
    color: #858f97;
    text-decoration: none;
    }
    .article_video_content .inject_type1 {
    margin-left: -20px;
    }
    .inject_type2 {
    position: relative;
    z-index: 3;
    width: 40%;
    max-width: 230px;
    padding-top: 30px;
    background: #fff;
    }
    .inject_type3 {
    position: relative;
    z-index: 3;
    width: 26%;
    max-width: 185px;
    padding-top: 2px;
    border: 1px solid #e0e0e0;
    border-width: 0 1px 0;
    }
    .inject_type3 ul {
    margin: 12px 20px -13px;
    font: 11px/15px Arial, Helvetica, sans-serif;
    color: #858f97;
    }
    .inject_type3 ul li {
    margin: 0 0 13px 0;
    }
    .inject_type3 ul a {
    font: 11px/15px Arial, Helvetica, sans-serif;
    color: #858f97;
    text-decoration: none;
    transition: all 0.2s;
    }
    .inject_type3 ul a:hover {
    text-decoration: underline;
    }
    .inject_type3 ul .picker_item_time {
    color: #fa5f00;
    font: 10px/14px Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    margin-top: 3px;
    }
    .inject_type3 ul .picker_item_img {
    margin-bottom: 7px;
    }
    .inject_left {
    float: left;
    clear: left;
    margin: 6px 20px 10px 0px;
    }
    .inject_right {
    float: right;
    clear: right;
    margin: 6px 0px 10px 20px;
    }
    .inject_poll {
    position: relative;
    z-index: 3;
    width: 52%;
    max-width: 350px;
    }
    .article_video_content .inject_right {
    margin-right: -20px;
    }
    .big-inject {
    margin: 0 -50px 25px;
    padding: 25px 50px;
    position: relative;
    background: #f0f0f0;
    color: #000;
    clear: both;
    text-align: center;
    }
    .big-inject .media_copyright {
    margin: 3px 0 0;
    text-align: right;
    font-size: 11px;
    color: #858f97;
    }
    .big-inject .media_copyright a {
    color: #858f97;
    }
    .big-inject .inject_photo_illustration {
    max-width: 600px;
    overflow: hidden;
    margin: 0 auto;
    }
    .big-inject .inject_type1_announce {
    color: #000;
    padding: 15px 5px 0;
    text-align: left;
    }
    .big-inject .inject_type1_announce a {
    color: #108cb5;
    }
    .article_video_content .big-inject {
    margin: 0 -31px 25px;
    }
    .inject_photo_illustration img {
    width: 100%;
    }
    .inject_photo_illustration a {
    text-decoration: none;
    }
    .article_youtube_inject {
    width: 600px;
    height: 340px;
    margin: 25px 0;
    }
    .article_youtube_inject .inject_photo_illustration {
    height: 340px;
    }
    .article_youtube_inject .inject_type1_title {
    padding: 5px 30px 6px;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    }
    .inject_audio {
    text-align: center;
    margin: 20px 0;
    }
    .inject_audio div {
    z-index: 2;
    }
    .inject_type1_title {
    padding: 0 30px 6px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    }
    .inject_type1_title a {
    color: #fff;
    text-decoration: underline;
    }
    .inject_type3_title {
    padding: 0 20px;
    font: normal 30px/34px DINCondensedWeb;
    color: #f6512c;
    text-transform: uppercase;
    }
    .inject_type3_title a {
    color: #858f97;
    text-decoration: none;
    }
    .inject_youtube_copy, .inject_vimeo_copy {
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    color: #666;
    border: 1px solid #e0e0e0;
    border-top: none;
    background: white url(/i/youtube.png) 29px 5px no-repeat;
    }
    .inject_youtube_copy p, .inject_vimeo_copy p {
    line-height: 25px;
    padding-left: 76px;
    margin-top: 0px;
    }
    .inject_youtube_copy strong, .inject_vimeo_copy strong {
    font-weight: 400;
    color: #000;
    }
    .inject_vimeo_copy {
    background: white url(/i/vimeo.png) 29px 5px no-repeat;
    }
    .inject_vimeo_copy p {
    padding-left: 54px;
    }
    .inject_type1_announce {
    padding: 0 30px 26px;
    font-size: 14px;
    line-height: 19px;
    color: #b5c3ce;
    }
    .inject_type1_announce a {
    color: #b5c3ce;
    text-decoration: underline;
    }
    .inject_type2_title {
    padding: 20px 0px 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    }
    .inject_type2_title a {
    color: #108cb5;
    text-decoration: underline;
    }
    .inject_type2_announce {
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    color: #585858;
    }
    .inject_type2_announce img {
    float: left;
    margin: 0 20px 20px 0;
    }
    .inject_type2_announce a {
    color: #108cb5;
    text-decoration: none;
    }
    .inject_video {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    }
    .inject_video object,
    .inject_video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    }
    .ie6 .inject_video, .ie7 .inject_video {
    padding-top: 0;
    height: 192px;
    }
    .article_full_text .ya_event .inject_type3_title {
    font: bold 15px/18px Arial, Helvetica, sans-serif;
    color: #000;
    }
    .article_full_text .ya_event .inject_type3_title a {
    text-decoration: none;
    color: #000;
    }
    .article_full_text .ya_event p {
    font: normal 11px/15px Arial, Helvetica, sans-serif;
    color: #858f97;
    margin: 10px 20px;
    }
    .article_full_text .ya_event time {
    display: block;
    font: normal 13px/15px Arial, Helvetica, sans-serif;
    color: #fa5f00;
    margin: 10px 20px;
    }
    .inject i.fullscreen_icon {
    display: none;
    }
    .inject:hover i.fullscreen_icon {
    display: block;
    position: absolute;
    z-index: 40;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(/i/icons/fullscreen.png) 0 0 no-repeat;
    }
    .article_inject_slideshow {
    margin: 0 -50px 0 -50px;
    background: #f0f0f0;
    padding: 30px 0 10px 0;
    *zoom: 1;
    }
    .article_inject_slideshow:after {
    content: "";
    display: table;
    clear: both;
    }
    .inject_slideshow {
    width: 600px;
    margin: 0 0 0 50px;
    *zoom: 1;
    }
    .inject_slideshow li {
    width: 600px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    background: #000;
    }
    .inject_slideshow li img {
    width: 600px;
    height: 100%;
    }
    .inject_slideshow li.active {
    border: 3px solid red;
    }
    .inject_slideshow:after {
    content: "";
    display: table;
    clear: both;
    }
    .article_person {
    background: #000;
    margin: 0;
    padding: 38px 50px 24px 50px;
    color: #fff;
    *zoom: 1;
    }
    .article_person .article_person_img {
    float: left;
    margin-right: 26px;
    margin-bottom: 10px;
    }
    .article_person .article_person_name {
    padding: 0;
    line-height: 1.5;
    }
    .article_person .article_person_name a {
    color: #fff;
    }
    .article_person .article_person_rank {
    padding-top: 3px;
    padding-bottom: 6px;
    font-size: 13px;
    color: #fff;
    }
    .article_person .article_person_rank a {
    color: #fff;
    }
    .article_person .article_person_quote {
    margin-bottom: 0;
    font-style: italic;
    font-size: 16px;
    }
    .article_person:after {
    content: "";
    display: table;
    clear: both;
    }
    .article_person_special {
    margin: 0;
    padding: 0px;
    color: #000;
    position: relative;
    *zoom: 1;
    }
    .article_person_special .article_person_name {
    padding: 0;
    line-height: 1.5;
    position: absolute;
    font-size: 25px;
    top: 150px;
    left: 373px;
    text-decoration: underline;
    }
    .article_person_special .article_person_rank {
    padding-top: 3px;
    padding-bottom: 6px;
    font-size: 15px;
    color: #000;
    position: absolute;
    font-style: italic;
    top: 183px;
    left: 373px;
    }
    .article_person_special .article_person_quote {
    margin-bottom: 0;
    font-style: italic;
    font-size: 16px;
    }
    .article_person_special:after {
    content: "";
    display: table;
    clear: both;
    }
    .article_inject_photo {
    margin: 0 -50px 0 -50px;
    padding: 30px 50px 30px 50px;
    background: #f0f0f0;
    border-bottom: 1px solid #e0e0e0;
    }
    .article_inject_photo img {
    max-width: 100%;
    }
    .article_inject_photo .article_inject_announce {
    color: #000;
    margin: 7px 0px 10px;
    font-size: 11px;
    line-height: 11px;
    text-align: left;
    display: inline-block;
    }
    .article_inject_photo .article_inject_announce a {
    color: black;
    }
    .article_inject_photo .media_copyright {
    color: #858f97;
    margin: 6px 0 -3px 0;
    line-height: 1.4;
    font-size: 10px;
    text-align: right;
    *zoom: 1;
    }
    .article_inject_photo .media_copyright a {
    color: #858f97;
    }
    .article_inject_photo .media_copyright:after {
    content: "";
    display: table;
    clear: both;
    }
    .full_text .article_person {
    margin: 0 -50px 0 -50px;
    background: #f0f0f0;
    color: #000;
    border-bottom: 1px solid #e0e0e0;
    }
    .full_text .article_person .article_person_name a {
    color: #000;
    }
    .full_text .article_person .article_person_rank {
    color: #585858;
    }
    .full_text .article_person .article_person_rank a {
    color: #585858;
    }
    #slider_cnt_main img {
    max-width: 100%;
    height: auto !important;
    position: relative;
    margin: 0 auto;
    width: auto;
    max-height: 100%;
    }
    .slider_cnt_main_navivation_wrapper {
    width: 890px;
    position: absolute;
    bottom: 94px;
    left: 50%;
    margin-left: -454px;
    }
    .article_photo_info {
    width: 1000px;
    min-height: 170px;
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    text-align: left;
    color: #fff;
    padding-bottom: 56px;
    font-size: 15px;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
    }
    #article_photo_copyright {
    position: absolute;
    bottom: 61px;
    left: 50px;
    line-height: 1.4;
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    z-index: 12;
    }
    #article_photo_description {
    position: absolute;
    bottom: 91px;
    }
    #article_photo_counter {
    top: 0;
    left: 50px;
    font-size: 14px;
    position: absolute;
    color: #fff;
    z-index: 12;
    float: left;
    display: inline-block;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0;
    }
    #article_photo_title {
    font-size: 14px;
    position: relative;
    color: #fff;
    z-index: 12;
    display: inline-block;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 0;
    margin: 0 50px 145px 132px;
    float: left;
    }

@media (max-width: 979px) {
	.nav-collapse, .nav-collapse.collapse {
		background: #fff;
	}
}

.componentheading, .gmapfp {
	padding: 20px 20px 0; 
}

.vb_thub_wrap .vb-icon-play {
	display: block !important;
}

.header_bottom {
	z-index:999;
	position: fixed;
	/* margin:0 auto;
	left: 0;
    right: 0; */
	width: 100%;
	/*background: url(../images/brick-wall.jpg);*/
}
.gmapfp img {
    max-width: 100%;
}

.zoom-effect {
  display: inline-block; /* Ensures it works with inline elements like links */
}

.zoom-effect img {
  transition: transform 0.3s ease; /* Smooth zoom effect */
}

.zoom-effect:hover img {
  transform: scale(1.2); /* Zooms in the image */
}