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

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

form .form_row {
  overflow: hidden;
}

img {
  max-width: 100%;
}

/* @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 {
  max-width: 900px;
  margin: auto;
  padding: 40px 0;
}

.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;*/
}

.howitworks__item__img {
  text-align: center;
}

/* 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;
}

#validationform .form_row {
  margin: 10px 0;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  margin-left: 5px;
  display: inline-block;
}

/* Digital Marketing PAGE */
.btn-outline {
  color: #bd3b2e;
  border: 2px solid #bd3b2e;
  padding: 8px 20px;
}

a.btn-outline {
  color: #bd3b2e;
}

.btn-outline:hover {
  color: #bd3b2e;
}

.btn-outline.btn-lg {
  padding: 12px 30px;
}

.digital-marketing__title {
  color: #bd3b2e;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.digital-marketing__info {
  padding-top: 140px;
  position: relative;
}

.digital-marketing__centered {
  text-align: center;
  margin-bottom: 40px;
}

.digital-marketing__info__section {
  padding: 80px 0;
  display: flex;
}

.digital-marketing__info__figure {
  width: 66.66%;
}

.digital-marketing__info__content {
  width: 100%;
  max-width: 380px;
  color: #FFF;
  background-color: #102269;
  padding: 30px;
  margin-left: -120px;
  position: relative;
}

.digital-marketing__info__content a {
  color: #bd3b2e;
}

.digital-marketing__info__content .btn-outline {
  color: #FFF;
}

.digital-marketing__info__title {
  text-transform: uppercase;
  line-height: normal;
  margin-bottom: 30px;
}

.digital-marketing__info__title:after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 2px solid #bd3b2e;
  display: block;
  margin: 20px -90px 0 auto;
}

.digital-marketing__info__section:nth-child(odd) .digital-marketing__info__content {
  order: 1;
  margin-left: auto;
  margin-right: -120px;
}

.digital-marketing__info__section:nth-child(odd) .digital-marketing__info__figure {
  order: 2;
}

.digital-marketing__info__section:nth-child(odd) .digital-marketing__info__title:after {
  margin: 20px auto 0 -90px;
}

.site-footer__grid {
  color: #FFF;
  padding: 60px 0 0;
  background: #13246B;
}

.site-footer__grid a {
  color: #75b3e8;
}

.site-footer__grid__title {
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 30px;
}

.site-footer__grid__logo {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 10px;
}

.site-footer__grid .btn-lg {
  color: #000;
  font-weight: 600;
  font-size: 22px;
  padding: 10px 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill:rgba(0, 0, 0, 1);transform:;-ms-filter:'%3E%3Cpath d='M21.822,7.431C21.635,7.161,21.328,7,21,7H7.333L6.179,4.23C5.867,3.482,5.143,3,4.333,3H2v2h2.333l4.744,11.385 C9.232,16.757,9.596,17,10,17h8c0.417,0,0.79-0.259,0.937-0.648l3-8C22.052,8.044,22.009,7.7,21.822,7.431z'%3E%3C/path%3E%3Ccircle cx='10.5' cy='19.5' r='1.5'%3E%3C/circle%3E%3Ccircle cx='17.5' cy='19.5' r='1.5'%3E%3C/circle%3E%3C/svg%3E");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left 12px center;
  padding-left: 40px;
}

.site-footer__grid .e-brochure {
  background: #FFF;
  border-radius: 4px;
  max-width: 200px;
  margin: 40px auto 0;
}

.site-footer__grid .e-brochure a {
  padding: 15px;
  display: block;
}

.social-url {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-url__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.social-url__link {
  padding: 8px;
  border-radius: 3px;
  display: inline-block;
  background-color: #666;
}

.social-url__link img {
  width: 24px;
  height: 24px;
}

.site-footer__bottom {
  color: #FFF;
  font-size: 14px;
  padding: 10px;
  margin-top: 30px;
  background-color: #080d21;
}

.site-footer__bottom a {
  color: #FFF;
}

.site-video {
  text-align: center;
  background-color: #f6f6f6;
}

.site-video iframe {
  border-radius: 10px;
}

/* Landing styles */
.landing-page .site-header,
.landing-page .cta-login,
.landing-page .site-footer__grid {
  display: none;
}

.landing-page .site-content.section {
  padding-bottom: 0;
}

.landing-btn {
  color: #FF003A;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #FF003A;
  padding: 12px 40px;
  transition: all 0.2s ease-in-out;
}

a.landing-btn {
  color: #FF003A;
}

.landing-btn:hover, .landing-btn:focus {
  color: #FFF;
  background-color: #FF003A;
}

.landing-btn--red {
  color: #FFF;
  background-color: #FF003A;
}

a.landing-btn--red {
  color: #FFF;
}

.landing-btn--red:hover,
.landing-btn--red:focus {
  color: #FF003A;
  background-color: #FFF;
}

.landing-btn__wrapper {
  margin: 40px 0 0;
  text-align: center;
}

.landing-banner {
  color: #FFF;
  font-size: 16px;
  line-height: 1.5;
  background: #222 url('/assets/landing/bg_library_scaled.jpg') center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  margin-top: -41px;
}

.landing-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.landing-banner__logo__wrapper {
  background-color: #eee;
  margin-bottom: 60px;
}

.landing-banner__logo {
  width: 100%;
  max-width: 215px;
}

.landing-banner__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.landing-banner__title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.landing-banner__txt-lg {
  font-size: 20px;
}

.landing-banner .landing-btn {
  margin: 40px 0;
}

.landing-banner ul {
  text-align: left;
}

.landing-banner .checked-text {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  text-align: center;
}

.landing-banner .checked-text__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.landing-banner .checked-text__item:last-child {
  margin-right: 0;
}

.landing-banner .checked-text__item:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #FFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill:rgba(0, 175, 87, 1);transform:;-ms-filter:'%3E%3Cpath d='M19,3H5C3.897,3,3,3.897,3,5v14c0,1.103,0.897,2,2,2h14c1.103,0,2-0.897,2-2V5C21,3.897,20.103,3,19,3z M11.067,16.481 l-3.774-3.774l1.414-1.414l2.226,2.226l4.299-5.159l1.537,1.28L11.067,16.481z'%3E%3C/path%3E%3C/svg%3E") center no-repeat;
  background-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 2px;
  margin-top: -3px;
}

.landing-banner__partners {
  display: flex;
  list-style: none;
  padding: 0;
  max-width: 650px;
  margin: 40px auto 0;
  justify-content: space-evenly;
  align-items: center;
}

.landing-banner__partners__logo {
  max-width: 120px;
}

.landing-container {
  width: 100%;
  margin: auto;
  padding: 0 15px;
  position: relative;
}

.landing-section {
  padding: 40px 0;
}

.landing-section h1,
.landing-section h2,
.landing-section h3,
.landing-section h4,
.landing-modal__title {
  font-family: 'Open Sans', sans-serif;
}

.landing-section__title,
.landing-thumb-box__title {
  font-weight: 300;
  text-transform: uppercase;
}

.landing-section__title {
  color: #b52f11;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}

.landing-thumb-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.landing-thumb-box__item {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 10px;
}

.landing-thumb-box__wrapper {
  color: #FFF;
  text-align: center;
  height: 100%;
  position: relative;
  padding: 150px 50px;
  background: #222 url('/assets/landing/bg_green_landscape.jpg') center no-repeat;
  background-size: cover;
}

.landing-thumb-box__wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(21, 50, 67,0.6);
}

.landing-thumb-box__item:hover .landing-thumb-box__wrapper:before {
  background-color: rgba(181, 47, 17, 0.7);
}

.landing-thumb-box__wrapper * {
  position: relative;
}

.landing-thumb-box__avatar {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto 20px;
}

.landing-thumb-box--author .landing-thumb-box__title {
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
}

.landing-thumb-box__item:nth-child(2) .landing-thumb-box__wrapper {
  background-image: url('/assets/landing/bg_barcode.jpg');
}

.landing-thumb-box__item:nth-child(3) .landing-thumb-box__wrapper {
  background-image: url('/assets/landing/bg_dollar.jpg');
}

.landing-thumb-box__item:nth-child(4) .landing-thumb-box__wrapper {
  background-image: url('/assets/landing/bg_globe_desk.jpg');
}

.landing-thumb-box--author .landing-thumb-box__wrapper ,
.landing-thumb-box--author .landing-thumb-box__item:nth-child(2) .landing-thumb-box__wrapper,
.landing-thumb-box--author .landing-thumb-box__item:nth-child(3) .landing-thumb-box__wrapper,
.landing-thumb-box--author .landing-thumb-box__item:nth-child(4) .landing-thumb-box__wrapper {
  background-image: url('/assets/landing/bg_library_scaled.jpg');
}

.landing-how-it-works {
  position: relative;
  background: url('/assets/landing/bg_books_stacked.jpg') center no-repeat;
  background-size: cover;
}

.landing-how-it-works:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.95) 60%, rgba(255,255,255,0.6) 100%);
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,10.95) 60%,rgba(255,255,255,0.6) 100%);
  background: radial-gradient(ellipse at center,  rgba(255,255,255,0.95) 60%,rgba(255,255,255,0.6) 100%);
}

.landing-how-it-works .landing-container {
  max-width: 780px;
}

.landing-how-it-works__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
}

.landing-how-it-works__col {
  width: 33.333%;
  padding: 0 15px;
  text-align: center;
}

.landing-how-it-works__img {
  width: 80px;
}

.landing-how-it-works__title {
  font-size: 22px;
}

.landing-reviews {
  background: url('/assets/landing/bg_library_prsptv.jpg') center no-repeat;
  background-size: cover;
  position: relative;
}

.landing-reviews:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(66, 32, 20, 0.7);
}

.landing-reviews .landing-section__title {
  color: #FFF;
  margin-bottom: 20px;
}

.landing-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 222;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 15px;
}

.landing-modal__dialog {
  padding: 20px;
  background: #FFF;
  border-radius: 4px;
  max-width: 720px;
  margin: 40px auto;
}

.landing-modal__title {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.landing-modal__body {
  padding: 0 60px;
}

.landing-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
  background: rgba(21, 50, 67,0.8);
}

.landing-footer {
  color: #FFF;
  padding: 30px 0;
  background-color: #1b1b1b;
}

.landing-footer__title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px
}

/* Responsive */
@media(min-width: 576px) {
  .landing-container {
    max-width: 540px;
  }
}

@media(min-width: 768px){
  .text-sm-right {
    text-align: right;
  }

  .landing-container {
    max-width: 720px;
  }
}

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

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

  .landing-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .landing-container {
    max-width: 1140px;
  }
}

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

  .landing-thumb-box__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@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;
  }

  .digital-marketing__info__section {
    display: block;
  }

  .digital-marketing__info__content {
    margin: auto;
  }

  .digital-marketing__info__figure {
    width: 100%;
    margin-bottom: 30px;
  }

  .digital-marketing__info__figure img,
  .digital-marketing__intro img {
    width: 450px;
    margin: auto;
  }

  .digital-marketing__info__section:nth-child(odd) .digital-marketing__info__content {
    margin: auto;
  }

  .digital-marketing__intro img {
    margin-top: 30px;
  }

  .site-footer__grid__news {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .site-footer__grid .e-brochure {
    margin: 40px 0 0;
  }

  .landing-thumb-box__item {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}

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

  .banner {
    height: 500px;
  }

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

  .howitworks__item__img {
    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;
  }

  .digital-marketing__info__title:after,
  .digital-marketing__info__section:nth-child(odd) .digital-marketing__info__title:after {
    width: 50%;
    margin: 20px auto 0;
  }

  .landing-modal__body {
    padding: 0 30px;
  }

  .landing-how-it-works__col {
    width: 100%;
  }
}

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

  .landing-modal__body {
    padding: 0;
  }
}
