
.padding-vertical-35 {
    padding-top:35px;
    padding-bottom:25px;
}
.mototrbo-sec1 .ms-site-cont .inner {
    max-width: 1160px;
    padding: 0px 40px 0 40px;
    margin: 0 auto;
}
.ms-layout-home .ms-content-main.mototrbo-sec1 {
    padding:0;
    max-width:none;
}
.animateleft{
  opacity:0;
  -webkit-transform: matrix(1, 0, 0, 1, 40, 0);
  -moz-transform: matrix(1, 0, 0, 1, 40, 0);
  -ms-transform: matrix(1, 0, 0, 1, 40, 0);
  -o-transform: matrix(1, 0, 0, 1, 40, 0);
  transform: matrix(1, 0, 0, 1, 40, 0);
}
.animateright{
  opacity:0;
  
  -webkit-transform: matrix(1, 0, 0, 1, -40, 0);
  -moz-transform: matrix(1, 0, 0, 1, -40, 0);
  -ms-transform: matrix(1, 0, 0, 1, -40, 0);
  -o-transform: matrix(1, 0, 0, 1, -40, 0);
  transform: matrix(1, 0, 0, 1, -40, 0);
  
}
.no-click {
    pointer-events: none;
    cursor: default;
}
.fadeinsection{
  opacity:0;
  
}
.animatetop{
  opacity:0;
  
  -webkit-transform: matrix(1, 0, 0, 1, 0, 40);
  -moz-transform: matrix(1, 0, 0, 1, 0, 40);
  -ms-transform: matrix(1, 0, 0, 1, 0, 40);
  -o-transform: matrix(1, 0, 0, 1, 0, 40);
  transform: matrix(1, 0, 0, 1, 0, 40);
  
}
.zoomsection{
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  
}
.slideup{
  -webkit-transform: matrix(1, 0, 0, 1, 0, 40);
  -moz-transform: matrix(1, 0, 0, 1, 0, 40);
  -ms-transform: matrix(1, 0, 0, 1, 0, 40);
  -o-transform: matrix(1, 0, 0, 1, 0, 40);
  transform: matrix(1, 0, 0, 1, 0, 40);
}

@media print{
  .animateleft{
    opacity:1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  .animateright{
    opacity:1;
    
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    
  }
  .fadeinsection{
    opacity:1;
    
  }
  .animatetop{
    opacity:1;
    
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    
  }
  .zoomsection{
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    
  }
  .slideup{
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
} 
.anchor-mototrbo-menu{
    position: relative;
    /*min-height: 1px;*/
    width: 100%;
}
.ms-story p{
    font-size: 1rem;
}
.mototrbo-inner {
    margin: 0 auto;
    max-width: 1180px;
}
.mototrbo-content .mototrbo-header h1 {
    font-size:26px;
    padding-top:5px;
    padding-bottom:10px;
    padding-left:0;
}
.story-parallax{
    margin: auto;
    max-width: 1160px;
    padding: 30px 0px 30px 0px;
}
.story-parallax h2,.mototrbo-content h2{
    font-size: 2rem;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 2rem;
    -webkit-font-smoothing:antialiased;
}
.story-parallax h2:after{
    display: block;
    content: '';
    clear: both;
    width: 100px;
    margin-top: 10px;
    height: 7px;
    background-color: #ffffff;
}
.mototrbo-content .caption.white h3, .mototrbo-content .caption.white p {
    color:#FFF;
}
@media all and (max-width:600px){
    .mototrbo-content .caption.white h3, .mototrbo-content .caption.white p {
        color:#333;
    }
}   
/*.mototrbo-content #mototrbo-sec6 .caption p {
    font-size:20px;
}*/
.bgwhite {
    background-color:#FFF;
    color:#333;
}
.section-text {
    padding:25px 0;
}
.mototrbo-content h3.slim {
    font-weight: normal;
    font-style: normal;
    text-align:center;
    padding:0;
    margin:0;
    font-size:26px;
    line-height:36px;
}
.mototrbo-content h3.slim.white {
    color:#FFF;
}
.mototrbo-content h3.slim.medium {
    font-size:24px;
    line-height:28px;
}
.mototrbo-content .caption-cont {
    height:100%;
    min-height:100%;
    display:table;
    width: 100%;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    max-width: 1240px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
}
.video-thumbnail {
    border-bottom:3px solid #0063be;
    overflow:hidden;
    position: relative;
}
.video-thumbnail:hover img {
    opacity:0.85;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
.video-thumbnail:hover a.mototrbo-video-button {
    right:-2px;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.ms-row.padding-offset {
    margin-left:-10px;
    margin-right:-10px;
}

.mototrbo-content .caption-cont .caption-wrap {
    display:table-cell;
    vertical-align: middle;
    float:none;
    width:100%;
}
.mototrbo-content .ms-story {
    border-bottom:0;
}
.caption a.blue-button, .caption a.black-button, a.blue-button {
    background-color:#0063be;
    color:#FFF;
    padding:15px 20px;
    display:inline-block;
    font-size:18px;
    line-height:20px;
    text-transform: uppercase;
}
.caption a.blue-button:hover, a.blue-button:hover {
    background-color:#1e7fd8;
}
.caption a.black-button:hover {
    background-color:#333;
}
.mototrbo-content #mototrbo-sec5 a.blue-button.fd {
    padding:8px 25px 8px 15px;
    line-height:30px;
}
.caption a.black-button {
    background-color:#000;
}
.caption a.blue-button.fd {
    font-size:18px;
    line-height:24px;
}
a i.resources {
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/icon-resources.png);
    width:20px;
    height:20px;
    margin-right:10px;
    display:inline-block;
    float:left;
}
.caption i.hyperlink, .caption i.finder, i.hyperlink  {
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/icon-hyperlink.png);
    width:20px;
    height:20px;
    margin-right:10px;
    display:inline-block;
    float:left;
}
/* 10years */
.mototrbo-content .caption h3.hdr-offset {
    margin-top:120px;
    padding-left: 154px;

}
.leader {
    font-size:18px;
    line-height:32px;
    padding-right:1.5%;
}
#badge-top-10year {
    position: absolute;
    display:inline-block;
    line-height:56px;
    padding-right:20px;
    margin-left: -154px;
    margin-top: -5px;
}
#sepaboldline-hero {
    clear:both;
    margin-top:90px;
    width:80px;
    height:8px;
    background-color:#FFF;
}
.mototrbo-10years {
    min-height:1093px;
}
.mototrbo-10years-top-half {
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/mototrbo10year_section1bg.jpg) no-repeat top center;
    background-size:auto auto;
    width:100%;
    height:768px;
    min-height:768px;
}
.mototrbo-10years-bottom-half {
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/mototrbo10year_section2bg.jpg) no-repeat top center;
    background-size:auto auto;
    width:100%;
    height:325px;
    min-height:325px;
}
#mototrbo-quick-links li {
    display:block;
    padding-bottom:5px;
}
#mototrbo-quick-links li a {
    display:block;
    color:#666;
    line-height:40px;
}
.download-item a {
    color:#666;
}
.download-item a:hover, #mototrbo-quick-links li a:hover {
    text-decoration: underline;
}
#mototrbo-quick-links li a::after {
    content:"";
    clear:both;
    display:inline-block;
}
a i.solution-finder {
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/icon-solution-finder.png) no-repeat center center;
    width:40px;
    height:40px;
    margin-right:10px;
    display:inline-block;
    float:left;
}
a i.partner-finder {
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/icon-partner-finder.png) no-repeat center center;
    width:40px;
    height:40px;
    margin-right:10px;
    display:inline-block;
    float:left;
}
a i.application-catalog {
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/icon-application-catalog.png) no-repeat center center;
    width:40px;
    height:40px;
    margin-right:10px;
    display:inline-block;
    float:left;
}
a i.download {
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/icon-download.png);
    width:24px;
    height:24px;
    margin-right:10px;
    display:inline-block;
    float:left;
}
a i.download-circle {
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/icon-download-white.png);
    width:24px;
    height:24px;
    margin-right:10px;
    display:inline-block;
    float:left;
}
.bluebg {
    background-color:#0063be;
}
.mototrbo-content .mototrbo-benefit-hdr {
    min-height:100px;
    padding:15px 25px;
}
.mototrbo-content h4.black {
    color:#000;
}
.mototrbo-content h3.white {
    color:#FFF;
}
.mototrbo-content .mototrbo-benefit-hdr h4 {
    margin-bottom:5px;
    font-size:22px;
}
.mototrbo-benefit-hdr h3.white {
    text-transform:uppercase;
    margin-bottom:0;
    font-size:32px;
}
a i.accessories {
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/icon-accessories.png);
    width:27px;
    height:32px;
    margin-right:10px;
    display:inline-block;
    float:left;
}
.ms-content-main-wide .bottom-globe .ms-row {
    padding-top:50px;
}
.bottom-globe p {
    margin-bottom:0;
}
.ms-content-main-wide .ms-row .ms-column.video-ct:first-child {
    padding-left:10px;
}
.ms-content-main-wide .ms-row .ms-column.video-ct:last-child {
    padding-right:10px;
}
.border-left {
    margin-left:10px;
    border-left: 2px solid rgba(0,0,0,0.15);
    min-height:520px;
}
.border-left-pad {
    margin-left:35px;
}
.download-item {
    padding-right:25%;
}
a.mototrbo-video-button {
    cursor:pointer;
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/bg-video-button.png);
    padding-left:34px;
    max-width:160px;
    width:126px;
    position:absolute;
    z-index:2;
    font-size:18px;
    right: 0px;
    margin-top: 160px;
    display:inline-block;
    text-align:center;
    color:#FFF;
    line-height:36px;
    text-transform: uppercase;
}
.mototrbo-content #mototrbo-sec7 .video-ct {
    max-width:363px;
    margin:0;
    position:relative;
    display:block;
    cursor:pointer;
}
.mototrbo-content #mototrbo-sec7 .video-ct p {
    font-size:18px;
    line-height:1.4em;
}
.mototrbo-content #mototrbo-sec7 .video-ct h4 {
    margin-top:20px;
    font-weight:normal;
}
.downarrow-sleeve {
    position:absolute;
    text-align:center;
    width:100%;
    height:18px;
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/bluearrow-sleeve.png) no-repeat top center;
}
.pad-inner {
    padding:30px 20px;
}
.notop {
    padding-top:0 !important;
}
.nobot {
    padding-bottom:0 !important;
}
.caption i.finder {
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/icon-finder.png);
    width:31px;
    height:25px;
}
.mototrbo-promotion {
    margin-top:25px;
}
.mototrbo-promotion:first-child {
    margin-top:0;
}
.mototrbo-promotion .ms-row .ms-column.medium-4, .mototrbo-promotion .ms-row .ms-column.medium-8 {
    padding:0;
}
.mototrbo-content .promotions h3 {
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid #EEE;
}
.mototrbo-content .promotions p {
    line-height:1.4em;
    font-size:16px;
    color:#676767;
}
.ms-layout-home .ms-body-content.nopadbot {
    padding-bottom:0;
}
.mototrbo-content .overlay-module-wrap h3,
.story-parallax h3,
.mototrbo-content h3{
    font-size: 1.8rem;
     line-height: 1;
     margin-top: 0px;
     -webkit-font-smoothing:antialiased;
}
.mototrbo-content #mototrbo-sec7 h3 {
    margin-bottom:7px;
    font-size:34px;
    padding-left:0px;
    padding-top:25px;
    padding-bottom:10px;
    font-weight:normal;
    text-transform: uppercase;
}
.mototrbo-content #mototrbo-sec7 #ask-for-demo-ct h3 {
    padding-top:0;
}
.mototrbo-content h3.blue, .mototrbo-content h4.blue {
    color:#0063be;
}
.story-parallax h4,.mototrbo-content h4{
    font-size: 1.5rem;
     line-height: 1.2;
     margin-top: 0px;
     margin-bottom: 10px;
     -webkit-font-smoothing:antialiased;
}
.mototrbo-content h4.smaller {
    font-size:1.4rem;
}
.story-parallax h5,.mototrbo-content h5{
    font-size: 1.2rem;
     line-height: 1.2;
     margin-top: 0px;
     letter-spacing: 0;
     margin-bottom: 10px;
     -webkit-font-smoothing:antialiased;
}
.story-parallax h6,.mototrbo-content h6{
    font-size: 22px;
    font-weight: normal;
    line-height: 1.4;
}
.ms-content-main-wide .mototrbo-sec3 .ms-row{
    padding-bottom: 0;
    padding-top: 0;
}
.mototrbo-sec3 .ms-row .ms-column.medium-4{
    padding-bottom: 0px;
}
.ms-story-center h2{
    text-align: center;
}
.ms-story-center .story-parallax h2:after{
    margin: 10px auto;
}
@media screen and (min-width: 1024px) {
    .story-parallax h2,.mototrbo-content h2{
        font-size: 3rem;
    }
    .overlay-module-wrap h3,.story-parallax h3,.mototrbo-content h3{
        font-size: 2rem;
    }
    .story-parallax{
        padding: 60px 0px 60px 0px;
    }
}
.inner-content {
    position:relative;
}
/*====Mototrbo====*/
.mototrbo-content .caption {
    background:transparent;
    margin-top:0;
    width:50%;
}
#mototrbo-10years {
    position:absolute;
    margin-left:-170px;
    margin-top:10px;
}
.mototrbo-content #mototrbo-sec7 h4 {
    font-weight:normal;
}
.mototrbo-content .caption.offset-left {
    width:45%;
}
.mototrbo-content .caption.three-quarters h3, .mototrbo-content .caption.three-quarters p {
    max-width:70%;
}
#resources-downloads {
    margin-top:25px;
}
.ct {
    text-align:center;
}
.mototrbo-content .caption.left {
    float:left;
}
.mototrbo-content .caption .inner {
    width:80%;
    margin:0 auto;
}
.mototrbo-content .caption.right {
    float:right;
}
.mototrbo-content .caption h3 {
    font-size:50px;
    margin-bottom:7px;
    text-transform: uppercase;
    font-weight:normal;
}
.mototrbo-content .mototrbo-section.journey .ms-row {
    padding-left:10px;
    padding-right:10px;
}
.mototrbo-content .mototrbo-10years-top-half p.leader {
    font-size:18px;
    font-family:"Helvetica Neue",Helvetica,sans-serif;
    line-height:1.8em;
}
.ms-content-main-wide .ms-row .ms-column:last-child {
    padding-right:0;
}
.mototrbo-content .mototrbo-journey-hdr p {
    margin-top:0px;
}
b.strong {
    font-weight:900;
}
.mototrbo-content .caption h3.blue {
    color:#0063be;
}

.mototrbo-content .caption p {
    line-height:1.6em;
    font-size:18px;
    margin-top:15px;
    margin-bottom:15px;
}
.mototrbo-content #mototrbo-sec3 .caption p {
    padding-right:10%;
}
.mototrbo-content #mototrbo-sec3 .inner-content {
    padding-left:20px;
}
.mototrbo-content #ms-hero-home .caption p {
    padding-right:10%;
}
.mototrbo-content #ms-hero-home .caption sup {
    top:-0.3em;
}
.mototrbo-content .caption p.grey {
    color:#666;
}
.mototrbo-content .caption a, a.cta {
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    cursor:pointer;
}
#mototrbo-menu-container {
    background-color:#0063be;
    color:#FFFFFF;
    width: 100%;
    display: inline-block;
    font-size: 0.85em;
}
#mototrbo-menu-container .inner ul {
    list-style: none;
    margin:0;
    width:80%;
}
#mototrbo-menu-container .inner {
    max-width: 1160px;
    position:relative;
    margin:0 auto;
    padding: 0px 40px 0px 40px;
}

/*a#cta-ask-for-demo a {
    text-align:center;
    font-weight:bold;
    text-decoration: none;
    cursor:pointer;
}*/
#mototrbo-menu-container.scroll-to-fixed-fixed {
    top:61px !important;
}
i.icon-support {
    background:url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/icon-support.png);      
    display:inline-block;
    width:23px;
    height:28px;
    margin-right:5px;
    margin-bottom:-8px;
    position:relative;
}
.mototrbo-menu-container ul {
    max-width:100%;
    float:left;
}
#mototrbo-menu-container #cta-ask-for-demo {
    position:absolute;
    right:0;
    top:0;
    height:50px;
    width:150px;
}
#mototrbo-menu-container #cta-ask-for-demo a {
    background-color:#000;
    color:#FFF;
    height:50px;
    line-height:50px;
    padding-left:15px;
    padding-right:15px;
    display:inline-block;
    cursor:pointer;
    text-decoration: none;
}
#mototrbo-menu-container #cta-ask-for-demo a:hover {
    background-color:#333;
}
.mototrbo-menu-container ul li:first-child {
    padding-right:5px;
}
#mototrbo-menu-container ul li {
    line-height:50px;
    height:50px;
    display:inline-block;
    font-size:14px;
    padding-right:15px;
}
#mototrbo-menu-container ul li:last-child {
    padding-right:0;
}
#mototrbo-menu-container a {
    text-decoration: none;
    color:#FFFFFF;
    font-size:14px;
    display:inline-block;
}
#mototrbo-menu-container a.selected {
    font-weight:bold;
}
#mototrbo-menu-container a:hover{
    text-decoration: underline;
}
@media only screen and (max-width:984px){
    .ms-body-content {padding-top:142px;}
    .mototrbo-content h1 {margin-top:5px;}
}

/*====Section 1====*/
.mototrbo-sec1 .ms-header-title{
    border:0;
    margin-bottom:0;
}
.mototrbo-sec1 .ms-header-title h1 a {
    color:#444;
}
.mototrbo-sec1 .ms-site-cont {
    padding-bottom:0;
}
.mototrbo-grey {
    background-color:#ebebeb;
}
.mototrbo-sec1 .story-parallax h2:after{
    background-color: #ffffff;
}
.background-overlay{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.reserve-bg{
    padding: 25px;
    background-color: rgba(0,99,190,0.6);
}


/*====Section 2====*/
.section2-column{
    margin-bottom: 10px;
}
.mototrbo-sec-title{
    background-color: rgba(0,0,0,0.8);
    padding: 20px 20px;
    position: relative;
}
.mototrbo-sec-title:after{
    position: absolute;
    width: 0; 
    content:'';
    height: 0; 
    top:100%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    
    border-top: 15px solid rgba(0,0,0,0.8);
}
.mototrbo-sec-title h4{
    margin-bottom: 0px;
}
.sub-content-wrap{
    padding: 25px 20px;
}
.sub-content{
    padding-bottom: 25px;
}
.sub-content-wrap p{
    margin-top: 10px;
    margin-bottom: 0px;
}
.mobile .sub-content-wrap{
    background-color: rgba(34,184,245,0.8);
}
.operational .sub-content-wrap{
    background-color: rgba(0,127,200,0.8);
}
.complexity .sub-content-wrap{
    background-color: rgba(6,55,76,0.8);
}

/* Overlay module*/
.over-module{
    background-image: url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/arrow.png);
    width: 22px;
    margin-top: 6px;
    height: 22px;
    border:0;
    cursor: pointer;
}
.overlay-module-wrap{
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    opacity: 0;

    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.overlay-module-wrap.active{
    opacity: 1;
}
.overlay-module-wrap .xclose{
    background-image: url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/x-button.png);
    position: absolute;
    top:20px;
    right:20px;
    height: 22px;
    width: 22px;
    z-index: 100000;
    cursor: pointer;
}
.overlay-module-wrap h3{
    max-width: 750px;
}
.overlay-module-wrap h3:after{
    display: block;
    content: '';
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.6);
}
.overlay-module-wrap .navigation{
    width: 30px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.overlay-module-wrap .navigation.next{
    float:right;
    background-image: url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/next.png);
}
.overlay-module-wrap .navigation-wrap:after{
    display: block;
    content: '';
    clear: both;
}
.overlay-module-wrap .navigation.prev{
    float:left;
    background-image: url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/prev.png);
}
.overlay-module-wrap .navigation.prev[prev-number="0"]{
    opacity: 0;
}
.overlay-module-wrap .navigation.prev.last,.overlay-module-wrap .navigation.next.last{
    opacity: 0;
}
.overlay-module-wrap .overlay-content{
    position: relative;
    max-width: 800px;
    min-height: 250px;
    margin:0% auto;
    background-color: #199ed9;
    color: #ffffff;
    padding: 20px;
    border:1px solid #ffffff;

}
@media screen and (min-width: 1024px) {
    .overlay-module-wrap .xclose{
        top:40px;
        right:40px;
    }
    .overlay-module-wrap .overlay-content{
        margin:20% auto;
        padding: 40px;
    }
    .overlay-module-wrap .navigation{
        position: absolute;
        bottom: 30px;
    }
    .overlay-module-wrap .navigation.next{
        right:40px;
    }
    .overlay-module-wrap .navigation.prev{
        left:40px;
    }
}
/*====Section 3====*/
.mototrbo-sec3 h2:after{
    display: none;
}
.feature{
    position: relative;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 40px;
}
.feature:before{
    position: absolute;
    top: 5px;
    left:0px;
    width: 6px;
    height: 50px;
    background-color: #0063be;
    content: '';
}
.feature p{
    margin-bottom: 10px;
    margin-top: 10px;
}
/*====Section 4====*/
.content-adj{
    padding:20% 0;
}
.floatmototrbo-menu-wrap{
    position: fixed;
    opacity: 0;
    width: 100%;
    z-index: -10;
    bottom:-100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*height: 80px;*/
}
.floatmototrbo-menu-wrap.active{
    opacity: 1;
    z-index: 129;
    bottom: 0px;
}
.float-mototrbo-menu-grp{
    text-align: center;

}
.fl-mototrbo-menu.active{
    background-color: #0079c1;
    color: #ffffff;
}
.fl-mototrbo-menu{
    font-size: 1.8rem;
    cursor: pointer;
    padding:20px 30px;
    border:1px solid #cccccc;
    border-left: 0px;
    /*border-right: 1px solid #0079c1;*/
    background-color: #ffffff;
    display: inline-block;
    color:  #0079c1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}
.fl-mototrbo-menu:first-child{
    border-left:1px solid #cccccc;
}
.fl-mototrbo-menu:last-child{
    border-right: 1px solid #cccccc;
}
.mototrbo-product-menu{
    -webkit-font-smoothing:antialiased;
    display: inline-block;
    padding: 20px;
    text-align: center;
    position: relative; 
    /*width: 32.5%;*/
    /*height: 70px;*/
    color: #0079c1;
    cursor: pointer;
    background-color: #ffffff;
    font-size: 2rem;
    line-height: 1;
    margin-right: 1%;
    /*float: left;*/
    box-sizing:border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}
.mototrbo-content .caption-cont.products-selector {
    padding-top:35px;
    padding-bottom:15px;
}
.mototrbo-content .caption-cont.products-selector .ms-column.medium-2 {
    text-align:center;
}
.mototrbo-content .caption-cont.products-selector h3 {
    color:#FFF;
    text-align:center;
    margin:0;
    padding:0;
}
.mototrbo-content .caption-cont.products-selector a {
    cursor:pointer;
}
.mototrbo-content .caption-cont.products-selector h4 {
    color:#FFF;
    text-align:center;
    margin-top:10px;
    margin-bottom:0;
    font-weight:normal;
    font-size:20px;
}
.mototrbo-benefit-content {
   min-height:500px; 
}
.mototrbo-benefit-ct h4, .mototrbo-benefit-ct h3 {
    font-weight:normal;
}
#mototrbo-fixedbg5 {

}
.whitebg {
    background-color:#FFF;
}
.lightgrey {
    background-color:#ebebeb;
}
.mototrbo-benefit-content ul {
    padding:15px;
    margin:10px 5px 10px 25px;
}
.mototrbo-benefit-content ul li {
    list-style-position: outside;
    padding-left: 10px;
    padding-bottom:15px;
    color:#676767;
    line-height:1.6em;
    list-style-image: url('/content/static/mototrbo/content/dam/msi/images/products/mototrbo/blue-circle.png');
}
.mototrbo-journey-hdr {
    padding-top:50px;
    padding-bottom:30px;
}
.mototrbo-journey-hdr p {
    font-size:22px;
}
.pad-center {
    padding-left:20%;
    padding-right:20%;
}
.mototrbo-content .journey h1 {
    font-size:50px;
    color:#0063be;
}
.mototrbo-section {
    background-position:center center;
    height:540px;
    min-height:540px;
}
.mototrbo-content #mototrbo-sec4 a, .mototrbo-content #mototrbo-sec4 a:hover {
    color:#FFF;
    text-decoration: none;
}
.mototrbo-section.promotions {
    padding-top:50px;
    padding-bottom:50px;
}
.mototrbo-section.benefits {
    padding-top:30px;
    padding-bottom:30px;
}
.mototrbo-content .mototrbo-section.benefits h1 {
    font-size:50px;
    color:#FFF;
    margin-top:0;
}
.mototrbo-content .mototrbo-section.benefits p {
    color:#FFF;
    font-size:18px;
    line-height:1.6em;
    margin-top:0;
}
.mototrbo-content .mototrbo-section.benefits {
    padding-left:20%;
    padding-right:20%;
}
.mototrbo-section.bottom-globe {
    background-position:center center;
    height:325px;
    min-height:325px;
}
.mototrbo-section.sfs {
    height:520px;
    min-height:520px;
}
.mototrbo-section.noheight {
    height:auto;
}
.mototrbo-content .mototrbo-section#ask-for-demo-ct h3 {
    padding-bottom:0;
    font-size:48px;
}
.mototrbo-content .mototrbo-section#ask-for-demo-ct .ms-row>div>.ms-column.medium-10 {padding-bottom:0;}
.mototrbo-content .mototrbo-section#ask-for-demo-ct p {
    font-size:18px;
    line-height:1.4em;
    margin-bottom:0;
    margin-top:0.5em;
}
.mototrbo-content .mototrbo-section#ask-for-demo-ct .ms-row>.ms-column.medium-9 {
    padding-bottom:0;
}
.mototrbo-content .mototrbo-section#ask-for-demo-ct .ms-row {
    padding-bottom:0;
}
#cta-afd {
    margin-top:25px;
    font-size: 22px;
    line-height: 26px;
}
.ask-for-demo {
    padding-top:35px;
    padding-bottom:35px;
}
.mototrbo-section.nomin {
    min-height:0;
}
.mototrbo-section-thin {
    height:auto;
}
.mototrbo-product-menu:hover{
    color: #22b8f5;
    background-color: #f0f0f0;
}
.mototrbo-product-menu:hover:after{
    border-top: 15px solid #f0f0f0;
}
.mototrbo-product-menu:last-child{
    margin-right: 0px;
}
.mototrbo-product-menu:after{
    position: absolute;
    width: 0; 
    content:'';
    height: 0; 
    left:44%;
    top:100%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    
    border-top: 15px solid #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mototrbo-product-menu span{
    font-size: 1rem;
    display: block;
    color: #333333;
    display: none;
}
.mototrbo-product-wrap{
    text-align: center;
}
.mototrbo-product-wrap:after{
    display: block;
    content: '';
    clear: both;
}
.mobile-only {display:none;}
.mototrbo-section.journey {padding-bottom:25px;}
@media screen and (max-width:1024px){
   
    .mototrbo-menu-container ul li {padding-right:8px;}
}
@media screen and (max-width:998px){
    .ms-content-main-wide {padding-top:50px;}
}
@media screen and (max-width:980px){
    .mototrbo-menu-container #cta-ask-for-demo {margin: 0 auto 10px;float:none;}
     .ms-content-main-wide {padding-top:0px;}
}
@media screen and (max-width:768px){
    .mototrbo-content .caption {width:100%;}
}
@media screen and (max-width:601px){
    .mototrbo-content #mototrbo-sec3 .caption .mobile-dark-text h3, .mototrbo-content #mototrbo-sec3 .caption .mobile-dark-text p{color:#333;}
    #mototrbo-10years {display:none;}
    #mototrbo-10years-mobile {padding:15px 15px 15px 0;text-align:right;}
    .mototrbo-section.mobile-stack {overflow:visible;}
    .mobile-stack {margin-bottom:100%;}
    .mototrbo-section.mobile-stack.mobile-bg-top-center {background-size:auto 50%;background-position: top center;}
    .mobile-stack .caption-cont {background-color:#FFF;margin-bottom:-100%;}
    .image-block {min-height:300px;}
    .push-top {margin-top:100%;}
    .mobile-only {display:block;}
    .mototrbo-menu-container #cta-ask-for-demo {margin:0;}
    .mototrbo-benefit-hdr {min-height:0;}
    #sepaboldline-hero {margin-top:30px;}
    .mototrbo-content .mototrbo-10years-top-half p.leader {line-height:1.4em;}
    .mototrbo-benefit-ct {margin-bottom:50px;padding-bottom:20px;}
    .mototrbo-content .caption h3.hdr-offset {margin-top:10px;padding-left:0;}
    img#badge-top-10year {position:relative;display:block;margin:0 auto;float:none;padding-bottom:20px;padding-right:0;}
    .mototrbo-10years {margin-top:11px;}
    .mototrbo-content .mototrbo-10years .caption h3, .mototrbo-content .mototrbo-10years .caption p {color:#FFF;}
    .pad-center {padding:0;}
    .ms-content-main-wide .bottom-globe .ms-row {padding-top:30px;padding-bottom:30px;}
    .mototrbo-10years-bottom-half {min-height:0;height:auto;background-size:cover;}
    .mototrbo-content .mototrbo-section.benefits h1 {font-size:40px;}
    .mototrbo-content .caption-cont {padding:0 15px;}
    .mototrbo-content .mototrbo-section.benefits {padding:20px 0;}
    .mototrbo-benefit-content {min-height:0;}
    .border-left {margin:0;border-left:0;margin-top:25px;padding-top:25px;border-top:2px solid rgba(0,0,0,0.2);}
    .border-left-pad {margin-left:0;}
    .mototrbo-content .mototrbo-section#ask-for-demo-ct h3, .mototrbo-content .mototrbo-section#ask-for-demo-ct p {text-align:center;}
    .mototrbo-content .mototrbo-section#ask-for-demo-ct img {padding-bottom:15px;}
    /*.fadebg {background-color:rgba(255,255,255,0.5);width:100%;height:100%;position:absolute;}*/
    .ms-row > .small-6 {width:50% !important;float:left !important;}
    .ms-row > .small-6.medium-2 {padding-bottom:15px !important;}
    #mototrbo-sec4 img {width:100px;height:100px;}
    .mototrbo-content .caption-cont.products-selector h4 {font-size:1em;}
    .mototrbo-section {min-height:0 !important;height:auto !important;position:relative;overflow:hidden;}
    #mototrbo-sec5 .mototrbo-section {background-position:left center;}
    .mototrbo-content .caption.three-quarters p {max-width:100%;}
    /*#mototrbo-fixedbg5 {height: 100%;position: absolute;background-color: rgba(0,0,0,0.15);width: 100%;}*/
    .mototrbo-section.sfs {background-size:cover;height:auto !important;}
    .mototrbo-content #mototrbo-sec3 .caption h3, .mototrbo-content #mototrbo-sec3 .caption p {color:#FFF;}
    i.icon-support {width:16.4px;height:20px;background-size:cover;margin-bottom: -4px;}
    .border-right {border:0;}
    .mototrbo-content #mototrbo-sec5 .caption p.grey {}
    .ms-row.padding-offset {margin-left:-20px;margin-right:-20px;}
    .mototrbo-content #mototrbo-sec6 .caption h3, .mototrbo-content #mototrbo-sec6 .caption p {color:#FFF;}
    /*#mototrbo-10years {position:relative;display:block;margin-left:auto;margin-right:auto;text-align:center;margin-bottom:15px;}*/
    .mototrbo-content .caption.left, .mototrbo-content .caption.right {float:none;}
    .mototrbo-content .caption.offset-left {width:100%;}
    .mototrbo-content h3.slim {font-size:22px;line-height:30px;}
    .mototrbo-content .caption a, a.cta {display: block;text-align: center;}
    .ms-hero-home.ms-hero-home-carousel {border-bottom:1px solid #ccc;}
    .mototrbo-content .caption h3 {font-size:32px;}
    .mototrbo-content .caption p {font-size:16px;}
    .mototrbo-content .caption {width:100%;padding-top:40px;padding-bottom:40px;}
    .mototrbo-menu-container {margin-bottom:-10px;}
    .mototrbo-menu-container #cta-ask-for-demo {float:none;display:block;width:auto;line-height: 40px;}
    .mototrbo-menu-container #cta-ask-for-demo a {padding-left:15px;display:block;}
    .mototrbo-menu-container #cta-ask-for-demo a:hover {text-decoration: none}
    .mototrbo-menu-container .inner {padding:0;max-width:none;}
    .mototrbo-menu-container ul {padding:0;margin:0;width:100%;max-width:100%;float:none;}
    .mototrbo-menu-container ul li:hover {background-color:#1e7fd8;}
    .mototrbo-menu-container ul li a {display:block;cursor:pointer;}
    .mototrbo-menu-container ul li a:hover {text-decoration: none;}
    .mototrbo-menu-container ul li {border-bottom:1px solid #FFF;display:block;padding-top:0px;padding-bottom:0px;line-height:36px;min-height:36px;height:auto;padding-left:15px;padding-right:15px;}
}
@media screen and (max-width: 600px){
    .story-parallax .ms-btn.ms-icon{
        padding-left: 60px!important;
    }
    .ms-btn.ms-icon:before{
            left: 50px;
    }
    .ms-btn.ms-icon:after{
        left: 50px;
    }
    
    .mototrbo-product-menu{
        padding: 14px 18px;
        font-size: 1.2rem;
    }
    .mototrbo-product-menu:after{
        left: 35%;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #ffffff;
    }
    .fl-mototrbo-menu{
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 720px){
    .mototrbo-product-menu{
        font-size: 3rem;
        margin-right: 2px;
    }
    .mototrbo-product-menu span{
        display: block;
    }
}

/*====Shared for section5,6,7====*/
.sect-ribbon{
    position: relative;
    background-color: #0079c1;
    color: #ffffff;
    padding: 15px 20px 15px 15px;
    z-index: 10;
    /*margin-bottom: 40px;*/
}
.sect-ribbon:before{
    left: -100%;
    width: 100%;
    z-index: -1;
    padding: 15px 20px;
    position: absolute;
    font-size: 1.8rem;
    line-height: 1;
    top: 0px;
    content: ' a';
    color: transparent;
    background-color: #0079c1;
}
.sect-ribbon h3{
    margin-bottom: 0px;
}

@media screen and (max-width: 720px){
    .sect-ribbon:before{
        display: none;
    }
    .right-extra-pad{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 1024px){
    .sect-ribbon{
        padding: 15px 20px 15px 0px;
    }
    .sect-ribbon:before{
        display: block;
    }
    .sect-ribbon:before{
        font-size: 2rem;
    }
    .right-extra-pad{
        padding-left: 40px;
        padding-right: 30px;
    }
}
/*====Section 5====*/
.mototrbo-sec5{
    
}
.mototrbo-sec5.ms-story-theme-bg-parallax{
    color: #333;
    background-color: transparent;
}
.mototrbo-sec5 h4:after{
    display: block;
    content: '';
    clear: both;
    width: 100px;
    margin-top: 10px;
    height: 7px;
    background-color: #0079c1;
}
.ms-story-theme-bg-parallax.bg-shift-left {
    background-position: 80% 50%;
}  
.bg-show-mobile{
    display: none;

}
.bg-show-mobile img{
    width: 100%;
}
@media screen and (max-width: 600px){
    .mototrbo-sec5 .story-parallax{
        padding:0;
    }
    .bg-show-mobile{
        display: block;
        margin-bottom: 20px;
    }
    .bg-hide-mobile{
        background-image: none!important;
    }
}
/*====Section 6====*/
.mototrbo-sec6 .story-parallax h2:after{
    background-color: #0079c1;
}
.story-hover h3{
    margin-bottom: 10px;
}
.story-hover{
    padding-bottom: 30px;
}
.mototrbo-sec6 .story-parallax h2{
    margin-bottom: 0px;
}
@media screen and (max-width: 600px){
    .mototrbo-sec6{
        background-color: black;
        color: #ffffff;
    }
    .mototrbo-sec6-sub .story-parallax{
        padding: 0px 0px 0px 0px;
    }
    .mototrbo-sec6-sub h3{
        color: #0079c1;
    }
}

@media screen and (min-width: 1024px){
    .story-hover{
        min-height: 300px;
        cursor: pointer;
    }
    .mototrbo-sec6-sub{
        height: 500px;
        overflow: hidden;
    }
    .story-hover p{
        opacity: 0;
    
        padding: 0 20px;
        max-width: 450px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        
    }
    .story-hover h3{
        margin-top: 100px;
        padding: 15px 20px;
        max-width: 450px;
        margin-bottom: 0px;
        background-color: rgba(0,121,193,0.8);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .story-hover:hover h3{
        margin-top: 0px;
        padding: 0px 20px;
        background-color: transparent;
    }
    .story-hover:hover p{
        opacity: 1;
        /*height: 400px;*/
    }
}
/*====Section 7====*/
.mototrbo-sec7 .ms-story-theme-white{
    background-color: transparent;
}
.mototrbo-sec7 h3{
    margin-bottom: 0px;
    margin-top: 40px;
}
.mototrbo-sec7.ms-story-theme-bg-parallax{
    background-color: transparent;
}
@media screen and (max-width: 600px){
}
.mototrbo-sec8-sub{
    background-color: rgba(202,234,251,0.9);
    min-height: 100px;
}
.mototrbo-sec8 .story-parallax{
    padding: 40px 0 0 0;
}
.mototrbo-sec8 .mototrbo-sec8-sub .story-parallax{
    padding: 20px 0;
}
.mototrbo-sec8-sub p{
    line-height: 1.8;
    font-size: 18px;
    color: #676767;
    font-weight: bold;
}
.app-wrap:after{
    display: block;
    content: '';
    clear: both;
}
.app-group{
    width: 25%;
    float: left;
}
.app-image img{
    width: 100%;
}
.app-name{
    color: #676767;
    font-weight: bold;
    padding-right: 20px;
}
@media screen and (max-width: 600px){
    .app-name{
       font-size: 13px; 
       
    }
}

/*====Section 9====*/
.mototrbo-sec9 .story-parallax h2:after{
    background-color: #0079c1;
}
.mototrbo-sec9{
    text-align: center;
}
.mototrbo-sec9 h6{
    padding: 0 20px;
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 30px;
}
/*====Section 10====*/

.mototrbo-sec10 .story-parallax{
    padding: 0 0 40px 0;
}
.mototrbo-sec10 .ms-row{
    padding-top: 0px;
}
.case-study-content{
    padding: 50px 30px;
    background-color: #0079c1;
}
.case-study-content h3{
    margin-bottom: 15px;
}
.case-study-title{
    font-size: 22px;
    margin-bottom: 10px;
}
.case-study-selector{
    padding-top: 20px;
}
.case-studybtn-wrap:after{
    display: block;
    clear: both;
    content: '';
}
.case-studybtn{
    position: relative;
    border:1px solid #ffffff;
    width:47%;
    font-size: 18px;
    line-height: 1.2;
    padding: 20px 40px 20px 20px;
    float: left;
    height: 100px;
    margin-bottom: 8px;
    display: table;
    background-color: transparent;
    cursor: pointer;
    margin-right: 1%;
    box-sizing:border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}
.case-studybtn:after{
    display: block;
    position: absolute;
    right:8px;
    font-size: 3rem;
    opacity: 0.3;
    top: 0px;
}
.case-studybtn[number="01"]:after{
    content: '01';
}
.case-studybtn[number="02"]:after{
    content: '02';
}
.case-studybtn[number="03"]:after{
    content: '03';
}
.case-studybtn[number="04"]:after{
    content: '04';
}
.case-studybtn:hover{
    background-color: rgba(255,255,255,0.2);
}
.case-studybtn span{
    display: table-cell;
    vertical-align: middle;
}
.cs-overlay{
    background-color: rgba(0,121,193,0.9);
    position: fixed;
    z-index: -10;
    top:-100%;
    left:0px;
    height: 100%;
    opacity: 0;
    width: 100%;
    overflow-y:scroll;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}
.cs-overlay.active{
    top:0px;
    opacity: 1;
    z-index: 999;
}
.cs-overlay .xclose{
    width: 50px;
    height: 50px;
    position: absolute;
    top:0px;
    right: 30px;
    background-color: rgba(255,255,255,0.2);
    background-image: url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/x-button.png);
    background-position: center;
    background-repeat: no-repeat;
}
.cs-overlay-wrap{
    max-width: 900px;
    min-height: 400px;
    padding: 0 20px;
    margin: 100px auto;
}
.cs-nav-wrap .cs-nav.next{
    float:right;
    background-image: url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/next.png);
}
.cs-nav-wrap .cs-nav.next.last{
    display: none;
}
.cs-nav-wrap:after{
    display: block;
    content: '';
    clear: both;
}
.cs-number{
    position: absolute;
    top: 0px;
    color: rgba(255,255,255,0.6);
    font-size: 3rem;
}
.cs-number:after{
    position: absolute;
    top: 60px;
    left: 0px;
    content: '';
    width: 40px;
    height: 5px;
    background-color: #caeafb;

}
.cs-content,.cs-title{
    padding-left: 60px;
}
.cs-title{
    padding-top: 8px;
    color: #222222;
    font-size: 2rem;
}
.cs-content{
    padding-right: 25px;
    padding-bottom: 40px;
    color: #ffffff;
}
.cs-left-content{
    padding-top: 60px;
    width: 20%;
    float: left;
}
.cs-right-content{
    position: relative;
    width: 80%;
    float: right;
}
.cs-image img{
    width: 100%;
}
.cs-nav-wrap .cs-nav{
    width: 49.5%;
    height: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}
.cs-city{
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding-bottom: 30px;
}
.cs-nav-wrap .cs-nav:hover{
    background-color: rgba(255,255,255,0.2);
}
.cs-nav-wrap .cs-nav.prev{
    border-right: 1px solid #ffffff;
}
.cs-nav-wrap .cs-nav.prev{
    float:left;
    background-image: url(/content/static/mototrbo/content/dam/msi/images/products/mototrbo/prev.png);
}
.cs-nav-wrap .cs-nav.prev[prev-number="0"]{
    display: none;
}
@media screen and (max-width: 600px){
    
    .cs-left-content, .cs-right-content{
        padding-top: 20px;
        width: 100%;
        float: none;
    }
    .cs-number{
        top: 18px;
    }
    .cs-content{
        padding-bottom: 10px;
    }
    .cs-overlay-wrap{
        margin:40px auto;
    }
    .cs-image,.cs-city{
        display: none;
    }
    .mototrbo-sec10.ms-story-theme-bg-parallax{
        background-position: 30% 50%;
    }
    .mototrbo-sec10 .story-parallax{
        padding-bottom: 180px;
    }
    .case-study-content{
        background-color: rgba(0,121,193,0.8);
    }
    .case-studybtn{
        font-size: 16px;
        padding: 10px 10px 10px 10px;
    }
    .case-study-content{
        padding: 30px 20px;
    }
}

/*====Section 11====*/
.mototrbo-sec11 .reserve-bg{
    background-color: #0079c1;
    color: #ffffff;
}
.mototrbo-sec11 table{
    margin-bottom: 20px;
}
.mototrbo-sec11 table tr td{
    font-size: 18px;
    padding-bottom: 4px;
}
.mototrbo-sec11 table tr td:first-child{
    width: 80px;


}
/*====End====*/
.ms-story-theme-bg-parallax.mototrbo-end{
    min-height: 350px;
}