@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=Ubuntu:300,400,500,700);
@import url(fl-glypho.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #2b2d31;
  color: #333;
  font: 400 14px/29px "Ubuntu", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}

h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 38px;
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

h6 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

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

p {
  color: #888888;
  font-weight: 300;
}

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;
}

dt {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

dd {
  color: #888888;
  font-weight: 300;
  line-height: 23px;
}

dl + a[href^="mailto:"] {
  display: inline-block;
  margin-top: 30px;
  color: #f58b11;
  font-weight: 300;
  font-size: 18px;
}
dl + a[href^="mailto:"]:hover {
  text-decoration: underline;
}

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;
}

.list img {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.list a:hover img {
  -webkit-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}
.mg-add {
  margin-top: -6px;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 42px;
}

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

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

.icon + *,
.icon2 + * {
  margin-top: 26px;
}

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

* + .txt1 {
  margin-top: 5px;
}

h3 + h6 {
  margin-top: 18px;
}

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

h2 + img {
  margin-top: 43px;
}

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

h2 + dl,
dd + dt {
  margin-top: 36px;
}

dt + dd {
  margin-top: 5px;
}

p + .btn {
  margin-top: 34px;
}

.row + .btn {
  margin-top: 40px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  padding-left: 13px;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  color: #fff;
}
.brand:before {
  position: absolute;
  top: 2px;
  left: -5px;
  display: inline-block;
  font-size: 55px;
  color: #ef8b16;
}
.brand a:hover {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  .brand {
    margin-left: 20px;
  }
}

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

.bg-color {
  background: #e5e5e5;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus {
  position: relative;
  padding-left: 33px;
}
.fa-facebook:before,
.fa-twitter:before,
.fa-google-plus:before {
  position: absolute;
  top: -6px;
  left: 0;
}

.icon,
.icon2 {
  position: relative;
  display: inline-block;
 /* width: 143px;
  height: 143px;
  line-height: 143px;*/
  font-size: 65px;
  text-align: center;
  color: #fff;
  background: #f58b11;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon:before,
.icon2:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.icon ~ h5,
.icon2 ~ h5 {
  line-height: 25px;
}
.icon ~ p,
.icon2 ~ p {
  line-height: 23px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .icon,
  .icon2 {
    width: 114px;
    height: 114px;
    line-height: 114px;
  }
}

.icon2 {
  width: 167px;
  height: 167px;
  line-height: 167px;
  font-size: 60px;
  background: #f79912;
}

/*==================     Images    ======================*/
.img img {
  width: 100%;
}
.img span {
  position: relative;
  display: block;
  padding: 13px 13px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  background: transparent;
  z-index: 3;
  overflow: hidden;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.img span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e5e5e5;
  z-index: -2;
}
.img span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: #f58b11;
  z-index: -1;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.img:hover span {
  color: #fff;
  background: #f58b11;
}
.img:hover span:after {
  right: 0;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  width: 146px;
  padding: 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #2b2d31;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover {
  background: #f58b11;
}
.btn:active {
  background: #ca7009;
}

/*==================      Post      ======================*/
.post p {
  color: #2b2d31;
}

/*==================     Banner    ======================*/
.banner_wr {
  position: relative;
  min-height: 221px;
}

.banner {
  position: absolute;
  top: -107px;
}
.banner:before, .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner:after {
  clear: both;
}
.banner > li {
  width: 33.33333333%;
  padding: 33px 40px 0;
  float: left;
  color: #fff;
  background: #f58b11;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.banner > li:first-child {
  background: #eb7f0f;
}
.banner > li:last-child {
  background: #f79912;
}
.banner h3,
.banner h6 {
  text-transform: uppercase;
}
.banner p {
  line-height: 23px;
  color: #fff;
}
.banner .btn:hover {
  background: #fff;
  color: #f58b11;
}
@media (max-width: 1199px) {
  .banner {
    position: static;
  }
}
@media (max-width: 767px) {
  .banner > li {
    padding: 33px 40px;
    width: 100%;
  }
  .banner > li:first-child {
    margin-top: 33px;
  }
  .banner > li + li {
    margin-top: 33px;
  }
}

/*==================     Quote     ======================*/
blockquote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
blockquote p {
  line-height: 23px;
}
blockquote cite {
  display: block;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #f58b11;
}
blockquote cite strong {
  font-weight: 500;
}
blockquote img + p {
  margin-top: 26px;
}
blockquote p + cite {
  margin-top: 15px;
}

/*==================   Product list   ===================*/
.product-list li:nth-child(1) .icon {
  background: #e2770e;
}
.product-list li:nth-child(2) .icon {
  background: #eb7f0f;
}
.product-list li:nth-child(4) .icon {
  background: #f79912;
}
.product-list li:nth-child(5) .icon {
  background: #faa413;
}
.product-list li:nth-child(6) .icon {
  background: #fcaf14;
}
@media (max-width: 767px) {
  .product-list li + li[class*="grid_"] {
    margin-top: 60px;
  }
}

.product-list2 li:first-child figcaption {
  background: #eb7f0f;
}
.product-list2 li:last-child figcaption {
  background: #f79912;
}

.product-list3 li {
  padding: 32px 18px 41px 39px;
  background: #f58b11;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-list3 li * {
  color: #fff;
}
.product-list3 li h6 + p {
  margin-top: 16px;
}
.product-list3 li:first-child {
  background: #eb7f0f;
}
.product-list3 li:last-child {
  background: #f79912;
}
.product-list3 li .btn:hover {
  color: #f58b11;
  background: #fff;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  display: inline-block;
  width: 167px;
  height: 167px;
  line-height: 167px;
  font-size: 60px;
  color: #fff;
  background: #f79912;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.index-list li p {
  line-height: 23px;
}
.index-list li h5 {
  margin-top: 26px;
}
.index-list li h5 + p {
  margin-top: 0;
}
.index-list li p + .btn {
  margin-top: 40px;
}
.index-list li h5 a:hover {
  text-decoration: none;
  color: #f58b11;
}
.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;
}
@media (max-width: 767px) {
  .index-list li + [class*="grid_"] {
    margin-top: 60px;
  }
}

/*==================       Figure     ===================*/
figure img {
  width: 100%;
}

.figure figcaption {
  padding: 24px 38px 28px;
  color: #fff;
  background: #f58b11;
}
.figure figcaption p {
  color: #fff;
}
.figure figcaption * + .txt1 {
  margin-top: 14px;
}

.figure2 figcaption {
  padding: 11px 11px 21px;
  background: #d2d2d3;
}

/*==================       Article     ===================*/
article span {
  font-size: 36px;
  font-weight: 700;
  color: #f79912;
}
article span + h5 {
  margin-top: 24px;
}
@media (max-width: 767px) {
  article[class*="grid_"] + article[class*="grid_"] {
    margin-top: 60px;
  }
}

/*==================       Texts      ===================*/
.txt1 {
  line-height: 23px;
}

/*========================   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 > li + li {
  margin-left: 0;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  padding: 32px 19px 33px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFF;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #f58b11;
  background: #36383c;
}
.sf-menu > li.active > a {
  color: #f58b11;
  background: #36383c;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 244px;
  background: #36383c;
  z-index: 999999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  padding: 10px 41px;
  font-size: 14px;
  font-weight: 300;
  color: #9097a3;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #f58b11;
}
.sf-menu ul > li + li {
  border-top: 1px solid #484a4d;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 244px;
  margin-top: 0;
  padding: 0;
  background: #2b2d31;
  z-index: 4;
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 19px;
  top: 0;
  margin-left: -6px;
  content: "";
  font: 400 16px/50px "FontAwesome";
  color: #f58b11;
}

@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu li a {
    padding: 32px 12px 33px;
    font-size: 16px;
  }
}
@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: 0;
  width: 240px;
  padding: 20px 0;
  color: #A5BFD2;
  background: #1f2123;
  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: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #f58b11;
  color: #FFF;
}
.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: #1f2123;
  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:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@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  ======================*/
.isStuck {
  background: #37393f;
  z-index: 999;
}
.isStuck .sf-menu > li > a {
  padding: 19px;
}
.isStuck .brand {
  margin-top: 14px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 34px;
  line-height: 48px;
  color: #f58b11;
  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: #f58b11;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax h2,
.parallax h5,
.parallax h6,
.parallax p {
  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;
}
.parallax h2 + h6 {
  margin-top: 16px;
}
.parallax h2 + p {
  margin-top: 18px;
}
.parallax h6 + p {
  margin-top: 16px;
}
.parallax .btn {
  background: #f79912;
}
.parallax .btn:hover {
  color: #f58b11;
  background: #fff;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #2b2d31;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
    padding-bottom: 24px;
  }
  header .brand, header .nav {
    float: none;
  }
}

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

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

.well1 {
  padding-top: 50px;
  padding-bottom: 68px;
}

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

.well3 {
  padding-top: 154px;
  padding-bottom: 162px;
}

.well4 {
  padding-top: 171px;
  padding-bottom: 180px;
}

.ins1 {
  padding-bottom: 50px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  font-weight: 300;
  color: #9097a3;
  background: #2b2d31;
}
footer h5 {
  color: #fff;
}
footer a:hover {
  color: #f58b11;
}
footer dt,
footer dd {
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
  line-height: 29px;
  text-transform: none;
  color: #9097a3;
  display: inline-block;
}
footer h5 + * {
  margin-top: 14px;
}
footer * + h5 {
  margin-top: 35px;
}

.copyright {
  font-weight: 300;
  padding: 8px 0 12px;
  background: #26282c;
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}
