/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body {
	height: 100%;
	padding: 0;
	margin: 0
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	padding: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #464B4E
}
a {
	text-decoration: none;
	color: #464B4E
}
section {
	height: 100%;
	width: 100%;
	padding: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #7A7A7A
}
.bg_content {
	width: 100%;
	height: 100%;
	background: #F4F4F4;
}
.content {
	width: 960px;
	padding: 20px;
	position: absolute;
	margin-left: -480px;
	left: 50%;
	height: 520px;
	top: 50%;
	margin-top: -260px;
}
.blockLRight, .blockLeft {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	width: 480px;
	-moz-box-sizing: border-box;
}
.blockLRight {
	padding-left: 60px
}
.blockLeft {
	border-right: 2px solid #fff;
	text-align: center
}
h1 {
	color: #3b3f41;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
h2 {
	font-size: 15px;
	margin: 10px 0;
	color: #2a2d2f;
}
p {
	margin-bottom: 20px
}
strong {
	font-weight: bold
}
br {
	display: block;
	margin-bottom: 3px
}
.contact {
	border-top: 2px solid #fff;
	margin-top: 15px;
	padding-top: 20px;
}
.notabene {
	text-align: center;
	padding-top: 40px
}
 @media (max-width:991px) {
section {
	height: auto;
}
.contact {
	border-bottom: 2px solid #fff;
	margin-top: 25px;
}

.contact .blockLeft {border-bottom: 2px solid #fff; margin-bottom:20px}
.content {
	height: auto;
	left: 0;
	margin: 0 auto;
	padding: 35px 0;
	position: inherit;
	text-align: center;
	top: 0;
	width: 450px;
}
.notabene {
	padding-top: 30px
}
.blockLRight, .blockLeft {
	display: block;
	width: auto;
}
.blockLRight {
	padding-left: 0
}
.blockLeft {
	border-right: NONE;
}
 }

 @media (max-width:500px) {
	 .content {
	width: 90%;
}}