/*
Theme Name: DasTrader
*/

#menu {
	font: bold 14px/14px Roboto, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	position: absolute;
		right: 20px;
		top: 15px;
	}
	#menu ul, #menu ul li {
		display: block;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		}
	#menu ul {
		padding: 10px 0;
		}
	#menu ul li {
		margin-left: 3px;
		}
		#menu ul li:first-child {
			margin-left: 0;
			}
	#menu ul li a {
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
		color: #333;
		display: block;
		margin: -10px 0;
		padding: 11px 20px 9px;
		text-decoration: none;
		}
		#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:hover, #menu ul li a.active {
			background: #e9e9e9;
			}
	#menu ul li:first-child a {
		background: #4479ba;
		color: #fff;
		}
#menu-mobile {
	background: url('img/menu-mobile.png') no-repeat 20px 9px;
	cursor: pointer;
	color: #000;
	display: none;
	padding: 11px 20px 9px 53px;
	}
	#menu-mobile:hover {
		background-color: #e9e9e9;
		}

#footer {
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 60px 0 40px;
	}
	#footer-social {
		margin-bottom: 18px;
		}
	#footer-menu {
		font-size: 0;
		line-height: 0;
		}
	#footer-menu ul, #footer-menu ul li {
		display: inline-block;
		list-style: none;
		margin: 0;
		padding: 0;
		}
	#footer-menu ul {
		padding: 3px 0;
		}
	#footer-menu ul li {
		border-left: 1px solid #ccc;
		margin-left: 10px;
		padding-left: 10px;
		}
		#footer-menu ul li:first-child {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
			}
	#footer-menu ul li a {
		color: #999;
		font-size: 14px;
		line-height: 14px;
		}
.fancybox-overlay {
	z-index: 99999;
	}
	.fancybox-wrap {
		z-index: 999999;
		}

#lightbox {
	background: rgba(0,0,0,.75);
	opacity: 0;
	position: absolute;
	position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	visibility: hidden;
	z-index: 99999;
		 -webkit-transition-property: opacity;
		 -moz-transition-property: opacity;
		 -o-transition-property: opacity;
		 -ms-transition-property: opacity;
		 transition-property: opacity;
	}
	#lightbox.visible {
		opacity: 1;
		visibility: visible;
		}
	#lightbox-box {
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,.75);
		margin: -190px 0 0 -310px;
		max-height: 420px;
		position: absolute;
		position: fixed;
			left: 50%;
			top: 50%;
		width: 620px;
		}
		#lightbox.visible #lightbox-box {
			margin-top: -210px;
			}
	#lightbox-content {
		box-sizing: border-box;
		font-size: 14px;
		line-height: 20px;
		max-height: 420px;
		overflow: auto;
		padding: 20px 25px;
		}
	h2.lightbox-title {
		background: #e6e6e6;
		border-bottom: 1px solid #ddd;
		font: bold 18px/18px Roboto, Arial, Helvetica, sans-serif;
		margin: -20px -25px 25px;
		padding: 22px 25px 18px;
		text-transform: uppercase;
		}
	#lightbox-close {
		background: url('img/lightbox-close.png') no-repeat center center;
		cursor: pointer;
		height: 51px;
		opacity: .5;
		width: 52px;
		position: absolute;
			right: 0;
			top: 4px;
		}
		#lightbox-close:hover {
			opacity: 1;
			}
