*:focus{
    outline: none;
}

body{
    font-family: 'Roboto Slab';
    padding: 0;
    margin: 0;
    font-size:14px;
    color:#565656;
	text-align: left;
    position: relative;
    background: #fff;
}

h1,h1,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}

a,input,button{
    outline: none !important;
}

.clear{
    clear: both;   
}

header{
    padding: 15px 0 0 0;
}

header .logo{
    padding: 0;
}

header .logo img{
    width: auto;
    height: 100%;
}

header .social-menu{
    padding: 0;
    font-size: 0;
}

header .social-menu ul{
    list-style-type: none;
    margin: 15px 15px 0 0;
    padding: 0;
}

header .social-menu ul>li{
    display: inline-block;
    margin-left: 5px;
}

header .social-menu ul>li>a>img{
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
}

header .mobile-main-menu{
    padding: 0;
    position: static;
}

header .mobile-main-menu>ul{
    list-style-type: none;
    margin: -8px 0 0 0;
    padding: 0;
}

header .mobile-main-menu>ul>li{
    display: block;
}

header .mobile-main-menu>ul>li>a{
    font-size: 48px;
    color: #3a4fa3;
}

header .mobile-main-menu>ul>li>a:hover>i,
header .mobile-main-menu>ul>li.active>a>i{
    color: #222;
}

header .mobile-main-menu>ul>li.active>ul{
    max-height: 600px;
    transition: all 0.7s;
}

header .mobile-main-menu>ul>li>ul{
    transition: max-height 0.3s;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #3a4fa3;
    background: -webkit-linear-gradient(#3a4fa3, #8995c7);
    background: -o-linear-gradient(#3a4fa3, #8995c7);
    background: -moz-linear-gradient(#3a4fa3, #8995c7);
    background: linear-gradient(#3a4fa3, #8995c7);
}

header .mobile-main-menu>ul>li>ul>li{
    display: block;
    height: 96px;
    position: relative;
    border-bottom: 2px solid #fff;
}

header .mobile-main-menu>ul>li>ul>li:hover{
    background: #3a4fa3;
    background: -webkit-linear-gradient(#3a4fa3, #8995c7);
    background: -o-linear-gradient(#3a4fa3, #8995c7);
    background: -moz-linear-gradient(#3a4fa3, #8995c7);
    background: linear-gradient(#3a4fa3, #8995c7);
}

header .mobile-main-menu>ul>li>ul>li>a{
    padding: 0 30px;
    display: block;
    text-align: left;
}

header .mobile-main-menu>ul>li>ul>li>a>span{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 28px 0 0 75px;
    display: inline-block;
    position: relative;
}

header .mobile-main-menu>ul>li>ul>li>a>span>em{
    position: absolute;
    display: block;
    bottom: -14px;
    left: 75px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
}

header .mobile-main-menu>ul>li>ul>li>a>i{
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 35px;
    right: 25px;
}

header .mobile-main-menu>ul>li>ul>li>a>b{
    display: block;
    width: 50px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 30px;
}

header .mobile-main-menu>ul>li>ul>li>a img{
    max-width: 50px;
    max-height: 75px;
}

header .nav{
    background: #3a4fa3;
    margin-top: 10px;
    font-size: 0;
}

header .nav .main-menu>ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header .nav .main-menu>ul>li{
    display: inline-block;
    position: relative;
}

header .nav .main-menu>ul>li>a{
    color: #e8eeff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 15px;
    display: inline-block;
    line-height: 54px;
}

header .nav .main-menu>ul>li:hover>a{
    background: #425bb1;
    text-decoration: none;
}

header .nav .main-menu>ul>li:hover>ul{
    max-height: 400px;
    transition: all 0.5s;
}

header .nav .main-menu>ul>li>ul{
    transition: all 0.2s;
    max-height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    z-index: 3;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #fff;
    min-width: 160px;
}

header .nav .main-menu>ul>li>ul>li{
    display: block;
}

header .nav .main-menu>ul>li>ul>li>a{
    display: block;
    color: #e8eeff;
    font-size: 16px;
    padding: 15px;
    background: #3a4fa3;
    margin-top: 1px;
    position: relative;
}

header .nav .main-menu>ul>li>ul>li>a>span>em{
    display: block;
    position: absolute;
    bottom: 4px;
    left: 15px;
    color: #fff;
    font-size: 10px;
    font-style: normal;
}

header .nav .expandable-menu>ul{
    list-style-type: none;
    margin: 0 15px 0 0;
    padding: 0;
}

header .nav .expandable-menu>ul>li{
    display: block;
    position: relative;
}

header .nav .expandable-menu>ul>li>a{
    display: block;
    z-index: 2;
}

header .nav .expandable-menu>ul>li>a>i{
    font-size: 24px;
    color: #fff;
    line-height: 54px;
}

header .nav .expandable-menu>ul>li:hover>a>i{
    color: #ccc;
}

header .nav .expandable-menu>ul>li:hover>ul{
    max-height: 300px;
    transition: all 0.7s;
}

header .nav .expandable-menu>ul>li>ul{
    transition: max-height 0.3s;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

header .nav .expandable-menu>ul>li>ul>li{
    display: block;
    position: relative;
}

header .nav .expandable-menu>ul>li>ul>li>a{
    color: #e8eeff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    display: block;
    line-height: 54px;
    background: #3a4fa3;
    margin-top: 1px;
}

footer{
    padding: 30px 0;
}

footer img{
    width: auto;
    height: auto;
}

footer .copyright{
    padding: 10px 0;
}

footer .copyright a{
    color: #444;
    font-size: 14px;
    cursor: default;
}

footer .copyright a:hover{
    color: #444;
    text-decoration: none;
}

footer .copyright a>i{
    margin-right: 3px;
}

footer .footer-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .footer-menu ul>li{
    display: inline-block;
    margin: 0 10px;
}

footer .footer-menu ul>li>a{
    font-family: 'Open Sans';
    color: #777;
    font-size: 14px;
}

footer .footer-menu ul>li>a:hover{
    color: #777;
}

footer .social-menu{
    padding: 0;
    font-size: 0;
    border-bottom: 2px solid #f3f3f3;
}

footer .social-menu ul{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

footer .social-menu ul>li{
    display: inline-block;
}

footer .social-menu ul>li>a{
    display: block;
    max-width: 60px;
    max-height: 60px;
    margin: 30px 10px;
}

footer .social-menu ul>li>a>img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

footer .mobile-footer-menu>ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .mobile-footer-menu>ul>li{
    display: block;
}

footer .mobile-footer-menu>ul>li>a{
    display: block;
    height: 94px;
    line-height: 94px;
    margin-top: 2px;
    background: #f3f3f3;
    font-size: 26px;
    color: #3a4fa3;
    font-weight: bold;
    padding: 0 30px 0 15px;
}

footer .mobile-footer-menu>ul>li:hover>a,
footer .mobile-footer-menu>ul>li.active>a{
    text-decoration: none;
    background: #ccc;
}

footer .mobile-footer-menu>ul>li>a>i{
    float: right;
    line-height: 94px;
}

footer .mobile-footer-menu>ul>li.active>ul{
    transition: all 0.3s;
    max-height: 600px;
}

footer .mobile-footer-menu>ul>li>ul{
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer .mobile-footer-menu>ul>li>ul>li{
    display: block;
}

footer .mobile-footer-menu>ul>li>ul>li>a{
    display: block;
    height: 94px;
    line-height: 94px;
    margin-top: 2px;
    background: #f6f6f6;
    font-size: 20px;
    color: #3a4fa3;
    font-weight: bold;
    padding: 0 30px 0 30px;
}

footer .mobile-footer-menu>ul>li>ul>li>a>i{
    float: right;
    line-height: 94px;
}

footer .logo-big img{
    width: 440px;
    height: auto;
    margin: 24px auto;
}

.dots{
    border-top: 1px dotted #999;
    line-height: 0px;
    height: 1px;
    font-size: 0;
}

.page>div:nth-child(odd){
    background: #fbf4fb;
}

.page>div:nth-child(even){
    background: #e8eeff;
}

.page h2{
    font-size: 42px;
    color: #3a4fa3;
    font-weight: bold;
    margin-bottom: 10px;
}

.page h3{
    font-family: 'Open Sans';
    font-size: 24px;
    color: #3a4fa3;
    margin-bottom: 20px;
}

.main-widget{
    background: #e8eeff;
    padding: 15px 0 40px 0;
}

.main-widget .control div{
    display: inline-block;
    float: none;
    margin: 0 auto;
}

.main-widget h2{
    font-size: 42px;
    color: #3a4fa3;
    font-weight: bold;
    margin-bottom: 10px;
}

.main-widget h3{
    font-family: 'Open Sans';
    font-size: 24px;
    color: #3a4fa3;
    margin-bottom: 20px;
}

.main-widget img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.main-widget p{
    font-family: 'Open Sans';
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    color: #444;
    line-height: 24px;
}

.age-menu{
    background: #3a4fa3 !important;
}

.age-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.age-menu ul>li{
    display: inline-block;
    position: relative;
    margin: 0 0 0 1px;
}

.age-menu ul>li>a{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 0 15px;
    display: block;
    width: 190px;
    line-height: 90px;
    text-align: center;
    background: #5264ad;
    text-decoration: none;
}

.age-menu ul>li>a em{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    display: block;
    font-size: 14px;
    color: #ccc;
    font-family: 'Open Sans';
    line-height: 24px;
    font-weight: normal;
}

.age-menu ul>li>a>img{
    position: absolute;
    left: 0;
    bottom: 65px;
    margin-left: 50%;
    transform: translatex(-50%);
    max-height: 0;
    transition: all 0.3s;
}

.age-menu ul>li:hover>a>img{
    height: 150%;
    max-height: 300%;
    transition: all 0.3s;
}

.age-menu ul>li.active>a>img{
    width: auto;
    height: 200%;
    max-height: 300%;
}

.age-menu ul>li.active:nth-child(1)>a{
    background: #5f96cc;
}

.age-menu ul>li.active:nth-child(2)>a{
    background: #ee273c;
}

.age-menu ul>li.active:nth-child(3)>a{
    background: #efca13;
}

.age-menu ul>li.active:nth-child(4)>a{
    background: #be3271;
}

.age-menu ul>li.active:nth-child(5)>a{
    background: #db9ac5;
}

.age-menu ul>li:hover>a{
    text-decoration: none;
}

.development{
    padding: 10px 20px;
    background: #fff;
}

.development .item{
    padding: 0 10px;
}

.development .item>div{
    border-radius: 15px;
    padding:15px;
    margin: 10px 0;
    clear: both;
    cursor: pointer;
    height: 130px;
}

.development .item>div:hover{
    box-shadow: 4px 4px 0 rgba(204,204,204,0.75);
}

.development .item:nth-child(1)>div{
    background: #00aeef;
}

.development .item:nth-child(2)>div{
    background: #f05aa0;
}

.development .item:nth-child(3)>div{
    background: #f9a628;
}

.development .item:nth-child(4)>div{
    background: #753f98;
}

.development .item:nth-child(5)>div{
    background: #e28067;
}

.development .item:nth-child(6)>div{
    background: #44ac48;
}

.development .item:nth-child(1)>div:hover{
    background: #01a3df;
}

.development .item:nth-child(2)>div:hover{
    background: #e25496;
}

.development .item:nth-child(3)>div:hover{
    background: #ec9d26;
}

.development .item:nth-child(4)>div:hover{
    background: #6c3b8c;
}

.development .item:nth-child(5)>div:hover{
    background: #d6775f;
}

.development .item:nth-child(6)>div:hover{
    background: #3e9f42;
}

.development .item .head{
    margin-bottom: 10px;
}

.development .item .head h2{
    font-family: 'Open Sans';
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 22px;
}

.development .item .head h3{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.development .item .image{
    padding: 0;
}

.development .item .image img{
    max-width: 55%;
    height: auto;
}

.development .item .image-text{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 0 0;
    margin-left: -15px;
}

.parenting-books{
    background: #fbf4fb;
    padding: 20px 0;
}

.parenting-books img{
    width: 100%;
    height: 100%;
}

.parenting-books h2{
    font-size: 42px;
    color: #eb2b8f;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

.parenting-books h3{
    font-family: 'Open Sans';
    font-size: 24px;
    color: #eb2b8f;
}

.parenting-books h3 img{
    display: none;
}

.parenting-books p{
    font-family: 'Open Sans';
    font-size: 18px;
    color: #444;
    line-height: 24px;
}

.parenting-books .dots{
    margin: 10px 0 10px auto;
    width: 85%;
}

.parenting-books .with-select{
    font-size: 21px;
    color: #eb2b8f;
}

.parenting-books .with-select select{
    border: 1px solid #cdcdcd;
    padding: 5px 10px;
    font-size: 16px;
    color:#666;
    margin-left: 10px;
    width: 150px;
}

.activity-books{
    background: #e8eeff;
    padding: 30px 0;
}

.activity-books img{
    margin-top: 15%;
    width: 100%;
    height: 100%;
}

.activity-books h2{
    font-size: 42px;
    color: #3a4fa3;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.activity-books h3{
    font-family: 'Open Sans';
    font-size: 24px;
    color: #3a4fa3;
}

.activity-books h3 img{
    display: none;
}

.activity-books p{
    font-family: 'Open Sans';
    font-size: 18px;
    color: #444;
    line-height: 24px;
}

.activity-books .dots{
    margin: 10px auto 10px 0;
    width: 85%;
}

.activity-books .with-select{
    font-size: 21px;
    color: #3a4fa3;
}

.activity-books .with-select select{
    border: 1px solid #cdcdcd;
    padding: 5px 10px;
    font-size: 16px;
    color:#666;
    margin-left: 10px;
    width: 150px;
}

.main-books{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
}

.main-books.text-left{
    background: #fbf4fb;
}

.main-books.text-right{
    background: #e8eeff;
}


.main-books .dots{
    width: 70%;
    margin: 15px 0;
}

.main-books .image img{
    width: 100%;
    height: auto;
}

.main-books .text,
.main-books .buttons{
    float: right;
}

.main-books .text h2{
    font-size: 42px;
    font-weight: normal;
    color: #3a4fa3;
    margin: 0;
    padding: 25px 0 0 0;
}

.main-books .text h2 strong{
    color: #eb2b8f;
}

.main-books .text h3{
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: normal;
    color: #eb2b8f;
    margin: 0;
    padding: 0;
}

.main-books .text p{
    font-family: 'Open Sans';
    font-size: 18px;
    color:#444;
}

.main-books .text p a{
    font-family: 'Open Sans';
    font-size: 16px;
    color:#3a4fa3;
    text-decoration: underline;
}

.main-books .text p a:hover{
    text-decoration: none;
}

.main-books .buttons a{
    display: inline-block;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    width: 150px;
    line-height: 40px;
    text-decoration: none;
    margin-right: 3px;
    background: #3a4fa3;
    text-align: center;
}

.main-books .buttons a:hover{
    opacity: 0.8;
}

.main-books .buttons p a:first-child{
    background: #eb2b8f;
}

.contact{

    padding: 50px 0;
}

.contact h3{
    margin: 0 auto;
    max-width: 800px;
}

.contact h4{
    font-size: 30px;
    font-weight: normal;
    color: #3a4fa3;
    margin-top: 40px;
}

.contact .right h4{
    color: #eb2b8f;
}

.contact .right .last{
    margin-top: 47px;
}

.contact .right a{
    font-family: 'Open Sans';
    font-size: 16px;
    color:#eb2b8f;
    font-weight: normal;
    text-decoration: underline;
    display: inline-block;
    margin-top: 10px;
}

.contact .right a:hover{
    text-decoration: none;
}

.contact label{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #444;
    font-weight: normal;
    margin-top: 20px;
}

.contact label em{
    color: #eb2b8f;
    display: inline-block;
    margin-right: 4px;
}

.contact .top-border::before{
    clear: both;
}

.contact .top-border{
    border-top: 1px solid #ccced8;
    padding: 0;
    margin: 20px 15px 0 30px;
}

.contact .top-border p{
    max-width: 100%;
}

.contact .buttons{
    padding: 0;
    margin: 20px 15px 0 30px;
}

.contact .buttons p{
    max-width: 100%;
}

.contact .buttons a{
    display: inline-block;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    width: 150px;
    line-height: 40px;
    text-decoration: none;
    background: #3a4fa3;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 0 auto;
}

.contact .buttons a:first-child{
    background: #eb2b8f;
}

.contact .buttons a:hover{
    opacity: 0.8;
}

.team h2{
    font-size: 42px;
    font-family: 'Roboto Slab';
    text-align: center;
    color: #da0890;
    padding: 60px 0 20px;
    margin: 0;
}

.team .item{
    padding: 30px 50px;
}

.team .item .image{
    text-align: center;
    background: #c0c0c0;
    padding: 4vw 0;
}

.team .item .image img{
    width: 50%;
    height: auto;
}

.team .item .text{
    padding: 25px 0;
}

.team .item .text h3{
    font-size: 32px;
    font-family: 'Roboto Slab';
    font-weight: normal;
    color: #da0890;
    margin: 0;
}

.team .item .text h4{
    font-size: 18px;
    font-family:'Open Sans';
    font-weight: bold;
    color: #444;
    margin: 0 0 20px 0;
}

.team .item .text p{
    font-size: 16px;
    font-family:'Open Sans';
    color: #444;
}

@media (min-width: 992px) and (max-width: 1200px){
    .age-menu ul > li > a{width:180px;}
    .development .item>div{height: 140px;}
}

@media (min-width: 768px) and (max-width: 992px){
    header .container{padding-bottom:10px;clear: both;}
    footer{margin-top:0;}
    footer .copyright{padding-top: 0!important;}
    .parenting-books .text-right{text-align: center;}
    .parenting-books h3 img{display: block;margin: 30px auto;width: auto; height:100%;}
    .parenting-books .dots{display:none;}
    .parenting-books .with-select{margin: 30px 0;}
    .parenting-books .with-select select{display: block;margin: 0 auto;width: 300px;}
    .activity-books .text-left{text-align: center;}
    .activity-books h3 img{display: block;margin: 30px auto;width: auto; height:100%;}
    .activity-books .dots{display:none;}
    .activity-books .with-select{margin: 30px 0;}
    .activity-books .with-select select{display: block;margin: 0 auto;width: 300px;}
    .main-books{text-align: center;}
    .main-books .dots{width: 100%;}
    .main-books .text h2 strong{display: block;}
    .main-books .image{padding-bottom: 15px;}
    .main-books .image img{width: auto;height: 100%;}
    .contact .right{padding: 0 30px;}
    .contact .right .last{margin-top: 20px;}
    .contact .top-border{margin-right:30px;}
    .contact .buttons{margin-right:30px;}
}

@media (max-width:768px){
    header .container{padding-bottom:10px;clear: both;}
    footer{margin-top:0;}
    footer .copyright{padding-top: 0!important;}
    .parenting-books .text-right{text-align: center;}
    .parenting-books h3 img{display: block;margin: 30px auto;width: 90%;}
    .parenting-books .dots{display:none;}
    .parenting-books .with-select{margin: 30px 0;}
    .parenting-books .with-select select{display: block;margin: 0 auto;width: 300px;}
    .activity-books .text-left{text-align: center;}
    .activity-books h3 img{display: block;margin: 30px auto;width: 90%;}
    .activity-books .dots{display:none;}
    .activity-books .with-select{margin: 30px 0;}
    .activity-books .with-select select{display: block;margin: 0 auto;width: 300px;}
    .main-books{text-align: center;}
    .main-books .dots{width: 100%;}
    .main-books .text h2 strong{display: block;}
    .main-books .image{padding-bottom: 15px;}
    .main-books .image img{width: auto;height: 100%;}
    .contact .right{padding: 0 30px;}
    .contact .right .last{margin-top: 20px;}
    .contact .top-border{margin-right:30px;}
    .contact .buttons{margin-right:30px;}
}

@media (max-width:530px){
    footer .social-menu ul>li>a{max-width:50px;max-height:50px;}
    .contact .buttons{text-align: center;}
    .contact .buttons a{margin:0 0 5px 0;}
}

@media (max-width:450px){
    header .logo{line-height:53px;}
    header .logo img {max-height: 100%;width: 100%;}
    header .mobile-main-menu>ul>li>ul{top: 86px;}
    footer .social-menu ul>li>a{max-width:32px;max-height:32px;margin: 30px 3px;}
    footer .logo-big img{width: 90%;height: auto;}
    .parenting-books .with-select select{width: 200px;}
    .activity-books .with-select select{width: 200px;}
    .main-books .image img{width: 100%;height: 100%;}
    .main-books .buttons a{margin-bottom: 5px;}
}