@charset "utf-8";


/* Icons Font */
@font-face {
    font-family: "FontAwesomeBrands";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Font-Awesome-Brands.woff") format("woff");
}
@font-face {
    font-family: "FontAwesomeRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Font-Awesome-Regular.woff") format("woff");
}
@font-face {
    font-family: "FontAwesomeSolid";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Font-Awesome-Solid.woff") format("woff");
}
/* END Icons Font */

/* reset/default rules */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, acronym, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img, :link img, :visited img {
	border: 0;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
a, .inputbox {
	outline-width:0;
}
a {
	transition: all 0.3s ease;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 14px;
}
body {
	max-width: 1920px;
	margin:0px auto;
	padding:0px;
	height:100%;
	font-family: Arial;
	font-size: 100%;
	letter-spacing: -0.25px;
	color: #000;
}
html {
	height:100%;
	width:100%;
}
.innerBlock{
	max-width: 1280px;
	margin: 0 auto;
	border-bottom: 0;
}
/* /reset/general rules */

/*---------------------------------------------------------------------------------------*/

/* base typography */
h1{ font-size: 1.8em }
h2{ font-size: 1.6em }
h3{ font-size: 1.4em }
h4{ font-size: 1.3em }
h5{ font-size: 1.2em }
h6{ font-size: 1em }
/* /base typography */

/* Buttons */

/* /Buttons */

/* Header */
/* Logo */

/* /Logo */

/* Menu */

/* /Menu */
/* /Header */

/* Hero */

/* /Hero */

/* footer */

/* /footer */