

.h2 {
	margin-left: -50px;
}
.outer { 
	max-width:1000px; 
	height: 700px; 
	margin: 0; 
	padding-top: 60px;
}
#big .item { background: #ffffff; padding: 120px 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; width: auto; max-height: 700px}

#big .item { padding: 0; margin:0; color: #FFF; text-align: center; max-height: auto;}
#big .item img { margin: 0 auto; width: auto; max-height: 700px; padding: 0;}
#thumbs .item { background: #C9C9C9; height:60px; padding: 0px; margin: 0; color: #FFF; text-align: center; cursor: pointer; }



#thumbs .current .item { background:#fff; }
#thumbs .current .item img { opacity:0.5; }
.owl-theme .owl-nav [class*='owl-'] { transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background:transparent; width: 50%; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { font-family: 'Work Sans', sans-serif; text-align: left; left: 10px; font-size: 90px;}
#big.owl-theme .owl-next { font-family: 'Work Sans', sans-serif; text-align: right; right: 10px; font-size: 90px;}
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }


@media screen and (max-width: 1440px) {
.outer { max-width:940px; height: 600px; margin: 0; padding-top: 0;}
#big .item { background: #ffffff; padding: 120px 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; width: auto; max-height: 627px;}

#big .item { padding: 0; margin:0; color: #FFF; text-align: center; max-height: auto;}
#big .item img { max-height: 627px; padding: 0;}
#thumbs .item { height:50px; }
}