h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, ul, li {
  line-height: 1.45;
}

.two-columns {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
}

.three-columns {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
}

.main-footer {
  background: none repeat scroll 0% 0% #FAFAFA;
  padding: 20px;
}
.main-footer p {
  clear: left;
  margin-bottom: 0;
}

#page, .topmargin60 {
  padding-top: 60px;
}

.padding25 {
  padding: 25px;
}

.bottompadding0 {
  padding-bottom: 0 !important;
}

.topmargin25 {
  margin-top: 25px;
}

.topmargin50 {
  margin-top: 50px;
}

.marginbottom20 {
  margin-bottom: 20px;
}

.marginbottom40 {
  margin-bottom: 40px;
}

.margin25 {
  margin: 25px !important;
}

.vmargin25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.vpadding20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.vpadding30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.toppadding30 {
  padding-top: 30px;
}

.toppadding50 {
  padding-top: 50px;
}

.bottompadding50 {
  padding-bottom: 50px;
}

.toppadding20 {
  padding-top: 20px;
}

.bottompadding20 {
  padding-bottom: 20px;
}

.bottompadding30 {
  padding-bottom: 30px;
}

.posttypeicon {
  width: 30px;
}

.breadcrumb {
  margin-top: 20px;
}

.strong {
  font-weight: 700;
}

.notopspace {
  margin-top: 0;
  padding-top: 0;
}

.nobottomspace {
  margin-bottom: 0;
  padding-bottom: 0;
}

.nopadding {
  padding: 0;
}

.nounderline:hover {
  text-decoration: none;
}

.main-slider {
  background: none repeat scroll 0% 0% #E7E7E7;
  position: relative;
  overflow: hidden;
}

.loader_image {
  position: absolute;
  top: 40%;
  left: 49%;
  height: 100%;
}

.frontpage-format-box {
  position: relative;
  margin: 0px 0 0px 0;
}

.about-top-box {
  background: url("../images/front-promo/bg2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.testimonial-top-box {
  background: url("../images/front-promo/bg3.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0;
}

.frontpage-slogan-box {
  background: url("../images/front-promo/testbook4.jpg") no-repeat bottom center fixed;
}

.frontpage-blogicons img {
  width: 25px;
}

.social-circle {
  float: left;
  width: 30px;
  height: 30px;
  padding: 0px 3px;
}
.social-circle fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  color: white;
}
.social-circle:hover {
  opacity: 0.7;
}

/* Add a hover effect if you want */
/* Set a specific color for each brand */
ul.featured-list {
  list-style: outside none none;
}

.detail-box {
  position: relative;
  overflow: hidden;
}
.detail-box img {
  border: 2px solid #3498DB;
  margin: 2px;
  border-radius: 5px;
}
.detail-box .caption {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: #3498DB;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
}
.detail-box:hover {
  cursor: pointer;
}
.detail-box:hover > .caption {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.featured-list li {
  padding: 15px;
  margin-left: 0px;
  position: relative;
}
.featured-list li i {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -30px;
  top: 10px;
}

.frontpage-blog-icon {
  border-radius: 20px;
  padding: 5px;
  height: 30px;
}

.frontpage-featured-top {
  margin: 40px 0;
}

.drop-cap {
  float: left;
  color: #2c3e50;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: "EG Garamond", Georgia, Serif;
}

.text-white {
  color: white;
}

.pagenav-container .pagenav-box {
  float: left;
  color: white;
}

.pagenr-button {
  background: rgba(60, 60, 60, 0.6);
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin: 2px;
}

.lightbg-small {
  padding: 20px 0 10px 0;
  background: #335165;
}

ul.share-buttons {
  list-style: none;
  padding: 0;
}
ul.share-buttons li {
  display: inline-list-item;
  float: left;
  list-style-type: none;
}

.badge-info {
  background: #3498db;
  color: white;
}

.wordpress-oauth-chooser .input-group-addon {
  background-color: #2c3e50;
}


.notifyjs-irp-base {
  opacity: 0.85;
  width: 200px;
  background: #F5F5F5;
  padding: 5px;
  border-radius: 10px;
}
.notifyjs-irp-base .title {
  width: 100px;
  float: left;
  margin: 10px 0 0 10px;
  text-align: right;
}
.notifyjs-irp-base .buttons {
  width: 70px;
  float: right;
  font-size: 9px;
  padding: 5px;
  margin: 2px;
}
.notifyjs-irp-base button {
  font-size: 9px;
  padding: 5px;
  margin: 2px;
  width: 60px;
}

.front-promo-btn-box {
  z-index: 8;
  position: relative;
}

.three_steps {
  padding: 25px;
}

.three_steps span {
  display: block;
  margin: 25px;
}

.three_steps h3 {
  margin: 25px 0 0 0;
  color: white;
}

.three_steps-container > div {
  border-right: 1px solid white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.three_steps-container > div:first-child {
  border-left: 1px solid white;
}

.bigphoto-box {
  width: 100%;
}
.bigphoto-box img {
  width: 100%;
}

#profileTabs .book-details h1, #profileTabs .book-details h2, #profileTabs .book-details h3, #profileTabs .book-details h4, #profileTabs .book-details h5 {
  font-size: 14px;
  font-weight: 700;
}

.eur-price {
  display: none;
}

/*# sourceMappingURL=added-styles.css.map */
