@import url('shlomi.css');

@font-face {
    font-family: "fb";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	src: url('../../fonts/Assistant-Regular.woff') format("opentype"); /* here you go, IE */
}


@font-face {
    font-family: "fb_bold";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	src: url('../../fonts/Assistant-Bold.woff') format("opentype"); /* here you go, IE */
}

@font-face {
    font-family: "fb_medium";
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
	src: url('../../fonts/Assistant-Regular.woff') format("opentype"); /* here you go, IE */
}

body {
    direction: rtl;
    font-family: "fb","helvetica","arial";
    padding: 60px 0 0px 0;
}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

.wrapper {
    display: block;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wrapper:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.clear {
    position: relative;
}
.clear:before {
  content: '';
  display: block;
    clear: both;
}
.clear:after {
  content: '';
  display: block;
    clear: both;
}

header, section, footer, aside, nav, article, figure, figcaption,
hgroup{
display: block;
}

img, img a{border:none;max-width: 100%;}


a:visited, a:focus, a:active {
  border-color: transparent;
  box-shadow: none;
  outline: 0 none;
}

.img-responsive {
    width:100%;
}

.credit img{
    margin: 0px auto 0px auto;
    width:110px;
    padding: 16px 0;
}

.no-padding {
  padding: 0 !important;
}
/* FORMS */
.iselect {
background: url('../../img/icons/ic_select_down.png') 10px center white no-repeat;      background-size: 13px;      padding: 5px 10px 5px 29px;      height: 34px;background-color: white;      color: black;      -webkit-appearance: none;      outline: 0;      display: block;      width: 100%;      padding: 5px 10px;      border: none;      font-size: 16px;      margin: 0px 0 10px 0px;      -webkit-border-radius: 0px;      -moz-border-radius: 0px;      border-radius: 0px;      -webkit-transition: all 0.3s ease-in-out;      -moz-transition: all 0.3s ease-in-out;      -o-transition: all 0.3s ease-in-out;      transition: all 0.3s ease-in-out;}

.iname {
}

.itext {
    width: 100%;
    float: right;
    padding: 2px 10px 0 0;
    margin: 0px 0 7px 0px;
    -webkit-appearance: none;
    border:none;
    background-color: #680909;
    color: black;
    font-size: 16px;
}

.icheck {vertical-align: middle;margin: 0 0 0 5px!important;}

.send_btn:hover {
    background-color: black;
}

.placeholder_dark::-webkit-input-placeholder {color:#CCCCCC !important;}
.placeholder_dark:-moz-placeholder {color:#CCCCCC !important;}
.placeholder_dark::-moz-placeholder {color:#CCCCCC !important;}
.placeholder_dark:-ms-input-placeholder {color:#CCCCCC !important;} 


::-webkit-input-placeholder {color:#2D2D2D;}
:-moz-placeholder {color:#2D2D2D;}
::-moz-placeholder {color:#2D2D2D;}
:-ms-input-placeholder {color:#2D2D2D;} 


/* END FORMS */

.column_a {
    width: 49%;
    float: right;
}

.column_b {
    width: 49%;
    float: left;
}


/* MODAL */
.modal-alert {
  background-color: rgba(255, 255, 255, 0.9);
}
.modal-alert .modal-dialog {
    margin: 120px auto;
    width: 90%;
}
.modal-alert .modal-content {
    border-radius: 0;
}
.modal-alert .modal-header {
    background-color: #C40C0E;
    padding: 10px 15px;
}
.modal-alert .close {
    width: 24px;
    height: 24px;
    position: relative;
    float: left;
    opacity: 1;
    margin: 1px 0 0 0;
    background-color: white;
    border: none;
    font-size: 21px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    color: #C40C0E;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.modal-alert .modal-title {
  color: white;
  line-height: 1;
  font-size: 24px;
  margin: 0;
}
.modal-alert .modal-body {
    width: 100%;
    padding: 10px;
    background-color: white;
}
.modal-alert .modal-body p {
    text-align: center;
    color: #C40C0E;
    line-height: 0.9;
    font-size: 20px;
    margin: 0;
}
.modal-alert .buttons {
    width: 100%;
    display: block;
    padding: 20px;
}
.modal-alert .buttons .btn {
    width: 100%;
    display: block;
    margin: 5px auto;
    color: white;
    border: none;
    padding: 5px 10px;
    text-align: center;
    font-size: 20px;
    border-radius: 0;
}
.modal-alert .buttons .btn img {
    width: 24px;
    /* float: right; */
    /* margin-left: 5px; */
}
.modal-alert .buttons .btn1 {
    background-color: #333333;
}
.modal-alert .buttons .btn2 {
    background-color: #B11924;
}
.modal-alert .modal-footer {
    /* display: none; */
    border: none;
    padding: 0;
}
/* AREAS */
.modal-alert .area-list {
    display: block;
    margin-bottom: 0;
}
.modal-alert .area-list:before {
	content: '';
	display: block;
	clear: both;
}
.modal-alert .area-list:after {
	content: '';
	display: block;
	clear: both;
}
.modal-alert .area-list .list-group-item {
    background-image: inherit;
    background-color: #8C1612;
    border: solid 1px white;
    text-shadow: inherit;
    color: white;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    display: inline-block;
    float: right;
    width: 33.33333333%;
    padding: 10px 0;
}
.modal-alert .area-list .list-group-item.active {background-color: #FACC80;color: #8C1612;font-weight: bold;}
/* END AREAS */

.modal-alert.green .modal-header {background-color: green;} 
.modal-alert.green .close {color: green;} 
.modal-alert.green .modal-body p {color: green;} 


.modal.modal-alert .html .buttons {
    width: 100%;
}
.modal.modal-alert .html .buttons button {
float: right;width: 49%;background-color: #C1C1C1;}
.modal.modal-alert .html .buttons a {
    display: block;
    float: left;
    width: 49%;
    background-color: #549DD4;
}

/* FORMS */
.form-wrapper {
    margin: 0;
}
.form-wrapper form {}
.form-wrapper form header {
    display: block;
    width: 100%;
    text-align: center;
}
.form-wrapper form h4 {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    color: white;
}
.form-wrapper form p {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    color: white;
}
.form-wrapper .form-row {
    display: block;
    clear: both;
}
.form-wrapper .form-col {
    display: block;
    width: 100%;
    padding: 2px;
}
.form-wrapper .form-col-2 {
    display: inline-block;
    width: 50%;
    padding: 2px;
}
.form-wrapper .form-col-3 {
    display: inline-block;
    width: 33.3333333%;
    padding: 2px;
}
.form-wrapper .form-col-7 {
    display: inline-block;
    width: 66.6666666%;
    padding: 2px;
}
.form-wrapper form input[type='text'],  
.form-wrapper form input[type='date'], 
.form-wrapper form input[type='time'], 
.form-wrapper form input[type='email'],  
.form-wrapper form input[type='tel'], 
.form-wrapper form input[type='password'], 
.form-wrapper form textarea, 
.form-wrapper form select,
.form-wrapper form button {
    background-color: white;
    color: black;
    -webkit-appearance: none;
    outline: 0;
    display: block;
    width: 100%;
    padding: 5px 10px;
    border: none;
    font-size: 16px;
    margin: 0px 0 4px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-wrapper form input[type='date'] {
    padding: 3px 10px;
}
.form-wrapper form input[type='time'] {
    padding: 3px 10px;
}
.form-wrapper .form-input {
    
}
.events .form-wrapper .form-input {
    background-color: #ECECEC;
    color: black;
}
.form-wrapper .radio,
.form-wrapper .checkbox {
    margin: 0;
    padding: 2px 20px 2px 0;
    color: white;
}
.form-wrapper .radio span,
.form-wrapper .checkbox span {}
.form-wrapper .form-radio[type='radio'],
.form-wrapper .form-checkbox[type='checkbox'] {
    margin-right: -20px;
}
.form-wrapper .form-textarea {
    height: 100px;
}
.form-wrapper .form-select {}
.events .form-wrapper .form-select {
    background-color: #ECECEC;
    color: black;
}
.form-wrapper .form-button {}
.form-wrapper .form-submit {
    font-size: 20px;
    line-height: 1;
    color: #811713;
    background-color: white;
    text-align: left;
}
.events .form-wrapper .form-submit {
    background-color: #ba986c;
    color: black;
}






.site-header .navbar-brand {
    float: right;
    padding: 0;
    margin: 10px 0 0 0;
    position: relative;
    z-index: 1;
}
.site-header .navbar-brand .logo {
    width: 99px;
}

.site-header .nav_search {
    float: left;
    border-left: 1px solid #53A0D7;
    padding: 0 0 0 19px;
    margin: 10px 0 0 20px;
}
.site-header .nav_search img {
    width: 24px;
}

.site-header .nav_call {
    float: left;
    /* border-left: 1px solid #53A0D7; */
    padding: 0 0 0 19px;
    margin: 8px 0 0 0px;
}
.site-header .nav_call img {
    width: 24px;
}

.site-header .navbar-toggle:hover {
    background-color:transparent;
    background-image: none;
}

.site-header .navbar-toggle {
    float: left;
    margin: 0px 0px 0 0;
    padding: 5px 0 0 13px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 50px;
}


    
.site-header .site-nav .navbar-header{
    border: 0;
    /* background: rgba(255, 255, 255, 0.94); */
    min-height: 60px;
    /* border-bottom: 1px solid #929292; */
}

.site-header .site-nav #navbar{
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    border-color: #000000;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.95);
}



.site-header .navbar-toggle .icon-bar {
    width: 32px;
    height: 2px;
    border-radius: 0;
    margin: 0 0 7px 0;
}

.site-header .navbar-toggle .icon-bar:nth-child(3) {
    font-size: 13px;
    color: black;
    line-height: 2;
}

.site-header .navbar-nav {margin: 0;padding: 5px 0 0 0;margin-bottom: 50px;position: relative;width: 100%;                                    /* background: linear-gradient(to bottom, rgba(197,12,14,1) 0%, rgba(129,24,19,1) 100%); */      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c50c0e', endColorstr='#811813', GradientType=0 );}

.site-header .navbar-nav li {
    width: 100%;
    padding: 0 20px;
    background: url('../../img/icons/ic_white_small_arrow.png') 15px center transparent no-repeat;
    background-size: 9px;
}

.site-header .navbar-nav li:last-child {
    background-color: #54A1D8;
    background-image: none;
    padding: 10px 20px;
}


.site-header .navbar-nav li a {
    color: white;
    font-size: 18px;
    padding: 10px 0;
    /* border-top: 1px solid #fccc81; */
}
.site-header .navbar-nav li.active a {
    background-color: inherit !important;
    color: #53A0D7 !important;
    font-weight: bold !important;
}
.site-header .navbar-nav li:first-child a {
    border: none;
}

.site-header .navbar-nav li:last-child a {
}

.site-header .navbar-nav li:last-child a:nth-child(1) {
    float: right;
}

.site-header .navbar-nav li:last-child a:nth-child(2) {
    float: left;
}
.site-header .navbar-nav li:last-child a:nth-child(2) img {
    width: 17px;
}

.site-header .site-nav {
    background-image: inherit;
    background: inherit;
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 60px;
    background-color: rgba(0, 0, 0, 0.55);
}
.site-header .site-nav .container {
  background-image: none;
  background-color: rgba(255,255,255,0.95);
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-bottom: 1px solid #929292;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
}
.cart-nav {
    z-index: 1050;
    display: inline-block;
    float: left;
    padding: 10px;
}
.cart-nav > a {
    background-color: inherit;
    border: none;
    color: white;
    font-size: 20px;
    padding: 0;
    outline: 0;
    margin: 0;
}
.cart-nav > a img {
    width: 24px;
    vertical-align: sub;
}
.cart-nav > a span {}


/*  Special checkbox button */

.icheck_special input[type="checkbox"] {
   position: absolute !important;
   right: -9999px;
    margin: 0;
}


.icheck_special input[type="checkbox"] + label {
    float: right;
    clear:both;
    margin: 0 0px 10px 0px;
    vertical-align:middle;
    cursor:pointer;
    font-size: 18px;
    font-weight: normal;
}

.icheck_special label span {
    display:inline-block;
    width: 17px;
    height: 17px;
    border: 2px solid #53A2DA;
    margin: -3px 0px 0 10px;
    cursor:pointer;
    vertical-align:middle;
    background-color: white;
}


.icheck_special input[type="checkbox"]:checked + label span {
    background-color: #53A2DA;
    padding: 2px;
    border: 2px solid #2C5C7D;
}

.icheck_special input[type="checkbox"].checked + label span{
    background-color: #53A2DA;
    padding: 2px;
    border: 2px solid #2C5C7D;
}







/*  Special checkbox button  2222222222222222222222222222*/

.icheck_special_round input[type="checkbox"] {
   position: absolute !important;
   right: -9999px;
    margin: 0;
}


.icheck_special_round input[type="checkbox"] + label {
    float: right;
    clear:both;
    margin: 0 0px 10px 0px;
    vertical-align:middle;
    cursor:pointer;
    font-size: 19px;
    font-weight: normal;
}

.icheck_special_round label span {
    display:inline-block;
    width: 21px;
    height: 21px;
    border: 2px solid #53A2DA;
    margin: -3px 0px 0 10px;
    cursor:pointer;
    vertical-align:middle;
    background-color: white;
    
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}


.icheck_special_round input[type="checkbox"]:checked + label span {
    background-color: #53A2DA;
    padding: 2px;
    border: 2px solid #2C5C7D;
}

.icheck_special_round input[type="checkbox"].checked + label span{
    background-color: #53A2DA;
    padding: 2px;
    border: 2px solid #2C5C7D;
}

/*  END special checkbox button */


.general-pagination {
    text-align: center;
    margin: 50px 0 20px 0;
}

.general-pagination .pagination {
padding: 0;direction: rtl;}
.general-pagination .pagination li {
    float: right;
}
.general-pagination .pagination li a {
    
}
.general-pagination .pagination li.active a{
    background-color: #54A3DB;
    border-radius: 0;
}
.general-pagination .pagination li.next a {
    
    border-radius: 0;
}
.general-pagination .pagination li.prev a {
    border-radius: 0;
}












.error {
    margin-bottom: 100px;
}
.error > .img-responsive {
    display: block;
    margin: 0 auto;
}
.error > h1 {
    color: #53a0d7;
    text-align: center;
    font-size: 25px;
    margin: 0;
}
.error > h1 strong {
    display: block;
}
.error > span {
    display: block;
    text-align: center;
    color: black;
    font-size: 18px;
}
.error > span a {
    color: black;
}
