.toptop_banner img {
    width: 100%;
}

h3{
	color:#00245e !important;	
}
.one-column p{
	max-width: 900px;
	margin:0 auto;
	text-align: center;
}
.two-column-75-25{
	display: block;
	margin: 30px 0;
}
.two-column-75-25 img{
	margin:0 auto;
}
.two-column-75-25 ul{
	display: flex;
}
.two-column-75-25 ul li{
	/*display: -webkit-box;
    display: -ms-flexbox;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;	
	padding: 10px;
	box-sizing: border-box;
}

.two-column-75-25-img{
	width: 65%;
	text-align: center;
}
.two-column-75-25-txt{
	width: 35%;
	display: -webkit-box;
    display: -ms-flexbox;	
}
.two-column-50-50-fix{
	width: 50% !important;
	
	display: -webkit-box;
    /*display: -ms-flexbox;*/		
}

.column-dark{
	background: #291955;
	border-radius: 6px;
    width: 95%;
	max-width: 1600px;
    margin: 0 auto;	
}
.column-dark ul li{
	padding: 4% 3%;
	color: #ffffff;
}
.column-dark h3{
	color: #FFFFFF !important;
    font-size: 2em !important;
    line-height: 1.2em !important;
	font-weight: 400 !important;

}
.column-dark p{
	color:#FFFFFF;
}
.column-dark .store-block{
	width:30%;
}	


@media (max-width: 770px) {
.column-dark .store-block{
	width:50% !important;
}	
.two-column-75-25 ul{
	flex-direction: column;
}	
.two-column-75-25-img{
	width: 100%;
	order: 1;
}
.two-column-75-25-txt{
	width: 100%;
	order: 2;
	text-align: center;
}
.two-column-50-50-fix{
	width: 100% !important;	
}	
}

.three-column h3, .three-column p{text-align: center;}
.three-column .btn-big2 {
    display: block;
    width: 60%;
}

.action-center .ds-m-img{width: 35%;}
.action-center .ds-m-txt{padding: 10px;}
.action-center .ds-m-img img{margin-bottom: 0;}
.action-center .ds-m-txt, .action-center .ds-m-img{
    display: -webkit-box;
    /*display: -ms-flexbox;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;	
}

@media screen and (min-width: 1100px){
.ds-designer {
    width: 33.3%;
}
}

.stream-workflow .ds-m-txt{min-height: 165px;}
.stream-workflow p{text-align: left;}
.stream-workflow .ds-m-img{
	width: 15%;
}
.stream-workflow .ds-m-img img{
    margin-bottom: 0;
    background: #085da2;
    border-radius: 10%;
}
.stream-workflow .ds-m-txt{
	padding: 0 20px;
}
@media screen and (min-width: 799px){
.stream-workflow .ds-designer {
    width: 50%;
}
.stream-workflow .ds-m-txt{min-height: 150px;}	
}

@media (max-width: 599px){
.three-column ul li {
    margin-bottom: 40px;
}
}

.flex_align ul{
	display: flex;
}
.flex_align ul li{
	display: flex;
	flex-flow: column nowrap;
}
.flex_align ul li a{
	margin-top: auto;
}
@media (max-width: 600px){
.flex_align ul{
	display: block;
}
}


.title_label {
    top: -10px !important;
}

.one_column_p{
	font-size: 15px;
    line-height: 28px !important;
	color:#333333;
	
}

.small-font2 {
    font-size: 0.7em;
    line-height: 1.3em !important;
    margin-top: -30px;
    padding: 8px;
    border-radius: 5px;
    color: #5d5d5d;
}

/*table css*/
.smb_table {
  border-collapse: collapse;
  width: 95%;
	max-width: 800px;
	margin:0 auto;
}
.smb_table p {
  font-size: 13px;
  font-weight:400;
}
.smb_table a {
  color: #006699;
}
.smb_table tr:nth-child(even) {
  background-color: #dcf0ff;
}
.smb_table tr:hover {
  /*background-color: #f9fae7;*/
}
.smb_table th {
  border: #cccccc 1px solid;
  padding-left: 10px;
  color: #333333;
  font-size: 13px;
}
.smb_table td:nth-child(1) {
    border-right: solid 1px #dcf0ff;
}
.smb_table tr:nth-child(1) td:nth-child(2)  {
    font-size: 20px;
}

@media (max-width: 768px){
.smb_table tr:nth-child(1) td:nth-child(2)  {
    font-size: 16px;
}
}

.smb_table td {
    /*border: #9c9c9c 1px solid;*/
    padding: 10px 10px;
    font-size: 16px;
    color: #055fa7;
    vertical-align: middle;
}
.smb_table p {
  margin-left: 18px;
  margin-right: 10px;
  line-height: 18px;
  color: #222;
}

.c_new{
	color:#fff;
	background:#900;
	padding:0 0.4em 0 0.4em;
	border-radius:2px;
	font-size:0.8em;
}
.smb-hilight{
	/*background:#d0eaff;*/ 
	font-weight: 600;	
}

/*store icons*/
.store-block{
	width: 50%;
	box-sizing: border-box;
	float:left;
}

/*video bg*/
#loopVideo {
	width: 100%;
  position: relative;
  right: 0;
  bottom: 0;
	vertical-align: bottom;
}

@media (min-width: 1200px){
	.smb-video-bg-full{
		/*height: 800px;*/ 
		display: block; 
		overflow: hidden;
		position: relative;
	}
}

@media (min-width: 770px) and (max-width: 1200px){
	.smb-video-bg-full{
		height: 600px; 
	}	


	.title-over-video{
		position: absolute !important;

	}		
}
.box-over-video {
	padding: 100px;
	color: #f1f1f1;

}


@media (min-width: 770px){
	.smb-video-bg{
		/*height:800px; 
		display: block; 
		overflow: hidden;*/
		min-width: 100%;
    	position: absolute;
	}	

	
}



.title-over-video{
	background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 45px 90px;
    max-width: 1200px;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
}
.title-over{
	font-size: 3em;
    line-height: 0.2em;
    margin-bottom: 1.5em;
}
.title-over-t1{
	font-size: 30px;
	line-height: 36px !important;
	padding-top: 10px;
}
.title-over-t2{
	font-size: 16px;
	line-height: 20px !important;
}

.smb-promo-box{
	border-right: 1px solid rgba(255,255,255,0.6) !important;
}

@media (max-width: 1100px){
	.title-over-video{
		background: #222222;
		padding: 45px 30px;
	}
	.title-over, .title-over-t1, .title-over-t2{
		color:#ffffff;
	}
	.smb-promo-box {
		border-right: 1px solid #ececec !important;
	}	
}

.smb-catalog{
	display: flex;
}
.smb-catalog .smb-cbox{
	margin:2px;
	position: relative;
	background: #000000;
	flex:1;
}
.smb-catalog p{
    position: absolute;
    bottom: 25%;
    width: 100%;
    text-shadow: 2px 0px 4px #000000;
	font-size: 18px;
    font-weight: 600;
    line-height: 15px !important;
	color:#ffffff;
}
.smb-catalog img{opacity: 0.7; vertical-align: bottom;}

.smb-quote{
    text-align: center;
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color:#ffffff;
    font-size: 36px;
    padding: 9% 5% 3% 5%;
    line-height: 60px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
}
@media (min-width: 770px){
	.smb-quote .store-column{
		width:40%;
	} 	

}
@media (max-width: 770px){
.store-block{
	width: 50%;
}	
.store-block img{
	margin: 10px 0;
}		
	.title-over-t2{
		font-size: 14px;
		line-height: 10px !important;
	}			
	.title-over-t1 {
		font-size: 24px;
		line-height: 30px !important;
		padding-top: 10px;
	}	
}


.smb-steps{
	float: none !important;
	margin:0 auto;
}
.smb-steps ul li{
	/*padding:0 40px 0 20PX;*/
	/*border-right: 1px solid #b2b2b2;*/
}

.smb-steps p{
	font-size:24px;
	font-weight: 600;
	color:#00245e;	
}
.smb-steps img{
	width: 90%;
	border-radius: 8px;
}


@media (max-width: 600px){
	.smb-steps ul li{
		padding:0;
		border-right: none;
		/*width: 50%;*/
		margin: 0 auto;
		margin-bottom: 30px !important;
	}

	.smb-catalog p {
		bottom: 5%;
		font-size: 13px;
	}	
	.smb-steps img{width: 80%;}
}

/*top banner video*/
.smb-top-video{
	
    /*width: 372px;
	position: relative;
    left: 56.5%;
    top: -75%;*/
	width: 500px;
    position: relative;
    left: 49%;
    top: -92%;

}
.smb-top-video video{
	width: 100%;
	/*border: 4px solid #ffffff;*/
}

/*smb-app-promo*/
.smb-promo{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
	color: #222222;
}
.smb-promo h3{
    font-size: 30px !important;
    line-height: 40px !important;
    color: #00245e !important;
}
.smb-promo .smb-promo-feature{
	text-align: center;
	color:#ffffff;
    font-size: 16px;
    font-weight: 600;	
}
.smb-promo .smb-feature-all{
	display: flex;
    width: 95%;
    margin: 0 auto;	
	padding-bottom: 20px;
}
.smb-promo .smb-feature-all2{
    width: 85%;
    max-width: 600px;
}
.smb-feature img{
    /* background: rgba(33, 150, 243, 0.1); */
    border-radius: 150px;
    padding: 25px 30px 0 30px;
    box-sizing: border-box;
}
.smb-feature2 img{
    padding: 20px;
}
.smb-promo .store-column{
	width: 80%;
	margin: 0 auto;
}

.smb-promo-app {
	padding:25px 0 !important;
	
	
}
.smb-promo-app p{
	font-size: 28px;

	font-weight: 600;
	padding: 0;
	color:#ffffff;
}
.smb-promo-app .fab{
	color:#43c4ff;
}


.smb-promo-box .store-column{
	width: 60%;
}
.smb-promo .smb-feature{
	flex: 1;
}
@media (min-width: 1150px){
	.smb-promo .smb-feature{
		padding: 0 30px;
	}	
}	



@media (max-width: 770px){	
	.smb-quote{
		font-size: 26px;
		padding: 7% 2% 1% 2%;
		line-height: 32px;
		text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	}	
	.title-over {
		color:#ffffff; 
		font-size: 2em;
		line-height: 30px;
		margin-bottom: 0%;
	}	
	.smb_table td {
		padding: 2px 5px;
		font-size: 13px;
	}
	.box-over-video {
		position: relative;
		padding: 0;
	}	

	.smb-promo .smb-feature-all{
		display: block;
	}	
	.smb-promo .smb-feature-all2{
		width: 80%;
	}	
	.smb-promo .smb-feature{
		width: 50%;
		float: left;
	}	
	.smb-promo .smb-feature2{
		width: 25%;
		float: left;
	}		
	.smb-promo .store-column {
		width: 100%;
	}
	.smb-feature img {
		width: 50%;
		    padding: 25px 0px 0 0px;
	}	
	.smb-promo-box{
		border-right: none !important;
		border-top: 1px solid rgba(255,255,255,0.6) !important;
		padding:40px 0 0 0 ;
	}
	.smb-promo .smb-feature p{
		font-size:14px;
	}
	.smb-promo-box .store-column{
		width: 100%!important;
	}
	.smb-promo h3{
		font-size: 1.4em !important;
		line-height: 1.2em !important;
	}
	.smb-promo-app p {
		font-size: 1.6em;
	}	
}

.ml-container100{width: 100%; background: #171717;}
.ml-container {
    width: 95%;
    max-width: 960px;
    margin: 0 auto;
}
.ml-contact1{width: 100%}
.ml-contact2{width: 100%}

.ml-contact1 p{font-size: 18px; line-height: 40px; font-weight: 600; color: #ffffff;}
.ml-contact2 p{font-size: 16px;}

.link_more {
    display: inline-block;
    font-size: 1em;
    color: #222;
    background: #ffffff;
    border: 1px solid #222;
    padding: 4px 20px;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: 600;
}

.two-column-box {
		display: block;
		float: left;
		box-sizing: border-box;
		position: relative;
		
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 1%;	
		height:100px;
}

@media(max-width:900px){

	.ml-title2{
		text-align: center;
	}
	.column-block{width: 100%;}
	.vl-contact1 p{font-size: 20px; line-height: 30px;}
	.vl-contact2 p{font-size: 14px;}	
}

@media(min-width:900px){
.ml-contact1{width: 55%}
.ml-contact2{width: 45%}	
	.two-column-box {
		display: block;
		float: left;
		padding: 0px;
		box-sizing: border-box;
		position: relative;
		
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 10px;	
		height:130px;
	}
}

/*sign up*/
.top_signup {
    display: block;
    margin-bottom: 0px;
}
.top_signup ._input {
    width: 65%;
    height: 40px;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    display: block;	
}
.top_signup ._btn {
    display: inline-block;
    background: #008af5;
    padding: 5px 25px 10px;
    color: #fff;
    border-radius: 2px;
    margin-left: 5px;
	
    height: 40px;
    text-decoration: none;
    line-height: 30px;
    box-sizing: border-box;	
}
.top_signup ._btn:hover {
	opacity: 0.7;
	cursor: pointer;
}

@media(max-width:600px){
	.top_signup ._input {
		width: 100%;
	}	
	.top_signup ._btn {
		text-align: center;
    	width: 100%;
    	margin: 15px auto;		
	}
	.ml-contact1{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ml-contact1 P{
		text-align: center;
	}
	.ml-contact2 P{
		text-align: center;
		padding: 0;
	}	
	.two-column-box{
		height: auto!important;

	}
}

/*new release flag update*/
.promo_box {
    top: -137px !important;
}
.ribbon {
    padding: .2em .7em !important;
    font-size: 1.0em !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate(-5deg) skew(-10deg,10deg) !important;
    transform: rotate(-5deg) skew(-10deg,10deg) !important;
}
.ribbon:before {
    top: 0.3em !important;
}

.stock-amount-display{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    float: none !important;	
}
.stock-amount-display ul{
	display: flex;
}
.stock-amount-display ul li{
	font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 0.6em;
    border-radius: 6px;	
	text-align: center;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;	
	margin: 0 5px;
}

@media(max-width:600px){
.stock-amount-display ul li{
	font-size: 14px;
	margin: 0 5px;
}	
}

.top_fn_all {
    padding: 2px 30px !important;
    border-radius: 6px !important;
}

.smb-v-maker{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;	
}

.smb-v-maker .v-maker{
	width: 25%;
}
