﻿@font-face {
    font-family: 'Assistant';
    src: url('fonts/Assistant-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Assistant-Bold';
    src: url('fonts/Assistant-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Assistant-Light';
    src: url('fonts/Assistant-Light.ttf') format('truetype');
}

body {
    font-family: 'Assistant', sans-serif !important;
    font-size: 20px;
}

a:hover {
    text-decoration: none;
}

.divider {
    height: 50px;
}

section {
    height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: auto;
}

.full-width {
    width: 100%;
}

.scale-image {
    transition: transform .2s ease-in-out;
}

.scale-image:hover {
    transform: scale(1.05);
}

.vertical-center-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#hidden-bg-photo {
    background: url('../img/home/avira.png') no-repeat bottom center fixed;
    color: #fff;
    background-size: cover;
    /* height: 300px; */
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

.wrapper-16-9 {
    width: 100%;
    position: relative;
}

.wrapper-16-9:after {
    padding-top: 56.25%;
    /* 16:9 ratio */
    display: block;
    content: '';
}

.inner-16-9 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#footer {
    background: url('../img/footer.png') no-repeat bottom center;
    background-size: cover;
    color: #fff;
    height: auto;
    transition: 0.3s;
}

.footer-links-wrapper {
    text-align: center;
}

.footer-links {
    display: inline-block;
    text-align: right;
    padding: 20px 0;
}

.footer-links a {
    color: white;
    text-decoration: none;
    padding: 2px 6px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 51%, #ffffff 49%);
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer-links a:hover {
    /* background: #ffffff; */
    color: #325401 !important;
    background-position: 100% 0;
}

#footer-links-row {
    margin-top: 700px;
}

#footer-joke-wrapper {
    position: absolute;
    right: 0px;
    width: 50%;
}

#footer-joke-img {
    height: 389px;
    background-image: url(../img/footer/pulke.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: calc(100% + 250px);
    -webkit-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    transition: all 1.0s ease;
}

#footer-joke-wrapper.show #footer-joke-img {
    background-position: right;
}

#footer-joke-wrapper .talk-bubble {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right bottom 0;
    -moz-transform-origin: right bottom 0;
    -ms-transform-origin: right bottom 0;
    -o-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#footer-joke-wrapper.show .talk-bubble {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#footer-sign-wrapper {
    position: absolute;
    /*left: 50px;*/
    -ms-transform: rotate(7deg);
    /* IE 9 */
    -webkit-transform: rotate(7deg);
    /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    left: 0px;
    width: 50%;
}

#footer-joke-wrapper a {
    color: #000;
    text-decoration: none;
}

#footer-sign-img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#copyright {
    text-align: center;
    padding: 10px 0;
}

#IconNav {
    -webkit-transition: all .5s ease-out, background 1ms;
    transition: all .5s ease, background 1ms;
    max-height: 82px;
    width: 100%;
    height: 100%;
    margin-top: 0;
    direction: rtl;
    position: fixed;
    right: 0;
    background: url(../img/nav2.jpg) no-repeat;
    background-size: cover;
}

#IconNav.shrink {
    max-height: 45px;
    position: fixed;
    width: 150px;
    right: 20px;
    margin-top: -32px;
    border-radius: 6px;
    background: url(../img/smallNav.jpg) no-repeat;
    background-size: cover;
    z-index: 999999;
}

#user-nav {}

#content-nav {
    background-color: white;
    height: 100px;
}

.section-title {
    display: none;
}

#scroll-indicator-bullets ul li .bullet-nav-title {
    font-size: 15px;
}

#new-content-section {
    background: url(../img/whats-new/loading-bg.png) center no-repeat;
    background-size: cover;
}

#video-screen-wrapper {
    background: url(../img/whats-new/empty-screen.png) center center no-repeat;
    background-size: contain;
}

.new-content-video-player {
    width: 490px;
    display: block;
    margin: auto;
    padding: 0 18% 1%;
    position: relative;
    top: -14%;
}

.home-page-new-game {
    border: 10px solid white !important;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3) !important;
    border-radius: 500px !important;
    -webkit-border-radius: 500px !important;
    -moz-border-radius: 500px !important;
    object-fit: cover;
}

.home-page-new-game-slide-img {
    display: block;
    margin: 20px auto;
    width: 70%;
    object-fit: cover;
    /*margin-bottom: 80%;*/
    border: 10px solid white !important;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3) !important;
    border-radius: 500px !important;
    -webkit-border-radius: 500px !important;
    -moz-border-radius: 500px !important;
    /*transition: all .2s ease-in-out;*/
}


/*.home-page-new-game-slide-img:hover {
        transform: scale(1.1);
    }*/

.new-game-photo-div {
    transition: all .2s ease-in-out;
}

.new-game-photo-div:hover {
    transform: scale(1.1);
}

#video-section {
    background: url(../img/home/home-page-video-bg.png) center no-repeat;
    background-size: cover;
    padding-bottom: 20%;
}

#home-page-video-section-left-curtain {
    z-index: 2;
    height: 100%;
    width: 100%;
}

#home-page-video-section-video-div {
    margin-top: 100px;
}

#video-carousel-container {
    margin-top: 4%;
}

#slider-thumbs {
    background: url(../img/home/film-bg2.png) center no-repeat;
    padding: 20px 50px;
    margin-top: 80px;
}

#slider-thumbs .thumbnail {
    cursor: pointer;
}

#slider-thumbs .thumbnail .active {
    background-color: blue;
}

#home-page-video-section-video {
    display: block;
    margin: auto;
    /*30px*/
    position: relative;
    top: 100px;
    padding-bottom: 10%;
}

#home-page-video-section-right-curtain {
    z-index: 2;
    height: 100%;
    width: 100%;
}

.home-page-series-slide-img {
    object-fit: cover;
    width: 280px;
    height: 160px;
    border-radius: 4px;
}

#games-section {
    transition:0.3s;
    height: auto;
}

#smarty-section {
    height: auto;
    background: url(https://meirkids.co.il/img/smarty/smarty-bg.jpg?2) center no-repeat;
    background-size: cover;
    transition:0.3s;
}

#diy-section {
    background: url(../img/diy/diy-bg.png) top no-repeat;
    background-size: cover;
}

#parasha-section {
    background: url(../img/parasha/parasha-bg.png) top no-repeat;
    background-size: cover;
    height: auto;
    padding-bottom: 200px;
    position: relative;
    z-index: 2;
    top: -44px;
    margin-top: -10px;
    margin-bottom: -84px;
    transition:0.3s;
}

.content-slide {
    height: 100%;
}

.footer-slide {
    background: url(../img/home/background-footer.jpg) bottom no-repeat;
}

#video-slide-row {}

#games-recommended {
    width: 80%;
    display: block;
    margin: auto;
    height: auto;
}

#games-title {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    white-space: nowrap;
    font-family: 'Assistant', sans-serif;
    color: #666666;
}

#home-page-games-section-title {
	position: relative;
    font-family: 'Assistant', sans-serif;
    color: #a75f15;
    text-align: center;
    font-size: 4em;
    padding: 3% 0;
}

.home-page-recommended-game-title {
    font-size: 23px;
    text-align: center;
    background-color: #ffffffd9;
    padding: 10px;
    z-index: 5;
    position: absolute;
    top: 102%;
    width: 60%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    border-radius: 30px;
    font-weight: bold;
    color: black;
}

.new-game-img {
    display: block;
    margin: auto;
}

.new-game-title {
    font-family: 'Assistant', sans-serif;
    color: #666666;
    font-size: 40px;
    text-align: center;
}

.new-game-description {
    text-align: center;
    font-size: 20px;
    padding: 0 50px;
    color: #666666;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.fullscreen-bg__video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

#home-page-smarty-section-title {
    color: white;
    font-size: 6em;
    text-align: center;
    font-family: 'Assistant', sans-serif;
    padding-top: 50px;
}

#smarty-section-content-row {
    width: 80%;
    display: block;
    margin: auto;
    padding-bottom: 100px;
}

#smarty-main-content-img {
    width: 100%;
    display: block;
    margin: auto;
    transition: all .2s ease-in-out;
    border: 5px solid white;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(28, 28, 28, 0.4);
}

#smarty-main-content-img:hover {
    transform: scale(1.05);
}

.smarty-content-name {
    font-family: 'Assistant', sans-serif;
    text-align: center;
    font-size: 20px;
    color: white;
    padding: 10px 0;
}

.smarty-content a,
#smarty-main-content-column a:hover {
    text-decoration: none;
}

.smarty-content-img {
    transition: all .2s ease-in-out;
    border: 5px solid white;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(28, 28, 28, 0.4);
}

.smarty-content-img:hover {
    transform: scale(1.1);
}

#display-video-section {
    background-color: #282828;
    margin-top: 60px;
}

#display-video-main {
    height: auto;
}

#display-video-top {
    height: 80px;
    padding: 1% 0;
    transition: opacity 1s ease;
}

#display-video-series-img {
    margin-top: 1.6%;
}

#video-player {
    position: relative;
    border-right: 7px solid #2d2d2d;
    border-left: 7px solid #2d2d2d;
    margin-bottom: 20px;
}

.display-video-separator {
    background-color: #f9c02b;
    height: 20px;
    transition: opacity 1s ease;
}

.more-video-div {
    padding: 0 0 15px 0;
    display: inline-block;
}

.more-video-photo {
    padding: 0;
}

.more-video-title {
    text-align: right;
    color: white;
    font-size: 17px;
    padding: 10px;
}

#recommended-content-under-video {
    background: url('../img/show-video/green-back.png') top no-repeat;
    background-size: cover;
    height: auto;
    transition: opacity 1s ease;
}

#inner-content-row {
    height: auto;
    padding: 20px;
}

.more-content-top {
    height: 80px;
}

.more-content-title {
    height: 2em;
    width: 100%;
    color: white;
    background-color: #2d2d2d;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
    position: relative;
    line-height: 2em;
}

#logo-display-video {
    margin: auto;
}

.recommended-content-under-video-item {
    height: 160px;
    border-right: 1px solid white;
}

#recommended-content-under-video-rigth {
    border-right: none;
}

#show-video-title {
    margin-top: 40px;
    color: white;
    font-size: 30px;
}

#show-video-comment-button {
    border-bottom: 2px solid #51a04c;
    transition: all ease 0.5s;
}

#show-video-comment-button:hover {
    background-color: #51a04c;
}

#show-video-sources-button {
    border-bottom: 2px solid #21a8e0;
    transition: all ease 0.5s;
}

#show-video-sources-button:hover {
    background-color: #21a8e0;
}

#send-us-talent-button {
    border-bottom: 2px solid #e9006a;
    transition: all ease 0.5s;
}

#send-us-talent-button:hover {
    background-color: #e9006a;
}

#gdolim-button {
    border-bottom: 2px solid #e9006a;
    transition: all ease 0.5s;
}

#gdolim-button:hover {
    background-color: #e9006a;
}

.show-video-button {
    padding: 0 0 0 7px;
}

.recommended-content-under-video-title {
    padding: 0;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}

.recommended-content-under-video-description {
    padding: 0;
    text-align: center;
    font-size: 1em;
}

.recommended-content-under-video-photo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.recommended-content-under-video-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding-left: 5%;
}

#video-description-section {
    background: url('../img/show-video/description-bg.png') bottom no-repeat;
    background-size: cover;
    height: auto;
}

#the-video-description-photo {
    display: block;
    margin: auto;
}

#video-description-title {
    text-align: center;
    color: white;
    font-size: 3em;
    padding: 0 25%;
    margin-bottom: 20px;
}

#video-description-text {
    text-align: center;
    color: white;
    font-size: 1.5em;
    padding: 0 25%;
    margin: 20px 0;
}

#questions-section {
    background: url('../img/show-video/questions-bg.png') bottom no-repeat;
    background-size: cover;
    height: auto;
}

#questions-title {
    color: white;
    font-size: 5em;
    text-align: center;
}

#questions-content {
    height: auto;
}

.questions-form {
    font-size: 16px;
}

#questions-row {
    background: url('../img/show-video/questions-page.png') bottom no-repeat;
    background-size: cover;
    margin: 40px 20%;
}

.dim {
    opacity: 0.1;
}

#more-series-section {
    transition: opacity 1s ease;
}

#more-chapters-section {
    transition: opacity 1s ease;
    overflow-y: hidden;
    direction: ltr;
}

.more-chapters-li {
    display: inline-block;
}

.more-chapters-img,
.more-series-img {
    width: 100%;
}

.more-content-ul {
    padding: 0;
    margin: 0;
}

.recommended-content-img {
    /*width: 100%;
    margin: auto;*/
    display: block;
    margin: 20px auto;
    width: 100%;
    object-fit: cover;
    border: 10px solid white !important;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3) !important;
    border-radius: 500px !important;
    -webkit-border-radius: 500px !important;
    -moz-border-radius: 500px !important;
    transition: all .2s ease-in-out;
}

.recommended-content-img:hover {
    transform: scale(1.05);
}

#on-video-player {
    position: absolute;
    bottom: 10%;
    width: 100%;
    z-index: 5;
    background-color: rgba(40, 40, 40, 0.9);
    color: white;
    padding: 10px 10px;
    height: 15%;
    overflow-y: hidden;
}

.on-video-player-title {
    font-size: 20px;
}

.on-video-player-description {
    font-size: 20px;
}

.on-video-player-description * {
    text-align: right !important;
    color: white !important;
    font-size: 20px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    background: none !important;
}

#not-connected-on-video-player {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: rgba(40, 40, 40, 0.9);
    color: #ed3d41;
    overflow-y: hidden;
    cursor: pointer;
}

#not-connected-on-video-player-img {
    float: right;
}

#not-connected-on-video-player-title1 {
    font-size: 30px;
    font-weight: bold;
}

#align-player-description {
    position: relative;
}

.series-chapter {
    height: 154px;
}

.series-chapters-row {
    padding: 20px 0;
    width: 3000px;
}

.series-chapters-image {}

.image-title-wrapper {
    position: relative;
}

.on-series-chapter {
    position: absolute;
    bottom: 0;
    width: 280px;
    z-index: 5;
    background-color: rgba(40, 40, 40, 0.9);
    color: white;
    padding: 10px 10px;
    height: 40px;
}

#top-series-div {
    margin-top: 36px;
    padding: 0;
    height: auto;
}

#bg-series-vid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

#bg-video-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2000px;
    background-color: rgba(40, 40, 40, 0.5);
    z-index: -1;
}

#eries-chapters-slide {}

#series-page-title {
    position: absolute;
    width: 100%;
    font-family: 'Assistant', sans-serif;
    text-align: center;
    font-size: 7em;
    color: white;
    margin-top: 70px;
    text-shadow: 0px 0px 15px black;

}

#series-page-image {
    display: block;
    margin: 5em auto;
    max-width: 40%;
}

.series-page-chapter-slide-item-img {
    width: 280px;
    height: 158px;
    object-fit: cover;
}

.chapter-slide-description {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30%;
    width: 280px;
    background-color: rgba(40, 40, 40, 0.6);
    color: white;
    font-size: 15px;
}

.chapter-slide-number {
    direction: rtl;
    font-family: 'Assistant', sans-serif;
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: bold;
}

.chapter-slide-title {
    direction: rtl;
    font-family: 'Assistant', sans-serif;
    position: absolute;
    bottom: 0;
    right: 3px;
    line-height:1.05;
}

.chapter-slide-time {
    font-family: 'Assistant', sans-serif;
    position: absolute;
    bottom: 0;
    left: 3px;
}

#about-series {
    height: auto;
}

#about-series-description {
    padding: 20px;
    color: #3b2310;
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
    height: auto;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}


/*#about-series-text {

    padding-bottom: 100px;
    text-align: right !important;
    color: #000 !important;
    font-size: 20px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    background: none !important;
}*/

#about-series-text {
    padding-bottom: 100px;
}

#about-series-text * {
    /* padding-bottom: 100px; */
    text-align: right !important;
    /*color: #000 !important;*/
    font-size: 20px !important;
    font-weight: normal !important;
    text-decoration: none !important;
    background: none !important;
}

#about-series-cover-image {
    -webkit-box-shadow: -10px 0 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: -10px 0 10px -2px rgba(0, 0, 0, 0.3);
}

#series-chapters-row2 a {
    outline: none;
}

#series-figures {
    height: auto;
    padding: 20px;
    margin-top: -70px;
}

#series-figures-top {
    z-index: 1;
}

.series-figure-details {
    margin-bottom: 20px;
}

.series-figure-image {
    display: block;
    margin: auto;
}

.series-figure-name {
    font-family: 'Assistant', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #423633;
    border-bottom: 1px solid #5b4b46;
}

.series-figure-description {
    font-family: 'Assistant', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #5b4b46;
    padding: 0 15%;
}

#series-figures-row {
    margin-top: 100px;
}

#series-gallery {
    background: url('../img/series/gallery-bg-bottom.png') no-repeat top center;
    background-size: cover;
    height: auto;
}

#series-gallery-row {
    padding: 0 30px;
}

.series-gallery-photo {
    margin-bottom: 20px;
}

.center-image {
    display: block;
    margin: auto;
}

.full-width {
    width: 100%;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 3;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 1;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

#series-gap {
    height: 260px;
}

#series-gap2 {
    height: 260px;
}

#green {
    height: 500px;
    background-color: green;
}

#red {
    background: #700000;
    /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(circle, #bb0000, #700000);
    /* Safari */
    background: -o-radial-gradient(circle, #bb0000, #700000);
    /* Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(circle, #bb0000, #700000);
    /* Firefox 3.6 to 15 */
    background: radial-gradient(circle, #bb0000, #700000);
    /* Standard syntax */
    height: auto;
    margin-top: -400px;
    border-radius: 50% 50% 50% 50%;
    /*50%/100px 100px 0 0*/
    z-index: 1;
    width: 240%;
    margin-left: -70%;
    padding-bottom: 50px;
}

#yellow {
    background-color: #f9c02b;
    height: auto;
    margin-top: -300px;
}

#light-green {
    background-color: #3ba30a;
    height: 1000px;
    margin-top: -200px;
    border-radius: 50% 50% 0 0;
    z-index: 1;
    width: 240%;
    margin-left: -70%;
    padding-bottom: 50px;
}

#games-top {
    background: url(/img/games/games-header-bg2.png) center center no-repeat;
    background-size: cover;
    margin-top: 90px;
}

#games-top h1 {
    text-align: center;
    color: #a62ca9;
    padding: 50px 0;
    font-family: varela round, sans-serif;
    font-size: 81px;
    font-weight: 700;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.games-section-title {
    display: inline-block;
    position: relative;
}

.games-section-title-text {
    position: absolute;
    width: 100%;
    color: white;
    font-size: 30px;
    text-align: center;
    font-family: 'Assistant', sans-serif;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.games-category-title-text {
    color: #343333;
    font-size: 50px;
    font-weight: bold;
}

#games-category-2 {
    color: white;
}

.games-container {
    background-color: #f9c02b;
}

#recommended-games-row {
    padding: 50px 0 40px 0;
}

.recommended-game {
    padding: 10px;
    width: 100%;
}

.games-title-row {
    margin-top: -20px;
    text-align: center;
}

#games-category-1-title {
    text-align: center;
    margin-top: 20px;
}

.recommended-games-title {
    display: block;
    margin: auto;
}

.recommended-games-thumb-title {
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #343333;
    padding: 0 10% 10% 10%;
    direction: rtl;
    white-space: nowrap;
    overflow-x: hidden;
    margin-left: 10px;
}

.recommended-games-thumb-image {
    /*border: 10px solid white;*/
    margin: 10px;
}

.recommended-games-thumb-wrapper {
    padding: 10px;
}

.recommended-games-thumb-wrapper a {
    text-decoration: none;
}

.recommended-games-thumb-box {
    height: auto;
    background-color: white;
    box-shadow: 0px 2px 6px 4px rgba(0, 0, 0, 0.18);
}

.recommended-games-thumb-box:hover {
    background-color: #222222;
}

.recommended-games-thumb-box:hover .recommended-games-thumb-title {
    color: white;
}

#high-records {
    background: url('../img/games/high-records-bg.png') no-repeat top center;
    height: auto;
}

#high-records-title {
    text-align: center;
    padding: 20px 0;
    color: white;
    font-family: 'Assistant', sans-serif;
    font-size: 40px;
}

.high-records-chart {
    color: white;
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
}

#high-records-charts-row {
    padding: 40px 0;
}

.high-records-column {
    text-align: center;
}

.high-records-inner-column {
    display: inline-block;
    text-align: right;
}

#recent-games {
    padding-top: 40px;
}

#high-records [class*="col-"],
#recent-games [class*="col-"],
#all-games [class*="col-"],
#recommended-games [class*="col-"] {
    float: right;
}

.game-box {
    padding-right: 5px;
    padding-left: 5px;
}

#game-container iframe {
    height: 800px;
    border: 0px;
}

.double-check-game {}

#clear-game-box {
    clear: left;
}

.no-padding {
    padding: 0;
}

#single-game-page {
    background: url('../img/single-game/green-bg.png') no-repeat top center;
    background-size: cover;
}

#game-top-image-wrapper {
    background: url('../img/single-game/orange-bg.png') no-repeat top center;
    background-size: cover;
    height: auto;
    -ms-transform: rotate(10deg);
    /* IE 9 */
    -webkit-transform: rotate(10deg);
    /* Safari */
    transform: rotate(10deg);
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.3);
}

#game-top-image {
    margin: auto;
    padding: 15px 0;
}

#above-game {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 10%;
    margin-top: 100px;
}

#above-game-title {
    color: white;
    font-family: 'Assistant', sans-serif;
    font-size: 40px;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
    direction: rtl;
}

#above-game-description {
    color: white;
    font-family: 'Assistant', sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 0 15px 20px 15px;
    direction: rtl;
}

#display-game-main {
    height: auto;
    margin: 40px 10%;
    background-color: #f9c02b;
    padding: 20px 0;
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.3);
}

#game-container {}

#error-alert-on-game {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: rgba(40, 40, 40, 0.9);
    color: #4fed3d;
    overflow-y: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 15px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

#error-alert-on-game-img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: rgb(0, 0, 0) 2px 3px 5px;
    box-shadow: rgb(0, 0, 0) 2px 3px 5px;
    padding: 3px 13.8px;
    background-color: #252525;
    margin: 3px 10px 8px;
    float: right;
}

#error-alert-on-game-content {
    float: right;
    padding: 0 10px;
    direction: rtl;
}

#error-alert-on-game-title {
    font-size: 30px;
    font-weight: bold;
}

.more-games-div {
    padding: 0 0 15px 0;
}

#main-game-img {
    width: 100%;
}

#more-games-title {
    font-size: 18px;
}

.more-games-title-div {
    margin-top: -30px;
}

.game-page-more-content-title {
    text-align: center;
}

#game-page-more-content-title-row {
    margin-right: 0;
    margin-left: 0;
}

#game-page-more-games-row [class*="col-"] {
    float: right;
}

#blog-page {
    background-color: #ffb000;
}

.blog-page-row {}

#blog-page-items-container {
    padding: 40px 0;
}

#blog-page-items-container [class*="col-"] {
    float: right;
}

.blog-page-item {
    margin: 0 0 40px 0;
    float: right;
}

.blog-page-item-img {
    display: block;
    margin: auto;
    border: 4px solid white;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
    transition: all .2s ease-in-out;
}

.blog-page-item-img:hover {
    transform: scale(1.05);
}

.blog-page-item-title {
    color: white;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 20%;
    padding-top: 10px;
}

.blog-page-item-date {
    color: white;
    font-size: 15px;
    text-align: center;
    margin: 0 20%;
}

.logi-category {
    padding-left: 0;
    padding-right: 0;
}

#logi-row-1 {
    background-color: #ff8500;
}

#logi-row-2 {
    background-color: #2f66b0;
}

.logi-items-row {
    padding: 0 20px;
}

.logi-row {}

.logi-item {
    padding-top: 10%;
}

.hide-bullets {
    list-style: none;
    margin-right: -40px;
    margin-top: 20px;
}


/* Change the direction of home page video carousel transition. */

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

#video-carousel-container #carousel-text {
    overflow-y: auto;
}

.home-page-video-section-slider-img {
    object-fit: cover;
}

#video-carousel-container #carousel-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #512121/*#F5F5F5*/
    ;
}

#video-carousel-container #carousel-text::-webkit-scrollbar {
    width: 10px;
    background-color: #512121;
    border-radius: 10px;
}

#video-carousel-container #carousel-text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgba(255, 255, 255, 0.5);
}

.home-page-video-section-thumb {
    float: right;
    padding-left: 0px;
    padding-right: 39px;
}

.home-page-video-section-text {}

.home-page-video-section-title {
    color: #202020;
    font-family: 'Assistant', sans-serif;
    font-size: 30px;
}

.home-page-video-section-title-series {
    color: #202020;
    font-family: 'Assistant', sans-serif;
    font-size: 15px;
    padding: 20px 0;
}

.home-page-video-section-description {
    color: #202020;
    font-family: 'Assistant', sans-serif;
    font-size: 17px;
    padding: 10px 0;
}

.home-page-video-section-title-series a {
    color: #202020;
    text-decoration: underline;
}

#diy-section-title-text {
    text-align: center;
    color: #363636;
    font-size: 5em;
    font-family: 'Assistant', sans-serif;
    margin-top: 4%;
}

#diy-content-row {
    width: 70%;
    display: block;
    margin: auto;
}

#diy-screen-img {
    width: 80%;
    display: block;
    margin: auto;
    transition: all .2s ease-in-out;
}

#diy-screen-img:hover {
    transform: scale(1.05);
}

#recommended-diy-main-wrapper {
    background: url(../img/parasha/screen-top.png) top no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

#recommended-diy-main-top {
    border: 10px solid black;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#recommended-diy-main {
    transition: all .2s ease-in-out;
}

#recommended-diy-main:hover {
    transform: scale(1.05);
}

#recommended-diy-main-bottom {
    width: 100%;
}

#recommended-parasha-main-wrapper {
    background: url(../img/parasha/screen-top.png) top no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

#recommended-parasha-main-top {
    border: 10px solid black;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#recommended-parasha-main {
    transition: all .2s ease-in-out;
    width: 90%;
    display: block;
    margin: auto;
}

#recommended-parasha-main:hover {
    transform: scale(1.05);
}

#recommended-parasha-main-bottom {
    width: 100%;
}

.diy-content-img {
    z-index: 1;
    transition: all .2s ease-in-out;
    border: 5px solid white;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(28, 28, 28, 0.4);
}

.diy-content-img:hover {
    transform: scale(1.1);
}

.diy-content-img {
    display: block;
    margin: auto;
}

.diy-content-name {
    font-family: 'Assistant', sans-serif;
    text-align: center;
    font-size: 20px;
    color: #363636;
    padding: 10px 0;
}

.diy-content a:hover {
    text-decoration: none;
}

#diy-screen-column {}

#diy-content-column {}

#home-page-diy-bottom-row-img {
    margin-top: -20%;
}

#home-page-diy-bottom-row {}

#parasha-section-title-row {
    text-align: center;
    color: white;
    font-size: 4em;
    font-family: 'Assistant', sans-serif;
    margin: 8% 0 2%;
    text-shadow: 2px 0px 15px #000000;
}

#parasha-section-title {
    text-align: center;
    font-size: 1em;
}

#parasha-content-row {
    width: 90%;
    display: block;
    margin: auto;
}

#parasha-screen-img {
    width: 80%;
    display: block;
    margin: 10% auto;
    transition: all .2s ease-in-out;
}

#parasha-screen-img:hover {
    transform: scale(1.05);
}

.parasha-content-img {
    display: block;
    margin: 20px auto;
    transition: all .2s ease-in-out;
    border: 5px solid white;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(28, 28, 28, 0.4);
    width: 80%;
}

.parasha-content-img:hover {
    transform: scale(1.05);
}

#more-parasha-content-left-title-top {
    padding: 5% 0;
}

#parasha-meiri-section {
    background: url(../img/parasha/meiri-bg.png) center no-repeat;
    background-size: cover;
}

#smarty-article-header-row {
    margin-top: 90px;
}

#smarty-article-header-text {
    text-align: center;
    color: white;
    font-size: 6em;
    font-family: 'Assistant', sans-serif;
    padding: 50px 0 150px;
    text-shadow: 2px 0px 5px #000000;
}

#smarty-more-content-side {
    background-color: #58dfb7;
    overflow-y: auto;
    direction: rtl;
}

#smarty-article-content {
    background-color: #def5ff;
}

#smarty-article-content-title {
    text-align: center;
    color: #363535;
    padding: 20px 0;
    font-size: 4em;
    font-family: 'Assistant', sans-serif;
}

#smarty-article-content-text {
    direction: rtl;
    padding: 20px 20px;
    text-align: justify;
    color: #3E3E3F;
    font-size: 1.5em;
    font-family: 'Assistant', sans-serif;
}

#smarty-more-content-side-title {
    text-align: center;
    color: white;
    padding: 20px 0;
    font-size: 4em;
    font-family: 'Assistant', sans-serif;
}

#smarty-more-content-side-content {}

.smarty-more-content-side-item {
    margin: 20px 0 40px;
}

.smarty-more-content-side-item-img-div {}

.smarty-more-content-side-item-img {
    border: 5px solid white;
    transition: all .2s ease-in-out;
}

.smarty-more-content-side-item-img:hover {
    transform: scale(1.05);
}

.smarty-more-content-side-item-title {
    text-align: center;
    color: white;
    font-size: 2em;
    font-family: 'Assistant', sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 30%;
}

.smarty-more-content-side-item-date {
    text-align: center;
    color: white;
    font-size: 1em;
    font-family: 'Assistant', sans-serif;
    padding: 5px 0;
}

#smarty-more-content-side-content a {
    text-decoration: none;
}

#smarty-article-more-content-bottom {
    background: url(../img/smarty/more-bottom-bg.png) center no-repeat;
    /*url(../img/smarty/now-bg.png) center no-repeat*/
    background-size: cover;
    height: auto;
}

#smarty-article-more-content-bottom-now {
    background: url(../img/smarty/now-bg.png) center no-repeat;
    background-size: contain;
}

.smarty-article-more-content-bottom-arrow-title {
    text-align: center;
    color: #2D2D2D;
    font-size: 2em;
    font-family: 'Assistant', sans-serif;
    padding: 5% 0;
}

#smarty-article-more-content-bottom-next-bg {
    background: url(../img/smarty/left-arrow.png) top no-repeat;
    background-size: contain;
    margin-top: 130px;
    margin-right: -50px;
}

#smarty-article-more-content-bottom-previous-bg {
    background: url(../img/smarty/right-arrow.png) top no-repeat;
    background-size: contain;
    margin-top: 130px;
    margin-left: -50px;
}

#smarty-article-more-content-bottom-now-title {
    padding-top: 150px;
}

.smarty-article-more-content-bottom-img-div {
    padding: 20px 0;
}

.smarty-article-more-content-bottom-img {
    border: 5px solid white;
}

.smarty-article-more-content-bottom-side-img {
    transition: all .2s ease-in-out;
}

.smarty-article-more-content-bottom-side-img:hover {
    transform: scale(1.05);
}

.smarty-article-more-content-bottom-title {
    text-align: center;
    color: white;
    font-size: 2em;
    font-family: 'Assistant', sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 20%;
}

.smarty-article-more-content-bottom-date {
    text-align: center;
    color: white;
    font-size: 1em;
    font-family: 'Assistant', sans-serif;
    margin-bottom: 150px;
    padding: 10px 0;
}

#smarty-article-more-content-bottom-next-text {
    margin-left: -100px;
    font-size: 25px;
}

#smarty-article-more-content-bottom-previous-text {
    margin-right: -100px;
    font-size: 25px;
}

.smarty-article-more-content-bottom-middle-text {
    color: #2D2D2D;
}

#smarty-article-more-content-bottom-middle-title {
    border-bottom: 1px solid rgba(45, 45, 45, 0.3);
    margin: 0 30%;
}

#smarty-front-header {
    background-color: #336AB3;
}

#smarty-article-header-right-text {
    padding: 30px 0 30px 80px;
    color: white;
    font-size: 6em;
    text-align: left;
}

#smarty-article-header-right2 {
    background: url(../img/smarty/article-top-arrow2.png) center left no-repeat;
    background-size: cover;
    padding: 5px 0;
}

#smarty-article-header-right-img {
    margin-top: 26px;
}

#smarty-article-header-left-img {
    float: right;
    position: relative;
    top: 40px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.comments-list .comment-box {
    max-width: 100% !important;
}

.comment-box {
    width: 100% !important;
}

.comments-container {
    width: 90% !important;
}

.comment-box .comment-content {
    overflow-x: hidden;
}

#parasha-page-header {
    background: url(../img/parasha/sky.png) top no-repeat;
    background-size: cover;
}

#Pesach-page-header {
    background: url(../Content/hagim/Pesach/header.png) top no-repeat;
    background-size: contain;
}

#sucot-page-header {
    background: url(../img/hagim/sukot_bg1.jpg) top no-repeat;
    background-size: contain;
}

#parasha-page-header-text h1 {
    text-align: center;
    color: white;
    font-size: 5em;
    font-family: 'Assistant', sans-serif;
    text-shadow: 2px 0px 15px #000000;
    margin: 5% 0 140px;
}

#parasha-page-video {
    position: relative;
    background: url(../img/parasha/video-bg.png) top no-repeat;
    background-size: cover;
    margin-top: -10%;
    padding-top: 10%;
    z-index: 2;
    padding-bottom: 20%;
}

#parasha-page-video-container {
    width: 70%;
    display: block;
    margin: auto;
}

#parasha-page-video-player-div {
    background: url(../img/parasha/screen-top.png) top no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

#parasha-page-video-player {
    width: 70%;
    padding: 2.6%;
}

#parasha-page-video-player-after {
    width: 70%;
    display: block;
    margin: auto;
    padding-bottom: 15%;
}

#parasha-page-dvar-torah {
    background: url(../img/parasha/dvar-torah-bg.png) top no-repeat;
    background-size: cover;
    margin-top: -1px;
}

#parasha-page-dvar-torah-title {
    background: url(../img/parasha/torah-scroll-bg.png) top no-repeat;
    background-size: contain;
    width: 50%;
    display: block;
    margin: 20px auto;
    position: relative;
    z-index: 10;
}

#parasha-page-dvar-torah-title-text {
    text-align: center;
    color: white;
    font-size: 4em;
    font-family: 'Assistant', sans-serif;
    text-shadow: 2px 0px 15px #000000;
    padding: 18% 0;
}

#dvar-torah-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

#dvar-torah-text {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 70px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 70px;
    /* Firefox */
    column-gap: 70px;
    padding-bottom: 500px;
}

#dvar-torah-content {
    padding: 20px 20%;
    direction: rtl;
    font-family: 'Assistant', sans-serif;
    text-align: justify;
    font-size: 20px;
}

#more-parasha-content-left {
    background: url(../img/parasha/parasha-box-1-bg.png) top no-repeat;
    background-size: contain;
}

#more-parasha-content-middle {
    background: url(../img/parasha/parasha-box-2-bg.png) top no-repeat;
    background-size: contain;
    overflow-y: auto;
    overflow-x: hidden;
}

#more-parasha-content-right {
    background-color: #728945;
    cursor: pointer;
}

.gt_contact_us_field button:hover {
    border-color: white !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
}

#parasha-bottom-content-left {
    background-color: #dd9f86;
    overflow-y: auto;
}

#parasha-bottom-content-left-text {
    padding: 10%;
    font-family: 'Assistant', sans-serif;
    text-align: center;
    font-size: 20px;
    direction: rtl;
}

#alof-game-champions {
    background-image: url(/img/parasha/AlofChampion/Trophey.png), url(/img/parasha/AlofChampion/bg.png);
    background-repeat: no-repeat;
    background-size: 450px, cover;
    background-position: left, center;
    height: auto;
    padding: 50px 0px;
    /**/
    position: relative;
}

#alof-game-champions-logo {
    height: 100%;
}

#alof-game-champions-tops {
    background-image: url('/img/parasha/AlofChampion/PyramidTopChampions.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 90%;
    padding: 0;
    /**/
    position: absolute;
    left: 25%;
}

#alof-game-champions-tops-pyramid {
    position: absolute;
    width: 100%;
    /*bottom: 145px;*/
    /**/
    bottom: 0;
    display: table;
}

.alof-game-champions-tops-pyramid-text {
    padding-top: 16px;
    font-size: 30px;
    text-align: center;
    height: 33%;
    /**/
    padding-top: 0;
    font-size: 1.2em;
    display: table-row;
    /*background-repeat: no-repeat;
    background-size: contain;
    background-position: center;*/
}


/*.alof-game-champions-tops-pyramid-text#ChampionTop1 {
    background-image: url(/img/parasha/AlofChampion/PyramidTop1.png);
}	

.alof-game-champions-tops-pyramid-text#ChampionTop2 {
    background-image: url(/img/parasha/AlofChampion/PyramidTop2.png);
}	

.alof-game-champions-tops-pyramid-text#ChampionTop3 {
    background-image: url(/img/parasha/AlofChampion/PyramidTop3.png);
}	*/

#alof-game-champions-rests {
    padding-right: 0;
    min-height: 400px;
    /**/
    float: right;
}

.alof-game-champions-rests-block {
    background-image: url(/img/parasha/AlofChampion/BlockRestName.png);
    /* background-color: #f4ea49; */
    background-repeat: no-repeat;
    margin-top: 15px;
    background-position: 150%;
    background-size: contain;
}

.alof-game-champions-rests-text {
    padding: 15px;
    padding-right: 5%;
    white-space: nowrap;
    text-align: right;
    font-size: 20px;
}

#parasha-bottom-content-right {
    background-color: #b88470;
    padding: 40px;
}

#personal-page-header {
    margin-top: 36px;
    background: url(../img/personal/personal-header-bg.png) top no-repeat;
    background-size: cover;
    /*background-color: #97DAFB;*/
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    margin-right: 0;
    margin-left: 0;
}

#personal-page-header-text {
    padding: 2%;
    font-family: 'Assistant', sans-serif;
    text-align: center;
    font-size: 10em;
    direction: rtl;
    text-shadow: 2px 0px 15px #000000;
    color: white;
}

#personal-info-family-name {
    background-color: #1976D3;
}

#personal-info-family-name-text {
    font-family: 'Assistant', sans-serif;
    text-align: right;
    font-size: 25px;
    direction: rtl;
    color: white;
    padding: 10px;
}

#personal-info-private-name {
    background-color: #4B9AE9;
}

#personal-info-private-name-text {
    font-family: 'Assistant', sans-serif;
    text-align: right;
    font-size: 20px;
    direction: rtl;
    color: white;
    padding: 10px;
}

#personal-info-picture-and-text {
    background-color: #75B8FA;
    font-family: 'Assistant', sans-serif;
    text-align: right;
    font-size: 15px;
    direction: rtl;
    color: white;
}

#personal-info-text {
    padding: 20px 15%;
}

#personal-info-picture-div {
    padding: 30px;
}

#personal-info-text-titles {
    font-weight: bold;
    text-align: left;
}

.personal-info-text-column {
    text-align: center;
}

.personal-info-text-align {
    display: inline-block;
    text-align: right;
}

#personal-info-picture {
    border: 10px solid white !important;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3) !important;
    border-radius: 500px !important;
    -webkit-border-radius: 500px !important;
    -moz-border-radius: 500px !important;
    object-fit: cover;
}

#personal-video-row {
    height: auto;
}

#personal-video-row-title {
    background-color: #303030;
}

#personal-video-row-title-text {
    padding: 20px;
    color: #ffb745;
    font-size: 4em;
    text-align: center;
    font-family: 'Assistant', sans-serif;
}

#personal-video-row-title-img-div {
    padding: 30px;
}

#personal-video-row-content {
    background: url(../img/personal/personal-video-row-bg.png) top no-repeat;
    background-size: cover;
}

#personal-video-row-content-wrapper {
    background-color: #282828;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
}

#personal-video-row-content-button-my-videos {
    border-bottom: 4px solid #21a8e0;
    transition: all ease 0.5s;
}

#personal-video-row-content-button-my-videos:hover {
    background-color: #21a8e0;
}

#personal-video-row-content-button-recommended-videos {
    border-bottom: 4px solid #51a04c;
    transition: all ease 0.5s;
}

#personal-video-row-content-button-recommended-videos:hover {
    background-color: #51a04c;
}

.pesonal-videos-button {
    font-size: 1.2em;
    width: 100%;
    color: white;
    background-color: #2d2d2d;
    margin-top: 10px;
    text-align: center;
    padding: 4px;
    font-family: 'Assistant', sans-serif;
}

#personal-video-row-content-button-extra {
    border-bottom: 4px solid #333333;
}

.personal-video-row-button-wrapper {
    padding: 0 5px;
}

.personal-my-videos-wrapper {
    position: relative;
    display: block;
    margin: auto;
    transition: all .2s ease-in-out;
}

.personal-my-videos-wrapper:hover {
    /*transform: scale(1.05);*/
    box-shadow: 0 0 10px 3px #ffffff;
}

#personal-my-videos-align {
    padding: 60px 10px;
}

#personal-videos-wrapper {
    padding: 50px 10px;
}

.personal-videos-chapter-slide-description {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background-color: rgba(40, 40, 40, 0.6);
    color: white;
}

.personal-videos-chapter-slide-number {
    direction: rtl;
    font-family: 'Assistant', sans-serif;
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: bold;
    font-size: .9vw;
}

.personal-videos-chapter-slide-title {
    direction: rtl;
    font-family: 'Assistant', sans-serif;
    position: absolute;
    bottom: 0;
    right: 3px;
    font-size: .9vw;
}

.personal-videos-chapter-slide-time {
    font-family: 'Assistant', sans-serif;
    position: absolute;
    bottom: 0;
    left: 3px;
    font-size: .9vw;
}

#personal-games-row {
    height: auto;
}

#personal-games-row-title {
    background-color: #F9C02B;
}

#personal-games-row-title-text {
    padding: 20px;
    color: #2a2a2a;
    font-size: 4em;
    text-align: center;
    font-family: 'Assistant', sans-serif;
}

#personal-games-row-title-img-div {
    padding: 30px;
}

#personal-games-row-content {
    background-color: #F9C02B;
    padding-left: 0;
    padding-right: 0;
}

#personal-games-buttons-row {
    padding-top: 20px;
}


/*#testing-polygons{
   border-radius: 500px;
    width: 100%;
    border: 10px solid white;
    margin: 20px;
    object-fit: cover;
}*/

#personal-recommended-games-button {
    background: url(../img/personal/personal-games-arrow-unchecked.png) top no-repeat;
    background-size: contain;
    color: #303030;
    font-size: 1.5em;
    text-align: center;
    font-family: 'Assistant', sans-serif;
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out;
}

#personal-recommended-games-button:hover {
    transform: scale(1.05);
}

.personal-recommended-games-button-text {
    padding: 7px;
    display: block;
    margin: auto;
    font-size: 1vw;
}

#personal-played-games-button {
    background: url(../img/personal/personal-games-arrow-checked.png) top no-repeat;
    background-size: contain;
    color: white;
    font-size: 1.5em;
    text-align: center;
    font-family: 'Assistant', sans-serif;
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out;
}

#personal-played-games-button:hover {
    transform: scale(1.05);
}

#personal-played-games-button-text {
    padding: 7px;
    display: block;
    margin: auto;
}

#personal-games-the-games {
    height: auto;
    background: url(../img/personal/personal-games-bg.png) top no-repeat;
    background-size: cover;
    margin: 20px 0;
}

.personal-games-single-game {
    position: relative;
}

.personal-games-single-game {
    transition: all .2s ease-in-out;
}

.personal-games-single-game:hover {
    transform: scale(1.05);
}

.personal-games-single-game-img {
    border-radius: 500px;
    width: 80%;
    border: 8px solid white;
    margin: 20px auto;
    object-fit: cover;
}

#personal-games-single-game-middle {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#personal-games-wrapper {
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
    height: auto;
    margin: 20px 0;
}

.personal-games-single-game-text {
    /*position: relative;
    top: 50%;
    transform: translateY(-50%);*/
    padding: 17% 0;
}

.personal-games-single-game-text-description {
    color: white;
    font-size: 15px;
    text-align: center;
}

.personal-games-single-game-text-title {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#personal-smarty-row {
    height: auto;
}

#personal-smarty-row-title {
    background-color: #336AB3;
    box-shadow: -10px 0px 20px 1px rgba(40, 40, 40, .2);
    position: relative;
    z-index: 1;
}

#personal-smarty-row-title-text {
    padding: 20px;
    color: white;
    font-size: 4em;
    text-align: center;
    font-family: 'Assistant', sans-serif;
}

#personal-smarty-row-title-img-div {
    padding: 30px;
}

#personal-smarty-row-content {
    background: #4582c4;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #4582c4 0%, #2d63ae 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #4582c4 0%, #2d63ae 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #4582c4 0%, #2d63ae 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4582c4', endColorstr='#2d63ae', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#personal-smarty-buttons-row {
    background: url(../img/personal/smarty-arrow.png) top right no-repeat;
    background-size: contain;
    margin: 20px -20% 20px 0;
    padding-right: 20%;
}

#personal-smarty-articles-row {
    padding: 50px 0;
}

.personal-recommended-smarty-button-text {
    padding: 4% 0;
    display: block;
    margin: auto;
    font-size: 18px;
    text-align: center;
}

.personal-blog-page-item-title {
    color: white;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 20%;
    padding-top: 10px;
}

.personal-blog-page-item-date {
    color: white;
    font-size: 15px;
    text-align: center;
    margin: 0 20% 20px 20%;
}

#personal-album-row {
    height: auto;
}

#personal-album-row-title {
    background: #f2b874;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f2b874 0%, #f5c894 50%, #f2b874 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2b874 0%, #f5c894 50%, #f2b874 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2b874 0%, #f5c894 50%, #f2b874 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2b874', endColorstr='#f2b874', GradientType=0);
    /* IE6-9 */
}

#personal-album-row-title-text {
    padding: 20px;
    color: #C18347;
    font-size: 4em;
    text-align: center;
    font-family: 'Assistant', sans-serif;
}

#personal-album-row-title-img-div {
    padding: 30px;
}

#personal-album-row-content {
    background: #f4c690;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4c690 0%, #fbead5 50%, #f4c690 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4c690 0%, #fbead5 50%, #f4c690 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4c690 0%, #fbead5 50%, #f4c690 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4c690', endColorstr='#f4c690', GradientType=0);
    /* IE6-9 */
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    height: auto;
}

.personal-album-image {
    border: 10px solid white;
    box-shadow: 0 0 20px 3px #525252;
}

.personal-album-image-rotate-right {
    -ms-transform: rotate(7deg);
    /* IE 9 */
    -webkit-transform: rotate(7deg);
    /* Safari */
    transform: rotate(7deg);
}

.personal-album-image-rotate-left {
    -ms-transform: rotate(-7deg);
    /* IE 9 */
    -webkit-transform: rotate(-7deg);
    /* Safari */
    transform: rotate(-7deg);
}

#personal-album-images {
    padding-top: 80px;
}

#personal-tell-a-friend-row {
    height: auto;
}

#personal-tell-a-friend-row-title {
    background-color: #59BDBF;
}

#personal-tell-a-friend-row-title-text {
    padding: 20px;
    color: white;
    font-size: 4em;
    text-align: center;
    font-family: 'Assistant', sans-serif;
}

#personal-tell-a-friend-row-title-img-div {
    padding: 30px;
}

#personal-tell-a-friend-row-content {
    background: #008f92;
    /* Old browsers */
    background: -moz-linear-gradient(top, #008f92 0%, #59bdbf 50%, #008f92 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #008f92 0%, #59bdbf 50%, #008f92 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #008f92 0%, #59bdbf 50%, #008f92 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008f92', endColorstr='#008f92', GradientType=0);
    /* IE6-9 */
}

#ktantanim-page-header {
    background: url(../img/ktantanim/ktantanim-header-bg.png) top center no-repeat;
    background-size: cover;
}

#ktantanim-page-header-text {
    text-align: right;
    color: white;
    font-size: 6em;
    font-family: 'Assistant', sans-serif;
    text-shadow: 2px 0px 15px #000000;
    margin: 130px 0;
}

#ktantanim-page-video {
    position: relative;
    background: url(../img/ktantanim/ktantanim-video-bg.png) top no-repeat;
    background-size: cover;
    margin-top: -150px;
    padding-top: 15%;
    padding-bottom: 12px;
    z-index: 2;
}

.ktantanim-slider-img {
    object-fit: cover;
    width: 280px;
    height: 160px;
}

#meir-morning {
    background: url(../img/ktantanim/morning-bg.png) top center no-repeat;
    background-size: cover;
    /*height: 320px;
    margin-top: -34px;*/
}

#meir-morning-shows {
    /*margin-top: 5%;*/
    padding-right: 0;
    padding-left: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#meir-morning .chapter-slide-description,
#good-night-stories .chapter-slide-description {
    font-size: 15px;
}

#meir-morning-img-div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#parshiyahu {
    background: url(/img/series/134/bgs/about-left.png) center center no-repeat;
    background-size: cover;
    /*height: auto;
    border-top: 30px solid #FAD200;
    border-bottom: 30px solid #FAD200;
    position: relative;*/
}

#parshiyahu-shows {
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -90px;
}

#good-night-stories {
    background: url(/img/ktantanim/good-night-bg.png) center center no-repeat;
    background-size: cover;
    /*height: 320px;*/
}

#good-night-stories-shows {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#good-night-stories-img-div,
#meir-morning-img-div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#ktantanim-games-row {
    background: url(/img/ktantanim/green-bg.png) center center no-repeat;
    background-size: cover;
}

#ktantanim-drawing-pages-row {
    background: url(/img/ktantanim/yellow-bg.png) center center no-repeat;
    background-size: cover;
}

#ktantanim-drawings-row {
    background: url(/img/ktantanim/light-blue-bg.png) center center no-repeat;
    background-size: cover;
}

#logi-header {
    background: url(https://meirkids.co.il/temp/newkidsnew/img/blog/library/header1.png) top center no-repeat;
    background-size: cover;
}

#logi-header-title {
    color: white;
    font-size: 8em;
    text-align: center;
    font-family: 'Assistant', sans-serif;
    text-shadow: 2px 0px 15px #000000;
    padding: 150px 0;
}

.bx-wrapper {
    margin: 0 auto !important;
}

.jwplayer *:focus {
    outline: 0;
}

.jwplayer:focus {
    outline: 0;
}

.home-page-video-section-thumb .thumbnail img {
    /*width: 167px;*/
    height: 94px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid #f9c02b;
}

#slider-thumbs .thumbnail {
    background: none !important;
    border: none !important;
}

#smarty-section .smarty-content img {
    width: 315px;
}

.modal.in .modal-dialog {
    direction: rtl;
    font-size: 16px;
}

.form-controlx {}


/*************** home page *****************/

#video-section .thumbnail img {}

#Home .bx-wrapper {
    border: 10px solid rgb(164, 187, 191);
    background: rgb(164, 187, 191);
}

#Home #games-section #wrapper {
    min-height: 839px;
    background: none;
}

#Home #recommended-diy-main-top {
    border: 10px solid #444847;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    /*width: 632px;
    min-height: 234px;*/
}


/*#Home #recommended-parasha-main-top{
        width: 738px;
    min-height: 239px;
}*/

#pirsumimg {
    position: relative;
    background: url(../img/pulke_jokes2.png) top left no-repeat;
    background-size: contain;
    height: 998px;
}

#pirsumimg img {
    width: 32%;
    transform: rotate(-4deg);
    margin-top: 48px;
    margin-left: 76px;
    float: left;
}

.thejoke {
    width: 39%;
    float: right;
    margin-top: 10%;
    margin-right: 10%;
    text-align: right;
    direction: rtl;
    border: 10px solid #f3961c;
    border-radius: 48%;
    padding: 3%;
    box-shadow: 2px 2px 4px #888;
    -webkit-box-shadow: 2px 2px 4px #888;
    -moz-box-shadow: 2px 2px 4px #888;
    vertical-align: top;
}

.thejoketext {
    position: relative;
    top: -100px;
    font-size: 1.2em;
    text-align: center;
    overflow-wrap: break-word;
}

.thejoke:before {
    content: "";
    position: relative;
    z-index: 2;
    bottom: -184px;
    right: 50%;
    width: 50px;
    height: 30px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: #f3961c;
    margin-right: -10px;
    background: transparent;
    -webkit-border-bottom-right-radius: 80px 50px;
    -moz-border-radius-bottomright: 80px 50px;
    border-bottom-right-radius: 80px 50px;
    display: block;
    margin-top: 103px;
}

.thejoke:after {
    content: "";
    position: relative;
    z-index: 2;
    bottom: -88px;
    right: 50%;
    width: 20px;
    height: 31px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: #f3961c;
    margin-right: 20px;
    background: transparent;
    -webkit-border-bottom-right-radius: 40px 50px;
    -moz-border-radius-bottomright: 40px 50px;
    border-bottom-right-radius: 40px 50px;
    display: block;
}


/*******************Joke Bubble*****************/


/* CSS talk bubble */

.talk-bubble {
    margin: 40px;
    display: inline-block;
    position: relative;
    width: 90%;
    height: auto;
    background-color: lightyellow;
    color: #666;
}

.talk-bubble.border {
    border: 8px solid #666;
}

.talk-bubble.round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.jokes p {
    color: #666;
    padding: 10px 0;
}


/* Right triangle placed top left flush. */

.tri-right.border.left-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}

.tri-right.left-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: lightyellow transparent transparent transparent;
}


/* Right triangle, left side slightly down */

.tri-right.border.left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: lightyellow lightyellow transparent transparent;
}


/*Right triangle, placed bottom left side slightly in*/

.tri-right.border.btm-left:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 32px solid;
    border-color: transparent transparent transparent #666;
}

.tri-right.btm-left:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 22px solid;
    border-color: transparent transparent transparent lightyellow;
}


/*Right triangle, placed bottom left side slightly in*/

.tri-right.border.btm-left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}

.tri-right.btm-left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 12px solid;
    border-color: lightyellow transparent transparent lightyellow;
}


/*Right triangle, placed bottom right side slightly in*/

.tri-right.border.btm-right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 30px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 38px;
    bottom: -20px;
    border: 12px solid;
    border-color: lightyellow lightyellow transparent transparent;
}


/*
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;

/*Right triangle, placed bottom right side slightly in*/

.tri-right.border.btm-right:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -8px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}

.tri-right.btm-right:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 0px;
    bottom: -20px;
    border: 12px solid;
    border-color: lightyellow lightyellow transparent transparent;
}


/* Right triangle, right side slightly down*/

.tri-right.border.right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}

.tri-right.right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: lightyellow transparent transparent lightyellow;
}


/* Right triangle placed top right flush. */

.tri-right.border.right-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}

.tri-right.right-top:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 0px;
    bottom: auto;
    border: 20px solid;
    border-color: lightyellow transparent transparent transparent;
}


/* talk bubble contents */

.talktext {
    padding: 1em;
    text-align: right;
    line-height: 1.5em;
}

.talktext p {
    /* remove webkit p margins */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}


/**************Video*****************/

#Video .recommended-games-thumb-box {
    background-color: #a88e77;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
    border: 3px solid #666;
    border-radius: 10px;
}

#Video .recommended-games-thumb-title {
    font-size: 16px;
}

#Video .recommended-games-thumb-box:hover {
    background-color: #222222;
}

#Video .all-series-video-row {
    background: #303030;
    height: 282px
}

#Video .all-series-video-row-title {
    background: url(../img/smarty/stripes-bg.png) top no-repeat;
    display: flex;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: -10px 0 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: -10px 0 10px -2px rgba(0, 0, 0, 0.3);
    margin-top: 29px;
}


/****************Blog ????????*******************/

#Blog #all-series-page-header-text #smarty-header-title {
    color: white;
    font-size: 104px;
    text-align: right;
    padding: 0;
}

#Blog #all-series-page-header {
    background: #336AB3;
}

#Blog #all-series-page-header-text {
    padding: 0%;
}

#Blog .all-series-video-row-title {
    background: url(/img/smarty/stripes-bg.png) top no-repeat;
    background-size: cover;
    -webkit-box-shadow: -10px 0 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: -10px 0 10px -2px rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin: 11px 0;
}

#Blog .all-series-video-row {
    /* background: #a44a8f; */
    background: -moz-linear-gradient(top, #a44a8f 0%, #e270b6 50%, #a44a8f 100%);
    /* background: -webkit-linear-gradient(top, #a44a8f 0%,#e270b6 50%,#a44a8f 100%); */
    background: linear-gradient(to bottom, #a44a8f 0%, #e270b6 50%, #a44a8f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a44a8f', endColorstr='#a44a8f', GradientType=0);
}

#Blog .all-series-video-row-content-wrapper,
#Blog .all-series-video-row-content {
    background: none;
    box-shadow: none;
}

#Blog .all-series-video-row-content-extra {
    border: none;
}

#Blog .all-series-separator {
    display: none;
}

#Blog #all-series,
#all-series-video {
    margin-top: 90px;
}

#Blog .all-series-video-row-set-detials {
    font-size: 19px;
}


/******************************* Setsalllessons **********************************/

#Setsalllessons .chapter-slide-description {
    font-size: 14px;
}


/*******************AllBlogs ?? ????? ?? ????*************************/

#AllBlogs #smarty-article-header-right-text h1 {
    padding: 2%;
    font-family: 'Assistant', sans-serif;
    text-align: center;
    font-size: .4em;
    direction: rtl;
    text-shadow: 2px 0px 15px #000000;
    color: #f9c02b;
}

#AllBlogs .blog-page-item-title {
    direction: rtl;
}


/**********************id=bgrow_X ??? ??????***********************/

#bgrow_0 {
    background: linear-gradient(to bottom, #a49a4a 0%, #e2da70 50%, #9ea44a 100%) !important;
    background: #af6614 !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #af6614 0%, #eb9c35 50%, #af6614 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #af6614 0%, #eb9c35 50%, #af6614 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #af6614 0%, #eb9c35 50%, #af6614 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#af6614', endColorstr='#af6614', GradientType=0) !important;
    /* IE6-9 */
}

#bgrow_1 {
    background: linear-gradient(to bottom, #4a9ba4 0%, #70dce2 50%, #4aa48c 100%) !important;
    background: #3070ae !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3070ae 0%, #4a93d8 50%, #3070ae 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3070ae 0%, #4a93d8 50%, #3070ae 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3070ae 0%, #4a93d8 50%, #3070ae 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3070ae', endColorstr='#3070ae', GradientType=0) !important;
    /* IE6-9 */
}

#bgrow_2 {
    background: linear-gradient(to bottom, #a44a8f 0%, #e270b6 50%, #a44a8f 100%) !important;
    background: #a44a8f !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a44a8f 0%, #e270b6 50%, #a44a8f 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a44a8f 0%, #e270b6 50%, #a44a8f 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a44a8f 0%, #e270b6 50%, #a44a8f 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a44a8f', endColorstr='#a44a8f', GradientType=0) !important;
    /* IE6-9 */
}

#bgrow_3 {
    background: linear-gradient(to bottom, #4aa45a 0%, #76e270 50%, #4ba44a 100%) !important;
    background: #9e4249 !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9e4249 0%, #e16b61 50%, #9e4249 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9e4249 0%, #e16b61 50%, #9e4249 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9e4249 0%, #e16b61 50%, #9e4249 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9e4249', endColorstr='#9e4249', GradientType=0) !important;
    /* IE6-9 */
}

#bgrow_4 {
    background: linear-gradient(to bottom, #4c4aa4 0%, #707de2 50%, #4a61a4 100%) !important;
    background: #61991c !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #61991c 0%, #b6d264 50%, #61991c 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #61991c 0%, #b6d264 50%, #61991c 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #61991c 0%, #b6d264 50%, #61991c 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#61991c', endColorstr='#61991c', GradientType=0) !important;
    /* IE6-9 */
}

#bgrow_5 {
    background: linear-gradient(to bottom, #a44a4a 0%, #e27070 50%, #a44a4a 100%) !important;
    background: #1e7dc7 !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1e7dc7 0%, #90c0fe 50%, #1e7dc7 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e7dc7 0%, #90c0fe 50%, #1e7dc7 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e7dc7 0%, #90c0fe 50%, #1e7dc7 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e7dc7', endColorstr='#1e7dc7', GradientType=0) !important;
    /* IE6-9 */
}

#bgrow_6 {
    background: linear-gradient(to bottom, #4a9ba4 0%, #70e2c3 50%, #4a61a4 100%) !important;
    background: #198f4b !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #198f4b 0%, #79d071 50%, #198f4b 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #198f4b 0%, #79d071 50%, #198f4b 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #198f4b 0%, #79d071 50%, #198f4b 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#198f4b', endColorstr='#198f4b', GradientType=0) !important;
    /* IE6-9 */
}

#bgrow_7 {
    background: linear-gradient(to bottom, #4ba44a 0%, #a0e270 50%, #6ca44a 100%) !important;
    background: #8e3346 !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8e3346 0%, #ea7689 50%, #8e3346 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8e3346 0%, #ea7689 50%, #8e3346 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8e3346 0%, #ea7689 50%, #8e3346 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8e3346', endColorstr='#8e3346', GradientType=0) !important;
    /* IE6-9 */
}

#bgrow_8 {
    background: linear-gradient(to bottom, #764aa4 0%, #8d70e2 50%, #594aa4 100%) !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb227+0,fecb31+50,ffb227+100 */
    background: #ffb227 !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffb227 0%, #fecb31 50%, #ffb227 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffb227 0%, #fecb31 50%, #ffb227 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffb227 0%, #fecb31 50%, #ffb227 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffb227', endColorstr='#ffb227', GradientType=0) !important;
    /* IE6-9 */
}

.jokes {
    text-shadow: 0 0 5px white;
}


/*************************?? ????**************************/

#parasha-content-left-text {
    padding: 5% 20% 15%;
    text-align: justify;
}

@media (min-width: 767px) {
    #parasha-content-left-text {
        padding-right: 10%;
    }
}

#more-parasha-content-left-title-top h2 {
    text-align: center;
    font-size: 30px;
    margin-top: initial;
    margin-bottom: initial;
}

#parasha-bottom-content-left-text {
    text-align: justify;
}

#parasha-box-1-title-row {
    background: url(../img/parasha/parasha-box-1-title-bg.png) top no-repeat;
    background-size: contain;
}

#parasha-box-2-title-row {
    /*background: url(../img/parasha/parasha-box-2-title-bg.png) top no-repeat;
    background-size: contain;
    padding: 10% 0;*/
    background-color: #F7931E;
}

#parasha-box-2-content {
    padding: 0 20px;
    padding-bottom: 20px;
}

#parasha-box-2-content .form-horizontal .form-control {
    font-size: 19px;
    padding: 0px 20px;
    border-radius: 40px;
    height: 44px;
}

#parasha-box-2-content .form-horizontal input.form-control {
    border-radius: 40px;
    height: 44px;
}

#parasha-box-2-content .form-horizontal textarea.form-control {
    border-radius: 30px;
    resize: none;
    height: 100px;
    padding: 10px 20px;
}

#parasha-box-2-content .btn {
    padding: 10px 50px;
    border-radius: 60px;
    font-size: 28px;
    background-color: #f7931e;
    color: #FFF;
    border: none;
    transition: all ease-in-out .1s;
}

#parasha-box-2-content .btn:hover {
    transform: scale(1.05);
}

#parasha-box-1-img {
    padding: 15% 0;
    width: 80px;
}

#parasha-box-2-title-text {
    text-align: center;
    color: #4582C4;
    padding: 20px 0;
    font-size: 30px;
    font-weight: bold;
    animation-name: none;
    /*meiri-answers*/
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    overflow-x: hidden;
}

@keyframes meiri-answers {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1.0);
    }
}

#know .modal-dialog {
    width: 80% !important;
}

#kisharon-send-files-section {
    background: #1b0b27;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1b0b27 0%, #280329 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1b0b27 0%, #280329 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1b0b27 0%, #280329 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1b0b27', endColorstr='#280329', GradientType=0);
    /* IE6-9 */
}

#kisharon-form-title {
    color: white;
    font-size: 50px;
    text-align: center;
}

.kisharon-form-remark {
    color: white;
}

#parasha-WordSearch-game {
    background-color: rgba(198, 156, 109, 1);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/WordSearch-game/bg.jpg");
    padding: 13% 10%;
    padding-bottom: 2%;
    position: relative;
}

#hagim-WordSearch-game {
    background-color: rgba(198, 156, 109, 1);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/WordSearch-game/hagim-bg.png");
    padding: 13% 10%;
    padding-bottom: 2%;
    position: relative;
}


/*#WordSearch-game-header {
	background-color: rgba(0,113,188,1);
}

#parasha-WordSearch-content {
	background-color: rgba(198,156,109,1);
}

#parasha-WordSearch-WordList {
	background-color: rgba(251,176,59,1);
}*/

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}


/* 16x9 Aspect Ratio */

.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}


/* 4x3 Aspect Ratio */

.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#the-video:not(.jwplayer) img {
    position: relative;
    width: 100%;
}


/****************?? ?????*******************/

#all-series-page-header {
    background: #303030;
    background-size: cover;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    /*padding-top: 120px;*/
    padding-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
}

#all-series-page-header-text {
    font-family: 'Assistant', sans-serif;
    text-align: right;
    font-size: 5em;
    direction: rtl;
    text-shadow: 2px 0px 15px #000000;
    color: #f9c02b;
}

#all-series-page-header-img {
    width: 250px;
}

.all-series-page-header-item {
    padding: 20px;
}

.all-series-video-row {
    /*height: auto;*/
    background-color: #303030;
}

.all-series-video-row-title {
    background-color: #303030;
    z-index: 1;
}

.all-series-video-row-title-img-div {
    /*padding: 30px;*/
}

.all-series-video-row-title-img {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}

.all-series-video-row-content {
    background: url(../img/personal/personal-video-row-bg.png) top no-repeat;
    background-size: cover;
    /*height: 100%;*/
}

.all-series-video-row-content-wrapper {
    /*background-color: #282828;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);*/
}

.all-series-video-row-set-detials {
    font-family: 'Assistant', sans-serif;
    direction: rtl;
    text-align: right;
    padding: 10px 5px;
    padding-bottom: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 2px 0px 15px #000000;
}

.all-series-video-row-set-detials .glyphicon {
    font-size: 10px;
}

.all-series-video-row-select-season {
    background-color: #333333;
}

.all-series-video-row-content-extra {
    border-bottom: 4px solid #333333;
}

.all-series-videos-wrapper {
    /*position: relative;
    top: 50%;
    transform: translateY(-50%);*/
    padding: 20px 5px;
}

.all-series-blogs-wrapper {
    padding: 60px 9px 0;
}

.all-series-my-videos-wrapper {
    position: relative;
    display: block;
    margin: auto;
    transition: all .2s ease-in-out;
}

.all-series-my-videos-wrapper:hover {
    /*transition:0.1s;
    transform: scale(1.05);*/

    box-shadow: 0 0 10px 3px #ffffff;
}

.all-series-videos-chapter-slide-description {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background-color: rgba(40, 40, 40, 0.6);
    color: white;
    overflow-x: hidden;
}

.all-series-videos-chapter-slide-number {
    direction: rtl;
    font-family: 'Assistant', sans-serif;
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: bold;
    font-size: 14px;
}

.all-series-videos-chapter-slide-title {
    direction: rtl;
    font-family: 'Assistant', sans-serif;
    position: absolute;
    bottom: 0;
    right: 3px;
    font-size: 14px;
    white-space: nowrap;
}

.all-series-videos-chapter-slide-time {
    font-family: 'Assistant', sans-serif;
    position: absolute;
    top: 0;
    left: 3px;
    font-size: 14px;
    white-space: nowrap;
    /*display: none;*/
}

.all-series-separator {
    background-color: #f9c02b;
    height: 10px;
    transition: opacity 1s ease;
}

.all-series-head-content {
    background: url(../img/personal/personal-video-row-bg.png) top no-repeat;
    background-size: cover;
    height: 100%;
    padding: 30px 0px 92px;
}

.all-series-recent {
    background-color: #282828;
    position: relative;
    height: auto;
    padding: 40px 80px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3)
}

.all-series-recent-title {
    border-bottom: 6px solid #f9c02b;
}

.all-series-recent-title-text {
    font-family: 'Assistant', sans-serif;
    text-align: right;
    font-size: 40px;
    direction: rtl;
    text-shadow: 2px 0px 15px #000000;
    color: #f9c02b;
}

.all-series-recent-wrapper {
    padding-top: 20px;
}

.all-series-recommended {
    padding-top: 5%;
}

.all-series-recommended-content {
    height: auto;
}

.all-series-recommended-title {
    background-color: #303030;
    z-index: 1;
    border-top: 6px solid #f9c02b;
    border-bottom: 6px solid #f9c02b;
    height: auto;
    padding: 20px 30px;
}

.all-series-recommended-title-text {
    font-family: 'Assistant', sans-serif;
    text-align: center;
    font-size: 40px;
    direction: rtl;
    text-shadow: 2px 0px 15px #000000;
    color: #f9c02b;
}

.all-series-recommended-wrapper {
    background-color: #282828;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    padding: 10px 0;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3)
}

.all-series-videos-wrapper [class*="col-"] {
    float: right;
}


/*Special - xs*/

@media only screen and (max-width:767px) {
    .all-series-video-row-content-wrapper {
        transform: initial;
    }
    .all-series-my-videos-wrapper {
        margin-bottom: 20px;
    }
    .all-series-videos-chapter-slide-number {
        font-size: 14px;
    }
    .all-series-recent {
        padding: 40px 10px;
    }
}


/*Special - sm*/

@media (min-width: 768px) and (max-width: 992px) {
    .all-series-video-row-content-wrapper {
        transform: initial;
    }
    .all-series-my-videos-wrapper {
        margin-bottom: 20px;
    }
    .all-series-videos-chapter-slide-number {
        font-size: 14px;
    }
}


/*Special - md*/

@media (min-width: 993px) and (max-width: 1200px) {
    .all-series-videos-wrapper {
        padding: 0px 0px;
    }
    .all-series-videos-chapter-slide-number {
        font-size: 14px;
    }
    .all-series-videos-chapter-slide-description {
        height: 40%;
    }
}


/**********************/

@media (min-width: 1201px) and (max-width: 1400px) {
    .all-series-videos-chapter-slide-number,
    .all-series-videos-chapter-slide-title,
    .all-series-videos-chapter-slide-time {
        font-size: 12px;
    }
}


/****************?? ?????*******************/

#Search-Results {
    margin-top: 24px;
    background-color: #eeeeee;
}

#Search-Results-page-header {
    background: url(../img/search/header-bg.png) top center no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 120px 40px;
    margin-bottom: 5%;
}

#Search-Results-page-header-text {
    text-align: right;
    font-size: 4em;
    direction: rtl;
    text-shadow: 2px 0px 15px #000000;
    color: #FFF;
}

.Search-Results-detalis {
    direction: rtl;
    padding-bottom: 20px;
    font-size: 20px;
}

.Search-Results-body {
    padding-bottom: 5%;
    direction: rtl;
}

.Search-Results-row-result {
    background-color: #f9f9f9;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    margin: 20px 0px;
    position: relative;
    display: block;
    transition: all .1s ease-in-out;
}

.Search-Results-row-result:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

.Search-Results-row-result-icon {
    padding: 3% 0;
}

.Search-Results-row-result-thumbnail {
    /*border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;*/
    padding: inherit;
}

.Search-Results-row-result-thumbnail-img {
    border: 3px solid white;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}

.Search-Results-row-result-content {
    direction: rtl;
    padding: 20px 20px;
}

.Search-Results-row-result-title {
    color: #2ea4db;
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 3px;
}

.Search-Results-row-result-decription {
    color: #000;
    font-size: 16px;
    padding-top: 3px;
}


/****************??? ??????*******************/

#BroadCast {
    margin-top: 24px;
    background-color: #eeeeee;
}

#BroadCast-page-header {
    background: url("../img/BroadCast/Header-bg.png") top center no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 40px;
    margin-top: 66px;
}

#BroadCast-page-header-text {
    font-family: 'Assistant', sans-serif;
    margin-right: 50%;
    font-size: 4em;
    direction: rtl;
    color: #174e65;
}

.BroadCast-body {
    padding-bottom: 3%;
}

.BroadCast-row-day {
    padding: 20px 20px;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
}

.BroadCast-row-day-thumbnail {
    border-left: 1px solid #cfcfcf;
    padding: inherit;
}

.BroadCast-row-day-thumbnail-img {
    border: 3px solid white;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}

.BroadCast-row-day-content {
    font-family: 'Assistant', sans-serif;
    direction: rtl;
    padding: inherit;
}

.BroadCast-row-day-date {
    color: #2ea4db;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 3px;
}

.BroadCast-row-day-list {
    color: #000;
    font-size: 12px;
    padding-top: 3px;
}

.Side-Popup {
    display: inline-block;
    background-image: url(../img/BroadCast/Side-Popup.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 51px;
    height: 250px;
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 246px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
    -o-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.Side-Popup:hover {
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
    -moz-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
    -o-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}


/****************דף צור קשר*******************/

#contact-page {
    margin-top: 24px;
    background-color: #eeeeee;
}

#contact-page-header,
#contact-page-footer,
#contact-form .btn:hover {
    background: rgba(171, 34, 186, 0.73);
}

.contact-page-details-icon {}

#contact-page-header {
    background-size: cover;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    padding-top: 70px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

#contact-page-header-title {
    text-align: center;
    color: #FFF;
    font-size: 7vw;
    text-shadow: 2px 0px 15px rgba(0, 0, 0, 0.7);
}

#contact-page-form,
#contact-page-details {
    padding: 0 3%;
}

#contact-inner-header-text {
    text-align: right;
    color: #000;
    font-size: 23px;
    margin-bottom: 20px;
}

#contact-form .form-control {
    direction: rtl;
    font-size: 15px;
    border-radius: 30px;
}

#contact-form .control-label {
    text-align: center;
}

#contact-form .control-label,
#contact-form select.form-control,
#contact-form input.form-control {
    height: 42px;
}

#contact-form textarea.form-control {
    resize: none;
    padding: 20px 20px;
}

#contact-form .btn {
    border-radius: 30px;
    padding: 10px 12px;
    font-size: 20px;
}

#contact-form .btn:hover {
    color: #FFF;
    border-color: #adadad;
}

#contact-page-details-wrapper {
    background-color: #ffffff;
    border: 1px solid rgba(207, 207, 207, 0.5);
    border-radius: 30px;
    padding: 21px 40px;
}

#contact-page-details ul {
    padding: 0;
}

#contact-page-details li {
    width: 100%;
    position: relative;
    margin: 0px 0px 20px;
    list-style: none;
}

.contact-page-details-icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid rgba(171, 34, 186, 0.73);
    color: #666666;
    line-height: 60px;
    float: left;
    text-align: center;
    font-size: 25px;
    margin: 3px 0px 0px;
}

.contact-page-details-icon .glyphicon {
    color: rgba(171, 34, 186, 0.73);
}

.contact-page-details-text {
    direction: rtl;
    text-align: right;
    padding: 5px 0px 0px 70px;
}

.contact-page-details-text-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 8px;
    text-transform: capitalize;
}

.contact-page-details-text-desc {
    letter-spacing: 0.2px;
    line-height: 24px;
    color: #999999;
    font-size: 18px;
}

#contact-page-footer {
    height: 20px;
    width: 100%;
    margin-top: 50px;
}


/*Special - sm*/

@media (max-width: 992px) {
    #contact-page-details {
        margin-top: 50px;
    }
}


/*Special - xs*/

@media only screen and (max-width:767px) {
    #contact-inner-header-text {
        font-size: 20px;
        margin-bottom: 0px;
    }
    #contact-form .col-sm-4 .form-control {
        margin: 15px 0;
    }
    #contact-form .col-sm-4 .form-control:last-child {
        margin-bottom: 0px;
    }
    #contact-page-header {
        margin-bottom: 30px;
    }
    #contact-page-footer {
        margin-top: 30px;
    }
}


/****************PagingHelper*******************/

.page-total {
    font-family: 'Assistant', sans-serif;
    font-size: 13px;
}

.page-total-pagination {}

.page-total .pagination {
    margin: 0;
}

.page-total-text {
    direction: rtl;
}


/*******************Puzzles Page************************/

#puzzles-header {
    margin-top: 50px;
    background: url(../img/puzzles/puzzles-header.png) center right no-repeat;
    background-size: cover;
}

#puzzles-header-text h1 {
    font-size: 4em;
    color: white;
    padding: 60px 0;
    text-align: right;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

#puzzles-header-text {}

.puzzles-seperator {
    height: 10px;
    background-color: white;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    z-index: 200;
}

#puzzles-page-maamul-header {
    background: url(../img/puzzles/header-maamul.png) center center no-repeat;
    background-size: cover;
    /*border-top: 10px solid #cbd5d7;
    border-bottom: 10px solid #cbd5d7;*/
}

#puzzles-page-maamul-content {
    background: url(../img/puzzles/header-maamul-2.png) center center no-repeat;
    background-size: cover;
}

#puzzles-page-meiri-header {
    background: url(../img/puzzles/header-meiri.png) center center no-repeat;
    background-size: cover;
    /*border-top: 10px solid #e4222c;
    border-bottom: 10px solid #e4222c;*/
}

#puzzles-page-smarty-header {
    background: url(../img/puzzles/header-smarty.png) center center no-repeat;
    background-size: cover;
    /*border-top: 10px solid #23497c;
    border-bottom: 10px solid #23497c;*/
}

#puzzles-page-talent-header {
    background: url(../img/puzzles/header-talent.png) center center no-repeat;
    background-size: cover;
    /*border-top: 10px solid #e9006a;
    border-bottom: 10px solid #e9006a;*/
}

.puzzle-page-puzzle-header {
    text-align: center;
}

.puzzle-page-header-helper {
    display: inline-block;
}

.puzzle-page-puzzle-header-text {
    display: inline-block;
}

.puzzle-page-puzzle-header-img {
    display: inline-block;
    padding: 20px 0;
}

.puzzle-page-puzzle-header-text h2 {
    font-size: 3em;
    color: white;
}

#puzzles-page-winners {
    background: url(../img/puzzles/winners-bg.png) top center no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    overflow-y: auto;
}

#puzzle-page-video-winners-row {}

#puzzles-page-winners h2 {
    color: white;
    font-size: 3em;
    text-align: center;
}

.winner-text {
    color: white;
    text-align: center;
}

#winners-names {
    padding: 12vw 20px 20px;
    /*position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;*/
}

#puzzles-page-meiri-form {
    background: url(../img/parasha/parasha-box-2-bg.png) top no-repeat;
    background-size: cover;
    overflow: overlay;
}

#puzzles-page-parasha-page-link {
    text-align: center;
    color: white;
}

.video-maamul {
    padding: 20px;
}

.video-maamul-image {
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
}

#answer-maamul-puzzle {}

#puzzles-page-talent-content {
    background-color: #30052d;
}

#puzzles-page-smarty-content {
    background-color: #6999d9;
    height: auto;
}

#puzzles-page-smarty-content-text {
    direction: rtl;
    color: white;
    padding: 20px;
}

#puzzles-page-smarty-button {
    position: relative;
}

#puzzles-page-smarty-button-image {
    width: 90%;
}

.puzzles-page-talent-text {
    color: #e3b70a;
    text-align: center;
}

#puzzles-page-talent-text-title {
    font-size: 2.5vw;
}

#puzzles-page-talent-text-description {
    font-size: 1.5vw;
}


/*********************************************/

#announcement-board {
    background-image: radial-gradient(rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0)), url('../img/BroadCast/board-bg.png');
    background-repeat: no-repeat, repeat;
    border: 10px solid #543a26;
    padding: 50px;
    -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.6), inset 0 0 30px rgba(0, 0, 0, 0.5);
}

.announcement-board-item {
    background-color: white;
    padding: 30px;
    margin-bottom: 50px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.announcement-board-item-right {
    transform: rotate(3deg);
}

.announcement-board-item-left {
    transform: rotate(-3deg);
}

.announcement-board-item-title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.announcement-board-item-photo {
    margin-bottom: 20px;
}

.announcement-pin {
    margin-top: -47px;
}

.bottom-add-comment-button {
    padding: 20px;
    background-color: #7736AF;
    border-radius: 10px;
    color: white;
}

.bottom-add-comment-button:hover {
    background-color: #772EAE;
    color: white;
}

#comments-list {
    margin-top: 80px !important;
}

a:focus {
    color: white;
    text-decoration: none;
}

#watching-problem-button {
    border-bottom: 2px solid #646fc1;
    transition: all ease 0.5s;
}

#watching-problem-button:hover {
    background-color: #646fc1;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none !important;
    outline: 0px !important;
}
a:active {
    color: lightskyblue !important;
}
.form-textarea {
    resize: none;
}

.editor-style {
    color: red !important;
}

.more-blog-item {
    padding: 40px 60px 0;
    margin: 0 60px 60px;
    background-color: #7ff2d0;
    -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3);
}

.more-blog-item-title {
    text-align: center;
    color: #2D2D2D;
    font-size: 24px;
    margin: 20px 0;
    font-weight: bold;
}

#more-blog-item-blog {
    border: 2px solid #a02ea6;
}

#more-blog-item-video {
    border: 2px solid #1299fe;
}

#more-blog-item-game {
    border: 2px solid #089943;
}

.games-points-tag {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

#more-blog-title {
    background: url('../img/blog/more-blog-title-bg.png') no-repeat bottom center;
    text-align: center;
    color: white;
    font-size: 50px;
    font-weight: bold;
    padding: 60px 0 31px;
    direction: rtl;
    margin-bottom: 30px;
}

#back-to-all-games-img {
    transition: all .2s ease-in-out;
}

#back-to-all-games-img:hover {
    transform: rotate(20deg);
}


/*  home-page-whats-new*/

#home-page-whats-new {
    padding: 0px 50px 284px;
    background: url(/img/home/home-page-whats-new-bg-blue.png) center center no-repeat;
    background-size: cover;
}

.home-page-whats-new-item-img {
    width: 80%;
}

#home-page-whats-new #movieposters {
    list-style: none;
    margin: 50px 0;
    /*height: 550px;*/
}

#home-page-whats-new #movieposters li {
    display: inline;
    float: left;
    -webkit-perspective: 600;
    -webkit-transform-style: preserve-3d;
    -webkit-transition-property: perspective;
    -webkit-transition-duration: 0.5s;
    width: 33%;
}

#home-page-whats-new #movieposters li:hover {
    -webkit-perspective: 5000;
}

#home-page-whats-new #movieposters li img {
    border: 10px solid #fcfafa;
    -webkit-transform: translateZ(1px) rotateY(-30deg);
    -moz-box-shadow: 0 3px 10px #888;
    -webkit-box-shadow: 0 3px 10px #888;
    -webkit-transition-property: transform;
    -webkit-transition-duration: 0.5s;
}

#home-page-whats-new #movieposters li:hover img {
    -webkit-transform: translateZ(1px) rotateY(0deg);
}

#home-page-whats-new .movieinfo {
    border: 10px solid #fcfafa;
    padding: 20px;
    width: 200px;
    height: 180px;
    background-color: #deddcd;
    margin: -45px 55px 0 0;
    position: absolute;
    -moz-box-shadow: 0 20px 40px #888;
    -webkit-box-shadow: 0 20px 40px #888;
    -webkit-transform: translateZ(30px) rotateY(-30deg);
    -webkit-transition-property: transform, box-shadow, margin;
    -webkit-transition-duration: 0.5s;
}

#home-page-whats-new #movieposters li:hover .movieinfo {
    -webkit-transform: rotateY(0deg);
    -webkit-box-shadow: 0 5px 10px #888;
    margin: -25px 30px 0 0;
}

.home-page-whats-new-item-title {
    color: white;
    text-align: center;
    left: 4%;
    /*10%*/
    padding: 20px;
    width: 72%;
    /*60%*/
    /*height: 180px;*/
    background-color: #008A7F;
    margin-top: -45px;
    position: absolute;
    -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateZ(30px) rotateY(-30deg);
    -webkit-transition-property: transform, box-shadow, margin;
    -webkit-transition-duration: 0.5s;
    direction: rtl;
}

#home-page-whats-new #movieposters li:hover .home-page-whats-new-item-title {
    -webkit-transform: translateZ(10px) rotateY(0deg);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    margin-top: -25px;
}

.home-page-whats-new-item-description {
    color: white;
    text-align: center;
    left: 7%;
    /*14%*/
    padding: 26px 20px;
    /*50px 20px*/
    width: 66%;
    /*52%*/
    height: 130px;
    /*220px*/
    background-color: #00594B;
    margin-top: 5px;
    position: absolute;
    -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateZ(15px) rotateY(-30deg);
    -webkit-transition-property: transform, box-shadow, margin;
    -webkit-transition-duration: 0.5s;
    direction: rtl;
}

#home-page-whats-new #movieposters li:hover .home-page-whats-new-item-description {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    margin-top: 35px;
}

.home-page-whats-new-item-button {
    font-size: 24px;
    color: white;
    text-align: center;
    left: 20%;
    padding: 10px;
    width: 40%;
    /*height: 180px;*/
    background-color: #01B868;
    margin-top: 110px;
    /*195px*/
    position: absolute;
    -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateZ(30px) rotateY(-30deg);
    -webkit-transition-property: transform, box-shadow, margin;
    -webkit-transition-duration: 0.5s;
    direction: rtl;
}

#home-page-whats-new #movieposters li:hover .home-page-whats-new-item-button {
    -webkit-transform: translateZ(30px) rotateY(0deg);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    margin-top: 150px;
    /*240px*/
}

.home-page-whats-new-item-icon {
    left: 23%;
    margin-top: -62%;
    position: absolute;
    -webkit-transform: translateZ(0px) rotateY(-30deg);
    -webkit-transition-property: transform, box-shadow, margin;
    -webkit-transition-duration: 0.5s;
}

.home-page-whats-new-item-icon img {
    border: none !important;
    box-shadow: none !important;
}

#home-page-whats-new #movieposters li:hover .home-page-whats-new-item-icon {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    margin-top: -62%;
}

#home-page-whats-new .movieinfo h3 {
    color: #7a3f3a;
    font-variant: small-caps;
    font-family: Georgia, serif, Times;
    text-align: center;
    padding-bottom: 15px;
}

#home-page-whats-new .movieinfo p {
    padding-bottom: 15px;
}

#home-page-whats-new .movieinfo a {
    background-color: #7a3f3a;
    padding: 5px 10px;
    color: #eee;
    text-decoration: none;
    display: block;
    width: 80px;
    text-align: center;
    margin: 0 auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#home-page-whats-new .movieinfo a:hover,
#home-page-whats-new .movieinfo a:focus {
    background-color: #6a191f;
    color: #fff;
    margin: auto;
}

#main-nav {
    margin-top: 40px;
    background-color: #033746;
    border-radius: 0;
    border: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

#main-nav .navbar-header {
    float: right;
}

#main-nav li a {
    color: white;
    padding-top: 13px;
    padding-bottom: 7px;
}

#main-nav .navbar-brand {
    color: white;
}

@media (min-width: 768px) {
    .navbar-nav>li {
        float: right;
    }
}

@media (min-width: 768px) {
    .navbar-nav.navbar-center {
        position: absolute;
        /*left: 50%;
        transform: translateX(-50%);*/
    }
}

#main-nav-video {
    background-color: rgba(7, 152, 255, 0.9);
    /*#0798FF*/
}

#main-nav-games {
    background-color: rgba(0, 152, 60, 0.9);
    /*#00983C*/
}

#main-nav-blog {
    background-color: rgba(158, 37, 164, 0.9);
    /* #9E25A4*/
}

#main-nav-shop {
    background-color: rgba(71, 181, 186, 0.9);
    /*#E7487A*/
}

#main-nav-free {
    background-color: rgba(67, 200, 168, 0.9);
    /*#43C8A8*/
}

#main-nav-pash {
    background-color: rgba(253, 139, 11, 0.9);
    /*#FD8B0B*/
}

#main-nav-tiny {
    background-color: rgba(231, 72, 122, 0.9);
    /*#E7487A*/
}

#main-nav-meiri {
    background-color: rgba(228, 34, 44, 0.9);
    /*#E7487A*/
}

#main-nav-meiri a:before {
    width: 90px !important;
}

#main-nav-meiri-img {
    width: 66px;
    padding: 3px 0;
    margin-left: 0;
}

.main-nav-icon {
    width: 30px;
    margin-left: 10px;
    transition: all ease-in-out 0.1s;
}

#main-nav li .main-nav-icon {
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

#main-nav li:hover .main-nav-icon {
    /*transform: scale(1.1);*/
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

#main-nav li a {
    position: relative;
    display: inline-block;
}

#main-nav li a:before {
    pointer-events: none;
    position: absolute;
    content: '';
    bottom: 3px;
    right: 5px;
    height: 10px;
    width: 50px;
    filter: alpha(opacity=0);
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 60%);
    background: -webkit-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 60%);
    background: -moz-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 60%);
    background: -o-radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 60%);
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

#main-nav li a:hover:before,
#main-nav li a:focus:before,
#main-nav li a:active:before {
    filter: alpha(opacity=100);
    opacity: 1;
}

#main-nav-brand-logo {
    display: inline-block;
    width: 30px;
    margin-left: 10px;
}

#header-new {
    /*position: fixed;*/
}

#personal-nav {
    background-color: #08475A;
    min-height: 40px;
    border: none;
    color: white;
    font-size: 14px;
    z-index: 3000;
}

#personal-nav li a {
    padding: 5px;
    font-size: 15px;
    color: white;
}

#personal-nav .open a {
    background-color: #08475A;
}

#personal-nav .dropdown-menu {
    padding: 0;
    margin: 0;
    left: 0;
    right: auto;
    margin-left: 39px;
    margin-top: -9px;
    width: 201px;
}


/*#personal-nav .dropdown-menu li a {
            padding: 0;
            background-color: lightblue;
        }*/

.personal-nav-user-add,
.personal-nav-user-item {
    padding: 0;
    background-color: lightblue;
    font-size: 16px;
}


/*#personal-nav .dropdown-menu li:last-child a {
            border-bottom: none;
        }*/

#home-page-whats-new-title {
    text-align: center;
    font-size: 85px;
    padding-top: 34px;
}

#home-page-whats-new-video {
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
    padding: 4% 6% 28%;
}

.personal-nav-button {
    border-radius: 11px;
    padding: 3px 33px;
    margin: 2px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(0, 0, 0, .3);
}

#personal-nav-disconnect {
    background-color: #BA2222;
}

#personal-nav-contact {
    background-color: #1FAB9B;
}

#personal-nav-personal-page {
    background-color: #2EA4DB;
}

#personal-nav-connect {
    background-color: #2EA4DB;
}

#personal-nav-join {
    background-color: #1EA621;
}

.personal-nav-user-kid-name {
    text-align: center;
    padding: 3px 0;
    background-color: #2EA4DB;
    border-left: 1px solid #afafaf;
}

.login .personal-nav-user-kid-name {
    color: #e7e7e7;
}

.login .personal-nav-user-kid-name:after {
    content: 'מחובר - ';
    direction: rtl;
}

option.login .kid-fullname:after {
    content: ' - מחובר';
    direction: rtl;
}

.personal-nav-more-user-kid-name {
    border-bottom: 1px solid lightblue;
}

.personal-nav-more-user-kid-name:last-child {
    border-bottom: none;
}

#personal-nav-user-family-name {
    text-align: center;
    padding: 3px 0;
    background-color: #2EA4DB;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}

.personal-nav-user-photo {
    position: relative;
}

.personal-nav-user-photo-img {
    position: absolute;
    width: 37px;
    height: 27px;
    object-fit: cover;
    left: -4px;
}

.personal-nav-more-user-photo-img {
    width: 36px;
    left: -3px;
}

#personal-nav-user {
    background-color: #2EA4DB;
    border-radius: 11px;
    margin: 2px;
    width: 400px;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(0, 0, 0, .3);
}

#personal-nav-user-caret {
    border-right: 1px solid #5e808a;
    padding: 3px 0;
    text-align: center;
    font-size: 14px !important;
    background-color: #2EA4DB;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

#personal-nav-points {
    border-radius: 11px;
    margin: 7px;
    background-color: #2EA4DB;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(0, 0, 0, .3);
}

#personal-nav-points-number {
    padding: 3px 32px;
    margin-top: -2px;
    background-color: white;
    color: #2EA4DB;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    font-weight: bold;
    font-size: 16px;
}

#personal-nav-points-icon {
    position: relative;
}

#personal-nav-trophy {
    position: absolute;
    right: 8px;
    top: 3px;
    width: 17px;
}

#personal-nav-search {
    background-color: #2EA4DB;
    border-radius: 11px;
    margin: 7px;
    width: 200px;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(0, 0, 0, .3);
}

#personal-nav-search-title-text {
    transition: all ease-in-out .1s;
}

#personal-nav-search-title {
    padding: 3px 19px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    background-color: #2EA4DB;
    border: none;
}

#personal-nav-search-title:hover #personal-nav-search-title-text {
    color: white;
    /*transform: scale(1.1);*/
}

#personal-nav-search-bar {
    font-family: FontAwesome, 'Assistant', sans-serif !important;
    padding: 3px 9px;
    background-color: white;
    color: #2EA4DB;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    border: none;
    direction: rtl;
}

#personal-nav-search-bar:focus,
#personal-nav-search-title:focus {
    outline: none;
}

#personal-nav-search-bar::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2EA4DB;
    opacity: 1;
    /* Firefox */
}

#personal-nav-search-bar:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2EA4DB;
}

#personal-nav-search-bar::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #2EA4DB;
}

.more-other-sets-set {
    color: #ffdead;
}

.more-kids-row {
    z-index: 2000;
    display: none;
}


/* כפתורים */

.btn-panel {
    background-image: url("../img/header/UserPanel/bg_bt.png");
    background-position: center;
    background-repeat: no-repeat;
}

.btn-slide-anime {
    -webkit-transition: all 0.2s ease, background-position 0.5s ease;
    -ms-transition: all 0.2s ease, background-position 0.5s ease;
    transition: all 0.2s ease, background-position 0.5s ease;
    -webkit-animation: in 0.3s ease-out;
    -moz-animation: in 0.3s ease-out;
    -ms-animation: in 0.3s ease-out;
    -o-animation: in 0.3s ease-out;
    animation: in 0.3s ease-out;
}

.btn-slide-anime:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-animation: out 0.3s ease-out;
    -moz-animation: out 0.3s ease-out;
    -ms-animation: out 0.3s ease-out;
    -o-animation: out 0.3s ease-out;
    animation: out 0.3s ease-out;
}

.g-recaptcha {
    margin-bottom: 15px;
}

#broadcast-button {
    position: fixed;
    top: 350px;
    left: 0;
    transform: translateX(-7px);
    transition: all 0.3s ease-out;
    z-index: 9999999;
}

#broadcast-button:hover {
    transform: translateX(0);
    transition: all 0.3s ease-out;
}

#broadcast-button img {
    width: 80%;
}

.sets-main-page-sets-img-wrapper {
    width: 80%;
    margin: auto;
}

.sets-main-page-sets-img-inner {
    width: 80%;
    height: 80%;
    margin: 46px auto;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}

.sets-main-page-items-row {
    margin: 22px 0;
    background-color: #282828;
    padding: 20px 0;
    box-shadow: -8px 0px 10px 5px rgba(0, 0, 0, 0.3);
}

.sets-main-page-item {
    float: right;
}

#all-sets-big-item-number {
    font-size: 24px;
}

#all-sets-big-item-title {
    font-size: 24px;
}

.free-videos-page-title,
.free-videos-main-section {
    color: #43C8A8 !important;
}

.free-videos-separator {
    background-color: #43C8A8 !important;
}

.free-videos-main-section-title {
    border-bottom: 6px solid #43C8A8;
}

.free-videos-button {
    background-color: #f9c02b;
    border-color: #f9c02b;
    width: 100%;
    font-size: 30px;
    direction: rtl;
    margin: -12.5% 0 4%;
    color: #282828;
    transition: all ease-in-out .1s;
}

.free-videos-button:hover {
    transform: scale(1.02);
}

#all-series-page-header-photo {
    padding: 2%;
}

#index-top {
    padding: 180px 0;
 /*   background: url(/img/home/home-top/winter/Winter_BG.jpg) center left no-repeat;*/
    background-size: cover;
    position: relative;
    margin-top: 90px;
    overflow: hidden;
}

#index-top-front-bg {
    background: url(/img/home/home-top/summer/front-sand.png) top center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 37%;
}

#index-top-video {
    position: relative;
    width: 28%;
    left: 66%;
}

#index-top-branch-right {
    position: absolute;
    left: 80%;
    top: -16%;
    width: 20%;
    animation-name: branch-right;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 100% 0%;
}

@keyframes branch-right {
    0% {
        transform: rotate(1deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

#index-top-newyear-pulke {
    position: absolute;
    width: 9%;
    bottom: 22%;
    left: 81%;
    animation-name: newyear-pulke;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 219%;
}

@keyframes newyear-pulke {
    0% {
        transform: rotate(1deg);
    }
    50% {
        transform: rotate(-6deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

#index-top-newyear-asi {
    position: absolute;
    width: 7%;
    bottom: 37%;
    left: 60%;
    animation-name: newyear-asi;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    /*transform-origin: 31% 100%;*/
}

@keyframes newyear-asi {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(70px);
    }
    100% {
        transform: translateX(0px);
    }
}

#index-top-newyear-tuviya {
    position: absolute;
    width: 21%;
    bottom: 43px;
    left: 29%;
}

#index-top-branch-left-back {
    position: absolute;
    left: 0%;
    top: -33%;
    width: 30%;
    animation-name: branch-left-back;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 0% 0%;
}

@keyframes branch-left-back {
    0% {
        transform: rotate(1deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

#index-top-branch-left-front {
    position: absolute;
    left: -10%;
    top: -33%;
    width: 40%;
    animation-name: branch-left-front;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 0% 0%;
}

@keyframes branch-left-front {
    0% {
        transform: rotate(1deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

#index-top-watermelon {
    position: absolute;
    width: 13%;
    bottom: 10px;
    left: 79%;
    animation-name: watermelon;
    /*animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 40% 100%;*/
}

#index-top-watermelon img {
    width: 80%;
}

@keyframes watermelon {
    0% {
        transform: rotate(1deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

#index-top-pulke {
    position: absolute;
    width: 27%;
    bottom: 361px;
    left: 58%;
}

#index-top-summer-game {
    position: absolute;
    width: 22%;
    bottom: 150px;
    left: 4%;
    animation-name: yonatan;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    z-index: 1;
}

#index-top-new-year-page {
    position: absolute;
    width: 19%;
    bottom: 31px;
    left: 11%;
    animation-name: yonatan;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

#index-top-yonatan {
    position: absolute;
    width: 27%;
    bottom: 0px;
    left: 6%;
    /*animation-name: yonatan;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;*/
}

@keyframes yonatan {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.0);
    }
}

#index-top-ice3 {
    position: absolute;
    width: 8%;
    bottom: 30px;
    left: 50%;
    animation-name: ice3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
}

@keyframes ice3 {
    0% {
        transform: rotate(1deg);
    }
    50% {
        transform: rotate(4deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

#index-top-ice2 {
    position: absolute;
    width: 7%;
    bottom: 30px;
    left: 40%;
    animation-name: ice2;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
}

@keyframes ice2 {
    0% {
        transform: rotate(1deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

#index-top-ice1 {
    position: absolute;
    width: 9%;
    bottom: 13%;
    left: 29%;
    animation-name: ice1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
}

@keyframes ice1 {
    0% {
        transform: rotate(1deg);
    }
    50% {
        transform: rotate(-4deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

#index-top-banana {
    position: absolute;
    width: 15%;
    bottom: 51px;
    left: 23%;
    animation-name: banana;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
}

@keyframes banana {
    0% {
        transform: rotate(1deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(1deg);
    }
}

#index-top-kiwi-back {
    position: absolute;
    width: 12%;
    bottom: 20px;
    left: 13%;
    animation-name: kiwi-back;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 40% 100%;
}

@keyframes kiwi-back {
    0% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-6deg);
    }
    100% {
        transform: rotate(2deg);
    }
}

#index-top-kiwi-front {
    position: absolute;
    width: 10%;
    bottom: 20px;
    left: 20%;
    animation-name: kiwi-front;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 40% 100%;
}

@keyframes kiwi-front {
    0% {
        transform: rotate(-1deg);
    }
    50% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-1deg);
    }
}

#index-top-title {
    position: absolute;
    width: 27%;
    top: -55px;
    left: 45%;
    color: #E50014;
    text-align: center;
    padding: 109px 0px;
    direction: rtl;
    transform: rotate(7deg);
    /*background: url(/img/home/home-top/summer/title-bg-white.png) top center no-repeat;*/
    background-size: contain;
    height: 50%;
    /*animation-name: title;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;*/
    transform-origin: 50% 0%;
}

#index-top-title #first-line {
    font-size: 70px;
    font-weight: bold;
    line-height: 1.42857143;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 10px 10px 15px black;
}

#index-top-title #second-line {
    font-size: 40px;
    line-height: 1.057143;
    font-weight: bold;
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 10px 10px 15px black;
}

@keyframes title {
    0% {
        transform: rotate(-1deg);
    }
    50% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-1deg);
    }
}

#index-top-light {
    position: absolute;
    width: 27%;
    top: -30px;
    left: 0;
    animation-name: light;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 0% 0%;
}

@keyframes light {
    0% {
        transform: rotate(-2deg);
    }
    50% {
        transform: rotate(4deg);
    }
    100% {
        transform: rotate(-2deg);
    }
}

#index-top-autumn {
    position: absolute;
    width: 30%;
    top: 94px;
    left: 29%;
    animation-name: autumn;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    transform-origin: 50% 50%;
}

@keyframes autumn {
    0% {
        transform: rotate(-2deg);
    }
    50% {
        transform: rotate(4deg);
    }
    100% {
        transform: rotate(-2deg);
    }
}

#autumn-text {
    text-align: center;
    position: absolute;
    bottom: 29%;
    left: 22%;
    font-size: 2.2vw;
    color: white;
    line-height: 1.2;
}

#our-content-signup {
    margin: 9px auto 40px;
    transition: all ease-in-out .1s;
    background: url(/img/home/green-button-empty.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    text-align: center;
    direction: rtl;
    color: white;
    font-size: 40px;
    padding: 24px 0 42px;
}

#our-content-signup:hover {
    transform: scale(1.1);
}

.our-content-circle {
    float: right;
}

#main-nav-gradient-layer {
    position: absolute;
    top: 0;
    left: 0;
}

#main-nav-gradient-layer img {
    width: 100%;
    height: 50px;
}

.all-blog-set-img-inner {
    width: 80%;
    height: 80%;
    margin: auto;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

.all-series-blog-title {
    font-family: 'Assistant', sans-serif;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 17px;
    white-space: nowrap;
}

#end-of-video-row {
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 50px;
}

.end-of-video-row-item {
    transition: all ease-in-out 0.1s;
    padding: 20px 30px;
    min-height: 320px;
}

.end-of-video-row-item:hover {
    transform: scale(1.02);
}

#free-videos-header {
    background: url(/img/free-videos/header-free-video.png) center center no-repeat;
    background-size: cover;
    height: 300px;
    margin-top: 90px;
}

#free-videos-header-title {
    text-align: center;
    color: #3EB89B;
    font-size: 110px;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}

#personal-nav-not-connected-message {
    padding: 12px;
}

.stitched-top {
    padding: 20px;
    /*margin: 10px;*/
    background: #3DAADE;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    border: 2px dashed #1D87AB;
    border-radius: 10px;
    box-shadow: 0 0 0 14px #3DAADE, 2px 13px 27px 4px rgba(10, 10, 0, 0.5);
    font-weight: normal;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    z-index: 2;
    height: 448px;
}

.stitched-bottom {
    padding: 20px;
    /*margin: 10px;*/
    background: #033746;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    border: 2px dashed #075E77;
    border-radius: 10px;
    box-shadow: 0 0 0 14px #033746, 2px 13px 27px 4px rgba(10, 10, 0, 0.5);
    font-weight: normal;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    width: 80%;
    margin: -50px auto 0;
    z-index: 1;
    height: 340px;
}

.stitched-bottom .modal-body {
    padding-top: 100px;
}

#personalModal .modal-dialog {
    width: 60%;
}

#personalModal label {
    margin-top: 3px;
    font-size: 16px;
}

#personalModal select {
    width: 32%;
    display: inline-block;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}

#personal-modal-personal-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

#personal-modal-logo {
    margin-bottom: 35px;
}

#personal-modal-personal-img-empty {
    width: 150px;
    height: 150px;
    background-color: #32809E;
}

#personal-modal-upload-image {
    padding: 12px;
    background-color: #2b6d8c;
    border: none;
    margin-top: 12px !important;
    transition: all ease-in-out .1s;
}

#personal-modal-upload-image:hover {
    transform: scale(1.05);
}

#personal-modal-upload-image:focus,
#personal-modal-upload-image:active,
#personal-modal-upload-image:hover,
#personal-modal-upload-image:visited {
    color: white;
    outline: none;
    box-shadow: none !important;
}

#personal-modal-personal-img-section {
    /*padding-right: 31px;*/
    padding-right: 0;
}

#personal-modal-personal-details {
    border-right: 2px dashed #1D87AB;
    padding: 0 28px;
}

.modal-personal-details {
    border-right: 2px dashed #1D87AB;
    padding: 0 28px;
}

#personal-modal-recommended-middle {
    border-right: 2px dashed #075E77;
    border-left: 2px dashed #075E77;
}

#personal-modal-save-button {
    background-color: #2b6d8c;
    border: none;
    transition: all ease-in-out .1s;
}

#personal-modal-save-button:hover {
    transform: scale(1.05);
}

.modal-save-button {
    background-color: #2b6d8c;
    border: none;
    transition: all ease-in-out .1s;
}

.modal-save-button:hover {
    transform: scale(1.05);
}

#personal-modal-close-button {
    position: absolute;
    top: 10px;
    left: 10px;
}

.modal-close-button {
    position: absolute;
    top: 10px;
    left: 10px;
}

.selects-col {
    font-size: 12px;
    color: black;
    padding-left: 1%;
}

#about-us-top {
    position: relative;
    margin-top: 90px;
    padding-right: 0;
    padding-left: 0;
}

#about-us-top-middle {
    padding: 50px 0;
}

#about-us-top-left-curtain {
    background: url(/img/about-us/curtain-left.png) top right no-repeat;
    background-size: cover;
    height: 450px;
}

#about-us-top-right-curtain {
    background: url(/img/about-us/curtain-right.png) top left no-repeat;
    background-size: cover;
    height: 450px;
}

#about-us-top-text {
    padding: 0 20px;
}

#about-us-top-text div {
    margin: 30px 0;
}

#about-us-top-title {
    color: #D31200;
    font-weight: bold;
}

#about-us-top-logo {
    margin-top: 75px;
}

#about-us-video {
    background: url(/img/about-us/about-us-video-bg.png) center center no-repeat;
    background-size: cover;
}

#about-us-video-text {
    padding: 30px;
    margin: 112px auto 50px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

#about-us-video-text div {
    margin: 30px 0;
}

#about-us-video-title {
    text-align: center;
    padding-top: 23px;
    font-weight: bold;
    color: #39C4E2;
}

.about-us-button {
    transition: all ease-in-out .1s;
}

.about-us-button:hover {
    transform: scale(1.05);
}

#about-us-blog {
    background: url(/img/about-us/about-us-blog-bg.png) center center no-repeat;
    background-size: cover;
    padding: 130px 0;
}

.about-us-title {
    font-size: 45px;
}

#about-us-blog-text {
    color: #067395;
    font-weight: bold;
    padding: 0 100px;
}

#about-us-blog-text div {
    margin: 30px 0;
}

#about-us-games {
    background: url(/img/about-us/about-us-games-bg.png) top center no-repeat;
    background-size: cover;
    /*padding: 130px 0;*/
}

#about-us-games-text {
    text-align: center;
    color: #09708E;
    font-weight: bold;
}

#about-us-games-title {
    padding: 30px 0;
}

#about-us-games-description {
    padding-bottom: 500px;
}

.site-name {
    color: #39C4E2;
    font-weight: bold;
}

#about-us-subscribe {
    padding: 40px 0;
}

#about-us-subscribe-title {
    color: #484848;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    margin: 50px 0 25px;
}

#about-us-subscribe-subtitle {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 25px;
}

.season-button {
    float: right;
    /*height: 35px;*/
    background-color: #333333;
    color: white;
    font-size: 16px;
    padding: 0 12px 6px;
    border-left: 1px solid #666;
    border-top: none;
    border-right: none;
    border-bottom: none;
    transition: all ease-in-out .2s;
    height: 50px;
    transform: translateY(10px);
}

.season-button:hover {
    transform: translateY(5px);
    background-color: #414141;
}

.season-button:focus,
.season-button:visited,
.season-button:active {
    outline: none;
}

#submit-message:focus,
#submit-message:visited,
#submit-message:active {
    outline: none;
}

#AjaxLessons {
    background: #282828;
    position: relative;
}

.sets-page-video-item {
    padding: 20px;
    float: right;
}


/* חלון התחברות */

#KidM,
#loginM {
    top: 5%;
}

#KidM .modal-content,
#loginM .modal-content {
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 15px;
    background: #fee75c;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #fee75c 0%, #fed332 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #fee75c 0%, #fed332 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #fee75c 0%, #fed332 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fee75c', endColorstr='#fed332', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#KidM .modal-header,
#loginM .modal-header {
    border-bottom: 0px solid #e5e5e5;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    background: #35b3e1;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #35b3e1 0%, #2592d4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #35b3e1 0%, #2592d4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #35b3e1 0%, #2592d4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#35b3e1', endColorstr='#2592d4', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#KidM .modal-title,
#loginM .modal-title {
    margin-top: 30px;
    text-align: center;
    font-size: 40px;
    color: #fff;
}

@media (max-width: 768px) {
    #KidM .modal-title,
    #loginM .modal-title {
        margin-top: 20px;
        font-size: 30px;
    }
}

#KidM .modal-main,
#loginM .modal-main {
    padding-left: 25px;
    padding-right: 25px;
}

#KidM .modal-body,
#loginM .modal-body {
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

#KidM .modal-footer,
#loginM .modal-footer {
    border-top: 1px solid #FFF;
    text-align: center;
}

@media (max-width: 768px) {
    #KidM .modal-header,
    #loginM .modal-header {
        padding-bottom: 0px;
    }
    #KidM .modal-body,
    #loginM .modal-body {
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #KidM .modal-footer,
    #loginM .modal-footer {
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
    }
}

#login_logo {
    position: relative;
    top: 50px;
}

@media (max-width: 768px) {
    #login_logo {
        top: 30px;
        height: 60px;
    }
}

#KidM form,
#loginM form {
    margin-top: 20px;
}

#KidM form .form-group,
#loginM form .form-group {
    margin-right: 0;
}

#KidM form .form-control,
#loginM form .form-control {
    border: 0px solid #ccc;
    border-radius: 0px;
}

#KidM form label,
#loginM form label {
    background-color: #2ea4db;
    padding: 6px;
    text-align: center;
    color: #FFF;
    font-weight: normal;
}

#KidM .left-form,
#loginM .left-form {
    background-color: #fedf4b;
    border-radius: 50%;
    padding-right: 5px;
    margin-top: 5px;
    top: -23px;
    right: -20px;
}

#KidM .modal-content {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    /* Old browsers */
    box-shadow: none;
}

#KidM .modal-header {
    border-bottom: 0px;
    background: transparent;
}

#KidM .modal-main {
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 15px;
}

#KidM .modal-main,
#KidM .left-form {
    background-color: #fee75c;
}

#KidM .header-login-user {
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#KidM .login-user-name {
    text-shadow: rgb(0, 0, 0) 2px 0px 15px;
    font-weight: bold;
}

#KidM .join-user-pic,
#KidM .login-user-pic {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-box-shadow: rgb(0, 0, 0) 2px 0px 15px;
    box-shadow: rgb(0, 0, 0) 2px 0px 15px;
}

#KidM .login-user-pic {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

#KidM .join-user-pic {
    display: table;
    border: 8px solid white;
    padding: 30.5px 23px;
    background-color: #2ea4db;
}

.forget_bt,
#login_page,
.login_bt {
    background: #2ea4db url("../img/header/LoginM/bt_connect_smile.png");
    background-position: 8px 55px;
    background-repeat: no-repeat;
    border: 3px solid white !important;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2) !important;
    border-radius: 50%;
    padding: 10px 16px;
    height: 99px;
    width: 99px;
    text-align: center;
    line-height: 1.33;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    outline: -webkit-focus-ring-color auto 0px;
    -webkit-transition: all 0.2s ease, transform 0.5s ease;
    -ms-transition: all 0.2s ease, transform 0.5s ease;
    transition: all 0.2s ease, transform 0.5s ease;
}

@media (max-width: 768px) {
    /*#forget_bt,
	#login_page,
	#login_bt {
		margin-right: -40px;
	}*/
}

.forget_bt {
    margin-top: 0px;
    height: 79px;
    width: 79px;
    background-position: 8px 45px;
    background-size: 70%;
}

.forget_bt:hover,
.login_bt:hover {
    box-shadow: 0 0 10px 7px rgba(0, 0, 0, 0.25) !important;
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Chrome, Safari, Opera */
    transform: rotate(360deg);
}

#results-kid,
#results-login,
.result-massage {
    color: red;
    font-size: 25px;
}

#sets-page-show-sets-slider {
    margin-top: -112px;
}

#sets-page-show-sets-slider-title {
    text-align: center;
    font-size: 60px;
    padding: 20px 0 7px;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

#ad-slide-left:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

#ad-slide-left .modal-content {
    width: inherit;
    max-width: inherit;
    /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

#AnswerAlon {
    padding: 40px 20px;
}

#meiri-answers-link-wrapper {
    position: absolute;
    left: 50%;
    margin-top: 200px;
    /*376px*/
}

#meiri-answers-link-wrapper a {
    animation-name: meiri-answers;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    font-size: 24px;
    background-color: #F7931E;
    border: none;
}

#meiri-answers-link {
    position: relative;
    left: -50%;
    text-align: center;
}

#meiri-answers-link-title {
    font-size: 34px;
    color: #0f6c90;
    font-weight: bold;
    padding: 15px 0;
    margin-top: 145px;
}

#gdolim-top {
    background: url(/img/gdolim/gdolim-bg2.png) bottom center no-repeat;
    background-size: cover;
    margin-top: 90px;
}

#gdolim-top-img {
    width: 40%;
    margin-top: 20px;
}

.gdolim-nav-item {
    transition: all ease-in-out .1s;
}

.gdolim-nav-item:hover {
    transform: scale(1.05);
}

#gdolim-top-nav {
    padding: 50px 0;
}

#gdolim-top-main {
    /*margin-bottom: 50px;*/
}

#gdolim-weekly-winner-name {
    text-align: center;
    color: white;
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    padding-top: 31%;
    padding-right: 5%;
    text-shadow: 1px 1px 1px #006599;
}

#weekly-winner-img {
    padding: 38px 0;
}

#gdolim-last-chapters {
    background: url(/img/gdolim/bg-orange.png) center center no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

#gdolim-players {
    background: url(/img/gdolim/bg-orange.png) center center no-repeat;
    background-size: cover;
}

#gdolim-about {
    background: url(/img/gdolim/bg-blue.png) center center no-repeat;
    background-size: cover;
}

#gdolim-about-text {
    color: white;
    direction: rtl;
    background-color: rgba(0, 0, 0, .5);
    padding: 20px;
    font-size: 27px;
    width: 70%;
    margin: 0 auto 30px;
}

#gdolim-quiz {
    background: url(/img/gdolim/bg-blue.png) center center no-repeat;
    background-size: cover;
}

.gdolim-title-img {
    margin: 30px auto;
    width: 35%;
}

#gdolim-players-row img {
    transition: all ease-in-out .1s;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, .7);
}

#gdolim-players-row img:hover {
    transform: scale(1.05);
}

#more-quiz-title {
    text-align: center;
    color: white;
    font-size: 70px;
    font-weight: bold;
    padding: 30px 0;
    text-shadow: 0px 0px 9px black;
}

.gdolim-last-chapters-img {
    transition: all ease-in-out .1s;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, .7);
}

.gdolim-last-chapters-img:hover {
    transform: scale(1.02);
}

#gdolim-players-id {
    margin-top: 90px;
    background: url(/img/gdolim/bg-orange.png) center center no-repeat;
    background-size: cover;
}

#gdolim-players-id-names {
    text-align: center;
    color: white;
    font-size: 80px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #134e4c;
}

#gdolim-players-id-left,
#gdolim-players-id-right {
    padding: 0 100px;
}

#gdolim-players-id-left {
    border-right: 2px solid #186764;
}

.gdolim-speech-box {
    width: 80%;
    /*background: #00bfb6;*/
    padding: 20px;
    text-align: right;
    font-weight: 900;
    color: #fff;
    position: relative;
    border-radius: 15px;
}

.gdolim-id-question {
    margin: 30px 0;
    background-color: #fff;
    box-shadow: -1px 3px 9px -1px;
    color: #134e4c;
}

.gdolim-id-question:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 15px solid #fff;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: 15px solid transparent;
    right: -16px;
    top: 0px;
}

.gdolim-id-answer {
    margin: 30px auto 30px 0;
    background-color: #186764;
}

.gdolim-id-answer:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid #186764;
    border-top: 15px solid #186764;
    border-bottom: 15px solid transparent;
    left: -16px;
    top: 0px;
}

#gdolim-players-video video {
    display: block;
    margin: auto;
}

#gdolim-players-video {
    margin: 20px 0 50px;
}

#show-lesson-quiz-answer {
    padding: 50px;
    background: url(/img/quiz-answer-bg.png) repeat;
}

#show-lesson-quiz-answer h2 {
    text-align: center;
    font-weight: bold;
}

#quiz-send-answer-form input {
    margin: 20px auto;
    display: block;
}

#quiz-send-answer-form input::placeholder {
    color: black;
}

#gdolim-players-id-title {
    width: 35%;
    margin: 30px auto;
}

#gdolim-player-name {
    text-align: center;
    font-size: 40px;
    color: #134e4c;
    padding: 20px;
    font-weight: bold;
}

.gdolim-players-names {
    text-align: center;
    font-size: 40px;
    color: #134e4c;
    margin-bottom: 60px;
}

#gdolim-top-video,
#gdolim-quiz-video {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, .7);
}

.gdolim-last-chapter {
    float: right;
}

#gdolim-past-quizes {
    padding: 30px;
}

.gdolim-last-chapter-text {
    text-align: center;
    color: white;
    font-size: 27px;
    padding: 0 20px;
    text-shadow: 2px 2px 2px black;
    padding-bottom: 40px;
}

#gdolim-quiz-link-to-answer {
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 20px;
}

#gdolim-quiz-link-to-answer2 {
    font-size: 30px;
    background-color: #FF7800;
    border: none;
    margin: auto;
    display: block;
    width: 383px;
    margin-top: 34px;
    transition: all ease-in-out .1s;
}

#gdolim-quiz-link-to-answer2:hover {
    transform: scale(1.03);
}

#gdolim-players-video #the-video {
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, .7);
}

#back-to-gdolim {
    background-color: white;
    color: black;
    font-size: 30px;
    margin: 20px auto;
    display: block;
    width: 250px;
}

#new-year-header,
#hanukkah-page-header {
    padding-right: 0;
    padding-left: 0;
    margin-top: 90px;
}

#hanukkah-page-header {
    background: url(/img/hagim/Hanukah/Hannukah_header2.png) top center no-repeat;
    background-size: cover;
    padding: 148px 0 8px;
}

#hanukkah-page-header h1 {
    font-family: 'Varela Round', sans-serif;
    text-align: center;
    color: #c14113;
    font-size: 81px;
    font-weight: bold;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#hanukkah-page-header h2 {
    font-family: 'Varela Round', sans-serif;
    text-align: center;
    color: #ff8901;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin: 10px 0 23px;
}

#hanukkah-playlist {
    padding: 30px;
    background: url(/img/hagim/Hanukah/hannukah_Video_BG.png) center center;
    background-size: cover;
}

#hanukkah-games {
    background: url(/img/hagim/Hanukah/hanukkah-Games_BG.png) top left no-repeat;
    background-size: cover;
}

#new-year-nav {
    padding: 0;
}

#new-year-nav area {
    outline: none;
}

#new-year-trivia {
    padding: 30px;
}

#new-year-trivia iframe {
    border: none;
}

#new-year-playlist {
    padding: 30px;
    /* background: url(/img/hagim/new-year/new-year-playlist-bg.jpg) bottom center;
    background-size: cover;*/
    background: rgba(255, 165, 0, .8);
    border-top: solid darkred 5px;
    border-bottom: solid darkred 5px;
}

#new-year-games {
    /*	background: url(/img/hagim/new-year/new-year-games-bg.jpg) top right no-repeat; 
	background-size: cover;*/
    background: rgba(255, 165, 0, .8);
    border-top: solid darkred 5px;
    border-bottom: solid darkred 5px;
}

#sucot-games {
    background: url(/img/hagim/new-year/new-year-games-bg.jpg) top left no-repeat;
    background-size: cover;
}


.greetin-card-form {
    direction: rtl;
    /*	background: url(/img/hagim/new-year/new-year-cards-bg3.jpg?2) center center no-repeat; */
    background-size: cover;
    /*  border-top: solid darkred 5px;*/
}

#new-year-cards-title {
    text-align: center;
    /*   padding: 20px;
    font-size: 40px;*/
    padding: 71px 0px 0px 0px;
    font-size: 50px;
}

#new-year-cards-details input,
#new-year-cards-details select {
    width: 100%;
    direction: rtl;
    margin: 10px 0;
    padding-right: 10px;
    font-size: 18px !important;
    height: 41px;
}

#new-year-cards-pick-background {
    margin-bottom: 30px;
}

#new-year-cards-pick-background img {
    transition: all ease-in-out .1s;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, .3);
}

#new-year-cards-pick-background img:hover {
    transform: scale(1.05);
}

#new-year-cards-pick-background h2 {
    text-align: right;
    padding: 30px;
}

.greetin-card-form #card-box {
    margin: 50px 0;
}

.greetin-card-form #card-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33%;
}

.greetin-card-form #card-text textarea {
    resize: none;
    width: 87%;
    /*height: 210px;*/
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    color: black;
    font-weight: bold;
    text-align: center;
}

.greetin-card-form #card-box-inner {
    position: relative;
    padding: 0;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, .3);
}

#new-year-cards-send button {
    margin: 30px auto;
    display: block;
    padding: 10px;
    font-size: 26px;
}

#new-year-cards-send #footerResult {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #98ff77;
    margin: 20px auto;
    width: 250px;
    font-size: 24px;
    font-weight: bold;
}

.new-year-game-img {
    width: 280px;
    height: 280px;
}

.new-year-thumb-pic {
    cursor: pointer;
}

#new-year-blogs {
    background-color: rgba(255, 165, 0, .8);
    padding: 50px 0;
    border-top: solid darkred 5px;
    border-bottom: solid darkred 5px;
}

#new-year-blogs .blog-page-item {
    padding: 60px;
    margin: initial;
}

.new_year_parallax {
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#HelpModal .g-recaptcha {
    margin-top: 16px;
}

#support {
    background-color: #f9c02b;
}

#support h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-top: 30px;
}

.support-box {
    padding: 20px;
    transition: all ease-in-out .2s;
    float: right;
}

.support-box:hover {
    transform: scale(1.05);
}

.support-box-inner {
    background-color: white;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .3);
    padding: 40px;
    text-align: center;
    font-size: 35px;
    color: #404040;
    margin: auto;
}

.support-box-inner img {
    width: 200px;
}

#support-header {
    background: url(/img/support/support-header.jpg) top center no-repeat;
    background-size: cover;
    margin-top: 94px;
}

#support-header-text {
    font-size: 80px;
    padding: 80px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.support-box-title {
    margin-top: 20px;
}

.panel-heading {
    cursor: pointer;
}

#support-qa h2,
.support-solution-title {
    text-align: center;
    margin: 50px 0;
    font-size: 50px;
}

.panel-group h4 a {
    font-size: 30px;
    font-weight: bold;
}

.get-solution-btn {
    margin: 20px 0;
    font-size: 20px;
}

#support-solution-content p {
    margin: 30px 0;
}


/************ANIMATIONS***************/

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, 15px);
    }
    to {
        transform: translate(0, -0px);
    }
}


/*More floating: https://codepen.io/MarioDesigns/pen/woJgeo */


/************END ANIMATIONS***************/


/*********************************************/


/*Special - xs*/

@media only screen and (max-width:767px) {
    #alof-game-champions {
        background-size: 350px, cover;
        background-position: bottom, center;
    }
    #alof-game-champions-tops {
        background-size: 100%;
    }
    #alof-game-champions-tops-pyramid {
        /*bottom: 135px;*/
    }
    .alof-game-champions-rests-block {
        background-position: 120%;
    }
    .alof-game-champions-rests-text {
        font-size: 18px;
    }
    #questions-row {
        width: 70%;
        display: block;
        margin: 40px auto;
        /*margin: 40px 0;*/
    }
    #video-player {
        /*padding:0;*/
        border: none;
    }
    .more-video-div {
        padding: 0 10px;
    }
    #more-series-content {
        margin: 30px 0 50px;
    }
    .more-games-div {
        padding: 10px;
    }
    .show-video-button {
        padding: 0 7px;
    }
    .recommended-content-under-video-text {
        position: static;
        transform: none;
        padding-left: 0;
        margin: 10px 0;
    }
    .recommended-content-under-video-photo {
        position: static;
        transform: none;
    }
    .recommended-content-img {
        width: 200px;
    }
    .recommended-content-under-video-item {
        height: auto;
    }
    #more-series-section {
        /*height:176px;
        overflow-x:hidden;*/
    }
    #series-page-title {
        font-size: 5em;
        text-shadow: 0px 0px 15px black;
    }
    .series-chapters-image {
        width: 200px;
    }
    .chapter-slide-description {
        width: 100%;
        font-size: 12px;
    }
    #video-description-text {
        padding: 0 5%;
    }
    .high-records-chart {
        padding-top: 20px;
    }
    #red,
    #light-green {
        width: 240%;
        margin-right: -70%;
    }
    .recommended-games-thumb-box {
        box-shadow: 0 0 10px 4px #525252;
    }
    #series-figures-row {
        margin-top: 20px;
    }
    .more-games-title-div {
        margin-top: 20px;
    }
    #display-game-main {
        margin: 0;
    }
    .home-page-video-section-text {
        padding: 20px;
    }
    #games-section {
        /*margin: 40% auto;*/
        /*padding: 40% 0;*/
    }
    #games-recommended {
        /*padding-bottom:1000px;*/
    }
    #wrapper {
        height: auto !important;
        max-height: initial !important;
    }
    #diy-section {
        background: initial;
        background-size: initial;
        background-color: #EDDFBA;
        height: auto;
    }
    #home-page-diy-bottom-row-img {
        display: block;
        margin: 0 auto;
    }
    #diy-section-title-text {
        font-size: 3em;
        padding: 20px 0;
    }
    #home-page-games-section-title {
        font-size: 40px;
    }
    #home-page-smarty-section-title {
        padding-top: 0;
        font-size: 4em;
    }
    .smarty-content {
        padding: 10px 0;
    }
    #smarty-article-more-content-bottom-previous-bg {
        margin-top: 10px;
    }
    .parasha-page-header-text h1 {
        font-size: 3em;
    }
    #parasha-name {
        margin-bottom: 200px;
    }
    #parasha-page-video {
        padding-top: 20%;
    }
    #parasha-page-video-container {
        width: 100%;
    }
    .smarty-article-more-content-bottom-date {
        margin-bottom: 50px;
    }
    #parasha-page-dvar-torah-title-text {
        font-size: 2em;
    }
    #dvar-torah-text {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
        padding-bottom: 600px;
        font-size: 15px;
    }
    #parasha-page-dvar-torah-title {
        width: 80%;
        margin-top: 100px;
    }
    #dvar-torah-content {
        padding: 20px 10%;
    }
    .home-page-new-game {
        border: 5px solid white !important;
    }
    #personal-page-header-text {
        font-size: 5em;
    }
    .personal-recommended-games-button-text {
        font-size: 3vw;
    }
    #personal-video-row-content-wrapper {
        transform: initial;
    }
    .personal-my-videos-wrapper {
        margin-bottom: 20px;
    }
    .personal-videos-chapter-slide-number {
        font-size: 4vw;
    }
    .personal-videos-chapter-slide-title {
        font-size: 4vw;
    }
    .personal-videos-chapter-slide-time {
        font-size: 4vw;
    }
    #personal-info-text {
        padding: 20px 0;
    }
    .pesonal-videos-button {
        font-size: 1.1em;
    }
    #personal-smarty-buttons-row {
        margin: 0 -40% 0 0;
        padding-right: 40%;
        background-size: cover;
    }
    .personal-recommended-smarty-button-text {
        padding: 3% 0;
    }
    #personal-games-the-games {
        margin: 20px 0 0 0;
    }
    .footer-links {
        display: block;
    }
    #footer-about {
        margin: 10px 0;
    }
    #footer-links-row {
        margin-top: 1000px;
    }
    #ktantanim-page-header-text {
        text-align: center;
        margin: 30px 0;
    }
    #logi-header-title {
        font-size: 5em;
    }
    #video-carousel-container #carousel-text {
        height: auto !important;
        margin: 20px 0;
        max-height: 500px !important;
        overflow-y: auto;
    }
    .home-page-video-section-title {
        font-size: 20px;
    }
    .home-page-video-section-description {
        font-size: 18px;
    }
    .home-page-new-game-slide-img {
        margin-bottom: 20%;
    }
    .home-page-recommended-game-title {
        font-size: 17px;
        top: 50%;
    }
    #smarty-article-header-left-img {
        display: block;
        margin: auto;
        padding: 20px 0;
        float: initial;
    }
    #more-parasha-content-left-title-top h2 {
        font-size: 20px;
    }
    #more-parasha-content-left {
        background-size: cover;
    }
    #more-parasha-content-middle {
        background-size: cover;
    }
    #parshiyahu-shows {
        position: initial;
        top: 0;
        margin-top: 0;
    }
    #video-section {
        background: url(../img/home/video-section-bg-xs.png) center center no-repeat;
        background-size: cover;
        padding-top: 40px;
    }
    #parasha-section-title {
        font-size: .5em;
    }
    #footer-joke-wrapper {
        width: 100%;
    }
    .talk-bubble {
        width: 90%;
        margin: 5%;
    }
    .diy-content {
        padding: 0;
    }
    #smarty-article-header-right-text {
        font-size: 3em;
    }
    #smarty-article-header-left-img {
        top: 0;
    }
    #smarty-article-content-title {
        font-size: 3em;
    }
    #Search-Results-page-header-text {
        font-size: 2em !important;
    }
    #Search-Results-page-header {
        padding: 0 20px !important;
    }
    #show-video-comment-button-wrapper {
        float: right;
    }
    #parasha-page-header-text h1 {
        font-size: 2em;
        padding-top: 70px;
    }
    .intrinsic-container {
        /*position: static;*/
    }
    #personal-nav li {
        width: 100%;
    }
    #personal-nav-search {
        width: 96%;
    }
    #personal-nav-search-bar {
        width: 76%;
    }
    #personal-nav-user {
        width: 99%;
        margin-top: -5px;
    }
    .personal-nav-user-kid-name {
        border-top-left-radius: 11px;
    }
    #personal-nav-user-family-name {
        border-top-left-radius: 11px;
        border-bottom-left-radius: 11px;
    }
    .free-videos-button {
        margin: 0 0 6%;
        font-size: 25px;
    }
    #free-videos-header-title {
        font-size: 75px;
    }
    #all-sets-big-item-title {
        font-size: 16px;
    }
    #all-sets-big-item-number {
        font-size: 17px;
    }
    #main-nav {
        margin-top: 0;
        margin-left: 130px;
        z-index: 99999999;
        background-color: rgba(0, 0, 0, 0);
        transform: translateX(-65px);
        box-shadow: none;
    }
    #main-nav li {
        text-align: right;
    }
    #mainNavbar {
        margin-top: 50px;
        border: none;
    }
    .bottom-add-comment-button {
        padding: 5px 15px;
    }
    #personal-nav-search-title {
        margin-top: -5px;
    }
    #personal-nav-contact,
    #personal-nav-disconnect {
        text-align: center;
    }
    #personal-nav-trophy {
        top: initial;
        width: initial;
        right: 25px;
    }
    #personal-nav-points-number {
        text-align: center;
    }
    #games-top {
        padding-top: 50px;
    }
    #Blog #all-series-page-header-text #smarty-header-title {
        font-size: 80px;
        text-align: center;
    }
    #Blog #all-series {
        margin-top: 50px;
    }
    #personal-nav-not-connected-message,
    #personal-nav-connect,
    #personal-nav-join {
        text-align: center;
    }
    #all-series-page-header-text {
        text-align: center;
    }
    #all-series-page-header-img {
        margin: auto;
    }
    .sets-main-page-item,
    .sets-page-video-item {
        float: none;
    }
    #display-video-top {
        height: initial;
    }
    #gdolim-top-img {
        width: initial;
        margin: 20px 0;
    }
    .gdolim-title-img {
        width: 90% !important;
    }
    .gdolim-title-img {
        width: 90% !important;
    }
    .gdolim-last-chapter-text {
        font-size: 23px;
        padding: 10px 20px;
        margin-bottom: 25px;
    }
    #gdolim-about-text {
        width: initial;
    }
    #gdolim-quiz-link-to-answer2 {
        font-size: 22px;
        width: 100%;
    }
    #more-quiz-title {
        font-size: 50px;
    }
    #game-container iframe {
        height: 200px;
    }
}


/*Special - sm*/

@media (min-width: 768px) and (max-width: 992px) {
    #alof-game-champions {
        background-position: bottom, center;
    }
    #alof-game-champions-tops-pyramid {
        /*bottom: 135px;*/
    }
    .alof-game-champions-rests-block {
        background-position: 110%;
    }
    .more-video-div {
        padding: 0 10px;
    }
    .more-games-div {
        padding: 20px;
    }
    #video-player {
        border: none;
    }
    .show-video-button {
        padding: 0 7px;
    }
    .recommended-content-under-video-text {
        position: static;
        transform: none;
        padding-left: 0;
        margin: 10px 0;
    }
    .recommended-content-under-video-photo {
        position: static;
        transform: none;
    }
    #more-series-content {
        margin: 30px 0 50px;
    }
    .recommended-content-img {
        width: 200px;
    }
    .recommended-content-under-video-item {
        height: auto;
    }
    #more-series-section {
        /*height:176px;
        overflow-x:hidden;*/
    }
    #series-page-title {
        font-size: 5em;
        text-shadow: 0px 0px 15px black;
    }
    #red,
    #light-green {
        width: 240%;
        margin-right: -70%;
    }
    .recommended-games-thumb-box {
        box-shadow: 0 0 10px 4px #525252;
    }
    #clear-game-box {
        clear: right;
    }
    #series-figures-row {
        margin-top: 20px;
    }
    .more-games-title-div {
        margin-top: 20px;
    }
    #display-game-main {
        margin: 0;
    }
    #questions-row {
        width: 50%;
        display: block;
        margin: 40px auto;
    }
    #diy-screen-column {
        padding-top: 20%;
    }
    #diy-content-column {
        padding-top: 20%;
    }
    #smarty-content-column {}
    #smarty-section-content-row {
        padding-top: 10%;
    }
    #smarty-more-content-side-title {
        font-size: 2.5em;
    }
    .smarty-more-content-side-item-title {
        font-size: 1.5em;
        padding: 10px 0;
    }
    #parasha-page-dvar-torah-title-text {
        font-size: 3em;
    }
    #dvar-torah-text {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
        font-size: 15px;
    }
    #personal-page-header-text {
        font-size: 6em;
    }
    .pesonal-videos-button {
        font-size: 1em;
    }
    #personal-video-row-content-wrapper {
        transform: initial;
    }
    .personal-my-videos-wrapper {
        margin-bottom: 20px;
    }
    .personal-videos-chapter-slide-number {
        font-size: 2.2vw;
    }
    .personal-videos-chapter-slide-title {
        font-size: 2.2vw;
    }
    .personal-videos-chapter-slide-time {
        font-size: 2.2vw;
    }
    #personal-smarty-buttons-row {
        margin: 0 -20% 0 0;
    }
    .personal-recommended-smarty-button-text {
        padding: 2% 0;
    }
    .personal-recommended-games-button-text {
        font-size: 2.2vw;
    }
    #personal-games-the-games {
        margin: 20px 0 0 0;
    }
    #smarty-article-header-left-img {
        display: block;
        margin: auto;
        padding: 20px 0;
        float: initial;
    }
    #parshiyahu-shows {
        position: initial;
        top: 0;
        margin-top: 0;
    }
    #smarty-article-header-right-text {
        font-size: 3em;
    }
    #show-video-comment-button-wrapper {
        float: right;
    }
    /* #main-nav {
        margin-top: 88px;
    }*/
    #our-content-signup {
        margin: 14px auto 26px;
        font-size: 25px;
        padding: 10px 0 21px;
    }
    #index-top {
        padding: 50px 50px;
        margin-top: 135px;
    }
    .free-videos-button {
        font-size: 20px;
    }
    #index-top-kiwi-back {
        width: 10%;
        bottom: 20px;
        left: 14%;
    }
    #index-top-kiwi-front {
        width: 7%;
        bottom: 20px;
        left: 20%;
    }
    #index-top-banana {
        width: 11%;
        bottom: 22px;
        left: 23%;
    }
    #index-top-ice1 {
        width: 6%;
        bottom: 11%;
        left: 29%;
    }
    #index-top-ice2 {
        width: 5%;
        bottom: 3px;
        left: 40%;
    }
    #index-top-ice3 {
        width: 5%;
        bottom: 9px;
        left: 50%;
    }
    #index-top-watermelon {
        width: 13%;
        bottom: 10px;
        left: 60%;
    }
    #index-top-title {
        top: -91px;
    }
    #index-top-title #first-line {
        font-size: 35px;
    }
    #index-top-title #second-line {
        font-size: 25px;
    }
    #personalModal .modal-dialog {
        width: 95%;
    }
}


/*Special - md*/

@media (min-width: 993px) and (max-width: 1200px) {
    #alof-game-champions {
        background-size: 350px, cover;
    }
    #alof-game-champions-tops-pyramid {
        /*bottom: 115px;*/
    }
    .alof-game-champions-tops-pyramid-text {
        font-size: 25px;
    }
    .alof-game-champions-rests-block {
        margin-top: 0;
    }
    .recommended-games-thumb-title {
        font-size: 15px;
    }
    #more-games-title {
        font-size: 15px;
    }
    #games-recommended {
        margin: 7% auto;
    }
    #diy-screen-column {
        padding-top: 10%;
    }
    #diy-content-column {
        padding-top: 10%;
    }
    #smarty-content-column {}
    #smarty-section-content-row {
        padding-top: 10%;
    }
    #smarty-article-more-content-bottom-next-text {
        font-size: 20px;
    }
    #smarty-article-more-content-bottom-previous-text {
        font-size: 20px;
    }
    #parasha-page-dvar-torah-title-text {
        font-size: 4em;
    }
    .pesonal-videos-button {
        font-size: 1em;
    }
    .personal-videos-chapter-slide-number {
        font-size: 1.2vw;
    }
    .personal-videos-chapter-slide-title {
        font-size: 1.2vw;
    }
    .personal-videos-chapter-slide-time {
        font-size: 1.2vw;
    }
    #personal-videos-wrapper {
        padding: 35px 10px;
    }
    .personal-recommended-smarty-button-text {
        padding: 2% 0;
    }
    .home-page-new-game-slide-img {
        width: 100%;
    }
    .home-page-recommended-game-title {
        font-size: 17px;
        top: 60%;
    }
    #smarty-article-header-right-text {
        font-size: 4em;
    }
    .home-page-whats-new-item-title {
        font-size: 14px;
    }
    .home-page-whats-new-item-description {
        font-size: 14px;
    }
    .home-page-whats-new-item-button {
        margin-top: 115px;
    }
    #home-page-whats-new #movieposters li:hover .home-page-whats-new-item-button {
        margin-top: 155px;
    }
    .sets-main-page-sets-img-inner {
        width: 100% !important;
        height: 100% !important;
        margin: 49px auto !important;
    }
    #our-content-signup {
        margin: 14px auto 26px;
        font-size: 30px;
        padding: 10px 0 24px;
    }
    #index-top {
        padding: 50px 50px;
        margin-top: 135px;
    }
    .end-of-video-row-item {
        transition: all ease-in-out 0.1s;
        padding: 0 30px;
        min-height: 252px;
    }
    .free-videos-button {
        font-size: 25px;
    }
    #index-top {
        margin-top: 90px;
    }
    #index-top-kiwi-back {
        width: 10%;
        bottom: 20px;
        left: 14%;
    }
    #index-top-kiwi-front {
        width: 8%;
        bottom: 20px;
        left: 20%;
    }
    #index-top-banana {
        width: 11%;
        bottom: 18px;
        left: 23%;
    }
    #index-top-ice1 {
        width: 6%;
        bottom: 8%;
        left: 29%;
    }
    #index-top-ice2 {
        width: 5%;
        bottom: 1px;
        left: 40%;
    }
    #index-top-ice3 {
        width: 5%;
        bottom: 1px;
        left: 50%;
    }
    #index-top-watermelon {
        width: 14%;
        bottom: 10px;
        left: 60%;
    }
    #index-top-title {
        top: -99px;
    }
    #index-top-title #first-line {
        font-size: 40px;
    }
    #index-top-title #second-line {
        font-size: 30px;
    }
}

@media (min-width: 1201px) and (max-width: 1600px) {
    .home-page-whats-new-item-title {
        font-size: 16px;
    }
    .home-page-whats-new-item-description {
        font-size: 16px;
    }
}


/*@media (min-width: 993px) and (max-width: 1163px) {
    #main-nav {
        margin-top: 88px;
    }
}*/

@media (min-width: 768px) and (max-width: 1163px) {
    #index-top {
        margin-top: 90px;
    }
}

@media (min-width: 993px) and (max-width: 1500px) {
    #personalModal .modal-dialog {
        width: 80%;
    }
}

@media (max-width: 992px){
    .last-contain,.last-contain-pash{
		margin-bottom: 29px !important;
		margin-right: 0px !important;
		text-align: center !important;
	}
	    .nav-margin{
        margin-top:0px !important

    }
}