@charset "utf-8";

/* CSS Document */

a {
    text-decoration: none !important;
}

.ban {
    background-image: url(/web/20161104204936im_/http://skylinegroup.info/images/Banner02.jpg);
    background-position: center;
    width: 100%;
    height: 100%;
}

#wrap {
    position: relative;
    margin: 0px auto;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    visibility: visible;
}

.header {
    margin: 0px auto;
    position: fixed;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    height: 115px;
}

.case-content {
    /* min-height: 350px; */
    color: #000000;
    text-align: justify;
}

.blankc {
    margin: auto;
    width: 85%;
    text-transform: capitalize;
}

.leftc {
    margin: 40px;
    background: #e2e1e1;
    line-height: 160%;
    font-size: 14px;
}

.skylinelogo {
    float: left;
    left: 5px;
    z-index: 99999;
    width: 200px;
}

.header-right {
    width: 80%;
    margin-top: 37px;
    margin-right: 10px;
    float: right;
}

.middle {
    position: relative;
    display: inline-block;
    background-color: #e2e1e1;
    width: 100%;
}

.middle1 {
    position: relative;
    display: inline-block;
    margin-top: 7px;
    background-color: #fff;
    width: 100%;
}

.midleft {
    float: left;
    width: 50%;
}

.midright {
    float: right;
    width: 50%;
}

.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 50%;
    float: left;
    height: 570px;
}

.span_1_of_3 {
    width: 50%;
    height: 570px;
    float: right;
    background-color: #e2e1e1;
}

.span_1_of_4 {
    width: 50%;
    height: 556px;
    float: right;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

.slider {
    position: relative;
    margin: 0px auto;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 570px;
    overflow: hidden;
    visibility: visible;
}

@media only screen and (max-width: 480px) {
    .span_2_of_2 {
        width: 100%;
    }
    .img-box {
        height: auto;
    }
    .span_1_of_2 {
        width: 100%;
        height: auto;
    }
    .col-6 {
        width: 100%;
        float: none;
    }
    .span_1_of_3 {
        width: 100%;
        height: auto ! Important;
    }
}

@media only screen and (max-width:700px) {
    .span_2_of_2 {
        width: 100%;
    }
    .span_1_of_2 {
        width: 100%;
        height: auto;
    }
    .col-6 {
        width: 100%;
        float: none;
    }
    .span_1_of_3 {
        width: 100%;
        height: auto ! Important;
    }
}


/* start disclaimer section */

.disclaimer {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.77);
    z-index: 9999;
    padding: 50px 0px;
    position: absolute;
}

.disclaimer h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.dis-content {
    background: #fff;
    height: 100%;
    text-align: justify;
    overflow-y: scroll;
    width: 90%;
    max-width: 600px;
    max-height: 50vh;
    margin: 0 auto;
    padding: 1em;
}

.overflow {
    height: 100%;
    overflow-y: hidden;
}

.dis-content p {
    font-size: 14px;
    color: #333;
}

.disclaimer a {
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    padding: 7px 20px;
    background: #fff;
    text-decoration: none;
    color: #222;
    width: inherit;
}

.disclaimer a:hover {
    background: #e14b70;
    color: #fff;
}

.dis-btm {
    text-align: center;
}


/* End disclaimer section  */

.footerSec {
    padding: 10px 0;
    text-align: center;
}


  /* Start onload image popup show */
    
    #consolPopup {
        display: none;
        max-width: 400px !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    #consolPopup img {
        width: 100%;
    }
    
    .fancybox-skin {
        padding: 0 !important;
    }
    /* End of onload image popup show */