


@media(max-width:500px){
	.intro-body{
		height:100%;
	}
}

@media(min-width:990px){
	#contact{
		min-height:85%;
		height:85%;
	}
}

@media(max-height:990px){
	#contact{
		min-height:100%;
		height:100%;
	}
}


@media(max-width:990px){
	#contact{
		min-height:initial;
		height:auto;
		overflow:hidden;
	}
}


#map {
	width: 100%;
	height: 200px;
	/*margin-top: 100px;*/
}


@media (min-width: 767px) {


	.download-section {
		padding: 100px 0;
	}

	#map {
		height: 400px;
		/*margin-top: 250px;*/
	}
}



#emailForm  .form-group {
	text-align: left;
}

#about .dark-block{
	float-right;
}




.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	/*background-image: linear-gradient(90deg, transparent, #e96d01 180%);*/

	/*background-color: #000;*/

}

.intro-body {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom:8%;
}



.intro-text {
	font-size: 15px;
}



.intro-body em{
	font-size:16px;
	font-style:normal;
	margin-top:0px;
	margin-bottom:0px;
}

@media (min-width: 767px) {
	.intro {
		height: 100%;
		padding: 0;
	}

	.brand-heading {
		font-size: 100px;
	}

	.intro-text {
		font-size: 21px;
	}
}



@media(max-width:1038px){
	.dark-block p.col-sm-12.col-md-9{
		width:100% !important;
	}
}













































/*////// legacy template 



.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255,255,255,.1);
}


.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 35px;
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.page-scroll .btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes pulse {
	0 {
		-moz-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

*/