._slide_width {
  width:25%;
  float:left;
  border:none;
}

._fon-control {
  background:transparent !important;
}

._control {
  color:#333;
}

._r_control {
  right:0px !important;
}

.carousel-control {
  position:absolute;
  top:34%;
  left:0px;
  right:0px;
  width:100%;
}

@media (max-width:767px) {
  .carousel-control {
    top:19%;
  }
}

.left {
  position:absolute;
  left:0px;
  height:40px;
  width:30px;
  font-size:30px;
  text-shadow:none;
  box-shadow:none;
}

.right {
  width:30px;
  height:40px;
  right:0px;
  font-size:30px;
  text-shadow:none;
  box-shadow:none;
}

.item {
  height:auto;
}

@media (max-width:767px) {
  .form-group .btn {
    width:100%;
    display:block;
    margin:0px auto;
    text-align:center;
  }
}

.slider-left-position {
  left:0px;
}

.slider-box-green {
  margin-top:100px;
  background-color:rgba(6,136,12,0.8);
  color:#fff;
  padding:20px;
  max-width:400px;
  font-size:23px;
  font-weight:normal;
  box-shadow:0px 1px 3px rgba(0,0,0,0.15);
}
.slider-box-red {
	background-color: #e31a1a !important;
	color: #fff !important;
}

.slider-box-green p {
  margin:0px;
}
.slider-box-green strong{
  color: yellow;
  font-size:25px;
}
.slider-box-green big{
	font-size: 27px;
}
.slider-box-red strong{
	color: #333 !important;
}
.slider-box-no-margin{
margin-top: 5% !important;	
}
@media (max-width:768px) {
	.slider-box-no-margin{
		margin-top: 3% !important;	
	}
.slider-box-no-margin p, .slider-box-no-margin strong, .slider-box-no-margin big{
	font-size: 15px !important
}
}
.box-slider-form {
  background-color:#f0f2f4;
  padding:20px;
  box-shadow:0px 1px 3px rgba(0,0,0,0.2);
  width:330px;
  margin:0px auto;
  margin-top:11%;
  padding-bottom:10px;
}

.box-slider-form .form-control, .box-slider-form .form-control:active, .box-slider-form .form-control:focus {
  border:1px solid #ddd;
}

.box-float-right {
  float:right;
}

.hero-4 a {
  color:#222;
  text-decoration:underline;
}

.box-slider-form button {
  width:100%;
}

@media (max-width:991px) {
  .box-slider-form {
    display:none;
  }
}

@media (max-width:991px) {
  .phone-preview {
    margin-top:120px;
  }
}

@media (max-width:991px) {
  #timer {
    top:-40px;
  }
}

