@import url(/css/animate.css);
@import url(/css/beach-icons.css);
/* @import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css); */
@import url(//fonts.googleapis.com/css?family=Righteous|Roboto:400,300,100,500);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #fff;
  font: 300 14px/20px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

h1 {
  font-size: 140px;
  line-height: 148px;
  letter-spacing: -9px;
  font-weight: 400;
  font-family: "Righteous", cursive;
}

h2 {
  font-size: 120px;
  line-height: 130px;
  letter-spacing: 4px;
  font-weight: 400;
  font-family: "Righteous", cursive;
}

h3 {
  font-size: 60px;
  line-height: 63px;
  letter-spacing: 1.2px;
}

h4 {
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h5 {
  font-size: 30px;
  line-height: 33px;
}

h6 {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.44px;
}
h6 a:hover {
  color: #ffbf2e;
}

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;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.22px;
  color: #616063;
  font-weight: 400;
}

p {
  letter-spacing: 0.28px;
}

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

hr {
  margin: 0;
  border: none;
  width: 100%;
  height: 1px;
  background: #4b4c4c;
}

hr.bg-primary {
  width: 65px;
  height: 2px;
  background: #ffbf2e;
}

.center {
  text-align: center;
}

.primary-color {
  color: #ffbf2e;
}

.secondary-color {
  color: #adadb1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

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

@media (max-width: 991px) {
  h2 {
    font-size: 110px;
    line-height: 120px;
  }
}
@media (max-width: 767px) {
  .clr {
    clear: left;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 45px;
    line-height: 55px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + h6 {
  margin-top: 75px;
}

* + hr {
  margin-top: 4px;
}

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

* + hr.bg-primary {
  margin-top: 76px;
}

* + .btn3 {
  margin-top: 49px;
}

* + .owl-carousel {
  margin-top: 105px;
}

* + .owl-carousel2 {
  margin-top: 114px;
}

* + time {
  margin-top: 15px;
}

* + h4 {
  margin-top: 47px;
}

* + .btn {
  margin-top: 33px;
}

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

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

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

.owl-carousel + hr {
  margin-top: 153px;
}

time + h6 {
  margin-top: 7px;
}

p + .off {
  margin-top: 45px;
}

.row + hr,
.mailform + hr,
.terms-list + hr {
  margin-top: 164px;
}

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

.row + .off {
  margin-top: 150px;
}

.row + .row {
  margin-top: 94px;
}

.row + .off2 {
  margin-top: 32px;
}

img + h6 {
  margin-top: 33px;
}

@media (max-width: 767px) {
  .resp-off {
    margin-top: 30px;
  }

  .row + .row {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .resp-off_479 {
    margin-top: 30px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*=================     Article    ======================*/
article.news p {
  padding: 0 40px;
}

@media (max-width: 767px) {
  article .center img, article img {
    width: 100%;
  }
}

article .banner {
  padding: 0 20px;
}
article .banner time {
  float: left;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 100;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
article .banner .inline-list {
  float: right;
}
article .banner .inline-list li a {
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
}
article .banner .inline-list li a:before {
  margin-right: 5px;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
article .banner .inline-list li + li {
  margin-left: 5px;
}
article .banner + p {
  margin-top: 3px;
  padding: 0 20px;
}

article:hover .banner time {
  color: #ffbf2e;
}
article:hover .banner .inline-list li a {
  color: #ffbf2e;
}
article:hover .banner .inline-list li a:hover {
  color: #fff;
}
article:hover .banner .inline-list li a:hover:before {
  color: #fff;
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: absolute;
  top: 42.5%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.brand_name {
  margin-top: -13px;
}
.brand:before {
  display: inline-block;
  font-size: 175px;
  line-height: 217px;
  height: 217px;
  width: 217px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.lt-ie9 .brand:before {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AFFFFFF', endColorstr='#1AFFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AFFFFFF', endColorstr='#1AFFFFFF');
  zoom: 1;
}
.brand_slogan {
  margin-top: 18px;
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.brand .btn {
  margin-top: 36px;
  background: #fff;
  color: #222323;
}
.brand .btn:hover {
  background: #ffbf2e;
  color: #fff;
}
.brand .btn:active {
  background: #faad00;
}
@media (max-width: 1750px) {
  .brand {
    top: 46.5%;
  }
  .brand_name {
    font-size: 200px;
    line-height: 150px;
  }
}
@media (max-width: 1470px) {
  .brand_name {
    font-size: 160px;
    line-height: 168px;
  }
  .brand_slogan {
    font-size: 20px;
    line-height: 0;
  }
  .brand:before {
    font-size: 125px;
    line-height: 157px;
    height: 157px;
    width: 157px;
  }
}
@media (max-width: 1199px) {
  .brand_name {
    letter-spacing: -2px;
  }
}
@media (max-width: 991px) {
  .brand .btn {
    display: none;
  }
  .brand .brand_name {
    font-size: 140px;
    line-height: 148px;
  }
}
@media (max-width: 767px) {
  .brand {
    top: 58.5%;
  }
  .brand_name {
    font-size: 140px;
    line-height: 110px;
  }
  .brand_slogan {
    font-size: 17px;
    line-height: 35px;
  }
}
@media (max-width: 479px) {
  .brand .brand_name {
    font-size: 110px;
    line-height: 80px;
    letter-spacing: 1px;
  }
  .brand .brand_slogan {
    font-size: 13px;
    line-height: 35px;
  }
}

/*================  Terms List  ======================*/
.terms-list dt {
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
}
.terms-list dd {
  font-size: 14px;
  line-height: 20px;
  color: #adadb1;
}
.terms-list * + dd {
  margin-top: 14px;
}
.terms-list * + dt {
  margin-top: 39px;
}
.terms-list dd > a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 25px;
}
.terms-list dd > a:hover {
  color: #ffbf2e;
  text-decoration: underline;
}

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

/*================= Fixed Backgrounds ====================*/
.bg1 {
  /*background: url("/images/bg1.jpg") fixed no-repeat;*/
  background: url("/images/WillowPtarmigan.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg1 .btn {
  padding: 18px 66px;
}

.bg2 {
  background: url("/images/bg2.png") fixed #222323;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg3 {
  background: url("/images/bg3.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg4 {
  background: url("/images/bg4.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg5 {
  background: url("/images/bg5.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg6 {
  background: url("/images/bg6.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bgBird1 {
  background: url("/images/Spruce Grouse in Forest.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bgBird2 {
  background: url("/images/bird (2).jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bgBird3 {
  background: url("/images/bird (3).jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bgBird3 {
  background: url("/images/bird (3).jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bgBird4 {
  background: url("/images/bird (4).jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bgBird5 {
  background: url("/images/bird (5).jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bgBird6 {
  background: url("/images/bird (6).jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bgBird7 {
  background: url("/images/bird (7).jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.bgBird8 {
  background: url("/images/bird (8).jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}


@media (max-width: 1199px) {
  [class*='bg'] {
    background-attachment: scroll;
  }

  .bg1 {
    background-position: 90%;
  }
}
/*==================      Dash      ======================*/
.dash {
  position: relative;
}
.dash:before {
  position: absolute;
  content: '';
  width: 518px;
  height: 1px;
  background: #4b4c4c;
  bottom: -25px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .dash:before {
    width: 300px;
  }
}

/*==================     Icons     ======================*/
.icon-11:before {
  text-align: center;
  display: inline-block;
  font-size: 174px;
  height: 218px;
  width: 218px;
  line-height: 218px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-bottom: 38px;
}
.lt-ie9 .icon-11:before {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AFFFFFF', endColorstr='#1AFFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AFFFFFF', endColorstr='#1AFFFFFF');
  zoom: 1;
}

@media (max-width: 1470px) {
  .brand.icon-11:before {
    font-size: 125px;
    line-height: 157px;
    height: 157px;
    width: 157px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .brand.icon-11:before {
    display: none;
  }
}
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
  font-weight: 100;
  padding: 18px 61px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-transform: uppercase;
  background: #ffbf2e;
}
.btn:hover {
  background: #fff;
  color: #ffbf2e;
}
.btn:active {
  background: #e6e6e6;
}

.btn2 {
  position: relative;
  margin-top: -1px;
  text-align: center;
  display: block;
  width: 100%;
  background: #ff2f51;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.24px;
  font-weight: 100;
  text-transform: uppercase;
  padding: 36px 0;
  color: #fff;
}
.btn2 span {
  position: absolute;
  height: 8px;
  width: 8px;
  background: #ffbf2e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 46.7%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.btn2:hover {
  background: #ffbf2e;
  color: #ff2f51;
}
.btn2:hover span {
  background: #ff2f51;
}
.btn2:active {
  background: #faad00;
}
.btn2:active span {
  background: #ff2f51;
}

.btn3 {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 100;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 20px;
}
.btn3:before {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  background: #ffbf2e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn3:hover {
  color: #ffbf2e;
}

@media (max-width: 1790px) {
  .btn2 span {
    display: none;
  }
}
/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 21px;
  color: #adadb1;
  padding-bottom: 9px;
}
.marked-list li:before {
  content: '\f0a9';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: "FontAwesome";
  color: #ffbf2e;
}
.marked-list li + li {
  margin-top: 6px;
  border-bottom: 1px solid #373838;
}
.marked-list li:first-child {
  border-bottom: 1px solid #373838;
}
.marked-list a:hover {
  color: #ffbf2e;
  text-decoration: none;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 10px;
}
.inline-list a:hover {
  color: #ffbf2e;
}

/*==================      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;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 100;
}
.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: 57px;
}
@media (max-width: 1470px) {
  .sf-menu > li + li {
    margin-left: 37px;
  }
}
.sf-menu a {
  display: block;
}
@media (max-width: 1199px) {
  .sf-menu {
    font-size: 15px;
    line-height: 20px;
  }
  .sf-menu li + li {
    margin-left: 20px;
  }
}

.sf-menu > li > a {
  color: #fff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #ffbf2e;
}
.sf-menu > li.active > a {
  color: #ffbf2e;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 10px;
  background: #FFF;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .sf-menu ul li + li {
    margin-left: 0;
  }
}

.sf-menu ul > li > a {
  padding: 5px 10px;
  color: #fff;
  background: #adadb1;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
  background: #ffbf2e;
}

.sf-menu ul ul {
  position: absolute;
  top: 80px;
  left: 250px;
  width: 200px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #fff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fff;
  background: #ffbf2e;
}

@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: #ffbf2e;
  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: url("/images/bg2.png");
  z-index: 999;
  border-bottom: 1px solid #ffbf2e;
  text-align: center;
}
.isStuck .nav {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
  bottom: auto;
  left: auto;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  text-align: left;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 125px;
  height: 125px;
  background: #adadb1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.lt-ie9 .toTop {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AFFFFFF', endColorstr='#1AFFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AFFFFFF', endColorstr='#1AFFFFFF');
  zoom: 1;
}
.toTop:before {
  content: '\f0aa';
  font-size: 84px;
  line-height: 125px;
  color: #fff;
}
.toTop:hover {
  background: rgba(255, 191, 46, 0.7);
}
.lt-ie9 .toTop:hover {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3FFBF2E', endColorstr='#B3FFBF2E')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3FFBF2E', endColorstr='#B3FFBF2E');
  zoom: 1;
}

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

/*==================   Thumbnail    ======================*/
.rel-wr {
  position: relative;
  border-bottom: 1px solid #404141;
  background: url("/images/bg.jpg") no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
.rel-wr .thumb {
  position: absolute;
  right: 0;
  left: 50%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.rel-wr .thumb p {
  font-size: 12px;
  font-weight: 100;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  position: absolute;
  left: 484px;
  top: 68.7%;
  opacity: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}
.lt-ie9 .rel-wr .thumb p {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.rel-wr .thumb p:hover {
  color: #fff;
}
.rel-wr .thumb p:before {
  left: 29px;
  top: -100%;
}
.rel-wr .thumb_overlay_video {
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  opacity: 0;
  position: absolute;
  height: 124px;
  width: 124px;
  color: #fff;
  top: 43%;
  left: 517px;
  font: 400 84px/124px "FontAwesome";
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.lt-ie9 .rel-wr .thumb_overlay_video {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lt-ie9 .rel-wr .thumb_overlay_video {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AFFFFFF', endColorstr='#1AFFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1AFFFFFF', endColorstr='#1AFFFFFF');
  zoom: 1;
}
.rel-wr .thumb_overlay_video:after {
  content: '';
  position: absolute;
  height: 145px;
  width: 1px;
  bottom: -145px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #a7a8a8;
}
.rel-wr .thumb:hover p, .rel-wr .thumb:hover .thumb_overlay_video {
  opacity: 1;
}
.lt-ie9 .rel-wr .thumb:hover p, .lt-ie9 .rel-wr .thumb:hover .thumb_overlay_video {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
@media (max-width: 1350px) {
  .rel-wr .thumb_overlay_video {
    left: 233px;
  }
  .rel-wr .thumb p {
    left: 200px;
  }
}
@media (max-width: 1199px) {
  .rel-wr {
    background-attachment: scroll;
    padding-bottom: 150px;
  }
}
@media (max-width: 991px) {
  .rel-wr .thumb {
    margin-top: 30px;
    left: auto;
    right: auto;
    position: relative;
  }
  .rel-wr .thumb_overlay_video {
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .rel-wr .thumb_overlay_video:after {
    display: none;
  }
  .rel-wr .thumb p {
    display: none;
  }
}
.rel-wr.well {
  padding-bottom: 236px;
}

.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.thumb.thumb_filter {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.thumb.thumb_filter:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.thumb.thumb_filter:hover .thumb_overlay {
  opacity: 0;
  background: transparent;
}
.lt-ie9 .thumb.thumb_filter:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000');
  zoom: 1;
}
.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: #ffbf2e;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f002';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 22px "FontAwesome";
  line-height: 22px;
  margin-top: -11px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(34, 35, 35, 0.9);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6222323', endColorstr='#E6222323')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6222323', endColorstr='#E6222323');
  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);
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  z-index: 2;
}
header .inline-list {
  position: absolute;
  top: 56px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .inline-list li a {
  font-size: 22px;
}
header .inline-list li + li {
  margin-left: 8px;
}
header .nav {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header.ins1 {
  background: url("/images/page-1_slide01.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 165px;
  padding-bottom: 100px;
}
header.ins1 .brand {
  position: relative;
}
header.ins1 .brand_name {
  font-size: 200px;
  line-height: 50px;
  letter-spacing: -4px;
}
header.ins1 .brand:before {
  height: 107px;
  width: 107px;
  font-size: 86px;
  line-height: 107px;
  margin-bottom: 78px;
}
@media (max-width: 767px) {
  header.ins1 .brand .brand_name {
    font-size: 160px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  header.ins1 .brand .brand_name {
    font-size: 110px;
    line-height: 50px;
  }
}
@media (max-width: 1060px) {
  header .inline-list {
    top: 35px;
  }
}






header.about {
  /*background: url("/images/MrGrousey.jpg") fixed no-repeat;*/
  background: url("/images/bird (1).jpg") fixed no-repeat;
 
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 165px;
  padding-bottom: 100px;
}
header.about .brand {
  position: relative;
}
header.about .brand_name {
  font-size: 200px;
  line-height: 50px;
  letter-spacing: -4px;
}
header.about .brand:before {
  height: 107px;
  width: 107px;
  font-size: 86px;
  line-height: 107px;
  margin-bottom: 78px;
}
@media (max-width: 767px) {
  header.about .brand .brand_name {
    font-size: 160px;
    line-height: 50px;
  }
}
@media (max-width: 479px) {
  header.about .brand .brand_name {
    font-size: 110px;
    line-height: 50px;
  }
}





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

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

.well2 {
  padding-top: 256px;
  padding-bottom: 110px;
}

.well3 {
/*  
  padding-top: 484px;
  padding-bottom: 450px;
  */
  padding-top: 242px;
  padding-bottom: 225px;

}


.well4 {
  padding-top: 140px;
  padding-bottom: 328px;
}

.well2__ins1 {
  padding-top: 230px;
}

@media (max-width: 767px) {
  [class*='well'] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  font-weight: 400;
}
footer .right {
  text-align: right;
}
footer dl {
  display: block;
}
footer dl:before, footer dl:after {
  display: table;
  content: "";
  line-height: 0;
}
footer dl:after {
  clear: both;
}
footer dl dt {
  float: right;
}
footer dl dd {
  float: right;
  margin-right: 19px;
}
footer .mod1 dd {
  margin-right: 5px;
}
footer .mod1 a[href^="mailto"]:hover {
  color: #fff;
}
footer a:hover {
  color: #ffbf2e;
}
footer .copyright * {
  display: inline-block;
}
footer * + .row {
  margin-top: 160px;
}
footer * + .off {
  margin-top: 21px;
}
footer * + .copyright {
  margin-top: 75px;
}
footer * + .row {
  margin-top: 104px;
}
