/****************************************/
/* CUSTOM FONTS
/****************************************/
@font-face {
    font-family: 'FbPractica';
    src: url('../fonts/fbpractica-light.eot');
    src: url('../fonts/fbpractica-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fbpractica-light.woff') format('woff'),
         url('../fonts/fbpractica-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'FbPractica';
    src: url('../fonts/fbpractica-regular.eot');
    src: url('../fonts/fbpractica-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fbpractica-regular.woff') format('woff'),
         url('../fonts/fbpractica-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'FbPractica';
    src: url('../fonts/fbpractica-bold.eot');
    src: url('../fonts/fbpractica-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fbpractica-bold.woff') format('woff'),
         url('../fonts/fbpractica-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'FbPractica';
    src: url('../fonts/fbpractica-black.eot');
    src: url('../fonts/fbpractica-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fbpractica-black.woff') format('woff'),
         url('../fonts/fbpractica-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Swiss911';
    src: url('../fonts/swiss-911-extra-compressed-bt.eot');
    src: url('../fonts/swiss-911-extra-compressed-bt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/swiss-911-extra-compressed-bt.woff') format('woff'),
         url('../fonts/swiss-911-extra-compressed-bt.ttf') format('truetype');
    font-weight: 700;
    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%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
html {
	height: 100%;
}
body { 
	position: relative;
	height: 100%;
	overflow-x: hidden;
	font-family: 'FbPractica', sans-serif;
	font-size: 18px;
	font-weight: 400;
}
a, 
a:hover, 
a:active, 
a:focus {
	text-decoration: none; 
	color: inherit;
}
a:hover { 
}

h1 {
}
h2 {
	padding: 5px 0;
	font-size: 42px;
	line-height: 40px;
}
h3 {
}
p {
	line-height: 1.3333em;
}
p:not(:last-child) {
	margin-bottom: 1em;
}

ol, ul { 
	list-style: none; 
}
img {
	max-width: 100%;
}
textarea{ 
	resize: none; 
	overflow: hidden; 
}

@media only screen and (min-width : 1200px) {
	h1 {
		font-size: 75px;
	}
}
@media only screen and (min-width : 1620px) {
	h1 {
		font-size: 140px;
	}
}


/****************************************/




/*************************************************************************/
/* RESPONSIVE - SIZES	 				
/*************************************************************************/
@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 : 1620px) {	/* xl */
}
@media only screen and (min-width : 1921px) {	/* xxl */
}
/*************************************************************************/
