﻿body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    color: #5d5d5d;
    font-size: 1.5rem;
}

header .logo {
    left: -20px;
    position: relative;
}

.btn-xl {
    padding: 1.25rem 2.5rem;
}

.content-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.content-section-last {
    padding-top: 0rem;
    padding-bottom: 5rem;
}

.content-section-first {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.contact-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%) url(../Content/Images/bg-footer.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.content-section-heading h2 {
    font-size: 3rem;
}

.content-section-heading h3 {
    font-size: 1rem;
    text-transform: uppercase;
}

.cratedby {
    color: #8aa38f;
}

.margin-vh-1 {
    margin-top: 10vh
}

.small, small {
    font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    z-index: 0;
    position: relative;
    color: #404040;
}

.callout h2 {
    font-size: 3.5rem;
    font-weight: 200;
    display: block;
    max-width: 30rem;
}

.claim {
    font-weight: 200;
    font-size: 4rem;
    z-index: 2;
    position: relative;
    color: #404040;
}

.lead {
    z-index: 2;
    position: relative;
    color: #404040;
    font-weight: 200;
}

.boxes {
    display: none;
    position: absolute;
    left: -190px;
    top: -160px;
    z-index: 0;
}

ul.sidebar-nav-2 {
    font-weight: 300;
    line-height: 2;
    list-style-position: inside;
    list-style-image: url("../Content/Images/navigatePNG.png");
    padding: 0px
}

.sidebar-nav-3 li {
    margin-right: 10px;
    float: left;
}

ul.sidebar-nav-3 {
    list-style-position: inside;
    list-style-image: url("../Content/Images/navigatePNG.png");
    position: relative;
    display: inline-block;
    float: left;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(52, 58, 64, 0.5);
    line-height: 45px;
}

    .scroll-to-top:focus, .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #343a40;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

.border-left-1 {
    border-left: 1px solid #d1d1d1;
}

.masthead {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../Content/Images/bg-masthead.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

    .masthead i {
        font-size: 54px;
        margin: -15px 5px -15px -15px;
    }

.fix-i {
    display: flex;
    padding-left: po;
}

.masthead h1 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
}

/* Side Menu */

.logo-menu {
    max-width: 200px;
}

#sidebar-wrapper {
    position: fixed;
    z-index: 9999;
    right: 0;
    width: 250px;
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    transform: translateX(250px);
    background: #111111;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
    position: relative;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li.sidebar-nav-item a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 15px;
    }

    .sidebar-nav li a:hover {
        text-decoration: none;
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }

    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }

    .sidebar-nav > .sidebar-brand {
        font-size: 0.8rem;
        background: rgba(52, 58, 64, 0.1);
        sheight: 110px;
        line-height: 1rem;
        padding-top: 80px;
        padding-bottom: 15px;
        padding-left: 15px;
        color: #fff;
    }

.sidebar-brand p {
    opacity: 0.6
}

.social {
    padding: 15px;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1rem;
}

    .social p {
        opacity: 0.6
    }

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

    .sidebar-nav > .sidebar-brand a:hover {
        color: #fff;
        background: none;
    }

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 50px;
    z-index: 99999;
}

    .menu-toggle:focus, .menu-toggle:hover {
        color: #fff;
    }

    .menu-toggle:hover {
        background: #343a40;
    }

.service-icon {
    background-color: #fff;
    color: #1D809F;
    height: 7rem;
    width: 7rem;
    display: block;
    line-height: 7.5rem;
    font-size: 2.25rem;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.callout {
    padding: 10rem 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../Content/Images/bg-callout.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: auto auto 1rem;
}

    .portfolio-item .caption {
        display: flex;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

        .portfolio-item .caption .caption-content {
            color: #fff;
            margin: auto 2rem 2rem;
        }

            .portfolio-item .caption .caption-content h2 {
                font-size: 0.8rem;
                text-transform: uppercase;
            }

            .portfolio-item .caption .caption-content p {
                font-weight: 300;
                font-size: 1.2rem;
            }


footer.footer {
    padding-top: 4rem;
    padding-bottom: 3rem;
    background: #bde4c4;
}

footer .claim {
    font-size: 1.40rem;
    color: #404040;
}

footer.footer .social-link {
    display: block;
    height: 4rem;
    width: 4rem;
    line-height: 4.3rem;
    font-size: 1.5rem;
    background-color: #8fb898;
    transition: background-color 0.15s ease-in-out;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

    footer.footer .social-link:hover {
        background-color: #57755e;
        text-decoration: none;
    }

a {
    color: #696969;
}

    a:hover, a:focus, a:active {
        color: #999999;
        text-decoration: none;
    }

.btn-primary {
    background-color: #1D809F !important;
    border-color: #1D809F !important;
    color: #fff !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: #155d74 !important;
        border-color: #155d74 !important;
    }

.btn-secondary {
    background-color: #ecb807 !important;
    border-color: #ecb807 !important;
    color: #fff !important;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
        background-color: #ba9106 !important;
        border-color: #ba9106 !important;
    }

.btn-dark {
    color: #fff !important;
}

.btn {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.bg-primary {
    background-color: #eeeeee !important;
}

.text-primary {
    color: #1D809F !important;
}

.text-secondary {
    color: #f20c48 !important;
    font-weight: 300;
}

.text-contact {
    color: #bde4c4 !important;
}

.row{
    margin-right:0px;
    margin-left:0px;
}

.panel-heading-size {
    font-weight:600;
}

.panel-footer-size {
    font-weight: 500;
}

/*Różne ekreany*/

@media (max-width: 575px) {
    .panel-heading-size {
        font-size: 3.5vw;
    }

    .panel-footer-size {
        font-size: 3.20vw;
    }

    .padding-page-wrapper
    {
        padding: 1em 1em 1em 1em;
    }

    .logo-img-offer {
        position: relative;
        display: inline !important;
        top: -3px;
        width: 7em;
    }

    .li_offer_fix {
        padding-bottom: 0em;
    }

    .navbar-height {
        height: auto;
    }
}

@media (min-width: 576px) {
    .panel-heading-size {
        font-size: 2.10vw;
    }

    .panel-footer-size {
        font-size: 1.95vw;
    }

    .padding-page-wrapper {
        padding: 1.5em 2em 1.5em 2em;
    }

    .logo-img-offer {
        position: relative;
        display: inline !important;
        top: -3px;
        width: 8em;
    }

    .li_offer_fix {
        padding-bottom: 0em;
    }

    .navbar-height {
        height: auto;
    }
}

@media (max-width: 639px) {
    h2 {
        font-size: 1.8rem !important;
    }

    h3 {
        font-size: 1.4rem !important;
        margin-bottom: 18px !important;
    }

    header .logo {
        left: 0px;
        position: relative;
    }

    .sidebar-nav-3 {
        display: block;
    }

    .boxes {
        display: none;
    }

    .no-gutters div img {
        margin-left: 0px;
        margin-right: 0px;
    }

    .no-gutters h3, h2, p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .no-gutters .media {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 640px) {
    .myCarousel {
        font-size: 1em;
    }

    h2 {
        font-size: 2.0rem !important;
    }

    h3 {
        font-size: 1.6rem !important;
        margin-bottom: 20px !important;
    }

    header .logo {
        left: 0px;
        position: relative;
    }

    .sidebar-nav-3 {
        display: block;
    }

    .boxes {
        display: none;
    }

    .no-gutters div img {
        margin-left: 0px;
        margin-right: 0px;
    }

    .no-gutters h3, h2, p {
        margin-left: 15px;
        margin-right: 15px;
    }

    .no-gutters .media {
        margin-left: 15px;
        margin-right: 15px;
    }

    .panel-heading {
        padding: 10px 10px;
    }

    .logo-img-offer {
        position: relative;
        display: inline !important;
        top: -3px;
        width: 8em;
    }
}

@media (max-width: 767px) {
    /*CUSTOM MODAL*/
    .modal-custom {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    .modal-custom-content {
        position: initial;
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        background-color: #fefefe;
        max-height: 100%;
        overflow: auto;
    }
}

@media (min-width: 768px) {
    .panel-heading-size {
        font-size: 1.45vw;
    }

    .panel-footer-size {
        font-size: 1.35vw;
    }

    .padding-page-wrapper {
        padding: 2em 3em 2em 3em;
    }

    .logo-img-offer {
        position: relative;
        display: inline !important;
        top: -3px;
        width: 14em;
    }

    .li_offer_fix{
        padding-bottom: 2.6em;
    }

    .navbar-height{
        height:140px;
    }

    /*CUSTOM MODAL*/
    .modal-custom {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    .modal-custom-content {
        position: fixed;
        left: 20%;
        top: 15%;
        width: 60%; /* Full width */
        background-color: #fefefe;
        max-height: 80%;
        overflow: auto;
    }
}

@media (min-width: 992px) {
    .myCarousel {
        font-size: 0.9em;
    }

    h2 {
        font-size: 2.2rem !important;
    }

    h3 {
        font-size: 1.8rem !important;
        margin-bottom: 18px !important;
    }

    .masthead {
        height: 100vh;
    }

        .masthead h1 {
            font-size: 5.5rem;
        }

    .portfolio-item {
        max-width: none;
        margin: 0;
    }

        .portfolio-item .caption {
            -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
            -webkit-clip-path: inset(0px);
            clip-path: inset(0px);
        }

            .portfolio-item .caption .caption-content {
                transition: opacity 0.25s;
                margin-left: 5rem;
                margin-right: 5rem;
                margin-bottom: 5rem;
            }

        .portfolio-item img {
            -webkit-transition: -webkit-clip-path 0.25s ease-out;
            -webkit-clip-path: inset(-1px);
            clip-path: inset(-1px);
        }

        .portfolio-item:hover img {
            -webkit-clip-path: inset(2rem);
            clip-path: inset(2rem);
        }

        .portfolio-item:hover .caption {
            background-color: rgba(29, 128, 159, 0.9);
            -webkit-clip-path: inset(2rem);
            clip-path: inset(2rem);
        }

    .panel-heading-size {
        font-size: 1.1vw;
    }

    .panel-footer-size {
        font-size: 1.05vw;
    }

    .padding-page-wrapper {
        padding: 2em 4em 2em 4em;
    }
}

@media (min-width: 1200px) {
    .myCarousel{
        font-size: 1em;
    }

    h2 {
        font-size: 2.4rem !important;
    }

    h3 {
        font-size: 2.0rem !important;
        margin-bottom: 18px !important;
    }
    .panel-heading-size{
        font-size:1.15vw;
    }

    .panel-footer-size {
        font-size: 1.05vw;
    }

    .padding-page-wrapper {
        padding: 2.5em 5em 2.5em 5em;
    }
}


/* Poprawka Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        font-weight: 300 !important;
    }

    .lead {
        font-weight: 300 !important;
    }

    ul.sidebar-nav-2 {
        font-weight: 300 !important;
    }
}

/*Styles for offer*/
/*.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

    .affix + .container-fluid {
        padding-top: 70px;
    }*/

.info_icon
{
    position: relative;
    top: 7px;
}


.navbar-right li a {
    padding: 10px 10px 5px;
    /*min-height: 70px;*/
    vertical-align: middle;
    display: flex;
    font-size: 1.2em;
    font-weight: bolder;
    float: right;
}

.navbar-right i {
    font-size: 28px;
    position: relative;
    display: inline-block;
    top: -4px;
    padding-left: 10px;
}

.logo-img {
    position: relative;
    display: inline !important;
    top: -3px;
    width: 130px;
}

.info-bar {
    background: #3cb44a;
}

.info-bar-paddings{
    padding-left: 3em;
    padding-right: 3em;
}

.page-header {
    padding-bottom: 0px;
    margin: 20px 0 20px;
    border-bottom: 0px solid #eee;
    color: #fff;
}


element.style {
}

.nav > li {
    position: relative;
    display: block;
}

.sidebar-search {
    margin-top: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #a1e84f;
    background-color: transparent !important;
    background-image: none;
    border-bottom: 2px solid #a1e84f;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #a1e84f;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control::-moz-placeholder {
        color: #e0dedb;
        opacity: 1;
    }

.btn-green {
    color: #a1e84f;
    background-color: transparent;
    border-color: transparent;
}

.btn-primary {
    color: #fff;
    background-color: #563c97;
    border-color: #563c97;
    width: 100%;
    padding-bottom: 16px;
}

    .btn-primary i {
        top: 7px;
        position: relative;
    }

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.icon-filter {
    float: right;
    cursor: pointer;
}

/*#specialOffer > * {
    box-sizing: border-box;
}

#specialOffer > img {
    vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
/*#specialOffer > .container {
    position: relative;
}*/

/* Hide the images by default */
/*#specialOffer > .mySlides {
    display: none;
}*/

/* Add a pointer when hovering over the thumbnail images */
/*#specialOffer > .cursor {
    cursor: pointer;
}*/

/* Next & previous buttons */
/*#specialOffer > .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}*/

/* Position the "next button" to the right */
/*#specialOffer > .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}*/

    /* On hover, add a black background color with a little bit see-through */
/*#specialOffer > .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}*/

/* Number text (1/3 etc) */
/*#specialOffer > .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}*/

/* Container for image text */
/*#specialOffer > .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}*/

/*#specialOffer > .row:after {
    content: "";
    display: table;
    clear: both;
}*/

/* Six columns side by side */
/*#specialOffer > .column {
    float: left;
    width: 16.66%;
}*/

/* Add a transparency effect for thumnbail images */
/*#specialOffer > .demo {
    opacity: 0.6;
}*/

/*#specialOffer > .active, .demo:hover {
    opacity: 1;
}*/

/*.myCarousel > .slick-arrow{
    background-color: #ddd;
}*/

.myCarousel .slick-slide {
    padding: 10px;
}

.myCarousel .slick-list {
    padding-top: 30px !important;
}

.myCarousel .mySlides .panel {
    border-color: red;
}

.myCarousel .slick-center {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    /*color: #e67e22;*/
    font-weight:500;
    opacity: 1;
    transform: scale(1.08);
}

.myCarousel .slick-center .panel{
    border-width: medium;
}


/*Cookies modal*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 0.5em 16px;
    background-color: #5cb85c;
    color: white;
}

.cookie-agreement {
    font-weight: bold;
}

    .cookie-agreement:hover, .cookie-agreement:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
/*End cookies modal*/


/*FORM CSS*/
/*--form--*/
.form {
}

.form-bottom h2 {
    font-size: 1.4em;
    color: #000;
    padding: 0em 0.9em 1em;
}

.form-mail {
    border: 1px solid #E9E9E9;
    margin-bottom: 2em;
    padding: 0.5em 1em;
}

    .form-mail i {
        color: #9FF636;
        font-size: 1em;
    }

    .form-mail input[type="text"], .form-mail input[type="password"] {
        border: none;
        outline: none;
        font-size: 0.9em;
        color: #999;
        width: 95%;
    }

.form-do input[type="submit"] {
    border: none;
    outline: none;
    font-size: 1em;
    -webkit-appearance: none;
    cursor: pointer;
    background: none;
}

.form-do label {
    font-weight: 400;
}

/*SNACKBAR*/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 35%;
    bottom: 30px;
    font-size: 17px;
    max-width: 45%;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
/*END SNACKBAR*/

.chosen-delivery {
    border-style: inset;
    border-color: forestgreen;
    border-width: 5px;
}

.chosen-delivery .panel-heading{
    background-color: forestgreen;
}

.chosen-delivery .panel-heading h4 {
    font-weight: 500 !important;
}

.chosen-delivery .panel-body {
    font-weight: 500 !important;
}

.panel-heading-delivery{
    cursor: pointer;
}

.panel-heading-delivery:hover {
    background-color: darkgreen;
}

.alert {
    padding: 20px;
    background-color: forestgreen;
    color: white;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

.notification {
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

    .notification:hover {
        background: red;
    }

    .notification .badge {
        position: absolute;
        top: -8px;
        right: -8px;
        padding: 5px 10px;
        border-radius: 50%;
        background-color: blue;
        color: white;
    }

.img-grayscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}