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

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

h1, h2, h3, h4, h5, h6 {
  color: #575756;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #ef7d00;
}

h1 {
  font-weight: 300;
  font-size: 64px;
}

h2 {
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
}

h3 {
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
}
h3 span {
  display: block;
  font-size: 30px;
  color: #ef7d00;
}

h4 {
  font-weight: 300;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}

h5 {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
h5 span {
  display: block;
}

p {
  font-family: Arial;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  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;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

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

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

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}

.primary {
  color: #ef7d00;
}

@media (min-width: 768px) and (max-width: 979px) {
  h2 {
    font-size: 56px;
  }

  .grid_4 h2 {
    font-size: 36px;
  }

  h4 {
    font-size: 32px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 32px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
.stuck_container + h2 {
  margin-top: 203px;
}

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

* + .row{
  
margin-top: 25px;
}


* + .off1 {
  margin-top: 67px;
}

* + .off2 {
  margin-top: 40px;
}

* + .off3 {
  margin-top: 27px;
}

h2 + h5 {
  margin-top: 23px;
}

h2 + .row {
  margin-top: 46px;
}

h2 + .marked-list {
  margin-top: 68px;
}

h2 + img,
h2 + form {
  margin-top: 70px;
}

h2 + .index-list2,
h2 + .privacy,
h2 + .box,
h2 + p {
  margin-top: 63px;
}

h2 + blockquote {
  margin-top: 53px;
}

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

h3 + h5 {
  margin-top: 33px;
}

h4 + h5 {
  margin-top: 30px;
}

h5 + p {
  margin-top: 32px;
}

h5 + .btn_wr {
  margin-top: 104px;
}

h5 + .link {
  margin-top: 96px;
}

img + h5 {
  margin-top: 26px;
}

img + p {
  margin-top: 34px;
}

p + .marked-list,
.marked-list + p {
  margin-top: 31px;
}

blockquote + blockquote {
  margin-top: 44px;
}

address + dl {
  margin-top: 18px;
}

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

@media (max-width: 767px) {
  .stuck_container + h2 {
    margin-top: 80px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  position: relative;
  display: inline-block;
  padding-left: 154px;
  padding-top: 46px;
  padding-bottom: 50px;
}

.brand_name {
  display: inline-block;
  margin-left: -7px;
  overflow: hidden;
  font-weight: 300;
  font-size: 70px;
  line-height: 1;
  color: #fff;
}
.brand_slogan {
  margin-left: -4px;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  opacity: .5;
}
.brand a:hover {
  color: inherit;
}
@media (max-width: 767px) {
  .brand {
    padding-left: 0;
    padding-top: 40px;
  }
  .brand:before {
    position: static;
    display: block;
  }
}

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

.bg-secondary {
  background: #575756;
  color: #fff;
}
.bg-secondary .marked-list li:nth-child(even) a:after {
  background: #272a30;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
  color: #fff;
}
.bg-secondary .marked-list {
  color: #575756;
}

.bg-secondary2 {
  background: #f4f5f5;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-instagram {
  display: block;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  background: #575756;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-instagram:hover {
  background: #ef7d00;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fa-facebook,
  .fa-twitter,
  .fa-instagram {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}

/*==================    Buttons    ======================*/
.btn:hover {
  background: #ef7d00;
}
.btn:active {
  background: #217dbb;
}

.link {
  display: inline-block;
  width: 69px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  font-size: 27px;
  color: #fff;
  background: #ef7d00;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.link:hover {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3);
}
.link:active {
  background: #196090;
}

.link-lg {
  width: 146px;
  height: 146px;
  line-height: 146px;
  font-size: 33px;
}

.btn_wr {
  display: block;
}

.parallax .link:hover, .bg-secondary .link:hover, header .link:hover {
  background: #fff;
  color: #ef7d00;
}
.parallax .link:active, .bg-secondary .link:active, header .link:active {
  box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.5);
  color: #575756;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 767px) {
  .box_aside {
    float: none;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-top: 173px;
}

.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}
.index-list p {
  color: #ededed;
}
@media (max-width: 979px) {
  .index-list li {
    padding-top: 110px;
  }
  .index-list h3 {
    font-size: 38px;
  }
  .index-list h3 span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .index-list li {
    padding-top: 50px;
  }
  .index-list li:before {
    position: static;
    display: inline-block;
  }
  .index-list li h3 {
    margin-top: 30px;
  }
}

.index-list2 {
  counter-reset: li;
}
.index-list2 li {
  position: relative;
  padding-left: 100px;
}
.index-list2 li:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  background: #ef7d00;
}
.index-list2 li h5 + p {
  margin-top: 27px;
}
.index-list2 li + li {
  margin-top: 22px;
}
.index-list2 li.grid_1:nth-child(12n + 13),
.index-list2 li.grid_2:nth-child(6n + 7),
.index-list2 li.grid_3:nth-child(4n + 5),
.index-list2 li.grid_4:nth-child(3n + 4),
.index-list2 li.grid_6:nth-child(2n + 3) {
  clear: left;
}

.index-list2__mod1 li + li {
  margin-top: 0;
}
.index-list2__mod1 li:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .index-list2__mod1 li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*==================  Marked List  ======================*/
.marked-list {
  background: #f4f5f5;
}
.marked-list li {
  position: relative;
  padding-left: 59px;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  color: #575756;
}
.marked-list li a {
  position: relative;
  display: block;
  padding: 22px 22px 22px 32px;
  z-index: 3;
  background: #fafafa;
}
.marked-list li a:before {
  content: "";
  position: absolute;
  left: -59px;
  top: 50%;
  margin-top: -9px;
  width: 59px;
  height: 59px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  font-family: "FontAwesome";
  text-align: center;
  color: #fff;
  z-index: 1;
}
.marked-list li a:after {
  content: "";
  position: absolute;
  left: -59px;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 59px;
  background: #ef7d00;
  z-index: -1;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.marked-list li a:hover {
  color: #fff;
}
.marked-list li a:hover:before {
  color: #ef7d00;
}
.marked-list li a:hover:after {
  width: auto;
  left: 0;
  right: 0;
}
.marked-list li:nth-child(even) a {
  background: #f4f5f5;
}
.marked-list li:nth-child(even) a:after {
  background: #575756;
}
.marked-list li:nth-child(even) a:hover:before {
  color: #575756;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 16px;
}

/*==================      Post     ======================*/
.cnt-block {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 74px;
  padding-left: 61px;
  padding-right: 61px;
}
.cnt-block h5 + p {
  margin-top: 26px;
}
.cnt-block p + .link {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .cnt-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 479px) {
  .cnt-block {
    padding: 30px 10px;
  }
  .cnt-block h4 {
    font-size: 26px;
  }
}

.cnt-block2 {
  background: #fff;
}
@media (max-width: 1199px) {
  .cnt-block2 .box_aside {
    width: 100%;
    float: none;
  }
  .cnt-block2 .box_aside img {
    width: 100%;
  }
}

.cnt-block2 .box_cnt__no-flow {
  padding: 30px 30px 0;
  min-height: 251px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cnt-block2 .box_cnt__no-flow h5 {
  font-weight: 400;
}
@media (max-width: 1199px) {
  .cnt-block2 .box_cnt__no-flow br {
    display: none;
  }
}

.grid_4 .cnt-block p + .link {
  margin-top: 32px;
}

article {
  position: relative;
  padding-left: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article time {
  position: absolute;
  top: 4px;
  left: 0;
  text-align: center;
  font-weight: 300;
  color: #fff;
}
article time > span:first-child {
  display: block;
  width: 70px;
  padding-top: 26px;
  padding-bottom: 24px;
  font-size: 40px;
  background: #ef7d00;
}
article time > span:first-child span {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 15px;
}
article time > span:first-child + span {
  display: block;
  background: #575756;
  line-height: 49px;
  font-size: 15px;
}
article h5 span {
  line-height: 25px;
}
article h5 + p {
  margin-top: 20px;
}

/*==================      Quote    ======================*/
blockquote q {
  font-size: 14px;
  font-family: Arial;
  font-style: italic;
}
blockquote cite {
  display: block;
  font-size: 20px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #575756;
}
blockquote cite span {
  display: block;
  color: #ef7d00;
}
blockquote p + cite {
  margin-top: 25px;
}

/*==================    Subscribe   =====================*/
.subscribe {
  padding-top: 39px;
  padding-bottom: 38px;
  background: #2f353b;
}
.subscribe:before, .subscribe:after {
  display: table;
  content: "";
  line-height: 0;
}
.subscribe:after {
  clear: both;
}
.subscribe h5 {
  float: left;
  padding-top: 19px;
  color: #fff;
}
.subscribe h5:before {
  color: #ef7d00;
  font-size: 30px;
  margin-right: 17px;
}
.subscribe form {
  float: right;
}
@media (max-width: 979px) {
  .subscribe {
    text-align: center;
  }
  .subscribe h5, .subscribe form {
    float: none;
    display: inline-block;
  }
  .subscribe h5 + form {
    margin-top: 50px;
  }
}
@media (max-width: 479px) {
  .subscribe h5 {
    line-height: 26px;
  }
  .subscribe h5:before {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*==================     Privacy    =====================*/
.privacy dt {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #575756;
  text-transform: uppercase;
}
.privacy dd {
  font-family: Arial, sans-serif;
  font-weight: 300;
  line-height: 24px;
}
.privacy dt + dd {
  margin-top: 24px;
}
.privacy dd + dt {
  margin-top: 48px;
}
.privacy + a[href^="mailto:"] {
  margin-top: 7px;
  display: inline-block;
  color: #ef7d00;
  text-decoration: underline;
}
.privacy + a[href^="mailto:"]:hover {
  color: #575756;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  padding-top: 86px;
  padding-right: 54px;
}
.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 > li + li {
  margin-left: 33px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #ef7d00;
}
.sf-menu > li.active > a {
  color: #ef7d00;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 234px;
  margin-left: -117px;
  margin-top: 10px;
  padding: 38px;
  background: #ef7d00;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -4.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #ef7d00 transparent;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #575756;
}

.sf-menu ul ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 234px;
  margin-left: 58px;
  padding: 38px;
  background: #3a424c;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul ul:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 100%;
  left: auto;
  bottom: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 5px 4.5px 0;
  border-color: transparent #3a424c transparent transparent;
}

.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ef7d00;
}

@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: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #A5BFD2;
  background: #2f353b;
  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: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #313e4e;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #ef7d00;
  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: #2f353b;
  color: #A5BFD2;
}
.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: #24292e;
  color: #FFF;
  -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: #FFF;
  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: #FFF;
  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 {
  color: #fff;
}
.stuck_container .container {
  background: #575756;
}

.isStuck {
  background: #575756;
  z-index: 999;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}
.isStuck .brand {
  display: none;
}
.isStuck .nav {
  float: none;
}
.isStuck .sf-menu {
  padding: 26px 0;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 34px;
  line-height: 48px;
  color: #ef7d00;
  background: #fff;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3);
}
.toTop:hover {
  color: #fff;
  background: #ef7d00;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.parallax h1, .parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6 {
  color: #fff;
}
.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;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: url(../images/header-bg.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding-bottom: 21px;
  min-height: 400px;
}
header h1, header h2, header h3, header h4, header h5, header h6 {
  color: #fff;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
header .btn_wr {
  padding-bottom: 253px;
}
@media (max-width: 1199px) {
  header {
    text-align: center;
    background-attachment: scroll;
  }
  header .brand, header .nav {
    float: none;
  }
  header .brand {
    padding-left: 86px;
    text-align: left;
  }
  header .brand:before {
    width: auto;
    background: none;
    color: #ef7d00;
  }
  header .sf-menu {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 979px) {
  header h2 {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  header .btn_wr {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .banner_cnt_dollar {
    width: 75%;
    background-color: #80808088;
    margin: auto;
  }
  #indicator_this_week{
    margin-top: 5px;
  }
  #indicator_past_week{
    margin-top: 5px;
  }
}
@media (min-width: 768px) and (max-width: 995px){
  .banner_cnt_dollar {
    width: 35%;
    background-color: #80808088;
    margin: auto;
  }
  #indicator_this_week{
    margin-top: 5px;
  }
  #indicator_past_week{
    margin-top: 5px;
  }
}
@media (min-width: 996px) {
  .banner_cnt_dollar {
    width: 22%;
    background-color: #80808088;
    position: absolute;
    left: 41%;
    font-size: 110;
  }
  #indicator_this_week{
    margin-top: 8px;
  }
  #indicator_past_week{
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  header .container {
    width: 100%;
  }
  header .brand {
    text-align: center;
    padding-left: 0;
    padding-bottom: 30px;
  }
  header .brand_name {
    margin-left: 0;
    font-size: 56px;
  }
  header .brand:before {
    height: 56px;
    line-height: 30px;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}
main .year {
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 767px) {
  main .year {
    float: left;
  }
}
main .year + .box_cnt__no-flow {
  padding-left: 12px;
  font-family: Arial;
}
main address {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: #575756;
  text-transform: uppercase;
}
main address + dl {
  margin-top: 30px;
}
main address ~ dl dd,
main address ~ dl dt {
  display: inline-block;
}
main address ~ dl a[href^="callto:"]:hover {
  color: #ef7d00;
}
main address ~ dl a[href^="mailto:"] {
  color: #ef7d00;
  text-decoration: underline;
}
main address ~ dl a[href^="mailto:"]:hover {
  color: #575756;
}
main img {
  width: 100%;
}

/*==================      Well     ======================*/
.well {
  padding-top: 111px;
  padding-bottom: 111px;
}

.well1 {
  padding-top: 191px;
  padding-bottom: 200px;
}

.well2 {
  padding-top: 101px;
  padding-bottom: 111px;
}

.well3 {
  padding-top: 90px;
  padding-bottom: 94px;
}

.ins1 {
  padding-top: 0;
}

@media (max-width: 767px) {
  [class*="well"] {
    padding: 50px 0;
  }
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer .brand {
  padding-top: 10px;
  padding-left: 50px;
}

footer .row{
  margin-top: 30px;
}
footer  + section {
  padding-top: 150px;
  padding-bottom: 81px;
  background: #24292e;
}
footer .copyright {
  color: #424752;
}
footer .copyright span:first-child {
  text-transform: uppercase;
  color: #ef7d00;
  font-weight: 600;
}
footer .copyright a:hover {
  color: #ef7d00;
}
footer .copyright + .inline-list {
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer .inline-list li + li {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer .subscribe + section {
    padding-top: 70px;
  }
  footer .brand {
    padding-left: 0;
  }
  footer .brand:before {
    position: static;
    display: block;
  }
}

/*======================MISION=========================*/

