﻿@import url('https://fonts.cdnfonts.com/css/cf-jack-story');

:root{
  --width: 100%;
  --height: 100%;
  --border-width: 200px;
  --border-height: 200px;

}

html, body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    font-family: 'Abadi MT Std', sans-serif;
    scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
    overflow-x: hidden;
}

.body h1, h2, h3, button, strong {
    font-family: 'CF Jack Story', sans-serif;
}


.gallery {
    display: block;
    height: 400px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex
}

.gallery:after{
  content:'';
}



img{
  width:var(--width);
  height:var(--height);
}

.clipped-border{
  -webkit-clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
   clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
   padding:3px;
   background:linear-gradient(grey,lightgrey);
   width:var(--border-width);
   height:var(--border-height);
   max-height:37%;
   max-width:30%;
   height: var(--height);
   width:var(--width);
   transition:transform 0.2s;
   position:absolute;
   cursor:pointer;
}

    .clipped-border img {
        object-fit: cover;
    }



    .clipped-border:before {
        content: '';
        position: absolute;
        opacity: 0.5;
        max-height: 30%;
        max-width: 30%;
        background: white;
        top: 0;
        left: 0;
        z-index: 1;
        transform: rotate(45deg);
        transition: transform 0.5s;
    }

.clipped-border:hover:before{
  transform: translate(-100px,400%) rotate(45deg);
  transition:transform 0.5s;
}


    .clipped-border:nth-child(1) {
        
       margin-left: -50%;
    }

    .clipped-border:nth-child(2) {
        margin-left: 50%;
    }

    .clipped-border:nth-child(3) {
        margin-top: 15%;
    }

    .clipped-border:nth-child(4) {
    margin-top:15%;
    margin-left:-100%;
    }

    .clipped-border:nth-child(5) {
        margin-top: 15%;
        margin-left: 100%;
    }

    .clipped-border:nth-child(6) {
        margin-top: 30%;
        margin-left: -50%;
    }
    .clipped-border:nth-child(7) {
        margin-top: 30%;
        margin-left: 50%;
    }
    .clipped-border:nth-child(8) {
        margin-top: 45%;
        margin-left: -100%;
    }
    .clipped-border:nth-child(9) {
        margin-top: 45%;
        margin-left: 0;
    }
    .clipped-border:nth-child(10) {
        margin-top: 45%;
        margin-left: 100%;
    }

    .clipped-border:nth-child(11) {
        margin-top: 60%;
        margin-left: -50%;
    }

    .clipped-border:nth-child(12) {
        margin-top: 60%;
        margin-left: 50%;
    }
    .clipped-border:nth-child(13) {
        margin-top: 75%;
        margin-left: 0%;
    }
#clipped {
-webkit-clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);

}

.clipped-border:hover{
  transform:scale(3);
  transition:transform 0.2s;
  z-index:10;

}


@media (min-width:768px) and (max-width:1000px) {


    .clipped-border {
        -webkit-clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
        clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
        padding: 3px;
        background: linear-gradient(grey,lightgrey);
        width: var(--border-width);
        height: var(--border-height);
        max-height: 23%;
        max-width: 30%;
        height: var(--height);
        width: var(--width);
        transition: transform 0.2s;
        position: absolute;
        cursor: pointer;
    }
}



@media (min-width:601px) and (max-width:767px)  {

    .slider-prev-next-control {
        display: none;
    }
    .bottom-left {
        margin-left:-7%;margin-top:15%; margin-bottom:-3%;font-size:75%
    }

    .gallery {
        margin-left: 37%;
    }

    .clipped-border {
        -webkit-clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
        clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
        padding: 3px;
        background: linear-gradient(grey,lightgrey);
        width: var(--border-width);
        height: var(--border-height);
        max-height: 35%;
        max-width: 21%;
        height: var(--height);
        width: var(--width);
        transition: transform 0.2s;
        position: absolute;
        cursor: pointer;
    }




        .clipped-border:nth-child(1) {
            margin-left: -34%;
        }

        .clipped-border:nth-child(2) {
            margin-left: 34%;
        }

        .clipped-border:nth-child(3) {
            margin-top: 10%;
        }

        .clipped-border:nth-child(4) {
            margin-top: 10%;
            margin-left: -68%;
        }

        .clipped-border:nth-child(5) {
            margin-top: 10%;
            margin-left: 68%;
        }

        .clipped-border:nth-child(6) {
            margin-top: 20%;
            margin-left: -34%;
        }

        .clipped-border:nth-child(7) {
            margin-top: 20%;
            margin-left: 34%;
        }

        .clipped-border:nth-child(8) {
            margin-top: 30%;
            margin-left: -34%;
        }

        .clipped-border:nth-child(9) {
            margin-top: 30%;
            margin-left: 0;
        }

        .clipped-border:nth-child(10) {
            margin-top: 30%;
            margin-left: 68%;
        }

        .clipped-border:nth-child(11) {
            margin-top: 40%;
            margin-left: -34%;
        }

        .clipped-border:nth-child(12) {
            margin-top: 40%;
            margin-left: 34%;
        }

        .clipped-border:nth-child(13) {
            margin-top: 50%;
            margin-left: 0%;
        }
}





@media (min-width:768px) and (max-width:1000px) {


    .bottom-left {
        margin-left: -1%;
        margin-top: 15%;
        margin-bottom: 1%;
        font-size: 140%
    }
    .clipped-border {
        -webkit-clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
        clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
        padding: 3px;
        background: linear-gradient(grey,lightgrey);
        width: var(--border-width);
        height: var(--border-height);
        max-height: 23%;
        max-width: 30%;
        height: var(--height);
        width: var(--width);
        transition: transform 0.2s;
        position: absolute;
        cursor: pointer;
    }
}



@media (min-width:1000px) and (max-width:1200px) {


   
.clipped-border{
  -webkit-clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
   clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
   padding:3px;
   background:linear-gradient(grey,lightgrey);
   width:var(--border-width);
   height:var(--border-height);
   max-height:32%;
   max-width:30%;
   height: var(--height);
   width:var(--width);
   transition:transform 0.2s;
   position:absolute;
   cursor:pointer;
}



}







@media (max-width:600px) and (min-width:501px) {


    .slider-prev-next-control {
        display: none;
    }

    .bottom-left {
        margin-left: -7%;
        margin-top: 15%;
        margin-bottom: -3%;
        font-size: 75%
    }
    .gallery {
        margin-left: 37%;
    }

    .clipped-border {
        -webkit-clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
        clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
        padding: 3px;
        background: linear-gradient(grey,lightgrey);
        width: var(--border-width);
        height: var(--border-height);
        max-height: 35%;
        max-width: 23%;
        height: var(--height);
        width: var(--width);
        transition: transform 0.2s;
        position: absolute;
        cursor: pointer;
    }



        .clipped-border:nth-child(1) {
            margin-left: -36%;
        }

        .clipped-border:nth-child(2) {
            margin-left: 36%;
        }

        .clipped-border:nth-child(3) {
            margin-top: 10%;
        }

        .clipped-border:nth-child(4) {
            margin-top: 10%;
            margin-left: -72%;
        }

        .clipped-border:nth-child(5) {
            margin-top: 10%;
            margin-left: 72%;
        }

        .clipped-border:nth-child(6) {
            margin-top: 20%;
            margin-left: -32%;
        }

        .clipped-border:nth-child(7) {
            margin-top: 20%;
            margin-left: 32%;
        }

        .clipped-border:nth-child(8) {
            margin-top: 30%;
            margin-left: -72%;
        }

        .clipped-border:nth-child(9) {
            margin-top: 30%;
            margin-left: 0;
        }

        .clipped-border:nth-child(10) {
            margin-top: 30%;
            margin-left: 72%;
        }

        .clipped-border:nth-child(11) {
            margin-top: 40%;
            margin-left: -36%;
        }

        .clipped-border:nth-child(12) {
            margin-top: 40%;
            margin-left: 36%;
        }

        .clipped-border:nth-child(13) {
            margin-top: 50%;
            margin-left: 0%;
        }
}



@media (max-width:500px) and (min-width:401px) {

    .slider-prev-next-control {
        display: none;
    }

    .bottom-left {
        margin-left: -7%;
        margin-top: 15%;
        margin-bottom: -3%;
        font-size: 75%
    }
/*
    .gallery {
        margin-left: 37%;
    }*/

    .clipped-border {
        -webkit-clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
        clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
        padding: 3px;
        background: linear-gradient(grey,lightgrey);
        width: var(--border-width);
        height: var(--border-height);
        max-height: 30%;
        max-width: 21%;
        height: var(--height);
        width: var(--width);
        transition: transform 0.2s;
        position: absolute;
        cursor: pointer;
    }



        .clipped-border:nth-child(1) {
            margin-left: -36%;
        }

        .clipped-border:nth-child(2) {
            margin-left: 36%;
        }

        .clipped-border:nth-child(3) {
            margin-top: 10%;
        }

        .clipped-border:nth-child(4) {
            margin-top: 10%;
            margin-left: -72%;
        }

        .clipped-border:nth-child(5) {
            margin-top: 10%;
            margin-left: 72%;
        }

        .clipped-border:nth-child(6) {
            margin-top: 20%;
            margin-left: -36%;
        }

        .clipped-border:nth-child(7) {
            margin-top: 20%;
            margin-left: 36%;
        }

        .clipped-border:nth-child(8) {
            margin-top: 30%;
            margin-left: -72%;
        }

        .clipped-border:nth-child(9) {
            margin-top: 30%;
            margin-left: 0;
        }

        .clipped-border:nth-child(10) {
            margin-top: 30%;
            margin-left: 72%;
        }

        .clipped-border:nth-child(11) {
            margin-top: 40%;
            margin-left: -36%;
        }

        .clipped-border:nth-child(12) {
            margin-top: 40%;
            margin-left: 36%;
        }
        .clipped-border:nth-child(13) {
            margin-top: 50%;
            margin-left: 0%;
        }
}


@media (max-width:400px)  and (min-width:200px) {



    .bottom-left {
        margin-left: -7%;
        margin-top: 15%;
        margin-bottom: -3%;
        font-size: 75%
    }


    .slider-prev-next-control{
       display:none;
    }
    /* .gallery {
        margin-left: 37%;
    }*/
    .clipped-border {
        -webkit-clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
        clip-path: polygon(25% 5%, 74% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
        padding: 3px;
        background: linear-gradient(grey,lightgrey);
        width: var(--border-width);
        height: var(--border-height);
        max-height: 22%;
        max-width: 21%;
        height: var(--height);
        width: var(--width);
        transition: transform 0.2s;
        position: absolute;
        cursor: pointer;
    }



        .clipped-border:nth-child(1) {
            margin-left: -34%;
        }

        .clipped-border:nth-child(2) {
            margin-left: 34%;
        }

        .clipped-border:nth-child(3) {
            margin-top: 9%;
        }

        .clipped-border:nth-child(4) {
            margin-top: 9%;
            margin-left: -68%;
        }

        .clipped-border:nth-child(5) {
            margin-top: 9%;
            margin-left: 68%;
        }

        .clipped-border:nth-child(6) {
            margin-top: 18%;
            margin-left: -34%;
        }

        .clipped-border:nth-child(7) {
            margin-top: 18%;
            margin-left: 34%;
        }

        .clipped-border:nth-child(8) {
            margin-top: 27%;
            margin-left: -68%;
        }

        .clipped-border:nth-child(9) {
            margin-top: 27%;
            margin-left: 0;
        }

        .clipped-border:nth-child(10) {
            margin-top: 27%;
            margin-left: 68%;
        }

        .clipped-border:nth-child(11) {
            margin-top: 36%;
            margin-left: -34%;
        }

        .clipped-border:nth-child(12) {
            margin-top: 36%;
            margin-left: 34%;
        }

        .clipped-border:nth-child(13) {
            margin-top: 45%;
            margin-left: 0%;
        }
}




.boxx {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}





.button_containerz {
    position: relative;
    left: 0;
    right: 0;
    top: 30%;

}

.description, .link {
    /*font-family: 'Amatic SC', cursive;*/
    text-align: center;
}



.btnz {
    border-radius:8px;
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: :yellow;
    font-weight: 700;
    font-size: 15px;
    background-color: darkblue;
    padding: 12px 30px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
    width: 50%;
    text-align: center;
}

    .btnz span {
        position: relative;
        z-index: 1;
        color:white;
    }

    .btnz:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 490%;
        width: 140%;
        background: #FFCC19;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
        transform: translateX(-98%) translateY(-25%) rotate(45deg);
    }

    .btnz:hover:after {
        -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
        transform: translateX(-9%) translateY(-25%) rotate(45deg);
    }










.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 100000 !important;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    height: 82%;
    position: relative;
    transition: all 5s ease-in-out;
    
}




    .popup h2 {
        margin-top: 0;
        color: #333;
        /*font-family: Tahoma, Arial, sans-serif;*/
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;

    }

@media screen and (max-width: 700px) {
    .boxx {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}















.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.form_wrapper {
    background: #fff;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 25px;
    margin: 8% auto 0;
    position: relative;
    z-index: 1;
    border-top: 5px solid #FFCC19;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: expand 0.8s 0.6s ease-out forwards;
    animation: expand 0.8s 0.6s ease-out forwards;
    opacity: 0;
}

    .form_wrapper h2 {
        font-size: 1.5em;
        line-height: 1.5em;
        margin: 0;
    }

    .form_wrapper .title_container {
        text-align: center;
        padding-bottom: 15px;
    }

    .form_wrapper h3 {
        font-size: 1.1em;
        font-weight: normal;
        line-height: 1.5em;
        margin: 0;
    }

    .form_wrapper label {
        font-size: 12px;
    }

    .form_wrapper .row {
        margin: 10px -15px;
    }

        .form_wrapper .row > div {
            padding: 0 15px;
            box-sizing: border-box;
        }

    .form_wrapper .col_half {
        width: 50%;
        float: left;
    }

    .form_wrapper .input_field {
        position: relative;
        margin-bottom: 10px;
        -webkit-animation: bounce 0.6s ease-out;
        animation: bounce 0.6s ease-out;
    }




        .form_wrapper .input_field > span {
            position: absolute;
            left: 0;
            top: 0;
            color: #333;
            height: 100%;
            border-right: 1px solid #cccccc;
            text-align: center;
            width: 30px;
        }

            .form_wrapper .input_field > span > i {
                padding-top: 10px;
            }

    .form_wrapper .textarea_field > span > i {
        padding-top: 10px;
    }

    .form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper input[type="password"] {
        width: 100%;
        padding: 8px 10px 9px 12px;
        height: 35px;
        border: 1px solid #cccccc;
        box-sizing: border-box;
        outline: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


    .form_wrapper select {
        width: 100%;
        padding: 8px 10px 9px 12px;
        height: 35px;
        border: 1px solid #cccccc;
        box-sizing: border-box;
        outline: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color:dimgrey;
    }
select[required] option {
    color: black;
}

    .form_wrapper input[type="date"] {
        
        border: 1px solid #cccccc;
        padding: 8px 10px 9px 12px;
        height: 35px;
        border: 1px solid #cccccc;
        box-sizing: border-box;
        outline: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


        .form_wrapper input[type="text"]:hover, .form_wrapper input[type="email"]:hover, .form_wrapper input[type="password"]:hover, .form_wrapper input[type="date"] {
            background: #fafafa;
        }

        .form_wrapper input[type="text"]:focus, .form_wrapper input[type="email"]:focus, .form_wrapper input[type="password"]:focus, .form_wrapper input[type="date"] {
            -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
            -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
            box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
            border: 1px solid #FFCC19;
            background: #fafafa;
        }

    .form_wrapper input[type="submit"] {
        background: #FFCC19;
        height: 35px;
        line-height: 35px;
        width: 100%;
        border: none;
        outline: none;
        cursor: pointer;
        color: #fff;
        font-size: 1.1em;
        margin-bottom: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .form_wrapper input[type="submit"]:hover {
            background: #e1a70a;
        }

        .form_wrapper input[type="submit"]:focus {
            background: #e1a70a;
        }

    .form_wrapper input[type="checkbox"], .form_wrapper input[type="radio"] {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

.form_container .row .col_half.last {
    border-left: 1px solid #cccccc;
}

.checkbox_option label {
    margin-right: 1em;
    position: relative;
}

    .checkbox_option label:before {
        content: "";
        display: inline-block;
        width: 0.5em;
        height: 0.5em;
        margin-right: 0.5em;
        vertical-align: -2px;
        border: 2px solid #cccccc;
        padding: 0.12em;
        background-color: transparent;
        background-clip: content-box;
        transition: all 0.2s ease;
    }

    .checkbox_option label:after {
        border-right: 2px solid #000000;
        border-top: 2px solid #000000;
        content: "";
        height: 20px;
        left: 2px;
        position: absolute;
        top: 7px;
        transform: scaleX(-1) rotate(135deg);
        transform-origin: left top;
        width: 7px;
        display: none;
    }

.checkbox_option input:hover + label:before {
    border-color: #000000;
}

.checkbox_option input:checked + label:before {
    border-color: #000000;
}

.checkbox_option input:checked + label:after {
    -moz-animation: check 0.8s ease 0s running;
    -webkit-animation: check 0.8s ease 0s running;
    animation: check 0.8s ease 0s running;
    display: block;
    width: 7px;
    height: 20px;
    border-color: #000000;
}

.radio_option label {
    margin-right: 1em;
}

    .radio_option label:before {
        content: "";
        display: inline-block;
        width: 0.5em;
        height: 0.5em;
        margin-right: 0.5em;
        border-radius: 100%;
        vertical-align: -3px;
        border: 2px solid #cccccc;
        padding: 0.15em;
        background-color: transparent;
        background-clip: content-box;
        transition: all 0.2s ease;
    }

.radio_option input:hover + label:before {
    border-color: #000000;
}

.radio_option input:checked + label:before {
    background-color: #000000;
    border-color: #000000;
}

.select_option {
    position: relative;
    width: 100%;
}

    .select_option select {
        display: inline-block;
        width: 100%;
        height: 35px;
        padding: 0px 15px;
        cursor: pointer;
        color: #7b7b7b;
        border: 1px solid #cccccc;
        border-radius: 0;
        background: #fff;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        transition: all 0.2s ease;
    }

        .select_option select::-ms-expand {
            display: none;
        }

        .select_option select:hover, .select_option select:focus {
            color: #000000;
            background: #fafafa;
            border-color: #000000;
            outline: none;
        }

.select_arrow {
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #7b7b7b transparent transparent transparent;
}

.select_option select:hover + .select_arrow, .select_option select:focus + .select_arrow {
    border-top-color: #000000;
}

.credit {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 15px;
    color: #FFCC19;
}

    .credit a {
        color: #e1a70a;
    }

@-webkit-keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 7px;
    }

    50% {
        height: 20px;
        width: 7px;
    }
}

@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 7px;
    }

    50% {
        height: 20px;
        width: 7px;
    }
}

@-webkit-keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
    }

    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
    }

    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes expand {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale3d(1, 1.2, 1);
        transform: scale3d(1, 1.2, 1);
    }

    50% {
        -webkit-transform: scale3d(1, 0.85, 1);
        transform: scale3d(1, 0.85, 1);
    }

    75% {
        -webkit-transform: scale3d(1, 1.05, 1);
        transform: scale3d(1, 1.05, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        opacity: 0;
    }

    25% {
        -webkit-transform: translate3d(0, 10px, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -6px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 2px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
        opacity: 0;
    }

    25% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@media (max-width: 600px) {
    .form_wrapper .col_half {
        width: 100%;
        float: none;
    }

    .bottom_row .col_half {
        width: 50%;
        float: left;
    }

    .form_container .row .col_half.last {
        border-left: none;
    }

    .remember_me {
        padding-bottom: 20px;
    }





    .modal {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
        z-index: 99;
    }

    .loadingz {
        /*font-family: Arial;*/
        font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 220%;
        height: 100%;
        display: none;
        position: fixed;
        background-color: White;
        z-index: 9999;
    }


    .main-nav {
        z-index: 998;
    }
    

}







