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

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

a.btn.btn-lg.btn-outline {
    color: #6CBE45!important;
    border-color: #6CBE45!important;
}

@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: 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*/
.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: #64be00;
}

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

.features-row{
    padding-top: 37px;
}

@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;
	}
	.features-row{
		padding-top: 0px;
	}	
}
/*End Features*/

/*Benefits*/
.benefit-title{
    text-align: left;
	padding-bottom: 20px;
}

.benefit-text{
    text-align: left;
}

.app-title{
	padding: 0 0 0 100px;
}

@media screen and (max-width: 800px) {
	.benefit-title{
		text-align: center;
	}
	.benefit-text{
		text-align: center;		
		padding-bottom: 10px;
	}
	.app-title{
		padding: 0 0 0 30px;
	}	
}

@media screen and (max-width: 450px) {
	.app-title{
		padding: 0 0 0 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*/

/* Notice */
.notice-section {
	position:relative;		
    background:#f9f9f9;	
}

.notice-section hr {
	margin-top:10px;
    border-top:1px solid transparent;	
}

.productnotice {
	padding:10px 0 15px 0;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
}
/* End Notice */

/* Downloads Page*/
.download-note{
	margin: 0 63px;
	font-size: 15px;
	font-style: italic;
	color: #e60012;
}
@media screen and (max-width: 1200px) {
	.download-note{
		width: 80%;
	}
}
/* End Downloads Page*/

.btn.btn-lg.btn-call-to-action {padding: 0 20px;}


/* 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;
}