
h1{
  color: #135d97;
}

.white{
  color: #fff !important;
}
.no-padd-bak{
  padding: 0px !important;
}

.Section3 .col-md-6 { 
  padding: 0 30px; 
}  
.box-checked-white { 
  background: rgba(0, 0, 0, 0) url("../img/cms/list-img-white.png") no-repeat scroll left 30px top 5px; 
  padding-left: 65px; 
  text-align: left; 
}

.Section1.wrapperContainer, .Section3.wrapperContainer { 
  padding-bottom: 40px; 
}


.listSection { 
  border-top: 1px solid #135b93; 
  border-bottom: 1px solid #135b93; 
  padding: 40px 0; 
}

.wrapper-blue h1 { 
  border-bottom: 1px solid #135b93; 
}

.introPage {
  background-image: url("../img/cms/channel-manager.jpg"); 
  background-repeat:no-repeat; 
  background-size:cover; 
  background-position:center center;
}
.introPage .row {
  padding:40px 0;
}
.introPage h1, .introPage h2, .introPage h4, .introPage p {
  text-align:center;
}
.introPage h1 {
  margin-top:0; 
  margin-bottom:20px; 
  font-weight:500;
}
.introPage h2 {
  margin-bottom:15px;
}
.introPage h4 {
  margin-top:0;
  line-height: 30px
}
.introPage.iconBanner img {
  width:150px;
}
@media (min-width:768px){
  .introPage .row {
    padding:70px 0;
  }
  .introPage.iconBanner h1, .introPage.iconBanner h2, .introPage.iconBanner h4, .introPage.iconBanner p {
    text-align:left;
  }
  .introPage.iconBanner img {
    width:auto;
  }
}


 .wrapperContainer {
  padding:40px 0;
}
@media (min-width:768px){
  .wrapperContainer {
    padding:70px 0;
  }
}

.img-responsive{
  display:block;
  max-width:100%;height:auto;
}
.center-block{
  display:block;
  margin-left:auto;
  margin-right:auto;
}

h1.sectionTitle {
  border-bottom:1px solid #c2c2c2; 
  margin-bottom:30px; 
  padding-bottom:30px; 
  margin-top:0; 
  font-weight:300; 
  text-align:center; 
  font-family:'Roboto', Arial, Helvetica, sans-serif;
}



h2.sectionSubtitle {
  margin-top:0; 
  color:#37464f; 
  font-weight:300; 
  text-align:center;
}

.wrapper-blue {
  background-color:#0287c9;
}
.wrapper-gray {background-color:#efeeee;}

.tipContainer{
  position:relative;
}
.tipContainer:before {
  content:""; 
  position:absolute; 
  left:50%; top:-20px; 
  margin-left:-15px; 
  border-bottom:20px solid #0287c9; 
  border-left:15px solid transparent; 
  border-right:15px solid transparent;
}

.tipSection {
  padding:30px 0 50px;
}

.tipBox {
  position:relative; padding-left:175px;
}

.tipImage {
  text-align:center; 
  margin-bottom:20px;
  margin-bottom:0; 
  text-align:left; 
  position:absolute; 
  top:50%; 
  left:0; 
  margin-top:-30px; 
  padding-right:30px; 
  border-right:2px solid #135d97;
}

.nextSection {
  box-shadow:0 5px 11px -6px rgba(102, 102, 102, 1); 
  -moz-box-shadow:0 5px 11px -6px rgba(102, 102, 102, 1); 
  -webkit-box-shadow:0 5px 11px -6px rgba(102, 102, 102, 1); 
  z-index:10; 
  position:absolute; 
  display:block; 
  width:66px; 
  height:66px; 
  margin-left:-33px; 
  margin-top:-33px; 
  top:100%; 
  left:50%; 
  background-color:#efeeee; 
  border-radius:50%; 
  -moz-border-radius:50%; 
  -webkit-border-radius:50%;
}
.nextSection.white {
  background-color:#ffffff;
}

.nextSection:hover, .nextSection.white:hover {
  background-color:#135d97;
}

.nextSection a {
  display:block; 
  width:66px; 
  height:66px; 
  background-image:url('../img/cms/next-section-blue.png'); 
  background-repeat:no-repeat; 
  background-position:center center; 
  color:transparent; 
  border-radius:50%; 
  -moz-border-radius:50%; 
  -webkit-border-radius:50%;
}
.nextSection:hover a {
  background-image:url('../img/cms/next-section-white.png');
}

.SectionAll .nextSection {
  opacity:1; 
  transition:all 3s ease 0s; 
  -moz-transition:all 2s ease 0s; 
  -webkit-transition:all 2s ease 0s;
}

