/*****FONTS*****/

/*****DEMO ONLY*****/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

::selection {
	color: #fff;
	background: #3b3b3b;
}

::-moz-selection {
	color: #fff;
	background: #3b3b3b;
}

html {}

body {
	/*background: #f3f3f3 url(../images/bg.png) repeat center top;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #3b3b3b;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.25);*/
}

a {
	/*color: #3b3b3b;
	text-decoration: none;*/
}

h1 {
	/*position: relative;
	display: block;
	background-color:#EFD315;
	padding:10px;
	margin:0 auto;
	font-size: 60px;
	font-weight: normal;
	text-align:center;
	font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 #ccc, 1px 2px 0 #666;*/
}


/*****END DEMO ONLY*****/


/*****ANIMATIONS*****/

a, #navigation li .sub-nav-wrapper .sub-nav li {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#navigation li .sub-nav-wrapper {
	pointer-events: none;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 0;
	
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

#navigation li:hover .sub-nav-wrapper {
	pointer-events: auto;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 30px;
}

/*****END ANIMATIONS*****/


/*****DROPDOWN*****/

#navigation {
	position: relative;
	text-align:center;
	margin:0 auto;
	/*background-color:#fff;*/
}

#navigation li {
	position: relative;
	list-style: none;
	display: inline-block;
	padding: 5px 20px;
}

#navigation li a {
	padding: 5px;
	display: block;
	text-decoration: none;
	font-family: PTSansRegular, Arial, sans-serif;
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	/*font-weight: 700;*/
	color: #fff;
	text-align: left;
	/*text-shadow: 1px 1px 0 rgba(255,255,255,0.25);*/
}

#navigation li:hover .main {
	color: #acacac;
}

#navigation li .sub-nav-wrapper {
	display: none;
	position: absolute;
	z-index: 30;
	margin-left: -16px;
}

#navigation li .sub-nav-wrapper .sub-nav {
	width: 150px;
	margin-top: 4px;
	background-color: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.5);
color: rgba(0, 0, 0, 0.5);
	/*background: #000;*/
	/*border-top: 1px solid #fff;*/
	
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.35);*/
}

#navigation li:hover .sub-nav-wrapper {
	display: block;
}

#navigation li .sub-nav-wrapper .sub-nav li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	/*border-bottom: 1px solid #d7d7d7;*/
}

#navigation li .sub-nav-wrapper .sub-nav li:first-child {
}

#navigation li .sub-nav-wrapper .sub-nav li:last-child {
	border: none;
}

#navigation li .sub-nav-wrapper .sub-nav li a {
	display: block;
	padding: 11px 20px;
	font-size: 12px;
	font-weight: 600;
	/*text-shadow: 1px 1px 0 rgba(255,255,255,1.0);
	
	box-shadow: inset 0 0 2px rgba(255,255,255,1.0);
	-moz-box-shadow: inset 0 0 2px rgba(255,255,255,1.0);
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,1.0);*/
}

#navigation li .sub-nav-wrapper .sub-nav li:hover {
	background: #000;
	border-bottom: 1px solid #acacac;
}

/*****END DROPDOWN*****/
