@charset "UTF-8";
@import url(animate.css);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #353332;
  color: #676767;
  font: 400 16px/26px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Fjalla One', sans-serif; }

h1 {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase; }
  h1 span {
    display: block;
    font-size: 60px;
    line-height: 60px; }

h2 {
  font-size: 45px;
  line-height: 48px;
  color: #e4b701; }
  @media (max-width: 979px) {
    h2 {
      font-size: 40px; } }

h3 {
  font-size: 40px;
  line-height: 48px;
  color: #2e2b2a; }
  @media (max-width: 979px) {
    h3 {
      font-size: 36px;
      line-height: 48px; } }

h4 {
  font-size: 30px;
  line-height: 48px;
  color: #b1b1b1; }

h5 {
  font-size: 26px;
  line-height: 36px;
  color: #00a924; }

h6 {
  font-size: 24px;
  line-height: 36px;
  color: #00a924; }
  
h7 {
  font-size: 16px;
  line-height: 36px;
  color: #00a924; }
  
h8 {
  font-size: 16px;
  line-height: 10px;
  color: #b50b0b; }

h3 a:hover, h4 a:hover {
  color: #00a924; }

h2 a:hover, h5 a:hover, h6 a:hover {
  color: #676767; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

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; }

.container {
  position: relative; }

/*=======================================================
                       Main Layout
=========================================================*/
h2 + * {
  margin-top: 75px; }

h2 + h4 {
  margin-top: 10px; }

h4 + * {
  margin-top: 40px; }

h4 + h2 {
  margin-top: 5px; }

h5 + * {
  margin-top: 40px; }

h3 + h4 {
  margin-top: 5px; }

h6 + * {
  margin-top: 20px; }

.row + .row {
  margin-top: 30px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
  background: #e4b701;
  padding: 55px 50px 35px 45px; }
  .brand_name {
    overflow: hidden; }
  .brand img {
    position: absolute;
    top: 37px;
    right: 50px; }
  @media (max-width: 979px) {
    .brand {
      padding: 25px 20px 15px 25px; }
      .brand_name {
        font-size: 20px;
        line-height: 30px; }
        .brand_name span {
          font-size: 40px;
          line-height: 40px; }
      .brand img {
        position: absolute;
        top: 20px;
        right: 10px;
        width: 40px; } }

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #eeeeee; }

.bg2 {
  background: #eeeeee url(../images/bg2.jpg) no-repeat bottom center; }
  @media (max-width: 767px) {
    .bg2 {
      background: #edecec; } }

.bg3 {
  background: #fff url(../images/bg3.jpg) no-repeat bottom center; }
  @media (max-width: 767px) {
    .bg3 {
      background: #fff; } }

.bg4 {
  background: #edecec url(../images/bg4.jpg) no-repeat top center; }
  @media (max-width: 767px) {
    .bg4 {
      background: #edecec; } }

.bg5 {
  background: #eeeeee url(../images/bg5.jpg) no-repeat bottom center; }
  @media (max-width: 767px) {
    .bg5 {
      background: #eeeeee; } }

.bg6 {
  background: #fff url(../images/bg6.jpg) no-repeat bottom center; }
  @media (max-width: 767px) {
    .bg6 {
      background: #fff; } }

.bg-primary {
  background: #00a924 !important;
  color: #fff; }
  .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
    color: #fff; }

/*==================     Icons     ======================*/
.fl-chapps {
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #454545; }

/*==================    Buttons    ======================*/
.btn, .btn2, .btn3 {
  display: inline-block;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px; }

.btn {
  border-radius: 2px;
  background: #00a924;
  padding: 12px 25px; }
  .btn:hover {
    background: #393939; }
  .btn:active {
    background: #202020; }
  * + .btn {
    margin-top: 25px; }

.btn2 {
  background: #00a924;
  display: block;
  padding: 7px 0;
  font-size: 20px; }
  .btn2:hover {
    color: #393939 !important; }

.btn3 {
  background: #393939;
  padding: 16px 70px;
  border: 1px solid #393939; }
  .btn3:hover {
    background: #fff;
    color: #393939; }
  .btn3:active {
    background: #e6e6e6; }
  * + .btn3 {
    margin-top: 35px; }

/*==================      Box      ======================*/
.box {
  background: #fff;
  text-align: center;
  padding-bottom: 35px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 24px; }
  .box_cnt {
    padding: 55px 25px 35px; }
  .box .fl-chapps + * {
    margin-top: 40px; }
  .box:hover {
    background: #00a924;
    color: #fff; }
    .box:hover h5, .box:hover .fl-chapps {
      color: #fff; }
    .box:hover .btn2 {
      background: #fff;
      color: #00a924; }
  .box.bg-primary {
    background: #00a924; }
    .box.bg-primary h5, .box.bg-primary .fl-chapps {
      color: #fff; }
    .box.bg-primary .btn2 {
      background: #fff;
      color: #00a924; }

.box2 {
  position: relative; }
  .box2 img {
    width: 100%; }
  .box2 .over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .lt-ie9 .box2 .over {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
    .box2 .over:hover {
      opacity: 1;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .lt-ie9 .box2 .over:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=100); }
  .box2_cnt {
    padding: 90px 60px 75px; }
    @media (max-width: 1199px) {
      .box2_cnt {
        padding: 40px 30px; } }
  .box2 + * {
    margin-top: 40px; }

.box3 {
  padding: 35px 50px 40px;
  border: 1px solid #fff; }
  .box3:before, .box3:after {
    display: table;
    content: "";
    line-height: 0; }
  .box3:after {
    clear: both; }
  .box3_right {
    text-align: right; }
    .box3_right .box3_aside {
      float: right;
      margin-left: 40px; }
  .box3_left {
    text-align: left; }
    .box3_left .box3_aside {
      float: left;
      margin-right: 40px; }
  .box3_aside {
    padding-top: 15px; }
  .box3 time {
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase; }
    .box3 time span {
      display: block;
      font-size: 60px;
      line-height: 60px; }
  .box3_cnt__no-flow {
    overflow: hidden; }
  @media (max-width: 979px) {
    .box3 {
      padding: 30px; } }
  @media (max-width: 479px) {
    .box3 {
      text-align: left; }
      .box3 .box3_aside {
        float: none;
        margin: 0 0 20px; } }

.box4 {
  background: #fff;
  text-align: left; }
  .box4_cnt {
    padding: 40px 15px 40px; }
  .box4_cnt2 {
    padding: 40px 30px 40px; }
  .box4 h5 + * {
    margin-top: 20px; }
  .box4 img {
    width: 100%; }
	
.box5 {
  background: #fff;
  text-align: left; }
  .box5_cnt {
    padding: 40px 15px 40px; }
  .box5_cnt2 {
    padding: 40px 30px 40px; }
  .box5 h5 + * {
    margin-top: 20px; }
  .box5 img {
    width: 100%; }

/*==================      Lists      ======================*/
.social-list li {
  display: inline-block; }
  .social-list li a {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 22px; }
    .social-list li a:hover {
      color: #00a924; }
  .social-list li + li {
    margin-left: 27px; }

.index-list {
  counter-reset: li; }
  .index-list li {
    position: relative;
    padding-left: 70px; }
    .index-list li:before {
      content: counter(li);
      counter-increment: li;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background: #00a924;
      color: #fff;
      font-size: 24px;
      line-height: 55px;
      font-family: 'Fjalla One', sans-serif;
      text-align: center; }
    .index-list li + li {
      margin-top: 35px; }
  * + .index-list {
    margin-top: 75px; }

.index-list2 {
  counter-reset: num; }
  .index-list2 .num {
    line-height: 80px;
    vertical-align: baseline; }
    .index-list2 .num:before {
      content: counter(num,decimal-leading-zero) ".";
      counter-increment: num;
      display: inline-block;
      margin-right: 10px;
      position: relative;
      font-family: 'Fjalla One', sans-serif;
      font-size: 48px;
      line-height: 100px;
      border-top: 6px solid #00a924;
      color: #00a924; }
    .index-list2 .num h3 {
      display: inline-block;
      vertical-align: baseline; }
      @media (max-width: 979px) {
        .index-list2 .num h3 {
          display: block;
          padding-bottom: 10px; } }
  @media (max-width: 979px) and (min-width: 768px) {
    .index-list2 .num {
      line-height: 50px; }
      .index-list2 .num:before {
        font-size: 34px;
        line-height: 50px; }
    .index-list2 h5 {
      font-size: 24px;
      line-height: 30px; } }
  .index-list2 .row + .row {
    margin-top: 75px; }
  * + .index-list2 {
    margin-top: 75px; }
  .index-list2 .bg-primary .num:before {
    color: #fff;
    border-color: #fff; }

.index-list3 {
  counter-reset: num; }
  .index-list3 .num:before {
    content: counter(num,decimal-leading-zero);
    counter-increment: num;
    display: inline-block;
    font-family: 'Fjalla One', sans-serif;
    font-size: 60px;
    line-height: 60px; }
  .index-list3 .row + .row {
    margin-top: 33px; }

.marked-list li {
  position: relative;
  padding-left: 22px; }
  .marked-list li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00a924; }
  .marked-list li + li {
    margin-top: 10px; }
* + .marked-list {
  margin-top: 40px; }

.list {
  text-align: left; }
  .list .title {
    position: relative;
    overflow: hidden;
    padding-right: 35px;
    color: #353332;
    font-family: 'Fjalla One', sans-serif; }
    .list .title:before, .list .title:after {
      display: table;
      content: "";
      line-height: 0; }
    .list .title:after {
      clear: both; }
    .list .title_right {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #fff; }
    .list .title_left {
      position: relative;
      background: #fff;
      padding-right: 3px; }
    .list .title .dots {
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      z-index: 0; }
    .list .title + * {
      margin-top: 9px; }
  .list li + li {
    margin-top: 18px; }
  * + .list {
    margin-top: 25px; }

.list.bg .title_right, .list.bg .title_left {
  background: #eeeeee; }

/*==================      Blockquote      ======================*/
.quote {
  background: #fff;
  padding: 40px 53px 55px; }
  .quote_text:before {
    content: '"';
    font-family: 'Fjalla One', sans-serif;
    font-size: 45px;
    line-height: 26px;
    display: inline-block;
    padding-right: 5px;
    color: #00a924;
    vertical-align: top;
    position: relative;
    top: 5px; }

/*========================   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: 37px; }
  .sf-menu a {
    display: block;
    font-family: 'Fjalla One', sans-serif; }

.sf-menu > li > a {
  color: #505050;
  font-size: 18px;
  line-height: 26px; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #00a924; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  margin-top: 40px;
  padding: 25px 20px 20px;
  background: repeat url(../images/bg-menu1.jpg);
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center; }

.sf-menu ul > li {
  position: relative; }
  .sf-menu ul > li + li {
    margin-top: 5px; }
  .sf-menu ul > li > a {
    color: #adadad;
    font-size: 15px;
    line-height: 32px; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #FFF; }

.sf-menu ul ul {
  top: -15px;
  left: 100%;
  margin-left: 20px;
  margin-top: 0 !important;
  z-index: 4;
  background: repeat url(../images/bg-menu2.jpg);
  text-align: left;
  padding: 15px 20px; }

.sf-menu ul ul > li > a {
  color: #9d9d9d;
  font-size: 15px;
  line-height: 32px; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -6px;
    content: "▼";
    font: 400 12px/12px "FontAwesome"; }

.sf-menu > li > ul:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -15px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #2e2e2e;
  margin-left: -8px; }

.sf-menu ul ul:before {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  top: 23px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right-color: #5d5d5d; }

@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: #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: 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: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #00a924;
      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  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #00a924; }
  .isStuck .nav {
    padding-top: 20px;
    padding-bottom: 24px; }
  .isStuck .brand {
    padding: 10px 20px 5px 25px; }
    .isStuck .brand_name {
      font-size: 20px;
      line-height: 26px; }
      .isStuck .brand_name span {
        font-size: 30px;
        line-height: 30px; }
    .isStuck .brand img {
      position: absolute;
      top: 4px;
      right: 20px;
      width: 34px; }
  .isStuck .sf-menu > li ul {
    margin-top: 24px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 55px;
  height: 55px;
  font-size: 28px;
  line-height: 52px;
  color: #fff;
  background: #00a924;
  border: 1px solid #fff;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #b1b1b1;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================   Thumbnail    ======================*/
.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;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent; }
    .thumb_overlay:before {
      content: "↔";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 30px "FontAwesome";
      line-height: 30px;
      margin-top: -15px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/*==================  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;
    color: #fff; }
    .parallax_cnt h2, .parallax_cnt h3, .parallax_cnt h4, .parallax_cnt h5, .parallax_cnt h6 {
      color: #fff; }
    .parallax_cnt .num:before {
      color: #fff;
      border-color: #fff; }
  .parallax_1 {
    padding-top: 70px;
    padding-bottom: 70px; }
  .parallax_2 {
    padding-top: 95px;
    padding-bottom: 95px; }
  .parallax_3 {
    padding-top: 120px;
    padding-bottom: 125px; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #fff; }
  header .brand {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
    @media (max-width: 979px) {
      header .brand {
        position: relative;
        text-align: left;
        float: left; } }
  header .nav {
    float: right;
    padding-top: 45px;
    padding-bottom: 40px;
    padding-right: 15px; }
  @media (max-width: 767px) {
    header {
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px; }
      header .nav {
        float: none;
        padding: 0; }
      header .brand {
        float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.mt1, .row.mt1 {
  margin-top: 75px; }

.row.mt2 {
  margin-top: 40px; }

.mt3 {
  margin-top: 45px; }

.mt4 {
  margin-top: 25px; }

.mt5 {
  margin-top: 4px; }

.mt6 {
  margin-top: 60px; }

.shadow {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5); }

.policy-link {
  color: #00a924; }

/*==================      Well     ======================*/
.well1 {
  padding-top: 85px;
  padding-bottom: 115px; }

.well2 {
  padding-top: 105px;
  padding-bottom: 150px; }

.well3 {
  padding-top: 165px;
  padding-bottom: 100px; }

.well4 {
  padding-top: 115px;
  padding-bottom: 85px; }

.well5 {
  padding-top: 110px;
  padding-bottom: 125px; }

.well6 {
  padding-top: 120px;
  padding-bottom: 115px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #353332; }
  footer .footer-wrap {
    padding-top: 30px;
    padding-bottom: 25px;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase; }
  footer .copy {
    margin-top: 10px;
    text-align: right; }
  footer .social-list {
    margin-top: 10px;
    text-align: center; }
  @media (max-width: 767px) {
    footer .copy, footer .social-list {
      text-align: left; } }