body {
    transition: all 0.4s;
    transition-timing-function: ease;
}

.body-hidden {
    opacity: 0;
    overflow: hidden;
}

p {
    margin: 0;
}

a {
    outline: 0;
}

.footer-widget .contact-info span {
    min-width: 80px;
}

.ui-dialog.ui-widget {
    z-index: 1000;
}

.footer-widget .wgs-content ul.social-v2-new {
    clear: both;
    margin-top: 15px;
}

.footer-widget .wgs-content ul.social-v2-new li {
    padding-bottom: 2%;
}

.social-v2-new li {
    float: left;
    width: 49%;
    margin-left: 0;
    text-align: center;
    padding-bottom: 2%;
}

.social-v2-new li:nth-child(even) {
    margin-left: 2%;
}

.social-v2-new li a.fa-facebook {
    background: #4867aa;
    border: 1px #4867aa solid;
}

.social-v2-new li a.fa-facebook:hover {
    color: #4867aa;
}

.social-v2-new li a.fa-twitter {
    background: #1da1f2;
    border: 1px #1da1f2 solid;
}

.social-v2-new li a.fa-twitter:hover {
    color: #1da1f2;
}

.social-v2-new li a.fa-linkedin {
    background: #007bb6;
    border: 1px #007bb6 solid;
}

.social-v2-new li a.fa-linkedin:hover {
    color: #007bb6;
}

.social-v2-new li a.fa-telegram {
    background: #1e96c8;
    border: 1px #1e96c8 solid;
}

.social-v2-new li a.fa-telegram:hover {
    color: #1e96c8;
}

.social-v2-new li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s;
}

.social-v2-new li a:hover {
    background: #fff;
}

.call-action .cta-sameline {
    padding: 0;
}

.call-action .cta-sameline h3 {
    text-align: center;
    text-transform: uppercase;
}

.site-header .navbar {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s;
}

.site-header .navbar.scrolled {
    background: #fff;
    z-index: 100;
}

.header-s2.has-fixed .banner {
    margin-top: 0;
}

.header-lang-block {
    width: 70px;
    text-align: center;
    float: right;
    padding: 10px 0 0;
}

.header-lang-block span {
    font-weight: 700;
}

.header-lang-block span+span {
    margin-left: 6px;
    padding-left: 10px;
    border-left: 1px rgba(0,0,0,0.2) solid;
}

.header-lang-block .language-selector-active {
    color: #ff9a00;
}

.header-lang-block .language-selector-notactive a {
    color: #060401;
    transition: all 0.3s;
}

.header-lang-block .language-selector-notactive a:hover {
    opacity: 0.7;
}

.fixed-blocks .contact-right {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: -160px;
    transform: translate(0, -50%);
    transition: all 0.3s;
    width: 208px;
}

.fixed-blocks .contact-right.non-vis {
    display: none;
}

.prod-tabs .tab-custom .tab-content {
    display: inline-block;
    width: 100%;
}

.fixed-blocks .contact-right > * {
    float: left;
}

.fixed-blocks .contact-right.active {
    right: 0;
}

.fixed-blocks .contact-right button {
    border: 0;
    color: #fff;
    background: #ff9a00;
    font-size: 30px;
    border-radius: 5px 0 0 5px;
    padding: 8px 12px;
}

.fixed-blocks .contact-right .phones {
    padding: 10px 15px;
    background: #fff;
}

button {
    outline: 0;
}

.cats-carousel {
    position: relative;
}

.cats-carousel .owl-item {
    float: left;
}

.cats-carousel .owl-nav > * {
    background: rgb(255, 171, 0);
    position: absolute;
    z-index: 10;
    color: #fff;
    text-indent: 0;
    text-align: center;
    font-size: 35px;
    line-height: 42px;
    cursor: pointer;
}

.navbar-nav>li>a {
    font-weight: 700;
}

.container-fluid .row .feature-s4.boxed-filled, .container-fluid .row .feature-s5.boxed-filled {
    padding: 0;
}

.home-pluses {
    position: relative;
}

.home-pluses .mask-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}

.home-pluses .mask-image.active {
    opacity: 1;
}

.home-partner img {
    width: 190px;
    height: auto;
}

.form-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.form-alert .icon {
    cursor: pointer;
}

.client-name {
    font-size: 20px;
    font-style: italic;
    margin-top: 10px;
}

.section-contact,
.contact-content {
    position: relative;
}

.contact-content .res-m-bttm {
    z-index: 2;
    background: #fff;
    padding: 30px;
}

.section-contact .contact-maps {
    position: absolute;
    left: -40%;
    top: 0;
    width: 140%;
    height: 100%;
}

.section-contact .contact-maps iframe {
    width: 100%;
    height: 100%;
}

.contact-content .social-v2-new li a {
    border-radius: 50%;
    width: 40px;
    margin: 10px auto 0;
}


.contact-errors {
    padding: 15px;
    font-weight: 700;
    color: red;
}

.contact-errors ul {
    list-style-type: circle;
}

.service-centre-form {
    float: right;
    margin: auto;
}

#service-centre-success-msg,
#service-centre-error-msg {
    position: fixed;
    z-index: 11111;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.result-remove {
    background: #d9534f;
    border: 0;
    color: #fff;
    font-weight: 700;
    float: right;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    padding: 0 !important;
    line-height: 20px;
}

.form-field.form-m-bttm {
    clear: both;
}

#cart,
#filter {
    margin: 20px 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border: 1px #F93 solid;
    padding-bottom: 10px;
}

#cart .title,
#filter .title {
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #F93;
    font-weight: 700;
}

#cart ul,
#filter ul {
    padding: 0 17px;
}

#cart li,
#filter li {
    padding: 5px 0;
}

#filter .filter_header {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
}

.filter_links li a {
    font-style: italic;
    font-size: 15px;
    transition: all 0.4s;
    display: block;
}

.filter_links li a:before {
    content: '>';
    font-style: normal;
    margin-right: 6px;
}

.copyright {
    padding: 10px 0;
}

.footer-widget {
    padding: 30px 0;
}

.filter_links li a:hover {
    margin-left: 5px;
}

#filter .filter_header ~ .filter_header {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px rgba(255, 153, 51, 0.39) dotted;
}

#cart-button {
    color: #fff;
    background: #F93;
    border: 1px #F93 solid;
    width: 100%;
    padding: 5px 0;
    border-radius: 5px;
    margin: 10px 0 5px;
    transition: all 0.3s;
}

#cart-button:hover {
    color: #F93;
    background: #fff;
}

.list-view .actions .blue_button {
    color: #fff;
    background: #ff9a00;
    border: 1px #F93 solid;
    width: 100%;
    padding: 5px 0;
    text-transform: uppercase;
    transition: all 0.3s;
}

.list-view .actions .blue_button:hover {
    color: #F93;
    background: #fff;
}

.list-view .summary {
    display: none;
}

.list-view .items img {
    width: 80%;
    margin: 20px 0;
}

.catalog-products {
    margin: 20px auto 30px;
}

#filter .sub-cats-wrapper {
    margin-bottom: 10px;
}

#filter .sub-cats a {
    display: block;
    color: #fff;
    background: #4C4C4C;
    text-align: center;
    padding: 5px 0;
    font-style: italic;
    border-radius: 5px;
}

.prod-button-block {
    clear: both;
    text-align: center;
    margin: 40px auto 0;
}

.prod-tabs {
    clear: both;
    margin: 30px 0;
}

.service-centre-form .prod-buttons {
    margin-bottom: 20px;
}

.service-centre-form button.fa {
    color: #fff;
    border: 0;
    font-weight: 100;
    font-size: 20px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    margin-right: 10px;
    transition: all 0.3s;
}

.service-centre-form button.fa.success {
    background-color: #5cb85c;
}

.service-centre-form button.fa.success:hover {
    background-color: #449d44;
}

.service-centre-form button.fa.danger {
    background-color: #D9534F;
}

.service-centre-form button.fa.danger:hover {
    background-color: #c9302c;
}

#service-products-add .cat-name {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
}

#service-products-add .cat-name ~ .cat-name {
    margin-top: 10px;
    border: 0;
    border-top: 4px rgba(0, 0, 0, 0.25) solid;
    border-style: double;
}

#service-products-add .subcat-name,
#service-products-add .prod-name {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 5px;
    background: transparent;
    border: 0;
    border-top: 1px rgba(0, 0, 0, 0.08) solid;
    transition: all 0.3s;
}

#service-products-add .subcat-name:hover,
#service-products-add .prod-name:hover {
    padding-left: 10px;
}

#service-products-back {
    background: #ff9a00;
    border: 0;
    border-radius: 5px;
    color: #fff;
    margin: 10px 0;
    padding: 5px 10px;
    text-transform: uppercase;
}

#service-products-result .result {
    display: block;
    padding: 0 5px 5px;
    float: none;
}

.header-s2.has-fixed .navbar,
.site-header .navbar {
    background: #fff;
    position: fixed;
}

.header-s2.has-fixed .navbar.scrolled {
}

.banner-slider .banner-content {
    top: 60%;
}

#items-pager,
.list-view .pager {
    margin: 25px -15px;
    text-align: center;
    border-top: 3px #00000026 double;
    padding-top: 20px;
    clear: both;
    display: inline-block;
    width: 100%;
}

#items-pager ul,
#yw1 {
    display: inline-block;
    width: auto;
}

#items-pager ul li,
#yw1 li {
    float: left;
}

#items-pager ul li a,
#yw1 li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    font-size: 19px;
    border-color: #dcdcdc;
    color: #616161;
    margin: 0 3px;
    border-radius: 5px;
}

#items-pager ul li.selected a,
#yw1 li.selected a {
    background: #ff9a00;
    color: #fff;
    border-color: #ff9a00;
}

.logo-item {
    background: #fff;
    display: block;
}

.prod-attr-block {
    overflow: auto;
}

.prod-attr-block table {
    min-width: 767px;
}

.lang-globus {
    background: transparent;
    border: 0;
    margin-bottom: 5px;
}

.lang-globus img {
    width: 30px;
}

.lang-wrap {
    display: none;
}

.lang-wrap.vis {
}

.filter_links li a.active {
    font-weight: 700;
    color: #FF5326;
}

.banner-slider .fill {
    display: block;
}

.banner-slider .fill:hover .search {
    opacity: 1;
    color: #f93;
}

.banner-slider .fill .search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: 400;
    opacity: 0;
    transition: all 0.4s;
}

.banner-slider .fill .search:hover {
    color: #ff5326;
}




.feature.bg-dark .fbox-over {
    height: 70px;
    background: rgba(0, 0, 0, 0.65);
/*    bottom: -72px;*/
    transition: all 0.4s;
    transition-timing-function: ease;
}

.feature.bg-dark:hover .fbox-over {
    bottom: 0;
}

.feature h3, .feature h4 {
    font-size: 1.05em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

header .lang-nav {
/*
    height: 53px;
    overflow: hidden;
    transition: all 0.4s;
    transition-timing-function: ease;
*/
    float: right;
    margin-top: 20px;
}

header .scrolled .lang-nav {
/*    height: 0;*/
}

.header-s2 .navbar-collapse {
    margin-right: 40px;
}

header #slider,
.has-bg-image{
    position: relative;
    margin-top: 100px;
}

.bg-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000061;
}

.tab-custom .tab-content {
    display: inline-block;
    width: 100%;
}


@media only screen and (max-width: 1199px) {
    .lang-globus img {
        width: 20px;
    }
    
    .header-lang-block {
        width: 50px;
        padding: 7px 0 0;
        font-size: 12px;
    }
    
    header #slider,
    .has-bg-image{
        margin-top: 80px;
    }
}


@media only screen and (max-width: 991px) {
    .copyright.style-v2 {
        padding: 10px 0;
    }
    
    .footer-widget.section-pad-md {
        padding-bottom: 20px;
    }
    
    .footer-widget .widget-row .footer-col:not(.res-m-bttm) {
        clear: both;
        float: none;
        margin: auto;
        padding: 20px 0 0;
    }
    
    .header-lang-block {
        padding: 0;
    }
    
    header #slider, .has-bg-image {
        margin-top: 70px;
    }

	#section-product .banner-slider .carousel-control {
		display: block;
	}
}


@media only screen and (max-width: 991px) and (min-width: 768px) {
       
}


@media only screen and (max-width: 767px) {
    .site-header .navbar {
        position: static;
    }
    
    .header-lang-block {
        float: none;
        text-align: center;
    }
    
    .prod-title {
        margin-top: 15px;
    }
    
    .header-lang-block {
        font-size: 18px;
    }
    
    header .lang-nav {
        float: none;
        margin: 0;
        position: absolute;
        top: 9px;
        right: 80px;
    }
    
    .lang-wrap {
        display: block;
        position: absolute;
        top: 5px;
        right: 0px;
        width: 100px;
        opacity: 0;
        overflow: hidden;
        transition: all 0.4s;
        transition-timing-function: ease;
    }
    
    .lang-wrap.vis {
        right: 50px;
        opacity: 1;
    }
    
    .lang-globus img {
        width: 40px;
    }
    
    .lang-globus {
        z-index: 1;
        position: relative;
    }
    
    .section-contact .contact-maps {
        position: static;
        height: 500px;
    }
    
    .banner-static:not(.has-bg-image):not([class*="bg-"]),
    .contact-banner {
        display: none;
    }
    
    .call-action.bg-primary, .call-action.box-s3 {
        margin-top: 15px;
    }
    
    .section-pad, .section-pad-lg {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .service-centre-form {
        width: 100%;
        margin-bottom: 15px;
    }
    
    header #slider,
    .has-bg-image{
        margin-top: 0;
    }

	.banner-slider .banner-content,
	.banner-static .banner-cpn {
		display: none;
	}
}

@media only screen and (max-width: 450px) {
    .client-page-item {
        width: 100%;
    }
}

