
/* Additional development css file */
/* ------------------------------------------------------------------------- */

body,
html {
  height: 100%;
}

.page-wrapper {
  min-height: 100%;
  position: relative;
}

.footer-container {
  width: 100%;
  height: 72px;
  padding-top: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-head {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb > li + li:before,
.breadcrumb > .active,
.breadcrumb a,
.page-head h3 {
  color: white;
  text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}

.page-head h3 {
  font-size: 36px;
  font-weight: bold;
}

.page-head.head-background-1 { background-image: url('../images/banners/head-background-1.jpg'); }
.page-head.head-background-2 { background-image: url('../images/banners/head-background-2.jpg'); }
.page-head.head-background-3 { background-image: url('../images/banners/head-background-3.jpg'); }
.page-head.head-background-4 { background-image: url('../images/banners/head-background-4.jpg'); }
.page-head.head-background-5 { background-image: url('../images/banners/head-background-5.jpg'); }
.page-head.head-background-6 { background-image: url('../images/banners/head-background-6.jpg'); }
.page-head.head-background-7 { background-image: url('../images/banners/head-background-7.jpg'); }
.page-head.head-background-8 { background-image: url('../images/banners/head-background-8.jpg'); }
.page-head.head-background-9 { background-image: url('../images/banners/head-background-9.jpg'); }
.page-head.head-background-10 { background-image: url('../images/banners/head-background-10.jpg'); }
.page-head.head-background-11 { background-image: url('../images/banners/head-background-11.jpg'); }

#topnav > ul > li.has-sub > a {
  position: relative;
  padding-right: 16px;
}

#topnav > ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #1b9cff transparent transparent transparent;
  top: 50%;
  margin-top: -3px;
  right: 0;
}

aside {
  padding-bottom: 100px;
  display: none;
}

aside .menu.nav li {
  list-style-type: none;
}

aside .menu.nav li a {
  font-size: 13px;
  color: #7789ab;
  font-weight: 700;
  -webkit-transition: all .2s;
  transition: all .2s;
}

aside .menu.nav > li > a {
  padding: 14px 0;
  border-bottom: 1px solid #eaebe3;
}

aside .menu.nav > li > a:focus {
  color: #1b9cff;
  background-color: transparent;
}

aside .menu.nav > li > a:hover {
  background-color: transparent;
  color: #1b9cff;
}

aside .menu.nav .sub-menu > li > a:hover,
aside .menu.nav .sub-menu > li > a.active {
  color: #1b9cff;
}

aside .menu.nav > li > a.active-trail,
aside .menu.nav > li > a.active {
  border-bottom: 2px solid #1b9cff;
  color: #1b9cff;
}

aside .menu.nav .sub-menu {
  padding: 0;
  margin-bottom: 16px;
}

aside .menu.nav .sub-menu > li > a {
  font-weight: normal;
  padding: 7px 0;
  display: block;
}

@media (min-width: 992px) {
  aside {
    display: block;
  }
}
