/*========================================== MASTER STYLESHEET ===========================================================

	Project     :	REAL ESTATE TEMPLATE
	Version     :	1.0
	Last Change : 	15/09/2020
	Primary Use :   REAL ESTATE TEMPLATE

====================================================================================================================*/

/*========================================== LAYOUT ===================================================================

	1.GLOBAL CSS
	2.COMMON CSS3
	3.NAVIGATION
	4.BUTTON
	5.HEADER
	6.ABOUT
	7.SERVICES
	8.COUNTER
	9.TESTIMONIAL
	10.CONTACT FORM 
	11.FOOTER AREA
	12.MEDIA QUERIES
	
		
======================================================================================================================*/

/*========================================== COLOR CODES ===============================================================

	Background         :#ffffff [White]
	Theme Color        :#F2AC29  [Yellow]
	Content Color      :#666666 [Black]
	Button bg Color    :#1f3d9d [Half Baked]

================================================================================================================*/

/*========================================== TYPOGRAPHY =====================================================

	Heading:font-family: 'Roboto', sans-serif;
	Body   :font-family: 'Lekton', sans-serif;

====================================================================================================================*/

/*========================================== 1.GLOBAL CSS START ===========================================*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');



 body {
	background: #ffffff;
	color: #999999;
	font-family: 'Open sans', sans-serif, Arial, Vedana, 'Trebuchet MS';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 auto;
	max-width: 1500px;
}

p {
	margin-bottom: 0px;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 73px;
	color: #ffffff;
	letter-spacing: 2px;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 42px;
	color: #222222;
	letter-spacing: 1px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
	color: #222222;
	letter-spacing: 1px;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	color: #222222;
	letter-spacing: 1px;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #222222;
	letter-spacing: 1px;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	color: #222222;
	letter-spacing: 1px;
}
/* SAFARI CLASS */

.rowsafari {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #222222 ;
	text-decoration: none !important;
	outline: none !important;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*================================================= 1.GLOBAL CSS END ===================================================*/

/*========================================== 2.COMMON CSS START ===========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0px;
}
#return-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	background-color: #1f3d9d ;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 30px;
	z-index: 9;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.fa-angle-up {
	position: relative;
	bottom: 2px;
	left: 1px;
}
#return-to-top:hover {
	background-color: #ffffff;
	color: #333333;
}
.text-white,
.text-white h1{
	color: #ffffff;
}
.section-margin-bottom {
	margin-bottom: 20px;
}
.section-padding-bottom {
	padding-bottom: 50px;
}
.sec-padding {
	padding-bottom: 40px;
}
.section-margin {
	margin-bottom: 30px;
}
.sec-padding {
	padding-bottom: 30px;
}
.section-space {
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-space-1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.section-subhead-background {
	background-color: #1f3d9d ;
	padding: 10px;
	width: 70%;
	text-align: center;
	color: #fff;
	position: relative;
}
.section-subhead-leftright-img {
	padding-left: 15px;
	padding-right: 15px;
	word-break: break-word;
}
.section-lineimg-ul {
	display: table;
	width: auto;
	margin: 0 auto;
}
.section-lineimg-li {
	display: inline-block;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}
.section-content-li {
	display: table-cell;
	vertical-align: middle;
	word-break: break-all;
}
.coler-text {
	color: #1f3d9d ;
	font-style: italic;
}
.display-table {
	display: table;
}
.display-table-cell {
	display: table-cell;
}
.row-padding {
	padding: 0px;
}
.sec-padding-left {
	padding-left: 90px;
}
.sec-padding-right {
	padding-right: 90px;
}
.section-gray-bg {
	background-color: #f9f9f9;
}
.section-white-bg {
	background-color: #ffffff;
}
.letter-spacing {
	letter-spacing: 1px;
}
.theme-color {
	color: #1f3d9d ;
}
.img-rounded {
	border-radius: 50%;
}
.content-grp-bottom-space {
	margin-bottom: 10px;
}
.page-home-link {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
}
.section-margin-top {
	margin-top: 20px;
}
.padding-top20{
	padding-top: 20px;
}
.padding-top30{
	padding-top: 30px;
}
.padding-top10{
	padding-top: 10px;
}
.padding-top60{
	padding-top: 60px;
}
.padding-top80{
	padding-top: 80px;
}
.padding-bottom5{
	padding-bottom: 5px;
}
.padding-bottom10{
	padding-bottom: 10px;
}
.padding-bottom15{
	padding-bottom: 15px;
}
.padding-bottom20{
	padding-bottom: 20px;
}
.padding-bottom30{
	padding-bottom: 30px;
}
.padding-left20{
	padding-left:20px;
}
.padding-right30{
	padding-right: 30px;
}
.margin-bottom30{
	margin-bottom: 30px;
}
.margin-top20{
	margin-top: 20px;
}
.margin-top30{
	margin-top: 30px;
}
.margin-left30{
	margin-left: 30px;
}
.sub-title-1,
.sub-title{
	letter-spacing: 1px;
	padding-bottom: 10px;
	font-size:16px;
	line-height: 24px;
}
.sub-title-1{
	color:#F2AC29 ;
}

.no-paddingno-padding{
	padding: 0;
}
.text-center{
	text-align: center;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}.footer-area .fa-facebook-f::before, .fa-facebook::before,
.fa-youtube::before{
	padding-right: 0px !important;
}

.margin-center{
	margin: 0 auto;
}
.margin-bottom20{
	margin-bottom: 20px;
}
.readmore p{
	color: #111111 ;
	letter-spacing: 1px;
}
.readmore p i{
	color: #111111 ;
	padding-left: 10px;
}
.readmore p:hover i,
.readmore p:hover{
	color: #F2AC29; 
	
}
.section-head-group{
	text-align: center;
	padding-bottom: 30px;
}
.section-head-group img{
	padding-bottom:30px;
	padding-top: 15px;
}
/*==================================== 2.COMMON CSS END ======================================*/

/*================================ 3.NAVIGATION START ========================================*/
.pre-header-menu2{
	background-color: #222222;
	padding: 10px 0;
}
.pre-header-menu2 ul li a{
	color: #ffffff !important;
	padding-right: 30px;
	font-weight: 600;
}
.vertical-align-middle{
	vertical-align: middle;
}
.logo-menu-list{
	vertical-align: top;
	padding-left: 10px;
	padding-right: 20px;
}
.logo-menu-list p{
	font-size: 14px;
	line-height: 22px;
}
.menu-icon{
	color: #b99e64 !important;
	
}
.menu-social-icons{
	padding-top: 15px;
}
.nav-style {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	padding-left: 15px !important;
	padding-right: 15px !important;
	position: relative;
	letter-spacing: 1px;
	padding-bottom: 39px;
	padding-top: 39px;
}
.navbar-nav {
	float: right !important;
}
.fixed-top {
	position: fixed;
	top: 0px;
}
.navbar-light .navbar-nav .nav-link {
	color: #333333;
}
.logo-style {
	float: left;
}
.menu-icon{
	color: #1f3d9d;
	padding-right: 8px;
	font-size: 22px;
	line-height: 30px;
	vertical-align: middle;
}
.navbar-nav li{
	padding-right: 20px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #333333;
}
.navbar-nav li:last-child{
	padding-right: 0px;
}
.bg-white{
	display: table;
	clear: both;
	width: 100%; 
	background-color:#f9f9f9;
}
/*======================================= 3.NAVIGATION END========================================*/

/*======================================= 4.BUTTON STARt =============================================*/
.boxed-btn {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff !important;
	padding: 5px 15px;
	transition: all 0.3s ease-in;
	letter-spacing: 1px;
	border: 1px solid #F2AC29;
	background-color: #F2AC29;
	cursor: pointer;
	border-radius: 5px !important;
}
.boxed-btn-1{
	background-color:  transparent !important;
	color: #222222 !important;
	border: 1px solid #222222 !important;
}
.boxed-btn:hover {
	background-color: transparent;
	color: #222222 !important;
	border: 1px solid #222222;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.boxed-btn-1:hover{
	background-color:  #F2AC29 !important;
	color: #ffffff !important;
	border: 1px solid  #F2AC29 !important;
}
.btn-wrapper {
	margin-top: 30px;
}
.btn-rounded {
	border-radius: 5px;
}
.btn-right-align {
	padding-right: 15px;
}
button:focus {
	outline: none;
}
.button-icon{
	padding-left: 10px;
}
/*============================== 4.BUTTON END ==================================*/

/*============================== 5.HOME START ==================================*/

.header-static-bg {
	background-image: url("../../images/1920x800x1.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
}
.header-content h1:nth-child(2){
	font-weight: 700;
	color: #F2D2BD;
	padding-top: 10px;
	font-size: 80px;
	line-height: 88px;
	display: table;
	padding-bottom: 20px;
}
/*============================== 5.HOME END ==================================*/
/*============================== 6.PROPERTY-1 START ==================================*/
.property-1 img{
	position: relative;
}

.property-1:hover .property-1 img{
	background-color: rgba(0,0,0,0.5);
}
.view-property-1{
	position: absolute;
	top: 35%;
	left: 30%;
	display: none;
	cursor: pointer;
}
.property-1:hover .view-property-1{
	display: block !important;
}

.view-property-1 p{
	background-color: #F2AC29;
	padding: 10px;
	color: #000000;
	letter-spacing: 1px;
	border-radius: 30px;
	
}
/*============================== 6.PROPERTY-1 END ==================================*/
/*============================== 7.WHAT WE DO START ==================================*/
.what-we-do-group{
	background-color: #ffffff;
	padding: 20px;
	

}
.what-we-do-group:hover{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(242,172,41,1);
	-moz-box-shadow: 0px 0px 7px 1px rgba(242,172,41,1);
	box-shadow: 0px 0px 7px 1px rgba(242,172,41,1);

}
.what-we-do-group img{
	padding-bottom: 20px;
	
}
.what-we-do-group h4{
	padding-bottom: 15px;
	
}
/*============================== 7.WHAT WE DO END ==================================*/
/*============================== 8.GALLERY START ==================================*/
.location-icon{
	color: #F2AC29;
	padding-right: 10px;
}
.gallery-content{
	background-color: #F2AC29;
	padding: 10px;
}
.gallery-content h5{
	font-weight: 700;
	padding-bottom: 10px;
}
.gallery-content p{
	color: #000000;
}
/*============================== 8.GALLERY END ==================================*/
/*============================== 7.SERVICES START ==================================*/
.direction-rtl{
	direction: rtl;
}
.best-property-sale{
	color: #F2AC29;
	padding: 10px 0 15px 0;
}
.education-content{
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.education-content h6{
	padding: 15px 0 10px 0;
	color: #F2AC29;
}
.margin-right30{
	margin-right: 30px;
}
/*============================== 7.PRODUCT END ==================================*/
/*============================== 8.COUNTER START ==================================*/
.c-p-bg{
	background-image: url("../../images/1920x500x1.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}
.count-num {
	font-size: 45px;
	line-height: 60px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color:#ffffff ;
}
.counter-desination-font{
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	color: #ffffff;
	letter-spacing: 1px;
}
.counter-bg-color h3{
	color: #ffffff;
	padding-bottom: 30px;
}
.counter-bg-color{
	background-color: rgba(0,0,0,0.7);
	padding: 20px;
}
/*============================== 8.COUNTER END ==================================*/
/*============================== 9.TESTIMONIAL START ==================================*/
.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.testimonial-content{
	padding: 10px 0 15px 0;
}
.testimonial-group{
	background-color: #ffffff;
	padding: 30px 20px;
	text-align: center;
}
.testi-content{
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
}
.name-group p:first-child{
	font-size: 25px;
	font-weight: 600;
	line-height: 33px;
	color: #000000 ;
	padding-bottom: 10px;
	padding-top: 20px;
}
.name-group p:last-child{
	letter-spacing: 1px;
	color: ##0f3661 ;
	padding-bottom: 20px;
}
/*============================== 9.TESTIMONIAL END ==================================*/

/*============================== 10.CONTACT FORM  START ==================================*/
.news h6{
	padding: 10px 0 5px 0;
}

.news-date{
	padding-top: 15px;
	color: #BF1736;
	letter-spacing: 1px;
}
.news-group h4{
	padding-bottom: 15px;
}
.contact-img-border{
	border:1px dotted #dcdcdc;
}
.contact-form{
	border:1px dotted #dcdcdc;
	padding: 20px;
}
.contact-form .form-control{
	margin-bottom: 20px;
}
/*============================== 10.CONTACT FORM  END ==================================*/

/*======================================= 11.FOOTER AREA START =====================================*/

.footer-area {
	background-color: #333333;
}
.reach-img-display {
	display: table-cell;
	vertical-align: middle;
}
.reach-us-contant-display {
	display: table-cell;
	padding-left: 15px;
}
.para {
	margin-bottom: 0px;
	letter-spacing: 1px;
	word-break: break-word;
	color: #a9a9a9;
}
.para span {
	font-size: 14px;
	color: #ffffff;
}
.footer-align {
	text-align: center;
}
.footer-area .form-input {
	border: 1px solid #ededed;
	height: 45px;
	width: 100%;
	padding: 0 20px;
	min-height: 0px;
	font-size: 15px;
	border-radius: 5px;
	position: relative;
}
.footer-area .boxed-btn {
	display: table !important;
	width: 100% !important;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	padding: 10px 20px;
	transition: all 0.3s ease-in;
	letter-spacing: 1px;
	border: 1px solid #ffffff;
	background-color: transparent;
	cursor: pointer;
}
.footer-area .boxed-btn:hover {
	background-color: ##0f3661 ;
	color: #ffffff !important;
	border: 1px solid ##0f3661 ;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.copy-right {
	margin-top: 30px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.line-mar {
	margin-top: 30px;
	border-top: 1px solid;
}
p a {
	color: #ffffff;
}
.footer-area .fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
	padding-right: 15px;
	font-size: 20px;
}
.footer-area .fa-twitter:before {
	content: "\f099";
	padding-right: 15px;
	font-size: 20px;
}
.footer-area .fa-youtube:before {
	content: "\f167";
	padding-right: 15px;
	font-size: 20px;
}
.footer-area .fa-instagram:before {
	content: "\f16d";
	font-size: 20px;
}
.footer-lists li{
	color: #a9a9a9;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.footer-lists li:last-child{
	padding-bottom: 0;
}
.footer-lists-icon{
	color: #BF1736;
	padding-right: 8px;
	color: #a9a9a9;
	font-size: 18px;
}
/*========================== 11.FOOTER AREA END ====================================*/
/*========================== 12.MEDIA QUERIES START ====================================*/
@media only screen and (max-width: 1199px) {
	h1{
		font-size: 50px;
		line-height: 58px;
	}
	.about-res div,
	.about-res{
		display: inherit;
	}
	.about-detail img{
	padding-right: 0;
	padding-bottom: 10px;
	}
	.course-time{
		margin-bottom:5px;
	}
	.course-price, .course-time{
		width: 100%;
	}
	.news-date {
		bottom: 142px;
	}

}


@media only screen and (max-width: 991px) {
.navbar-nav {
		float: none !important;
	}
	.nav-style {
		padding: 5px 0px !important;
	}
	
	.collapse:not(.show) {
		display: none !Important;
	}
	   .contact-form-detail{
		   width: 95.5%;
	   }
   h1 {
		font-size: 40px;
		line-height: 48px;
	}
	h2 {
		font-size:30px;
		line-height: 38px;
	}
	h3 {
		font-size: 25px;
		line-height: 33px;
	}
	h4 {
		font-size: 24px;
		line-height: 32px;
	}
	h5 {
		font-size: 18px;
		line-height: 33px;
	}
	.padding-bottom-res{
		padding-bottom: 30px;
	}
	.margin-res-center{
		margin: 0 auto;
	}
	.social-icon-res-menu{
		margin: 0 auto !important;
		text-align: center;
		float: none !important;
		display: table;
	}
	
	.no-margin-res{
		margin-left: 0;
		margin-top: 30px;
	}
	.view-property-1 {
		position: absolute;
		top: 25%;
		left: 25%;
	}
	.boxed-btn-1.margin-left30{
		margin-left: 0;
	}

}
@media only screen and (min-width: 250px) and (max-width: 991px) {
	.navbar-collapse.collapse, .fixed-top .navbar-collapse {
		overflow-y: scroll;
	}
	.nav-header,
	.nav-header{
		position: absolute;
		bottom: 26px;
		right: 0px;
	}
	.navbar-nav > li {
		padding: 8px 0 0;
	}
	.navbar-nav > li:first-child {
		padding: 0px 0 0;
	}
	.navbar-nav > li > a,
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0;
		padding-right: 0;
	}
    .navbar-right.nav {
        padding-bottom: 0 !important;
		position: relative;
    }
    .nav {
        float: none !important;
        display: table;
        padding-bottom: 10px !important;
		width: 100%;
    }
	.navbar-toggler {
		font-size: inherit;
		background-color: #ffffff;
		border: 1px solid #eeeeee !important;
		padding: 0.5rem 0.75rem;
	}
	.res-pad-bot20{
		padding-bottom: 20px;
	}
	.res-pad-bot30{
		padding-bottom: 30px;
	}
	.res-margin-bottom{
		margin-bottom: 30px;
	}
	.two-col-dish{
		width: 100%;
	}
	.form-bg{
		padding: 100px 0;
	}
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
	.two-col-bg {
		flex: unset !important;
		max-width: 100% !important;
		height: 800px;
	}
	.form-bg,
	.c-p-bg,
	.cta-bg,
	.header-static-bg{
		padding: 80px 0;
	
	}
	.res-margin-bottom30{
		margin-bottom: 30px;
	}
	.res-padding-bottom30{
		padding-bottom: 30px;
	}
	.res-padding-top30{
		padding-top: 30px;
	}
	.res-padding-top20{
		padding-top: 20px;
	}
	.header-content h1:nth-child(2){
		font-size: 35px;
		line-height: 43px;
		background-color: rgba(0,0,0,0.5);
		padding: 10px;
	}
	h1 {
		font-size: 35px;
		line-height: 43px;
		
	}
	h2 {
		font-size:27px;
		line-height: 35px;
	}
	h3 {
		font-size: 22px;
		line-height: 30px;
	}
	h4 {
		font-size: 19px;
		line-height: 27px;
	}
	h5 {
		font-size: 17px;
		line-height: 25px;
	}
	.section-space{
		padding: 50px 0;
	}
	.our-projects-group {
		padding:  5px !important;
	}
	.header-content div{
		padding-top: 15px;
	}
	
	.view-property-1 {
		top: 40%;
		left: 35%;
	}
	.logo-style {
		padding-bottom:15px;
	}
	.navbar-nav li {
		padding-right: 20px;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 1px;
	}
	
   .testimonial-content {
		padding: 30px 20px;
	}
	.padding-bottom70 {
		padding-bottom: 30px;
	}
	.team-group {
		width: 94.5%;
		bottom: 30px;
	}
	.team-group-res{
		bottom: 0;
	}
	.news-date-res{
		bottom:112px;
	}
	.contact-form{
		background-color: rgba(0,0,0,0.5);
		padding: 10px;
	}
	.about-detail{
		padding: 20px 10px;
		margin-top: 30px;
	}
	.no-margin-res-1{
		margin-top: 0;
	}
	.res-padding-left15{
		padding-left: 15px;
	}
	.testimonial-content {
		padding: 20px 0px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 575px) {
	.padding-right60{
		padding: 0;
	}

	.res1-pad-bot3{
		padding-bottom: 30px;
	}
	
	.contact-form-detail{
		   width: 92.5%;
	   }
	
}
@media only screen and (min-width: 250px) and (max-width: 520px) {
	
	.navbar-nav li:last-child{
		padding-bottom: 0;
	}
	.res-pre-menu{
		display: table !important;
	}
	.logo-style img{
		width:150px !important;
	}
	
	.margin-res-top20{
		margin-top: 20px;
	}

	

}
@media only screen and (min-width: 250px) and (max-width: 440px) {
	.margin-top30.no-margin-res-1{
		margin-top: 30px;
	}
	.two-col-cut-res{
		width: 100% !important;
		max-width: 100%;
		min-width: 100%;
		text-align: center
	}
	.footer-bg{
		padding: 15px 0;
	}
	
}
@media only screen and (min-width: 250px) and (max-width: 340px) {
	.news-date {
		bottom: 164px;
	}
	.news-date-res {
		bottom: 134px;
	}
	.team-group {
		width: 90.5% !important;
	}
}
/* SAFARI MENU ISSUES*/

/* SAFARI MENU ISSUES*/

@media only screen and (min-width: 992px) {
	/*safari Browser*/
	.navbar-expand-lg .navbar-collapse {
		float: right !important;
		display: block !important;
		line-height: 24px !important;
	}
	.navbar-expand-lg .safari-menu {
		display: inline-block !important;
		vertical-align: middle !important;
	}
}

