/** 
 *  Master Slider
 * 	Core css file
 */
html.aui body.home-page #content .ms-tabs-template {
  /* grab cursor */
  /*.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{}*/
  /*-----------------------------------------------------------*/
  /*-----------------------------------------------------------*/
  /* controls */
  @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 */
  /* controls */ }
  html.aui body.home-page #content .ms-tabs-template .master-slider {
    position: relative;
    visibility: hidden;
    -moz-transform: translate3d(0, 0, 0); }
  html.aui body.home-page #content .ms-tabs-template .master-slider a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  html.aui body.home-page #content .ms-tabs-template .master-slider, html.aui body.home-page #content .ms-tabs-template .master-slider * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  html.aui body.home-page #content .ms-tabs-template .master-slider.ms-fullheight {
    height: 100%; }
  html.aui body.home-page #content .ms-tabs-template .ms-layout-partialview .ms-view {
    overflow: visible;
    background-color: transparent; }
  html.aui body.home-page #content .ms-tabs-template .ms-layout-partialview .ms-container {
    overflow: hidden; }
  html.aui body.home-page #content .ms-tabs-template .master-slider img, html.aui body.home-page #content .ms-tabs-template .ms-slide-bgvideocont video {
    max-width: none; }
  html.aui body.home-page #content .ms-tabs-template .ms-ie img {
    border: none; }
  html.aui body.home-page #content .ms-tabs-template .ms-ie8 * {
    opacity: inherit;
    filter: inherit; }
  html.aui body.home-page #content .ms-tabs-template .ms-ie7 {
    zoom: 1; }
  html.aui body.home-page #content .ms-tabs-template .ms-loading-container {
    position: absolute;
    width: 100%;
    top: 0; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide-auto-height {
    display: table; }
  html.aui body.home-page #content .ms-tabs-template .ms-loading-container .ms-loading,
  html.aui body.home-page #content .ms-tabs-template .ms-slide .ms-slide-loading {
    width: 36px;
    height: 36px;
    background: url(../images/master_slider/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; }
  html.aui body.home-page #content .ms-tabs-template .ms-no-swipe, html.aui body.home-page #content .ms-tabs-template .ms-def-cursor {
    cursor: auto !important; }
  html.aui body.home-page #content .ms-tabs-template .ms-grab-cursor {
    cursor: url(../images/master_slider/grab.png), move; }
  html.aui body.home-page #content .ms-tabs-template .ms-grabbing-cursor {
    cursor: url(../images/master_slider/grabbing.png), move; }
  html.aui body.home-page #content .ms-tabs-template .ms-ie .ms-grab-cursor {
    cursor: move; }
  html.aui body.home-page #content .ms-tabs-template .ms-ie .ms-grabbing-cursor {
    cursor: move; }
  html.aui body.home-page #content .ms-tabs-template .ms-view {
    margin: 0px auto;
    overflow: hidden;
    background: black;
    position: relative;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px; }
  html.aui body.home-page #content .ms-tabs-template .ms-view .ms-slide-container {
    position: relative; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide {
    position: absolute;
    height: 100%;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px); }
  html.aui body.home-page #content .ms-tabs-template .ms-wk .ms-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide .ms-slide-bgcont,
  html.aui body.home-page #content .ms-tabs-template .ms-slide .ms-slide-bgvideocont {
    position: absolute;
    overflow: hidden;
    width: 100%; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide .ms-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 110; }
  html.aui body.home-page #content .ms-tabs-template .ms-ie .ms-slide-link {
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide .ms-slide-bgvideocont {
    z-index: 105;
    height: 100%; }
  html.aui body.home-page #content .ms-tabs-template .ms-wk .ms-slide .ms-slide-bgvideocont,
  html.aui body.home-page #content .ms-tabs-template .ms-wk .ms-slide-bgvideocont > video {
    -webkit-transform: translateZ(0.3px);
    transform: translateZ(0.3px); }
  html.aui body.home-page #content .ms-tabs-template .ms-slide .ms-slide-bgvideo {
    position: absolute;
    top: 0px; }
  html.aui body.home-page #content .ms-tabs-template .ms-inner-controls-cont, html.aui body.home-page #content .ms-tabs-template .ms-container {
    position: relative;
    margin: 0 auto; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide .ms-slide-bgcont img, html.aui body.home-page #content .ms-tabs-template .ms-container, html.aui body.home-page #content .ms-tabs-template .ms-inner-controls-cont {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide .ms-layer {
    position: absolute; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide .ms-slide-layers {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 109;
    top: 0px; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide .ms-slide-video {
    position: absolute;
    top: 0;
    z-index: 111;
    background: black;
    padding: 0;
    margin: 0;
    border: none; }
  html.aui body.home-page #content .ms-tabs-template .ms-parallax-layer {
    width: 100%;
    position: absolute;
    top: 0; }
  html.aui body.home-page #content .ms-tabs-template .ms-scroll-parallax-cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  html.aui body.home-page #content .ms-tabs-template .ms-wk .ms-scroll-parallax-cont {
    -webkit-transform: translateZ(0.4px);
    transform: translateZ(0.4px); }
  html.aui body.home-page #content .ms-tabs-template .ms-action-layer {
    cursor: pointer; }
  html.aui body.home-page #content .ms-tabs-template .ms-btn-container {
    position: absolute; }
  html.aui body.home-page #content .ms-tabs-template .ms-btn {
    text-decoration: none;
    display: inline-block;
    color: black;
    position: relative;
    padding: 8px 15px;
    cursor: pointer;
    white-space: nowrap; }
  html.aui body.home-page #content .ms-tabs-template .ms-default-btn {
    background: #0074A2;
    border-radius: 5px;
    color: #FFF; }
  html.aui body.home-page #content .ms-tabs-template .ms-default-btn:hover {
    background-color: #0098D5; }
  html.aui body.home-page #content .ms-tabs-template .ms-default-btn:active {
    top: 1px; }
  html.aui body.home-page #content .ms-tabs-template .ms-btn-s {
    padding: 14px 17px;
    font-size: 80%;
    line-height: 0; }
  html.aui body.home-page #content .ms-tabs-template .ms-btn-m {
    padding: 12px 40px; }
  html.aui body.home-page #content .ms-tabs-template .ms-btn-n {
    padding: 8px 25px;
    font-size: 95%; }
  html.aui body.home-page #content .ms-tabs-template .ms-btn-l {
    padding: 17px 50px;
    font-size: 120%; }
  html.aui body.home-page #content .ms-tabs-template .ms-btn-round {
    border-radius: 5px; }
  html.aui body.home-page #content .ms-tabs-template .ms-btn-circle {
    border-radius: 100px; }
  html.aui body.home-page #content .ms-tabs-template .ms-btn-outline-round {
    border-radius: 5px; }
  html.aui body.home-page #content .ms-tabs-template .ms-btn-outline-circle {
    border-radius: 100px; }
  html.aui body.home-page #content .ms-tabs-template .ms-layer.video-box {
    background: black; }
  html.aui body.home-page #content .ms-tabs-template .ms-layer.video-box iframe {
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    z-index: 111; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide .ms-slide-vpbtn, html.aui body.home-page #content .ms-tabs-template .ms-slide .ms-video-btn {
    position: absolute;
    cursor: pointer;
    z-index: 112; }
  html.aui body.home-page #content .ms-tabs-template .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; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.75em;
    display: inline-block;
    background: url(../images/master_slider/video-close-btn.png) no-repeat 0px 3px;
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px; }
  html.aui body.home-page #content .ms-tabs-template .ms-wk .ms-slide .ms-slide-vcbtn,
  html.aui body.home-page #content .ms-tabs-template .ms-wk .ms-slide .ms-slide-layers,
  html.aui body.home-page #content .ms-tabs-template .ms-wk .ms-slide .ms-slide-vpbtn,
  html.aui body.home-page #content .ms-tabs-template .ms-wk .ms-slide .ms-slide-video,
  html.aui body.home-page #content .ms-tabs-template .ms-wk .ms-slide-link {
    -webkit-transform: translateZ(0.44px);
    transform: translateZ(0.44px); }
  html.aui body.home-page #content .ms-tabs-template .ms-video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  html.aui body.home-page #content .ms-tabs-template .ms-mask-frame {
    overflow: hidden;
    position: absolute;
    float: left; }
  html.aui body.home-page #content .ms-tabs-template .ms-thumb-list {
    overflow: hidden;
    position: absolute;
    top: 70px !important; }
  html.aui body.home-page #content .ms-tabs-template .ms-thumb-list.ms-dir-h {
    width: 100%; }
  html.aui body.home-page #content .ms-tabs-template .ms-thumb-list.ms-dir-v {
    height: 344px;
    top: 0; }
  html.aui body.home-page #content .ms-tabs-template .ms-thumbs-cont {
    position: relative;
    top: 0 !important; }
  html.aui body.home-page #content .ms-tabs-template .ms-thumb-frame img {
    width: 100%;
    height: auto; }
  html.aui body.home-page #content .ms-tabs-template .ms-thumb-frame-selected {
    opacity: 1; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs .ms-thumb-frame {
    cursor: pointer;
    float: left;
    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; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs.ms-dir-h .ms-thumb-frame {
    margin-top: 12px; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs.ms-dir-v .ms-thumb-frame {
    margin-left: 12px;
    display: table; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {
    margin-left: 0px; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs.ms-dir-h.ms-align-top {
    z-index: 140; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame {
    margin-top: -12px; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs .ms-thumb {
    padding: 20px 20px;
    text-align: left;
    display: table-cell;
    vertical-align: middle; }
    html.aui body.home-page #content .ms-tabs-template .ms-tabs .ms-thumb p {
      margin: 0px; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs .ms-thumb-frame-selected {
    opacity: 1;
    background: #EDEDED; }
  html.aui body.home-page #content .ms-tabs-template .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; }
  html.aui body.home-page #content .ms-tabs-template .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; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    top: -12px;
    border-bottom-color: #EDEDED; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
    bottom: 0px;
    top: auto;
    border-bottom: 0px;
    border-top: solid 12px #F6f6f6; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    bottom: -12px;
    border-top-color: #EDEDED; }
  html.aui body.home-page #content .ms-tabs-template .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; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    left: -12px;
    border-right-color: #EDEDED; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #EDEDED; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    right: -12px;
    border-left-color: #EDEDED; }
  html.aui body.home-page #content .ms-tabs-template .ms-bullet {
    cursor: pointer;
    float: left; }
  html.aui body.home-page #content .ms-tabs-template .ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px; }
  html.aui body.home-page #content .ms-tabs-template .ms-bullets.ms-dir-v {
    position: absolute;
    top: 50%; }
  html.aui body.home-page #content .ms-tabs-template .ms-bullets.ms-dir-v .ms-bullet {
    float: none; }
  html.aui body.home-page #content .ms-tabs-template .ms-bullets.ms-dir-h .ms-bullets-count {
    position: relative;
    right: -50%; }
  html.aui body.home-page #content .ms-tabs-template .ms-sbar {
    position: absolute; }
  html.aui body.home-page #content .ms-tabs-template .ms-sbar.ms-dir-h {
    left: 10px;
    right: 10px;
    top: 5px; }
  html.aui body.home-page #content .ms-tabs-template .ms-sbar.ms-dir-v {
    top: 10px;
    bottom: 10px;
    right: 5px; }
  html.aui body.home-page #content .ms-tabs-template .ms-sbar .ms-bar {
    height: 4px;
    background: #333;
    border-radius: 4px; }
  html.aui body.home-page #content .ms-tabs-template .ms-sbar.ms-dir-v .ms-bar {
    width: 4px; }
  html.aui body.home-page #content .ms-tabs-template .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; }
  html.aui body.home-page #content .ms-tabs-template .ms-timerbar {
    width: 100%;
    bottom: 0px;
    position: absolute; }
  html.aui body.home-page #content .ms-tabs-template .ms-ctimer {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer; }
  html.aui body.home-page #content .ms-tabs-template .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; }
  html.aui body.home-page #content .ms-tabs-template .ms-ie7 .ms-tooltip-arrow {
    height: 0px; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide-info {
    position: absolute; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide-info.ms-dir-v {
    top: 0; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide-info.ms-dir-h {
    width: 100%; }
  html.aui body.home-page #content .ms-tabs-template .ms-android .ms-tooltip-point .ms-point-border {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-slide .ms-slide-vpbtn,
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-video-btn {
    width: 50px;
    height: 51px;
    background: url(../images/master_slider/light-skin-1.png) no-repeat -14px -150px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-slide .ms-slide-vcbtn {
    width: 30px;
    height: 30px;
    background: url(../images/master_slider/light-skin-1.png) no-repeat -24px -28px;
    top: 18px;
    right: 15%; }
  html.aui body.home-page #content .ms-tabs-template .ms-slide .ms-slide-vcbtn {
    position: absolute;
    cursor: pointer;
    z-index: 113; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-nav-next,
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-nav-prev {
    width: 30px;
    background: url(../images/master_slider/light-skin-1.png);
    background-position: -89px -26px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -20px;
    position: absolute;
    z-index: 110; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -89px -103px; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-bullet {
    width: 10px;
    height: 10px;
    background: url(../images/master_slider/light-skin-1.png) no-repeat;
    margin: 4px;
    background-position: -34px -117px; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-bullet-selected {
    background-position: -34px -84px; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-time-bar {
    height: 3px;
    background: #FFFFFF;
    border-top: solid 1px rgba(0, 0, 0, 0.41); }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip {
    position: absolute;
    z-index: 210;
    cursor: auto; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip-top .ms-tooltip-arrow {
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, 0.88);
    bottom: -10px; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, 0.88);
    top: -10px; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip-right .ms-tooltip-arrow {
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, 0.88);
    left: -10px; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, 0.88);
    right: -10px; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip-point {
    cursor: pointer; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #BBB;
    background: white;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: black;
    background: rgba(0, 0, 0, 0.36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;
    animation: point-anim 1.5s infinite;
    -moz-animation: point-anim 1.5s infinite;
    -webkit-animation: point-anim 1.5s infinite;
    -o-animation: point-anim 1.5s infinite; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip {
    max-width: 200px; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, 0.88);
    text-shadow: 0 1px 0px white;
    margin-left: -1px; }
  html.aui body.home-page #content .ms-tabs-template #masterslider {
    margin: 0 !important; }
  html.aui body.home-page #content .ms-tabs-template .ms-align-right {
    right: 0 !important;
    margin-right: 3%; }
  html.aui body.home-page #content .ms-tabs-template .ms-caption {
    position: absolute;
    left: 88px;
    bottom: 15% !important; }
  html.aui body.home-page #content .ms-tabs-template .primary-msg {
    color: white;
    font-size: 46px;
    font-weight: 600; }
  html.aui body.home-page #content .ms-tabs-template .secondary-msg {
    color: white;
    font-size: 20px;
    padding-top: 10px; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs .ms-thumb-frame {
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    /*        Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    /* IE6-9 */ }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs .ms-thumb-frame-selected {
    z-index: 1;
   /* -webkit-box-shadow: 6px 15px 32px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 15px 32px -9px rgba(0,0,0,0.75);
	box-shadow: 6px 15px 32px -9px rgba(0,0,0,0.75);*/
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.75);
    background: #FFFFFF; }
  html.aui body.home-page #content .ms-tabs-template .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
    border-right-color: #FFFFFF; }
  html.aui body.home-page #content .ms-tabs-template .ms-thumb-frame-selected p {
    color: #107fc4;
    font-weight: bold; }
  html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-slide .ms-slide-vpbtn, html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-video-btn {
    width: 60px;
    height: 63px;
    background: url(../images/master_slider/light-skin-1.png) no-repeat -10px -152px; }

/* Carousel responsive design */
html.aui body.home-page #content .ms-tabs-template {
  /* retina */
  /* Portrait tablet to landscape and desktop */
  /* Landscape phones and down */ }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-slide .ms-slide-vpbtn,
    html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-video-btn,
    html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-slide .ms-slide-vcbtn,
    html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-nav-next,
    html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-nav-prev,
    html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-bullet {
      background-image: url(../images/master_slider/light-skin-1-retina.png);
      background-size: 152px 225px; } }
  @media (min-width: 980px) and (max-width: 1199px) {
    html.aui body.home-page #content .ms-tabs-template .ms-thumb-list {
      margin-right: 2% !important;
      top: 10% !important; } }
  @media (min-width: 980px) {
    html.aui body.home-page #content .ms-tabs-template .ms-nav-next, html.aui body.home-page #content .ms-tabs-template .ms-nav-prev {
      display: none; } }
  @media (max-width: 979px) {
    html.aui body.home-page #content .ms-tabs-template .ms-thumb-list {
      display: none; }
    html.aui body.home-page #content .ms-tabs-template .ms-caption {
      left: 60px !important; }
    html.aui body.home-page #content .ms-tabs-template .ms-caption .primary-msg {
      font-size: 20px; }
    html.aui body.home-page #content .ms-tabs-template .ms-caption .secondary-msg {
      font-size: 15px;
      padding-top: 15px; }
    html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-slide .ms-slide-vpbtn, html.aui body.home-page #content .ms-tabs-template .ms-skin-default .ms-video-btn {
      width: 50px;
      height: 51px;
      background: url(../images/master_slider/light-skin-1.png) no-repeat -14px -150px; } }
  @media (max-width: 480px) {
    html.aui body.home-page #content .ms-tabs-template .ms-caption {
      left: 5px !important; }
    html.aui body.home-page #content .ms-tabs-template .ms-slide-vpbtn {
      top: 35% !important; }
    html.aui body.home-page #content .ms-tabs-template .ms-slide-vcbtn {
      top: 3px;
      right: 3%; } }

