/*1.  Default / for Grid 1200px*/


/*Tooltip*/
.someElement {
    align-items: center;
    padding: 0;
}

[data-tooltip] {
    position: relative;
}

    [data-tooltip]::before,
    [data-tooltip]::after {
        opacity: 0;
        visbility: hidden;
        margin-top: -0.5em;
    }

    [data-tooltip]::before {
        content: attr(data-tooltip);
        display: block;
        position: absolute;
        top: -200%;
        left: 40%;
        margin-left: -4.75em;
        width: 12em;
        text-align: center;
        border-radius: 4px;
        background: #001f3c;
        color: white;
        font-size: 0.8em;
        line-height: 1.1;
        padding: 0.75em 0.95em;
    }

    [data-tooltip]::after {
        content: "";
        border: 10px solid transparent;
        border-top-color: #001f3c;
        position: absolute;
        top: -3px;
        left: 50%;
        margin-left: -10px;
    }

    [data-tooltip]:hover {
        cursor: help;
    }

        [data-tooltip]:hover::before,
        [data-tooltip]:hover::after {
            opacity: 1;
            visiblity: visible;
        }


/*Cookies Modal*/
.card-body {
    padding: 10px 10px;
    float: left;
    margin: 0;
    width: 320px;
    background: white;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}

    .card-body a {
        display: inline;
        text-decoration: none;
    }

    .card-body .card-title {
        font-size: 14px;
        margin: 0px 0 10px 0;
    }

.cookie-alert .btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 2px 10px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
    margin: 0;
}

.cookie-alert {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 9999;
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: gray;
    padding: 10px;
}

    .cookie-alert.show {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 1000ms;
    }

.btn-primary {
    margin: 15px;
    float: right;
    color: #fff;
    border-color: #007bff;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
    line-height: 3.5;
}


footer {
    float: left;
    width: 100%;
    background: #063055;
    color: white;
    font-size: 12px;
    font-weight: normal;
}

.logo {
    width: 100%;
    max-width: 180px;
    margin: 15px 0;
}

.content ul li, footer ul li {
    list-style: none;
    font-size: 12px;
}

.social {
    float: left;
    width: 100%;
    background: #062D51;
    padding: 15px 0;
    vertical-align: middle;
    line-height: 3;
}

    .social a {
        display: inline-block;
        position: relative;
        padding: 0;
    }

    .social i {
        color: #9FCF3A;
        font-size: 20px;
        margin: 0 10px;
        vertical-align: middle;
    }

    .social p {
        float: left;
        margin: 0 20px;
        font-size: 13px;
        text-transform: uppercase;
    }

.social {
    display: block;
}

    .social img {
        width: 100%;
        max-width: 160px;
        float: left;
    }

.social-mob {
    display: none;
}

.social-mob {
    float: left;
    width: 100%;
    background: #062D51;
    padding: 15px 0;
    vertical-align: middle;
}

    .social-mob i {
        color: #9FCF3A;
        font-size: 20px;
        margin: 0 10px;
        vertical-align: middle;
    }

    .social-mob p {
        float: left;
        margin: 10px 20px;
        font-size: 13px;
        text-transform: uppercase;
    }



.social-footer i {
    background: #063055;
    color: white;
    padding: 10px;
    border-radius: 8px;
    font-size: 25px;
    width: 86px;
    height: 86px;
    line-height: 2.5;
    transition: ease 0.3s;
}



.social-footer span {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.14px;
}

.content-footer {
    float: left;
    width: 100%;
    padding: 50px 0;
}

    .content-footer li {
        line-height: 2;
    }

        .content-footer li a {
            width: auto;
            text-decoration: none;
        }
    /*
.content-footer li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    height: 0.1em;
    background-color: #9FCF3A;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
}

.content-footer li a:hover::after,
.content-footer li a:focus::after {
    opacity: 1;
    transform: translate3d(0, 0.2em, 0);
}

.content-footer li:nth-child(2) a {
    overflow: hidden;
}

.content-footer li:nth-child(2) a::after {
    opacity 1;
    transform: translate3d(-100%, 0, 0);
}

.content-footer li:nth-child(2) a:hover::after,
.content-footer li:nth-child(2) a:focus::after {
    transform: translate3d(0, 0, 0);
}

/* Scale from center 
.content-footer li:nth-child(3) a::after {
    opacity 1;
    transform: scale(0);
    transform-origin: center;
}

.content-footer li:nth-child(3) a:hover::after,
.content-footer li:nth-child(3) a:focus::after {
    transform: scale(1);
}
    */

    .content-footer h4 {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 2;
    }

.copy {
    float: left;
    width: 100%;
    background: #062D51;
    padding: 10px 0;
}

.works-hours {
    float: left;
    width: 100%;
}

    .works-hours .grid-6 {
        padding: 0 10px;
    }


.pointer {
    background: transparent linear-gradient( 270deg, #20BCF2 0%, #A0CD46 100%) 0% 0% no-repeat padding-box;
    width: 110%;
    height: 100%;
    -webkit-transform: skew( -20deg);
    -ms-transform: skew(-20deg);
    transform: skew( -20deg);
    margin: 0 0 0 -20px;
    padding: 0 0 0 0;
    float: left;
}

    .pointer p {
        -webkit-transform: skew( 20deg);
        -ms-transform: skew(20deg);
        transform: skew(20deg);
        margin: 0 0 0 20px;
        float: left;
    }

.works-hours p {
    color: white;
    margin: 10px 25px;
    text-align: right;
    padding: 10px 0;
    color: #9FCF3A;
}

.time p {
    color: white;
}

span.line {
    float: left;
    width: 100%;
    border-bottom: 1px solid #9fcd47;
    margin: -1px 0 0 0;
}











/*2.  960px */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
}



/*3.  640px */
@media only screen and (min-width: 640px) and (max-width: 959px) {
}



/*3.  720px */
@media only screen and (max-width: 719px) {


    .works-hours p {
        text-align: center;
    }

    .works-hours .grid-6 {
        padding: 0;
    }

    .pointer {
        background: transparent linear-gradient( 270deg, #20BCF2 0%, #A0CD46 100%) 0% 0% no-repeat padding-box;
        width: 100%;
        height: 100%;
        -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        transform: none;
        margin: 0 0 0 0;
        text-align: center;
    }

        .pointer p {
            width: 100%;
            -webkit-transform: skew(0deg);
            -ms-transform: skew(0deg);
            transform: skew(0deg);
            margin: 0;
            float: left;
            text-align: center;
        }

    .social {
        display: none;
    }

    .social-mob {
        display: block;
        background: transparent;
    }

        .social-mob p {
            width: 100%;
            float: left;
            margin: 10px 20px;
            font-size: 13px;
            text-transform: uppercase;
        }

        .social-mob a {
            width: auto;
            display: block;
            position: relative;
            padding: 0.2em 0;
            float: left;
        }

    .content-footer {
        float: left;
        width: 100%;
        padding: 20px 0;
    }

    /*Cookies Modal*/
    .card-body {
        padding: 10px 10px;
        float: left;
        margin: 0;
        width: 100%;
        background: white;
        border-radius: 3px;
    }

    .cookie-alert {
        float: left;
        position: fixed;
        bottom: 5px;
        right: 0;
        border-radius: 0;
        width: auto;
        margin: 0 !important;
        z-index: 9999;
        opacity: 0;
        transform: translateY(100%);
        transition: all 500ms ease-out;
        background: white;
        padding: 0px 20px;
        color: gray;
        width: 100%;
    }
}
