@charset "utf-8";
/* Responsive Video Embed */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content_gallery{
    display: none;
}
.rowGray{
    width: 100%;
    height: 2px;
    background-color: #F1F1F1;
    margin-bottom: 15px;
    margin-top:5px;
}
.textImg{
    color: #252525;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 8px;
}
.wrapp_Img{
    margin-bottom: 50px;
}
.titleForm{
    font-size: 30px;
    color: #333333;
    padding-top:40px;
    text-align: center;
    margin-bottom: 3px;
    margin-bottom: 3px;
}
.contentForm{
    text-align: center;
    color: #333333;
    font-size: 17px;
    margin-bottom: 30px;


}
.wrappForm{
   background-color: #f0f0f0; 
}
.videoDescription{
    background-color: #1B1B1B;
    padding: 10px;
    font-size: 14px;
    color: #FFF;
    border-top: 1px solid #474747;
}
.donPdf a{
    background-color: #ffd600;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #232323;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;

}
.donPdf a:hover ,
.donPdf a:focus ,
.donPdf a:active{
    background-color: #232323;
    color: #ffffff;
}
.blockMarging{
    margin-bottom: 30px;
}
.blockInlineColor{
    margin-bottom: 50px;
}
.wrapper{
    line-height: 28px;
}
.dataText{
    color: #333333;
    font-size: 16px;
    font-weight: 400;

}
.blockInline{
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}
.priceOutlet{
    color: #a71818;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    width: 50px;
}
/* END Responsive Video Embed */

/*page forbidden 403*/
.notFoundCircle{
    background-color: #0dc8d9;
    color: #ffffff;
    font-size: 100px;
    text-align: center;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    width: 250px;
    height: 250px;
    margin: 0 auto 25px auto;
    padding-top: 50px;
    -ms-transform: scale(1) rotate(0deg); /* IE 9 */
    -webkit-transform: scale(1) rotate(0deg); /* Chrome, Safari, Opera */
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 3s ease; /* Safari */
    transition: all 3s ease;
}

.notFoundCircle:hover{
    -ms-transform: scale(1.04) rotate(1080deg); /* IE 9 */
    -webkit-transform: scale(1.04) rotate(1080deg); /* Chrome, Safari, Opera */
    transform: scale(1.04) rotate(1080deg);
    -webkit-transition: all 1s ease; /* Safari */
    transition: all 1s ease;
}
/*END forbidden*/


.content_top_wrap{
    display:table-row;
    margin-bottom:18px;
}
=
.content_top{
    font-size:24px;
    font-weight:400;
    line-height: 30px;
}
.widget_module{
    margin-bottom:25px;
}

.richtext{
    font-size: 17px;
}
.richtext p {
    margin-bottom: 30px;
}
.ansText{
    text-align: center;
    font-size:30px;
    font-weight: 700;
    color:#000;

}
.innerImage{
    margin-bottom: 40px;
    /*position: absolute;
    left: 0;*/
}
.widgets_col{
    margin-top:3px;
}

.richtext h3{
    padding-bottom:10px;
}

a.installationIcon{
    display: inline-block;
}

a.installationIcon.currentPage{
    opacity: 0.5;
    pointer-events: none;
}

/*--------------------------  MD ( max 1200 ) --------------------------*/
@media (max-width:1200px){

}

/*--------------------------  SM ( max 992 ) --------------------------*/
@media(max-width:992px){

}

/*--------------------------  XS ( max 768 ) --------------------------*/
@media (max-width:768px){
    .innerImage{
        margin: auto;
        position: relative;
        float: none !important;
    }
}

/*--------------------------  max 480 --------------------------*/
@media (max-width:480px){

}
