/*==== Styles =====*/
.tentaroo1 {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  border-width: 1px;
  border-color: #3A3A3A;
  border-collapse: collapse;
  width: 100%;
}
.tentaroo1 th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #FFA6A6;
  background-color: #D56A6A;
  color: #ffffff;
}
.tentaroo1 tr:nth-child(even) td {
  background-color: #F7CFCF;
}
.tentaroo1 td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #FFA6A6;
  background-color: #ffffff;
}
.tentaroo2 {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  border-width: 1px;
  border-color: #3A3A3A;
  border-collapse: collapse;
  width: 100%;
}
.tentaroo2 th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a09684;
  background-color: #83775f;
  color: #ffffff;
}
.tentaroo2 tr:nth-child(even) td {
  background-color: #cdc9bf;
}
.tentaroo2 td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a09684;
  background-color: #ffffff;
}
.tentaroo3 {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  border-width: 1px;
  border-color: #3A3A3A;
  border-collapse: collapse;
  width: 100%;
}
.tentaroo3 th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a09684;
  background-color: #255097;
  color: #ffffff;
}
.tentaroo3 tr:nth-child(even) td {
  background-color: #93b2e6;
}
.tentaroo3 td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a09684;
  background-color: #ffffff;
}
.tentaroo4 {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  border-width: 1px;
  border-color: #3A3A3A;
  border-collapse: collapse;
  width: 100%;
}
.tentaroo4 th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a09684;
  background-color: #274718;
  color: #ffffff;
}
.tentaroo4 tr:nth-child(even) td {
  background-color: #b9cfaf;
}
.tentaroo4 td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a09684;
  background-color: #ffffff;
}
.tentaroo5 {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  border-width: 1px;
  border-color: #3A3A3A;
  border-collapse: collapse;
  width: 100%;
}
.tentaroo5 th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a09684;
  background-color: #73228e;
  color: #ffffff;
}
.tentaroo5 tr:nth-child(even) td {
  background-color: #efccfb;
}
.tentaroo5 td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a09684;
  background-color: #ffffff;
}
/* Global */
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #383636;
  line-height: 1.8;
  font-weight: normal;
  padding-right: 0!important;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:link,
a:visited {
  color: #ce1126;
}
a:hover,
a:active {
  color: #ce1126;
}
.embedYoutube {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.embedYoutube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.embedCascadeSupport {
  padding-top: 1px;
  height: 650px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.embedCascadeSupport iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-primary {
  color: #fff;
}
.search-btn {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.slide-in {
  position: fixed;
  z-index: 999;
  bottom: 50%;
  right: -360px;
  width: 360px;
  height: 90px;
  padding: 15px;
  background: #858787;
}
.slide-in a {
  display: block;
  color: #fff;
}
.slide-in a:hover {
  text-decoration: none;
}
.slide-in img {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
}
.slide-in .text {
  width: 250px;
  float: right;
}
.slide-in .text h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  color: #61440b;
}
.slide-in .text p {
  line-height: 1.5;
  font-weight: 700;
  font-size: 14px;
}
.slide-in .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.table thead th {
  color: #ce1126;
  border-bottom: none;
  position: relative;
}
.table thead th.no-sort {
  pointer-events: none!important;
  cursor: default!important;
}
.table thead th.no-sort:after {
  display: none!important;
}
.table thead th.no-sort.sorting,
.table thead th.no-sort.sorting_asc,
.table thead th.no-sort.sorting_desc {
  background: #fff;
}
.table tbody tr:nth-child(2n+1) > td {
  background-color: #AFD4FF;
}
.table tbody tr td {
  border-bottom: none;
}
.table tbody tr td a {
  color: #ce1126;
}
/*!
 * Jasny Bootstrap v3.1.0 (http://jasny.github.com/bootstrap)
 * Copyright 2011-2014 Arnold Daniels.
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #dddddd;
}
.nav-tabs-bottom > li {
  margin-bottom: 0;
  margin-top: -1px;
}
.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px;
}
.nav-tabs-bottom > li > a:hover,
.nav-tabs-bottom > li > a:focus,
.nav-tabs-bottom > li.active > a,
.nav-tabs-bottom > li.active > a:hover,
.nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #dddddd;
  border-top-color: transparent;
}
.nav-tabs-left {
  border-bottom: 0;
  border-right: 1px solid #dddddd;
}
.nav-tabs-left > li {
  margin-bottom: 0;
  margin-right: -1px;
  float: none;
}
.nav-tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-bottom: 2px;
}
.nav-tabs-left > li > a:hover,
.nav-tabs-left > li > a:focus,
.nav-tabs-left > li.active > a,
.nav-tabs-left > li.active > a:hover,
.nav-tabs-left > li.active > a:focus {
  border: 1px solid #dddddd;
  border-right-color: transparent;
}
.row > .nav-tabs-left {
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}
.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #dddddd;
}
.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #dddddd;
}
.nav-tabs-right > li {
  margin-bottom: 0;
  margin-left: -1px;
  float: none;
}
.nav-tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-bottom: 2px;
}
.nav-tabs-right > li > a:hover,
.nav-tabs-right > li > a:focus,
.nav-tabs-right > li.active > a,
.nav-tabs-right > li.active > a:hover,
.nav-tabs-right > li.active > a:focus {
  border: 1px solid #dddddd;
  border-left-color: transparent;
}
.row > .nav-tabs-right {
  padding-left: 0;
  padding-right: 15px;
}
.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0;
}
.navmenu-fixed-right,
.navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
.navmenu-nav {
  margin-bottom: 10px;
}
.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.navbar-offcanvas .navbar-nav {
  margin: 0;
}
@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}
.navmenu-brand {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  margin: 10px 0;
}
.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}
.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777777;
}
.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #777777;
}
.navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navmenu-default .navmenu-nav > .open > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-default .navmenu-nav > .open > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-default .navmenu-nav > .open > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navmenu-default .navmenu-nav > .open > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-default .navmenu-nav > .open > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-default .navmenu-nav > .open > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navmenu-default .navmenu-nav > .dropdown > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav.dropdown-menu > .divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f8f8f8;
}
.navmenu-default .navmenu-nav.dropdown-menu > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #d7d7d7;
}
.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777777;
}
.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav > .disabled > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-default .navmenu-nav > .disabled > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-default .navmenu-nav > .disabled > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222222;
  border-color: #080808;
}
.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999999;
}
.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999999;
}
.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .open > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-inverse .navmenu-nav > .open > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-inverse .navmenu-nav > .open > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .open > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-inverse .navmenu-nav > .open > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-inverse .navmenu-nav > .open > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .dropdown > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222222;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000000;
}
.navmenu-inverse .navmenu-nav > li > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999999;
}
.navmenu-inverse .navmenu-nav > li > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-inverse .navmenu-nav > li > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-nav > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-inverse .navmenu-nav > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-inverse .navmenu-nav > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav > .disabled > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-inverse .navmenu-nav > .disabled > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-inverse .navmenu-nav > .disabled > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.offcanvas {
  display: none;
}
.offcanvas.in {
  display: block;
}
@media (max-width: 767px) {
  .offcanvas-xs {
    display: none;
  }
  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }
  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }
  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}
.offcanvas-lg.in {
  display: block;
}
.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}
.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important;
}
/* Mega Menu */
/* reset */
#mega_menu ul,
#mega_menu li,
#mega_menu a,
#mega_menu p,
#mega_menu hr,
#mega_menu h1,
#mega_menu h2,
#mega_menu h3 {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  text-decoration: none;
  line-height: normal;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* mega menu container */
#mega_menu {
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 999;
  font-size: 1em;
  clear: both;
  max-width: 1920px;
  width: 100%;
  font-family: 'Lato', sans-serif;
}
#mega_menu.color-black .list-items li .dropdown:before {
  content: "";
  width: 93px;
  height: 105px;
  background-color: transparent;
  background-image: url('../img/logo2.png');
  position: absolute;
  bottom: 10px;
  right: 10px;
}
/* color black start */
#mega_menu.color-black > ul,
#mega_menu.color-black ul .title a,
#mega_menu.color-black .list-items li .dropdown:after {
  background-color: #f5f5f5;
}
#mega_menu.color-black .dropdown img:hover {
  outline: 1px solid rgba(52, 52, 52, 0.3);
}
#mega_menu.color-black .list-items li .dropdown:after {
  border: 1px solid #ccc;
}
#mega_menu.color-black .list-items li .dropdown li:hover > a {
  color: #343434;
}
#mega_menu.color-black .dropdown .vertical-tabs > ul li.active a,
#mega_menu.color-black .dropdown .vertical-tabs > ul li:hover a {
  color: #343434;
}
/* color black end */
/* ul tag layout */
#mega_menu > ul {
  float: left;
  min-height: 50px;
  width: 100%;
  text-align: center;
}
/******** grid system *********/
#mega_menu .row {
  margin: 0;
  padding: 0 10px;
  float: left;
  clear: both;
  display: block;
  width: 100%;
  min-height: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mega_menu .row:nth-child(1) {
  padding-top: 15px;
}
#mega_menu .row span {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  display: inline-block;
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}
#mega_menu .col-1,
#mega_menu .col-2,
#mega_menu .col-3,
#mega_menu .col-4,
#mega_menu .col-5,
#mega_menu .col-6 {
  margin: 0 0 15px;
  padding: 0 10px;
  float: left;
  display: block;
  min-height: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: normal;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
}
#mega_menu .col-1 {
  width: 16.66666666666667%;
}
#mega_menu .col-2 {
  width: 33.33333333333333%;
}
#mega_menu .col-3 {
  width: 50%;
}
#mega_menu .col-4 {
  width: 66.66666666666667%;
}
#mega_menu .col-5 {
  width: 83.33333333333333%;
}
#mega_menu .col-6 {
  width: 100%;
}
/* grid system end */
/* .title class */
#mega_menu ul .title a {
  float: left;
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  line-height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.25em;
  outline: none;
}
#mega_menu ul .title.hide {
  display: none;
}
/* .list-items default align left */
#mega_menu ul .list-items {
  float: left;
}
#mega_menu ul .list-items > li {
  font-family: 'Lato', sans-serif;
  float: left;
  cursor: pointer;
}
#mega_menu ul .list-items > li.hide {
  border-left: none;
}
#mega_menu ul .list-items > li:last-child.hide {
  border-right: none;
}
#mega_menu ul .list-items > li > a {
  color: #7b7676;
  font-size: 13px;
  text-align: center;
  width: 100%;
  line-height: 55px;
  padding-right: 16px;
  padding-left: 16px;
  outline: none;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  /* animation */
  transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
  -moz-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
  -ms-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
  -webkit-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
}
@media (max-width: 1200px) {
  #mega_menu ul .list-items > li > a {
    padding-right: 6px;
    padding-left: 6px;
  }
}
/* hover .list-items animation */
#mega_menu ul .list-items > li:hover > a,
#mega_menu ul .list-items > li.active > a,
#mega_menu ul .list-items > li > a.active {
  background-color: #EEEEEE;
  color: #ce1126;
  -webkit-text-stroke: 0.2px;
}
/* .indicator class */
#mega_menu li a .indicator,
#mega_menu li a .indicator-dropdown {
  font-size: 1.25em;
  padding: 0px 3px 0;
  line-height: normal;
  font-family: 'Lato', sans-serif;
  display: inline-block;
  margin: 0;
}
#mega_menu .dropdown .indicator {
  float: right;
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 0;
  margin: 0;
  /* animation */
  transition: right 0.2s linear 0s;
  -moz-transition: right 0.2s linear 0s;
  -o-transition: right 0.2s linear 0s;
  -ms-transition: right 0.2s linear 0s;
  -webkit-transition: right 0.2s linear 0s;
}
#mega_menu .dropdown li:hover > a > .indicator {
  right: 5px;
}
/* fontAwesome icons */
#mega_menu .indicator i,
#mega_menu .indicator-dropdown i {
  font-size: 0.6em;
  font-weight: normal;
  line-height: 50px;
}
#mega_menu .dropdown .indicator i {
  margin: 0;
  padding: 0px;
  line-height: normal;
  position: relative;
  top: -2px;
  left: -1px;
}
/* heading tags layout */
#mega_menu h1,
#mega_menu h2,
#mega_menu h3 {
  margin: 0;
  padding: 5px 0 10px;
  display: block;
  text-align: left;
  color: #015697;
  font-family: 'Lato', sans-serif;
  -webkit-text-stroke: 0px;
  text-transform: uppercase;
  font-weight: normal;
}
#mega_menu h3 {
  font-size: 18px;
}
#mega_menu h2 {
  font-size: 22px;
}
#mega_menu h1 {
  font-size: 25px;
}
/* hr tag layout */
#mega_menu .dropdown hr {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.1);
}
/* order list tag layout */
#mega_menu .dropdown ol {
  margin: 0;
  padding: 0;
}
#mega_menu .dropdown ol li {
  list-style: disc;
  display: list-item;
  line-height: normal;
  margin: 5px 0 5px 17px;
  padding: 0;
}
#mega_menu .dropdown ol.decimal li {
  list-style: decimal;
}
#mega_menu .dropdown ol li a {
  margin: 0;
  padding: 0 !important;
  line-height: normal;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.8) !important;
  float: none !important;
}
/* images layout */
#mega_menu .dropdown img {
  margin: 0;
  padding: 2px;
  display: block;
  width: 100%;
  float: left;
  background-color: #f9f9f9;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 1px solid rgba(52, 152, 219, 0);
  -webkit-transition: opacity 200ms linear 0ms, outline 200ms linear 0ms;
  -moz-transition: opacity 200ms linear 0ms, outline 200ms linear 0ms;
  -ms-transition: opacity 200ms linear 0ms, outline 200ms linear 0ms;
  -o-transition: opacity 200ms linear 0ms, outline 200ms linear 0ms;
  transition: opacity 200ms linear 0ms, outline 200ms linear 0ms;
}
#mega_menu .dropdown img:hover {
  opacity: 0.9;
}
#mega_menu .dropdown a p {
  color: rgba(0, 0, 0, 0.8);
  padding-top: 10px;
}
#mega_menu .dropdown a p:hover {
  color: #000000;
}
/* vertical line for dropdown */
#mega_menu .dropdown .vertical-line:after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  height: 1000%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -100px;
  right: 10px;
}
/* buttons layout */
#mega_menu [class*='btn'] {
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.04), inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  border: none;
  padding: 12px 8%;
  margin: auto;
  display: block;
  cursor: pointer;
  color: #3498db;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  white-space: normal;
  -webkit-text-stroke: 0px;
  outline: none;
  /* animation */
  -webkit-transition: box-shadow 200ms linear 0ms;
  -moz-transition: box-shadow 200ms linear 0ms;
  -ms-transition: box-shadow 200ms linear 0ms;
  -o-transition: box-shadow 200ms linear 0ms;
  transition: box-shadow 200ms linear 0ms;
}
#mega_menu [class*='btn']:hover {
  box-shadow: 1px 2px 0 rgba(0, 0, 0, 0), inset 0 -2px 0 rgba(0, 0, 0, 0);
}
#mega_menu .btn-blue {
  background-color: #3ec2da;
  color: #ffffff;
}
#mega_menu .btn-green {
  background-color: #92cb2e;
  color: #ffffff;
}
#mega_menu .btn-light-blue {
  background-color: #7ec4f4;
  color: #ffffff;
}
#mega_menu .btn-orange {
  background-color: #f59a0a;
  color: #ffffff;
}
#mega_menu .btn-red {
  background-color: #e74b3b;
  color: #ffffff;
}
/* alert box layout */
#mega_menu [class*='alert-box'] {
  white-space: normal;
  font-size: 13px;
  border-radius: 5px;
  background-clip: padding-box;
  color: #fff;
  padding: 15px;
  text-align: left;
  font-family: 'Lato', sans-serif;
  border: 1px solid;
}
#mega_menu .alert-box-red {
  background-color: #F2DEDE;
  border-color: #f0d0d5;
  color: #A94442;
}
#mega_menu .alert-box-orange {
  background-color: #FCF8E3;
  border-color: #f0e2c4;
  color: #8A6D3B;
}
#mega_menu .alert-box-blue {
  background-color: #D9EDF7;
  border-color: #b9e7f0;
  color: #31708F;
}
#mega_menu .alert-box-green {
  background-color: #DFF0D8;
  border-color: #d0e3c0;
  color: #3C763D;
}
/* panel box layout */
#mega_menu .panel-box-red,
#mega_menu .panel-box-orange,
#mega_menu .panel-box-blue,
#mega_menu .panel-box-green {
  font-size: 13px;
  text-align: left;
  border-radius: 5px;
  border: 1px solid;
  white-space: normal;
}
#mega_menu .panel-box-red {
  border-color: #f0d0d5;
}
#mega_menu .panel-box-orange {
  border-color: #f0e2c4;
}
#mega_menu .panel-box-blue {
  border-color: #b9e7f0;
}
#mega_menu .panel-box-green {
  border-color: #d0e3c0;
}
#mega_menu .panel-box-red .panel-heading {
  background-color: #F2DEDE;
  border-bottom: 1px solid #f0d0d5;
  color: #A94442;
  padding: 10px 15px;
}
#mega_menu .panel-box-orange .panel-heading {
  background-color: #FCF8E3;
  border-bottom: 1px solid #f0e2c4;
  color: #8A6D3B;
  padding: 10px 15px;
}
#mega_menu .panel-box-blue .panel-heading {
  background-color: #D9EDF7;
  border-bottom: 1px solid #b9e7f0;
  color: #31708F;
  padding: 10px 15px;
}
#mega_menu .panel-box-green .panel-heading {
  background-color: #DFF0D8;
  border-bottom: 1px solid #d0e3c0;
  color: #3C763D;
  padding: 10px 15px;
}
#mega_menu .panel-content {
  padding: 15px;
  color: rgba(0, 0, 0, 0.7);
}
/******** dropdown layout start *****/
#mega_menu .list-items li .dropdown {
  position: absolute;
  top: auto;
  left: auto;
  background-color: #eeeeee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  display: none;
  min-width: 200px;
  cursor: default;
  padding: 0;
}
/* show border bottom dropdown */
#mega_menu .list-items li .dropdown:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: 1px;
  left: -1px;
  margin: 0;
  padding: 0;
}
#mega_menu .dropdown.col-1 li a,
#mega_menu .dropdown.col-2 li a,
#mega_menu .dropdown.col-3 li a,
#mega_menu .dropdown.col-4 li a,
#mega_menu .dropdown.col-5 li a,
#mega_menu .dropdown.col-6 li a {
  float: left;
  width: auto;
  clear: both;
  padding-left: 0 !important;
}
/* dropdown float left */
#mega_menu .list-items li .dropdown.float-left {
  left: 0;
}
/* dropdown float right */
#mega_menu .list-items li .dropdown.float-right {
  right: 0;
}
#mega_menu .list-items > li > .dropdown {
  border-top: none;
  -webkit-text-stroke: 0.2px;
}
#mega_menu .list-items li .dropdown li {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
}
#mega_menu .list-items li .dropdown li a {
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  padding: 5px 30px 5px 15px;
  -webkit-text-stroke: 0.2px;
  position: relative;
  left: 0;
}
#mega_menu .list-items li .dropdown li:hover > a {
  left: 5px;
}
#mega_menu .list-items li .dropdown li .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
/* .social-icons layout */
#mega_menu ul .social-icons {
  float: right;
  padding-right: 15px;
  padding-left: 15px;
}
#mega_menu ul .social-icons li {
  float: left;
}
#mega_menu .social-icons li a {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 55px;
  color: #FFFFFF;
  font-size: 1.2em;
  margin-left: 1px;
}
#mega_menu .social-icons li span {
  background-color: rgba(31, 37, 45, 0.2);
  border-radius: 100px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  font-size: 0.8em;
  border: 2px solid #fefdfd;
  transition: background-color 200ms ease 0s;
  -ms-transition: background-color 200ms ease 0s;
  -moz-transition: background-color 200ms ease 0s;
  -webkit-transition: background-color 200ms ease 0s;
  -o-transition: background-color 200ms ease 0s;
}
#mega_menu .social-icons li span:hover {
  background-color: rgba(31, 37, 45, 0.6);
}
/* click button to show dropdown on mobile mode */
#mega_menu > ul .click-button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
#mega_menu .list-items li .indicator-dropdown {
  display: none;
}
/* vertical-tabs layout */
#mega_menu .dropdown .vertical-tabs {
  white-space: normal;
  text-align: left;
  width: 100%;
  float: left;
  color: rgba(0, 0, 0, 0.8);
}
#mega_menu .dropdown .vertical-tabs > ul {
  float: left;
  width: 16.66666666666667%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#mega_menu .dropdown .vertical-tabs > ul:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 16.66666666666667%;
  background: #dcdbd7;
}
#mega_menu .dropdown .vertical-tabs > ul li a {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  text-align: right;
  padding: 10px 25px 10px 10px;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  text-indent: 0;
  position: relative;
  left: 0;
  width: 100%;
  /* animation */
  -webkit-transition: background 200ms ease 0ms;
  -moz-transition: background 200ms ease 0ms;
  -ms-transition: background 200ms ease 0ms;
  -o-transition: background 200ms ease 0ms;
  transition: background 200ms ease 0ms;
  /* user select text none */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#mega_menu .dropdown .vertical-tabs > ul li.active a,
#mega_menu .dropdown .vertical-tabs > ul li:hover a {
  background: #eeeeee;
  left: 0;
}
#mega_menu .dropdown .vertical-tabs > ul li a i {
  font-size: 0.6em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  height: 0.7em;
  margin: auto;
  text-align: center;
}
/* vertical tabs content class */
#mega_menu .dropdown .vertical-tabs-content {
  width: 83.33333333333333%;
  float: right;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #eeeeee;
  display: none;
}
#mega_menu .dropdown .vertical-tabs-content.active {
  display: block;
}
#mega_menu .dropdown .vertical-tabs-content span {
  text-align: center;
}
/* p tag */
#mega_menu .dropdown p {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 20px;
  float: left;
}
/* animation zoom */
#mega_menu > ul > .list-items > li .dropdown.animation_zoom.start {
  display: block;
  -webkit-animation: ZoomAnimation 200ms linear 100ms both;
  -moz-animation: ZoomAnimation 200ms linear 100ms both;
  -ms-animation: ZoomAnimation 200ms linear 100ms both;
  -o-animation: ZoomAnimation 200ms linear 100ms both;
  animation: ZoomAnimation 200ms linear 100ms both;
}
@keyframes ZoomAnimation {
  0% {
    transform: scale(0.8, 0.8);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
  }
}
@-ms-keyframes ZoomAnimation {
  0% {
    -ms-transform: scale(0.8, 0.8);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -ms-transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes ZoomAnimation {
  0% {
    -moz-transform: scale(0.8, 0.8);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes ZoomAnimation {
  0% {
    -webkit-transform: scale(0.8, 0.8);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes ZoomAnimation {
  0% {
    -o-transform: scale(0.8, 0.8);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -o-transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
  }
}
/* animation drop up */
#mega_menu > ul > .list-items > li .dropdown.animation_drop_up.start {
  display: block;
  -webkit-animation: DropUp 300ms ease 100ms both;
  -moz-animation: DropUp 300ms ease 100ms both;
  -ms-animation: DropUp 300ms ease 100ms both;
  -o-animation: DropUp 300ms ease 100ms both;
  animation: DropUp 300ms ease 100ms both;
}
@keyframes DropUp {
  0% {
    transform: translate3d(0px, 50px, 0px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    visibility: visible;
  }
}
@-ms-keyframes DropUp {
  0% {
    -ms-transform: translate3d(0px, 50px, 0px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -ms-transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes DropUp {
  0% {
    -moz-transform: translate3d(0px, 50px, 0px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -moz-transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes DropUp {
  0% {
    -o-transform: translate3d(0px, 50px, 0px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -o-transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes DropUp {
  0% {
    -webkit-transform: translate3d(0px, 50px, 0px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    visibility: visible;
  }
}
/* drop left */
#mega_menu > ul > .list-items > li .dropdown.animation_drop_left.start {
  display: block;
  -webkit-animation: DropLeft 300ms ease 100ms both;
  -moz-animation: DropLeft 300ms ease 100ms both;
  -ms-animation: DropLeft 300ms ease 100ms both;
  -o-animation: DropLeft 300ms ease 100ms both;
  animation: DropLeft 300ms ease 100ms both;
}
@keyframes DropLeft {
  0% {
    transform: translate3d(50px, 0px, 0px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes DropLeft {
  0% {
    -o-transform: translate3d(50px, 0px, 0px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -o-transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes DropLeft {
  0% {
    -moz-transform: translate3d(50px, 0px, 0px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -moz-transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes DropLeft {
  0% {
    -webkit-transform: translate3d(50px, 0px, 0px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    visibility: visible;
  }
}
@-o-keyframes DropLeft {
  0% {
    -o-transform: translate3d(50px, 0px, 0px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    -o-transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    visibility: visible;
  }
}
/* this class for match the media query with js */
#mega_menu .javascript-media-query {
  display: block;
}
/* media query */
@media screen and (min-width: 768px) {
  #mega_menu ul .list-items,
  #mega_menu ul .social-icons {
    display: block !important;
  }
  #mega_menu ul .list-items .indicator-dropdown {
    display: none;
  }
  #mega_menu ul .list-items .indicator {
    display: inline-block;
  }
  /* menu position fixed class */
  .megaMenu-position-fixed > ul {
    position: fixed;
    width: 90% !important;
    /* menu fixed position width change here */
    left: 5%;
  }
}
/* media query */
@media screen and (max-width: 768px) {
  /* this class for match the media query with js */
  #mega_menu .javascript-media-query {
    display: none;
  }
  #mega_menu > ul {
    float: left;
    width: 100%;
  }
  #mega_menu ul .list-items {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
  }
  #mega_menu ul .list-items li:last-child {
    border-right: none;
  }
  /* .title class layout */
  #mega_menu ul .title {
    width: 100%;
  }
  #mega_menu ul .title a {
    width: 70%;
    text-align: left;
    padding-left: 15px;
  }
  #mega_menu .list-items li {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
  }
  #mega_menu .list-items > li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  #mega_menu ul .list-items > li {
    border-left: none;
    border-right: none;
  }
  #mega_menu ul .list-items li a {
    text-align: left;
    position: relative;
  }
  #mega_menu ul .social-icons {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: none;
  }
  #mega_menu ul .social-icons li {
    float: none;
    display: inline-block;
  }
  #mega_menu .list-items li .dropdown {
    position: absolute;
    top: auto;
    left: 0px;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    min-width: 100%;
    z-index: 9999;
    display: none;
    text-align: center;
    white-space: normal;
  }
  #mega_menu .list-items li .dropdown li .dropdown {
    white-space: normal;
  }
  #mega_menu .list-items li .dropdown .dropdown li a {
    padding-left: 20px;
  }
  #mega_menu .list-items li .dropdown .dropdown .dropdown li a {
    padding-left: 30px;
  }
  #mega_menu .list-items li .dropdown .dropdown .dropdown .dropdown li a {
    padding-left: 40px;
  }
  #mega_menu .list-items li .dropdown li .dropdown {
    position: absolute;
    left: 0;
    top: 39px;
  }
  #mega_menu .list-items > li.toggle-show .indicator-dropdown i {
    color: #606060;
  }
  #mega_menu li a .indicator {
    display: inline-block;
    padding-right: 20px;
    padding-left: 60px;
    float: right;
    line-height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0px;
    z-index: 99;
  }
  #mega_menu .list-items li > .indicator-dropdown {
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 1.04%, rgba(0, 0, 0, 0.05) 100%);
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 1.04%, rgba(0, 0, 0, 0.05) 100%);
    background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0) 1.04%, rgba(0, 0, 0, 0.05) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 1.04%, rgba(0, 0, 0, 0.05) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 1.04%, rgba(0, 0, 0, 0.05) 100%);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    text-align: center;
    cursor: pointer;
    display: block;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    padding-right: 20px;
    padding-left: 60px;
    line-height: 54px;
    color: #FFFFFF;
  }
  #mega_menu .list-items li .dropdown .indicator-dropdown i {
    color: #606060;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 40px;
    padding-right: 20px;
    padding-left: 60px;
  }
  #mega_menu .list-items li:hover .indicator-dropdown i,
  #mega_menu .list-items li.active .indicator-dropdown i {
    color: #606060;
  }
  #mega_menu li .indicator-dropdown:before {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 50px;
    background: rgba(0, 0, 0, 0.05);
    width: 1px;
    height: 100%;
  }
  #mega_menu li .dropdown li a .indicator-dropdown {
    padding-right: 20px;
    padding-left: 60px;
    line-height: 20px;
  }
  /* click button to show dropdown on mobile mode */
  #mega_menu > ul .click-button {
    display: block;
    line-height: 51px;
    width: 70px;
    height: 53px;
    font-size: 2em;
    cursor: pointer;
    margin: 0;
    padding: 0 0 0 20px;
    color: #FFFFFF;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
  }
  #mega_menu .col-1,
  #mega_menu .col-2,
  #mega_menu .col-3,
  #mega_menu .col-4,
  #mega_menu .col-5,
  #mega_menu .col-6 {
    width: 100%;
  }
  /* vertical line for dropdown */
  #mega_menu .dropdown .vertical-line:after {
    display: none;
  }
  #mega_menu .dropdown .vertical-tabs > ul {
    position: relative;
    width: 100%;
  }
  #mega_menu .dropdown .vertical-tabs > ul li a {
    text-align: left;
    padding-left: 20px !important;
    width: 100% !important;
  }
  #mega_menu .dropdown .vertical-tabs > ul li a i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 18px;
  }
  #mega_menu .dropdown .vertical-tabs > ul:before {
    width: 100%;
  }
  /* vertical tabs content class */
  #mega_menu .dropdown .vertical-tabs-content {
    width: 100%;
    float: right;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #eeeeee;
    display: none;
  }
  #mega_menu .dropdown .row span {
    text-align: center;
  }
  #mega_menu .list-items li .dropdown li a {
    float: left;
    width: auto;
  }
}
/* media query */
@media screen and (max-width: 300px) {
  #mega_menu ul .title a {
    font-size: 0.9em;
  }
}
#mega_menu .dropdown .row > div {
  min-height: 100px;
}
#mega_menu .dropdown .row > div ul {
  padding-top: 40px;
}
#mega_menu .dropdown .row > div:nth-child(1) ul {
  padding-top: 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left;
}
div.dataTables_length select {
  width: 75px;
}
div.dataTables_filter label {
  font-weight: normal;
  float: right;
}
div.dataTables_filter input {
  width: 16em;
  margin-left: 0.5em;
}
div.dataTables_info {
  padding-top: 8px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 36px !important;
  max-width: none !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}
table.dataTable thead .sorting {
  background: url('../img/sort_both.png') no-repeat center left;
}
table.dataTable thead .sorting_asc {
  background: url('../img/sort_asc.png') no-repeat center left;
}
table.dataTable thead .sorting_desc {
  background: url('../img/sort_desc.png') no-repeat center left;
}
table.dataTable thead .sorting_asc_disabled {
  background: url('../img/sort_asc_disabled.png') no-repeat center left;
}
table.dataTable thead .sorting_desc_disabled {
  background: url('../img/sort_desc_disabled.png') no-repeat center left;
}
table.dataTable thead > tr > th {
  padding-left: 18px;
  padding-right: 18px;
}
table.dataTable th:active {
  outline: none;
}
/* Scrolling */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}
/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
  border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
  background-color: #08C;
  color: white;
}
.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
  background-color: #0075b0 !important;
}
.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
  color: white;
}
.table-striped.dataTable tbody tr.active:nth-child(odd) td,
.table-striped.dataTable tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}
table.DTTT_selectable tbody tr {
  cursor: pointer;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}
div.DTTT_collection_background {
  z-index: 2002;
}
/* TableTools information display */
div.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  opacity: 0.95;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0;
}
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
}
/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
  margin: 0 !important;
}
/* Navigation */
@media (min-width: 0) {
  .navbar-inverse .navbar-toggle {
    display: block;
    margin: 0;
    border: none;
    margin-right: -15px;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:active,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #ffffff;
  }
}
.navbar {
  background: #ffffff;
  color: #9c9b9b;
  min-height: 35px;
  line-height: 35px;
  border: none;
  margin-bottom: 0;
}
.navbar .container {
  position: relative;
}
.navbar p {
  margin: 0;
  margin-top: 1px;
  margin-right: 55px;
  margin-left: 68px;
  font-size: 13px;
  display: inline-block;
}
.navbar a {
  color: #9c9b9b;
}
.navbar .login {
  position: absolute;
  top: 11px;
  right: 16px;
  height: 14px;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
.navbar .login .dropdown-toggle {
  box-shadow: none;
}
.navbar .login .dropdown-toggle:hover {
  cursor: pointer;
  text-decoration: none;
}
.navbar .login .dropdown-menu {
  line-height: 2;
  background: #f5f5f5;
  color: #7B7676;
  padding: 5px 5px 15px 5px;
  width: 250px;
  top: 28px;
}
.navbar .login .dropdown-menu form a {
  color: #7B7676;
}
.navbar .login .dropdown-menu form .form-group {
  margin-bottom: 5px;
}
.navbar .login .dropdown-menu form .form-group label {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0px;
}
.navbar .login .dropdown-menu form .form-group .form-control {
  height: 30px;
  border-radius: 0;
  box-shadow: none;
}
.navbar .login .dropdown-menu form .btn {
  color: #fff;
  border-radius: 0;
  background: #ccc;
}
.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #ad9d7b;
  border: none;
}
.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  background: #232528;
  font-size: 14px;
  text-align: center;
  color: #dbaf0a;
  text-transform: uppercase;
  border-bottom: 1px solid #d6cebd;
  padding: 15px 0;
  margin: 0;
}
.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover {
  color: #dbaf0a;
  background: #232528;
}
.navmenu-inverse .navmenu-nav li a,
.navbar-inverse .navbar-offcanvas .navmenu-nav li a {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #d6cebd;
}
.navmenu-inverse .navmenu-nav li.dropdown a .thecaret,
.navbar-inverse .navbar-offcanvas .navmenu-nav li.dropdown a .thecaret {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #ad9d7b;
  background-image: url('../img/icon-caret2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.navmenu-inverse .navmenu-nav li.dropdown.open a,
.navbar-inverse .navbar-offcanvas .navmenu-nav li.dropdown.open a {
  background: #015697;
  border-bottom: 1px solid #246DA5;
}
.navmenu-inverse .navmenu-nav li.dropdown.open a .thecaret,
.navbar-inverse .navbar-offcanvas .navmenu-nav li.dropdown.open a .thecaret {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: #0f4a77;
  background-image: url('../img/icon-caret1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.navmenu-inverse .navmenu-nav li.dropdown.open .dropdown-menu.navmenu-nav,
.navbar-inverse .navbar-offcanvas .navmenu-nav li.dropdown.open .dropdown-menu.navmenu-nav {
  padding-bottom: 0;
}
.navmenu-inverse .navmenu-nav li.dropdown.open .dropdown-menu.navmenu-nav li a,
.navbar-inverse .navbar-offcanvas .navmenu-nav li.dropdown.open .dropdown-menu.navmenu-nav li a {
  background: #0f4a77;
  border-bottom: 1px solid #246DA5;
  font-size: 13px;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navmenu-inverse .search,
.navbar-inverse .navbar-offcanvas .search {
  width: 180px;
  margin: 20px auto;
}
.navmenu-inverse .search .form-group,
.navbar-inverse .navbar-offcanvas .search .form-group {
  margin: 0;
  position: relative;
}
.navmenu-inverse .search .form-group .form-control,
.navbar-inverse .navbar-offcanvas .search .form-group .form-control {
  height: 30px;
  box-shadow: none;
  border-radius: 0;
  background: #eee;
  padding-right: 24px;
}
.navmenu-inverse .search .form-group .icon,
.navbar-inverse .navbar-offcanvas .search .form-group .icon {
  display: block;
  width: 18px;
  height: 15px;
  background: url('../img/icon-search.png') no-repeat;
  position: absolute;
  top: 6px;
  right: 4px;
}
.navmenu-inverse .mini-nav2 .btn,
.navbar-inverse .navbar-offcanvas .mini-nav2 .btn {
  margin-bottom: 20px;
  width: 90px;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  color: #fff;
  border-color: #fff;
  padding-bottom: 8px;
}
.navmenu-inverse .mini-nav2 .btn:before,
.navbar-inverse .navbar-offcanvas .mini-nav2 .btn:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 3px;
  background-size: cover;
}
.navmenu-inverse .mini-nav2 .btn.pull-left,
.navbar-inverse .navbar-offcanvas .mini-nav2 .btn.pull-left {
  margin-left: 15px;
  background: #232528;
}
.navmenu-inverse .mini-nav2 .btn.pull-left:hover,
.navbar-inverse .navbar-offcanvas .mini-nav2 .btn.pull-left:hover {
  background: #121315;
}
.navmenu-inverse .mini-nav2 .btn.pull-left:before,
.navbar-inverse .navbar-offcanvas .mini-nav2 .btn.pull-left:before {
  width: 11px;
  height: 21px;
  top: 5px;
  background: url('../img/icon-donate.png');
}
.navmenu-inverse .mini-nav2 .btn.pull-right,
.navbar-inverse .navbar-offcanvas .mini-nav2 .btn.pull-right {
  margin-right: 15px;
  background: #ce1126;
}
.navmenu-inverse .mini-nav2 .btn.pull-right:hover,
.navbar-inverse .navbar-offcanvas .mini-nav2 .btn.pull-right:hover {
  background: #ad0e20;
}
.navmenu-inverse .mini-nav2 .btn.pull-right:before,
.navbar-inverse .navbar-offcanvas .mini-nav2 .btn.pull-right:before {
  width: 19px;
  height: 21px;
  background: url('../img/icon-scout.png') no-repeat;
}
.main-nav {
  height: 57px;
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.main-nav .contact h4 {
  color: #ce1126;
  font-weight: normal;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.main-nav .contact p {
  color: #ce1126;
  text-transform: uppercase;
  font-size: 15px;
  width: 90px;
  display: inline-block;
  line-height: 25px;
}
.main-nav .contact i {
  color: #A96B51;
  text-transform: none;
  font-style: normal;
  font-size: 15px;
  line-height: 25px;
}
.main-nav .calendar {
  margin-top: 30px;
}
.main-nav .calendar p {
  color: #ce1126;
  text-transform: uppercase;
  font-size: 16px;
  width: 80px;
  display: inline-block;
  line-height: 25px;
}
.main-nav .calendar i {
  color: #A96B51;
  text-transform: none;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
}
.main-nav .map {
  margin-top: 30px;
}
.main-nav #mega_menu .nav-logo-link {
  display: none;
}
.main-nav #mega_menu .sticky-search {
  display: none;
}
.main-nav.sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.main-nav.sticky #mega_menu {
  position: relative;
  margin-top: -1px;
  padding-left: 60px;
}
@media (max-width: 1200px) {
  .main-nav.sticky #mega_menu {
    padding-left: 60px;
  }
}
.main-nav.sticky #mega_menu .nav-logo-link {
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
}
.main-nav.sticky #mega_menu .nav-logo-link:hover {
  text-decoration: none;
}
.main-nav.sticky #mega_menu .nav-logo-link .logo img {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  top: 6px;
}
@media (max-width: 1200px) {
  .main-nav.sticky #mega_menu .nav-logo-link .logo img {
    top: 8px;
  }
}
.main-nav.sticky #mega_menu .nav-logo-link .logo h1 {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: normal;
  color: #015697;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  top: 12px;
  display: none;
}
.main-nav.sticky #mega_menu .nav-logo-link .logo h1 span {
  display: block;
  color: #ce1126;
  font-size: 11px;
}
@media (max-width: 1200px) {
  .main-nav.sticky #mega_menu .nav-logo-link .logo h1 {
    display: none;
  }
}
.main-nav.sticky #mega_menu .sticky-search {
  display: block;
  width: 240px;
  height: 35px;
  padding: 5px;
  background: #ce1126;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  right: 0;
  top: 57px;
}
.main-nav.sticky #mega_menu .sticky-search .sticky-search-form .form-group {
  width: 20px;
  margin: 0;
  float: left;
  position: relative;
}
.main-nav.sticky #mega_menu .sticky-search .sticky-search-form .form-group .form-control {
  display: none;
  width: 145px;
  height: 25px;
  box-shadow: none;
  border-radius: 0;
  background: #eee;
  float: left;
}
.main-nav.sticky #mega_menu .sticky-search .sticky-search-form .form-group #search-btn {
  width: 17px;
  height: 14px;
  background-color: transparent;
  background-image: url('../img/icon-search2.png');
  background-repeat: no-repeat;
  border: none;
  float: right;
  position: relative;
  top: 5px;
}
.main-nav.sticky #mega_menu .sticky-search .sticky-search-form .form-group #search-btn:focus {
  outline: none;
}
.main-nav.sticky #mega_menu .sticky-search .login {
  width: 200px;
  float: right;
}
.main-nav.sticky #mega_menu .sticky-search .login p {
  margin: 0;
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.main-nav.sticky #mega_menu .sticky-search .login a {
  color: #fff;
  display: inline-block;
}
.main-nav.sticky #mega_menu .sticky-search .login a:hover {
  cursor: pointer;
}
.main-nav.sticky #mega_menu .sticky-search .login .dropdown-menu {
  background: #f5f5f5;
  color: #7B7676;
  padding: 5px 5px 15px 5px;
  width: 245px;
  text-align: left;
  position: relative;
  left: -40px;
  top: 4px;
}
.main-nav.sticky #mega_menu .sticky-search .login .dropdown-menu form {
  text-align: left;
}
.main-nav.sticky #mega_menu .sticky-search .login .dropdown-menu form a {
  color: #7B7676;
}
.main-nav.sticky #mega_menu .sticky-search .login .dropdown-menu form .form-group {
  margin-bottom: 5px;
}
.main-nav.sticky #mega_menu .sticky-search .login .dropdown-menu form .form-group label {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0px;
}
.main-nav.sticky #mega_menu .sticky-search .login .dropdown-menu form .form-group .form-control {
  height: 30px;
  border-radius: 0;
  box-shadow: none;
}
.main-nav.sticky #mega_menu .sticky-search .login .dropdown-menu form .btn {
  color: #fff;
  border-radius: 0;
  background: #ccc;
  height: 30px;
  padding: 5px 10px;
  box-shadow: none;
  margin: 0;
}
.main-nav.sticky #mega_menu ul .list-items > li > a {
  padding-right: 13px;
  padding-left: 13px;
  font-size: 13px;
}
@media (max-width: 1200px) {
  .main-nav.sticky #mega_menu ul .list-items > li > a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11.5px;
  }
}
/* Header */
.main-header {
  height: 92px;
  padding-top: 5px;
  background: #fff;
}
@media (max-width: 480px) {
  .main-header {
    height: 65px;
  }
}
.main-header .container {
  position: relative;
}
.main-header .logo-link {
  display: block;
  width: 500px;
  height: 69px;
}
.main-header .logo-link:hover {
  text-decoration: none;
}
.main-header .logo-link .logo img {
  display: inline-block;
  height: 60px;
  margin-top: 11px;
}
@media (max-width: 480px) {
  .main-header .logo-link .logo img {
    height: 40px;
  }
}
.main-header .logo-link .logo h1 {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 24px;
  font-weight: normal;
  color: #015697;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  top: 15px;
}
.main-header .logo-link .logo h1 span {
  display: block;
  color: #ce1126;
  font-size: 19px;
}
@media (max-width: 768px) {
  .main-header .logo-link .logo h1 {
    font-size: 22px;
  }
  .main-header .logo-link .logo h1 span {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  .main-header .logo-link .logo h1 {
    font-size: 16px;
    top: 10px;
  }
  .main-header .logo-link .logo h1 span {
    font-size: 13px;
  }
}
.main-header .social-icons {
  position: absolute;
  right: 15px;
  top: 18px;
}
@media (max-width: 992px) {
  .main-header .social-icons {
    top: 30px;
  }
}
.main-header .social-icons a {
  display: inline-block;
  height: 21px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  margin-left: 8px;
}
.main-header .social-icons a.pinterest {
  background-image: url('../img/icon-social1.png');
  width: 22px;
}
.main-header .social-icons a.google {
  background-image: url('../img/icon-social2.png');
  width: 22px;
}
.main-header .social-icons a.youtube {
  background-image: url('../img/icon-social3.png');
  width: 20px;
}
.main-header .social-icons a.twitter {
  background-image: url('../img/icon-social4.png');
  width: 17px;
}
.main-header .social-icons a.facebook {
  background-image: url('../img/icon-social5.png');
  width: 10px;
}
.main-header .social-icons a.linkedin {
  background-image: url('../img/icon-social6.png');
  width: 18px;
}
.main-header .social-icons a.flickr {
  background-image: url('../img/icon-social7.png');
  width: 22px;
}
.main-header .social-icons a.vimeo {
  background-image: url('../img/icon-social8.png');
  width: 22px;
}
.main-header .social-icons a.googleplus {
  background-image: url('../img/icon-social9.png');
  width: 22px;
}
.main-header .social-icons a.instagram {
  background-image: url('../img/icon-social10.png');
  width: 22px;
}
.main-header .social-icons a.blog {
  background-image: url('../img/icon-social11.png');
  width: 22px;
}
.main-header .search {
  width: 180px;
  position: absolute;
  top: 16px;
  right: 450px;
}
@media (max-width: 1200px) {
  .main-header .search {
    right: 350px;
  }
}
@media (max-width: 992px) {
  .main-header .search {
    right: 170px;
    top: 24px;
    width: 160px;
  }
}
.main-header .search .form-group {
  margin: 0;
  position: relative;
}
.main-header .search .form-group .form-control {
  height: 30px;
  box-shadow: none;
  border-radius: 0;
  background: #eee;
  padding-right: 24px;
}
.main-header .search .form-group .icon {
  display: block;
  width: 18px;
  height: 15px;
  background: url('../img/icon-search.png') no-repeat;
  position: absolute;
  top: 6px;
  right: 4px;
}
.main-header .mini-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 15px;
  bottom: -19px;
}
.main-header .mini-nav ul li {
  display: inline-block;
}
.main-header .mini-nav ul li a {
  font-family: 'Dosis', sans-serif;
  display: inline-block;
  margin-left: 5px;
  background: #ccc;
  padding: 2px 12px 0 12px;
  color: #fff;
  text-transform: uppercase;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.main-header .mini-nav ul li a:hover {
  text-decoration: none;
}
.main-header .mini-nav ul li a:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 3px;
  background-size: cover;
}
.main-header .mini-nav ul li a.manual {
  background: #dbaf0a;
}
.main-header .mini-nav ul li a.manual:before {
  width: 20px;
  height: 21px;
  background: url('../img/icon-manual.png') no-repeat;
}
.main-header .mini-nav ul li a.manual:hover {
  background: #b99408;
}
.main-header .mini-nav ul li a.registration {
  background: #dbaf0a;
}
.main-header .mini-nav ul li a.registration:before {
  width: 20px;
  height: 21px;
  background: url('../img/icon-register.png') no-repeat;
}
.main-header .mini-nav ul li a.registration:hover {
  background: #b99408;
}
.main-header .mini-nav ul li a.administration {
  background: #ad0e20;
}
.main-header .mini-nav ul li a.administration:before {
  width: 20px;
  height: 21px;
  background: url('../img/icon-register.png') no-repeat;
}
.main-header .mini-nav ul li a.administration:hover {
  background: #ce1126;
}
.main-header .mini-nav ul li a.scout {
  background: #015697;
}
.main-header .mini-nav ul li a.scout:before {
  width: 19px;
  height: 21px;
  background: url('../img/icon-scout.png') no-repeat;
}
.main-header .mini-nav ul li a.scout:hover {
  background: #014274;
}
.main-header .mini-nav ul li a.donate {
  background: #ce1126;
}
.main-header .mini-nav ul li a.donate:before {
  width: 11px;
  height: 21px;
  top: 5px;
  background: url('../img/icon-donate.png') no-repeat;
}
.main-header .mini-nav ul li a.donate:hover {
  background: #ad0e20;
}
.main-header .navbar-toggle {
  position: absolute;
  right: 0;
  top: 15px;
}
.main-header .navbar-toggle .icon-bar {
  background-color: black;
}
@media (max-width: 480px) {
  .main-header .navbar-toggle {
    top: 2px;
    right: -10px;
  }
}
/* Footer */
footer {
  background-color: #015697;
  background-image: url('../img/footer.png');
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 140px;
  margin-top: 100px;
  color: #fff;
}
footer a:link,
footer a:visited,
footer a:hover {
  color: #fff;
}
footer .container {
  padding-top: 20px;
}
footer .copyright {
  margin-top: 20px;
  border-top: 1px solid #246da5;
  font-size: 13px;
}
footer .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-nav li a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
footer .footer-nav li a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url('../img/footer-arrow.png') no-repeat;
  margin-right: 8px;
}
footer .footer-social-links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  footer .footer-social-links {
    margin-top: 20px;
    text-align: center;
  }
}
footer .footer-social-links li {
  display: inline-block;
}
footer .footer-social-links li a {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-indent: -9999px;
  margin-right: 5px;
  margin-bottom: 10px;
}
footer .footer-social-links li a.facebook {
  background: url('../img/icon-social-f1.png') no-repeat;
}
footer .footer-social-links li a.twitter {
  background: url('../img/icon-social-f2.png') no-repeat;
}
footer .footer-social-links li a.pinterest {
  background: url('../img/icon-social-f3.png') no-repeat;
}
footer .footer-social-links li a.google {
  background: url('../img/icon-social-f4.png') no-repeat;
}
footer .footer-social-links li a.youtube {
  background: url('../img/icon-social-f5.png') no-repeat;
}
footer .footer-social-links li a.linkedin {
  background: url('../img/icon-social-f6.png') no-repeat;
}
footer .footer-social-links li a.flickr {
  background: url('../img/icon-social-f7.png') no-repeat;
}
footer .footer-social-links li a.vimeo {
  background: url('../img/icon-social-f8.png') no-repeat;
}
footer .footer-social-links li a.googleplus {
  background: url('../img/icon-social-f9.png') no-repeat;
}
footer .footer-social-links li a.instagram {
  background: url('../img/icon-social-f10.png') no-repeat;
}
footer .footer-social-links li a.blog {
  background: url('../img/icon-social-f11.png') no-repeat;
}
.widget-area {
  margin-right: 50px;
  overflow-y: hidden;
  height: 420px;
  background: #fff;
  color: #383636;
}
.widget-area #twitter iframe {
  width: 100%!important;
  height: 375px!important;
}
.widget-area #twitter iframe .timeline {
  border-radius: none!important;
}
.widget-area #facebook .fb_iframe_widget,
.widget-area #facebook .fb_iframe_widget span,
.widget-area #facebook .fb_iframe_widget span iframe[style] {
  width: 100% !important;
  height: 370px!important;
}
.widget-area #facebook .fb_iframe_widget .phm.pluginLikeboxStream,
.widget-area #facebook .fb_iframe_widget span .phm.pluginLikeboxStream,
.widget-area #facebook .fb_iframe_widget span iframe[style] .phm.pluginLikeboxStream {
  height: 220px!important;
}
.widget-area .nav-tabs {
  background: #013964;
}
.widget-area .nav-tabs li a {
  border-radius: 0;
  border-bottom: none;
}
.widget-area .nav-tabs li a:hover {
  background: #01487e;
  border-color: #01487e;
}
.widget-area .nav-tabs li a:focus {
  outline: none;
}
.widget-area .nav-tabs li.active a {
  color: #fff;
  background: #01487e;
  border-color: #01487e;
}
.widget-area .nav-tabs li.active a:hover {
  border-color: #01487e;
}
.widget-area .nav-tabs li.active a:focus {
  outline: none;
  border-color: #01487e;
}
/* Home */
.home-slider {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .home-slider .thecarousel {
    padding-right: 5px;
  }
}
.home-slider .thecarousel .carousel .carousel-control.left:after {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background-image: url('../img/arrow-left.png');
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  right: 0;
}
.home-slider .thecarousel .carousel .carousel-control.right:after {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background-image: url('../img/arrow-right.png');
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -50px;
}
.home-slider .boxes {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .home-slider .boxes {
    padding-left: 0;
    margin-top: 0;
  }
}
.home-slider .box {
  color: #fff;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.home-slider .box .box-inner {
  height: 200px;
  padding: 15px;
  position: relative;
}
@media (max-width: 480px) {
  .home-slider .box .box-inner {
    height: 260px;
  }
}
.home-slider .box h5 {
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .home-slider .box h5 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .home-slider .box h5 {
    font-size: 18px;
  }
}
.home-slider .box p {
  font-size: 14px;
  line-height: 1.2;
}
.home-slider .box .box-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  padding: 2px 8px 1px 8px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.home-slider .box .box-btn:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}
.home-slider .box #mc-embedded-subscribe {
  border: none;
}
.home-slider .box .form-control {
  height: 25px;
  border-radius: 0;
}
.home-slider .box.box1 .box-inner {
  background: #ce1126;
  background-image: url('../img/spacer.png');
}
.home-slider .box.box2 .box-inner {
  background: #ad9d7b;
  background-image: url('../img/spacer.png');
}
.home-slider .box.box3 .box-inner {
  background: #515354;
  background-image: url('../img/spacer.png');
}
.home-slider .box.box4 .box-inner {
  background: #003f87;
  background-image: url('../img/spacer.png');
}
.home-calendar {
  background: #d6cebd;
  padding: 20px 0;
  color: #9d8b7d;
}
.home-calendar .main h3 {
  color: #ce1126;
  text-transform: uppercase;
  font-size: 55px;
}
.home-calendar .main h4 {
  color: #a96b51;
  font-size: 33px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px dotted #A96B51;
  margin-bottom: 20px;
}
.home-calendar .main p {
  text-transform: uppercase;
  line-height: 1.5;
}
.home-calendar .main .btn-primary {
  text-transform: uppercase;
  background: #715d55;
  color: #fff!important;
  border: 1px solid #715d55;
}
.home-calendar .main .btn-primary:hover {
  background: #5d4c46;
  border: 1px solid #5d4c46;
}
.home-calendar .main .btn-primary:focus {
  background: #54453f;
  border: 1px solid #54453f;
  outline: none;
}
.home-calendar .main .btn-primary:active {
  background: #54453f;
  border: 1px solid #54453f;
  outline: none;
}
.home-calendar .upcoming-events {
  text-align: center;
}
@media (max-width: 768px) {
  .home-calendar .upcoming-events {
    margin-top: 80px;
  }
}
.home-calendar .upcoming-events h3 {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}
.home-calendar .upcoming-events .events {
  background: #f2efe9;
  min-height: 90px;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}
.home-calendar .upcoming-events .events a {
  display: block;
  color: inherit;
}
.home-calendar .upcoming-events .events a:hover {
  text-decoration: none;
}
.home-calendar .upcoming-events .events:before,
.home-calendar .upcoming-events .events:after {
  content: " ";
  display: table;
}
.home-calendar .upcoming-events .events:after {
  clear: both;
}
.home-calendar .upcoming-events .events:before,
.home-calendar .upcoming-events .events:after {
  content: " ";
  display: table;
}
.home-calendar .upcoming-events .events:after {
  clear: both;
}
.home-calendar .upcoming-events .events .date {
  width: 20%;
  float: left;
  text-align: center;
  border-right: 2px solid #DFD2C7;
}
@media (max-width: 480px) {
  .home-calendar .upcoming-events .events .date {
    height: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .home-calendar .upcoming-events .events .date {
    height: 70px;
  }
}
.home-calendar .upcoming-events .events .date p {
  font-size: 35px;
  color: #ce1126;
  line-height: 1;
  margin: 0;
}
.home-calendar .upcoming-events .events .date p span {
  display: block;
  font-size: 24px;
  color: #a96b51;
}
.home-calendar .upcoming-events .events .copy {
  width: 80%;
  float: left;
  text-align: left;
  padding-left: 10px;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-calendar .upcoming-events .events .copy h4 {
  font-size: 14px;
  color: #715d55;
}
.home-calendar .upcoming-events .events .copy p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}
.home-calendar .upcoming-events .full-calendar {
  text-transform: uppercase;
  color: #6f2509;
  display: inline-block;
  margin-top: 10px;
}
.home-calendar .upcoming-events .full-calendar:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 32px;
  background: url('../img/icon-calendar.png') no-repeat;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.home-calendar .upcoming-events .full-calendar:hover {
  text-decoration: none;
}
.home-calendar .scout {
  position: relative;
  padding-top: 40px;
}
.home-articles {
  background: #515354;
  padding: 40px 0;
  color: #F2E1AC;
  line-height: 1.5;
  font-size: 14px;
}
.home-articles .carousel .carousel-control.left {
  background: transparent;
}
.home-articles .carousel .carousel-control.left:after {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background-image: url('../img/arrow-left.png');
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -180px;
  right: 0;
}
@media (max-width: 1200px) {
  .home-articles .carousel .carousel-control.left:after {
    left: -140px;
  }
}
@media (max-width: 992px) {
  .home-articles .carousel .carousel-control.left:after {
    left: -120px;
  }
}
@media (max-width: 768px) {
  .home-articles .carousel .carousel-control.left:after {
    left: -95px;
  }
}
@media (max-width: 480px) {
  .home-articles .carousel .carousel-control.left:after {
    left: -50px;
  }
}
.home-articles .carousel .carousel-control.right {
  background: transparent;
}
.home-articles .carousel .carousel-control.right:after {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background-image: url('../img/arrow-right.png');
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -180px;
}
@media (max-width: 1200px) {
  .home-articles .carousel .carousel-control.right:after {
    right: -140px;
  }
}
@media (max-width: 992px) {
  .home-articles .carousel .carousel-control.right:after {
    right: -120px;
  }
}
@media (max-width: 768px) {
  .home-articles .carousel .carousel-control.right:after {
    right: -95px;
  }
}
@media (max-width: 480px) {
  .home-articles .carousel .carousel-control.right:after {
    right: -50px;
  }
}
@media (max-width: 768px) {
  .home-articles .carousel .item {
    padding-bottom: 20px;
  }
}
.home-articles .carousel .item div:before,
.home-articles .carousel .item div:after {
  content: " ";
  display: table;
}
.home-articles .carousel .item div:after {
  clear: both;
}
.home-articles .carousel .item div:before,
.home-articles .carousel .item div:after {
  content: " ";
  display: table;
}
.home-articles .carousel .item div:after {
  clear: both;
}
.home-articles .carousel .item h3 {
  color: #EBB54D;
  font-weight: normal;
}
@media (max-width: 768px) {
  .home-articles .carousel .item img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.home-articles .carousel .item .btn-primary {
  text-transform: uppercase;
  background: #ebb54d;
  color: #fff!important;
  border: 1px solid #ebb54d;
}
.home-articles .carousel .item .btn-primary:hover {
  background: #e7a82d;
  border: 1px solid #e7a82d;
}
.home-articles .carousel .item .btn-primary:focus {
  background: #e6a21f;
  border: 1px solid #e6a21f;
  outline: none;
}
.home-articles .carousel .item .btn-primary:active {
  background: #e6a21f;
  border: 1px solid #e6a21f;
  outline: none;
}
.home-articles .carousel .item .btn-primary.btn-homearticles {
  position: relative;
  z-index: 5000;
}
/* Event Details */
.content {
  line-height: 1.5;
}
.content .second-nav {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content .second-nav:before,
.content .second-nav:after {
  content: " ";
  display: table;
}
.content .second-nav:after {
  clear: both;
}
.content .second-nav:before,
.content .second-nav:after {
  content: " ";
  display: table;
}
.content .second-nav:after {
  clear: both;
}
.content .second-nav .btn {
  border-radius: 0;
  text-align: left;
  position: relative;
}
.content .second-nav .btn span.caret {
  position: absolute;
  right: 10px;
  top: 15px;
}
.content .second-nav .dropdown-menu {
  padding: 0;
  margin: auto;
  margin-top: 2px;
  left: 0;
  right: 0;
  width: 90%;
}
.content .second-nav .dropdown-menu li a {
  color: #ce1126;
}
.content .main-content h2 {
  color: #015697;
  font-family: 'Dosis', sans-serif;
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 10px;
}
.content .main-content h3 {
  color: #015697;
  font-family: 'Dosis', sans-serif;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 10px;
}
.content .main-content p {
  line-height: 1.5;
  font-size: 14px;
}
.content .main-content .carousel {
  margin-bottom: 20px;
}
.content .main-content .carousel .item img {
  width: 100%;
}
.content .main-content .carousel .carousel-control.left:after {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background-image: url('../img/arrow-left.png');
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  right: 0;
}
.content .main-content .carousel .carousel-control.right:after {
  content: "";
  display: block;
  width: 16px;
  height: 24px;
  background-image: url('../img/arrow-right.png');
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -50px;
}
.content .main-content .camping-week {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content .main-content .camping-week h3 {
  color: #222;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.content .main-content .camping-week ul {
  margin: 0;
  padding: 0;
}
.content .main-content .camping-week ul li {
  display: block;
  font-size: 18px;
  font-family: 'Dosis', sans-serif;
  margin-bottom: 25px;
  padding-left: 10px;
}
.content .main-content .camping-week ul li p {
  display: inline-block;
}
.content .main-content .camping-week ul li p:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url('../img/footer-arrow.png') no-repeat;
  position: relative;
  left: -10px;
}
.content .main-content .camping-week ul li .register-btn {
  text-transform: uppercase;
  background: #ce1126;
  color: #fff!important;
  border: 1px solid #ce1126;
  display: block;
  max-width: 156px;
  margin-left: 10px;
}
.content .main-content .camping-week ul li .register-btn:hover {
  background: #ad0e20;
  border: 1px solid #ad0e20;
}
.content .main-content .camping-week ul li .register-btn:focus {
  background: #9f0d1d;
  border: 1px solid #9f0d1d;
  outline: none;
}
.content .main-content .camping-week ul li .register-btn:active {
  background: #9f0d1d;
  border: 1px solid #9f0d1d;
  outline: none;
}
.content .main-content .availability {
  margin-top: 20px;
}
.content .main-content .availability h4 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.content .main-content .availability .progress {
  margin-bottom: 10px;
  height: 15px;
  background: #AFD4FF;
}
.content .main-content .availability .progress .progress-bar {
  height: 15px;
  background: #ce1126;
}
.content .main-content .event-gallery {
  margin-top: 30px;
}
.content .main-content .event-gallery .col-xs-6 {
  padding: 0 10px;
}
.content .main-content .event-gallery img {
  border: 4px solid #fff;
  margin-bottom: 7px;
}
.content .main-content .event-gallery img:hover {
  border-color: #ce1126;
}
.content .main-content .event-images {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content .main-content .event-images img {
  margin-bottom: 20px;
}
.content .main-content .donations > div {
  padding: 0 40px;
  margin-top: 20px;
}
.content .main-content .donations .btn-donations {
  background: #dbaf0a;
  color: #fff!important;
  border: 1px solid #dbaf0a;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  height: 70px;
  padding-top: 22px;
  font-size: 20px;
  margin-bottom: 40px;
}
.content .main-content .donations .btn-donations:hover {
  background: #b99408;
  border: 1px solid #b99408;
}
.content .main-content .donations .btn-donations:focus {
  background: #aa8808;
  border: 1px solid #aa8808;
  outline: none;
}
.content .main-content .donations .btn-donations:active {
  background: #aa8808;
  border: 1px solid #aa8808;
  outline: none;
}
.content .the-staffs {
  text-align: center;
  margin-top: 20px;
}
.content .the-staffs .staff {
  margin-bottom: 30px;
}
.content .the-staffs .staff img {
  display: block;
  margin: 0 auto;
}
.content .the-staffs .staff .staff-photo {
  margin-bottom: 10px;
}
.content .the-staffs .staff h4 {
  font-size: 20px;
}
.content .the-staffs .staff h5 {
  font-size: 14px;
  color: #666;
  max-width: 300px;
  margin: 0 auto;
}
.content .the-staffs .staff p {
  font-size: 13px;
  color: #666;
}
.content .the-staffs .staff:nth-child(3n+1) {
  clear: left;
}
@media (max-width: 767px) {
  .content .the-staffs .staff:nth-child(3n+1) {
    clear: none;
  }
  .content .the-staffs .staff:nth-child(2n+1) {
    clear: left;
  }
}
.content .staff-table .table thead th {
  color: #ce1126;
  border-bottom: none;
  position: relative;
}
.content .staff-table .table thead th.no-sort {
  pointer-events: none!important;
  cursor: default!important;
}
.content .staff-table .table thead th.no-sort:after {
  display: none!important;
}
.content .staff-table .table thead th.no-sort.sorting,
.content .staff-table .table thead th.no-sort.sorting_asc,
.content .staff-table .table thead th.no-sort.sorting_desc {
  background: #fff;
}
.content .staff-table .table tbody tr:nth-child(2n+1) > td {
  background-color: #AFD4FF;
}
.content .staff-table .table tbody tr td {
  border-bottom: none;
}
.content .staff-table .table tbody tr td a {
  color: #ce1126;
}
.content .sidebar {
  padding-bottom: 50px;
}
.content .sidebar .sidebar-section {
  margin-top: 40px;
}
.content .sidebar .sidebar-section h2 {
  text-align: center;
  font-size: 24px;
  color: #ce1126;
  font-family: 'Dosis', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.content .sidebar .sidebar-section .divider {
  display: block;
  height: 1px;
  border-bottom: 1px solid #ccc;
}
.content .sidebar .sidebar-section ul {
  padding-left: 0px;
  list-style: none;
}
.content .sidebar .sidebar-section ul li {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
}
.content .sidebar .sidebar-section ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.content .sidebar .sidebar-section ul li a {
  color: #7B7676;
  position: relative;
}
.content .sidebar .sidebar-section ul li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.content .sidebar .sidebar-section ul li a:hover {
  text-decoration: none;
  color: #ce1126;
}
.content .sidebar .sidebar-section .contact {
  margin-top: 10px;
}
.content .sidebar .sidebar-section .contact p {
  font-weight: bold;
}
.content .sidebar .sidebar-section .contact p span {
  font-weight: normal;
  display: inline;
  padding-left: 10px;
  color: #666;
}
.content .sidebar .sidebar-section .contact p span a.social {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  margin-right: 8px;
  position: relative;
  top: -5px;
}
.content .sidebar .sidebar-section .contact p span a.social.facebook {
  background: url('../img/side-icon-social-f1.png') no-repeat;
}
.content .sidebar .sidebar-section .contact p span a.social.twitter {
  background: url('../img/side-icon-social-f2.png') no-repeat;
}
.content .sidebar .sidebar-section .contact p span a.social.pinterest {
  background: url('../img/side-icon-social-f3.png') no-repeat;
}
.content .sidebar .sidebar-section .contact p span a.social.google {
  background: url('../img/side-icon-social-f4.png') no-repeat;
}
.content .sidebar .sidebar-section .contact p span a.social.youtube {
  background: url('../img/side-icon-social-f5.png') no-repeat;
}
.content .sidebar .sidebar-section .contact p span a.social.linkedin {
  background: url('../img/side-icon-social-f6.png') no-repeat;
}
.content .sidebar .sidebar-section .contact p span a.social.flickr {
  background: url('../img/side-icon-social-f7.png') no-repeat;
}
.content .sidebar .sidebar-section .contact p span a.social.vimeo {
  background: url('../img/side-icon-social-f8.png') no-repeat;
}
.content .sidebar .sidebar-section .contact p span a.social.googleplus {
  background: url('../img/side-icon-social-f9.png') no-repeat;
}
.content .sidebar .sidebar-section .contact p span a.social.instagram {
  background: url('../img/side-icon-social-f10.png') no-repeat;
}
.content .sidebar .sidebar-section .contact p span a.social.blog {
  background: url('../img/side-icon-social-f11.png') no-repeat;
}
.content .sidebar .sidebar-section .personnel {
  margin: 10px 0;
  font-size: 13px;
  color: #7B7676;
}
@media (min-width: 768px) and (max-width: 992px) {
  .content .sidebar .sidebar-section .personnel {
    min-height: 170px;
  }
}
.content .sidebar .sidebar-section .personnel table {
  width: 100%;
}
.content .sidebar .sidebar-section .personnel table tr td {
  line-height: 2;
}
.content .sidebar .sidebar-section .camp-map {
  margin: 10px 0;
}
.content .searchResults {
  background-color: #f5f5f5;
  padding: 8px;
  clear: both;
  float: left;
  width: 94%;
  margin-bottom: 15px;
  border: thin solid #999;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.content .searchResults span {
  font-style: italic;
}
.helptip {
  display: inline;
  position: relative;
}
.helptip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
}
.secondary-carousel {
  margin-bottom: 40px;
  max-height: 400px;
  overflow: hidden;
}
.secondary-carousel .item img {
  width: 100%;
}
.hero-images {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 710px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .hero-images {
    height: 651px;
  }
}
.hero-images:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero-images.hero-sm {
  height: 300px;
}
@media (max-width: 767px) {
  .hero-images.hero-sm {
    height: 150px;
  }
}
.hero-images .container {
  height: 100%;
}
.hero-images .hero-content {
  color: #fff;
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero-images .hero-content:before,
.hero-images .hero-content:after {
  content: " ";
  display: table;
}
.hero-images .hero-content:after {
  clear: both;
}
.hero-images .hero-content:before,
.hero-images .hero-content:after {
  content: " ";
  display: table;
}
.hero-images .hero-content:after {
  clear: both;
}
.hero-images .hero-content h2 {
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  font-size: 42px;
  margin-bottom: 5px;
}
.hero-images .hero-content h2 strong {
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .hero-images .hero-content h2 {
    font-size: 30px;
  }
}
.hero-images .hero-content p {
  font-size: 15px;
}
.hero-images .hero-content .btn {
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  padding: 10px 40px;
}
.hero-images .hero-content.hero-main {
  text-align: left!important;
}
.hero-images .hero-content.hero-main p {
  text-align: left!important;
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .hero-images .hero-content.hero-main p {
    font-size: 16px;
  }
}
.hero-images .hero-content.hero-main form {
  margin-top: 30px;
}
.hero-images .hero-content.hero-main form p {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 5px;
}
.hero-images .hero-content.hero-main .form-group {
  margin-bottom: 10px;
  position: relative;
}
.hero-images .hero-content.hero-main .form-group i {
  color: #999;
  position: absolute;
  top: 12px;
  left: 15px;
}
.hero-images .hero-content.hero-main .form-control {
  min-height: 40px;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .hero-images .hero-content.hero-main .form-control {
    min-height: 42px;
    max-width: 173px;
  }
}
.hero-images .hero-content.top {
  position: relative;
  top: 40px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.hero-images .hero-content.bottom {
  position: relative;
  bottom: 70px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(100%);
}
@media (min-width: 768px) {
  .hero-images .hero-content.right {
    float: right;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .hero-images .hero-content.left {
    float: left;
    text-align: left;
  }
}
.hero-images .learn-more {
  text-align: center;
  color: #fff;
  width: 100px;
  height: 40px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 50px;
}
@media (min-width: 768px) {
  .hero-images .learn-more {
    bottom: 70px;
  }
}
.hero-images .learn-more p {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
}
.hero-images .learn-more i {
  font-size: 35px;
  line-height: 30px;
}
.hero-images .learn-more a {
  color: #fff;
}
.hero-images .learn-more a:visited {
  color: #fff;
}
.hero-images .learn-more a:hover {
  text-decoration: none;
}
/* Calendar */
.calendar {
  margin-top: 50px;
}
.calendar .container {
  position: relative;
}
.calendar h1 {
  color: #015697;
  font-family: 'Dosis', sans-serif;
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 10px;
}
.calendar .switch-calendar {
  position: absolute;
  top: 0;
  right: 15px;
}
.calendar .switch-calendar .btn {
  background: #ebb54d;
  color: #fff!important;
  border: 1px solid #ebb54d;
}
.calendar .switch-calendar .btn:hover {
  background: #e7a82d;
  border: 1px solid #e7a82d;
}
.calendar .switch-calendar .btn:focus {
  background: #e6a21f;
  border: 1px solid #e6a21f;
  outline: none;
}
.calendar .switch-calendar .btn:active {
  background: #e6a21f;
  border: 1px solid #e6a21f;
  outline: none;
}
@media (max-width: 480px) {
  .calendar .switch-calendar {
    position: relative;
    left: 0;
  }
}
.calendar .switch-calendar .dropdown-menu {
  min-width: 200px;
  left: -475px;
}
@media (max-width: 768px) {
  .calendar .switch-calendar .dropdown-menu {
    left: -115px;
  }
}
@media (max-width: 480px) {
  .calendar .switch-calendar .dropdown-menu {
    left: 0;
  }
}
.calendar .switch-calendar .dropdown-menu .row {
  margin-right: 0;
  margin-left: 0;
}
.calendar .switch-calendar .dropdown-menu .col-sm-3 {
  padding: 0;
}
.calendar .switch-calendar .dropdown-menu.columns-4 {
  min-width: 600px;
}
.calendar .switch-calendar .dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}
.calendar .switch-calendar .multi-column-dropdown {
  list-style: none;
  padding: 0;
}
.calendar .switch-calendar .multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.calendar .switch-calendar .multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .calendar .switch-calendar .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}
.calendar #calendar {
  margin-top: 30px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.calendar #calendar .cal-btn {
  border: none;
  background-color: #fff;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 12px;
  height: 14px;
}
.calendar #calendar .cal-btn.prev {
  position: absolute;
  top: 40px;
  left: 10px;
  background-image: url('../img/calendar-arrow-left.png');
}
.calendar #calendar .cal-btn.next {
  position: absolute;
  top: 40px;
  right: 10px;
  background-image: url('../img/calendar-arrow-right.png');
}
.calendar #calendar .fc-left {
  width: 100%;
  border: 1px solid #ddd;
  position: relative;
  bottom: -18px;
  padding: 30px 0;
  box-sizing: content-box;
}
.calendar #calendar .fc-left h2 {
  color: #ce1126;
  font-size: 20px;
  position: absolute;
  margin: auto;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
}
.calendar #calendar .fc-widget-header {
  background: #eee;
}
@media (max-width: 768px) {
  .calendar #calendar .fc-view-container {
    display: none;
  }
}
.calendar #calendar .fc-other-month {
  background: #f4f4f4;
}
.calendar #calendar .fc-day-grid-event {
  color: #fff;
  background: #e6132a;
  border-color: #e6132a;
  border-radius: 0;
}
.calendar #calendar .fc-right .fc-today-button {
  display: none;
}
.calendar #calendar .fc-button-group {
  height: 1px;
  width: 100%;
}
.calendar #calendar .fc-button-group .fc-prev-button {
  border: none;
  background-color: #fff;
  background-image: url('../img/calendar-arrow-left.png');
  background-repeat: no-repeat;
  background-position: right center;
  text-indent: -9999px;
  width: 12px;
  height: 14px;
  position: absolute;
  top: 40px;
  left: 10px;
}
.calendar #calendar .fc-button-group .fc-prev-button:hover {
  background-position: center center;
}
.calendar #calendar .fc-button-group .fc-prev-button:active {
  box-shadow: none;
}
.calendar #calendar .fc-button-group .fc-next-button {
  border: none;
  background-color: #fff;
  background-image: url('../img/calendar-arrow-right.png');
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -9999px;
  width: 12px;
  height: 14px;
  position: absolute;
  top: 40px;
  right: 10px;
}
.calendar #calendar .fc-button-group .fc-next-button:hover {
  background-position: center center;
}
.calendar #calendar .fc-button-group .fc-next-button:active {
  box-shadow: none;
}
.calendar .agenda {
  margin-top: 40px;
}
.calendar .agenda h2 {
  color: #ce1126;
  margin-bottom: 20px;
  font-weight: normal;
}
.calendar .agenda .agenda-event {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  color: #999;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .calendar .agenda .agenda-event {
    padding: 0;
  }
}
.calendar .agenda .agenda-event .date {
  text-align: center;
}
@media (max-width: 768px) {
  .calendar .agenda .agenda-event .date {
    text-align: left;
  }
  .calendar .agenda .agenda-event .date h4,
  .calendar .agenda .agenda-event .date p {
    display: inline-block;
  }
}
.calendar .agenda .agenda-event .date h4 {
  color: #015697;
  text-transform: uppercase;
}
.calendar .agenda .agenda-event .date p {
  color: #ce1126;
  margin-bottom: 5px;
}
.calendar .agenda .agenda-event h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}
.calendar .agenda .agenda-event .btn-agenda {
  background: #dbaf0a;
  color: #fff!important;
  border: 1px solid #dbaf0a;
  margin-bottom: 10px;
  margin-right: 15px;
  float: right;
  margin-top: 10px;
}
.calendar .agenda .agenda-event .btn-agenda:hover {
  background: #b99408;
  border: 1px solid #b99408;
}
.calendar .agenda .agenda-event .btn-agenda:focus {
  background: #aa8808;
  border: 1px solid #aa8808;
  outline: none;
}
.calendar .agenda .agenda-event .btn-agenda:active {
  background: #aa8808;
  border: 1px solid #aa8808;
  outline: none;
}
.popover {
  z-index: 9999;
}
.popover.top {
  margin-top: -5px;
}
.popover h3 {
  background: #dbaf0a;
  color: #fff;
  line-height: 1.2;
}
.popover .popover-content {
  line-height: 1.3;
  font-size: 14px;
}
.popover .popover-content:before,
.popover .popover-content:after {
  content: " ";
  display: table;
}
.popover .popover-content:after {
  clear: both;
}
.popover .popover-content:before,
.popover .popover-content:after {
  content: " ";
  display: table;
}
.popover .popover-content:after {
  clear: both;
}
.popover .event-location {
  color: #015697;
  margin-top: 10px;
  margin-bottom: 0;
}
.popover .event-date {
  color: #015697;
  text-transform: uppercase;
  margin-bottom: 0;
}
.popover .event-date span {
  display: inline-block;
  margin-left: 5px;
  color: #ce1126;
}
.popover .event-link {
  background: #999999;
  color: #fff!important;
  border: 1px solid #999999;
  float: right;
  margin-top: 10px;
}
.popover .event-link:hover {
  background: #878787;
  border: 1px solid #878787;
}
.popover .event-link:focus {
  background: #808080;
  border: 1px solid #808080;
  outline: none;
}
.popover .event-link:active {
  background: #808080;
  border: 1px solid #808080;
  outline: none;
}
.popover .arrow {
  display: none;
}
/* Login & Forget form */
.login-forget {
  margin-top: 60px;
  color: #83775F;
}
@media (max-width: 767px) {
  .login-forget {
    margin-top: 40px;
  }
}
.login-forget .well {
  background: #fafafa;
  box-shadow: none;
  padding: 30px 20px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .login-forget .well {
    padding: 20px 10px;
  }
}
.login-forget .alert {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .login-forget .form-forgot {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .login-forget .form-forgot hr {
    display: none;
  }
}
@media (max-width: 767px) {
  .login-forget .form-info {
    margin-top: 40px;
  }
  .login-forget .form-info hr {
    display: none;
  }
}
.login-forget h2 {
  color: #ce1126;
  margin-bottom: 20px;
  margin-top: 20px;
}
.login-forget h2 + p {
  margin-top: -20px;
  font-size: 14px;
  line-height: 1.4;
}
.login-forget hr {
  margin-top: 30px;
}
.login-forget .help-block {
  font-size: 13px;
  margin-top: -10px;
}
.login-forget .btn {
  background: #dbaf0a;
  color: #fff!important;
  border: 1px solid #dbaf0a;
}
.login-forget .btn:hover {
  background: #b99408;
  border: 1px solid #b99408;
}
.login-forget .btn:focus {
  background: #aa8808;
  border: 1px solid #aa8808;
  outline: none;
}
.login-forget .btn:active {
  background: #aa8808;
  border: 1px solid #aa8808;
  outline: none;
}
.login-forget .alert li {
  list-style: none;
  display: flex;
}
.login-forget .alert label {
  font-weight: normal;
}
/*!
 * FullCalendar v2.1.1 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed hr,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-unthemed .fc-today {
  background: #fcf8e3;
}
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  font-size: 2em;
  line-height: .5em;
  height: .5em;
  /* will make the total height 1em */
  font-family: "Courier New", Courier, monospace;
}
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
}
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
}
.fc-icon-x:after {
  content: "\000D7";
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: .05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .1em;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 25px;
  margin-top: 4px;
}
/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc hr {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-style: solid;
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells */
.fc-row .fc-highlight-skeleton {
  z-index: 2;
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 3;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
  z-index: 4;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-day-grid-event.fc-not-end,
.fc-rtl .fc-day-grid-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-day-grid-event > .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
/* resize handle (outside of fc-content, so can go outside of bounds) */
.fc-day-grid-event .fc-resizer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
}
.fc-ltr .fc-day-grid-event .fc-resizer {
  right: -3px;
  cursor: e-resize;
}
.fc-rtl .fc-day-grid-event .fc-resizer {
  left: -3px;
  cursor: w-resize;
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}
/* title text */
.fc-toolbar h2 {
  margin: 0;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view tbody .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
  color: #015697;
}
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}
.fc-basic-view .fc-week-number {
  text-align: center;
}
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}
.fc-day-number.fc-other-month {
  color: #383636;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-skeleton {
  z-index: 3;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid > .fc-helper-skeleton {
  z-index: 5;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container {
  /* a div within a cell within the fc-content-skeleton */
  position: relative;
}
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event > .fc-content {
  /* contains the time and title, but no bg and resizer */
  position: relative;
  z-index: 2;
  /* above the bg */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}
.fc-time-grid-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer */
.fc-time-grid-event .fc-resizer {
  position: absolute;
  z-index: 3;
  /* above content */
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}
/* Off Canvas Navigation */
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}
.main-content {
  height: 100%;
}
.sidebar-offcanvas {
  width: 270px;
  padding-left: 15px;
}
.sidebar-offcanvas .navbar-default {
  height: 100%;
  color: #fff;
  background: #ad9d7b;
}
.sidebar-offcanvas .navbar-default .navbar-brand {
  width: 100%;
  background: #232528;
  font-size: 14px;
  text-align: center;
  color: #dbaf0a;
  text-transform: uppercase;
  border-bottom: 1px solid #d6cebd;
  padding: 15px 0;
  margin: 0;
}
.sidebar-offcanvas .navbar-default .navbar-brand:hover {
  color: #dbaf0a;
  background: #232528;
}
.sidebar-offcanvas .navbar-default .navbar-nav {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.sidebar-offcanvas .navbar-default .navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #d6cebd;
}
.sidebar-offcanvas .navbar-default .navbar-nav li.dropdown a .thecaret {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ad9d7b;
  background-image: url('../img/icon-caret2.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar-offcanvas .navbar-default .navbar-nav li.dropdown.open a {
  color: #fff;
  background: #015697;
  border-bottom: 1px solid #9ab3d5;
}
.sidebar-offcanvas .navbar-default .navbar-nav li.dropdown.open a .thecaret {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ad9d7b;
  background-image: url('../img/icon-caret1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  position: absolute;
  right: 0;
  top: 0px;
}
.sidebar-offcanvas .navbar-default .navbar-nav li.dropdown.open .dropdown-menu {
  padding-top: 0;
}
.sidebar-offcanvas .navbar-default .navbar-nav li.dropdown.open .dropdown-menu li a {
  background: #015697;
  border-bottom: 1px solid #9ab3d5;
  font-size: 13px;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar-offcanvas .navbar-default .search {
  width: 180px;
  margin: 20px auto;
}
.sidebar-offcanvas .navbar-default .search .form-group {
  margin: 0;
  position: relative;
}
.sidebar-offcanvas .navbar-default .search .form-group .form-control {
  height: 30px;
  box-shadow: none;
  border-radius: 0;
  background: #eee;
  padding-right: 24px;
}
.sidebar-offcanvas .navbar-default .search .form-group .icon {
  display: block;
  width: 18px;
  height: 15px;
  background: url('../img/icon-search.png') no-repeat;
  position: absolute;
  top: 6px;
  right: 4px;
}
.sidebar-offcanvas .navbar-default .mini-nav2 .btn {
  margin-bottom: 20px;
  width: 90px;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  color: #fff;
  border-color: #fff;
  padding-bottom: 8px;
}
.sidebar-offcanvas .navbar-default .mini-nav2 .btn:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 3px;
  background-size: cover;
}
.sidebar-offcanvas .navbar-default .mini-nav2 .btn.pull-left {
  margin-left: 15px;
  background: #232528;
}
.sidebar-offcanvas .navbar-default .mini-nav2 .btn.pull-left:hover {
  background: #121315;
}
.sidebar-offcanvas .navbar-default .mini-nav2 .btn.pull-left:before {
  width: 11px;
  height: 21px;
  top: 5px;
  background: url('../img/icon-donate.png');
}
.sidebar-offcanvas .navbar-default .mini-nav2 .btn.pull-right {
  margin-right: 15px;
  background: #ce1126;
  display: block;
}
.sidebar-offcanvas .navbar-default .mini-nav2 .btn.pull-right:hover {
  background: #ad0e20;
}
.sidebar-offcanvas .navbar-default .mini-nav2 .btn.pull-right:before {
  width: 19px;
  height: 21px;
  background: url('../img/icon-scout.png') no-repeat;
}
.offcanvas-wrap {
  height: 100%;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.row-offcanvas-right {
  right: 0;
}
.row-offcanvas-right .sidebar-offcanvas {
  right: -270px;
}
.row-offcanvas-right.active {
  right: 270px;
}
.row-offcanvas-left {
  left: 0;
}
.row-offcanvas-left .sidebar-offcanvas {
  left: -270px;
}
.row-offcanvas-left.active {
  left: 270px;
}
.sidebar-offcanvas {
  padding: 0;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 270px;
}
.home-articles .img-circle {
  border-radius: 3%!important;
}
.main-nav.sticky {
  z-index: 500 !important;
}
/*.home-articles .carousel .item h3 {
    color: #FD7200;
}
.home-articles .carousel .item .btn-primary {
    background: #FD7200;
    border: 1px solid #ffffff;
}
.home-articles .carousel .item .btn-primary:hover {
    background: #FD7200;
    border: 1px solid #ffffff;
}
.home-articles .carousel .item .btn-primary:focus {
    background: #FD7200;
    border: 1px solid #6b5b39;
    outline: none;
}
.home-articles {
    color: #FFAB66;
}
*/
.slide-in img {
  background-image: url("../img/demo-tentaroo.jpg");
}
#mega_menu.color-black .list-items li .dropdown.wmass-training:before {
  background-image: url('../img/wmasstraining.png');
}
.navbar-inverse .icon-bar {
  background-color: #9c9b9b !important;
}
