@media ( min-width: 1200px) {}

@media ( min-width: 992px) {}

@media ( min-width: 769px) {}

@media ( max-width: 768px) {}

/* libre-baskerville-regular - latin */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/libre/libre-baskerville-v9-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/libre/libre-baskerville-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/libre/libre-baskerville-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/libre/libre-baskerville-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/libre/libre-baskerville-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/libre/libre-baskerville-v9-latin-regular.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
  }
  /* libre-baskerville-700 - latin */
  @font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/libre/libre-baskerville-v9-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/libre/libre-baskerville-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/libre/libre-baskerville-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/libre/libre-baskerville-v9-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/libre/libre-baskerville-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/libre/libre-baskerville-v9-latin-700.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
  }

  /* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/opensans/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/opensans/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/opensans/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/opensans/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/opensans/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/opensans/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/opensans/open-sans-v27-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/opensans/open-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/opensans/open-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/opensans/open-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/opensans/open-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/opensans/open-sans-v27-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

body {
    --primary-color: #7b6b64;
}

.stage{
    --primary-color: #fff;
}

h1 {
    color: var(--primary-color);
}

@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

a:focus {
    outline: none !important;
}

* {
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
}

*::selection {
    background: #ccc;
    color: #fff;
}



html,
body {
    height: 100%;
}

body {
    background: #fff;
    color: var(--primary-color);
    font-family: 'Open Sans', Arial, Verdana, sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    font-weight: 300;
}

@media ( max-width: 768px) {
    body {
        font-size: 15px;
    }
}

div {
    position: relative;
}

img,
iframe,
video {
    vertical-align: bottom;
}

img {
    max-width: 100%;
    height: auto;
}

.image-fitted {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .6s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    -webkit-hyphens: none;
    word-wrap: break-word;
    font-family: 'Libre Baskerville', serif;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

@media ( max-width: 768px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    
    h3 {
        font-size: 24px;
    }
}

h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

p {
    margin: 0 0 10px 0;
    line-height: 1.45em;
    letter-spacing: 0.02em;
    -webkit-hyphens: auto;
    hyphens: auto;
}

p a {
    color: inherit;
}

p a:hover {
    color: inherit;
    
}

.no-hyphens {
    -webkit-hyphens: none;
    hyphens: none;
    word-wrap: break-word;
}

b, strong{
    font-weight: 700;
}



hr {
    height: 0;
    margin: 20px 0;
    border-bottom: 3px solid #ccc;
    width: 100px;
    text-align: left;
}



/* LAYOUT */

.bodywrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.innerwrap {
    min-height: calc(100vh - 85px);
}

.section {
    width: 100%;
    padding: 0;
}

.bgimg {
    background-size: cover;
    background-position: center;
}

.bgcolor1{
    background-color:#fff;
}

.bgcolor2{
    background-color:#f2f0ee;
}

.bgcolor3{
    background-color:#7b6b64;
    color:#fff;
}



.row {
    margin-bottom: 0;
}


/*.col{outline: 1px dotted #ccc;}*/

.padding30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer30 {
    height: 30px;
}

.spacer50 {
    height: 50px;
}

@media ( max-width: 768px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .wrap {
        width: 100%;
    }
    .padding30 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padding50 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padding70 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    
.spacer10 {
    height: 5px;
}

.spacer20 {
    height: 10px;
}

.spacer30 {
    height: 15px;
}

.spacer50 {
    height: 25px;
}
}


/*
.fullwidth{
width:100%;
}*/


.image_right {
    float: right;
    margin: 0 !important;
    padding: 7px 0 10px 20px;
    width: 40%;
}

.image_left {
    float: left;
    margin: 0 !important;
    padding: 7px 20px 10px 0;
    width: 40%;
}

@media ( max-width: 768px) {
    .image_right,
    .image_left {
        float: none;
        width: 100%;
        padding: 5px 0 15px 0;
    }
}

.bgimgteaser {
    text-align: center;
    min-height: 200px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    overflow: hidden;
    transition: .2s;
    position: relative;
}

.bgimgteaser .text {
    opacity: 0;
    transition: .4s;
}

.bgimgteaser .image,
.bgimgteaser .blackoverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    transition: .6s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
}

.bgimgteaser .blackoverlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .2s;
}

.bgimgteaser *,
.bgimgteaser:hover {
    color: #fff;
    text-decoration: none !important;
}

.bgimgteaser:hover>.image {
    transform: scale(1.1);
}

.bgimgteaser:hover>.text,
.bgimgteaser:hover>.blackoverlay {
    opacity: 1;
}

.half-width-image-left {
    width: calc(50vw - 7.5px);
    height: 100%;
    position: absolute;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

.half-width-image-right {
    width: calc(50vw - 7.5px);
    height: 100%;
    position: absolute;
    right: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

@media ( max-width: 768px) {
    .half-width-image-left,
    .half-width-image-right {
        float: none;
        width: 100%;
        max-height: 40vw;
        position: relative;
    }
}

.bodywrap {
    margin: 0 auto 0;
}

.footer {
    background: #f2f0ee;
    margin: 0 auto;
    width: 100%;
    padding: 30px 0 100px 0;
    transition: transform .15s;
    color: var(--primary-color);
    text-align: left;
}

.footer a {
    color: var(--primary-color);
}

.footer a:hover {
    opacity: .7;
}

@media ( max-width: 768px) {
    .footer {
        height: auto;
    }
    .bodywrap {
        margin: 0 auto;
        min-height: auto;
        height: auto;
    }
    .push {
        height: auto;
        display: none;
    }
}


/* **** FULLSCREEN ********* */

.fullscreen {
    min-height: 100%;
    width: 100%;
    display: table;
    padding: 30px;
}

.fullscreencontent {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}


/* ************************* */

.centered {
    width: 960px;
    height: 600px;
    position: absolute;
    margin: -300px 0px 0px -480px;
    top: 50%;
    left: 50%;
    background-color: #eee;
}

@media ( min-width: 1200px) {
    .centered {
        width: 1160px;
        height: 800px;
        margin: -400px 0px 0px -580px;
    }
}

@media ( max-width: 992px) {
    .centered {
        width: 760px;
        height: 600px;
        margin: -300px 0px 0px -380px;
    }
}

@media ( max-width: 768px) {
    .centered {
        width: auto;
        height: auto;
        min-height: 200px;
        margin: 0;
        top: auto;
        left: auto;
        position: relative;
    }
}


/* NAVIGATION */

.navigation {
    position: absolute;
    right: 15px;
    top: 30px;
}

.navigation ul {
    list-style: none;
    margin-bottom: 0;
}

.navigation ul li {
    margin: 0 0 0 20px;
    float: left;
}

.navigation ul li a {
    display: block;
    color: #000;
    text-transform: uppercase;
}

.navigation ul li a:hover {
    opacity: 0.5;
}

.navigation ul li a.current {
    color: #666;
    font-weight: bold;
}

.navigation ul li a.current:hover {
    opacity: 1;
}

.navigation ul li ul {
    position: absolute;
    z-index: 100;
    left: 0px;
    padding-top: 10px;
    display: none;
    padding-bottom: 20px;
}

.navigation ul li ul li {
    float: none;
    border-left: 0;
    padding: 5px 0 6px 0px;
    min-width: 400px;
}

.navigation ul li ul li a {
    text-transform: none;
    font-weight: inherit;
}

.navoverlay {
    background: #f6f6f6;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 99;
    transition: 0.15s;
    opacity: 0.4;
    display: block !important;
    z-index: 99;
}


/* CUSTOM */

.topline{
    position: fixed;
    z-index: 5;
    background: #fff;
    font-size: 13px;
    padding:5px 0;
}

.stage, .head{
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../img/bg-stage.jpg);
    background-size: cover;
    background-position: center;
}

@media ( max-width: 768px) {
    .stage, .head{
        padding-top: 30px;
        padding-bottom: 20px;
        background-image: url(../img/bg-stage-2a.jpg);
        background-size: 100% 100%;
    }
}

.head{
    background-image: none;
}


.btn_blue{
    background: #2b5f7c;
    display: inline-block;
    color:#fff;
    padding: 10px 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    transition:.15s;
}

.btn_blue:hover{
    background: #eee;
    color:#2b5f7c;
    text-decoration: none;
}

.borderedbox{
    border: 3px solid #7a6b63;
    padding:50px;
}

@media ( max-width: 768px) {
    .borderedbox{
        padding:25px;
    }
}

.header {
    background: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.logo {
    width: 220px;
}

@media ( max-width: 768px) {
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .logo {
        width: 180px;
        margin-bottom: 20px;
    }
}

ul.check {
    margin: 0 0 10px 0;
    list-style: none;
}

ul.check li {
    margin: 0 0 10px 25px;
    line-height: 1.45em;
    letter-spacing: 0.02em;
}

.stage li{
    color:#fff;
}

ul.check li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 10px 0 -25px;
    color: var(--primary-color);
    position: absolute;
}

ul.times {
    margin: 10px 0;
    list-style: none;
}

ul.times  li {
    margin: 0 0 10px 25px;
    line-height: 1.45em;
    letter-spacing: 0.02em;
}

ul.times li:before {
    font-family: 'FontAwesome';
    content: '\f00d';
    margin: 0 10px 0 -25px;
    color: var(--primary-color);
    position: absolute;
}




ul.dot {
    margin: 10px 0;
    list-style: none;
}

ul.dot li {
    margin: 0 0 10px 15px;
    line-height: 1.45em;
    letter-spacing: 0.02em;
}

ul.dot li:before {
    font-family: 'FontAwesome';
    content: '\f111';
    font-size: 6px;
    margin: 0 10px 0 -15px;
    color: var(--primary-color);
    position: absolute;
}


.content ol {
    margin: 10px 0;
}


.content ol li {
    margin: 0 0 10px 18px;
    padding-left: 3px;
}



.content li a {
    color: #666;
}

.content li a:hover {
    opacity: .7;
}


/* VIDEO / YOUTUBE */

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}


/* GRID */


/*<div class="grid" data-columns> */

@media ( max-width: 768px) {
    .grid[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media ( min-width: 769px) {
    .grid[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}

@media ( min-width: 992px) {
    .grid[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

.column {
    float: left;
}

.size-1of1 {
    width: 100%;
}

.size-1of2 {
    width: 50%;
}

.size-1of3 {
    width: 33.333%;
}

.grid .item {
    padding: 0 15px 15px 15px;
}


/* ACC */

.acc_item {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    font-size: 16px;
    line-height: 22px;
}

.acc_btn {
    font-weight: 500;
    cursor: pointer;
    padding-top: 4px;
    padding-right: 15px;
}

.acc_btn p {
    margin: 0;
}

.acc_btn:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    z-index: 100;
    color: var(--primary-color);
    position: absolute;
    top: 3px;
    right: 5px;
    transition: all .2s;
}

.acc_btn.active:after {
    transform: rotate(-180deg);
}

.acc_btn:hover {
    opacity: .7;
}

.acc_content {
    padding-top: 12px;
    display: none;
}

.cms .acc_content {
    display: block;
}


/* MAP */

.map {
    height: 400px;
    background: #f9f8f8;
    width: 100%;
}

@media ( max-width: 750px) {
    .map {
        height: 250px;
    }
}


/* *** */

.arrow_up_section {
    position: fixed;
    z-index: 15;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.arrow_up_section .row {
    margin-bottom: 0;
}

.arrow_up {
    position: absolute;
    right: 15px;
    bottom: -200px;
    z-index: 10;
    transition: .5s;
    background: #ccc;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
}

.arrow_up.visible {
    bottom: 0;
}

.arrow_up i {
    color: #fff;
}


/* GALLERY */

/*
object-fit: cover;
object-position: 50% 50%;
*/

.gallerywrap a img {
    float: left;
    position: relative;
}

.gallerywrap:hover img {
    opacity: .5;
    z-index: 900;
}

.gallerywrap a img {
    transition: all .4s;
}

.gallerywrap a:hover img {
    transform: scale(1.07);
    transition: all .1s;
    opacity: 1;
    z-index: 1000;
}

.collagewrap {
    background: #fff;
}

.collage {
    padding: 10px;
    background: #fff;
}

.collage img {
    vertical-align: bottom;
    float: left;
}

.collage img a {
    float: left;
}

.pics_in_a_row {
    margin: 1% 0 0 0;
    display: flex;
}

.pics_in_a_row>div:not(:last-child) {
    margin-right: 1%;
}

.pics_in_a_row img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}


/* CONTENTOVERLAY / LIGHTBOX */

.contentoverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1250;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    padding: 40px 15px;
    display: none;
}

.contentoverlay img {
    max-width: 100%;
}

.contentoverlayclose {
    position: fixed;
    cursor: pointer;
    top: 15px;
    right: 30px;
    font-size: 20px;
    z-index: 360;
    color: #666;
}

.contentoverlayclose:hover {
    opacity: 0.5;
}



/*  * * * *  */

.fadeInOnLoad {
    opacity: 0;
    transition: .15s;
}

.clearer {
    clear: both;
}

.overflowhidden {
    overflow: hidden;
}

@media ( min-width: 769px) {
    .mobile {
        display: none !important;
    }
}

.navicon {
    position: absolute;
    right: 15px;
    top: 5px;
    height: 30px;
    width: 30px;
    display: block;
    z-index: 100;
}

.navicon .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid var(--primary-color);
}

.navicon .line:nth-child(1) {
    top: 10px;
}

.navicon .line:nth-child(2) {
    top: 20px;
}


/* MOBILE  NAVIGATION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media ( max-width: 768px) {
    .navigation {
        display: none;
    }
    .outerwrap {
        transition: transform .15s;
    }
    .shifted {
        transition: transform .15s;
        transform: translateX(-270px);
    }
    .subnav_mobile {
        background: var(--primary-color);
        position: fixed;
        width: 270px;
        top: 0;
        bottom: 0;
        right: -270px;
        transition: transform .15s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 20px 0;
    }
    .subnav_mobile ul {
        list-style: none;
        margin:0;
    }
    .subnav_mobile ul ul {
        margin-left:10px;
    }
    .subnav_mobile ul li {
        margin: 0 0 0 0;
        text-transform: uppercase;
    }
    .subnav_mobile ul li ul li {
        text-transform: none;
    }
    .subnav_mobile ul li a {
        padding: 10px 5px 10px 20px;
        display: block;
        font-weight: 300;
        color: #fff;
        letter-spacing: 1px;
        word-wrap: break-word;
        hyphens: auto;
    }
    .subnav_mobile ul li a:hover {
        opacity: .8;
    }
    .subnav_mobile ul li a.current {
        color: #fff;
        font-weight: bold;
    }
    .subnav_mobile ul li ul {
        padding: 0 0 0 20px;
    }
    .subnav_mobile ul li ul li {}
    .subnav_mobile ul li ul li a {
        padding: 7px 0;
        color: #fff;
    }
    .subnav_mobile ul li ul li:last-child a {
        margin-bottom: 10px;
    }
    .subnav_mobile.shifted {
        /*box-shadow: 0 0 6px rgba(0, 0, 0, .3) !important;*/
    }
    .subnav_mobile_overlay {
        background: rgba(255, 255, 255, .7);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        transition: transform .15s;
    }
    .bodywrap {
        transition: transform .15s;
    }
}


/* Dots */

.slick-dotted.slick-slider {
    /*margin-bottom: 30px;*/
}

.slick-dots {
    position: absolute;
    /*bottom: -25px;*/
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 100;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: sans-serif;
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #111 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    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: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-dots button {
    background: red;
    width: 20px;
    height: 20px;
}

.owl-nav {
    display: none;
}


.embed-responsive {
    margin-bottom: 20px;
}

.datepicker-days{
    font-size:13px;
}

.datepicker-days th, .datepicker-days td{
    padding:3px 6px;
}

.form-check {
    padding-left: 2.25rem;
}

