/* History */
.paddingTop20{
	padding-top:20px;
}

.imgCenter{
	margin:0 auto;
	display:block;
}

.detail, .detail:focus, .detail:hover{
	padding:5px 20px;
	background:#000;
	color:#fff;
	border-radius:6px;
	font-size:14px;
	margin-left:15px;
}

@media only screen and (max-width: 800px){
	.detail{
		width: 50%;
		margin: 0 auto;
		display: block;
	}
	.text-right{
		text-align:left !important;
	}
}

.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;
}

h4.subTitle{
	border-left:15px solid;
}

h4.subTitle span{
	padding-left:10px;
	display:inline-block;
}
/* History End*/


/* Update */
p {
    font-size: 18px;
}

h3 {
    font-size: 28px;
}

@media screen and (max-width: 991px) {
	#overview {
		padding: 30px 0 0;
		text-align: center;
	}	
	.overview-text {
			padding-top: 0;
	}
	.main-image {
		width: 500px!important;
		padding-top: 3%;
	}
}

@media screen and (min-width: 992px) {
	#overview {
		padding: 0 0 30px 0;		
	}
	.overview-text {
		padding-top: 10%;
		padding-left: 100px;
	}
	.main-image {
		width: 400px!important;
		padding-top: 8%;
	}
}

.deck-wrapper .content-body p:last-child, .deck-wrapper .content-body p:only-child {
    margin-bottom: 0;
}

.imgCenter{
	margin:0 auto;
	display:block;
}

/*Intro*/
.well.contact-well {
    box-shadow: 0 5px 18px 3px rgba(0,0,0,.1);
}

.contact-well-body {
    padding: 30px 30px;
}

@media screen and (max-width: 450px) {
	.contact-well-body {
		text-align: center;
	}
}
/*End Intro*/

/*Features*/
.features-text{
    padding-top: 10px;
}

.features-text-single{
    padding-top: 25px;
}

@media screen and (max-width: 1024px) {
	.features-text{
		padding-top: 0px;
	}
	.features-text-single{
		padding-top: 0px;
	}	
}

@media screen and (max-width: 800px) {
	.features{
		text-align: center;
	}	
}
/*End Features*/

/*Benefits*/
.benefit-title{
    text-align: left;
	padding-bottom: 20px;
}

.benefit-text{
    text-align: left;
}

.benefit-note ul {
	margin: 0;
	padding: 0 5px 0 5px;
}

.benefit-note li {
	list-style-type: none;
    display: table-row;	
	font-size: 16px;	
}

.benefit-note li:before {
    content: "*";
    display: table-cell;	
    padding-right: .5em;
    text-align: right;	
}

.benefit-note li:nth-child(1):before {
   content: "*";
}

@media screen and (max-width: 800px) {
	.benefit-title{
		text-align: center;
	}
	.benefit-text{
		text-align: center;		
		padding-bottom: 10px;
	}	
}
/*End Benefits*/

/*Spec*/
.spec h4.panel-title {
    font-size: 18px;
}

.specnote ul {
	margin: 0;
	padding: 0 5px 0 5px;
}

.specnote li {
	list-style-type: none;
    display: table-row;	
	font-style: italic;	
	font-size: 16px;	
}

.specnote li:before {
    content: "*";
    display: table-cell;	
    padding-right: .5em;
    text-align: right;	
}

.specnote li:nth-child(1):before {
   content: "*";
}

.specnote li:nth-child(2):before {
   content: "**";
}

.specnote li:nth-child(3):before {
   content: "***";
}
/*End Spec*/

/*Notice*/
.productnotice {
    padding: 10px 0 15px 0;
    font-style: italic;
	font-weight:bold;
    font-size: 16px;
}
/*End Notice*/