/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover, a:active {
	outline: 0;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.img-circle {
	border-radius: 500px;
}
::selection {
	background: #FF0070;
	/* Safari */
    color: #fff;
}

::-moz-selection {
 background: #FF0070;
 /* Firefox */
    color: #fff;
}
*::-moz-selection {
 background: none repeat scroll 0 0 #FF0070;
 color: #FFFFFF;
}
html {
	width: auto !important;
	overflow-x: hidden !important;
}
body {
	width: auto !important;
	overflow-x: hidden !important;
}
.navbar {
	position: fixed;
}
#fixedNavBar {
	background: rgba(0, 0, 0, 0.5);
	background-image: -moz-linear-gradient(top, #2F323A, rgba(0, 0, 0, 0.55));
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2F323A), to(rgba(0, 0, 0, 0.55)));
	background-image: -webkit-linear-gradient(top, #2F323A, rgba(0, 0, 0, 0.55));
	background-image: -o-linear-gradient(top, #2F323A, rgba(0, 0, 0, 0.55));
	background-image: linear-gradient(to bottom, #2F323A, rgba(0, 0, 0, 0.55));
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2F323A', endColorstr='rgba(0, 0, 0, 0.55)', GradientType=0);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border: inset 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,0.8);
	-webkit-box-shadow:  0 0 1px rgba(255,255,255,0.8);
	box-shadow:  0 0 1px rgba(255,255,255,0.8);
}
#navBarContainer {
	max-width: 65%;
	width: 65%!important;
}
.mainDiv {
	color: #fff;
	width: 90%;
	height: auto;
	padding: 2% 5%;
	background: #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url('../img/transparent.png') repeat;
	margin-top: 5%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	box-shadow: 0 0 1px rgba(255,255,255,0.6);
}
.justify {
	text-align: justify;
}
#scrolldMain {
	text-align: center;
	color: #fff;
	padding: 1% 0;
	margin-bottom: 35px;
}
#scrolldMain h1 {
	font-size: 70px;
	letter-spacing: -2px;
	font-weight: 100;
	line-height: 85px;
}
.mainDiv h2 {
	font-weight: 100;
}
#scrolldMainSub {
	text-shadow: 0 -1px 0 rgba(50,50,50,0.2);
	font-size: 20px;
	font-weight: 100;
	color: #dedede;
}
#scrolldMainFade {
	text-align: center;
	color: #fff;
}
#scrolldMainFade h1 {
	font-size: 150px;
	letter-spacing: -2px;
	font-weight: 100;
	line-height: 170px;
}
#scrolldMainSubFade {
	text-shadow: 0 -1px 0 rgba(50,50,50,0.2);
	font-size: 50px;
	font-weight: 100;
	color: #dedede;
	letter-spacing: -1px;
}
#scrolld {
	color: #999999;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#scrolld:hover {
	color: #fff;
	text-shadow: 0 0 6px rgba(255,255,255,0.9)!important;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	background: rgba(0, 0, 0, 0.45);
}

       
/* FIREFOX TARGET */

@-moz-document url-prefix() {
 h1 {
 letter-spacing:-3px !important;
 font-weight:200 !important;
}
 #scrolldMainSub {
 letter-spacing:1px;
}
 #navBarContainer {
 font-weight:200;
}
 .mainDiv {
 -moz-box-shadow: 0 0 1px rgba(255,255,255,0.3) !important;
 -webkit-box-shadow:  0 0 1px rgba(255,255,255,0.3) !important;
 box-shadow:  0 0 1px rgba(255,255,255,0.3) !important;
}
}
.btn {
	background-color: #503598;
	background-image: -moz-linear-gradient(top, #463598, #5f3598);
	background-image: -ms-linear-gradient(top, #463598, #5f3598);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#463598), to(#5f3598));
	background-image: -webkit-linear-gradient(top, #463598, #5f3598);
	background-image: -o-linear-gradient(top, #463598, #5f3598);
	background-image: linear-gradient(top, #463598, #5f3598);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#463598', endColorstr='#5f3598', GradientType=0);
	border-color: #5f3598 #5f3598 #3b215f;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color: #ffffff;
	font-weight: 300;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.btn:hover {
	color: #ccc;
	font-weight: 300;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.btn:active {
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.5);
	border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.15);
}
#navBarWrapper {
	display: none;
}
.darkCode {
	padding: 15px;
	height: auto !important;
	font-size: 13px !important;
	background: url('../img/transparent.png') repeat !important;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.15);
}
.scrollOn {
	box-shadow: 0 0 6px rgba(194, 0, 255, 0.7);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}










/* Media Settings */

@media (min-width:979px) {
.glyphicon {
	display: none;
}
#mainContainer {
	padding-top: 5%;
	max-width: 65%;
}
#wrap {
	background-image: url('../img/background2.jpg');
}
}
@media (max-width:979px) {
.glyphicon {
	display: block;
	float: left;
	margin-right: 15px;
}
.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
	color: #fff !important;
	font-weight: 100;
}
.navbar .nav > li {
	float: left;
}
}
 @media (max-width: 850px) {
.navBtnText {
	font-size: 11px;
}
}
 @media (min-width: 767px) {
#wrap {
	background-image: url('../img/background2.jpg');
}
#mainContainer {
	padding-top: 5%;
	max-width: 75%;
}
}
 @media (max-width: 767px) {
#footer {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
#mainContainer {
	padding-top: 10%;
	max-width: 85%;
}
#wrap {
	background-image: url('../img/background1.jpg');
}
}
 @media (max-width: 520px) {
#wrap {
	background: #56a0ce; /* Old browsers */
	background: -moz-linear-gradient(top, #56a0ce 0%, #550d80 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56a0ce), color-stop(100%, #550d80)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #56a0ce 0%, #550d80 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #56a0ce 0%, #550d80 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #56a0ce 0%, #550d80 100%); /* IE10+ */
	background: linear-gradient(to bottom, #56a0ce 0%, #550d80 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56a0ce', endColorstr='#550d80', GradientType=0 ); /* IE6-9 */
}
#mainContainer {
	padding-top: 20%;
	max-width: 85%;
}
#scrolldMain h1 {
	font-size: 50px;
	letter-spacing: -2px;
	font-weight: 100;
	line-height: 50px;
}
#scrolldMainSub {
	text-shadow: 0 -1px 0 rgba(50,50,50,0.2);
	font-size: 16px;
	font-weight: 100;
	color: #dedede;
}
h2 {
	font-size: 24px;
}
.mainDiv {
	width: 90%;
	padding: 2% 5%;
	margin-top: 10%;
}
.mainDiv p {
	font-size: 11px;
}
.nav-collapse .nav > li > a,  .nav-collapse .dropdown-menu a {
	padding: 5px 6px;
	font-weight: bold;
	color: #777777;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav-collapse {
	clear: none;
}
#scrolldMain {
	padding: 12% 0 0 0;
}
.navbar .brand {
	font-size: 16px;
	margin: 0 0 0 -15px;
	padding: 10px 5px;
}
.navBtnText {
	font-size: 12px;
}
li {
	line-height: 35px;
}
.darkCode {
	font-size: 10px!important;
}
.divSpan {
	font-size: 10px!important;
}
}
 @media (max-width: 415px) {
#scrolldMain {
	padding: 12% 0 0 0;
}
.navbar .brand {
	font-size: 13px;
	margin: 0 0 0 -15px;
	padding: 10px 5px;
}
li {
	line-height: 32px;
}
.navBtnText {
	font-size: 8px;
}
}
#Loading #Text {
	color: White;
	font-family: "Segoe UI";
	font-size: 3em;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#Loading #circleContainer {
	position: relative;
	width: 100%;
	height: 100%;
	overflow:hidden;
	height: 30px;
}
#Loading #circleContainer .circle {
	position: absolute;
	top: 0;
	padding:5px;
	line-height: 5px;
	border: 1px solid #FF0070;
	border-radius: 10px;
	margin-left: -5px;
	left: 0;
}
/* DEMO PAGE CSS */ 

#fullSectionWrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#fullSectionWrap1 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	/*background:url(../images/bg.jpg) no-repeat fixed center center rgba(0, 0, 0, 0);*/
	overflow:hidden;
}
#fullSectionWrap2 {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	/*background:url(../images/bg2.jpg) no-repeat fixed center center rgba(0, 0, 0, 0);*/
	overflow:hidden;
	min-height:800px;
}
.fullSection {
	overflow: hidden;
	height: 100%;
	padding-top: 8%;
	margin-top: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fullSection1{
	overflow: hidden;
	height: 100%;
	padding-top: 18%;
	margin-top: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	position:relative;
}
.fullSection h2 {
	font-weight: 100;
	font-size: 45px;
	font-family: "Helvetica Neue", 'Quicksand', sans-serif;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	margin-top:20px;
}
.demoImg {
	margin: auto;
	width: 140px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.demozuji {
	margin: auto;
	width: 50px;
	height:50px;
	box-shadow: 0 1px 3px rgba(130,187,59,0.5);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.flatYellow {
	/*background: #ECF343;*/
	background:#95a5a6;
	
}
.flatYellowDark {
	background: #E9C603;
}
.flatRed {
	/*background: #DD4E3C;*/
	background:#eee;
}
.flatRedDark {
	background: #C13D2F;
}
.flatGreen {
	/*background: #12F39C;*/
	background:#27ae60;
}
.flatGreenDark {
	background: #48AA77;
}
.flatDark {
	background: #4B5763;
}
.flatDarker {
	background: #3B434B;
}
.flatBlue {
	background: #8ACDFF;
}
.flatBlueDark {
	background: #4F6FA0;
}
.flatOrangeDark {
	background: #b3b8bb;
}
.flatOrange {
	background: #f1c40f;
}
.demoBtn {
	display: inline-block;
	float: left;
	margin-right: 2.5%;
	width: 15%;
	padding: 0.5% 0;
	text-align: center;
}
#demoUl li a {
	font-size:12px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.demoBtn:hover {
	display: inline-block;
	float: left;
	margin-right: 2.5%;
	width: 15%;
	padding: 0.5% 0;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #eee;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background: #289330;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
}
.demoBtn:active {
	display: inline-block;
	float: left;
	margin-right: 2.5%;
	width: 18%;
	padding: 0.5% 0;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #aaa;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background: rgba(48, 54, 61,0.5);
}
#demoUl li:nth-child(5) a {
	display: inline-block;
	float: left;
	margin-right: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoUl {
	height: auto;
	width: 50%;
	margin: auto;
	float:left;
}
.textContent {
	width: 70%;
	margin: 2% auto;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	margin-top:150px;
	z-index:2;
}
.textContent2 {
	width: 70%;
	margin: 2% auto;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-align:center;
}
.textContent p {
	line-height:30px;
}
.textContent1 {
	width: 90%;
	margin:0 auto;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	overflow:hidden;
	/*background:url(../images/boke.png) repeat-y scroll center center rgba(0, 0, 0, 0);*/
	height:auto;
	pheight:800px;
}
#nextDemo {
	width: 40%;
	padding: 2% 3%;
	background: #ECF343;
	text-align: center;
	margin: 1% auto;
	display: block;
	border-radius: 5px;
	color: #f29d1d;
	box-shadow: 0 4px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#nextDemo h2 {
	font-weight: 400;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#nextDemo:hover {
	width: 40%;
	padding: 2% 3%;
	background: #ECF343;
	text-align: center;
	margin: 1% auto;
	display: block;
	color: #ffae00;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#nextDemo:active {
	width: 40%;
	padding: 2% 3%;
	background: #EDD743;
	text-align: center;
	margin: 1% auto;
	display: block;
	color: #e8910d;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2), inset 0 2px 0 rgba(208, 130, 12,0.85);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#prevDemo {
	width: 40%;
	padding: 2% 3%;
	background: #ECF343;
	text-align: center;
	margin: 1% auto;
	display: block;
	border-radius: 5px;
	color: #f29d1d;
	box-shadow: 0 4px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#prevDemo h2 {
	font-weight: 400;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#prevDemo:hover {
	width: 40%;
	padding: 2% 3%;
	background: #ECF343;
	text-align: center;
	margin: 1% auto;
	display: block;
	color: #ffae00;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#prevDemo:active {
	width: 40%;
	padding: 2% 3%;
	background: #EDD743;
	text-align: center;
	margin: 1% auto;
	display: block;
	color: #e8910d;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2), inset 0 2px 0 rgba(0,0,0,0.15);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTop {
	background:#ffffff;
	position:fixed;
	text-align:center;
	height: 40px;
	width: 40px;
	line-height: 30px;
	color: #333333;
	border-radius:80px;
	left: 95.5%;
	top: 91%;
	display: block;
	z-index: 99999;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTopNext {
	position:fixed;
	background: #3B434B;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
	text-align:center;
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #758292;
	border-radius:60px;
	left: 95.5%;
	top: 1%;
	display: block;
	z-index: 99999;
	font-family: Arial;
	font-weight: 500;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTopHome {
	position:fixed;
	background: #3B434B;
	box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
	text-align:center;
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #758292;
	border-radius:60px;
	left: 1.75%;
	top: 1%;
	display: block;
	z-index: 99999;
	font-family: Arial;
	font-weight: 500;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.demoImgWrap {
	margin: auto;
	width: 140px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	z-index:2;
}
.demoImgWrap1 {
	margin: auto;
	width: 140px;
	position: absolute;
	left:0;
	right:0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	z-index:2;
}
 @media (max-width: 979px) {
.demoBtn {
	font-size: 11px;
	line-height: 25px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#fixedNavBar {
	padding: 1% 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTopNext {
	left: 92%;
	top: 2%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTopHome {
	left: 5.5%;
	top: 2%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTop {
	left: 89%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fullSection {
	padding-top: 10%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fullSection p {
	font-size: 10px;
	text-align: justify !important;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.lead {
	font-size: 13px !important;
	text-align: justify !important;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fullSection h2 {
	font-size: 35px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.demoImg {
	width: 70px;
	height: 70px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.demoImgWrap {
	width: 70px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
}
 @media (max-width: 700px) {
.demoBtn {
	font-size: 11px;
	line-height: 25px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#fixedNavBar {
	padding: 1% 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTopNext {
	left: 92%;
	top: 1%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTopHome {
	left: 5.5%;
	top: 1%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTop {
	left: 89%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fullSection {
	padding-top: 10%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fullSection p {
	font-size: 10px;
	text-align: justify !important;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.lead {
	font-size: 13px !important;
	text-align: justify !important;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fullSection h2 {
	font-size: 35px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.demoImg {
	width: 70px;
	height: 70px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.demoImgWrap {
	width: 70px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
}
 @media (max-width: 700px) {
.demoBtn {
	font-size: 11px;
	line-height: 25px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#fixedNavBar {
	padding: 1% 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTopNext {
	left: 92%;
	top: 1%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTopHome {
	left: 3%;
	top: 1%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTop {
	left: 89%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fullSection {
	padding-top: 10%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fullSection p {
	font-size: 10px;
	text-align: justify !important;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.lead {
	font-size: 13px !important;
	text-align: justify !important;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fullSection h2 {
	font-size: 35px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.demoImg {
	width: 70px;
	height: 70px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.demoImgWrap {
	width: 70px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
}
 @media (max-width: 475px) {
.demoBtn {
	font-size: 9px;
	line-height: 20px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#fixedNavBar {
	padding: 2% 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTopNext {
	left: 91%;
	top: 1.5%;
	height: 25px;
	width: 25px;
	line-height: 25px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTopHome {
	left: 3%;
	top: 1.5%;
	height: 25px;
	width: 25px;
	line-height: 25px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#demoTop {
	left: 89%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fullSection {
	padding-top: 15%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fullSection p {
	font-size: 10px;
	text-align: justify !important;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.lead {
	font-size: 13px !important;
	text-align: justify !important;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fullSection h2 {
	font-size: 35px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.demoImg {
	width: 70px;
	height: 70px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.demoImgWrap {
	width: 70px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.smallp {
	display: none;
}
#nextDemo {
	width: 60%;
	padding: 1% 2%;
	background: #ECF343;
	text-align: center;
	margin: 1% auto;
	display: block;
	border-radius: 5px;
	color: #f29d1d;
	box-shadow: 0 4px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#nextDemo h2 {
	font-weight: 400;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#nextDemo:hover {
	width: 60%;
	padding: 1% 2%;
	background: #ECF343;
	margin: 1% auto;
	color: #ffae00;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#nextDemo:active {
	width: 60%;
	padding: 1% 2%;
	background: #EDD743;
	margin: 1% auto;
	color: #e8910d;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2), inset 0 2px 0 rgba(208, 130, 12,0.85);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#prevDemo {
	width: 60%;
	padding: 1% 2%;
	background: #ECF343;
	text-align: center;
	margin: 1% auto;
	display: block;
	border-radius: 5px;
	color: #f29d1d;
	box-shadow: 0 4px 0 rgba(0,0,0,0.2);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#prevDemo h2 {
	font-weight: 400;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#prevDemo:hover {
	width: 60%;
	padding: 1% 2%;
	background: #ECF343;
	margin: 1% auto;
	color: #ffae00;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#prevDemo:active {
	width: 60%;
	padding: 1% 2%;
h: 60%;
	padding: 1% 2%;
	background: #EDD743;
	margin: 1% auto;
	color: #e8910d;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2), inset 0 2px 0 rgba(0,0,0,0.15);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
}
#fadeBlack {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
	left: 0px;
	top: 0px;
	z-index: 99999;
}
.item-tooltip {
	vertical-align: top;
	display: inline-block;
	width: 250px;
	min-height: 270px;
	border-radius: 3px;
	border: 1px solid #c6c6ce;
	margin: 0 4em 4em 0;
	text-align: center;
}
.item {
	display: block;
	min-height: 100px;
	text-align: left;
}
.image-item {
	height: 70px;
	padding: 30px 0;
	vertical-align: middle;
	text-align: center;
}
.item-information {
	vertical-align: top;
	text-align: left;
}
.information-content {
	display: block;
	margin: .2em 0;
	padding: 8px 10px;
	color: #596165;
}
.title, .top-title {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	font-family: Arvo;
	display: block;
	padding: 8px 10px;
	width: 230px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebee), to(#e2e4e6));
	background-image: -webkit-linear-gradient(top, #ebebee, #e2e4e6);
	background-image:    -moz-linear-gradient(top, #ebebee, #e2e4e6);
	background-image:     -ms-linear-gradient(top, #ebebee, #e2e4e6);
	background-image:      -o-linear-gradient(top, #ebebee, #e2e4e6);
	background-image:         linear-gradient(to bottom, #ebebee, #e2e4e6);
	box-shadow: inset rgba(255, 254, 255, .5) 0 0.1em 7px, rgba(0,0,0,0.1) 0px 1px 2px;
	border-top: 1px solid #d5d5de;
	border-bottom: 1px solid #d5d5de;
}
.top-title {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebee), to(#e2e4e6));
}
bg