/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

footer .copy a {
    font-size: .867em;
    color: #999;
}
/* Lazyload iframe YOUtube */

.index_ul li{
	list-style:disc;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}

.youtube img {width: 100%; top: -16.82%; left: 0; opacity: 0.7;}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img, .youtube .play-button {cursor: pointer;}

.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {position: absolute;}

.youtube .play-button, .youtube .play-button:before {top: 50%; left: 50%; transform: translate3d( -50%, -50%, 0 );}

.youtube iframe {height: 100%; width: 100%; top: 0; left: 0;}

.small-gallery-block .img-responsive.inline {max-height: 139px;}
.tizers_block2 .item .img { margin: 10px auto;text-align: center;}
.tizers_block2.vertical .item > .title {text-align: center;}
.tizers_block2.vertical .col-md-3.col-sm-6.col-xs-6 .item:hover  .img {
    text-align: center !important;
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -ms-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
}
.print-block a {
    color: white;
    margin: auto;
}

.logo_and_menu-row{
	background: white!important;
}

.menu-row.with-color.bgnone.colored_dark.sliced{
	background: white!important;
}

.header_opacity header.light .logo_and_menu-row:not(.full-fill) .logo-row .top-description{
	color:black!important;
}

.header_opacity:not(.header_fill_light) header.light .menu-row.with-color.colored_dark .mega-menu table td:not(:hover) .wrap > a:not(:hover) {
    color: black;
}



@media (min-width: 992px) {
footer .bottom-under .inner-wrapper .social-block {
    float: left;
    padding-left: 100px;
    padding-top: 24px;
}
}

@media (max-width: 767px) {
    .tizers_block2 .item .img {
        margin: 0 30px 0 0;
    }

    .tizers_block2.vertical .item > .title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }
}


