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,font,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 {
	border: 0;
	background: transparent;
	border-collapse: collapse;
	font-size: 100%;
	font-weight: normal;
	outline: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

#comments-box {
	display:none;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto.woff2') format('woff2'),url('fonts/roboto.woff') format('woff');
}

@font-face {
    src: url('fonts/NOH65.eot');
    src: url('fonts/NOH65.eot?#iefix') format('embedded-opentype'),
    url('fonts/NOH65.woff') format('woff'),
    url('fonts/NOH65.svg') format('svg'),
    url('fonts/NOH65.ttf') format('truetype'),
    url('fonts/NOH65.svg#NoahTTRegularBold') format('svg');
    font-family: 'NoahTTRegularBold';
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #F6F6F6;
	font-size: 81.3%;
	line-height: 1;
}

ul, ol { list-style: none; }
input { border-radius: 0; }
input[type=submit] { -webkit-appearance: none; outline: none; }
a { text-decoration: none; }

.fs11 { font-size: 0.846em; }
.fs12 { font-size: 0.923em; }
.fs14 { font-size: 1.077em; }
.fs16 { font-size: 1.231em; }
.fs20 { font-size: 1.538em; }
.fs22 { font-size: 1.692em; }
.fs24 { font-size: 1.846em; }
.fs30 { font-size: 2.308em; }
.fs72 { font-size: 5.538em; }

.cb { clear: both; }
.db { display: block; }
.dn { display: none; }
.fl { float: left; }
.fr { float: right; }
.tc { text-align: center; }
.tu { text-transform: uppercase; }
.mln { margin-left: 0px !important; }
.mc{margin: 0px auto;}
.center { margin: 0px auto; max-width: 1170px;width:100%;}
.no-select { -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }

.arl {
    font-family: 'Roboto';
    font-weight: bold;
}

.arm {
    font-family: "NoahTTRegularBold";
}

#header .top-block {
	background-color: #CD272F;
	padding: 20px 0px;
}

#header .top-navigation-block {
	background-color: #AB252B;
	min-height: 60px;
	height: 100%;
}

#header .top-navigation-block .center {
	padding-left: 95px;
	max-width: 1075px;
	width:100%;
}

#header .top-navigation li a {
	color: #FFFFFF;
	display: block;
	line-height: 60px;
	padding: 0px 15px;
	transition: background-color 0.3s ease 0s;
	-webkit-transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	-ms-transition: background-color 0.3s ease 0s;
}

#header .top-navigation li a:hover,
#header .top-navigation li a.active {
	background-color: #8B1E23;
}

#header .top-date {
	padding: 8px 10px 10px;
}

#header .top-date div {
	color: #FFFFFF;
	padding-top: 5px;
}

#header .top-middle {
	min-height: 55px;
	height:100%;
	margin: 0px auto;
    padding: 10px 10px 10px 10px;
    position: relative;
	max-width: 1160px;
	width:90%;
}


#header .top-middle h1 {
	height: 90px;
	left: 0px;
	position: absolute;
	top: -15px;
	width: 91px;
}

#header .top-middle h1 a {
	background-image: url('../images/logo.png');
	height: 90px;
	text-indent: -99999px;
}
.navbar{
	padding:0px;
}

#header .top-middle-title {
	color: #FFFFFF;
	display: inline-block;
	margin: 44px 0px 0px 90px;
}

#header .language-block a {
	color: #FFFFFF;
	text-decoration: underline;
}

#header .language-block a:hover,
#header .language-block a.active {
	text-decoration: none;
}

#header .language-separator {
	color: #FFFFFF;
	cursor: default;
	margin: 0px 7px;
}

#header .top-search-inner {
	background-color: #421E1F;
	bottom: 0px;
	height: 40px;
	position: absolute;
	right: 0px;
	width: 175px;
	transition: background-color 0.2s ease 0s;
	-webkit-transition: background-color 0.2s ease 0s;
	-moz-transition: background-color 0.2s ease 0s;
	-o-transition: background-color 0.2s ease 0s;
	-ms-transition: background-color 0.2s ease 0s;
}

#header .top-search-inner.focus {
	background-color: #261112;
}

#header .top-search-inner input[type=text] {
	background: none;
	border: none;
	color: #FFFFFF;
	height: 40px;
	outline: none;
	padding: 0px 0px 0px 10px;
	max-width: 125px;
	width: 100%;
}

#header .top-search-inner input[type=text]::-webkit-input-placeholder { /* WebKit browsers */
	color: #FFFFFF;
}

#header .top-search-inner input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #FFFFFF;
}

#header .top-search-inner input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #FFFFFF;
}

#header .top-search-inner input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #FFFFFF;
}

#header .top-search-inner input[type=submit] {
	background: url('../images/search-icon.png') no-repeat;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	height: 15px;
	position: absolute;
	outline: none;
	right: 0px;
	top: 12px;
	width: 15px;
}

#header .top-down-navigation {
	background-color: #1B1B1B;
	height: 55px;
	margin-bottom: 10px;
}

#header .down-navigation {
	width: 100%;
}

#header .down-navigation li {
	text-align: center;
	width:100%;
}

#header .down-navigation li a {
	color: #FFFFFF;
    display: block;
    line-height:39px;
	transition: background-color 0.3s ease 0s;
	-webkit-transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	-ms-transition: background-color 0.3s ease 0s;
}

#header .down-navigation li a:hover,
#header .down-navigation li a.active {
	background-color: #CD272F;
}
#content h2 {
	background-color: #EAEAEA;
	border-top: 3px solid #cd272f;
	color: #cd272f;
	height: 45px;
	line-height: 45px;
	padding: 0px 10px;
}

#content .top-sliders {
	padding-bottom: 10px;

}

#content .left-sidebar {
	max-width: 870px;
	width:100%;
}
#content .left-sidebar .row{
	margin-right: 0px;
	/*margin-left:0px;*/
}

#slider-wrapper {
	min-height: 250px;
	position: relative;
}

#slider-wrapper .slider-content {
	min-height: 450px;
	max-width: 660px;
	width:100%;
}

#slider-wrapper .slider-box {
	background-repeat: no-repeat;
    cursor: pointer;
	min-height: 441px;
	position: relative;
	max-width: 660px;
	width:100%;
	background-size:100% 100%;
}

#slider-wrapper .slider-box-inner {
	background-image: url('../images/white-blank.png');
	bottom: 0px;
	left: 0px;
	height: 64px;
	padding: 15px 80px 15px 20px;
	position: absolute;
	max-width: 570px;
	width:100%;

}

#slider-wrapper .slider-box-link {
	color: #2B2B2B;
	line-height: 25px;
}

#slider-wrapper .slider-box-link:hover {
	color: #cd272f;
}

#slider-wrapper .slider-nav-link {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#slider-wrapper .slider-title-box {
	background-image: url('../images/white-blank.png');
	bottom: 0px;
	position: absolute;
	right: 0px;
	width: 60px;
}

#slider-wrapper .slider-title-box a {
	background-image: url('../images/gallery-icons.png');
	height: 47px;
}

#slider-wrapper .slider-title-box a.video:hover {
	background-position: 0px -94px;
}

#slider-wrapper .slider-title-box a.photo {
	background-position: 0px -47px;
}

#slider-wrapper .slider-title-box a.photo:hover {
	background-position: 0px -141px;
}

#slider-wrapper .slider-play-toggle,
#slider-wrapper .slider-btns {
	display: none;
}

#slider-wrapper .slider-nav {
	min-height: 441px;
	position: absolute;
	right: -200px;
	top: 0px;
	max-width: 200px;
	width:100%;
}

#slider-wrapper .slider-nav li.slider-nav-items {
	background-repeat: no-repeat;
	height: 147px;
	width: 200px;
}

#slider-wrapper .slider-nav li.slider-nav-items:hover .slider-nav-wrapper,
#slider-wrapper .slider-nav-items.active .slider-nav-wrapper {
	display: block;
}

#slider-wrapper .slider-nav-items.active .slider-nav-inner {
    border-color: #cd272f !important;
}

#slider-wrapper .slider-nav-items.active .slider-nav-link {
    height: 100%;
}

#slider-wrapper .slider-nav-inner {
	border: 3px solid transparent;
	min-height: 141px;
	height:100%;
	position: relative;
}

#slider-wrapper .slider-nav-cat-box {
	background-image: url('../images/white-blank.png');
	bottom: -3px;
	height: 42px;
	left: -3px;
	padding: 5px 72px 0 15px;
	position: absolute;
	max-width: 113px;
	width:100%;
}

#slider-wrapper .slider-nav-cat-title {
	color: #cd272f;
	display: inline-block;
	margin-bottom: 3px;
}

#slider-wrapper .slider-nav-cat-title:hover {
	color: #2b2b2b;
}

#slider-wrapper .slider-nav-cat-date {
	color: #2b2b2b;
}

#slider-wrapper .addthis-buttons {
    height: 26px;
    margin-top: -13px;
    position: absolute;
    right: 10px;
    top: 50%;
}

#slider-wrapper .addthis-buttons a {
	background-image: url('../images/slider-socials.png');
	background-repeat: no-repeat;
	height: 26px;
    margin-left: 4px;
	width: 24px;
}

#slider-wrapper .addthis-buttons a.addthis_button_facebook:hover {
	background-position: 0 -52px;
}

#slider-wrapper .addthis-buttons a.addthis_button_twitter {
	background-position: 0 -26px;
}

#slider-wrapper .addthis-buttons a.addthis_button_twitter:hover {
	background-position: 0 -78px;
}

.at15t,
.at16nc,
.at300bs {
    display: none !important;
}

#slider-wrapper .slider-nav-bottom-link {
	background: url('../images/thumb-arrow.png') no-repeat 170px center #cd272f;
	color: #FFFFFF;
	display: table-cell;
	line-height: 15px;
	padding: 0px 40px 0px 15px;
	height: 47px;
	vertical-align: middle;
	width: 145px;
}

#slider-wrapper .slider-nav-bottom-link:hover {
	text-decoration: underline;
}

#slider-wrapper .slider-nav-clone {
	position: absolute;
	right: 15px;
	top: 15px;
}

#slider-wrapper .slider-nav-clone li.slider-nav-items {
	background-image: url('../images/slider-paging-circles.png');
	cursor: pointer;
	display: block;
	float: left;
	height: 9px;
	margin-left: 8px;
	width: 9px;
}

#slider-wrapper .slider-nav-clone li.slider-nav-items.active {
	background-position: 0px -9px;
}

#content .right-sidebar {
	margin-left: 30px;
	width: 270px;
}

#most-readable {
	height: 395px;
	position: relative;
}

#most-readable .slider-top {
	height: 179px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

#most-readable .slider-box {
	left: 0px;
	line-height: 15px;
	position: absolute;
	top: 0px;
	width: 100%;
}

#most-readable .slider-box a {
	color: #2b2b2b;
	display: inline-block;
	margin-bottom: 15px;
}

#most-readable .slider-box a:hover {
	color: #cd272f;
}

#most-readable .slider-btns {
	background-image: url('../images/fade-arrows.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 22px;
	position: absolute;
	top: 84px;
	width: 22px;
}

#most-readable .slider-prev {
	left: 10px;
}

#most-readable .slider-prev:hover {
	background-position: 0px -22px;
}

#most-readable .slider-next {
	background-position: 0px -44px;
	right: 10px;
}

#most-readable .slider-next:hover {
	background-position: 0px -66px;
}

#content .new-line {
	background-color: #EAEAEA;
	height: 42px;
	margin-bottom: 10px;
	width: 100%;
}

#content .marque-content{
	padding-right:180px;
	background: url('../images/new-line-bg.png') no-repeat left bottom;
	height:42px;
	background-size: 100% 100%;
}

#content .new-line h3 {
	color: #FFFFFF;
	line-height: 42px;
	padding-left: 20px;
}

#new-line-slider {
	height: 46px;
	line-height: 46px;
	margin-left:30px;
	position: relative;
}

#new-line-slider .slider-content {
	min-height: 46px;
	height:100%;
	max-width: 900px;
	width:100%;
}

marquee a {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    margin-left:35px;
    margin-right:35px;
}
marquee a:hover {
    color:#cd272f;
}

#new-line-slider .slider-box:hover,
#new-line-slider .slider-box a:hover {
	color: #cd272f;
}

#new-line-slider .slider-btns {
	background-image: url('../images/line-arrows.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 26px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	width: 26px;
}

#new-line-slider .slider-prev {
	right: 40px;
}

#new-line-slider .slider-prev:hover {
	background-position: 0px -26px;
}

#new-line-slider .slider-next {
	background-position: 0px -52px;
	right: 0px;
}

#new-line-slider .slider-next:hover {
	background-position: 0px -78px;
}

#content .news-title {
	margin-bottom: 20px;
}

#content .article-block {
	min-height: 330px;
	margin-bottom: 20px;
	max-width: 270px;
	width: 100%;
	padding-bottom: 20px;
}

#content .article-top {
	height: 182px;
	margin-bottom: 10px;
	position: relative;
	max-width: 270px;
	width:100%;

}

#content .article-top:hover .article-play {
    background-position: 0 -68px;
}

#content .article-top .butn {
	bottom: -23px;
	left: 4px;
	position: absolute;
}

#content .article-icon-box {
	background-image: url('../images/white-blank87.png');
	bottom: 0px;
	height: 35px;
	position: absolute;
	right: 0px;
	width: 41px;
}

#content .article-icon {
	background: url('../images/gallery-icons.png') no-repeat center top;
	height: 35px;
	width: 41px;
}

#content .article-icon.video {
	background-position: center -6px;
}

#content .article-icon.photo {
	background-position: center -52px;
}

#content .article-date {
	margin-bottom: 20px;
	text-align: right;
}

#content .article-title {
	color: #2b2b2b;
	display: inline-block;
	line-height: 17px;
	margin-bottom: 20px;
	text-decoration:none;
}

#content .article-title:hover {
	color: #cd272f;
}

#content .article-desc {
	color: #2b2b2b;
	line-height: 17px;
}

#content .adjacent-block {
    background-color: #CE272F;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 40px;
    padding: 30px 50px 30px;
	text-align: center;
}

#content .more-btn-block {
	margin-bottom: 30px;
}

#content .person-speech {
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
#content .person-speech a{
	text-decoration:none;
}

#content .person-speech-text-block {
	margin-left: 30px;
	padding: 50px 30px 30px;
	max-width: 370px;
	width:100%;
}

#content .person-quotes-block {
	position: relative;
}

#content .person-quotes-am {
	background-image: url('../images/quotes-am.png');
	background-repeat: no-repeat;
	height: 31px;
	position: absolute;
	width: 30px;
}

#content .person-quotes-tr {
    background-image: url('../images/quotes-tr.png');
    background-repeat: no-repeat;
    height: 31px;
    position: absolute;
    width: 30px;
}

#content .person-quote-begin {
	left: -31px;
    top: -15px;
}

#content .person-quote-end {
	background-position: 0px -31px;
	bottom: -15px;
    right: -31px;
}

#content .person-speech-text-block p {
	line-height: 30px;
}

#content .person-name {
	color: #cd272f;
	padding-top: 70px;
	text-align: right;
}

#content .right-blocks {
	margin-bottom: 30px;
}
#content .right-blocks  a{
	text-decoration:none;
}

#content .right-blocks h2.photo {
	background: url('../images/gallery-icons.png') no-repeat 219px -48px #EAEAEA;
}

#content .right-blocks h2.video {
	background: url('../images/gallery-icons.png') no-repeat 219px 0px #EAEAEA;
}

#content .right-part {
	height: 182px;
	overflow: hidden;
	position: relative;
}

#content .right-part:hover .right-part-text {
	color: #cd272f;
}

#content .right-part-text {
    background-image: url("../images/white-blank.png");
    bottom: 0;
    color: #2b2b2b;
    left: 0;
    line-height: 21px;
    padding: 15px;
    position: absolute;
    width: 240px;
}

#content .weather {
	width: 270px;
}

#content .weather tr {
	display: block;
	margin-top: 4px;
	width: 270px;
}

#content .weather td {
	background-color: #EAEAEA;
	color: #2b2b2b;
	padding: 15px;
	vertical-align: middle;
}

#content .weather td.weather-city {
	padding: 10px;
	width: 130px;
}

#content .weather-icons.sun {
	background-position: 0px -15px;
}

#content .weather-icons.cloud {
	background-position: 0px -72px;
}

#datepicker {
	background-color: #EAEAEA;
	margin-top: 5px;
	min-height: 208px;
	padding-bottom: 3px;
}

#datepicker .ui-datepicker-header {
	font-size: 1.077em;
	height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
}

#datepicker .ui-datepicker-header .ui-datepicker-month {
	margin-right: 5px;
}

#datepicker .ui-datepicker-header .ui-corner-all {
	background-image: url('../images/calendar-arrows.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 40px;
	position: absolute;
	text-indent: -99999px;
	top: 0px;
	width: 40px;
}

#datepicker .ui-datepicker-header .ui-datepicker-prev {
	left: 0px;
}

#datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
	background-position: 0px -40px;
}

#datepicker .ui-datepicker-header .ui-datepicker-next {
	background-position: 0px -80px;
	right: 0px;
}

#datepicker .ui-datepicker-header .ui-datepicker-next:hover {
	background-position: 0px -120px;
}

#datepicker .ui-datepicker-header .ui-corner-all.ui-state-disabled {
	background-position: 0px -80px;
	cursor: not-allowed;
}

#datepicker .ui-datepicker-calendar {
	width: 100%;
}

#datepicker .ui-datepicker-calendar th {
	color: #cd272f;
	font-size: 0.923em;
	text-align: center;
}

#datepicker .ui-datepicker-calendar td {
	text-align: center;
}

#datepicker .ui-datepicker-calendar td a {
	color: #2b2b2b;
	display: inline-block;
	font-size: 0.923em;
    min-width: 12px;
	padding: 7px;
}

#datepicker .ui-datepicker-calendar td a.ui-state-hover {
	color: #cd272f;
}

#datepicker .ui-datepicker-calendar td a.ui-state-active {
	background-color: #cd272f;
	border-radius: 100%;
	color: #FFFFFF;
}

#datepicker .ui-datepicker-calendar td span {
	color: #C6B7A7;
	cursor: default;
	font-size: 0.923em;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}

#content .newspaper-block {
	background-color: #FFFFFF;
}

#content .newspaper-block img {
    width: 270px!important;
}

#content .voting-block {
	background-color: #EAEAEA;
	padding: 10px;
	margin-top: 5px;
}

#content .voting-block p {
	line-height: 15px;
	margin-bottom: 20px;
}

#content .radio-blocks {
	margin-bottom: 15px;
}

#content .voting-form {
	position: relative;
}

#content .voting-form label {
	background-image: url('../images/radio-switcher-bg.png');
	background-repeat: no-repeat;
	cursor: pointer;
	min-height: 12px;
	padding-left: 20px;
}

#content .voting-form label:hover {
	background-position: -494px 0;
}

#content .voting-form label.active {
	background-position: -988px 0;
}

#content .voting-form input[type=radio] {
	height: 0px;
	left: -99999px;
	position: absolute;
	top: 0px;
	width: 0px;
}

#content .voting-form .voting-btn-block {
	padding: 20px 0px;
}

#content .voting-form input[type=submit] {
	cursor: pointer;
	line-height: normal;
}

#content .rates {
	margin-top: 5px;
	width: 270px;
}

#content .rates td {
	background-color: #EAEAEA;
	padding: 15px 0px;
	width: 25%;
}

#content .rate-columns td {
	border-left: 5px solid #FFFFFF;
	padding: 10px 0px;
}

#content .rate-columns td:first-child {
	border-left: none;
}

#content .header-date {
	color: #2b2b2b;
	text-transform: initial;
}

#content .current-article {
	margin-bottom: 30px;
}

#content .current-article h3 {
	margin-bottom: 20px;
}

#content .current-left {
	margin-bottom: 20px;
	max-width: 660px;
	width:100%;
}

#content .current-right {
	line-height: 15px;
	margin: 0px 0px 20px 30px;
	width: 170px;
}

#content .html-content, #content .news-view-title{
    max-width: 688px;
	width:100%;
}
#content .news-view-main-img {
    max-width: 688px;
	width:100%;
}

#content .html-content p {
	color: #2b2b2b;
	line-height: 21px;
	padding-bottom: 20px;
}

#content .html-content a {
	color: #cd272f;
}

#content .html-content a:hover {
	text-decoration: underline;
}

#content .current-author,
#content .current-sites {
	margin-bottom: 20px;
}

#content .current-sites p {
	color: #2b2b2b;
	padding-bottom: 5px;
}

#content .current-sites a {
	color: #cd272f;
}

#content .current-sites a:hover {
	text-decoration: underline;
}

#content .current-socials {
	margin-bottom: 20px;
}

#content .rate-blocks {
	margin-left: 30px;
	max-width: 270px;
	width:100%;
}

#content .rate-blocks .voting-block {
	margin-bottom: 30px;
}
.person-spech-content {
	display: flex;
}

#footer .litl_nav{
	align-self: flex-end;
}
#footer .top-block {
	background-color: #EAEAEA;
	padding: 30px 0px;
}

#footer .top-block .center {
	/*position: relative;*/
}

#footer .top-left {
	max-width: 320px;
	width:100%;
}

#footer .top-left p {
	font-size:24px;
	letter-spacing: 2px;
	padding-bottom: 10px;
    font-family: "Roboto";
}


#footer .navigation li {
	display: inline-block;
	margin-left: 28px;
}

#footer .navigation li a {
	color: #2b2b2b;
}

#footer .navigation li a:hover {
	color: #cd272f;
}

#footer .bottom-block {
	background-color: #cd272f;
	padding: 15px 15px;
}

#footer .bottom-left {
	color: #EAEAEA;
	line-height: 15px;
}

#footer .bottom-socials li {
	float: left;
	margin-left: 20px;
}

#footer .bottom-socials li a {
	background-image: url('../images/footer-socials.png');
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	text-indent: -99999px;
	width: 29px;
}

#footer .bottom-socials li a.soc1:hover {
	background-position: 0px -28px;
}

#footer .bottom-socials li a.soc2 {
	background-position: 0px -56px;
}

#footer .bottom-socials li a.soc2:hover {
	background-position: 0px -84px;
}

#footer .bottom-socials li a.soc3 {
	background-position: 0px -112px;
}

#footer .bottom-socials li a.soc3:hover {
	background-position: 0px -140px;
}

#footer .bottom-socials li a.soc4 {
	background-position: 0px -168px;
}

#footer .bottom-socials li a.soc4:hover {
	background-position: 0px -196px;
}

#footer .bottom-socials li a.soc5 {
	background-position: 0px -224px;
}

#footer .bottom-socials li a.soc5:hover {
	background-position: 0px -252px;
}

#fixed-list {
	left: 0px;
	position: fixed;
	top: 300px;
}

#fixed-list li {
	margin-bottom: 10px;
}

#fixed-list li a {
	background-image: url('../images/fixed-socials.png');
	background-repeat: no-repeat;
	display: block;
	height: 46px;
	text-indent: -99999px;
	width: 44px;
	transition: background-position 0.3s ease 0s;
	-webkit-transition: background-position 0.3s ease 0s;
	-moz-transition: background-position 0.3s ease 0s;
	-o-transition: background-position 0.3s ease 0s;
	-ms-transition: background-position 0.3s ease 0s;
}

#fixed-list li a.soc1:hover {
	background-position: 0px -46px;
}

#fixed-list li a.soc2 {
	background-position: 0px -92px;
}

#fixed-list li a.soc2:hover {
	background-position: 0px -138px;
}

#fixed-list li a.soc3 {
	background-position: 0px -184px;
}

#fixed-list li a.soc3:hover {
	background-position: 0px -230px;
}

#fixed-list li a.soc4 {
	background-position: 0px -276px;
}

#fixed-list li a.soc4:hover {
	background-position: 0px -322px;
}

#fixed-list li a.soc5 {
	background-position: 0px -368px;
}

#fixed-list li a.soc5:hover {
	background-position: 0px -414px;
}

/*img[src^="/files/images"]{*/
	/*max-width:660px !important;*/
	/*width:90vw !important;*/
	/*height:auto !important;*/
/*}*/
.embeddedImages{
	max-width:660px !important;
	width:90vw !important;
	height:auto !important;
}

.butn {
	background-color: #EAEAEA;
	color: #cd272f;
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
	width: 164px;
}

.pagingNavItemNum {
    background-color: #eaeaea;
    color: #cd272f;
    display: block;
    height: 48px;
    line-height: 48px;
    margin-right: 12px;
    max-width: 48px;
	width:100%;
    text-align: center;
}

.pagingNavItemNum:hover {
    background-color: #FFFFFF;
    color: #cd272f!important;
}

.pagingNavItemActive {
    background-color: #cd272f;
    color: #EAEAEA!important;
}

.pagingBlock {
    margin-bottom: 30px;
    margin-top: 30px;
}

.pagingNavItem {
    color: #cd272f;
}

.butn:hover {
	background-color: #FFFFFF;
}

.butn:active {
	background-color: #cd272f;
	color: #EAEAEA;
}
.btn-action:hover{
	text-decoration:none;
	color: #cd272f;
}

.btn-action {
	border: 3px solid #CBCBCB;
	display: inline-block;
	height: 42px;
}

.ui-state-disabled{
    padding: 7px;
}

.emptyNewsList{
    padding-bottom: 20px;
}

.second-icon{
    right: 41px!important;
}

#content .article-play {
    background-image: url('../images/play.png');
    background-repeat: no-repeat;
    height: 68px;
    left: 50%;
    margin: -34px 0 0 -34px;
    position: absolute;
    top: 50%;
    width: 68px;
}

#content .voting-main {
    padding-bottom: 50px;
}

#content .voting-total-box {
	background-color: #C3C3C3;
	margin-bottom: 3px;
	width: 100%;
}

#content .voting-text {
    background-color: #CE272F;
    color: #FFFFFF;
    line-height: 18px;
    padding: 5px 0;
    position: relative;
}

#content .voting-total {
    color: #1B1B1B;
    left: 215px;
    padding-top: 8px;
    position: absolute;
    top: 0;
}

#content .voting-title {
	display: inline-block;
	line-height: 20px;
	padding-left: 13px;
	width: 160px;
}

#content .weather {
    height: 47px;
    line-height: 47px;
    margin-bottom: 5px;
}

#content .weather-first {
    background-color: #eaeaea;
    height: 47px;
    padding-left: 10px;
    width: 120px;
}

#content .weather-second {
    background-color: #eaeaea;
    background-repeat: no-repeat;
    height: 47px;
    padding-left: 10px;
    width: 60px;
}

#content .weather-icon {
    background-repeat: no-repeat;
    background-position: center center;
    height: 26px;
    width: 60px;
}

#content .weather-day {
    background-image: url('../images/day.png');
    background-position: center -5px;
}

#content .weather-night {
    background-image: url('../images/night.png');
    background-position: center center;
}

#content .weather-title {
    border-top: 3px solid #CD272F;
}

#content .weather-title .weather-first {
    color: #CD272F;
}

#content .thumb-photos {
    margin-left: 10px;
    margin-top: 10px;
}

#map-canvas {

	max-width: 1170px;
	min-height: 500px;
	height: 100%;
	width: 100%;
}
#content .map-container {
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
}
#content .map-bubble {
    background-color: rgb(255, 255, 255);
    bottom: 20px;
    line-height: 20px;
    opacity: 0.8;
    padding: 25px;
    position: absolute;
    right: 20px;
}

#content .a-none {
    color: #000000;
    text-decoration: none;
}

#content .rel-album-block {
    margin-bottom: 20px;
}

#content .padded {
    margin-top: 20px;
    margin-bottom: 20px;
}

#content .error-block {
    margin: 20px 20px 300px 20px;
}

@media screen and (max-width:1200px) {

	#header .top-navigation-block .center {
		padding-left:0px;
	}
	#footer .litl_nav {
		align-self: flex-end;
		padding-right: 15px;

	}
	.center-slider-mor,.center-search{
		flex-wrap: wrap;
		justify-content: center;
	}

	#content .marque-content{
		padding-right:100px;
	}
	#slider-wrapper .slider-box-inner a{
		font-size:22px;
	}
	.current-article{
		padding-left:15px;
		padding-right:15px;

	}
	#header .down-navigation li {
		text-align: left;
		width:100%;
		padding-left:10px;
	}
	#header .down-navigation li a {
		line-height: 15px;
	}
	#header .top-down-navigation {
		background-color: #1B1B1B;
		min-height: 55px;
		height: 100%;
		margin-bottom: 10px;
	}
}
@media(max-width:995px) {
    #header .top-navigation li a {
        line-height: 35px;
        padding: 0px 8px;
    }
}
@media screen and (max-width:950px) {

	#content .marque-content {
		padding-right: 70px;
	}

	#content .right-sidebar {
		float:none;
		margin:auto;
	}
	#content .left-sidebar{
		float:none;
	}

	#footer .top-left p {
		font-size: 16px;
	        padding-left:10px;
	}
	#footer .top-left h3 {
		font-size: 18px;
	        padding-left:10px;
	}
	#footer .navigation li {
		display: block;
		line-height: 20px;
		margin-left: 28px;

	}
	#slider-wrapper .slider-box-inner a {
		font-size: 18px;

	}
	.left-sidebar .albom-content{
		justify-content:center;
	}
.row{
        padding-left:15px;
        padding-right:10px;
    }
}


@media screen and (max-width:900px) {
	#content .person-speech-text-block {
		margin-left: 0px;
		padding: 50px 30px 30px;
		margin:0 auto;
	}
	#content .person-name {
		padding-top: 30px;
		padding-right:20px;
	}
	.person-speech{
		text-align: center;
	}
	.speech-img{
		margin:0 auto;
	}
	.person-spech-content {
		margin-top:20px;
		flex-wrap: wrap;
	}
	.left-sidebar h2{
		text-align: center;
	}
	#content .person-quote-begin {
		left: -15px;
		top: -15px;
	}
	#content .person-quote-end {
		background-position: 0px -31px;
		bottom: -15px;
		right: 1px;
	}
	#content .adjacent-block{
		font-size:18px;
	}
	#new-line-slider {
		height: 46px;
		line-height: 46px;
		margin-left:50px;
	}
	#slider-wrapper .slider-content {
		min-height: 350px;
	}
	#slider-wrapper .slider-box {
		min-height: 350px;
	}
	#slider-wrapper .slider-box-inner a{
		font-size:18px;

	}
	.person-speech-text-block{
		font-size:18px;
	}

	#header .top-date {
		margin: 0 auto;

	}
	#header .down-navigation {
		width: 100%;
	}

	.btn-action {
		border: 3px solid #CBCBCB;
		display: inline-block;
		height: 42px;

	}
	.pagingNavItemNum {
		height: 35px;
		line-height: 35px;
		max-width: 35px;
		margin-top:10px;
	}
	.video-row{
		justify-content:center;
	}
	.current-article h3{
		font-size:18px;
		text-align: center;
	}
	#content .left-sidebar {
		margin-bottom: 30px;

	}
	#content .map-bubble {
		bottom: 20px;
		line-height: 20px;
		padding: 10px;
		right: 20px;
	}

	#fixed-list li a {
		height: 38px;
		width: 36px;
		background-size: 100% auto;
	}
	#fixed-list li a.soc1:hover {
		background-position: 0px -37px;
	}

	#fixed-list li a.soc2 {
		background-position: 0px -75px;
	}

	#fixed-list li a.soc2:hover {
		background-position: 0px -114px;
	}
	#fixed-list li a.soc4 {
		background-position: 0px -225px;
	}

	#fixed-list li a.soc4:hover {
		background-position: 0px -263px;
	}

	#fixed-list li a.soc5 {
		background-position: 0px -300px;
	}

	#fixed-list li a.soc5:hover {
		background-position: 0px -340px;
	}

}
@media screen and (max-width:630px){
	#header .top-middle-title {
		font-size:18px;
		color: #FFFFFF;
	}
	#content .adjacent-block{
		font-size:14px;
	}
	#slider-wrapper .slider-content {
		min-height: 300px;
	}
	#slider-wrapper .slider-box {
		min-height: 300px;
	}
	#slider-wrapper .slider-box-inner a{
		font-size:16px;
	}
	.btn-action {
		border: 3px solid #CBCBCB;
		display: inline-block;
		height: 42px;
	}
	.pagingNavItemNum {
		height: 25px;
		line-height: 25px;
		max-width: 25px;
		margin-top:10px;

	}
}

@media screen and (max-width:580px){
	#header .top-middle-title {
		font-size:16px;
		color: #FFFFFF;
	}
}


@media screen and (max-width:550px) {
	#header .top-middle-title {
		font-size:16px;
		color: #FFFFFF;
		margin-top:0px;
	}
	#header .top-middle h1 {
		height: 40px;
		width:60px;
	}
	#header .top-middle h1 a {
		width:100%;
		height: 60px;
		background-size:100% auto;
	}
	#slider-wrapper .slider-box-inner{

		padding-left:3px;
		padding-right:2px;
	}
	#slider-wrapper .slider-box-inner a{
		font-size:14px;
		padding-left:2px;
		padding-right:10px;
	}
	.person-speech-text-block{
		font-size:16px;
	}
	#content .person-quotes-am {
		height: 21px;
		width: 20px;
		background-size: 100% auto;
		right:2px;
	}
	#content .person-quote-end {
		background-position: 0px -21px;
		right: 2px;
	}

	#content .news-title {
		padding-bottom: 35px;
	}
	.current-article .news-view-title{
		font-size:16px;
	}
}
@media screen and (max-width:450px) {
	#new-line-slider {
		height: 46px;
		line-height: 46px;
		margin-left: 5px;
	}

	.marque-content h3 {
		font-size: 12px;
	}

	#content .marque-content {
		padding-right: 20px;

	}

	#header .top-search-inner {
		height: 40px;
		width: 100px;
	}

	#header .top-middle-title {
		font-size: 14px;
		margin-left:55px;
	}
	#header .top-search-inner{
		bottom: -15px;
	}
	#footer .bottom-left {
		padding-top:10px;
	}
}



