@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700&subset=latin-ext');
.column-1 {
  width: 20%;
}
.column-2 {
  width: 40%;
}
.column-3 {
  width: 60%;
}
.column-4 {
  width: 80%;
}
.column-5 {
  width: 100%;
}
html,
body {
  font-family: 'Roboto';
  margin: 0;
  padding: 0;
  height: 100%;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto';
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
.h1.light,
.h2.light,
.h3.light,
.h4.light,
.h5.light,
.h6.light {
  font-family: 'Roboto';
}
p {
  font-size: 16px;
  line-height: 30px;
}
.sub-header {
  margin: 45px 0 30px;
}
a {
  color: #666;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
a:hover {
  color: #999999;
  text-decoration: none;
}
a.disable-hover:hover {
  color: #666 !important;
}
a.normal {
  color: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
a.normal:hover {
  color: inherit;
  text-decoration: none;
}
a.normal.disable-hover:hover {
  color: inherit !important;
}
@media only screen and (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
  .text-center-xxs {
    text-align: center !important;
  }
  .center-block-xxs {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .col-xxs-1 {
    width: 8.33333333%;
    float: left;
  }
  .col-xxs-10 {
    width: 83.33333333%;
    float: left;
  }
  .col-xxs-11 {
    width: 91.66666667%;
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
    float: left;
  }
  .col-xxs-2 {
    width: 16.66666667%;
    float: left;
  }
  .col-xxs-15 {
    width: 20%;
    float: left;
  }
  .col-xxs-3 {
    width: 25%;
    float: left;
  }
  .col-xxs-4 {
    width: 33.33333333%;
    float: left;
  }
  .col-xxs-5 {
    width: 41.66666667%;
    float: left;
  }
  .col-xxs-6 {
    width: 50%;
    float: left;
  }
  .col-xxs-7 {
    width: 58.33333333%;
    float: left;
  }
  .col-xxs-8 {
    width: 66.66666667%;
    float: left;
  }
  .col-xxs-9 {
    width: 75%;
    float: left;
  }
  .xxs-section-gap {
    margin-bottom: 15px;
  }
  .xxs-section-gap-double {
    margin-bottom: 30px;
  }
  .xxs-section-gap-triple {
    margin-bottom: 45px;
  }
  .xxs-section-gap-quadruple {
    margin-bottom: 60px;
  }
  .xxs-section-gap-quintuple {
    margin-bottom: 75px;
  }
  .xxs-section-gap-sextuple {
    margin-bottom: 90px;
  }
  .border-bottom-xxs {
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .col-xs-15 {
    width: 20%;
    float: left;
  }
  .center-block-xs {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .xs-section-gap {
    margin-bottom: 15px;
  }
  .xs-section-gap-double {
    margin-bottom: 30px;
  }
  .xs-section-gap-triple {
    margin-bottom: 45px;
  }
  .xs-section-gap-quadruple {
    margin-bottom: 60px;
  }
  .xs-section-gap-quintuple {
    margin-bottom: 75px;
  }
  .xs-section-gap-sextuple {
    margin-bottom: 90px;
  }
  .border-bottom-xs {
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (min-width: 768px) {
  .padding-left-half-sm {
    padding-left: 7.5px !important;
  }
  .padding-right-half-sm {
    padding-right: 7.5px !important;
  }
  .padding-side-half-sm {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .sm-section-gap {
    margin-bottom: 15px;
  }
  .sm-section-gap-double {
    margin-bottom: 30px;
  }
  .sm-section-gap-triple {
    margin-bottom: 45px;
  }
  .sm-section-gap-quadruple {
    margin-bottom: 60px;
  }
  .sm-section-gap-quintuple {
    margin-bottom: 75px;
  }
  .sm-section-gap-sextuple {
    margin-bottom: 90px;
  }
  .border-bottom-sm {
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .col-md-15 {
    width: 20% !important;
    float: left;
  }
  .text-center-md {
    text-align: center;
  }
  .border-bottom-md {
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .border-bottom-lg {
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (min-width: 768px) {
  .no-padding-left-sm {
    padding-left: 0 !important;
  }
  .no-padding-right-sm {
    padding-right: 0 !important;
  }
  .no-padding-side-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.container-triple-padding {
  padding-right: 45px !important;
  padding-left: 45px !important;
}
.container-double-padding {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.container-double-padding-left {
  padding-left: 30px !important;
}
.container-double-padding-right {
  padding-right: 30px !important;
}
.padding-side-half {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
}
.row.padding-side-half-row {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
}
.row.padding-side-half-row [class|=col] {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}
.padding-left-half {
  padding-left: 7.5px !important;
}
.padding-right-half {
  padding-right: 7.5px !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-side {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-updown {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.margin-half {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-side {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.margin-bottom {
  margin-bottom: 15px !important;
}
.margin-bottom-double {
  margin-bottom: 30px !important;
}
.margin-bottom-triple {
  margin-bottom: 45px !important;
}
.section-gap-half {
  margin-bottom: 7.5px;
}
.section-gap {
  margin-bottom: 15px !important;
}
.section-gap-double {
  margin-bottom: 30px !important;
}
.section-gap-triple {
  margin-bottom: 45px !important;
}
.section-gap-quadruple {
  margin-bottom: 60px !important;
}
.section-gap-quintuple {
  margin-bottom: 75px !important;
}
.section-gap-sextuple {
  margin-bottom: 90px !important;
}
.light-header {
  font-weight: 100;
}
.table.table-vmiddle tbody > tr > td {
  vertical-align: middle;
}
.vertical-middle {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.v-top {
  vertical-align: top;
  display: inline-block;
  float: none;
}
.v-middle {
  vertical-align: middle;
  display: inline-block;
  float: none;
}
.v-bottom {
  vertical-align: bottom;
  display: inline-block;
  float: none;
}
.col-xxs-1,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xxs-15,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.fa.fa-px-1x {
  font-size: 12px;
}
.fa.fa-px-2x {
  font-size: 17px;
}
.fa.fa-px-3x {
  font-size: 22px;
}
.fa.fa-px-4x {
  font-size: 27px;
}
.fa.fa-px-5x {
  font-size: 32px;
}
.fa.fa-px-6x {
  font-size: 37px;
}
.fa.fa-px-7x {
  font-size: 42px;
}
.fa.fa-px-8x {
  font-size: 47px;
}
.fa.fa-px-9x {
  font-size: 52px;
}
.fa-facebook-colored {
  color: #3a5795;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.fa-facebook-colored:hover {
  color: #6e8ac7;
}
.fa-twitter-colored {
  color: #55ACEE;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.fa-twitter-colored:hover {
  color: #b2d9f7;
}
.fa-linkedin-colored {
  color: #0177b5;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.fa-linkedin-colored:hover {
  color: #1eb1fe;
}
.fa-google-plus-colored {
  color: #dd4b39;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.fa-google-plus-colored:hover {
  color: #ec9a90;
}
.fa-pinterest-colored {
  color: #cd2129;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.fa-pinterest-colored:hover {
  color: #e76d72;
}
.fa-youtube-colored {
  color: #dd2826;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.fa-youtube-colored:hover {
  color: #eb7f7e;
}
.fa-skype-colored {
  color: #00ABF0;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.fa-skype-colored:hover {
  color: #57cfff;
}
.fa-instagram-colored {
  color: #517FA4;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.fa-instagram-colored:hover {
  color: #92b0c9;
}
.fa-rss-colored {
  color: #fdc006;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.fa-rss-colored:hover {
  color: #feda6b;
}
.label-theme {
  background-color: #d5a000;
}
.label-theme[href]:hover,
.label-theme[href]:focus {
  background-color: #a27a00;
}
.label-transparent {
  color: #3d414c;
  border: 1px solid #3d414c;
  background-color: transparent;
}
.label-transparent[href]:hover,
.label-transparent[href]:focus {
  background-color: transparent;
}
.btn-nude {
  background: none;
  border: none;
  outline: none;
}
.btn-fade-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.btn-bottom-border {
  border-bottom-width: 5px;
}
.btn-theme {
  color: #fff !important;
  background-color: #d5a000 !important;
  border-color: #896700 !important;
  border-style: solid !important;
  -webkit-transition: all 0.5s ease-out !important;
  -moz-transition: all 0.5s ease-out !important;
  -ms-transition: all 0.5s ease-out !important;
  -o-transition: all 0.5s ease-out !important;
  transition: all 0.5s ease-out !important;
}
.btn-theme:hover {
  color: #fff !important;
  background-color: #a27a00 !important;
}
.btn-theme:active,
.btn-theme.active {
  background-color: #a27a00 !important;
  color: #fff !important;
}
.btn-theme:focus {
  color: #fff !important;
  background-color: #a27a00 !important;
}
.btn-theme:disabled,
.btn-theme .disabled {
  background-color: #ffc209 !important;
}
.btn-theme.btn-bordered {
  color: #d5a000 !important;
}
.btn-theme.btn-bordered:hover {
  color: #fff !important;
}
.btn-theme.btn-bordered:focus {
  color: #d5a000 !important;
}
.btn-theme i {
  color: #fff !important;
}
.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff !important;
  border-style: solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-transparent:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.btn-transparent:active,
.btn-transparent.active {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.btn-transparent:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}
.btn-transparent:disabled,
.btn-transparent .disabled {
  background-color: rgba(26, 26, 26, 0);
}
.btn-transparent.btn-bordered {
  color: transparent;
}
.btn-transparent.btn-bordered:hover {
  color: #fff;
}
.btn-transparent.btn-bordered:focus {
  color: transparent;
}
.btn-transparent i {
  color: #fff;
}
.btn-white {
  color: #d5a000;
  background-color: #fff;
  border-color: #fff !important;
  border-style: solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-white:hover {
  color: #d5a000;
  background-color: #e6e6e6;
}
.btn-white:active,
.btn-white.active {
  background-color: #e6e6e6;
  color: #d5a000;
}
.btn-white:focus {
  color: #d5a000;
  background-color: #e6e6e6;
}
.btn-white:disabled,
.btn-white .disabled {
  background-color: #ffffff;
}
.btn-white.btn-bordered {
  color: #fff;
}
.btn-white.btn-bordered:hover {
  color: #d5a000;
}
.btn-white.btn-bordered:focus {
  color: #fff;
}
.btn-white i {
  color: #d5a000;
}
.btn-gray {
  color: #fff;
  background-color: #bfbfbf;
  border-color: #b3b3b3 !important;
  border-style: solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-gray:hover {
  color: #fff;
  background-color: #a6a6a6;
}
.btn-gray:active,
.btn-gray.active {
  background-color: #a6a6a6;
  color: #fff;
}
.btn-gray:focus {
  color: #fff;
  background-color: #a6a6a6;
}
.btn-gray:disabled,
.btn-gray .disabled {
  background-color: #d9d9d9;
}
.btn-gray.btn-bordered {
  color: #bfbfbf;
}
.btn-gray.btn-bordered:hover {
  color: #fff;
}
.btn-gray.btn-bordered:focus {
  color: #bfbfbf;
}
.btn-gray i {
  color: #fff;
}
.btn-light-gray {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9 !important;
  border-style: solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-light-gray:hover {
  color: #fff;
  background-color: #cccccc;
}
.btn-light-gray:active,
.btn-light-gray.active {
  background-color: #cccccc;
  color: #fff;
}
.btn-light-gray:focus {
  color: #fff;
  background-color: #cccccc;
}
.btn-light-gray:disabled,
.btn-light-gray .disabled {
  background-color: #ffffff;
}
.btn-light-gray.btn-bordered {
  color: #e6e6e6;
}
.btn-light-gray.btn-bordered:hover {
  color: #fff;
}
.btn-light-gray.btn-bordered:focus {
  color: #e6e6e6;
}
.btn-light-gray i {
  color: #fff;
}
.btn-circle {
  padding: 0 11px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-round {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn-square {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.btn-xsmall {
  height: 28px;
  width: 28px;
  line-height: 0;
}
.btn-xsmall.btn-floating .material-icons {
  font-size: 18px;
  margin-top: 0;
  line-height: 29px;
}
.btn-bordered {
  border-width: 3px;
  padding: 4px 10px;
  background-color: transparent !important;
}
.btn-bordered.btn-lg {
  padding: 8px 10px;
}
.btn-bordered.btn-xlg {
  padding: 8px 10px;
}
.btn-bordered:focus {
  background-color: transparent !important;
}
.btn-xlg,
.btn-group-xlg > .btn {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.5;
  border-radius: 8px;
}
.thumbnail {
  overflow: hidden;
}
.thumbnail-hover {
  position: relative;
}
.thumb-img-30 {
  height: 30px;
}
.thumb-img-50 {
  height: 50px;
}
.thumb-img-80 {
  height: 80px;
}
.thumb-img-100 {
  height: 100px;
}
.thumb-img-150 {
  height: 150px;
}
.thumb-img-200 {
  height: 200px;
}
.thumb-img-250 {
  height: 250px;
}
.thumb-img-300 {
  height: 300px;
}
.thumb-img-400 {
  height: 400px;
}
.thumb-img-500 {
  height: 500px;
}
.thumb-img-600 {
  height: 600px;
}
.thumb-img > a > figure > img,
.thumb-img > a > img,
.thumb-img > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: auto;
}
.btn-hover {
  width: 42px;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}
.btn-hover:hover {
  width: auto;
}
.scroll-top {
  position: fixed;
  bottom: 45px;
  right: 15px;
  color: #666;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  background-color: #fff;
  padding: 5px 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.scroll-top:hover {
  opacity: 1;
}
.scroll-top.scroll-is-visible,
.scroll-top.scroll-fade-out {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -ms-transform: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.scroll-top.scroll-is-visible:hover,
.scroll-top.scroll-fade-out:hover {
  opacity: 1;
}
.scroll-top.scroll-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.scroll-top.scroll-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
textarea.no-resize {
  resize: none;
}
.bg-theme {
  background-color: #d5a000;
  color: #fff;
}
.bg-theme a {
  color: #fff;
}
.bg-theme a:hover {
  color: #ffdb6f;
}
.text-bold {
  font-weight: bold;
}
.text-theme {
  color: #d5a000 !important;
}
.text-theme i {
  color: #d5a000 !important;
}
.text-over-theme {
  color: #fff !important;
}
.text-over-theme i {
  color: #fff !important;
}
.flat {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.round-box {
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: none;
}
.panel-gray {
  border-color: #b3b3b3;
}
.panel-gray > .panel-heading {
  color: #666;
  background-color: #ccc;
  border-color: #b3b3b3;
}
.panel-gray > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #b3b3b3;
}
.panel-gray > .panel-heading .badge {
  color: #ccc;
  background-color: #666;
}
.panel-gray > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #b3b3b3;
}
.panel-gray .icon-collapse {
  color: #666;
}
.panel-gray .icon-collapse:before {
  color: #666;
}
.panel-gray .icon-collapse.collapsed {
  color: #666;
}
.panel-gray .icon-collapse.collapsed:before {
  color: #666;
}
.panel-light-gray {
  border-color: #d9d9d9;
}
.panel-light-gray > .panel-heading {
  color: #666;
  background-color: #f2f2f2;
  border-color: #d9d9d9;
}
.panel-light-gray > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d9d9d9;
}
.panel-light-gray > .panel-heading .badge {
  color: #f2f2f2;
  background-color: #666;
}
.panel-light-gray > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d9d9d9;
}
.panel-light-gray .icon-collapse {
  color: #666;
}
.panel-light-gray .icon-collapse:before {
  color: #666;
}
.panel-light-gray .icon-collapse.collapsed {
  color: #666;
}
.panel-light-gray .icon-collapse.collapsed:before {
  color: #666;
}
.panel-white {
  border-color: #eee;
}
.panel-white > .panel-heading {
  color: #666;
  background-color: #fff;
  border-color: #eee;
}
.panel-white > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
.panel-white > .panel-heading .badge {
  color: #fff;
  background-color: #666;
}
.panel-white > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee;
}
.panel-white .icon-collapse {
  color: #666;
}
.panel-white .icon-collapse:before {
  color: #666;
}
.panel-white .icon-collapse.collapsed {
  color: #666;
}
.panel-white .icon-collapse.collapsed:before {
  color: #666;
}
.panel-theme {
  border-color: #a27a00;
}
.panel-theme > .panel-heading {
  color: #fff;
  background-color: #d5a000;
  border-color: #a27a00;
}
.panel-theme > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a27a00;
}
.panel-theme > .panel-heading .badge {
  color: #d5a000;
  background-color: #fff;
}
.panel-theme > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a27a00;
}
.panel-theme .icon-collapse {
  color: #fff;
}
.panel-theme .icon-collapse:before {
  color: #fff;
}
.panel-theme .icon-collapse.collapsed {
  color: #fff;
}
.panel-theme .icon-collapse.collapsed:before {
  color: #fff;
}
.clean-input {
  border: none;
  background: none;
}
.text-black {
  color: #3d414c !important;
}
.text-gray {
  color: #ccc !important;
}
.text-light-gray {
  color: #f2f2f2 !important;
}
.text-middle-gray {
  color: #cccccc !important;
}
.text-dark-gray {
  color: #a6a6a6 !important;
}
.text-white {
  color: #fff !important;
}
input.text-white,
textarea.text-white,
select.text-white {
  color: #fff !important;
}
input.text-white::-webkit-input-placeholder,
textarea.text-white::-webkit-input-placeholder,
select.text-white::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 1px;
}
input.text-white:-moz-placeholder,
textarea.text-white:-moz-placeholder,
select.text-white:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  letter-spacing: 1px;
}
input.text-white::-moz-placeholder,
textarea.text-white::-moz-placeholder,
select.text-white::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  letter-spacing: 1px;
}
input.text-white:-ms-input-placeholder,
textarea.text-white:-ms-input-placeholder,
select.text-white:-ms-input-placeholder {
  color: #fff;
  letter-spacing: 1px;
}
.bg-black {
  background-color: #3d414c;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #ccc;
}
.bg-light-gray {
  background-color: #f2f2f2;
}
.bg-dark-gray {
  background-color: #a6a6a6;
}
.input-xlg {
  height: 66px;
  padding: 10px 18px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bordered {
  border: 1px solid #ccc;
}
.small-container {
  padding: 15px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
.no-border {
  border: none !important;
}
.no-border.table tr,
.no-border.table td,
.no-border.table th {
  border: none !important;
}
.no-border-bottom {
  border-bottom: none !important;
}
.no-border-top {
  border-top: none !important;
}
.border-bottom {
  border-bottom: 1px solid #000000;
}
.border-top {
  border-top: 1px solid #000000;
}
.border-left {
  border-left: 1px solid #000000;
}
.border-right {
  border-right: 1px solid #000000;
}
.border-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.rating {
  unicode-bidi: bidi-override;
}
.rating > .star {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.rating > .star.active:before {
  color: #d5a000;
}
.rating > .star:before {
  content: "\f005";
  padding-right: 5px;
  color: #b3b3b3;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.rating > .star:hover:before,
.rating > .star:hover ~ .star:before {
  color: #d5a000;
}
.no-background {
  background: none !important;
}
label.error-box {
  color: #ff0000;
}
input.error-box,
select.error-box,
textarea.error-box {
  border-color: #ff0000;
}
.hr {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #aaa;
  margin: 30px 0;
}
.border-theme {
  border-color: #d5a000 !important;
}
.border-theme-dark {
  border-color: #896700 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-gray {
  border-color: #ccc !important;
}
.border-black {
  border-color: #3d414c !important;
}
.border-dark-gray {
  border-color: #a6a6a6 !important;
}
.border-light-gray {
  border-color: #f2f2f2 !important;
}
.border-1x {
  border-width: 1px !important;
}
.border-2x {
  border-width: 2px !important;
}
.border-3x {
  border-width: 3px !important;
}
.border-4x {
  border-width: 4px !important;
}
.border-5x {
  border-width: 5px !important;
}
.border-6x {
  border-width: 6px !important;
}
.border-7x {
  border-width: 7px !important;
}
.border-8x {
  border-width: 8px !important;
}
.help-block.with-errors .alert {
  text-align: left;
  padding: 5px 35px 5px 5px;
}
.help-block.with-errors .alert .icon {
  margin-right: 5px;
}
.alert-box {
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 1050;
  opacity: 0;
}
.alert-box .alert {
  margin: 0;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}
.alert-box .alert.success {
  background-color: #51A351;
}
.alert-box .alert.info {
  background-color: #2F96B4;
}
.alert-box .alert.warning {
  background-color: #F89406;
}
.alert-box .alert.danger {
  background-color: #BD362F;
}
.background-contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
}
.background-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
}
.btn-facebook {
  color: #fff;
  background-color: #3a5795;
  border-color: #334c83 !important;
  border-style: solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #2c4270;
}
.btn-facebook:active,
.btn-facebook.active {
  background-color: #2c4270;
  color: #fff;
}
.btn-facebook:focus {
  color: #fff;
  background-color: #2c4270;
}
.btn-facebook:disabled,
.btn-facebook .disabled {
  background-color: #4a6db8;
}
.btn-facebook.btn-bordered {
  color: #3a5795;
}
.btn-facebook.btn-bordered:hover {
  color: #fff;
}
.btn-facebook.btn-bordered:focus {
  color: #3a5795;
}
.btn-facebook i {
  color: #fff;
}
.btn-twitter {
  color: #fff;
  background-color: #55ACEE;
  border-color: #3ea1ec !important;
  border-style: solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
}
.btn-twitter:active,
.btn-twitter.active {
  background-color: #2795e9;
  color: #fff;
}
.btn-twitter:focus {
  color: #fff;
  background-color: #2795e9;
}
.btn-twitter:disabled,
.btn-twitter .disabled {
  background-color: #83c3f3;
}
.btn-twitter.btn-bordered {
  color: #55ACEE;
}
.btn-twitter.btn-bordered:hover {
  color: #fff;
}
.btn-twitter.btn-bordered:focus {
  color: #55ACEE;
}
.btn-twitter i {
  color: #fff;
}
.btn-instagram {
  color: #fff;
  background-color: #517FA4;
  border-color: #497293 !important;
  border-style: solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-instagram:hover {
  color: #fff;
  background-color: #406582;
}
.btn-instagram:active,
.btn-instagram.active {
  background-color: #406582;
  color: #fff;
}
.btn-instagram:focus {
  color: #fff;
  background-color: #406582;
}
.btn-instagram:disabled,
.btn-instagram .disabled {
  background-color: #7098b8;
}
.btn-instagram.btn-bordered {
  color: #517FA4;
}
.btn-instagram.btn-bordered:hover {
  color: #fff;
}
.btn-instagram.btn-bordered:focus {
  color: #517FA4;
}
.btn-instagram i {
  color: #fff;
}
.btn-youtube {
  color: #fff;
  background-color: #dd2826;
  border-color: #ca2120 !important;
  border-style: solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-youtube:hover {
  color: #fff;
  background-color: #b41e1c;
}
.btn-youtube:active,
.btn-youtube.active {
  background-color: #b41e1c;
  color: #fff;
}
.btn-youtube:focus {
  color: #fff;
  background-color: #b41e1c;
}
.btn-youtube:disabled,
.btn-youtube .disabled {
  background-color: #e45452;
}
.btn-youtube.btn-bordered {
  color: #dd2826;
}
.btn-youtube.btn-bordered:hover {
  color: #fff;
}
.btn-youtube.btn-bordered:focus {
  color: #dd2826;
}
.btn-youtube i {
  color: #fff;
}
.btn-linkedin {
  color: #fff;
  background-color: #0177b5;
  border-color: #01669c !important;
  border-style: solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #015682;
}
.btn-linkedin:active,
.btn-linkedin.active {
  background-color: #015682;
  color: #fff;
}
.btn-linkedin:focus {
  color: #fff;
  background-color: #015682;
}
.btn-linkedin:disabled,
.btn-linkedin .disabled {
  background-color: #0198e8;
}
.btn-linkedin.btn-bordered {
  color: #0177b5;
}
.btn-linkedin.btn-bordered:hover {
  color: #fff;
}
.btn-linkedin.btn-bordered:focus {
  color: #0177b5;
}
.btn-linkedin i {
  color: #fff;
}
.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: #d73925 !important;
  border-style: solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-google-plus:hover {
  color: #fff;
  background-color: #c23321;
}
.btn-google-plus:active,
.btn-google-plus.active {
  background-color: #c23321;
  color: #fff;
}
.btn-google-plus:focus {
  color: #fff;
  background-color: #c23321;
}
.btn-google-plus:disabled,
.btn-google-plus .disabled {
  background-color: #e47365;
}
.btn-google-plus.btn-bordered {
  color: #dd4b39;
}
.btn-google-plus.btn-bordered:hover {
  color: #fff;
}
.btn-google-plus.btn-bordered:focus {
  color: #dd4b39;
}
.btn-google-plus i {
  color: #fff;
}
.btn-rss {
  color: #fff;
  background-color: #fdc006;
  border-color: #e8af02 !important;
  border-style: solid;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-rss:hover {
  color: #fff;
  background-color: #ce9c02;
}
.btn-rss:active,
.btn-rss.active {
  background-color: #ce9c02;
  color: #fff;
}
.btn-rss:focus {
  color: #fff;
  background-color: #ce9c02;
}
.btn-rss:disabled,
.btn-rss .disabled {
  background-color: #fdcd39;
}
.btn-rss.btn-bordered {
  color: #fdc006;
}
.btn-rss.btn-bordered:hover {
  color: #fff;
}
.btn-rss.btn-bordered:focus {
  color: #fdc006;
}
.btn-rss i {
  color: #fff;
}
.muted-3 {
  opacity: 0.3;
}
.muted-4 {
  opacity: 0.4;
}
.muted-5 {
  opacity: 0.5;
}
.muted-6 {
  opacity: 0.6;
}
.muted-7 {
  opacity: 0.7;
}
.muted-8 {
  opacity: 0.8;
}
.theme-input {
  border-color: #d5a000;
  color: #fff;
  background-color: #ffdb6f;
}
.theme-input::-webkit-input-placeholder {
  color: #a27a00;
  letter-spacing: 1px;
}
.theme-input:-moz-placeholder {
  /* Firefox 18- */
  color: #a27a00;
  letter-spacing: 1px;
}
.theme-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a27a00;
  letter-spacing: 1px;
}
.theme-input:-ms-input-placeholder {
  color: #a27a00;
  letter-spacing: 1px;
}
.theme-input:focus {
  border-color: #d5a000;
  -webkit-box-shadow: #d5a000;
  -moz-box-shadow: #d5a000;
  box-shadow: #d5a000;
}
.theme-input::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 1px;
}
.theme-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  letter-spacing: 1px;
}
.theme-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  letter-spacing: 1px;
}
.theme-input:-ms-input-placeholder {
  color: #fff;
  letter-spacing: 1px;
}
.black-input {
  border-color: #3d414c;
  color: #3d414c;
  background-color: #fff;
}
.black-input::-webkit-input-placeholder {
  color: #545968;
  letter-spacing: 1px;
}
.black-input:-moz-placeholder {
  /* Firefox 18- */
  color: #545968;
  letter-spacing: 1px;
}
.black-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #545968;
  letter-spacing: 1px;
}
.black-input:-ms-input-placeholder {
  color: #545968;
  letter-spacing: 1px;
}
.black-input:focus {
  border-color: #3d414c;
  -webkit-box-shadow: #3d414c;
  -moz-box-shadow: #3d414c;
  box-shadow: #3d414c;
}
.full-black-input {
  border-color: #5f6576;
  color: #5f6576;
  background-color: #3d414c;
}
.full-black-input::-webkit-input-placeholder {
  color: #5f6576;
  letter-spacing: 1px;
}
.full-black-input:-moz-placeholder {
  /* Firefox 18- */
  color: #5f6576;
  letter-spacing: 1px;
}
.full-black-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5f6576;
  letter-spacing: 1px;
}
.full-black-input:-ms-input-placeholder {
  color: #5f6576;
  letter-spacing: 1px;
}
.full-black-input:focus {
  border-color: #5f6576;
  -webkit-box-shadow: #5f6576;
  -moz-box-shadow: #5f6576;
  box-shadow: #5f6576;
}
.gray-input {
  border-color: transparent;
  color: #d2d2d4;
  background-color: #ccc;
}
.gray-input::-webkit-input-placeholder {
  color: #d2d2d4;
  letter-spacing: 1px;
}
.gray-input:-moz-placeholder {
  /* Firefox 18- */
  color: #d2d2d4;
  letter-spacing: 1px;
}
.gray-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d2d2d4;
  letter-spacing: 1px;
}
.gray-input:-ms-input-placeholder {
  color: #d2d2d4;
  letter-spacing: 1px;
}
.gray-input:focus {
  border-color: transparent;
  -webkit-box-shadow: transparent;
  -moz-box-shadow: transparent;
  box-shadow: transparent;
}
.light-gray-input {
  border-color: #f2f2f2;
  color: #8c8c8c;
  background-color: #f2f2f2;
}
.light-gray-input::-webkit-input-placeholder {
  color: #8c8c8c;
  letter-spacing: 1px;
}
.light-gray-input:-moz-placeholder {
  /* Firefox 18- */
  color: #8c8c8c;
  letter-spacing: 1px;
}
.light-gray-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c8c8c;
  letter-spacing: 1px;
}
.light-gray-input:-ms-input-placeholder {
  color: #8c8c8c;
  letter-spacing: 1px;
}
.light-gray-input:focus {
  border-color: #f2f2f2;
  -webkit-box-shadow: #f2f2f2;
  -moz-box-shadow: #f2f2f2;
  box-shadow: #f2f2f2;
}
.border-input {
  border-color: #000;
  color: #000;
  background-color: transparent;
}
.border-input::-webkit-input-placeholder {
  color: #555;
  letter-spacing: 1px;
}
.border-input:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
  letter-spacing: 1px;
}
.border-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
  letter-spacing: 1px;
}
.border-input:-ms-input-placeholder {
  color: #555;
  letter-spacing: 1px;
}
.border-input:focus {
  border-color: #000;
  -webkit-box-shadow: #000;
  -moz-box-shadow: #000;
  box-shadow: #000;
}
.rounded-input {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bottom-border-input {
  background: none;
  border-width: 0 0 1px 0;
  border-color: #a6a6a6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bottom-border-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.jumbotron.jumbotron-theme {
  background-color: #d5a000;
}
.jumbotron.jumbotron-black {
  background-color: #3d414c;
}
.jumbotron.jumbotron-white {
  background-color: #fff;
}
.jumbotron.jumbotron-light-gray {
  background-color: #f2f2f2;
}
.jumbotron.jumbotron-dark-gray {
  background-color: #a6a6a6;
}
.jumbotron.jumbotron-transparent {
  background: none;
}
.jumbotron-half-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.modal-theme .modal-backdrop {
  background-color: #d5a000;
}
.inline-elm {
  display: inline-block;
}
.dropdown-menu-right-align {
  left: auto;
  right: 0;
}
.badge.badge-shadow {
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.5);
}
.badge.badge-bordered {
  border: 1px solid #444;
}
.badge.icon-badge {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 10px;
  padding: 3px 4px;
  line-height: 0.7;
}
.tooltip > .tooltip-inner {
  padding: 5px;
  font-size: 15px;
}
.no-box-shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.list-justify {
  display: table;
  width: 100%;
  text-align: justify;
}
.list-justify li {
  text-align: center;
  display: table-cell;
}
.small-recaptcha {
  transform: scale(0.89);
  -webkit-transform: scale(0.89);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
textarea.no-resize {
  resize: none;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.list-chips li {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.flat-select {
  background: none;
  border: none;
}
.strong-header {
  font-weight: 700;
}
.ver-middle {
  vertical-align: middle;
}
.middle-icon {
  display: table;
  width: 100%;
  height: 100%;
}
.middle-icon i.material-icons {
  display: table-cell;
  vertical-align: middle;
}
.float-icon {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.float-icon i {
  font-size: 18px;
  vertical-align: middle;
}
.baseline-sub {
  vertical-align: baseline;
  bottom: 0;
}
ul.nav-tabs.materialize-tabs {
  border: none;
  position: relative;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
ul.nav-tabs.materialize-tabs li {
  display: block;
  float: left;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  letter-spacing: .8px;
  text-align: center;
}
ul.nav-tabs.materialize-tabs li a {
  color: #4285F4;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: color .28s ease;
  -moz-transition: color .28s ease;
  -o-transition: color .28s ease;
  -ms-transition: color .28s ease;
  transition: color .28s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.nav-tabs.materialize-tabs li.active a {
  border: none;
  border-bottom: 2px solid #8ab4f8;
}
.input-icon-wrapper {
  position: relative;
}
.input-icon-wrapper .input-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}
.border-dashed {
  border-style: dashed;
}
.row .row-divider::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 150px;
  width: 1px;
  background-color: #f2f2f2;
}
.material-switch > input[type="checkbox"] {
  display: none;
}
.material-switch > label {
  cursor: pointer;
  height: 0;
  position: relative;
  width: 40px;
}
.material-switch > label::before {
  background: #000000;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}
.material-switch > label::after {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}
.text-overflow-ellipse {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.normal-case {
  text-transform: capitalize;
}
.equal-height {
  display: table;
  width: 100%;
}
.equal-height.row {
  margin: auto;
}
.equal-height .col {
  display: table-cell;
  vertical-align: top;
  float: none;
  height: 100%;
}
.height-100 {
  height: 100%;
}
.progress-bar .progress-bar-theme {
  background-color: #d5a000;
}
.material-nav-tabs li a[data-toggle="tab"] {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.material-nav-tabs li a[data-toggle="tab"]:hover {
  color: #ccc;
  background: none;
  border: none;
}
.material-nav-tabs li.active a[data-toggle="tab"] {
  border: none;
  border-bottom: 2px solid #ccc;
  font-weight: 700;
}
.material-nav-tabs.theme-nav-tabs li a[data-toggle="tab"] {
  color: #d5a000;
}
.material-nav-tabs.theme-nav-tabs li.active a[data-toggle="tab"] {
  border-bottom-color: #d5a000;
}
.center-nav-tabs {
  text-align: center;
}
.center-nav-tabs li {
  text-align: center;
  display: inline-block;
  float: none;
}
.inherit-color {
  color: inherit !important;
}
.card .card-icon {
  text-align: center;
}
blockquote.theme-blockquote {
  border: 1px solid #a6a6a6;
  border-left: 5px solid #d5a000;
}
blockquote.theme-blockquote .title {
  color: #d5a000;
  font-size: 1.5rem;
  font-weight: 400;
}
blockquote.theme-blockquote .content {
  color: #3d414c;
  font-weight: 100;
}
/*
 *  STYLE 1
 */
.scroll-style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.scroll-style-1::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.scroll-style-1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
/*
 *  STYLE 2
 */
.scroll-style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.scroll-style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.scroll-style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D62929;
}
/*
 *  STYLE 3
 */
.scroll-style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000000;
}
.scroll-style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #000000;
}
.scroll-style-3::-webkit-scrollbar-thumb {
  background-color: #F5F5F5;
}
/*
 *  STYLE 4
 */
.scroll-style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.scroll-style-4::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.scroll-style-4::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
/*
 *  STYLE 5
 */
.scroll-style-5::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.scroll-style-5::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.scroll-style-5::-webkit-scrollbar-thumb {
  background: #0ae -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.5, transparent), to(transparent));
}
/*
 *  STYLE 6
 */
.scroll-style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.scroll-style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.scroll-style-6::-webkit-scrollbar-thumb {
  background: #F90 -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
/*
 *  STYLE 7
 */
.scroll-style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.scroll-style-7::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.scroll-style-7::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
}
/*
 *  STYLE 8
 */
.scroll-style-8::-webkit-scrollbar-track {
  border: 1px solid black;
  background-color: #F5F5F5;
}
.scroll-style-8::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.scroll-style-8::-webkit-scrollbar-thumb {
  background-color: #000000;
}
/*
 *  STYLE 9
 */
.scroll-style-9::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.scroll-style-9::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.scroll-style-9::-webkit-scrollbar-thumb {
  background: #F90 -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
/*
 *  STYLE 10
 */
.scroll-style-10::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.scroll-style-10::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.scroll-style-10::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #AAA -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
}
/*
 *  STYLE 11
 */
.scroll-style-11::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.scroll-style-11::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.scroll-style-11::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #3366FF -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
}
/*
 *  STYLE 12
 */
.scroll-style-12::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  background-color: #444444;
}
.scroll-style-12::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.scroll-style-12::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #D62929 -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}
/*
 *  STYLE 13
 */
.scroll-style-13::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  background-color: #CCCCCC;
}
.scroll-style-13::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}
.scroll-style-13::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #D62929 -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}
/*
 *  STYLE 14
 */
.scroll-style-14::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
  background-color: #CCCCCC;
}
.scroll-style-14::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.scroll-style-14::-webkit-scrollbar-thumb {
  background: #FFF -webkit-linear-gradient(90deg, #000000 0%, #000000 25%, transparent 100%, #000000 75%, transparent);
}
/*
 *  STYLE 15
 */
.scroll-style-15::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.scroll-style-15::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.scroll-style-15::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #FFF -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(0.6, #54DE5D));
}
/*
 *  STYLE 16
 */
.scroll-style-16::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}
.scroll-style-16::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.scroll-style-16::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #FFF -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
}
.checkbox {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: .75rem;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
.checkbox:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid #5a5a5a;
  transition: all 0.3s ease-in-out;
}
.checkbox:checked:before {
  height: 50%;
  transform: rotate(-45deg);
  border-top-style: none;
  border-right-style: none;
}
.checkbox:focus {
  outline: 0 !important;
  border: none !important;
}
.checkbox--red:checked:before {
  border-color: #f44336;
}
.checkbox--pink:checked:before {
  border-color: #e91e63;
}
.checkbox--purple:checked:before {
  border-color: #9c27b0;
}
.checkbox--deep-purple:checked:before {
  border-color: #673ab7;
}
.checkbox--indigo:checked:before {
  border-color: #3f51b5;
}
.checkbox--blue:checked:before {
  border-color: #2196f3;
}
.checkbox--light-blue:checked:before {
  border-color: #03a9f4;
}
.checkbox--cyan:checked:before {
  border-color: #00bcd4;
}
.checkbox--teal:checked:before {
  border-color: #009688;
}
.checkbox--green:checked:before {
  border-color: #4caf50;
}
.checkbox--light-green:checked:before {
  border-color: #8bc34a;
}
.checkbox--lime:checked:before {
  border-color: #cddc39;
}
.checkbox--yellow:checked:before {
  border-color: #ffeb3b;
}
.checkbox--amber:checked:before {
  border-color: #ffc107;
}
.checkbox--orange:checked:before {
  border-color: #ff9800;
}
.checkbox--deep-orange:checked:before {
  border-color: #ff5722;
}
.checkbox--blue-grey:checked:before {
  border-color: #607d8b;
}
/************************* RADIO Buttons ****************************/
/* Variables
 ------------------------------------------------------------- */
/* Animation from Animate.css
 ------------------------------------------------------------- */
@-webkit-keyframes cardEnter {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes cardEnter {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* Individual Controls
 ------------------------------------------------------------- */
input[type="radio"] {
  height: 1px;
  width: 1px;
  opacity: 0;
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
input[type="radio"] + label {
  font-size: 1rem;
  line-height: 25px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
input[type="radio"] + label:hover::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .5;
}
input[type="radio"] + label::before {
  content: '';
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin-right: 9px;
  border: 2px solid #5a5a5a;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="radio"] + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 10px;
  display: block;
  margin: 5px;
  background-color: #d5a000;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
input[type="radio"]:checked + label::before,
input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
input[type="radio"]:checked + label::before {
  border: 2px solid #d5a000;
}
input[type="radio"]:focus + label::before,
input[type="radio"]:focus + label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #d5a000;
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #59ebff;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}
.theme-box-shadow {
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}
.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.box-shadow {
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.5);
}
.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body {
  background: #fff no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inner-wrapper {
  position: relative;
  background: #fff no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inner-wrapper .inner-wrapper-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.inner-wrapper .inner-wrapper-content {
  position: relative;
  z-index: 5;
}
header#main-header {
  color: #fff;
  margin: 0;
  padding: 15px 0;
  position: relative;
  z-index: 10;
  background-color: #d5a000;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}
header#main-header nav.navbar {
  margin: 0 !important;
}
header#main-header .logo {
  font-family: 'Roboto';
  color: #fff;
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
}
#main-slider-container {
  position: relative;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}
#main-slider-container .slider-caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -50px;
  line-height: 50px;
  color: #fff;
}
#main-slider-container .slider-caption .slider-title {
  font-size: 50px;
  font-weight: 100;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
.inner-page-header {
  color: #d5a000;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}
.inner-page-header span {
  font-weight: 400;
}
.inner-page-header::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 10%;
  margin-left: -5%;
  height: 2px;
  background-color: #d5a000;
}
.swiper-pagination {
  bottom: -4px !important;
}
.banner {
  line-height: 100px;
  height: 100px;
  background-color: #6f5300;
  padding: 0 30px;
  color: #fff;
}
.banner *:not(a) {
  line-height: 100px;
}
.normal-size {
  font-size: 1rem;
}
.collapse-caret[data-toggle="collapse"] {
  position: relative;
  display: block;
  line-height: 30px;
}
.collapse-caret[data-toggle="collapse"]::after {
  content: '\e82c';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -15px;
}
.collapse-caret[data-toggle="collapse"].collapsed::after {
  content: '\e82e';
}
/*Box loader start*/
.wrapper-loading {
  position: relative;
}
.wrapper-loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.wrapper-loading::after {
  content: '\f110';
  font-family: 'FontAwesome';
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: -15px 0 0 -15px;
  z-index: 2;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/*Box loader end*/
.inner-page-cover {
  position: relative;
}
.inner-page-cover .inner-page-cover--content {
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.inner-page-cover .inner-page-cover--content .inner-page-cover--header {
  font-weight: 100;
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.inner-page-cover .inner-page-cover--content .theme-breadcrumb {
  background: none;
  padding: 0;
}
.inner-page-cover .inner-page-cover--content .theme-breadcrumb li {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
.inner-page-cover .inner-page-cover--content .theme-breadcrumb li a {
  color: #fff;
  font-weight: 400;
}
.inner-page-cover .inner-page-cover--content .theme-breadcrumb li.active {
  color: #fff;
}
.inner-page-cover .inner-page-cover--content .theme-breadcrumb li + li::before {
  content: '\f105';
  font-family: 'FontAwesome';
  color: #fff;
}
.inner-page-content--two-col-left {
  border-left: 1px solid #ccc;
  padding-left: 30px;
}
.inner-page-content--two-col-left .inner-page-content--header {
  color: #fff;
  font-size: 30px;
}
.content-container,
.product-details-wrapper {
  font-size: 17px;
  font-weight: 400;
}
.content-container strong,
.product-details-wrapper strong {
  font-weight: 600;
}
.content-container .content-header,
.product-details-wrapper .content-header {
  font-weight: 100;
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 75px 0;
}
.content-container p,
.product-details-wrapper p {
  font-size: 17px;
}
.content-container ul li,
.product-details-wrapper ul li {
  line-height: 35px;
}
.content-container table tr,
.product-details-wrapper table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.content-container table tr:first-child,
.product-details-wrapper table tr:first-child {
  background-color: #e6e6e6;
}
.content-container .products-list-wrapper .thumbnail img,
.product-details-wrapper .products-list-wrapper .thumbnail img {
  height: 170px !important;
}
.content-container .products-list-wrapper .thumbnail .caption,
.product-details-wrapper .products-list-wrapper .thumbnail .caption {
  text-align: center;
}
.content-container .products-list-wrapper .thumbnail .caption .caption-content,
.product-details-wrapper .products-list-wrapper .thumbnail .caption .caption-content {
  color: #d5a000;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content-container table,
.product-details-wrapper table {
  width: 100% !important;
}
.content-container table caption,
.product-details-wrapper table caption {
  text-align: center;
}
.content-container table tr td,
.product-details-wrapper table tr td {
  padding: 5px;
}
.contact-info-container ul li {
  line-height: 30px;
}
.theme-header-style {
  color: #fff;
  font-weight: 700;
}
.process-line-content > ol > li {
  padding-bottom: 25px;
}
.page-content {
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 100;
  color: #fff;
  padding: 15px;
}
.categories-tab-title {
  padding: 15px 30px;
}
.categories-tab-title li a {
  display: block;
  padding: 7.5px;
  font-size: 17px;
  font-weight: 100;
  color: #fff;
}
.categories-tab-title li.active a {
  font-weight: 700;
}
#contact-info-wrapper .contact-info-title {
  letter-spacing: 2px;
  text-transform: uppercase;
}
#contact-info-wrapper .contact-info-table {
  font-weight: 100;
  letter-spacing: 2px;
}
#contact-info-wrapper .contact-info-table tr th {
  font-weight: 100;
}
#contact-info-wrapper .contact-info-table a {
  color: #fff;
}
.languages-list-wrapper {
  text-align: center;
}
.languages-list-wrapper .languages-list {
  margin: 0;
  padding: 0;
}
.languages-list-wrapper .languages-list li a {
  font-weight: 100;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.content-container .page-content * {
  text-transform: capitalize;
}
.menu-collapser {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 48px;
  background-color: #d5a000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.menu-collapser a {
  color: #394465;
}
.collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  padding: 7px 10px;
  color: #ddd;
  font-size: 14px;
  text-align: center;
  background-color: #d5a000;
  border-radius: 2px;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.collapse-button:hover {
  color: #fff;
  background-color: #f9bb00;
}
.collapse-button:focus {
  color: #fff;
  background-color: #f9bb00;
}
.collapse-button .icon-bar {
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
  background-color: #F5F5F5;
  border-radius: 1px;
}
ul.main-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: table;
  text-align: justify;
}
ul.main-menu:before {
  content: '';
  display: table;
}
ul.main-menu:after {
  content: '';
  display: table;
  clear: both;
}
ul.main-menu > li {
  position: relative;
  display: table-cell;
}
ul.main-menu > li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #fff;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.main-menu > li ul li {
  background: #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
ul.main-menu > li ul li + li {
  border-top: 1px solid #fff;
}
ul.main-menu > li ul li a {
  display: block;
  padding: 10px;
}
ul.main-menu > li ul li:hover {
  background: #fff;
}
ul.main-menu > li ul li:hover a {
  color: #fff;
}
ul.main-menu > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
}
ul.main-menu > li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
}
ul.main-menu > li.logo-item {
  text-align: center;
}
ul.main-menu > li.logo-item a {
  padding-bottom: 5px;
}
ul.main-menu > li.logo-item a .logo-content {
  text-transform: uppercase;
  font-weight: 100;
  color: #394465;
  border-bottom: 1px solid #fff;
}
ul.main-menu > li.logo-item > ul.nav-categories {
  display: table !important;
  position: relative;
  background: transparent !important;
  border: none !important;
  text-align: justify;
  width: 71%;
  padding: 0;
  margin: auto;
}
ul.main-menu > li.logo-item > ul.nav-categories li {
  display: table-cell;
  text-align: center;
  background: transparent !important;
  border: none !important;
}
ul.main-menu > li.logo-item > ul.nav-categories li a {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
  font-size: 11px;
  padding: 3px 8px;
}
ul.main-menu > li > a {
  display: block;
  padding: 5px 30px 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
ul.main-menu > li > a:hover .menu-name::after {
  opacity: 1;
  width: 100%;
  left: 0;
}
ul.main-menu > li > a .menu-name {
  position: relative;
  display: inline-block;
}
ul.main-menu > li > a .menu-name::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 1px;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: width 0.3s, opacity 0.3s, left 0.3s;
  -moz-transition: width 0.3s, opacity 0.3s, left 0.3s;
  -ms-transform: width 0.3s, opacity 0.3s, left 0.3s;
  -o-transition: width 0.3s, opacity 0.3s, left 0.3s;
  transition: width 0.3s, opacity 0.3s, left 0.3s;
}
ul.main-menu > li .sub-toggle {
  display: none;
}
ul.main-menu.collapsed {
  position: absolute;
  top: 68px;
  left: 0;
  background-color: #d5a000;
  border: 1px solid #ffce3c;
}
ul.main-menu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul.main-menu.collapsed li > ul {
  position: static;
  display: none;
}
ul.main-menu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 30px;
  color: #fff;
}
ul.main-menu.collapsed li .sub-toggle {
  height: 40px;
}
@media only screen and (max-width: 767px) {
  ul.main-menu.collapsed > li ul {
    border: none;
    border-bottom: 1px solid #fff;
  }
  ul.main-menu.collapsed > li ul li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.075);
  }
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 220px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 220px;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -220px;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
#sidebar-wrapper {
  z-index: 1000;
  left: 220px;
  width: 0;
  height: 100%;
  margin-left: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #1a1a1a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#page-content-wrapper {
  width: 100%;
  padding-top: 70px;
}
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
}
.sidebar-nav li:first-child a {
  color: #fff;
  background-color: #d5a000;
}
.sidebar-nav li a {
  display: block;
  color: #ddd;
  text-decoration: none;
  padding: 10px 15px 10px 30px;
}
.sidebar-nav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav li a:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav li a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav li.open a:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav li.open a:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav li.open a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 20px;
  line-height: 44px;
}
.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #fff;
  box-shadow: none;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  position: fixed;
  top: 20px;
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-top {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #d5a000;
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #d5a000;
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #d5a000;
  bottom: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open .hamb-top {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #d5a000;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open .hamb-middle {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #d5a000;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #d5a000;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250, 250, 250, 0.8);
  z-index: 1;
}
.home-page-blocks .block-title {
  color: #d5a000;
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.home-page-blocks.welcome-block {
  text-align: center;
  width: 60%;
  margin: 0 auto 50px;
}
.home-page-blocks.welcome-block .block-content {
  text-align: center !important;
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
  font-family: 'Roboto';
}
.home-page-blocks.welcome-block .block-content * {
  text-align: center !important;
}
.home-page-blocks .home-products-widget-wrapper {
  margin-top: 75px;
}
.home-page-blocks .home-products-widget-wrapper [data-toggle="tab"] {
  display: block;
}
.home-page-blocks .home-products-widget-wrapper [data-toggle="tab"]:hover .name-wrapper .category-name {
  background-color: #314993;
}
.home-page-blocks .home-products-widget-wrapper .category-row {
  height: 200px;
  cursor: pointer;
}
.home-page-blocks .home-products-widget-wrapper .category-row .name-wrapper {
  position: relative;
}
.home-page-blocks .home-products-widget-wrapper .category-row .name-wrapper .category-name {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  background-color: #d5a000;
  line-height: 100px;
  width: 100%;
  display: block;
  position: absolute;
  margin: 0;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.home-page-blocks .home-products-widget-wrapper .category-row .name-wrapper .icon-wrapper {
  position: absolute;
  color: #fff;
  display: block;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 80px;
}
.home-page-blocks .home-products-widget-wrapper .category-row .name-wrapper.name-wrapper-even .category-name {
  top: 0;
}
.home-page-blocks .home-products-widget-wrapper .category-row .name-wrapper.name-wrapper-even .icon-wrapper {
  top: 100px;
}
.home-page-blocks .home-products-widget-wrapper .category-row .name-wrapper.name-wrapper-odd .category-name {
  top: 100px;
}
.home-page-blocks .home-products-widget-wrapper .category-row .name-wrapper.name-wrapper-odd .icon-wrapper {
  top: 0;
}
.home-page-blocks .home-products-widget-wrapper .categories-description-wrapper .category-description .category-content {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 15px;
  font-weight: 100;
  height: 180px;
  overflow-y: scroll;
  line-height: 27px;
}
.home-page-blocks .home-products-widget-wrapper .categories-description-wrapper .category-description .btn-more {
  display: block;
  background-color: rgba(213, 160, 0, 0.5);
  color: #fff;
  text-align: right;
  font-size: 17px;
  font-weight: 100;
  margin-top: 5px;
  padding: 7.5px;
}
.categories-menu ul.products-menu,
.categories-menu ul.products-menu li,
.categories-menu ul.products-menu li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.categories-menu ul.products-menu {
  color: #a6a6a6;
  list-style: none;
}
.categories-menu ul.products-menu li {
  position: relative;
}
.categories-menu ul.products-menu li.has-sub > a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 26px;
  top: 10px;
  z-index: 5;
  display: block;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.categories-menu ul.products-menu li.has-sub.open > a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.categories-menu ul.products-menu li a {
  border-bottom: 1px solid #ccc;
}
.categories-menu ul.products-menu li:last-child > a {
  border-bottom: none;
}
.categories-menu ul.products-menu ul {
  display: none;
  padding-left: 30px;
  border-bottom: 1px solid #ccc;
}
.categories-menu ul.products-menu ul ul li a {
  padding-left: 15px;
}
.categories-menu ul.products-menu > li {
  line-height: 50px;
}
.categories-menu ul.products-menu > li.active > ul {
  display: block;
}
.categories-menu ul.products-menu > li a {
  padding: 12px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #a6a6a6;
}
.categories-menu ul.products-menu > li a:hover {
  color: #d5a000;
}
footer {
  padding-top: 50px;
  background: transparent;
  color: #fff;
  font-weight: 100;
}
footer a {
  color: #fff;
}
footer .footer-container {
  padding: 10px 0;
  border-top: 1px solid #fff;
}
footer .footer-container .footer-logo {
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Roboto';
  text-align: center;
  margin-bottom: 30px;
}
footer .footer-container .footer-main-menu {
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 30px;
}
footer .footer-container .footer-main-menu li {
  border-bottom: 1px solid #fff;
  margin: 0 -2px;
  padding: 0 10px;
  line-height: 30px;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
footer .footer-container .footer-main-menu li:hover {
  border-color: #fff;
}
footer .footer-container .footer-main-menu li:hover a {
  color: #fff;
}
footer .footer-container .footer-social-media li {
  padding: 7px 3px;
}
footer .footer-container .footer-social-media li a {
  display: block;
  border: 2px solid #fff;
  padding: 2px 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
footer .footer-container .author-wrapper {
  font-size: 10px;
  text-align: center;
  line-height: 11px;
}
@media only screen and (max-width: 479px) {
  header#main-header {
    padding-bottom: 5px;
  }
  header#main-header .main-menu .logo-item {
    display: none !important;
  }
  .home-page-blocks .home-products-widget-wrapper {
    margin-top: 30px;
  }
  .home-page-blocks .home-products-widget-wrapper .category-row {
    height: 50px;
  }
  .home-page-blocks .home-products-widget-wrapper .category-row .name-wrapper .category-name {
    font-size: 12px;
    line-height: 50px;
  }
  .home-page-blocks .home-products-widget-wrapper .category-row .name-wrapper.name-wrapper-even .category-name {
    top: 0;
  }
  .home-page-blocks .home-products-widget-wrapper .category-row .name-wrapper.name-wrapper-even .icon-wrapper {
    display: none;
  }
  .home-page-blocks .home-products-widget-wrapper .category-row .name-wrapper.name-wrapper-odd .category-name {
    top: 0;
  }
  .home-page-blocks .home-products-widget-wrapper .category-row .name-wrapper.name-wrapper-odd .icon-wrapper {
    display: none;
  }
  .categories-tab-title {
    padding: 15px 0;
  }
  .categories-tab-title li a {
    padding: 3px;
  }
  #contact-info-wrapper .contact-info-table {
    font-size: 12px;
  }
  footer {
    text-align: center;
  }
  footer .footer-blocks .block-content {
    text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  header#main-header {
    padding-bottom: 5px;
  }
  header#main-header .main-menu .logo-item {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  ul.main-menu > li > a {
    padding: 5px 13px 22px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  ul.main-menu > li > a {
    padding: 5px 15px 22px;
    font-size: 16px;
  }
}
