@charset "UTF-8";
/* CSS Document */
body {
  color: #000;
  font-family: 'Open Sans';
}

.site-wrapper {
  min-width: 320px;
  overflow: hidden;
}

/* @group header */

#header {
  height: 66px;
  background: url(../images/logo.png) no-repeat 0 6px;
  width: 990px;
  margin: 0 auto;
  padding: 0;
  text-align: right;
  position: relative;
}

#top_menu {
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0;
  padding: 0;
  font-size: 0.5em;
  text-transform: uppercase;
}

#lang_menu {
  color: #666;
  font-size: 0.75em;
  float: right;
  width: 380px;
  margin: 0;
  padding: 39px 10px 3px 10px;
  font-weight: bold;
  text-align: right;
  background: url(../images/worldmap.jpg) no-repeat right center;
}

#lang_menu a:link, #lang_menu a:visited{
  color: #666;
  margin: 0;
  padding: 0;
}
#lang_menu a:hover, #lang_menu a:active{
  color: #142e6a;
}
#lang_menu a img{
  margin: 0;
  padding: 0 0 0 7px;
  opacity: 0.5;
}
 #lang_menu a:hover img, #lang_menu a:active img,  #lang_menu a.current img{
  opacity: 1;
}


/* @end */

#site{
  width: 100%;
  margin: 0;
  padding: 0;
  /*font-family: Arial, Verdana, "Helvetica Neue", Helvetica, Geneva, sans-serif;*/
  background-color: #FFF;
  /*background: #FFF url(../images/bg_site.jpg) repeat-x;*/
}


a:link, a:visited {
  text-decoration:none;
  color: #666;
}
a:hover, a.active, a.current, .current a {
  color: #bd151c;
}
a img{
  border: none;
}
input, textarea{
  background: #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 4px;
    margin: 0;
  border: 1px solid #CCC;
  color: #777;
  width: 95%;
  font-size: 1em;
}
input:focus, textarea:focus{
  color: #333;
  border: 1px solid #333;
  font-weight: bold;
}
input[type=submit]{
  display: block;
  font-size: 0.9em;
  color: #FFF;
  border: none;
  text-align: center;
  padding: 0.8em 0.5em 0.8em 0.5em;
  margin: 0;
  width: 100%;
  background-color: #bd151c;
}
input[type=submit]:hover{
  background-color: #ff1c27;
}

input[type="radio"] {
    margin-right: 5px;
}

label[for="account_type_of_payment"] {
    margin-top: 10px !important;
}

input[id="account_type_of_payment_0"] {
    margin-top: 15px;
}

/* author registration form */

#validationform .error {
  background-color: rgba(255,0,0,0.2);
}

#validationform label.error {
  padding: 8px 15px;
  border-radius: 6px;
  margin-top: 3px;
  color: #d82727;
  font-weight: 500;
  font-style: italic;
}

#validationform h2 {
    clear: left;
}

#validationform .form_row {
  overflow: hidden;
  display: block;
  float: none;
  margin-bottom: 20px;
}

#validationform label {
  display: block;
}

#validationform input[type="radio"] {
  width: 20px;
}

#validationform .tax_radios {
  clear: both;
}

.phone-dropdown-container {
  margin-bottom: 10px !important;
  margin-right: 5px;
}

.phone-dropdown-container .phone-dropdown {
  position: initial !important;
}

.smalltxt{
  font-size: 0.5em;
  color: #999;
}

p {
  padding: 0 0 8px 0;
  margin-top: 0em;
  margin-bottom: 0em;
}

hr{
  height: 1px;
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 9px 0;
  clear: left;
}
/*h1, h2, h3, h4, h5, h6, #submenu a, #mainmenu a { font-family: 'Arvo', Verdana, Arial, serif;font-weight: normal; }*/

/*h1 {
  font-size: 2.83333333em;
  line-height: 1.35294118em;
  padding: 0 0 10px 0;
  margin-top: 0.45098039em;
  margin-bottom: 0.90196078em;
  color: #bf1e2e;
  font-weight: normal;
}

h2 {
  font-size: 2em;
  line-height: 1.27777778em;
  margin-top: 0.63888889em;
  margin-bottom: 0.63888889em;
  padding: 10px 0 7px 0;
  color: #afb0af;
}

h3 {
  font-size: 1.38888889em;
  line-height: 1.84em;
  margin-top: 0em;
  font-weight: bold;
  padding: 7px 0 3px 0;
  color: #444;
}

h4 {
  font-size: 1em;
  line-height: 1.27777778em;
  margin-top: 1.27777778em;
  margin-bottom: 0em;
  padding: 0 0 7px 0;
  color: #AAA;
}

h5 {
  font-size: 1em;
  line-height: 1.27777778em;
  margin-top: 1.27777778em;
  margin-bottom: 0em;
  font-weight: normal;
  font-style: normal;
  padding: 4px 0;
  color: #142e6a;
}*/
#flash_notice, .flash_notice{
  background: #142e6a;
    border: 2px solid #142e6a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  color: #FFF;
    font-weight:bold;
    padding:4px 9px;
    margin: 10px 0 11px 0;
    font-size: 1.1em;
    line-height: 1.3em;
}




.divider{
  display: block;
  width: 100%;
  border-bottom: 1px dotted #DDD;
  margin: 12px 0;
}
.clear-both{
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}


/* @group siteimage */
.siteimage-wrapper {
  min-width: 990px;
  background-color: #1F2549;
  position: relative;
  background-image: url('../images/light-ray.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1300px;
}

.banner-books {
  width: 100%;
  height: 600px;
  position: absolute;
  background-image: url('../images/banner-books.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 800px;
}

#siteimage{
  width: 990px;
  height: 600px;
  margin:0 auto;
  overflow: hidden;
}

#google_optimizer{
  display: block;
  padding: 30px 0;
  margin: 0;
  color: #FFF;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

#google_optimizer h2,
#google_optimizer h3 {
  line-height: normal;
}

#google_optimizer h2{
  margin: 0;
  color: #fff;
  font: normal normal 5em 'Arvo', Verdana, Arial, sans-serif;
}

.ru #google_optimizer h2 {
  font-size: 4em;
}

#google_optimizer h3 {
  color: #FFF;
  margin: 0 0 30px;
  font-size: 1.9em;
  display: block;
  font-weight: 400;
}

#google_optimizer p {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: light;
}

#google_optimizer .author{
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
}

#google_optimizer a.shoplink{
  display: block;
  background: #900;
  text-decoration: none;
}

#google_optimizer ul {
  margin-bottom: 50px;
}

#google_optimizer ul li {
  font-size: 1.5em;
  line-height: normal;
  margin-bottom: 10px;
}

#google_optimizer ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url('../images/tick.png');
  background-repeat: no-repeat;
  background-size: 24px;
  margin-right: 15px;
  vertical-align: middle;
}

#google_optimizer .btn {
  padding: 12px 24px;
  overflow: hidden;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 1.4em;
  font-family: 'Arvo', Verdana, Arial, sans-serif;
}

#google_optimizer .btn-red {
  color: #FFF;
  background-color: #9A0710;
}


/* @end */

/* @group mainmenu */
.mainmenu-wrapper {
  background-color: #9A0710;
}

#mainmenu{
  width: 990px;
  height: 51px;
  margin: 0 auto;
}

#mainmenu ul{
  list-style: none;
  display: block;
}
#mainmenu ul li{
  list-style-position: inside;
  display: inline;
}
#mainmenu ul li a{
  display: block;
  float: left;
  line-height: 51px;
  padding: 0 10px;
  text-shadow: #262626 1px 1px 2px;
  font-size: 0.75em;
  border-right: 1px solid #bc6563;
}
#mainmenu ul li a:link, #mainmenu ul li a:visited{
  color: #e7bfbf;
}

#mainmenu ul li a:hover, #mainmenu ul li a:active, #mainmenu ul li.current a{
  color: #FFF;
  background: url(../images/shadowmaster.png) no-repeat right bottom;
}
#mainmenu ul li:first-child a{
  border-left: 1px solid #bc6563;
}

/* @end */





#container{
  width: 990px;
  margin:0 auto;
  padding:  20px 0 50px 0;
  position: relative;
}


/* @group content */
/*#context {
  padding: 0;
  width: 540px;
  margin: 0 220px;
  overflow: auto;
}

table.partner tr td{
  border-bottom: 1px solid #eee;
}

#context h4{
  font-size: 9pt;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
}
#context td, #context th{
  text-align: left;
  vertical-align: top;
  padding: 5px;
  margin: 0 3px;
}
 #context th{
  border-bottom: 1px solid #aaa;
}

#context img{
  float:  left;
  margin: 0 7px 8px 0;
  padding: 0 0 1px 0;
}
#context a, #context a:link, #context a:visited, #context a.selected {
  text-decoration:none;
  color: #bf1e2e;
  padding:0 0 0 0.6em;
  background: url(../images/arrow_link.png) no-repeat 0 45%;
}
#context a:hover {
  color: #142e6a;
  background-position: 0 -25px;
}
#context ul{
  padding:  0 0 10px 0;
  margin: 0;
  list-style-type: square;
  list-style-position: inside;
}
#context ul li{
  list-style-type: square;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
}

#context form .form_row{
  display: block;
  margin: 15px 0;
  clear: left;
}
#context form label{
  width: 160px;
  float: left;
  color: #757575;
  overflow: hidden;
  font-weight: bold;
  text-align: left;
  line-height: 1.61em;
  vertical-align: top;
  padding: 10px 20px 0 0;
  margin: 0;
  letter-spacing: 0;
}
#context form .smallhinttxt{
  display: block;
  padding: 3px 0 0 185px;
  font-size: 0.9em;
}

#context form label.error{
  color: #e00000;
  display: block;
  width: 100%;
  font-weight: bold;
  margin: 0 0 9px 180px;
  font-size: 0.9em;
}
#context form input.error, #context form textarea.error{
  color: #e00000;
  border: 1px solid #e00000;
  background: #fff1f3;
}

#context form label.small{
  width: 130px;
}

#context form input[type=text], #context form input[type=password], #context form textarea{
  width: 75%;
  min-height: 1.9em;
  }
#context form input[disabled] {
  background: #DDD;
  border-color: #ccc;
}*/



/* @end */

/* @group catalog */
/* Catalog Page */
#catalog-page .catalog-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin: 30px 0;
}

#catalog-page h2 {
  text-align: center;
}

.catalog-heading {
    padding-left: 0;
}

#searchbar {
    padding: 0;
    position: relative;
    width: 80%;
    margin: 0 auto 60px;
    overflow: hidden;
}

@media(min-width: 576px){
  #searchbar .form-group {
    float: left;
    width: 20%;
    margin-bottom: 0;
  }

  #searchbar .search-box {
    width: 80%;
  }
}

#searchbar select {
  width: 90%;
  height: 50px;
  border: none;
  background: #eee;
}

#searchbar input[type=text] {
  width: 100%;
  padding: 10px 150px 10px 15px;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  border: none;
}

#searchbar input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  height: 50px;
  border: none;
  width: auto;
  padding: 10px 40px;
  text-transform: uppercase;
  margin: 0;
}

#catalog-page .pagination {
  display: block;
  text-align: center;
}

#catalog-page .pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#catalog-page .pagination li {
  padding: 0;
  display: inline-block;
}

#catalog-page .pagination li a {
  border: 1px solid #DDD;
  padding: 5px 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #bd151c;
  border-radius: 0;
  display: block;
}

.pagination a {
    background: #bd151c;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 4px;
}

#catalog-page .pagination .active a {
  background-color: #bd151c;
  color: #FFF;
}

#catalog-page .prev a,
#catalog-page .next a,
#catalog-page .disabled a {
  cursor: default;
}

.product_listing {
  width: 100%;
}

.product_listing tr {
  border-color: #DDD;
}

.product_listing h3 {
  font-weight: 600;
}

.product_listing tr td:first-child {
  padding-left: 0;
}

.product_listing .text {
  width: auto;
}

@media (max-width: 479px){
  #searchbar {
    width: 100%;
  }

  #searchbar input[type="text"] {
    margin-bottom: 10px;
    padding: 10px 15px;
  }

  #searchbar input[type=submit] {
    position: static;
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px){
  .catalog-heading {
      padding-left: 0;
  }

  #searchbar input[type=text] {
    width: 100%;
  }

  #catalog-page form input[type="text"] {
    margin: 0;
    width: 100%;
  }

  #searchbar input[type=submit] {
    margin: 0;
  }
}

/* Catalog styles */
.product-wrapper {
  background-color: #FFF;
}

.product-details .product-text h3 {
  font-size: 18px;
  line-height: normal;
}

.product-details .product-text h3 a {
  color: #000;
}

.product-details .product-text h4 {
  font-size: 16px;
}

.product-details .product-price h3 {
  font-size: 18px;
  font-weight: 600;
}

#product-details-page .product-wrapper {
  margin-bottom: 30px;
}

#product-details-page .product-details h3 {
  font-size: 22px;
  margin-top: 0;
  font-weight: 600;
}

#product-details-page .product-details h4 {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px){
  .product-listing .product {
    width: 100%;
  }

  #product-details-page .product-wrapper .img-wrapper,
  #product-details-page .product-wrapper .product-details {
    display: block;
  }

  #product-details-page .img-wrapper img {
    width: 100%;
  }

  #product-details-page .img-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  #product-details-page .product-details {
    padding-left: 0;
  }
}

@media (min-width: 768px){
  .product-wrapper .book_thumb {
    width: 150px !important;
  }
}

@media (min-width: 992px){
  .product-wrapper .img-wrapper .book_thumb {
    width: 180px !important;
  }
}

@media(min-width: 1200px){
  .product-wrapper .img-wrapper .book_thumb {
    width: 200px !important;
  }
}




/* @group col_left */
#col_left{
  display: block;
  float: left;
  width: 210px;
  padding: 0;
  margin: 5px 0;
}

#submenu {
  margin: 5px 0 15px 0;
  padding: 0;
  z-index: 100;
  /*width: 190px;*/
}

#submenu ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  letter-spacing: 0.1em;
}

#submenu ul li{
  display: block;
  padding: 4px 5px 5px 3px;
  margin: 0;
  text-align: right;
  border-bottom: 1px dashed #aaa;
  font-size: 1.1em;
}

#submenu ul li a:link, #submenu ul li a:visited{
  color: #7d7d7d;
  font-style: italic;
}

#submenu ul li:first-child{
  border-top: 1px dashed #aaa;
}
#submenu ul li a:hover, #submenu ul li a:active, #submenu ul li a.current{
  color: #bf1e2e;
  font-weight: bold;
  font-style: italic;
}


/* @end */

/* @group col_right */
#col_right{
  display: block;
  float: right;
  width: 210px;
  padding: 0;
  margin: 5px 0;
  /*overflow: hidden;*/
}



a.logintogglebutton:link, a.logintogglebutton:visited{
  width: 210px;
  height: 35px;
  display: block;
  padding: 10px 0 1px 30px;
  background:  url(../images/bg_loginbutton.png) no-repeat;
  font-weight: bold;
  color: #e7bfbf;
  text-shadow: #262626 1px 1px 2px;
  letter-spacing: 0.1em;
}
a.logintogglebutton:hover, a.logintogglebutton:active{
  color: #FFF;
  background:  url(../images/bg_loginbutton.png) no-repeat 1px 1px;
  padding: 11px 0 0 31px;
}
.loginform{
  width: 190px;
  background:  url(../images/redbg.jpg);
  padding: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.loginform label{
  margin: 3px 0;
  color: #FFF;
  font-weight: bold;
  line-height: 2em;
}
.loginform a:link{
  color: #FFF;
  font-size: 0.9em;
  padding: 12px 0 0 0;
  display: block;
}
.loginform a:hover{
  padding-left: 1px;
}
.loginform a.logintoggleclear {
  background:  url(../images/redbg.jpg);
  border: 1px solid #FFF;
  padding: 1px 5px;
  margin: 0 0 0 170px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    color: #FFF;
    font-size: 9pt;
}
#col_right h1{
  font-size: 14pt;
  margin: 4px 0;
  padding: 0;
}
#col_right .contact {
  border-bottom: 1px solid #AAA;
  border-top: 1px solid #AAA;
  color: #AAA;
  font-size: 9pt;
}
#col_right .contact label, #col_right .contact input{
  display: block;
  float: none;
}
#col_right .contact label{
  color: #666;
  margin: 6px 0 2px 0;
}
#col_right .contact input[type=text]{
  width: 190px;
  padding: 2px 3px;
  background: #eee;
}

#col_right .contact input[type=submit] {
    margin: 7px 4px;
}

/* @end */



/* @group sitefooter */


#sitefooter {
  width: 100%;
  position: relative;
}

#footercontent {
  color: #999;
  padding: 0;
  margin: 15px auto;
  font-size: 9pt;
  width: 990px;
}

.landings {
  width: 330px;
  height: 150px;
  padding: 0 0 0 130px;
  background:  url(../images/book.png) no-repeat;
}

.landings a {
  font-size: 1.3em;
  color: #666;
  font-style: italic;
}

.landings a:hover {
  color: #bf1e2e;
}

.socialmedia {
  float: right;
  /*margin: 5px 0;
  padding: 5px 0;
  width: 205px;
  display: block;
  overflow:  hidden;
  border-bottom: 1px solid #345faa;
  border-top: 1px solid #345faa;*/
}

#socialshareprivacy {
  display: block;
  float: right;
  width: 500px;
}

.fbheader a:link {
  color: #666;
}

.fbheader a:hover {
  color: #bf1e2e;
}

.fbheader h2 {
  padding: 0 0 0 5px;
  margin: 0;
  line-height: 11pt;
  font-size: 11pt;
  width: 400px;
  font-weight: bold;
}

.fbheader h2 span {
  font-size: 8pt;
}

.fbheader .fb_button_simple {
  width: 80px;
  text-align: right;
  height: 25px;
  overflow: hidden;
  display: block;
  float: right;
  padding: 0;
  background: none;
}

.fbheader .like_button_dark div.connect_widget_button_count_count {
  display: none;
}

.socialmedia #twtr-widget-1 .twtr-doc a.twtr-profile-img-anchor:link {
  color: #142e6a;
}

.facebutton a:link, .facebutton a:visited {
  font-size: 1em;
  display: block;
  background:  url(../images/facebook_40.png) no-repeat 0 3px;
  color: #345faa;
  font-weight: bold;
  padding: 0 0 0 50px;

}

.facebutton a:hover {
  padding: 1px 0 0 51px;
  background-position: 1px 3px;
}

.copyright {
  clear: both;
  border-top: 1px solid #DDD;
  display: block;
  padding: 5px 0;
  margin: 5px 0;
  font-size: 0.9em;
}

/*
.e-brochure {
  width: 205px;
  padding: 5px 0;
  margin-top: 40px;
  margin-bottom: 15px;
  border-top: 1px solid #bf1e2e;
  border-bottom: 1px solid #bf1e2e;
}
*/

.e-brochure img {
    /*width: 155px;
    height: 50px;*/
}

#pen-zentrum {
    width: 205px;
    height: 65px;
    margin: 20px 10px 0 0;
    padding: 5px 0;
    border-bottom: 1px solid #0092c9;
    border-top: 1px solid #0092c9;
}

#pen-zentrum p {
    color: #0092c9;
    float: left;
    font-size: 8pt;
    padding-left: 10px;
    width: 100px;
}

#pen-zentrum img {
    float: left;
    height: 65px;
}

/* Bijay's Changes */
.navbar {
  margin-bottom: 0;
}

.navbar-brand {
  height: auto;
}

.navbar-brand img {
  width: 200px;
}

.navbar__locale {
  margin: 10px 0;
}

.navbar__locale a {
  color: #707070;
}

.navbar__locale img {
  margin-top: -2px;
}

.navbar-default .navbar-toggle {
  margin-top: 25px;
}

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

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #bd3b2e;
}

.nav>li>a {
  padding: 5px 10px;
}

.locale_ru .nav>li>a {
  font-size: 12px;
}

/* Button */
.btn {
  padding: 6px 20px;
}

.btn-lg {
  padding: 10px 25px;
}

.btn-xxl {
    padding: 40px 50%;
    font-size: 2em;
}

.btn-white,
a.btn-white {
  color: #000;
  background-color: #FFF;
  border-color: #999;
}

.btn-white.btn-outline,
a.btn-white.btn-outline {
  color: #FFF;
  border-color: #FFF;
  background-color: transparent;
}

.btn-white:hover,
.btn-white:focus {
  color: #bdbbbb;
  border-color: #fff;
}

.btn-white.btn-outline:hover,
.btn-white.btn-outline:focus {
  color: #FFF;
}

.btn-outline {
  border-width: 1px;
  border-style: solid;
}

.btn-round {
  border-radius: 30px;
}

/* Banner */
.banner {
  height: 600px;
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner__wrapper {
  padding-top: 40px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner__content {
  margin-top: 50px;
}

.banner__title {
  color: #FFF;
  font-size: 72px;
  font-weight: 800;
  line-height: 80px;
}

.banner .btn-outline {
  font-weight: 700;
  border-width: 2px;
}

.banner__login {
  margin-top: 40px;
  text-align: right;
  position: relative;
}

.banner__login .btn-trigger {
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 30px;
  position: relative;
  z-index: 3;
}

.banner__login__box {
  display: none;
  width: 300px;
  background: #FFF;
  border-radius: 30px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

/* Section */
.section {
  padding: 40px 0 60px;
  font-weight: 300;
  font-size: 16px;
}

.section--alt {
  background-color: #f6f6f6;
}

.section__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}

.section--alt .section__title {
  color: rgba(0,0,0,0.6);
}

.page-content > h1 {
  margin-top: 0;
}

/* Features */
.features {
  text-align: center;
}

.features__intro {
  margin-bottom: 80px;
}

.features__item__icon {
  margin-bottom: 20px;
  height: 64px;
}

.features__item__title {
  font-size: 22px;
  font-family: 'Kreon', serif;
  margin-bottom: 20px;
}

/* How it works */
.howitworks__item {
  margin-bottom: 60px;
}

.howitworks__item .btn {
  color: #bd3b2e;
  margin-top: 30px;
}

.howitworks__item:last-child {
  margin-bottom: 0;
}

.howitworks__item__title {
  font-family: 'Kreon', serif;
  font-size: 28px;
  margin-bottom: 30px;
}

.howitworks__item__icon {
  width: 170px;
}

.howitworks__item__content {
  /*padding-top: 20px;*/
}

/* Statistics */
.statistic {
  padding-top: 60px;
}

.statistic__item {
  text-align: center;
}

@media(max-width: 767px){
  .statistic__item {
    margin-bottom: 40px;
  }
}

.statistic__item span {
  display: block;
  line-height: normal;
}

.statistic__item__wrapper {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

@media(min-width: 768px){
  .statistic__item__wrapper:before,
  .statistic__item__wrapper:after {
    content: "";
    width: 20px;
    height: 120px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-size: 20px;
  }

  .statistic__item__wrapper:before {
    background-image: url("../images/bl.png");
    left: 0;
  }

  .statistic__item__wrapper:after {
    background-image: url("../images/br.png");
    right: 0;
  }
}

.statistic__item__normal {
  font-family: 'Kreon', serif;
  font-size: 24px;
}

.statistic__item__bold {
  font-weight: 800;
  font-size: 42px;
  margin-bottom: 10px;
}

.statistic__item__thin {
  font-weight: 300;
  font-size: 14px;
}

/* Teams */
.team__avatars {
  margin-top: 40px;
  overflow: hidden;
}

.team__avatars__item {
  float: left;
  width: 12.5%;
  overflow: hidden;
  position: relative;
}

.team__avatar__item__name {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 3px;
}

.team__avatars__overlay {
  color: #FFF;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 10px;
  background-color: rgba(0,0,0,0.6);
}

.team__avatars__overlay__item {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.team__avatars__overlay a {
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  border: 1px solid #FFF;
  padding: 8px 6px 8px 35px;
  background: url('/assets/socialicons/linkedin.png') no-repeat;
  background-size: 18px;
  background-position: 10px 50%;
}

.team__avatars__overlay p {
  text-align: center;
  padding-bottom: 15px;
}

.team__avatars__img {
  width: 100%;
  height: auto;
  transition: all 0.4s linear;
  filter: grayscale(100%);
}

.team__avatars__item:hover .team__avatars__img{
  transform: scale(1.2);
}

.team__avatars__item:hover .team__avatars__overlay {
  opacity: 1;
  transition: all 0.4s linear;
}

.site-footer {
  padding-top: 60px;
}

.site-footer__bottom {
  font-size: 12px;
  color: #FFF;
  padding: 15px 0;
  background-color: #263266;
}

.site-footer__top {
  padding-bottom: 60px;
}

.site-footer__social .facebutton a {
  min-height: 45px;
  padding-top: 5px;
  background-image: url("../images/fb-passive.png");
}

#mc_embed_signup .mc-field-group {
  clear: both;
  padding: 0 !important;
  min-height: auto;
  width: auto !important;
}

#mc_embed_signup .mc-field-group input {
  padding: 0 !important;;
}

#mc_embed_signup form {
  margin: 0 !important;
  text-align: center !important;
  padding: 20px 0 !important;
}

#mc-embedded-subscribe {
  margin: 0 !important;
}

.mce_inline_error {
  display: block;
  clear: both;
  margin: 0;
}

.mailchimp__title {
  margin-bottom: 30px;
}

.mailchimp__form {
  border: 2px solid #243799;
  padding: 4px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}

.mailchimp__form .form-control {
  height: 32px;
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}

.mailchimp__form__input,
.mailchimp__form__btn {
  padding: 0;
}

.mailchimp__form__btn {
  text-align: right;
}

.mailchimp__form .btn {
  color: #FFF;
  border: none;
  background-color: #7c87c2;
  display: inline-block !important;
}

/* Responsive */
@media(min-width: 992px){
  .navbar__locale {
    text-align: right;
  }
}

@media(min-width: 992px){

}

@media(max-width: 1199px){
  .team__avatars__item {
    width: 16.666%;
  }
}

@media(max-width: 991px){
  .team__avatars__item {
    width: 20%;
  }

  .navbar-header {
    width: 100%;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-toggle,
  .navbar-collapse.in {
    display: block !important;
  }

  .navbar-nav {
    float: none !important;
  }

  .nav>li {
    float: none;
  }
}

@media(max-width: 767px){
  .navbar-header {
    width: auto;
  }

  .banner {
    height: 500px;
  }

  .banner__title {
    font-size: 42px;
    line-height: normal;
  }

  .howitworks__item__img {
    text-align: center;
    margin-bottom: 30px;
  }

  .howitworks__item__icon {
    width: 100px;
  }

  .team__avatars__item {
    width: 25%;
  }

  .mailchimp__form .btn {
    display: block !important;
    width: 100% !important;
  }

  #submenu ul li {
    text-align: left;
  }
}

@media(max-width: 575px){
  #searchbar select {
    width: 100%;
  }

  .team__avatars {
    display: none;
  }
}
