/*
* DOZ - Creative 404 Pages
* Build Date: August 2015
* Author: Madeon08
* Copyright (C) 2015 Madeon08
* This is a premium product available exclusively here : http://themeforest.net/user/Madeon08/portfolio
*/
/*  TABLE OF CONTENTS
    ---------------------------
    *. @Import & Reset
    1. Generic styles
    2. Media Queries
*/
/* ------------------------------------- */
/* *. @Import & Reset .................. */
/* ------------------------------------- */
/* http://bourbon.io/ Sass Mixin Library */
/* custom CSS files */
@import url(font-awesome.min.css);
@import url(ionicons.min.css);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(vegas.css);
@import url("http://fonts.googleapis.com/css?family=Dosis:400,200,600");
/*
* http://meyerweb.com/eric/tools/css/reset/ 
* v2.0 | 20110126
* License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.opacity-0 {
  opacity: 0 !important; }

/* ------------------------------------- */
/* 1. Generic styles ................... */
/* ------------------------------------- */
body {
  font-family: Dosis, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  position: static;
  z-index: -2;
  padding: 0;
  margin: 0;
  background: #000000; }

p, a {
  margin: 0;
  font-size: 18px;
  color: white;
  font-weight: 400; }

a {
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-weight: 700; }
  a:hover {
    color: white !important;
    text-decoration: none !important;
    outline: none !important; }
  a:active, a:focus {
    outline: none !important;
    text-decoration: none !important;
    color: white; }

#container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }
  #container .overlay {
    position: absolute;
    background: #000000;
    opacity: 0;
    width: 100%;
    height: 100%; }
  #container .item-title {
    position: absolute;
    z-index: 0;
    left: 0;
    padding: 0;
    top: 50vh;
    width: 100%;
    padding: 0 5%;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    visibility: visible; }
    #container .item-title #message {
      max-width: 560px;
      min-height: 490px;
      margin: 0 auto;
      line-height: 1.3;
      font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #container .item-title #message p {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 25px; }
      #container .item-title #message p:first-child {
        line-height: 1;
        font-size: 80px;
        font-weight: 200;
        color: #FFFFFF;
        font-family: Dosis, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; }
      #container .item-title #message p:nth-child(2) {
        font-weight:700;
        line-height: 1.4;
        text-transform: uppercase;
/*	text-align: justify; */
        font-size: 16px; }
      #container .item-title #message p:nth-child(3) {
        margin-bottom: 0; }
      #container .item-title #message p:nth-child(4) {
        margin-bottom: 0; }
        #container .item-title #message ul {
          padding-left: 20px;
          list-style: initial;
          list-style-position: outside;
        }

        #container .item-title #message ul li {
          color: #FFFFFF;
          font-size: 15px;
          line-height: 25px;
        }

    #container .item-title a {
      display: inline-block;
      width: auto; }
    #container .item-title .link-bottom {
      margin: 25px auto 0;
      max-width: 560px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      #container .item-title .link-bottom .link-icon {
        margin-right: 10px;
        font-size: 22px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      @media only screen and (max-width: 767px) {}

/* ------------------------------------- */
/* 4. Newsletter ....................... */
/* ------------------------------------- */
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.dialog {
  position: absolute;
  z-index: 999;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  pointer-events: none; }

.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: transparent;
  opacity: 0;
  transition: opacity 0.2s; }

.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto; }

.dialog__content {
  width: 50%;
  max-width: 500px;
  min-width: 500px;
  background: transparent;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
  background: transparent;
  background-size: cover;
  border: none; }
  .dialog__content::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(32, 35, 45, 0); }
  @media only screen and (max-width: 480px) {
    .dialog__content {
      min-width: 0px;
      width: 90%; } }

.dialog--open .dialog__content {
  pointer-events: auto; }

.dialog .close-newsletter {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 0;
  color: #FFFFFF;
  font-size: 2em;
  opacity: 1; }
  .dialog .close-newsletter i {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.5; }
  .dialog .close-newsletter:hover i {
    opacity: 1; }
  @media only screen and (max-width: 767px) {
    .dialog .close-newsletter {
      right: calc(50% - 25px); } }
.dialog .dialog-inner {
  padding: 90px 70px;
  overflow: hidden; }
  @media only screen and (max-width: 480px) {
    .dialog .dialog-inner {
      padding: 50px 0 70px; } }
  .dialog .dialog-inner::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .dialog .dialog-inner h4 {
    line-height: 1;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 200;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-family: Dosis, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; }
  .dialog .dialog-inner p {
    color: #FFFFFF;
    font-size: 16px; }

.display-none {
  display: none !important; }

#contact-form {
  margin-top: 25px;
  font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif; }
  #contact-form ::placeholder {
    font-weight: 400;
    color: rgba(239, 239, 239, 0.5) !important; }
  #contact-form .form-control {
    font-weight: 700;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    font-size: 16px;
    padding: 10px;
    transition: all 0.2s ease-in-out;
    text-align: left;
    color: #FFFFFF;
    border: 1px solid #000000;
    outline: medium none;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: none;
    border-radius: 3px; }
    #contact-form .form-control:hover, #contact-form .form-control:focus {
      border-color: #e2e2e2;
      box-shadow: none; }
  #contact-form textarea.form-control {
    min-height: 8rem; }
  #contact-form span.sub-text {
    font-size: 10px;
    position: absolute;
    right: 1rem;
    bottom: -5px;
    color: #EFEFEF; }
  #contact-form button#valid-form {
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Dosis, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: 700;
    margin: 15px 0 0 0;
    transition: all 0.2s ease-in-out;
    outline: none !important;
    background: #DDDDDD; }
    #contact-form button#valid-form:hover {
      color: #FFFFFF;
      background: #000000; }

.dialog__overlay {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  -moz-animation-name: anim-open;
  animation-name: anim-open; }

.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  -moz-animation-name: anim-close;
  animation-name: anim-close; }

@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); } }
@-moz-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); } }
@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); } }
#block-answer {
  position: fixed;
  z-index: 200;
  top: calc(100% - 70px);
  left: 0;
  display: table;
  width: 100%;
  height: auto;
  min-height: 60px;
  padding: 15px;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  border-radius: 5px;
  background: transparent; }
  #block-answer .message,
  #block-answer #answer,
  #block-answer .error-message,
  #block-answer .success-message {
    display: table-cell;
    vertical-align: middle; }
    #block-answer .message p.notify-valid,
    #block-answer #answer p.notify-valid,
    #block-answer .error-message p.notify-valid,
    #block-answer .success-message p.notify-valid {
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: 0;
      text-transform: none;
      color: #FFFFFF;
      font-weight: 700;
      text-transform: uppercase;
      color: #e90031; }
  #block-answer.show-block-error {
    opacity: 1;
    background: transparent; }
    #block-answer.show-block-error p.notify-valid {
      color: #e90031; }
  #block-answer.show-block-valid {
    opacity: 1;
    background: transparent; }

/* ------------------------------------- */
/* 7. Media Queries .................... */
/* ------------------------------------- */
/* Large Devices, Wide Screens */
/* Notebook devices */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #container {
    min-height: 100%;
    height: auto; }
    #container .overlay {
      min-height: 100%;
      height: auto; }
    #container .item-title {
      padding: 100px 5%;
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
      #container .item-title #message {
        min-height: 240px; }
        #container .item-title #message p:first-child {
          font-size: 50px;
          font-weight: 200; } }
/* Only for tablet in landscape mode */
/* Only for phone in landscape mode */
@media screen and (max-device-width: 667px) and (orientation: landscape) {
  #container {
    min-height: 100%;
    height: auto; }
    #container .overlay {
      min-height: 100%;
      height: auto; }
    #container .item-title {
      padding: 100px 5%;
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
      #container .item-title #message {
        min-height: 240px; }
        #container .item-title #message p:first-child {
          font-size: 50px;
          font-weight: 200; }

  .dialog {
    position: absolute;
    top: 0;
    height: auto;
    padding-bottom: 50px;
    -webkit-box-align: initial;
    -moz-box-align: initial;
    box-align: initial;
    -webkit-align-items: initial;
    -moz-align-items: initial;
    -ms-align-items: initial;
    -o-align-items: initial;
    align-items: initial;
    -ms-flex-align: initial; }
    .dialog .dialog__content {
      position: relative;
      margin: 0 auto; }
      .dialog .dialog__content .dialog-inner {
        overflow-y: scroll;
        position: relative;
        top: 0; } }
