

/*************************************************************************

                               F O N T S

*************************************************************************/


@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../fonts/Gilroy/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy/Gilroy-Medium.eot?') format('embedded-opentype'),
        url('../fonts/Gilroy/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('../fonts/Gilroy/Gilroy-ExtraBold.eot');
    src: url('../fonts/Gilroy/Gilroy-ExtraBold.eot?') format('embedded-opentype'),
        url('../fonts/Gilroy/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


/*************************************************************************

                              B A S I C S

*************************************************************************/


* {
	outline: none;
	cursor: default;
	max-height: 999999px;
	font-size: inherit;
}

h1,h2,h3,h4 {
	margin: 0;
}

html {
	height: 100%;
}

body {
	position: relative;
	margin: 0px;
	color: #000;
	background: #ffffff;
	font-family: Sans, Serif;
	font-size: 14px;
}

input,textarea {
	cursor: text;
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	padding: 0;
	margin: 0;
	text-indent: 0;
	background: none;
	border: none;
	resize: none;
	box-shadow: none;
	outline: none;
}

a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

a * {
	cursor: inherit;
}

button {
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	font: inherit;
}

button * {
	cursor: pointer
}

ul,li{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

dl,dt,dd {
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	padding: 0;
}