@charset "utf-8";

footer {
	 display: block;
    background: #abcd37;
    height: 2.8rem;
    border-top: 2px solid black;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
	    
}



footer .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 15px;
    color: black;
}

footer .footer-container .creadit {
    margin-left: -28rem;
}

footer .footer-container .creadit img {
    width: 130px;
}

footer .footer-container .ab {
    margin-right: -28rem;

}

footer .footer-container .wm-block {
    background: #d9534f;
    position: absolute;
    bottom: -1px;
    width: 350px;
    height: 100px;
    text-align: center;
    -webkit-clip-path: polygon(2% 0, 100% 0, 96% 100%, 4% 100%);
    clip-path: polygon(2% 0, 100% 0, 96% 100%, 4% 100%);
    border: 2px solid black;
}

footer .footer-container .wm-block .block {
    padding: 15px;
}

footer .footer-container .wm-block .block .title {
    font-size: 1.5em;
    margin-bottom: 5px;
}

footer .footer-container .wm-block .block .sub-text {
    font-size: 11px;
}

footer .footer-container .wm-block .block .btn-white {
    background: white;
    border: 0;
    width: 80%;
    height: 25px;
    border: 2px solid black;
    margin-top: 15px;
}

footer .footer-container .creadit {
    margin-left: -28rem;

}

footer .footer-container .creadit img {
    width: 130px;
}

footer .footer-container .creadit img.facebook {
  height: 17px;
  width: auto;
  margin-left: 50px;
}














.formbg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
}



.form-cont {
    position: fixed;
    bottom: -30px;
    max-width: 100vw;
    left: 50%;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
    -webkit-transform: translateX(-50%) scale(0.65);
    transform: translateX(-50%) scale(0.65);
}

.form-cont .btn-x {
    display: none;
    top: 1%;
    position: absolute;
    z-index: 11111;
    right: 1%;
    background: transparent;
    border: 0;
    color: white;
    font-size: 25px;
    cursor: pointer;
}


.form {
    width: 600px;
    position: relative;
}

.form h3 a{	text-decoration: none;	}
.form h3 {
    font-size: 35px;
    letter-spacing: 2px;
    color: black;
    font-weight: 300;
    position: relative;
    z-index: 999;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 0;
    font-weight: 500;
}

.form>p {
    margin-top: 2rem;
    font-size: 20px;
    position: relative;
    z-index: 999;
    width: 100%;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}




@media screen and (min-width: 1020px) and (max-width: 1400px) {
    .form-cont {
        -webkit-transform: translateX(-50%) scale(0.65);
        transform: translateX(-50%) scale(0.65);
    }

}

@media screen and (max-width: 800px) {
	
  footer .footer-container .creadit img.facebook {
    height: 17px;
    width: auto;
    margin-left: 0;
  }
	
	
	
  .form-cont {
    bottom: -3px !important;
  }

    .formbg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .form-cont {
        width: 100vw;
        bottom: 0px;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        -webkit-filter: drop-shadow(0 2px 0 black) drop-shadow(0 -4px 0 black) drop-shadow(2px 0 0 black) drop-shadow(-2px 0 0 black);
        filter: drop-shadow(0 2px 0 black) drop-shadow(0 -6px 0 black) drop-shadow(2px 0 0 black) drop-shadow(-2px 0 0 black);
    }
    .form {
        height: auto;
    }
    .form-cont .form {
        -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
        clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
        background: #fec52e;
        width: 69%;
        margin: 0 auto;
    }

    .form-cont.formactive {
        bottom: 0px !important;
    }
    .form {
        width: 100%;
    }
    .form>p {
        margin: 3px;
        font-size: .9em;
    }
    .form h3 {
        padding-top: 5px;
    }

}


@media only screen and (max-width: 600px) {
  .form-cont {
        bottom: 42px !important;
    -webkit-filter: drop-shadow(0 0px 0 transparent) drop-shadow(0 0px 0 transparent) drop-shadow(0px 0 0 transparent) drop-shadow(0px 0 0 transparent);
    filter: drop-shadow(0 0px 0 transparent) drop-shadow(0 0px 0 transparent) drop-shadow(0px 0 0 transparent) drop-shadow(0px 0 0 transparent);
  }
  .form-cont .form {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    border: 2px solid black;
  }
	
	
	
	
	
    footer .footer-container .creadit img {
        width: 80px;
    }

    footer .footer-container .creadit {
        margin-left: -2rem;
    }

    footer .footer-container .ab {
        margin-right: -2rem;
        font-size: 15px;
    }

    footer {
        z-index: 9999;
    }	
	
    footer .footer-container .creadit img {
        width: 80px;
    }
    footer .footer-container .creadit {
        margin-left: -2rem;
    }	
	
	    .formbg {
        display: none;
    }
	
	    .form h3 {
        font-size: 20px;
    }
	
}



@media screen and (max-width: 450px) {
    .form-cont {
        width: 100vw;
    }
    .form {
        margin-top: 10px;
    }




 
}