.img_container {
  text-align: center;
  height: inherit;
  display: block;
}
.img_container: hover {
  color: transparent;
}
.img_container_helper {
  display: inline-block;
  height: 100% ;
  vertical-align: middle;
}

.img_container img {
  max-width: 100% !important;
  max-height: 100% !important;
  /* display:block; */
}
.custom-background .img_menu,
.custom-background .nav-pills,
.custom-background .footer,
.custom-background .panel,
.custom-background .list-group-item,
.custom-background  a.list-group-item:hover,
.custom-background .panel-default,
.custom-background .panel-heading,
.custom-background .nav>li>a:hover, .custom-background .nav>li>a:focus{
  background: inherit;
  border-color: inherit;
}

.img_menu {
  margin: 0 -1em 0em;
  padding: 2.8em 1em 1.1em;
}

.img_menu .img_container {

}

.img_menu-item {
  display: inline-block;
}
.img_menu-images{
  margin-bottom: 1em;
}
.img_menu-images .img_menu-item{
  vertical-align: middle;
}
.img_menu-menu .img_menu-item{
  vertical-align: top;
}

.img_menu-item-caption {
  text-align: center;
  white-space: pre-wrap;
  padding: 0 3em;
}

.popup_contentDiv {
  color: #000;
}
.calendar td{
  padding:0;
}
.calendar .panel-body{
  padding: 0.5em;
}
.calendar .panel-default{
  border: 1px solid #aaa;
  border-radius: 0.1em;
  box-shadow: 1px 1px 1px #bbb;
  background-color: #fff;
  margin: 0;
}

.table>thead>tr>th{
  background-color:#fff;
}

.calendar .table{
  margin-bottom: 0;
}


.calendar .nav-tabs>li>a {
    padding-bottom: 12px;
}

.calendar .nav-tabs>li>a:hover,
.calendar .nav-tabs>li.active>a,
.calendar .nav-tabs>li.active>a:hover {
    padding-top: 10px;
    padding-bottom: 12px;
    margin-top: 6px;
}

.table .slots{
  margin:0;
}

.table .slots td{
  padding: 0;
  vertical-align: middle;
  height: 30px;
  text-align: center;
}

.nav-centered{
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img{
  margin: 0 auto;
}

.text{
    padding-top: .6em;
}

.fancybox{
  padding-bottom: .3em;
  display: inline-block;
}

a.list-group-item .list-group-item-heading {
  font-size: 15px;
}

.footer .list-group{
  float: left;
  padding: 1em 2em 0 0;
}
.footer .list-group-item {
  padding: 0;
  border-width: 0;
}

.panel-default{
  margin: 1em 0 1.4em 0;
}
.panel-transparent{
  margin: 1em 0 1.4em 0;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 0 0 ;
}

.panel-transparent .panel-heading{
  padding:0 15px;
}
.news.panel-transparent .list-group-item,
.news.panel-transparent .list-group-item:hover {
  background-color: transparent;
}

.panel-transparent .panel-body{
  padding: 0 15px;
}

.anchor{
  display: block;
  text-align: center;
  border-top: solid 1px #bebebe;
  margin-top: 35px;
  margin-bottom: -20px;
}
.anchor span {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  color: #3d7779;
  font-weight: 400;
  padding: 8px 32px;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  border: solid 2px #52c1b0;
  background-color: #f0edca;
  position: relative;
  top: -26px;
}
.anchor span:before {
  content: '';
  position: absolute;
  display: block;
  width: 79px;
  height: 1px;
  left: -81px;
  top: 23px;
  overflow: hidden;
}
.anchor span:after {
  content: '';
  position: absolute;
  display: block;
  width: 79px;
  height: 1px;
  right: -81px;
  top: 23px;
}
.anchor span:before, .anchor span:after {
    /*background-color: #fff;*/
}


#vk_groups,
#vk_groups iframe,
#vk_comments, #vk_comments iframe {
  width: 100% !important;
}
img[style*="left"]  {margin:0 1em 0.75em 0;}
img[style*="right"] {margin:0 0 1em 0.75em; }
.breadcrumb {
  background-color: inherit;
}


.accordion{
    border-top:1px solid #999999;
    margin-bottom:0px;
    }
    .accordiontitle{
        margin:0.5em 0;
        background:url(image/arrowaccord.png) right -61px no-repeat;
        cursor:pointer;
        min-height: 24px;
        }
    .closed .accordiontitle{
        background:url(image/arrowaccord.png) right -11px no-repeat;
        }
    .accordiontext{
        border-top:1px solid #cccccc;
        overflow:hidden;
        padding:5px 0 10px 0;
        }
    .closed .accordiontext{
        display:none;
        }
    .noborder,
    .noborder .accordiontext{
        border:0 none;
        }


.nav-stacked li{
  display: block;
}
.nav-stacked li a, .nav-tabs li a{
  padding: 10px;
  display: block;
  cursor: pointer;
  color: inherit;
}

form span.required{
  color: red;
}

table td img{
  max-width: 100%;
}


.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }


.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: transparent !important;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }



/*Modal window*/


.modal-container {
    background: rgba(0,0,0, 0.5);
    position: fixed;
    /*left: 0px;*/
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: block;
    left: auto;
    right: 2000%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;

    display: table !important;
    width: 100%;
    height: 100%;
}

.modal-container .aligner {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.modal-container.show {
    left: 0;
    right: auto;
    opacity: 1;

    display: table !important;

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.modal-container .modalWindow {
    width: 900px;
    height: auto;
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -450px;*/
    /*top: 10%;*/
    /*max-height: 80%;*/
    background: white;

    /*display: block;*/
    overflow: hidden;
    /*overflow-y: auto;*/

    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;

    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    margin-left: 0;
    /*height: auto;*/
    /*width: auto;*/

    text-align: left;
    padding-top: 35px;
}

.modal-container.show:not(.loading) .modalWindow {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.modal-container.show.loading .loader {
    display: block;
}


.modal-container .modalWindow .modal-head {
    width: 100%;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    text-align: right;
    padding-right: 5px;
    cursor: pointer;
    position: absolute;
    top: 0;
}

.modal-container .modalWindow .modal-body {
    width: 100%;
    height: 100% !important;
    padding: 10px;

    /*padding-bottom: 120px;*/
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
}

.modal-container .modalWindow .modal-body .photo-cont {
    width: 20%;
    height: 150px;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.modal-container .modalWindow .modal-body .photo {

    width: 100%;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;


}

.modal-container .modalWindow .modal-body .info {
    display: inline-block;
    float: left;
    width: 79%;
    padding: 20px;
}

.modal-container .modalWindow .modal-body .info {
    font-size: 14px;
}

.modal-container.no-image .modalWindow .modal-body .photo-cont {
    display: none;
}

.modal-container.no-image .modalWindow .modal-body .info {
    width: 100%;
}


.modal-container .modalWindow.mobile {
    width: 90%;
    left: 5%;
    position: fixed;
    margin-left: 0;

}

.modal-container.mobile .modalWindow {
    max-height: none;
}

.modal-container .loader {
    display: none;
    width: 64px;
    height: 64px;
    background-image: url('/vendor/themes/image/ajax-loader.GIF');
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}


.albumsBlock {
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
}

.albumsBlock .albumCover {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 280px;
    height: 220px;
    border-bottom: 2px solid #e8e8e8;
    overflow: hidden;
}

.albumsBlock .albumCover .albumTitle {
    display: block;
    width: 280px;
    height: 34px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'GothamProBold';
}

.albumsBlock .albumCover .albumCoverImage {
    width: 280px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.albumBlock .albumItem.video {
    position: relative;
}

.albumBlock .albumItem.video:after {
    position: absolute;
    left: 0;
    top: 0;
    /* margin-top: 90px; */
    background-size: contain;
    background-image: url('/vendor/themes/image/play.png');
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.7;
}

.albumsBlock .albumCover .albumStats {
    height: 36px;
    line-height: 36px;
}

.albumsBlock .albumCover .albumStats .stat {
    display: inline-block;
    color: #5F5F5F;
    margin-right: 10px;
}


.albumsBlock .albumCover .albumStats .stat .data {
    font-size: 11px;
}

.albumBlock.panel-heading .panel-title {
    font-family: 'GothamProBold';
    color: #5F5F5F;
    font-size: 16px;
}

.albumBlock.panel-body .albumItem {
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    cursor: pointer;
}



.albumBlock.panel-body {
    padding: 0 !important;
    margin-left: 20px;
}

.albumBlock.panel-body .albumItem img {

}


.fullPage {
    margin-left: -15px;
    margin-right: -15px;
}

.fullPage img {
    /*width: 1170px;*/
}

.infoblock {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.infoblock .title {
    vertical-align: top;
    padding-left: 10px;
}

.infoblock .title span {
    font-size: 10px;
    font-family: Arial;
}

.infoblock .buttons {
    text-align: right;
    vertical-align: top;
}

.infoblock .buttons .btn a {
    background: white;
    font-size: 10px;
    width: 130px;
    text-align: center;
    height: 20px;
    display: block;
    line-height: 23px;
    text-decoration: none;
    color: black;
    letter-spacing: -0.5px;
}

.calendar-nav-links {
    margin-top: 25px;
    height: 20px;
    width: 100%;
}

.calendar-single-event a#goBackLink {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 21px;
    border: 1px solid #A0A0A0;
    border-radius: 25px;
    color: #A0A0A0;
    text-decoration: none;
}

.calendar-single-event a#goBackLink:hover{
    text-decoration: none;
    color: #bfbfbf;
}


@media (max-width: 680px) {
    .buttons.adoptable .button {
        width: 100% !important;
    }
}


@font-face {
    font-family: 'arialblack';
    src: url('fonts/ArialBlack/ariblk-webfont.eot');
    src: url('fonts/ArialBlack/ariblk-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ArialBlack/ariblk-webfont.woff2') format('woff2'),
    url('fonts/ArialBlack/ariblk-webfont.woff') format('woff'),
    url('fonts/ArialBlack/ariblk-webfont.ttf') format('truetype'),
    url('fonts/ArialBlack/ariblk-webfont.svg#arialblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

.carousel-control_container.bottom-left .carousel-control,
.carousel-control_container.top-right .carousel-indicators {
    display: none;

}

.carousel-control_container .carousel-control {
    z-index: 10;
}

.carousel-control_container .carousel-control span.fa {
    position: absolute;
    top: 50%;
    color: black;
}

.checkbox-select {
    white-space: nowrap;
    margin-bottom: 5px;
}

.checkbox-select label,
.checkbox-select input,
.checkbox-select .foldable,
.checkbox-select .input-group-btn {
    display:inline-block;
}

.foldable.active .input-group-btn {
    height: 27px;
    margin-top: -4px;
}

.checkbox-select label {
    margin-right: 15px;
}

.checkbox-select .input-group-btn .dropdown-toggle.form-dropdown{
    height: 27px;
    margin-top: 0px;
    background: white;
    color: black;
    border-color: rgb(152, 151, 151);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    margin-left: -5px;
}

.checkbox-select .dropdown-menu.form-dropdown li {
    display: block;
}
.checkbox-select .dropdown-menu.form-dropdown li a{
    border-radius: 0;
}

.checkbox-select .foldable {
    display: none;
}

.checkbox-select .foldable.active {
    display: inline-block;
}

.checkbox-select .form-dropdown-input {
    min-width: 200px;
}

.checkbox-select .input-group {
    white-space: normal;
}

.img_menu.maxWidth .img_menu-item {
  width: 100% !important;
}

 .accordiontitle{
        margin:0.5em 0;
        /*background:url(image/arrowaccord.png) right -61px no-repeat;*/
        background-image: none;
        cursor:pointer;
        min-height: 24px;
        position: relative;
        }

 .accordiontitle::after, .closed .accordiontitle::after {
 background:url(/vendor/themes/image/arrowaccord.png) right -61px no-repeat;
 content: '';
 width:60px;
 height: 30px;
 display: inline-block;
 position: absolute;
 top:0;
 right: 0;

 }        
.closed .accordiontitle{
        /*background:url(image/arrowaccord.png) right -11px no-repeat;*/
        background-image: none;
        }

        .closed .accordiontitle::after {
          background:url(/vendor/themes/image/arrowaccord.png) right -11px no-repeat;

        }


.time-counter .counter-block {
    text-align: center;
}

.time-counter .counter-value {
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 0 0 10px 0;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 60px;
    font-weight: 300;
    border: 3px solid #000;
    color: #000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s;
}

.time-counter .counter-value:hover {
    -moz-border-radius: 15%;
    -webkit-border-radius: 15%;
    border-radius: 15%;
}

.time-counter .counter-value-title {
    font-size: 24px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
}

.buttons {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}



.buttons .button {
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid white;
}

.buttons .button:last-child {
    border-right: none;
}


.buttons .button.horizontal {
    display: table;
}

.buttons .button.horizontal .img-cont,
.buttons .button.horizontal .title-cont {
    display: table-cell;
    vertical-align: middle;
}

.buttons .button.horizontal .title-cont {
    padding-left: 5px;
    overflow: hidden;
}

.buttons .button:not(.horizontal) .title-cont {
    margin-top: 5px;
}

.buttons .button:not(.horizontal) {
    display: table;
}

.buttons .button:not(.horizontal) .aligner {
    display: table-cell;
    vertical-align: middle;
}

.person-card {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}

.person-card .person-card-body {
    display: inline-block;
    overflow: hidden;
}

.person-card .picture-block,
.person-card .name-block {
    display: block;
    clear: both;
    position: relative;
    overflow: hidden;
}

.person-card .person-card-body .picture-block .info-block {
    position: absolute;
    top:-50%;
    left:0;
    right:0;
    bottom: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.person-card .person-card-body:hover .picture-block .info-block {
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.person-card .person-card-body .picture-block .info-block .info-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.person-card .person-card-body .picture-block .bottom-block {
    position: absolute;
    top: 100%;
    left:0;
    right:0;
    bottom: -50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.person-card .person-card-body:hover .picture-block .bottom-block {
    position: absolute;
    top: 50%;
    left:0;
    right:0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.person-card .person-card-body .name-block {
    padding: 5px;
}

.info-list .info-item{
    padding: 5px;

}

.info-list .info-item:hover {
    cursor: pointer;
    text-decoration: none;
}

.info-list .info-item .info-item-content,
.info-list .info-item .info-item-picture {
    display: table-cell;
    padding: 10px;
    position: relative;
    vertical-align: top;
}

.info-list .info-item .info-item-picture .info-item-picture-box {
    display: inline-block;
}

.info-list .info-item .info-item-content {
    white-space: normal;
}

.info-list .info-item .info-item-content .info-item-title {
    margin-bottom: 10px;
    font-weight: 600;
}

.info-list .info-item .info-item-content .info-item-text {
    text-align: justify;
}

.img_container.fullWidth,
.img_container.fullWidth img {
    width: 100% !important;;
    height: auto !important;
}

.thumbnail > img, .thumbnail a > img {
    max-width: 100px;
}

.site-editor .carousel-inner > .item > img, .site-editor .carousel-inner > .item > a > img,
.site-editor img {
    max-width: 300px;
}

.site-editor .img_menu .img_container img {
    max-width: 100px !important;
}

.row.contentBlock {
    padding: 20px;
}

#deployAlert {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: fixed;
    right: 10px;
    top: 30px;
    z-index: 9999;
    width: 400px;
    height: 92px;
    background: #FFcccc;
    border: 3px dashed red;
    border-radius: 5px;
    padding: 10px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#deployAlert.show {
    opacity:1;
    visibility: visible;
    top: 10px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#deployAlert .time {
    font-weight: bold;
    color: white;
    background: red;
    padding: 2px 10px;
}

.deployBlock {
    display: none;
    position:fixed;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
    width: 100%;
    height: 100%;
}

.tabs_row {
    position: relative;
    overflow: hidden;
}

.tabs_row .loader {
    display: block;
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0%;
    top: 0;

}

.tabs_row.loaded .loader {
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.tabs_row .loader .fa {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #ddd;
}

.tabs_row .tabs_title {
    /*background: #58595b;*/
    list-style: none;
    text-align: center;
    /*margin-bottom: -15px;*/
    padding-left: 2px;
}

.tabs_row .tabs_title .tabs_logo {
    height: 28px;
    width: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -10px;
    float:left;
    margin-left: 20px;
    margin-right: 15px;
}

.tabs_row .tabs_title li {
    background: #58595b;
    color: white;
    display: inline-block;
    margin: 5px;
    padding: 7px;
    cursor: pointer;
    position: relative;
    font-size: 9px;
    font-weight: normal !important;
    font-family: 'PTSansRegular';
    min-width: 120px;
    text-align: center;
}

.tabs_row .tabs_title li:hover{
    text-decoration: underline;
}

.tabs_row .tabs_title li.active {
    background: #007dc5 !important;
    border-color: #007dc5;
    font-weight: bold;
    font-size: 9px;
    font-family: 'PTSansRegular'
}

.tabs_row .tabs_title li.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 125, 197, 0);
    border-top-color: #007dc5;
    border-width: 10px;
    margin-left: -10px;

}

.tabs_row .tabs_bodyes {

}

.tabs_row .tabs_bodyes .col-sm- {
    display:none;
    float: none !important;
}

.tabs_row .tabs_bodyes .accordeon .col-sm- {
    display: block;
}

.tabs_row .tabs_bodyes .col-sm-.active {
    display:block;
}

.image_group.stretched {
    width: 100%;
    display: inline-block;
}

.image_group.stretched .main-image,
.image_group.stretched .main-image img {
    width: 100%;
}

.image_group.stretched .add-images {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    margin-top:10px;
}

.image_group.stretched .add-images .add-image {
    vertical-align: top;
    display: inline;
}

.image_group.stretched .add-images .add-image .img_cnt{
    display: inline-block;
}

.image_group.stretched .add-images .add-image .img_cnt img {
    width: 100%;
}

.image_group.stretched .add-images .stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

form .captcha {
    padding-left: 33.3333333%;
}

form .captcha > div {
    display: inline-block;
}



.eventlist {
    padding: 15px;
}

.eventlist .border-bottom {
    margin-bottom: 20px;
}

.eventlist .event-single-item {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-right: 15px;
    min-height: 100px;
    padding: 5px;
    box-sizing: content-box;
}

.eventlist .event-single-item:last-child {
    margin-right: 0;
}

.eventlist .event-single-item .img_container {
    width: 250px;
    height: 141px;
    overflow: hidden;
}

.eventlist .event-single-item .img_container img {
    width: 100%;
}

.eventlist .event-single-item .date {
    width: 100%;
    text-align: center;
    background: black;
    color: white;
    font-style: normal;
    font-size: 13px;
}

.eventlist .event-single-item .title {
    margin-top: 10px;
    text-decoration: none;
    color: #444;
    font-weight: bold;
    text-align: justify;
}

.eventlist .event-single-item,
.eventlist .event-single-item:hover,
.eventlist .event-single-item:hover .title {
    text-decoration: none;
    cursor: pointer;
}

.eventlist .event-single-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.memberslist {
    padding: 15px;
    text-align: center;
}

.memberslist .members {
    width: 100%;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.memberslist .member {
    text-align: left;
    /*max-width: 650px;*/
    /*min-width: 650px;*/
    width: 100%;
    display: block;
    min-height: 100px;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    margin-bottom: 15px;
    padding: 15px;
    white-space: nowrap;
}

.memberslist .member.hide {
    display: none;
}

.memberslist .member .logo {
    width: 18%;
    display: inline-block;
    vertical-align: top;
}

.memberslist .member .logo img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.memberslist .member .info {
    display: inline-block;
    white-space: normal;
    padding-left: 15px;
    vertical-align: top;
    max-width: 500px;
    width: 81%;
}

.memberslist .member .info .name,
.memberslist .member .info .sector,
.memberslist .member .info .short-info {
    display: block;
}

.memberslist .member .info .name {
    line-height: 25px;
    margin-bottom: 5px;
    cursor: pointer;
}

.memberslist .member .info .sector {
    font-weight: bold;
    color: grey;
}

.memberslist .member .info .short-info {
    font-size: 12px;
}

.memberslist .member .info .place {
    font-size: 12px;
    opacity: 0.5;
}

.memberslist .toolbox {
    margin: 15px;
    text-align: left;
    min-height: 50px;
    display: block;
}

.memberslist .toolbox .sort,
.memberslist .toolbox .search {
    display: inline-block;
}

.memberslist .toolbox .sort {
    width: 50%;
    color: #007fff;
    cursor: pointer;
    height: 100%;
}

.memberslist .toolbox .search {
    width: 49%;
    text-align: right;
}

.memberslist .toolbox .search input {
    max-width: 300px;
    display: inline-block;
}

.memberslist .pagination {
    display: block;
}

.memberslist .pagination .page {
    display: inline-block;
    border: 1px solid #BFBFBF;
    width: 35px;
    background-color: #D7D7D7;
    margin-left: 5px;
    cursor: pointer;
}

.memberslist .pagination .page:first-child {
    margin-left: 0;
}

.memberslist .pagination .page.active {
    background-color: #60AEFF;
    color: white;
}

.modal-container:not(.mobile) .member-modal .top-info {
    display: table;
    width: 100%;
}

.modal-container:not(.mobile) .member-modal .top-info .logo {
    display: table-cell;
    vertical-align: top;
}

.modal-container:not(.mobile) .member-modal .top-info .info-block {
    display: table-cell;
    vertical-align: middle;
}

.member-modal .logo {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
    width: 45%;
    vertical-align: top;
}

.member-modal .logo img {
    width: auto;
    max-width: 200px;
    height: auto;
    /*max-width: 100%;*/
}

.member-modal .info-block {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
}

.member-modal .contactPerson {
    display: block;
    margin-bottom: 20px;
    color: grey;
}

.member-modal .contactPerson a:after {
    content: ',';
}


.member-modal .contactPerson a:last-child:after {
    display: none;
}

.member-modal .contactPerson span {
    margin-right: 15px;
}

.member-modal .desc {
    min-height: 20px;
}

.modal-container.mobile .modalWindow {
    display: block;
    left: 2%;
    top: 2%;
    overflow: hidden;
    position: absolute;
    width: 96%;
    height: 96%;
    margin-left: 0;
}

.modal-container.member .modalWindow {
    height: auto;
}

.modal-container.member .modalWindow .modal-body {
    /*height: 100%;*/

}

.modal-container.mobile .modalWindow .modal-body {
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
}


.modal-container.mobile .modalWindow .modal-body .panel-title {
    padding-left: 15px;
    padding-right: 15px;
}

.modal-container.mobile .modalWindow .modal-body .panel-body {
    padding: 0;
}

.modal-container.mobile .modalWindow .modal-body .panel-body .contactPerson,
.modal-container.mobile .modalWindow .modal-body .panel-body .desc {
    padding: 0 15px;
}

.modal-container.mobile .modalWindow #modalMap {
    margin-left: 0;
}


.modal-container.mobile .member-modal .logo {
    width: 100%;
}



.modal-container.mobile .member-modal .logo img {
    height: auto;
    width: auto;
    max-width: 100%;
}

.modal-container.mobile .member-modal .info-block {
    display: block;
    width: 100%;
}


@media screen and (max-width: 480px) {
    .members .member {
        white-space: normal;
    }

    .members .member .logo {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .members .member .logo img {
        width: auto;
        max-width: 100%;
    }

    .memberslist .member .info .short-info {
        text-align: justify;
    }
}



.calendar {
    padding-top: 20px;
    background: #f8f8f8;
    margin-left: 15px;
    margin-right: 15px;
}

.calendar .nav-tabs li a {
    color: #007ec3;
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    outline: 0;
    font-family: 'Arial';
}

.calendar .nav-tabs li a:hover {
    border: 0;
    background: #e8e8e8 !important;
    cursor: pointer;
}

.calendar .nav-tabs li a .event-date {
    font-family: 'Arial Black';

}

.calendar .nav-tabs li.active a .event-date {
    color: #5F5F5F;
}

.calendar .nav-tabs li.active a {
    background: #e8e8e8 !important;
    border: 0;
    color: #58595b;
}
.calendar .nav-tabs li.active a:hover{
    background: #e8e8e8;
    border: 0;
    color: #58595b;
}

.calendar .calendar-event {
    padding: 20px;
    background: #e8e8e8;
    margin-bottom: 2px;
    padding-bottom: 10px;
}

.calendar .calendar-event .event-body {
    display: inline-block;
    width: 67%;
    margin:0;

}

.calendar .calendar-event .event-links {
    display: inline-block;
    width: 28%;
    min-height: 20px;
    margin: 0;
    float: right;
    background: white;
    padding-top: 10px;
    text-align: right;
    line-height: 27px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}

.calendar .calendar-event .event-links .event-link a {
    color: #017bc6
}

.calendar .calendar-event .event-header {
    width: 420px;
    position: relative;
    margin-bottom: 10px;
    vertical-align: top;
}

.calendar .calendar-event .event-header .event-header-element {
    display: inline-block;
    min-width: 20px;
}

.calendar .calendar-event .event-header .event-time {
    width: 100px;
    font-family: 'Arial Black';
    color: #5F5F5F;
    vertical-align: top;
    font-size: 13px;
}

.calendar .calendar-event .event-header .event-place {
    color: #007cc4;
    font-size: 13px;
    max-width: 350px;
}

.calendar .calendar-event .event-header .event-action {
    background: #007cc4;
    width: 100px;
    border-radius: 20px;
    font-size: 12px;
    height: 21px;
    color: white;
    line-height: 21px;
    text-align: center;
    position: absolute;
    right: 30px;
}

.calendar .calendar-event .event-header .event-action:hover {
    background: #007fff;
    cursor: pointer;
}

.calendar .calendar-event .event-type {
    margin-bottom: 10px;
    color: #5F5F5F;
    font-size: 12px;
}

.calendar .calendar-event .event-title {
    color: #017bc6;
    text-decoration: none;
    font-size: 16px;
    /*font-family: 'Arial';*/
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
}
.calendar .calendar-event .event-title:hover {
    text-decoration: underline;
}

.calendar .calendar-event .event-title:before {
    /*content: "В«";*/
    margin-right: -5px;
}

.calendar .calendar-event .event-title:after {
    /*content: "В»";*/
    margin-left: -5px;
}

.calendar .calendar-event .event-description {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 11px;
    text-align: justify;
}

.calendar .calendar-event .event-text {
    margin-bottom: 10px;
}

.calendar .calendar-event .organizers {
    margin-bottom: 10px;
}

.calendar .calendar-event .organizers .organizers-title {
    font-weight: bold;
    margin-bottom: 5px;
    color: #5F5F5F;
    font-size: 12px;
}

.calendar .calendar-event .organizers .organizer {
    font-size: 12px;
    font-family: 'Arial';
    display: block;
}

.calendar .calendar-event .organizers .organizer a {
    color: #007cc4;
    cursor: pointer;
}

.calendar .calendar-event .organizers .organizer a.disabled,
.calendar .calendar-event .organizers .organizer a.disabled:hover {
    cursor: text;
    color: #444;
    text-decoration: none;
}

.calendar .calendar-event .organizers .organizer:after {
    content: ', ';
    display: none !important;
}

.calendar .calendar-event .organizers .organizer:last-child:after{
    content: '';
}

.calendat .single-event {
    background: transparent;
}

.calendar-single-event {
    min-width: 300px;
    min-height: 0;
    margin-left: 36px;
    margin-right: 33px;
    color: #5F5F5F;
    font-family: 'Arial';
}

.calendar-single-event h1 {
    font-size: 20px;
    font-family: 'Arial Black';
    /*text-transform: uppercase;*/
}

.calendar-single-event h1:before {
    content: "«";
    margin-right: -1px;
}

.calendar-single-event h1:after {
    content: "»";
    margin-left: -1px;
}

.calendar-single-event .eventType {
    margin-bottom: 10px;
    color: #5F5F5F;
    font-size: 12px;
}

.calendar-single-event .attachments {
    width: 100%;
    /*height: 50px;*/

}
.calendar-single-event .attachments a {
    font-size: 12px;
    font-family: 'Arial';
}


.calendar-single-event .event-left-pane {
    width: 67%;
    /*float: left;*/
}

.calendar-single-event .eventDate {
    color: #5F5F5F;
    margin-top: 20px;

}
.calendar-single-event .eventDate span {

    font-family: 'Arial Black';
}

.calendar-single-event .eventTime {
    font-family: 'Arial Black';

    color: #5F5F5F;
}

.calendar-single-event .eventPlace {
    color: #007cc4;
    font-size: 14px;
    margin-top: 10px;
}

.calendar-single-event .eventText {
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 11px;
    text-align: justify;
}

.calendar-single-event .organizers {
    margin-top: 15px;
}

.calendar-single-event .organizers .org-title {
    font-family: 'Arial Black';
    margin-bottom: 5px;
    color: #5F5F5F;
    font-size: 15px;
}

.calendar-single-event .organizers .organizer {
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
}

.calendar-single-event .organizers .organizer a.disabled,
.calendar-single-event  .organizers .organizer a.disabled:hover {
    cursor: text;
    color: #444;
    text-decoration: none;
}

.calendar-single-event .organizers .organizer:after {
    content: ", ";
}

.calendar-single-event .organizers .organizer:last-child:after,
.calendar-single-event .organizers.no-comma .organizer:after {
    content: "";
}



.calendar-single-event .organizers .organizer .post {
    font-size: 11px;
}

.calendar-single-event .event-right-pane {
    display: inline-block;
    width: 28%;
    min-height: 20px;
    margin: 0;
    float: right;
    margin-top: 24px;
}

.calendar-single-event .event-links {

    background: #e8e8e8;
    padding-top: 10px;
    text-align: right;
    line-height: 27px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 13px;

}

.calendar-single-event .eventTakePart {
    background: #007cc4;
    width: 100px;
    border-radius: 20px;
    font-size: 12px;
    height: 31px;
    color: white;
    line-height: 31px;
    text-align: center;
    float: right;
    margin-top: 2px;
}

.calendar-single-event .eventTakePart:hover {
    background: #007fff;
    cursor: pointer;
}

.calendar-single-event .heading {
    font-family: 'Arial Black';
    margin-bottom: 5px;
    color: #5F5F5F;
    font-size: 15px;
}

.calendar-single-event .bottom-block {
    width: 100%;
    /*float: left;*/
    margin-top: 20px;
}

.calendar-single-event .schedule {
    background: #e8e8e8;
    padding: 20px;
}


.calendar-single-event .schedule .subEventTime {
    font-size: 11px;
    font-family: 'Arial Black';
}


.calendar-single-event .schedule .scheduleItem {
    margin-top: 10px;
    border-top: 2px solid #d8d8d8;
    padding-top: 20px;

}

.calendar-single-event .schedule .scheduleItem:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}

.calendar-single-event .schedule .scheduleItem .subEventTitle {
    font-size: 14px;
    font-family: 'Arial';
    /*text-transform: uppercase;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.calendar-single-event .schedule .scheduleItem .people {
    margin-top: 5px;
}

.calendar-single-event .schedule .scheduleItem .people a {
    font-size: 12px;
    font-family: 'Arial Black';
    cursor: pointer;
}


.calendar-single-event .schedule .scheduleItem .people a.disabled {
    color: #444;
    cursor: text;
}

.calendar-single-event .schedule .scheduleItem .people a.disabled:hover {
    text-decoration: none;
}

.calendar-single-event .schedule .scheduleItem .people .post {
    font-size: 12px;
}


.calendar-single-event .eventTranslation {
    margin-top: 25px
}

.calendar-single-event .eventTranslation .eventTranslationBody {
    width: 100%;
    height: 100%;
    background: #e8e8e8;
    padding: 10px;
}

.calendar-single-event .eventTranslation .eventTranslationBody .eventTranslationVideo {
    width: 380px;
    height: 214px;
    display: inline-block;
}

.calendar-single-event .eventTranslation .eventTranslationBody .eventTranslationEvents {
    width: 175px;
    height: 214px;
    max-height: 214px;
    overflow: auto;
    display: inline-block;
}

.calendar-single-event .eventTranslation .eventTranslationBody .eventTranslationEvents .transEvent {
    margin-top: 10px;
}

.calendar-single-event .eventTranslation .eventTranslationBody .eventTranslationEvents .transEvent:first-child {
    margin-top:0;
}

.calendar-single-event .eventTranslation .eventTranslationBody .eventTranslationEvents .transEvent .transEventTime {
    font-family: 'Arial';
    font-size: 12px;
}

.calendar-single-event .eventTranslation .eventTranslationBody .eventTranslationEvents .transEvent .transEventTitle {
    font-size: 12px;
}

.calendar-single-event .eventTranslation .eventTranslationBody .eventTranslationEvents .transEvent .transEventText {
    font-size: 11px;
}

.calendar-wrapper .top-header__search.files {
    display: none;
}

.calendar-wrapper .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.calendar-wrapper .nav-tabs > li {
    /*float: left;*/
    float: none;
    margin-bottom: -1px;
    position: relative;
    /*display: block;*/
    display: inline-block;
}

.calendar-wrapper .attachments .attachment {
    display: block;
    margin-top: 2px;
}

.eventKeyMoments .eventKeyMomentsBody .eventKeyMomentText.empty::before,
.eventKeyMoments .eventKeyMomentsBody .eventKeyMomentText.empty::after {
    display: none;
}

.eventKeyMoments .eventKeyMomentsBody .eventKeyMomentText,
.eventKeyMoments .eventKeyMomentsBody .eventKeyMomentText p,
.eventKeyMoments .eventKeyMomentsBody .eventKeyMomentText h1,
.eventKeyMoments .eventKeyMomentsBody .eventKeyMomentText h2,
.eventKeyMoments .eventKeyMomentsBody .eventKeyMomentText h3 {
    line-height: normal;
    margin: 0;
}

.eventKeyMoments .eventKeyMomentsBody .eventKeyMomentSpeaker:hover {
    cursor: pointer;
    text-decoration: none;
}

.eventKeyMoments .eventKeyMomentsBody .eventKeyMomentSpeaker.disabled {
    cursor: text;
    color: #444 !important;
}


.modal-container .modalWindow .modal-body .info {
    color: #444 !important;
}

.modal-container .modalWindow .modal-body .info .name {
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
}

.indev-footer {
    position: absolute;
    right: 10px;
    bottom: 0;
    font-size: 8px;
    opacity: 0.3;
}

.indev-footer a {
    color: white;
    text-decoration: none;
}

.indev-footer:hover {
    opacity: 1;
}

.slider {
    position: relative;
}

.slider .slider-buttons {
    position: absolute;
    right: 15%;
    bottom: 50px;
    z-index: 99;
}

.slider .slider-buttons.right {
    right: 15%;
}

.slider .slider-buttons.right .slider-button {
    float: right;
    clear: both;
}

.slider .slider-buttons.left {
    left: 15%;
    right: auto;
}

.slider .slider-buttons.left .slider-button {
    float: left;
    clear: both;
}

.slider .slider-buttons.mid {
    right: auto;
    left: 50%;
}

.slider .slider-buttons.mid .slider-button {
    float: none;
}

.slider .slider-buttons .slider-button {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-decoration: none;

    display: table;

    padding: 5px 15px;
}

.slider .slider-buttons .slider-button > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;

    text-shadow: 0 0 5px black;

    text-decoration: none;
}

.footer_adaptive {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: grey;
    position: relative;
}

.footer_adaptive .copyright {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 10px;
    color: #CECECE;
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.footer_adaptive .contacts {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-right: 15px;
    padding-left: 15px;
}

@media all  and (max-width: 600px){
    .footer_adaptive .contacts {
        width: 100%;
    }
}

.footer_adaptive .contacts .contact {
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.footer_adaptive .contacts .contact:last-child {
    margin-bottom: 0;
}

.footer_adaptive .contacts .contact .icon {
    display: table-cell;
    width: 15px;
    color: #333333;
    font-size: 16px;
    text-align: center;
}

.footer_adaptive .contacts .contact .text {
    display: table-cell;
    padding: 0;
    padding-left: 5px;
    color: white;
}

.footer_adaptive .contacts .contact .text a {
    color: white;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.footer_adaptive .contacts .contact .text a:hover {
    text-decoration: underline;
}

.footer_adaptive .menu {
    display: inline-block;
    width: 69%;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
}

@media all  and (max-width: 600px){
    .footer_adaptive .menu {
        width: 100%;
    }
}

.footer_adaptive .menu ul.list {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
    vertical-align: top;
}

.footer_adaptive .menu ul.list:last-child {
    margin-right: 0;
}

.footer_adaptive .menu ul.list li.item {
    margin-bottom: 5px;
    position: relative;
}

.footer_adaptive .menu ul.list li.item::before {
    content: "-";
    display: inline-block;
    color: #333333;
}

.footer_adaptive .menu ul.list li.item a {
    color: white;
}

.footer_adaptive .media-links {
    display: block;
    padding-top: 15px;
    background: #686868;
    padding-bottom: 15px;
    margin-top: 15px;
}

.footer_adaptive .media-links .logo {
    display: inline-block;
    min-height: 25px;
    margin-left: 15px;
}

.footer_adaptive .media-links .logo a {
    margin-right: 15px;
}

.footer_adaptive .media-links .socials {
    display: inline-block;
    float: right;
    height: 25px;
    line-height: 25px;
    margin-right: 15px;
    margin-left: 15px;
}

.footer_adaptive .media-links .socials a {
    color: white;
    font-size: 24px;
    margin-right: 10px;
}

.footer_adaptive .media-links .socials a:hover {
    cursor: pointer;
    opacity: 0.7;
}

@media all  and (max-width: 680px){
    .footer_adaptive .media-links .socials {
        margin-top: 15px;
        float: none;
        display: block;
    }
}

.footer_adaptive .indev-footer {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 8px;
    opacity: 0.3;
    height: auto;
}

.top_header.simple .top-header__search {
    right: 30px;
}

.top_header.simple .lang-block {
	display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    text-align: center;
    width: 20px;
    height: 20px;
    background: inherit;
}

.top_header.simple .currentLang{
	cursor: pointer;
}

.top_header.simple .lang-list {
	display: none;
	background: inherit;
    position: relative;
    top: -20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    padding: 2px;
    width: 25px;
    left: -2px;
}

.accordeon .accordeon-title {
    padding-right: 20px;
    cursor: pointer;
}

.accordeon .accordeon-title i {
    margin-right: -15px;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.accordeon .accordeon-title i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.accordeon .accordeon-container {
    display: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
}

.partners .owl-carousel .owl-item img {
    width: 150px;
    height: 70px;
}

.slider.no-dots .carousel-control_container.top-right .carousel-indicators {
    display: none !important;
}

.slider.no-arrows .carousel-control_container .carousel-control {
    display: none !important;
}

.slider.no-controls .carousel-control_container {
    display: none !important;
}

#siteContent > .row {
    position: relative;
}

.slide_block {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.slide_block.eased {
    -webkit-transition: margin-top 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out;
    -ms-transition: margin-top 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out;
}

.slide_block .slide_block-container > .row {
    margin: 0;
}

.top_header.simple .top-header__search input[type=text] {
    padding-right: 20px;
}

.top_header.simple .top-header__search input[type=submit] {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(/vendor/themes/image/search-btn.png) center center no-repeat;
    top: 8px;
    right: 0px;
    border: none;
    outline: none;
    right: 5px;
    top: 2px;
}

.instagram_block {
    display: block;
    position: relative;
    min-height: 100px;

}

.instagram_block .loader {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: white;
}

.instagram_block .loader i {
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    color: #ddd;
    display: block;
}

.instagram_block .loader.fade {
    top: -100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.instagram_block .title {
    padding: 5px;
}

.instagram_block .images {

}

.instagram_block .images .item {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
}

.instagram_block .images .item .image {
    position: relative;
}

.instagram_block .images .item .image .likes {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: white;
    opacity: 0.7;
}

.instagram_block .images .item .image .caption {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    display: block;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.instagram_block .images .item .image:hover .caption {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.instagram_block .images .item .image .caption .aligner {
    display: table;
    width: 100%;
    height: 100%;
}

.instagram_block .images .item .image .caption .aligner .text {
    display: table-cell;
    vertical-align: middle;
    color: white;
    text-align: center;
    padding: 0;
}

.instagram_block .images .item .tags {
    font-size: 12px;
}

.instagram_block .images .item .tags a:not(:last-child)::after {
    content: ",";
}



@media all  and (max-width: 480px) {
    .slide_block.hideMobile {
        display: none;
    }
}

body > ymaps {
    display: none !important;
}

.footer_adaptive #expoApps,
.footer #expoApps {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 5;
    color: white;
}

.footer_adaptive #expoApps {
    right: 14px;
    bottom: 10px;
}

.footer_adaptive #expoApps,
.footer #expoApps .title {
    font-size: 12px;
    font-weight: bold;
}

.footer_adaptive #expoApps .apps,
.footer #expoApps .apps {
    display: inline-block;
}

.footer #expoApps .apps a,
.footer_adaptive #expoApps .apps a {
    margin-left: 5px;
    opacity: 0.7;
    text-decoration: none;
}

.footer #expoApps .apps a:hover,
.footer_adaptive #expoApps .apps a:hover {
    opacity: 1;
    cursor: pointer;
}

.footer #expoApps .apps a img {
    width: 20px;
}

.footer_adaptive #expoApps .apps a img {
    width: 16px;
}

body[data-modal] {
    background: none !important;
}

.poll {
    display: block;
    width: 100%;
}

.poll .title {
    font-size: 30px;
    padding: 0 15px;
}

.poll .answers {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.poll .answers .answer {
    display: inline-block;
    flex: 1;
    max-width: 200px;
    min-width: 200px;
    margin: 15px;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}

@media (max-width: 420px) {
    .poll .answers .answer {
        min-width: 96%;
        max-width: 96%;
        box-sizing: border-box;
        margin: 2%;
    }
}


.poll .answers .answer .image {
    width: 100%;
}

.poll .answers .answer .image img {
    width: 100%;
}

.poll .answers .answer .image .no-img {
    width: 100%;
    height: 100px;
    background: #ddd;
    line-height: 100px;
    color: #adadad;
    text-align: center;
}

.poll .answers .answer .title {
    font-size: 16px;
    margin-top: 10px;
}

.poll .answers .answer .desc {
    font-size: 14px;
    margin-top: 10px;
}

.poll .answers .answer .desc-full {
    display: none;
}

.poll .answers .answer .get-info {
    font-size: 12px;
    margin-top: 5px;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 5px;
}

.poll .answers .answer .submit {
    display: block;
    position: absolute;
    height: 40px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.poll .answers .answer .submit button {
    background: #fff;
    text-transform: capitalize;
    border: 1px solid #c9c9c9;
    outline: none;
    padding: 10px 15px;
    cursor: pointer;
}

.poll .answers .answer .submit button:hover {
    background: #ddd;
}

.poll .answers .message {
    opacity: 0;
    height: 0;
    overflow: hidden;
    background: rgba(41, 170, 28, 0.8);

    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    text-align: center;
    display: table;
}

.poll .answers .message.showMsg {
    opacity: 1;
    height: 100%;

}

.poll .answers .message .text {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    text-shadow: 0 0 2px black;
}

.poll .answers .message.error {
    background: rgba(255, 25, 30, 0.8);
}

.poll .answers .result {
    display: none;
    width: 100%;
    margin-top: 15px;
}

.poll .answers .result .title {
    display: block;
}

.poll .answers .result .gauge {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    height: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.poll .answers .result .gauge .line {
    display: block;
    height: 100%;
    box-sizing: border-box;
    background: #71d1ff;
}


.poll .answers .voted .result .gauge .line {
    background: #66ff64;
}

.poll .answers .answer.showResult .result {
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
}

.poll .answers .answer.showResult .submit button {
    display: none;
}

.modal-poll {
    position: relative;
    padding: 15px;
    text-align: center;
}


.modal-poll .wrapper {
    display: table;
    width: 100%;
}

.modal-poll .image {
    width: 50%;
    position: relative;
    /*background: #ddd;*/
    /*float: left;*/
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.modal-poll .image img {
    width: 100%;
    max-width: 100%;
}

.modal-poll .info-text {
    display: table-cell;
    box-sizing: border-box;
    padding-left: 15px;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 480px) {

    .modal-poll .wrapper {
        display: block;
    }

    .modal-poll .image {
        display: block;
        width: 100%;
        height: auto;
    }

    .modal-poll .info-text {
        display: block;
        width: 100%;
    }
}

.modal-poll .title {
    margin: 15px 0;
    font-size: 16px;
    font-weight: bold;
}

.modal-poll .text {
    font-size: 14px;
}

.modal-poll .arrow {
    position: absolute;
    top: 50%;
    height: 50px;
    margin-top: -25px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 32px;
    color: #ffffff;
    cursor: pointer;
    background: rgba(159, 159, 159, 0.68);
    box-shadow: 0 0 5px black;
    z-index: 1;

    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (max-width: 680px) {
    .modal-poll .arrow {
        position: fixed;
    }
}

.modal-poll .arrow:hover {
    opacity: 1;

}

.modal-poll .arrow.left {
    left: 0;
    right: auto;
}

.modal-poll .arrow.right {
    left: auto;
    right: 0;
}

.modal-poll .desc {
    text-align: left;
}

.modal-poll-preview {
    width: 100%;
    min-height: 60vh;
    max-height: 80vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 15px;;
}

@media (max-width: 600px) {
    .modal-poll-preview {
        min-height: 80vh;
    }
}

.modal-poll button {
    background: #fff;
    text-transform: capitalize;
    border: 1px solid #c9c9c9;
    outline: none;
    padding: 10px 15px;
    cursor: pointer;
}

.modal-poll button:hover {
    background: #ddd;
}

.modal-poll .voted {
    display: inline-block;
    background: rgba(41, 170, 28, 0.8);
    color: white;
    padding: 10px 15px;
}

.menu_items_wrap .burger {
    display: none;
}

body #siteContent > .slider .carousel .carousel-inner .text-aligner {
    position: absolute;
    z-index: 1;
    width: 700px;
    left: 0;
    top: 0;
    display: table;
    height: 100%;
}

body #siteContent > .slider .carousel .carousel-inner .text-aligner .html-text {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.row > div[class^='col-sm'] .cell-title {
    padding: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

#promoBtn {
    width: 100%;
    position: relative;
}

#promoBtn label {
    font-size: 14px;
}
#promoBtn input {
    font-size: 16px;
    padding: 5px;
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
}

#promoBtn .error-text {
    color: red;
    font-size: 12px;
    display: none;
}

#promoBtn .error-text.show {
    display: block;
}

#promoBtn button {
    font-size: 14px;
    background: #1f8ef7;
    border: none;
    outline: none;
    color: white;
    padding: 5px 15px;
    margin: 5px 0;
}

@media (max-width: 480px) {
    #promoBtn button {
        width: 100%;
    }

    #promoBtn input {
        max-width: 100vw;
    }
}

#promoBtn form  {
    position: relative;
}

#promoBtn .loader {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    background-image: url("/vendor/themes/image/ajax-loader.GIF");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear;
}

#promoBtn.loading  .loader {
    opacity: 1;
    visibility: visible;
}

#promoBtn iframe {
    width: 100%;
    min-height: 400px;
}

@media (max-width: 480px) {
    #promoBtn {
        padding: 10px;
    }

    #promoBtn.loaded {
        padding: 0;
    }

    #promoBtn iframe {
        width: 100%;
        max-width: 100vw;
        min-height: 90vh;
    }
}

.footer_cells {
    display: block;
    text-align: center;
}

.footer_cells .footer_cells-container {
    text-align: left;
    display: inline-block;
}

.footer_cells .footer_cells-container:after {
    content: " ";
    display: table;
    clear: both;
}

.footer_cells .footer_cells-container .col-sm-3 {
    /*float: none;*/
}

.footer_cells .footer_cells-title {
    display: block;
    text-align: left;
}

.footer_cells .footer_cells-title .footer_cells-title-wrapper {
    padding: 0 15px;
    box-sizing: border-box;
}

.footer_cells .footer_cells-title .logo {
    display: inline-block;
}

.footer_cells .footer_cells-title .title {
    display: inline-block;
    margin-left: 50px;
}

.footer_cells .footer_cells-container .menu-widget {
    border: none;
    background: transparent;
    border-radius: 0;

}

.footer_cells .footer_cells-container .menu-widget > .panel-heading {
    background: transparent;
    border: none;
    padding-bottom: 0 !important;
}

.footer_cells .footer_cells-container .menu-widget > .panel-heading > .panel-title {
    font-size: 16px;
    font-weight: bold;
}


.footer_cells .footer_cells-container .menu-widget > .panel-body .nav {

}

.footer_cells .footer_cells-container .menu-widget > .panel-body .nav li {
    display: block !important;
    text-align: left;
    cursor: pointer;
    background: none;
}

.footer_cells .footer_cells-container .menu-widget > .panel-body .nav li.active a {
    background: transparent;
}

.footer_cells .footer_cells-container .menu-widget > .panel-body .nav li.active > a > span {
    color: black;
}

.footer_cells .footer_cells-container .menu-widget > .panel-body .nav li > a > span {
    font-size: 14px !important;
    font-weight: 100 !important;
    text-transform: none !important;
    color: black;

}

.footer_cells .footer_cells-container .menu-widget > .panel-body .nav li:hover > a > span {
    text-decoration: underline;
}

.footer_cells .footer_cells-container .menu-widget > .panel-body .nav li > a {
    padding: 2px 0 !important;
}
.footer_cells .footer_cells-container .menu-widget > .panel-body .nav li > a:hover {
    background: transparent !important;
}

.footer_cells .socials {
    border: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

.footer_cells .socials .panel-heading {
    border: none;
    background: transparent;
    border-radius: 0;
    padding-bottom: 0;
}

.footer_cells .socials .panel-heading .panel-title {
    font-size: 16px;
    font-weight: bold;
}

.footer_cells .socials .panel-body {

}

.footer_cells .socials .panel-body .text-muted,
.footer_cells .socials .panel-body .tell-body {
    display: none;
}


.footer_cells .socials .panel-body .groups-body .btn {
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 0 5px;
    color: black;
    font-size: 12px;
}

.footer_cells .socials .panel-body .groups-body .btn:hover {
    color: #6db46e;
}

.carousel2 {
    position: relative;
}


.carousel2 .carousel2-item {

}

.carousel2 .carousel2-item .wrapper {
    display: block;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}

.carousel2 .carousel2-item .wrapper .image {
    display: inline-block;
    /*width: 150px;*/
    /*height: 70px;*/
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.carousel2 .carousel2-item .wrapper .image img {
    /*height: 100%;*/
    /*max-width: 100%;*/
    width: auto;
    max-width: 100%;
}

.carousel2 .carousel2-item .wrapper .image .description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    text-align: left;
    overflow: hidden;

}


.carousel2 .carousel2-item .wrapper .image .description > div {
    position: absolute;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2;

    opacity: 0;
    text-align: left;
    width: 100%;
    height: 100%;

    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;

    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;

}

.carousel2 .carousel2-item .wrapper .image .description:before,
.carousel2 .carousel2-item .wrapper .image .description:after {
    content: "";,
    display: block;
    position: absolute;
    z-index: 1;
    width: 0;
    background: rgba(0,0,0,0.7);
    top:0;
    height: 100%;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.carousel2 .carousel2-item .wrapper .image .description:before {
    left: 0;
}

.carousel2 .carousel2-item .wrapper .image .description:after {
    right: 0;
}

.carousel2 .carousel2-item .wrapper .image:hover .description {

}

.carousel2 .carousel2-item .wrapper .image:hover .description:before,
.carousel2 .carousel2-item .wrapper .image:hover .description:after  {
    width: 50%;
}

.carousel2 .carousel2-item .wrapper .image:hover .description > div {
    opacity: 1;
}

.carousel2 .carousel2-item .wrapper .caption {
    display: inline-block;
    width: 150px;
    text-align: left;
    font-size: 12px;
    padding: 0;
    padding-top: 10px;
    box-sizing: border-box;
    color: #444;
}


@media (max-width: 480px) {
    .carousel2 .carousel2-item .wrapper .caption {
        display: block;
        width: 100%;
    }
}
.carousel2 .carousel2-item .wrapper .caption h3 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
}

.carousel2 .carousel2-item .wrapper .caption p {
    margin: 0;
}

.carousel2 .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    width: 40px;
    top: 0;
    height: 100%;
    font-size: 0;
    opacity: 0.5;
    text-align: center;
}

.carousel2 .owl-controls .owl-nav .owl-prev:before {
    content: "\f104";
    display: block;
    width: 100%;
    /*height: 100%;*/
    font-family: fontAwesome;
    font-size: 30px;
    color: #444444;
    margin-top: 50%;
}

.carousel2 .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: 0;
    width: 40px;
    top: 0;
    height: 100%;
    font-size: 0;
    opacity: 0.5;
    text-align: center;
}

.carousel2 .owl-controls .owl-nav .owl-next:before {
    content: "\f105";
    display: block;
    width: 100%;
    height: 100%;
    font-family: fontAwesome;
    font-size: 30px;
    color: #444444;
    margin-top: 50%;
}

.carousel2 .owl-controls .owl-nav .owl-prev:hover,
.carousel2 .owl-controls .owl-nav .owl-next:hover {
    opacity: 1;
    cursor: pointer;
}

.carousel2 .owl-controls .owl-dots {
    text-align: center;
}

.carousel2 .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: orange;
    margin: 0 5px;
}

.carousel2 .owl-controls .owl-dots .owl-dot.active,
.carousel2 .owl-controls .owl-dots .owl-dot:hover {
    background: #6db46e;
}

.carousel2 .summary {
    text-align: right;
    margin-bottom: 10px;
}

.carousel2 .summary a {
    color: #4377dd;
    text-decoration: none;
    padding: 5px;
    border-bottom: 1px solid #4377dd;
    font-size: 18px;
}

.buttons.vertical-border .spacer{
    display: block;
    float: left;
    clear: both;
}

.buttons.vertical-border a.button {
    width: 100% !important;
}

.slider .image-replacer {
    display: none;

}

.news-item .img_container .image-replacer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}