
.topLogo{
    z-index: 1;
    position: fixed;
    top: 0;
    left: 10px;
    width: 200px;
}

.notFixedLogo{
    width: 120px;
    margin-left:10px;
}

#about{
  background-color: #ddd;
}

#services{
  background-color: #fff;
}


.servicesMainLabel {
  font-family: Helvetica Neue !important;
  line-height: 1.1;
  color: #666666 !important;
  font-weight: 100;
  text-decoration: none !important;
}

.servicesSubLabel{
  font-family: sans-serif !important;
  line-height: 1.1;
  color: #999999 !important;
  font-weight: 100;
}

.fa-circle{
  color: #eee;
}

.hoverIcon:hover .fa-video-camera{
  color: #66cdcc !important;
}

.hoverIcon:hover .fa-bell-o{
  color: #66cdcc !important;
}

.hoverIcon:hover .fa-car{
  color: #66cdcc !important;
}

.hoverIcon:hover .fa-shield{
  color: #66cdcc !important;
}

.hoverIcon:hover .servicesMainLabel{
  color: #66cdcc !important;
  text-decoration: none !important;
}

.hoverIcon:hover .servicesSubLabel{
  color: #66cdcc !important;
}

.hoverIcon a:hover {
    text-decoration: none !important;
}

.divPadding-15{
  padding-top: 15px;
}

.topGallery{
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.features{
  padding: 15px;
  background-color: #f7f7f7;
}

.feature{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
}




.media i.fa {
    border: 2px solid #66cdcc;
    color: #66cdcc;
}

.circledIcon i.fa {
    border: 2px solid #66cdcc;
    color: #66cdcc;
}

.circledIcon i.fa {
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
   padding: 20px;
   -webkit-transition: all 0.25s ease-in-out;
   -moz-transition: all 0.25s ease-in-out;
   -ms-transition: all 0.25s ease-in-out;
   -o-transition: all 0.25s ease-in-out;
   transition: all 0.25s ease-in-out;
   width: 2.6em;
   text-align: center;
}


 .media i.fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 2.6em;
    text-align: center;
}

.media .media-heading {
    padding-top: 10px;
    font-weight: 300;
}

 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #666666;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
}

media-left, .media>.pull-right {
    padding-left: 10px;
}

.pull-left {
    float: left!important;
}

.pull-right {
    float: right !important;
}

.pull-right {
    text-align: center !important;
}

 a {
    font-family: 'Lato', Arial;
    -webkit-font-smoothing: antialiased;
}

 .media .media-body {
    color: #999999;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

section#features .media-body {
    width: 10000px;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

 .media:hover i.fa {
    color: #ffffff;
    background: #66cdcc;
}

 .media:hover h3 {
    color: #66cdcc;
}



.media .media-heading {
    padding-top: 10px;
    font-weight: 300;
}

section#about h2{
    color: #167da5 !important;
}

.miniGallery{
    width: 500px;
    max-height: 500px;
    overflow: hidden;
}



.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scrollpoint.active {
    opacity: 1 \0;
}

.scrollpoint {
    opacity: 0;
}

@media screen and (max-width: 550px) {
  .topLogo{
      z-index: 1;
      position: fixed;
      top: 0;
      left: 10px;
      width: 120px;
  }

  .notFixedLogo{
      width: 120px;
      margin-left:10px;
  }
}


@-webkit-keyframes fadeInRight {
  1% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  1% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


.space-24,[class*=vspace-24]{max-height:1px;min-height:1px;overflow:hidden;margin:24px 0 23px}
.space-10000,[class*=vspace-24]{max-height:1px;min-height:1px;overflow:hidden;margin:10000px 0 9999px}
.space-12,[class*=vspace-12]{max-height:1px;min-height:1px;overflow:hidden;margin:12px 0 11px}
.space-2,[class*=vspace-2]{max-height:1px;min-height:1px;overflow:hidden;margin:2px 0 1px}
