/**/
/*------------------------------------------------------------------------- reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {
	list-style: none;
}

label {
	cursor: pointer;
}

a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}

a:hover, a:active, button:hover, button:active {
	outline: none !important;
}

table {
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

img {
    max-width: 100%;
}


/*------------------------------------------------------------------------- main style*/
html, body {
	height: 100%;
	font-size: 12px;
	color: #000;
}
html {
	-webkit-text-size-adjust: none;
}
body > .wrapper {
	height: auto !important;
}
a {
	text-decoration: none;
	color: #000;
}

a:hover, a:focus {
	text-decoration: none;
}
p {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
input, select {
	vertical-align: middle;
}
textarea {
	resize: none;
	overflow-y: auto;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

input,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

input, select, textarea {
      -webkit-box-sizing: border-box;
  	     -moz-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-appearance: none;
              box-shadow: none;
      -webkit-box-shadow: none;
   -webkit-border-radius: 0;
      -moz-border-radius: 0;
           border-radius: 0;
      -webkit-appearance: none;
}

input:hover, input:focus, input:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active{
	outline: none;
}

input[type="submit"] {
	cursor: pointer;
}

button {
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

button:focus, button:active {
	outline: none;
}

input,
textarea {
	font-family: Verdana, Geneva, sans-serif;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #62708c;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #62708c;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #62708c !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: #62708c !important;
}
/*--------------------------------------- standart*/

.wrapper {
	width: 100%;
	height: auto;
	min-width: 480px;
	min-height: 100% !important;
	overflow: hidden;
	position: relative;
}

.wh {
	max-width: 1210px;
	margin: 0 auto;
	padding:0 20px;
}

.bl, .sbl span {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}

.ileft {
	float:left;
}

.iright {
	float:right;
}

.cl {
	clear:both;
}

.clv {
	clear:both;
	overflow:hidden;
}

