
/*****************************************************************/

.introwrapper {
	background-color: #1c1b18;
	background-image: url("../../../uploads/2014/05/intro-bg.jpg");
	background-size: Auto 540px;

}
#sequence h2, #sequence h3,
.blogpage .introwrapper h1 a {
	color: #fff
}

body, .featuresintro, .screenshotsintro, .dbwrap, footer {
	background-color: #ffffff;
/* TODO: option for separatoar image */
}
.featuresintro h1, .screenshotsintro h1, .footerwrap footer h2, .testimonialstitle,
.post h1 a, .sidebar .widget h2, .post h1, .comment-heading cite a, .comment-reply-title, .comments-title,
.post h2, .cpt h2, .post h3, .cpt h3, .post h4, .cpt h4, .post h5, .cpt h5, .post h6, .cpt h6 {
	color : #343434;

}

.featuresintro p, .screenshotsintro p,
footer .widget p, footer .widget ul, footer .widget ol,
.cpt p, .cpt ol, .cpt ul, .cpt address, .pagenavigation a,
.cpt table a, .cpt dt, .cpt table {
	color : #343434
}

::-webkit-input-placeholder {
	color : #343434
}

:-moz-placeholder {
	color : #343434
}

::-moz-placeholder {
	color : #343434
}

:-ms-input-placeholder {
    color : #343434}

.features .featuretext > h2 {
	color : #343434
}

.featuretext-content p, .featuretext-content ol,
.featuretext-content ul, .testimonialtext,
.widget p, .widget ul, .widget ol,
.comment-text blockquote p, .comment-text q p, .comment-text table,
.comment-text p, .comment-text ol, .comment-text ul, .comment-text address, .comment-text dd,
#commentform p, code, pre, kbd, tt {
	color : #5c5c5c
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color: #1D82C3;

}

#nav li span.active {
	background: #41B86B;

}

.circle {
	background-color : #41B86B;
}

.circle span { 
	color : #fff
}

.testimonialbox h1 {
	color : #1d82c3
}

.testimonialbox h2 {
	color : #434343
}

.testimonialswrap {
	background : #e7e8e6 url(" ../images/testimonials-bg%402x.jpg") repeat;
	background-size: 512px 512px
}

.testimonialstitle:before, .testimonialstitle:after { 
	border-top: 1px solid #b6b6b6;
	
}

.downloadbutton {
	width: 280px;

}

.footertext, .footerbottom a:after {
	color: #000000;
}

a, .postinfo p, .postinfo a {
	color: #1d82c3;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
/* only screen and (min-resolution: 192dpi), */
only screen and (min-resolution: 2dppx) {
	.introwrapper {
		background-image: url("../../../uploads/2014/05/intro-bg%402x.jpg");
		background-size: Auto 540px;
	}
	.testimonialswrap {
		background-size: 256px 256px
	}

}