/* @override http://josephfortin.com/work/steve/phalogenics/v4/css/styles.css */

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

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 "PT Sans Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: white;
}

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

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

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

}

.menu a.logo {
	display: block;
	background-image: url(../images/logo.png);
	width: 222px;
	height: 66px;
	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:nth-child(3) {
	z-index: 8;
	position: relative;
}

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

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

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

.menu ul li a, .menu ul li a:link, .menu ul li a:visited {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background: rgb(255,168,76);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1)));
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );

	font-size: 21px;
	padding: 24px;
	border-right: 1px solid white;
}

.menu ul li a:hover {
	background: rgb(64,150,238);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwOTZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(64,150,238,1) 0%, rgba(64,150,238,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,150,238,1)), color-stop(100%,rgba(64,150,238,1)));
background: -webkit-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
background: -o-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
background: -ms-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
background: linear-gradient(to bottom,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 );

}

.menu ul li a:active, .menu ul li a.selected {
	background: rgb(204,204,204);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(204,204,204,1) 17%, rgba(238,238,238,1) 88%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(204,204,204,1)), color-stop(88%,rgba(238,238,238,1)));
background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
background: -o-linear-gradient(top,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
background: -ms-linear-gradient(top,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
background: linear-gradient(to bottom,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );

	color: #1d1d1d;
}

.mast {
	background: url(../images/mast.jpg) no-repeat center top;
	height: 473px;
	overflow: hidden;
}

.mast a.order, .mast a.order:link, .mast a.order:visited {
	background: rgb(255,168,76);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1)));
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
	color: white;
	text-transform: uppercase;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 6px 21px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	display: block;
	width: 200px;
	text-align: center;
	margin-top: 348px;
	margin-left: 696px;
}

.mast p {
	font-weight: bold;
	text-transform: uppercase;
	width: 205px;
	text-align: center;
	font-size: 13px;
	margin-left: 691px;
	margin-top: 5px;
}

.mast div.wrapper a.order:hover {
	background: rgb(73,155,234);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5OWJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDdjZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(73,155,234,1)), color-stop(100%,rgba(32,124,229,1)));
background: -webkit-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
background: -o-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(top,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
background: linear-gradient(to bottom,  rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );

	color: #ffffff;
}

.mastbg {
	background: url(../images/mast-bg.jpg) repeat-x;
}

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

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;
}

.columns {
	text-align: center;
	padding-top: 10px;
}

.columns img {
	width: 100%;
	height: auto;
}

.columns a, .columns a:link, .columns a:visited {
	text-decoration: none;
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
}

.columns a:hover {
	background-color: #b7e2ff;
}

.columns a.current {
	background-color: silver;
}

.columns h3, .columns header {
	font-weight: bold;
	text-transform: uppercase;
	color: #343434;
	font-size: 21px;
	margin: 6px;
}

.columns p {
	font-size: 14px;
	color: #616161;
	line-height: 16px;
}

.col1 {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 321px;
	padding: 5px;
}

.col2 {
	display: inline-block;
vertical-align: top;
zoom: 1;	width: 321px;
*display: inline;
	margin-right: 10px;
	margin-left: 12px;
	padding: 5px;
}

.col3 {
	display: inline-block;
vertical-align: top;
zoom: 1;	width: 321px;
*display: inline;
	padding: 5px;
}

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 ul li:last-child {
padding-left: 6px;}

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

span.bannerselect {

}

span.bannerselect ul {

}

span.bannerselect ul li {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	background-color: #ff7500;
	color: white;
	font-weight: bold;
	padding: 8px;
	cursor: pointer;
	margin-bottom: 5px;
}

span.bannerselect ul li:hover {
	background-color: #cc4300;
}

span.bannerselect ul li.selected {
	background-color: #057fc5;
}

.banners {
	margin-top: 20px;
}

.banners section {
	margin-bottom: 6px;
}

.banners img {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	margin-bottom: 5px;
	max-width:100% !important;
    height:auto;

}

.banners h5 {
	font-size: 19px;
	margin-bottom: 2px;
}

.banners textarea {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 3px;
	background-color: #f3f3f3;
}
/*
.all300x250 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 300px;
	margin-right: 4px;
	overflow: hidden;
}

.all315x300 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 315px;
	margin-right: 4px;
	overflow: hidden;
}

.all338x235 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 338px;
	margin-right: 4px;
	overflow: hidden;
}

.all146x520 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 146px;
	margin-right: 4px;
	overflow: hidden;
}

.all160x600 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 160px;
	margin-right: 4px;
	overflow: hidden;
}

.all120x600 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 120px;
	margin-right: 4px;
	overflow: hidden;
}
.all300x80 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 300px;
	margin-right: 4px;
	overflow: hidden;
}

.all180x1030 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 180px;
	margin-right: 4px;
	overflow: hidden;
}

.all200x220 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 200px;
	margin-right: 4px;
	overflow: hidden;
}

.all728x90 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 728px;
	margin-right: 4px;
	overflow: hidden;
}

.all232x380 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 232px;
	margin-right: 4px;
	overflow: hidden;
}

.all823x450 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 823px;
	margin-right: 4px;
	overflow: hidden;
}*/

/*added*/
.banners section{	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	margin-right: 4px;
	overflow: hidden;}

.all300x250 section {width:100%;max-width:300px;}
.all315x300 section {width:100%;max-width:315px;}
.all338x235 section {width:100%;max-width:338px;}
.all146x520 section {width:100%;max-width:146px;}
.all160x600 section {width:100%;max-width:160px;}
.all120x600 section {width:100%;max-width:120px;}
.all300x80 section {width:100%;max-width:300px;}
.all180x1030 section {width:100%;max-width:180px;}
.all200x220 section {width:100%;max-width:200px;}
.all728x90 section {width:100%;max-width:728px;}
.all232x380 section {width:100%;max-width:232px;}
.all823x450 section {width:100%;max-width:823px;}
.all770x76 section {width:100%;max-width:770px;}
.all468x60 section {width:100%;max-width:468px;}

.cbtext {
text-align: center;
display: block;
padding: 10px 17px 20px;
color: #4a4a4a;
	font: normal normal 11px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #dcdcdc;
	margin-top: 0;
}

.texts {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

.texts p {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
}

.texts h2 {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	/*margin-top: 10px;*/
}

aside.col2 {
	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;
}

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;
}

span.formline label {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}

aside.col2 span.formline.submit {
	text-align: right;
}

aside.col2 span.formline.submit input {
	font-size: 19px;
	width: 140px;
	height: 40px;
}

.articlemain {

}

.articlemain p {
	margin-bottom: 20px;
	font-size: 19px;
	color: #333;
}

.articles article {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 300px;
	margin-right: 25px;
	margin-bottom: 20px;
	overflow: hidden;
	height: 166px;
}

.articles article h4 {
	font-size: 15px;
	margin-bottom: 3px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 4px;
	color: #1670ff;
}

.articles article p {
	font-size: 14px;
	color: #2b2b2b;
	line-height: 17px;
	overflow: hidden;
	height: 101px;
}

.articles article a, .articles article a:link, .articles article a:visited {
	display: block;
	background-color: #f80;
	font-weight: bold;
	font-size: 17px;
	color: white;
	text-decoration: none;
	padding: 7px 7px 5px;
	width: 100px;
	margin-top: 7px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	text-align: center;
}

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


	.wrapper, .articles {
	width: 320px;
	overflow: hidden;
}

video {
	width: 300px;
	height: 169px;
}

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;
}
.mast {
	background: url(../images/mast-mobile.jpg) no-repeat center top;
	height: 250px;
	overflow: hidden;
	background-size: 320px 250px;
}

.columns {
	text-align: center;
	padding-top: 10px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.mast a.order, .mast a.order:link, .mast a.order:visited {
	background: rgb(255,168,76);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1)));
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
	color: white;
	text-transform: uppercase;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 3px 21px 4px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	display: block;
	width: 159px;
	text-align: center;
	margin-top: 154px;
	margin-left: 143px;
	position: relative;
	z-index: 1;
}

.mast p {
	font-weight: bold;
	text-transform: uppercase;
	width: 155px;
	text-align: center;
	font-size: 12px;
	margin-left: 143px;
	margin-top: -5px;
	background-color: rgba(254,255,255,0.79);
	padding-top: 9px;
	padding-bottom: 5px;
}

.menu {
	overflow: hidden;
	height: 106px;
	text-align: center;
}

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

.menu ul {
	float: none;
}

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

.menu ul li a, .menu ul li a:link, .menu ul li a:visited {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background: rgb(255,168,76);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1)));
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );

	font-size: 12px;
	padding: 12px 8px;
	margin-right: -2px;
}

.menu ul li a:hover {
	background: rgb(64,150,238);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwOTZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(64,150,238,1) 0%, rgba(64,150,238,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,150,238,1)), color-stop(100%,rgba(64,150,238,1)));
background: -webkit-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
background: -o-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
background: -ms-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
background: linear-gradient(to bottom,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 );

}

.menu ul li a:active, .menu ul li a.selected {
	background: rgb(204,204,204);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(204,204,204,1) 17%, rgba(238,238,238,1) 88%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(204,204,204,1)), color-stop(88%,rgba(238,238,238,1)));
background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
background: -o-linear-gradient(top,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
background: -ms-linear-gradient(top,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
background: linear-gradient(to bottom,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );

	color: #1d1d1d;
}

.col1 {
	display: block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 295px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 17px;
}

.col2 {
	display: block;
vertical-align: top;
zoom: 1;	width: 295px;
*display: inline;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	clear: both;
	margin-bottom: 17px;
}

.col3 {
	display: block;
vertical-align: top;
zoom: 1;	width: 295px;
*display: inline;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
/*
.all300x250 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 300px;
	margin-right: 4px;
	overflow: hidden;
}
.all315x300 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 315px;
	margin-right: 4px;
	overflow: hidden;
}

.all338x235 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 338px;
	margin-right: 4px;
	overflow: hidden;
}

.all146x520 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 146px;
	margin-right: 4px;
	overflow: hidden;
}

.all160x600 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 160px;
	margin-right: 4px;
	overflow: hidden;
}

.all200x220 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 200px;
	margin-right: 4px;
	overflow: hidden;
}

.all232x380 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 232px;
	margin-right: 4px;
	overflow: hidden;
}

.all823x450 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 300px;
	margin-right: 4px;
	overflow: hidden;
}

.all728x90 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 728px;
	margin-right: 4px;
	overflow: hidden;
}

.all823x450 section img {
	height: auto;
	width: 100%;
}

.all728x90 section img {
	height: auto;
	width: 100%;
}
.all823x450 section img,.all728x90 section img {
	height: auto;
	width: 100%;
}*/


aside.col2 {
	width: 311px;
	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;
}

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;
}

span.formline label {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}

aside.col2 span.formline.submit {
	text-align: right;
}

aside.col2 span.formline.submit input {
	font-size: 19px;
	width: 140px;
	height: 40px;
}

.texts {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}

.texts p {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
}

.texts h2 {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	/*margin-top: 10px;*/
}

.articlemain {

}

.articlemain p {
	margin-bottom: 20px;
	font-size: 19px;
	color: #333;
}

.articles article {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 300px;
	margin-right: 25px;
	margin-bottom: 20px;
	overflow: hidden;
	height: 166px;
}

.articles article h4 {
	font-size: 15px;
	margin-bottom: 3px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 4px;
	color: #1670ff;
}

.articles article p {
	font-size: 14px;
	color: #2b2b2b;
	line-height: 17px;
	overflow: hidden;
	height: 101px;
}

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;
}

video {
	width: 694px;
	height: 390px;
}

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;
}
.mast {
	background: url(../images/mast.jpg) no-repeat center top;
	height: 294px;
	overflow: hidden;
	background-size: 908px 314px;
}

.columns {
	text-align: center;
	padding-top: 10px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.mast a.order, .mast a.order:link, .mast a.order:visited {
	background: rgb(255,168,76);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1)));
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
	color: white;
	text-transform: uppercase;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 6px 21px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	display: block;
	width: 200px;
	text-align: center;
	margin-top: 219px;
	margin-left: 445px;
}

.mast p {
	font-weight: bold;
	text-transform: uppercase;
	width: 205px;
	text-align: center;
	font-size: 13px;
	margin-left: 445px;
	margin-top: -4px;
	background-color: transparent;
}

.menu {
	overflow: hidden;
	height: 66px;
	text-align: none;
}

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

.menu ul {
	float: right;
}

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

.menu ul li a, .menu ul li a:link, .menu ul li a:visited {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background: rgb(255,168,76);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1)));
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );

	font-size: 18px;
	padding: 24px 12px;
	margin-right: -2px;
}

.menu ul li a:hover {
	background: rgb(64,150,238);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwOTZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(64,150,238,1) 0%, rgba(64,150,238,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,150,238,1)), color-stop(100%,rgba(64,150,238,1)));
background: -webkit-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
background: -o-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
background: -ms-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
background: linear-gradient(to bottom,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 );

}

.menu ul li a:active, .menu ul li a.selected {
	background: rgb(204,204,204);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(204,204,204,1) 17%, rgba(238,238,238,1) 88%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(204,204,204,1)), color-stop(88%,rgba(238,238,238,1)));
background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
background: -o-linear-gradient(top,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
background: -ms-linear-gradient(top,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
background: linear-gradient(to bottom,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );

	color: #1d1d1d;
}

.col1 {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 244px;
	padding: 5px;
}

.col2 {
	display: inline-block;
vertical-align: top;
zoom: 1;	width: 244px;
*display: inline;
	margin-right: 10px;
	margin-left: 12px;
	padding: 5px;
}

.col3 {
	display: inline-block;
vertical-align: top;
zoom: 1;	width: 244px;
*display: inline;
	padding: 5px;
}

.texts {
	margin-right: auto;
	margin-left: auto;
	width: 724px;
}
/*
.all300x250 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 300px;
	margin-right: 4px;
	overflow: hidden;
}
.all315x300 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 315px;
	margin-right: 4px;
	overflow: hidden;
}

.all338x235 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 338px;
	margin-right: 4px;
	overflow: hidden;
}

.all146x520 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 146px;
	margin-right: 4px;
	overflow: hidden;
}

.all160x600 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 160px;
	margin-right: 4px;
	overflow: hidden;
}

.all200x220 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 200px;
	margin-right: 4px;
	overflow: hidden;
}

.all232x380 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 232px;
	margin-right: 4px;
	overflow: hidden;
}

.all823x450 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 710px;
	margin-right: 4px;
	overflow: hidden;
}

.all823x450 section img {
	height: auto;
	width: 100%;
}

.all728x90 section img {
	height: auto;
	width: 100%;
}


.all823x450 section img {
	height: auto;
	width: 100%;
}*/

.texts p {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
}

.texts h2 {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	/*margin-top: 10px;*/
}

aside.col2 {
	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;
}

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;
}

span.formline label {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}

aside.col2 span.formline.submit {
	text-align: right;
}

aside.col2 span.formline.submit input {
	font-size: 19px;
	width: 140px;
	height: 40px;
}

.articlemain {

}

.articlemain p {
	margin-bottom: 20px;
	font-size: 19px;
	color: #333;
}

.articles article {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 336px;
	margin-right: 25px;
	margin-bottom: 20px;
	overflow: hidden;
	height: 166px;
}

.articles article h4 {
	font-size: 15px;
	margin-bottom: 3px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 4px;
	color: #1670ff;
}

.articles article p {
	font-size: 14px;
	color: #2b2b2b;
	line-height: 17px;
	overflow: hidden;
	height: 101px;
}

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

@media all and (min-width: 1024px) {
.wrapper, .articles {
	width: 1000px;
}

video {
	width: 694px;
	height: 390px;
}

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

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

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;
}

.texts {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

.texts p {
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
}

.texts h2 {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	/*margin-top: 10px;*/
}

.menu {
	overflow: hidden;
	height: 66px;
}

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

.menu ul {
	float: right;
}

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

.menu ul li a, .menu ul li a:link, .menu ul li a:visited {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	background: rgb(255,168,76);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1)));
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );

	font-size: 21px;
	padding: 24px;
}

.menu ul li a:hover {
	background: rgb(64,150,238);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwOTZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(64,150,238,1) 0%, rgba(64,150,238,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,150,238,1)), color-stop(100%,rgba(64,150,238,1)));
background: -webkit-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
background: -o-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
background: -ms-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
background: linear-gradient(to bottom,  rgba(64,150,238,1) 0%,rgba(64,150,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#4096ee',GradientType=0 );

}

.menu ul li a:active, .menu ul li a.selected {
	background: rgb(204,204,204);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNyUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(204,204,204,1) 17%, rgba(238,238,238,1) 88%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,rgba(204,204,204,1)), color-stop(88%,rgba(238,238,238,1)));
background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
background: -o-linear-gradient(top,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
background: -ms-linear-gradient(top,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
background: linear-gradient(to bottom,  rgba(204,204,204,1) 17%,rgba(238,238,238,1) 88%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );

	color: #1d1d1d;
}

.mast {
	background: url(../images/mast.jpg) no-repeat center top;
	height: 473px;
	overflow: hidden;
	background-size: 1366px 473px;
}

.mast a.order, .mast a.order:link, .mast a.order:visited {
	background: rgb(255,168,76);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1)));
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
	color: white;
	text-transform: uppercase;
	font: bold 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 6px 21px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	display: block;
	width: 200px;
	text-align: center;
	margin-top: 348px;
	margin-left: 696px;
}

.mast p {
	font-weight: bold;
	text-transform: uppercase;
	width: 205px;
	text-align: center;
	font-size: 13px;
	margin-left: 691px;
	margin-top: 5px;
}

.col1 {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 321px;
	padding: 5px;
}

.col2 {
	display: inline-block;
vertical-align: top;
zoom: 1;	width: 321px;
*display: inline;
	margin-right: 10px;
	margin-left: 12px;
	padding: 5px;
}

.col3 {
	display: inline-block;
vertical-align: top;
zoom: 1;	width: 321px;
*display: inline;
	padding: 5px;
}
/*
.all300x250 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 300px;
	margin-right: 4px;
	overflow: hidden;
}
.all315x300 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 315px;
	margin-right: 4px;
	overflow: hidden;
}

.all338x235 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 338px;
	margin-right: 4px;
	overflow: hidden;
}

.all146x520 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 146px;
	margin-right: 4px;
	overflow: hidden;
}

.all160x600 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 160px;
	margin-right: 4px;
	overflow: hidden;
}

.all200x220 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 200px;
	margin-right: 4px;
	overflow: hidden;
}

.all232x380 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 232px;
	margin-right: 4px;
	overflow: hidden;
}

.all823x450 section {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 823px;
	margin-right: 4px;
	overflow: hidden;
}

.all823x450 section img {
	height: 450px;
	width: 823px;
}*/

/*.all823x450 section img {
	height: 450px;
	width: 823px;}*/


.articlemain {

}

.articlemain p {
	margin-bottom: 20px;
	font-size: 19px;
	color: #333;
}

.articles article {
	display: inline-block;
vertical-align: top;
zoom: 1;
*display: inline;
	width: 300px;
	margin-right: 25px;
	margin-bottom: 20px;
	overflow: hidden;
	height: 166px;
}

.articles article h4 {
	font-size: 15px;
	margin-bottom: 3px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 4px;
	color: #1670ff;
}

.articles article p {
	font-size: 14px;
	color: #2b2b2b;
	line-height: 17px;
	overflow: hidden;
	height: 101px;
}

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