@charset "UTF-8";
/*-----------------------
 overRide
 -----------------------*/
#headerWrapper{
    min-height: inherit !important;
}


/*-----------------------
 #contactWrapper
 -----------------------*/
 #contactWrapper{
    position: relative;
    background-color: #fff;
    line-height: 1.8;
    padding-top: 80px;
    padding-bottom: 25px;
    text-align: center;
}

#contactWrapper h2{
    font-size: 25px;
    padding-bottom: 40px;
}

#contactWrapper h2::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background-color: #000;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

#contactWrapper p[data-contact="subRead"]{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 45px;
}

#contactWrapper article{
}

#contactWrapper section{
    padding-bottom: 40px;
}

#contactWrapper section h3{
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #252525;
    color: #fff;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

#contactWrapper section[data-contact="mail"] h3{
     margin-bottom: 25px;
}


section[data-contact="tel"] p[data-contact="text"]{
    display: block;
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 20px;
}


#contactWrapper figure{
    position: relative;
    padding-top: 25px;
}

#contactWrapper figure img{
    width: 360px;
    border-radius: 10px;
}

#contactWrapper figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(161, 215, 221, 0.3);
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    mix-blend-mode: screen;
    z-index: 500;
}

/* bootstrap overRide */
form label{
    width: 100%;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea {
    width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 16px;
    padding: 5px 30px 5px 30px;
    position: relative;
    display: inline-block;
    border: solid 2px #252525;
    color: #252525;
    border-radius: 8px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    background-color: inherit;
}

input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    background-color: #252525;
}




.form-control {
    height: 35px;
    background-color: #f1f1f1 !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.form-group {
    margin-bottom: 20px;
}


@media (min-width: 768px){
    #contactWrapper{
        padding-top: 80px;
        padding-bottom: 50px;
    }
    #contactWrapper p[data-contact="subRead"]{
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 45px;
    }
    section[data-contact="tel"] p[data-contact="text"]{
        display: block;
        font-size: 15px;
        line-height: 1.8;
        padding-bottom: 20px;
    }

}

@media (min-width: 992px){
}

@media (min-width: 1200px){

}



/*-----------------------
 #policyWrapper
 -----------------------*/
#policyWrapper{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #F7F7F7;
}

#policyWrapper h2{
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
    letter-spacing: 1px;
    line-height: 1.4;
    text-align: center;
}

#policyWrapper article{
    font-size: 16px;
    line-height: 1.8em;
    color: #444;
    text-align: left;
}

#policyWrapper section{
    position: relative;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: dotted 1px #ccc;
}

#policyWrapper section h4{
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
}

#policyWrapper section p[data-policy="text"]{
    font-size: 14px;
    line-height: 1.8;
    padding-top: 5px;
}


@media (max-width: 360px){
}

@media (min-width: 768px){
    #policyWrapper{
        padding-top: 80px;
        padding-bottom: 120px;
    }
    #policyWrapper h2{
        font-size: 23px;
    }
    #policyWrapper section{
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: dotted 1px #ccc;
    }
}

@media (min-width: 992px){
    #policyWrapper article{
        font-size: 18px;
    }

}

@media (min-width: 1200px){
}