/** 
 *  Master Slider
 * 	Core css file
 */

.master-slider {
    position: relative;
    visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
}

    .master-slider, .master-slider * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .master-slider.before-init {
        }

        .master-slider.ms-fullheight {
            height: 100%;
        }

.ms-layout-partialview .ms-view {
    overflow: visible;
    background-color: transparent;
}

.ms-layout-partialview .ms-container {
    overflow: hidden;
}

.master-slider img, .ms-slide-bgvideocont video {
    max-width: none;
}

.ms-ie img {
    border: none;
}

.ms-ie8 * {
    opacity: inherit;
    filter: inherit;
}

.ms-ie7 {
    zoom: 1;
}

.ms-loading-container {
    position: absolute;
    width: 100%;
    top: 0;
}

.ms-slide-auto-height {
    display: table;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
    width: 36px;
    height: 36px;
    background: url(loading-2.gif) no-repeat center white;
    border-radius: 60px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px;
    opacity: 0.9;
}


/* grab cursor */
.ms-no-swipe, .ms-def-cursor {
    cursor: auto !important;
}

.ms-grab-cursor {
    cursor: url("grab.png"), move;
}

.ms-grabbing-cursor {
    cursor: url("grabbing.png"), move;
}

.ms-ie .ms-grab-cursor {
    cursor: url("../masterslider/style/grab.html"), move;
}

.ms-ie .ms-grabbing-cursor {
    cursor: url("../masterslider/style/grabbing.html"), move;
}

.ms-view {
    margin: 0px auto;
    overflow: hidden;
    background: black;
    position: relative;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}

    .ms-view .ms-slide-container {
        position: relative;
    }

.ms-slide {
    position: absolute;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
}

    .ms-slide.selected {
    }

    .ms-slide .ms-slide-bgcont,
    .ms-slide .ms-slide-bgvideocont {
        position: absolute;
        overflow: hidden;
        width: 100%;
    }

    .ms-slide .ms-slide-bgvideocont {
        z-index: 105;
        height: 100%;
    }

    .ms-slide .ms-slide-bgvideocont,
    .ms-slide-bgvideocont > video {
        -webkit-transform: translateZ(0.3px);
        -moz-transform: translateZ(0.3px);
        -ms-transform: translateZ(0.3px);
        -o-transform: translateZ(0.3px);
        transform: translateZ(0.3px);
    }

    .ms-slide .ms-slide-bgvideo {
        position: absolute;
        top: 0px;
    }


.ms-inner-controls-cont, .ms-container {
    position: relative;
    margin: 0 auto;
}

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ms-slide .ms-layer {
    position: absolute;
}

.ms-slide .ms-slide-layers {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 110;
    top: 0px;
}

.ms-slide .ms-slide-video {
    position: absolute;
    top: 0;
    z-index: 111;
    background: black;
    padding: 0;
    margin: 0;
    border: none;
}

.ms-parallax-layer {
    width: 100%;
    position: absolute;
    top: 0;
}

.ms-scroll-parallax-cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0.4px);
    -moz-transform: translateZ(0.4px);
    -ms-transform: translateZ(0.4px);
    -o-transform: translateZ(0.4px);
    transform: translateZ(0.4px);
}

.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont {
}

.ms-scroll-parallax .ms-slide-bgcont {
}

/*-----------------------------------------------------------*/
.ms-action-layer {
    cursor: pointer;
}

.ms-btn-container {
    position: absolute;
}

.ms-btn {
    text-decoration: none;
    display: inline-block;
    color: black;
    position: relative;
    padding: 8px 15px;
    cursor: pointer;
    white-space: nowrap;
}

.ms-default-btn {
    background: #0074A2;
    border-radius: 5px;
    color: #FFF;
}

    .ms-default-btn:hover {
        background-color: #0098D5;
    }

    .ms-default-btn:active {
        top: 1px;
    }

.ms-layer.video-box {
    background: black;
}

    .ms-layer.video-box iframe {
        padding: 0;
        margin: 0;
        border: none;
        position: absolute;
        z-index: 110;
    }

.ms-btn-s {
    padding: 14px 17px;
    font-size: 80%;
    line-height: 0;
}

.ms-btn-m {
    padding: 12px 40px;
}

.ms-btn-n {
    padding: 8px 25px;
    font-size: 95%;
}

.ms-btn-l {
    padding: 17px 50px;
    font-size: 120%;
}

.ms-btn-box {
}

.ms-btn-round {
    border-radius: 5px;
}

.ms-btn-circle {
    border-radius: 100px;
}

.ms-btn-outline-box {
}

.ms-btn-outline-round {
    border-radius: 5px;
}

.ms-btn-outline-circle {
    border-radius: 100px;
}
/*-----------------------------------------------------------*/

.ms-layer.video-box {
    background: black;
}

    .ms-layer.video-box iframe {
        padding: 0;
        margin: 0;
        border: none;
        position: absolute;
        z-index: 110;
    }

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
    position: absolute;
    cursor: pointer;
    z-index: 110;
}

.ms-slide .ms-slide-vcbtn {
    position: absolute;
    cursor: pointer;
    z-index: 113;
}

.ms-slide-vcbtn-mobile {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: black;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 113;
}

    .ms-slide-vcbtn-mobile .ms-vcbtn-txt {
        text-transform: uppercase;
        font-family: sans-serif;
        font-size: 0.75em;
        display: inline-block;
        background: url(video-close-btn.png) no-repeat 0px 3px;
        padding-left: 15px;
        height: 15px;
        color: #DBDBDB;
        margin-top: 7px;
    }

.ms-slide .ms-slide-vcbtn,
.ms-slide .ms-slide-layers,
.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-slide-video {
    -webkit-transform: translateZ(0.44px);
    -moz-transform: translateZ(0.44px);
    -ms-transform: translateZ(0.44px);
    -o-transform: translateZ(0.44px);
    transform: translateZ(0.44px);
}

.ms-video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ms-mask-frame {
    overflow: hidden;
    position: absolute;
    float: left;
}

/* controls */

.ms-thumb-list {
    overflow: hidden;
    position: absolute;
}

    .ms-thumb-list.ms-dir-h {
        width: 100%;
    }

    .ms-thumb-list.ms-dir-v {
        height: 100%;
        top: 0;
    }

.ms-thumbs-cont {
    position: relative;
}

.ms-thumb-frame img {
    width: 100%;
    height: auto;
}

.ms-thumb-frame {
    cursor: pointer;
    float: left;
    overflow: hidden;
    opacity: 0.5;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ms-thumb-frame-selected {
    opacity: 1;
}

.ms-tabs .ms-thumb-frame {
    background-color: #F6f6f6;
    text-shadow: 0 1px 1px white;
    color: #222;
    border: solid 1px white;
    border-width: 0 1px 1px 0;
    overflow: visible;
    position: relative;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {
    margin-top: 12px;
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
    margin-left: 12px;
}

.ms-tabs .ms-thumb {
    padding: 20px 20px;
}

.ms-tabs .ms-thumb-frame-selected {
    opacity: 1;
    background: #EDEDED;
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    top: 0px;
    left: 50%;
    margin-left: -12px;
    border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    top: -12px;
    border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    left: -12px;
    border-right-color: white;
}


.ms-bullet {
    cursor: pointer;
    float: left;
}

.ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px;
}

.ms-bullets.ms-dir-v {
    position: absolute;
    top: 50%;
}

    .ms-bullets.ms-dir-v .ms-bullet {
        float: none;
    }

.ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%;
}

.ms-sbar {
    position: absolute;
}

    .ms-sbar.ms-dir-h {
        left: 10px;
        right: 10px;
        top: 5px;
    }

    .ms-sbar.ms-dir-v {
        top: 10px;
        bottom: 10px;
        right: 5px;
    }

    .ms-sbar .ms-bar {
        height: 4px;
        background: #333;
        border-radius: 4px;
    }

    .ms-sbar.ms-dir-v .ms-bar {
        width: 4px;
    }

    .ms-sbar .ms-bar {
        position: relative;
        -webkit-transition: opacity 300ms;
        -moz-transition: opacity 300ms;
        -ms-transition: opacity 300ms;
        -o-transition: opacity 300ms;
        transition: opacity 300ms;
    }

.ms-timerbar {
    width: 100%;
    bottom: 0px;
    position: absolute;
}

.ms-ctimer {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
}

.ms-ctimer-bullet {
}

.ms-time-bar {
    -webkit-transition: width 120ms linear;
    -moz-transition: width 120ms linear;
    -ms-transition: width 120ms linear;
    -o-transition: width 120ms linear;
    transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow {
    height: 0px;
}

.ms-slide-info {
    position: absolute;
}

    .ms-slide-info.ms-dir-v {
        top: 0;
    }

    .ms-slide-info.ms-dir-h {
        width: 100%;
    }

@keyframes point-anim {
    0% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes point-anim {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
}

.ms-skin-default .ms-timerbar {
    top: 1px;
    bottom: auto;
}

.ms-skin-default .ms-time-bar {
    height: 3px;
    background: white;
    background: rgba(255, 255, 255, 0.6);
    border-top: none;
}

.ms-layer {
    margin: 0;
    padding: 0;
    line-height: 100%;
    letter-spacing: 0;
}

.slide-1 .hps-title1 { 
    font-size: 18px;
    font-weight: 600;
}

.slide-1 .hps-title2 {
    font-size: 28px;
    font-weight: 300; 
    color: #508295;
}

.slide-2 .hps-title1 {
    font-weight: 300;
    font-size: 45px; 
    color: white;
    background-color: #f65256;
    padding: 6px 9px;
}

.slide-2 .hps-title2 {
    font-weight: 300;
    font-size: 32px; 
    background: white;
    padding: 11px 12px;
}

.slide-3 .hps-title1 {
    font-weight: 900;
    color: white; 
    font-size: 46px;
}

.slide-3 .hps-title2 {
    font-weight: 300;
    font-size: 20px; 
    color: white;
}

.slide-3 .hps-amp {
    font-weight: 100;
    font-size: 78px;
    color: #7C96BD;
}

.slide-3 .hps-title3 {
    color: white;
    font-size: 37px; 
    font-weight: 300;
    padding: 10px 12px;
    background-color: #dd0d14;
}

.slide-3 .hps-title4 {
    color: white;
    background-color: black;
    font-size: 37px;
    font-weight: 300; 
    padding: 10px 14px;
}

.ms-tooltip {
    max-width: 250px !important;
}

    .ms-tooltip .product-tt {
        font-size: 1em;
        padding: 5px;
        color: #222;
        text-shadow: none;
    }

        .ms-tooltip .product-tt h3 {
            font-size: 1.4em;
            color: #222;
            margin: 0 0 5px 0;
            font-weight: 400;
        }


.slide-4 .hps-title1 {
    font-weight: 600;
    font-size: 23px;
    text-transform: uppercase;
    color: #222;
}

.slide-5 .hps-title1, .slide-5 .hps-title2 {
    color: white;
    text-transform: uppercase;
    font-size: 2.6em;
    font-weight: 300;
    text-shadow: 0 1px black;
}

.slide-5 .hps-title3 {
    background-color: #61c6d7;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 400;
    color: black;
    text-shadow: 0 1px white;
    padding: 13px;
}

.slide-5 .hps-text1 {
    color: white;
    text-shadow: 0 1px black;
    width: 30%;
    line-height: 19px;
    font-size: 14px;
}

.slide-6 .hps-title1 {
    color: #222;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2.3em;
    line-height: 26px;
    text-shadow: 0 1px white;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 17px 23px;
}

    .slide-6 .hps-title1 > .sub-title {
        font-weight: 300;
        font-size: 0.7em;
    }

.slide-6 .hps-title2 {
    color: white;
    text-shadow: 0 1px black;
    background-color: #222;
    font-weight: 400;
    font-size: 1em;
    padding: 10px 25px;
}

.slide-6 .hps-title3 {
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    text-shadow: 0 1px black;
    font-size: 1.2em;
    padding: 18px 25px;
    background-color: #df192a;
}

.slide-6 .hps-title3-vimeo {
    background-color: #1bb6ec;
    padding: 17px 25px;
}

.slide-7 .hps-title1 {
    color: white;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: 0 1px black;
}

.slide-7 .hps-title2 {
    text-transform: uppercase;
    color: #f74e50;
    text-shadow: 0 1px black;
    font-size: 21px;
    letter-spacing: 0.76em;
    font-weight: 900;
}

.slide-7 .hps-title3 {
    color: white;
    text-transform: uppercase;
    text-shadow: 0 1px black;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 14px 81px;
    font-size: 14px;
    font-weight: 400;
}

.slide-video {
    color: #222;
    text-shadow: 0 1px white;
}

    .slide-video .hps-vicapton-box {
        width: 48%;
        height: 24%;
        background: rgba(255, 255, 255, 0.6);
    }

    .slide-video .hps-hd {
        font-weight: 900;
        font-size: 130px;
    }

    .slide-video .hps-videotitle {
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 300;
        -webkit-transform-origin: top right;
        -moz-transform-origin: top right;
        -ms-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right;
    }

    .slide-video .hps-videotext {
        width: 29%;
        line-height: 22px;
    }

/*----------------------------------------*/

.hrow {
    position: relative;
    min-height: 253px;
}

    .hrow.row-title {
        height: 195px;
        min-height: 0;
        background-color: #eee;
        text-align: center;
    }

.row-arrow {
    position: absolute;
    height: 10px;
    border-left: solid 18px rgba(0, 0, 0, 0);
    border-right: solid 18px rgba(0, 0, 0, 0);
    border-top: solid 20px #EEE;
    top: 0;
    left: 50%;
    margin-left: -18px;
}

.row-title h2 {
    margin-top: 84px;
    padding: 0 15px 25px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #4F2840;
    display: inline-block;
    text-shadow: 0 1px 0px #FFF;
    font-size: 1.15em;
    text-transform: uppercase;
    background: url("../../../www.masterslider.com/wp-content/uploads/home-title-arrow.gif") no-repeat center 32px;
}

.hrow.white-hrow {
    background: #Fbfbfb;
}

.hrow.gray-hrow {
    background: #eee;
}

    .hrow.gray-hrow .row-content {
        text-shadow: 0 1px 0 #FFF;
    }

.hrow .row-content {
    padding: 70px 60px 0 550px;
}

.hrow .feature-img {
    position: absolute;
    bottom: 0;
    margin: 0;
}

.hrow .row-content > p {
    margin: 0px;
    padding-bottom: 20px;
}

.hrow .row-content > h3 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 2.3em;
    color: #333;
}

.hrow.gray-hrow .row-content {
    padding: 70px 550px 0 80px;
}

.hrow.gray-hrow .feature-img {
    right: 0;
}

.hrow.fe-transitions .row-content {
    padding-left: 585px;
}

@media only screen and (max-width: 1199px) {
    .row-content {
        padding-top: 50px !important;
    }

    .hrow .row-content > h3 {
        font-size: 1.5em;
    }
}


@media only screen and (max-width: 990px) {
    .hrow.fe-transitions .row-content,
    .hrow.fe-flickr .row-content {
        padding-top: 40px !important;
    }
}

@media only screen and (max-width: 960px) {


    .hrow {
        min-height: 197px !important;
    }

        .hrow.row-title {
            height: 120px !important;
            min-height: 0px !important;
        }

    .row-title h2 {
        margin-top: 40px;
    }

    .hrow .feature-img {
        width: 40%;
    }

    .hrow.gray-hrow .row-content {
        padding-right: 45%;
        padding-left: 50px;
    }

    .hrow.white-hrow .row-content {
        padding-left: 45%;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 650px) {


    .hrow .feature-img {
        width: 90%;
        position: relative;
        float: none !important;
        display: block;
    }

    .hrow .row-content {
        padding-right: 30px !important;
        padding-left: 30px !important;
        text-align: center;
    }

    .hrow.gray-hrow .feature-img {
        margin-left: 10%;
    }

    .hrow.white-hrow .feature-img {
        margin-right: 10%;
    }
}
