/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
.owl-carousel .owl-wrapper:after
{
    line-height: 0;

    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}
.owl-carousel
{
    position: relative;

    display: none;

    width: 100%;

    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper
{
    position: relative;

    display: none;

    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight
{
    -webkit-transition: height 500ms ease-in-out;
       -moz-transition: height 500ms ease-in-out;
         -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item
{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div
{
    cursor: pointer;
}
.owl-controls
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

     -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing
{
    cursor: url(../images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
#owl
{
    max-width: 1220px;
    margin: 0 auto;
}
.item
{
    max-width: 1200px;
    margin: 0 auto;
}
.owl-controls
{
    right: 0;
    left: 0;

    width: 1170px;
    margin: 0 auto;
}
.owl-controls .owl-buttons
{
    position: relative;
    z-index: 4;
    top: -95px;
    right: 0;

    text-align: right;
}
.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next
{
    font: 400 30px 'FontAwesome';
    line-height: 38px;

    display: inline-block;

    min-width: 40px;
    padding: 0 0;

    cursor: pointer;
    text-align: center;

    color: #fff;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background: #c5c8cc;
}
.owl-controls .owl-buttons .owl-prev:hover,
.owl-controls .owl-buttons .owl-next:hover,
.owl-controls .owl-buttons .owl-prev.active,
.owl-controls .owl-buttons .owl-next.active
{
    color: #fff;
    background: #00c0ff;
}
.owl-controls .owl-buttons .owl-prev:before
{
    content: '\f104';
}
.owl-controls .owl-buttons .owl-next:before
{
    display: inline-block;

    padding-left: 4px;

    content: '\f105';
}
.owl-controls .owl-buttons .owl-prev + .owl-next
{
    margin-left: 3px;
}
@media (min-width: 980px) and (max-width: 1199px)
{
    .owl-controls
    {
        width: 940px;
    }
}
@media (max-width: 979px)
{
    .owl-controls .owl-buttons
    {
        top: -41px;
    }
}
@media (min-width: 768px) and (max-width: 979px)
{
    .owl-controls
    {
        width: 748px;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    .owl-controls
    {
        width: 420px;
    }
}
@media (max-width: 479px)
{
    .owl-controls
    {
        width: 270px;
    }
}
