/*background dark*/
.myheli-bg-dark,
.myheli-nav-bottom,
.dropdown-menu-bottom {
background-color: rgba(30, 30, 30, 1);
}

/*background light*/
.myheli-bg-light,
{
background-color: rgba(195, 195, 195, 1);
}

/*background transprent*/
.myheli-nav-top,
{
background-color: rgba(255, 255, 255, 0);
}

/*text dark*/
.myheli-nav-top{
color: rgba(30, 30, 30, 1);
}

/*text light*/
.myheli-light,
.myheli-nav-bottom {
color: rgba(195, 195, 195, 1);
}

.myheli-bg-dark-overlay{
background-color: rgba(30, 30, 30, 0.95);
}

.p-spaced{
line-height:2em;
font-size:13px;
}

.banner-text{
    padding-left:5px
    padding-right:5px
}

.banner-header{
text-align: center;
}

.banner{
    background: #ccc;
    width: 100%;
    height: 800px;
    position: relative;
}

.footer{
    padding-top:20px;
    padding-bottom:20px;
}

.footer-top-row{
    height:130px;
}

.btn.btn-heli{
    background-color: rgba(195, 195, 195, 1) !important;
    border-color: rgba(195, 195, 195, 1) !important;
    border-radius:0;
    text
}

.img-banner{
height:150px  !important}

.img-rounded{
border-radius: 15px 0px 0px 0px;
}

.footer-text{
    font-size:10px
    }

.sub-footer-text{
    font-size:8px
    }

.map{
    height:300px
}

.anchor{
position:relative;
bottom:40px
}

.rotate {
    -webkit-animation:spin 0.8s ease 0ms;
    -moz-animation:spin 0.8s ease 0ms;
    animation:spin 0.8`s ease 0ms;
}

.text-justify {
    text-align: left !important;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.picture-banner{
height:300px
}

.picture-banner-thin{
height:150px
}

.why-us-icon{
height:50px;
width:50px
}

h1{
font-size: 30px
}

h2{
font-size: 25px
}

h3{
font-size: 20px
}

h4{
font-size: 15px
}

.footer-text-spaced{
  color: rgba(195, 195, 195, 0.3);
  letter-spacing: 20px;
  text-align: center;
}


.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.carousel-indicators {
    bottom: -0px;
}
