.fadeIn {
	-webkit-animation-duration: 1.25s;
	-moz-animation-duration: 1.25s;
	-ms-transition-animation-duration: 1.25s;
}

p {
    font-size: 18px;
}

h3 {
    font-size: 28px !important;
}

.text-color {
    color: #6CBE45 !important;
}

@media screen and (max-width: 991px) {
	#overview {
		padding: 30px 0 0;
		text-align: center;
	}	
	.overview-text {
			padding-top: 30px;
	}
	.main-image {
		width: 500px!important;
		padding-top: 0;
	}
}

@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;
}

#more {display: none;}
#more2 {display: none;}
#more3 {display: none;}

#intro .btn {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background-color: #ffffff;	
    border: none;
    border-radius: 0px;
    outline: none;
	color: #ff800;
}

@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 10px 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*/

#overview .container,
#features .container,
#benefits1 .container,
#benefits2 .container,
#benefits3 .container,
#benefits4 .container,
#application-diagram .container,
#benefit-note .container,
#notice .container {
    max-width: 1320px;
}