body, body * {
    font-family: Tahoma, 'Alef', sans-serif;
}

p {
    margin: 0 0 20px;
}

marquee p {margin: 0;}


/* corona proj */

body.covid19 .single-author,
body.covid19 h2.post-title,
body.covid19 h3.post-sub-title,
body.covid19 .single-author-2 {
  display: none!important;
}

.sidebar-menu .sub-menu {
  display: none;
  padding: 0;
  text-indent: 10px;
}

ul.sidebar-menu > .menu-item-has-children > a .icon-angle-down {
  position: relative;
  top: -3px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 0.2em solid #000;
  border-top: 0.2em solid #000;
  transform: rotate(135deg);
  margin-right: 0.5em;
  margin-left: 1.0em;
  float: left;
  color: #fff;
}

ul.sidebar-menu > .menu-item-has-children.current-menu-item > a .icon-angle-down,
ul.sidebar-menu > .menu-item-has-children.current-menu-parent > a .icon-angle-down {
  border-right: 0.2em solid #fff;
  border-top: 0.2em solid #fff;
}

.sidebar-menu li.current-menu-item > ul.sub-menu li a {
  background-color: #f3f3f3;
  color: #414141;
}

ul.sub-menu li {
  list-style: none;
}

.sidebar-menu li.current-menu-item > ul.sub-menu li a:hover,
.sidebar-menu li.current-menu-parent > a {
  background-color: #fcaf17;
  color: #ffffff;
}

#main.covid19 h2 {
  padding: 5px 10px;
  width: 98.4%;
  background-color: #007cc2;
  color: #fff;
  margin: 0;
}

#main.covid19 p {
  font-size: 16px;
  padding: 10px;
}

body.covid19 .single-author,
body.covid19 h2.post-title,
body.covid19 h3.post-sub-title,
body.covid19 .single-author-2 {
  display: none!important;
}

/* Slider Section */

.slick-slider {
    border: 10px solid lightgrey;
    width: 100%;
    padding: 0;
    position: relative;
    top: 5%;

}

#slider {
    background-color: grey;
    height: 100%;
    padding: 0;
    margin-bottom: 30px;

}

#slider img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.slide {
    position: relative;
    border: none;
}

.slide-content {
    position: absolute;
    top: 0px;
    right: 0%;
    height: 100%;
    width: 35%;
    background-color: #000;
    opacity: 0.8;
    color: #fff;
    text-align: center;
    padding: 25px 70px 25px 25px;
    text-align: left;
    display: none;
}


/* Slick Dots */

.slick-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    text-align: center;
    margin: 0px 3px;
    padding: 11% 1% 11% 1.5%;
    border-left: 3px solid lightgrey;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background: rgba(164,179,87,0.5);


}


.slick-dots li img:nth-child(1) {
    display: block;
}

.slick-dots li img:nth-child(2) {
    display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
    display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
    display: block;
}

/* Slick Arrows */

.slick-prev, .slick-next {
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;

}

.slick-prev {
    background-image: url('../images/slider-up-arrow.png');

    /* place button top right */
    top: 2%;
    right: 1%;
    z-index: 10;
}


.slick-next {
    background-image: url('../images/slider-down-arrow.png');

    /* place button bottom right */
    right: 1%;
    bottom: 2%;
    z-index: 20;
}

.slick-prev:hover {
    background-image: url('../images/slider-up-arrow-hover.png');

    /* place button top right */
    top: 2%;
    right: 1%;
    z-index: 10;
}

.slick-next:hover {
    background-image: url('../images/slider-down-arrow-hover.png');

    /* place button bottom right */
    right: 1%;
    bottom: 2%;
    z-index: 20;
}




/* corona proj end */

.buttons-container {margin-bottom: 63px!important;}

.hpTopButt {width: 261px; margin-bottom: 20px;}


@media (min-width: 1310px) {
    .container {
        width: 1310px;
    }
}

a {
    color: #007cc2;
}

a:hover {
    text-decoration: none;
    opacity: 0.9;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.list-unstyled {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h4 {
    font-size: 14px;
}

/* swip layout for rtl */
.pull-left {
    float: right !important;
}

.pull-right {
    float: left !important;
}

@media (min-width: 992px) {

    .margin-sm-right-20 {
        margin-right: 20px;
    }
}

/* margins */
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb0i {
    margin-bottom: 0 !important;
}
.mb10i {margin-bottom: 10px !important;}
.mb15i {margin-bottom: 15px !important;}
.mb30i {margin-bottom: 30px !important;}
.mt0 { margin-top: 0; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }

.mt0i {
    margin-top: 0 !important;
}
.mt10i {
    margin-top: 10px !important;
}
.mt20i {
    margin-top: 20px !important;
}

/* paddings */
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb20i {
    padding-bottom: 20px !important;
}
.p15 {
    padding: 15px;
}

.fs-18 {
    font-size: 18px;
    line-height: 28px;
}

.text-left {
    text-align: right;
}

.text-right {
    text-align: left;
}

.btn.btn-pink {
    background: #d70071;
    font-size: 1.21em;
    font-weight: bold;
    padding: 15px 12px;
}

.btn-gray {
    background: #c8c8c8;
}

.bg-pink {
    background: #d70071;
}

.bg-orange {
    background: #f37021;
}
.bg-orange-i {
    background: #f37021 !important;
}

.bg-green {
    background: #c3c618;
}

.bg-yellow {
    background: #fcaf17;
}

.bg-lightblue {
    background: #accfc9;
}

.bg-blue {
    background: #007cc2;
}

.bb-bg-pink {
    border-bottom: 1px solid #d70071;
}
.bb-bg-orange {
    border-bottom: 1px solid #f37021;
}
.bb-bg-green {
    border-bottom: 1px solid #c3c618;
}
.bb-bg-yellow {
    border-bottom: 1px solid #fcaf17;
}
.bb-bg-lightblue {
    border-bottom: 1px solid #accfc9;
}
.bb-bg-blue {
    border-bottom: 1px solid #007cc2;
}

#content {
    margin-bottom: 20px;
}

.select-box {
    font-size: 0;
    max-width: 100%;
}

.gallery-selector {
    padding-right: 0;
}

.filters-radio {
    background: #fff;
    padding: 4px 5px 5px 4px;
    text-align: center;
}

.select-box select, .select-box select + .ui-widget {
    float: left;
    font-size: 14px;
}

.filters {
    background: #007cc2;
    padding: 12px;
}

.pink {
    color: #d70071;
    border-color: #d70071;
}

.orange {
    color: #f37021;
    border-color: #f37021;
}

.green {
    color: #c3c618;
    border-color: #c3c618;
}

.yellow {
    color: #fcaf17;
    border-color: #fcaf17;
}

.lightblue {
    color: #accfc9;
    border-color: #accfc9;
}

.category-title.pink {
    color: #d70071;
    border-bottom: 1px solid #d70071;
}

.category-title.orange {
    color: #f37021;
    border-bottom: 1px solid #f37021;
}

.category-title.green {
    color: #c3c618;
    border-bottom: 1px solid #c3c618;
}

.category-title.yellow {
    color: #fcaf17;
    border-bottom: 1px solid #fcaf17;
}

.category-title.lightblue {
    color: #accfc9;
    border-bottom: 1px solid #accfc9;
}

.bg-gray + .dropdown {
    border-color: #c8c8c8;
}

.bg-pink + .dropdown {
    border-color: #d70071;
}

.bg-orange + .dropdown {
    border-color: #f37021;
}

.bg-green + .dropdown {
    border-color: #c3c618;
}

.bg-yellow + .dropdown {
    border-color: #fcaf17;
}

.bg-lightblue + .dropdown {
    border-color: #accfc9;
}

.width90per {
    width: 90%;
}

.icon-triangle {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17px 10px 0;
    border-color: transparent #fff transparent transparent;
}

.icon-triangle.blue {
    display: inline-block;
    border-width: 4px 6px 4px 0;
    vertical-align: middle;
    border-color: transparent #007DC3 transparent transparent;
}

body {
    background: #ffffff;
    color: #333333;
    font-size: 14px;
    line-height: 160%;
}

.body-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* buttons */
.button {
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    font-size: 1.25em;
    color: #fff;
}

header {
    background: #007cc2;
    position: relative;
    z-index: 101;
}

@media (max-width: 991px){
    header {
        background: transparent;
    }
    .logo-container {
        background: #007cc2;
    }
}

.header-navigation {
    padding: 9px 15px 26px;
}

.header-navigation a, .header-navigation form {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.header-navigation form {
    max-width: 180px;
    margin-top: 10px;
}

.header-navigation form .search-btn {
    border-radius: 0 !important;
}

.header-navigation form .form-control {
    border-radius: 0 !important;
}

.header-navigation a.top-link {
    background: #fff;
    color: #007cc2;
}

.header-navigation a:not(.menu-logo) {
    margin-top: 10px;
}

a.icon-navigation {
    background: #b4b4b5;
    font-weight: bold;
    font-size: 1em;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

a.site-navigation {
    padding: 0 5px;
    min-height: 30px;
    line-height: 30px;
    font-size: 1.15em;
}

.form-control {
    border-radius: 0;
    height: 30px;
}

.relative {
    position: relative;
}

.logo {
    display: inline-block;
    text-align: center;
}

.logo img {
    max-width: 100%;
    display: inline-block;
    max-height: 75px;
    height: auto;
    margin-top: -30px;
}

@media (min-width: 992px) {
    .logo-container {
        padding-bottom: 20px;
        padding-top: 0;
    }
}

.btn {
    border-radius: 0;
    padding: 4px 12px;
}

#searchform .search-btn {
    padding: 8px 8px 8px 8px;
    background-color: #fff;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    margin-right: 1px;
}

#searchform #s {
    padding: 6px 8px;
    color: #007cc2;
    font-size: 16px;
    max-width: 140px;
}
#searchform #s:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#searchform .fa-search {
    position: absolute;
    z-index: 99;
    font-size: 22px;
    margin-top: 5px;
    margin-right: -28px;
    color: #007cc2;
}

.icon {
    width: 58px;
    height: 48px;
    background: url(../img/icons.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
}

.main-navigation .icon {
    display: block;
    margin: 0 auto;
}

.main-navigation .icon + span.name {
    display: table-cell;
    width: 95px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.icon-envelope {
    background-position: 7px 11px;
}

.icon-hands {
    background-position: 1px -35px;
}

.icon-star {
    background-position: 8px -89px;
}

.icon-photo {
    background-position: 6px -140px;
}

.icon-love {
    background-position: 7px -192px;
}

.icon-puzzle {
    background-position: 5px -250px;
}

.icon-book {
    background-position: 1px -308px;
}

.icon-pencil {
    background-position: 9px -364px;
}

.main-navigation > li > a {
    text-align: center;
    display: block;
    border: 1px solid #fff;
    padding: 16px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 992px) {
    .main-navigation > li > a {
        padding: 5px 9px;
        height: 109px;
        width: 95px;
    }
}

@media (min-width: 992px) and (max-width: 1310px) {
    .main-navigation > li > a {
        padding: 5px 9px;
        height: 109px;
        width: 78px;
    }

    .main-navigation > li > a {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .additional_links {
        padding-right: 7px !important;
        max-width: 270px;
    }

    .nav-tabs.nav-pink {
        max-width: 380px;
    }
}

@media (max-width: 991px) {
    .nav-tabs.nav-pink {
        max-width: none;
    }
}

.main-navigation > li > a:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 0;
    border-color: #007cc2 transparent transparent transparent;
    z-index: 2;
}

.main-navigation > li > a:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 0;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}

.main-navigation > li {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 20px;
    position: relative;
}

.padding-right-0 {
    padding-right: 0;
}

.main-navigation > li:first-child {
    padding-left: 0;
}

.main-navigation > li:last-child {
    padding-right: 0;
}

.mobile-left-navs {
    min-width: 40px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-left-navs a {
    vertical-align: middle;
    margin: 0 10px 10px 0 !important;
}
.mobile-right-navs {
    min-width: 40px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-right-navs a {
    vertical-align: middle;
    margin: 0 0 10px 10px !important;
}

.wrapper {
    background: #fff;
    position: relative;
    padding: 20px 0;
}

.wrapper-delimeter {
    height: 10px;
    background: #fff;
    margin-bottom: -15px;
}

.top-categories li {
    display: table;
    width: 100%;
    margin-bottom: 12px;
    -webkit-box-shadow: 10px 12px 20px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 12px 20px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 12px 20px -8px rgba(0, 0, 0, 0.2);
    font-size: 1.15em;
    font-weight: bold;
}

.top-categories li a {
    display: table-cell;
    vertical-align: middle;
    background: #c3c618;
    border: 2px solid #fff;
    text-align: center;
    padding: 8px;
    height: 60px;
}

#site-sidebar {
    overflow: hidden;
}

@media (max-width: 767px) {
    #site-sidebar {
        height: 100% !important;
    }
}

#home-left-block .section h4 {
    font-size: 1.15em;
}

#home-right-block .section h4 {
    font-size: 1.15em;
}

.news {
    height: 100%;
}

.news a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

.news, .category {
    background: #007cc2;
    padding: 0 15px;
    font-size: 1em;
    color: #fff;
}

.news li, .category li {
    line-height: 1.6;
    border-bottom: 1px solid #fff;
    padding: 22px 0 23px;
}

.news li:last-child, .category li:last-child {
    border-bottom: none;
}

.news li:last-child a {
    text-decoration: none;
    font-weight: normal;
}

.news a.title {
    font-size: 1.15em;
    font-weight: bold;
}

.news li:first-child a {
    text-decoration: none;
}

.single-book .tab-content > .tab-pane .news a {
    color: #fff;
    text-decoration: underline;
}

.book-img {
    max-width: 288px;
    float: left;
}

.book-img:first-child {
    margin-top: 20px;
}

.section {
    -webkit-box-shadow: 10px 12px 20px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 12px 20px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 12px 20px -8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    margin-bottom: 26px;
    padding: 10px 15px 40px;
    /*min-height: 331px;*/
    color: #fff;
}

.section a {
    color: #fff;
}

.books .section {
    padding: 10px 15px;
}

.books .section {
    min-height: 280px;
}

#book .section-book {
    padding: 10px 15px 5px;
}

/*.single-book .bg-blue {
    min-height: 200px;
}*/

.section .block-overflow {
    position: absolute;
    right: 0;
    width: 35%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    color: #404041;
    top: 0;
    bottom: 0;
    padding: 15px;
}

.book-list .section-title {
    font-size: 1.21em;
}

.section.main-img {
}

.section-title {
    margin-top: 10px;
    margin-bottom: 17px;
}

.section iframe {
    border: 2px solid #fff;
}

.section-content {
    margin-bottom: 10px;
}

.section-content a {
    display: inline-block;
}

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

.section .block-overflow:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: 0px;
    left: -143px;
    right: auto;
    top: 0;
    border-width: 0 0 630px 143px;
    border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
    z-index: 2;
}

.section .block-overflow:after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    width: 8px;
    left: -52px;
    background-color: #007cc2;
    z-index: 3;
}

@media only screen and (min-width: 1200px) and (max-width: 1310px) {
    .section .block-overflow:after {
        left: -60px;
    }
}

@media only screen and (max-width: 1199px) {
    .section .block-overflow:after {
        left: -60px;
    }
}

.section .block-overflow h3 {
    font-size: 2.15em;
    margin-bottom: 24px;
}

.section .block-overflow p, .section .block-overflow a {
    font-size: 16px;
    line-height: 1.7em;
    color: #404041;
}

.section.main-img {
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 992px) and (max-width: 1310px) {

    .section .block-overflow p {
        font-size: 1.10em;
    }

    .section.main-img {
        height: 500px;
    }
}

.img-thumbnail {
    border-radius: 0;
    padding: 2px;
}

.footer {
    color: #007cc2;
    padding: 0 15px;
}

.footer a {
    color: #007cc2;
}

.footer-bottom {
    border-top: 1px solid #007cc2;
    padding-top: 21px;
}

.footer-top {
    padding-top: 23px;
    border-top: 1px solid #007cc2;
    margin-top: 15px;
    padding-bottom: 3px;
}

.footer ul {
    padding: 0;
}

.footer .footer-menu li {
    display: block;
    width: 33%;
    float: right;
}

.footer .footer-menu li a {
    text-transform: uppercase;
    padding: 2px 10px;
}

@media (min-width: 768px) {

    footer .footer-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto !important;
    }
}

.box-shadow {
    -webkit-box-shadow: 3px 4px 16px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 4px 16px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 4px 16px -1px rgba(0, 0, 0, 0.2);
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.footer a.site {
    display: inline-block;
    padding: 5px;
}

.main-navigation {
    margin-bottom: 0;
}

.main-navigation a .border {
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: -21px;
    background-color: inherit;
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.main-navigation li:hover .border, .main-navigation li.active .border {
    opacity: 1;
}

.main-navigation > li .dropdown {
    display: none;
    position: absolute;
    width: 200%;
    top: 100%;
    left: -50%;
    background: #fff;
    z-index: 9;
    border-width: 2px;
    border-style: solid;
}

.main-navigation > li:hover .dropdown {
    display: block;
}

.main-navigation > li .dropdown a {
    display: block;
    padding: 5px;
    text-align: center;
    color: #404041;
    font-weight: bold;
}

.main-navigation > li .dropdown li {
    border-bottom: 1px solid #000;
}

.main-navigation > li .dropdown li:last-child {
    border-bottom: none;
}

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

.category li {
    padding: 0;
}

.category li a {
    padding: 12px 15px;
    display: block;
}

.category li a {
    font-weight: bold;
    color: #fff;
}

.category-lightblue li.active, .category-lightblue li:hover {
    -webkit-box-shadow: inset 0px 0px 0px 5px #accfc9;
    -moz-box-shadow: inset 0px 0px 0px 5px #accfc9;
    box-shadow: inset 0px 0px 0px 5px #accfc9;
}

.category-yellow li.active, .category-yellow li:hover {
    -webkit-box-shadow: inset 0px 0px 0px 5px #fcaf17;
    -moz-box-shadow: inset 0px 0px 0px 5px #fcaf17;
    box-shadow: inset 0px 0px 0px 5px #fcaf17;
}

.category-orange li.active, .category-orange li:hover {
    -webkit-box-shadow: inset 0px 0px 0px 5px #f37021;
    -moz-box-shadow: inset 0px 0px 0px 5px #f37021;
    box-shadow: inset 0px 0px 0px 5px #f37021;
}

.category-pink li.active, .category-pink li:hover {
    -webkit-box-shadow: inset 0px 0px 0px 5px #d70071;
    -moz-box-shadow: inset 0px 0px 0px 5px #d70071;
    box-shadow: inset 0px 0px 0px 5px #d70071;
}

.category-green li.active, .category-green li:hover {
    -webkit-box-shadow: inset 0px 0px 0px 5px #c3c618;
    -moz-box-shadow: inset 0px 0px 0px 5px #c3c618;
    box-shadow: inset 0px 0px 0px 5px #c3c618;
}

.category-title {
    font-weight: bold;
    font-size: 1.86em;
}

.footer-logo img {
    margin-top: 7px;
}

.footer-logo.menu img {
    margin-top: 0;
}

.category-title .title {
    color: #fff;
    overflow: hidden;
    font-size: 0.62em;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    float: right;
    line-height: 40px;
}

.category-title .icon {
    margin-left: -10px;
    /*margin-top: -15px;*/
    width: 48px;
    height: 40px;
}

.category-title .icon.icon-book {
    background-position: 1px -255px;
}

.category-title .icon.icon-pencil {
    background-position: 9px -301px;
}

.category-title .icon.icon-puzzle {
    background-position: 5px -206px;
}

.category-title .icon.icon-love {
    background-position: 7px -158px;
}

.category-title .icon.icon-photo {
    background-position: 6px -116px;
}

.category-title .icon.icon-star {
    background-position: 8px -75px;
}

.category-title .icon.icon-hands {
    background-position: 1px -29px;
}

.category-title .icon.icon-envelope {
    background-position: 7px 9px;
}

.category-title .title-descr {
    padding-top: 15px;
}

.main {
    color: #404041;
}

.previous-book, .next-book {
    position: relative;
    color: #404041;
    padding-left: 10px;
    font-weight: normal;
}
.previous-book[disabled="disabled"],
.next-book[disabled="disabled"] {
    opacity: 0.6;
}

.separator {
    font-weight: normal;
}

.book-nav {
    display: inline-block;
    width: auto;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #404041;
    /*margin-top: 11px;*/
    /*position: absolute;*/
    /*left: 15px;*/;
}

.additional_links {
    padding-right: 20px;
    padding-left: 0;
}

.additional_links > img {
    margin-right: 0;
    width: 100%;
}

.additional_links > a {
    margin-top: 5px;
    margin-left: 8px;
}

.next-book {
    padding-left: 0;
    padding-right: 10px;
}

.previous-book:hover, .next-book:hover {
    color: #404041;
    text-decoration: underline;
}

.previous-book:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #d70071 transparent transparent;
}

.next-book:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #d70071;
}

.nav-tabs.nav-pink {
    border-collapse: collapse;
}

.book-facebook-share img {
    max-height: 20px;
    width: auto;
}

.nav-tabs.nav-pink > li > a {
    color: #d70071 !important;
    border: none !important;
    border-radius: 0;
    padding: 5px 15px;
    margin: 0;
}

.nav-pink {
    display: table;
    /*width: 100%*/;
}

.nav-pink li {
    float: none;
    display: table-cell;
    border: 1px solid #d70071;
}

.nav-pink li.active a, .nav-pink li.active, .nav-pink li.active a:active {
    color: #fff !important;
    font-weight: bold;
    background: #d70071 !important;
}

.tab-content > .tab-pane {
    padding: 20px 0;
}

.tab-content h3 {
    font-size: 1.13em;
}

.tab-content > .tab-pane, .tab-content > .tab-pane a {
    color: #404041;
}
@media (max-width: 991px) {
    .tab-content > .tab-pane {
        text-align: center;
    }
}

.tab-content > .tab-pane a:hover {
    text-decoration: underline;
}

/* .tab-content > .tab-pane p, .tab-content > .tab-pane a{

    font-size: 1.21em;

} */

.tab-content > .tab-pane .info {
    color: #404041;
    margin-bottom: 10px;
}

.section.section-book {
    min-height: 0;
}

.section > a {
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.section.section-book a {
    color: #fff;
}

.section.section-book h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

h4.title {
    border-bottom: 1px solid #d70071;
    padding-bottom: 10px;
}

ul.list li a {
    padding-right: 15px;
    text-decoration: underline;
    position: relative;
    display: inline-block;
}

ul.list li a:before {
    content: '>';
    color: #d70071;
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 1;
}

.list-salons li {
    border: none;
}

.or {
    font-size: 1.857em;
    font-weight: bold;
    line-height: 2;
}

.page-template-template-videos h4.title {
    margin-top: 30px;
}

.list-video iframe {
    margin-left: 20px;
}

.video-detail {
    color: #404041;
}

.list-video li {
    margin-bottom: 30px;
    overflow: hidden;
}

.list-video li.active iframe {
    border: 5px solid #007cc2;
}

.dl-horizontal dt {
    float: right;
    line-height: 2;
    width: auto;
}

.dl-horizontal dd {
    margin-left: 0;
    margin-right: 0;
    line-height: 2;
}

.contact-info .note {
    font-size: 14px;
}

.contact-info-p {
    line-height: 1.9;
}

.contact-info .dl-horizontal {
    margin-top: -12px;
}

.contact-info .dl-horizontal dt {
    line-height: 2.3;
}

.contact-info .dl-horizontal dd {
    line-height: 2.3;
}

.contact-header {
    font-size: 16px;
    line-height: 200%;
}

/*
.contact-info form{

    background: #007cc2;

    padding: 28px 15px;

    color: #fff;

}
.contact-info form .form-group{
    margin-bottom: 21px;
}
.contact-info form.form-horizontal .control-label{
    padding-top: 2px;
}
.contact-info form label{

    font-weight: normal;

}

.contact-info form button[type="submit"]{

    font-weight: bold;

    color: #007cc2;
    padding: 0 8px;
    font-size: 1em;

}

.contact-info form input, .contact-info form textarea{

    background: transparent;

    border: 1px solid #fff;



}

.contact-info form textarea{

    resize: none;

}
*/

.icons-home {
    background: url(../img/icons-home.png) no-repeat 0px 0px;
    background-size: 22px;
    width: 30px;
    height: 30px;
    display: block;
}

.icons-home.search {
    background-position: 3px 4px;
}

.icons-home.home {
    background-position: 3px -50px;
}

.header-menu-mobile {
    position: absolute;
    top: 100%;
    z-index: 99999;
    padding: 5px;
    transition: all 1s;
    -webkit-transition: all 1s;
    left: -225px;
    background-color: transparent;
}

.header-menu-mobile.opened {
    left: 0;
}

.header-menu-mobile ul.dropdown {
    background: rgba(230, 230, 230, 0.5);
    padding: 0 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-height: 0;
    overflow: hidden;
}

.header-menu-mobile li.opened ul.dropdown {
    max-height: 1000px;
}

.header-menu-mobile ul.dropdown.opened {
    border-top: 1px solid #007cc2;
    max-height: 1000px;
}

.header-menu-mobile ul.dropdown li {
    padding: 5px 0;
}

.header-menu-mobile > ul {
    background: #fff;
    margin-bottom: 0;
    padding: 5px;
    width: 240px;
    text-align: left;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.header-menu-mobile a {
    color: #404041;
}

.header-menu-mobile > ul > li > a {
    font-weight: bold;
    display: block;
    padding: 5px 0;
}

.header-menu-mobile > ul > li {
    border-top: 1px solid #007cc2;
    position: relative;
}

.header-menu-mobile > ul > li:before {
    position: absolute;
    content: '';
    right: 15px;
    width: 0;
    top: 13px;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #007cc2 transparent transparent transparent;
}

.header-menu-mobile > ul > li.opened:after {
    position: absolute;
    content: '';
    right: 15px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #007cc2 transparent;
}

.header-menu-mobile > ul > li.opened:before {
    content: none;
}

.header-menu-mobile > ul > li:first-child {
    border-top: none;
}

.btn-toggle {
    opacity: 1;
    display: block;
    width: 40px;
    height: 42px;
    position: absolute;
    right: -40px;
    background: url(../img/btn-toggle.png) no-repeat center #007cc2;
    /*background-size: 20px;*/
    /*background-position-x: 6px;*/
    top: 0;
    cursor: pointer;
    z-index: 99;
}

.header-menu-mobile.opened {
    left: 15px;
    background: rgba(0, 125, 195, 1);
}
.header-menu-mobile.opened > ul {
    opacity: 1;
}

.connected-carousels {
    margin-bottom: 20px;
}

.connected-carousels .navigation {
    border-top: 1px solid #d70071;
}

.connected-carousels .carousel-navigation {
    padding: 5px 0 5px;
}

.carousel-title {
    text-align: center;
}

#home-right-block .pj-post-content {
    padding-right: 0;
    margin-top: 0;
    font-size: 1em;
}

@media (max-width: 991px) {

    header {
        margin: 0 -15px;
    }

    .container {
        width: 100%;
    }

    .main-navigation > li > a {
        font-size: 14px;
        display: block;
        margin: 4px 0 0;
        width: 100%;
        padding: 10px 0;
        table-layout: fixed;
        color: #fff;
    }

    .main-navigation > li:nth-child(odd) {
        padding-right: 2px;
    }

    .main-navigation > li:first-child:nth-child(odd),
    .main-navigation > li:last-child:nth-child(odd) {
        padding-right: 2px;
    }

    .main-navigation > li:nth-child(even) {
        padding-left: 2px;
    }

    .main-navigation > li:first-child:nth-child(even),
    .main-navigation > li:last-child:nth-child(even) {
        padding-left: 2px;
    }

    .main-navigation .icon + span.name {
        display: block;
        width: 100%;
        height: auto;
        color: #fff;
    }

    .main-navigation .icon, .main-navigation > li > a:after, .main-navigation > li > a:before {
        display: none;
    }

    .main-navigation > li, .main-navigation > li:last-child, .main-navigation > li:first-child {
        width: 50%;
        padding: 1px;
    }

    .main-navigation {
        background: #fff;
        margin-bottom: 0;
        margin-right: 0;
        padding: 2px;
        transform: rotate(180deg);
    }

    .main-navigation > li {
        transform: rotate(-180deg);
        float: right;
    }

    .header-navigation {
        padding: 9px 5px 0 9px;
    }

    .header-navigation a, .header-navigation form {
        max-width: 162px;
        color: #fff;
    }

    .section.main-img {
        height: 115px;
        margin-bottom: 15px;
    }

    .section .block-overflow:before, .section .block-overflow:after {
        content: none;
    }

    .section .block-overflow {
        width: 100%;
        top: auto;
        background: rgba(255, 255, 255, 0.7);
    }

    section .bx-wrapper {
        padding: 4px;
    }

    .section .block-overflow h3 {
        font-weight: normal;
        font-size: 28px;
        padding: 0 20px;
        text-align: center;
        margin: 0px !important;
        line-height: 34px;
    }

    a.site-navigation img {
        max-width: 67%;
        height: auto;
    }

    .mobile-slider-descr {
        color: #000;
        text-align: center;
        padding: 0 20px;
    }

    .mobile-slider-descr a {
        color: #000;
        font-weight: bold;
    }

    .logo-container {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .logo img {
        max-width: 280px;
        margin: 15px 0;
    }

    .header-navigation a:not(.menu-logo) {
        margin: 0 0 8px 3px;
    }

    .category-title {
        margin-bottom: 0;
    }

    a.site-navigation {
    }

    a.icon-navigation {
        background: #fff;
        color: #007DC3;
        margin-bottom: 5px;
    }

    .main-navigation > li .dropdown {
        display: none;
        left: 5px;
        width: 286px;
    }

    .main-navigation > li:hover .dropdown {
        display: none;
    }

    .main-navigation a .border {
        bottom: -11px;
        display: none;
    }

    #mobile-menu ul li:nth-child(5) ul > a {
        display: none;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 100;
        display: none;
    }

    .overlay.opened {
        display: block;
    }

    body > .container {
        padding: 0;
    }

    .home .main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .single-album .main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main {
        /*padding-left: 30px;
        padding-right: 30px;*/
    }

    .body-wrapper > .container {
        padding: 0;
    }

    .icon-triangle.blue {
        border-width: 5px 5px 5px 0;
    }

    #home-right-block .section-title,
    #home-left-block .section-title {
        margin-bottom: 0;
    }

    #home-left-block .section-content {
        margin-top: 10px;
    }

    #home-right-block .pj-post-content {
        margin-top: 10px;
        padding: 0 5px;
    }

    #home-left-block a,
    #home-right-block a {
        font-weight: bold;
        bottom: 20px;
    }

    .news {
        padding: 5px 15px 0px 15px;
    }

    li.pj-post-content {
        padding: 10px 0 10px;
    }

    .section > a {
        right: 17px;
    }

    .footer ul {
        /*text-align: center;*/
        margin-bottom: 0;
        line-height: 14px;
    }

    .footer-bottom * {
        text-align: right !important;
    }

    .footer-top {
        padding-top: 5px;
    }

    .footer a {
        font-size: 14px;
    }

    .footer-bottom {
        padding-top: 10px;
        padding-bottom: 25px;
    }

    .category-title .title {
        padding-top: 10px;
        padding-bottom: 10px;
        float: none;
        margin: 0 -15px;
        font-size: 0.72em;
    }

    .footer-logo img {
        margin-top: 8px;
        padding: 0 15px;
        /*padding-left: 28px;*/;
    }

    .footer-logo.menu img {
        margin-top: 0;
    }

    .top-categories li a {
        height: auto;
        padding: 10px;
    }

    .wrapper {
        padding: 0;
    }

    .books .section {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 250px;
    }

    .books h4.section-title {
        margin-bottom: 5px;
    }

    .section-content a {
        margin-top: 0;
    }

    .single-book .tab-content .tab-pane > div > h3 {
        margin-top: 0;
    }

    .previous-book, .next-book {
        display: inline-block;
        /*text-indent: -99999px;*/
        /*width: 10px;*/;
    }

    /*.previous-book span, .next-book span {
        display: none;
    }*/

    .book-nav {
        /*margin-top: 8px;*/;
    }

    .previous-book {
        padding-left: 15px;
    }
    .previous-book:before {
        /*border-color: transparent #007cc2 transparent transparent;*/
        border-width: 6px 8px 6px 0;
    }

    .next-book:before {
        /*border-color: transparent transparent transparent #007cc2;*/
        border-width: 6px 0 6px 8px;
        right: -15px;
    }

    .book-list .section-content .row div {
        float: right;
        width: 50%;
    }

    /*.section-content .book-thumb {
        height: 150px !important;
        width: 90% !important;
        background-position: center;
    }*/

    #home-right-block .section-content .book-thumb {
        height: 240px !important;
        width: 100% !important;
        margin-top: 10px;
    }

    #home-left-block .section, #home-right-block .section {
        /*min-height: 320px;*/
    }

    .or {
        text-indent: -9999px;
        line-height: 20px;
    }

    .category-title .title-descr {
        padding: 10px 15px 10px 0px;
        font-size: 0.72em;
    }

    hr {
        margin: 20px 100px;
    }

    .col-md-5 hr:last-child {
        display: none;
    }

    .footer ul li {
        line-height: 1;
        display: block;
    }

    .footer-top-bottom {
        margin: 15px 0 15px 0;
    }

    .footer a.site {
        margin-top: 4px;
    }

    .footer a.facebook {
        display: inline-block;
        margin-top: 8px;
    }

    .category-title .title {
        line-height: 22px;
        padding-right: 30px;
        /*margin-top: 5px;*/;
    }

    .additional_links {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 10px;
    }

    .next-book {
        padding-right: 0;
    }

    .category-book-detail {
        margin-bottom: 0;
    }

    .nav-tabs.nav-pink > li > a {
        padding: 10px 5px;
        font-size: 12px;
        text-align: center;
    }

    .book-thumb-sm {
        float: initial !important;
        margin-left: auto;
        margin-right: auto;
    }

    .recommended-videos {
        margin-top: 40px;
    }

    .recommended-links {
        margin-top: 0px;
    }

    .single-book .news {
        margin-top: 0;
    }

    .footer {
        padding: 0 5px;
    }

    .nav-pink {
        width: 100%;
    }

    .tab-margin {
        /*margin-left: -10px;
        margin-right: -10px;*/
    }

    .filters-radio {
        margin-right: -5px;
        margin-left: -5px;
        padding: 0;
        background: transparent;
    }

    .filters-radio > label {
        padding: 0;
        width: 46%;
        background: #fff;
    }

    .connected-carousels .carousel-navigation li img {
        width: 105px;
        height: auto;
    }

    .connected-carousels .carousel-navigation {
        height: auto;
    }

    .connected-carousels.active .carousel-navigation li.active img {
        width: 100px;
    }

    .connected-carousels .carousel-stage {
        max-height: 240px;
    }

    .jcarousel li {
        overflow: hidden;
    }

    .jcarousel img {
        /* height: 300px!important; */
        width: auto;
    }

    .carousel-title {
        font-size: 1em;
        padding: 2px;
    }

    .wrapper-delimeter {
        margin-bottom: -10px;
    }

    .connected-carousels .navigation {
        margin-top: 20px;
    }

    .connected-carousels .prev-navigation, .connected-carousels .next-navigation {
        border-width: 10px 0 10px 10px;
    }

    .connected-carousels .prev-navigation {
        border-width: 10px 10px 10px 0;
    }

    .list-video iframe {
        max-width: 230px;
    }

    #video-page-lists {
        margin-top: 20px;
    }

    .wpcf7-form {
        width: 100% !important;
    }

    .contact-info {
        font-size: 14px;
    }

    .contact-info .margin-bottom-40 {
        margin-bottom: 15px !important;
    }

    .contact-info form {
        padding: 5px 25px 10px;
    }

    .filters {
        background: #007cc2;
        padding: 15px 23px;
        margin-bottom: 15px;
    }

    .section-content .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    #wpcf7-f326-p165-o1 {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {

    .main-navigation > li, .main-navigation > li:last-child, .main-navigation > li:first-child {
        width: 50%;
    }

    .tab-content img {
        width: 100%;
    }

    .book-img {
        width: 100%;
        max-width: none;
    }
}

/**********************
Edited for theme support
Edited by HB
********************/

/*img {
    max-width: 100%;
    height: auto;
}*/
/*.main-img-slider {
    text-align: right;
}*/

.bxslider li {
    display: none;
}

.list-video iframe {
    /*margin-left: 0;*/
    min-width: 230px;
    min-height: 150px;
}

.video-detail a {
    color: #404041;
    display: block;
    overflow: hidden;
    font-size: 16px;
}

@media(max-width: 767px){
    .list-video iframe {
        width: 100%;
        max-width: 100%;
        min-height: 400px;
        float: none !important;
    }
    .video-detail {
        width: 100%;
    }
}
@media(max-width: 479px){
    .list-video iframe {
        min-height: 320px;
    }
}

.footer-widget p {
    margin-bottom: 5px;
}

.additional_links {
    max-width: 310px;
}

/*.header-menu-mobile ul li:nth-child(2) ul > a,
.header-menu-mobile ul li:nth-child(8) ul > a {
    display: none;
}*/

/*
.embed-container {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.embed-container object,
.embed-container embed,
.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/

.has-fullwidth-iframe iframe {
    width: 100%;
}

.search-title {
    margin-bottom: 20px;
}

.search-title a {
    display: block;
    color: #666666;
}

.search-title a:hover {
    color: #333333;
}

.top-categories li a {
    color: #ffffff;
}

.pj-latest-news {
}

.news-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.pj-latest-news:last-child .news-content {
    border-bottom: 0px solid;
}

.tab-content > .tab-pane a {
    color: #007cc2;
}

.pj-post-content > h4 {
    margin-top: 0;
}

.pj-post-content img {
    max-width: 100%;
    height: auto;
}

.book-list .pj-post-content {
    padding-right: 0;
}

/*
justified gallery
*/
/* adjust according to margins in js */
.photo-grid-container {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
}
.wp-caption {
    max-width: 100%;
    height: auto;
}

.tab-excerpt-link {
    color: #ffffff !important;
}
.single-book .family_trimmed_sc,
.single-book .salons_trimmed_sc {
    padding-bottom: 30px;
}
.single-book .section-content .tab-excerpt-link {
    margin-top: 0;
    display: inline-block;
    position: absolute;
    bottom: 25px;
}
@media (max-width: 991px){
    .single-book .section-content .tab-excerpt-link {
        position: relative;
        bottom: auto;
    }
}

.news-time {
    font-size: 12px;
    opacity: 0.9;
}

.news-content a {
    font-weight: 700;
    text-decoration: underline;
}

a {
    max-width: 100%;
    height: auto;
}

.section.section-book .pdf_link {
    text-align: left;
    float: left;
    font-style: normal;
}

.section.section-book a {
    color: #fff;
}

.books .book-sort-title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.books .book-list .img-thumbnail {
    max-height: 200px;
}

.section .block-overflow h3 {
    margin-top: 15px;
}

.ui-selectmenu-button {
    width: 100% !important;
}

.pj-top-notice-bar {
    text-align: center;
    background: rgba(0, 125, 195, 0.19);
}

.pj-top-notice-bar p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pj-top-notice-bar p a {
    display: inline-block;
    color: #ffffff;
    text-decoration: underline;
}

/*
jCarousel Fix
*/
.connected-carousels .carousel li {
    overflow: hidden;
}
.connected-carousels .carousel-navigation li {
    cursor: pointer;
}
.jcarousel li {
    position: relative;
}
.jcarousel img {
    display: block;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.connected-carousels .carousel-navigation li img {
    display: block;
    border: 5px solid #fff;
    width: auto;
}
.connected-carousels.active .carousel-navigation li.active img {
    -webkit-box-shadow: inset 0px 0px 0px 5px #007cc2;
    -moz-box-shadow: inset 0px 0px 0px 5px #007cc2;
    box-shadow: inset 0px 0px 0px 5px #007cc2;
    padding: 5px;
}
.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #007cc2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.connected-carousels .carousel-navigation {
    height: 140px;
    padding: 0 0 10px;
    width: 100%;
    background: #fff;
}
.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}
.connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: 1;
}
.connected-carousels .navigation {
    width: 100%;
    padding: 10px 30px 0 30px;
    position: relative;
    border-bottom: 1px solid #d70071;
    border-top: 1px solid #d70071;
}
.connected-carousels .carousel li {
    float: right;
}
.connected-carousels .prev-navigation {
    right: 0;
    left: auto;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #007cc2;
}
.connected-carousels .next-navigation {
    left: 0;
    right: auto;
    border-width: 16px 16px 16px 0;
    border-color: transparent #007cc2 transparent transparent;
}
.connected-carousels .carousel-navigation li img {
    max-height: 130px;
}
.connected-carousels .jcarousel-wrapper {
    overflow: hidden;
    border: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.carousel-title {
    position: absolute;
    width: 96%;
    background: rgba(255, 255, 255, 0.79);
    bottom: 2%;
    left: 2%;
    padding: 7px;
    font-size: 1.14em;
}

.min-height-150px {
    min-height: 150px;
}

.single-book .recommended-links li a {
    color: #404041;
    line-height: 32px;
}

/*
gallery
*/
.jq-item .imageLightbox {
    transition: opacity 700ms;
}
.jq-item .imageLightbox:hover {}
.jg-item .caption-hover {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.85);
    opacity: 0;
    transition: opacity 700ms;
}
.jg-item:hover .caption-hover {
    opacity: 1;
}
.jg-item .caption-hover .caption {
    display: inline-block;
    width: 66%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}
.jg-item .caption-hover .fb-share {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    text-align: left;
}
.jg-item .caption-hover .fb-share img {
    max-height: 20px;
    vertical-align: middle;
}
.jg-item .caption-hover .attc-link {
    position: absolute;
    top: 5px;
    left: 68px;
}
.jg-item .caption-hover .attc-link img {
    height: 20px;
    width: 20px;
}
.justified-gallery>div>.caption.caption-visible {
    display: none !important;
}

/*
pagination
*/
.pagination {}
.pagination .page-numbers {
    display: inline-block;
    padding: 4px 11px;
    margin-left: 10px;
    min-width: 26px;
    line-height: 22px;
    background-color: #fcaf17;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}
.pagination .page-numbers.current {
    background-color: #414141;
    color: #ffffff;
}

/**
 * 11.4 - Comments
 */

.comments-area {
    margin: 3em 0 2em;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.75em;
}
.comments-title,
.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-family: Tahoma, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em;
}
.comments-title {
    margin-bottom: 1.217391304em;
}
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0;
}
.comment-list .children {
    list-style: none;
    margin: 0;
}
.comment-list .children > li {
    padding-left: 0.875em;
}
.comment-author {
    color: #1a1a1a;
    margin-bottom: 0.4375em;
}
.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 0.875em;
    position: relative;
    width: 28px;
}
.bypostauthor > article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px;
}
.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-family: Tahoma, serif;
    font-size: 14px;
    line-height: 1.6153846154;
}
.comment-metadata {
    margin-bottom: 2.1538461538em;
}
.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #007acc;
}
.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}
.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}
.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}
.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-family: Tahoma, serif;
    font-size: 14px;
    line-height: 1;
    margin-top: 2.1538461538em;
    padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #007acc;
    outline: 0;
}
.comment-form {
    padding-top: 1.75em;
}
.comment-form label {
    color: #686868;
    display: block;
    font-family: Tahoma, serif;
    font-size: 14px;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}
.comment-list .comment-form {
    padding-bottom: 1.75em;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 14px;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em;
}
.no-comments {
    border-top: 1px solid #d1d1d1;
    font-family: Tahoma, serif;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em;
}
.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}
.form-allowed-tags code {
    font-family: Tahoma, serif;
}
.form-submit {
    margin-bottom: 0;
}
.required {
    color: #007acc;
    font-family: Tahoma, serif;
}
.comment-reply-title small {
    font-size: 100%;
}
.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #1a1a1a;
}
.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px;
}
.comments-title, .comment-reply-title {
    border-top: 0;
}
.comment-meta {
    margin-bottom: 10px;
}
.comment-reply-link {
    margin-top: 0;
}
.comment-body {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.comment-body > p {
    margin-bottom: 15px;
}
.comments-title {
    padding-top: 0;
    margin-bottom: 0;
}
.comment-reply-title {
    padding-top: 0;
    margin-top: 0;
}
.comment-form {
    padding-top: 10px;
}
.logged-in-as {
    margin-bottom: 15px;
}

/*
imagelightbox
*/
.imagelightbox-arrow {
    border: 0;
}
.imagelightbox-arrow:focus {
    outline: 0;
}

/*
Contact Form 7
*/
.wpcf7:before, .wpcf7:after {
    display: table;
    content: " ";
}

.wpcf7:after {
    clear: both;
}

.wpcf7-form {
    padding: 30px;
    float: left;
    width: 100%;
    background-color: #f3f3f3;
    color: #fff;
}

.wpcf7-form .wpcf7-text {
    color: #555;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
}

.wpcf7-form .wpcf7-textarea {
    color: #555;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.wpcf7-submit {
    float: left;
    color: #555;
}

span.wpcf7-not-valid-tip {
    color: #fcaf17;
}

img.ajax-loader::before,
img.ajax-loader::after {
    content: "loading...";
}

.wpcf7-form a {
    color: white;
    text-decoration: underline;
}

#wpcf7-f1205-p1206-o1 .wpcf7-form {
    width: 100%;
}

#wpcf7-f1205-p1206-o1 textarea {
    height: 50px;
}

/*
WordPress Default CSS
*/
.alignleft {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .main-navigation > li .dropdown {
        left: 0;
        width: 100%;
    }

    .jcarousel img {
        height: 200px !important;
    }
}

@media (max-width: 319px) {
    .logo img {
        /*max-width: 150px;*/;
    }

    .main-navigation > li > a {
        font-size: 13px;
    }

    .header-menu-mobile > ul, .main-navigation > li .dropdown {
        /*width: 200px;*/;
    }

    .header-menu-mobile {
        left: -240px;
    }

    .category-title .title-descr, .category-title .title {
        font-size: 0.52em;
    }
}

/**********
Written by Hasnat
**************************/
.clear {
    clear: both;
}

/*header top bar */
.header-topbar {
    margin-top: 10px;
}

.header-topbar a {
    display: inline-block;
    padding: 3px 9px;
    background-color: #ffffff;
    max-width: 160px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 28px;
}

.header-topbar .header-left-navigation {
    width: 37%;
}

.header-topbar .header-right-navigation {
    width: 37%;
}

.header-topbar .header-left-navigation a,
.header-topbar .header-right-navigation a {
    margin-left: 10px;
    border-radius: 2px;
    max-height: 34px;
}
.header-topbar .header-left-navigation a {
    min-width: 46px;
    text-align: center;
}

.header-topbar a img {
    max-height: 28px;
}

.header-topbar .header-right-navigation a:last-child,
.header-topbar .header-left-navigation a:last-child {
    margin-left: 0;
}

.header-topbar #searchform {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.header-topbar #searchform #s {
    height: 34px;
    width: 120px;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-topbar ::-webkit-input-placeholder {
    color: #007cc2;
}
.header-topbar :-moz-placeholder { /* Firefox 18- */
    color: #007cc2;
}
.header-topbar ::-moz-placeholder {  /* Firefox 19+ */
    color: #007cc2;
}
.header-topbar :-ms-input-placeholder {
    color: #007cc2;
}

@media (min-width: 1200px) {
    .header-topbar #searchform #s {
        width: auto;
    }
}

.header-topbar #searchform .icon-triangle {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #007cc2 transparent transparent;
}

.header-topbar .sifriyat-pajama-link {
    line-height: 14px;
    font-size: 12px;
    text-align: center;
}
.header-topbar img {
    image-rendering: -webkit-optimize-contrast;
}
.header-topbar .facebook-link {
    padding: 0 3px 0 3px;
    line-height: 38px;
    overflow: hidden;
}
.header-topbar .facebook-link img {
    max-height: initial;
}

.logo-container img {
    image-rendering: -webkit-optimize-contrast;
}

/* main nav */
.main-nav {
    margin-bottom: 20px;
}

.main-nav li {
    display: block;
    width: 13.285714%;
    float: left;
    text-align: center;
    margin-right: 1.166667%;
}

.main-nav li:last-child {
    margin-right: 0;
}

.main-nav li a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    height: 40px;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    text-transform: uppercase;
}

.main-nav li a span {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

.main-nav li {
    float: right;
    margin-right: 0;
    margin-left: 1.166667%;
}
.main-nav li:last-child {
    margin-left: 0;
}
.main-nav li a {}

/********
Home Page
***********/
/* home banner */
.banner-container {
    padding: 0 0 60px;
    transform: scale(0.75);
    margin-top: -40px;
}
@media (max-width: 767px){
    .banner-container {
        transform: none;
        margin-top: 0;
    }
}
.banner-container .first-block {}

.banner-container .first-block img {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #accfc8;
}

.banner-container .second-block {
    z-index: 5;
}

.banner-container .second-block img {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #ffffff;
    -webkit-transform: scale(1.4,1.4);
    -moz-transform: scale(1.4,1.4);
    -ms-transform: scale(1.4,1.4);
    -o-transform: scale(1.4,1.4);
    transform: scale(1.4,1.4);
}

.banner-container .third-block {}

.banner-container .third-block .circle {
    border: 4px solid #accfc8;
    width: 380px;
    height: 380px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.banner-container .third-block .circle p {
    width: 245px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-container .third-block .circle p a {
    display: block;
    clear: both;
    font-size: 14px;
    margin-top: 5px;
    color: #333333;
}

@media (min-width: 992px){
    .banner-container .first-block img {
        transform: scale(0.9,0.9);
    }
    .banner-container .second-block img {
        margin-right: -5%;
    }
    .banner-container .third-block .circle {
        width: 305px;
        height: 305px;
        margin-right: -5%;
        margin-top: 0;
    }
    .banner-container .third-block .circle p {
        font-size: 18px;
        width: 200px;
    }
}
@media (min-width: 1200px){
    .banner-container .first-block img {
        transform: scale(0.9,0.9);
    }
    .banner-container .second-block img {
        margin-right: -5%;
    }
    .banner-container .third-block .circle {
        width: 360px;
        height: 360px;
        margin-right: -5%;
    }
    .banner-container .third-block .circle p {
        font-size: 20px;
        width: 220px;
    }
}
@media (min-width: 1310px){
    .banner-container .third-block .circle {
        width: 380px;
        height: 380px;
        margin-right: -5%;
        margin-top: 2%;
    }
    .banner-container .third-block .circle p {
        font-size: 22px;
        width: 245px;
    }
}
@media (max-width: 991px) {
    .banner-container {
        padding: 30px 0 45px;
    }
    .banner-container .first-block img {
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        transform: scale(1,1);
        margin-top: 0;
        margin-right: 30%;
        width: 70%;
        position: relative;
        top: 30%;
    }
    .banner-container .second-block img {
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1);
        margin-right: -30%;
    }
    .banner-container .third-block .circle {
        border: 0;
        width: 100%;
        max-width: 320px;
        height: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .banner-container .third-block .circle p {
        font-size: 18px;
        width: auto;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 361px){
    .banner-container .third-block .circle p {
        font-size: 15px;
    }
}

/* parents, community blog */
.parents-page .bg-header {
    font-weight: 400;
    font-size: 34px;
}
.parents-page .editor-content p {
    line-height: 1.4;
}

.buttons-container {
    margin-bottom: 0;
}
.buttons-container .button {
    min-width: 220px;
    font-weight: 400;
    padding: 9px 20px;
}

@media (max-width: 991px){
    .buttons-container {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px){
    .buttons-container .button {
        min-width: 140px;
        font-weight: 700;
        padding: 7px 10px;
        font-size: 13px;
    }
}
@media (max-width: 479px){
    .buttons-container .col-xs-6 {
     /*   width: 100% */
    }
}

/* book of month */
.book-of-month-section {
    margin-bottom: 70px;
}

.book-of-month-section h4 {
    margin: 0;
    padding: 12px 0;
    font-size: 1.15em;
    color: #333333;
    text-align: center;
}

.book-of-month-section .botm-title {
    margin: 0;
    padding: 15px 0;
    background-color: #007cc2;
    color: #ffffff;
    font-size: 1.25em;
    text-align: center;
}

.book-of-month-section .book-block {
    position: relative;
    padding-right: 46px;
}

@media (max-width: 767px) {
    /*.book-of-month-section .first-grade {
        margin-bottom: 15px;
    }
    .book-of-month-section .prek {
        margin-bottom: 15px;
    }*/
}

.book-of-month-section .book-block > a {
    display: block;
}

.book-of-month-section .book-block .vertical-text {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 41px;
    overflow: hidden;
    white-space: nowrap;
}

.book-of-month-section .book-block .vertical-text h4 {
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 41px;
    margin: auto;
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 767px) {
    .book-of-month-section .botm-title {
        padding: 10px 0;
    }
    .book-of-month-section h4 {
        padding: 10px 0;
    }
    .book-of-month-section .book-block {
        padding-right: 38px;
    }
    .book-of-month-section .book-block .vertical-text {
        width: 33px;
    }
    .book-of-month-section .book-block .vertical-text h4 {
        height: 33px;
        padding: 8px 0;
    }
}

.book-of-month-section .book-thumb {
    position: relative;
    padding-top: 108.69565%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.book-of-month-section .book-thumb img {
    display: none;
}

.book-of-month-section .book-thumb h4 {
    position: absolute;
    right: 46px;
    left: 0;
    margin-top: 41px;
}

.home .video-section,
.home .section {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home .section-content {
    overflow: hidden;
    /*border: 6px solid #007cc2;*/;
}
.home .section-content.has-full-video {
    border: 8px solid #007cc2;
}

.home .has-full-video iframe {
    width: 100%;
    height: 288px;
    border: 0;
    vertical-align: middle;
}

.home .section .section-title {
    margin: 0 0 10px 0;
    padding: 15px 0;
    font-size: 1.25em;
    color: #ffffff;
    text-align: center;
}
.home .section .section-title span {
    display: inline-block;
    width: 67%;
    line-height: 24px;
}

.video-news-container .news-section .section-content {
    border: 8px solid #007cc2;
    padding: 15px;
}

@media (min-width: 1200px) {
    .home .external-book-section {
        width: 20%;
        float: right;
    }
    .home .external-book-section a {
        display: block;
    }
    .home .video-news-container {
        width: 100%;
        float: right;
    }
    .video-news-container .news-section {
        float: right;
        width: 48%;
    }
    .video-news-container .news-section .section-content {
        min-height: 305px;
    }

    .video-news-container .video-section {
        float: left;
        width: 48%;
    }
    .external-book-section .book-thumb {
        max-height: 252px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) and (max-width: 1309px){
    .external-book-section .book-thumb img {
        height: 252px;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .home .has-full-video iframe {
        height: 430px;
    }
}
@media (max-width: 767px){
    .home .has-full-video iframe {
        height: 300px;
    }
}
@media (max-width: 479px){
    .home .has-full-video iframe {
        height: 260px;
    }
}

.home .whats-new {
    margin: 0;
    padding: 0;
    color: #333333;
    list-style-type: none;
}

.home .whats-new li {
    position: relative;
    padding-right: 16px !important;
    padding-bottom: 10px;
    /*margin-bottom: 16px !important;*/
}

/*
smartmarquee
*/
.marquee, .smartmarquee {
    position: relative;
    overflow: hidden;
    height: 240px;
}
.smartmarquee .smartmarquee_list { position: absolute; }

.home .whats-new li::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 8px;
    height: 8px;
    background-color: #fcaf17;
}

.home .whats-new li a {
    color: #333333;
    display: inline-block;
    margin-top: 0;
    font-size: 1.1em;
    font-weight: 500;
}

.home .whats-new li a p {
    margin-bottom: 0;
    font-weight: 500;
}

.home #site-sidebar .section-title {
    padding: 12px 12px;
    line-height: 1.45em;
}

.home #site-sidebar .book-title {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 41px;
    padding: 12px 0;
    text-align: center;
    font-size: 1.15em;
}

/* about us staff */
.sidebar-menu,
.link-group {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-menu li,
.link-group li {
}

.sidebar-menu li a,
.link-group li a {
    display: block;
    padding: 10px 15px;
    background-color: #f3f3f3;
    color: #414141;
    font-weight: 400;
    border-bottom: 1px solid #e9e9e9;
}

.sidebar-menu li.current-menu-item a,
.link-group li a.active {
    background-color: #fcaf17;
    color: #ffffff;
}

.sidebar-menu li:last-child a,
.link-group li:last-child a {
    border-bottom: 0;
}

.single-book-sidemenu li.current-menu-item a {
    background-color: #d70071;
    color: #ffffff;
}

.book-item .no-thumb-title {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}
.book-item .nt-book-auth {
    position: absolute;
    top: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

/* breadcumb */
.breadcumb {
    padding: 10px 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.breadcumb a {
    color: #ffffff;
}

/*
different sidebar link
*/
.aboutus-sidemenu li.current-menu-item a {
    background-color: #fcaf17;
}
.books-sidemenu li.current-menu-item a {
    background-color: #d70071;
}
.press-sidemenu li.current-menu-item a {
    background-color: #f37021;
}
.our-staff-sidemenu li.current-menu-item a {
    background-color: #fcaf17;
}
.parents-community-sidemenu li.current-menu-item a {
    background-color: #accfc9;
}
.gallery-sidemenu li.current-menu-item a {
    background-color: #f37021;
}
.contact-us-sidemenu li.current-menu-item a {
    background-color: #d70071;
}

/* make active for single menu */
/*.single .sidebar-menu .single-post-active a {
    background-color: #fcaf17;
    color: #ffffff;
}*/

.page-side-imgs {
    text-align: center;
}
.page-side-imgs .img1 {
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}
.page-side-imgs .img2 {
    z-index: 2;
}

@media (max-width: 991px){
    .page-side-imgs {
        position: relative;
    }
    .page-side-imgs .img-circle.img1 {
        width: 50%;
        margin-bottom: 0;
        margin-right: -25%;
    }
    .page-side-imgs .img-circle.img2 {
        z-index: 2;
        width: 30%;
        position: absolute;
        bottom: 10%;
        margin-right: -5%;
    }
}

/* first second grade books */
.ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.color-white-i {
    color: #ffffff !important;
}

.md-bg-header {
    margin: 0 0 15px 0;
    padding: 12px 10px;
    font-size: 1.15em;
    color: #ffffff;
    text-align: center;
}

.md-bg-header.color-grey {
    color: #414141;
}

.book-list-filter {}
.book-list-filter select {
    width: 100%;
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    min-height: 41px;
    line-height: 41px;
    background-color: #f3f3f3;
    border-color: #414141;
}

.selectric-wrapper .label {
    margin: 0 5px 0 38px;
    text-align: initial;
    font-size: 14px;
    line-height: 36px;
}
.selectric .button {
    right: auto;
    left: 0;
}

.book-list-filter .selectric-wrapper .selectric .button:after {
    top: 13px;
    border: 10px solid transparent;
    border-top-color: #414141;
}
.book-list-filter .selectric-wrapper .selectric-items ul,
.book-list-filter .selectric-wrapper .selectric-items li {
    font-size: 14px;
}

.album-gallery-filter .selectric-wrapper {
    width: 100%;
}

@media (min-width: 768px) {
    .book-list-filter select {
        width: 75%;
    }
    .book-list-filter .selectric-wrapper {
        width: 75%;
        display: inline-block;
        vertical-align: middle;
        text-align: initial;
    }
    .album-gallery-filter .selectric-wrapper {
        width: 100%;
    }
}

.book-list-filter select:focus {
    outline: 0;
}

.book-list-filter select option {
    font-size: 14px;
}

.album-gallery-filter select {
    width: 100%;
    border-color: #414141;
}
.album-search-form #album-search {
    display: inline-block;
    width: 100%;
    padding: 3px 9px;
    line-height: 32px;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    font-weight: 700;
}

.album-search-form ::-webkit-input-placeholder {
    color: #444;
}
.album-search-form :-moz-placeholder { /* Firefox 18- */
    color: #444;
}
.album-search-form ::-moz-placeholder {  /* Firefox 19+ */
    color: #444;
}
.album-search-form :-ms-input-placeholder {
    color: #444;
}

.album-search-form #album-search:focus {
    outline: 0;
}
.album-search-form #album-search-submit {
    position: absolute;
    top: 0;
    left: 15px;
    background-color: transparent;
    border: 0;
    line-height: 38px;
    font-size: 18px;
    outline: 0;
}

.half-books-container {
    width: 100%;
}

@media (min-width: 1200px) {
    .half-books-container {
        width: 45%;
    }
}

.book-list .book-item {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.book-list .book-item .book-link {
    position: relative;
    display: block;
}

.book-list .book-item .hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #007cc2;
    color: #ffffff;
    padding: 3px 10px;
    z-index: 999;
    transition: all 400ms;
}
.book-list .book-item .hover p {
    margin-bottom: 0;
    line-height: 20px;
}
.book-list .book-item .book-link:hover .hover {
    opacity: 1;
}

.book-list .book-item .book-thumb {
    position: relative;
    padding-top: 108.69565%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.book-list .book-item .book-thumb img {
    display: none;
    width: 100%;
}

.book-list .book-item .book-of-month {
    position: absolute;
    width: 100%;
    bottom: 30px;
    margin-top: -16px;
    -moz-box-shadow: inset 5px 5px 5px rgba(255, 255, 255, .4), inset -5px -5px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 5px 5px 5px rgba(255, 255, 255, .4), inset -5px -5px 5px rgba(0, 0, 0, .2);
    box-shadow: inset 5px 5px 5px rgba(255, 255, 255, .4), inset -5px -5px 5px rgba(0, 0, 0, .2);
}

.color-grey {
    color: #414141;
}
.color-grey-i {
    color: #414141 !important;
}

.book-list .book-item .book-of-month .book-title {
    color: #414141;
    font-weight: 700;
}

.book-list .book-item .book-title {
    margin: 0;
    padding: 7px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.book-list .book-item .book-label {
    position: absolute;
    width: 100%;
    bottom: 20px;
    background-color: transparent;
}

.book-list .book-item .number {
    float: left;
    color: #007cc2;
    padding: 5px 10px 0;
    background-color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    text-align: center;
    z-index: 10;
    margin-left: 10px;
    margin-right: 6px;
    border-radius: 2px;
    border: 1px solid #007cc2;
    border-bottom: 0;
    position: relative;
}
.book-list .book-item .number span {
    position: relative;
    z-index: 99;
}
.book-list .book-item .number:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: -1px;
    width: 55%;
    height: 15px;
    background-color: #ffffff;
    z-index: 5;
    -ms-transform: skewY(-30deg);
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
    border-left: 1px solid #007cc2;
    border-bottom: 1px solid #007cc2;
}
.book-list .book-item .number:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    right: -1px;
    width: 55%;
    height: 15px;
    background-color: #ffffff;
    z-index: 5;
    -ms-transform: skewY(30deg);
    -webkit-transform: skewY(30deg);
    transform: skewY(30deg);
    border-right: 1px solid #007cc2;
    border-bottom: 1px solid #007cc2;
}

.color-pink-i {
    color: #d70071 !important;
}

.bg-title-sm {
    margin: 0 0 15px 0;
    padding: 15px;
    font-size: 1em;
    color: #ffffff;
}

/* videos page */
.main-video {
    margin-bottom: 40px;
}
.main-video .fitvids-container {
    margin-bottom: 20px;
}
.main-video .video-details {
    font-size: 16px;
}

/* single book */
.single-book .family-activities {
    background-color: #f3f3f3;
}

.single-book .family-activities li {
    color: #414141;
    border-bottom: 1px solid #666666;
}

.single-book .family-activities li:last-child {
    border-bottom: 0;
}

.bg-header {
    margin: 0;
    padding: 15px;
    color: #ffffff;
}

.bg-lightgrey {
    background-color: #f3f3f3;
}
.bg-lightgrey li {
    color: #414141;
    border-bottom: 1px solid #666666;
}
.bg-lightgrey a {
    color: #414141;
}
.sm-bg-header {
    margin: 0;
    padding: 5px;
    color: #ffffff;
}
.width70per {
    width: 70%;
}
.width100per {
    width: 100%;
}

.tab-content .book-title {
    margin-top: 0;
}

/*
pagination
*/
.pgn-title {
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    margin-left: 15px;
}
.pj-pagination {
    margin: 10px 0 30px 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
.pj-pagination li {
    display: inline-block;
    margin-left: 15px;
}
.pj-pagination li:last-child {
    margin-left: 0;
}
.pj-pagination li a {
    display: inline-block;
    padding: 4px;
    min-width: 30px;
    background-color: #fcaf17;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}
.pj-pagination li a:focus {
    outline: 0;
    text-decoration: none;
}
.pj-pagination li a:hover {
    background-color: #414141;
    color: #ffffff;
}
.pj-pagination li.active a {
    background-color: #414141;
    color: #ffffff;
}

.pgn-yellow li a {
    background-color: #fcaf17;
    color: #ffffff;
}

.pgn-orange li a {
    background-color: #f37021;
    color: #ffffff;
}

.book-related-categories a {
    display: block;
    color: #565656 !important;
    padding: 10px;
    text-align: center;
    background-color: #f1f1f1 !important;
    font-weight: 600 !important;
}

.external-book-section .book-block {
    text-align: center;
}
.external-book-section .book-thumb {
    position: relative;
}
@media (max-width: 991px){
    .external-book-section .book-thumb {
        max-width: 260px;
    }
}

.external-book-no-title {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #414141;
}

/* contact form 7 */
.wpcf7 {
    direction: rtl;
}
.wpcf7-form {
    float: right;
    background-color: #ebebeb;
    border: 1px solid #414141;
}
.wpcf7-submit {
    float: right;
    padding: 4px 16px;
    background-color: #c8c8c8;
    color: #000000;
    margin-left: 10px;
    border: 1px solid #414141;
    outline: 0 !important;
    font-weight: 600;
}
.wpcf7-form p,
.wpcf7-form a {
    color: #000000;
}
.wpcf7-file {
    margin-top: 10px;
}
.wpcf7-form input[type=checkbox], input[type=radio] {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    outline: 0 !important;
}
.wpcf7-form input[type=checkbox], input[type=radio] {
    margin-left: 5px;
}
span.wpcf7-list-item {
    margin-right: 0;
}
div.wpcf7-mail-sent-ng {
    color: #FF0000;
}
div.wpcf7-validation-errors {
    color: #b3a700;
    border: 2px solid #b3a700;
}
div.wpcf7-response-output {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

/* news media page */
.divider {
    display: block;
    height: 1px;
}

.featured-news-media {
    padding-bottom: 35px;
}

.featured-news-media .news-media-item {
    margin-bottom: 30px;
}
@media (max-width: 991px){
    .featured-news-media .news-media-item,
    .news-media-list .news-media-item {
        text-align: center;
    }
}

.featured-news-media .news-media-item .news-media-title,
.news-media-list .news-media-item .news-media-title {
    margin-top: 0;
}

.featured-news-media .news-media-item .news-media-thumb,
.news-media-list .news-media-item .news-media-thumb,
.related-post-item .news-media-thumb {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 62%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.featured-news-media .news-media-item .news-media-title a,
.news-media-list .news-media-item .news-media-title a {
    display: block;
    color: #414141;
    line-height: 1.3;
    font-weight: 400;
    text-transform: capitalize;
}

.news-media-list .news-media-item .news-media-title a {
    font-weight: 600;
    color: #4A4A4A;
}

.featured-news-media .news-media-item .news-media-excerpt p,
.news-media-list .news-media-item .news-media-excerpt p {
    font-size: 1.1em;
    color: #414141;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .news-media-list > div:nth-child(2n+1) {
        clear: both;
    }
}
@media (min-width: 992px) {
    .news-media-list > div:nth-child(2n+1) {
        clear: none;
    }
    .news-media-list > div:nth-child(4n+1) {
        clear: both;
    }
}

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

.search .search-breadcumb {
    margin-bottom: 20px;
}
.search .search-title {
    margin-top: 0;
}
.search .category-title .title {
    font-size: 18px;
    line-height: 30px;
}
.search .category-title .title-descr {
    padding-top: 6px;
    font-size: 18px;
    line-height: 30px;
}
.search .search-title a {
    font-size: 18px;
}

.green-i {
    color: #c3c618 !important;
}
.fw-600-i {
    font-weight: 600 !important;
}
.fw-700-i {
    font-weight: 700 !important;
}

.news-media-list .news-media-item {
    margin-bottom: 30px;
}

.news-media-list .news-media-item .news-media-title {
    font-size: 1.25em;
    line-height: 1.3;
}

.news-media-list .news-media-item .news-media-title a {
    line-height: 1.4;
    text-transform: capitalize;
}

/* parents & community page */
.parents-community-block {
    min-height: 580px;
    position: relative;
}

.parents-community-block .pc-block {
    margin-bottom: 30px;
}

.parents-community-block .pc-block a {
    padding: 20px;
    display: block;
}

.parents-community-block .pc-block h2,
.parents-community-block .pc-block h4 {
    margin: 0;
    color: #ffffff;
    font-weight: 400;
}

.parents-community-block .pc-block h2 {
    margin-bottom: 12px;
}

.parents-community-block .pc-block h4 {
    margin-bottom: 18px;
    font-size: 18px;
}

.parents-community-block .pc-block .no-mb {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .parents-community-block .pc-block {
        position: absolute;
        margin-bottom: 0;
    }
    .parents-community-block .pc-block h4 {
        font-size: 16px;
    }
    .parents-community-block .block-1 {
        width: 570px;
        right: 0;
    }
    .parents-community-block .block-2 {
        width: 230px;
        left: 0;
    }
    .parents-community-block .block-3 {
        top: 100px;
        width: 280px;
        right: 0;
    }
    .parents-community-block .block-3 .section-thumb {
        min-height: 269px;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .parents-community-block .block-4 {
        top: 100px;
        width: 265px;
        right: 305px;
    }
    .parents-community-block .block-4 .section-thumb {
        min-height: 270px;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
     .page-id-306 .parents-community-block .block-4 .section-thumb {
         min-height: 170px;
    }
       .parents-community-block .block-2 .section-thumb {
        min-height: 370px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
     .parents-community-block .block-2 .section-thumb.section-thumb-schools {
        min-height: 272px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .parents-community-block .block-5 {
        top: 415px;
        width: 520px;
        right: 305px;
    }
}

@media (max-width: 768px) {
     .parents-community-block .block-4 .section-thumb {
        min-height: 320px;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        dis
    }
}

@media (min-width: 1310px) {
    .parents-community-block .pc-block {
        position: absolute;
        margin-bottom: 0;
    }
    .parents-community-block .pc-block h4 {
        font-size: 18px;
    }
    .parents-community-block .block-1 {
        width: 650px;
        right: 0;
    }
    .parents-community-block .block-2 {
        width: 250px;
        left: 0;
    }
    .parents-community-block .block-3 {
        top: 100px;
        width: 310px;
        right: 0;
    }
    .parents-community-block .block-3 .section-thumb {
        min-height: 302px;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .parents-community-block .block-4 {
        top: 100px;
        width: 310px;
        right: 340px;
    }
    .parents-community-block .block-4 .section-thumb {
        min-height: 298px;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;

    }
    .page-id-306 .parents-community-block .block-4 .section-thumb {
         min-height: 202px;
    }
    .parents-community-block .block-2 .section-thumb {
        min-height: 403px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
     .parents-community-block .block-2 .section-thumb.section-thumb-schools {
        min-height: 303px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .parents-community-block .block-5 {
        top: 450px;
        width: 590px;
        right: 340px;
    }
}

/* day care staff */
@media (min-width: 1200px) {
    .daycare-staff-block .pc-block h4 {
        font-size: 14px;
    }
}
@media (min-width: 1310px) {
    .daycare-staff-block .pc-block h4 {
        font-size: 16px;
    }
}

/* category posts tabs */
.posts-category-tabs {}
.posts-category-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.posts-category-links li {
    display: block;
    float: right;
    width: 20%;
    text-align: center;
    border-bottom: 1px solid #414141;
    border-top: 1px solid #414141;
    border-left: 1px solid #414141;
}
.posts-category-links li:first-child {
    border-right: 1px solid #414141;
}
.posts-category-links li a {
    display: block;
    padding: 6px 12px;
    color: #414141;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.posts-category-links li a:hover {
    background-color: #f1f1f1;
}
.posts-category-links li a.active {
    font-weight: 600;
    background-color: #f1f1f1;
}

/* staffs-parents */
.staffs-parents-excerpt p {
    font-size: 18px;
    line-height: 28px;
}
.blue-i {
    color: #007cc2 !important;
}

/* single post */
.single .editor-content {
    margin-bottom: 45px;
}

@media (max-width: 991px){
    .editor-content {
        text-align: center;
    }
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

.editor-content h1,
.editor-content h2,
.editor-content h3 {
    line-height: 1.4;
}

.editor-content h4,
.editor-content h5,
.editor-content h6 {
    margin-bottom: 10px;
    line-height: 1.3;
}

.editor-content h1 {
}

.editor-content h2 {
    font-size: 30px;
}

.editor-content h3 {
    font-size: 24px;
}

.editor-content h4 {
    font-size: 18px;
}

.editor-content h5 {
    font-size: 16px;
}

.editor-content h6 {
    font-size: 14px;
}

.single .editor-content p {}

.editor-content .post-thumb {
    position: relative;
}
.editor-content .single-author {
    font-weight: 400;
}
.single-post .editor-content .post-title {
    font-size: 33px;
}
.post-sub-title {
    font-size: 18px;
}
.news-media-author {
    font-size: 12px;
}

.post-action a {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.post-action a img {
    max-height: 38px;
    width: auto;
}

.related-posts {
    clear: both;
}
.related-posts .related-post-item {
    margin-bottom: 30px;
}
.related-posts .related-post-item a {
    display: block;
    line-height: 1.5;
    color: #414141;
    font-weight: 600;
    text-transform: capitalize;
}

.single .wp-caption-text {
    font-weight: 400;
}

/* caption */
@media (min-width: 992px){
    .single .post-thumb .single-author {
        position: absolute;
        bottom: 22px;
        left: -200px;
        width: 180px;
        font-weight: 400;
    }
    .single .wp-caption {
        position: relative;
        margin-bottom: 20px;
    }
    .single .wp-caption-text {
        position: absolute;
        top: 0;
        left: -200px;
        width: 180px;
        margin: 0;
        padding: 15px 0;
        font-weight: 400;
        border-top: 1px solid #fcaf17;
        border-bottom: 1px solid #fcaf17;
    }
    .single .editor-content .gallery-item .wp-caption-text {
        left: -185px;
        width: 180px;
        text-align: right;
        display: none;
    }
    .single .editor-content .gallery-item:last-of-type .wp-caption-text {
        display: block;
    }
}

/* gallery */
.editor-content .gallery {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.editor-content .gallery-item {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.editor-content .gallery-item img {
    border: 0!important;
}

.pc-pdf-links {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 999;
    color: #ffffff;
}
.pc-pdf-links .pdf-en,
.pc-pdf-links .pdf-py {
    display: inline-block !important;
    padding: 5px !important;
    color: #ffffff;
    font-size: 16px;
    line-height: 63px;
}

/* footer */
.footer .footer-home {
    display: inline-block;
    margin-top: 3px;
    padding: 5px 10px;
    border-radius: 4px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 28px;
    color: #ffffff;
    background-color: #007cc2;
}

/* responsive */
@media (max-width: 479px) {
    .logo img {
        max-width: 180px;
    }
}

.breadcumb-container {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .main-nav li {
        min-width: 49%;
        margin-left: 2%;
        margin-bottom: 2%;
    }
    .main-nav li:nth-child(2n) {
        margin-left: 0;
    }
    .main-nav li:last-child {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
    .main-nav li a {
        height: 45px;
    }
    /* mobile menu */
    .header-menu-wrapper {
        /*margin-top: 15px;*/
    }
    /* hide sidebar */
    #sidebar {
        display: none;
    }
    /* breadcumb fix */
    .breadcumb-container {}
    .breadcumb {
        padding: 10px;
        font-size: 18px;
    }
    .breadcumb > span {
        display: block;
        text-align: center;
    }
    .breadcumb.has-pg-group .arrow,
    .breadcumb.has-pg-group .title {
        display: none;
    }
    .mb-breadcumb-title {
        background-color: rgba(230, 230, 230, 0.5);
        padding: 5px 10px;
        text-align: center;
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .book-of-month-section .pre-school {
        padding-left: 25px;
    }
    .book-of-month-section .pre-school .prek .book-block {float: right}
    .book-of-month-section .pre-school .kindergarten .book-block {float: left}
    .book-of-month-section .primary-school {
        padding-right: 25px;
    }
    .book-of-month-section .primary-school .first-grade .book-block {float: right}
    .book-of-month-section .primary-school .second-grade .book-block {float: left}
    .book-of-month-section .book-block {
        width: 97%;
        margin-left: auto;
        margin-right: auto;
    }

    .book-list .half-books-container .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
    .book-list .half-books-container .col-sm-6:nth-child(2n) .book-item {
        float: left;
        width: 95%;
    }
    .book-list .half-books-container .col-sm-6:nth-child(2n+1) .book-item {
        float: right;
        width: 95%;
    }
}

/*@media (max-width: 1199px) and (min-width: 992px){
    .book-list .book-item .book-thumb img {
        width: auto;
        height: 333px;
    }
}
@media (min-width: 1200px){
    .book-list .book-item .book-thumb img {
        width: auto;
        height: 176px;
    }
}
@media (min-width: 1310px){
    .book-list .book-item .book-thumb img {
        width: auto;
        height: 201px;
    }
}*/

/* book serach */
.book-search .book-item {
    margin-bottom: 30px;
}
@media(min-width: 992px){
    .book-search .book-search-item {
        width: 20%;
        float: right;
        margin-left: 6.666666666667%;
    }
    .book-search .book-search-item:nth-child(4n){
        margin-left: 0;
    }
    .book-search .book-search-item:nth-child(4n+1){
        clear: both;
    }
    .book-search .book-item .book-thumb img {
        width: auto;
        height: 149px;
    }
}
@media (min-width: 1200px){
    .book-search .book-item .book-thumb img {
        width: auto;
        height: 176px;
    }
}
@media (min-width: 1310px){
    .book-search .book-item .book-thumb img {
        width: auto;
        height: 201px;
    }
}
@media(max-width: 991px){
    .book-search .book-search-item {
        width: 46%;
        float: right;
        margin-left: 8%;
    }
    .book-search .book-search-item:nth-child(2n){
        margin-left: 0;
    }
    .book-search .book-search-item:nth-child(2n+1){
        clear: both;
    }
}
@media(max-width: 479px){
    .book-search .book-search-item {
        width: 100%;
        float: none;
        margin-left: 0;
    }
}

.nm-rp-hdr {
    padding: 10px;
    background-color: #f37021;
}

.linkifyjs a {
    color: inherit !important;
    font-weight: inherit !important;
}

.post-format-icon {
    position: absolute;
    top: 8px;
    left: 8px;
    max-height: 28px;
    width: auto;
}
@media (min-width: 1600px){
    .post-format-icon {
        max-height: 38px;
    }
}

/* contact pages */
.contact-1-side-info {
    width: 37%;
}
.contact-1-side-form {
    width: 63%;
}

.text-initial {
    text-align: initial;
}

.wpcf7-form {
    padding: 15px;
}

.wpcf7 #your-name {
    width: 48%;
}
.wpcf7 #your-name {
    float: right;
}
.wpcf7 #your-phone {
    width: 48%;
}
.wpcf7 #your-phone {
    float: left;
}

.cf-1-hdr {
    padding: 8px 15px;
    /*font-weight: 700;*/
    font-size: 15px !important;
}

.wpcf7 .wpcf7-form > p {
    margin-bottom: 10px;
}
.wpcf7 .wpcf7-form-control {
    margin-top: 3px;
    margin-bottom: 0;
    padding: 3px 5px;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio {
    display: block;
    padding-right: 0;
}
.wpcf7 .wpcf7-textarea {
    max-height: 140px;
}
.wpcf7-submit {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.pfcf-hdr,
.tfcf-hdr {
    padding: 8px 15px;
    font-weight: 700 !important;
    font-size: 15px !important;
}
.pj-wpcf7 {
    padding: 15px;
}
.wpcf7 .wpcf7-checkbox {
    padding-right: 0;
    padding-left: 0;
}
.wpcf7 .wpcf7-file {
    cursor: pointer;
    visibility: hidden;
    width: 1px;
    height: 1px;
    margin: 0;
    position: absolute;
}
.wpcf7 .choose-file {
    background-color: #007cc2;
    padding: 2px 20px;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wpcf7 .choose-file:focus {
    outline: 0;
}

.wpcf7-teachers .wpcf7-textarea {
    max-height: 110px;
}
.wpcf7-mail-sent-ok {
	border-color: #d70071;
	background-color: #d70071;
}
@media (max-width: 991px){
    .wpcf7-teachers {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .wpcf7-teachers .wpcf7-textarea {
        max-height: 154px;
    }
}
@media (min-width: 1200px) {
    .wpcf7-teachers .wpcf7-textarea {
        max-height: 132px;
    }
}
@media (min-width: 1310px) {
    .wpcf7-teachers .wpcf7-textarea {
        max-height: 110px;
    }
}

@media (max-width: 767px) {
    .contact-1-side-info {
        width: 100%;
    }
    .contact-1-side-form {
        width: 100%;
    }
}

.footer #mobile-footer .footer-menu li a {
    text-transform: uppercase;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
}
button.aicon_link {
    width: 34px!important;
    height: 34px!important;
    margin-top: 10px;
    border-radius: 2px;
 }
 button.aicon_link img {
    border-radius: 2px;
 }
 .marquee {
  /*width: 300px;*/
  overflow: hidden;
  border: 0;
  background: #fff;
}

.ver {
  /*height: 30px;*/
  /*width: 200px;*/
}

.page-id-193 .editor-content h5 {
    background-color: #fcaf17;
    color: #fff;
    font-weight: bold;
    padding: 5px 5px;
}
.page-id-193 .editor-content p strong {
    color: #333;
}

.page-id-193 .editor-content p {
    color: #666;
}
.page-id-193 .editor-content strong a {
    color: #333;
}
.page-id-193 .page-side-imgs .img1,
.page-id-193 .page-side-imgs .img2 {
    border-radius: 50%;
    width: 60%;
    float: left;
}
