/**
 * Black theme for reveal.js. This is the opposite of the 'white' theme.
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */

section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
  color: #222; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #222;
  background-color: #222; }

.reveal {
  font-family: "Proxima Nova", sans-serif;
  font-size: 38px;
  font-weight: normal;
  color: #fff; }

::selection {
  color: #fff;
  background: #bee4fd;
  text-shadow: none; }

.reveal .slides > section,
.reveal .slides > section > section {
  line-height: 1.3;
  font-weight: inherit; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #fff;
  font-family: "Proxima Nova", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: none;
  word-wrap: break-word; }

.reveal h1 {
  font-size: 2.5em; }

.reveal h2 {
  font-size: 1.32em;
  font-weight: 500;
}

.reveal h3 {
  font-size: 1.3em; }

.reveal h4 {
  font-size: 1em; }

.reveal h1 {
  text-shadow: none; }

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 20px 0;
  line-height: 1.3;
  font-size: 16px;
  color:#c0c0c0;
}

/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal iframe {
  max-width: 95%;
  max-height: 95%; }

.reveal strong,
.reveal b {
  font-weight: bold; }

.reveal em {
  font-style: italic; }

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0; }

.reveal ol {
  list-style-type: decimal; }

.reveal ul {
  list-style-type: disc; }

.reveal ul ul {
  list-style-type: square; }

.reveal ul ul ul {
  list-style-type: circle; }

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 40px; }

.reveal dt {
  font-weight: bold; }

.reveal dd {
  margin-left: 40px; }

.reveal q,
.reveal blockquote {
  quotes: none; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block; }

.reveal q {
  font-style: italic; }

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }

.reveal code {
  font-family: monospace; }

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal; }

.reveal table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0; }

.reveal table th {
  font-weight: bold; }

.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid; }

.reveal table th[align="center"],
.reveal table td[align="center"] {
  text-align: center; }

.reveal table th[align="right"],
.reveal table td[align="right"] {
  text-align: right; }

.reveal table tr:last-child td {
  border-bottom: none; }

.reveal sup {
  vertical-align: super; }

.reveal sub {
  vertical-align: sub; }

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top; }

.reveal small * {
  vertical-align: top; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #c9e520;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease; }

.reveal a:hover {
  color: #c9e520;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #c9e520; }

/*********************************************
 * IMAGES
 *********************************************/

.reveal section img.plain {
  border: 0;
  box-shadow: none; }

.reveal a img {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }

.reveal a:hover img {
  background: none;
  border:none; }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls .navigate-left,
.reveal .controls .navigate-left.enabled {
  border-right-color: #c9e520;; }

.reveal .controls .navigate-right,
.reveal .controls .navigate-right.enabled {
  border-left-color: #c9e520;; }

.reveal .controls .navigate-up,
.reveal .controls .navigate-up.enabled {
  border-bottom-color: #c9e520;; }

.reveal .controls .navigate-down,
.reveal .controls .navigate-down.enabled {
  border-top-color: #c9e520;; }

.reveal .controls .navigate-left.enabled:hover {
  border-right-color: #8dcffc; }

.reveal .controls .navigate-right.enabled:hover {
  border-left-color: #8dcffc; }

.reveal .controls .navigate-up.enabled:hover {
  border-bottom-color: #8dcffc; }

.reveal .controls .navigate-down.enabled:hover {
  border-top-color: #8dcffc; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
  background: #c9e520;;
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

.slide-background {
  background-position: center center !important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
header{
  position: absolute;
  top:40px;
  right: 40px;
  z-index: 222;
  left:40px;
}
header nav{
  float: right;
  padding-top: 13px;
}
header nav a{
  color:#fff;
  text-transform: uppercase;
  font-family: "Proxima Nova", sans-serif;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  opacity: 0.45;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
header nav a:before{
  content: '';
  display: block;
  width:0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  right:0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
header nav a:hover {
  opacity: 0.8;
}
header nav a:hover:after,header nav a:hover:before{
  width: 100%;
}
header nav a:after{
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left:0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
header nav a.active{
  color:#fff;
  opacity: 1;
}
header nav a+a{
  margin-left: 45px;
}
.logo{
  float: left;
}
.logo img{
  width: 42px;
  height: 42px;
}
#bgvid{
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/poster.jpg) no-repeat;
  background-size: cover;
  /*z-index: 1;*/
}
.video-overlay{
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: rgba(34, 34, 34, 0.75);
  /*z-index: 2;*/
}
.frame{
  background: rgba(0,0,0,0.4);
}
.logo-main img{
  width:254px;
  height: 64px;
}
h2.main-title{
  text-align: left;
  padding-left: 250px;
}
.green-line{
  display: block;
  width: 90px;
  height: 2px;
  background:#c9e520;
  margin: 45px 0 0 0 !important;
}
.slides .logo-main{
  text-align: left;
  padding-left: 50px;
  padding-left: 164px;
}

footer{
  position: absolute;
  right:40px;
  bottom:40px;
  left:40px;
  z-index: 222;
}
footer .copy{
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-family: "Proxima Nova", sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
}
footer .mail{
  float: right;
}
footer .mail a{
  color: #fff;
  text-transform: uppercase;
  font-family: "Proxima Nova", sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  display: block;
}
.reveal h2.inner-title{
  float: left;
  width: 25%;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.58em;
  margin-top: -5px;
  color: #fff;
}
.inner-title .green-line {
  margin-top: 0 !important;
  display: inline-block;
  vertical-align: 18px;
  width: 63px;
}
.reveal .right-content{
  float: left;
  width: 75%;
  text-align: left;
  padding: 0 40px;
  box-sizing: border-box;
}
.right-content p{
  margin-top: 0;
  font-size: 16px;
}
.right-content p span{
  color:#c9e520;
}
.right-content p:last-child{
  margin-bottom: 0;
}
.inner-content{
  padding: 0 50px !important;
}
#about{
  padding-top: 142px;
  padding-bottom: 142px;
}
#about .green-line{
  margin-left: 20px !important;
}
.tabs-nav a{
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 40px;
}
.tabs-nav a+a{
 margin-left: 25px;
}
.tabs-nav a.active{
  border-top:2px solid #c9e520;
  color:#c9e520;
}
.services-slider{
  padding: 0 !important;
}
.services-slider h2.inner-title{
   width: 34%;
   margin-top: 69px;
 }
.services-slider h2.inner-title small{
  display: block;
  font-size:13px;
  color:#c0c0c0;
  font-weight: 400;
  text-transform: capitalize;
}
 .services-slider .right-content{
   width: 66%;
 }
#digital .green-line{
  display: block;
  margin-top: 10px !important;
  width: 0;
  transition: 0.3s ease-in-out 0.6s;
  -webkit-transition: 0.3s ease-in-out 0.6s;
  -moz-transition: 0.3s ease-in-out 0.6s;
  -ms-transition: 0.3s ease-in-out 0.6s;
}
 #merch .green-line{
   display: block;
   margin-top: 10px !important;
   width: 0;
   transition: 0.3s ease-in-out 0.6s;
   -webkit-transition: 0.3s ease-in-out 0.6s;
   -moz-transition: 0.3s ease-in-out 0.6s;
   -ms-transition: 0.3s ease-in-out 0.6s;
 }
 #consult h2.inner-title{
   padding-right: 20px;
   box-sizing: border-box;
 }
#consult .green-line{
  display: block;
  margin-top: 10px !important;
  width: 0;
  transition: 0.3s ease-in-out 0.6s;
  -webkit-transition: 0.3s ease-in-out 0.6s;
  -moz-transition: 0.3s ease-in-out 0.6s;
  -ms-transition: 0.3s ease-in-out 0.6s;
}
#digital.present .green-line,
#merch.present .green-line,
#consult.present .green-line{
  width: 63px;
}
.servises-list{
  color:#fff;
  padding-left: 0;
  margin-left: 0;
  padding-top: 10px !important;
}
.servises-list li{
  width: 50%;
  font-size: 16px;
  float: left;
  position: relative;
  box-sizing: border-box;
  list-style: none;
  padding: 0 30px 20px;
}
.servises-list li:before{
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 2px solid #c9e520;
  position: absolute;
  left: 0;
  top: 6px;
}
.services-slider .inner-content {
  padding: 0 30px !important;
}
.services-slider section{
  padding: 50px 40px !important;
}
#bgvid.hidden,
.video-overlay.hidden
{
  opacity: 0;
  visibility: hidden;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea{
  border:none;
  outline: none;
  background: #212325;
  width: 100%;
  padding: 5px 15px;
  font-size: 13px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  color:#fff;
}
textarea{
  resize: none;
  height: 150px;
  padding-top: 15px;
  padding-bottom:15px;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
  color:#fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus{
  background: #2C2F31;
}
.reveal .line-half{
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding-right: 10px;
  box-sizing: border-box;
}
.reveal .line-half+.line-half{
  padding-right: 0;
  padding-left: 10px;
}
.line-full{
  clear: both;
}
.button{
  display: inline-block;
  outline: none;
  border: none;
  background: #c9e520;
  color: #4B4D50;
  padding: 20px 35px;
  border-radius: 0;
  -webkit-appearance: none;
  font-size:13px;
  font-weight: 700;
  text-transform: uppercase;
  cursor:pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.button:hover{
  background: #DDF933;
}
#contacts form .button{
  float: right;
  margin-top: -28px;
  margin-right: 30px;
}
#contacts h2.inner-title{
  width: 40%;
}
#contacts .right-content{
  width: 60%;
  padding-right: 0;
}
#contacts p.form-title{
  position: relative;
  padding-left: 38px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#contacts .inner-title{
  padding-top: 40px;
}
#contacts .inner-title .green-line{
  margin-left: 30px!important;
  width: 100px;
}
.form-title:before{
  content: '';
  display: block;
  width: 23px;
  height: 2px;
  position: absolute;
  left: 0;
  top:9px;
  background: #c9e520;
}

::-webkit-input-placeholder {color:#656667;}
::-moz-placeholder          {color:#656667;}/* Firefox 19+ */
:-moz-placeholder           {color:#656667;}/* Firefox 18- */
:-ms-input-placeholder      {color:#656667;}


.hor-l{
  width: 60px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.3s ease-in-out 0.3s;
  -webkit-transition: 0.3s ease-in-out 0.3s;
  -moz-transition: 0.3s ease-in-out 0.3s;
  -ms-transition: 0.3s ease-in-out 0.3s;
  visibility: hidden;
}
.ver-l.ver-l-1{
  top:-15px;
  right:70px;
}
.ver-l.ver-l-2{
  top:0px;
  right:60px;
}
.ver-l{
  width: 2px;
  height: 30px;
  background: #fff;
  position: absolute;
  transition: 2s ease-in-out 0.3s;
  -webkit-transition: 2s ease-in-out 0.3s;
  -moz-transition: 2s ease-in-out 0.3s;
  -ms-transition: 2s ease-in-out 0.3s;
  visibility: hidden;
}
.hor-l.hor-l-1{
  top:50%;
  right: -30px;
}
.hor-l.hor-l-2{
  top:30%;
  left: -30px;
}
.ver-l.ver-l-3{
  bottom:-5px;
  left:120px;
}
.ver-l.ver-l-4{
  bottom:-20px;
  left:130px;
}

@media (min-width: 1400px){
  .logo img{
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 959px){
  .slides{
    width: 100% !important;
  }
  h2.main-title{
    padding-left: 0;
  }
  .slides .logo-main{
    padding-left: 0;
    padding-bottom: 20px;
  }
  .ver-l{
    display: none;
  }
  .hor-l{
    display: none;
  }
  .reveal h2.inner-title{
    width: 100%;
    float: none;
    margin-bottom: 20px;
    margin-top:0;
  }
  .reveal .right-content{
    width: 100%;
    float: none;
    padding: 0;
  }
  .reveal .services-slider h2.inner-title .green-line{
    display: none !important;
  }
  #contacts h2.inner-title {
    width: 100%;
    padding-top: 0;
  }
  #contacts .right-content{
    width: 100%;
  }
  section#about{
    padding: 80px 30px;
  }
  .inner-content {
    padding: 0 0px !important;
  }
  header nav a+a {
    margin-left: 25px;
  }

}
@media (max-width: 640px){
  .reveal h2.inner-title {
    font-size: 1em;}
  .inner-title .green-line {
    vertical-align: 12px;
  }
  .reveal h2 {
    font-size: 1.1em;}
  .services-slider .inner-content{
    padding: 0 !important;
  }
}

@media (max-height: 640px) and (orientation: landscape) {
  html, body{
    overflow: auto;
    min-height: 660px !important;
  }
  .reveal{
    -ms-touch-action:auto !important;
    touch-action:auto !important;
  }
  footer {
    position: absolute;
  }
  header {
    position: absolute;
  }
.scroll-wrap {
    position: relative !important;
    height: 100% !important;
  }
}

@media (max-width: 520px){
  header nav a:first-child {
    visibility: hidden;
    opacity: 0;
    position: absolute;
  }
  footer {
    position: absolute;
    bottom: 20px;
  }
  footer .copy{
    display: none;
  }
  footer .mail{
    float: none;
    text-align: center;
  }
  header nav a{
    font-size: 12px;
  }
  header nav a+a {
    margin-left: 20px;
  }
  header {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 222;
    left: 20px;
  }
  section#about {
    padding: 30px 30px;
  }
  .reveal .slides > section, .reveal .slides > section > section{
    padding: 30px;
  }
  .reveal h2 {
    font-size: 0.8em;
  }
  .services-slider section {
    padding: 30px !important;
  }
}
@media (max-width: 480px){
  .inner-title .green-line {
    display: none;
  }
  header nav a+a {
    margin-left: 15px;
  }
  .reveal .line-half{
    width: 100%;
    padding:0 !important;
    float: none;
  }
  #contacts p.form-title{
    display: none;
  }
  .servises-list li {
    width: 100%;
    font-size: 16px;
    float: left;
    position: relative;
    box-sizing: border-box;
    list-style: none;
    padding: 0px 20px 11px;
  }
  nav.tabs-nav {
    white-space: nowrap;
  }
  .tabs-nav a+a {
    margin-left: 3px;
  }
  .tabs-nav a{
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  html, body{
    overflow: auto;
    min-height: 660px !important;
  }
  .reveal{
    -ms-touch-action:pan-x !important;
    touch-action: pan-x !important;

  }
  .reveal h2.inner-title {
    font-size: 0.7em;
  }

}
