@import url('https://fonts.googleapis.com/css?family=Raleway:400,700,300&subset=latin,latin-ext');

body {
	background: #FFF;
	font: 300 16px/1.8 'Raleway', sans-serif !important;
	color: #888;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #03a9f4;
}

a:hover {
	color: #1C92C9;
}

/* Transition elsements
------------------------------------------------- */

a,
.btn,
.form-control {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

/* Reset box-shadow
------------------------------------------------- */

.btn,
.form-control,
.form-control:hover,
.form-control:focus {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* Border-radius
------------------------------------------------- */

.btn,
.form-control,
.features-item-icon {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
		 -o-border-radius: 6px;
			border-radius: 6px;
}

/* Inputs styles
------------------------------------------------- */

.form-control {
	background: #FFF;
	border: 0 !important;
}

/* Custom button style
------------------------------------------------- */

.btn {
	color: #FFF;
	padding: 15px 25px;
	margin: 5px;
}

.btn-theme {
	background: transparent;
	border: 2px solid #ef7b0e;
}

.btn-theme i {
	margin-right: 6px;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active {
	background: #ef7b0e;
	border: 2px solid #ef7b0e;
	outline: inherit !important;
	color: #FFF;
}

/* Typography
------------------------------------------------- */

h1, h2, h3, h4 {
	font-weight: 700;
	line-height: 1.2;
	color: inherit;
	margin: 0 0 15px;
}


h1{font-size: 40px;font-family: 'Arial';font-weight: 300;margin: 0;}
h2 { font-size: 42px; color: #242424; }

h3 { font-size: 20px; color: #242424; }

h4 { font-size: 18px; }

.btn,
.form-control {
font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 15px;
}

/* ---------------------------------------------- /*
 * General rules
/* ---------------------------------------------- */

.container {
	max-width: 920px;
}

.subtitle {
	margin: 0 0 30px;
}

.subtitle p {
	font-size: 18px;
}

.header-deveider {
	background: #d9d9d9;
	width: 60px;
	height: 3px;
	margin: 0 auto 15px;
}

#particles-js {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

/* Intro section
------------------------------------------------- */

.intro{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4) !important;
	z-index: auto !important;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.intro .wrp{
	width: 100%;
	max-width: 700px;
	display: flex;
	flex-flow: wrap;
}
 
.intro .wrp>*{
	width: 100%;
	max-width: 700px;
	display: block;
	margin: auto;
}

.i_header {
	font-size: 20px;
	position: relative;
	z-index: 5;
	margin-bottom: 15px;
}



/* About
------------------------------------------------- */

.about {
	background: #F5F5F5;
	padding: 90px 0;
	font-size: 26px;
}

/* Features
------------------------------------------------- */

.features {
	background: #FFF;
	padding: 90px 0;
}

.features-item {
	padding: 15px 0 30px;
}

.features-item-icon {
	border: 2px solid #d9d9d9;
	width: 62px;
	height: 62px;
	margin: 0 auto 30px;
	color: #ef7b0e;
	font-size: 28px;
	line-height: 58px;
}

.features-item-icon {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.features-item-icon i {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}


/* ---------------------------------------------- /*
 * Time circles
/* ---------------------------------------------- */

.time_circles {
	position: relative;
	width: 100%;
	height: 100%;
}

.time_circles > div {
	position: absolute;
	text-align: center;
}

.time_circles > div > h4 {
	margin: 0px;
	padding: 0px;
}

.time_circles > div > span {
	display: block;
	width: 100%;
	margin-top: 0.4em;
	font-weight: 700;
	font-size: 300%;
	font-family: 'Raleway', serif;
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	width: 100%;
	height: 100%;
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status {
	background-image: url(../images/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */

@media (max-width: 767px) {

	.features {
		padding: 90 0 60px;
	}

	.features-item {
		margin: 0 auto 30px;
	}

	.subscription-form .input-box{
		margin: auto;
		width: 80%;
		margin-bottom: 10px;
	}

}


/* Custom */

body{
	overflow: hidden;
}

.i_header{
	width: 650px;
	margin: 0 auto;
	display: inline-block;
}

.social {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 5;
	text-align: center;
	margin-top: 15px !important;
}

.social a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #fff;
	margin: 0 3px;
	border-radius: 10px;
	opacity: 0.9;
	color: #fff;
}

#exp{
	font-family: 'Arial' !important;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	margin: 10px 0;
}

#map{
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
 }

#map #map-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px
}

#map #disabledScroll{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}

a.edit{
	text-decoration: none;
}

a.edit span{
	color: #fff;
}

#gradient{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.7;
}

@media only screen and (min-width: 0) and (max-width: 992px)  {

	body{
		min-height: 100vh;
		overflow: hidden;
		margin: 0; 
		padding: 0;
	}
    
}