@charset "UTF-8";
/* line 1, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --light-gray: #F0F0F0;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

/* line 6, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_grid.scss */
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  /* line 6, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 31, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 36, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 48, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 50, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 31, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 50, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 31, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 50, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 31, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 50, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 50, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 2, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 29, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 61, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 13, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 37, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 29, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 61, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 48, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 29, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 61, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 55, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 62, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 29, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 46, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 50, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 61, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 69, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 76, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 83, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 19, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 101, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 108, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 119, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 124, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 1, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 19, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/mixins/_hover.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 17, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 28, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 29, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 36, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

/* line 48, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 60, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 77, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 87, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 88, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 93, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 101, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 109, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 116, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 125, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

/* line 133, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 134, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 138, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 149, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 154, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 162, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 167, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 2, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 105, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
.hot-news article .content, .masonry article .content figure, .featured-news {
  border-radius: 3px;
  overflow: hidden;
}

/* line 110, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
.single-tag .categories article .content,
.single-category .categories article .content, .sidebar-menu li a i, .video-bar h2 i {
  border-radius: 5px;
  overflow: hidden;
}

/* line 115, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */

.featured-news {
  color: #fff;
  background: #1A1A1A;
  border: 1px solid #C9C9C9;
}

/* line 122, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
.categories article .content, .categories figure {
  box-shadow: 0 1px 1px #cacaca;
}

/* line 131, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
.featured-news {
  margin-top: 15px;
}

/* line 135, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
.tags .list .item, .featured-news article figure {
  border-radius: 20px;
  overflow: hidden;
}

/* line 145, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
.list-row.small-item .button figure,
.list-row.small-item .button i, .access .none-logged button, .access .avatar figure, .register-login-box .footer-left ul li i,
footer .footer-left ul li i, .register-login-box .footer-left ul li i:before,
footer .footer-left ul li i:before {
  border-radius: 50%;
}

/* line 148, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
.register-login-box .logo-box a:after, .register-login-box .logo-box a:before,
footer .logo-box a:after,
footer .logo-box a:before, .register-login-box .logo-box a span,
footer .logo-box a span, .logo-box a:after, .logo-box a:before, .logo-box a span {
  border-radius: 50%;
}

/* line 153, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
.hot-news .owl-nav, .tags .list-element .title, .flex-owl header .owl-nav, .section header h2, .categories .list .owl-nav, body, .list-row, .list-row .list, .list-row.small-item .button figure,
.list-row.small-item .button i, .logo a, .user-action, .access .avatar figure, .register-login-box .footer-left ul li,
footer .footer-left ul li, .digits_login_form .dig_ul_left_side .action, article.float figure, article figure .video-icon, .dialog-social nav, article .meta-box > div, .video-bar h3 a {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
}

@media (max-width: 767px) {
  /* line 166, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
  .hot-news .owl-dots {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
  }
}

/* line 196, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
.single-tag .header-bar, .owl-carousel .owl-stage, .categories article .meta-box,
.single-category .header-bar, .single-tag .header-bar .owl-carousel.owl-loaded,
.single-category .header-bar .owl-carousel.owl-loaded, .list-wrap header, .menu-header .row, form.search, form.search .options-group, article .info div, article .meta-box, .video-bar .item .content, .featured-news header {
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 208, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
.register-login-box .logo-box a:after, .register-login-box .logo-box a:before,
footer .logo-box a:after,
footer .logo-box a:before, .logo-box a:after, .logo-box a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 216, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
.classic-btn, .i-btn, .tags .list.title-only a, .owl-nav i, header, header .row, header#main_header + .header-print {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 224, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
.mobile-menu {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 231, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/abstracts/_mixins.scss */
.hot-news .info, .categories article.big-image .meta-box {
  color: #fff;
  background-image: linear-gradient(to top, black, transparent);
}

/*%rotate-90-cw {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}*/
/*
 *  Owl Carousel - Core
 */
/* line 4, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 12, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 19, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 28, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 35, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 45, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel .owl-item {
  height: 100%;
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 54, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 64, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 75, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 85, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 89, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 94, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 98, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 102, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 110, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 115, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 119, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 125, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.no-js .owl-carousel {
  display: block;
}

/* line 129, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_core.scss */
.owl-carousel .owl-stage:after {
  display: none;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 5, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_animate.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 9, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_animate.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 12, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_animate.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 15, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_animate.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 5, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_autoheight.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 6, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_lazyload.scss */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

/* line 7, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_lazyload.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 16, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_lazyload.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 20, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/owl/_lazyload.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* line 3, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
body *:focus {
  outline: none;
}

/* line 8, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
a {
  color: inherit;
  outline: none;
  text-decoration: none;
  background-color: transparent;
}

/* line 14, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
a:focus {
  outline: none;
}

/* line 18, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
a:hover {
  text-decoration: none;
}

/* line 23, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
p {
  margin-top: 0;
}

/* line 27, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
figure {
  margin: 0;
}

/* line 31, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
svg {
  height: auto;
}

/* line 34, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
ul {
  margin: 0;
  padding: 10px 0;
}

/* line 38, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
div {
  outline: none;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 49, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
html {
  color: #222;
  line-height: 1.4;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 1em;
}

/**
 * Remove default margin.
 */
/* line 63, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 77, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
picture,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 99, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/* line 107, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 116, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 126, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 140, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 152, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 160, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 169, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 178, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 187, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 196, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 204, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 212, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
sup {
  top: -0.5em;
}

/* line 216, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 227, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
img {
  border: 0;
  max-width: 100%;
  height: auto;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 237, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
/* line 248, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 257, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 265, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 286, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 298, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
button {
  overflow: visible;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 308, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 318, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 325, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 334, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 344, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 354, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 362, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 371, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 378, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 394, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 401, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 410, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 415, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
td,
th {
  padding: 0;
}

/* line 420, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_reset.scss */
::selection {
  background: #15496c;
  background: rgba(21, 73, 108, 0.2);
}

/* line 1, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
body {
  font-family: 'Koh-Santepheap-Body', 'Open Sans','Battambang', sans-serif, cursive;
  font-size: 12px;
}

/* line 6, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;
  font-family: 'Koh-Santepheap-Head', 'Open Sans','Battambang', sans-serif, cursive;
  font-weight: normal;
  margin-top: 0;
}

/* line 12, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
h1 {
  font-family: "Koh-Santepheap-Head", "Open Sans", "Battambang", sans-serif, cursive;
}

/* line 15, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
h2 {
  font-size: 2.3rem;
}

/* line 18, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
h4 {
  font-size: 1.56rem;
}

/* line 21, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
h5 {
  font-size: 1.2rem;
}

/* line 26, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
p {
  font-size: 1.5em;
  line-height: 1.65em;
}

/* line 33, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
.placeholder-loading-title:before,
.placeholder-loading-title:after,
.placeholder-loading::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #F0F0F0 0%, #C9C9C9 50%, #F0F0F0 100%);
  -webkit-animation: load_skeleton 3s infinite;
  /* Safari 4+ */
  -moz-animation: load_skeleton 3s infinite;
  /* Fx 5+ */
  -o-animation: load_skeleton 3s infinite;
  /* Opera 12+ */
  animation: load_skeleton 3s infinite;
  /* IE 10+, Fx 29+ */
}

/* line 50, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
.koh-icon-ext {
  font-family: "koh" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.title.placeholder-loading::after {
    top: -20px;
}
.title.placeholder-loading::before {
    top: 20px;
}*/
@keyframes load_skeleton {
  from {
    left: -20%;
  }
  to {
    left: 100%;
  }
}

/* line 78, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
h1, .h1 {
  font-size: 2.5em;
}

/* line 81, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
a {
  font-family: inherit;
}

/* line 83, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
a:hover {
  color: inherit;
}

/* line 88, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
.title a {
  display: block;
}

/* line 92, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
figcaption {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #848483;
  margin-top: -5px;
}

/* line 100, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
article a:hover {
  color: inherit;
  text-shadow: 0px 0px 2px #ccc;
}

/* line 104, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/base/_typography.scss */
article a:hover .ads-sign {
  text-decoration: none;
  text-shadow: none;
  color: #fff;
}

/* line 1, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/themes/_default.scss */
body {
  overflow-x: hidden;
  background: #F0F0F0;
}

/* line 8, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/themes/_default.scss */
body.menu-open {
  overflow: hidden;
}

/* line 14, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/themes/_default.scss */
.main-content > .container {
  margin-top: 15px;
}

/* line 19, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/themes/_default.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 26, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/themes/_default.scss */
.ipad-mobile-only,
.ipad-only,
.mobile-only {
  display: none;
}

/* line 3, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
.koh-icon-font, .menu-item a:before, .menu-item a:after,
[class^="icon-inner-"]:before,
[class^="icon-inner-"]:after,
.koh-icon-wrap:before,
.koh-icon-wrap:after, .search-trigger a:before {
  font-family: "koh" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 15, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
[class^="icon-inner-"] {
  font-family: inherit;
}

/* line 29, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
nav li a:before,
.mobile-menu li a:before {
  content: "";
  font-size: 0.8em;
  background: #15496C;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  float: left;
  min-width: 30px;
  min-height: 30px;
  vertical-align: middle;
  justify-content: center;
  line-height: 29px;
  text-align: center;
  margin-right: 15px;
}

/* line 48, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
nav li.money a:before, nav li.economic a:before,
.mobile-menu li.money a:before,
.mobile-menu li.economic a:before {
  content: "";
}

/* line 54, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
nav li.politic a:before,
.mobile-menu li.politic a:before {
  content: "";
}

/* line 61, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
nav li.religion a:before, nav li.religios a:before,
.mobile-menu li.religion a:before,
.mobile-menu li.religios a:before {
  content: "";
}

/* line 68, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
nav li.social a:before, nav li.social-life a:before,
.mobile-menu li.social a:before,
.mobile-menu li.social-life a:before {
  content: "";
}

/* line 74, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
nav li.entertainment a:before,
.mobile-menu li.entertainment a:before {
  content: "";
}

/* line 80, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
nav li.sport a:before,
.mobile-menu li.sport a:before {
  content: "";
}

/* line 86, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
nav li.othernews a:before,
.mobile-menu li.othernews a:before {
  content: "";
}

/* line 92, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
nav li.hot-news a:before,
.mobile-menu li.hot-news a:before {
  content: "";
}

/* line 97, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
nav li.tv a:before,
.mobile-menu li.tv a:before {
  content: "";
}

/* line 102, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
nav li.tech a:before,
.mobile-menu li.tech a:before {
  content: "";
}

/* line 107, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
nav li.health a:before,
.mobile-menu li.health a:before {
  content: "";
}

@media (min-width: 768px) {
  /* line 114, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
  nav li.menu-item a:before,
  .mobile-menu li.menu-item a:before {
    content: '' !important;
    margin-right: 0;
  }
}

/* line 124, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
.icon-timer-inner:before {
  content: "\eb00";
}

/* line 130, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
.icon-hot-inner:before {
  content: "\eafd";
}

/* line 135, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
.icon-list-item-inner:before {
  content: "\e900";
}

/* line 139, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_icons.scss */
.icon-list-item-inner:before {
  content: "\e900";
}

/* line 1, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.ads-head {
  font-size: 1.4rem;
  color: #848483;
  text-align: left;
}

/* line 7, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.ads-head span {
  color: #000;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 15px;
}

/* line 15, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.banner-top .banner-box {
  height: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

/* line 21, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.banner-top .mobile-only {
  padding-top: 15px;
}

/* line 26, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.ads-top {
  background: #1A1A1A;
  /*padding: 10px;*/
  text-align: center;
}

/* line 32, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.ads-top .banner-box > div,
.ads-top .banner-box > iframe {
  padding: 15px 0;
}

/* line 37, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.ads-top .banner-box div {
  margin-left: auto;
  margin-right: auto;
}

/* line 44, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.single-post-container .ads-right {
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  /* line 44, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
  .single-post-container .ads-right {
    display: none;
  }
}

/* line 55, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
a:hover .ads-sign {
  text-decoration: none;
  text-shadow: none;
  color: #fff;
}

/* line 62, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.main-ads-box {
  height: 0;
  position: relative;
  overflow: visible;
  z-index: 9;
  background: #fff;
}

/* line 69, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.main-ads-box > div {
  position: absolute;
  top: 29px;
  z-index: 9;
  width: auto;
}

/* line 76, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.main-ads-box > div > div {
  margin-bottom: 15px;
}

/* line 80, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.main-ads-box .ads-left {
  left: -160px;
}

/* line 84, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.main-ads-box .ads-right {
  width: 330px;
  right: 0;
  text-align: right;
  padding: 15px;
  top: 0;
}

@media (max-width: 767px) {
  /* line 62, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
  .main-ads-box {
    height: auto;
  }
  /* line 93, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
  .main-ads-box .ads-right {
    position: relative;
    right: auto;
    width: 100%;
    text-align: center;
  }
  /* line 100, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
  .main-ads-box .ads-right .ads-head {
    text-align: center;
  }
}

/* line 108, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.std-ads-box div div {
  margin-bottom: 15px;
}

/* line 113, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.category-inner-ads {
  text-align: center;
}

/* line 115, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.category-inner-ads > div {
  margin-bottom: 10px;
}

/* line 120, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
.kohsa-msa_underlay + p {
  padding-top: 20px;
}

@media (max-width: 767px) {
  /* line 125, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_ads.scss */
  .single-ads {
    order: 2;
    flex: 0;
  }
}

/* line 8, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news {
  margin-bottom: 20px;
  color: #fff;
}

/* line 9, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news .row {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* line 16, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news .row:nth-child(2) {
  display: none;
}

/* line 22, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news h2 {
  color: #333333;
  padding-top: 3px;
}

/* line 27, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news h2:before {
  margin-bottom: 2px;
}

/* line 32, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news .list .item:nth-child(n + 2) {
  display: none;
}

/* line 38, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news .owl-stage {
  align-items: flex-end;
}

/* line 42, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news article {
  display: inline-block;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 0;
}

/* line 50, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news article.fluid-bg .title a {
  font-size: 1.57rem;
  line-height: 2.2rem;
}

/* line 57, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news article:nth-child(1), .hot-news article:nth-child(5) {
  width: calc(50%);
  height: 465px;
  padding-left: 0;
}

/* line 63, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news article:nth-child(2), .hot-news article:nth-child(6) {
  width: calc(50%);
  height: 225px;
  padding-right: 0;
}

/* line 70, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news article:nth-child(3), .hot-news article:nth-child(4), .hot-news article:nth-child(7), .hot-news article:nth-child(8) {
  margin-top: 15px;
  width: calc(25%);
  height: 225px;
}

/* line 79, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news article:nth-child(4), .hot-news article:nth-child(8) {
  padding-right: 0;
}

/* line 84, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news article:nth-child(4) .title a, .hot-news article:nth-child(8) .title a {
  font-size: 0.9rem;
  line-height: 1.3rem;
}

/* line 92, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news article .content {
  position: relative;
}

/* line 101, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news article.float.item-5 figure a, .hot-news article.float.item-1 figure a {
  height: auto;
}

/* line 104, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news article.float.item-5 figure img, .hot-news article.float.item-1 figure img {
  max-height: 500%;
}

/* line 116, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news figure {
  overflow: hidden;
}

/* line 121, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news .fluid-bg figure {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* line 128, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news .fluid-bg figure picture {
  display: none;
}

/* line 134, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news .mobile-caruesel {
  margin-bottom: 10px;
}

/* line 139, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news .info {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 9;
}

/* line 155, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news .owl-carousel .owl-nav {
  display: none;
}

/* line 160, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news .more-articles-btn {
  display: none;
}

/* line 165, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news.page-1 .more-articles-btn {
  display: inline-block;
}

/* line 169, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news.page-1 .own-next-state {
  display: none;
}

/* line 175, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news.page-0 .more-articles-btn {
  display: none;
}

/* line 179, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
.hot-news.page-0 .own-next-state {
  display: inline-block;
}

@media (max-width: 1200px) {
  /* line 191, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news article:nth-child(1), .hot-news article:nth-child(5) {
    height: 365px;
  }
  /* line 195, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news article:nth-child(2), .hot-news article:nth-child(6) {
    height: 175px;
  }
  /* line 200, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news article:nth-child(3), .hot-news article:nth-child(4), .hot-news article:nth-child(7), .hot-news article:nth-child(8) {
    height: 175px;
  }
}

@media (max-width: 767px) {
  /* line 8, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 212, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .fluid-bg figure picture {
    display: none;
  }
  /* line 222, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .owl-item .fluid-bg figure picture {
    display: block;
  }
  /* line 232, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news article.fluid-bg .title a {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  /* line 243, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .list .item:nth-child(n + 2) {
    display: inline-block;
  }
  /* line 248, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .meta-box {
    position: absolute;
    bottom: 100px;
    color: #fff;
  }
  /* line 253, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .meta-box i {
    color: #fff;
  }
  /* line 258, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .title {
    min-height: 2rem;
  }
  /* line 262, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .owl-carousel {
    display: block;
  }
  /* line 266, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .mobile-dots,
  .hot-news .owl-dots {
    position: absolute;
    bottom: 80px;
    width: 100%;
    padding: 5px 17%;
  }
  /* line 275, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .owl-stage-outer {
    border-radius: 15px;
    box-shadow: 0 1px 1px #ccc;
    background: #fff;
  }
  /* line 282, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .mobile-caruesel article {
    width: 100%;
    height: auto;
  }
  /* line 289, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .owl-item article {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  /* line 294, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .owl-item article .info {
    position: relative;
    background-image: none;
    color: #000;
  }
  /* line 302, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .row:nth-child(2) {
    display: block;
  }
  /* line 305, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .row:nth-child(2) article {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 1px 1px #ccc;
    margin-top: 0;
  }
  /* line 317, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .row:nth-child(2) article .content {
    display: flex;
    background: #fff;
  }
  /* line 322, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .row:nth-child(2) article .info {
    position: relative;
    background-image: none;
    color: #000;
    padding: 10px 15px;
  }
  /* line 328, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .row:nth-child(2) article .info .title {
    min-height: 2rem;
    max-height: 40px;
    overflow: hidden;
  }
  /* line 334, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .row:nth-child(2) article .meta-box {
    position: relative;
    bottom: auto;
    color: #C9C9C9;
  }
  /* line 339, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .row:nth-child(2) article .meta-box i {
    color: #C9C9C9;
  }
  /* line 346, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .row:nth-child(2) article.ads-article .info .title {
    max-height: 61px;
    margin-bottom: 0px;
    line-height: 1.4;
  }
  /* line 352, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .row:nth-child(2) article.ads-article .info .placeholder-loading:before {
    height: 40px;
  }
  /* line 360, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .row:nth-child(2) figure {
    height: auto;
    width: 45%;
    flex: 145px 0 0;
    background-image: none !important;
  }
  /* line 366, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .row:nth-child(2) figure .placeholder-loading {
    height: 84px;
  }
  /* line 370, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .row:nth-child(2) figure picture {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  /* line 381, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news .ads-article .title {
    max-height: 4.2em;
    overflow: hidden;
    line-height: 1.45em;
    margin-bottom: 0;
  }
  /* line 391, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_hot-news.scss */
  .hot-news article:nth-child(1) .title,
  .hot-news article:nth-child(2) .title {
    max-height: 4.2rem;
    overflow: hidden;
  }
}

/* line 3, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 18, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
input[type='submit'] {
  width: auto;
  padding: 5px 33px;
  background: #0f496e;
  border-bottom: 3px solid #5a9ddc;
  float: right;
  margin-top: 15px;
}

/* line 27, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
input[type='submit']:hover {
  background: #fff;
  color: #0f496e;
  border-bottom: 3px solid #0f496e;
}

/* line 34, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.classic-btn, .i-btn, .tags .list.title-only a, .owl-nav i {
  border-radius: 9px;
  border: 1px solid #848484;
  background: transparent;
  padding: 4px 10px;
  font-size: 1.4em;
  color: #333333;
}

/* line 45, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.follow-btn {
  border-radius: 25px;
  border: 2px solid #333333;
  background: transparent;
  padding: 4px 20px;
  font-size: 1.4em;
  color: #333333;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.follow-btn i {
  margin-right: 5px;
  font-size: 0.8rem;
}

/* line 58, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.follow-btn.followed {
  background: #15496C;
  border-color: #15496C;
  color: #fff;
}

/* line 63, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.follow-btn.followed i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 68, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.follow-btn.light {
  color: #fff;
  border-color: #fff;
}

/* line 72, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.follow-btn.light:hover {
  background: #fff;
  color: #000;
}

/* line 78, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.single-post .social-share .classic-btn, .single-post .social-share .i-btn, .single-post .social-share .tags .list.title-only a, .tags .list.title-only .single-post .social-share a, .single-post .social-share .owl-nav i, .owl-nav .single-post .social-share i {
  font-size: 1.25rem;
}

/* line 82, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.social-share .classic-btn, .social-share .i-btn, .social-share .tags .list.title-only a, .tags .list.title-only .social-share a, .social-share .owl-nav i, .owl-nav .social-share i,
.social-share button {
  font-size: 1.25rem;
}

/* line 88, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.btn {
  font-size: 1.3rem;
}

/* line 92, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.i-btn {
  padding: 4px 10px;
  display: inline-flex;
  height: 40px;
  align-items: center;
}

/* line 100, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.i-btn i {
  font-size: 0.6em;
}

/* line 104, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.blank-btn {
  background: transparent;
  border: 0;
}

/* line 110, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
#other_login div.nsl-container-block[data-align="left"] .nsl-container-buttons {
  align-items: center !important;
}

/* line 114, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
#other_login div.nsl-container[data-align="left"] {
  text-align: center;
}

/* line 118, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.select2-container--open .select2-dropdown--below,
.select2-container {
  font-size: 1.1rem;
  min-width: 220px;
}

/* line 124, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.mobile-apps-link {
  text-align: center;
}

/* line 128, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_buttons.scss */
.mobile-apps-link a {
  margin: 20px 0;
  display: block;
}

/* line 1, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-nav-button {
  width: 33px;
  margin: 2px 0;
  z-index: 999;
  cursor: pointer;
  height: 30px;
  position: relative;
  float: left;
  padding: 5px 0;
}

/* line 11, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-nav-button .mobile-nav-button__line {
  width: 100%;
  height: 2px;
  background: #fff;
  position: relative;
  transition: 1s ease;
  border-radius: 1px;
}

/* line 19, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-nav-button .mobile-nav-button__line:nth-child(1) {
  width: 85%;
}

/* line 23, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-nav-button .mobile-nav-button__line:nth-child(3) {
  width: 60%;
}

/* line 28, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
  margin: 8px 0;
}

/* line 31, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-nav-button .mobile-nav-button__line--1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
  position: absolute;
  background: #ccc;
}

/* line 39, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-nav-button .mobile-nav-button__line--1:nth-child(1) {
  width: 100%;
}

/* line 44, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-nav-button .mobile-nav-button__line--2 {
  display: none;
}

/* line 46, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-nav-button .mobile-nav-button__line--3 {
  background: #ccc;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 13px;
  position: absolute;
}

/* line 47, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-nav-button .mobile-nav-button__line--3:nth-child(3) {
  width: 100%;
}

/* line 58, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-nav-button .mobile-nav-button__line--3:nth-of-type(3) {
  background: #ccc;
}

@media (max-width: 767px) {
  /* line 1, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
  .mobile-nav-button {
    width: 30px;
    height: 30px;
    align-items: center;
  }
  /* line 65, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
  .mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
    margin: 6px 0;
  }
}

/* line 72, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-menu {
  display: block;
  z-index: 98;
  transition: 0.6s ease;
  opacity: 1;
  position: fixed;
  background: #000;
  right: 100%;
  height: 100vh;
  width: 100vw;
  top: 0;
  padding: 70px 0 0 0;
  overflow-x: auto;
}

/* line 91, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-menu.opening {
  right: 0;
}

/* line 96, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-menu ul li {
  list-style: none;
  display: inline-block;
  width: 100%;
}

/* line 105, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.admin-bar .mobile-menu {
  padding: 120px 0;
}

/* line 111, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.header-pinted .mobile-menu {
  padding: 60px 0 0 0;
}

/* line 117, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-menu ul li a {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  text-align: left;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 5px 5px 5px 25px;
  text-transform: uppercase;
}

/* line 133, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-menu ul li a:after {
  content: '';
  background: #12d4e1;
  background: #09bbc7;
  background: rgba(9, 187, 199, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
  transition: 0.4s ease;
}

/* line 147, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-menu ul.bottom {
  position: absolute;
  bottom: 35px;
  padding-top: 0;
  right: 0;
}

/* line 154, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-menu > ul {
  width: auto;
  min-width: 200px;
}

/* line 159, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-menu--open ul.bottom {
  left: 89px;
  right: auto;
}

/* line 165, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-menu .bar {
  width: 5px;
  position: relative;
  float: left;
  height: 100%;
  margin: 0;
  padding: 50px 0;
}

/* line 174, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-menu .bar:after {
  position: relative;
  background: #189cd8;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: inline-block;
}

/* line 185, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.row .navigation-box,
.navigation-box {
  padding: 10px 20px;
  z-index: 97;
  position: relative;
  display: none;
}

@media (min-width: 768px) {
  /* line 197, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
  .row .navigation-box,
  .navigation-box {
    display: inline-block;
  }
}

/* line 205, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
#main-nav ul {
  font-family: "Koh-Santepheap-Head", "Open Sans", "Battambang", sans-serif, cursive;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 211, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
#main-nav ul li {
  list-style: none;
  position: relative;
  padding: 12px 8px;
  display: inline-block;
}

/* line 217, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
#main-nav ul li a {
  font-family: "Koh-Santepheap-Head", "Open Sans", "Battambang", sans-serif, cursive;
  text-decoration: none;
  display: inline;
  color: #fff;
  font-size: 1.65em;
  font-weight: 300;
  z-index: 9;
  position: relative;
}

@media (max-width: 1200px) {
  /* line 229, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
  #main-nav ul li a {
    font-size: 1.35em;
  }
}

/* line 235, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
#main-nav ul li.current-menu-item a {
  color: #FCB713;
}

@media (max-width: 767px) {
  /* line 204, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
  #main-nav {
    display: none;
  }
}

/* line 251, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.toggle-child {
  float: right;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  width: 100%;
  text-align: right;
  padding-right: 20px;
}

/* line 264, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.toggle-child .fa {
  line-height: 45px;
  font-size: 24px;
}

/* line 268, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.toggle-child .fa::before {
  content: '\f103';
  color: #fff;
}

/* line 276, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.active .toggle-child .fa:before {
  content: '\f102';
}

/* line 280, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.cbp-spmenu-vertical {
  height: 100vh;
  overflow-y: scroll;
}

/* line 285, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
#main-nav > li.active:after {
  content: "";
  background: #599ddc;
  width: 100%;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}

/* line 297, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-menu ul li.active > a {
  font-family: DinBold, sans-serif;
  color: #189cd8;
}

/* line 302, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
#secondary-nav {
  display: none;
  position: absolute;
  background: #15496C;
  top: 100%;
  width: auto;
  min-width: 178px;
  right: 0;
  padding-top: 30px;
}

/* line 312, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
#secondary-nav li {
  list-style: none;
  text-align: left;
}

/* line 316, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
#secondary-nav li a {
  color: #fff;
  font-size: 1.2rem;
  padding: 0.3em 1em;
  display: block;
}

/* line 326, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.mobile-toggle-menu {
  display: inline-flex;
}

@media (min-width: 768px) {
  /* line 326, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
  .mobile-toggle-menu {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 335, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
  .mobile-menu ul li a:hover {
    color: #189cd8;
  }
  /* line 339, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
  #main-nav li li a:hover {
    background: transparent;
    color: #599ddc;
  }
  /* line 343, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
  #main-nav > li:hover:after,
  #main-nav > li.active:after {
    content: "";
    background: #599ddc;
    width: 100%;
    height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
  }
}

/* line 357, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.loader-bouncing {
  display: none;
  position: relative;
  height: 60px;
  margin-top: 75px;
}

/* line 364, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.loader-bouncing span, .loader-bouncing:before, .loader-bouncing:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border-radius: 50%;
  background-color: #15496C;
}

/* line 377, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.loader-bouncing:after {
  margin-left: -30px;
}

/* line 382, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.loader-bouncing:before {
  margin-left: 30px;
}

/* line 386, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.loader-bouncing.loading {
  display: block;
}

/* line 389, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.loader-bouncing.loading span, .loader-bouncing.loading:before, .loader-bouncing.loading:after {
  animation: kick 0.6s infinite alternate;
}

/* line 394, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.loader-bouncing.loading span {
  animation-delay: 0.2s;
}

/* line 397, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.loader-bouncing.loading:before {
  animation-delay: 0.4s;
}

/* line 402, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.loader-bouncing.loaded {
  display: block;
}

/* line 405, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.loader-bouncing.loaded span, .loader-bouncing.loaded:before, .loader-bouncing.loaded:after {
  background: #ccc;
  animation: kick 0.6s 1s alternate;
}

/* line 411, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.loader-bouncing.loaded span {
  animation-delay: 0.2s;
}

/* line 414, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.loader-bouncing.loaded:before {
  animation-delay: 0.4s;
}

/* line 421, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
#mobile_menu #main-nav-mobile {
  border-bottom: 1px solid #ccc;
}

/* line 426, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.paging {
  margin-bottom: 45px;
}

/* line 429, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.paging li {
  display: inline-block;
  float: none;
  list-style: none;
  vertical-align: middle;
}

/* line 435, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.paging a,
.paging span {
  display: inline-block;
  min-width: 35px;
  width: auto;
  height: 32px;
  padding: 0 5px;
  color: #15496C;
  text-align: center;
  line-height: 30px;
}

/* line 446, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.paging span {
  border: 1px solid #15496C;
}

/* line 449, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.paging span.dots {
  border: 0;
}

/* line 453, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.paging a,
.paging li a {
  background: #0f496e;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 2px solid #f1f1f1;
  color: #d3d1d3;
  text-decoration: none;
}

/* line 463, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.paging a:hover,
.paging li a:hover {
  background: #0f496e;
  color: #fff;
  border: 2px solid #0f496e;
}

/* line 470, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.paging .nextpostslink:after,
.paging .previouspostslink:before,
.paging .next a:after,
.paging .prev a:before {
  color: #d3d1d3;
  font-size: 12px;
  padding: 0;
  line-height: 29px;
}

/* line 480, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
.paging span.extend {
  background: transparent;
  border: none;
  color: #d3d1d3;
}

@media (max-width: 767px) {
  /* line 488, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
  .loader-bouncing {
    margin-top: 10px;
  }
  /* line 491, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_navigation.scss */
  .loader-bouncing span, .loader-bouncing:before, .loader-bouncing:after {
    width: 15px;
    height: 15px;
  }
}

@keyframes kick {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: .3;
    transform: translateY(-1rem);
  }
}

/* line 4, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags {
  overflow-y: hidden;
  position: relative;
}

/* line 8, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .owl-stage {
  margin-left: -35px;
}

/* line 11, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .jc-right {
  right: -15px;
}

/* line 14, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .jc-left {
  left: -15px;
}

/* line 18, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags a {
  font-family: "Koh-Santepheap-Body-Bold", "Open Sans", "Battambang", sans-serif, cursive;
}

/* line 23, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .list .item {
  position: relative;
  background: #1A1A1A;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: "Koh-Santepheap-Body", "Open Sans", "Battambang", sans-serif, cursive;
}

/* line 36, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .list .item.current a {
  background: #FCB713;
  color: #1A1A1A;
  border-color: #FCB713;
}

/* line 44, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .list.title-only {
  order: 2;
  text-align: center;
  background: transparent;
  position: relative;
  vertical-align: middle;
  justify-content: flex-start;
  white-space: nowrap;
}

/* line 54, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .list.title-only .item {
  width: auto;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
}

/* line 61, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .list.title-only .item.end-list {
  width: 80px;
}

/* line 67, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .list.title-only a {
  font-size: 1.6em;
  display: inline-block;
  float: none;
  padding: 2px 13px 3px 13px;
}

/* line 78, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .list.title-only .item {
  margin-right: 15px;
  overflow: visible;
}

/* line 83, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .list.title-only a.current {
  background: #FCB713;
  color: #333333;
  border-color: #FCB713;
}

/* line 91, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .list-element {
  padding: 20px 0;
}

/* line 93, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .list-element .item {
  width: 100%;
  display: inline-block;
}

/* line 102, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .list-element .title {
  font-size: 1.65em;
  height: 90px;
  margin-bottom: 0;
  vertical-align: top;
  align-items: flex-start;
  padding: 20px 10px;
}

@media (max-width: 767px) {
  /* line 102, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .tags .list-element .title {
    font-size: 1.2em;
    padding: 10px 3px;
    height: 55px;
  }
}

/* line 120, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .init-load {
  white-space: nowrap;
  overflow-x: hidden;
}

/* line 124, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.tags .init-load .item {
  margin-right: 20px;
  width: 150px;
}

@media (max-width: 767px) {
  /* line 134, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .tags .list.title-only item {
    font-size: 0.95rem;
    padding: 4px 10px 5px 10px;
    border: none;
    color: #000;
    margin-right: 5px;
  }
  /* line 142, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .tags .list.title-only item.current {
    color: #fff;
    background: #15496C;
    border-radius: 15px;
    padding: 4px 25px 5px 25px;
  }
}

/* line 155, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.single-tag .header-bar {
  width: 100%;
}

/* line 160, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.single-tag .header-bar h2 {
  text-align: left;
}

/* line 165, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.single-tag .tag-info {
  margin: 20px 0;
}

/* line 171, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.single-tag .categories .float figure {
  height: 410px;
}

/* line 174, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.single-tag .categories .float figure img {
  max-width: 500%;
  width: auto;
}

/* line 179, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.single-tag .categories .float .title {
  font-size: 1.2em;
}

/* line 182, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.single-tag .categories .float .title a {
  max-height: 10em;
}

/* line 190, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.single-tag .small .content {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

/* line 197, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.single-tag .tags {
  padding: 20px 0;
  margin-bottom: 0;
}

/* line 203, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.single-tag .float .meta-box {
  font-size: 0.6rem;
}

/* line 205, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.single-tag .float .meta-box i {
  color: #fff;
}

/* line 212, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.single-tag .small .info {
  padding: 10px;
}

/* line 215, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
.single-tag .small .meta-box {
  font-size: 0.8rem;
  padding: 0 5px;
}

@media (max-width: 767px) {
  /* line 223, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .single-tag .categories .header-bar {
    padding: 0 15px;
    margin: 0;
  }
  /* line 229, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .single-tag .categories .float figure {
    height: auto;
  }
  /* line 232, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .single-tag .categories .float figure img {
    width: 100%;
    height: auto;
  }
  /* line 238, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .single-tag .categories .float .title {
    max-height: 10em;
  }
  /* line 240, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .single-tag .categories .float .title a {
    font-size: 0.9rem;
  }
  /* line 245, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .single-tag .categories .float .info {
    background-image: none;
    color: #848483;
  }
  /* line 250, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .single-tag .categories .float .info .title {
    color: inherit;
  }
  /* line 253, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .single-tag .categories .float .info i {
    color: inherit;
  }
  /* line 258, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .single-tag .categories .float .meta-box {
    font-size: 0.8rem;
  }
  /* line 263, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .single-tag .categories .row {
    flex-direction: row;
    margin-right: -5px;
    margin-left: -5px;
  }
  /* line 269, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .single-tag .categories article {
    padding-right: 6px;
    padding-left: 6px;
  }
  /* line 276, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .single-tag .header-bar h2 {
    display: none;
  }
  /* line 279, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_tags.scss */
  .single-tag .header-bar.tag-info {
    display: none;
  }
}

/* line 6, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  float: none;
}

/* line 11, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
.owl-carousel .owl-nav button {
  margin-right: 15px;
}

/* line 16, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
.owl-nav > div {
  cursor: pointer;
  display: inline-block;
}

/* line 20, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
.owl-nav i {
  display: flex;
  padding: 8px 10px 8px 12px;
  color: #000;
}

/* line 28, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
.owl-nav .disabled i {
  color: #C9C9C9;
}

/* line 34, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
.owl-nav .owl-prev i {
  padding: 8px 12px 8px 10px;
}

/* line 39, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
.owl-nav a {
  color: #333333;
}

/* line 46, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
.flex-owl header {
  position: relative;
}

/* line 48, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
.flex-owl header .owl-nav {
  position: absolute;
  top: auto;
  right: 0;
}

/* line 55, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
.flex-owl header .owl-nav .owl-prev {
  margin-right: 20px;
}

/* line 63, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
.flex-owl header .owl-nav .owl-next {
  margin-right: 20px;
}

@media (max-width: 767px) {
  /* line 71, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
  .flex-owl header {
    width: 100%;
  }
  /* line 76, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
  .flex-owl header .owl-nav .owl-prev,
  .flex-owl header .owl-nav .owl-next {
    display: none;
  }
  /* line 81, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
  .flex-owl header .owl-nav .more-articles {
    display: inline-block;
  }
  /* line 86, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_owl-carousel.scss */
  .flex-owl header .owl-nav {
    display: inline-block;
    float: right;
    position: relative;
  }
}

/* line 7, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.section header h2 {
  white-space: nowrap;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 14, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.section header h2:before {
  border-radius: 9px;
  background: #1A1A1A;
  color: #fff;
  padding: 0;
  font-size: 0.8em;
  margin-right: 10px;
  line-height: 0.9;
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  vertical-align: middle;
  justify-content: center;
  line-height: 30px;
  text-align: center;
}

/* line 38, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.section.featured-news header h2.koh-icon-wrap:before {
  background: #fff;
  color: #333333;
  font-size: 0.6em;
  margin-top: 0;
}

/* line 50, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.section.recent-news header h2:before {
  content: "\eb0b";
}

@media (min-width: 768px) {
  /* line 58, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .section header h2 {
    font-size: 1.55rem;
  }
}

/* line 65, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories .row {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 71, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories .list .owl-nav {
  position: absolute;
  top: -60px;
  right: 109px;
}

/* line 77, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories .list .owl-nav .owl-prev {
  margin-right: 20px;
}

/* line 83, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories .category-block-two {
  display: none;
}

/* line 88, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories .owl-item .category-block-two {
  display: inline-block;
}

/* line 94, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories .owl-carousel .owl-nav {
  display: none;
}

/* line 99, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories .more-articles-btn {
  display: none;
}

/* line 104, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories.page-1 .more-articles-btn {
  display: inline-block;
}

/* line 108, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories.page-1 .own-next-state {
  display: none;
}

/* line 114, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories.page-0 .more-articles-btn {
  display: none;
}

/* line 118, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories.page-0 .own-next-state {
  display: inline-block;
}

/* line 122, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories article {
  padding-bottom: 15px;
  padding-left: 6px;
  padding-right: 6px;
}

/* line 127, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories article .content {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  position: relative;
  height: 100%;
  padding-bottom: 15px;
}

/* line 139, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories article.ads-article .content {
  padding-bottom: 0;
}

/* line 143, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories article .meta-box {
  position: absolute;
  bottom: 10px;
}

/* line 153, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories article.big-image .info {
  padding: 30px;
  z-index: 4;
}

/* line 158, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories article.big-image .meta-box {
  position: absolute;
  padding: 30px;
  left: 0;
  right: 0;
  bottom: 100%;
  width: 100%;
  z-index: 2;
  font-size: 0.8rem;
}

/* line 173, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories article.big-image img {
  box-shadow: 0px 5px 5px #ccc;
}

@media (min-width: 768px) {
  /* line 181, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories article.big-image .title {
    margin-bottom: 0;
    font-size: 1.1rem;
  }
  /* line 185, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories article.big-image .info {
    position: relative;
  }
}

/* line 192, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories figure {
  position: relative;
  padding-bottom: 0;
}

/* line 198, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories .info {
  background-image: none;
  color: #333333;
}

/* line 204, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories article.grid-one-four .info {
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  background-image: linear-gradient(to top, black, transparent);
}

/* line 213, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories article.grid-one-four .meta-box {
  position: relative;
  background-image: none;
  padding: 0;
  font-size: 0.65rem;
}

/* line 221, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories article.grid-one-four .title a {
  color: inherit;
  font-size: 1rem;
  margin-bottom: 10px;
  height: auto;
}

@media (min-width: 768px) {
  /* line 234, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories .owl-list .item:nth-child(n + 1) article .content {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }
  /* line 243, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories article.grid-one-four .info {
    position: absolute;
  }
  /* line 247, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories article.grid-one-four .title a {
    color: #fff;
    margin-bottom: 10px;
  }
  /* line 252, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories article.grid-one-four .meta-box {
    color: #fff;
  }
}

@media (max-width: 1200px) {
  /* line 261, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories article.big-image .info {
    padding: 20px;
  }
  /* line 264, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories article.big-image .meta-box {
    bottom: 112px;
  }
}

@media (max-width: 767px) {
  /* line 273, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories .owl-carousel {
    display: block;
  }
  /* line 279, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories article.big-image .meta-box {
    bottom: 100%;
    color: #848483;
  }
  /* line 289, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories .category-block-one article .meta-box {
    color: #fff;
  }
}

/* line 299, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.single-tag .header-bar,
.single-category .header-bar {
  white-space: nowrap;
  max-width: 100%;
}

/* line 304, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.single-tag .header-bar h2,
.single-category .header-bar h2 {
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Koh-Santepheap-Body", "Open Sans", "Battambang", sans-serif, cursive;
  margin-top: 0;
  padding: 20px 0;
}

/* line 312, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.single-tag .header-bar .tags,
.single-category .header-bar .tags {
  margin-top: 0;
  padding-right: 0;
  padding: 20px 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 299, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .single-tag .header-bar,
  .single-category .header-bar {
    padding: 0 15px;
  }
}

/* line 329, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.single-tag .categories article .content,
.single-category .categories article .content {
  background: #fff;
}

/* line 336, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.single-tag .categories article.float .title,
.single-category .categories article.float .title {
  font-size: 1.4em;
  min-height: 2.8em;
  line-height: 1.5rem;
}

/* line 351, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.single-category .row header h2:before,
.single-category header header h2:before,
.categories header h2:before {
  content: "\e92e";
}

/* line 358, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.single-category .row.loop-economic header h2:before, .single-category .row.loop-money header h2:before, .single-category .row.loop-luy header h2:before,
.single-category header.loop-economic header h2:before,
.single-category header.loop-money header h2:before,
.single-category header.loop-luy header h2:before,
.categories.loop-economic header h2:before,
.categories.loop-money header h2:before,
.categories.loop-luy header h2:before {
  content: "\eb0a";
}

/* line 365, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.single-category .row.loop-religious header h2:before,
.single-category header.loop-religious header h2:before,
.categories.loop-religious header h2:before {
  font-size: 0.7em;
  margin-bottom: 2px;
}

/* line 373, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.single-category .row.loop-politic header h2:before,
.single-category header.loop-politic header h2:before,
.categories.loop-politic header h2:before {
  content: "\e92f";
  font-size: 0.75em;
  line-height: 27px;
  margin-bottom: 2px;
}

/* line 384, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.single-category .row.loop-technology header h2:before,
.single-category header.loop-technology header h2:before,
.categories.loop-technology header h2:before {
  content: "\eb04";
  margin-bottom: 2px;
}

/* line 394, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.single-category .row.loop-life-social header h2:before, .single-category .row.loop-life_social header h2:before,
.single-category header.loop-life-social header h2:before,
.single-category header.loop-life_social header h2:before,
.categories.loop-life-social header h2:before,
.categories.loop-life_social header h2:before {
  content: "\e905";
}

/* line 402, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.single-category .row.loop-sport header h2:before,
.single-category header.loop-sport header h2:before,
.categories.loop-sport header h2:before {
  content: "\e903";
}

/* line 409, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.single-category .row.loop-entetaintment header h2:before,
.single-category header.loop-entetaintment header h2:before,
.categories.loop-entetaintment header h2:before {
  content: "\eb03";
}

@media (max-width: 767px) {
  /* line 420, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  body.page-template-page-most-read .categories .row,
  body.archive .categories .row,
  body.archive.category .categories .row {
    flex-direction: row;
    margin-left: -5px;
    margin-right: -5px;
  }
  /* line 425, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  body.page-template-page-most-read .categories article,
  body.archive .categories article,
  body.archive.category .categories article {
    padding-left: 6px;
    padding-right: 6px;
    display: inline-block;
  }
  /* line 429, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  body.page-template-page-most-read .categories article .content,
  body.archive .categories article .content,
  body.archive.category .categories article .content {
    border-radius: 10px;
  }
  /* line 432, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  body.page-template-page-most-read .categories article .content .info,
  body.archive .categories article .content .info,
  body.archive.category .categories article .content .info {
    padding: 15px 10px;
  }
  /* line 436, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  body.page-template-page-most-read .categories article .content .info .meta-box,
  body.archive .categories article .content .info .meta-box,
  body.archive.category .categories article .content .info .meta-box {
    position: absolute;
    padding: 10px;
    background-image: none;
  }
  /* line 446, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  body.page-template-page-most-read .categories article.float .info, body.page-template-page-most-read .categories article.big-image .info,
  body.archive .categories article.float .info,
  body.archive .categories article.big-image .info,
  body.archive.category .categories article.float .info,
  body.archive.category .categories article.big-image .info {
    color: inherit;
  }
  /* line 448, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  body.page-template-page-most-read .categories article.float .info .meta-box, body.page-template-page-most-read .categories article.big-image .info .meta-box,
  body.archive .categories article.float .info .meta-box,
  body.archive .categories article.big-image .info .meta-box,
  body.archive.category .categories article.float .info .meta-box,
  body.archive.category .categories article.big-image .info .meta-box {
    margin-top: 0;
  }
  /* line 461, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  body.page-template .categories article .title,
  body.archive .categories article .title,
  body.archive.category .categories article .title {
    margin-bottom: 0.5rem;
  }
  /* line 464, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  body.page-template .categories article .meta-box,
  body.archive .categories article .meta-box,
  body.archive.category .categories article .meta-box {
    bottom: 0;
    left: 0;
    color: #848483;
  }
  /* line 469, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  body.page-template .categories article.big-image,
  body.archive .categories article.big-image,
  body.archive.category .categories article.big-image {
    height: auto;
  }
  /* line 472, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  body.page-template .categories article.big-image .info,
  body.archive .categories article.big-image .info,
  body.archive.category .categories article.big-image .info {
    background-image: none;
  }
  /* line 483, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .category .categories article.big-image.grid-one-four .meta-box {
    padding: 0;
    margin: 20px 0 0 0;
  }
  /* line 492, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .single-category .header-bar {
    padding: 15px 15px 0 15px;
    flex-direction: column;
  }
  /* line 495, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .single-category .header-bar .tags {
    width: 100%;
    display: block;
  }
}

/* line 505, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories .category_mobile .owl-stage-outer {
  border-radius: 15px;
  overflow: hidden;
  overflow: hidden;
}

/* line 512, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
.categories .category_mobile article .content {
  border-radius: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /* line 519, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories .category_mobile .row {
    white-space: nowrap;
    overflow: hidden;
    display: inline;
  }
  /* line 524, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories .category_mobile .row.owl-carousel {
    display: inline-block;
    white-space: normal;
  }
  /* line 528, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories .category_mobile .row.owl-carousel article {
    display: block;
  }
  /* line 533, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/components/_categories.scss */
  .categories .category_mobile .row article {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    margin-right: 25px;
  }
}

/* line 4, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 5, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
body > * {
  max-width: 100%;
}

/* line 14, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
body .main-ads-box {
  order: 4;
}

/* line 18, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
body .header-top {
  width: 100%;
}

/* line 21, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
body .main-box, body .news-container {
  padding-right: 20px;
  min-height: 60vh;
  order: 3;
}

/* line 29, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
body.category.archive .news-container, body.tag.archive .news-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

/* line 37, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
body.users-page header#main_header {
  padding-right: 0;
}

/* line 42, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
body .single-post-container {
  width: 100%;
}

/* line 46, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
body footer {
  width: 100%;
  order: 99;
}

/* line 50, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
body footer .container {
  padding-right: 0;
  padding-left: 0;
}

/* line 57, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 63, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.list-row {
  justify-content: flex-start;
  padding: 20px;
  overflow-y: hidden;
}

/* line 75, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.list-row.small-item a {
  display: inline-block;
  padding: 3px;
  min-width: 100px;
}

/* line 81, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.list-row.small-item a:before {
  width: 85px;
  height: 85px;
  margin-left: -42.5px;
}

/* line 89, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.list-row.small-item .button figure,
.list-row.small-item .button i {
  justify-content: center;
  width: 85px;
  height: 85px;
  background: #15496C;
  color: #fff;
}

/* line 102, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.list-row.small-item figure {
  width: 79px;
  height: 79px;
  border: 3px solid #fff;
}

/* line 112, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.recap i,
.recap figure {
  margin-right: 15px;
}

/* line 116, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.recap i {
  font-size: 1.5em;
}

/* line 121, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.div-table {
  display: table;
  width: 100%;
}

/* line 124, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.div-table > div {
  display: table-row;
}

/* line 126, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.div-table > div > div {
  display: table-cell;
}

@media (max-width: 767px) {
  /* line 133, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
  .mobile-flex-table.div-table {
    display: block;
  }
  /* line 136, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
  .mobile-flex-table.div-table > div {
    display: block;
  }
  /* line 138, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
  .mobile-flex-table.div-table > div > div {
    display: block;
  }
}

/* line 146, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.highlight {
  background: #FCB713;
}

/* line 152, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.ads-article .loading figure {
  height: 56%;
  overflow: hidden;
}

/* line 156, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.ads-article .loading figure .placeholder-loading {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 0;
}

/* line 167, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.ads-article .loading .info:before {
  width: 50px;
  height: 20px;
  bottom: 20px;
  left: 20px;
}

/* line 175, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.ads-article .loading .placeholder-loading-title,
.ads-article .loading .placeholder-loading {
  background: #F8F8F8;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

/* line 186, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.ads-article .loading .placeholder-loading-title {
  padding: 0;
}

/* line 188, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.ads-article .loading .placeholder-loading-title:before, .ads-article .loading .placeholder-loading-title:after {
  position: relative;
  height: 17px;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
  /* line 197, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
  .ads-article .loading .info .title,
  .ads-article .loading .info {
    overflow: hidden;
  }
}

/* line 206, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.content-text p a {
  text-decoration: none;
  border-bottom: 1px solid #2F8FD0;
}

/* line 210, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.content-text p a:hover {
  color: #2F8FD0;
}

/* line 214, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.content-text li {
  font-size: 1.2rem;
}

/* line 220, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.hot-news .row:nth-child(1) article .info {
  min-height: 63px;
}

/* line 224, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.hot-news .row:nth-child(1) article .loading figure {
  height: 80%;
}

/* line 228, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_content.scss */
.hot-news .row:nth-child(1) article .loading .placeholder-loading-title {
  height: 32px;
}

/* line 10, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
header#main_header {
  z-index: 999;
  background: #fff;
  background: #15496C;
  width: 100%;
}

/* line 18, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.header-print {
  height: 100px;
}

/* line 22, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.header-end {
  height: 170px;
}

/* line 26, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.is-sticky .logo img {
  width: 160px;
  height: auto;
  -webkit-transition: all 500ms ease-out 1s;
  -moz-transition: all 500ms ease-out 1s;
  -o-transition: all 500ms ease-out 1s;
  transition: all 500ms ease-out 1s;
}

/* line 36, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.is-sticky .banner-top .banner-box {
  height: 75px;
}

/* line 41, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.header-top {
  background: #0f496e;
}

/* line 46, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.list-wrap header {
  padding: 20px 0;
}

/* line 51, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.list-wrap header > * {
  vertical-align: middle;
}

/* line 57, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
#main-nav {
  flex-grow: 1;
  text-align: right;
}

/* line 62, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.logo {
  color: #fff;
}

/* line 63, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.logo h1 {
  display: inline-block;
  color: #fff;
  font-size: 33px;
  margin: 0 0 0 15px;
  text-decoration: none;
  font-family: "Koh-Santepheap-Head", "Open Sans", "Battambang", sans-serif, cursive;
}

/* line 74, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.logo figure {
  width: 43px;
  height: 43px;
  border-radius: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  flex: 43px 0 0;
  padding: 4px;
  text-align: center;
}

/* line 85, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.logo figure img {
  width: 100%;
  height: auto;
}

/* line 91, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.logo a {
  justify-content: flex-start;
}

@media (min-width: 1920px) {
  /* line 101, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .archive header#main_header,
  .single-post header#main_header,
  .home header#main_header {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  /* line 109, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .users-page header#main_header {
    padding-right: 0;
  }
}

/* line 115, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.menu-header {
  background: #15496C;
}

@media (min-width: 768px) {
  /* line 121, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header .menu-container .logo {
    flex: 0 0 155px;
  }
}

@media (min-width: 1440px) {
  /* line 121, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header .menu-container .logo {
    flex: 0 0 215px;
  }
}

/* line 131, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.menu-header .mobile-toggle-menu,
.menu-header .logo,
.menu-header .user-action {
  width: 30%;
}

@media (min-width: 768px) {
  /* line 131, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header .mobile-toggle-menu,
  .menu-header .logo,
  .menu-header .user-action {
    width: auto;
  }
}

/* line 141, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.menu-header .row {
  height: 80px;
}

@media (max-width: 1440px) {
  /* line 148, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header h1 {
    font-size: 1.6em;
  }
  /* line 152, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header .logo a span {
    width: 35px;
    height: 35px;
    flex: 35px 0 0;
  }
  /* line 158, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header .logo a span i {
    font-size: 2em;
    line-height: 1.4em;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  /* line 166, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header .menu-container .logo {
    flex: 0 0 60px;
    margin-left: 15px;
  }
  /* line 167, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header .menu-container .logo h1 {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 178, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header .menu-container .row {
    margin-left: 0;
    margin-right: 0;
    height: 65px;
    width: 100%;
  }
  /* line 184, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header .menu-container .row > * {
    flex: auto;
  }
  /* line 189, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header .menu-container .logo {
    text-align: center;
  }
  /* line 191, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header .menu-container .logo h1 {
    display: none;
  }
  /* line 194, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header .menu-container .logo a {
    justify-content: center;
  }
  /* line 199, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .menu-header .menu-container .user-action {
    justify-content: flex-end;
  }
}

/* line 215, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.main-header.pinted .menu-header .menu-container .row, .main-header.is_stuck .menu-header .menu-container .row {
  height: 70px;
}

@media (max-width: 767px) {
  /* line 220, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .main-header.pinted .menu-header .menu-container .row, .main-header.is_stuck .menu-header .menu-container .row {
    height: 50px;
  }
}

/* line 234, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.navigation-box {
  padding-right: 0;
}

/* line 239, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.search-trigger a {
  display: inline-block;
  margin-right: 15px;
  padding-top: 3px;
}

/* line 244, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.search-trigger a:before {
  content: "\eb0d";
  font-size: 25px;
  line-height: 30px;
  display: inline-block;
  color: #fff;
}

/* line 256, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.access {
  margin-bottom: 0;
  justify-content: flex-end;
}

/* line 260, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.access .nav {
  padding: 0;
  float: right;
}

/* line 266, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.access .none-logged button {
  width: 37px;
  height: 37px;
  background: #fff;
  color: #333333;
  font-size: 1.4em;
  line-height: 37px;
  padding: 2px 0;
  text-align: center;
}

/* line 279, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.access .none-logged button i {
  color: #15496C;
}

/* line 283, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.access .none-logged button:hover {
  background: #ccc;
  color: #333333;
}

/* line 290, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.access button {
  background: transparent;
  border: 0;
}

/* line 295, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.access .dropdown-toggle:after {
  display: none;
}

/* line 300, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.access .avatar figure {
  overflow: hidden;
  width: 37px;
  height: 37px;
  border: 3px solid #fff;
}

/* line 309, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.access .avatar img {
  width: 100%;
  height: auto;
}

/* line 315, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.access li {
  display: inline-block;
  float: left;
}

/* line 319, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.access li a {
  display: inline-block;
}

/* line 322, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
.access li a.subscribe {
  padding: 0;
  background: #3a6383;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 332, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .access .search-trigger a {
    width: 28px;
    height: 28px;
  }
  /* line 339, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  .access .none-logged button {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}

/* line 347, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
header .more-articles {
  font-family: "Koh-Santepheap-Body-Bold", "Open Sans", "Battambang", sans-serif, cursive;
}

/* line 350, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
header#main_header {
  position: fixed;
  top: auto;
}

/* line 354, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
header#main_header + .header-print {
  height: 100px;
  margin-top: 0;
}

/* line 359, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
header#main_header.pinted {
  position: fixed;
  top: 0;
}

/* line 363, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
header#main_header.pinted + .header-print {
  height: 50px;
}

@media (min-width: 768px) {
  /* line 350, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  header#main_header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  /* line 350, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  header#main_header {
    padding-left: 0;
  }
  /* line 375, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  header#main_header + .header-print {
    height: 65px;
  }
  /* line 379, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_header.scss */
  header#main_header.pinted + .header-print {
    height: 50px;
  }
}

/* line 2, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box,
footer {
  z-index: 9;
  color: #fff;
  position: relative;
  text-align: center;
}

/* line 9, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .container-fluid,
footer .container-fluid {
  background: #1A1A1A;
}

/* line 13, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box h2,
footer h2 {
  font-size: 2.1em;
}

/* line 16, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box h3,
footer h3 {
  font-size: 14px;
  border-bottom: 2px solid #fff;
  padding: 10px 0;
  margin: 0;
  text-align: left;
}

/* line 24, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box h5,
footer h5 {
  font-size: 14px;
  width: 277px;
  text-align: center;
  margin: 25px 0 25px 10px;
  line-height: 24px;
}

/* line 34, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .container .row > div,
footer .container .row > div {
  padding: 25px 20px;
}

/* line 40, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .mobole-app-link img,
footer .mobole-app-link img {
  max-width: 125px;
  height: auto;
}

/* line 45, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .footer-left,
footer .footer-left {
  text-align: left;
}

/* line 49, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .footer-left ul li,
footer .footer-left ul li {
  list-style: none;
  font-size: 1.45em;
  justify-content: left;
  align-items: flex-start;
  margin-bottom: 15px;
}

/* line 58, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .footer-left ul li i,
footer .footer-left ul li i {
  width: 36px;
  height: 36px;
  text-align: center;
  display: inline-block;
  flex: 36px 0 0;
  background: #333333;
  position: relative;
  padding: 1px;
  font-size: 19px;
}

/* line 76, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .footer-left ul li i:before,
footer .footer-left ul li i:before {
  border: 2px solid #fff;
  font-size: 0.7em;
  display: inline-block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 9px 6px;
}

/* line 88, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .footer-left ul li i svg,
footer .footer-left ul li i svg {
  position: inherit;
}

/* line 94, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .footer-left ul li span,
footer .footer-left ul li span {
  display: inline-block;
  text-align: left;
  padding: 5px 5px 5px 20px;
}

@media (max-width: 767px) {
  /* line 104, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box .footer-left ul li,
  footer .footer-left ul li {
    font-size: 1.2em;
    display: inline-flex;
    margin-right: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
}

/* line 117, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .logo-box a,
footer .logo-box a {
  position: relative;
  padding: 19px;
  vertical-align: middle;
  display: inline-block;
  margin: 19px;
}

/* line 125, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .logo-box a:after, .register-login-box .logo-box a:before,
footer .logo-box a:after,
footer .logo-box a:before {
  content: "";
  background: #15496c;
  background: rgba(21, 73, 108, 0.15);
  display: inline-block;
  vertical-align: middle;
}

/* line 136, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .logo-box a:before,
footer .logo-box a:before {
  width: 176px;
  height: 176px;
  left: -17px;
  top: -17px;
}

/* line 145, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .logo-box a i,
footer .logo-box a i {
  background: #15496C;
  color: #fff;
  font-size: 4.7em;
  display: block;
  width: 100%;
  height: 100%;
  /* line-height: 100%; */
  padding: 25px 15px;
  position: relative;
  z-index: 99;
}

/* line 160, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .logo-box a span,
footer .logo-box a span {
  width: 104px;
  height: 104px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

/* line 172, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .host_by_link,
footer .host_by_link {
  margin-top: 10px;
  margin-bottom: 50px;
  display: inline-block;
}

/* line 177, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
.register-login-box .host_by_link img,
footer .host_by_link img {
  max-width: 45px;
  height: auto;
  border-radius: 50%;
}

@media (max-width: 767px) {
  /* line 186, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box .container .row > div,
  footer .container .row > div {
    padding: 20px 15px 0 15px;
  }
  /* line 189, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box .footer-left,
  footer .footer-left {
    display: none;
  }
  /* line 193, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box ul,
  footer ul {
    margin-bottom: 0;
  }
  /* line 196, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box h4,
  footer h4 {
    font-size: 1.5em;
    text-align: center;
  }
  /* line 200, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box h2,
  footer h2 {
    text-align: center;
  }
  /* line 204, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box .container-fluid,
  footer .container-fluid {
    padding-bottom: 100px;
  }
  /* line 208, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box .mobile-apps-link a,
  footer .mobile-apps-link a {
    display: inline-block;
  }
  /* line 211, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box .mobile-apps-link a img,
  footer .mobile-apps-link a img {
    height: 37px;
    width: auto;
  }
  /* line 216, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box .mobile-apps-link a + a,
  footer .mobile-apps-link a + a {
    margin-left: 10px;
  }
  /* line 221, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box .logo-box,
  footer .logo-box {
    margin-top: 30px;
  }
  /* line 223, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box .logo-box a,
  footer .logo-box a {
    margin-top: 0;
  }
  /* line 225, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box .logo-box a:before,
  footer .logo-box a:before {
    width: 150px;
    height: 150px;
    left: -17px;
    top: -17px;
  }
  /* line 231, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box .logo-box a span,
  footer .logo-box a span {
    width: 80px;
    height: 80px;
  }
  /* line 235, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_footer.scss */
  .register-login-box .logo-box a i,
  footer .logo-box a i {
    padding: 15px 15px;
  }
}

/* line 1, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
body > section {
  overflow: hidden;
  position: relative;
}

/* line 6, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
.main-box,
.news-container,
header#main_header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 13, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
.news-container {
  min-height: 950px;
  width: 100%;
}

@media (max-width: 1200px) {
  /* line 19, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer, header#main_header {
    padding-right: 20px;
  }
  /* line 23, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .main-body {
    flex-direction: column;
  }
}

/* line 29, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
.users-page footer {
  padding-right: 0;
  padding-left: 250px;
}

@media (max-width: 767px) {
  /* line 40, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .archive .main-box, .archive .news-container, .archive header#main_header,
  .category .main-box,
  .category .news-container,
  .category header#main_header,
  .page-template .main-box,
  .page-template .news-container,
  .page-template header#main_header,
  .archive.category .main-box,
  .archive.category .news-container,
  .archive.category header#main_header {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 46, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer {
    padding-right: 0;
  }
  /* line 51, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .users-page footer {
    padding-left: 0;
  }
  /* line 55, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .users-page .main-sidebar {
    z-index: 999;
    width: 100%;
    left: auto;
    right: 100%;
  }
  /* line 63, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .users-page .main-sidebar.show {
    right: 0;
  }
}

@media (min-width: 1440px) {
  /* line 71, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .main-box,
  .news-container {
    padding-right: 330px;
  }
  /* line 78, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .users-page header#main_header {
    padding-right: 0;
  }
}

@media (min-width: 1600px) {
  /* line 84, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .main-box,
  .news-container {
    padding-left: 20px;
  }
}

/* line 91, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
.users-page header#main_header {
  padding-left: 0;
}

@media (min-width: 1700px) {
  /* line 99, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .archive footer,
  .home footer {
    padding-right: 0;
  }
}

@media (max-width: 1440px) and (min-width: 1280px) {
  /* line 108, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body footer,
  body .main-box,
  body .news-container {
    padding-right: 330px;
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  /* line 118, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .float-content,
  .float-content.news-container,
  .main-box, .news-container {
    padding-right: 330px;
    padding-left: 20px;
  }
}

@media (max-width: 1366px) {
  /* line 128, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer .container-fluid {
    min-width: 100%;
  }
}

/* line 136, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
.home .main-content {
  width: 100%;
  order: 3;
}

@media (min-width: 768px) {
  /* line 144, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body header#main_header {
    position: relative;
  }
  /* line 147, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body .main-header {
    order: 0;
  }
  /* line 150, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body .main-ads-box {
    order: 1;
  }
  /* line 154, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body .header-print {
    display: none;
  }
  /* line 162, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body.page-template-page-video .news-container, body.category.archive .news-container, body.archive .news-container, body.tag.archive .news-container {
    padding-right: 330px;
    padding-left: 20px;
    /* .container {
                margin-right: $std-padding;
            }*/
  }
  /* line 174, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .main-content {
    display: block;
  }
}

@media (max-width: 767px) {
  /* line 182, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .mobile-hide {
    display: none;
  }
  /* line 187, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .home .main-content {
    display: flex;
    flex-direction: column;
  }
  /* line 191, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .home .main-content > div {
    order: 1;
  }
  /* line 195, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .home .main-content > .video-bar {
    order: 2;
  }
  /* line 201, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article.float.item-3 .info .title,
  article.float.item-7 .info .title,
  .categories article.col-md-3 .title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    max-height: 100%;
  }
  /* line 209, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article.float.item-0 .info,
  article.float .info,
  .categories article.big-image .info {
    padding: 20px 15px 15px 15px;
  }
  /* line 214, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article.float.item-0 .info .title,
  article.float .info .title,
  .categories article.big-image .info .title {
    margin-bottom: 0.5rem;
  }
  /* line 219, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .categories article.big-image .meta-box {
    padding: 20px;
    position: relative;
    padding: 0;
    background-image: none;
    color: #fff;
  }
}

@media (min-width: 1400px) {
  /* line 230, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .nav-wrapper-box .banner-top {
    width: 63.333%;
  }
  /* line 234, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .nav-wrapper-box .navigation-box {
    width: 10%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 240, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article p {
    padding: 10px 5px;
    font-size: 13px;
  }
  /* line 245, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .short-info {
    padding-right: 5px;
  }
  /* line 249, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .footer-logo img {
    margin-left: 0;
  }
}

@media (max-width: 1366px) and (min-width: 1024px) {
  /* line 255, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .highlight h3 {
    font-size: 1.7em;
    line-height: 140%;
  }
  /* line 260, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .bussiness article {
    height: auto;
  }
}

@media screen and (max-width: 980px) {
  /* line 267, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar .nav li a, .featured .nav li a {
    font-size: 12px;
    padding: 9px 10px;
  }
  /* line 272, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar h2, .featured h2 {
    font-size: 25px;
  }
  /* line 276, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .highlight {
    margin-bottom: 15px;
  }
  /* line 280, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .footer-logo img {
    margin-left: 20px;
  }
  /* line 284, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer h5 {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin: 25px 0 25px 0px;
    line-height: 24px;
  }
}

@media screen and (max-width: 992px) {
  /* line 294, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .live-box .item {
    margin: 0;
  }
  /* .sports .short-info,
  .article-grid .short-info {
    position: relative;
  } */
  /* line 303, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .tparrows.hidearrows {
    opacity: 1;
  }
  /* line 307, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .account-info-wrapper {
    padding-bottom: 20px;
  }
  /* line 311, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .user-access label.remember-me-label {
    margin-top: 5px;
  }
  /* line 315, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .submit-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 320, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .news-container .container:last-child:after {
    padding-bottom: 0;
    margin-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
    height: 0;
  }
  /* line 328, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ads.full-width {
    margin-top: 15px;
  }
  /* line 332, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .most-read {
    margin-bottom: 0;
  }
  /* line 337, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .exchange-box {
    margin-top: 15px;
  }
  /* line 341, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .navigation-box {
    padding: 0;
  }
  /* line 344, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-end {
    height: 270px;
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 351, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .live-box .h-scroll article:last-child {
    margin-bottom: 50px;
  }
  /* line 358, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  #main_header .menu-header .row {
    flex-direction: row;
    height: auto;
  }
  /* line 362, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  #main_header .menu-header .row > * {
    flex: 1 1 auto;
  }
  /* line 366, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  #main_header .menu-header .row .navigation-box {
    width: auto;
    justify-content: flex-end;
    text-align: right;
  }
  /* line 371, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  #main_header .menu-header .row .navigation-box nav {
    float: right;
  }
  /* line 379, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-end {
    height: 310px;
  }
  /* line 383, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .is-sticky .banner-top {
    display: none;
  }
  /* line 387, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .col-sm-6 {
    margin-bottom: 15px;
  }
  /* line 391, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .col-sm-6:nth-child(odd) {
    clear: left;
  }
  /* line 395, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .col-custom-9 {
    width: 75%;
    width: 58.33333333%;
    padding-left: 10px !important;
    margin-left: 0;
  }
  /* line 402, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .col-custom-3 {
    width: 25%;
    width: 41.66666667%;
    max-width: 100%;
  }
  /* line 407, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .is-sticky .logo {
    width: 40%;
    float: left;
  }
  /* line 411, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .is-sticky .navigation-box {
    width: 35%;
    float: right;
  }
  /* line 416, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .banner-top .banner-box {
    height: auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 580px;
    margin: 10px auto;
    float: none;
  }
}

/* End Intro mobile Portrait */
@media screen and (min-width: 960px) {
  /* line 430, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .image-box img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  /* line 436, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .image-box img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 442, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .top-story .action-bar ul li {
    padding-bottom: 10px;
    padding-top: 3px;
  }
  /* line 446, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .article-info li.author a {
    padding-left: 0;
  }
  /* line 449, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ipad-only {
    display: block;
  }
  /* line 452, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .desktop-only {
    display: none;
  }
  /* line 455, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .owl-theme .owl-nav [class*=owl-]:hover,
  .owl-theme .owl-nav [class*=owl-] {
    top: 50%;
    margin-top: -25px;
    right: 0;
    height: 50px;
    background-position: 1px -65px;
  }
  /* line 464, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .owl-theme .owl-nav .owl-prev:hover,
  .owl-theme .owl-nav .owl-prev {
    right: auto;
    left: 0;
    background-position: -5px -310px;
  }
  /* line 470, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ipad-mobile-only {
    display: block;
  }
  /* line 474, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ipad-hide {
    display: none;
  }
  /* line 478, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .user-signup .account-info {
    border-bottom: 0;
  }
  /* line 481, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .highlight article {
    min-height: 100px;
  }
  /* line 486, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .owl-destination .content {
    bottom: 15px;
    left: 15px;
    max-width: 80%;
  }
  /* line 492, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .owl-item h4 {
    font-size: 1.2em;
  }
  /* line 496, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .banner-top .banner-box {
    height: auto;
    padding: 15px 0;
    display: block;
  }
  /* line 502, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .highlight h3 {
    font-size: 1.5em;
  }
  /* line 506, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .paging {
    margin-bottom: 25px;
  }
  /* line 510, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ipad-mobile-only, .ipad-only {
    display: block;
  }
  /* line 514, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .highlight h3 {
    padding: 10px;
    line-height: 27px;
    margin: 0;
    font-size: 15px;
    float: left;
    display: block;
    width: 100%;
  }
  /* line 523, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .mobile-only .dfp_ad_pos {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  /* line 530, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .archive.category header#main_header,
  header#main_header {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 536, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer .arrow-before li {
    margin-bottom: 10px;
  }
  /* line 540, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .archive.category .news-container .container .row > div {
    margin-bottom: 10px;
  }
  /* line 544, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  h1 {
    font-size: 1.9em;
  }
  /* line 547, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .live-box .h-scroll article:last-child {
    margin-bottom: 0;
  }
  /* line 550, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .live-box .h-scroll article {
    background: #f1f1f1;
  }
  /* line 554, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .live-box .h-scroll article h4 {
    min-height: 45px;
    color: #666666;
  }
  /* line 559, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .highlight p {
    display: none;
  }
  /* line 563, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .is-sticky .banner-top {
    display: none;
  }
  /* line 567, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .breadcrumb li:last-child {
    display: none;
  }
  /* line 571, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .featrued-artical .col-md-3 article {
    padding-bottom: 35px;
    height: 415px;
  }
  /* line 576, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .featrued-artical .col-md-3 article {
    height: auto;
  }
  /* line 580, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .gutter-5 > .col-md-4 {
    margin-top: 5px;
  }
  /* line 584, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article.ads.extended-height {
    display: block;
  }
  /* line 588, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .owl-navigation .current .content,
  .owl-navigation .content {
    display: none;
  }
  /* line 592, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ipad-only {
    display: none;
  }
  /* line 595, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .col-custom-3 {
    margin-top: 15px;
    display: block;
  }
  /* line 599, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .top-nav > li a {
    padding-left: 0;
  }
  /* line 603, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .nav-wrapper-box {
    padding: 5px 0;
  }
  /* line 607, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .mobile-only {
    display: block;
  }
  /* line 611, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .navigation-box {
    padding: 0px 0;
  }
  /* line 615, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .cl-effect-10 a.subscribe:before, .cl-effect-10 .subscribe span {
    padding: 7px 10px 6px 10px;
  }
  /* line 619, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .access a {
    font-size: 12px;
  }
  /* line 623, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .phone-contact:before,
  .login:before {
    display: none;
  }
  /* line 628, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body > section {
    width: 100%;
  }
  /* line 632, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .most-read .caption {
    height: auto;
    padding: 5px 20px 0 20px;
  }
  /* line 637, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .top-nav {
    text-align: center;
  }
  /* line 641, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .top-nav > li {
    float: none;
    display: inline-block;
  }
  /* line 646, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  div.navigation-box, .navigation-box {
    z-index: 99 !important;
    margin-top: 0px;
  }
  /* line 651, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article {
    text-align: center;
  }
  /* line 655, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article img {
    float: none;
    width: 100%;
    display: inline-block;
  }
  /* line 661, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .footer-logo img {
    margin-left: auto;
  }
  /* line 665, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer h5 {
    width: 100%;
    margin-left: auto;
  }
  /* line 670, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .footer-logo {
    text-align: center;
  }
  /* line 674, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer .col-md-4,
  footer .col-md-3 {
    width: 100%;
  }
  /* line 679, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .mobile-apps-link {
    clear: both;
  }
  /* line 683, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer .menu-list {
    width: 50%;
    float: left;
  }
  /* line 688, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .breadcrumbs {
    display: none;
  }
  /* line 691, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .is-sticky .nav-wrapper-box {
    padding: 5px 0;
  }
  /* line 695, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .paging li {
    margin: 0 5px 5px 0;
  }
  /* line 699, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .account-info-wrapper {
    padding-bottom: 30px;
  }
  /* line 703, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .user-access .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 708, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  form.alert-setting {
    padding-right: 0;
    margin-bottom: 20px;
  }
  /* line 713, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .value-num {
    width: 90px;
  }
  /* line 716, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .dashboard-info {
    display: none;
  }
  /* line 719, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .banner-top .banner-box {
    height: auto;
    padding: 0;
  }
  /* line 724, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar, .action-bar {
    position: relative;
    margin-bottom: 5px;
  }
  /* line 729, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar .nav, .featured .nav {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 2;
    width: auto;
    padding: 10px 5px;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    display: none;
  }
  /* line 742, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar .nav.more-menu, .featured .nav.more-menu {
    display: block;
    top: 0;
  }
  /* line 747, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar .nav li, .featured .nav li {
    display: inline;
    float: none;
  }
  /* line 752, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar h2, .featured h2 {
    font-size: 22px;
  }
  /* line 756, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ads-box-container {
    display: none;
  }
  /* line 760, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .breadcrumb li {
    font-size: 11px;
  }
  /* line 764, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .user-access label.remember-me-label {
    margin-top: 5px;
  }
  /* line 768, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .submit-wrapper {
    margin-top: 10px;
  }
  /* line 772, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .owl-navigation .content h4 {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 778, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .policy {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  /* line 783, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .copyright p {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 460px) {
  /* line 792, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .action-bar ul {
    margin-top: 15px;
    float: left;
  }
  /* line 796, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .top-nav {
    margin-top: 0;
    padding-top: 8px;
  }
  /* line 800, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .top-nav > li a {
    font-size: 10px;
  }
  /* line 803, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .access li a {
    font-size: 10px;
  }
  /* line 808, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .email-header a span {
    display: none;
  }
}

@media (min-width: 1440px) {
  /* line 815, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body.archive header#main_header,
  body.archive footer {
    padding-right: 342px;
  }
  /* line 821, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  #main-nav ul li a {
    font-size: 1.50em;
  }
  /* line 825, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .menu-header .menu-container {
    max-width: 100%;
  }
}

@media (min-width: 1800px) {
  /* line 832, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body.archive .news-container,
  .main-box,
  header#main_header {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 841, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body.archive header#main_header,
  body.archive footer {
    padding-right: 0;
  }
  /* line 846, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body.page-template-page-video .news-container,
  body.category.archive .news-container, body.tag.archive .news-container,
  .menu-header .menu-container {
    padding-right: 0;
    padding-left: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 855, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .menu-header .row {
    padding: 0 20px;
  }
}

/*
 * Component: Sidebar
 * ------------------
 */
/* line 8, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100px;
  min-height: 100%;
  width: 250px;
  z-index: 88;
  background: #1A1A1A;
}

@media (max-width: 767px) {
  /* line 8, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
  .main-sidebar,
  .left-side {
    top: 0;
  }
  /* line 24, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
  .main-sidebar .logo,
  .left-side .logo {
    padding: 20px;
  }
}

/* line 30, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar {
  padding-bottom: 10px;
}

/* line 36, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-form input:focus {
  border-color: transparent;
}

/* line 42, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}

/* line 48, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.user-panel > .image > img {
  width: 100%;
  max-width: 45px;
  max-height: 45px;
  height: auto;
}

/* line 54, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.user-panel > .info {
  padding: 5px 5px 5px 15px;
  line-height: 1;
  position: absolute;
  left: 55px;
}

/* line 59, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px;
}

/* line 63, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
}

/* line 68, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}

/* line 78, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 84, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu ul {
  display: none;
}

/* line 88, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu li a {
  color: #fff;
  padding: 12px 5px 12px 25px;
  font-size: 1.35em;
}

/* line 93, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu li a i {
  background: #fff;
  color: #1A1A1A;
  height: 18px;
  padding: 4px 3px;
  width: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8em;
  margin-right: 15px;
}

/* line 109, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 113, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu > li > a {
  display: block;
}

/* line 117, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px;
}

/* line 123, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}

/* line 129, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}

/* line 133, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}

/* line 144, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu li.active > .treeview-menu {
  display: block;
}

/* line 150, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}

/* line 156, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}

/* line 159, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu .treeview-menu > li {
  margin: 0;
}

/* line 161, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}

/* line 165, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}

/* line 170, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_sidebar.scss */
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}

/* line 6, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.button span {
  display: inline-block;
  font-size: 1em;
}

/* line 12, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  opacity: 0.9;
  z-index: 2;
}

/* line 23, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.close:hover {
  opacity: 1;
}

/* line 26, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.close:before, .close:after {
  position: absolute;
  left: auto;
  content: ' ';
  height: 100%;
  width: 4px;
  background-color: #376891;
  border-radius: 3px;
}

/* line 35, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 38, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 43, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
input {
  width: 100%;
  font-size: 1.6em;
  padding: 14px 15px;
  outline: none;
}

/* line 50, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
input[type=cehckbox]:checked + span,
input[type=radio]:checked + span {
  background: #1A1A1A;
  color: #fff;
}

/* line 57, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
form .close {
  position: relative;
  top: 0;
  right: 0;
}

/* line 62, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
form.search {
  border-radius: 80px;
  border: 1px solid #C9C9C9;
  padding: 0;
  overflow: hidden;
  background: #F8F8F8;
}

/* line 71, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
form.search .input-group {
  flex-grow: 0;
}

/* line 73, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
form.search .input-group input {
  margin-bottom: 0;
  border: 0;
  border-right: 1px solid #C9C9C9;
  padding: 16px 15px 16px 50px;
}

/* line 80, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
form.search .input-group i {
  position: absolute;
  left: 23px;
  font-size: 1.5em;
  top: 50%;
  margin-top: -8px;
}

/* line 89, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
form.search .options-group {
  flex-grow: 2;
  padding: 0 20px;
}

/* line 95, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
form.search .options-group label {
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.6em;
  cursor: pointer;
}

/* line 101, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
form.search .options-group label span {
  padding: 4px 20px;
  border-radius: 18px;
}

/* line 107, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
form.search .options-group label + label {
  margin-left: 10px;
}

/* line 112, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
form.search .options-group input {
  display: none;
}

/* line 117, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
form.search #resettext {
  position: absolute;
  right: 0;
  top: 0px;
  background: transparent;
  border: 0;
  height: 100%;
  padding: 0 25px 0 20px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

@media (max-width: 767px) {
  /* line 133, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
  form.search .options-group label span {
    padding: 4px 15px;
    border: 1px solid;
  }
}

/* line 144, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.logo-box a {
  position: relative;
  padding: 19px;
  vertical-align: middle;
  display: inline-block;
  margin: 19px;
}

/* line 152, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.logo-box a:after, .logo-box a:before {
  content: "";
  background: #15496c;
  background: rgba(21, 73, 108, 0.15);
  display: inline-block;
  vertical-align: middle;
}

/* line 163, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.logo-box a:before {
  width: 176px;
  height: 176px;
  left: -17px;
  top: -17px;
}

/* line 171, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.logo-box a span {
  width: 104px;
  height: 104px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

/* line 180, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.logo-box a span img {
  width: 100%;
  height: auto;
}

/* line 189, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.digits_login_form .dig_ul_left_side {
  background: #15496C;
  color: #fff;
}

/* line 193, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.digits_login_form .dig_ul_left_side .action {
  width: auto;
  margin: 0 auto;
  border-radius: 23px;
  overflow: hidden;
}

/* line 202, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.digits_login_form .dig_ul_left_side .action > div {
  padding: 10px 20px;
  display: inline-flex;
  height: 46px;
  line-height: 28px;
  border-radius: 0;
  border: 0;
  background: #222324;
  color: #fff;
}

/* line 214, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.digits_login_form .dig_ul_left_side .action > div.current {
  background: #15496C;
}

/* line 221, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.digits_login_form .mobile_field {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
}

/* line 229, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.digits_login_form .digits_login .signdesc,
.digits_login_form .digits_login .signupbutton {
  display: none !important;
}

/* line 236, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.digits_login_form .digits_register .backtoLoginContainer {
  display: none !important;
}

/* line 244, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.digits_login_form .dig_pgmdl_2 .minput .digits-input-wrapper input[type="text"] {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
}

/* line 251, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_forms.scss */
.digits_login_form .dig_pgmdl_2 .minput .digits-input-wrapper input:focus:invalid:focus {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
}

/* line 1, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
body > section {
  overflow: hidden;
  position: relative;
}

/* line 6, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
.main-box,
.news-container,
header#main_header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 13, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
.news-container {
  min-height: 950px;
  width: 100%;
}

@media (max-width: 1200px) {
  /* line 19, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer, header#main_header {
    padding-right: 20px;
  }
  /* line 23, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .main-body {
    flex-direction: column;
  }
}

/* line 29, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
.users-page footer {
  padding-right: 0;
  padding-left: 250px;
}

@media (max-width: 767px) {
  /* line 40, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .archive .main-box, .archive .news-container, .archive header#main_header,
  .category .main-box,
  .category .news-container,
  .category header#main_header,
  .page-template .main-box,
  .page-template .news-container,
  .page-template header#main_header,
  .archive.category .main-box,
  .archive.category .news-container,
  .archive.category header#main_header {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 46, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer {
    padding-right: 0;
  }
  /* line 51, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .users-page footer {
    padding-left: 0;
  }
  /* line 55, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .users-page .main-sidebar {
    z-index: 999;
    width: 100%;
    left: auto;
    right: 100%;
  }
  /* line 63, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .users-page .main-sidebar.show {
    right: 0;
  }
}

@media (min-width: 1440px) {
  /* line 71, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .main-box,
  .news-container {
    padding-right: 330px;
  }
  /* line 78, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .users-page header#main_header {
    padding-right: 0;
  }
}

@media (min-width: 1600px) {
  /* line 84, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .main-box,
  .news-container {
    padding-left: 20px;
  }
}

/* line 91, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
.users-page header#main_header {
  padding-left: 0;
}

@media (min-width: 1700px) {
  /* line 99, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .archive footer,
  .home footer {
    padding-right: 0;
  }
}

@media (max-width: 1440px) and (min-width: 1280px) {
  /* line 108, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body footer,
  body .main-box,
  body .news-container {
    padding-right: 330px;
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  /* line 118, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .float-content,
  .float-content.news-container,
  .main-box, .news-container {
    padding-right: 330px;
    padding-left: 20px;
  }
}

@media (max-width: 1366px) {
  /* line 128, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer .container-fluid {
    min-width: 100%;
  }
}

/* line 136, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
.home .main-content {
  width: 100%;
  order: 3;
}

@media (min-width: 768px) {
  /* line 144, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body header#main_header {
    position: relative;
  }
  /* line 147, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body .main-header {
    order: 0;
  }
  /* line 150, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body .main-ads-box {
    order: 1;
  }
  /* line 154, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body .header-print {
    display: none;
  }
  /* line 162, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body.page-template-page-video .news-container, body.category.archive .news-container, body.archive .news-container, body.tag.archive .news-container {
    padding-right: 330px;
    padding-left: 20px;
    /* .container {
                margin-right: $std-padding;
            }*/
  }
  /* line 174, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .main-content {
    display: block;
  }
}

@media (max-width: 767px) {
  /* line 182, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .mobile-hide {
    display: none;
  }
  /* line 187, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .home .main-content {
    display: flex;
    flex-direction: column;
  }
  /* line 191, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .home .main-content > div {
    order: 1;
  }
  /* line 195, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .home .main-content > .video-bar {
    order: 2;
  }
  /* line 201, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article.float.item-3 .info .title,
  article.float.item-7 .info .title,
  .categories article.col-md-3 .title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    max-height: 100%;
  }
  /* line 209, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article.float.item-0 .info,
  article.float .info,
  .categories article.big-image .info {
    padding: 20px 15px 15px 15px;
  }
  /* line 214, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article.float.item-0 .info .title,
  article.float .info .title,
  .categories article.big-image .info .title {
    margin-bottom: 0.5rem;
  }
  /* line 219, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .categories article.big-image .meta-box {
    padding: 20px;
    position: relative;
    padding: 0;
    background-image: none;
    color: #fff;
  }
}

@media (min-width: 1400px) {
  /* line 230, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .nav-wrapper-box .banner-top {
    width: 63.333%;
  }
  /* line 234, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .nav-wrapper-box .navigation-box {
    width: 10%;
  }
}

@media screen and (max-width: 1024px) {
  /* line 240, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article p {
    padding: 10px 5px;
    font-size: 13px;
  }
  /* line 245, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .short-info {
    padding-right: 5px;
  }
  /* line 249, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .footer-logo img {
    margin-left: 0;
  }
}

@media (max-width: 1366px) and (min-width: 1024px) {
  /* line 255, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .highlight h3 {
    font-size: 1.7em;
    line-height: 140%;
  }
  /* line 260, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .bussiness article {
    height: auto;
  }
}

@media screen and (max-width: 980px) {
  /* line 267, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar .nav li a, .featured .nav li a {
    font-size: 12px;
    padding: 9px 10px;
  }
  /* line 272, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar h2, .featured h2 {
    font-size: 25px;
  }
  /* line 276, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .highlight {
    margin-bottom: 15px;
  }
  /* line 280, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .footer-logo img {
    margin-left: 20px;
  }
  /* line 284, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer h5 {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin: 25px 0 25px 0px;
    line-height: 24px;
  }
}

@media screen and (max-width: 992px) {
  /* line 294, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .live-box .item {
    margin: 0;
  }
  /* .sports .short-info,
  .article-grid .short-info {
    position: relative;
  } */
  /* line 303, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .tparrows.hidearrows {
    opacity: 1;
  }
  /* line 307, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .account-info-wrapper {
    padding-bottom: 20px;
  }
  /* line 311, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .user-access label.remember-me-label {
    margin-top: 5px;
  }
  /* line 315, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .submit-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 320, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .news-container .container:last-child:after {
    padding-bottom: 0;
    margin-top: 0;
    border-bottom: 0;
    margin-bottom: 0;
    height: 0;
  }
  /* line 328, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ads.full-width {
    margin-top: 15px;
  }
  /* line 332, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .most-read {
    margin-bottom: 0;
  }
  /* line 337, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .exchange-box {
    margin-top: 15px;
  }
  /* line 341, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .navigation-box {
    padding: 0;
  }
  /* line 344, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-end {
    height: 270px;
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 351, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .live-box .h-scroll article:last-child {
    margin-bottom: 50px;
  }
  /* line 358, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  #main_header .menu-header .row {
    flex-direction: row;
    height: auto;
  }
  /* line 362, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  #main_header .menu-header .row > * {
    flex: 1 1 auto;
  }
  /* line 366, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  #main_header .menu-header .row .navigation-box {
    width: auto;
    justify-content: flex-end;
    text-align: right;
  }
  /* line 371, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  #main_header .menu-header .row .navigation-box nav {
    float: right;
  }
  /* line 379, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-end {
    height: 310px;
  }
  /* line 383, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .is-sticky .banner-top {
    display: none;
  }
  /* line 387, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .col-sm-6 {
    margin-bottom: 15px;
  }
  /* line 391, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .col-sm-6:nth-child(odd) {
    clear: left;
  }
  /* line 395, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .col-custom-9 {
    width: 75%;
    width: 58.33333333%;
    padding-left: 10px !important;
    margin-left: 0;
  }
  /* line 402, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .col-custom-3 {
    width: 25%;
    width: 41.66666667%;
    max-width: 100%;
  }
  /* line 407, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .is-sticky .logo {
    width: 40%;
    float: left;
  }
  /* line 411, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .is-sticky .navigation-box {
    width: 35%;
    float: right;
  }
  /* line 416, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .banner-top .banner-box {
    height: auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 580px;
    margin: 10px auto;
    float: none;
  }
}

/* End Intro mobile Portrait */
@media screen and (min-width: 960px) {
  /* line 430, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .image-box img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  /* line 436, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .image-box img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 442, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .top-story .action-bar ul li {
    padding-bottom: 10px;
    padding-top: 3px;
  }
  /* line 446, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .article-info li.author a {
    padding-left: 0;
  }
  /* line 449, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ipad-only {
    display: block;
  }
  /* line 452, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .desktop-only {
    display: none;
  }
  /* line 455, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .owl-theme .owl-nav [class*=owl-]:hover,
  .owl-theme .owl-nav [class*=owl-] {
    top: 50%;
    margin-top: -25px;
    right: 0;
    height: 50px;
    background-position: 1px -65px;
  }
  /* line 464, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .owl-theme .owl-nav .owl-prev:hover,
  .owl-theme .owl-nav .owl-prev {
    right: auto;
    left: 0;
    background-position: -5px -310px;
  }
  /* line 470, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ipad-mobile-only {
    display: block;
  }
  /* line 474, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ipad-hide {
    display: none;
  }
  /* line 478, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .user-signup .account-info {
    border-bottom: 0;
  }
  /* line 481, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .highlight article {
    min-height: 100px;
  }
  /* line 486, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .owl-destination .content {
    bottom: 15px;
    left: 15px;
    max-width: 80%;
  }
  /* line 492, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .owl-item h4 {
    font-size: 1.2em;
  }
  /* line 496, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .banner-top .banner-box {
    height: auto;
    padding: 15px 0;
    display: block;
  }
  /* line 502, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .highlight h3 {
    font-size: 1.5em;
  }
  /* line 506, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .paging {
    margin-bottom: 25px;
  }
  /* line 510, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ipad-mobile-only, .ipad-only {
    display: block;
  }
  /* line 514, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .highlight h3 {
    padding: 10px;
    line-height: 27px;
    margin: 0;
    font-size: 15px;
    float: left;
    display: block;
    width: 100%;
  }
  /* line 523, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .mobile-only .dfp_ad_pos {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  /* line 530, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .archive.category header#main_header,
  header#main_header {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 536, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer .arrow-before li {
    margin-bottom: 10px;
  }
  /* line 540, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .archive.category .news-container .container .row > div {
    margin-bottom: 10px;
  }
  /* line 544, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  h1 {
    font-size: 1.9em;
  }
  /* line 547, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .live-box .h-scroll article:last-child {
    margin-bottom: 0;
  }
  /* line 550, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .live-box .h-scroll article {
    background: #f1f1f1;
  }
  /* line 554, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .live-box .h-scroll article h4 {
    min-height: 45px;
    color: #666666;
  }
  /* line 559, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .highlight p {
    display: none;
  }
  /* line 563, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .is-sticky .banner-top {
    display: none;
  }
  /* line 567, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .breadcrumb li:last-child {
    display: none;
  }
  /* line 571, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .featrued-artical .col-md-3 article {
    padding-bottom: 35px;
    height: 415px;
  }
  /* line 576, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .featrued-artical .col-md-3 article {
    height: auto;
  }
  /* line 580, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .gutter-5 > .col-md-4 {
    margin-top: 5px;
  }
  /* line 584, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article.ads.extended-height {
    display: block;
  }
  /* line 588, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .owl-navigation .current .content,
  .owl-navigation .content {
    display: none;
  }
  /* line 592, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ipad-only {
    display: none;
  }
  /* line 595, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .col-custom-3 {
    margin-top: 15px;
    display: block;
  }
  /* line 599, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .top-nav > li a {
    padding-left: 0;
  }
  /* line 603, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .nav-wrapper-box {
    padding: 5px 0;
  }
  /* line 607, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .mobile-only {
    display: block;
  }
  /* line 611, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .navigation-box {
    padding: 0px 0;
  }
  /* line 615, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .cl-effect-10 a.subscribe:before, .cl-effect-10 .subscribe span {
    padding: 7px 10px 6px 10px;
  }
  /* line 619, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .access a {
    font-size: 12px;
  }
  /* line 623, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .phone-contact:before,
  .login:before {
    display: none;
  }
  /* line 628, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body > section {
    width: 100%;
  }
  /* line 632, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .most-read .caption {
    height: auto;
    padding: 5px 20px 0 20px;
  }
  /* line 637, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .top-nav {
    text-align: center;
  }
  /* line 641, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .top-nav > li {
    float: none;
    display: inline-block;
  }
  /* line 646, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  div.navigation-box, .navigation-box {
    z-index: 99 !important;
    margin-top: 0px;
  }
  /* line 651, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article {
    text-align: center;
  }
  /* line 655, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  article img {
    float: none;
    width: 100%;
    display: inline-block;
  }
  /* line 661, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .footer-logo img {
    margin-left: auto;
  }
  /* line 665, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer h5 {
    width: 100%;
    margin-left: auto;
  }
  /* line 670, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .footer-logo {
    text-align: center;
  }
  /* line 674, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer .col-md-4,
  footer .col-md-3 {
    width: 100%;
  }
  /* line 679, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .mobile-apps-link {
    clear: both;
  }
  /* line 683, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  footer .menu-list {
    width: 50%;
    float: left;
  }
  /* line 688, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .breadcrumbs {
    display: none;
  }
  /* line 691, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .is-sticky .nav-wrapper-box {
    padding: 5px 0;
  }
  /* line 695, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .paging li {
    margin: 0 5px 5px 0;
  }
  /* line 699, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .account-info-wrapper {
    padding-bottom: 30px;
  }
  /* line 703, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .user-access .row > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 708, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  form.alert-setting {
    padding-right: 0;
    margin-bottom: 20px;
  }
  /* line 713, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .value-num {
    width: 90px;
  }
  /* line 716, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .dashboard-info {
    display: none;
  }
  /* line 719, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .banner-top .banner-box {
    height: auto;
    padding: 0;
  }
  /* line 724, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar, .action-bar {
    position: relative;
    margin-bottom: 5px;
  }
  /* line 729, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar .nav, .featured .nav {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 2;
    width: auto;
    padding: 10px 5px;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    display: none;
  }
  /* line 742, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar .nav.more-menu, .featured .nav.more-menu {
    display: block;
    top: 0;
  }
  /* line 747, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar .nav li, .featured .nav li {
    display: inline;
    float: none;
  }
  /* line 752, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .header-bar h2, .featured h2 {
    font-size: 22px;
  }
  /* line 756, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .ads-box-container {
    display: none;
  }
  /* line 760, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .breadcrumb li {
    font-size: 11px;
  }
  /* line 764, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .user-access label.remember-me-label {
    margin-top: 5px;
  }
  /* line 768, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .submit-wrapper {
    margin-top: 10px;
  }
  /* line 772, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .owl-navigation .content h4 {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 778, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .policy {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  /* line 783, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .copyright p {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 460px) {
  /* line 792, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .action-bar ul {
    margin-top: 15px;
    float: left;
  }
  /* line 796, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .top-nav {
    margin-top: 0;
    padding-top: 8px;
  }
  /* line 800, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .top-nav > li a {
    font-size: 10px;
  }
  /* line 803, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .access li a {
    font-size: 10px;
  }
  /* line 808, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .email-header a span {
    display: none;
  }
}

@media (min-width: 1440px) {
  /* line 815, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body.archive header#main_header,
  body.archive footer {
    padding-right: 342px;
  }
  /* line 821, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  #main-nav ul li a {
    font-size: 1.50em;
  }
  /* line 825, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .menu-header .menu-container {
    max-width: 100%;
  }
}

@media (min-width: 1800px) {
  /* line 832, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body.archive .news-container,
  .main-box,
  header#main_header {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 841, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body.archive header#main_header,
  body.archive footer {
    padding-right: 0;
  }
  /* line 846, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  body.page-template-page-video .news-container,
  body.category.archive .news-container, body.tag.archive .news-container,
  .menu-header .menu-container {
    padding-right: 0;
    padding-left: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 855, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/layout/_response.scss */
  .menu-header .row {
    padding: 0 20px;
  }
}

/* line 3, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.lg-3-title, article.col-lg-3 .title, .featured-news article .info .title {
  max-height: 46px;
  line-height: 22px;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  /* line 14, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-list .category-block-two article .title {
    max-height: 46px;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 18px;
  }
  /* line 23, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-list .category-block-two article.big-image .title {
    margin-bottom: 5px;
  }
}

/* line 31, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.article h1 {
  font-size: 28px;
}

/* line 35, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.article .content-text h2 {
  font-size: 20px;
  margin: 35px 0 10px 0;
}

/* line 39, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.article .content-text h3 {
  font-size: 18px;
  color: #0f496e;
  margin: 35px 0 10px 0;
}

/* line 44, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.article .content-text p {
  margin: 10px 0 15px 0;
  line-height: 32px;
  font-size: 15px;
}

/* line 53, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .title a {
  font-family: "Koh-Santepheap-Body-Bold", "Open Sans", "Battambang", sans-serif, cursive;
}

/* line 65, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article.float {
  position: relative;
  overflow: hidden;
}

/* line 68, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article.float figure {
  width: auto;
  height: 100%;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  left: 0;
  right: 11px;
  overflow: hidden;
  z-index: 0;
}

/* line 81, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article.float figure img {
  height: 100%;
  /*width: auto !important;*/
  max-width: 200%;
}

/* line 87, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article.float figure a {
  display: flex;
  justify-content: center;
  height: 100%;
}

/* line 94, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article.float .info {
  right: 11px;
  width: auto;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  background-image: linear-gradient(to top, black, transparent);
}

/* line 108, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article.float .info h3 {
  color: #fff;
  font-size: 1.57rem;
  line-height: 2.2rem;
  height: auto;
  max-height: 4.4rem;
  overflow: hidden;
}

/* line 119, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article.float .loading .info {
  background-image: none;
}

@media (min-width: 768px) {
  /* line 125, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  article.float .info {
    position: absolute;
  }
}

/* line 132, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .content {
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}

/* line 138, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .info {
  padding: 5px 10px 10px 10px;
  flex-grow: 1;
}

/* line 147, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article.meta-float .meta-box {
  background-image: linear-gradient(to top, black, transparent);
}

/* line 150, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article.meta-float .meta-box svg,
article.meta-float .meta-box i {
  color: #C9C9C9;
}

/* line 157, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .meta-box {
  font-size: 0.65rem;
  color: #848483;
}

/* line 163, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .meta-box .koh-icon-wrap:before {
  margin-right: 5px;
}

/* line 168, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .meta-box svg,
article .meta-box i {
  margin-right: 6px;
  font-size: 1.25em;
  color: inherit;
}

/* line 176, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .meta-box i,
article .meta-box span {
  display: inline-block;
  vertical-align: middle;
}

/* line 182, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .meta-box span + span {
  margin-left: 10px;
}

/* line 187, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .ads.extended-height {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* line 193, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .ads img {
  width: 100%;
  margin-bottom: -20px;
}

/* line 198, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article img {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 210, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  article .meta-box {
    font-size: 0.8rem;
  }
  /* line 213, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  article .info {
    padding: 20px 15px 15px 15px;
  }
}

/* line 221, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.meta-box i,
.meta-box svg {
  color: inherit;
}

/* line 225, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.meta-box svg {
  fill: #fff;
}

/* line 228, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.meta-box .love-post {
  cursor: pointer;
}

/* line 232, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.meta-box .love-post.loved i, .meta-box .love-post.loved svg {
  color: #FCB713;
  fill: #FCB713;
}

/* line 241, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.meta-box .saved-post i, .meta-box .saved-post svg,
.meta-box .saved i,
.meta-box .saved svg {
  color: #FCB713;
  fill: #FCB713;
}

/* line 247, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.meta-box svg,
.meta-box i {
  margin-right: 6px;
}

/* line 253, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.meta-box .icon-only svg,
.meta-box .icon-only i {
  margin-right: 0;
}

/* line 261, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.meta-box .social-share span i {
  margin-right: 0;
  line-height: 29px;
}

/* line 270, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.ads-sign {
  background: #FCB713;
  color: #000;
  margin-right: 5px;
  font-family: "Koh-Santepheap-Body-Bold", "Open Sans", "Battambang", sans-serif, cursive;
  text-align: center;
  font-size: 10px;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  border-radius: 7px;
  overflow: hidden;
  vertical-align: middle;
}

/* line 287, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
figure .ads-sign {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 297, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.mobile-caruesel figure .ads-sign {
  display: inline-block;
}

/* line 302, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.mobile-caruesel .title .ads-sign {
  display: none;
}

/* line 309, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.masonry.row {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 314, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.masonry .masonry-float .title {
  color: #fff;
}

/* line 317, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.masonry .masonry-float figure {
  position: relative;
}

/* line 320, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.masonry .masonry-float .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-image: linear-gradient(to top, black, transparent);
}

/* line 332, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.masonry .masonry-float .meta-box {
  color: #fff;
}

/* line 337, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.masonry article {
  padding-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

/* line 342, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.masonry article .content {
  border-radius: 0;
}

/* line 349, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.masonry article .title {
  font-size: 1.4rem;
}

/* line 352, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.masonry article .info {
  padding-left: 0;
  padding-right: 0;
}

/* line 357, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.masonry article .meta-box {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 365, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .content {
  position: relative;
}

/* line 368, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .content a.back-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

/* line 377, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .content .title {
  font-family: "Koh-Santepheap-Body", "Open Sans", "Battambang", sans-serif, cursive;
}

/* line 381, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .content figure {
  z-index: 2;
}

/* line 386, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article .content .meta-box > * {
  position: relative;
  z-index: 3;
}

/* line 393, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article figure {
  position: relative;
}

/* line 395, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article figure a {
  display: block;
  position: relative;
  width: 100%;
}

/* line 400, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article figure .video-icon {
  width: 57px;
  height: 57px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -28.5px;
  left: 50%;
  margin-left: -28.5px;
  padding-left: 3px;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.3) 49%, rgba(0, 0, 0, 0.3) 73%, rgba(0, 0, 0, 0.5) 100%);
}

/* line 416, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article figure .video-icon:before {
  color: #fff;
  font-size: 17px;
}

/* line 424, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.short-info ul {
  padding-bottom: 0;
}

/* line 428, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.short-info li {
  display: inline-block;
  float: none;
}

/* line 433, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.short-info {
  text-align: left;
  padding-right: 5px;
  display: inline-flex;
  vertical-align: middle;
}

/* line 440, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share {
  color: #132943;
  position: relative;
  float: right;
  display: inline-block;
  -webkit-transform: translateZ(0);
  margin: 0;
  padding-top: 0;
  width: auto;
  height: 41px;
  z-index: 99;
}

/* line 452, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share li {
  margin-left: 0;
}

/* line 455, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share .icon-share-wrapper {
  height: 17px;
  width: 17px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  float: right;
  padding: 3px;
  -webkit-transform: translateZ(0);
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

/* line 475, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share .icon-share-wrapper .icon-share {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  position: relative;
  margin: 0 0 0 5px;
}

/* line 492, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share .classic-btn, .social-share .i-btn, .social-share .tags .list.title-only a, .tags .list.title-only .social-share a, .social-share .owl-nav i, .owl-nav .social-share i {
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
}

/* line 498, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share nav {
  margin: 0;
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  -webkit-transform: translateZ(0);
  width: 135px;
  height: 40px;
  z-index: 1;
  -webkit-transition: width 0.8s;
  -o-transition: width 0.8s;
  transition: width 0.8s;
}

/* line 513, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share nav img {
  vertical-align: top;
  float: none;
  margin: 15% 10%;
  display: inline-block;
  width: 70%;
  height: 70%;
}

/* line 522, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share nav a {
  -webkit-transition: margin 0.5s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
  -ms-transition: margin 0.5s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
  transition: margin 0.5s ease-in-out, transform 0.5s ease-in-out, background 0.1s linear;
  width: 36px;
  height: 36px;
  text-align: center;
  display: block;
  background-color: #ffffff;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  color: #000;
  overflow: hidden;
  margin: 0 -43px 0 7px;
  position: relative;
  line-height: 29px;
  -webkit-transform: rotate(-90deg) translateZ(0);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding: 0;
  float: left;
  font-size: 16px;
}

/* line 548, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share nav a::hover {
  color: #fff;
}

/* line 553, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share nav .twitter {
  background-color: #fff;
  border: 4px solid #55ACEE;
}

/* line 557, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share nav .twitter:hover {
  background: #55ACEE;
}

/* line 559, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share nav .twitter:hover .icon-twitter {
  color: #FFFFFF;
}

/* line 567, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share nav .twitter:hover .icon-twitter-wrap {
  border-color: #55ACEE;
}

/* line 572, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share nav .facebook {
  background-color: #fff;
  border: 4px solid #3B5998;
}

/* line 577, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share nav .facebook:hover {
  color: #fff;
  background: #3B5998;
  border-color: #3B5998;
}

/* line 585, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share nav .linkedin {
  background-color: #fff;
  border: 4px solid #0B80E0;
}

/* line 589, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share nav .linkedin:hover {
  color: #fff;
  background: #0B80E0;
}

/* line 597, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share.hover nav {
  left: 100%;
  display: block;
  width: 135px;
  z-index: 1;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}

/* line 610, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.dialog-social {
  text-align: center;
}

/* line 613, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.dialog-social nav {
  flex-direction: column;
}

/* line 619, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.dialog-social a {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  margin: 0 7px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  padding: 0 15px 0 0;
  margin-bottom: 5px;
  display: inline-block;
  min-width: 180px;
  justify-content: center;
  text-align: left;
}

/* line 636, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.dialog-social a i {
  float: left;
  display: block;
  height: 100%;
  padding: 9px 12px;
}

/* line 644, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.dialog-social .twitter {
  background-color: #fff;
  border: 2px solid #55ACEE;
  color: #55ACEE;
}

/* line 657, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.dialog-social .facebook {
  background-color: #fff;
  border: 2px solid #3B5998;
  color: #3B5998;
}

/* line 670, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.dialog-social .linkedin {
  background-color: #fff;
  border: 2px solid #0B80E0;
}

/* line 680, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.dialog-social .telegram {
  border: 2px solid #0088cc;
  color: #0088cc;
}

/* line 686, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share > span {
  position: relative;
  z-index: 3;
}

/* line 691, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.icon-share img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  float: none;
  margin: 1px 0 0 0;
  display: inline-block;
}

/* line 700, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share:hover .icon-share-wrapper {
  background: transparent;
}

/* line 703, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share:hover .icon-share-wrapper {
  border-color: transparent;
}

/* line 708, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share a {
  margin-top: 2px;
}

/* line 710, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share a span {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 720, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.social-share:hover nav a {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-right: 0;
}

/* line 729, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.featrued-artical article {
  background: #f1f1f1;
}

/* line 731, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.featrued-artical article img {
  width: 185px;
  height: auto;
}

/* line 737, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.international-grid .highlight article,
.highlight article {
  background: #0f496e;
  color: #fff;
  height: 660px;
  padding: 1px;
  padding-bottom: 30px;
}

/* line 745, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.highlight .social-share .icon-share-wrapper:before {
  background: #0f496e;
}

/* line 749, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.highlight .social-share {
  color: #fff;
}

/* line 753, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.highlight .social-share .icon-share-wrapper svg {
  fill: #fff;
}

/* line 757, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.highlight .short-info {
  bottom: 10px;
  position: absolute;
  right: 10px;
  padding-bottom: 0;
}

/* line 764, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.highlight h3 {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 40px;
  color: #fff;
}

/* line 771, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.featrued-artical h3 {
  font-size: 1.1em;
}

/* line 776, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.wp-block-gallery li {
  list-style: none;
}

/* line 791, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
article.col-md-3 .meta-box span + span {
  margin-left: 15px;
}

@media (max-width: 1024px) and (min-width: 768px) {
  /* line 801, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  article.col-md-3 .meta-box {
    flex-direction: column;
  }
}

/* line 810, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.owl-item h4 {
  font-size: 30px;
}

/* line 814, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.owl-carousel .item {
  position: relative;
}

/* line 821, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.home .main-content > .container {
  width: calc(100vw - 680px);
}

/* line 827, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.home header h2 {
  font-family: "Koh-Santepheap-Body-Bold", "Open Sans", "Battambang", sans-serif, cursive;
}

/* line 835, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.home .main-content > .container .row > div {
  width: 100%;
}

@media (max-width: 1279px) and (min-width: 767px) {
  /* line 842, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .main-content .video-bar {
    width: calc(280px - 20px);
  }
  /* line 845, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .main-content > .container {
    width: calc(100vw - 280px + 20px);
    margin-left: calc(280px - 20px);
  }
}

@media (max-width: 767px) {
  /* line 832, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1440px) {
  /* line 859, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .main-content > .container {
    width: calc(100vw - 560px - 20px);
    margin-left: calc(280px + 20px);
  }
  /* line 864, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .video-bar {
    width: 280px;
  }
}

@media (max-width: 1440px) and (min-width: 1280px) {
  /* line 871, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .main-content > .container {
    width: calc(100vw - 280px - 330px - 20px);
  }
  /* line 876, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .menu-header .menu-container {
    width: 100%;
  }
  /* line 879, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .menu-header .menu-container .logo {
    margin-left: 15px;
  }
}

@media (max-width: 1279px) and (min-width: 767px) {
  /* line 888, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .main-content > .container {
    width: calc(100vw - 280px);
    margin-left: 280px;
  }
  /* line 893, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .video-bar {
    width: 260px;
  }
  /* line 898, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .menu-header .menu-container {
    width: 100%;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  /* line 906, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .container {
    max-width: 100%;
  }
  /* line 911, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .menu-header > .menu-container,
  .home .menu-header > .container,
  .home .main-content > .menu-container,
  .home .main-content > .container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 919, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .menu-header article.float figure a,
  .home .main-content article.float figure a {
    display: block;
  }
  /* line 924, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .video-bar {
    width: 100%;
  }
  /* line 928, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .featured-wrapper {
    margin-left: -31px;
    margin-right: -31px;
  }
  /* line 936, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories.recent-news .row {
    flex-direction: row;
  }
  /* line 941, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories header {
    padding-bottom: 10px;
  }
  /* line 945, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .list > .item {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 949, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .list > .item > .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 957, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-item article {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-right: 15px;
  }
  /* line 963, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-item .title {
    color: #fff;
  }
  /* line 966, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-item .info {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 30px 20px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    width: 100%;
    z-index: 3;
  }
  /* line 974, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-item .meta-box {
    position: relative;
    bottom: auto;
    background-image: none;
    padding: 0;
  }
  /* line 981, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-item .meta-float .info {
    bottom: 0;
  }
  /* line 988, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .big-image img {
    box-shadow: none;
  }
  /* line 993, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-dots {
    position: absolute;
    bottom: 0;
    padding: 5px 40px;
  }
  /* line 999, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-list .category-block-two {
    display: block;
  }
  /* line 1002, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-list .category-block-two article {
    display: block;
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 0;
  }
  /* line 1013, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-list .category-block-two article .content {
    display: flex;
    padding-bottom: 0;
  }
  /* line 1018, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-list .category-block-two article .info {
    position: relative;
    background-image: none;
    color: #000;
    padding: 7px 12px 20px 12px;
  }
  /* line 1025, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-list .category-block-two article .meta-box {
    font-size: 0.6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #C9C9C9;
    padding: 5px 10px;
    background-image: none;
    white-space: nowrap;
  }
  /* line 1037, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-list .category-block-two article .meta-box i {
    color: #C9C9C9;
  }
  /* line 1042, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-list .category-block-two article .title {
    margin-bottom: 5px;
  }
  /* line 1048, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-list .category-block-two figure {
    height: auto;
    width: 45%;
    flex: 145px 0 0;
    box-shadow: none;
  }
  /* line 1056, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .categories .owl-carousel {
    margin-bottom: 10px;
    display: block;
  }
}

/* line 1064, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar {
  background: #F0F0F0;
  position: absolute;
  left: 0;
  width: 340px;
  z-index: 9;
}

/* line 1072, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar.placed {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

/* line 1077, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar .owl-stage {
  width: 100%;
}

/* line 1082, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar .item .content {
  justify-content: flex-start;
}

/* line 1088, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar .item article {
  position: relative;
}

/* line 1091, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar .item article:hover {
  background: #fff;
}

/* line 1093, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar .item article:hover:before {
  width: 4px;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #15496C;
}

/* line 1105, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar .item figure {
  flex: 0 0 98px;
  margin-left: 10px;
}

/* line 1111, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar h2 {
  font-size: 1.9em;
  color: #848483;
  margin-bottom: 0;
  padding: 10px;
}

/* line 1117, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar h2 i {
  font-size: 0.9em;
  border: 1px solid;
  padding: 6px 6px 6px 10px;
}

/* line 1126, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar h3 {
  font-size: 1rem;
  background: #1A1A1A;
  color: #fff;
  padding: 10px;
  line-height: 1.5;
}

/* line 1134, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar h3 a {
  text-align: left;
}

/* line 1139, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar h3 i {
  border-right: 1px solid #C9C9C9;
  padding: 5px 15px;
  margin-right: 20px;
  font-size: 2em;
}

/* line 1147, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar .more-articles-btn {
  display: none;
}

/* line 1151, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar h4 {
  font-size: 0.8rem;
  line-height: 1.15rem;
  overflow: hidden;
  max-height: 2.2rem;
}

/* line 1158, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar .owl-list .item:nth-child(n + 2) {
  display: none;
}

/* line 1163, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar.page-1 .more-articles-btn {
  display: inline-block;
}

/* line 1167, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar.page-1 .own-next-state {
  display: none;
}

/* line 1173, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar.page-0 .more-articles-btn {
  display: none;
}

/* line 1177, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar.page-0 .own-next-state {
  display: inline-block;
}

/* line 1182, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar .owl-nav {
  padding: 0 10px;
}

/* line 1185, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.video-bar .owl-nav > * {
  margin-right: 15px;
}

@media (max-width: 1920px) and (min-width: 1441px) {
  /* line 1064, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .video-bar {
    width: 310px;
  }
}

@media (max-width: 767px) {
  /* line 1064, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .video-bar {
    position: relative !important;
    left: auto;
    right: auto;
  }
}

@media (min-width: 768px) {
  /* line 1064, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .video-bar {
    border-right: 1px solid #C9C9C9;
  }
}

@media (max-width: 1279px) and (min-width: 767px) {
  /* line 1209, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .main-content .video-bar {
    display: none;
  }
  /* line 1213, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .home .main-content > .container {
    margin-left: 20px;
    width: calc(100vw - 340px - 20px);
  }
}

/* line 1224, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.recent-news article .content .title {
  line-height: 20px;
  max-height: 41px;
  overflow: hidden;
}

/* line 1233, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.featured-news {
  padding: 20px 15px;
  margin-bottom: 20px;
}

/* line 1241, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.featured-news header {
  margin-bottom: 15px;
}

/* line 1247, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.featured-news header h2:before {
  padding: 8px 6px;
  background: #fff;
  color: #333333;
}

/* line 1255, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.featured-news article {
  width: 185px;
}

/* line 1259, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.featured-news .owl-stage {
  align-items: flex-start;
}

/* line 1269, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.featured-news article .info {
  position: relative;
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 1280, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
.featured-news article .info .meta-box {
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  /* line 1287, /Applications/MAMP/htdocs/koh/wp-content/themes/koh_mobile_first_v2/sass/pages/_home.scss */
  .featured-news article {
    width: 266px;
  }
}

/*# sourceMappingURL=../css/home.map */