/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

input, textarea, button {
    font-family: 'Raleway', sans-serif;
}

body {
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
    color: #4b4a4d !important;
    background: #fff;
    line-height: 1.5;
    padding-top: 89px;
    min-width: 302px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button, input, textarea {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .hide-pc {
        display: none;
    }
}

/* *** HEADER *** */

header {
    background: #fff;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
}

.btn-1 {
    height: 41px;
    line-height: 44px;
    color: #fff;
    min-width: 150px;
    font-size: 13.86px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    border-radius: 3px;
    background: #f39800;
    display: inline-block;
}

.btn-1-1 {
    width: auto;
    min-width: auto;
    padding: 0 30px;
}

.btn-1:hover {
    color: #fff;
    background: #f39800;
    opacity: 0.9;
}


.header-box {
    float: left;
    width: 100%;
    padding: 24px 0;
    text-align: right;
}

header .logo {
    float: left;
    margin: 12px 0 12px 0;

}

header .logo img {
    float: left;
    width: 238px;

}

.body-active .logo img {
    width: 238px;
}

header .float-right {
    position: relative;
}

.h-txt {
    position: absolute;
    color: #4b4a4d;
    font-size: 12px;
    right: 0;
    top: 43px;
    text-align: right;
    width: 300px;
}

.log .btn-1 {
    margin-top: -10px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
}

.main-menu {
    float: none;
    display: inline-block;
    margin-right: 80px;
    padding-right: 40px;
    vertical-align: top;
    background: url(../img/icons/img02.png) calc(100% - 1px) center no-repeat;
}

.page-1 .main-menu {
    background: url('../img/icons/img02a.png') right center no-repeat;
    padding-right: 48px;
}

.main-menu > ul > li {
    position: relative;
    float: left;
    list-style: none;
    padding: 0 33px;
    text-align: center;
}

.main-menu > ul > li:first-child:after {
    display: none;
}

.main-menu > ul > li:after {
    width: 4px;
    height: 4px;
    background: #f39800;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    margin-left: -2px;
    top: 50%;
    margin-top: -2px;
}

.main-menu > ul > li > a {
    color: #4b4a4d;
    display: block;
    float: left;
    height: 41px;
    text-align: center;
    font-weight: bold;
    line-height: 44px;
    font-size: 14px;
    position: relative;
}

.main-menu > ul > li > a:after {
    bottom: 5px;
    left: 0;
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    display: block;
    opacity: 0;
    background: #f39800;
}

.main-menu > ul > li.current > a:after {
    opacity: 1;
}

.body-active header {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.main-menu > ul > li:hover > a, .main-menu > ul > .current > a, .main-menu > ul > li .active {
    color: #f39800;
}

.main-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    list-style: none; 
    width: 305px;
    background: #cacaca;  
    display: none;     
}

.main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%;
}

.main-menu ul ul li a {
    position: relative;
    color: #1c2f59;
    text-align: left;
    display: block;
    padding: 11px 15px;
    float: left;
    width: 100%; 
    font-size: 14px;
}

.main-menu ul ul li:hover > a {
    background: red;
    color: #fff;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
}

.main-menu .hoverIn {
    display: block;
}

.main-menu .hoverOut {
    display: none;
}

/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    background: #fff;
    color: #4b4a4d;
    font-size: 12px;
}

.footer-bottom {
    padding: 30px 0 25px 0;
    float: left;
    width: 100%;
}

.created {
    float: right;
}

.copyright {
    float: left;
}

footer a {
    color: #4b4a4d;
}

footer a:hover {
    color: #f39800;
}

.footer-top {
    float: left;
    width: 100%;
    background: #4b4a4d;
    color: #bfbfbf;
    padding: 40px 0;
    font-size: 14px;
}

.footer-top a {
    color: #bfbfbf;   
}

.footer-top a:hover {
    color: #fff;   
}

footer .col-box {
    width: 50%;
    float: left;
    padding: 0 15px;
}

footer .row-box {
    margin-left: -15px;
    margin-right: -15px;
}

.f-logo {
    margin-top: -13px;
    margin-bottom: 20px;
}

.f-txt-1 {
    width: 420px;
    max-width: 100%;
}

.footer-top p {
    margin-bottom: 10px;
}

.f-title {
    font-weight: bold;
    color: #fff;
    margin-bottom: 28px;
}

footer .col-box-1 {
    width: 60%;
}

footer .col-box-2 {
    width: 40%;
}

.f-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.f-menu li {
    margin-top: 12px;
}

.f-menu ul li:first-child {
    margin-top: 0;
}

.f-menu a {
    color: #fff;
    font-weight: 600;
}

.f-menu a:hover {
    color: #bfbfbf;  
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 15px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp {
    height: 50px;
    width: 140px;
    display: table-cell;
    vertical-align: middle;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -3px;
}

.hamburger {
    position: absolute;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: red;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #000;
    font-size: 16px;
    float: left;  
    width: 100%;
    padding: 17px 15px 15px 15px;
}

.menu-rsp nav a:hover {
    background-color: #f39800;
    color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: #dfdfdf;
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

.wrapper {
    position: relative;
    width: 1050px;
    margin: 0 auto;
    max-width: 100%;
}

.btn-2 {
    height: 70px;
    border: none;
    line-height: 73px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    padding: 0 50px;
    border-radius: 3px;
    background: #f39800;
    display: inline-block;
}

.btn-2:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-2-1 {
    background: #5ccc1f;
}

.btn-2-2 {
    background: #4b4a4d;
}

.icheckbox {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    cursor: pointer;
    margin-top: 3px;
    background: #fff;
    float: left;
    position: relative;
    margin-right: 15px;
}

.icheckbox input, .icheckbox ins {
    width: 30px;
    height: 30px;
}

.icheckbox.checked {
    background: #f39800;
    border-color: #f39800;
}

input:focus, textarea:focus {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}

.breadcrumb-box {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.breadcrumb-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #f39800;
    font-size: 12px;
}

.breadcrumb-box li {
    float: left;
}

.breadcrumb-box li:after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #f39800;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: -2px 15px 0 15px;
}

.breadcrumb-box li:last-child:after {
    display: none;
}

.breadcrumb-box a {
    color: #4b4a4d;   
}

.breadcrumb-box a:hover {
    color: #f39800;  
}

.main-content {
    float: left;
    width: 100%;
    padding-bottom: 60px;
}

.text h2 {
    color: #f39800;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.text ul {
    padding-left: 0;
    list-style: none;
}

.text ul li {
    position: relative;
    padding-left: 20px;
}

.text ul li:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #f39800;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}


.boxes-2 {
    position: relative;
    padding: 60px 0;
    background: #fff;
    text-align: center;
}

.box-2 {
    width: 230px;
    display: inline-block;
    vertical-align: top;
    color: #4b4a4d;
    font-size: 15.86px;
    margin: 0 10px;
}

.box-2 strong {
    display: block;
}

.box-2 .txt-1 {
    width: 158px;
    height: 97px;
    padding-top: 3px;
    border-radius: 15px;
    background: #009846;
    margin: 0 auto;
    margin-bottom: 8px;
    font-size: 64px;
    color: #fff;
    font-weight: bold;
}

.box-2-2 .txt-1 {
    background: #898989;
}

.box-2-3 .txt-1 {
    background: #ffa500;
}

.box-2-4 .txt-1 {
    background: #db3544;
}

.box-2a {
    width: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -120px; 
    background: #f1173c;
    content: "";
    display: block;
    height: 240px;
}

.box-2a span {
    color: #f1173c;
    font-size: 12px;
    width: 100px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    padding-bottom: 10px;
    background: #fff;
    left: 50%;
    margin-left: -50px;
}

.box-2-2 {
    margin-right: 80px;
}

.boxes-2-1 {
    margin: -10px 0 25px 0;
}

.title-1 {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.title-1 h2:before, .title-1 h1:before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f39800;
    content: "";
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.title-1 h2, .title-1 h1 {
    font-size: 40px;
    margin: 0;
    font-weight: normal;
}

.boxes-2-1 .txt-2 {
    font-size: 12px;
}

.title-1-1 h1 {
    font-weight: bold;
    text-align: left;
    font-size: 30px;
}

.author {
    font-size: 14px;
    margin-bottom: 25px;
}

.text small {
    font-size: 14px;    
}

.text table {
    margin-bottom: 25px;
}

.text table td, .text table th {
    border: 1px solid #000000;
    padding: 5px 10px;
}

.button-box-1 {
    padding-top: 20px;
    text-align: center;
}

.link-2 {
    font-weight: bold;
    color: #f39800;
    font-size: 18px;
}

.button-box-2 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.link-2:hover {
    opacity: 0.9;
    color: #f39800;
}

.description-box {
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
}

.box-3 .name a {
    color: #4b4a4d;
    font-size: 20px;
    display: block;
    font-weight: bold;
}

.box-3 .name a:hover {
    color: #4b4a4d;
    opacity: 0.9;
}

.box-3 .name {
    margin-bottom: 15px;
    line-height: 1.3;
}

.box-3 .txt-1 {
    color: #f39800;
    font-size: 12px;
    margin-bottom: 15px;
}

.box-3 .txt-2 {
    font-size: 14px;
    margin-bottom: 20px;
}

.boxes-3 .row-box {
    margin-left: -35px;
    margin-right: -35px;
}

.boxes-3 .col-box {
    padding: 0 35px;
    width: 33.33333%;
    float: left;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 25px;
    padding-bottom: 35px;
}

.boxes-3 {
    float: left;
    width: 100%;
    overflow: hidden;
}

.content-box-5 {
    background: #eaeaea;
    padding: 20px 0;
}

.content-box-5 figure {
    margin: 0 0 20px 0;
    padding: 15px 0;
}

.button-box-3 {
    margin: 25px 0 5px 0;
    text-align: center;
}

.wrapper-1 {
    width: 879px;
    margin: 0 auto;
    max-width: 100%;
}

.search-box label {
    font-size: 14px;
    font-weight: bold;
}

.search-box-a input {
    font-size: 14px;
    padding-left: 50px !important;
    background: #fff url('../img/icons/img03.png') 15px center no-repeat;
}

.search-box-a input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

.search-box-a input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.search-box-a input:-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.search {
    width: 100%;
    position: relative;
}

.search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 52px;
    margin: 1px;
    border: none;
    background: none;
}

.search button:after {
    width: 1px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0;
    background: #c3c0c8;
    content: "";
}

.search button:before {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -14.5px;
    background: url('../img/sprite.png') -108px 0;
    content: "";
}

.search button:hover {
    opacity: 0.9;
}

.search input {
    height: 54px;
    padding: 0 20px;
    padding-right: 80px;
    border: 1px solid #979797;
    width: 100%;
}

.content-box-6 {
    padding: 25px 0;
}

.note-1 {
    width: 307px;
    max-width: 100%;
    height: 480px;
    background: #008000;
    border-radius: 5px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    padding: 70px 40px 50px 40px;
}

.note-1 .txt-1 {
    font-size: 29px;
    margin-bottom: 45px;
}

.note-1 .txt-1 strong {
    font-size: 59px;
    display: block;
    line-height: 1;
}

.note-1 .txt-2 {
    font-size: 14px;
}

.ic-4 {
    width: 61px;
    height: 61px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    background: url('../img/sprite.png') -143px 0;
}

.tags {
    margin-bottom: 0px;
    padding-left: 0px;
    margin-top: 0;
}


.tags li {
    padding: 0 30px 0 10px;
    line-height: 32px;
    color: #4b4a4d;
    font-size: 14px;
    background: #f2f2f2;
    display: block;
    float: left;
    height: 31px;
    border: 1px solid #979797;
    margin: 3px 3px 0 0;
    position: relative;
    cursor: pointer;
}

.tags li:hover {
    color: #4b4a4d;
    background: #fff;
}

.tags li:after {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    right: 8px;
    margin-top: -7px;
    background: url('../img/sprite.png') -206px 0;
}

.main-content-1 {
    padding: 20px 0;
}

body .row40 {
    margin-left: -20px;
    margin-right: -20px;
}

body .row40 > div {
    padding: 0 20px;
}

.btn-3 {
    height: 42px;
    display: inline-block;
    padding: 0 15px;
    line-height: 46px;
    color: #000;
    font-size: 14px;
    /*font-weight: 900;*/
    background: #eaeaea;
}

.btn-3:hover {
    color: #000;
    opacity: 0.9;
}

.btn-4 {
    height: 49px;
    display: inline-block;
    padding: 0 15px 0 50px;
    line-height: 51.5px;
    color: #fff;
    /*font-weight: bold;*/
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 13.84px;
    /*font-weight: 900;*/
    position: relative;
}

.btn-4:hover {
    color: #fff;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
}

.btn-4:after {
    width: 30px;
    height: 30px;
    background: url('../img/sprite.png') -224px 0;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
}

.btn-5 {
    height: 70px;
    border: none;
    line-height: 73px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    padding: 0 50px;
    border-radius: 3px;
    background: #068bc1;
    display: inline-block;
}

.btn-5:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-6 {
    height: 41px;
    line-height: 44px;
    color: #fff;
    min-width: 150px;
    font-size: 13.86px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    border-radius: 3px;
    background: #068bc1;
    display: inline-block;
}

.btn-6:hover {
    color: #fff;
    background: #068bc1;
    opacity: 0.9;
}

.btn-7 {
    height: 41px;
    line-height: 44px;
    color: #fff;
    min-width: 150px;
    font-size: 13.86px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    border-radius: 3px;
    background: #f39800;
    display: inline-block;
}

.btn-7:hover {
    color: #fff;
    background: #f39800;
    opacity: 0.9;
}


.link-3 {
    color: #2674ff;
    font-size: 14px;
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

.link-3:hover {
    color: #000;
}

.link-3:after {
    width: 6px;
    height: 12px;
    background: #f39800;
    border-radius: 50%;
    content: "";
    position: absolute;
    background: url('../img/sprite.png') -282px 0;
    right: 0;
    top: 50%;
    margin-top: -6px;    
}

.button-box-6 {
    text-align: center;
    padding-top: 25px;
}

body .tooltip-inner {
    border: 1px solid #4b4a4d;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    padding: 5px 17px 6px 17px;
    color: #4b4a4d;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    font-size: 13.87px;
    max-width: none;
}

body .tooltip .arrow {
    width: 15px;
    height: 8px;
    border: none;
    background: none;
    background: url('../img/sprite.png') -318px 0;
}

body .bs-tooltip-auto[x-placement^=bottom] .arrow, body .bs-tooltip-bottom .arrow {
    top: -1px;
}

body .tooltip .arrow:before {
    display: none;
}

body .tooltip {
    opacity: 1;
}

.wrapper-2 {
    clear: both;
    margin-left: -90px;
    margin-right: -90px;
}

.menu-fix {
    position: fixed;
    padding-bottom: 18px;
    top: 0;
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(234,234,234,0.9);
}

.mm-logo {
    padding: 18px 0;
    position: relative;
}

.mm-hamburger {
    position: absolute;
    top: 6px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: url(../img/icons/img02.png) center center no-repeat;
    display: block;
}

.mm-hamburger:hover {
    opacity: 0.8;
}

.main-menu {
    background: none;
    position: relative;
}

.mm-menu {
    padding: 20px 0;
}

.mm-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mm-menu ul li {
    padding-left: 25px;
    position: relative;
    margin-top: 22px;
}

.mm-menu ul li:after {
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    content: "";
    background: #f2a017;
    border-radius: 50%;
}

.mm-menu a {
    position: relative;
    padding-left: 44px;
    color: #4b4a4d;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.mm-menu a:hover {
    color: #f39800;
}

.mm-ic-1:after {
    position: absolute;
    width: 26px;
    height: 19px;
    margin-top: -10.5px;
    background: url('../img/sprite-1.png') 0 0;
    top: 50%;
    content: "";
    display: block;
    left: 0;
}

.mm-ic-2:after {
    position: absolute;
    width: 26px;
    height: 16px;
    margin-top: -9px;
    background: url('../img/sprite-1.png') 0 -54px;
    top: 50%;
    content: "";
    display: block;
    left: 0;
}

.mm-ic-3:after {
    position: absolute;
    width: 26px;
    height: 22px;
    margin-top: -12px;
    background: url('../img/sprite-1.png') 0 -101px;
    top: 50%;
    content: "";
    display: block;
    left: 0;
}

.mm-ic-4:after {
    position: absolute;
    width: 26px;
    height: 25px;
    margin-top: -13.5px;
    background: url('../img/sprite-1.png') 0 -150px;
    top: 50%;
    content: "";
    display: block;
    left: 0;
}

.mm-ic-5:after {
    position: absolute;
    width: 26px;
    height: 22px;
    margin-top: -12px;
    background: url('../img/sprite-1.png') 0 -205px;
    top: 50%;
    content: "";
    display: block;
    left: 0;
}

.mm-ic-6:after {
    position: absolute;
    width: 26px;
    height: 22px;
    margin-top: -12px;
    background: url('../img/sprite-1.png') 0 -254px;
    top: 50%;
    content: "";
    display: block;
    left: 0;
}

.mm-close {
    position: absolute;
    top: 50%;
    right: 225px;
    margin-top: -7.5px;
    width: 16px;
    height: 15px;
    display: block;
    background: url('../img/sprite-1.png') 0 -131px;
}

.mm-close:hover {
    opacity: 0.9;
}

@media only screen and (max-width: 1199px) {
    .mm-close {
        right: 0;
    }
    .mm-hamburger {
        right: -41px;
    }
    .menu-rsp nav a:after {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .menu-fix {
        display: none !important;
    }
}

.slider .bx-wrapper {
    padding: 0;
    margin: auto;
    box-shadow: none;
    width: 85%;
}

.slider .prev-box a, .slider .next-box a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    text-indent: -99999px;
}

.slider {
    z-index: 1;
}

.slider .bx-controls {
    display: none;
}


.r-btn-1 {
    color: #595959;
    height: 47px;
    line-height: 49px;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.r-btn-1-1 {
    background: #dfdfdf;
    color: #000;
    border-color: #dfdfdf;
}

.r-btn-1:hover {
    background: #595959;
    border-color: #595959;
    color: #fff;
}


.z-title-1-1 h2:before {
    display: none;
}

.z-title-1-1 {
    margin-bottom: 0;
}

.z-boxes-1-1 .box-1-1 strong {
    margin-bottom: 0 !important;
}

.z-boxes-1-1 .box-1-1 {
    height: 104px;
}

.z-boxes-1-1 .box-1-1, .z-boxes-1-1 .btn-2-1 {
    background: #4d7a99;
}

.z-boxes-1-1 .box-1-2 {
    color: #4d7a99;
}

.z-boxes-1-1 .box-1-2-s {
    color: #4d7a99;
}

.z-boxes-1-1 .box-1b .box-1-1, .z-boxes-1-1 .box-1b .btn-2 {
    background: #68af2f;
}

.z-boxes-1-1 .box-1b .box-1-2 {
    color: #68af2f;
}

.z-boxes-1-1 .box-1c .box-1-1, .z-boxes-1-1 .box-1c .btn-2 {
    background: #f54b0d;
}

.z-boxes-1-1 .box-1c .box-1-2 {
    color: #f54b0d;
}



/* zmiany */
.pointer {
    cursor: pointer !important;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #F48A37 !important;
    font-weight: bold !important;
    color: #ffffff !important;
}

.ui-autocomplete {
    max-height: 400px;

    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 0px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active,
.ui-menu-item .ui-menu-item-wrapper:hover {
    background: #fbb900 !important;
    text-decoration: none;
    font-weight: normal !important;
}

.ui-autocomplete {
    padding-bottom: 5px;
}

.product-text {

    top:50%;
    left: 15px;
    transform: translateX(-0%) translateY(-50%);
}
.product {
    background-color:white ;
    background-repeat: no-repeat;
    background-position: right;

}
.substance-text {
    position: absolute;
    top:50%;
    left: 15px;
    transform: translateX(-0%) translateY(-50%);
}
.substance {
    background-repeat: no-repeat;
    background-position: right;
    height:50px;
}

.vv-line {
    width: 100%;
    height: 1px;
    background: #979797;
    margin-bottom: 35px;
    margin-top: 15px;
}

.mm-ic-ask:after {
    position: absolute;
    width: 22px;
    height: 22px;
    margin-top: -12px;
    background-image: url(../img/icons/ask3.png);
    background-size: 22px 22px;
    top: 50%;
    content: "";
    display: block;
    left: 0;
}
.mm-ic-info:after {
    position: absolute;
    width: 22px;
    height: 22px;
    margin-top: -12px;
    background-image: url('../img/icons/info2.png');
    background-size: 26px 26px;
    top: 50%;
    content: "";
    display: block;
    left: 0;
}

.list-selected {
    color: #0063f7 !important;
    font-weight: bold !important;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.footer-cookies {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.6);
    background-color: #068bc1;
}

.custom-select:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

del {
    position:relative;
    text-decoration:none;
    font-weight: 500;
}
del::after {
    content:"";
    position:absolute;
    top:55%; left:0; width:100%; height:3px;
    background:black;
    transform:rotate(-28deg);
}