/* karla-regular - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/karla-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Karla'), local('Karla-Regular'),
       url('/fonts/karla-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/karla-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/karla-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/karla-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/karla-v5-latin-regular.svg#Karla') format('svg'); /* Legacy iOS */
}
/* karla-700 - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/karla-v5-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Karla Bold'), local('Karla-Bold'),
       url('/fonts/karla-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/karla-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/karla-v5-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/karla-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/karla-v5-latin-700.svg#Karla') format('svg'); /* Legacy iOS */
}
/* Switch CSS */
.switch {
  display: inline-block;
  width: 75px;
  height: 26px;
  position: relative;
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top,#e6e6e6,#fff);
  background-image: -ms-linear-gradient(top,#e6e6e6,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6e6e6),to(#fff));
  background-image: -webkit-linear-gradient(top,#e6e6e6,#fff);
  background-image: -o-linear-gradient(top,#e6e6e6,#fff);
  background-image: linear-gradient(top,#e6e6e6,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6',endColorstr='#ffffff',GradientType=0);
  border-color: #fff #fff #d9d9d9;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  padding: 0;
  outline: 0;
  overflow: hidden;
  cursor: pointer
 }
 
  .switch:hover,.switch:active,.switch.active,.switch.disabled,.switch[disabled] {background-color: #fff;*background-color:#f2f2f2}
 
  .switch:active,.switch.active {background-color: #e6e6e6 9}
 
  .switch>.switch-track {
    display: block;
    width: 13px;
    height: 26px;
    position: absolute;
    z-index: 1;
    border: 0;
    -webkit-border-radius: 13px 0 0 13px;
    -moz-border-radius: 13px 0 0 13px;
    border-radius: 13px 0 0 13px;
    background-color: #0069cc;
    background-image: -moz-linear-gradient(top,#05c,#08c);
    background-image: -ms-linear-gradient(top,#05c,#08c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#05c),to(#08c));
    background-image: -webkit-linear-gradient(top,#05c,#08c);
    background-image: -o-linear-gradient(top,#05c,#08c);
    background-image: linear-gradient(top,#05c,#08c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0055cc',endColorstr='#0088cc',GradientType=0);
    border-color: #08c #08c #005580;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *background-color: #08c;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: width .15s linear,opacity .15s linear;
    -moz-transition: width .15s linear,opacity .15s linear;
    -ms-transition: width .15s linear,opacity .15s linear;
    -o-transition: width .15s linear,opacity .15s linear;
    transition: width .15s linear,opacity .15s linear
   }
 
    .switch>.switch-track:hover,.switch>.switch-track:active,.switch>.switch-track.active,.switch>.switch-track.disabled,.switch>.switch-track[disabled] {background-color: #08c;*background-color:#0077b3}
 
    .switch>.switch-track:active,.switch>.switch-track.active {background-color: #069 9}
 
  .switch.switch-warning>.switch-track {
    background-color: #f9a123;
    background-image: -moz-linear-gradient(top,#f89406,#fbb450);
    background-image: -ms-linear-gradient(top,#f89406,#fbb450);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f89406),to(#fbb450));
    background-image: -webkit-linear-gradient(top,#f89406,#fbb450);
    background-image: -o-linear-gradient(top,#f89406,#fbb450);
    background-image: linear-gradient(top,#f89406,#fbb450);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89406',endColorstr='#fbb450',GradientType=0);
    border-color: #fbb450 #fbb450 #f89406;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *background-color: #fbb450
   }
 
    .switch.switch-warning>.switch-track:hover,.switch.switch-warning>.switch-track:active,.switch.switch-warning>.switch-track.active,.switch.switch-warning>.switch-track.disabled,.switch.switch-warning>.switch-track[disabled] {background-color: #fbb450;*background-color:#faa937}
 
    .switch.switch-warning>.switch-track:active,.switch.switch-warning>.switch-track.active {background-color: #fa9f1e 9}
 
  .switch.switch-danger>.switch-track {
    background-color: #d14641;
    background-image: -moz-linear-gradient(top,#bd362f,#ee5f5b);
    background-image: -ms-linear-gradient(top,#bd362f,#ee5f5b);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#bd362f),to(#ee5f5b));
    background-image: -webkit-linear-gradient(top,#bd362f,#ee5f5b);
    background-image: -o-linear-gradient(top,#bd362f,#ee5f5b);
    background-image: linear-gradient(top,#bd362f,#ee5f5b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd362f',endColorstr='#ee5f5b',GradientType=0);
    border-color: #ee5f5b #ee5f5b #e51d18;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *background-color: #ee5f5b
   }
 
    .switch.switch-danger>.switch-track:hover,.switch.switch-danger>.switch-track:active,.switch.switch-danger>.switch-track.active,.switch.switch-danger>.switch-track.disabled,.switch.switch-danger>.switch-track[disabled] {background-color: #ee5f5b;*background-color:#ec4844}
 
    .switch.switch-danger>.switch-track:active,.switch.switch-danger>.switch-track.active {background-color: #e9322d 9}
 
  .switch.switch-success>.switch-track {
    background-color: #58b058;
    background-image: -moz-linear-gradient(top,#51a351,#62c462);
    background-image: -ms-linear-gradient(top,#51a351,#62c462);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#51a351),to(#62c462));
    background-image: -webkit-linear-gradient(top,#51a351,#62c462);
    background-image: -o-linear-gradient(top,#51a351,#62c462);
    background-image: linear-gradient(top,#51a351,#62c462);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51a351',endColorstr='#62c462',GradientType=0);
    border-color: #62c462 #62c462 #3b9e3b;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *background-color: #62c462
   }
 
    .switch.switch-success>.switch-track:hover,.switch.switch-success>.switch-track:active,.switch.switch-success>.switch-track.active,.switch.switch-success>.switch-track.disabled,.switch.switch-success>.switch-track[disabled] {background-color: #62c462;*background-color:#4fbd4f}
 
    .switch.switch-success>.switch-track:active,.switch.switch-success>.switch-track.active {background-color: #42b142 9}
 
  .switch.switch-fb>.switch-track {
    background-color: #41a7c5;
    background-image: -moz-linear-gradient(top,#2f80b4,#5b96de);
    background-image: -ms-linear-gradient(top,#2f80b4,#5b96de);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#2f80b4),to(#5b96de));
    background-image: -webkit-linear-gradient(top,#2f80b4,#5b96de);
    background-image: -o-linear-gradient(top,#2f80b4,#5b96de);
    background-image: linear-gradient(top,#2f80b4,#5b96de);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f80b4',endColorstr='#5b96de',GradientType=0);
    border-color: #5b96de #5b96de #2876c5;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *background-color: #5b96de
   }
 
    .switch.switch-fb>.switch-track:hover,.switch.switch-fb>.switch-track:active,.switch.switch-fb>.switch-track.active,.switch.switch-fb>.switch-track.disabled,.switch.switch-fb>.switch-track[disabled] {background-color: #5b96de;*background-color:#3186d5}
 
    .switch.switch-fb>.switch-track:active,.switch.switch-fb>.switch-track.active {background-color: #31b0d5 9}
 
  .switch.switch-info>.switch-track {
    background-color: #41a7c5;
    background-image: -moz-linear-gradient(top,#2f96b4,#5bc0de);
    background-image: -ms-linear-gradient(top,#2f96b4,#5bc0de);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#2f96b4),to(#5bc0de));
    background-image: -webkit-linear-gradient(top,#2f96b4,#5bc0de);
    background-image: -o-linear-gradient(top,#2f96b4,#5bc0de);
    background-image: linear-gradient(top,#2f96b4,#5bc0de);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f96b4',endColorstr='#5bc0de',GradientType=0);
    border-color: #5bc0de #5bc0de #28a1c5;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *background-color: #5bc0de
   }
 
    .switch.switch-info>.switch-track:hover,.switch.switch-info>.switch-track:active,.switch.switch-info>.switch-track.active,.switch.switch-info>.switch-track.disabled,.switch.switch-info>.switch-track[disabled] {background-color: #5bc0de;*background-color:#46b8da}
 
    .switch.switch-info>.switch-track:active,.switch.switch-info>.switch-track.active {background-color: #31b0d5 9}
 
  .switch.switch-inverse>.switch-track {
    background-color: #363636;
    background-image: -moz-linear-gradient(top,#222,#555);
    background-image: -ms-linear-gradient(top,#222,#555);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#555));
    background-image: -webkit-linear-gradient(top,#222,#555);
    background-image: -o-linear-gradient(top,#222,#555);
    background-image: linear-gradient(top,#222,#555);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222',endColorstr='#555555',GradientType=0);
    border-color: #555 #555 #2f2f2f;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *background-color: #555
   }
 
    .switch.switch-inverse>.switch-track:hover,.switch.switch-inverse>.switch-track:active,.switch.switch-inverse>.switch-track.active,.switch.switch-inverse>.switch-track.disabled,.switch.switch-inverse>.switch-track[disabled] {background-color: #555;*background-color:#484848}
 
    .switch.switch-inverse>.switch-track:active,.switch.switch-inverse>.switch-track.active {background-color: #3b3b3b 9}
 
  .switch.active>.switch-track {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 61px
   }
 
  .switch>.switch-thumb {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 3;
    top: 0;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -ms-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(top,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',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);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    *background-color: #e6e6e6;
    border: 1px solid #999;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-transition: left .15s linear;
    -moz-transition: left .15s linear;
    -ms-transition: left .15s linear;
    -o-transition: left .15s linear;
    transition: left .15s linear;
   }
 
    .switch>.switch-thumb:hover,.switch>.switch-thumb:active,.switch>.switch-thumb.active,.switch>.switch-thumb.disabled,.switch>.switch-thumb[disabled] {background-color: #e6e6e6;*background-color:#d9d9d9}
 
    .switch>.switch-thumb:active,.switch>.switch-thumb.active {background-color: #ccc 9}
 
    .switch>.switch-thumb:hover {
      background-position: 0 -15px;
      -webkit-transition: left .15s linear,background-position .1s linear;
      -moz-transition: left .15s linear,background-position .1s linear;
      -ms-transition: left .15s linear,background-position .1s linear;
      -o-transition: left .15s linear,background-position .1s linear;
      transition: left .15s linear,background-position .1s linear
     }
 
    .switch>.switch-thumb:before,.switch>.switch-thumb:after {
      display: block;
      width: 61px;
      height: 24px;
      position: absolute;
      z-index: -1;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 24px;
      text-shadow: 0 1px 1px rgba(0,0,0,0.25);
      text-align: center
     }
 
    .switch>.switch-thumb:before {
      content: attr(data-on);
      left: -50px;
      text-indent: -6px;
      color: #fff
     }
 
    .switch>.switch-thumb:after {
      content: attr(data-off);
      left: 11px;
      text-indent: 6px;
      color: #555
     }
 
  .switch.active>.switch-thumb {left: 49px}
 
  .switch>input[type="checkbox"] {display: none}

div.bootbox.modal {
  width: 450px !important;
  margin-left: -225px !important;
}
div.bootbox.modal .modal-body {
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
}
div.bootbox.modal .modal-body ul {
  padding-top: 10px;
}
div.bootbox.modal .modal-body ul {
  font-size: 15px;
  color: gray;
}
div.bootbox.modal .modal-footer {
  text-align: center !important;
}
div.bootbox.modal .modal-footer a:focus {
  box-shadow: 0 0 0 white !important;
  outline: 0 none;
}
.input-prepend.input-block-level {
  display: table;
  table-layout: auto;
}
.input-prepend.input-block-level .add-on {
  display: table-cell;
}
.input-prepend.input-block-level > input {
  width: 95%;
}
/*!
* TAGS INPUT from https://github.com/xoxco/jQuery-Tags-Input
*/
div.tagsinput { border:none; background: #FFF; padding:5px; width:100%; height:20px; overflow-y: auto;}
div.tagsinput span.tag { font-family: 'Karla'; border: 1px solid #0bb287; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius: 2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cdf6ee; color: #156e5d; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag a { font-family: 'Karla'; font-weight: bold; color: white; text-decoration:none; font-size: 13px;  } 
div.tagsinput input { width:90px; margin:0px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius: 2px;font-family: Karla; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; } 
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}

.dialog-image {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 40px;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 999999;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.dswitch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */
.flag {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-top: -1px;
    margin-right: 3px;
    background: url('/img/flags.png') no-repeat;
}
.flag.flag-null {
  display: none;
}

.flag.flag-gw {
    background-position: -96px -80px;
}

.flag.flag-gu {
    background-position: -80px -80px;
}

.flag.flag-gt {
    background-position: -64px -80px;
}

.flag.flag-gr {
    background-position: -48px -80px;
}

.flag.flag-gq {
    background-position: -32px -80px;
}

.flag.flag-gp {
    background-position: -16px -80px;
}

.flag.flag-gy {
    background-position: -112px -80px;
}

.flag.flag-gg {
    background-position: -160px -64px;
}

.flag.flag-ge {
    background-position: -144px -64px;
}

.flag.flag-gd {
    background-position: -128px -64px;
}

.flag.flag-gb {
    background-position: -112px -64px;
}

.flag.flag-ga {
    background-position: -96px -64px;
}

.flag.flag-gn {
    background-position: 0 -80px;
}

.flag.flag-gm {
    background-position: -224px -64px;
}

.flag.flag-gl {
    background-position: -208px -64px;
}

.flag.flag-gi {
    background-position: -192px -64px;
}

.flag.flag-gh {
    background-position: -176px -64px;
}

.flag.flag-lb {
    background-position: -128px -112px;
}

.flag.flag-lc {
    background-position: -144px -112px;
}

.flag.flag-la {
    background-position: -112px -112px;
}

.flag.flag-tv {
    background-position: -96px -208px;
}

.flag.flag-tw {
    background-position: -112px -208px;
}

.flag.flag-tt {
    background-position: -80px -208px;
}

.flag.flag-tr {
    background-position: -64px -208px;
}

.flag.flag-lk {
    background-position: -176px -112px;
}

.flag.flag-li {
    background-position: -160px -112px;
}

.flag.flag-lv {
    background-position: -16px -128px;
}

.flag.flag-to {
    background-position: -48px -208px;
}

.flag.flag-lt {
    background-position: -224px -112px;
}

.flag.flag-lu {
    background-position: 0 -128px;
}

.flag.flag-lr {
    background-position: -192px -112px;
}

.flag.flag-ls {
    background-position: -208px -112px;
}

.flag.flag-th {
    background-position: -208px -192px;
}

.flag.flag-tg {
    background-position: -192px -192px;
}

.flag.flag-td {
    background-position: -176px -192px;
}

.flag.flag-tc {
    background-position: -160px -192px;
}

.flag.flag-ly {
    background-position: -32px -128px;
}

.flag.flag-do {
    background-position: -112px -48px;
}

.flag.flag-dm {
    background-position: -96px -48px;
}

.flag.flag-dj {
    background-position: -64px -48px;
}

.flag.flag-dk {
    background-position: -80px -48px;
}

.flag.flag-de {
    background-position: -48px -48px;
}

.flag.flag-ye {
    background-position: -112px -224px;
}

.flag.flag-dz {
    background-position: -128px -48px;
}

.flag.flag-uy {
    background-position: -192px -208px;
}

.flag.flag-vu {
    background-position: -80px -224px;
}

.flag.flag-qa {
    background-position: -32px -176px;
}

.flag.flag-tm {
    background-position: -16px -208px;
}

.flag.flag-eh {
    background-position: -192px -48px;
}

.flag.flag-ee {
    background-position: -160px -48px;
}

.flag.flag-eg {
    background-position: -176px -48px;
}

.flag.flag-za {
    background-position: -128px -224px;
}

.flag.flag-ec {
    background-position: -144px -48px;
}

.flag.flag-us {
    background-position: -176px -208px;
}

.flag.flag-et {
    background-position: 0 -64px;
}

.flag.flag-zw {
    background-position: -160px -224px;
}

.flag.flag-es {
    background-position: -224px -48px;
}

.flag.flag-er {
    background-position: -208px -48px;
}

.flag.flag-ru {
    background-position: -96px -176px;
}

.flag.flag-rw {
    background-position: -112px -176px;
}

.flag.flag-rs {
    background-position: -80px -176px;
}

.flag.flag-re {
    background-position: -48px -176px;
}

.flag.flag-it {
    background-position: -96px -96px;
}

.flag.flag-ro {
    background-position: -64px -176px;
}

.flag.flag-tz {
    background-position: -128px -208px;
}

.flag.flag-bd {
    background-position: -32px -16px;
}

.flag.flag-be {
    background-position: -48px -16px;
}

.flag.flag-bf {
    background-position: -64px -16px;
}

.flag.flag-bg {
    background-position: -80px -16px;
}

.flag.flag-vg {
    background-position: -32px -224px;
}

.flag.flag-ba {
    background-position: 0 -16px;
}

.flag.flag-bb {
    background-position: -16px -16px;
}

.flag.flag-bm {
    background-position: -128px -16px;
}

.flag.flag-bn {
    background-position: -144px -16px;
}

.flag.flag-bo {
    background-position: -160px -16px;
}

.flag.flag-bh {
    background-position: -96px -16px;
}

.flag.flag-bj {
    background-position: -112px -16px;
}

.flag.flag-bt {
    background-position: -208px -16px;
}

.flag.flag-jm {
    background-position: -128px -96px;
}

.flag.flag-bw {
    background-position: -224px -16px;
}

.flag.flag-ws {
    background-position: -96px -224px;
}

.flag.flag-br {
    background-position: -176px -16px;
}

.flag.flag-bs {
    background-position: -192px -16px;
}

.flag.flag-je {
    background-position: -112px -96px;
}

.flag.flag-by {
    background-position: 0 -32px;
}

.flag.flag-bz {
    background-position: -16px -32px;
}

.flag.flag-tn {
    background-position: -32px -208px;
}

.flag.flag-om {
    background-position: -64px -160px;
}

.flag.flag-zm {
    background-position: -144px -224px;
}

.flag.flag-ua {
    background-position: -144px -208px;
}

.flag.flag-jo {
    background-position: -144px -96px;
}

.flag.flag-mz {
    background-position: -128px -144px;
}

.flag.flag-ck {
    background-position: -128px -32px;
}

.flag.flag-ci {
    background-position: -112px -32px;
}

.flag.flag-ch {
    background-position: -96px -32px;
}

.flag.flag-co {
    background-position: -192px -32px;
}

.flag.flag-cn {
    background-position: -176px -32px;
}

.flag.flag-cm {
    background-position: -160px -32px;
}

.flag.flag-cl {
    background-position: -144px -32px;
}

.flag.flag-ca {
    background-position: -32px -32px;
}

.flag.flag-cg {
    background-position: -80px -32px;
}

.flag.flag-cf {
    background-position: -64px -32px;
}

.flag.flag-cd {
    background-position: -48px -32px;
}

.flag.flag-cz {
    background-position: -32px -48px;
}

.flag.flag-cy {
    background-position: -16px -48px;
}

.flag.flag-vc {
    background-position: 0 -224px;
}

.flag.flag-cr {
    background-position: -208px -32px;
}

.flag.flag-cv {
    background-position: 0 -48px;
}

.flag.flag-cu {
    background-position: -224px -32px;
}

.flag.flag-ve {
    background-position: -16px -224px;
}

.flag.flag-pr {
    background-position: -192px -160px;
}

.flag.flag-ps {
    background-position: -208px -160px;
}

.flag.flag-pw {
    background-position: 0 -176px;
}

.flag.flag-pt {
    background-position: -224px -160px;
}

.flag.flag-py {
    background-position: -16px -176px;
}

.flag.flag-tl {
    background-position: 0 -208px;
}

.flag.flag-iq {
    background-position: -48px -96px;
}

.flag.flag-pa {
    background-position: -80px -160px;
}

.flag.flag-pf {
    background-position: -112px -160px;
}

.flag.flag-pg {
    background-position: -128px -160px;
}

.flag.flag-pe {
    background-position: -96px -160px;
}

.flag.flag-pk {
    background-position: -160px -160px;
}

.flag.flag-ph {
    background-position: -144px -160px;
}

.flag.flag-pl {
    background-position: -176px -160px;
}

.flag.flag-hr {
    background-position: -160px -80px;
}

.flag.flag-ht {
    background-position: -176px -80px;
}

.flag.flag-hu {
    background-position: -192px -80px;
}

.flag.flag-hk {
    background-position: -128px -80px;
}

.flag.flag-hn {
    background-position: -144px -80px;
}

.flag.flag-vn {
    background-position: -64px -224px;
}

.flag.flag-jp {
    background-position: -160px -96px;
}

.flag.flag-me {
    background-position: -96px -128px;
}

.flag.flag-md {
    background-position: -80px -128px;
}

.flag.flag-mg {
    background-position: -112px -128px;
}

.flag.flag-ma {
    background-position: -48px -128px;
}

.flag.flag-mc {
    background-position: -64px -128px;
}

.flag.flag-uz {
    background-position: -208px -208px;
}

.flag.flag-mm {
    background-position: -176px -128px;
}

.flag.flag-ml {
    background-position: -160px -128px;
}

.flag.flag-mo {
    background-position: -208px -128px;
}

.flag.flag-mn {
    background-position: -192px -128px;
}

.flag.flag-mh {
    background-position: -128px -128px;
}

.flag.flag-mk {
    background-position: -144px -128px;
}

.flag.flag-mu {
    background-position: -48px -144px;
}

.flag.flag-mt {
    background-position: -32px -144px;
}

.flag.flag-mw {
    background-position: -80px -144px;
}

.flag.flag-mv {
    background-position: -64px -144px;
}

.flag.flag-mq {
    background-position: -224px -128px;
}

.flag.flag-ms {
    background-position: -16px -144px;
}

.flag.flag-mr {
    background-position: 0 -144px;
}

.flag.flag-im {
    background-position: -16px -96px;
}

.flag.flag-ug {
    background-position: -160px -208px;
}

.flag.flag-my {
    background-position: -112px -144px;
}

.flag.flag-mx {
    background-position: -96px -144px;
}

.flag.flag-il {
    background-position: 0 -96px;
}

.flag.flag-va {
    background-position: -224px -208px;
}

.flag.flag-sa {
    background-position: -128px -176px;
}

.flag.flag-ae {
    background-position: -16px 0;
}

.flag.flag-ad {
    background-position: 0 0;
}

.flag.flag-ag {
    background-position: -48px 0;
}

.flag.flag-af {
    background-position: -32px 0;
}

.flag.flag-ai {
    background-position: -64px 0;
}

.flag.flag-vi {
    background-position: -48px -224px;
}

.flag.flag-is {
    background-position: -80px -96px;
}

.flag.flag-ir {
    background-position: -64px -96px;
}

.flag.flag-am {
    background-position: -96px 0;
}

.flag.flag-al {
    background-position: -80px 0;
}

.flag.flag-ao {
    background-position: -128px 0;
}

.flag.flag-an {
    background-position: -112px 0;
}

.flag.flag-as {
    background-position: -160px 0;
}

.flag.flag-ar {
    background-position: -144px 0;
}

.flag.flag-au {
    background-position: -192px 0;
}

.flag.flag-at {
    background-position: -176px 0;
}

.flag.flag-aw {
    background-position: -208px 0;
}

.flag.flag-in {
    background-position: -32px -96px;
}

.flag.flag-az {
    background-position: -224px 0;
}

.flag.flag-ie {
    background-position: -224px -80px;
}

.flag.flag-id {
    background-position: -208px -80px;
}

.flag.flag-ni {
    background-position: -208px -144px;
}

.flag.flag-nl {
    background-position: -224px -144px;
}

.flag.flag-no {
    background-position: 0 -160px;
}

.flag.flag-na {
    background-position: -144px -144px;
}

.flag.flag-nc {
    background-position: -160px -144px;
}

.flag.flag-ne {
    background-position: -176px -144px;
}

.flag.flag-ng {
    background-position: -192px -144px;
}

.flag.flag-nz {
    background-position: -48px -160px;
}

.flag.flag-np {
    background-position: -16px -160px;
}

.flag.flag-so {
    background-position: -64px -192px;
}

.flag.flag-nr {
    background-position: -32px -160px;
}

.flag.flag-fr {
    background-position: -80px -64px;
}

.flag.flag-sv {
    background-position: -112px -192px;
}

.flag.flag-sb {
    background-position: -144px -176px;
}

.flag.flag-fi {
    background-position: -16px -64px;
}

.flag.flag-fj {
    background-position: -32px -64px;
}

.flag.flag-fm {
    background-position: -48px -64px;
}

.flag.flag-fo {
    background-position: -64px -64px;
}

.flag.flag-tj {
    background-position: -224px -192px;
}

.flag.flag-sz {
    background-position: -144px -192px;
}

.flag.flag-sy {
    background-position: -128px -192px;
}

.flag.flag-kg {
    background-position: -192px -96px;
}

.flag.flag-ke {
    background-position: -176px -96px;
}

.flag.flag-sr {
    background-position: -80px -192px;
}

.flag.flag-ki {
    background-position: -224px -96px;
}

.flag.flag-kh {
    background-position: -208px -96px;
}

.flag.flag-kn {
    background-position: -16px -112px;
}

.flag.flag-km {
    background-position: 0 -112px;
}

.flag.flag-st {
    background-position: -96px -192px;
}

.flag.flag-sk {
    background-position: 0 -192px;
}

.flag.flag-kr {
    background-position: -48px -112px;
}

.flag.flag-si {
    background-position: -224px -176px;
}

.flag.flag-kp {
    background-position: -32px -112px;
}

.flag.flag-kw {
    background-position: -64px -112px;
}

.flag.flag-sn {
    background-position: -48px -192px;
}

.flag.flag-sm {
    background-position: -32px -192px;
}

.flag.flag-sl {
    background-position: -16px -192px;
}

.flag.flag-sc {
    background-position: -160px -176px;
}

.flag.flag-kz {
    background-position: -96px -112px;
}

.flag.flag-ky {
    background-position: -80px -112px;
}

.flag.flag-sg {
    background-position: -208px -176px;
}

.flag.flag-se {
    background-position: -192px -176px;
}

.flag.flag-sd {
    background-position: -176px -176px;
}

body {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  color: #666666;
  background: #efefef;
  transition: padding 0.5s;
}
.navbar-fixed-top {
  transition: padding 0.5s;
}
.btn {
  font-family: 'Karla', sans-serif;
}
.main {
    background: #fafafa;
    padding-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
}
.midmain {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0 17px 0;
  margin-bottom: 40px;
  background: #efefef;
}
.normalmain {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0 17px 0;
  margin-bottom: 40px;
}
.ieinput {
  background-position: top left;
  background-repeat: no-repeat;
}

.smallspinner {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-right: 6px;
  margin-top: 13px;
}
.votespinner {
  padding-top: 9px !important;
  margin-right: 3px;
}
.padmenu {
  width: 183px;
  padding-left: 15px;
  padding-right: 15px;
}
.blanker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white url(/img/grayspinner.gif) center center no-repeat;
  z-index: 1001;
}

#cookies {
  position: fixed;
  background: #f7f7f7;
  z-index:4999999;
  top: 0;
  left: 0;
  width: 100%;
  transition: height 0.5s;
  text-transform: uppercase;
  color: silver;
  letter-spacing: 1px;
}
#cookies p {
  margin-top: 6px;
  margin-bottom: 6px;
}
#cookies a, #cookies a:hover {
  color: gray;
}
.footer {
  margin-top: 10px;
  color: silver;
  text-shadow: 1px 1px 1px white;
  padding-top: 20px;
  padding-bottom: 40px;
}
.hide {
  display: none;
}
.disclaimer {
  color: #e1e1e1;
  font-size: 11px;
  line-height: 12px;
  text-shadow: none;
  display: inline-block;
  width: 200px;
}
.footer p{
  margin-bottom: 0;
}
.error-gap {
  padding-top: 20px;
}
.alert-info a, .alert-info a:hover {
  text-decoration: underline;
  color: #3a87ad;
}
input:focus, textarea:focus {
  outline: none !important;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(109,160,150,.6) !important;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(109,160,150,.6) !important;
  border-color: #00b484 !important;
 }
input.input-micro {
  width: 40px;
 }
a {
  color: #00b481;
}
a:hover {
  color: #00dfa0;
  text-decoration: none;
}
footer a, .footer a {
  padding-left: 5px;
  font-size: 14px !important;
  color: gray !important;
}
footer a:hover, .footer a:hover {
  color: #333333 !important;
  text-decoration: none;
}
.copyandlegal a {
  padding-left: 0 !important;
  color: silver !important;
}
.top {
  vertical-align: top;
}
.disabled i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  text-shadow: 1px 1px 1px white;
  color: gray;
}
h1 a {
  color: #d9d9d9;
  text-decoration: none;
}
h1 a:hover {
  color: #d9d9d9;
  text-decoration: none;
}
h1 {
  font-size: 52px;
  text-align: center;
  line-height: 52px;
  margin: 10px 0 10px 0;
}
h1.front {
  font-weight: 400 !important;
  font-size: 54px !important;
  text-align: left;
}
h1.front-icons {
  margin-top: 30px;
  margin-bottom: 60px;
  font-weight: 200;
  color: silver;
}
h2.front {
  font-family: 'Karla', sans-serif;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  color: silver;
  font-weight: 200;
  font-style: normal;
  text-shadow: none;
  margin-top: 8px;
}
h2.smaller {
  font-size: 20px;
}
.subhead {
  font-size: 26px;
}
h4 {
  font-size: 36px;
  text-align: center;
  line-height: 40px;
  margin: 5px 0 5px 0;
}
h3 {
  text-align: center;
  font-weight: 400;
  letter-spacing: -1px;
}
h3.tight {
  line-height: 28px;
}
h3.tighter {
  line-height: 20px;
}
h3.fatty {
  line-height: 56px;
}
h1.how {
  font-weight: 400;
  letter-spacing: -1px;
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 10px 30px 10px;
  font-size: 38px;
  text-align: center;
  line-height: 42px;
  background: url(/img/bigquote.png) no-repeat 0 20px;
  color: #a6a6a6;
}
.code {
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-size: 13px;
}
.rightline {
  border-right: 1px solid #e8e8e8;
}
.howstep {
  margin-top: 20px;
  border-top: 1px solid silver;
  font-size: 18px;
  text-align: center;
}
.howstep h2 {
  line-height: 32px !important;
  margin-bottom: 20px;
}
.howfinal {
  margin-top: 20px;
  padding-top: 20px;
  font-size: 18px;
  text-align: center;
}
.howboxer {
  margin: 10px auto 30px auto;
  width: 680px;
  padding: 20px;
  background: white;
  box-shadow: 0 0 5px gray;
}
.howboxer .agencies-medals,.howboxer .agencies-gold {
  box-shadow: none;
  border-color: #dddddd;
}
.howboxer .agencies-medalhead {
  border-top: 1px solid #dddddd;
}
.howboxer .agencies-gold .agencies-medalhead {
  border-top: none;
}
.bottomright {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
span.smaller {
  font-size: 18px;
}
span.tiny {
  font-size: 15px;
}
.zocial {
  font-family: 'Karla', sans-serif !important;
}
.askBtn {
  width: 195px;
  height: 39px;
  display: inline;
}
.askForInfo {
  cursor: pointer;
}
.icon40 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  width: 40px;
  height: 40px;
  vertical-align: top;
  margin-right: 8px;
  margin-top: 2px;
}
.center {
  text-align: center;
}
.right {
  text-align: right !important;
}
.popover.right {
  text-align: left !important;
}
.product-index {
  font-size: 18px;
  text-align: center;
}
.product-index .icon-ok {
  font-size: 50px;
  line-height: 110px;
  transition: font-size 0.5s;
}

.product-index .icon-ok:hover {
  color: #555555;
  font-size: 64px;
}
.btn-huge {
  font-size: 28px;
  line-height: 50px;
  font-weight: 700;
  margin: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.nomargin {
  margin: 0 !important;
}
.cobranding {
  float: left;
  font-size: 32px;
  margin-top: 24px;
  margin-left: 14px;
  color: #6dcfb6;
  text-decoration: none;
  font-weight: 400;
}
.agency-account-header {
  font-size: 26px;
  font-weight: 700;
  text-shadow: 1px 1px 1px white;
  width: 100%;
  border-bottom: 1px solid white;
  height: 36px;
  margin: 6px;
  margin-bottom: 18px;
}
.agency-package {
  height: 140px;
  background-position: top left;
  padding-top: 8px;
  text-shadow: 0px 0px 3px white;
}
.agency-package li {
  margin-left: 12px;
}
.agency-medal {
  width: 27px;
  height: 32px;
}
.agency-type{
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
}
.agency-teammember {
  float: left;
  width: 70px;
  padding: 10px;
  padding-top: 18px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  min-height: 92px;
  background: white;
  border: 1px solid silver;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.agency-teammember .close {
  visibility: hidden;
  position: absolute;
  top: 0px;
  right: 5px;
}
.agency-teammember:hover .close {
  visibility: visible;
}
.agency-teammembername {
  color: gray;
  text-decoration: none;
}
.agency-teammembername:hover {
  color: black;
  text-decoration: none;
}
#agency-addteam {
  color: silver;
}
#agency-addteam:hover {
  color: gray;
}
.agency-teammember img {
  width: 48px;
  height: 48px;
  box-shadow: 0px 0px 3px gray;
  margin-bottom: 10px;
  border: none;
}
.agency-client {
  float: left;
  width: 190px;
  height: 34px;
  padding: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  background: white;
  border: 1px solid silver;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.agency-client a {
  color: gray;
  text-decoration: none;
}
.agency-client a:hover {
  color: black;
  text-decoration: none;
}
.agency-client .close {
  visibility: hidden;
  margin-top: 4px;
}
.agency-client:hover .close {
  visibility: visible;
}
#agency-addclient {
  color: silver;
}
#agency-addclient:hover {
  color: gray;
}
.agency-client img {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 5px;
}

.spinneriframe {
  background: url(/img/spinnerwhite.gif) center 60px no-repeat;
}
#helpframe {
  background: url(/img/spinnerwhite.gif) center 60px no-repeat;
  width: 100%;
  height: 500px;
  border: 0px;
}
#wikiframe {
  background: url(/img/spinnerwhite.gif) center 90px no-repeat;
  width: 100%;
  min-height: 300px;
  border: 0px;
  margin-top: -20px;
  margin-bottom: -46px;
}
.terms {
  color: gray;
  text-align: left;
  margin-top: 22px;
  margin-left: 6px;
}
.nowell {
  margin: 20px -9px 20px 0;
  min-height: 20px;
  padding: 9px 0px 9px 9px;
}
.well-base {
  padding-bottom: 16px;
}
.terms input {
  vertical-align: top;
}
.input-cc {
  width: 150px !important;
}
.arrow {
  width: 51px;
  height: 40px;
}
.arrow-toleft {
  float: right;
  margin-right: 15px;
}
.arrow-toright {
  float: left;
  margin-left: 15px;
}
.arrow-one {
  margin-top: 30px;
  margin-bottom: -30px;
}
.arrow-two {
  margin-top: 57px;
  margin-bottom: -57px;
}
.arrow-three {
  margin-top: 76px;
  margin-bottom: -76px;
}
.modal {
  text-align: center;
  color: black;
}
.modal-locked {
  margin-top: 0 !important;
  top: 165px !important;
}
.modal .input-medium {
  width: 150px !important;
}
.tooltip {
  z-index: 9999999 !important;
  font-family: 'Karla', sans-serif;
  text-shadow: none;
}
.tooltip ul {
  text-align: left;
  padding-right: 10px;
}
.signincontainer {
  height: 450px;
}
.error-border {
  color: red;
}
.table-campaign-container {
  width: 450px;
}
.well {
  background: #f0f0f0;
  border: none;
  margin-top: 20px;
}
.accordion-heading {
  background: #e6e6e6;
  font-size: 20px;
  text-shadow: 1px 1px 1px white;
  font-weight: 700;
}
.accordion-heading a,
.accordion-heading a:visited,
.accordion-heading a:hover,
.accordion-heading a:active {
  color: gray;
}
.accordion-group {
  border: none;
}
.accordion-inner {
  border-top: 1px solid silver;
}
.btn-primary {
  background-color: #7bbf8d;
  background-image: -moz-linear-gradient(top, #00dfa0, #00b481);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00dfa0), to(#00b481));
  background-image: -webkit-linear-gradient(top, #00dfa0, #00b481);
  background-image: -o-linear-gradient(top, #00dfa0, #00b481);
  background-image: linear-gradient(to bottom, #00dfa0, #00b481);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00dfa0', endColorstr='#00b481', GradientType=0);
  border-color: #297d8a #297d8a #17474f;
  *background-color: #00b481;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #00b484;
  *background-color: #00b484;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus {
  background-color: #00b484 !important;
}
.btn-link {
  color: #00b484;
}
.btn-link:hover {
  color: #7dc28e;
}

.navbar .nav-list > .active > a,
.navbar .nav-list > .active > a:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #00b484;
}
.navbar .nav-pills > .active > a,
.navbar .nav-pills > .active > a:hover {
  background-color: #00b484;
}
.navbar .nav .dropdown {
  padding-top: 1px;
}
.navbar .nav .dropdown-menu li {
  margin-bottom: 4px;
}
.navbar .nav .dropdown-toggle {
  margin-top: 16px;
}
.navbar .nav .dropdown-toggle .caret {
  border-top-color: #0baf85 !important;
  border-bottom-color: #0baf85 !important;
}
.navbar .nav .dropdown-toggle:hover .caret {
  border-top-color: #0baf85 !important;
  border-bottom-color: #0baf85 !important;
}
.navbar {
  color: black;
  -webkit-font-smoothing: antialiased;
}
.navbar-inner {
  min-height: 68px;
  background-color: white;
  background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
  border: none;
}
.navbar .brand {
  display: block;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  width:150px;
  height:40px;
  background: url(/img/icon35.png) no-repeat 0 2px;
  padding: 0 0 0 40px;
  margin: 12px 10px 0 0;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: -2px;
  text-shadow: none;
  color: #0baf85;
}

.navbar .profilepic {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: none;
  vertical-align: middle;
  padding: 0;
  margin: -2px 8px 0 0;
}
.navbar-text {
  line-height: 45px;
}
.navbar-link {
  color: #000000;
}
.navbar-link:hover {
  color: #cccccc;
}
.navbar .divider-vertical {
  height: 1px;
  border: none !important;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 7.5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 7.5px;
}
.navbar-search {
  margin-top: 7.5px;
}
.navbar .nav > li > a {
  margin-top: 17px;
  padding: 6px 15px 6px;
  color: #0baf85;
  text-shadow: none;
  font-weight: 400;
  border-radius: 5px;
  margin-left: 6px;
}
.navbar .nav > li > a:hover {
  background: rgb(1, 203, 161); 
  background: rgba(11, 175, 133, .1);
}
.nav-highlight {
  background: rgb(1, 203, 161); 
  background: rgba(11, 175, 133, .1);
}
.navbar .nav > li > button {
  margin-top: 25.5px;
  margin-left: 13px;
  color: #0baf85;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #0baf85;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #ffffff;
  background-color: #237666;
}
.navbar .btn-navbar {
  background-color: #146253;
  background-image: -moz-linear-gradient(top, #0a5446, #237666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0a5446), to(#237666));
  background-image: -webkit-linear-gradient(top, #0a5446, #237666);
  background-image: -o-linear-gradient(top, #0a5446, #237666);
  background-image: linear-gradient(to bottom, #0a5446, #237666);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0a5446', endColorstr='#ff237666', GradientType=0);
  border-color: #237666 #237666 #123b33;
  *background-color: #237666;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  background-color: #237666;
  *background-color: #1d6355;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #174f44 \9;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #237666;
  color: #ffffff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav i {
  margin-right: 8px;
}
a.thumbnail:hover {
  border-color: #09b590;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: #09b590;
  background-image: -moz-linear-gradient(top, #09b590, #09b590);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#09b590), to(#09b590));
  background-image: -webkit-linear-gradient(top, #09b590, #09b590);
  background-image: -o-linear-gradient(top, #09b590, #09b590);
  background-image: linear-gradient(to bottom, #09b590, #09b590);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b590', endColorstr='#09b590', GradientType=0);
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background-color: #09b590;
  background-image: -moz-linear-gradient(top, #09b590, #09b590);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#09b590), to(#09b590));
  background-image: -webkit-linear-gradient(top, #09b590, #09b590);
  background-image: -o-linear-gradient(top, #09b590, #09b590);
  background-image: linear-gradient(to bottom, #09b590, #09b590);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b590', endColorstr='#09b590', GradientType=0);
}
.navpad {
  height: 88px;
}
.nav-outline {
  border: 1px solid #3cdcb3;
  padding: 5px 13px !important;
}
img.spinner {
  width: 66px;
  height: 66px;
  margin-top: 15px;
}
.input-tiny {
  width: 90px !important;
}
.input-tiniest {
  width: 75px !important;
}
.shareBtn {
  width: 222px;
  margin-top: 8px;
}
.shareBtn:hover {
  color:white !important;
}
.features-btn {
  margin-top: 20px;
  font-weight: 700;
}
.features-panel {
  padding: 100px 0;
  border-bottom: 1px solid #f4f4f4;
}
.features-panel p {
  color: #c8c8c8;
  font-size: 20px;
  line-height: 30px;
}
.features-right {
  text-align: right;
}
.features-left {
  text-align: left;
}
.for-topcase {
  background-color: #929292;
  height: 500px;
  margin-top: -20px;
  background-position: center;
  background-size: cover;
}
.for-topcase .container {
  position: relative;
  height: 300px;
}
.for-inflow {
  background-color: #929292;
  height: 120px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  background-size: cover;
  opacity: 0.4;
}
.for-inflow button {
  opacity: 0;
  transition: opacity 0.5s;
}
.for-inflow:hover {
  opacity: 1;
}
.for-inflow:hover button {
  opacity: 1;
}
.for-inflow h1 {
  color: white;
  text-shadow: 0 0 6px black;
  text-align: left;
  font-weight: normal;
  font-size: 50px;
}
.for-inflow h2 {
  color: white;
  text-shadow: 0 0 5px black;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
}
.for-topcase p {
  font-size: 28px;
  line-height: 32px;
  color: white;
  text-shadow: 0 0 3px black;
  width: 460px;
  position: absolute;
  top: 100px;
  right: 0;
}
.for-semitrans {
  background: rgba(255, 255, 255, 0.6);
  height: 200px;
}
.for-semitrans .midpagedemo {
  padding-top: 50px;
}
.for-semitrans .front-btns a,.for-semitrans .front-btns a:hover,.for-semitrans .front-btns a:active,.for-semitrans .front-btns a:focus {
  margin-top: 46px;
}
.for-brands {
  background-image: url(/img/for-brands.jpg);
}
.for-agencies {
  background-image: url(/img/for-agencies.jpg);
}
.for-hotels {
  background-image: url(/img/for-hotels.jpg);
}
.for-events {
  background-image: url(/img/for-events.jpg);
}
.for-recruitment {
  background-image: url(/img/for-recruitment.jpg);
}
.for-publishers {
  background-image: url(/img/for-publishers.jpg);
}
.for-ecommerce {
  background-image: url(/img/for-ecommerce.jpg);
}
.products-showcase {
  background-image: url(/img/products-showcase.jpg);
}
.products-engage {
  background-image: url(/img/products-engage.jpg);
}
.products-sell {
  background-image: url(/img/products-sell.jpg);
}
.for-row {
  padding: 80px 0;
}
.for-row p {
  font-size: 20px;
  line-height: 24px;
  color: white;
  text-shadow: 0 0 3px silver;
}
.for-row p.sub {
  margin-top: 33px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
}

.for-icon {
  width: 200px;
  height: 200px;
  font-size: 50px;
  line-height: 180px;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
  color: white;
}
.for-bigicon {
  font-size: 120px;
}
.for-row:nth-child(even) {
background: rgb(41,124,102); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(41,124,102,1) 0%, rgba(123,229,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(41,124,102,1)), color-stop(100%,rgba(123,229,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, rgba(41,124,102,1) 0%,rgba(123,229,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, rgba(41,124,102,1) 0%,rgba(123,229,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(41,124,102,1) 0%,rgba(123,229,204,1) 100%); /* IE10+ */
background: linear-gradient(45deg, rgba(41,124,102,1) 0%,rgba(123,229,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#297c66', endColorstr='#7be5cc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.for-row:nth-child(odd) {
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(30,87,153,1) 0%, rgba(125,185,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* IE10+ */
background: linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.for-row:nth-child(even) .for-icon {
  float: left;
  margin-right: 100px;
}
.for-row:nth-child(odd) .for-icon {
  float: right;
  margin-left: 100px;
}
.for-row:nth-child(even) p {
  text-align: left;
}
.for-row:nth-child(odd) p {
  text-align: right;
}
.for-row-x {
  background: silver;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}
.product-block {
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 20px;
}
.product-block img {
  margin-top: -40px;
  width: 175px;
  height: 175px;
  float: right;
}
.product-block:nth-child(even) {
  text-align: right;
  background: white;
}
.product-block:nth-child(even) img {
  float: left;
}
.product-name {
  letter-spacing: 3px;
  color: #888;
  text-transform: uppercase;
}

.product-name .btn {
  text-transform: none;
  letter-spacing: normal;
}
.product-intro {
  text-align: center;
  background: white;
  padding: 80px 30px;
  font-size: 20px;
}
.product-intro h2 {
  text-shadow: none;
}
.product-varieties {
  margin-bottom: 100px;
  text-align: center;
}
.product-variety {
  margin-top: 100px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: silver;
}
.product-variety img {
  margin-bottom: 25px;
}
#fromPitchd {
  overflow: hidden;
  position: fixed;
  background-color: black;
  background-image: -moz-linear-gradient(top, #000000, #3a3a3a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#3a3a3a));
  background-image: -webkit-linear-gradient(top, #000000, #3a3a3a);
  background-image: -o-linear-gradient(top, #000000, #3a3a3a);
  background-image: linear-gradient(to bottom, #000000, #3a3a3a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#3a3a3a', GradientType=0);
  z-index: 99999;
  color: silver;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  padding: 10px 0;
}
#fromPitchd a {
  color: #e7e7e7;
}
#fromPitchd a:hover {
  color: white;
}
#closeFromPitchd {
  color: white;
  text-shadow: none;
  margin-top: -6px;
}

.signInField {
  margin-top: 5px;
  padding-right: 10px;
  color: gray;
}

.signInField span {
  display: block;
  margin-bottom: 5px;
}
.signInField input {
  font-family: Karla;
  font-size: 24px;
  padding: 5px;
  height: 34px;
  background-color: #f7f7f7;
  border: none;
  box-shadow: none;
  glow: none;
  width: 100%;
}
.signInField button {
  width: 100%;
  background: #00b481;
  border: none;
  text-shadow: none;
  margin-top: 25px;
  margin-bottom: -15px;
  margin-left: -5px;
  margin-right: -15px;
  font-size: 24px;
  height: 40px;
  padding: 5px;
}
.signInField button:hover {
  background: #00976c;
}

#signIn-forgottenlinkstart {
  color: silver;
}
#signIn-forgottenlinkstart:hover {
  color: gray;
}
.forgotten-box {
  width: 375px;
  padding: 20px;
  margin: 40px auto 20px auto;
  box-shadow: 0 0 5px gray;
  background: white;
}
.forgotten-box .control-label {
  width: 109px;
}
.forgotten-box .controls {
  margin-left: 129px;
}
.passwordstrength {
  width: 220px;
  height: 12px;
  margin-top: 10px;
  margin-bottom: -10px;
}
.products-subhead {
  color: #0baf85;
  text-align: center;
  margin-top: 80px;
}
.chevron {
  width: 200px;
  height: 72px;
  background-image: url(/img/chevronbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  margin: 0;
  padding: 0;
  padding-top: 60px;
  font-size: 22px;
  text-align: center;
}
.chevron-1 {
  background-color: #5e70b9;
}
.chevron-2 {
  background-color: #7684c8;
}
.chevron-3 {
  background-color: #909bd2;
}
.chevron-4 {
  background-color: #adb3dd;
}
.about-benefits {
  margin-bottom: 40px;
}
.about-benefits p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: silver;
}
.about-benefits h3 {
  line-height: 26px;
}
.about-benefit {
  margin: 0 auto;
  width: 130px;
  height: 70px;
  overflow: hidden;
}
#about-benefit1 {
  background: url(/img/benefiticons.png) no-repeat;
}
#about-benefit2 {
  background: url(/img/benefiticons.png) -130px 0 no-repeat;
}
#about-benefit3 {
  background: url(/img/benefiticons.png) -260px 0 no-repeat;
}
#about-feature1 {
  background: url(/img/featureicons.png) no-repeat;
}
#about-feature2 {
  background: url(/img/featureicons.png) -130px 0 no-repeat;
}
#about-feature3 {
  background: url(/img/featureicons.png) -260px 0 no-repeat;
  width: 60px;
}
#about-feature4 {
  background: url(/img/featureicons.png) -320px 0 no-repeat;
  width: 65px;
}
#aboutusmap {
  height: 400px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.aboutus {
  font-size: 16px;
}
.aboutusclients {
  width: 480px;
  height: 297px;
}
.aboutuscontact {
  font-size: 24px;
}
input.contactform, textarea.contactform {
  display: block;
  width: 100%;
  font-family: 'Karla', Sans;
  box-shadow: none;
  border: none;
  padding-left: 12px;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
}
textarea.contactform {
  height: 120px;
}
.contact-send {
  margin-top: 12px !important;
  margin-left: 0 !important;
}
.contact-secondary {
  font-size: 20px;
  margin-bottom: 40px;
}
.contact-secondary i {
  margin-left: -28px;
  color: silver;
  padding-right: 6px;
}
.demoPic {
  border: 0;
  width: 245px;
  height: 347px;
}
.demoText {
  margin-top: 24px;
  color: gray;
  text-align: left;
}
.demoText span {
  color: black;
}
.demoPoints {
  text-align: left;
}
.demoPoints li {
  margin-top: 8px;
}
.promptrequest {
  text-align: center;
  margin-bottom: 0;
}
.manage-topbar {
  background: #f0f0f0;
  border-radius: 4px;
  padding: 3px 6px;
}
.manage-topbar .search-query {
  margin-top: 3px;
  margin-right: 6px;
}
.manage-topbar .btn:focus, .manage-topbar .btn:active, .manage-topbar .btn:hover {
  background: #f7f7f7 !important;
  background-image: none !important;
  border: 1px solid #d0d0d0 !important;
  color: black !important;
  text-shadow: none !important;
}
.manage-criteria {
  text-align: left;
}
.manage-criteria hr {
  width: 200px;
}
.manage-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid silver;
}
.manage-row .entry-iframe, .manage-row video {
  width: 100%;
}
.entry-facebookvideo {
  min-height: 210px;
}
.entry-instagramvideoembedouter {
  overflow: hidden;
}
.entry-instagramvideoembed {
  margin-top: -55px;
  height: 320px;
}
.manage-row .span3 {
  position: relative;
}
.manage-row .entry-soundlink {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 999;
}
.manage-row .entry-additional {
  width: 58px;
  margin-top: 9px;
  margin-right: 7px;
  margin-left: 0;
}
.manage-row .twitter-video-rendered {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -o-transform: scale(0.63);
  transform: scale(0.63);
}
.manage-row .entry-text {
  word-wrap: break-word;
}
.manage-table td {
  vertical-align: middle;
}
.manage-table td select {
  margin-top: 0;
  margin-bottom: 0;
}
.manage-auditbtn {
  width: 150px;
}
#audit {
  text-align: left;
}
#auditbody {
  max-height: 450px;
  scroll-y: none;
}
.participant-profilepic {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
#clusterchoosersearch {
  margin-top: 0;
}
.dashboard {
  margin-top: -20px;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  background: white;
}
.dashboard-inner {
  padding: 20px;
}
.dashboard-logo {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin-right: 6px;
  vertical-align: middle;
}
.flip {
  vertical-align: middle;
  background: url(/img/flip.png) no-repeat;
  color: #505050;
  padding-bottom: 4px;
  padding-top: 4px;
}
.gray {
  color: silver !important;
}
.darkgray {
  color: #5d5d5d !important;
}
.silver {
  color: gray !important;
}
.darkgreen {
  color: #005647;
}
.darkgreen:hover {
  color: #006658;
}
.white {
  color: white;
}
a.white:hover {
  color: #f2f2f2;
}
#notloadinggif {
  float: right;
  margin: 0;
  padding: 0;
  margin-bottom: -37px;
  width: 292px;
  height: 37px;
}
.switchchooser {
  margin: 4px 0;
  padding-left: 12px;
}
.switchchooser .switch {
  float: right;
  margin-top: 4px;
}
.switchchooser-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.switchchooser i {
  margin-top: 6px;
}
.switchchooser h3 {
  text-align: left;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 20px;
}
i.middle {
  margin-top: 9px !important;
  font-size: 16px;
}
.radios {
  text-align: left;
  margin-left: 135px;
}
.radios input {
  margin-right: 8px;
  vertical-align: top;
}
.tweet {
  text-align: left;
  background: white;
  color: black;
  font-family: 'Helvetica Neue', Arial, Sans;
}
.well .tweet {
  margin-left: 15px;
  margin-right: 15px;
}
.tweet textarea {
  margin-top: 8px;
  width: 95%;
  height: 42px
}
.showtweet {
  background: white;
  color: black;
  font-family: Georgia, 'Times New Roman', Palatino, serif;
  font-size: 17px;
}
.showtweet .actual {
  border-left: 1px solid #e8e8e8;
  padding-left: 10px;
}
.showtweet .name {
  font-family: 'Helvetica Neue', Arial, Sans;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.showtweet .name span {
  font-weight: normal;
}
.showtweet img {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.spinneroverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000 url(/img/spinner.gif) no-repeat center center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index: 1000;
}
.icon-notwhite {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.icon-notwhite:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.semitrans {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.semitrans .close {
  display: none !important;
}
.semitrans a {
  color: gray !important;
  cursor: default !important;
}
.transparent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.varietyinfo {
  margin-left: 4px !important;
}
.gapabove {
  padding-top: 20px;
}
.table th {
  font-weight: normal;
  color: gray;
}
.label a {
  color: rgba(255, 255, 255, 0.7);
}
.label a:hover {
  color: rgba(255, 255, 255, 1);
}
.currentclusters {
  color: gray;
  font-size: 12px;
}
.currentclusters .label{
  margin-top: 2px;
  margin-bottom: 2px;
}
.addtocluster {
  opacity: 0.2;
  cursor: pointer;
}
.addtocluster:hover {
  opacity: 0.8;
}
.popover-content ul {
  margin-left: 8px;
  margin-bottom: 0px;
}
.clustereditrow {
  margin-bottom: 0;
}
.clusterchoice {
  vertical-align: top;
  margin-top: 10px;
}
#clusterchooser {
  vertical-align: top;
  margin-top: -5px;
}
#editModal .well-small {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid silver;
}
#editModal .modal-footer span {
  margin-top: 5px;
  font-size: 13px;
  color: gray;
  text-shadow: 1px 1px 1px white;
}
#editModal .modal-footer span .label {
  text-shadow: none;
  color: white;
}
.dialogConfirmSubhead {
  font-size: 18px;
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.dialogConfirmSubhead span {
  opacity: 0.83;
}
.notopmargin {
  margin-top: 0px;
}
.threecards {
  text-align: center;
  width: 730px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.threecards .contain {
  margin-bottom: -60px;
}
.threecards blockquote, .othercards blockquote {
  display: none;
}
.othercards {
  margin-top: 30px;
  text-align: center;
  width: 840px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.frontthree {
  margin-top: 40px;
  height: 330px;
}
.frontthree .firstplace,.frontthree .secondplace,.frontthree .thirdplace {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.front-featured {
  text-align: center;
  font-size: 20px;
  color: silver;
}
.front-clients {
  display: inline-block;
  vertical-align: middle;
  background: url(/img/clients.png) no-repeat;
  height: 45px;
  width: 100px;
  overflow: hidden;
  margin-right: 10%;
}
#clientTwo {
  background-position: -100px 0;
}
#clientThree {
  background-position: -200px 0;
}
#clientFour {
  background-position: -300px 0;
}
.front-btns {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.front-btns .front-freetrial, .front-btns .front-freetrial:hover, .front-btns .front-freetrial:focus {
  text-decoration: none;
  background: #0baf85;
  color: white;
  margin-top: 10px;
}
.front-btns .front-freetrial:hover, .front-btns .front-freetrial:focus {
  background-color: #2EB895;
}
.front-testamonial {
  font-size: 26px;
  line-height: 29px;
}
.front-testamonial-who {
  font-size: 16px;
  margin-top: 20px;
}
.front-testamonial-inner {
  background: url('/img/bigquote.png') no-repeat top left;
  padding: 35px 0 35px 45px;
  margin: 60px auto 60px auto;
  width: 70%;
  text-align: center;
}
.front-testamonial-inner-inner {
  background: url('/img/bigquoteend.png') no-repeat bottom right;
  padding-right: 45px;
}
.front-testamonial-who {
  color: gray;
}
.front-testamonial-who span {
  color: silver;
}

.front-whatis {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -1px;
  text-align: center;
  margin: 75px auto 75px auto;
}

.front-whatis .socialicontiny {
  margin-top: -3px;
  margin-left: 3px;
}
.front-whatis-preview {
  width: 450px;
  height: 375px;
  margin: 0 auto 20px auto;
  overflow: hidden;
  position: relative;
}
.front-whatis-getdemo {
  width: 450px;
}

.front-whatis-getdemo .front-whatis-preview {
  margin: 0;
}
#getdemo-details {
  float: left;
  position: relative;
  border-radius: 5px;
  background: white;
  border: 1px solid silver;
  padding: 10px 30px;
}
#getdemo-details h3 {
  font-size: 28px;
}
#getdemo-details p {
  font-size: 16px;
  color: #aaa;
}
.getdemo-contactform {
  margin-bottom: 8px !important;
}
#getdemo-typeemail {
  width: 134px;
  height: 57px;
  float: right;
  background: url(/img/typeemail.png) no-repeat;
}
#calendly10 {
  width: 100%;
  height: 710px;
  border: 0;
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: -50px;
  background: url(/img/spinnerwhite.gif) no-repeat center 120px;
}
#getdemo-logo {
  width: 160px;
  position: absolute;
  top: 92px;
  left: 50%;
  margin-left: 42px;
  color: silver;
  font-size: 60px;
  line-height: 60px;
  z-index: 1000000;
}
#getdemo-logo img {
  border-radius: 30px;
}
#front-whatis-preview-integrate2 {
  position: absolute;
  top: 203px;
  left: 118px;
  width: 294px;
  height: 29px;
}
#front-whatis-preview-integrate4 {
  position: absolute;
  top: 77px;
  left: 117px;
  width: 240px;
  height: 191px;
}
#front-whatis-preview-dashboard, #front-whatis-preview-create1, #front-whatis-preview-create2, #front-whatis-preview-integrate1, #front-whatis-preview-integrate3 {
  position: absolute;
  left: 17px;
  top: 19px;
}
#front-whatis-preview-create1, #front-whatis-preview-create2, #front-whatis-preview-integrate1, #front-whatis-preview-integrate3 {
  width: 415px;
  height: 230px;
}
#front-whatis-preview-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
h2.front-title {
  text-align: center;
  margin-bottom: 30px;
}

.front-features-spacer {
  height: 200px;
  width: 0;
  float: left;
}
.front-features-title {
  padding-top: 45px;
}
.front-features-inner {
  float: left;
  width: 200px;
  height: 200px;
  border-radius: 8px;
  margin: 10px;
  box-shadow: 0 0 6px silver;
  font-size: 16px;
  text-align: center;
  color: white;
}
.front-features-inner-top-icon {
  width: 32px;
  height: 32px;
}
.front-features-inner-1 {
  background: #0B458F;
}
.front-features-inner-2 {
  background: #3A72B9;
}
.front-features-inner-3 {
  background: #008E6A;
}
.front-features-inner-4 {
  background: #2EB895;
}
.front-features-inner-top {
  padding-top: 25px;
  height: 45px;
}

.front-features-inner-top i {
  font-size: 23px;
  vertical-align: middle;
}
.front-features-age {
  border: 2px solid white;
  border-radius: 16px;
  padding: 4px 7px;
  display: inline-block;
}
.front-features-inner-mid {
  height: 40px;
  line-height: 40px;
  font-weight: 700;
}
.front-features-inner-base {
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.75);
}
.front-stats {
  padding-top: 20px;
  font-size: 16px;
  margin-bottom: 75px;
}

.front-stats-row {
  height: 100px;
}
.front-stats-1 {
  color: #0B458F;
}
.front-stats-2 {
  color: #3A72B9;
}
.front-stats-3 {
  color: #008E6A;
}
.front-stats-4 {
  color: #2EB895;
}
.front-stats-bignum {
  font-size: 100px;
  letter-spacing: -5px;
  text-align: right;
}

.front-stats-bignum span {
  opacity: 0.3;
  font-size: 66px;
}
.front-stats-inline {
  display:block;
  text-align: center;
  line-height: 100px;
  margin-bottom: -20px;
}
.front-reassurance {
  padding-top: 75px;
  padding-bottom: 75px;
  font-size: 16px;
  text-align: center;
}
.front-ready {
  padding-top: 75px;
}
.front-reassurance h3 {
  text-align: center;
}
.front-steps {
  margin-top: -20px;
  margin-bottom: 60px;
  background: url(/img/wiggle.png) repeat-y 12px 0;
}
.front-step {
  padding-top: 50px;
  min-height: 290px;
  font-size: 20px;
  letter-spacing: -1px;
  color: #838383;
}
.front-step ul li {
  line-height: 28px;
}
.front-step h1 {
  color: rgba(0,0,0,0.1) !important;
  font-size: 40px !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  letter-spacing: 7px !important;
  text-align: left !important;
}
.front-step h2 {
  color: rgba(0,0,0,0.2) !important;
  text-transform: uppercase !important;
  letter-spacing: 8px !important;
  font-size: 55px !important;
  text-shadow: none !important;
  margin-top: -15px;
}

.front-platforms {
  margin-top: -20px;
  margin-bottom: 60px;
}
.front-platform {
  padding-top: 50px;
  min-height: 290px;
  font-size: 20px;
  letter-spacing: -1px;
  color: #838383;
  background-repeat: no-repeat;
  background-position: top right;
}
.front-platform-gather {
  background-image: url(/img/bg-gather.png);
}
.front-platform-sift {
  background-image: url(/img/bg-sift.png);
}
.front-platform-rights {
  background-image: url(/img/bg-rights.png);
}
.front-platform-deploy {
  background-image: url(/img/bg-deploy.png);
}
.front-platform-2 {
  background-position: right -409px;
}
.front-platform-3 {
  background-position: right -818px;
}
.front-platform-4 {
  background-position: right -1227px;
}
.front-platform ul li {
  line-height: 28px;
}
.front-platform h1 {
  opacity: 0.5;
  font-size: 20px !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  letter-spacing: 4px !important;
  text-align: left !important;
}
.front-platform h2 {
  text-transform: uppercase !important;
  letter-spacing: 4px !important;
  font-size: 30px !important;
  text-shadow: none !important;
  margin-top: -34px;
}
.front-platform h1, .front-platform h2 {
  color: rgb(58, 114, 185);
}
.front-platform:nth-of-type(n+4) h1, .front-platform:nth-of-type(n+4) h2 {
  color: rgb(46, 184, 149);
}
.front-platform:nth-of-type(n+7) h1, .front-platform:nth-of-type(n+7) h2 {
  color: rgb(11, 69, 143);
}
.front-platform:nth-of-type(n+10) h1, .front-platform:nth-of-type(n+10) h2 {
  color: rgb(96, 118, 195);
}
.front-latesttweet {
  background: white;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.front-latesttweet-date {
  font-variant: small-caps;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: silver;
  padding-top: 20px;
  padding-bottom: 10px;
}
.front-latesttweet-text {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #a8a8a8;
}
.front-latesttweet-text a, .front-latesttweet-text a:hover, .front-latesttweet-text a:focus {
  color: #a8a8a8;
  text-decoration: underline;
}
.front-latesttweet-date a, .front-latesttweet-date a:hover {
  color: silver;
}
.platformfeatures {
  text-align: left;
}
.platformfeatures li {
  font-weight: 700;
  margin-bottom: 6px;
}
.platformfeaturessub {
  font-weight: 300;
  color: gray;
}
.tick {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.whyuse {
  font-size: 15px;
  color: silver;
}
.whyuse a, .whyuse a:hover {
  color: gray;
}
#flag-followup {
  margin-left: 20px;
  color: #aaa;
}
.entry-flagbar {
  background-color: rgb(230, 230, 230);
  color: rgb(128, 128, 128);
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 15px 8px;
  text-decoration: none;
  text-shadow: rgb(255, 255, 255) 1px 1px 1px;
  margin-bottom: 8px;
}
.entry-flagbar .btn {
  margin-top: -6px;
  margin-right: 6px;
  font-weight: normal;
}
.browserize {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background: white url(/img/jewels.png) no-repeat;
  background-position: 14px 11px;
  padding: 42px 11px 11px 11px;
  margin: 14px;
}
.nojewels {
  background: white;
  padding-top: 11px;
}
.table-campaign {
  margin-bottom: 4px;
}
.table-campaign td {
  text-align: center;
}
.table-contests td {
  height: 20px;
  vertical-align: middle;
}
.break-lines {
  word-break: break-all !important;
  word-wrap: break-word !important;
}
ul.dropdown-menu li i {
  margin-right: 8px;
}
#campaign-begin {
  width: 130px;
}
.bigtext {
  vertical-align: text-top;
  font-size: 19px !important;
}
.contestSelected {
  background: #e1e1e1;
  border-right: 1px solid silver;
  border-left: 1px solid silver;
  color: #666666;
}
.add-on {
  color: black;
}
.campaign-time {
  font-size: 16px;
  vertical-align: center;
}
.campaign-hashtag-line {
  margin-bottom: 10px;
}
.table-campaign td.left {
  text-align: left;
}
tr.highlighted {
  background: #e1e1e1;
}
.responses {
  margin-top: 20px;
}
.response {
  margin: 10px 0;
}
.response .inner {
  position: relative;
  width: 260px;
  min-height: 50px;
  padding: 10px 10px 55px 110px;
  margin-right: 9px;
  background: url(/img/bgsilver290x1.png) 100px 0 repeat-y;
  color: #505050;
  text-shadow: 1px 1px 1px #f8f8f8;
  margin-bottom: 20px;
}
.response .inner .details {
  display: none;
}
.response .inner .notdetails {
  display: inline;
}
.response .person {
  background: url(/img/sosays17x48.png) top right no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  text-align: center;
  color: gray;
  font-size: 12px;
  text-shadow: 1px 1px 1px #393939;
  font-weight: 700;
}
.response img {
  width: 60px;
  height: 60px;
}
.response .actions {
  background-color: #eeeeee;
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0;
  padding: 10px;
  width: 260px;
  height: 25px;
}
.response .ago {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100px;
  text-align: center;
  color: silver;
  font-size: 11px;
  line-height: 12px;
  text-shadow: none;
}
.cover {
  background-size: contain;
  background-image: url(/img/people.jpg);
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
  margin-bottom: 100px;
  margin-top: -20px;
  padding-top: 20px;
  background-color: #818893;
}
.cover h1 {
  color: white;
  font-size: 48px;
  text-shadow: none;
  margin-top: 40px;
  margin-bottom: 0;
  letter-spacing: -1px;
  max-width: 580px;
  z-index: 10000;
}
.cover h2 {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=73)";
  filter: alpha(opacity=73);
  -moz-opacity: 0.73;
  -khtml-opacity: 0.73;
  opacity: 0.73;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  text-shadow: none;
  margin-top: 0;
  max-width: 580px;
  z-index: 10000;
}
#front-headerbox {
  position: relative;
}
#front-content {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 100;
}
#front-wash {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 120%;
  opacity: 0.7;
  background-image: url(/img/wash.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 50;
}
#front-smallx {
  font-size: 40px;
  margin-left: -2px;
}
.front-video {
  width: 640px;
  height: 360px;
  border: none;
  margin: 60px auto 20px auto;
}
.newdemo {
  margin-top: 30px;
}
.newdemo input, .newdemo input:focus, .newdemo input:active {
  padding: 8px;
  font-family: Karla;
  border: 1px solid white !important;
  color: white;
  font-size: 18px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  margin-right: 0;
}
.newdemo input::placeholder {
  color: white;
  opacity: 0.3;
}
.newdemo button,.newdemo button:hover, .newdemo button:focus {
  color: #6076c3;
  padding: 8px 24px;
  font-size: 18px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -9px;
  border: 1px solid white;
  border-left: none;
  box-shadow: none;
}
.newdemo-done {
  font-size: 18px;
  padding: 9px;
  color: white;
}
.midpagedemo {
  margin-top: 30px;
}
.midpagedemo input, .midpagedemo input:focus, .midpagedemo input:active {
  padding: 8px;
  font-family: Karla;
  border: 1px solid #6076c3 !important;
  color: #6076c3;
  font-size: 18px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  margin-right: 0;
}
.midpagedemo input::placeholder {
  color: #6076c3;
  opacity: 0.3;
}
.midpagedemo button,.midpagedemo button:hover, .midpagedemo button:focus {
  background: #6076c3 !important;
  color: white;
  text-shadow: none;
  padding: 8px 24px;
  font-size: 18px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -9px;
  border: 1px solid #6076c3;
  border-left: none;
  box-shadow: none;
}
.midpagedemo-done {
  font-size: 18px;
  padding: 9px;
  color: #6076c3;
}
#webinarstable {
  margin-top: 75px;
}
#demo-questionForm {
  text-align: center;
}

#about-question {
  width: 90%;
  height: 100px;
}
.about-btn {
  margin-top: 15px;
}
.about-calltoo {
  line-height: 34px;
}
#doPay .modal-footer {
  text-align: center;
}
#about-explain {
  margin-top: -10px;
  margin-bottom: 30px;
}
#about-email, #about-demoBtn {
  vertical-align: top;
}
.demoBtn {
  line-height: 38px;
}
#about-email {
  width: 175px;
}
.about-footer {
  text-align: center !important;
}
.brand-question {
  vertical-align: top;
  margin-top: 14px;
}
.brands-manualadd {
  margin: 30px 0;
}
.brands-manualaddlabel {
  margin-left: 23px;
  line-height: 25px;
  vertical-align: top;
}
.brands-manualaddlabel input {
  margin-top: -3px;
  margin-right: 4px;
}
.brands-manualaddexample {
  margin: 20px 0 0 43px;
  color: #aaaaaa;
}
.brands-header {
  margin-top: 50px;
  position: relative;
  padding: 30px;
  background: url(/img/brands-top.jpg) top right no-repeat;
  height: 200px;
  text-align: right;
}
.brands-stuck {
  position: fixed;
  top: -210px;
  padding-left: 0;
  margin-left: -30px;
  z-index: 2000;
}
.brands-header .brands-top {
  display: none;
}
.brands-stuck .brands-top {
  display: inline;
  position: absolute;
  bottom: 30px;
  left: 60px;
  z-index: 2001;
}
.brands-stuck img {
  margin-left: 30px;
  overflow: hidden;
}
.brands-header #brands-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  height: 60px;
}
#contesturlbox {
  font-size: 18px;
  width: 121px;
  margin-top: 4px;
}
#btn-editurl {
  margin-top: -4px;
}
#agencies-header #brands-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
  height: 60px;
}
#brands-bar a {
    -moz-box-shadow: 0 0 30px 5px gray;
  -webkit-box-shadow: 0 0 30px 5px gray;
  box-shadow: 0 0 30px 3px gray;
  font-weight: 700;
  font-size: 28px;
  font-style: normal !important;
  margin-top: -5px;
}
.brands-header img {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: 300px;
  height: 285px;
  z-index: 1038;
}
#agencies-youtube {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: 430px;
  height: 290px;
  background: url(/img/bg-tv.png) top right no-repeat;
  background-size: 100%;
  z-index: 1038;
}
#agencies-youtube iframe {
  width: 318px;
  height: 189px;
  position: absolute;
  top: 14px;
  left: 14px;
}
.adtech {
  width: 435px;
  height: 33px;
  margin-left: 18px;
  border: none;
}
.howrow {
  background: url(/img/arrow1170.png) repeat-x 130px 75px;
  margin-bottom: 80px;
}
.variety-row {
  margin-left: 0;
}
.variety-class {
  display: block;
  font-size: 20px;
  padding: 10px;
  border-radius: 4px;
  background: #f7f7f7;
  color: gray;
  text-align: center;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
  margin-top: 30px;
  margin-bottom: 60px;
}
#varietyprompt {
  text-align: center;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
  margin-top: 30px;
  overflow: hidden;
}
.variety-class:hover {
  color: black;
}
.variety-class-inactive {
  color: silver;
  margin-top: 10px;
  margin-bottom: 0;
}
.variety-class-active, .variety-class-active:hover {
  color: white;
  background: #00c7a1;
  margin-top: 10px;
  margin-bottom: 0;
}
.variety-class i {
  padding-right: 7px;
  opacity: 0.4;
}
.variety {
  display: block;
  padding: 20px;
  margin-top: 30px;
  border-radius: 4px;
  border: 1px solid silver;
  background: #f7f7f7;
  color: gray;
  text-align: center;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}
.variety:hover {
  color: black;
  border: 1px solid black;
}
.variety img {
  width: 170px;
  height: 105px;
  margin-bottom: 8px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}
.variety:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.varieties {
  margin-left: 0;
  margin-bottom: 17px;
}
.howcolumn {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 3px;
  font-weight: 100;
  color: #888888;
}
.howcolumn .btn-small {
  margin-top: 18px;
}
#instagramBusinessSelect {
  margin-bottom: 6px;
}
.howicon {
  background: white;
  border: 6px solid #e7e7e7;
  padding: 19px;
  border-radius: 67px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  width: 90px;
  height: 90px;
  margin: 20px 0;
}
.useicon {
  width: 210px;
  height: 130px;
}
.useicon-detail {
  margin-top: -50px;
}
.userow {
  padding-bottom: 60px;
  margin: 40px 0 40px 0;
  border-bottom: 4px dotted #e7e7e7;
}
.userow:last-of-type {
  border-bottom: none;
}
.userow p {
  font-size: 18px;
  line-height: 24px;
}
.userow .btn-small {
  margin-top: 18px;
}
.userow h3 {
  margin-top: 35px;
}
.userow-left h3, .userow-left p {
  text-align: left;
}
.userow-left img {
  float: right;
}
.userow-right h3, .userow-right p {
  text-align: right;
}
.userow-right img {
  float: left;
}
.brands-header h1 {
  margin-top: 0;
  color: #666666;
  text-align: right;
}
.brands-header h2 {
  font-size: 28px;
  color: gray;
  text-align: right;
}
.brands-header .zocial {
  font-size: 20px;
}
.brands-segment {
  position: relative;
  padding: 30px;
  height: 250px;
}
.brands-segment h1 {
  font-size: 44px;
  line-height: 44px;
  color: #666666;
  margin-top: 0;
}
.brands-segment h2 {
  font-size: 22px;
  line-height: 22px;
  margin-top: 6px;
  color: gray;
}
.brands-whatsin {
  height: 140px;
}
.brands-whatsin h1 {
  text-align: left;
  margin-top: 18px;
}
.brands-whatsin p {
  font-size: 18px;
  vertical-align: bottom;
  line-height: 30px;
}
.brands-whatsin p span {
  vertical-align: bottom !important;
}
.brands-whatsin img {
  margin-right: 10px;
}
.brands-segment-right {
  text-align: right;
  background: url(/img/brands-diagonal-right.png) top right no-repeat;
}
.brands-segment-left {
  text-align: left;
  background: url(/img/brands-diagonal-left.png) top left no-repeat;
}
.brands-segment-right h1 {
  text-align: right;
}
.brands-segment-left h1 {
  text-align: left;
}
.brands-segment-right img {
  position: absolute;
  left: 30px;
  bottom: 0;
}
.brands-segment-left img {
  position: absolute;
  right: 30px;
  bottom: 0;
}
.brands-formatchooser {
  vertical-align: middle;
  line-height: 30px;
}
.brands-formatchooser .switch {
  margin-bottom: -6px;
}
.brands-formatchooser i {
  vertical-align: middle;
}
#brands-create {
  bottom: 50px;
}
#confirmInstagram {
  margin-top: 8px;
}
.contest-details  {
  margin-top: 8px;
  color: #aaaaaa;
}
.contest-details .row-fluid {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 8px;
}
#facebookChoosePage, #instagramChooseAccount, #instagramBusinessChoose, #youtubeChooseAccount {
  font-size: 16px;
  margin-left: 26px;
  vertical-align: middle;
}
.viatwitter {
  vertical-align: top;
  width: 18px;
  height: 22px;
  margin-top: 10px;
}
.rangelabel {
  font-weight: bold;
  color: silver;
  padding-left: 5px;
}
.customize-embed {
  height: 200px;
  text-align: left !important;
  color: #636363;
}
.customize-embed li {
  margin-top: 6px;
}
.customize-prompt {
  color: silver;
  text-align: center;
  float: left;
}
.customize-pic {
  width: 132px;
  height: 60px;
  padding: 30px 9px 10px 9px;
  background: #f7f7f7 url(/img/customize-yoursite.png) no-repeat top center;
  border-radius: 4px;
  margin-top: -8px;
  margin-bottom: 15px;
  margin-right: 30px;
  float: left;
  z-index: 1001;
}
.customize-text {
  width: 99%;
  height: 45px;
  cursor: text !important;
  font-family: "Courier New", Courier;
}
.customize-tabcontent {
  padding-left: 20px;
}
.customize-slug {
  display: inline-block;
  width: 170px;
  height: 190px;
  font-size: 20px;
  padding: 10px;
  border-radius: 4px;
  background: #f7f7f7;
  color: gray;
  text-align: center;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.customize-slug img {
  transition: width 0.5s, height 0.5s, opacity 0.5s, margin 0.5s;
  margin: 15px 0;
  width: 140px;
  height: 140px;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  opacity: 0.6;
}
.customize-slug:hover {
  color: black;
}
.customize-slug-active, .customize-slug-active:hover {
  border: 1px solid silver;
  color: black;
}
.customize-slug:hover img, .customize-slug-active img {
  margin: 10px 0;
  width: 150px;
  height: 150px;
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}
.customizehtml {
  width: 95%;
  height: 230px;
}
#customizepreviewdiv {
  min-height: 230px;
  width: 100%;
  background: #f7f7f7 url(/img/blank.png) no-repeat center center;
}
#customizepreviewimg {
  max-width: 100%;
}
#create-likegate {
  margin-bottom: 6px;
}
#create-require {
  margin-top: 9px;
}
#age-choice {
  font-size: 15px;
  text-align: center;
}
#age-choice .capt{
  vertical-align: top;
  line-height: 28px;
}
#age-choice input {
  vertical-align: top;
}
.btn-topnav {
  margin-right: -7px;
  margin-top: 20px;
}
.confirmation-status {
  color: #444;
  text-shadow: none;
}
.requeststart {
  width: 155px;
}
.requestending {
  width: 175px;
}
.alert-warning a, .alert-warning a:hover {
  color: #c09853;
  text-decoration: underline;
}
.alert-info a, .alert-info a:hover {
  color: #3A87AD;
  text-decoration: underline;
}
.alert-danger a, .alert-danger a:hover {
  color: #b94a48;
  text-decoration: underline;
}
#create-overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  opacity: 0.8;
}
#create-overlay-top {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  margin-left: -226px;
  width: 420px;
  height: 270px;
  z-index: 1001;
  background: white;
  border-radius: 6px;
  border: 6px solid rgba(192,192,192,0.2);
  padding: 16px;
}
.create-bigurl {
  position: relative;
  font-size: 19px;
  line-height: 80px;
  text-align: right;
}
.create-prompturl {
  line-height: 36px;
  font-size: 16px;
  background: url(/img/curly.png) no-repeat center left;
  padding-left: 29px;
  padding-right: -29px;
}
.create-explainurl {
  font-size: 16px;
  line-height: 16px;
  color: gray;
  position: absolute;
  top: 4px;
  right: 0;
  width: 220px;
  text-align: right;
}
.create-options {
  text-align: center;
  height: 130px;
}
.create-options ul {
  text-align: left;
}
.create-html {
  font-family: Helvetica, Arial, Sans;
  padding: 3px !important;
  font-size: 11px;
  line-height: 11px;
  background-color: silver;
  color: white;
}
.create-explainpay {
  height: 90px;
}
#doPay .row-fluid {
  margin-top: 15px;
}
#doPay .terms {
  margin-top: 50px;
}
#doPay .modal-body {
  position: relative;
  height: 275px;
}
#doPay .creditcards {
  margin-top: 0;
}
#doPay .middle {
  vertical-align: top;
}
#htmlcodewait {
  color: gray;
  text-align: center;
}
.padlock {
  float: left;
  width: 11px;
  height: 14px;
  margin: 8px 0 0 0;
}
.bookmarklet {
  font-family: Arial, helvetica;
  font: -apple-system-body;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  color: black !important;
  display: inline-block;
  padding: 7px 21px;
  border: 1px solid #aaa;
  border-radius: 2px;
  background-color: silver;
}
.create-place {
  height: 110px;
  margin-top: 20px;
  padding-left: 115px;
  position: relative;
}
.create-options .add-on, .create-css .add-on {
  width: 50px;
}
.create-css {
  text-align: center;
  height: 60px;
}
.create-final {
  height: 80px;
}
#create-place-mobile {
  background: url(/img/create-mobile.png) no-repeat top left;
}
#create-place-iframe {
  background: url(/img/create-iframe.png) no-repeat top left;
}
#create-place-facebook {
  background: url(/img/create-facebook.png) no-repeat top left;
}
#create-facebook {
  position: relative;
}
.create-disabled {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 255px;
  z-index: 1000;
  text-align: center;
}
.create-place .name {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 6px;
  color: gray;
}
.create-place img {
  position: absolute;
  top: 12px;
  left: 5px;
  width: 8px;
  height: 8px;
}
.create-filters a {
  color: black;
}
.create-filters .active a {
  background-color: silver !important;
}
.create-filters .caret {
  border-top-color: gray !important;
  border-bottom-color:  gray !important;
}
#createcssouter {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 18px;
}
.create-info {
  text-align: center;
  margin-bottom: 8px;
}
.create-checkbox {
  margin-right: 15px !important;
  margin-left: 25px !important;
}
.create-more {
  margin-right: 15px !important;
}
#create-fieldadd {
  margin-top: 15px;
}
#doSubscribe {
  width: 700px !important;
}
.agencies-welcome {
  background: url(/img/longarrow.png) no-repeat top right;
}
.agencies-noclients {
  margin: 6px 0 10px 20px;
  color: silver;
}
.agencies-question {
  margin-top: 10px;
}
#agencies-name {
  width: 315px;
}
.partner-logo {
  height: 70px;
  margin-top: 80px;
  margin-bottom: 200px;
  border: 0;
}
#partner-iab {
  width: 155px;
}
#partner-starcom {
  width: 147px;
}
#partner-bima {
  width: 216px;
}
#partner-sitecore {
  width: 237px;
}
.welcomefield {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background: #f8f8f8 !important;
}
#agencies-next {
  margin-left: 26px;
}
.agencies-brand {
  height: 180px;
  overflow-y: scroll;
}
.agencies-well {
  width: 670px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.agencies-form {
  margin-bottom: 0;
}
.agencies-form input, .agencies-form .control-label {
  font-size: 28px;
  font-weight: 700;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.agencies-form input {
  font-family: "Karla", Sans-Serif;
  font-weight: 400;
  font-size: 26px;
  height: 28px;
  line-height: 28px;
}
#agencies-card {
  margin-left: 40px;
  font-family: "Karla", Times, Serif;
  font-weight: 200;
  font-size: 16px;
}
#agencies-card .caption {
  width: 155px;
}
#agencies-currency {
  width: 78px;
}
#agencies-header {
  background: url(/img/agencies-top.jpg) top right no-repeat;
}
.agencies-header {
  background: url(/img/agencies-top.jpg) top right no-repeat;
}
.agencies-medalsouter {
  position: relative;
  margin-bottom: 30px;
}
.agencies-medals,.agencies-gold {
  background: white;
  border: 1px solid silver;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 0px 4px gray;
  height: 300px;
  margin-top: 40px;
}
.agencies-bronze {
  position: absolute;
  left: 0px;
  top: 0;
  width: 215px;
  z-index: 100;
}
.agencies-silver {
  position: absolute;
  right: 0px;
  top: 0;
  width: 215px;
  z-index: 100;
}
.agencies-gold {
  position: absolute;
  left: 207px;
  top: 0;
  width: 255px;
  margin-top: -20px;
  height: 330px;
  z-index: 999;
}
.agencies-bullets {
  list-style-type: none;
  margin-left: 10px;
}
.agencies-silver .agencies-bullets {
  margin-left: 20px;
}
.agencies-bullets li {
  background:url(/img/tick16.png) no-repeat 0 0;
  padding-left: 25px;
  margin-top: 20px;
  text-align: left;
}
.agencies-gold .agencies-bullets li {
  font-size: 16px;
}
.agencies-price {
  margin-top: 32px;
  text-align: center;
  font-family: "Karla", Times, Serif;
  font-size: 26px;
  font-weight: 200;
}
.agencies-gold .agencies-price {
  font-size: 32px;
}
.agencies-btn {
  text-align: center;
  margin-top: 16px;
}
.agencies-price span {
  font-size: 20px;
  margin: 0 2px;
  color: gray;
}
.agencies-step2 p {
  text-align: center;
}
.agencies-step2 p.big {
  font-size: 18px;
}
.agencies-step3 input, .agencies-step3 label {
  font-size: 16px !important;
}
.agencies-step3 p {
  font-size: 16px;
}
#agencies-goBtn {
  font-size: 17px;
}
.agencies-whatsin {
  text-align: center;
  height: 140px;
  margin-top: 40px;
}
.agencies-whatsin h1 {
  text-align: left;
  margin-top: 18px;
}
.agencies-whatsin p {
  font-size: 18px;
  vertical-align: bottom;
  line-height: 30px;
}
.agencies-whatsin span {
  vertical-align: bottom;
}
.agencies-whatsin img {
  margin-right: 10px;
}
.agencies-signup {
  margin-top: 40px;
}
.agencies-final {
  margin-bottom: 0;
}
.agencies-brand .agency-brandchoice {
  cursor: pointer;
  float: left;
  width: 185px;
  overflow: hidden;
  margin-left: 5px;
  margin-bottom: 5px;
  height: 32px;
  vertical-align: middle;
  border: 1px solid silver;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.agencies-brand .agency-brandchoice:hover {
  background: #e5e5e5;
  border-color: gray;
  color: #dddddd !important;
}
.agencies-brand .agency-brandchoice-chosen {
  background: #e5e5e5;
  border-color: gray;
  color: black !important;
}
.agencies-brand .agency-brandchoice label, .agencies-brand .agency-brandchoice a {
  cursor: pointer;
  line-height: 32px;
  font-size: 16px;
  color: gray !important;
}
.agencies-brand .agency-brandchoice i {
  margin-right: 12px;
  margin-left: 12px;
}
.agencies-brand .agency-brandchoice input {
  margin-bottom: 5px;
  display: none;
}
.agencies-brand .agency-brandchoice img {
  cursor: pointer;
  width: 32px;
  height: 32px;
  margin: -5px 5px 2px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.agencies-radiocheck {
  margin-top: 0 !important;
}
#agencies-invoice p {
  margin-left: 40px;
  font-family: 'Karla', sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: gray !important;
}
.agencies-which {
  margin-top: 0px;
  margin-bottom: 18px;
  line-height: 24px;
}
.agencies-paymenttype {
  margin-top: 8px;
  line-height: 22px;
 }
.agencies-paymenttype input {
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 4px;
  margin-left: 20px;
}
.agencies-termsfinish {
  text-align: right;
}
.agencies-termsfinish #submit {
  margin-left: 14px;
  float: right;
}
.agencies-termsfinish label {
  margin-top: 10px;
  color: gray;
  float: right;
  width: 220px;
}
.agencies-medalsinflow {
  width: 670px;
  margin-top: 0px;
  margin-left: -70px;
  transform: scale(0.8);
  -ms-transform: scale(0.8); /* IE 9 */
  -webkit-transform: scale(0.8); /* Safari and Chrome */
  -o-transform: scale(0.8); /* Opera */
  -moz-transform: scale(0.8); /* Firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.8, M12=0, M21=0, M22=0.8, SizingMethod='auto expand')"; /* IE 8 */
  /* IE6 and 7 */
  filter: progid:DXImageTransform.Microsoft.Matrix(
    M11=0.8,
    M12=0,
    M21=0,
    M22=0.8,
    SizingMethod='auto expand');
}
.agencies-segment-final {
  height: 370px !important;
}
.agencies-segment-getstarted {
  height: 370px !important;
 }
#agencies-submit {
  margin-left: -190px;
}
.welcome-outer {
  background: white;
  margin: 20px;
  padding: 15px;
  box-shadow: 0 0 8px silver;
  min-height: 250px;
}
.welcome-agenciesmedals {
  width: 670px;
  margin: 10px auto 30px auto;
}
.welcome-wait {
  margin-top: 80px;
}
.steps-outer {
  width: 290px;
  height: 23px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
.steps-ball {
  z-index: 1;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 21px;
  height: 21px;
}
.steps-ball-final {
  left: 178px;
}
.steps-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 290px;
  height: 23px;
  margin: 0;
  padding: 0;
}
.welcome-types {
  text-align: center;
}
.welcome-type {
  display: inline-block;
  padding: 63px 8px 8px 8px;
  margin: 10px;
  width: 80px;
  background: #f5f5f5;
  border: 1px solid silver;
  text-shadow: 1px 1px 1px white;
  color: gray;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 16px;
  cursor: pointer;
}
#welcome-brand {
  background: #f5f5f5 url(/img/welcome-brand.png) no-repeat 40px 8px;
}
#welcome-agency {
  background: #f5f5f5 url(/img/welcome-agency.png) no-repeat 23px 8px;
}
#welcome-individual {
  background: #f5f5f5 url(/img/welcome-individual.png) no-repeat 23px 8px;
}
.welcome-type:hover {
  background: #f8f8f8;
  border: 1px solid gray;
  color: black;
}
#termsiframe {
  border: 1px solid silver;
  border-radius: 4px;
  width: 80%;
  height: 222px;
}
#insights-wordcloud, #insights-visual-tags, #insights-sentiment, #insights-sentimentmagnitude {
  height: 400px;
}
.insights-wordcloud-word, .insights-bubble, .insights-bubble-text {
  cursor: pointer;
}
.insights-wordcloud-word:hover, .insights-bubble:hover {
  opacity: 0.8;
}
.insights-bubble-text {
  text-shadow: 0 0 2px black;
}
#analytics-lastupdate {
  font-size: 16px;
  color: silver;
}
.analytics-outer {
  background: white;
  box-shadow: 0px 0px 8px silver;
  margin: 30px auto 0 auto;
  padding: 30px;
  border: 1px solid silver;
}
.analytics-outer .row-fluid {
  min-height: 200px;
}
.analytics-outer h2 {
  margin-bottom: 14px;
}
.analytics-data {
  min-height: 180px !important;
  background: url(/img/whitespin.gif) no-repeat center center;
}
.analytics-box {
  margin-bottom: 10px;
  margin-left: 14px;
  border: 1px solid #e8e8e8;
  padding: 10px;
  text-align: center;
}
.analytics-box-caption {
  text-shadow: 1px 1px 1px white;
  background: #f8f8f8;
  margin: -10px -10px 10px -10px;
  padding: 8px;
  font-size: 16px;
}
.analytics-box span {
  font-weight: bold;
  font-size: 23px;
}
.analytics-box-best {
  margin-top: 5px;
  font-size: 12px;
  color: gray;
  line-height: 13px;
}
.analytics-box-best span {
  font-size: 12px;
  color: gray;
}
.analytics-quotes {
  padding-top: 60px;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-size: 200px;
  color: #e8e8e8;
}
.analytics-brief {
  text-align: center;
  margin-top: 15px;
}
.analytics-toprow {
  height: 60px !important;
  min-height: 60px !important;
  overflow: hidden;
}

.analytics-influence {
  height: 44px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-top: 6px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 20px;
  line-height: 16px;
}
.analytics-influence a {
  color: #555;
}
.analytics-influence img {
  width: 32px;
  height: 32px;
  float: left;
  margin-top: -2px;
  margin-left: 4px;
  margin-right: 12px;
  border-radius: 16px;
}
.analytics-influence span {
  color: silver;
  font-size: 14px;
}
.analytics-voter {
  height: 38px;
  line-height: 16px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 3px;
  border-bottom: 1px solid #f7f7f7;
}
.analytics-voter a {
  color: #777;
}
.analytics-voter img {
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-bottom: 16px;
  margin-right: 6px;
  float: left;
  margin-top: 1px;
}
.analytics-voter span {
  color: silver;
}
.analytics-data-outer {
  position: relative;
}
.analytics-data-num {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 60px;
  padding-top: 76px;
}
.analytics-data-num span {
  color: silver;
  font-size: 40px;
  font-weight: 300;
}
.analytics-data-num p {
  color: silver;
  font-size: 13px;
  line-height: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 18px 38px;
}
#doUpgrade {
  width: 700px !important;
}
.mustupgrade {
  background-color: #f9f9f9;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  margin: 20px 0 20px 0;
  padding: 30px 20px 30px 20px;
  font-size: 20px;
  text-align: center;
  opacity: 0.6;
}
.mustupgrade i {
  font-size: 80px;
}
.mustupgrade p {
  margin-top: 20px;
}
.well-live, .well-soon, .well-completed, .well-cancelled {
  padding-left: 50px;
  padding-top: 30px;
  font-size: 18px;
}
.well-live {
  background: #f0f0f0 url(/img/bg-live.png) repeat-y;
}

.well-soon {
  background: #f0f0f0 url(/img/bg-soon.png) repeat-y;
}

.well-completed {
  background: #f0f0f0 url(/img/bg-completed.png) repeat-y;
}

.well-cancelled {
  background: #f0f0f0 url(/img/bg-cancelled.png) repeat-y;
}
.entryconfirmation .zocial {
  width: 185px;
}
.entryconfirmation .secondary {
  width: 132px !important;
}
.entryconfirm-requests {
  background: url(/img/bg-midline.png) center top repeat-y;
}
.gap6 {
  margin-top: 6px !important;
}
.gap10 {
  margin-top: 20px !important;
}
.gap20 {
  margin-top: 20px !important;
}
.gap30 {
  margin-top: 30px !important;
}
.gap36 {
  margin-top: 36px !important;
}
.gap40 {
  margin-top: 40px !important;
}
.gap120 {
  margin-top: 120px !important;
}
.stats-latest {
  margin-top: 13px;
  letter-spacing: 3px;
  color: gray;
}
.stats-campaign {
  padding-top: 10px;
  text-shadow: 1px 1px 1px white;
}
.stats-bignum {
  font-size: 60px;
  text-shadow: 1px 1px 1px white;
}
.stats-midnum {
  font-size: 40px;
  text-shadow: 1px 1px 1px white;
  line-height: 40px;
}
.stats-midtext {
  vertical-align: top;
  padding-left: 10px;
  text-shadow: 1px 1px 1px white;
}
.latestcampaign {
  min-height: 392px !important;
  position: relative;
}
.latestcampaignbutton {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 110px;
  margin-left: -75px;
}
.capabilities {
  list-style-type: none;
}
.capabilities li {
  font-size: 22px;
  margin-bottom: 12px;
  background:url("/img/tick16.png") no-repeat 0 50%;
  padding-left: 26px;
}
.filter-client-pic {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-bottom: 3px;
  border: 0;
}
.brands-asterisk {
  color: gray;
  vertical-align: super;
  font-size: 14px;
}
.analytics-data-bignums {
  font-size: 62px;
  line-height: 31px;
  min-height: 100px !important;
  color: silver;
  padding-top: 10px;
  text-align: center;
}
.analytics-data-bignums span {
  font-size: 20px;
  vertical-align: middle;
 }
.firstplace {
  background: url(/img/lightspinner.gif) no-repeat center center;
  text-align: center;
  width: 260px;
  height: 280px;
  margin-right: 10px;
  overflow: hidden;
  float: left;
}
.secondplace, .thirdplace {
  background: url(/img/lightspinner.gif) no-repeat center center;
  margin-top: 60px;
  text-align: center;
  width: 220px;
  height: 220px;
  margin-right: 10px;
  overflow: hidden;
  float: left;
}
.contain {
  clear: both;
  position: relative;
  margin-bottom: -80px;
}
.votes {
  margin-bottom: 30px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
}
.votes span {
  vertical-align: top;
  line-height: 32px;
  margin-right: 4px;
}
.votes iframe {
  margin-top: 4px;
  vertical-align: top;
}
#moretocome {
  float: left;
  width: 110px;
  height: 130px;
  padding: 25px;
  padding-top: 100px;
  margin-left: 10px;
  margin-top: 40px;
  background-color: #666666;
  color: white;
  font-weight: bold;
  font-size: 22px;
  text-decoration: none;
}
.plusvat {
  font-size: 9px;
}
.disqualify {
  margin-right: 6px;
}
.disqualified {
  background: url(/img/disqualified.png) no-repeat center center;
}
.moderateoptions .icon {
  font-size: 20px;
  vertical-align: middle !important;
}
.moderate-newly-deleted {
  display: none;
}
.moderateupdates {
  line-height: 32px;
  color: silver;
  text-shadow: 1px 1px 1px white;
  font-size: 16px;
  padding-top: 2px;
}
.moderateupdates img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: 12px;
}
.moderatevisualentry {
  float: left;
  margin: 10px;
  padding: 5px;
  box-shadow: 0 0 3px gray;
  height: 300px;
}
.moderatevisualentry .entry-vote, .moderatevisualentry .entry-position {
  display: none;
}
.moderatevisualentry .entry-outermost {
  position: relative;
  margin-bottom: 10px;
}
.moderatevisualentry .entry-sound {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 30px;
  border: 0;
  z-index: 3003;
}
.moderateswear {
  color: red;
}
.moderateswear span {
  opacity: 0.5;
}
.moderatevisualentry .vine-embed {
  background: url(/img/grayspinner.gif) center center no-repeat;
}
.moderatevisualentry .entry-pic-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 255px;
  height: 255px;
  margin: 0;
  padding: 0;
  background: url(/img/blackgradient.png) bottom left repeat-x;
}
.moderatevisualentry .clusterchoice {
  margin-top: -3px;
  float: right;
  max-width: 115px;
}
.moderatevisualentry .entry-pic-twitter {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 24px;
  height: 20px;
  border: 0;
}
.moderatevisualentry .entry-pic-outer {
  width: 260px;
  height: 255px;
  overflow: hidden;
}
.moderatevisualentry .entry-tweet-overlay {
  display: none !important;
}
.entry-tweet {
  background: #e7e7e7;
}
.entry-tweet-text{
  display:block;
  padding: 10px;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 26px;
  letter-spacing: -2px;
  text-align: left;
  text-shadow: none;
}
.entry-tweet-by{
  display:block;
  padding-left:10px;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 14px;
  text-align: left;
  color: silver;
  text-shadow: none;
}
.entry-tweet-by a{
  color: silver;
  text-decoration: none;
}
.moderatevisualentry .entry-pic-overlay-inner {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 184px;
  color: #f6f2f2;
  font-size: 13px;
  text-shadow: 1px 1px 1px black;
  text-align: left;
}
.moderatevisualentry .entry-pic-overlay-inner a {
  text-decoration: none;
  color: white;
}
.moderatevisualentry .entry-pic-overlay-inner-name {
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 13px;
}
.moderatevisualentry .entry-pic-overlay-inner-name span {
  font-weight: normal;
  color: silver;
}
.campaignactions {
  font-size: 14px;
  line-height: 20px;
  color: gray;
  vertical-align: top;
  text-align: center;
}
.campaignactions btn {
  margin-top: 10px !important;
}
.bigpreview {
  width:400px;
  height:400px;
}
.popover-inner {
  color: black;
}
.jumbopopover-outer {
  width: 288px !important;
  height: 277px !important;
}
.jumbopopover {
  width: 255px !important;
  height: 255px !important;
  font-size: 1px;
  line-height: 30px;
  color: white;
  background: url(/img/whitespin.gif) no-repeat 105px 105px;
}
.jumbopopover a {
  display: none;
}
.jumbopopover .entry-position {
  display: none;
}
.jumbopopover .entry-vote {
  display: none;
}
.jumbopopover .entry-pic-outer {
  width: 255px;
  height: 255px;
}
.creditcards {
  width: 198px;
  height: 25px;
  vertical-align: middle;
  margin-left: 8px;
}
.screenshot {
  width: 300px;
  height: 167px;
  margin-bottom: 10px;
}
.shotleft {
  margin-right: 20px;
}
.input-medium {
  width: 90px;
}
.input-fillwidth {
  width: 90%;
}
.input-error {
  border: 1px solid red !important;
}
img.cvv {
  width: 226px;
  height: 45px;
}
span.split {
  display: none;
}
#askPayment-inner .controls {
  text-align: left;
}
#askPayment-inner .control-label {
  width: 120px !important;
}
#askPayment-inner .input-medium {
  width: 160px;
}
#askPayment-inner .controls {
  margin-left: 140px !important;
}
.popover {
  z-index: 9999 !important;
}
#askPayment-inner .gap {
  margin-top: 24px;
}
.alert-warning a {
  color: #c09853;
  text-decoration: underline;
}
.alert-warning a:hover {
  color: #c08653;
}
.socialicon {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  border-radius: 5px;
}
.socialicontiny {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
.socialicon-gray {
  background: silver;
}
.socialicon-vine {
  background: #00A47A;
}
.socialicon-youtube {
  background: #CD332D;
}
.socialicon-twitter {
  background: #00ACED;
}
.socialicon-instagram {
  background-color: #404ff3;
  background-image: -moz-linear-gradient(top,#404ff3,#ff9432);
  background-image: -ms-linear-gradient(top,#404ff3,#ff9432);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#404ff3),to(#ff9432));
  background-image: -webkit-linear-gradient(top,#404ff3,#ff9432);
  background-image: -o-linear-gradient(top,#404ff3,#ff9432);
  background-image: linear-gradient(top,#404ff3,#ff9432);
}
.socialicon-facebook {
  background: #3B5998;
}
.socialicon-mixbit {
  background: #3d3d3d;
}
.socialicon-direct {
  background: #a0a0a0;
}
.triggericon, .trigger-style {
  margin-top: 7px;
}
.pearlFinderExplanation {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
}
.pearlFinderDetails {
  text-align: left !important;
}
.pearlFinderGutter {
  float: left;
  height: 60px;
  width: 30px;
  margin-right: 10px;
  margin-left: 5px;
}
.pearlFinderOptions {
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pearlFinderOptionformat img {
  width: 70px;
  height: 40px;
  margin-bottom: 5px;
  border: none;
  padding: none;
}
.pearlFinderOptionselectby img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  border: none;
  padding: none;
}
.pearlFinderOption {
  display:inline-block;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  border: 1px solid silver;
  background: #f7f7f7;
  color: gray;
}
.pearlFinderCheckbox {
  margin-top: 0 !important;
  margin-left: 4px;
}
.pearlFinderOption:hover {
  border: 1px solid gray;
  color: #555;
}
.pearlFinderOptionSelected, .pearlFinderOptionSelected:hover {
  border: 1px solid black;
  color: black;
}
.pearlFinder-who {
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
  padding: 10px;
}
.pearlFinder-who label {
  font-size: 16px;
}
.pearlFinder-who input {
  margin-top: 4px;
  vertical-align: top;
  margin-right: 10px;
}
.pearlFinder-invisualbg {
  padding-top: 27px;
  background: url(/img/treasurehunter-invisual.png) no-repeat;
}
.pearlFinderBack {
  margin-top: 10px;
  margin-left: 6px;
}
.pearlFinderCriteria {
  margin-top: -4px;
}
.pearlFinder-language {
  text-align: center;
  margin-top: 10px;
  padding-top: 30px;
  color: gray;
  background: url(/img/moustache.png) no-repeat top center;
}
#pearlFinder-form {
  margin-bottom: 0 !important;
}
.changeBtn, #pearlFinderGo {
  margin-left: 6px;
}
.pearlFinderlogorecognitionlogo {
  width: 72px;
  height: 72px;
}
.container, .navbar .container {
  margin: 0 auto;
}
.container-panel {
  border: 1px solid silver;
  border-radius: 4px;
  background-color: white;
}
.panel-tab {
  display: inline-block;
  width: 20%;
  margin: 0; 
  font-size: 36px;
  color: silver;
  padding: 16px 0;
}
.nomargin {
  margin: 0;
}
.container-header {
  background: #f5f5f5;
}
.panel-tab:hover {
  color: #00c7a1;
  background-color: #e0e0e0;
}
.panel-tab.selected, .panel-tab.selected:hover, .container-descriptor {
  color: white;
  background: #00c7a1;
}
.container-descriptor {
  padding: 10px 20px;
  font-size: 18px;
}
.container-descriptor, .container-descriptor a {
  color: rgba(255, 255, 255, 0.5);
}
.container-descriptor span, .container-descriptor a:hover {
  color: white;
}
.container-challengenavouter {
  position: relative;
  min-height: 1149px;
  background: white url(/img/gray240.png) repeat-y top left;
}
.container-challengenav {
  position: absolute;
  width: 240px;
  top: 20px;
  left: 0;
}
.alert-challenge {
  padding: 10px 10px 10px 250px;
}
.alert-challenge .alert {
  margin-bottom: 0;
}
.container-challengenav hr {
  line-height: 5px;
  margin: 5px 0;
  border: none;
  border-bottom: 1px solid #9c9c9c;
}
.container-challengenav a {
  display: block;
  padding: 10px 20px;
  background: #888888;
  color: #f8f8f8;
  text-shadow: 0px 0px 1px gray;
  letter-spacing: -1px;
  font-size: 15px;
}
.container-challengenav p {
  display: block;
  padding: 0 5px 5px 18px;
  margin: 0;
  color: silver;
  letter-spacing: 2px;
  font-size: 12px;
}
.container-challengenav i {
  margin-right: 6px;
  color: #cccccc;
}
.container-challengenav a:hover {
  color: white;
  background: #909090;
}
.container-challengenav .selected, .container-challengenav .selected:hover {
  color: white;
  background: #666666 url(/img/nick.png) no-repeat right;
}
.timeline-outer {
  background: url(/img/timelinebg.png) repeat-y 40px top;
  position: relative;
  padding: 12px 0 1px 0;
}
.timeline-inner {
  background: url(/img/timelineinner.png) no-repeat left center;
  padding-left: 77px;
  margin-bottom: 24px;
}
.timeline-inner-final {
  background: url(/img/timelineinner-final.png) no-repeat left center;
  margin-bottom: -12px;
}
.timeline-item {
  background: #f7f7f7;
  border: 1px solid #f1f1f1;
  border-left: none;
  padding: 10px 20px;
}
.timeline-pre {
  margin-top: 10px;
  font-size: 12px;
  color: #888;
  border: none;
  background: #fcfcfc;
}
.timeline-pre-tiny {
  margin-top: 10px;
  font-size: 9px;
  line-height: 10px;
  color: #888;
  border: none;
  background: #fcfcfc;
}

.randoms-choice {
  padding: 6px 12px;
}
.randoms-choice-padded {
  padding: 24px 12px;
}
.randoms-choice input {
  margin: 0 4px 0 0;
}
.randoms-dice {
  margin: 70px auto;
}
.entryzoomshoppableitem {
  float: left;
  position: relative;
  width: 70px;
  padding: 10px;
  border: 1px solid #f5f5f5;
  text-align: center;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 13px;
  line-height: 13px;
  color: #666;
}
#shoppablenow .entryzoomshoppableitem .close {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 18px;
}
#shoppablenew .entryzoomshoppableitem .close {
  display: none;
}
.entryzoomshoppableitem:hover {
  background: #f7f7f7;
}
#shoppablenew .entryzoomshoppableitem {
  cursor: pointer;
}
.entryzoomshoppableitem img {
  width: 70px;
  max-height: 70px;
  margin-bottom: 5px;
}
.entryzoomshoppablebtn {
  background: #b8b8b8;
  color: white;
  padding: 3px 6px;
  text-decoration: none;
  font-size: 11px;
  display: block;
  margin-top: 5px;
}
.entryzoomshoppablebtn:hover {
  background: #cfcfcf;
  color: white;
  text-decoration: none;
}
.whitebg {
  background: white;
}
.container-inner {
  padding: 15px 25px;
}
.container-advisor {
  background-image: url(/img/bg-advisor.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  min-height: 300px;
  text-align: center;
}
.container-advisor-2 {
  background-image: url(/img/bg-advisor-2.png);
}
.container-advisor h1, .container-advisor h2 {
  color: white;
  text-shadow: none;
}
.container-advisor h1 {
  margin-top: 50px;
  text-shadow: 0 0 2px gray;
}
.container-advisor h2 {
  font-weight: normal;
  font-size: 21px;
  text-shadow: 0 0 2px #555;
}
.container-advisor .input-append {
  margin-top: 10px;
}
.container-advisor .input-append input, .container-advisor .input-append button {
  font-size: 28px;
  line-height: 38px;
  height: 38px;
  padding: 5px 10px;
  font-family: Karla;
}
.container-advisor .input-append button {
  height: 50px;
}
.advisor-hashtag {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 4px;
  display: inline-block;
  font-size: 20px;
  color: #9a54c3;
  margin: 3px;
  text-decoration: none;
}
.advisor-hashtag:hover, .advisor-hashtag:focus {
  background: rgba(255, 255, 255, 0.7);
  color: #8100cc;
  text-decoration: none;
}
.advisor-hashtag-selected, .advisor-hashtag-selected:hover, .advisor-hashtag-selected:focus {
  background: rgba(255, 255, 255, 0.9);
  color: #8100cc;
  text-decoration: none;
}
#advisor-detail-outer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
}
#advisor-detail {
  padding: 15px 25px;
}
.advisor-guidance {
  border: 1px solid #e2e2e2;
  color: #8a8a8a;
  border-radius: 4px;
  padding: 15px 30px 12px 100px;
  position: relative;
  font-size: 18px;
  min-height: 74px;
  margin: 30px 0;
}
.advisor-guidance i {
  color: #e2e2e2;
  font-size: 74px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.advisor-guidance ul {
  margin-bottom: 0;
}
.advisor-guidance li {
  padding-bottom: 5px;
}
.advisor-content {
  width: 100%;
  min-height: 300px;
}
#advisor-content-instagram img {
  border-radius: 3px;
  margin-bottom: 10px;
}
#advisor-content-instagram video {
  border-radius: 3px;
  margin-bottom: 10px;
}
.containerchallenge-inner {
  padding-left: 268px;
  min-height: 350px;
}
.flags-subgroup h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.flags-subgroup {
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.8;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 13px;
  cursor: pointer;
  color: white !important;
}
.flags-subgroup:hover {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.flags-subgroup-active, .flags-subgroup-active:hover {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.flags-icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 3px;
}
.alert-midpage {
  position: relative;
  clear: both;
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
}
.alert-midpage .alert {
  width: 95%;
  margin: 0;
  left: 0;
  top: 0;
}
.alert-biggap {
  margin-bottom: 12px;
  padding-right: 50px;
}
.alert-container {
  position: absolute;
  left: -250px;
  top: 50px;
  margin-left: 50%;
  width: 500px !important;
  z-index: 3000;
}
#countdownclock{
  width: 640px;
  margin: 40px auto;
  min-height: 100px;
}
#campaigndetails {
  font-size: 12px;
  color: white;
}

.campaignlist {
  padding: 0;
  margin: -10px -15px;
  width: 220px;
}
.overhiddenouter {
  overflow: hidden;
}
.overhidden {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.overhidden img {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 80px;
}
.campaignlist a {
  padding: 10px;
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: gray;
}
.campaignlist a span {
  font-size: 12px;
}
.campaignlist a:hover {
  color: white;
  background: #00c7a1;
}
.icon16 {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-right: 3px;
}
.campaignlist a:last-of-type {
  -webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.newcampaign, a.newcampaign:hover {
  background: none;
  color: #00c7a1 !important;
  font-size: 14px;
}
.articleheader {
  margin-top: -20px;
  height: 260px;
  width: 100%;
  position: relative;
  background-size: cover;
}
.articleheader h1, .articleheader h2 {
  color: white;
  text-shadow: none;
  text-align: left;
  letter-spacing: -2px;
  max-width: 700px;
}
.articleheader h1 {
  font-size: 35px;
  line-height: 33px;
}
.articleheader h1 span {
  opacity: 0.7;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 3px;
}
.articleheader h2 {
  font-size: 30px;
  line-height: 30px;
  opacity: 0.8;
  font-weight: normal;
}

.articleheaderinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/articlegradient.png);
}
.articleheaderinner .container {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .articleheaderinner .container {
    padding-top: 20px;
  }
}
.articlemeta {
  padding-top: 40px;
  padding-bottom: 20px;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
.articleauthor {
  border-radius: 16px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid silver;
}
.articlemain, .articlemain li {
  font-size: 18px;
  line-height: 28px;
}
.articlemain p {
  margin-bottom: 20px;
}
.articlemain h1,.articlemain h2,.articlemain h3,.articlemain h4,.articlemain h5,.articlemain h6 {
  font-weight: normal !important;
  text-align: left !important;
}

.articlemain h3, .articlemain h4 {
  font-size: 24px;
  margin-top: 40px;
}
.articlesthumb {
  cursor: pointer;
  background: white;
  box-shadow: 0 0 4px rgba(99, 99, 99, 0.35);
  margin-top: 20px;
  -webkit-transition: transform .15s linear;
  -moz-transition: transform .15s linear;
  -ms-transition: transform .15s linear;
  -o-transition: transform .15s linear;
  transition: transform .15s linear;
  border-radius: 4px;
  overflow: hidden;
}
.articlesthumb:hover {
  transform: scale(1.03);
  -ms-transform: scale(1.03); /* IE 9 */
  -webkit-transform: scale(1.03); /* Safari and Chrome */
  -o-transform: scale(1.03); /* Opera */
  -moz-transform: scale(1.03); /* Firefox */
}
.articlesheader {
  height: 100px;
  background-size: cover;
  position: relative;
}
.articlesthumbheaderinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/thumbgradient.png);
}
.articlesthumbinner {
  padding: 12px 16px;
  font-size: 16px;
}
.articlesreadmore {
  margin-top: 12px;
  margin-bottom: 8px;
}
.articlestitle {
  position: absolute;
  bottom: 12px;
  left: 16px;
  color: white !important;
  text-shadow: 0 0 2px rgba(128, 128, 128, 0.6);
  font-weight: bold;
  font-size: 20px;
}
.articlessubtitle {
  color: gray !important;
}
.articlerelated {
  text-transform: uppercase;
  text-shadow: none !important;
  text-align: left;
  letter-spacing: 3px;
  opacity: 0.8;
}
@keyframes blink {
    0% {
      opacity: .2;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}
h1.loadanimation {
  font-size: 100px;
  margin-top: 120px;
}
.loadanimation span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.loadanimation span:nth-child(2) {
    animation-delay: .2s;
}
.loadanimation span:nth-child(3) {
    animation-delay: .4s;
}
@media (max-width: 500px) {
.cover-hands {
  width: 617px;
}
}
@media (max-width: 768px) {
.chevron {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.for-topcase p, .product-block {
  text-align: center !important;
}
.product-block img {
  display: block;
  float: none !important;
  margin: 20px auto 20px auto;
}
#product-popovers .popover-content {
  width: 270px !important;
}
.product-index .icon-ok {
  margin-left: -350px;
}
.latestcampaign {
  padding-bottom: 100px;
}
.latestcampaign .row-fluid, .latestcampaign .right {
  text-align: center !important;
}
  .entryconfirm-requests {
    background: none;
  }
  .entryconfirm-endings {
    border-top: 1px solid silver;
    margin-top: 10px;
    padding-top: 20px;
  }
  .main {
    overflow: hidden;
  }
  .casestudythumb {
    width: 360px;
    height: 240px;
    margin-left: 45px;
  }
  .casestudythumb .btn {
    font-size: 20px;
  }
  .front-clients-middle {
    margin-left: 60px;
    margin-right: 90px;
  }
  .footer .span2 {
    width: 170px !important;
  }
  div.bootbox.modal {
    margin-left: 0 !important;
  }
.for-icon {
  margin-bottom: 60px !important;
}
.for-row:nth-child(even) .for-icon {
  margin-right: 40px;
}
.for-row:nth-child(odd) .for-icon {
  margin-left: 40px;
}
.footer .span2 {
  margin-left: 300px;
}
.footer-secondcolumn {
  margin-top: -80px;
  margin-bottom: 20px;
}

.front-stats {
  height: 550px;
  position: relative;
  margin-top: 50px;
}
.front-stats-row, .front-stats .row-fluid, .front-stats .span5, .front-stats .span6, .front-stats .span7 {
  display: block;
  text-align: center;
}
.front-stats-bignum {
  height: 60px;
}
.front-stats-1 {
  position: absolute;
  top: 100px;
  left: 0;
}

.front-stats-2 {
  position: absolute;
  top: 400px;
  left: 0;
}

.front-stats-3 {
  position: absolute;
  top: 250px;
  left: 0;
}

.front-stats-4 {
  position: absolute;
  top: 550px;
  left: 0;
}
.alert-challenge {
  padding: 10px 10px 10px 65px;
}
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container, .threecards {
    width: 454px;
  }
  .howrow {
    background: none;
  }
  .container-challengenav {
    width: 55px;
  }
  .container-challengenavouter {
    background-position: -185px 0;
  }
  .containerchallenge-inner {
    padding-left: 83px;
  }
  .frontthree .bigembed-outer, .frontthree .medembed-outer, .frontthree .smallembed-outer {
    display: none;
  }
  .cover {
    height: 450px;
  }
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0;
    margin-left: 0;
  }
  .main {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .partnerbranding {
    display: none;
  }
  .dropdown-toggle {
    font-size: 18px;
  }
  .frontthree {
    height: 150px;
  }
  .frontthree .btn {
    position: absolute;
    top: 20px;
    left: 40px;
    box-shadow: none;
  }
  .frontthree .firstplace,.frontthree .secondplace,.frontthree .thirdplace {
    display:none;
  }
  .brands-header img {
    left: -125px !important;
    bottom: -100px !important;
  }
  .brands-ready {
    display: none;
  }
  .brands-header br {
    display: none;
  }
  .brands-header .zocial {
    font-size: 17px;
  }
  .brands-segment img {
    opacity: 0.25;
    z-index: -1;
  }
  .brands-segment h1 {
    font-size: 36px;
    text-align: center;
  }
  .brands-segment h2 {
    text-align: center;
  }
  .brands-whatsin {
    height: 340px;
  }
  .brands-whatsin h1 {
    font-size: 36px;
  }
  .brands-segment br {
    display:none;
  }
  .brands-asterisk {
    font-size: 12px;
  }
  #brands-phone {
    display: none !important;
  }
  .leaderboard br {
    display: none;
  }
  .btn-huge {
    width: 100%;
  }
  .btn-download {
    margin-top: 40px;
  }
  .cobranding {
    display: none;
  }
  #agencies-youtube {
    display: none !important;
  }
  .modal {
    position: fixed;
    top: 150px;
    margin-top: 0;
  }
  .modal-wide {
    width: 700px !important;
  }
  .agencies-medalsinflow {
    margin-top: 50px;
    margin-left: -140px;
  transform: scale(0.6);
  -ms-transform: scale(0.6); /* IE 9 */
  -webkit-transform: scale(0.6); /* Safari and Chrome */
  -o-transform: scale(0.6); /* Opera */
  -moz-transform: scale(0.6); /* Firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.6, M12=0, M21=0, M22=0.6, SizingMethod='auto expand')"; /* IE 8 */
  /* IE6 and 7 */
  filter: progid:DXImageTransform.Microsoft.Matrix(
    M11=0.6,
    M12=0,
    M21=0,
    M22=0.6,
    SizingMethod='auto expand');
  }
  .howboxer{
    margin-left:-130px;
    margin-top:-50px;
    margin-bottom: -30px;
      transform: scale(0.65);
  -ms-transform: scale(0.65); /* IE 9 */
  -webkit-transform: scale(0.65); /* Safari and Chrome */
  -o-transform: scale(0.65); /* Opera */
  -moz-transform: scale(0.65); /* Firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.65, M12=0, M21=0, M22=0.65, SizingMethod='auto expand')"; /* IE 8 */
  /* IE6 and 7 */
  filter: progid:DXImageTransform.Microsoft.Matrix(
    M11=0.65,
    M12=0,
    M21=0,
    M22=0.65,
    SizingMethod='auto expand');
  }
}
.payments {
  padding-top: 30px;
}
.payments-confirm {
  font-size: 18px;
  color: silver;
  margin-top: 30px;
}
.payments .row-fluid .span4{
  text-align: center;
}
.payments-thinrow, .payments-thinrow .span4 {
  height: 20px;
  min-height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.payments-whofor {
  font-size: 16px;
  color: #9a9a9a;
}
.payments-bigrow, .payments-payrow {
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 2px;
  color: #757575;
}
.payments-payrow .payments-from {
  font-size: 18px;
  vertical-align: middle;
  color: #9a9a9a ;
}
.payments-payrow .span4 {
  padding-top: 6px;
}
.payments-mainrow,.payments-payrow {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.payments-payrow {
  border-bottom: 1px solid #e5e5e5;
}
.payments-mainrow .span4 {
  padding-top: 20px;
  padding-bottom: 10px;
}
.payments-point {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  color: #9a9a9a;
}
.payments-centralspan {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background-color: #fbfbfb;
  border-bottom: none !important;
}
.payments-ribbon {
  background: #a7ccc9 !important;
  color: white;
}
.payments-payrow, .payments-mainrow {
  background: white;
}
.payments-ribbon .payments-centralspan {
  border-left: 1px solid #a7ccc9;
  border-right: 1px solid #a7ccc9;
}
.payments-payrow .payments-centralspan {
  padding-bottom: 16px;
}
.payments-rowline {
  border-bottom: 1px solid #e5e5e5;
}
.payments-tinyspaced {
  font-size: 12px;
  letter-spacing: 2px;
}
.payments-mostpop {
  background-color: #e5e5e5;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.payments-strikethrough {
  text-decoration: line-through;
}
.payments-demo {
  font-size: 16px;
  letter-spacing: 1px;
  color: #9a9a9a;
}
.payments-go {
  display: block;
  background-color: #00c7a1;
  border-radius: 4px;
  color: white;
  font-size: 20px;
  padding: 4px;
  margin: 10px 40px 5px 40px;
}
.create-bigbutton, a.create-bigbutton {
  cursor: pointer;
  background-color: #00c7a1;
  border-radius: 4px;
  border: none;
  color: white !important;
  font-size: 20px;
  letter-spacing: 4px;
  padding: 14px 21px;
  margin: 10px;
}
.create-bigbutton:hover {
  color: white;
  background-color: #00a283;
}
#previewDiv {
  min-height: 450px;
}

#previewDiv iframe {
  border: none;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  transform: scale(0.74);
  transform-origin: 50% 0;
}
.bigbutton-gray, .bigbutton-gray:hover, a.bigbutton-gray {
  background-color: gray;
}
.payments-go:hover {
  color: white;
  background-color: #00a283;
}
.payments-go:focus {
  text-decoration: none;
  color: white;
  background-color: #00a283;
}
.payments-no {
  background-color: gray;
}
.payments-no:hover {
  color: white;
  background-color: #a3a3a3;
}
#hashtagdfilm {
  opacity: 0.2;
  background: url(/img/thumbvideooverlay.png) center center no-repeat;
  width: 480px;
  height: 320px;
  color: black;
  letter-spacing: 12px;
  font-size: 25px;
  line-height: 320px;
  text-align: center;
  margin: 20px auto;
}
@media (min-width: 768px) and (max-width: 979px) {
  .front-whatis-getdemo {
    margin-right: -225px;
  }
  .front-features {
    padding-left: 58px;
  }
  .switchchooser h3 {
    font-size: 18px;
  }
  .cover h2 {
    font-size: 15px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .howrow {
    background: url(/img/arrow724.png) repeat-x 78px 75px;
  }
  .brands-ready {
    font-size: 20px;
  }
  .brands-whatsin p {
    font-size: 14px;
  }
  .brands-whatsin img {
    margin-right: 3px;
  }
  #brands-run {
    right: 5px;
  }
  .brands-segment {
    height: 190px;
  }
  .brands-segment h1 {
    font-size: 36px;
  }
  .brands-segment h2 {
    font-size: 20px;
    line-height: 19px;
  }
  .brands-segment-left img,.brands-segment-right img {
    width: 200px;
  }
  .agencies-brand .agency-brandchoice {
    width: 155px;
  }
  #agencies-youtube {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 287px;
    height: 193px;
    background: url(/img/bg-tv.png) top right no-repeat;
    background-size: 100%;
    z-index: 1038;
  }
  #agencies-youtube iframe {
    width: 212px;
    height: 126px;
    position: absolute;
    top: 9px;
    left: 9px;
  }

}
@media (max-width: 979px) {
  .navbar-fixed-top {
    padding-top: 0 !important;
  }
  .brands-header h1 {
    font-size: 40px;
    line-height: 36px;
  }
  .brands-header img {
    left: -80px;
    bottom: -40px;
  }
  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0;
  }
  .nav-collapse .nav .nav-header {
    color: #ffffff;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    color: #36b59e;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #00b484;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #00b484;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    border-top: 1px solid #00b484;
    border-bottom: 1px solid #00b484;
  }
  h1 {
    font-size: 43px;
    line-height: 45px;
  }
  h3.fatty {
    line-height: 28px;
  }
  .tweet textarea {
  height: 135px
  }

  #agencies-header {
    height: 120px !important;
  }
  .agencies-header {
    height: 120px !important;
  }
}
 @media (min-width: 979px) and (max-width: 1200px) {
  .front-whatis-getdemo {
    margin-right: -225px;
  }
  .front-features {
    padding-left: 35px;
  }
  .howrow {
    background: url(/img/arrow940.png) repeat-x 105px 75px;
  }
  .create-place {
    padding-left: 10px;
    background-image: none;
    line-height: 15px;
    height: 80px;
    background: transparent !important;
  }
  span.split {
    display: inline;
  }
  .tiny {
    line-height: 14px;
  }
  h3.tighter {
    margin-top: 0;
  }
  .btn-huge {
    font-size: 22px;
  }
}
 @media (min-width: 1200px) {
  .front-features {
    padding-left: 40px;
  }
  .front-features-spacer {
    width: 334px;
  }
  .input-medium {
    width: 150px;
  }
  .brands-segment h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .brands-whatsin p {
    font-size: 20px;
  }
  #agencies-header #brands-bar {
    height: 50px;
  }
  #agencies-header #brands-bar br {
    display: none;
  }
}