/* Default styles */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	background: #333333;
}


html, body, div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #666666;
}

/* Navigation Bar */

.navbar {
	border-radius: 0px !important;
	z-index: 1000;
	background: #333333;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	border: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.navbar A {
	padding: 0px 15px;
	color: #ffffff !important;
	font-size: 15px;
}

.navbar A:hover {
	background: #666666 !important;
}


@media (max-width: 768px) {
	.navbar LI A {
		padding: 0px 15px;
		line-height: 50px;
	}

	.navbar-nav {
		padding: 0px !important;
		margin: 0px -15px !important;
	}
}

.navbar-brand {
	line-height: 50px;
	font-weight: 700;
	color: #cccccc !important;
}

.navbar-brand A {
	color: #cccccc !important;
}

/* Jumbotron */

.jumbotron {
	margin: 0px;
	position: absolute;
	text-align: center;
	background: #cccccc;
	height: 150%;
	width: 100%;
	background: url("/assets/Uploads/Background-Home-1.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jumbotron .container {
	margin-top: 20vh;
	background: #333333;
	padding: 30px;
	width: 60%;
	height: auto;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.jumbotron .container H1 {
	padding: 10px 0px 30px 0px;
	font-size: 3.2vh;
	line-height: 4.5vh;
	font-weight: 300;
	color: #ffffff;
}

@media (max-width: 991px) {
	.jumbotron .container {
		background: #333333;
		padding: 30px;
		width: 90%;
	}

	.jumbotron .container H1 {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 768px) {
	.jumbotron .container {
		margin-top: 130px;
	}
}


/* Row */

@media (max-width: 991px) {
	.row {
		margin-right: -15px;
	}
}

@media (min-width: 992px) {


}

@media (max-width: 991px) {
	.main {
		margin-top: 50px;
		padding-top: 20px;
		margin-bottom: -25px;
		padding-bottom: 30px;
		background: #ffffff;
	}
}

@media (min-width: 992px) {
	.main {
		margin-top: 50px;
		margin-bottom: -25px;
		padding: 30px 40px;
		background: #ffffff;
		border: 1px solid #cccccc;
	}
}

.panel {
	padding-top: 85px;
	padding-left: 30px;
	background: transparent;
}

.panel-content {
	position: fixed;
	max-width: 290px;
}

/* Sidebar */

.sidr {
	display:block;
	position:fixed;
	top:0;
	height:100%;
	z-index:900;
	width:300px;
	overflow-x:hidden;
	overflow-y:auto;
}

.sidr.right {
	left:auto;
	right:-300px;
}

.sidr.left {
	left:-300px;
	right:auto;
}


#sidr {
	padding-top: 50px;
	background: #333333;
}

#sidr UL {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidr LI {
	margin: 0px;
	list-style: none;
}

#sidr A {
	padding: 0px 20px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	width: 100%;
	line-height: 50px;
}

#sidr A:hover {
	background: #666666;
}


/* Thumbs */

.thumb-group {
	float: left;
	padding: 20px 0px;
	z-index: 200;
}

.thumb-group ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.thumb-group ul li {
	clear: none;
	float: left;
	margin: 0px 20px 20px 0px;
	height: 150px;
	width: 150px;
	overflow: hidden;
	border: 1px solid #cccccc;
}

.thumb-group a img {
	border: 0px;
}

#ForgotPassword {
	padding: 20px 0px;
}

/* Fancybox */

.fancybox-close {
	position: absolute;
	top: -45px;
	right: -5px;
}

.fancybox-next {
    right: -63px;
}

.fancybox-prev {
    left: -65px;
}

.fancybox-inline IMG {
	border: 1px solid #cccccc;
	cursor: -webkit-zoom-in;
	width: 80%;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.fancybox-inline IMG {
		width: 100%;
	}
}

