body {
  color: #000;
  font-size:17px;
  line-height: 1.3em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
img {
  max-width: 100%;
  height: auto;
}
.menu > li > a:hover, .menu > li > a:focus {
  background: none;
  outline: none;
}
::selection {
  color: #fff;
  background-color: #0dbdfc;
}
::-moz-selection {
  color: #fff;
  background-color: #0dbdfc;
}
input:focus, button:focus, select:focus, textarea:focus{
  outline: none;
}
.absolute-link{
  position: relative;
}
.absolute-link a{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 7;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #0dbdfc;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
.offset-top{
  margin-top: 30px;
}
.offset-bottom{
margin-bottom:30px;
}
.bigger-offset-bottom{
margin-bottom:60px;
}
.justify{
  text-align: justify;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.centerMe{
  margin: 0 auto;
  float: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
strong{
  font-weight: 700;
}
button, input[type="submit"]{
  cursor: pointer;
}
p{
  margin:0;
}
ul{
  list-style-type: none;
  padding-left: 0;
}
.offset-bottom{
margin-bottom: 30px;
}
.offset-bottom-60{
margin-bottom: 60px;
}

/*+++++++++++++++++++++++++++++Strzałka do góry++++++++++++++++++++++++++++++++++++++++*/
.totop img {
    bottom: 20px;
    cursor: pointer;
    display: none;
    opacity: 0.7;
    position: fixed;
    right: 20px;
    transition: all 0.5s ease 0s;
    z-index: 100;
}
.totop img:hover {
    opacity: 1;
    transform: scale(1.2);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.menu-button {
  display: none;
  padding: 10px 20px;
  background:#007dbd;
  color: #fff;
  border: none;
  border-radius: 50px;
  margin: 10px auto;
}

#header{
  background-color: #000;
  padding: 33px 0;
  margin-bottom: 50px;
}
.logo {
  position: relative;
}
.logo a{
  text-transform: uppercase;
  font-size: 29.5px;
  color: #fff;
  display: block;
  line-height: 1.3em;
}
.menu{
  margin-bottom: 0;
  margin-top: 10px;
}
.menu li{
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.menu li a{
  color: #fff;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.menu li:hover a{
  border-bottom: 1px solid #007dbd;
}
.menu .active a{
border-bottom: 1px solid #007dbd;
}
.book-title{
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3em;
}
.single .main-books{
 min-height: 456px;
}
.main-books h3{
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3em;
  margin-bottom: 35px;
  margin-top: 35px;
}
.book-info{
  font-size: 17px;
  position: relative;
  margin-bottom: 60px;
}
.main-books h1.book-title,.summary h1.book-title{
  position: relative;
  margin-top: 23vh;
  margin-bottom: 60px;
}
.main-books h1.book-title:after{
  position: absolute;
  bottom: -30px;
  left: 0;
  content:"";
  border-bottom: 3px solid #007dbd;
  width: 77px;
  height: 3px;
}
.book-info:after{
  position: absolute;
  bottom: -30px;
  left: 0;
  content:"";
  border-bottom: 3px solid #007dbd;
  width: 77px;
  height: 3px;
}
.buy-book{
  margin-top: 35px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #007dbd;
  border-radius: 50px;
  padding: 10px 15px;
  display: inline-block;
  min-width: 240px;
  border: 1px solid #007dbd;
  -webkit-transition:0.5s;
  transition:0.5s;
}
.buy-book:hover{
  color: #007dbd;
  background-color: #fff;
  border: 1px solid #007dbd;
}
.buy-book.one-more-buy{
  margin-top: 0px;
}

.more-info{

  margin-top: 15px;
  font-weight: 900;
  color: #007dbd;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #007dbd;
  padding: 10px 15px;
  display: inline-block;
  min-width: 240px;
  -webkit-transition:0.5s;
  transition:0.5s;
}
.more-info:hover{
  color: #fff;
  background-color: #007dbd;
}
.title{
  font-weight: 900;
  line-height: 1.3em;
  margin-top: 110px;
  margin-bottom: 45px;
  text-transform: uppercase;
  font-size: 28px;
}
.package{
  margin-bottom: 30px;
}
.package h3:first-child{
  margin-top: 45px;
}

.products .more-books .packag .list{
  margin-top: 35px;
}
.list{
  margin-top: 35px;
}
.list>li>i{
  color: #007dbd;
}
.blue-bg{
  background-color: #198ac3;
  color: #fff;
}
.light-blue-bg{
  background-color: #3397ca;
  color: #fff;
}
.blue-info-boxes{
  color: #fff;
  margin-top: 60px;
}
.blue-info-boxes a{
  color: #fff;
}
.blue-info-boxes h3{
  font-weight: 900;
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.blue-info-boxes .blue-bg, .blue-info-boxes .light-blue-bg{
  box-sizing:border-box;
  padding: 100px;
  min-height: 482px;
}
.blue-info-boxes .read-more{
  margin-top: 30px;
  float: right;
  color: #fff;
  text-decoration: underline;
}
.page-id-40 ul li{
  margin-bottom: 10px;
}
.page-id-40 ul li i{
    padding: 15px;
    border: 1px solid #000;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    transition:0.5s;
    -webkit-transition:0.5s;
}
.page-id-40 ul li i:hover{
  background-color: #198ac3;
  color: #fff;
}
footer{
  font-size: 15px;
  color: #000;
  text-align: center;
  padding: 30px 0;
}

.section-2{
  text-align: center;
  margin-top: 70px;
  margin-bottom: 100px;
}
.section-2 h3{
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 35px;
}
.section-2 p{
  font-size: 18px;
}

.promo-img img{
  margin-bottom: 35px;
  transition:0.5s;
  -webkit-transition:0.5s;
}
.promo-img img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.section-3{
  text-align: center;
}
.section-3 .blue-bg{
  padding: 30px;
}
.section-3 h2{
  font-size: 32px;
  font-weight: 900;
}
.section-3 p{
  font-size: 20px;
  font-weight: 300;
}
.icon-box img{
transition:0.5s;
-webkit-transition:0.5s;
}
.icon-box img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.section-4{
  margin-top: 120px;
}
.section-4 h3{
  margin-bottom: 80px;
  font-size: 32px;
  font-weight: 900;
}
.section-4 h4{
 font-size: 22px;
 font-weight: 900;
 margin-top: 20px;
 margin-bottom: 35px; 
}
.section-4 p{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 35px;
}
.subpage-main-books{
  margin-top: 60px;
  margin-bottom: 70px;
}
.more-books .row{
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

hr{
  display: block;
}

.shoping-cart{
 position: absolute;
 top:155px;
 right: 15px;  
}
.shoping-cart a{
  padding: 10px 15px;
  border: 1px solid #007dbd;
  background-color: #007dbd;
  color: #fff;
  border-radius: 50px;
  transition:0.5s;
  -webkit-transition:0.5s;
}
.shoping-cart a:hover{
  padding: 10px 15px;
  border: 1px solid #007dbd;
  background-color: #fff;
  color: #007dbd;
}


.category-books h3{
    font-size: 28px;
    font-weight: 900;
    line-height: 1.3em;
    margin-bottom: 35px;
    margin-top: 35px;
}


.buy-cheaper{
  margin-top: 35px;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.panel{
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.related .buy-cheaper{
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.related .buy-cheaper h3{
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 15px;
}
.page-id-6 .shoping-cart {
display: none;
}
.postid-76 .main-books h1.book-title,.postid-76 .summary h1.book-title, .postid-77 .main-books h1.book-title,.postid-77 .summary h1.book-title, .postid-81 .main-books h1.book-title,.postid-81 .summary h1.book-title, .postid-82 .main-books h1.book-title,.postid-82 .summary h1.book-title{
  margin-top: 5vh;
}

.buy-book.one-more-buy div{
  display: inline-block;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++@MEDIA+++++++++++++++++++++++++++++++++++++++++++++++++*/
@media(max-width:1366px){
.shoping-cart{
 top:117px;
}
.blue-info-boxes .blue-bg, .blue-info-boxes .light-blue-bg {
  padding: 80px;
}
}
@media(max-width:1300px){
.blue-info-boxes .blue-bg, .blue-info-boxes .light-blue-bg{
  padding: 60px;
  min-height: 420px;
}  
}
@media(max-width:1270px){

.logo a{
  font-size:25px;
}
.menu li{
  padding-left: 10px;
  padding-right: 10px;
}
.menu li a{
  font-size: 15px;
}
}


@media(max-width:992px){
.sm-offset-top{
margin-top: 30px;
}
.logo {
  text-align: center;
  margin-bottom: 15px;
}
.menu{
  text-align: center;
}
.blue-info-boxes .blue-bg, .blue-info-boxes .light-blue-bg{
  padding: 30px;
  min-height: 0px;
}  
.main-books h1.book-title{
  margin-top: 5vh;
}
.section-4 h4{
  margin-top: 0;
}
}


@media(max-width:767px){
.hidden-xs{
  display: none;
}
.xs-offset-top{
  margin-top: 30px;
}
.xs-text-center{
text-align: center;
}
#top-menu-button, .menu-button {
  display: block;
}
.menu{
  display: none;
}
.menu li{
  display: block;
  text-align: center;
}
.main-books .main-book-img{
text-align: center;
}
.icon-box{
  text-align: center;
  margin-bottom: 15px;
}
.section-3 h2{
  font-size: 20px;
  margin-bottom: 15px;
}
.section-4 h3{
  font-size: 20px;
}
.section-4 {
  margin-top: 50px;
}
.section-4 h4{
  font-size: 18px;
}
.section-4 p{
  font-size: 15px;
}
.section-2 p{
  margin-bottom: 35px;
}
.buy-book{
  font-size: 15px;
}
.more-info{
  font-size: 15px;
}
}
@media(max-width:480px){
.logo a{
  font-size:20px;
}
}
@media(max-width:380px){
.logo a{
  font-size:17px;
}
}