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

/*Old version*/
.deck-wrapper h2.section-title.product-intro-title {
    color: #000;
    text-transform: none;
    line-height: 1em;
    margin: 30px 0 16px;
}
/*End Old version*/

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

@media screen and (min-width: 992px) {
	#overview {
		padding: 0 0 30px 0;		
	}
	.overview-text {
		padding-top: 13%;
		padding-right: 0px;
		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*/
.contact-well-body {
    padding: 30px 30px;
}

#more {display: none;}
#more2 {display: none;}
#more3 {display: none;}
#more4 {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: #00b2ff;
}
/*End Intro*/

/*Features*/
.features-text{
    padding-top: 10px;
}

.features-text-single{
    padding-top: 20px;
}

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

@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: 15px;	
}

.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*/

/* Product Specs Bullets */
#specifications .panel-default ul {
	padding-left: 40px;
}

#specifications .panel-default li {
	list-style-type: disc;
}

#specifications .panel-default ul li ul li {
    list-style-type: circle;
}

/* Additions */
.container.maxwid {
    max-width: 1320px !important;
}

.btn {
    padding: 0 20px;
}
