.leaflet-image
{
	display:block;
}

.banner
{
	position:relative;
	width:auto;
	height:620px;
	background-repeat:no-repeat;
	background-position-x:center;
	background-position-y:top;
	background-size:cover;
}

.title
{
	margin:50px 0px;
}

@media screen and (min-width:1440px) 
{
	.banner
	{
		position:relative;
		width:auto;
		height:620px;
		background-repeat:no-repeat;
		background-position-x:center;
		background-position-y:top;
		background-size:cover;
	}
}

@media only screen and (min-width:1920px)
{
	.banner
	{
		position:relative;
		width:auto;
		height:900px;
		background-repeat:no-repeat;
		background-position-x:center;
		background-position-y:top;
		background-size:cover;
	}
}

.container-leaflet {
	/*display: -ms-flexbox;*/
    display: flex;
    /*-ms-flex-wrap: wrap;*/
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	
}

.leaflet-col-sm-6 {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.leaflet-grid {
    font-family: Raleway,sans-serif;
    text-align: center;
    /*padding: 0 0 72px;*/
    border: 1px solid rgba(0,0,0,.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.leaflet-grid .leaflet-image {
    position: relative;
    /*transition: all .3s ease 0s;*/
}

.leaflet-grid .leaflet-image a {
    display: block;
}

.leaflet-grid .leaflet-image img {
    width: 100%;
    height: auto;
}

.leaflet-grid .pic-1 {
    opacity: 1;
    /*transition: all .3s ease-out 0s;*/
}

.leaflet-grid .leaflet-content {
    background-color: #fff;
    text-align: center;
    padding: 12px 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    z-index: 1;
    transition: all .3s;
}

.leaflet-grid .leaflet-title {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s;
}

.leaflet-col-sm-6 .leaflet-title {
	text-align: center;
	margin: 30px 0px;
	/*add by vincent 191219*/
	color: black;
}

@media (min-width: 576px) {
	.leaflet-col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px){
	.leaflet-col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}



@media only screen and (max-width: 990px) {
	.leaflet-grid {
		margin-bottom: 30px;
	}
}

/*@media (min-width: 768px){
	.container {
		max-width: 720px;
	}
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}*/

.leaflet-grid {
	margin-bottom: 30px;
}

.type {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 15px
}

/*overlay show text*/
.leaflet-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: white;
}

.leaflet-image:hover .leaflet-overlay {
  opacity: 0.75;
}

.text {
  color: black;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner-content{
		text-shadow: 2px 2px 2px #000;
	}
	
@media only screen and (max-width: 768px) {
	.banner-title{
		margin-top:10%;
	}
	
	.banner-content{
		text-shadow: 0px 0px 0px #f8f9fa;
	}
	
	.col-sm-10 > .white-color {
		color: black;
	}
}

/**/
.text_holder {
    background-color: #000;
    background-color: rgba(21, 21, 21, 0.78);
    bottom: 0;
    display: inline-block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    visibility: visible;
    overflow: hidden;
    width: 100%;
    z-index: 200;
}

.text_holder .text_outer {
    display: table;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.text_holder .text_inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.feature_holder .feature_holder_icons {
    display: inline-block;
}

.feature_holder {
	display: inline-block;
}

a.preview {
	position: relative;
    display: inline-block;
    margin: 0 0 5px 0;
    -webkit-backface-visibility: hidden;
}

.qbutton.white {
    border-color: #fff;
    color: #fff;
}

.qbutton.small {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 17px;
}

