@font-face {
    font-family: "CG";
    src: url("fonts/century-gothic.ttf") format("truetype");
}

@font-face {
    font-family: "VL";
    src: url("fonts/VNF-Valentina_Regular.ttf") format("truetype");
}

@font-face {
    font-family: "lykka";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/lykka.eot?#iefix") format("embedded-opentype"), url("fonts/lykka.woff") format("woff"), url("fonts/lykka.ttf") format("truetype"), url("fonts/lykka.svg#lykka") format("svg");
}

body {
    font-family: "CG";
    color: #333;
    padding-top: 126px;
}

.container {
    width: 1366px;
}

.container {
    max-width: 1366px;
    width: 100%;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    padding: 0 15px;
}

.grey-color {
    color: #848280 !important;
}

.grey-color:hover {
    text-decoration: none;
    opacity: 0.8;
}

.white {
    background-color: white;
}

.green {
    background-color: #ebf2e3;
}

.color-title {
    color: #212120;
}

.mlms {
    margin-left: -5px;
}

.mrms {
    margin-right: -5px;
}

.mlmm {
    margin-left: -8px;
}

.mrmm {
    margin-right: -8px;
}

a.customA,
a.customA:hover {
    text-decoration: none;
    color: #444;
}

@media screen and(min-width: 768px) {
    h4.title {
        font-family: "VL", Helvetica, sans-serif;
    }
}

h4.title {
    font-size: 18px;
    text-transform: uppercase;
    color: #848280;
}

.text-green {
    color: #78aa42;
}

a {
    background: transparent none repeat scroll 0 0;
}

a:active,
a:hover,
a:focus,
a:visited {
    outline: 0 none;
}

a,
.uk-link {
    color: #72aa42;
    cursor: pointer;
    text-decoration: none;
}

a:hover,
.uk-link:hover {
    color: #72aa42;
}

hr.line {
    margin: 20px auto;
    border-top: 1px solid #78aa42;
    width: 150px;
    opacity: 0.7;
}

.h100 {
    height: 100%;
}

.p20 {
    padding: 0 20%;
}

.pl30 {
    padding-left: 30px;
}

.table.no-border > thead > tr > th,
.table.no-border > tbody > tr > th,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > tbody > tr > td,
.table.no-border > tfoot > tr > td {
    border: none;
}

.form-control {
    border-radius: 0;
    border-color: #72aa42;
}

.form-control.btn-warning {
    border-color: #eea236;
}

.form-control.btn-danger {
    border-color: #d9534f;
}

.form-control:focus,
.form-control:active {
    box-shadow: 0 1px 1px rgba(235, 242, 227, 0.075) inset, 0 0 8px rgba(120, 170, 66, 0.6);
    border-color: #72aa42;
}

.v {
    width: 30px;
    text-align: center;
    border: 1px solid #72aa42;
}

.table tbody>tr>td.valign {
    vertical-align: middle;
}

.uk-datepicker {
    font-family: Arial;
    font-size: 12px;
}

.wrapper .form-control {
    padding-left: 30px;
}

.wrapper {
    position: relative;
}

.wrapper i {
    position: absolute;
    top: 10px;
    left: 10px;
}

.iqty {
    font-family: arial;
    border: 1px solid #000;
    border-radius: 50%;
    color: #fff;
    background-color: #ed1c24;
    display: block;
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 14px;
    position: absolute;
    top: 20%;
    right: 15%;
}

.btn {
    font-weight: 600;
}

select.custom-dropdown,
.custom-updown-control input,
.btn-custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #72aa42;
    border-radius: 0;
}

.custom-select-control,
.custom-updown-control {
    position: relative;
    padding-right: 0;
}

select.custom-dropdown {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
}

.custom-select-control i.uk-icon-caret-down {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.custom-select-control .chosen-single div {
    background: none;
    border-left: none;
}

.custom-select-control .chosen-single div b {
    background-position: 2px 6px;
}

.custom-select-control .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 6px;
}

.chosen-container-single .chosen-single {
    color: #999;
    font-size: 14px;
}

.date-select-control select {
    border: 1px solid #72aa42;
    margin-right: 5px;
    padding: 5px 12px;
}

.date-select-control select::-ms-expand {
    display: none;
}

.custom-select-control .chosen-container-single .chosen-single {
    border: 1px solid #72aa42;
    background: none;
    border-radius: 0;
    height: 32px;
    line-height: 30px;
}

.custom-datetime-picker {
    position: relative;
}

.custom-datetime-picker i.uk-icon-calendar {
    position: absolute;
    right: 10px;
    top: 10px;
}

.custom-select-control i:hover,
.custom-updown-control i:hover {
    cursor: pointer;
}

.custom-updown-control i.uk-icon-caret-up,
.custom-updown-control i.uk-icon-caret-down {
    position: absolute;
    right: 5px;
}

.custom-updown-control i.uk-icon-caret-up {
    top: 5px;
}

.custom-updown-control i.uk-icon-caret-down {
    bottom: 5px;
}

.btn-custom {
    background-color: #72aa42;
    border-color: #72aa42;
    color: #fff;
    font-weight: 600;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
    background-color: #72aa42;
    border-color: #ebf2e3;
    color: #fff;
    opacity: 0.8;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
}

.navbar {
    margin-bottom: 0;
    background: #fff;
}

.navbar-right {
    margin-right: 0px !important;
}

.navbar-brand {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 86px;
}

.navbar-nav.nav-custom > li > a {
    padding-bottom: 27px;
    padding-top: 27px;
}

.navbar-toggle {
    float: none;
    clear: both;
    text-align: center;
}

.navbar-toggle .navbar-nav.nav-custom > li {
    display: inline-block;
}

.navbar-toggle .navbar-nav.nav-custom > li > a {
    padding: 10px 20px;
}

.navbar-toggle .navbar-nav.nav-custom > li:first-child > a {
    padding-left: 40px;
}

.tm-overlay-menu {
    background: #fff none repeat scroll 0 0;
    z-index: 1200;
}

.tm-overlay-menu .uk-modal-dialog {
    text-align: center;
}

@media screen and(min-width:768px) {
    .tm-overlay-menu .uk-nav > li > a {
        font-family: "VL", Helvetica, sans-serif;
    }
}

.tm-overlay-menu .uk-nav > li > a {
    border-top: medium none;
    color: #848280;
    font-size: 40px;
    padding: 18px 0;
    text-transform: uppercase;
}

.tm-overlay-menu .uk-nav > li {
    border-bottom: 1px solid #848280;
    position: relative;
}

.tm-overlay-menu .uk-nav > li::after {
    background-color: #78aa42;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease-out 0s;
    width: 1px;
}

.tm-overlay-menu .uk-nav > li:hover {
    border-color: #fff;
}

.tm-overlay-menu .uk-nav > li:hover::after {
    left: 0;
    opacity: 1;
    width: 100%;
}

.tm-overlay-menu .uk-nav > li > a:hover,
.tm-overlay-menu .uk-nav .uk-active > a,
.tm-overlay-menu .uk-nav .uk-nav-sub > li > a:hover {
    color: #78aa42;
    background: none;
}

.tm-overlay-menu li:focus,
.tm-overlay-menu li:active {
    background: none;
}

.tm-overlay-menu .uk-nav > .uk-parent > a::after {
    content: "";
}

.tm-overlay-menu .uk-nav .uk-nav-sub {
    background: none;
    border: medium none;
}

.tm-overlay-menu .uk-dropdown {
    position: static;
    width: 100%;
    border-top: 1px solid #78aa42;
}

.tm-overlay-menu .uk-nav-sub {
    width: 100%;
}

.tm-overlay-menu .uk-nav-sub > li {
    display: inline-block;
}

.tm-overlay-menu .uk-nav .uk-nav-sub > li > a {
    color: #8b8e97;
    font-size: 18px;
    padding: 8px;
}

.tm-overlay-menu .uk-nav .uk-nav-sub .uk-active a {
    color: #78aa42;
}

.tm-icon {
    display: block;
    height: 70px;
    position: relative;
    width: 70px;
    z-index: 1000;
    text-align: left;
}

[class*="tm-icon-"] {
    height: 3px;
    right: 17px;
    position: absolute;
    top: 59%;
    width: 35px;
}

.tm-icon-menu {
    background: #78aa42 none repeat scroll 0 0;
}

[class*="tm-icon-"]::before,
[class*="tm-icon-"]::after {
    background: #78aa42 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    transition: all 0.2s cubic-bezier(0, 0.99, 0.2, 1) 0s;
    width: 100%;
}

.tm-icon-menu::before {
    transform: translateY(-300%);
}

.tm-icon-menu::after {
    transform: translateY(300%);
}

:hover > .tm-icon-menu::before {
    transform: translateY(0px) rotate(90deg);
}

:hover > .tm-icon-menu::after {
    transform: translateY(0px) rotate(-90deg);
}

.tm-icon-close::before {
    transform: rotate(45deg);
}

.tm-icon-close::after {
    transform: rotate(-45deg);
}

:hover > .tm-icon-close::after,
*:hover > .tm-icon-close::before {
    transform: rotate(0deg);
}

.tm-modal-close {
    position: absolute;
    right: 17px;
    top: 0px;
}

.logo,
.logo-light,
.logo-header {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    font-size: 1em;
    height: 3.125em;
    text-indent: -9999px;
    width: 3.125em;
}

.logo-header {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    width: 15.25em;
    vertical-align: middle;
}

@media (max-width: 360px) {
    .logo-header {
        width: 11.25em;
    }
}

@media sreen and(min-width: 768px) {
    h2.title {
        font-family: "VL", Helvetica, sans-serif;
    }
}

h2.title {
    font-size: 24px;
    color: #78aa42;
}

h5.title {
    font-size: 15pt;
    color: #78aa42;
}

h6 {
    color: #848280;
    font-size: 15pt;
}

span.user-icon,
span.cart-icon,
span.menu-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/user-icon.png) no-repeat center top;
}

span.cart-icon {
    background: url(../images/cart-icon.png) no-repeat center top;
}

span.user-icon:hover,
span.user-icon.active,
span.cart-icon:hover,
span.cart-icon.active {
    background-position: center bottom;
}

.tab-content > .tab-pane {
    background: #fff;
    font-weight: 500;
    padding: 12px 20px;
    text-transform: none;
}

span.menu-icon {
    background: url(../images/menu-icon.png) no-repeat center center;
}

#banner {
    position: relative;
    margin-top: -50px;
    margin-bottom: 20px;
}

#main-menu-widget {
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0;
    padding: 0;
    margin-left: -255px;
}

#main-menu-widget li {
    float: left;
}

#main-menu-widget a {
    float: left;
    display: block;
    width: 13em;
    height: 13em;
    text-indent: -9999px;
}

#email-letter .email,
#email-letter .phone,
#email-letter .name {
    max-width: 500px;
    margin: 10px auto;
}

#main-menu-widget a.product {
    background: url(../images/product.png) no-repeat center center #fff;
}

#main-menu-widget li.active a.product,
#main-menu-widget li a.product:hover {
    background: url(../images/product-active.png) no-repeat center center #78aa42;
}

#main-menu-widget a.event {
    background: url(../images/event.png) no-repeat center center #ebf2e3;
}

#main-menu-widget li.active a.event,
#main-menu-widget li a.event:hover {
    background: url(../images/event-active.png) no-repeat center center #78aa42;
    transition: top 0.2s ease 0s;
    border-left: 1px solid #fff;
}

#main-menu-widget a.about {
    background: url(../images/about.png) no-repeat center center #ebf2e3;
}

#main-menu-widget li.active a.about,
#main-menu-widget li a.about:hover {
    background: url(../images/about-active.png) no-repeat center center #78aa42;
    transition: top 0.2s ease 0s;
    border-left: 1px solid #fff;
}

#main-menu-widget a.blog {
    background: url(../images/blog.png) no-repeat center center #fff;
}

#main-menu-widget li.active a.blog,
#main-menu-widget li a.blog:hover {
    background: url(../images/blog-active.png) no-repeat center center #78aa42;
    border-left: 1px solid #fff;
}

#carousel-generic .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 20px;
    text-align: left;
}

#carousel-generic .carousel-indicators li {
    background-color: #78aa42;
    border: 1px solid #78aa42;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 2px;
    text-indent: -999px;
}

#carousel-generic .carousel-indicators li.active {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/sm-square.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 10px;
}

#carousel-generic .carousel-caption,
#carousel-generic .carousel-caption a {
    font-size: 30px;
    top: 136px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    #carousel-generic .carousel-caption a {
        font-family: "VL";
        font-size: 30px;
        top: 136px;
        color: #fff;
    }
}

#carousel-shout {
    padding-top: 20px;
    padding-bottom: 50px;
}

#carousel-shout .carousel-indicators {
    bottom: 0;
    text-align: center;
}

#carousel-shout .carousel-indicators li {
    background-color: #78aa42;
    border: 1px solid #78aa42;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 2px;
    text-indent: -999px;
}

#carousel-shout .carousel-indicators li.active {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/sm-square.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 10px;
}

#carousel-events .carousel-indicators {
    bottom: 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #carousel-events .carousel-indicators {
        display: none;
    }
    .uk-overlay-panel {
        display: none;
    }
    #tabInfo {
        padding-top: 20px;
    }
}

#carousel-events .carousel-indicators li {
    background-color: #78aa42;
    border: 1px solid #78aa42;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 2px;
    text-indent: -999px;
}

#carousel-events .carousel-indicators li.active {
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/sm-square.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 10px;
}

h2.head-title {
    font-family: "CG";
    display: inline-block;
    color: #78aa42;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 15px;
    margin-top: 0;
    -moz-border-image: url(../images/border.png) 0 0 27 repeat;
    -webkit-border-image: url(../images/border.png) 0 0 27 repeat;
    -o-border-image: url(../images/border.png) 0 0 27 repeat;
    border-image: url(../images/border.png) 0 0 27 fill repeat;
}

.in .tag-hot {
    position: absolute;
    background-color: #db8284;
    color: #fff;
    font-size: 20px;
    padding: 30px 3px 3px 3px;
    right: 20px;
    width: 60px;
    height: 77px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    z-index: 10;
}

.in .tag-hot:after,
.in .tag-hot::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 20px #db8284;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

.in .tag-top {
    position: absolute;
    background-color: #93bb68;
    color: #fff;
    font-size: 20px;
    padding: 30px 3px 3px 3px;
    right: 20px;
    width: 60px;
    height: 77px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    z-index: 10;
}

.in .tag-top:after,
.in .tag-top::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 20px #93bb68;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

.in .tag-sale {
    position: absolute;
    background-color: #88d1db;
    color: #fff;
    font-size: 20px;
    padding: 30px 3px 3px 3px;
    right: 20px;
    width: 60px;
    height: 77px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    white-space: nowrap;
    z-index: 10;
}

.in .tag-sale:after,
.in .tag-sale::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 20px #88d1db;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

.in .tag-best-seller {
    position: absolute;
    background-color: #cfb2f9;
    color: #fff;
    font-size: 15px;
    padding: 20px 3px 3px 3px;
    right: 20px;
    width: 60px;
    height: 77px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 10;
}

.in .tag-best-seller:after,
.in .tag-best-seller::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 20px #cfb2f9;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

.in .tag-coming-soon {
    position: absolute;
    background-color: #ecd8b2;
    color: #fff;
    font-size: 12px;
    padding: 30px 3px 3px 3px;
    right: 20px;
    width: 60px;
    height: 77px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 10;
}

.in .tag-coming-soon:after,
.in .tag-coming-soon::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50%;
    content: '';
    width: 0;
    height: 0;
    border-top: solid 20px #ecd8b2;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

.uk-contrast .uk-form input:not([type]),
.uk-contrast .uk-form input[type="text"],
.uk-contrast .uk-form input[type="password"],
.uk-contrast .uk-form input[type="email"],
.uk-contrast .uk-form input[type="url"],
.uk-contrast .uk-form input[type="search"],
.uk-contrast .uk-form input[type="tel"],
.uk-contrast .uk-form input[type="number"],
.uk-contrast .uk-form input[type="datetime"],
.uk-contrast .uk-form input[type="datetime-local"],
.uk-contrast .uk-form input[type="date"],
.uk-contrast .uk-form input[type="month"],
.uk-contrast .uk-form input[type="time"],
.uk-contrast .uk-form input[type="week"],
.uk-contrast .uk-form input[type="color"],
.uk-contrast .uk-form select,
.uk-contrast .uk-form textarea {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0 padding-box;
    border-color: rgba(120, 170, 66, 0.8);
    color: #78aa42;
}

.uk-contrast .uk-form input:focus:not([type]),
.uk-contrast .uk-form input[type="text"]:focus,
.uk-contrast .uk-form input[type="password"]:focus,
.uk-contrast .uk-form input[type="email"]:focus,
.uk-contrast .uk-form input[type="url"]:focus,
.uk-contrast .uk-form input[type="search"]:focus,
.uk-contrast .uk-form input[type="tel"]:focus,
.uk-contrast .uk-form input[type="number"]:focus,
.uk-contrast .uk-form input[type="datetime"]:focus,
.uk-contrast .uk-form input[type="datetime-local"]:focus,
.uk-contrast .uk-form input[type="date"]:focus,
.uk-contrast .uk-form input[type="month"]:focus,
.uk-contrast .uk-form input[type="time"]:focus,
.uk-contrast .uk-form input[type="week"]:focus,
.uk-contrast .uk-form input[type="color"]:focus,
.uk-contrast .uk-form select:focus,
.uk-contrast .uk-form textarea:focus {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #78aa42;
    color: #78aa42;
}

.uk-form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #78aa42 !important;
}

.uk-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #78aa42 !important;
    opacity: 1;
}

.uk-form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #78aa42 !important;
    opacity: 1;
}

.uk-form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #78aa42 !important;
}

.form-control {
    color: #999;
}

.form-control.btn {
    color: #fff;
}

input.uk-form-danger::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #d85030 !important;
}

input.uk-form-danger:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d85030 !important;
    opacity: 1;
}

input.uk-form-danger::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d85030 !important;
    opacity: 1;
}

input.uk-form-danger:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #d85030 !important;
}

select.custom-dropdown.uk-form-danger {
    background: rgba(216, 80, 48, 0);
}

.uk-contrast .uk-button::before {
    background-color: #78aa42 !important;
}

.uk-button::before {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: height 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.uk-button:hover::before,
.uk-button:focus::before {
    height: 4px;
}

.uk-contrast .uk-button {
    border: 1px solid rgba(120, 170, 66, 0.8);
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #78aa42;
}

.uk-contrast .uk-button:focus,
.uk-contrast .uk-button:hover {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #78aa42;
    color: #78aa42;
}

.uk-button {
    cursor: pointer;
}

.uk-form > *:last-child {
    margin-bottom: 0;
}

.uk-margin-small-left {
    margin-left: 5px !important;
}

.uk-button-large {
    font-size: 16px;
    line-height: 49px;
    min-height: 49px;
    padding: 0 15px;
}

.tm-margin-xlarge {
    margin-bottom: 60px;
    margin-top: 60px;
}

#wk-eda {
    background: url("../images/bg-tm.jpg");
    background-size: 100%;
    background-position: 0 -88px;
}

.uk-nav-side > li.uk-active > a {
    background: #72aa42 none repeat scroll 0 0;
    color: #fff;
}

input.uk-form-large:not([type]),
input.uk-form-large[type],
select.uk-form-large,
textarea.uk-form-large {
    font-size: 18px;
    height: 51px;
    padding: 8px 15px;
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        float: none;
        display: block;
        text-align: center;
        padding: 5px;
        margin: 0;
        height: 25px;
    }
    .navbar-toggle {
        margin-right: 0;
        padding: 0;
    }
    .product-info .thumb img,
    .productItem .thumb img {
        max-width: 60%;
        margin: 0 auto;
    }
    .col-sm-4,
    .col-md-4 {
        margin-bottom: 15px;
    }
    .blog-caption.caption {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
    }
    .in.white {
        position: relative;
    }
    .blog-caption.caption h3.title,
    .blog-caption.caption .summary {
        padding: 10px;
        font-family: "CG", Helvetica, Arial, sans-serif;
        color: #fff;
    }
    .blog-caption.caption h3.title {
        margin-bottom: 5px;
    }
    #news-letter input {
        margin-bottom: 15px;
    }
    #news-letter .uk-button {
        background: #fff;
    }
    #middle {
        display: none;
    }
    .tm-block-image > .uk-panel {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

@media screen and (min-width: 768px) {
    #tabInfo {
        padding-top: 60px;
    }
    .tm-block-image > .uk-panel {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .uk-modal-dialog {
        width: 1020px;
        background: none;
    }
    .dummy {
        margin-top: 100%;
    }
    .in {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }
    #blog-product,
    #list-product,
    #relate-product,
    #relate-article,
    #recommended-product {
        padding: 0 15px;
    }
    #feature-product .pdr5 {
        padding-right: 5px;
    }
    #feature-product .mln {
        margin: 0;
    }
    .product-info .thumb {
        width: 60%;
    }
    .visisle-large-margin-top {
        margin-top: 112px;
    }
    .visisle-large-margin-bottom {
        margin-bottom: 112px;
    }
    .visible-margin-top-medium {
        margin-top: 72px;
    }
    #main-image:hover {
        opacity: 0.5;
    }
    #checkout {
        margin-bottom: 40px;
    }
    .blog-info,
    .product-info {
        margin: 0;
        max-width: 100%;
        overflow: hidden;
        vertical-align: middle;
    }
    .blog-caption,
    .product-caption {
        position: absolute;
        left: 0;
        bottom: 0;
        min-height: 116px;
        width: 100%;
    }
    .blog-caption {
        padding: 0px 20px;
        color: white;
    }
    #list-product {
        margin-bottom: 20px;
    }
    .product-info {
        width: 100%;
        height: 100%;
        padding: 2em 0;
        text-align: center;
    }
    .product-info .thumb {
        margin: 0 auto;
    }
    .product-info .img-responsive {
        margin: 0 auto
    }
}


/*.caption {
    display: none;
}*/

.blog-caption h3.title {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .blog-caption h3.title a {
        font-family: "VL", Helvetica, sans-serif;
    }
}

.blog-caption h3.title a {
    font-size: 22px;
    color: #fff;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
}

.blog-caption .summary {
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
}

.grad {
    background: -moz-linear-gradient(top, rgba(71, 71, 71, 0) 0%, rgba(89, 89, 89, 0.7) 45%, rgba(91, 91, 91, 0.7) 49%, rgba(43, 43, 43, 0.7) 92%, rgba(40, 40, 40, 0.7) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(71, 71, 71, 0)), color-stop(45%, rgba(89, 89, 89, 0.7)), color-stop(49%, rgba(91, 91, 91, 0.7)), color-stop(92%, rgba(43, 43, 43, 0.7)), color-stop(100%, rgba(40, 40, 40, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(71, 71, 71, 0) 0%, rgba(89, 89, 89, 0.7) 45%, rgba(91, 91, 91, 0.7) 49%, rgba(43, 43, 43, 0.7) 92%, rgba(40, 40, 40, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(71, 71, 71, 0) 0%, rgba(89, 89, 89, 0.7) 45%, rgba(91, 91, 91, 0.7) 49%, rgba(43, 43, 43, 0.7) 92%, rgba(40, 40, 40, 0.7) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(71, 71, 71, 0) 0%, rgba(89, 89, 89, 0.7) 45%, rgba(91, 91, 91, 0.7) 49%, rgba(43, 43, 43, 0.7) 92%, rgba(40, 40, 40, 0.7) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(71, 71, 71, 0) 0%, rgba(89, 89, 89, 0.7) 45%, rgba(91, 91, 91, 0.7) 49%, rgba(43, 43, 43, 0.7) 92%, rgba(40, 40, 40, 0.7) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00474747', endColorstr='#b3282828', GradientType=0);
    /* IE6-9 */
}

@media screen and (min-width: 768px) {
    .uk-overlay-background {
        background-color: #78aa42;
    }
    .uk-overlay .uk-overlay-panel {
        padding: 50px;
        z-index: 20;
    }
    .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
        opacity: 0;
    }
    .uk-overlay:hover .uk-overlay-panel::after {
        transition-delay: 0.1s;
    }
    .uk-overlay:hover .uk-overlay-panel::before,
    .uk-overlay:hover .uk-overlay-panel::after {
        opacity: 1;
        transform: scale(1);
    }
    .uk-overlay-panel::before,
    .uk-overlay-panel::after {
        content: "";
        opacity: 0;
        position: absolute;
        transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
    }
    .uk-overlay .uk-overlay-panel::after {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        bottom: 0px;
        left: 20px;
        right: 20px;
        top: 0px;
        transform: scale(1, 0);
        transform-origin: 100% 0 0;
    }
    .uk-overlay .uk-overlay-panel::after {
        bottom: 0px;
        left: 40px;
        right: 40px;
        top: 0px;
    }
    .uk-overlay .uk-overlay-panel::before,
    .uk-overlay .uk-overlay-panel::after {
        content: "";
        opacity: 0;
        position: absolute;
        transition: opacity 0.4s ease 0s, transform 0.4s ease 0s;
    }
    .uk-overlay .uk-overlay-panel::before {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        bottom: 20px;
        left: 0px;
        right: 0px;
        top: 20px;
        transform: scale(0, 1);
        transform-origin: 0 0 0;
    }
    .uk-overlay .uk-overlay-panel::before {
        bottom: 40px;
        left: 0px;
        right: 0px;
        top: 40px;
    }
}

.social,
.more-info {
    position: relative;
    z-index: 1000;
}

a.custom,
a.custom:hover {
    color: #fff;
    text-decoration: none;
}

.social a,
.social a:hover {
    text-decoration: none;
    margin-right: 5px;
    color: #fff;
}

.social a:hover {
    opacity: 0.7;
    cursor: pointer;
}

.uk-panel-title,
h3.title {
    color: #78aa42;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.uk-panel-header .uk-panel-title {
    margin-top: 0;
    border-bottom: 1px solid rgba(120, 170, 66, 0);
    color: #78aa42;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.tm-bottom-b {
    margin-bottom: 30px;
}

.uk-panel-header .uk-panel-title::before {
    bottom: -6.5px;
    color: rgba(120, 170, 66, 0.7);
    content: "";
    font-family: "lykka";
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 50%;
    line-height: 1;
    margin-left: -75px;
    position: absolute;
    text-transform: none;
    width: 150px;
}

#middle {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel-header-subtitle {
    font-size: 24px;
    line-height: 38px;
    color: #78aa42;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    text-align: center;
}

footer ul li a {
    color: #848280;
}

.uk-icon-button {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    border: 1px solid #78aa42;
    box-sizing: border-box;
    color: #78aa42;
    display: inline-block;
    font-size: 2.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    width: 3.5rem;
}

.uk-icon-button:hover,
.uk-icon-button:active,
.uk-icon-button:focus {
    background: #78aa42 none repeat scroll 0 0;
    color: #fff;
    animation: 0.3s ease 0s normal forwards 1 running toRightFromLeft;
}

footer .mail {
    text-align: center;
    padding-top: 45px;
}

footer .phone {
    text-align: center;
    padding-top: 20px;
}

.product-nav .uk-navbar-nav li.uk-parent > a,
.article-nav .uk-navbar-nav li.uk-parent > a {
    display: inline;
    border-left: 1px solid #78aa42;
}

.uk-navbar-nav li.uk-parent:first-child > a {
    border: none;
}

.uk-navbar.product-nav,
.uk-navbar.article-nav {
    background: #c9ddb3;
    color: #78aa42;
    position: fixed;
    z-index: 1000;
    top: 86px;
    width: 100%;
}

.product-nav .uk-navbar-nav > li > a,
.article-nav .uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #78aa42;
    display: block;
    font-family: "CG", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
}

.product-nav .uk-navbar-nav > li.uk-active > a,
.article-nav .uk-navbar-nav > li.uk-active > a {
    background: #c9ddb3;
    color: #fff;
}

.product-nav .uk-navbar-nav > li.uk-open > a,
.article-nav .uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus {
    color: #fff;
    background: #c9ddb3;
    outline: 0 none;
}

.product-nav .uk-navbar-nav > li > a:active,
.article-nav .uk-navbar-nav > li > a:active {
    color: #fff;
    background: #78aa42;
}

.product-nav .uk-nav > li,
.article-nav .uk-nav > li {
    padding: 0 15px;
}

.product-nav .uk-nav > li > a,
.article-nav .uk-nav > li > a {
    color: #848280;
    padding: 8px;
    font-size: 15px;
    border-bottom: 1px solid #848280;
}

.product-nav .uk-nav > li:last-child > a,
.article-nav .uk-nav > li:last-child > a,
.product-nav .uk-nav > li:last-child > a:hover,
.article-nav .uk-nav > li:last-child > a:hover {
    border-bottom: none;
}

.product-nav .uk-nav > li > a:hover,
.article-nav .uk-nav > li > a:hover,
.product-nav .uk-nav > li.uk-active > a,
.article-nav .uk-nav > li.uk-active > a {
    color: #78aa42;
    background: #fff;
    border-bottom: 1px solid #78aa42;
    transition: all 0.2s ease-out 0s;
}

.product-nav .uk-dropdown-navbar,
.article-nav .uk-dropdown-navbar {
    background: #fff none repeat scroll 0 0;
    color: #444;
    margin-top: 0;
    border: 1px solid #efefef;
    width: 250px;
}

.uk-nav-navbar > li > a:focus,
.uk-nav-navbar > li > a:hover {
    background: #00a8e6 none repeat scroll 0 0;
    color: #fff;
    outline: 0 none;
}

.square {
    padding: 0 !important;
    margin: 0 !important;
}

#image-thumb img:hover {
    cursor: pointer;
}

#image-thumb img.cloudzoom-gallery-active {
    /* background: #c9ddb3;*/
    background: none;
}

#customer-review {
    padding: 128px 0;
}

#customer-review .carousel-control {
    top: 35%;
}

#customer-profile {
    margin-bottom: 30px;
}

#carousel-review .carousel-control.left,
#carousel-review .carousel-control.right {
    background: none;
}

span.pre-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 54px;
    height: 105px;
    background: url("../images/pre-icon.png") no-repeat center center;
}

span.next-icon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 54px;
    height: 105px;
    background: url("../images/next-icon.png") no-repeat center center;
}

.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 110px;
    height: 22px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
    text-align: center;
}

.rating {
    text-align: center;
    margin-bottom: 15px;
}

.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjNzhhYTQyIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}

.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

.star-rating input:hover + i,
.star-rating input:checked + i {
    opacity: 1;
}

.star-rating i ~ i {
    width: 40%;
}

.star-rating i ~ i ~ i {
    width: 60%;
}

.star-rating i ~ i ~ i ~ i {
    width: 80%;
}

.star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
}

.choice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    display: block;
}

#signup {
    margin-bottom: 20px;
}

.head-pane {
    font-family: Helvetica, sans-serif;
    background: #ebf2e3;
    color: #72aa42;
    padding: 12px 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.tab-pane {
    background: #ebf2e3;
    padding: 12px 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.total-pane {
    font-size: 24px;
    text-align: center;
    background: #ebf2e3;
    position: relative;
    padding: 5px;
}

.total-pane:after,
.total-pane::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #ebf2e3;
    content: "";
    position: absolute;
    height: 0;
    left: 100%;
    margin-left: -52%;
    top: 100%;
    width: 0;
}

#cart-total td {
    padding: 15px 8px;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    #checkout {
        margin-bottom: 20px;
    }
}

#overlay-cart table th {
    white-space: nowrap;
}

#overlay-cart table th,
#overlay-cart table td {
    border: 1px solid #fff;
}

#recommended-product {
    margin-bottom: 20px;
}

#checkout table th {
    background: #ebf2e3;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 12px 8px;
}

#checkout .total {
    text-align: center;
    font-size: 32px;
    padding: 20px 10px;
    color: #72aa42;
    font-weight: 600;
    text-shadow: 2px 1px 3px #ebf2e3;
}

#ajax_loader {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    color: #72aa42;
    font-size: 80px;
}

.follow {
    text-align: center;
}

.pv60 {
    padding: 60px 0;
}

.follow .text {
    font-family: "CG";
    font-size: 24px;
    color: #848280;
    width: 60%;
    margin: 0 auto;
}

.follow ul.action {
    list-style: none;
    font-size: 24px;
    margin: 0 auto;
    padding: 0;
}

.follow .action li {
    display: inline-block;
    padding: 10px;
}

.follow .action li a {
    color: #848280;
}

#comments {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    h3.article-title,
    h3.article-title a {
        font-family: "VL";
    }
}

h3.article-title,
h3.article-title a {
    font-size: 30px;
    color: #212120;
    text-align: left;
}

p.article-time {
    font-size: 13px;
    color: #848280;
    text-transform: uppercase;
    text-align: left
}

#blog .continue a,
#event .continue a {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #848280;
    color: #212120;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 47px;
}

#blog .continue a:hover,
#event .continue a:hover {
    text-decoration: none;
    background: #ddd;
    color: #222;
}

#blog .blogItem,
#event .eventItem {
    margin-top: 20px;
    margin-bottom: 47px;
}

@media screen and (max-width: 768px) {
    #blog .blogItem,
    #event .eventItem {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#blog-detail,
#event-detail {
    margin: 20px 0;
}

.blog-social a,
.event-social a {
    display: inline-block;
    padding: 10px 15px;
}

.blog-social a i,
.event-social a i {
    font-size: 20px;
}

#payment_method .summary {
    font-size: 12px;
    padding: 5px 12px;
    color: #72aa42;
}

.anchor {
    padding-top: 138px;
}

.quicklink {
    list-style: none;
    font-size: 16px;
    padding-left: 0;
}

.quicklink li {
    display: inline-block;
}

.blog-social a {
    margin-left: 5px;
}

ul.yiiPager a:link {
    color: #72aa42;
}

ul.yiiPager .selected a {
    background: #72aa42 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 12px;
}

ul.yiiPager a:link,
ul.yiiPager a:visited {
    border: 1px solid #72aa42;
    font-weight: bold;
    padding: 5px 12px;
    text-decoration: none;
}

.pager li > a,
.pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    display: inline-block;
}

.ty-subheader {
    color: #34495e;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    padding: 7px 0 10px;
}

.avatar img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #72aa42;
}

.comment {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.comment .author {
    font-size: 14px;
    color: #444;
    font-weight: bold
}

.comment .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}

ul.list-footer {
    color: #72aa42;
    font-size: 13px;
}

.article-content {
    padding: 20px 0;
}

.information h3.title {
    font-size: 22px;
    color: #444;
    font-weight: 600;
    text-align: left;
}

.information {
    padding: 40px 0;
}

@media screen and (min-width: 769px) {
    #career {
        padding-bottom: 40px;
    }
}

#career h3.article-title {
    margin: 20px 0;
}

#career .continue {
    padding-top: 10px;
    text-align: right;
}

#career .continue a {
    color: #444;
}

@media screen and (min-width: 769px) {
    #contact .contact {
        padding: 50px 0;
    }
}

.promotion-text.activate {
    color: #ed1c24;
}

#checkout .condition {
    height: 150px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 0 15px;
}

#page-nav .title {
    text-align: left;
    font-size: 18px;
    color: #848280;
    padding-left: 15px;
    margin-bottom: 15px;
}

#page-nav ul {
    list-style: none;
}

@media screen and (max-width: 415px) {
    #carousel-generic .carousel-inner>.item>img,
    #carousel-generic .carousel-inner>.item>a>img {
        max-width: none;
    }
    #carousel-generic .carousel-caption,
    #carousel-generic .carousel-caption a {
        font-size: 3rem;
        top: 20px;
        color: #fff;
    }
}

@media (min-width: 768px) {
    .uk-flex-order-last-medium {
        -ms-flex-order: 99;
        -webkit-order: 99;
        order: 99;
    }
}

.uk-thumbnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
    padding: 0;
    list-style: none;
}

.uk-thumbnav > * {
    float: left;
}

.uk-thumbnav > * {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    padding-left: 10px;
    margin-top: 10px;
}

.uk-thumbnav > * > * {
    display: block;
    background: #ffffff;
}

@media (min-width: 768px) {
    .uk-grid-width-medium-1-1 > * {
        width: 100%;
    }
}

.tm-switcher-chester .uk-thumbnav > * > * {
    background: transparent;
}

.uk-thumbnav > * > * > img {
    opacity: 0.7;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.uk-thumbnav > .uk-active > * > img {
    opacity: 1;
}

@media (min-width: 768px) {
    .uk-width-medium-3-4 {
        width: 75%;
    }
}

.tm-margin-large-bottom {
    margin-bottom: 40px !important;
}

.tm-margin-large-top {
    margin-top: 40px !important;
}
