@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(radio_btn.css);
@import url(checkbox.css);
html,
body {
    direction: rtl;
    font-family: 'Open Sans Hebrew', sans-serif !important;
    height: 100%;
    color: #000;
}
#sohen_content p {
    padding:10px 20px;
    line-height: 1.75;
}
button#ishor_sohen {
    border: 0;
    display: block;
    margin: 0 auto;
    padding: 5px 30px;
    font-size: 18px;
    background: #f4034b;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: calc(50% - 45px);
}
body *:focus{
    outline: none 0;
    box-shadow: none;
    border: none 0;
}
img#logo {
    float: left;
    width: 13vw;
    margin-top: 2vh;
    margin-left: 0;
	max-width:90px;
}
.takanon {
	text-align: center;
    display: inline-block;
    margin: 0px auto 20px;
    color: #444;
    font-size: 18px;
    text-decoration: underline;
}
input {
    padding: 0 5px;
}

a {
    text-decoration: none;
}

a img {
    border: none 0;
}

[class^='col'] {
    float: right;
}
.overLayer {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    display: none;
}
.popup {
	width: 360px;
    height: 360px;
    position: fixed;
    margin: -180px 0 0 -180px;
    border: 7px solid #FA97B4;
    background: #fff;
    z-index: 1001;
    top: 50%;
    left: 50%;
    display: none;
}
.popup .close_btn {
    position: absolute;
    top: -20px;
    left: -20px;
    background: #fff;
    border: 2px solid #FA97B4;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    border-radius: 50%;
    color: #f4034b;
    cursor: pointer;
}
.popup .popup_content {
    /* overflow: hidden;
    min-height: 95%;
    margin-top: 5%; */
    overflow: hidden;
    margin-top: 5%;
    height: 90%;
    overflow-y: scroll;
}
.popup h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
    width: 80%;
    margin: 0 auto 10px;
}
#country_content, #takanon_content, .support_content {
    overflow: hidden;
    padding: 0 40px;
}
#country_content *,  #takanon_content *, .support_content * {
    font-size: 14px;
    font-weight: 400;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fa97b4;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 10px;
    left: auto;
}
.logo_sim2fly {
    direction: ltr;
    font-size: 150%;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -60px;
    text-align: center;
}
.logo_sim2fly span{
	color:#f7034b;
    text-shadow: none !important;
    font-size: 110%;
}
.workgroupLogo {
    width: 160px;
    font-size: 70%;
    text-align: center;
}
.workgroupLogo span {
    color: #000 !important;
    text-shadow: none !important;
    display: block;
    margin-top: 10px;
}
.workgroupLogo img {
    display: block;
    margin: 0 auto;
	width:100%;
	max-width:90px;
}
.big-image {
    background: url(../img/bg_2.jpg) no-repeat center -30px;
    background-size: cover;
    height: 482px;
    width: 100%;
    position: relative;
    border-bottom: 7px solid #fa97b4;
}

.big-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.big-image [class='col-md-6']:first-child {
    padding-top: 50px;
}

.tasim {
    background: url(../img/bg_3.png) no-repeat;
    width: 100%;
    max-width: 655px;
    height: 165px;
    font-size: 390%;
    color: #fff;
    text-align: center;
    line-height: 220%;
    margin-top: 50px;
    margin-right: -15px;
    background-size: contain;
}

h1 {
    font-size: 390%;
    margin: -20px 0 20px 0;
    text-align: center;
}

h1 span {
    color: #f7034b;
    text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
    text-transform: uppercase;
}

.solugon {
    font-size: 230%;
    text-align: center;
    line-height: 40px;
    margin-right: -50px;
    width: 420px;
    margin: 0 auto;
}

h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 40px;
}

.red {
    color: #f7034b;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-position: inside;
}

ul li {
    /* font-size: 24px; */
    font-size: 21px;
    margin-top: 10px;
}

ul li i {
    margin-left: 10px;
}

.list_of_country, .link {
    font-size: 16px;
    text-decoration: underline;
    color: #444;
    margin-top: 30px;
    display: block;
}

.list_of_country:hover, .link:hover{
    color: #f7034b;
}

.list_of_country i, .link i {
    transform: rotate(90deg);
    margin-left: 10px;
}

#select_card>div {
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
}

#select_card>div label {
    line-height: 1.35;
    font-size: 170%;
    font-weight: normal;
    position: relative;
}

#select_card>div label[for='cupoun'] {
    font-size: 18px;
    font-weight: normal;
    color: #444;
    float: right;
    width: 45%;
}

#select_card>div label[for='cupoun'] span {
    font-weight: bold;
}

#select_card>div input#cupoun {
    font-size: 20px;
    font-weight: normal;
    width: 37%;
    border: 2px solid #999;
    border-radius: 10px;
    text-align: left;
    direction: ltr;
    color: #f4034b;
}

#select_card #order {
    width: 295px;
    border: none 0;
    color: #fff;
    background-color: #f7034b;
    height: 50px;
    font-size: 26px;
	-webkit-transition: background-color 0.5s ease 0s;
	-moz-transition: background-color 0.5s ease 0s;
	-ms-transition: background-color 0.5s ease 0s;
	-o-transition: background-color 0.5s ease 0s;
	transition: background-color 0.5s ease 0s;
}

#select_card #order:hover,
#select_card #order:focus {
    background-color: #aa0f3d;
}

span.order_message {
    color: #f7034b;
    overflow: hidden;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 290px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.security_text {
    text-align: center;
    width: 290px;
    margin-top: 10px;
    margin-bottom: 0;
}

#contact_us h2 {
    margin-bottom: 5px;
}

.subtitle_contact_us {
    color: #444;
    font-size: 20px
}

#form_contact_us>div {
    width: 250px;
    margin-top: 20px;
    border-bottom: 2px solid #ccc;
}

#form_contact_us label {
    color: #999;
    font-weight: 400;
    font-size: 20px;
}

#form_contact_us input:not([type='button']) {
    border: none 0;
    color: #999;
    font-weight: 400;
    font-size: 20px;
    width: 169px;
    float: left;
    color: #000;
}

#form_contact_us input#fphone,
#form_contact_us input#fcode,
#form_contact_us input#fsohen {
    text-align: left;
    direction: ltr;
}

#form_contact_us input[type='button'] {
    border: none 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    width: 100px;
    background: #f4034b;
    height: 40px;
    float: left;
}

#form_contact_us input[type='button']:hover,
#form_contact_us input[type='button']:focus {
    background: #aa0f3d;
}

#form_contact_us .phone_and_email {
    border: 0 none;
    margin-top: 30px;
}

#form_contact_us p span {
    color: #000;
    display: block;
}

#form_contact_us p a {
    color: #000;
    display: block;
    font-size: 20px;
}

#form_contact_us .email_link {
    color: #444;
    display: block;
    font-size: 14px;
}

#form_contact_us .email_link i {
    color: #f4034b;
}

span.contact_us_message {
    clear: both;
    float: left;
    display: block;
    width: 100px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #f7034b;
}
.sec2 {
    background: url('../img/bg_1.jpg') no-repeat;
}
.not_validation {
    color: #c00 !important;
}
div#contact_us {
    margin-bottom: 100px;
}
.comment_01 {
	display: block;
    margin: 15px 30px 25px 0;
}
.comment_02 {
    display: block;
    margin: 0px 30px 0 0;
    font-size: 14px;
    line-height: 1.2;
}
.comment_inline {
    display: inline-block;
    margin: 0px;
    font-size: 14px;
    line-height: 1.2;
}
#select_card label span{
    color: #f4034b; 
}

/*------------------------*/
@media screen and (max-width: 1440px) {
    .big-image {
        background-position: -250px 0;
    }
}


@media screen and (max-width: 768px) {
	.popup {
	/* width: 300px;
	height: 300px;
	position: fixed;
	margin: -150px 0 0 -150px;
	border: 7px solid #FA97B4;
	background: #fff;
	z-index: 1001;
	top: 50%;
	left: 50%;
	display: none; */
    width: 300px;
    height: 500px;
    position: fixed;
    margin: -150px 0 0 -150px;
    border: 7px solid #FA97B4;
    background: #fff;
    z-index: 1001;
    top: 200px;
    left: 50%;
	}
	.popup #country_content {
	/* height: 220px; */
	}
    
	.popup#popup_support {
        height: 220px; 
       }
    
}
/*------------------------*/
@media screen and (width:1440px) {
	.logo_sim2fly {
        left: -80px;
   }	
}
/*------------------------*/
@media screen and (min-width:769px) and (max-width: 1023px) {
	.logo_sim2fly {
        left: -36vw;
        
    }	
	.big-image * {
	color: #000;
	}
	.tasim {
	color: #fff;
    line-height: 1.8;
	}
	h1 {
	text-shadow: 0 2px 1px #fff, 0 -2px 1px #fff, 2px 0 1px #fff;
	}
	h1 span{
	text-shadow: 0 2px 1px #fff, 0 -2px 1px #fff, 2px 0 1px #fff;
	}
	.solugon {
	text-shadow: 2px 0px 5px #fff, -2px 0 5px #fff, 0 -3px 5px #fff, 3px 0 5px #fff;
	}	
	.big-image span {
	color: #f7034b;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	}
	.big-image:before {

	}
	div#contact_us {
	margin: 0 auto;
	width: 600px;
	float: none;
	}
	#form_contact_us>div {
	width: 550px;
	}
	#form_contact_us input:not([type='button']) {
	width: 460px;
	}
	.phone_and_email p {
	float: right;
	width: 40%;
	}
}
/*------------------------*/
@media screen and (width:768px) {
	.row {
		margin-right: 0;
		margin-left: 0;
	}
    .logo_sim2fly {
        font-size: 110%;
        top:0;
        left:0;
    }
    .logo_sim2fly > div:first-child{
        width: 130px;
    }
    .workgroupLogo {
        display: block;
        position: absolute;
        top: 20px;
        left: -20px
    }
    .mobile_status {
        position: absolute;
        top:0;
        left: 0;
    }
	.big-image {
    background-position: -130px 1px;
    height: auto;
	min-height:300px;
	}
	.tasim {
    width:65%;
    margin-top:20px;
    font-size: 400%;
	line-height: 1.8;
	margin-right:25px;
	}
	h1 {
    font-size: 300%;
    margin: -60px 50px 0 0;
    text-align: right;
	text-shadow: 0 2px 1px #fff, 0 -2px 1px #fff, 2px 0 1px #fff;
	}
	h1 span{
	text-shadow: 0 2px 1px #fff, 0 -2px 1px #fff, 2px 0 1px #fff;
	}
	.solugon {
	width: 60%;
    font-size: 170%;
    line-height: 1.5;
    text-align: right;
    margin-right: 50px;
    margin-top: 14px;
    font-weight: bold;
    color: #000;
    text-shadow: 2px 0px 5px #fff, -2px 0 5px #fff, 0 -3px 5px #fff, 3px 0 5px #fff;
	}
	#form_contact_us>div {
    width: 210px;
    margin-top: 20px;
    border-bottom: 2px solid #ccc;
    float: right;
    margin-left: 20px;
	}
	#form_contact_us label {
    color: #999;
    font-weight: 400;
    font-size: 20px;
    display: block;
}
	#form_contact_us input:not([type='button']) {
    border: none 0;
    color: #999;
    font-weight: 400;
    font-size: 20px;
    width: 100%;
    float: none;
    color: #000;
}
#form_contact_us .phone_and_email {
    border: 0 none;
    margin-top: 30px;
    width: 97%;
}
	div#contact_us {
    margin-top: -70px;
    margin-bottom: 50px;
}
	
}
/*------------------------*/
@media screen and (min-width:568px) and (max-width:767px) {
	img#logo {
		margin-top: 1vh;
	}
	[class^='col'] {
	float: none;
	}
	.big-image {
    background-position: -290px 1px;
    height: auto;
    min-height: 320px;
	}
	.big-image:before {

	}
	.tasim {
    width: 75%;
    margin-top: 30px;
    font-size: 300%;
	line-height: 2.2;
	}
	h1 {
    font-size: 300%;
    margin: -60px 0 0 0;
    text-align: right;
	text-shadow: 0 2px 1px #fff, 0 -2px 1px #fff, 2px 0 1px #fff;
	}
	h1 span{
	text-shadow: 0 2px 1px #fff, 0 -2px 1px #fff, 2px 0 1px #fff;
	}
	.solugon {
	width: 100%;
    font-size: 170%;
    line-height: 1.5;
    text-align: right;
    margin-right: -8px;
    margin-top: 14px;
    font-weight: bold;
    color: #000;
    text-shadow: 2px 0px 5px #fff, -2px 0 5px #fff, 0 -3px 5px #fff, 3px 0 5px #fff;
	}
	.mainHeader {
	margin:0 auto;
	width: 100%;
	}
	.sec2 .container {
	max-width: 390px;
	}
}
/*------------------------*/

@media screen and (max-width:567px) {
	img#logo {
		margin-top: 1vh;
	}
    .logo_sim2fly {
        font-size: 110%;
        top:0;
        left:0;
    }
    .workgroupLogo {
        display: block;
        position: absolute;
        top: 150px;
        left: 40vw;
    }
    .mobile_status {
        position: absolute;
        top:0;
        left: 0;
    }
	[class^='col'] {
	float: none;
	}
	.big-image {
	background-position: -180px 1px;
	height: auto;
	min-height:250px;
	}
	.big-image:before {
	}
	.tasim {
	width: 75%;
	margin-top: 30px;
	font-size: 200%;
	line-height: 1.8;
	}
	h1 {
	font-size: 200%;
	margin: -100px -10px 0 0;
	text-align:right;
	text-shadow: 0 2px 1px #fff, 0 -2px 1px #fff, 2px 0 1px #fff;
	}
	h1 span{
	text-shadow: 0 2px 1px #fff, 0 -2px 1px #fff, 2px 0 1px #fff;
	}
	.solugon {
	width: 80%;
	font-size: 120%;
	line-height: 1.2;
	text-align: right;
	margin-right: -8px;
	margin-top: 14px;
	font-weight: bold;
	color: #000;
	text-shadow: 2px 0px 5px #fff, -2px 0 5px #fff, 0 -3px 5px #fff, 3px 0 5px #fff;
	}
	.mainHeader {
	margin:-20px auto 0;
	width: 100%;
	}
	#select_card>div label[for='cupoun'] {
	width: 95%;
	text-align: center;
	}
	#select_card>div input#cupoun {
	width: 70%;
	margin: 0 auto;
	float: none;
	height: 40px;
	display: block;
	}
	#form_contact_us>div {
	width: 280px;
	}
	#form_contact_us input:not([type='button']) {
	width: 190px;
	}
	#select_card>div label {
	font-size: 145%;
	}
	.workgroupLogo img {
		max-width: 50px;
	}		

}
/*-----------  END MOBILE CSS -----------*/
 .mt0{
    margin-top: 0;
 }
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.pb30 {
	margin-bottom: 30px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pr20{
    padding-right: 20px;
}
.floating-alert {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 8888;
}

.cupon-code-messenger {
	width: 100%;
	color: #00a0f0;
	font-size: 16px;
	font-weight: 700;
}
.cupon-code-messenger.success {
	color: #00c010;
}
.cupon-code-messenger.error {
	color: #f7034b;
}
.cupon-code-messenger .inner-message {
	display: inline-block;
	margin-right: 10px;
}

.theme-modal.alt {
	width: 300px;
}
.theme-modal .modal-content {
	border-radius: 0;
}
.theme-modal .modal-header {
	background-color: #fa97b4;
	color: #fff;
}
.theme-modal .close {
	float: left;
}

.theme-modal .modal-content {
	border-radius: 0;
}
.theme-modal .modal-header {
	background-color: #fa97b4;
	color: #fff;
}
.theme-modal .close {
	float: left;
}

.btn-theme-default {
	background-color: #f0f0f0;
	border-radius: 0;
}
.btn-theme-default:hover {
	background-color: #e0e0e0;
}
.btn-theme-primary {
	background-color: #f7034b;
	color: #fff;
	border-radius: 0;
}
.btn-theme-primary:hover {
	background-color: #ac0f3d;
	color: #fff;
}

.error-messages {
	color: #f7034b;
	font-weight: bold;
}

.input-themed {
    font-size: 20px;
    font-weight: normal;
    border: 2px solid #999;
    border-radius: 10px;
    text-align: left;
    direction: ltr;
    color: #f4034b;
	text-align: right;
}
.input-themed:focus {
	border: 2px solid #aaa;
}
.input-themed[dir=ltr] {
	text-align: left;
}

span.contact_us_message.success {
    font-size: 20px;
    width: 100%;
    color: green;
}

.myPopup {
    display: none;
    position: fixed;
    width: 320px;
    height: 500px;
    overflow: hidden;
    z-index: 1000;
    background-color: #fff;
    border: 2px solid #ccc;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -160px;
  }
  .myPopup .title {
    margin: 0;
    box-sizing: border-box;
    position: relative;
    background: #efefef;
    padding: 1px 20px;
  }
  .myPopup .title h2 {
    margin: 15px 0 20px;
    font-size: 20px;
  }
  .myPopup .title .closeBTN {
    position: absolute;
    left: 10px;
    top: 10px;
    border: 0;
    background: none;
    font-size: 30px;
    color: #a8a6a7;
  }
  .myPopup .mypopup_content {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 400px;
    margin-top: 20px;
  }
  .popup_content::-webkit-scrollbar-thumb:hover {
    background: #a8a6a7;
  }
  .popup_content::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .popup_content::-webkit-scrollbar {
    width: 5px;
    border-radius: 50%;
  }
  .popup_content::-webkit-scrollbar-thumb {
    background: #a8a6a7;
    border-radius: 10px;
  }