/*
To change this license header, choose License Headers in SocialGoal Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-mrt-2015, 9:24:13
    Author     : Tim Groenenberg/Matthias
*/

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */

html,
body {
    height: 100%;
}

.border-radius-top {
    border-radius: 2px 2px 0 0;
}

body {
    background-color: #eee;
    font-family: 'Roboto', serif;
}

.container-fluid.full {
    min-height: 100%;
    overflow: hidden;
    background-color: #eee;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.col-sm-8.col-md-7.col-lg-6.col-centered {
    max-width: 585px;
}

.col-sm-7.col-md-6.col-lg-5.col-centered {
    max-width: 487.5px;
}

p {
    margin: 0;
    font-size: 16px;
    color: #000000;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 145%;
    word-wrap: break-word;
}

p.bold {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px 0;
    color: #000000;
    font-size: 20pt;
    font-family: 'Roboto';
    word-wrap: break-word;
}

.clear-both {
    clear: both;
}

.text-center {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.btn.fullwidth {
    width: 100%;
}

.btn {
    background-color: white;
    color: black;
    border: 2px solid black;
    border-radius: 2px;
    font-family: 'Roboto';
    font-size: 16px;
}

.btn:hover {
    color: white;
    background-color: black;
    font-family: 'Roboto';
    font-size: 16px;
    -webkit-transition: all 400ms ease;
    -webkit-transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
}

.btn:focus {
    outline: 2px auto !important;
}

/* Presets */
.white-bg {
    background-color: #FFF;
}

.grey-bg {
    background-color: #F8F8F8 !important;
}

.blue-bg {
    background-color: #0074C8 !important;
}

.default-padding {
    padding-top: 75px;
}

.white-bg-vh {
    height: 100vh;
}

.container.fullheight {
    min-height: 100vh;
}

.margin-top-and-botom {
    margin-top: 60px;
    margin-bottom: 60px;
}

.span-margin-right {
    margin-right: 15px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-10 {
    margin-top: 10px;
}

.box-inner {
    padding: 30px;
}

.hr-blue {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #0074C8;
    margin: 1em 0;
    padding: 0;
}

.text-white {
    color: #FFF;
}

.no-margin {
    margin: 0;
}

.row-centered {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.vertical-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.float-left {
    float: left;
}

.opacity1 {
    opacity: 1 !important;
}

.opacity0 {
    opacity: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.display-none {
    display: none;
}

@media (max-width: 767px) {
    .display-none-mobile {
        display: none;
    }
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
}

/* FOOTER */
footer {
    font-family: 'Roboto';
    color: #fff;
    background-color: #000000;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

footer h1 {
    margin: 0;
}

.android-img,
.ios-img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.footer-app-icon-div {
}

.app-icon-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: center;
    max-width: 140px;
    max-height: 140px;
    border-radius: 25px;
}

.footer-links-div,
.footer-links-div a,
.footer-links-div a:hover,
.footer-links-div a:active {
    text-decoration: none;
    font-family: 'Roboto';
    color: #fff;
    font-size: 17px;
}

.footer-copyright {
    padding: 15px 35px 30px 35px;
    font-family: 'Roboto';
    color: #808080;
    font-size: 17px;
}

.footer-download-div {
    padding: 30px 30px 15px 30px;
}

.footer-title-div h1 {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 140%;
}

@media (max-width: 767px) {
    .footer-link-left,
    .footer-link-right {
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
        padding: 15px 0;
    }
}

@media (min-width: 768px) {
    .padding-right-15 {
        padding-right: 15px;
    }

    .footer-download-div {
        padding: 15px 30px 15px 30px;
    }

    .footer-copyright {
        padding: 10px 40px 40px 40px;
    }

    .footer-link-left,
    .footer-link-right {
        padding: 15px 20px 10px 20px;
    }

    .footer-app-icon-div {
        padding: 30px 0 15px 0;
    }

}

@media (min-width: 992px) {
    .footer-download-div {
        padding: 15px 30px 30px 30px;
    }

    .footer-link-left,
    .footer-link-right {
        padding: 30px 20px 10px 20px;
    }

    .footer-app-icon-div {
        padding: 15px 0 15px 0;
    }

    .footer-title-div {
        padding: 60px 60px 15px 60px
    }

}

/* CONTACT PAGE*/
.contact-img-div {
    float: left;
    width: 270px;
    max-width: 270px;
    height: 270px;
    max-height: 270px;
    overflow: hidden;
}

.contact-img-div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.contact-div {
    max-width: 100%;
}

.contact-form {
    margin-top: 30px;
}

.contact-title {
    font-family: 'Roboto';
    font-size: 22px;
}

.form-control {
    font-size: 16px;
    padding: 9px 12px;
    max-width: 100%;
    border: 2px solid #ccc;
    box-shadow: none;
    height: auto;
}

.form-group {
    margin-bottom: 20px;
}

.contact-textarea:first-child {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
}

.btn.contact-btn {
    background-color: white;
    color: black;
    border: 2px solid black;
    width: 100%;
}

.btn.contact-btn:hover {
    color: white;
    background-color: black;
}

.contact-box-1,
.contact-box-2 {
    background-color: #fff;
}

@media (max-width: 991px) {
    .sm-padding-bottom-20 {
        padding-bottom: 20px !important;
    }
}

.box-left,
.box-right {
    padding: 0 15px 0 15px;
}

.margin-top-auto {
    padding-top: 76px;
    padding-bottom: 20px;
}

.margin-top-shopkeeper {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .box-left,
    .box-right {
        padding: 0 15px 0 15px;
    }

    .margin-top-auto {
        padding-top: 104px;
        padding-bottom: 40px;
    }

    .margin-top-shopkeeper {
        padding-top: 40px;
    }

    .contact-img-div {
        width: 270px;
    }

    .contact-div {
        width: 58%;
        height: 270px;
    }
}

@media (min-width: 992px) {

    .margin-top-auto {
        padding-top: 114px;
        padding-bottom: 50px;
    }

    .margin-top-shopkeeper {
        padding-top: 50px;
    }

    .contact-img-div {
        display: none;
    }

    .contact-div {
        width: 100%;
    }
}

@media (min-width: 1200px) {

    .contact-img-div {
        display: block;
        width: 270px;
    }

    .margin-top-auto {
        padding-top: 124px;
        padding-bottom: 60px;
    }

    .margin-top-shopkeeper {
        padding-top: 60px;
    }

    .contact-div {
        width: 58%;
        height: 270px;
    }

}

/*  Menu  */
#md-menu-button {
    fill: white;
    cursor: pointer;
    padding: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.md-nav-header {
    height: 64px;
    background: #353535;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1010;
    -webkit-backface-visibility: hidden;
}

.md-nav-header-title {
    font-size: 20px;
    font-weight: 500;
    color: white;
    margin: 0;
}

.md-side-wrapper {
    position: fixed;
    background-color: white;
    z-index: 1000;
    top: 64px;
    left: 0;
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
    width: 256px;
    height: 100vh;
    padding-bottom: 64px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    overflow-x: hidden;
}

#md-side-wrapper.in {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: showmenu 180ms ease-in-out;
    -o-animation: showmenu 180ms ease-in-out;
    animation: showmenu 180ms ease-in-out;
}

#md-side-wrapper.out {
    -webkit-animation: hidemenu 180ms ease-in-out;
    -o-animation: hidemenu 180ms ease-in-out;
    animation: hidemenu 180ms ease-in-out;
}

@keyframes showmenu {
    0% {
        transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
    }
    100% {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

@-o-keyframes showmenu {
    0% {
        -o-transform: translateX(-260px);
    }
    100% {
        -o-transform: translateX(0);
    }
}

@-webkit-keyframes showmenu {
    0% {
        -webkit-transform: translateX(-260px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

@keyframes hidemenu {
    0% {
        transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
    }
    100% {
        transform: translateX(-260px);
        -moz-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
    }
}

@-o-keyframes hidemenu {
    0% {
        -o-transform: translateX(0);
    }
    100% {
        -o-transform: translateX(-260px);
    }
}

@-webkit-keyframes hidemenu {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-260px);
    }
}

.md-side-header {
    width: 256px;
    height: 64px;
    border-bottom: 1px solid #eaeaea;
}

.md-side-header img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.md-side-menu {
    padding: 16px 0;
}

.md-side-menu li {
    list-style-type: none;
}

.dropdown.open > a {
    background: #f1f1f1;
}

.md-side-menu a:active,
.md-side-menu a:focus {
    background: #f1f1f1 !important;
}

.dropdown-menu > li > a,
.md-side-menu > li > a {
    display: block;
    color: black;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    background: #fff;
}

.md-side-menu > li > a {
    padding: 15px 0 15px 22px;
    font-weight: 500;
}

.dropdown-menu > li > a {
    padding: 10px 0 10px 46px;
    font-weight: 400;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    width: 256px;
    position: relative;
    float: none;
}

.dropdown .active > a,
.dropdown .active > a:hover,
.dropdown .active > a:active,
.dropdown .active > a:focus,
.md-side-menu li.active > a {
    background: #fff;
    color: #AFAFAF;
}

.dropdown.active > a {
    color: initial !important;
    background: #f1f1f1 !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: initial;
    text-decoration: none;
    background-color: initial;
}

.dropdown.open .caret {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.dropdown .caret {
    -webkit-transition: all 180ms ease-in-out;
    -moz-transition: all 180ms ease-in-out;
    -ms-transition: all 180ms ease-in-out;
    -o-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out;
}

.menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    background-color: #000;
}

.menu-backdrop.in {
    filter: alpha(opacity=30);
    opacity: .3;
}

@media screen and (max-width: 767px) {
    .md-nav-header {
        height: 56px;
    }

    .md-side-wrapper {
        top: 56px;
        padding-bottom: 56px;
    }

    .md-side-header {
        height: 56px;
    }
}

/*.navbar-brand {*/
/*height: auto;*/
/*padding: 13px 20px 13px 15px;*/
/*}*/

/*.navbar-brand-img {*/
/*height: 44px;*/
/*max-height: 44px;*/
/*max-width: 198px;*/
/*}*/

/*.navbar-default {*/
/*background-color: black;*/
/*border: none;*/
/*height: 80px;*/
/*}*/

/*.navbar-default .navbar-nav > li > a,*/
/*.dropdown-menu > li > a,*/
/*.navbar-default .navbar-nav .open .dropdown-menu > li > a {*/
/*padding: 30px 20px 30px 20px;*/
/*color: #a9a9a9;*/
/*font-size: 17px;*/
/*}*/

/*.dropdown-toggle .caret {*/
/*color: #a9a9a9;*/
/*border-top: 6px solid;*/
/*border-right: 5px solid transparent;*/
/*border-left: 5px solid transparent;*/
/*}*/

/*.dropdown-menu > .active > a,*/
/*.dropdown-menu > .active > a:hover,*/
/*.dropdown-menu > .active > a:focus,*/
/*.dropdown-menu > li > a:hover,*/
/*.dropdown-menu > li > a:focus,*/
/*.navbar-default .navbar-nav > .open > a,*/
/*.navbar-default .navbar-nav > .open > a:hover,*/
/*.navbar-default .navbar-nav > .open > a:focus,*/
/*.navbar-default .navbar-nav > li > a:hover,*/
/*.navbar-default .navbar-nav > li > a:focus,*/
/*.navbar-default .navbar-nav > .active > a,*/
/*.navbar-default .navbar-nav > .active > a:hover,*/
/*.navbar-default .navbar-nav > .active > a:focus,*/
/*.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,*/
/*.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,*/
/*.navbar-default .navbar-nav .open .dropdown-menu > .active > a,*/
/*.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,*/
/*.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {*/
/*background-color: transparent;*/
/*color: #fafafa;*/
/*font-size: 17px;*/
/*}*/

/*.dropdown-menu {*/
/*border: none;*/
/*border-radius: 0;*/
/*background-color: black;*/
/*}*/

/*.navbar-toggle {*/
/*margin: 17px 13px 13px 13px;*/
/*border: none;*/
/*padding: 8px 10px 10px 10px;*/
/*}*/

/*.navbar-collapse-inner {*/
/*padding-bottom: 70px;*/
/*}*/

/*@media (min-width: 768px) {*/
/*.navbar-right {*/
/*margin-right: 0;*/
/*}*/

/*.navbar-brand {*/
/*height: auto;*/
/*padding: 18px 20px 18px 15px;*/
/*}*/
/*}*/

/*@media (min-width: 992px) {*/
/*.dropdown-menu {*/
/*position: fixed;*/
/*top: 80px;*/
/*width: 100%;*/
/*text-align: center;*/
/*text-align: -webkit-center;*/
/*text-align: -moz-center;*/
/*padding: 0;*/
/*border-top: 1px solid #fff;*/
/*}*/

/*.dropdown-menu > li {*/
/*display: inline-block;*/
/*}*/

/*.navbar-brand-img {*/
/*height: 60px;*/
/*max-height: 60px;*/
/*max-width: 270px;*/
/*}*/

/*.navbar-brand {*/
/*height: auto;*/
/*padding: 10px 20px 10px 15px;*/
/*}*/
/*}*/

/*@media (max-width: 991px) {*/

/*.stop-scrolling {*/
/*overflow: hidden;*/
/*}*/

/*.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {*/
/*max-height: inherit;*/
/*overflow-y: auto;*/
/*}*/

/*.navbar-header {*/
/*background-color: black;*/
/*float: none;*/
/*}*/

/*.navbar-collapsed {*/
/*-webkit-transform: translateY(0) !important;*/
/*-moz-transform: translateY(0) !important;*/
/*-ms-transform: translateY(0) !important;*/
/*-o-transform: translateY(0) !important;*/
/*transform: translateY(0) !important;*/
/*opacity: 1;*/
/*-webkit-animation: goDown .5s;*/
/*-moz-animation: goDown .5s;*/
/*-o-animation: goDown .5s;*/
/*animation: goDown .5s;*/
/*}*/

/*.navbar-in {*/
/*-webkit-transform: translateY(calc(-100% - 70px)) !important;*/
/*-moz-transform: translateY(calc(-100% - 70px)) !important;*/
/*-ms-transform: translateY(calc(-100% - 70px)) !important;*/
/*-o-transform: translateY(calc(-100% - 70px)) !important;*/
/*transform: translateY(calc(-100% - 70px)) !important;*/
/*opacity: 0;*/
/*-webkit-animation: goUp .5s;*/
/*-moz-animation: goUp .5s;*/
/*-o-animation: goUp .5s;*/
/*animation: goUp .5s;*/
/*}*/

/*.navbar-collapse {*/
/*background-color: black;*/
/*position: absolute;*/
/*left: 0;*/
/*right: 0;*/
/*height: 100vh;*/
/*z-index: -1;*/
/*border-top: 1px solid white !important;*/
/*-webkit-transform: translateY(calc(-100% - 70px));*/
/*-moz-transform: translateY(calc(-100% - 70px));*/
/*-ms-transform: translateY(calc(-100% - 70px));*/
/*-o-transform: translateY(calc(-100% - 70px));*/
/*transform: translateY(calc(-100% - 70px));*/
/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);*/
/*}*/

/*@keyframes goUp {*/
/*0% {*/
/*transform: translateY(0);*/
/*opacity: 1;*/
/*}*/
/*100% {*/
/*transform: translateY(calc(-100% - 70px));*/
/*opacity: 0;*/
/*}*/
/*}*/

/*@keyframes goDown {*/
/*0% {*/
/*transform: translateY(calc(-100% - 70px));*/
/*opacity: 0;*/
/*}*/
/*100% {*/
/*transform: translateY(0);*/
/*opacity: 1;*/
/*}*/
/*}*/
/*@-webkit-keyframes goUp {*/
/*0% {*/
/*-webkit-transform: translateY(0);*/
/*opacity: 1;*/
/*}*/
/*100% {*/
/*-webkit-transform: translateY(calc(-100% - 70px));*/
/*opacity: 0;*/
/*}*/
/*}*/

/*@-webkit-keyframes goDown {*/
/*0% {*/
/*-webkit-transform: translateY(calc(-100% - 70px));*/
/*opacity: 0;*/
/*}*/
/*100% {*/
/*-webkit-transform: translateY(0);*/
/*opacity: 1;*/
/*}*/
/*}*/
/*@-moz-keyframes goUp {*/
/*0% {*/
/*-moz-transform: translateY(0);*/
/*opacity: 1;*/
/*}*/
/*100% {*/
/*-moz-transform: translateY(calc(-100% - 70px));*/
/*opacity: 0;*/
/*}*/
/*}*/

/*@-moz-keyframes goDown {*/
/*0% {*/
/*-moz-transform: translateY(calc(-100% - 70px));*/
/*opacity: 0;*/
/*}*/
/*100% {*/
/*-moz-transform: translateY(0);*/
/*opacity: 1;*/
/*}*/
/*}*/
/*@-o-keyframes goUp {*/
/*0% {*/
/*-o-transform: translateY(0);*/
/*opacity: 1;*/
/*}*/
/*100% {*/
/*-o-transform: translateY(calc(-100% - 70px));*/
/*opacity: 0;*/
/*}*/
/*}*/

/*@-o-keyframes goDown {*/
/*0% {*/
/*-o-transform: translateY(calc(-100% - 70px));*/
/*opacity: 0;*/
/*}*/
/*100% {*/
/*-o-transform: translateY(0);*/
/*opacity: 1;*/
/*}*/
/*}*/

/*.navbar-toggle {*/
/*display: block;*/
/*}*/

/*.navbar-nav {*/
/*float: none !important;*/
/*margin: 7.5px 0;*/
/*}*/

/*.navbar-nav > li {*/
/*float: none;*/
/*}*/

/*.navbar-nav > li > a {*/
/*padding-top: 10px;*/
/*padding-bottom: 10px;*/
/*}*/

/*.navbar-collapse.collapse.in { !* NEW *!*/
/*display: block !important;*/
/*}*/

/*.dropdown-menu,*/
/*.navbar-nav .open .dropdown-menu {*/
/*position: static;*/
/*float: none;*/
/*width: auto;*/
/*margin-top: 0;*/
/*}*/

/*.navbar-default .navbar-nav > li > a,*/
/*.dropdown-menu > li > a,*/
/*.navbar-nav .open .dropdown-menu > li > a,*/
/*.navbar-nav .open .dropdown-menu .dropdown-header,*/
/*.navbar-default .navbar-nav .open .dropdown-menu > li > a {*/
/*padding-top: 15px;*/
/*padding-bottom: 15px;*/
/*}*/

/*ul.menu_level_1.dropdown-menu {*/
/*box-shadow: none;*/
/*-webkit-box-shadow: none;*/
/*}*/

/*ul.menu_level_1.dropdown-menu > li > a:hover {*/
/*background-color: transparent;*/
/*}*/

/*}*/

/*@media (min-width: 768px) and (max-width: 991px) {*/
/*.navbar-collapse-inner {*/
/*width: 750px;*/
/*margin-right: auto;*/
/*margin-left: auto;*/
/*padding-bottom: 80px;*/
/*}*/

/*.dropdown-menu > li > a {*/
/*margin-left: 20px;*/
/*}*/

/*.container > .navbar-header {*/
/*margin-left: -20%;*/
/*margin-right: -20%;*/
/*padding-left: 20%;*/
/*padding-right: 20%;*/
/*}*/

/*}*/

/*@media (max-width: 767px) {*/
/*.navbar-default .navbar-nav > li > a,*/
/*.dropdown-menu > li > a {*/
/*padding: 15px 0 15px 20px;*/
/*}*/

/*ul.menu_level_1.dropdown-menu {*/
/*padding: 0 0 0 20px;*/
/*}*/

/*ul.menu_level_1.dropdown-menu > li > a:hover {*/
/*background-color: transparent;*/
/*}*/

/*.navbar-nav {*/
/*float: none !important;*/
/*}*/

/*.navbar-collapse.in {*/
/*left: 15px;*/
/*}*/

/*.navbar-default {*/
/*height: 70px;*/
/*}*/

/*.navbar-collapse.in {*/
/*max-height: 100vh;*/
/*position: absolute;*/
/*margin-left: -18%;*/
/*margin-right: -18%;*/
/*padding-right: 18%;*/
/*padding-left: 18%;*/
/*bottom: -100vh;*/
/*top: 70px;*/
/*left: 15px;*/
/*right: 0;*/
/*padding-bottom: 75px;*/
/*background-color: black;*/
/*}*/

/*.navbar-collapse.collapsing {*/
/*background-color: black;*/
/*}*/

/*.navbar-toggle {*/
/*margin: 13px 13px 13px 13px;*/
/*}*/
/*}*/

/*.navbar-default .navbar-toggle .icon-bar {*/
/*background-color: white;*/
/*margin-top: 5px;*/
/*width: 30px;*/
/*height: 3px;*/
/*}*/

/*.navbar-default .navbar-toggle:hover,*/
/*.navbar-default .navbar-toggle:focus {*/
/*background-color: transparent;*/
/*}*/

/* Home */
.margin-top-hp {
    margin-top: 56px;
}
.margin-top-hp.modal-dialog {
    margin-top: 84px;
}

@media (min-width: 768px) {
    .margin-top-hp {
        margin-top: 64px;
    }
    .margin-top-hp.modal-dialog {
        margin-top: 96px;
    }
}

.hp-box-text p {
    color: #AFAFAF;
    font-family: 'Roboto';
    font-size: 13pt;
}

@media (min-width: 1200px) {
    .hp-box-text p {
        font-size: 16pt;
    }
}

.hp-box-text h1 {
    color: black;
    font-family: 'Roboto';
    font-size: 20pt;
    margin-bottom: 20px;
}

.hp-img {
    max-height: 440px;
    max-width: 456px;
    height: 440px;
    width: 456px;
}

@media (min-width: 1200px) {
    .hp-img {
        max-height: 550px;
        max-width: 570px;
        height: 550px;
        width: 570px;
    }
}

.hp-btn-div {
    margin-top: 30px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

.hp-btn-div > :first-child {
    margin-right: 20px;
}

.hp-box-text {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

@media (min-width: 992px) {
    .hp-box-text-right {
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .inner-right {
        right: 15px
    }

    .hp-box-text-inner {
        width: 80%;
    }

    .hp-box-text {
        position: relative;
        height: 440px;
    }

    /*.hp-box-text-inner {*/
    /*!*position: absolute;*!*/
    /*!*top: 50%;*!*/
    /*!*-webkit-transform: translateY(-50%);*!*/
    /*!*-moz-transform: translateY(-50%);*!*/
    /*!*-ms-transform: translateY(-50%);*!*/
    /*!*-o-transform: translateY(-50%);*!*/
    /*!*transform: translateY(-50%);*!*/
    /*}*/
}

@media (min-width: 1200px) {
    .hp-img {
        height: 540px;
        width: 100%;
    }

    .hp-box-text {
        height: 540px;
    }
}

.homewrapper {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: calc(100vh - 56px);
}

.hp-box1-container,
.hp-box2-container,
.hp-box3-container {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

/*.tour-text {*/
/*font-size: 20px;*/
/*}*/

/*.tour-block {*/
/*height: 740px;*/
/*}*/
/**/
/*.tour-block-text {*/
/*top: 25%;*/
/*}*/
/*.optimal-img-size{*/
/*max-width: 100%;*/
/*max-height: 100%;*/
/*}*/

/* Contact */
p.contact_information {
    font-size: 15px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

div.register-row {

}

/* FAQ */

.btn_faq {
    text-decoration: none;
    color: #000;
    padding-left: 0;
    box-shadow: none;
}

*.text_faq {
    margin: 10px 0;
    font-weight: bold;
    color: #0074C8;
}

.FAQ_Q {
    border-top: 1px solid #0074C8;
    padding-left: 0;
}

.FAQ_Q_Bottom {
    border-bottom: 1px solid #0074C8;
}

/*!* Footer *!*/
/*.footer {*/
/*position: absolute;*/
/*bottom: 0;*/
/*width: 100%;*/
/*!* Set the fixed height of the footer here *!*/
/*height: 60px;*/
/*background-color: #0074C8;*/
/*}*/

/* News */

@media (min-width: 768px) {
    .homewrapper {
        min-height: calc(100vh - 64px);
    }

    .card.opacity-0 {
        opacity: 0;
    }

    .card.visible {
        -webkit-animation: showIt .2s ease-in;
        -moz-animation: showIt .2s ease-in;
        -o-animation: showIt .2s ease-in;
        animation: showIt .2s ease-in;
        opacity: 1 !important;
    }
}

@keyframes showIt {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes showIt {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.85);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes showIt {
    0% {
        opacity: 0;
        -moz-transform: scale(0.85);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes showIt {
    0% {
        opacity: 0;
        -o-transform: scale(0.85);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

.card {
    background-color: white;
    margin-bottom: 30px;
    border-radius: 2px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.card.card-small {
    max-width: 512px;
}

.card.card-x-small {
    max-width: 384px;
}

.card-img-wrapper {
    border-radius: 2px 2px 0 0;
    background-color: white;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    -webkit-backface-visibility: hidden !important;
}

.card-img-wrapper > iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.card-img {
    border-radius: 2px 2px 0 0;
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    -webkit-backface-visibility: hidden !important;
}

.store-mask {
    top: 2%;
    left: 2%;
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
    position: absolute;
    width: 100%;
    height: 100%;
}

.store-mask p {
    color: #000000;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.detail-mask {
    top: 41%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.detail-div {
    background-color: transparent;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
    display: inline-block;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.card-text-wrapper {
    padding: 20px;
    word-wrap: break-word;
}

.card-text-wrapper h1 {
    margin-bottom: 15px;
    font-size: 26px;
    color: #000000;
}

.padding-30 {
    padding: 30px;
}

.card-text h1 {
    font-family: 'Roboto';
    color: #000;
    font-size: 26px;
    margin-bottom: 20px;
    cursor: pointer;
}

.card-text.coupon h1 {
    cursor: auto;
}

.card-text p {
    font-family: 'Roboto';
    font-size: 16px;
    color: #000;
    line-height: 155%;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    -webkit-column-width: 1000px;
    -moz-column-width: 1000px;
    column-width: 1000px;
}

.card-text {
    position: relative;
    transition: all .3s;
}

.card-stats {
    font-family: 'Roboto';
    font-size: 16px;
    color: #AFAFAF;
}

.card-stats-wrapper {
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.card-stats-wrapper.coupon {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0 0 0;
}

.card-stats-wrapper.coupon p {
    color: #AFAFAF;
}

.card-stats-wrapper.coupon-info:before,
.card-stats-wrapper.coupon-code:before {
    content: "";
    border: 4px dashed #afafaf;
    position: absolute;
    left: -2px;
    right: -2px;
    top: -7px;
}

.card-stats-wrapper.coupon-code {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.card-stats-wrapper.coupon-btn {
    border-top: 1px solid #afafaf;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-transform: uppercase;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    font-weight: 500;
}

.card-stats-wrapper.reward {
    border-top: 1px solid #afafaf;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.card-stats-wrapper.reward .card-stats {
    color: black;
}

.card-stats-wrapper.news {
    padding-top: 0;
}

@media (min-width: 992px) {
    /*.card-text p {*/
    /*max-height: 20.9vh;*/
    /*}*/
    /*.card-text p:hover {*/
    /*max-height: 200vh;*/
    /*}*/
    .max-height-150 {
        max-height: 150px;
    }

    .max-height-195 {
        max-height: 195px;
    }

    #text-desktop {
        transition: all 300ms ease-in-out;
    }

    /*.news-slide {*/
    /*max-height: 1000px !important;*/
    /*}*/
    /*.box-shadow:hover:after {*/
    /*height: 0;*/
    /*}*/
    .box-shadow:after {
        background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
        right: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        height: 60%;
        content: "";
        pointer-events: none;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .card-img-wrapper:hover .card-img {
        -webkit-filter: opacity(55%) blur(1.5px);
        filter: opacity(55%) blur(1.5px);
        cursor: pointer;
    }

    .card-img-wrapper:hover .detail-div {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.card-img-wrapper.no-hover:hover .card-img {
    cursor: auto;
    filter: initial;
    -webkit-filter: initial;
}

@media (min-width: 1200px) {
    /*.card-text p {*/
    /*max-height: 18.4vh;*/
    /*}*/
}

/* not-found */
@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1920px 0;
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1920px 0;
    }
}

@-moz-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1920px 0;
    }
}

@-o-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1920px 0;
    }
}

.not-found-bg {
    min-height: 100vh;
    background-repeat: repeat-x;
    background-position: center top;
    background-attachment: fixed;
    animation: animatedBackground 80s linear infinite;
    -o-animation: animatedBackground 80s linear infinite;
    -moz-animation: animatedBackground 80s linear infinite;
    -webkit-animation: animatedBackground 80s linear infinite;
}

.text {
    font-family: 'Roboto';
    font-size: 26px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 13px
}

.not-found-title {
    font-family: 'Roboto';
    font-size: 100px;
    color: #404040;
}

.not-found-div {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-top: 50px;
}

/* News Detail Page */
.news-item-img-div,
.news-item-img-div img {
    border-radius: 2px 2px 0 0;
    width: 100%;
}

.news-item-text-div {
    padding: 20px;
}

.news-item-text-div h1 {
    margin-bottom: 15px;
    font-size: 26px;
    color: #000000;
}

.news-item-full-comment-div {
    padding: 20px;
}

@media (min-width: 768px) {
    .news-item-full-comment-div {
        padding: 30px;
    }
}

.news-item-user-comment-div {
    padding-top: 25px;
}

.news-item-user-img-div {
    border-radius: 50px;
    background-color: #afafaf;
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    margin: 20px 15px 0 0;
}

.news-item-all-comments {
    margin-top: 10px;
}

.news-item-comment-div {
    position: relative;
    display: -webkit-box;
    padding-right: 55px;
}

.news-item-comment-div h1 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
}

.news-item-comment-div p,
.news-item-text-div p {
    font-size: 16px;
    color: #000000;
}

.news-item-comment-date {
    margin-top: 7px;
    color: #afafaf !important;
}

.news-item-comment-btn {
    width: 100%;
    margin: 20px 0 0 0;
}

.news-item-icon-div,
.news-item-icon-div div {
    text-transform: uppercase;
    color: #afafaf;
    margin-right: 5px;
}

.news-item-like-share-div {
    margin-top: 20px;
}

.news-item-like-share-div,
.comment-first-letter-img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.news-item-icon {
    width: 25px;
    padding-bottom: 3px;
}

.news-item-user-img {
    border-radius: 50px;
}

.share-div div {
    float: left;
    padding: 15px 15px 11px 15px;
    cursor: pointer;
}

.share-div img,
.news-item-user-img {
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}

.news-item-user-img-div h1 {
    padding-top: 18%;
    margin-bottom: 0;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    color: white;
}

.comment-first-letter-img {
    text-shadow: 1.5px 1.3px 1px rgba(150, 150, 150, 1);
}

.ni-not-logged-text {
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-size: 16pt;
    font-weight: 400;
}

.news-item-icon-div {
    margin-right: 15px;
    cursor: pointer;
}

.liked {
    fill: #D32F2F !important;
    color: #D32F2F !important;
}

.share-btn-turned span {
    color: #4d4d4d;
}

.share-btn-turned svg {
    fill: #4d4d4d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#like-btn svg,
#like-btn span,
#share-btn svg,
#share-btn span {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#like-btn:hover svg,
#like-btn:hover span {
    fill: #4d4d4d;
    color: #4d4d4d;
}

#share-btn:hover svg,
#share-btn:hover span {
    fill: #4d4d4d;
    color: #4d4d4d;
}

#facebook-btn:hover .svg-icon {
    fill: #3b5998;
}

#twitter-btn:hover .svg-icon {
    fill: #55acee;
}

/*#mail-btn:hover .svg-icon {*/
/*    fill: #fcfcfc;*/
/*}*/

.svg-icon.like {
    margin-bottom: -2px;
    width: 23px;
}

.zoom {
    -moz-animation: zoom .3s linear;
    -webkit-animation: zoom .3s linear;
    -o-animation: zoom .3s linear;
    animation: zoom .3s linear;
    fill: #D32F2F !important;
}

@keyframes zoom {
    0% {
        fill: initial;
        opacity: 1;
        transform: scale(1);
    }
    35% {
        fill: #D32F2F;
    }
    50% {
        transform: scale(1.3);
        opacity: .8;
    }
    100% {
        fill: #D32F2F;
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes zoom {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    35% {
        fill: #D32F2F;
    }
    50% {
        transform: scale(1.3);
        opacity: .8;
    }
    100% {
        fill: #D32F2F;
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes zoom {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }
    35% {
        fill: #D32F2F;
    }
    50% {
        transform: scale(1.3);
        opacity: .8;
    }
    100% {
        fill: #D32F2F;
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes zoom {
    0% {
        opacity: 1;
        -o-transform: scale(1);
    }
    35% {
        fill: #D32F2F;
    }
    50% {
        transform: scale(1.3);
        opacity: .8;
    }
    100% {
        fill: #D32F2F;
        -o-transform: scale(1);
        opacity: 1;
    }
}

.share-div {
    background-color: #4d4d4d;
    display: none;
    border-radius: 3px;
    position: absolute;
    z-index: 100;
    width: 55px;
    height: 165px;
}

@media (min-width: 380px) {
    .share-div {
        width: 165px;
        height: 55px;
    }
}

@media (min-width: 992px) {
    .modal-open-con {
        padding-right: 30px;
    }

    .modal-open-body {
        margin-right: -15px;
    }
}

@media (max-width: 991px) {
    .modal-open-con {
        margin-right: -30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .modal-open-con {
        margin-right: -15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .modal-open-padding {
        padding-right: 15px;
    }
}

.modal-header {
    padding: 20px;
    border: none;
}

#modal-error {
    margin: 0;
}

.modal-header .close {
    color: #afafaf;
    font-size: 40px;
    opacity: 1;
    margin-left: 10px;
}

.modal-header .close:focus {
    outline: none;
}

.modal-header .close:hover {
    color: #4d4d4d;
    opacity: 1;
}

.modal-open .modal {
    /*padding-top: 15px;*/
    overflow-x: hidden;
}

.modal-body {
    padding: 0 20px 20px 20px;
}

.modal-body > div > :first-child {
    margin-bottom: 20px;
    z-index: 10;
}

.modal-body .btn {
    width: 100%;
    margin-top: 20px;
}

#share-modal-email {
    display: none;
    margin-top: 20px;
}

.modal-body img {
    width: 100%;
}

.modal-backdrop.in {
    filter: alpha(opacity=30);
    opacity: .3;
}

.modal-content {
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 457.5px;
    overflow: hidden;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (min-width: 768px) {
    .modal-header {
        padding: 30px;
    }

    .modal-body {
        padding: 0 30px 30px 30px;
    }
}

.share-modal-input-div {
    z-index: 10;
}

.preloader-div {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.preloader {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 4px solid;
    border-top-color: rgba(0, 0, 0, 0.65);
    border-bottom-color: rgba(0, 0, 0, 0.15);
    border-left-color: rgba(0, 0, 0, 0.65);
    border-right-color: rgba(0, 0, 0, 0.15);
    -webkit-animation: preloader 0.8s linear infinite;
    -o-animation: preloader 0.8s linear infinite;
    animation: preloader 0.8s linear infinite;
    margin-bottom: 10px
}

@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes preloader {
    0% {
        -o-transform: rotate(0deg);
    }
    40% {
        -o-transform: rotate(90deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

.preloader.snack {
    height: 24px;
    width: 24px;
    margin: 0 0 -8px 0;
    border-top-color: rgba(255, 255, 255, 0.85);
    border-bottom-color: rgba(255, 255, 255, 0.35);
    border-left-color: rgba(255, 255, 255, 0.85);
    border-right-color: rgba(255, 255, 255, 0.35);
}

.preloader-div.snack {
    position: initial;
    opacity: 1;
    width: 100%;
    transform: initial;
}

/*  ADD OTHER BROWSERS   */

.hide-textarea {
    -webkit-animation: hideTextarea .3s ease-in-out;
    -o-animation: hideTextarea .3s ease-in-out;
    animation: hideTextarea .3s ease-in-out;
    -webkit-transform: translateX(calc(100% + 15px));
    -moz-transform: translateX(calc(100% + 15px));
    -ms-transform: translateX(calc(100% + 15px));
    -o-transform: translateX(calc(100% + 15px));
    transform: translateX(calc(100% + 15px));
}

@keyframes hideTextarea {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(100% - 15px));
    }
}

@-o-keyframes hideTextarea {
    0% {
        -o-transform: translateX(0);
    }
    100% {
        -o-transform: translateX(calc(100% - 15px));
    }
}

@-webkit-keyframes hideTextarea {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(100% - 15px));
    }
}

/* profile */
.button.profile button {
    margin-top: 17px;
}

.profile-label-width {
    width: 333px;
}

.form-fix-control {
    display: inline;
    width: 111px;
}

/*  LOGIN PAGE  +  REGISTER PAGE  */

.login-div,
.register-div {
    background-color: white;
    padding: 30px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.title h1 {
    margin-bottom: 30px;
}

.login-btn {
    width: 100%;
}

.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    cursor: pointer;
    height: 94%;
}

.right-addon .glyphicon {
    right: 2px;
}

.right-addon input {
    padding-right: 45px;
}

.login-svg,
.register-svg {
    fill: #afafaf;
}

.password-text {
    margin-top: 30px;
}

.password-text p {
    color: #afafaf;
}

.password-text p:hover {
    color: #4d4d4d;
    cursor: pointer;
}

/* REWARD  */

.reward-conditions-wrapper {
    padding: 30px;
}

.reward-information-wrapper {
    padding: 30px;
    border-top: 1px solid #afafaf;
}

.reward-stats {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.reward-stats:nth-child(2) {
    margin-top: 7px;
}

.reward-btn {
    margin-top: 30px;
}

.reward-claim-notice p {
    color: #B0B0B0;
}

.form-group.reward {
    margin-bottom: 0;
}

.reward-claim-notice {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-top: 20px;
}

p#feedback {
    margin-top: 10px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.reward-input {
    z-index: 1;
}

.reward-input > .title h1 {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.preloader-div.reward {
    bottom: 15px;
}

.preloader-div.news-item {
    top: 70%;
}

/*SNACKBAR*/
@keyframes showSnack {
    0% {
        transform: translateY(100%);
    }
    10% {
        transform: translateY(0);
    }
    90% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100%);
    }
}

@-webkit-keyframes showSnack {
    0% {
        -webkit-transform: translateY(100%);
    }
    10% {
        -webkit-transform: translateY(0);
    }
    90% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
    }
}

@-o-keyframes showSnack {
    0% {
        -o-transform: translateY(100%);
    }
    10% {
        -o-transform: translateY(0);
    }
    90% {
        -o-transform: translateY(0);
    }
    100% {
        -o-transform: translateY(100%);
    }
}

@keyframes showSnackOpacity {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@-webkit-keyframes showSnackOpacity {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@-o-keyframes showSnackOpacity {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes showSnackText {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes showSnackText {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes showSnackText {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.snackbar.show-on-opacity {
    -webkit-animation: showSnackOpacity 4s ease-in-out;
    -o-animation: showSnackOpacity 4s ease-in-out;
    animation: showSnackOpacity 4s ease-in-out;
}

.snackbar {
    width: 100%;
    background-color: #323232;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    font-size: 16px;
    font-family: 'Roboto';
    padding: 14px 24px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: showSnack 4s ease-in-out;
    -o-animation: showSnack 4s ease-in-out;
    animation: showSnack 4s ease-in-out;
}

.snackbar > div {
    -webkit-animation: showSnackText 4s ease-in-out;
    -o-animation: showSnackText 4s ease-in-out;
    animation: showSnackText 4s ease-in-out;
}

.snack-text {
    -webkit-transition: opacity 600ms ease-in-out;
    -moz-transition: opacity 600ms ease-in-out;
    -ms-transition: opacity 600ms ease-in-out;
    -o-transition: opacity 600ms ease-in-out;
    transition: opacity 600ms ease-in-out;
    opacity: 0;
    color: white;
}

.snack-btn {
    -webkit-transition: opacity 600ms ease-in-out;
    -moz-transition: opacity 600ms ease-in-out;
    -ms-transition: opacity 600ms ease-in-out;
    -o-transition: opacity 600ms ease-in-out;
    transition: opacity 600ms ease-in-out;
    opacity: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-left: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
}

.snackbar a {
    color: white;
}

.snackbar a:hover {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 768px) {
    .snackbar {
        min-width: 288px;
        max-width: 568px;
        margin-right: auto;
        margin-left: auto;
        bottom: 0;
        border-radius: 2px;
    }

    .snack-btn {
        margin-left: 48px;
    }
}

/*PROFILE*/
.profile-wrapper {
    margin-top: 85px;
}

.profile-info-wrapper {
    position: relative;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-bottom: 40px;

}

.profile-info-wrapper h1 {
    margin-bottom: 5px;
    padding-top: 20px;
}

.profile-info-wrapper img {
    border-radius: 50%;
    width: 170px;
    height: 170px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    margin-top: -85px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.profile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow-x: auto;
}

.profile-menu-item {
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    padding: 20px;
    border-bottom: 1px solid #afafaf;
    cursor: pointer;
    color: #afafaf;
    text-transform: uppercase
}

.profile-menu-item-active {
    border-bottom: 2px solid black;
    color: black;
}

.profile-menu-item:hover {
    color: black;
}

@media (max-width: 767px) {
    .profile-menu-item {
        padding: 14px;
    }

    .checkbox.profile input[type="checkbox"]:checked:after {
        font-size: 10px !important;
    }

    .profile-info-wrapper img {
        width: 140px;
        height: 140px;
        margin-top: -70px;
    }

    .profile-wrapper {
        margin-top: 70px;
    }
}

.card-text-wrapper.fav-shop {
    padding: 13px 30px;
}

.card-text-wrapper.fav-shop > div:first-child,
.card-text-wrapper.fav-shop > div:last-child {
    padding: 17px 30px;
}

.checkbox.profile.active-radio {
    background: #FAFAFA;
}

.checkbox.profile {
    margin: 0 -30px;
    padding: 17px 30px;
}

.checkbox.profile:first-child {
    padding: 0 30px 17px 30px;
}

.checkbox.profile:last-child {
    padding: 17px 30px 0 30px;
}

.checkbox.profile label {
    font-family: 'Roboto';
    font-size: 16px;
    padding: 0 30px 0 0;
}

.checkbox.profile input[type="radio"]:focus,
.checkbox.profile input[type="checkbox"]:focus {
    outline: 0;
}

.checkbox.profile input[type="radio"],
.checkbox.profile input[type="checkbox"] {
    right: 30px;
    -webkit-appearance: none;
    border: 2px solid #afafaf;
    padding: 8px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}

.checkbox.profile input[type="radio"]:checked,
.checkbox.profile input[type="checkbox"]:checked {
    background-color: #3BAF34;
    border: none;
    padding: 10px;
}

.checkbox.profile input[type="checkbox"]:checked:after {
    content: '';
    width: 8px;
    height: 15px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1px;
    right: 6px;
    color: #fff;
    overflow: hidden;
    -webkit-animation: rotatevink 300ms ease-in-out;
    -o-animation: rotatevink 300ms ease-in-out;
    animation: rotatevink 300ms ease-in-out;
}

@keyframes rotatevink {
    0% {
        opacity: 0;
        transform: scale(0.6) rotate(20deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(45deg);
    }
}

@-o-keyframes rotatevink {
    0% {
        opacity: 0;
        -o-transform: scale(0.6) rotate(20deg);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1) rotate(45deg);
    }
}

@-webkit-keyframes rotatevink {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6) rotate(20deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) rotate(45deg);
    }
}

.datepicker.dropdown-menu {
    width: auto;
}

.checkbox.profile input[type="radio"] {
    border-radius: 50%;
    position: absolute;
    margin-top: 2px;
}

.checkbox.profile input[type="radio"]:checked {
    border: 2px solid #3BAF34;
    padding: 8px;
    width: 10px;
    height: 10px;
}

.checkbox.profile input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    border: 3px solid white;
    border-radius: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-animation: radioanimate 300ms ease-in-out;
    -o-animation: radioanimate 300ms ease-in-out;
    animation: radioanimate 300ms ease-in-out;
}

@-o-keyframes radioanimate {
    0% {
        border: 7px solid #afafaf;
        -o-transform: scale(1.4);
        opacity: 0;
    }
    100% {
        border: 3px solid white;
        -o-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes radioanimate {
    0% {
        border: 7px solid #afafaf;
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
    100% {
        border: 3px solid white;
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes radioanimate {
    0% {
        border: 7px solid #afafaf;
        transform: scale(1.4);
        opacity: 0;
    }
    100% {
        border: 3px solid white;
        transform: scale(1);
        opacity: 1;
    }
}

/*MODAL*/
.show-modal {
    display: block;
    opacity: 1;
    -webkit-animation: showModal 300ms ease-in-out;
    -o-animation: showModal 300ms ease-in-out;
    animation: showModal 300ms ease-in-out;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

@-webkit-keyframes showModal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-o-keyframes showModal {
    0% {
        opacity: 0;
        -o-transform: scale(0.9);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes showModal {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.modal-open {
    position: fixed;
    right: 0;
    left: 0;
    overflow-y: scroll;
}

.modal {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#pass-reset-modal .form-group {
    margin: 10px 0 0 0;
}

/*COUPON*/
.show-coupon-info {
    display: block;
    opacity: 1;
    /*-webkit-animation: showCouponInfo 300ms ease-in-out;*/
    /*-o-animation: showCouponInfo 300ms ease-in-out;*/
    /*animation: showCouponInfo 300ms ease-in-out;*/
}

.hide-coupon-info {
    padding: 0 20px;
    opacity: 0;
    max-height: 0;
    /*-webkit-animation: hideCouponInfo 300ms ease-in-out;*/
    /*-o-animation: hideCouponInfo 300ms ease-in-out;*/
    /*animation: hideCouponInfo 300ms ease-in-out;*/
}

.card-stats-wrapper.coupon-info {
    background-color: #fafafa;
}

@media (min-width: 768px) {

    .hide-coupon-info,
    .show-coupon-info {
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    @-webkit-keyframes hideCouponInfo {
        0% {
            padding: 20px;
            /*max-height: 1000px;*/
            opacity: 1;
        }
        100% {
            padding: 0 20px;
            /*max-height: 0;*/
            opacity: 0;
        }
    }

    @-o-keyframes hideCouponInfo {
        0% {
            padding: 20px;
            /*max-height: 1000px;*/
            opacity: 1;
        }
        100% {
            padding: 0 20px;
            /*max-height: 0;*/
            opacity: 0;
        }
    }

    @keyframes hideCouponInfo {
        0% {
            padding: 20px;
            /*max-height: 1000px;*/
            opacity: 1;
        }
        100% {
            padding: 0 20px;
            /*max-height: 0;*/
            opacity: 0;
        }
    }

    @-webkit-keyframes showCouponInfo {
        0% {
            padding: 0 20px;
            /*max-height: 0;*/
            opacity: 0;
        }
        100% {
            padding: 20px;
            /*max-height: 1000px;*/
            opacity: 1;
        }
    }

    @-o-keyframes showCouponInfo {
        0% {
            padding: 0 20px;
            /*max-height: 0;*/
            opacity: 0;
        }
        100% {
            padding: 20px;
            /*max-height: 1000px;*/
            opacity: 1;
        }
    }

    @keyframes showCouponInfo {
        0% {
            padding: 0 20px;
            /*max-height: 0;*/
            opacity: 0;
        }
        100% {
            padding: 20px;
            /*max-height: 1000px;*/
            opacity: 1;
        }
    }
}

.svg-icon {
    fill: #afafaf;
}

.svg-icon:hover {
    fill: #4d4d4d;
}

.svg-icon.print {
    margin-right: 8px;
}

.svg-icon.turn-in {
    margin-right: 20px;
}

.coupon-print span {
    color: #afafaf;
}

.coupon-print:hover span,
.coupon-print:hover .svg-icon {
    color: #4d4d4d;
    fill: #4d4d4d;
}

@media print {
    .do-not-print {
        display: none !important;
    }
}

.tooltip,
.tooltip.in {
    display: none;
    opacity: 0;
}

@media (min-width: 768px) {
    .tooltip {
        display: block;
    }

    .tooltip-inner {
        background-color: #4d4d4d;
        color: #fff;
    }

    .tooltip.in {
        opacity: 1;
    }

    .tooltip.left .tooltip-arrow {
        border-left-color: #4d4d4d;
        opacity: 1;
    }
}

/*FAQ*/
#faq-input {
    padding: 20px;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

#faq-input::-webkit-input-placeholder,
#faq-input:-moz-placeholder,
#faq-input::-moz-placeholder,
#faq-input:-ms-input-placeholder {
    color: #afafaf;
}

.faq-wrapper > div {
    border-top: 2px solid #d7d7d7;
}

.question-wrapper {
    padding: 30px 0;
    border-bottom: 2px solid #d7d7d7;
}

.question-wrapper h1 {
    padding-right: 5px;
    margin: 0;
    font-size: 20px;
    color: #000;
}

.question {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.question-arrow.rotate {
    -webkit-transform: perspective(400px) rotateX(-180deg);
    -moz-transform: perspective(400px) rotateX(-180deg);
    -ms-transform: perspective(400px) rotateX(-180deg);
    -o-transform: perspective(400px) rotateX(-180deg);
    transform: perspective(400px) rotateX(-180deg);
}

.question-arrow {
    min-width: 50px;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.answer-wrapper {
    margin-top: 30px;
    opacity: 0;
}

.show-faq-answer {
    opacity: 1;
    -webkit-animation: show-on-opacity 300ms ease-in-out;
    -o-animation: show-on-opacity 300ms ease-in-out;
    animation: show-on-opacity 300ms ease-in-out;
}

.hide-faq-answer {
    opacity: 0;
    -webkit-animation: hide-on-opacity 300ms ease-in-out;
    -o-animation: hide-on-opacity 300ms ease-in-out;
    animation: hide-on-opacity 300ms ease-in-out;
}

@keyframes show-on-opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes show-on-opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes show-on-opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hide-on-opacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes hide-on-opacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes hide-on-opacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    #faq-input {
        padding: 12px;
        font-size: 18px;
    }

    .question-wrapper h1 {
        font-size: 18px;
    }
}

#questions {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.btn.error {
    margin-top: 30px;
    background: black;
    padding: 10px;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    font-weight: 500;
}

/*SHOPKEEPER*/
.shop-schedule {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.shop-schedule > span {
    display: flex;
    display: -webkit-flex;
}

.shop-schedule .schedule-week {
    width: 110px;
}

.card-stats-wrapper.shop-keeper{
    padding: 20px 0 0 0;
    display: flex;
    display: -webkit-flex;
}
.card-stats-wrapper.shop-keeper span,
.card-stats-wrapper.shop-keeper a{
    margin-right: 16px
}


.phone-popup {
    position: absolute;
    bottom: 140%;
    background-color: #4d4d4d;
    padding: 15px;
    z-index: 10;
    border-radius: 4px;
    opacity: .95;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    visibility: hidden;
}

.phone-popup > p {
    color: white !important;
    white-space: nowrap;
}

.phone-popup:before {
    content: '';
    background-color: #4d4d4d;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 5;
}

.show-phone-block {
    visibility: visible;
    opacity: 1;
    -webkit-animation: show-on-opacity 180ms ease-in-out;
    -o-animation: show-on-opacity 180ms ease-in-out;
    animation: show-on-opacity 180ms ease-in-out;
}



/* FEEDBACK */
.feedback-stars {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 5px;
}

.star {
    position: relative;
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    cursor: pointer;
}

.star svg {
    width: 40px !important;
    height: 40px !important;
    fill: #dddddd;
}

.star .left,
.star .right {
    position: absolute;
    width: 20px;
    height: 40px;
    top: 0;
    overflow: hidden;
}

.star .left {
    left: 0;
}

.star .right {
    right: 0;
}

@media (min-width: 768px) {
    .star {
        height: 50px;
        width: 50px;
    }
    .star svg {
        width: 50px !important;
        height: 50px !important;
    }
    .star .left,
    .star .right {
        width: 25px;
        height: 50px;
    }
}

.form-error {
    border-color: #d33724;
}

/* The container */
.label-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid black;
}

/* Create a custom radio button */
.checkmark-icon {
    position: absolute;
    top: 0;
    left: 0;
}

/* When the radio button is checked, add a blue background */
.label-container input:checked ~ .checkmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.label-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.label-container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #000000;
}