/** Wordpress default clases */

.post.sticky { background: #f8f8f8; padding: 0px 0px 16px 0px; }

.sticky .article-content { padding: 0px 16px; }

.article-block-small-image.sticky .article-header { padding: 8px 20px 0px 16px; }

.gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }

.bypostauthor {}

.main-menu-wrapper ul ul li a i { font-style: normal!important; }

.alignright  {}

.alignleft  {}

.aligncenter   {}

ul li a i { font-style: normal; }

.wp-caption-text {
    display: block;
}

.gallery-photo .loading {
    background: rgba(255,255,255,0.7) url(./images/loading.gif) no-repeat center center;
    line-height: 0px;
    min-height: 100px;
}

.waiter > img {
    position:relative;
}

.waiter.loading img {
    opacity:0.6!important;
    filter:alpha(opacity=60)!important;
}

.waiter.loading {
    display:inline-block;
    background:#fff url(./images/loading.gif) no-repeat center center;
    line-height:0px;
    min-height:400px;

}

.waiter.loading img {
    opacity:0.6;
    filter:alpha(opacity=60);
}

/* isotope transition styles */

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    transition-property:         transform, opacity;
}

#infscr-loading {
    background: -moz-linear-gradient(center top , #747D84 0%, #434F56 100%) repeat scroll 0 0 transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 0;
    font-size: 0.8em;
    font-style: normal;
    font-weight: normal;
    height: 50px;
    left: 50%;
    margin-left: -45px;
    padding-top: 20px;
    position: fixed;
    text-align: center;
    z-index: 1000;
    width: 90px;
    background-repeat:no-repeat;
    background-position: center center;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bypostauthor {}

img { height: auto !important; }

#makeMeScrollable
{
    position: relative;
}

#makeMeScrollable div.scrollableArea img
{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.wpb_gallery.wpb_posts_slider.wpb_content_element p {
    height: 40px;
    overflow: hidden;
}

#popup {
    max-width: 90%;
}

#popup img {
    max-width: 100%;
}

/*--CUSTOM--*/
.full-block .advert-links a {
    padding: 0 0 3px;
}
.header-menu .head-searcher .head-search-input {
    padding: 7px 35px 7px 18px;
    width: 100%;
}
.ot-slider .ot-slider-layer strong .comment-link {
    font-size: 0.7em;
    color: #ff3217;
    font-weight: 600;
}
.pagination a,.pagination span{margin:5px 0}

.contact-widget h4{color:#d6d6d6;padding-top:0;color:#000;font-size:14px;text-shadow:none;margin-bottom:10px}
.contact-widget h4:last-of-type{font-weight:400;}
.contact-widget .middle-icon{font-weight:400;margin:5px 5px 10px 0;color:#000;font-size:14px}
.contact-widget i.fa{margin: 0 5px 0 0;font-size:18px}

.footer .textwidget .button {
    background-color: #fe5b00;
    /*background-image: -o-linear-gradient(top, #2890b9 0%, #185a77 100%);
    background-image: -moz-linear-gradient(top, #2890b9 0%, #185a77 100%);
    background-image: -webkit-linear-gradient(top, #2890b9 0%, #185a77 100%);
    background-image: -ms-linear-gradient(top, #2890b9 0%, #185a77 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2890b9), color-stop(1, #185a77));
    background-image: linear-gradient(top, #2890b9 0%, #185a77 100%);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;*/
    border: 1px solid #fe5b00 !important;
    -moz-border-radius: 7px;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    /*-moz-box-shadow: 0 0 15px -5px #000000;
    -webkit-box-shadow: 0 0 15px -5px #000000;
    box-shadow: 0 0 15px -5px #000000;*/

    font-size: 20px !important;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    min-width: 200px;
    max-width: 340px;
    text-transform: uppercase;
}
.footer .textwidget .button a{
    text-decoration: none !important;
    color: #fff;
    font-size: 20px;
}
.footer .textwidget a .button {
    color: #fff;
}
.footer .textwidget .button.estimation a{
    display: inline-block;
    line-height: 22px;
    padding: 0 0 0 75px;
}
.footer .textwidget a .button.estimation span {
    display: inline-block;
    line-height: 30px;
    padding: 0 0 0 75px;
}
.footer .textwidget .button:hover {
    /*background-image: -o-linear-gradient(top, #34b8ed 0%, #1e7196 100%);
    background-image: -moz-linear-gradient(top, #34b8ed 0%, #1e7196 100%);
    background-image: -webkit-linear-gradient(top, #34b8ed 0%, #1e7196 100%);
    background-image: -ms-linear-gradient(top, #34b8ed 0%, #1e7196 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #34b8ed), color-stop(1, #1e7196));
    background-image: linear-gradient(top, #34b8ed 0%, #1e7196 100%);*/
}
#estimation-button {
    background-color: #FFF;
    background-image: -o-linear-gradient(top, #fefefe, #d2d8da);
    background-image: -moz-linear-gradient(top, #fefefe, #d2d8da);
    background-image: -ms-linear-gradient(top, #fefefe, #d2d8da);
    background-image: -webkit-linear-gradient(top, #FEFEFE, #D2D8DA);
    background-image: linear-gradient(top, #fefefe, #d2d8da);
    border: 1px solid #9EA2A3;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #1d98cb;
    display: block;
    font-size: 18px;
    line-height: 18px;
    height: 35px;
    width: 210px;
    margin: 10px 0 15px 22px;
    padding: 15px 0 0 60px;
    position: relative;
}
#estimation-button:before,.footer .textwidget .button.estimation:before {
    background: url(images/estimation.png) 0 0 no-repeat;
    background-position: 0;
    content: '';
    display: block;
    position: absolute;
    width: 75px;
    height: 78px;
    top: -16px;
    left: -22px;
}
.footer .textwidget .button.estimation:before {
    float: left;
    margin: 0 -75px -78px 0;
    position:relative;
    top: -21px;
    left: -5px;
}

.header-block {
    padding-top: 18px;
    margin-bottom: 17px;
}
.header .main-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    width: 100%;
}
.header .main-menu > ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-right: 20px;
    min-width: 0px;
    display: flex;
    justify-content: space-between;
}
.header .main-menu > ul:after {
    display: none;
}
.header .main-menu > div {
    -webkit-box-flex: 0;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 300px;
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    width: 25%;
    min-width: 0px;
}
.header .main-menu > ul > li > a {
    padding: 16px 10px 19px;
}
.content .widget > ul, .content .widget > div {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.category-link{
    padding:5px 0;
    display: inline-block;
}

.qa_anons_image {
    border: 2px solid #FFAB1D;
    margin: 5px 10px 10px 0;
    float: left;
    -khtml-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.jivosite-banner {
    cursor: pointer;
    height: 52px;
    width: 380px;
    margin:25px auto;
    padding: 30px 0 0;
    background: #FFF;
    border-radius: 5px;
}
.jivosite-banner .banner-text-outsize {
    position: absolute;
    margin-top: -25px;
    margin-left: 42px;
    font-size: 20px;
    color: #227da7;
}
.jivosite-banner .banner-text {
    display: block;
    height: 50px;
    padding: 10px 60px 0 20px;
    margin: 0 35px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#d2d8da, GradientType=0);
    background-image: -o-linear-gradient(top, #fefefe, #d2d8da 100%);
    background-image: -moz-linear-gradient(top, #fefefe, #d2d8da 100%);
    background-image: -ms-linear-gradient(top, #fefefe, #d2d8da 100%);
    background-image: -webkit-linear-gradient(top, #fefefe, #d2d8da 100%);
    background-image: linear-gradient(top, #fefefe, #d2d8da 100%);
    border: 1px solid #A5A5A5;
    border-radius: 5px;
}
.jivosite-banner .banner-text .banner-name {
    font-size: 18px;
}
.jivosite-banner .banner-text .banner-act {
    color: #686868;
    margin-top: 5px;
    font-size: 14px;
}
.jivosite-banner .banner-text .banner-status.online-status {
    color: #84ab58;
}
.jivosite-banner .banner-text .banner-status {
    margin-top: -38px;
    font-size: 12px;
    width: 100px;
    float: right;
    margin-right: 10px;
    text-align: right;
}

.jivosite-banner .banner-photo{background:url(images/skype-icon.png) no-repeat 0 0 /cover;width:90px;height:90px;margin-top:-72px;margin-left:290px;position:absolute;}
.jivosite-banner:hover .banner-text{
    border:1px solid #9ea2a3;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f3f8fa, GradientType=0);
    background-image:-o-linear-gradient(top, #ffffff, #f3f8fa);
    background-image:-moz-linear-gradient(top, #ffffff, #f3f8fa);
    background-image:-ms-linear-gradient(top, #ffffff, #f3f8fa);
    background-image:-webkit-linear-gradient(top, #ffffff, #f3f8fa);
    background-image:linear-gradient(top, #ffffff, #f3f8fa);
}

.google_plus{
    float: right;
    margin: -17px 0 0 5px;
    width: 70px;
}
.breadcrumb {
    font-size: 13px;
    line-height: 1.4;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb a {
    color: #232323;
    border-bottom: 1px dotted #232323;
}
.icon-comment-for-image {
    font-size: 0 !important;
}
.icon-comment-for-image:before {
    content: "\f086";
    font-size: 20px;
    line-height: initial;
}

.icon-comment-o-for-link {
    line-height: inherit;
}
.icon-comment-o-for-link:before {
    content: "\f0e5";
    line-height: inherit;
    font-weight: normal;
    margin-right: 10px;
}
.icon-comment-o-for-link > span {
    padding-left: 0 !important;
    margin-left: -4px;
}

@media screen and (max-width: 1200px){
    .footer .textwidget .button {
        width: 100%;
        box-sizing: border-box;
    }
    .google_plus {
        margin: -17px 20px 0 5px;
    }
}
@media screen and (max-width: 991px) {
    .ot-slider .ot-slider-layer strong {
        bottom: 5px;
        left: 10px;
        right: 10px;
        font-size: .9em !important;
    }
}
@media screen and (max-width: 768px){
    .ot-slider .ot-slider-layer strong {
        bottom: 5px;
        left: 10px;
        right: 10px;
        font-size: .7em !important;
        line-height: 100%;
    }
    .ot-slider .ot-slider-layer strong .comment-link{
        font-size: .5em !important;
        margin-bottom: 5px;
    }
    .footer > .wrapper {
        padding-bottom: 45px;
    }
}
@media only screen and (max-width: 600px){
    .footer > .wrapper {text-align: center}
    .footer > .wrapper p{margin:5px 0}
    .footer > .wrapper ul li:first-child{margin:0}
    .footer > .wrapper ul.right {
        display: block!important;
        float:none !important;
    }
    .google_plus {
        margin: -17px 25px 20px 5px;
    }
}
@media screen and (max-width: 360px){
    .google_plus {
        float: none !important;
        margin: -17px auto 20px;
    }
    /*.footer .textwidget .button {
        width:88% !important
    }*/
    .footer > .wrapper {
        padding-bottom: 100px;
    }
}

@media (min-width: 601px) and (max-width: 800px) {
    .breadcrumb {
        word-wrap: break-word;
        max-width: 60%;
    }
}
/* Homepage blocks styles */
.home .separate-line {
    border-style:dotted;
    color: #ccc;
}

.home .line-addition {
    margin-bottom: 30px;
}

.home .column4 .item-content p, .home .column4 .read-more-link {
    display: none;
}

.home .map-page p {
    height: 700px;
}

.home .column8 .article-list-big .item-the-huge, .home .column4 .def-panel:nth-child(2n) .item-the-huge {
    border: 0;
}

.home .def-panel .noimg-article-list {
    display: none;
}
.header-menu .head-searcher:after {
    color: #0a3863;
}
.header .header-menu {
    background: #f1f4f7;
    box-shadow: none;
}
.header .main-menu > ul li > ul {
    background: #f1f4f7;
}
.footer .footer-widgets {
    background: #f1f4f7;
}
.top-menu {
    float: right;
}
.top-menu li {
    border-right: 1px solid #0a3863;
    padding-right: 20px;
    margin-right: 20px;
    display: block;
    float: left;
}
.top-menu li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.top-menu li:last-child a {
    color: #fff;
    background-color: rgb(253, 118, 52);
    padding: 10px;
    border-radius: 4px;
}
.top-menu a {
    color: #0a3863;
    font-weight: bold;
}
.top-menu a:hover {
    color: #ed5b04;
}
.top-menu li:last-child a:hover {
    color: #ed5b04;
    background-color: #f1f4f7;
}
.article-list-big .item-the-huge {
    border-bottom: none !important;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    display: none !important;
}
#comment-form .success {
    border-color: green !important;
}
#comment-form input.invalid, #comment-form textarea.invalid {
    margin-bottom: 0 !important;
    border-color: #ed5b04 !important;
}
#comment-form div.invalid {
    margin-bottom: 4px;
    font-size: 12px;
    color: #ed5b04;
    margin-top: 0;
}

.searchandfilter label input {
    margin-right: 5px;
}

@media screen and (max-width: 1022px) {
    .header-menu .head-searcher {
        display: none;
    }
    .header-menu .main-menu > ul {
        display: none;
    }
    .main-menu-reposnive-button {
        display: block;
    }
    .header .main-menu {
        justify-content: center;
    }
}

@media screen and (max-width: 960px) {
    .top-menu li {
        padding-right: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 930px) {
    .header-block > div {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .top-menu {
        float: none;
        margin-top: 10px;
    }
    .top-menu li {
        display: inline-block;
        float: none;
    }

}
@media screen and (max-width: 768px){
    .footer .footer-widgets label,
    .footer .footer-widgets input {
        display: block;
    }
    .footer .footer-widgets .PHPListEmail {
        width: 100%;
    }
    .footer .footer-widgets .doSubscribe {
        margin: 10px auto;
    }
    .footer .textwidget .button.button-full {
        max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .dat-menu-list.dat-submenu > ul li.dat-has-sub {
        width: 85%;
        min-width: 210px;
    }
}

@media screen and (max-width: 395px){
    .top-menu li {
        padding-right: 5px;
        margin-right: 5px;
        font-size: 13px;
    }
}
.lazyload {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
}

.grecaptcha-badge {
    visibility: hidden;
}
