/*
95c43f
94d1a2
958956
a36355
b54c44
 */

html, body {
    font-family: 'Open Sans','Arial','sans-serif',sans-serif;
    stroke: #27272c;
    background: #efefef;
    font-size: 13px;
    color: #27272c;
    background-attachment: fixed;
    font-weight: normal;
    line-height: 21px;
}
img.logo {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 50px;
}
.btn-primary {
    background: #4f6fa8;
}
.form-group .input.checkbox input {
    margin-right: 1em;
}
section.header-info {
    background: white;
    border-bottom: 1px solid #242424;
    padding: .2em 0;
}
form.frm-search {
    max-width: 250px;
    display: inline-block;
    position: relative;
    width: 50%;
}

form.frm-search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.table td, .table th {
    border-bottom: 1px solid #eff1f4;
}
.table th {text-align: left;}
.btn.btn-primary {
    background: #95c43f;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
}
.language .menu-link.active, .language .menu-link:hover {
    color: #38383b;
    font-weight: 700;
    text-decoration: underline;
}
.table tfoot td, .table tfoot th {
    border-bottom: none;
}
.language .menu-link:hover {
    text-decoration: underline;
}
.btn .icon {
}
.language .menu-link {
    padding: .6em .5em;
    margin-right: 5px;
    font-size: .9em;
    color: #25211e;
}
.widget {
    background: #fafafa;
    padding: 2.5em;
    border: 1px solid #ececec;
    border-radius: 6px;
}
.atr {
    position: absolute;
    top: 0;
    right:0;
}
form.frm-search .form-control {
    min-height: 16px;
    padding: .4em 1em;
}
.ticker {
    background: #b54c44;
    color: white;
    padding: .8em 0;
}
header nav .menu-link {
    vertical-align: bottom;
    padding-bottom: 1em;
    padding-top: 1em;
    color: #242427;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    bottom: -6px;
}
hr.middle {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    border-color: #004683;
}
header nav .menu-item:last-of-type .menu-link {
}

header nav .menu-link:hover, header nav .menu-link.active {
    color: #242427;
}

header nav .menu-link:hover {
    text-decoration: none;
    color: #27272c;
}
footer a, .company-info
 a {
    color: #4f6fa8;
    text-decoration: none;
}

footer {
    padding-top: 2em;
    background: rgba(36,36,39,1);
    color: #ACACAD;
    fill: #ACACAD;
    stroke: #ACACAD;
}

footer .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    color: white;
}
.copyright {
    background: rgba(30,30,33,1);
    text-transform: uppercase;
    font-size: .7em;
    padding: 1.4em 0;
    color: white;
}
header {z-index: 2;background: url(/img/top3.jpg);-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-position: top center;background-repeat: no-repeat;background: white;margin: -30px -40px 0 -40px;padding: 30px 40px;padding-bottom: 20px;background: #fbfbfb;}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.title, h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.4em;
    font-weight: normal;
}
.btn-add-newsletter-contact {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 38px;
    padding: 0 .9em;
}
footer .row-spaced {
    margin-left: -20px;
    margin-right: -20px;
}

footer .row-spaced > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
}
.company-info svg.awesome.icon {
    fill: #989898;
    margin-right: 10px;
}
.banner img {
    width: 100%;
}
footer a:hover, .company-info a:hover {
    text-decoration: underline;
}
.a2a_svg svg {
    stroke: none;
}
.a2a_default_style a {
    padding: 0;
    margin-right: 5px;
}
.full-width {
    width: 100%;
}
main {
    z-index: 0;
    position: relative;
}

.widget {
    /* border: 2px solid #004683; */
    /* padding: 1em; */
}

.widget .title {
    margin-bottom: 1em;
    margin-top: 1.5em;
    font-weight: bold;
}
ul.pag-numbers {
    padding: 0;
    margin: 0;
}

ul.pag-numbers li {
    list-style: none;
    display: inline-block;
}

ul.pag-numbers a {
    color: #242427;
    text-decoration: none;
    padding: .3em;
    display: block;
    border: 1px solid #eff1f4;
    text-align: center;
    width: 1.8em;
    font-weight: 600;
}

ul.pag-numbers a:hover, ul.pag-numbers li.active a {
    color: #242427;
    background: #eff1f4;
}

ul.pag-numbers a:hover {
}

ul.pag-numbers li.ellipsis {
    margin: 0 10px 0 5px;
}
.box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.72);
    display: none;
    color: white;
    text-align: center;
    padding-top: 50%;
    padding-top: calc(50% - 5.5em);
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

.box:hover .overlay {
    display: block;
}

.box h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
}

.products .box .box-text
 p {
    font-size: .8em;
}
#map {
    min-height: 300px;
}
.box {
    position: relative;
}
.header-info .btn-link {
    padding: .3em 1em;
    display: inline-block;
    margin-top: .2em;
    color: black;
    text-decoration: none;
}
.login {
    background: #efefef;
    padding: 2em;
}
.box-category .overlay {
    background: rgba(63, 152, 205, 0.85);
    height: 45%;
    min-height: 100px;
    top: initial;
    bottom: 0;
    color: white;
    font-size: 1.4em;
    text-align: center;
    padding-top: 1em;
    box-sizing: border-box;
    padding: 1.4em .6em;
}

.box-category {
    padding: 0;
    margin-bottom: 1em;
}
.registration {
    padding: 2em;
    background: rgb(226, 225, 225);
}
.header-info .btn-link:hover {
    color: #004683;
    text-decoration: underline;
}
.main-header {
    margin-bottom: 0;
    padding: 1em 0;
    color: white;
    z-index: 1;
    left: 0;
    width: 100%;
    padding-top: 1.5em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
h1 {
    padding-bottom: 5px;
    font-size: 2.5em;
}
.box .overlay .btn-primary {
    border: 2px solid white;
    background: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1em;
    background: rgba(0, 0, 0, 0.5);
}
.menu-horizontal.language {
    width: auto;
    display: inline-block;
    margin-left: 5em;
    position: absolute;
    top: 10px;
    right: 30px;
}
.social.menu-horizontal .menu-item {
    margin-right: .5em;
}

.social.menu-horizontal a:hover {
    stroke: #506fa8;
    fill: #506fa8;
}
.social.menu-horizontal {
    font-size: 1.4em;
    padding-top: 5px;
}
.box .overlay .title {
    margin-bottom: 1em;
    font-size: 2em;
    font-weight: 300;
}
h2 {
    text-transform: none;
    font-size: 2em;
    margin-top: 1em;
}
header .container {
    margin-bottom: 0;
}
.page-home .main-header > .container {
    padding-bottom: .5em;
}

.banner {
}

.page-home .banner .item:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .9;
}
.owl-carousel .owl-dots .owl-dot span {
    background: white !important;
    border-radius: 0 !important;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: #38383b !important;
}
.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 0 !important;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.banner .cms {
    position: absolute;
    top: 13em;
    color: white;
    width: 100%;
    z-index: 3;
    max-width: 500px;
}
.box .overlay .btn-primary:hover {
    background: rgba(255, 255, 255, 0.15);
}
section.call {
    background: #242424;
    color: white;
    padding: 1.2em 0;
    font-size: 1.5em;
    line-height: 1.5em;
}
.span-primary {
    background: #506fa8;
    color: white;
    padding: .2em .5em;
    font-size: .8em;
    text-transform: uppercase;
}
.box .tags {
    position: absolute;
    top: 0;
    left: 0;
}
section.call .container {
    margin-bottom: 0;
}

section.call .btn-primary {
    background: none;
    border: 2px solid white;
    font-weight: 500;
}
.news-item {
    border-radius: 6px;
    overflow: hidden;
    background: #ececec;
    margin-bottom: 20px;
    cursor: pointer;
}

.news-item h3 {
    margin-top: .8em;
    margin-bottom: 0;
}

h3 {
    font-size: 1.4em;
}
footer .menu-link {
    color: #9c9c9e;
    padding: .2em 0;
    font-weight: normal;
}

footer .menu-list {
}
.news-item .date {
    color: #888383;
}
.page-home .main-header {
}
.news-item .description {
    margin-top: 1em;
}
section.call .btn-primary:hover {
    background: rgba(255, 255, 255, 0.15);
}
.container .row:last-of-type, .container .row-spaced:last-of-type {
    margin-bottom: 0 !important;
}
.box.box-primary {
    background: #efefef;
}
section.call .col-1:first-child {
    padding-top: .56em;
}
.background .main-header {
    background-image: none;
}
section.bg-white {
    background: white;
    padding: 4em 0;
    margin-top: 3em;
}

.txt-white {color: white;fill: white;stroke: white;}
.background {
    background-image: url(/img/banner.jpeg?w=2000);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
}
a {
    color: #38383b;
    text-decoration: none;
    font-weight: bold;
    fill: #38383b;
    stroke: #c7c6c6;
}

a:hover {
    text-decoration: underline;
}

.txt-white a {
    color: white;
}
footer .main {
    padding-bottom: 2em;
}
main > .cms-page {
    padding: 2em 0;
}

.mb {
    margin-bottom: 1em;
}
.frm-basic input.form-control {
    border: none;
    border-bottom:2px solid;
    padding-bottom: .2em;
}
.frm-basic textarea.form-control {
    border:2px solid; 
}
.shoppingcart-header {
}

.shoppingcart-header a {
    font-weight: 500;
}
span.price {
    background: #efefef;
    padding: .2em 1em;
    position: relative;
    top: -2em;
    font-weight: 400;
}

.widget-counter {
    position: relative;
}

.widget-counter .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35px;
}
.widget-counter input {
    text-align: center;
}

.widget-counter .btn-increment {
    right: 0;
    left: auto;
}
.content .loading {
    position: absolute;
    left:50%;
}
.btn:hover {
    opacity: .8;
}
.shoppingcart-header .icon.cart2 {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    stroke-width: 1px;
}
.menu-categories .menu-item {
    background: #efefef;
    padding: .3em 1em;
    margin: 0 .3em .2em .3em;
    cursor: pointer;
}
.menu-categories .menu-item.active, .menu-categories .menu-item:hover {
    background: #506fa8;
    color: white;
}
.menu-categories {
    margin-bottom: 2em;
}
.pagnation li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 0 .4em;
    padding: 0 .2em;
}

.pagnation {
    padding: 0;
    text-align: center;
}
.sidebar-widget .checkbox-input.active input[type="checkbox"] + label span:before {
        content: "\2713";
        position: relative;
        top: -6px;
    }
    .sidebar-widget .checkbox-input {
        font-size: .9em;
        line-height: 1.8em;
        cursor:pointer;
    }

.subcat input[type="checkbox"] + label span {
    margin-right: 2em;
}
.checkbox-group .subcat {
    display: none;
}
.sidebar-widget label {
    cursor: pointer;
}

.sidebar-widget label:hover span {
    background: #efefef;
}
.checkbox-group.open .subcat {
    display: block;
}
.sidebar form label{ font-size: 12px; font-weight: 300;cursor:pointer}
.input.checkbox input[type="checkbox"] {margin-right: 10px;}
input[type="checkbox"] + label span {display:inline-block;width:11px;height:11px;margin: 0px 10px 0 0;vertical-align:middle;border:1px solid #a5a5a5;cursor:pointer;position: relative;top: -2px;}
input[type="checkbox"]:checked + label span {  background:url(../images/check-mark-red.png) no-repeat;  background-position: 1px; }


.sidebar-widget > .title {
    background: #efefef;
    margin-bottom: .5em;
    padding: .3em 1em;
}
.pagnation li.active:before, .pagnation li:hover:before {content: ' ';position: absolute;bottom: 0;width: 100%;height: 1px;background: #242424;left: 0;}
.btn-default.active {
    background: #5f5f5f;
}
a.inherit:hover {
    color: #c7c6c6;
}
.btn-secondary {
    background: #ececec;
    color: rgba(36,36,39,1);
    font-weight: normal;
}
.form-group.input-select
 .input-overlay {border: 1px solid #ececec;padding: .2em 1em;background: white;}

.form-group.input-select
 svg, .form-group .update-label {
    display: none;
}
footer a, .copyright a {
    color: white;
    stroke: white;
    fill: white;
}
footer svg.icon {
    margin-right: 10px;
}
.banner .title {
    text-transform: uppercase;
    font-size: 66px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: .5em;
    width: 80%;
}
.page-home .banner {
}
.fixed-header header {
    background: white;
    color: #242427;
    position: fixed;
    width: 100%;
    top: 0;
}
.visible-fixed {
    display: none;
}

.fixed-header .visible-fixed {
    display: block !important;
}

.fixed-header .hidden-fixed {
    display: none !important;
}

.fixed-header .main-header {
    padding-top: 1em;
    padding-bottom: 0;
}

.fixed-header .main-header .container {
    border-bottom-color: #c7c6c6;
    /* padding-bottom: 0; */
}
table.styled td {
    padding: 0 0 1em 0;
}

footer a:hover {
    text-decoration: underline !important;
    color: white !important;
}
.banner .subtitle {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.6em;
}
.fixed-header header nav .menu-link {
    color: #242427 !important;
}
.main-header > .container {
    /* border-bottom: 2px solid #c7c6c6; */
    padding-bottom: .5em;
}

.logo-white {
    display: block;
}

.page-home .logo-white {
    display: block;
}

.logo-default {
    display: none;
}
.page-home .logo-default {
    display: none;
}
header nav .menu-link.active {
    font-weight: 900;
    text-decoration: none;
}
.news-item .content {
    background: white;
    border: 1px solid #ececec;
    border-radius: 0 0 6px 6px;
    border-top: none;
    padding: 1.5em;
    line-height: 2em;
}
.footer-menu {
    padding-left: 15px;
}

.footer-menu li {
    list-style: square;
    height: 2em;
    position: relative;
}

footer a.menu-link:before {
    margin-right: 11px;
    text-decoration: none !important;
}
.news-item:hover img {
    opacity: .8;
}
.widget .form-control {
    border-color: #ececec;
}
a.underline {
    text-decoration: underline !important;
}
a.selected {
    color: black;
}
.page-detail .img {
    border-radius: 6px;
}
.news-item h2 {
    margin: 0;
    font-size: 1em;
    font-weight: 900;
}
.news-item .read-more {
    font-weight: normal;
    color: #242427;
}
.news-item.no-image .content {
    border-top: 1px solid #ececec;
    border-radius: 6px;
}
hr {
    border-color: #ececec;
}
.page-detail .date {
    color: #c7c6c6;
}
hr.nmt {
    margin-bottom: 2em;
}
.news-item:hover .read-more {
    text-decoration: underline !important;
}
.banner .link {
    margin-top: 1em;
}
.page-home header {
    background-image: none;
}
.mr1 {
    margin-right: 1em;
}
.btn-back {
    position: absolute;
    top: 0;
    margin-top: .6em;
}
.form-group.input-select select {
    position: absolute;
    top: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}
.input-select .input-overlay:after {
    content: "\25BE";
    position: absolute;
    right: 10px;
    color: #ececec;
}
.input-select:hover .input-overlay:after {
    color: black;
}
.breadcrumb ul {
    padding: 0;
    margin: 0;
    position: relative;
    top: -2em;
    font-size: .9em;
}

.breadcrumb ul li {
    list-style: none;
    color: #888383;
    text-transform: lowercase;
    display: inline-block;
}
.breadcrumb ul li a {
    font-weight: normal;
    color: inherit;
}

.breadcrumb ul li:after {content: ">";margin: 0 .8em;color: rgba(136, 131, 131, 0.55);}

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

.breadcrumb ul li:last-child {
    color: rgba(136, 131, 131, 0.55);
}
.breadcrumb {
    width: 100%;
}
.page-detail .title {
    position: relative;
}

.page-detail .breadcrumb ul {
    top: 0;
    margin-bottom: 1em;
}
h2 small {
    font-weight: normal;
}
.page-detail h1 {
    padding: 0 2em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box.box-secondary {
    background: white;
}

.box .box-body {
    padding: 20px;
}

.box .box-body > *:first-child {
    margin-top: 0;
}
.cookie-container, .splash-container {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
    color: white;
    max-width: 400px;
    padding: 2em 2em 2em 2em;
    stroke: white;
    font-size: 13px;
    border-radius: 0 5px 5px 0;
    bottom: 2em;
    z-index: 999999;
    width: 100%;
    box-sizing: border-box;
}

.cookie-container .close-btn {
    position: absolute;
    right: -1em;
    top: -1em;
    cursor: pointer;
    z-index: 9999999;
    padding: 2em;
}

.cookie-container .close-btn:hover {
    stroke: #e5523a;
}
svg.icon {
    fill: inherit;
    stroke: inherit;
    stroke-width: 2px;
    height: 1em;
    width: 1em;
    display: inline-block;
    position: relative;
    top: 0.2em;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.wrap {
    max-width: 1250px;
    margin: 15px auto;
    background: white;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    box-sizing: border-box;
    border-top: 2px solid #202631;
}

.cookie-container .title {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}
footer .secondary {
    font-size: 12px;
    background: #ffffff0d;
    padding: 20px 0 20px 0;
}
footer .main a {
    font-weight: normal;
}
.nmt {margin-top: 0}
.nmb {margin-bottom: 0}
.mt1 {margin-top: 1em}
.mt2 {margin-top: 2em}
.mt3 {margin-top: 3em}
.mb1 {margin-bottom: 1em}
.mb2 {margin-bottom: 2em}
.mb3 {margin-bottom: 3em}
.mr1 {margin-right: 1em}
.mr2 {margin-right: 2em}
.mr3 {margin-right: 3em}
.ml1 {margin-left: 1em}
.ml2 {margin-left: 2em}
.ml3 {margin-left: 3em}
.npt {padding-top: 0}
.npb {padding-bottom: 0}
.pt1 {padding-top: 1em}
.pt2 {padding-top: 2em}
.pt3 {padding-top: 3em}
.pb1 {padding-bottom: 1em}
.pb2 {padding-bottom: 2em}
.pb3 {padding-bottom: 3em}
.pl1 {padding-left: 1em !important}
.pl2 {padding-left: 2em !important}
.pl3 {padding-left: 3em !important}
.pr1 {padding-right: 1em !important}
.pr2 {padding-right: 2em !important}
.pr3 {padding-right: 3em !important}
.col-m-width {
    padding-left: calc(50% - 350px) !important;
    padding-right: calc(50% - 350px) !important;
}
.w-text {
    line-height: 23px;
}
.box.box-album .img {
    background: #efefef;
}
#shoppingcartHeader {
    display: inline-block;
    margin-left: 50px;
}

#shoppingcartHeader .icon {
    position: relative;
    top: 0px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
header .main .col-menu .icon {
    display: inline-block;
    margin-left: auto;
    fill: #27272c;
    stroke: #27272c;
    stroke-width: 2px;
}
.col {
    display: inline-block;
}
.col.col-menu {
    float: right;
}
header nav .menu-link:hover:after, header nav .menu-link.active:after {
    content: ' ';
    position: absolute;
    bottom: 5px;
    height: 2px;
    width: 100%;
    background: #94d1a2;
    left: 0;
}
.btn-lg {
    padding: 15px 30px;
}
.row-spaced > [class*=col], .row-spaced-extra > [class*=col] {
    padding-left: 20px;
    padding-right: 20px;
}

.row-spaced {
    margin-left: -20px;
    margin-right: -20px;
}
.tap-link {
    cursor: pointer;
}
.box.box-album a {
    color: black;
}

.box.box-album:hover a {
    color: #95c43f;
}
.row-spaced.images {
    margin-left: -10px;
    margin-right: -10px;
}

.row-spaced.images > [class*=col] {
    padding-left: 10px;
    padding-right: 10px;
}
ul.breadcrumbs {
    list-style: none;
    padding-left: 0;
    font-size: 12px;
}

ul.breadcrumbs li {
    display: inline-block;
}

ul.breadcrumbs li:not(:last-child) {
    margin-right: 10px;
}

ul.breadcrumbs li:not(:last-child):after {
    content: "/";
    position: relative;
    right: -8px;
    color: #cccccc;
}

ul.breadcrumbs li a {
    font-weight: normal;
    color: #2f2f31;
    text-decoration: underline;
}

ul.breadcrumbs li a:hover {
    color: #95c43f;
}

ul.breadcrumbs {}

h1 + ul.breadcrumbs {
    margin-top: -25px;
    margin-bottom: 30px;
}
ul.list {
    list-style: none;
    padding-left: 0;
}

ul.list > li {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    line-height: 27px;
}
ul.list > li > ul {
    padding-left: 15px;
    margin-top: 0px;
}
#flipbook .turn-page .background{
    background-color:#ccc;
    background-size:100% 100%;
    width: 100%;
    height: 100%;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.nav-classic > * {
    /*background: #fdfdfd;
    /*-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);*/
    background: #38383b;
    display: inline-block;
    padding: 5px;
    stroke: white;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 10px;
}
.nav-classic > *:hover {opacity: .9;}
.nav-classic {
    text-align: center;
    margin-top: 15px;
}

.nav-classic .icon {
    width: 20px;
    height: 20px;
    top: 6px;
}

.nav-classic .btn-prev .icon {
    left: -2px;
}

.nav-classic .btn-next .icon {
    right: -2px;
}
.well {
    background: #fdfdfd;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: none;
}
.btn.btn-primary:hover {
    color: white;
}
ul.list > li > ul > li {
    /* border-bottom: 1px solid #efefef; */
    padding: 5px 0;
}

ul.list > li > ul > li:last-child {
    border-bottom: none;
}
.overlay-notify {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffffc7;
    display: none;
    z-index: 100;
}

.overlay-notify.show {
    display: block;
}

.overlay-notify .notification {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 67px 17px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 67px 17px rgba(0,0,0,.08);
    box-shadow: 0 0 67px 17px rgba(0,0,0,.08);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: 200px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
}

.overlay-notify .notification .body, .overlay-notify .notification .footer {
    padding: 20px;
    box-sizing: border-box;
}

.overlay-notify .notification .body {
    text-align: center;
    padding: 40px 30px;
}
.fluid {width:100%}

.notification .footer.fluid {
    padding: 0;
}

.notification .footer.fluid .btn {
    width: 100%;
    border-radius: 0;
    padding: 15px;
    font-size: 15px;
}


.btn-secondary:hover {
    color: white;
    text-decoration: none;
}
.menu-shoppingcart .menu-item {
    text-align: center;
    background: #ececec;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #242426;
}

.menu-shoppingcart .menu-item.active {
    background: #95c43f;
    color: white;
}

.menu-shoppingcart .menu-item:after, .menu-shoppingcart .menu-item:before {
    content: " ";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: -14px;
    background: inherit;
    transform: rotate(45deg);
    margin-top: -14px;
}

.menu-shoppingcart + hr {
    margin-top: 15px;
    border-color: #ececec;
    margin-bottom: 6em;
}
.container-xs {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.menu-shoppingcart {
    margin-bottom: 50px;
}
.payment-methods .menu-item img {
    max-height: 30px;
    margin-right: 5px;
}

.menu-shoppingcart .menu-item:before {
    background: white;
    left: -14px;
}
.form-group svg.icon {
    display: none;
}

.page-shoppingcart .title {
    font-weight: bold;
}

.page-shoppingcart th {
    text-align: left;
}

.page-shoppingcart td.amount {
    max-width: 100px;
}
.form input[type=text], .form input[type=password], .form input[type=email], .form input[type=url], .form input[type=date], .form input[type=month], .form input[type=time], .form input[type=datetime], .form input[type=datetime-local], .form input[type=week], .form input[type=tel], .form input[type=color], .form input[type=number], .form input[type=search], .form select, .form textarea, .form-control {
    border: none;
    border-radius: 0;
}
.album-image img, .dynamic-image img {
    border: 1px solid #38383b;
    margin-left: auto;
    margin-right: auto;
}
.album-image .title, .dynamic-image .title {
    font-style: italic;
    color: #000000;
    padding: 2px 0px;
    font-size: .9em;
}
.dynamic-image img {
    max-height: 400px;
}

.album-image img {
    max-height: 130px;
}table.openinghours th {
    text-align: left;
}
.well.success {
    background: #9fcb47;
}
#flipbook .turn-page .title {
    color: black;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
#flipbook .turn-page {
    background: white;
}
p.info {
    font-size: 11px;
    line-height: 17px;
}
.box-primary .btn-secondary {
    background: #38383b;
    color: white;
}
.page-photoapp .album-image {cursor:pointer;}
.page-photoapp .album-image.active:before {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 75px;
    text-align: center;
    width: 75px;
    background: rgba(93, 205, 185, 0.81);
    color: white;
    border-radius: 50%;
    line-height: 75px;
    font-size: 45px;
    margin-left: -37px;
    margin-top: -46px;
}
.btn.btn-primary.disabled {
    background: #efefef;
    color: #38383b;
    cursor: no-drop;
}
.shoppingcart .cms.description {
    margin-top: 15px;
}
.shoppingcart .price, .shoppingcart .total {
    white-space: nowrap;
    text-align: right;
}

.shoppingcart tfoot .total {
    font-weight: bold;
    font-size: 16px;
}
.shoppingcart th.txt-right {
    text-align: right;
}
td.price, td.total {
    white-space: nowrap;
    text-align: right;
}

tfoot td.total {
    font-size: 18px;
    font-weight: bold;
}

.page-shoppingcart th.txt-right {
    text-align: right;
}

.table td, .table th {
    padding: 6px 10px;
}
.widget-amount .btn {
    background: #38383b;
    stroke: white;
    border-radius: 50%;
    width: 25px;
    line-height: 25px;
    padding: 0;
    display: inline-block;
}

.widget-amount .cnt {
    display: inline-block;
    padding: 5px;
}

.widget-amount {
    white-space: nowrap;
}

.widget-amount .icon {
    width: 10px;
}
.quote-wrapper {
    background-image: url("/img/bg-green.png");
    padding: 50px;
    color: white;
    margin-left: -40px;
    margin-right: -40px;
    text-align: right;
    position: relative;
}

.quote-wrapper .quote {
    font-size: 30px;
    padding-left: 25%;
    line-height: 30px;
    font-family: 'Audiowide', 'Helvetica', 'Arial', sans-serif;
}

.quote-wrapper .quote:before, .quote-wrapper .quote:after {
    content: '"';
    font-size: 85px;
    position: relative;
    top: 26px;
}
.quote-wrapper:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(16,47,83,0.5) 46%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(16,47,83,0.5) 46%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(16,47,83,0.5) 46%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#80000000',GradientType=1 ); /* IE6-9 */
}

.quote-wrapper .body {
    position: relative;
}
.quote-wrapper .author {
    margin-top: 10px;
}

.quote-wrapper .quote:before {
    margin-right: 10px;
}

.quote-wrapper .quote:after {
    margin-left: 10px;
}
.box-product > .title {
    text-align: center;
    margin: 0;
    padding: 10px;
    background: #0271bc;
    color: white;
}

.box-product .title a {
    color: inherit;
}

ul.pros {
    list-style: none;
}

ul.pros li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid white;
}

ul.pros li .icon {
    position: absolute;
    left: -39px;
    height: 25px;
    background: #00bbb0;
    width: 25px;
    padding: 7px;
    box-sizing: border-box;
    border-radius: 50%;
    fill: white;
    top: 50%;
    margin-top: -12px;
}
ul.pros li:last-child {
    border-bottom: none;
}

.row-spaced > .col-1:nth-child(2) > .box-product {
    margin-top: -30px;
    margin-left: -15px;
    margin-right: -15px;
    background: white;
}

.row-spaced > .col-1:nth-child(2) > .box-product ul.pros li .icon {
}

.box-product .image {
    background: white;
    text-align: center;
}

.box-product {
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.cms-col.-ml img {
    max-width: calc(100% + 60px);
    margin-left: -40px;
}

.cms-col.-mr img {
    max-width: calc(100% + 60px);
    margin-left: -19px;
}
.box-product .image img {
    display: inline-block;
}
header .btn-menu {
    position: absolute;
    margin-top: 7px;
    display: none;
}
.btn-close.btn-toogle-menu {
    display: none;
}
.price-wrapper {
    border-top: 1px solid white;
    text-align: center;
    margin-top: 30px;
}

.price-wrapper .price-year {
    font-size: 30px;
    line-height: 1em;
    padding: 10px 0;
}

.price-wrapper .title {
    font-family: inherit;
}

.row-spaced > .col-1:nth-child(2) > .box-product ul.pros li {
    border-color: #f1f1f1;
}

.row-spaced > .col-1:nth-child(2) > .box-product .price-wrapper {
    border-color: #f1f1f1;
}
body.page-home .box-product ul.pros li {
    display: none;
}

body.page-home .box-product ul.pros li:nth-last-child(-n+6) {
    display: block
}