.mightyslider_modern_skin .mSPages{
    right: 35px;
    left: auto;
}
.featurette {
    overflow: visible;
}
.frame {
    width: 100%;
    height: 360px;
}
.frame .slide_element {
    height: 100%;

    -webkit-perspective: 1000px;
        -ms-perspective: 1000px;
            perspective: 1000px;

    -webkit-perspective-origin: 50% 50%;
        -ms-perspective-origin: 50% 50%;
            perspective-origin: 50% 50%;
}
.frame .slide_element > div {
    float: left;
    width: 1000px;
    height: 100%;
    margin: 0;

    -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.frame .slide_element > div.slide1 {
    background: #0ac2d2;
}
.frame .slide_element > div.slide2 {
    background: #f68dbb;
}
.frame .slide_element > div.slide3 {
    background: #60d7a9;
}
.frame .slide_element > div.slide4 {
    background: #fdc162;
}
.mSCaption {
    display: none;
    position: absolute;
    color: #FFF;
}
.titleCaption {
    top: -50px;
    left: 30px;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    white-space: normal;
    opacity: 0;
    color: #000;
    font-family: 'GothamBook';
    filter: alpha(opacity=0);
    z-index: 10;
}
.subTitleCaption{
    top: 213px;
    width: 420px;
    left: 46px;
}
/*.block {
    width: 150px;
    height: 24px;
    padding: 25px;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    opacity: 0;
    filter: alpha(opacity=0);
}*/
.whiteBlock {
    background: #FFF;
    color: #000;
}
.noOpacity {
    opacity: 1;
    filter: alpha(opacity=100);
}
.textShadow {
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
.blurBackground {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    filter: alpha(opacity=0);
}
.blurBackground img {
    width: 100%;
    height: 100%;
}
.imageTractor {
    top: -30px;
    left: auto;
    right: -170px;
    width: auto;
    font-size: 22px;
    font-weight: 300;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    bottom: 26px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.seeMore{
    top:250px;
    left: 46px;
    opacity: 0;
}
.quoterCaption {
    top: 290px;
    left: 915px;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mightySlider {
    top: 176px;
    left: 449px;
    font-size: 42px;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    opacity: 0;
    filter: alpha(opacity=0);
}
.mightySlider strong {
    font-weight: 300;
}
.mightySlider img {
    max-width: 60%;
    display: block;
    margin: 0 auto;
}