
/*-----------------------------------*/
/*    GLOBAL                         */
/*-----------------------------------*/

body {
  background-color: #fff;
  font-family: "Roboto";
  color: #333;
  overflow-y: scroll;
}

h3 {
  font-family: "Oswald";
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

a {
  color: #333;
}
a:hover, a:active, a:focus {
  color: #b64902;
  text-decoration: underline;
}
a:visited {
  color: #676767;
}

.container {
  padding-bottom: 10px;
}


/*-----------------------------------*/
/*    HEADER                         */
/*-----------------------------------*/

.header1 {
  position: relative;
}

.header1-toggle {
  background-color: #b64902;
  border: 1px solid #fff;
  border-bottom: 0;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 16px;
  left: 50%;
  margin-left: -18px;
  position: absolute;
  text-align: center;
  width: 36px;
  z-index: 1;
}
.header1-toggle .glyphicon {
  position: relative;
  top: 0px;
}
.header1-toggle-show {
  border-top: 0;
  bottom: auto;
  top: 0;
}

.navbar {
  border: 0;
  margin-bottom: 0;
}
.navbar-default {
  background-color: transparent;
  border: 0;
}
.navbar.affix {
  width: 100%;
  top: 0;
  z-index: 1;
}
.modal-open .navbar.affix {
  padding-right: 16px;
}

.navbar-brand {
  height: auto;
  padding: 8px 10px;
}
.navbar-brand > img {
  height: calc(72px / 2);
}

.navbar-slogan {
  border-bottom: 7px solid #544f3e;
  font-family: "Oswald";
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  margin-top: 32px;
  padding-bottom: 9px;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
  color: #b64902;
  font-family: "Oswald";
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 9px;
  text-transform: uppercase;
}


/*-----------------------------------*/
/*    CONTENT                        */
/*-----------------------------------*/

/* carousel */

.carousel {
  border: 5px solid #ccc;
  margin-bottom: 20px;
  z-index: 0;
}

.carousel-control {
  width: 10%;
}

.carousel-inner img {
  margin: 0 auto;
}

.carousel-indicators {
  bottom: -9px;
}
.carousel-indicators li {
  background-color: #888;
  border-width: 2px;
  height: 15px;
  margin: 1px 5px;
  width: 15px;
}
.carousel-indicators li.active {
  background-color: #b64801;
  height: 15px;
  margin: 1px 5px;
  width: 15px;
}

/* event */

.event, .event-start {
  height: 134px;
}

.event {
  background-color: #544f3e;
  color: #fff;
  margin-bottom: 21px;
  position: relative;
}

.event-start {
  background-color: #a9d300;
  font-family: "Oswald";
  font-size: 26px;
  font-weight: 300;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 85px;
}
.event-start-day {
  font-size: 50px;
  font-weight: 400;
  padding-top: 24px;
  padding-bottom: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.event-name {
  color: #fff;
  display: block;
  font-family: "Oswald";
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  max-height: 90%;
  overflow: hidden;
  padding: 14px;
  padding-left: 96px;
  text-transform: uppercase;
}

/* forum highlight */

.forum-highlight {
  background-color: #ccc;
  margin-bottom: 21px;
  position: relative;
}

.forum-highlight-name {
  color: #333;
  display: block;
  font-family: "Oswald";
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  max-height: 47%;
  overflow: hidden;
  padding: 14px;
  padding-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.forum-highlight-name:active, .forum-highlight-name:hover, .forum-highlight-name:focus {
  color: #333;
  text-decoration: none;
}

.forum-highlight-other {
  color: #444;
  font-size: 13px;
  padding-left: 14px;
}

.forum-highlight-user {
  font-style: italic;
  padding-left: 2px;
}

.forum-highlight-img {
  margin-top: 20px;
}


/* card */

.card {
  position: relative;
  margin-bottom: 20px
}

.card-title {
  border-bottom: 3px solid #b64902;
  color: #b64902;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.card-title a {
  color: #b64902;
  text-decoration: none;
}
.card-title a:hover {
  color: #b64902;
  text-decoration: underline;
}
.card-title-period {
  background-color: #b64902;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin: 2px 0 0 5px;
  padding: 5px;
}

.card-item,
.card-item2 {
  line-height: 1.2;
  margin-bottom: 15px;
}
.card-item:last-child {
  margin-bottom: 0;
}

.card-item-img {
  margin-right: 10px;
  width: 30px;
}
.card-item-data {
  width: calc(100% - 10px - 30px);
}

.card-item-img2 {
  padding-bottom: 5px;
}

.card-item-name {
  color: #000;
  display: block;
  font-size: 15px;
  /*font-weight: bold;*/
}

.card-item-other {
  color: #888;
  font-size: 12px;
}

.card-item-user {
  font-style: italic;
  padding-left: 2px;
}

.card-banner {
  display: block;
}

.card-img-daily-title {
  background-color: #a9d300;
  color: #fff;
  font-family: "Oswald";
  font-size: 26px;
  font-weight: 300;
  left: 0;
  line-height: 1.2;
  padding: 14px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 85px;
}

.card-item-days {
  background-color: #b64902;
  color: #fff;
  font-size: 12px;
  padding: 0 2px;
}

.card-btn-link {
  border-bottom: 1px solid #b64902;
  color: #333;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}
.card-btn-link:hover {
  border-bottom: 0;
  color: #333;
  text-decoration: none;
}

.card-video {
  position: relative;
  width: 100%;
}
a.card-video {
  display: block;
}
.card-icon-youtube {
  position: absolute;
  left: calc(50% - 48px/2);
  top: calc(50% - 34px/2);
}


/*-----------------------------------*/
/*    FOOTER                         */
/*-----------------------------------*/

.links {
  background-color: #ddd;
  margin-bottom: 10px;
  padding: 0 20px 20px 20px;
}
.links h3 {
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-top: 20px;
}
.links h3 a {
  color: #b64902;
}
.links a {
  display: block;
}

.footer {
  background-color: #444;
  border-top: 5px solid #b64902;
  color: #fff;
  padding: 20px;
}
.footer h3 {
  margin-bottom: 10px;
}
.footer p:last-child {
  margin-bottom: 0;
}

.sponsor {
  display: block;
  margin-bottom: 10px
}


/*-----------------------------------*/
/*    ALERT                          */
/*-----------------------------------*/

.alert {
  border-radius: 0;
}


/*-----------------------------------*/
/*    BUTTON                         */
/*-----------------------------------*/

.btn {
  border-radius: 0;
}
.btn:focus,
.btn:active:focus {
  outline: none;
}
.btn-primary {
  background-color: #b64902;
  border-color: #b64902;
}
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #722e01;
  border-color: #722e01;
}


/*-----------------------------------*/
/*    FORM                           */
/*-----------------------------------*/

label {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 1px;
}
label.req::after {
  color: #b40707;
  content: '*';
  padding-left: 2px;
}
.form-group[data-field="location_url"] label {
  display: block;
}

.form-control {
  border-color: #ddd;
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus {
  border-color: #b64902;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(182, 73, 2, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(182, 73, 2, 0.6);
}
.has-error .form-control {
  border-color: #ddd;
  border-bottom-color: #b40707;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group:last-child {
  margin-bottom: 0;
}

div[data-field] {
  position: relative;
}
.form-error {
  background-color: #b40707;
  bottom: 0;
  color: #fff;
  font-size: 10px;
  line-height: 1.4;
  padding: 0 4px;
  position: absolute;
  right: 0;
}
.form-group.row .form-error {
  right: 10px;
}


/*-----------------------------------*/
/*    MODAL                          */
/*-----------------------------------*/

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal-dialog {
  margin-top: 30px;
}

.modal-content {
  border-radius: 0;
  padding: 30px;
}

.modal-header {
  border-bottom: 1px solid #CECEBF;
  padding: 0 10px 15px 10px;
  position: relative;
}
.modal-header .close {
  background-color: #CECEBF;
  color: #fff;
  font-size: 36px;
  font-weight: 100;
  height: 26px;
  line-height: 1;
  margin: 0;
  opacity: 1;
  outline: none;
  position: absolute;
  text-shadow: none;
  top: -30px;
  right: -30px;
  width: 26px;
  z-index: 1;
}
.modal-header .close span {
  left: 1px;
  position: relative;
  top: -10px;
}

.modal-footer {
  border: 0;
  padding-bottom: 0
}

.modal-title,
.modal-title a {
  color: #b64902;
}

.modal-body {
  padding: 15px 10px 0 10px;
}
.modal-body .card {
  margin-bottom: 0;
}
.modal-body a:not(.card-item-name) {
  color: #337ab7;
}

.modal-control {
  background-color: #fff;
  color: #666;
  font-size: 20px;
  padding: 3px;
  position: absolute;
  text-shadow: none;
  top: 120px;
}
.modal-control.modal-prev {
  left: 0;
}
.modal-control.modal-next {
  right: 0;
}
.modal-control:not([data-href]) {
  display: none;
}

.modal-error .modal-header {
  padding: 0;
}

.modal-table tr td:first-child {
  font-weight: bold;
}
.modal-table td {
  padding: 2px 15px 2px 0;
}

.modal-event-descr {
  margin-top: 10px;
}
.modal-event-url {
  display: block;
  padding: 10px 0;
}

.modal-dialog-add .modal-content {
  background-color: #eee;
  margin: 0;
}
.modal-dialog-add .modal-footer {
  text-align: center;
}
.modal-dialog-add.done .modal-footer {
  display: none;
}

.modal-dialog-image .modal-content {
  margin: 0 30px;
  padding: 0;
}
.modal-dialog-image .modal-header {
  border: 0;
  padding: 0;
}
.modal-dialog-image .modal-header .close {
  right: 0;
  top: 0;
}
.modal-dialog-image .modal-body {
  padding: 0;
}
.modal-dialog-image .modal-control {
  opacity: .6;
  top: calc(50% - 20px);
}

.modal-dialog-list .modal-content {
  margin: 0;
}
.modal-dialog-list .card-title-period {
  margin-top: 8px;
}


/*-----------------------------------*/
/*    HELPERS                        */
/*-----------------------------------*/

.clickable {
  cursor: pointer;
}


/*-----------------------------------*/
/*    VENDOR                         */
/*-----------------------------------*/

/* simplebar */

.simplebar .simplebar-scroll-content, [data-simplebar-direction] .simplebar-scroll-content {
  top: 15px;
  bottom: 15px;
}
.simplebar-content {
  padding: 0 15px;
}
.simplebar-track {
  background-color: #ddd;
  border-radius: 6px;
  bottom: 15px;
  right: 12px;
  top: 15px;
  width: 10px;
}
.simplebar-track {
  display: block !important;
}
.simplebar-track .simplebar-scrollbar {
  background-color: #b64902;
  border-radius: 6px;
  right: 0;
  width: 10px;
}


/*-----------------------------------*/
/*    MEDIA SPECIFIC                 */
/*-----------------------------------*/

/* ...xs */

@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    border-bottom: 1px solid transparent;
    border-color: #b64902;
  }
}

/* ...sm */

@media (max-width: 992px) {
  .carousel-inner .item-content {
    text-align: center;
  }

  .modal-dialog {
    margin-top: 10px;
  }
}

/* sm... */

@media (min-width: 768px) {
  .navbar-brand {
    padding: 15px 10px 15px 8px;
  }
  .navbar-brand > img {
    height: auto;
  }

  .navbar-nav-wrap {
    border-bottom: 7px solid #b64902;
  }
  .navbar-nav {
    float: right;
    margin-top: 36px;
  }
  .navbar-nav > li > a {
    padding: 0 0 0 10px;
  }
  .navbar-nav > li:not(:last-child) > a::after {
    content: "/";
    padding-left: 10px;
  }

  .event, .event-start {
    height: calc(134px + 10px);
  }

  .forum-highlight {
    height: calc(289px + 20px);
  }
  .forum-highlight-img {
    bottom: 0;
    left: 0;
    max-height: calc(134px + 39px);
    position: absolute;
  }

  .modal-dialog-image {
    width: 730px;
  }
}

/* md... */

@media (min-width: 992px) {
  .navbar-nav-wrap {
    width: 35%;
  }

  .modal-dialog:not(.modal-dialog-add) {
    margin-top: 100px;
  }
}

/* md...lg */

@media (min-width: 992px) and (max-width: 1199px) {
  .links h3, .footer h3 {
    font-size: calc(28px - 4px);
  }

  .carousel-inner .item-content {
    padding-top: 30px;
  }
  .carousel-inner .price {
    font-size: calc(26px - 4px);
  }

  .event, .event-start {
    height: 168px;
  }

  .forum-highlight {
    height: 358px;
  }
  .forum-highlight-img {
    max-height: 227px;
  }

  .modal-dialog-image {
    width: 940px;
  }
}

/* lg... */

@media (min-width: 1200px) {
  .navbar-slogan {
    font-size: 32px;
    margin-top: 30px;
  }
  .navbar-nav-wrap {
    width: 44%;
  }

  .carousel-inner .item-content {
    padding-top: 70px;
  }

  .event, .event-start {
    height: 134px;
  }

  .forum-highlight {
    height: 289px;
  }
  .forum-highlight-img {
    max-height: 134px;
  }

  .modal-dialog-image {
    width: 1086px;
  }
}
