@keyframes wobblemouse {
	0%, 20%, 50%, 80%, 100% {
			transform: translateY(0px);
	}
	40% {
			transform: translateY(-30px);
	}
	60% {
			transform: translateY(-15px);
	}
}
.banner > .bg > div {
    min-width: 1900px;
    width: 1900px;
}
.banner .hometext {
    margin: 0 auto;
    position: relative;
    top: 260px;
    width: 750px;
}
.banner .hometext h1 {
   font-size: 45px;
   line-height: 50px;
}
.banner .hometext p {
	font-size: 25px;
    letter-spacing: 1.5px;
    line-height: 35px;
    margin: 10px 0;
}
.banner .hometext p span {
    color: #009ee3;
}

.banner .hometext button {
    border: 1px solid #009ee3;
    border-radius: 3px;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    line-height: 35px;
    padding: 0 10px;
		cursor:pointer;
		transition: background-color 0.1s linear 0s;
}
.banner button.video {
		background: #009ee3 url("/img/newwrap/play.png") no-repeat scroll right 8px center;
    color: #fff;
    margin: 25px 20px 10px;
    padding-right: 40px;
}
.banner button.video:hover {
	background-color:#00b3e0;
	border-color:#00b3e0;
}
.banner p img.clicky {
    bottom: -130px;
    left: 350px;
    position: absolute;
		animation: 2s ease 0s normal none infinite running wobblemouse;
}
.banner button.register {
	color:#009ee3;
	background-color:#fff;
}
.banner button.register:hover {
	color:#fff;
	background-color:#009ee3;
}
	
.third {
    background-color: #fff;
    padding: 90px 0;
}
.third > .inner_center {
    display: flex;
    height: 274px;
    justify-content: center;
}
.third > .inner_center > div {
    margin-right: 100px;
    text-align: center;
    max-width: 500px;
}
.third > .inner_center > div > h3 {    
    margin: 40px auto; 
}

.fourth {
    background-color: #f6f6f6;
    padding: 90px 0;
}
.fourth > .inner_center {
    display: flex;
    height: 274px;
    justify-content: center;
}
.fourth > .inner_center > div {
    margin-right:85px;
    text-align: center;
    max-width: 500px;    
}
.fourth > .inner_center > div > h3 {
    margin: 20px 0;
}

.fifth {    
    height: 520px;		
}
.fifth > .bg > div {
		background-image: url("/img/newwrap/home1bg.jpg");
}
.fifth > .inner_center {
    display: flex;
}
.fifth > .inner_center > div {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    padding: 40px 60px;
    text-align: center;
    transform: translate(5%,35%);
    max-width: 435px;
}
.fifth > .inner_center > div > h3 {
    margin-bottom: 20px;
    text-shadow: 2px 2px #000;
}
.fifth > .inner_center > div > p {
    color: #fff;
}

.sixth {
    background-color: #fff;
    padding: 70px 0 100px;
}
.sixth > .inner_center > div {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.sixth > .inner_center > div > div {
    background-color: #c6e9f8;
    border-radius: 15px;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    width: 320px;
		cursor: pointer;
}
.sixth > .inner_center > div > div > div {
    background-color: #fff;
    border-radius: 45px;
    height: 90px;
    margin: 0 auto 20px;
    width: 90px;
		background-position: center center;
		background-repeat: no-repeat;
}
.sixth > .inner_center > div > div > div.sales {
	  background-image: url(/img/newwrap/b_sales.png);	
}
.sixth > .inner_center > div > div > div.smb {
	  background-image: url(/img/newwrap/b_smb.png);	
}
.sixth > .inner_center > div > div > div.franchise {
	  background-image: url(/img/newwrap/b_franchise.png);	
}

.testim > .bg > div {
    background-image: url("/img/newwrap/home_testim.jpg");
    background-position: 0 -110px;
}
.testim > .inner_center > div {
    float: right;
    margin-top: 104px;
}

#modal > div.vid {
	  margin: 100px auto;
    width: 800px;
		height: 450px;
		background-color:#000;
}

ul.pts {
	margin-top:15px;
	font-family: "Roboto Slab",serif;
  font-size: 20px;
  letter-spacing: 1.1px;
  line-height: 30px;
	text-align:left;
	
}
ul.pts > li {
	
}



@media screen and (max-width: 1024px) {
    .banner {
        height:auto;
        background-image: url(/img/newwrap/shapes.jpg);
        background-size: cover;
        background-position: center top;   				
    }
    .banner > .bg {
        display:none;
    }
    .banner > .hometext {
        margin-top: 110px;
        position: unset;
        text-align: center;
        max-width: 500px;
        padding: 0 30px;
        width: auto;     
      
    }
    .banner > .hometext button {
      margin:0 0 10px;
    }
    .banner .hometext h1 {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 0;
    }
    .banner .hometext p {
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 25px;
        margin: 15px 0;
    }	
    #modal > div.vid {
        width: 100vw;
        height: 100vh;
        margin: 0;
    }
    .third,.fourth {
        padding: 20px 0;
    }
    .third > .inner_center, .fourth > .inner_center{
        display: block;
        text-align: center;
        padding: 0 20px;    
        height:auto;    
    }
    .third > .inner_center > div,  .fourth > .inner_center > div {
        margin: 0 auto 10px auto;
    }
    .third > .inner_center > div > h3,  .fourth > .inner_center > div > h3{
        margin:0 auto 20px auto
    }
    .third img,.fourth img {
        max-height: 15vh;
    }
    .fifth {  
        height: auto;  
    }
    .fifth > .inner_center {
        padding: 0 10vw;
        box-sizing: border-box;        
    }
    .fifth > .inner_center > div {
        transform: translate(0,0);
        margin: 100px auto 20px auto;        
        padding: 20px;
    }
    .sixth {
        padding: 50px 0;
    }
    .sixth > div > div {
        display: block !important;
    }
    .sixth > .inner_center > div > div {
        width: 95%;
        margin: 5px auto;        
    }
    .sixth > .inner_center > div > div > div {
        float:left;
        margin: -13px 0 0 10px;
    }
    
    .sixth > div > div > div > h3 {
        font-size: 20px;
        line-height: 25px;        
    }
    

}

