@media screen and (max-width: 991px) {
	#overview {
		padding: 50px 0 0;
	}
}

@media screen and (min-width: 992px) {
	#overview {
		padding: 20px;
	}
}

.noHyphen {
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	hyphens: none !important;	
}

.deck-wrapper .table-cell {
    height: 100%;
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.deck-wrapper .table-cell.table-cell-left {
    padding-right: 32px;
    width: 60%;
}

.deck-wrapper h2.section-title.product-intro-title-desktop {
    color: #000;
    text-transform: none;
    line-height: 1em;
    margin: 20% 0 0;
}

.deck-wrapper h2.section-title.product-intro-title-mobile {
    color: #000;
    text-transform: none;
    line-height: 1em;
    margin: 20px 0 0;
}
	
.deck-wrapper .content-body p:last-child, .deck-wrapper .content-body p:only-child {
    margin-bottom: 0;
    margin-top: 17%;
}

.deck-wrapper .intro-action {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;	
}	
	
.imgCenter{
	margin:0 auto;
	display:block;
}

.detail, .detail:focus, .detail:hover{
	padding:5px 20px;
	background:#000;
	color:#fff;
	border-radius:6px;
	font-size:14px;
}

@media only screen and (max-width: 800px){
	.detail{
		width: 50%;
		margin: 0 auto;
		display: block;
	}
}

.intro-action{
	font-size:16px;
	margin-top:30px !important;
}

.ultimateColor{
	color:#ff2837;
}

.superiorColor{
	color:#ff8900;
}

.advancedColor{
	color:#00b2ff;
}

.connectColor{
	color:#ffc800;
}

i.fa-arrow-circle-right{
	font-size:31px;
	float:left;
}

.icon-other-links{
	line-height:30px;
	margin-left:10px;
}


.paddingTop25{
	padding-top:25%;
}

@media only screen and (max-width: 1025px){
.paddingTop25{
	padding-top:20%;
	}
}

@media only screen and (max-width: 800px){
.paddingTop25{
	padding-top:5%;
	}
}

#overview .container,
#benefits .container,
#benefits2 .container,
#benefits3 .container,
#benefits4 .container,
#benefits5 .container,
#application-diagram .container,
#note .container {
    max-width: 1320px;
}