/*
* HELITE - The Swiss Army Knife of Coming Soon Templates
* Build Date: June 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. Loading
    3. Left part
        3.1 Header
        3.2 Footer
    4. Main part
        4.1  COUNTDOWN
        4.2  ABOUT
        4.3  SERVICES
        4.4  PRICING
        4.5  CONTACT
        4.6  NEWSLETTER
        4.7  INFO
        4.8  YOUTUBE
        4.9  TWITTER FEED
        4.10 MAP
    5. Venobox Gallery
    6. Scroll Arrows
    7. Media Queries
*/
/* ------------------------------------- */
/* *. @Import & Reset .................. */
/* ------------------------------------- */
@import url(font-awesome.min.css);
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(venobox.css);
@import url(vegas.css);
@import url(et-font.css);
@import url("http://fonts.googleapis.com/css?family=Raleway:400,500,600,800");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/*
* 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;
}

/* ------------------------------------- */
/* 1. Generic styles ................... */
/* ------------------------------------- */
body {
  background: #FFFFFF;
  font-family: "Raleway", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html {
  width: 100%;
}

body, input, select, textarea {
  -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);
  color: #777777;
  font-size: 16pt;
  line-height: 1.75em;
}

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;
}
a:hover {
  color: #FF1D4D;
  text-decoration: none !important;
  outline: none !important;
}
a:active, a:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #2B2D35;
}

button {
  -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;
}
button:hover, button:active, button:focus {
  outline: none !important;
  text-decoration: none !important;
  color: #2B2D35;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
  font-size: 0.8em;
  line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
  color: #2B2D35;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 1em 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #666666;
}

h1 {
  font-size: 2em;
  line-height: 1.5em;
}

h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
}

h3 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 400;
}

h4 {
  font-size: 0.8em;
  line-height: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
}

h5 {
  font-size: 0.8em;
  line-height: 1em;
  margin-bottom: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
}

h6 {
  font-size: 0.7em;
  line-height: 1.5em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

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

.border-separator {
  background-color: #FF1D4D;
  height: 2px;
  position: relative;
  width: 22px;
  display: block;
  margin: 10px 0 20px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

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

.opacity-0 {
  opacity: 0;
}

form {
  margin: 0 0 1em 0;
}

button.btn {
  background-color: transparent;
  -webkit-border-radius: 0.35em;
  -moz-border-radius: 0.35em;
  -ms-border-radius: 0.35em;
  border-radius: 0.35em;
  border: solid 3px #EFEFEF;
  color: #999999;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 3.15em;
  height: calc(2.75em + 6px);
  line-height: 2.75em;
  min-width: 10em;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
button.btn:hover {
  border-color: #FF1D4D;
  color: #FF1D4D;
}
button.btn:active, button.btn:focus {
  border-color: #e90031;
  color: #e90031;
  box-shadow: none;
}

.image {
  border: 0;
  display: inline-block;
  position: relative;
}
.image:before {
  background: url("images/overlay.png");
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.image.thumb {
  text-align: center;
}
.image.thumb:after {
  border: solid 3px rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  content: 'CLICK';
  letter-spacing: 2px;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 600;
  left: 50%;
  line-height: 2.25em;
  margin: -1.25em 0 0 -3em;
  opacity: 0;
  padding: 0 1.5em;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  white-space: nowrap;
}
.image.thumb:hover:after {
  opacity: 1.0;
}
.image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  display: block;
}
.image.fit {
  display: block;
  margin: 0 0 2em 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}
.image.avatar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.image.avatar:before {
  display: none;
}
.image.avatar img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 100%;
}

/* ------------------------------------- */
/* 2. Loading .......................... */
/* ------------------------------------- */
.loading {
  position: fixed;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.loading .center-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 50px;
  width: 50px;
  border: 1px solid #e5e5e5;
  border-bottom: 1px solid #BABABA;
  border-radius: 50%;
  -webkit-animation: loader-rotate 0.7s linear infinite;
  -moz-animation: loader-rotate 0.7s linear infinite;
  animation: loader-rotate 0.7s linear infinite;
}
.loading .center-bis-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 25px;
  width: 25px;
  border: 1px solid #e5e5e5;
  border-bottom: 1px solid #BABABA;
  border-radius: 50%;
  -webkit-animation: loader-inverse 0.7s linear infinite;
  -moz-animation: loader-inverse 0.7s linear infinite;
  animation: loader-inverse 0.7s linear infinite;
}

@-webkit-keyframes loader-rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes loader-rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes loader-rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-inverse {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes loader-inverse {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes loader-inverse {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
/* ------------------------------------- */
/* 3. Left part ........................ */
/* ------------------------------------- */
/* -------------------- */
/* 3.1 Header ......... */
/* -------------------- */
.background-left {
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 110vw;
  height: 130vh;
  z-index: -10;
  top: -30vh;
  left: -100px;
}

#header {
  height: 100%;
  left: 0;
  padding: 4em 3em;
  position: fixed;
  text-align: right;
  top: 0;
  width: 35%;
}
#header strong, #header b {
  color: #FFFFFF;
}
#header h1 {
  color: #FF1D4D;
  font-weight: 800;
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
}
#header h2, #header h3, #header h4, #header h5, #header h6, #header p {
  color: #FFFFFF;
  position: relative;
}
#header h3 {
  color: #BABABA;
  font-style: italic;
}
#header .image.avatar {
  margin: 0;
  width: 10em;
}

.vegas-overlay {
  background: rgba(43, 45, 53, 0.7) !important;
  z-index: -1;
  
  height: 120%;
}

.header-fss {
  background: rgba(43, 45, 53, 0.6);
}

/* -------------------- */
/* 3.2 Footer ......... */
/* -------------------- */
#footer {
  bottom: 0;
  left: 0;
  padding: 0 3em 4em 0;
  position: fixed;
  text-align: right;
  width: 35%;
}
#footer .icons {
  margin: 1em 0;
}
#footer .icons a {
  color: #FFFFFF;
  font-size: 0.7em;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  position: relative;
  margin: 0 5px;
  text-align: center;
  display: inline-block;
  -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-backface-visibility: hidden;
}
#footer .icons a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #FF1D4D;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -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: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .icons a:hover:before {
  background: #FF1D4D;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#footer .icons a i {
  position: relative;
  top: 0;
  left: 0;
}
#footer .icons a i.fa-facebook {
  left: -1px;
}
#footer .copyright {
  color: #EFEFEF;
  font-size: 0.6em;
  font-weight: 400;
  padding: 0;
}
#footer .copyright a {
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
  border: none;
}
#footer .copyright a:hover {
  color: #FF1D4D;
}

ul {
  padding-left: 0;
}
ul li {
  padding-left: 0;
}
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 0.3em 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li .icon:before {
  font-size: 1.5em;
}

/* ------------------------------------- */
/* 4. Main part ........................ */
/* ------------------------------------- */
#main {
  margin-left: 35%;
  padding: 5em 4em 4em 4em;
  width: calc(100% - 35%);
  background: white;
  padding-right: 10em;
}
#main > section {
  border-top: solid 2px #EFEFEF;
  margin: 4em 0 0 0;
  padding: 4em 0 0 0;
}
#main > section:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

/* -------------------- */
/* 4.1 COUNTDOWN ...... */
/* -------------------- */
#countdown_dashboard {
  display: block;
  margin: 0px auto;
  overflow: hidden;
}
#countdown_dashboard .dash-glob {
  padding-right: 0;
  text-align: left;
}
#countdown_dashboard .dash-glob:first-child {
  margin-left: 0;
  border-left: none;
}
#countdown_dashboard .dash-glob .dash {
  padding: 10px 0;
  position: relative;
  opacity: 1;
}
#countdown_dashboard .dash-glob .dash .digit {
  color: #000000;
  font-family: "Open sans", Helvetica, sans-serif;
  font-size: 2.7em;
  font-weight: 300;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  height: 1em;
  line-height: 1em;
  position: relative;
  vertical-align: middle;
}
#countdown_dashboard .dash-glob .dash .dash_title {
  clear: both;
  color: #999999;
  display: block;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 1.1em;
  width: 100%;
  padding-left: 3px;
}

/* -------------------- */
/* 4.2 ABOUT .......... */
/* -------------------- */
.work-item {
  margin: 0 0 2em 0;
  border: 1px solid #ecf0f1;
  -webkit-border-radius: 0 0 0.35em 0.35em;
  -moz-border-radius: 0 0 0.35em 0.35em;
  -ms-border-radius: 0 0 0.35em 0.35em;
  border-radius: 0 0 0.35em 0.35em;
  overflow: hidden;
  background: #FFFFFF;
}
.work-item .image {
  margin: 0;
  border-bottom: 2px solid #FF1D4D;
  overflow: hidden;
  background: #000000;
}
.work-item .image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.work-item .image:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.work-item .details {
  padding: 0.8em;
}
.work-item .details h4 {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0.5em 0 1.5em 0;
  letter-spacing: 2px;
  text-align: center;
  color: #333333;
}
.work-item .details h4 small {
  font-size: 0.7em;
}
.work-item .details p {
  font-weight: 400;
  font-size: 0.7em;
  line-height: 1.5em;
  margin: 0;
}

/* -------------------- */
/* 4.3 SERVICES ....... */
/* -------------------- */
.block-services .icon-services {
  font-size: 2em;
  color: #FF1D4D;
}

/* -------------------- */
/* 4.4 PRICING ........ */
/* -------------------- */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.table-wrapper .td-title {
  color: #2B2D35;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
}
.table-wrapper .td-description {
  color: #666666;
  font-size: 0.7em;
  line-height: 1.2em;
}
.table-wrapper .td-price {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 0.8em;
  text-align: center;
  background: #FF1D4D;
}
.table-wrapper .td-terms {
  color: #999999;
  font-weight: 500;
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
  padding: 0.75em 0;
}
.table-wrapper .td-terms p {
  margin-bottom: 0;
}

table {
  margin: 0 0 1em 0;
  width: 100%;
}
table tbody tr {
  border: solid 1px #EFEFEF;
  border-left: 0;
  border-right: 0;
}
table tbody tr:nth-child(2n + 1) {
  background-color: #F8F8F8;
}
table td {
  padding: 0.75em 0.75em;
  vertical-align: middle;
}
table th {
  color: #999999;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {
  border-bottom: solid 2px #EFEFEF;
}
table tfoot {
  border-top: solid 2px #EFEFEF;
}
table.alt {
  border-collapse: separate;
}
table.alt tbody tr td {
  border: solid 2px #EFEFEF;
  border-left-width: 0;
  border-top-width: 0;
}
table.alt tbody tr td:first-child {
  border-left-width: 2px;
}
table.alt tbody tr:first-child td {
  border-top-width: 2px;
}
table.alt thead {
  border-bottom: 0;
}
table.alt tfoot {
  border-top: 0;
}

/* -------------------- */
/* 4.5 CONTACT ........ */
/* -------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  background: #F8F8F8;
  -webkit-border-radius: 0.35em;
  -moz-border-radius: 0.35em;
  -ms-border-radius: 0.35em;
  border-radius: 0.35em;
  border: solid 2px #EFEFEF;
  color: #2B2D35;
  display: block;
  outline: 0;
  padding: 0 0.75em;
  text-decoration: none;
  width: 100%;
  font-size: 0.8em;
  font-weight: 500;
  -webkit-appearance: none;
}
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: #FF1D4D;
}
input[type="text"] input,
input[type="password"] input,
input[type="email"] input,
select input,
textarea input {
  width: 300px;
}
input[type="text"] input::-webkit-input-placeholder,
input[type="password"] input::-webkit-input-placeholder,
input[type="email"] input::-webkit-input-placeholder,
select input::-webkit-input-placeholder,
textarea input::-webkit-input-placeholder {
  color: #B2B2B2 !important;
}
input[type="text"] input::-moz-placeholder,
input[type="password"] input::-moz-placeholder,
input[type="email"] input::-moz-placeholder,
select input::-moz-placeholder,
textarea input::-moz-placeholder {
  color: #B2B2B2 !important;
}
input[type="text"] input:-moz-placeholder,
input[type="password"] input:-moz-placeholder,
input[type="email"] input:-moz-placeholder,
select input:-moz-placeholder,
textarea input:-moz-placeholder {
  color: #B2B2B2 !important;
}
input[type="text"] input:-ms-input-placeholder,
input[type="password"] input:-ms-input-placeholder,
input[type="email"] input:-ms-input-placeholder,
select input:-ms-input-placeholder,
textarea input:-ms-input-placeholder {
  color: #B2B2B2 !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 2.75em;
}

textarea {
  padding: 0.75em;
}

.form-group {
  margin-bottom: 30px;
}

.success-message, .error-message {
  width: 100%;
  padding: 15px 10px;
  background-color: #CF000F;
}
.success-message p, .error-message p {
  color: #FFFFFF !important;
  font-size: 0.8em;
  line-height: 20px;
  margin-bottom: 0;
}

.success-message {
  background-color: #27AE60 !important;
}

/* -------------------- */
/* 4.6 NEWSLETTER ..... */
/* -------------------- */
#newsletter #notifyMe {
  padding-bottom: 0;
}
#newsletter #notifyMe .form-group {
  margin-bottom: 1em;
}
#newsletter #notifyMe .form-group input[type="text"] {
  padding: 0 0.75em;
  width: 60%;
  margin: 0 0 20px;
  color: #2B2D35;
  -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);
}
#newsletter #notifyMe .form-group input[type="text"]:hover, #newsletter #notifyMe .form-group input[type="text"]:focus {
  box-shadow: none;
}
#newsletter #notifyMe .form-group input[type="text"]::-webkit-input-placeholder {
  color: #B2B2B2 !important;
}
#newsletter #notifyMe .form-group input[type="text"]::-moz-placeholder {
  color: #B2B2B2 !important;
}
#newsletter #notifyMe .form-group input[type="text"]:-moz-placeholder {
  color: #B2B2B2 !important;
}
#newsletter #notifyMe .form-group input[type="text"]:-ms-input-placeholder {
  color: #B2B2B2 !important;
}
#newsletter .message {
  width: 100%;
  padding: 15px 10px;
}
#newsletter .message p.notify-valid {
  line-height: 20px;
  color: #FFFFFF;
  font-size: 0.8em;
  margin-bottom: 0;
}
#newsletter .success-full {
  background: #27AE60;
}
#newsletter .error {
  background: #CF000F;
}
#newsletter .bad-email {
  background: #CF000F;
}

/* -------------------- */
/* 4.7 INFO ........... */
/* -------------------- */
.block-contact {
  padding: 10px 10px 7px 55px;
  position: relative;
  margin-bottom: 30px;
  border: 2px solid #EFEFEF;
  background: #F8F8F8;
  -webkit-border-radius: 0.35em;
  -moz-border-radius: 0.35em;
  -ms-border-radius: 0.35em;
  border-radius: 0.35em;
}
.block-contact .icon-contact {
  font-size: 1.5em;
  color: #FF1D4D;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  margin-top: -0.6em;
}
.block-contact p {
  margin: 0;
}

/* -------------------- */
/* 4.8 YOUTUBE ........ */
/* -------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.header-player {
  background: rgba(43, 45, 53, 0.7);
}

.youtube-controls {
  position: fixed;
  color: #FFFFFF;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  width: 50px;
  height: 100px;
  line-height: 50px;
}
.youtube-controls i {
  cursor: pointer;
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #F8F8F8;
  color: #333333;
  -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);
}
.youtube-controls i:hover {
  color: #FF1D4D;
  background: rgba(43, 45, 53, 0.8);
  text-decoration: none !important;
  outline: none !important;
}

/* -------------------- */
/* 4.9 TWITTER FEED ... */
/* -------------------- */
.twitter-block {
  width: 100%;
  margin: 50px auto 0;
}
.twitter-block ul {
  max-width: 100%;
  height: 300px;
}
.twitter-block ul li {
  width: 100%;
  height: 150px;
}
.twitter-block .tweet {
  width: 100%;
  height: 300px;
  padding-left: 1em;
  overflow: hidden;
}
.twitter-block .tweet .avatar-twitter {
  width: 50px;
  margin-right: 20px;
  float: left;
}
.twitter-block .tweet .avatar-twitter img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #F2F2F2;
}
.twitter-block .tweet .screen-twitter {
  float: left;
  font-size: 0.7em;
  width: auto;
  margin-bottom: 0;
}
.twitter-block .tweet .screen-twitter a {
  color: #666666;
  text-decoration: none;
  border: none;
}
.twitter-block .tweet .username-twitter {
  float: left;
  font-size: 0.8em;
  font-weight: 600;
  color: #2B2D35;
  width: 75%;
  margin-bottom: 0;
}
.twitter-block .tweet .tweet-twitter {
  color: #292f33;
  margin-bottom: 1em;
  clear: both;
}
.twitter-block .tweet .tweet-twitter a {
  color: #FF1D4D;
  text-decoration: none;
  border: none;
}
.twitter-block .tweet .date-twitter {
  font-family: "Open sans", Helvetica, sans-serif;
  color: #6C7A89;
  font-size: 0.8em;
  font-weight: 600;
}

/* -------------------- */
/* 4.10 MAP ........... */
/* -------------------- */
#map {
  height: 500px;
  width: 100%;
  position: relative;
  color: #333333 !important;
}
#map h6 {
  font-weight: 500;
  color: #333333;
  font-size: 1em;
  margin-bottom: 0.2em;
}
#map p {
  font-weight: 400;
  color: #666666;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0;
}

/* ------------------------------------- */
/* 5. Venobox Gallery .................. */
/* ------------------------------------- */
.vbox-title {
  color: #FFFFFF;
  background: #1a1a1a;
}

.vbox-close {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  height: 50px;
  min-width: 50px;
  display: block;
  z-index: 1;
  color: #FFFFFF;
  overflow: hidden;
  text-align: center;
  line-height: 38px;
  font-size: 28px;
  padding: 6px 10px;
}
.vbox-close:hover {
  color: #FF1D4D;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vbox-next, .vbox-prev {
  -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);
  box-sizing: content-box;
  cursor: pointer;
  position: fixed;
  top: 0;
  bottom: 0;
  line-height: 50%;
  color: #FFFFFF;
  width: 50px;
  z-index: 0;
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.vbox-next:hover, .vbox-prev:hover {
  color: #FF1D4D;
}
.vbox-next i, .vbox-prev i {
  position: relative;
  top: 50%;
  font-size: 1.5em;
}

/* ------------------------------------- */
/* 6. Scroll Arrows .................... */
/* ------------------------------------- */
.scroll-top {
  -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);
  position: fixed;
  right: 0;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 48px;
  z-index: 5;
}
.scroll-top a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FF1D4D;
  text-decoration: none;
  outline: none;
  border: none;
  padding-top: 10px;
}
.scroll-top a:hover {
  color: #e90031;
}
.scroll-top:hover {
  margin-bottom: 10px;
}
.scroll-top .arrows-bottom {
  -ms-transform: rotate(225deg);
  /* IE 9 */
  -webkit-transform: rotate(225deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
  margin: 0 0 3px 4px;
}

.arrows-part {
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-top: 0;
  float: right;
  z-index: 5;
}

.arrows-bottom {
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #FF1D4D;
  border-bottom: 2px solid #FF1D4D;
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px;
}

.first-chevron, .second-chevron, .third-chevron {
  -webkit-animation: arrows-anim 1s infinite;
  -moz-animation: arrows-anim 1s infinite;
  animation: arrows-anim 1s infinite;
}

.first-chevron {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  margin-top: 1px;
}

.second-chevron {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  margin-top: -6px;
}

.third-chevron {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  margin-top: -6px;
}

@-webkit-keyframes arrows-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes arrows-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrows-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------- */
/* 7. Media Queries .................... */
/* ------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1600px) {
  #header h1 {
    font-size: 2.5em;
  }

  #main {
    padding-right: 4em;
  }

  #newsletter #notifyMe .form-group input[type="text"] {
    width: 100%;
  }
}
/* Notebook devices */
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  #header {
    padding: 1.5em 3em 3em;
  }

  #footer {
    padding: 0 3em 1.5em 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
  #header {
    background-attachment: scroll;
    background-position: top left,   center center;
    background-size: auto,       cover;
    left: auto;
    position: relative;
    text-align: center;
    top: auto;
    width: 100%;
  }
  #header h1 {
    font-size: 1.75em;
  }
  #header h1 br {
    display: inline;
  }

  #footer {
    bottom: auto;
    left: auto;
    position: relative;
    padding: 2em 0;
    text-align: center;
    width: 100%;
    background: #2B2D35;
  }
  #footer .copyright li {
    border-left-width: 1px;
    display: inline-block;
    line-height: 1em;
    margin-left: 0.75em;
    padding-left: 0.75em;
  }

  #main {
    margin: 0;
    width: 100%;
    padding-left: 3em;
    padding-right: 3em;
  }

  textarea {
    margin-top: 0 !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #main {
    padding-left: 2em;
    padding-right: 2em;
  }

  #countdown_dashboard .dash-glob .dash .digit {
    font-size: 2em;
    font-weight: 300;
  }
  #countdown_dashboard .dash-glob .dash .dash_title {
    color: #666666;
    letter-spacing: 1px;
    font-size: 0.6em;
    padding-left: 2px;
  }

  .block-contact p {
    margin: 0;
  }

  .table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .table-wrapper thead {
    display: none;
  }
  .table-wrapper tr {
    text-align: center;
    margin-bottom: 30px;
    clear: both;
    display: block;
    border: none;
    float: left;
    width: 100%;
    background: #F8F8F8;
  }
  .table-wrapper .td-title {
    float: left;
    width: 100%;
    padding: 0 0.75em;
  }
  .table-wrapper .td-description {
    float: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.75em;
  }
  .table-wrapper .td-price {
    float: left;
    width: 100%;
    clear: both;
    padding: 0.1em 0.75em;
  }
  .table-wrapper .td-terms {
    color: #999999;
    font-weight: 500;
    font-size: 0.8em;
    font-style: italic;
    text-align: right;
    padding: 0.75em 0;
  }
  .table-wrapper .td-terms p {
    margin-bottom: 0;
  }
  .table-wrapper tfoot {
    border: none;
  }
  .table-wrapper tfoot tr {
    background: none;
    margin-bottom: 0;
  }

  button.btn {
    width: 100%;
  }

  .twitter-block {
    width: 100%;
    margin: 50px auto 0;
  }
  .twitter-block ul {
    max-width: 100%;
    height: 400px;
  }
  .twitter-block ul li {
    width: 100%;
    height: 200px;
  }
  .twitter-block .tweet {
    height: 400px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #header {
    padding: 4em 2em;
  }

  #main {
    padding: 4em 2em;
  }

  .arrows-part, .scroll-top {
    width: 30px;
  }

  #countdown_dashboard .dash-glob {
    width: 50%;
  }
  #countdown_dashboard .dash-glob .dash .digit {
    font-size: 2.5em;
    font-weight: 600;
  }
  #countdown_dashboard .dash-glob .dash .dash_title {
    color: #666666;
    letter-spacing: 1px;
    font-size: 0.6em;
    padding-left: 2px;
  }
}
/* Only for tablet in landscape mode */
/* Only for phone in landscape mode */
