@charset "UTF-8";
@import url(animate.css);
@import url(myCss.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=BenchNine:400,700|PT+Sans+Narrow:400,700|Dorsa);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #1a1a1a;
  color: #fff;
  font: 400 18px/26px "PT Sans Narrow", sans-serif;
  -webkit-text-size-adjust: none;
}

.transparencia70{
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

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

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
}

h1 {
  font-size: 130px;
  line-height: 135px;
}

h2 {
  font-size: 150px;
  line-height: 155px;
  font-family: "Dorsa", sans-serif;
}

h3 {
  font-size: 45px;
  line-height: 24px;
  font-weight: 700;
}
h3 span {
  font-size: 40px;
}
@media (max-width: 767px) {
  h3 span {
    line-height: 42px;
  }
}
@media (max-width: 479px) {
  h3 {
    line-height: 48px;
  }
}

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

h5 {
  font-size: 22px;
  line-height: 26px;
  font-family: "BenchNine", sans-serif;
}

h6 {
  font-size: 20px;
  line-height: 26px;
}

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

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .img_media {
    width: 100%;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 24px;
}

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

* + .box {
  margin-top: 57px;
}

* + .contact-form {
  margin-top: 62px;
}

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

* + h5 {
  margin-top: 17px;
}

* + h3 {
  margin-top: 87px;
}

* + .btn4 {
  margin-top: 43px;
}

* + .btn2 {
  margin-top: 38px;
}

.ins + img {
  margin-top: 20px;
}

* + .music-list {
  margin-top: 78px;
}

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

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

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

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

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

h4 + p {
  margin-top: 81px;
}

h4 + p + p {
  margin-top: 27px;
}

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

* + .off {
  margin-top: 41px;
}

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

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

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

.row + .off4 {
  margin-top: 15px;
}

p + .off5 {
  margin-top: 54px;
}

.row + .off6 {
  margin-top: 60px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.wrap_brand {
  text-align: center;
  padding-top: 93px;
  padding-bottom: 107px;
}
.wrap_brand .brand {
  display: inline-block;
  border: 1px solid #676666;
  padding: 40px 31px 30px 29px;
  margin-left: 3px;
}
.wrap_brand .brand_name {
  overflow: hidden;
  font-size: 55px;
  line-height: 45px;
  font-family: "BenchNine", sans-serif;
}
.wrap_brand .brand_slogan {
  font-size: 100px;
  line-height: 47px;
  font-family: "Dorsa", sans-serif;
  color: #676666;
  letter-spacing: 0.3px;
  margin-left: 4px;
}
.wrap_brand .brand_name + .brand_slogan {
  margin-top: 24px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  position: relative;
}
.bg-primary * {
  position: relative;
  z-index: 1;
}
.bg-primary:before {
  position: absolute;
  content: '';
  background: rgba(19, 19, 19, 0.69);
  width: 30000px;
  height: 100%;
}
.lt-ie9 .bg-primary:before {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0131313', endColorstr='#B0131313')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0131313', endColorstr='#B0131313');
  zoom: 1;
}

.bg-primary__ins1:before {
  left: 41%;
}
@media (max-width: 767px) {
  .bg-primary__ins1:before {
    left: 0;
  }
}

.bg-ins {
  padding-top: 87px;
  padding-bottom: 95px;
}

.bg-secondary {
	background: rgba(255, 255, 255, 0.69);
 /* background: #fff;*/
  color: #a6a6a6;
}
.bg-secondary h1, .bg-secondary h2, .bg-secondary h3, .bg-secondary h4, .bg-secondary h5, .bg-secondary h6 {
  color: #3a3a3a;
}
.bg-secondary img {
  width: 100%;
}

.bg-secondary2 {
  background: #efeeee;
}

.bg-secondary3 {
  background: url("../images/bg.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg-secondary3 p {
  text-transform: uppercase;
}

/*==================    Buttons    ======================*/
.wrap-btn {
  text-align: right;
  max-width: 570px;
}

.btn, .btn2, .btn3 {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn {
  padding: 26px 45px 25px 45px;
  background: #fff;
  color: #383838;
}
.btn:hover {
  color: #fff;
  background: #3a3a3a;
}
.btn:active {
  background: #212121;
}

.btn__md {
  font-size: 30px;
  padding: 26px 36px 25px 32px;
}

.btn2 {
  color: #383838;
}
.btn2:hover {
  color: #a6a6a6;
}
.btn2:active {
  background: #8c8c8c;
}

.btn3 {
  border: 1px solid #fff;
  padding: 11px 24px 13px 25px;
}
.btn3:hover {
  background: rgba(255, 255, 255, 0.2);
}
.lt-ie9 .btn3:hover {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#33FFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33FFFFFF', endColorstr='#33FFFFFF');
  zoom: 1;
}
.btn3:active {
  background: rgba(255, 255, 255, 0.3);
}
.lt-ie9 .btn3:active {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF');
  zoom: 1;
}

.btn3__md {
  border: 1px solid #bcb9ba;
  padding: 17px 26px 17px 25px;
}

.btn_center {
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.btn4 {
  font-size: 22px;
  line-height: 22px;
  display: inline-block;
}
.btn4:hover {
  color: #a6a6a6;
}
.btn4:active {
  color: #737373;
}

/*==================      Box      ======================*/
.box {
  font-family: "BenchNine", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 570px;
  background: #323232;
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  color: #fff;
  min-width: 150px;
  padding: 59px 0 23px;
}
.box_aside time {
  margin-left: 5px;
  font-size: 70px;
  line-height: 42px;
}
.box_aside time span {
  display: block;
  font-size: 22px;
}
.box_aside [class*=fa-] {
  font-size: 75px;
  line-height: 60px;
}
.box_cnt__no-flow {
  overflow: hidden;
  background: #fff;
  padding: 40px 21px 42px;
}
.box_cnt__no-flow p {
  color: #7c7c7c;
  line-height: 24px;
}
.box_cnt__no-flow .color {
  color: #434343;
  line-height: 26px;
}
.box_cnt__no-flow .color + p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .box .box_aside {
    float: none;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  position: relative;
  top: 41px;
  right: 47px;
  font-family: "Dorsa", sans-serif;
  font-size: 100px;
  line-height: 104px;
  color: #454342;
  float: right;
}
.index-list li h4 {
  padding-right: 80px;
}
.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  ======================*/
.music-list {
  padding-bottom: 7px;
}
.music-list li {
  cursor: pointer;
  color: #3a3a3a;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 15px 9px 27px;
}
.music-list li:hover, .music-list li.stopped, .music-list li.playing {
  background: #efeeee;
}

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

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 4px;
  list-style-type: disc;
  margin-top: -6px;
  margin-left: 17px;
}
.marked-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 15px;
  font-family: "FontAwesome";
  color: #fff;
}
.marked-list li + li {
  margin-top: 7px;
}
.marked-list a:hover {
  color: #a6a6a6;
}

/*==================  Terms List  ======================*/
.terms-list {
  font-weight: 700;
  text-transform: uppercase;
}
.terms-list dt {
  font-size: 40px;
  line-height: 45px;
}
.terms-list dt + dd {
  margin-top: 28px;
}
.terms-list dd + dt {
  margin-top: 58px;
}

/*========================   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: 1.5px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
  font-size: 30px;
  line-height: 47px;
  text-transform: uppercase;
  font-family: "BenchNine", sans-serif;
  padding: 51px 34px 44px 34px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #131313;
  background: #fff;
}
.sf-menu > li.active > a {
  color: #131313;
  background: #fff;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 121px;
  padding: 20px 34px;
  background: #000;
  margin-top: -21px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.sf-menu ul > li > a {
  color: #a6a6a6;
  background: #000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 0;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
}
.sf-menu ul > li + li {
  border-top: 1px dotted #363636;
}

.sf-menu ul ul {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 108px;
  margin-top: 0;
  z-index: 4;
  padding: 19px 30px;
  background: #fff;
}

.sf-menu li ul ul > li > a {
  color: #a2a2a2;
  background: #fff;
  padding: 4px 0 5px;
  text-align: left;
}
.sf-menu li ul ul > li.sfHover > a, .sf-menu li ul ul > li > a:hover {
  color: #1f1f1f;
}
.sf-menu li ul ul > li + li {
  border-top: 1px dotted #eaeaea;
}

.sf-menu > li > ul:before {
  position: absolute;
  left: 50%;
  top: -9px;
  margin-left: -4px;
  content: "";
  font: 400 13px/13px "FontAwesome";
  color: #000;
}

.sf-menu > li > ul > li > ul:before {
  position: absolute;
  left: 0;
  top: 30px;
  margin-left: -4px;
  content: "";
  font: 400 13px/13px "FontAwesome";
  color: #fff;
}

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

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  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: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #3a3a3a;
  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: #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;
  font-family: "PT Sans Narrow", sans-serif;
}

.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: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: #444;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .sf-menu > li > a {
  padding: 13px 34px 11px;
}
.isStuck .sf-menu ul {
  margin-top: 0;
}

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

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
.music-list li:before {
  content: '';
}

.fixed-player {
  z-index: 9999999;
}

.audiojs {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 21px 40px 0 60px;
  margin: 0 auto;
  height: 50px;
  background: #363636;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}

.audiojs .play-pause {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  margin: 0;
  overflow: hidden;
  color: #fff;
}

.audiojs p {
  display: none;
  position: relative;
  cursor: pointer;
  height: 28px;
  margin-top: 12px;
  color: #fff;
}
.audiojs p:hover {
  color: #bfbfbf;
}

.audiojs p:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  line-height: 28px;
  font-size: 28px;
  width: 100%;
  text-align: center;
  font-family: 'FontAwesome';
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.audiojs .play {
  display: block;
}

.audiojs .scrubber {
  position: relative;
  cursor: pointer;
  background: #282828;
  height: 4px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background: #fff;
  z-index: 1;
}

.audiojs .progress:after {
  content: '';
  position: absolute;
  right: -10px;
  top: -3px;
  width: 10px;
  height: 10px;
  background: #fff;
  z-index: 5;
}

.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100% !important;
  background: #000;
}

.audiojs .time {
  color: #fff;
}

.audiojs .error-message {
  position: absolute;
  left: 0;
  top: 42px;
  display: none;
  margin: 0px 10px;
  overflow: hidden;
  line-height: 36px;
  color: #e5e5e5;
  z-index: 1;
}

.close-button {
  cursor: pointer;
  position: absolute;
  right: 0%;
  margin-right: 13px;
  top: 10px;
  color: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 999999999;
}
.close-button:hover {
  color: #a6a6a6;
}

.audiojs .play:before {
  content: '\f0da ';
}

.audiojs .loading:before {
  content: '\f110';
}

.audiojs .error:before {
  content: '\f00d';
}

.audiojs .pause:before {
  content: '\f04c';
  font-size: 14px;
}

.playing .play, .playing .loading, .playing .error {
  display: none;
}

.playing .pause {
  display: block;
}

.loading .play, .loading .pause, .loading .error {
  display: none;
}

.loading .loading {
  display: block;
}

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
  display: none;
}

.error .error {
  display: block;
}

.error .play-pause p {
  cursor: auto;
}

.error .error-message {
  display: block;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax p {
  text-transform: uppercase;
}
.parallax .text-trans-none {
  text-transform: none;
}
.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_wrap {
  display: inline-block;
}
.parallax_wrap_btn {
  float: right;
  margin-top: -9px;
}
@media (max-width: 979px) {
  .parallax_wrap_btn {
    margin-top: 20px;
  }
}
* + .parallax_wrap {
  margin-top: 17px;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #131313;
}
header .header-bg2 {
  background: url("../images/header-bg2.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
}
header .header-bg {
  background: url("../images/pedromarcos_a_man_witch_man_brewing_his_potion_in_a_cauldron.png") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 103px;
}
header .header-bg h2, header .header-bg h3 {
  font-family: "BenchNine", sans-serif;
  font-weight: 700;
}
header .header-bg h2 {
  font-size: 120px;
  line-height: 115px;
}
header .header-bg h3 {
  font-size: 60px;
  line-height: 55px;
  margin-left: 8px;
}
header .header-bg .header-bg1:before {
  right: 50.7%;
}
header .header-bg .header-cnt1 {
  padding-top: 220px;
  padding-bottom: 107px;
  text-transform: uppercase;
}
header .header-bg .header-cnt1 .header-cnt1_ins {
  max-width: 570px;
}
header .header-bg .header-cnt1 .header-cnt1_ins .header-cnt1_ins1 {
  padding-right: 130px;
}
header .header-bg h3 + h6 {
  margin-top: 50px;
}
header .header-bg h6 + p {
  margin-top: 16px;
}
header .header-bg * + .wrap-btn {
  margin-right: -1px;
  margin-top: 58px;
}
header .header-bg .header-bg1 + .header-cnt2 {
  margin-top: 135px;
}
header .header-bg * + h3 {
  margin-top: 0;
}
@media (max-width: 1199px) {
  header .header-bg .wrap-btn {
    padding-right: 110px;
  }
}
@media (max-width: 979px) {
  header .header-bg .header-bg1:before {
    right: 38%;
  }
}
@media (max-width: 767px) {
  header .header-bg {
    background-position: 66% top;
  }
  header .header-bg .header-cnt1 .header-cnt1_ins .header-cnt1_ins1 {
    padding-right: 0;
  }
  header .header-bg .header-bg1:before {
    right: 0;
  }
  header .header-bg .wrap-btn {
    padding-right: 0;
    float: none;
  }
  header .header-bg .header-cnt1 {
    padding-top: 110px;
  }
}

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

.ins {
  padding: 80px 49px 58px;
}
@media (max-width: 979px) {
  .ins {
    padding: 80px 20px 58px;
  }
}

.ins1 {
  padding: 13px 49px 13px;
  margin-top: 0;
}

.ins2 {
  padding: 30px 51px 56px;
}

.ins3 {
  padding: 0 20px 64px;
}

.ins4 {
  padding: 21px 48px 57px;
}
@media (max-width: 767px) {
  .ins4 {
    padding: 20px;
  }
}

.l-height {
  line-height: 24px;
}

.text-trans {
  text-transform: uppercase;
}

.color {
  color: #434343;
}
.color a:hover {
  color: #000;
}

.vide_content {
  position: relative;
}
.vide_content:before, .vide_content:after {
  display: table;
  content: "";
  line-height: 0;
}
.vide_content:after {
  clear: both;
}
.vide_content .vide_content1 {
  float: left;
}
.vide_content .vide_wrap_btn {
  float: left;
}
* + .vide_content .vide_wrap_btn {
  margin-top: 143px;
  margin-left: 96px;
}
@media (max-width: 979px) {
  * + .vide_content .vide_wrap_btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  * + .vide_content .vide_wrap_btn {
    margin-left: 0;
  }
}

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

.well__ins {
  padding-bottom: 96px;
}

.well__ins1 {
  padding-bottom: 135px;
}
@media (max-width: 479px) {
  .well__ins1 {
    padding-top: 100px;
  }
}

.well1 {
  padding-top: 147px;
  padding-bottom: 103px;
}
@media (max-width: 479px) {
  .well1 {
    padding-top: 110px;
  }
}

.well2 {
  padding-top: 203px;
  padding-bottom: 179px;
}

.well3 {
  padding-top: 117px;
  padding-bottom: 139px;
}

@media (max-width: 479px) {
  .well2, .well3 {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #1a1a1a;
}
footer .footer_cnt {
  padding-top: 43px;
  padding-bottom: 51px;
  text-transform: uppercase;
}
footer .footer_cnt address, footer .footer_cnt .copyright, footer .footer_cnt .inline-list {
  display: inline-block;
}
footer .footer_cnt address {
  float: left;
  font-family: "BenchNine", sans-serif;
  font-size: 20px;
  line-height: 24px;
}
footer .footer_cnt .copyright {
  margin-top: 9px;
  color: #eeeeee;
  margin-left: -22px;
}
footer .footer_cnt .copyright a:hover {
  text-decoration: underline;
}
footer .footer_cnt .inline-list {
  margin-top: 9px;
  margin-right: 7px;
  float: right;
}
footer .footer_cnt #copyright-year {
  position: relative;
}
footer .footer_cnt #copyright-year + * {
  margin-left: 28px;
}
footer .footer_cnt #copyright-year:after {
  content: '';
  position: absolute;
  width: 1px;
  background: #535353;
  height: 31px;
  display: inline-block;
  margin-left: 16px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  footer .footer_cnt address, footer .footer_cnt .copyright, footer .footer_cnt .inline-list {
    display: block;
    float: none;
  }
}
