/*Owl Carousel Bootstrap Custom CSS
Header Navigation*/
#top-nav
{
	border-bottom: 1px solid #E1E6DD;
	background: #FFF;
	-webkit-transform: translateZ(0);
}
#top-nav.navbar
{
	margin-bottom: 0px;
}
#top-nav.navbar .nav
{
	margin: 8px 0px;
}
#top-nav.navbar .nav > LI > A
{
	padding: 6px 12px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
	-o-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}
#top-nav.navbar .nav > LI > A.download
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#top-nav.navbar .nav > LI > A.download-on
{
	background-color: #FF8A3C;
	color: #FFFFFF;
}
#top-nav.navbar .nav > LI > A.download-on:hover
{
	color: #FFFFFF;
	background-color: #FF7920;
}
.btn-navbar SPAN.icon-bar
{
	margin-top: 0px;
}
/*Header*/
#header H1
{
	color: #7FC242;
	margin-bottom: 10px;
	margin-top: 40px;
}
#header H3
{
	margin-bottom: 30px;
	width: 400px;
}
#header .btn-success
{
	padding: 15px 30px;
	margin-bottom: 5px;
}
#header .logo
{
	display: block;
	margin-top: 60px;
	float: right;
}
IMG.arrow-down
{
	margin: 0 auto;
	display: block;
}
PRE.pre-show
{
	margin: 40px 0px;
}
.tab-content PRE.pre-show
{
	margin: 0px;
}
.nav-tabs
{
	margin-top: 20px;
	margin-bottom: 0px;
}
.tab-content
{
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
}
/*Content*/
.table TH, .table TD
{
	padding: 8px 12px;
}
/*Footer*/
.twitter-share-button
{
	top: 4px;
	position: relative;
}
/*Demo Slides*/
#owl-example .item
{
	padding: 30px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#owl-example .item IMG
{
	width: auto;
	margin: 0 auto;
	display: block;
}
#owl-example .item H3
{
	font-size: 28px;
	font-weight: 300;
	margin: 25px 0 0;
}
#owl-example .item H4
{
	margin: 5px 0 0;
	font-size: 18px;
}
.item H1
{
	margin: inherit;
}
.orange
{
	background: #FF8A3C;
}
.darkCyan
{
	background: #42BDC2;
}
.forestGreen
{
	background: #7FC242;
}
.yellow
{
	background: #FFD800;
}
.dodgerBlue
{
	background: #388BD1;
}
.skyBlue
{
	background: #A1DEF8;
}
.zombieGreen
{
	background: #3FBF79;
}
.violet
{
	background: #DB6AC5;
}
.yellowLight
{
	background: #FEE664;
}
.steelGray
{
	background: #CAD3D0;
}
/*More Demo Box*/
#example-info H1, #more H1
{
	margin-top: 40px;
}
.demos-row
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.demo-page
{
	margin-top: 0px;
	margin-bottom: 100px;
}
.demo-box
{
	display: block;
	background: #F3F3F3;
	text-align: center;
	font-size: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.demo-box H3
{
	padding-bottom: 20px;
	margin: 0px;
	color: #869690;
}
.demo-box:hover
{
	text-decoration: none;
}
.demo-wrapper
{
	padding: 30px 0px 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.demo-slide
{
	float: left;
}
.demo-slide .bg
{
	background: #AEBAB6;
	margin-right: 1px;
	height: 100%;
}
.demo-box:hover .demo-slide .bg
{
	background: #7FC242;
}
/*Images*/
.demo-images .demo-slide
{
	height: 40px;
	width: 33.3333333%;
}
/*Full*/
.demo-full
{
	padding-left: 0px;
	padding-right: 0px;
}
.demo-full .demo-slide
{
	height: 40px;
	width: 25%;
}
/*Custom*/
.demo-custom .demo-slide
{
	height: 40px;
	width: 10%;
}
/*One*/
.demo-one .demo-slide
{
	height: 40px;
	width: 100%;
}
/*json*/
.demo-Json .demo-slide
{
	height: 40px;
	width: 20%;
}
.demo-Json-custom .demo-slide
{
	height: 40px;
	width: 33.3333333%;
}
/*loading icon*/
.demo-lazy .demo-slide
{
	height: 40px;
	width: 33.3333333%;
}
.demo-lazy .demo-slide .bg
{
	background: #AEBAB6 url('../img/AjaxLoader.gif') no-repeat center center;
}
/*Auto Height*/
.demo-height .demo-slide
{
	height: 40px;
	width: 100%;
}
/*Changelog*/
#changelog
{
	margin-bottom: 40px;
}
#changelog .label
{
	margin-bottom: 10px;
}
#changelog .log
{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E1E6DD;
}
/*Faq*/
#faq DT
{
	line-height: 26px;
}
#faq DD
{
	line-height: 22px;
	margin-bottom: 20px;
}
/*Responsive Stuff*/
@media (max-width: 979px)
{
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner
	{
		padding: 0px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom
	{
		position: fixed;
	}
}
@media (max-width: 768px)
{
	.navbar.navbar-fixed-top
	{
		position: static;
	}
	.btn.btn-navbar
	{
		margin: 9px 20px 9px 8px;
		padding: 10px;
	}
	.nav-collapse .nav > LI
	{
		border-top: 1px solid #E1E6DD;
		text-align: center;
	}
	#header .logo
	{
		margin-top: 40px;
		margin: 20px auto 0px;
		float: none;
		height: 150px;
	}
	#header H1
	{
		margin: 10px 0;
	}
	#header H3
	{
		margin-bottom: 10px;
		width: auto;
		padding: 0px 20px;
	}
	H3
	{
		font-size: 20px;
	}
	H4
	{
		font-size: 16px;
	}
	H5
	{
		font-size: 13px;
	}
	H6
	{
		font-size: 12px;
	}
}
@media (max-width: 480px)
{
	.navbar-fixed-top, .navbar-fixed-bottom
	{
		position: static;
	}
	#header .logo
	{
		margin-top: 0px;
	}
}
/*
NO MORE TABLES!! ;)
*/
@media (max-width: 767px)
{
	.hp-table TABLE, .hp-table THEAD, .hp-table .hp-table TBODY, .hp-table TH, .hp-table TD, .hp-table TR
	{
		display: block;
	}
	.hp-table THEAD TR
	{
		display: none;
	}
	.hp-table TR
	{
		border: 0px solid #CCC;
		margin-bottom: 10px;
	}
	.hp-table TD:before
	{
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	.hp-table TD:nth-of-type(2):before
	{
		content: "Default:";
		font-weight: bold;
	}
	.hp-table TD:nth-of-type(3):before
	{
		content: "Type:";
		font-weight: bold;
	}
	.hp-table TD:nth-of-type(4):before
	{
		content: "Description:";
		font-weight: bold;
	}
}
