/* Compiled Less CSS File */
/* Generated from "style.css" */

/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* Variables */
.bordered {
  margin-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
}
/* General */
body {
  background: #ffffff;
  color: #505050;
  font-family: 'Open Sans', sans-serif;
  padding-top: 40px;
}
/* Slider Backgroud Image */
/* Header */
#header-wrap {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
}
#header {
  height: 30px;
  padding: 5px 0;
}
#header h1 {
	color: #3498db;
	font-weight: 400;
	font-size: 48px;
	line-height: normal;
	margin: 0;
	width: 500px;
}
/* Banner */
#banner-wrap {
	background: #ecf0f1 url('../images/Logo/QDJS-Logo.jpg') no-repeat center center;
	height: 500px;
	position: relative;
	border-bottom: 1px solid #ecf0f1;
	background-image: url(/images/Logo/QDJS-Logo.jpg);
}
.dmxParallaxSliderElement h3 {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  font-size: 32px;
  margin: 0;
}
/* Content */
.btn-custom {
	background: #1abc9c;
	color: #ffffff;
	z-index: 3;
	text-align: center;
	position: relative;
	margin-top: -40px;
	background-color: #990000;
}
.btn-custom:hover,
.btn-custom:focus {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #3300FF;
}

#back-top {
		position: fixed;
		bottom: 2%;
		Right: 2%;
		z-index:9999;
	}
	
	#back-top a {
		width: 50px;
		display: block;
		text-align: center;
		font: 11px/100% Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		color: #bbb;
	
		/* transition */
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
	}
	
	#back-top a:hover {
		color: #000;
	}
	
	/* arrow icon (span tag) */
	#back-top span {
		width: 50px;
		height: 50px;
		display: block;
		background: #333 url(../images/up-arrow.png) no-repeat center center;
	
		/* rounded corners */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	
		/* transition */
		-webkit-transition: 1s;
		-moz-transition: 1s;
		transition: 1s;
	}
	#back-top a:hover span {
		background-color:#777;
	}

#content-wrap {
  padding-top: 50px;
  box-shadow: 0 0 6px 0 #DBDBDB;
  z-index: 2;
  position: relative;
}
#content-wrap h4 {
  color: #505050;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: normal;
  text-align: center;
}
#features-highliht {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
}
.lense {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.7);
}
.lense:hover {
	background-position: right top;
	background-color: #000;
}
.lense p {
	color: #ffffff;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	width: 300px;
	height: 160px;
	padding-top: 140px;
	opacity: 0;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.lense p:hover {
	opacity: 1;
	background-color: rgba(0,0,255,0.8);
}
.feature-left p,
.feature-left h4 {
  text-align: left !important;
  width: 500px;
}
.feature-left img {
  float: right;
  margin-bottom: 30px;
}
.feature-right p,
.feature-right h4 {
  text-align: left !important;
  width: 500px;
  margin-left: 440px;
}
.feature-right img {
  float: left;
  margin-bottom: 30px;
}
.feature-left,
.feature-right {
  margin-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
}
.feature-right img,
.feature-left img {
  box-shadow: 0 0 6px 0 #bdc3c7;
}
/* Footer */
#footer-wrap {
  padding: 15px 0;
  border-top: 1px solid #ecf0f1;
  background: #f5f5f5;
}
#footer {
  text-align: center;
  color: #505050;
  font-size: 11px;
}
