@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);

html {
	height:100%;
}	

body {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	color: #EDEDED;	
	border-top: 8px solid #549718;
	height:100%;
	
	background-image: url(../images/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color:#333333;
}

#container {
	min-height:100%;
	position:relative;
}

#header {
	margin-top: 100px;
}

main {
	padding-bottom:260px;
}

#content {
	margin-top: 60px;	
	
}

.text-1 {
	max-width: 900px; 
	margin: 0 auto;
	display: block;
}

.text-2 {
	max-width: 780px; 
	margin: 0 auto; 
	display: block;
}

#lbs {
	max-width: 757px; 
	margin: 80px auto;
}

#lbs .box_1 {
	background: url(../images/box-left.png) no-repeat;
	width: 360px;
	height: 290px;
}

#lbs .box_2 {
	background: url(../images/box-right.png) no-repeat;
	width: 360px;
	height: 290px;
}

#lbs .box_or {
	background: url(../images/box-or.png) no-repeat;
	width: 95px;
	height: 95px;
	position: relative;
	margin-left: -25px;
	margin-right: -50px;
	position: relative;
	top: 100px;
}

#lbs .box_1 .inner,
#lbs .box_2 .inner,
.box_full {
	padding: 50px 20px 20px 20px;
}

.box_full {
	background: url(../images/box-full.png) no-repeat;
	width: 494px;
	height: 290px;
	margin: 50px auto 80px auto;
}

.btn {
	background: #529800;
	display: inline-block;
	text-align: center;
	color: #EBEBEB;
	font-size: 20px;
	font-weight: 600;
	padding: 10px 40px;
	font-family: 'Open Sans', sans-serif;
	margin: 20px auto 5px auto;
}

.btn:hover {
	color: #EBEBEB;
}

footer {
	background: #333333;
	padding: 30px 0px 10px 0px;
	border-top: 2px solid #549718;	
	position: relative;
	bottom: 0px;
	width: 100%;
	margin-top: 80px;
	height:170px;
	position:absolute;
	bottom:0;
	left:0;
}


.input-group[class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

.alr {
	text-align: right;	
}

.modal-dialog {
	max-width: 460px;	
}

.modal-content {
	background: #EEEEEE !important;	
}

.modal-header {
	border: none !important;
	padding: 30px 20px 0px 20px;	
}

.modal-title {
	font-size: 40px;
	color: #4F9900;
	font-weight: 600;
	text-align: center;	
}

.modal-body {
	padding: 20px 50px;
}

input.text,
textarea.text {
	border-radius: 0px !important;
	border: 1px solid #DDDDDD !important;
	padding: 10px 10px !important;
	font-weight: 400;
	font-size: 16px;
	background: #fff;
	height: auto !important;
}

/* Tablet Screen Sizes */
@media only screen and (min-width: 768px) and (max-width: 969px) {
	
	#header {
		margin-top: 30px;
	}
	
	#content {
		margin-top: 30px;	
	}
	
	#lbs > .b1,
	#lbs > .b2,
	#lbs > .b2,
	#lbs > .alignleft,
	#lbs > .alignright {
		float: none !important;
		display: block;	
		text-align: center !important;
		width: 100%;
		margin: 0 auto;
	}
	
	#lbs .box_1,
	#lbs .box_2 {
		background: url(../images/box-mob.png) no-repeat;
	}
	
	#lbs > .b2 {
		max-width: 100% !important;
		display: block;
	}
	
	#lbs .box_or {
		margin: 20px auto !important;
		text-align: center;
		top: 0px !important;	
	}
	
	main {
		padding-bottom:0px !important;
	}
	
	footer {
		height:205px;
		position:relative !important;
		bottom:0;
		left:0;
		
	}
}

/* Mobile Screen Sizes */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	
	.container {
		padding: 0px;
		margin: 0px;	
	}
	
	#header {
		margin-top: 30px;
	}
	
	#content {
		margin-top: 30px;	
	}
	
	#lbs > .b1,
	#lbs > .b2,
	#lbs > .b2,
	#lbs > .alignleft,
	#lbs > .alignright {
		float: none !important;
		display: block;	
		text-align: center !important;
		width: 100%;
		margin: 0 auto;
	}
	
	
	
	#lbs .box_1,
	#lbs .box_2 {
		background: url(../images/box-mob-sml.png) no-repeat;
		width: 287px;
		height: 240px;
	}
	
	#lbs > .b2 {
		max-width: 100% !important;
		display: block;
	}
	
	#lbs .box_or {
		margin: 20px auto !important;
		text-align: center;
		top: 0px !important;	
	}
	
	#lbs .box_1 .inner,
	#lbs .box_2 .inner,
	.box_full {
		padding: 15px 20px 20px 20px;
	}
	
	#lbs > .alignleft,
	#lbs > .alignright {
		width: 287px;
	}
	
	.btn {
		margin: 10px auto 5px auto;
	}
	
	#footer {
		text-align: center !important;	
	}
	
	.alr {
		text-align: center !important;	
		padding: 20px 0px 10px 0px;
	}
	
	main {
		padding-bottom:0px !important;
	}
	
	footer {
		height:235px;
		position:relative !important;
		bottom:0;
		left:0;
		
	}
}

/*****************
	Common
*****************/

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

a { color: #004FC6; text-decoration: none; }

p { margin: 0 0 10px 0; }

em, i {
	font-style: italic;
}

.small, a.small {
	font-size: 11px;	
}

.big, a.big {
	font-size: 16px;
}

.red, a.red { color: #BE0712; } 
.grey, a.grey { color: #CCCCCC; }
.blue, a.blue { color: #004DC5;}
.green, a.green { color: green; }
.black, a.black { color: #000;}
.white, a.white { color: #fff;}
.purple, a.purple { color: #B200B2;	}

.highlight { background: #FFFF00; }
.italic { font-style: italic; }
.light { font-weight: 300; }
.normal { font-weight: 400; }
.semi { font-weight: 600; }
.bold { font-weight: 700; }

.font8 { font-size: 8px !important; }
.font9 { font-size: 9px !important; }
.font10 { font-size: 10px !important; }
.font11 { font-size: 11px !important; }
.font12 { font-size: 12px !important; }
.font13 { font-size: 13px !important; }
.font14 { font-size: 14px !important; }
.font15 { font-size: 15px !important; }
.font16 { font-size: 16px !important; }
.font17 { font-size: 17px !important; }
.font18 { font-size: 18px !important; }
.font19 { font-size: 19px !important; }
.font20 { font-size: 20px !important; }
.font21 { font-size: 21px !important; }
.font22 { font-size: 22px !important; }
.font23 { font-size: 23px !important; }
.font24 { font-size: 24px !important; }
.font25 { font-size: 25px !important; }
.font26 { font-size: 26px !important; }
.font27 { font-size: 27px !important; }
.font28 { font-size: 28px !important; }
.font29 { font-size: 29px !important; }
.font30 { font-size: 30px !important; }
.font31 { font-size: 31px !important; }
.font32 { font-size: 32px !important; }
.font33 { font-size: 33px !important; }
.font34 { font-size: 34px !important; }
.font35 { font-size: 35px !important; }
.font36 { font-size: 36px !important; }
.font37 { font-size: 37px !important; }
.font38 { font-size: 38px !important; }
.font39 { font-size: 39px !important; }
.font40 { font-size: 40px !important; }
.font41 { font-size: 41px !important; }
.font42 { font-size: 42px !important; }
.font43 { font-size: 43px !important; }
.font44 { font-size: 44px !important; }
.font45 { font-size: 45px !important; }
.font46 { font-size: 46px !important; }
.font47 { font-size: 47px !important; }
.font48 { font-size: 48px !important; }
.font49 { font-size: 49px !important; }
.font50 { font-size: 50px !important; }


.tahoma { font-family: tahoma, sans-serif; }
.impact { font-family: impact, sans-serif; }
.helvetica { font-family: helvetica, sans-serif; }

.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.no-underline, a.no-underline { text-decoration: none; }

.lh11 { line-height: 1.1em; }
.lh12 { line-height: 1.2em; }
.lh13 { line-height: 1.3em; }
.lh14 { line-height: 1.4em; }
.lh15 { line-height: 1.5em; }

.aligncenter { text-align: center; }

.alignleft {
    position: relative;
    float: left;
    padding-right: 10px;
}

.alignright {
    position: relative;
    float: right;
    padding-left: 10px;
}

.clear {
    clear: both;
}

.mandatory {
	color: #cc0000;
	font-weight: bold;
	font-size: 14px;	
}

.spacer {
	border-bottom: 1px solid #ccc;
	margin: 20px auto;
}

.padding-right {
	padding-right: 20px;	
}

.padding-left {
	padding-left: 20px;	
}

.padding-both {
	padding-left: 20px;	
	padding-right: 20px;
}

.padding-top {
	padding-top: 20px;	
}

.padding-bottom {
	padding-bottom: 20px;	
}

.left20 { padding-left: 20px; }
.left30 { padding-left: 30px; }
.left40 { padding-left: 40px; }
.left50 { padding-left: 50px; }
.left60 { padding-left: 60px; }

.right20 { padding-right: 20px; }
.right30 { padding-right: 30px; }
.right40 { padding-right: 40px; }
.right50 { padding-right: 50px; }
.right60 { padding-right: 60px; }

hr {
	border-style: dashed;
}

/* Headings */

h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 10px 0; 
	line-height: 1.3em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1, h1 a {
  font-size: 32px;
}

h2, h2 a {
  font-size: 28px;
}

h3, h3 a {
  font-size: 26px;
}

h4, h4 a {
  font-size: 20px;
}

h5, h5 a {
  font-size: 17px;
}

h6, h6 a {
  font-size: 16px;
}

/* Lists */

ul {
	margin-left: 20px;
}

ul li {
	padding-left: 15px;
	line-height: 1.3em;
	margin-bottom: 10px;
	list-style-type: square;
}

ul.tick {
	margin-left: 0px;
}

ul.tick li {
	background: url(images/tick.png) no-repeat center left;	
	padding-left: 30px;
	line-height: 1.2em;
	margin-bottom: 15px;
	list-style-type: none;
	font-family: tahoma;
	font-weight: bold;
}

input[type="submit"] {
	-webkit-appearance: none;
}






