@font-face {
  font-family: Parastoo;
  src: url('../fonts/Parastoo-FD.eot');
  src: url('../fonts/Parastoo-FD.eot?#iefix') format('Parastoo-FD-opentype'),
       url('../fonts/Parastoo-FD.woff') format('woff'),
       url('../fonts/Parastoo-FD.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

.blink2 {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

pre, input, textarea, select, body { font-family: Parastoo; }
table {border:0; border-collapse:collapse; border-spacing: 0px;}
td {text-align: center; border:0; margin:auto; padding:0 2px; border-collapse:collapse; border-spacing: 0px;}
a {cursor:pointer; text-decoration:none;}

/* hide arrow in numeric input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  text-align: center;
  font-family: Parastoo;
  font-size: 16px;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
  font-family: Parastoo;
  font-size: 16px;
}

button{font-family: Parastoo;}

@media screen and (max-width: 600px) {
    .flag{height:150px; width:auto;}
    .flexLandscapeOrPortrate{ flex-wrap:wrap; }
    .ifLandscape{ display:none; }
    .ifPortrate{ display:block; }
    .smallFont { font-size:12px; }
    .PorL {
         width:50vw;
    }
    .PorL2 {
         width: calc(100% - 100px);
         font-size:4vw;
    }
    .myKeyBg{
        font-size:min(4.6vw,52px);
    }
    .topBarText{
        font-size:16px;
    }
    .logo{
        width:12vw; height:auto;
    }
}
@media screen and (min-width: 601px) {
    .flexLandscapeOrPortrate{ flex-wrap:nowrap; }
    .ifLandscape{ display:block; }
    .ifPortrate{ display:none; }
    .PorL {
         width:25vw;
    }
    .PorL2 {
         width: calc(100% - 150px);
         font-size:3vw;
    }
    .myKeyBg{
        font-size:min(3.6vw,24px);
    }
    .logo{
        width:7vw; height:auto;
    }
}
@media screen and (orientation: portrate) {
    .flag{height:150px; width:auto;}
    .flexLandscapeOrPortrate{ flex-wrap:wrap; }
    .ifLandscape{ display:none; }
    .ifPortrate{ display:block; }
    .smallFont { font-size:12px; }
    .PorL {
         width:50vw;
    }
    .PorL2 {
         width: calc(100% - 100px);
         font-size:4vw;
    }
    .logo{
        width:12vw; height:auto;
    }
}
@media screen and (orientation: landscape) {
    .flexLandscapeOrPortrate{ flex-wrap:nowrap; }
    .ifLandscape{ display:block; }
    .ifPortrate{ display:none; }
    .PorL {
         width:30vw;
    }
    .PorL2 {
         width: calc(100% - 150px);
         font-size:3vw;
    }
    .logo{
        width:7vw; height:auto;
    }
}

.topBar{
   background-color:white; border:0; border-radius:5px 0 0 0; padding:3px;
}

.topBarText{
   background-color:orange; padding:0px 15px; text-align:right;
}

.topBarBox{
    border:solid 3px white; border-top:0px; border-radius:0 0 5px 5px; box-shadow:2px; padding:5px 5px; background-color:rgb(220,220,220); margin:0 0 10px 0;
}

.Mosallas{
    margin:0 -2px 0 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 50px solid orange;
    border-bottom: 0px solid transparent;
}

.myKey{
    border:none;
    position: relative;
    padding:0px;
    margin: 10px 20px;
    border-radius: 5px 0 0 15px;
    cursor:pointer;
}
.myKeyBg{
    height:62px;
    background-color:yellow;
    min-width:200px;
    box-shadow:-4px 4px 2px white;
    white-space: nowrap;
    line-height: max(65px,2vw);
    text-align: center;
    padding:0px 25px;
    border-radius: 5px 0 0 15px;
}
.myKeyShadow {
    height:67px;
    position: absolute;
    right:-10px;
    top:0px;
    /*box-shadow:0 4px 0 rgb(14,5,93);*/
}

/*loader*/
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*end loader css*/

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding:0px 0;
}

/* sosial networks css */
.fa {
  padding: 5px;
  font-size: 16px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
