/*====================*/
/*1 - SETUP */
/*====================*/

html {
  height: 100%;
}

body, html {
    /*overflow-x: hidden;*/
    width: 100%;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0 !important;
  overflow-x: hidden;
  width: 100%;
    font-size: 16px;
    line-height: 16px;
    background-color: #F5F5F5;
}

body:after{
  position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
  content: url('../img/header/Search_hover.svg') 
  url('../img/header/Radio_hover.svg') 
  url('../img/header/Login_hover.svg')
  url('../img/header/Menu_hover.svg') 
  url('../img/header/Exit_hover.svg');
}

a:hover {
    text-decoration: none;
}

.clearboth {
    clear: both;
}

.container {
    position: relative;
}

.grecaptcha-badge { 
    visibility: hidden;
}

/* branding */

.brand-left {
position: fixed;
margin-left: -369px;
}

.brand-right {
position: fixed;
margin-left: 1208px; 
}

.container.branding {
width: 1208px;
padding: 0;
}

@media only screen and (min-width: 793px) {  .brand-right { margin-left: 768px; } }
@media only screen and (min-width: 1021px) { .brand-right { margin-left: 992px; } }
@media only screen and (min-width: 1209px) { .brand-right { margin-left: 1208px; } }

@media only screen and (max-width: 1208px) {
    .container.branding {
      width: 992px;
    }
}

@media only screen and (max-width: 1020px) {
    .container.branding {
      width: 768px;
    }
}

@media only screen and (max-width: 792px) {
    .container.branding {
      width: auto;
    }
}
/*=============*/
/* ? - Banners */
/*=============*/

.promo-container-right-col,
.promo-container-header-top {
    width: 100%;
    height: auto;
}

.promo-container-header-top.mobile,
.promo-container-header-top.tablet {
    padding: 0;
}

.promo-container-right-col {
    margin-top: 9px;
}

.promo-container-primary-content {
    margin-bottom: 30px;
}

.promo-container-right-col img,
.promo-container-header-top img,
.promo-container-primary-content img {
    max-width: 100%;
    height: auto;
}


.promo-1,
.promo-2.main,
.promo-3.main,
.promo-4.main {
    /* margin: 0 15px; */
}

.promo-1 iframe,
.promo-2.main iframe,
.promo-3.main iframe,
.promo-4.main iframe {
    width: 100% !important;
}

.promo-1 img,
.promo-2.main img,
.promo-3.main img,
.promo-4.main img {
    width: 100%;
    max-width: 100% !important;
    height: auto;
}

.promo-wrapper.inner {
    padding: 0 15px;
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    .promo-1,
    .promo-2.main,
    .promo-3.main,
    .promo-4.main {
        /* margin: 0 7px; */
        margin: 0;
    }

    .promo-wrapper.inner {
        padding: 0 7px;
    }
}

.promo-1 img {
    margin-top: 15px;
}

.promo-2 img,
.promo-3 img,
.promo-4 img {
    margin-bottom: 15px;
}

/*====================*/
/*2 - HEADER */
/*====================*/

.fixed-header-container {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0px;
    border-bottom: 1px solid #F5F5F5;
}

.spacer {
    width: 100%;
    height: 50px; 
}

.admin-bar .fixed-header-container {
    top: 32px;
}

/*@media screen and (max-width: 782px) {
  .admin-bar .fixed-header-container {
    top: 46px;
  }
}*/

.fixed-header-container .container-fluid{
    position:absolute;
    width:100%;
    z-index:-1;
}

.header-red {
    width:50%;
    float:left;
    background-color: #C40000;
    height:50px;
}

.header-grey {
    width:50%;
    float:left;
    background-color: #303030;
    height:50px;
}

.header-container {
    background-color: #303030;
    color: #fff;
    padding: 0 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.header-content {
    height:50px;
}

.header-logo-container {
    width:198px;
    height:50px;
    display:inline-block;
    float:left;
    position: absolute;
    left: 0;
    top: 0;
}

.header-menu-container {
    height:50px;
    display:block;
    position: relative;
    margin-left:198px;
    margin-right:78px;
}

.header-sign-container {
    width:74px;
    height:50px;
    display:inline-block;
    float:right;
    position: absolute;
    top: 0;
    right: 0;
}

.header-menu {
    width: 740px;
    height:50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.header-menu-container > div > ul {
    margin: 0;
    padding: 0;
    height: 50px;
}

.header-logo {
    float:left;
    padding-right: 8px;
    padding-left: 20px;
    background-color: #C40000;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.header-logo-img {
    background-image: url('/projects/wp-content/themes/gubernia/static/img/logo170bold.svg');
    width: 170px;
    height: 34px;
    display: inline-block;
    background-position: 0px 0px; 
    margin-top: 8px;
}

.header-sign {
    margin-top:15px;
    font-size:0;
}

.header-sign > div {
    display:inline-block;
    width:22px;
}

.header-sign>div:not(:last-child){
    margin-right: 30px;
}

.header-icon {
    display: inline-block;
    height:20px;
}

.header-search {
    padding-left: 20px;
    padding-right: 20px;
}

.header-menu-container .menu-item {
    font-weight: 400;
    font-family: Roboto;
    font-size: 0.875em;
    display: inline-block;
    padding: 2px 20px 0 15px;
    line-height: inherit;
    letter-spacing: 0;
    outline: none;
    margin-top:15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

@-moz-document url-prefix() { 
  .header-menu-container .menu-item {
    padding: 1px 20px 0 15px;
  }
}

.header-menu-container .menu-item:not(:last-child) {
    border-right: 1px solid #575858;
    height:20px;
}

.header-menu-container .menu-item:last-child {
    padding-right:0;
}

.header-menu-container .menu-item:first-child {
    padding-left:0;
}

.header-menu-container .menu-item:nth-child(3) a::before {
    content: '';
    height: 10px;
    height: 10px;
    width: 10px;
    background-color: #BD0000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}


.header-menu-container .menu-item > a,
a.menu-link {
    display: block;
    text-decoration: none;
}

.header-menu-container .menu-item > a:link,
.header-menu-container .menu-item > a:visited,
.header-menu-container .menu-item > a:active,
.menu-link:link,
.menu-link:visited,
.menu-link:active {
    color: #ededed;
    text-decoration: none;
}


.header-menu-container .menu-item > a:hover,
.menu-link:hover,
.header-menu-container .current-menu-item > a:link,
.header-menu-container .current-menu-item > a:visited,
.header-menu-container .current-menu-item > a:hover,
.header-menu-container .current-menu-item > a:active {
    color: #8e8e8e;
    text-decoration: none;
}

.icon-search {
    background-image: url('/projects/wp-content/themes/gubernia/static/img/header/Search.svg');
    background-position: 0px 0px;
    width:22px;
}

.icon-search:hover {
    background-image: url('/projects/wp-content/themes/gubernia/static/img/header/Search_hover.svg');
}

.icon-close-search {
    background-image: url('/projects/wp-content/themes/gubernia/static/img/header/Exit_hover.svg');
    background-repeat: no-repeat;
    width:22px;
}

.icon-play {
    background-image: url('/projects/wp-content/themes/gubernia/static/img/header/Radio.svg');
    background-position: 0px 0px;
    width:20px;
}

.icon-play:hover {
    background-image: url('/projects/wp-content/themes/gubernia/static/img/header/Radio_hover.svg');
}

.icon-lk {
    background-image: url('/projects/wp-content/themes/gubernia/static/img/header/Login.svg');
    background-position: 0px 0px;
    width:23px;
}

.icon-lk:hover {
    background-image: url('/projects/wp-content/themes/gubernia/static/img/header/Login_hover.svg');
}

.icon-lines {
    background-image: url('/projects/wp-content/themes/gubernia/static/img/header/Menu.svg');
    background-position: 0px 0px;
    width:22px;
}

.icon-lines:hover {
    background-image: url('/projects/wp-content/themes/gubernia/static/img/header/Menu_hover.svg');
}

.toggle-search > .header-menu, .toggle-menu > .header-search {
    display:none;
}

.input-search {
    height: 20px;
    /*width: 100%;*/
    float:right;
    width:0px;
    border: 0;
    background-color: #8e8e8e;
    padding-left:5px;
    padding-right: 20px;
    margin-top:15px;
    color:#ededed;
    font-family: 'Arial';
    font-size: 13px;
}

.input-search-submit {
    border: 0;
    background-color: transparent;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #303030;
    font-size: 10px;
}

.input-search::-webkit-input-placeholder{
    color:#ededed;
}

.lk-menu {
    background-color: #303030;
    color: #8e8e8e;
    box-shadow: none;
    border: none;
    border-radius: 0;
    width:91px;
    min-width:0;
    font-size: 12px;
    margin-top:7px;
    left:-15px;
    padding: 0 0;
}

.lk-menu>li>a {
    color: #8e8e8e;
    padding: 6px 0 6px 15px;
}

.lk-menu>li>a:hover {
    color: #ededed;
    background-color: #303030;
}

.lk-menu>.divider {
    margin:0 10px;
    background-color: #3e3e3e;
}

.dropdown.open > a > span {
    background-image: url('/projects/wp-content/themes/gubernia/static/img/dropdown_icon.png');
    background-position: 0;
    width:23px;
}


@media (max-width: 992px) {
    .header-menu {
      display: none;
    }

    .header-sign-container {
        width: 78px;
    }
}

@media (max-width: 768px){
    .header-container{
        width: 100%;
    }

    #show-search, #close-search, #radio-icon {
        display: none;
    }

    .header-sign-container {
        width: 35px;
    }

    .header-menu-container {
        margin-left: 65px;
        margin-right: 35px;
    }

    .header-search {
        display: none;
    }
}

@media (min-width: 992px) {
    .header-container{
        width: 100%;
    }

    .header-sign-container {
        width: 78px;
    }
}

@media (min-width: 1200px) {
    .header-container{
        width: 1208px;
    }

}

.header-menu-container > .header-menu-livetv,
.header-menu-livetv {
  display: none;
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.header-menu-livetv > div {
  float: right;
  margin-right: 18px;
}

.header-menu-livetv a {
  color: #F5F5F5;
  font-size: 0.875em;
}

.red-dot {
  height: 5px;
  width: 5px;
  background-color: #C40000;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.livetv-border {
    height: 30px;
    margin: 0;
    float: right;
    border-left: 1px solid #575858;
    display: inline-block;
    margin-left: 5px;
    margin-top: 10px;
}

@media (max-width: 768px) {
  .header-logo-img {
    background-image: url('/projects/wp-content/themes/gubernia/static/img/logo170bold_m.svg');
    width: 34px;
  }
}

@media only screen and (max-width: 792px) {
  .admin-bar .fixed-header-container,
  .fixed-header-container {
    position: relative;
    top: 0;
  }

  .spacer {
    height:0;
  }

  .g-redactor-top {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-menu-container > .header-menu-livetv,
  .header-menu-livetv {
    display: block;
  }
}

@media only screen and (max-width: 1020px) {
  .g-redactor-top .custom-col-sm-6 {
    width: 50%;
    float: left;
  }

  .g-redactor-top .custom-col-sm-6:last-child {
    display: none;
  }
}

.toggle-search > .header-menu-livetv {
  display:none;
}

/*==========================*/
/*3 - ADVANCED SEARCH BLOCK */
/*==========================*/

@media only screen and (max-width: 768px) {
    .container.adv-search-container {
        padding-left: 0;
        padding-right: 0;
    }
}


@media only screen and (min-width: 640px) {
    .nav-col.xs-custom-menu {
        display: none;
    }
}

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

    .nav-col {
        display: none;
    }
    
    .nav-col.xs-custom-menu {
        display: block;
        margin-top: 10px;
        width:100%;
    }

    .close-nav-overlay {
        margin-right: 5px;
        position: absolute;
        left: 4px;
    }

    .overlay-search {
        padding: 4px;
    }

    .search-section,
    .search-date {
        display: none;
    }

    .overlay-search-container {
        width: auto;
        padding-left: 74px;
    }

    .search-txt {
        margin-right: 0;
    }

    .search-btn {
        clear: left;
    }

    .search-block,
    .search-txt,
    .search-txt input {
        width: 100%;
    }

    .nav-menus-inner {
        width: 100%;
    }

    .nav-search-block {
        width: 100%;
    }

    .nav-menus-inner > .title {
        font-size: 1.5em;
    }

    .custom-col-sm-12 {
        width: 100%;
        float: left;
    }

    .nav-col {
        border-right: none;
        height: auto;
        margin-bottom: 0;
    }

    .nav-menus .title {
        display: none;
    }

    .nav-menus .title a,
    .nav-menus .links a  {
        font-size: 1.25em;
    }

    .nav-col .col-brick {
        float: none;
        margin-bottom: 30px;
    }

    .nav-menus .links {
        padding-left: 30px;
    }

    .nav-menus .links {
        font-size: 1.3em;
        line-height: 1.7;
        list-style: outside none none;
    }

    .nav-menus .links > li {
        border-bottom: 1px solid #c4c4c4;
    }

    .nav-menus .links a {
        display: block;
    }

    .nav-menus .links a:hover,
    .nav-menus .links a:focus,
    .nav-menus .links a:active {
        color: #c40000;
        text-decoration: none;
        background-color: #e6e6e6;
    }

    .nav-overlay-copyright {
        display: none;
    }

    .afisha .search-txt {
        width: 100%;
        padding-left: 114px;
    }

    .afisha .search-txt .label {
        position: absolute;
        left: 15px;
    }

    .afisha .search-txt input {
        width: 100%;
    }

}

.adv-search-container {
    display:block;
    background-color: #ededed;
    max-width:1000px;
/*    margin-left:auto;
    margin-right:auto;*/
}

.adv-search-container .hidden {
    display:none;
}

.main-content .hidden {
    display:none;
}

.nav-search-block {
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #737373;
    padding-left:10px;
    padding-right:10px;
}

.nav-search-block .title {
    font-weight:bold;
    font-family: 'Arial';
    font-size: 26px;
    margin-bottom: 20px;
}

.search-block {
    margin-top:10px;
    margin-bottom: 20px;
}

.search-block > div,
.search-date > .label,
.search-date > .fldItem,
.dates > div {
    display:inline-block;
}

.search-txt, .search-section, .search-date {
    margin-right:15px;
    margin-bottom:10px;
}

.search-block > * > .label,
.dates> * > .label {
    color: #303030;
    font-weight:normal;
    font-family: 'Arial';
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.search-section > .sections {
    width: 100px;
    background-color: #ededed;
    border: solid 1px #737373;    
    font-size: 14px;
}

.search-block > * > input[type=text],
.whInp > input[type=text] {
    background-color: #ededed;
    border: solid 1px #737373;
}

.search-btn input[type=submit]{
    background-color: #C40000;
    border: solid 1px #C40000;
    color: #ededed;
    width: 100px;
    height:21px;
    font-weight:normal;
    font-family: 'Arial';
    font-size: 14px;
}

.search-btn input[type=submit]:hover{
    background-color: #fff;
    color:#C40000;
}

.nav-menus {
    border-bottom: solid 2px #737373;
}

.nav-col {
    border-right: 1px solid #E5E0EA;
    height: 235px;
    padding-left: 10px;
    margin-bottom: 10px;
    float:left;
    width:20%;
}

.nav-col:nth-child(4) {
    border-right: none;
}

.nav-col.no-padding {
    padding-left:10px;
}

.col-brick .links {
    list-style: none;
    line-height: 1.2;
    padding: 0;
}

.nav-menus-inner {
    margin-bottom:60px;

}

.nav-menus-inner h3.title {
    font-size: 16px;
    margin-top:0;
}

.social-buttons {
    margin-bottom:20px;
}

.social-buttons > .g-socials > .social-icon {
    width: 30px;
    height:30px;
}

.social-buttons > .g-socials > .yt {
    background-image: url('../img/social_icons/Yt.svg');
}

.social-buttons > .g-socials > .fb {
    background-image: url('../img/social_icons/Fb.svg');
}

.social-buttons > .g-socials > .ok {
    background-image: url('../img/social_icons/Ok.svg');
}

.social-buttons > .g-socials > .tw {
    background-image: url('../img/social_icons/Tw.svg');
}

.social-buttons > .g-socials > .inst {
    background-image: url('../img/social_icons/Insta.svg');
}

.social-buttons > .g-socials > .vk {
    background-image: url('../img/social_icons/Vk.svg');
}

.social-buttons > .g-socials > .tele {
    background-image: url('../img/social_icons/Tele.svg');
}

.social-buttons > .g-socials > .gplus {
    background-image: url('../img/social_icons/G+.svg');
}

.nav-col > .col-brick > * > a {
    font-weight: bold;
    font-size: 0.8125em;
    color: #303030;
    text-transform: uppercase;
}

.nav-col > .col-brick > * > * > a {
    font-size: 0.8125em;
    color: #303030;
}

@media only screen and (min-width: 1070px) {
    .custom-col-nav-lg-3 {
        width: 22%;
        float: left;
    }

    .custom-col-nav-lg-2 {
        width: 14%;
        float: left;
    }
}

.date-from .whInp input,
.date-till .whInp input {
    width: 68px;
}

.dateBox .date-from .whInp,
.dateBox .date-till .whInp {
    width: auto;
}

.dateBox .whInp {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; width: 98px; margin: 0 15px 0 0; z-index: 9998}

.whInp {
position: relative;
background: #fff;
}

.whInp input, .whInp textarea {
    border: none;
    background: none;
    width: 100%;
    color: #5a7075;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-size: 13px;
}

.dateBox .whInp input {
    z-index: 9999;
    cursor: pointer;
}

.piker {
    width: 13px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: 10px;
    background: url(../images/icons.png) -448px -300px no-repeat;
    z-index: 1;
}


/* Datepicker (legacy styles) */

#ui-datepicker-div {}
.ui-datepicker-header {background: #f5f8f9; position: relative; padding: 12px 25px; border: 1px solid #e8eef0;}
.ui-datepicker-title {font: normal 16px/1.2 Arial; color: #444851; text-transform: uppercase; text-align: center;}
.ui-datepicker-prev, .ui-datepicker-next {display: block; width: 15px; height: 25px; position: absolute; top: 8px; z-index: 5; text-indent: -99999px;}
.ui-datepicker-prev {left: 10px; background: url(../images/icons.png) -315px -326px no-repeat;}
.ui-datepicker-next {right: 10px; background: url(../images/icons.png) -332px -326px no-repeat;}
.ui-datepicker-prev:hover { background: url(../images/icons.png) -348px -326px no-repeat;}
.ui-datepicker-next:hover { background: url(../images/icons.png) -364px -326px no-repeat;}
table.ui-datepicker-calendar {width: 100%; border-collapse: collapse;}
table.ui-datepicker-calendar th {text-align: center; vertical-align: middle; padding: 10px;}
table.ui-datepicker-calendar thead { border-left: 1px solid #bfd2d8; }
table.ui-datepicker-calendar thead tr {}
table.ui-datepicker-calendar thead th {background: #bfd2d8; color: #fff; text-transform: uppercase; border-right: 1px solid #e8eef0;}
table.ui-datepicker-calendar thead th.ui-datepicker-week-end {background: #a81d1d; border-right: 1px solid #e8eef0;}
table.ui-datepicker-calendar tbody {background: #fff; border-left: 1px solid #e8eef0; border-bottom: 1px solid #e8eef0;}
table.ui-datepicker-calendar tbody tr {}
table.ui-datepicker-calendar tbody td {font-size: 16px; border-top: 1px solid #e8eef0; border-right: 1px solid #e8eef0;}
table.ui-datepicker-calendar tbody td a, table.ui-datepicker-calendar tbody td span {text-align: center; display: block; padding: 10px; text-decoration: none; }
.ui-state-default {color: #444851;}
.ui-datepicker-calendar .ui-state-default:hover {background: #f5f8f9; color: #416684;}
.ui-datepicker-calendar .ui-state-active {cursor: default; }
.ui-datepicker-calendar .ui-state-active, .ui-datepicker-calendar .ui-state-highlight.ui-state-active {background: #f5f8f9; color: #416684;}
.ui-state-highlight {background: #fafafa; color: #ffab33;}
.ui-priority-secondary {color: #e8eef0;}

/*====================*/
/*3 - FOOTER */
/*====================*/

.col-brick {
    float: left;
}

.container.footer-content {
    padding-left: 0;
    padding-right: 0;
}

.p-footer {
    background-color: #303030;
    padding-left: 20px;
    padding-right: 20px;
    color:#8e8e8e;
}

.row.p-footer {
    margin-left:0;
    margin-right:0;
}

.p-footer .links {
    padding: 0;
    margin: 0;
}

.p-footer .copyright {
    border-right: 1px solid #8e8e8e;
    position: relative;
}

.p-footer .copyright .links {
    margin: 25px auto 35px;
    line-height: 0.8125em;
}

.p-footer .copyright .notify-text {
    line-height: 0.8125em;
    margin-bottom: 45px;
}

.p-footer .copyright p {
    font-family: 'Arial';
    font-size: 0.6875em;
    line-height: 13px;
    margin: 0;
    padding: 0;
}

.p-footer .links li {
    list-style-type: none;
}

.p-footer .links a {
    text-decoration: none;
    font-size: 0.68em;
    color: #8e8e8e;
    font-family: 'Arial';
    padding-bottom: 0;
}

.p-footer .links a:hover {
    border-bottom: none;
}

.p-footer .tiny {
    padding-top: 40px;
}

.p-footer .tiny:last-child {
    padding-right: 0;
}

.p-footer .tiny .title {
    font-size: inherit;
    color: #8e8e8e;
    padding: 0;
    margin: 0 0 6px 0;
}

.p-footer .tiny:last-child .title {
    margin-right: 0;
}

.p-footer .tiny a {
    font-size: 0.75em;
    color: #8e8e8e;
    font-family: 'Arial';
    text-transform: none;
    display: block;
    border-bottom: none;
    padding-bottom: 6px;
}

.p-footer .title a {
    font-size: 0.750625em;
    font-weight: 700;
    font-family: 'Arial';
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.p-footer .tiny li:last-child a {
    padding-bottom: 0;
}

.p-footer .tiny a:first-letter {
    text-transform: uppercase;
}

.p-footer .copyright {
    padding-right: 43px;
    width: 346px;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.p-footer .g-socials {
    padding-bottom: 7px;
    position: relative;
    display: inline-block;
}

.p-footer .g-socials .social-icon {
    margin: 0 1.5px;
}

.p-footer .copyright .logo {
    margin: 30px 0 45px 0;
}

.p-footer .author {
    float: left;
    font-size: 0.74625em;
    font-family: 'Arial';
    text-align: center;
    margin-right: 0;
    color:#8e8e8e;
}

.p-footer .metriks {
    float: right;
    margin-left: 5px;
}

.p-footer .legal {
    font-size: 0.626875em;
    font-family: 'Arial';
    float: right;
    margin-right: 3px;
    margin-left: 0;
}

.p-footer .legal1 {
    display: none;
}

.p-footer .legal2 {
    display: block;
    width: 50%;
}


.p-footer .author,
.p-footer .legal {
    margin-top: 7px;
    margin-bottom: 7px;
}

.p-footer .footer-copyrights {
    border-top:1px solid #8e8e8e;
    padding-bottom: 20px;
    padding-top: 10px;
}

@media only screen and (min-width: 1208px){
    .p-footer .tiny {
        padding-right: 38px;
        font-size: 18px;
    }

    .container.footer-content {
        width: 1208px;
    }
}

@media only screen and (max-width: 1208px) {
    .p-footer .tiny {
        padding-right: 20px;
    }

    .container.footer-content {
        width: 992px;
    }
}

@media only screen and (max-width: 1020px) {
    .p-footer .tiny {
        padding-right: 20px;
    }

    .p-footer .copyright {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        border-right:none;
        width:100%;
    }

    .p-footer .author,
    .p-footer .legal {
        float:none;
        margin:0;
        text-align: left;
    }

    .p-footer .legal1 {
        display: block;
    }

    .p-footer .legal2 {
        display: none;
    }

    .p-footer .metriks {
        margin-top:10px;
        width: 100%;
    }

    .container.footer-content {
        width: 768px;
    }

}

@media only screen and (max-width: 792px) {
     .p-footer .tiny {
        padding-right: 20px;
    }

    .p-footer .copyright {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        border-right:none;
        width:100%;
    }

    .p-footer .author,
    .p-footer .legal {
        float:none;
        margin:0;
        text-align: left;
    }

    .p-footer .legal1 {
        display: block;
    }

    .p-footer .legal2 {
        display: none;
    }

    .container.footer-content {
        width: auto;
    }

    .p-footer .metriks {
        margin-top: 10px;
        width: 100%;
    }
}

.p-footer .tiny.last{
    padding-right: 0;
}

.footer-wrapper {
    background-color: #303030;
    border-top: 5px solid #C40000;
    border-bottom: 5px solid #202020;
    margin-top: auto;
    z-index: 999;
}

.g-socials .social-icon {
    width: 22px;
    height: 22px;
    float: left;
    margin: 0 2px;
    cursor: pointer;
}

.g-socials .social-icon a {
    display: block;
    width: 100%;
    height: 100%;
}

.social-buttons {
    margin-bottom:20px;
}

.social-buttons-footer {
    margin:0;
}

.social-buttons > .g-socials > .social-icon {
  width: 30px;
  height:30px;
}

.social-buttons > .g-socials > .yt {
  background-image: url('../img/social/Yt.svg');
}

.social-buttons > .g-socials > .fb {
  background-image: url('../img/social/Fb.svg');
}

.social-buttons > .g-socials > .ok {
  background-image: url('../img/social/Ok.svg');
}

.social-buttons > .g-socials > .tw {
  background-image: url('../img/social/Tw.svg');
}

.social-buttons > .g-socials > .inst {
  background-image: url('../img/social/Insta.svg');
}

.social-buttons > .g-socials > .vk {
  background-image: url('../img/social/Vk.svg');
}

.social-buttons > .g-socials > .tele {
  background-image: url('../img/social/Tele.svg');
}

.social-buttons > .g-socials > .gplus {
  background-image: url('../img/social/G+.svg');
}

@media only screen and (min-width: 1208px){
    .p-footer .tiny {
        padding-right: 38px;
        font-size: 18px;
    }

    .container.footer-content {
        width: 1208px;
    }
}

@media only screen and (max-width: 1208px) {
    .p-footer .tiny {
        padding-right: 20px;
    }

    .container.footer-content {
        width: 992px;
    }
}

@media only screen and (max-width: 1020px) {
    .p-footer .tiny {
        padding-right: 20px;
    }

    .p-footer .copyright {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        border-right:none;
        width:100%;
    }

    .p-footer .author,
    .p-footer .legal {
        float:none;
        margin:0;
        text-align: left;
    }

    .p-footer .legal1 {
        display: block;
    }

    .p-footer .legal2 {
        display: none;
    }

    .p-footer .metriks {
        margin-top:10px;
        width: 100%;
    }

    .container.footer-content {
        width: 768px;
    }

}

@media only screen and (max-width: 1020px) {
  .g-primary-content.custom-col-md-12 {
    width: 100%;
  }

  .g-primary-content {
    padding: 0 15px;
  }

  .g-search .search-field {
    min-width: 203px;
  }

  .custom-hidden-sm {
    display: none;  
  }

  .p-header .g-user {
    margin-top: 19px;
    padding-left: 0;
  }

  .g-currency.euro {
    margin-right: 39px;
  }

  .g-informer {
    margin-right: 0;
  }

  .p-footer .tiny {
    display: none;
  }

  .p-footer .copyright {
    float: none;
    margin: 0 auto;
    padding: 0;
    border: none;
    text-align: center;
    width: 100%;
  }

  .p-footer .copyright .logo {
    margin: 22px auto;
  }

  .p-footer .copyright img {
    width: 60%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-footer .copyright .links {
    margin-right: auto;
    margin-left: auto;
  }

  .p-footer .author,
  .p-footer .legal {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .p-footer .legal {
    text-align: center;
  }

  .p-footer .g-socials {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 792px) {
     .p-footer .tiny {
        padding-right: 20px;
    }

    .p-footer .copyright {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        border-right:none;
        width:100%;
    }

    .p-footer .author,
    .p-footer .legal {
        float:none;
        margin:0;
        text-align: left;
    }

    .p-footer .legal1 {
        display: block;
    }

    .p-footer .legal2 {
        display: none;
    }

    .container.footer-content {
        width: auto;
    }

    .p-footer .metriks {
    margin-top: 10px;
        width: 100%;
    }
}

.p-footer .logo img {
    width: 190px;
}

.post-password-form {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* To Top Button */
.to-top-button.fixed {
    z-index: 1001;
}

.to-top-button {
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

/*.to-top-button.fixed {
    display: none;
}*/

.to-top-button:hover {
    opacity: 1;
}

.to-top-button .text {
    text-transform: uppercase;
    font-family: 'Arial';
    font-weight: 900;
    color: #c81e1e;
    font-size: 0.7em;
}

.to-top-button .fa {
    display: block;
    margin: 0 auto;
    color: #c81e1e;
    font-size: 2em;
}

@media only screen and (max-width: 1260px) {
    .to-top-button {
        position: static;
        margin: 0 auto 15px;
    }
}

/* mobrep  button */

.mobrep-button {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 0;
  font-size: 1em;
}

.mobrep-button a {
  display: block;
  font-family: Arial;
  font-size: 0.875em;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 0;
  text-align: center;
  background-color: #c40000;
  margin: 0 auto;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  border: 1px solid;
  font-weight: normal;
  text-decoration: none;
}

.mobrep-button a:hover {
  background-color: #fff;
  border: 1px solid #c40000;
  color: #c40000;
  padding: 3px 0;
}

/* disclocation - breacrumbs */

.dislocation {
  background-color: #e3e3e3;
  padding: 6px 10px 5px;
  margin-top: 9px;
  margin-bottom: 9px;
  min-height: 27px;
}

.dislocation .section-name {
  color: #c40000;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0 10px 0 0;
  display: block;
  float: left;
  font: bold 1em/1 "Arial"; 
}

.dislocation .custom-breadcrumb {
  font-size: 0.75em;
  float: left; 
}

.dislocation .custom-breadcrumb a {
  color: #000;
  text-decoration: underline; 
}

/**/

.g-secondary-content .img-responsive,
.g-primary-content .img-responsive {
  width: 100%;
}

/* LINES */

.items-as-lines {
}

.items-as-lines .news-line span {
  display: block;
    font-family: 'Arial', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #bfbfbf;
  margin-bottom: 4px;
  line-height: 12px;
}

.items-as-lines .news-line a {
  display: block;
    font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #303030;
  margin-bottom: 20px;
  line-height: 1.2;
}

.items-as-lines .news-line:last-child a {
  margin-bottom: 0;
}
