/****************************************/
/* FONTS 								*/
/****************************************/
@font-face {
    font-family: 'Alef';
    src: url('../fonts/Alef-regular.eot');
    src: url('../fonts/Alef-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Alef-regular.woff') format('woff'),
         url('../fonts/Alef-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Alef';
    src: url('../fonts/Alef-bold.eot');
    src: url('../fonts/Alef-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Alef-bold.woff') format('woff'),
         url('../fonts/Alef-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
/****************************************/



/****************************************/
/* HTML ELEMENTS 						*/
/* including Eric Meyer’s CSS Reset 	*/
/****************************************/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea,
header, nav, section, article, aside, figcaption, figure, footer /* HTML5 tags too */ {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
:focus { 
	outline:0; 
}

body { 
	position: relative;
	font-family: "Alef", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	/*background: #0db14b;*/
	background: #ebebeb;
	color: #454545;
	overflow-x: hidden;
}
ol, ul { 
	list-style: none; 
}
a, a:hover, a:active, a:focus {
	color: inherit;
	text-decoration:none; 
}
h2 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.1em;
}
h3 {
	font-size: 1.5em;
	line-height: 1.4em;
}
h3.normal-heading {
	line-height: 1em;
	margin-bottom: .8em;
}
h4 {
}
p {
	margin-bottom: 1em;
}
p:last-child {
	margin-bottom: 0;
}
img {	
	max-width: 100%;
}
textarea{ 
	resize: none; 
	overflow: hidden; 
}
/****************************************/


@media only screen and (max-width : 479px) {
/* xxs */
}
@media only screen and (min-width : 480px) {
/* xs */
}
@media only screen and (min-width : 768px) {
/* sm */
}
@media only screen and (min-width : 992px) {
/* md */
}
@media only screen and (min-width : 1200px) {
/* lg */
}
@media only screen and (min-width : 1600px) {
/* xl */
}
@media only screen and (min-width : 1920px) {
/* xxl */
}

