/*****TOOLBAR STYLESHEET*****/
/*****BY: AMIT JAKHU*****/
/*****WWW.AMITJAKHU.COM*****/

/*****FONTS*****/

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic,700italic|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300|Revalia);

/*****DEMO ONLY*****/

::selection {
	color: #373636;
	background: #efd315;
}

::-moz-selection {
	color: #373636;
	background: #efd315;
}

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: #90d5d8;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #373636;
	text-align: left;
}

#wrapper {
	position: relative;
	width: 960px;
	height: 2000px;
	margin: 0 auto;
}

.toolbar .logo {
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	color: #373636;
}

.toolbar .logo:hover {
	color: #479295; /* Link hovers */
}

.content {
	width: 960px;
	margin: 100px auto 0 auto;
}

h1 {
	background: #efd315;
	display: inline-block;
	margin-bottom: 5px;
	padding: 25px 50px 25px 30px;
	
	font-size: 60px;
	line-height: 50px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}

h2 {
	margin-bottom: 5px;
	margin-left: 30px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 5px;
}

.switch {
	display: inline-block;
	float: right;
	margin-right: 30px;
	color: #373636;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.dark {
	color: #373636;
}

.footer {
	font-size: 12px;
	margin-top: 250px;
}

.footer a {
	color: #373636;
	text-decoration: none;
}

.download {
	display: block;
	position: fixed;
	float: right;
	right: 25px;
	bottom: 25px;
	padding: 5px;
	
	font-weight: 800;
	font-size: 11px;
	text-align: right;
	text-decoration: none;
	color: rgba(0,0,0,0.5);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

.download:hover {
	color: rgba(0,0,0,0.75);
	text-shadow: 1px 1px 0 rgba(256,256,256,0.5);
}

.download:focus {
	bottom: 24px;
}

/*****END DEMO ONLY*****/


/*****ANIMATIONS*****/

.toolbar a, .navigation li .sub-nav-wrapper .sub-nav li, .toolbar .navigation li .notification .count, .toolbar .navigation li .sub-nav-wrapper .sub-nav li .notification .count, .toolbar #back-top a span, .toolbar .login-form .input, .toolbar .login-form .button {
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

.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*****/

/*****TOOLBAR*****/

.toolbar {
	background: #fff;
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 910px;
	margin: 0 auto;
	padding: 10px 25px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

/*****LOGO*****/

.toolbar .logo {
	max-height: 20px;
	position: relative;
	z-index: 1100;
	display: inline-block;
	float: left;
	margin-right: 60px;
	padding: 5px;
	text-decoration: none;
}

/*****ANNOUNCEMENT*****/

.toolbar .announcement-wrapper {
	width: 450px;
	position: relative;
	z-index: 1050;
	margin-right: 60px;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.toolbar .announcement-wrapper .title {
	display: inline-block;
	font-weight: 600;
	margin-right: 5px;
	color: #373636;
}

.toolbar .announcement {
	color: #747373;
	text-decoration: none;
}

.toolbar .announcement:hover {
	color: #479295; /* Link hovers */
}

/*****NAVIGATION LINKS*****/

.toolbar .navigation {
	list-style: none !important;
	position: relative;
	z-index: 1100;
	float: right;
}

.toolbar .navigation li {
	display: inline-block;
	position: relative;
	margin-right: 25px;
}

.toolbar .navigation > li {
	float: left;
}

.toolbar .navigation li:last-child {
	margin: 0;
}

.toolbar .navigation li a {
	padding: 5px;
	display: block;
	position: relative;
}

.toolbar .navigation li a, .toolbar .navigation li .sub-nav-wrapper .sub-nav li a {
	position: relative;
	color: #373636;
	text-decoration: none;
}

.toolbar .navigation li:hover a, .toolbar .navigation li .sub-nav-wrapper .sub-nav li:hover a {
	color: #479295; /* Link hovers */
}

/*****NAVIGATION LINKS - NOTIFICATION COUNT*****/

.toolbar .navigation li .notification, .toolbar .navigation li .sub-nav-wrapper .sub-nav li .notification {}

.toolbar .navigation li .notification .count, .toolbar .navigation li .sub-nav-wrapper .sub-nav li .notification .count {
	background: #efd315;
	position: relative;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: -5px;
	padding: 7px;
	font-size: 11px;
	line-height: 6px;
	font-weight: 700;
	color: #373636;
}

.toolbar .navigation li .sub-nav-wrapper .sub-nav li .notification .count {
	margin-right: 6px;
	margin-bottom: -4px;
	padding: 6px;
	font-size: 10px;
}

.toolbar .navigation li:hover .notification .count, .toolbar .navigation li .sub-nav-wrapper .sub-nav li:hover .notification .count {
	background: #479295; /* Link hovers */
	color: #fff; /* Link hovers */
}

/*****NAVIGATION LINKS - DROPDOWN*****/

.toolbar .navigation li .sub-nav-wrapper {
	display: block;
	position: absolute;
	z-index: 1200;
	left: -20px;
	padding: 15px 5px 5px 5px;
}

.toolbar .navigation li .sub-nav-wrapper .sub-nav {
	width: 150px;
	margin-top: 15px;
	background: #fff;
		
	box-shadow: 0 1px 3px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
}

.toolbar .navigation li .sub-nav-wrapper .sub-nav:before, .toolbar .navigation li .sub-nav-wrapper .sub-nav:after /* Triangle */ {
    content: '';
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
	z-index: 1199;
}

.toolbar .navigation li:hover .sub-nav-wrapper {
	display: block;
}

.toolbar .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;
}

.toolbar .navigation li .sub-nav-wrapper .sub-nav li:first-child {}

.toolbar .navigation li .sub-nav-wrapper .sub-nav li:last-child {
	border: none;
}

.toolbar .navigation li .sub-nav-wrapper .sub-nav li a {
	display: block;
	padding: 10px 20px;
	font-size: 12px;
	font-weight: 600;
	
	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);
}

/*****BACK TO TOP BUTTON - BY WEBDESIGNERWALL.COM*****/

.toolbar #back-top {
	position: fixed;
	z-index: 2300;
	top: 10px;
	margin-left: -22px;
}

.toolbar #back-top a {
	width: 10px;
	height: 10px;
	display: block;
	padding: 5px;
	text-decoration: none;
}

/* Arrow */
.toolbar #back-top span {
	position: relative;
	top: 8px;
	font-family: 'Revalia', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 18px;
	color: #505050;
}

.toolbar #back-top:hover a span {
	color: #479295;
}

/*****LOGIN FORM*****/

.toolbar .login-form {
	margin-left: -60px;
}

.toolbar .login-form .sub-nav {
	width: 200px !important;
}

.toolbar .login-form form {
	padding: 20px;
}

.toolbar .login-form .input {
	width: 130px;
	position: relative;
	margin-bottom: 10px;
	padding: 10px 14px;
	border: 1px solid rgba(0,0,0,0.15);
	background: #fff;
	color: #373636;
	font-size: 12px;
	
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
}

.toolbar .login-form .input:hover, .toolbar .login-form .input:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.toolbar .login-form .password {
	width: 96px;
}

.toolbar .login-form .button {
	width: 30px;
	height: 32px;
	position: relative;
	right: -6px;
	z-index: 2400;
	display: inline-block;
	cursor: pointer;
	float: right;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	
	font-family: 'Revalia', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 26px;
	color: #505050;
	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.toolbar .login-form .remember {
	margin: 0;
}

.toolbar .login-form .remember input {
	margin-right: 4px;
}

.toolbar .login-form .remember label {
	position: relative;
	font-size: 12px;
	top: -2px;
}

.toolbar .login-form .input:hover, .toolbar .login-form .button:hover, .toolbar .login-form .remember label:hover {
	color: #479295;
}	

/*****END TOOLBAR*****/