/* Global */
body{background:#FFF;font-family: 'OpenSansHebrew', arial, tahoma;text-align:right;color: #000;overflow-x: hidden;}
.no-scroll{overflow: hidden;}
.right{float:right;}
.left{float:left;}
.no-margin-left{margin-left:0!important;}
.animate_all{-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
.animate_normal{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.animate_btn{-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;}
.animate_fast{-webkit-transition: all 0.1s ease-out;-moz-transition: all 0.1s ease-out;-o-transition: all 0.1s ease-out;transition: all 0.1s ease-out;}
.hide{display:none;}
.hide_imp{display:none!important;}
.relative{position: relative;}
.table{display: table;}
.table-thead{display: table-header-group;}
.table-tbody{display: table-row-group;}
.table-row{display: table-row;}
.table-cell{display: table-cell;}
.d-ltr{direction: ltr;}
.sticky{position: relative;width:100%;top:0;right:0;direction:rtl;text-align:right;z-index:10;}
.sticky.active .nav{position: fixed;width:100%;top:0;right:0;}
.mobile{display: block;}
.desktop{display: none;}
.underline{text-decoration: underline;}
.cover{-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;-webkit-transform: translate3d(0,0,0);}
.contain{-webkit-background-size: contain;-moz-background-size: contain;-o-background-size: contain;background-size: contain;background-position: 50% 50%;background-repeat: no-repeat;-webkit-transform: translate3d(0,0,0);}
.icon{vertical-align: middle;display: inline-block;}
.btn{overflow: hidden;position: relative;outline: none;}
input[type='text'].input_email{text-align:left;direction: ltr;}
input[type='text'].input_email::-webkit-input-placeholder{text-align:right;direction: rtl;}
input[type='text'].input_email:-moz-placeholder{text-align:right;direction: rtl;}
input[type='text'].input_email::-moz-placeholder{text-align:right;direction: rtl;}
input[type='text'].input_email:-ms-input-placeholder{text-align:right;direction: rtl;}
.no_parallax{opacity:1!important;-ms-transform: translate(0, 0)!important;-moz-transform: translate(0, 0)!important;-webkit-transform: translate3d(0, 0, 0)!important;transform: translate(0, 0)!important;height:100%!important;}
.datepicker_masked{direction: ltr;text-align:right;}

/* Demo */
body.demo:after{content:'';clear:both;display: block;height:8000px;width:100%;position: absolute;left:0;top:0;background:url('../images/demo.png') no-repeat top 0 right 6px #FFF;opacity:1;z-index:-2;}
body.demo > *{opacity:0.65;}
body.demo .container{height:8000px;}

/* Layout */
.container{padding-top:60px;background:#FFF;direction: rtl;position: relative;z-index:2;min-width:320px;overflow: hidden;}
.innerpage{width:100%;max-width:1920px;padding:0 16px;margin:0 auto;position: relative;}
.innerpage:after{content:'';clear:both;display: table;}
.innerpage.tight{width:100%;}
.innerpage.tight_less{width:100%;}

.title_one{display: block;font-size: 30px;font-weight: 400;}
.title_two{display: block;font-size: 22px;font-weight: 400;}
.title_three{display: block;font-size:20px;font-weight:400;}
.cred{color:#d32042;}
.cblue{color: #1B9DD6;}
.cgreen{color: #109848;}

.btn{cursor:pointer;display: inline-block;height: 35px;line-height:35px;background-color: #D41E41;padding:0 10px;color:#FFF;text-align:center;-webkit-transition: background 0.2s ease-in-out;-moz-transition:  background 0.2s ease-in-out;-o-transition:  background 0.2s ease-in-out;transition: background 0.2s ease-in-out;border:none;}
.btn:hover{background:#f2224c;}
.btn.loading_btn{position: relative;}
.btn.loading_btn:after{width:85%;height:85%;position: absolute;right:0;bottom:0;left:0;top:0;content:'';max-width:56px;max-height:56px;opacity: 0;-webkit-transition:opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;-moz-transition:opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;-o-transition:opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;transition:opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s;}
.btn.loading_btn.clicked{cursor: default;background:#D41E41;font-size:0;color:rgba(255,255,255,0);}
.btn.loading_btn.clicked:after{background:url('../images/preloader.gif') no-repeat top center;background-size:100%;margin:auto;opacity:1;}

input[type='text'],input[type='password'],textarea{background-color: #FFF;border: 1px solid #B4B3B4;display: block;width:100%;padding:0;padding-bottom:4px;height: 40px;resize:none;-webkit-transition:  border-color 0.2s ease-in-out;-moz-transition:  border-color 0.2s ease-in-out;-o-transition:  border-color 0.2s ease-in-out;transition: border-color 0.2s ease-in-out;}
input[type='text'].input_error,input[type='password'].input_error,textarea.input_error{border-color:#D41E41!important;}
.datepicker{position: relative;}
.datepicker .datepicker_mask{content:'';position: absolute;left:0;top:0;width:100%;height:100%;cursor: pointer;}
.datepicker .fa-calendar{width: 40px;line-height:38px;font-size: 24px;height: 100%;border-right: 1px solid #B4B3B4;position: absolute;left:0;top:0;text-align:center;}
.radiobox,.checkbox{display: inline-block;cursor: pointer;position: relative;}
.radiobox input[type='radio'],.checkbox input[type='checkbox']{display: block;position: absolute;right:0;top:6px;z-index:0;opacity:0;}
.keyboard .radiobox input[type='radio']:focus + .label .radio_c,.keyboard .checkbox input[type='checkbox']:focus + .label .check_c{outline:3px solid #23ade4;}
.radiobox .label,.checkbox .label{cursor: pointer;}
.radiobox .radio_c{width: 23px;height: 23px;padding:4px;border: 2px solid #000;display: inline-block;vertical-align: middle;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;position: relative;margin-left:5px;}
.radiobox .radio_c:after{content:'';width:11px;height:11px;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;background:#000;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0);-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);-moz-transition: -moz-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);-o-transition: -o-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);display: block;position: relative;}
.radiobox input[type='radio']:checked + .label .radio_c:after,.checkbox input[type='checkbox']:checked + .label .check_c .fa{-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

.checkbox .check_c{width: 22px;height: 22px;line-height:18px;font-size:18px;background-color: #FFF;border: 1px solid #000;display: inline-block;vertical-align: middle;margin-left:10px;position: relative;text-align:center;}
.checkbox .check_c .fa{content:'';text-align:center;color:#000;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0);-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);-moz-transition: -moz-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);-o-transition: -o-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);}

.page_head{padding:12px 0 16px;background-color: #E9E9E9;}
.page_head .breadcrumb{color: #888;line-height:25px;font-size: 15px;font-weight: 300;margin-bottom:2px;letter-spacing: -0.2px;}
.page_head .breadcrumb > li{display: inline-block;}
.page_head .breadcrumb > li:after{content:'\00a0›';display: inline;}
.page_head .breadcrumb > li:last-child:after{content:'';}
.page_head .breadcrumb > li > a{color: #888;-webkit-transition:  color 0.2s ease-in-out;-moz-transition:  color 0.2s ease-in-out;-o-transition:  color 0.2s ease-in-out;transition: color 0.2s ease-in-out;}
.page_head .breadcrumb > li > a:hover{color:#000;}
.page_head .title{font-size:34px;line-height:34px;font-weight: 400;letter-spacing: 1.1px;}

.page_head .breadcumb_menu{position: absolute;right:0;bottom:0;width:100%;text-align:center;font-size:0;letter-spacing: -0.05px;}
.page_head .breadcumb_menu > li{color: #787878;font-size: 18px;font-weight: 300;display: inline-block;}
.page_head .breadcumb_menu > li:after{content:'\00a0\00a0|\00a0\00a0';display: inline-block;}
.page_head .breadcumb_menu > li:last-child:after{display: none;}
.page_head .breadcumb_menu > li > a{color: #787878;display: inline-block;-webkit-transition:  color 0.2s ease-in-out;-moz-transition:  color 0.2s ease-in-out;-o-transition:  color 0.2s ease-in-out;transition: color 0.2s ease-in-out;}
.page_head .breadcumb_menu > li > a:hover,.page_head .breadcumb_menu > li > a.active{color:#000;}

.cselect_cont{position: relative;display: inline-block;}
.cselect_cont select{display: none;}
.customSelect{position: relative;font-size: 18px;font-weight: 300;}
.customSelect .mCSB_container{padding-right:8px;}
.customSelect .mCSB_container.mCS_no_scrollbar_y{padding-right:0;}
.customSelect .mCSB_scrollTools{width:8px;}
.customSelect .title{text-indent: 0;cursor: pointer;line-height:34px;height: 36px;width: 100%;background-color: #FFF;border: 1px solid #b4b3b4;padding:0 10px 0 28px;position: relative;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;color:#000;}
.customSelect .title .fa{font-size:20px;line-height:34px;position: absolute;left:10px;top:0;}
.customSelect .list{border-bottom:1px solid #b4b3b4;position: absolute;right:0;top:0;width:100%;background:#FFF;z-index:4;opacity:0;visibility:hidden;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;overflow: hidden;}
.customSelect .list ul{border:1px solid #b4b3b4;border-top:none;border-bottom:none;margin-bottom:-40px;height:100%;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.customSelect .list li{height:32px;line-height:30px;border:1px solid #FFF;border-right:none;border-left:none;cursor:pointer;padding:0 8px 0 10px;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.customSelect .list li:first-child{border-top:none;}
.customSelect .list li:last-child{border-bottom:none;}
.customSelect .list li.active{background:#e7e7e7;}
.customSelect.open{z-index:10;}
.customSelect.overflow{overflow: visible;}
.customSelect.open .list{opacity: 1;visibility: visible;overflow: hidden;}
.customSelect.open .list ul{margin-bottom:0;}
.customSelect.open .title .fa{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.customSelect .search_input{border: none;display:block;height: 100%;width: 100%;text-indent: 0!important;}
.customSelect.hasSearch .list .title{display: none;}
.customSelect.hasSearch .list{top:100%;}

.top_cover{height:210px;overflow: hidden;position: relative;background:#181718;}
.top_cover .bg{position: absolute;left:0;top:0;width:100%;height:100%;z-index:0;}
.top_cover .innerpage{position: absolute;left:0;top:0;width:100%;height:100%;z-index:1;}
.top_cover .innerpage .table{width:100%;height:100%;}
.top_cover .innerpage .table-cell{width:100%;height:100%;vertical-align: middle;text-align:center;}
.top_cover .text{line-height:40px;font-weight: 900;text-shadow: 0px 1px 35px rgba(0, 0, 0, 1),0px 1px 35px rgba(0, 0, 0, 1),0px 1px 35px rgba(0, 0, 0, 1),0px 1px 35px rgba(0, 0, 0, 0.5);color:#FFF;letter-spacing: 0;display: block;}

.tooltip_error_cont{position: relative;}
.tooltip_error{position: absolute;max-width:100%;padding:8px 10px;font-weight: 400;font-size: 14px;line-height:16px;letter-spacing:-0.15px;color: #FFF;background: #D41E41;border: 1px solid #D41E41;text-align: center;visibility: visible;opacity: 0.9;top: 100%;margin-top:13px;right: 0;z-index: 2;-moz-box-shadow: 1.5px 2.6px 7.4px 0.6px rgba(0, 0, 1, 0.25);-webkit-box-shadow: 1.5px 2.6px 7.4px 0.6px rgba(0, 0, 1, 0.25);box-shadow: 1.5px 2.6px 7.4px 0.6px rgba(0, 0, 1, 0.25);-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;visibility: hidden;opacity: 0;text-align:right;}
.tooltip_error:after{content:'';position: absolute;right:30px;bottom:100%;width: 0;height: 0;border-style: solid;border-width: 0 12px 9px 12px;border-color: transparent transparent #d41e42 transparent;}
.tooltip_error.visible{opacity: 0.9;visibility: visible;}
.tooltip_error ul > li{position: relative;padding-right:0;}
.tooltip_error ul > li{margin-bottom:5px;}
.tooltip_error ul > li:last-child{margin-bottom:0;}
.tooltip_error ul > li:after{content:'';position: absolute;right:0;top:6px;width:5px;height:5px;background:#FFF;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;display: none;}

.mixelwcag{z-index:999;top:181px;left:auto;right:0;position: fixed;direction: rtl;}
.mixelwcag .open{width: 37px;height: 38px;background-color: #000;-moz-border-radius: 20px 0px 0px 20px;-webkit-border-radius: 20px 0px 0px 20px;border-radius: 20px 0px 0px 20px;display: block;position: relative;-webkit-transition:  background 0.2s ease-in-out;-moz-transition:  background 0.2s ease-in-out;-o-transition:  background 0.2s ease-in-out;transition: background 0.2s ease-in-out;}
.mixelwcag .open:after{width: 30px;height: 30px;background-color: #FFF;content:'';position: absolute;left:0;top:0;right:0;bottom:0;z-index:1;margin:auto;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}
.mixelwcag .open .fa{position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;z-index:2;width: 24px;height: 24px;line-height:20px;padding-left:5px;font-size: 18px!important;font-weight: 400;background-color: #000;border: 1px solid #000;color:#FFF;text-align:center;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}
.mixelwcag .box{width: 181px;background-color: #FFF;background:rgba(255,255,255,0.9);position: absolute;top:38px;right:0;-ms-transform: translate(181px, 0);-moz-transform: translate(181px, 0);-webkit-transform: translate3d(181px, 0, 0);transform: translate(181px, 0);-webkit-transition:all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);-moz-transition:all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);-o-transition:all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);transition:all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);visibility: hidden;}
.mixelwcag.active .box{-ms-transform: translate(0, 0);-moz-transform: translate(0, 0);-webkit-transform: translate3d(0, 0, 0);transform: translate(0, 0);visibility: visible;}
.mixelwcag .box .close{color: #000;font-size: 18px!important;line-height:18px;font-weight: 400;position: absolute;left:0;top:0;padding:2px 5px;-webkit-transition:  color 0.2s ease-in-out;-moz-transition:  color 0.2s ease-in-out;-o-transition:  color 0.2s ease-in-out;transition: color 0.2s ease-in-out;}
.mixelwcag .box .close:hover,.mixelwcag .box .close:focus{color:#F2224C;}
.mixelwcag .box ul{padding-top:2px;}
.mixelwcag .box ul > li{padding:0 12px 0 13px;}
.mixelwcag .box ul > li a{display: block;height:32px;line-height:29px;border-bottom:1px solid #959595;color: #000;font-size: 16px!important;position: relative;padding-right:25px;white-space: nowrap;-webkit-transition:  color 0.2s ease-in-out;-moz-transition:  color 0.2s ease-in-out;-o-transition:  color 0.2s ease-in-out;transition: color 0.2s ease-in-out;}
.mixelwcag .box ul > li a.active,.mixelwcag .box ul > li a:focus,.mixelwcag .box ul > li a:hover{color:#D41E41;}
.mixelwcag .box ul > li:last-child{background:#000;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
.mixelwcag .box ul > li:last-child:hover{background:#D41E41;}
.mixelwcag .box ul > li:nth-last-child(2) a{border-bottom:none;}
.mixelwcag .box ul > li:last-child a{border-bottom:none;color:#FFF;}
.mixelwcag .box ul > li a .fa{position: absolute;right:0;top:0;line-height:32px;font-size: 16px!important;}

.news_ticker{background-color: #181717;overflow: hidden;position: relative;height: 52px;line-height:48px;direction: ltr;}
.news_ticker .title{position: absolute;right:0;top:0;height:100%;background-color: #d4103f;padding:5px 16px 0 0;color: #FFF;letter-spacing: -0.4px;}
.news_ticker .title:after{content:'';position:absolute;right:100%;top:0;width: 0;height: 0;border-style: solid;border-width: 0 0 52px 13px;border-color: transparent transparent #d4103f transparent;}
.news_ticker .marquee{overflow: hidden;line-height:48px;}
.news_ticker .marquee .item{display: inline-block;direction: rtl;color: #FFF;cursor: default;margin-left:30px;}
.news_ticker .marquee .item:after{content:'\00a0\00a0\00a0\00a0';display: inline;}
.news_ticker .marquee .item a{color: #FFF;}
.news_ticker .marquee .item a:hover{text-decoration: underline;}

.tooltip{display: inline-block;vertical-align: middle;position: relative;z-index:5;top:-2px;}
.tooltip .help{width: 22px;height: 22px;line-height:22px;color: #FEFFFF;font-size: 17px;font-weight: 700;text-align:center;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;background-color: #1D1C1C;display: block;}
.tooltip .tooltip_cont{position: absolute;width:180px;padding:10px 5px;font-weight: 400;font-size: 14px;line-height:14px;letter-spacing:-0.15px;color: #000000;background: #FFFFFF;border: 1px solid #2C2C2C;text-align: center;visibility: visible;opacity: 0.9;top: 100%;margin-top:16px;left: 50%;margin-left: -90px;z-index: 999;-moz-box-shadow: 1.5px 2.6px 7.4px 0.6px rgba(0, 0, 1, 0.25);-webkit-box-shadow: 1.5px 2.6px 7.4px 0.6px rgba(0, 0, 1, 0.25);box-shadow: 1.5px 2.6px 7.4px 0.6px rgba(0, 0, 1, 0.25);-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;visibility: hidden;opacity: 0;z-index:30;white-space: normal;}
.tooltip.hover .tooltip_cont{opacity:1;visibility: visible;}
.tooltip .tooltip_cont small{font-size:12px;margin-top:5px;display: block;}
.tooltip .tooltip_cont:before{content: '';position: absolute;bottom: 100%;left: 50%;margin-left: -15px;width: 0; height: 0;border-bottom: 11px solid #2C2C2C;border-right: 15px solid transparent;border-left: 15px solid transparent;}
.tooltip .tooltip_cont:after{content: '';position: absolute;bottom: 100%;left: 50%;margin-left: -14px;width: 0; height: 0;border-bottom: 10px solid #FFFFFF;border-right: 14px solid transparent;border-left: 14px solid transparent;}

.video_bg,.video_pic{direction:ltr;width:100%;height:100%;position: absolute;left:0;top:0;}
.video_bg div,.video_bg video{ z-index:0!important; opacity:1!important;visibility:visible!important;}
.video_bg video{display: none;}

.skiptocontent a { padding: 6px; position: fixed; top: -60px; right: 10px; color: white; border: 1px solid white;background: transparent;z-index: 100;  padding: 15px;}
.skiptocontent a:focus { top: 10px; background: #D41E41; outline: 0;}

@media screen and (max-width: 767px) {
    .goup{display:none;}  
    
    .top_cover .title_one{font-size:26px;line-height:34px;}
    
    .news_ticker .title{width:74px;font-size:18px;line-height:20px;}
    .news_ticker .marquee{font-size:18px;}
    
    .page_head .breadcrumb_toggle{position: relative;}
    .page_head .breadcrumb_toggle .open{width:100%;border:1px solid #888;color:#888;height:40px;line-height:36px;font-size: 18px;padding-right:10px;background:rgba(255,255,255,1);margin-top:15px;position: relative;z-index:4;display: block;}
    .page_head .breadcrumb_toggle .open .fa{position: absolute;left:10px;top:0;line-height:36px;}
    .page_head .breadcumb_menu{position: absolute!important;right:0;padding:5px 0;top:100%;bottom:auto;width:100%;background:#FFF;border:1px solid #888;border-top:none;z-index:4;margin-top:0!important;opacity:0;visibility:hidden;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
    .page_head .breadcumb_menu > li{display: block;text-align:right;}
    .page_head .breadcumb_menu > li:after{display: none;}
    .page_head .breadcumb_menu > li a{display: block;height:35px;line-height:33px;padding-right:10px;font-weight:400;}
    .page_head .breadcrumb_toggle.active .fa{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
    .page_head .breadcrumb_toggle.active .breadcumb_menu{opacity: 1;visibility: visible;}
}
@media screen and (min-width: 768px) {
    .container{padding-top:60px;}
    .innerpage{padding:0 24px;}
    
    .title_one{font-size:34px;}
    .title_two{font-size:26px;}
    .title_three{font-size:22px;}
    
    .datepicker .fa-calendar{width:42px;line-height:40px;font-size:28px;}
    .radiobox .radio_c{width:21px;height:21px;}
    .radiobox .radio_c:after{width:9px;height:9px;}
    .checkbox .check_c{width:24px;height:25px;line-height:21px;font-size:20px;margin-left:10px;}
    
    .page_head{padding:18px 0 20px;}
    .page_head .breadcrumb{font-size:18px;margin-bottom:10px;}
    .page_head .title{font-size:38px;line-height:38px;}
    
    .page_head .breadcrumb_toggle .open{display: none;}
    
    .customSelect .title{line-height:38px;height:40px;padding:0 12px 0 32px;}
    .customSelect .title .fa{font-size:22px;line-height:38px;}
    
    .goup{width:55px;height:55px;bottom:40px;right:5px;text-align:center;color:#FFF;padding:4px;background:#000;opacity:0.5;position: fixed;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;opacity: 0;visibility: hidden;z-index:99;}
    .goup.showbtn{opacity: 0.5;visibility: visible;}
    .goup.showbtn:hover{opacity: 0.8;}
    .goup:before{content:'';width:100%;height:100%;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;border:2px solid #FFF;display: block;}
    .goup:after{position:absolute;right:0;top:0;width:100%;height:100%;content:"\f077";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:48px;font-size:30px;}
    
    .top_cover{height:400px;}
    
    .news_ticker{height:62px;line-height:58px;}
    .news_ticker .title{padding:0 17px;}
    .news_ticker .title:after{border-width:0 0 62px 20px;}
    .news_ticker .marquee{line-height:58px;}
    
    .tooltip .tooltip_cont{width:250px;padding:14px 5px 10px;font-size:14px;line-height:16px;margin-top:21px;margin-left:-124px;}
    .tooltip .tooltip_cont small{margin-top:9px;}
}
@media screen and (max-width: 1023px) {
    body:after{content:'';width:100%;height:100%;background:#FFF;position: fixed;left:0;top:0;z-index:1;}
    body.animate_nav:after{display: none;}
    .cselect_cont select{display:block!important;opacity:0;position: absolute;right:0;top:0;width:100%;height:100%;z-index:6;cursor: pointer;}
    
    .mixelwcag{display: none;}
    
    .parallax{opacity:1!important;-ms-transform: translate(0, 0)!important;-moz-transform: translate(0, 0)!important;-webkit-transform: translate3d(0, 0, 0)!important;transform: translate(0, 0)!important;}
    
    .page_head .breadcumb_menu{position: relative;margin-top:15px;}
}
@media screen and (min-width: 1024px) {
    .container{padding-top:104px;}
    .innerpage{padding:0 22px;}
    
    .title_one{font-size:30px;}
    .title_two{font-size:22px;}
    .title_three{font-size:19px;}
    
    input[type='text'],input[type='password']{height:36px;}
    .datepicker .fa-calendar{line-height:36px;font-size:26px;}
    
    .page_head{padding:11px 0 13px;}
    .page_head .breadcrumb{font-size:15px;margin-bottom:5px;}
    .page_head .title{font-size:34px;line-height:34px;}
    
    .page_head .breadcumb_menu{bottom:-1px;}
    .page_head .breadcumb_menu > li{font-size:16px;}
    .page_head .breadcumb_menu > li:after{content:'\00a0|\00a0';}
    
    .customSelect{font-size:17px;}
    .customSelect .title{line-height:34px;height:36px;}
    .customSelect .title .fa{line-height:34px;}
    
    .top_cover{height:300px;}
    
    .mixelwcag{top:119px;}
    
    .news_ticker{height:52px;line-height:48px;}
    .news_ticker .title{padding:0 14px;}
    .news_ticker .title:after{border-width:0 0 52px 18px;}
    .news_ticker .marquee{line-height:48px;}
    
    .tooltip .help{width:18px;height:18px;line-height:18px;font-size:15px;}
    .tooltip .tooltip_cont{width:245px;font-size:14px;line-height:16px;margin-left:-122px;}
    .tooltip .tooltip_cont small{font-size:12px;}
    
    .video_bg video{display: block;}
    .video_bg .video_pic{display: none!important;}
}
@media screen and (min-width: 1280px) {
    .innerpage{padding:0 60px;}
    .innerpage.tight{width:960px;padding:0;}
    .innerpage.tight_less{width:1240px;}
    
    .title_one{font-size:32px;}
    
    .page_head .title{font-size:37px;line-height:37px;}

    .page_head .breadcumb_menu > li{font-size:18px;}
    .page_head .breadcumb_menu > li:after{content:'\00a0\00a0|\00a0\00a0';}
    
    .customSelect{font-size:18px;}
    .customSelect .title .fa{font-size:24px;}
    
    .goup{width:60px;height:60px;bottom:40px;right:5px;padding:5px;}
    .goup:after{line-height:51px;font-size:32px;}
    
    .top_cover{height:380px;}
    
    .mixelwcag{top:50px;}
    .mixelwcag .open{width:47px;height:48px;}
    .mixelwcag .open:after{width:40px;height:40px;}
    .mixelwcag .open .fa{width:34px;height:34px;line-height:30px;font-size:20px!important;}
    .mixelwcag .box{top:48px;width:211px;-ms-transform:translate(211px, 0);-moz-transform:translate(211px, 0);-webkit-transform:translate3d(211px, 0, 0);transform:translate(211px, 0);}
    .mixelwcag .box ul > li{padding:0 17px 0 18px;}
    .mixelwcag .box ul > li a{height:37px;line-height:34px;font-size:18px!important;}
    .mixelwcag .box ul > li a .fa{line-height:37px;}
    
    .news_ticker{height:62px;line-height:58px;}
    .news_ticker .title{padding:0 17px;}
    .news_ticker .title:after{border-width:0 0 62px 20px;}
    .news_ticker .marquee{line-height:55px;}
}
@media screen and (min-width: 1440px) {
    .container{padding-top:112px;}
    .innerpage.tight{width:1010px;}
    .innerpage.tight_less{width:1290px;}
    
    .title_one{font-size:36px;}
    .title_two{font-size:26px;}
    .title_three{font-size:21px;}
    
    input[type='text'],input[type='password']{height:41px;}
    .datepicker .fa-calendar{width:47px;line-height:41px;font-size:28px;}
    .radiobox .radio_c{width:25px;height:25px;}
    .radiobox .radio_c:after{width:13px;height:13px;}
    
    .page_head{padding:16px 0 18px;}
    .page_head .breadcrumb{margin-bottom:10px;}
    .page_head .title{font-size:41px;line-height:41px;}

    .page_head .breadcumb_menu > li{font-size:20px;}
    .page_head .breadcumb_menu > li:after{content:'\00a0\00a0\00a0|\00a0\00a0\00a0';}
    
    .customSelect{font-size:20px;}
    .customSelect .title{line-height:40px;height:41px;padding:0 14px 0 37px;}
    .customSelect .title .fa{font-size:26px;line-height:39px;}
    .customSelect .list li{height:37px;line-height:35px;}
    
    .goup{/*width:65px;height:65px;*/bottom:74px;right:5px;}
    .goup:after{/*line-height:56px;font-size:36px;*/}
    
    .top_cover{height:460px;}
    
    .mixelwcag{top:56px;}
    
    .news_ticker{height:67px;line-height:63px;}
    .news_ticker .title{padding:0 19px;}
    .news_ticker .title:after{border-width:0 0 67px 24px;}
    .news_ticker .marquee{line-height:60px;}
}
@media screen and (min-width: 1800px) {
    .container{padding-top:128px;}
    .innerpage{padding:0 70px;}
    .innerpage.tight{width:1110px;}
    .innerpage.tight_less{width:1490px;}
    
    .title_one{font-size:40px;}
    .title_two{font-size:30px;}
    .title_three{font-size:25px;}
    
    .page_head{padding:18px 0 20px;}
    .page_head .breadcrumb{margin-bottom:12px;}
    .page_head .title{font-size:45px;line-height:45px;}
    
    .page_head .breadcumb_menu{bottom:-3px;}
    .page_head .breadcumb_menu > li{font-size:22px;}
    
    .customSelect{font-size:22px;}
    .customSelect .title{line-height:36px;}
    .customSelect .title .fa{font-size:28px;}
    
    .goup{bottom:50px;right:5px;/*width:75px;height:75px;padding:6px;*/}
    .goup:after{/*line-height:66px;font-size:41px;*/}
    
    .top_cover{height:510px;}
    
    .mixelwcag .open .fa{font-size:22px!important;}
    .mixelwcag .box ul > li a{font-size:20px!important;}
    .mixelwcag .box ul > li a .fa{font-size:18px!important;}
    
    .mixelwcag{top:67px;}
    
    .news_ticker{height:77px;line-height:73px;}
    .news_ticker .title{padding:0 24px;}
    .news_ticker .title:after{border-width:0 0 77px 29px;}
    .news_ticker .marquee{line-height:67px;}
    
    .tooltip .help{width:19px;height:19px;line-height:19px;font-size:16px;}
}

/* Header */
@media screen and (max-width: 1023px) {
    .header{position:fixed;top:0;left:0;width:100%;height:60px;background:#FFF;z-index:9999;direction: rtl;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0);box-shadow:0 0 3px rgba(0, 0, 0, 0);min-width:320px;}
    .header.collapse{-wekbit-box-shadow:0 0 3px rgba(0, 0, 0, 0.35);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.35);box-shadow:0 0 3px rgba(0, 0, 0, 0.35);}
    .header .top,.header .bottom .tools,.header .bottom .nav{display: none;}
    .header .bottom .logo{width: 150px;height: 40px;margin-top:10px;float:left;background:url('../images/logo_mobile.png') no-repeat 0 0;background-size:100%;display: block;}
    
    .toggleMenu{z-index:9999;position:absolute;right:9px;top:0;display: block;-webkit-tap-highlight-color:transparent;user-select: none;width:60px;line-height:0;height:60px;text-align:center;padding:28px 0 0 0;-webkit-transform: translateZ(0);cursor:pointer;font-size:0;}
    .toggleMenu:active{transition: 0;}
    .toggleMenu .stroke,.toggleMenu .stroke:before,.toggleMenu .stroke:after{display:block;margin:0 auto;width:30px;height:4px;background-color:#000;position:relative;}
    .toggleMenu .stroke:before,.toggleMenu .stroke:after{position:absolute;left:0;content: ' ';-webkit-transform-origin:0.28571rem center;transform-origin:0.28571rem center;}
    .toggleMenu .stroke:before{top:9px;}
    .toggleMenu .stroke:after{top:-9px;}
    .active-mobile-nav .toggleMenu .stroke{background:transparent;}
    .active-mobile-nav .toggleMenu .stroke:before,.active-mobile-nav .toggleMenu .stroke:after{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;top:0;}
    .active-mobile-nav .toggleMenu .stroke:before{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
    .active-mobile-nav .toggleMenu .stroke:after{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}
    .active-mobile-nav .nav_mobile{-ms-transform: translate(0, 0);-moz-transform: translate(0, 0);-webkit-transform: translate3d(0, 0, 0);transform: translate(0, 0);}
    .animate_nav .nav_mobile .nav{overflow-y:scroll;-webkit-overflow-scrolling: touch;}
    
    .nav_mobile{width:320px;padding-top:60px;height:100%;position:fixed;top:0;right:0;background:#000;z-index:0;-ms-transform: translate(100px, 0);-moz-transform: translate(100px, 0);-webkit-transform: translate3d(100px, 0, 0);transform: translate(100px, 0);}
    .nav_mobile .nav{width:100%;height:100%;padding:0;opacity:0.2;}
    .nav_mobile .nav > ul{margin-bottom:20px;padding-bottom:15px;padding-top:15px;border-bottom:1px solid rgba(255,255,255,0.05);}
    .nav_mobile .nav > ul > li{margin-bottom:5px;}
    .nav_mobile .nav > ul > li.has-subnav > a:before{content:"\f0d7";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position: absolute;left:10px;top:0;line-height:48px;font-size:16px;}
    .nav_mobile .nav > ul > li.has-subnav > a.active:before{content:"\f0d8";}
    .nav_mobile .nav > ul > li > a{color:#FFF;font-size:24px;display: block;height:50px;line-height:50px;padding:0 24px;position: relative;}
    .nav_mobile .nav > ul > li > a.active,.nav_mobile .nav > ul > li > a.current{background:#d41e41;}
    .nav_mobile .nav > ul.links{border:none;margin:0;padding:0;}
    .nav_mobile .nav > ul.links > li > a{font-size:22px;height:40px;line-height:40px;}
    
    .toggleMenu .stroke,.toggleMenu .stroke:before,.toggleMenu .stroke:after{-webkit-transition:all 0.6s cubic-bezier(0.77,0,0.175,1);-moz-transition:all 0.6s cubic-bezier(0.77,0,0.175,1);-o-transition:all 0.6s cubic-bezier(0.77,0,0.175,1);transition:all 0.6s cubic-bezier(0.77,0,0.175,1);}
    .header{-webkit-transition:box-shadow 0.2s ease-in-out,-webkit-transform 0.6s cubic-bezier(0.77,0,0.175,1);-moz-transition:box-shadow 0.2s ease-in-out,-moz-transform 0.6s cubic-bezier(0.77,0,0.175,1);-o-transition:box-shadow 0.2s ease-in-out,-o-transform 0.6s cubic-bezier(0.77,0,0.175,1);transition:box-shadow 0.2s ease-in-out,transform 0.6s cubic-bezier(0.77,0,0.175,1);}
    .container{-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.56);-moz-box-shadow:0 3px 6px rgba(0,0,0,0.56);box-shadow:0 3px 6px rgba(0,0,0,0.56);-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.77,0,0.175,1);-moz-transition:-moz-transform 0.6s cubic-bezier(0.77,0,0.175,1);-o-transition:-o-transform 0.6s cubic-bezier(0.77,0,0.175,1);transition:transform 0.6s cubic-bezier(0.77,0,0.175,1);}
    .nav_mobile{-webkit-transition:-webkit-transform 0.6s cubic-bezier(0.77,0,0.175,1),background 0.6s cubic-bezier(0.77,0,0.175,1);-moz-transition:-moz-transform 0.6s cubic-bezier(0.77,0,0.175,1),background 0.6s cubic-bezier(0.77,0,0.175,1);-o-transition:-o-transform 0.6s cubic-bezier(0.77,0,0.175,1),background 0.6s cubic-bezier(0.77,0,0.175,1);transition:transform 0.6s cubic-bezier(0.77,0,0.175,1),background 0.6s cubic-bezier(0.77,0,0.175,1);}
    .nav_mobile .nav{-webkit-transition:opacity 0.4s cubic-bezier(0.77,0,0.175,1);-moz-transition:opacity 0.4s cubic-bezier(0.77,0,0.175,1);-o-transition:opacity 0.4s cubic-bezier(0.77,0,0.175,1);transition:opacity 0.4s cubic-bezier(0.77,0,0.175,1);}
    .active-mobile-nav .container,.active-mobile-nav .header{-ms-transform: translate(-320px, 0);-moz-transform: translate(-320px, 0);-webkit-transform: translate3d(-320px, 0, 0);transform: translate(-320px, 0);}
    .active-mobile-nav .nav_mobile{background:#0b0b0b;}
    .active-mobile-nav .nav_mobile .nav{opacity: 1;-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;}
    
    .nav_mobile .nav .subnav{font-size:20px;font-weight:300;padding:20px 24px 24px;display: none;background:#080707;}
    .nav_mobile .nav .subnav a{color:#FFF;display: block;line-height:30px;}
    .nav_mobile .nav .subnav .title_small{display: none;}
    .nav_mobile .nav .subnav .links .title,.nav_mobile .nav .subnav .credit_row .title{font-weight:700;opacity:1;color:#FFF;margin-bottom:5px;}
    .nav_mobile .nav .subnav .links .col,.nav_mobile .nav .subnav .credit_row{margin-bottom:15px;}
    .nav_mobile .nav .subnav .links .col:last-child,.nav_mobile .nav .subnav .credit_row:nth-child(2){margin-bottom:0;}
    .nav_mobile .nav .subnav .links_bottom{padding-top:24px;}
    .nav_mobile .nav .subnav .links ul li,.nav_mobile .nav .subnav .links_bottom li,.nav_mobile .nav .subnav .menu-brand li,.nav_mobile .nav .subnav .credit_row ul li{margin-bottom:5px;}
    .nav_mobile .nav .subnav .links ul li:last-child,.nav_mobile .nav .subnav .links_bottom li:last-child,.nav_mobile .nav .subnav .menu-brand li:last-child,.nav_mobile .nav .subnav .credit_row ul li:last-child{margin-bottom:0;}
    .nav_mobile .nav .subnav .credit_row .image,.nav_mobile .nav .subnav .credit_row .small{display: none;}
    
    .nav_mobile .user_bar.user_bar_register{display: none;}
    .nav_mobile .user_bar{color:#FFF;position: absolute;right:0;top:0;width:100%;height:60px;padding:5px 24px 0;direction: rtl;border-bottom:1px solid rgba(255,255,255,0.05);}
    .nav_mobile .user_bar > li{float:right;font-size: 24px;font-weight: 400;line-height:24px;height:24px;position: relative;padding-left:21px;}
    .nav_mobile .user_bar > li:first-child{float:none;margin-bottom:2px;}
    .nav_mobile .user_bar > li:first-child:after{display: none;}
    .nav_mobile .user_bar > li:after{content:'\00a0|\00a0';font-size: 16px;vertical-align: middle;line-height:18px;display: block;position: absolute;left:1px;top:1px;}
    .nav_mobile .user_bar > li:last-child:after{display: none;}
    .nav_mobile .user_bar > li a{font-size:18px;color:#FFF;display: block;-webkit-transition: color 0.2s ease-in-out;-moz-transition:  color 0.2s ease-in-out;-o-transition:  color 0.2s ease-in-out;transition: color 0.2s ease-in-out;}
    .nav_mobile .user_bar > li a:hover{text-decoration: underline;color: #4DCBFF;}
    .nav_mobile .user_bar > li .user_text{display: inline-block;vertical-align: middle;line-height:0.6;}
    .nav_mobile .user_bar > li .user_tooltip{display: inline-block;}
    .nav_mobile .user_bar > li .user_tooltip a{font-size:24px;}
    .nav_mobile .user_bar > li .user_tooltip a:hover{color:#FFF;text-decoration: none;}
    .nav_mobile .user_bar > li .user_tooltip .fa{font-size:20px;display: inline-block;vertical-align: middle;margin-left:10px;height:18px;position: relative;top:-3px;}
    .nav_mobile .user_bar > li .user_tooltip .tooltip_cont{opacity:0;visibility:hidden;width: 266px;padding:14px 15px 15px;color: #000;font-size: 16px;line-height:1.1;margin-top:18px;position: absolute;right:-16px;top:100%;z-index:9999;font-weight: 400;background-color: #FFF;border: 1px solid #000;-moz-box-shadow: 2.4px 4.4px 6.9px 1.1px rgba(0, 0, 0, 0.34);-webkit-box-shadow: 2.4px 4.4px 6.9px 1.1px rgba(0, 0, 0, 0.34);box-shadow: 2.4px 4.4px 6.9px 1.1px rgba(0, 0, 0, 0.34);text-align:center;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 6px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
    .nav_mobile .user_bar > li .user_tooltip .tooltip_cont:after,.nav_mobile .user_bar > li .user_tooltip .tooltip_cont:before{bottom:100%;right:10px;border:solid transparent;content: " ";height:0;width:0;position:absolute;pointer-events:none;}
    .nav_mobile .user_bar > li .user_tooltip .tooltip_cont:after{border-color:rgba(255,255,255,0);border-bottom-color:#FFF;border-width:13px;margin-right:1px;}
    .nav_mobile .user_bar > li .user_tooltip .tooltip_cont:before{border-color:rgba(0,0,0,0);border-bottom-color:#000;border-width:14px;}
    .nav_mobile .user_bar > li .user_tooltip .tooltip_cont .price{color: #D4103F;font-size: 24px;font-weight: 700;padding-top:5px;}
    .nav_mobile .user_bar > li .user_tooltip .tooltip_cont .price .nis{font-size: 16px;}
    .nav_mobile .user_bar > li .user_tooltip a:hover + .tooltip_cont{opacity:1;visibility: visible;}
    .nav_mobile .user_bar > li .user_tooltip .fa:after{content:'';width:25px;height:25px;position:absolute;left:50%;margin-left:-12.5px;top:-2px;opacity: 0;background-color:#000;opacity:0;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
    .nav_mobile .user_bar.loading > li .user_tooltip .fa:after{background:url('../images/preloader3.gif') no-repeat top center #000;background-size:100%;opacity:1;}
}
@media screen and (max-width: 767px) {
    .header{height:60px;}
    .header .bottom .logo{width: 132px;height: 35px;margin-top:12px;}
    
    .toggleMenu{padding-top:28px;right:3px;}
    .toggleMenu .stroke,.toggleMenu .stroke:before,.toggleMenu .stroke:after{width:34px;}
    
    .nav_mobile{width:260px;-ms-transform: translate(60px, 0);-moz-transform: translate(60px, 0);-webkit-transform: translate3d(60px, 0, 0);transform: translate(60px, 0);}
    .nav_mobile .nav{padding:0;}
    .nav_mobile .nav > ul{margin-bottom:15px;padding-bottom:10px;}
    .nav_mobile .nav > ul > li > a{font-size:20px;height:40px;line-height:38px;padding:0 16px;}
    .nav_mobile .nav > ul.links > li > a{font-size:18px;height:30px;line-height:30px;}
    .nav_mobile .nav > ul > li.has-subnav > a:before{line-height:36px;}
    .active-mobile-nav .container,.active-mobile-nav .header{-ms-transform: translate(-260px, 0);-moz-transform: translate(-260px, 0);-webkit-transform: translate3d(-260px, 0, 0);transform: translate(-260px, 0);}
    
    .nav_mobile .nav .subnav{font-size:18px;padding:14px 16px 17px;}
    .nav_mobile .nav .subnav a{line-height:30px;}
    .nav_mobile .nav .subnav .links_bottom{padding-top:16px;}
    .nav_mobile .nav .subnav .links .title,.nav_mobile .nav .subnav .credit_row .title{margin-bottom:7px;}
    
    .nav_mobile .user_bar{padding-right:16px;padding-left:16px;}
    .nav_mobile .user_bar > li{font-size:20px;padding-left:24px;}
    .nav_mobile .user_bar > li .user_tooltip a{font-size:20px;}
    .nav_mobile .user_bar > li .user_tooltip .fa{font-size:16px;top:0;}
    .nav_mobile .user_bar > li a{font-size: 16px;}
    .nav_mobile .user_bar > li:first-child{margin-bottom:0;}
    .nav_mobile .user_bar > li:last-child{padding-left:0;}
    .nav_mobile .user_bar > li:after{font-size: 14px;line-height:18px;left:4px;top:3px;}
    .nav_mobile .user_bar > li .user_tooltip .tooltip_cont{width:220px;right:-12px;padding:10px;}
    .nav_mobile .user_bar > li .user_tooltip .tooltip_cont:after,.nav_mobile .user_bar > li .user_tooltip .tooltip_cont:before{right:5px;}
    .nav_mobile .user_bar > li .user_tooltip .tooltip_cont:after{border-width:11px;margin-right:1px;}
    .nav_mobile .user_bar > li .user_tooltip .tooltip_cont:before{border-width:12px;}
    .nav_mobile .user_bar > li .user_tooltip .fa:after{width:20px;height:20px;margin-left:-10px;}
}
@media screen and (min-width: 1024px) {
    .toggleMenu,.nav_mobile{display:none;}
    .header{position: fixed;top:0;left:0;width:100%;z-index:99;background:#FFF;-webkit-transition: box-shadow 0.2s ease-in-out;-moz-transition: box-shadow 0.2s ease-in-out;-o-transition: box-shadow 0.2s ease-in-out;transition: box-shadow 0.2s ease-in-out;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0);box-shadow:0 0 3px rgba(0, 0, 0, 0);direction: rtl;}
    .header.collapse{-wekbit-box-shadow:0 0 3px rgba(0, 0, 0, 0.4);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.4);box-shadow:0 0 3px rgba(0, 0, 0, 0.4);position: fixed;/*-ms-transform: translate(0, -44px);-moz-transform: translate(0, -44px);-webkit-transform: translate3d(0, -44px, 0);transform: translate(0, -44px);*/}
    .header .top{height:44px;position:relative;background:#0b0b0b;padding-top:8px;}
    .header .top .links{float:left;}
    .header .top .links > li{float:right;margin-left:12px;}
    .header .top .links > li > a{height: 28px;line-height:24px;border: 2px solid #ffffff;display: block;min-width:91px;font-size: 15px;color:#FFF;font-weight: 400;text-align:center;padding:0 13px;-moz-border-radius: 15px;-webkit-border-radius: 15px;border-radius: 15px;-webkit-transition: background 0.2s ease-in-out,color 0.2s ease-in-out;-moz-transition: background 0.2s ease-in-out,color 0.2s ease-in-out;-o-transition: background 0.2s ease-in-out,color 0.2s ease-in-out;transition: background 0.2s ease-in-out,color 0.2s ease-in-out;}
    .header .top .links > li > a:hover,.header .top .links > li > a.active{background:#FFF;color:#1d1c1c;}
    .header .top .share_bar{position: relative;top:0;float:left;}
    .header .top .share_bar > li{float:left;margin-right:9px;}
    .header .top .share_bar > li > a{width: 26px;height: 26px;line-height:25px;font-size:16px;display: block;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;background:#FFF;text-align:center;color:#1d1c1c;-webkit-transition: background 0.2s ease-in-out,color 0.2s ease-in-out;-moz-transition: background 0.2s ease-in-out,color 0.2s ease-in-out;-o-transition: background 0.2s ease-in-out,color 0.2s ease-in-out;transition: background 0.2s ease-in-out,color 0.2s ease-in-out;}
    .header .top .share_bar > li > a:hover{background:#d41e41;color:#FFF;}
    
    .header .top .user_bar.user_bar_register{display: none;}
    .header .top .user_bar{color:#FFF;position: relative;top:4px;}
    .header .top .user_bar > li{float:right;font-size: 18px;font-weight: 400;line-height:18px;height:18px;position: relative;padding-left:21px;}
    .header .top .user_bar > li:after{content:'\00a0|\00a0';font-size: 16px;vertical-align: middle;line-height:18px;display: block;position: absolute;left:1px;top:-1px;}
    .header .top .user_bar > li:last-child:after{display: none;}
    .header .top .user_bar > li a{color:#FFF;display: block;-webkit-transition: color 0.2s ease-in-out;-moz-transition:  color 0.2s ease-in-out;-o-transition:  color 0.2s ease-in-out;transition: color 0.2s ease-in-out;}
    .header .top .user_bar > li a:hover{text-decoration: underline;color: #4DCBFF;}
    .header .top .user_bar > li a.link_small{font-size:16px;position: relative;top:0;}
    .header .top .user_bar > li .user_text{display: inline-block;vertical-align: middle;line-height:0.6;}
    .header .top .user_bar > li .user_tooltip{display: inline-block;vertical-align: middle;height:18px;position: relative;top:-2px;}
    .header .top .user_bar > li .user_tooltip a{display: block;}
    .header .top .user_bar > li .user_tooltip a:hover{color:#FFF;text-decoration: none;}
    .header .top .user_bar > li .user_tooltip .fa{display: inline-block;vertical-align: middle;margin-left:6px;position: relative;top:-2px;}
    .header .top .user_bar > li .user_tooltip .fa:after{content:'';width:30px;height:30px;position:absolute;left:50%;margin-left:-15px;top:-2px;opacity: 0;background-color:#000;opacity:0;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
    .header .top .user_bar.loading > li .user_tooltip .fa:after{background:url('../images/preloader3.gif') no-repeat top center #000;background-size:100%;opacity:1;}
    .header .top .user_bar > li .user_tooltip .tooltip_cont{opacity:0;visibility:hidden;width: 266px;padding:14px 15px 15px;color: #000;font-size: 16px;line-height:1.1;margin-top:18px;position: absolute;right:-10px;top:100%;z-index:9999;font-weight: 400;background-color: #FFF;border: 1px solid #000;-moz-box-shadow: 2.4px 4.4px 6.9px 1.1px rgba(0, 0, 0, 0.34);-webkit-box-shadow: 2.4px 4.4px 6.9px 1.1px rgba(0, 0, 0, 0.34);box-shadow: 2.4px 4.4px 6.9px 1.1px rgba(0, 0, 0, 0.34);text-align:center;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 6px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
    .header .top .user_bar > li .user_tooltip .tooltip_cont:after,.header .top .user_bar > li .user_tooltip .tooltip_cont:before{bottom:100%;right:6px;border:solid transparent;content: " ";height:0;width:0;position:absolute;pointer-events:none;}
    .header .top .user_bar > li .user_tooltip .tooltip_cont:after{border-color:rgba(255,255,255,0);border-bottom-color:#FFF;border-width:13px;margin-right:1px;}
    .header .top .user_bar > li .user_tooltip .tooltip_cont:before{border-color:rgba(0,0,0,0);border-bottom-color:#000;border-width:14px;}
    .header .top .user_bar > li .user_tooltip .tooltip_cont .price{color: #D4103F;font-size: 24px;font-weight: 700;padding-top:5px;}
    .header .top .user_bar > li .user_tooltip .tooltip_cont .price .nis{font-size: 16px;}
    .header .top .user_bar > li .user_tooltip a:hover + .tooltip_cont{opacity:1;visibility: visible;}
    
    .header .bottom{height:60px;}
    .header .bottom .logo{width: 130px;height: 35px;margin-top:12.5px;float:left;background:url('../images/logo.png') no-repeat 0 0;background-size:100%;display: block;}
    .header .bottom .tools{float:left;padding:25px 0 0 39px;}
    .header .bottom .tools > li{float:left;border-right:1px solid #e0dfde;}
    .header .bottom .tools > li:last-child{border-right:none;}
    .header .bottom .tools > li > a{display: block;color:#aeadae;height:22px;line-height:20px;padding:0 10px;text-align:center;-webkit-transition:  color 0.2s ease-in-out;-moz-transition:  color 0.2s ease-in-out;-o-transition:  color 0.2s ease-in-out;transition: color 0.2s ease-in-out;display: block;}
    .header .bottom .tools > li > a:hover{color:#1D1C1C;}
    .header .bottom .tools > li > a .fa{font-size:16px;}
    .header .bottom .tools > li > a .fa-wheelchair{font-size:20px;}
    .header .bottom .tools > li > a .icon_aaa{font-weight: 300;font-size:24px;display: block;-webkit-transform: scaleY(0.8);-moz-transform: scaleY(0.8);-ms-transform: scaleY(0.8);transform: scaleY(0.8);position: relative;top:-1px;}
    .header .bottom .tools > li > a .icon_aaa:after,.header .bottom .tools > li > a .icon_aaa:before{content:'א';display: inline-block;font-size:18px;}
    .header .bottom .tools > li > a .icon_aaa:after{font-size:30px;}
    .header .bottom .nav{float:right;position: relative;right:-6px;}
    .header .bottom .nav > ul > li{float:right;}
    .header .bottom .nav > ul > li > a{height:60px;line-height:56px;color: #000;font-size: 16px;padding:0 5px;font-weight: 400;display: block;position: relative;overflow: hidden;-webkit-transition:  color 0.2s ease-in-out,background 0.2s ease-in-out;-moz-transition:  color 0.2s ease-in-out,background 0.2s ease-in-out;-o-transition:  color 0.2s ease-in-out,background 0.2s ease-in-out;transition: color 0.2s ease-in-out,background 0.2s ease-in-out;}
    .header .bottom .nav > ul > li > a.active,.header .bottom .nav > ul > li > a:hover,.header .bottom .nav > ul > li.hover > a{background:#d41e41;color:#FFF;}
    .header .bottom .nav > ul > li span{position: relative;z-index:1;}
    
    .header .bottom .nav .subnav{position: absolute;top:100%;right:0;width: 992px;height: 260px;padding:15px 30px 15px 18px;border-bottom:6px solid #FFF;background:#0b0b0b;background:rgba(30,29,29,0.95);-webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);-moz-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);-o-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);opacity:0;visibility: hidden;}
    .header .bottom .nav .subnav.subnav-3{height:auto;}
    .header .bottom .nav .hover .subnav{opacity:1;visibility: visible;-webkit-transition-duration: 0.45s;-moz-transition-duration: 0.45s;-o-transition-duration: 0.45s;transition-duration: 0.45s;z-index:3;}
    .header .bottom .nav .subnav .inner{position: relative;width:100%;height:100%;padding-left:228px;color: #FFF;font-size: 18px;line-height:28px;}
    .header .bottom .nav .subnav .links{width:100%;}
    .header .bottom .nav .subnav .links:after{content:'';clear:both;display: table;}
    .header .bottom .nav .subnav .links .col{float:right;width:27.6%;padding-top:8px;}
    .header .bottom .nav .subnav .links .col:nth-child(3){width:26%;}
    .header .bottom .nav .subnav .links .col:last-child{width:18.8%;}
    .header .bottom .nav .subnav .links .col .title{font-weight: 700;margin-bottom:3px;}
    .header .bottom .nav .subnav .links .col ul{line-height:22.3px;}
    .header .bottom .nav .subnav .links .col ul > li > a{color:#FFF;font-size: 16px;font-weight: 300;position: relative;display: inline-block;}
    .header .bottom .nav .subnav .links .col ul > li > a:after,.header .bottom .nav .subnav .links_bottom > li > a:after,.header .bottom .nav .subnav.subnav-4 .credit_row ul > li > a:after{content:'';width: 100%;height:1px;background:#FFF;position: absolute;right:0;bottom:2px;opacity: 0;-webkit-transition: opacity 0.1s ease-in-out;-moz-transition: opacity 0.1s ease-in-out;-o-transition: opacity 0.1s ease-in-out;transition: opacity 0.1s ease-in-out;}
    .header .bottom .nav .subnav .links .col ul > li > a:hover:after,.header .bottom .nav .subnav .links_bottom > li > a:hover:after,.header .bottom .nav .subnav .links .col ul > li > a:focus:after,.header .bottom .nav .subnav .links_bottom > li > a:focus:after,.header .bottom .nav .subnav.subnav-4 .credit_row ul > li > a:hover:after,.header .bottom .nav .subnav.subnav-4 .credit_row ul > li > a:focus:after{opacity: 1;}
    .header .bottom .nav .subnav .links_bottom{position: absolute;right:0;bottom:6px;}
    .header .bottom .nav .subnav .links_bottom > li{float:right;}
    .header .bottom .nav .subnav .links_bottom > li:after{content:'\00a0\00a0\00a0|\00a0\00a0\00a0';font-weight: 300;}
    .header .bottom .nav .subnav .links_bottom > li:last-child:after{display: none;}
    .header .bottom .nav .subnav .links_bottom > li > a{font-weight: 700;color:#FFF;position: relative;display: inline-block;}
    .header .bottom .nav .subnav .image_left{position: absolute;left:0;top:0;width:208px;height:100%;padding:15px 17px 15px 0;border-right:1px solid rgba(255,255,255,0.47);}
    .header .bottom .nav .subnav .image_left .cover{width:100%;height:100%;}

    .header .bottom .nav .subnav.subnav-2{padding:25px 25px 20px 25px;}
    .header .bottom .nav .subnav.subnav-2 .inner{padding-left:0;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand{margin-left:-15px;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand:after{content:'';clear:both;display: table;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li{width:20%;float:right;padding-left:15px;text-align:center;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li > a{display: block;color:#FFF;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .title_small{font-size: 16px;line-height:16px;margin-bottom:12px;font-weight: 400;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .image{height:120px;width:100%;position: relative;overflow: hidden;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .image .title{font-size: 22px;font-weight: 300;height: 41px;line-height:36px;letter-spacing:-0.8px;background:#000;background:rgba(0,0,0,0.6);width:100%;position: absolute;right:0;bottom:0;z-index:1;-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);-moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);-o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .image .cover{width:102%;height:100%;position: absolute;right:-1px;top:0;z-index:0;-webkit-transition:  all 0.4s ease-out;-moz-transition:  all 0.4s ease-out;-o-transition:  all 0.4s ease-out;transition: all 0.4s ease-out;-webkit-transform-origin: 50% 100%;transform-origin: 50% 100%;-webkit-transform:scale(1.0001) rotate(0.02deg);-moz-transform:scale(1.0001) rotate(0.02deg);-ms-transform:scale(1.0001) rotate(0.02deg);transform:scale(1.0001) rotate(0.02deg);}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li a:hover .image .title,.header .bottom .nav .subnav.subnav-2 .menu-brand > li a:focus .image .title{background:rgba(0,0,0,1);}
    /*.header .bottom .nav .subnav.subnav-2 .menu-brand > li a .image .cover:after{content:'';width:100%;height:100%;position:absolute;right:0;bottom:-100px;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );opacity:0;-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);-moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);-o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li a:hover .image .cover:after,.header .bottom .nav .subnav.subnav-2 .menu-brand > li a:focus .image .cover:after{opacity: 1;-ms-transform: translate(0, -100px);-moz-transform: translate(0, -100px);-webkit-transform: translate3d(0, -100px, 0);transform: translate(0, -100px);}*/
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li a:hover .image .cover,.header .bottom .nav .subnav.subnav-2 .menu-brand > li a:focus .image .cover{-webkit-transform:scale(1.05) rotate(0.02deg);-moz-transform:scale(1.05) rotate(0.02deg);-ms-transform:scale(1.05) rotate(0.02deg);transform:scale(1.05) rotate(0.02deg);}    
    .header .bottom .nav .subnav.subnav-2 .links_bottom{right:5px;}
    
    .header .bottom .nav .subnav.subnav-3{padding-right:25px;}
    .header .bottom .nav .subnav.subnav-3 .links{display: table;width:100%;}
    .header .bottom .nav .subnav.subnav-3 .links .col{padding-top:8px;display: table-cell;padding-left:15px;width:auto;float:none;}
    .header .bottom .nav .subnav.subnav-3 .links .col .title{font-size: 16px;margin-bottom:2px;}
    .header .bottom .nav .subnav.subnav-3 .links .col ul > li > a{font-size: 16px;}

    .header .bottom .nav .subnav.subnav-4 .inner{padding-top:16px;padding-right:0;}
    .header .bottom .nav .subnav.subnav-4 .credit_row{padding-right:130px;position: relative;height:76px;margin-bottom:28px;padding-top:6px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row a{color:#FFF;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .image{width:110px;height:100%;position: absolute;right:0;top:0;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .image img{max-width:100%;max-height:100%;display: block;margin:auto;position: absolute;left:0;top:0;right:0;bottom:0;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .title{font-size: 28px;font-weight: 700;margin-bottom:1px;letter-spacing: 0.23px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .title .small{font-size: 18px;display: inline-block;letter-spacing: 0.1px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .title .small:before{content:'\00a0-\00a0';font-size: 24px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row ul:after{content:'';clear:both;display: table;}
    .header .bottom .nav .subnav.subnav-4 .credit_row ul > li{color: #FFF;font-size: 17px;font-weight: 300;float:right;}
    .header .bottom .nav .subnav.subnav-4 .credit_row ul > li:after{content:'\00a0\00a0\00a0|\00a0\00a0\00a0';}
    .header .bottom .nav .subnav.subnav-4 .credit_row ul > li:last-child:after{content:'';}
    .header .bottom .nav .subnav.subnav-4 .credit_row ul > li > a{color:#FFF;position: relative;display: inline-block;}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .header .bottom .tools{top:-58px;left:125px;}
    
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .title_small{width:150px;margin:0 auto 12px;}
}
@media screen and (min-width: 1280px) {
    .header .bottom .logo{width:150px;height:40px;margin-top:10px;}
    .header .bottom .nav{right:-10px;}
    .header .bottom .nav > ul > li > a{font-size:18px;padding:0 10px;}
    
    .header .top .user_bar{top:3px;}
    .header .top .user_bar > li{font-size:20px;line-height:20px;height:20px;padding-left:23px;}
    .header .top .user_bar > li:after{font-size:18px;line-height:20px;top:0;}
    .header .top .user_bar > li a.link_small{font-size:18px;top:1px;}
    .header .top .user_bar > li .user_tooltip{height:20px;top:-3px;}
    .header .top .user_bar > li .user_tooltip .fa{margin-left:9px;}
    .header .top .user_bar > li .user_tooltip .tooltip_cont{font-size:18px;}
    .header .top .user_bar > li .user_tooltip .tooltip_cont .price{font-size:26px;}
    .header .top .user_bar > li .user_tooltip .tooltip_cont .price .nis{font-size:18px;}
    
    .header .bottom .nav .subnav{width:1090px;height:300px;padding:15px 40px 15px 23px;border-width:10px;}
    .header .bottom .nav .subnav .inner{padding-left:268px;font-size:19px;line-height:29px;}
    .header .bottom .nav .subnav .links .col ul{line-height:23.3px;}
    .header .bottom .nav .subnav .links .col ul > li > a{font-size:18px;}
    .header .bottom .nav .subnav .image_left{width:248px;}
    
    .header .bottom .nav .subnav.subnav-2{padding:30px 25px 20px 25px;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .title_small{font-size:17px;line-height:17px;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .image{height:140px;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .image .title{font-size:24px;height:46px;line-height:41px;}
    
    .header .bottom .nav .subnav.subnav-3{padding-right:26px;}
    .header .bottom .nav .subnav.subnav-3 .links .col .title{font-size:16px;}
    .header .bottom .nav .subnav.subnav-3 .links .col ul > li > a{font-size:16px;}
    
    .header .bottom .nav .subnav.subnav-4 .inner{padding-top:11px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row{padding-right:144px;height:88px;padding-top:9px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .image{width:127px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .title{font-size:30px;margin-bottom:5px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .title .small{font-size:20px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .title .small:before{font-size:26px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row ul > li{font-size:19px;}
}
@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .header .bottom .tools{top:-58px;left:135px;}
    
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .title_small{width:160px;margin:0 auto 12px;}
}
@media screen and (min-width: 1440px) {
    .header.collapse{/*-ms-transform:translate(0, -48px);-moz-transform:translate(0, -48px);-webkit-transform:translate3d(0, -48px, 0);transform:translate(0, -48px);*/}
    .header .top{height:48px;padding-top:10px;}
    .header .top .share_bar > li{margin-right:11px;}
    .header .top .share_bar > li > a{width:28px;height:28px;font-size:17px;}
    .header .bottom{height:64px;}
    .header .bottom .logo{width:161px;height:43px;margin-top:11px;}
    .header .bottom .tools > li > a{height:24px;line-height:22px;}
    .header .bottom .nav{right:-12px;}
    .header .bottom .nav > ul > li > a{height:64px;line-height:60px;font-size:20px;padding:0 12px;}
        
    .header .top .user_bar{top:2px;}
    .header .top .user_bar > li{font-size:22px;line-height:22px;height:22px;}
    .header .top .user_bar > li:after{line-height:22px;}
    .header .top .user_bar > li a.link_small{top:2px;}
    .header .top .user_bar > li .user_tooltip{height:22px;top:-2px;}
    .header .top .user_bar > li .user_tooltip .fa{top:-3px;}
    
    .header .bottom .nav .subnav{width:1150px;height:390px;padding:20px 50px 20px 28px;}
    .header .bottom .nav .subnav .inner{padding-left:308px;font-size:21px;line-height:31px;}
    .header .bottom .nav .subnav .links .col{padding-top:12px;}
    .header .bottom .nav .subnav .links .col ul{line-height:24.3px;}
    .header .bottom .nav .subnav .links .col ul > li > a{font-size:19px;}
    .header .bottom .nav .subnav .links_bottom{bottom:4px;}
    .header .bottom .nav .subnav .image_left{width:288px;padding:20px 22px 20px 0;}
    
    .header .bottom .nav .subnav.subnav-2{padding:35px 30px 25px 30px;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .title_small{font-size:18px;line-height:18px;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .image{height:190px;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .image .title{font-size:26px;height:51px;line-height:46px;}
    
    .header .bottom .nav .subnav.subnav-3{padding-right:31px;}
    .header .bottom .nav .subnav.subnav-3 .links .col{padding-top:17px;}
    .header .bottom .nav .subnav.subnav-3 .links .col .title{font-size:17px;}
    .header .bottom .nav .subnav.subnav-3 .links .col ul > li > a{font-size:17px;}
    
    .header .bottom .nav .subnav.subnav-4 .credit_row{padding-right:164px;height:102px;padding-top:12px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .image{width:147px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .title{font-size:32px;margin-bottom:9px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .title .small:before{font-size:28px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row ul > li{font-size:19px;}
}
@media screen and (min-width: 1440px) and (max-width: 1799px) {
    .header .bottom .tools{top:-61px;left:140px;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .title_small{width:160px;margin:0 auto 12px;}
    .header .bottom .nav .subnav.subnav-3 .links .col .title{line-height:22px;}
}
@media screen and (max-width: 1799px) {
    .header .bottom .tools{position:absolute;}
    .header .bottom .tools > li{border-color:#FFF;}
    .header .bottom .tools > li > a,.header .bottom .tools > li > a:hover{color:#FFF;}
}
@media screen and (min-width: 1800px) {
    .header.collapse{/*-ms-transform:translate(0, -54px);-moz-transform:translate(0, -54px);-webkit-transform:translate3d(0, -54px, 0);transform:translate(0, -54px);*/}
    .header .top{height:54px;padding-top:12px;}
    .header .top .links > li{margin-left:17px;}
    .header .top .links > li > a{height:30px;font-size:16px;}
    .header .top .share_bar{top:-1px;}
    .header .top .share_bar > li > a{width:29px;height:29px;line-height:27px;font-size:18px;}
    .header .bottom{height:74px;}
    .header .bottom .logo{margin-top:16px;}
    .header .bottom .nav{right:-16px;}
    .header .bottom .nav > ul > li > a{height:74px;line-height:68px;font-size:22px;padding:0 16px;}
        
    .header .top .user_bar > li{font-size:25px;line-height:25px;height:25px;}
    .header .top .user_bar > li:after{font-size:20px;line-height:25px;top:-1px;}
    .header .top .user_bar > li a.link_small{font-size:20px;top:1px;}
    .header .top .user_bar > li .user_tooltip{height:25px;top:-3px;}
    .header .top .user_bar > li .user_tooltip .fa{top:-2px;}
    .header .top .user_bar > li .user_tooltip .tooltip_cont{width:316px;font-size:20px;right:-20px;}
    .header .top .user_bar > li .user_tooltip .tooltip_cont:after,.header .top .user_bar > li .user_tooltip .tooltip_cont:before{right:15px;}
    .header .top .user_bar > li .user_tooltip .tooltip_cont .price{font-size:30px;}
    .header .top .user_bar > li .user_tooltip .tooltip_cont .price .nis{font-size:20px;}

    .header .bottom .nav .subnav{width:1450px;height:430px;padding:30px 60px 30px 33px;}
    .header .bottom .nav .subnav .inner{padding-left:348px;font-size:25px;line-height:35px;}
    .header .bottom .nav .subnav .links .col{padding-top:10px;}
    .header .bottom .nav .subnav .links .col ul{line-height:28.3px;}
    .header .bottom .nav .subnav .links .col ul > li > a{font-size:22px;}
    .header .bottom .nav .subnav .image_left{width:325px;padding:15px 27px 15px 0;}
    
    .header .bottom .nav .subnav.subnav-2{padding:55px 35px 30px 35px;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand{margin-left:-20px;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li{padding-left:20px;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .image{height:225px;}
    .header .bottom .nav .subnav.subnav-2 .menu-brand > li .image .title{font-size:34px;height:66px;line-height:60px;}
    .header .bottom .nav .subnav.subnav-2 .links_bottom{right:8px;}
    
    .header .bottom .nav .subnav.subnav-3{padding-right:41px;}
    .header .bottom .nav .subnav.subnav-3 .links .col{padding-top:6px;}
    .header .bottom .nav .subnav.subnav-3 .links .col .title{font-size:20px;}
    .header .bottom .nav .subnav.subnav-3 .links .col ul > li > a{font-size:20px;}
    
    .header .bottom .nav .subnav.subnav-4 .inner{padding-right:5px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row{padding-right:244px;height:143px;padding-top:27px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .image{width:207px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .title{font-size:38px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .title .small{font-size:26px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row .title .small:before{font-size:34px;}
    .header .bottom .nav .subnav.subnav-4 .credit_row ul > li{font-size:24px;}
}

/* Footer */
.footer{background-color: #0b0b0b;color: #d8d8d8;font-size: 18px;}
.footer .top{padding: 32px 0 0;}
.footer .top:after{content:'';clear:both;display: table;}
.footer .top .col{float:right;width:100%;line-height:24px;padding-right:0;position: relative;}
.footer .title{padding-bottom:14px;margin-bottom:10px;position: relative;color:#FFF;}
.footer .title:after{content:'';width:80px;height:1px;background:#363535;position: absolute;bottom:0;right:0;}
.footer a{color: #d8d8d8;font-weight: 300;-webkit-transition:  color 0.1s ease-in-out;-moz-transition:  color 0.1s ease-in-out;-o-transition:  color 0.1s ease-in-out;transition: color 0.1s ease-in-out;}
.footer a:hover{color:#FFF;}
.footer .top .col .links > li strong{font-weight: 400;display: block;margin-bottom:5px;}

.footer .bottom{text-align:center;padding-bottom:32px;}
.footer .bottom .col{margin-bottom: 20px;position: relative;}
.footer .bottom .col .title{padding-bottom:0;margin-bottom:0;}
.footer .bottom .col .title:after{left:0;margin:0 auto;}
.footer .bottom .col .links{width:100%;margin:0 auto;}
.footer .bottom .col .links > li{display: inline-block;margin-bottom:6px;}
.footer .bottom .col .links > li:after{content:'';height:6px;width:6px;vertical-align: middle;display: inline-block;background:#a2a2a2;margin:0 13px 0 10px;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}
.footer .bottom .col .links > li:last-child:after,.footer .bottom .col .links > li:nth-child(4):after{display: none;}
.footer .bottom .col .links > li > a{font-weight: 400;letter-spacing: -0.1px;}
.footer .bottom .links_bottom{margin-bottom:25px;}
.footer .bottom .links_bottom > li{display: inline-block;margin:0 5px;}
.footer .bottom .links_bottom > li > a{font-size: 15px;font-weight: 400;color:#FFF;}
.footer .bottom .links_bottom > li > a:hover{text-decoration: underline;}
.footer .bottom .copyright .logo{width: 111px;height: 30px;background:url('../images/logo_footer.png') no-repeat 0 0;background-size:100%;display: block;margin:0 auto;margin-bottom:20px;}
.footer .bottom .copyright .text{color: #FFF;line-height:25px;font-size: 12px;padding-right:0;}

@media screen and (max-width: 767px) {
    .footer .col{border-bottom:1px solid #363535;}
    .footer .col .title{padding-bottom:0;margin-bottom:0;height:44px;line-height:40px;cursor: pointer;position: relative;padding-right:10px;}
    .footer .col .title:before{content:"\f0d7";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position: absolute;left:10px;top:0;line-height:44px;}
    .footer .col.open .title:before{content:"\f0d8";}
    .footer .col .title{border-bottom:1px solid #363535;margin-bottom:-1px;}
    .footer .col .links{display:none;padding:15px 10px 13px;}
    .footer .col .links > li{margin-bottom:5px;} 
    .footer .bottom .col{text-align:right;border:none;}
    .footer .title:after{display: none;}
    .footer .bottom .col .links > li{display: block;}
    .footer .bottom .col .links > li:after{display: none;}
    .footer .bottom .col .links > li > a{font-weight:300;}
}
@media screen and (min-width: 768px) {
    .footer .top{padding:40px 0 20px;}
    .footer .top .col{width:33.3333%;padding-right:15px;}
    .footer .top .col .links{display:block!important;}
    
    .footer .bottom{padding-bottom:60px;}
    .footer .bottom .col .title{padding-bottom:14px;margin-bottom:14px;}
    .footer .bottom .col .links{width:708px;}
    .footer .bottom .links_bottom{margin-bottom:35px;}
    .footer .bottom .links_bottom > li{margin:0 12px;}
    .footer .bottom .links_bottom > li > a{font-size:18px;}
    .footer .bottom .copyright .logo{width:177px;height:48px;}
    .footer .bottom .copyright .text{font-size:14px;padding-right:6px;}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .footer .top .col{margin-bottom:40px;}
    .footer .top .col:first-child{width:66.6666%;padding-top:48px;-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;-webkit-column-gap: 0;-moz-column-gap: 0;column-gap: 0;}
    .footer .top .col:first-child .title{position: absolute;right:15px;top:0;}
    .footer .top .col:nth-child(3){clear:both;}
    
    .footer .bottom .col .links > li:nth-child(4):after{display: inline-block;}
    .footer .bottom .col .links > li:nth-child(3):after,.footer .bottom .col .links > li:nth-child(6):after{display: none;}
}
@media screen and (min-width: 1024px) {
    .footer{font-size:16px;}
    .footer .top{padding:44px 0 37px;}
    .footer .top .col{width:20%;line-height:22px;padding-right:0;}
    
    .footer .bottom{padding-bottom:73px;}
    .footer .bottom .col .title{padding-bottom:12px;}
    .footer .bottom .col .links{width:940px;}
    .footer .bottom .links_bottom{margin-bottom:25px;}
    .footer .bottom .links_bottom > li > a{font-size:16px;}
}
@media screen and (min-width: 1280px) {
    .footer{font-size:18px;}
    .footer .top .col{line-height:23.47px;padding-right:2.7%;}
    .footer .title:after{width:120px;}
    
    .footer .bottom{padding-bottom:93px;}
    .footer .bottom .col{margin-bottom:26px;}
    .footer .bottom .col .links{width:1040px;}
    .footer .bottom .links_bottom > li > a{font-size:17px;}
}
@media screen and (min-width: 1440px) {
    .footer{font-size:20px;}
    .footer .top{padding:49px 0 42px;}
    .footer .top .col{line-height:25.47px;}
    .footer .title{padding-bottom:16px;margin-bottom:12px;}
    .footer .title:after{width:150px;}
    
    .footer .bottom{padding-bottom:113px;}
    .footer .bottom .col{margin-bottom:31px;}
    .footer .bottom .col .links{width:1140px;}
    .footer .bottom .col .links > li:after{height:8px;width:8px;}
    .footer .bottom .links_bottom{margin-bottom:30px;}
    .footer .bottom .links_bottom > li > a{font-size:18px;}
    .footer .bottom .copyright .logo{width:199px;height:54px;}
}
@media screen and (min-width: 1800px) {
    .footer{font-size:22px;}
    .footer .top{padding:59px 0 52px;}
    .footer .top .col{line-height:27.47px;padding-right:5.7%;}
    
    .footer .bottom{padding-bottom:133px;}
    .footer .bottom .col{margin-bottom:41px;}
    .footer .bottom .col .links > li:after{height:10px;width:10px;margin:0 16px 0 13px;}
    .footer .bottom .links_bottom{margin-bottom:35px;}
    .footer .bottom .links_bottom > li{margin:0 15px;}
    .footer .bottom .links_bottom > li > a{font-size:20px;}
    .footer .bottom .copyright .logo{width:236px;height:64px;margin-bottom:25px;}
    .footer .bottom .copyright .text{padding-right:24px;}
}

/* Lightbox */
.lightbox{width:100%;height:100%;position:fixed;z-index:999999;left:0;top:0;display:none;direction: rtl;}
.lightbox .mask{width:100%;height:100%;left:0;top:0;position:absolute;z-index:0;background:#000;opacity:0.6;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";}
.lightbox .relative{width:100%;height:100%;}
.lightbox .table{width:100%;height:100%;}
.lightbox .table > .table-row{width:100%;height:100%;}
.lightbox .table > .table-row > .table-cell{width:100%;height:100%;vertical-align:middle;text-align:center;padding:16px;}
.lightbox .box{background:#FFF;border: 6px solid #D41E41;margin:0 auto;position:relative;color:#000;width:100%;height: 100%;-ms-transform:scale(0.9);-moz-transform:scale(0.9);-webkit-transform:scale(0.9);transform:scale(0.9);display:none;}
.lightbox .box:after{clear:both;display: table;content:'';}
.lightbox .box .inner{width:100%;height:100%;position: absolute;left:0;top:0;padding-top:41px;}
.lightbox .box .inner .scroll_inside{width:100%;height:100%;}
.lightbox .box .close_btn{position: absolute;left:0;top:0;z-index:2;font-size:30px;line-height:26px;color:#FFF;}
.lightbox .box .close_btn .fa{line-height:26px;}
.lightbox .box .close_btn:focus{outline:none;}
.keyboard .lightbox .box .close_btn:focus{outline:3px solid #23ade4;}
.lightbox .box .popup_title{height:41px;line-height:32px;text-align:center;font-weight: 700;color: #FFF;position: absolute;right:0;top:0;width:100%;background-color: #D41E41;}

.lightbox .popup_lost{max-width: 460px;max-height: 352px;}
.lightbox .popup_lost .desc{font-size: 18px;line-height:24px;padding:16px 10px;letter-spacing: 0.1px;}
.lightbox .popup_lost .form{padding:0 16px 16px;font-size: 18px;}
.lightbox .popup_lost .form .relative{margin-bottom:12px;}
.lightbox .popup_lost .form input[type='text']{height: 40px;padding:0;padding-bottom:2px;text-indent:10px;font-weight: 300;background:#FFF;display: block;width:100%;border: 1px solid #1D1C1C;}
.lightbox .popup_lost .form .tooltip_error{margin-top:8px;}
.lightbox .popup_lost .form .btn{height: 40px;font-weight: 700;width:100%;border:none;display: block;padding-bottom:2px;margin:0 auto;}

.lightbox .popup_update{max-width: 580px;max-height: 580px;font-size: 18px;font-weight: 300;}
.lightbox .popup_update .desc{padding:16px 10px;letter-spacing: 0.1px;}
.lightbox .popup_update .form{padding:0 16px;text-align: right;margin-left:0;}
.lightbox .popup_update .form:after{content:'';clear:both;display: table;}
.lightbox .popup_update .spacer{clear:both;height:0;}
.lightbox .popup_update .input{margin-bottom:15px;float:right;width:100%;padding-left:0;}
.lightbox .popup_update .input .label{display: block;height:15px;line-height:15px;margin-bottom:8px;}
.lightbox .popup_update .input input[type='text']{text-indent: 10px;font-size:18px;padding-bottom:3px;}
.lightbox .popup_update .input .gender .radiobox{margin-left:23px;}
.lightbox .popup_update .input .gender .radiobox .label{line-height:32px;height:36px;display: inline-block;width:auto;margin:0;}
.lightbox .popup_update .input .address{margin-left:-10px;}
.lightbox .popup_update .input .address .input{padding-left:10px;width:33.3333%;margin-bottom:0;}
.lightbox .popup_update .input .cselect{display: none;}
.lightbox .popup_update .input .customSelect .list ul{max-height:110px;}
.lightbox .popup_update .submit_cont{padding:10px 0 30px;clear:both;}
.lightbox .popup_update .cselect_cont{display: block;}
.lightbox .popup_update .btn{height: 50px;border:none;padding-bottom:4px;width: 100%;display: block;margin:0 auto;font-weight: 700;}
.lightbox .box .form_send{position: relative;right:0;top:0;width:100%;padding-top:20px;display: none;font-size:18px;font-weight:300;}
.lightbox .box .form_send .btn{display:block;margin:0 auto;height:50px;margin-top:20px;width:200px;font-weight:700;}

.lightbox .popup_logout{text-align:center;max-width:500px;max-height:257px;letter-spacing: 0.05px;}
.lightbox .popup_logout .desc{font-size: 18px;line-height:24px;font-weight: 300;margin-bottom:25px;padding-top:25px;}
.lightbox .popup_logout .btns .btn{width: 120px;height: 50px;line-height:48px;font-size: 17px;font-weight: 700;margin:0 2px;}

.lightbox .popup_thanks{max-width:290px;max-height:272px;border:none;}
.lightbox .popup_thanks .close_btn{font-size: 30px;line-height:30px;font-weight: 400;padding:7px 8px;color:#999999;position: absolute;right:0;top:0;left:auto;}
.lightbox .popup_thanks.box .inner{padding-top:0;}
.lightbox .popup_thanks .desc{font-size: 20px;line-height:26px;font-weight: 300;padding:40px 0 32px;}
.lightbox .popup_thanks .btns{font-size:0;text-align: center;padding-bottom:25px;}
.lightbox .popup_thanks .btns .btn{width: 100%;height: 40px;line-height: 40px;font-size: 18px;font-weight: 400;display: inline-block;margin-left:0;}
.lightbox .popup_thanks .btns .btn:last-child{margin-left:0;}

.lightbox .popup_wcag{max-width: 756px;max-height: 756px;}
.lightbox .popup_wcag .text{padding:15px 10px;}
.lightbox .content_popup .mCSB_scrollTools{width:12px;}
.lightbox .content_popup .mCSB_container:not(.mCS_y_hidden){padding-right:12px;}
.lightbox .content_popup .mCSB_scrollTools .mCSB_draggerContainer{background-color: #EBEBEB;}
.lightbox .content_popup .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #636363;}
.lightbox .content_popup .text{color: #000;line-height:22px;font-size: 17px;font-weight: 300;text-align:right;}
.lightbox .content_popup .text h4{font-weight: 700;display: block;margin-bottom:10px;}
.lightbox .content_popup .text h5{font-weight: 400;display: block;margin-bottom:2px;}
.lightbox .content_popup .text strong{font-weight:400;}
.lightbox .content_popup .text a{color: #0072BC;text-decoration: underline;-webkit-transition:  color 0.2s ease-in-out;-moz-transition:  color 0.2s ease-in-out;-o-transition:  color 0.2s ease-in-out;transition: color 0.2s ease-in-out;}
.lightbox .content_popup .text a:hover{color:#00538a;}
.lightbox .content_popup .text .list_text{padding:10px 20px 21px;}
.lightbox .content_popup .text .list_text li{margin-bottom:5px;}
.lightbox .content_popup .text .list_text li:last-child{margin-bottom:0;}
.lightbox .content_popup .text .bold{font-weight:700;}
.lightbox .content_popup .text .red{color: #D41E41;}

.lightbox .popup_regul_online{max-width: 806px;max-height: 756px;}
.lightbox .popup_regul_online .text{padding:15px 10px;}
.lightbox .popup_regul_online .text .ticket_sample{height:17px;vertical-align: middle;display: inline-block;}

.lightbox .popup_regul_goldmark{max-width: 806px;max-height: 756px;}
.lightbox .popup_regul_goldmark .text{padding:15px 10px;font-size:17px;line-height:22px;}

.lightbox .popup_regul_giftcard{max-width: 800px;max-height: 752px;}
.lightbox .popup_regul_giftcard .text{padding:15px 10px;}

.lightbox .popup_regul_creditcard{max-width:568px;max-height:433px;}
.lightbox .popup_regul_creditcard .text{font-size:18px;line-height:24px;text-align:right;font-weight:300;padding:10px;}

.lightbox .popup_regul_present{max-width:568px;max-height:433px;}
.lightbox .popup_regul_present .text{font-size:18px;line-height:24px;text-align:right;font-weight:300;padding:10px;}

.lightbox .popup_lostnumber.popup_lost{max-width:470px;max-height:365px;}
.lightbox .popup_lostnumber.popup_lost .desc{font-size:18px;line-height:24px;font-weight:300;padding:15px 0 18px;}
.lightbox .popup_lostnumber.popup_lost .desc.desc_bottom{padding-bottom:0;padding-top:18px;}
.lightbox .popup_lostnumber.popup_lost .form{padding:0 16px;}
.lightbox .popup_lostnumber.popup_lost .form_success{width:100%;height:305px;display: none;}
.lightbox .popup_lostnumber.popup_lost .form_success .table{width:100%;height:100%;}
.lightbox .popup_lostnumber.popup_lost .form_success .table-cell{width:100%;height:100%;vertical-align: middle;text-align:center;font-size:18px;line-height:24px;font-weight:300;}
.lightbox .popup_lostnumber.popup_lost .form_success strong{font-weight:400;display: block;margin-bottom:10px;}
.lightbox .popup_lostnumber.popup_lost .form_success a{color:#0066a8;text-decoration: underline;-webkit-transition:  color 0.2s ease-in-out;-moz-transition:  color 0.2s ease-in-out;-o-transition:  color 0.2s ease-in-out;transition: color 0.2s ease-in-out;}
.lightbox .popup_lostnumber.popup_lost .form_success a:hover{color:#004675;}

.lightbox .popup_app{max-width:460px;max-height:364px;}
.lightbox .popup_app .inner{text-align:right;padding-right:10px;padding-left:10px;}
.lightbox .popup_app .desc{font-size: 18px;line-height:22px;font-weight: 300;margin-bottom:12px;padding-top:15px;letter-spacing: 0.1px;}
.lightbox .popup_app .desc strong{font-weight: 400;display: block;padding-top:0;}
.lightbox .popup_app .btns_cont{float:right;margin-bottom:13px;}
.lightbox .popup_app .btns_cont a{float:left;margin-left:5px;}
.lightbox .popup_app .btns_cont a img{display: block;max-height:36px;}
.lightbox .popup_app .checkbox{clear:both;display: block;padding-right:0;}
.lightbox .popup_app .checkbox .label{font-size: 16px;font-weight: 300;}
.lightbox .popup_app .checkbox .check_c{width: 18px;line-height:14px;height: 18px;top:-1px;margin-left:8px;font-size:16px;}
.lightbox .popup_app .iphone_app{display: block;width:110px;position: absolute;left:-31px;top:62px;}

.lightbox .popup_fiveprod{max-width:540px;max-height:440px;}
.lightbox .popup_fiveprod .iframe{width:100%;height:100%;display: block;border:none;}

.lightbox .popup_lostnumber.popup_lost.popup_lost_password{max-height:335px;}

.lightbox .popup_video{max-width:556px;max-height:343px;}
.lightbox .popup_video .iframe{width:100%;height:100%;border:none;display: block;}

@media screen and (max-width: 567px){
    .lightbox .box.popup_regul_creditcard .popup_title.title_two{font-size:18px;}
    .lightbox .popup_lostnumber.popup_lost .form_success .table-cell{padding:0 10px;}
    
    .lightbox .popup_app .iphone_app{display: none;}
    .lightbox .popup_app .popup_title{text-align:right;font-size:16px;}
}
@media screen and (max-width: 767px){
    .lightbox .box{border-width:5px;}
    .customSelect .title{line-height:38px;height:40px;}
    .lightbox .popup_update .desc{font-size:18px;}
    .customSelect .title .fa{line-height:38px;}
    .lightbox .popup_logout .desc{padding:26px 10px 0;}
    .lightbox .popup_thanks .btns{padding:0 16px 16px;}
    .lightbox .popup_logout .btns .btn{line-height:19px;padding-top:4px;}
    .lightbox .popup_thanks .btns .btn{margin-bottom:10px;}
    .lightbox .popup_thanks .btns .btn:last-child{margin-bottom:0;}
}
@media screen and (min-width: 568px) and (max-width: 767px) {
    .lightbox .popup_update .form{margin-left:-16px;}
    .lightbox .popup_update .input{width:50%;padding-left:16px;}
    .lightbox .popup_update .submit_cont{padding-left:16px;}
    .lightbox .box .inner .scroll_inside{overflow-x: hidden;}
    
    .lightbox .popup_logout{max-height:235px;}
    .lightbox .popup_logout .btns .btn{width:200px;padding:0;line-height:48px;}
    
    .lightbox .popup_thanks{max-width:440px;max-height:196px;}
    .lightbox .popup_thanks .btns .btn{width:188px;margin-bottom:0;margin-left:10px;}
    .lightbox .popup_thanks .btns .btn:last-child{margin-left:0;}
    
    .lightbox .popup_app{max-width:460px;max-height:296px;}
}
@media screen and (min-width: 768px) {
    .lightbox .table > .table-row > .table-cell{padding:15px;}
    
    .lightbox .popup_lost{max-height:395px;}
    .lightbox .popup_lost .desc{line-height:28px;padding:20px 0 19px;}
    .lightbox .popup_lost .form{padding:0 44px;}
    .lightbox .popup_lost .form .relative{margin-bottom:15px;}
    .lightbox .popup_lost .form input[type='text']{height:50px;padding-bottom:4px;text-indent:13px;}
    .lightbox .popup_lost .form .btn{height:50px;padding-bottom:4px;}
    
    .lightbox .popup_update{font-size:20px;}
    .lightbox .popup_update .desc{padding:19px 0 28px;}
    .lightbox .popup_update .form{padding:0 40px;margin-left:-15px;}
    .lightbox .popup_update .spacer{height:10px;}
    .lightbox .popup_update .input{width:50%;padding-left:15px;}
    .lightbox .popup_update .input .label{height:19px;line-height:19px;margin-bottom:10px;}
    .lightbox .popup_update .submit_cont{padding:20px 0 40px;}
    .lightbox .popup_update .btn{width:300px;}
    .lightbox .box .form_send{font-size:20px;}
    
    .lightbox .popup_logout{max-height:250px;}
    .lightbox .popup_logout .desc{line-height:28px;margin-bottom:34px;}
    .lightbox .popup_logout .btns .btn{width:162px;font-size:18px;margin:0 6px;}
    
    .lightbox .popup_thanks{max-width:622px;max-height:249px;}
    .lightbox .popup_thanks .desc{font-size:28px;line-height:34px;padding:58px 0 37px;}
    .lightbox .popup_thanks .btns .btn{width:180px;margin-left:15px;}
    
    .lightbox .popup_wcag .text{padding:15px 20px 15px 30px;}
    .lightbox .content_popup .text{line-height:28px;font-size:18px;}
    .lightbox .content_popup .text h4{margin-bottom:17px;}
    
    .lightbox .popup_regul_online .text{padding:27px 36px 27px 15px;}
    
    .lightbox .popup_regul_goldmark .text{padding:26px 26px 24px 27px;font-size:18px;line-height:28px;}
    
    .lightbox .popup_regul_giftcard .text{padding:21px 37px 21px 25px;}
    
    .lightbox .popup_regul_creditcard{max-width:500px;max-height:340px;}
    .lightbox .popup_regul_creditcard .text{line-height:28px;padding:15px 26px 15px 26px;}
    
    .lightbox .popup_regul_present{max-width:500px;max-height:373px;}
    .lightbox .popup_regul_present .text{line-height:28px;padding:19px 26px 10px 26px;}
    
    .lightbox .popup_lostnumber.popup_lost{max-height:376px;}
    .lightbox .popup_lostnumber.popup_lost .form{padding:0 60px;}
    .lightbox .popup_lostnumber.popup_lost .form_success{height:320px;}
    .lightbox .popup_lostnumber.popup_lost .form_success .table-cell{line-height:26px;}
    
    .lightbox .popup_app{max-width:513px;max-height:321px;}
    .lightbox .popup_app .inner{padding-right:39px;padding-left:39px;}
    .lightbox .popup_app .desc{line-height:23px;}
    .lightbox .popup_app .btns_cont a{margin-left:7px;}
    .lightbox .popup_app .btns_cont a img{max-height:49px;}
    .lightbox .popup_app .checkbox{padding-right:2px;}
    .lightbox .popup_app .iphone_app{width:138px;}
    
    .lightbox .popup_fiveprod{max-width:500px;max-height:400px;}
    
    .lightbox .popup_lostnumber.popup_lost.popup_lost_password{max-height:313px;}
    
    .lightbox .popup_video{max-width:555px;max-height:363px;}
}
@media screen and (max-width: 1023px) {
    .lightbox .box .scroll_inside{overflow-y:scroll;-webkit-overflow-scrolling: touch;}
}
@media screen and (min-width: 1024px) {
    .lightbox .box .close_btn{font-size:26px;line-height:22px;}
    .lightbox .box .close_btn .fa{line-height:22px;}
    
    .lightbox .popup_lost{max-width:420px;max-height:375px;}
    .lightbox .popup_lost .desc{font-size:16px;line-height:26px;}
    .lightbox .popup_lost .form input[type='text']{height:45px;text-indent:10px;}
    .lightbox .popup_lost .form .btn{height:45px;}
    
    .lightbox .popup_update{max-width:540px;max-height:570px;font-size:18px;}
    .lightbox .popup_update .input input[type='text']{font-size:17px;}
    .lightbox .popup_update .btn{height:46px;width:280px;}
    .lightbox .box .form_send{font-size:18px;}
    
    .lightbox .popup_logout{max-height:236px;}
    .lightbox .popup_logout .desc{font-size:17px;line-height:27px;padding-top:20px;}
    .lightbox .popup_logout .btns .btn{width:152px;height:46px;line-height:44px;font-size:17px;}
    
    .lightbox .popup_wcag{max-height:556px;}
    
    .lightbox .popup_regul_online{max-height:556px;}
    
    .lightbox .popup_regul_goldmark{max-height:556px;}
    
    .lightbox .popup_regul_giftcard{max-height:552px;}
    
    .lightbox .popup_lostnumber.popup_lost{max-height:361px;}
    .lightbox .popup_lostnumber.popup_lost .form_success{height:301px;} 
        
    .lightbox .popup_app{max-width:493px;max-height:311px;}
    .lightbox .popup_app .desc{font-size:17px;line-height:22px;}
    .lightbox .popup_app .btns_cont a img{max-height:46px;}
    
    .lightbox .popup_lostnumber.popup_lost.popup_lost_password{max-height:302px;}
}
@media screen and (min-width: 1280px) {
    .lightbox .popup_lost{max-width:470px;max-height:395px;}
    .lightbox .popup_lost .desc{font-size:17px;line-height:27px;}
    .lightbox .popup_lost .form{padding:0 54px;font-size:19px;}
    .lightbox .popup_lost .form input[type='text']{height:51px;text-indent:15px;}
    .lightbox .popup_lost .form .btn{height:51px;}
    
    .lightbox .popup_update{max-width:600px;max-height:580px;font-size:19px;}
    .lightbox .popup_update .input{margin-bottom:15px;}
    .lightbox .popup_update .input input[type='text']{font-size:18px;}
    .lightbox .popup_update .input .customSelect .list ul{max-height:130px;}
    .lightbox .popup_update .submit_cont{padding:23px 0 40px;}
    .lightbox .popup_update .btn{height:56px;width:300px;}
    .lightbox .box .form_send{font-size:19px;}
    
    .lightbox .popup_logout{max-width:530px;max-height:244px;}
    .lightbox .popup_logout .desc{font-size:18px;line-height:28px;}
    
    .lightbox .popup_thanks{max-width:692px;max-height:279px;}
    .lightbox .popup_thanks .desc{font-size:30px;line-height:36px;padding:68px 0 47px;}
    .lightbox .popup_thanks .btns{padding-bottom:30px;}
    .lightbox .popup_thanks .btns .btn{width:200px;height:44px;line-height:44px;font-size:20px;margin-left:16px;}
    
    .lightbox .popup_wcag{max-height:606px;}
    
    .lightbox .popup_regul_online{max-width:906px;max-height:606px;}
    .lightbox .popup_regul_online .text{padding:27px 46px 27px 15px;}
    
    .lightbox .popup_regul_goldmark{max-width:906px;max-height:606px;}
    
    .lightbox .popup_regul_giftcard{max-width:900px;max-height:562px;} 
    
    .lightbox .popup_regul_creditcard{max-height:358px;}
    .lightbox .popup_regul_creditcard .text{font-size:20px;line-height:30px;}
    
    .lightbox .popup_regul_present{max-height:452px;}
    .lightbox .popup_regul_present .text{font-size:20px;line-height:30px;}
    
    .lightbox .popup_lostnumber.popup_lost{max-height:387px;}
    .lightbox .popup_lostnumber.popup_lost .desc{font-size:20px;line-height:26px;}
    .lightbox .popup_lostnumber.popup_lost .form_success{height:327px;}
    .lightbox .popup_lostnumber.popup_lost .form_success .table-cell{font-size:20px;line-height:28px;}
    
    .lightbox .popup_app{max-width:528px;max-height:326px;}
    .lightbox .popup_app .desc{font-size:18px;line-height:23px;padding-top:18px;}
    .lightbox .popup_app .desc strong{padding-top:5px;}
    .lightbox .popup_app .btns_cont a img{max-height:49px;}
    .lightbox .popup_app .iphone_app{width:148px;}
    
    .lightbox .popup_fiveprod{max-width:550px;max-height:450px;}
    
    .lightbox .popup_lostnumber.popup_lost.popup_lost_password{max-height:322px;}
    
    .lightbox .popup_video{max-width:665px;max-height:393px;}
}
@media screen and (min-width: 1440px) {
    .lightbox .box .inner{padding-top:46px;}
    .lightbox .box .close_btn{font-size:28px;}
    .lightbox .box .popup_title{height:46px;line-height:37px;}
    
    .lightbox .popup_lost{max-width:490px;max-height:440px;}
    .lightbox .popup_lost .desc{font-size:18px;line-height:28px;}
    .lightbox .popup_lost .form{padding:0 64px;font-size:21px;}
    .lightbox .popup_lost .form .relative{margin-bottom:19px;}
    .lightbox .popup_lost .form input[type='text']{height:56px;text-indent:18px;}
    .lightbox .popup_lost .form .btn{height:56px;}
    
    .lightbox .popup_update{max-width:640px;max-height:630px;font-size:21px;}
    .lightbox .popup_update .spacer{height:15px;}
    .lightbox .popup_update .input .label{height:21px;line-height:21px;}
    .lightbox .popup_update .input input[type='text']{font-size:20px;}
    .lightbox .popup_update .input .gender .radiobox .label{line-height:41px;height:41px;}
    .lightbox .popup_update .btn{height:66px;width:350px;}
    .lightbox .box .form_send{font-size:21px;}
        
    .lightbox .popup_thanks{max-width:722px;max-height:309px;}
    .lightbox .popup_thanks .desc{font-size:32px;line-height:38px;padding:78px 0 57px;}
    .lightbox .popup_thanks .btns .btn{width:220px;height:49px;line-height:49px;font-size:22px;margin-left:19px;}
    
    .lightbox .popup_wcag{max-width:856px;max-height:656px;}
    .lightbox .popup_wcag .text{padding:20px 25px 20px 35px;}
    .lightbox .content_popup .mCSB_scrollTools{width:15px;}
    .lightbox .content_popup .mCSB_container:not(.mCS_y_hidden){padding-right:15px;}
    .lightbox .content_popup .text .list_text{padding:10px 25px 21px;}
    
    .lightbox .popup_regul_online{max-width:1006px;max-height:656px;}
    .lightbox .popup_regul_online .text{padding:33px 51px 33px 20px;}
    
    .lightbox .popup_regul_goldmark{max-width:1006px;max-height:656px;}
    .lightbox .popup_regul_goldmark .text{padding:31px 31px 29px 32px;font-size:19px;line-height:29.4px;}
    
    .lightbox .popup_regul_giftcard{max-width:1000px;}
    .lightbox .popup_regul_giftcard .text{padding:26px 43px 26px 30px;}
    
    .lightbox .popup_regul_creditcard{max-width:550px;max-height:400px;}
    .lightbox .popup_regul_creditcard .text{font-size:22px;line-height:33px;padding:20px 31px 20px 31px;}
    
    .lightbox .popup_regul_present{max-width:550px;max-height:503px;}
    .lightbox .popup_regul_present .text{font-size:22px;line-height:33px;padding:24px 31px 15px 31px;}
    
    .lightbox .popup_lostnumber.popup_lost{max-width:520px;max-height:442px;}
    .lightbox .popup_lostnumber.popup_lost .desc{font-size:22px;line-height:28px;padding:20px 0 23px;}
    .lightbox .popup_lostnumber.popup_lost .desc.desc_bottom{padding-top:23px;}
    .lightbox .popup_lostnumber.popup_lost .form{padding:0 70px;}
    .lightbox .popup_lostnumber.popup_lost .form_success{height:373px;}
    .lightbox .popup_lostnumber.popup_lost .form_success .table-cell{font-size:22px;line-height:30px;}
    
    .lightbox .popup_app{max-width:578px;max-height:356px;}
    .lightbox .popup_app .inner{padding-right:49px;padding-left:49px;}
    .lightbox .popup_app .desc{font-size:20px;line-height:25px;}
    .lightbox .popup_app .desc strong{padding-top:10px;}
    .lightbox .popup_app .btns_cont a img{max-height:54px;}
    .lightbox .popup_app .iphone_app{width:168px;left:-36px;top:72px;}
    
    .lightbox .popup_fiveprod{max-width:640px;max-height:540px;}
    
    .lightbox .popup_lostnumber.popup_lost.popup_lost_password{max-height:368px;}
    
    .lightbox .popup_video{max-width:716px;max-height:443px;}
}
@media screen and (min-width: 1800px) {
    .lightbox .box .inner{padding-top:51px;}
    .lightbox .box .close_btn{font-size:30px;line-height:24px;}
    .lightbox .box .close_btn .fa{line-height:24px;}
    .lightbox .box .popup_title{height:51px;line-height:42px;}
    
    .lightbox .popup_lost{max-width:579px;max-height:514px;}
    .lightbox .popup_lost .desc{font-size:20px;line-height:30px;padding:25px 0 24px;}
    .lightbox .popup_lost .form{padding:0 84px;font-size:25px;}
    .lightbox .popup_lost .form .relative{margin-bottom:24px;}
    .lightbox .popup_lost .form input[type='text']{height:66px;text-indent:28px;}
    .lightbox .popup_lost .form .btn{height:66px;}
    
    .lightbox .popup_update{max-width:710px;max-height:681px;font-size:25px;}
    .lightbox .popup_update .desc{padding:24px 0 38px;}
    .lightbox .popup_update .input .label{height:25px;line-height:25px;margin-bottom:13px;}
    .lightbox .popup_update .input input[type='text']{text-indent:15px;font-size:22px;}
    .lightbox .popup_update .input .gender .radiobox{margin-left:28px;}
    .lightbox .popup_update .submit_cont{padding:28px 0 30px;}
    .lightbox .box .form_send{font-size:25px;}
    
    .lightbox .popup_logout{max-width:579px;max-height:268px;}
    .lightbox .popup_logout .desc{font-size:20px;line-height:30px;margin-bottom:44px;padding-top:21px;}
    .lightbox .popup_logout .btns .btn{width:172px;height:51px;line-height:49px;font-size:19px;margin:0 9px;}
    
    .lightbox .popup_thanks{max-width:772px;max-height:349px;}
    .lightbox .popup_thanks .desc{font-size:36px;line-height:42px;padding:88px 0 67px;}
    .lightbox .popup_thanks .btns{padding-bottom:40px;}
    .lightbox .popup_thanks .btns .btn{width:250px;height:54px;line-height:54px;font-size:24px;margin-left:21px;}
    
    .lightbox .popup_wcag{max-width:906px;max-height:806px;}
    .lightbox .popup_wcag .text{padding:24px 30px 24px 40px;}
    .lightbox .content_popup .text{line-height:30px;font-size:20px;}
    .lightbox .content_popup .text .list_text{padding:10px 30px 26px;}
    .lightbox .content_popup .text .list_text li{margin-bottom:10px;}
    
    .lightbox .popup_regul_online{max-width:1106px;max-height:806px;}
    .lightbox .popup_regul_online .text{padding:38px 56px 38px 25px;}
    .lightbox .popup_regul_online .text .ticket_sample{height:19px;}
    
    .lightbox .popup_regul_goldmark{max-width:1106px;max-height:806px;}
    .lightbox .popup_regul_goldmark .text{padding:36px 36px 34px 37px;font-size:21px;line-height:31.4px;}
    
    .lightbox .popup_regul_giftcard{max-width:1100px;max-height:622px;}
    .lightbox .popup_regul_giftcard .text{padding:31px 48px 31px 35px;}
    
    .lightbox .popup_regul_creditcard{max-width:600px;max-height:472px;}
    .lightbox .popup_regul_creditcard .text{font-size:25px;line-height:35px;}
    
    .lightbox .popup_regul_present{max-width:600px;max-height:530px;}
    .lightbox .popup_regul_present .text{font-size:25px;line-height:35px;}
    
    .lightbox .popup_lostnumber.popup_lost{max-width:570px;max-height:496px;}
    .lightbox .popup_lostnumber.popup_lost .desc{font-size:25px;line-height:30px;}
    .lightbox .popup_lostnumber.popup_lost .form{padding:0 80px;}
    .lightbox .popup_lostnumber.popup_lost .form_success{height:402px;}
    .lightbox .popup_lostnumber.popup_lost .form_success .table-cell{font-size:25px;line-height:32px;}
    
    .lightbox .popup_lostnumber.popup_lost.popup_lost_password{max-height:404px;}
    
    .lightbox .popup_video{max-width:866px;max-height:543px;}
}