/*----------------------------------------------------------
  _                    _                           _   _
 | |                  | |                         | | (_)
 | | ___ __ ___  _ __ | | ____ _   _ __   ___   __| |  _
 | |/ / '__/ _ \| '_ \| |/ / _` | | '_ \ / _ \ / _` | | |
 |   <| | | (_) | |_) |   < (_| | | |_) | (_) | (_| | | |
 |_|\_\_|  \___/| .__/|_|\_\__,_| | .__/ \___/ \__,_| |_|
                | |               | |
                |_|               |_|  Code by Pawel Sawczuk
-----------------------------------------------------------*/
/*
Theme Name: eShopWorld - theme
Theme URI: http://kropkapodi.pl
Author: Kropka Pod i
Author URI: http://kropkapodi.pl
Description: Main theme eShopWorld.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrapcanvaswp


*/
/* =WordPress Core
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
/*-------FONTS-------*/
/*@font-face {*/
/*font-family: Roboto;*/
/*src: url(fonts/Roboto-Regular.ttf);*/
/*}*/

/*@font-face {*/
/*font-family: Roboto Bold;*/
/*src: url(fonts/Roboto-Bold.ttf);*/

/*}*/
/*@font-face {*/
/*font-family: Roboto Light;*/
/*src: url(fonts/Roboto-Light.ttf);*/
/*}*/

#html5-watermark{
    display: none !important;
}


.mob-but-vid a{
    color: #ffffff
}

body {
    font-family: 'Roboto', sans-serif;

}

.container {
    max-width: 1200px;
    width: 100%;
}

/*-----HOME-----*/
.esw-main .esw-nav {
    position: absolute;
}

.esw-main-custom {
    background-size: cover;
    /*height: 100vh;*/
    max-height: 600px;
    position: relative;
}

.esw-nav {
    /*position: absolute;*/
    /*top: 0;*/
    width: 100%;
}

.esw-red {
    background-color: #CC3C42;
    /*bottom: 0;*/
    /*height: 100px;*/
    padding: 20px 0;
    /*position: absolute;*/
    /*width: 100%;*/
    /*z-index: 1000;*/
}

.esw-red .header, .text, .esw-btn {
    color: #FFFFFF;
}

.esw-red .text {
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.1;
    display: block;
    margin: 10px 0;
}

.esw-red .header {
    font-size: 35px;
    font-weight: bold;
    line-height: 46px;
    display: block;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

.esw-btn-red {

}

.esw-btn:hover, .esw-btn:focus {
    background-color: rgb(113, 113, 113);
    color: #fff;
    text-decoration: none;
    transition: background-color .2s;
}

.esw-btn {
    background-color: #565656;
    border-radius: 50px;
    border: 1px solid #fff;

    /*box-shadow: -3px 4px 0 0 rgba(0, 0, 0, 0.34);*/
    /*-moz-box-shadow: -3px 4px 0 0 rgba(0, 0, 0, 0.34);*/
    /*-webkit-box-shadow: -3px 4px 0 0 rgba(0, 0, 0, 0.34);*/
    font-size: 35px;
    font-weight: 300;
    padding: 5px 50px;
    text-decoration: none;
    transition: background-color .2s;
    white-space: nowrap;
}

.esw-btn:hover, .esw-btn:focus {
    background-color: rgb(113, 113, 113);
    text-decoration: none;
    transition: background-color .2s;
}

.esw-top a {
    color: #ffffff;
}

.esw-btn-contact {
    background-color: #C93238;
    background-image: url('/wp-content/themes/esw-theme/img/ic/mail.png');
    background-position: 22px 11px;
    background-repeat: no-repeat;
    border-radius: 50px;
    /*box-shadow: -1px 3px 0 0 rgba(0, 0, 0, 0.34);*/
    /*-moz-box-shadow: -1px 3px 0 0 rgba(0, 0, 0, 0.34);*/
    /*-webkit-box-shadow: -1px 3px 0 0 rgba(0, 0, 0, 0.34);*/
    font-size: 22px;
    font-weight: 300;
    padding: 5px 17px;
    padding-left: 67px;
    text-decoration: none;
    transition: background-color .2s;
    margin-top: 5px;
}

.esw-btn-contact:hover, .esw-btn-contact:focus {
    background-color: #AF5559;
    text-decoration: none;
    trans: background-color .2s;
}

.caret {
    border: none;
}

.esw-nav {
    padding-top: 10px;
}

.esw-menu {
    float: right;
    padding-top: 15px;
}

.esw-menu ul {
    list-style-type: none;
}

.esw-menu ul li {
    margin-left: 15px;

}

.esw-menu ul li a {
    color: #565656;
    font-size: 22px;
    font-weight: 300;
    text-decoration: none;
    transition: color .2s;
}

.esw-menu ul li a:hover {
    color: #000000;
    text-decoration: none;
    transition: color .2s;
}

.esw-top-menu {
    margin-bottom: -20px;
    margin-top: 0;
}

/*.esw-white-bg .esw-logo {*/
/*margin-top: -20px;*/
/*}*/

@media screen and (min-width: 800px) {

    .dropdown-menu li {
        margin-left: 0 !important;
    }

    .dropdown-menu {
        padding: 15px 0 !important;
        /*background-color: #7CA821;*/
    }

    .dropdown-menu li a {
        font-size: 18px !important;
    }

    .open > .dropdown-menu {
        transition: all 0.2s ease;
        display: block;

    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        background-color: #D3252C;
        font-weight: 600;
    }
}

.esw-logo {
    height: 65px;
    margin-top: -10px;
}

.esw-logo-footer {

    -webkit-filter: grayscale(100%);
    height: 70px;
    transition: height .2s;
    filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.esw-content {
    margin-bottom: 50px;
    padding-top: 128px;
}

.footer {
    background-color: #FAFAFA;
}

.footer .container {
    padding: 15px;
}

.footer .menu .menu-item-has-children, .footer .menu .sub-menu {
    list-style-type: none;
    margin-bottom: 10px;
}

.footer .menu .menu-item-has-children a {
    color: #666666;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;

}

.footer .menu a {
    color: #666666;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;

}

.footer .menu, .footer .menu .sub-menu {
    list-style-type: none;
    margin-bottom: 10px;
}

.footer .menu ul {
    border-top: 4px solid #ffffff;
    width: 100%;

}

#menu-footer1, #menu-footer2 {
    margin-right: -70px;
}

.footer .menu .sub-menu a {
    color: #768385;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
}

.footer .menu .sub-menu a:hover {
    color: #CC3C42;
}

.footer .menu .sub-menu {

    margin-top: 5px;
    padding-top: 5px;
}

.footer .sub-menu {
    padding-left: 10px;
}

.copyright {
    color: #565656;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: center;
}

.footer hr {
    margin-bottom: 0;
}

/* CUSTOM WHITE BG HEADER */
.esw-white-bg {
    background-color: rgba(255, 255, 255, 0.7);
}

.esw-gray-bg {
    background-color: #F8F8F8;
}

/* BREADCRUMB CUSTOM PAGE*/
.esw-breadcrumb {
    font-size: 18px;
    font-weight: 300;
    padding: 15px 0;
}

.esw-crumbs {
    list-style-type: none;
    padding-left: 0;
}

.esw-crumbs img {
    height: 20px;
    vertical-align: middle;
}

.esw-crumbs li {
    display: inline;
    margin-right: 10px;
}

.esw-crumbs li a {
    color: #565656;
    font-weight: 400;
}

.esw-crumbs-arrow {
    background-image: url('/wp-content/themes/esw-theme/img/ic/next.png');
    background-repeat: no-repeat;
    background-size: 60%;
    height: 11px;
    width: 10px;
}

.esw-arrow-right {
    background-image: none !important;
}

.esw-arrow-right:after {
    vertical-align: middle;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e258";
    margin-left: 10px;
}

.esw-camera-right {
    background-image: none !important;
    padding: 12px 53px !important;
}

.esw-camera-right:after {
    vertical-align: middle;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e059";
    margin-left: 10px;
    margin-top: -7px;
}

.esw-nav hr {
    margin-bottom: 10px;
}

.esw-grid {
    margin-bottom: 50px;
    margin-top: 70px;
}

.esw-title h2 {
    font-size: 35px;
    font-weight: 300;
    text-align: center;
}

.esw-grid .grid .elem {
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid #FFFFFF;
    color: #B9242A;
    cursor: pointer;
    font-size: 29px;
    height: 210px;
    padding-left: 40px;
    padding-right: 200px;
    padding-top: 50px;

    transition: all 1s ease;
}

.esw-grid .grid .elem:hover {
    /*box-shadow: inset 0 0 10px -1px rgba(0, 0, 0, 0.49);*/
    /*-moz-box-shadow: inset 0 0 10px -1px rgba(0, 0, 0, 0.49);*/
    /*-webkit-box-shadow: inset 0 0 10px -1px rgba(0, 0, 0, 0.49);*/
    transition: box-shadow 0.2s ease-in-out;
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
    transition: all 0.2s ease;
}

.grid {
    margin-bottom: 30px;
    margin-top: 5px;
}

.el1 {
    background-image: url('/wp-content/themes/esw-theme/img/el/1_box.jpg');
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.el2 {
    background-image: url('/wp-content/themes/esw-theme/img/el/2_box.jpg');
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.el3 {
    background-image: url('/wp-content/themes/esw-theme/img/el/3_box.jpg');
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.el4 {
    background-image: url('/wp-content/themes/esw-theme/img/el/4_box.jpg');
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.el5 {
    background-image: url('/wp-content/themes/esw-theme/img/el/5_box.jpg');
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.el6 {
    background-image: url('/wp-content/themes/esw-theme/img/el/6_box.jpg');
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.esw-desc {
    padding: 50px 0 20px;
}

.esw-desc-inner {
    /*position: absolute;*/
    text-align: center;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    width: 100%;
}

.esw-desc h1, h2, .text {
    color: #565656;
}

.esw-desc h1 {
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
}

.esw-desc-maps h1 {
    font-size: 80px;
    padding-left: 10%;
    padding-right: 10%;
}

.esw-desc h2 {
    font-size: 35px;
    font-weight: 300;
    margin-top: 0;
}

.esw-desc-maps h2 {
    padding: 0 20%;
}

.esw-desc .text {
    font-size: 25px;
    font-weight: 300;
    margin-top: 50px;
    padding: 0 60px;
}

.esw-desc .scroll-to-content {
    margin-top: 50px;
    display: inline-block;
}

.esw-footer-btn {
    display: none;
}

.f1 li ul, .f2 li ul, .f3 li ul, .f4 li ul {
    display: block;

}

.esw-logo-footer {
    display: block;
}

.esw-lerning-grid1 h1 {
    font-size: 75px;
    font-weight: 600;
    text-align: center;
}

.esw-lerning-grid {
    padding-top: 150px;
}

.esw-lerning-grid-t {
    background-color: rgba(146, 146, 146, 0.6);
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    height: 250px;
    line-height: 60px;
    padding: 35px 186px 70px 39px;
    position: relative;
    transition: all 0.2s ease;

}

.esw-lerning-grid-t:hover {
    background-color: rgba(31, 31, 31, 0.81);
    color: #ffffff;
    box-shadow: 0 0 35px 1px rgb(175, 175, 175);
    -moz-box-shadow: 0 0 35px 1px rgb(175, 175, 175);
    -webkit-box-shadow: 0 0 35px 1px rgb(175, 175, 175);
    transition: all 0.2s ease;
}

.esw-lerning-grid-t p {

    font-size: 35px;
    font-weight: 300;
    line-height: 60px;

}

.esw-lerning-grid-b {
    background-color: rgba(146, 10, 0, 0.78);
    border: 5px solid rgba(1, 1, 1, 0);
    color: #ffffff;
    font-size: 33px;
    font-weight: 600;
    height: 250px;
    padding-top: 76px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease;
}

.esw-lerning-grid-b:hover {
    background-color: rgba(31, 31, 31, 0.81);
    color: #ffffff;
    box-shadow: 0 0 35px 1px rgb(175, 175, 175);
    -moz-box-shadow: 0 0 35px 1px rgb(175, 175, 175);
    -webkit-box-shadow: 0 0 35px 1px rgb(175, 175, 175);
    transition: all 0.2s ease;
}

.esw-lerning-grid .col-md-6, .esw-lerning-grid .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.esw-lerning-grid .row {
    margin-top: 15px;
}

.esw-lerning-grid-t .esw-learning-ico {
    position: absolute;
    right: 49px;
    top: 104px;
    transition: all 1s ease;
}

.esw-lerning-grid-b .esw-learning-ico {
    margin-top: 30px;

}

.esw-slide {
    background-position: 50%;
    background-size: cover;
    /*height: 40vh;*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /*left: 45%;*/
}

.esw-slide p {
    font-size: 25px;
    font-weight: 200;
    color: #1B1B1B;
    margin: 20px 0;
}

.esw-slide .content {
    /*padding-left: 600px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 320px;*/
}

.esw-slide h1 {
    color: #565656;
    font-size: 55px;
    font-weight: 600;
}

.esw-slide .text {
    color: #565656;
    font-size: 30px;
    font-weight: 300;
}

.footer .menu .sub-menu li {
    padding: 3px 0;
}

.esw-map img {
    width: 100%;
}

.esw-map-flag ul li img {
    width: 60px;
    height: auto;
}

.esw-map-flag ul li {
    font-weight: 300;
    margin-top: 10px;

}

.esw-map-flag ul li .text {
    font-size: 17px;
    line-height: 45px;
    padding-left: 10px;
}

.esw-map-flag ul li:first-child {

    margin-top: 30px;
}

.esw-map-flag ul li:last-child {

    margin-bottom: 30px;
}

.esw-map-flag ul {
    list-style-type: none;
    padding-left: 0;
}

.esw-map-flag {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #E8E8E8;
}

.esw-map-flag .title {
    background-color: #D7D7D7;
    text-align: center;
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 200;
    color: #000000;

}

.esw-map-flag .col-md-2 {
    padding-right: 7px;
    padding-left: 7px;
}

.esw-country .title {
    color: #C1262C;
    text-align: center;
    font-size: 25px;
    padding-bottom: 30px;
}

.esw-country-stat {
    color: #9C9B9B;
    font-size: 30px;
}

.esw-country-stat span, .esw-country-stat p {
    font-size: 16px;
    font-weight: 300;
    color: #D12D3A;
}

.esw-country-stat hr {
    border-top: 1px solid #D12D3A;
    margin-top: 0;
    margin-bottom: 0;
}

.esw-gray {
    background-color: #E8E8E8;
    padding: 35px;
}

.esw-red-btn {
    background-color: #CD4E52;
    color: #ffffff;
    font-size: 35px;

    padding: 31px 27px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.esw-red-btn:hover {
    box-shadow: 0 0 10px 1px rgb(175, 175, 175);
    -moz-box-shadow: 0 0 10px 1px rgb(175, 175, 175);
    -webkit-box-shadow: 0 0 10px 1px rgb(175, 175, 175);
    transition: all 0.2s ease;
}

.esw-red-btn img {
    position: absolute;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    right: 10px;
}

.esw-country-blog {
    color: #CC3C42;
    font-size: 20px;
    padding: 30px 30px 30px;
}

.esw-country-blog h2 {
    text-align: center;
    font-weight: 300;
    font-size: 40px;
    padding-bottom: 10px;
    padding-top: 0;
    margin-top: 0;
}

.esw-country-blog p {
    color: #878786;
    font-size: 19px;
    font-weight: 300;
    line-height: 21px;
    text-align: justify;
}

.esw-country-blog img {
    height: auto;
    width: 100%;
}

.esw-country-blog .content {
    /*border: 1px solid #A9A9A9;*/
    cursor: pointer;
    transition: all 0.2s ease;
}

.esw-country-blog .content:hover {

    box-shadow: 0 0 10px 1px rgb(175, 175, 175);
    -moz-box-shadow: 0 0 10px 1px rgb(175, 175, 175);
    -webkit-box-shadow: 0 0 10px 1px rgb(175, 175, 175);
    transition: all 0.2s ease;
}

.esw-country-blog .text-blog {
    padding: 25px;
    color: rgb(210, 35, 42) !important;
}

.esw-country-blog .text-blog a {

}

.esw-dot-post {
    margin-top: 0 !important;
}

.panel-grid-cell .so-panel {
    margin-bottom: 0 !important;
}

.esw-sticky .esw-breadcrumb {
    font-size: 15px;
}

.esw-sticky {
    display: block;
    position: fixed;
    top: -80px;
    width: 100%;
    z-index: 1001;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 2px solid rgb(210, 35, 42);
    transition: all 0.4s ease;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.34);
}

.esw-sticky ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.esw-sticky a {
    color: #ffffff;
}

.esw-sticky .esw-bread-logo {
    height: 50px;
    padding: 5px;
}

.sticky {
    top: 0;
    left: 0;
    right: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;
}

.esw-white-c {
    color: #FFFFFF;
    /*position: absolute;*/
    /*bottom: 0;*/
    font-size: 33px;
    padding: 12px 62px;
    display: inline-block;
    line-height: 1;
}

.esw-white-c:hover {
    color: #FFFFFF;
}

.esw-home-red-btn {
    float: left;
}

.esw-home-red-btn {
    float: right;
}

.esw-slide-center {
    padding: 0 170px;
    /*position: relative;*/
    /*top: 40%;*/
    /*left: 0;*/
    text-align: center;
}

.wp-image-13796 {
    margin-top: -60px;
}


/* Reversed fix */
.panel-row-style.reversed .panel-grid-cell {
    float: right !important;
}

.esw-get-demo-btn {
    display: inline-block;
}

.form-control {
    margin-top: 10px;
}

.esw-get-demo-form span.wpcf7-not-valid-tip {
    font-size: 14px;
}

.esw-category-list .text {
    font-size: 19px !important;
}

.esw-wathermark-slide{
                        position: absolute;
    bottom: 10px;
    right: 25px;
    font-size: 32px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.29);
            }


.esw-video-home-button{
    text-align: center;
}

@media screen and (max-width: 991px) {

    .esw-slide p {
        font-size: 23px;
    }

    .esw-slide h1 {
        font-size: 40px;
    }

    .esw-white-c {
        /*bottom: -80px;*/
    }

    .esw-lerning-grid {
        padding-top: 60px;
    }

    .esw-lerning-grid-t {
        margin-bottom: 15px;

        font-size: 26px;

        height: 150px;
        line-height: 27px;
        padding: 30px 83px 11px 30px;

    }

    .esw-lerning-grid-t .esw-learning-ico {

        right: 19px;
        top: 52px;
    }

    .esw-lerning-grid-b {
        font-size: 26px;
        font-weight: 600;
        height: 169px;
        padding-top: 18px;
        margin-bottom: 15px;
    }

    .esw-get-demo-form-m {
        padding: 0 0 !important;
    }

    .esw-get-demo-form .col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .esw-slide {
        /*width: 100%;*/
    }

    .esw-white-c {

        font-size: 20px;
        padding: 12px 62px !important;
        /*left: 50%;*/
        /*margin-left: -112px;*/
    }
    .esw-camera-right {
        background-image: none !important;
        padding: 12px 57px !important;
    }


    .esw-slide {
        padding: 0 10%;
    }

    .esw-sticky {
        display: none;
    }

    .esw-red-btn {

        margin-bottom: 20px;
    }

    .esw-country-blog .content {

        margin-bottom: 40px;
    }

    .esw-map-flag ul li:first-child {

        margin-top: 15px;
    }

    .esw-map-flag ul li:last-child {

        margin-bottom: 15px;
    }

    .esw-map-flag ul li img {
        width: 100%;
        height: auto;
    }

    .esw-map-flag .col-md-2 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer .menu .sub-menu li {
        padding: 15px;
        padding-left: 30px;
    }

    .esw-footer-item {
        background-color: #FAFAFA;
        border-bottom: 2px solid #ffffff;
        border-top: 2px solid #ffffff;
        padding: 17px;
        position: relative;

    }

    .footer .menu, .footer .menu .sub-menu {
        margin-bottom: 0;
    }

    .footer .menu .menu-item-has-children a, .footer .menu > li > a {
        font-size: 19px;
        font-weight: 300;
    }

    .esw-menu-footer li {

        width: 100%;
    }

    .esw-menu-footer ul {
        padding: 0;
    }

    .esw-menu-footer ul li ul {
        margin-left: -28px;
        margin-right: -17px;
    }

    .f1 li ul, .f2 li ul, .f3 li ul {
        display: none;
        transition: dis;
    }

    .esw-menu-footer li ul li:first-child {

        margin-top: 18px;
    }

    .esw-menu-footer li ul li:last-child {
        margin-bottom: -16px;
    }

    .esw-menu-footer li ul li {
        background-color: #DEDEDE;
        border-top: 4px solid #ffffff;
        padding: 15px;
        padding-left: 30px;
    }

    .esw-footer-btn {
        background-color: #FAFAFA;
        background-image: url(/wp-content/themes/esw-theme/img/ic/plus.png);
        background-position: 50% 47%;
        background-repeat: no-repeat;
        border-left: 4px solid #ffffff;
        cursor: pointer;
        display: block;
        height: 62px;
        margin-top: -17px;
        padding: 19px;
        position: absolute;
        right: 0;
        width: 70px;
    }

    ol, ul {
        margin-bottom: 0;
    }

    .footer .menu .menu-item-has-children, .footer .menu .sub-menu {
        margin-bottom: 0;
    }

    .esw-logo-footer {
        display: none;
    }

    .footer {
        background-color: rgba(250, 250, 250, 0);
    }

    .esw-btn-size {
        font-size: 20px;
        padding: 5px 71px;
        margin: 10px 0;
        display: inline-block;
    }

    .footer .menu ul {
        border-top: 0 solid gray;
        width: auto;

    }

    #menu-footer1, #menu-footer2 {
        margin-right: 0;
    }

    .footer .menu .sub-menu {

        margin-top: 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {



    .esw-country-blog {
        padding: 30px 0 30px;
    }

    .esw-country-blog .content {
        box-shadow: 0 0 10px 1px rgb(175, 175, 175);
        -moz-box-shadow: 0 0 10px 1px rgb(175, 175, 175);
        -webkit-box-shadow: 0 0 10px 1px rgb(175, 175, 175);
    }

    .sow-slider-base ul.sow-slider-images li.sow-slider-image {
        background-position: center;
    }

    .esw-get-demo-btn {
        margin-top: 20px !important;
    }

    .esw-red {
        text-align: center;
    }

    .esw-home-red-btn {
        float: none;
    }

    .esw-home-red-btn .esw-btn {
        font-size: 20px;
        /* margin: 0 auto; */
        /* width: 309px; */
        background-size: 2%;
    }

    .esw-slide p {
        font-size: 22px;
    }

    .esw-slide h1 {
        font-size: 35px;
    }

    .esw-slide {
        /*position: relative;*/
        /*top: 0;*/
        left: 0;
        /*padding-top: 77px;*/
        text-align: center;
        /*position: static;*/
        /*transform: translateY(0);*/
        /*-moz-transform: translateY(0);*/
        /*-webkit-transform: translateY(0);*/
        /*-ms-transform: translateY(0);*/
        /*-o-transform: translateY(0);*/
        padding: 110px 0 50px;
        /*margin-top: -60px;*/
    }

    .sow-slider-images {
        height: auto !important;
        min-height: 100vh;
    }

    .sow-slider-image {
        /*height: auto !important;
        min-height: 450px;*/
        position: relative;
        min-height: 100vh;
        height: auto !important;
    }

    .sow-slider-pagination {
        /*bottom: 170px;*/
    }

    .esw-map-flag ul li .text {
        font-size: 17px;
        line-height: 45px;
        padding-left: 10px;
        margin-top: -44px;
        background-color: rgba(255, 255, 255, 0.80);
    }

    .esw-header-btn {
        background-color: #FAFAFA;
        background-image: url(/wp-content/themes/esw-theme/img/ic/plus.png);
        background-position: 50% 47%;
        background-repeat: no-repeat;
        border-bottom: 4px solid #ffffff;
        border-left: 4px solid #ffffff;
        cursor: pointer;
        display: block;
        height: 60px;
        margin-bottom: -4px;
        margin-top: -39px;
        padding: 19px;
        position: absolute;
        right: 0;
        width: 64px;
    }

    .navbar-nav li ul li:last-child {
        margin-bottom: -8px;
    }

    .esw-minus {
        background-image: url(/wp-content/themes/esw-theme/img/ic/minus.png);
    }

    .esw-slide .content {
        /*padding-left: 280px !important;*/
        /*top: 215px !important;*/
    }

    .esw-red {
        /*height: 146px !important;*/
        padding: 12px 0;
    }

    .esw-crumbs {
        padding-left: 40px;
    }

    .esw-desc {
        padding-top: 110px;
    }

    .esw-desc h1 {
        font-size: 40px;
    }

    .esw-desc h2 {
        font-size: 25px;
    }

    .esw-desc .text {
        font-size: 20px;
        padding: 0 30px;
    }

    .esw-content img {
        margin: 0 auto;
    }

    .esw-nav {
        position: absolute;
        background-color: #FAFAFA;
        height: 60px;
        z-index: 1200;
    }

    .container {
        width: inherit;
    }

    .navbar-nav .open .dropdown-menu {
        position: relative;
    }

    .esw-logo {
        /*height: 55px;*/
        /*transition: height .2s;*/
        /*margin-left: 27px;*/
        /*margin-bottom: 0;*/
        /*margin-top: 7px;*/
        /*height: 90px;*/
        /*margin-bottom: -10px;*/
        margin-left: 27px;
        /*margin-top: -13px !important;*/
        /*transition: height .2s;*/
        height: 60px;
        margin-top: -10px !important;
    }

    .navbar {
        margin-bottom: 0;
    }

    .container > .navbar-header {
        margin-right: 0;
    }

    .esw-btn-menu {
        background-color: #E7E7E7;
        border-radius: 0;
        float: right;
        height: 60px;
        margin-bottom: -1px;

        margin-top: -10px;
        padding: 15px;
        width: 60px;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar-toggle .icon-bar {
        background-color: #000000;
        height: 3px;
        margin-bottom: 5px;
        width: 30px;
    }

    .navbar-toggle:focus {
        border-color: rgba(0, 0, 0, 0);
    }

    .btn-default:hover {
        border-color: rgba(0, 0, 0, 0);
    }

    .esw-menu-mob {
        max-width: 767px;
        overflow: hidden;
        width: 100%;
    }

    .esw-menu ul li {
        background-color: #FAFAFA;
        /*height: 60px;*/
        border-top: 4px solid #ffffff;
        margin-left: 0;
        padding: 18px 20px;
    }

    .esw-menu ul li:last-child {
        border-bottom: 4px solid #ffffff;
    }

    .dropdown-menu li {
        background-color: #DEDEDE !important;
        border-top: 4px solid #ffffff;
        color: #606060 !important;
        height: 62px;
        margin-left: -20px !important;
        margin-right: -20px !important;
        padding: 15px 20px !important;

    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background-color: rgba(245, 245, 245, 0);
        color: #262626;
        text-decoration: none;
    }

    .dropdown-menu {
        margin-bottom: -15px;
        margin-top: 10px !important;
    }

    .esw-menu {
        padding-top: 0;
    }

    .navbar-nav {
        margin: 0;
        padding: 0;
    }

    .esw-nav .container {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .container > .navbar-collapse {
        margin: 0;
    }

    .navbar-collapse {
        margin-left: -15px;
        padding: 0;
    }

    .esw-white-bg .navbar {
        margin-bottom: -20px;
    }

    .esw-white-bg .esw-top-menu {
        margin-top: 0;
    }

    .panel-row-style.reversed .panel-grid-cell {
        float: none !important;
    }

    .panel-row-style.checkboxes-row {
        margin-bottom: 30px;
    }

    .panel-row-style.checkboxes-row .kpi-editor, .panel-row-style.checkboxes-row .panel-grid-cell {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) and (max-height: 450px) {
    .esw-slide {
        /*position: relative;*/
        /*top: 0;*/
        /*padding-top: 77px;*/
        text-align: center;
        position: static;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        /*margin-top: -60px;*/
    }

    .sow-slider-images {
        height: auto !important;
        min-height: 470px;
    }

    .sow-slider-image {
        /*height: auto !important;
        min-height: 450px;*/
        position: relative;
        min-height: 470px;
        height: auto !important;
    }
}

@media screen and (max-width: 1250px){
    .esw-red-btn{
        font-size: 30px;
    }
}
@media screen and (max-width: 1150px){
    .esw-red-btn{
        font-size: 25px;
    }
}


@media screen and (max-width: 480px) {

    .esw-wathermark-slide{

    bottom: 10px;
    right: 0;
    font-size: 26px;
  
    width: 100%;
    text-align: center;
    }

    .esw-red-btn img {

           right: 15px;
    top: 43px;
    zoom: 0.7;
    }
    .esw-red-btn{
        font-size: 18px !important;
        padding: 21px 37px;
    }

    .sow-slider-pagination {
        /*bottom: 150px !important;*/
    }

    .esw-slide p {
        font-size: 19px;
    }

    .esw-red {
        /*height: 120px !important;*/
    }

    .panel-grid {
        /*margin-right: 30px;*/
    }

    .esw-map-flag {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .esw-map-flag ul li .text {
        font-size: 17px;
        line-height: 45px;
        padding-left: 10px;
        margin-top: -44px;
        background-color: rgba(255, 255, 255, 0.80);
    }

    .esw-slide .content {
        /*padding-left: 30px !important;*/
        /*top: 75px !important;*/
    }

    .esw-slide h1 {
        font-size: 24px !important;

    }

    .esw-slide .text {
        font-size: 16px !important;

    }

    .esw-btn-menu {
        background-color: #E7E7E7;
        border-radius: 0;
        float: right;
        height: 60px;
        margin-bottom: -1px;

        margin-top: -10px;
        padding: 15px;
        width: 60px;
    }

    .esw-nav {
        height: 60px;
    }

    .esw-logo {
        height: 60px;
        margin-top: -10px !important;
        transition: height .2s;
    }

    .esw-desc {

        /*top: 20%;*/

    }

    .esw-desc h1 {
        font-size: 21px;
    }

    .esw-desc h2 {
        font-size: 15px;
    }

    .esw-desc .text {
        font-size: 16px;
        margin-top: 20px;
    }

    .esw-main-custom {
        /*background-position: -210px center;*/
        background-position: center;
    }

    /*-*--------------------------------------------------------------------------------------------------------------------*/
    .esw-red .text {
        font-size: 15px !important;

    }

    .esw-home-red-btn .esw-btn {
        font-size: 13px;
    }

    .esw-red .header {
        font-size: 21px;
        line-height: 24px;
    }

    .esw-red {
        padding: 8px 0;
    }

    .esw-btn {
        font-size: 18px;
    }

    .esw-title h2 {
        font-size: 27px;
        margin-top: 10px;
    }

    .esw-grid {
        margin-top: 20px;
    }

    .esw-arrow-right {

        padding: 5px 78px;
    }

    .esw-menu ul li a {
        color: gray;
        font-size: 18px;
    }

}


.so-widget-sow-kpi-slider-default-4b1dc4cbf163 .sow-slider-base .sow-slider-pagination li a {
    background: #ffffff;
}

 .sow-active a{
  opacity: 0.85;
  background-color: red !important;
}
.sow-slider-base .sow-slider-pagination li a {


    width: 20px !important;
    height: 20px !important;
    background: #FFFFFF;
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    border-radius: 16px !important;
    /* border: 1px solid rgba(255, 0, 0, 0.43); */
    opacity: 1 !important;
    box-shadow: -3px 4px 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -3px 4px 0 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -3px 4px 0 0 rgba(0, 0, 0, 0.15);

}

.video-btn{
    background-image: none;
    padding-left: 22px;
    margin-right: 10px;
    text-align: center;
}

@media screen and (min-width: 992px) and (max-width: 1199px ) {
    .esw-menu ul li a {
        font-size: 20px;
        transition: font-size .2s;
        letter-spacing: -1px;
    }

    .esw-slide {
        /*left: 35%;*/
    }
}

@media screen and (min-width: 768px) and (max-width: 991px ) {

    .esw-menu ul li a {
        font-size: 15px;
        transition: font-size .2s;
    }

    .esw-slide {
        /*position: absolute;*/
        /*top: 40%;*/
        /*left: 0;*/
        text-align: center;
    }

    .esw-red {
        /*height: 100px;*/
    }

    .esw-red .text {
        /*font-size: 13px !important;*/
    }
}

@media screen and (min-width: 767px) and (max-width: 850px) {
    .esw-menu ul li {
        margin-left: 5px;
    }

    .esw-menu ul {
        padding-left: 0;
    }
}

/*@media (max-width: 900px) {*/
/*.navbar-header {*/
/*float: none;*/
/*}*/
/*.navbar-left,.navbar-right {*/
/*float: none !important;*/
/*}*/
/*.navbar-toggle {*/
/*display: block;*/
/*}*/
/*.navbar-collapse {*/
/*border-top: 1px solid transparent;*/
/*box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
/*}*/
/*.navbar-fixed-top {*/
/*top: 0;*/
/*border-width: 0 0 1px;*/
/*}*/
/*.navbar-collapse.collapse {*/
/*display: none!important;*/
/*}*/
/*.navbar-nav {*/
/*float: none!important;*/
/*margin-top: 7.5px;*/
/*}*/
/*.navbar-nav>li {*/
/*float: none;*/
/*}*/
/*.navbar-nav>li>a {*/
/*padding-top: 10px;*/
/*padding-bottom: 10px;*/
/*}*/
/*.collapse.in{*/
/*display:block !important;*/
/*}*/
/*}*/

@media screen and (min-width: 768px) {
    .sow-slider-image .container {
        position: relative;
        height: 100vh;
    }
    .row .v-middle-col {
        float: none;
        display: inline-block;
        margin-right: -4px;
        vertical-align: middle;
    }
}
@media screen and (max-width: 480px) {
    .esw-video-home-button .video-btn{
        font-size: 17px !important;
    }
    .esw-red .text {
        /*font-size: 9px !important;*/
    }
}

div.wpcf7-validation-errors, div.wpcf7-not-valid, div.wpcf7-mail-sent-ok{
    border:none !important;
}

.esw-captcha{
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.wpcf7-not-valid{
    border-color: red;
}


.europe-col{
    overflow: hidden;
    height: 630px;
    -webkit-transition: all .21s ease-in-out;
    -moz-transition: all .21s ease-in-out;
    -o-transition: all .21s ease-in-out;
    transition: all .21s ease-in-out;
}



.europe-col-open{
    height: 1620px;
    overflow: hidden;
    -webkit-transition: all .21s ease-in-out;
    -moz-transition: all .21s ease-in-out;
    -o-transition: all .21s ease-in-out;
    transition: all .21s ease-in-out;
}
@media(max-width: 991px){
    .europe-col{
        height: auto;
    }

   
    .hidecoutry{
        display: none;
    }
}

.modalshoppers h4{
    text-align: center;
    padding-bottom: 25px;
}

.modalshoppers h2{
    text-align: center;

}



.padding-add{
    padding: 50px 0;
    border-radius: 30px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.padding-50{
    padding: 50px 0;
    border-radius: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.esw-careers-single{
    background-color: #C93238;
    color: #fff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.esw-careers-single  label{
    font-weight: 200;
    font-size: 16px;
    width: 100%;
}

.esw-careers-single input{
    width: 100%;
    font-size: 17px;
    border-radius: 50px;
    padding: 20px 15px;
    margin-bottom: 16px;
}

.esw-careers-single input[type=submit]{
    border-color: #fff;
    background-color: #c93238;
    width: 200px;
    margin: 15px auto;
    border-radius: 60px;
    color: #fff;
    font-size: 25px;
    padding: 7px 0;
    font-weight: 400;
    border-width: 3px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;


}
.esw-careers-single input[type=submit]:hover{
    border-color: #fff;
    background-color: #fff;
    width: 200px;
    border-radius: 60px;
    color: #c93238;
    font-size: 25px;
    padding: 7px 0;
    font-weight: 400;
    border-width: 3px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.esw-careers-single input[type=file]{
    background-color: transparent;
    color: #fff;
    padding: 2px;
    border: none;
    opacity: 0;
    width: 0.01px;
    height: 0.01px;
    display: block;
    margin: 0;
}

.esw-careers-single .opis{
    font-weight: 300;
    font-size: 15px;
    line-height: 17px;
    background-color: rgba(255, 255, 255, 0.85);
    color: #c93238;
    padding: 14px;
    margin-top: 19px;
}

.esw-careers-single .header{
    text-align: center;
    font-size: 79px;
    margin-top: -129px;
    color: #c93238;
    font-weight: 900;

}

@media(max-width: 850px){
    .esw-careers-single .header{
        font-size: 50px;
        margin-top: -100px;
    }
}

@media(max-width: 540px){
    .esw-careers-single .header{
        font-size: 30px;
        margin-top: -80px;
    }
}

@media(max-width: 360px){
    .esw-careers-single .header{
        font-size: 25px;
        margin-top: -75px;
    }
}

.esw-careers-single .wpcf7-not-valid{
    background-color: rgb(252, 178, 178);
}

.esw-careers-single .wpcf7-not-valid-tip{
    color: #c93238;
    background-color: #fff;
    width: auto;
    display: table;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 5px 13px;
    font-size: 10px;
    margin-top: -15px;
    margin-left: 18px;
}

.esw-careers-single .careers-bottom .wpcf7-not-valid-tip{
    margin-top: 8px;
    margin-left: -1px;
    position: absolute;
}

.esw-careers-single .careers-submit{
    text-align: center;
}

.esw-careers-single .careers-bottom label{
    border: 3px solid #fff;
    border-radius: 50px;
    padding: 10px 21px 5px 21px;
    margin: 0;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.esw-careers-single .careers-bottom label:hover{
    background-color: rgba(255, 255, 255, 0.17);
color: #fff;
    border-radius: 50px;
    padding: 10px 21px 5px 21px;
    margin: 0;

    cursor: pointer;
}

.esw-careers-single .careers-bottom label svg{
    color: #fff;
    fill: #fff;
    margin-right: 10px;
    vertical-align: text-top;
}

.esw-careers-single .wpcf7-validation-errors, .esw-careers-single .wpcf7-response-output{
    display: none !important;
}

.esw-careers-single .header{
    text-align: center;
    font-size: 64px;
    margin-top: -129px;
    color: rgba(255, 255, 255, 0.13);
    font-weight: 900;
    position: absolute;
    bottom: -33px;
    right: 14px;
    height: 201px;
    transform: rotate(24deg);
    opacity: 0.6;

}

@media(max-width: 850px){
    .esw-careers-single .header{
        font-size: 50px;
        margin-top: -100px;
        opacity: 0.1;
    }
}

@media(max-width: 540px){
    .esw-careers-single .header{
        font-size: 30px;
        margin-top: -80px;
    }
}

@media(max-width: 360px){
    .esw-careers-single .header{
        font-size: 25px;
        margin-top: -75px;
    }
}

#applyNowBtnSingle {
    margin: 0 auto;
    display: block;
    background-color: rgba(255, 0, 0, 0);
    color: #fff;
    font-size: 30px;
    border-radius: 70px;
    padding: 10px 32px;
    font-weight: 300;
    border: 3px solid #fff;
}
#applyNowBtnSingle:hover {
    margin: 0 auto;
    display: block;
    background-color: #fff;
    color: #c93238;
    font-size: 30px;
    border-radius: 70px;
    padding: 10px 32px;
    font-weight: 300;
    border: 3px solid #fff;
}

.sweet-alert.sweetalert-lg {

    outline: solid;
    outline-offset: -25px;
    outline-width: 1px;
    outline-color: #D15852;
}

.sweet-alert.sweetalert-lg .sa-icon.sa-success .sa-placeholder{
    border: 4px solid rgba(209, 88, 82, 0.64);
}

.sweet-alert.sweetalert-lg .sa-icon.sa-success .sa-line{
    background-color: #D15852;
}

.sweet-alert.sweetalert-lg h2{
    font-weight: 100;
    font-size: 33px;
}



.sweet-alert.sweetalert-lg button{
    border-radius: 35px;
    background-color: #686868 !important;
    font-size: 28px;
    padding: 10px 63px;
    margin-bottom: 48px;
}

.sweet-alert.sweetalert-lg button:hover{
    background-color: #575757 !important;
}

.sweet-alert.sweetalert-lg .sa-icon.sa-success{
    transform: scale(2);
    margin-bottom: 90px;
    margin-top: 90px;
}

@media(max-width: 480px){
    .sweet-alert.sweetalert-lg h2{
        font-weight: 100;
        font-size: 22px;
    }

    .sweet-alert.sweetalert-lg .sa-icon.sa-success{
        transform: scale(1);
        margin-bottom: 20px;

    }

}

.modalnewsletterterms{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.modalnewsletterterms .acceptp{
    position: absolute;
    top: 13px;
    left: 23px;
    color: #636363;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}

.modalnewsletterterms input[type=checkbox]{
    display: inline-block;
    width: auto;
    box-shadow: none;
    float: left;
}