/* [Master Stylesheet v-1.0.0] */
/* :: :: 1.0 Import Fonts */
@import '../css/bootstrap.min.css';
@import '../css/jquery-ui.min.css';
@import '../css/font-awesome.min.css';
@font-face {
  font-family: "helveticaneuebold";
  src: url("../fonts/helvetica_neu_bold-webfont.woff2") format("woff2"), url("../fonts/helvetica_neu_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticaneuemedium";
  src: url("../fonts/helveticaneue_medium-webfont.woff2") format("woff2"), url("../fonts/helveticaneue_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* :: 2.0 Import All CSS */
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "OpenSans-Regular";
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  line-height: 1.3;
  font-weight: bold;
  font-family: "OpenSans-Regular";
}

@media only screen and (max-width:767px) {
  h1 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width:767px) {
  h2, h3, h4, h5, h6 {
    font-size: 1.2rem;
  }
}

p {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

a {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #ff4700;
  font-weight: 400;
  font-size: 16px;
}
a:hover, a:focus {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #00D4E8;
  font-weight: 400;
  font-size: 16px;
}

ul,
ol {
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}

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

b {
  font-family: "OpenSans-Regular";
  font-weight: bold;
}

/* Spacing */
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

/* Height */
.height-400 {
  height: 400px !important;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

/* Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

/* ScrollUp */
#scrollUp {
  background-color: #ff4700;
  border-radius: 0;
  bottom: 95px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 30px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
#scrollUp:hover {
  background-color: #131212;
}
@media only screen and (max-width:767px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
  }
}

/* Essence Button */
.default-btn {
  display: inline-block;
  min-width: 160px;
  height: 55px;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  font-size: 18px;
  line-height: 56px;
  background-color: #ff4700;
  font-weight: 400;
}
.default-btn.active, .default-btn:hover, .default-btn:focus {
  font-size: 18px;
  color: #ffffff;
  background-color: #00D4E8;
  outline: none;
  box-shadow: none;
}
.default-btn.progress {
  background-color: #6d6d6d;
}

body.site-closed {
  background-color: #000000;
}
body.site-closed .logo {
  font-size: 120px;
}
body.site-closed h1, body.site-closed h2, body.site-closed h3, body.site-closed h4, body.site-closed h5, body.site-closed h6 {
  color: #ffffff !important;
}
body.site-closed a {
  font-size: 20px;
}

.logo {
  font-size: 40px;
  color: #ffffff !important;
}
.logo span {
  color: #ff4700 !important;
}

.header {
  background-color: #000000;
}

/* ##### The End ##### */

/*# sourceMappingURL=styles.css.map */
