﻿#owl-demo2 .item1{
  /*background: #3fbf79;*/
  padding: 30px 0px;
  margin: 10px;
  /*color: #FFF;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  height: 358px;

}
.customNavigation{
  display: none;
    margin-left: auto;
    margin-right: auto
}
//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation1{
  display: none;
    margin-left: auto;
    margin-right: auto
}
//use styles below to disable ugly selection
.customNavigation1 a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#owl-demo2 .item1 .service-subs {
    line-height: 25px;
    padding-top: 20px;
    text-align: center;
    font-family: Lato;
    color: #e6bf00;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
}

#owl-demo2 .item1 .service-desc {
    margin: 0 auto;
    width: 200px;
    line-height: 25px;
    padding-top: 20px;
    text-align: center;
    font-family: Lato;
    font-size: 8px;
    color: #6d6d6d;
}

#owl-demo3 .news-details{
    display: block;
    width: 100%;
    height: auto;
}

/*TABLET*/
@media ( min-width: 768px) {
    .customNavigation {
        display: none;
    }

    .customNavigation1 {
        display: none;
    }
}

/*DESKTOP*/
@media ( min-width: 992px) {
    .customNavigation {display: block; margin-left: auto; margin-right: auto}

    .customNavigation1 {display: block; margin-left: auto; margin-right: auto}
}
