@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);

body {
	background-color:#eae9e9;
	color:#010101;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin:0px;
	overflow-x:hidden;
	padding:0px;
}
.row {
    margin-left:-15px !important;
    margin-right:-15px !important;
    width:auto !important;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
	min-height: 1px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-15 {
	width:100%;
}

/*-------------------------FONT STYLING START----------------------*/

a {
	color:#2a96b8;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color:#1b7f9e;
	cursor:pointer;
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	color:#010101;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin:0px;
	padding:0px;
}
ul, ol {
	margin:0px;
	padding-left:15px;
}
h1, h1 a, .title1, .title1 a {
	color:#2a96b8;
	font-family: 'PT Sans', sans-serif;
	font-size: 36px;
	font-weight:700;
	line-height:40px;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color:#050709;
	font-family: 'PT Sans', sans-serif;
	font-size:30px;
	font-weight:700;
	line-height:34px;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color:#050709;
	font-family: 'PT Sans', sans-serif;
	font-size:24px;
	font-weight:700;
	line-height:28px;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color:#2a96b8;
	font-family: 'PT Sans', sans-serif;
	font-size:24px;
	font-weight:700;
	line-height:28px;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color:#2a96b8;
	font-family: 'PT Sans', sans-serif;
	font-size:22px;
	font-weight:700;
	line-height:26px;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color:#050709;
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	font-weight:700;
	line-height:22px;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

/*-------------------------FONT STYLING END------------------------*/


/*-------------------------LE FORM STYLE START---------------------*/

.le_form, .le_form label {
	color:#333333;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin:0px;
}
.le_form_name {
	color:#333333;
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:400;
	margin:0px 0px 10px 0px;
}
.container input[type="submit"] {
	background-color:#2f97b9;
	border:0px;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:700;
	letter-spacing:1px;
	line-height:18px;
	margin:0;
	padding:8px 30px;
	text-transform:uppercase;
	width:100%;
}
.container input[type="submit"]:hover {
	background-color:#1c7693;
	color:#ffffff;
	cursor:pointer;
}
.container input[type="text"], .container input[type="password"], .container textarea, #search_form_value {
	background-color:#b4b3b4 !important;
	border:0px solid #9a9a9a !important;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:10px 10px;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.container input[type="text"]::-webkit-input-placeholder, .container input[type="password"]::-webkit-input-placeholder, .container textarea::-webkit-input-placeholder, #search_form_value::-webkit-input-placeholder {
	color:#ffffff !important;
}
.container input[type="text"]::-moz-placeholder, .container input[type="password"]::-moz-placeholder, .container textarea::-moz-placeholder, #search_form_value::-moz-placeholder {
	color:#ffffff !important;
}
.container input[type="text"]:-ms-input-placeholder, .container input[type="password"]:-ms-input-placeholder, .container textarea:-ms-input-placeholder, #search_form_value:-ms-input-placeholder {
	color:#ffffff !important;
}
.container input[type="text"]:-moz-placeholder, .container input[type="password"]:-moz-placeholder, .container textarea:-moz-placeholder, #search_form_value:-moz-placeholder {
	color:#ffffff !important;
}
.form-control {
	height:inherit !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.form-group {
	margin-bottom:10px !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.form-header p {
    color:#000000;
    font-size:16px;
}

/*-------------------------LE FORM STYLE END-----------------------*/


/*-------------------------SITE CLASSES START----------------------*/

.nopadding {
	padding:0px;
}
.img-responsive img {
	display:block;
	height:auto;
	max-width:100%;
}
.panel {
	border:0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
blockquote {
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
	width:100% !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
hr {
	border-bottom:0px solid #c4c8c1;
	border-left:0px solid #c4c8c1;
	border-right:0px solid #c4c8c1;
	border-top:1px solid #c4c8c1;
}
.se_button a, a.se_button {
	background-color:#d97738;
	border:solid 0px transparent;
	color:#ffffff;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-style:inherit;
	font-weight:normal;
	margin:0px 0px 4px;
	padding:7px 30px 6px;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.se_button a:hover, a.se_button:hover {
	background-color:#b35214;
	color:#ffffff;
}
.se_button a:active, a.se_button:active {

}
.button2 a, a.button2 {
	background-color:#e51937;
	border:solid 0px transparent;
	color:#ffffff;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-style:inherit;
	font-weight:700;
	margin:0px 0px 4px;
	padding:8px 15px 6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,.3);
}
.button2 a:hover, a.button2:hover {
	background-color:#4f4f4f;
	color:#ffffff;
}
.button2 a:active, a.button2:active {

}
.relative {
	position: relative;
}
.responsive img, img.responsive {
	height:auto;
	width:100% !important;
}
.full img {
	height:auto;
	width:100%;
}
.responsive iframe, .responsive object, .responsive embed {
	width: 100%;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.blog_post_listing_title, .feature_blog_text {
	max-width:95%;
}
.blog_post_listing_sidebar {
	max-width:90%;
}
.blog_post_listing_element .feature_blog_image {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}
.blog_post_listing .blog_post_listing_title_section h1.blog_post_listing_title a, .blog_post .blog_post_title_section h1.blog_post_title {
    font-size:34px;
}
.home-page-video .video-js .vjs-default-skin .vjs-loading-spinner {
	display:none !important;
}
.bx-wrapper {
	margin:0 auto 0px !important;
}
.bx-wrapper .bx-viewport {
	height:auto !important;
}
.bx-wrapper .bx-viewport ul {
	margin:0px !important;
	padding:0px !important;
}
.bx-viewport .htmlSlide {
	margin:0px !important;
	padding:0px !important;
}
.mainSlider .bx-wrapper .bx-pager.bx-default-pager a {
	background:#ffffff !important;
}
.mainSlider .bx-wrapper .bx-pager.bx-default-pager a:hover, .mainSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#000000 !important;
}
.homePageSlider img {
	height:auto;
	width:100%;
}
.overSlider {
	left:0px;
	margin:auto;
	position:absolute;
	right:0px;
	top:10px;
	width:300px;
	z-index:2;
}
.overSlider h1 {
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	line-height:24px;
	text-shadow:2px 2px 3px rgba(0,0,0,.6);
}
.whiteContent, .whiteContent p, .whiteContent a, .whiteContent h1, .whiteContent h2, .whiteContent h3, .whiteContent h4, .whiteContent h5, .whiteContent h6 {
	color:#ffffff;
}
.whiteButton a {
	background-color:#ffffff;
	color:#2d97b9;
	display:inline-block;
	font-size:14px;
	font-weight:700;
	padding:7px 24px;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.whiteButton a:hover {
	background-color:#eae9e9;
	color:#2d97b9;
}
.shadowBorder {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}

/*-------------------------SITE CLASSES END------------------------*/

.wrapper {
	background-color: #ffffff;
}

/*-------------------------HEADER START----------------------------*/

.logo {
	padding:px;
	text-align:center;
}
.logo img {
	height: auto;
	max-width: 100%;
}
.rightHeader {
	text-align:center;
}
.sliderWide {
	background-color:#ffffff;
	padding:0px;
	width:100%;
}

/*-------------------------HEADER END------------------------------*/


/*-------------------------MAIN MENU START-------------------------*/

.menuWide {
	background-color:rgba(255,255,255,0);
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
}
.navigation {
	text-align:left;
}
.navicon {
	display:block;
	height:25px;
	position:relative;
	text-align:left;
	top:0px;
	width:100%;
	z-index:10;
}
.navicon p {
	background-color:#2f97b9;
	color:#ffffff;
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	font-weight:700;
	padding:15px 10px 15px 45px;
	position:relative;
	right:0px;
	width:100%;
}
.navicon p:hover {
	background-color:#2f97b9;
	color:#ffffff;
}
.navicon:after {
	color:#ffffff;
	content: '\2630';
	font-family: 'PT Sans', sans-serif;
	font-size:30px;
	left:10px;
	position:absolute;
	text-align:center;
	top:14px;
}
.navicon:hover:after {
	color:#eae9e9;
}
.navicon:hover {
	cursor:pointer;
}
.menu {
	background-color:#2f97b9;
	display:none;
	position:relative;
	text-align:left;
	width:100%;
	z-index:10;
}
.menu ul.le_menu_level_0 {
	margin:0px;
	padding:0px;
}
.menu li {
	list-style-type: none;
	text-decoration: none;
}
.menu .le_menu_level_container {
	position: relative;
}
.menu li.le_menuitem_level_0 {
	
}
.menu li.le_menuitem_level_0 a {
	border-bottom:solid 1px #b0b0b0;
	color:#ffffff;
	display:block;
	font-family: 'PT Sans', sans-serif;
	font-size:15px;
	font-weight:700;
	padding:10px 20px;
	text-decoration:none;
}
.menu li.le_menuitem_level_0 a:hover {
	color:#ffffff;
	cursor:pointer;
}
.menu li.le_menuitem_level_0 a:active {
	color: #ffffff;
}
/*--------1ST LEVEL SUBMENU-------*/
.menu ul.le_menu_level_1 {
	background-color:#2f97b9;
	display:block;
	margin:0;
	padding:0px 0px 0px;
}
.menu li.le_menuitem_level_1 a {
	background-color:#2f97b9;
	background-image:none;
	color:#ffffff;
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-size:13px;
	font-weight:700;
	margin:0px;
	padding:6px 40px;
	text-decoration: none;
}
.menu li.le_menuitem_level_1 a:hover {
	color: #eae9e9;
}
/*--------2ND LEVEL SUBMENU-------*/
.menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.menu li.le_menuitem_level_2 a {
	padding: 5px 0 5px 30px;
}
.dropdown ul {
	display: none;
}

/*-------------------------MAIN MENU END---------------------------*/


/*-------------------------MAIN START------------------------------*/

.section1wide {
	background-color:#eae9e9;
	width:100%;
}
.section1 {
	padding:10px 10px;
}
.section2wide {
	background-color:#2f97b9;
	width:100%;
}
.section2 {
	padding:0px 0px;
}
.section3wide {
	background-color:#eae9e9;
	width:100%;
}
.section3 {
	padding:0px 0px;
}
.section4wide {
	background-color:#2d97b9;
	border-top:solid 10px #277690;
	width:100%;
}
.section4 {
	color:#ffffff;
	padding:10px 10px;
}
.section4 p, .section4 h1, .section4 h2, .section4 h3, .section4 h4, .section4 h5, .section4 h6 {
	color:#ffffff;
}
.section5wide {
	background-color:#eae9e9;
	width:100%;
}
.section5 {
	padding:10px 10px;
}
.section6wide {
	background-color:#2d97b9;
	width:100%;
}
.section6 {
	padding:10px 10px;
}
.section6 p, .section6 a {
	color:#ffffff;
	text-decoration:none;
}
.section6 a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.section7wide {
	background-color:#eae9e9;
	width:100%;
}
.section7 {
	padding:10px 10px;
}
.section7 p {
	font-size:12px;
}

/*-------------------------MAIN END--------------------------------*/


/*-------------------------FOOTER START----------------------------*/

.footerWide {
	color:#ffffff;
	width:100%;
	background: #ad5d3f;
	background: -moz-linear-gradient(left,  #ad5d3f 0%, #f2a441 100%);
	background: -webkit-linear-gradient(left,  #ad5d3f 0%,#f2a441 100%);
	background: linear-gradient(to right,  #ad5d3f 0%,#f2a441 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad5d3f', endColorstr='#f2a441',GradientType=1 );
	-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.75);
}
.footer {
	font-size:13px;
	padding:10px 10px;
}
.footer p, .footer a, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color:#;
}
.footer p, .footer a {
	font-size:13px;
}
.footer a {
	color:#ffffff;
	text-decoration:underline;
}
.footer a:hover {
	color:#005273;
	text-decoration:none;
}
.footer-left {
	text-align:center;
}
.right-footer {
	text-align:center;
}
.FooterMenu {
	left:-10px;
	padding-bottom:20px;
	position:relative;
	text-align:center;
}
.FooterMenu ul {
	margin: 0;
	padding: 0;
}
.FooterMenu ul.le_menu_level_0 {
	margin: 0;
	padding: 0;
}
.FooterMenu li {
	list-style: none;
}
.FooterMenu li.le_menuitem_level_0 {
	display: inline-block;
	margin-left:0px;
}
.FooterMenu li.le_menuitem_level_0 a {
	border-right:solid 1px #7c7c7c;
	color:#7c7c7c;
	display: block;
	font-family: 'PT Sans', sans-serif;
	font-size: 11px;
	font-weight:normal;
	padding:0px 5px;
	text-decoration: none;
}
.FooterMenu li.le_menuitem_level_0:last-of-type a {
	border-right:solid 0px #7c7c7c;
}
.FooterMenu li.le_menuitem_level_0 a:hover {
	color: #2a96b9;
}
.FooterMenu li.le_menuitem_level_0 a:active {
	color: #2a96b9;
}

/*-------------------------FOOTER END------------------------------*/


/*-------------------------MEDIA QUERIES START---------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	body {
		
	}
	.wrapper {
		background-color:#ffffff;
	}
	.col-sm-15 {
		width: 20%;
		float: left;
    }
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom:-38px !important;
	}
	.overSlider {
		top:25%;
		width:700px;
	}
	.overSlider h1 {
		font-size:30px;
		line-height:34px;
	}
	.middleBorders {
		border-left:solid 2px #fffffff;
		border-right:solid 2px #fffffff;
	}
	.borderRight {
		border-right:solid 2px #ffffff;
	}
	.logo {
		padding:px;
		text-align:left;
	}
	.rightHeader {
		text-align:right;
	}
	.menuWide {
		position:relative;
	}
	.navigation {
		height:px;
		margin-top:0 0 15px;
		position:relative;
		text-align: left;
		width:100%;
	}
	.navicon {
		display: none;
	}
	.menu {
		background-color:rgba(0,82,115,0);
		background-image:none;
		display: block;
		padding:0px 0px;
		text-align:center;
		width:100%;
	}
	.menu ul {
		margin: 0;
		padding: 0;
	}
	.menu ul.le_menu_level_0 {
		margin: 0;
		padding: 0;
	}
	.menu li {
		list-style: none;
	}
	.menu li.le_menuitem_level_0 {
		display: inline-block;
		margin-left:0px;
	}
	.menu li.le_menuitem_level_0 a {
		border-bottom:solid 0px #b0b0b0;
		color: #ffffff;
		display:block;
		font-family: 'PT Sans', sans-serif;
		font-size:14px;
		font-weight:700;
		line-height:16px;
		margin:0px;
		padding:5px 6px;
		text-align:center;
		text-decoration: none;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	.menu li.le_menuitem_level_0 a:hover, .menu li.le_menuitem_level_0 a:active {
		color:#eae9e9;
	}
	.menu li.le_menuitem_level_0 a.le_current_link {
		color:#eae9e9;
		font-weight:700;
	}
	.menu ul.le_menu_level_1 {
		background-color:#2f97b9;
		background-image:none;
		display: none;
		margin: 0;
		padding: 0px 0px 0px 0px;
		position: absolute;
		text-align: left;
		z-index: 100;
	}
	.menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
		display: block;
	}
	.menu li.le_menuitem_level_1 a {
		background-color:#2f97b9;
		background-image:none;
		color: #ffffff;
		display:block;
		font-family: 'PT Sans', sans-serif;
		font-size: 14px;
		font-weight:700;
		margin:0px 0px;
		min-width:160px;
		padding: 8px 10px !important;
		text-align:left;
		text-decoration: none;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	.menu li.le_menuitem_level_1 a:hover, .menu li.le_menuitem_level_1 a:active {
		background-color:#1b7998;
		background-image:none;
		color: #ffffff;
	}
	.menu .le_menu_level_2_container {
		float: right;
		margin-top: -35px;
		padding: 0;
	}
	.menu ul.le_menu_level_2 {
		background-color: #2f97b9;
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		text-align: left;
		z-index: 100;
	}
	.menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
		display: block;
	}
	.menu li.le_menuitem_level_2 a {
		background-color: #2f97b9;
		color:#ffffff;
	}
	.menu li.le_menuitem_level_2 a:hover {
		background-color: #2f97b9;
		color:#ffffff;
	}
	.dropdown ul {
		display: block;
	}
	.section1 {
		padding:5px 0px;
	}
	.section2 {
		padding:5px 0px;
	}
	.section4 {
		padding:20px 0px;
	}
	.section5 {
		padding:40px 0px;
	}
	.section6 {
		padding:10px 0px;
	}
	.section7 {
		padding:20px 0px 30px;
	}
	.footer {
		font-size:14px;
	}
	.footer p, .footer a {
		font-size:14px;
	}
	.footer-left {
		text-align:left;
	}
	.right-footer {
		text-align:right;
	}
	.FooterMenu {
		padding-bottom:0px;
		text-align:left;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	body {
		
	}
	h1, h1 a, .title1, .title1 a {
		font-size:60px;
		line-height:64px;
	}
	h2, h2 a, .title2, .title2 a {
		font-size:48px;
		line-height:52px;
	}
	h3, h3 a, .title3, .title3 a {
		font-size:40px;
		line-height:44px;
	}
	h4, h4 a, .title4, .title4 a {
		font-size:26px;
		line-height:30px;
	}
	h5, h5 a, .title5, .title5 a {
		font-size:22px;
		line-height:26px;
	}
	h6, h6 a, .title6, .title6 a {
		font-size:18px;
		line-height:22px;
	}
	.wrapper {
		background-color:#ffffff;
	}
	.col-md-15 {
		width: 20%;
		float: left;
    }
	.overSlider {
		top:30%;
		width:940px;
	}
	.overSlider h1 {
		font-size:44px;
		line-height:48px;
	}
	.navigation {
		width:100%;
	}
	.menu li.le_menuitem_level_0 a {
		font-size:18px;
		margin:0px 0px;
		padding:10px 25px;
	}
	.menu li.le_menuitem_level_1 a {
		font-size:14px;
		padding:8px 10px;
	}
	.footer {
		padding:20px 0px;
	}
	.FooterMenu li.le_menuitem_level_0 a {
		border-right:solid 2px #7c7c7c;
		font-size: 14px;
		font-weight:normal;
		padding:0px 12px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	body {
		
	}
	.wrapper {
		
	}
	.col-lg-15 {
		width: 20%;
		float: left;
    }
	.overSlider {
		top:30%;
		width:1140px;
	}
	.navigation {
		width:100%;
	}
	.menu li.le_menuitem_level_0 a {
		font-size:18px;
		padding:10px 30px;
	}
	.menu li.le_menuitem_level_1 a {
		font-size:14px;
		padding:8px 10px;
	}
	.menu li.le_menuitem_level_1 a:hover {
		background-color:rgba();
	}
}

/*-------------------------MEDIA QUERIES END-----------------------*/


/*-------------------------RESETS START----------------------------*/

.anythingSlider-default {
	height:340px !important;
	margin-bottom: 0px !important;
	padding: 0 !important;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 0 !important;
}
body.le-logged-in {
	margin:0px;
}

/*-------------------------RESETS END------------------------------*/


/*---------------Hiding Style Editor (for use with Regions) START-----------*/

.aurora_sidebar_menu_item aurora_panel-group-divider {
	display: none !important;
}
.style-settings-label {
	display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options {
	display: none !important;
}
.aurora_preset-wrapper {
	display: none !important;
}
.aurora_side_bar_label {
	display: none !important;
}
.aurora_side_bar_label:first-of-type {
	display: block !important;
}

/*-----------Hiding Style Editor (for use with Regions) END-------*/


/*-------------------------CLEAR START-----------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*-------------------------CLEAR END-------------------------------*/