/*@import url(https://fonts.googleapis.com/css?family=Open+Sans|Work+Sans:300,400,500,600&display=swap);*/

/* Theme Custom Select	*/
.hp-select {
	color:#676767;
	float:left;
	width: 100%;
	position: relative;
}
.hp-select:after {
	top: 0;
	right: 20px;
	z-index: 2;
	color: #767676;
	display: block;
	content: "\e64b";
	position: absolute;
	font-size: 10px;
	text-align: center;
	line-height: 50px;
	pointer-events: none;
	font-family: themify;
}
.hp-select select {
	z-index: 1;
	width: 100%;
	position: relative;
	appearance: none; 
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 40px; 
}
.hp-select select option { color:#676767; }
/*Inner Banner Style*/
.hp-innerbanner{
	background: #f1f9fe;
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 20px 0 rgba(0,0,0,0.1);
	clear: both;
}
.hp-search-form{
	float: left;
	width: 100%;
	padding: 30px 0;
}
.hp-search-form fieldset{
	margin: -5px;
}
.hp-search-form .form-group{
	padding: 5px;
	width: 25%;
}
.hp-search-form .form-group:first-child{width: 44%}
.hp-search-form .hp-formbtns{
	width: 5.5%;
	margin-top: 22px; 
}
.hp-search-form .hp-formbtns .hp-btn{
	min-width: 0;
	min-width: 100%;
	line-height: 46px;
}
/* Theme Custom CheckBox Radio	 */
.hp-radio,
.hp-radio label,
.hp-checkbox,
.hp-checkbox label {
	margin:0;
	width: 100%;
	float: left;
	color: #333;
	line-height: 20px;
	position: relative;
}
.hp-radio label,
.hp-checkbox label {
	cursor:pointer;
	display:block;
	padding:0 0 0 30px;
	font-family: 'Work Sans';
}
.hp-radio input[type="radio"],
.hp-checkbox input[type=checkbox] { display:none; }
.hp-radio input[type="radio"] + label:before,
.hp-checkbox input[type=checkbox] + label:before {
	top: 0;
	left: 0;
	color: #cfcfcf;
	font-size: 14px;
	line-height: 20px;
	content: '\f111';
	position: absolute;
	font-family: Font Awesome\ 5 Free;
	content: '\f0c8';
}
.hp-radio input[type="radio"]:checked + label:before,
.hp-checkbox input[type=checkbox]:checked + label:before {
	content: "\f058";
	color: #2e5ba7;
	font-weight: 600;
	content: "\f14a";
}
.hp-radio input[type="radio"] + label:before,{
	content: '\f111';
}
.hp-radio input[type="radio"]:checked + label:before{content: "\f14a"; content: "\f058"; }
.hp-radio input[type="radio"] + label:before{content: '\f111';}
/* Theme Global Elements */
.hp-section-wrap {
	width:100%;
	float:left;
	padding: 80px 0; 
}
.hp-twocolumns.hp-section-wrap{padding: 40px 0 80px; }
.hp-section-color{background: #f8fafb;}
.hp-btn {
	color: #ffffff;
	padding: 0 10px;
	position:relative;
	text-align:center;
	display: inline-block;
	min-width: 160px;
	border:2px solid #ffffff;
	border-radius: 4px;
	vertical-align: middle;
	text-transform: uppercase;
	font:500 14px/40px 'Work Sans';
}
.hp-btn:hover{
	color:#222222;
}
.hp-btn:fouse {
	outline: none;
	border: 0;
}
.active{color: #3f3f3f;}
.hp-socialicons {
	float: left;
	width: 100%;
	line-height: 20px;
}
.hp-socialicons li {
	float: left;
	padding: 0 10px;
	line-height: inherit;
	list-style-type: none;
}
.hp-socialicons li:first-child{padding-left: 0; }
.hp-socialicons li:last-child{padding-right: 0; }
.hp-socialicons li a {
	color: #fff;
	display:block;
	overflow:hidden;
	font-size: 15px;
	position:relative;
	line-height: inherit;
	text-transform:capitalize;
}
.hp-inputwithicon.hp-facebook .hp-icon,
.hp-checkbox.hp-facebook,
li.hp-facebook a { color: #3b5999; }
.hp-inputwithicon.hp-twitter .hp-icon,
.hp-checkbox.hp-twitter,
li.hp-twitter a { color:#55acee; }
.hp-inputwithicon.hp-linkedin .hp-icon,
.hp-checkbox.hp-linkedin,
li.hp-linkedin a { color:#0077B5; }
.hp-inputwithicon.hp-skype .hp-icon,
.hp-checkbox.hp-skype,
li.hp-skype a { color:#00aff0; }
.hp-checkbox.hp-dropbox,
li.hp-dropbox a { color:#007ee5; }
.hp-checkbox.hp-vimeo,
li.hp-vimeo a { color:#1ab7ea; }
.hp-checkbox.hp-tumblr,
li.hp-tumblr a { color:#34465d; }
.hp-checkbox.hp-yahoo,
li.hp-yahoo a { color:#410093; }
.hp-inputwithicon.hp-googleplus .hp-icon,
.hp-checkbox.hp-googleplus,
li.hp-googleplus a { color:#dd4b39; }
.hp-inputwithicon.hp-pinterestp .hp-icon,
.hp-checkbox.hp-pinterestp,
li.hp-pinterestp a { color:#bd081c; }
.hp-checkbox.hp-youtube,
li.hp-youtube a { color:#cd201f; }
.hp-checkbox.hp-stumbleupon,
li.hp-stumbleupon a { color:#eb4924; }
.hp-checkbox.hp-reddit,
li.hp-reddit a { color:#ff5700; }
.hp-checkbox.hp-quora,
li.hp-quora a { color:#b92b27; }
.hp-checkbox.hp-yelp,
li.hp-yelp a { color:#af0606; }
.hp-checkbox.hp-soundcloud,
li.hp-soundcloud a { color:#ff3300; }
.hp-checkbox.hp-whatsapp,
li.hp-whatsapp a { color:#25d366; }
.hp-checkbox.hp-wechat,
li.hp-wechat a { color:#09b83e; }
.hp-checkbox.hp-instagram,
li.hp-instagram a { color:#e4405f; }
.hp-checkbox.hp-dribbble,
li.hp-dribbble a { color:#ea4c89; }
.hp-checkbox.hp-flickr,
li.hp-flickr a { color:#ff0084; }
.hp-checkbox.hp-rss,
li.hp-rss a { color:#ff6600; }
.hp-socialicons li a i {
	display:block;
	text-align:center;
	font-size: inherit;
	line-height: inherit;
}
.hp-text {
	width: 100%;
	float: left;
}
.hp-color-bg { background:#f8fafb; }
.hp-stars span,
.hp-stars {
	width:78px;
	height: 16px;
	float: left;
	line-height:16px;
	position:relative;
}
.menu-item-has-children,
.menu-item-has-mega-menu{ position: relative; }
.mega-menu-row{
	width: 100%;
	float: left;
	display: table;
	table-layout: fixed;
}
.mega-menu-col{
	display: table-cell;
	vertical-align: top;
}
.navbar-toggle {
	border: 0;
	margin: 3px 0;
	border-radius: 0;
	padding: 10px 12px;
}
.navbar-toggle .icon-bar{background: #fff;}
.hp-form{
	width:100%;
	float:left;
}
.hp-form fieldset{
	border:0;
	padding:0;
	width:auto;
	margin:-5px;
	position:relative;
}
.hp-inputwithicon{position:relative;}
.hp-inputwithicon i{
	top:0;
	right:0;
	z-index:2;
	width:50px;
	height:50px;
	line-height:50px;
	position:absolute;
	text-align: center;
}
.hp-inputwithicon i + .form-control{padding-right: 60px;}
.hp-inputwithicon .form-control{
	z-index:1;
	position:relative;
}
.form-title{
	font-size: 14px;
	color: #999999;
	font-family: 'Work Sans';
	font-weight: 600;
	line-height: 1.1;
	text-transform: uppercase;
}
/* Theme Pagination Style */
.hp-pagination {
	width:100%;
	float: left;
	font: 600 12px/20px 'Work Sans';
}
.hp-pagination ul {
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	width: 100%;
	justify-content: center;
}
.hp-pagination ul li {
	float:left;
	margin:0 10px;
	line-height: inherit;
	list-style-type:none;
}
.hp-pagination ul li.hp-prevpage { margin-left:20px; }
.hp-pagination ul li.hp-nextpage { margin-right:20px; }
.hp-pagination ul li.hp-prevpage,
.hp-pagination ul li.hp-nextpage{font-size: 20px;}
.hp-pagination ul li a{
	display:block;
	color:#afafaf;
	text-align:center;
	position:relative;
	line-height: inherit;
}
.hp-pagination ul li.active a,
.hp-pagination ul li a:hover{color: #2e5ba7;}
.hp-pagination ul li a i{line-height: inherit;}
/* == Theme BreadCrumb Styl === */
.hp-breadcrumb-section{
	float: left;
	width: 100%;
}
.hp-breadcrumb {
	padding: 0;
	margin:0;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 5px;
	font:14px/20px 'Work Sans';
}
.hp-breadcrumb li {
	width:auto;
	list-style-type:none;
	display: inline-block;
	vertical-align: middle;
	line-height:inherit;
	padding:0 15px;
	position:relative;
}
.hp-breadcrumb li:after {
	top:0;
	left:-8px;
	content: "\e649";
	position:absolute;
	font-size: 10px;
	color: #333333;
	font-family: themify;
}
.hp-breadcrumb li{padding-left: 0; }
.hp-breadcrumb li:last-child { padding: 0 0 0 15px;}
.hp-breadcrumb li:first-child:after { display: none; }
.hp-breadcrumb li a {display:block;}
.hp-breadcrumb-title h3{
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
}
.hp-breadcrumb-wrap{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.hp-viewlist{margin-left: auto;}
.hp-viewlist a{
	font-size: 18px;
	line-height: 20px;
	color: #999999;
	vertical-align: middle;
	display: inline-block;
}
.hp-viewlist a + a{
	margin-left: 26px; 
}
.hp-viewlist a.layoutactive,
.hp-viewlist a:hover{
	color: #2e5ba7;
}
/* ==== Theme Styling === */
.hp-main {
	padding: 20px 0;
	float: left;
	width: 100%	;
}
/* ==== Header Style ===== */
.hp-logo{
	float: left;
}
.hp-rightarea{
	float: right;
	margin-left: auto; 
}
.hp-header{
	background: #ffffff;
	position: relative;
	border-bottom: 1px solid #dddddd;
}
.hp-header-nav{
	float: left;
	width: 100%;
	padding: 25px 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hp-nav{
	border-left: 1px solid #eee;
	float: left;
	margin-left: 30px;
	padding-left: 12px;  
}
.hp-navigation{
	font-family: 'Work Sans';
	float: left;
	width: auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin-right: 12px; 
}
.hp-nav .navbar-toggler{
	padding: 0;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border: 0;
	border-radius: 5px;
	outline: none;
	margin: 0 20px 0 0px;
}
.hp-navigation ul{
	line-height: inherit;
}
.hp-navigation ul li{
	list-style-type: none;
	float: left;width: auto; 
	margin: 15px 17px;
	line-height: inherit;
}
.hp-navigation ul a{
	display: block;
	color: #333;
	position: relative;
	line-height: inherit;
}
.hp-loginarea{
	float: left;
	width: auto;
	position: relative !important;
}
.hp-nologinarea{ margin-top: 7px; }
.hp-loginarea .sub-menu{	
    opacity: 0;
    z-index: 999;
    position: absolute;
    visibility: hidden;
    top: 150px;
    /*left: -152px;*/   
   /* right: 0; */
   	right: -65px;   
    background: #fff;
    text-align: left;   
    position: absolute;
    border-radius: 6px;
    margin: 0;
    width: 230px;    
    padding: 15px 20px !important;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    display: block;    
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.hp-loginarea ul.sub-menu:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: -10px;
    left: 106px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #f1f9fe;
}
.hp-loginarea .sub-menu li, .hp-loginarea .children li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style: none;
    padding: 10px;   
}
.hp-loginarea .sub-menu li{
	border-bottom: 1px solid #eee;
}
.hp-loginarea .sub-menu li:last-child{ border-bottom: 0; }
.hp-loginarea .sub-menu li a, .hp-loginarea .children li a {    
    color: #3e3e3e;
    display: block;
    line-height: 28px;
    padding: 0;
}
.hp-loginarea .sub-menu li a{ font-size: 13px; }
.hp-loginarea:hover .sub-menu{ display: block; top: 57px; visibility: visible; opacity: 1; }
.hp-loginarea a{
	padding-right: 20px; 
	position: relative;
}
.hp-loginarea a:after{
	position: absolute;
	top: 50%;
	line-height: 20px;
	right: 0;
	margin-top: -10px; 
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	content: "\f0d7";
	color:#333333;
	font-size: 10px; 
}
.hp-loginarea .sub-menu a:after{ display: none !important; }
.hp-loginarea img{
	border-radius: 50%;
	max-width: 56px;
}
.hp-loginarea .sub-menu li a:after,{ display: none; }
/* Section Title Style */
.hp-head-wrap{
	float: left;
	width: 100%;
	margin-top: -6px;
	text-align: center;
	margin-bottom: 43px; 
}
.hp-title{
	float: left;
	width: 100%;
	position: relative;
}
.hp-headtitle{
	margin-bottom: 26px; 
}
.hp-headtitle h3{
	font-size: 22px; 
	margin: 0 0 6px;
}
.hp-headtitle h2{
	font-size: 26px;
	font-weight: 500;
}
.owl-dots{padding-top: 0px; }
.owl-carousel .owl-dot{padding:0 5px;}
.owl-carousel .owl-dot.active span,
.owl-carousel .owl-dot:hover span{
	width: 4px;
	height: 4px;
	background: #2e5ba7;
}
.owl-carousel .owl-dot span{
	width: 4px;
	height: 4px;
	background:#ddd;
}
.hp-prev,
.hp-next{
	top: 50%;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    font-size: 20px;
    cursor: pointer;
    background: #ffffff;
    color: #999999;
    text-align: center;
    position: absolute;
}
.hp-prev{left: 20px;}
.hp-next{right: 20px;}
.hp-prev:hover,
.hp-next:hover{color: #2e5ba7}
.hp-btnsarea a + a{margin-left: 24px; }
/* Our Featured */
.hp-ourfeatured{
	float: left;
	background: #ffffff;
	border-radius: 4px;
		-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.hp-ourfeatured-img{
	float: left;
	width: 100%;
	border-radius: 4px 4px 0 0;
	position: relative;
}
.hp-ourfeatured-img > img{
	border-radius: 4px 4px 0 0;
	width: 100%;
}
.hp-ourfeatured-img .hp-featuredtag{
	position: absolute;
	top: 10px;
	left: 10px;
}
.hp-featuredtag{
	float: left;
	line-height: 23px;
	font-size: 12px;
	color: #ffffff;
	line-height: 23px;
	font-family: 'Work Sans';
	background: #2e5ba7;
	padding: 0 10px;
}
.hp-buy{background: #26b562;}
.hp-featuredtag:hover{color: #ffffff;}
.hp-featuredstar{
	position: absolute;
	bottom: -19px;
	background: #f1d302;
	color: #333333;
	font-size: 8px;
	line-height: 30px;
	width: 38px;
	text-align: center;
	border: 4px solid #ffffff;
	border-radius: 50%;
	right: 20px;
}
.hp-ourfeatured-title{
	padding: 19px;
	float: left;
	width: 100%;
}
.hp-ourfeatured-title address{
	font-size: 13px;
	margin: 0 0 8px;
	line-height: 16px;
	color: #676767;
	display:block;
	font-family: 'Work Sans';
}
.hp-ourfeatured-title address i{
	margin-right: 5px; 
}
.hp-ourfeatured-title h3{
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 7px;
	font-weight: 500;
}
.hp-ourfeatured-title span{
	display: block;
	font-size: 13px;
	color: #676767;
	line-height: 18px;
	font-family: 'Work Sans';
}
.hp-ourfeatured-title span em{
	font-size: 18px;
	color: #333333;
	font-style: normal;
	font-weight: 500;
}
.hp-ourfeatured-list{
	float: left;
	width: 100%;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 9px 0;
}
.hp-ourfeatured-list span{
	float: left;
	font-size: 13px;
	line-height: 20px;
	color:#767676;
	text-align: center;
	padding: 0 15px; 
	width: 33.33%;
}
.hp-ourfeatured-list span + span{
	border-left: 1px solid #eeeeee;
}
.hp-ourfeatured-list span i{
	color:#3b4249;
	margin-right: 5px;
}
.hp-ourfeatured-save{
	float: left;
	width: 100%;
	padding: 14px 10px; 
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hp-ourfeatured-info{
	float: left;
	width: auto;
}
.hp-ourfeatured-info img{
	float: left;
	max-width: 30px;
	border-radius: 50%;
	margin-right: 20px; 
}
.hp-ourfeatured-info h4{
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	overflow: hidden;
}
.hp-ourfeatured-info h4 span{
	display: block;
	font-style: italic;
	color: #767676;
	font-size: 11px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
/* FOOTER STYLE */
.hp-footer{
	float: left;
	width: 100%;
	background:url(../imgs/bg.jpg);
	background-size: cover; 
	position: relative;
	z-index: 1;
}
.hp-footer:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,0.9);
	content: '';
	z-index: -1;
}
.hp-fthree-column{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding:45px 0;
}
.hp-fthree-column > div{margin: 15px 0;}
.hp-flogo-section{
	float: left;
	width: 100%;
}
.hp-flogo{
	float: left;
	width: 100%;
	margin: 0 0 24px;
}
.hp-flogo-description{
	float: left;
	width: 100%;
}
.hp-flogo-description p{
	color: #ffffff;
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 22px;
}
.hp-flogo-description p:last-child{margin: 0}
.hp-flogo-description p i{
	min-width: 25px;
	display: inline-block;
}
.hp-footer-title{
	float: left;
	width: 100%;
	margin: 0 0 21px;
}
.hp-footer-title h3{
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
}
.hp-links-list{
	line-height: 22px;
	float: left;
	width: 100%;
}
.hp-links-list li{
	float: left;
	width: 50%;
	margin-bottom: 3px;
	padding-left: 15px;
	line-height: inherit; 
	position: relative;
	list-style-type: none;
}
.hp-links-list li:last-child{margin: 0;}
.hp-links-list li:before{
	content: "\f105";
	position: absolute;
	line-height: inherit;
	top: 0;
	left: 0;
	font-weight: 900;
	font-size: 8px;
	color: #ffffff;
	font-family: Font Awesome\ 5 Free;
}
.hp-links-list li a{
	color: #ffffff;
	font-size: 14px;
	line-height: inherit;
	display: inline-block;
}
.hp-links-list li.hp-showall{padding: 0;}
.hp-links-list li.hp-showall:before{display: none;}
.hp-hottag em{
	border-radius: 4px;
	font-style: normal;
	font-size: 11px;
	line-height: 20px;
	margin-left: 15px; 
	padding: 0 8px;
	color: #333333;
	position: relative;
	display: inline-block;
}
.hp-hottag em:before{
	width: 0;
	left: -3px;
	content: '';
	position: absolute;
	height: 0;
	border-top: 3px solid transparent;
	border-right: 3px solid #f1d302;
	top: 50%;
	margin-top: -3px; 
	border-bottom: 3px solid transparent;
}
.hp-footer-bottom-section{
	float: left;
	width: 100%;
	border-top: 1px solid #5d5c5c;
}
.hp-footer-bottom{
	float: left;
	width: 100%;
	padding: 15px 0;
}
.hp-footer-nav{
	float: right;
	margin: 10px 0;
	line-height: 20px;
	font-family: 'Work Sans';
}
.hp-footer-nav li{
	float: left;
	margin: 0 10px;
	list-style-type: none;
	line-height: inherit;
}
.hp-footer-nav li:first-child{margin-left: 0; }
.hp-footer-nav li:last-child{margin-right: 0; }
.hp-footer-nav li a{
	color: #ffffff;
	display: block;
}
.hp-footer-copyrights{
	float: left;
	margin: 10px 0;
}
.hp-footer-copyrights p{
	color: #ffffff;
	line-height: 20px;
}
.hp-footer-content .hp-socialicons li{
	padding: 0;
	width: 100%;
	margin: 0 0 10px;
}
.hp-footer-content .hp-socialicons li:last-child{margin: 0;}
.hp-footer-content .hp-socialicons li a{
	font-size: 14px;
}
.hp-footer-content .hp-socialicons li a i{
	font-size: 15px;
	display: inline-block;
	min-width: 30px;
	text-align: left;
}
.hp-signupas-section{
	padding: 22px 0;
	float: left;
	width: 100%;
	background: rgba(0,0,0,0.2);
	position: relative;
}
.hp-signupas{
	display: flex;
	align-items: center;
	justify-content: center;
}
.hp-signupas p,
.hp-signupas em{
	font-style: normal;
	color: #ffffff;
	font-family: 'Work Sans';
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
}
.hp-signupas p{margin-right: 30px; }
.hp-signupas em{
	margin: 20px;
}
.hp-dealerbtn{
	background: #2e5ba7;
	border-color: #2e5ba7;
}
.hp-like{
	color: #676767;
	font-size: 12px;
	line-height: 16px;
}
.hp-like i{
	color: #dddddd;
	font-size: 16px;
	margin-left: 5px; 
	line-height: inherit;
	display: inline-block;
}
.hp-liked i,
.hp-like:hover i{
	color: #ff7162;
}
.hp-range{
	float: left;
	width: 100%;
	font-family: 'Work Sans';
}
.hp-range > span{
	color: #333333;
	display: block;
	margin: 0 0 4px;
	line-height: 14px;
}
#hp-amount{
	border: 0;
	height: auto;
	font-weight: 600;
	color: #333333;
	padding: 0;
}
.ui-widget.ui-widget-content{
	border: 0;
	background: #e4eef5;
	margin-top: 23px; 
	border-radius: 4px;
}
.ui-state-default, .ui-widget-content .ui-state-default{
	width: 20px;
	height: 20px;
	top: -8px;
	background: #ffffff;
	border:2px solid #f1d302;
	border-radius: 50%;
}
.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus{
	outline: none;
}
.ui-slider-horizontal{
	height: 3px;
	margin: 10px 0;
}
/* Two Columns Style */
.hp-twocolumns{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.hp-asidebar{
	float: left;
	height: 100%;
	width: 100%;
}
/* Widgets Style */
.hp-widgets{
	float: left;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin-bottom: 30px; 
}
.hp-widgets-title{
	float: left;
	border-radius: 4px 4px 0 0;
	width: 100%;
	background: #f1f9fe;
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 30px;
}
.hp-widgets-title h2{
	min-height: 20px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.hp-widgets-content{
	float: left;
	width: 100%;
	padding: 30px;
}