html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;	
}
*{
	box-sizing: border-box;
	outline: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*================================*/
body,html{
	width: 100%;
	height: 100%;
	direction: rtl;
	position: relative;
}
.wrapper {
    min-height: 100%;
    position: relative;
	overflow-x: hidden;
}
.txtcenter{
	text-align: center;
}
.op0{
	opacity: 0 !important;
}
.mt10{
	margin-top: 2vw !important;
}
.mt35{
	margin-top: 6vw !important;
}
.mt25{
	margin-top: 5vw !important;
}
.mb10{
	margin-bottom: 1vw !important;
}
.mb35{
	margin-bottom: 6vw !important;
}
.mt75{
	margin-top: 9vw !important;	
}
.mt6{
	margin-top: 6vw !important;	
}
.errorinput{
	border-color: red !important;
}
.hide{
	display: none !important;		
}
.show{
	display: block !important;		
}
.textleft{
	text-align: left !important;
}
.textright{
	text-align: right !important;
}
input{
	outline: none;
}
.f50_16{
	font-size: 6.69vw !important;
}
.f22_4{
	font-size: 2.99vw !important;
}
.f23_38{
	font-size: 3.12vw !important;
}
.f25{
	font-size: 3.33vw !important;
}
.f25_48{
	font-size: 3.4vw !important;
}
.f28_66{
	font-size: 3.82vw !important;
}
.f30{
	font-size: 4vw !important;
}
.f32{
	font-size: 4.27vw !important;
}
.f33_85{
	font-size: 4.51vw !important;
}
.f33_96{
	font-size: 4.53vw !important;
}
.f35{
	font-size: 4.67vw !important;
}
.f50_16{
	font-size: 6.69vw !important;
}
.aqua{
	color:#3cd6d5 !important;
}
.gray{
	color:#363636 !important;
}
.white{
	color: white !important;
}
.red{
	color: #fb0707 !important;
}
.darkblue{
	color: #0a2941 !important;
}
.sanreg{
	font-family: "Conv_OpenSansHebrew-Regular" !important;
}
.sanbold{
	font-family: 'Conv_OpenSansHebrew-Bold' !important;
}
.sanlight{
	font-family: 'Conv_OpenSansHebrew-Light' !important;
}
.myriadPro{
	font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fl{
	float: left !important;
}
.fr{
	float: right !important;
}
.fn{
	float: none!important;
}
.rel{
	position: relative !important;
}
.btngrad{
	background: -moz-linear-gradient(45deg, rgba(59,98,210,1) 0%, rgba(18,37,72,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(59,98,210,1)), color-stop(100%, rgba(18,37,72,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(59,98,210,1) 0%, rgba(18,37,72,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(59,98,210,1) 0%, rgba(18,37,72,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(59,98,210,1) 0%, rgba(18,37,72,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(59,98,210,1) 0%, rgba(18,37,72,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122548', endColorstr='#3b62d2',GradientType=1 ); /* ie6-9 */
}
.shad{
	-webkit-box-shadow: 0px 10px 5px -4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 5px -4px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 5px -4px rgba(0,0,0,0.1);
}
.shadow_top_left{
	box-shadow: -5px -5px 7px 2px rgba(0, 0, 0, 0.12);
}
.shadow_top_right{
	box-shadow: 5px -5px 7px 2px rgba(0, 0, 0, 0.12);
}
.shadow_bottom_right{
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12);
}
/*============== pagination  ===========*/
.pagination_box {
    position: relative;
}

.pagination {
    margin: 0 0 3px 0;
    padding: 0;
    text-align: center;
    direction: ltr;
}

    .pagination li {
        display: inline-block;
        width: 6.2vw;
        text-align: center;
        line-height: 20px;
    }

    .pagination * {
        display: block;
        color: #0a2941;
        direction: rtl;
        font-size: 4.7vw;
        font-weight: bold;
    }

    .pagination .pactive {
        color: #5ecca4 !important;
        cursor: default !important;
        font-weight: bold;
        font-size: 4.8vw;
    }

    .pagination .pnotactive {
        cursor: pointer;
    }
    .pagination .arrorw {
    }
    .pagination .arrorw i{
        font-size: 4.1vw;
        font-weight: bold;
        color: #5ecca4 !important;
    }

    .pagtot {
        font-size: 13px;
        color: #5ecca4;
        position: absolute;
        left: 0;
        top: 3px;
    }

.arrorw {
    transform: scaleY(1.6);
    font-size: 15px;
    position: relative;
    top: -1px;
}
/*============== pagination  ===========*/
.colo_r1 {
    background-color: #a9db80 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a9db80), to(#96c56f)) !important;
    background-image: -webkit-linear-gradient(top, #a9db80, #96c56f) !important;
    background-image: -moz-linear-gradient(top, #a9db80, #96c56f) !important;
    background-image: -ms-linear-gradient(top, #a9db80, #96c56f) !important;
    background-image: -o-linear-gradient(top, #a9db80, #96c56f) !important;
    background-image: linear-gradient(to bottom, #a9db80, #96c56f) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a9db80, endColorstr=#96c56f) !important;
}
.colo_r2 {
    background-color: #ff5db1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5db1), to(#ef007c));
    background-image: -webkit-linear-gradient(top, #ff5db1, #ef007c);
    background-image: -moz-linear-gradient(top, #ff5db1, #ef007c);
    background-image: -ms-linear-gradient(top, #ff5db1, #ef007c);
    background-image: -o-linear-gradient(top, #ff5db1, #ef007c);
    background-image: linear-gradient(to bottom, #ff5db1, #ef007c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff5db1, endColorstr=#ef007c);
}
.colo_r3 {
    background-color: #f62b2b !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202)) !important;
    background-image: -webkit-linear-gradient(top, #f62b2b, #d20202) !important;
    background-image: -moz-linear-gradient(top, #f62b2b, #d20202) !important;
    background-image: -ms-linear-gradient(top, #f62b2b, #d20202) !important;
    background-image: -o-linear-gradient(top, #f62b2b, #d20202) !important;
    background-image: linear-gradient(to bottom, #f62b2b, #d20202) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202) !important;
}
.fpplacer {
    height: 170px;
    overflow-y: auto;
    overflow-x:hidden;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 0 !important;
    margin-right: 18px !important;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: 0 !important;
    left: auto !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #2a93d5 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #b3b3b3 !important;
    width: 4px !important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    bottom: 6px !important;
    top: 6px !important;
}
.mhedspn {
    font-family: "Conv_OpenSansHebrew-Bold";
    color: #3dd9d7;
    font-size: 4.67vw;
    margin: 6vw 0vw 2vw 0;
    display:block;
}
.jugomob {
    height: 120px !important;
}
    .jugomob p {
        font-family: "Conv_OpenSansHebrew-Bold";
        color: #000;
        padding: 2px 0px;
    }
    .jugomob a {
        font-family: "Conv_OpenSansHebrew-Regular";
        font-size: 5.09vw;
        text-align: center;
        margin: 0 auto;
        
        line-height: 5.09vw;
        background-size: contain;
        color: #fff;
        position: relative;
        text-indent: 3vw;
        background-color: #2a93d5;
        vertical-align: middle;
        padding: 7px;
        border-radius: 5px;
    }
.centerbmobhold {
    margin-top: 7vw;
    text-align:center;
}
.promoine {
    height: 9.5vw;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor:pointer;
}
    .promoine a {
        color: #fff;
        font-family: "Conv_OpenSansHebrew-Regular";
        width: 60vw;
        margin: 0 auto;
        background-color: #1a9bce;
        border-radius: 50px;
        padding: 5px 5px;
    }
.difcol {
    color: #50c3d2 !important;
}
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 10px;
}
.gimbomush
{
    right:auto !important;
    width:100% !important;
}
