.required:after {
    content: "*";
    color: red;
}

.homepage .image-head-box {
    margin-top: 25px;
}

.homepage .big-img {
    width: 100%;
    /*height: 400px;*/
    margin-bottom: 30px;
}

.homepage .big-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.homepage .small-img {
    width: 100%;
    /*height: 185px;*/
    margin-bottom: 30px;
}

.homepage .small-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


@font-face {
    font-family: 'nerislight';
    src: url('../fonts/Neris-Light-webfont.eot');
    src: url('../fonts/Neris-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Neris-Light-webfont.woff') format('woff'),
        url('../fonts/Neris-Light-webfont.ttf') format('truetype'),
        url('../fonts/Neris-Light-webfont.svg#nerislight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neristhin';
    src: url('../fonts/Neris-Thin-webfont.eot');
    src: url('../fonts/Neris-Thin-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Neris-Thin-webfont.woff') format('woff'),
        url('../fonts/Neris-Thin-webfont.ttf') format('truetype'),
        url('../fonts/Neris-Thin-webfont.svg#neristhin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nerissemibold';
    src: url('../fonts/Neris-SemiBold-webfont.eot');
    src: url('../fonts/Neris-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Neris-SemiBold-webfont.woff') format('woff'),
        url('../fonts/Neris-SemiBold-webfont.ttf') format('truetype'),
        url('../fonts/Neris-SemiBold-webfont.svg#nerissemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font-small {
    font-size: 1.5rem !important;
}

.clearfix {
    content: "";
    display: table;
    display: block;
}

p,
ul,
div {
    font-family: "nerislight", Arial, sans-serif;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

body {
    background: #f1f1f1;
}

.nomargin {
    margin: 0 !important;
}

.noborder {
    border: 0 none !important;
}

.nobullet {
    padding: 0 !important;
}

.nobullet li {
    list-style-image: none !important;
    list-style-type: none !important;
}

.offset {
    margin-left: 20px
}

a {

    cursor: pointer;
}

/* header */

nav ul {
    display: block;
    margin: 0;
    padding: 0;
}

nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#header {
    position: relative;
    z-index: 5;
}

#header #top {
    padding-top: 10px;
    min-height: 115px;
}

#header h1 {
    position: absolute;
    z-index: 2;
    margin: 0;
    color: #08b996;
    font-variant-caps: small-caps;
}

#header #logo {
    min-height: 60px;
}

#header #logo img {
    position: absolute;
    z-index: 3;
    background: #f1f1f1;
    top: -20px
}


/* vyhledavaci pole */

#search {
    text-align: center;
}

#search_box {
    background: white;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    text-align: left;
    vertical-align: top;
}

#search input[type='text'] {
    background-color: transparent;
    border: 0 none;
    padding: 0 0 0 10px;
    width: 280px;
    font-size: 14px;
    color: #666666;
    font-family: 'nerislight', Arial, sans-serif;
    text-align: center;
}

#search a {
    background: transparent;
    border: 0 none;
    width: 40px;
    height: 39px;
    vertical-align: top;
    font-family: 'nerislight', Arial, sans-serif;
    position: relative;
    display: inline-block;
}

#search a:hover {
    cursor: pointer;
}

#search a img {
    background: transparent;
    opacity: 0.99;
}

#search a img.hover {
    opacity: 0.01;
}

#search a:hover img {
    opacity: 0.01;
}

#search a:hover img.hover {
    opacity: 0.99;
}

#search a img {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.99;

    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#search a:hover {
    background-color: #0bac8c;
}

/* Volba jazyka */

.select-lang-box {
    text-align: right;
    position: relative;
    padding: 5px 0;
}

.select-lang-box .lang-current {
    display: inline-block;
    cursor: pointer;
    line-height: 0;
}

.select-lang-box .lang-current img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}

.select-lang-box .lang-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 14px 20px;
    margin-top: 10px;
    z-index: 5000;
    text-align: left;
    white-space: nowrap;
}

.select-lang-box .lang-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 14px;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    transform: rotate(45deg);
}

.select-lang-box.open .lang-menu {
    display: block;
}

.select-lang-box .lang-menu-title {
    color: #333333;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 14px;
}

.select-lang-box .lang-menu a {
    display: block;
    padding: 5px 0;
    color: #007a62;
    text-decoration: none;
    font-size: 15px;
}

.select-lang-box .lang-menu a:hover {
    text-decoration: underline;
}

.select-lang-box .lang-menu a img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    vertical-align: middle;
    margin-right: 8px;
}

/* kosik */

#header_buttons {
    text-align: right;
    padding-top: 10px;
}

#header_buttons ul {
    font-family: 'nerislight', Arial, sans-serif;
}

#header_buttons ul li {
    margin-left: 20px;
}

#header_buttons a {
    color: #007a62;
    font-size: 16px;
}

#header_buttons a:hover {
    text-decoration: none;
    cursor: pointer;
}

#cart {
    overflow: visible;
    position: relative;
    z-index: 501;
}

#header_buttons #cart_button {
    padding-right: 40px;
    background-image: url('../img/cart.png');
    background-position: center right;
    background-repeat: no-repeat;
    min-height: 22px;
    display: inline-block;
}

#header_buttons #cart:hover #cart_button {
    background-image: url('../img/cart_hover.png');
    color: #333333;
    text-decoration: underline;
}

#cart .cart_preview {
    opacity: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    right: 130px;
    top: -15px;
    z-index: 501;
    font-family: 'nerislight', Arial, sans-serif;
}

#cart:hover .cart_preview {
    opacity: 0.99;
    padding-right: 30px;
}

.cart_preview_wrapper {
    background: white;
    border: 1px solid #cccccc;
    position: relative;
    padding: 0px 20px;
    display: block;
}

#cart:hover #cart_preview_empty {
    width: 290px;
}

#cart:hover #cart_preview {
    width: 480px;
}

#cart #cart_preview_empty .cart_preview_wrapper {
    width: 260px;
    height: 60px;
    line-height: 60px;
}

#cart #cart_preview .cart_preview_wrapper {
    width: 450px;
}

.cart_preview_wrapper:after {
    content: url("../img/cart_preview_arrow.png");
    position: absolute;
    right: -19px;
    top: 10px;
}

#cart_preview_empty {
    color: #333333;
    font-family: 'nerislight', Arial, sans-serif;
    font-size: 16px;
}

#cart_preview_empty img {
    margin-left: 10px;
    vertical-align: middle;
}

#cart #cart_preview .cart_preview_wrapper {
    padding: 15px;
    font-family: 'nerislight', Arial, sans-serif;
    font-size: 14px;
}

#cart #cart_preview table {
    width: 100%
}

#cart #cart_preview table td {
    padding: 10px 0 10px 0;
    border-top: 1px solid #e5e5e5;
}

#cart #cart_preview table td:first-child {
    text-align: left;
}

#cart #cart_preview table td:nth-child(2) {
    text-align: center;
}

#cart #cart_preview table td:last-child {
    text-align: right;
}

#cart #cart_preview table tr:first-child td {
    border: 0 none;
    padding: 0 0 10px 0;
}

#cart_preview_control td {
    text-align: left !important;
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

#cart_preview_control td:nth-child(2) {
    text-align: right !important;
}

#cart_preview_control img,
#cart_preview_control p,
#cart_preview_control a {
    vertical-align: middle;
    display: inline-block;
}

#cart #cart_preview_control img {
    width: 50px;
}

#cart #cart_preview_control p {
    width: 150px;
    margin: 0 0 0 10px;
}

#cart #cart_preview_control strong {
    font-weight: normal;
    color: #bf0000;
}

#cart #cart_preview_control a {
    background: #0bac8c;
    color: white;
    padding: 15px 10px
}

#cart #cart_preview_control a:hover {
    background: #0d826b;
}

/* menu */

#menu {
    border-style: solid none;
    border-width: 1px;
    border-color: #e3e3e3;
    background: white;
    font-family: 'nerislight', Arial, sans-serif;
    font-size: 0;
    position: relative;
    z-index: 500;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.submenu hr {
    margin: 10px 0;
}

#menu > ul > li {
    height: 52px;
    line-height: 48px;
}

#menu ul li:hover nav.submenu {
    display: block;
}

#menu > ul {
    position: relative;
    width: 100%;
}

#menu ul nav.submenu {
    position: absolute !important;
    left: -4096px;
    opacity: 0.01;

    top: 50px;
    width: 1170px;
    background: white;
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #e3e3e3;
    background: white;
    padding: 25px 10px;
    display: block;
    text-align: left;
}

#menu a {
    display: inline-block;
    height: 100%;
    color: #007a62;
    font-size: 18px;
}

#menu a:hover {
    text-decoration: none;
    cursor: pointer;
}

#menu > ul > li {
    text-align: center;
}

#menu > ul > li:first-child {
    text-align: left;
}

#menu > ul > li:last-child {
    text-align: right;
}

#menu > ul > li > a {
    border-top: 2px solid white;
}

#menu > ul > li:hover > a {
    border-top: 2px solid #0bac8c;
}

#menu li:hover nav.submenu {
    left: 0;
    opacity: 0.99;
}

#menu nav.submenu ul {
    padding-left: 30px;
}

#menu nav.submenu ul li {
    display: list-item;
    line-height: 20px;
    padding-left: 10px;
    list-style-image: url("../img/bullet_menu.png");
    vertical-align: bottom;
    margin-left: 20px;
}

#menu nav.submenu ul li a {
    color: #007a62;
    display: block;
    width: 100%;
    padding: 3px 0;
}

#menu nav.submenu ul li:hover {
    list-style-image: url("../img/bullet_menu_hover.png");
}

#menu nav.submenu ul li:hover a {
    color: black;
}

.submenu .category-group-title {
    margin: 0.83em 0;
    padding-left: 30px;
}

.submenu .col-md-4 > ul:first-child {
    padding-top: 32px;
}

/* breadcrumbs */

#breadcrumbs a,
#breadcrumbs li {
    font-size: 12px;
}

#breadcrumbs ul {
    padding-top: 15px;
    padding-bottom: 15px;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #e3e3e3;
    font-size: 3px;
}

#breadcrumbs li.home a {
    width: 17px;
    vertical-align: middle;
    background-image: url("../img/breadcrumbs_home.png");
    background-repeat: no-repeat;
    background-position: center top;
}

#breadcrumbs a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

#breadcrumbs li:before {
    content: ">";
    margin-left: 7px;
    margin-right: 7px;
}

#breadcrumbs li.home:before {
    content: "" !important;
    margin: 0;
}

/* obsah stranky */

#content {
    min-height: 300px;
    padding-bottom: 50px;
}

#content a {
    color: #007a62;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

#content h2 {
    font-family: 'neristhin', Arial, sans-serif;
    font-size: 30px;
    color: #333333;

}

#content p,
#content li {
    font-family: 'nerislight', Arial, sans-serif;
    font-size: 14px;
    color: #333333;
}

#content hr {
    border-style: solid none none none;
    border-width: 1px;
    border-color: #e3e3e3;
    height: 1px;
    margin: 10px 0;
}

#content strong,
#content em {
    font-family: 'nerissemibold', Arial, sans-serif;
}

#content em {
    color: #007a62;
    font-style: normal;
}

/* submenu pod breadcrumbs */

#content nav.submenu {
    padding: 10px 0 10px 20px;
    display: block;
}

#content nav.submenu ul li {
    display: list-item;
    line-height: 25px;
    list-style-image: url("../img/bullet_menu.png");
    list-style-position: inside;
}

#content nav.submenu ul li a {
    color: #007a62;
    text-decoration: none;
    /*display: inline-block;*/
    /*width: 100%;*/
}

#content nav.submenu ul li:hover,
#content nav.submenu ul li.active {
    list-style-image: url("../img/bullet_menu_hover.png");
}

#content nav.submenu ul li:hover a,
#content nav.submenu ul li.active a {
    color: black;
}

#content h3 {
    font-family: 'neristhin', Arial, sans-serif;
    font-size: 26px;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #d5d5d5;
    margin-top: 0;

}

.button {
    color: #333333;
    background-color: #e0e0e0;
    padding: 10px 20px 10px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "nerislight", Arial, sans-serif;
    font-size: 18px;
    border: 0 none;
}

.button_green {
    background-color: #08b996 !important;
    color: white !important;
}

.button_red {
    background-color: #ac0b0b !important;
    color: white !important;
}

.button:hover {
    text-decoration: none !important;
    background-color: #0bac8c !important;
    color: white !important;
}

.button_green:hover {
    background-color: #0d826b !important;
}

.button_red:hover {
    background-color: #c20808 !important;
}

.vyprodany .button_red:hover {
    background-color: #ac0b0b !important;
    cursor: auto;
}

.show_more, .show_more_hp {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 285px;
    margin-top: 20px;
    margin-bottom: 0;
    background-image: url(../img/chevron_down.png);
    background-position: center 33px;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #007a62;
}

.show_more:hover, .show_more_hp:hover {
    background-image: url(../img/chevron_down_hover.png);
}

.catToggleClose {
    background-image: url('../img/chevron_up.png');
    background-position: center 5px;
}

.catToggleClose:hover {
    background-image: url('../img/chevron_up_hover.png');
}

/* pagination*/

.pagination_wrapper {
    position: relative;
    min-height: 36px;
}

.pagination_wrapper .button {
    color: #007a62;
    position: relative;
    top: -5px;
}

.pagination {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "neristhin", Arial, sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vyhledavani .pagination_top {
    margin-top: 8px
}

.pagination a {
    text-decoration: none;
    font-size: 15px
}

.pagination a:hover {
    text-decoration: none !important;
}

.pagination_top {
    margin: 0;
}

.pagination_bottom {
    margin: 0;
}

.pagination_item,
.pagination_dots {
    display: inline-block;
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #333333 !important;
    vertical-align: middle;
}

.pagination_item {
    background: white;
    border: 1px solid #cccccc;
    cursor: pointer;
}

.pagination_item:hover,
.pagination_item.active {
    border: 1px solid #0bac8c;
    background: #0bac8c;
    color: white !important;
}

.pagination_left,
.pagination_right {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 26px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.pagination_left {
    background-image: url(../img/chevron_small_left.png);
    margin-right: 10px;

}

.pagination_right {
    margin-left: 10px;
    background-image: url(../img/chevron_small_right.png);
}

/* zakladni vypis produktu */

.product .red-price {
    color: red;
    font-weight: 700;
    text-decoration: none;
    margin: 7px 5px 7px 0;
}

.product .old-price {
    color: gray;
    text-decoration: line-through;
    margin-left: 5px;
}

.product {
    cursor: pointer;
}

.product .product_image {

    height: 261px;
    overflow: hidden;
    position: relative;
}

.product .product_image img {
    min-width: 100%;
    min-height: 240px;
    height: auto;
    width: 100%;
    top: 50%;
    left: 50%;
    position: relative;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product .product_image {
    position: relative;
}

.product .product_image .product_tags,
#product_detail .product_tags {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    text-align: right;
}

.product .product_image .product_tag,
#product_detail .product_tag {
    width: 80px;
    height: 60px;
    line-height: 58px;
    background: white;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    float: right;
    clear: both;
    font-family: 'nerissemibold', Arial, sans-serif;
}

.product .product_image .product_tag.green,
#product_detail .product_tag.green {
    background: #0bac8c;
    color: white;
    -webkit-clip-path: circle(50%);
    clip-path: circle(40%);
    position: relative;
    right: -7px;
    top: -1px;
    font-size: 13px;
}

.product .product_image .product_tag.red,
#product_detail .product_tag.red {
    background: #8b1813;
    color: #f9e001;
    -webkit-clip-path: circle(50%);
    clip-path: circle(40%);
    position: relative;
    right: -7px;
    top: 2px;
    margin-bottom: 1px;
}

.product .product_image .product_tag.blue,
#product_detail .product_tag.blue {
    background: #089fda;
    color: #f9e001;
}

.product .product_image .product_tag.yellow,
#product_detail .product_tag.yellow {
    background: #feef39;
    color: #333333;
}

.product .product_name {
    color: #333333;
    text-align: left;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    min-height: 94px;
    padding-top: 7px;
    padding-left: 5%;
    padding-right: 10%;
    border-bottom: 1px solid #d5d5d5;
    font-family: 'nerislight', Arial, sans-serif;
    font-weight: normal;
}

.product .product_detail {
    height: 0;
    overflow: hidden;
}

.product .product_caption {
    background: white;
    position: relative;
    border-bottom: 2px solid #c3c3c3;
}

.product .product_image {
    border-color: transparent;
    border-style: solid solid none solid;
    border-width: 1px;
}

.product .product_name {
    border-color: transparent;
    border-style: none solid none solid;
    border-width: 1px;
}

.product .product_detail {
    border-color: transparent;
    border-style: none solid solid solid;
    border-width: 1px;
    background: white;
    width: 100%;
}

.product:hover .product_image {
    border-color: #08b996;
}

.product:hover .product_name {
    border-color: #08b996;
}

.product:hover .product_caption {
    border-color: #08b996;
    background: rgba(255, 255, 255, .8);
    margin-top: -118px;
    margin-bottom: 70px;
}

.product:hover .product_caption.product_action {
    margin-top: -148px !important;
}

.articles_sidebar .product:hover .product_caption {
    margin-top: -70px !important;
}

.product .product_detail {
    position: absolute;
    z-index: 500;
}

.product:hover .product_detail.product_action {
    height: 200px !important;
}

.product:hover .product_detail {
    height: 120px;
    border-color: #08b996;
}

.product a {
    text-decoration: none;
    color: inherit;
    border: 0 none;
}

.product .product_detail {
    font-size: 14px;
    font-family: 'nerissemibold', Arial, sans-serif;
}

.product .product_detail strong {
    color: #bf0000;
}

.product .product_detail ul {
    margin: 0px;
    padding: 15px 0 5px 15px;
}

.product .product_detail ul li {
    padding-left: 26px;
    height: 26px;
    line-height: 26px;
    list-style-type: none;
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: center left;
}

.product .product_detail small {
    color: #878787;
    font-size: 10px;
    text-align: left;
    margin-left: 40px;
    display: block;
}

/* slider */

.slider {
    cursor: move;
    min-height: 330px;
    width: 100%;
}

.slider .owl-stage-outer {
    /*min-height: 421px;*/
    /*margin-bottom: -70px;*/
}

.slider .owl-controls {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0;
    overflow: visible;
    margin-top: 0 !important;
}

.slider .owl-prev,
.slider .owl-next {
    background-color: transparent;
    height: 330px;
    width: 40px;
    margin: 0 !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    position: absolute;
}

.slider .owl-prev {
    left: -60px;
    background-image: url(../img/chevron_big_left.png);
    background-position: right 100px;
    background-repeat: no-repeat;
}

.slider .owl-prev:hover {
    background-image: url(../img/chevron_big_left_hover.png);
}

.slider .owl-next {
    right: -60px;
    background-image: url(../img/chevron_big_right.png);
    background-position: left 100px;
    background-repeat: no-repeat;
}

.slider .owl-next:hover {
    background-image: url(../img/chevron_big_right_hover.png);
}

.slider .owl-controls {
    top: -30px;
    text-align: right;
    z-index: 1;
}

.products.slider .owl-controls .owl-dot {
    margin-left: 5px;
}

.products.slider .owl-dots {
    display: none !important;
}

.products.slider .owl-nav {
    display: block !important;
}

.slider .product {
    width: 100%;
    padding: 0;
}

/* v mrizce */

.products.grid {
    margin-top: 20px;
}

.products.grid .product {
    margin-bottom: 30px;
    display: inline-block;
}

/* vypis clanku */

.articles article > div {
    display: inline-block;
}

.articles .pagination_wrapper {
    margin-bottom: 20px;
}

.articles article {
    font-size: 0;
    margin-bottom: 35px;
    border: 1px solid transparent;
}

.articles article:hover {
    background: white;
    border: 1px solid #08B996;
}

.articles article.article_main:hover {
    background: transparent;
    border: 1px solid transparent;
}

.articles article .article_image {
    width: 35%;
    overflow: hidden;
}

.articles article.article_main .article_image {
    width: 100%;
    margin-bottom: 10px;
}

.articles article .article_image img {
    width: 100%;
}

.articles article .article_caption {
    width: 65%;
    padding: 10px 20px 0 20px;
    vertical-align: top;
}

.articles h3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border: 0 none !important;
}

.article_main {
    margin-top: 20px;
}

.article_main p {}

.article_main .article_image {
    float: left;
    margin-right: 10px;
}

.articles_sidebar {
    border-left: 1px solid #E3E3E3;
}

/* footer */

#footer_header {
    text-align: center;
    height: 17px;
    margin-bottom: 47px;
    overflow: visible;
    border-bottom: 1px solid #b6b6b6
}

#footer_header h2 {
    height: 25px;
    line-height: 34px;
    font-family: 'neristhin', Arial, sans-serif;
    font-size: 26px;
    display: inline-block;
    background: #f1f1f1;
    padding: 0 20px;
    margin: 0;
    color: #333333;
}

/* proc nakupovat u voug*/

#benefits {
    margin-bottom: 40px;
}

#benefits a {
    color: inherit;
}

#benefits .benefit {
    text-align: center;
    cursor: pointer;
}

#benefits .benefit_image {
    background: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    position: relative;
}

#benefits .benefit_image img {
    margin: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    opacity: 0.99;
}

#benefits .benefit:hover .benefit_caption {
    text-decoration: none;
}

#benefits .benefit_image img.hover {
    opacity: 0.01;
}

#benefits .benefit:hover .benefit_image {
    background-color: #0bac8c;
}

#benefits .benefit:hover img {
    opacity: 0.01;
}

#benefits .benefit:hover .hover {
    opacity: 0.99;
}

#benefits .benefit_caption {
    color: #333333;
    font-size: 15px;
    font-family: 'neristhin', Arial, sans-serif;
}

#benefits .benefit_caption strong {
    color: #0bac8c;
    font-family: 'nerissemibold', Arial, sans-serif;
}

/* facebook a newsletter */

#footer_boxes {
    margin-bottom: 20px;
}

#footer_boxes .footer_box {
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    padding: 15px 25px;
}

#footer_boxes #facebook {
    padding: 0;
}

#footer_boxes #facebook img {
    max-width: 100%;
}

#footer_boxes h3 {
    color: #333333;
    font-family: 'neristhin', Arial, sans-serif;
    font-size: 24px;
    margin: 0 0 8px 0;
}

#footer_boxes p {

    font-family: 'neristhin', Arial, sans-serif;
    font-size: 14px;

}

#footer_boxes input[type='text'] {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    background-color: transparent;
    padding: 0 0 0 10px;
    width: 290px;
    font-size: 14px;
    color: #b6b6b6;
    height: 36px;
    line-height: 36px;
    font-family: 'nerislight', Arial, sans-serif;
}

#footer_boxes input[type='submit'] {
    height: 36px;
    line-height: 36px;
    font-family: 'neristhin', Arial, sans-serif;
    color: white;
    background: #0bac8c;
    border: 0 none;
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
    margin-left: 10px;
}

#footer_boxes input[type='submit']:hover {
    background: #0d826b;
}

/* kontakt a spodni menu*/

#contact {
    color: #333333;
    margin-top: 20px;
}

#footer #contact {
    margin-bottom: 40px;
}

#contact h3 {
    font-family: 'neristhin', Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}

#contact td {
    font-family: 'neristhin', Arial, sans-serif;
    font-size: 17px;
    vertical-align: middle;
    padding-bottom: 20px;
}

#contact td:nth-child(2) {
    padding-left: 20px;
}

#contact td strong {
    font-family: 'nerissemibold', Arial, sans-serif;
}

#contact ul {
    padding: 0 0 0 12px;
    list-style-position: outside;
    list-style-image: url("../img/bullet_menu_small.png");
}

#contact ul li {
    font-family: 'neristhin', Arial, sans-serif;
    margin: 0;
}

#contact ul li:hover {
    list-style-image: url("../img/bullet_menu_small_hover.png");
}

#contact a {
    color: #333333;
    display: block;
    padding-bottom: 5px;
    font-size: .9rem;
}

#contact a:hover {
    cursor: pointer;
}

#footer .contact-info a,
#contact .contact-info a {
    text-decoration: none;
    padding-bottom: 0;
}

#footer .contact-info a strong,
#contact .contact-info a strong {
    font-size: 17px
}

/* copywriting ve footeru */

#copywriting_main {
    border-style: solid none none none;
    border-width: 1px;
    border-color: #d5d5d5;
    padding: 25px 0;
    font-family: 'neristhin', Arial, sans-serif;
    text-align: justify;
}

#copywriting_main > div:nth-child(1) {
    padding-left: 0;
    padding-right: 30px;
}

#copywriting_main > div:nth-child(3) {
    padding-left: 30px;
    padding-right: 0;
}

#copywriting_main h3 {
    color: #333333;
    font-size: 18px;
    margin: 0 0 20px 0;
}

#copywriting_main p {
    color: #999999;
    font-size: 12px;
}

#copywriting {
    font-family: 'neristhin', Arial, sans-serif;
    padding: 15px 0;
    text-align: justify;
    margin-bottom: 30px;


    border-style: solid none none none;
    border-width: 1px;
    border-color: #d5d5d5;
}

#copywriting > div {
    padding: 0;
}

#copywriting h3 {
    margin: 15px 0 5px 0;
    color: #666666;
    font-size: 15px;
}

#copywriting p {
    color: #999999;
    font-size: 12px;
    margin: 0;
}

/* creditcards */
#creditcards {
    border-style: solid none none none;
    border-width: 1px;
    border-color: #d5d5d5;
    text-align: center;
    padding: 15px 0;
}

/* sisterlinks */
#sisterlinks {
    border-style: solid none none none;
    border-width: 1px;
    border-color: #d5d5d5;
    text-align: center;
    padding: 15px 0;
    font-family: 'nerislight', Arial, sans-serif;
    color: #999999;
    font-size: 14px;
}

#sisterlinks img {
    vertical-align: middle;
    margin-right: 4px;
}

#sisterlinks a {
    color: #999999;
    text-decoration: none;
}

#sisterlinks a:hover {
    text-decoration: underline;
}

/* copyright */
#copyright {
    font-family: 'nerislight', Arial, sans-serif;
    color: #999999;
    font-size: 12px;
    border-style: solid none none none;
    border-width: 1px;
    border-color: #d5d5d5;
    text-align: center;
    padding: 25px 0;
}

#copyright p {
    margin: 0;
}

#copyright a {
    color: #999999;
}

#copyright a:hover {
    cursor: pointer;
}

/* popupy */

#popup {
    display: none;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
}

#popup #overlay {
    position: fixed;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    min-width: 360px;
}

#popup #overlay > div {
    display: none;
    background: #f1f1f1;
    padding: 25px;
}

#popup h2, #popup h3 {
    margin: 0;
    font-family: 'neristhin', Arial, sans-serif;
    font-size: 24px;
}

#popup td {
    vertical-align: top;
}

#popup td:first-child {
    padding-right: 20px;
}

#popup_login td[colspan="2"],
#popup_forgotten_password td[colspan="2"],
#popup_registration td[colspan="2"] {
    padding-top: 10px;
    padding-right: 0px;
}

#popup td:nth-child(2) {
    width: 100%;
}

#popup input[type="text"],
#popup input[type="password"] {
    background-color: white;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    padding: 7px;
    margin-bottom: 7px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 30px;
}

#popup input[type='submit'] {
    height: 36px;
    line-height: 36px;
    font-family: 'neristhin', Arial, sans-serif;
    color: white;
    background: #0bac8c;
    border: 0 none;
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
    margin-left: 10px;
    float: right;
}

#popup input[type='submit']:hover {
    background: #0d826b;
}

#popup hr {
    border-style: none none solid none;
    border-width: 1px;
    border-color: #cccccc;
    height: 1px;
}

#popup .popup_close {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
    height: 25px;
    background-image: url("../img/popup_close.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#popup .popup_email {
    background-image: url("../img/popup_email.png");
}

#popup .popup_password {
    background-image: url("../img/popup_password.png");
}

#popup a {
    color: #0bac8c;
    cursor: pointer;
}

#popup a:hover {
    text-decoration: none;
    color: #0a9277;
}

.popup_buttons {
    float: left;
}

.bonus, .shutdown {
    background-repeat: no-repeat;
    background-position: 30px center;
    min-height: 90px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bonus {
    background-color: #d5e9e5;
    background-image: url(../img/bonus.png);
}

.shutdown {
    background-color: #ebdcd1;
    background-image: url(../img/ikona-info.png);
}

.bonus_container, .shutdown_container {
    margin-left: 130px;
    min-height: 60px;
    border-left: 1px solid #333333;
    padding-left: 20px;
}

.bonus_container p, .shutdown_container p {
    height: 30px;
    line-height: 30px;
    font-family: "nerislight", Arial, sans-serif;
    font-size: 20px !important;
    color: #333333;
    margin: 0;
}

#popup .bonus_container p {
    font-size: 14px !important;
}


.amount input {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #cccccc;
    text-align: center;
    background: white;
}

.amount_arrows {
    display: inline-block;
    vertical-align: bottom;
}

.amount_arrows div,
.amount_arrows span {
    display: block !important;
    height: 14px;
    width: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.amount_arrows .amount_raise {
    background-image: url(../img/arrow_up.png);
}

.amount_arrows .amount_raise:hover {
    background-image: url(../img/arrow_up_hover.png);
}

.amount_arrows .amount_decrease {
    background-image: url(../img/arrow_down.png);
}

.amount_arrows .amount_decrease:hover {
    background-image: url(../img/arrow_down_hover.png);
}

.color_preview {
    display: inline-block;
    width: 15px;
    margin-right: 5px;
    height: 15px;
    vertical-align: middle;
}

.autocheck {
    cursor: pointer;
}

#content nav.submenu ul .hidden_item {
    display: none;
}

#content nav.submenu ul .hidden_item.hidden_mobile {
    display: list-item;
}

.flipImage img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

nav.submenu ul.col-md-4 {
    float: left;
}

.checkout-error:not(:empty) {
    color: white;
    background-color: red;
    font-weight: bold;
    padding: 4px 6px;
    border-radius: 3px;
}

.clearfix {
    clear: both;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#popup_oplatky input {
    width: 150px;
}

.always_active {
    color: #0d826b;
    font-weight: bold;
}

#oplatky_advanced {
    display: none;
}

#oplatky_advanced table {
    width: 100%;
    margin-bottom: 20px;
}

#oplatky_advanced td {
    width: 50%;
}

.whyus {
    margin-bottom: 30px;
}

.whyus .product_image {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
}

.whyus .product_image:hover {
    border-color: #08b996;
}

.product-info h3 {
    cursor: pointer;
}

.product-info h3::after {
    content: "\25BC";
    position: absolute;
    right: 10px;
    color: #08b996;
    font-size: medium;
    transition: transform 0.3s;
}

.product-info h3.active::after {
    transform: rotate(180deg); /* Down arrow */
}

.product-info ul {
    display: none;
}
