/* Website Content */

.antispam { display:none;}

.container{
    width: 1024px;
    padding: 0 25px;
}

/* ContentSpan */

.contentImg{
	width: 100%;
	height: auto;
}

.contentImg img{
	width: 100%;
	height: auto;
	padding: 0;
	max-width: none;
}

.C1{
    float: left;
	width: 487px;
	height: auto;	
}
.contactForm{
	float: left;
	width: 487px;
	height: auto;
}

legend {
	text-align: left;
    border: 1px solid #ccc;
    background:#ffffff;
    padding: 10px;
}

fieldset 
{
	border: 1px solid #ccc;
    background:#ffffff;
    margin: 0;
    padding: 20px;
}

/* Form Styles */

#form p
{
    font-size:14px;
    color:#222222;
}

#form input, textarea
{
    width:98%;
    padding:3px 5px;
	border: 1px solid #ccc;
}


#form input, textarea
{
    margin-bottom:10px;
	border: 1px solid #ccc;
}

button
{
	width:100%;
    padding:10px 5px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	cursor:pointer;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(255,48,25); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
	
}

button:hover
{
    color: #fff;
    background: rgb(0,34,62); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,34,62,1) 0%, rgba(54,79,107,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,34,62,1)), color-stop(100%,rgba(54,79,107,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,34,62,1) 0%,rgba(54,79,107,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,34,62,1) 0%,rgba(54,79,107,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,34,62,1) 0%,rgba(54,79,107,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,34,62,1) 0%,rgba(54,79,107,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00223e', endColorstr='#364f6b',GradientType=0 ); /* IE6-9 */
}

.formbutton button
{   
    width:100%;
    padding:10px 5px;
	font-size: 14px;
	font-weight: 400;
	color: #00223f;
	cursor:pointer;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.formbutton button:hover
{
    color: #fff;
     background: #2b33e8;
}

/* Step one */
/* targeting all screen sizes wider than 1240px (HD Screen) */

@media (min-width: 1240px){

.container{
    width: 1170px;
}

.C1{
    float: left;
	width: 595px;
	height: auto;	
}
.contactForm{
	float: left;
	width: 595px;
	height: auto;
}

	
}

/* Step three (tablet) */
/* targeting all screen sizes within 801px and 1070px */

@media (min-width: 801px) and (max-width: 1070px){
	
.container{
    width: 760px;
}

.C1{
    float: left;
	width: 355px;
	height: auto;	
}
.contactForm{
	float: left;
	width: 355px;
	height: auto;
}
	
}

/* Step four */
/* targeting all screen sizes smaller than 800px (Mobiles) */

@media (min-width: 321px) and (max-width: 800px){
	
.container{
    width: 80%;
    margin: 0 auto;
}

.C1{
    float: none;
	width: 100%;
	height: auto;
	margin-bottom: 20px;	
}
.contactForm{
	float: none;
	width: 100%;
	height: auto;
}
	
}


/* targeting all screen sizes smaller than 800px - End */
/* Step four - End */

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */

.container{
    width: 80%;
    margin: 0 auto;
}

.C1{
    float: none;
	width: 100%;
	height: auto;
	margin-bottom: 20px;	
}
.contactForm{
	float: none;
	width: 100%;
	height: auto;
}

}