/**
 * Основной кастомный css-код
 */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,400,500,600,700&subset=cyrillic');

::-webkit-scrollbar { width: 8px; height: 8px;}
::-webkit-scrollbar-button {  background-color: #666; background: linear-gradient(45deg, #47d59d 33%, #48C9B9 66%, #47c4da);}
::-webkit-scrollbar-track {  background-color: #999; background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 0px; background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);}
::-webkit-scrollbar-corner {background-color: #999; background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);}
::-webkit-resizer { background-color: #666;}

.news-main-block-views-mobile {
	display: none;
}

.ajax-progress .throbber {
  display: none;
}

.ajax-progress {
  display: none;
}

#toolbar {
	z-index: 9999;
}

#admin-menu-wrapper {
	z-index: 9999;
}

body.adminimal-menu div#admin-menu {
	z-index: 9999;
}

div.ctools-modal-content .modal-content {
    padding: 1em 1em 0 1em;
	padding-bottom: 1em;
    overflow: auto;
    position: relative;
	overflow: hidden;
}

#typo-modal .ctools-modal-content {
    background-color: #fff;
    border: 0;
    padding-bottom: 0px;
}

.modal-content {
    z-index: 9000;
}

.modal-dialog {
	top: 15%;
}

div.ctools-modal-content .modal-header {
    padding: 1em;
}

br {
	display: none;
	height: 10px;
	margin: 0px;
	padding: 0px;
	width: 0px;
}

body {
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
	transition: all 0.2s;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: underline;
	transition: all 0.2s;
}

.fluid-width-video-wrapper {
	z-index: 10;
}

.main-container {
	padding-top: 0px;
	padding-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
}

h2.block-title {
	font-weight: normal;
	margin-top: 0px;
	background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);
	position: absolute;
	top: -10px;
	left: -3px;
    padding: 10px 15px;
	padding-top: 7px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    font-size: 1.2em;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

blockquote {
    padding: 11.5px 23px;
    margin: 0 0 23px;
	font-style: italic;
    font-size: 1.0em;
	font-weight: 300;
    border-left: 5px solid #47d59d;
}

.page-header {
    padding-bottom: 0px;
    margin-top: 15px;
	margin-bottom: 45px;
	border-bottom: 0px solid #eeeeee;
	font-size: 2.4em;
	text-align: center;
}

#user-login {
	padding: 0px;
}

#comments {
	position: relative;
}

#comments h2 {
    margin-top: 23px;
    margin-bottom: 11.5px;
	font-size: 1.6em;
}

#comments textarea, textarea.form-control {
	background: #efefef;
	padding: 5px 5px;
}

.main-content-class {
	padding-top: 30px;
	border: none;
	padding-left: 30px;
	padding-right: 30px;
}

.well {
    border-radius: 3px;
    box-shadow: none;
}

.pager li > a, .pager li > span {	
	background: none;
    padding: 7px 15px;
    padding-top: 4px;
    color: #47c4da;
    font-size: 2.0em;
    margin-top: 30px;
    font-weight: 500;
	border-radius: 0px;
	border: 0px;
}

.pager li > a:hover, .pager li > span {
    text-decoration: underline;
}

#block-views-node-block-6 {
	position: relative;
}

.mobile-menu-text {
	display: none;
}

.header-region {
	padding-top: 30px;
	max-width: 100%;
    background-image: url(/files/k24_bg_front.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
	background-size: cover; 
}

.alert {
	margin-top: 30px;
}

.region-sidebar-first {
	padding-top: 30px;
}

.region-sidebar-second {
	padding-top: 30px;
}

#back-top span#button, #back-top-prev span#button-prev {
	border-radius: 50%;
	opacity: 0.9;
}

#cboxTitle {
    position: absolute;
    top: -25px;
    left: 5px;
    color: #ccc;
}

.news-main-page h3 {
	font-size: 1.6em;
    font-weight: bold;
    margin-top: 0px;
    text-align: center;
}

.news-main-page .col-lg-12  {
	padding: 0px;
}

.main-news-block {
	display: block;
}

.efir-k24-mobile {
	display: none;
	background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);
	margin-left: -15px;
	margin-right: -15px;
	padding: 3px 0px;
	text-align: center;
	font-size: 1.2em;
}
.efir-k24-mobile a {
	color: #fff;
}

.ya-search-header {
	margin-top: 30px;
	padding-bottom: 15px;
	font-weight: 500;
}

/**
 * Регион liner
 */

.time-block {
	max-width: 240px;
	font-size: 0.9em;
	padding-top: 0px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.time-block-1 {
	font-size: 1.4em;
	font-weight: 300;
	margin-right: 10px;
}

.time-block-2 {
	font-size: 1.6em;
	font-weight: 500;
	margin-right: 10px;
}

.time-block-3 {
	font-size: 1.2em;
	font-weight: 300;
}

.social-icon-block {
	text-align: center;
	margin-top: 10px;
}

.social-icon a {
	font-size: 3.0em;
	margin-right: 10px;
	margin-left: 10px;
	color: #fff;
}

.social-icon a:hover {
	font-size: 3.0em;
	margin-right: 15px;
	color: #000;
}

.news-header-label {
	position: absolute;
    top: -30px;
    left: -30px;
    background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);
    padding: 5px 15px;
    padding-top: 3px;
    padding-left: 10px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    font-size: 1.2em;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.search-button-block {
	max-width: 300px;
	margin: 0 auto;
	background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    border-radius: 3px;
	text-align: center;
	font-size: 1.2em;
	padding: 3px;
	padding-bottom: 5px;
}

.search-button-block a {
	color: #fff;
}

/**
 * Блок плеера прямого эфира
 */
 
.k24-translation-block {
	margin-bottom: 15px;
	margin-top: -15px;
}

.k24-translation-wrapper {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-bottom: 2px solid #47c4da;
	padding-bottom: 15px;
}

.k24-translation-block {
	position: relative;
	top: 15px;
}

.k24-translation-block img {
	max-width: 100%;
	webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.k24-translation-1 {
    font-size: 1.2em;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
}

.k24-translation-2 {
	font-size: 1.2em;
	margin-top: 15px;
	margin-left: 15px;
}

.k24-translation-3 {
	font-size: 1.0em;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

.k24-translation-4 {
	font-size: 1.2em;
}

.k24-translation-4 a {
	color: #fff;
}

.k24-translation-frame iframe {
	max-width: 100%;
	height: auto;
	border: 3px solid #47c4da;
	border-bottom: 0px;
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
	max-height: 800px !important;
}

#myModal1 .modal-body {
	max-height: 450px !important;
}

#myModal1 .modal-dialog {
    max-width: 60%;
    margin: 30px auto;
}

.k24-translate-frame-inside {
	margin-bottom: 15px;
}

.k24-translate-frame-inside iframe {
	max-width: 100%;
	height: auto;
	border: 3px solid #47c4da;
	border-radius: 3px;
}

/**
 * Новостные табы
 */

.news-quicktab-block {
	#padding-bottom: 30px;
	#background: url(/files/k24_line_mini.png) repeat-x 0% 100%;
}

.news-quicktab-block .col-lg-12 {
	padding: 0px;
}

ul.quicktabs-tabs.quicktabs-style-arrows {
    font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 1.4em;
	font-weight: 600;
    border-bottom: 0px solid #ccc;
    padding: 0px 0px;
    line-height: 22px;
    margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-bottom: 30px !important;
	background: url(/files/k24_line_mini.png) repeat-x 0% 100%;
}

ul.quicktabs-tabs.quicktabs-style-arrows li a:hover {
    text-decoration: none;
    background: none;
	color: #000;
	border-bottom: 2px solid #000;
}

ul.quicktabs-tabs.quicktabs-style-arrows li.active a {
	padding: 3px 0px;
	margin-right: 15px;
	background-color: #fff;
    border-color: transparent;
	background: none;
    border: 0px solid transparent;
	transition: all 0.0s;
}

ul.quicktabs-tabs.quicktabs-style-arrows li.active a {
	color: #47c4da;
	transition: all 0.0s;
}

ul.quicktabs-tabs.quicktabs-style-arrows a {
    text-decoration: none;
    background: none;
	color: #000;
    padding: 3px 0px;
	margin-right: 15px;
	transition: all 0.0s;
}

#back-top {
    position: fixed;
    bottom: 0px;
    margin-left: 20px;
	z-index: 499;
}

/**
 * Специальные компоненты
 */

.line-goriz-mini {
	width: 100%;
	height: 4px;
	background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);
	z-index: 50;
}

/**
 * Компоненты bootstrap
 */

.btn-success {
    color: #ffffff;
    background-color: #fff;
	background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);
    border-color: transparent;
	transition: all 0.2s ease-in 0s;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #fff;
	background: linear-gradient(45deg, #47d59d 33%, #48C9B9 66%, #47c4da);
    border-color: transparent;
	transition: all 0.2s ease-in 0s;
}

.btn-info {
    color: #ffffff;
    background-color: #fff;
	background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);
    border-color: transparent;
	transition: all 0.2s ease-in 0s;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #fff;
	background: linear-gradient(45deg, #47d59d 33%, #48C9B9 66%, #47c4da);
    border-color: transparent;
	transition: all 0.2s ease-in 0s;
}

.btn-default {
    color: #ffffff;
    background-color: #fff;
	background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);
    border-color: transparent;
	transition: all 0.2s ease-in 0s;
	border: 0px solid transparent;
}

.btn-default:hover {
    color: #ffffff;
    background-color: #fff;
	background: linear-gradient(45deg, #47d59d 33%, #48C9B9 66%, #47c4da);
    border-color: transparent;
	transition: all 0.2s ease-in 0s;
	border: 1px solid transparent;
}

.btn-primary {
    color: #ffffff;
    background-color: #fff;
	background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);
    border-color: transparent;
	transition: all 0.2s ease-in 0s;
	border: 1px solid transparent;
}

.btn-primary a {
	color: #fff;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #fff;
	background: linear-gradient(45deg, #47d59d 33%, #48C9B9 66%, #47c4da);
    border-color: transparent;
	transition: all 0.2s ease-in 0s;
	border: 1px solid transparent;
}

.alert-success {
    background-color: #fff;
	background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);
}

.nav-tabs {
    margin-bottom: 20px;
	margin-top: 10px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9060;
    display: none;
	max-width: 300px;
}

.btn {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	border: 1px solid transparent;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
	padding-top: 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/**
 * Блок строки поиска
 */
 
.search-block-class {
	margin-top: 15px;
}

.search-block-class .views-exposed-form .views-exposed-widget .btn {
    margin-top: 2.1em;
	margin-left: 1em;
}

.search-block-class input.form-control, input[type=text], [type=text].form-control {
	width: 100%;
	min-width: 475px;
	margin-bottom: 0px;
	border-bottom: 1px solid transparent;
	background: transparent;
	border-radius: 0px;
	padding-left: 0px;
}

input.form-control, input[type=password], [type=password].form-control {
	margin-bottom: 30px;
	border-bottom: 1px solid #48C9B9;
}

.search-block-class .views-exposed-form .views-exposed-widget {
    float: left;
    padding: .5em 1em 0 0;
	padding-right: 0px;
}

/**
 * Блок новостей списком (views)
 */
 
.news-main-block-wrapper-list {
	position: relative;
	margin-bottom: 15px;
	margin-top: 5px;
	transition: all 0.3s ease-in 0s;
}

.news-main-block-wrapper-list:hover .news-main-block-date-list {
	transition: all 0.3s ease-in 0s;
	border-left: 3px solid #47c4da;
}

.news-main-block-date-list {
	font-size: 1.0em;
	color: #47c4da;
	position: relative;
	bottom: 0px;
	text-align: left;
	border-left: 3px solid #fff;
}

.news-main-block-title-list {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.4;
	vertical-align: bottom;
}

.news-main-block-count-list {
	color: #47d59d;
	font-size: 0.9em;
	position: relative;
	top: 0px;
}

/**
 * Блок новостей списком внутри (views)
 */

.news-inside-block {
	padding: 15px;
	margin-top: 30px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	border-radius: 3px;
	border-top: 2px solid #47c4da;
    border-bottom: 2px solid #47c4da;
}

.news-main-block-views-inside h3 {
	text-align: center;
	font-size: 1.4em;
	padding-bottom: 15px;
	font-weight: 500;
}
 
.news-main-block-wrapper-list-inside {
	position: relative;
	margin-bottom: 15px;
	transition: all 0.1s ease-in 0s;
	text-align: left;
}

.news-main-block-date-list-inside {
	font-size: 1.0em;
	color: #47c4da;
	bottom: 2px;
	text-align: left;
}

.news-main-block-title-list-inside {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.4;
}

.news-main-block-count-list-inside {
	color: #47d59d;
	font-size: 0.9em;
	position: relative;
	bottom: 0px;
}

/**
 * Блок новостей основной (views)
 */
 
.news-main-block-wrapper {
	position: relative;
	padding-bottom: 30px !important;
	padding-top: 20px !important;
	transition: all 0.1s ease-in 0s;
}

.news-main-block-wrapper:hover .news-main-block-date {
    color: #47c4da;
}

.news-main-block-date {
	font-size: 1.4em;
	text-align: center;
	padding-top: 0px;
	font-weight: 500;
	color: #47c4da;
	transition: all 0.1s ease-in 0s;
}

.news-main-block-video {
	color: #47c4da;
	font-size: 1.4em;
	margin-top: -15px;
}

.news-main-block-image img {
	border-radius: 3px;
	padding: 3px;
	max-width: 100px;
	height: auto;
	margin: 0 auto;
	float: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.taxonomy-display-views .news-main-block-image img {
	border-radius: 3px;
	max-width: 100px;
	height: auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.taxonomy-display-views h3 {
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 0px;
    text-align: center;
}

.news-main-block-title {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.6;
	padding-top: 0px;
	padding-left: 35px;
	border-left: 3px solid #47c4da;
	margin-top: 0px;
}

.news-main-block-title:hover a {
	color: #47c4da;
}

.news-main-block-comments {
	color: #47c4da;
	padding-left: 15px;
	font-size: 0.8em;
}

.news-main-block-razdel {
	padding-top: 5px;
}

.news-main-block-razdel a {
	color: #47c4da;
	font-size: 1.0em;
	font-weight: 400;
}

.news-main-block-views {
	z-index: 8888 !important;
}

.news-main-block-views-2 {
	margin-top: 45px;
}

.news-main-block-views .col-lg-1 {
	padding-left: 0px;
}

.news-main-block-views-overlay {
	max-height: auto;
	overflow-x: hidden;
	overflow-y: visible;
}

.news-main-block-views .pager li > a, .pager li > span {
    background: none;
    padding: 7px 15px;
    padding-top: 4px;
    color: #47c4da;
    font-size: 2.0em;
	margin-top: 30px;
	font-weight: 500;
	border: 0px;
}

.news-main-block-views h3 {
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
}

/**
 * Блок важных новостей (views)
 */
 
.news-important-wrapper {
	position: relative;
}

.news-important-label {
	font-size: 1.0em;
	font-weight: 500;
	padding: 3px 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	background: url(/files/over_black.png) repeat;
	border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.news-important-label .fa, .fab, .fal, .far, .fas {
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}

.news-important-label-2 {
	font-size: 1.4em;
	font-weight: 500;
}

.news-important-label-2 .fa, .fab, .fal, .far, .fas {
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}

.news-important-label-3 {
	font-size: 1.4em;
	font-weight: 500;
	padding: 15px;
}

.news-important-label-3 .fa, .fab, .fal, .far, .fas {
	margin-right: 5px;
	position: relative;
	bottom: 1px;
}

.news-important-label-5 {
	font-size: 1.4em;
	font-weight: 500;
	padding-bottom: 15px;
}

.news-important-image img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.news-important-title {
	position: absolute;
	bottom: 0px;
    color: #fff;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.4;
    padding: 15px;
    padding-top: 30%;
	width: 100%;
    background: transparent linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.02) 10%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0% 0%;
}

.news-important-title a {
	color: #fff;
}

/**
 * Блок важных новостей дополнительный (views)
 */
 
.news-important-views-add {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	padding: 10px 0px;
	position: relative;
	border-bottom: 2px solid #47c4da;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.news-important-add-block {

}

.news-important-wrapper-add {
	padding: 10px 0px;
}

.news-important-title-add {
	font-size: 1.2em;
	line-height: 1.4;
	padding: 5px 15px;
}

.news-important-date-add {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	color: #47c4da;
	position: relative;
	bottom: 3px;
}


/**
 * Блок infinity news (views)
 */
 
.news-infinity-row {
	background: url(/files/k24_line.png) repeat-x 0% 0%;
	margin-top: 30px;
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;
}

.news-infinity-wrapper {
	position: relative;
}

.news-infinity-date {
	color: #47c4da;
    font-size: 1.4em;
    padding-bottom: 15px;
}

.news-infinity-title h2 {
	padding-bottom: 0px;
	margin-top: 0px;
    font-weight: bold;
	font-size: 2.4em;
	line-height: 1.4;
}

.news-infinity-image img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

.news-infinity-anons {
	font-size: 1.4em;
    line-height: 1.6;
	color: #000;
	padding-bottom: 30px;
	padding-top: 15px;
}

.news-infinity-body {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 30px;
    position: relative;
}

.news-infinity-body h1 {
	font-size: 1.2em;
    font-weight: 600;
	padding-bottom: 15px;
	line-height: 1.4;
}

.news-infinity-body h2 {
	font-size: 1.2em;
    font-weight: 600;
	padding-bottom: 15px;
	line-height: 1.4;
}

.news-infinity-tags-group {
    padding-top: 30px;
}

.news-infinity-tag .btn {
	margin-right: 15px;
}

.news-infinity-comment-link {
	font-size: 1.2em;
	margin-top: 30px;
	font-weight: 500;
}

.news-infinity-tags-group a {
	color: #fff;
}

.news-infinity-tags-group .btn {
	margin-right: 15px;
}

/**
 * Вывод новости (display suite)
 */

.group-node-main-group {
	padding: 0% 10%;
}

.news-class .main-content-class {
	background: #fff;
	transition: all 0.2s ease-in 0s;
}

.news-class .main-content-class:hover {
	background: #efefef;
	transition: all 0.2s ease-in 0s;
}

.news-context-class .main-content-class {
    padding: 30px 0px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.news-context-class .search-block-class {
	background: none;
    padding-left: 30px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

.news-view-title h1 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1.4;
}

.news-view-title {
	padding-bottom: 5px;
	padding-right: 5%;
	margin-top: -5px;
}

.group-news-anons-group {
	position: relative;
	margin: 0 auto;
}

.news-view-date {
	color: #47c4da;
	font-size: 1.4em;
	padding-bottom: 15px;
}

.news-view-image {
	margin: 0 auto;
}

.news-view-image img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

.news-view-anons {
	position: relative;
	bottom: 0px;
	font-size: 1.4em;
	line-height: 1.6;
	padding-bottom: 30px;
	width: 100%;
}

.news-view-anons a {
    color: #47c4da;
}

.news-view-text {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.6;
	margin-top: 30px;
	position: relative;
	width: 100%;
}

.news-view-text img {
    max-width: 100%;
    height: auto !important;
}

.news-view-text a {
	color: #47c4da;
}

.news-view-text h1 {
	font-size: 1.2em;
	font-weight: 600;
	padding-bottom: 15px;
	line-height: 1.6;
}

.news-view-text h2 {
	font-size: 1.2em;
	font-weight: 600;
	padding-bottom: 15px;
	line-height: 140%;
}

.group-news-tags-group {
	padding-top: 30px;
}

.group-news-tags-group a {
	color: #fff;
}

.group-news-tags-group .btn {
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.news-ds-video {
	margin-top: 30px;
}

.uptolike-share {
	padding-top: 30px;
}

.send-message {
	font-weight: 600;
	font-size: 1.1em;
	padding-top: 30px;
}

.news-view-img-source {
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	width: 100%;
	font-size: 1.0em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	background: url(/files/over_black.png) repeat;
}

/**
 * Вывод анонса новости (display suite)
 */

.news-view-anons-date {
	color: #47d59d;
	font-size: 1.4em;
	padding-bottom: 15px;
	padding-top: 15px;
}

.news-view-anons-anons {
	font-size: 1.2em;
	padding-bottom: 15px;
}

.news-view-anons-title h2 {
	font-weight: bold;
}

.group-news-anons-wrapper {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(/files/k24_line_mini.png) repeat-x 0% 100%;
}


/**
 * Вывод проекта (display suite)
 */

.group-project-main-group {
	padding: 0% 10%;
}
 
.project-ds-data {
	color: #47d59d;
    font-size: 1.4em;
	padding-top: 10px;
    padding-bottom: 15px;
}

.project-ds-title h1 {
	margin-top: 0px;
    font-weight: bold;
    font-size: 2.4em;
    line-height: 1.4;
}

.project-ds-title {
	padding-bottom: 0px;
	padding-right: 5%;
}

.project-ds-project {
	padding-bottom: 15px;
}

.project-ds-project a {
	color: #47d59d;
    font-size: 1.6em;
}

.project-ds-video {
	padding-top: 20px;
}

.project-ds-body {
	font-size: 1.4em;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 30px;
}

.project-ds-body h2 {
	font-size: 1.0em;
	line-height: 1.4;
	font-weight: bold;
	padding-bottom: 15px;
}

.project-ds-body iframe {
	text-align: center;
	margin: 0 auto;
}

.group-project-tag-group {
	text-align: left;
	padding-top: 30px;
}

.group-project-tag-group a {
	color: #fff;
}

.group-project-tag-group .btn {
	margin-right: 15px;
}

.project-ds-anons {
    position: relative;
    bottom: 0px;
    font-size: 1.4em;
    line-height: 1.6;
    padding-bottom: 15px;
    width: 100%;
}

/**
 * Блок похожих материалов
 */
 
.similar-block-views {
	padding-top: 30px;
}

.similar-block-wrapper {
	font-size: 1.2em;
}

.similar-block-wrapper:hover {
	color: #47c4da;
}

.similar-block-wrapper:hover a {
	color: #47c4da;
}


/**
 * Блок гороскопа
 */
 
.goroskop-block {
	margin-top: 30px;
}

.news-important-image img {
	border-radius: 3px;
}

.goroskop-news-important-title {
    position: absolute;
    bottom: 0px;
	width: 100%;
    color: #fff;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.4;
    padding: 15px;
    padding-top: 15%;
	border-radius: 3px;
    background: transparent linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.02) 10%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0% 0%;
}

.goroskop-news-important-title a {
	color: #fff;
}

/**
 * Блок проектов
 */

.projects-main-block {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	margin-top: 30px;
	border-top: 2px solid #47c4da;
    border-bottom: 2px solid #47c4da;
}

.project-block-wrapper {
	position: relative;
	margin-bottom: 30px;
}

.project-block-image img {
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.project-block-title {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}

.project-block-title a {
	font-size: 1.2em;
    line-height: 1.4;
	font-weight: 500;
}

.project-block-title a:hover {
	color: #47c4da;
}

.block-footer-link-1 {
	padding: 15px;
	padding-top: 0px;
	font-size: 1.2em;
	font-weight: 500;
}

.block-footer-link-2 {
	padding-top: 15px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 1.2em;
	font-weight: 500;
}


/**
 * Блок разделов
 */

.razdel-block {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	padding: 15px;
	padding-top: 60px;
	padding-bottom: 30px;
	margin-top: 30px;
	position: relative;
	transition: all 0.2s ease-in 0s;
	border-top: 2px solid #47c4da;
    border-bottom: 2px solid #47c4da;
	#background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d) !important;
}

.k24-page .razdel-block {
	margin-top: 0px;
}

.razdel-block-wrapper {
	font-size: 1.0em;
	padding-bottom: 5px;
	float: none;
	margin-right: 15px;
	padding-left: 15px;
	display: block;
}

.razdel-block-wrapper:hover {
	text-decoration: underline;
}

.razdel-block-wrapper-goriz {
	background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);
	padding: 5px 15px;
}

.razdel-block-goriz-item {
	display: inline-block;
	margin: 0px 5px;
}


/**
 * Основное меню
 */

body.admin-menu.navbar-is-fixed-top {
    padding-top: 0px;
}

body.navbar-is-fixed-top {
    padding-top: 0px;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;  
 }

.navbar-default .navbar-nav > li > a {
    color: #fff;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 5px;
}

.navbar-default .navbar-nav > li > a .fa, .fab, .fal, .far, .fas {
	font-size: 1.8em;
}

.navbar-default .menu-li-a {
	color: #fff;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	padding-top: 15px;
	padding-bottom: 5px;
	margin-top: 5px;
	padding: 10px 15px;
}

.navbar-default .menu-li-a:hover {
	text-decoration: underline;
}

.navbar-logo-img img {
	max-width: 60px;
}

.navbar-brand {
	font-size: 1.4em;
	display: none;
}

.navbar-default .navbar-brand {
    color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.navbar-default .navbar-brand:hover {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	text-decoration: underline;
}

.navbar-default .navbar-nav > li > a:active {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}

.navbar-default .navbar-nav > li > a::selection {
	color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 15px;
	border-radius: 3px;
	z-index: 9999;
}

.dropdown-menu > li > a {
	float: none;
	width: 100%;
	text-align: center;
    padding: 3px 20px;
    color: #000;
}

.dropdown-menu > li > a:hover {
	background: #fff;
	color: #47c4da;
}

.dropdown-menu > li > a .fa, .fab, .fal, .far, .fas {
	margin-right: 10px;
}

.dropdown-menu .fa, .fab, .fal, .far, .fas {
	margin-right: 10px;
	font-size: 0.8em;
}

.dropdown-menu {
    font-size: 1.2em;
	z-index: 9000;
}

.navbar-nav {
	float: none;
	text-align: center;
}

.navbar-nav li {
	float: none;
	display: inline-block;
}

.navbar-fixed-top.scrolled {
    background-image: none !important;
    background-repeat: no-repeat;
	background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d) !important;
    -moz-background-size: 100%;
    -webkit-background-size: 50%;
    -o-background-size: 100%;
    background-size: 100%;
    overflow: hidden;
	transition: all 0.2s ease-in 0s;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
}

.navbar-fixed-top.scrolled .navbar-default {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
	transition: all 0.2s ease-in 0s;
}


.navbar-fixed-top.scrolled .navbar-nav > li > .dropdown-menu {
	z-index: 99999 !important;
}

/**
 * Темизация модуля debug_bar
 */

#debug-bar.debug-bar-bottom-right {
    bottom: 0;
    right: 0;
    border-top-left-radius: 0px;
    border-width: 1px 0px 0px 1px;
}
#debug-bar {
    font: normal normal 12px/21px 'Fira Sans Condensed', sans-serif !important;
    color: #333;
    border: 3px double #AAA;
    position: fixed;
    overflow: auto;
    white-space: nowrap;
    z-index: 30000;
    list-style: none none;
    clear: left;
    padding: 0;
    margin: 0;
	background: #fff !important;
	margin-bottom: -2px;
}

/**
 * Шапка сайта Катунь 24
 */

.header-logo-block {
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 25px;
	position: relative;
	background: url(/files/k24_line_mini.png) repeat-x 0% 0%;
}

.header-logo {
	text-align: center;
}

.header-left {
	text-align: center;
	padding-top: 40px;
}

.header-right {
	text-align: center;
	padding-top: 40px;
}

.header-logo img {
	max-width: 180px;
	float: none;
}

.header-text-1 {
	margin-top: 15px;
	font-size: 1.8em;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.header-text-1 img {
	padding-top: 0px;
}

.header-text-2 {
	font-size: 1.2em;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.header-text-3 {
	font-size: 2.0em;
	color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#logoregion {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}


/**
 * Подвал сайта Катунь 24
 */

.footer {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
    border-top: 0px solid #E5E5E5;
	background-image: url(/files/k24_bg_3_footer.jpg);
	
}

.footer-adress {
	#color: #fff;
    #text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	text-align: center;
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d);
}

.footer-main-text {
	font-size: 1.2em;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.footer-main-text p {
	margin-bottom: 5px;
}

.footer-main-text .fa, .fab, .fal, .far, .fas {
	margin-right: 5px;
}

.footer-info-block {
	padding-top: 15px;
}

/**
 * Веб-камеры
 */
 
.web-ip-views {
	
}

.web-ip-frame {
	margin-top: 0px;
	margin-bottom: 15px;
}

.web-ip-map {
	margin-top: 15px;
}

.web-ip-text {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
	padding-left: 10%;
}

.city-web-views .view-header {
	font-size: 1.2em;
	border-left: 4px solid #47c4da;
	padding-left: 30px;
	font-weight: 500;
	margin-top: 45px;
	margin-bottom: 30px;
}

.ip-web-head h2 {
	margin-top: 0px;
	background: url(/files/k24_line_mini.png) repeat-x 0% 100%;
	padding-bottom: 30px;
}

.web-ip-views h3 {
	font-weight: bold;
	margin-top: 0px;
}

.ip-web-view-wrapper {
	padding: 30px 0px;
	background: url(/files/k24_line_mini.png) repeat-x 0% 100%;
}

.ip-web-view-online-wrapper {
	padding: 15px 0px;
}

.ip-web-online-block {
	position: relative;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	padding: 15px;
	margin-top: 30px;
	border-top: 2px solid #47c4da;
	border-bottom: 2px solid #47c4da;
}

.ip-web-online-block h3 {
	font-size: 1.8em;
	margin-top: 15px;
}

.ip-web-view-title {
	font-size: 2.0em;
	font-weight: 500;
	padding-top: 5px;
	text-align: center;
}

.ip-web-view-online-title a {
	font-size: 1.2em;
	font-weight: 500;
}

.ip-web-view-online-status {
	color: #47c4da;
}

.ip-web-view-title-second {
	font-size: 1.6em;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 10%;
	text-align: left;
}

.ip-web-view-text-second {
	font-size: 1.2em;
	padding-left: 10%;
	padding-bottom: 15px;
}

.ip-web-view-img img {
	border-radius: 50%;
	max-width: 60px;
	margin-right: 15px;
	float: left;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.ip-web-view-online-img img {
	border-radius: 50%;
	max-width: 42px;
	margin-right: 15px;
	margin-top: 5px;
	float: left;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.ip-web-view-count {
	color: #47c4da;
	padding-left: 30px;
	font-size: 18px !important;
}

.ip-web-view-body {
	padding-top: 15px;
	font-size: 1.1em;
	padding-left: 75px;
}


/**
 * Страница в display suite
 */
.page-ds-text {
	font-size: 1.2em;
}

.page-ds-title h1 {
	margin-top: 0px;
	font-weight: bold;
	padding-bottom: 30px;
	font-size: 2.4em;
	margin-top: 0px;
}


/**
 * Блок баннеров справа
 */
.banners-right {
	padding: 15px 20%;
	position: relative;
}

.banners-right img {
	width: 100%;
	height: auto;
	transition: all 0.1s;
	margin: 15px 0px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.banners-right img:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	transition: all 0.1s;
}

/**
 * Блок баннеров слева
 */
.banners-left {
	padding: 15px 20%;
	position: relative;
}

.banners-left img {
	width: 100%;
	height: auto;
	transition: all 0.1s;
	margin: 15px 0px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.banners-left img:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	transition: all 0.1s;
}

/**
 * Блок баннеров широкий
 */
.banners-wide {
	padding: 0px;
	position: relative;
}

.banners-wide img {
	width: 100%;
	height: auto;
	transition: all 0.1s;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}

.banners-wide-top-mobile {
	display: none;
}

.banners-wide img:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	transition: all 0.1s;
}

.banners-wide-bottom {
	padding: 0px;
	position: relative;
	max-height: 200px;
}

.banners-wide-bottom img {
	transition: all 0.1s;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	margin-top: 30px;
}

.banners-wide-bottom img:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	transition: all 0.1s;
}

.banner-right-block img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	transition: all 0.1s;
}

/**
 * Блок smi2
 */
.smi2-block {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	padding: 15px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 30px;
	position: relative;
	border-top: 2px solid #47c4da;
	border-bottom: 2px solid #47c4da;
}

#container_91599 .list-container-item .title {
	font-family: 'Fira Sans Condensed', sans-serif !important;
	height: auto !important;
}

#container_91599 .list-container-item .image {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	max-width: 60px;
	height: auto;
}

/**
 * Блок сейчас читают
 */
.read-now-block-wrapper {
	position: relative;
	padding-top: 15px;
	padding-bottom: 5px;
}

.read-now-block {
	padding-top: 0px;
	border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-top: 30px;
    border-top: 2px solid #47c4da;
    border-bottom: 2px solid #47c4da;
}

.read-now-block .news-important-label {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 1.6em;
    font-weight: 500;
    padding: 3px 15px;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    background: url(/files/over_black.png) repeat;
    color: #fff;
}

.read-now-block-title {
	font-size: 1.2em;
	line-height: 1.4;
}

.read-now-block-image img {
	border-radius: 50%;
    max-width: 40px;
    height: auto;
    margin-top: 5px;
    float: left;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}


/**
 * Блок разделов
 */
.razdel-block {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	margin-top: 30px;
	padding: 15px;
}
 
.razdel-block-row {
	font-size: 1.3em;
	font-weight: 600;
	padding: 5px 0px;
	padding-right: 30px;
	float: left;
}

.razdel-block-row-icon {
	color: #47c4da;
}

.news-important-label-4 {
	font-size: 1.4em;
    font-weight: 500;
	padding-bottom: 15px;
}

/**
 * Блок Mediametrics
 */
.mediametrics-block {
	border-top: 2px solid #47c4da;
	border-bottom: 2px solid #47c4da;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	margin-top: 30px;
	padding: 15px;
}

.mm-body {
	margin: 0 auto !important;
	font-family: 'Fira Sans Condensed', sans-serif !important;
	width: 100% !important;
	border-radius: 3px;
	padding: 15px !important;
}

.header-85736 {
	padding-bottom: 15px;
	font-family: 'Fira Sans Condensed', sans-serif !important;
	text-align: center !important;
}

.mediametrix-text {
	font-size: 1.4em;
	padding-right: 15px;
	position: relative;
	top: 4px !important;
	font-family: 'Fira Sans Condensed', sans-serif !important;
}

.mm-body__line--middle img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	margin: 0 auto !important;
	max-width: 190px !important;
	max-height: 190px !important;
	float: left !important;
}

.mm-body__line a img {
	float: left !important;
	margin-right: 15px !important;
}

.mm-body__line a {
	margin-top: 15px !important;
}

#.mm-body__line--horizontal {
	width: 150px !important;
}


/**
 *Flexslider
 */
 
.flexslider {
	border: 0px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    position: absolute;
    top: 10%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flexslider .slides img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}


/**
 *Страница термина таксономии
 */
 
.taxonomy-page-title h1 {
	font-size: 2.4em;
	font-weight: 500;
	padding-bottom: 15px;
	margin-top: 0px;
	text-transform: capitalize;
	text-align: center;
}

.taxonomy-page-image {
	margin-bottom: 30px;
}

.taxonomy-page-image img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
}


/**
 *Галерея параграфа
 */

.gallery-wrapper {
	margin-bottom: 15px;
}

.gallery-wrapper img {
	margin-top: 30px;
}

.gallery-wrapper-2 img {
	margin-top: 30px;
}


/**
 *Комментарий
 */
.comment-date {
	font-weight: bold;
}

.comment-text {
	font-size: 1.4em;
	border-left: 2px solid #47c4da;
	padding-left: 15px;
	margin: 15px 0px;
}


/**
 *Комментарий
 */
.tvprog-wrapper {
	
}

.tvprog-time {
	font-weight: 500;
	font-size: 1.2em;
	padding-right: 15px;
}

.tvprog-name {
	font-weight: 300;
	font-size: 1.2em;
}

.tvprog-block-header {
	padding-top: 30px;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 1.6em;
}


.sendpulse-bar.sendpulse-prompt {
    position: fixed !important;
	bottom: 0px !important;
    z-index: 99999999 !important;
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
	width: 100%;
}


/**
 *Google adsence
 */
.google-adsense-left {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 15px;
    position: relative;
    border-top: 2px solid #47c4da;
    border-bottom: 2px solid #47c4da;
	margin-top: 30px;
}

.google-adsense-right {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding: 15px;
    position: relative;
    border-top: 2px solid #47c4da;
    border-bottom: 2px solid #47c4da;
	margin-top: 30px;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 5px;
    background: #48C9B9;
    filter: Alpha(Opacity=50);
    opacity: 0.9;
	border: 1px solid #48C9B9;
}

.fotorep-img-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}

.fotorep-img {
	margin-top: 15px;
	margin-bottom: 15px;
}


.fotorep-img img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

/**
 *Special button
 */
.special-button {
	position: fixed;
	left: -20px;
	top: 15%;
	background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #47d59d) !important;
	padding: 10px 30px;
	padding-right: 5px;
	color: #fff;
	font-size: 2.0em;
	transition: all 0.1s;
	-webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.special-button a {
	color: #fff;
}

.special-button:hover {
	left: 0px;
	padding: 10px 15px;
	padding-right: 15px;
	transition: all 0.1s;
}

.paragraphs-code-field {
	margin-top: 30px;
	margin-bottom: 5px;
	width: 100%;
	height: 100%;
}

.paragraphs-code-field iframe{
	width: 100%;
	height: 100%;
	min-height: 600px;
	border-width: 0px !important;
}

.otp-input .indicator {
    position: absolute;
    font-size: 18px;
    color: #000000 !important;
    line-height: 20px;
}

#vk_groups {
	margin-top: 15px;
}

.vk-vidget-block {
	margin: 0 auto !important;
}

.ok-widget {
	margin: 0 auto !important;
	padding-top: 30px;
}

#vk_widget, #vk_groups {
    width: 100% !important;
}

#ok_group_widget {
	margin-top: 30px;
}

#ok_shareWidget {
	margin-top: 15px;
}

.insta-ds-title h1 {
	font-size: 2.6em;
	padding-bottom: 30px;
	margin-top: 0px;
}

.insta-block {
	position: relative;
	margin-top: 30px;
	border-top: 2px solid #47c4da;
    border-bottom: 2px solid #47c4da;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    position: relative;
	padding: 15px;
	padding-top: 60px;
	font-family: 'Fira Sans Condensed', sans-serif !important;
}

.insta-block iframe {
    border-radius: 0px !important;
    border: 0px solid rgb(219, 219, 219) !important;
	font-family: 'Fira Sans Condensed', sans-serif !important;
}

.insta-block a.FollowButton, a.ViewProfileButton {
    background-color: #47c4da !important;
}

.insta-block .owl-theme .owl-controls {
	position: absolute;
	top: -60px;
	left: 40%;
    margin-top: 10px;
    text-align: center;
}

.insta-block  .EmbedFrame {
    position: relative;
    padding-bottom: 100%;
	font-family: 'Fira Sans Condensed', sans-serif !important;
}

.insta-block .Caption {
    display: block;
    line-height: 18px;
    padding: 0 10px 10px;
	font-family: 'Fira Sans Condensed', sans-serif !important;
}

.product-color-tag .img-responsive {
	text-align: right;
	max-width: 80px;
}


/**
 * switcher-block
 */


.switcher-block .nav-tabs {
	padding-top: 30px;
	background: url(/files/k24_line_mini.png) repeat-x 0% 0%;
	#text-align: center;
}

.switcher-block .nav-tabs > li {
    #float: none;
	#display: inline-block;
    margin-bottom: -1px;
	font-size: 1.4em;
}

.switcher-block {
	margin-left: -15px;
	margin-right: -15px;
}

.switcher-block .nav-tabs > li > a {
	color: #000;
	box-shadow: inset 0 -2px 0 #000000;
	padding: 5px 0px;
	margin-right: 30px;
	margin-left: 0px;
}

.switcher-block .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
	color: #47c4da;
	box-shadow: inset 0 -2px 0 #48C9B9;
}

/**
 * board
 */

.board-now-block {
	padding-top: 0px;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-top: 30px;
    border-top: 2px solid #47c4da;
    border-bottom: 2px solid #47c4da;
}

.board-block-wrapper {
	margin-bottom: 30px;
	margin-top: 20px;
}

.board-block-image img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	margin-top: 3px;
}

.board-block-text {
	line-height: 140%;
}

.board-block-date {
	line-height: 140%;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 3px;
}

.board-block-footer {
	margin-top: 20px;
}

.board-block-link {
	font-weight: bold;
	padding-top: 10px;
}

.board-block-inside {
	margin-top: 30px;
}

.board-page-wrapper {
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 25px;
	background: url(/files/k24_line_mini.png) repeat-x 0% 100%;
}

.board-page-image img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	margin-top: 5px;
}

.board-page-text {
	line-height: 140%;
	font-size: 1.1em;
}

.board-page-date {
	line-height: 140%;
	font-size: 1.0em;
	font-weight: bold;
}

.group-board-page-group {
	background: url(/files/k24_line_mini.png) repeat-x 0% 100%;
	padding-bottom: 30px;
}

.board-ds-page-date {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 15px;
}

.board-ds-page-image img {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	margin-bottom: 30px;
}

.board-ds-page-text {
	line-height: 140%;
	font-size: 1.2em;
}

.board-class .nav-tabs {
	display: none;
}

