/*!
 * Ezakus v1.0
 */
.margin0 {
  margin-bottom: 0 !important;
}
.margin10 {
  margin-bottom: 10px !important;
}
.margin20 {
  margin-bottom: 20px !important;
}
.margin30 {
  margin-bottom: 30px !important;
}
.margin40 {
  margin-bottom: 40px !important;
}
.margin50 {
  margin-bottom: 50px !important;
}
.margin60 {
  margin-bottom: 60px !important;
}
.margin70 {
  margin-bottom: 70px !important;
}
.margin80 {
  margin-bottom: 80px !important;
}
.margin90 {
  margin-bottom: 90px !important;
}
.margin100 {
  margin-bottom: 100px !important;
}
/* @override 
	http://ezakus.twuix.com/css/ezakus.css */
body {
  background-color: #F9F9F9;
  color: #444444;
  font-size: 14px;
  padding-top: 70px;
}
#footer {
  padding-top: 40px;
  background: #777777 url('../img/bkg-dark.jpg') repeat;
  color: #CCC;
  padding: 30px 0;
}
@media (max-width: 900px) {
  body {
    padding-top: 0;
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  .subnav .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .subnav .container {
    width: 1180px;
  }
}
/* FONTS
--------------------------------------*/
.light {
  font-weight: 300;
}
p {
  line-height: 26px;
}
h1 {
  font-size: 30px;
  line-height: 28px;
  margin: 0 0 20px;
}
#promo h1 {
  text-align: left;
}
.section {
  margin: 0;
  padding: 20px 0 40px 0;
  position: relative;
}
section h1 {
  text-align: center;
  margin: 0 0 40px 0;
}
section p {
  text-align: justify;
}
h1 small {
  font-size: 30px;
  /*     font-weight: 300; */

  color: #DE3625;
  text-transform: uppercase;
}
.intro {
  font-size: 20px;
  font-weight: 200;
}
p.lead {
  line-height: 1.4em;
  font-size: 1.3em;
  text-align: left;
}
/* PROMO BLOC
--------------------------------------*/
#promo {
  background-image: url("../img/bkg-dark.jpg");
  background-size: 200px 200px;
  padding: 0;
}
#promo H1 {
  color: #EEE;
  text-shadow: 0px -1px 0px #000000, 0px 1px 0px #ffffff;
  font-size: 36px;
  line-height: 48px;
}
#promo H2 {
  color: #DDD;
  text-shadow: 0px -1px 0px #000000, 0px 1px 0px #000000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}
#promo .hero-unit p {
  color: #DDDDDD;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  text-shadow: none;
}
.hero-unit {
  padding: 26px;
}
/* NAVBAR
 -------------------------------------------------- */
#masthead .navbar-inner {
  border: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.11), 0 5px 7px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.11), 0 5px 7px rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.11), 0 5px 7px rgba(0, 0, 0, 0.19);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#be2617), color-stop(0.105, #e43726));
  background-image: -moz-linear-gradient(90deg, #be2617 0%, #e43726 10.5%);
  min-height: 30px;
}
#masthead .brand {
  padding: 10px 20px;
}
#masthead .navbar .nav > li > a {
  color: #EEE;
  min-width: 60px;
  text-align: center;
  padding: 27px 8px;
  text-shadow: 0 -1px 0 #000000;
  font-weight: 400;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  font-size: 0.95em;
}
#masthead .navbar .nav > .active > a,
#masthead .navbar .nav > .active > a:hover,
#masthead .navbar .nav > li > a:hover,
#masthead .navbar .nav > .active > a:focus {
  background-color: #CE3627;
  background: #ce3627;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ce3627), color-stop(1, #e43726));
  background: -ms-linear-gradient(bottom, #ce3627, #e43726);
  background: -moz-linear-gradient(center bottom, #ce3627 0%, #e43726 100%);
  background: -o-linear-gradient(#e43726, #ce3627);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e43726', endColorstr='#ce3627', GradientType=0);
  text-decoration: none;
  -moz-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.09), inset 0 -2px 3px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.09), inset 0 -2px 3px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.09), inset 0 -2px 3px rgba(0, 0, 0, 0.08);
  border-left: 1px solid #A63B3B;
  border-right: 1px solid #f8443c;
}
/* SUB NAVBAR
-------------------------------------------------- */
.subnav .navbar-inner {
  /*    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);*/

  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.11), 0 5px 7px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.11), 0 5px 7px rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.11), 0 5px 7px rgba(0, 0, 0, 0.19);
  background: #fbfbfb;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fbfbfb), color-stop(1, #e9e9e9));
  background: -ms-linear-gradient(bottom, #fbfbfb, #e9e9e9);
  background: -moz-linear-gradient(center bottom, #fbfbfb 0%, #e9e9e9 100%);
  background: -o-linear-gradient(#e9e9e9, #fbfbfb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#fbfbfb', GradientType=0);
  border-top: 1px solid #FFF;
  box-shadow: none;
  border-bottom: 1px solid #FFF;
  border-radius: 0;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.067);
  min-height: 70px;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover,
.subnav .nav > .active > a:focus {
  background: none;
  /*    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;*/

  /*    color: #41B7D8;*/

  text-decoration: none;
}
.subnav .nav > li > a {
  min-width: 60px;
  text-align: center;
  padding: 27px 10px;
}
.separator {
  margin: 15px 0;
  padding: 20px 0;
  width: 100%;
  background: url("../img/separator.png") no-repeat scroll center center transparent;
}
/* CAROUSEL
 -------------------------------------------------- */
/* Carousel base class */
.carousel .container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-control {
  background-color: transparent;
  border: 0;
  font-size: 120px;
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.carousel .item {
  max-height: 500px;
  overflow: hidden;
}
.carousel img {
  min-width: 1600px;
  width: 100%;
}
.carousel-control.right {
  right: 30px;
}
.carousel-control {
  left: 30px;
}
.carousel-control a {
  color: #FFF;
}
.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 550px;
  padding: 0 20px;
  margin-bottom: 100px;
}
.carousel-caption h1 {
  font-size: 60px;
}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  line-height: 1.25em;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.carousel-caption .btn {
  margin-top: 10px;
}
.promoIntro {
  height: 270px;
  overflow: hidden;
}
/* Featurettes
 ------------------------- */
.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */

}
.featurette {
  padding-top: 120px;
  /* Vertically center images part 1: add padding above and below text. */

  overflow: hidden;
  /* Vertically center images part 2: clear their floats. */

}
.featurette-image {
  margin-top: -120px;
  /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */

}
/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
#social-buttons > a {
  display: block;
  float: left;
  height: 49px;
  margin: 5px 5px 5px 0;
  width: 49px;
}
#contact-info a:hover {
  color: #E43725;
}
#map {
  margin: 0;
}
/* Performance
--------------------------*/.performance {
  width: 180px;
  height: 130px;
  border: 4px solid #e73b2b;
  -moz-border-radius: 96px;
  -webkit-border-radius: 96px;
  border-radius: 96px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #474243;
  -moz-box-shadow: inset 0 4px 8px rgba(1, 1, 1, 0.46);
  -webkit-box-shadow: inset 0 4px 8px rgba(1, 1, 1, 0.46);
  box-shadow: inset 0 4px 8px rgba(1, 1, 1, 0.46);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4MCAxODAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMWYyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmM2QzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgwIiBoZWlnaHQ9IjE4MCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #231f21 0%, #3f3d3d 100%);
  background-image: -o-linear-gradient(bottom, #231f21 0%, #3f3d3d 100%);
  background-image: -webkit-linear-gradient(bottom, #231f21 0%, #3f3d3d 100%);
  background-image: linear-gradient(bottom, #231f21 0%, #3f3d3d 100%);
  text-align: center;
  padding-top: 50px;
  margin: auto;
}
.performance-big {
  color: #EEE;
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  margin-top: 60px;
  text-shadow: 0 -1px 0 #000000;
}
.performance-small {
  color: #BBB;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 -1px 0 #000000;
}
/* BUTTON
----------------------------------------------------*/
.btn,
input[type="button"],
#searchsubmit {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 10px 5px 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #FFF;
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffFFFFFF', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #FFFFFF;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #D5D5D5;
  *border: 0;
  border-top-color: #EEE;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.11), 0 10px 4px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.11), 0 10px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.11), 0 10px 4px rgba(0, 0, 0, 0.07);
}
.btn:hover {
  background-position: 0 -40px;
  transition: background-position 0.1s linear 0s;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.03);
}
/*  PRESS
---------------------*/
#sidebar {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 25px 0;
  -webkit-transition-duration: 1s;
  -webkit-transition-delay: .2s;
  -moz-transition-duration: 1s;
  -moz-transition-delay: .2s;
  transition-duration: 1s;
  transition-delay: .2s;
}
#sidebar #s {
  width: 90%;
}
#sidebar #searchsubmit {
  width: auto;
}
#sidebar aside li {
  padding: 5px;
  line-height: 1em;
}
#sidebar aside li:hover {
  border-radius: 5px;
  background-color: #ebebeb;
}
#sidebar aside a {
  font-size: .8em;
}
.press-coverage {
  margin: 15px 25px 15px 0px;
  padding: 20px 0;
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.press-coverage article {
  background: url("../img/separator.png") no-repeat scroll center bottom transparent;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.press-month {
  background: url("../img/separator.png") no-repeat scroll center bottom transparent;
  margin: 15px 0;
  padding: 20px 0;
  width: 100%;
}
.press-coverage H3 {
  font-weight: 200;
  text-align: left;
  margin-bottom: 20px;
}
.press-coverage .press-date {
  width: 11%;
}
.press-coverage .press-date,
.press-coverage .press-source,
.press-coverage .press-headline {
  display: inline-block;
  vertical-align: top;
}
.press-coverage .press-source {
  font-weight: bold;
  width: 20%;
}
.press-coverage p {
  text-align: left;
}
.press-coverage h2.entry-title {
  line-height: 1em;
  margin-bottom: 15px;
}
.press-coverage h2.entry-title a {
  color: #444444;
}
.press-coverage h2.entry-title a:hover {
  color: #ed6d4b;
}
#main-nav .badge {
  padding: 1px 8px 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 12px;
}
/*  UTILS
------------------------------------------------------*/
.margin0 {
  margin-bottom: 0 !important;
}
.margin10 {
  margin-bottom: 10px !important;
}
.margin20 {
  margin-bottom: 20px !important;
}
.margin30 {
  margin-bottom: 30px !important;
}
.margin40 {
  margin-bottom: 40px !important;
}
.margin50 {
  margin-bottom: 50px !important;
}
.margin60 {
  margin-bottom: 60px !important;
}
.margin70 {
  margin-bottom: 70px !important;
}
.margin80 {
  margin-bottom: 80px !important;
}
.margin90 {
  margin-bottom: 90px !important;
}
.margin100 {
  margin-bottom: 100px !important;
}
/* RESPONSIVE CSS
 -------------------------------------------------- */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 1020;
  }
}
label.valid {
  width: 24px;
  height: 24px;
  background: url(../img/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}