/* Import Fonts */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700&subset=cyrillic,cyrillic-ext,latin-ext');

@font-face {
    font-family:'DejaVuSans';
    src: url('../fonts/DejaVu Sans.eot');
    src: url('../fonts/DejaVu Sans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DejaVu Sans.woff2') format('woff2'),
        url('../fonts/DejaVu Sans.woff') format('woff'),
        url('../fonts/DejaVu Sans.ttf') format('truetype'),
        url('../fonts/DejaVu Sans.otf') format('opentype'),
        url('../fonts/DejaVu Sans.svg#DejaVu Sans') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-A64D;
}

@font-face {
    font-family: 'DejaVuSans';
    src: url('../fonts/DejaVuSans-ExtraLight.eot');
    src: url('../fonts/DejaVuSans-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DejaVuSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/DejaVuSans-ExtraLight.woff') format('woff'),
        url('../fonts/DejaVuSans-ExtraLight.ttf') format('truetype'),
        url('../fonts/DejaVuSans-ExtraLight.otf') format('opentype'),
        url('../fonts/DejaVuSans-ExtraLight.svg#DejaVuSans-ExtraLight') format('svg');
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074;
}

@font-face {
    font-family:'DejaVuSans';
    src: url('../fonts/DejaVu Sans Condensed.eot');
    src: url('../fonts/DejaVu Sans Condensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DejaVu Sans Condensed.woff2') format('woff2'),
        url('../fonts/DejaVu Sans Condensed.woff') format('woff'),
        url('../fonts/DejaVu Sans Condensed.ttf') format('truetype'),
        url('../fonts/DejaVu Sans Condensed.otf') format('opentype'),
        url('../fonts/DejaVu Sans Condensed.svg#DejaVu Sans Condensed') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: semi-condensed;
    unicode-range: U+0020-A64D;
}


/*--Typography--*/

body {
	font-family: 'DejaVuSans';
	font-weight: 400;
    color:#6c6c6c;
}

h1,h2,h3,h4,h6 {
	font-family: 'Roboto Condensed';
    color:#6c6c6c;
}

h1 {font-size: 48px;}
h2 {font-size: 36px;}
h3 {
    line-height: normal;
    font-size: 26px;
    margin-bottom: 36px;
}
h4 {font-size: 26px; margin-bottom: 10px; color:#fff;}
h5 {font-family: 'DejaVuSans'; font-size: 24px; font-weight: normal;}


/*--navbar--*/

#kad-shrinkheader {width: 100%; background: #fff !important;}

.is-sticky .headerclass, .headerclass {border-bottom: none;}

.trans-header #kad-banner #logo .kad-standard-logo-tranbg, .trans-header #kad-banner #logo .kad-standard-logo {margin:auto;}
#kad-banner #logo .kad-standard-logo, #kad-banner #logo .kad-standard-logo-tranbg {margin:auto;}

.is-sticky .kad-primary-nav ul.sf-menu a, ul.sf-menu a, .none-trans-header .kad-primary-nav ul.sf-menu a {font-family: 'Roboto Condensed';}

.kad-header-right {background: url('../img/nav-back.jpg') center top; width: 100%;}

.kad-header-style-basic #nav-main ul.sf-menu > li > a, .kad-header-style-basic #kad-shrinkheader #mobile-nav-trigger a, .none-trans-header .nav-trigger-case.collapsed .kad-navbtn, .is-sticky .nav-trigger-case.collapsed .kad-navbtn{
    line-height: 70px !important;
    height: 70px !important;
}

#mobile-nav-trigger {z-index: 9999; cursor: pointer;}

.language-widget.visible-xs {position: absolute; left: 0; z-index: 9999;}
.language-widget.hidden-xs {position: absolute; right: 0; z-index: 9999;}

#lang_sel_list img.iclflag {
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
    line-height: 70px;
}

.language-widget.visible-xs #lang_sel_list img.iclflag {
    width: 32px;
    height: 32px;
    position: relative;
    top: 19px;
    transition: all 0.3s ease-out;
}

#lang_sel_list a:hover img {opacity: 0.7;}

#lang_sel_list a, #lang_sel_list a:visited {background: none !important;}

@media (min-width: 992px){
    .kad-header-style-basic #nav-main ul.sf-menu > li > a, .kad-header-style-basic #kad-shrinkheader #mobile-nav-trigger a, .kad-header-style-basic .kad-primary-nav, .kad-header-style-basic .nav-main, .col-md-12>.kad-primary-nav ul.sf-menu{line-height: 70px !important; height: 70px !important;}
}

.kad-primary-nav ul.sf-menu > li > a:hover, .kad-primary-nav ul.sf-menu > li.sfHover > a, .kad-primary-nav ul.sf-menu > li.current-menu-item > a {background: rgba(103,103,103,0.74);}


@media (min-width: 992px) and (max-width: 1199px) {
	.is-sticky .kad-primary-nav ul.sf-menu a, ul.sf-menu a, .none-trans-header .kad-primary-nav ul.sf-menu a {font-size: 16px;}
	.kad-header-style-basic .kad-primary-nav ul.sf-menu>li>a {padding: 0 7px;}
}

@media (min-width: 1200px) and (max-width: 1400px) {
	.kad-header-style-basic .kad-primary-nav ul.sf-menu>li>a {padding: 0 16px;}	
}

/*--content--*/

body.page #content .main .pageclass {padding: 0;}

.hometitle:after, .sectiontitle:after, .widget-title:after {display: none;}

.section {margin: 20px auto; padding: 90px 0;}

.section-home p {font-size: 24px; margin-bottom:90px; line-height: 40px;} 

#pg-6-0 {margin-bottom: 20px;}

.bg-grey {background: #e3e3e3;}

.bg-lightblue {background:#a7cbff;}

.bg-darkgrey {background:#7b7b7b;}

.kt-panel-row-stretch {margin-bottom:20px;}

.news-home {padding: 25px 0;}

.news-home h3.widget-title {text-align:left; padding:0; margin-bottom: 10px; color:#fff;}

.kadence_recent_posts .news-home ul {margin: 0; padding: 0;}

.kad-slider .kad-slide-1 {background-position: bottom center !important;}
.kad-slider .kad-slide-2 {background-position: top center !important;}
.kad-slider .kad-slide-5 {background-position: top center !important;}


.claim {text-align: center;}

.claim h3 {
    line-height: normal;
    font-size: 48px;
    font-family: 'DejaVuSans';
    font-weight: 100;
    margin-bottom: 50px;
    margin-top: 80px;
}

/*--inner--*/

.row-skew {
    overflow: hidden;
    background-position: center right !important;    
    position: relative;
    background-size: cover;
    margin-bottom: 10px;
}

.cover {
    background: #f4f4f4;
    padding: 120px 30px;
    z-index: 1;
    position: relative;
}
.inner-cover-wrap {
    overflow: hidden;    
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.inner-cover{
    background: #f4f4f4;
    margin: -100% -40% 0;
    transform-origin: left center;
    transform: rotate(30deg);
    height: auto;
    padding: 100% 90px;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
}

.inner-cover.right {        
    margin: -100% 40% 0;
    transform-origin: right center;
    transform: rotate(-30deg);
}

.cover h3 {
    margin-top:0;
    margin-bottom: 10px;
    font-size: 36px;
}

.cover p {margin-top:0; margin-bottom: 0;}

@media (max-width:1440px){
    .row-skew {
        background-size: cover;
    }
    .inner-cover {
        margin: -100% -45% 0;
    }

}

@media (min-width:993px) and (max-width:1199px){
    .inner-cover {
        margin:-100% -35% 0;        
    }

    .cover {
        padding: 90px 30px;
    }
}

@media (min-width:769px) and (max-width:992px){
    .inner-cover {
        margin: -100% -35% 0;
    }

    .cover {
        padding: 60px 30px;
    }
}


@media (min-width: 768px){
    .kad-header-right, .nav-trigger-case .kad-navbtn {height: 70px !important;}

}
.rpwwt-widget ul li img {
    display: inline-block;
    width: 45%;
    float: left;
    margin: 0 25px 25px 0;

}



.product-caption{
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0;
    margin: 0;
}

#product .panel-grid-cell .so-panel {
    margin-bottom: 0 !important;
}

#product .infobanner {margin: 5px 0;}

.product-desc h3 {margin-bottom: 30px;}
.product-desc h6 {font-size:18px; margin: 0 0 30px;}

.btn-default {
    margin: 10px auto 30px;
    padding: 10px 40px;
    color: #fff;
    background: #0654c4;    
    font-size: 18px;
    font-weight: 100;
}

.btn-default:hover {
    opacity:0.7;
    color: #fff;
}
 
.page-template-template-blog .contentclass, .single-post .contentclass{
    background: url('../img/news-back.jpg');
}

.single-article article .entry-title, .single-article article .entry-content {color: #fff;}

.single-article article .single-footer {display: none;}

.postclass, .page-template-template-blog .titleclass {background: transparent;}

.postclass .iconhover {width: 100%;}

.page-template-template-blog #content .main.postlist {padding-top: 0;}

.page-template-template-blog #content .postcontent {
    color:#fff;
}

.postlist .col-md-12 header {
    padding: 0px 20px 0;
}

.postlist article .entry-title {    
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto Condensed';
    margin-bottom: 20px;
    margin-top: 0;
}

.postdate .postday {
     color:#fff; 
    font-size: 36px; 
    font-family: 'Roboto Condensed';
    padding-bottom:20px; 
    margin-bottom: 20px; 
}

.postlist .entry-content a {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
}

.postlist .postfooterarea footer {border:0;}

.kad_img_upload_widget {
    text-align: center;
    height: 182px;
    display: table-cell;
    vertical-align: middle;
}

.rpwwt-post-title {
    color:#fff;
    font-size: 24px;
    font-family: 'Roboto Condensed';
    margin-bottom: 20px;
    display: inline-block;
    width: 45%;
}

.rpwwt-post-date {
    color:#fff; 
    font-size: 36px; 
    font-family: 'Roboto Condensed'; 
    border-bottom: 4px solid #fff; 
    padding-bottom:20px; 
    margin-bottom: 20px; 
    display: inline-block;
    width: 45%;
}

.rpwwt-post-excerpt {
    color:#fff; 
    font-size: 18px; 
    display: inline-block;
    width: 45%;
    text-align: justify;
}

.fb-likebox {
    padding: 25px 0;
    margin-right: -15px;
}

 .fb-likebox .textwidget>p {text-align: right;}

@media (max-width: 768px){    

    .fb-likebox .textwidget>p {text-align: center;}
}

.social-contact .kadence_social_widget{text-align: left;}

.social-contact .kadence_social_widget a i {
    font-size: 35px;
    line-height: 35px;
    vertical-align: middle;
}

.social-contact .kadence_social_widget a {
    display: inline-block;
    float: none;
    width: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    padding: 8px;
    background: transparent;
    margin-left: 3px;
    margin-bottom: 3px;
    color: #fff;
}

.footerclass a:hover {color:#fff !important;}

.bg-darkgrey h3.widget-title {color:#fff;}

.bg-darkgrey p {color:#fff;}

.contacts-footer {margin-top: 144px;}
.contacts-footer p {
    font-size: 18px;
    font-weight: 100;
    line-height: normal;
}

.contacts-footer a {color:#fff;}

.contact-form-footer {margin-top:40px; text-align: center;}

.wpcf7 input, .wpcf7 textarea {color:#000;}

.wpcf7 input.wpcf7-submit {
    margin: 10px auto 30px;
    padding: 10px 40px;
    color:#000;
    background: #f4f4f4;
    font-family: 'Roboto Condensed';
    font-size: 24px;
    text-transform: uppercase;

     }

.wpcf7 input.wpcf7-submit:hover {background: #0654c4; color:#fff;}

div.wpcf7-mail-sent-ok {
    border: 2px solid #fff !important;
    padding: 20px;
    color: #fff !important;
}

.kt-panel-row-stretch.contact-wrapper {margin-bottom: 0;}

.kt-panel-row-stretch.contact-wrapper .panel-grid-cell {padding:0 !important;}

.map-wrapper {padding:20px 0;}

#pg-18-1, #pg-333-1{margin-top:10px; margin-bottom: 10px;}

.footercol3 div {display: none;}

@media (max-width: 768px){    

    .contacts-footer {margin-top:0; text-align: center; padding-top: 30px;}

    .social-contact .kadence_social_widget {text-align: center;}

    .inner-cover-wrap {display: none;}

    .row-skew {background: none !important;}

    #pgc-14-0-0, #pgc-14-2-0 {margin-bottom: 0;}

    #pgc-8-0-0, #pgc-8-2-0, #pgc-8-4-0 {margin-bottom: 0;}

    #pgc-8-0-1, #pgc-8-0-2, #pgc-8-1-0, #pgc-8-1-1, #pgc-8-2-1, #pgc-8-2-2, #pgc-8-3-0, #pgc-8-3-1, #pgc-8-4-1, #pgc-8-4-2, #pgc-8-5-0, #pgc-8-5-1 { display: none;}

    #pgc-14-0-1, #pgc-14-0-2, #pgc-14-1-0, #pgc-14-1-1, #pgc-14-2-1, #pgc-14-2-2, #pgc-14-3-0, #pgc-14-3-1, #pgc-14-4-1, #pgc-14-4-2{ display: none;}

    #product {text-align:center; padding: 0 15px;}

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

}


@media (max-width: 780px){    

        .clients {
            text-align: center;
        }

        .clients .kad_img_upload_widget {
        text-align: center;
        height: 120px;
        display: block;
        }

        .clients .kad_img_upload_widget img {height: 100%;}

    }