body{
    background: #efeff0!important;
}
.banner {
    position: relative;
    z-index: 1;
}
.banner .toppsta-carousel {
    padding-bottom: 0;
    border: none;
    height: auto;
    position: relative;
}

.carousel-container{
    position: relative;
    height: auto;
}

.carousel-container .bg {
    background-repeat: repeat-x;
    background-image: url(/assets/img/banner/carousel-h.jpg);
    background-size: 767px;
    margin-top: 0;
    height: 108px;
}

.carousel-item-content{
    display: flex;
    position: relative;
    background-color: #fff!important;
    /*width: 90%;*/
    height: auto;
    margin: 10px auto;
    padding: 10px;
}

.carousel-poster{
    margin: 0 auto;
}
.carousel-poster a{
    width: 100%;
    display: block;
    height: auto;
}

.carousel-poster a img{
    width: 100%;
    margin: 0 auto;
    display: block;
}

.carousel-details {
    width: 50%;
    margin: 0 auto;
}

.carousel-details .intro-text{
    display: none;
    position: relative;
    padding: 5px 6px 5px 9px;
    background: #7b1078;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    font-family: "Open Sans",sans-serif;
    text-overflow: ellipsis;
}

.carousel-details .intro-text:after{
    content: "";
    position: absolute;
    height: 26px;
    border-top: 26px solid transparent;
    width: 0;
    border-bottom: 0 solid transparent;
    border-left: 10px solid #7b1078;
    right: -10px;
    top: 0;
}

.carousel-details .intro-text-two-lines{
    display: inline-block;
    position: relative;
    padding: 5px 6px 5px 9px;
    background: #7b1078;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    font-family: "Open Sans",sans-serif;
    text-overflow: ellipsis;
}

.carousel-details .intro-text-two-lines:after{
    content: "";
    position: absolute;
    height: 42px;
    width: 0;
    border-top: 42px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid #7b1078;
    right: -10px;
    top: 0;
}

.carousel-details .book-title{
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    font-weight: 700;
    display: block;
    margin-bottom: 7px;
}
.carousel-details .book-text{
    font-size: 14px;
    line-height: 17px;
    color: #555555;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.btn-orange{
    background-color: #f56308;
    border: none;
    border-radius: 0;
    width: auto;
    font-size: 18px!important;
    font-weight: 800;
    text-transform: uppercase;
    padding: 6px 20px;
    cursor: pointer;
    text-align: center;
    line-height: 27px;
    margin-top: 16px;
    color: #ffffff;
    font-family: "Myriad Pro", sans-serif;
}
.body{
    width: 90%;
    margin: 20px auto;
    background-color: #efeff0;
}
.book-text-desk{
    display: none;
}
.book-text-larger{
    display: none;
}

.home-blog{
    background-color: #fff;
    margin-bottom: 5px;
    padding: 15px;
}
.blog-img{
    display: none;
}
.blog-excerpt h2{
    margin: 0;
    font-size: 16px;
    line-height: 18px;
}
.blog-date{
    display: none;
}
.blog-title-h{
    color: #000000;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
}
.blog-title-h:hover{
    color: #000000;
}
.books-by-children{
    background-color: #fff;
    margin-top: 15px;
}

.box>h3.title-ribbon{
    display: inline-block;
    position: relative;
    left: 7px;
    height: 42px;
    padding: 10px 15px 10px 20px;
    margin: 13px 0 12px -15px;
    background: #e30067;
    color: #fff;
    font-size: 15px;
    font-family: "Open Sans",sans-serif;
    line-height: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.giveaways .title-ribbon{
    margin: 13px 0 2px -15px!important;
}
.box>h3.title-ribbon:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 8px solid #e33d88;
    border-left: 8px solid transparent;
    bottom: -8px;
    left: 0;
}
.box>h3.title-ribbon:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 42px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid #e30067;
    right: -10px;
    top: 0;
}

.box .arrow-filter{
    margin-right: 5px;
    margin-top: 14px;
    background-color: #efeff0;
    padding: 10px;
    border-radius: 50%;
    line-height: 16px;
    font-size: 24px;
    color: #888787;
}
.box ul {
    list-style: none;
    padding: 0;
}
.books-by-children ul li{
    padding-left: 25px;
    border-bottom: 3px solid #efeff0;
    display: flex;
}
.books-by-children ul li a {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    display: block;
}
.recently-reviewed{
    background-color: #fff;
    margin-top: 15px;
}
.recently-reviewed ul{
        margin-top: -10px;
}
.recently-reviewed ul li {
    padding-left: 25px;
    border-bottom: 3px solid #efeff0;
    display: flex;
}
.recently-reviewed ul li a {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    display: block;
}
.recently-reviewed ul li .rating{
    padding: 17px 0;
    font-size: 15px;
    position: absolute;
    right: 17px;
    color: #a4cd39;
}
.pre-footer{
    display: none;
}
.footer{
    box-shadow: none;
}
.reviewed-date, .image-loved{
    display: none;
}
.review-cover{
    display: none!important;
}
.green{
    background: #a4cd39!important;
}
.green:before{
    border-top: 8px solid #b5e23d!important;
}
.green:after{
    border-left: 10px solid #a4cd39!important;
}
.light-green{
    background: #b1d457!important;
}
.light-green:before{
    border-top: 8px solid #a7ba77!important;
}
.light-green:after{
    border-left: 10px solid #b1d457!important;
}
.purple{
    background: #7b1078!important;
}
.purple:before{
    border-top: 8px solid #bd3db9!important;
}
.purple:after{
    border-left: 10px solid #7b1078!important;
}
.orange{
    background: #f56308!important;
}
.orange:before{
    border-top: 8px solid #ab4404!important;
}
.orange:after{
    border-left: 10px solid #f56308!important;
}
.resources-pink {
    background: #e30067!important;
}
.resources-pink:before{
    border-top: 8px solid #bf0157!important;
}
.resources-pink:after{
    border-left: 10px solid #e30067!important;
}
.blue{
    background: #1e2057!important;
}
.blue:before{
    border-top: 8px solid #353883!important;
}
.blue:after{
    border-left: 10px solid #1e2057!important;
}
.light-blue{
    background: #129ae8!important;
}
.light-blue:before{
    border-top: 8px solid #076eaa!important;
}
.light-blue:after{
    border-left: 10px solid #129ae8!important;
}
.green{
    background: #18863d!important;
}
.green:before{
    border-top: 8px solid #94c62c!important;
}
.green:after{
    border-left: 10px solid #18863d!important;
}
.brown{
    background: #790c18!important;
}
.brown:before{
    border-top: 8px solid #6f2f36!important;
}
.brown:after{
    border-left: 10px solid #790c18!important;
}
.red{
    background: #db0726!important;
}
.red:before{
    border-top: 8px solid #8e0618!important;
}
.red:after{
    border-left: 10px solid #db0726!important;
}
.cyan{
    background: #0da995!important;
}
.cyan:before{
    border-top: 8px solid #0a9482!important;
}
.cyan:after{
    border-left: 10px solid #0da995!important;
}
.explore{
    background-color: #fff;
    margin-top: 15px;
}
.explore ul li {
    padding-left: 25px;
    border-bottom: 3px solid #efeff0;
    display: flex;
}
.explore ul li a {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    display: block;
}

.featured{
    background-color: #fff;
    margin-top: 15px;
}
.featured ul li {
    padding: 10px;
    display: block;
    float: left;
    height: 100%;
    width: 185px;
    position: relative;
    margin-right: 0px;
}
.featured ul li a{
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    padding-top: 12px;
    display: block;
}
.f-wrapper{
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
}
.f-wrapper ul {
    display: block;
    flex-wrap: unset!important;
    padding: 20px 20px 0;
    width: 1335px;
    height: 410px;
    position: relative;
}
.g-wrapper ul {
    width: 1060px;
    height: 440px;
}

.f-wrapper ul li .f-element-wrapper{
    position: absolute;
    width: 155px;
    text-align: center;
    bottom: 10px;
}
.giveaways ul li {
    width: 160px;
    border: none;
    padding: 15px 15px 5px;
    margin-right: 10px;
}
.f-wrapper ul li .g-element-wrapper{
    width: 140px;
    bottom: 0;
}
.f-wrapper ul li .title-wrapper{
    height: 63px;
    overflow: hidden;
}
.f-wrapper ul li .g-title{
    height: 60px;
    overflow: hidden;
}

.f-wrapper ul li a img{
    width: 100%;
}
.f-desc{
    height: 63px;
    overflow: hidden;
}
.f-wrapper ul li .g-element-wrapper {
    text-align: start;
}

.g-desc{
    height: 142px;
    font-size: 15px;
    line-height: 20px;
    color: #3e3e3e;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: start;
}
.login-register{
    background-color: #fff;
    margin-top: 15px;
    overflow: hidden;
}
.login-register .login-container {
    padding: 15px;
}
.login-register .login-register-link{
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    margin-right: 25px;
}
.login-register form{
    margin-top: 15px;
}
.login-register .login-form a.active{
    color: #832081;
    border-bottom: 2px solid;
    font-weight: 800;
}
.login-register form .form-control{
    border: 2px solid #e6e3e3;
}
.login-container .login-form{
    display: block;
    width: 100%;
    vertical-align: top;
}
.forgotten-password-link{
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 10px;
    color: #555;
    float: right;
}
.login-container .or-separator{
    display: block;
    vertical-align: top;
    padding-right: 25px;
    padding-left: 25px;
}
.login-container .or-separator .or {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    border: 3px dotted #aaa;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    font-family: "PT Sans Narrow",sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #555;
    margin: 10px auto;
}
.login-container .social-login{
    display: block;
    width: 100%;
    vertical-align: top;
}
.login-register .pre-footer{
    margin-top: 0;
    height: 75px;
    bottom: -20px;
}
.show-register{
    display: none;
}
.first-last-name .register-name{
    width: 100%;
    display: block;
}
.first-last-name .surname{
    float: none;
}
.g-desc .ages{
    padding: 5px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.g-desc div {
    font-size: 13px;
}
.g-desc .n-copies{
    padding: 5px 0;
    border-bottom: 1px solid #e4e4e4;
}
.g-desc .end-date{
    padding-top: 5px;
}
.recently-reviewed-wrapper {
    width: 100%;
    overflow: auto;
}
.recently-reviewed-wrapper .title-wrapper{
    height: 50px;
    overflow: hidden;
}
.recently-reviewed-wrapper .title-wrapper a{
    padding: 5px 0 0;
}
.recently-reviewed ul {
    flex-wrap: unset;
    padding-right: 25px;
    display: block;
    width: 1200px;
}
.recently-reviewed ul li {
    border-bottom: none;
    display: inline-block;
}
.recently-reviewed ul li .rating {
    font-size: 15px;
    position: relative;
    right: unset;
    padding: 0 0 10px;
}
.recently-reviewed ul li a {
    padding: 15px 0 0;
    font-weight: 600;
    font-size: 15px;
}
.recently-reviewed ul li .review-cover, .recently-reviewed ul li .title-wrapper{
    width: 117px;
}
.recently-reviewed ul li a img{
    width: 100%;
}
.reviewed-date{
    display: block;
}
.review-cover{
    display: block!important;
}
.my-giveaways .profile-tabs{
    border-bottom: 4px solid #8fb136;
}
.my-giveaways .profile-tabs>li.active>a, .profile-tabs>li.active>a:focus, .profile-tabs>li.active>a:hover {
    background: #8fb136;
    color: #fff;
    border: none;
    font-size: 15px;
}
.my-giveaways .profile-tabs>li>a, .profile-tabs>li>a:focus, .profile-tabs>li>a:hover {
    background: #626262;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    border: none;
    font-size: 15px;
}
.my-giveaways .presentation{
    margin-bottom: -10px;
    width: auto;
}
.my-giveaways .presentation:first-child{
    margin-left: 0;
}
.my-giveaways .presentation:nth-child(2){
    margin-left: -10px;
}
.my-giveaways .reviewer-giveaways{
    display: block;
    flex-wrap: unset!important;
    overflow: auto;
}
.my-giveaways .reviewer-giveaways ul{
    flex-wrap: unset!important;
    height: 315px;
    width: 970px;
}
.my-giveaways .reviewer-giveaways ul li{
    padding: 0;
    width: 158px;
 }
.my-giveaways .reviewer-giveaways ul li a{
    font-size: 17px;
    color: #0000ca;
    font-weight: 600;
}
.my-giveaways .reviewer-giveaways ul li .my-g-title{
    height: 60px;
    overflow: hidden;
}
.my-giveaways .reviewer-giveaways ul li .my-g-element{
    position: absolute;
    width: 154px;
    padding: 10px;
    bottom: 10px;
    left: 15px;
}
.my-giveaways .reviewer-giveaways ul li a img{
    width: 100%;
}
.desktop{
    display: none!important;
}
.f-head .f-wrapper{
    margin-top: -30px;
}
.f-head .f-wrapper ul{
    margin-bottom: -7px;
}
.top-rev li{
    text-align: center;
    border: 1px solid #ebebeb!important;
    padding-left: 0!important;
    margin-left: 13px;
    width: 179px;
    height: auto;
    margin-top: 10px;
}
.top-rev .profile-img{
    height: 144px;
    width: auto;
}
.top-rev .profile-img:before{
    border: none;
}
.top-rev ul li a {
    padding: 15px 0 0;
    position: relative;
    width: 60%;
    height: 90%;
    margin: 0 auto;
}
.top-rev .profile-img img{
    width: 100%;
    height: auto;
    border: 2px solid #b1aeae;
    left: 0;
}
.top-rev ul li .title-wrapper {
    width: 100%;
    height: auto;
    margin-top: -20px;
}
.top-rev ul li .title-wrapper a {
    padding: 0;
}
.top-rev ul li .rev-number {
    margin-top: 3px;
}
.top-rev ul li .view-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
.top-rev ul li .view-btn a{
    padding: 3px;
    border-radius: 0;
    border: 0;
    background: #a4cd39;
    color: #fff;
    font-size: 14px;
    width: 62px;
    height: 25px;
    text-transform: uppercase;
}
.video-section{
    margin: 20px;
}
.video-page-container {
    height: 330px;
    width: 100%;
    display: inline-flex;
    position: relative;
    flex-direction: column;
}
.iframe-container{
    height: 170px;
    overflow: hidden;
}
.video-title{
    text-transform: none;
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-title a{
    white-space: nowrap;
}

.video-details{
    position: relative;
}
.video-page-container {
    height: 230px;
    width: 100%;
    display: inline-block;
    position: relative;
    flex-direction: column;
    margin-bottom: -10px;
}
.crawl-video{
    height: 100%;
    position: relative;
    margin: 0;
}
.crawl-video img:first-child{
    width: 100%;
    cursor: pointer;
}
.crawl-video img:nth-child(2){
    width: 65px;
    position: absolute;
    left: 38%;
    bottom: 39%;
    cursor: pointer;
}
.featured-vid>h3.title-ribbon{
    margin-bottom:-8px;
}
.featured-vid .more-videos{
    margin-left: 30px;
    text-decoration: underline;
}
@media (min-width: 340px){
    .box .arrow-filter{
        margin-right: 15px;
    }
}
@media (min-width: 440px){
    .iframe-container {
        height: 200px;
    }
    .video-page-container{
        height: 245px;
    }
    .crawl-video img:nth-child(2) {
        left: 41%;
    }
}
@media (min-width: 480px){
    .carousel-poster a {
        height: 152px;
    }
    .carousel-poster a img{
        height: 100%;
    }
    .carousel-details {
        width: 60%;
    }
    .carousel-details .intro-text-two-lines{
        display: none;
    }
    .carousel-details .intro-text{
        display: inline-block;
    }
    .book-text-small{
        display: none;
    }
    .book-text-larger{
        display: block;
    }
}
@media (min-width: 560px){
    .video-page-container{
        height: 300px;
    }
    .iframe-container {
        height: 260px;
    }
}
@media (min-width: 600px){
    .carousel-poster a {
        height: 290px;
    }
}
@media (min-width: 640px){
    .video-page-container{
        height: 350px;
    }
    .iframe-container {
        height: 300px;
    }
}
@media (min-width: 768px){
    .top-bar {
        background: rgba(255,255,255,.4);
    }
    .top-bar .logo-wrap .logo-scroll {
        opacity: 0;
        transition: opacity .4s ease .2s;
    }
    .top-bar ul li .btn-mobile {
        color: #fff;
    }
    .carousel-container .bg {
        background-size: 980px;
        height: 140px;
    }
    .carousel-poster {
        width: 100%;
    }
    .carousel-poster a {
        height: 320px;
    }
    .carousel-details {
        width: 600px;
        margin-left: -25px;
        margin-top: 45px;
    }
    .carousel-details .intro-text{
        font-size: 20px;
        line-height: 33px;
        padding: 0px 7px 3px 16px;
        margin-left: -2px;
        margin-bottom: 18px;
    }
    .carousel-details .intro-text:after {
        height: 36px;
        border-top: 36px solid transparent;
    }
    .carousel-details .book-title {
        margin-bottom: 18px;
        font-size: 27px;
        line-height: 30px;
    }
    .book-text-larger{
        display: none;
    }
    .book-text-desk{
        display: block;
        font-size: 18px!important;
        line-height: 25px!important;
        margin-bottom: 28px;
    }
    .carousel-details .btn-orange{
        font-size: 14px!important;
        line-height: 25px;
        padding: 7px 15px;
        margin-top: 0;
    }
    .login-container .login-form {
        display: inline-block;
        width: 50%;
    }
    .login-container .or-separator {
        display: inline-block;
    }
    .login-container .or-separator .or {
        margin: 28px 0 0 0;
    }
    .login-container .social-login {
        display: inline-block;
        width: 30%;
        margin-top: 37px;
    }
    .first-last-name .register-name {
        width: 45%;
        display: inline-block;
    }
    .first-last-name .surname {
        float: right;
    }
    .video-page-container{
        height: 375px;
    }
    .iframe-container {
        height: 430px;
    }
    .crawl-video img:nth-child(2) {
        left: 45%;
        bottom: 53%;
    }
}
.drop-element {
    color: #555555!important;
    text-shadow: none!important;
    transition: none!important;
    font-size: 12px!important;
}
.drop-element:hover{
    color: #fff!important;
    transition: none!important;
}
#login-button{
    margin-top: 0;
}
.forgotten-password-link {
    padding-top: 0;
}
@media (min-width: 992px){
    .login-container .or-separator .or {
        width: 60px;
        height: 60px;
        font-size: 20px;
        margin: 26px auto;
        line-height: 56px;
    }
    .desktop{
        display: block!important;
    }
    .mobile{
        display: none!important;
    }
    .body {
        width: 950px;
    }
    .top-bar ul li .my-link, .top-bar ul li a {
        color: #fff;
        border-left: 1px solid rgba(255,255,255,.5);
        border-right: 1px solid rgba(48,48,48,.5);
        text-shadow: 1px 1px 0 #535353;
        transition: background .4s ease .2s;
    }
    .drop-element {
        font-size: 14px!important;
    }
    .carousel-poster a {
        height: auto;
    }
    .home-blogs{
        display: flex;
    }
    .home-blog{
        margin-right: 10px;
        padding-top: 0;
    }
    .blog-button-h:hover{
        color: #ffffff;
    }
    .blog-img{
        display: block;
        margin-top: 15px;
        height: 111px;
        overflow: hidden;
    }
    .blog-img img{
        width: 100%;
    }
    .blog-date {
        display: block;
        /*font-size: 16px;*/
        line-height: 35px;
        color: #555555;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .blog-excerpt h2{
        font-size: 18px;
        line-height: 24px;
    }
    .box ul {
        display: flex;
        flex-wrap: wrap;
    }
    .books-by-children ul li {
        display: inline-block;
        flex: 0 30%;
        padding: 10px 0 10px 18px;
        margin: 15px;
    }
    .image-loved{
        display: inline-block;
        height: 105px;
        width: auto;
    }
    .box .arrow-filter{
        display: none;
    }
    .books-by-children ul li a{
        font-weight: 600;
        display: inline-block;
        margin-left: 0;
        width: 148px;
    }
    .baby {
        border: 4px #52ceda solid!important;
    }
    .baby a{
        color: #52ceda!important;
    }
    .three {
        border: 4px #1d1f57 solid!important;
    }
    .three a{
        color: #1d1f57!important;
    }
    .five {
        border: 4px #e30067 solid!important;
    }
    .five a{
        color: #e30067!important;
    }
    .seven {
        border: 4px #a3cd39 solid!important;
    }
    .seven a{
        color: #a3cd39!important;
    }
    .nine {
        border: 4px #1199e7 solid!important;
    }
    .nine a{
        color: #1199e7!important;
    }
    .eleven {
        border: 4px #17853d solid!important;
    }
    .eleven a{
        color: #17853d!important;
    }
    .thirteen {
        border: 4px #7b1078 solid!important;
    }
    .thirteen a{
        color: #7b1078!important;
    }
    .young {
        border: 4px #f56307 solid!important;
    }
    .young a{
        color: #f56307!important;
    }
    .adult {
        border: 4px #d39735 solid!important;
    }
    .adult a{
        color: #d39735!important;
    }
    .review {
        background: #f56308!important;
    }
    .reviewers{
        background: #1e2057!important;
    }
    .newsletter {
        background: #e30067!important;
    }
    .moon{
        background: #a4cd39!important;
    }
    .video {
        background: #7b1078!important;
    }
    .awards{
        background: #129ae8!important;
    }

    .recently-reviewed-wrapper{
        width: 100%;
        overflow: auto;
    }
    .recently-reviewed ul{
        flex-wrap: unset;
        padding-right: 25px;
        display: block;
        width: 130%;
    }
    .recently-reviewed ul li {
        border-bottom: none;
        display: inline-block;
    }
    .recently-reviewed ul li .rating {
        font-size: 15px;
        position: relative;
        right: unset;
        padding: 0 0 10px;
    }
    .recently-reviewed ul li a {
        padding: 15px 0 0;
        font-weight: 600;
        font-size: 15px;
    }
    .recently-reviewed ul li a img{
        width: 100%;
    }
    .reviewed-date{
        display: block;
    }
    .review-cover{
        display: block!important;
    }
    .explore ul {
        display: block;
    }
    .explore ul li {
        padding: 0;
        border: unset;
        display: inline-block;
        background: purple;
        position: relative;
        margin: 0px 5px 5px 10px;
        width: 140px;
        height: 76px;
        text-transform: uppercase;
    }
    .explore ul li a {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        color: #ffffff;
        width: 155px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .pre-footer{
        display: block;
        margin-top: 100px;
    }
    .featured ul li {
        width: 185px;
    }
    .f-wrapper ul li .f-element-wrapper {
        width: 154px;
    }
    .g-desc {
        height: 145px;
    }
    .g-wrapper ul {
        width: 1070px;
    }
    .g-wrapper ul li .f-element-wrapper {
        width: 145px;
    }
    .giveaways ul li {
        width: 160px;
    }
    .g-wrapper ul {
        height: 470px;
    }
    .my-giveaways .profile-tabs{
        border-bottom: 4px solid #8fb136;
    }
    .my-giveaways .profile-tabs>li.active>a, .profile-tabs>li.active>a:focus, .profile-tabs>li.active>a:hover {
        font-size: 17px;
    }
    .my-giveaways .profile-tabs>li>a, .profile-tabs>li>a:focus, .profile-tabs>li>a:hover {
        font-size: 17px;
    }
    .my-giveaways .presentation{
        margin-bottom: -10px;
        width: auto;
    }
    .my-giveaways .presentation:first-child{
        margin-left: 16px;
    }
    .my-giveaways .presentation:nth-child(2){
        margin-left: -10px;
    }
    .my-giveaways .reviewer-giveaways ul li{
        width: 185px;
    }
    .my-giveaways .reviewer-giveaways ul{
        height: 320px;
        width: 100%;
    }
    .my-giveaways .reviewer-giveaways ul li .my-g-element {
        left: 30px;
    }
    .login-register .login-container {
        padding: 20px;
    }
    #login-button{
        margin-top: 16px;
    }
    .forgotten-password-link {
        padding-top: 20px;
    }
    .video-section {
        margin: 20px 0px 20px 20px;
    }
    .video-page-container{
        height: 180px;
        width: 29%;
        margin: 5px 15px;
    }
    .iframe-container {
        height: 88%;
    }
    .crawl-video img:nth-child(2) {
        left: 39%;
        bottom: 42%;
    }
}
@media (min-width: 1200px){
    .body {
        width: 1200px;
    }
    .blog-img {
        height: 144px;
    }
    .box>h3.title-ribbon {
        font-size: 19px;
    }
    .books-by-children ul li a{
        font-size: 20px;
        width: 178px;
        margin-left: 14px;
    }
    .image-loved{
        height: 133px;
    }
    .recently-reviewed ul{
        width: 100%;
    }
    .explore ul {
        padding-left: 15px;
    }
    .explore ul li {
        margin: 0 14px 7px 9px;
        width: 170px;
    }
    .explore ul li a {
        font-size: 14px;
    }

    .featured ul li {
        width: 185px;
    }
    .f-wrapper ul li .f-element-wrapper {
        width: 154px;
        bottom: 8px;
    }
    .g-wrapper ul {
        width: 100%;
        height: 502px;
    }
    .g-wrapper ul li .f-element-wrapper {
        bottom: 0;
    }
    .my-giveaways .reviewer-giveaways ul {
        height: 375px;
    }
    .my-giveaways .reviewer-giveaways ul li .my-g-element {
        width: 185px;
    }
    .my-giveaways .reviewer-giveaways ul li {
        padding: 0;
        width: 195px;
    }
    .video-page-container {
        height: 230px;
    }
    .crawl-video img:nth-child(2) {
        left: 41%;
        bottom: 45%;
    }
}
@media (min-width: 1440px){
    .body {
        width: 1420px;
    }
    .blog-img {
        height: 173px;
    }
    .box>h3.title-ribbon {
        font-size: 21px;
    }
    .recently-reviewed ul li .review-cover, .recently-reviewed ul li .title-wrapper {
        width: 145px;
    }
    .explore ul li {
        width: 206px;
    }
    .explore ul li a {
        font-size: 16px;
    }
    .f-wrapper ul {
        height: 475px;
        width: 100%;
    }
    .featured ul li {
        width: 220px;
    }
    .f-wrapper ul li .f-element-wrapper {
        width: 190px;
    }
    .g-wrapper ul {
        height: 560px;
        width: 100%;
    }
    .my-giveaways .reviewer-giveaways ul {
        height: 415px;
    }
    .my-giveaways .reviewer-giveaways ul li {
        padding: 0;
        width: 230px;
    }
    .my-giveaways .reviewer-giveaways ul li .my-g-element {
        width: 215px;
    }
    .top-rev li{
        margin-left: 25px;
        width: 200px;
    }
    .top-rev ul li .title-wrapper {
        width: 100%;
        margin-top: -10px;
    }
    .video-page-container {
        height: 265px;
    }
    .crawl-video img:nth-child(2) {
        left: 42%;
        bottom: 45%;
    }
}
