* {
    margin: 0;
    padding: 0;
    border: none;
    line-height: 1.6;
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}

body {
    width: 100%;
    height: 100%;
    font-family: Roboto;
}

img {
    border: none;
    vertical-align: top;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #0f8244;
}

:focus {
    outline: 0 none !important;
}

/* Headings */
h1, h2, h3,
h4, h5, h6 {
    margin: 0;
    line-height: 1.35;
}

h1 {
    font-size: 32px;
    line-height: 100%;
    font-weight: 300;
}

h2 {
    font-size: 24px;
    font-weight: 300;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

h6 {
    font-size: 11px;
    font-weight: bold;
}

/* Content */
p {
    margin: 0;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

small,
big {
    font-size: 1em;
}

/* Lists */
ul, ol {
    list-style: none;
}

/* -------------------------------------------------------------------------- */
/* --- CONTENT --------------------------------------------------------------- */

.wrapper {
    width: 100%;
    float: left;
}

.page {
    width: 100%;
    float: left;
}

.cms-index-index .header {
    margin-bottom: 30px;
}

.header-container,
.main-container.col1-layout,
.footer-container { /*float: left; width: 100%;*/
}

/*.header-container,*/
/*.sm_megamenu_wrapper_horizontal_menu											{ display: none !important; }*/

.main-container .main {
    float: left;
    width: 100%;
}

.page.header-fixed {
    padding-top: 190px;
}

.header-container.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}

.header-container .header {
    position: relative;
}
.header-container .header-top {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 900px) {
    .header-container .header {
        padding-bottom: 54px;
    }
    .header-container .header-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* Logo */
.logo {
    float: left;
}
.logo a,
.logo img {
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 425px) {
    .logo {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
}

/* Quick access */
.header .quick-access {
    float: right;
}
@media (max-width: 425px) {
    .header .quick-access {
        float: none;
        text-align: center;
    }
}

/* Phone */
.tel {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-weight: 400;
    margin-right: 40px;
}
.tel span {
    font-size: 13px;
    color: #303339;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.tel span strong {
    line-height: 23px;
}
.tel a {
    display: inline-block;
    vertical-align: middle;
    background: #EF6245;
    height: 23px;
    line-height: 23px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 0 10px;
    white-space: nowrap;
    margin: 0 3px;
}
.tel a:hover {
    background: #d4573e;
}
.tel a span {
    line-height: 23px;
    vertical-align: top;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}

@media (max-width: 1200px) {
    .tel {
        margin-right: 20px;
    }
}
@media (max-width: 900px) {
    .tel {
        background: #015729;
        position: absolute;
        width: calc(100% + 30px);
        left: -15px;
        bottom: 0;
        padding: 15px 0;
    }
    .tel a {
        background: transparent;
        font-size: 30px;
        font-weight: 300;
    }
    .tel a span {
        display: none;
    }
    .tel span {
        display: none;
    }
}

/* Top menu */
.header-container .meniu-sus {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
@media (max-width: 1200px) {
    .header-container .meniu-sus {
        margin-right: 20px;
    }
}

.header-container .meniu-sus ul {
    margin-bottom: 0;
}

.header-container .meniu-sus ul li {
    padding: 0;
    margin: 0 10px;
    display: inline-block;
}

.header-container .meniu-sus ul li a {
    font-size: 13px;
    color: #303339;
    text-transform: uppercase;
    font-weight: 400;
}

.header-container .quick-access .meniu-sus ul li a:hover {
    color: #0D8044;
}
@media (max-width: 900px) {
    .header-container .meniu-sus {
        display: none;
    }
}

/* My account and mini cart */
.header-container .links {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.header-container .links li {
    display: inline-block;
    position: relative;
    padding-right: 58px;
    cursor: pointer;
}

.header-container .links li.first {
    margin-right: 30px;
}
@media (max-width: 1200px) {
    .header-container .links li.first {
        margin-right: 10px;
    }
}

.header-container .links li.first:after {
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/sprite.png') no-repeat -145px -178px;
    width: 50px;
    height: 50px;
    content: "";
    z-index: 1;
}

.header-container .links li.first:hover:after {
    background: url('../images/sprite.png') no-repeat -145px -234px;
}

.header-container .links li.last:after {
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/sprite.png') no-repeat -214px -178px;
    width: 50px;
    height: 50px;
    content: "";
    z-index: 1;
}

.header-container .links li.last:hover:after {
    background: url('../images/sprite.png') no-repeat -214px -234px;
}

.header-container .links li a {
    line-height: 52px;
    font-size: 13px;
    font-weight: 400;
    color: #303339;
    text-transform: uppercase;
    text-decoration: none;
}

.header-container .links li a span {
    font-size: 13px;
    font-weight: 400;
    color: #303339;
    text-transform: uppercase;
    line-height: 1;
}

.header-container .links li a:hover,
.header-container .links li a:hover span {
    color: #0F8143;
}

.header-container .links li a span.NoItem {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #EF6145;
    color: #ffffff;
    font-family: Source Sans Pro;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    z-index: 2;
}
@media (max-width: 1070px) {
    .header-container .links .top-link-cart .hidden-sm.hidden-xs{
        display: none;
    }
    .header-container .links li {
        float: left;
        width: 50px;
        height: 50px;
        padding-right: 50px;
    }

    .header-container .links li.first > a {
        float: left;
        width: 50px;
        height: 50px;
        text-indent: 100%;
        overflow: hidden;
    }
}

/* Search */
.header-search {
    float: right;
    width: calc(100% - 884px);
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.header-search .form-search {
    position: relative;
}
.header-search input {
    float: none;
    background: transparent;
    border: none !important;
    padding: 5px 50px 5px 20px;
    margin: 17px 0;
}
.header-search button {
    position: absolute;
    right: 20px;
    top: 23px;
    background: url('../images/sprite.png') no-repeat -12px -11px;
    width: 21px;
    height: 21px;
    overflow: hidden;
    text-indent: -99999px;
    margin: 0;
}
.header-search button:hover {
    background-position: -15px -46px;
}
.search-trigger {
    display: none !important;
    position: relative;
    margin-right: 10px;
}
.search-trigger:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/sprite.png') no-repeat -9px -177px;
    width: 50px;
    height: 50px;
    z-index: 1;
}
@media (max-width: 1200px) {
    .header-search {
        width: calc(100% - 745px);
    }
}
@media (max-width: 1000px) {
    .header-search {
        width: calc(100% - 670px);
    }
}
@media (max-width: 900px) {
    .search-trigger {
        display: block !important;
    }
    .header-search {
        display: none;
        width: calc(100% + 30px);
        margin: 0 -15px;
        position: absolute;
        bottom: 0;

        background: #fff;
        border-radius: 0;
    }
    .header-search.is-open {
        display: block;
    }
    .header-search input {
        background: #fff;
        margin: 11px 0;
    }
    .header-search button {
        top: 15px;
    }
}

/* Header fixed */
.header-container.fixed .tel,
.header-container.fixed .links li.first,
.header-container.fixed .links li.last a span:first-of-type,
.header-container.fixed .meniu-sus {
    display: none;
}

.header-container.fixed {
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
}

/* Header top */
.header-container.fixed .header-top {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Logo */
.header-container.fixed .logo img {
    width: 142px;
}

/* Minicart */
.header-container.fixed .links li.last {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    width: auto;
}
.header-container.fixed .links li.last a {
    display: block;
    border-right: 1px solid #e2e2e2;
    width: 79px;
    height: 68px;
}
.header-container.fixed .links li.last:after {
    right: auto;
    left: 14px;
    top: 9px;
}
.header-container.fixed .links li a span.NoItem {
    right: auto;
    left: 47px;
    top: 3px;
}

/* Search */
.header-container.fixed .header-search {
    display: inline-block;
    width: 260px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-radius: 0;
}
.header-container.fixed .header-search input {
    margin: 18px 0 17px;
    padding: 5px 40px 5px 15px;
}
.header-container.fixed .header-search button {
    right: 15px;
}
@media (max-width: 1280px) {
    .header-container.fixed .header-search {
        width: 180px;
    }
}

/* Header bottom */
.header-container.fixed .header-bottom {
    float: right;
    text-align: right;
    padding-right: 79px;
}




.NetlogiqSlider {
    width: 100%;
    max-width: 1484px;
    margin: 65px auto 40px;
    position: relative;
}

.NetlogiqSlider img {
    width: 100%;
    height: auto;
    z-index: 9 !important;
    cursor: pointer;
}

.NetlogiqSlider .PagerSlide {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}

.NetlogiqSlider .example-pager {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: auto;
    z-index: 999999;
}

.NetlogiqSlider .example-pager span {
    float: left;
    width: 12px;
    height: 12px;
    margin: 2px;
    background: #ffffff;
    text-indent: 100%;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.NetlogiqSlider .example-pager span.cycle-pager-active {
    width: 15px;
    height: 15px;
    margin: 1px 4px;
}

.footer {
    margin-top: 40px;
}

.footer .paymentIcon {
    background: url('../images/sprite.png') no-repeat -11px -365px;
    width: 295px;
    height: 32px;
    margin: 40px auto;
}

.f_newsletter .block-text {
    margin: 0 0 26px;
}

.f_newsletter .block-text .light {
    font-size: 24px;
    font-weight: 300;
    color: #69717F;
}

.f_newsletter .block-text .regular {
    font-size: 20px;
    font-weight: 300;
    color: #69717F;
}

.f_newsletter .block-text .regular span {
    font-size: 20px;
    font-weight: 400;
    color: #69717F;
}

.f_newsletter .block-content {
    position: relative;
}

.f_newsletter .block-content input {
    float: left;
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    border: 1px solid #D3D3D3;
    margin: 0;
    padding: 0 128px 0 20px;
    font-size: 12px;
    font-weight: 300;
    color: #69717F;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

.f_newsletter .block-content button {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    margin: 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
}

.footer_social {
    margin: 75px 0 35px 0;
}

.footer_social a {
    margin: 0 10px 0 0;
}

.footer_links {
    border-top: 1px solid #ECECEC;
    padding: 30px 0 0;
}

.footer_links ul li {
    float: left;
    clear: left;
    margin: 7px 0;
}

.footer_links ul li h4 {
    float: left;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #3B3F49;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 0 12px 0;
    margin: 0;
}

.footer_links ul li a {
    float: left;
    text-align: left;
    font-size: 11px;
    font-weight: 400;
    color: #A9ACB2;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
}

.footer_links ul li a:hover {
    color: #0F8144;
}

.copyright {
    font-size: 10px;
    font-weight: 400;
    color: #696F75;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.col-main .std ul {
    list-style-type: disc;
    padding: 0 0 0 15px;
}

.col-main .std ol {
    list-style-type: decimal;
    padding: 0 0 0 15px;
}

@media screen and (max-width: 1024px) {
    .NetlogiqSlider {
        margin-top: 0;
    }
}

@media all and (max-width: 991px) {

    .MobileMenu {
        float: right;
        background: url('../images/sprite.png') no-repeat -86px -176px;
        width: 35px;
        height: 50px;
    }

    .SearchMini {
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
        padding: 0 15px;
        z-index: 999999;
    }

    .SearchMini.active {
        display: block !important;
    }

}


@media all and (max-width: 479px) {

    .f_newsletter .block-content button span span {
        padding: 0 10px;
    }
}

.separator-tel {
    margin-left: 20px;
    margin-right: 10px;
}