@font-face {
  font-family: "EuclidFlex-Bold";
  src: url('../fonts/swisstypefaces/Bold/M/EuclidFlex-Bold-WebM.ttf');
}

@font-face {
  font-family: "EuclidFlex-Medium";
  src: url('../fonts/swisstypefaces/Medium/XL/EuclidFlex-Medium-WebXL.ttf');
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin: 0 50px;
}

a {
  color: #FF0000;
}
a:hover {
  text-decoration: underline;
}

a.link_black {
  color: #212529;
}

.img-fluid-full-width {
  width: 100%;
  height: auto;
}

.alert {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  opacity: 0.8;
}

.cookie-consent {
  background-color: #e8e8e8;
  color: #000;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.8;
  text-align: center;
  box-shadow: 0px 2px 5px 0px #cac6c6;
}
.cookie-consent__agree {
  background-color: #e8e8e8;
  color: #000;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 0 10px 2px;
}

a.subscription-offer-link {
  color: #212529;
  text-decoration: none;
}

.modal-header {
  min-height: 16.42px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-footer {
  display: inline;
}

.close {
  float: right!important;
}

.login .modal-header {
    border: 0 none;
    padding: 15px 15px 15px;
}

.login .box .form input[type="text"],.form input[type="email"], .login .box .form input[type="password"] {
    border-radius: 3px;
    
    color: #333333;
    font-size: 16px;
    height: 36px;
    margin-bottom: 20px;
    padding: 13px 12px;
    width: 100%;
}
.form-control:focus{
  box-shadow: none;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
  font-size: 18px;
}
.modal-header .close {
    padding: 0.5rem;
    margin: -1rem -1rem -1rem auto;
}

.header .dropdown-menu {
  left: 9px;
  border-radius: 0;
}

.header .dropdown-menu li a{
  margin: 0 10px;
}


address, dl, ol, p, pre, ul{
  margin-bottom: 1.0rem;
}

.bg-dark{
	background-color:#000000!important;
}

footer{margin-top: 20px;}
a.social-icon, a.social-icon:visited {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 5px 0px;
  color: #fff;
  margin: 10px;
  font-size: 18px;
  display: inline-table;
  float: left;
  /* Color each button differently */
}

a.social-icon:focus, a.social-icon:active, a.social-icon:hover{
  text-decoration: none;
  color: #FFF;
  border:none;
}

a.right-text{
  color: #000;
  font-size: 18px;
  font-family: sans-serif;
  margin-top: 30px;
  padding: 5px;
}

.social-icon i{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 100%;
}

.pagination {
  float: right;
  font-size: 14px;
}

.pagination .page-item:first-child, .pagination .page-item:last-child {
  display: none;
}

.pagination .page-item .page-link {
  color: #000;
  border-color: transparent;
}

.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #000;
  border-color: transparent;
}

.letter-spacing-1 {
  letter-spacing: 1px
}

.btn {
  /*font-family: EuclidFlex-Medium;*/
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
}

.btn:focus{
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-success, .btn-danger {
  border-radius: 0;
}
.btn-primary {
  background-color: #000;
  border: 1px solid #000;
  padding: 10px 25px;
  border-radius: 0;
}
.btn-primary:hover {
  background-color: #000;
  border: 1px solid #000;
}
.btn-checkout {
  background-color: #FF0000;
  color: #fff;
  border: 1px solid #fff;
  padding: 11px 25px;
  border-radius: 0;
  min-width: 240px;
}
.btn-checkout:hover {
  background-color: #FF0000;
  color: #fff;
  border: 1px solid #fff;
}
.btn-secondary {
  padding: 10px 25px;
  border-radius: 0;
}

.btn-processing {
  display: none;
}

.btn-link {
  color: #000;
  font-size: 14px;
  font-style: italic;
  margin: 0 10px;
}

.btn-link:hover {
  color: #000;
}

.btn-link:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.btn-outline-black {
  /*font-family: EuclidFlex-Medium;*/
  color: #000;
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 0; 
}

.btn-outline-black:hover, .btn-outline-black:focus {
  color: #000;
  border: 1pt solid #000;
}

.btn-subs-term-active {
  min-width: 130px;
  background-color: #FFEE00;
  color: #212529;
  text-decoration: none;
  padding: 10px 20px;
  margin: 15px;
  border-radius: 0;
}

.btn-subs-term-inactive {
  min-width: 130px;
  background-color: #e8e8e8;
  color: #212529;
  text-decoration: none;
  padding: 10px 20px;
  margin: 15px;
  border-radius: 0;
}

.btn-community-term-active {
  background-color: #FFEE00;
  color: #212529;
  text-decoration: none;
  padding: 10px 40px;
  margin: 12px;
  font-size: 24px;
  display: inline-block;
  min-width: 125px;
}

.btn-community-term-inactive {
  background-color: #e8e8e8;
  color: #212529;
  text-decoration: none;
  padding: 10px 40px;
  margin: 12px;
  font-size: 24px;
  display: inline-block;
  min-width: 125px;
}

.btn-subs-term-active:hover, .btn-subs-term-inactive:hover, .btn-community-term-active:hover, .btn-community-term-inactive:hover {
  color: #212529;
  text-decoration: none;
}

.community-box-5,.community-box-10,.community-box-15,.community-box-25,.community-box-50 {
  background-color: #FFEE00;
  text-align: left;
  padding: 40px 40px 30px;
  margin: 0 15px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  display: none;
}

.community-box-10 {
  display: block;
}

.product-summary {
  margin: 12px 65px;
  font-size: 16px;
  letter-spacing: 1px;
}

.postage {
  font-size: 16px;
  letter-spacing: 1px;
}

#personal-subscription, #gift-subscription {
  font-size: 16px;
  letter-spacing: 1px;
}

.postage-active  {
  background-color: #FFEE00;
  color: #212529;
  text-decoration: none;
  padding: 12px;
  border-radius: 0;
  display: inline-block;
  width: 80%;
  text-align: center;
}

.postage-inactive {
  background-color: #e8e8e8;
  color: #212529;
  text-decoration: none;
  padding: 12px;
  border-radius: 0;
  display: inline-block;
  width: 80%;
  text-align: center;
}

.postage-active:hover, .postage-inactive:hover {
  color: #212529;
  text-decoration: none;
}

.personal-subscription-active, .gift-subscription-active {
  background-color: #FFEE00;
  color: #212529;
  text-decoration: none;
  padding: 12px;
  border-radius: 0;
  margin-right: 50px;
  display: inline-block;
  width: 25%;
  text-align: center;
}

.personal-subscription-inactive, .gift-subscription-inactive{
  background-color: #e8e8e8;
  color: #212529;
  text-decoration: none;
  padding: 12px;
  border-radius: 0;
  margin-right: 50px;
  display: inline-block;
  width: 25%;
  text-align: center;
}

.personal-subscription-active:hover, .gift-subscription-active:hover, .personal-subscription-inactive:hover, .gift-subscription-inactive:hover {
  color: #212529;
  text-decoration: none;
}

.payment-summary {
  border-top: 1px solid #212529;
  border-bottom: 1px solid #212529;
}

.payment-summary table {
  margin: 0;
}

.payment-summary td.left, .payment-total td.left {
  width: 80%;
  text-align: right;
  padding-right: 50px;
}

.payment-summary td.right, .payment-total td.right {
  width: 20%;
  text-align: left;
}

.social-icon img {
  width: 25px;
  margin: 0 12px;
}
.cart-icon {
  text-decoration: none !important;
}
.cart-icon img {
  width: 50px;
}
.cart-badge {
  background: #FF0000;
  color: #fff;
  padding: 4px 8px;
  border-radius: 50%;
  margin-left: -15px;
  font-size: 12px;
  vertical-align: top;
}
.quantity {
  width: 40px;
  padding: 2px 5px;
  font-size: 14px;
}
.smallcaps {
  letter-spacing: 2px;
  font-size: 16px;
}
.cart-alert {
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 0;
}
.cart-item-details {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.my-orders {
  font-size: 14px;
}
.my-orders ol {
  margin: 0;
} 
.nowrap {
  white-space: nowrap;
}
.navbar-light {
  margin: 15px 0;
}
.navbar .container {
  max-width: 100%;
}
.navbar-dark .navbar-nav {
  margin: 0 auto;
  height: 60px;
}
.navbar-dark .navbar-nav .nav-item {
  margin: auto 25px;
}
.navbar-dark .navbar-nav .nav-link{
  /*font-family: EuclidFlex-Medium;*/
	color: #f1f1f1;
	font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover
{
  color: #fff;
}

.navbar-dark .navbar-nav .active .nav-link{
  border: 1.5pt solid #fff;
  padding: 0.5rem 0.8rem;
  transition: all .1s ease; 
}


.foot-text:hover {
  color: #fff;
  text-decoration: underline;
}
.navbar{
  border-radius: 0px;
}

.subscribe{
	background: #000;
	color: #fff;
	border: none;
  font-size: 14px;
  border: solid 1px #000;
	border-radius: .0rem;
  width: 50%;
  height: 45px;
}

.member-subscribe{
  background: #FF0000;
  color: #fff;
  border: none !important;
  font-size: 14px;
  border: solid 1px #000;
  border-radius: .0rem;
  width: 35%;
  height: 50px;
}

.subscribe-input{
	background: #fff;
	border-radius: .0rem;
	border: 1px solid #000;
	color: #000;
  text-align: center;
  height: 45px;
  font-size: 18px;
}

.foot-text{
  /*font-family: EuclidFlex-Medium;*/
	color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 10px 0;
}

.subscribe-color{
	background: #000;
	color: #fff;
	border-radius: 0;
}

.voucher-code {
  border: 1px solid #000;
  padding: 5px;
}

span.valid-voucher {
  font-size: 12px;
  vertical-align: middle;
  padding: 2px 8px;
  background-color: #32a852;
  color: #fff;
  border-radius: 12px;
}

.redeem-voucher-color {
  background: #fff;
  color: #000;
  border-radius: 0;
}

.buy-color{
  background: #FF0000;
  color: #fff;
  border-radius: 0;
}

.subscribe-paper{
  background: #fff;
  color: #131212;
  border: 1pt solid #000;
  border-radius: 0;
}
.subscribe-hard{
  background: #fff;
  color: #ccc;
  border: 1pt solid #000;
  border-radius: 0;
}

.subscribe-ebook{
  background: #fff;
  color: #ccc;
  border: 1pt solid #000;
  border-radius: 0;
}

footer .container {
  max-width: 960px;
}
.footer {
  margin: 25px auto 0;
}

#home-footer + footer {
  margin-top: 0;
}

#home-footer {
  padding: 30px 0 45px 0;
}

#home-footer h1 {
  font-size: 85px;
  font-weight: bold;
}

#home-footer a {
  color: #212529;
  text-decoration: underline;
}

#home-footer a.twitter, #home-footer a.facebook, #home-footer a.instagram {
  text-decoration: none;
  margin-left: 25px;
}

#home-footer .subscribe-input {
  border: 0;
}

.fluid{
  padding-right: 0px;
  padding-left: 0px;
}

.column-padding-1 {
  padding: 0 1rem;
}

.column-padding-2 {
  padding: 0 2rem;
}

.column-padding-3 {
  padding: 0 3rem;
}

.column-padding-4 {
  padding: 0 4rem;
}

.column-padding-5 {
  padding: 0 5rem;
}

.column-padding-6 {
  padding: 0 6rem;
}

.section-title {
  margin-bottom: 1.0rem;
}

.home-text {
  padding: 25px 30px 30px 30px;
  width: 100%;
}

.home-text-right {
  padding: 30px 30px 0;
  width: 100%;
}

.home-text-left {
  padding: 30px 30px 0;
  width: 100%;
}

.home_bg {
  padding: 40px;
  background: #e8e8e8;
  display: block;
  height: 100%;
  vertical-align: middle;
}

.home_news {
  padding: 40px;
  background: #e8e8e8;
  width: 100%;
  vertical-align: middle;
}

.home_donate {
  padding: 30px 20px;
}

.btn-action{
  margin-top: 100px;
}

.btn-padding{
  padding: 5px 40px;
}

.form-inline{
  float: right;
}

.form-inline a{
  margin: 10px 0px 0px 10px;
}

.form-inline-menu a{
  margin: 10px 0px 0px 10px;
}

.thumbnail {
  display: inline-block;
  width: 95%;
  height: fit-content;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin: 20px 0;
}

.thumbnail .best-value {
  font-size: 18px;
  font-weight: bold;
  margin: 10px;
}

.thumbnail .head-box {
  background-color: #FFEE00;
  padding: 20px 0 5px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.thumbnail .head-box h4 {
  letter-spacing: 1px;
}

.thumbnail .head-box h4.solidarity {
  letter-spacing: 1px;
  font-weight: bold;
}

.thumbnail .head-box .price {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.thumbnail .head-box .term, .thumbnail .head-box .term-billed {
  font-size: 14px;
  letter-spacing: 1px
}

.thumbnail .body-box {
  font-size: 16px;
  padding: 0 35px;
  margin-top: 20px;
}

.caption {
  padding: 10px;
}

.member-color{ 
  background: #fff; 
  border: solid 2px #000; 
  color: #000; 
  border-radius:1px;
}

.member{
  text-align: center;
  padding: 10px;
  background: #fff; 
  border-right: solid 2px #000; 
  border-top: solid 2px #000; 
  border-bottom: solid 2px #000; 
  color: #ccc; 
}


.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 15px;
  right: 15px;
  color: #fff;
}

.bottom-center {
  position: absolute;
  bottom: 0px;
  color: #fff;
  padding: 20px 55px;
  font-size: 22px;
  font-weight: 500;
}

.shadow {
  box-shadow: 5px 5px 5px 0px #cac6c6 !important;
      vertical-align: inherit;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 50px;
  right: 50px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  /*font-family: EuclidFlex-Medium;
  letter-spacing: 3px;*/
}

.home-text h3 {
  line-height: 1.5;
}

.home-text ul {
  padding-left: 20px;
}

.home-text ul li{
  margin-bottom: 5px;
}

.partner-header {
  margin: 5px 15px 55px;
  background-color: #000;
}

.partners {
  margin: 0 0 55px;
}

.partner-entry {
  padding: 0 15px;
}

.partner-header-img, .partner-img {
  width: 100%;
}

.partner-intro-text h3 {
  padding: 55px;
  color: #fff;
  line-height: 50px;
}

.partner-text {
  text-align: center;
  background-color: #e8e8e8;
  padding: 10px;
  min-height: 200px;
}

.partner-text p{
  margin: 5px 0;
}

.paragraph_title {
  margin: 25px 0 10px;
  font-weight: bold;
}

.carousel-control-next, .carousel-control-prev{
  width: 0%;
}

.m-bottom{margin-bottom: 25px;}

.remove-padding {    
  padding-right: 0px;
  padding-left: 0px;
}

.quote {
  padding: 20px;
  background: #eff0f2;
}

.quote p {
  font-size: 20px;
  font-weight: bold;
}
.subscription-title {
  font-size: 18px;
  font-weight: bold;
}

.subscription-subtitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

.subscription-text {
  margin-bottom: 0;
}

.home-row {
  margin-bottom: 75px;
}

.yellow-background {
  background-color: #FFEE00;
}

.black-background {
  background-color: #212529;
  color: #fff;
}

.gray-background {
  background-color: #E8E8E8;
}

.pink-background {
  background-color: #F9F6F5;
}

.vcenter-item{
    display: flex;
    align-items: center;
}

.section-btn {
  margin: 25px 0 0;
}

.section-btn-center-absolute {
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.section-btn-center-absolute button {
  background-color: #fff;
  color: #212529;
  padding: 6px 35px;
  font-size: 18px;
}

.section-btn-absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: inherit;
}

.section-btn-absolute button.subscribe-color {
  width: 290px;
}

.btn-absolute {
  margin: 30px 0;
  position: absolute;
  bottom: 0;
}

.section-btn-no-margin {
  margin: 0;
}

.section-btn a, .section-btn-no-margin a {
  display: block;
  margin: 10px 0;
}

.section-btn a:last-child, .section-btn-no-margin a:last-child {
  margin: 0;
}

.about-section-1 {
  height: 350px;
  overflow-y: auto;
}

.about-section-2, .about-section-3 {
  height: 100%
}
.about-section-1 .section-btn, .about-section-2 .section-btn, .about-section-3 .section-btn {
  position: absolute;
  bottom: 5px;
}

.about-section-3 .section-btn-no-margin {
  position: absolute;
  bottom: 0;
}

.help-block {
    color: #a94442;
}
.subscribe-login{
  background: #000;
  color: #fff;
  border: none;
  font-size: 14px;
  border: solid 1px #000;
  border-radius: .0rem;
  width: auto;
  height: 40px;
}

.profile-title {
    color: #000!important;
    border: solid 1px;
    width: auto;
    margin-bottom: 30px;
    padding: 5px;
}

.light-blue {
    color: #93CBF9!important
}


.profile-user-info {
    display: table;
    width: calc(100% - 24px);
    margin: 0 auto
}

.profile-info-row {
    display: block;
    margin: 0 0 10px 0;
}
.legend{
  font-size: 19px; margin-left: 15px; padding-top: 10px; 
}
.profile-info-name,
.profile-info-value {
    display: table-cell;

}

.profile-info-name {
    text-align: left;
    padding: 0px 5px 0px 5px;
    font-weight: 500;
    color: #101010;
    background-color: transparent;
    width: 230px;
    vertical-align: middle;
    font-size: 18px;
}

.login-footer .login-footer-left{
  float: left;
}

.login-footer .login-footer-right{
  float: right;
}

.login-footer .login-link{
  display: none;
}

#edit,#back,#edit1,#back1,#edit2,#back2 {
  display: inline-block;
  margin: 5px 15px;
}
.uper{
  text-transform: uppercase;
}
.fa-chevron-left{
  margin-left: 15px;
}
.fa-chevron-right{
  margin-right: 15px;
}
.related-image{
  padding: 40px;
}

.col-left {  
  float: left   
}

.slider-padding {
  padding: 50px; 
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col-item .photo img
{
  width: 100%;
  height: 350px;
}

.book-intro p {
  margin: 0;
}

.book-slider {
  width: 90%;
  margin: 0 auto;
}

.book-slider .col-left {
  margin-left: 11%;
}

.book-slider .col-item .photo img
{
  width: 100%;
  height: 425px;
}

.form-control {
  display: inline-block;
  border-radius: 0;
}

select.form-control {
  -webkit-appearance: none;
}

#payment-form .form-control {
  border: none;
}

.bg-box{
  background: #e8e8e8; 
  padding: 10px;
}

.bg-box-yellow {
  background: #FFEE00;
}

.subscribe-member{
  background: none;
  color: #000;
  border: none;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border: solid 2px #000;
  border-radius: .0rem;
  width: 50%;
  height: 50px;
}

.member-radio{
  padding: 10px 20px 0;
}

.member-radio-personal{
  padding-right: 45px;
}

.member-radio-gift{
  padding-right: 110px;
}

#reciever-details {
  display: none;
}

.table-bordered, .table-bordered td, .table-bordered th {
  border: 1pt solid #000;
}

.table-borderless, .table-borderless td, .table-borderless th {
  border: none;
}

input[type=radio] {
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 5px;
  /* background-color only for content */
  background-clip: content-box;
  border: 1px solid #bbbbbb;
  vertical-align: text-top;
  border-radius: 50%;
}
input[type=radio]:checked {
  background-color: #000;
}
input[type=radio]:focus {
  outline: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  margin: 10px 0 20px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors {
  color: Red;
  font-size: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* /////////////responsive/////////////////////   */

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media(max-width: 1200px) {
  .about-section-1 .section-text{
    height: 260px;
    overflow-y: auto;
    margin-bottom: 20px;
  }
  
  .col-item .photo img {
    width: 100%;
    height: 300px;
  }
  
}

@media(max-width: 1024px) {
  body {
    font-size: 16px;
    margin: 0 20px;
  }
  .navbar-dark .navbar-nav .nav-item {
    margin: auto 15px;
  }
  .h2, h2 {
    font-size: 1.75rem;
  }

  .about-section-1 .section-text{
    height: 235px;
  }

  .col-item .photo img {
    width: 100%;
    height: 250px;
  }

  .thumbnail {
    width: 100%;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
  
  .sticky {
    left: 0;
    right: 0;
  }
  
  a.social-icon, a.social-icon:visited{
    margin: 5px;
  }

  a.right-text{
    color: #000;
      font-size: 18px;
      font-family: sans-serif;
      margin-top: 0px;
      padding: 0px;
  }

  .form-inline a {
    margin: 10px 0 0;
  }

  .home-text-right {
    padding: 20px 20px 0;
    width: 100%;
  }

  .home-text-left {
    padding: 20px 20px 0;
    width: 100%;
  }

  .subscribe{
    width: 100%;
  }
  .navbar-dark .navbar-nav {

    margin: 0 auto;
    height: auto;
  }

  .navbar-dark .navbar-nav .nav-link{
    margin-left: 5px;
  }
  
  .col-md-6 {
    -ms-flex: none;
    flex: none;
    max-width: 100%;
  }

  .offset-md-3 {
    margin: 0;
  }
  
  .about-section-1 .section-text{
    height: auto;
  }
  .about-section-1 .section-btn, .about-section-2 .section-btn, .about-section-3 .section-btn-no-margin {
    position: relative;
    margin: 30px 0;
  }
  .recent-books-section, .book-slider {
    display: none;
  }

  #show-field, #show-form {
    margin-bottom: 50px;
  }
  .cart-icon {
    display: none;
  }

  .column-padding-1 {
    padding: 0 5px;
  }

  .column-padding-2 {
    padding: 0 10px;
  }

  .column-padding-3 {
    padding: 0 20px;
  }

  .column-padding-4 {
    padding: 0 35px;
  }

  .column-padding-5 {
    padding: 0 40px;
  }

  .column-padding-6 {
    padding: 0 50px;
  }

  .section-title {
    margin-top: 1.0rem;
  }
}

@media (max-width: 500px) {
  body {
    font-size: 16px;
    margin: 0;
    overflow-y: auto;
  }

  div.form-inline {
    float: none;
    display: inline-flex;
    flex-flow: nowrap;
    margin: 0 5px;
  }
  img.section-2 {
    height: 250px;
    width: auto;
  }
  .navbar-light {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    padding: 10px 0;
  }

  .navbar-light .col-md-4 {
    width: 30%;
  }

  .navbar-light .col-md-8 {
    width: 70%;
    text-align: right;
  }

  .btn-outline-black {
    font-size: 12px;
  }

  .navbar-dark {
    margin-top: 150px;
  }

  .home-row {
    margin-bottom: 50px;
  }

  .home-text h3 {
    line-height: 1.2;
    font-size: 1.5rem;
  }

  .column-padding-1 {
    padding: 0;
    margin-top: 20px;
  }

  .column-padding-2 {
    padding: 0 10px;
    margin-top: 20px;
  }

  .column-padding-3 {
    padding: 0 15px;
    margin-top: 20px;
  }

  .column-padding-4 {
    padding: 0 20px;
    margin-top: 20px;
  }

  .column-padding-5 {
    padding: 0 25px;
    margin-top: 20px;
  }

  .column-padding-6 {
    padding: 0 30px;
    margin-top: 20px;
  }

  .section-title {
    margin-top: 1.0rem;
  }
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}


