.option-slider-panel{
    padding: 0;
    background-color: #222;
    text-align: center;
}
.option-slider-panel img{
    width: 100%;
    margin-top:-80px;
}
.option-slider-panel .meta-inside{
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.298039);
}
.option-slider-panel .meta-inside{
    -webkit-animation: feature-text-anim .5s ease-in-out;
    animation: feature-text-anim .5s ease-in-out;
}
.option-slider-panel .meta-inside .meta-description{
    color: rgba(255,255,255,.95);
    font-size: 14px;
    line-height: 1.5em;
}
.option-slider-panel .meta-inside .meta-description p{
    font-family: "adobe-garamond-pro";
    font-size: 24px;
    line-height: 1.5em;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    margin: 20px auto;
    width: 700px !important;
}
.option-slider-panel .meta-inside .meta-description p strong{
    font-family: "proxima-nova";
    font-size: 68px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    color: #fff;
}
.option-slider-panel .meta-inside .meta-description a{
    font-family: "proxima-nova";
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    padding: 1em 1.75em;
    display: inline-block;
    line-height: 1em;
    margin: 10px auto;
    color: #fff;
    background-color: #e63946;
    -webkit-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -moz-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -ms-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    -o-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
    border-radius: 300px;
    background-color: #e63946;
}
.option-slider-panel .meta-inside .meta-description a:hover,.option-slider-panel .meta-inside .meta-description a:active{
    color: #fff;
    background-color: rgba(230,57,70,.7);
}
.sqs-block{
    padding: 40px 0;
}
.sqs-block-pad-tb{
    padding-top: 40px;
    padding-bottom: 40px;
}
.sqs-block-pad-t{
     padding-top: 40px;
     padding-bottom: 0;
}
.sqs-block-pad-b{
    padding-top: 0;
    padding-bottom: 40px;
}
.sqs-block-content{
    font-family: "adobe-garamond-pro";
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: rgba(41,41,41,.7);
}
@media (min-width: 769px ) and (max-width: 992px ){
    .ui-slider-tabs-content-container {
        height: 420px!important;
    }
}
@media (max-width: 768px){
    .option-slider-panel img {
        margin-top: -50%;
        margin-left: -50%;
        width: auto;
        height: 100%;
    }
    .ui-slider-tabs-content-container {
        height: 520px!important;
    }
    .showOnHover{
        opacity: .5!important;
        display: inline-block!important;
    }
    .sqs-block{
        padding-left: 20px;
        padding-right: 20px;
    }
    .option-slider-panel .meta-inside .meta-description p strong{
        font-size: 30px;
    }
    .option-slider-panel .meta-inside .meta-description p{
        width: 90% !important;
    }
}
.image-block-wrapper{
    width:100%;
    height: auto;
}
.image-block-wrapper img{
    width:100%;
    height: auto;
}
.graduation-panel .image-block-wrapper{
    width:100%;
    height: 100px;
    text-align: center;
}
.graduation-panel .image-block-wrapper img{
    width: auto;
    height: 100%;
    max-width: 100%;
}
.promoted-gallery-wrapper{
    overflow: hidden;
}
.text-padding{
    padding: 17px 0;
}
.col-md-option-4{
    position: relative;
    min-height: 1px;
}
.col-md-option-2{
    position: relative;
    min-height: 1px;
    padding:15px;
}
.col-md-option-2{
    width: 50%;
    float: left;
}
@media (min-width: 992px){
    .col-md-option-4{
        width: 33.33333333%;
        float: left;
    }
}
@media (max-width: 991px){
    .col-md-option-2{
        width: 50%;
        float: left;
    }
    .graduation-panel .col-md-option-4 {
        position: relative;
        min-height: 1px;
        width: 100%;
        float: left;
    }
}