* {
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #696969;
	overflow-x: hidden;
	text-align: center;
}
a {
	text-decoration: none;
	transition-style: linear;
	transition-duration: 0.2s;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
section {
	padding: 30px 0px;
	width: 100%;
	float: left;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: 'Raleway', sans-serif;
}
ul, li {
	list-style: none;
}
img {
	max-width: 100%;
}
img.shadow {
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -357px;
}
.single {
}
.aspl-padding-top-10 .single {
}
.cl {
	clear: both;
}
.align-center {
	width: 100%;
	text-align: center;
}

/*
	form elements
*/

form label {
	float: left;
	width: 150px;
	font-weight: normal;
	cursor: pointer;
}
form label:hover {
	color: #333;
}
form p {
	width: 100%;
	display: inline-block;
}
input[type=text],
input[type=email],
input[type=file],
input[type=password],
select, textarea {
	min-width: 200px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	line-height: 250%;
	padding: 0px 10px;
	height: 34px;
	border-radius: 3px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition-style: linear;
	transition-duration: 0.2s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=file]:focus
input[type=password]:focus,
select:focus, textarea:focus {
	background-color: #f2f2f2;
	outline: none;
}
select {
	padding: 8px 0px;
}
textarea {
	line-height: 150%;
	padding: 10px;
}
input[type=submit], input[type=file], input[type=button], button[type=submit], button {
	transition-style: linear;
	transition-duration: 0.2s;
	height: 34px;
	padding: 0px 10px;
}

.aspl-relative {
	position: relative;
	display: inline-block;
	width: 100%;
}
.jspVerticalBar {
	width: 5px;
}
.aspl-wrapper {
	width: 100%;
	position: relative;
	display: inline-block;
}
.aspl-header-sticked {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10001;
	background-color: rgba(255,255,255,1) !important;
}
.rivaslider-wrapper {
	overflow: hidden;
	width: 100%;
	display: inline-block;
}
.rivaslider-wrapper-inner {
	width: 10000px;
	position: absolute;
	left: 10px;
	top: 0px;
}
.aspl-section .rivaslider-wrapper {
	margin-top: 10px;
}

/*
	to-the-top
*/

#to-the-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #fff;
	z-index: 10003;
	cursor: pointer;
	display: none;
}
#to-the-top:hover {
	transition-style: linear;
	transition-duration: 0.2s;
}
#to-the-top:hover {
	color: #333;
}
#to-the-top i {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}

/*
	padding classes
*/

.aspl-100 {
	width: 100%;
	display: inline-block;
	margin-top:  15px;
}
.aspl-padding-left-10 {
	padding-left: 10px;
}
.aspl-padding-left-20 {
	padding-left: 20px;
}
.aspl-padding-left-30 {
	padding-left: 30px;
}
.aspl-padding-left-40 {
	padding-left: 40px;
}
.aspl-padding-top-0 {
	padding-top: 0px !important;
}
.aspl-margin-top-0 {
	margin-top: 0px !important;
}
.aspl-padding-top-10 {
	padding-top: 10px !important;
}
.aspl-padding-top-20 {
	padding-top: 20px !important;
}
.aspl-padding-top-60 {
	padding-top: 60px !important;
}
.aspl-padding-bottom-0 {
	padding-bottom: 0px !important;
}
.aspl-padding-bottom-30 {
	padding-bottom: 30px;
}
.margin-left-0 {
	margin-left: 0px !important;
}

/*
	aspl-preload
*/

#aspl-preload {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #f2f2f2;
	height: 100%;
	width: 100%;
	z-index: 20000;
}
#aspl-preload i.fa {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	line-height: 100px;
	text-align: center;
	font-size: 64px;
	border-radius: 200px;
	color: #fff;
}
#aspl-preload span {
	position: absolute;
	width: 200px;
	height: 40px;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -80px;
	text-align: center;
	letter-spacing: 4px;
	color: #333;
}

/*
	aspl-section
*/

.aspl-section {
	width: 100%;
	float: left;
	padding-top: 60px;
	padding-bottom: 60px;
	background:#f2f2f2;
}
.aspl-section p.block-description {
	font-size: 130%;
	line-height: 200%;
	font-style: italic;
}
.aspl-section h2, .aspl-section h1, .aspl-section h3, .aspl-section h4, .aspl-section h5 {
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: normal;
}
.aspl-section h2 {
	text-transform: capitalize;
	margin-bottom: 20px;
	width: auto;
	display: inline-block;
}
.aspl-section .white {
	color: #fff;
}
.aspl-section-align-left {
	text-align: left;
}
.aspl-section-align-right {
	text-align: right;
}
.aspl-section-align-center {
	text-align: center;
	width: 100%;
}
.aspl-home-slider {
	padding: 0px;
}

/*
	Bootstrap carousel
*/

.aspl-home-slider .carousel {
}
.aspl-home-slider .carousel .item {
	max-height: 500px;
	overflow: hidden;
}
.aspl-home-slider .carousel .item img {
	min-width: 100%;
}
.aspl-home-slider .carousel .item .carousel-caption {
	font-size: 250%;
	margin-bottom: 30px;
}

/*
	Flex slider
*/

.aspl-home-slider .flexslider {
	border: 0px;
	margin: 0px;
}
.aspl-home-slider .flexslider .flex-viewport {
	max-height: 500px;
}
.aspl-home-slider .flexslider .flex-direction-nav a {
}
.aspl-home-slider .flexslider .flex-control-nav {
	bottom: 20px;
}

.aspl-section-st1 {
	background-color: #f2f2f2;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.aspl-section-st2 {
	/*	background-color: primary color: */
}
.aspl-section-st3 {
	/*	background-color: primary color: */
	padding-top: 30px;
	padding-bottom: 30px;
}
.aspl-section-bg1 {
	background-image: url(../img/slider-bg.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.aspl-section-bg2 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.aspl-section-bg3 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.aspl-section-bg4 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.aspl-section-bg5 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.aspl-section-bg6 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.aspl-section-bg7 {
	background-image: url(../img/slider-bg-1.png);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.aspl-section-bg8 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.aspl-section-bg9 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.aspl-section-bg10 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.aspl-section-bg11 {
	background-image: url(../img/team.png);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
}
.aspl-content-404 {
	background-image: url(../img/slider-bg-dark.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
	text-align: center !important;
}
.aspl-section-cta2 {
	padding-top: 30px;
	padding-bottom: 20px;
}
.aspl-section-cta2 p {
	text-align: center;
	color: #fff;
}
.aspl-section-cta2 p span {
	font-size: 180%;
	margin-right: 30px;
	display: inline-block;
}
.aspl-section-core {
}
.aspl-section-core h2 {
	color: #fff;
}
.aspl-section-core p {
	color: #fff;
	text-align: left;
}
.aspl-section-core ul {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.aspl-section-core ul li {
	width: 50%;
	float: left;
	text-align: left;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 200%;
}
.aspl-section-core ul li i {
	margin-right: 5px;
}

/*
	404
*/

.aspl-content-404 {
	text-align: center;
}
.aspl-content-404 .aspl-soc-buttons-list {
	position: absolute;
	z-index: 11;
	bottom: 0px;
	left: 0px;
}
.aspl-content-404-gradient {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 100%;
	opacity: 0.7;
}
.aspl-content-404-inner {
	z-index: 1000;
	position: relative;
	max-width: 1000px;
	display: inline-block;
	border: 0px solid #f00;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 75px 0px;
}
.aspl-content-404-inner .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.aspl-content-404-inner .aspl-logo p.logo {
	color: #fff;
	font-size: 280%;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
}
.aspl-content-404-inner .aspl-logo p.tagline {
	color: #fff;
}
.aspl-content-404-inner a.logolink:hover {
	text-decoration: none !important;
}
.aspl-content-404-inner p.oops {
	font-size: 900%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 150%;
}
.aspl-content-404-inner p.coming {
	font-size: 450%;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 110%;
	margin: 50px 0px;
}
.aspl-content-404-inner p.note {
	font-size: 150%;
	color: #fff;
	line-height: 150%;
}
.aspl-content-404-inner p.note a {
	text-transform: capitalize;
	color: #fff;
}

/*
	aspl-page-title-1
*/

.aspl-page-title-1 {
	width: 100%;
	float: left;
	background-image: url(../img/aboutusbg1.jpg);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 0px;
}
.aspl-page-title-1 h1 {
	line-height: 40px;
	font-size: 360%;
	text-transform: capitalize;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}
.aspl-page-title-1 .search {
	width: 100%;
	float: left;
}
.aspl-page-title-1 .search input[type=text] {
	width: 100%;
	background-color: rgba(255,255,255,0.3);
	border: 0px;
	transition-style: linear;
	transition-duration: 0.2s;
	margin-top: 3px;
}
.aspl-page-title-1 .search input[type=text]:focus {
	background-color: rgba(255,255,255,0.7);
}



.aspl-page-title-2 {
	width: 100%;
	float: left;
	background-image: url(../img/gallerybg.png);
	background-size: cover;
	background-color: transparent !important;
	background-attachment: fixed;
	background-position: 50% 0 !important;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 0px;
}
.aspl-page-title-2 h1 {
	line-height: 40px;
	font-size: 360%;
	text-transform: capitalize;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

/*
	aspl-desktop-breadscrubs
*/

.aspl-desktop-breadscrubs {
	padding: 0px;
	margin-top: -30px;
}
.aspl-desktop-breadscrubs-inner {
	width: auto;
	text-transform: capitalize;
	float: right;
	padding: 0px 30px;
	height: 30px;
	line-height: 30px;
	font-size: 11px;
	color: #fff;
}
.aspl-desktop-breadscrubs-inner a {
	color: #fff;
}
.aspl-desktop-breadscrubs-inner a:hover {
	color: #fff;
}
.aspl-desktop-breadscrubs-inner i {
	margin: 0px 15px;
}

/*
	aspl-mobile-breadscrubs
*/

.aspl-mobile-breadscrubs {
	width: 100%;
	float: left;
	padding: 30px 0px;
	color: #fff;
	display: none;
	text-transform: capitalize;
}
.aspl-mobile-breadscrubs a {
	color: #fff;
}
.aspl-mobile-breadscrubs a:hover {
	color: #fff;
}
.aspl-mobile-breadscrubs i {
	margin: 0px 15px;
}

/*
	aspl-content
*/

.aspl-content, .aspl-header, .aspl-footer {
	width: 100%;
	float: left;
	text-align: left;
	
}

/*
	aspl-btn
*/

.aspl-btn {
	width: auto;
	display: inline-block;
	border-radius: 3px;
	padding: 0px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border: 0px;
	text-transform: uppercase;
}
.aspl-btn:hover {
	text-decoration: none;
	color: #fff !important;
}
.aspl-btn-border-white {
	color: #fff;
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
}
.aspl-btn-border-white:hover {
	background-color: #fff !important;
	color: #333 !important;
}
.aspl-btn-small {
	font-size: 90%;
	line-height: 200%;
	text-transform: uppercase;
	padding: 0px 10px;
}
.aspl-btn-large {
	font-size: 150%;
	line-height: 200%;
	text-transform: uppercase;
}
.aspl-btn-normal {
	font-size: 100%;
	line-height: 250%;
	text-transform: uppercase;
}
.aspl-btn-primary, .aspl-btn-secondary {
	color: #fff;
}
.aspl-btn-primary-border, .aspl-btn-secondary-border {
	background-color: transparent;
	border-width: 2px;
	border-style: solid;
}
.aspl-btn-small.aspl-btn-secondary-border {
	border-width: 1px;
}

/*
	aspl header bg desktop navigation mega menu
*/

.aspl-mega {
	position: absolute;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	z-index: 10001;
	text-align: left;
}
.aspl-mega .aspl-mega-section {
	float: left;
	width:250px !important;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}
.aspl-mega .aspl-mega-section h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 100%;
}
.aspl-mega .aspl-mega-section ul {
	display: block !important;
	position: relative !important;
	left: auto !important;
	top: auto !important;
	width: 100% !important;
	border: 0px !important;
	float: left;
}
.aspl-mega .aspl-mega-section ul li {
	padding-left: 0px !important;
}
.aspl-mega .aspl-mega-section ul li a i {
	transition-style: linear;
	transition-duration: 0.2s;
	color: #ccc;
	margin-right: 5px;
}
.aspl-mega .aspl-mega-section p {
	font-size: 100%;
	line-height: 150%;
}

/*
	aspl mobile menu
*/

.aspl-mobile-menu {
	position: fixed;
	right: -200px;
	top: 0px;
	height: 100%;
	width: 200px;
	border-left-width: 2px;
	border-left-style: solid;
	z-index: 10009;
	display: none;
}
.aspl-mobile-menu nav {
	width: 100%;
	float: left;
	position: relative;
	overflow: auto;
}
.aspl-mobile-menu nav > ul {
	width: 100%;
	float: left;
}
.aspl-mobile-menu nav ul {
	margin: 0px;
	padding: 0px;
}
.aspl-mobile-menu nav ul {
	display: block;
}
.aspl-mobile-menu nav ul ul {
	display: none;
}
.aspl-mobile-menu nav ul li {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 1px;
	position: relative;
}
.aspl-mobile-menu nav ul li a {
	color: #fff;
	text-transform: capitalize;
	padding-left: 20px;
	float: left;
	line-height: 20px;
	margin: 10px 0px;
}
.aspl-mobile-menu .border, .aspl-mobile-cart-list .border {
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.1);
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}
.aspl-mobile-menu nav ul li i.glyphicon-plus-sign {
	position: absolute;
	right: 20px;
	top: 0px;
	line-height: 40px;
	height: 40px;
	cursor: pointer;
	color: #fff;
}
.aspl-mobile-menu nav ul ul {
	background-color: rgba(000,000,000,0.2) !important;
	float: left;
	width: 100%;
}
.aspl-mobile-menu nav ul ul > li {
	border-bottom-width: 0px;
	padding-bottom: 0px;
	padding-top: 1px;
}
.aspl-mobile-menu nav ul li .border {
	bottom: 0px;
	left: 0px;
}
.aspl-mobile-menu nav ul ul > li .border {
	top: 0px;
	bottom: auto;
}
.aspl-mobile-menu nav > .border {
	top: 0px;
	bottom: auto;
}
.aspl-mobile-menu > i {
}
#aspl-mobile-menu-btn, #aspl-mobile-cart-btn {
	position: fixed;
	width: 40px !important;
	height: 40px;
	right: 0px;
	top: 46px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	z-index: 10008;
	display: none;
}
#aspl-mobile-cart-btn {
	top: 92px;
}

/*
	aspl-mobile-cart-list
*/

.aspl-mobile-cart-list {
	width: 100%;
	float: left;
	max-height: 300px;
	position: relative;
	padding-top: 1px;
}
.aspl-mobile-cart-list > .border {
	bottom: auto !important;
	top: 0px !important;
}
.aspl-mobile-cart-list p {
	width: 100%;
	float: left;
	text-align: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px !important;
	padding-bottom: 1px;
	position: relative;
	margin: 0px;
}
.aspl-mobile-cart-list p span.price {
	width: 100%;
	float: left;
}
.aspl-mobile-cart-list p a {
	color: #fff;
	text-transform: capitalize;
}

/*
	aspl scroller
*/

.aspl-scroller {
	width: 100%;
	float: left;
	display: none;
}
.aspl-scroller > i {
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	width: 50% !important;
	background-color: rgba(000,000,000,0.2);
	float: left;
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aspl-mobile-menu h3 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 40px;
	text-transform: uppercase;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	position: relative;
}

/*
	aspl-layerslider
*/

.aspl-layerslider {
}

/*
	aspl-layerslider
*/

.aspl-layerslider {
	width: 100%;
	float: left;
}
.aspl-layerslider .ls-layer {
	width: 100%;
	float: left;
}
.aspl-layerslider img.ls-bg {
	width: 100%;
	float: left;
}
.aspl-layerslider .aspl-layerslider-block {
	width: 300px;
	height: 150px;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aspl-layerslider .aspl-layerslider-block h3 {
	font-size: 15px;
	line-height: 18px;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
}
.aspl-layerslider .aspl-layerslider-block h2 {
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.aspl-layerslider .aspl-layerslider-block p {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}
.ls-label-secondary {
	width: 140px;
	height: 100px;
	border-radius: 200px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0px;
	position: relative;
	z-index: 10;
}
.ls-label-secondary span, .ls-label-secondary p {
	width: 100%;
	float: left;
	color: #fff;
}
.ls-label-secondary p {
	font-size: 24px;
}
.ls-label-secondary :first-child {
	margin-top: 10px;
}
.ls-label-primary {
	position: relative;
	z-index: 1;
	color: #fff;
	border-radius: 200px;
	width: 90px;
	height: 0px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 10px;
	text-transform: capitalize;
	font-size: 16px;
}
.ls-layer h1 {
	font-size: 52px;
	text-transform: uppercase;
}
.ls-layer p.color-text {
	font-size: 18px;
	text-transform: capitalize;
}
.ls-layer p.feature {
	color: #222;
}
.aspl-store-ls1, .aspl-store-ls2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #fff;
	text-transform: uppercase;
	width: 400px;
	text-align: center;
}
.aspl-store-ls1 {
	font-size: 32px;
}
.aspl-store-ls2 {
	font-size: 96px;
	border: 0px solid #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.aspl-store-price-1 {
	width: 150px;
}
.aspl-store-price-1 p {
	width: 100%;
	float: left;
	text-align: center;
}
.aspl-store-price-1 p.pr1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 10px;
}
.aspl-store-price-1 p.pr2 {
	font-style: italic;
	color: #fff;
	font-size: 18px;
}
.aspl-store-price-1 p.pr3 {
	font-size: 64px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
}

/*
	aspl-navigation
*/

.aspl-navigation {
	width: 100%;
	float: left;
	height: 34px;
	text-align: center;
	margin-top: 20px;
}
.aspl-navigation a {
	display: inline-block;
	line-height: 34px;
	height: 34px;
	width: 34px;
	text-align: center;
	font-size: 18px;
	border-radius: 20px;
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	background-color: rgba(000,000,000,0.1);
}
.aspl-navigation a i {
	line-height: 30px;
	font-size: 12px;
	width: 100% !important;
	float: left;
	text-align: center;
}
.aspl-navigation-left {
	text-align: left;
}
.aspl-navigation-left a {
	float: left;
}
.aspl-navigation-left a.forward {
	margin-left: 5px;
}
.aspl-navigation-right {
	width: auto;
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0px;
}
.aspl-footer .aspl-navigation a {
	color: #fff;
	border-color: #fff;
}
.aspl-navigation a:hover {
	color: #fff !important;
}
.aspl-section-color .aspl-navigation a:hover {
	background-color: #fff !important;
}
.aspl-navigation-white a {
	background-color: rgba(255,255,255,0.3);
	color: #333;
}

/* aspl-controls */

.aspl-controls {
	width: 100%;
	float: left;
	height: 12px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 20px;
}
.aspl-controls span {
	cursor: pointer;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	margin: 0px 2px;
}
.aspl-controls-left {
	text-align: left;
}
.aspl-controls-left span {
	margin: 0px;
	margin-right: 5px;
	float: left;
}

/*
	aspl-widget
*/

.aspl-widget {
}
.aspl-widget h3 {
	font-weight: lighter;
	margin-top:  0px;
}
.aspl-widget-inner {
	width: 100%;
}
.aspl-content .aspl-widget {
	margin-bottom: 60px;
	width: 100%;
	display: inline-block;
}
.aspl-content .aspl-widget h3 {
	text-transform: capitalize;
	margin-bottom: 20px;
}
.aspl-search-widget input[type=text] {
	width: 100%;
}

/*
	aspl-twiiter-widget
*/

.aspl-simple-twiiter-widget {
}
.aspl-simple-twiiter-widget ul, .aspl-simple-twiiter-widget ul li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.aspl-simple-twiiter-widget ul li {
	text-align: left;
	line-height: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-bottom: 15px;
	padding-left: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.aspl-simple-twiiter-widget ul li i.fa-twitter {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background-color: #f2f2f2;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 100px;
}
.aspl-simple-twiiter-widget ul li p.interact {
	background-color: #f2f2f2;
}
.aspl-simple-twiiter-widget ul li p.interact a {
	margin-left: 15px;
}

/*
	aspl-category-widget
*/

.aspl-category-widget {
}
.aspl-category-widget ul, .aspl-category-widget ul li, .aspl-category-widget ul li p, .aspl-category-widget ul li small {
	width: 100%;
	float: left;
	margin-bottom: 0px;
	padding: 0px;
	margin: 0px;
}
.aspl-category-widget ul li {
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.aspl-category-widget ul li small {
	font-style: italic;
	line-height: normal;
}
.aspl-category-widget ul li p .glyphicon, .aspl-category-widget ul li p .fa {
	color: #ddd;
	margin-right: 5px;
	transition-style: linear;
	transition-duration: 0.2s;
}
.aspl-category-widget ul li p a {
	text-transform: capitalize;
	margin-right: 10px;
}
.aspl-category-widget ul li p span {
	width: auto;
	float: right;
	border-radius: 100px;
	background-color: #e5e5e5;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	transition-style: linear;
	transition-duration: 0.2s;
}
.aspl-category-widget ul li p span.hovered {
	color: #fff;
}
.aspl-category-widget ul li a .fa-rss {
	color: #ff8300;
}
.aspl-category-widget ul li a .fa-rss:hover {
	color: #333 !important;
}
.aspl-category-widget ul :last-child {
	margin-bottom: 0px;
}

/*
	aspl-sidebar-post
*/

.aspl-sidebar-post {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 50px;
	min-height: 40px;
	position: relative;
	margin-bottom: 30px;
}
.aspl-sidebar-post figure {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.aspl-sidebar-post figure img {
	position: absolute;
	max-width: none;
	max-height: none;
	min-height: none;
	min-width: none;
	max-height: 100%;
}
.aspl-sidebar-post p {
	margin-bottom: 0px !important;
}
.aspl-sidebar-post .meta {
	font-style: italic;
}

/*
	aspl-sidebar-comment
*/

.aspl-sidebar-comment {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.aspl-sidebar-comment p {
	margin-bottom: 0px !important;
}
.aspl-sidebar-comment p.comment {
	font-style: italic;
}

/*
	aspl-about-widget
*/

.aspl-about-widget p.links {
	margin-top: 20px;
}
.aspl-about-widget p.links a {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100px;
	border: 1px solid #fff;
	display: inline-block;
	line-height: 30px;
}
.aspl-about-widget p.links a:hover {
	color: #fff;
}
.aspl-about-widget p.contacts {
	width: 100%;
	border: 0px solid rgba(000,000,000,0.2);
	border-top-width: 0px;
	border-bottom-width: 1px;
	padding: 10px 0px;
	padding-left: 20px;
	margin-bottom: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.aspl-about-widget p.contacts i {
	position: absolute;
	left: 0px;
	top: 13px;
}

/*
	aspl-latest-tweets-widget
*/

.aspl-latest-tweets-widget {
}
.aspl-latest-tweets-widget li.tweet-item {
	list-style: none;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 1px;
}
.aspl-latest-tweets-widget li.tweet-item .user {
	margin-bottom: 10px;
}
.aspl-latest-tweets-widget li.tweet-item .user img {
	margin-right: 10px;
}
.aspl-latest-tweets-widget li.tweet-item a:hover {
	color: #fff;
}
.aspl-latest-tweets-widget i.fa-twitter {
	width: 64px;
	height: 64px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	font-size: 32px;
	border-radius: 100px;
	display: inline-block;
	margin-bottom: 30px;
}
.aspl-latest-tweets-widget p.interact {
	border: 0px solid rgba(000,000,000,0.2);
	border-top-width: 1px;
	padding-top: 10px;
}
.aspl-latest-tweets-widget p.interact a {
	margin: 0px 10px;
	margin-left: 0px;
}
.aspl-latest-tweets-widget p.interact a i {
	margin-right: 5px;
}

/*
	aspl-latest-news-2-widget
*/

.aspl-latest-news-2-widget {
}
.aspl-latest-news-2-widget ul {
	width: 100%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.aspl-latest-news-2-widget ul li {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.aspl-latest-news-2-widget ul :last-child {
	margin-bottom: 0px;
}
.aspl-latest-news-2-widget ul li small {
	font-size: 75%;
	letter-spacing: 3px;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}
.aspl-latest-news-2-widget ul li p {
	margin-bottom: 0px;
}
.aspl-latest-news-2-widget ul li p.title {
	text-transform: capitalize;
}

/*
	aspl-testimonials-3
*/

.aspl-testimonials-3, .aspl-testimonials-3 .aspl-testimonials-3-inner {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: none;
	text-align: left;
}
.aspl-testimonials-3 .aspl-testimonials-3-inner {
	position: relative;
}
.aspl-testimonials-3 .aspl-testimonials-3-inner p.text {
	font-style: italic;
	background-color: #f2f2f2;
	padding: 30px;
	position: relative;
	margin-bottom: 10px;
}
.aspl-testimonials-3 .aspl-testimonials-3-inner p.text i.fa-quote-left {
	margin-right: 10px;
}
.aspl-testimonials-3 .aspl-testimonials-3-inner p.text i.fa-quote-right {
	margin-left: 10px;
}
.aspl-testimonials-3 .aspl-testimonials-3-inner .arrow {
	width: 15px;
	height: 15px;
	background-color: #f2f2f2;
	bottom: -5px;
	left: 23px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.aspl-testimonials-3 .aspl-testimonials-3-inner .author {
	width: 100%;
	float: left;
	position: relative;
	min-height: 64px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 80px;
}
.aspl-testimonials-3 .aspl-testimonials-3-inner .author .avatar {
	width: 64px;
	height: 64px;
	color: #fff;
	border-radius: 100px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.aspl-testimonials-3 .aspl-testimonials-3-inner .author .avatar i {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 24px;
}
.aspl-testimonials-3 .aspl-testimonials-3-inner .author .avatar img {
	max-width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}
.aspl-testimonials-3 .aspl-testimonials-3-inner .author p {
	line-height: 34px;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #333;
}
.aspl-testimonials-3 .aspl-testimonials-3-inner .author small {
	line-height: 14px;
	float: left;
	width: 100%;
	font-size: inherit;
}
.aspl-testimonials-3 p {
	margin-bottom: 0px;
}

/*
	.aspl-footer .aspl-widget
*/

.aspl-footer {
	padding: 60px 0px;
	padding-top: 0px;
}
.aspl-footer .aspl-widget {
	width: 100%;
	float: left;
}
.aspl-footer .aspl-widget h3 {
	color: #fff;
	text-transform: capitalize;
	font-weight: lighter;
	margin-bottom: 30px;
	display: inline-block;
	width: auto;
	margin-top: 60px;
}
.aspl-footer .aspl-widget a {
	color: #ddd;;
}
.aspl-footer .aspl-widget p {
	color: #ddd;;
}

.aspl-footer .aspl-widget1 a {
	color: #fff;
}

/*
	aspl-tags-widget
*/

.aspl-tags-widget {
	text-align: left;
}
.aspl-tags-widget a {
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	line-height: 160%;
	margin-right: 5px;
	margin-bottom: 7px;
	padding: 0px 5px;
	text-transform: lowercase;
}
.aspl-footer .aspl-tags-widget a {
	border-color: rgba(255,255,255,0.2);
}
.aspl-tags-widget p {
	margin-top: 10px;
}
.aspl-tags-widget p > a {
	border: 0px;
	text-transform: uppercase;
}
.aspl-tags-widget a.aspl-tag-item:hover {
	text-decoration: none;
	color: #fff !important;
}

/*
	aspl-widget newsletters
*/

.aspl-widget .quick_newsletter {
	width: 100%;
	float: left;
	margin-top: 0px !important;
}
.aspl-widget .quick_newsletter input {
	width: 100%;
	margin-bottom: 10px;
}
.aspl-widget .quick_newsletter input[type=button] {
	margin-bottom: 0px;
	transition-style: linear;
	transition-duration: 0.2s;
}

/*
	aspl-links-widget
*/

.aspl-links-widget ul, .aspl-links-widget ul li {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.aspl-links-widget ul li {
	padding-bottom: 1px;
	position: relative;
}
.aspl-links-widget ul li a {
	font-size: 110%;
	text-transform: capitalize;
	line-height: 40px;
	float: left;
}
.aspl-links-widget ul li .border {
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(000,000,000,0.2);
}
.aspl-footer .aspl-links-widget ul li .border {
	background-color: rgba(255,255,255,0.1);
}

/*
	aspl-flick-widget
*/

.aspl-flick-widget img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aspl-flick-widget img:hover {
	border-width: 3px;
	border-style: solid;
}

/*
	aspl-contacts-widget
*/

.aspl-contacts-widget p {
	width: 100%;
	float: left;
	position: relative;
	padding-top: 45px;
	margin-bottom: 15px;
}
.aspl-contacts-widget p .fa, .aspl-contacts-widget p .glyphicon {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
}
.aspl-contacts-widget p a {
	color: #fff;
}

/*
	aspl-contacts-widget
*/

.aspl-contacts-2-widget {
	width: 100%;
	float: left;
}
.aspl-contacts-2-widget img {
	max-width: 100%;
	max-height: 150px;
	float: left;
}
.aspl-contacts-2-widget p {
	width: 100%;
	float: left;
	margin-top: 15px;
}

/*
	aspl-copyrights
*/

.aspl-copyright-widget {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 30px;
	margin-top: 60px;
	display: inline-block;
}
.aspl-copyright-widget a {
	color: #fff;
	text-transform: uppercase;
}
.aspl-copyright-widget p {
	width: 49%;
	float: left;
	display: inline-block;
	margin-bottom: 0px;
}
.aspl-copyright-widget p:last-child {
	float: right;
	text-align: right;
}

/*
	aspl-widget newsletters
*/

.aspl-widget .quick_newsletter {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.aspl-widget .quick_newsletter input {
	width: 100%;
	margin-bottom: 10px;
}
.aspl-widget .quick_newsletter input[type=button] {
	margin-bottom: 0px;
}

/*
	aspl-post-preview
*/

.aspl-post-preview {
	width: 100%;
	float: left;
	margin-left: 1px;
}
.aspl-post-preview, .aspl-post-preview .header {
	width: 100%;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aspl-post-preview .aspl-post-preview-inner {
	width: 100%;
	float: left;
}
.aspl-post-preview .aspl-post-preview-inner-padding-left {
}
.aspl-post-preview .header {
	padding-left: 80px;
	min-height: 50px;
	margin-bottom: 15px;
}
.aspl-post-preview .header a {
	line-height: 25px;
	font-size: 18px;
	float: left;
	text-align: left;
	text-transform: capitalize;
}
.aspl-post-preview .header .date {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 50px;
}
.aspl-post-preview .header .date span {
	width: 100%;
	float: left;
	line-height: 35px;
	text-align: center;
}
.aspl-post-preview .header .date span.month {
	line-height: 15px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-top-width: 1px;
	border-top-style: solid;
}
.aspl-post-preview .header .date span.day {
	font-size: 24px;
	font-weight: 600;
	color: #333;
}
.aspl-post-preview figure {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.aspl-post-preview figure img {
	float: left;
}
.aspl-post-preview figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.aspl-post-preview figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.aspl-post-preview figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.aspl-footer .aspl-widget .aspl-post-preview .header span {
	color: #fff;
}
.aspl-footer .aspl-widget .aspl-post-preview .header a {
	color: #fff;
}

/*
	aspl-feature
*/

.aspl-feature {
	width: 100%;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.aspl-feature .aspl-feature-inner {
	width: 100%;
	float: left;
	border: 0px solid #f00;
}
.aspl-feature span.bg {
	position: absolute;
}
.aspl-feature :last-child {
	margin-bottom: 0px;
}
.aspl-feature header {
	line-height: 60px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 80px;
	color: #333;
	text-transform: capitalize;
	font-size: 180%;
	width: 100%;
	float: left;
	margin-bottom: 30px;
	text-align: left;
}
.arrow-color {
	position: absolute;
	left: 15px;
	top: 30px;
	width: 30px;
	height: 30px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.aspl-feature header i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 32px;
	line-height: 60px;
	text-align: center;
	z-index: 10;
}
.aspl-feature p {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	text-align: left !important;
	font-size: 100%;
}
.aspl-section-hosting-bg .aspl-feature p, .aspl-section-hosting-bg .aspl-feature header, .aspl-section-hosting-bg .aspl-feature p a:hover {
	color: #fff;
}
.aspl-section-hosting-bg {
}

/*
	aspl-feature-2
*/

.aspl-feature-2 {
	width: 100%;
	float: left;
	border: 0px solid #f00;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}
.aspl-feature-2, .aspl-feature-2 header {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	color: #fff;
}
.aspl-feature-2 header {
	padding-top: 90px;
	margin-bottom: 30px;
	text-transform: capitalize;
	font-size: 24px;
}
.aspl-feature-2 header.i-color i {
	color: #fff !important;
}
.aspl-feature-2 header .arrow {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.aspl-feature-2 header .fa, .aspl-feature-2 header .glyphicon {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	color: #333;
	font-size: 36px;
	z-index: 10;
}
.aspl-feature-2 p {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.aspl-feature-2 p a:hover {
	color: #fff;
}
.aspl-feature-2-color header i {
	color: #fff !important;
}

/*
	aspl-feature-store
*/

.aspl-feature-store {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 50px;
	min-height: 40px;
	position: relative;
	margin: 0px !important;
}
.aspl-feature-store span {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.aspl-feature-store span i {
}
.aspl-feature-store p {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	font-weight: lighter;
	margin-bottom: 0px;
}
.aspl-feature-store p strong {
	font-weight: bold;
}
.aspl-feature-store span.arrow {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 28px;
	top: 13px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.aspl-feature-store-white {
	color: #fff;
}
.aspl-feature-store-white span {
	background-color: #fff;
}
.aspl-feature-store-white span.arrow {
	background-color: #fff;
}
.aspl-feature-store-white strong {
	color: #fff !important;
}
.aspl-feature-store-dark {
	color: #333;
}
.aspl-feature-store-dark p {
	font-weight: normal;
}
.aspl-feature-store-dark {
	margin-top: 20px;
	margin-bottom: 10px;
}
.aspl-feature-store-dark span i {
	color: #fff;
	line-height: 40px;
}
.aspl-feature-store-dark span i {
	color: #fff !important;
}

/*
	aspl-feature-3
*/

.aspl-feature-3 {
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
	padding: 30px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 20px;
}
.aspl-feature-3 span {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	margin-left: -30px;
	top: -40px;
	border-radius: 100px;
}
.aspl-feature-3 span .fa, .aspl-feature-3 span .glyphicon {
	width: 100%;
	float: left;
	width: 60px;
	height: 60px;
	color: #fff;
	line-height: 55px;
	font-size: 24px;
	border-radius: 100px;
}
.aspl-feature-3 h3 {
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
}
.aspl-feature-3 p {
	margin-top: 15px;
}

/* aspl-feature-4 */

.aspl-feature-4 {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
.aspl-feature-4 h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.aspl-feature-4 p {
	margin-bottom: 0px;
}
.aspl-feature-4 figure {
	margin-bottom: 15px;
}

/*
	aspl-project
*/

.aspl-project {
	float: left;
	background-color: #fff;
	text-align: left !important;
}
.aspl-project .aspl-project-inner {
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
}
.aspl-project .aspl-project-inner figure {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.aspl-project .aspl-project-inner figure img {
	left: 0px;
	top: 0px;
	max-width: 100%;
	z-index: 1;
}
.aspl-project figure {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.aspl-project figure img {
	left: 0px;
	top: 0px;
	max-height: none !important;
	max-width: none !important;
	min-width: none !important;
	min-height: none !important;
	width: 100%;
}
.aspl-project figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: hidden;
	display: none;
}
.aspl-project figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.aspl-project figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.aspl-project .aspl-project-inner .aspl-project-details {
	padding-right: 60px;
	padding-left: 20px;
	position: relative;
	width: 100%;
	float: left;
}
.aspl-project .aspl-project-inner .aspl-project-details p {
	width: 100%;
	float: left;
	margin-top: 30px;
	line-height: 20px;
	margin-bottom: 0px;
}
.aspl-project .aspl-project-inner .aspl-project-details p.link {
	font-size: 130%;
}
.aspl-project .aspl-project-inner .aspl-project-details p.link a {
	text-transform: capitalize;
}
.aspl-project .aspl-project-inner .aspl-project-details p.filter {
	margin-top: 0px;
	margin-bottom: 30px;
	font-style: italic;
}
.aspl-project .aspl-project-inner .aspl-project-details .aspl-project-likes {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	padding: 30px 20px;
	color: #333;
	font-size: 130%;
}
.aspl-project .aspl-project-inner .aspl-project-details .aspl-project-likes .fa,
.aspl-project .aspl-project-inner .aspl-project-details .aspl-project-likes .glyphicon {
	font-size: 100%;
	line-height: 200%;
}

/*
	aspl-latest-tweets
*/

.aspl-section-twitter-1 li.tweet-item {
	list-style: none;
	float: left;
	color: #fff;
}
.aspl-section-twitter-1 li.tweet-item a:hover {
	color: #fff;
}
.aspl-section-twitter-1 i.fa-twitter {
	width: 64px;
	height: 64px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	font-size: 32px;
	border-radius: 100px;
	display: inline-block;
	margin-bottom: 30px;
}
.aspl-section-twitter-1 p.interact a {
	margin: 0px 10px;
}
.aspl-section-twitter-1 p.interact a i {
	margin-right: 5px;
}
.aspl-section-color li.tweet-item {
	color: #fff;
}
.aspl-section-color li.tweet-item a {
}

/*
	aspl-testimonials-1
*/

.aspl-testimonials-1 {
	width: 100%;
	float: left;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	min-height: 60px;
}
.aspl-testimonials-1 i.fa, .aspl-testimonials-1 i.glyphicon {
	width: 60px;
	height: 60px;
	position: absolute;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	top: 50%;
	margin-top: -30px;
}
.aspl-testimonials-1 i.fa-quote-left {
	left: 0px;
}
.aspl-testimonials-1 i.fa-quote-right {
	right: 0px;
}
.aspl-testimonials-1 p {
	width: 100%;
	float: left;
	text-align: center;
	padding: 30px 0px;
	margin-bottom: 0px;
}
.aspl-testimonials-1 p.author {
	padding-top: 0px;
	color: #333;
}
.aspl-testimonials-inner {
	width: 100%;
	float: left;
	padding: 0px 80px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
	aspl-testimonials-2
*/

.aspl-testimonials-2 {
	width: 100%;
	float: left;
	position: relative;
	min-height: 60px;
	text-align: left !important;
}
.aspl-testimonials-2-inner {
	padding: 30px 60px;
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}
.aspl-testimonials-2 .arrow {
	width: 20px;
	height: 20px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 100%;
    margin-top: -15px;
    left: 60px;
    position: absolute;
}
.aspl-testimonials-2 .fa, .aspl-testimonials-2 .glyphicon {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
}
.aspl-testimonials-2 .fa:nth-child(odd), .aspl-testimonials-2 .glyphicon:nth-child(odd) {
	right: auto;
	left: 0px;
}
.aspl-testimonials-2 p {
	font-style: italic;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.aspl-testimonials-2 p.author {
	margin-bottom: 0px;
	font-style: normal;
	color: #fff;
}

/*
	aspl-estate-form
*/

.aspl-estate {
	padding: 30px 0px
}
.aspl-estate-form, .aspl-estate-form .aspl-estate-form-item {
	width: 100%;
	display: inline-block;
}
.aspl-estate-form p.elabel {
	color: #fff;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.aspl-estate-form .aspl-estate-form-item {
	background-color: #fff;
	line-height: 34px;
	height: 34px;
	padding: 0px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	position: relative;
}
.aspl-estate-form .aspl-estate-form-item span.val {
	margin-left: 10px;
	text-transform: capitalize;
}
.aspl-estate-form .aspl-estate-form-item input[type=text] {
	padding: 0px 10px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px solid #f00;
	min-width: 100% !important;
	width: 100% !important;
}
.aspl-estate-form .aspl-estate-form-item i.fa-caret-down {
	cursor: pointer;
	float: right;
	width: 18px;
	height: 18px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	margin: 8px 0px;
	margin-right: 8px;
	position: relative;
	z-index: 999;
}
.aspl-estate-form .aspl-estate-form-item .aspl-efi-list {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	max-height: 215px;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	z-index: 1000;
	box-shadow: #ddd 2px 2px 2px;
	box-shadow: rgba(000,000,000,0.2) 2px 2px 2px;
	display: none;
}
.aspl-estate-form .aspl-estate-form-item .aspl-efi-list p {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}
.aspl-estate-form .aspl-estate-form-item .aspl-efi-list p input[type=checkbox] {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 10px; 
	line-height: normal;
	height: 20px;
}
.aspl-estate-form .aspl-estate-form-item .aspl-efi-list p label {
	float: left;
	line-height: 20px;
	font-weight: normal;
	width: auto;
	color: #333;
	text-transform: capitalize;
	cursor: pointer;
}
.aspl-estate-form input[type=submit] {
	padding: 0px 0px;
	width: 100%;
	transition-style: linear;
	transition-duration: 0.2s;
}
.aspl-estate-form .aspl-estate-form-item-t1 {
	width: 45%;	
	float: left;
}
.aspl-estate-form .aspl-estate-form-item-t2 {
	width: 45%;	
	float: right;
}
.aspl-estate-form .aspl-estate-search-type {
	width: auto;
	float: right;
	margin-right: 15px;
	margin-top: -60px;
	position: relative;
	z-index: 1001;
}
.aspl-estate-form .aspl-estate-search-type span {
	line-height: 30px;
	float: left;
	padding: 0px 10px;
	color: #999;
	text-transform: uppercase;
	cursor: pointer;
	transition-style: linear;
	transition-duration: 0.2s;
}
.aspl-estate-form .aspl-estate-search-type span.active {
	color: #fff;
}

/*
	aspl-property-1
*/

.aspl-property-1 {
	display: inline-block;
	float: left;
}
.aspl-property-1-inner {
	width: 100%;
	float: left;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 1;
}
.aspl-property-1 span {
	position: absolute;
	z-index: 10;
	line-height: 30px;
	height: 30px;
	padding: 0px 20px;
	color: #fff;
	font-size: 16px;
	left: 0px;
	top: 0px;
}
.aspl-property-1 figure {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.aspl-property-1 figure img {
	float: left;
}
.aspl-property-1 figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.aspl-property-1 figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.aspl-property-1 figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.aspl-property-1 p {
	width: 100%;
	float: left;
	text-align: left;
	padding: 0px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0px;
}
.aspl-property-1 p.link a {
	margin: 30px 0px;
	text-transform: capitalize;
	font-size: inherit;
	width: 100%;
	display: inline-block;
}
.aspl-property-1 p a {
}
.aspl-property-1 p.title {
	font-size: 130%;
	margin-bottom: 15px;
	line-height: 24px;
	float: left;
	min-height: 48px;
}
.aspl-property-1 p.type span {
	background-color: #e5e5e5;
	border-radius: 3px;
	font-size: 80%;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	position: relative;
	line-height: 150%;
	height: auto;
	margin-bottom: 15px;
	padding: 0px 10px;
	float: left;
}
.aspl-property-1 ul {
	margin-top: 30px;
	float: left;
	width: 100%;
	padding: 0px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aspl-property-1 ul li {
	width: 33%;
	float: left;
	text-align: center;
	line-height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}
.aspl-property-1 ul li span {
	position: relative;
	font-size: 100%;
	padding: 0px;
	background-color: transparent !important;
	display: none;
}
.aspl-property-1 ul li img {
	margin-right: 0px;
	opacity: 0.3;
}

/*
	aspl-property-2, .aspl-property-3
*/

.aspl-property-2 {
	width: 50% !important;
	min-height: 150px !important;
}
.aspl-property-3 {
	width: 100% !important;
}
.aspl-property-2 .aspl-property-1-inner, .aspl-property-3 .aspl-property-1-inner {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 300px;
}
.aspl-property-2 .aspl-property-1-inner figure, .aspl-property-3 .aspl-property-1-inner figure {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.aspl-property-2 p.title, .aspl-property-3 p.title {
	margin-top: 30px;
	line-height: 24px;
	min-height: 24px;
}
.aspl-property-2 ul, .aspl-property-3 ul {
	margin-top: 15px;
}
.aspl-property-2 ul li, .aspl-property-3 ul li {
	border-top-width: 0px;
	float: left;
	width: auto;
	text-align: left;
	margin-right: 15px;
	line-height: normal;
}

/*
	aspl-domain-search
*/

.aspl-domain-search {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.aspl-domain-search > p {
	color: #fff;
	margin-bottom: 0px;
}
.aspl-domain-search > p a:hover {
	color: #fff;
}
.aspl-domain-search form {
	width: 100%;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 90px;
	margin-bottom: 10px;
}
.aspl-domain-search form input[type=submit] {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px 10px !important;
	transition-style: linear;
	transition-duration: 0.2s;
}
.aspl-domain-search form .aspl-domain-search-inner {
	width: 100%;
	float: left;
	background-color: #fff;
	border-radius: 3px;
	height: 34px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 100px;
}
.aspl-domain-search form .aspl-domain-search-inner > input[type=text] {
	border: 0px !important;
	width: 100%;
}
.aspl-domain-search form .aspl-domain-search-inner div.zone {
	width: 90px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	position: absolute;
	right: 10px;
	top: 0px;
	height: 34px;
	line-height: 34px;
	color: #222;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
}
.aspl-domain-search form .aspl-domain-search-inner div.zone > span {
	float: left;
	width: auto;
}
.aspl-domain-search form .aspl-domain-search-inner div.zone ul {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100px;
	max-height: 200px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: #ddd 2px 2px 2px;
	box-shadow: rgba(000,000,000,0.2) 2px 2px 2px;
	padding: 10px;
	display: none;
	z-index: 1000;
	margin: 0px;
	padding: 10px;
}
.aspl-domain-search form .aspl-domain-search-inner div.zone ul li {
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	line-height: 200%;
}
.aspl-domain-search form .aspl-domain-search-inner div.zone i {
	cursor: pointer;
	float: right;
	width: 18px;
	height: 18px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	margin: 8px 0px;
	position: relative;
	z-index: 999;
}

/*
	aspl-domain-price
*/

.aspl-domain-price {
	width: 25%;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	height: 100%;
	text-align: center;
	padding: 10px 0px;
	margin-bottom: 0px;
}
.aspl-domain-price p {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 0px;
}
.aspl-domain-price small {
	color: #fff;
	font-size: 13px;
}

/*
	aspl-pricing-1
*/

.aspl-pricing-1 {
	text-align: center;
	border: 1px solid #e5e5e5;
	width: 100%;
	display: inline-block;
}
.aspl-pricing-1 > p {
	margin: 30px 0px;
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
}
.aspl-pricing-1 > ul {
	width: 100%;
	float: left;
	margin-bottom: 0px;
	margin: 0px;
	padding: 0px;
}
.aspl-pricing-1 > ul li {
	line-height: 40px;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #222;
}
.aspl-pricing-1 > ul :nth-child(odd) {
	background-color: #f2f2f2;
}
.aspl-pricing-1 header {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 80px;
	position: relative;
}
.aspl-pricing-1 header p, .aspl-pricing-1 header small {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
}
.aspl-pricing-1 header .plan-title {
	width: 100%;
	float: left;
	padding: 20px 0px;
}
.aspl-pricing-1 header .plan-title p {
	font-size: 24px;
	text-transform: capitalize;
}
.aspl-pricing-1 header .plan-title small {
	font-size: 13px;
	text-transform: capitalize;
}
.aspl-pricing-1 header .plan-price {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 80px;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0px;
	z-index: 10;
}
.aspl-pricing-1 header .plan-price p {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 10;
}
.aspl-pricing-1 header .plan-price small {
	font-size: 13px;
	z-index: 10;
}
.aspl-pricing-1 header .plan-price .arrow {
	width: 16px;
	height: 16px;
	z-index: 1;
	position: absolute;
	left: -3px;
	top: 50%;
	margin-top: -8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
	aspl-pricing-2
*/

.aspl-pricing-2 {
	width: 100%;
	float: left;
}
.aspl-pricing-2 .aspl-pricing-2-item {
	float: left;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-right-width: 0px;
	text-align: center !important;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}
.aspl-pricing-2 .aspl-pricing-2-item .plan {
	width: 100%;
	float: left;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}
.aspl-pricing-2 .aspl-pricing-2-item .plan p {
	position: relative;
	z-index: 10;
	line-height: 40px;
	font-size: 18px;
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.aspl-pricing-2 .aspl-pricing-2-item .plan .arrow {
	width: 16px;
	height: 16px;
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: 11px;
	margin-top: -8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.aspl-pricing-2 .aspl-pricing-2-item .price, .aspl-pricing-2 .aspl-pricing-2-item .price p, .aspl-pricing-2 .aspl-pricing-2-item .price small {
	width: 100%;
	float: left;
}
.aspl-pricing-2 .aspl-pricing-2-item .price {
	padding: 15px 0px;
}
.aspl-pricing-2 .aspl-pricing-2-item .price p {
	font-size: 36px
}
.aspl-pricing-2 .aspl-pricing-2-item p.pr-btn {
	margin-bottom: 30px;
	width: 100%;
	float: left;
}
.aspl-pricing-2 .aspl-pricing-2-item .price small {
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
}
.aspl-pricing-2 .aspl-pricing-2-item ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
	float: left;
	width: 100%;
}
.aspl-pricing-2 .aspl-pricing-2-item ul li {
	margin: 0px;
	padding: 0px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
	color: #333;
	line-height: 40px;
}
.aspl-pricing-2 .aspl-pricing-2-item-featured {
	box-shadow: #ccc 0px 0px 10px;
	box-shadow: rgba(000,000,000,0.25) 0px 0px 10px;
	z-index: 100;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	margin-top: 0px;
}
.aspl-pricing-2 .aspl-pricing-2-item-featured .price {
	padding: 15px 0px;
	margin-top: 15px;
}
.aspl-pricing-2 .aspl-pricing-2-item-featured ul {
	margin: 15px 0px;
	margin-bottom: 45px;
}
.aspl-pricing-2 .aspl-pricing-2-item-featured p.pr-btn {
	margin-bottom: 45px;
}
.aspl-pricing-2-v2 .aspl-pricing-2-item .plan p {
	background-color: transparent !important;
	color: #333;
}
.aspl-pricing-2-v2 .aspl-pricing-2-item .plan .arrow {
	display: none !important;
}
.aspl-pricing-2-v2 .aspl-pricing-2-item .price {
	padding-top: 0px;
}

/*
	aspl-partner-logo
*/

.aspl-partner-logo {
	margin: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.aspl-partner-logo .inner {
	padding: 0px 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	height: 100%;
}
.aspl-partner-logo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align:middle;
}
.aspl-partner-logo .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/*
	aspl-store-search-1
*/

.aspl-store-search-1 {
	width: 100%;
	float: left;
	position: relative;
	padding-right: 90px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aspl-store-search-1-inner {
	width: 100%;
	float: left;
	min-height: 34px;
	background-color: #fff;
	border-radius: 3px;
}
.aspl-store-search-1 input[type=submit] {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px !important;
	width: 80px;
	transition-style: linear;
	transition-duration: 0.2s;
	border: 0px !important;
}
.aspl-store-search-1 input[type=text] {
	width: 100%;
	float: left;
}

/*
	aspl-product-1
*/

.aspl-product-1 {
	display: inline-block;
	float: left;
}
.aspl-product-1-inner {
	width: 100%;
	float: left;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 1;
	padding-bottom: 15px;
}
.aspl-product-1 figure {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 15px;
}
.aspl-product-1 figure img {
	float: left;
}
.aspl-product-1 figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.aspl-product-1 figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.aspl-product-1 figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.aspl-product-1 p.title {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: left;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	width: 100%;
	display: inline-block;
}
.aspl-product-1 p.title a {
	font-size: 100%;
	text-transform: capitalize;
}
.aspl-product-1 p.cart-btn {
	width: 100%;
}
.aspl-product-1 p.cart-btn a {
	display: inline-block;
	float: none;
}
.aspl-product-1 p {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 30px;
	margin-bottom: 0px;
}
.aspl-product-1 .details {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
	margin-bottom: 15px;
}
.aspl-product-1 .details span {
	border-top-width: 0px;
	border-top-style: solid;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	width: 50%;
	float: left;
	text-align: left;
}
.aspl-product-1 .details :first-child {
	font-size: 16px;
}
.aspl-product-1 .details :last-child {
	text-align: right;
}

/*
	aspl-call-to-action-3
*/

.aspl-call-to-action-3 {
	width: 100%;
	float: left;
	padding: 30px;
	background-color: #f2f2f2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left-width: 3px;
	border-left-style: solid;
	position: relative;
}
.aspl-call-to-action-3 .row {
	margin-top: 0px !important;
}
.aspl-call-to-action-3 h3 {
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
	font-weight: lighter;
}
.aspl-call-to-action-3 p {
	margin-bottom: 0px;
}
.aspl-call-to-action-3 .aspl-btn {
	width: 100%;
	margin-top: 6px;
	text-align: center;
}

/*
	ul
*/

ul.e-color-list {
	margin: 0px;
	padding: 0px;
}
ul.e-color-list li {
	padding: 5px 0px;
}
ul.e-border-list {
	border: 1px solid #e5e5e5;
	border-left-width: 0px;
	border-right-width: 0px;
	margin: 30px 0px !important;
	padding:  15px 0px !important;
}
ul.aspl-property-options {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.aspl-property-options li {
	width: 25%;
	color: #333;
	line-height: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
}
ul.aspl-property-options li .fa {
	margin-right: 10px;
}

/*
	aspl-tabs
*/

.aspl-tabs {
	width: 100%;
	float: left;
	text-align: left;
}
.aspl-tabs header {
	width: 100%;
	float: left;
	background-color: #e5e5e5;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}
.aspl-tabs header span {
	width: auto;
	float: left;
	padding: 0px 30px;
	line-height: 35px;
	cursor: pointer;
}
.aspl-tabs header span:hover {
	color: #333;
}
.aspl-tabs header span.active {
	border-top-width: 2px;
	border-top-style: solid;
	color: #fff;
	position: relative;
	z-index: 10;
}
.aspl-tabs header span.active div.arrow {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -3px;
	width: 10px;
	height: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    display: none;
}
.aspl-tabs header span.active div.arrow {
	display: block !important;
}
.aspl-tabs article {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	padding-bottom: 0px;
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
	display: none;
}
.aspl-tabs article p {
	margin-bottom: 30px;
}
.aspl-tabs article > .fa, .aspl-tabs article > .glyphicon, .dropcap {
	float: left;
	width: 54px;
	height: 54px;
	border-radius: 100px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-width: 2px;
	border-style: solid;
}
.dropcap {
	line-height: 54px;
}

/*
	aspl-toggle
*/

.aspl-toggle {
	width: 100%;
	display: inline-block;
	text-align: left;
}
.aspl-toggle article {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.aspl-toggle article header {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	line-height: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
	color: #333;
	text-transform: capitalize;
	cursor: pointer;
	transition-style: linear;
	transition-duration: 0.2s;
}
.aspl-toggle article header i {
	line-height: 40px;
	margin-right: 5px;
	float: left;
}
.aspl-toggle article header .glyphicon {
	line-height: 36px;
}
.aspl-toggle article p {
	background-color: #f2f2f2;
	padding: 30px;
	float: left;
	width: 100%;
}
.aspl-toggle article header .fa-plus {
	float: right;
	line-height: 40px;
	margin-right: 0px;
}
.aspl-toggle article header.active {
	color: #fff;
	border-top-width: 2px;
	border-top-style: solid;
}

/*
	aspl-skill-1
*/

.aspl-skill-1 {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 45px;
	position: relative;
	margin-bottom: 30px;
}
.aspl-skill-1 .color-1, .aspl-skill-1 .color-2 {
	width: 100%;
	float: left;
	border-radius: 300px;
}
.aspl-skill-1 .color-2-wrapper {
	position: absolute;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	width: 100%;
	height: 0px;
}
.aspl-skill-1 .color-2 {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.aspl-skill-1 .inner {
	background-color: #fff;
	background-color: rgba(255,255,255,0.2);
	text-align: center;
	border-radius: 300px;
	position: absolute;
	top: 55px;
	left: 10px;
	border-radius: 300px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.aspl-skill-1 .value {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0px;
	width: 100px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.aspl-skill-1 .value p {
	margin-bottom: 0px;
	position: relative;
	z-index: 10;
}
.aspl-skill-1 .value .arrow {
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: -2px;
	width: 15px;
	height: 15px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

/*
	aspl-skill-2
*/

.aspl-skill-2 {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
	height: 30px;
	background-color: #f2f2f2;
	position: relative;
}
.aspl-skill-2 p {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	line-height: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
	color: #fff;
}
.aspl-skill-2 span.color {
	float: left;
	height: 30px;
	line-height: 30px;
	position: relative;
}
.aspl-skill-2 span.bg {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 30px;
	width: 100%;
}

/*
	aspl-call-to-action-2
*/

.aspl-call-to-action-2 {
	padding: 60px 0px;
}
.aspl-call-to-action-2-inner {
	width: 100%;
	float: left;
	padding: 30px;
	background-color: #f2f2f2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left-width: 3px;
	border-left-style: solid;
	position: relative;
}
.aspl-call-to-action-2-inner h3 {
	text-transform: capitalize;
	text-align: left;
	margin: 0px;
}
.aspl-call-to-action-2-inner .aspl-btn {
	width: 100%;
	text-align: center;
}

/*
	aspl-soc-buttons-list
*/

.aspl-soc-buttons-list {
	padding: 60px 0px;
	text-align: center;
}
.aspl-soc-buttons-list h2 {
	color:  #fff;
}
.aspl-social-button-2 {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0px 20px;
	border-radius: 100px;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	transition-style: linear;
	transition-duration: 0.2s;
}
.aspl-social-button-2 .esb-main {
	width: 100%;
	float: left;
}
.aspl-social-button-2 .esb-main i {
	width: 100%;
	float: left;
	line-height: 60px;
	font-size: 24px;
}
.aspl-social-button-2-white {
	border-color: #fff;
	color: #fff;
}
.aspl-social-button-2-white:hover {
	background-color: #fff;
}
.aspl-social-button-2-white .esb-main i {
	color: #fff;
}
.aspl-social-button-2 .esb-tooltip .arrow {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
	width: 30px;
	height: 30px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.aspl-social-button-2 .esb-tooltip p {
	position: relative;
	z-index: 10;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.aspl-social-button-2 .esb-tooltip {
	position: absolute;
	width: 100px;
	color: #fff;
	line-height: 40px;
	top: -50px;
	left: 50%;
	margin-left: -50px;
	z-index: 10;
	display: none;
}

/*
	aspl-team-1
*/

.aspl-team-1 {
	float: left;
	text-align: left !important;
}
.aspl-team-1 .aspl-team-1-inner {
	background-color: #fff;
	width: 100%;
	float: left;
}
.aspl-team-1 header {
	width: 100%;
	float: left;
	height: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-left: 100px;
}
.aspl-team-1 header .name {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
}
.aspl-team-1 header .name small {
	color: #333;
	width: 100%;
	float: left;
	margin-top: 15px;
}
.aspl-team-1 header .name p {
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
}
.aspl-team-1 header figure {
	width: 100px;
	height: 100px;
	position: absolute;
	max-width: none;
	max-height: none;
	min-height: none;
	min-width: none;
	max-height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.aspl-team-1 .aspl-team-1-details {
	border: 1px solid #e5e5e5;
	border-top-width: 0px;
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	color: inherit !important;
}
.aspl-team-1 .aspl-team-1-details p.role {
	font-style: italic;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.aspl-team-1 p {
	width: 100%;
	float: left;
	margin-bottom: 0px;
}
.aspl-team-1 p.links {
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
	padding-top: 30px;
	margin-top: 30px;
}
.aspl-team-1 p.links a {
	margin-right: 15px;
}

/*
	blockquote
*/

blockquote {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px;
	border: 0px;
	padding-left: 60px;
}
blockquote .blockquote-inner {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#C0C0BA;
	border-left-width: 2px;
	border-left-style: solid;
	padding: 30px;
	font-style: italic;
	color: #fff;
	margin-left: -25px;
}
blockquote .blockquote-inner .fa-quote-left {
	margin-right: 15px;
}
blockquote .blockquote-inner .fa-quote-right {
	margin-left: 15px;
}

/*
	#map-canvas
*/

#map-canvas {
	height: 500px;
	width: 100%;
	display: inline-block;
}
#map-canvas-2 {
	height: 300px;
	width: 100%;
	display: inline-block;
}

/*
	p.contact-item
*/

p.contact-item {
	position: relative;
	padding-left: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p.contact-item i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	border-radius: 100px;
}

/*
	aspl-side-navi
*/

.aspl-side-navi, .aspl-side-navi ul, .aspl-side-navi ul li {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.aspl-side-navi {
	float: none;
	display: inline-block;
}
.aspl-side-navi ul {
	border: 1px solid #e5e5e5;
	border-top-width: 0px;
}
.aspl-side-navi ul li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 15px;
	line-height: 40px;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
}
.aspl-side-navi ul li i {
	transition-style: linear;
	transition-duration: 0.2s;
	color: #ddd;
}
.aspl-side-navi ul li.active {
	border-top-width: 2px;
}
.aspl-side-navi ul li.active a {
	color: #fff;
}

/*
	aspl-f1
*/

.aspl-f1 {
	width: 100%;
	display: inline-block;
	border-top-width: 0px;
	border-top-style: solid;
}
.aspl-f1 input[type=submit], .aspl-f1 button {
	margin-left: 150px;
}
p.no-margin input[type=submit], p.no-margin button {
	margin-left: 0px;
}
.aspl-f1 input.sec {
	margin-left: 150px;
}
.aspl-f1 input.wide, .aspl-f1 textarea {
	min-width: 400px;
}
.aspl-f1 label.wide {
	width: 100%;
}
.aspl-f1 textarea {
	min-height: 100px;
}
.aspl-f1 textarea[id="drop-message"] {
	min-width: 100%;
}

/*
	aspl-partner-1
*/

.aspl-partner-1 {
	width: 100%;
	float: left;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding: 60px 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 260px;
	position: relative;
}
.aspl-partner-1 figure {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 60px;
}
.aspl-partner-1 p.desc {
	margin-bottom: 0px;
}
.aspl-partner-1 p.title {
	font-size: 24px;
}

/*
	aspl-career-1
*/

.aspl-career-1, .aspl-career-1 header {
	width: 100%;
	float: left;
}
.aspl-career-1 {
	padding: 60px 0px;
	border: 0px solid #e5e5e5;
	border-top-width: 1px;
}
.aspl-career-1 header {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 0px;
	padding-left: 130px;
	height: 100px;
	margin-bottom: 30px;
}
.aspl-career-1 header i {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #333;
	background-color: #f2f2f2;
	font-size: 38px;
	border-radius: 100px;
}
.aspl-career-1 header small {
	line-height: 16px;
}
.aspl-career-1 header p {
	line-height: 34px;
	font-size: 24px;
	color:  #333;
}
.aspl-career-1 .details {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	display: none;
}

/*
	aspl-404-search-form
*/

.aspl-404-search-form {
	max-width: 500px;
	display: inline-block;
	float: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.aspl-404-search-form input {
	width: 100%;
	float: left;
}

/*
	riva-countdown
*/

.riva-countdown {
	text-align: center;
	width: 100%;
	float: left;
}
.riva-countdown .riva-countdown-item {
	margin: 0px 5px;
	display: inline-block;
	width: 90px;
}
.riva-countdown .riva-countdown-item .value, .riva-countdown .riva-countdown-item .label {
	width: 100%;
	float: left;
}
.riva-countdown .riva-countdown-item .value {
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top,  #555555 0%, #151515 50%, #353535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353535), color-stop(50%,#151515), color-stop(100%,#353535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #555555 0%,#151515 50%,#353535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #555555 0%,#151515 50%,#353535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #555555 0%,#151515 50%,#353535 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #555555 0%,#151515 50%,#353535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#353535',GradientType=0 ); /* IE6-9 */
	text-align: center;
	padding: 15px 10px;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	border: 1px solid #555555;
	box-shadow: inset #151515 0px 0px 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: bold;
	position: relative;
}
.riva-countdown .riva-countdown-item .value p {
	margin-bottom: 0px;
}
.riva-countdown .riva-countdown-item .value span.line {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 35px;
	left: 0px;
	background-color: #151515;
	box-shadow: #555 0px 0px 2px;
}
.riva-countdown .riva-countdown-item .label {
	font-size: 13px;
	text-transform: capitalize;
	border-radius: 0px;
	font-weight: normal;
}

p.contacts-soon-1 {
	width: 50% !important;
	text-align: right !important;
	margin: 0px !important;
	float: left !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
}
p.contacts-soon-2 {
	width: 50% !important;
	text-align: left !important;
	margin: 0px !important;
	float: left !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
}

/*
	aspl-sorting
*/

.aspl-sorting {
	width: 100%;
	float: left;
}
.aspl-sorting .aspl-sorting-filters {
	width: 100%;
	float: left;
	background-color: #e5e5e5;
	margin-bottom: 30px;
	margin-top: 20px;
}
.aspl-sorting .aspl-sorting-filters span {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	line-height: 35px;
	padding: 0px 30px;
	float: left;
	width: auto;
	cursor: pointer;
	transition-style: linear;
	transition-duration: 0.2s;
	background-color: #e5e5e5;
}
.aspl-sorting .aspl-sorting-filters span:hover {
	transition-style: linear;
	transition-duration: 0.2s;
	color: #333;
}
.aspl-sorting .aspl-sorting-filters span.active {
	border-top-width: 2px;
	border-top-style: solid;
	color: #fff;
}

/*
	aspl-qa
*/

.aspl-qa {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}
.aspl-qa .q, .aspl-qa .a {
	width: 100%;
	float: left;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}
.aspl-qa .q {
}
.aspl-qa .lbl {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}
.aspl-qa .q .arrow, .aspl-qa .a .arrow {
	width: 10px;
	height: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 22px;
    top: 10px;
    z-index: 100;
}
.aspl-qa .q p {
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
	color: #333;
	line-height: 30px;
}

/*
	aspl-featured-box
*/

.aspl-featured-box {
	width: 100%;
	float: left;
	background-color: #f2f2f2;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aspl-featured-box h3 {
	text-transform: capitalize;
	margin-top: 0px;
}
.aspl-featured-box :last-child {
	margin-bottom: 0px;
}

/*
	aspl-msg
*/

.aspl-msg {
	width: 100%;
	float: left;
	border-width: 1px;
	border-style: solid;
}
.aspl-msg header {
	width: 100%;
	float: left;
	line-height: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-transform: capitalize;
	font-weight: bold;
}
.aspl-msg header .fa {
	float: right;
	line-height: 40px;
	cursor: pointer;
}
.aspl-msg p {
	width: 100%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0px;
	padding: 30px;
	color: #333;
}
.aspl-msg-success {
	background-color: #f6faee;
	border-color: #d3dbc6;
}
.aspl-msg-success header {
	color: #688438;
	border-bottom-color: #d3dbc6;
}
.aspl-msg-error {
	background-color: #faeeee;
	border-color: #dbc6c6;
}
.aspl-msg-error header {
	color: #843838;
	border-bottom-color: #dbc6c6;
}
.aspl-msg-attention {
	background-color: #faf8ee;
	border-color: #dbd7c6;
}
.aspl-msg-attention header {
	color: #847738;
	border-bottom-color: #dbd7c6;
}
.aspl-msg-info {
	background-color: #eef5fa;
	border-color: #c6d1db;
}
.aspl-msg-info header {
	color: #386384;
	border-bottom-color: #c6d1db;
}

/*
	aspl-projects-listing
*/

.aspl-projects-listing {
	display: inline-block;
	border: 0px solid #f00;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aspl-projects-listing .aspl-project {
	display: inline-block;
}

/*
	aspl-pagination
*/

.aspl-pagination {
	width: auto;
	display: inline-block;
}
.aspl-pagination .page-numbers {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border: 1px solid #e5e5e5;
}
.aspl-pagination .page-numbers:hover {
	text-decoration: none;
	color: #fff;
}
.aspl-pagination .next, .aspl-pagination .prev {
	width: auto;
	padding: 0px 10px;
}
.aspl-pagination .current {
	color: #fff;
}

p.project-date {
	color: #333;
	width: 100%;
	display: inline-block;
}
p.used-skills {
	width: 100%;
	display: inline-block;
}
p.used-skills span {
	margin-right: 30px;
	text-transform: capitalize;
	color: #333;
	word-wrap: normal;
	float: left;
	line-height: 200%;
}
p.used-skills span i {
	margin-right: 5px;
}

/*
	aspl-single-estate
*/

.aspl-single-estate {
}
.aspl-single-estate div.header {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 0px;
	padding-right: 180px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.aspl-single-estate p.price {
	width: 180px;
	font-size: 200%;
	font-weight: bold;
	line-height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	line-height: 30px;
}
.aspl-single-estate p.type {
	width: 180px;
	display: inline-block;
	margin-bottom: 0px;
	position: absolute;
	right: 0px;
	top: 30px;
	text-align: center;
}
.aspl-single-estate p.type span {
	border-radius: 3px;
	font-size: 80%;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	position: relative;
	line-height: 150%;
	height: auto;
	margin-bottom: 15px;
	padding: 0px 10px;
	display: inline-block;
}
.aspl-single-estate .aspl-propert-details {
	float: left;
}
.aspl-single-estate .aspl-propert-details h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.aspl-single-estate .aspl-propert-details .inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
}
.aspl-single-estate .aspl-propert-details ul, .aspl-single-estate .aspl-propert-details ul li {
	padding: 0px;
	margin: 0px;
}
.aspl-single-estate .aspl-propert-details ul li {
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	color: #333;
}
.aspl-single-estate .aspl-propert-details ul li span {
	float: right;
	font-weight: bold;
}
.aspl-single-estate .aspl-propert-details .agent {
	width: 100%;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 120px;
	min-height: 100px;
	position: relative;
	font-size: 200%;
	line-height: 120%;
	color: #333;
	padding-top: 15px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.aspl-single-estate .aspl-propert-details .agent figure {
	width: 100px;
	height: 100px;
	background-color: #e5e5e5;
	overflow: hidden;
	border-radius: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.aspl-single-estate .aspl-propert-details .fa {
	color: #ccc;
}
.aspl-single-estate .aspl-propert-details p.agent-cosial {
	width: 100%;
	display: inline-block;
}
.aspl-single-estate .aspl-propert-details p.agent-cosial a {
	float: left;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 100px;
	margin-right: 5px;
}
.aspl-single-estate .aspl-propert-details p.agent-cosial a .fa {
	color: #fff;
}
.aspl-single-estate .aspl-propert-details #aspl-property-map {
	width: 100%;
	display: inline-block;
	height: 200px;
}

/*
	aspl-store-filters
*/

.aspl-store-filters {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
.aspl-store-filters p {
	width: auto;
	float: left;
	color: #333;
	margin-right: 30px;
	line-height: normal;
	line-height: 40px;
	margin-bottom: 0px;
}
.aspl-store-filters p i {
	margin-left: 5px;
	cursor: pointer;
}

/*
	aspl-single-product
*/

.aspl-single-product {
	width: 100%;
}
.aspl-single-product p.price {
	font-size: 200%;
	margin: 15px 0px;
	margin-top: 0px;
	width: 100%;
	display: inline-block;
	float: left;
}
.aspl-single-product ul.product-options {
	padding: 0px;
	margin: 15px 0px;
}
.aspl-single-product ul.product-options li {
	line-height: 200%;
	width: 100%;
	display: inline-block;
}
.aspl-single-product ul.product-options li span {
	color: #333;
	font-weight: bold;
}
.aspl-single-product p.qty {
	width: 100%;
	display: inline-block;
	margin: 15px 0px;
	color: #333;
	font-weight: bold;
}
.aspl-single-product p.qty span.qty-fld {
	text-align: center;
	width: 40px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	line-height: 20px;
	padding: 5px 10px;
	display: inline-block;
	font-weight: bold;
	color: #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
}
.aspl-single-product p.qty i.fa {
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	transition-style: linear;
	transition-duration: 0.2s;
}
.aspl-single-product p.qty i.fa-plus {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-left: 15px;
}
.aspl-single-product p.qty i.fa-minus {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/*
	h3-2
*/

h3.h3-2 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 100%;
	color: #333;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 100%;
	display: inline-block;
}
p.blog-cat {
	font-size: 140%;
	color: #333;
	margin-bottom: 30px;
}

/*
	aspl-section-cart
*/

.aspl-section-cart {
}
.aspl-section-cart p.incart {
	font-size: 150%;
	color: #333;
}
.aspl-section-cart p.incart span {
	border-radius: 100px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	color: #fff;
	margin: 0px 5px;
	display: inline-block;
}
.aspl-section-cart .shoppin-cart-table {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin: 15px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e5e5;
}
.aspl-section-cart .shoppin-cart-table thead {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.aspl-section-cart .shoppin-cart-table thead td {
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aspl-section-cart .shoppin-cart-table tr {
	width: 100%;
}
.aspl-section-cart .shoppin-cart-table td {
	padding: 0px;
	border-collapse: collapse;
}
.aspl-section-cart .shoppin-cart-table td.id {
	width: 5%;
}
.aspl-section-cart .shoppin-cart-table td.item {
	width: 65%;
}
.aspl-section-cart .shoppin-cart-table td.price {
	width: 10%;
}
.aspl-section-cart .shoppin-cart-table td.qty {
	width: 10%;
}
.aspl-section-cart .shoppin-cart-table td.total {
	width: 10%;
}
.aspl-section-cart .shoppin-cart-table tbody td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aspl-section-cart .shoppin-cart-table tbody tr.hover {
	background-color: #f2f2f2;
}
.aspl-section-cart .shoppin-cart-table tbody td .total {
	color: #333;
	font-weight: bold;
	font-size: 150%;
}
.aspl-section-cart .shoppin-cart-table tbody td .price {
	color: #333;
	font-size: 150%;
}
.aspl-section-cart .shoppin-cart-table tbody td p.qty {
	width: 100%;
	display: inline-block;
	margin: 15px 0px;
	color: #333;
	font-weight: bold;
}
.aspl-section-cart .shoppin-cart-table tbody td p.qty span.qty-fld {
	text-align: center;
	width: 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	line-height: 20px;
	display: inline-block;
	font-weight: bold;
	color: #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aspl-section-cart .shoppin-cart-table tbody td p.qty i.fa {
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	transition-style: linear;
	transition-duration: 0.2s;
	font-size: 70%;
}
.aspl-section-cart .shoppin-cart-table tbody td p.qty i.fa-plus {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.aspl-section-cart .shoppin-cart-table tbody td p.qty i.fa-minus {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.aspl-section-cart ul.order-total {
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
.aspl-section-cart ul.order-total li {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
}
.aspl-section-cart ul.order-total li span {
	float: right;
	color: #333;
	font-size: 130%;
}
.aspl-section-cart ul.order-total li strong {
	color: #333;
	font-weight: bold;
}
.aspl-section-cart ul.order-total li span.total {
	font-weight: bold;
}

/*
	riva-toggle-tab
*/

.riva-toggle-tab h2 {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

/*
	payment-option
*/

.payment-option {
	width: 33.33333333%;
	display: inline-block;
	text-align: center;
	float: left;
}
.payment-option span {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 100px;
	border-width: 10px;
	border-style: solid;
	border-color: #e5e5e5;
	font-size: 300%;
	font-weight: bold;
	line-height: 80px;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.payment-option p {
	color: #333;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
}
.payment-option small {
	line-height: 100%;
}

/*
	aspl-post
*/

.aspl-post {
	width: 100%;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 75px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border: 0px solid #e5e5e5;
	border-bottom-width: 1px;
}
.aspl-post .img {
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
}
.aspl-post figure {
	margin-bottom: 30px;
	width: 100%;
	float: left;
	max-height: 200px;
	overflow: hidden;
	position: relative;
}
.nvor-post figure img {
	position: absolute;
	max-width: 100%;
	left: 0px;
	top: auto;
}
.aspl-post figure figcaption {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.aspl-post figure figcaption i {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	background-color: #fff;
	text-align: center;
	line-height: 64px;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	top: 0;
	margin-top: -30px;
	left: 50%;
	margin-left: -30px;
}
.aspl-post figure figcaption i:hover {
	color: #fff;
	transition-duration: 0.2s;
	transition-style: linear;
}
.aspl-post header {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
.aspl-post header h3 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}
.aspl-post header h3 a, .aspl-post header h3 span {
	display: inline-block;
	float: left;
	line-height: 30px;
}
.aspl-post header h3 .fa {
	width: 30px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 60%;
	color: #fff;
	text-align: center;
	float: left;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.aspl-post header p {
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 80%;
	width: 100%;
	float: left;
}
.aspl-post .date {
	position: absolute;
	width: 60px;
	left: 0px;
	top: 0px;
}
.aspl-post .date span {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 30px;
}
.aspl-post .date span.day {
	font-size: 180%;
	color: #333;
	font-weight: bold;
}
.aspl-post .date span.month {
	letter-spacing: 2px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 80%;
}
.aspl-post .likes {
	position: absolute;
	width: 60px;
	left: 0px;
	top: 75px;
}
.aspl-post .likes span {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 30px;
}
.aspl-post .likes span.month {
	letter-spacing: 2px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 80%;
}
.aspl-post .likes span .fa {
	font-size: 180%;
	color: #333;
	font-weight: bold;
}
.aspl-post-2 {
	padding-left: 390px;
	min-height: 200px;
}
.aspl-post-2 figure {
	max-width: 300px;
	position: absolute;
	left: 75px;
	top: 0px;
}
.aspl-post p.tags {
	margin-bottom: 0px;
}
.aspl-post p.tags a {
	margin-right: 10px;
}
.aspl-post p.tags i.fa {
	color: #ddd;
}

/*
	aspl-post-author
*/

.aspl-post-author, .aspl-comment .inner {
	width: 100%;
	display: inline-block;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	padding-left: 160px;
	min-height: 160px;
	position: relative;
}
.aspl-post-author figure, .aspl-comment figure, .aspl-comment i.fa {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	position: absolute;
	overflow: hidden;
	left: 30px;
	top: 30px;
	border: 3px solid #fff;
}
.aspl-post-author p {
	margin-bottom:  0px;
}
.aspl-post-author p.name {
	margin-bottom: 10px;
	font-size: 140%;
	font-weight: bold;
}
.aspl-post-author p.role {
	margin-bottom: 10px;
	color: #333;
	font-style: italic;
}

/*
	aspl-comment
*/

.aspl-comment {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aspl-comment .aspl-comment {
	padding-left: 60px;
}
.aspl-comment .inner {
	border: 1px solid #e5e5e5;
	color: inherit;
	margin-bottom: 30px;
}
.aspl-comment figure {
	border: 0px;
}
.aspl-comment p.meta {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 100%;
	display: inline-block;
}
.aspl-comment p.meta .author {
	font-size: 140%;
	float: left;
}
.aspl-comment p.meta .date {
	float: right;
	text-transform: capitalize;
}
.aspl-comment i.fa {
	color: #fff;
	font-size: 250%;
	line-height: 100px;
	text-align: center;
}

/*
	boxed
*/

.aspl-boxed {
	margin: 0px auto;
}
.aspl-boxed .aspl-boxed-wrapper {
	width: 100%;
	float: left;
	background-color: #fff;
}
.aspl-boxed-bg {
	width: 100%;
	float: left;
	background-color: #eee;
}


/*
	aspl-post-masonry
*/
.aspl-post-masonry {
	width: 33.33333333333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px;
	border-bottom-width: 0px;
	margin-bottom: 20px;
}
.aspl-post-masonry .inner {
	border: 1px solid #e5e5e5;
	padding: 10px;
}
.aspl-post-masonry .inner header h3 a {
	font-size: 18px;
	line-height: normal;
	margin-bottom: 15px;
}
.aspl-post-masonry .inner figure {
	margin-bottom: 15px;
}
.aspl-post-masonry .inner figure {
	position: relative;
}
.aspl-post-masonry .inner figure img {
	position: relative;
	width: auto;
	height: auto;
}

/*
	cbp_tmlabel
*/
.cbp_tmlabel .aspl-post {
	margin-bottom: 0px;
	border-bottom-width: 0px;
	padding-bottom: 0px;
}
.cbp_tmlabel .aspl-post figure {
	margin-bottom: 15px;
}
.cbp_tmlabel .aspl-post header h3 {
	padding-left: 0px;
}
.cbp_tmtimeline {
	margin-bottom: 30px;
	width: 100%;
	display: inline-block;
}

/* Custom Card */

.aspl-card {
	margin: 20px 0px;
	margin-top: 0px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	width: 100%;
	background:#fff;
	padding:10px 10px
	
}

.aspl-card1 {
	margin: 20px 0px;
	margin-top: 0px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	width:130px;
	height:130px;
	background:#fff;
}

.aspl-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.aspl-card-container {
  padding: 2px 16px;   
}


.aspl-card-btn {
  /* default for <button>, but useful for <a> */
  display: inline-block;
  text-align: center;
  text-decoration: none;

  /* create a small space when buttons wrap on 2 lines */
  margin: 2px 0;

  /* invisible border (will be colored on hover/focus) */
  border: solid 1px transparent;
  border-radius: 4px;

  /* size comes from text & padding (no width/height) */
  padding: 0.5em 2em;

  /* make sure colors have enough contrast! */
  color: #ffffff;
  background-color: #FF9A35;
}

/* inverse colors on mouse-over and focus */
.aspl-card-btn:hover,
.aspl-card-btn:focus {
  color: #9555af;
  border-color: currentColor;
  background-color: white;
}

.card-inner{
    overflow: hidden !important;
}

.card-inner img{
    transition: all 1.5s ease;
}

.card-inner:hover img{
    transform: scale(1.5)
}


.aspl-ourservices{
	width: 100%;
	float: left;
	padding-top: 60px;
	padding-bottom: 60px;
}

.rowsetting{
	margin:60px 0px !important;
}

#testimonial .container-fluid {
	padding:20px;
	background-color:#F9F9F9;
}
	
.carousel-inner .carousel-item{
	height:135px;
	width:135px;
	
}

.carousel-control-prev{
	left:-100px
}

.carousel-control-next{
	right:-100px
}










#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 70px;
	width:20%;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



.aspl-section-testi {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	background:#F9F9F9 !important;
	text-align: center;
	vertical-align:middle;
}


.aspl-section-test2 {
	width: 100%;
	float: left;
	padding-top: 60px;
	padding-bottom: 60px;
	background:#e02500;
}


.aspl-section-heading {
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 40px;
    margin-bottom: 1.9em;
    text-align: center;
    color: #ff914f;
    text-transform: capitalize;
    position: relative;
    margin-top: 0;
}
.aspl-section-heading span {
    display: block;
    font-size: 17px!important;
    margin-top: 1em;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 500;
}
.aspl-section-heading span:after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
}


/* Bus bar Prouduct */

#busbar-header{
	padding: 0px 0px;
}

#busbar-des h2{
	margin-top: 0px;
	color: #ff914f;
	
}
.aspl-section-product-heading {
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 40px;
    margin-bottom: 1em;
    text-align: center;
    color: #ff914f;
    text-transform: capitalize;
    position: relative;
    margin-top: 0;
}

.aspl-product-section {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 60px;
	background:#f2f2f2;
}

.aspl-product-header{
	background-image: url("../img/products/Wieless-busbar-temperature-monitoring-and-Circuit-breaker.png");
	height: 600px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.aspl-uni3-header{
	background-image: url("../img/products/Wireless-Serial-to-RS485-Converter.png");
	height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.aspl-led-header{
	background-image: url("../img/products/Industrial-LED-Display.png");
	height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.aspl-dido-header{
	background-image: url("../img/products/Wireless-DI-DO.png");
	height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.aspl-ncp25-header{
	background-image: url("../img/products/Non-Contact-Liquid-Level-Sensor-for-Non-Metallic.png");
	height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.aspl-ncm25-header{
	background-image: url("../img/products/Non-Contact-Liquid-Level-Switch-For-Metal-Tanks.png");
	height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.aspl-capacitive-header{
	background-image: url("../img/products/Liquid-level-Switch-sevage.png");
	height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.aspl-calibrator-header{
	background-image: url("../img/products/HART-Signal-Generator.png");
	height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.aspl-RS485-ethernet-header{
	background-image: url("../img/products/Isolated-Modbus-RS485-to-Ethernet-Convertor.png");
	height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.aspl-usb-ethernet-header{
	background-image: url("../img/products/Isolated-USB-to-RS485-Convertor.png");
	height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.aspl-pt100-header{
	background-image: url("../img/products/wireless 4-channel-PT100-RTD.png");
	height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.aspl-4-20mA-header{
	background-image: url("../img/products/Wireless-4-20mA-ADC-Converter1.png");
	height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.aspl-wrht-header{
	background-image: url("../img/products/Wireless-rht-clean-rooms.png");
	height: 700px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.col-one-third{
	display: block;
    position: relative;
    margin-bottom: 50px;
    float: left;
}
.feature-box{
	position:relative;
	padding: 0 0 0 20px;

}
.fbox-icon{
	display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}

