@import url("../fonts/font-awesome/css/font-awesome.css");
@charset "utf-8";

/* ================================================== */

/* body */

/* ================================================== */

html {
  overflow: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff;
}

body {
  overflow: hidden;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  background: #fff;
  line-height: 1.8em;
  padding: 0;
  display: none;
  color: #7e7e7e;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.relative {
  position: relative;
}
/* ================================================== */

/*  header	*/

/* ================================================== */

header {
  display: table-cell;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1000;
  background: #333333;
}

header.header-bg {
  background: rgba(0, 0, 0, 0.5);
}

header.transparent {
  background: rgba(0, 0, 0, 0);
}

header:not(.smaller):not(.header-mobile).header-light.transparent {
  background: rgba(255, 255, 255, 0);
}

header.autoshow {
  top: -120px;
  height: 70px !important;
}

header.autoshow.scrollOn,
header.autoshow.scrollOff {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}

header.autoshow.scrollOn {
  top: 0;
}

header.autoshow.scrollOff {
  top: -120px;
}

header div#logo {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  color: white;
  font-weight: 400;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header .logo-scroll {
  display: none;
}

header nav {
  float: right;
}

header nav a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header nav a:hover {
  color: #555;
}

header.smaller #mainmenu a {
  padding-top: 18px;
  padding-bottom: 18px;
}

header.smaller #mainmenu a {
  padding-top: 18px;
  padding-bottom: 18px;
}

header.smaller #mainmenu li li a {
  padding-top: 2px;
  padding-bottom: 2px;
}

header.smaller #mainmenu ul {
  top: 40px;
}

header.smaller #mainmenu ul ul {
  top: 0px;
}

header.smaller {
  height: 70px;
  background: rgba(21, 21, 21, 0.95);
  position: fixed;
  top: 0px;
  -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.1);
}
header.smaller div#logo {
  line-height: 55px;
}
header.smaller {
  margin-top: 0px;
}
/* ================================================== */

/* navigation */

/* ================================================== */

#mainmenu {
  font-family: "Arial";
  float: right;
  font-size: 14px;
  font-weight: bold;
}

#mainmenu ul {
  float: right;
  margin: 0px 0px;
  padding: 0px 0px;
  height: 30px;
}

#mainmenu li {
  margin: 0px 0px;
  padding: 0px 0px;
  float: left;
  display: inline;
  list-style: none;
  position: relative;
}

#mainmenu a {
  display: inline-block;
  padding: 30px 0px 30px 20px;
  line-height: 35px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  outline: none;
}

#mainmenu li a.active {
  background: #85edc7;
  color: #000;
}
.header-light #mainmenu > li > a {
  color: #222;
}

#mainmenu li a:after {
  float: right;
  position: relative;
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 6px;
  margin-left: 20px;
  margin-top: 0px;
  color: #f7c51e;
}

/* #mainmenu li:last-child a:after {
  display: none;
} */

#mainmenu.no-separator li a:after {
  font-size: 0px;
}

#mainmenu.line-separator li a:after {
  content: "/";
  font-size: 14px;
}

#mainmenu.circle-separator li a:after {
  content: "\f10c";
  font-size: 9px;
}

#mainmenu.strip-separator li a:after {
  content: "\f068";
  font-size: 9px;
}

#mainmenu.plus-separator li a:after {
  content: "\f067";
  font-size: 11px;
}

#mainmenu.square-separator li a:after {
  content: "\f096";
  font-size: 11px;
}

#mainmenu.heart-separator li a:after {
  content: "\f004";
  font-size: 8px;
}

#mainmenu li li {
  font-weight: normal;
  border-bottom: solid 1px #eeeeee;
}

#mainmenu li li:last-child {
  border-bottom: none;
}

#mainmenu li li a {
  padding: 2px 15px 2px 15px;
  background: #222327;
  border-top: none;
  color: #ccc;
  width: 100%;
  border-left: none;
  text-align: left;
}

#mainmenu li li a:hover {
  color: #111;
}

#mainmenu li li a:after {
  content: none !important;
}

#mainmenu li li li a {
  padding: 2px 15px 2px 15px;
  background: #222327;
}

#mainmenu li li a:hover,
#mainmenu ul li:hover > a {
  color: #111;
  background: #1a8b49;
}

#mainmenu li ul {
  width: 210px;
  height: auto;
  position: absolute;
  top: 79px;
  left: 0px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
}

#mainmenu li li {
  display: block;
  float: none;
  text-transform: none;
}

#mainmenu li > ul {
  margin-top: 30px;
}

#mainmenu li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

#mainmenu li ul ul {
  left: 100%;
  top: 0px;
}

#mainmenu li ul ul li a {
  background: #202020;
}

#mainmenu li:hover > ul {
  color: #1a8b49;
}

#mainmenu select {
  padding: 10px;
  height: 36px;
  font-size: 14px;
  border: none;
  background: #ff4200;
  color: #212121;
}

#mainmenu select option {
  padding: 10px;
}

#mainmenu .btn-type {
  padding: 0;
  margin: 0;
}

#mainmenu .btn-type a {
  background: #eee;
  padding: 0;
  margin: 0;
}

a.no-padding {
  padding: 0 !important;
}

/* menu toggle for mobile */

#menu-btn {
  display: none;
  float: right;
  margin-top: 5px;
  width: 36px;
  height: 36px;
  padding: 6px;
  text-align: center;
  cursor: pointer;
}

#menu-btn:before {
  font-family: FontAwesome;
  content: "\f0c9";
  font-size: 24px;
}

#menu-btn:hover {
  /* background: #fff; */
}

#menu-btn:hover:before {
  color: #fff;
}

header.header-mobile.header-light,
header.header-mobile.header-light #menu-btn,
header.header-mobile.header-light #menu-btn:hover {
  background: none;
}

header.header-mobile.header-light #menu-btn {
  color: #222;
}

/* ================================================== */

/* content */

/* ================================================== */

#content {
  width: 100%;
  background: #fff;
  padding: 90px 0 90px 0;
  z-index: 100;
  font-size: 1rem;
}

.de_light #content {
  background: #000;
}

#content {
  background: #000;
}

/* ================================================== */

/* section */

/* ================================================== */
.matrix {
  position: absolute;
}
section {
  padding: 100px 0 40px 0;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.section {
  padding: 120px 0 120px;
}

section,
#subheader {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.section-fixed {
  position: fixed;
  width: 100%;
  min-height: 100%;
  height: auto;
}

.full-height {
  overflow: hidden !important;
}

/* ================================================== */

/* footer */

/* ================================================== */

footer {
  background: #000;
  padding: 0;
}
footer figure {
  margin-bottom: 0;
}
footer p {
  color: #fff;
  font-size: 1rem;
}
footer a:hover {
  color: #212121;
}

.footer-info {
  background: url(../images/bottom-bg.png);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 8rem 0 10rem;
}

.subfooter {
  font-size: 12px;
  background: #282828;
  margin-top: 80px;
  padding: 30px 0 20px 0;
}

.de-navbar-left .subfooter {
  background: none;
}

header.side-header {
  border-bottom: none !important;
  margin: 0;
}

header.side-header {
}

header.side-header .social-icons-2 {
  margin: 0 auto;
  margin-top: 50px !important;
  float: none;
  text-align: center;
}

header.side-header .social-icons-2 a {
  display: inline-block;
  margin: 0 2px 0 2px;
  background: #555;
  width: 36px;
  height: 36px;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  opacity: 0.2;
}

.de_light header.side-header .social-icons-2 a {
  background: #fff;
  color: #333;
}

header.side-header .social-icons-2 a:hover {
  opacity: 1;
}

.de-navbar-left.de_light header,
.de-navbar-left.de_light {
  background: #f9f9f9;
}

header.header-light-transparent {
  background: rgba(255, 255, 255, 0.5);
}

header.header-solid.header-light #mainmenu > li > a {
  color: #555;
}

header.header-solid.header-light .info {
  background: #eee;
  color: #555;
}

header.header-solid.header-light .info .social i {
  color: #222;
}

header.header-solid {
  background: #222;
  position: relative;
}

header.header-light {
  background: rgba(255, 255, 255, 0.8);
}

header.header-mobile {
  position: absolute;
  top: 0;
  height: 70px;
  background: rgba(21, 21, 21, 0.95);
}

header.header-mobile #logo {
  margin-top: -19px;
}

header.header-mobile .logo {
  display: none;
}

header.header-mobile .btn-rsvp {
  padding-top: 40px;
  height: 90px;
}

header.header-mobile .logo-2 {
  display: inline-block !important;
}

header.header-mobile.header-light {
  background: #fff;
}

header.header-solid.header-light {
  background: #fff;
}

header.header-light .logo {
  display: none;
}

header.header-light .logo-2 {
  display: inline-block;
}

#de-sidebar {
  padding: 0px;
}

/* button and link */

/* ------------------------------ */

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.de_light a {
  color: #000;
}

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

.btn-line,
a.btn-line {
  border: solid 1px #222;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 3px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.btn-line,
a.btn-line {
  border: solid 1px rgba(255, 255, 255, 0.2) !important;
  color: #fff;
}

.de_light .btn-line,
.de_light a.btn-line {
  border: solid 1px rgba(1, 1, 1, 0.2) !important;
  color: #333;
}

.text-light .btn-line,
.text-light a.btn-line {
  border: solid 1px rgba(255, 255, 255, 0.2) !important;
  color: #fff;
}

.btn-line:hover,
a.btn-line:hover {
  background: #fff;
  color: #111 !important;
  border-color: #fff;
}

.btn-line:after,
a.btn-line:after {
  color: #fff;
}

.btn-line:hover:after,
a.btn-line:hover:after,
a.btn-line.hover:after {
  color: #fff;
}

.btn-line:hover:after,
a.btn-line:hover:after,
a.btn-line.hover:after {
  color: #111 !important;
}

a.btn-text {
  text-decoration: none;
  display: inline-block;
  color: #111 !important;
  font-weight: 600;
  padding: 0;
}

a.btn-text:after {
  font-family: FontAwesome;
  content: "\f054";
  padding-left: 10px;
}

a.btn-text {
  color: #fff !important;
}

a.btn-big {
  font-size: 14px;
  color: #212121;
  letter-spacing: 1px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #fff;
  padding: 10px 30px 10px 30px;
}

a.btn-big:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 20px;
}

a.btn,
.btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a.btn:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

a.btn-fx:after {
  font-family: FontAwesome;
  content: "\f178";
  margin-left: 15px;
  position: absolute;
  right: -20px;
  margin-top: 0px;
}

a.btn-fx {
  font-size: 14px;
  color: #212121;
  letter-spacing: 1px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #fff;
  padding: 10px 30px 10px 30px;
}

a.btn-fx:hover {
  padding-left: 20px;
  padding-right: 40px;
}

a.btn-fx:before {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

a.btn-fx:hover:after {
  right: 15px;
}

a.btn-fx:hover:before {
  width: 100%;
  background: rgba(0, 0, 0, 1);
}

a.btn-fx.light:hover:before {
  width: 100%;
  background: rgba(255, 255, 255, 1);
}

.btn-line,
a.btn-line {
  color: #212121;
}

.btn-line:after,
a.btn-line:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 10px;
}

a.btn-line-white,
.de_light a.btn-line-white {
  background: none !important;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

a.btn-line-black,
.de_light a.btn-line-black {
  background: none !important;
  border: solid 2px #111;
  color: #111;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

a.btn-line-black:hover {
  color: #fff;
}

.de_light a.btn-line-black:hover {
  color: #fff;
}

a.btn-line-white:hover {
  color: #000;
}

a.btn-line-white:hover:before {
  background: #fff;
}

.btn-fullwidth {
  width: 100%;
}

a.btn-slider {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 2px #fff;
  padding: 10px 30px 10px 30px;
  border-radius: 60px;
}

a.btn-slider:hover {
  color: #222;
  background: #fff;
  border-color: #000;
  border: solid 2px #fff;
}

a.btn-custom:hover,
.btn-custom:hover {
  color: #fff;
  opacity: 0.8;
  -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}

a.btn-slider:hover:after {
  color: #222;
}

a.btn-id,
a.btn-id:hover {
  border: none;
}

a.btn-light.btn-id {
  color: #222;
}

a.btn-dark.btn-id {
  color: #fff;
}

.btn-custom {
  padding: 8px 10px 8px 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-custom.btn-small {
  padding: 5px 20px 5px 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-fx.btn-custom {
  text-transform: normal;
}

a.btn-bg-dark {
  background: #222;
}

a.btn-text-light {
  color: #fff !important;
}

.btn-icon-left i {
  margin-right: 12px;
  color: #fff;
}

.btn-add_to_cart,
a.btn-add_to_cart {
  border: solid 1px #bbb;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 3px;
  padding-left: 40px;
  padding-right: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #555;
}

.btn-add_to_cart:before,
a.btn-add_to_cart:before {
  font-family: "FontAwesome";
  content: "\f07a";
  position: absolute;
  left: 20px;
}

a.btn-custom,
.btn-custom,
a.btn-slider,
.btn-slider {
  font-family: "Arial";
  font-size: 12px;
  min-width: 120px;
}

a.btn-custom,
.btn-custom {
  background: #eee;
  color: #fff;
  border-radius: 40px;
  padding: 10px 30px 10px 30px;
  min-width: 120px;
  text-decoration: none;
}

a.btn-border,
.btn-border {
  padding: 10px 30px 10px 30px;
  border: solid 1px rgba(255, 255, 255, 1);
  background: none;
  border-radius: 40px;
  color: #fff;
  font-family: "Arial";
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
}

input.btn-border {
  padding: 5px 30px 5px 30px;
}

a.btn-border:hover {
  background: #ffffff;
}

.btn-rsvp {
  color: #ffffff !important;
  cursor: pointer;
  text-align: center;
  float: right;
  display: inline-block;
  text-align: center;
  position: relative;
  right: 0;
  top: -30px;
  min-width: auto;
  background: #333;
  padding: 60px 15px 15px 15px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.btn-rsvp:hover,
.btn-close:hover {
  opacity: 0.8;
}

.btn-close {
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  background: #333;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  padding-top: 12px;
  position: absolute;
  left: 0;
  right: 0;
}

a.btn-fullwidth {
  display: block;
  withd: 100%;
  text-align: center;
  background: #333;
  color: #fff;
  text-decoration: none;
  padding: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

a.btn-fullwidth:hover {
  background: #eee;
}

/*
	a.btn-rsvp:before{
	font-size:32px;
	font-family:"FontAwesome";
	content:"\f073";
	margin-right:15px;
	display:block;
	margin:0 auto;
	margin-bottom:10px;
	}
	*/

.play-button {
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #fff;
  text-decoration: none !important;
  border: solid 5px rgba(255, 255, 255, 0.3);
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  padding-top: 22px;
  padding-left: 5px;
}

.play-button:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f04b";
  position: relative;
  color: #fff;
}

.play-button:hover {
  border: solid 5px rgba(255, 255, 255, 1);
}

.play-button.dark {
  color: #222;
  border: solid 5px rgba(0, 0, 0, 0.1);
}

.play-button.dark:before {
  color: #222;
}

.play-button.dark:hover {
  border: solid 5px rgba(0, 0, 0, 0.5);
}

.text-light .play-button {
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #fff;
  text-decoration: none !important;
  border: solid 5px rgba(255, 255, 255, 0.3);
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  padding-top: 22px;
  padding-left: 5px;
}

.text-light .play-button:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f04b";
  position: relative;
  color: #fff;
}

.text-light .play-button.dark {
  color: #fff;
  border: solid 5px rgba(255, 255, 255, 0.3);
}

.text-light .play-button.dark:before {
  color: #fff;
}

.text-light .play-button.dark:hover {
  border: solid 5px rgba(255, 255, 255, 1);
}

/* heading */

/* ------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: font-family: 'PingFang SC','Helvetica Neue','Microsoft YaHei UI','Microsoft YaHei','Noto Sans CJK SC',Sathu,EucrosiaUPC,Arial,Helvetica,sans-serif;
  font-weight: 600;
  color: #fff;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}

h1,
h2.text-light,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}

h1 {
  font-size: 40px;
  margin: 0;
  letter-spacing: 1px;
}

h1.s2 {
  font-family: "Parisienne";
  font-size: 60px;
  font-weight: lighter !important;
  margin: 0 !important;
}

h1 .small-border {
  margin-top: 30px;
}

h1.big,
.h1_big {
  font-size: 30px;
  margin: 0;
  line-height: 36px;
}

h1.very-big {
  font-size: 120px;
  letter-spacing: -5px;
  line-height: 120px;
}

h1 span,
h2 span {
  display: inline-block;
  position: relative;
}

h2 span.underline {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #ffffff;
}

h1.very-big span.underline,
h1.big span.underline {
  position: absolute;
  width: 100%;
  height: 12px;
  left: 0;
  bottom: 0;
  background: #ffffff;
}

h1.big span.underline {
  height: 6px;
}

h1.ultra-big {
  font-size: 100px;
  font-weight: 600;
}

h2,
.h2_title {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2em;
  letter-spacing: -1px;
}

h2 .small-border {
  margin-left: 0;
  margin-bottom: 15px;
  width: 40px;
}

h2 {
  letter-spacing: normal;
  font-size: 38px;
  margin-bottom: 40px;
}

h2 .uptitle {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

h2.deco-text span {
  font-family: "Parisienne";
  display: block;
  line-height: 0.85em;
  font-weight: lighter;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

h2.deco-text .md {
  font-size: 80px;
}

h2.deco-text .lg {
  font-size: 120px;
}

h2.deco-text .xl {
  font-size: 150px;
}

h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
}

.subtitle.s2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #212121;
}

.text-light .subtitle.s2 {
  color: #ffffff;
}

.subtitle.s2 span {
  margin-right: 20px;
  padding-left: 20px;
}

.subtitle.s2 i {
  margin-right: 10px;
}

.subtitle.s2 span:first-child {
  padding-left: 0;
}

.subtitle.s3 {
  font-size: 14px;
}

h3.s3 {
  font-family: "Parisienne";
  font-size: 60px;
  font-weight: lighter !important;
}

h4.s3 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 15px;
}

.call-to-action h3 {
  text-transform: none;
  font-size: 20px;
}

h1.slogan_big {
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -2px;
  padding: 0;
  margin: 0px 0 30px 0;
}

h1.title {
  font-size: 64px;
  letter-spacing: 10px;
}

h1.title strong {
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
}

h2.subtitle {
  margin-top: 0;
}

h2.name {
  font-family: "Arial";
  color: #fff;
  font-size: 84px;
  line-height: 50px;
}

h2.name span {
  display: block;
  font-size: 32px;
}

h3.title {
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
}

h4.title {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h5 {
  font-weight: bold;
}

h6 {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

h4 {
  font-size: 30px;
  font-weight: 400;
}

span.teaser {
  font-family: "Georgia";
  font-style: italic;
  font-size: 18px;
}

.text-light {
  color: #bbb;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
  color: #fff !important;
}

.text-white {
  color: #ffffff;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #ffffff;
}

/* ================================================== */

#preloader {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.preloader1 {
  width: 60px;
  height: 60px;
  display: inline-block;
  padding: 0px;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(0, 0, 0, 0.65);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  -webkit-animation: preloader1 0.9s ease-in infinite;
  animation: preloader1 0.9s ease-in infinite;
  position: absolute;
  margin-left: -30px;
  top: 45%;
}

@keyframes preloader1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes preloader1 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.preloader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}

.spinner {
  display: table-cell;
  vertical-align: middle;
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* social-icons */

/* ================================================== */

.social-icons {
  display: inline-block;
}

.social-icons i {
  text-shadow: none;
  color: #fff;
  padding: 12px 10px 8px 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 16px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  margin: 0 5px 0 5px;
}

.sc-icon i {
  text-shadow: none;
  color: #fff;
  padding: 10px 8px 10px 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  margin: 0 3px 0 3px;
}

.social-icons i.fa-google-plus {
  padding: 12px 14px 10px 6px;
}

.social-icons i:hover {
  background: #fff;
  border-color: #212121;
  color: #333;
}

.social-icons.big i {
  font-size: 26px;
  width: auto;
  height: auto;
  margin: 0 15px 0 15px;
}

.social-icons.big i:hover {
  background: none;
}

.fa-facebook {
  background: #3e5a9b;
}

.fa-twitter {
  background: #55aded;
}

a.btn-fx:after,
a.btn-fx:hover:after,
a.btn-fx:before,
a.btn-fx:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post li .post-date {
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  outline: none;
}

.picframe img {
  -o-transition: 1s ease;
  -ms-transition: 1s ease;
  -moz-transition: 1s ease;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  outline: none;
}

.picframe.gray img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.feature-box i {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  color: white;
}

.feature-box:hover i {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

/* ================================================== */

/* overide bootstrap */

/* ================================================== */

.container-fluid {
  padding: 0px;
  margin: 0px;
}

.btn-primary {
  text-shadow: none;
  border: none !important;
}

.btn.btn-primary:hover {
  background: #555;
}

.img-responsive {
  display: inline-block;
}

.img-shadow {
  -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}

.img-auto {
  width: auto !important;
  height: auto !important;
}

.label {
  font-family: "Arial", Arial, Helvetica, sans-serif;
}

table thead {
  font-weight: bold;
}

.accordion-heading a {
  text-decoration: none;
  border: none;
  outline: none;
}

p.lead {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 0;
  font-weight: 600;
  text-align: right;
  /* margin-bottom: 0; */
}

.text-light p.lead {
  color: rgba(255, 255, 255, 0.8);
}

.panel-group {
  opacity: 0.8;
}

.panel-heading,
.panel-body {
  background: #27282b;
  border: solid 1px #202220 !important;
  border-radius: 0 !important;
}

.panel-body {
  border-top: none !important;
}

.progress {
  background: #27282b;
}

.panel-heading h4 a {
  display: block;
}

.panel-heading h4 a:hover {
  color: #212121;
}

.panel-default,
.panel-collapse,
.panel-collapse,
.panel-group .panel {
  border: none !important;
  border-radius: 0 !important;
}

.panel-heading {
  background: #222 !important;
}

.table-bordered,
.table-bordered td {
  border: solid 1px #202220;
}

blockquote {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.7em;
  color: #333;
  background: #f9f9f9;
  padding: 30px;
}

blockquote span {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

blockquote.s2 {
  border: none;
  text-align: left;
  background: #f2f2f2;
  padding: 30px 30px 30px 60px;
  margin-top: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

blockquote.s2:before {
  font-family: "FontAwesome";
  content: "\f10e";
  font-style: normal;
  position: absolute;
  margin-left: -30px;
}

.col-md-3 {
  margin-right: -1px;
}

figure {
  margin: 0;
}

/* ================================================== */

/* font awesome icons */

/* ================================================== */

i {
  display: inline-block !important;
}

i.large {
  font-size: 72px;
  text-align: center;
  display: inline-block;
  float: none;
}

i.medium {
  font-size: 20px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  float: none;
}

i.small {
  font-size: 12px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  float: none;
}

i.circle-icon {
  border-radius: 75px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
}

.fa-android {
  color: #469159;
}

.fa-apple {
  color: #0ec3f7;
}

strong {
  color: #000;
}

.text-light strong {
  color: #fff;
}

.bg-white {
  background: #ffffff;
}

.wh80 {
  width: 80%;
  height: 80%;
}

.border-bottom {
  border-bottom: solid 1px #e5e5e5;
}

.color-overlay {
  background: rgba(157, 130, 235, 0.3);
}

section .color-overlay {
  padding: 60px 0 60px 0;
}

.color-overlay-2 {
  background: rgba(26, 37, 48, 0.85);
}

.fontsize24 {
  font-size: 24px !important;
}

.fontsize32 {
  font-size: 32px !important;
}

.fontsize36 {
  font-size: 36px !important;
}

.fontsize40 {
  font-size: 40px !important;
}

.fontsize48 {
  font-size: 48px !important;
}

.overlay50 {
  background: rgba(0, 0, 0, 0.5);
}

.overlay60 {
  background: rgba(0, 0, 0, 0.6);
}

.overlay70 {
  background: rgba(0, 0, 0, 0.7);
}

.overlay80 {
  background: rgba(0, 0, 0, 0.8);
}

.hidden-xy {
  overflow: hidden;
}

.border-box {
  border: solid 1px #dddddd;
}

.display-table {
  display: table;
}

.display-table [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

#navigation {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  right: 20px;
  text-align: center;
  margin-bottom: 60px;
  z-index: 1000;
}

img.img-fullwidth {
  width: 100%;
  height: auto;
}

img.grey-hover {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  opacity: 0.5;
}

/* Disable grayscale on hover */

img.grey-hover:hover {
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}

/*
.mfp-close{
color:#fff !important;
position:absolute;
width:100%;
font-size:48px;
margin-top:40px;
z-index:1000;
}

.de_light .mfp-close{
color:rgba(0,0,0,.5) !important;
}

.de_light .mfp-close:hover{
color:rgba(0,0,0,1) !important;
}
*/

.mfp-close-btn-in .mfp-close {
  color: #ffffff;
}

/**
       * Simple fade transition,
       */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.nav-prev:before,
.nav-next:before,
.nav-exit:before {
  font-family: "FontAwesome";
  content: "\f177";
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: pointer;
}

.nav-exit:before {
  width: 100%;
  display: block;
}

.nav-next:before {
  content: "\f178";
  width: 100%;
  background: #555;
}

.nav-exit:before {
  content: "\f00d";
}

.de_light .nav-exit:before {
  color: #222;
}

.container-4 .de-team-list {
  width: 24.9%;
  float: left;
  position: relative;
}

.container-3 .de-team-list {
  width: 33.3%;
  float: left;
  position: relative;
}

.no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1.b {
  font-weight: bold;
}

p.intro {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey {
  background: #f5f5f5;
}

.no-bottom .col-md-12 {
}

.no-bottom {
  padding-bottom: 0 !important;
}

.no-top {
  padding-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

#filters i {
  margin-right: 10px;
}

.bg-side {
  position: relative;
  overflow: hidden !important;
}

.image-container {
  position: absolute;
  padding: 0;
  margin: 0 !important;
  background-size: cover !important;
}

.image-slider {
  cursor: move;
}

.inner-padding {
  padding: 90px 0 90px 0;
}

.no-padding,
section.no-padding {
  padding: 0;
}

.float-left {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: url("https://nft3.com/images_02/page-loader.gif") 50% 50% no-repeat
    rgb(249, 249, 249);
}

.page-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  margin: auto;
}

.red {
  color: #ff0000 !important;
}

.teal {
  color: #009999 !important;
}

.purple {
  color: #663366 !important;
}

.green {
  color: #009900 !important;
}

.white {
  color: #fff !important;
}
.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y {
  position: relative;
}

.overlay-bg {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg.light {
  background: rgba(255, 255, 255, 0.8);
}

.full-height .overlay-bg,
.full-height .overlay-gradient {
  display: table;
}

.full-height .center-y {
  display: table-cell;
  vertical-align: middle;
}
.full-height .center-b {
  display: table-cell;
  vertical-align: bottom;
}

i.btn-action-hide {
  opacity: 0;
}

.center-xy {
  position: absolute;
  z-index: 5;
}

.center-xy i.btn-action {
  font-size: 24px;
  border: solid 2px rgba(255, 255, 255, 0.3);
  padding: 16px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  text-align: center;
  color: #fff;
}

.center-xy i.btn-action:hover {
  border-color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.3);
}

.center-xy i.btn-action.btn-play {
  padding-left: 20px;
}

.bg-grey,
section.bg-grey {
  background: #f9f9f9;
}

.paper-item a{
  background: transparent;
  border: 1px solid #85edc7;
  padding: 0.3rem .1rem;
  margin-left: 1rem;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.paper-item a:hover {
  background: #85edc7;
  color: #000;
}
#back-to-top {
  position: fixed;
  bottom: -40px;
  right: 30px;
  z-index: 1020;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 60px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  outline: none;
  opacity: 0;
  -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}

#back-to-top.show {
  bottom: 30px;
  opacity: 1;
}

#back-to-top.hide {
  bottom: -40px;
}

#back-to-top:before {
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\f176";
  color: #fff;
  position: relative;
  margin: 5px;
}

/* mouse scroll icon begin */

.mouse {
  position: absolute;
  z-index: 10000;
  width: 22px;
  height: 42px;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 1px solid #fff;
  -webkit-animation: intro 1s;
  animation: intro 1s;
}

.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* mouse scroll icon close */

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

a.read_more {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more:hover {
  color: #707070;
}

a.read_more i {
  margin-left: 8px;
}

.text-light a.read_more {
  color: #fff;
}

.text-black {
  color: #222;
}

/* timeline */

#de-arrow-nav-set {
  text-align: center;
}

#de-arrow-nav-set i {
  color: #222;
  font-size: 32px;
}

#de-arrow-nav-set i.icon_menu {
  display: inline-block;
}

.profile_pic h3 {
  margin-bottom: 0px;
}

.profile_pic .subtitle {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  color: #999;
}

.profile_pic .tiny-border {
  margin-bottom: 20px;
}

.table {
  display: table;
  margin-bottom: 0;
}

.table [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}

.table .table {
  background: none;
}

.text-middle,
.table [class*="col-"].text-middle {
  vertical-align: middle;
}

.size10 {
  font-size: 10px;
}

.size20 {
  font-size: 20px;
}

.size30 {
  font-size: 30px;
}

.size40 {
  font-size: 40px;
}

.size50 {
  font-size: 50px;
}

.size60 {
  font-size: 60px;
}

.size70 {
  font-size: 70px;
}

.typed-strings p {
  position: absolute;
}

.deco-big {
  display: block;
  font-size: 120px;
  font-family: "Miama";
  margin-top: 48px;
  margin-left: -20px;
}

.arrowup {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  margin-top: -30px;
}

.arrowdown {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffffff;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
}

.arrowright {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid blue;
}

/* ================================================== */

/* R E S P O N S I V E */

/* ================================================== */

@media (min-width: 980px) and (max-width: 1199px) {
  header #mainmenu a {
    padding-left: 5px;
    padding-right: 5px;
  }
  #mainmenu li a:after {
    margin-left: 15px;
  }
  .pf_full_width.gallery_border .item,
  .pf_full_width.gallery_border.pf_2_cols .item,
  .pf_full_width.gallery_border.pf_3_cols .item {
    float: left;
    width: 23.95%;
  }
}

/* -------------------------------------------------- 
	design for 768px
	/* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .text-center-sm {
    text-align: center;
  }
  #menu-btn {
    display: block;
    position: relative;
    float: right;
  }
  header {
    display: none;
  }
  header .info {
    display: none !important;
  }
  header.header-bg {
    background: rgba(0, 0, 0, 1);
  }
  header,
  header.fixed {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    margin-top: 0;
    height: auto;
    background: #000000;
    padding: 15px 0 15px 0;
  }
  #de-sidebar {
    position: absolute !important;
    width: 100%;
    right: 1px;
  }
  header.side-header,
  .de_light header.side-header {
    position: absolute !important;
    display: block;
    height: 60px;
    top: 0;
    background: #000;
  }
  header.side-header #mainmenu {
    position: absolute;
    background: #000;
    margin: 0;
    top: 60px;
    left: 0;
    width: 100%;
  }
  header.side-header #logo .logo {
    display: none;
  }
  header.side-header #logo .logo-2 {
    display: inline-block;
    position: absolute;
    height: 30px;
    top: 15px;
    left: 40px;
  }
  header.side-header #menu-btn {
    position: absolute;
    top: 8px;
    right: 30px;
    height: 0;
    z-index: 2000;
    height: 35px;
  }
  header.side-header #mainmenu li {
    display: block;
  }
  header.side-header #mainmenu a,
  .de_light.de-navbar-left header #mainmenu > li > a {
    display: block;
    text-align: center;
    color: #fff;
  }
  .de_light.de-navbar-left header #mainmenu > li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  header.side-header #mainmenu a:hover {
    background: none !important;
  }
  header.side-header #mainmenu a:hover {
    background: none !important;
  }
  header.side-header .social-icons-2 {
    display: none;
  }
  header.autoshow {
    height: auto !important;
    top: 0 !important;
  }
  header.autoshow #mainmenu li a {
    background: none !important;
  }
  header.header-mobile-sticky {
    position: fixed;
  }
  .de-navbar-left #subheader {
    padding: 0;
    margin: 0;
  }
  #subheader span {
    display: none;
  }
  #subheader .crumb {
    display: none;
  }
  .de-navbar-left #subheader {
    padding-top: 70px;
  }
  .slider_text h1 {
    font-size: 32px;
  }
  .slider_text .description {
    display: none;
  }
  div#logo {
    margin-top: -15px;
  }
  #logo,
  #logo .inner {
    vertical-align: middle;
    height: auto;
  }
  #domain-check .text,
  #domain-check .button {
    width: 100%;
  }
  .container-4 .de-team-list {
    width: 49.9%;
    float: left;
    position: relative;
  }
  #testimonial-full blockquote {
    padding: 20px;
  }
  #revolution-slider {
  }
  nav {
    width: 100%;
  }
  #mainmenu {
    margin-top: 20px !important;
    display: none;
    float: none;
    z-index: 200;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #mainmenu a {
    text-align: left;
    padding-left: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  #mainmenu li li a,
  #mainmenu li li li a {
    padding-left: 0;
  }
  #mainmenu a:hover {
    background: #111 !important;
  }
  #mainmenu a:hover {
    background: #111 !important;
  }
  #mainmenu li ul {
    display: block;
    position: inherit;
    margin: 0;
    width: 100%;
  }
  #mainmenu li {
    border-bottom: solid 1px #eeeeee;
    margin: 0;
    width: 100%;
    display: block;
  }
  #mainmenu li a:after {
    display: none;
  }
  #mainmenu li:last-child {
    margin-bottom: 30px;
  }
  #mainmenu li ul {
    border-top: solid 1px #eeeeee;
    top: auto;
    width: auto;
    height: auto;
    position: inherit;
    visibility: visible;
    opacity: 1;
  }
  #mainmenu li ul a {
    width: 100%;
    background: none;
    border: none;
  }
  #mainmenu li ul li {
    border: none;
    padding-left: 40px !important;
  }
  #mainmenu li ul li a {
    display: block;
  }
  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }
  #mainmenu li ul li:last-child a {
    border-bottom: none;
  }
  #mainmenu li a {
    color: #212121;
  }
  #mainmenu li li a {
    font-size: 10px;
  }
  #mainmenu li li a:hover {
    color: #fff;
  }
  header.header-mobile #mainmenu {
    display: none;
    float: none;
    z-index: 200;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  header.header-mobile #mainmenu a {
    text-align: left;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  header.header-mobile #mainmenu a:hover {
    background: none !important;
  }
  header.header-mobile #mainmenu li ul {
    display: block;
    position: inherit;
    margin: 0;
    width: 100%;
  }
  header.header-mobile #mainmenu li {
    border-bottom: solid 1px #eee;
    margin: 0;
    width: 100%;
    display: block;
  }
  header.header-light.header-mobile #mainmenu li,
  header.header-light.header-mobile #mainmenu li ul li a {
    border-color: #eee;
  }
  header.header-mobile #mainmenu li a:after {
    display: none;
  }
  header.header-mobile #mainmenu li:last-child {
    margin-bottom: 30px;
  }
  header.header-mobile #mainmenu li ul {
    border-top: none;
    top: auto;
  }
  header.header-mobile #mainmenu li ul a {
    width: 100%;
    background: none;
    border: none;
  }
  header.header-mobile #mainmenu li ul li {
    border: none;
    padding-left: 40px !important;
  }
  header #mainmenu li ul li:first-child {
    border-top: solid 1px #eeeeee;
  }
  header.header-mobile #mainmenu li ul li a {
    display: block;
    border-bottom: solid 1px #eeeeee;
  }
  header.header-mobile #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }
  header.header-mobile #mainmenu li ul li:last-child a {
    border-bottom: none;
  }
  header.header-mobile #mainmenu li a {
    color: #888;
  }
  header.header-mobile #mainmenu li a:hover {
    color: #333;
  }
  header.header-mobile #mainmenu li li a {
    font-size: 12px;
  }
  header.header-mobile #mainmenu li li a:hover {
    color: #888;
  }
  header.header-mobile #mainmenu li ul {
    height: 0;
    overflow: hidden;
    position: relative;
    left: 0;
  }
  header.header-mobile #mainmenu li ul li ul li:last-child {
    border-bottom: solid 1px #eeeeee;
  }
  header.header-mobile #mainmenu li ul li ul {
    margin-bottom: 10px;
  }
  header.header-mobile #mainmenu > li > span {
    width: 36px;
    height: 36px;
    background: url(https://nft3.com/images/ui/arrow-down.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: pointer;
  }
  header.header-mobile #mainmenu li span.active {
    background: url(https://nft3.com/images/ui/arrow-up.png) center no-repeat;
  }
  header.header-mobile #mainmenu li > ul > li > span {
    width: 36px;
    height: 36px;
    background: url(https://nft3.com/images/ui/arrow-down.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: -45px;
    z-index: 1000;
    cursor: pointer;
  }
  header.header-mobile #mainmenu > li > ul > li > span.active {
    background: url(https://nft3.com/images/ui/arrow-up.png) center no-repeat;
  }
  header.header-mobile #mainmenu li ul li a {
    border-bottom: solid 1px #eeeeee;
  }
  header.header-mobile #mainmenu li ul li:last-child > a {
    border-bottom: none !important;
  }
  header.header-light.header-mobile #mainmenu > li > span,
  header.header-light.header-mobile #mainmenu li > ul > li > span {
    background: url(https://nft3.com/images/ui/arrow-down-dark.png) center no-repeat;
  }
  header.header-light.header-mobile #mainmenu > li > span.active,
  header.header-light.header-mobile #mainmenu li > ul > li > span.active {
    background: url(https://nft3.com/images/ui/arrow-up-dark.png) center no-repeat;
  }
  /* header light */
  .header-light #mainmenu ul li a,
  .header-light #mainmenu ul li a:hover {
    color: #333 !important;
  }
  .de_tab.tab_steps .de_nav {
    text-align: center;
  }
  .de_tab.tab_steps .de_nav li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .de_tab.tab_steps .de_nav li span {
    margin: 0;
    margin-bottom: 40px;
    display: inline-block;
  }
  .de_tab.tab_steps .de_nav li .v-border {
    border: none;
  }
  .hidden-phone {
    display: none;
  }
  .grid_gallery .item {
    width: 100%;
  }
  .table {
    display: block;
  }
  .table [class*="col-"] {
    float: none;
    display: block;
    vertical-align: top;
  }
  .sm-hide {
    display: none;
  }
  .btn-rsvp {
    position: absolute;
  }
  .btn-close {
    position: relative;
  }
  .de_tab.tab_style_4 .de_nav li {
    min-width: 100px;
  }
  .de_tab.tab_style_4 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  .de_tab.tab_style_4 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }
  .de_tab.tab_style_4 .de_nav li:first-child,
  .de_tab.tab_style_4 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  #custom-owl-slider {
    width: 120%;
    height: 120%;
  }
  .md-float-right {
    float: none;
  }
  #custom-owl-slider .item img {
    height: 100% !important;
  }
  .schedule-item .sc-time,
  .schedule-item .sc-pic,
  .schedule-item .sc-name,
  .schedule-item .sc-info {
    text-align: left;
    width: 130px;
  }
  .schedule-item .sc-info {
    margin-top: 20px;
    width: 100%;
  }
  .schedule-item .sc-info h3 {
    font-size: 22px;
  }
  .schedule-item .sc-pic {
    width: 60px;
  }
  .schedule-item .sc-pic img {
    border: none;
    width: 40px;
    margin-top: -10px;
  }
  .schedule-item .sc-name span {
    display: inline-block;
    margin-top: -20px;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 30px;
  }
  .bg-custom {
    background-attachment: scroll !important;
    background-position: top !important;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }

  h1,
  h1.very-big {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: 0;
  }
  h1.very-big span.underline {
    height: 6px;
  }

  h1.big span.underline {
    height: 3px;
  }
}

/* -------------------------------------------------- 
	custom for 320px & 480px 
	/* -------------------------------------------------- */

@media only screen and (max-width: 767px) {
  .pricing-2-col .pricing-box,
  .pricing-3-col .pricing-box,
  .pricing-4-col .pricing-box,
  .pricing-5-col .pricing-box {
    width: 100%;
  }
  #subheader h1 {
    font-size: 24px;
  }
  .picframe img {
    width: 100%;
  }
  .container-4 .de-team-list {
    width: 100%;
    float: left;
    position: relative;
  }
  .countdown-section {
    font-size: 12px;
  }
  .countdown-amount {
    font-size: 36px;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .feature-box-image,
  .pricing-box {
    margin-bottom: 30px;
  }
  #filters li.pull-right {
    float: none !important;
  }
  .de_tab .de_nav li {
    display: block;
    width: 100%;
  }
  .pf_full_width .item {
    float: left;
    width: 49.9% !important;
  }
  /*.item {
        font-size: 48px;
        line-height: 48px;
    }
    .item i {
        font-size: 36px;
    }*/
  #de-sidebar {
    width: 100%;
    display: block;
    position: relative;
  }
  .gallery_border {
    margin-left: 0px;
  }
  .pf_full_width.gallery_border .item {
    width: 48.9% !important;
  }
  body.boxed {
    margin: 0px;
  }
  #map-container {
    position: static;
    width: 100%;
    height: 500px;
    right: 0;
  }
  .float-form {
    float: none;
    width: 100%;
  }
  h1,
  h1.big,
  h1.very-big {
    font-size: 7vw;
    line-height: 7vw;
    letter-spacing: 0;
  }
  h1.very-big span.underline {
    height: 3px;
  }
  .subtitle.s2 span {
    display: block;
    padding: 0;
  }
  .countdown-s1 .countdown-show4 .countdown-section,
  .countdown-s3 .countdown-show4 .countdown-section,
  .countdown-s5 .countdown-show4 .countdown-section {
    width: 70px;
  }
  .countdown-s3 .countdown-show4 .countdown-section {
    width: 70px;
    height: 80px;
    float: left;
    border: solid 2px rgba(255, 255, 255, 0.1);
    padding: 0;
    margin: 2px;
    border-radius: 0;
    padding-top: 20px;
  }
  .countdown-s3 .countdown-amount {
    width: auto;
    margin: 0;
    font-size: 28px;
    font-weight: 500;
  }
  .countdown-s3 .countdown-period {
    width: auto;
    margin: 0 auto;
    font-weight: 400;
    font-size: 12px;
    padding-top: 0px;
  }

  .mb-sm-0 {
    margin-bottom: 0;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .side-bg .background-image {
    display: none;
  }

  section {
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
    background-attachment: scroll !important;
    background-position: top !important;
  }
}

/* -------------------------------------------------- 
	design for 480px
	/* -------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .feature-box-image,
  .pricing-box {
    margin-bottom: 30px;
  }
  .xs-hide {
    display: none;
  }
}

/* -------------------------------------------------- 
	design for 320px
	/* -------------------------------------------------- */

@media only screen and (max-width: 480px) {
  .pf_full_width .item {
    float: left;
    width: 100% !important;
  }
  /*.item {
        font-size: 32px;
        line-height: 32px;
    }
    .item i {
        font-size: 24px;
    }*/
  header div#logo img {
    max-width: 200px;
    height: auto;
  }
  .pf_full_width.gallery_border .item {
    width: 100% !important;
  }
  h3.s2 span {
    display: block;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 420px) {
  .schedule-item .sc-name {
    float: none;
    width: 100%;
  }
  .schedule-item .sc-pic {
    display: none;
  }
}


#video_cover {
  position: absolute;
  width: 100%; height: 100%;
  background: url(../images/topbg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.overlay-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.overlay-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  height: 100%; width: 100%;
}
.top-info {
  text-align: right;
}
.did-wrapped {
  text-align: right;
  padding-top: 1rem;
  color: #e0643a;
}
.logo-bar {
  background-color: #85edc7;
  padding: 0.5rem 0;
  overflow: hidden;
}
.logo-bar-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
  animation: moveSlideshow 60s linear infinite;
}

.logo-bar-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
  animation: moveSlideshowRight 60s linear infinite;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-200%);  
  }
}

@keyframes moveSlideshowRight {
  100% { 
    transform: translateX(300%);  
  }
}
.com-card {
  padding: 1rem;
  margin-top: 2rem;
  color: #fff;
}

.com-card p {
  font-size: 1rem;
  text-align: center;
  line-height: 1.25;
  
}

.com-card-outline {
  border: 1px solid #fff;
  min-height: 262px;
}
.com-card-withoutline {
}
.com-card-green {
  border: 1px solid #85edc7;
  background-color: #85edc7;
  color: #000;
  min-height: 282px;
}
.com-card-green:hover {
  background: #000;
  color: #f05b27;
}
.com-card-green p {
  margin-top: 1rem;
  text-align: left;
}
.com-card-green p strong {
  color: #f05b27;
}
.com-card h2 {
  text-align: center;
  font-size: 1.4rem;
  margin: 2rem 0 0 0;
  color: #85edc7;
}

.pop-vimeo {
  background: url(../images/line.png) no-repeat;
  background-position: center top;
  background-size: auto ;
  transform: rotate(180deg);
}
.pop-vimeo-frame {
    position: relative;
    width: 100%;
    min-height: 280px;
    background-size: 100% 100%;
    background-image: url(../images/popvimeobg.png); 
    margin: 2rem auto 1rem;
}
.video-play-button {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  background: #e0643a;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #e0643a;
  border-radius: 50%;
  /* animation: pulse-border 1500ms ease-out infinite; */
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #e0643a;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#eb3349, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

.video-play-button span:hover {
  border-left: 32px solid #85edc7;
}

.advantages {
  background: url(../images/line.png) no-repeat;
  background-position: center top;
  background-size: 100%;
  padding-bottom: 5rem;
}
.com-team {
  margin-top: 2rem;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.com-team .name {
  font-size: 21px;
  font-weight: bold;
  color: #85edc7;
  text-align: center;
}

.com-team .title {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: .25rem;
}
.team-label {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #00d5cf;
  color: #000;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  margin: 0.5rem auto 1rem auto;
}

.team-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.3rem;
  display: none;
}

.btn-read {
  width: 200px;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  background: #e0643a;
  text-align: center;
  padding: 0.4rem 0;
  margin: auto;
  cursor: pointer;
}

.timeline {
  position: relative;
  background: #000;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #85edc7;
}
.clear {
  clear: both;
}
.timeline-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 8px;
}
.timeline-item {
  display: inline-grid;
  position: relative;
  width: 190px;
}

.timeline-item-station {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  margin-top: -8px;
}

.timeline-item-content {
  width: 190px;
  height: 80px;
  padding: 1rem;
  /* margin-top: 20px; */
  color: #000;
  background: #fff;
}
/* .timeline-item-content::before {
  content: '';
  width: 4px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 12px;
  left: 73px;
} */
.timeline-item-line {
  width: 4px;
  height: 20px;
  background: #fff;
  margin: auto;
}
.timeline-item-content-date {
  font-size: 18px;
  font-weight: bold;
}

.timeline-wrapper .timeline-item:nth-child(3n + 1) .timeline-item-content,
.timeline-wrapper .timeline-item:nth-child(3n + 1) .timeline-item-station,
.timeline-wrapper .timeline-item:nth-child(3n + 1) .timeline-item-line {
  background: #fff;
}
.timeline-wrapper .timeline-item:nth-child(3n + 2) .timeline-item-content,
.timeline-wrapper .timeline-item:nth-child(3n + 2) .timeline-item-station,
.timeline-wrapper .timeline-item:nth-child(3n + 2) .timeline-item-line {
  background: #85edc7;
}

.timeline-wrapper .timeline-item:nth-child(3n) .timeline-item-content,
.timeline-wrapper .timeline-item:nth-child(3n) .timeline-item-station,
.timeline-wrapper .timeline-item:nth-child(3n) .timeline-item-line {
  background: #e0643a;
}
.timeline-wrapper .timeline-item:nth-child(2n) .timeline-item-line {
  height: 140px;
}

.fixed-widget-container {
    height: fit-content;
    width: 84px;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 400;
    flex-direction: column;
}
.social-media-my {
  margin: 10px 0;
}
.social-media-inner-container {
  position: relative;
  width: 46px;
  height: 46px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

@media (min-width: 576px) {
  .paper-item a {
    padding: 0.3rem 1rem;
  }
  

  @media (min-width: 768px) {
    .pop-vimeo-frame {
      width: 546px;
      height: 300px;
    }
  }
}