/* general START */
body {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.25px;
    word-wrap: break-word;
    color: #333;
    background-color: #FFF;
}

*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:hover, *:focus {
    outline: none;
}

a {
    color: #191919;
}

a:hover, a:focus {
    color: #0e264a;
}

a, a:hover, a:focus {
    text-decoration: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #596172!important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #596172!important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #596172!important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #596172!important;
}

ul {
    margin-bottom: 5px;
}

ul.list-bullet {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.list-inline > li,
.list-unstyled > li,
.list-bullet > li {
    margin-bottom: 5px;
}

.list-unstyled > li,
.list-bullet > li {
    padding-top: 5px;
}


hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #f5f5f5;
}

hr.taller {
    margin-top: 35px;
    margin-bottom: 35px;
}

div[class^="error-"] {
    font-style: italic;
    font-weight: 600;
}

.text-danger {
    color: #e74c3c;
}

.dropdown-menu .divider {
    margin: 10px 0 0;
    background-color: #f5f5f5;
}

strong,
.strong {
    font-weight: 700!important;
}

.italic {
    font-style: italic;
}

p:not(:last-child) {
    margin-bottom: 5px;
}

.btn img {
    height: 16px;
    width: auto;
}

.form-control {
    height: 42px;
    padding: 10px 15px;
    margin: 0 0 8px 0;
    border: 1px solid #333333;
    border-radius: 0;
    width: 100%;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button,
a.button {
    border: none;
    padding: 10px 28px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

.button-main,
.button-green {
    color: #fff !important;
}

.button-main {
    background-color: #0e264a;
}

.button-green {
    background-color: #007c8c;
}

.button-green:hover {
    background-color: #06a4be;
}

.form-group .button {
    margin: 0 0 8px 0;
}
/*
form {
    display: inline-block;
    margin-top: 10px !important;
    width: 100%;
}

.form-group {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 70%;
}

.button {
    max-width: 27%;
    margin-bottom: 10px;
}

button[type="submit"], input[type="submit"] {
    display: inline-block;
    height: 45px;
    line-height: 23px;
    padding: 12px 25px;
    font-family: "Josefin Sans",sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    border: 0;
    border-radius: 25px;
    background-color: #0e264a;
    -webkit-box-shadow: 0px 3px 6px rgba(22,22,22,0.3);
    box-shadow: 0px 3px 6px rgba(22,22,22,0.3);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

button[type="submit"]:hover, input[type="submit"]:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 3px 6px rgba(255,72,106,0.75);
    box-shadow: 0px 3px 6px rgba(255,72,106,0.75);
}

input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    display: block;
    height: 45px;
    width: 100%;
    padding: 15px 25px;
    font-family: "Nunito","Source Sans Pro",sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #596172;
    border: 0;
    border-radius: 25px;
    background: #f9f9f9;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
    border: 0;
}
*/
/* general END */
/* navigation START */
#navigation {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 55px;
    background-color: #fff;
    z-index: 10;
}

.menu-toggle {
    margin-top: 27px;
    margin-bottom: 10px;
}

.logo {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.logo .logo-wrapper {
    display: inline-block;
    line-height: 68px;
}

.logo .logo-wrapper img {
    height: 50px;
    width: auto;
}

.menu ul,
.categories ul {
    margin-top: 10px;
}

.menu ul > li > a,
.categories ul > li > a {
    display: block;
    height: 34px;
    padding: 0 10px;
    line-height: 34px;
    font-size: 15px;
    font-weight: 500;
}

.menu ul > li > a:hover,
.categories  ul > li > a:hover {
    color: #0e264a;
}

.categories ul > li > a {
    font-weight: 600;
}

@media (min-width: 768px) {
    #navigation .menu ul {
        margin-top: 27px;
    }

    #footer {
        padding: 35px 57px;
    }
}

@media (max-width: 767px) {
    .logo .logo-wrapper img {
        height: 41px;
    }
}

@media screen and (min-width: 992px) {
    #navigation .menu {
        border-bottom: 1px solid #f5f5f5;
    }

    #navigation .menu ul {
        text-align: right;
    }

    .categories {
        text-align: center;
    }
}

.responsive-toggle {
    display: none;
    position: fixed;
    top: 71px;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 11;
}

.responsive-navigation,
.responsive-side {
    display: none;
}
/* navigation END */
/* dropdown menu START */
.dropdown > a > img {
    margin-left: 4px;
    width: 8px;
    height: auto;
    text-align: center;
}

.dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 5px 0;
    margin: 0!important;
    font-size: 15px;
    border: none;
    -webkit-box-shadow: 0 8px 8px rgba(0,0,0,.04);
    box-shadow: 0 8px 8px rgba(0,0,0,.04);
}

.dropdown-menu > li > a {
    height: 34px;
    padding: 0 10px;
    line-height: 34px;
    font-size: 15px;
    font-weight: 500;
    color: #191919;
    text-transform: none;
    transition: all .15s ease-out;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #FFF;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .dropdown-menu {
        position: relative;
        float: none;
        margin-left: 10px;
        box-shadow: none;
    }

    .dropdown-menu > li > a {
        display: inline-block;
    }

    .dropdown-backdrop {
        display: none;
    }
}
/* dropdown menu END */
/* footer START */
#footer {
    position: relative;
    background-color: #FFF;
    overflow: hidden;
}

#footer a:hover,
#footer a:focus {
    color: #0e264a;
}

#footer .float {
    position: absolute;
    top: 0;
    left: 0;
    z-index:0;
}

#footer .float img {
    opacity: .6;
}

.motto {
    font-family: 'Lora', sans-serif;
    font-style: italic;
    font-weight: 500;
}
/* footer END */
/* box START */
.box {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #FFF;
}

.inner-box {
    padding: 30px 0;
}

.box .float {
    position: absolute;
    top: 0;
    left: 0;
    z-index:0;
}

.box .float img {
    opacity: .7;
}

.box-title {
    font-size: 21px;
    font-family: 'Lora', sans-serif;
    font-style: italic;
    font-weight: 700;
}
/* box END */
/* articles START */
.shadowless {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.thumb {
    position: relative;
    z-index: 1;
    min-height: 80px;
}

.cover {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.fullimage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1;
}

article {
    position: relative;
    padding-bottom: 10px;
    max-width: 990px;
    margin: 0 auto;
}

article.full-design {
    margin-bottom: 25px;
}

article.mini-design {
    position: relative;
    margin-bottom: 20px;
    padding-left: 100px;
    min-height: 80px;
}

article .media-wrapper {
    position: relative;
    z-index: 1;
}

article.mini-design .media-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 80px;
    height: 80px;
    z-index: 1;
    -webkit-box-shadow: 0 3px 12px -1px rgba(7,10,25,0.2),0 22px 27px -20px rgba(7,10,25,0.2);
    box-shadow: 0 3px 12px -1px rgba(7,10,25,0.2),0 22px 27px -20px rgba(7,10,25,0.2);
}

article .thumb-container {
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    z-index: 2;
    -webkit-box-shadow: 0 3px 12px -1px rgba(7,10,25,0.2),0 22px 27px -20px rgba(7,10,25,0.2);
    box-shadow: 0 3px 12px -1px rgba(7,10,25,0.2),0 22px 27px -20px rgba(7,10,25,0.2);
}

article .thumb-container .thumb {
    display: block;
    max-height: 440px !important;
    overflow: hidden;
}

article.mini-design .thumb-container .thumb {
    width: 80px;
    height: 80px;
}

article .thumb-container .category {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 10px;
    padding: 5px 20px;
    z-index: 3;
    color: #fff;
    background-color: #0e264a;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

article .title {
    margin-top: 5px;
    margin-bottom: 25px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #242323;
}

article.mini-design .title {
    margin-bottom: 10px;
    font-size: 15px;
}

article .meta {
    font-family: 'Josefin Sans', sans-serif;
    color: #424851;
    font-weight: 600;
}

article .meta-info {
    display: inline-block;
}

article .meta-info:not(:last-child) {
    margin-bottom: 5px;
}

article .meta a {
    display: inline-block;
}

article .author-image {
    display: none!important;
    width: 35px;
    height: 35px;
    position: relative;
    left: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
}

article time {
    display: none!important;
    position: relative;
    margin-left: 5px;
    padding-left: 13px;

}

article time::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0e264a;
}

article .min-read {
    margin-left: 5px;
}

article .min-read span {
    display: inline-block;
    margin-top: -4px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 21px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #080A52;
}

article .teaser,
article .content {
    margin-top: 25px;
    margin-bottom: 25px;
}

article .content {
    font-size: 18px;
}

article .content a {
    color: #0092ff;
    font-weight: 700;
    text-decoration: underline;
}

article .content a:hover,
article .content a:focus {
    color: #0e264a;
    text-decoration: underline;
}

article .content img {
    max-width: 100%;
    height: auto!important;
}

@media (min-width: 768px) {
    article .content {
        padding-right: 20px;
        padding-left: 20px;
    }
}

article .tags img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    width: 18px;
    height: 18px;
}

article .tags li a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
}

article .separator {
    margin: 25px auto 0;
    width: 75px;
    height: 1px;
    background-color: #fff;
}
/* articles END */
/* section START */
section {
    margin: 20px auto 50px;
}

section .section-title {
    position: relative;
    margin-bottom: 25px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #242323;
}

section .section-title::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #0e264a;
    border-radius: 50%;
    margin-left: 5px;
    vertical-align: baseline;
}
/* section END */
/* section description START */
section.page-description .tag-meta {
    position: relative;
    margin: 0 auto 20px;
    padding-left: 65px;
    z-index: 2;
}

section.page-description .tag-meta .icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.page-description .tag-meta .icon img {
    width: 40px;
    height: 40px;
}

section.page-description .tag-meta .title {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    color: #242323;
}

section.page-description .tag-meta .elements-inside {
    font-weight: 600;
}

section.page-description .tag-meta .elements-inside .dot {
    display: inline-block;
    margin-top: -3px;
    margin-right: 5px;
    width: 7px;
    height: 7px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #ff486a;
}

.author-page .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .author-page .flex {
        display: block;
    }
}

.author-page .flex .avatar {
    margin: 10px auto 0;
    width: 100px;
}

.author-page .flex .avatar a {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
}

.author-page .flex .info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 40px;
}

@media (max-width: 767px) {
    .author-page .flex .info {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.author-page .flex .info .author-name {
    display: inline-block;
    margin: 20px 0 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #242323;
}

.author-page .flex .info .position {
    display: inline-block;
    margin-top: 10px;
    margin-left: 5px;
    font-weight: 600;
}

.author-page .flex .info .position .dot {
    display: inline-block;
    margin-top: -3px;
    margin-right: 5px;
    width: 7px;
    height: 7px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #ff486a;
}

.author-page .flex .info p {
    margin-top: 10px;
}
/* section description END */
/* slider START */
.articles-slider {
    margin-bottom: 30px;
}

.articles-slider article {
    margin: 0 15px;
    padding-bottom: 20px;
    max-width: 100%;
}


.articles-slider article .tags {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .articles-slider article .info-wrapper {
        position: relative;
        margin: -150px auto 0;
        padding: 25px 40px;
        min-width: 600px;
        max-width: 600px;
        z-index: 11;
        background-color: #fff;
        -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.15);
    }
}
/* slider END */

/* slick slider START */
.slick-dots li button {
    font-size: 0;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    background: #596172;
}

.slick-dots li button:hover {
    opacity: 1;
}

.slick-dots li.slick-active button {
    opacity: 1;
    width: 15px;
    background: #0e264a;
}

.slick-dots li button::before {
    display: none;
}
/* slick slider END */

/* presentation START */
article .presentation-wrapper {
    position: relative;
    z-index: 1;
}

article .presentation-wrapper .thumb-container {
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    z-index: 2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

article .presentation-wrapper .thumb-container .thumb {
    display: block;
    max-height: 440px !important;
}
/* presentation END */

/* extras START */
.no-padding {
    padding: 0 !important;
}

.product-card .cover,
.product-card .product-card-badge {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.product-card:hover .cover,
.product-card:hover .product-card-badge {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

@media (min-width: 768px) {
    .product-card-badge {
        top: 0px;
        right: 20px;
        width: 120px;
    }
}

.product-card-badge {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100px;
    z-index: 3;
}

.product-card-badge img {
    width: 100%;
}

.store-aside {
    margin-bottom: 20px;
}

.store-aside .money-back {
    padding: 25px 20px;
    font-size: 16px;
    background-color: #f2f2f2;
}

.store-aside .money-back img {
    margin: 0 auto;
}

.store-aside .money-back .guarantee-title {
    margin-top: 20px;
    margin-bottom: 16px;
    color: #007c8c;
}

.store-aside .as-seen {
    padding: 25px 20px;
    font-size: 16px;
    color: #fff;
    background: -webkit-gradient(linear,left top, right top,from(#028fa4),to(#7ed9ea));
    background: linear-gradient(90deg,#028fa4,#7ed9ea);
}

.store-aside .as-seen img {
    margin: 30px auto 0;
}

.store-aside .advisory-board,
.store-aside .shipping-policies {
    padding: 25px 20px;
    background-color: #f5f5f5;
}

.store-aside .shipping-policies .shipping-policies-title {
    margin-top: 20px;
    margin-bottom: 16px;
    color: #007c8c;
}

.row.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.rating {
    text-align: center;
    margin: auto auto 20px;
}

.rating .checked {
    font-size: 18px;
    color: #ffd200;
}
/* extras END */

/* broken START */
#broken-main {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    #broken-main #broken-banner {
        height: 150px;
    }
}

#broken-main #broken-banner {
    display: flex;
    margin-bottom: 30px;
    height: 200px;
    color: #212123;
}

#broken-main #broken-banner #broken-banner-img {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
}

#broken-main #broken-banner #broken-banner-img img {
    position: relative;
    max-height: 150px;
}

#broken-main #broken-banner #broken-banner-info {
    display: block;
    width: 100%;
    margin: auto 0;
    padding: 0 25px 0 0;
}

#broken-main .broken-info .broken-name {
    font-size: 20px;
    color: #212123;
    line-height: 1.5;
}

#broken-main .broken-info .broken-description {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    color: #212123;
    line-height: 1.8;
}
/* broken END */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.3;
}

.grecaptcha-badge {
    z-index: 8!important;
}

.modal {
background:rgba(255,255,255,.8);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
}

.modal-content {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.modal-header {
    border-bottom: none;
    background: transparent;
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
}

.close {
    text-shadow: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.close:hover, .close:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}

.modal-body {
    padding: 15px 40px;
    background-color: #fff;
}

.modal-body p,
.modal-body label {
    font-size: 16px;
}

