﻿.section {
    padding: 0;
    background-color: #fff;
    border-top: 3px #203260 solid
}
    .section h3 {
        height: auto;
        color: #DE0429 !important;
        padding: 10px 20px;
        display: block;
        font-size: 24px;
        font-family: 'Titillium Web', sans-serif;
        -webkit-box-shadow: 0 2px 4px 1px #E6E6E6;
        box-shadow: 0 2px 4px 1px #E6E6E6;
    }
    .section h4 {
        display: block;
        color: #203260;
        font-weight: normal;
        padding:20px;
        clear: both;
        font-size: 22px;
        font-family: 'Titillium Web', sans-serif;
        line-height:24px;
    }
    .section p {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        padding: 0 20px 40px;
        line-height: 22px;
        color: #9A9A9A
    }
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: -65px;
    right: 20%;
}
    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        font-size: 0;
        margin: 5px;
        display: inline-block;
        cursor: pointer;
        width: 24px;
        height: 24px;
        background-repeat:no-repeat
    }
.owl-prev {
 background-image:url(left.png);
}
.owl-next {
    background-image: url(right.png);
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;*;
	display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.owl-dots {
    display:none !important
}
@media only screen and (max-width: 1120px) {
    .owl-theme .owl-controls {
        right: 5%;
    }
}