﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic,800,800italic);

html, body, form, input, textarea, h1, h2, h3, h4, h5, h6, p, ul, li {margin: 0; padding: 0;}
html, body {width: 100%; height: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, form, label {display: block;}
img {border: 0; -ms-interpolation-mode: bicubic;}
:focus {outline: 0;}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
	/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
body {
	background: #fff;
}
body, table, td, th {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #000;
}
button, input, optgroup, select, textarea {
	font: inherit;
	color: inherit;
	border: 0 none;
}
a, button {
	cursor: pointer;
}

a {
	color: #666;
	text-decoration: none;
	transition: 0.3s all;
}
a:hover {
	color: #999;
	text-decoration: none;
}

b, strong { font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	margin: 0 0 40px 0;
	color: #000;
}
h1 { font-size: 34px; line-height: 40px; }
h2 { font-size: 28px; line-height: 32px; }
h3 { font-size: 22px; line-height: 26px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 10px; line-height: 20px; }
p {margin: 20px 0;}
ul {list-style-type: none;}
ul li {
	background: url(../img/base/arr_right.png) no-repeat left 6px;
	padding: 0 0 5px 17px;
}

section {
	padding: 60px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	max-width: 1000px;
}
section em {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #999;
	padding-top: 30px;
}