@charset "UTF-8";
@import url(animate.css);
@import url(https://fonts.googleapis.com/css?family=Krona+One);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
					  Main Styles
=========================================================*/
body {
  color: #8b8b8b;
  font: 400 14px/22px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

p .big, div .big, span .big {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}

h1 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  color: #3e3d44;
}
h1 .big {
  font-size: 48px;
  font-size: 3rem;
}
@media (min-width: 480px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  h1 .big {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.heading-1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 28px;
}

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}
h2.big {
  line-height: 1;
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 480px) {
  h2.big {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (min-width: 768px) {
  h2.big {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
h2 .big {
  color: #3e3d44;
  font-size: 50px;
  font-size: 3.125rem;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 0.9;
}
@media (min-width: 480px) {
  h2 .big {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.14;
  text-transform: uppercase;
  font-weight: 300;
  color: #3e3d44;
}
@media (min-width: 480px) {
  h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
h4 a {
  color: #90908f;
}
h4 a:hover {
  color: #000;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h5 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22;
  text-transform: uppercase;
}
h6.small {
  font-size: 14px;
  font-weight: 600;
}

.ubold {
  font-weight: 800;
}

.bold {
  font-weight: 700;
}

.sbold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.normal {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.secondary-2 {
  color: #000;
}

.secondary {
  color: #229bcb;
}

.primary {
  color: #f6d305 ;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}
p .fa:hover, .marked-list .fa:hover, .list .fa:hover {
  text-decoration: none;
  color: white;
}



time {
  display: block;
  color: #ff7248;
}

blockqoute {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  display: inline-block;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
 
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

.fa-linkedin {
  background-color: #90908f;
}

.fa-google-plus {
  background-color: #90908f;
}

.fa-facebook {
  background-color: #90908f;
}

.fa-rss {
  background-color: #90908f;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {

  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.slogan {
  line-height: 36px;
  text-transform: uppercase;
}
.slogan span {
  display: block;
}
.slogan h1 {
  line-height: inherit;
}
.slogan .big {
  font-weight: 700;
  color: #f6d305 ;
}
.slogan .big + * {
  margin-top: 16px;
}

.border-top {
  border-top: 1px dashed #cccccc;
}

.border-bottom {
  border-bottom: 1px dashed #cccccc;
}

.border-top-bottom {
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
}

.copyright-year {
  position: relative;
  margin-right: 26px;
}
.copyright-year:after {
  position: absolute;
  content: "";
  right: -13px;
  top: -4px;
  height: 29px;
  width: 1px;
  background-color: #dddddd;
}

/*=======================================================
                         Main Layout
  =========================================================*/
[class^="col-md"] + [class^="col-md"] {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  [class^="col-md"] + [class^="col-md"] {
    margin-top: 0;
  }
}

[class^="col-sm"] + [class^="col-sm"] {
  margin-top: 30px;
}
@media (min-width: 768px) {
  [class^="col-sm"] + [class^="col-sm"] {
    margin-top: 0;
  }
}

* + p {
  margin-top: 10px;
}

p + .row {
  margin-top: 36px;
}

* + .marked-list {
  margin-top: 21px;
}

.marked-list + * {
  margin-top: 24px;
}

.terms-list + * {
  margin-top: 20px;
}

h1 + * {
  margin-top: 20px;
}

h1 + img {
  margin-top: 20px;
}

img + * {
  margin-top: 13px;
}

.slogan + * {
  margin-top: 22px;
}

h3 + p {
  margin-top: 13px;
}

.box + .box {
  margin-top: 34px;
}

.box-sm + .box-sm {
  margin-top: 30px;
}

* + .link {
  margin-top: 12px;
}

* + .accordion {
  margin-top: 50px;
}

.thumb + * {
  margin-top: 28px;
}

footer * + .nav {
  margin-top: 37px;
}
footer * + .copyright {
  margin-top: 48px;
}

@media (min-width: 992px) {
  h1 + * {
    margin-top: 50px;
  }

  h1 + img {
    margin-top: 56px;
  }
}
.flow-offset-1 > * + * {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.flow-offset-2 > * + * {
  margin-top: 50px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Link     ======================*/
.link {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}
.link:after {
  position: relative;
  left: 6px;
  display: inline-block;
  content: "";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 0.7;
  width: 11px;
  height: 11px;
  color: #FFF;
  background-color: black;
  border-radius: 50%;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.link:hover {
  text-decoration: underline;
}

.link-secondary-2 {
  color: #000;
}
.link-secondary-2:after {
  background-color: #000;
}

.link-primary {
  color: #f6d305 ;
}
.link-primary:after {
  background-color: #f6d305 ;
}

/*==================     Brand     ======================*/
.rd-navbar-brand {
  display: inline-block;
  position: relative;
}
.rd-navbar-brand__name {
  text-transform: uppercase;
  font-family: "Krona One";
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}
.rd-navbar-brand__name span {
  color: #ffff91;
}
.rd-navbar-brand::after {
  position: absolute;
  display: inline-block;
  right: -66px;
  top: -11px;
  content: "";
  width: 47px;
  height: 46px;
   
}

/*==================     Contact info     ======================*/
.contact-info * + dl {
  margin-top: 16px;
}
.contact-info dl + dl {
  margin-top: 0;
}
.contact-info dt, .contact-info dd {
  display: inline-block;
}
.contact-info dt {
  min-width: 80px;
}
@media (min-width: 768px) {
  .contact-info dt {
    min-width: 80px;
  }
}
.contact-info dt:after {
  content: ":";
}
.contact-info dl:last-child dt {
  min-width: auto;
}
.contact-info a:hover {
  color: #229bcb;
}
.contact-info a[href^="mailto"] {
  color: white;
  text-decoration: underline;
}
.contact-info a[href^="mailto"]:hover {
  color: #229bcb;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #71d759;
}

.bg-gradient-secondary-sm {
  background: #f0fafe;
  background: -moz-linear-gradient(top, #effafe 0%, white 10%);
  background: -webkit-linear-gradient(top, #effafe 0%, white 10%);
  background: -o-linear-gradient(top, #effafe 0%, white 10%);
  background: -ms-linear-gradient(top, #effafe 0%, white 10%);
  background: linear-gradient(to bottom, #effafe 0%, white 10%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#effafe', endColorstr='#ffffff', GradientType=1 );
}

.bg-gradient-secondary {
  background: #f0fafe;
  background: -moz-linear-gradient(top, #d0d0d0 0%, white 100%);
  background: -webkit-linear-gradient(top, #d0d0d0 0%, white 100%);
  background: -o-linear-gradient(top, #d0d0d0 0%, white 100%);
  background: -ms-linear-gradient(top, #d0d0d0 0%, white 100%);
  background: linear-gradient(to bottom, #d0d0d0 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#ffffff', GradientType=1 );
}

.bg-gradient-secondary-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F7F7F7), color-stop(0.3, #fff));
  background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #fff 30%);
  background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #fff 30%);
  background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #fff 30%);
  background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #fff 30%);
  background-image: linear-gradient(to bottom, #F7F7F7 0%, #fff 30%);
}

/*================      Alignment     =================*/
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (max-width: 480px) {
  .xs-left {
    text-align: left;
  }

  .xs-center {
    text-align: center;
  }

  .xs-right {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .sm-left {
    text-align: left;
  }

  .sm-center {
    text-align: center;
  }

  .sm-right {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .md-left {
    text-align: left;
  }

  .md-center {
    text-align: center;
  }

  .md-right {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .lg-left {
    text-align: left;
  }

  .lg-center {
    text-align: center;
  }

  .lg-right {
    text-align: right;
  }
}
/*==================      Box      ======================*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}

.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}

.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}

.box .box_left {
  padding-right: 15px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }

  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    margin-top: 0;
  }

  .box-xs .box_left {
    padding-right: 22px;
    margin-bottom: 0;
  }

  .box-xs .box_right {
    padding-left: 20px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }

  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
.box-xs {
  text-align: center;
}
.box-xs .box_cnt {
  margin-top: 20px;
}

.box-sm {
  text-align: center;
}

.box-xs-2 {
  text-align: left;
}
.box-xs-2 .box_left {
  padding-right: 30px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }

  .box-sm {
    text-align: left;
  }

  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-sm .box_left {
    padding-right: 13px;
    margin-bottom: 0;
  }

  .box-sm .box_right {
    padding-left: 20px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }

  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
.box-sm .box_left {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }

  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
    line-height: 22px;
  }

  .box-md .box_left {
    padding-right: 30px;
    margin-bottom: 0;
  }

  .box-md .box_right {
    padding-left: 20px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }

  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }

  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-lg .box_left {
    padding-right: 13px;
  }

  .box-lg .box_right {
    padding-left: 20px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }

  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
.box-xs p {
  max-width: 400px;
}

.box-md .box_left {
  margin-bottom: 15px;
}

.box-sm .box_cnt {
  line-height: 22px;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icon-sm {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.icon-md {
  font-size: 24px;
  width: 53px;
  height: 53px;
  line-height: 53px;
}

.icon-lg {
  font-size: 47px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.icon-primary {
  background: #f6d305 ;
  color: white;
}
.icon-primary:hover {
  -webkit-box-shadow: 1px 1px 3px gray;
  -moz-box-shadow: 1px 1px 3px gray;
  box-shadow: 1px 1px 3px gray;
}

.icon-secondary {
  background: #229bcb;
  color: white;
}
.icon-secondary:hover {
  -webkit-box-shadow: 1px 1px 3px gray;
  -moz-box-shadow: 1px 1px 3px gray;
  box-shadow: 1px 1px 3px gray;
}

.icon-secondary-2 {
  background: #000;
  color: white;
}
.icon-secondary-2:hover {
  -webkit-box-shadow: 1px 1px 3px gray;
  -moz-box-shadow: 1px 1px 3px gray;
  box-shadow: 1px 1px 3px gray;
}

.icon-secondary-3 {
  background: #ffc101;
  color: white;
}
.icon-secondary-3:hover {
  -webkit-box-shadow: 1px 1px 3px gray;
  -moz-box-shadow: 1px 1px 3px gray;
  box-shadow: 1px 1px 3px gray;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: arial;
  font-weight: 700;
}

.btn-default {
  border: 2px solid transparent;
  color: #6f6f6f;
}
.btn-default:hover {
  color: #71d759;
}

.btn-secondary {
  border: 2px solid #000;
  background: #000;
  color: white;
}
.btn-secondary:hover {
  color: white;
  border: 2px solid #f6d305 ;
  background: #f6d305 ;
}

.btn-primary-2 {
  color: white;
  border: 2px solid #636363;
  background-color: #636363;
}
.btn-primary-2:hover {
  border: 2px solid #f6d305 ;
  background: #f6d305 ;
}

.btn-primary {
  border: 2px solid #90908f;
  background: #90908f;
  color: white;
}
.btn-primary:hover {
  color: #90908f;
  background-color: transparent;
}

.btn-md {
  font-size: 16px;
  padding: 10px 30px;
}
@media (min-width: 480px) {
  .btn-md {
    font-size: 24px;
    padding: 16px 30px;
    min-width: 245px;
  }
}

.btn-sm {
  font-size: 12px;
  padding: 10px 23px;
}

/*=================   Terms list   =====================*/
.terms-list {
  font-size: 14px;
  line-height: 22px;
}
.terms-list dt {
  font-weight: 600;
}
.terms-list dt + dd {
  margin-top: 10px;
}
.terms-list dd + dt {
  margin-top: 32px;
}

/* ==================    List    ====================== */
.list li {
  display: inline-block;
}
.list li + li {
  margin-left: 12px;
}
.list li a {
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.list li a:hover {
  -webkit-box-shadow: 1px 1px 3px gray;
  -moz-box-shadow: 1px 1px 3px gray;
  box-shadow: 1px 1px 3px gray;
}

/*================    Marked list     =================*/
.marked-list {
  list-style: none;
}
.marked-list li {
  position: relative;
  padding-left: 17px;
  line-height: 28px;
}
.marked-list li a:before {
  content: "";
  position: absolute;
  color: #71d759;
  left: 2px;
  top: -6px;
  font: 600 20px/40px "FontAwesome";
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.marked-list li a:hover {
  text-decoration: none;
  color: #71d759;
}
.marked-list li a:hover:before {
  left: 7px;
}

.marked-list-2 {
  list-style: none;
}
.marked-list-2 li {
  position: relative;
  padding-left: 25px;
  line-height: 28px;
}
.marked-list-2 li:before {
  content: '\f14a';
  position: absolute;
  color: #31b5e8;
  left: 2px;
  top: 0px;
  font: 600 15px/28px "FontAwesome";
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.marked-list-2 li:hover {
  text-decoration: none;
}

/* ==================    Inline List    ====================== */
@media (min-width: 1200px) {
  .inline-list li {
    max-width: 370px;
  }
}
.inline-list li a {
  line-height: 1.2;
}
.inline-list li a:hover {
  text-decoration: none;
}
.inline-list li + li {
  position: relative;
  margin-top: 20px;
}
.inline-list li + li:before {
  display: none;
}
@media (min-width: 1200px) {
  .inline-list li {
    display: inline-block;
  }
  .inline-list li + li {
    margin-left: 19px;
    margin-top: 0;
  }
  .inline-list li + li:before {
    display: block;
    content: "";
    width: 2px;
    height: 108px;
    left: -28px;
    top: -20px;
    position: absolute;
    background-color: #94e085;
    -moz-transform: rotateZ(33deg);
    -ms-transform: rotateZ(33deg);
    -o-transform: rotateZ(33deg);
    -webkit-transform: rotateZ(33deg);
    transform: rotateZ(33deg);
  }
}

/* ==================    Blog post    ====================== */
.blog-post__title {
  color: #f6d305 ;
  text-transform: uppercase;
  font-size:16px;
}
.blog-post__title + * {
  margin-top: 24px;
}
.blog-post img + * {
  margin-top: 25px;
}
.blog-post__descr {
  line-height: 22px;
}
.blog-post__descr + * {
  margin-top: 24px;
}

/* ==================    News post    ====================== */
.news-post {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-post img {
  min-width: 100%;
}
.news-post__meta {
  color: white;
  background-color: #31b5e8;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 13px 0 14px 34px;
}
.news-post__meta:before {
  position: relative;
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\f0a9";
  left: -12px;
}
.news-post__descr {
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 24px;
}
.news-post__descr p {
  line-height: 22px;
}
.news-post__descr * + .btn {
  margin-top: 24px;
}
.news-post:hover {
  -webkit-box-shadow: 3px 2px 5px lightgray;
  -moz-box-shadow: 3px 2px 5px lightgray;
  box-shadow: 3px 2px 5px lightgray;
}

/* ==================    Event post    ====================== */
.event-post [class^="event-post__meta"] {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
  padding-right: 0;
  border-bottom: 2px solid gray;
}
.event-post [class^="event-post__meta"] .date {
  font-size: 60px;
}

.event-post [class^="event-post__meta"] {
  padding-bottom: 10px;
}

.event-post .event-post__meta-secondary-2 {
  color: #f6d305 ;
  border-bottom-color: #f6d305 ;
}

.event-post .event-post__meta-secondary-3 {
  color: #90908f;
  border-bottom-color: #90908f;
}

@media (min-width: 768px) {
  .event-post [class^="event-post__meta"] {
    padding-right: 60px;
    border-right: 2px solid gray;
    border-bottom: none;
    padding-bottom: 0;
  }

  .event-post .event-post__meta-secondary-2 {
    border-right-color: #f6d305 ;
  }

  .event-post .event-post__meta-secondary-3 {
    border-right-color: #90908f;
  }
}
.event-post__body {
  padding-left: 0;
}
@media (min-width: 768px) {
  .event-post__body {
    padding-left: 40px;
  }
}
.event-post__title {
  color: #3a3a3a;
  font-weight: 600;
  margin-top: 10px;
}
.event-post__title + * {
  margin-top: 18px;
}
.event-post__descr {
  line-height: 22px;
}
.event-post__descr + * {
  margin-top: 6px;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu a {
  display: block;
  font-size: 12px;
}

.sform {
  text-align: right;
}

.sf-menu > li + li {
  margin-left: 26px;
}
.sf-menu > li > a {
  display: block;
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #f6d305 ;
}
.sf-menu > li.active > a {
  color: #f6d305 ;
}

.dropdown {
  position: relative;
}
.dropdown:before {
  position: absolute;
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #FFFF91;
  bottom: -15px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 40px;
  width: 350px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6d305 ;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 30px;
  color: #404040;
  background: #f6d305 ;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  position: relative;
  z-index: 999999;
  padding-left: 36px;
  color: #f6d305;
  background: #404040;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.sf-menu ul li {
  position: relative;
}
.sf-menu ul li ul {
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  position: absolute;
  left: 200px;
  top: 0px;
}
.sf-menu ul li ul li {
  min-width: 160px;
}

.sf-menu ul ul {
  background-color: #404040;
}
.sf-menu ul ul > li > a {
  color: #fff;
  background-color: #404040;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ffb900;
  background: #404040;
  box-shadow: none;
}

.sf-menu .dropdown-right:before {
  position: absolute;
  right: 16px;
  top: 17px;
  content: "\f054";
  font: 400 12px/12px "FontAwesome";
  color: #fff;
}











@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -26px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  -o-transform: translateY(-36px);
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #71d759;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  padding-top: 20px;
  background-color:#fff;
  text-align: center;
}
@media (min-width: 768px) {
  .stuck_container {
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .stuck_container {
    padding-top: 14px;
    padding-bottom: 0px;
    text-align: left;
  }
}

.isStuck {
  background:#fff;
  z-index: 999;
  box-shadow: 0px -15px 30px 2px #072029;
  padding-top: 7px;
  padding-bottom: 12px;
}



.isStuck li > a { color:#232323; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul ul {
  top: 0;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 53px;
  color: #000;
  background: white;
  border-radius: 50%;
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
@media (min-width: 420px) {
  .toTop {
    right: 40px;
    bottom: 40px;
  }
}
.toTop:hover {
  color: #fff;
  background: #232323;
  text-decoration: none;
  border-color: #232323;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  padding-top: 66px;
  padding-bottom: 87px;
}
@media (min-width: 998px) {
  .parallax_cnt {
    padding-top: 92px;
    padding-bottom: 125px;
  }
}
.parallax_cnt h2 + * {
  margin-top: 15px;
}
.parallax_cnt * + p {
  margin-top: 20px;
}
.parallax_cnt p {
  line-height: 24px;
}
.parallax_cnt * + .btn {
  margin-top: 33px;
}
.parallax_cnt p + * {
  margin-top: 7px;
}

.parallax-2 * {
  color: white;
}
.parallax-2 .parallax_cnt {
  position: relative;
  padding-top: 66px;
  padding-bottom: 60px;
}
@media (min-width: 998px) {
  .parallax-2 .parallax_cnt {
    padding-top: 92px;
    padding-bottom: 89px;
  }
}

.parallax-3 * {
  color: white;
}
.parallax-3 h2 + * {
  margin-top: 16px;
}
.parallax-3 * + .btn {
  margin-top: 27px;
}
.parallax-3 .parallax_cnt {
  position: relative;
  padding-top: 66px;
  padding-bottom: 60px;
}
@media (min-width: 998px) {
  .parallax-3 .parallax_cnt {
    padding-top: 89px;
    padding-bottom: 46px;
  }
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  opacity: 0;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  color: #fff;
  background: transparent;
  text-align: center;
}
.thumb_overlay img {
  position: absolute;
  width: auto;
  height: auto;
  left: 40%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.thumb:hover {
  -webkit-box-shadow: 1px 1px 3px gray;
  -moz-box-shadow: 1px 1px 3px gray;
  box-shadow: 1px 1px 3px gray;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
}
.thumb:hover .thumb_overlay img {
  top: 50%;
  left: 50%;
}

/*==================   Accordion    ======================*/
.accordion {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.accordion_header {
  background-color: #31b5e8;
  color: white;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-left: 46px;
  padding-right: 20px;
  border-bottom: 1px solid white;
}
.accordion_header:active {
  outline: none;
}

.accordion_cnt {
  font-size: 14px;
  line-height: 22px;
  padding: 12px 21px 44px;
  border-left: 1px solid #a8a8a8;
  border-right: 1px solid #a8a8a8;
}
.accordion_cnt:last-child {
  border-bottom: 1px solid #a8a8a8;
}

.ui-accordion-header {
  position: relative;
  cursor: pointer;
}
.ui-accordion-header:after {
  position: absolute;
  left: 22px;
  top: 14px;
  content: "\f055";
  color: white;
  font: 400 14px/20px "FontAwesome";
}
.ui-accordion-header-active:after {
  content: "\f056";
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background-position: 0px 954px;
  background-image: url(../images/page_1-img01.jpg);
}
header.big {
  background-position: 0 0;
  background-size: cover;
}
header.border-bottom {
  border-bottom: 16px solid #FFF;
}
header .rd-navbar-brand {
  
  margin-bottom: 0px;
  margin-left: 0px;
}
header .rd-navbar-brand__name {
  color: white;
}
header .slogan {
  word-break: break-all;
}
@media (min-width: 992px) {
  header .rd-navbar-brand {
    margin-left: 0px;
  }
  header .nav {
    float: right;
	margin-top:32px;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
header .well-lg {
  padding-top: 163px;
  padding-bottom: 126px;
}

.well {
  padding-top: 30px;
  padding-bottom: 28px;
}

.well-xs {
  padding-top: 32px;
  padding-bottom: 36px;
}

.well-sm {
  padding-top: 38px;
  padding-bottom: 42px;
}

.well-md {
  padding-top: 46px;
  padding-bottom: 50px;
}

.well-md-inset-1 {
  padding-top: 48px;
}

.well-lg {
  padding-top: 45px;
  padding-bottom: 50px;
}

.well-xl {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer.well-xs {
  padding-top: 32px;
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .well {
    padding-top: 40px;
    padding-bottom: 38px;
  }

  .well-xs {
    padding-top: 62px;
    padding-bottom: 52px;
  }

  .well-sm {
    padding-top: 67px;
    padding-bottom: 75px;
  }

  .well-md {
    padding-top: 40px;
    padding-bottom: 73px;
  }

  .well-md-inset-1 {
    padding-top: 92px;
  }

  .well-lg {
    padding-top: 75px;
    padding-bottom: 99px;
  }

  .well-xl {
    padding-top: 93px;
    padding-bottom: 99px;
  }

  footer.well-xs {
    padding-top: 40px;
    padding-bottom: 56px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  margin-top: 14px;
  text-align: center;
}
footer a:hover {
  color: #71d759;
}
footer .nav ul {
  text-align: center;
}
footer .nav ul:before, footer .nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .nav ul:after {
  clear: both;
}
footer .nav li {
  display: inline-block;
}
footer .nav li.active a, footer .nav li:hover a {
  color: #f6d305 ;
}
footer .nav li + li {
  margin-left: 10px;
}
footer .nav li a {
  font-size: 14px;
  color: #3f3f3f;
  font-weight: 400;
  text-transform: lowercase;
}
@media (min-width: 420px) {
  footer .nav ul li a {
    font-size: 18px;
  }
  footer .nav ul li + li {
    margin-left: 20px;
  }
}
@media (min-width: 520px) {
  footer .nav ul li + li {
    margin-left: 40px;
  }
}
