/**
 * Main custom 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: #026FD6;
    background: linear-gradient(#026FD6, #026FD6);
}
::-webkit-scrollbar-track {
    background-color: #999;
    background: linear-gradient(#026FD6, #31FFB4);
}
::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 0px;
    background: linear-gradient(#026FD6, #31FFB4);
}
::-webkit-scrollbar-corner {
    background-color: #999;
    background: linear-gradient(#026FD6, #31FFB4);
}
::-webkit-resizer {
    background-color: #666;
}

.k24-page-class .region-sidebar-first {
    margin-top: 80px;
}

.k24-page-class .region-sidebar-second {
    margin-top: 20px;
}

.bootstrap-top-menu {
	opacity: 1;
}

.cackle-comments {
	padding: 0% 5%;
}

.cackle-comments-moderation {
	padding: 0% 5%;
	z-index: 0 !important;
}

.cackle-link-block {
	display: none;
}

.ca .mc-comments-right {
    float: right!important;
	z-index: 0 !important;
}

.cc .mc-nocomments {
    font-family: 'Fira Sans Condensed', sans-serif !important;
}

.cc .mc-sort li.mc-active a {
    font-family: 'Fira Sans Condensed', sans-serif !important;
}

.cc .mc-textarea-wrap, .mc-complaint .mc-textarea-wrap {
	font-family: 'Fira Sans Condensed', sans-serif !important;
}

.cc .mc-nav li a {
	font-family: 'Fira Sans Condensed', sans-serif !important;
}

.rc-anchor {
	display: none !important;
}

.ca .zzz {
    position: absolute!important;
    top: 10%!important;
    right: 0!important;
}


video {
  width: 100%;
  height: auto;
  max-height: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.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 {
	overflow-x: hidden;
    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: 60px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
}
h2.block-title {
   font-size: 2.0em;
    font-weight: 600;
	padding-top: 30px;
    padding-bottom: 30px;
    background: linear-gradient(45deg,#000000 0%,#026FD6 20%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
	text-transform: uppercase;
	
	border-top: 3px solid transparent;
    border-image: linear-gradient(45deg,#000000 0%,#026FD6 40%,#31FFB4 100%);
    border-image-slice: 1;
}
blockquote {
    padding: 11.5px 23px;
    margin: 0 0 23px;
    font-style: italic;
    font-size: 1.0em;
    font-weight: 400;
	
	border-left: 5px solid transparent;
    border-image: linear-gradient(#026FD6,#31FFB4);
    -moz-border-image: -moz-linear-gradient(#026FD6,#31FFB4);
    -webkit-border-image: -webkit-linear-gradient(#026FD6,#31FFB4);
    border-image-slice: 1;
}
.page-header {
    padding-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 45px;
    border-bottom: 0px solid #eeeeee;
    font-size: 2.6em;
    text-align: center;
	font-weight: 600;
	background: linear-gradient(45deg,#000000 20%,#026FD6 40%,#31FFB4 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
}
#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: 15px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}
.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: 1.4em;
    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%;
	#min-height: 400px;
    #background-image: url(/files/k24_bg_front.jpg);
    #background-repeat: no-repeat;
    #overflow: hidden;
    #background-size: cover;
	
	#border-bottom: 5px solid transparent;
    #border-image: linear-gradient(45deg,#026FD6,#31FFB4);
    #-moz-border-image: -moz-linear-gradient(45deg,#026FD6,#31FFB4);
    #-webkit-border-image: -webkit-linear-gradient(45deg,#026FD6,#31FFB4);
    #border-image-slice: 1;
}

.alert {
    margin-top: 30px;
}

.region-sidebar-first {
    margin-top: 60px;
}

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

#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 .views-exposed-widgets {
    margin-bottom: 60px;
	margin-left: 5%;
    margin-right: 5%;
}

.news-main-page select, select.form-control {
	padding: 5px;
}

.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%, #026FD6);
    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: 15px;
	margin-bottom: 0px;
}

.social-icon a {
    font-size: 2.0em;
    margin-right: 10px;
    margin-left: 10px;
    color: #000000;
}
.social-icon a:hover {
    color: #026FD6;
}
.news-header-label {
    position: absolute;
    top: -30px;
    left: -30px;
    background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #026FD6);
    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%, #026FD6);
    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-header {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.k24-translation-header-iframe {
	#margin-top: 15px;
	#margin-bottom: 15px;
	#position: relative;
	
	position:relative;
padding: 0 0 56.25% 0;
height:0;
overflow:hidden;
}

.k24-translation-header-iframe iframe {
	position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.k24-translation-header-text {
	font-size: 2.0em;
    font-weight: 600;
	padding-bottom: 30px;
	padding-top: 30px;
	
	background: linear-gradient(45deg,#000000 0%,#026FD6 50%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
	
	border-top: 3px solid transparent;
    border-image: linear-gradient(45deg,#000000 0%,#026FD6 40%,#31FFB4 100%);
    border-image-slice: 1;
	
}

.k24-translation-header-text a {
	color: #ffffff;
}

.k24-translation-header-text-vip {
	font-size: 2.0em;
    font-weight: 600;
	padding-bottom: 10px;
	padding-top: 30px;
	
	background: linear-gradient(45deg,#000000 0%,#026FD6 50%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
	
	border-top: 3px solid transparent;
    border-image: linear-gradient(45deg,#000000 0%,#026FD6 40%,#31FFB4 100%);
    border-image-slice: 1;
	
}

.k24-translation-header-text-vip a {
	color: #ffffff;
}

.k24-translation-header-text-2 {
	font-size: 2.0em;
    font-weight: 600;
	padding-bottom: 15px;
	padding-top: 30px;
	margin-top: 30px;
	
	background: linear-gradient(45deg,#000000 0%,#026FD6 50%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
	
	border-top: 3px solid transparent;
    border-image: linear-gradient(45deg,#000000 0%,#026FD6 40%,#31FFB4 100%);
    border-image-slice: 1;
	
}

.k24-translation-buttons {
    padding-bottom: 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;
    float: none;
}
.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-image img {
	max-width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
    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.4em;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
	float: left;
}

.k24-translation-2 {
    font-size: 1.4em;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;

}

.k24-translation-2 .btn {
		width: 100%;
}

.k24-translation-3 {
    font-size: 1.0em;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 30px;
    padding-bottom: 0px;
}
.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;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.k24-translate-frame-inside iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.k24-translation-line {
	margin-top: 30px;
	border-left: 3px solid transparent;
    border-image: linear-gradient(#000000 0%,#026FD6 50%,#31FFB4 100%);
    border-image-slice: 1;
}

/**
 * Новостные табы
 */
 .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-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 30px !important;
    background: url(/files/k24_line_mini.png) repeat-x 0% 100%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
}

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 5px;
    margin-right: 15px;
    background-color: #fff;
    border-color: transparent;
    background: none;
    border: 0px solid transparent;
    transition: all 0.0s;
    border: 1px solid #47c4da;
    border-radius: 3px;
}
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,#000000 0%,#026FD6 40%,#31FFB4 100%);
    z-index: 50;
}
/**
 * Компоненты bootstrap
 */
 .btn-success {
    color: #ffffff;
    background-color: #fff;
    background: linear-gradient(45deg,#000000 0%,#026FD6 20%,#31FFB4 100%);
    border-color: transparent;
    transition: all 0.2s ease-in 0s;
    border: 0px solid transparent;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #fff;
    background: linear-gradient(45deg,#31FFB4 0%,#026FD6 20%,#000000 100%);
    border-color: transparent;
    transition: all 0.2s ease-in 0s;
    border: 0px solid transparent;
}
.btn-info {
    color: #ffffff;
    background-color: #fff;
    background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #026FD6);
    border-color: transparent;
    transition: all 0.2s ease-in 0s;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #fff;
    background: linear-gradient(45deg, #026FD6 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,#000000 0%,#026FD6 20%,#31FFB4 100%);
    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,#31FFB4 0%,#026FD6 20%,#000000 100%);
    border-color: transparent;
    transition: all 0.2s ease-in 0s;
    border: 0px solid transparent;
}
.btn-primary {
    color: #ffffff;
    background-color: #fff;
    background: linear-gradient(45deg,#000000 0%,#026FD6 20%,#31FFB4 100%);
    border-color: transparent;
    transition: all 0.2s ease-in 0s;
    border: 0px solid transparent;
}
.btn-primary a {
    color: #fff;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #fff;
    background: linear-gradient(45deg,#31FFB4 0%,#026FD6 20%,#000000 100%);
    border-color: transparent;
    transition: all 0.2s ease-in 0s;
    border: 0px solid transparent;
}
.alert-success {
    background-color: #fff;
    background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #026FD6);
}
.nav-tabs {
    margin-bottom: 20px;
    margin-top: 20px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9060;
    display: none;
    max-width: 300px;
}
.btn {
    border: 0px solid transparent;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    padding-top: 6px;
    font-size: 12px;
    line-height: 1.5;
}
/**
 * Блок строки поиска
 */
 .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-front-block-0 {
	margin-bottom: 60px;
}

.main-top-block-wrapper {
	
}

.main-top-block-wrapper-ads {
	margin-top: 30px;
}

.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: #026FD6;
    font-size: 0.9em;
    position: relative;
    top: 0px;
}
.news-main-block-place {
    font-size: 0.6em;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #47c4da;
}

.news-main-block-place-2 {
    color: #000000;
    font-size: 0.8em;
    text-align: left;
    margin-right: 15px;
}

.news-main-block-place-2-top {
    color: #ffffff;
    font-size: 0.8em;
    text-align: left;
    margin-right: 15px;
}

/**
 * Блок новостей списком внутри (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: #026FD6;
    font-size: 0.9em;
    position: relative;
    bottom: 0px;
}
/**
 * Блок новостей основной (views)
 */

.news-main-block-wrapper {
    position: relative;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
	padding-left: 0px;
    transition: all 0.1s ease-in 0s;
    margin-left: 5%;
    margin-right: 5%;
	margin-bottom: 45px;
    #background: url(/files/k24_line_mini_3.png) repeat-x 0% 100%;
}

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

.news-main-wrapper-row {
	position: relative;
}

.news-main-block-wrapper-0 {
    position: absolute;
	bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 100%;
    padding-top: 15% !important;
	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-main-block-wrapper-0 a:hover {
	color: #ffffff;
}


.news-main-block-date {
    font-size: 0.9em;
    margin-right: 15px;
	margin-left: 10px;
    font-weight: 300;
    color: #000000 !important;
}

.news-main-block-date-top {
    font-size: 0.7em;
    margin-right: 15px;
    font-weight: 300;
    color: #ffffff;
}

.news-main-block-date-2 {
    font-size: 0.9em;
    font-weight: 500;
    color: #000000;
}

.news-main-block-date-2 i {
    font-size: 0.8em;
    margin-right: 5px;
    color: #000000;
}

.news-main-block-video-2 .fab {
    color: #000000;
    font-size: 0.9em;
    position: relative;
    top: 1px;
}

.news-main-block-video-2-top .fab {
    color: #ffffff;
    font-size: 0.9em;
    position: relative;
    top: 1px;
}

.news-main-block-date-2-top {
    font-size: 0.9em;
    font-weight: 500;
    color: #ffffff;
	margin-right: 10px;
}

.news-main-block-date-3 {
    font-size: 0.9em;
    font-weight: 300;
    color: #000000;
	margin-left: 10px;
	margin-right: 10px;
}

.news-main-block-image {

}

.news-main-block-image img {
    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;
    margin-top: 0px;
}

.news-main-block-title a:hover {
	
}

.news-main-block-title-line {
    padding-top: 0px;
	margin-top: 10px;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 140%;
	border-left: 3px solid transparent;
    border-image: linear-gradient(#000000 0%,#026FD6 30%,#31FFB4 100%);
    border-image-slice: 1;
	padding-left: 30px;
	transition: all 0.3s;
}

.news-main-block-title-line a:hover {
	text-decoration: underline;
}

.news-main-block-title-line:hover {
	
}

.news-main-block-title-line-0 {
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 140%;
	transition: all 0.2s ease-in 0s;
	
	border-left: 3px solid transparent;
    border-image: linear-gradient(#000000 0%,#026FD6 30%,#31FFB4 100%);
    border-image-slice: 1;
    padding-left: 30px;
}

.news-main-block-title-line-0:hover {
}

.news-main-block-title-line-0-top {
    padding-top: 10px;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 140%;
	transition: all 0.2s ease-in 0s;
}

.news-main-block-title-line-0-top a {
	color: #ffffff;
}

.news-main-block-title-line-0-top a:hover {
	color: #ffffff;
	transition: all 0.2s ease-in 0s;
}

.news-main-block-comments {
    color: #47c4da;
    padding-left: 15px;
    font-size: 0.7em;
}
.news-main-block-razdel {
    padding-top: 5px;
    color: #000000;
    margin-right: 15px;
}

.news-main-block-razdel a {
    color: #00000;
    font-size: 0.8em;
    font-weight: 400;
}

.news-main-block-razdel-top {
    padding-top: 5px;
    color: #47c4da;
    margin-right: 15px;
}
.news-main-block-razdel-top a {
    color: #47c4da;
    font-size: 0.8em;
    font-weight: 400;
}

.news-main-block-views {
    z-index: 8888 !important;
	background: #ffffff;
}
.news-main-block-views-2 {
    margin-top: 0px;
}
.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;
    font-size: 1.4em;
	text-transform: uppercase;
    margin-top: 30px;
    font-weight: 500;
    border: 0px;
	background: linear-gradient(45deg,#000000 0%,#026FD6 40%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
	transition: all 0.2s ease-in 0s;
}

.news-main-block-views h3 {
    text-align: left;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 0px;
    text-align: left;
}
/**
 * Блок важных новостей (views)
 */
 .news-important-wrapper {
    position: relative;
	margin-top: 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.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;
}
.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);
}
.news-important-title {
    position: absolute;
    bottom: 0px;
    color: #fff;
    font-size: 1.5em;
    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 {
}

.news-important-add-block {
}

.news-important-wrapper-add {
}

.news-important-title-add {
    font-size: 1.2em;
    line-height: 1.4;
    padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 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: 500;
    font-size: 2.0em;
    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.2em;
    line-height: 1.6;
    color: #000;
    padding-bottom: 0px;
    padding-top: 15px;
    font-weight: 400;
}
.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: 0px;
}
.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% 5%;
	margin-bottom: 30px;
}
.news-class .main-content-class {
    background: #fff;
    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: 600;
    font-size: 2.8em;
    line-height: 1.2;
}
.news-view-title {
    padding-bottom: 5px;
    padding-right: 5%;
    margin-top: -5px;
		background: linear-gradient(45deg,#000000 0%,#026FD6 50%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
}
.group-news-anons-group {
    position: relative;
    margin: 0 auto;
}
.news-view-date {
    font-size: 1.2em;
    padding-bottom: 15px;
    color: #000000;
	font-weight: 300;
}
.news-view-image {
    margin: 0 auto;
}
.news-view-image img {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.news-view-anons {
    position: relative;
    bottom: 0px;
    font-size: 1.6em;
    font-weight: 600;
    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 p {
	margin-bottom: 30px;
}

.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: 0px;
}
.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: #026FD6;
    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% 5%;
}
.project-ds-data {
    color: #026FD6;
    font-size: 1.4em;
    padding-top: 10px;
    padding-bottom: 15px;
}
.project-ds-title h1 {
    margin-top: 0px;
    font-size: 2.8em;
    line-height: 1.2;
	font-weight: 600;
}
.project-ds-title {
    padding-bottom: 0px;
    padding-right: 5%;
	background: linear-gradient(45deg,#000000 0%,#026FD6 50%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
}
.project-ds-project {
    padding-bottom: 15px;
}
.project-ds-project a {
    color: #026FD6;
    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: 0px;
	margin-bottom: 30px;
}
.news-important-image img {
   
}
.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: 30%;
    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 {
 
}
.projects-block-views {
	margin-left: -15px;
	margin-bottom: 30px;
}

.project-block-wrapper {
    position: relative;
    margin-bottom: 30px;
}
.project-block-image img {
    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;
	background: linear-gradient(45deg,#000000 0%,#026FD6 20%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
}

.project-block-title a:hover {
	background: none;
	-webkit-text-fill-color: #026FD6;
    color: #026FD6;
}

.block-footer-link-1 {
    padding: 0px 15px;
    font-size: 1.4em;
    font-weight: 500;
	text-transform: uppercase;
	background: linear-gradient(45deg,#000000 0%,#026FD6 20%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
}

.block-footer-link-1hover {
	text-decoration: underline;
}

.block-footer-link-2 {
    padding-top: 15px;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 1.2em;
    font-weight: 500;
}
/**
 * Блок разделов
 */
.razdel-block-wrapper {
}
.k24-page .razdel-block {
    margin-top: 0px;
}

.razdel-block-wrapper-goriz {
    background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #026FD6);
    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;
	z-index: 9000 !important;
}
.navbar-default .navbar-nav > li > a {
    color: #000000;
    font-size: 1.2em;
	text-transform: uppercase;
    #text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 5px;
}

.navbar-default .navbar-nav > li .coronovirus {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    font-size: 3.0em;
    color: #FF0000;
    position: relative;
    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: #026FD6;
    text-decoration: underline;
	
}
.navbar-default .navbar-nav > li > a:active {
    color: #026FD6;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #026FD6;
}
.navbar-default .navbar-nav > li > a::selection {
    color: #026FD6;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #026FD6;
    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: #ffffff !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;
}

.ny-2021 img {
	max-height: 22px;
	margin-top: -10px;
	transition: all 0.2s ease-in 0s;
}

.navbar-fixed-top.scrolled .ny-2021 img {
	max-height: 32px;
	margin-top: -10px;
	transition: all 0.2s ease-in 0s;
}

/**
 * Темизация модуля 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: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
    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: 60px;
}
.header-right {
    text-align: center;
    padding-top: 60px;
}
.header-logo img {
    max-height: 60px;
    float: none;
}
.header-text-1 {
    margin-top: 30px;
    font-size: 1.8em;
    color: #000;
}
.header-text-1 img {
    padding-top: 0px;
	text-align: center;
}
.header-text-2 {
    font-size: 1.2em;
    color: #000;
}
.header-text-3 {
    font-size: 2.0em;
    color: #000;
}
#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%, #026FD6);
}
.footer-main-text {
    font-size: 1.2em;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
    color: #000000;
}
.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;
}
.city-web-views .view-header {
    font-size: 1.2em;
    border-left: 3px solid transparent;
    border-image: linear-gradient(#000000 0%,#026FD6 50%,#31FFB4 100%);
    border-image-slice: 1;
    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;
	margin-bottom: 15px;
}
.ip-web-online-block {
	margin-bottom: 60px;
}
.ip-web-online-block h3 {
    font-size: 1.8em;
    margin-top: 30px;
	margin-bottom: 0px;
}
.ip-web-view-title a {
    font-size: 2.0em;
    font-weight: 400;
    padding-top: 5px;
    text-align: center;
	background: linear-gradient(45deg,#000000 0%,#026FD6 20%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
}

.ip-web-view-title a:hover {
    font-size: 2.0em;
    font-weight: 400;
    padding-top: 5px;
    text-align: center;
	background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #026FD6;
    color: #026FD6;
}

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

.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: 30px;
    float: left;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	padding: 3px;
	background: linear-gradient(45deg,#000000 0%,#026FD6 20%,#31FFB4 100%);
}
.ip-web-view-online-img img {
    border-radius: 50%;
    max-width: 60px;
    margin-right: 30px;
    margin-top: 5px;
    float: left;
	padding: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	padding: 3px;
	background: linear-gradient(45deg,#000000 0%,#026FD6 20%,#31FFB4 100%);
}
.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.6em;
    margin-top: 0px;
	text-align: center;
	background: linear-gradient(45deg,#000000 0%,#026FD6 50%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
}
/**
 * Блок баннеров справа
 */
.banners-right {
    padding-right: 15px;
}
.banners-right img {
    width: 100%;
    height: auto;
}
.banners-right img:hover {

}
/**
 * Блок баннеров слева
 */
 .banners-left {
	margin-top: 30px;
	padding-left: 15px;
    position: relative;
}
.banners-left img {
    width: 100%;
    height: auto;
}
.banners-left img:hover {
    
}
/**
 * Блок баннеров широкий
 */
.banners-wide {
	margin-bottom: 30px;
	z-index: 3000;
}

.banners-wide img {
    width: 100%;
    height: auto;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}

.banners-wide-top-mobile {
   
}

.banners-wide-bottom {
    padding: 0px;
    margin-bottom: 30px;
    position: relative;
	background: #ffffff;
}

.banners-wide-bottom img {
    
}

#block-views-banners-block-3 {
	background: #ffffff;
}

.banner-right-block {
    padding-right: 20%;
	padding-left: 20%;
}

.banner-left-block-wide-class {
	margin-left: 20%;
	margin-right: 20%;
}

.banner-left-block-wide-class img {
	transition: all 0.1s;
    text-align: left;
    width: 100%;
	margin-top: 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.banner-right-block-wide-class {
	margin-left: 20%;
	margin-right: 20%;
}

.banner-right-block-wide-class img {
	transition: all 0.1s;
    text-align: left;
    width: 100%;
	margin-top: 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.banner-right-block-right {
    padding-left: 20%;
	padding-right: 20%;
}

.banner-right-block img {
    transition: all 0.1s;
    text-align: left;
    width: 100%;
	margin-top: 30px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.banner-right-block-right img {
    transition: all 0.1s;
    text-align: center;
    width: 100%;
	margin-top: 30px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.banner-bottom-block img {
    transition: all 0.1s;
    text-align: center;
    width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}


.banner-bottom-views {
    margin-top: 30px;
}

/**
 * Блок smi2
 */
 
.smi2-block {
	margin-top: 30px;
	box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
	padding: 15px;
	margin-bottom: 30px;
}

#unit_97827 a {
    font-family: 'Fira Sans Condensed', sans-serif !important;
    height: auto !important;
}

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

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

#unit_97827 .list-container-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px !important;
}


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

.read-now-block-views {
}

.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;
	padding: 2px;
    float: left;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	background: linear-gradient(45deg,#000000 0%,#026FD6 40%,#31FFB4 100%);
}
/**
 * Блок разделов
 */

.razdel-block-row {
    font-size: 1.6em;
    font-weight: 600;
    padding-right: 30px;
    margin-bottom: 0px;
	float: left;
}

.razdel-block-row-icon {
    color: #026FD6;
	margin-right: 15px;	
	font-size: 2.0em;
}

.news-important-label-4 {
    font-size: 2.0em;
    font-weight: 600;
	padding-bottom: 30px;
	text-align: left;
    background: linear-gradient(45deg,#000000 0%,#026FD6 50%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
	text-transform: uppercase;
}
/**
 * Блок Mediametrics
 */
.mediametrics-block {
    margin-top: 0px;
	margin-bottom: 0px;
    padding: 15px 5%;
}

.mediametrics-block span {
    padding-left: 0px !important;
    word-break:break-all !important;
    word-wrap: break-word !important;
}

.mediametrics-block img {
    margin-right: 30px !important;
}

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

.header-85736 {
    padding-bottom: 15px;
    font-family: 'Fira Sans Condensed', sans-serif !important;
    text-align: left !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: 0px;
    max-width: 60px !important;
    max-height: 60px !important;
    float: left !important;
}
.mm-body__line a img {
    float: left !important;
    margin-bottom: 15px !important;
}

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

.mm-body__line--floating {
    /* height: auto !important; */
    line-height: 21px;
    margin-bottom: 10px !important;
    float: none !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.6em;
    font-weight: 600;
    padding-bottom: 30px;
    margin-top: 0px;
    text-transform: capitalize;
    text-align: center;
	
	background: linear-gradient(45deg,#000000 0%,#026FD6 30%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
}
.taxonomy-page-image {
    margin-bottom: 30px;
}
.taxonomy-page-image img {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    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);
    position: relative;
    margin-top: 60px;
	margin-bottom: 30px;
}
.google-adsense-right {
	#box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 45px;
	margin-bottom: 15px;
}
.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,#000000 0%,#026FD6 20%,#31FFB4 100%) !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: 0px;
    margin-left: 5%;
}
.switcher-block .nav-tabs > li {
    margin-bottom: -1px;
    font-size: 1.4em;
}
.switcher-block {

}
.switcher-block .nav-tabs > li > a {
    color: #000;
    box-shadow: inset 0 -0px 0 #000000;
    padding: 0px;
    margin-right: 30px;
    margin-left: 0px;
	font-size: 1.4em;
    color: #000000;
	font-weight: 400;
	transition: all 0.2s;
	margin-bottom: 25px;
}

.switcher-block .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    color: #47c4da;
    box-shadow: inset 0 -0px 0 #48C9B9;
	font-size: 1.4em;
	background: linear-gradient(45deg,#000000 0%,#026FD6 50%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
	font-weight: 400;
	transition: all 0.2s;
	position: relative;
}
/**
 * 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: 30px;
}
.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.4em;
    font-weight: 500;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 15px;
	border-left: 3px solid transparent;
    border-image: linear-gradient(#000000 0%,#026FD6 50%,#31FFB4 100%);
    border-image-slice: 1;
}

.board-page-link a {
    color: #fff;
}

.board-page-btn {
    margin-bottom: 60px;
}

.board-page-name {
    padding: 10px 0px;
    font-size: 1.2em;
}

.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;
}

.board-ds-page-name {
    padding: 10px 0px;
    font-size: 1.4em;
}

.board-ds-page-phone {
    padding: 10px 0px;
    font-size: 1.2em;
}

.board-ds-page-image img {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin-bottom: 0px;
    margin-top: 30px;
}
.board-ds-page-text {
    line-height: 140%;
    font-size: 1.4em;
    padding-left: 15px;
    font-weight: 500;
    border-left: 2px solid #47c4da;
    margin-top: 15px;
}
.board-class .nav-tabs {
    display: none;
}

.board-inside-views {
    margin-top: 60px;
}

.group-qa-main {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 45px 60px;
    border-top: 2px solid #47c4da;
    border-bottom: 2px solid #47c4da;
}
.group-qa-main-number {
    color: #fff;
    font-size: 1.2em;
    border-radius: 50%;
    background: #47c4da;
    padding: 5px;
    text-align: center;
    min-width: 38px;
    max-width: 38px;
    float: left;
    margin-right: 15px;
    font-weight: 600;
}
.group-qa-main-question {
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.6em;
}
.group-qa-main-answer {
    font-size: 1.2em;
    border-left: 2px solid #47c4da;
    padding-left: 15px;
    margin-left: 15px;
    margin-top: 30px;
}

.efir-block {

}

.efir-block-mobile {
    display: none;
}

#.test-page-class .main-content-class {
    display: none;
}
.test-page-class .nav-tabs {
    display: none;
}
.test-page-class .news-main-block-views h3 {
    font-size: 1.4em;
    text-align: left;
}
.test-page-class .news-main-block-date {
    font-size: 1.2em;
    text-align: left;
    padding-top: 0px;
    font-weight: 500;
}
.test-page-class .col-lg-12 {
    padding-left: 0px;
}
.test-page-class .news-main-block-title {
    font-size: 1.2em;
}
.test-page-class .news-main-block-wrapper {
    position: relative;
    padding-bottom: 15px !important;
    padding-top: 10px !important;
}
.front-node-wrapper {
    position: relative;
    margin-bottom: 60px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    position: relative;
    border-top: 2px solid #47c4da;
    border-bottom: 2px solid #47c4da;
}
.front-node-image {
}
.front-node-title {
    position: absolute;
    left: 0px;
    margin: 0px;
    padding: 5px 15px;
    padding-top: 30%;
    bottom: 0px;
    font-size: 1.2em;
    width: 100%;
    #background: url(/files/over_black.png) repeat;
    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%;
}
.front-node-title a {
    color: #fff;
}
.test-page-class .page-ds-title h1 {
    display: none;
}
.test-page-class .page-ds-text {
    display: none;
}
.test-page-class ul.action-links {
    display: none;
}
.test-page-class .form-item-tid {
    float: left;
    margin-left: 5px;
    margin-right: 15px;
}
.test-page-class .front-node-block {
}

.bundle-file {
    padding: 15px 0px;
    font-size: 1.4em;
    font-weight: 300;
}

.bundle-file a {
    position: relative;
    top: 2px;
}

.group-file-group {
    margin-top: 25px;
    border: 2px solid #47c4da;
    border-radius: 3px;
    padding: 0px 15px;
}

.add-board-class .navbar-fixed-top {
    background-image: none !important;
    background-repeat: no-repeat;
    background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #026FD6) !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;
}

.add-board-class .region-sidebar-first {
    padding-top: 0px;
}

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

.add-board-class .form-item-field-board-licence-und {
    margin-bottom: 30px;
}

.add-board-class textarea, textarea.form-control {
    background: #efefef;
    padding: 10px 15px;
    font-size: 1.2em;
    color: #000;
}

.add-board-class .help-block a {
    display: none;
}

.add-board-class .btn-success {
    margin-right: 15px;
}

.news-line-image {

}

.news-line-image img {
    border-radius: 3px;
    max-width: 60px;
    position: relative;
    margin-top: 5px;
    text-align: left;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.news-line-wrapper {
    
}

.board-reglament {
    padding: 15px;
    border-radius: 3px;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 30px;
    background-image: none !important;
    background-repeat: no-repeat;
    background: linear-gradient(45deg, #47c4da 33%, #48C9B9 66%, #026FD6) !important;
    -moz-background-size: 100%;
    -webkit-background-size: 50%;
    -o-background-size: 100%;
    background-size: 100%;
}

.board-reglament a {
    color: #fff;
}

.add-board-class .page-header {
    display: none;
}

.uptolike-share-block {
    margin-top: 30px;
}

.mobile-inst-block {
    display: none;
    background: linear-gradient(45deg,#000000 0%,#026FD6 20%,#31FFB4 100%);
    #margin-left: -15px;
    #margin-right: -15px;
}

.mobile-inst-wrapper {
    text-align: center;
    width: 100%;
    margin-top: -1px;
    padding-top: 15px;
	margin-bottom: 15px;
    
}

.mobile-inst-body img {
    margin-right: 5px;
    max-width: 24px;
}

.mobile-inst-body a {
    color: #ffffff;
    font-size: 1.2em;
    #text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    line-height: 120%;
}

.google-adsense-mobile-1 {
    display: none;
}

.official-comment-wrapper {
	padding-left: 15px;
}

.official-comment-wrapper-empty {
	display: none;
	height: 0px;
}

.official-comment-logo {
	max-width: 100px;
	margin-top: 10px;
	float: left;
	height: auto;
	margin-right: 30px;
}

.official-comment-author {
	font-weight: 600;
	padding-bottom: 10px;
}

.official-comment-text {
	font-weight: 300;
	margin-bottom: 30px;
	font-size: 1.4em;
	padding-left: 15px;
	border-left: 3px solid transparent;
    border-image: linear-gradient(#000000 0%,#026FD6 50%,#31FFB4 100%);
    border-image-slice: 1;
}

.official-comment-header {
	font-size: 1.6em;
	padding-bottom: 0px;
	background: linear-gradient(45deg,#000000 0%,#026FD6 50%,#31FFB4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #026FD6;
    border-image: linear-gradient(45deg,#000000 0%,#026FD6 40%,#31FFB4 100%);
    border-image-slice: 1;
}

.view-display-id-block_23 .views-exposed-form {
	margin-bottom: 45px;
	margin-left: 5%;
}

.region-content ul.flippy {
    padding: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
}

ul.flippy li {
    padding: 0px;
	padding-right: 15px;
	font-weight: 300;
	font-size: 1.6em;
}