@charset "utf-8";
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr{
	/*border: 0 rgb(0, 0, 0) solid;*/
	border-top-width: 1px;
	clear: both;
	height: 0;
}
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/flaticon.eot");
	src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("../fonts/flaticon.woff") format("woff"),
	url("../fonts/flaticon.ttf") format("truetype"),
	url("../fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "arrows";
	src: url("../fonts/icon/arrows.eot");
	src: url("../fonts/icon/arrows.eot#iefix") format("embedded-opentype"),
	url("../fonts/icon/arrows.woff") format("woff"),
	url("../fonts/icon/arrows.ttf") format("truetype"),
	url("../fonts/icon/arrows.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Kurale Regular';
	src: url('../fonts/subset-Kurale-Regular.eot');
	src: url('../fonts/subset-Kurale-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Kurale-Regular.woff') format('woff'),
		url('../fonts/subset-Kurale-Regular.ttf') format('truetype'),
		url('../fonts/subset-Kurale-Regular.svg#Kurale-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Light';
	src: url('../fonts/subset-Roboto-Light.eot');
	src: url('../fonts/subset-Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Roboto-Light.woff') format('woff'),
		url('../fonts/subset-Roboto-Light.ttf') format('truetype'),
		url('../fonts/subset-Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Regular';
	src: url('../fonts/subset-Roboto-Regular.eot');
	src: url('../fonts/subset-Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Roboto-Regular.woff') format('woff'),
		url('../fonts/subset-Roboto-Regular.ttf') format('truetype'),
		url('../fonts/subset-Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Medium';
	src: url('../fonts/subset-Roboto-Medium.eot');
	src: url('../fonts/subset-Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Roboto-Medium.woff') format('woff'),
		url('../fonts/subset-Roboto-Medium.ttf') format('truetype'),
		url('../fonts/subset-Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
} 
@font-face {
	font-family: 'Roboto Bold';
	src: url('../fonts/subset-Roboto-Bold.eot');
	src: url('../fonts/subset-Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/subset-Roboto-Bold.woff') format('woff'),
		url('../fonts/subset-Roboto-Bold.ttf') format('truetype'),
		url('../fonts/subset-Roboto-Bold.svg#Roboto-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
	margin-bottom: 1%;
}
/* ends Spacing
----------------------------------------------------------------------------------------------------*/