@charset "UTF-8";

/* CSS Document */



/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* INITIAL SET UP */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

img {
}

img:hover {
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #aaaaaa;
	background-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-text-size-adjust: none;
	min-width: 270px;
}

ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.div_clear {
	clear: both;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* DIN FONTS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

@font-face {
	font-family: 'din300';
	src: url('fonts/dinlight/font.woff2') format('woff2'), url('fonts/dinlight/font.woff') format('woff');
}

@font-face {
	font-family: 'din300i';
	src: url('fonts/dinlightitalic/font.woff2') format('woff2'), url('fonts/dinlightitalic/font.woff') format('woff');
}

@font-face {
	font-family: 'din400';
	src: url('fonts/dinregular/font.woff2') format('woff2'), url('fonts/dinregular/font.woff') format('woff');
}

@font-face {
	font-family: 'din400i';
	src: url('fonts/dinitalic/font.woff2') format('woff2'), url('fonts/dinitalic/font.woff') format('woff');
}

@font-face {
	font-family: 'din500';
	src: url('fonts/dinmedium/font.woff2') format('woff2'), url('fonts/dinmedium/font.woff') format('woff');
}

@font-face {
	font-family: 'din500i';
	src: url('fonts/dinmediumitalic/font.woff2') format('woff2'), url('fonts/dinmediumitalic/font.woff') format('woff');
}

@font-face {
	font-family: 'din700';
	src: url('fonts/dinbold/font.woff2') format('woff2'), url('fonts/dinbold/font.woff') format('woff');
}

@font-face {
	font-family: 'din700i';
	src: url('fonts/dinbolditalic/font.woff2') format('woff2'), url('fonts/dinbolditalic/font.woff') format('woff');
}

@font-face {
	font-family: 'din900';
	src: url('fonts/dinblack/font.woff2') format('woff2'), url('fonts/dinblack/font.woff') format('woff');
}

@font-face {
	font-family: 'din900i';
	src: url('fonts/dinblackitalic/font.woff2') format('woff2'), url('fonts/dinblackitalic/font.woff') format('woff');
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* DIN CONDENSED FONTS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/




@font-face {
	font-family: 'din900c';
	src: url('fonts/dincondblack/font.woff2') format('woff2'), url('fonts/dincondblack/font.woff') format('woff');
}

@font-face {
	font-family: 'din500c';
	src: url('fonts/dincondmedium/font.woff2') format('woff2'), url('fonts/dincondmedium/font.woff') format('woff');
}

@font-face {
	font-family: 'din400c';
	src: url('fonts/dincondregular/font.woff2') format('woff2'), url('fonts/dincondregular/font.woff') format('woff');
}


/* ----- css menu by dilip ------- */
 /* Dropdown Button */
.dropbtn {
  color: white;  
  font-size: 16px;
  border: none;
  width:35px;
  cursor:pointer;
}
.dropdownanc{float:left; margin-top:5px; margin-right:5px;}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 90px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  bottom:35px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

