/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: FLATTY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

body {
  background-color: #f2f2f2;
    font-family: 'verdana', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'bonvenocflight', sans-serif;
    font-weight: 300;
    color: #333;
}

h1 {
	font-size: 40px;
}

h3 {
	color: #95a5a6;
	font-weight: 400;
}

h4 {
	color: #95a5a6;
	font-weight: 400;
	font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #7dc255;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
	background-color: #ffffff;
	border-color: #7dc255;
}

.navbar-default .navbar-brand {
	color: #333;
}

.navbar-default .navbar-nav > li > a {
	color: #333;
}

/* Helpers */

.mt {
	margin-top: 40px;
	margin-bottom: 40px;
}

.form-control {
	height: 42px;
	font-size: 18px;
	width: 280px;
}

i {
	margin: 8px;
	color: inherit; 
}

.input-group-addon i{
  margin: 0px;
  font-size: 18px;
}

.input-group{
  margin:5px;
}

.input-group-btn button{
  height: 42px;
}

/* HeaderWrap */
#headerwrap {
	/*background: url(../img/handshake2.jpg) no-repeat center center; */
	background-color: #7dc255;
	margin-top: -20px;
	padding-top:200px;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*#headerwrap h1 {
	margin-top: 60px;
	margin-bottom: 15px;
	color: white;
	font-size: 45px;
	font-weight: 300;
	letter-spacing: 1px;
}*/

@media (max-width: 992px) {
  /*#headerwrap h1 {margin-top: 30px;}*/
  
}

/* ONE HOUR EXTRA */
.skilltag{
  display: inline-block; background-color:#7dc255;color:#ffffff;font-size: 10px;margin: 2px 4px 2px 4px; padding: 0px 6px 0px 6px; line-height: 15px;
}

.icon-counter .counter {
display: block;
font-size: 60px;
line-height: 1;
margin-top: 30px;
font-weight: 300;
}

/* ********
   COUNTERS
   ******** */
.icon-counter {
  text-align: center;
}
.icon-counter .counter {
  display: block;
  font-size: 60px;
  line-height: 1;
  margin-top: 30px;
  font-weight: 300;
}
.icon-counter .counter.big {
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
}
.icon-counter .description {
  display: block;
  margin-top: 30px;
}
/* ************
   SQUARE ICONS
   ************ */

.square-icon-box:before {
  border: 3px solid #7dc255;
}
.square-icon-hover:hover .square-icon-box {
  color: #ffffff;
}
.square-icon-hover:hover .square-icon-box:before {
  background-color: #7dc255;
}

.square-icon-box {
  width: 100px;
  height: 100px;
  margin: auto;
  font-size: 30px;
  position: relative;
  margin-bottom: 60px;
  margin-top: 40px;
  line-height: 100px;
}
.square-icon-box i {
  position: relative;
  z-index: 1;
}
.square-icon-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s all ease ease-out;
  -moz-transition: all 0.3s all ease ease-out;
  -o-transition: all 0.3s all ease ease-out;
  transition: all 0.3s all ease ease-out;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.square-icon-small {
  width: 56px;
  height: 56px;
  line-height: 56px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.media .square-icon-small {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.media .media-heading {
  font-weight: 700;
}
.square-icon-hover a {
  color: inherit;
}
.square-icon-hover:hover a {
  text-decoration: underline;
}
.square-icon-hover:hover .square-icon-box {
  color: #ffffff;
}
.square-icon-hover:hover .square-icon-box:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.input-group-addon-icon{
  min-width: 42px;
}

/*chat bubbles*/

.bubble 
{
  position: relative;
  min-height: 22px;
  padding: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width:80%;
  clear:both;
  margin:5px;
  padding:10px;
}
.received_bubble{
  float:left;
  background:yellow;
  color:black;
}
.sent_bubble{
  float:right;
  text-align: right;
  background:orange;
  color:black;
}
.received_bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 15px 0;
border-color: transparent yellow;
display: block;
width: 0;
z-index: 1;
left: -14px;
top: 6px;
}

.sent_bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 0 15px 15px;
border-color: transparent orange;
display: block;
width: 0;
z-index: 1;
right: -14px;
top: 6px;
}

/* TEXT GLOW */
@media (min-width: 1601px) {
  .text-glow{
      -webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px #60ff00;
      -webkit-transition: width 0.3s; /*Safari & Chrome*/
      transition: width 0.3s;
      -moz-transition: width 0.3s; /* Firefox 4 */
      -o-transition: width 0.3s; /* Opera */
       
  }
  
  #intime1 {
      -ms-transform: rotate(10deg); /* IE 9 */
      -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
      transform: rotate(10deg);
      position:absolute;top:48%;left:10%;
  }
  #intime2 {
      -ms-transform: rotate(-10deg); /* IE 9 */
      -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
      transform: rotate(-10deg);
      position:absolute;top:50%;right:4%;
  }
  .intimeh3{
    font-size:50px;
    color:#fff;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .text-glow{
      -webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px #60ff00;
      -webkit-transition: width 0.3s; /*Safari & Chrome*/
      transition: width 0.3s;
      -moz-transition: width 0.3s; /* Firefox 4 */
      -o-transition: width 0.3s; /* Opera */
       
  }
  
  #intime1 {
      -ms-transform: rotate(10deg); /* IE 9 */
      -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
      transform: rotate(10deg);
      position:absolute;top:48%;left:6%;
  }
  #intime2 {
      -ms-transform: rotate(-10deg); /* IE 9 */
      -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
      transform: rotate(-10deg);
      position:absolute;top:51%;right:3%;
  }
  .intimeh3{
    font-size:50px;
    color:#fff;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .text-glow{
      -webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px #60ff00;
      -webkit-transition: width 0.3s; /*Safari & Chrome*/
      transition: width 0.3s;
      -moz-transition: width 0.3s; /* Firefox 4 */
      -o-transition: width 0.3s; /* Opera */
       
  }
  
  #intime1 {
      -ms-transform: rotate(10deg); /* IE 9 */
      -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
      transform: rotate(10deg);
      position:absolute;top:49%;left:6%;
  }
  #intime2 {
      -ms-transform: rotate(-10deg); /* IE 9 */
      -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
      transform: rotate(-10deg);
      position:absolute;top:53%;right:3%;
  }
  .intimeh3{
    font-size:40px;
    color:#fff;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .text-glow{
      -webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px #60ff00;
      -webkit-transition: width 0.3s; /*Safari & Chrome*/
      transition: width 0.3s;
      -moz-transition: width 0.3s; /* Firefox 4 */
      -o-transition: width 0.3s; /* Opera */
       
  }
  
  #intime1 {
      -ms-transform: rotate(10deg); /* IE 9 */
      -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
      transform: rotate(10deg);
      position:absolute;top:53%;left:4%;
  }
  #intime2 {
      -ms-transform: rotate(-10deg); /* IE 9 */
      -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
      transform: rotate(-10deg);
      position:absolute;top:55%;right:1%;
  }
  .intimeh3{
    font-size:35px;
    color:#fff;
  }
}
@media (min-width: 801px) and (max-width: 900px) {
  .text-glow{
      -webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px #60ff00;
      -webkit-transition: width 0.3s; /*Safari & Chrome*/
      transition: width 0.3s;
      -moz-transition: width 0.3s; /* Firefox 4 */
      -o-transition: width 0.3s; /* Opera */
       
  }
  
  #intime1 {
      -ms-transform: rotate(10deg); /* IE 9 */
      -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
      transform: rotate(10deg);
      position:absolute;top:55%;left:6%;
  }
  #intime2 {
      -ms-transform: rotate(-10deg); /* IE 9 */
      -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
      transform: rotate(-10deg);
      position:absolute;top:57%;right:1%;
  }
  .intimeh3{
    font-size:28px;
    color:#fff;
  }
}

@media (min-width: 701px) and (max-width: 800px) {
  .text-glow{
      -webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px #60ff00;
      -webkit-transition: width 0.3s; /*Safari & Chrome*/
      transition: width 0.3s;
      -moz-transition: width 0.3s; /* Firefox 4 */
      -o-transition: width 0.3s; /* Opera */
       
  }
  
  #intime1 {
      -ms-transform: rotate(10deg); /* IE 9 */
      -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
      transform: rotate(10deg);
      position:absolute;top:53%;left:6%;
  }
  #intime2 {
      -ms-transform: rotate(-10deg); /* IE 9 */
      -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
      transform: rotate(-10deg);
      position:absolute;top:55%;right:1%;
  }
  .intimeh3{
    font-size:24px;
    color:#fff;
  }
}
@media (min-width: 621px) and (max-width: 700px) {
  .text-glow{
      -webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px #60ff00;
      -webkit-transition: width 0.3s; /*Safari & Chrome*/
      transition: width 0.3s;
      -moz-transition: width 0.3s; /* Firefox 4 */
      -o-transition: width 0.3s; /* Opera */
       
  }
  
  #intime1 {
      -ms-transform: rotate(10deg); /* IE 9 */
      -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
      transform: rotate(10deg);
      position:absolute;top:51%;left:4%;
  }
  #intime2 {
      -ms-transform: rotate(-10deg); /* IE 9 */
      -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
      transform: rotate(-10deg);
      position:absolute;top:52%;right:1%;
  }
  .intimeh3{
    font-size:20px;
    color:#fff;
  }
}

@media (min-width: 501px) and (max-width: 620px) {
  .text-glow{
      -webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px #60ff00;
      -webkit-transition: width 0.3s; /*Safari & Chrome*/
      transition: width 0.3s;
      -moz-transition: width 0.3s; /* Firefox 4 */
      -o-transition: width 0.3s; /* Opera */
       
  }
  
  #intime1 {
      -ms-transform: rotate(10deg); /* IE 9 */
      -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
      transform: rotate(10deg);
      position:absolute;top:49%;left:4%;
  }
  #intime2 {
      -ms-transform: rotate(-10deg); /* IE 9 */
      -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
      transform: rotate(-10deg);
      position:absolute;top:50%;right:1%;
  }
  .intimeh3{
    font-size:18px;
    color:#fff;
  }
}
@media (min-width: 451px) and (max-width: 500px) {
  .text-glow{
      -webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px #60ff00;
      -webkit-transition: width 0.3s; /*Safari & Chrome*/
      transition: width 0.3s;
      -moz-transition: width 0.3s; /* Firefox 4 */
      -o-transition: width 0.3s; /* Opera */
       
  }
  
  #intime1 {
      -ms-transform: rotate(10deg); /* IE 9 */
      -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
      transform: rotate(10deg);
      position:absolute;top:45%;left:4%;
  }
  #intime2 {
      -ms-transform: rotate(-10deg); /* IE 9 */
      -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
      transform: rotate(-10deg);
      position:absolute;top:46%;right:0%;
  }
  .intimeh3{
    font-size:16px;
    color:#fff;
  }
}
@media (min-width: 371px) and (max-width: 450px) {
  .text-glow{
      -webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px #60ff00;
      -webkit-transition: width 0.3s; /*Safari & Chrome*/
      transition: width 0.3s;
      -moz-transition: width 0.3s; /* Firefox 4 */
      -o-transition: width 0.3s; /* Opera */
       
  }
  
  #intime1 {
      -ms-transform: rotate(10deg); /* IE 9 */
      -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
      transform: rotate(10deg);
      position:absolute;top:43%;left:2%;
  }
  #intime2 {
      -ms-transform: rotate(-10deg); /* IE 9 */
      -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
      transform: rotate(-10deg);
      position:absolute;top:44%;right:0%;
  }
  .intimeh3{
    font-size:14px;
    color:#fff;
  }
}
@media (max-width: 370px) {
  .text-glow{
      -webkit-stroke-width: 5.3px;
      -webkit-stroke-color: #FFFFFF;
      -webkit-fill-color: #FFFFFF;
      text-shadow: 1px 0px 20px #60ff00;
      -webkit-transition: width 0.3s; /*Safari & Chrome*/
      transition: width 0.3s;
      -moz-transition: width 0.3s; /* Firefox 4 */
      -o-transition: width 0.3s; /* Opera */
       
  }
  
  #intime1 {
      -ms-transform: rotate(10deg); /* IE 9 */
      -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
      transform: rotate(10deg);
      position:absolute;top:40%;left:0%;
  }
  #intime2 {
      -ms-transform: rotate(-10deg); /* IE 9 */
      -webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
      transform: rotate(-10deg);
      position:absolute;top:41%;right:0%;
  }
  .intimeh3{
    font-size:12px;
    color:#fff;
  }
}

.intimeh3{
  display:inline;
  text-align: center;
  vertical-align: top;
  font-family: 'digital_dreamregular';
}

#onelinepitch{
    position: absolute;
}
 
@media (min-width: 1451px)  {
  #onelinepitch{
    top:15%;left:15%;
  }
  #onelinepitch_img{
    float:left;margin-right:40px;height: 120px;
  }
  #onelinepitch_h1{
    color:#fff;float:left;font-size:60px;margin-top:40px;color:#fff!important;
    font-family: 'bonvenocflight', sans-serif;
    font-weight: 300;
  }
}

@media (min-width: 1000px) and (max-width: 1450px)  {
  #onelinepitch{
    top:12%;left:10%;
  }
  #onelinepitch_img{
    clear:both; margin-right:40px;height: 100px;
  }
  #onelinepitch_h1{
    clear:both; color:#fff;font-size:48px;margin-top:20px;color:#fff!important;
    font-family: 'bonvenocflight', sans-serif;
    font-weight: 300;
  }
}

@media (min-width: 666px) and (max-width: 999px)  {
  #onelinepitch{
    top:100px;left:100px;
  }
  #onelinepitch_img{
    clear:both; margin-right:40px;height: 80px;
  }
  #onelinepitch_h1{
    clear:both; color:#fff;font-size:36px;margin-top:20px;color:#fff!important;
    font-family: 'bonvenocflight', sans-serif;
    font-weight: 300;
  }
}

@media (min-width: 551px) and (max-width: 665px)  {
  #onelinepitch{
    top:120px;left:0px;text-align: center;
  }
  #onelinepitch_img{
    clear:both; margin-right:auto;margin-left:auto;height: 80px;
  }
  #onelinepitch_h1{
    clear:both; color:#fff;font-size:36px;margin-top:360px;color:#fff!important;
    font-family: 'bonvenocflight', sans-serif;
    font-weight: 300;
  }
}

@media (max-width: 550px)  {
  #onelinepitch{
    top:120px;left:0px;text-align: center;
  }
  #onelinepitch_img{
    clear:both; margin-right:auto;margin-left:auto;height: 80px;
  }
  #onelinepitch_h1{
    clear:both; color:#fff;font-size:36px;margin-top:280px;color:#fff!important;
    font-family: 'bonvenocflight', sans-serif;
    font-weight: 300;
  }
}

/*SIDE BAR*/
@media (min-width: 979px) {
    #sidebar.affix-top {
      position: static;
          margin-top:30px;
          width:228px;
    }
    
    #sidebar.affix {
      position: fixed;
      top:70px;
      width:228px;
    }
  }
  
  #sidebar li.active {
          border:0 #eee solid;
          border-right-width:4px;
}

