﻿/* owl-advbanner */

#owl-advbanner .item{
	padding: 17px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	filter: grayscale(100%);
}

#owl-advbanner .item:hover{
	filter: grayscale(0%);
}

#owl-advbanner .owl-controlls {
	margin-top: -7px;
}
	
#owl-advbanner .owl-next{
	right: 0px;
	position: absolute;
	border-radius: 0px;
	margin-right: 0px;
	height: 100%;
	width: 2%;
	background: url('../images/s__banner_right.png') no-repeat;
	background-position: center center;
	opacity: 1;
	bottom: 0;
}

#owl-advbanner .owl-prev{
	left: 0px;
	position: absolute;
	border-radius: 0px;
	margin-left: 0px;
	height: 100%;
	width: 2%;
	background: url('../images/s__banner_left.png') no-repeat;
	background-position: center center;
	opacity: 1;
	bottom: 0;
}

#owl-advbanner .item img{
	width: 100%; 
	height: auto;
}

/* owl-advbanner (END) */


/* owl-block-news */

#owl-block-news .btn-outline-primary {
	border-color: #739ab1;
	color: #022d46 !important;
	background: #cfe4f1;
}

#owl-block-news .btn-outline-primary:hover {
	background: #022d46 !important;
	border-color: #022d46 !important;
	color: #fff !important;
}

#owl-block-news .item{
    padding: 0px 0px;
    margin: 0px 10px;
    text-align: left;
}

#owl-block-news .item img{
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

#owl-block-news a:hover {
	text-decoration: none;
}
 
#owl-block-news .owl-controlls {
	margin-bottom: 20px;
}

#owl-block-news .owl-blockimg-news {
	overflow: hidden;
	height: 206px;
}

#owl-block-news .owl-blockimg-news:hover {
	opacity: 0.9;
}


#owl-block-news .owl-txt-news-date {
	display: block; 
	background: #022d46; 
	text-align: center;
	padding: 3px; 
	width: 130px; 
	color: #fff; 
	margin-top: -26px; 
	position: relative; 
	margin-right: 4px;
	float: right;
}

#owl-block-news .item img{
	min-width: 320px;
	min-height: 206px; 
}
	
/* owl-block-news (END) */


/* owl-slider-top */

#owl-slider-top .owl-pagination{
	float: right;
	padding-right: 1.2%;
	right: 0px;
	position: absolute;
	bottom: 3px;
	z-index: 1;
}
	
#owl-slider-top .owl-next{
	right: 0px;
	position: absolute;
	border-radius: 0px;
	margin-right: 0px;
	height: 100%;
	width: 3%;
	background: url('../images/s_right.png') no-repeat;
	background-position: center center;
	opacity: 0;
	bottom: 14px;
	z-index: 0;
}
	
#owl-slider-top .owl-next:hover{
	opacity: 0.7;
}
	
	
#owl-slider-top .owl-prev{
	left: 0px;
	position: absolute;
	border-radius: 0px;
	margin-left: 0px;
	height: 100%;
	width: 3%;
	background: url('../images/s_left.png') no-repeat;
	background-position: center center;
	opacity: 0;
	bottom: 14px;
}

#owl-slider-top .owl-prev:hover{
	opacity: 0.7;
}

#owl-slider-top .owl-page span{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 22px;
	height: 22px;
	margin: 4px;
	background: #fff;
	opacity: 0.8;
	box-sizing: border-box;
}

#owl-slider-top .active span {
	background: #022d46;
	border: 3px solid #fff;
	width: 22px;
	height: 22px;
}

#owl-slider-top .owl-controlls{
	margin-top: 0px;
}

#owl-slider-top .owl-slider-top-txt-wrap {
	display: block;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	padding: 10px 0px;
	width: 100%;
	height: 4%;
	color: #fff;
	bottom: 0px;
	margin-top: -24px;
	position: absolute;
}
	
#owl-slider-top .owl-slider-top-txt {
	display: block;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	bottom: 0px;
	margin-top: -24px;
	margin-left: 65px;
	position: absolute;
	text-transform: uppercase;
}

#owl-slider-top .owl-wrapper .owl-item {
	width: 33.333333%;
}

#owl-slider-top .owl-item img:hover {
	opacity: 0.9;
}

#owl-slider-top .owl-item img {
	max-height: 420px;
}


#owl-slider-top .item {
	width: 100%;
}

#owl-slider-top .owl-slider-top-txt {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	position: relative;
	margin: -37px 0 0 0;
}
	
/* owl-slider-top (END) */

@media screen and (max-width:1200px) {
#owl-slider-top .owl-slider-top-txt-wrap {
	margin-top: 0px;
	bottom: -20px;
	position: relative;
	z-index: 320;
	background-color: #022d46;
}

#owl-slider-top .item img {
	height: inherit;
}

#owl-slider-top .owl-slider-top-txt {
	margin-left: 0px;
	position: relative;
	margin-top: 0px;
	background-color: #022d46;
	width: 100%;
}

#owl-slider-top .owl-pagination {
    float: inherit;
    padding-right: 0px;
    right: inherit;
    position: relative;
    bottom: inherit;
}

}

@media screen and (max-width:1000px) {
#owl-advbanner .owl-next{
	width: 4%;
}

#owl-advbanner .owl-prev{
	width: 4%;
}

#owl-block-news .owl-blockimg-news {
        overflow: hidden;
	height: 113px;
}
	
#owl-block-news .item img{
	min-width: 176px;
	min-height: 113px; 
}
}

@media screen and (max-width:900px){
#owl-block-news .owl-blockimg-news {
	overflow: hidden;
	height: 174px;
}
	
#owl-block-news .item img{
	min-width: 271px;
	min-height: 174px; 
}
}

@media screen and (max-width:750px){
#owl-block-news .owl-blockimg-news {
	overflow: hidden;
	height: 145px;
}
	
#owl-block-news .item img{
	min-width: 226px;
	min-height: 145px; 
}
}


@media screen and (max-width:580px) {
#owl-advbanner .owl-next{
	width: 7%;
}

#owl-advbanner .owl-prev{
	width: 7%;
}

}