/* ==================================================================
Basic
================================================================== */

body {
			background: none;

	color: #555555;
}

/* ==================================================================
Typography
================================================================== */

h1 {
	color: #ffffff;
	border-color: #ffffff;
}

h2 {
	color: #ffffff;
	border-color: #ffffff;
}

h4 {
	color: #990000;
}

h5 {
	color: #ffcc66;
}

h6 {
	color: #a9a9a9;
}

/* ==================================================================
Links
================================================================== */

a:hover, a:focus {
	color: #555555;
}

a.button:hover {
	border-color: #ecc117;
}

p a {
	color: #990000;
}

/* ==================================================================
Forms
================================================================== */

label {
	color: #404040;
	font-weight:bold;
	line-height:1.6;
}

input, textarea, select, button {
	background: #ffffff;
	color: #242424;
	border: 1px solid #e4e4e4;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-color: #990000;
}

input[type="submit"], button, a.button {
	color: #ffffff;
	background-color: #0b42fb;
	/* background: linear-gradient(#9e2ffc,#fcd004);
	background: linear-gradient(#fad54a,#d79608); */
}

input[type="submit"]:hover, button:hover, a.button:hover {
	color: #ffffff;
	
	background: linear-gradient(#0b42fb,#0b42fbad);
}

/* ==================================================================
Preloader
================================================================== */

.preloader {
	color: #333333;
}

.preloader-spinner {
	border: 2px solid #dbdbdb;
	border-top: 2px solid #990000;
}

/* ==================================================================
Intro
================================================================== */

.intro {
	color: #ffffff;
}

ul.intro-features li {
	background: rgba(0,0,0,0.2);
}

.text-column {
}

.form-column {

}

/* ==================================================================
Main Form
================================================================== */

.main-form {
	background: url(images/bg-form.png) bottom repeat-x #FFF;
    border-radius: 7px;
    color: #6b6b6b;
    box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.2);
}

.submit-arrow {
	color: #ffffff;
	background: url(../images/arrow-orange.png) top right no-repeat;
}

.submit-arrow span {
	color: #ffcc66;
}

.disclaimer {
	color: #a9a9a9;
}

/* ==================================================================
Contact Form
================================================================== */

.contact-form {
	border: 1px solid #cccccc;
	
}



/* ==================================================================
Thanks Popup
================================================================== */

.thanks-popup {
	background: #ffffff;
}

.thanks-popup .thanks-heading {
	background: url(http://placehold.it/650x210/333333/444444) center center no-repeat;
}

.thanks-popup button.mfp-close:hover {
	color: #ffffff;
}

/* ==================================================================
Hero
================================================================== */

.hero h3 {
	color: #000000;
}

.hero h3 span {
	color: #990000;
}

/* ==================================================================
Icon Block
================================================================== */

.icon-block i {
	background: #ebe9d9;
	color: #333333;
}

/* ==================================================================
Pricing Table
================================================================== */

.pricing-table {
	border: 1px solid #e3e3e3;
}

.pricing-table.featured {
	border-color: #990000;
}

.pricing-table .table-title {
	border-bottom: 1px solid #e3e3e3;
}

.pricing-table .table-price {
	border-bottom: 1px solid #e3e3e3;
	color: #000000;
}

.pricing-table ul.table-features li {
	border-color: #e3e3e3;
}

.pricing-table ul.table-features li:nth-child(even) {
	background: #f6f6f6;
}

/* ==================================================================
Testimonial
================================================================== */

.testimonial-block {
	border: 1px solid #e3e3e3;
}

.testimonial-block p.testimonial {
	color: #000000;
}

.testimonial-block p.author span {
	color: #990000;
}

/* ==================================================================
Bottom CTA
================================================================== */

.bottom-cta {
	background: url(http://placehold.it/2560x1440/666666/333333) center center no-repeat;
}
.scriptcomodo{

	position: absolute;
	display: block;
	padding-top: 50px;
	left: 0px;
    width: 100%;
}

@media only screen and (max-width: 600px)  {
	.scriptcomodo{
	
	margin-top: 44px;
    padding-top: 0;
	}
}