
@import url('https://fonts.googleapis.com/css?family=Roboto');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
	display: block;
}

nav ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: none;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*input[type="submit"], input[type="button"], button {
	padding: 0 !important;
	margin: 0 !important;
}*/

input, select, a img {
	vertical-align: middle;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	-webkit-font-smoothing: antialiased;
	position: relative;
}

body {
	font: 14px/1 'Roboto', sans-serif;
	background-color: #fff;
}


.top {
	background-color: black;
	height: 8px;
}

.wrapper, .articles {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

.menu {
	overflow: hidden;
	height: 54px;

}

.menu a.logo {
	display: block;
	background-image: url(../images/logo.png);
	width: 222px;
	height: 54px;
	text-indent: -9999px;
	float: left;
}

.menu ul {
	float: right;
	overflow: hidden;
	white-space: nowrap;
		padding: 0;
margin: 0;
}

.menu ul li {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	margin-right: -1px;
	margin-left: 0;
}

.menu ul li:nth-child(1) {
	z-index: 10;
	position: relative;
}

.menu ul li:nth-child(2) {
	z-index: 9;
	position: relative;
}

.menu ul li a, .menu ul li a:link, .menu ul li a:visited {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background: #99cc00;
	font-size: 18px;
	padding: 18px;
}

.menu ul li a:hover {
	background: #006600;
}

.menu ul li a:active, .menu ul li a.selected {
	background: rgb(204,204,204);
	color: #1d1d1d;
}	z-index: 8;
	position: relative;
}


aside.col2 {
	width:100%;
    max-width: 521px;
    text-align: left;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: #f8f8f8;
    margin-bottom: 20px;
}
aside.col2 span.formline {
    display: block;
}
span.formline label {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px;
}
aside.col2 span.formline input[type=text] {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 6px;
    font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    padding: 5px;
    display: block;
    height: 33px;
    color: #414141;
    background-color: #fefefe;
}
aside.col2 span.formline textarea {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 6px;
    font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    padding: 5px;
    display: block;
    height: 133px;
    color: #414141;
    background-color: #fefefe;
}
aside.col2 span.formline.submit {
    text-align: right;
}
aside.col2 span.formline.submit input {
    font-size: 19px;
    width: 140px;
    height: 40px;
}


h1 {
	color: #006600;
	text-align: center;
	width: 940px;
	margin: 10px auto 20px;
	font-size: 32px;
	font-weight:700;
	font-family: 'Oswald', sans-serif;
}

h2 {
	text-align: center;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	font-size: 24px;
	color: #676767;
	text-transform: uppercase;
	overflow: hidden;
	padding-top: 20px;
}

article{text-align:center; width:90%; max-width:980px;     margin: 32px auto;}
article header{font-size: 24px;
	font-weight:700;
	font-family: 'Oswald', sans-serif;}
.standout{    	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.25);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.25);
    padding: 20px;}
	.dark{    background:#006600;    max-width: 640px;}
article p{ font-size:16px; line-height: 24px;}
article .first{font-size;18px; font-weight:700}
article ul{    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #006600;
    margin:20px 30px;
	list-style: none;}

	.withimage img{float:left; width:100px}

article.withimage ul{    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 0;
    margin: 0;
    list-style: none;
    border-left: none;
    color: #fff;
    margin-left: 130px;}

footer {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-top: 70px;
	padding-bottom: 30px;
}

footer ul, footer p {
	text-align: center;
	padding-right: 10px;
}

footer ul li {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}

footer a {
	color: #006600;
	display: inline-block;
	padding: 0 6px;
}

	.field .formLabel {
width: 120px;}



@media all and (min-width: 320px) {


	.wrapper, .articles {
	width: 100%;
	overflow: hidden;
}


div#buyButton.button a img {
	width: 310px;
	height: auto;
}

h1 {
	color: black;
	text-align: center;
	width: 300px;
	margin: 10px auto 20px;
	text-transform: capitalize;
	font-size: 24px;
}

h2 {
	text-align: center;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	font-size: 15px;
	color: #676767;
	text-transform: uppercase;
	overflow: hidden;
	padding-top: 20px;
}


footer {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	margin-top: 70px;
	overflow: hidden;
	line-height: 19px;
}
}

@media all and (min-width: 768px) {
	.wrapper, .articles {
	/*width: 728px;
	overflow: hidden;*/
}
.mastnew {
    background-image: url(../images/bluebg.jpg);
}
.fl1{    width: 50%;
    float: left;;}

.mastnew form{    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.25);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.25);
    width: 95%;
    border-radius: 5px;
    margin: 20px auto;}

.mastnew .mainpic{    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.25);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.25);
    margin: 20px auto;}

h1 {
	color: black;
	text-align: center;
	width: 728px;
	margin: 10px auto 20px;
	text-transform: capitalize;
	font-size: 32px;
}

div#buyButton.button a img {
	width: auto;
	height: auto;
}

h2 {
	text-align: center;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	font-size: 24px;
	color: #676767;
	text-transform: uppercase;
	overflow: hidden;
	padding-top: 20px;
}


footer {
	margin-right: auto;
	margin-left: auto;
	width: 728px;
	margin-top: 70px;
	overflow: hidden;
}

.field .formLabel {
width: 70px;}
}

@media all and (min-width: 1024px) {
	.field .formLabel {
width: 120px;}

.wrapper, .articles {
	width: 1000px;
}
.wrapper{/*display:flex*/}


div#buyButton.button a img {
	width: auto;
	height: auto;
}

h1 {
	color: #99cc00;
	text-align: center;
	width: 940px;
	margin: 10px auto 20px;
	font-size: 32px;
}

h2 {
	text-align: center;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}






footer {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-top: 70px;
}
}
.request_btn {padding: 0.8em;background: #f5f5f5;color: #000;text-decoration: none;display: inline-block;border:solid 1px #CCC;}