.body {
    padding-top:50px;
    padding-bottom:100px;
}
img {
    width: 100%;
    height: 100%;
}
.carousel {
    background-color: #000000;
    margin-bottom: 60px;
}
.slidesss .carousel-control-next, .slidesss .carousel-control-prev {
    color: #666666 !important;
}
.carousel .carousel-item {
    background-color: #000000;
}

.carousel-item img {
    float:left;
    width: 100%;
    height: 100%;
}

.carousel-caption {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.8;
}
#summary-container .col-md-4 {
    text-align: center;
}

hr.divider {
    margin: 40px 0px;
}
.feature {
padding:30px 0;
}
.feature-heading {
    font-size:50px;
    color:#2a6496;
    margin-top: 40px;
    margin-bottom: 50px;
}
.feature-heading .text-muted {
    font-size:28px;
    color:#999;
}
#W_t {
height:60px;
}
#ft {
font-size:20px;
/*margin-left:20px;*/
}
#ZT {
    margin-top:30px;
}
#ZT a {
    color: #000000;
}
#ZT a:hover {
    background: #999;
}
.feature-image {
width:100%;
height:500px;
}
#v-pills-tabContent {
    margin-bottom:120px;
}
p {
color:#000000;
}
#Btn_Input {
    float:right;
}

#rows {
    margin-top: -90px;
}

.navbar {
    border-bottom: 1px dotted #000;
}
#Gps_row {
    margin-bottom:100px;
}
#Cont_btn {
    margin-top: 100px;
}

#Dro {
    margin-bottom: 60px;
    visibility: hidden;
}

#Page_btn {
    margin-top: 60px;
}
#btn-btton {
    margin-bottom:60px;
}

/*
* @subsection   RD Mail Form
*
* @description  Describes style declarations for RD Mail Form extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      1.1.2
*/
.rd-mailform1 {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.rd-mailform1 fieldset {
  border: none;
}

.rd-mailform1 fieldset > .row + .row {
  margin-top: 20px;
}

.rd-mailform1 label {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 21px;
}

.rd-mailform1 label:first-child {
  margin-top: 0;
}

.rd-mailform1 label input, .rd-mailform1 label select {
  height: 42px;
}

.rd-mailform1 label input, .rd-mailform1 label textarea {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  font-size: 16px;
  padding: 2px 14px 5px;
  line-height: 34px;
  letter-spacing: 0;
  color: #6c757d;
  background: #fff;
  border: 1px solid #6c757d;
  border-radius: none;
}

.rd-mailform1 label input:-moz-placeholder, .rd-mailform1 label textarea:-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.rd-mailform1 label input::-webkit-input-placeholder, .rd-mailform1 label textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.rd-mailform1 label input::-moz-placeholder, .rd-mailform1 label textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.rd-mailform1 label input:-ms-input-placeholder, .rd-mailform1 label textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.rd-mailform1 label textarea {
  resize: vertical;
  overflow: auto;
  min-height: 42px;
  height: 158px;
  max-height: 237px;
}

@media (min-width: 768px) {
  .rd-mailform1 label {
    margin-top: 20px;
  }
}

/*
* MF Controls
*/
.rd-mailform1.subscribe label {
  float: left;
  width: 195px;
  max-width: 270px;
}

.rd-mailform1.subscribe .mfControls {
  float: left;
}

.rd-mailform1.subscribe .mfControls button.btn {
  height: 42px;
}

@media (max-width: 767px) {
  .rd-mailform1.subscribe .mfControls button.btn {
    padding-top: 12px;
  }
}

@media (min-width: 480px) {
  .rd-mailform1.subscribe label {
    width: 270px;
    max-width: 270px;
  }
}

html body .offset-top-50 {
  margin-top: 50px;
}