
/* line 2, scss/core/_base.scss */
html {
  font-size: 62.5%;
  font-weight: 300;
}
@media (max-width: 1400px) {
  /* line 2, scss/core/_base.scss */
  html {
    font-size: 50%;
  }
}

/* line 10, scss/core/_base.scss */
body {
  margin: 0;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
  font-size: 1.6rem;
}

/* line 20, scss/core/_base.scss */
.clearfix {
  display: table;
  width: 100%;
}

/* line 26, scss/core/_base.scss */
html {
  font-size: 62.5%;
  font-weight: 300;
}

/* line 31, scss/core/_base.scss */
ul, ol, li {
  padding: 0rem;
  margin: 0rem;
}

/* line 39, scss/core/_base.scss */
.menu li, .breadcrumb li {
  list-style-type: none;
  display: inline-block;
}

/* line 45, scss/core/_base.scss */
a {
  color: white;
  text-decoration: none;
}
/* line 50, scss/core/_base.scss */
a:hover {
  text-decoration: none;
  color: white;
  border-bottom: 0px solid white;
}
/* line 56, scss/core/_base.scss */
a:focus {
  text-decoration: none;
  color: white;
}
/* line 61, scss/core/_base.scss */
a:active {
  text-decoration: none;
  color: white;
}

/* line 67, scss/core/_base.scss */
.hidden {
  display: none;
}

/* line 71, scss/core/_base.scss */
.no--padding {
  padding: 0rem !important;
}

/* line 75, scss/core/_base.scss */
.no--padding--right {
  padding-right: 0rem !important;
}

/* line 79, scss/core/_base.scss */
.no--padding--left {
  padding-left: 0rem !important;
}

/* line 83, scss/core/_base.scss */
.float--right {
  float: right;
}

/* line 87, scss/core/_base.scss */
.inline-block {
  display: inline-block;
}

/* line 91, scss/core/_base.scss */
.w100 {
  width: 100%;
}

/* line 96, scss/core/_base.scss */
.scroll-down {
  opacity: 1;
  position: relative;
  transition: .5s all;
  width: 20px;
  height: 32px;
  margin-left: 3px;
  margin-right: 20px;
  border: 1px solid #FFF;
  border-radius: 9px;
  box-sizing: border-box;
  display: inline-block;
}

/* line 110, scss/core/_base.scss */
.scroll-down:before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  border: 1px solid #FFF;
  width: 4px;
  height: 6px;
  margin-left: -2px;
  background-color: transparent;
  border-radius: 100%;
  animation: sdb3 2s infinite;
  box-sizing: border-box;
}

/* line 127, scss/core/_base.scss */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  min-height: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}



/* line 1, scss/core/_typography.scss */
.text-muted {
  color: #7f787a;
}

/* line 5, scss/core/_typography.scss */
.text-nano {
  font-size: 10px;
  font-size: 1rem;
}

/* line 9, scss/core/_typography.scss */
.text-small {
  font-size: 10px;
  font-size: 1rem;
}

/* line 17, scss/core/_typography.scss */
.text-center {
  text-align: center;
}

/* line 21, scss/core/_typography.scss */
.text-right {
  text-align: right;
}

/* line 25, scss/core/_typography.scss */
.text-left {
  text-align: left;
}

/* line 34, scss/core/_typography.scss */
h1, .h1 {
  font-size: 60px;
  font-size: 4rem;
  margin: 3rem 0 1.5rem;
}

/* line 40, scss/core/_typography.scss */
h2, .h2 {
  font-size: 60px;
  font-size: 4rem;
  margin: 3rem 0 1.5rem;
}

/* line 44, scss/core/_typography.scss */
h2, h2 a {
  font-size: 2.4rem;
  color: white;
  text-align: left;
}

/* line 52, scss/core/_typography.scss */
h2 a {
  float: left;
}

/* line 57, scss/core/_typography.scss */
p {
  line-height: 1.4;
  margin-bottom: 2rem;
}

/* line 62, scss/core/_typography.scss */
.perex {
  font-size: 20px;
  font-size: 2rem;
}

/* line 67, scss/core/_typography.scss */
.f40 {
  font-size: 40px;
  font-size: 4rem;
}

/* line 71, scss/core/_typography.scss */
.f34 {
  font-size: 30px;
  font-size: 3rem;
}

/* line 75, scss/core/_typography.scss */
.f26 {
  font-size: 20px;
  font-size: 2rem;
}

/* line 79, scss/core/_typography.scss */
.f24 {
  font-size: 20px;
  font-size: 2rem;
}

/* line 83, scss/core/_typography.scss */
.f22 {
  font-size: 20px;
  font-size: 2rem;
}

/* line 87, scss/core/_typography.scss */
.f20 {
  font-size: 20px;
  font-size: 2rem;
}

/* line 91, scss/core/_typography.scss */
.f18 {
  font-size: 10px;
  font-size: 1rem;
}

/* line 95, scss/core/_typography.scss */
.f14 {
  font-size: 10px;
  font-size: 1rem;
}

/* line 1, scss/core/_layout.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 2, scss/core/_layout.scss */
.fc {
  clear: both;
}

/* line 4, scss/core/_layout.scss */
body {
  font-family: arial;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  padding-bottom: 0px;
  height: 100% !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background: #848484;
  color: white;
}

/* line 16, scss/core/_layout.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  border: none;
  vertical-align: top;
}

/* line 24, scss/core/_layout.scss */
.page {
  margin: 0 auto;
  margin-top: 0;
}

/* line 29, scss/core/_layout.scss */
table {
  height: 100% !important;
  vertical-align: top;
}

/* line 34, scss/core/_layout.scss */
.main {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  min-height: 100vh;
  display: table;
}

/* line 43, scss/core/_layout.scss */
td {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

/* line 49, scss/core/_layout.scss */
.top {
  width: 100%;
  height: 250px;
}

/* line 53, scss/core/_layout.scss */
.content {
  min-height: 500px;
  width: 100%;
  float: left;
  font-size: 18px;
}

/* line 70, scss/core/_layout.scss */
.footer {
  line-height: 30px;
  width: 100%;
  color: #484848;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  float: left;
  padding: 50px 0px 50px 0px !important;
}

/* line 81, scss/core/_layout.scss */
.footer a {
  color: #484848;
  text-decoration: none;
  position: relative;
  z-index: 9;
}

/* line 2, scss/core/_select.scss */
.dropcontainer {
  font-family: 'Roboto Slab';
  font-size: 13px;
  width: 20rem;
  position: relative;
  right: 0;
  float: right;
  top: -1px;
}
@media (max-width: 768px) {
  /* line 2, scss/core/_select.scss */
  .dropcontainer {
    width: 100%;
  }
}
/* line 15, scss/core/_select.scss */
.mobile .dropcontainer {
  min-width: 50%;
}

/* line 21, scss/core/_select.scss */
.activetrigger,
.trigger {
  line-height: 38px;
  padding-left: 140px;
  font-family: 'Roboto Slab';
  font-size: 13px;
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 2;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  height: 38px;
  padding-right: 30px;
}
/* line 27, scss/core/_select.scss */
.mobile .activetrigger, .mobile
.trigger {
  padding-left: 180px;
}
/* line 53, scss/core/_select.scss */
.activetrigger:before,
.trigger:before {
  background: #f3f7f5;
  width: 100%;
  height: 38px;
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  border: 1px solid #dee5e9;
}
/* line 66, scss/core/_select.scss */
.activetrigger:after,
.trigger:after {
  font-size: 13px;
  width: 30px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0rem;
  z-index: -1;
  padding: 0;
  margin: 0;
  content: '\e801';
  font-size: 1.2rem;
  color: #c0c9cf;
  top: 0;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  /* line 90, scss/core/_select.scss */
  .activetrigger:after, .trigger:after {
    top: 1.6rem;
  }
}
/*----MS Edge Browser CSS Start----*/
@supports (-ms-accelerator: true) {
  /* line 97, scss/core/_select.scss */
  .activetrigger:after, .trigger:after {
    top: 1.6rem;
  }
}
/* line 115, scss/core/_select.scss */
.dropcontainer ul {
  font-size: 13px;
  line-height: 3.6rem;
  border-top: none;
  background: #f3f7f5;
  list-style-type: none;
  border: 1px solid #dee5e9;
  margin: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 131, scss/core/_select.scss */
.dropcontainer ul li {
  padding: 8px 22px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #dee5e9;
  line-height: 18px;
}

/* line 141, scss/core/_select.scss */
.dropcontainer ul li:hover {
  background: #f5f5f5;
  outline: none;
}

/* line 151, scss/core/_select.scss */
.dropcontainer ul li:last-child {
  border-bottom: none;
}

/* line 155, scss/core/_select.scss */
.dropdownhidden {
  display: none;
}

/* line 159, scss/core/_select.scss */
.dropdownvisible {
  height: auto;
}

.under_construction {
  font-size: 6rem;
  font-weight: bold;
  border-bottom: 1px dashed white;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}