﻿body 
{
  background-color: #ffffff;
}

.navbar
{
  font-weight: 700;
  background-color: rgba(64, 64, 64, 0.9);
  border-bottom: 0 none;
  box-shadow: 0px 7px 8px -3px rgba(0,0,0,0.75);
}

.navbar .navbar-collapse
{
  border:0 none;
}

.navbar #navigation a,
.navbar #navigation a:visited
{
  color: #bdbdbd;
  transition: all 500ms ease 0s;
  outline: medium none;
}

.navbar #navigation a:hover,
.navbar #navigation a:focus
{
  color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar #navigation .active a,
.navbar #navigation .active a:visited, 
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus
{
  background-color: transparent; 
  color: #79c1f9; 
  outline: medium none;
}

.navbar .navbar-toggle
{
  border: none;    
}

.navbar .navbar-toggle .icon-bar
{
  background: #bdbdbd;
}

.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:focus .icon-bar
{
  background: #ffffff;  
}

.navbar .navbar-brand,
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus,
.navbar .navbar-brand:visited 
{
  font-family: 'Comfortaa', arial;   
  font-weight:700;
  font-style:normal;
  font-size:2em;
  text-transform: lowercase;
  display:none;
  color: #79c1f9;
}

.welcome 
{
  float: left;
  width: 100%;
  height: 100vh;
  background: #a3a3a3 url('../img/meeting.jpg') no-repeat center;
  background-size: cover;
  overflow: hidden;
}

@media only screen and (max-width: 2000px) and (max-height: 2000px)
{
  .welcome { background-image: url('../img/meeting2000x2000.jpg'); }
}

@media only screen and (max-width: 800px) and (max-height: 800px) 
{
  .welcome { background-image: url('../img/meeting800x800.jpg'); }
}

.welcome div
{
  display: inline-block;  
  position: absolute;
  left: 0;
  top: 71vh;
  padding: 0.8vh 3vw 2vh 10vw;
  text-align: left;
  background-color: #404040;
}

.welcome div span,
.welcome div h1
{
  display: block;
  text-align: right;
}

.welcome div span
{
  font-family: 'Comfortaa', arial;
  font-weight: 700;
  font-size: 15vw; 
  text-transform: lowercase;
  line-height: 15vw;
  color: #79c1f9;
  margin: 0;
  padding: 0;
}

.welcome div h1
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  font-size: 4vw;
  text-transform: uppercase;
  color: #ffffff;
  margin: -1vw 0 0 0;
  padding: 0 0.6vw 0 0;
}

@media screen and (orientation:portrait) 
{
  .welcome div { top: 71vh; padding: 0.8vw 3vw 2vw 10vw; }
  .welcome div span { font-size: 15vw; line-height: 15vw; }
  .welcome div h1 { font-size: 4vw; margin: -1vw 0 0 0; padding: 0 0.6vw 0 0; }
}

@media screen and (orientation:landscape) 
{
  .welcome div { top: 71vh; padding: 0.8vh 3vh 2vh 10vh; font-size: 12vh; }
  .welcome div span { font-size: 15vh; line-height: 15vh; }
  .welcome div h1 { font-size: 4vh; margin: -1vh 0 0 0; padding: 0 0.6vh 0 0; }
}

#Over
{
  clear:both;
  margin-top: 80px;
  padding-top:120px;
}

.whatwedo .type
{
  display: inline-block;
  text-align: center; 
  margin: 30px;  
}

.whatwedo i
{
  font-family: 'FontAwesome';
  font-size: 180px;
  color: #404040;
  z-index: -1;
  text-shadow: 2px 2px 4px #c0c0c0; 
  cursor: default;
  transition: all 500ms ease 0s;
}

.whatwedo h3
{
  position:relative;    
}

.whatwedo h3:before 
{
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: -20px;
  background-color: #79c1f9;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 3px;
}

.whatwedo .type:hover h3:before 
{
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.center
{
  text-align: center;
}

.center p
{
  text-align: left;
  padding-left: 0px;
  padding-bottom: 10px;
  margin-top: 10px;
}

.howitworks,
.portfolio
{
  font-family: Helvetica, Arial, sans-serif;
}

h2
{
  clear: both;
  font-size: 90px;
  padding-top: 50px;
  margin-bottom: 30px;
  color: #4e4e4e;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: #ffffff;
  filter: dropshadow(color=#000000, offx=2, offy=5);
  text-shadow: 2px 5px 5px #000000;
}

h3
{
  font-family: Helvetica, Arial, sans-serif;
  color: #666666;
  font-size: 16px;
  font-weight: 600;   
  margin-bottom: 5px;
  margin-top: 15px;
}

.howitworks span,
.portfolio span
{
  color: #4e4e4e;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.6em;
  overflow: hidden;
  display: block;
  padding-right: 10px;
}

.howitworks .step,
.portfolio .customer
{
  margin-bottom: 40px;
  text-align: left;
}

.step i 
{
  background: #ffffff none repeat scroll 0 0;
  border: 3px solid #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 0 5px #f2f2f2 inset;
  color: #404040;
  float: left;
  font-size: 48px;
  height: 110px;
  line-height: 110px;
  margin: 3px 25px 3px 3px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 110px;
  cursor: default;
}

.step:hover i
{
  background: #404040 none repeat scroll 0 0;
  border: 3px solid #404040;
  box-shadow: 0 0 0 5px #404040 inset;
  color: #79c1f9;
}

.portfolio .logospacer
{
  position: relative;
  width: 300px;    
  height: 90px;
  margin-bottom: 20px;
}

.portfolio .logo 
{
   position: absolute;
   left: 0;
   bottom: 0;    
}

.parallax 
{
  clear: both;
  margin-top: 100px;
  margin-bottom: 50px;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/parallax.jpg');
  height: 210px; 
}

@media only screen and (max-width: 1000px) 
{
  h2 { font-size: 70px;  }
}

@media only screen and (max-width: 800px) 
{
  h2 { font-size: 60px; }
  .parallax { background-image: url('../img/parallax.jpg'); }
  .step i 
  {
    font-size: 40px;
    height: 90px;
    line-height: 90px;
    width: 90px;
  }
}

@media only screen and (max-width: 500px) 
{
  h2 { font-size: 50px; }
  .step i 
  {
    font-size: 32px;
    height: 75px;
    line-height: 75px;
    width: 75px;
  }
}

@media only screen and (max-width: 320px) 
{
  h2 { font-size: 40px; }
}

@-webkit-keyframes hvr-pop 
{
  50% 
  {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop 
{
  50% 
  {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.customer .logo,
.step h3,
.hvr-pop 
{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.customer:hover .logo,
.step:hover h3,
.step:hover i,
.hvr-pop:hover, 
.hvr-pop:focus, 
.hvr-pop:active 
{
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.forma 
{
  margin-top: 20px;
}

.forma input[type="text"] 
{
  background: #ededed none repeat scroll 0 0;
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #555555;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 10px;
  transition: all 500ms ease 0s;
}

.forma input[type="text"]:focus,
.forma textarea:focus 
{
  outline: medium none;
}

.forma .fn,
.forma .fe
{
  margin-bottom: 10px;
  width: 370px;
}

.forma .fn 
{
  margin-right: 10px;
}

.forma .fs 
{
  margin-bottom: 10px;
  max-width: 816px;
}

.forma textarea 
{
  background: #ededed none repeat scroll 0 0;
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #555555;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 300;
  height: 153px;
  max-width: 816px;
  padding-bottom: 10px;
  padding-top: 10px;
  resize: none;
  transition: all 500ms ease 0s;
}

.forma input[type="text"]:focus, 
.forma textarea:focus 
{
  background: #dfdfdf none repeat scroll 0 0;
}

.forma input[type="submit"]
{
  border-radius: 8px;
  border: 0px none;
  background: #a0a0a0 none repeat scroll 0 0;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700; 
  margin-top: 6px;
  padding: 10px 17px;
  transition: all 500ms ease 0s;
}

.forma input[type="submit"]:focus,
.forma input[type="submit"]:hover
{
  color: #79c1f9;
  background-color: #404040;
}

.forma .invalid 
{
  border-color: #e54963!important;
}

.forma .pnlbtn
{
  height: 50px;
}

.forma .msgfeedback
{
  height: 50px;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
}

.forma .msgfeedback #msgsuccess
{
  color: #2ba874;
  display: none;
}
.forma .msgfeedback #msgerror
{
  color: #e54963;
  display: none;
}

.legalfooter
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #adadad;
  background-color: #404040;
  margin-top: 70px;
  font-size:  12px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.legalfooter a,
.legalfooter a:visited
{
  outline: medium none;
  text-decoration: none;
  color: #adadad;
  transition: all 500ms ease 0s;
}

.legalfooter a:focus,
.legalfooter a:hover
{
  text-decoration: underline;   
  color: #79c1f9;
}

.contact .row { text-align: center; }

@media screen and (max-width: 1229px) {
  .fn { width: 100% !important; }
  .fe { width: 100% !important; }
}