/* Enter Your Custom CSS Here */


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { 
  #nav-main-top {
    -webkit-transform: translate3d(0,0,0);
  }
	
	.navbar {
		z-index: 200 !important;
	}
  
}

.navbar-collapse {
	-webkit-overflow-scrolling: auto !important;
}



/* contact form styles */
.wpcf7-select {
		color: #111;
}

.wpcf7-form p {
		margin-bottom: 12px;
}

.wpcf7-form-control-wrap {
    display: block;
    margin: 4px 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    visibility: visible;
    border: solid 1px #111 !important;
}


#metaslider_12568{
		width: 85% !important;
		margin: auto !important;
}