.gm-style-iw {
	color: #212121 !important;
}

.text-white {
	color: #FFF;
}

.content-highlight {
	font-size: 22px;
    color: #42a5f5;
}

/* FLEXBOX HELPERS */
.flex-container {
    display: flex;}

.flex-direction-column {
    flex-direction: column;}
.flex-direction-row {
    flex-direction: row;}

.flex-vertical-top {
    vertical-align: top;}
.flex-vertical-middle {
    vertical-align: middle;}
.flex-vertical-bottom {
    vertical-align: bottom;}

.flex-item {
    flex: 1 1 auto;}
.flex-item-grow {
    flex: 1 0 auto;}
.flex-item-shrink {
    flex: 0 1 auto;}
.flex-item-none {
    flex: 0 0 auto;}

.flex-align-end { 
    justify-content: flex-end; 
}

.flex-align-start {
    justify-content: flex-start;
}
/* END FLEXBOX HELPERS */

/* WIDTH & HEIGHT HELPERS */
.height-auto {
    height: auto !important;}

.height-100 {
    height: 100%;}
.height-50 {
    height: 50%;}
.width-100 {
    width: 100%;}
.width-50 {
    width: 50%;}
/* END WIDTH & HEIGHT HELPERS */

.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
.margin-10 {
	margin: 10px;
}
.margin-15 {
	margin: 15px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}



/* Testimonial Box */

.testimonial {
	border-radius: 5px; 
	background-color: #FFF;
	color: #212121;
	text-align: center;
	padding: 20px;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 20px;
}

.testimonial i {
	font-size: 30px;
	color: #cecece;
	margin: 0 20px 0 20px;
}




body, main {
	background-color: #0F0F0F;
	color: #efefef;
}

.navbar-collapse {
    background-color: #0F0F0F;
}

.navbar-nav > li > a {
	color: #efefef;
}

.mobile img {
	max-height: 60px;
}

h1,
h2,

h4,
h5,
h6 {
	color: #42a5f5;
}

h3 {
	color: #FFF;
}

.dark-bg {
	background-color: #241e20;
}

.footer-bottom {
	background-color: #0f0f0f;
}

.navbar-collapse,
.navbar-collapse.collapse.animate-after {
    background-color: #241e20;
	border-bottom: 0;
}

.navbar-collapse.collapse.animate-after {
	border-bottom: 1px solid #4a4c4e;
	/*-webkit-box-shadow: 0px 4px 10px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 4px 10px 0px rgba(255,255,255,0.5);
	box-shadow: 0px 4px 10px 0px rgba(255,255,255,0.5);*/}



@media (max-width: 1024px) {
	
	#product h2 {
		margin-top: 20px;
	}
	
	.inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.inner-top-md {
		padding-top: 25px;
	}
	
}