/* carousel */
.media-carousel
{
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left
{
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right
{
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
    background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
    background: #333333;
}
.media-carousel img
{
    width: 250px;
    height: 100px
}


#owl-demo .item{
    margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.customNavigation{
    text-align: center;
}

.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);
}

.newsSlider-next {
    margin-right: -30px
}
.newsSlider-prev {
    margin-left: -30px
}

.newsSlider-nav {
    color: #073855 !important;
    font-size: 55px !important;
}
@media only screen and (max-device-width: 1024px) {
    .newsSlider-next {
        margin-right: 40px
    }
    .newsSlider-prev {
        margin-left: 40px
    }
    .newsSlider-nav {
        color: #073855 !important;
        font-size: 55px !important;
    }
}
@media only screen and (max-device-width: 768px) {
    .newsSlider-next {
        margin-right: 40px
    }
    .newsSlider-prev {
        margin-left: 40px
    }
    .newsSlider-nav {
        color: #073855 !important;
        font-size: 55px !important;
    }
}

@media only screen and (max-device-width: 375px) {
    .newsSlider-next {
        margin-right: 30px
    }
    .newsSlider-prev {
        margin-left: 30px
    }

    .newsSlider-nav {
        color: #073855 !important;
        font-size: 40px !important;
    }
}
/* End carousel */
