.row,p,h1,h2,h3{
	margin: 0;
	font-weight: normal;
}

img{
	margin: auto;
}

.tac{
	text-align: center;
}

.cb{
	clear: both;
}

.tar{
	text-align: right;
}

body{
	background-image: url('../../../../img/landing_themes/helpman/background.jpg');
	background-size: cover;
	font-size: 16px;
}

*{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

.reg{
	font-family: Arial, Helvetica, sans-serif !important;
}

.sm{
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:bold;
}

.tesh{
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.39);
}

p{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 25px;
}

li:before {
	font-weight: bold;
	font-size: 20px;
	margin-right: 110px;
}

.bulletsul { 
	list-style-image: url(../../../../img/landing_themes/kiffer/bullet.png); 
	padding-left: 3%;
}

.content{
	padding: 3% 0;
}

.blue{
	color: #01c4f6;
}

.wh{
	color: white;
}

.features td{
	padding: 10px;
	padding-left: 0;
}

.features img{
	width: 35px;
}

.buynowbut, .buynowbut:focus{
	background: #f99500;
	font-size: 1em;
	letter-spacing: 1px;
	-moz-box-shadow: 0px 4px 0px 0px #ce7f1c;
	-webkit-box-shadow: 0px 4px 0px 0px #ce7f1c;
	color: white;
	transition: all 0.2s ease;
	padding: 15px 35px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
}

.buynowbut:hover{
	text-decoration: none;
	background: #e88d05;
	color: white;
	-moz-box-shadow: 0px 4px 0px 0px #ce7f1c;
	-webkit-box-shadow: 0px 4px 0px 0px #ce7f1c;
}

.esctable{
	margin-top: 5%;
}

.esctable *{
	font-size: 14px;
	line-height: 15px;
}

.esctable td{
	padding: 10px;
	padding-left: 0;
}

.dbbox{
	background: rgba(6, 107, 130, 0.74);
	padding: 5%;
	border-radius: 11px;
}

form table{
	background: white;
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	border-radius: 5px;
	overflow:hidden;
}

form td:first-child{
	text-align: center;
	width: 60px;
}

form td{
	padding: 5px;
	border-bottom: 1px solid #c2c2c2;
	border-radius: 15px;
}

form input, form textarea{
	border: 0;
	padding: 5px 0;
	width: 100%;
	color: black;
	font-family: Arial, Helvetica, sans-serif !important;
	height: 40px;
	background: 0
}

form textarea{
	height: 100px;
	resize: none;
}

*:focus{
	outline: none;
}

.messagetd{
	vertical-align: top;
	padding-top: 10px;
}

input[type="submit"], input[type="submit"]:focus {
	height: 52px;
	background: #96d543;
	font-size: 1.2em;
	text-transform: uppercase;
	-moz-box-shadow: 0px 4px 0px 0px #6ca127;
	-webkit-box-shadow: 0px 4px 0px 0px #6ca127;
	color: white;
	transition: all 0.2s ease;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight:bold;
	border-radius: 5px;
	text-decoration: none;
}

input[type="submit"]:hover{
	background: #6ca127;
}

.footer{
	background: rgba(69, 67, 66, 0.74);
	padding: 2% 0;
	border-top: 2px solid #202124;
}

.footer *{
	font-size: 13px;
}

.footer a{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.footer a:hover{
	color: grey;
}

.socialicons{
	float: right;
}

.socialicons td{
	padding: 0 5px;
}

.footer p{
	margin-top: 4px;
}

.esctable{
	width: 70%;
}

.scroll{
	display: none;
	width: 30px;
	margin-bottom: 30px;
}

a{
	transition: all 0.2s ease;
}

.captcha{
	width: 100%;
}


@media screen and (max-width: 1024px){
	.lineimg{
		margin: auto;
		display: block;
	}

	#fittext1{
		text-align: center;
		margin-top: 20px;
	}

	.lineimg{
		margin-top: 10px;
	}

	p{
		text-align: center;
	}

	.socialicons{
		float: none;
		margin: 10px auto;
	}

	.esctable{
		width: 100%;
	}

	.esctable td:first-child{
		text-align: right;
	}

	.buynowbut{
		width: 100%;
		display: block;
		text-align: center;
	}

	.esctable{
		margin: auto;
		margin-top: -3%;
	}

	.dbbdiv{
		padding: 0;
	}

	.footer a{
		display: block;
	}

	.diam{
		display: none;
	}

	.footer .sm{
		font-size: 16px !important;
	}

	.flink{
		color: white;
		font-size: 16px;
		font-weight: bold;
		text-shadow: none;
		font-family: Arial, Helvetica, sans-serif !important;
		font-weight:bold;
	}

	.slink{
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif !important;
		font-weight:bold;
		color: #959596 !important;
	}

	.scroll{
		display: block;
	}
}

@media (min-width: 1200px){
	.container {
		width: 1000px;
	}
}

/* Additions made after files were sent over by fiverr.com */

#form_feedback {
	background: white;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
	margin-bottom:20px;
}   

#form_feedback p {
	padding:20px;
	width: 100%;
	color:#999;
	font-size:15px;
}

.validator_status.validator_errors p{
	border-top: 5px solid #CA1B1B;
}

@media screen and (max-width: 768px){

	.col-lg-12 {
		text-align: center;
	}
	
	.g-recaptcha {
		transform:scale(1.02);
		transform-origin:0 0;
	}

}

.hide_cap {
	display:none;
}