/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}

body {
	font-family: Dosis,Helvetica,Arial,Verdana,sans-serif;
	font-weight:lighter;
	color:#000;
	font-size:25px;}
	/*line-height:1.6em;*/
	
	
/*h2 {
	font-family: Dosis, Verdana, Geneva, sans-serif;
	font-weight:lighter;
	color:#CCC;
	font-size:26px;
	}*/
	
	
	
h3 {font-family: Dosis, Verdana, Geneva, sans-serif;
        color:#FFF;
	font-size:27px;} 
	
	
h3 a{
    color:#F00;
	font-size:18px;
       }


h4 {
	font-weight:bold;
	color:#F00;
	font-size:16px;}
	
	
	
p {
	/*font-family: Dosis,Helvetica,Arial,Verdana,sans-serif;*/
	font-weight:lighter;
	color:#000;
	font-size:25px;
	line-height:1.5em;}

.vn_address{
	font-size:16px;
	color:#999;
	text-align:center;
	margin-top:40px;
}

.imguide{
	font-size:18px;
	color:#000;
}

#imguide_form{
	font-size:18px;
	color:#000;
	background-color:#FFC;
	color:#F00;
	width:230px;
	height:auto;
	padding:10px;
}

#imguide_form p{
	font-size:18px;
	color:#000;
}

#imguide_form wpcf7-submit{
	font-size:18px;
	width:200px;
	height:100px;
	background-color:#F00;
}
	
.yellow{
	background-color:#f05a1a;
	padding:5px;
	width:100%;
	font-size:50px;
	margin-bottom:20px;
}

#free_website{
	/*float:right;
	padding:50px;
	background-color:#CCC;*/
	/*width:800px;
	height:500px;
	margin-left:550px;
	margin-top:0px;*/
}

#free_website h4{
	font:dosis;
	font-size:40px;
	font-weight:bold;
}


.services{
	/*font-family: Dosis,Helvetica,Arial,Verdana,sans-serif;*/
	color:#333333;
	font-size:18px;}
	
	
	
	
/* h3 lp_caption {    
        color:#FFF;
        font-weight:bold;
	font-size:27px;} 



Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}

/* ------------------ Contact US SEO Landing Page form CSS ------------- */

#seo-form-contactus {
	color:#868686;
	margin:10px 30px 20px 50px;
	width:100%;
	background-color:#0F0;
}

.seo_label{
	width:500px;
}

#seo-form-contactus input, #form-contactus select, #form-contactus textarea {
	padding:2px 4px;
	font-size:17px;
	color:#010101;
	background-color:#e4e4e4;
	border:none;
}
#seo-form-contactus p {
	padding:0px;
	font-size:20px;
	color:#868686;
}

/*#first_name {
	width:115px;
}
#last_name {
	width:115px;
}
#phone {
	width:135px;
}
#email {
	width:285px;
}
#URL {
	width:340px;
}
#description {
	width:500px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#send-contactus {
	margin-top:20px;
	width:185px;
	height:41px;
	line-height:41px;
	background-color:#a90003;
	float:right;
	margin-right:10px;
	width:185px;
	height:41px;
	display:block;
	font-size:28px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
}
#send-contactus a {
	width:185px;
	height:41px;
	display:block;
	font-size:28px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
}
.wpcf7-submit, .wpcf7-submit:focus {
	margin-top:20px;
	width:185px;
	height:41px;
	line-height:41px;
	background-color:#a90003;
	float:left;
	margin-right:10px;
	width:185px;
	height:41px;
	display:block;
	font-size:28px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
}
.wpcf7-submit a {
	width:185px;
	height:41px;
	display:block;
	font-size:28px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
}

*/