/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:right;-webkit-tap-highlight-color:transparent;}.owl-theme .owl-nav{margin-top:-6px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:40px;margin:5px;padding:4px 0px;display:inline-block;cursor:pointer;}.owl-theme .owl-nav [class*=owl-]:hover{color:#DDDDDD;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.7;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:rgba(25,25,25,.6);display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;}.owl-carousel .owl-next{position:absolute; right:-40px; top:35%;}.owl-carousel .owl-prev{position:absolute; left:-40px; top:35%;}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#D6D6D6;}
.owl-carousel .owl-item{
    float:left;
    
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    font-size: 30px;
    color:#206099;
}
.owl-carousel .owl-item img{
    width:100%;
    float:left;
}

#owl-1.owl-carousel .owl-item{
    height: 275px;
    background-color: #FFFFFF;
    margin-top: 5px;
}
/*#owl-1{
    margin: 5px 0;
}*/
#owl-3.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /*height: 480px;*/
}
#owl-2.owl-carousel .owl-prev{
    left:20px;
}
#owl-2.owl-carousel .owl-next{
    right:20px;
}
#owl-2 .item{
    padding: 0 2%;
    width:100%;
    float:left;
    text-align: center;
    max-height: 650px;
    overflow: hidden;
    margin: 1% 0;
    border-right: 1px solid #cdb77d;
    border-left: 1px solid #ead6a0;
}
#owl-2 .item:first-child{
    border-left:none;
}
#owl-2 .item:last-child{
    border-right:none;
}

#owl-2 .item:after{ 
    border-right: 1px solid #111;
}
#owl-2 .owl-prev {
    top: 45%;
}
#owl-2 .owl-next {
    top: 45%;
}
#owl-3{
    margin-bottom: 5px;
}
#owl-3 .owl-dots{
    bottom:17px;right:10px;position:absolute;
}
#owl-3 .owl-nav{

}

#owl-3 .owl-prev {
    left: 0;
    top: 42%;
}

#owl-3 .owl-next {
    right: 0;
    top: 42%;
}

#owl-3 .title{
    position: absolute;
    bottom: 0;
    width: 78%;
    color: #232323;
    left: 1%;
    padding: 1%;
	font-size:1.2em;
	line-height:1.9em;
}
#owl-3.owl-theme .owl-dots .owl-dot span{
    width: 17px;
    height: 17px;
    /*border: 1px solid #cacaca;*/
}
#owl-3 .title span{
    background-color: #cb8699;
    padding: 3px 13px;
    -webkit-box-decoration-break: clone;
    margin-right: 7px;
}
#owl-3 .title a{
    color:#FFF;
}

#owl-3 .title a:hover{
    color:#DCDCDC;
}

#owl-3 .more{
    bottom: 45px;
    right: 5px;
    color:#FFF;
    position: absolute;
    font-size: 13px;
}

#owl-3 .more span{
    background-color:#cb8699;
    padding: 3px 8px;
}

#owl-3 .more a{
    color:#FFF;
    font-size: 85%;
}
#owl-3 .more a:hover{
    color:#DCDCDC;
}

@media (max-width:1045px){
	.owl-carousel .owl-next{position:absolute; right:0; top:35%;}.owl-carousel .owl-prev{position:absolute; left:0; top:35%;}
}

@media (max-width:767px){
	#owl-3 .title{text-align:center;position:relative;width:100%;bottom:0;left:0;float:left;padding: 2%;font-size:1em;line-height:1.5em;}
	#owl-3 .owl-dots,#owl-3 .owl-nav{font-size:25px;text-align:center;-webkit-tap-highlight-color:transparent;margin-bottom:5px;position:static;}
    #owl-1.owl-carousel .owl-item img {
        width: 75%;
        margin: 0 auto;
        float: none;
    }
    #owl-1 {
        margin-bottom: 6px;
        text-align: center;
    }
    #owl-1.owl-carousel .owl-item{
        /*background-color: transparent;
        min-height: 292px;
        height: auto;*/
    }
    #owl-2.owl-carousel .owl-prev{
        top:15%;
    }
    #owl-2.owl-carousel .owl-next{
        top:15%;
    }
    
    #owl-3.owl-carousel .owl-item{
        /*height: 245px;*/
    }
}
@media (min-width:750px) and (max-width:800px) {
#owl-1.owl-carousel .owl-item{
	height:405px;
}
}
@media (min-width:1499px) {
    #owl-1.owl-carousel .owl-item {
        height: 414px;
    }
    #owl-3 .more span{
        font-size: 18px;
    }
}