File: /home/dh_ncpy7d/beitarbeersheva.com_20191223021839/lp/css/bmedia.css
/* Made By Eran Simtob */
@font-face {
font-family: openSanstFont;
src: url(../fonts/OpenSansHebrew-Regular.ttf);
}
html {
position: relative;
}
body {
margin: 0px;
max-width: 100%;
overflow-x: hidden;
overflow-y: hidden;
background-image: url("../images/desktop.jpg");
background-position: top center;
background-repeat: no-repeat;
background-size: 100vw;
}
.InputText
{
background-repeat: no-repeat;
position: absolute;
width: 16.2vw !important;
border: 0.1vw solid #fff;
outline: none;
height: 3.1vw;
font-size: 2vw;
text-align: right;
background-color: transparent;
padding-right:0.6vw;
color:#fff;
}
.InputTextLeft
{
position: absolute;
width: 16.2vw !important;
border: 0.1vw solid #fff;
outline: none;
height: 3.1vw;
font-size: 2vw;
text-align: right;
background-color: transparent;
padding-right:0.6vw;
color:#fff;
}
.absoluted
{
position: absolute;
}
.shaked {
-moz-animation: shaked 4s infinite;
-webkit-animation: shaked 4s infinite;
animation: shaked 4s infinite;
}
@-webkit-keyframes shaked {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
5%, 15%, 25%, 35%, 45% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
10%, 20%, 30%, 40% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
50% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes shaked {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
5%, 15%, 25%, 35%, 45% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
10%, 20%, 30%, 40% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
50% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.shaked {
-webkit-animation-name: shaked;
animation-name: shaked;
}
:placeholder-shown {
color: #fff;
}
::-webkit-input-placeholder { /* Safari, Chrome and Opera */
color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
color: #fff
}
::-ms-input-placeholder { /* Edge */
color: #fff
}
:placeholder-shown { /* Standard one last! */
color: #fff;
}