/*! lightslider - v1.1.5 - 2015-10-31 * https://github.com/sachinchoolur/lightslider * Copyright (c) 2015 Sachin N; Licensed MIT */ /*! lightslider - v1.1.3 - 2015-04-14 * https://github.com/sachinchoolur/lightslider * Copyright (c) 2015 Sachin N; Licensed MIT */ .lSSlideOuter{overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.lightSlider:before,.lightSlider:after{content:" ";display:table;}.lightSlider{overflow:hidden;margin:0;}.lSSlideWrapper{max-width:100%;overflow:hidden;position:relative;}.lSSlideWrapper>.lightSlider:after{clear:both;}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height;-webkit-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-timing-function:inherit !important;transition-timing-function:inherit !important;}.lSSlideWrapper .lSFade{position:relative;}.lSSlideWrapper .lSFade>*{position:absolute !important;top:0;left:0;z-index:9;margin-right:0;width:100%;}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:inherit !important;transition-timing-function:inherit !important;}.lSSlideWrapper .lSFade>*.active{z-index:10;}.lSSlideWrapper.usingCss .lSFade>*.active{opacity:1;}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center;}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px;}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s;}.lSSlideOuter .lSPager.lSpg>li:hover a,.lSSlideOuter .lSPager.lSpg>li.active a{background-color:#428bca;}.lSSlideOuter .media{opacity:.8;}.lSSlideOuter .media.active{opacity:1;}.lSSlideOuter .lSPager.lSGallery{list-style:none outside none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s;}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px;}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%;}.lSSlideOuter .lSPager.lSGallery:before,.lSSlideOuter .lSPager.lSGallery:after{content:" ";display:table;}.lSSlideOuter .lSPager.lSGallery:after{clear:both;}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url("../img/controls.png");cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:1;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s;}.lSAction>a:hover{opacity:.6;}.lSAction>.lSPrev{background-position:0 0;left:10px;}.lSAction>.lSNext{background-position:-32px 0;right:10px;}.lSAction>a.disabled{pointer-events:none;}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden;}.lSSlideOuter.vertical{position:relative;}.lSSlideOuter.vertical.noPager{padding-right:0 !important;}.lSSlideOuter.vertical .lSGallery{position:absolute !important;right:0;top:0;}.lSSlideOuter.vertical .lightSlider>*{width:100% !important;max-width:none !important;}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0;}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto;}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px;}.lSSlideOuter.lSrtl{direction:rtl;}.lSSlideOuter .lightSlider,.lSSlideOuter .lSPager{padding-left:0;list-style:none outside none;}.lSSlideOuter.lSrtl .lightSlider,.lSSlideOuter.lSrtl .lSPager{padding-right:0;}.lSSlideOuter .lightSlider>*,.lSSlideOuter .lSGallery li{float:left;}.lSSlideOuter.lSrtl .lightSlider>*,.lSSlideOuter.lSrtl .lSGallery li{float:right !important;}@-webkit-keyframes rightEnd{0%{left:0;}50%{left:-15px;}100%{left:0;}}@keyframes rightEnd{0%{left:0;}50%{left:-15px;}100%{left:0;}}@-webkit-keyframes topEnd{0%{top:0;}50%{top:-15px;}100%{top:0;}}@keyframes topEnd{0%{top:0;}50%{top:-15px;}100%{top:0;}}@-webkit-keyframes leftEnd{0%{left:0;}50%{left:15px;}100%{left:0;}}@keyframes leftEnd{0%{left:0;}50%{left:15px;}100%{left:0;}}@-webkit-keyframes bottomEnd{0%{bottom:0;}50%{bottom:-15px;}100%{bottom:0;}}@keyframes bottomEnd{0%{bottom:0;}50%{bottom:-15px;}100%{bottom:0;}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative;}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative;}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative;}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative;}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative;}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative;}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing;} /*! lightgallery - v1.2.19 - 2016-05-17 * http://sachinchoolur.github.io/lightGallery/ * Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */ @font-face{font-family:'lg';src:url("../fonts/lg.eot?n1z373");src:url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"),url("../fonts/lg.woff?n1z373") format("woff"),url("../fonts/lg.ttf?n1z373") format("truetype"),url("../fonts/lg.svg?n1z373#lg") format("svg");font-weight:normal;font-style:normal;}.lg-icon{font-family:'lg';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5;}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#fff;}.lg-actions .lg-next{right:20px;}.lg-actions .lg-next:before{content:"";}.lg-actions .lg-prev{left:20px;}.lg-actions .lg-prev:after{content:"";}@-webkit-keyframes lg-right-end{0%{left:0;}50%{left:-30px;}100%{left:0;}}@-moz-keyframes lg-right-end{0%{left:0;}50%{left:-30px;}100%{left:0;}}@-ms-keyframes lg-right-end{0%{left:0;}50%{left:-30px;}100%{left:0;}}@keyframes lg-right-end{0%{left:0;}50%{left:-30px;}100%{left:0;}}@-webkit-keyframes lg-left-end{0%{left:0;}50%{left:30px;}100%{left:0;}}@-moz-keyframes lg-left-end{0%{left:0;}50%{left:30px;}100%{left:0;}}@-ms-keyframes lg-left-end{0%{left:0;}50%{left:30px;}100%{left:0;}}@keyframes lg-left-end{0%{left:0;}50%{left:30px;}100%{left:0;}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative;}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative;}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;background-color:rgba(0,0,0,.45);}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:43px;text-decoration:none !important;outline:medium none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;}.lg-toolbar .lg-icon:hover{color:#fff;}.lg-toolbar .lg-close:after{content:"";}.lg-toolbar .lg-download:after{content:"";}.lg-sub-html{background-color:rgba(0,0,0,.45);bottom:0;color:#eee;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080;}.lg-sub-html h4{margin:0;font-size:13px;font-weight:bold;}.lg-sub-html p{font-size:12px;margin:5px 0 0;}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle;}.lg-toolbar,.lg-prev,.lg-next{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0);}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1) !important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1) !important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1) !important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1) !important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1;}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s;}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing;}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s !important;transition-duration:0s !important;}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0%,0);transform:translate3d(0,0%,0);}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px;}.lg-outer .lg-thumb-item{border-radius:5px;cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #fff;border-radius:4px;margin-bottom:5px;}@media(min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease;}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707;}.lg-outer .lg-thumb-item img{width:100%;height:100%;}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px;}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0;}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease;}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px;}.lg-outer .lg-toogle-thumb{background-color:#0d0a0a;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;}.lg-outer .lg-toogle-thumb:after{content:"";}.lg-outer .lg-toogle-thumb:hover{color:#fff;}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px;}.lg-outer .lg-video{width:100%;min-height:260px;padding-bottom:56.25%;overflow:hidden;position:relative;}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100% !important;height:100% !important;}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer;}.lg-outer .lg-has-vimeo .lg-video-play{background:url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url("../img/video-play.png") no-repeat scroll 0 0;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8;}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1;}.lg-outer .lg-has-youtube .lg-video-play{background:url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;}.lg-outer .lg-video-object{width:100% !important;height:100% !important;position:absolute;top:0;left:0;}.lg-outer .lg-has-video .lg-video-object{visibility:hidden;}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none;}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible;}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1080;opacity:0;-webkit-transition:opacity .08s ease 0s;-moz-transition:opacity .08s ease 0s;-o-transition:opacity .08s ease 0s;transition:opacity .08s ease 0s;}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0;}.lg-progress-bar.lg-start .lg-progress{width:100%;}.lg-show-autoplay .lg-progress-bar{opacity:1;}.lg-autoplay-button:after{content:"";}.lg-show-autoplay .lg-autoplay-button:after{content:"";}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transition-duration:0s;transition-duration:0s;}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s !important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s !important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s !important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s !important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}#lg-zoom-in:after{content:"";}#lg-actual-size{font-size:20px;}#lg-actual-size:after{content:"";}#lg-zoom-out{opacity:.5;pointer-events:none;}#lg-zoom-out:after{content:"";}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto;}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px;}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible;}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px;}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px white inset;}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%;}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px;}.lg-outer .lg-pager:hover,.lg-outer .lg-pager:focus{box-shadow:0 0 0 8px white inset;}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0;}.lg-fullscreen:after{content:"";}.lg-fullscreen-on .lg-fullscreen:after{content:"";}.group{*zoom:1;}.group:before,.group:after{display:table;content:"";line-height:0;}.group:after{clear:both;}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s;}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.lg-outer.lg-visible{opacity:1;}.lg-outer.lg-css3 .lg-item.lg-prev-slide,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-current{-webkit-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-timing-function:inherit !important;transition-timing-function:inherit !important;}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{-webkit-transition-duration:0s !important;transition-duration:0s !important;opacity:1;}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing;}.lg-outer .lg{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%;}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap;}.lg-outer .lg-item{background:url("../img/loading.gif") no-repeat scroll center center transparent;display:none !important;}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide{display:inline-block !important;}.lg-outer.lg-css .lg-current{display:inline-block !important;}.lg-outer .lg-item,.lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%;}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px;}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;}.lg-outer .lg-item.lg-complete{background-image:none;}.lg-outer .lg-item.lg-current{z-index:1060;}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto !important;height:auto !important;}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s;}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1;}.lg-outer .lg-empty-html{display:none;}.lg-outer.lg-hide-download #lg-download{display:none;}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s;}.lg-backdrop.in{opacity:1;}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{-webkit-transition:none 0s ease 0s !important;-moz-transition:none 0s ease 0s !important;-o-transition:none 0s ease 0s !important;transition:none 0s ease 0s !important;}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}.lg-css3.lg-fade .lg-item{opacity:0;}.lg-css3.lg-fade .lg-item.lg-current{opacity:1;}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s;}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0;}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0;}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%;}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%;}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1;}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;}@media(max-width:700px){.lg-outer .lg-video{width:100%;min-height:550px !important;padding-bottom:56.25%;overflow:hidden;position:relative;}}.justify-list a span,.news-block header span,.grid-item header span,.grid-item.poll-card form span,.grid-item.article-card span,.main_body .title span{position:absolute;background-color:#000;color:#f0a306;font-size:12px;z-index:2;height:30px;line-height:24px;}.justify-list a span:before,.news-block header span:before,.grid-item header span:before,.grid-item.poll-card form span:before,.grid-item.article-card span:before,.main_body .title span:before{content:'';position:absolute;left:-29px;top:0;width:29px;height:100%;background:url(/images/sprite.svg#left) rgba(240,163,6,.8) no-repeat;background-size:15px 15px;background-position:7px 8px;}.justify-list a span a,.news-block header span a,.grid-item header span a,.grid-item.poll-card form span a,.grid-item.article-card span a,.main_body .title span a{color:#ffc714;font-weight:bold;padding:0 16px;display:block;width:100%;position:relative;}.news-block a img{display:block;width:100%;height:auto;}#top-match-slider #match-slider-holder ul li.champion,#related-matches ul li.champion{background-color:#ededed !important;border-top:2px solid #dedddb;padding:0 10px 0 !important;height:28px !important;line-height:22px;font-size:10px;box-shadow:none !important;margin-bottom:0 !important;border:none;border-bottom:none !important;}#top-match-slider #match-slider-holder ul li.champion a,#related-matches ul li.champion a{color:#adadae;}#top-match-slider #match-slider-holder ul span.no-matches,#related-matches ul span.no-matches{color:#8c8d8e;display:inline-block;width:100% !important;text-align:center;padding-top:15px;padding-bottom:20px;font-size:10px;float:right;box-shadow:0 1px 9px -6px;margin-top:2px;}.news-block>a:after,.grid-item header:before{-webkit-transition:opacity .2s ease-out 0s;-khtml-transition:opacity .2s ease-out 0s;-moz-transition:opacity .2s ease-out 0s;-ms-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s;}.grid-item.videos-card ul,.main_body .details ul.videolist{list-style:none;margin:0;padding:10px 0;}.grid-item.videos-card ul li a,.main_body .details ul.videolist li a{background:url(/images/sprite.svg#list_play) no-repeat !important;background-size:30px 30px !important;background-position:right 14px top 0 !important;padding:0 55px 11px 5px !important;}progress,sub,sup{vertical-align:baseline;}button,hr,input,select{overflow:visible;}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0;}html{font-family:sans-serif;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline-width:0;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:200;}dfn{font-style:italic;}h1{font-size:2em;margin:.67em 0;}mark{background-color:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;}sub{bottom:-.25em;}sup{top:-.5em;}img{border-style:none;}svg:not(:root){overflow:hidden;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;}button,input,select,textarea{font:inherit;margin:0;}optgroup{font-weight:700;}button,select{text-transform:none;}[type=button],[type=reset],[type=submit],button{cursor:pointer;}[disabled]{cursor:default;}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}button:-moz-focusring,input:-moz-focusring{outline:ButtonText dotted 1px;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em;}legend{color:inherit;display:table;max-width:100%;white-space:normal;}textarea{overflow:auto;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}[type=search]{-webkit-appearance:textfield;}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;}.container,.container-fluid{margin-right:auto;margin-left:auto;}.container-fluid{padding-right:auto;padding-left:auto;}.row{width:100%;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;}.row.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;}.col.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-offset-0,.col-xs-offset-1,.col-xs-offset-10,.col-xs-offset-11,.col-xs-offset-12,.col-xs-offset-2,.col-xs-offset-3,.col-xs-offset-4,.col-xs-offset-5,.col-xs-offset-6,.col-xs-offset-7,.col-xs-offset-8,.col-xs-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.col-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;}.col-xs-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%;}.col-xs-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%;}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;}.col-xs-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%;}.col-xs-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%;}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;}.col-xs-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%;}.col-xs-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%;}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;}.col-xs-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%;}.col-xs-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%;}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;}.col-xs-offset-0{margin-left:0;}.col-xs-offset-1{margin-left:8.33333333%;}.col-xs-offset-2{margin-left:16.66666667%;}.col-xs-offset-3{margin-left:25%;}.col-xs-offset-4{margin-left:33.33333333%;}.col-xs-offset-5{margin-left:41.66666667%;}.col-xs-offset-6{margin-left:50%;}.col-xs-offset-7{margin-left:58.33333333%;}.col-xs-offset-8{margin-left:66.66666667%;}.col-xs-offset-9{margin-left:75%;}.col-xs-offset-10{margin-left:83.33333333%;}.col-xs-offset-11{margin-left:91.66666667%;}.start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start;}.center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end;}.top-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.middle-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.bottom-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.around-xs{-ms-flex-pack:distribute;justify-content:space-around;}.between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.last-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}@media only screen and (min-width:48em){.container{width:49rem;}.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-offset-0,.col-sm-offset-1,.col-sm-offset-10,.col-sm-offset-11,.col-sm-offset-12,.col-sm-offset-2,.col-sm-offset-3,.col-sm-offset-4,.col-sm-offset-5,.col-sm-offset-6,.col-sm-offset-7,.col-sm-offset-8,.col-sm-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;}.col-sm-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%;}.col-sm-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%;}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;}.col-sm-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%;}.col-sm-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%;}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;}.col-sm-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%;}.col-sm-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%;}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;}.col-sm-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%;}.col-sm-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%;}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;}.col-sm-offset-0{margin-left:0;}.col-sm-offset-1{margin-left:8.33333333%;}.col-sm-offset-2{margin-left:16.66666667%;}.col-sm-offset-3{margin-left:25%;}.col-sm-offset-4{margin-left:33.33333333%;}.col-sm-offset-5{margin-left:41.66666667%;}.col-sm-offset-6{margin-left:50%;}.col-sm-offset-7{margin-left:58.33333333%;}.col-sm-offset-8{margin-left:66.66666667%;}.col-sm-offset-9{margin-left:75%;}.col-sm-offset-10{margin-left:83.33333333%;}.col-sm-offset-11{margin-left:91.66666667%;}.start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start;}.center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end;}.top-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.middle-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.bottom-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.around-sm{-ms-flex-pack:distribute;justify-content:space-around;}.between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.last-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}@media only screen and (min-width:64em){.container{width:56.25rem;}.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-offset-0,.col-md-offset-1,.col-md-offset-10,.col-md-offset-11,.col-md-offset-12,.col-md-offset-2,.col-md-offset-3,.col-md-offset-4,.col-md-offset-5,.col-md-offset-6,.col-md-offset-7,.col-md-offset-8,.col-md-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;}.col-md-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%;}.col-md-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%;}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;}.col-md-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%;}.col-md-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%;}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;}.col-md-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%;}.col-md-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%;}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;}.col-md-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%;}.col-md-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%;}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;}.col-md-offset-0{margin-left:0;}.col-md-offset-1{margin-left:8.33333333%;}.col-md-offset-2{margin-left:16.66666667%;}.col-md-offset-3{margin-left:25%;}.col-md-offset-4{margin-left:33.33333333%;}.col-md-offset-5{margin-left:41.66666667%;}.col-md-offset-6{margin-left:50%;}.col-md-offset-7{margin-left:58.33333333%;}.col-md-offset-8{margin-left:66.66666667%;}.col-md-offset-9{margin-left:75%;}.col-md-offset-10{margin-left:83.33333333%;}.col-md-offset-11{margin-left:91.66666667%;}.start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start;}.center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end;}.top-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.middle-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.bottom-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.around-md{-ms-flex-pack:distribute;justify-content:space-around;}.between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.last-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}@media only screen and (min-width:75em){.container{width:70rem;}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-offset-0,.col-lg-offset-1,.col-lg-offset-10,.col-lg-offset-11,.col-lg-offset-12,.col-lg-offset-2,.col-lg-offset-3,.col-lg-offset-4,.col-lg-offset-5,.col-lg-offset-6,.col-lg-offset-7,.col-lg-offset-8,.col-lg-offset-9{box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;}.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%;}.col-lg-1{-ms-flex-preferred-size:8.33333333%;flex-basis:8.33333333%;max-width:8.33333333%;}.col-lg-2{-ms-flex-preferred-size:16.66666667%;flex-basis:16.66666667%;max-width:16.66666667%;}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;}.col-lg-4{-ms-flex-preferred-size:33.33333333%;flex-basis:33.33333333%;max-width:33.33333333%;}.col-lg-5{-ms-flex-preferred-size:41.66666667%;flex-basis:41.66666667%;max-width:41.66666667%;}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;}.col-lg-7{-ms-flex-preferred-size:58.33333333%;flex-basis:58.33333333%;max-width:58.33333333%;}.col-lg-8{-ms-flex-preferred-size:66.66666667%;flex-basis:66.66666667%;max-width:66.66666667%;}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%;}.col-lg-10{-ms-flex-preferred-size:83.33333333%;flex-basis:83.33333333%;max-width:83.33333333%;}.col-lg-11{-ms-flex-preferred-size:91.66666667%;flex-basis:91.66666667%;max-width:91.66666667%;}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;}.col-lg-offset-0{margin-left:0;}.col-lg-offset-1{margin-left:8.33333333%;}.col-lg-offset-2{margin-left:16.66666667%;}.col-lg-offset-3{margin-left:25%;}.col-lg-offset-4{margin-left:33.33333333%;}.col-lg-offset-5{margin-left:41.66666667%;}.col-lg-offset-6{margin-left:50%;}.col-lg-offset-7{margin-left:58.33333333%;}.col-lg-offset-8{margin-left:66.66666667%;}.col-lg-offset-9{margin-left:75%;}.col-lg-offset-10{margin-left:83.33333333%;}.col-lg-offset-11{margin-left:91.66666667%;}.start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:start;}.center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:end;}.top-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}.middle-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.bottom-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}.around-lg{-ms-flex-pack:distribute;justify-content:space-around;}.between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;}.last-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}}html,body{margin:0;height:100%;}*{box-sizing:border-box;}body{background-color:#e8e8e8;font-family:sans-serif;margin-top:53px;overflow-x:hidden;font-family:"Almarai",sans-serif;}body.deactive{overflow-y:hidden;}body.lg-on{direction:ltr;}body.lg-on #top-bar{z-index:100;}body>ins{display:none !important;}body>div{direction:rtl;overflow-x:hidden;}.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.clearfix{display:inline-block;}.hide{display:none !important;}html[xmlns] .clearfix{display:block;}[data-google-query-id]{text-align:center;}* html .clearfix{height:1%;}b,strong{font-weight:bold;}a{text-decoration:none;color:#000;}a img{border:0;}.responsive-img{display:block;width:100%;height:auto;}.profiler-popup{direction:ltr;}.profiler-results{display:none;}.dimmed{cursor:not-allowed;opacity:.4;}.fg_nlk{display:inline-block;width:100%;line-height:0;}.fg_nlk img{width:100%;height:auto;}.fg_nlk.oppo{float:right;background-color:#01905a;text-align:center;}.fg_nlk.oppo img{width:auto;display:inline-block;}.fg_tbl{display:inline-block;width:100%;font-size:12px;}.fg_tbl .fg_rw{display:flex;align-items:center;width:100%;font-weight:bold;flex-wrap:wrap;}.fg_tbl .fg_rw:first-of-type{color:#7b7b7b;}.fg_tbl .fg_cl.t1{width:16%;}.fg_tbl .fg_cl.t2{width:40%;}.fg_tbl .fg_cl.t3{width:11%;}.fg_tbl img{width:20px;height:20px;vertical-align:middle;}.FilgoalCommentsEmbed{display:inline-block;width:100%;padding-bottom:18px;}.FilgoalCommentsEmbed iframe{width:100%;}.FilgoalCommentsEmbed .twitter-tweet{width:100%;margin-bottom:50px;}.mim{background-color:#f7f7f7;padding:0 0 8px;box-shadow:0 1px 1px #e2e2e2;min-height:90px;}.mim *{box-sizing:border-box;}.mim a{display:inline-block;width:100%;position:relative;}.mim h3{font-size:11px;color:#000;text-align:center;margin-top:5px;margin-bottom:0;direction:rtl;width:100%;float:right;}.mim h3 a{padding-top:5px;}.mim .mims{width:50%;display:inline-block;position:relative;float:right;}.mim .mims img{vertical-align:middle;width:24px;height:24px;}.mim .mims b{position:absolute;top:0;font-size:20px;color:#f0a306;}.mim .mims>div{width:60%;text-align:center;padding:0;}.mim .mims span{display:block;font-size:11px !important;}.mim .mims:nth-of-type(1) div{float:right;}.mim .mims:nth-of-type(1) b{left:15px;}.mim .mims:nth-of-type(2) div{float:left;}.mim .mims:nth-of-type(2) b{right:15px;}.mim .mimu{width:55px;top:31px;line-height:21px;position:absolute;left:50%;margin-left:-28px;font-size:11px;text-align:center;}.mim .mimu .status{padding:0;}.plyr{display:flex;width:100%;align-items:center;}.plyr img{width:40px;height:40px;float:right;border-radius:50%;border:3px solid #e4e4e4;margin-left:6px;}.plyr span{display:inline-block;float:right;line-height:1.5;text-align:right;font-weight:normal;}.plyr b{display:block;}.mt15{margin-top:15px;}.cmb{margin-bottom:0 !important;}.lrgScn{display:none !important;}.loader{margin:0 auto;text-align:center;width:100%;min-height:100%;display:table-cell;vertical-align:middle;opacity:.8;}.loader *{animation-play-state:paused;}.loader:hover{opacity:1;}.loader:hover *{animation-play-state:running;}.loading-bubbles{margin:auto;}.loading-bubbles .bubble-container{display:inline-block;width:10px;height:10px;margin:0 5px;}.loading-bubbles .bubble-container .bubble{border-radius:50%;background-color:#f0a306;width:100%;height:100%;transform-origin:50% 50%;animation:bubble 1.2s -.6s infinite ease-out;}.loading-bubbles .bubble-container:nth-of-type(2n) .bubble{animation-delay:-.3s;}.loading-bubbles .bubble-container:nth-of-type(3n) .bubble{animation-delay:0s;}@keyframes bubble{0%,100%{transform:scale(0);}50%{transform:scale(1);}}.share_box{position:absolute;bottom:0;left:0;width:100%;height:52px;}.share_box.active{top:0;height:100%;}.share_box .sb_btn{position:absolute;bottom:18px;left:15px;width:22px !important;height:22px !important;cursor:pointer;fill:#d0d0d0;}.share_box .sb_btn.sb_close_btn{fill:#ccc;bottom:inherit;top:18px;left:inherit;right:20px;width:17px !important;height:17px !important;}.share_box .sb_btn:hover{fill:#f0a306 !important;}.share_box .sb_container{-webkit-box-shadow:inset 0 0 0 10px #f5f5f5;-moz-box-shadow:inset 0 0 0 10px #f5f5f5;box-shadow:inset 0 0 0 10px #f5f5f5;position:absolute;width:100%;height:100%;background-color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;z-index:1;}.share_box .sb_container a{display:inline-block;margin:0 2px;line-height:0;}.share_box .sb_container a svg{width:27px !important;height:27px !important;fill:#ccc;}.share_box .sb_container a:hover svg{fill:#f0a306 !important;}#inner-block,#m-block{position:relative;width:100%;display:inline-block;cursor:default;background-color:#e8e8e8;float:right;}#inner-block .row:first-of-type,#m-block .row:first-of-type{background-color:#e8e8e8;}#footerLinks{line-height:1;display:inline-block;width:100%;float:right;background:#202020;padding:16px 20px 15px;box-sizing:border-box;}#footerLinks>span{color:#7c7c7c;font-size:14px;display:inline-block;vertical-align:middle;}#footerLinks>a{display:inline-block;float:left;margin-right:20px;}#footerLinks>a svg{width:25px;height:25px;}#b-block{height:63px;background-color:#181817;display:inline-block;width:100%;position:relative;}#fixed-matches-list{display:inline-block;width:100%;position:fixed;z-index:1001;height:43px;bottom:-43px;left:0;background-color:#000;box-shadow:0 1px 6px rgba(255,255,255,.72);-webkit-transition:bottom .4s ease-out 1s;-khtml-transition:bottom .4s ease-out 1s;-moz-transition:bottom .4s ease-out 1s;-ms-transition:bottom .4s ease-out 1s;-o-transition:bottom .4s ease-out 1s;transition:bottom .4s ease-out 1s;}#fixed-matches-list.active{bottom:0;}#fixed-matches-list a{font-size:13px;line-height:34px;font-weight:bold;color:#fff;vertical-align:middle;float:left;display:inline-block;height:43px;padding:3px 20px;}#fixed-matches-list a:first-child{float:right;}#fixed-matches-list a:nth-child(3){background-color:#f2ae0a;color:#262625;}#fixed-matches-list a:nth-child(2),#fixed-matches-list a:nth-child(4){color:#8c8d8e;background:#262625;}#fixed-matches-list a svg{fill:#a9a7a7;margin-left:12px;width:18px;height:18px;vertical-align:middle;}#fg-notif-box{position:fixed;z-index:999;bottom:0;right:0;overflow:visible;}#fg-notif-container>a{position:relative;display:inline-block;width:100%;height:100%;color:#fff;}#fg-notif-container>div{position:absolute;width:261px;height:130px;top:0;left:0;}#fg-notif-container{position:relative;}#fg-notif-container>div a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;}#fg-notif-container>div>div:nth-of-type(1){position:absolute;top:0;left:0;text-align:center;line-height:1;width:100%;}#fg-notif-container>div>div:nth-of-type(1)>img{position:absolute;left:50%;top:9px;transform:translateX(-50%);}#fg-notif-container>div>div:nth-of-type(1)>span{display:inline-block;background:#fff;color:#000;font-size:11px;font-weight:bold;padding:4px 10px 6px;border-radius:3px;position:absolute;left:50%;top:62px;transform:translateX(-50%);}#fg-notif-container>div>div:nth-of-type(1)>b{display:inline-block;font-size:14px;font-weight:bold;position:absolute;left:50%;top:97px;transform:translateX(-50%);}#fg-notif-container>div>div:nth-of-type(2),#fg-notif-container>div>div:nth-of-type(3){position:absolute;top:30px;text-align:center;line-height:1;width:35%;}#fg-notif-container>div>div:nth-of-type(2) b,#fg-notif-container>div>div:nth-of-type(3) b{margin-top:4px;display:block;font-size:12px;}#fg-notif-container>div>div:nth-of-type(2) i,#fg-notif-container>div>div:nth-of-type(3) i{display:inline-block;background:#fff;border-radius:50%;}#fg-notif-container>div>div:nth-of-type(2) img,#fg-notif-container>div>div:nth-of-type(3) img{width:40px;height:40px;}#fg-notif-container>div>div:nth-of-type(3){left:0;}#fg-notif-close{position:absolute;left:0;display:inline-block;width:20px;height:20px;background:#fff;border-radius:50%;box-sizing:border-box;box-shadow:0 0 4px #000;z-index:3;}#fg-notif-close>svg{width:50%;height:50%;position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0);}#fg-notification{position:fixed;bottom:0;right:0;max-width:420px;z-index:100;width:300px;overflow:visible;}#fg-notification .fg-n-item{display:inline-block;width:100%;position:relative;padding:0;font-size:15px;min-height:78px;font-weight:bold;box-sizing:border-box;line-height:0;}#fg-notification .fg-n-item>img{width:95%;}#fg-notification .fg-n-item>img:nth-of-type(2){display:none;}#fg-notification #fg-notification-close{position:absolute;top:1px;right:95%;right:calc(100% - 13px);width:25px;height:25px;background:#f00;padding:6px;box-sizing:border-box;border-radius:50%;z-index:2;}#fg-notification #fg-notification-close svg{width:100%;height:100%;fill:#fff;vertical-align:top;}#fg-notification-container{width:100%;background:url(/images/notification/mobile.png) no-repeat top right;background-size:contain;position:relative;height:80px;}#fg-notification-container>a{display:inline-block;width:100%;height:100%;}#fg-notification-container>a>div{display:inline-block;position:absolute;}#fg-notification-container.lipton{background:url(/images/notification/lipton_mobile.png) no-repeat top right;}#fg-notification-container.sico{background:url(/images/notification/sico_desktop.jpg) no-repeat center center;background-size:100%;}#fg-notification-container.cheetos{background:url(/images/notification/cheetos_mobile.png) no-repeat center center;background-size:100%;height:119px;}#fg-notification-container.cheetos+#fg-notification-close{top:14px;}#fg-notification-container.cheetos a{width:77%;float:left;position:relative;top:32px;}#fg-notification-container.cheetos a>div:nth-of-type(1){top:70px;margin:0;}#fg-notification-container.cheetos a>div:nth-of-type(1) span{display:none;}#fg-notification-container.cheetos a>div:nth-of-type(1) b{color:#000;font-size:12px;}#fg-notification-container.cheetos a>div:nth-of-type(2){text-indent:35px;}#fg-notification-container.cheetos a>div:nth-of-type(2) b{color:#000;font-weight:bold;}#fg-notification-container.cheetos a>div:nth-of-type(3){text-indent:-36px;}#fg-notification-container.cheetos a>div:nth-of-type(3) b{color:#000;font-weight:bold;}#fg-notification-container>a{display:inline-block;width:100%;}#fg-notification-container>a>div{display:inline-block;position:absolute;}#fg-notification-container>a>div:nth-of-type(1){top:22%;left:50%;transform:translate3d(-50%,0%,0);line-height:0;width:100%;text-align:center;height:100%;margin-left:-10px;}#fg-notification-container>a>div:nth-of-type(1) img{height:31%;display:inline-block;margin-bottom:10px;}#fg-notification-container>a>div:nth-of-type(1) b{display:block;color:#8690a7;font-size:14px;}#fg-notification-container>a>div:nth-of-type(2),#fg-notification-container>a>div:nth-of-type(3){top:18px;right:50%;line-height:0;width:50%;text-align:center;height:100%;margin-left:-10px;text-align:center;}#fg-notification-container>a>div:nth-of-type(2) img,#fg-notification-container>a>div:nth-of-type(3) img{width:30px;}#fg-notification-container>a>div:nth-of-type(2) b,#fg-notification-container>a>div:nth-of-type(3) b{display:block;color:#fff;font-size:11px;font-weight:normal;line-height:1;}#fg-notification-container>a>div:nth-of-type(2){text-indent:37px;}#fg-notification-container>a>div:nth-of-type(3){text-indent:-16px;right:0;}#fg-notification-container.lipton>a>div:nth-of-type(1){top:20%;margin-left:22px;}#fg-notification-container.lipton>a>div:nth-of-type(1) img{display:block;margin:0 auto 2px;}#fg-notification-container.lipton>a>div:nth-of-type(1) b{background-color:#fff;line-height:1;display:inline-block;color:#f00;padding:1px 11px 6px;font-size:12px;border-radius:10px;}#fg-notification-container.lipton>a>div:nth-of-type(2){text-indent:31px;right:126px;width:40%;}#fg-notification-container.lipton>a>div:nth-of-type(3){text-indent:-17px;right:0;width:40%;}#fg-notification-container.sico>a>div:nth-of-type(1) b{font-size:13px;margin-top:14px;color:#9ac5f2;}#fg-notification-container.sico>a>div:nth-of-type(1) img{height:26px;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);margin-top:2px;}#fg-notification-container.sico>a>div:nth-of-type(1) span{position:absolute;display:inline-block;background-color:#f0a306;line-height:1;top:50%;left:50%;transform:translate3d(-50%,-50%,0);color:#000;font-weight:bold;border-radius:20px;padding:2px 11px 6px;margin-top:-43px;font-size:11px;-webkit-animation:pulse linear 300ms infinite;-khtml-animation:pulse linear 300ms infinite;-moz-animation:pulse linear 300ms infinite;-ms-animation:pulse linear 300ms infinite;-o-animation:pulse linear 300ms infinite;animation:pulse linear 300ms infinite;}#fg-notification-container.sico>a>div:nth-of-type(1) span.live{background-color:#b40001;border:1px solid #db2829;color:#fff;}#fg-notification-container.sico>a>div:nth-of-type(2) b,#fg-notification-container.sico>a>div:nth-of-type(3) b{color:#000 !important;}@media only screen and (min-width:62em){#footerLinks{display:none;}#inner-block,#m-block{width:56.25rem;display:block;clear:both;margin:0 auto;float:inherit;}#b-block{float:right;margin-bottom:0;}.lrgScn{display:block !important;}#fixed-matches-list{display:none;}#fg-notification{width:333px;}#fg-notification #fg-notification-close{top:9px;right:95%;right:calc(100% - 25px);}#fg-notification .fg-n-item>img{width:auto;}#fg-notification .fg-n-item>img:nth-of-type(1){display:none;}#fg-notification .fg-n-item>img:nth-of-type(2){display:block;}#fg-notification-container{height:142px;background:url(/images/notification/desktop.png) no-repeat top right;}#fg-notification-container>a>div:nth-of-type(1){top:59px;margin-left:-21px;}#fg-notification-container>a>div:nth-of-type(1) img{height:19%;}#fg-notification-container>a>div:nth-of-type(2),#fg-notification-container>a>div:nth-of-type(3){top:59px;right:219px;width:29%;}#fg-notification-container>a>div:nth-of-type(2){text-indent:0;}#fg-notification-container>a>div:nth-of-type(3){text-indent:0;right:58px;}#fg-notification-container.lipton{background:url(/images/notification/lipton_desktop.png) no-repeat top right;}#fg-notification-container.sico{background:url(/images/notification/sico_desktop.jpg) no-repeat top center;background-size:100%;}#fg-notification-container.cheetos{background:url(/images/notification/cheetos.png) no-repeat center center;background-size:100%;height:179px;}#fg-notification-container.cheetos+#fg-notification-close{top:35px;right:calc(100% - 15px);}#fg-notification-container.cheetos a{width:74%;}#fg-notification-container.cheetos a>div:nth-of-type(1){top:114px;margin:0;}#fg-notification-container.cheetos a>div:nth-of-type(2){text-indent:0;right:155px;width:38%;top:50px;}#fg-notification-container.cheetos a>div:nth-of-type(3){text-indent:-14px;width:38%;top:50px;right:2px;}#fg-notification-container.lipton>a>div:nth-of-type(1){top:29px;margin-left:0;}#fg-notification-container.lipton>a>div:nth-of-type(2){text-indent:0;}#fg-notification-container.lipton>a>div:nth-of-type(3){text-indent:0;right:16px;}#fg-notification-container.lipton>a>div:nth-of-type(2),#fg-notification-container.lipton>a>div:nth-of-type(3){top:52px;right:187px;width:39%;}#fg-notification-container.sico>a>div:nth-of-type(1){margin-left:0;}#fg-notification-container.sico>a>div:nth-of-type(1) b{font-size:13px;margin-top:13px;color:#000;}#fg-notification-container.sico>a>div:nth-of-type(1) img{height:auto;margin-top:-21px;}#fg-notification-container.sico>a>div:nth-of-type(1) span{padding:3px 16px 11px;margin-top:-92px;font-size:16px;}#fg-notification-container.sico>a>div:nth-of-type(2){text-indent:0;}#fg-notification-container.sico>a>div:nth-of-type(3){text-indent:0;right:16px;}#fg-notification-container.sico>a>div:nth-of-type(2),#fg-notification-container.sico>a>div:nth-of-type(3){top:48px;}#fg-notification-container.sico>a>div:nth-of-type(2) img,#fg-notification-container.sico>a>div:nth-of-type(3) img{width:50px;}#fg-notification-container.sico>a>div:nth-of-type(2) b,#fg-notification-container.sico>a>div:nth-of-type(3) b{font-size:14px;}}@media only screen and (min-width:75em){#inner-block,#m-block{width:70rem;}#inner-block{min-height:900px;}}@media only screen and (min-width:90.1em){#inner-block,#m-block{width:81.25rem;}.container{width:81.25rem;}}.highlight{background:#f3cb7a;color:#fff;}.highlight:hover{background:#000 !important;}.HomeSponser{position:relative;height:49px;margin:-1px 0 0;z-index:4444;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.55);background-image:url("https://www.sarmady.net/filgoalimages/sponsered/honor/main.jpg");background-position:center top;}.HomeSponser a{display:block;width:100%;height:100%;position:relative;z-index:3;}.HomeSponser:after{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("https://www.sarmady.net/filgoalimages/sponsered/honor/sticky.jpg");background-position:center top;background-repeat:no-repeat;background-size:100%;content:'';display:none;}.HomeSponser.fixed{position:fixed;top:50px;left:50%;margin:0;width:1159px;height:39px;box-shadow:none;transform:translate3d(-50%,0%,0);background-image:none;}.HomeSponser.fixed:before{position:absolute;top:0;left:50%;width:97%;height:100%;box-shadow:0 0 10px #000;content:'';transform:translate3d(-50%,0%,0);}.HomeSponser.fixed:after{display:block;}@media screen and (min-width:90.1em){.HomeSponser.fixed{width:1342px;height:46px;}}@media screen and (max-width:450px){#fg-notif-container{transform:scale(.8) translateX(0%);transform-origin:100% 100%;}}.datepicker table tr td.today:hover{color:#fff !important;}.scrollbar{margin:0 0 1em 0;height:2px;background:#383834;line-height:0;}.scrollbar .handle{width:100px;height:100%;background:#f0a307;cursor:pointer;}.scrollbar .handle .mousearea{position:absolute;top:-9px;left:0;width:100%;height:20px;}.slywrapper.active{direction:ltr;}.slywrapper.active a{float:right;}#scroll_body{height:120px;overflow:hidden;width:100%;direction:ltr;background-color:#232322;padding:20px 10px 10px;border-radius:3px;margin:10px 10px 20px 10px;opacity:0;display:inline-block;}#scroll_stickers div{list-style:none;margin:0;padding:0;height:100%;}#scroll_stickers div a{display:inline-block;float:right;width:310px;height:100%;padding:0;cursor:pointer;padding:0 2px;}#scroll_stickers div a:last-child{margin-left:0;}#scroll_stickers div a img{width:100%;}@media only screen and (min-width:48em){#scroll_body{margin:0 0 20px 0;}}@media only screen and (min-width:1100px){#scroll_body.hs{height:120px;}#scroll_body.hs .scrollbar{display:none;}#scroll_body.hs #scroll_stickers div{width:100% !important;white-space:nowrap;}#scroll_body.hs #scroll_stickers div a{width:auto;padding:0 15px;float:none;}}.btn-close{width:32px;height:32px;display:block;float:left;position:absolute;margin:4px 0 0 5px;top:1px;left:4px;}.btn-close::before,.btn-close::after{content:'';width:18px;height:1px;display:block;position:absolute;top:15px;left:4px;background:#fff;}.btn-close::before{-webkit-transform:rotate(45deg);-khtml-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);filter:progid:DXImageTransform.Microsoft.Matrix(M11=0,M12=0,M21=0,M22=0,sizingMethod='auto expand');zoom:1;}.btn-close::after{-webkit-transform:rotate(-45deg);-khtml-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);filter:progid:DXImageTransform.Microsoft.Matrix(M11=0,M12=0,M21=0,M22=0,sizingMethod='auto expand');zoom:1;}#show_player_status{cursor:pointer;}.modal-wrapper{width:100%;height:100%;position:fixed;top:0;left:0;background:transparent;z-index:200;visibility:hidden;opacity:0;display:inline-block;}.modal-wrapper .modal_container{width:100%;height:100%;position:absolute;top:0;left:0;display:table;}.modal-wrapper .modal{display:table-cell;width:100%;text-align:center;vertical-align:middle;opacity:0;}.modal-wrapper .modal .modal_data{width:95%;max-width:390px;display:block;margin:57px auto;position:relative;color:#fff;border-radius:6px;overflow:hidden;}.modal-wrapper .modal .modal_data.v2{background:#e8e8e8;overflow:visible;padding:0 15px 20px;border-radius:0;}.modal-wrapper .modal .modal_data.v2 .modal-header{background:transparent;height:auto;}.modal-wrapper .modal .modal_data.v2 .modal-header h1{margin:0;font-size:15px;text-align:right;border-bottom:1px solid #c0c0c0;color:#37383a;}.modal-wrapper .modal .modal_data.v2 .modal-header h1 span{border-bottom:1px solid #f0a306;margin-bottom:-1px;font-weight:normal;}.modal-wrapper .modal .modal_data.v2 .modal-header h1 span b{font-size:20px;}.modal-wrapper .modal .modal_data.v2 .modal-header .btn-close{background:#f0a306;top:-16px;left:-16px;border-radius:50%;}.modal-wrapper .modal .modal_data.v2 .modal-header .btn-close:before,.modal-wrapper .modal .modal_data.v2 .modal-header .btn-close:after{top:15px;left:7px;background:#000;}.modal-wrapper .modal .modal_data.v2 .modal-content{background:transparent;}.modal-wrapper .modal .modal_data.v2 .ppup_champ{margin-top:20px;}.modal-wrapper .modal .modal_data.v2 .ppup_champ h2{margin:0;background:#ededed;text-align:right;font-size:13px;color:#37383a;padding:5px 10px 11px;font-weight:normal;line-height:1;}.modal-wrapper .modal .modal_data.v2 .ppup_champ .ppup_champ_match{background:#fff;margin-bottom:1px;}.modal-wrapper.open{opacity:1;visibility:visible;overflow:auto;padding-bottom:100px;background:rgba(0,0,0,.89);}.modal-wrapper.open .modal{position:relative;opacity:1;}.modal-wrapper .modal-header{height:45px;background:#2c2c2c;display:flex;justify-content:center;align-items:center;}.modal-wrapper .modal-header span{display:inline-block;font-weight:bold;}.modal-wrapper .sponser_popup{display:block;padding:0 20px 20px;}.modal-wrapper .sponser_popup img{width:100%;}.modal-wrapper .modal-content{background:#333335;display:inline-block;width:100%;}.modal-wrapper .minfo{text-align:center;padding:10px;font-weight:bold;}.modal-wrapper .popup_ads{display:inline-block;width:100%;}.modal-wrapper .popup_ads img{width:100%;height:auto;}.modal-wrapper .popup_footer{display:inline-block;width:100%;background:#151618;text-align:center;padding:9px 0 8px;}.modal-wrapper .popup_footer a{display:inline-block;}.modal-wrapper .popup_footer a svg{fill:#737372;width:25px;height:25px;margin:0 8px;}.modal-wrapper .popup_match_body{display:inline-block;width:100%;padding:10px;}.modal-wrapper .popup_match_head{display:inline-block;width:100%;}.modal-wrapper .popup_match_head b{color:#f0a306;}.modal-wrapper .popup_match_head>div{display:inline-block;width:50%;float:right;height:70px;padding-top:42px;position:relative;}.modal-wrapper .popup_match_head>div>b{position:absolute;top:24px;}.modal-wrapper .popup_match_head>div:first-of-type{text-align:left;padding-left:20px;}.modal-wrapper .popup_match_head>div:first-of-type b{left:10px;}.modal-wrapper .popup_match_head>div:last-of-type{text-align:right;padding-right:20px;}.modal-wrapper .popup_match_head>div:last-of-type b{right:10px;}.modal-wrapper .popup_match_row{display:inline-block;width:100%;}.modal-wrapper .popup_match_row h1{margin:0 0 -13px 0;text-align:center;font-size:14px;float:right;width:100%;position:relative;z-index:2;}.modal-wrapper .popup_match_row h1 span{display:inline-block;background:#f0a306;color:#000;border-radius:20px;padding:4px 14px 8px;}.modal-wrapper .popup_match_row h2{margin:0 0 -13px 0;text-align:center;font-size:14px;float:right;width:100%;position:relative;z-index:2;}.modal-wrapper .popup_match_row h2>span{display:inline-block;background:#000;color:#000;border-radius:20px;padding:4px 14px 8px;border:1px solid #7a7c81;}.modal-wrapper .popup_match_row h2>span span{font-weight:normal;}.modal-wrapper .popup_match_row h2>span span:first-of-type{color:#f0a306;margin-left:15px;}.modal-wrapper .popup_match_row h2>span span:last-of-type{color:#7a7c81;margin-right:15px;}.modal-wrapper .popup_match_row h2>span span:last-of-type b{color:#f0a306;margin:0 5px;}.modal-wrapper .popup_match_row>div{display:inline-block;width:100%;float:right;background-color:rgba(0,0,0,.2);margin-bottom:20px;padding:25px 0 20px;font-size:14px;position:relative;}.modal-wrapper .popup_match_row>div .edit_step{display:inline-block;position:absolute;top:10px;left:10px;}.modal-wrapper .popup_match_row>div .edit_step svg{width:20px;height:20px;fill:#f0a306;}.modal-wrapper .popup_match_row>div:before{content:'';position:absolute;top:0;left:50%;width:1px;height:100%;background:#3f3e42;}.modal-wrapper .popup_match_row>div>div{display:inline-block;width:50%;float:right;min-height:1px;}.modal-wrapper .popup_match_row>div>div:first-of-type{text-align:left;padding-left:20px;}.modal-wrapper .popup_match_row>div>div:first-of-type .score_txt{float:right;}.modal-wrapper .popup_match_row>div>div:last-of-type{text-align:right;padding-right:20px;}.modal-wrapper .popup_match_row>div>div:last-of-type .score_txt{float:left;}.modal-wrapper .popup_match_row>div p{margin:0 0 5px 0;line-height:1.5;direction:rtl;}.modal-wrapper .popup_match_row>div p>b{display:inline-block;background:#dc0000;color:#fff;padding:3px 10px 5px;border-radius:20px;font-size:11px;}.modal-wrapper .popup_match_row>div p .goal_status{color:#646367;display:inline-block;}.modal-wrapper .popup_match_row>div p .score_txt{color:#7a7c81;margin:0 6px;display:inline-block;font-size:14px;direction:rtl;font-weight:normal;}.modal-wrapper .popup_match_row>div p .score_txt b{color:#f0a306;margin:0 5px;}.modal-wrapper .popup_match_row>div p.hlg{font-size:18px;font-weight:bold;color:#f0a306;}.modal-wrapper .popup_match_row>div p:last-of-type{margin-bottom:0;}.modal-wrapper .popup_stats_body{display:inline-block;width:100%;padding-top:10px;}.modal-wrapper .popup_stats_row{display:inline-block;width:100%;padding:10px 20px 10px;}.modal-wrapper .popup_stats_row>div{display:inline-block;width:100%;float:right;margin-bottom:10px;}.modal-wrapper .popup_stats_row>div:first-of-type span:first-of-type{float:right;color:#888;}.modal-wrapper .popup_stats_row>div:first-of-type span:last-of-type{float:left;color:#fff;}.modal-wrapper .popup_stats_row>div:first-of-type span:last-of-type b{color:#f0a306;margin-right:10px;}.modal-wrapper .popup_stats_row>div:last-of-type{height:15px;background:#565656;position:relative;}.modal-wrapper .popup_stats_row>div:last-of-type span{display:inline-block;position:absolute;top:0;right:0;height:100%;background:#f0a306;}.modal-wrapper.v3 .modal-header{text-align:right;padding-right:20px;}.modal-wrapper.v3 .modal-header img{vertical-align:middle;}.modal-wrapper.v3 .modal_data{max-width:600px;}.modal-wrapper.v3 #players_pop_list{overflow:auto;}.modal-wrapper.v3 #players_pop_list::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#45454a;}.modal-wrapper.v3 #players_pop_list::-webkit-scrollbar{width:12px;background-color:#45454a;}.modal-wrapper.v3 #players_pop_list::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f0a306;}.modal-wrapper.v3 ul#players_pop_list .cin_cntnr>a{position:absolute;display:inline-block;top:0;left:0;width:100%;height:100%;}.popup_content.bgmode{display:inline-block;width:100%;background:url(../../images/popup_bg.jpg) #232426 no-repeat top center;background-size:100%;}@media screen and (min-width:600px){.modal-wrapper .popup_match_head>div{padding-top:20px;}.modal-wrapper .popup_match_head>div:first-of-type{padding-left:40px;}.modal-wrapper .popup_match_head>div:first-of-type b{left:20px;}.modal-wrapper .popup_match_head>div:last-of-type{padding-right:40px;}.modal-wrapper .popup_match_head>div:last-of-type b{right:20px;}}#lightmbox{position:fixed;display:inline-block;width:100%;height:100%;background:#000;z-index:9999;}#lightmbox_container{width:90%;max-width:600px;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);background:#3d3f41;border-radius:8px;overflow:hidden;}#lightmbox_container *{box-sizing:border-box;}#lightmbox_container>div:nth-of-type(1){background:#353638;color:#fff;padding:4px 15px 11px;}#lightmbox_container>div:nth-of-type(1) img{vertical-align:middle;}#lightmbox_container>div:nth-of-type(1) b{margin-right:10px;}ul#players_pop_list{padding:0;margin:0;max-height:400px;overflow:hidden;}ul#players_pop_list li{list-style:none;display:inline-block;width:100%;border-bottom:1px solid #353739;padding-bottom:5px;}ul#players_pop_list li>div:nth-of-type(1){width:70%;float:right;}ul#players_pop_list li>div:nth-of-type(2){width:30%;float:right;text-align:center;position:relative;color:#fff;}ul#players_pop_list li>div:nth-of-type(2) b{color:#f0a306;font-size:28px;vertical-align:middle;margin-left:10px;margin-top:-7px;display:inline-block;}ul#players_pop_list li>div:nth-of-type(2) span{line-height:1;display:inline-block;width:100%;border-right:1px solid #48494b;padding:17px 0;margin-top:14px;}ul#players_pop_list li:last-of-type{border-bottom:none;padding-bottom:0;}ul#players_pop_list .cin_cntnr{background-color:transparent;box-shadow:none;margin:0;}ul#players_pop_list .cin_cntnr .match-aux{margin:0;padding:0;}ul#players_pop_list .cin_cntnr .match-aux>span{margin:0;}ul#players_pop_list .cin_cntnr .c-i-next .f,ul#players_pop_list .cin_cntnr .c-i-next .s{padding-top:10px;width:48%;}ul#players_pop_list .cin_cntnr .c-i-next .f{padding-left:0;}ul#players_pop_list .cin_cntnr .c-i-next .s{padding-right:0;}ul#players_pop_list .cin_cntnr .c-i-next .m{width:3%;}ul#players_pop_list .cin_cntnr a{color:#fff;}#career_years_scroller{display:inline-block;width:100%;overflow:hidden;}#career_years_scroller .frame{display:inline-block;width:100%;text-align:center;}#career_years_scroller .frame:before{display:inline-block;content:'';width:100%;height:1px;position:absolute;top:14px;left:0;background:#d9d9d9;}#career_years_scroller .frame .lSSlideWrapper ul li{float:right;}#career_years_scroller .frame .lSPrev,#career_years_scroller .frame .lSNext{background:#fff;border:2px solid #c7c7c7;width:30px;height:30px;border-radius:50%;top:16px;}#career_years_scroller .frame .lSPrev:hover,#career_years_scroller .frame .lSNext:hover{opacity:1;}#career_years_scroller .frame .lSPrev svg,#career_years_scroller .frame .lSNext svg{width:15px;height:15px;position:absolute;top:7px;left:7px;}#career_years_scroller .frame .lSPrev{left:0;}#career_years_scroller .frame .lSNext{right:0;}#career_years_scroller .frame ul{list-style:none;margin:0;padding:0;white-space:nowrap;position:relative;display:inline-block;}#career_years_scroller .frame ul li{display:inline-block;width:90px;text-align:center;position:relative;padding-top:29px;font-size:13px;cursor:pointer;}#career_years_scroller .frame ul li:before{display:inline-block;content:'';width:16px;height:16px;border:2px solid #b2b2b2;border-radius:50%;position:absolute;top:14px;left:50%;margin-left:-8px;background:#fff;transform:translate3d(0,-50%,0);}#career_years_scroller .frame ul li:after{display:inline-block;content:'';width:12px;height:12px;border-radius:50%;position:absolute;top:14px;left:50%;margin-left:-4px;background:#f0a306;transform:translate3d(0,-50%,0);opacity:0;}#career_years_scroller .frame ul li.active_career:before{width:24px;height:24px;border:2px solid #808080;left:50%;margin-left:-12px;}#career_years_scroller .frame ul li.active_career:after{opacity:1;}#career-viewer{display:inline-block;width:100%;overflow:hidden;}#career-viewer .lSSlideOuter ul li{float:right;}#career-viewer ul{list-style:none;margin:0;padding:0;white-space:nowrap;position:relative;}#career-viewer ul li{display:inline-block;position:relative;background:#ededed;padding:20px;direction:rtl;width:100%;}#career-viewer ul li>div{display:inline-block;width:100%;}#career-viewer ul li>div>div{width:100%;display:block;padding:20px 0;vertical-align:top;}#career-viewer ul li>div>div:nth-of-type(1){position:relative;min-height:185px;}#career-viewer ul li>div>div:nth-of-type(1):before{position:absolute;content:'';width:30px;height:35px;background:url(/assets/imgs/career_arrow.png) no-repeat;top:36px;left:188px;}#career-viewer ul li>div>div:nth-of-type(1) span:nth-of-type(1){position:absolute;width:120px;height:120px;background:#f2f2f2;border-radius:50%;left:50%;margin-left:-80px;top:24px;box-shadow:0 0 30px #d9d5d5;z-index:2;}#career-viewer ul li>div>div:nth-of-type(1) span:nth-of-type(1) img{position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0);}#career-viewer ul li>div>div:nth-of-type(1) span:nth-of-type(1) b{position:absolute;left:50%;top:-40px;transform:translate3d(-50%,0%,0);font-size:15px;}#career-viewer ul li>div>div:nth-of-type(1) span:nth-of-type(2){position:absolute;width:75px;height:75px;background:#eee;border-radius:50%;left:50%;margin-left:33px;top:74px;box-shadow:0 0 30px #d9d5d5;}#career-viewer ul li>div>div:nth-of-type(1) span:nth-of-type(2) img{width:60%;position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0);}#career-viewer ul li>div>div:nth-of-type(1) span:nth-of-type(2) b{position:absolute;left:50%;top:76px;transform:translate3d(-50%,0%,0);font-size:12px;color:#9f9f9f;}#career-viewer ul li>div>div:nth-of-type(1).ftm:before{opacity:0;}#career-viewer ul li>div>div:nth-of-type(1).ftm span:nth-of-type(1){margin-left:-60px;top:47px;}#career-viewer ul li>div>div:nth-of-type(2) span,#career-viewer ul li>div>div:nth-of-type(3) span{display:block;background-color:#e6e6e6;margin-bottom:6px;padding:9px 10px 10px;font-size:14px;line-height:1.5;}#career-viewer ul li>div>div:nth-of-type(2) span label,#career-viewer ul li>div>div:nth-of-type(3) span label{width:75px;display:inline-block;border-left:1px solid #c4c4c4;margin-left:10px;color:#797979;font-weight:bold;font-size:12px;}#career-viewer ul li>div>div:nth-of-type(2){border-top:1px dashed #d1d1d1;border-bottom:1px dashed #d1d1d1;}#career-viewer ul li>div>div:nth-of-type(3) span label{width:35px;}@media screen and (min-width:768px){#career-viewer ul li>div>div{width:33.333%;display:inline-block;padding:0 20px;}#career-viewer ul li>div>div:nth-of-type(2){border:none;border-right:1px dashed #d1d1d1;border-left:1px dashed #d1d1d1;}}#vid_section{display:inline-block;position:relative;background:#fff;width:100%;}.mc-block.vbk{padding:10px;box-sizing:border-box;}.mc-block.vbk>h1,.mc-block.vbk>h6{margin-top:0;}.mc-block.vbk>h1 span+a svg,.mc-block.vbk>h6 span+a svg{background-color:#f0a306 !important;}.mc-block.vbk.b{background:#1e272e;color:#fff;}.mc-block.vbk.b a{color:#fff;}.vsfg_holder{background:url(/assets/imgs/vid_sec_bg.jpg) no-repeat top center;}.vfg_holder,.v2fg_holder{display:inline-block;width:100%;float:right;}.vfg_item{display:inline-block;float:right;width:100%;margin-bottom:30px;}.vfg_item:nth-of-type(2n+1){clear:both;}.vfg_item>a{display:block;position:relative;line-height:0;max-height:132px;overflow:hidden;}.vfg_item>a:first-of-type{min-height:100px;background-color:#e9e9e9;}.vfg_item>a:first-of-type img{width:100%;}.vfg_item>a:first-of-type>span{position:absolute;bottom:0;right:0;background:#000;color:#fff;line-height:1;padding-left:8px;display:inline-block;font-size:12px;}.vfg_item>a:first-of-type>span>span{width:33px;height:30px;background:#f0a306;display:inline-block;vertical-align:middle;margin-left:6px;}.vfg_item>a:first-of-type>span>span>svg{width:14px;height:30px;margin-right:7px;}.vfg_item>a:last-of-type{line-height:1.5;padding-top:10px;font-weight:bold;}.vfg_item>a:last-of-type span{color:#a6a6a6;font-size:14px;display:block;margin-top:6px;}.vfg_item>a:last-of-type span:nth-of-type(2){font-size:12px;}.v2fg_holder>div:first-of-type,.v2fg_holder>div:last-of-type{display:inline-block;width:100%;}.v2fg_holder>div:last-of-type>div{width:49%;}.v2fg_holder>div:last-of-type>div:first-of-type{margin-left:2%;}.v2fg_item{display:inline-block;float:right;width:100%;position:relative;line-height:0;}.v2fg_item>a{display:inline-block;width:100%;line-height:0;}.v2fg_item>a>img{width:100%;}.v2fg_item>span{display:inline-block;position:absolute;z-index:2;bottom:12px;right:0;background:rgba(0,0,0,.78);width:94%;padding:10px 10px 10px 45px;box-sizing:border-box;}.v2fg_item>span>a{color:#fff;line-height:1.5;padding:0 70px 0 0;display:inline-block;width:100%;box-sizing:border-box;}.v2fg_item>span>a>span{display:inline-block;vertical-align:middle;font-size:14px;}.v2fg_item>span>a>span:first-of-type{background:#f0a306;width:50px;height:50px;border-radius:50%;position:absolute;top:15px;right:15px;}.v2fg_item>span>a>span:first-of-type svg{fill:#fff;width:20px;height:20px;margin-right:14px;margin-top:13px;}.v2fg_item>span>a>span:nth-of-type(2){width:100%;}.v2fg_item>span>a>span:last-of-type{width:70%;line-height:1.5;}.v2fg_item>span>a>span:last-of-type span{display:block;color:#cccccd;margin-top:10px;}.v2fg_item>span>span{position:absolute;left:10px;top:50%;transform:translate3d(0%,-50%,0);display:inline-block;line-height:1;}.v2fg_item>span>span svg{fill:#fff;width:25px;height:25px;}.vsfg_holder{display:inline-block;position:relative;width:100%;overflow:hidden;height:500px;transform-origin:100% 0%;}.vsfg_holder *{-webkit-transition:all .3s ease-out;-khtml-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;}.vsfg_holder .cardsDots{position:absolute;width:100%;bottom:0%;z-index:12;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;text-align:center;direction:ltr;}.vsfg_holder .cardsDots>span{display:inline-block;width:6px;height:6px;background:#c5c5c5;vertical-align:middle;margin:0 2px;border-radius:50%;}.vsfg_holder .cardsDots>span.active{width:10px;height:10px;background:#ff3f34;}.vsfg_holder .vsfg_title{position:absolute;top:10px;right:-13px;z-index:11;transform-origin:100% 0%;display:none;}.vsfg_holder .vsfg_title span{position:relative;display:inline-block;background:#ff3f34;line-height:1.4;color:#fff;padding:4px 12px 7px;z-index:2;}.vsfg_holder .vsfg_title:before{content:'';width:0;height:0;border-style:solid;border-width:10px 0 10px 11px;border-color:transparent transparent transparent #e9362c;line-height:0;_border-color:#000 #000 #000 #007bff;_filter:progid:DXImageTransform.Microsoft.Chroma(color='#000000');position:absolute;display:inline-block;z-index:1;top:23px;right:0;}.vsfg_holder .vsfg_cards{position:absolute;top:0;left:0;width:100%;height:400px;-webkit-perspective:600px;-ms-perspective:600px;}.vsfg_holder .vsfg_cards .vsfg_card{display:inline-block;position:absolute;top:50%;left:50%;width:700px;height:400px;margin-left:-350px;margin-top:-150px;cursor:pointer;-webkit-transform-style:preserve-3d;-khtml-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;box-shadow:0 0 33px #000;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner{-webkit-transform-style:preserve-3d;-khtml-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;position:absolute;top:0;left:0;width:100%;height:100%;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>span{position:absolute;z-index:2;top:30px;left:16px;display:none;line-height:1;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>span svg{width:20px;height:20px;fill:#fff;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>a{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border:1px solid #f0a306;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);-webkit-transition:all .3s ease-out;-khtml-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>a img{width:100%;height:auto;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>a svg{width:30px;height:30px;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>a>span{position:absolute;display:inline-block;top:50%;left:0;width:100%;text-align:center;color:#fff;margin-top:-45px;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>a>span>span{display:block;font-size:14px;margin-top:6px;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>a>span>span:first-of-type{width:60px;height:60px;background:#f0a306;border-radius:50%;display:inline-block;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>a>span>span:first-of-type svg{fill:#fff;margin-top:19px;width:22px;height:22px;margin-left:4px;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>a>span>span:nth-of-type(2){font-size:20px;font-weight:bold;}.vsfg_holder .vsfg_cards .vsfg_card.activeCard .card_inner>span{display:inline-block;}.vsfg_holder .vsfg_cards .vsfg_card.activeCard .card_inner>a:before{background:rgba(0,0,0,.3);}.vsfg_holder .vsfg_cards .vsfg_card.activeCard:hover .card_inner>a:before{background:transparent;}.vsfg_holder .cardsControll{position:absolute;width:100%;bottom:10%;z-index:100;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#999;font-size:18px;}.vsfg_holder .cardsControll>div a{color:#fff;cursor:pointer;}.vsfg_holder .cardsControll>div a:hover{color:#6ff;}.vsfg_holder .cardsControll .prev,.vsfg_holder .cardsControll .next{position:absolute;width:240px;height:192px;top:-206px;cursor:pointer;text-align:center;}.vsfg_holder .cardsControll .prev svg,.vsfg_holder .cardsControll .next svg{fill:#f0a306;width:30px;height:30px;}.vsfg_holder .cardsControll .prev{left:0;}.vsfg_holder .cardsControll .next{right:0;}.social_bar_links span{position:absolute;display:inline-block;background-color:#fff;line-height:0;left:100%;white-space:nowrap;padding:5px;top:50%;transform:translate3d(10px,-50%,0);border-radius:2px;display:none;}.social_bar_links span i{display:inline-block;}.social_bar_links span i svg{width:30px !important;height:30px !important;}.social_bar_links span:before{display:inline-block;content:'';width:0;height:0;border-style:solid;border-width:5px 10px 5px 0;border-color:transparent #fff transparent transparent;line-height:0;_border-color:#000 #007bff #000 #000;_filter:progid:DXImageTransform.Microsoft.Chroma(color='#000000');position:absolute;left:-10px;top:16px;}.social_bar_links.active span{display:inline-block;}@media screen and (min-width:500px){.mc-block.vbk{padding:20px;}.mc-block.vbk .vfg_holder .vfg_item{width:49%;}.mc-block.vbk .vfg_holder .vfg_item:nth-of-type(2n){margin-right:2%;}.mc-block.vbk .vfg_holder .vfg_item:nth-of-type(2n+1){clear:both;}.v2fg_item{min-height:480px;position:relative;}.v2fg_item>span{bottom:42px;width:97%;}.v2fg_item>span>a>span{font-size:16px;}.v2fg_item>a{height:100%;position:absolute;top:0;right:0;width:100%;overflow:hidden;}.v2fg_item>a>img{position:absolute;height:100%;width:auto;transform:translate3d(-50%,0%,0);left:50%;}}@media screen and (min-width:1280px){.mc-block.vbk .vfg_holder .vfg_item{width:23.5%;margin-left:2%;}.mc-block.vbk .vfg_holder .vfg_item>a:first-of-type{min-height:120px;}.mc-block.vbk .vfg_holder .vfg_item:nth-of-type(2n){margin-right:0;}.mc-block.vbk .vfg_holder .vfg_item:nth-of-type(2n+1){clear:none;}.mc-block.vbk .vfg_holder .vfg_item:nth-of-type(4n){margin-left:0%;}.mc-block.vbk .vfg_holder .vfg_item:nth-of-type(4n+1){clear:none;}.v2fg_item{min-height:470px;}.v2fg_item>span{width:100%;}.v2fg_item>span>a>span:last-of-type{padding-right:15px;box-sizing:border-box;}.v2fg_item>a>img{width:100%;height:auto;}.v2fg_holder>div:first-of-type{width:74.5%;float:right;}.v2fg_holder>div:last-of-type{width:23.5%;margin-right:2%;float:left;}.v2fg_holder>div:last-of-type>div{width:100%;margin-left:0;margin-right:0;}.v2fg_holder>div:last-of-type>div:first-of-type{margin-left:0;}}@media screen and (max-width:75em){.vsfg_holder{height:410px;}.vsfg_holder .vsfg_cards{height:290px;}.vsfg_holder .vsfg_cards .vsfg_card{width:500px;height:300px;margin-left:-250px;margin-top:-70px;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>a>span>span:nth-of-type(2){line-height:1.8;padding:0 10px;}.vsfg_holder .cardsControll .prev,.vsfg_holder .cardsControll .next{width:40px;height:302px;top:-297px;}.vsfg_holder .cardsControll .prev svg,.vsfg_holder .cardsControll .next svg{margin-top:170px;}}@media screen and (max-width:550px){.vsfg_holder{height:334px;}.vsfg_holder .vsfg_cards .vsfg_card{width:450px;height:250px;margin-left:-225px;margin-top:-100px;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>a>span{margin-top:-25px;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>a>span>span:nth-of-type(2){line-height:1.6;font-size:15px;}}@media screen and (max-width:460px){.vsfg_holder .vsfg_cards .vsfg_card{width:400px;height:258px;margin-left:-200px;}}@media screen and (max-width:400px){.vsfg_holder{height:274px;}.vsfg_holder .vsfg_cards{height:247px;}.vsfg_holder .vsfg_cards .vsfg_card{width:350px;height:210px;margin-left:-175px;}.vsfg_holder .vsfg_cards .vsfg_card .card_inner>a>span{margin-top:-47px;}.vsfg_holder .cardsControll .prev,.vsfg_holder .cardsControll .next{width:90px;height:222px;top:-224px;}.vsfg_holder .cardsControll .prev svg,.vsfg_holder .cardsControll .next svg{margin-top:80px;}}.main_body.wht .bd.fw{padding:0 !important;}#fg_slist_holder{display:inline-block;width:100%;}#fg_slist_holder>ul{list-style:none;padding:0 20px;margin:0;box-sizing:border-box;}#fg_slist_holder>ul li{display:inline-block;width:100%;margin-bottom:10px;background:#f7f7f7;border-radius:3px;box-shadow:1px 1px 1px #ccc;}#fg_slist_holder>ul li>div{width:20%;color:#919191;float:right;position:relative;text-align:center;margin-top:11px;}#fg_slist_holder>ul li>div:first-of-type{width:60%;padding:10px 10px 0;box-sizing:border-box;text-align:right;margin-top:0;}#fg_slist_holder>ul li>div:first-of-type a{display:inline-block;}#fg_slist_holder>ul li>div:first-of-type a span{display:inline-block;width:50px;height:50px;overflow:hidden;border-radius:50%;box-shadow:1px 1px 10px #b9b9b9;}#fg_slist_holder>ul li>div:first-of-type a span img{width:100%;height:auto;}#fg_slist_holder>ul li>div:first-of-type a b{position:absolute;width:100%;line-height:1;font-size:14px;right:0;padding-right:70px;padding-top:10px;box-sizing:border-box;}#fg_slist_slider{background-color:#454648;display:inline-block;width:100%;overflow:hidden;}#fg_slist_slider #fg_slist_slider_header{display:block;background-color:#3e3f41;}#fg_slist_slider #fg_slist_slider_header>div{position:relative;padding:10px;box-sizing:border-box;}#fg_slist_slider #fg_slist_slider_header>div:first-of-type input{display:inline-block;width:100%;border-radius:20px;line-height:1;border:none;padding:0 10px 6px;box-sizing:border-box;}#fg_slist_slider #fg_slist_slider_header>div:first-of-type button{display:inline-block;background:none;border:none;position:absolute;top:10px;left:10px;line-height:0;width:40px;height:40px;padding:0;cursor:pointer;}#fg_slist_slider #fg_slist_slider_header>div:first-of-type button svg{width:20px;height:20px;}#fg_slist_slider #fg_slist_slider_header>div:last-of-type a{display:inline-block;color:#fff;margin-left:10px;padding:0 10px;box-sizing:border-box;position:relative;font-size:12px;color:#a3a3a3;font-weight:bold;}#fg_slist_slider #fg_slist_slider_header>div:last-of-type a b{color:#fff;font-size:14px;margin-left:4px;}#fg_slist_slider #fg_slist_slider_header>div:last-of-type a:before{content:'';width:1px;height:20px;position:absolute;top:10px;left:0;background:#312f2f;}#fg_slist_slider #fg_slist_slider_header>div:last-of-type a.active{color:#f0a306;}#fg_slist_slider #fg_slist_slider_header>div:last-of-type a.active b{color:#f0a306;}#fg_slist_slider .lSSlideOuter{padding:20px 20px 30px;width:100%;box-sizing:border-box;}#fg_slist_slider .lSSlideOuter .lSPager.lSpg>li a{background-color:#a2a3a5;}#fg_slist_slider .lSSlideOuter .lSPager.lSpg>li:hover a,#fg_slist_slider .lSSlideOuter .lSPager.lSpg>li.active a{background-color:#f0a306;}#fg_slist_slider ul:not(.lSPager){padding:0;margin:0;list-style:none;white-space:nowrap;}#fg_slist_slider ul:not(.lSPager) li{display:inline-block;background-color:#3a3b3d;text-align:center;padding:28px 0;min-width:145px;box-sizing:border-box;min-height:200px;}#fg_slist_slider ul:not(.lSPager) li>a{display:block;width:100%;line-height:0;color:#f0a306;font-size:16px;}#fg_slist_slider ul:not(.lSPager) li>a span{display:inline-block;width:105px;height:105px;border-radius:50%;overflow:hidden;}#fg_slist_slider ul:not(.lSPager) li>a span img{width:105px;height:auto;}#fg_slist_slider ul:not(.lSPager) li>a b{display:block;margin-top:20px;color:#fff;font-size:14px;}#fg_slist_slider ul:not(.lSPager) li>a:last-of-type{margin-top:24px;font-size:12px;font-weight:bold;}#fg_slist_slider ul:not(.lSPager) li>b{display:block;color:#afafb1;font-size:12px;margin-top:9px;}@media screen and (min-width:1100px){#fg_slist_slider #fg_slist_slider_header>div{padding-bottom:0;}#fg_slist_slider #fg_slist_slider_header>div:first-of-type{display:inline-block;float:left;position:relative;z-index:2;outline:none;}#fg_slist_slider #fg_slist_slider_header>div:last-of-type a{padding:0;line-height:1.5;height:44px;margin:0 10px;}#fg_slist_slider #fg_slist_slider_header>div:last-of-type a:before{opacity:0;}#fg_slist_slider #fg_slist_slider_header>div:last-of-type a.active:before{opacity:1;top:100%;width:100%;height:4px;background:#f0a306;}}#smartbanner{position:absolute;left:0;top:-82px;border-bottom:1px solid #e8e8e8;width:100%;height:50px;font-family:sans-serif;background:-webkit-linear-gradient(top,#f4f4f4 0%,#cdcdcd 100%);background-image:-ms-linear-gradient(top,#f4f4f4 0%,#cdcdcd 100%);background-image:-moz-linear-gradient(top,#f4f4f4 0%,#cdcdcd 100%);box-shadow:0 -1px 2px rgba(0,0,0,.3);z-index:9998;-webkit-font-smoothing:antialiased;overflow:hidden;-webkit-text-size-adjust:none;-webkit-transition:all .3s ease;position:fixed;top:auto !important;bottom:0;width:100%;z-index:100;}#smartbanner .sb-container{margin:0 auto;}#smartbanner .sb-close{position:absolute;left:5px;top:5px;display:block;border:2px solid #fff;width:14px;height:14px;font-family:Arial;font-size:15px;line-height:15px;text-align:center;color:#fff;background:#070707;text-decoration:none;text-shadow:none;border-radius:14px;box-shadow:0 2px 3px rgba(0,0,0,.4);-webkit-font-smoothing:subpixel-antialiased;}#smartbanner .sb-close:active{font-size:13px;color:#aaa;}#smartbanner .sb-icon{position:absolute;right:11px;top:5px;display:block;width:40px;height:40px;background:rgba(0,0,0,.6);background-size:cover;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.3);}#smartbanner .sb-info{position:absolute;right:60px;top:3px;width:44%;font-size:10px;line-height:1.2em;font-weight:bold;color:#6a6a6a;text-shadow:0 1px 0 rgba(255,255,255,.8);}#smartbanner .sb-info strong{display:block;font-size:13px;color:#4d4d4d;line-height:18px;}#smartbanner .sb-info>span{display:block;}#smartbanner .sb-info em{font-style:normal;text-transform:uppercase;}#smartbanner #smartbanner.no-icon .sb-info{left:34px;}#smartbanner .sb-button{position:absolute;left:40px;top:11px;border:1px solid #bfbfbf;padding:0 10px;min-width:10%;height:24px;font-size:14px;line-height:24px;text-align:center;font-weight:bold;color:#6a6a6a;background:-webkit-linear-gradient(top,#efefef 0%,#dcdcdc 100%);text-transform:uppercase;text-decoration:none;text-shadow:0 1px 0 rgba(255,255,255,.8);border-radius:3px;box-shadow:0 1px 0 rgba(255,255,255,.6),0 1px 0 rgba(255,255,255,.7) inset;}#smartbanner .sb-button:active{background:-webkit-linear-gradient(top,#dcdcdc 0%,#efefef 100%);}#smartbanner .sb-button:hover{background:-webkit-linear-gradient(top,#dcdcdc 0%,#efefef 100%);}#smartbanner .sb-icon.gloss:after{content:'';position:absolute;left:0;top:-1px;border-top:1px solid rgba(255,255,255,.8);width:100%;height:50%;background:-webkit-linear-gradient(top,rgba(255,255,255,.7) 0%,rgba(255,255,255,.2) 100%);border-radius:10px 10px 12px 12px;}html.sb-animation{-webkit-transition:all .3s ease;}#smartbanner.no-icon .sb-icon{display:none;}#smartbanner.android{border-color:#212228;background:#3d3d3d;border-top:3px solid #000;box-shadow:none;}#smartbanner.android .sb-close{border:0;width:17px;height:17px;line-height:17px;color:#b1b1b3;background:#1c1e21;text-shadow:0 1px 1px #000;box-shadow:0 1px 2px rgba(0,0,0,.8) inset,0 1px 1px rgba(255,255,255,.3);}#smartbanner.android .sb-close:active{color:#eee;}#smartbanner.android .sb-info{color:#ccc;text-shadow:0 1px 2px #000;}#smartbanner.android .sb-info strong{color:#fff;}#smartbanner.android .sb-button{min-width:12%;border:1px solid #dddcdc;padding:1px;color:#000;background:none;border-radius:0;box-shadow:none;}#smartbanner.android .sb-button span{text-align:center;display:block;padding:0 10px;background-color:#f0a306;background-image:-moz-linear-gradient(top,#42b6c9,#39a9bb);text-transform:none;text-shadow:none;box-shadow:none;font-size:12px;line-height:1.8;height:100%;}#smartbanner.android .sb-button:active{background:none;}#smartbanner.android .sb-button:active span{background:#2ac7e1;}#smartbanner.android .sb-button:hover{background:none;}#smartbanner.android .sb-button:hover span{background:#2ac7e1;}#smartbanner.windows .sb-icon{border-radius:0;}.ntva_box{display:inline-block;width:100%;background:#fff;margin-bottom:20px;}.ntva_box *{box-sizing:border-box;}.ntva_box>h6{color:#000;padding:6px 15px;background:#dcdcdc;font-size:16px;margin:0 0 15px;border-right:3px solid #000;}.ntva_box>div{display:inline-block;width:100%;padding:0 15px;}.ntva_box>div>a{display:inline-block;width:100%;color:#000;text-decoration:none;line-height:0;float:right;background:#fff;font-size:14px;margin-bottom:4%;position:relative;}.ntva_box>div>a>i{position:absolute;top:135px;right:5px;pointer-events:none;z-index:2;}.ntva_box>div>a>img{width:100%;height:180px;}.ntva_box>div>a>span{display:inline-block;width:100%;line-height:1.5;height:73px;overflow:hidden;padding-top:9px;}@media screen and (min-width:1280px){.ntva_box>h6{font-size:20px;margin:0 0 15px;}.ntva_box>div>a{width:49%;margin-left:2%;margin-bottom:2%;}.ntva_box>div>a:nth-of-type(2n){margin-left:0%;}}@media screen and (min-width:1500px){.ntva_box>div>a{width:24.25%;margin-left:1%;margin-bottom:2%;}.ntva_box>div>a:nth-of-type(2n){margin-left:1%;}.ntva_box>div>a:nth-of-type(4n){margin-left:0%;}.ntva_box.max3>div>a{width:32.5%;margin-left:1.25%;margin-bottom:2%;}.ntva_box.max3>div>a:nth-of-type(2n){margin-left:1.25%;}.ntva_box.max3>div>a:nth-of-type(3n){margin-left:0%;}.ntva_box.max3>div>a:nth-of-type(4n){margin-left:1.25%;}}.cd-dropdown,.cd-select{position:relative;width:100%;margin:0;display:inline-block;border:1px solid #e8e8e8;float:left;z-index:1;vertical-align:middle;}.cd-dropdown .cd-dropdown-hide{position:relative;overflow:hidden;width:1px;height:1px;}.cd-dropdown .cd-dropdown-hide input[type=text]{position:absolute;opacity:0;}.cd-dropdown>span{width:100%;height:42px;line-height:3.5;color:#000;font-size:12px;display:block;padding:0 10px 0 36px;position:relative;cursor:pointer;box-sizing:border-box;background:url(../img/darw.svg) no-repeat 10px 50% #fbfbfb;background-size:15px 15px;}.cd-dropdown>span:after{content:'';position:absolute;left:0;top:15%;width:50px;text-align:center;font-size:12px;padding:10px;height:70%;line-height:24px;}.cd-dropdown.cd-active{z-index:5;}.cd-dropdown.cd-active>ul{box-shadow:rgba(0,0,0,.0980392) 0 1px 6px 0;}.cd-dropdown.cd-active>ul>li:first-child{border-top:1px solid #e8e8e8;}.cd-dropdown.cd-active>span:after{content:'';}.cd-dropdown ul{list-style-type:none;margin:0;padding:0;display:block;position:relative;margin:0 !important;padding:0 !important;overflow:hidden;}.cd-dropdown ul li{display:block;width:100% !important;}.cd-dropdown ul li span{width:100%;background:#fff;line-height:41px;padding:0 10px;display:block;color:#000;cursor:pointer;font-size:13px;box-sizing:border-box;}.cd-dropdown>span,.cd-dropdown ul li span{-webkit-backface-visibility:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.cd-dropdown>span span[class^="icon-"],.cd-dropdown>span span[class*=" icon-"]{padding:0 30px 0 45px;}.cd-select{border:1px solid #ddd;}.cd-dropdown ul{position:absolute;top:0;width:100%;}.cd-dropdown ul li{position:absolute;width:100%;}.cd-active.cd-dropdown>span{color:#000;}.cd-active.cd-dropdown ul li span:hover{background:#f0a306;color:#fff;}.left_ddl .f,.left_ddl .s{display:inline-block;float:left;margin-right:8px;margin-bottom:10px;}.left_ddl{display:inline-block;float:left;margin-top:-10px;position:relative;}.left_ddl .calendar_btn{position:absolute;top:-54px;left:0;}.left_ddl.sddl{padding:0 20px;}.left_ddl.sddl .cd-dropdown>span{padding:0 7px 0 31px;}@media only screen and (min-width:62em){.left_ddl{margin-top:-74px;}.left_ddl .calendar_btn{position:relative;top:0;}.left_ddl.sddl{margin-top:0;}}.justify-list{display:inline-block;width:100%;float:right;background:#fff;margin-bottom:20px;}.justify-list a{display:inline-block;width:49.8%;float:right;line-height:1px;box-sizing:border-box;overflow:hidden;position:relative;box-shadow:0 0 0 1px #fff;}.justify-list a span{bottom:12px;padding:5px 20px 10px 30px;background-color:rgba(0,0,0,.8);color:#fff;font-size:14px;height:auto;}.justify-list a img{width:100%;height:auto;display:block;transition:all .3s ease-out;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;-ms-interpolation-mode:nearest-neighbor;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:scale(1);zoom:1;}.justify-list a:nth-of-type(1){width:100%;margin-right:0;}.justify-list a:nth-of-type(1):after{content:'';position:absolute;width:28px;height:28px;background:url(../img/enlarge.svg) no-repeat;top:30px;left:30px;}.justify-list a:hover img{transform:scale(1.02);}@media screen and (min-width:38rem){.justify-list a{width:33.33%;}}@media screen and (min-width:47rem){.justify-list a{width:25%;}}@media screen and (min-width:61rem){.justify-list a{width:25%;}}@media screen and (min-width:75rem){.justify-list a{width:25%;}}@media screen and (min-width:86rem){.justify-list a{width:25%;}}#lst-menu{position:fixed;display:inline-block;width:100%;height:0;background-color:#2d2e34;overflow-y:auto;z-index:100002;top:0;left:0;-webkit-transform:translate3d(0,0,0);-khtml-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}#lst-menu.active{height:100%;}#lst-menu>div{display:table;padding-bottom:50px;margin-top:55px;}#lst-menu .col{width:87%;display:inline-block;float:right;padding:20px 0 0;margin-right:22px;}#lst-menu .col h1,#lst-menu .col h6{font-size:14px;color:#848485;margin:0;}#lst-menu .col svg{width:15px;height:15px;fill:#f0a306;vertical-align:middle;}#lst-menu .col ul{list-style:none;padding:0;margin:0;}#lst-menu .col ul li{display:block;padding:8px 0;}#lst-menu .col ul li a{font-size:13px;color:#fff;position:relative;padding:0 15px 0 24px;display:inline-block;background:url(/images/sprite.svg#dot) no-repeat;background-size:101% 101%;background-position:top 17px right 0;background-size:3px;line-height:1.9;}#lst-menu .col ul li a:hover{color:#f0a306;}#lst-menu .col ul li a img{width:24px;height:auto;display:inline-block;vertical-align:middle;padding-top:3px;}#lst-menu .col ul li a span{display:inline-block;padding-right:10px;line-height:1.6;vertical-align:top;width:81%;float:right;}#lst-menu .col ul li a.more{color:#f0a306;font-weight:bold;}#lst-menu .col.sub{padding:0;}#lst-menu .col.sub h1,#lst-menu .col.sub h6{display:none;}#lst-menu .col.lst{border-bottom:1px solid #404040;padding-bottom:20px;}#lst-menu .col:first-child ul li a,#lst-menu .col.champmenu ul li a{background:transparent;padding-right:0;}#lst-menu .col:first-child ul li a svg,#lst-menu .col.champmenu ul li a svg{fill:#a9a7a7;margin-left:12px;width:18px;height:18px;}#lst-menu .col:first-child ul li a:hover svg,#lst-menu .col.champmenu ul li a:hover svg{fill:#f0a306;}#lst-menu .col.champmenu span{width:auto;background-color:#dcdcdc;padding:2px;border-radius:50%;width:30px;height:30px;text-align:center;margin-left:10px;}#lst-menu .col.champmenu span img{padding-top:0;}#lst-menu .col.champmenu a:hover span{background-color:#fff;}@media only screen and (min-width:37em){#lst-menu .col{width:90%;border-bottom:none;}}@media only screen and (min-width:60em){#lst-menu>div{text-align:right;}}@media only screen and (min-width:62em){#lst-menu{-webkit-transition:all .2s ease-in-out 0s;-khtml-transition:all .2s ease-in-out 0s;-moz-transition:all .2s ease-in-out 0s;-ms-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;}#lst-menu .col{margin-right:20px;width:19%;}#lst-menu .col:nth-child(5n+1){clear:both;}#lst-menu .col.sub{padding:20px 0;}#lst-menu .col.sub h1,#lst-menu .col.sub h6{display:block;}#lst-menu .col.champmenu{width:33%;}#lst-menu .col.lst{border-bottom:none;}}@media only screen and (min-width:75em){#lst-menu .col{margin-right:50px;width:auto;min-width:12%;}#lst-menu .col.champmenu{width:auto;}}@media only screen and (min-width:90.1em){#lst-menu .col{margin-left:65px;margin-right:20px;min-width:11%;}}#lst-top-menu{padding:15px 0 15px !important;width:100%;background:#27282d;margin-top:54px !important;}#lst-menu>div.container{margin-top:0;}#lst-top-menu a{margin-left:4%;width:48%;display:inline-block;float:right;}#lst-top-menu a img{width:100%;}#lst-top-menu .container{padding:0 20px;}#lst-top-menu a:nth-of-type(2n){margin-left:0;}@media screen and (min-width:900px){#lst-top-menu a{margin-left:10px;width:auto;}#lst-top-menu a img{width:auto;}}#search-scrn{position:fixed;width:100%;height:0;top:0;z-index:100001;background-color:rgba(45,46,52,.98);-webkit-transform:translate3d(0,0,0);-khtml-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);overflow-y:auto;}#search-scrn.active{padding:30px;height:100%;}#search-scrn h1{color:#808080;font-size:40px;font-weight:normal;}#search-scrn #search_input{position:relative;margin-top:30px;width:100%;}#search-scrn #search_input input[type=text]{width:93.5%;background-color:transparent;font-size:20px;border:none;border-bottom:1px solid #f0a306;outline:none;color:#f0a306;padding:10px;position:relative;font-weight:600;}#search-scrn #search_input a{display:inline-block;top:0;left:5px;position:absolute;z-index:1;}#search-scrn #search_input a svg{width:30px;height:30px;fill:#a9a9a9;}#search-scrn #close-btn{position:absolute;top:25px;left:25px;width:30px;height:30px;}#search-scrn #close-btn svg{width:20px;height:20px;fill:#f0a306;}#search-scrn #close-btn:hover svg{fill:#fff;}#search-scrn span{position:absolute;}#search-result{display:inline-block;width:100%;text-align:right;padding-top:20px;}#search-result a{width:100%;position:relative !important;color:#fff;background:url(/assets/img/dot.svg) no-repeat right center;background-size:6px 6px;padding-right:29px;margin-bottom:10px;background-position:right 5px top 16px;line-height:2;}#search-result a:hover{color:#f0a306;}@media only screen and (min-width:60em){#search-scrn.active{padding:50px;}#search-scrn #close-btn{top:50px;left:65px;}#search-scrn #close-btn svg{width:40px;height:40px;}#search-scrn #search_input{margin-top:80px;}#search-scrn #search_input input[type=text]{width:98.5%;font-size:30px;}#search-scrn #search_input a svg{width:42px;height:42px;}}@media only screen and (min-width:62em){#search-scrn{-webkit-transition:all .2s ease-in-out 0s;-khtml-transition:all .2s ease-in-out 0s;-moz-transition:all .2s ease-in-out 0s;-ms-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;}}.top_bar_links{position:absolute;width:auto;padding:15px;margin:0;list-style:none;box-sizing:border-box;z-index:2;top:0;right:187px;display:none;}.top_bar_links li{display:inline-block;margin-left:16px;}.top_bar_links a{color:#a9a8a8;font-size:12px;font-weight:bold;}.top_bar_links a:hover{color:#f0a306;}.top_bar_links a:hover svg{fill:#f0a306;}.top_bar_links svg,.top_bar_links img{vertical-align:middle;margin-left:5px;}.top_bar_links svg{width:16px;height:16px;fill:#858585;}#top-bar{height:53px;background-color:#181817;position:fixed;width:100%;top:0;left:0;z-index:100003;cursor:default;line-height:1;-webkit-transform:translate3d(0,0,0);-khtml-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}#top-bar.white{background-color:#fff;box-shadow:1px 2px 1px 1px rgba(0,0,0,.2);}#top-bar.white .top_bar_links a{color:#000;font-weight:bold;}#top-bar.white .top_bar_links a:hover{color:#f0a306;}#top-bar .row{position:relative;}#top-bar #toogle-menu{width:60px;height:54px;position:relative;font-size:0;text-indent:-9999px;appearance:none;}#top-bar #toogle-menu.active span{background:none;}#top-bar #toogle-menu.active span:before{top:0;-webkit-transform:rotate(45deg);-khtml-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);filter:progid:DXImageTransform.Microsoft.Matrix(M11=0,M12=0,M21=0,M22=0,sizingMethod='auto expand');zoom:1;}#top-bar #toogle-menu.active span:after{bottom:0;-webkit-transform:rotate(-45deg);-khtml-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);filter:progid:DXImageTransform.Microsoft.Matrix(M11=0,M12=0,M21=0,M22=0,sizingMethod='auto expand');zoom:1;}#top-bar #toogle-menu span{display:block;position:absolute;top:25px;right:20px;height:3px;width:24px;background:#f0a306;-webkit-transform:translate3d(0,0,0);-khtml-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}#top-bar #toogle-menu span::before,#top-bar #toogle-menu span::after{position:absolute;display:block;left:0;width:100%;height:3px;background-color:#f0a306;content:"";-webkit-transform:translate3d(0,0,0);-khtml-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}#top-bar #toogle-menu span::before{top:-7px;}#top-bar #toogle-menu span::after{bottom:-7px;}#top-bar #left-col,#top-bar #right-col{font-size:1.4em;height:53px;position:relative;float:left;}#top-bar #left-col a,#top-bar #right-col a{display:inline-block;float:left;padding:12px 5px 0;height:53px;}#top-bar #left-col a:first-child,#top-bar #right-col a:first-child{padding-top:6px;}#top-bar #left-col a img,#top-bar #right-col a img{width:auto;height:28px;}#top-bar #left-col a svg,#top-bar #right-col a svg{width:28px;height:28px;fill:#737372;line-height:0;}#top-bar #left-col a svg.search-ico,#top-bar #right-col a svg.search-ico{fill:#eba006;width:28px;height:28px;margin-top:6px;margin-right:3px;}#top-bar #left-col a:hover svg,#top-bar #right-col a:hover svg{fill:#f0a306;}#top-bar #left-col a.aktv,#top-bar #right-col a.aktv{padding:15px 12px;}#top-bar #left-col a.aktv svg,#top-bar #right-col a.aktv svg{width:20px;height:20px;fill:#f0a306;}#top-bar #left-col a#facebook-ico:hover svg,#top-bar #right-col a#facebook-ico:hover svg{fill:#008bf9;}#top-bar #left-col a#twitter-ico:hover svg,#top-bar #right-col a#twitter-ico:hover svg,#top-bar #left-col a#twitter-live-ico:hover svg,#top-bar #right-col a#twitter-live-ico:hover svg{fill:#48a6f1;}#top-bar #left-col a#youtube-ico:hover svg,#top-bar #right-col a#youtube-ico:hover svg{fill:#fb1515;}#top-bar #right-col{float:right;position:relative;}#top-bar #right-col #logo{position:absolute;left:-81px;padding-top:10px;}#top-bar #right-col #logo img{width:136px;height:26px;float:left;}#top-bar #right-col a{display:inline-block;float:right;}#top-bar #right-col a svg{width:28px;height:28px;fill:#eba006;}#top-bar #right-col a:hover svg{fill:#0068c8;}@media only screen and (min-width:37em){#top-bar #right-col #logo{position:relative;left:auto;}}@media only screen and (min-width:62em){#top-bar #toogle-menu span{-webkit-transition:all .2s ease-in-out 0s;-khtml-transition:all .2s ease-in-out 0s;-moz-transition:all .2s ease-in-out 0s;-ms-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;}#top-bar #toogle-menu span::before,#top-bar #toogle-menu span::after{-webkit-transition:all .2s ease-in-out 0s;-khtml-transition:all .2s ease-in-out 0s;-moz-transition:all .2s ease-in-out 0s;-ms-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;}}@media only screen and (min-width:75em){.top_bar_links{display:inline-block;}#top-bar #toogle-menu{width:35px;}#top-bar #toogle-menu span{right:0;}}@media only screen and (min-width:90.1em){.top_bar_links li{margin-left:26px;}}#section-links{background-color:#2e2f31;display:inline-block;width:100%;float:right;position:relative;}#section-links .slybody{white-space:nowrap;}#section-links.vip{background:url(/images/extra/vip.jpg) #2e2f31 no-repeat;background-size:cover;background-position:42% 0;}#section-links .img{padding:10px;}#section-links .sticker{position:absolute;top:20px;height:36px;left:4px;}#section-links h1,#section-links h6{height:auto;margin:0;line-height:1;display:inline-block;float:right;}#section-links h1 a,#section-links h6 a{color:#fff;padding:0 9px;margin:5px 0;display:inline-block;}#section-links h1 a span,#section-links h6 a span{display:inline-block;font-size:17px;vertical-align:middle;line-height:1.8;padding:10px 0;}#section-links h1 a i,#section-links h6 a i{display:inline-block;line-height:0;border-radius:50%;padding:5px;margin-left:10px;box-sizing:border-box;}#section-links h1 a img,#section-links h6 a img{width:54px;display:inline-block;vertical-align:middle;}#section-links .list{display:inline-block;float:right;background-color:#2a2a2c;width:100%;min-height:61px;padding:6px 10px;white-space:nowrap;max-width:100%;overflow:auto;}#section-links .list a{display:inline-block;font-size:12px;padding:0 15px;height:40px;line-height:37px;margin:5px 2px;border:1px solid #38393c;color:#fff;}#section-links .list a.active,#section-links .list a:hover{color:#f0a306;}#section-links .list.active{height:auto;}#section-links .list #more{display:inline-block;padding:0 20px;float:left;height:40px;line-height:46px;margin:5px 0 0;cursor:pointer;border:1px solid #38393c;background-color:#222225;}#section-links .list #more svg{fill:#f0a306;width:20px;height:20px;}#section-links .list .scrollbar{background:#787878;}#section-links.sponsored_sec{z-index:0;text-align:center;}#section-links.sponsored_sec>div:nth-of-type(1){background:url(/images/sponsered/DMCWide.jpg) no-repeat top center;background-size:cover;display:inline-block;text-align:right;}#section-links.sponsored_sec.wmode{line-height:0;background-image:url(/images/sponsered/novaldol/bg.jpg);background-repeat:no-repeat;background-position:top center;background-color:#000;background:("data-bg"))no-repeat top center #000;background-size:100% 100%;}#section-links.sponsored_sec.wmode>div:nth-of-type(1){background-size:100% 100%;background:transparent;}#section-links.sponsored_sec.wmode img{width:42px;}#section-links.sponsored_sec.wmode img.sticker{width:90px;margin:0;top:50%;transform:translate3d(0%,-50%,0);left:10px;position:absolute;pointer-events:none;margin-top:-7%;}#section-links.sponsored_sec.wmode h1 a,#section-links.sponsored_sec.wmode h6 a{color:#000;font-size:22px;}#section-links.sponsored_sec.wmode h1 a i,#section-links.sponsored_sec.wmode h6 a i{background:#fff;display:inline-block;width:40px;height:40px;border-radius:50%;text-align:center;padding:4px;vertical-align:middle;margin-left:10px;box-sizing:border-box;}#section-links.sponsored_sec.wmode h1 a img,#section-links.sponsored_sec.wmode h6 a img{float:none;margin:0;width:100%;vertical-align:top;}#section-links.sponsored_sec.wmode .list{margin-top:0;background:#2e2f31;}#section-links.sponsored_sec.wmode .list a{background:transparent;color:#fff;}#section-links.sponsored_sec.wmode .list a.active,#section-links.sponsored_sec.wmode .list a:hover{color:#f0a306;}#section-links.sponsored_sec.wmode .list .scrollbar{background:#e98010;}#section-links.sponsored_sec.wmode .list .scrollbar .handle{background:#fff;}#section-links.sponsored_sec.wmode.d h1 a,#section-links.sponsored_sec.wmode.d h6 a{color:#fff;}#section-links.sponsored_sec.t2{text-align:center;}#section-links.sponsored_sec.t2>div:nth-of-type(1){background:url(/images/sponsered/AhlyZamalek.jpg) no-repeat top center;text-align:center;}#section-links.sponsored_sec.t2 img{float:none;margin:0;}#section-links.sponsored_sec.t2 .logo{display:inline-block;position:absolute;width:50px;height:74px;background:url(/images/sponsered/extra/manlook.png) no-repeat;left:0;top:0;background-size:contain;}#section-links.sponsored_sec.t2 .t2Cntr{display:inline-block;width:100%;margin-top:10px;max-width:435px;}#section-links.sponsored_sec.t2 .t2Cntr h2,#section-links.sponsored_sec.t2 .t2Cntr h3{margin:0;padding:0;color:#fff;font-size:12px;line-height:1;}#section-links.sponsored_sec.t2 .t2Cntr h3{font-weight:normal;}#section-links.sponsored_sec.t2 .t2Cntr h2{font-size:14px;padding:7px 0;}#section-links.sponsored_sec.t2 .t2Cntr .match-item{background-color:transparent;}#section-links.sponsored_sec.t2 .t2Cntr .match-item b{color:#f0a306;margin-top:16px;padding:0;}#section-links.sponsored_sec.t2 .t2Cntr .match-item .status{border-radius:2px;line-height:11px;height:13px;font-size:11px !important;}#section-links.sponsored_sec.t2 .t2Cntr .match-item .time{display:inline-block;width:100%;float:right;margin-top:6px;}#section-links.sponsored_sec.t2 .t2Cntr .match-item a>div:nth-of-type(1),#section-links.sponsored_sec.t2 .t2Cntr .match-item a div:nth-of-type(2){margin-top:-20px;}#section-links.sponsored_sec.t2 .t2Cntr .match-item a>div:nth-of-type(1) div,#section-links.sponsored_sec.t2 .t2Cntr .match-item a div:nth-of-type(2) div{width:82%;}#section-links.sponsored_sec.t2 .t2Cntr .match-item a>div:nth-of-type(1) span,#section-links.sponsored_sec.t2 .t2Cntr .match-item a div:nth-of-type(2) span{display:inline-block;margin:27px 11px 0;vertical-align:top;}#section-links.sponsored_sec.t3{line-height:0;}#section-links.sponsored_sec.t3>div:nth-of-type(1){background:url(/images/sponsered/clear-challenge/bg.jpg) no-repeat top center;background-size:cover;}#section-links.sponsored_sec.t3 .sponser_hashtag{display:inline-block;float:left;text-align:center;font-size:14px;padding:20px 10px 10px;line-height:21px;}#section-links.sponsored_sec.t3 .sponser_hashtag b{font-size:17px;}#section-links.sponsored_sec.t3 h1,#section-links.sponsored_sec.t3 h6{color:#fff;font-size:21px;line-height:66px;display:none;}#section-links.sponsored_sec.t3 img{margin:16px 10px 0;float:right;}#section-links.sponsored_sec.t3 .list a{background:transparent;color:#fff;}#section-links.sponsored_sec.t3 .list a.active,#section-links.sponsored_sec.t3 .list a:hover{color:#f0a306;}#section-links.sponsored_sec.t3.novaldol>div:nth-of-type(1){background:url(/images/leader_bored_novaldol_ads_2.jpg) no-repeat top center;background-size:cover;}#section-links.sponsored_sec.t3.novaldol h1,#section-links.sponsored_sec.t3.novaldol h6{color:#000;}#section-links.sponsored_sec.t3.novaldol a{color:#000;}#section-links.sponsored_sec.t3.novaldol a i{display:inline-block;vertical-align:middle;border-radius:50%;overflow:hidden;width:60px;height:60px;padding:4px;box-sizing:border-box;background:#fff;margin-left:10px;}#section-links.sponsored_sec.t3.novaldol a i img{width:100%;height:100%;margin:0;}#section-links.sponsored_sec.t3.novaldol .list a{color:#000;text-decoration:none;}#section-links.sponsored_sec.t3.novaldol .list a.active,#section-links.sponsored_sec.t3.novaldol .list a:hover{color:#d0020c;border-bottom:none;}#section-links.sponsored_sec.acn_mode{line-height:0;}#section-links.sponsored_sec.acn_mode>div:nth-of-type(1){background:url(/images/sponsered/etisalat/acn/banner.jpg) no-repeat top center;background-size:cover;}#section-links.sponsored_sec.acn_mode .spnimg{position:absolute;top:0;left:10px;margin:0;padding-top:4px;}#section-links.sponsored_sec.acn_mode .spnimg img{width:39px;}#section-links.sponsored_sec.acn_mode h1,#section-links.sponsored_sec.acn_mode h6{color:#fff;font-size:21px;line-height:66px;}#section-links.sponsored_sec.acn_mode h1 img,#section-links.sponsored_sec.acn_mode h6 img{margin:7px 10px 0;float:right;width:100px;}#section-links.sponsored_sec.acn_mode .list a{background:transparent;color:#fff;}#section-links.sponsored_sec.acn_mode .list a.active,#section-links.sponsored_sec.acn_mode .list a:hover{color:#21ba9b;}#section-links.sponsored_sec.t4{line-height:0;}#section-links.sponsored_sec.t4>div:nth-of-type(1){background:url(/images/sponsered/lipton/bg.jpg) no-repeat top center;background-size:cover;}#section-links.sponsored_sec.t4 .sponser_hashtag{display:inline-block;float:left;text-align:center;font-size:14px;padding:0 10px 10px;line-height:21px;}#section-links.sponsored_sec.t4 .sponser_hashtag b{font-size:17px;}#section-links.sponsored_sec.t4 h1,#section-links.sponsored_sec.t4 h6{color:#fff;font-size:21px;line-height:66px;}#section-links.sponsored_sec.t4 img{margin:11px 0 0;float:right;}#section-links.sponsored_sec.t4 .list a{background:transparent;color:#fff;}#section-links.sponsored_sec.t4 .list a.active,#section-links.sponsored_sec.t4 .list a:hover{color:#f0a306;}#section-links.sponsored_sec img{width:auto;margin:10px;display:inline-block;width:70px;float:right;}#section-links.sponsored_sec img.sponser_logo{float:left;margin-top:13px;width:64px;}#section-links.sponsored_sec .sponser_body{display:inline-block;width:100%;float:right;}#section-links.sponsored_sec.t5{line-height:0;background:url(/images/sponsered/etisalat/bg.jpg) no-repeat top center;background-size:cover;}#section-links.sponsored_sec.t5>div:nth-of-type(1){background:transparent;}#section-links.sponsored_sec.t5 .sponser_hashtag{display:inline-block;float:left;text-align:center;font-size:14px;padding:0 10px 10px;line-height:21px;}#section-links.sponsored_sec.t5 .sponser_hashtag img{width:50px;}#section-links.sponsored_sec.t5 .sponser_hashtag b{font-size:17px;}#section-links.sponsored_sec.t5 h1,#section-links.sponsored_sec.t5 h6{color:#fff;font-size:21px;line-height:66px;}#section-links.sponsored_sec.t5 h1 img,#section-links.sponsored_sec.t5 h6 img{width:120px;}#section-links.sponsored_sec.t5 h1 a,#section-links.sponsored_sec.t5 h6 a{display:inline-block;}#section-links.sponsored_sec.t5 img{margin:11px 0 0;float:right;}#section-links.sponsored_sec.t5 .list a{background:transparent;color:#fff;}#section-links.sponsored_sec.t5 .list a.active,#section-links.sponsored_sec.t5 .list a:hover{color:#f0a306;}#section-links.sponsored_sec.t6{line-height:0;}#section-links.sponsored_sec.t6>div:nth-of-type(1){background:url(/images/sponsered/oppo_zoom/bg.jpg) no-repeat top center #050d20;background-size:100% 100%;}#section-links.sponsored_sec.t6 img{width:42px;}#section-links.sponsored_sec.t6.sico>div:nth-of-type(1){background:url(/images/sponsered/sico/sico-banner2.jpg) no-repeat top center #000;background-size:contain;}#section-links.sponsored_sec.t6 .list{margin-top:0;background:#2e2f31;}#section-links.sponsored_sec.t6 .list a{background:transparent;color:#fff;}#section-links.sponsored_sec.t6 .list a.active,#section-links.sponsored_sec.t6 .list a:hover{color:#f0a306;}#section-links.sponsored_sec.t6.oppo{background:url(/images/sponsered/oppo_zoom/bg.jpg) no-repeat top center #000;background-size:100% 100%;}#section-links.sponsored_sec.t6.oppo>div:nth-of-type(1){background:transparent;}#section-links.sponsored_sec.t6.oppo img.sticker{width:90px;margin:0;top:26px;left:10px;position:absolute;}#section-links.sponsored_sec.t6.oppo h1 a,#section-links.sponsored_sec.t6.oppo h6 a{color:#0c314e;font-size:22px;}#section-links.sponsored_sec.t6.oppo .list{background:#0c314e;}#section-links.sponsored_sec.t6.oppo .list a{color:#4782ae;}#section-links.sponsored_sec.t6.oppo .list a.active,#section-links.sponsored_sec.t6.oppo .list a:hover{color:#fff;}#section-links.sponsored_sec.t6.oppo .list .scrollbar{background:#3e76a1;}#section-links.sponsored_sec.t6.oppo .list .scrollbar .handle{background:#fff;}#section-links.sponsored_sec.t6.chetos{background:url(/images/sponsered/chetos/bg.jpg) no-repeat top center #000;background-size:100% 100%;}#section-links.sponsored_sec.t6.chetos>div:nth-of-type(1){background:transparent;}#section-links.sponsored_sec.t6.chetos img.sticker{width:90px;margin:0;top:0;left:10px;position:absolute;}#section-links.sponsored_sec.t6.chetos h1 a,#section-links.sponsored_sec.t6.chetos h6 a{color:#000;font-size:22px;}#section-links.sponsored_sec.t6.chetos h1 a i,#section-links.sponsored_sec.t6.chetos h6 a i{background:#fff;display:inline-block;width:40px;height:40px;border-radius:50%;text-align:center;padding:2px;vertical-align:middle;margin-left:10px;}#section-links.sponsored_sec.t6.chetos h1 a img,#section-links.sponsored_sec.t6.chetos h6 a img{float:none;margin:0;width:100%;vertical-align:top;}#section-links.sponsored_sec.t6.chetos .list{background:#37053c;}#section-links.sponsored_sec.t6.chetos .list a{color:#fff;}#section-links.sponsored_sec.t6.chetos .list a.active,#section-links.sponsored_sec.t6.chetos .list a:hover{color:#e67d0f;}#section-links.sponsored_sec.t6.chetos .list .scrollbar{background:#e98010;}#section-links.sponsored_sec.t6.chetos .list .scrollbar .handle{background:#fff;}#section-links.sponsored_sec.t6.coca{background:url(/images/sponsered/coca/bg.jpg) no-repeat top center #000;background-size:100% 100%;}#section-links.sponsored_sec.t6.coca>div:nth-of-type(1){background:transparent;}#section-links.sponsored_sec.t6.coca img.sticker{width:90px;margin:0;top:26px;left:10px;position:absolute;}#section-links.sponsored_sec.t6.coca h1 a,#section-links.sponsored_sec.t6.coca h6 a{color:#fff;font-size:22px;}#section-links.sponsored_sec.t6.coca .list{background:transparent;}#section-links.sponsored_sec.t6.coca .list a{color:#fff;}#section-links.sponsored_sec.t6.coca .list a.active,#section-links.sponsored_sec.t6.coca .list a:hover{color:#fff;text-shadow:1px 2px 1px #000;line-height:10px;font-size:.78em;}#section-links.sponsored_sec.t6.coca .list .scrollbar{background:#3e76a1;}#section-links.sponsored_sec.t6.coca .list .scrollbar .handle{background:#fff;}#section-links.sponsored_sec.hide .sponser_cover{display:none;}#section-links.sponsored_sec .list{background-color:transparent;height:45px;}#section-links.sponsored_sec .list .scrollbar{background:#59377c;}#section-links.sponsored_sec .list .scrollbar .handle{background-color:#ad97c3;}#section-links.sponsored_sec .list a{background-color:#653c8e;color:#beadcf;border:none;height:25px;line-height:22px;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;}#section-links.sponsored_sec .list a.active,#section-links.sponsored_sec .list a:hover{color:#fff;}#section-links.branded_sec.dugout{line-height:0;background:url(/images/sponsered/dugout/bg.jpg) no-repeat top center;}#section-links.branded_sec.dugout h1,#section-links.branded_sec.dugout h6{color:#fff;font-size:21px;line-height:49px;}#section-links.branded_sec.dugout h1 span,#section-links.branded_sec.dugout h6 span{color:#f0a306;}#section-links.branded_sec.dugout img{margin:18px 0 0;float:right;width:70px;}#section-links.branded_sec.dugout .list a{background:transparent;color:#fff;}#section-links.branded_sec.dugout .list a.active,#section-links.branded_sec.dugout .list a:hover{color:#f0a306;}#section-links.ptt{background-color:#fff;}#section-links.ptt h1,#section-links.ptt h6{min-height:60px;height:auto;}#section-links.ptt a{color:#000;padding:0 9px;margin:5px 0;}#section-links.ptt a span{display:inline-block;font-size:17px;vertical-align:middle;line-height:1.8;padding:10px 0;}#section-links.ptt .list{background-color:#fcfcfc;}#section-links.ptt .list a{border:1px solid #dedede;}#section-links.ptt .list a.active{background-color:#f0a306;color:#000;border:none;font-weight:bold;}#section-links.ptt .list #more{border:1px solid #dedede;background-color:#fff;}#section-links.ptt img{width:54px;display:inline-block;vertical-align:middle;margin-left:10px;}#section-links.cmp-head{min-height:69px;padding-top:10px;}#section-links.cmp-head a{font-size:20px;}.activate_ns::-webkit-scrollbar{width:10px;height:2px;}.activate_ns::-webkit-scrollbar-track{background-color:#383838;}.activate_ns::-webkit-scrollbar-thumb{background-color:#f0a305;}@media screen and (max-width:75em){#section-links.sponsored_sec.wmode.wd img.sticker{width:130px;margin-top:-5%;}}@media only screen and (min-width:37em){#section-links h1 a span,#section-links h6 a span{font-size:23px;}#section-links.ptt a span{font-size:23px;}}@media only screen and (min-width:48em){#section-links.vip{background-position:50% 0;}#section-links h1,#section-links h6{height:60px;width:100%;}#section-links h1 a span,#section-links h6 a span{font-size:28px;vertical-align:baseline;}#section-links.ptt h1,#section-links.ptt h6{height:60px;width:100%;}#section-links.ptt h1 a span,#section-links.ptt h6 a span{font-size:28px;vertical-align:baseline;}#section-links.sponsored_sec.t2 img{width:auto;margin:-10px;}#section-links.sponsored_sec.t2 .logo{width:95px;}#section-links.sponsored_sec.t2 .t2Cntr h3{font-size:14px;}#section-links.sponsored_sec.t2 .t2Cntr h2{font-size:17px;}#section-links.sponsored_sec.t2 .t2Cntr a>div:nth-of-type(1) img{margin-top:-14px;}#section-links.sponsored_sec.t2 .t2Cntr .match-item b{padding:0 15px;margin-top:21px;}#section-links.sponsored_sec.t2 .t2Cntr .match-item a>div:nth-of-type(1) div,#section-links.sponsored_sec.t2 .t2Cntr .match-item a div:nth-of-type(2) div{width:66%;}#section-links.sponsored_sec.t2 .t2Cntr .match-item a>div:nth-of-type(1) span,#section-links.sponsored_sec.t2 .t2Cntr .match-item a div:nth-of-type(2) span{font-size:19px !important;}#section-links.sponsored_sec.t2 .t2Cntr .match-item a>div:nth-of-type(1) span{margin-left:0;margin-right:25px;}#section-links.sponsored_sec.t2 .t2Cntr .match-item a>div:nth-of-type(2) span{margin-right:0;margin-left:25px;}}@media only screen and (min-width:62em){#section-links .sticker{top:40px;}#section-links.top_content_mode{padding-bottom:20px;}#section-links .img{display:inline-block;float:right;}#section-links .img img{width:100%;}#section-links .list{width:auto;height:auto;background-color:transparent;margin-right:0;padding-bottom:0;}#section-links .list a{font-size:15px;height:80px;line-height:68px;border:none;margin:0 0;padding:0 16px;font-weight:bold;}#section-links .list a:first-child{margin-right:0;}#section-links .list a.active{border-bottom:5px solid #f0a305;background-color:transparent;}#section-links.blank h1,#section-links.blank h6{padding:0;}#section-links.blank .list a{padding:0 15px;line-height:94px;}#section-links.blank .img{padding:15px;}#section-links:not(.blank):not(.sponsored_sec):not(#section-links:not(.blank).branded_sec) h1,#section-links:not(.blank):not(.sponsored_sec):not(#section-links:not(.blank).branded_sec) h6{line-height:82px;}#section-links:not(.blank):not(.sponsored_sec):not(#section-links:not(.blank).branded_sec) h1 a,#section-links:not(.blank):not(.sponsored_sec):not(#section-links:not(.blank).branded_sec) h6 a{font-size:31px;}#section-links:not(.blank):not(.sponsored_sec):not(#section-links:not(.blank).branded_sec) .img{padding:10px;width:290px;}#section-links:not(.blank):not(.sponsored_sec):not(#section-links:not(.blank).branded_sec).top_content_mode h1,#section-links:not(.blank):not(.sponsored_sec):not(#section-links:not(.blank).branded_sec).top_content_mode h6{line-height:48px;}#section-links:not(.blank):not(.sponsored_sec):not(#section-links:not(.blank).branded_sec).top_content_mode .list a{line-height:48px;}#section-links.ptt .list{background-color:transparent;}#section-links.ptt .list a{margin:0 0;padding:0 16px;font-weight:bold;border:none;}#section-links.ptt .list a.active{border-bottom:5px solid #f0a305;background-color:transparent;color:#000;}#section-links.cmp-head{min-height:95px;padding-top:0;}#section-links.sponsored_sec.t2 .t2Cntr .match-item{margin-bottom:28px;}#section-links.sponsored_sec.t3>div:nth-of-type(1){padding:31px 20px 0;}#section-links.sponsored_sec.t3 .sponser_hashtag{padding:10px;}#section-links.sponsored_sec.t3 h1,#section-links.sponsored_sec.t3 h6{display:block;}#section-links.sponsored_sec.t3 img{margin:0 10px 12px;width:65px;}#section-links.sponsored_sec.t3 .list{margin-top:19px;}#section-links.sponsored_sec.acn_mode .spnimg{margin-top:30px;}#section-links.sponsored_sec.acn_mode .list a{font-size:12px;margin:0;}#section-links.sponsored_sec.acn_mode .list a.active{color:#fff;background:#21ba9b;border-radius:20px;}#section-links.sponsored_sec.t4>div:nth-of-type(1){padding:31px 20px;}#section-links.sponsored_sec.t4 h1,#section-links.sponsored_sec.t4 h6{display:block;}#section-links.sponsored_sec.t4 img{margin:0 10px 12px;}#section-links.sponsored_sec.t4 .list{margin-top:19px;}#section-links.sponsored_sec.t5>div:nth-of-type(1){padding:20px;}#section-links.sponsored_sec.t5 h1,#section-links.sponsored_sec.t5 h6{display:block;}#section-links.sponsored_sec.t5 h1 img,#section-links.sponsored_sec.t5 h6 img{width:auto;}#section-links.sponsored_sec.t5 img{margin:0 10px 12px;}#section-links.sponsored_sec.t5 .list{margin-top:19px;}#section-links.sponsored_sec.t5 .sponser_hashtag img{width:auto;}#section-links.sponsored_sec.t6>div:nth-of-type(1){padding:31px 20px 0;}#section-links.sponsored_sec.t6 .list{background:transparent;margin-top:59px;margin-bottom:16px;}}@media only screen and (max-width:75em){#section-links.sponsored_sec>div:nth-of-type(1){width:100%;}}@media only screen and (min-width:75em){#section-links{position:relative;}#section-links.branded_sec .list,#section-links.sponsored_sec .list{background-color:rgba(0,0,0,.7);padding:7px 5px 0;display:inline-block;float:none;margin-top:93px;}#section-links.branded_sec .list a,#section-links.sponsored_sec .list a{line-height:1;font-size:12px;float:right;height:auto;padding:4px 15px 10px;}#section-links.branded_sec>div:nth-of-type(1),#section-links.sponsored_sec>div:nth-of-type(1){position:relative;min-height:153px;}#section-links.branded_sec{text-align:center;}#section-links.branded_sec>div:nth-of-type(1){position:relative;min-height:153px;}#section-links.branded_sec>div:nth-of-type(1):before{content:'';width:1920px;height:100%;background:url(/images/leader_bored_branded.jpg) no-repeat top center;position:absolute;top:0;right:50%;margin-right:-960px;}#section-links.branded_sec.nissan_branded>div:nth-of-type(1){min-height:132px;line-height:0;}#section-links.branded_sec.nissan_branded>div:nth-of-type(1):before{background:url(/images/leader_bored_nissan_ads.jpg) no-repeat top center;}#section-links.branded_sec.nissan_branded>div:nth-of-type(1):after{content:'';background:url(/images/leader_bored_nissan_sticker.png) no-repeat top center;position:absolute;top:0;left:0;width:307px;height:132px;}#section-links.branded_sec.nissan_branded .list{margin-top:99px;background-color:#be0b2d;border-top-left-radius:4px;border-top-right-radius:4px;}#section-links.branded_sec.nissan_branded .list a{color:#ff9bae;}#section-links.branded_sec.nissan_branded .list a.active,#section-links.branded_sec.nissan_branded .list a:hover{color:#fff;font-weight:bold;}#section-links.branded_sec.nissan_branded .list a:first-child{margin-right:12px;}#section-links.branded_sec.nissan_branded.top_content_mode .list{margin-top:80px;}#section-links.branded_sec.dugout h1,#section-links.branded_sec.dugout h6{font-size:54px;line-height:94px;position:absolute;right:0;}#section-links.branded_sec.dugout>div:nth-of-type(1){min-height:132px;line-height:0;}#section-links.branded_sec.dugout>div:nth-of-type(1):before{background:url(/images/sponsered/dugout/bg.jpg) no-repeat top center;background-size:cover;}#section-links.branded_sec.dugout>div:nth-of-type(1):after{content:'';background:url(/images/sponsered/dugout/logo.png) no-repeat top center;position:absolute;top:20px;left:0;width:307px;height:132px;}#section-links.branded_sec.dugout .list{margin-top:99px;background-color:#be0b2d;border-top-left-radius:4px;border-top-right-radius:4px;}#section-links.branded_sec.dugout .list a{color:#ff9bae;}#section-links.branded_sec.dugout .list a.active,#section-links.branded_sec.dugout .list a:hover{color:#fff;font-weight:bold;}#section-links.branded_sec.dugout .list a:first-child{margin-right:12px;}#section-links.branded_sec.dugout.top_content_mode .list{margin-top:80px;}#section-links.branded_sec.sico_branded>div:nth-of-type(1){min-height:132px;line-height:0;}#section-links.branded_sec.sico_branded>div:nth-of-type(1):before{background:url(/images/sponsered/sico/sico-banner.jpg) no-repeat top center #050d20;}#section-links.branded_sec.sico_branded .list{margin-top:99px;background-color:#133e80;border-top-left-radius:4px;border-top-right-radius:4px;}#section-links.branded_sec.sico_branded .list a{color:#fff;}#section-links.branded_sec.sico_branded .list a.active,#section-links.branded_sec.sico_branded .list a:hover{color:#fff;font-weight:bold;}#section-links.branded_sec.sico_branded .list a:first-child{margin-right:12px;}#section-links.branded_sec.sico_branded.top_content_mode .list{margin-top:80px;}#section-links.sponsored_sec{background-color:transparent;}#section-links.sponsored_sec>div:nth-of-type(1){z-index:1;padding:19px 10px 0;}#section-links.sponsored_sec>div:before{background:transparent;}#section-links.sponsored_sec.wmode>div:nth-of-type(1){padding-right:0;padding-left:0;text-align:center;}#section-links.sponsored_sec.wmode>div:nth-of-type(1):before{content:'';position:absolute;right:-90px;top:0;width:93px;height:119px;}#section-links.sponsored_sec.wmode>div:nth-of-type(1):after{content:'';position:absolute;left:-123px;top:21px;width:120px;height:114px;}#section-links.sponsored_sec.wmode img{width:auto;}#section-links.sponsored_sec.wmode img.sticker{width:125px;position:absolute;margin-top:-1%;}#section-links.sponsored_sec.wmode h1,#section-links.sponsored_sec.wmode h6{line-height:58px !important;margin-top:10px;}#section-links.sponsored_sec.wmode h1 a,#section-links.sponsored_sec.wmode h6 a{font-size:1em;margin-top:-10px;display:inline-block;}#section-links.sponsored_sec.wmode h1 a i,#section-links.sponsored_sec.wmode h6 a i{width:60px;height:60px;padding:8px;}#section-links.sponsored_sec.wmode .list{height:40px;float:right;margin-top:25px;border-radius:5px;background:transparent;}#section-links.sponsored_sec.wmode .list a{border-left:0;text-shadow:none;line-height:10px !important;color:#000;font-weight:normal;padding:5px 15px 0;}#section-links.sponsored_sec.wmode .list a.active,#section-links.sponsored_sec.wmode .list a:hover{text-shadow:none;background:transparent;color:#000 !important;font-weight:bold;}#section-links.sponsored_sec.wmode.d h1 a,#section-links.sponsored_sec.wmode.d h6 a{color:#fff;}#section-links.sponsored_sec.wmode.d .list a{color:#fff;}#section-links.sponsored_sec.wmode.d .list a.active,#section-links.sponsored_sec.wmode.d .list a:hover{color:#fff !important;}#section-links.sponsored_sec.t2>div:nth-of-type(1){padding:0;background-size:contain;}#section-links.sponsored_sec.t2 .t2Cntr{max-width:487px;}#section-links.sponsored_sec.t2 .t2Cntr .match-item{margin-top:0;}#section-links.sponsored_sec.t2 .t2Cntr .match-item a>div:nth-of-type(1) span,#section-links.sponsored_sec.t2 .t2Cntr .match-item a>div:nth-of-type(2) span{margin-top:32px;}#section-links.sponsored_sec.t2 .t2Cntr .match-item a>div:nth-of-type(3){margin-top:7px;}#section-links.sponsored_sec.t2 .t2Cntr .match-item b{margin-top:27px;}#section-links.sponsored_sec.t2 .t2Cntr .match-item .time{font-size:11px;}#section-links.sponsored_sec.t2 .t2Cntr .match-item .time svg{width:12px;height:12px;}#section-links.sponsored_sec.t3 .sponser_hashtag{font-size:16px;line-height:23px;}#section-links.sponsored_sec.t3 .sponser_hashtag b{font-size:20px;}#section-links.sponsored_sec.t3 h1,#section-links.sponsored_sec.t3 h6{font-size:33px;}#section-links.sponsored_sec.t3 .list a{border-left:0;}#section-links.sponsored_sec.t3 .list a.active{background:transparent;}#section-links.sponsored_sec.t3 .list a.active:hover{color:#f0a306;}#section-links.sponsored_sec.t3 .list a.active,#section-links.sponsored_sec.t3 .list a:hover{color:#f0a306;}#section-links.sponsored_sec.t3.novaldol>div:nth-of-type(1){background:url(/images/leader_bored_novaldol_ads_2.jpg) no-repeat top center;background-size:cover;}#section-links.sponsored_sec.t3.novaldol h1,#section-links.sponsored_sec.t3.novaldol h6{color:#000;}#section-links.sponsored_sec.t3.novaldol a{color:#000;}#section-links.sponsored_sec.t3.novaldol .list a{color:#000;text-decoration:none;}#section-links.sponsored_sec.t3.novaldol .list a.active,#section-links.sponsored_sec.t3.novaldol .list a:hover{color:#d0020c;border-bottom:none;}#section-links.sponsored_sec.acn_mode h1 img,#section-links.sponsored_sec.acn_mode h6 img{width:150px;margin:0;}#section-links.sponsored_sec.acn_mode .spnimg{margin-top:22px;}#section-links.sponsored_sec.acn_mode .spnimg img{width:60px;margin:0;}#section-links.sponsored_sec.acn_mode .list{margin-top:20px;}#section-links.sponsored_sec.acn_mode .list a{border-left:0;}#section-links.sponsored_sec.acn_mode:not(.top_content_mode)>div:nth-of-type(1){padding-top:45px;}#section-links.sponsored_sec.acn_mode:not(.top_content_mode) .spnimg{margin-top:44px;}#section-links.sponsored_sec.acn_mode.wide h1,#section-links.sponsored_sec.acn_mode.wide h6{position:relative;}#section-links.sponsored_sec.acn_mode.wide>div:nth-of-type(1){background:none;}#section-links.sponsored_sec.acn_mode.wide>div:nth-of-type(1):before{content:'';width:1920px;height:100%;position:absolute;top:0;right:50%;margin-right:-960px;background:url(/images/sponsered/etisalat/acn/banner.jpg) #1a1511 no-repeat top center;background-size:cover;}#section-links.sponsored_sec.t4 .list a.active{background:#f7d449;color:#ce0925;text-shadow:none;-webkit-border-radius:20px;-khtml-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;}#section-links.sponsored_sec.t4 .list a.active:hover{background:#f7d449;color:#ce0925;}#section-links.sponsored_sec.t5>div:nth-of-type(1){padding:20px 0;}#section-links.sponsored_sec.t5 h1,#section-links.sponsored_sec.t5 h6{padding:0 0 0 10px;}#section-links.sponsored_sec.t5 .list{margin-right:0;}#section-links.sponsored_sec.t5 .list a.active{background:#b1090e;color:#fff;text-shadow:none;-webkit-border-radius:20px;-khtml-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;}#section-links.sponsored_sec.t5 .list a.active:hover{background:#f7d449;color:#ce0925;}#section-links.sponsored_sec.t6>div:nth-of-type(1){text-align:center;}#section-links.sponsored_sec.t6 .list a{border-left:0;}#section-links.sponsored_sec.t6 .list a.active{background:#7bb3fe;color:#fff;}#section-links.sponsored_sec.t6 .list a.active:hover{color:#fff;}#section-links.sponsored_sec.t6 .list a.active,#section-links.sponsored_sec.t6 .list a:hover{color:#fff;}#section-links.sponsored_sec.t6:not(.top_content_mode) .list{margin-top:79px;margin-bottom:0;}#section-links.sponsored_sec.t6.sico>div:nth-of-type(1){background-position-y:20px;}#section-links.sponsored_sec.t6.sico .list{float:left;background:#181817;margin-top:30px;border-radius:5px;}#section-links.sponsored_sec.t6.sico .list a{color:#bdbdbd;}#section-links.sponsored_sec.t6.sico .list a.active{background:transparent;color:#fff;}#section-links.sponsored_sec.t6.sico .list a.active,#section-links.sponsored_sec.t6.sico .list a:hover{color:#fff;}#section-links.sponsored_sec.t6.oppo div:nth-of-type(1){padding-right:0;padding-left:0;}#section-links.sponsored_sec.t6.oppo img{width:auto;}#section-links.sponsored_sec.t6.oppo img.sticker{position:relative;width:125px;float:right;margin-right:10px;margin-top:7px;}#section-links.sponsored_sec.t6.oppo h1,#section-links.sponsored_sec.t6.oppo h6{line-height:1;}#section-links.sponsored_sec.t6.oppo h1 a,#section-links.sponsored_sec.t6.oppo h6 a{font-size:1em;margin-top:-10px;display:inline-block;}#section-links.sponsored_sec.t6.oppo .list{height:40px;float:left;margin-top:20px;border-radius:5px;}#section-links.sponsored_sec.t6.oppo .list a{line-height:12px;}#section-links.sponsored_sec.t6.oppo .list a.active{background:transparent;}#section-links.sponsored_sec.t6.chetos>div:nth-of-type(1){padding-right:0;padding-left:0;}#section-links.sponsored_sec.t6.chetos>div:nth-of-type(1):before{content:'';position:absolute;right:-90px;top:0;background:url(/images/sponsered/chetos/r.png) no-repeat top center;width:93px;height:119px;}#section-links.sponsored_sec.t6.chetos>div:nth-of-type(1):after{content:'';position:absolute;left:-123px;top:21px;background:url(/images/sponsered/chetos/l2.png) no-repeat top center;width:120px;height:114px;}#section-links.sponsored_sec.t6.chetos img{width:auto;}#section-links.sponsored_sec.t6.chetos img.sticker{width:125px;margin-right:10px;margin-top:7px;position:absolute;top:14px;}#section-links.sponsored_sec.t6.chetos h1,#section-links.sponsored_sec.t6.chetos h6{line-height:1;margin-top:10px;}#section-links.sponsored_sec.t6.chetos h1 a,#section-links.sponsored_sec.t6.chetos h6 a{font-size:1em;margin-top:-10px;display:inline-block;}#section-links.sponsored_sec.t6.chetos h1 a i,#section-links.sponsored_sec.t6.chetos h6 a i{width:50px;height:50px;padding:5px;}#section-links.sponsored_sec.t6.chetos .list{height:40px;float:right;margin-top:20px;border-radius:5px;background:transparent;}#section-links.sponsored_sec.t6.chetos .list a{text-shadow:none;color:#000;}#section-links.sponsored_sec.t6.chetos .list a.active,#section-links.sponsored_sec.t6.chetos .list a:hover{background:transparent;color:#dc0000;}#section-links.sponsored_sec.t6.coca div:nth-of-type(1){padding-right:0;padding-left:0;}#section-links.sponsored_sec.t6.coca img{width:auto;}#section-links.sponsored_sec.t6.coca img.sticker{position:relative;width:125px;float:right;margin-right:10px;margin-top:7px;float:left;}#section-links.sponsored_sec.t6.coca h1,#section-links.sponsored_sec.t6.coca h6{line-height:1;}#section-links.sponsored_sec.t6.coca h1 a,#section-links.sponsored_sec.t6.coca h6 a{font-size:1em;margin-top:-10px;display:inline-block;}#section-links.sponsored_sec.t6.coca .list{height:40px;float:right;margin-top:20px;border-radius:5px;}#section-links.sponsored_sec.t6.coca .list a{line-height:12px;}#section-links.sponsored_sec.t6.coca .list a.active{background:transparent;}#section-links.sponsored_sec .sponser_cover .left>div,#section-links.sponsored_sec .sponser_cover .right>div{width:310px;height:1140px;}#section-links.sponsored_sec img{display:inline-block;vertical-align:middle;width:auto;float:none;}#section-links.sponsored_sec img.sponser_logo{margin-top:10px;width:auto;}#section-links.sponsored_sec .list{margin-top:0;vertical-align:middle;background-color:transparent;margin-right:10px;}#section-links.sponsored_sec .list .scrollbar{display:none;}#section-links.sponsored_sec .list a{font-weight:bold;font-size:12px;padding:5px 18px 0;margin:0;height:27px;border-left:1px solid rgba(255,255,255,.09);text-shadow:1px 1px 1px #000;background-color:transparent;color:#fff;}#section-links.sponsored_sec .list a:hover{color:#e8a820;}#section-links.sponsored_sec .list a.active{background-color:#d0020c;color:#eff4f4;text-shadow:1px 1px 1px #000;}#section-links.sponsored_sec .list a.active:hover{color:#fceb34;}#section-links.sponsored_sec .list a:last-of-type{border:none;}#section-links:not(.blank) h1,#section-links:not(.blank) h6{line-height:91px;}#section-links h1,#section-links h6{width:auto;}#section-links h1 a span,#section-links h6 a span{width:auto;}#section-links .list{background-color:transparent;position:relative;}#section-links .list a{height:117px;line-height:104px;margin:0 12px;padding:0 20px;border:none;margin:0;font-weight:bold;}#section-links .list a.active{border-bottom:5px solid #f0a305;color:#f0a305;}#section-links.blank{background:transparent;}#section-links.blank .img{padding:20px 20px 0;width:auto;}#section-links.blank .list a{padding:0 20px;}#section-links:not(.blank):not(.sponsored_sec):not(#section-links:not(.blank).branded_sec).top_content_mode h1,#section-links:not(.blank):not(.sponsored_sec):not(#section-links:not(.blank).branded_sec).top_content_mode h6{line-height:79px;}#section-links:not(.blank):not(.sponsored_sec):not(#section-links:not(.blank).branded_sec).top_content_mode .list a{line-height:79px;}#section-links.ptt h1,#section-links.ptt h6{width:auto;}#section-links.ptt h1 a span,#section-links.ptt h6 a span{width:auto;}#section-links.ptt .list{background-color:transparent;}#section-links.ptt .list a{border:none;margin:0;font-weight:bold;}#section-links.ptt .list a.active{border-bottom:5px solid #f0a305;color:#f0a305;}#section-links.cmp-head{min-height:106px;}}@media only screen and (min-width:75em) and (max-width:90.1em){#section-links.sponsored_sec>div:nth-of-type(1){background:url(/images/sponsered/DMCWide.jpg) no-repeat top center;background-size:contain;}}@media only screen and (min-width:90.1em){#section-links .sticker{height:auto;width:auto;}#section-links.sponsored_sec>div:nth-of-type(1){background:url(/images/sponsered/DMCWide.jpg) no-repeat top center;background-size:inherit;}#section-links.sponsored_sec.wmode>div:nth-of-type(1){background-size:cover;}#section-links.sponsored_sec.wmode>div:nth-of-type(1):before{right:-140px;}#section-links.sponsored_sec.wmode>div:nth-of-type(1):after{left:-140px;}#section-links.sponsored_sec.wmode:before{content:'';position:absolute;bottom:0;left:0;width:230px;height:111px;}#section-links.sponsored_sec.wmode img{margin-right:0;margin-left:20px;}#section-links.sponsored_sec.wmode img.sticker{width:auto;}#section-links.sponsored_sec.wmode h1,#section-links.sponsored_sec.wmode h6{line-height:1.5;}#section-links.sponsored_sec.t2>div:nth-of-type(1){background-size:cover;}#section-links.sponsored_sec.t6>div:nth-of-type(1){background-size:cover;}#section-links.sponsored_sec.t6.oppo img{margin-right:0;margin-left:20px;}#section-links.sponsored_sec.t6.oppo img.sticker{width:auto;margin-top:0;}#section-links.sponsored_sec.t6.oppo h1,#section-links.sponsored_sec.t6.oppo h6{line-height:1.5;}#section-links.sponsored_sec.t6.chetos:before{content:'';background:url(/images/sponsered/chetos/l3.png) no-repeat top center;position:absolute;bottom:0;left:0;width:230px;height:111px;}#section-links.sponsored_sec.t6.chetos>div:nth-of-type(1):before{right:-140px;}#section-links.sponsored_sec.t6.chetos>div:nth-of-type(1):after{left:-140px;}#section-links.sponsored_sec.t6.chetos img{margin-right:0;margin-left:20px;}#section-links.sponsored_sec.t6.chetos img.sticker{width:auto;margin-top:0;}#section-links.sponsored_sec.t6.chetos h1,#section-links.sponsored_sec.t6.chetos h6{line-height:1.5;}#section-links.sponsored_sec.t6.coca img{margin-right:0;margin-left:20px;}#section-links.sponsored_sec.t6.coca img.sticker{width:auto;margin-top:-20px;}#section-links.sponsored_sec.t6.coca h1,#section-links.sponsored_sec.t6.coca h6{line-height:1.5;}#section-links.blank .img{padding:30px 20px 0;}#section-links.blank .list a{height:126px;line-height:124px;}#section-links.branded_sec.auda_branded>div:nth-of-type(1):after{background-size:100%;}#section-links:not(.blank):not(.sponsored_sec):not(#section-links:not(.blank).branded_sec) h1,#section-links:not(.blank):not(.sponsored_sec):not(#section-links:not(.blank).branded_sec) h6{line-height:103px;}#section-links .list a{line-height:102px;}#section-links.cmp-head{min-height:112px;}}@media only screen and (max-width:700px){body #section-links.sponsored_sec.t6.coca .list a.active,body #section-links.sponsored_sec.t6.coca .list a:hover{line-height:1.6em !important;font-size:.8em !important;}}#top-match-slider{padding-top:15px;background:url(/images/FB_Pitch.jpg) #000 no-repeat top center;background-size:cover;width:100%;display:inline-block;float:right;cursor:default;position:relative;}#top-match-slider.wc_class{background:url(/images/sponsered/head_shoulders/match_widget_bg_mobile.jpg) #3e3f41 no-repeat top left;background-size:cover;}#top-match-slider.wc_class #mw_sponser_link{display:none;}#top-match-slider>div{position:relative;}#top-match-slider #all_matches_lnk{color:#fff;font-size:10px;position:absolute;left:0;top:0;opacity:0;line-height:2;-webkit-transition:opacity .3s eas-out;-khtml-transition:opacity .3s eas-out;-moz-transition:opacity .3s eas-out;-ms-transition:opacity .3s eas-out;-o-transition:opacity .3s eas-out;transition:opacity .3s eas-out;-webkit-transform:translate3d(0,0,0);-khtml-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}#top-match-slider #all_matches_lnk.active{left:50%;width:50%;text-align:center;height:30px;line-height:26px;top:auto;bottom:-43px;margin-left:-25%;background-color:rgba(35,35,36,.36);border:1px solid rgba(44,45,47,.36);}#top-match-slider #all_matches_lnk.active.expand{display:block;opacity:1;bottom:43px;}#top-match-slider #all_matches_lnk.active svg{display:none;}#top-match-slider #all_matches_lnk svg{width:13px;height:auto;fill:#fff;float:left;margin:6px 10px 0 0;}#top-match-slider #all_matches_lnk:hover{color:#fff;}#top-match-slider #all_matches_lnk:hover svg{fill:#fff;}#top-match-slider #match_more_btn{box-sizing:border-box;position:absolute;width:60px;height:35px;line-height:35px;bottom:0;text-align:center;background-color:#202812;left:50%;margin-left:-30px;}#top-match-slider #match_more_btn svg{position:relative;fill:#e7a70a;width:15px;height:15px;margin-bottom:1px;-webkit-transition:all .2s ease-in-out 0s;-khtml-transition:all .2s ease-in-out 0s;-moz-transition:all .2s ease-in-out 0s;-ms-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;-webkit-transform:translate3d(0,0,0);-khtml-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}#top-match-slider #match_more_btn svg.active{-webkit-transform:rotate(180deg);-khtml-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.Matrix(M11=0,M12=0,M21=0,M22=0,sizingMethod='auto expand');zoom:1;}#top-match-slider #tab-links{display:block;height:29px;margin:0 auto -2px;line-height:2;position:absolute;top:-26px;left:50%;transform:translate3d(-50%,0%,0);white-space:nowrap;width:240px;text-align:center;font-size:0;}#top-match-slider #tab-links a{width:60px;display:inline-block;color:#8c8d8e;text-align:center;background:#212224;border:1px solid rgba(47,47,47,.58);font-size:10px;height:27px;font-weight:bold;vertical-align:top;line-height:25px;}#top-match-slider #tab-links a.active{background-color:#f0a306;border:1px solid #232324;border-bottom:1px solid #202121;color:#212224;}#top-match-slider #tab-links a.active:hover{color:#212224;}#top-match-slider #tab-links a:hover{color:#fff;}#top-match-slider #tab-links a:nth-of-type(4){position:relative;}#top-match-slider #tab-links a:nth-of-type(4):before{content:'';background:#ff1011;width:5px;height:5px;position:absolute;border-radius:50%;top:10px;right:8px;-webkit-animation:pulse2 linear 300ms infinite;-khtml-animation:pulse2 linear 300ms infinite;-moz-animation:pulse2 linear 300ms infinite;-ms-animation:pulse2 linear 300ms infinite;-o-animation:pulse2 linear 300ms infinite;animation:pulse2 linear 300ms infinite;}#top-match-slider #tab-links a:nth-of-type(4).active{background:#c00a0c;color:#fff;}#top-match-slider #tab-links a:nth-of-type(4).active:before{background:#fff;}#top-match-slider #match-slider-holder{-webkit-transform:translate3d(0,0,0);-khtml-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);padding-left:0;padding-right:0;border-bottom:1px solid #151b0b;min-height:100px;position:relative;margin-top:24px;}#top-match-slider #match-slider-holder .lSSlideOuter{direction:ltr;}#top-match-slider #match-slider-holder .lSSlideOuter .lSGallery li,#top-match-slider #match-slider-holder .lSSlideOuter .lightSlider>*{float:right;}#top-match-slider #match-slider-holder.opened ul li:nth-child(3){border-bottom:1px solid rgba(255,255,255,.03);}#top-match-slider #match-slider-holder ul{list-style:none;padding:10px 0 0;margin:0;display:table;min-width:100%;display:none;}#top-match-slider #match-slider-holder ul.lightSlider span.no-matches{padding-top:35px;background-color:transparent;border-bottom:none;box-shadow:none;}#top-match-slider #match-slider-holder ul li{display:inline-block;width:100%;padding:5px 0;border-bottom:1px solid rgba(255,255,255,.03);float:right;height:45px;position:relative;}#top-match-slider #match-slider-holder ul li:nth-child(3),#top-match-slider #match-slider-holder ul li:last-child{border-bottom:none;}#top-match-slider #match-slider-holder ul li img{width:25px;height:25px;}#top-match-slider #match-slider-holder ul li img:not(.lazy-loaded){opacity:0;}#top-match-slider #match-slider-holder ul li a{display:inline-block;width:100%;color:#ebebeb;position:relative;display:flex;}#top-match-slider #match-slider-holder ul li a h1,#top-match-slider #match-slider-holder ul li a h6{font-size:11px;color:#adadae;text-align:center;margin-top:5px;margin-bottom:0;display:none;direction:rtl;}#top-match-slider #match-slider-holder ul li a>div:nth-of-type(1){float:right;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(1),#top-match-slider #match-slider-holder ul li a div:nth-of-type(2){width:50%;display:inline-block;position:relative;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(1) div,#top-match-slider #match-slider-holder ul li a div:nth-of-type(2) div{width:80%;text-align:right;line-height:14px;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(1) div span,#top-match-slider #match-slider-holder ul li a div:nth-of-type(2) div span{display:inline-block;font-size:10px;vertical-align:top;padding-top:4px;max-width:70px;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(1) div{direction:ltr;text-align:left;padding-left:20px;float:right;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(2){float:left;text-align:left;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(2) b{left:auto;right:34px;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(2) div{padding-right:20px;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(3){width:50px;height:36px;position:absolute;left:50%;top:5px;margin-left:-25px;text-align:center;font-size:10px;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(3)>span:nth-child(1){background-color:#2c2d2f;color:#d18f09;padding:0;display:block;border:1px solid #d18f09;height:20px;line-height:17px;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(3)>span:nth-child(1).over{background-color:#2f3032;border:1px solid #4e4f50;color:#b2b2b2;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(3)>span:nth-child(1).live{background-color:#b40001;border:1px solid #db2829;color:#fff;-webkit-animation:pulse linear 300ms infinite;-khtml-animation:pulse linear 300ms infinite;-moz-animation:pulse linear 300ms infinite;-ms-animation:pulse linear 300ms infinite;-o-animation:pulse linear 300ms infinite;animation:pulse linear 300ms infinite;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(3)>span:nth-child(2){color:#bcbdbe;display:block;line-height:14px;margin-top:2px;}#top-match-slider #match-slider-holder b{display:inline-block;height:25px;line-height:25px;font-size:18px;color:#f0a306;position:absolute;display:inline-block;top:0;left:34px;}#top-match-slider #match-slider-holder b text{font-size:.5em;}#top-match-slider #match-slider-holder .mi_stats{position:absolute;background:#47494b;width:25px;height:25px;text-align:center;z-index:2;cursor:pointer;display:none;}#top-match-slider #match-slider-holder .mi_stats svg{width:13px;height:13px;fill:#fff;vertical-align:top;margin-top:6px;}#top-match-slider #match-slider-holder .mi_stats:hover{background:#545759;}#top-match-slider .lSAction>a{background-image:none;background-color:#2a2b2d;width:36px;height:108px;top:0;margin-top:0;left:0;text-align:center;}#top-match-slider .lSAction>a svg{width:20px;height:20px;fill:#fff;height:108px;}#top-match-slider .lSAction>a.lSNext{right:0;}@-webkit-keyframes pulse2{0%{opacity:.5;}50%{opacity:1;}100%{opacity:.5;}}@-moz-keyframes pulse2{0%{opacity:.5;}50%{opacity:1;}100%{opacity:.5;}}@-ms-keyframes pulse2{0%{opacity:.5;}50%{opacity:1;}100%{opacity:.5;}}@-o-keyframes pulse2{0%{opacity:.5}50%{opacity:1}100%{opacity:.5}}@keyframes pulse2{0%{opacity:.5;}50%{opacity:1;}100%{opacity:.5;}}@-webkit-keyframes pulse{0%{opacity:.8;}50%{opacity:1;}100%{opacity:.8;}}@-moz-keyframes pulse{0%{opacity:.8;}50%{opacity:1;}100%{opacity:.8;}}@-ms-keyframes pulse{0%{opacity:.8;}50%{opacity:1;}100%{opacity:.8;}}@-o-keyframes pulse{0%{opacity:.8}50%{opacity:1}100%{opacity:.8}}@keyframes pulse{0%{opacity:.8;}50%{opacity:1;}100%{opacity:.8;}}#m-block #top-match-slider{background:transparent;margin-top:28px;padding:0 20px;}#m-block #top-match-slider.wc_class{background:transparent;}#m-block #top-match-slider #match-slider-holder{background-color:transparent;float:right;width:100%;border-bottom:none;}#m-block #top-match-slider #match-slider-holder ul{padding:6px 0 0;display:inline-block;float:right;}#m-block #top-match-slider #match-slider-holder ul span.no-matches{background-color:#fff;border-bottom:1px solid #f3f3f3;}#m-block #top-match-slider #match-slider-holder ul li{border-bottom:1px solid #f3f3f3;padding:13px 0;height:73px;background-color:#fff;margin-bottom:6px;box-shadow:0 1px 9px -6px;}#m-block #top-match-slider #match-slider-holder ul li:nth-child(3),#m-block #top-match-slider #match-slider-holder ul li:last-child{border-bottom:none;}#m-block #top-match-slider #match-slider-holder ul li a div{color:#333;}#m-block #top-match-slider #match-slider-holder ul li a div:nth-of-type(1) div,#m-block #top-match-slider #match-slider-holder ul li a div:nth-of-type(2) div{width:60%;text-align:center;padding:0;}#m-block #top-match-slider #match-slider-holder ul li a div:nth-of-type(1) div span,#m-block #top-match-slider #match-slider-holder ul li a div:nth-of-type(2) div span{font-size:9.2px;display:block;}#m-block #top-match-slider #match-slider-holder ul li a div:nth-of-type(3)>span:nth-child(1).over{background-color:#959697;border:1px solid #b4b4b4;color:#fff;}#m-block #top-match-slider #match-slider-holder.opened{padding-bottom:46px;}#m-block #top-match-slider #match-slider-holder.opened ul li:nth-child(3){border-bottom:1px solid #e9e9e9;}#m-block #top-match-slider #tab-links{display:inline-block;width:100%;height:auto;}#m-block #top-match-slider #tab-links a{height:auto;border:none;padding:8px 0;font-size:12px;}#m-block #top-match-slider #tab-links a.active{background-color:#f2ae0a;color:#262625;}#m-block #top-match-slider #tab-links a:not(.active){background-color:#262625;}#m-block #top-match-slider #tab-links a:hover:not(.active){color:#fff;}#m-block #top-match-slider #all_matches_lnk{background-color:#fff;width:100%;margin-left:0;left:0;bottom:-1px;height:46px;font-size:.8em;line-height:3;color:#000;border:none;box-shadow:0 1px 9px -6px;}#m-block #top-match-slider #all_matches_lnk:hover{color:#000;}#m-block #top-match-slider #match_more_btn{background-color:#e3e3e3;}#m-block #top-match-slider #match_more_btn svg{fill:#717171;}.match-item{background-color:#fff;border-bottom:1px solid #d7d7d7;height:auto;padding:10px 0;}.match-item a>div:nth-of-type(1),.match-item a>div:nth-of-type(2){width:50%;float:right;position:relative;}.match-item a>div:nth-of-type(1) b,.match-item a>div:nth-of-type(2) b{position:absolute;top:5px;font-size:22px;}.match-item a>div:nth-of-type(1) img,.match-item a>div:nth-of-type(2) img{vertical-align:middle;width:24px;height:24px;}.match-item a>div:nth-of-type(1) span,.match-item a>div:nth-of-type(2) span{font-size:11px;}.match-item a>div:nth-of-type(1){text-align:left;direction:ltr;padding:0 0 0 29px;}.match-item a>div:nth-of-type(1) b{left:12px;}.match-item a>div:nth-of-type(1) span{padding-left:3px;}.match-item a>div:nth-of-type(2){padding:0 29px 0 0;}.match-item a>div:nth-of-type(2) b{right:12px;}.match-item a>div:nth-of-type(2) span{padding-right:3px;}.match-item a>div:nth-of-type(3){width:57px;text-align:center;margin:0 auto;line-height:1.5;}.match-item .time{color:#a3a3a3;font-size:11px;}.match-item svg{width:14px;height:14px;fill:#a3a3a3;vertical-align:middle;margin-left:2px;}.status{font-size:10px;display:inline-block;width:100%;background-color:#d88224;color:#fff;padding:3px 0;text-align:center;}.status.over{background-color:#9e9e9e;color:#fff;}.status.live{background-color:#b40001;color:#fff;-webkit-animation:pulse linear 300ms infinite;-khtml-animation:pulse linear 300ms infinite;-moz-animation:pulse linear 300ms infinite;-ms-animation:pulse linear 300ms infinite;-o-animation:pulse linear 300ms infinite;animation:pulse linear 300ms infinite;}.modern .match-item{padding:10px 0 0;height:73px;border-bottom:none;margin-bottom:6px;box-shadow:0 1px 9px -6px;}.modern .match-item a{position:relative;display:inline-block;width:100%;}.modern .match-item a *{cursor:pointer;}.modern .match-item a>div:nth-of-type(1),.modern .match-item a>div:nth-of-type(2){padding:0;}.modern .match-item a>div:nth-of-type(1) div,.modern .match-item a>div:nth-of-type(2) div{width:60%;text-align:center;padding:0;}.modern .match-item a>div:nth-of-type(1) b,.modern .match-item a>div:nth-of-type(2) b{font-family:"Almarai",sans-serif;}.modern .match-item a>div:nth-of-type(1) b text,.modern .match-item a>div:nth-of-type(2) b text{font-size:.5em;}.modern .match-item a>div:nth-of-type(1) span,.modern .match-item a>div:nth-of-type(2) span{display:block;font-size:11px !important;line-height:1.1;font-weight:bold;margin-top:4px;}.modern .match-item a>div:nth-of-type(1) b{left:38px;}.modern .match-item a>div:nth-of-type(1) div{float:right;}.modern .match-item a>div:nth-of-type(2) b{right:38px;}.modern .match-item a>div:nth-of-type(2) div{float:left;}.modern .match-item a>div:nth-of-type(3){width:50px;height:36px;position:absolute;left:50%;top:10px;margin-left:-25px;text-align:center;font-size:9px;}#related-matches{display:inline-block;width:100%;float:right;margin-bottom:20px;}#related-matches h1,#related-matches h6{color:#f6c017;font-size:17px;line-height:1.7;margin:0;padding:5px 20px 11px 7px !important;background-color:#323335;display:none;}#related-matches ul{list-style:none;margin:0;padding:0;padding:6px 0 0;display:inline-block;float:right;width:100%;}#related-matches ul span.no-matches{background-color:#fff;border-bottom:1px solid #f3f3f3;}#related-matches #tab-links{display:inline-block;width:100%;float:right;height:auto;}#related-matches #tab-links a{width:33.33333333333333%;display:inline-block;color:#8c8d8e;text-align:center;float:right;background:#212224;height:auto;padding:8px 0;font-size:12px;font-weight:bold;}#related-matches #tab-links a.active{background-color:#f2ae0a;color:#262625;}@media only screen and (min-width:22.4em){#top-match-slider #match-slider-holder ul li a div:nth-of-type(1) div span,#top-match-slider #match-slider-holder ul li a div:nth-of-type(2) div span{max-width:inherit;}#m-block #top-match-slider #match-slider-holder ul li a div:nth-of-type(1) div span,#m-block #top-match-slider #match-slider-holder ul li a div:nth-of-type(2) div span{font-size:10px;}}@media only screen and (min-width:41.5em){#top-match-slider{height:155px;background:transparent;background-color:#323335;padding-top:15px;}#top-match-slider #all_matches_lnk{opacity:1;height:29px;top:-36px;padding-top:4px;}#top-match-slider #match-slider-holder{height:108px !important;background-color:#3d3f41;border:1px solid #292a2c;padding-left:37px;padding-right:37px;}#top-match-slider #match-slider-holder.slide_empty{padding-left:0;padding-right:0;}#top-match-slider #match-slider-holder .mi_stats{display:block;}#top-match-slider #match-slider-holder ul{height:108px !important;display:block;padding:0;}#top-match-slider #match-slider-holder ul li{min-width:274px;border:none;border-right:1px solid #373739;display:none;padding:0;height:100%;background-color:#3d3f41;}#top-match-slider #match-slider-holder ul li:hover{background-color:#424447;}#top-match-slider #match-slider-holder ul li a{display:block;min-width:299px;margin:0 auto;}#top-match-slider #match-slider-holder ul li a *{cursor:pointer;}#top-match-slider #match-slider-holder ul li a h1,#top-match-slider #match-slider-holder ul li a h6{display:block;margin-top:10px;font-size:10px;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(1) div,#top-match-slider #match-slider-holder ul li a div:nth-of-type(2) div{text-align:center;padding-top:4px;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(1) div span,#top-match-slider #match-slider-holder ul li a div:nth-of-type(2) div span{display:block;font-size:11px;padding:4px 10px;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(1) b,#top-match-slider #match-slider-holder ul li a div:nth-of-type(2) b{font-size:24px;top:6px;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(1) b{left:15px;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(1) div{padding-left:0;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(2) b{right:15px;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(2) div{padding-right:0;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(3){width:55px;top:53px;margin-left:-28px;font-size:11px;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(3)>span:nth-child(1){background-color:#2c2d2f;color:#d18f09;line-height:1.5;}#top-match-slider #match-slider-holder ul li a div:nth-of-type(3)>span:nth-child(2){line-height:16px;}#top-match-slider.wc_class #match-slider-holder{background:url(/images/sponsered/head_shoulders/match_widget_bg.jpg) #3e3f41 no-repeat top left;}#top-match-slider.wc_class #match-slider-holder ul li{background:transparent;}#top-match-slider.wc_class #match-slider-holder .lSSlideOuter{width:80%;width:calc(100% - 200px);}#top-match-slider.wc_class #mw_sponser_link{display:block;position:absolute;top:0;left:0;width:300px;height:100%;}}@media only screen and (min-width:62em){#top-match-slider{padding-bottom:20px;height:185px;}#top-match-slider.wc_class{background:#323335;}}@media only screen and (min-width:75em){#top-match-slider.wc_class #match-slider-holder .lSSlideOuter{width:80%;width:calc(100% - 300px);}}#top-content{position:relative;cursor:default;width:100%;}#top-content .five{width:100%;float:right;}#top-content .m_adv{margin:0 auto 20px;float:left;}#top-content .m_adv>a:last-child img{display:block;border-top:1px solid #fff;}#top-content .m_adv>a:last-child img:last-of-type{border-bottom:none;}#top-content .news-block.sm header i{top:-16%;}#main-news{margin-bottom:20px;}#main-news .col-md-6:first-child{width:100%;border-bottom:1px solid #ececec;float:right;}#main-news .col-md-6:last-child{width:100%;display:flex;flex-flow:row wrap;position:relative;background-color:#fff;float:left;}#main-news .col-md-6:last-child:after,#main-news .col-md-6:last-child:before{position:absolute;content:"";width:1px;height:100%;background:#ececec;top:0;left:50%;margin-left:-.5px;z-index:2;}#main-news .col-md-6:last-child:before{width:100%;height:1px;top:50%;margin-top:-.5px;left:0;z-index:2;}.news-block{position:relative;}.news-block a{display:block;width:100%;height:100%;position:relative;overflow:hidden;}.news-block a img{border:none;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;-ms-interpolation-mode:nearest-neighbor;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:50% 0%;-khtml-transform-origin:50% 0%;-moz-transform-origin:50% 0%;-ms-transform-origin:50% 0%;-o-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-transition:all .3s ease-out;-khtml-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transform:translate3d(0,0,0) scale(1.2);-khtml-transform:translate3d(0,0,0) scale(1.2);-moz-transform:translate3d(0,0,0) scale(1.2);-ms-transform:translate3d(0,0,0) scale(1.2);-o-transform:translate3d(0,0,0) scale(1.2);transform:translate3d(0,0,0) scale(1.2);}.news-block a img:not(.lazy-loaded){opacity:0;}.news-block>a{min-height:180px;background:url(/images/sprite.svg#mini-logo) #f5f5f5 no-repeat;background-size:50px 50px;background-position:50% 60%;}.news-block>a:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.15);z-index:1;opacity:1;}.news-block>a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:-moz-linear-gradient(top,transparent 0%,transparent 39%,rgba(0,0,0,.95) 100%);background:-webkit-linear-gradient(top,transparent 0%,transparent 39%,rgba(0,0,0,.95) 100%);background:linear-gradient(to bottom,transparent 0%,transparent 39%,rgba(0,0,0,.95) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#db000000',GradientType=0);z-index:1;}.news-block:hover>a:after{opacity:0;}.news-block header{position:absolute;bottom:0;right:0;z-index:2;width:100%;}.news-block header span{top:0;}.news-block header span:before{width:5px;left:-5px;}.news-block header h1,.news-block header h6{font-size:15px;line-height:1.6;margin:0;}.news-block header h1 a,.news-block header h6 a{color:#fff;padding:10px 20px 16px;}.news-block.sm{float:right;margin-bottom:80px;width:50%;}.news-block.sm>a{min-height:100px;}.news-block.sm>a:after{background-color:rgba(0,0,0,.3);}.news-block.sm i:before{content:'';position:absolute;width:15.87982832618026%;height:23.41772151898734%;top:12.0253164556962%;left:8.15450643776824%;z-index:2;}.news-block.sm.v i:before{background:url(/images/sprite.svg#play) no-repeat;background-size:100% 100%;}.news-block.sm.g i:before{background:url(/images/sprite.svg#gallery) no-repeat;background-size:100% 100%;}.news-block.sm header{bottom:40px;}.news-block.sm header>i{top:-4px;}.news-block.sm header>i img{margin-right:-11px;}.news-block.sm header h1,.news-block.sm header h6{font-size:12px;top:15px;position:absolute;overflow:hidden;height:62px;margin:25px 0 0;}.news-block.sm header h1 a,.news-block.sm header h6 a{color:#000;padding:5px 10px;}.news-block header>i{position:absolute;top:-30px;right:20px;border-radius:4px;box-sizing:border-box;display:inline-block;line-height:0;}.news-block header>i>img{opacity:1 !important;position:relative;margin-right:-7px;}@media only screen and (min-width:22.4em){.news-block header h1,.news-block header h6{font-size:17px;}.news-block.sm header h1,.news-block.sm header h6{font-size:13px;height:69px;}}@media only screen and (min-width:30em){.news-block header h1,.news-block header h6{font-size:20px;}}@media only screen and (min-width:37em){.news-block header h1,.news-block header h6{font-size:26px;}.news-block header h1 a,.news-block header h6 a{text-shadow:0 2px 0 #000;}.news-block.sm{margin-bottom:0;}.news-block.sm header{bottom:0;}.news-block.sm header i{top:-12%;}.news-block.sm header h1,.news-block.sm header h6{position:relative;top:auto;margin-bottom:0;height:auto;padding:6px 16px 12px;}.news-block.sm header h1 a,.news-block.sm header h6 a{color:#fff;}}@media only screen and (min-width:47em){.news-block.sm header h1,.news-block.sm header h6{font-size:20px;}}@media only screen and (min-width:62em){#top-content .five{width:100%;}#top-content .m_adv{width:301px;padding-right:1px;margin-bottom:0;}#top-content .news-block.sm header i{top:-32px;}#top-content .news-block.sm.pro header i{top:-44px !important;}#main-news{-webkit-box-shadow:0 -1px 8px -2px rgba(0,0,0,.75);-moz-box-shadow:0 -1px 8px -2px rgba(0,0,0,.75);box-shadow:0 -1px 8px -2px rgba(0,0,0,.75);margin-bottom:0;}#main-news .col-md-6:first-child{width:50%;flex-basis:50%;border-bottom:none;padding-left:1px;}#main-news .col-md-6:last-child{width:50%;flex-basis:50%;background-color:#fff;}.news-block{height:321px;}.news-block header h1,.news-block header h6{font-size:18px;line-height:1.8;}.news-block header span{font-size:11px;}.news-block a img{-webkit-transform:scale(1.38);-khtml-transform:scale(1.38);-moz-transform:scale(1.38);-ms-transform:scale(1.38);-o-transform:scale(1.38);transform:scale(1.38);}.news-block:hover a img{-webkit-transform:scale(1.4);-khtml-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4);}.news-block:hover span:before{width:29px;left:-29px;}.news-block:not(.sm) header h1,.news-block:not(.sm) header h6{line-height:1.7;min-height:50px;}.news-block.sm{height:160px;}.news-block.sm a img{-webkit-transform:scale(1.4);-khtml-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4);}.news-block.sm:hover a img{-webkit-transform:scale(1.42);-khtml-transform:scale(1.42);-moz-transform:scale(1.42);-ms-transform:scale(1.42);-o-transform:scale(1.42);transform:scale(1.42);}.news-block.sm header h1,.news-block.sm header h6{font-size:12px;margin:0;padding:0;}.news-block.sm header h1 a,.news-block.sm header h6 a{padding:6px 16px 12px;}}@media only screen and (min-width:75em){#top-content{background-color:#ececec;-webkit-box-shadow:rgba(0,0,0,.75) 0 0 14px -2px;-khtml-box-shadow:rgba(0,0,0,.75) 0 0 14px -2px;-moz-box-shadow:rgba(0,0,0,.75) 0 0 14px -2px;-ms-box-shadow:rgba(0,0,0,.75) 0 0 14px -2px;-o-box-shadow:rgba(0,0,0,.75) 0 0 14px -2px;box-shadow:rgba(0,0,0,.75) 0 0 14px -2px;}#top-content .five{width:100%;width:calc(100% - 301px);}#main-news .col-md-6:first-child .news-block a img{-webkit-transform:scale(1.3);-khtml-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3);}#main-news .col-md-6:first-child .news-block:hover a img{-webkit-transform:scale(1.32);-khtml-transform:scale(1.32);-moz-transform:scale(1.32);-ms-transform:scale(1.32);-o-transform:scale(1.32);transform:scale(1.32);}#main-news .col-md-6:last-child{margin-bottom:0;}}@media only screen and (min-width:90.1em){#main-news .col-md-6:first-child{width:50%;flex-basis:50%;}#main-news .col-md-6:first-child .news-block:hover a img{-webkit-transform:scale(1.17);-khtml-transform:scale(1.17);-moz-transform:scale(1.17);-ms-transform:scale(1.17);-o-transform:scale(1.17);transform:scale(1.17);}#main-news .col-md-6:first-child .news-block a img{-webkit-transform:scale(1.15);-khtml-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);}#main-news .col-md-6:last-child{width:51%;flex-basis:51%;}.news-block.sm:hover a img{-webkit-transform:scale(1.23);-khtml-transform:scale(1.23);-moz-transform:scale(1.23);-ms-transform:scale(1.23);-o-transform:scale(1.23);transform:scale(1.23);}.news-block.sm a img{-webkit-transform:scale(1.2);-khtml-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);}}@media screen and (max-width:450px){.news-block.sm header>i{top:-4px;right:14px;}}.thirdPartyRoot{background-color:#fff;color:#444;box-shadow:0 1px 9px -6px;width:100%;position:relative;}.thirdPartyMediaClass{width:100%;height:168px;margin:0 0;border-bottom:1px solid #f0a306;}.thirdPartyMediaClass:before{content:'';display:inline-block;position:absolute;bottom:-27px;background-color:#f5f5f5;height:27px;z-index:2;width:100%;}.thirdPartySubtitleClass{-webkit-box-orient:vertical;position:absolute;bottom:-29px;color:#000;height:27px;line-height:1.65;z-index:3;font-size:12px;left:0;font-weight:bold;padding:0 14px;}.thirdPartyTitleClass{width:100%;display:inline-block;}.thirdPartyCallToActionClass{background-color:#416bc4;color:#fff;border-radius:4px;padding:6px 20px;float:left;text-align:center;text-transform:uppercase;font-size:11px;position:absolute;bottom:20px;left:20px;}.fbDefaultNativeAdWrapper{font-size:17px;line-height:1.7;margin:12px 0;vertical-align:top;}.fbAdLink h1{padding:33px 28px 56px !important;}.wide_ads{display:block;margin-bottom:20px;position:relative;}.wide_ads img{width:100%;height:auto;}.card_strip{display:inline-block !important;width:100% !important;line-height:0 !important;background:#f0a306 !important;text-align:center;padding:2px 0 4px;float:right;z-index:2;box-shadow:none !important;}.card_strip img{width:auto !important;display:inline-block !important;}.grid-item.ads{text-align:center;margin:0 auto 20px 0;}.grid-item.fgsticker a{display:inline-block;width:100%;text-align:center;}.grid-item.fgsticker a img{width:100%;height:auto;}#section-links.custom_sponsored_sec{background-color:transparent;cursor:default;}#section-links.custom_sponsored_sec h1,#section-links.custom_sponsored_sec h6{position:relative;}#section-links.custom_sponsored_sec h1 a,#section-links.custom_sponsored_sec h6 a{position:relative;}#section-links.custom_sponsored_sec h1 a.sp_logo_header,#section-links.custom_sponsored_sec h6 a.sp_logo_header{position:absolute;width:97px;height:31px;bottom:-10px;left:12px;}#section-links.custom_sponsored_sec h1 a.sp_logo_header img,#section-links.custom_sponsored_sec h6 a.sp_logo_header img{width:auto;}#section-links.custom_sponsored_sec>div:nth-of-type(1){height:123px;position:relative;background:#fff;}#section-links.custom_sponsored_sec>div:nth-of-type(1)>a.sp_logo_left{position:absolute;top:0;left:50px;line-height:0;margin:0;}#section-links.custom_sponsored_sec>div:nth-of-type(1)>a.sp_logo_left img{width:auto;}@media(min-width:1441px){#section-links.custom_sponsored_sec>div:nth-of-type(1){width:1326px !important;}}@media(max-width:1440px){#section-links.custom_sponsored_sec>div:nth-of-type(1){width:1148px !important;}}@media(max-width:1366px){#section-links.custom_sponsored_sec>div:nth-of-type(1){width:1148px !important;}}@media(max-width:1280px){#section-links.custom_sponsored_sec>div:nth-of-type(1){width:1148px !important;}}@media(max-width:1155px){#section-links.custom_sponsored_sec>div:nth-of-type(1){width:100% !important;}}@media(max-width:1100px){#section-links.custom_sponsored_sec>div:nth-of-type(1){background:#fff;}#section-links.custom_sponsored_sec>div:nth-of-type(1) a.sp_logo_left{display:none;}#section-links.custom_sponsored_sec h1,h6 a.sp_logo_header{display:none;}}@media only screen and (min-width:61em){.grid-item.fgsticker{display:none !important;}}.fgCardImage{display:inline-block;width:100%;line-height:0;margin-bottom:15px;}.article_ads{position:relative;top:0;left:0;float:left;z-index:1;}.article_ads img{vertical-align:top;}#inner-block .ads.adsblock{margin-bottom:20px;}#inner-block .ads.adsblock.leaderboardmobile,#inner-block .ads.adsblock.takeover,#inner-block .ads.adsblock.leaderboard,#inner-block .ads.adsblock.pushdown{margin-bottom:0;}.ads_sticker2{display:none;height:90px;width:100%;margin-bottom:20px;}.ads_sticker2 .md{position:relative;height:90px;}.ads_sticker2 .md a{position:absolute;width:100%;height:100%;top:0;left:0;}.ads{text-align:center;line-height:0;}.ads.leaderboard{width:100%;margin:20px 0 20px;}.ads.leaderboard.mobile-ad{margin:0;}.ads.leaderboard:not(.mobile-ad){display:none;}.ads.leaderboard img{width:100%;height:auto;}.ads.leaderboard .ads_wide,.ads.leaderboard .ads_sticker{display:inline-block;}.ads.leaderboard .ads_sticker{display:none;float:left;}.ads.leaderboard .ads_sticker .sm,.ads.leaderboard .ads_sticker .md,.ads.leaderboard .ads_sticker .lg{display:none;position:relative;height:90px;}.ads.leaderboard .ads_sticker .sm a,.ads.leaderboard .ads_sticker .md a,.ads.leaderboard .ads_sticker .lg a{position:absolute;width:100%;height:100%;top:0;left:0;}.ads.leaderboard .ads_sticker .lg{width:552px;}.ads.leaderboard .ads_sticker .md{width:372px;}.ads.leaderboard .ads_sticker .sm{width:152px;}.ads.mediumrectangle{margin-bottom:20px;background-color:transparent;width:300px;min-height:250px;display:block;clear:both;margin:0 auto;}.ads.mediumrectangle div,.ads.mediumrectangle ins{margin-left:auto;margin-right:auto;}.ads.mediumrectangle[style*="height:0px"]{min-height:auto !important;}.ads.yellowmedia>div{display:inline-block;}.ads.float{display:inline-block;width:100%;float:right;line-height:0;position:relative;border-top:1px solid #797979;border-bottom:1px solid #797979;}.ads.float img{display:block;width:100%;height:auto;}.ads.mobile-ad.adsblock{max-width:300px;margin:0 auto 0;float:none;display:block;position:relative;clear:both;}.ads.mobile-ad.adsblock.leaderboardmobile,.ads.mobile-ad.adsblock.takeover{margin-bottom:0;}.ads.pixel{background:#323335;}#m_adv .ads.mediumrectangle{margin-bottom:2px;background-color:transparent;}#m_adv img{max-width:300px;margin:0 auto;}.block-ads{display:inline-block;width:100%;float:right;line-height:1px;display:none;}.block-ads.clear{margin-right:0;margin-left:0;}.block-ads.mc{margin:0;}.block-ads img{width:100%;height:auto;}.block-ads.mob{display:block;}#takeover,#takeover_special,.sponser_cover{position:absolute;top:0;right:0;width:100%;display:none;}#takeover .center,#takeover_special .center,.sponser_cover .center{width:100%;}#takeover .center img,#takeover_special .center img,.sponser_cover .center img{width:100%;height:auto;}#takeover .right,#takeover_special .right,.sponser_cover .right{position:absolute;right:0;top:0;}#takeover .right>div,#takeover_special .right>div,.sponser_cover .right>div{position:absolute !important;left:0;}#takeover .left,#takeover_special .left,.sponser_cover .left{position:absolute;left:0;top:0;}#takeover .left>div,#takeover_special .left>div,.sponser_cover .left>div{position:absolute !important;right:0;}@media only screen and (min-width:45em){.ads.leaderboard:not(.mobile-ad){display:inline-block;float:right;}}@media only screen and (min-width:48em){#m_adv .ads.mediumrectangle{background-color:#fff;}.ads.mediumrectangle{background-color:#fff;}}@media only screen and (min-width:62em){#takeover,#takeover_special,.sponser_cover{display:block;}#takeover_special .right>div{top:20px;left:15px;}#takeover_special .left>div{top:20px;right:15px;}.block-ads{display:block;margin:20px 22px 0;}.block-ads.mob{display:none;}.ads.leaderboard .ads_sticker{display:block;width:152px;}.ads.leaderboard .ads_sticker .sm{display:block;}}@media only screen and (min-width:62em) and (max-width:74em){.ads.leaderboard .ads_sticker .sm{background:url(/images/ads/filgoal_new_small.jpg) no-repeat;}}@media only screen and (min-width:75em){.block-ads{margin:20px 22px 12px;}.block-ads.mc{margin:30px 30px 0;}.ads.leaderboard .ads_sticker{width:372px;}.ads.leaderboard .ads_sticker .sm{display:none;}.ads.leaderboard .ads_sticker .md{display:block;}#takeover_special .right>div{left:15px;top:20px;}#takeover_special .left>div{right:15px;top:20px;}}@media only screen and (min-width:75em) and (max-width:90em){.ads.leaderboard .ads_sticker .md{display:block;background:url(/images/ads/filgoal_new_medium.jpg) no-repeat;}}@media only screen and (min-width:10em) and (max-width:62em){.ads_sticker2{display:inline-block;}.ads_sticker2 .md{background:url(/images/ads/filgoal_new_medium.jpg) no-repeat top center;background-size:contain;}}@media only screen and (min-width:90.1em){.block-ads{margin:30px 22px 0;}.ads.leaderboard .ads_sticker{width:552px;}.ads.leaderboard .ads_sticker .md{display:none;}.ads.leaderboard .ads_sticker .lg{display:block;background:url(/images/ads/filgoal_new_large.jpg) no-repeat;}#takeover_special .right>div{left:15px;top:20px;}#takeover_special .left>div{right:15px;top:20px;}}.grid{width:100%;position:relative;margin:0 0 20px;display:block;float:right;clear:both;}.grid-col{width:100%;padding:0 12px;display:inline-block;float:right;}.iframecard-item>iframe+div{display:none !important;}.custom_vbox{display:inline-block;width:100%;padding:0 20px;box-sizing:border-box;margin:15px 0 25px;}.custom_vbox h2{font-size:20px !important;margin:10px 0 15px !important;}.custom_vbox .grid-item{margin:0 !important;}.custom_vbox .grid-item h1,.custom_vbox .grid-item h6{display:inline-block;padding:17px 21px 29px !important;}.custom_vbox .grid-item header{line-height:0 !important;padding:0 !important;}.custom_vbox .grid-item>div{box-shadow:0 0 20px #c5c5c5 !important;}.grid-item{width:100%;margin-bottom:20px;position:relative;padding:0;display:inline-block;float:right;}.grid-item.hide{display:none;}.grid-item>div{width:100%;position:relative;box-shadow:0 1px 9px -6px;}.grid-item>div:not(.m_adv){background:#fff;}.grid-item>div.m_adv img:nth-child(1){margin-bottom:20px;}.grid-item>div.ads{margin-bottom:0;background:transparent;box-shadow:none;}.grid-item>div.ads+img{max-width:300px;margin:0 auto;margin-top:2px;display:none;}.grid-item#m_adv{padding:0 10px;}.grid-item img{display:block;width:100%;height:auto;}.grid-item a{-webkit-transition:color .2s ease-out 0s;-khtml-transition:color .2s ease-out 0s;-moz-transition:color .2s ease-out 0s;-ms-transition:color .2s ease-out 0s;-o-transition:color .2s ease-out 0s;transition:color .2s ease-out 0s;}.grid-item h1,.grid-item h6{font-size:17px;margin:0;padding:10px 20px 15px;line-height:1.7;}.grid-item h1 a>i>img,.grid-item h6 a>i>img{width:auto;margin-right:-10px;margin-bottom:-6px;margin-top:-11px;}.grid-item h1.grid-head-title,.grid-item h6.grid-head-title{font-size:18px;font-weight:bold;background-color:#fff;padding:2px 10px 8px;color:#181817;border-bottom:1px solid #f0a306;position:relative;}.grid-item:hover{cursor:pointer;}.grid-item:hover header:before{opacity:0;}.grid-item:hover header>a.ctitle{background-color:rgba(52,53,55,.8);}.grid-item header{position:relative;min-height:166px;background:url(/images/sprite.svg#mini-logo) #f5f5f5 no-repeat;background-size:50px 50px;background-position:50% 60%;}.grid-item header:after,.grid-item header:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;}.grid-item header:before{background-color:rgba(0,0,0,.2);z-index:1;opacity:1;}.grid-item header:after{z-index:2;}.grid-item header>a{position:relative;display:block;}.grid-item header>a img{border:none;}.grid-item header>a.ctitle{position:absolute;bottom:0;width:100%;background-color:rgba(52,53,55,.6);border-bottom:1px solid #f0a306;height:27px;line-height:1.65;z-index:3;font-size:14px;}.grid-item header>a.ctitle b{display:inline-block;float:left;padding:0;font-weight:normal;padding:2px 0 0 8px;}.grid-item header>a.ctitle b:first-child{font-weight:bold;background-color:#f0a306;height:27px;float:right;color:#000;padding:0 14px;}.grid-item header>a.ctitle b:last-child{font-size:14px;color:rgba(240,163,6,0);line-height:1.3;}.grid-item header>a.ctitle svg{width:13px;height:13px;fill:#f0a306;vertical-align:middle;margin-right:2px;}.grid-item header>a.ctitle:hover b:last-child{color:#f0a306;}.grid-item header span{bottom:10px;}.grid-item header div.overlay{position:absolute;z-index:1;background-color:rgba(0,0,0,.3);width:100%;height:100%;top:0;left:0;}.grid-item>div:not(.modern) ul{list-style:none;margin:0 0 0 0;padding:10px 15px;}.grid-item>div:not(.modern) ul li{position:relative;margin-bottom:14px;}.grid-item>div:not(.modern) ul li a{font-size:13px;color:#585858;position:relative;display:inline-block;vertical-align:top;color:#3c3b3b;background:url(/images/sprite.svg#dot) no-repeat;background-size:6px 6px;background-position:right 10px top 11px;padding:0 32px 6px 0;font-weight:bold;line-height:1.8;}.grid-item>div:not(.modern) ul li a:hover{color:#f0a306;}.grid-item>div:not(.modern) ul li svg{width:22px;height:22px;margin-top:8px;fill:#f0a306;}.grid-item>div.modern{margin-bottom:0 !important;background-color:transparent;}.grid-item>div.modern .match-item:last-child{margin-bottom:0;}.grid-item>div.modern .match-item img{display:inline-block;}.grid-item figure{margin:0;}.grid-item .media-container{padding:20px 20px 0 17px;width:100%;display:inline-block;float:right;box-shadow:none;}.grid-item .media-container:last-of-type{padding:20px 20px 20px 17px;}.grid-item .media-container .media-img{margin-top:7px;display:inline-block;width:35%;float:right;position:relative;}.grid-item .media-container .media-img a:before{content:'';position:absolute;width:14.17624521072797%;height:24.02597402597403%;top:12.33766233766234%;left:7.279693486590038%;z-index:2;}.grid-item .media-container .media-body{padding:0 15px 5px 0;width:65%;display:inline-block;vertical-align:top;}.grid-item .media-container .media-body a{font-size:12px;color:#000;display:block;line-height:1.67;font-weight:bold;margin-bottom:8px;}.grid-item .media-container .media-body a:hover{color:#f0a306;}.grid-item .media-container .media-body a>i img{width:auto;margin-right:-10px;}.grid-item .media-container .media-body a.section_link{display:inline-block;color:#ed9e43;margin-right:5px;font-size:10px !important;float:right;}.grid-item .media-container .media-body span:not(.special-article){font-size:10px;color:#999;float:right;}.grid-item .media-container .media-body svg{width:14px;height:14px;fill:#f0a50e;vertical-align:middle;margin-left:5px;}.grid-item .media-container.v .media-img a:before{background:url(/images/sprite.svg#play) no-repeat !important;background-size:100% 100%;}.grid-item .media-container.g .media-img a:before{background:url(/images/sprite.svg#gallery) no-repeat !important;background-size:100% 100%;}.grid-item.more_vg a{padding:5px 20px 10px;display:inline-block;font-weight:bold;font-size:13px;}.grid-item.more_vg a svg{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-right:10px;fill:#f0a306;}.grid-item.itags:not(.open){display:none;}.grid-item.itags>a{display:inline-block;width:100%;margin-bottom:11px;}.grid-item.itags>div{display:inline-block;padding:11px 15px 15px 15px;width:100%;float:right;text-align:center;}.grid-item.itags>div a{border:1px solid #dbdbdb;color:#919191;-webkit-border-radius:2px;-khtml-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;display:inline-block;line-height:21px;height:27px;padding:0;margin:0 -1% 2px 1%;font-size:12px;width:23.2%;text-align:center;}.grid-item.itags>div a:last-of-type{margin-left:0;}.grid-item.videos-card header:after{width:17.66666666666667%;height:30%;background:url(/images/sprite.svg#play) no-repeat;background-size:100% 100%;top:30%;left:41%;}.grid-item.views-card{display:inline-block;font-size:17px;}.grid-item.views-card h1,.grid-item.views-card h6{color:#fff;font-size:1em;line-height:1.7;margin:0;padding:5px 20px 11px 7px !important;background-color:#323335;}.grid-item.views-card a{position:relative;display:inline-block;width:100%;float:right;font-size:.7em;line-height:1.67;background-color:#f0a306;padding:20px 20px 20px 50px;font-weight:bold;}.grid-item.views-card a:nth-of-type(2){background-color:#efaa1c;}.grid-item.views-card a:nth-of-type(3){background-color:#eeb133;}.grid-item.views-card a:nth-of-type(4){background-color:#eeb849;}.grid-item.views-card a span{position:absolute;display:inline-block;top:20px;left:25px;color:#fff;font-size:1.8em;font-family:"Almarai",sans-serif;}.grid-item.gallery-card header:after{width:18.33333333333333%;height:25.55555555555556%;background:url(/images/sprite.svg#gallery) no-repeat;background-size:100% 100%;top:30%;left:40.83333333333333%;}.grid-item.gallery-card li a{background:url(../SportsEngine/Icons/camera.svg) no-repeat;background-size:22px 22px;background-position:right 0 top 9px;}.grid-item.news-card .more-news{display:inline-block;width:100%;color:#000;text-align:center;border-top:1px solid #e8e8e8;padding:8px 0 10px;font-size:16px;background-color:#fff;float:right;font-weight:bold;}.grid-item.news-card .more-news:hover{color:#f0a306;}.grid-item.news-card svg{width:8px;height:8px;}.grid-item.news-card h1,.grid-item.news-card h6{font-size:18px !important;padding:5px 20px 11px 7px !important;background-color:#323335;}.grid-item.news-card h1 a,.grid-item.news-card h6 a{color:#fff;}.grid-item.news-card h1 a svg,.grid-item.news-card h6 a svg{fill:#fff;float:left;margin-top:8px;width:18px;height:18px;}.grid-item.poll-card{height:480px;-webkit-perspective:1000;-moz-perspective:1000;-ms-perspective:1000;perspective:1000;-ms-transform:perspective(1000px);-moz-transform:perspective(1000px);-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;}.grid-item.poll-card iframe{border:none;display:inline-block;width:100%;}.grid-item.poll-card form span{font-size:14px;top:10px;padding:0 16px;}.grid-item.poll-card form span:before{background:#f0a306;width:5px;left:-5px;}.grid-item.poll-card form .body{padding:26px 0 20px;}.grid-item.poll-card form .cr1{padding:0 20px;}.grid-item.poll-card form .flipper{-webkit-transition:.6s;-webkit-transform-style:preserve-3d;-ms-transition:.6s;-moz-transition:.6s;-moz-transform:perspective(1000px);-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transition:.6s;transform-style:preserve-3d;position:relative;background:#fff !important;overflow-x:hidden;}.grid-item.poll-card form .front,.grid-item.poll-card form .back{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:.6s;-webkit-transform-style:preserve-3d;-webkit-transform:rotateY(0deg);-moz-transition:.6s;-moz-transform-style:preserve-3d;-moz-transform:rotateY(0deg);-o-transition:.6s;-o-transform-style:preserve-3d;-o-transform:rotateY(0deg);-ms-transition:.6s;-ms-transform-style:preserve-3d;-ms-transform:rotateY(0deg);transition:.6s;transform-style:preserve-3d;transform:rotateY(0deg);position:absolute;top:0;left:0;width:100%;height:auto;background-color:#fff;}.grid-item.poll-card form .front{-webkit-transform:rotateY(0deg);-ms-transform:rotateY(0deg);z-index:2;}.grid-item.poll-card form .front h1,.grid-item.poll-card form .front h6{padding-top:0;}.grid-item.poll-card form .back{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg);}.grid-item.poll-card form .back .body{padding-top:26px;}.grid-item.poll-card form .back .body ul{padding:10px 28px;}.grid-item.poll-card form .back .body li{margin-bottom:15px;font-size:11px;}.grid-item.poll-card form .back .body li b{color:#adadad;}.grid-item.poll-card form .back .pol-rec{background-color:#e8e8e8;text-align:left;position:relative;height:6px;margin-top:10px;}.grid-item.poll-card form .back .pol-rec h3{margin:0;font-size:11px;padding-left:5px;position:absolute;left:0;top:-25px;}.grid-item.poll-card form .back .pol-rec i{position:absolute;width:1px;height:100%;background-color:#f0a306;top:0;right:0;}.grid-item.poll-card form .ftr{padding:0 28px;}.grid-item.poll-card form .ftr a{background-color:#f5b11c;border:1px solid #f5b11c;line-height:1;display:inline-block;padding:6px 10px 11px;min-width:71px;text-align:center;font-size:12px;}.grid-item.poll-card form .ftr a:hover{background-color:#fff;}.grid-item.poll-card.flip .flipper .back{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);}.grid-item.poll-card.flip .flipper .front{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);z-index:0;}.grid-item.article-card span{font-size:14px;top:10px;}.grid-item.article-card .body{text-align:center;padding:50px 20px 20px;}.grid-item.article-card .body .img{display:inline-block;width:140px;height:140px;-webkit-border-radius:80px;-khtml-border-radius:80px;-moz-border-radius:80px;-ms-border-radius:80px;-o-border-radius:80px;border-radius:80px;overflow:hidden;border:5px solid #cfcfcf;}.grid-item.article-card .body .description{color:#b8b8b8;padding:0 20px;}.grid-item.article-card .body .description a{display:block;font-size:15px;line-height:25px;}.grid-item.article-card .body .description a:first-child{margin-bottom:10px;font-weight:bold;}.grid-item.article-card .body .description a.author{display:inline-block;font-size:15px;color:#f0a306;}.grid-item.article-card .body .description a:hover{color:#f0a306;}.grid-item.topics-card>div{background-color:#2e2e2c;color:#fff;}.grid-item.topics-card h1,.grid-item.topics-card h6{font-size:18px;padding:4px 15px 10px;background-color:#2a2a29;}.grid-item.topics-card .body{padding:18px;background:transparent;}.grid-item.topics-card .body .tag{font-size:20px;line-height:2.3em;width:100%;margin-bottom:10px;}.grid-item.topics-card .body .tag:hover{color:#fff;}.grid-item.topics-card .body .link{color:#fff;display:block;line-height:1.7;margin-top:15px;}.grid-item.topics-card .body .link:hover{color:#f0a306;}.grid-item.topics-card .footer{padding:20px;background-color:#2a2a29;display:flex;flex-flow:row wrap;}.grid-item.topics-card .footer a{font-size:12px;margin:2px;padding:0 14px;line-height:2.5;}.grid-item.topics-card .footer a:hover{color:#fff;}.grid-item.topics-card .body .tag,.grid-item.topics-card .footer a{background-color:#2a2a29;color:#f0a306;border:1px solid #494946;text-align:center;display:inline-block;}.grid-item.wide-news{line-height:0;}.grid-item.wide-news a.sectionlink{margin-bottom:3px;}.grid-item.wide-news a>i img{display:inline-block;line-height:0;vertical-align:middle;margin-top:-10px;}.grid-item.wide-news>div{display:inline-block;}.grid-item.wide-news>div header{width:41%;min-height:68px;float:right;}.grid-item.wide-news>div header a{height:100%;}.grid-item.wide-news>div header span:before{width:5px;left:-5px;}.grid-item.wide-news>div header:after{width:14.17624521072797%;height:24.02597402597403%;top:12.33766233766234%;left:7.279693486590038%;z-index:2;}.grid-item.wide-news>div h1,.grid-item.wide-news>div h6{width:59%;float:right;font-size:13px;line-height:1.48;padding:6px 10px 6px 6px;overflow:hidden;}.grid-item.wide-news.v>div header:after{background:url(/images/sprite.svg#play) no-repeat;background-size:100% 100%;}.grid-item.wide-news.g>div header:after{background:url(/images/sprite.svg#gallery) no-repeat;background-size:100% 100%;}.grid-item.wide-news .special-article{display:inline-block !important;padding:1px 6px !important;margin-left:9px !important;}.special-article{display:inline-block !important;font-size:10px !important;background-color:#b40001 !important;border:1px solid #db2829 !important;color:#fff !important;position:relative !important;padding:2px 12px !important;height:15px !important;line-height:9px !important;margin-left:8px !important;border-radius:2px;vertical-align:middle;}.special-article:before,.special-article:after{display:none !important;}.sectionlink{font-size:12px;color:#f0a306;line-height:1.3;height:20px;border-right:3px solid #f0a306;padding-right:7px;display:none;}@media only screen and (min-width:22.5em){.grid-item>div.ads{margin-right:0;}.grid-item>div.ads.mediumrectangle{margin-right:auto;}.grid-item#m_adv{padding:0 20px;}}@media only screen and (min-width:30em){.grid-item.wide-news>div h1,.grid-item.wide-news>div h6{font-size:16px;overflow:visible;}}@media only screen and (min-width:37em){.grid-item>div:not(.modern) h1,.grid-item>div:not(.modern) h6{font-size:24px;padding:25px 28px;}.grid-item>div:not(.modern) ul li a{font-size:16px;}.grid-item .media-container .media-body a{font-size:17px;}.grid-item.wide-news>div h1,.grid-item.wide-news>div h6{font-size:17px;padding:15px;overflow:visible;}.grid-item.wide-news>div h1 .special,.grid-item.wide-news>div h6 .special{font-size:13px;padding:0 11px;line-height:1.5;height:20px;display:block;width:21px;}.grid-item.videos-card ul{padding:10px;}}@media only screen and (min-width:48em){.grid:not(.column_mode) .grid-item{width:55%;width:calc(100% - 330px);padding:0;float:none;}.grid:not(.column_mode) .grid-item>div header{min-height:240px;}.grid:not(.column_mode) .grid-item>div:not(.modern) h1,.grid:not(.column_mode) .grid-item>div:not(.modern) h6{font-size:17px;}.grid:not(.column_mode) .grid-item>div:not(.modern) ul li a{font-size:13px;}.grid:not(.column_mode) .grid-item:nth-child(even){width:300px;}.grid:not(.column_mode) .grid-item:nth-child(even)>div header{min-height:180px;}.grid:not(.column_mode) .grid-item:nth-child(even) .media-container .media-body a{font-size:13.5px;}.grid:not(.column_mode) .grid-item.wide-news>div h1,.grid:not(.column_mode) .grid-item.wide-news>div h6{font-size:13.5px;line-height:1.45;padding:6px 10px 6px 6px;overflow:hidden;}.grid:not(.column_mode) .grid-item.wide-news>div h1 .special,.grid:not(.column_mode) .grid-item.wide-news>div h6 .special{display:inline-block;font-size:10px;}.grid:not(.column_mode) .grid-item.wide-news>div header{min-height:99px;}.grid:not(.column_mode) .grid-item#m_adv{padding:0;}.grid.column_mode .grid-item{padding:0;float:none;}.grid.column_mode .grid-item>div:not(.modern) h1,.grid.column_mode .grid-item>div:not(.modern) h6{font-size:15px;}.grid.column_mode .grid-item>div:not(.modern) ul li a{font-size:13px;}.grid.column_mode .grid-item:nth-child(even) .media-container .media-body a{font-size:13.5px;}.grid.column_mode .grid-item.wide-news>div h1,.grid.column_mode .grid-item.wide-news>div h6{font-size:13.5px;line-height:1.45;padding:6px 10px 6px 6px;overflow:hidden;}.grid.column_mode .grid-item.wide-news>div h1 .special,.grid.column_mode .grid-item.wide-news>div h6 .special{display:inline-block;font-size:10px;}.grid.column_mode .grid-item.wide-news>div header{min-height:99px;}.grid.column_mode .grid-item#m_adv{padding:0;}}@media only screen and (min-width:62em){.grid-col{width:250px;padding:0;}.grid-col:nth-child(3n+2){width:52%;width:calc(100% - 500px);padding:0 30px;}.grid:not(.column_mode) .grid-item{width:58.75%;width:calc(100% - 330px);}.grid:not(.column_mode) .grid-item>div header{min-height:340px;}.grid:not(.column_mode) .grid-item:nth-child(odd).wide-news>div h1,.grid:not(.column_mode) .grid-item:nth-child(odd).wide-news>div h6{overflow:visible;font-size:17px;padding:15px 15px 0 !important;}.grid:not(.column_mode) .grid-item:nth-child(odd).wide-news>div h1 .special,.grid:not(.column_mode) .grid-item:nth-child(odd).wide-news>div h6 .special{display:block;font-size:13px;}.grid:not(.column_mode) .grid-item.wide-news>div header{min-height:140px;}.grid:not(.column_mode) .grid-item.wide-news>div header span:before{width:29px;left:-29px;}.grid:not(.column_mode) .grid-item.wide-news h1,.grid:not(.column_mode) .grid-item.wide-news h6{padding:15px 15px 0 !important;}.grid:not(.column_mode) .grid-item .sectionlink{display:table;}.grid.column_mode .grid-item>div header{min-height:150px;}.grid.column_mode .grid-item.wide-news>div header span:before{width:29px;left:-29px;}.grid.column_mode .grid-item.wide-news h1,.grid.column_mode .grid-item.wide-news h6{padding:15px 15px 0 !important;}.grid.column_mode .grid-item .sectionlink{display:table;}}@media only screen and (min-width:75em){.grid{margin:0 0 30px;}.grid-col{width:300px;padding:0;}.grid-col:nth-child(3n+2){width:52%;width:calc(100% - 600px);padding:0 30px;}.grid-col:nth-child(3n+2) .grid-item>div header{min-height:276px;}.grid-col:nth-child(3n+2) .grid-item h1,.grid-col:nth-child(3n+2) .grid-item h6{overflow:visible;font-size:22px;line-height:1.6;padding:23px 25px 30px;}.grid-col:nth-child(3n+2) .grid-item ul li a{font-size:14px;}.grid-col:nth-child(3n+2) .grid-item.wide-news>div header{min-height:113px;}.grid-col:nth-child(3n+2) .grid-item.wide-news>div h1,.grid-col:nth-child(3n+2) .grid-item.wide-news>div h6{overflow:visible;font-size:13px;line-height:1.5;padding:20px;}.grid-col:nth-child(3n+2) .grid-item.wide-news>div h1 .special,.grid-col:nth-child(3n+2) .grid-item.wide-news>div h6 .special{font-size:11px !important;line-height:1.9;}.grid.column_mode .grid-item>div header{min-height:180px;}.grid.column_mode .grid-item>div header>a *{-webkit-transition:all .2s ease-in-out 0s;-khtml-transition:all .2s ease-in-out 0s;-moz-transition:all .2s ease-in-out 0s;-ms-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;}.grid.column_mode .grid-item .media-container .media-body a{font-size:14px !important;}.grid.column_mode .grid-item .media-container .media-body a.section_link{margin-top:0;font-size:10px !important;}.grid.column_mode .grid-item ul li{font-size:13px;}.grid:not(.column_mode) .grid-item{width:300px;}.grid:not(.column_mode) .grid-item>div header{min-height:180px;}.grid:not(.column_mode) .grid-item>div header>a *{-webkit-transition:all .2s ease-in-out 0s;-khtml-transition:all .2s ease-in-out 0s;-moz-transition:all .2s ease-in-out 0s;-ms-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;}.grid:not(.column_mode) .grid-item .media-container .media-body a{font-size:16px !important;padding-top:5px;}.grid:not(.column_mode) .grid-item .media-container .media-body a.section_link{margin-top:0;padding-top:0;}.grid:not(.column_mode) .grid-item:nth-child(3n+2){width:42%;width:calc(100% - 660px);}.grid:not(.column_mode) .grid-item:nth-child(3n+2)>div header{min-height:276px;}.grid:not(.column_mode) .grid-item:nth-child(3n+2) h1,.grid:not(.column_mode) .grid-item:nth-child(3n+2) h6{overflow:visible;font-size:22px;line-height:1.6;padding:23px 25px 30px;}.grid:not(.column_mode) .grid-item:nth-child(3n+2) ul li a{font-size:14px;}.grid:not(.column_mode) .grid-item:nth-child(3n+2).wide-news>div header{min-height:113px;}.grid:not(.column_mode) .grid-item:nth-child(3n+2).wide-news>div h1,.grid:not(.column_mode) .grid-item:nth-child(3n+2).wide-news>div h6{overflow:visible;font-size:15px;line-height:1.5;padding:20px;}.grid:not(.column_mode) .grid-item:nth-child(3n+2).wide-news>div h1 .special,.grid:not(.column_mode) .grid-item:nth-child(3n+2).wide-news>div h6 .special{font-size:11px !important;line-height:1.9;}.grid:not(.column_mode) .grid-item ul li{font-size:13px;}}@media only screen and (min-width:90.1em){.grid-col:nth-child(3n+2) .grid-item>div header{min-height:382px;}.grid-col:nth-child(3n+2) .grid-item.wide-news>div header{min-height:156px;}.grid-col:nth-child(3n+2) .grid-item.wide-news>div h1,.grid-col:nth-child(3n+2) .grid-item.wide-news>div h6{padding:20px 20px 0 !important;font-size:15px;line-height:1.8;}.grid:not(.column_mode) .grid-item:nth-child(3n+2){width:49%;}.grid:not(.column_mode) .grid-item:nth-child(3n+2)>div header{min-height:382px;}.grid:not(.column_mode) .grid-item:nth-child(3n+2).wide-news>div header{min-height:156px;}.grid:not(.column_mode) .grid-item:nth-child(3n+2).wide-news>div h1,.grid:not(.column_mode) .grid-item:nth-child(3n+2).wide-news>div h6{padding:20px 20px 0 !important;font-size:17px;line-height:1.8;}}.news-block.pro header h6{background:#f0a306;}.news-block.pro header h6 a{color:#000;text-shadow:none;}.news-block.pro header>i{top:-50px !important;}.news-block.pro.sm header>i{top:-48px !important;}.news-block.pro.sm header h6{height:80px;}.news-block.pro.sm header h6 a{height:69px;overflow:hidden;}.side .news-block.pro.sm header>i{top:-6px !important;}.grid-item.pro header>a.ctitle{display:none;}.grid-item.pro:not(.wide-news)>div:not(.m_adv){background:#f0a306;}.grid-item.pro:not(.wide-news) h1,.grid-item.pro:not(.wide-news) h6{position:relative;}.grid-item.pro:not(.wide-news) h1 a>i>img,.grid-item.pro:not(.wide-news) h6 a>i>img{position:absolute;margin:0;top:-50px;z-index:2;right:10px;}.grid-item.pro.wide-news{position:relative;}.grid-item.pro.wide-news h1 a>i,.grid-item.pro.wide-news h6 a>i{position:absolute;margin:0;top:10px;z-index:2;right:15px;}#filgoal_pro_content{font-size:.65em;padding:30px;position:relative;}#filgoal_pro_content>div{position:relative;}#filgoal_pro_content>div>p{filter:blur(4px);}#filgoalpro_box{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);background:#f0a307;background:-moz-linear-gradient(49deg,#f0a307 0%,#ffc85a 100%);background:-webkit-linear-gradient(49deg,#f0a307 0%,#ffc85a 100%);background:linear-gradient(49deg,#f0a307 0%,#ffc85a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0a307",endColorstr="#ffc85a",GradientType=1);padding:20px;border-radius:12px;text-align:center;font-size:12px;min-width:310px;}#filgoalpro_box h2{margin:0;}#filgoalpro_box h3{margin:0 auto 15px;}#filgoalpro_box img{height:26px;}#filgoalpro_box a img{height:45px;}#filgoal_pro_link{display:block !important;background:#fff;font-size:16px;padding:8px 0 14px;border-radius:6px;font-weight:bold;}#filgoalpro_box a{display:none;margin-top:30px;}@media screen and (min-width:62em){.news-block.pro.sm header h6 a{height:auto;}.side .news-block.pro.sm header h6 a{height:69px;}}@media screen and (min-width:75em){#filgoalpro_box{min-width:411px;padding:40px;}#filgoalpro_box h2{font-size:23px;width:70%;margin:0 auto;line-height:1.5;margin-bottom:5px;}#filgoalpro_box h3{font-size:17px;width:70%;margin:0 auto;line-height:1.5;margin-bottom:20px;}#filgoalpro_box a{display:inline-block;padding:5px;}#filgoalpro_box a img{height:36px;}#filgoal_pro_link{display:none !important;}}.sidelist_box{position:relative;line-height:1.6;background:#f3ac1c;background:-moz-linear-gradient(0deg,#f3ac1c 0%,#fec554 100%);background:-webkit-linear-gradient(0deg,#f3ac1c 0%,#fec554 100%);background:linear-gradient(0deg,#f3ac1c 0%,#fec554 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3ac1c",endColorstr="#fec554",GradientType=1);padding:11px 0;border-radius:10px;width:100% !important;margin:0 auto 20px;display:inline-block !important;overflow:hidden;}.sidelist_box *{box-sizing:border-box;}.sidelist_box a{display:inline-block;text-decoration:none;width:100%;}.sidelist_box>a{color:#fff;position:relative;margin-bottom:14px;margin-top:4px;padding:0 20px;font-size:18px;font-weight:bold;}.sidelist_box>a svg{display:inline-block;width:16px;height:16px;fill:#fff;vertical-align:middle;margin-left:8px;}.sidelist_box>a:before{content:'';width:11px;height:11px;border-top:1px solid #fff;border-left:1px solid #fff;position:absolute;top:9px;left:20px;transform:rotate(-45deg);}.sidelist_box_title{font-size:10px;text-align:center;padding:20px 0 0;}.sidelist_box_title h2{margin:0;}.sidelist_box_title img{height:21px;}.sholder{position:relative;margin-bottom:35px;text-align:center;}.sholder .scarousel_body{position:relative;display:inline-block;transform:translateX(-18px);}.sholder ul{list-style:none;width:250px;height:240px;position:relative;margin:40px auto 30px;margin-left:45px;}.sholder ul *{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:all .3s ease-out;}.sholder ul * ::before,.sholder ul * ::after{transition:all .3s ease-out;}.sholder li{width:240px;height:210px;position:absolute;border-radius:15px;overflow:hidden;color:#fff;transition:all .3s ease-out;}.sholder li:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:-moz-linear-gradient(top,transparent 0%,transparent 39%,rgba(0,0,0,.95) 100%);background:-webkit-linear-gradient(top,transparent 0%,transparent 39%,rgba(0,0,0,.95) 100%);background:linear-gradient(to bottom,transparent 0%,transparent 39%,rgba(0,0,0,.95) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#db000000',GradientType=0);z-index:1;pointer-events:none;}.sholder li>a{width:100%;height:100%;display:inline-block;text-decoration:none;color:#fff;}.sholder li>a img{width:100%;height:100%;}.sholder li>a span,.sholder li>a h2{position:absolute;z-index:2;}.sholder li>a span{right:10px;top:10px;font-size:13px;padding:2px 10px 5px;}.sholder li>a span i{position:relative;font-style:normal;}.sholder li>a span:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#f0a306;border-radius:4px;transform:skewX(-10deg);}.sholder li>a h2{bottom:0;left:0;font-size:13px;text-align:right;margin:0;padding:20px;}.sholder li:nth-of-type(n+2):before{background:rgba(0,0,0,.2);}.sholder li:nth-of-type(n+2)>a{opacity:0;}#filgoal_app_link{font-size:14px;padding:5px 30px 11px;border-radius:30px;margin:0 auto 15px;display:inline-block;width:auto;border:1px solid rgba(0,0,0,.45);background:rgba(0,0,0,.21);position:absolute;bottom:-40px;left:16px;}.cards_action{position:absolute;bottom:-12px;display:inline-block;left:50%;transform:translateX(-50%);display:inline-block;margin-left:18px;}.cards_action .dots{direction:rtl;margin-top:-2px;display:inline-block;}.cards_action .dots i{display:inline-block;width:4px;height:4px;background:rgba(0,0,0,.21);border-radius:3px;margin:0 3px;}.cards_action .dots i.active{background:rgba(0,0,0,.45);}.cards_action .left_btn,.cards_action .right_btn{width:40px;height:40px;cursor:pointer;top:-2px;border:1px solid rgba(0,0,0,.45);background:rgba(0,0,0,.21);}.cards_action .left_btn{left:-45px;}.cards_action .right_btn{right:-45px;transform:rotate(180deg);}.aw_ico{display:inline-block;width:30px;height:30px;position:absolute;background:#c62828;border-radius:50%;top:0;left:0;}.aw_ico:before{width:12px;height:12px;position:absolute;border-top:1px solid rgba(0,0,0,.45);border-left:1px solid rgba(0,0,0,.45);content:"";top:50%;left:50%;transform:translate3d(-50%,-50%,0) rotate(-45deg);margin-left:4px;}#SPHolder{min-height:1100px;display:inline-block;margin:0 auto;width:100%;position:relative;}.temp{margin-top:20px;}.loading-container{display:table;width:100%;min-height:45%;padding:40px 0;}#inner-block .block-ads{display:block;}#inner-block>div{position:relative;}#inner-block>div .row{position:relative;}.main_body{display:inline-block;width:100%;float:right;}.main_body>div{display:inline-block;width:100%;float:right;}.main_body .article{display:inline-block;width:100%;font-size:20px;border-top:5px solid #f0a306;margin-bottom:20px;position:relative;}.main_body .article>div{width:100% !important;}.main_body .title{display:block;padding:60px 20px 20px 20px;background-color:#fff;position:relative;clear:both;}.main_body .title span{position:relative;display:inline-block;}.main_body .title .special-article{display:inline-block !important;margin:0 !important;vertical-align:middle;}.main_body .title h1,.main_body .title h6{font-size:.75em;line-height:1.5;margin:0;color:#000;font-family:"Almarai",sans-serif;}.main_body .title h1>i,.main_body .title h6>i{line-height:0;display:inline-block;vertical-align:middle;}.main_body .title p{font-size:.4em;color:#696969;margin:10px 0 6px;}.main_body .title p:nth-of-type(2){margin-top:0;line-height:1.2;font-weight:bold;color:#000;}.main_body .title p:nth-of-type(2) a{color:#f0a306;}.main_body .details{background-color:#fff;float:right;width:100%;}.main_body .details #details_content{font-size:.65em;display:inline-block;width:100%;float:right;padding:0 20px;line-height:1.8;}.main_body .details iframe{width:100%;margin:0 auto;}.main_body .details p,.main_body .details table{color:#2e2f31;padding:0;margin:0 0 30px;}.main_body .details p a,.main_body .details table a{color:#e29904;text-decoration:underline;}.main_body .details p:first-of-type,.main_body .details table:first-of-type{margin-top:30px;}.main_body .details p.caption{margin:0;padding:0 10px 7px;text-align:center;font-size:12px;background-color:#f5f5f5;color:#8c8c8c;}.main_body .details p img{width:100%;height:auto;}.main_body .details .tags{display:inline-block;width:100%;padding:0 0 10px;margin-top:10px;}.main_body .details .tags a{display:inline-block;float:right;background-color:#f5f5f5;color:#545454;padding:0 10px;font-size:.6em;border:1px solid #f3b538;height:20px;line-height:20px;margin:0 0 10px 10px;}.main_body .details .right_border{display:inline-block;width:100%;margin:0;}.main_body .details #extra{display:inline-block;width:100%;float:right;border:1px solid #ddd;padding:0 8px 20px;margin:0 0 20px;text-align:center;}.main_body .details #extra .match-item{padding:0;display:inline-block;width:100%;vertical-align:middle;}.main_body .details #extra .match-item a{position:relative;display:inline-block;width:100%;}.main_body .details #extra .match-item a *{cursor:pointer;}.main_body .details #extra .match-item a h1,.main_body .details #extra .match-item a h6{display:none;}.main_body .details #extra .match-item a>div:nth-of-type(1),.main_body .details #extra .match-item a>div:nth-of-type(2){text-align:center;}.main_body .details #extra .match-item a>div:nth-of-type(1) span,.main_body .details #extra .match-item a>div:nth-of-type(2) span{line-height:1.3;width:100%;display:block;clear:both;}.main_body .details #extra .match-item a>div:nth-of-type(1){padding:0 0 0 25px;}.main_body .details #extra .match-item a>div:nth-of-type(2){padding:0 25px 0 0;}.main_body .details #extra .match-item a>div:nth-of-type(3){margin-top:-20px;display:inline-block;}.main_body .details #extra .match-item b{top:-9px;}.main_body .details #extra .match-item .status,.main_body .details #extra .match-item .time{vertical-align:top;float:right;width:100%;}.main_body .details #extra .match-item .status{margin-top:12px;}.main_body .details #extra .player{text-align:center;font-size:12px;padding:20px 0 0;display:inline-block;width:33.33333333333333%;vertical-align:middle;}.main_body .details #extra .player img{width:40px;height:auto;-webkit-border-radius:40px;-khtml-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px;border-radius:40px;}.main_body .details #extra .player h2,.main_body .details #extra .player h3,.main_body .details #extra .player h4{margin:0;line-height:1.5;}.main_body .details #extra .player h3,.main_body .details #extra .player h4{font-weight:normal;display:none;}.main_body .details #extra .player h2{font-size:12px;line-height:.8;}.main_body .details #extra .team{display:inline-block;width:33.33333333333333%;vertical-align:middle;padding:28px 0 0;line-height:1.3;}.main_body .details #extra .team a{text-align:center;font-size:12px;display:block;}.main_body .details #extra .team a img{display:block;margin:0 auto;width:30px;}.main_body .details .related{margin-top:20px;}.main_body .details .related h1,.main_body .details .related h6{font-size:1em;margin:0 0 25px;border-right:2px solid #f0a306;line-height:1;padding-right:11px;}.main_body .details .related a{font-size:.7em;display:inline-block;width:100%;float:right;line-height:1.5;margin-bottom:15px;font-weight:bold;position:relative;height:75px;box-shadow:0 0 10px #eee;}.main_body .details .related a img{float:right;width:105px;margin-left:15px;height:100%;}.main_body .details .related a span{display:inline-block;padding-top:10px;width:62%;width:calc(100% - 122px);position:relative;}.main_body .details .related a span>i{display:inline-block;vertical-align:middle;}.main_body .details .related a span>i>img{width:auto;height:28px;margin:0;}.main_body .details .related a:hover{color:#f0a306;}.main_body .details .quote{padding-top:40px;background:url(../../images/quote.svg) no-repeat;font-size:.8em;color:#f0a306;background-size:40px 40px;background-position:right 20px top;}.main_body .details .v_object{margin-top:20px;}.main_body .details .v_object .twitter-tweet.twitter-tweet-rendered{margin-bottom:-48.25% !important;padding:0;position:static !important;}.main_body .details .v_object .twitter-tweet.twitter-tweet-rendered iframe{position:static !important;}.main_body .details .v_object>div{position:relative;padding-bottom:56.25%;padding-top:30px;height:auto;overflow:hidden;}.main_body .details .v_object>div iframe,.main_body .details .v_object>div object,.main_body .details .v_object>div embed,.main_body .details .v_object>div>div{position:absolute !important;top:0;left:0;width:100%;height:100%;}.main_body .details .v_object.block{width:100%;}.main_body .details ul.videolist{padding:0;}.main_body .details ul.videolist li a{background-position:right 0 top 6px;padding:0 42px 11px 5px;font-size:14px;font-weight:bold;display:inline-block;line-height:1.5;}.main_body .grid-item.news-card{margin:20px auto;font-size:20px;}.main_body .grid-item.news-card h1,.main_body .grid-item.news-card h6{font-size:.85em !important;}.main_body .grid-item.news-card h1 svg,.main_body .grid-item.news-card h6 svg{fill:#eca107;}.main_body .grid-item.news-card a.section_link{color:#999 !important;}.main_body .grid-item.news-card .media-container .media-body a{font-size:.6em;}.main_body .grid-item.news-card .media-container svg{fill:#999;}.sub_title{color:#f0a306 !important;font-family:"Almarai",sans-serif !important;}.social_bar_parent{display:inline-block;position:relative;width:100%;height:62px;}.social_bar{display:inline-block;width:100%;background-color:#f1f1f1;position:absolute;top:0;right:0;}.social_bar .shr_btn{cursor:pointer;text-align:center;}.social_bar.match_social{position:relative;}.social_bar div{width:25%;display:inline-block;float:right;text-align:center;font-size:15px;padding:12px 0;border-left:1px solid #fff;}.social_bar div:last-child{border-left:none;}.social_bar div.google{color:#db4437;}.social_bar div.pint{color:#d01d15;}.social_bar div.twitter{color:#55acee;}.social_bar div.facebook{color:#3b5998;}.social_bar div svg{width:25px;height:25px;display:inline-block;vertical-align:middle;margin-right:5px;}.social_bar.top{float:left;left:51px;right:auto;background-color:transparent;padding-left:0;display:none;}.social_bar.top div{padding:6px 0 !important;border:none;}.social_bar.top div svg{width:32px;height:32px;}.externalHTML{display:block;clear:both;margin:20px auto;width:100%;box-sizing:border-box;}.externalHTML.ytb-block{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}.externalHTML.ytb-block iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.externalHTML blockquote{font-size:1em;}.externalHTML p{margin:0 !important;}.side{display:inline-block;width:100%;margin:20px auto 20px;float:right;}.side .grid-item{display:inline-block;padding:0;}.side .grid-item>div header{min-height:180px;}.side #main-news{box-shadow:none;margin-bottom:20px;}.side #main-news .col-md-6{border-bottom:1px solid #ececec;}.side>div{width:100% !important;float:right;margin-bottom:20px !important;}.side>div:not(.ads){padding:0 20px;}.side>iframe{padding:0 20px 20px;}.data_article_gallery{margin:0;clear:both;}.data_article_gallery .lslide{line-height:1px;}.data_article_gallery .lSSlideOuter .lSPager.lSGallery li.active,.data_article_gallery .lSSlideOuter .lSPager.lSGallery li:hover{border-radius:0;}.data_article_gallery .lSAction>a{top:0;width:20px;height:20px;background-color:#f0a306;background-image:none;line-height:1px;text-align:center;padding:10px 10px 6px;margin-top:0;}.data_article_gallery .lSAction>a svg{width:15px;height:15px;fill:#000;}.data_article_gallery .lSAction>.lSPrev{left:auto;right:40px;border-right:1px solid #b47a04;}.data_article_gallery .lSAction>.lSNext{right:0;}.data_article_gallery .gallery img{width:100%;height:auto;}.data-article-img{display:inline-block;width:100%;float:right;clear:both;padding:0;margin-top:20px;}.data-article-img img{width:100%;height:auto;}@media only screen and (min-width:22.4em){.main_body .article{font-size:24px;}.main_body .details #extra .match-item b{top:3px;}.main_body .grid-item.news-card{font-size:24px;}}@media only screen and (min-width:30em){.main_body .article{font-size:28px;}.main_body .details #details_content{font-size:.65em;}.main_body .details #extra .match-item b{top:3px;}.grid-item.views-card{font-size:20px;}.social_bar div svg{margin-right:10px;}}@media only screen and (max-width:37em){.social_bar.sticky{height:58px;position:fixed;bottom:0;top:auto;z-index:3;}.social_bar.sticky.smartbanner_social_sticky{bottom:54px;}footer.socialbar_visible{margin-bottom:50px;}footer.smartbanner_social_sticky{margin-bottom:50px;}footer.smartbanner_social_sticky.socialbar_visible{margin-bottom:100px;}}@media only screen and (min-width:37em){.main_body .details #extra .match-item{padding:20px 0;}.main_body .details #extra .match-item b{top:11px;}.main_body .details #extra .match-item a>div:nth-of-type(1) span,.main_body .details #extra .match-item a>div:nth-of-type(2) span{font-size:18px;}.main_body .details #extra .match-item a>div:nth-of-type(1){padding:0 0 0 91px;}.main_body .details #extra .match-item a>div:nth-of-type(1) b{left:60px;}.main_body .details #extra .match-item a>div:nth-of-type(2){padding:0 91px 0 0;}.main_body .details #extra .match-item a>div:nth-of-type(2) b{right:60px;}.main_body .details #extra .match-item a>div:nth-of-type(3){position:absolute;top:30px;width:50px;left:50%;margin-left:-25px;}.main_body .details #extra .player h2{font-size:18px;line-height:.5;}.main_body .details #extra .team a{font-size:18px;}.main_body .details #extra .team a img{width:24px;height:24px;}.main_body .details .tags a{height:29px;line-height:29px;}.main_body .grid-item.news-card .media-container .media-body a{font-size:.7em;}.side #main-news .col-md-6{width:100% !important;flex-basis:100% !important;max-width:100% !important;}.side .grid-item.views-card{font-size:20px;}#related-matches h1,#related-matches h6{font-size:20px;}.match-item a>div:nth-of-type(1) span,.match-item a>div:nth-of-type(2) span{font-size:14px;}#section-links img{width:auto;}.social_bar.top{display:inline-block;}}@media only screen and (min-width:47em){.main_body .article{font-size:37px;}.main_body .grid-item.news-card{display:inline-block;width:100%;margin:0;background-color:#fff;font-size:30px;}.main_body .grid-item.news-card .media-container{width:50%;box-shadow:none;}.main_body .grid-item.news-card .media-container:nth-child(2n){clear:both;}.main_body .grid-item.news-card .more-news{font-size:.85em;}.main_body .details .related a{font-size:.6em;margin-bottom:20px;}.main_body .details .quote{font-size:.6em;}.main_body .details #extra .match-item b{top:3px;}.main_body .details #extra .match-item a>div:nth-of-type(3){top:38px;width:70px;margin-left:-35px;}.side .grid-item.views-card{font-size:25.5px;}.side .grid-item.views-card a{padding:30px 30px 30px 70px;}#related-matches h1,#related-matches h6{font-size:25.5px;}.match-item a>div:nth-of-type(1) span,.match-item a>div:nth-of-type(2) span{font-size:18px;}.match-item a>div:nth-of-type(1){padding:0 0 0 50px;}.match-item a>div:nth-of-type(2){padding:0 50px 0 0;}.match-item a>div:nth-of-type(3){width:70px;}.match-item .status{font-size:14px;}.match-item .time{font-size:12px;}.social_bar.top{left:54px;top:0;}}@media only screen and (min-width:48em) and (max-width:75em){#top-bar.inner_bar .container{width:100%;}}@media only screen and (min-width:61em){.main_body{width:55%;width:-moz-calc(100% - 320px);width:-webkit-calc(100% - 320px);width:-o-calc(100% - 320px);width:calc(100% - 320px);margin:0 0 20px 10px;}.main_body .title{padding:30px 30px 53px 20px;min-height:175px;}.main_body .title p{font-size:.3em;}.main_body .article{font-size:30px;}.main_body .grid-item.news-card{font-size:22px;margin-top:20px;}.main_body .grid-item.news-card .media-container{clear:none;padding:10px;}.main_body .grid-item.news-card .media-container .media-img,.main_body .grid-item.news-card .media-container .media-body{width:100%;}.main_body .grid-item.news-card .media-container .media-body{padding:5px 0 10px;}.main_body .details #details_content{font-size:.55em;}.main_body .details p,.main_body .details table{margin:0 0 40px;}.main_body .details p{line-height:1.8;}.main_body .details .tags{padding:0 0 10px;}.main_body .details .tags a{height:23px;line-height:23px;}.main_body .details #extra .match-item a>div:nth-of-type(1),.main_body .details #extra .match-item a>div:nth-of-type(2){padding:0;}.main_body .details #extra .match-item a>div:nth-of-type(1) b,.main_body .details #extra .match-item a>div:nth-of-type(2) b{top:-14px;}.main_body .details #extra .match-item a>div:nth-of-type(1) div,.main_body .details #extra .match-item a>div:nth-of-type(2) div{width:70%;text-align:center;line-height:1.5;}.main_body .details #extra .match-item a>div:nth-of-type(1) div span,.main_body .details #extra .match-item a>div:nth-of-type(2) div span{display:block;}.main_body .details #extra .match-item a>div:nth-of-type(1) b{left:20px;}.main_body .details #extra .match-item a>div:nth-of-type(1) div{float:right;}.main_body .details #extra .match-item a>div:nth-of-type(2) b{right:20px;}.main_body .details #extra .match-item a>div:nth-of-type(2) div{float:left;}.main_body .details #extra .match-item a>div:nth-of-type(3){top:52px;}.main_body .details #extra .match-item .status{font-size:12px;}.main_body .details .related,.main_body .details .quote,.main_body .details .v_object{margin-bottom:20px;clear:both;}.main_body .details .related a{margin-bottom:15px;}.main_body .details .related h1,.main_body .details .related h6{font-size:1.3em;}.social_bar{top:auto;bottom:0;}.side{margin:0 10px 20px 0;width:300px;}.side .news-block{height:auto !important;}.side .news-block h1,.side .news-block h6{font-size:13px !important;}.side .news-block.sm{width:49.8% !important;margin-bottom:80px;}.side .news-block.sm h1,.side .news-block.sm h6{font-size:11px !important;position:absolute;top:15px;margin-top:25px;}.side .news-block.sm h1 a,.side .news-block.sm h6 a{color:#000;overflow:hidden;text-shadow:none;height:68px;}.side .news-block.sm header{bottom:40px !important;}.side .grid-item h1,.side .grid-item h6{font-size:17px !important;padding:12px 20px 14px !important;}.side .grid-item.views-card{font-size:16px;}.side .grid-item.views-card a{padding:20px 20px 20px 50px !important;font-size:.8em !important;line-height:1.8;}.side .grid-item ul li a{font-size:11px !important;}.side>div:not(.ads){padding:0;}.side>iframe{padding:0 0 20px;}#related-matches h1,#related-matches h6{font-size:15px;}#related-matches .match-item .status,#related-matches .match-item .time{font-size:10px;}#related-matches .match-item .time{display:inline-block;padding-top:4px;}}@media only screen and (min-width:75em){.main_body{width:71%;width:-moz-calc(100% - 320px);width:-webkit-calc(100% - 320px);width:-o-calc(100% - 320px);width:calc(100% - 320px);}.main_body .title h1,.main_body .title h6{font-size:.9em;}.main_body .details #details_content{padding:30px 30px 0;font-size:.65em;}.main_body .details p,.main_body .details table{line-height:2;}.main_body .details #extra{padding:20px 15px;}.main_body .details #extra .match-item{width:34%;border-bottom:none;padding:0 0 0 10px;}.main_body .details #extra .match-item a h1,.main_body .details #extra .match-item a h6{display:block;font-size:12px;left:0;width:110px;text-align:center;margin:10px 0;}.main_body .details #extra .match-item a>div:nth-of-type(1),.main_body .details #extra .match-item a>div:nth-of-type(2){padding:0;display:block;float:none;text-align:right;line-height:30px;width:49%;height:30px;}.main_body .details #extra .match-item a>div:nth-of-type(1) span,.main_body .details #extra .match-item a>div:nth-of-type(2) span{font-size:12px;vertical-align:middle;width:calc(100% - 38px);}.main_body .details #extra .match-item a>div:nth-of-type(1) b,.main_body .details #extra .match-item a>div:nth-of-type(2) b{left:0;top:5px;right:auto;font-size:14px;}.main_body .details #extra .match-item a>div:nth-of-type(1) div,.main_body .details #extra .match-item a>div:nth-of-type(2) div{width:100%;text-align:right;line-height:.6;}.main_body .details #extra .match-item a>div:nth-of-type(1) div span,.main_body .details #extra .match-item a>div:nth-of-type(2) div span{display:inline-block;}.main_body .details #extra .match-item a>div:nth-of-type(1){direction:rtl;margin-top:10px;}.main_body .details #extra .match-item a>div:nth-of-type(3){left:0;margin-left:0;width:110px;top:21px;height:100%;}.main_body .details #extra .match-item a>div:nth-of-type(3) .status{width:auto;}.main_body .details #extra .match-item a>div:nth-of-type(3) .status,.main_body .details #extra .match-item a>div:nth-of-type(3) .time{float:none;display:block;margin:0 auto;font-size:12px;}.main_body .details #extra .player{width:25%;text-align:right;padding:8px 10px;}.main_body .details #extra .player img,.main_body .details #extra .player h2,.main_body .details #extra .player h3,.main_body .details #extra .player h4{float:right;display:block;vertical-align:top;}.main_body .details #extra .player h2,.main_body .details #extra .player h3,.main_body .details #extra .player h4{width:50%;line-height:1.5;font-size:14px;}.main_body .details #extra .player img{width:70px;margin-left:15px;}.main_body .details #extra .team{width:15%;padding:18px 7px;}.main_body .details #extra .team a{font-size:14px;}.main_body .details #extra>div{border-left:1px solid #ddd;}.main_body .details #extra>div:last-child{border-left:none;}.main_body .details .quote{width:34%;}.main_body .details .v_object{width:100%;}.main_body .details .quote{font-size:.7em;}.main_body .details .related a{font-size:.57em;width:23.5%;margin-left:2%;height:auto;}.main_body .details .related a img{margin:0;width:100%;height:auto;}.main_body .details .related a span{width:100%;padding:15px;box-sizing:border-box;min-height:83px;}.main_body .details .related a span>i{position:absolute;right:5px;top:-5px;transform:translateY(-100%);}.main_body .details .related a span>i>img{height:auto;}.main_body .details .related a:nth-of-type(4n){margin-left:0;}.main_body .details .related h1,.main_body .details .related h6{font-size:1.1em;}.main_body .article .title p{font-size:.4em;}.main_body .article .title p:nth-of-type(2){margin-bottom:32px;}.main_body .grid-item.news-card .media-container{width:25%;clear:none;}.main_body .grid-item.news-card .media-container:nth-child(2n){clear:none;}.main_body .grid-item.news-card .media-container:nth-child(4n+2){clear:both;padding-right:20px;}.main_body .grid-item.news-card .media-container:nth-child(4n+1){padding-left:20px;}.social_bar div{padding:12px 12px 12px 20px;text-align:left;width:33.3%;float:right;}.social_bar div.Messenger{display:none !important;}.social_bar div svg{width:35px;height:35px;}.social_bar.top{line-height:2;}.social_bar.top div{width:8%;float:left;}}@media only screen and (min-width:90.1em){.main_body{width:75%;width:-moz-calc(100% - 320px);width:-webkit-calc(100% - 320px);width:-o-calc(100% - 320px);width:calc(100% - 320px);}.main_body .article{font-size:34px;}.main_body .details .related a{margin-bottom:20px;}.side .news-block.sm{width:49.9% !important;}.social_bar.top{width:80%;}}@media screen and (max-width:480px){.main_body .details .tags{padding:10px 20px 0;}.main_body .details #details_content{padding:0 20px;}}#list-box{background-color:#fff;display:inline-block;width:100%;float:right;font-size:20px;}#list-box header{display:inline-block;width:100%;float:right;padding:0 20px;font-size:20px;}#list-box header label{display:block;font-weight:bold;margin-bottom:10px;font-size:1.3em;line-height:2;}#list-box header label span{color:#f0a306;}#list-box header .cd-dropdown{width:46%;}#list-box header .cd-dropdown:nth-of-type(1){margin-right:16px;}#list-box main ul{display:inline-block;padding:0 20px;}#list-box main li{display:inline-block;width:100%;float:right;margin-top:20px;position:relative;}#list-box main li:first-child{margin-top:0;}#list-box main li a:hover h1,#list-box main li a:hover h6{color:#f0a306;}#list-box main li a>img{display:block;width:35%;height:auto;float:right;}#list-box main li h1,#list-box main li h6{margin:0;font-size:.64em;line-height:1.5;-webkit-transition:color .3s ease-out;-khtml-transition:color .3s ease-out;-moz-transition:color .3s ease-out;-ms-transition:color .3s ease-out;-o-transition:color .3s ease-out;transition:color .3s ease-out;}#list-box main li h1 i,#list-box main li h6 i{display:inline-block;vertical-align:middle;margin-top:-31px;line-height:0;margin-right:-8px;}#list-box main li h1 i img,#list-box main li h6 i img{top:14px;position:relative;}#list-box main li p,#list-box main li span{font-size:.5em;}#list-box main li p{line-height:1.6;color:#525252;margin-bottom:0;display:none;}#list-box main li span{float:right;color:#525252;}#list-box main li>a div{display:inline-block;width:65%;padding:0 20px 0 0;}#list-box main li:after{content:'';position:absolute;width:12.24489795918367%;height:20%;top:6%;left:6%;pointer-events:none;}#list-box main.album li{background-color:#f7f7f7;border-bottom:1px solid #d9d9d9;}#list-box main.album li div{width:100%;text-align:center;float:right;padding:15px 10px;min-height:95px;}#list-box main.album li h1,#list-box main.album li h6{font-size:13px !important;}#list-box main.album li span{width:100%;font-size:12px !important;}#list-box main.album img{width:100%;max-height:150px;}#list-box main.album.g li:after{background:url(/images/gallery.svg) no-repeat;}#list-box main.album.v li:after{background:url(/images/play.svg) no-repeat;}.load-more{display:inline-block;width:100%;float:right;text-align:center;font-weight:bold;border-top:5px solid #e8e8e8;padding:6px 0 12px;cursor:pointer;font-size:1em;background-color:#fff;}.load-more svg{width:15px;height:15px;fill:#7f7f7f;vertical-align:middle;margin-right:5px;}.load-more .loader{display:inline-block;}.lg-outer .lg-thumb-item{float:left;}@media screen and (min-width:22.5rem){#list-box header .cd-dropdown{width:46.6%;}}@media screen and (min-width:30rem){#list-box header label{display:inline-block;}#list-box header .cd-dropdown{width:30%;margin-top:15px;max-width:168px;}#list-box main li h1,#list-box main li h6{font-size:.8em;}#list-box main li p,#list-box main li span{font-size:.6em;}#list-box main.album ul{margin-right:-20px;}#list-box main.album li{width:45.2%;width:calc(50% - 20px);margin:0 20px 30px 0;}#list-box main.album li:nth-child(2n+1){clear:both;}}@media screen and (min-width:38rem){#list-box main li{margin-top:35px;}#list-box main li h1,#list-box main li h6{font-size:1em;}#list-box main li p,#list-box main li span{font-size:.65em;}#list-box main li p{display:block;}}@media screen and (min-width:47rem){#list-box{font-size:19px;}#list-box main li>a>img{width:31%;}#list-box main li>a div{width:69%;}#list-box main.album li{width:30.5%;width:calc(33.333% - 20px);margin:0 20px 30px 0;}#list-box main.album li:nth-child(2n+1){clear:none;}#list-box main.album li:nth-child(3n+1){clear:both;}}@media screen and (min-width:86rem){#list-box main li>a>img{width:25.3%;}#list-box main li>a div{width:74.7%;}}#main_match_center{display:inline-block;background-color:#fff;width:100%;position:relative;}#main_match_center #left,#main_match_center #right{display:inline-block;width:100%;float:right;padding:0 20px;}#main_match_center #left .side{width:100%;}#main_match_center #left .side .grid-item>div{box-shadow:none;}#main_match_center #left .side>div:not(.ads){padding:0 0;}#main_match_center #left .match-item{background-color:#f8f8f8;box-shadow:0 1px 1px -1px rgba(0,0,0,.3);margin-bottom:8px;}#main_match_center #left #main-news{background-color:#fff;}#main_match_center #left #main-news .col-md-6{border-color:#fff;}#main_match_center #left #main-news .col-md-6:after,#main_match_center #left #main-news .col-md-6:before{background-color:#fff;}#main_match_center #right .main_body{display:inline-block;width:100%;float:right;margin:0;}#main_match_center #right .main_body .media-body a{font-weight:bold;}#main_match_center #right .main_body .grid-item{padding:0;}#mc_menu{display:inline-block;width:100%;float:right;text-align:center;padding:1px 0 10px;}#mc_menu div{display:inline-block;width:100%;float:right;background:#f3f3f3;height:54px;position:relative;}#mc_menu div a{display:inline-block;color:#a7a7a7;background-color:#fff;border-radius:19px;font-weight:bold;padding:0 6px 3px;font-size:11px;margin:11px -1px 0 0;}#mc_menu div a.active{background-color:#444443;color:#fff;}#mc_menu div a:first-child{margin-right:28px;}#mc_menu ul{list-style:none;display:inline-block;width:100%;float:right;background-color:#f3f3f3;margin:0;padding:0;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-top-left-radius:3px;border-top-right-radius:3px;}#mc_menu li{width:33.333%;display:inline-block;float:right;}#mc_menu li a{display:block;text-align:center;color:#9b9b9b;padding:0 0 5px;border-bottom:3px solid #dedede;line-height:36px;font-size:14px;}#mc_menu li a:hover{color:#696969;border-bottom:3px solid #c5c4c4;}#mc_menu li a.active{border-bottom:3px solid #f0a306;color:#000;font-weight:bold;}.mc-news{display:inline-block;font-size:17px;line-height:1.7;width:100%;}.mc-news h1,.mc-news h6{font-size:.8em;}.mc-news img{width:100%;height:auto;display:block;}.mc-news ul{list-style:none;margin:0;padding:10px 0;}.mc-news li{position:relative;margin-bottom:14px;}.mc-news li a{font-size:.75em;color:#585858;position:relative;display:inline-block;width:89%;vertical-align:top;color:#3c3b3b;background:url(../SportsEngine/Icons/dot.svg) no-repeat;background-size:22px 22px;background-position:right 0 top 2px;padding:0 32px 6px 0;min-height:30px;}.mc-news li a:hover{color:#f0a306;}.mc-news li svg{width:22px;height:22px;margin-top:8px;fill:#f0a306;vertical-align:top;}.mc-news header{position:relative;width:100%;display:inline-block;}.mc-news.v header a{display:inline-block;width:100%;}.mc-news.v header:after{content:'';position:absolute;width:11.77394034536892%;height:20.66115702479339%;background:url(../../images/play.svg) no-repeat 50% 50%;top:40.49586776859504%;left:45.05494505494505%;z-index:2;pointer-events:none;}.mc-news.v li a{background:url(../SportsEngine/Icons/play.svg) no-repeat;background-size:22px 22px;background-position:right 0 top 2px;}.mc-news.g header a{display:inline-block;width:100%;}.mc-news.g header:after{content:'';position:absolute;width:11.77394034536892%;height:20.66115702479339%;background:url(/images/gallery.svg) no-repeat 50% 50%;top:40.49586776859504%;left:45.05494505494505%;z-index:2;pointer-events:none;}.mc-news.g li a{background:url(../SportsEngine/Icons/camera.svg) no-repeat;background-size:22px 22px;background-position:right 0 top 2px;}.cr1{display:inline-block;width:100%;overflow:hidden;}.cr1 input[type="radio"]{position:absolute;z-index:-1000;right:-1000px;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0;}.cr1 input[type="radio"]+label{padding-right:30px;height:14px;display:block;line-height:11px;background-repeat:no-repeat;background-position:0 0;font-size:14px;vertical-align:middle;position:relative;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:14px;}.cr1 input[type="radio"]+label:after,.cr1 input[type="radio"]+label:before{content:'';position:absolute;width:14px;height:14px;top:0;right:0;background-color:#fff;border-radius:50%;}.cr1 input[type="radio"]+label:after{width:8px;height:8px;background-color:#cdcdcd;top:3px;right:3px;}.cr1 input[type="radio"]:checked+label:after{background-color:#f5b11c;}@media only screen and (min-width:22.5em){#mc_menu div a{padding:0 9px 3px;margin:11px 1px 0 0;}}@media only screen and (min-width:30em){#mc_menu div a{padding:0 20px 3px;margin:11px 3px 0;}#mc_menu div a:first-child{margin-right:0;}}#icon_guide{display:inline-block;width:100%;position:absolute;right:0;background:transparent !important;bottom:0;left:0;height:auto !important;z-index:10;}#icon_guide span{display:inline-block;height:33px;position:relative;line-height:26px;padding:0 8px;margin-bottom:-2px;float:left;font-weight:bold;font-size:13px;cursor:pointer;position:absolute;top:-30px;right:-4px;}#icon_guide span svg{fill:#f0a306;width:25px;height:25px;vertical-align:middle;}#icon_guide ul{list-style:none;width:80%;background-color:#f9f9f9;box-shadow:1px 1px 1px 0 rgba(0,0,0,.2);position:absolute;left:50%;margin-left:-40%;top:85px;padding:20px;}#icon_guide ul li{text-align:right;width:100%;color:#737373;font-size:13px;margin-bottom:14px;height:35px;}#icon_guide ul li:first-child{position:absolute;left:0;top:0;width:40px;height:40px;text-align:center;cursor:pointer;}#icon_guide ul li:first-child svg{width:20px;height:20px;fill:#f0a306;margin-top:10px;}#icon_guide ul img{vertical-align:middle;margin-left:8px;}#icon_guide div{display:none;width:100%;height:100%;position:fixed;top:0;left:0;background-color:#2d2e34;overflow-y:auto;}.c-i-next{display:table;width:100%;margin:24px auto 10px;padding-bottom:8px;border-bottom:1px solid #eaeaea;}.c-i-next .f,.c-i-next .s{display:inline-block;width:37.5%;float:right;font-size:10px;text-align:center;position:relative;}.c-i-next strong{display:block;}.c-i-next b{position:absolute;top:0;margin:0 7px;color:#f0a306;font-size:20px;}.c-i-next b text{font-size:.5em;}.c-i-next .m{display:inline-block;width:25%;float:right;}.c-i-next .m h2,.c-i-next .m h3{font-size:10px;text-align:center;margin:0;}.c-i-next .f{padding-left:20px;}.c-i-next .f b{left:0;}.c-i-next .f p{text-align:left;margin-left:3px;direction:ltr;}.c-i-next .s{padding-right:20px;}.c-i-next .s b{right:0;}.c-i-next .s p{text-align:right;margin-right:3px;}.c-i-next img{width:25px;height:25px;vertical-align:middle;}.c-i-next h3{color:#7b7b7b;}.c-i-next p{margin:0;font-weight:bold;font-size:9px;line-height:26px;}.c-i-next p img{width:auto !important;height:auto !important;}.c-i-next p:first-of-type{margin-top:5px;}.c-i-state{display:inline-block;width:100%;float:right;padding:15px 0;position:relative;background-color:#f8f8f8;border:1px solid #fff;box-shadow:1px 2px 3px 0 rgba(0,0,0,.2);margin-bottom:20px;}.c-i-state img{width:24px;height:24px;display:block;margin:0 auto;}.c-i-state span{position:relative;width:50px;height:50px;line-height:26px;text-align:center;margin-top:5px;display:inline-block;}.c-i-state span img{border-radius:50%;width:50px;height:50px;}.c-i-state span:after{content:'';position:absolute;width:100%;height:100%;border:5px solid rgba(0,0,0,.1);border-radius:50%;top:-5px;left:-5px;}.c-i-state strong{display:block;line-height:1;font-size:11px;margin-top:10px;}.c-i-state h2{font-size:12px;position:absolute;top:0;text-align:center;margin:0;width:100%;}.c-i-state .f,.c-i-state .s{display:inline-block;width:37.5%;float:right;text-align:center;}.c-i-state .m{display:inline-block;width:25%;float:right;position:relative;margin-top:9px;}.c-i-state .m:after{content:'';position:absolute;width:8px;height:3px;background-color:#a0a0a0;top:18px;left:50%;margin-left:-4px;}.c-i-state .m div{width:50%;display:inline-block;float:right;text-align:center;}.nth1{display:inline-block;width:100%;float:right;}.nth1 h1,.nth1 h6{font-size:1.2em;margin:0 0 5px;}.nth1 img{float:right;width:90px;margin-left:15px;}.nth1 a{font-size:.7em;display:inline-block;width:100%;float:right;line-height:1.5;margin-bottom:10px;font-weight:bold;}.nth1 a:hover{color:#f0a306;}.nth2{background-color:#31312f;}.nth2 h1,.nth2 h6{color:#f0a306;font-weight:normal;margin:0;font-size:1.05em;text-align:center;padding:5px 0 10px;background-color:#2e2e2c;border-bottom:1px solid #373736;}.nth2 .img{display:block;overflow:hidden;width:130px;height:130px;margin:30px auto 0;border-radius:50%;border:10px solid #292a1f;}.nth2 .img img{display:inline-block;width:100%;height:auto;}.nth2 header{padding:0 30px 30px;color:#fff;display:inline-block;width:100%;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}.nth2 button{background-color:#f5b11c;border:none;width:100%;padding:2px 0 9px;}.nth2 h2{font-size:.95em;}.nth2 .cd-dropdown,.nth2 .cd-select{border:none;box-shadow:1px 1px 1px 1px #2b2b29;margin:10px 0 20px;}.nth2 .cd-dropdown>span{background:url(../img/arw.svg) no-repeat 10px 50% #444442;background-size:15px 15px;}.nth2 .cd-dropdown span{background-color:#444442;color:#fff;font-size:1em;}.nth2 .cd-dropdown.cd-active>ul>li:first-child{border-top:1px solid #333;}#mi_hw{position:relative;margin:-15px 0 20px;line-height:1;}#mi_hw span{margin:0 9px !important;color:#fff;}#mi_hw>span:nth-of-type(2){position:relative;}#mi_hw>span:nth-of-type(2) b{color:#f0a305;}#mi_hw>span:nth-of-type(2):before{position:absolute;top:7px;right:-17px;content:'';background:#fff;width:8px;height:2px;transform:translateX(-2px);}.match-center-info{display:inline-block;width:100%;float:right;}.match-center-info.top{background:url(/images/fb_pitch_oppo.jpg) #000 no-repeat top center;background-size:100%;background-position:bottom;background-color:#060405;padding:10px 0 0;position:relative;}.match-center-info.wc_class{background:url(/images/sponsered/head_shoulders/match_center_bg_mobile.jpg) #000 no-repeat top center;background-size:cover;padding:10px 0 0;position:relative;}.match-center-info.wc_class .clubs-info{margin-top:20px;}.match-center-info .mi_stats_h{display:inline-block;width:100%;height:30px;position:relative;margin-bottom:14px;}.match-center-info .mi_stats{position:absolute;text-align:center;z-index:2;cursor:pointer;top:0;left:50%;transform:translate3d(-50%,0%,0);border:1px solid #f0a306;border-radius:4px;display:inline-block;overflow:hidden;width:134px;}.match-center-info .mi_stats>div{width:30px;height:30px;display:inline-block;float:left;}.match-center-info .mi_stats>div:nth-of-type(2){width:auto;line-height:1.8;padding:2px 14px 0;margin-left:1px;font-weight:bold;font-size:13px;color:#f0a306;position:relative;}.match-center-info .mi_stats>div:nth-of-type(2):before{content:'';width:1px;height:100%;top:0;left:0;background:#f0a306;display:inline-block;position:absolute;}.match-center-info .mi_stats svg{width:11px !important;height:11px !important;fill:#f0a306 !important;vertical-align:top !important;margin-top:10px !important;}.match-center-info .mi_stats:hover{background:rgba(0,0,0,.5);}#match-aux,.match-aux{display:inline-block;width:100%;color:#a9aaa7;padding:0 0 10px 10px;text-align:center;}#match-aux .whatsapp_subscribe_button a,.match-aux .whatsapp_subscribe_button a{padding:10px 25px;background:#282a27;border-radius:45px;display:inline-flex;align-items:center;justify-content:center;color:#a9aaa7;font-size:20px;margin:10px 0 25px;}#match-aux .whatsapp_subscribe_button a svg,.match-aux .whatsapp_subscribe_button a svg{margin:0;padding:0;width:30px;height:30px;position:relative;top:2px;}#match-aux .whatsapp_subscribe_button a span,.match-aux .whatsapp_subscribe_button a span{margin:0 10px;font-size:13px;font-family:'HelveticaNeueLT Arabic 75 Bold';}#match-aux svg,.match-aux svg{width:20px;height:20px;fill:#a9aaa7;vertical-align:middle;margin:0 5px;}#match-aux span,.match-aux span{direction:rtl;font-size:.6em;display:inline-block;match-center:0 5px;}.clubs-info{color:#fff;width:100%;max-width:825px;margin:0 auto;position:relative;padding:40px 0 0;font-size:20px;}.clubs-info h1,.clubs-info h6{font-size:.65em;text-align:center;position:absolute;width:100%;top:32px;margin-top:0;}.clubs-info a{color:#fff;}.clubs-info a img{border:none;}.clubs-info b{font-size:2.7em;margin:0;font-family:"Almarai",sans-serif;top:19px;}.clubs-info b text{font-size:.5em;}.clubs-info .m{padding:0 10px;box-sizing:border-box;margin-top:21px;}.clubs-info .c-i-next{border:none;}.clubs-info .c-i-next .f,.clubs-info .c-i-next .s{line-height:2em;font-size:.5em;}.clubs-info .c-i-next .f ul,.clubs-info .c-i-next .s ul{list-style:none;margin:0;padding:0;margin-top:10px;}.clubs-info .c-i-next .f ul span,.clubs-info .c-i-next .s ul span{color:#f0a306;padding:0 3px;}.clubs-info .c-i-next .f ul a,.clubs-info .c-i-next .s ul a{text-decoration:none;color:#a9aaa7;}.clubs-info .c-i-next strong{font-size:1.15em;}.clubs-info h3{color:#f0a306;}.clubs-info .status{background-color:#f0a306;padding:0;line-height:1.8;display:block;border:1px solid #d18f09;color:#fff;height:22px;font-size:10px;text-align:center;max-width:50px;margin:0 auto;}.clubs-info .status.over{background-color:#2f3032;border:1px solid #4e4f50;color:#b2b2b2;}.clubs-info .status.live{background-color:#b40001;border:1px solid #db2829;color:#fff;-webkit-animation:pulse linear 300ms infinite;-khtml-animation:pulse linear 300ms infinite;-moz-animation:pulse linear 300ms infinite;-ms-animation:pulse linear 300ms infinite;-o-animation:pulse linear 300ms infinite;animation:pulse linear 300ms infinite;}.pnow_img{width:auto !important;height:auto !important;margin-right:5px;}.mc-block{width:100%;display:inline-block;margin-bottom:30px;position:relative;}.mc-block .mc-block{margin-bottom:0;margin-top:10px;}.mc-block p.t{font-weight:bold;text-align:center;margin:0 0 -20px;}.mc-block p.mc-block-txt{display:inline-block;width:100%;margin:0 0 10px;font-weight:bold;font-size:13px;}.mc-block p.mc-block-txt img{vertical-align:middle;margin-left:10px;}.mc-block h1:first-of-type,.mc-block h6:first-of-type{font-size:.8em;position:relative;margin-bottom:20px;float:right;width:100%;}.mc-block h1:first-of-type:before,.mc-block h6:first-of-type:before{content:'';position:absolute;width:100%;height:1px;bottom:0;right:0;background-color:#e9e9e9;}.mc-block h1:first-of-type span,.mc-block h6:first-of-type span{border-bottom:1px solid #f5b11c;padding:0 0 10px;display:inline-block;position:relative;min-height:52px;float:right;box-sizing:border-box;line-height:41px;}.mc-block h1:first-of-type span+a,.mc-block h6:first-of-type span+a{display:inline-block;position:absolute;left:0;top:9px;}.mc-block h1:first-of-type span+a svg,.mc-block h6:first-of-type span+a svg{fill:#000;background-color:#eee;padding:9px;border-radius:50%;margin:0;width:37px;height:37px;-webkit-transition:background-color .3s ease-out;-khtml-transition:background-color .3s ease-out;-moz-transition:background-color .3s ease-out;-ms-transition:background-color .3s ease-out;-o-transition:background-color .3s ease-out;transition:background-color .3s ease-out;}.mc-block h1:first-of-type:hover span+a svg,.mc-block h6:first-of-type:hover span+a svg{background-color:#f0a306;}.mc-block table:not(.fg_rsp_tbl){font-size:12px;margin:0;width:100%;box-sizing:border-box;border-collapse:collapse;}.mc-block table:not(.fg_rsp_tbl) th{text-align:center;color:#7b7b7b;}.mc-block table:not(.fg_rsp_tbl) th:first-of-type{width:40px;}.mc-block table:not(.fg_rsp_tbl) td{text-align:center;}.mc-block table:not(.fg_rsp_tbl) th:nth-of-type(2),.mc-block table:not(.fg_rsp_tbl) td:nth-of-type(2){text-align:right;padding-right:13px;}.mc-block table:not(.fg_rsp_tbl) th:nth-of-type(2).u,.mc-block table:not(.fg_rsp_tbl) td:nth-of-type(2).u{background:url(../img/xua.svg) no-repeat top right;}.mc-block table:not(.fg_rsp_tbl) th:nth-of-type(2).d,.mc-block table:not(.fg_rsp_tbl) td:nth-of-type(2).d{background:url(../img/xda.svg) no-repeat top right;}.mc-block table:not(.fg_rsp_tbl) th:nth-of-type(2).u,.mc-block table:not(.fg_rsp_tbl) th:nth-of-type(2).d,.mc-block table:not(.fg_rsp_tbl) td:nth-of-type(2).u,.mc-block table:not(.fg_rsp_tbl) td:nth-of-type(2).d{background-size:11px 11px;background-position:100% 13px;}.mc-block table:not(.fg_rsp_tbl) img{width:20px;height:20px;vertical-align:middle;margin-left:3px;}.mc-block table:not(.fg_rsp_tbl) tbody tr{background-color:#efefef;border-bottom:1px solid #fff;height:40px;line-height:1;}.mc-block.sblock{float:right;margin:0;padding:0 20px;box-sizing:border-box;}.amore{float:left;display:inline-block;line-height:1.2;padding:10px;}.amore svg{fill:#000;background-color:#eee;padding:9px;border-radius:50%;margin:0;width:14px;height:14px;display:inline-block;vertical-align:middle;}.c-i-hightest{width:100%;margin:40px auto 20px;position:relative;height:38px;background-color:#63a67f;border-radius:18px;}.c-i-hightest .l,.c-i-hightest .r{position:absolute;top:0;}.c-i-hightest .l:after,.c-i-hightest .l:before,.c-i-hightest .r:after,.c-i-hightest .r:before{content:'';position:absolute;width:13px;height:100%;}.c-i-hightest strong{position:relative;display:inline-block;margin-top:4px;width:65%;}.c-i-hightest .f,.c-i-hightest .s{display:inline-block;width:50%;margin-top:-1px;position:relative;font-size:11px;text-align:center;vertical-align:top;color:#fff;font-weight:bold;z-index:1;line-height:27px;}.c-i-hightest .f span,.c-i-hightest .s span{background-color:#f6f6f6;border-radius:50%;position:relative;width:30px;height:30px;line-height:26px;text-align:center;margin-top:5px;}.c-i-hightest .f span:after,.c-i-hightest .s span:after{content:'';position:absolute;width:100%;height:100%;border:5px solid rgba(0,0,0,.1);border-radius:50%;top:-5px;left:-5px;opacity:0;}.c-i-hightest .f a,.c-i-hightest .s a{color:#fff;}.c-i-hightest .f i,.c-i-hightest .s i{display:inline-block;vertical-align:middle;width:70%;}.c-i-hightest .f img,.c-i-hightest .s img{width:22px;height:22px;position:relative;vertical-align:middle;}.c-i-hightest .m{color:#fff;display:block;position:absolute;width:50%;text-align:center;top:0;right:50%;margin-right:-25%;line-height:54px;z-index:2;}.c-i-hightest .m b,.c-i-hightest .m h2{font-size:10px;display:inline-block;}.c-i-hightest .m b{color:#f5b11c;margin:0 10px;font-size:23px;}.c-i-hightest .m h2{position:absolute;top:-30px;display:block;width:100%;font-weight:normal;font-size:12px;}.c-i-hightest .m h2 a{color:#a3a3a3;}.c-i-hightest .f{float:right;direction:rtl;}.c-i-hightest .f span{float:right;margin-right:5px;}.c-i-hightest .f strong{float:right;text-align:right;padding-right:7px;}.c-i-hightest .s span{float:left;margin-left:5px;}.c-i-hightest .s strong{float:left;text-align:left;padding-left:7px;}.c-i-hightest.y{background-color:#f5b11c;}.c-i-hightest.y b{color:#fff;}#mc-events{display:inline-block;width:100%;float:right;position:relative;min-height:100px;margin-top:40px;}#mc-events:after{content:'';position:absolute;width:1px;left:50%;top:0;background-color:#e4e4e4;height:100%;}.player_title{position:absolute;background-color:rgba(0,0,0,.8);color:#fff;z-index:100;padding:5px 10px 12px;font-size:12px;display:none;}.player_title:before{content:'';position:absolute;top:100%;left:50%;margin-left:-7.5px;width:0;height:0;border-style:solid;border-width:10px 7.5px 0 7.5px;border-color:rgba(0,0,0,.8) transparent transparent transparent;}#mc-e-body{position:relative;min-height:100px;z-index:1;width:100%;float:right;}#mc-e-body:after,#mc-e-body:before{content:'';width:10px;height:10px;position:absolute;left:50%;margin-left:-5px;background-color:#e70001;border-radius:50%;}#mc-e-body:after{top:0;}#mc-e-body:before{bottom:0;background-color:#00b746;}#mc-e-body ul{list-style:none;margin:33px 0;padding:0;display:inline-block;width:100%;}#mc-e-body li{position:relative;display:inline-block;width:100%;margin:21px 0;float:right;text-align:center;}#mc-e-body li span{position:absolute;top:0;left:50%;margin-left:-18px;width:32px;height:32px;line-height:32px;font-size:13px;text-align:center;border:2px solid #e4e4e4;background-color:#fff;border-radius:50%;color:#f0a306;}#mc-e-body li span b{font-weight:bold;color:#f0a306;display:block;line-height:.6;}#mc-e-body li span.extra{line-height:1.4;}#mc-e-body li h3{width:123px;text-align:center;margin:0 auto;line-height:2;background-color:#f1f1f1;border:1px solid #dadada;font-size:12px;display:inline-block;padding:0 12px 6px;border-radius:16px;}#mc-e-body p{width:50%;margin:0;clear:both;line-height:27px;}#mc-e-body p.l{float:left;padding-right:18px;text-align:right;}#mc-e-body p.l img{margin:0 10px 0 5px;}#mc-e-body p.r{float:right;padding-left:18px;direction:ltr;text-align:left;}#mc-e-body p.r img{margin:0 5px 0 10px;}#mc-e-body p img{vertical-align:middle;}#mc-e-body p a{font-weight:bold;font-size:14px;}#club-rates{display:inline-block;width:100%;float:right;}#club-rates .col{width:100%;display:inline-block;float:right;text-align:center;padding:21px 0;}#club-rates img{width:40px;height:40px;}#club-rates h2,#club-rates h3{margin:0;font-size:14px;line-height:1.8;}#club-rates h3{font-size:12px;color:#636363;}.circle-progress{position:relative;width:140px;height:140px;margin:0 auto;}.circle-progress:before{content:"";display:block;width:100%;height:100%;border:16px solid #e8e8e8;border-radius:50%;box-sizing:border-box;}.circle-progress canvas{position:absolute;top:0;left:0;}.circle-progress .rate-circle-value{position:absolute;top:0;left:0;width:100%;text-align:center;font-size:26px;font-weight:bold;}.s-row{display:inline-block;width:100%;float:right;}.s-row .line-progress{display:inline-block;width:70%;width:calc(100% - 24px);background-color:#e8e8e8;height:6px;position:relative;}.s-row .line-progress i{display:inline-block;height:6px;width:1%;background-color:#63a67f;}.s-row b{vertical-align:middle;color:#7b7b7b;}.s-row .f,.s-row .s,.s-row .m{display:inline-block;float:right;line-height:2;color:#7b7b7b;}.s-row .f,.s-row .s{width:35%;font-size:10px;color:#000;}.s-row .m{width:30%;text-align:center;}.s-row .m,.s-row b{font-size:12px;line-height:3;}.s-row .f{text-align:left;direction:ltr;}.s-row .f i{float:left;}.s-row .f b{float:right;}.s-row .f img{margin-right:2px;}.s-row .s i{float:right;}.s-row .s b{float:left;}.s-row .s i{background-color:#f5b11c;}.s-row .s img{margin-left:2px;}.s-row img{width:24px;height:24px;vertical-align:middle;}.s-row:first-of-type m{line-height:2;}#minbymin{list-style:none;padding:0;margin:0;}#minbymin>li{display:inline-block;width:100%;float:right;}#minbymin>li>div.event{background-color:#f5f5f5;box-shadow:1px 1px 1px 0 rgba(0,0,0,.2);position:relative;padding:10px 10px 40px 10px;margin-bottom:10px;display:inline-block;float:left;min-height:114px;width:100%;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}#minbymin>li>div.event>p{margin:0;line-height:1.6;word-break:break-word;}#minbymin>li>div.event .f,#minbymin>li>div.event .s{line-height:1.3;font-size:.8em;display:inline-block;width:100%;margin:11px 0 0;position:relative;max-width:240px;padding-left:14px;box-sizing:border-box;}#minbymin>li>div.event .f>i,#minbymin>li>div.event .s>i{background-color:transparent;border:none;top:50%;margin-top:-9px;left:-11px;position:absolute;text-align:center;}#minbymin>li>div.event .f>span,#minbymin>li>div.event .s>span{width:50px;height:50px;display:inline-block;border-radius:50%;overflow:hidden;float:right;margin-left:10px;border:1px solid #dadada;}#minbymin>li>div.event .f>span img,#minbymin>li>div.event .s>span img{width:100%;height:auto;}#minbymin>li>div.event .f i,#minbymin>li>div.event .s i{display:inline-block;border:1px solid #e0e0e0;line-height:1;border-radius:50%;width:35px;height:35px;line-height:1.9;}#minbymin>li>div.event .f i img,#minbymin>li>div.event .s i img{vertical-align:middle;}#minbymin>li>div.event .f>b,#minbymin>li>div.event .s>b{display:block;}#minbymin>li>div.info{display:inline-block;float:right;text-align:center;position:relative;line-height:1;padding:0 5px;margin-bottom:10px;width:auto;position:relative;}#minbymin>li>div.info>img{width:24px;height:24px;vertical-align:middle;}#minbymin>li>div.info h2{font-size:14px;margin:3px 0 4px;color:#f0a306;border:1px solid #f0a306;display:inline-block;border-radius:50%;width:35px;height:35px;line-height:32px;position:relative;vertical-align:middle;}#minbymin>li>div.info h2:before,#minbymin>li>div.info h2:after{content:'';position:absolute;top:41px;right:50%;margin-right:-10px;width:0;height:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #d9d9d9 transparent;}#minbymin>li>div.info h2:after{margin-right:-9px;border-color:transparent transparent #f5f5f5 transparent;}#minbymin>li>div.info i{display:inline-block;border:1px solid #e0e0e0;line-height:1;border-radius:50%;width:35px;height:35px;line-height:1.9;}#minbymin>li>div.info i img{vertical-align:middle;}#minbymin .share_box svg{width:15px;height:15px;fill:#ccc;vertical-align:middle;margin-left:4px;}#mfm_pitch{line-height:1;position:relative;display:inline-block;width:100%;}#mfm_pitch img{width:100%;height:auto;}.mfm_block{display:inline-block;width:100%;text-align:center;margin-bottom:40px;}.mfm_block h1,.mfm_block h6{background-color:#f1f1f1;border:1px solid #dadada;font-size:12px;display:inline-block;padding:0 35px 6px;border-radius:16px;margin-bottom:20px;}.mfm_block ul{list-style:none;margin:0;padding:0;}.mfm_block ul ul{margin-top:8px;display:inline-block;width:auto;}.mfm_block li{display:inline-block;width:100%;float:right;margin-bottom:20px;}.mfm_block li li{margin-bottom:3px;font-size:10px;font-weight:bold;}.mfm_block li li img{vertical-align:middle;margin:0 4px;width:15px;height:15px;}.mfm_block li div{display:inline-block;}.mfm_block li .f,.mfm_block li .s{display:inline-block;width:50%;box-sizing:border-box;line-height:1.4;font-size:12px;color:#848484;position:relative;}.mfm_block li .f{text-align:left;padding-left:57px;float:right;}.mfm_block li .f span{left:0;}.mfm_block li .f li{direction:ltr;}.mfm_block li .f div,.mfm_block li .f ul{float:left;}.mfm_block li .f.c{background:url(/assets/imgs/captain.svg) no-repeat;background-size:15px 15px;background-position:left 35px top 6px;}.mfm_block li .s{text-align:right;padding-right:57px;float:left;}.mfm_block li .s span{right:0;}.mfm_block li .s div,.mfm_block li .s ul{float:right;}.mfm_block li .s.c{background:url(/assets/imgs/captain.svg) no-repeat;background-size:15px 15px;background-position:right 35px top 6px;}.mfm_block li span{position:absolute;top:0;color:#f0a306;font-weight:bold;padding:5px 10px;font-size:11px;}.mfm_block li b{display:block;color:#000;font-size:14px;}@media only screen and (min-width:30em){#icon_guide ul li{display:inline-block;width:50%;float:right;}#mc_menu div a{padding:2px 20px 3px;font-size:12px;margin:11px 3px 0;}.mfm_block .f>ul{margin:5px 0 0 5px;}.mfm_block .s>ul{margin:5px 5px 0 0;}}@media only screen and (min-width:34em){.mfm_block li .f,.mfm_block li .s{font-size:13px;}.mfm_block li b{font-size:15px;}.mfm_block li span{font-size:12px;}#minbymin>li>div.event{width:72%;width:calc(100% - 88px);}#minbymin>li>div.info{width:80px;padding:7px 0 0;z-index:2;}#minbymin>li>div.info h2{width:50px;height:50px;font-size:18px;line-height:42px;}#minbymin>li>div.info h2:before,#minbymin>li>div.info h2:after{top:50%;margin-top:-10px;right:73px;border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #d9d9d9;}#minbymin>li>div.info h2:after{margin-top:-11px;border-color:transparent transparent transparent #f5f5f5;}}@media only screen and (min-width:41em){#minbymin>li>div.event .s{text-align:left;}#minbymin>li>div.event .s>i{right:25px;left:auto;}#minbymin>li>div.event .s>span{float:left;margin:0 10px 0 0;}#icon_guide span{top:-33px;right:9px;}#icon_guide span svg{width:29px;height:29px;}#icon_guide ul{width:500px;margin-left:-250px;}.match-center-info.wc_class{background:url(/images/sponsered/head_shoulders/match_center_bg.jpg) #000 no-repeat top center;background-size:cover;}}@media only screen and (min-width:47em){#main_match_center #right .main_body .media-body a{font-size:.5em;}}@media only screen and (min-width:61em){.whatsapp_subscribe_button{display:none;}#minbymin>li>div.event{padding:25px 20px;min-height:82px;}#minbymin>li>div.event>p{font-size:17px;}#minbymin>li>div.event .f,#minbymin>li>div.event .s{line-height:1.5;margin:20px 0 0;}#minbymin>li>div.event .f i,#minbymin>li>div.event .s i{margin-top:-20px;}#minbymin>li>div.event .f>span,#minbymin>li>div.event .s>span{width:65px;height:65px;}#minbymin>li>div.event .f>i{left:5px;}#minbymin>li>div.event .s>i{right:5px;}.match-center-info.top{padding:28px 0 0;background-position:top center;}#main_match_center #right,#main_match_center #left{padding:0;}#main_match_center #right{width:55%;width:-moz-calc(100% - 389px);width:-webkit-calc(100% - 389px);width:-o-calc(100% - 389px);width:calc(100% - 389px);margin:0 30px 0 0;}#main_match_center #right .c-i-state{width:47%;width:-moz-calc(50% - 17px);width:-webkit-calc(50% - 17px);width:-o-calc(50% - 17px);width:calc(50% - 17px);width:calc(50% - 17px);margin-right:30px;margin-bottom:30px;padding:26px 0;}#main_match_center #right .c-i-state:nth-of-type(2n+1){margin-right:0;clear:both;}#main_match_center #right .main_body .media-body a{font-size:.7em;}#main_match_center #left{width:300px;float:left;margin-left:30px;}#main_match_center #left .side{margin:0;}#club-rates h2{margin-top:12px;}#club-rates .col{width:33.333%;}#club-rates .col:nth-child(2){padding-top:71px;}#mc_menu{padding:0 30px 16px;margin-top:-31px;}#mc_menu li a{padding:7px 0 11px;font-size:19px;}.mc-news{font-size:20px;}.mc-news li a{font-weight:bold;}.clubs-info .m{padding:12px 10px;margin-top:37px;width:20%;}.clubs-info .c-i-next .f,.clubs-info .c-i-next .s{line-height:2.4em;font-size:.6em;width:40%;}.clubs-info .c-i-next img{width:65px;height:65px;}.clubs-info .c-i-next strong{font-size:1.5em;margin-top:15px;}.clubs-info .c-i-next h2,.clubs-info .c-i-next h3{font-size:12px;}.clubs-info h1,.clubs-info h6{top:52px;}.clubs-info b{font-size:4.8em;top:44px;}.clubs-info .status{max-width:64px;font-size:12px;height:28px;margin-bottom:5px;}#match-aux{display:table;width:auto;margin:0 auto;padding:20px 0 36px;}#match-aux span{font-size:.75em;margin:0 20px 15px 0;}.nth1 a{font-size:.8em;margin-bottom:20px;}.mc-block table:not(.fg_rsp_tbl){font-size:14px;}.mc-block table:not(.fg_rsp_tbl) img{margin-left:10px;}.mc-block table:not(.fg_rsp_tbl) th:nth-of-type(2),.mc-block table:not(.fg_rsp_tbl) td:nth-of-type(2){padding-right:20px;}.mc-block table:not(.fg_rsp_tbl) th:nth-of-type(3),.mc-block table:not(.fg_rsp_tbl) th:nth-of-type(4),.mc-block table:not(.fg_rsp_tbl) th:nth-of-type(5),.mc-block table:not(.fg_rsp_tbl) th:nth-of-type(6){width:63px;}.mc-block table:not(.fg_rsp_tbl) td{font-weight:bold;}.mc-block .c-i-next{padding-bottom:21px;}.mc-block .c-i-next:last-of-type{border:none;}.mc-block .c-i-next h2,.mc-block .c-i-next h3{font-size:14px;}.mc-block .c-i-next b{font-size:30px;}.mc-block .c-i-next .s,.mc-block .c-i-next .f{font-size:14px;padding-top:2px;}.mc-block .c-i-next .f{direction:ltr;text-align:left;padding-left:41px;}.mc-block .c-i-next .s{text-align:right;padding-right:41px;}.mc-block .c-i-next strong{display:inline-block;}.mc-block .c-i-next img{width:40px;height:40px;}.mc-block .c-i-state .f,.mc-block .c-i-state .s{width:35%;}.mc-block .c-i-state .m{width:30%;font-size:20px;}.mc-block .c-i-state .m:after{top:22px;}.s-row .f,.s-row .s{width:40%;font-size:14px;font-weight:bold;}.s-row .m{width:20%;font-size:14px;font-weight:bold;}.c-i-hightest{height:54px;border-radius:0;}.c-i-hightest:first-of-type{margin-bottom:64px;}.c-i-hightest:after,.c-i-hightest:before{content:'';position:absolute;width:17px;height:100%;top:0;z-index:0;}.c-i-hightest:after{right:0;background:url(../img/gr-arrow.svg) no-repeat #fff;background-size:100%;}.c-i-hightest:before{left:0;background:url(../img/g-arrow.svg) no-repeat #fff;background-size:100%;}.c-i-hightest.y:after{background:url(../img/yr-arrow.svg) no-repeat #fff;background-size:100%;}.c-i-hightest.y:before{background:url(../img/y-arrow.svg) no-repeat #fff;background-size:100%;}.c-i-hightest .m{line-height:50px;}.c-i-hightest .m h2{position:relative;display:inline-block;width:auto;top:0;color:#fff;top:-9px;}.c-i-hightest .m h2 a{color:#fff;}.c-i-hightest .m b{font-size:34px;}.c-i-hightest .f,.c-i-hightest .s{font-size:16px;line-height:38px;}.c-i-hightest .f span,.c-i-hightest .s span{width:70px;height:70px;line-height:68px;margin-top:-6px;}.c-i-hightest .f span:after,.c-i-hightest .s span:after{border:10px solid rgba(0,0,0,.1);top:-10px;left:-10px;opacity:1;}.c-i-hightest .f img,.c-i-hightest .s img{width:42px;height:42px;}.c-i-hightest .f strong,.c-i-hightest .s strong{margin-top:6px;}.c-i-hightest .f span{margin-right:33px;}.c-i-hightest .f strong{padding-right:24px;}.c-i-hightest .s span{margin-left:33px;}.c-i-hightest .s strong{padding-left:24px;}#mc-e-body li{margin:11px 0;}}@media only screen and (min-width:75em){#icon_guide ul{padding:10px 20px;width:800px;margin-left:-400px;}#icon_guide ul li{width:33%;margin-bottom:5px;}.match-center-info.top{margin:0;background-size:100% 100%;}.match-center-info .mi_stats{top:-29px;}#main_match_center{margin:0;}#main_match_center #right .main_body{margin-bottom:40px;}#main_match_center #right .main_body .media-body a:not(.section_link){font-size:15px !important;}#main_match_center #right .c-i-state{text-align:center;}#main_match_center #right .c-i-state h2{font-size:13px;top:8px;}#main_match_center #right .c-i-state .f,#main_match_center #right .c-i-state .s,#main_match_center #right .c-i-state .m{float:none;}#main_match_center #right .c-i-state .f{margin-left:-17px;}#main_match_center #right .c-i-state .s{margin-right:-17px;}#main_match_center #right .c-i-state .m{vertical-align:top;}#main_match_center #right .main_body .grid-item.news-card h1,#main_match_center #right .main_body .grid-item.news-card h6{margin-bottom:15px;}#main_match_center #right .main_body .grid-item.news-card .media-container{padding:0;margin:0 18px 0 0;width:23%;}#main_match_center #right .main_body .grid-item.news-card .media-container:nth-child(4n+2){margin-right:0;}.mc-news{font-size:22px;}.mc-news li{margin-bottom:4px;}.mc-news li a{font-size:.58em;}.c-i-hightest h2{font-size:14px;}.c-i-hightest .f span{margin-right:50px;}.c-i-hightest .s span{margin-left:50px;}.c-i-state span{width:70px;height:70px;}.c-i-state span img{width:70px;height:70px;}}@media only screen and (min-width:90.1em){#main_match_center #right .main_body .grid-item.news-card .media-container{margin:0 22px 0 0;}.mc-news{font-size:25px;}}.plr{position:absolute;background:url(../img/marker.svg) no-repeat;background-size:contain;text-align:center;font-size:11px;font-weight:bold;width:14px;height:14px;font-size:8px;line-height:1.2;top:0;left:50%;opacity:0;cursor:pointer;-webkit-transform:translate3d(0,0,0);-khtml-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:all .2s ease-in-out 0s;-khtml-transition:all .2s ease-in-out 0s;-moz-transition:all .2s ease-in-out 0s;-ms-transition:all .2s ease-in-out 0s;-o-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s;}.plr.s{background:url(../img/ymarker.svg) no-repeat;}.plr.ac{opacity:1;}#mfm_pitch.wc_class .plr{-webkit-transform:translate3d(0,20px,0);-khtml-transform:translate3d(0,20px,0);-moz-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);-o-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);}#mfm_num{display:inline-block;width:100%;float:right;margin-bottom:20px;position:relative;}#mfm_num:after{content:'';position:absolute;width:1px;height:100%;background-color:#e1e1e1;left:50%;top:0%;}#mfm_num img{width:24px;height:24px;vertical-align:middle;margin:0 15px;}#mfm_num .f,#mfm_num .s{width:50%;display:inline-block;font-weight:bold;color:#f1a000;font-size:14px;float:right;}#mfm_num .f{text-align:left;direction:ltr;}#mfm_num .s{color:#68705b;}@media only screen and (min-width:30em){.plr{width:20px;height:21px;font-size:10px;}}@media only screen and (min-width:45em){.plr{width:28px;height:28px;font-size:11px;line-height:1.7;}.plr.ac{-webkit-transform:translate3d(0,0,0);-khtml-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}#mfm_pitch.wc_class .plr.ac{-webkit-transform:translate3d(0,50px,0);-khtml-transform:translate3d(0,50px,0);-moz-transform:translate3d(0,50px,0);-ms-transform:translate3d(0,50px,0);-o-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0);}}[data-matches-scroller] h2{font-size:18px;display:inline-block;width:100%;margin-top:40px;}[data-matches-scroller] h2:first-child{margin-top:0;}[data-matches-scroller] #date{cursor:pointer;}#match-list-viewer{display:inline-block;width:100%;position:relative;}#match-list-viewer .loader{position:absolute;top:0;left:0;background-color:rgba(255,255,255,.68);z-index:2;}.matches_scroller{display:inline-block;width:100%;position:relative;box-shadow:0 0 3px 0 rgba(0,0,0,.2);}.matches_scroller .nav{width:32px;height:44px;line-height:37px;display:inline-block;float:right;background-color:#fff;text-align:center;border:1px solid #f7f7f7;box-sizing:border-box;cursor:pointer;}.matches_scroller .nav svg{width:16px;height:16px;fill:#a3a3a3;vertical-align:middle;}.matches_scroller .frame{width:80%;width:calc(100% - 64px);float:right;display:inline-block;overflow:hidden;direction:ltr;}.matches_scroller .frame ul{list-style:none;margin:0;padding:0;height:100%;}.matches_scroller .frame li{float:left;width:140px;height:100%;margin:0 1px 0 0;padding:0;background:#f7f7f7;color:#a1a1a1;text-align:center;cursor:pointer;font-size:12px;height:44px;box-sizing:border-box;line-height:37px;}.matches_scroller .frame li.active{background-color:#fff;color:#000;border-bottom:2px solid #f0a306;}.calendar_btn{display:inline-block;float:left;overflow:hidden;cursor:pointer;margin-right:10px;position:relative;z-index:2;text-align:left;}.calendar_btn svg{width:35px;height:35px;vertical-align:middle;fill:#f0a306;}.calendar_btn input[type=text]{position:absolute;top:50px;left:3px;opacity:0;width:20px;}.datepicker.datepicker-inline th svg,.datepicker.dropdown-menu th svg{width:20px;height:20px;} /*! * Datepicker for Bootstrap v1.6.1 (https://github.com/eternicode/bootstrap-datepicker) * * Copyright 2012 Stefan Petre * Improvements by Andrew Rowls * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) */ .datepicker{border-radius:4px;direction:ltr;}.datepicker-inline{width:220px;}.datepicker.datepicker-rtl{direction:rtl;}.datepicker.datepicker-rtl table tr td span{float:right;}.datepicker-dropdown{top:0;left:0;padding:4px;}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute;}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute;}.datepicker-dropdown.datepicker-orient-left:before{left:6px;}.datepicker-dropdown.datepicker-orient-left:after{left:7px;}.datepicker-dropdown.datepicker-orient-right:before{right:6px;}.datepicker-dropdown.datepicker-orient-right:after{right:7px;}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px;}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px;}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15);}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff;}.datepicker>div{display:none;}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none;}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent;}.datepicker table tr td.new,.datepicker table tr td.old{color:#777;}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer;}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default;}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0;}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2;}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb;}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb;}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2;}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5;}.datepicker table tr td.highlighted.focused{background:#afd9ee;}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777;}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733;}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400;}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00;}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00;}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400;}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733;}.datepicker table tr td.today.focused{background:#ffc966;}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777;}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0;}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c;}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d;}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d;}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c;}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb;}.datepicker table tr td.range.focused{background:#d5d5d5;}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777;}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3;}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6;}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0;}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0;}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6;}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3;}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3;}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777;}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417;}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608;}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c;}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c;}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608;}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417;}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777;}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25);}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616;}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737;}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737;}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616;}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555;}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25);}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40;}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74;}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74;}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40;}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4;}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px;}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee;}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default;}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25);}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40;}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74;}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#286090;border-color:#204d74;}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40;}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4;}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777;}.datepicker .datepicker-switch{width:145px;}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer;}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee;}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle;}.input-group.date .input-group-addon{cursor:pointer;}.input-daterange{width:100%;}.input-daterange input{text-align:center;}.input-daterange input:first-child{border-radius:3px 0 0 3px;}.input-daterange input:last-child{border-radius:0 3px 3px 0;}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;text-shadow:0 1px 0 #fff;border-width:1px 0;margin-left:-5px;margin-right:-5px;}.datepicker.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);-moz-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;color:#333;font-size:13px;line-height:1.42857143;}.datepicker.datepicker-inline td,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:0 5px;}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{background-color:#f0a306;border-color:#f0a306;}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{background-color:#d88224;}#rate_box_teams{display:none;width:100%;float:right;background:url(../imgs/rate_players_bg.jpg) #181919 no-repeat top center;position:relative;text-align:center;margin-top:-10px;}#rate_box_teams #rate_close_teams{display:inline-block;position:absolute;top:6px;left:6px;background:#000;width:35px;height:35px;border-radius:50%;cursor:pointer;}#rate_box_teams #rate_close_teams:before,#rate_box_teams #rate_close_teams:after{display:inline-block;content:'';position:absolute;width:2px;height:16px;background:#f0a306;top:10px;left:17px;}#rate_box_teams #rate_close_teams:before{transform:rotate(45deg);}#rate_box_teams #rate_close_teams:after{transform:rotate(-45deg);}#rate_box_teams>button{background:#f0a306;border:none;border-radius:20px;font-weight:bold;font-size:14px;line-height:1;padding:6px 17px 10px 17px;display:inline-block;margin:10px auto 20px;cursor:pointer;position:relative;}#rate_box_teams h2{display:inline-block;position:absolute;font-size:14px;color:#f0a306;line-height:1;background:#161717;padding:5px 20px 10px;border-radius:20px;top:-27px;left:50%;transform:translate3d(-50%,0%,0);}#rate_box_teams .rate_box_team{display:inline-block;width:100%;float:right;text-align:center;}#rate_box_teams .rate_box_team>a{display:inline-block;color:#fff;margin:30px 0 10px;font-size:15px;}#rate_box_teams .rate_box_team>a span{display:inline-block;width:60px;height:60px;border-radius:50%;overflow:hidden;background-color:#fff;padding:8px;vertical-align:middle;margin-left:5px;}#rate_box_teams .rate_box_team>a span img{width:100%;height:100%;}#rate_box_teams .rate_box_team ul{list-style:none;padding:0;margin:0;display:inline-block;width:100%;}#rate_box_teams .rate_box_team ul li{display:inline-block;width:50%;float:right;position:relative;height:170px;text-align:center;padding:10px;}#rate_box_teams .rate_box_team ul li:nth-of-type(2n+1){padding-left:5px;}#rate_box_teams .rate_box_team ul li:nth-of-type(2n){padding-right:5px;}#rate_box_teams .rate_box_team ul li img{width:50px;height:50px;border-radius:50%;}#rate_box_teams .rate_box_team ul li b{display:block;font-size:12px;margin-top:5px;}#rate_box_teams .rate_box_team ul li label{position:relative;width:100%;height:100%;background:rgba(0,0,0,.4);box-shadow:1px 1px 1px rgba(0,0,0,.56);display:inline-block;line-height:1.4;padding:20px 0;border-radius:3px;cursor:pointer;}#rate_box_teams .radio{display:inline-block;color:#fff;font-size:12px;direction:ltr;width:100%;height:100%;}#rate_box_teams .radio input[type="radio"]{position:absolute;opacity:0;}#rate_box_teams .radio input[type="radio"]+.radio-label:before{content:'';background:rgba(96,96,96,.3);border-radius:100%;border:1px solid #fff;display:inline-block;width:20px;height:20px;position:absolute;bottom:15px;left:50%;transform:translate3d(-50%,0%,0);cursor:pointer;transition:all 250ms ease;}#rate_box_teams .radio input[type="radio"]:checked+.radio-label{background-color:#f0a306;}#rate_box_teams .radio input[type="radio"]:checked+.radio-label:before{background-color:#fff;box-shadow:inset 0 0 0 4px #f0a306;}#rate_box_teams .radio input[type="radio"]:focus+.radio-label:before{outline:none;border-color:#fff;}#rate_box_teams .radio input[type="radio"]:disabled+.radio-label:before{box-shadow:inset 0 0 0 4px #e3e3e3;border-color:#a3a3a3;background:#a3a3a3;}#rate_box_teams .radio input[type="radio"]+.radio-label:empty:before{margin-right:0;}#rate_mn_hdr{background:url(../imgs/rate_mn_bg2.jpg) #1b2230 no-repeat top center;background-size:contain;}#rate_mn_hdr>img{position:relative;max-width:80px;display:block;margin:10px auto;}#rate_mn_hdr>img:nth-of-type(2){opacity:0;display:none;}#rate_mn_box{display:block;float:right;width:100%;background:url(../imgs/rate_bg2.jpg) #161717 no-repeat top center;margin-top:-10px;position:relative;padding:40px 0;}#rate_mn_box h2{display:inline-block;position:absolute;font-size:14px;color:#000;line-height:1;background:#fff;padding:5px 20px 10px;border-radius:20px;top:-27px;left:50%;transform:translate3d(-50%,0%,0);}#rate_mn_box #rate_mn_details{background:url(../imgs/mn_bg.png) no-repeat top center;text-align:center;background-size:cover;padding-top:3px;}#rate_mn_box #rate_mn_details>a{display:inline-block;width:100px;height:100px;border:4px solid #000;border-radius:50%;overflow:hidden;margin-right:10px;margin-top:-12px;margin-bottom:-18px;}#rate_mn_box #rate_mn_details>a img{width:100%;height:100%;}#rate_mn_box #rate_mn_details>p{display:inline-block;margin:0;width:55%;vertical-align:top;color:#fff;font-size:14px;line-height:1.4;text-align:right;padding:0 5px 0 0;}#rate_mn_box #rate_mn_details>p>a{display:block;color:#fff;}#rate_mn_box #rate_mn_details>p>a:nth-of-type(1){font-weight:bold;font-size:15px;}#rate_mn_box #rate_mn_details>p>a:nth-of-type(2){font-size:15px;color:#f0a306;}#rate_mn_box #rate_mn_details>p>span{font-size:12px;margin-top:10px;display:block;padding-right:20px;background:url(../imgs/user.png) no-repeat top right;background-position:right 0 top 1px;}#rate_mn_box button{background:#f0a306;border:none;border-radius:20px;font-weight:bold;font-size:14px;line-height:1;padding:6px 17px 10px 37px;display:block;margin:20px auto -20px;cursor:pointer;position:relative;}#rate_mn_box button:before,#rate_mn_box button:after{content:'';display:inline-block;width:2px;height:9px;background:#000;float:left;position:absolute;top:11px;}#rate_mn_box button:before{transform:rotate(45deg);left:23px;}#rate_mn_box button:after{transform:rotate(-45deg);left:17px;}.rate_tbls_hdr,#rate_mn_hdr{display:inline-block;width:100%;float:right;padding-bottom:40px;}#rate_box{display:block;background:#eee;float:right;}#rate_box #rate_box_players{display:inline-block;width:100%;float:right;}#rate_box #rate_box_players>button{background:#f0a306;border:none;border-radius:20px;font-weight:bold;font-size:14px;line-height:1;padding:6px 17px 10px 17px;display:block;margin:20px auto;cursor:pointer;position:relative;}#rate_box .rate_tbls_hdr{display:inline-block;width:100%;float:right;padding:15px 0;}#rate_box .rate_tbls_hdr>a{display:inline-block;width:100%;float:right;text-align:center;}#rate_box .rate_tbls_hdr>a>span{display:inline-block;background:#fff;border:1px solid #ccc;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;width:60px;height:60px;}#rate_box .rate_tbls_hdr>a>span img{width:30px;height:auto;margin-top:14px;}#rate_box .rate_tbls_hdr>a b{display:block;font-size:12px;line-height:1.5;}#rate_box .rate_tbls_cntr{display:inline-block;width:100%;float:right;}#rate_box .rate_tbls_cntr .rtc_row{display:inline-block;float:right;width:100%;text-align:center;line-height:1;margin-bottom:10px;}#rate_box .rate_tbls_cntr .rtc_row span{display:inline-block;background:#474747;color:#fff;line-height:1;padding:8px 15px 11px;-webkit-border-radius:20px;-khtml-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;font-size:12px;font-weight:bold;min-width:90px;}#rate_box .rate_tbls_cntr .rtc_tbl{display:inline-block;float:right;width:100%;padding:0 10px;margin-bottom:30px;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_hdr{display:none;float:right;width:100%;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_hdr>div{display:inline-block;float:right;font-size:12px;font-weight:bold;color:#777;text-align:center;min-height:1px;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_hdr>div:nth-of-type(1){width:54%;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_hdr>div:nth-of-type(2),#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_hdr>div:nth-of-type(3){width:23%;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row{display:inline-block;float:right;width:100%;background:#fff;margin:5px 0 10px;padding:10px;border:1px solid #e3e3e3;box-shadow:0 1px 1px rgba(0,0,0,.07);-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>a{display:inline-block;float:right;width:100%;border-bottom:1px solid #e3e3e3;padding-bottom:10px;margin-bottom:10px;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>a>span{position:relative;display:inline-block;font-size:12px;line-height:1;padding-right:53px;width:100%;margin-top:8px;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>a>span>b{display:block;margin:3px 0 8px;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>a>span>span b{display:inline-block;background:#e5e5e5;padding:2px 4px 4px;margin-right:5px;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>a>span img{display:inline-block;position:absolute;width:45px;height:45px;top:-8px;right:0;-webkit-border-radius:50%;-khtml-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row select{width:80%;padding:1px 11px;font-family:serif;font-size:14px;line-height:1;border:1px solid #ff9e13;border-radius:16px;color:#ff9e13;height:27px;background:url(../imgs/d_ar.png) no-repeat right #fff;-webkit-appearance:none;background-position-x:7px;outline:none;margin-top:10px;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>div{display:inline-block;float:right;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>div:nth-of-type(1){border-left:1px solid #e3e3e3;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>div:nth-of-type(1),#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>div:nth-of-type(2){width:50%;text-align:center;line-height:1;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>div:nth-of-type(1) b,#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>div:nth-of-type(2) b{font-size:11px;color:#777;display:block;margin-bottom:10px;}#rate_box.submited .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>a{border-left:1px solid #e3e3e3;border-bottom:none;margin:0;width:70%;width:calc(100% - 65px);min-height:66px;}#rate_box.submited .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>div:nth-of-type(1){width:65px;border:none;}#saved_box{display:inline-block;width:100%;float:right;margin:20px 0;background:#eee;border:1px solid #c9caca;padding:4px 10px 10px;font-size:14px;border-radius:4px;}#saved_box span{display:block;}#saved_box>button{background:#f0a306;border:none;border-radius:20px;font-weight:bold;font-size:14px;line-height:1;padding:6px 17px 10px 17px;display:inline-block;cursor:pointer;position:relative;float:left;}#saved_box>button svg{width:22px;height:22px;vertical-align:middle;}@media screen and (min-width:410px){#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_hdr{display:inline-block;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_hdr:nth-of-type(2){display:none;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row{padding:10px 10px 10px 4px;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>a{width:54%;border-bottom:none;border-left:1px solid #e3e3e3;padding-bottom:0;margin-bottom:0;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>div:nth-of-type(1),#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>div:nth-of-type(2){width:23%;}#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>div:nth-of-type(1) b,#rate_box .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>div:nth-of-type(2) b{display:none;}}@media screen and (min-width:600px){#rate_mn_hdr>img:nth-of-type(2){display:block;}#saved_box{padding:9px 16px 12px;}#saved_box span{display:inline-block;}#saved_box>button{margin-top:4px;}}@media screen and (min-width:75em){#rate_box_teams{padding:40px 0;}#rate_box_teams #rate_close_teams{top:17px;left:17px;}#rate_box_teams h2{font-size:17px;padding:7px 29px 10px;top:-32px;}#rate_box_teams .rate_box_team{width:50%;}#rate_box_teams .rate_box_team ul li{padding:20px;height:180px;}#rate_box_teams .rate_box_team ul li b{margin-top:0;}#rate_box_teams .rate_box_team ul li:nth-of-type(2n+1){padding-left:10px;}#rate_box_teams .rate_box_team ul li:nth-of-type(2n){padding-right:10px;}#rate_box_teams .rate_box_team:nth-of-type(1) ul{border-left:1px solid rgba(255,255,255,.09);}#rate_mn_hdr img{max-width:inherit;}#rate_mn_box{padding:60px 0;}#rate_mn_box h2{font-size:17px;padding:7px 29px 10px;top:-32px;}#rate_mn_box #rate_mn_details{padding-top:10px;background-size:contain;}#rate_mn_box #rate_mn_details>a{width:170px;height:170px;border:10px solid #000;margin-top:-26px;margin-bottom:-30px;vertical-align:middle;}#rate_mn_box #rate_mn_details>p{width:40%;margin-left:-100px;vertical-align:middle;margin-top:-30px;}#rate_mn_box #rate_mn_details>p>a:nth-of-type(1){font-size:25px;}#rate_mn_box #rate_mn_details>p>a:nth-of-type(2){font-size:20px;}#rate_mn_box #rate_mn_details>p>span{font-size:14px;margin-top:20px;background-position:right 0 top 3px;}#rate_mn_box button{font-size:16px;padding:8px 22px 14px 43px;margin:30px auto -20px;}#rate_mn_box button:before,#rate_mn_box button:after{top:14px;}#rate_mn_box button:before{left:28px;}#rate_mn_box button:after{left:23px;}#rate_box .rate_tbls_cntr>div{width:50%;float:right;}#rate_box .rate_tbls_cntr>div:nth-of-type(1) .rtc_row span{float:left;transform:translate3d(-50%,0%,0);}#rate_box .rate_tbls_cntr>div:nth-of-type(2) .rtc_row{visibility:hidden;}#rate_box.submited .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>a{width:80%;width:calc(100% - 75px);min-height:50px;}#rate_box.submited .rate_tbls_cntr .rtc_tbl .rtc_tbl_row>div:nth-of-type(1){width:75px;}}.cmp{min-height:250px;background-color:#a7a7a7;}.cmp svg{position:absolute;width:40%;height:40%;top:50%;left:50%;margin-left:-20%;margin-top:-20%;fill:#b3b1b1;}.full_body{display:inline-block;width:100%;box-sizing:border-box;padding:20px;background-color:#fff;margin:20px 0;overflow-x:auto;}.main_body{min-height:450px;}.main_body.wht{padding:0;}.main_body.wht.inr{width:100% !important;margin-bottom:20px;min-height:auto;}.main_body.wht .bd{background-color:#fff;display:inline-block;width:100%;float:right;padding:0 20px 20px;box-sizing:border-box;}.main_body.wht .bd #list-box main ul{padding:0;}.main_body.wht .mcb-text{font-size:13px;}.main_body.wht .grid-item.news-card{padding:0;}.main_body.wht .grid-item.news-card h1,.main_body.wht .grid-item.news-card h6{padding:5px 0 0 7px !important;background-color:transparent;font-size:1.06em !important;}.main_body.wht .grid-item.news-card h1 a,.main_body.wht .grid-item.news-card h6 a{display:inline-block;float:left;margin-top:10px;}.main_body.wht .grid-item.news-card h1 svg,.main_body.wht .grid-item.news-card h6 svg{fill:#454545;background-color:#eee;padding:9px;border-radius:50%;margin:0;width:12px;height:12px;}.main_body.wht .grid-item .media-container{padding:0 0 20px 0;}.main_body #hd{display:inline-block;display:flex;flex-flow:wrap;width:100%;float:right;}.main_body #hd *{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;}.main_body #hd .f{width:100%;line-height:1px;}.main_body #hd .f img{width:100%;height:auto;image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;-ms-interpolation-mode:nearest-neighbor;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:50% 10%;-khtml-transform-origin:50% 10%;-moz-transform-origin:50% 10%;-ms-transform-origin:50% 10%;-o-transform-origin:50% 10%;transform-origin:50% 10%;}.main_body #hd .s{width:100%;background:#151515;background:-moz-linear-gradient(152deg,#151515 43%,#373839 100%);background:-webkit-linear-gradient(152deg,#151515 43%,#373839 100%);background:linear-gradient(152deg,#151515 43%,#373839 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#151515",endColorstr="#373839",GradientType=1);text-align:center;line-height:0;}.main_body #hd .s>span{display:inline-block;width:100px;height:100px;box-sizing:border-box;border-radius:50%;overflow:hidden;margin:35px 0 0;border:2px solid #47484a;}.main_body #hd .s>span img{width:100%;}.main_body #hd .s b{color:#969897;}.main_body #hd .s>div{display:block;width:100%;line-height:2;color:#fff;box-sizing:border-box;}.main_body #hd .s>div a{color:#fff;}.main_body #hd .s>div svg,.main_body #hd .s>div img{width:24px;height:24px;vertical-align:middle;}.main_body #hd .s>div svg:last-child{width:24px;height:24px;fill:#fff;}.main_body #hd .s>div>span{font-size:20px;line-height:1;}.main_body #hd .s>div>span>b{display:block;font-size:12px;}.main_body #hd .s>div>ul{list-style:none;padding:0;margin:24px 0;}.main_body #hd .s>div>ul li{display:inline-block;line-height:1;padding:0 8px;}.main_body #hd .s>div>ul li>b{display:block;font-size:11px;padding-top:7px;}.main_body #hd .s>div>ul li>span{width:40px;height:40px;border-radius:50%;border:1px solid #47484a;display:inline-block;font-size:11px;line-height:37px;}.main_body #hd .f,.main_body #hd .s{display:inline-block;float:right;overflow:hidden;}.main_body #dhd{display:inline-block;display:flex;flex-flow:wrap;width:100%;float:right;margin-bottom:20px;}.main_body #dhd .f,.main_body #dhd .s,.main_body #dhd .m{display:inline-block;float:right;}.main_body #dhd span{display:inline-block;}.main_body #dhd img{width:100%;height:auto;}.main_body #dhd svg{width:26px;height:26px;fill:#636466;}.main_body #dhd a{display:inline-block;}.main_body #dhd .f,.main_body #dhd .m{width:50%;}.main_body #dhd .f{line-height:1px;}.main_body #dhd .m{background-color:#2e2f31;color:#cfcfcf;position:relative;padding:2px 40px 0 0;box-sizing:border-box;font-size:16px;line-height:1.7;}.main_body #dhd .m .clubico{width:50px;height:50px;display:block;padding:12px;box-sizing:border-box;background-color:#3e3f43;border-radius:50%;box-shadow:0 0 2px 1px rgba(0,0,0,.4);position:absolute;right:-25px;top:11px;}.main_body #dhd .m h1{font-size:20px;margin:20px 0 0;}.main_body #dhd .m a{margin:10px 0 0 2px;}.main_body #dhd .s{width:100%;background-color:#292a2c;border-top:2px solid #2e2f31;color:#e8e8e8;font-size:12px;font-weight:bold;}.main_body #dhd .s b{color:#7a7a7c;}.main_body #dhd .s ul{height:120px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:flex-start;-webkit-flex-flow:column wrap;flex-flow:column wrap;-webkit-align-content:stretch;align-content:stretch;padding:0;margin:20px 0;list-style:none;}.main_body #dhd .s li{width:50%;background:url(../img/dot.svg) no-repeat;background-position:right 13px top 14px;background-size:4px 4px;box-sizing:border-box;padding-right:27px;margin-bottom:10px;}.main_body #dhd .s li:last-of-type{margin-bottom:0;}.main_body #dhd .l{display:inline-block;list-style:none;width:100%;float:right;background-color:#fff;margin:0;padding:18px 0 21px;}.main_body #dhd .l img,.main_body #dhd .l svg{width:18px;height:auto;display:none;}.main_body #dhd .l svg{height:18px;}.main_body #dhd .l li{width:25%;display:inline-block;float:right;text-align:center;font-size:12px;line-height:1.8;position:relative;}.main_body #dhd .l li.mip_stats{cursor:pointer;}.main_body #dhd .l li:before{content:'';position:absolute;width:1px;height:100%;top:0;left:0;background-color:#e3e3e3;}.main_body #dhd .l li:last-child:before{display:none;}.main_body #dhd .l b{display:block;font-size:20px;font-size:22px;}[data-mip].active{position:relative;cursor:pointer;}[data-mip].active:after{content:'!';display:inline-block;position:absolute;width:20px;height:20px;background:#fff;background:-moz-radial-gradient(center,ellipse cover,#fff 0%,#e5e5e5 100%);background:-webkit-radial-gradient(center,ellipse cover,#fff 0%,#e5e5e5 100%);background:radial-gradient(ellipse at center,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=1);top:50%;left:50%;transform:translate3d(-50%,-50%,0);border-radius:50%;border:1px solid #d6d6d6;line-height:0;color:#757575;font-size:15px;padding-top:7px;box-sizing:border-box;opacity:0;}[data-mip].active:hover:after{animation:blinker 2s linear infinite;}@keyframes blinker{0%{opacity:0;}40%{opacity:1;}80%{opacity:1;}100%{opacity:0;}}.playerStatusPopup{position:fixed;top:50%;left:50%;width:95%;max-width:450px;background:#fff;z-index:9999;transform:translate(-50%,-50%);padding:20px;border-radius:10px;margin-top:25px;}.psp_close{position:absolute;width:40px;height:40px;display:inline-block;left:10px;top:10px;z-index:2;cursor:pointer;}.psp_close:before{content:'';position:absolute;top:50%;left:50%;width:20px;height:3px;background:#f0a306;transform:translate(-50%,-50%) rotate(45deg);}.psp_close:after{content:'';position:absolute;top:50%;left:50%;width:20px;height:3px;background:#f0a306;transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(-45deg);}.psp_header img{width:65px;height:65px;border-radius:50%;border:2px solid #f0a306;vertical-align:middle;}.psp_header div{display:inline-block;vertical-align:middle;padding-right:10px;}.psp_header span{display:block;font-size:14px;color:#a3a3a3;font-weight:bold;}.psp_body{text-align:center;}.psp_body h2{display:inline-block;font-size:16px;border-bottom:1px solid #f0a306;padding-bottom:10px;margin:0;}.psp_body ul{list-style:none;padding:37px 0 0 5px;margin:0;border-top:1px solid #e7e7e7;max-height:400px;overflow:auto;}.psp_body ul li{background:#f3f3f3;border-radius:10px;margin:0 0 40px;padding:19px 15px 10px;position:relative;}.psp_body ul li div{font-size:13px;display:flex;justify-content:space-between;font-weight:bold;border-bottom:1px solid #ccc;padding:10px 0;}.psp_body ul li div:last-of-type{border-bottom:0;}.psp_body ul li span.psp_item_date{color:#b1b1b1;}.psp_body ul li span.psp_item_description{width:100%;flex-basis:100%;text-align:right;font-weight:normal;margin-top:10px;color:#575757;}.psp_body ul li:last-of-type{margin-bottom:0;}.psp_body ul b{background:#fff;font-size:14px;padding:6px 20px 3px 20px;border-radius:20px;border:2px solid #f0a306;color:#f0a306;position:absolute;left:50%;top:0;transform:translate(-50%,-50%);}.psp_body ul::-webkit-scrollbar{width:5px;}.psp_body ul::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.2);}.psp_body ul::-webkit-scrollbar-thumb{background-color:#f0a306;outline:1px solid #fff;}#playerStatusLightBox{position:fixed;top:0%;left:0%;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:999999;}#show_player_status:after{content:'!';display:inline-block;width:16px;height:16px;border:2px solid #f0a306;border-radius:50%;color:#f0a306;text-align:center;font-weight:bold;margin-right:7px;transform:rotate(180deg);}.mn_list{display:inline-block;float:right;margin:20px 0 20px;font-size:11px;}.mn_list a{display:inline-block;float:right;padding:5px 20px 12px;padding:5px 6px 12px;color:#878787;line-height:1.5;margin:0 0 10px 4px;}.mn_list a:hover{color:#2e2f31;}.mn_list a.active{background-color:#2e2f31;color:#fff;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;}.mn_list a:last-child{margin-left:0;}.mn_list.lg{margin:0 20px;font-size:16px;}.mn_list.lg a{padding:5px 20px 12px;}.mcntnr{display:inline-block;width:100%;float:right;font-size:24px;}.mcntnr .mcitem{box-sizing:border-box;display:inline-block;width:100%;float:right;margin-bottom:20px;font-weight:bold;}.mcntnr .mcitem img{width:100%;height:auto;}.mcntnr .mcitem svg{width:14px;height:14px;fill:#f0a306;vertical-align:middle;margin-left:5px;}.mcntnr .mcitem .img,.mcntnr .mcitem .body{display:inline-block;float:right;box-sizing:border-box;}.mcntnr .mcitem .img{width:35%;line-height:0;margin-bottom:10px;position:relative;}.mcntnr .mcitem .img a{display:inline-block;width:100%;}.mcntnr .mcitem .img a:after{content:'';background-color:rgba(0,0,0,.2);z-index:1;opacity:1;position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:opacity .2s ease-out 0s;-khtml-transition:opacity .2s ease-out 0s;-moz-transition:opacity .2s ease-out 0s;-ms-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s;}.mcntnr .mcitem .body{width:65%;padding-right:20px;position:relative;}.mcntnr .mcitem .body a{font-size:.6em;display:block;line-height:1.67;margin-bottom:8px;position:relative;z-index:2;-webkit-transition:color .2s ease-out 0s;-khtml-transition:color .2s ease-out 0s;-moz-transition:color .2s ease-out 0s;-ms-transition:color .2s ease-out 0s;-o-transition:color .2s ease-out 0s;transition:color .2s ease-out 0s;}.mcntnr .mcitem .body a>i{display:inline-block;position:relative;vertical-align:middle;line-height:0;}.mcntnr .mcitem .body a>i img{width:51px;}.mcntnr .mcitem .body a.slnk{display:inline-block;color:#f0a306;margin-right:5px;font-size:10px !important;float:right;}.mcntnr .mcitem .body span{font-size:10px;color:#999;float:right;}.mcntnr .mcitem:hover .img a:after{opacity:0;}.mcntnr .mcitem:hover .body a{color:#f0a306;}.cin_cntnr{background-color:#f7f7f7;box-shadow:0 1px 1px #e2e2e2;display:inline-block;width:100%;float:right;margin-bottom:10px;position:relative;}.cin_cntnr .mi_stats_h{display:inline-block;width:100%;height:0;position:relative;}.cin_cntnr .mi_stats{position:relative;text-align:center;z-index:2;cursor:pointer;border:1px solid #d7d7d6;border-radius:4px;display:inline-block;overflow:hidden;}.cin_cntnr .mi_stats>div{width:30px;height:30px;display:inline-block;float:left;}.cin_cntnr .mi_stats>div:nth-of-type(2){width:auto;line-height:1.8;padding:2px 14px 0;margin-left:1px;font-weight:bold;font-size:13px;color:#7b7b7b;position:relative;}.cin_cntnr .mi_stats>div:nth-of-type(2):before{content:'';width:1px;height:100%;top:0;left:0;background:#d7d7d6;display:inline-block;position:absolute;}.cin_cntnr .mi_stats svg{width:11px !important;height:11px !important;fill:#f0a306 !important;vertical-align:top !important;margin-top:10px !important;}.cin_cntnr .mi_stats:hover{background:#ededed;}.cin_cntnr .status{padding:4px 0 4px;max-width:70px;}.cin_cntnr .c-i-next{border:none;margin:10px auto 0;padding-bottom:0;}.cin_cntnr .c-i-next b{margin:0 12px;}.cin_cntnr .c-i-next .f,.cin_cntnr .c-i-next .s{width:40%;}.cin_cntnr .c-i-next .m{width:20%;text-align:center;}.cin_cntnr p{text-align:center;margin:0;display:inline-block;width:100%;float:right;font-weight:bold;font-size:12px;}.fg_tbl{position:relative;}.fg_tbl .is_stuck{border-bottom:1px solid #f7f7f7;z-index:1;background-color:#fff;}.fg_tbl.a .t1,.fg_tbl.a .t3{text-align:center;}.fg_tbl.a .t3.ex{display:none;}.fg_tbl.a .fg_rw:nth-child(n+2) .t2.u{background:url(../img/xua.svg) no-repeat top right;background-size:11px 11px;background-position:100% 51%;}.fg_tbl.a .fg_rw:nth-child(n+2) .t2.d{background:url(../img/xda.svg) no-repeat top right;background-size:11px 11px;background-position:100% 51%;}.fg_tbl.a .fg_rw:nth-child(n+2) .t1,.fg_tbl.a .fg_rw:nth-child(n+2) .t2,.fg_tbl.a .fg_rw:nth-child(n+2) .t3{line-height:48px;}.fg_tbl.a .fg_rw .t2:nth-of-type(2){padding-right:13px;}.fg_tbl.a .fg_rw.s{background-color:#fdf5dd;box-shadow:0 1px 1px #e2e2e2;}.fg_tbl.a.ax .fg_rw:first-of-type{background-color:#2e2f31;padding:2px 0 7px;}.fg_tbl.a.ax .fg_rw:nth-child(n+2) .t2{background:none;font-size:12px;}.fg_tbl.a.ax .fg_rw.s{background-color:transparent;box-shadow:none;}.fg_tbl.a.ax .fg_cl.t1{width:34%;text-align:right;padding-right:5px;}.fg_tbl.a.ax .fg_cl.t1 a{display:inline-block;line-height:2;}.fg_tbl.a.ax .fg_cl.t1 span{display:inline-block;line-height:1.6;vertical-align:middle;}.fg_tbl.a.ax .fg_cl.t2{width:30%;padding-right:5px;}.fg_tbl.a.ax .fg_cl.t3{width:7%;}.fg_tbl.a.arg .fg_rw:first-of-type{padding-bottom:10px;background-color:#fff;}.fg_tbl.a.arg .fg_rw:nth-child(even){background-color:#f7f7f7;}.fg_tbl.a.arg .fg_rw:nth-child(n+2) .t2{background-position:100% 50%;font-size:14px;}.fg_tbl.a.arg .fg_rw:nth-child(n+2) .t2.d,.fg_tbl.a.arg .fg_rw:nth-child(n+2) .t2.u{background-position:100% 50%;}.fg_tbl.a.arg .fg_rw:nth-child(n+2) .t2 a{display:inline-block;vertical-align:middle;line-height:1;}.fg_tbl.a.arg .fg_rw:nth-child(2){background-color:#323334;color:#fff;border-radius:5px;}.fg_tbl.a.arg .fg_rw:nth-child(2) .t1 a,.fg_tbl.a.arg .fg_rw:nth-child(2) .t2 a,.fg_tbl.a.arg .fg_rw:nth-child(2) .t3 a{color:#fff;}.fg_tbl.b .plyr img{margin:0 6px 0 6px;}.fg_tbl.b .t1{width:48%;text-align:center;}.fg_tbl.b .t2,.fg_tbl.b .t3{width:17.2%;text-align:center;}.fg_tbl.b .fg_rw:nth-child(1){line-height:1.2;padding:0 0 10px;background-color:#fff;}.fg_tbl.b .fg_rw:nth-child(1) .t1{text-align:right;padding-right:66px;}.fg_tbl.b .fg_rw:nth-child(n+2){background-color:#f7f7f7;padding:9px 0 9px;box-shadow:0 1px 1px #e2e2e2;margin-bottom:10px;}.fg_tbl.b .fg_rw:nth-child(n+2) .t2{color:#f0a306;}.fg_tbl.b .fg_rw:nth-child(n+2) .t2:nth-child(3){color:#9d9d9d;}.fg_tbl.b .circle-progress{width:40px;height:40px;}.fg_tbl.b .circle-progress canvas{width:100%;height:100%;}.fg_tbl.b .circle-progress:before{border:3px solid #e8e8e8;}.fg_tbl.b .circle-progress .rate-circle-value{font-size:1em;line-height:3.2 !important;color:#9d9d9d;}.fg_tbl.expandable .fg_cl_tgl{display:inline-block;background:#ebebeb;border-radius:50%;width:30px;height:30px;}.fg_tbl.expandable .fg_cl_tgl svg{width:15px;height:15px;margin:9px 8px 0;transform:rotate(-90deg);}.fg_tbl.expandable .fg_cl.t2{width:50%;}.fg_tbl.expandable .fg_cl.t4{width:12%;text-align:center;}.fg_tbl.expandable .fg_cl.dtls{display:inline-block;width:100%;background:#ececec;padding:0 10px;box-sizing:border-box;visibility:hidden;height:0;}.fg_tbl.expandable .fg_cl.dtls>div{display:block;float:right;width:100%;}.fg_tbl.expandable .fg_cl.dtls>div:first-of-type{padding-bottom:14px;border-bottom:1px solid #e3e3e3;}.fg_tbl.expandable .fg_cl.dtls>div:first-of-type span{display:inline-block;float:right;color:#000;margin-left:20px;margin-top:15px;}.fg_tbl.expandable .fg_cl.dtls>div:first-of-type>a{display:inline-block;background:#f0a306;border-radius:20px;line-height:1;padding:5px 16px 11px;float:left;margin-top:10px;}.fg_tbl.expandable .fg_cl.dtls>div:last-of-type>div{display:inline-block;width:100%;color:#000;margin-bottom:20px;}.fg_tbl.expandable .fg_cl.dtls>div:last-of-type>div>div{background:#f7f7f7;border:1px solid #e6e6e6;padding:13px 0 10px;}.fg_tbl.expandable .fg_cl.dtls>div:last-of-type>div>div>b{display:block;text-align:center;font-weight:normal;line-height:1;}.fg_tbl.expandable .fg_cl.dtls>div:last-of-type>div>div .c-i-next{border:none;margin:0;padding:0;}.fg_tbl.expandable .fg_cl.dtls .loader{width:100% !important;margin:0 !important;}.fg_tbl.expandable .fg_cl.dtls .loader .loading-bubbles{padding:0 !important;border:none !important;background:transparent !important;}.fg_tbl.expandable .fg_rw.expand .fg_cl.dtls{visibility:visible;height:auto;}.fg_tbl.expandable .fg_rw.expand .fg_cl_tgl svg{margin:2px 8px 0;transform:rotate(90deg);}.c-i-mth{display:inline-block;width:100%;position:relative;}.c-i-mth .m{position:absolute;left:50%;transform:translate3d(-50%,0%,0);z-index:10;}.c-i-mth .m .status{width:49px;cursor:pointer !important;}.c-i-mth .f,.c-i-mth .s{display:inline-block;width:50%;float:right;position:relative;font-size:13px;}.c-i-mth .f img,.c-i-mth .s img{margin:0;width:20px;height:20px;vertical-align:middle;}.c-i-mth .f b,.c-i-mth .s b{color:#f0a306;}.c-i-mth .f{direction:ltr;padding-left:25px;box-sizing:border-box;text-align:left;}.c-i-mth .f strong{position:absolute;width:100%;left:0%;padding-left:80px;box-sizing:border-box;}.c-i-mth .f b{float:left;padding:0 10px;}.c-i-mth .s{padding-right:25px;box-sizing:border-box;text-align:right;}.c-i-mth .s strong{position:absolute;width:100%;right:0%;padding-right:80px;box-sizing:border-box;}.c-i-mth .s b{float:right;padding:0 10px;}.cmim{display:inline-block;width:100%;float:right;}.cmim h2{font-size:14px;margin-bottom:3px;}.fg_rsp_tbl{width:100%;border-collapse:collapse;margin-bottom:20px;font-weight:bold;font-size:12px;}.fg_rsp_tbl thead tr{background-color:#2e2f31;color:#88898b;}.fg_rsp_tbl thead tr td{padding:6px 0 12px;}.fg_rsp_tbl thead tr td:nth-child(2){padding-right:60px;}.fg_rsp_tbl tbody tr{margin-bottom:10px;}.fg_rsp_tbl tbody tr td{padding:10px 0;border-bottom:1px solid #ededed;}.fg_rsp_tbl tbody tr td div{display:inline-block;float:right;font-weight:normal;}.fg_rsp_tbl tbody tr td div span{color:#88898b;}.fg_rsp_tbl td:nth-child(1),.fg_rsp_tbl td:nth-child(n+3){text-align:center;}.fg_rsp_tbl td:nth-child(1){padding-right:10px;}.fg_rsp_tbl td:nth-child(n+3){display:none;}.fg_rsp_tbl td:last-child{display:table-cell;text-align:right;width:102px;}.fg_rsp_tbl img{width:43px;height:43px;vertical-align:middle;border-radius:50%;border:3px solid #e7e7e7;margin-left:10px;}.fg_rsp_tbl img+span{display:inline-block;line-height:1.5;}.fg_rsp_tbl img+span span{display:block;font-size:11px;color:#7b7b7b;}#tabsPartial{display:inline-block;width:100%;}.taber_cntnr{display:none;clear:both;}.boxlist{list-style:none;margin:0;padding:0;}.boxlist li{display:inline-block;width:50%;float:right;text-align:center;background-color:#fff;line-height:1.3;margin-bottom:20px;}.boxlist li>div{box-shadow:1px 1px 1px 1px #dfdfdf;display:inline-block;width:95%;}.boxlist img{width:70px;height:70px;border-radius:50%;border:3px solid #ddd;}.boxlist a{display:block;}.boxlist .f,.boxlist .s{display:inline-block;width:100%;}.boxlist .f{background-color:#f0f0f0;padding:20px 0;height:160px;box-sizing:border-box;font-size:14px;}.boxlist .f a:nth-child(2){font-weight:bold;margin-bottom:5px;}.boxlist .f a:nth-child(3){font-size:12px;}.boxlist .s{height:60px;padding-top:10px;box-sizing:border-box;font-size:11px;}.boxlist .s b{display:block;line-height:1;color:#f0a306;font-size:24px;}@media only screen and (min-width:22.5em){.main_body #dhd .l b{font-size:27px;}}@media only screen and (min-width:26em){.main_body.wht .mn_list{font-size:12px;}.main_body.wht .mn_list a{padding:5px 14px 12px;}.cin_cntnr .c-i-next strong{display:inline-block;}.cin_cntnr .c-i-next .f,.cin_cntnr .c-i-next .s{padding-top:7px;}.cin_cntnr .c-i-next .f{direction:ltr;}}@media only screen and (min-width:39.5em){.main_body #dhd .f{width:35%;}.main_body #dhd .m{width:65%;}.boxlist li{width:25%;}}@media only screen and (min-width:43em){.fg_rsp_tbl{font-size:14px;}.fg_rsp_tbl td:nth-child(n+3){display:table-cell;}.fg_rsp_tbl td:last-child{display:none;}.main_body #hd .f{width:59%;}.main_body #hd .f img{webkit-transform:translate3d(0,0,0) scale(1.4);-khtml-transform:translate3d(0,0,0) scale(1.4);-moz-transform:translate3d(0,0,0) scale(1.4);-ms-transform:translate3d(0,0,0) scale(1.4);-o-transform:translate3d(0,0,0) scale(1.4);transform:translate3d(0,0,0) scale(1.4);height:100%;}.main_body #hd .s{width:41%;}.main_body #hd .s>span{width:60px;height:60px;margin:20px 0 0;}.main_body #hd .s>div>span{font-size:15px;}.main_body #hd .s>div>span>b{font-size:10px;}.main_body #hd .s>div>ul{margin:18px 0 15px;}.main_body #hd .s>div>ul li>span{width:30px;height:30px;line-height:29px;}.main_body .grid-item.news-card{font-size:20px;}.main_body.wht .grid-item .media-container{padding:20px 20px 0 17px;}.main_body.wht .mn_list{font-size:14px;margin:30px 0 20px;font-weight:bold;}.main_body.wht .mn_list a{padding:5px 21px 12px;}.main_body.wht .mc-block .mn_list{margin:0 0 10px;}.mcntnr .mcitem{padding-left:15px;width:50%;}.mcntnr .mcitem:nth-of-type(2n+1){clear:both;}.cmim{width:48.2%;}.cmim+.cmim{float:left;}.fg_tbl{font-size:14px;}.fg_tbl img{margin-left:10px;}.fg_tbl.a .fg_rw:not(.fg_tbl.a .fg_rw.ax):nth-child(n+2) .t2{font-size:14px;background-position:100% 50%;}.fg_tbl.a .fg_rw:not(.fg_tbl.a .fg_rw.ax):nth-child(n+2) .t2:nth-of-type(2){padding-right:20px;}.fg_tbl.a.ax:nth-child(n+2) .t2{font-size:14px !important;}.fg_tbl.b .t2,.fg_tbl.b .t3{width:17%;}.fg_tbl.b .fg_rw:nth-child(n+2){font-size:1.7em;}.fg_tbl.b .fg_rw:nth-child(n+2) .t2{padding-top:19px;}.fg_tbl.b .t1{width:49%;}.fg_tbl.b .plyr{padding-top:12px;}.fg_tbl.b .plyr img{margin-left:15px;}.fg_tbl.b .circle-progress{width:70px;height:70px;}.fg_tbl.b .circle-progress .rate-circle-value{font-size:20px;line-height:3.3 !important;}.fg_rw:not(.fg_rw.ax) .t3{padding-right:32px;}.plyr{padding:6px 13px 7px;}.plyr img{width:75px;height:75px;}.plyr span{font-size:15px;}.cin_cntnr .c-i-next strong{margin:0 3px;}.cin_cntnr .match-aux{float:right;padding:10px 0 8px;}}@media only screen and (min-width:61em){.main_body.wht .bd{padding:0 30px 20px;}.main_body.wht .bd>.mn_list{margin:20px 0 0;}.main_body #hd .f{width:60%;}.main_body #hd .s{width:40%;}.main_body #dhd .f{width:37%;}.main_body #dhd .m{width:34%;}.main_body #dhd .s{width:29%;position:relative;}.main_body #dhd .s:before{content:'';position:absolute;width:1px;height:100%;top:0;right:0;background-color:#323335;}.main_body #dhd .s ul{height:auto;}.main_body #dhd .s ul li{background:none;width:100%;}.main_body #dhd .l b{display:inline-block;vertical-align:middle;margin-right:6px;font-size:21px;}.main_body #dhd .l li{direction:ltr;font-size:12px;}.main_body #dhd .l img,.main_body #dhd .l svg{display:inline-block;vertical-align:middle;}.main_body #dhd .l span{direction:rtl;vertical-align:middle;}.cmim h2{font-size:16px;margin-bottom:8px;}.cin_cntnr .c-i-next .f,.cin_cntnr .c-i-next .s{width:44%;}.cin_cntnr .c-i-next .m{width:12%;padding-top:15px;}.cin_cntnr .c-i-next .f{padding:7px 0 0 80px;}.cin_cntnr .c-i-next .s{padding:7px 80px 0 0;}.cin_cntnr .match-aux span{font-size:.75em;}.cin_cntnr p{margin-bottom:-16px;font-size:14px;}.fg_tbl.a .fg_rw .t2:nth-of-type(2){padding-right:22px;}}@media only screen and (min-width:75em){.main_body #hd .f img{webkit-transform:translate3d(0,0,0) scale(1.2);-khtml-transform:translate3d(0,0,0) scale(1.2);-moz-transform:translate3d(0,0,0) scale(1.2);-ms-transform:translate3d(0,0,0) scale(1.2);-o-transform:translate3d(0,0,0) scale(1.2);transform:translate3d(0,0,0) scale(1.2);}.main_body #hd .s>span{width:100px;height:100px;}.main_body #hd .s>div>span{font-size:21px;}.main_body #hd .s>div>span>b{font-size:11px;margin-top:-3px;}.main_body #hd .s>div>ul li>span{width:40px;height:40px;line-height:37px;}.main_body #hd .s>div>ul li>b{font-size:11px;padding-top:4px;}.main_body #dhd .f{width:30%;}.main_body #dhd .m{width:45%;padding:20px 63px 0 0;font-size:20px;line-height:1.9;}.main_body #dhd .m .clubico{width:64px;height:64px;padding:15px;right:-31px;top:35px;}.main_body #dhd .m h1{font-size:29px;}.main_body #dhd .m a:not(.clubico){margin:50px 0 0 2px;}.main_body #dhd .m a:not(.clubico):hover svg{fill:#f0a306;}.main_body #dhd .l b{font-size:32px;margin-right:10px;}.main_body #dhd .l li{font-size:14px;}.main_body #dhd .s{width:25%;}.main_body.wht .mc-block.mc-news h1,.main_body.wht .mc-block.mc-news h6{font-size:.85em;}.main_body.wht .mc-block:not(.mc-news) h1:first-of-type,.main_body.wht .mc-block:not(.mc-news) h6:first-of-type{font-size:1.3em;}.main_body.wht .mcb-text{font-size:16px;}.mcntnr .mcitem{width:23.5%;padding-left:0;margin-left:2%;}.mcntnr .mcitem .img,.mcntnr .mcitem .body{width:100%;}.mcntnr .mcitem .body{padding-right:0;}.mcntnr .mcitem .body a>i{position:absolute;top:-55px;right:5px;}.mcntnr .mcitem .body a>i img{width:auto;}.mcntnr .mcitem:nth-of-type(2n+1){clear:none;}.mcntnr .mcitem:nth-of-type(4n+1){clear:both;}.mcntnr .mcitem:nth-of-type(4n){margin-left:0%;}.mim .mims span{font-size:13px !important;}.mim .mimu{padding:0 0 3px;}.fg_tbl.a.ax .fg_cl.t1{padding-right:18px;}.fg_tbl.a .t3.ex{display:inline-block;}.fg_tbl.a.arg .fg_cl.t1{width:10%;}.fg_tbl.a.arg .fg_cl.t2{width:35%;}.fg_tbl.a.arg .fg_cl.t3{width:6%;padding-right:0;}.fg_tbl.expandable .fg_cl.t2{width:30% !important;}.fg_tbl.expandable .fg_cl.t4{width:4% !important;}}@media only screen and (min-width:90.1em){.main_body #hd .f{width:70%;}.main_body #hd .f img{height:auto;}.main_body #hd .s{width:30%;position:relative;}.main_body #hd .s>div>ul{margin:28px 0 28px;}.main_body #dhd .f{width:25%;}.main_body #dhd .m{width:50%;}}@media screen and (min-width:768px){.fg_tbl.expandable .fg_cl.dtls>div:last-of-type>div{width:49%;float:right;box-sizing:border-box;}.fg_tbl.expandable .fg_cl.dtls>div:last-of-type>div:first-of-type{margin-left:1%;}.fg_tbl.expandable .fg_cl.dtls>div:last-of-type>div:last-of-type{margin-right:1%;}}#ohd .f,#ohd .s{display:inline-block;width:100%;float:right;box-sizing:border-box;text-align:center;padding:20px 0;}.flg-wdgt.mc-block li>a{display:inline-block;width:57px;height:57px;float:right;margin-left:20px;}.flg-wdgt.mc-block li>a>img{width:100%;height:100%;border-radius:50%;border:4px solid #cfcfcd;}.flg-wdgt.mc-block li>div{font-size:12px;line-height:1.7;padding-right:83px;}.flg-wdgt.mc-block li>div a{display:block;font-weight:bold;font-size:15px;}.flg-wdgt.mc-block li>div a+a{font-size:12px;font-weight:normal;}.flg-wdgt.mc-block li>div span{display:block;color:#cbcbcb;}.flg-wdgt.mc-block li>div span b{color:#f5b11c;font-weight:bold;}#ohd{background-color:#fff;display:inline-block;width:100%;margin-bottom:10px;float:right;}#ohd .f{border-bottom:1px solid #e8e8e8;}#ohd .f .rate{padding-top:20px;font-size:0;}#ohd .f svg{display:inline-block;width:16px;height:16px;fill:#f0a306;}#ohd .f svg.off{stroke:#cacaca;}#ohd img{width:100px;height:100px;border-radius:50%;border:5px solid #cfcfcf;}#ohd h2{margin:0;line-height:1;}#ohd .s svg{width:24px;height:24px;fill:#2b2b2b;}#ohd .s span{display:inline-block;background:#e8e8e8;width:52px;height:52px;line-height:3.8;border-radius:50%;}#ohd .s .info{display:block;color:#b7b7b7;font-weight:normal;font-size:13px;}#ohd .s b{display:block;line-height:1;color:#000;}#ohd .s li{display:inline-block;padding:0 10px 0;}#ohd ul{list-style:none;margin:0;padding:0;}.edtr_opn_list{list-style:none;margin:0;padding:0;display:flex;flex-flow:wrap row;width:100%;}.edtr_opn_list li{display:inline-block;width:100%;float:right;margin-bottom:10px;box-sizing:border-box;font-size:11px;position:relative;}.edtr_opn_list li div{box-sizing:border-box;background-color:#f4f4f4;padding:6px 11px 10px;height:100%;}.edtr_opn_list li a{display:block;font-weight:bold;font-size:13px;}.edtr_opn_list.pic{margin-top:20px;}.edtr_opn_list.pic li{margin-bottom:18px;}.edtr_opn_list.pic li>a{display:inline-block;width:57px;height:57px;float:right;margin-left:20px;padding-top:8px;}.edtr_opn_list.pic li>a>img{width:100%;height:100%;border-radius:50%;border:4px solid #cfcfcd;}.edtr_opn_list.pic li div{background-color:transparent;line-height:1.5;padding-right:77px;}.edtr_opn_list.pic li a{font-size:16px;}.edtr_opn_list.pic li a+a{font-weight:normal;font-size:13px;}.flg-wdgt.mc-block{background-color:#fff;padding:0 20px !important;}.flg-wdgt.mc-block ul{list-style:none;margin:0;padding:0;}.flg-wdgt.mc-block li{display:inline-block;width:100%;margin-bottom:30px;}.edt_bd{padding-top:16px !important;margin-bottom:10px;}.edt_bd h1:first-child span,.edt_bd h6:first-child span{padding-bottom:13px;}.rnd_list_h{list-style:none;padding:0;margin:20px 0 0;display:inline-block;width:100%;}.rnd_list_h a{display:block;font-size:13px;line-height:1.5;font-weight:bold;color:#585858;}.rnd_list_h a img{width:100px;height:100px;border-radius:50%;border:5px solid #ccc;}.rnd_list_h li{display:inline-block;width:100%;float:right;text-align:center;line-height:1;padding:0 30px;box-sizing:border-box;margin-bottom:29px;position:relative;}.rnd_list_h li h2 a{font-size:18px;line-height:1.2;color:#000;}.rnd_list_h h2{margin:6px 0;}.main_body.edtrbd .article{border:none;}.main_body.edtrbd .article .title_body>a{display:inline-block;float:right;}.main_body.edtrbd .article .title_body .f{padding:0 80px 0 0;}.main_body.edtrbd .article .title_body .f a{color:#f0a306;font-weight:bold;}.main_body.edtrbd .article .title_body h1,.main_body.edtrbd .article .title_body h6{font-size:.8em;}.main_body.edtrbd .article .title_body img{width:60px;height:60px;border-radius:50%;border:3px solid #cfcfcd;display:inline-block;float:right;}@media only screen and (min-width:30em){#ohd .f,#ohd .s{width:50%;}#ohd .f{border-bottom:none;border-left:1px solid #e8e8e8;}#ohd .s li{padding:53px 10px 0;}#ohd img{width:130px;height:130px;}.edtr_opn_list li{width:50%;padding:0 0 0 5px;}.edtr_opn_list li:nth-child(2n){padding:0 5px 0 0;}.edtr_opn_list.pic li{margin-bottom:34px;}.rnd_list_h{padding:40px 0;}.rnd_list_h li{width:33.33%;padding:0 10px;}.rnd_list_h li:before{content:'';position:absolute;width:1px;height:100%;background-color:#e8e8e8;left:0;top:0;}.rnd_list_h li:last-child:before{display:none;}}@media screen and (min-width:61rem){.main_body.edtrbd .article .social_bar{position:relative;}.main_body.edtrbd:not(.orig) .article p{font-size:.4em;}.main_body.edtrbd .title{padding:0 0 15px 0;}.main_body.edtrbd .title .title_body{padding:37px 31px 66px;}.main_body.edtrbd .title .title_body img{width:90px;height:90px;}.main_body.edtrbd .title .title_body .f{padding:0 124px 0 0;}}@media only screen and (min-width:75em){#ohd .f,#ohd .s{padding:38px 0;}.edtr_opn_list li{font-size:12px;}.edtr_opn_list li a{font-size:14px;}.edtr_opn_list li div{padding:10px 19px 17px;}.edtr_opn_list.pic{margin-top:36px;}.edtr_opn_list.pic li div{padding:10px 85px 17px 56px;}.rnd_list_h a img{width:130px;height:130px;}.rnd_list_h li{padding:0 40px;}.edt_bd .mc-block h1:first-of-type,.edt_bd .mc-block h6:first-of-type{line-height:1;}}.vipchamp{list-style:none;margin:0;padding:0;text-align:center;}.vipchamp li{display:inline-block;width:18%;margin-left:1%;height:135px;vertical-align:top;border:1px solid #e3e3e3;text-align:center;}.vipchamp li:last-child{margin-left:0;}.vipchamp li b{display:block;font-size:12px;float:right;text-align:center;width:100%;margin-top:10px;overflow:hidden;height:35px;line-height:1.4;}.vipchamp li span{display:inline-block;width:100%;height:67px;line-height:100px;margin-top:17px;float:right;}.vipchamp li img{display:inline-block;max-width:67px;height:auto;}.champ_lst{display:inline-block;width:100%;float:right;padding:10px;box-sizing:border-box;}.champ_lst .edtr_opn_list li>div{background-color:#fff;padding:0;position:relative;}.champ_lst .edtr_opn_list li svg{width:20px;height:20px;display:inline-block;position:absolute;top:50%;margin-top:-10px;left:10px;fill:#8d8d8d;}.champ_lst .edtr_opn_list li span,.champ_lst .edtr_opn_list li b{display:table-cell;vertical-align:middle;}.champ_lst .edtr_opn_list li span{width:85px;height:76px;border-left:1px solid #f2f2f2;text-align:center;margin-left:15px;}.champ_lst .edtr_opn_list li span img{vertical-align:middle;width:60px;height:auto;}.champ_lst .edtr_opn_list li b{padding-right:15px;line-height:1.6;padding-left:32px;}@media only screen and (min-width:62em){.champ_lst .edtr_opn_list li.mobile-only{display:none;}}@media only screen and (min-width:61em){.champ_lst{padding:10px 0 0;}.champ_lst .edtr_opn_list li svg{display:none;}}@media only screen and (min-width:90.1em){.vipchamp li{margin-left:1.6%;}}.fg_team_slider{display:inline-block;width:100%;background:#fff;margin-top:30px;border:1px solid #dedede;box-sizing:border-box;padding:0 30px;overflow:hidden;}.fg_team_slider .lSAction>a{background-image:none;background:#eee;width:30px;height:85px;top:0;margin:0;text-align:center;}.fg_team_slider .lSAction>a svg{width:20px;margin-top:30px;}.fg_team_slider .lSAction>.lSPrev{left:0;}.fg_team_slider .lSAction>.lSNext{right:0;}.fg_team_slider ul{white-space:nowrap;list-style:none;height:100px;}.fg_team_slider ul li{text-align:center;font-size:10px;display:inline-block;height:85px;padding:15px 0 0;box-sizing:border-box;}.fg_team_slider ul li a{display:inline-block;width:100%;line-height:0;}.fg_team_slider ul li a img{height:30px;}.fg_team_slider ul li a b{display:block;margin-top:3px;white-space:initial;line-height:1.5;padding:0 1px;box-sizing:border-box;max-height:32px;overflow:hidden;}#innerpage{background:#fff;margin:28px 0;display:inline-block;width:100%;}#innerpage>div{display:inline-block;float:right;width:100%;padding:10px;box-sizing:border-box;text-align:center;}#innerpage>div img{width:130px;height:auto;margin-top:23px;}#innerpage>div:first-child{color:#212224;}#innerpage>div:first-child p{font-weight:bold;text-align:center;font-size:14px;line-height:1.6;}#innerpage>div:first-child #gmw_copy{display:inline-block;width:100%;color:#747474;}#innerpage>div:first-child #gmw_copy p{text-align:right !important;}#innerpage>div:first-child #gmw_text{display:inline-block;width:100%;padding:10px;box-sizing:border-box;background:#fbfbfb;height:123px;direction:ltr;font-weight:bold;font-size:14px;border:1px solid #d3d3d3;}#innerpage>div:first-child #gmw_text{color:#212224;padding:10px;max-width:100%;}#innerpage>div:first-child .gmw_ctr{margin-bottom:20px;width:100%;float:right;}#innerpage>div:first-child .gmw_ctr:nth-of-type(1),#innerpage>div:first-child .gmw_ctr:nth-of-type(2){width:50%;}#innerpage>div:first-child .gmw_ctr h1{font-size:15px;color:#f0a306;}#innerpage>div:first-child .gmw_ctr select{width:100%;background:#fff;border:1px solid #ccc;font-weight:bold;}#innerpage>div:first-child .gmw_ctr_num{margin-bottom:10px;}#innerpage>div:first-child .gmw_ctr_num input[type=number]{width:100px;height:35px;font-size:14px;padding:0;text-align:center;box-sizing:border-box;margin-right:10px;border:1px solid #ccc;font-weight:bold;}#innerpage>div:first-child .gmw_ctr_num label{font-weight:bold;font-size:15px;}#innerpage>div:first-child .gmw_ctr_box{display:inline-block;width:100px;height:35px;background:#fff;vertical-align:top;margin-right:10px;border:1px solid #ccc;padding:1px;box-sizing:border-box;}#innerpage>div:first-child .gmw_ctr_box.g:before{content:'';width:100%;height:100%;display:inline-block;background:#efefef;}#innerpage>div:first-child .gmw_ctr_box.b:before{content:'';width:100%;height:100%;display:inline-block;background:#333;}#innerpage>div:first-child .gmw_ctr_radio{margin-bottom:10px;}#innerpage>div:first-child .gmw_ctr_radio input[type=radio]{background-color:#cc9e5d;display:none;}#innerpage>div:first-child .gmw_ctr_radio input[type=radio]+label{background-color:#fff;border:1px solid #cacece;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05);padding:9px;display:inline-block;position:relative;}#innerpage>div:first-child .gmw_ctr_radio input[type=radio]:checked+label{background-color:#fff;border:1px solid #adb8c0;color:#000;}#innerpage>div:first-child .gmw_ctr_radio input[type=radio]:checked+label:after{content:'✔';font-size:14px;position:absolute;top:1px;left:4px;color:#000;line-height:1;}#innerpage>div:first-child .gmw_ctr_radio input[type=radio]:checked+label:active{box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1);}#innerpage>div:first-child .gmw_ctr_radio label{display:inline;padding:18px;}#innerpage>div:first-child .gmw_ctr_radio label:after{font-size:28px;left:6px;}#innerpage>div:last-child iframe{box-shadow:1px 1px 21px rgba(0,0,0,.42);}.gdropdown{position:relative;display:inline-block;width:100%;}.gdropdown:before,.gdropdown:after{position:absolute;top:15px;left:0;content:'';width:2px;height:10px;background:#000;}.gdropdown:before{transform:rotate(45deg);left:16px;}.gdropdown:after{transform:rotate(-45deg);left:10px;}.gdropdown *{box-sizing:border-box;}.gdropdown p{font-weight:bold;text-align:right !important;font-size:14px;line-height:1.8;margin:0;}.gdropdown dd,.gdropdown dt{margin:0;padding:0;}.gdropdown ul{margin:-1px 0 0 0;}.gdropdown dd{position:relative;}.gdropdown a,.gdropdown a:visited{color:#000;text-decoration:none;outline:none;font-size:12px;}.gdropdown dt a{background-color:#fff;color:#000;font-weight:bold;display:block;height:39px;line-height:24px;font-size:15px;overflow:hidden;border:0;width:100%;text-align:right;border:1px solid #ccc;padding:3px 10px 0;}.gdropdown dt a span,.multiSel span{cursor:pointer;display:inline-block;padding:0 3px 2px 0;}.gdropdown dd ul{background-color:#efefef;border:0;color:#000;display:none;left:0;padding:2px 15px 2px 5px;position:absolute;top:2px;width:100%;list-style:none;height:160px;overflow:auto;text-align:right;font-weight:bold;}.gdropdown dd ul input[type=checkbox]{vertical-align:middle;margin-left:10px;}.gdropdown span.value{display:none;}.gdropdown dd ul li a{padding:5px;display:block;}.gdropdown dd ul li a:hover{background-color:#fff;}@media screen and (min-width:75em){#innerpage{padding:100px 0;}#innerpage>div:first-child{width:65%;padding:10px 90px 10px 10px;}#innerpage>div:first-child .gmw_ctr{width:33.3333% !important;}#innerpage>div:first-child .gmw_ctr h1{font-size:20px;}#innerpage>div:last-child{width:35%;}}#error-block{text-align:center;min-height:650px;background-color:#fff;}#error-block img{padding-top:100px;}#error-block h1,#error-block h2,#error-block h3{margin:0;}#error-block h1{color:#f0a306;font-size:3em;line-height:2;}#error-block h2{font-size:1em;line-height:1;}#error-block h3{font-size:.9em;color:#565656;line-height:3.5;}#error-block #error-search{display:inline-block;position:relative;}#error-block #error-search input[type=text]{width:251px;background-color:#fbfbfb;border:none;box-shadow:0 0 5px 0 rgba(0,0,0,.2);padding:5px 10px 9px;margin-top:10px;outline:none;font-size:14px;}#error-block #error-search a{display:inline-block;position:absolute;top:0;left:0;height:45px;margin-top:10px;padding-left:5px;}#error-block #error-search a svg{width:30px;height:30px;fill:#f0a306;vertical-align:middle;}#error-block.ssoFormContainer h1{font-size:2em;}@media only screen and (min-width:60em){#error-block{min-height:863px;}#error-block img{padding-top:200px;}#error-block h3{line-height:4.5;}}#b-block>div{text-align:center;color:#7c7c7c;font-size:13px;line-height:59px;}#b-block>div a{color:#f0a306;}#b-block>div a#sarmady-logo{display:inline-block;}#b-block>div a#sarmady-logo svg{fill:#fff;width:100px;height:20px;vertical-align:middle;}#b-block span{display:none;}#b-block .advertiseWithUs{display:inline-block !important;}#b-block .advertiseWithUs a{border-right:1px solid rgba(255,255,255,.2);margin-right:10px;padding-right:15px;color:#f0a306;height:auto;}#b-block .advertiseWithUs a:hover{color:#f0a306;}#b-block #copyright{float:left;display:inline-block;padding-left:12px;}#b-block #footer-social{float:right;display:inline-block;padding:12px 12px 0 0;height:45px;}#b-block #footer-social svg{width:26px;height:26px;fill:#f0a306;}#b-block #footer-social a{margin-left:3px;}@media only screen and (min-width:32em){#b-block span{display:inline-block;}#b-block #copyright{float:right;padding-left:0;}#b-block #footer-social{display:none;}#b-block .advertiseWithUs a{border-right:1px solid rgba(255,255,255,.2);color:#fff;}}@media only screen and (min-width:24em){#b-block #footer-social a{margin-left:10px;}}.grid-item.standings h1,.grid-item.standings h6{padding:0 !important;}.grid-item.standings h1 span,.grid-item.standings h6 span{padding:0 10px 0;}.grid-item.standings img{width:20px !important;height:20px !important;margin:0 !important;display:inline-block;}.grid-item.standings>div{margin:0;}.grid-item.standings .fg_tbl{font-size:10px !important;padding:0 10px;box-sizing:border-box;}.grid-item.standings .fg_tbl.a.arg .fg_cl.t1{width:13% !important;}.grid-item.standings .fg_tbl.a.arg .fg_cl.t2{width:37% !important;}.grid-item.standings a{width:100% !important;}.grid-item.standings .fg_tbl.a.arg .fg_rw:nth-child(n+2) .t2 a{vertical-align:top;padding-top:16px;font-size:11px;}.grid-item.standings .fg_tbl.a.arg .fg_rw:nth-child(2) .t1,.grid-item.standings .fg_tbl.a.arg .fg_rw:nth-child(2) .t2,.grid-item.standings .fg_tbl.a.arg .fg_rw:nth-child(2) .t3{height:51px;}.grid-item.standings .fg_tbl.a .fg_rw:not(.fg_tbl.a .fg_rw.ax):nth-child(n+2) .t2:nth-of-type(2){padding-right:0;}.grid-item.standings .fg_tbl.a .fg_rw .t2:nth-of-type(2){padding-right:6px;}.grid-item.standings .fg_tbl.a.arg .fg_cl.t3{width:10%;}.grid-item.standings .mc-block h1:first-of-type span+a,.grid-item.standings .mc-block h6:first-of-type span+a{width:auto !important;margin-left:10px;}.grid-item.standings .fg_rw:not(.fg_rw.ax) .t3{padding-right:0 !important;}.grid-item.standings .fg_rw:nth-child(n+2) .t1,.grid-item.standings .fg_rw:nth-child(n+2) .t2,.grid-item.standings .fg_rw:nth-child(n+2) .t3{height:50px !important;}.champ_grid{width:100%;margin-top:0;margin-bottom:20px;position:relative;display:none;float:right;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}.champ_grid.active{display:inline-block;}.champ_grid ul{min-width:100%;}.twitter-tweet{background:#efefef;padding:8px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;width:95%;width:calc(100% - 20px);position:relative;font-size:11px !important;margin:0 0 92px 0;margin-bottom:82px !important;}.twitter-tweet:before{content:url(/images/twitter-icon.png);position:absolute;bottom:-85px;left:48px;}.twitter-tweet:after{content:"";position:absolute;bottom:-39px;left:50px;border:20px solid transparent;border-top-color:#efefef;}.twitter-tweet p{font-size:14px !important;padding:20px 10px !important;}@media screen and (min-width:75em){.twitter-tweet p{font-size:16px !important;}}.disqus_thread{display:inline-block;width:100%;padding:0 20px;box-sizing:border-box;}.disqus_thread h2,.disqus_thread>div{background-color:#fff;padding:0 40px;margin:0;}.disqus_thread h2 span{color:#f0a306;}@media only screen and (min-width:61em){.disqus_thread{padding:0;}}.ads.mobile-ad+#scroll_body{margin-top:10px;}@media only screen and (max-width:37em){.hidden-xs{display:none !important;}}@media only screen and (min-width:62em){#top-match-slider+#section-links:not(.sponsored_sec),#top-match-slider+script+#section-links:not(.sponsored_sec){margin-top:-20px;box-shadow:1px -1px 8px 0 rgba(0,0,0,.15);}#m-block #top-content{margin-top:-20px;}#top-content+.ads.leaderboard{margin:30px 0 30px;}.grid-item .ads.mediumrectangle{margin-bottom:0;}.m_adv .ads{margin:0;}}@media only screen and (min-width:75em){#top-match-slider+#section-links.sponsored_sec,#top-match-slider+script+#section-links.sponsored_sec{height:165px;}#top-match-slider+#section-links.sponsored_sec>div:nth-of-type(1),#top-match-slider+script+#section-links.sponsored_sec>div:nth-of-type(1){height:165px;padding:35px 10px 0;}}.ssoFormContainer{display:block;text-align:center;}.ssoFormContainer button#Facebook{background:url(/images/sso/facebook-sign-in-button.png) no-repeat;border:none;width:120px;height:25px;font-size:0;}.ssoFormContainer .ssoForm{display:inline-block;width:240px;background:#171717;padding:28px 37px;margin:50px auto;max-width:592px;border-radius:10px;overflow:hidden;box-shadow:0 0 15px #121212;}.ssoFormContainer .ssoForm input[type=checkbox],.ssoFormContainer .ssoForm [type=radio]{box-sizing:border-box;padding:0;width:15px;height:15px;margin:5px 7px 0 0;position:relative;top:5px;}.ssoFormContainer .ssoForm .ssoLink a{color:#f0a306;}.ssoFormContainer .ssoForm #logo img{max-width:111px;max-height:23px;width:80%;}.ssoFormContainer .ssoForm .ssoFormTitle{margin:24px auto 30px;}.ssoFormContainer .ssoForm .form-group{width:100%;text-align:center;margin:10px auto;}.ssoFormContainer .ssoForm .form-group .text-danger{color:#f0a306;}.ssoFormContainer .ssoForm .form-group .btn-default{background:#f0a306;border:none;padding:2px 22px 7px;border-radius:5px;font-size:1.1em;font-weight:bold;}.ssoFormContainer .ssoForm .form-group .validation-summary-errors ul li{color:#f5c32e;}.ssoFormContainer .ssoForm .form-group .checkbox{text-align:right;}.ssoFormContainer .ssoForm .form-group .checkbox label{font-weight:600;font-size:.8em;line-height:.9em;color:#b1b1b1;margin:0 5px 0;}.ssoFormContainer .ssoForm .form-group .form-control{width:100%;color:#1c1c1c;text-align:right;background-color:#aeaeae !important;background:#aeaeae !important;border:2px solid #323232;margin:3px auto;border-radius:5px;text-indent:18px;height:57px;outline:none;}.ssoFormContainer .ssoForm .form-group .form-control:focus{background-color:#aeaeae !important;background:#aeaeae !important;border:2px solid #323232;outline:none;}.ssoFormContainer .ssoForm label{color:#fff;font-size:1.1em;font-weight:bold;}.ssoFormContainer+#b-block,.ssoFormContainer+#b-block+#fixed-matches-list{display:none;}@media only screen and (min-width:420px){.ssoFormContainer .ssoForm{width:350px;margin:50px auto 0;}}.validation-summary-errors.text-danger{color:#f0a306;}.validation-summary-errors.text-danger ul{list-style:none;}@media only screen and (min-width:1000px){.ssoFormContainer .ssoForm{width:592px;max-width:592px;margin:100px auto 0;}}