@font-face {

    font-family: ImprintMTShadow;

    src: url('../fonts/ImprintMTShadow.ttf');

}



@font-face {

    font-family: Candire;

    src: url('../fonts/Candire.otf');

}

/*@import url(http://fonts.googleapis.com/css?family=Bree+Serif);*/

.ac-overlay{

    box-sizing: border-box;

    height:100%;

    width:100%;

    position: fixed;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    background: url("images/backgroundedad.png");

    background-size: cover;

    background-position: center;

    background-position: top;

    z-index: 99998;

	cursor: wait;



}

.ac-container {

    box-sizing: border-box;

    width: 40%;

    position: fixed;

    padding: 20px 20px 30px 20px;

    z-index: 99999;

    opacity: 1;

    font-weight: normal;

    text-align: left;

    font-size: 15px;

    top: 90.5px;

    left: 404.5px;

    opacity: 1;

}

.ac-container h2 {

    box-sizing: border-box;

    margin: 0 0 -15px 0;

    font-size: 40px;

    padding-bottom: 11px;

    text-align: center;

    color: #fff;

    font-family: 'ImprintMTShadow', sans-serif;

}

.ac-container h3 {

    box-sizing: border-box;

    color: #fff;

    margin-bottom: 50px;

    margin-top: 0;

    font-size: 20px;

    text-transform: initial;

    text-align: center;

    font-family: 'Lato', sans-serif;

    letter-spacing: normal;

}

.ac-container p {

    box-sizing: border-box;

    margin:0 0 20px 0;

    font-size: 14px;

    color:#959595;

    line-height: 20px;

}

.ac-container p strong {

    color:#FF1F1F;

}

.ac-container select, 

.ac-container input {

    box-sizing: border-box;

    color:#555;

    padding: 10px 10px;

    font-size: 18px;

    line-height: 1.5;

    border-radius: 3px;

    margin-right:5px;

    border:1px solid #ccc;

}



.btn-success{

    background-color: rgba(0,0,0,0.8);

    border-color: #000;

    padding: 6px 20px;

    font-size: 20px;

    margin-top: 70px;

}



.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success{

    background-color: #fff;

    border-color: #fff;

    color: #000;

}



.fwid select,

.fwid input {



    width: 85%;

}



.ac-container label{

    font-size: 24px;

    color: #6b4c37;

    width: 10%;

}



.ac-container input.day{

    box-sizing: border-box;

    width:45px;

}

.ac-container input.year{

    box-sizing: border-box;

    width:70px;

}

.ac-container select {

    box-sizing: border-box;

    padding-left:4px;

}

.ac-container .errors  {

    box-sizing: border-box;

    margin:0 0 20px 0;

    font-size: 12px;

    line-height: 18px;

    color:#FF1F1F;

}

.ac-container .errors ul,

.ac-container .errors li{

    box-sizing: border-box;

    padding:0 0 3px 0;

    margin:0 0 0 0;

    list-style:none;

}

.ac-container .errors li span {

    box-sizing: border-box;

    font-size:9px;

    background:#ebebeb; 

    border:1px solid #ccc;

    width: 14px;

    height:14px;

    border-radius:7px;

    display:inline-block;

    color:#FF1F1F;

    font-weight: bold;

    text-align: center;

    margin-right:5px;

    line-height: 13px;

    position:relative;

    top:-2px;

    text-shadow: 1px 1px 0 #fff;

    font-family:arial;

}

.ac-container .fields {

    box-sizing: border-box;

    clear:both;

    margin:10px 0 10px 0;

}             

@media screen and (max-width: 3840px)

{

    .ac-container {

        top: 160px !important;

    }

    .btn-success{

        margin-top: 0;

    }

}

@media screen and (max-width: 2704px)

{



}

@media screen and (max-width: 1920px)

{



}

@media screen and (max-width: 1280px)

{



}

@media (max-width: 500px) {
    .ac-container {
        box-sizing: border-box;
        width:auto;
        margin-right:20px;
        margin-left:1px;
        top: 10px !important;
    }
    .ac-container select, 
    .ac-container input.day, 
    .ac-container input.year{
        box-sizing: border-box;
        display:block;
        margin-bottom:10px;
        margin-right:0;
        width:100%;
    }

    .ac-container button {
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
}

@media (max-width: 417px){
    .ac-container{
        left: 0px !important;
    }

    .ac-container h2{
        font-size: 35px !important;
    }

    .ac-container h3{
        font-size: 15px !important;
    }
}