body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 1200px;
    font-family: 'myriad_appletext',sans-serif;
    background-color: #222222;
    color: #Ffffff;
}
*{
    margin: 0;
    padding: 0;
}
.overflow{
   /* overflow: hidden; */
}

h1{
    font-family: 'MyriadPro-Light';
    font-weight: 300;
    font-size: 45px;
    line-height: 70px;
    text-align: left;
    width: 1150px;
    margin:0 auto;
    color: #ffffff;
    padding: 120px 0 0;
    position: relative;
}

.top_h1:after{
    content: "";
    position: absolute;
    width: 750px;
    height: 625px;
    top: 0px;
    right: -165px;
    background: url("//macphunsoftware.cachefly.net/images/aurorahdr/contact/aurora_contact.jpg") no-repeat;
    background-size: 750px;

}

.wrapper{
    background: #1f1f1f;
    overflow: hidden;
}

.questions-items{
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    z-index: 11;
}
.questions-item{
    width: 325px;
    height: 390px;
    background: #222222;
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
    position: relative;
}

.br .questions-item{
    height: 420px;
}

.ja .questions-item{
    height: 430px;
}


.questions-item h2{
    font-family: 'MyriadPro-Light';
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    padding: 25px  0 15px 34px;
    text-align: left;
    color: #ffffff;
}

.questions-item p{
    font-family: 'myriad_appletext';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding:  0 20px 0px 34px;
    text-align: left;
    color: #7e7e7e;
}


.questions-item a{
    position: absolute;
    width: 130px;
    right: 0;
    left: 0;
    bottom: 45px;
    margin: auto;
    font-family: 'MyriadPro-Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    padding:  19px 0px 15px;
    text-align: center;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 3px;

    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
}

.questions-item a:hover{
    background-color: rgba(255,255,255,0.2);
}


.helplinks{background: none;    padding: 45px 0 !important;}
.helplinksbox{
    background-color: #1c1c1c;
    width: 325px;
    margin: 0 2px;
}
.prefooter{
    position: relative;
    width: 100%;
    background: #222222;
}

.prefooter h2{
    font-family: 'MyriadPro-Light';
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    width: 1150px;
    margin:0 auto;
    color: #ffffff;
    padding: 100px 0 0;
}


/*popup-contact start*/

.contact-form-wrapper{
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);

}
.contact-form{
    width: 665px;
    height: 430px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #f2f2f2;
    padding: 0 40px;
}


.close-contact-form:before {
    content: "×";
    position: absolute;
    left: -36px;
    top: -36px;
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    color: #ffffff;
    opacity: 0.5;
    cursor: pointer;
    font-weight: 300;
    font-family: 'MyriadPro-Light';
}
.close-contact-form:hover:before {
    opacity: 1;
}
.contact-form h2{
    font-family: 'myriad_appletext';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    margin: 50px 0 10px 0;
}
.form-popup{
    text-align: right;
}
.form-popup input{
    display: block;
    width: 290px;
    height:43px;
    padding: 0 19px;
    font-family: 'myriad_appletext';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color:#808080;
    border: 1px solid #e4e4e4;
    outline: none;
    margin-bottom: 16px;

}

.form-popup input[name=name]{
    float: left;
}
.form-popup input[name=email]{
    float: right;
}

.form-popup textarea{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 144px;
    max-height: 144px;
    padding: 10px 19px;
    font-family: 'myriad_appletext';
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color:#808080;
    border: 1px solid #e4e4e4;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:28px;
    resize: none;

}
.askErro {
    z-index: -1;
}
.soonSupport{
    color: #212121;
    visibility: hidden;
    z-index: -1;
}
.soonSupport .socbox {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.askError.active, .soonSupport.active {
    background-color: #f2f2f2;
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
    visibility: visible;
}
.askError.active h4, .soonSupport h4 {
    text-align: center;
    color: #333333;
    font-family: "myriad_appletext";
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    padding: 150px 0 0 0 ;
}
.askError.active p, .soonSupport p {
    color: #333333;
    font-family: "myriad_appletext";
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin: 20px auto 0;
    text-align: center;
}


.askError{
    color: rgba(238,92,92,1);
    padding-right: 30px;
    display: none;
}
.askError.active {
    display: inline-block;
}
.form-popup .error {
    box-shadow: inset 0 0px 0px 2px rgba(238,92,92,1) !important;
}
#Ask .mpBtn {
    background-color: #0076e9;
    border: 1px solid #0076e9;
}
#Ask .mpBtn:hover {
    background-color: #0269ce;
    border: 1px solid #0269ce;
}
#Ask .busy {
    background-color: #0269ce;
    border: 1px solid #0269ce;
    cursor: default;
}
#Ask .busy:hover {
    background-color: #0269ce;
    border: 1px solid #0269ce;
}
.form-popup .v_anim {
    background: rgba(0, 0, 0, 0) url("/images/home/loading.gif") no-repeat scroll center top;
    display: none;
    height: 16px;
    margin: -2px 0 0 3px;
    position: absolute;
    vertical-align: -2px;
    width: 16px;
}
.form-popup .busy .v_anim {
    display: inline-block;
}
/*popup-contact end*/


@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (   min--moz-device-pixel-ratio: 1.5),
only screen and (     -o-min-device-pixel-ratio: 3/2),
only screen and (        min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 192dpi) {


}



@media only screen and (max-device-width: 1360px),
only screen and (max-width: 1360px){

    h1{
        padding: 80px 0 0;
    }
    .questions-items{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .prefooter h2{
        padding: 60px 0 0;
    }
    .helplinks{
        padding: 30px 0 45px !important;
    }
    .helplinksbox{
        width: 292px;
        height: 114px;
    }
    .questions-item{
        width: 292px;
        height: 360px;
    }

    .ja .questions-item{
        height: 430px;
    }


    .br .questions-item{
        width: 292px;
        height: 420px;
    }
    .questions-item h2{
        padding: 20px 0 10px 34px;
        font-size: 22px;
        line-height: 32px;
    }
    .questions-item a{
        bottom: 25px;
    }

}




@media only screen and (max-device-width: 1360px),
only screen and (max-width: 1360px), (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .top_h1:after{
        content: "";
        position: absolute;
        width: 750px;
        height: 625px;
        top: 0px;
        right: -165px;
        background: url("//macphunsoftware.cachefly.net/images/aurorahdr/contact/aurora_contact2x.jpg") no-repeat;
        background-size: 750px;

    }

}
.deal2016{
    z-index: 1;
    background: #070707;
}