/*----------------------
        GENERAL
----------------------*/

@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:700|Roboto+Condensed:700+500|Roboto:300');

[class^="icon-"],[class*=" icon-"]{background-image:url("/images/lib/bootstrap/glyphicons-halflings.png"); margin-top: 2px;}
.btn-large [class^="icon-"],[class*=" icon-"]{vertical-align: baseline;}
.icon-white{background-image:url("/images/lib/bootstrap/glyphicons-halflings-white.png");}

[untranslated] {
  background-color: rgba(255, 250, 120, 0.25);
}

html { height:100%; }

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #FFFFFF;
  color: rgba(42, 54, 73, 0.9);
  height:100%;
  margin:0;
  font-size: 14px;
  line-height: 1.8em;
}

body.modal-open {
  overflow-y: hidden;
}

form { margin: 0 0 8px; }

hr {
  background: #eceef1;
  border-color: #eceef1;
  height: 4px;
  margin: 30px 0;
}

iframe {
  border: none;
}

textarea,
textarea[class*="span"],
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select,
input[type="file"] {
  border: 1px solid #CFD1D2;
  box-shadow: none;
  height: auto;
  padding: 7px 10px;
  margin-bottom: 20px;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select,
input[type="file"]  {
  height: 40px;
}

textarea:focus,
textarea[class*="span"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus{
  border: 1px solid #00BAD3;
  box-shadow: none;
}

.input-prepend .add-on, .input-append .add-on {
  background-color: #F6F7FA;
  border: 1px solid #999;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
}

.form-actions { padding: 20px 20px 20px 40px; }

select {
  border: 1px solid #CFD1D2;
  border-radius: 3px;
  width: 100%;
  background-color: #FFF;
  cursor: pointer;
}

label{
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}
label.block {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
  font-weight: 400;
}

.modal-header h3, .modal-header h1{
  font-size: 26px;
}

.pager .btn {
  display: block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 20px 20px 0 20px;
}

[class^=heading] {
  margin-bottom: 20px;
}

.heading-reset {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: inherit;
}

.heading1, .heading2, .heading3, .heading4, .heading5,  .heading6 {
  line-height: 1.5em;
}

.heading1 {
  font-size: 42px;
  font-weight: 200;
}

.heading2 {
  font-size: 32px;
  font-weight: 200;
}

.heading3 {
  font-size: 26px;
}

.heading4 {
  font-size: 20px;
}

.background-dark .heading3, .background-dark .heading4 {
  font-weight: 200;
}

.heading5 {
  font-size: 18px;
  font-weight: 600;
}

.heading6 {
  font-size: 14px;
  font-weight: 600;
}

.heading-uppercase {
  font-size: 15px;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 600;
  letter-spacing: 1px;
}

.module-showcase.action-homepage .features {
  min-height: 100px;
  padding: 30px 0 0;
}

a { color: #F14629; transition:color, opacity .2s linear;}
a:hover { color: #f46b54; transition:color, opacity .2s linear; text-decoration: none; }
a.border { border-bottom: 2px solid rgba(229, 81, 41, 0.2); }
a.border-light { border-bottom: 2px solid rgba(255, 255, 255, 0.4); }
a.light { color: #FFFFFF; }
a.border:hover, a.no-hover:hover, a.light:hover { text-decoration: none; }

p{ margin: 10px 0 20px 0; }
small, p small { font-size: 14px; font-weight: normal; }

.text-small {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  opacity: 0.8;
}

.text-xl {
  font-size: 52px;
  line-height: 1.6em;
}

.text-box{
  background-color: rgb(246, 247, 250);
  border: 1px solid rgb(224, 225, 232);
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
}

.background-light .text-box{
  background-color: #fff;
}

.text-box strong{
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}

.background-dark .text-box, .background-primary .text-box{
  background-color: transparent;
}

.container1.quote-large {
  font-weight: 200;
  border-radius: 4px;
  padding: 70px;
  background-color: #2A3653;
  background-size: cover;
}

.quote-large .text-small {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.quote-large .text-small:before {
  content: "— ";
}

.quote-large .text-quote {
  font-size: 26px;
  line-height: 40px;
  max-width: 700px;
  display: block;
  margin-bottom: 1.6em;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
}

.quote-large .text-quote:before {
  content: '“';
  position: absolute;
  top: -15px;
  left: -30px;
  font-size: 50px;
  color: #F6F7FA;
  font-family: 'Times', 'Helvetica', Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.container1.quote-small, .quote-small {
  border-radius: 4px;
  padding: 40px 40px 40px 60px;
  margin-bottom: 20px;
  background-color: #fff;
  background-size: cover;
  border: 1px solid rgb(224, 225, 232);
}

.quote-small .text-quote {
  font-size: 22px;
  line-height: 32px;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.quote-small .text-quote:before {
  opacity: 0.4;
  content: '“';
  position: absolute;
  top: -10px;
  left: -30px;
  font-size: 30px;
  font-family: 'Times', 'Helvetica', Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.quote-small img {
  border-radius: 50%;
  max-width: 100px;
  width: 100%;
}

.quote-small .quote-small-logo {
  position: absolute;
  right: -40px;
  bottom: -30px;
  border-radius:0;
  max-width: 190px;
  width: auto;
}

.quote-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 160px;
}

.content-left .quote-small img {
  float: left;
  margin-right: 20px;
}

.action-edit small {
  text-align: center;
  color: #666666;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

ul.nolist {
  list-style: none;
  margin: 0;
}

ul.list{
  list-style: none;
  margin-left: 30px;
  margin-bottom: 30px;
  position: relative;
}

ul.list li{ margin-top: 10px; }

ul.list i[class*="icon"]{
  background-color: rgba(42, 54, 73, 0.9);
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  position: absolute;
  left: -30px;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
}

.background-dark ul.list i{
  background-color: #fff;
  color: rgba(42, 54, 73, 0.9);
}

.table-bordered { border-radius: 0;}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child,
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  border-radius: 0;
}

.row-table { display: table; }
.row-flex { display: flex; }
.row-table:before, .row-table:after { display: none; }
.row-table .span6 {width: 50%;}

.row-flex.row-flex-center {
  justify-content: center;
}

.row-flex.row-flex-align {
  align-items: center;
}

.row-table>[class*="span"] {
  display: table-cell;
  float: none;
  vertical-align: middle;
  position: relative;
}

i.border{
  font-size: 24px;
  border: 2px solid;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin: 10px auto;
}

.img-border{
  border: 1px solid #E0E1E8;
}

.round-icons img{
  border-radius: 50%;
}

img.team-img {
  border-radius: 50%;
  margin-bottom: 10px;
}

div.fb-pic {
  transition: background-image 0.2s ease-in-out;
}

/*----------------------
        COLORS
----------------------*/

.background-default {
  background: #fff;
}

.background-light {
  background: #f6f7fa;
}

.background-dark {
  background: #2A3653;
  color:#fff;
}

.background-primary, ul.list i.background-primary {
  background: #00BAD3;
  color:#fff;
}

.background-important, ul.list i.background-important {
  background: #FFAF10;
  color:#fff;
}

.appstore-app-icon {
  background: lightgrey;
  border-radius: 50%;
}

.appstore-app-icon.animation {
  background: #e81d62;
}

.appstore-app-icon.recruiting {
  background: #00d684;
}

.appstore-app-icon.engagement {
  background: #00BAD3;
}

.appstore-app-icon.multi-network {
  background: #ffae0f;
}

.appstore-app-icon.polymer {
  background: #502ca7;
}

/*----------------------
        LAYOUT
----------------------*/


.container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.container1, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#login .navbar-fixed-top .container {
  max-width: 100%;
}

.container2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container3 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.quote-container{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.large{
  padding-top: 70px;
  padding-bottom: 70px;
}

.large-top{
  margin-top: 70px;
}

.medium-top{
  margin-top: 40px;
}

.small-top{
  margin-top: 20px;
}

.small-bottom{
  margin-bottom: 20px;
}

.large-top-fill{
  padding-top:70px;
}

.span3.offset:first-child {
  margin-left: 25.641025641%;
}

[class*="span"].offset3x:first-child {
  margin-left: 12.82%;
}

.full-width{
  width: 100%;
  box-sizing: border-box;
}

.position-relative{
  position: relative;
}


/* hack affichage homothetique des videos */

.video-container-max{
  margin: auto;
  max-width: 800px;
}
.video-container{
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.video-container iframe{
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.datepicker > input[disabled] + .add-on,
.datepicker > input[disabled] + .add-on i.icon-th {
  cursor: not-allowed;
}

/*----------------------
        HEADER
----------------------*/

.navbar-fastory {
  display: block;
  background-color: #ffe900;
  text-align: center;
  padding: 6px 20px;
  font-size: 12px;
  color: #071d43;
}

.opaque .navbar-fastory { display: none; }

.navbar-fastory a, .navbar-fastory a:hover{
  color: #071d43;
  text-decoration: underline;
}

.navbar-fastory .logo{
  height: 24px;
  margin-right: 10px;
}

.navbar-fastory .label{
  margin-right: 10px;
  background: #007fff;
}

header .navbar {
  min-width: 100px;
}

header .navbar .brand {
  line-height: 65px;
  padding: 0;
  color: #fff;
  margin-left: 0;
}

header .navbar .brand img {
  vertical-align: top;
  margin-top: 18px;
  margin-right: 20px;
}

header .navbar-inner {
  background-color: #00BAD3;
  background-image: none;
  box-shadow: none;
  filter: none;
  height: 65px;
}

header .submenu {
  padding: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: rgb(255, 255, 255);
  line-height: 0.8em;
  text-align: center;
}

header .submenu .nav {
  display: inline-block;
  float: none;
}

header .navbar .nav > li > a, #mailto {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 65px;
  padding: 0 15px;
  text-shadow: none;
  transition: all 0.2s ease;
}

header .navbar .nav > li.selected > a {
  color: #fff;
}

header .navbar .submenu .nav > li > a {
  color: rgba(42, 54, 73, 0.6);
  border-bottom: 4px solid rgba(11, 188, 203, 0);
}

header .navbar .nav .active > a, .navbar .nav .active > a:hover {
  background-color: transparent;
  color: white;
  border: none;
  transition: all 0.2s ease;
}

header .navbar .submenu .nav .active > a, .navbar .submenu .nav .active > a:hover, header .navbar .submenu .nav > li.selected > a {
  color: rgba(42, 54, 73, 0.9);
  border-bottom: 4px solid #00BAD3;
}

header .navbar .dropdown-menu {
  background-color: #2A3653;
  color: white;
  padding: 15px;
  margin: 0px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-left: -50%;
}

header .navbar .dropdown-menu:before {
  position: absolute;
  top: -5px;
  padding: 0;
  background: #2A3653;
  transform: rotate(45deg);
  z-index: -1;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

header .navbar .dropdown:hover .dropdown-menu {
  display:block;
  top: 65px;
}

header .dropdown-menu { min-width: 114px; box-shadow: none;}
header .navbar .nav { margin: 0; }
header .navbar .dropdown-menu:after { border: 0; }
header .navbar .dropdown-menu:before { border: 0; }

header .navbar .dropdown-menu a { color: rgba(255,255,255,0.8); text-shadow: none; padding: 5px 4px; }
header .navbar .dropdown-menu a:hover { color: rgba(255,255,255,1); background-color: transparent;}

header img.fb-pic {width:24px; height:24px; margin-right: 8px;}

header .domain-credits {
  color: #00BAD3;
  background-color: rgba(255, 255, 255, 0.8);
  line-height: 69px;
}

header .domain-credits-warning {
  color: #F14629;
}

#app-search::-webkit-input-placeholder {
  color: #555e6d;
  opacity: .6;
}

#app-search::-moz-placeholder {
  color: #555e6d;
  opacity: .6;
}

#app-search:-ms-input-placeholder {
  color: #555e6d;
  opacity: .6;
}

#app-search:focus::-webkit-input-placeholder {
  opacity: .4;
}

#app-search:focus::-moz-placeholder {
  opacity: .4;
}

#signup, #flags, #my-acc, #mailto{
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 500ms ease 0s;
  height: 39px;
  line-height: 35px;
  margin: 13px 0 13px 10px;
}

#mailto{
  background-color: #fff;
  color: rgba(42, 54, 73, 0.9);
}

#setmore-overlay{
  z-index: 1050!important;
  background-color: #2A3653!important;
  opacity: 0.95!important;
}

#signup:hover, #mailto:hover{ background-color: transparent; color: #FFFFFF; transition: all 0.2s ease 0s; }

#my-acc{
  padding-left: 8px;
}
.header-dropdown{
  font-size: 14px;
  line-height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  margin: 5px 0;
  padding: 9px 22px 9px 9px;
  right: 0;
  left: 0;
  margin-left: 10px;
}

.dropdown .caret{
  margin: auto 0 auto 8px;
}

.header-phone{
  line-height: 65px;
}

.header-phone .phone-number{
  font-size: 14px;
  border: 0;
}

.header-phone .phone-number img{
  width: 24px;
  margin-top: 4px;
}

@media (max-width: 1050px) {
  .navbar .nav>li.header-phone{
    display: none;
  }
}

footer #flags {
  border: 2px solid rgba(255, 255, 255, 0.6);
  margin: 0 0 20px;
  border-radius: 4px;
  display: inline-block;
}

footer .flag {
  padding: 8px 8px 8px 10px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 1px;
}

footer .flag img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  vertical-align: top;
  position: relative;
  top: 10px;
  margin-right: 5px;
}

footer .flag.selected {
  color: rgba(255,255,255,1);
  border-right: 2px solid rgba(255,255,255,0.8);
}

footer .flag.selected img {
  opacity: 1;
  filter: alpha(opacity=100);
}

footer #flags .caret {
    display: inline-block;
    margin: 5px 5px;
    border-bottom-color: rgba(255, 255, 255, 0.8);
    border-top-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    filter: alpha(opacity=100);
    vertical-align: middle;
}

footer #flags .dropdown-menu a{
  color: #000;
}

footer .dropdown-flags{
  margin: 5px 0 0;
  min-width: 46px;
  padding: 4px 0;
}

footer .dropdown-flags .flag{ margin: 2px 10px; }

footer .flag:hover{
  opacity: 1;
  filter : alpha(opacity=100);
}

.phone-number{
  font-weight: 400;
  font-size: 20px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  padding: 6px 12px 6px 6px;
  line-height: 30px;
  border-radius: 23px;
  margin-left: 10px;
  display: inline-block;
  color: #fff;
}

.phone-number img {
  vertical-align: top;
  margin-right: 10px;
}

.newletter .newletter-form {
  display:flex;
}

.newletter .newletter-form-email {
  border-radius: 3px 0 0 3px;
  border-right: 0;
  margin-bottom: 0;
}

.newletter .newletter-feedback {
  height: 25px;
}

.newletter .newletter-feedback .error   {color: #FD9191; }
.newletter .newletter-feedback .success {color: #B0FF9E; }

.newletter .newletter-form-submit {
  height:40px;
  border-radius: 0 3px 3px 0;
  border:none;
  background: #00BAD3;
  color: #fff;
  padding: 0 15px;
  font-size: 1em;
  width: 110px;
}

.newletter-form .newletter-wrap .newletter-loader {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.newletter-form.loading .newletter-wrap {
  position: relative;
}

.newletter-form.loading .newletter-wrap .newletter-form-submit {
  color: transparent;
}

.newletter-form.loading .newletter-wrap .newletter-loader {
  opacity: 1;
}

.newletter-info p {
  margin: 0;
  padding: 0;
}

.newletter-info .small {
  font-size: 0.8em;
  opacity: 0.5;
}

@keyframes spin {
  0% {transform: rotate(0deg); }
  100% {transform: rotate(359deg); }
}

.newletter .animate-spin {
  animation: spin 2s infinite linear;
  display: inline-block;
}

.newletter .newletter-result {
  display:none;
}

.navbar .caret, .navbar .caret:hover {
  border-bottom-color: rgba(255, 255, 255, 0.8);
  border-top-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  filter:alpha(opacity=100);
  vertical-align: middle;
}

#logout .navbar .navbar-first nav li {
  position: relative;
}

.navbar .challenge-list .header-dropdown {
  background-color: #3CC9D5;
  border:none;
}

header form { margin: 0; }

.opaque .last-post{ display:none;}

.last-post {
  position: absolute;
  left: -70px;
  background: rgba(0,0,0,0.3);
  color: #FFFFFF;
  font-size: 12px; line-height: 16px;
  width: 170px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  z-index: 100;
}

.last-post a{color: #FFFFFF;}

.last-post:before {
  content:'';
  display: block;
  position: absolute;
  left: 0; right: 0; top: -16px;
  width: 0; height: 0;
  margin: auto;
  border: 8px solid red;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0,0,0,0.3) rgba(0, 0, 0, 0);
}

#oldBrowserAlert {
  margin: 0;
  padding: 0;
  background-color: #2A3653;
  border: none;
  color: white;
  line-height: 40px;
  min-height: 40px;
}

.nav-homepage #oldBrowserAlert {
  margin: -20px 0 10px;
}

.nav-homepage.opaque #oldBrowserAlert {
  display: none;
}


/*----------------------
        FOOTER
----------------------*/

.social-footer{ margin-top: 10px; display: inline-block; }

#login .social-footer{ margin-top: 0; }

footer .nav .social-footer a{
  border-radius: 4px;
  display: block;
  margin: 5px 10px 0 -5px;
  padding: 2px 1px;
  font-size: 18px;
  transition:color .2s linear;
}
#social-fb:hover{ color: #3B5998; }
#social-tw:hover{ color: #00BEF6; }
#social-gg:hover{ color: #DA4B39; }

#___plusone_0{
  height: 21px !important;
  vertical-align: top !important;
}

.logos-footer{
  background: none repeat scroll 0 0 #F1F1F1;
  text-align: center;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 20px;
}

footer .footer-top {
  padding: 30px 0;
  font-size: 16px;
  line-height: 46px;
  position: relative;
  z-index: 1;
}

footer .footer-top .span7 { text-align: right; }

footer .footer-bottom {
  color: #FFFFFF;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  min-height: 60px;
}

footer h3 { padding-bottom: 10px; }

footer ul{ list-style: none; margin: 0; }
footer ul li { margin-bottom: 4px; }

footer .nav a { color: #FFFFFF; font-size: 14px; }
footer .nav a:hover { color: #ADADAD; }

footer .popover-inner{
  background:#555760;
  box-shadow: none;
  width:auto;
  padding: 7px 15px 5px;
  font-size: 12px;
}
footer .popover { position:relative; }

footer .popover.right .arrow {
  border-right: 10px solid #555555;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  top: 40%;
  left: 0;
}
footer .popover.right {
  margin-left: 100px;
}

#footer-push { height:333px; }

#header-push { height: 84px; }

.module-env.action-list #header-push { height: 91px; }

#jimmy-footer{
  float:left;
  position:absolute;
  bottom: -2px;
}

/*----------------------
        JIMMY
----------------------*/

.jimmy {
  position: relative;
}

.jimmy .anchor {
  position: absolute;
}

.jimmy .anchor:before {
  background-image: url("/images/jimmy-head.png");
  background-position: center 25px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 60px;
  width: 90px;
}

.jimmy:not(.animated) .anchor.head:before {
  background-position: center 5px;
}

.jimmy.animated .anchor:before {
  -webkit-animation: jimmyAnimatedBackgroundLeave 0.15s ease-out;
          animation: jimmyAnimatedBackgroundLeave 0.15s ease-out;
}

.jimmy.animated:hover .anchor:before {
  background-position: center 5px;
  -webkit-animation: jimmyAnimatedBackground 0.15s ease-out;
          animation: jimmyAnimatedBackground 0.15s ease-out;
}

@-webkit-keyframes jimmyAnimatedBackground {
    0% { background-position: center 25px; }
    100% { background-position: center 5px; }
}
@keyframes jimmyAnimatedBackground {
    0% { background-position: center 25px; }
    100% { background-position: center 5px; }
}

@-webkit-keyframes jimmyAnimatedBackgroundLeave {
    0% { background-position: center 5px;  }
    100% { background-position: center 25px; }
}
@keyframes jimmyAnimatedBackgroundLeave {
    0% { background-position: center 5px;  }
    100% { background-position: center 25px; }
}

.jimmy .anchor:not(.head):after {
  background-image: url("/images/jimmy-hands.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20px;
  width: 100px;
  position: absolute;
  bottom: -10px;
  left: -5px;
}

.jimmy .anchor.left {
  transform: rotate(90deg);
  left: 0;
}

.jimmy .anchor.top {
  transform: scaleY(-1);
  top: 0;
}

.jimmy .anchor.right {
  transform: rotate(-90deg);
  right: 0;
}

.jimmy .anchor.bottom {
  transform: scaleY(1);
  bottom: 0;
}

.jimmy .anchor.left.top,
.jimmy .anchor.right.top {
  transform: scaleY(-1) rotate(0);
}

.jimmy .anchor.left.bottom
.jimmy .anchor.right.bottom {
  transform: scaleY(1) rotate(0);
}

/*----------------------
        CONTENT
----------------------*/

.secondary img{
  border: 1px solid #E0E1E8;
  width: 100%;
  max-width: 200px;
}

.secondary-app img{
  border-bottom: 1px solid #E0E1E8;
  border-radius: 4px 4px 0 0;
}

.secondary img{
  border-radius: 50%;
}

.secondary-app, .secondary-app.secondary-app-big {
  margin-left: 0;
  border: 1px solid rgb(224, 225, 232);
  border-radius: 4px;
  background-color: #fff;
}

.secondary-app, .secondary-app-big {
  display:inline-block;
  width: 270px;
}

.secondary-app > .span4 {
  padding: 0 40px 0 20px;
}

.secondary-app > .row-fluid {
  padding: 20px 20px 0;
  box-sizing: border-box;
  min-height: 185px;
  text-align: center;
}

.secondary-app > .row-fluid .span9 {
  padding-left: 10px;
}

.secondary-app .appstore-app-icon {
  border: 0;
  border-radius: 50%;
  width: 100%;
  max-width:50px;
}

/* Contact Message by country */

.browser {
  position: relative;
  border: 1px solid #E0E1E8;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.browser-medium{
  max-width: 620px;
  top: 20px;
  width: 100%;
}

.browser-small{
  max-width: 420px;
  top: 20px;
  width: 100%;
}

.browser img {
  vertical-align: bottom;
}

.content-right>.browser {
  margin-right: 0;
  margin-left: auto;
}

.content-left>.browser {
  margin-right: auto;
  margin-left: 0;
}

.content-right>.browser {
  margin-right: 0;
  margin-left: auto;
}

.browser:before {
  border: 1px solid #E0E1E8;
  border-radius: 6px 6px 0 0;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  top: -41px;
  width: 100%;
  background-color: #F6F7FA;
  left: -1px;
}

.browser .browser-button {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 50%;
  display: block;
  float: left;
  height: 10px;
  left: 10px;
  position: absolute;
  top: -25px;
  width: 10px;
  background-color: #fff;
}

.browser .browser-button:nth-child(2) {
  left: 30px;
}

.browser .browser-button:nth-child(3) {
  left: 50px;
}


.page-header {
  border-bottom: 1px solid #DDDDDD;
  margin: 40px 0;
  box-sizing: border-box;
}

#login footer .span4.nav{
  margin-bottom: 0;
}

#login footer .span4.nav .row-fluid .span4 ul li:first-child{
  margin-bottom: 5px;
}

#login footer .span4.nav .row-fluid .span4 ul li p a{
  margin-top: 0;
}

#login:not(.module-showcase):not(.module-resource):not(.module-env) > #background-content > .container{
  padding: 0 20px;
}

span#pixel {display:none;}

#background-content {
  min-height: 100%;
  margin: 0 auto -333px;
}

#notify {
  margin-top: 49px;
}

#notify .alert {
  border: 0;
  border-radius: 0;
}

#notify .notify-content {
  text-align: center;
}

.challenge-picture img, .module-resource img {
  border-radius: 3px;
}

.vertical-align {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.no-margin {
  margin: 0;
}

.content-center {
  text-align: center;
}

.content-right {
  text-align: right;
}

.content-left {
  text-align: left;
}

.relative {
  position: relative;
}

.no-padding {
  padding: 0;
}

.textarea-comment {
  color: #999999;
  text-align: right;
  position: relative;
}

.well h1 {
  background-color: transparent;
  border-radius: 3px;
}

.well {
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}

.nav-tabs {
  position: relative;
}

.nav-tabs.nav-categories {
  display: flex;
}

.nav-tabs.nav-categories>li {
  flex: 1;
  text-align: center;
}

.nav-tabs.nav-categories > li:first-child a {
  border-left: 1px solid #DDD;
}

.nav-tabs.nav-categories > li > a {
  border: 1px solid #DDD;
  margin: 0;
  border-left: 0;
  background-color: #fff;
  color: rgba(42, 54, 73, 0.9);
  padding: 15px 10px 20px;
}

.nav-tabs.nav-categories:before,
 .nav-tabs.nav-categories:after {
  display: initial;
}

.nav-tabs.nav-categories > li > a:hover {
  background-color: transparent;
}

.nav-tabs.nav-categories > li img {
  margin-right: 4px;
}

.nav-tabs.nav-categories > li a {
  transition: background-color .2s ease;
}

.nav-tabs.nav-categories > li.active a {
  background-color: #293554;
  color: #fff;
}

.nav-tabs.nav-categories > li.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.nav-campaign #loader {
  position: absolute;
  right: 0;
  top: 5px;
}

.env-container .ajax-loader {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url('/images/ajax-loader.gif');
}

.env-container .ajax-loader.hidden {
  display: block;
  visibility: hidden;
}

.align-right {
  text-align: right;
}

.tab-content {
  min-height: 151px;
}

#icon-news{float:left; padding-right:10px;}

body.module-resource.action-discover .modal-header p.description{
  margin: 10px 0 0;
}

.description{
  font-size: 18px;
}
.description-big{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}

a#btn-help {
  position: fixed !important;
  right: -60px;
  border-radius: 4px 0 0 4px;
  z-index: 1000;
  padding-left: 55px;
}
a#btn-help:hover {
  background: none repeat scroll 0 0 #F14629;
  box-shadow: none;
  color: #FFFFFF;
  right: 0;
}
a#btn-help:before, a#help-env:before {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  bottom: 0;
  color: #FFFFFF;
  content: "?";
  display: block;
  font-size: 17px;
  height: 25px;
  line-height: 25px;
  left: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 25px;
}
a#help-env {
  position: absolute;
  right: 30px;
  top: 65px;
  padding-left: 55px;
}

a#help-env:hover:before {
  color: #F14629; border: 1px solid #F14629;
}

.btn-back {
  margin: 20px;
}
.btn-back:hover {
  background-color: #00BAD3;
  border-color: #00BAD3;
  color: #fff;
}


.btn-delete-small, .btn-duplicate-small{
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #ccc;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  color: #777;
  font-size: 12px;
  transition: background .2s ease;
  z-index: 1;
}

.btn-duplicate-small {
  right: 15px;
  background-image: url("/images/icon-duplicate.png");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: 5px;
}

.btn-delete-small:hover {
  background: #CBCDD8;
  border-color: #CBCDD8;
  color: #2A3649;
}

.btn-duplicate-small:hover {
  background-color: #CBCDD8;
  border-color: #CBCDD8;
  color: #2A3649;
}

.btn-icons {
  border-spacing: 10px;
}

.btn-icons .btn {
  text-align: left;
  padding: 10px 40px 10px 130px;
  height: 90px;
}

@media (max-width: 820px){
  .btn-icons .btn {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 20px 40px 20px 130px;
    height: auto;
  }
}

#btn-download-booklet img {
  position: absolute;
  left: 20px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.btn-icons .btn a{
  color: #2A3653;
}

.btn-icons .btn .text-small {
  margin-top: 4px;
}

.btn-icons .btn [class*="ficon"], .btn-icons .btn img{
  position: absolute;
  left: 45px;
  height: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 30px;
}

#btn-download-booklet .ficon-download{
  color: #fff;
}

#Setmore_button_iframe img{
  height: 40px;
}

/*----------------------
        ALERTS
----------------------*/

body.action-edit.module-challenge #background-content .alert-nomargin{
  margin-left: 0;
}

.alert {
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0;
  padding: 15px 20px;
  border-radius: 0;
  position: relative;
  text-shadow: none;
  border: 1px solid;
  text-align: center;
}
.alert-info {
  background-color: #DAF5F9;
  border-color:#AFD9DB;
  color: #0D7886;
}
.alert-warning {
  background-color: #FDE885;
  border-color: #FCD933;
  color: #847738;
}
.alert-success {
  background-color: #CCF7E6;
  border-color: #66E6B5;
  color: #009156;
}
.alert-error {
  background-color: #FDE9E5;
  border-color: #F9B5A9;
  color: #B5351F;
}
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  background-color: #FDE9E5;
  border-color: #D38679;
  color: #B5351F;
}
.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
  border-color: #D38679;
  color: #B5351F;
}
.control-group.error>label, .control-group.error .help-block, .control-group.error .help-inline{
  color: #B5351F;
}
.challenge-status-error i {
  border-radius: 50%;
}

.challenge-status-success {color: #a5c624; padding-top: 10px;}
.challenge-status-success i.ficon-:before {
  content: "\2714";
  font-size: 18px;
}

.challenge-status-error {color: #F14629; padding-top: 10px;}
.challenge-status-error i.ficon-:before {
  content: "\e817";
  font-size: 18px;
}

.no-data {
  position: relative;
  text-align: center;
}

.no-data .alert {
  bottom: 0;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(252, 248, 227, 0.9);
}

/*----------------------
        LABELS
----------------------*/
.label-info {background: #00BAD3;}
.label-success, .label-success[href] {background: #A5c614;}

.label.start{background:#333;}
.label.standard{background:#088D98;}
.label.premium{background:#F14629;}

.label, .badge {
  padding: 2px 6px;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.5px;
}
.badge-thumbnail {
  border-radius: 35%;
  padding: 0 4px;
  margin-left: 5px;
  font-size: 12px;
  background: #FFFFFF;
  color: #999999;
  border: 1px solid #CCCCCC;
  float:right;
}

.label-pricing.btn {
  position: relative;
  display: block;
  padding: 10px;
  margin: 8px;
  padding: 24px 20px 24px 60px;
  text-align: left;
  font-size: 16px;
  cursor: default;
}

.label-pricing.btn, .label-pricing.btn:hover {
  background-color: transparent;
  border: 1px solid #999999;
}

.label-pricing.btn img {
  height: 40px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 30px;
}

.label-pricing.btn.label-pricing-fastory {
  background-color: #ffe900;
}

.label-pricing.btn.label-pricing-fastory a {
  color: #2A3653;
}

.label-pricing.btn.label-pricing-fastory img {
  height: 28px;
  left: 20px;
}
/*----------------------
        BUTTONS
----------------------*/

.btn {
  background: #F6F7FA;
  color: #2A3653;
  border: 1px solid #999999;
  box-shadow: none;
  text-shadow: none;
  border-radius: 4px;
  transition:all .1s linear;
}

.btn:hover{
  text-shadow: none;
  box-shadow: none;
  transition:all .1s linear;
}

.btn-medium {
  padding: 10px 15px;
}

.btn-large {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 16px;
}

.btn .f -right-open{
  font-size: 10px;
}

.btn-large .ficon-right-open, .btn-large .ficon-left-open{
  font-size: 12px;
}

.plus { font-size: 24px; margin-right: 5px; vertical-align: -4px; }
.btn-large .plus { line-height: 10px; vertical-align: sub; }

.btn-group > .btn{
  border-left: 1px solid #AAAAAA;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
    z-index: 0;
}

.facebook fieldset{
  margin: 0;
}

.btn:hover, .btn:active, .btn.active {
  background: #cbcdd8;
  border-color: #cbcdd8;
}

.btn.disabled, .btn[disabled], .btn.disabled:hover, .btn[disabled]:hover {
  background: #cbcdd8;
  border-color: #cbcdd8;
  color: #2A3653;
  box-shadow: none;
}

.btn-primary {background: #00BAD3; color: #FFF; border: 1px solid #00BAD3;}
.btn-primary:hover, .btn-primary:active, .btn-primary.active {
  background: transparent;
  box-shadow: 0 0 0 2px #00BAD3 inset;
  color: #00BAD3;
  border-color: #00BAD3;
}

.btn-info {background: #07737c;}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background: #066466;
}

.btn-success {background: #A5c624;}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background: #96b222;
}

.btn-danger {background: #F9931E;}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  background: #E5811F;
}

.btn-warning {background: #F9931E;}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  background: #E5811F;
}

.btn-important {
  background: #F14629;
  color: #fff;
  border: 0;
}

.btn-important:hover, .btn-important:active, .btn-important.active, .btn-important.disabled, .btn-important[disabled] {
  background: #F46B54;
  color: #fff;
}

.btn-secondary {
  background: #2A3653;
  color: #fff;
  border:0;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
  color:#2A3653;
  background:transparent;
  box-shadow: 0 0 0 2px #2A3653 inset;
}

.btn-border-white, .btn-border-white:hover{
  background: transparent;
  box-shadow: 0 0 0 2px #ffffff inset;
  color: #fff;
  border: 0;
}

.btn-border-red, .btn-border-red:hover{
  background: transparent;
  box-shadow: 0 0 0 2px #F14629 inset;
  color: #F14629;
  border: 0;
}

.btn-white, .btn-white:hover{
  background: #fff;
  border:0;
}

#login_with_facebook, #sync_with_facebook {
  background: #3B5998;
  color: #FFFFFF;
  border-color: #3b5998;
}

#btn-signup-header {
  font-size: 21px;
  margin-right: 40px;
  padding: 16px 24px;
}

.link-video i {
  border: 2px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 27px;
  margin-right: 10px;
  text-align: center;
  padding-left: 3px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.link-video .ficon-play:before {
  margin:0;
}

.homepage-container .btn-important:hover { color: #FFFFFF; }


.form-actions {
  border: 0;
  background-color: transparent;
}

.change-img a{
  color:#333;
}

.btn-facebook, .btn-facebook:hover, .nav>li>a.btn-facebook:hover{
  background: #3B5998;
  color: #FFFFFF;
  border: none;
}

i.ficon-plus{
  display: inline-block;
  font-style: normal;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #2A3653;
  color: #2A3653;
  background-color: #fff;
  height: 13px;
  width: 13px;
  line-height: 13px;
  font-weight: bold;
}

/*----------------------
        POPOVER TOUR
----------------------*/

.popover-fixed {
  position: fixed;
}

.popover.popover-tour {
  z-index: 1029;
}

.popover-title {
  font-size: 14px;
  background: transparent;
  border: none;
  padding: 15px 15px 0px 15px;
  font-family: 'Arial';
  font-weight: bold;
}

.popover-content {
  padding: 1px 14px 14px;
  background: transparent;
}

.popover-content .nav > .next {
  float: right;
}

.popover-content a, .popover-content a:hover {
  color: white;
}

#popover-facebook {
  font-size: 12px;
}

.popover-inner {
  color: white;
  background: #293549;
  padding: 20px 10px;
  box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.3);
  width: 350px;
  border-radius: 4px;
}

.popover-inner .end, .popover-inner .end:hover {
  color: white;
}

.popover.top .arrow {
  border-top: 10px solid #293549;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -3px;
}
.popover.left .arrow {
  border-left: 10px solid #293549;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  right: -3px;
}
.popover.right .arrow {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #293549;
  border-top: 10px solid transparent;
  top: 42%;
  left: -3px;
}
.popover.bottom .arrow {
  border-bottom: 10px solid #293549;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -3px;
  left: 47%;
}

.popover-inner .close {
  color: #999999;
  opacity: 1;
  float: right;
  position: absolute;
  top: 10px;
  right: 15px;
  text-shadow: none;
  font-size: 25px;
  font-weight: lighter;
}

.popover-inner .close:focus {
  outline: none;
}

/*----------------------
        PROGRESS BARS
----------------------*/

.progress { border-radius: 0; height: 10px;}

.login-loading { font-size: 12px; margin-top: 5px; }

.bar.loader {
  width: 100%;
}

.progress-facebook .bar {
  background-color: #3b5998;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-signup .bar {
  background-color: #00BAD3;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*----------------------
        FORMS
----------------------*/

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly]{
  background-color: #ECEEF1;
  border-color: #CCC;
  opacity: 0.8;
}

.form-full-width input:not([type="submit"]), .form-full-width textarea, .form-full-width  select, .form-full-width .uneditable-input {
  display: block;
  margin-bottom: 0;
  min-height: 28px;
  width: 100%;
  box-sizing: border-box;
}

.form-full-width .row-fluid > [class*="span"]:first-of-type {
  margin-left: 0;
}

.form-full-width .control-group {
 margin-bottom: 0;
 padding-bottom: 9px;
}

legend {
  border: none;
}

.form-full-width label {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.control-group.error .help-block,
.control-group.warning .help-block,
.control-group.success .help-block,
.control-group.error .help-inline,
.control-group.warning .help-inline,
.control-group.success .help-inline {
  font-weight: bold;
}

.control-group.error {
  height: auto;
}

.control-group .help-inline.no-padding {
  padding-left: 0;
}

.control-group .help.help-inline {
  padding-left: 0;
}

.help-inline {
  display: inline;
  vertical-align: inherit;
  font-size: 16px;
}

.control-group .input-prepend *, .control-group .input-append * {
  margin-bottom: 9px;
}
.control-group.form-inline .input-prepend *, .control-group.form-inline .input-append * {
  margin-bottom: 0;
}

.control-checkbox {
  padding-left: 20px;
  position: relative;
}

.control-checkbox input{
  position: absolute;
  left: 0px;
}

.form-actions-compact {
  margin: 15px 0 0;
}

legend + .row-fluid{margin-top:18px;-webkit-margin-top-collapse:separate;}
legend h2{padding-bottom:0;}
fieldset{margin-bottom:27px;}
fieldset:last-of-type{margin-bottom:0px;}
form .row-fluid + .form-actions {margin-top:0;}

.well > .control-group {
  margin-bottom:0;
  margin-top:9px;
}

.well.form-horizontal .control-group {
  margin-top: 18px;
}

.well > .control-group:first-of-type {
  margin-top:0;
}

/* Sticker for form-element */
.control-group.with-stickers{
  position: relative;
}

.control-group.with-stickers .nav-tabs
{
  border:none;
  margin:0;
  float:right;
}

.control-group.error.with-stickers .nav-tabs > .active > a, .control-group.error.with-stickers .nav-tabs > .active > a:hover {
  border-color: #B94A48 #B94A48 transparent;
}

.control-group.warning.with-stickers .nav-tabs > .active > a, .control-group.warning.with-stickers .nav-tabs > .active > a:hover {
  border-color: #C09853 #C09853 transparent;
}

.control-group.success.with-stickers .nav-tabs > .active > a, .control-group.success.with-stickers .nav-tabs > .active > a:hover {
  border-color: #468847 #468847 transparent;
}

.control-group.with-stickers .nav-tabs > li:not(.active) > a:hover {
  border-bottom: transparent;
}

.control-group.with-stickers .tab-content{
  clear: both;
}

.control-group.with-stickers label{
  padding-top:10px;
}

select.multiselect, .multiselect-separator {
  float: left;
  margin-bottom: 10px;
}
.multiselect-separator a {
  display: block;
  margin: 10px;
}
.multiselect.destination + * {
  clear: left;
}

/* selectable item */

.selectable-item {
  transition: all 0.2s ease 0s;
  cursor: pointer;
  box-shadow: none;
}

.selectable-item:hover, .selectable-item.selected {
  transition: all 0.2s ease 0s;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px #00BAD3 inset;
}

.selectable-item.restricted:hover {
  box-shadow: none;
  cursor: default;
}

/* ENV THUMBNAILS */

.module-env .tab-content{
  padding: 20px 20px 0 20px;
  position:relative;
}

#challenges-tab-content{
  padding: 20px 20px 100px 20px;
}

.module-env .tab-content .jimmy-abo {
  position: absolute;
  bottom: 0;
}

.module-env .tab-content .jimmy-abo p {
  margin-left: 100px;
  font-style: italic;
  max-width: 280px;
  line-height: 16px;
  font-size: 12px;
}

.module-env .tab-content {
  overflow: visible;
}

.modal-body .envs .page {
  padding: 7px;
  background: #fff;
  height: 117px;
  margin: 0 10px 10px 0;
  width: 117px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.modal-body .envs .thumbnail {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: auto;
  height: 90px;
  overflow: hidden;
  border: 0;
}

.envs .page a:hover { text-decoration: none;}

.envs .thumbnail-caption h4 {
  text-align: center;
  font-size: 18px;
  padding:0px 0 5px 0;
  font-weight: normal;
}

.envs .thumbnail-caption p {
  margin: 10px 0 0 0 ;
  font-size: 12px;
}

.envs .thumbnail-caption {
  padding: 30px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.envs .thumbnail-caption.step-caption {
  text-align: center;
  color: #6E6E6E;
  padding: 0;
}

.envs .page.item-add .thumbnail {
  background-color: transparent;
}

.envs .page.item-add .thumbnail {
  color: #00BAD3;
  font-size: 90px;
  line-height: 90px;
  text-align: center;
}

.envs .page.item-add .thumbnail-caption h4 {
  color: #00BAD3;
}

.envs .thumbnail img{
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

.challenge-wrapper .accordion-inner {
  border: none;
  padding: 0;
}

.challenge-wrapper .challenge.close {
  opacity: .8;
  float: none;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
}

.challenge-wrapper .challenge.close:hover{
  cursor: inherit;
}

.accordion-body.accordion-shown.collapse.in {
  overflow: visible;
}

.tab-content .challenge-wrapper:not(:first-child) {
margin-top: 20px;
}

.well-info {
  border:0;
  text-align:center;
  color:#666;
}

.well-header {
  font-size: 24px;
  color: #999;
  line-height: 36px;
  padding-bottom: 10px;
}

.no-promotion {
  padding-bottom: 30px;
}

#demo-platform {
  padding-top: 30px;
}

.env-container {
  position: relative;
  background: #CBCDD9;
  height: 180px;
}

.env-wrapper {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.env-wrapper hr{
  border-bottom:3px solid #EEEEEE;
  padding: 0;
  margin-bottom: 25px;
}


/*
  CHALLENGE AND COMPONENT
*/

ul.type_upload,
ul.collection{
  list-style: none;
  margin: 4px 0 0;
  border-radius: 4px;
  white-space: nowrap;
  display: inline;
}

ul.type_upload li,
ul.collection li{
  color: #999999;
  display: inline;
  font-size: 10px;
  margin: 0 1px;
  text-transform: uppercase;
}

ul.collection-Polymer li {
  color: #502ca7;
}

/*----------------------
        NAVIGATION
----------------------*/

.accordion-heading .accordion-toggle {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  color: #333;
  margin-bottom: 0;
}
.accordion-heading a.openable-accordion i { float: right; margin-top: 10px; }

.accordion-inner {
  border-top: 0;
  padding: 20px 20px 40px;
}

.accordion-heading legend {
  margin-bottom: 0;
}

.nav-tabs { border-bottom: 1px solid #CCCCCC; }

.nav-tabs > li > a {
  border: 1px solid #DDDDDD;
  color: #999999;
  font-size: 14px;
  border-radius: 0;
  border-bottom: 0;
  padding: 12px;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  color:#333333;
  border: 1px solid #CCCCCC;
  border-bottom: 0;
}

.nav-tabs > li > a:hover {
  border-color: #CCCCCC;
  background-color: #eceef1;
}

.nav-tabs > li > label {
  padding: 8px 12px 8px 25px;
  line-height: 18px;
  margin: 0 2px;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > label > a {
  text-decoration: none;
  color: #666;
  padding: 12px 0;
}

.tabs-left > .nav-tabs > li > a {
  text-decoration: none;
  padding: 10px 20px;
  font-size: 14px;
}

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  margin-bottom: 0px;
}

.slider-nav {
  margin: 5px auto;
  width: 230px;
}

.slider-nav a {
  position: relative;
  color: white;
  background: silver;
  cursor: pointer;
  padding: 5px 11px;
  border-radius: 50%;
  margin: 5px 50px 0 -25px;
}

.slider-nav a:after {
  content: '...';
  color: silver;
  font-size: 25px;
  position: absolute;
  top: 3px;
  left: 55px;
}

.slider-nav a:last-child:after {
  content: '';
}

.slider-nav a:hover {
  text-decoration: none;
  background: gray;
}

.slider-nav a.current,
.slider-nav a.current:hover {
  background: #00BAD3;
  color: #fff;
  cursor: default;
}

.slider-nav a.disabled, .slider-nav a.disabled:hover {
  background: none;
  border: 1px solid #999;
  color: #999;
  cursor: default;
}

.slider-nav a:not(.disabled):not(.current) {
  background: #00BAD3;
  color: #00BAD3;
}

.slider-nav a:not(.disabled):not(.current):before {
  bottom: 0;
  color: #fff;
  content: "\e802";
  font-family: "fontello";
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
}

/*----------------------------
            ADMIN
-----------------------------*/

#facebook-error {
  margin: 10px 20px;
}

.paginator { text-align: center; }
.paginator a { margin: 2px; }
.filter { width: 100px; margin: 2px;}
.filter-small { width: 50px; margin: 6px 0 0 2px}
.submit-btn { margin-left:2px;}
.alignright { float:right;}
.well-small { padding: 15px 10px 0px;}
.legend-square {
  float:left;
  margin: 4px 4px 0 0;
  display:block;
  width: 10px;
  height:10px;
}

#changeStatus {
  position: fixed;
  top: 30%;
}

ul.thumbnails > li {
  margin-left: 0;
}

/* Managers */
#managers { margin: 0 20px; }
#inviteForm { margin-left: 10px; }
#inviteFormMessage textarea{ height:100px; }
#inviteFormContacts {
  overflow: auto;
  height: 230px;
}
#inviteFormContacts ul {
  list-style-type: none;
  margin: 0;
}
#inviteGoogle {
  padding-left: 30px;
  margin-bottom: 10px;
}
#tab_email .span4 { margin: 0; }
#messageForm textarea { height: 190px; }
#submitForm a { margin-right:-20px; }
.contactMail { line-height: 30px; }
.manager-content {
  margin: -1px 0px 0px -15px;
  width: 945px;
}

/*----------------------------
            UPGRADE ALERT
-----------------------------*/

.alert-upgrade {
  background-color: #eceef1;
  background-image: url("/images/lock.png");
  background-position: 20px center;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: block;
  font-size: 18px;
  padding: 35px;
  text-align: center;
  margin-top: 20px;
}

/*----------------------------
            MODAL
-----------------------------*/

.modal-backdrop {
  background-color: #2A3653;
}

.modal-backdrop, .modal-backdrop.fade.in {
  opacity:0.95;
}

.modal .close {
  color: #999999;
  opacity: 1;
  position: absolute;
  top: 5px;
  right: 10px;
  text-shadow: none;
  font-size: 40px;
  line-height: 28px;
  font-weight: lighter;
}

#background-content .login.well .close{ display:none; }

.modal-discover {
  background: transparent;
}

.modal-discover iframe, .demo-iframe {
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}

.live-demo > .demo-iframe {
  margin-top: 20px !important;
}

.modal-discover .modal-body {
  position: relative;
}

.modal-discover .modal-header {
  color: #FFF;
  padding: 20px 0 10px;
  text-transform: inherit;
}

.modal-discover .modal-header .title {
  text-align: center;
}

.modal-discover .modal-body .loading {
  background: #fff;
  box-sizing: border-box;
  display: block;
  height: 100%;
  max-height: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 200px;
  text-align: center;
  width: 100%;
}

#iframe-view .modal-header {
  margin-bottom: 20px;
}

#iframe-view  .modal-header .switch-view {
  background: none;
  margin-top: 0px;
  color: #fff;
  position: absolute;
  top: 15px;
}

.switch-view, .btn.switch-view {
  margin-top: 10px;
  background: none;
  color: #333;
  font-size: 20px;
}

.switch-view.desktop-view {
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.switch-view.mobile-view {
  border-radius: 0 4px 4px 0;
  margin-left: -4px;
}

.modal-header .switch-view.mobile-view {
  left: 68px;
  margin-left: 0px;
}

.modal-discover .close {
  top: 10px;
  right: 0;
}

#contact-modal-translate{
  padding: 15px;
  height: auto;
  margin: -300px -265px;
  position: fixed;
  top: 50%;
  width: 500px;
}
#contact-modal-translate h2, #contact-modal-translate h4{
  margin-bottom: 10px;
}
#contact-modal-translate .contact{
  color: #666666;
  font-size: 18px;
}
#contact-modal-translate .contact-small{
  font-size: 12px;
  line-height: 18px;
  margin-right: 20px;
  margin-bottom: 15px;
}
#contact-modal-translate ul.small-list{
  margin-left: 70px;
  padding-top: 0;
  margin-bottom: 0 ;
}

.span2.collection .label-warning {
  color: #fff;
  font-weight: normal;
}

#modal-challenge-add .modal-body a.not-warn, .modal-upgrade a.not-warn, #modal-challenge-add .modal-body a.not-warn:hover, .modal-upgrade a.not-warn:hover{
  border-bottom: 2px solid rgba(229, 81, 41, 0.2);
  padding-bottom: 2px;
  font-size: 16px;
  text-decoration: none;
}

.modal{
  box-shadow: none;
  border-radius: 0;
  border: 0;
  top: 0;
  margin: 30px 0 0 -280px;
  max-width: 1300px;
}

.modal.fade { top: -5%; }

.modal.hide { display: none; }

.modal.fade.in { top: 0; box-shadow: none; }

/* Select package modal */

.modal-upgrade {
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 90%;
  height: 90%;
  position: fixed;
}

.modal-upgrade .modal-body {
  max-height: inherit;
  padding: 15px 15px 30px;
}

.modal-upgrade .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-upgrade .restricted {
  opacity: 0.4 !important;
}

.modal-upgrade .pricing{
  margin: 20px 0;
}

#modal-purchase {
  width: 830px;
  margin: 15px 0 0 -415px;
  max-height: 100%;
}

#modal-purchase #intra-community-vat-loader {
  position: relative;
  left: -30px;
  top: -10px;
}

#modal-challenge-add {
  width: 1000px;
  height: 633px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#modal-challenge-add .modal-body {
  padding: 0 15px 15px;
}

#modal-challenge-add .modal-header {
  padding: 30px 15px;
}

#modal-challenge-add button.close {
  z-index: 1;
}

#modal-challenge-add #challenge-types .span2 {
  width:12%;
  margin-left: 0.5%;
}

#modal-challenge-add #challenge-types .well {
  margin-bottom: 5px;
}

#modal-challenge-add .modal-footer{
  bottom: 0;
  box-sizing: border-box;
  height: 85px;
  left: 0;
  padding: 30px 20px;
  position: absolute;
  right: 0;
}

#modal-challenge-add .slider-nav {
  margin: -15px auto;
}

#modal-challenge-add .slider-nav a {
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    margin: 5px 50px 0 0;
    padding: 10px;
    text-align: center;
    width: 40px;
}

#modal-challenge-add .slider-nav a:last-child {
  margin-right: 0;
}
#modal-challenge-add .fb-sync{
  text-align:center;
  padding: 40px 40px 20px;
  font-size: 14px;
}

#modal-challenge-add .fb-sync h2{
  margin-bottom: 20px;
}

#modal-challenge-add .fb-sync .btn-facebook {
  margin: 5px 0;
}

#modal-challenge-add .fb-sync .ajax-loader {
  margin-bottom: 0;
  height: 15px;
}

#form-step-box, #password_box, #confirmPayment, #answerModal{
  position: fixed;
  top: 20%;
}

#confirmPayment {
  font-size: 16px;
}

#confirmPayment .modal-body-loader, .modal-body-title {
  margin-bottom: 15px;
}

#answerModal iframe{
  display: block;
  margin: 0 auto;
}

.step .modal-body {
  font-size: 12px;
}

.modal-header{
  padding: 30px 15px 10px;
  text-align: center;
  border-bottom: 0;
}

.modal-footer {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  padding: 15px;
  box-sizing: border-box;
}

.modal-user-qualification .modal-body,
.modal-user-qualification .modal-footer {
  margin: 0 30px;
}

.modal-user-qualification .modal-footer {
  margin-bottom: 30px;
}

.modal-user-qualification label {
  display: block;
}

/*----------------------------
       LOGIN
-----------------------------*/

.auth-modal {
  top: 50% !important;
  left: 0;
  right: 0;
  position: fixed;
  height: auto;
  margin: auto;
  transform: translate3d(0, -50%, 0);
  -webkit-filter: blur(0);
}

#signin-modal-form {
  width: 745px;
  height: 385px;
}

#signin-modal-form.compact {
  width: 400px;
}

#signup-modal-form {
  width: 1220px;
  border-radius: 30px;
}

.registration_form .accept_privacy {
  margin-right: 8px;
}

#signin-modal-form .close {z-index: 1;top:0;}

.well.login small{ font-size: 12px; }

.auth-modal .modal-body {
  max-height: none;
}

.auth-modal .control-group {
  margin-bottom: 0;
}
.auth-modal h3,
.action-auth .login h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  padding: 15px 0 10px;
}

#signup-modal-form .control.group.alert {
  margin-bottom: -10px;
}

#signup-modal-form .panel {
  padding: 30px 55px;
}

#signup-modal-form .panel.left {
  width: 0;
  background-color: #00BAD3;
  color: #fff;
  flex-grow: 1;
}

#signup-modal-form .panel.left h1 {
  font-size: 23px;
  line-height: 30px;
  margin: 0;
  position: relative;
}

#signup-modal-form .panel.left .counter {
  font-size: 4em;
  margin: 20px 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: inline-block;
  line-height: 1em;
  padding: 10px 20px;
  border-radius: 4px;
  letter-spacing: 1px;
}

#signup-modal-form .panel.left .counter-units {
  font-size: 0.8em;
}

#signup-modal-form .panel.left .team {
  display: flex;
}

#signup-modal-form .panel.left .team-member {
  margin: 0 10px;
}

#signup-modal-form .panel.left .team-member-picture {
  width: 160px;
  border-radius: 50%;
}

#signup-modal-form .panel.left .team-member-name {
  text-align: center;
  display: block;
}

#signup-modal-form .panel.right {
  width: 320px;
}

#signup-modal-form .panel.right label{
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 1em;
}

#signup-modal-form .panel.right .controls input[type="email"],
#signup-modal-form .panel.right .controls input[type="text"]:not(#password){
  width: 100%;
}
#signup-modal-form .panel.right .controls input#password{
  width: 155px;
}
#signup-modal-form .panel.right #control-password {
  display: inline-block;
}

#signup-modal-form .company-types {
  list-style: none;
  margin: 0 0 20px 0;
}

#signup-modal-form .company-type {
  border-radius: 4px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: 50px;
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  position: relative;
}

#signup-modal-form .company-type.big {
  height: 110px;
}

#signup-modal-form .company-type.big div {
  position: relative;
  height: 40px;
}

#signup-modal-form .company-type.big div > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 14px;
}

#signup-modal-form p.text-though {
  text-decoration: underline;
  font-size: 14px;
  margin: 10px 0;
  cursor: pointer;
}

#signup-modal-form .input-append > .add-on {
  cursor: pointer;
}

#signup-modal-form .company-type:not(.big) span {
  opacity: 0;
}

#signup-modal-form .company-type:not(.big):hover span {
  display: block;
  position: absolute;
  top: -30px;
  font-size: 12px;
  width: 200%;
  left: -60%;
  background: #444;
  color: #FFF;
  padding: 2px 4px;
  border-radius: 2px;
  opacity: 1;
  transition:opacity .2s ease;
}

#signup-modal-form .company-type:not(.big):hover span:after {
  content: '';
  transform: rotate(45deg);
  background: #444;
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  display: block;
  width: 20px;
  bottom: -2px;
  margin: 0 auto;
  z-index: -1;
}

#signup-modal-form .company-type.type-pro-nonprofit   {background-image:url('/images/icon-nonprofit.png');}
#signup-modal-form .company-type.type-pro-freelance   {background-image:url('/images/icon-freelance.png');}
#signup-modal-form .company-type.type-pro-corporation {background-image:url('/images/icon-corporation.png');}
#signup-modal-form .company-type.type-pro-company     {background-image:url('/images/icon-company.png');}
#signup-modal-form .company-type.type-pro-agency      {background-image:url('/images/icon-agency.png');}
#signup-modal-form .company-type.type-pro-region      {background-image:url('/images/icon-region.png');}

#signup-modal-form, #signin-modal-form {
  overflow: hidden;
}

#signup-modal-form .btn-facebook{
  display: block;
}

#signin-modal-form .modal-body {
  padding: 0;
}

#signup-modal-form .modal-body {
  display:flex;
  padding: 0px;
}

#signin-modal-form p.text-though {
  margin: 15px auto;
  text-transform:uppercase;
}

#background-content .login.inside-view {
  border: 1px solid #CCCCCC;
  width: 515px;
  margin: 60px auto 20px;
}

#signin-modal-form .panels {
  display:flex;
}

#signin-modal-form .panel-left {
  background: #00BAD5;
  flex-grow: 1;
}

#signin-modal-form .panel-right {
  width: 400px;
  flex-shrink: 0;
}

#signin-modal-form .panel-left {
  color: #fff;
}

#signin-modal-form .panel-left h1 {
  font-size: 23px;
  margin: 20px 20px 0;
}

#signin-modal-form .panel-left .tweet-author {
  color: rgba(42, 54, 73, 0.8);
  padding: 0 0 20px 0;
  line-height: 1.3em;
  font-size: 12px;
}

#signin-modal-form .panel-left .modal-tweet {
  transform: scale(0.9);
}

#signin-modal-form .panel-left .tweet-block {
  width: 300px;
  margin: 0 auto;
  background-color: #fff;
  padding: 10px 20px 0;
  min-height: 210px;
  transition: all .2s ease;
}

#signin-modal-form .panel-left .tweet-footer {
  width: 300px;
  margin: -1px auto 0;
  padding: 18px 20px 15px;
  background-color: #F6F7FA;
  text-align: right;
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

#eol-modal {
  font-family: 'Roboto';
  font-weight: 300;
}

#eol-modal .panel-left, #eol-modal .panel-right {
  display: flex;
  flex: 1;
  flex-direction: column;
}

#eol-modal .panel-right {
  flex-direction: column;
  text-align: center;
}

#eol-modal .panel-left {
  background-image: url('/images/fastory-laptop.jpg');
  background-size: 885px;
  background-position: center 0px;
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
}

#eol-modal .panel-left > div {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgb(0, 0, 0) 100%);
  padding: 95px 0 0;
}

#eol-modal .panel-left .heads {
  display: flex;
  width: 85%;
  justify-content: space-evenly;
  margin: 0px auto 45px;
}

#eol-modal .panel-left .heads > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#eol-modal .panel-left .heads img {
  width: 72px;
  margin-bottom: 5px;
}

#eol-modal .panel-left p {
  text-align: center;
  width: 75%;
  margin: 16px auto;
}

#eol-modal .panel-right h1 {
  color: #04182D;
  font-family: 'Source Serif Pro', serif;
  font-weight: 700;
  font-size: 32px;
  padding: 32px 0 8px;
}

#eol-modal .panel-right header img {
  object-fit: cover;
  height: 225px;
  width: 100%;
}

#eol-modal .panel-right p {
  padding: 0 50px;
  text-align: center;
  font-size: 15px;
}

#eol-modal .panel-right .metrics {
  display: flex;
  padding: 16px 32px;
}

#eol-modal .panel-right .metrics > div {
  flex: 1;
}

#eol-modal .panel-right .metrics .metrics-value {
  font-family: 'Roboto Condensed';
  font-size: 68px;
  text-align: center;
  color: #1F6AF3;
  font-weight: 700;
  padding: 12px 0;
}

#eol-modal .panel-right .metrics .metrics-label {
  font-family: 'Roboto Condensed';
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin-top: 5px;
}

#eol-modal .panel-right a.button {
  box-sizing: border-box;
  border: none;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  transition: all .2s;
  transform: translateX(0);
  padding: 15px 30px;
  appearance: none;
  font-size: 16px;
  font-weight: 400!important;
  background: rgb(43, 128, 247);
  border: 1px solid rgb(88, 128, 166);
  box-shadow: 0 10px 20px rgba(7,29,67,.2), 0 0 5px rgba(7,29,67,.07);
  margin: 24px 0;
}

#eol-modal .panel-right a.button:hover {
  background: rgb(18, 113, 246);
  border: 1px solid rgb(88, 128, 166);
  box-shadow: 0 5px 25px rgba(7,29,67,.2), 0 4px 5px rgba(7,29,67,.07);
}

#eol-modal .panel-right a.link {
  font-size: 0.9em;
  color: #969FB1;
  text-decoration: underline;
}

#eol-modal .eol-actions {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}

@media only screen and (max-width : 520px) {
  .modal-body {
    max-height: auto;
  }

  #signup-modal-form {
    width: auto;
    top: 0 !important;
    transform: none;
    border-radius: 0;
    overflow: scroll;
    height: 100vh;
  }

  #signup-modal-form .modal-body {
    flex-direction: column-reverse;
  }

  #eol-modal .panel-right header img {
    height: 165px;
  }

  #eol-modal .panel-left > div {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  #eol-modal .metrics-label {
    font-size: 5px;
  }

  #eol-modal .panel-right .metrics {
    padding: 16px 6px;
  }

  #eol-modal .panel-right .metrics .metrics-value {
    font-size: 50px;
  }

  #eol-modal .panel-right p {
  padding: 0 24px;
  font-size: 12px;
  }

  #eol-modal .panel-left {
    height: 300px;
    background-position: center bottom;
  }

  #eol-modal .panel-left p {
    width: 90%;
    margin: 0 auto 40px;
  }

  #eol-modal .panel-left .heads {
    width: 100%;
  }

  #eol-modal .panel-left .heads span {
    display: none;
  }

  #eol-modal .panel-left .heads img {
    width: 64px;
  }
}

.authentication_form input.login-small, input.registration_form .login-small {
  float: right;
  font-size: 14px;
  height: 40px;
}

.registration_form input.login-small {
  padding: 10px 12px;
}

.authentication_form .row-fluid.control-group{ margin-bottom: 0; }

.modal-discover {
  margin-left: -410px;
  width: 810px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  height: 90%;
  overflow-y: hidden;
  position: fixed;
}

.modal-discover .modal-body {
  max-height: none;
  overflow-y: auto;
  padding: 0;
  overflow-x: hidden;
}

.module-resource .modal-discover .modal-body,
.module-showcase .modal-discover .modal-body {
  height: 100%;
}

.module-resource .modal-discover .modal-body iframe,
.module-showcase .modal-discover .modal-body iframe {
  height: 90%;
}

.modal-discover .modal-header {
  color: #666666;
  text-align: left;
  text-transform: uppercase;
}

.modal-video {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 100000000;
}
.modal-video .modal-body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: none;
}
.modal-video .modal-body .close {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
  opacity: 1;
  color: #FFF;
  border: none;
  font-size: 30px;
  height: 30px;
  font-weight: normal;
}
.modal-video .modal-body iframe {
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.small-list{
  color: #666666;
  font-size: 12px;
  list-style: none outside none;
  margin: 0 0 10px  ;
  padding: 10px;
}

/*----------------------
        TOOLTIP
----------------------*/

.tooltip {
  font-size: 14px;
  z-index: 1040;
}
.tooltip-inner {
  padding: 10px;
  max-width: 250px;
}

#dashboard .icon-question-sign {
  z-index: 100;
  position: relative;
}

#dashboard h3.in-beta::after {
  content: 'beta';
  padding: 2px 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 9px;
  border-radius: 2px;
  background: rgb(241, 90, 41);
  margin: 0 10px;
  display: inline;
  vertical-align: 4px;
  color: #eee;
}

#pages {
  max-height:399px;
}

.thumbnail-caption h4 {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.thumbnail-caption.step-caption h4 {
  font-size: 12px;
  margin-top: 6px;
  text-align: center;
  width: 117px;
}

#change-password-form {
  margin-top: 20px;
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
}

.regenFbToken { text-align:center;}


.btnAction {
  margin-top: 10px;
}

.btn-align {
  display: inline-block;
  vertical-align: middle;
  padding: 25px 0;
}

.module-admin ul.nav-pills li a.radiusSmall i {
  margin-top: 2px;
  margin-right: 4px;
}

.nav > li > button {
  color: rgba(255,255,255,0.8);
  background: none;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  outline: none;
}
.nav > li.selected > button, .nav > li > button:hover {
  color: rgba(255,255,255,1);
}

#edit-tour, .env-info {
  float: left;
}

.env-info {
    padding: 7px;
    margin-left: 10px;
}

/*----------------------------
            INTERCOM
-----------------------------*/

#intercom-container #intercom-conversation.intercom-sheet-maximized {
  width: 600px;
}

/*--------------------------*/

.csv-download-progressbar {
  margin-top: 25px;
  margin-bottom: 0px;
}

/*----------------------
  GENERAL PRICING TABLE
----------------------*/

.offer.span3 {
  text-align: center;
  width: 24.5%;
  margin-left: 0.66%;
  border: 1px solid #CCCCCC;
  background-color: #fff;
}

.offer p.text-small{
  margin-top: 4px;
  margin-bottom: 4px;
}

#subscription {
  box-shadow: 0 0 30px -20px rgba(7,29,67,.3), 0 10px 25px 10px rgba(7,29,67,.1);
}

#subscription .offer-header {
  box-sizing: border-box;
}

.offer-header {
  border-radius: 0;
  margin-bottom: 0;
  min-height: 230px;
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 15px;
}

#subscription .offer-header .heading2 {
  margin-top: 16px;
  margin-bottom: 0;
}

#subscription .features {
  box-sizing: border-box;
  min-height: 532px;
}

.offer-header .offer-caption{
  font-style: italic;
  font-weight: normal;
  opacity: 0.8;
  font-size: 12px;
  display: block;
  margin-top: 10px;
  height: 24px;
}

.offer .prices {
  font-size: 50px;
  line-height: 50px;
  margin: 10px 0;
  font-weight: 200;
}

.offer .price-a-month {
  font-size: 20px;
  line-height: 0;
  margin: 20px 0 0;
  font-weight: 400;
}

.offer .price-a-year {
  font-size: 18px;
  opacity: 1;
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.offer .currency {
  font-size: 22px;
  top: -15px;
}

.offer ul {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.offer ul li{
  padding: 4px 20px;
}

.features{
  border-radius: 0;
  min-height: 530px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 15px 0 0;
  border-top: 0;
}

.more-features{
  position: relative;
  margin: 20px 0;
  padding: 20px 60px 20px 20px;
  display: inline-block;
}

.more-features i{
  bottom: 0;
  display: block;
  height: 25px;
  width: 25px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(90deg);
}

.more-features i:before{
  font-size: 18px;
}

/************************/
/*   Placeholder Abo    */
/************************/

.placeholder-abo {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #E0E1E8;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  padding: 40px;
}

.placeholder-img {
  border-radius: 4px 4px 0 0;
}

.resiliate-abo .resiliate-abo-link {
  color: #888;
  text-decoration:underline;
  border: none;
  background-color: transparent;
}

.resiliate-abo > p {
  text-align: right;
}

.resiliate-abo .resiliate-abo-panel p {
  text-align: left;
}

.resiliate-abo .resiliate-abo-panel {
  border:1px dotted #999;
  padding:35px;
  display:none;
}

.resiliate-abo .resiliate-abo-panel .more-info {
  color:#888;
  text-decoration:underline;
}

.resiliate-abo .resiliate-abo-panel .warning {
  color: #d30000;
}

.section-fastory {
  background-color: #ffe900;
}

.section-fastory-logo {
  max-width: 100px;
}

#fastory-mobile {
  background-image: url("/images/fastory-mobile.png");
  width: 130px;
  height:257px;
  background-size: 100%;
  border-radius: 18px;
  position: relative;
  margin: auto;
  box-shadow: 0 30px 40px -20px rgba(7,29,67,.3), 0 10px 25px 10px rgba(7,29,67,.1);
}

#fastory-mobile video{
  max-width: 110px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

/*--------------------------------
           VIDEO SLIDER
--------------------------------*/

.case-studies-slider .bx-viewport {
  height: 450px !important;
}

.case-studies-slider .bx-wrapper, .support-slider .bx-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@keyframes rotate-loader {
  0% { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(180deg) scale(0.8); }
  100% { transform: rotate(360deg) scale(1); }
}

.video-iframe {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.video-iframe:before, .video-iframe:after {
  top: 0;
  bottom: 0;
  right: 0;
  left:0;
  margin: auto;
  content:'';
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid #f6f7fa;
  position: absolute;
  border-radius: 50%;
  z-index: -2;
  animation: rotate-loader 1.5s forwards infinite;
}

.video-iframe:after{
  border: 3px solid #00BAD3;
  border-left-color: transparent;
  border-top-color: transparent;
}

.case-studies-slides {
  list-style:none;
  list-style: none;
  height: 450px;
  overflow: hidden;
}

.case-studies-slides li{
  width: 800px;
  margin: 0 auto;
}


.case-studies-slides, .support-slides {
  margin: 0;padding: 0;
}

.case-studies-slider .case-studies-slider-control {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 75px;
  width: 100%;
  margin: 0 auto;
}

.case-studies-slider .slider-prev,   .case-studies-slider .slider-next{
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  position: absolute;
  opacity: 0.7;
  transition: opacity .2s ease;
}

.case-studies-slider .slider-prev a, .case-studies-slider .slider-next a {
  font-family: "fontello";
  font-size: 30px;
  color: #CBCDD8;
}

.case-studies-pager a.active img, .support-pager a.active img {
  transform: scale(1);
  border: 2px solid #00BAD3;
}
.case-studies-pager, .support-pager {
  margin-top: 20px;
}

.case-studies-pager img, .support-pager img {
  transition: transform .2s ease;
  transform: scale(0.9);
  background: #fff;
}

.case-studies-slider .slider-prev:hover, .case-studies-slider .slider-next:hover {
  opacity: 1;
}

.case-studies-slider .slider-prev {
  left: 0;
}

.case-studies-slider .slider-next {
  right: 0;
}

.case-studies-slider {
  position: relative;
}

.admin-settings {
  border: 4px solid #00BAD3;
  padding: 20px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}

.admin-settings .label {
  background-color: #00BAD3;
  position: relative;
  top: -20px;
  right: -20px;
  border-radius: 0 0 0 4px;
}
/* MEDIAQUERIES */

@media (max-width: 979px) {
  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0;
  }

  .offer .prices{
    font-size: 40px;
  }

  .offer .price-a-month {
    font-size: 16px
  }

}

@media(min-width:980px){
  .nav-collapse.collapse{height:auto!important; overflow:visible;}
}

@media(max-width:890px){
  .navbar-fixed-top .navbar-inner nav .nav.pull-right {
    clear: both;
  }
}

@media (min-width: 901px){
  header .navbar-inner nav { display: block!important; }
}

@media (min-width: 901px) and (max-width: 980px) {
  ul.thumbnails > li {
    margin-left: 10px;
  }
}

@media (max-width: 979px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
  }
  .module-env.action-list .list{
    width: 100%;
  }
}


@media (max-width: 900px) {

  footer .footer-top [class*="span"] { text-align: center;}
  footer .row-fluid .span3 { width: 22.9282%; margin-left: 2.76243%; float: left;}
  footer .row-fluid .span3:first-child { margin-left: 0; }

  .navbar .brand {
    margin-left: 0;
  }
  body {
    padding-right: 0;
    padding-left: 0;
  }
  .module-showcase #background-content, .module-user.action-add #background-content{
    padding-right: 0;
    padding-left: 0;
  }
  footer .container .row-fluid .span4.nav{
    float:left;
    margin-left: 3%;
    width: 30%;
  }
  .authentication_form .row-fluid .span12 {
    float: left;
    width: 100%;
  }
  .authentication_form .row-fluid .span8 {
    float: left;
    width: 65.7459%;
  }
  .authentication_form .row-fluid .span4 {
    width: 31.4917%;
  }
}

@media (max-width: 767px) {

  .hide-medium {display:none;}

  .challenge-wrapper .challenge.row-fluid { height: 380px !important; text-align: center; }
  .challenge .challenge-info:before { background: none !important; }
  .btn-toolbar.challenges-actions {border:none;}
  #delete-link { top:-317px !important;}
  .navbar-fixed-top, .navbar-fixed-bottom {
    margin-right: 0;
    margin-left: 0;
  }

  header .navbar .nav {
    display: none;
  }

  header .navbar .nav > li > a {
    padding: 0 10px;
  }

  .offer {
    margin-bottom: 20px;
  }

  .pricing .offer:first-child,
  .pricing .offer:nth-child(3) {
    margin-left: 0;
  }

  .pricing .offer {
    width: 49%;
    display: inline-block;
    margin-left: 2%;
    vertical-align: top;
  }

  footer .footer-bottom{
    display:none;
  }

  #footer-push {
    height: 116px;
  }

  #background-content {
    margin: 0 auto -116px;
  }

}

@media (min-width: 521px) {
  .show-small, .navbar #mailto.show-small {display:none;}
}

@media (max-width: 520px) {

  .hide-small {display:none;}

  .large {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading1, .heading2, .heading3, .heading4, .heading5,  .heading6 {line-height: 1.3em;}

  .heading1 {font-size: 36px;}

  .heading2 {font-size: 28px;}

  .heading3 {font-size: 22px;}

  .heading4 {font-size: 16px;}

  .heading5 {font-size: 14px;}

  .heading6, .heading-uppercase, .text-small {font-size: 12px;}

  .pricing .container1 .offer {
    width: 100%;
    float: left;
    margin-left: 0;
  }

}

.ig-b- { display: inline-block; }
.ig-b-v-24 { width: 95px; height: 24px; background: url(/css/image/badge_instagram.png) no-repeat 0 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ig-b-v-24 { background-image: url(/css/image/badge_instagram.png); }
}

.ficon0x5 {
  font-size: 0.5em;
}
.ficon1x5 {
  font-size: 1.5em;
}
.ficon2x {
  font-size: 2em;
}
.ficon3x {
  font-size: 3em;
}
.ficon4x {
  font-size: 4em;
}
.ficon5x {
  font-size: 5em;
}
.ficon6x {
  font-size: 6em;
}
.ficon7x {
  font-size: 7em;
}
.ficon8x {
  font-size: 8em;
}
.ficon9x {
  font-size: 9em;
}
.ficon10x {
  font-size: 10em;
}
