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

img{
	margin: auto;
}

.tac{
	text-align: center;
}

.cb{
	clear: both;
}

.tar{
	text-align: right;
}

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

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

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

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

.wh{
	color: white;
}

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

.osw{
	font-family: 'Oswald', sans-serif;
}

.osb{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}

.header{
	background: rgba(47, 108, 166, 0.81);
	padding: 2% 0;
}

.header *{
	color: white;
}

.rightcol a{
	text-align: right;
	float: right;
	font-size: 14px;
}

.rightcol a img{
	margin-top: -5px;
	margin-right: 5px;
}

a:hover{
	text-decoration: none;
	color: inherit;
}

a{
	transition: all 0.2s ease;
}

.socialicons{
	float: right;
	margin-top: 5px;
}

.socialicons td{
	padding-left: 2px;
}

.header h1{
	margin: 10px 0;
}

.features td{
	padding: 10px 0;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #515254;
}

.features td:first-child{
	vertical-align: top;
}

.buyitnow{
	display: block;
	width: 100%;
	text-align: center;
	color: white;
	background: #ea7f0f;
	padding: 7px 5px;
	-moz-box-shadow: 3px 3px 0px 0px #aa6213;
	-webkit-box-shadow: 3px 3px 0px 0px #aa6213;
	border-radius: 3px;
}

.buyitnow:hover{
	color: white;
	background: #aa6213;
}

.buyitnow .price{
	font-style: italic;
}

.buyitnow .osb{
	text-transform: uppercase;
	font-size: 20px;
}

.tworows .col-lg-6{
	padding-left: 0;
}

.esctable img{
	width: 50px;
}

.esctable{
	height: 65px;
	width: 100%;
}

.esctable td{
	vertical-align: bottom;
	padding: 5px;
	padding-bottom: 0;
}

.esctable p{
	font-size: 10px;
	color: #515254;
	line-height: 11px;
}

.content{
	padding: 2% 0 0 2%;
}

.offerbox{
	background: #498ccc;
	padding: 7% 3% 3% 3%;
}

.offerbox h1{
	text-transform: uppercase;
	color: white;
	letter-spacing: 1px;
}

form table{
	width: 100%;
	background: #fff;
	-moz-box-shadow: 3px 3px 0px 0px #406892;
	-webkit-box-shadow: 3px 3px 0px 0px #406892;
	border-radius: 3px;
	margin-bottom: 20px;
}

.captcha{
	-moz-box-shadow: 3px 3px 0px 0px #406892;
	-webkit-box-shadow: 3px 3px 0px 0px #406892;
	border-radius: 3px;
}

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

form input{
	background: transparent;
	width: 100%;
	border: 0;
	padding: 5px;
	height: 45px;
}

form input, form textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.msgtable td{
	vertical-align: top;
}

.msgtable img{
	margin-top: 10px;
}

.msgtable textarea{
	background: transparent;
	width: 100%;
	border: 0;
	padding: 5px;
	resize: none;
}

*:focus{
	outline: none;
}

.inquire{
	display: block;
	width: 100%;
	text-align: center;
	color: white;
	background: #46ce81;
	padding: 7px 5px;
	-moz-box-shadow: 3px 3px 0px 0px #329a5f;
	-webkit-box-shadow: 3px 3px 0px 0px #329a5f;
	border-radius: 3px;
	height: 45px;
	font-size:18px;
}

.inquire:hover{
	color: white;
	background: #329a5f;
}

.inquire span{
	line-height: 30px;
}

.inquire span:hover{
	color: white;
}

.inquire img{
	width: 15px;
	margin-top: -5px;
	margin-left: 5px;
}

.inquire, .captcha{
	margin: 15px 0;
}

.captcha{
	height: 45px;
	width: 100%;
}

::-webkit-input-placeholder {
	color: #2762a3;
}

:-moz-placeholder { /* Firefox 18- */
	color: #2762a3;  
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #2762a3;  
}

:-ms-input-placeholder {  
	color: #2762a3;  
}

.nametable{
	background: white;
}

a:focus{
	outline: white;
	color: white !important;
	text-decoration: none;
}

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

@media screen and (min-width: 768px) and (max-width: 1024px){
	.col-sm-6{
		padding: 0;
	}

	form .col-sm-6{
		padding: 0 15px; 
	}

	.buyitnow, .esctable{
		width: 60%;
	}

	.tworows .col-lg-6{
		padding-left: 0;
		margin-bottom: 10px;
	}

	.content .container{
		margin-right: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 768px){
	.captcha{
		margin-bottom: 10px;
	}

	.header *{
		text-align: center !important;
		float: none !important;
		margin: auto !important;
		margin: 4px auto !important;
	}

	.header td{
		padding: 3px;
	}
}

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

#form_feedback {
	height:auto !important;
	background: #fff;
	-moz-box-shadow: 3px 3px 0px 0px #406892;
	-webkit-box-shadow: 3px 3px 0px 0px #406892;
	border-radius: 3px;
	margin: 0 15px 20px 15px;
}   

#form_feedback p {
	padding:20px;
	width: 100%;
}

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

.col-sm-6 .newline {
	clear:both;
	padding-top:1px;
}

.col-sm-6.logo {
	padding-left:30px;
}

.col-sm-6.rightcol {
	padding-right:0;
}

.socialicons{
	margin-top: 10px;
}

.rightcol a img{
	margin-left: 5px;
	margin-right:0;
}

@media screen and (max-width: 768px){
	.esctable {
		width: auto;
		margin: 0 auto;
	}
	#form_feedback p {
		font-size:13px;
	} 
	
	.g-recaptcha {
		transform:scale(0.86);
		transform-origin:0 0;
	}
}

.hide_cap {
	display:none;
}