/* File: ./e107_web/lib/animate.css/animate.min.css */
@charset "UTF-8";.animated{animation-duration:1s;animation-fill-mode:both} .animated.infinite{animation-iteration-count:infinite} .animated.hinge{animation-duration:2s} .animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s} @keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)} 40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)} 70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)} 90%{transform:translate3d(0,-4px,0)} } .bounce{animation-name:bounce;transform-origin:center bottom} @keyframes flash{0%,50%,to{opacity:1} 25%,75%{opacity:0} } .flash{animation-name:flash} @keyframes pulse{0%{transform:scaleX(1)} 50%{transform:scale3d(1.05,1.05,1.05)} to{transform:scaleX(1)} } .pulse{animation-name:pulse} @keyframes rubberBand{0%{transform:scaleX(1)} 30%{transform:scale3d(1.25,.75,1)} 40%{transform:scale3d(.75,1.25,1)} 50%{transform:scale3d(1.15,.85,1)} 65%{transform:scale3d(.95,1.05,1)} 75%{transform:scale3d(1.05,.95,1)} to{transform:scaleX(1)} } .rubberBand{animation-name:rubberBand} @keyframes shake{0%,to{transform:translateZ(0)} 10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)} 20%,40%,60%,80%{transform:translate3d(10px,0,0)} } .shake{animation-name:shake} @keyframes headShake{0%{transform:translateX(0)} 6.5%{transform:translateX(-6px) rotateY(-9deg)} 18.5%{transform:translateX(5px) rotateY(7deg)} 31.5%{transform:translateX(-3px) rotateY(-5deg)} 43.5%{transform:translateX(2px) rotateY(3deg)} 50%{transform:translateX(0)} } .headShake{animation-timing-function:ease-in-out;animation-name:headShake} @keyframes swing{20%{transform:rotate(15deg)} 40%{transform:rotate(-10deg)} 60%{transform:rotate(5deg)} 80%{transform:rotate(-5deg)} to{transform:rotate(0deg)} } .swing{transform-origin:top center;animation-name:swing} @keyframes tada{0%{transform:scaleX(1)} 10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)} 30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)} 40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)} to{transform:scaleX(1)} } .tada{animation-name:tada} @keyframes wobble{0%{transform:none} 15%{transform:translate3d(-25%,0,0) rotate(-5deg)} 30%{transform:translate3d(20%,0,0) rotate(3deg)} 45%{transform:translate3d(-15%,0,0) rotate(-3deg)} 60%{transform:translate3d(10%,0,0) rotate(2deg)} 75%{transform:translate3d(-5%,0,0) rotate(-1deg)} to{transform:none} } .wobble{animation-name:wobble} @keyframes jello{0%,11.1%,to{transform:none} 22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)} 33.3%{transform:skewX(6.25deg) skewY(6.25deg)} 44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)} 55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)} 66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)} 77.7%{transform:skewX(.390625deg) skewY(.390625deg)} 88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)} } .jello{animation-name:jello;transform-origin:center} @keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)} 0%{opacity:0;transform:scale3d(.3,.3,.3)} 20%{transform:scale3d(1.1,1.1,1.1)} 40%{transform:scale3d(.9,.9,.9)} 60%{opacity:1;transform:scale3d(1.03,1.03,1.03)} 80%{transform:scale3d(.97,.97,.97)} to{opacity:1;transform:scaleX(1)} } .bounceIn{animation-name:bounceIn} @keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)} 0%{opacity:0;transform:translate3d(0,-3000px,0)} 60%{opacity:1;transform:translate3d(0,25px,0)} 75%{transform:translate3d(0,-10px,0)} 90%{transform:translate3d(0,5px,0)} to{transform:none} } .bounceInDown{animation-name:bounceInDown} @keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)} 0%{opacity:0;transform:translate3d(-3000px,0,0)} 60%{opacity:1;transform:translate3d(25px,0,0)} 75%{transform:translate3d(-10px,0,0)} 90%{transform:translate3d(5px,0,0)} to{transform:none} } .bounceInLeft{animation-name:bounceInLeft} @keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)} 0%{opacity:0;transform:translate3d(3000px,0,0)} 60%{opacity:1;transform:translate3d(-25px,0,0)} 75%{transform:translate3d(10px,0,0)} 90%{transform:translate3d(-5px,0,0)} to{transform:none} } .bounceInRight{animation-name:bounceInRight} @keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)} 0%{opacity:0;transform:translate3d(0,3000px,0)} 60%{opacity:1;transform:translate3d(0,-20px,0)} 75%{transform:translate3d(0,10px,0)} 90%{transform:translate3d(0,-5px,0)} to{transform:translateZ(0)} } .bounceInUp{animation-name:bounceInUp} @keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)} 50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)} to{opacity:0;transform:scale3d(.3,.3,.3)} } .bounceOut{animation-name:bounceOut} @keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)} 40%,45%{opacity:1;transform:translate3d(0,-20px,0)} to{opacity:0;transform:translate3d(0,2000px,0)} } .bounceOutDown{animation-name:bounceOutDown} @keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)} to{opacity:0;transform:translate3d(-2000px,0,0)} } .bounceOutLeft{animation-name:bounceOutLeft} @keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)} to{opacity:0;transform:translate3d(2000px,0,0)} } .bounceOutRight{animation-name:bounceOutRight} @keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)} 40%,45%{opacity:1;transform:translate3d(0,20px,0)} to{opacity:0;transform:translate3d(0,-2000px,0)} } .bounceOutUp{animation-name:bounceOutUp} @keyframes fadeIn{0%{opacity:0} to{opacity:1} } .fadeIn{animation-name:fadeIn} @keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)} to{opacity:1;transform:none} } .fadeInDown{animation-name:fadeInDown} @keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)} to{opacity:1;transform:none} } .fadeInDownBig{animation-name:fadeInDownBig} @keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)} to{opacity:1;transform:none} } .fadeInLeft{animation-name:fadeInLeft} @keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)} to{opacity:1;transform:none} } .fadeInLeftBig{animation-name:fadeInLeftBig} @keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)} to{opacity:1;transform:none} } .fadeInRight{animation-name:fadeInRight} @keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)} to{opacity:1;transform:none} } .fadeInRightBig{animation-name:fadeInRightBig} @keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)} to{opacity:1;transform:none} } .fadeInUp{animation-name:fadeInUp} @keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)} to{opacity:1;transform:none} } .fadeInUpBig{animation-name:fadeInUpBig} @keyframes fadeOut{0%{opacity:1} to{opacity:0} } .fadeOut{animation-name:fadeOut} @keyframes fadeOutDown{0%{opacity:1} to{opacity:0;transform:translate3d(0,100%,0)} } .fadeOutDown{animation-name:fadeOutDown} @keyframes fadeOutDownBig{0%{opacity:1} to{opacity:0;transform:translate3d(0,2000px,0)} } .fadeOutDownBig{animation-name:fadeOutDownBig} @keyframes fadeOutLeft{0%{opacity:1} to{opacity:0;transform:translate3d(-100%,0,0)} } .fadeOutLeft{animation-name:fadeOutLeft} @keyframes fadeOutLeftBig{0%{opacity:1} to{opacity:0;transform:translate3d(-2000px,0,0)} } .fadeOutLeftBig{animation-name:fadeOutLeftBig} @keyframes fadeOutRight{0%{opacity:1} to{opacity:0;transform:translate3d(100%,0,0)} } .fadeOutRight{animation-name:fadeOutRight} @keyframes fadeOutRightBig{0%{opacity:1} to{opacity:0;transform:translate3d(2000px,0,0)} } .fadeOutRightBig{animation-name:fadeOutRightBig} @keyframes fadeOutUp{0%{opacity:1} to{opacity:0;transform:translate3d(0,-100%,0)} } .fadeOutUp{animation-name:fadeOutUp} @keyframes fadeOutUpBig{0%{opacity:1} to{opacity:0;transform:translate3d(0,-2000px,0)} } .fadeOutUpBig{animation-name:fadeOutUpBig} @keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out} 40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out} 50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in} 80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in} to{transform:perspective(400px);animation-timing-function:ease-in} } .animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip} @keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0} 40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in} 60%{transform:perspective(400px) rotateX(10deg);opacity:1} 80%{transform:perspective(400px) rotateX(-5deg)} to{transform:perspective(400px)} } .flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX} @keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0} 40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in} 60%{transform:perspective(400px) rotateY(10deg);opacity:1} 80%{transform:perspective(400px) rotateY(-5deg)} to{transform:perspective(400px)} } .flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY} @keyframes flipOutX{0%{transform:perspective(400px)} 30%{transform:perspective(400px) rotateX(-20deg);opacity:1} to{transform:perspective(400px) rotateX(90deg);opacity:0} } .flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important} @keyframes flipOutY{0%{transform:perspective(400px)} 30%{transform:perspective(400px) rotateY(-15deg);opacity:1} to{transform:perspective(400px) rotateY(90deg);opacity:0} } .flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY} @keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0} 60%{transform:skewX(20deg);opacity:1} 80%{transform:skewX(-5deg);opacity:1} to{transform:none;opacity:1} } .lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out} @keyframes lightSpeedOut{0%{opacity:1} to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0} } .lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in} @keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0} to{transform-origin:center;transform:none;opacity:1} } .rotateIn{animation-name:rotateIn} @keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0} to{transform-origin:left bottom;transform:none;opacity:1} } .rotateInDownLeft{animation-name:rotateInDownLeft} @keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0} to{transform-origin:right bottom;transform:none;opacity:1} } .rotateInDownRight{animation-name:rotateInDownRight} @keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0} to{transform-origin:left bottom;transform:none;opacity:1} } .rotateInUpLeft{animation-name:rotateInUpLeft} @keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0} to{transform-origin:right bottom;transform:none;opacity:1} } .rotateInUpRight{animation-name:rotateInUpRight} @keyframes rotateOut{0%{transform-origin:center;opacity:1} to{transform-origin:center;transform:rotate(200deg);opacity:0} } .rotateOut{animation-name:rotateOut} @keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1} to{transform-origin:left bottom;transform:rotate(45deg);opacity:0} } .rotateOutDownLeft{animation-name:rotateOutDownLeft} @keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1} to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0} } .rotateOutDownRight{animation-name:rotateOutDownRight} @keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1} to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0} } .rotateOutUpLeft{animation-name:rotateOutUpLeft} @keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1} to{transform-origin:right bottom;transform:rotate(90deg);opacity:0} } .rotateOutUpRight{animation-name:rotateOutUpRight} @keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out} 20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out} 40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1} to{transform:translate3d(0,700px,0);opacity:0} } .hinge{animation-name:hinge} @keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom} 50%{transform:rotate(-10deg)} 70%{transform:rotate(3deg)} to{opacity:1;transform:scale(1)} } .jackInTheBox{animation-name:jackInTheBox} @keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)} to{opacity:1;transform:none} } .rollIn{animation-name:rollIn} @keyframes rollOut{0%{opacity:1} to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)} } .rollOut{animation-name:rollOut} @keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)} 50%{opacity:1} } .zoomIn{animation-name:zoomIn} @keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)} 60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)} } .zoomInDown{animation-name:zoomInDown} @keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)} 60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)} } .zoomInLeft{animation-name:zoomInLeft} @keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)} 60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)} } .zoomInRight{animation-name:zoomInRight} @keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)} 60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)} } .zoomInUp{animation-name:zoomInUp} @keyframes zoomOut{0%{opacity:1} 50%{opacity:0;transform:scale3d(.3,.3,.3)} to{opacity:0} } .zoomOut{animation-name:zoomOut} @keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)} to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)} } .zoomOutDown{animation-name:zoomOutDown} @keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)} to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center} } .zoomOutLeft{animation-name:zoomOutLeft} @keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)} to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center} } .zoomOutRight{animation-name:zoomOutRight} @keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)} to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)} } .zoomOutUp{animation-name:zoomOutUp} @keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible} to{transform:translateZ(0)} } .slideInDown{animation-name:slideInDown} @keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible} to{transform:translateZ(0)} } .slideInLeft{animation-name:slideInLeft} @keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible} to{transform:translateZ(0)} } .slideInRight{animation-name:slideInRight} @keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible} to{transform:translateZ(0)} } .slideInUp{animation-name:slideInUp} @keyframes slideOutDown{0%{transform:translateZ(0)} to{visibility:hidden;transform:translate3d(0,100%,0)} } .slideOutDown{animation-name:slideOutDown} @keyframes slideOutLeft{0%{transform:translateZ(0)} to{visibility:hidden;transform:translate3d(-100%,0,0)} } .slideOutLeft{animation-name:slideOutLeft} @keyframes slideOutRight{0%{transform:translateZ(0)} to{visibility:hidden;transform:translate3d(100%,0,0)} } .slideOutRight{animation-name:slideOutRight} @keyframes slideOutUp{0%{transform:translateZ(0)} to{visibility:hidden;transform:translate3d(0,-100%,0)} } .slideOutUp{animation-name:slideOutUp} 

/* File: ./e107_web/css/e107.css */
 .left { text-align: left } .right { text-align: right } .center { text-align: center } .justify { text-align: justify } .f-left { float: left } .f-right { float: right } .top { vertical-align: top } .middle { vertical-align: middle } .bottom { vertical-align: bottom } .clear { clear: both } .clear-l { clear: right } .clear-r { clear: left } i.icon-download{ font-size:200%;} .e-footer-info{ margin-top:10px; padding:20px; text-align: center } td.text-center{ text-align:center; } .icon { border: 0px; display: inline-block; margin-right: .3em;} .icon.action { vertical-align: middle } .S16 { width: 16px; height: 16px } .S32 { width: 32px; height: 32px } .S64 { width: 64px; height: 64px } .S128 { width: 128px; height: 128px } .icon-svg { width: 1em; } .icon-svg-2x{ width: 2em; } .icon-svg-3x{ width: 3em; } .icon-svg-4x{ width: 4em; } .icon-svg-5x{ width: 5em; } .odd {} .even { background-color: #F5F5F5 } .first, .last {} .e-list {} ul.e-tabs { list-style-type: none; } ul.e-tabs li { display: inline; margin: 0px; border: 0 none; background-color: transparent; } ul.e-tabs li a { text-decoration: none; padding: 5px; } ul.e-tabs li a:link,ul.e-tabs li a:visited { border: 1px solid #C0C0C0; } ul.e-tabs li a:hover,ul.e-tabs li.active a:link,ul.e-tabs li.active a:visited{ background-color: #EEEEEE; border: 1px solid #808080; } #loading-mask { color: #556B2F; font-size: 1.2em; font-weight:bold; position:absolute; text-align: center; padding: 0; margin: 0; background-color: transparent; } #loading-mask .loader { position: fixed; top: 40%; left: 50%; width: 200px;text-align: center; background: #F0F9E3 none repeat scroll 0 0; border: 2px solid #556B2F; font-weight: bold; padding: 10px 5px; margin-left: -100px; margin-top: 0; } #loading-mask img { margin: 10px auto; } .element-loading-mask { background-repeat: no-repeat; background-position: 50% 50%; background-color: #f5f5f5; } #e-debug-console-cont { position: fixed; top: 0px; left: 5px; margin: 0px; padding: 0px; width: 600px; border: 1px solid #c0c0c0; background-color: white; color: black; } #e-debug-console { padding: 10px; margin: 0px; height: 100px; overflow: auto; text-align: left; } #e-debug-console div div { padding: 5px; } #e-debug-console-controls { text-align: left; padding: 5px; border-top: 1px solid #c0c0c0; background-color: #fff; line-height: 0; } #e-debug-console-controls a { text-decoration: none; color: #000; background-color: #f5f5f5; border: 1px solid #f0f0f0; padding: 5px; margin: 2px 5px; } #e-debug-console-input { width: 480px; border: 1px solid #f5f5f5; } #e-debug-console .console-output { border-bottom: 1px solid #f5f5f5; padding: 5px } .cpage-nav { padding: 5px; margin: 0px 5px 10px 10px; } a.cpage-np { font-size: 14px; } a.cpage-np.current { text-decoration: none; } .s-message { } .validate-result {} .e-info {} .image-preview {} div.bbarea.large, .tbox.large, .helpbox.large { width: 95% } div.bbarea.medium, .tbox.medium, .helpbox.medium { width: 60% !important; } div.bbarea.small, .tbox.small, .helpbox.small { width: 250px !important; } img.bbcode-img { max-width:100%} img.bbcode-img-left { float:left !important;margin: 0 10px 5px 0; } img.bbcode-img-right { float:right !important; margin: 0 0 5px 10px; } .bbcode-panel { width: 100% } .input-block-level { width: 100% !important } p {} p.bbcode { margin: 10px 0px; text-indent: 15px; }  p:first-letter {} h1.bbcode, h2.bbcode, h3.bbcode, h4.bbcode, h5.bbcode, h6.bbcode {} div.bbcode { margin: 15px 0px; clear: both; }  .comments-container { list-style: none outside none; margin:0px } .comments-container > li { padding: 5px 0px } .comment-text { padding: 8px 0 } .e-email:before {content: attr(data-user);} .e-email:after {content: attr(data-dom)} .panel-profile .user-avatar {max-width: 150px;max-height: 150px;margin-top: -90px;margin-bottom: 15px;border: 5px solid #fff;border-radius: 100%;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);margin-left:auto;margin-right:auto;} .panel-profile .panel-heading h5.user-id {color:#ffffff;} .panel-profile .panel-body span.padding-left {display:block;} .panel-profile .panel-body p {clear: both;float: none;display: block;} .panel-profile .profile-header { max-width:300px;margin-left: auto;margin-right: auto;} .panel-profile .profile-header h4 {padding-bottom: 30px;} .panel-profile .panel-body p.row {border-top: 1px solid rgba(170,170,170,0.35);padding-top: 10px;} .panel-profile .panel-body div.row {border-top: 1px solid rgba(170,170,170,0.35);padding: 10px 0;} .e-instant-edit { font-size: 10pt; position: absolute; right: 10px; text-align: right; display: inline-block; z-index:1000; margin-right:10px;} ul.checkboxes { display: inline-block; list-style: none; margin: 0; padding: 0;} div.e-comment-edit-save{ margin-top:8px; padding: 5px } .e-comment-edit-active{ -webkit-box-shadow:#CCCCCC 0px 0px 10px; -moz-box-shadow:#CCCCCC0px 0px 10px; box-shadow:#CCCCCC 0px 0px 10px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;} .e-comment-edit-success{ padding:8px; text-align:center; } .e-comment-edit-error{ padding:8px; text-align:center; } .e-rate-up img{ opacity: 0.4 } .e-rate-down img{ opacity: 0.4 }  .signup-divider{ border-bottom: 1px solid silver;font-size: 18px;margin-bottom: 30px;position: relative;text-align: center; } .signup-divider span { padding: 0 15px; position: relative; top: 10px; } .video-responsive {position: relative;padding-bottom: 56.25%;padding-top: 30px; height: 0; overflow: hidden;margin-bottom:20px;} .video-responsive iframe,.video-responsive object,.video-responsive embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;} div.bbcode-panel {background-color: rgb(245, 245, 245);background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(230, 230, 230));background-repeat: repeat-x;border-width: 1px;border-style: solid;-moz-border-top-colors: none;-moz-border-right-colors: none;-moz-border-bottom-colors: none;-moz-border-left-colors: none;border-image: none;border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgb(179, 179, 179);border-radius: 4px;box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);} #search-results li { margin-top:5px; padding: 10px 0; } #search-results li h4 { margin-bottom:0 !important } optgroup.level-1 { padding-left:0.1em } optgroup.level-2 { padding-left:0.7em } optgroup.level-3 { padding-left:2em } optgroup.level-4 { padding-left:3em } optgroup.level-5 { padding-left:4em } .online-menu-extended li, .online-menu li ul li { min-height: 40px; padding-top:8px} .online-menu-extended ul { padding-bottom:20px} .online-menu-extended span.online-menu-user { display:block; font-size:1.1em;margin-top:4px; line-height:1} .online-menu-extended-label { font-size:1.2em; } img.e-emoticon { vertical-align:middle; border:0; width:24px } .e-editable-front { position:relative } .e-editable-front:hover,.e-editable-front a:hover { outline: 1px dashed red; } .e-editable-front.active {-moz-box-shadow: inset 0 0 5px 2px #888;-webkit-box-shadow: inset 0 0 5px 2px#888;box-shadow: inset 0 0 5px 2px #888; } #e-editable-front-controls { position: absolute;top: 0px;font-size: 20px;right: -35px;background-color: #424242;border-radius:4px;padding:5px;cursor: pointer;width:35px;color:white;} #e-editable-front-controls .fa-check { color: lawngreen } .e-editable-front-save { color: lawngreen; width:35px; display:block;} .e-editable-front-cancel {display:block;margin-top:5px; color: red;width:35px;} #uiAlert{ z-index: 10001 } #uiAlert .alert { z-index:10000; box-shadow:1px 4px 5px rgba(0,0,0,0.4) } #uiAlert.notifications { top: 48%; left: 0; width: 100%; } #contactInfo .row { display: flex } #contactInfo iframe.sc-contact-map { width:100%; height:100%; } #login-template { max-width: 330px;margin-right: auto;margin-left: auto; } #login-template h2.caption { text-align:center; font-size:120%; opacity:0.8 } #login-template .logo { padding-top:50px; margin-left:auto; margin-right: auto } #login-template .login-page-footer { margin-bottom:100px; margin-right:auto;margin-left:auto } div.login-page-signup-link, div.login-page-fpw-link { text-align:center } .nav-side.listgroup { padding-left:0; } .nav-side li.list-group-item.active { padding:0} div.search-menu { text-align: center } div.e-debug { margin-top:50px; padding:5px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: rgb(39, 43, 48) !important; color: rgb(200, 200, 200) !important } div.e-debug .table{ background-color: rgb(46, 51, 56) !important; border-collapse: collapse; border-spacing: 0; box-sizing: border-box;color: rgb(200, 200, 200); font-size: 14px; line-height: 20px; margin-bottom: 20px; width: 100%;} div.e-debug .table-striped > tbody > tr:nth-of-type(2n+1) { background-color: #353a41 !important; } div.e-debug td, div.e-debug th{ padding: 5px;color: rgb(200, 200, 200) !important; } div.e-debug td{ font-size: 14px; line-height: 20px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #1c1e22; } div.e-debug h4{ text-shadow: -1px -1px 0 rgba(0,0,0,0.3); font-size: 18px; } div.e-debug .label{ display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: 700; line-height: 1;color: #ffffff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } div.e-debug .label-danger { background-color: #ee5f5b; } div.e-debug .btn{ display: inline-block; margin-bottom: 0; font-weight: 400; text-align: center; vertical-align: middle;cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap;padding: 8px 12px; font-size: 14px; line-height: 1.42857143; border-radius: 4px; user-select: none; } .pagination { display: flex !important; } .justify-content-between{ justify-content: space-between !important; } .page-link.disabled { pointer-events: none; opacity: 0.5; color: #959595; } .news-view-pagination > li{ padding-left: 0; padding-right: 0; } .news-view-pagination > li > a{ float:none; display:inline-block } .svg-inline--fa.fa-w-16 { width:1em } .mx-0 { margin-right:0!important; margin-left:0!important} .mx-1 { margin-right:.25rem!important; margin-left:.25rem!important} .mx-2 { margin-right:.5rem!important; margin-left:.5rem!important} .mx-3 { margin-right:1rem!important; margin-left:1rem!important} .mx-4 { margin-right:1.5rem!important; margin-left:1.5rem!important} .mx-5 { margin-right:3rem!important; margin-left:3rem!important} .mx-auto { margin-right:auto!important; margin-left:auto!important} .my-0 { margin-top:0!important; margin-bottom:0!important} .my-1 { margin-top:.25rem!important; margin-bottom:.25rem!important} .my-2 { margin-top:.5rem!important; margin-bottom:.5rem!important} .my-3 { margin-top:1rem!important; margin-bottom:1rem!important} .my-4 { margin-top:1.5rem!important; margin-bottom:1.5rem!important} .my-5 { margin-top:3rem!important; margin-bottom:3rem!important} 

/* File: ./e107_web/js/bootstrap-notify/css/bootstrap-notify.css */
.notifications{position:fixed;} .notifications.top-right{right:10px;top:25px;} .notifications.top-left{left:10px;top:25px;} .notifications.bottom-left{left:10px;bottom:25px;} .notifications.bottom-right{right:10px;bottom:25px;} .notifications>div{position:relative;z-index:9999;margin:5px 0px;} .notifications.center{top:48%;left:0;width:100%;} .notifications.center>div{margin:5px auto;width:20%;text-align:center;} 

/* File: ./e107_web/js/core/all.jquery.css */
a.e-nav { padding:3px; } div.e-rate{ width:100px; display:inline-block} img.e-rate{} .e-rate-status{ vertical-align:middle; padding-right:4px; display:inline-block; text-align:right} .e-rate-status-download { text-align:left; } .e-rate-votes{ vertical-align:middle; display:inline-block; width:100px } select.e-bb{ margin-top:0px; width:100px } .bbcode_buttons{} .bbcode_buttons:hover{} body.e-iframe{ padding:15px; margin:0px; } 

/* File: ./e107_plugins/social/css/fontello.css */
@font-face {font-family: 'fontello';src: url(/e107_plugins/social/font/fontello.eot?21917124);src: url(/e107_plugins/social/font/fontello.eot?21917124#iefix) format('embedded-opentype'), url(/e107_plugins/social/font/fontello.woff2?21917124) format('woff2'), url(/e107_plugins/social/font/fontello.woff?21917124) format('woff'), url(/e107_plugins/social/font/fontello.ttf?21917124) format('truetype'), url(/e107_plugins/social/font/fontello.svg?21917124#fontello) format('svg');font-weight: normal;font-style: normal;} [class^="e-social-"]:before, [class*=" e-social-"]:before {font-family: "fontello";font-style: normal;font-weight: normal;speak: none; display: inline-block;text-decoration: inherit;width: 1em;margin-right: .2em;text-align: center; font-variant: normal;text-transform: none; line-height: 1em; margin-left: .2em;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; }  .e-social-gplus:before { content: '\e800'; }  .e-social-stumbleupon:before { content: '\e801'; }  .e-social-pinterest:before { content: '\e802'; }  .e-social-digg:before { content: '\e803'; }  .e-social-reddit:before { content: '\e804'; }  .e-social-blogger:before { content: '\e805'; }  .e-social-dribbble:before { content: '\e806'; }  .e-social-linkedin:before { content: '\e807'; }  .e-social-skype:before { content: '\e808'; }  .e-social-twitter:before { content: '\e809'; }  .e-social-youtube:before { content: '\e80a'; }  .e-social-vimeo:before { content: '\e80b'; }  .e-social-yahoo:before { content: '\e80c'; }  .e-social-email:before { content: '\e80d'; }  .e-social-dropbox:before { content: '\e80e'; }  .e-social-facebook:before { content: '\e80f'; }  .e-social-tumblr:before { content: '\e811'; }  .e-social-yelp:before { content: '\e812'; }  .e-social-delicious:before { content: '\e813'; }  .e-social-acrobat:before { content: '\e814'; }  .e-social-linkedin-rect:before { content: '\e815'; }  .e-social-blogger-rect:before { content: '\e816'; }  .e-social-instagram-1:before { content: '\e817'; }  .e-social-instagram-filled:before { content: '\e818'; }  .e-social-google:before { content: '\e819'; }  .e-social-rss:before { content: '\e81a'; }  .e-social-spread:before { content: '\e81b'; }  .e-social-flattr:before { content: '\e81c'; }  .e-social-flickr:before { content: '\e81d'; }  .e-social-instapaper:before { content: '\e81e'; }  .e-social-thumbs-up:before { content: '\e81f'; }  .e-social-mail:before { content: '\e820'; }  .e-social-mail-alt:before { content: '\e821'; }  .e-social-foursquare:before { content: '\e822'; }  .e-social-share:before { content: '\e823'; }  .e-social-export:before { content: '\e824'; }  .e-social-pocket:before { content: '\e825'; }  .e-social-wordpress:before { content: '\e826'; }  .e-social-pinboard:before { content: '\e827'; }  .e-social-instagram:before { content: '\e828'; }  .e-social-vk:before { content: '\e829'; }  .e-social-vine:before { content: '\e82a'; }  .e-social-meetup:before { content: '\e82b'; }  .e-social-youtube-play:before { content: '\e82c'; }  .e-social-github:before { content: '\f09b'; }  .e-social-steam:before { content: '\f1b6'; }  .e-social-twitch:before { content: '\f1e8'; } 

/* File: ./e107_plugins/social/css/social.css */
.social-share .dropdown-menu { min-width: 225px } .social-share .dropdown-menu li div { padding-left:5px;} .social-share .dropdown-menu li div .btn { border-radius:0; margin:0 } 

/* File: ./e107_plugins/eu_cookies/css/divascookies_style_dark_top.css */
.divascookies {position: fixed;top: 0;width: 100%;background: #313131;color: #f9fafc;display: none;z-index: 999999;} .divascookies > .divascookies-banner-container {position: relative;padding: 15px 20px;overflow: hidden;text-align: center;} .divascookies p.divascookies-banner-text {position: relative;line-height: 1.3em;font-size: 1.4em;display: inline-block;padding: 0 10px 0 0;} span.divascookies-policy-link {}  span.divascookies-policy-link a {white-space: nowrap;} span.divascookies-policy-link a:hover {text-decoration: underline;transition: color 0.3s ease 0s;} .divascookies-banner-container > .divascookies-accept-button-container {display: inline-block;margin-top: 5px;} .divascookies-accept-button-container > .divascookies-accept-button-img {} .divascookies-accept-button-container > .divascookies-accept-button-text {font-size: 1.3em;cursor: pointer;background: #f9fafc;color: #313131;padding: 7px 10px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;transition: background-color 0.3s ease 0s;} .divascookies-accept-button-container > .divascookies-accept-button-text:hover {background: #e3e4e6;} 

/* File: ./e107_plugins/tagcloud/tagcloud.css */
 .size9 {font-size: 130%;opacity: 1;} .size8 {font-size: 125%;opacity: 0.9} .size7 {font-size: 120%;opacity: 0.8} .size6 {font-size: 110%;} .size5 {font-size: 100%;} .size4 {font-size: 90%;} .size3 {font-size: 80%;} .size2 {font-size: 70%;} .size1 { font-size: 60%;} .tagcloud-menu a { } .tagcloud-menu > a.tag {margin-bottom:1px;display:inline-block;padding-right:5px;} div.tagcloud-menu {text-align:justify;font-size:90%;opacity:0.7;} 

/* File: ./e107_themes/Fitness-theme-Bootstrap-4/css/aos.css */
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms} [data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms} [data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s} [data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s} [data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s} [data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s} [data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s} [data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s} [data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s} [data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s} [data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s} [data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s} [data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s} [data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s} [data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s} [data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s} [data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s} [data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s} [data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s} [data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s} [data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s} [data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s} [data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s} [data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s} [data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s} [data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s} [data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s} [data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s} [data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s} [data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s} [data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s} [data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s} [data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s} [data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s} [data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s} [data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s} [data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s} [data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s} [data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s} [data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s} [data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s} [data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s} [data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s} [data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s} [data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s} [data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s} [data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s} [data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s} [data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s} [data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s} [data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s} [data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s} [data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s} [data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s} [data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s} [data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s} [data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s} [data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s} [data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s} [data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s} [data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s} [data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s} [data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s} [data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s} [data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s} [data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s} [data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s} [data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s} [data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s} [data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s} [data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s} [data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s} [data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s} [data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s} [data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s} [data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s} [data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s} [data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s} [data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s} [data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s} [data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s} [data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s} [data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s} [data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s} [data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s} [data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s} [data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s} [data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s} [data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s} [data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s} [data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s} [data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s} [data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s} [data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s} [data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s} [data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s} [data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s} [data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s} [data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s} [data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s} [data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s} [data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s} [data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s} [data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s} [data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s} [data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s} [data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s} [data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s} [data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s} [data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s} [data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s} [data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s} [data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s} [data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s} [data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s} [data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s} [data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s} [data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s} [data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s} [data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0} [data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s} [data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)} [data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease} [data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in} [data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out} [data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out} [data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)} [data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)} [data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)} [data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)} [data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)} [data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)} [data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)} [data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)} [data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)} [data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)} [data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)} [data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)} [data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)} [data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)} [data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)} [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform} [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)} [data-aos=fade-up]{transform:translateY(100px)} [data-aos=fade-down]{transform:translateY(-100px)} [data-aos=fade-right]{transform:translate(-100px)} [data-aos=fade-left]{transform:translate(100px)} [data-aos=fade-up-right]{transform:translate(-100px,100px)} [data-aos=fade-up-left]{transform:translate(100px,100px)} [data-aos=fade-down-right]{transform:translate(-100px,-100px)} [data-aos=fade-down-left]{transform:translate(100px,-100px)} [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform} [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)} [data-aos=zoom-in]{transform:scale(.6)} [data-aos=zoom-in-up]{transform:translateY(100px) scale(.6)} [data-aos=zoom-in-down]{transform:translateY(-100px) scale(.6)} [data-aos=zoom-in-right]{transform:translate(-100px) scale(.6)} [data-aos=zoom-in-left]{transform:translate(100px) scale(.6)} [data-aos=zoom-out]{transform:scale(1.2)} [data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)} [data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)} [data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)} [data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)} [data-aos^=slide][data-aos^=slide]{transition-property:transform} [data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)} [data-aos=slide-up]{transform:translateY(100%)} [data-aos=slide-down]{transform:translateY(-100%)} [data-aos=slide-right]{transform:translateX(-100%)} [data-aos=slide-left]{transform:translateX(100%)} [data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform} [data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)} [data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)} [data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)} [data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)} [data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)} [data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)} [data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)} [data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)} 

/* File: ./e107_themes/Fitness-theme-Bootstrap-4/css/languages.css */
.lang-xs { background-position: 0px-473px; min-width: 14px; height: 11px; min-height: 11px; max-height: 11px; background-repeat: no-repeat; display: inline-block; background-image: url(/e107_themes/Fitness-theme-Bootstrap-4/css/languages.png); } .lang-sm { background-position: 0px -1172px; min-width: 22px; height: 16px; min-height: 16px; max-height: 16px; background-repeat: no-repeat; display: inline-block; background-image: url(/e107_themes/Fitness-theme-Bootstrap-4/css/languages.png); } .lang-lg { background-position: 0px -2134px; min-width: 30px; height: 22px; min-height: 22px; max-height: 22px; background-repeat: no-repeat; display: inline-block; background-image: url(/e107_themes/Fitness-theme-Bootstrap-4/css/languages.png); } .lang-xs[lang=ar] { background-position: 0px 0px; } .lang-xs[lang=be] { background-position: 0px -11px; } .lang-xs[lang=bg] { background-position: 0px -22px; } .lang-xs[lang=cs] { background-position: 0px -33px; } .lang-xs[lang=da] { background-position: 0px -44px; } .lang-xs[lang=de] { background-position: 0px -55px; } .lang-xs[lang=el] { background-position: 0px -66px; } .lang-xs[lang=en] { background-position: 0px -77px; } .lang-xs[lang=es] { background-position: 0px -88px; } .lang-xs[lang=et] { background-position: 0px -99px; } .lang-xs[lang=fi] { background-position: 0px-110px; } .lang-xs[lang=fr] { background-position: 0px-121px; } .lang-xs[lang=ga] { background-position: 0px-132px; } .lang-xs[lang=hi] { background-position: 0px-143px; } .lang-xs[lang=hr] { background-position: 0px-154px; } .lang-xs[lang=hu] { background-position: 0px-165px; } .lang-xs[lang=in] { background-position: 0px-176px; } .lang-xs[lang=is] { background-position: 0px-187px; } .lang-xs[lang=it] { background-position: 0px-198px; } .lang-xs[lang=iw] { background-position: 0px-209px; } .lang-xs[lang=ja] { background-position: 0px-220px; } .lang-xs[lang=ko] { background-position: 0px-231px; } .lang-xs[lang=lt] { background-position: 0px-242px; } .lang-xs[lang=lv] { background-position: 0px-253px; } .lang-xs[lang=mk] { background-position: 0px-264px; } .lang-xs[lang=ms] { background-position: 0px-275px; } .lang-xs[lang=mt] { background-position: 0px-286px; } .lang-xs[lang=nl] { background-position: 0px-297px; } .lang-xs[lang=no] { background-position: 0px-308px; } .lang-xs[lang=pl] { background-position: 0px-319px; } .lang-xs[lang=pt] { background-position: 0px-330px; } .lang-xs[lang=ro] { background-position: 0px-341px; } .lang-xs[lang=ru] { background-position: 0px-352px; } .lang-xs[lang=sk] { background-position: 0px-363px; } .lang-xs[lang=sl] { background-position: 0px-374px; } .lang-xs[lang=sq] { background-position: 0px-385px; } .lang-xs[lang=sr] { background-position: 0px-396px; } .lang-xs[lang=sv] { background-position: 0px-407px; } .lang-xs[lang=th] { background-position: 0px-418px; } .lang-xs[lang=tr] { background-position: 0px-429px; } .lang-xs[lang=uk] { background-position: 0px-440px; } .lang-xs[lang=vi] { background-position: 0px-451px; } .lang-xs[lang=zh] { background-position: 0px-462px; } .lang-sm[lang=ar] { background-position: 0px-484px; } .lang-sm[lang=be] { background-position: 0px-500px; } .lang-sm[lang=bg] { background-position: 0px-516px; } .lang-sm[lang=cs] { background-position: 0px-532px; } .lang-sm[lang=da] { background-position: 0px-548px; } .lang-sm[lang=de] { background-position: 0px-564px; } .lang-sm[lang=el] { background-position: 0px-580px; } .lang-sm[lang=en] { background-position: 0px-596px; } .lang-sm[lang=es] { background-position: 0px-612px; } .lang-sm[lang=et] { background-position: 0px-628px; } .lang-sm[lang=fi] { background-position: 0px-644px; } .lang-sm[lang=fr] { background-position: 0px-660px; } .lang-sm[lang=ga] { background-position: 0px-676px; } .lang-sm[lang=hi] { background-position: 0px-692px; } .lang-sm[lang=hr] { background-position: 0px-708px; } .lang-sm[lang=hu] { background-position: 0px-724px; } .lang-sm[lang=in] { background-position: 0px-740px; } .lang-sm[lang=is] { background-position: 0px-756px; } .lang-sm[lang=it] { background-position: 0px-772px; } .lang-sm[lang=iw] { background-position: 0px-788px; } .lang-sm[lang=ja] { background-position: 0px-804px; } .lang-sm[lang=ko] { background-position: 0px-820px; } .lang-sm[lang=lt] { background-position: 0px-836px; } .lang-sm[lang=lv] { background-position: 0px-852px; } .lang-sm[lang=mk] { background-position: 0px-868px; } .lang-sm[lang=ms] { background-position: 0px-884px; } .lang-sm[lang=mt] { background-position: 0px-900px; } .lang-sm[lang=nl] { background-position: 0px-916px; } .lang-sm[lang=no] { background-position: 0px-932px; } .lang-sm[lang=pl] { background-position: 0px-948px; } .lang-sm[lang=pt] { background-position: 0px-964px; } .lang-sm[lang=ro] { background-position: 0px-980px; } .lang-sm[lang=ru] { background-position: 0px-996px; } .lang-sm[lang=sk] { background-position: 0px -1012px; } .lang-sm[lang=sl] { background-position: 0px -1028px; } .lang-sm[lang=sq] { background-position: 0px -1044px; } .lang-sm[lang=sr] { background-position: 0px -1060px; } .lang-sm[lang=sv] { background-position: 0px -1076px; } .lang-sm[lang=th] { background-position: 0px -1092px; } .lang-sm[lang=tr] { background-position: 0px -1108px; } .lang-sm[lang=uk] { background-position: 0px -1124px; } .lang-sm[lang=vi] { background-position: 0px -1140px; } .lang-sm[lang=zh] { background-position: 0px -1156px; } .lang-lg[lang=ar] { background-position: 0px -1188px; } .lang-lg[lang=be] { background-position: 0px -1210px; } .lang-lg[lang=bg] { background-position: 0px -1232px; } .lang-lg[lang=cs] { background-position: 0px -1254px; } .lang-lg[lang=da] { background-position: 0px -1276px; } .lang-lg[lang=de] { background-position: 0px -1298px; } .lang-lg[lang=el] { background-position: 0px -1320px; } .lang-lg[lang=en] { background-position: 0px -1342px; } .lang-lg[lang=es] { background-position: 0px -1364px; } .lang-lg[lang=et] { background-position: 0px -1386px; } .lang-lg[lang=fi] { background-position: 0px -1408px; } .lang-lg[lang=fr] { background-position: 0px -1430px; } .lang-lg[lang=ga] { background-position: 0px -1452px; } .lang-lg[lang=hi] { background-position: 0px -1474px; } .lang-lg[lang=hr] { background-position: 0px -1496px; } .lang-lg[lang=hu] { background-position: 0px -1518px; } .lang-lg[lang=in] { background-position: 0px -1540px; } .lang-lg[lang=is] { background-position: 0px -1562px; } .lang-lg[lang=it] { background-position: 0px -1584px; } .lang-lg[lang=iw] { background-position: 0px -1606px; } .lang-lg[lang=ja] { background-position: 0px -1628px; } .lang-lg[lang=ko] { background-position: 0px -1650px; } .lang-lg[lang=lt] { background-position: 0px -1672px; } .lang-lg[lang=lv] { background-position: 0px -1694px; } .lang-lg[lang=mk] { background-position: 0px -1716px; } .lang-lg[lang=ms] { background-position: 0px -1738px; } .lang-lg[lang=mt] { background-position: 0px -1760px; } .lang-lg[lang=nl] { background-position: 0px -1782px; } .lang-lg[lang=no] { background-position: 0px -1804px; } .lang-lg[lang=pl] { background-position: 0px -1826px; } .lang-lg[lang=pt] { background-position: 0px -1848px; } .lang-lg[lang=ro] { background-position: 0px -1870px; } .lang-lg[lang=ru] { background-position: 0px -1892px; } .lang-lg[lang=sk] { background-position: 0px -1914px; } .lang-lg[lang=sl] { background-position: 0px -1936px; } .lang-lg[lang=sq] { background-position: 0px -1958px; } .lang-lg[lang=sr] { background-position: 0px -1980px; } .lang-lg[lang=sv] { background-position: 0px -2002px; } .lang-lg[lang=th] { background-position: 0px -2024px; } .lang-lg[lang=tr] { background-position: 0px -2046px; } .lang-lg[lang=uk] { background-position: 0px -2068px; } .lang-lg[lang=vi] { background-position: 0px -2090px; } .lang-lg[lang=zh] { background-position: 0px -2112px; } .lang-lbl:after{ content: "Unknown language"; } .lang-lbl-en:after { content: "Unknown language"; } .lang-lbl-full:after { content: "Unknown language"; } .lang-lbl[lang=ar]:after { content: "\000627\000644\000639\000631\000628\00064A\000629"; } .lang-lbl[lang=be]:after { content: "\000411\000435\00043B\000430\000440\000443\000441\00043A\000456"; } .lang-lbl[lang=bg]:after { content: "\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438"; } .lang-lbl[lang=cs]:after { content: "\00010Ce\000161tina"; } .lang-lbl[lang=da]:after { content: "Dansk"; } .lang-lbl[lang=de]:after { content: "Deutsch"; } .lang-lbl[lang=el]:after { content: "\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC"; } .lang-lbl[lang=en]:after { content: "English"; } .lang-lbl[lang=es]:after { content: "Espa\0000F1ol"; } .lang-lbl[lang=et]:after { content: "Eesti"; } .lang-lbl[lang=fi]:after { content: "Suomi"; } .lang-lbl[lang=fr]:after { content: "Fran\0000E7ais"; } .lang-lbl[lang=ga]:after { content: "Gaeilge"; } .lang-lbl[lang=hi]:after { content: "\000939\00093F\000902\000926\000940"; } .lang-lbl[lang=hr]:after { content: "Hrvatski"; } .lang-lbl[lang=hu]:after { content: "Magyar"; } .lang-lbl[lang=in]:after { content: "Bahasa\000020indonesia"; } .lang-lbl[lang=is]:after { content: "\0000CDslenska"; } .lang-lbl[lang=it]:after { content: "Italiano"; } .lang-lbl[lang=iw]:after { content: "\0005E2\0005D1\0005E8\0005D9\0005EA"; } .lang-lbl[lang=ja]:after { content: "\0065E5\00672C\008A9E"; } .lang-lbl[lang=ko]:after { content: "\00D55C\00AD6D\00C5B4"; } .lang-lbl[lang=lt]:after { content: "Lietuvi\000173"; } .lang-lbl[lang=lv]:after { content: "Latvie\000161u"; } .lang-lbl[lang=mk]:after { content: "\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438"; } .lang-lbl[lang=ms]:after { content: "Bahasa\000020melayu"; } .lang-lbl[lang=mt]:after { content: "Malti"; } .lang-lbl[lang=nl]:after { content: "Nederlands"; } .lang-lbl[lang=no]:after { content: "Norsk"; } .lang-lbl[lang=pl]:after { content: "Polski"; } .lang-lbl[lang=pt]:after { content: "Portugu\0000EAs"; } .lang-lbl[lang=ro]:after { content: "Rom\0000E2n\000103"; } .lang-lbl[lang=ru]:after { content: "\000420\000443\000441\000441\00043A\000438\000439"; } .lang-lbl[lang=sk]:after { content: "Sloven\00010Dina"; } .lang-lbl[lang=sl]:after { content: "Sloven\000161\00010Dina"; } .lang-lbl[lang=sq]:after { content: "Shqipe"; } .lang-lbl[lang=sr]:after { content: "\000421\000440\00043F\000441\00043A\000438"; } .lang-lbl[lang=sv]:after { content: "Svenska"; } .lang-lbl[lang=th]:after { content: "\000E44\000E17\000E22"; } .lang-lbl[lang=tr]:after { content: "T\0000FCrk\0000E7e"; } .lang-lbl[lang=uk]:after { content: "\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430"; } .lang-lbl[lang=vi]:after { content: "Ti\001EBFng\000020vi\001EC7t"; } .lang-lbl[lang=zh]:after { content: "\004E2D\006587"; } .lang-lbl-en[lang=ar]:after { content: "Arabic"; } .lang-lbl-en[lang=be]:after { content: "Belarusian"; } .lang-lbl-en[lang=bg]:after { content: "Bulgarian"; } .lang-lbl-en[lang=cs]:after { content: "Czech"; } .lang-lbl-en[lang=da]:after { content: "Danish"; } .lang-lbl-en[lang=de]:after { content: "German"; } .lang-lbl-en[lang=el]:after { content: "Greek"; } .lang-lbl-en[lang=en]:after { content: "English"; } .lang-lbl-en[lang=es]:after { content: "Spanish"; } .lang-lbl-en[lang=et]:after { content: "Estonian"; } .lang-lbl-en[lang=fi]:after { content: "Finnish"; } .lang-lbl-en[lang=fr]:after { content: "French"; } .lang-lbl-en[lang=ga]:after { content: "Irish"; } .lang-lbl-en[lang=hi]:after { content: "Hindi"; } .lang-lbl-en[lang=hr]:after { content: "Croatian"; } .lang-lbl-en[lang=hu]:after { content: "Hungarian"; } .lang-lbl-en[lang=in]:after { content: "Indonesian"; } .lang-lbl-en[lang=is]:after { content: "Icelandic"; } .lang-lbl-en[lang=it]:after { content: "Italian"; } .lang-lbl-en[lang=iw]:after { content: "Hebrew"; } .lang-lbl-en[lang=ja]:after { content: "Japanese"; } .lang-lbl-en[lang=ko]:after { content: "Korean"; } .lang-lbl-en[lang=lt]:after { content: "Lithuanian"; } .lang-lbl-en[lang=lv]:after { content: "Latvian"; } .lang-lbl-en[lang=mk]:after { content: "Macedonian"; } .lang-lbl-en[lang=ms]:after { content: "Malay"; } .lang-lbl-en[lang=mt]:after { content: "Maltese"; } .lang-lbl-en[lang=nl]:after { content: "Dutch"; } .lang-lbl-en[lang=no]:after { content: "Norwegian"; } .lang-lbl-en[lang=pl]:after { content: "Polish"; } .lang-lbl-en[lang=pt]:after { content: "Portuguese"; } .lang-lbl-en[lang=ro]:after { content: "Romanian"; } .lang-lbl-en[lang=ru]:after { content: "Russian"; } .lang-lbl-en[lang=sk]:after { content: "Slovak"; } .lang-lbl-en[lang=sl]:after { content: "Slovenian"; } .lang-lbl-en[lang=sq]:after { content: "Albanian"; } .lang-lbl-en[lang=sr]:after { content: "Serbian"; } .lang-lbl-en[lang=sv]:after { content: "Swedish"; } .lang-lbl-en[lang=th]:after { content: "Thai"; } .lang-lbl-en[lang=tr]:after { content: "Turkish"; } .lang-lbl-en[lang=uk]:after { content: "Ukrainian"; } .lang-lbl-en[lang=vi]:after { content: "Vietnamese"; } .lang-lbl-en[lang=zh]:after { content: "Chinese"; } .lang-lbl-full[lang=ar]:after { content: "\000627\000644\000639\000631\000628\00064A\000629\0000A0/\0000A0Arabic"; } .lang-lbl-full[lang=be]:after { content: "\000411\000435\00043B\000430\000440\000443\000441\00043A\000456\0000A0/\0000A0Belarusian"; } .lang-lbl-full[lang=bg]:after { content: "\000411\00044A\00043B\000433\000430\000440\000441\00043A\000438\0000A0/\0000A0Bulgarian"; } .lang-lbl-full[lang=cs]:after { content: "\00010Ce\000161tina\0000A0/\0000A0Czech"; } .lang-lbl-full[lang=da]:after { content: "Dansk\0000A0/\0000A0Danish"; } .lang-lbl-full[lang=de]:after { content: "Deutsch\0000A0/\0000A0German"; } .lang-lbl-full[lang=el]:after { content: "\000395\0003BB\0003BB\0003B7\0003BD\0003B9\0003BA\0003AC\0000A0/\0000A0Greek"; } .lang-lbl-full[lang=en]:after { content: "English\0000A0/\0000A0English"; } .lang-lbl-full[lang=es]:after { content: "Espa\0000F1ol\0000A0/\0000A0Spanish"; } .lang-lbl-full[lang=et]:after { content: "Eesti\0000A0/\0000A0Estonian"; } .lang-lbl-full[lang=fi]:after { content: "Suomi\0000A0/\0000A0Finnish"; } .lang-lbl-full[lang=fr]:after { content: "Fran\0000E7ais\0000A0/\0000A0French"; } .lang-lbl-full[lang=ga]:after { content: "Gaeilge\0000A0/\0000A0Irish"; } .lang-lbl-full[lang=hi]:after { content: "\000939\00093F\000902\000926\000940\0000A0/\0000A0Hindi"; } .lang-lbl-full[lang=hr]:after { content: "Hrvatski\0000A0/\0000A0Croatian"; } .lang-lbl-full[lang=hu]:after { content: "Magyar\0000A0/\0000A0Hungarian"; } .lang-lbl-full[lang=in]:after { content: "Bahasa\000020indonesia\0000A0/\0000A0Indonesian"; } .lang-lbl-full[lang=is]:after { content: "\0000CDslenska\0000A0/\0000A0Icelandic"; } .lang-lbl-full[lang=it]:after { content: "Italiano\0000A0/\0000A0Italian"; } .lang-lbl-full[lang=iw]:after { content: "\0005E2\0005D1\0005E8\0005D9\0005EA\0000A0/\0000A0Hebrew"; } .lang-lbl-full[lang=ja]:after { content: "\0065E5\00672C\008A9E\0000A0/\0000A0Japanese"; } .lang-lbl-full[lang=ko]:after { content: "\00D55C\00AD6D\00C5B4\0000A0/\0000A0Korean"; } .lang-lbl-full[lang=lt]:after { content: "Lietuvi\000173\0000A0/\0000A0Lithuanian"; } .lang-lbl-full[lang=lv]:after { content: "Latvie\000161u\0000A0/\0000A0Latvian"; } .lang-lbl-full[lang=mk]:after { content: "\00041C\000430\00043A\000435\000434\00043E\00043D\000441\00043A\000438\0000A0/\0000A0Macedonian"; } .lang-lbl-full[lang=ms]:after { content: "Bahasa\000020melayu\0000A0/\0000A0Malay"; } .lang-lbl-full[lang=mt]:after { content: "Malti\0000A0/\0000A0Maltese"; } .lang-lbl-full[lang=nl]:after { content: "Nederlands\0000A0/\0000A0Dutch"; } .lang-lbl-full[lang=no]:after { content: "Norsk\0000A0/\0000A0Norwegian"; } .lang-lbl-full[lang=pl]:after { content: "Polski\0000A0/\0000A0Polish"; } .lang-lbl-full[lang=pt]:after { content: "Portugu\0000EAs\0000A0/\0000A0Portuguese"; } .lang-lbl-full[lang=ro]:after { content: "Rom\0000E2n\000103\0000A0/\0000A0Romanian"; } .lang-lbl-full[lang=ru]:after { content: "\000420\000443\000441\000441\00043A\000438\000439\0000A0/\0000A0Russian"; } .lang-lbl-full[lang=sk]:after { content: "Sloven\00010Dina\0000A0/\0000A0Slovak"; } .lang-lbl-full[lang=sl]:after { content: "Sloven\000161\00010Dina\0000A0/\0000A0Slovenian"; } .lang-lbl-full[lang=sq]:after { content: "Shqipe\0000A0/\0000A0Albanian"; } .lang-lbl-full[lang=sr]:after { content: "\000421\000440\00043F\000441\00043A\000438\0000A0/\0000A0Serbian"; } .lang-lbl-full[lang=sv]:after { content: "Svenska\0000A0/\0000A0Swedish"; } .lang-lbl-full[lang=th]:after { content: "\000E44\000E17\000E22\0000A0/\0000A0Thai"; } .lang-lbl-full[lang=tr]:after { content: "T\0000FCrk\0000E7e\0000A0/\0000A0Turkish"; } .lang-lbl-full[lang=uk]:after { content: "\000423\00043A\000440\000430\000457\00043D\000441\00044C\00043A\000430\0000A0/\0000A0Ukrainian"; } .lang-lbl-full[lang=vi]:after { content: "Ti\001EBFng\000020vi\001EC7t\0000A0/\0000A0Vietnamese"; } .lang-lbl-full[lang=zh]:after { content: "\004E2D\006587\0000A0/\0000A0Chinese"; } .lang-xs:before,.lang-sm:before,.lang-lg:before{ content: '\0000A0'; } .lang-xs.lang-lbl,.lang-xs.lang-lbl-en,.lang-xs.lang-lbl-full{ padding-left: 16px; } .lang-sm.lang-lbl,.lang-sm.lang-lbl-en,.lang-sm.lang-lbl-full{ padding-left: 24px; } .lang-lg.lang-lbl,.lang-lg.lang-lbl-en,.lang-lg.lang-lbl-full{ padding-left: 32px; } .lang-xs.lang-lbl:before,.lang-sm.lang-lbl:before,.lang-lg.lang-lbl:before,.lang-xs.lang-lbl-en:before,.lang-sm.lang-lbl-en:before,.lang-lg.lang-lbl-en:before,.lang-xs.lang-lbl-full:before,.lang-sm.lang-lbl-full:before,.lang-lg.lang-lbl-full:before{ content: ''; } .lang-lg,.lang-lg:after { top: 0px; position: relative; } .lang-sm { top: 1px; position: relative; } .lang-sm:after { top:-1px; position: relative; } .lang-xs { top: 4px; position: relative; } .lang-xs:after { top:-4px; position: relative; } .lead>.lang-lg { top: 2px; } .lead>.lang-lg:after { top:-2px; } .lead>.lang-sm { top: 6px; } .lead>.lang-sm:after { top:-6px; } .lead>.lang-xs { top: 8px; } .lead>.lang-xs:after { top:-8px; } small>.lang-sm { top:-1px; } small>.lang-sm:after { top: 1px; } small>.lang-xs { top: 2px; } small>.lang-xs:after { top:-2px; } h1>.lang-lg { top: 9px; } h1>.lang-lg:after { top:-9px; } h1>.lang-sm { top:12px; } h1>.lang-sm:after { top: -12px; } h1>.lang-xs { top:14px; } h1>.lang-xs:after { top: -14px; } h2>.lang-lg { top: 5px; } h2>.lang-lg:after { top:-5px; } h2>.lang-sm { top: 8px; } h2>.lang-sm:after { top:-8px; } h2>.lang-xs { top:10px; } h2>.lang-xs:after { top: -10px; } h3>.lang-lg { top: 1px; } h3>.lang-lg:after { top:-1px; } h3>.lang-sm { top: 5px; } h3>.lang-sm:after { top:-5px; } h3>.lang-xs { top: 8px; } h3>.lang-xs:after { top:-8px; } h4>.lang-lg { top:-1px; } h4>.lang-lg:after { top: 1px; } h4>.lang-sm { top: 1px; } h4>.lang-sm:after { top:-1px; } h4>.lang-xs { top: 4px; } h4>.lang-xs:after { top:-4px; } h5>.lang-sm,h5>.lang-sm:after { top: 0px; } h5>.lang-xs { top: 2px; } h5>.lang-xs:after { top:-2px; } h6>.lang-sm,h6>.lang-sm:after { top: 0px; } h6>.lang-xs { top: 1px; } h6>.lang-xs:after { top:-1px; } .btn>.lang-sm{ top: 2px; } .btn>.lang-sm:after{ top:-2px; } .btn>.lang-xs{ top: 4px; } .btn>.lang-xs:after{ top:-4px; } .btn.btn-xs>.lang-sm,.btn.btn-xs>.lang-sm:after { top: 0px; } .btn.btn-xs>.lang-xs { top: 3px; } .btn.btn-xs>.lang-xs:after { top:-3px; } .btn.btn-sm>.lang-sm,.btn.btn-sm>.lang-sm:after { top: 0px; } .btn.btn-sm>.lang-xs { top: 3px; } .btn.btn-sm>.lang-xs:after { top:-3px; } .btn.btn-lg>.lang-lg { top: 1px; } .btn.btn-lg>.lang-lg:after { top:-1px; } .btn.btn-lg>.lang-sm { top: 3px; } .btn.btn-lg>.lang-sm:after { top:-3px; } .btn.btn-lg>.lang-xs { top: 6px; } .btn.btn-lg>.lang-xs:after { top:-6px; } 

/* File: ./e107_themes/Fitness-theme-Bootstrap-4/style.css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');@import url('https://fonts.googleapis.com/css2?family=Keania+One&family=Iceberg&family=Karantina&display=swap');body {background: #151515;font-size: 14px;color: #888;line-height: 18px;}  a, a:focus, a:hover, button, button:focus, button:hover, button:active { text-decoration: none; outline: none; -o-transition: color 0.2s linear;-moz-transition: color 0.2s linear;-khtml-transition: color 0.2s linear;-webkit-transition: color 0.2s linear;-ms-transition: color 0.2s linear;transition: color 0.2s linear;} a {color: #e7042a;} a:hover, a:focus {color: #fff;outline: 0 none !important;text-decoration: none;} img { border:0; margin: 0; } ul.dropdown-menu {position: absolute;top: 50px;left: 0;z-index: 1000;display: none;float: left;min-width: 10rem;padding: 0.5rem 0;margin:0 0;font-size: 1rem;color: #fff;text-align: left;list-style: none;background-color: #222;background-clip: padding-box;border: 1px solid rgba(0,0,0,.15);} ul.dropdown-menu > li {font-family: sans-serif;font-size: 14px;color: #c4c4c4;background-color: transparent;padding: 0.7rem 2rem;border-bottom: 1px #444 dashed;} ul.dropdown-menu > li:hover {color: #e7042a;background-color: transparent;} ul.dropdown-menu > li > a {font-family: sans-serif;font-size: 14px;color: #c4c4c4; padding: 0;background-color: transparent;} ul.dropdown-menu > li > a:hover {color: #e7042a;background-color: transparent; } .navbar-registration{font-family: sans-serif;font-size: 40px;color: #c4c4c4;background-color: transparent;padding: 0.7rem 2rem;} .divider-vertical{font-family: sans-serif;font-size: 40px;color: #c4c4c4;background-color: transparent;padding: 0.7rem 2rem;} .navbar-login dropdown{font-family: sans-serif;font-size: 40px;color: #c4c4c4;background-color: transparent;padding: 0.7rem 2rem;}  #header {position: relative;overflow: hidden;height: 500px;background: #000 url(/e107_themes/Fitness-theme-Bootstrap-4/images/header_bg.jpg) no-repeat center center;margin: 0 auto;border: 0;} #header:before {position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%; content: '';background-image: -webkit-linear-gradient(right, #000 0%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.2) 60%, #000 100%); background-image: -moz-linear-gradient(right, #000 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.2) 60%, #000 100%); background-image: -o-linear-gradient(right, #000 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.2) 60%, #000 100%); background-image: -ms-linear-gradient(right, #000 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.2) 60%, #000 100%); background-image: linear-gradient(to right, #000 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.2) 60%, #000 100%); }  .navbar {padding: 0rem !important;} .header-navigation {margin: 0px;position: fixed;z-index: 9999;background: #222;height: 75px;top: 0;width: 100%;} .navbar-custom .navbar-nav .nav-link {font-family: "Exo 2", sans-serif;font-size: 15px;font-weight: 600; color: #fff;text-transform: uppercase; -webkit-transition: all .3s ease-out !important;-moz-transition: all .3s ease-out !important;-o-transition: all .3s ease-out !important;transition: all .3s ease-out !important;} .navbar-custom .nav-item.active .nav-link,.navbar-custom .nav-item:hover .nav-link {color: #e7042a;} .navbar-custom .navbar-nav .nav-link:focus {color: #333;} .navbar-custom .navbar-nav .nav-link:hover {color: #333;} .navbar-custom .dropdown-menu {background-color: #222;border: 1px solid #111;border-radius: 0px 0px 12px 12px;padding: 5px 10px 5px 10px;} .navbar-custom .dropdown-item {font-family: "Exo 2", sans-serif;font-size: 14px;font-weight: 600;color: #fff;text-transform: uppercase;} .navbar-custom .dropdown-item:hover,.navbar-custom .dropdown-item:focus {color: #e7042a;background-color: transparent;} .navbar-custom .dropdown-item.active,.navbar-custom .dropdown-item:active { background-color: #464646;color: #e7042a;} #header .navbar > .navbar-toggler,.header-navigation .navbar > .navbar-toggler { border-color: rgba(255,255,255,0.5); }  #header .navbar > .navbar-toggler:hover,.header-navigation .navbar > .navbar-toggler:hover { border-color: #e7042a; } #header .navbar > .navbar-toggler .navbar-toggler-icon,.header-navigation .navbar > .navbar-toggler .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }  #header .navbar > .navbar-toggler:hover .navbar-toggler-icon,.header-navigation .navbar > .navbar-toggler:hover .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(243,97,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } @media (max-width: 767px) {.navbar-custom .navbar-collapse {position: absolute;top: 70px;background: #222;z-index: 99999;width: 98%;padding: 15px;margin:0px;-moz-border-radius:0px 0px 12px 12px !important;-khtml-border-radius:0px 0px 12px 12px !important;-webkit-border-radius:0px 0px 12px 12px !important;border-radius: 0px 0px 12px 12px !important;}  } #header .navbar .dropdown-submenu,.header-navigation .navbar .dropdown-submenu{position: relative;} #header .navbar .dropdown-submenu > a:after,.header-navigation .navbar .dropdown-submenu>a:after { float: right;border: none;content: "\f0da";font-family: 'Font Awesome\ 5 Free';font-weight: 900;} #header .navbar .dropdown-submenu>.dropdown-menu,.header-navigation .navbar .dropdown-submenu>.dropdown-menu {top: 0;left: 100%;margin-top: 0px;margin-left: 0px;}  #header .navbar .lang-sm.lang-lbl, #header .navbar .lang-sm.lang-lbl-en, #header .navbar .lang-sm.lang-lbl-full,.header-navigation .navbar .lang-sm.lang-lbl, .header-navigation .navbar .lang-sm.lang-lbl-en, .header-navigation .navbar .lang-sm.lang-lbl-full {font-size: 13px;padding-left: 28px;} .navbar-custom p {margin-top: 5px;padding: 0;} .navbar-custom p a {color: #fff;} .navbar-custom p a:hover {color: #e7042a;} .navbar-brand {float: left;width: 100px;height: auto;margin: 0;padding: 0px 10px -50px 10;} #header .page-title h2 {font-family: "Exo 2", sans-serif;font-size: 60px;font-weight: 700;color: #fff;letter-spacing: 1px;text-transform: uppercase;margin-bottom: 15px;}  ul.breadcrumb {display: inline-block;background-color: transparent;padding: 0;} ul.breadcrumb li {display: inline;font-family: "Exo 2", sans-serif;font-size: 20px;font-weight: 600; color: #c4c4c4;line-height: 1.5;} #main-content {overflow: hidden;padding-top: 80px;padding-bottom: 35px;} .leftcol {margin: 0;padding: 0;} .leftcol-content { overflow: hidden; margin: 0 0 40px 0;padding: 0;background-color: #transparent;} .leftcol-content-title { margin: 0 0 25px 0;padding: 0;} .leftcol-content-title h2 {font-family: "Oswald", sans-serif;font-size: 20px;font-weight: 600;color: #fff;text-transform: uppercase;line-height: 1.2;margin: 0;padding: 0;} .leftcol-content-body { padding: 10px 0;font: 13px sans-serif; color:#dadada;line-height: 15px;} .default-news-item { overflow: hidden; margin: 0 0 30px 0;padding: 0;background-color: #transparent;border: 1px solid #363636;} .default-news-item:hover { border: 1px solid #e7042a;} .default-news-item .default-news-images-main {overflow: hidden;margin: 0;} .default-news-item .default-news-images-main img {position: relative;padding: 0;-moz-border-radius: 0 !important;-khtml-border-radius: 0 !important;-webkit-border-radius: 0 !important;border-radius: 0 !important; -o-transition: transform 1s;-ms-transition: transform 1s;-moz-transition: transform 1s;-webkit-transition: transform 1s;transition:transform 1s;} .default-news-item .default-news-images-main:hover img {-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);} .default-news-item .default-news-images-main .default-news-category {position: absolute;top: 10px;left: 25px;overflow: hidden; display: inline-block;background-color: #ed0c2c;padding: 7px 8px;font-family: "Oswald", sans-serif; font-size: 18px; font-weight: 600;color: #fff;line-height: 1;text-transform: uppercase;} .default-news-item .default-news-images-main .default-news-category a {color: #fff;} .default-news-item .default-news-images-main .default-news-category a:hover {color: #000;} .default-news-item h2.default-news-title { font-family: "Oswald", sans-serif; font-size: 22px; font-weight: 600;color: #fff;line-height: 28px;margin: 0;padding: 10px 15px 10px 5px;} .default-news-item h2.default-news-title a {color: #e7042a; } .default-news-item h2.default-news-title a:hover {color: #fff;} .default-news-item .default-news-info {font-family: "Oswald", sans-serif;font-size: 12px;font-weight: 500; color: #888;padding: 0 15px 10px 5px; } .default-news-item .default-news-info a {color: #c4c4c4;} .default-news-item .default-news-info a:hover {color: #e7042a;} .default-news-item .default-news-body {padding: 0 15px 10px 5px; } .default-news-item .default-news-body p { font: 14px Sans-serif;color: #a1a1a1;margin: 0;padding: 0 0 10px 0; overflow: hidden;position: relative; line-height: 1.2em;max-height: 7.2em; text-align: justify;padding-right: 1em; } .default-news-item .default-news-body p:before {content: '...';position: absolute;right: 0;bottom: 0;} .default-news-item .default-news-body p:after {content: '';position: absolute;right: 0;width: 1em;height: 1em;margin-top: 0.2em;background: #151515;} .default-news-item .default-news-extended a { display: inline-block; font-size: 24px;color: #828282;line-height: 1.6;text-transform: uppercase;float: right;padding: 0 25px 10px 5px;} .default-news-item .default-news-extended a:hover {color: #e7042a;text-decoration: none;} .extend-news {position: relative;overflow: hidden;width: 100%;height: 500px;background: #000;margin: 0 auto;border: 0;} .extend-news-mainimage {position: relative;overflow: hidden;width: auto;height: 100%;}  .extend-news-mainimage:before {position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%; content: '';background-image: -webkit-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.2) 40%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,1) 100%); background-image: -moz-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,1) 100%); background-image: -o-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,1) 100%); background-image: -ms-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,1) 100%); background-image: linear-gradient(to right, #000 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.2) 60%, #000 100%); }  .extend-news-mainimage img {display: block;width: auto;min-width:100%;height: 100%;margin: 0 auto;-moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0; } .extend-news .extend-news-title {position: absolute;top: 50%; left: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);-webkit-transform: stranslate(-50%,-50%);-o-transform: translate(-50%,-50%);background: rgba(0, 0, 0, 0.5);text-align: center;padding: 20px 25px 14px 25px;width: 90%;} .extend-news .extend-news-title h2 {font-family: "Oswald", sans-serif; font-size: 35px;font-weight: 600; color: #fff;line-height: 1.2;margin: 0 0 20px 0;padding: 0;} .extend-news .extend-news-info {font-family: "Oswald", sans-serif;font-size: 12px;font-weight: 500; color: #888;padding: 0 0 20px 0; } .extend-news .extend-news-info a {color: #fff;background-color: #e7042a;padding: 3px;-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;} .extend-news .extend-news-info a:hover {color: #fff;background-color: #ce5403;} .view-item { overflow: hidden; margin: 0 0 30px 0;padding: 20px 10px;background-color: transparent;} .view-item .view-item-body {font-family: sans-serif;color: #c4c4c4;font-size: 15px;font-weight: 400; line-height: 24px;margin-bottom: 20px;} .view-item .view-item-images {} .view-item .view-item-images img {-moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;margin-bottom: 20px;} .view-item .view-item-extended {font-family: sans-serif;color: #c4c4c4;font-size: 15px;font-weight: 400; line-height: 24px;margin-bottom: 20px;} .view-item .view-item-tags {overflow: hidden;margin: 0 0 30px 0;padding: 25px 25px;background-color: rgba(197, 203, 207, 0.1);border-top: 7px solid #e90828;text-align: center;} .view-item .view-item-tags h3.view-item-tags-title {font-family: "Exo 2", sans-serif;font-size: 20px;font-weight: 600;color: #fff;text-transform: uppercase;line-height: 1.2;margin: 0 0 25px 0;padding: 0;text-align: left;}  .view-item .view-item-tags h3.view-item-tags-title::after {content: "";display: block;margin: 0;width: 50%;padding-top: 15px;border-bottom: 3px solid #3e3e3e;} .view-item .view-item-tags a {display: inline-block;font-family: "Oswald", sans-serif;font-size: 14px;font-weight: 400;line-height: 1.5;color: #c4c4c4;text-transform: capitalize;padding: 10px 15px; background-color: #252525;border: none; text-align: center;-o-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-khtml-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;} .view-item .view-item-tags a:hover {color: #fff;background-color: #e7042a;} .view-item .view-item-share {overflow: hidden;padding: 20px 0;text-align: center;} .view-item .view-item-share a {width: 45px;height: 45px;line-height: 45px;text-align: center;padding: 0 !important;font-size: 20px;color: #fff !important; margin: 0 5px !important; border: none !important;border-radius: 50% !important;-moz-border-radius: 50% !important;-webkit-border-radius: 50% !important;-o-border-radius: 50% !important;transition: all ease 0.5s;-moz-transition: all ease 0.5s;-webkit-transition: all ease 0.5s;-o-transition: all ease 0.5s;} .view-item .view-item-share a i {position: relative;top: -3px;} .view-item .view-item-share a:hover {color: #fff !important;background-color: #e7042a !important; transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);transition: all ease 0.5s;-moz-transition: all ease 0.5s;-webkit-transition: all ease 0.5s;-o-transition: all ease 0.5s;} .view-item hr.view-item-selector {background-color: #252525;border: none;} .news-view-pagination {margin: 20px 0;padding: 20px;} .news-view-pagination .page-item a {color: #e7042a;} .news-view-pagination .page-item a:hover {color: #fff;} .news-view-pagination .page-item a.btn {color: #fff;} .news-view-pagination .page-item .prev-details .prev-lan,.news-view-pagination .page-item .next-details .next-lan {font-family: "Oswald", sans-serif;font-size: 14px;color: #c4c4c4;font-weight: 400;line-height: 18px;margin-bottom: 5px;} .news-view-pagination .page-item .prev-details .prev-title,.news-view-pagination .page-item .next-details .next-title {font-family: "Oswald", sans-serif;font-size: 16px;color: #fff;font-weight: 500;line-height: 20px;margin-bottom: 5px; } .view-item-author {position: relative;text-align: center;background-color: rgba(197, 203, 207, 0.1);border-top: 7px solid #e90828;padding: 60px 25px 25px 25px;margin: 60px 0 40px 0;} .view-item-author .view-item-author-avatar {position: absolute;top: -45px;left: 50%;-moz-transform: translateX(-45px);-webkit-transform: translateX(-45px);-ms-transform: translateX(-45px);-o-transform: translateX(-45px);transform: translateX(-45px);} .view-item-author .view-item-author-avatar img {-moz-border-radius: 50% !important;-khtml-border-radius: 50% !important;-webkit-border-radius: 50% !important;border-radius: 50% !important;} .view-item-author .view-item-author-meta {color: #29333c;} .view-item-author h4.view-item-author-name {font-family: "Exo 2", sans-serif;font-size: 20px;color: #fff;font-weight: 700;text-transform: uppercase;margin-bottom: 15px;} .view-item-author h4.view-item-author-name a { color: #fff; } .view-item-author h4.view-item-author-name a:hover { color: #e7042a; } .view-item-author .view-item-author-info {font-family: sans-serif;font-size: 13px;color: #c4c4c4;} .view-item-rate {overflow: hidden;margin: 0 0 30px 0;padding: 25px 25px;background-color: rgba(197, 203, 207, 0.1);border-top: 7px solid #e90828;} .view-item-rate h3.view-item-rate-title {font-family: "Exo 2", sans-serif;font-size: 20px;font-weight: 600;color: #fff;text-transform: uppercase;line-height: 1.2;margin: 0 0 25px 0;padding: 0;}  .view-item-rate h3.view-item-rate-title::after {content: "";display: block;margin: 0;width: 50%;padding-top: 15px;border-bottom: 3px solid #3e3e3e;} .view-item-rate .view-item-rate-body {font-family: sans-serif;font-size: 14px;color: #c4c4c4;padding: 0;text-align: center;} .e-related {margin-top: 25px;} .e-related h2.related-news-title {font-family: "Oswald", sans-serif; font-size: 26px;font-weight: 500;color: #fff;line-height: 30px;margin: 0;padding: 15px 0 25px 0;} .e-related .related-news-image {overflow: hidden;margin: 0;padding: 0;} .e-related .related-news-image img {padding: 0;-moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0; -o-transition: transform 1s;-ms-transition: transform 1s;-moz-transition: transform 1s;-webkit-transition: transform 1s;transition:transform 1s;} .e-related .related-news-image:hover img {-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);} .e-related .related-news-header {margin: 0 0 15px 0;padding: 10px 0 15px 0;} .e-related .related-news-header h4.related-news-caption {font-family: "Oswald", sans-serif; font-size: 18px;font-weight: 500;color: #c4c4c4;line-height: 1.1;} .e-related .related-news-header h4.related-news-caption a {color: #fff;} .e-related .related-news-header h4.related-news-caption a:hover {color: #e7042a;} .e-related.related-news-header .related-news-summary {color: #c4c4c4;} .view-item-back {margin: 0 0 30px 0;padding: 0;text-align: center;} .list-news-items {margin-bottom: 25px;} .list-news-items .list-news-item {overflow: hidden; margin: 0 0 30px 0;padding: 0;background-color: #transparent;border: 1px solid #363636;} .list-news-items .list-news-item:hover {border: 1px solid #e7042a;}  .list-news-items .list-news-item-image {overflow: hidden;margin: 0;} .list-news-items .list-news-item-image img {position: relative;padding: 0;-moz-border-radius: 0 !important;-khtml-border-radius: 0 !important;-webkit-border-radius: 0 !important;border-radius: 0 !important; -o-transition: transform 1s;-ms-transition: transform 1s;-moz-transition: transform 1s;-webkit-transition: transform 1s;transition:transform 1s;} .list-news-items .list-news-item-image:hover img {-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);} .list-news-items .list-news-item-image .list-news-item-category {position: absolute;top: 10px;left: 25px;overflow: hidden; display: inline-block;background-color: #e7042a;padding: 7px 8px;font-family: "Oswald", sans-serif; font-size: 18px; font-weight: 600;color: #fff;line-height: 1;text-transform: uppercase;} .list-news-items .list-news-item-image .list-news-item-category a {color: #fff;} .list-news-items .list-news-item-image .list-news-item-category a:hover {color: #000;} .list-news-items h2.list-news-item-title {font-family: "Oswald", sans-serif; font-size: 22px; font-weight: 600;color: #fff;line-height: 28px;margin: 0;padding: 10px 15px 10px 5px;} .list-news-items h2.list-news-item-title a {color: #e7042a; } .list-news-items h2.list-news-item-title a:hover {color: #fff;} .list-news-items .list-news-item-info {font-family: "Oswald", sans-serif;font-size: 12px;font-weight: 500; color: #888;padding: 0 15px 10px 5px; } .list-news-items .list-news-item-info a {color: #c4c4c4;} .list-news-items .list-news-item-info a:hover {color: #e7042a;} .list-news-items .list-news-item-body {padding: 0 15px 10px 5px; } .list-news-items .list-news-item-body p { font: 14px Sans-serif;color: #a1a1a1;margin: 0;padding: 0 0 10px 0; overflow: hidden;position: relative; line-height: 1.2em;max-height: 7.2em; text-align: justify;padding-right: 1em; } .list-news-items .list-news-item-body p:before {content: '...';position: absolute;right: 0;bottom: 0;} .list-news-items .list-news-item-body p:after {content: '';position: absolute;right: 0;width: 1em;height: 1em;margin-top: 0.2em;background: #151515;} .list-news-items .list-news-item-extended a { display: inline-block; font-size: 24px;color: #828282;line-height: 1.6;text-transform: uppercase;float: right;padding: 0 25px 10px 5px;} .list-news-items .list-news-item-extended a:hover {color: #e7042a;text-decoration: none;} .leftbottom-content { overflow: hidden;margin: 0 0 30px 0;padding: 80px 20px 20px 50px;background-color: transparent;} .leftbottom-content-title { margin: 0 0 25px 0;padding: 0;} .leftbottom-content-title h2 {font-family: "Exo 2", sans-serif;font-size: 20px;font-weight: 600;color: #fff;text-transform: uppercase;line-height: 1.2; margin: 0;padding: 0;}  .leftbottom-content-body {font: 14px sans-serif; color: #888; padding: 0;} .rightcol {margin: 0;padding: 0;} .rightcol-content { overflow: hidden;margin: 0 0 30px 0;padding: 25px 25px;background-color: rgba(197, 203, 207, 0.1);border-top: 7px solid #e90828;} .rightcol-content-title { margin: 0 0 25px 0;padding: 0;} .rightcol-content-title h2 {font-family: "Exo 2", sans-serif;font-size: 20px;font-weight: 600;color: #fff;text-transform: uppercase;line-height: 1.2; margin: 0;padding: 0;} .rightcol-content-title h2:after {content: ""; display: block;margin: 0;width: 50%;padding-top: 15px;border-bottom: 3px solid #3e3e3e;} .rightcol-content-body {font: 14px sans-serif; color: #888; padding: 0;} .rightcol-content-body > ul {margin: 0;padding: 0;} .rightcol-content-body > ul > li {list-style: none;background-color: #1c1c1c;border: none;margin: 3px 0;padding: 3px 5px;display: block; } .rightcol-content-body > ul > li:hover,.rightcol-content-body > ul > li.active {background-color: #e7042a;} .rightcol-content-body > ul > li > a { font-family: "Oswald", sans-serif; font-size: 14px;font-weight: 400; color: #c4c4c4;line-height: 25px;text-transform: uppercase;background-color: transparent;padding: 0;} .rightcol-content-body > ul > li > a:hover,.rightcol-content-body > ul > li > a:focus { color: #fff; background-color: transparent;} .rightcol-content-body > ul > li > a span.badge {float: right;background-color: transparent;font-family: "Oswald", sans-serif; font-size: 14px;font-weight: 400; line-height: 25px;color: #c4c4c4;margin-left: 15px;padding: 0;} .rightcol-content-body > ul > li > a:hover span.badge {background-color: transparent;color: #fff;} .rightcol-content-title h2 span.btn-group {margin-top: -5px;vertical-align: middle;} .rightcol-content-title h2 span.btn-group a.btn {font-size: 20px;line-height: 1.2;padding: 0 5px;}  .rightcol-content li.media {border-bottom: 1px solid rgba(0,0,0,0.1);margin-top: 0;padding: 10px 0;} .rightcol-content li.media .media-object img {-moz-border-radius: 50% !important;-khtml-border-radius: 50% !important;-webkit-border-radius: 50% !important;border-radius: 50% !important; } .rightcol ::-webkit-input-placeholder { color: rgba(0,0,0,0.1); } .rightcol ::-moz-placeholder { color: rgba(0,0,0,0.1); } .rightcol :-ms-input-placeholder { color: rgba(0,0,0,0.1); } .rightcol :-moz-placeholder { color: rgba(0,0,0,0.1); } #footer {background-color: #000;padding: 0;} .footercol-content { overflow: hidden;padding: 20px;} .footercol-content-title {margin: 0 0 20px 0;padding: 0; } .footercol-content-title h2 { font-family: "Exo 2", sans-serif; font-size: 24px;font-weight: 600; color: #fff;line-height: 1.2;text-transform: uppercase;margin: 0;padding: 0;text-align: center;} .footercol-content-title h2 span.btn-group {margin-top: -5px;vertical-align: middle;} .footercol-content-title h2 span.btn-group a.btn {font-size: 12px;line-height: 1.2;padding: 0 5px;border: 1px solid #3a3a3a;} .footercol-content-body { font: 13px sans-serif; color: #888;line-height: 15px; padding: 10px;} .footercol-content-body > ul {margin: 0;padding: 0;} .footercol-content-body > ul > li {list-style: none;background-color: #131313;border: none;margin: 3px 0;padding: 3px 5px;display: block; } .footercol-content-body > ul > li > a {font-family: "Oswald", sans-serif; font-size: 14px;font-weight: 400; color: #c4c4c4;line-height: 25px;text-transform: uppercase;background-color: transparent;padding: 0;} .footercol-content-body > ul > li > a:hover,.footercol-content-body > ul > li > a:focus {color: #e7042a;}  .footercol-content-body > ul > li > a span.badge {float: right;background-color: transparent !important;font-family: "Oswald", sans-serif; font-size: 14px;font-weight: 400; line-height: 25px;color: #fff;margin-left: 15px;padding: 0;} .footercol-content-body > ul > li > a:hover span.badge {background-color: transparent;color: #e7042a;} #footer h5 {font-family: "Oswald", sans-serif; font-size: 13px;font-weight: 400; color: #c4c4c4;} #footer .footer-siteinfo {font-family: "Oswald", sans-serif;font-size: 14px;font-weight: 400;color: #898989;line-height: 1.5;margin-top: 15px;padding: 25px 0;letter-spacing: 0.5px;text-align: center;border-top: 1px solid #1a1a1a;} #footer .footer-logo {text-align: center;}  #footer .footer-logo img {width: 160px;height: auto;}  #footer .footer-sitename {font-family: "Exo 2", sans-serif; font-size: 30px;font-weight: 700; color: #fff;line-height: 1.2;text-transform: uppercase;margin: 0;padding: 15px 0 0 0;text-align: center;} #footer .footer-sitetag {font-family: "Exo 2", sans-serif; font-size: 17px;font-weight: 500; color: #fff;line-height: 1.2;text-transform: uppercase;margin: 0;padding: 15px 0 0 0;text-align: center;} #footer .footer-social {margin: 0;padding: 25px 0 0 0;text-align: center;} #footer .opening-hours-content { overflow: hidden;padding: 20px;} #footer .opening-hours-content-title {margin: 0 0 20px 0;padding: 0; } #footer .opening-hours-content-title h2 { font-family: "Exo 2", sans-serif; font-size: 24px;font-weight: 600; color: #fff;line-height: 1.2;text-transform: uppercase;margin: 0;padding: 0;text-align: center;} #footer .opening-hours-content-body {font-family: "Exo 2", sans-serif; font-size: 14px;font-weight: 500; color: #939393;line-height: 1.2;text-transform: uppercase;margin: 0;padding: 0;text-align: center;letter-spacing: 1px;} #footer .opening-hours-content-body .contact-info-hours span {display: block;padding: 0 0 15px 0;} #footer .opening-hours-content-body .contact-info-hours span:after {content: ""; display: block;margin: 0 auto;width: 60%;padding-top: 15px;border-bottom: 3px dotted #3e3e3e;} .comment-info {} .comments-form-login { font-size: 12px;color: #5e5e5e;line-height: 1.2;margin-bottom: 20px;} .comment-box {margin: 0;padding: 0;} .comment-box-avatar {padding-top: 15px;padding-bottom: 15px;text-align: center;} .comment-box-avatar img {-moz-border-radius: 50% !important;-khtml-border-radius: 50% !important;-webkit-border-radius: 50% !important;border-radius: 50% !important;} .comment-box-textbox .form-control {color: c4c4c4;background: transparent;border: 1px solid #363636;margin-bottom: 15px;} #e-comment-form {display: block;width: 80%;margin: 0 auto;} .comments-container {display: block;padding: 0 30px;} .comments-container .comment-box {margin: 0 0 15px 0;padding: 0 0 15px 0;border-bottom: 1px solid #252525;} .comments-container .comment-avatar {padding-top: 15px;padding-bottom: 5px;} .comments-container .comment-avatar img {margin: 0 10px 0 0;padding: 0;-moz-border-radius: 50% !important;-khtml-border-radius: 50% !important;-webkit-border-radius: 50% !important;border-radius: 50% !important;} .comments-container .comment-username {font-family: "Oswald", sans-serif;font-size: 20px;font-weight: 500;color: #fff;line-height: 1.5;padding: 0;} .comments-container .comment-username a {color: #fff;} .comments-container .comment-username a:hover {color: #e7042a;} .comments-container .comment-username span {font-size: 11px;color: #9ca7af;} .comments-container .comment-reply {margin: 0;padding-top: 15px;text-align: right;} .comments-container .comment-reply a.e-comment-reply {font-size: 16px;display: inline-block;overflow: hidden;text-indent: -9999px;color: #fff; padding: 5px 11px; -moz-border-radius: 50% !important;-khtml-border-radius: 50% !important;-webkit-border-radius: 50% !important;border-radius: 50% !important;margin: 0 15px 0 0;padding: 10px 18px;} .comments-container .comment-reply a.e-comment-reply:before {float: left;text-indent: 0;margin-left: -8px;content: "\f3e5";font-family: 'Font Awesome\ 5 Free';font-weight: 900;display: inline-block;width: 14px;height: 14px;text-align: center;line-height: 14px;vertical-align: middle; } .comments-container .comment-reply a.e-comment-reply:hover { color: #fff;} .comments-container .comment-text {font-size: 15px;color: #c4c4c4;font-weight: 400;line-height: 1.2em;background-color: transparent;padding: 10px 20px;} .comments-container .comment-status {} .comments-container .comment-status span {font-family: sans-serif; font-size: 13px;margin: 0;padding:0;color: #dadada;} .comments-container .comment-edit {display: inline-block;overflow: hidden;margin: 0;} .comments-container .comment-edit a.e-comment-edit {ont-size: 12px;display: inline-block;overflow: hidden;text-indent: -9999px;color: #fff; -moz-border-radius: 50% !important;-khtml-border-radius: 50% !important;-webkit-border-radius: 50% !important;border-radius: 50% !important;margin: 0 15px 0 0;padding: 10px;} .comments-container .comment-edit a.e-comment-edit:before {float: left;text-indent: 0;content: "\f044";font-family: 'Font Awesome\ 5 Free';font-weight: 900;display: inline-block;width: 14px;height: 14px;text-align: center;line-height: 14px;vertical-align: middle; } .comments-container .comment-edit a.e-comment-edit:hover { color: #fff;background-color: transparent;} .comments-container .comment-moderate {display: inline-block;overflow: hidden;margin: 0;} .comments-container .comment-moderate a.e-comment-delete {font-size: 12px;display: inline-block;overflow: hidden;text-indent: -9999px;color: #fff; -moz-border-radius: 50% !important;-khtml-border-radius: 50% !important;-webkit-border-radius: 50% !important;border-radius: 50% !important;margin: 0 15px 0 0;padding: 10px;} .comments-container .comment-moderate a.e-comment-delete:before {float: left;text-indent: 0;content: "\f2ed";font-family: 'Font Awesome\ 5 Free';font-weight: 900;display: inline-block;width: 14px;height: 14px;text-align: center;line-height: 14px;vertical-align: middle; } .comments-container .comment-moderate a.e-comment-delete:hover { color: #fff;background-color: transparent;} .comments-container .comment-rate { text-align: right;} .comments-container .comment-rate a { font-family: "Oswald", sans-serif; font-size: 14px; margin: 0;padding-left: 5px;padding-right: 5px;color: #c4c4c4;background-color: transparent;border: none;} .comments-container .comment-rate a:hover,.comments-container .comment-rate a:active { color: #e7042a;background-color: transparent;} .comments-container .comment-rate span {font-family: "Oswald", sans-serif;font-size: 14px; margin: 0;color: #c4c4c4;background-color: transparent;border: none;} .othermenu-box { overflow: hidden;margin: 0 0 30px 0;padding: 20px;background-color: #fff;} .othermenu-box-title { margin: 0;padding: 0;} .othermenu-box-title h2 { font-family: "oswald-500", sans-serif;font-size: 26px;color: #5e5e5e;line-height: 30px;margin: 0;padding: 15px 0 25px 0;} .othermenu-box-body { color: #5E5E5E;font-size: 16px;line-height: 1.2em;margin-bottom: 20px;} .news-menu-latest { } .news-menu-latest .latest-image { position: relative;overflow: hidden;padding-right: 5px;} .news-menu-latest .latest-image img { -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;} .news-menu-latest .latest-body { font-size: 13px;color: #888;padding-left: 5px;} .news-menu-latest .latest-body h4 { font-family: "Oswald", sans-serif; font-size: 15px;font-weight: 500;color: #fff;line-height: 20px;margin: 0;padding: 0 0 10px 0;} .popular-news-menu { } .popular-news-menu .popular-image { position: relative;overflow: hidden;padding-right: 5px;} .popular-news-menu .popular-image img { -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;} .popular-news-menu .popular-body { font-size: 13px;color: #888;padding-left: 5px;} .popular-news-menu .popular-body h4 { font-family: "Oswald", sans-serif; font-size: 15px;font-weight: 500;color: #fff;line-height: 20px;margin: 0;padding: 0 0 10px 0;} div.tagcloud-menu { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;} div.tagcloud-menu a.tag {display: inline-block;margin: 0 5px 5px 0;padding: 0;}  div.tagcloud-menu a.tag span { display: inline-block;font-family: "Oswald", sans-serif;font-size: 14px;font-weight: 400;line-height: 1.5;color: #c4c4c4;text-transform: capitalize;padding: 10px 15px; background-color: #252525;border: none; text-align: center;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;-o-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-khtml-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;} div.tagcloud-menu a.tag span:hover {color: #fff;background-color: #e7042a;} .comment-menu { margin: 0;padding: 0;} .comment-menu h4.comment-menu-item-title { font-family: "Oswald", sans-serif;font-size: 15px;font-weight: 500;color: #fff;line-height: 20px;} .comment-menu .comment-menu-item-comment { font-size: 13px;color: #888;line-height: 1.2;padding: 0 0 5px 0;} .newforumposts-menu { margin: 0;padding: 0;} .newforumposts-menu h4.newforumposts-menu-item-title { font-family: "Oswald", sans-serif;font-size: 15px;font-weight: 500;color: #fff;line-height: 20px;} .newforumposts-menu .newforumposts-menu-item-comment { font-size: 13px;color: #888;line-height: 1.2;padding: 0 0 5px 0;} #chatbox .control-group {text-align: center;} ul.chatbox-posts {list-style: none;padding: 0;} ul.chatbox-posts > li.chatbox-post {margin: 0 0 10px 0;padding: 0 5px 10px 5px;} ul.chatbox-posts > li.chatbox-post .chatbox-avatar {float: left;margin: 0 10px 0 0;padding: 0;} ul.chatbox-posts > li.chatbox-post .chatbox-avatar img {height: 30px;width: 30px;} ul.chatbox-posts > li.chatbox-post .chatbox-user { padding: 0 0 5px 0;} ul.chatbox-posts > li.chatbox-post .chatbox-user .chatbox-username {font-family: "Oswald", sans-serif;font-size: 14px; font-weight: 400;color: #c4c4c4; } ul.chatbox-posts > li.chatbox-post .chatbox-user .chatbox-usertime {font-family: sans-serif;font-size: 10px;color: #c4c4c4; } ul.chatbox-posts > li.chatbox-post .chatbox-message {font-family: sans-serif;font-size: 13px; color: #c4c4c4; } ul.chatbox-list {list-style: none;padding: 0;} ul.chatbox-list > li.chatbox-list-item {overflow: hidden;margin: 0 0 15px 0;padding: 10px 10px 10px 10px;background-color: #1c1c1c;border: 1px solid #363636;} ul.chatbox-list > li.chatbox-list-item .chatbox-list-avatar {float: left;margin: 0 10px 0 0;padding: 0;} ul.chatbox-list > li.chatbox-list-item .chatbox-list-avatar img {margin: 0;padding: 0;} ul.chatbox-list > li.chatbox-list-item .chatbox-list-user { padding: 0 0 5px 0;} ul.chatbox-list > li.chatbox-list-item .chatbox-list-user .chatbox-list-username {font-family: "Oswald", sans-serif;font-size: 16px; font-weight: 500;color: #c4c4c4;padding: 10px 0; } ul.chatbox-list > li.chatbox-list-item .chatbox-list-user .chatbox-list- usertime {font-family: sans-serif;font-size: 12px;color: #c4c4c4; } ul.chatbox-list > li.chatbox-list-item .chatbox-list-message {clear: both;font-family: sans-serif;font-size: 14px; color: #c4c4c4; padding: 10px 0;} ul.chatbox-list > li.chatbox-list-item label.checkbox-inline { margin: 0 30px 0 0;} ul.chatbox-list > li.chatbox-list-item label.checkbox-inline .form-check-input {margin-top: 0;} #contactInfo { } #contactInfo h4.my-company { font-family: "Oswald", sans-serif;font-size: 32px;font-weight: 600;color: #e7042a; text-transform: uppercase;margin-bottom: 40px;} #contactInfo address,#contactInfo .phone1,#contactInfo .phone2,#contactInfo .phone3,#contactInfo .email1,#contactInfo .email2,#contactInfo .fax,#contactInfo .clock { overflow: hidden;margin-bottom: 35px;font-size: 16px;font-weight: 400;line-height: 1.5;color: #c4c4c4;text-align: left;} #contactInfo address i,#contactInfo .phone1 i,#contactInfo .phone2 i,#contactInfo .phone3 i,#contactInfo .email1 i,#contactInfo .email2 i,#contactInfo .fax i,#contactInfo .clock i {font-size: 30px;color: #e7042a;display: inline-block;height: 65px;width: 65px;background: #363636;border-radius: 50%;line-height: 65px;text-align: center;float: left;margin-right: 20px;} #contactInfo address p,#contactInfo .phone1 p,#contactInfo .phone2 p,#contactInfo .phone3 p,#contactInfo .email1 p,#contactInfo .email2 p,#contactInfo .fax p,#contactInfo .clock p { overflow: hidden;color: #c4c4c4;margin-bottom: 0;padding-top: 20px;} #contactInfo .contact-map-wrap {overflow: hidden;width: 100%;height: 400px;} .contact-info-bottom {position: relative;background: #0a0a0a url(/e107_themes/Fitness-theme-Bootstrap-4/images/footer-contact-bg.png) repeat top left;margin: 0 0 40px 0;padding: 40px 0 40px 0; } .contact-info-bottom::before { display: block;content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(243, 0, 0, 0.9);} .contact-info-bottom address,.contact-info-bottom .phone,.contact-info-bottom .email { overflow: hidden;margin: 0;font-size: 16px;font-weight: 400;line-height: 1.5;color: #c4c4c4;text-align: left;} .contact-info-bottom address i,.contact-info-bottom .phone i,.contact-info-bottom .email i {font-size: 30px;color: #e7042a;display: block;height: 65px;width: 65px;background: #fff;border-radius: 50%;line-height: 65px;text-align: center;float: left;margin-right: 20px;} .contact-info-bottom address .contact-info-address,.contact-info-bottom .phone .contact-info-phone,.contact-info-bottom .email .contact-info-email { overflow: hidden;color: #fff;margin-bottom: 0;padding-top: 5px;} .contact-info-bottom span {font-family: "Oswald", sans-serif;font-size: 16px;font-weight: 600;color: #fff; } #footer .footer-navigation {overflow: hidden;padding: 20px;text-align: center;} #footer .footer-navigation .footer-navigation-title {margin: 0 0 20px 0;padding: 0;} #footer .footer-navigation .footer-navigation-title h2 {font-family: "Exo 2", sans-serif;font-size: 24px;font-weight: 600;color: #fff;line-height: 1.2;text-transform: uppercase;margin: 0;padding: 0;text-align: center;} #footer .footer-navigation .navbar {display: inline-block;} #footer .footer-navigation ul.nav li.nav-item a.nav-link { font-family: "Exo 2", sans-serif;font-size: 15px;font-weight: 600; color: #fff;text-transform: uppercase; -webkit-transition: all .3s ease-out !important;-moz-transition: all .3s ease-out !important;-o-transition: all .3s ease-out !important;transition: all .3s ease-out !important;} #footer .footer-navigation ul.nav li.nav-item.active .nav-link,#footer .footer-navigation ul.nav li.nav-item:hover .nav-link {color: #e7042a;background: transparent;} #gallery .grid-image { background-color: #181818;} #gallery .grid-image .grid-image-title { font-family: "Oswald", sans-serif;font-size: 14px;font-weight: 500;color: #fff;line-height: 1.2;text-align: center;} #gallery-cat .gallery-cat-image { background-color: #181818;} #gallery-cat .gallery-cat-image img {width: 100% !important;border-top-left-radius: calc(.25rem - 1px);border-top-right-radius: calc(.25rem - 1px);} #gallery-cat .cat-image-title {font-family: "Oswald", sans-serif;font-size: 26px;font-weight: 500;color: #fff;line-height: 1.2;text-align: center;} #gallery-cat .cat-image-description {font-family: sans-serif;font-size: 16px; color: #888;line-height: 1.2;text-align: center;margin: 0; padding: 0 15px; }  .slider-wrap {overflow: hidden;width: 100%;background: #1a1a1a;} .slider-wrap .carousel-inner {height: 700px !important;overflow: hidden;} @media (max-width: 1199px) {.slider-wrap .carousel-inner {height: auto !important;max-height: 700px;}  } .slider-wrap .left.carousel-control, .slider-wrap .right.carousel-control {position: absolute;top: 0;bottom: 0;z-index: 1;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;width: 15%;color: #fff;text-align: center;opacity: .5;transition: opacity .15s ease;} .slider-wrap .left.carousel-control {left: 0;} .slider-wrap .right.carousel-control {right: 0;} .slider-wrap .left.carousel-control .glyphicon, .slider-wrap .right.carousel-control .glyphicon {display: inline-block;width: 20px;height: 20px;background: no-repeat 50%/100% 100%;background-image: none;} .slider-wrap .left.carousel-control .glyphicon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");} .slider-wrap .right.carousel-control .glyphicon {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");} .slider-wrap .carousel-indicators {left: 0;bottom: 0;width: 100%;margin: 0;}  .slider-wrap .featured-image {overflow: hidden;width: 100%;height: 700px;} @media (max-width: 1199px) {.slider-wrap .featured-image {height: auto;max-height: 700px;}  } .slider-wrap .carousel-caption {background-color: rgba(0,0,0,0.1);display: inline-block;padding: 15px;bottom: 100px;} .slider-wrap .carousel-caption h1 {font-family: "Exo 2", sans-serif;font-size: 60px; font-weight: 700;color: #fff;text-transform: uppercase;line-height: 70px;text-align: center;margin: 0; padding: 0; } .slider-wrap .carousel-caption h1 > .word2 { color: #e7042a; } .slider-wrap .carousel-caption h1 > .word3 { color: #e7042a; }  @media (max-width: 991px) {.slider-wrap .carousel-caption h1 {font-size: 30px; line-height: 40px;}  }  .slider-wrap .carousel-caption .feature-box-button { text-align: center;}  .slider-wrap .carousel-caption .btn-featurebox {font-family: "Exo 2", sans-serif;font-size: 14px; font-weight: 600;color: #fff; text-transform: uppercase;line-height: 1; padding: 15px 20px;border: 1px solid #e7042a; -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;background-color: #e16521;background-image: -webkit-gradient(linear, left top, right top, from(#e16521), to(#e4381C));background-image: -webkit-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: -moz-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: -o-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: linear-gradient(to right, #e16521 0%, #e4381C 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e16521', endColorstr='#e4381C', GradientType=1 );filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);text-decoration: none;outline: none;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;text-shadow: none;-o-transition: background-color 1000ms linear;-ms-transition: background-color 1000ms linear;-moz-transition: background-color 1000ms linear;-webkit-transition: background-color 1000ms linear;transition: background-color 1000ms linear; } .slider-wrap .carousel-caption .btn-featurebox:hover,.slider-wrap .carousel-caption .btn-featurebox:focus, .slider-wrap .carousel-caption .btn-featurebox.focus,.slider-wrap .carousel-caption .btn-featurebox:active,.slider-wrap .carousel-caption .btn-featurebox.active {color: #fff;background-color: #cf260a;background-image: none;border: 1px solid #e7042a;-o-transition: background-color 1000ms linear;-ms-transition: background-color 1000ms linear;-moz-transition: background-color 1000ms linear;-webkit-transition: background-color 1000ms linear;transition: background-color 1000ms linear;} .user-profile { } .user-profile .card { background-color: #000;} .user-profile .card-heading { } .user-profile .card-body { background-color: #181818;margin: 15px;} .user-profile .card-body .row{border-top: 5px solid #000 !important;} .user-profile .card-body .profile-header { width: 100%;max-width: 100%;margin: 0;padding: 15px;} #wmessage {position: relative;background: #e7042a;overflow: hidden;margin: 0;padding: 0;padding-top: 70px;} #wmessage div[class*='col-']:after {position: absolute;right: -100px;top: 0;content: "";border-top: 100vh solid #e7042a;border-right: 100px solid transparent;border-bottom: 0 solid transparent;border-left: 0 solid transparent;} .wmessage-box {position: relative;margin: 0;padding: 100px 50px;} .wmessage-box-title { margin: 0;padding: 0;} .wmessage-box-title h4 { font-family: "Exo 2", Sans-serif;font-size: 20px;color: #fff;font-weight: 500;text-transform: uppercase;margin: 0;padding: 0;} .wmessage-box-title h2 { font-family: "Exo 2", Sans-serif;font-size: 50px; color: #fff;font-weight: 700;text-transform: uppercase;line-height: 1.2;margin: 0 0 10px 0;padding: 0;} .wmessage-box-body {font: 16px Arial, Helvetica, Sans-serif;line-height: 1.2;color: #fff;padding-top: 10px;} .wmessage-image { position: absolute;top: 0;right: 0; width: 50%;height: 100%;background: #e7042a url(/e107_themes/Fitness-theme-Bootstrap-4/images/wmessage-01.jpg) no-repeat center top;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; } #home-section-1 { position: relative;background-color: #000;overflow: hidden;margin: 0;padding: 0; } .home-section-1-image {position: absolute;top: 0;left: 0; width: 50%;height: 100%;background: url(/e107_themes/Fitness-theme-Bootstrap-4/images/homepage-01.png) no-repeat center top;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;} .home-section-1-box { margin: 0;padding: 100px 50px;} .home-section-1-box-title { margin: 0;padding: 0;} .home-section-1-box-title h4 { font-family: "Exo 2", Sans-serif;font-size: 20px;color: #e7042a;font-weight: 500;text-transform: uppercase;margin: 0; padding: 0;} .home-section-1-box-title h2 { font-family: "Exo 2", Sans-serif;font-size: 35px; color: #fff;font-weight: 700;text-transform: uppercase;line-height: 1.2;margin: 0 0 10px 0;padding: 0;} .home-section-1-box-body { font: 16px Sans-serif;color: #a1a1a1;} .home-section-1-menu-button { margin: 0;padding: 30px 0;} .home-section-1-menu-button a {position: relative;display: inline-block;font-family: "Oswald", sans-serif;font-size: 14px; font-weight: 500;color: #fff; text-transform: uppercase;line-height: 20px; padding: 15px 30px;border: 1px solid #e7042a; -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;background-color: #e16521;background-image: -webkit-gradient(linear, left top, right top, from(#e16521), to(#e4381C));background-image: -webkit-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: -moz-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: -o-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: linear-gradient(to right, #e16521 0%, #e4381C 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e16521', endColorstr='#e4381C', GradientType=1 );filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);text-decoration: none;outline: none;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;text-shadow: none; } .home-section-1-menu-button a span {display: inline-block;position: relative;-o-transition: all 300ms ease-out;-moz-transition: all 300ms ease-out;-khtml-transition: all 300ms ease-out;-webkit-transition: all 300ms ease-out;-ms-transition: all 300ms ease-out;transition: all 300ms ease-out;will-change: transform;} .home-section-1-menu-button a span::after {content: "\f061"; font-family: 'Font Awesome\ 5 Free';font-weight: 900;position: absolute;width: 1.1em;right: 0px;right: 0rem; top: 50%;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); -o-transition: all 300ms ease-out;-moz-transition: all 300ms ease-out;-khtml-transition: all 300ms ease-out;-webkit-transition: all 300ms ease-out;-ms-transition: all 300ms ease-out;transition: all 300ms ease-out;will-change: right, opacity;} .home-section-1-menu-button .btn-cpage:hover {background-color: #fff;background-image: none;border: 1px solid #fff;color: #282828 !important;text-shadow: none; padding: 15px 30px;-moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;-o-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;-khtml-transition: all 0.4s ease-in-out 0s;-webkit-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;} .home-section-1-menu-button a:hover span, .home-section-1-menu-button a:focus span {-moz-transform: translate3d(-1rem, 0, 0);-webkit-transform: translate3d(-1rem, 0, 0);-o-transform: translate3d(-1rem, 0, 0);-ms-transform: translate3d(-1rem, 0, 0);transform: translate3d(-1rem, 0, 0); }  .home-section-1-menu-button a:hover span::after, .home-section-1-menu-button a:focus span::after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;right: -2rem; } #home-section-2 {background: transparent;overflow: hidden;margin: 0;padding: 0 0 60px 0;min-height: 500px;}  .home-section-2-caption { margin: 0;padding: 60px 0 50px 0;text-align: center;} .home-section-2-caption h4 { font-family: "Exo 2", Sans-serif;font-size: 16px; color: #e7042a;font-weight: 700;text-transform: uppercase;margin: 0;padding: 0;} .home-section-2-caption h2 { font-family: "Exo 2", Sans-serif;font-size: 32px; color: #fff;font-weight: 700;text-transform: uppercase;line-height: 1.2;margin: 10px 0;padding: 0;} .home-section-2-caption .divider {text-align: center;padding-bottom: 5px;} .home-section-2-caption .divider span.divider-separator {display: inline-block;border-top: 2px solid #57585c;width: 55px;} .home-section-2-box { margin: 0;padding: 0;} .home-section-2-box-body { margin: 0;padding: 0;font: 14px Sans-serif;color: #fff;}  .home-section-2-menu {overflow: hidden;background-color: #000;margin-bottom: 15px;} .home-section-2-menu-body { position: relative;padding: 20px 30px;text-align: justify;} .home-section-2-menu-body:after {content: "";position: absolute;left: -5px;top: -40px;right: -5px;height: 65px;border-top: 4px solid #464646;background-color: #000;-moz-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);-o-transform: rotate(-5deg);-ms-transform: rotate(-5deg);transform: rotate(-5deg);} .home-section-2-menu-image {position: relative; width: 100%;margin: 0;padding: 0;} .home-section-2-menu-title { font-family: "Oswald", Sans-serif;font-size: 20px; color: #e7042a;font-weight: 700;text-transform: uppercase;margin: 0;padding: 0 0 15px 0;text-align: center;position: relative;z-index: 1;} .home-section-2-menu-button {text-align: center;padding: 20px 0 20px 0;}  .home-section-2-menu-button a {position: relative;display: inline-block;font-family: "Oswald", sans-serif;font-size: 12px; font-weight: 700;color: #fff; text-transform: uppercase;line-height: 1; padding: 15px 30px;border: 1px solid #e7042a; -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;background-color: #e16521;background-image: -webkit-gradient(linear, left top, right top, from(#e16521), to(#e4381C));background-image: -webkit-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: -moz-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: -o-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: linear-gradient(to right, #e16521 0%, #e4381C 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e16521', endColorstr='#e4381C', GradientType=1 );filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);text-decoration: none;outline: none;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;text-shadow: none; } .home-section-2-menu-button a span {display: inline-block;position: relative;-o-transition: all 300ms ease-out;-moz-transition: all 300ms ease-out;-khtml-transition: all 300ms ease-out;-webkit-transition: all 300ms ease-out;-ms-transition: all 300ms ease-out;transition: all 300ms ease-out;will-change: transform;} .home-section-2-menu-button a span::after {content: "\f061";font-family: 'Font Awesome\ 5 Free';font-weight: 900;position: absolute;width: 1.1em;right: 0px;right: 0rem; top: 50%;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); -o-transition: all 300ms ease-out;-moz-transition: all 300ms ease-out;-khtml-transition: all 300ms ease-out;-webkit-transition: all 300ms ease-out;-ms-transition: all 300ms ease-out;transition: all 300ms ease-out;will-change: right, opacity;} .home-section-2-menu-button a:hover {background-color: #fff;background-image: none;border: 1px solid #fff;color: #282828 !important;text-shadow: none; padding: 15px 30px;-moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;-o-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;-khtml-transition: all 0.4s ease-in-out 0s;-webkit-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;} .home-section-2-menu-button a:hover span, .home-section-2-menu-button a:focus span {-moz-transform: translate3d(-1rem, 0, 0);-webkit-transform: translate3d(-1rem, 0, 0);-o-transform: translate3d(-1rem, 0, 0);-ms-transform: translate3d(-1rem, 0, 0);transform: translate3d(-1rem, 0, 0); }  .home-section-2-menu-button a:hover span::after, .home-section-2-menu-button a:focus span::after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;right: -2rem; } #home-section-3 { position: relative;background-color: #e7042a;overflow: hidden;margin: 0;padding: 0; } .home-section-3-image { position: absolute;top: 0;left: 0; width: 50%;height: 100%;background: #e7042a url(/e107_themes/Fitness-theme-Bootstrap-4/images/homepage-03.jpg) no-repeat center top;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;} #home-section-3 div[class*="col-"]:before {position: absolute;left: -100px;top: 0;content: "";border-top: 100vh solid #e7042a;border-right: 0 solid transparent;border-bottom: 0 solid transparent;border-left: 100px solid transparent;} .home-section-3-box { position: relative;margin: 0;padding: 100px 50px;} .home-section-3-box-title { margin: 0;padding: 0;} .home-section-3-box-title h4 { font-family: "Exo 2", Sans-serif;font-size: 20px; color: #fff;font-weight: 700;text-transform: uppercase;margin: 0;padding: 0;} .home-section-3-box-title h2 { font-family: "Exo 2", Sans-serif;font-size: 35px; color: #fff;font-weight: 700;text-transform: uppercase;line-height: 1.2;margin: 0 0 10px 0;padding: 0;} .home-section-3-box-body { font: 16px Arial, Helvetica, Sans-serif;color: #fff;} #home-section-4 {background: transparent;overflow: hidden;margin: 0;padding: 0 0 60px 0;min-height: 500px;}  #home-section-4 .home-section-4-caption { margin: 0;padding: 60px 0 50px 0;text-align: center;} #home-section-4 .home-section-4-caption h4 { font-family: "Exo 2", Sans-serif;font-size: 16px; color: #e7042a;font-weight: 700;text-transform: uppercase;margin: 0;padding: 0;} #home-section-4 .home-section-4-caption h2 { font-family: "Exo 2", Sans-serif;font-size: 32px; color: #fff;font-weight: 700;text-transform: uppercase;line-height: 1.2;margin: 10px 0;padding: 0;}  #home-section-4 .home-section-4-caption .divider {text-align: center;padding-bottom: 5px;} #home-section-4 .home-section-4-caption .divider span.divider-separator {display: inline-block;border-top: 2px solid #57585c;width: 55px;} #home-section-4 .home-section-4-box {margin: 0;padding: 30px 0 0 0;} #home-section-4 .home-section-4-box-body { margin: 0;padding: 0;font: 16px Sans-serif;color: #a1a1a1;}  #home-section-4 .home-section-4-menu {overflow: hidden;} #home-section-4 .home-section-4-menu .home-section-4-menu-image {overflow: hidden;position: relative;} #home-section-4 .home-section-4-menu .home-section-4-menu-image img {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: stretch;-webkit-align-items: stretch;-ms-flex-align: stretch;align-items: stretch;} #home-section-4 .home-section-4-menu .home-section-4-menu-image:before {content: '';position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border: 3px solid #fb5b21;-moz-box-shadow: 0px 0px 70px 200px rgba(0, 0, 0, 0.5);-webkit-box-shadow: 0px 0px 70px 200px rgba(0, 0, 0, 0.5);box-shadow: 0px 0px 70px 200px rgba(0, 0, 0, 0.5);z-index: 5;visibility: hidden;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;-o-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-khtml-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;transition: all 0.5s ease; -moz-transform: scale(0.5);-webkit-transform: scale(0.5);-o-transform: scale(0.5);-ms-transform: scale(0.5);transform: scale(0.5);} #home-section-4 .home-section-4-menu:hover .home-section-4-menu-image:before {visibility: visible;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1; -moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);} #home-section-4 .home-section-4-menu .home-section-4-menu-body {overflow: hidden; padding: 20px 20px 20px 0;} #home-section-4 .home-section-4-menu .home-section-4-menu-title { font-family: "Oswald", Sans-serif;font-size: 30px; color: #e7042a;font-weight: 700;text-transform: uppercase;margin: 0;padding: 0 0 15px 0;} #home-section-4 .home-section-4-menu .home-section-4-menu-button {margin: 30px 0 0 0;padding: 0;} #home-section-4 .home-section-4-menu .home-section-4-menu-button a {position: relative;display: inline-block;font-family: "Oswald", sans-serif;font-size: 12px; font-weight: 700;color: #fff; text-transform: uppercase;line-height: 1; padding: 15px 30px;border: 1px solid #e7042a; -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;background-color: #e16521;background-image: -webkit-gradient(linear, left top, right top, from(#e16521), to(#e4381C));background-image: -webkit-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: -moz-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: -o-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: linear-gradient(to right, #e16521 0%, #e4381C 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e16521', endColorstr='#e4381C', GradientType=1 );filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);text-decoration: none;outline: none;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;text-shadow: none; } #home-section-4 .home-section-4-menu .home-section-4-menu-button a span {display: inline-block;position: relative;-o-transition: all 300ms ease-out;-moz-transition: all 300ms ease-out;-khtml-transition: all 300ms ease-out;-webkit-transition: all 300ms ease-out;-ms-transition: all 300ms ease-out;transition: all 300ms ease-out;will-change: transform;} #home-section-4 .home-section-4-menu .home-section-4-menu-button a span::after {content: "\f061";font-family: 'Font Awesome\ 5 Free';font-weight: 900;position: absolute;width: 1.1em;right: 0px;top: 50%;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); -o-transition: all 300ms ease-out;-moz-transition: all 300ms ease-out;-khtml-transition: all 300ms ease-out;-webkit-transition: all 300ms ease-out;-ms-transition: all 300ms ease-out;transition: all 300ms ease-out;will-change: right, opacity;} #home-section-4 .home-section-4-menu .home-section-4-menu-button a:hover {background-color: #fff;background-image: none;border: 1px solid #fff;color: #282828 !important;text-shadow: none; padding: 15px 30px;-moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;-o-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;-khtml-transition: all 0.4s ease-in-out 0s;-webkit-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;}  #home-section-4 .home-section-4-menu .home-section-4-menu-button a:hover span, #home-section-4 .home-section-4-menu .home-section-4-menu-button a:focus span {-moz-transform: translate3d(-1rem, 0, 0);-webkit-transform: translate3d(-1rem, 0, 0);-o-transform: translate3d(-1rem, 0, 0);-ms-transform: translate3d(-1rem, 0, 0);transform: translate3d(-1rem, 0, 0); }  #home-section-4 .home-section-4-menu .home-section-4-menu-button a:hover span::after, #home-section-4 .home-section-4-menu .home-section-4-menu-button a:focus span::after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;right: -2rem; } #home-section-5 { position: relative;background: #e7042a url(/e107_themes/Fitness-theme-Bootstrap-4/images/section-5-bg.jpg) no-repeat center top;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; margin: 0;padding: 0;} #home-section-5::before {position: absolute;content: "";left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.8);} #home-section-5 .home-section-5-caption { margin: 0;padding: 60px 0 50px 0;text-align: center;} #home-section-5 .home-section-5-caption h4 { font-family: "Exo 2", Sans-serif;font-size: 16px; color: #e7042a;font-weight: 700;text-transform: uppercase;margin: 0;padding: 0;} #home-section-5 .home-section-5-caption h2 { font-family: "Exo 2", Sans-serif;font-size: 32px; color: #fff;font-weight: 700;text-transform: uppercase;line-height: 1.2;margin: 10px 0;padding: 0;}  #home-section-5 .home-section-5-caption .divider {text-align: center;padding-bottom: 5px;} #home-section-5 .home-section-5-caption .divider span.divider-separator {display: inline-block;border-top: 2px solid #57585c;width: 55px;} #home-section-5.portfolio div[class*='col-'],#home-section-5.portfolio div[class^='col-'] { padding: 0; } #home-section-5.portfolio a.img-home-portfolio {position: relative;overflow: hidden; display: block;} #home-section-5.portfolio a.img-home-portfolio:hover {border: 1px solid #e7042a;} #home-section-5.portfolio a.img-home-portfolio::before {content: '\f055'; font-family: 'Font Awesome\ 5 Free';font-weight: 900;font-size: 80px; position: absolute; top: calc(50% - 40px); left: calc(50% - 40px); color: rgba(255,255,255,0.6);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0; opacity: 0; z-index: 10;-o-transition: all 1s;-ms-transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;transition: all 1s;} #home-section-5.portfolio a.img-home-portfolio:hover::before {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1; opacity: 1; -o-transition: all 1s;-ms-transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;transition: all 1s;} #home-section-5.portfolio a.img-home-portfolio img {-o-transition: transform 1s;-ms-transition: transform 1s;-moz-transition: transform 1s;-webkit-transition: transform 1s;transition: transform 1s;} #home-section-5.portfolio a.img-home-portfolio:hover img {-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);} #home-section-7 { position: relative;background: #000 url(/e107_themes/Fitness-theme-Bootstrap-4/images/Players.png) no-repeat center top;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; margin: 0;padding: 0;} #home-section-6 { background-color: transparent;overflow: hidden;margin: 0;padding: 0 0 60px 0;min-height: 500px; } #home-section-6 .home-section-6-caption { margin: 0;padding: 60px 0 50px 0;text-align: center;} #home-section-6 .home-section-6-caption h4 { font-family: "Exo 2", Sans-serif;font-size: 16px; color: #e7042a;font-weight: 700;text-transform: uppercase;margin: 0;padding: 0;} #home-section-6 .home-section-6-caption h2 { font-family: "Exo 2", Sans-serif;font-size: 32px; color: #fff;font-weight: 700;text-transform: uppercase;line-height: 1.2;margin: 10px 0;padding: 0;} #home-section-6 .home-section-6-caption .divider {text-align: center;padding-bottom: 5px;} #home-section-6 .home-section-6-caption .divider span.divider-separator {display: inline-block;border-top: 2px solid #57585c;width: 55px;}  .homepage-latestnews { padding: 0 15px;} .homepage-latestnews-item {background-color: transparent;margin: 0;padding: 0;} .homepage-latestnews-item-image { position: relative;} .homepage-latestnews-item-image img { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5; -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;-o-transition: all 1s;-ms-transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;transition: all 1s; } .homepage-latestnews-item-image:hover img { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1; } .homepage-latestnews-item-text {position: relative;padding: 15px 0;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: flex;} .homepage-latestnews-item-date {width: 100px;background-color: transparent;font-family: "Oswald", Sans-serif;font-size: 20px; color: #e7042a;font-weight: 700;text-transform: uppercase;margin: 0;padding: 10px;text-align: center;} .homepage-latestnews-item-date-day {font-family: "Oswald", Sans-serif;font-size: 46px; color: #e7042a;font-weight: 700;text-transform: uppercase; line-height: 1.3; } .homepage-latestnews-item-date-month {font-family: "Oswald", Sans-serif;font-size: 16px; color: rgba(255, 255, 255, 0.7);font-weight: 400;text-transform: uppercase;line-height: 1.8;} .homepage-latestnews-item-title { width: -moz-calc(100% - 100px);width: -webkit-calc(100% - 100px);width: calc(100% - 100px);font-family: "Oswald", Sans-serif;font-size: 20px; color: #fb5b21;font-weight: 400;text-transform: uppercase;line-height: 1.3;margin: 20px 0;padding: 0 15px 0 0;} .homepage-latestnews-item-title a { color: #fff;} .homepage-latestnews-item-title a:hover { color: #fb5b21;} .homepage-latestnews-item-extended {display: inline-block;width: 100%;margin: 0;padding: 0 30px;text-align: center;} .homepage-latestnews-item-extended a {position: relative;display: inline-block;background-color: #fb5b21;background-image: none;border: 1px solid #fb5b21;font-family: "Oswald", Sans-serif;font-size: 14px; color: #fff !important;font-weight: 700;text-transform: uppercase;line-height: 1;text-shadow: none; padding: 15px 30px;-moz-border-radius: 30px;-khtml-border-radius: 30px;-webkit-border-radius: 30px;border-radius: 30px;-o-transition: 0s;-moz-transition: 0s;-khtml-transition: 0s;-webkit-transition: 0s;-ms-transition: 0s;transition: 0s;} .homepage-latestnews-item-extended a span {display: inline-block;position: relative;-o-transition: all 300ms ease-out;-moz-transition: all 300ms ease-out;-khtml-transition: all 300ms ease-out;-webkit-transition: all 300ms ease-out;-ms-transition: all 300ms ease-out;transition: all 300ms ease-out;will-change: transform;} .homepage-latestnews-item-extended a span i {position: absolute;width: 1.1em;right: 0px;right: 0rem; top: 50%;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); -o-transition: all 300ms ease-out;-moz-transition: all 300ms ease-out;-khtml-transition: all 300ms ease-out;-webkit-transition: all 300ms ease-out;-ms-transition: all 300ms ease-out;transition: all 300ms ease-out;will-change: right, opacity;} .homepage-latestnews-item-extended a:hover {background-color: #fff;background-image: none;border: 1px solid #fff;color: #282828 !important;text-shadow: none; padding: 15px 30px;-moz-border-radius: 30px;-khtml-border-radius: 30px;-webkit-border-radius: 30px;border-radius: 30px;-o-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;-khtml-transition: all 0.4s ease-in-out 0s;-webkit-transition: all 0.4s ease-in-out 0s;-ms-transition: all 0.4s ease-in-out 0s;transition: all 0.4s ease-in-out 0s;} .homepage-latestnews-item-extended a:hover span, .homepage-latestnews-item-extended a:focus span {-moz-transform: translate3d(-1rem, 0, 0);-webkit-transform: translate3d(-1rem, 0, 0);-o-transform: translate3d(-1rem, 0, 0);-ms-transform: translate3d(-1rem, 0, 0);transform: translate3d(-1rem, 0, 0); } .homepage-latestnews-item-extended a:hover span i, .homepage-latestnews-item-extended a:focus span i {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;right: -2rem; } .cpage_body.cpage-body {font-family: sans-serif;color: #c4c4c4;font-size: 15px;font-weight: 400;line-height: 24px;} .cpage_body.cpage-body .cpage-content .cpage-meta {font-family: sans-serif;color: #c4c4c4;font-size: 12px;line-height: 1.2;margin: 0;padding: 0 0 20px 0;} .cpage_body.cpage-body .cpage-content img {display: block;max-width: 100%;margin: auto;padding: 10px;} .cpage_body.cpage-body .cpage-content img.bbcode-img-left {display: inline-block;float: left;width: auto;margin: 0 25px 15px 25px !important;padding:0;border: 2px solid #e7042a;} .cpage_body.cpage-body .cpage-content img.bbcode-img-right {display: inline-block;float: right;width: auto;margin: 0 25px 15px 25px !important;padding: 0;border: 2px solid #e7042a;} .cpage_body.cpage-body .cpage-rating {overflow: hidden;margin: 20px 0 0 0;padding: 15px;font-family: sans-serif;color: #c4c4c4;font-size: 15px;font-weight: 400;line-height: 24px;} .cpage_body.cpage-body .cpage-rating .e-rate {width: auto !important;padding-right: 15px;} .cpage_body.cpage-body .cpage-rating .e-rate-votes {width: auto !important;} .cpage_body.cpage-body .cpage-share {overflow: hidden;padding: 20px 0;text-align: center;} .cpage_body.cpage-body .cpage-share a {font-size: 20px;color: #fff !important;padding: 10px 7px !important;margin: 0 5px !important; border: none !important;background-color: #252525;border-radius: 20px !important;-moz-border-radius: 20px !important;-webkit-border-radius: 20px !important;-o-border-radius: 20px !important;transition: all ease 0.5s;-moz-transition: all ease 0.5s;-webkit-transition: all ease 0.5s;-o-transition: all ease 0.5s;} .cpage_body.cpage-body .cpage-share a:hover {color: #fff !important;background-color: #e7042a !important; transform: scale(1.2,1.2);-moz-transform: scale(1.2,1.2);-webkit-transform: scale(1.2,1.2);-o-transform: scale(1.2,1.2);transition: all ease 0.5s;-moz-transition: all ease 0.5s;-webkit-transition: all ease 0.5s;-o-transition: all ease 0.5s;} .cpage_body.cpage-body.e-related {margin-top: 25px;} .cpage_body.cpage-body .e-related h2.cpage-related-title {font-family: "Oswald", sans-serif; font-size: 26px;font-weight: 500;color: #fff;line-height: 30px;margin: 0;padding: 15px 0 25px 0; } .cpage_body.cpage-body .e-related .cpage-related-image {overflow: hidden;margin: 0;padding: 0;} .cpage_body.cpage-body .e-related .cpage-related-image img {-padding: 0;-moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0; -o-transition: transform 1s;-ms-transition: transform 1s;-moz-transition: transform 1s;-webkit-transition: transform 1s;transition:transform 1s;} .cpage_body.cpage-body .e-related .cpage-related-image:hover img {-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);} .cpage_body.cpage-body .e-related .cpage-related-header {margin: 0 0 15px 0;padding: 10px 0 15px 0;} .cpage_body.cpage-body .e-related .cpage-related-header h4.cpage-related-caption {font-family: "Oswald", sans-serif; font-size: 18px;font-weight: 500;color: #c4c4c4;line-height: 1.1;} .cpage_body.cpage-body .e-related .related-news-header h4.related-news-caption a {color: #fff;} .cpage_body.cpage-body .e-related .related-news-header h4.related-news-caption a:hover {color: #e7042a;} .cpage_body.cpage-body .e-related.related-news-header .related-news-summary {color: #c4c4c4;} .cpage_body.cpage-body .cpage-comments { padding: 30px 0 0 0;} .cpage_body.cpage-body .cpage-comments-title { margin: 0 0 25px 0;padding: 0;} .cpage_body.cpage-body .cpage-comments-title h2 { font-family: "Oswald", sans-serif;font-size: 20px;font-weight: 600;color: #fff;text-transform: uppercase;line-height: 1.2;margin: 0;padding: 0;} .cpage_body.cpage-body .cpage-comments-body { padding: 10px 0;font: 13px sans-serif; color:#dadada;line-height: 15px;}  .tbox{ font-family: "Oswald", sans-serif;font-size: 13px; font-weight: 400;color: #c4c4c4; background: transparent;margin: 5px 0; padding: 5px; border: 1px solid #424242;} .tbox.chatbox { color: #c4c4c4; background: transparent; padding: 5px; margin: 5px auto; border: 1px solid #424242; } .btn-default {font-family: "Oswald", sans-serif;font-size: 13px; font-weight: 500;color: #fff; text-transform: uppercase;line-height: 1; margin: 0px 0;padding: 10px;border: 1px solid #e7042a; -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;background-color: #222;background-image: -webkit-gradient(linear, left top, right top, from(#111), to(#555));background-image: -webkit-linear-gradient(left, #111 0%, #555 100%);background-image: -moz-linear-gradient(left, #111 0%, #e4381C 100%);background-image: -o-linear-gradient(left, #111 0%, #555 100%);background-image: linear-gradient(to right, #111 0%, #555 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111', endColorstr='#555', GradientType=1 );filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);text-decoration: none;outline: none;-o-transition: background-color 1000ms linear;-ms-transition: background-color 1000ms linear;-moz-transition: background-color 1000ms linear;-webkit-transition: background-color 1000ms linear;transition: background-color 1000ms linear;} .btn-default:hover { color: #fff;background-color: #cf260a;background-image: none;border: 1px solid #e7042a;-o-transition: background-color 1000ms linear;-ms-transition: background-color 1000ms linear;-moz-transition: background-color 1000ms linear;-webkit-transition: background-color 1000ms linear;transition: background-color 1000ms linear;} .btn-default:focus, .btn-default.focus {color: #fff;background-color: #cf260a;background-image: none;border: 1px solid #e7042a;-o-transition: background-color 1000ms linear;-ms-transition: background-color 1000ms linear;-moz-transition: background-color 1000ms linear;-webkit-transition: background-color 1000ms linear;transition: background-color 1000ms linear;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;text-shadow: none;}  .btn-default.disabled, .btn-default:disabled {color: #fff;background-color: #17a2b8;border: 1px solid #e7042a;} .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,.show > .btn-default.dropdown-toggle {color: #fff;background-color: #cf260a;border: 1px solid #e7042a;} .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,.show > .btn-default.dropdown-toggle:focus {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;} .btn-primary {font-family: "Oswald", sans-serif;font-size: 12px; font-weight: 500;color: #fff; text-transform: uppercase;line-height: 1; margin: 10px 0;padding: 10px;border: 1px solid #e7042a; -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;background-color: #222;background-image: -webkit-gradient(linear, left top, right top, from(#111), to(#555));background-image: -webkit-linear-gradient(left, #111 0%, #555 100%);background-image: -moz-linear-gradient(left, #111 0%, #e4381C 100%);background-image: -o-linear-gradient(left, #111 0%, #555 100%);background-image: linear-gradient(to right, #111 0%, #555 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111', endColorstr='#555', GradientType=1 );filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);text-decoration: none;outline: none;-o-transition: background-color 1000ms linear;-ms-transition: background-color 1000ms linear;-moz-transition: background-color 1000ms linear;-webkit-transition: background-color 1000ms linear;transition: background-color 1000ms linear;} .btn-primary:hover { color: #fff;background-color: #cf260a;background-image: none;border: 1px solid #e7042a;-o-transition: background-color 1000ms linear;-ms-transition: background-color 1000ms linear;-moz-transition: background-color 1000ms linear;-webkit-transition: background-color 1000ms linear;transition: background-color 1000ms linear;} .btn-primary:focus, .btn-primary.focus {color: #fff;background-color: #cf260a;background-image: none;border: 1px solid #e7042a;-o-transition: background-color 1000ms linear;-ms-transition: background-color 1000ms linear;-moz-transition: background-color 1000ms linear;-webkit-transition: background-color 1000ms linear;transition: background-color 1000ms linear;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;text-shadow: none;} .btn-primary.disabled, .btn-primary:disabled {color: #fff;background-color: #17a2b8;border: 1px solid #e7042a;} .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,.show > .btn-primary.dropdown-toggle {color: #fff;background-color: #cf260a;border: 1px solid #e7042a;} .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,.show > .btn-primary.dropdown-toggle:focus {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;} .button, .button:focus {font-family: "Oswald", sans-serif;font-size: 12px; font-weight: 500;color: #fff; text-transform: uppercase;line-height: 1;margin: 10px 0;padding: 10px;border: 1px solid #e7042a; -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;background-color: #e7042a;background-image: -webkit-gradient(linear, left top, right top, from(#e7042a), to(#e4381C));background-image: -webkit-linear-gradient(left, #e7042a 0%, #e4381C 100%);background-image: -moz-linear-gradient(left, #e7042a 0%, #e4381C 100%);background-image: -o-linear-gradient(left, #e7042a 0%, #e4381C 100%);background-image: linear-gradient(to right, #e7042a 0%, #e4381C 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7042a', endColorstr='#e4381C', GradientType=1 );filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);text-decoration: none;outline: none;-o-transition: background-color 1000ms linear;-ms-transition: background-color 1000ms linear;-moz-transition: background-color 1000ms linear;-webkit-transition: background-color 1000ms linear;transition: background-color 1000ms linear;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;text-shadow: none;} .button:hover,.button:active {color: #fff;background-color: #cf260a;background-image: none;border: 1px solid #e7042a;} ul.pagination {-moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow: none;} ul.pagination > li {display: inline-block;margin: 0 2px 0 2px;} ul.pagination > li a {display: block;font-family: "Oswald", sans-serif;font-size: 18px;font-weight: 500; color: #fff;line-height: 1.5;text-transform: uppercase;background: #252525;border: none; padding: 10px 20px;} ul.pagination > li a:hover {background-color: #555;border: none;color: #e7042a;} ul.pagination > li.active > a, ul.pagination > li.active > span, ul.pagination > li.active > a:hover, ul.pagination > li.active > span:hover, ul.pagination > li.active > a:focus, ul.pagination > li.active > span:focus {background-color: #e7042a !important;border: none;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;text-shadow: none;color: #fff !important;padding: 10px 20px;} ul.pagination > li:first-child > a, ul.pagination > li:first-child > span, ul.pagination > li:last-child > a, ul.pagination > li:last-child > span {-moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;} .pagination-no-space .pagination {margin: 0;} ul.pagination > li > a.next,ul.pagination > li > a.prev {} ul.nav-tabs {border-bottom: 1px solid #e7042a;font-size: 14px;margin-bottom: 10px;} ul.nav-tabs li {} ul.nav-tabs li.active {} ul.nav-tabs li.active a,ul.nav-tabs li.active a:focus {color: #fff;background-color: #e7042a;border: 1px solid #e7042a;} ul.nav-tabs li a:hover,ul.nav-tabs li.active a:hover {color: #222;background-color: #ccc;border: 1px solid #ccc;} .tab-content {font-size: 14px;} .panel-group .panel-body .fcaption {font-size: 14px;}  ul.pager {} ul.pager li {} ul.pager li > a,ul.pager li > a:focus {background-color: #323232;background-image: -webkit-linear-gradient(top, #323232 0%, #1d1d1d 100%);background-image: -o-linear-gradient(top, #323232 0%, #1d1d1d 100%);background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#1d1d1d));background-image: linear-gradient(to bottom, #323232 0%, #1d1d1d 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#1d1d1d', GradientType=0);filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat: repeat-x;border: 1px solid #000;-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;-moz-border-radius: 4px;-khtml-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;font: 12px "CoolveticaRg-Regular", Arial, Helvetica, Sans-serif; color: #a6a6a6 !important; cursor: pointer;line-height: 1;margin: 5px 5px 5px 0;outline: none;padding: 8px 10px;text-align: center;text-transform: uppercase;text-decoration: none;-o-transition: background-color 0.20s linear 0s;-ms-transition: background-color 0.20s linear 0s;-moz-transition: background-color 0.20s linear 0s;-khtml-transition: background-color 0.20s linear 0s;-webkit-transition: background-color 0.20s linear 0s;transition: background-color 0.20s linear 0s;} ul.pager li > a:hover {color: #fff !important;text-shadow: 1px 1px 1px rgba(0,0,0,0.6);border: 1px solid #e4aa1a;background-color: #f5b61b;background-image: none;outline: none;} .progress {margin-top: 10px;margin-bottom: 10px;} .progress-bar {background-color: #f0a441;} .bbcode-panel {background-color: #000 !important;background-image: none !important;border: 1px solid #000 !important;color: #c4c4c4;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;padding: 5px 10px;} .forum-search { overflow: hidden;margin: 0;padding: 20px;} .forum-search .input-group {} .forum-search .input-group input.form-control {height: 35px;margin: 0; padding: 0 10px; line-height: 35px;background-color: #0f0f0f;border: 1px solid #424242;border-right: none;} .forum-search .input-group button {margin: 0;padding: 10px 20px;border: 1px solid #e7042a; -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;background-color: #e16521;background-image: -webkit-gradient(linear, left top, right top, from(#e16521), to(#e4381C));background-image: -webkit-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: -moz-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: -o-linear-gradient(left, #e16521 0%, #e4381C 100%);background-image: linear-gradient(to right, #e16521 0%, #e4381C 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e16521', endColorstr='#e4381C', GradientType=1 );filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);text-decoration: none;outline: none;-o-transition: background-color 1000ms linear;-ms-transition: background-color 1000ms linear;-moz-transition: background-color 1000ms linear;-webkit-transition: background-color 1000ms linear;transition: background-color 1000ms linear;} .forum-search .input-group button i {color: #fff;} .forum-search .input-group button:hover {color: #fff;background-color: #cf260a;background-image: none;border: 1px solid #e7042a;-o-transition: background-color 1000ms linear;-ms-transition: background-color 1000ms linear;-moz-transition: background-color 1000ms linear;-webkit-transition: background-color 1000ms linear;transition: background-color 1000ms linear;} #forum.forum {overflow: hidden;margin: 0;padding: 0;background-color: transparent;border: none;} #forum .forum-parent-title {display: block;font-family: "Oswald", sans-serif;font-size: 24px; font-weight: 600;color: #c4c4c4; line-height: 1;margin: 20px 15px;} #forum .forum-child {background-color: #000;padding: 10px;} #forum .forum-child > .row {margin: 0;padding: 0;} #forum .forum-child > .row > div[class*="col-"] {padding: 0;} #forum .forum-child .forum-child-item {background-color: #181818;margin: 5px;padding: 30px;border: 1px solid rgba(0,0,0,0.1);} #forum .forum-child .forum-child-item:hover {border: 1px solid rgba(243,97,0,0.5);} #forum .forum-child .forum-child-item .forum-child-item-title {font-family: "Oswald", sans-serif;font-size: 24px; font-weight: 600;color: #e7042a; line-height: 1.2; } #forum .forum-child .forum-child-item .forum-child-item-title a {color: #e7042a; } #forum .forum-child .forum-child-item .forum-child-item-title a:hover {color: #fff; } #forum .forum-child .forum-child-item .forum-child-item-desc {font-family: "Oswald", sans-serif;font-size: 14px; font-weight: 600;color: #888; line-height: 1.2; } #forum .forum-child .forum-child-item .forum-child-item-subforums {} #forum .forum-child .forum-child-item .row2 {position: relative;margin-top: 20px;text-align: center;} #forum .forum-child .forum-child-item .row2::before {position: absolute;left: 0;top: 0;content: '';display: block;width: 150px;height: 2px;margin-bottom: 20px;background-image: -webkit-linear-gradient(left, #e7042a 0%, rgba(243,97,0,0.1) 100%);background-image: -moz-linear-gradient(left, #e7042a 0%, rgba(243,97,0,0.1) 100%);background-image: -o-linear-gradient(top, #e7042a 0%, rgba(243,97,0,0.1) 100%);background-image: linear-gradient(to right, #e7042a 0%, rgba(243,97,0,0.1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7042a', endColorstr='rgba(243,97,0,0.5)',GradientType=1 );filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);} #forum .forum-child .forum-child-item .forum-thread,#forum .forum-child .forum-child-item .forum-replies,#forum .forum-child .forum-child-item .forum-lastpost {padding-top: 20px;} #forum .forum-child .forum-child-item .forum-thread span.badge,#forum .forum-child .forum-child-item .forum-replies span.badge,#forum .forum-child .forum-child-item .forum-lastpost span.badge {font-family: "Oswald", sans-serif;font-size: 18px; font-weight: 600;color: #c4c4c4; line-height: 24px; background-color: transparent !important;padding: 0;} #forum .forum-child .forum-child-item .forum-thread .text,#forum .forum-child .forum-child-item .forum-replies .text,#forum .forum-child .forum-child-item .forum-lastpost .text {font-family: "Oswald", sans-serif;font-size: 14px; font-weight: 400;color: #888; line-height: 1.2; } #forum .forum-child .forum-child-item .forum-lastpost span {font-family: "Oswald", sans-serif;font-size: 12px; font-weight: 600;color: #c4c4c4; line-height: 24px; padding: 0;} #forum .forum-footer {font-family: "Oswald", sans-serif;font-size: 13px; font-weight: 500;color: #c4c4c4; line-height: 1;text-transform: uppercase; background-color: #000;margin: 5px 0 15px 0; padding: 15px;} #forum-track { margin: 0;padding: 0 0 10px 0;background-color: #000;border: none;} #forum-track .forum-track-caption {font-family: "Oswald", sans-serif;font-size: 13px;color: #fff;font-weight: 500;line-height: 1;text-transform: uppercase;margin: 0;padding: 15px;border: none;background-color: #e7042a; background-image: -webkit-linear-gradient(left, #eb4924 0%, #e7042a 40%, #e7042a 60%, #eb4924 100%);background-image: -moz-linear-gradient(left, #eb4924 0%, #e7042a 40%, #e7042a 60%, #eb4924 100%);background-image: -o-linear-gradient(top, #eb4924 0%, #e7042a 40%, #e7042a 60%, #eb4924 100%);background-image: linear-gradient(to right, #eb4924 0%, #e7042a 40%, #e7042a 60%, #eb4924 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7042a', endColorstr='#eb4924',GradientType=1 );filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);} #forum-track .forum-track-item {color: #888;margin: 10px 10px 0 10px;padding: 15px;border: 1px solid rgba(0,0,0,0.1);background-color: #181818;} #forum-track .forum-track-item:hover {border: 1px solid rgba(243,97,0,0.5);} #forum-track .forum-track-item-topic {font-family: "Oswald", sans-serif;font-size: 16px;color: #e7042a;font-weight: 500;line-height: 1.2;} #forum-track .forum-track-item .btn {margin-top: 0;} #forum-viewforum { } #forum-viewforum .forum-viewforum-title h3 {display: block;font-family: "Oswald", sans-serif;font-size: 24px; font-weight: 600;color: #c4c4c4; line-height: 1;margin: 20px 15px;} #forum-viewforum .forum-viewforum-button {margin: 20px 20px 10px 0;} .forum-viewforum {margin: 0;padding: 0 0 10px 0;background-color: #000;border: none;} .forum-viewforum .forum-viewforum-caption {font-family: "Oswald", sans-serif;font-size: 13px;color: #fff;font-weight: 500;line-height: 1;text-transform: uppercase;margin: 0;padding: 15px;border: none;background-color: #e7042a; background-image: -webkit-linear-gradient(left, #eb4924 0%, #e7042a 40%, #e7042a 60%, #eb4924 100%);background-image: -moz-linear-gradient(left, #eb4924 0%, #e7042a 40%, #e7042a 60%, #eb4924 100%);background-image: -o-linear-gradient(top, #eb4924 0%, #e7042a 40%, #e7042a 60%, #eb4924 100%);background-image: linear-gradient(to right, #eb4924 0%, #e7042a 40%, #e7042a 60%, #eb4924 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7042a', endColorstr='#eb4924',GradientType=1 );filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);} .forum-viewforum .forum-viewforum-item {color: #888;margin: 10px 10px 0 10px;padding: 15px;border: 1px solid rgba(0,0,0,0.1);background-color: #181818;} .forum-viewforum .forum-viewforum-item:hover {border: 1px solid rgba(243,97,0,0.5);} .forum-viewforum .forum-viewforum-item .forum-viewforum-item-topictitle {font-family: "Oswald", sans-serif;font-size: 16px;color: #e7042a;font-weight: 500;line-height: 1.2;} .forum-viewforum .forum-viewforum-item .forum-viewforum-item-topictitle a {color: #e7042a; } .forum-viewforum .forum-viewforum-item .forum-viewforum-item-topictitle a:hover {color: #fff; } .forum-viewforum .forum-viewforum-item .smalltext {font-size: 13px;} .forum-viewforum .forum-viewforum-item .forum-viewforum-item-replies span.badge,.forum-viewforum .forum-viewforum-item .forum-viewforum-item-views span.badge {font-family: "Oswald", sans-serif;font-size: 16px;color: #c4c4c4;font-weight: 600;line-height: 1;text-transform: uppercase;background-color: transparent !important;} #forum-viewforum .forum-viewforum-pages {margin-top: 20px;margin-bottom: 10px;} #forum-viewforum > .viewforum-perms {font-family: sans-serif;font-size: 13px;color: #888;text-align: center;} #forum-viewforum > .panel {margin-bottom: 20px; padding: 10px;background-color: #000;border: none;} #forum-viewforum > .panel .panel-heading {font-family: "Oswald", sans-serif;font-size: 16px;color: #888;line-height: 1;background-color: #000;margin: 0;padding: 15px;border: none;} #forum-viewforum > .panel .panel-body {font-family: sans-serif;font-size: 14px;color: #888; line-height: 1.3;margin: 0;padding: 15px;border: none;background-color: #181818;} #forum-viewforum > .panel .panel-body i {font-size: 14px;color: #c4c4c4; line-height: 1.3; padding: 0;margin-bottom: 10px;margin-right: 10px;text-align: center;} #forum-view-topic { } #forum-view-topic .forum-viewtopic-title h3 { display: block;font-family: "Oswald", sans-serif;font-size: 24px; font-weight: 600;color: #c4c4c4; line-height: 1;margin: 20px 15px;} #forum-view-topic .forum-viewtopic-button {margin: 20px 20px 10px 0;} ul.forum-viewtopic { margin: 0;padding: 10px 0;background-color: #000;border: none;} ul.forum-viewtopic li.forum-viewtopic-post {color: #888;margin: 10px 10px 0 10px;padding: 15px;border: 1px solid rgba(0,0,0,0.1);border-bottom: 1px solid #323f4e;background-color: #181818; } ul.forum-viewtopic li.forum-viewtopic-post:hover {border: 1px solid rgba(243,97,0,0.5);} ul.forum-viewtopic li.forum-viewtopic-post:first-child {margin-top: 0;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil {border-right: 1px solid #323f4e;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-avatar img {display: block;margin: 0 auto;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-user-customtitle {} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-poster {font-family: "Oswald", sans-serif;font-size: 16px; font-weight: 500;color: #c4c4c4; line-height: 1.2;margin: 15px 0 10px 0;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-poster a {color: #e7042a;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-poster a:hover {color: #fff;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-level {font-family: "Oswald", sans-serif;font-size: 14px; font-weight: 400;color: #c4c4c4; line-height: 1.2;margin: 0 0 10px 0;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-level-icons {font-size: 14px; font-weight: 500;color: #e7042a; line-height: 1.2;margin: 0 0 10px 0;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-poster-posts {font-family: "Oswald", sans-serif;font-size: 14px; font-weight: 400;color: #c4c4c4; line-height: 1.2;margin: 0 0 10px 0;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userprofil .forum-viewtopic-poster-joined {font-family: "Oswald", sans-serif;font-size: 14px; font-weight: 400;color: #c4c4c4; line-height: 1.2;margin: 0 0 10px 0;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost {} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-postdate {font-family: "Oswald", sans-serif;font-size: 14px; font-weight: 400;color: #c4c4c4; line-height: 1.2;margin: 0 0 10px 0;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-lastedit {font-family: "Oswald", sans-serif;font-size: 12px; font-weight: 400;color: #c4c4c4; line-height: 1.2;margin: 0 0 10px 0;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-postoptions { margin: 0 0 10px 0;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-postmessage {font-family: sans-serif;font-size: 14px; font-weight: 400;color: #c4c4c4; line-height: 1.2;margin: 15px 0 15px 0;} ul.forum-viewtopic li.forum-viewtopic-post .forum-viewtopic-userpost .forum-viewtopic-signature {font-family: sans-serif;font-size: 12px; font-weight: 400;color: #c4c4c4; line-height: 1.2;margin: 0;padding: 15px 0 0 0;border-top: 1px solid #323f4e;} #forum-view-topic .forum-viewtopic-quickreply {display: block;width: 80%;margin: 15px auto 0 auto;padding: 15px 0;border-top: 1px solid #323f4e;} #forum-view-topic .forum-viewtopic-moderators {font-family: "Oswald", sans-serif;font-size: 14px; font-weight: 500;color: #c4c4c4; line-height: 1.2;margin: 0 0 10px 0;} #forum-view-topic .forum-viewtopic-moderators a {color: #e7042a; } #forum-view-topic .forum-viewtopic-moderators a:hover {color: #fff; } #forum-stats .tab-content div.table-responsive,#forum-stats .panel div.table-responsive {border: none;} .table.fborder { overflow: hidden;margin: 0;padding: 0;background-color: transparent;border: 1px solid #363636;border-collapse: collapse;} .table h5 { font-family: "Oswald", sans-serif; font-size: 13px;font-weight: 400; color: #c4c4c4;} .table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > thead > tr > th.fcaption,.table > tbody > tr > th.fcaption,.table > tfoot > tr > th.fcaption,.table > thead > tr > td.fcaption,.table > tbody > tr > td.fcaption,.table > tfoot > tr > td.fcaption { font-family: "Oswald", sans-serif;font-size: 13px;color: #fff;font-weight: 400;background: #e7042a;border: none;border-right: 1px solid #363636; } .table > tbody > tr > td {font-family: "Oswald", sans-serif;font-size: 13px;color: #888;font-weight: 400;margin: 0;padding: 8px; background-color: transparent;border: 1px solid #363636;} .table > tbody > tr > th, .table > tfoot > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td {border: 1px solid #363636;} .table > tbody > tr > td {font-size: 13px;} .table > tbody > tr > td a,.table > tfoot > tr > td a {font-family: "Oswald", sans-serif;color: #e7042a;font-weight: 700;} .table > tbody > tr > td a:hover,.table > tfoot > tr > td a:hover {color: #fff;} .smalltext { font: 11px Arial, Helvetica, Sans-serif; }  .smallblacktext { font: 11px Arial, Helvetica, Sans-serif; } .defaulttext { font: 13px Arial, Helvetica, Sans-serif; } .mediumtext { font: 12px Arial, Helvetica, Sans-serif; } blockquote {font-family: "oswald", sans-serif;font-size: 15px;font-weight: 500;color: #fff;line-height: 1.2; text-align: center;border: 2px solid #363636;padding: 40px 22px 25px;position: relative;margin-bottom: 30px;quotes: "\201C""\201D""\2018""\2019";} blockquote:before {color: #e7042a;content: open-quote;font-size: 4em;line-height: 0.1em;margin-right: 0.25em;vertical-align: -0.4em; } p { margin-left: 0; margin-right: 0;padding: 0; } .spacer{ padding: 0; } hr { width: 100%;height: 1px;width: 100%;background-color: transparent;border: none;margin: 10px auto;}  .helpbox { width: 94%; background: transparent; font: 11px sans-serif; color:#8e6e4f; border: 0px; margin: 0; padding: 0; } .-hd-label-best-value {font-weight: bold;} .-hd-img-error {visibility: hidden;} .-hd-error {color: #a00;font-weight: bold;} .-hd-youtube-link {background: url(/e107_themes/img/_static/icons/YouTube-icon-full_color.png) no-repeat;background-size: contain;display: inline-block;height: 24px;line-height: 24px;width: 34px;} .-hd-clickable {cursor: pointer;} .-hd-util-intellitable th,.-hd-util-intellitable td {text-align: left;vertical-align: middle;white-space: nowrap;} .-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-sort-asc:after {content: " ?";} .-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-sort-desc:after {content: " ?";} .-hd-util-intellitable .-hd-util-intellitable-overlay {bottom: 0;display: none;left: 0;position: absolute;right: 0;top: 0;} .-hd-util-intellitable .-hd-util-intellitable-scroll-help {display: none;} .-hd-util-intellitable .-hd-util-intellitable-data {overflow: auto;position: relative;} .-hd-util-intellitable .-hd-util-intellitable-data table {width: 100%;} .-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-no-data td,.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-numeric-value,.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-date-value,.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-time-value {text-align: center;} .-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-rank,.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-rank-value {text-align: right;} .-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-inline-image img {vertical-align: middle;} .-hd-util-intellitable .-hd-util-intellitable-legend table {display: none;} .-hd-util-intellitable .-hd-util-intellitable-legend table.-hd-util-intellitable-legend-visible {display: table;} .-hd-util-pop-up {background: none !important;display: none;position: absolute;width: 300px;z-index: 1;} .-hd-util-pop-up.-hd-util-pop-up-bottom {top: 100%;} .-hd-util-pop-up.-hd-util-pop-up-left {right: 100%;} .-hd-util-pop-up.-hd-util-pop-up-right {left: 100%;} .-hd-util-pop-up.-hd-util-pop-up-top {bottom: 100%;} .-hd-util-pop-up.-hd-util-pop-up-visible {display: block;} .-hd-util-pop-up .-hd-util-pop-up-content {user-select: none;} .-hd-util-select {display: inline-block;position: relative;text-align: left;} .-hd-util-select select {display: none;} .-hd-util-select .-hd-util-select-display {user-select: none;} .-hd-util-select .-hd-util-select-list {background: #fff;display: none;left: 0;list-style: none;margin: 0;padding: 0;position: absolute;right: 0;top: 100%;z-index: 1;} .-hd-util-select .-hd-util-select-list > li {user-select: none;} .-hd-util-select.-hd-util-select-open .-hd-util-select-list {display: block;} .-hd-util-tabs .-hd-util-tabs-pane {display: none;} .-hd-util-tabs .-hd-util-tabs-pane-active {display: block;} .-hd-util-slider {height: 70px;position: relative;width: 100%;} .-hd-util-slider .-hd-util-slider-button {bottom: 0;left: 0;position: absolute;top: 0;width: 15px;} .-hd-util-slider .-hd-util-slider-button-next {left: auto;right: 0;} .-hd-util-slider .-hd-util-slider-content {bottom: 0;left: 15px;overflow: hidden;position: absolute;right: 15px;top: 0;} .-hd-util-slider .-hd-util-slider-content .-hd-util-slider-group {bottom: 0;height: 70px;left: 0;position: absolute;right: 0;top: 0;width: 100%;} .-hd-util-slider .-hd-util-slider-button span {display: block;line-height: 70px;text-align: center;} .-hd-util-slider .-hd-util-slider-button-prev span:after {content: "<";} .-hd-util-slider .-hd-util-slider-button-next span:after {content: ">";} .-hd-los-game-slider .-hd-util-slider-group > table {border-radius: 0px;border-collapse: collapse;border-spacing: 0;height: 100%;margin: 0;table-layout: fixed;width: 100%;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-util-slider-group > table,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-util-slider-group > table {display: block;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-util-slider-group > table > tbody,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-util-slider-group > table > tbody {display: block;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-util-slider-group > table > tr,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-util-slider-group > table > tr,.-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-util-slider-group > table > tbody > tr,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-util-slider-group > table > tbody > tr {display: table;width: 100%;} .-hd-los-game-slider .-hd-los-game-slider-team-name-home,.-hd-los-game-slider .-hd-los-game-slider-team-logo-home {clear: left;float: left;text-align: center;white-space: nowrap;width: 33%;} .-hd-los-game-slider .-hd-los-game-slider-team-name-away,.-hd-los-game-slider .-hd-los-game-slider-team-logo-away {clear: right;float: right;text-align: center;white-space: nowrap;width: 33%;} .-hd-los-game-slider .-hd-los-game-slider-score {text-align: center;} .-hd-los-game-slider .-hd-los-game-slider-score-info {text-align: center;} .-hd-los-game-slider .-hd-los-game-slider-info {clear: both;text-align: center;} .-hd-los-game-slider .-hd-los-game-slider-score-divider:after {content: ":";margin: 0 5px;} .-hd-util-ticker {position: relative;} .-hd-util-ticker.-hd-util-ticker-scroll {overflow: hidden;} .-hd-util-ticker.-hd-util-ticker-scroll .-hd-util-ticker-content {position: relative;white-space: nowrap;} .-hd-util-ticker .-hd-util-ticker-item {display: none;vertical-align: middle;} .-hd-util-ticker.-hd-util-ticker-scroll .-hd-util-ticker-item {display: inline-block;} .-hd-util-ticker .-hd-util-ticker-item.-hd-util-ticker-item-active {display: block;} .-hd-los-game-ticker .-hd-los-game-ticker-game div {display: inline-block;vertical-align: middle;} @keyframes pulsateLive {0% { background-color: #c44; } 50% { background-color: #a44; } 100% { background-color: #c44; } } @keyframes flash {0% { opacity: 1; } 12% { opacity: .5; } 25% { opacity: 1; } 37% { opacity: .5; } 50% { opacity: 1; } 62% { opacity: .5; } 75% { opacity: 1; } 87% { opacity: .5; } 100% { opacity: 1; } } .-hd-los {font-family: "Open Sans", "Helvetica Neue", "Calibri", sans-serif;font-size: 14px;font-weight: 400;line-height: 1.1em;} .-hd-rd-mobile .-hd-los {font-size: 12px;} .-hd-los a {text-decoration: underline;transition: color .5s;} .-hd-los a:hover {text-decoration: underline;} .-hd-game-document-link-wrapper {white-space: normal;} .-hd-los a.-hd-game-document-link {border-radius: 2px;display: inline-block;font-size: .65em;line-height: 1;margin: 1px;min-width: 85px;padding: 2px 4px;text-align: center;text-decoration: none;text-transform: uppercase;white-space: nowrap;} .-hd-util-intellitable .-hd-util-intellitable-data table {border: 1px solid transparent;border-collapse: collapse;border-spacing: 0;margin: 0;} .-hd-util-intellitable .-hd-util-intellitable-data th {border: 0;font-weight: 800;padding: 6px;} .-hd-rd-mobile .-hd-util-intellitable .-hd-util-intellitable-data th {padding: 6px 1px;} .-hd-rd-large-mobile .-hd-util-intellitable .-hd-util-intellitable-data th {padding: 6px 3px;} .-hd-util-intellitable .-hd-util-intellitable-data td {border: 0;padding: 6px;} .-hd-rd-mobile .-hd-util-intellitable .-hd-util-intellitable-data td {padding: 6px 1px;} .-hd-rd-large-mobile .-hd-util-intellitable .-hd-util-intellitable-data td {padding: 6px 3px;} .-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-inline-image {padding: 4px 6px;text-align: center;} .-hd-rd-mobile .-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-inline-image {padding: 2px 1px;} .-hd-rd-large-mobile .-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-inline-image {padding: 2px 3px;} .-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-inline-image img {height: auto;max-height: 70px;max-width: 100%;min-height: 24px;min-width: 24px;width: auto;} .-hd-rd-mobile .-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-inline-image img {min-height: 16px;min-width: 16px;} .-hd-util-intellitable .-hd-util-intellitable-scroll-help {margin-bottom: 2px;} .-hd-util-intellitable .-hd-util-intellitable-legend {margin-top: 2px;} .-hd-util-intellitable .-hd-util-intellitable-legend a {font-size: 12px;} .-hd-util-intellitable .-hd-util-intellitable-legend table {border: 1px solid transparent;border-collapse: collapse;border-spacing: 0;margin-top: 2px;} .-hd-util-intellitable .-hd-util-intellitable-legend td {font-size: 12px;padding: 4px 12px 4px 8px;vertical-align: middle;} .-hd-button {border: 1px solid transparent;border-radius: 0;cursor: pointer;font-size: 14px;margin: 0;min-width: 80px;padding: 4px 8px;text-align: center;text-shadow: none;} .-hd-button-group .-hd-button:first-child {border-right: none;} .-hd-util-tabs .-hd-util-tabs-buttons {border-bottom: 1px solid transparent;overflow: hidden;padding-left: 10px;white-space: nowrap;} .-hd-rd-mobile .-hd-util-tabs .-hd-util-tabs-buttons {padding-left: 0;} .-hd-util-tabs .-hd-util-tabs-button {border: 1px solid transparent;border-bottom: 0;display: inline-block;line-height: 30px;margin-right: 1px;min-width: 80px;overflow: hidden;padding: 0 10px;text-align: center;text-decoration: none;vertical-align: bottom;white-space: nowrap;} .-hd-rd-mobile .-hd-util-tabs .-hd-util-tabs-button {min-width: 40px;} .-hd-util-tabs .-hd-util-tabs-button:hover {text-decoration: none;} .-hd-util-tabs .-hd-util-tabs-button-active {line-height: 32px;} .-hd-util-tabs .-hd-util-tabs-button.-hd-util-tabs-button-inactive {color: #aaa;} .-hd-util-tabs .-hd-util-tabs-content {padding: 10px;} .-hd-rd-mobile .-hd-util-tabs .-hd-util-tabs-content {padding: 5px 0;} .-hd-util-tabs-pane .-hd-util-tabs .-hd-util-tabs-buttons {border-bottom: none;} .-hd-util-tabs-pane .-hd-util-tabs .-hd-util-tabs-button {border-bottom: 1px solid transparent;border-right: 0;line-height: 20px;margin-right: 0;} .-hd-util-tabs-pane .-hd-util-tabs .-hd-util-tabs-button:last-child {border-right: 1px solid transparent;} .-hd-util-tabs-pane .-hd-util-tabs .-hd-util-tabs-button-active {line-height: 20px;} .-hd-los-schedule .-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-schedule-home-team-name,.-hd-los-schedule .-hd-util-intellitable .-hd-util-intellitable-data td.-hd-los-schedule-col-homeTeamScore {text-align: right;} .-hd-los-schedule .-hd-util-intellitable .-hd-util-intellitable-data td.-hd-los-schedule-col-awayTeamScore {text-align: left;} .-hd-los-schedule .-hd-util-intellitable .-hd-util-intellitable-data td.-hd-los-schedule-score-divider {text-align: center;} .-hd-los-schedule .-hd-los-schedule-overtime,.-hd-los-schedule .-hd-los-schedule-shootout {display: inline-block;padding: 2px 4px;} .-hd-los-schedule .-hd-util-intellitable .-hd-util-intellitable-data .-hd-label-LIVE .-hd-los-schedule-score,.-hd-los-schedule .-hd-util-intellitable .-hd-util-intellitable-data .-hd-label-LIVE .-hd-los-schedule-score-divider {animation-duration: 2s;animation-iteration-count: infinite;animation-name: pulsateLive;background-color: #a44;color: #fff;} .-hd-rd-mobile .-hd-los-schedule .-hd-los-schedule-team-name-long {white-space: normal;} .-hd-los-schedule .-hd-los-schedule-xlsx-download-link {margin: 5px 0;text-align: right;} .-hd-los-schedule .-hd-los-schedule-state-extended-label {background-color: #a44;color: #fff;display: inline-block;font-size: 10px;padding: 0 2px;text-align: center;text-transform: uppercase;white-space: normal;} .-hd-los-schedule .-hd-game-stream-button {border-radius: 2px;display: inline-block;font-size: 10px;line-height: 10px;margin: 0 1px;padding: 1px 4px;text-decoration: none;} .-hd-los-schedule .-hd-game-stream-button:hover {text-decoration: none;} .-hd-los-schedule .-hd-game-stream-button img {height: auto;max-height: 20px;max-width: 100%;width: auto;} .-hd-los-standings .-hd-los-standings-official-status-text {font-size: 12px;margin-top: 2px;} .-hd-los-standings .-hd-los-standings-row.-hd-label-LIVE .-hd-los-standings-col-teamLongname {background: url("https://api.hockeydata.net/img/_static/icons/live_32x16.png") center right no-repeat;padding-right: 32px;} .-hd-rd-mobile .-hd-los-standings .-hd-los-standings-col-teamLongname {white-space: normal;} .-hd-los-leaders .-hd-util-intellitable .-hd-util-intellitable-data.-hd-util-intellitable-inline-image.-hd-los-leaders-player-portrait img {border-radius: 4px;max-height: 42px;} .-hd-los-knockout-stage {border: 1px solid transparent;} .-hd-los-knockout-stage > table {border-collapse: collapse;border-spacing: 0;table-layout: fixed;width: 100%;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase {padding: 40px 0 4px;position: relative;vertical-align: middle;width: 2%;} .-hd-rd-mobile .-hd-los-knockout-stage .-hd-los-knockout-stage-phase {display: block;width: 100%;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-header {font-weight: 800;left: 1px;overflow: hidden;padding: 6px 0;position: absolute;right: 0;text-align: center;text-transform: uppercase;top: 1px;white-space: nowrap;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounters {margin: 0 4px;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter {border-bottom: 3px solid transparent;margin-bottom: 10px;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-header {font-size: 12px;padding: 2px 0;text-align: center;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-info {border-bottom: 3px solid transparent;padding: 2px 4px 4px;text-align: center;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-team-a {float: left;width: 30%;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-team-b {float: right;width: 30%;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-score {margin: 0 auto;width: 40%;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-score > div {display: inline-block;font-size: 34px;font-weight: 800;padding-top: 20px;text-align: center;width: 40%;} .-hd-rd-large-mobile .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-score > div {font-size: 24px;padding-top: 10px;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-score > div.-hd-los-knockout-stage-phase-encounter-score-divider {width: 20%;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-standings {font-size: 12px;margin: 0 auto;text-align: center;width: 40%;} .-hd-rd-large-mobile .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-standings {font-size: 10px;line-height: 11px;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-team-logo img {height: auto;max-height: 60px;max-width: 100%;width: auto;} .-hd-rd-large-mobile .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-team-logo img {max-height: 40px;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-info:after {content: ".";visibility: hidden;display: block;height: 0;clear: both;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-games.-hd-util-intellitable .-hd-util-intellitable-data th,.-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-games.-hd-util-intellitable .-hd-util-intellitable-data td {font-size: 12px;padding: 4px 1px;} .-hd-rd-large-mobile .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-games.-hd-util-intellitable .-hd-util-intellitable-data th,.-hd-rd-large-mobile .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-games.-hd-util-intellitable .-hd-util-intellitable-data td {font-size: 10px;padding: 2px 0;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-games.-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-knockout-stage-score-divider {text-align: center;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-games.-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-knockout-stage-phase-encounter-game-optional td {opacity: .5;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-games.-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-knockout-stage-overtime,.-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-games.-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-knockout-stage-shootout {display: inline-block;padding: 2px 4px;} .-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-games.-hd-util-intellitable .-hd-util-intellitable-data .-hd-label-LIVE .-hd-los-knockout-stage-score,.-hd-los-knockout-stage .-hd-los-knockout-stage-phase-encounter-games.-hd-util-intellitable .-hd-util-intellitable-data .-hd-label-LIVE .-hd-los-knockout-stage-score-divider {animation-duration: 2s;animation-iteration-count: infinite;animation-name: pulsateLive;background-color: #a44;color: #fff;} .-hd-los-knockout-stage-compact .-hd-los-knockout-stage-compact-phase-header {padding: 8px 4px;text-align: center;} .-hd-los-knockout-stage-compact .-hd-los-knockout-stage-compact-score-divider {text-align: center;} .-hd-los-knockout-stage-compact .-hd-util-intellitable .-hd-util-intellitable-data table {table-layout: fixed;} .-hd-los-knockout-stage-compact .-hd-util-intellitable .-hd-util-intellitable-data td {width: 2%;} .-hd-los-knockout-stage-compact .-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-knockout-stage-compact-home-team-name {text-align: right;} .-hd-los-game-slider {height: 100px;width: 100%;} .-hd-los-game-slider .-hd-util-slider {height: 100px;text-align: center;} .-hd-los-game-slider .-hd-util-slider-inline-image img {height: auto;margin-top: 8px;max-height: 50px;max-width: 100%;width: auto;} .-hd-los-game-slider.-hd-los-game-slider-no-team-short-name .-hd-util-slider-inline-image {margin-top: 10px;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-util-slider-inline-image,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-util-slider-inline-image {display: none;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider-no-team-short-name.-hd-los-game-slider .-hd-util-slider-inline-image,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider-no-team-short-name.-hd-los-game-slider .-hd-util-slider-inline-image {clear: none;display: table-cell;float: none;width: auto;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-util-slider-inline-image img,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-util-slider-inline-image img {vertical-align: middle;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-util-slider-inline-image img {max-height: 50px;} .-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-util-slider-inline-image img {max-height: 50px;} .-hd-rd-mobile .-hd-los-game-slider-3.-hd-los-game-slider .-hd-util-slider-inline-image img,.-hd-rd-large-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-util-slider-inline-image img,.-hd-rd-large-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-util-slider-inline-image img {max-height: 50px;} .-hd-rd-mobile .-hd-los-game-slider-2.-hd-los-game-slider .-hd-util-slider-inline-image img,.-hd-rd-tablet .-hd-los-game-slider-5.-hd-los-game-slider .-hd-util-slider-inline-image img {max-height: 30px;} .-hd-los-game-slider .-hd-util-slider-button {width: 14px;} .-hd-los-game-slider .-hd-util-slider-button-prev {border-right: 1px solid transparent;} .-hd-rd-mobile .-hd-los-game-slider-4 .-hd-util-slider .-hd-util-slider-button-next,.-hd-rd-mobile .-hd-los-game-slider-5 .-hd-util-slider .-hd-util-slider-button-next {border-left: 1px solid transparent;} .-hd-los-game-slider .-hd-util-slider-button span {line-height: 100px;} .-hd-los-game-slider .-hd-util-slider-content td {position: relative;} .-hd-util-slider .-hd-util-slider-content .-hd-util-slider-group {height: 100px;} .-hd-los-game-slider .-hd-los-game-slider-game {border-right: 1px solid transparent;padding: 0;vertical-align: middle;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-los-game-slider-game,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-game {display: table-row;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-los-game-slider-streams,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-streams {display: none;} .-hd-los-game-slider .-hd-los-game-slider-game.-hd-label-LIVE {background-color: #a44;} .-hd-los-game-slider .-hd-los-game-slider-team-name {font-size: 12px;margin-bottom: 2px;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-los-game-slider-team-name,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-team-name {display: table-cell;float: none;width: auto;} .-hd-rd-mobile .-hd-los-game-slider-3.-hd-los-game-slider .-hd-los-game-slider-team-name,.-hd-rd-large-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-los-game-slider-team-name,.-hd-rd-large-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-team-name {font-size: 10px;} .-hd-rd-mobile .-hd-los-game-slider-2.-hd-los-game-slider .-hd-los-game-slider-team-name,.-hd-rd-tablet .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-team-name {font-size: 10px;} .-hd-los-game-slider .-hd-los-game-slider-score {font-size: 30px;font-weight: 800;height: 24px;margin-top: 25px;} .-hd-rd-large-desktop .-hd-los-game-slider .-hd-los-game-slider-score {font-size: 36px;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-los-game-slider-score,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-score {display: table-cell;font-size: 12px;height: 20px;margin-top: 0;width: auto;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-los-game-slider-score {line-height: 25px;} .-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-score {line-height: 20px;} .-hd-rd-mobile .-hd-los-game-slider-3.-hd-los-game-slider .-hd-los-game-slider-score,.-hd-rd-large-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-los-game-slider-score,.-hd-rd-large-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-score {font-size: 16px;font-weight: 400;margin-top: 4px;} .-hd-rd-mobile .-hd-los-game-slider-2.-hd-los-game-slider .-hd-los-game-slider-score,.-hd-rd-tablet .-hd-los-game-slider-4.-hd-los-game-slider .-hd-los-game-slider-score,.-hd-rd-tablet .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-score {font-size: 20px;font-weight: 400;margin-top: 6px;} .-hd-los-game-slider .-hd-los-game-slider-score-info {font-size: 12px;height: 14px;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-los-game-slider-score-info,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-score-info {display: table-cell;width: auto;} .-hd-los-game-slider .-hd-los-game-slider-info {line-height: 16px;margin-top: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-los-game-slider-info,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-info {margin:1px;padding:1px;} .-hd-rd-mobile .-hd-los-game-slider-3.-hd-los-game-slider .-hd-los-game-slider-info,.-hd-rd-large-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-los-game-slider-info,.-hd-rd-large-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-info {font-size: 9px;margin-top: 5px;} .-hd-rd-mobile .-hd-los-game-slider-2.-hd-los-game-slider .-hd-los-game-slider-info,.-hd-rd-tablet .-hd-los-game-slider-4.-hd-los-game-slider .-hd-los-game-slider-info,.-hd-rd-tablet .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-info {font-size: 10px;margin-top: 5px;} .-hd-los-game-slider .-hd-los-game-slider-live-time-wrapper {border-collapse: collapse;border-spacing: 0;margin: 10px 0 0 0;table-layout: fixed;width: 100%;} .-hd-rd-mobile .-hd-los-game-slider-4.-hd-los-game-slider .-hd-los-game-slider-live-time-wrapper,.-hd-rd-mobile .-hd-los-game-slider-5.-hd-los-game-slider .-hd-los-game-slider-live-time-wrapper {display: none;} .-hd-los-game-slider .-hd-los-game-slider-live-time-wrapper > tbody > tr > td {font-size: 12px;overflow: hidden;padding: 0;white-space: nowrap;} .-hd-los-game-slider .-hd-los-game-slider-live-time-wrapper > tbody > tr > td:first-child {width: 25%;} .-hd-los-game-slider .-hd-los-game-slider-live-time-wrapper > tbody > tr > td:last-child {width: 75%;} .-hd-los-game-slider .-hd-los-game-slider-period-bar {border: 1px solid transparent;padding: 1px;} .-hd-los-game-slider .-hd-los-game-slider-period-bar table {border-collapse: separate;border-spacing: 0;margin: 0;width: 100%;} .-hd-los-game-slider .-hd-los-game-slider-period-bar td {border-right: 2px solid transparent;font-size: 12px;height: 12px;min-width: 20px;padding: 2px 1px;position: relative;vertical-align: middle;} .-hd-los-game-slider .-hd-los-game-slider-period-bar td:last-child {border-right: none;} .-hd-los-game-slider .-hd-los-game-slider-period-bar-fill {bottom: 0;left: 0;position: absolute;top: 0;} .-hd-los-game-slider .-hd-los-game-slider-period-bar-label {bottom: 0;left: 0;position: absolute;right: 0;top: 0;} .-hd-los-game-slider .-hd-los-game-slider-period-bar .-hd-los-game-slider-period-bar-active .-hd-los-game-slider-period-bar-fill {animation-duration: 2s;animation-iteration-count: infinite;animation-name: pulsateLive;background-color: #a44;} .-hd-los-game-slider .-hd-los-game-slider-streams {left: 0;line-height: 1;position: absolute;right: 0;text-align: center;top: 0;white-space: nowrap;} .-hd-los-game-slider .-hd-game-stream-button {background: rgba(0, 0, 0, .5);border-radius: 2px;color: #fff;display: inline-block;font-size: 10px;line-height: 10px;margin: 0 1px;padding: 1px 4px;text-decoration: none;} .-hd-los-game-slider .-hd-game-stream-button:hover {background: rgba(0, 0, 0, 1);text-decoration: none;} .-hd-los-game-slider .-hd-game-stream-button img {height: auto;max-height: 20px;max-width: 100%;width: auto;} .-hd-los-game-ticker .-hd-los-game-ticker-game {border-right: 1px solid transparent;height: 22px;padding: 4px 10px;} .-hd-los-game-ticker .-hd-los-game-ticker-game div {margin: 0 4px;} .-hd-los-game-ticker .-hd-util-ticker-inline-image img {height: auto;max-height: 20px;max-width: 100%;min-width: 20px;width: auto;} .-hd-los-game-ticker .-hd-label-LIVE {animation-duration: 2s;animation-iteration-count: infinite;animation-name: pulsateLive;background-color: #a44;} .-hd-los-game-ticker .-hd-los-game-ticker-score-divider:after {content: ":";padding: 0 2px;} .-hd-los-game-ticker .-hd-los-game-ticker-overtime,.-hd-los-game-ticker .-hd-los-game-ticker-shootout {display: inline-block;font-size: 12px;margin-left: 2px;padding: 1px 2px;} .-hd-los-game-live-box-wrapper {display: inline-block;margin: 10px 5px;width: 300px;} .-hd-los-game-live-box-wrapper .-hd-los-game-live-box {border: 1px solid transparent;} .-hd-los-game-live-box .-hd-los-game-live-box-game-info {height: 100px;padding: 5px;text-align: center;} .-hd-los-game-live-box .-hd-los-game-live-box-team-home {float: left;position: relative;width: 25%;} .-hd-los-game-live-box .-hd-los-game-live-box-team-away {float: right;position: relative;width: 25%;} .-hd-los-game-live-box .-hd-los-game-live-box-score {margin: 0 auto;text-align: center;width: 50%;} .-hd-los-game-live-box .-hd-los-game-live-box-score-home,.-hd-los-game-live-box .-hd-los-game-live-box-score-away {display: inline-block;font-size: 38px;font-weight: 800;height: 70px;line-height: 70px;text-align: center;vertical-align: top;width: 40%;} .-hd-los-game-live-box .-hd-los-game-live-box-score-divider {display: inline-block;height: 70px;line-height: 70px;vertical-align: top;width: 20%;} .-hd-los-game-live-box .-hd-los-game-live-box-score-divider span {display: inline-block;font-weight: 800;} .-hd-los-game-live-box .-hd-los-game-live-box-team-name {font-size: 12px;left: 0;position: absolute;right: 0;top: 0;} .-hd-los-game-live-box .-hd-los-game-live-box-team-logo {margin-top: 18px;} .-hd-los-game-live-box .-hd-los-game-live-box-team-logo img {height: auto;max-height: 50px;max-width: 100%;width: auto;} .-hd-los-game-live-box .-hd-los-game-live-box-game-state {height: 14px;font-size: 12px;line-height: 14px;margin: -5px -5px 5px;} .-hd-los-game-live-box .-hd-los-game-live-box-division-name {margin-top: 10px;} .-hd-los-game-live-box .-hd-los-game-live-box-period-bar table {border-collapse: separate;border-spacing: 0;width: 100%;} .-hd-los-game-live-box .-hd-los-game-live-box-period-bar td {border-right: 2px solid transparent;height: 16px;min-width: 20px;overflow: hidden;padding: 0;position: relative;} .-hd-los-game-live-box .-hd-los-game-live-box-period-bar td:last-child {border-right: none;} .-hd-los-game-live-box .-hd-los-game-live-box-period-bar-fill {bottom: 0;left: 0;position: absolute;top: 0;} .-hd-los-game-live-box .-hd-los-game-live-box-period-bar-label {bottom: 0;left: 0;font-size: 12px;line-height: 16px;position: absolute;right: 0;text-align: center;top: 0;} .-hd-los-game-live-box .-hd-los-game-live-box-period-bar .-hd-los-game-live-box-period-bar-active .-hd-los-game-live-box-period-bar-fill {animation-duration: 2s;animation-iteration-count: infinite;animation-name: pulsateLive;background-color: #a44;} .-hd-los-game-live-box .-hd-los-game-live-box-period-stats {display: table;table-layout: fixed;text-align: center;width: 100%;} .-hd-los-game-live-box .-hd-los-game-live-box-period-stats > div {display: table-row;} .-hd-los-game-live-box .-hd-los-game-live-box-period-stats > div > div {display: table-cell;font-size: 12px;overflow: hidden;width: 2%;} .-hd-los-game-live-box .-hd-los-game-live-box-period-stats > div > div:first-child {padding-left: 2px;text-align: left;white-space: nowrap;} .-hd-los-game-live-box .-hd-los-game-live-box-period-stats > div.-hd-los-game-live-box-period-stats-header > div {font-weight: 800;} .-hd-los-game-live-box .-hd-los-game-live-box-tabs {border-left: 1px solid transparent;border-right: 1px solid transparent;height: 300px;margin: 0;position: relative;} .-hd-los-game-live-box .-hd-los-game-live-box-tabs .-hd-util-tabs-buttons {border-bottom: 0;bottom: 0;display: table;height: 20px;left: 0;padding-left: 0;position: absolute;right: 0;table-layout: fixed;text-align: left;} .-hd-los-game-live-box .-hd-los-game-live-box-tabs .-hd-util-tabs-button {border-top: 1px solid transparent;display: table-cell;font-size: 12px;line-height: 19px;margin-right: 0;min-width: 0;padding: 0;width: 2%;} .-hd-los-game-live-box .-hd-los-game-live-box-tabs .-hd-util-tabs-button-active {line-height: 19px;} .-hd-los-game-live-box .-hd-los-game-live-box-tabs .-hd-util-tabs-content {bottom: 20px;left: 0;overflow: auto;padding: 0;position: absolute;right: 0;top: 0;} .-hd-los-game-live-box .-hd-los-game-live-box-tabs .-hd-util-tabs-content .-hd-util-intellitable .-hd-util-intellitable-data table {border: none;} .-hd-los-game-live-box .-hd-los-game-live-box-tabs .-hd-util-tabs-content .-hd-util-intellitable .-hd-util-intellitable-data th,.-hd-los-game-live-box .-hd-los-game-live-box-tabs .-hd-util-tabs-content .-hd-util-intellitable .-hd-util-intellitable-data td {font-size: 12px;padding: 4px 2px;} .-hd-los-game-live-box .-hd-los-game-live-box-tabs .-hd-util-tabs-content .-hd-los-game-live-box-team-stats.-hd-util-intellitable .-hd-util-intellitable-data th,.-hd-los-game-live-box .-hd-los-game-live-box-tabs .-hd-util-tabs-content .-hd-los-game-live-box-team-stats.-hd-util-intellitable .-hd-util-intellitable-data td:nth-child(2),.-hd-los-game-live-box .-hd-los-game-live-box-tabs .-hd-util-tabs-content .-hd-los-game-live-box-team-stats.-hd-util-intellitable .-hd-util-intellitable-data td:nth-child(3) {text-align: center;} .-hd-los-game-live-box .-hd-los-game-live-box-game-fact-row {font-size: 12px;margin-top: 1px;} .-hd-los-game-live-box .-hd-los-game-live-box-game-fact-label {display: inline-block;text-align: right;width: 40%;} .-hd-los-game-live-box .-hd-los-game-live-box-game-fact-label div {padding: 4px 4px 4px 0;} .-hd-los-game-live-box .-hd-los-game-live-box-game-fact-value {display: inline-block;width: 60%;} .-hd-los-game-live-box .-hd-los-game-live-box-game-fact-value div {padding: 4px 0 4px 4px;} .-hd-los-game-live-box .-hd-los-game-live-box-ticker-action {clear: both;font-size: 12px;margin-bottom: 10px;} .-hd-los-game-live-box .-hd-los-game-live-box-ticker-action-team-logo {float: left;margin-top: 5px;text-align: center;vertical-align: top;width: 50px;} .-hd-los-game-live-box .-hd-los-game-live-box-ticker-action-team-logo img {height: auto;max-height: 40px;max-width: 40px;width: auto;} .-hd-los-game-live-box .-hd-los-game-live-box-ticker-action-headline {border-bottom: 1px solid transparent;font-weight: 800;margin: 0 5px 0 60px;padding: 6px 0 2px;vertical-align: top;} .-hd-los-game-live-box .-hd-los-game-live-box-ticker-action-body {margin: 2px 5px 0 60px;vertical-align: top;} .-hd-los-game-live-box .-hd-los-game-live-box-scores.-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-game-live-box-scores-row-period-change td,.-hd-los-game-live-box .-hd-los-game-live-box-scores.-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-game-live-box-scores-row-period-change:nth-child(odd) td {font-weight: 800;text-align: center;} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data td {line-height: 16px;vertical-align: top;} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data td.-hd-los-game-play-by-play-col-orderNumber {font-size: 10px;} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data td.-hd-los-game-play-by-play-col-gameAction {padding-right: 36px;white-space: normal;} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction {background: right no-repeat;} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background: right no-repeat;} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-TOUCHDOWN:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-TOUCHDOWN:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/touchdown32.png");} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FIELDGOAL:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FIELDGOAL:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/fieldgoal32.png");} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FIELDGOALFAIL:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FIELDGOALFAIL:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/fieldgoalfail32.png");} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-1STDOWN:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-1STDOWN:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/firstdown32.png");} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FUMBLE:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FUMBLE:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/fumble32.png");} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-INTERCEPTION:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-INTERCEPTION:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/interception32.png");} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-TIMEOUT:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-TIMEOUT:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/timeout32.png");} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-DRIVETOTAL:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-DRIVETOTAL:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/drivesummary32.png");} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-PAT1P:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-PAT1P:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/pat1p32.png");} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-PAT2P:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-PAT2P:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/pat2p32.png");} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-SAFETY:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-SAFETY:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/safety32.png");} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-SACK:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-SACK:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/tflqs32.png");} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-DRIVETOTAL:nth-child(even) td,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-DRIVETOTAL:nth-child(odd) td {border-bottom: 2px solid transparent;border-top: 1px dashed transparent;} .-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-game-live-box-play-by-play-row-period-change:nth-child(even) td,.-hd-los-game-live-box .-hd-los-game-live-box-play-by-play.-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-game-live-box-play-by-play-row-period-change:nth-child(odd) td {font-weight: 800;text-align: center;} .-hd-los-game-live-box .-hd-label-TOUCHDOWN {font-weight: 800;} .-hd-los-game-live-box .-hd-los-game-play-by-play-score {border: 1px solid transparent;display: inline-block;font-weight: 800;min-width: 40px;padding: 2px 1px;text-align: center;} .-hd-los-game-live-box-document-links {border-left: 1px solid transparent;border-right: 1px solid transparent;padding: 4px 0;text-align: center;} .-hd-los-game-live-box .-hd-los-game-live-box-shot-chart-playing-area-wrapper {border-bottom: 2px solid transparent;border-left: 1px solid transparent;border-right: 1px solid transparent;margin: 0 auto;max-width: 1200px;padding: 5px;} .-hd-los-game-live-box .-hd-los-game-live-box-shot-chart-playing-area {position: relative;} .-hd-los-game-live-box .-hd-los-game-live-box-shot-chart-playing-area-icehockey {background: url("https://api.hockeydata.net/img/icehockey/_static/icerink.png") center right no-repeat;background-size: cover;padding-bottom: 50%;} .-hd-los-game-scores .-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-game-scores-row-period-change td,.-hd-los-game-scores .-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-game-scores-row-period-change:nth-child(odd) td {font-weight: 800;text-align: center;} .-hd-los-game-scores .-hd-los-game-scores-game-time {border: 1px solid transparent;display: inline-block;min-width: 50px;padding: 2px 4px;text-align: center;} .-hd-los-game-scores .-hd-los-game-scores-team-short-name {display: inline-block;font-weight: 800;margin: 0 10px;padding: 2px 4px;} .-hd-los-game-scores .-hd-los-game-scores-score {border: 1px solid transparent;display: inline-block;font-weight: 800;min-width: 70px;padding: 2px 4px;text-align: center;} .-hd-los-game-scores .-hd-los-game-scores-row.-hd-label-FAIL {color: #aaa;} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data td {line-height: 18px;vertical-align: top;} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data td.-hd-los-game-play-by-play-col-orderNumber {font-size: 10px;} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data td.-hd-los-game-play-by-play-col-gameAction {padding-right: 36px;white-space: normal;} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction {background: right no-repeat;} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background: right no-repeat;} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-TOUCHDOWN:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-TOUCHDOWN:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/touchdown32.png");} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FIELDGOAL:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FIELDGOAL:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/fieldgoal32.png");} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FIELDGOALFAIL:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FIELDGOALFAIL:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/fieldgoalfail32.png");} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-1STDOWN:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-1STDOWN:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/firstdown32.png");} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FUMBLE:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FUMBLE:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/fumble32.png");} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-INTERCEPTION:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-INTERCEPTION:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/interception32.png");} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-TIMEOUT:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-TIMEOUT:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/timeout32.png");} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-DRIVETOTAL:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-DRIVETOTAL:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/drivesummary32.png");} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-PAT1P:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-PAT1P:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/pat1p32.png");} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-PAT2P:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-PAT2P:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/pat2p32.png");} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-SAFETY:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-SAFETY:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/safety32.png");} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-SACK:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-SACK:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/tflqs32.png");} .-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-game-play-by-play-row-period-change:nth-child(even) td,.-hd-los-game-play-by-play .-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-game-play-by-play-row-period-change:nth-child(odd) td {font-weight: 800;text-align: center;} .-hd-los-game-play-by-play .-hd-los-game-play-by-play-game-time {border: 1px solid transparent;display: inline-block;min-width: 50px;padding: 2px 4px;text-align: center;} .-hd-los-game-play-by-play .-hd-los-game-play-by-play-team-short-name {display: inline-block;font-weight: 800;margin: 0 10px;padding: 2px 4px;} .-hd-los-game-play-by-play .-hd-los-game-play-by-play-action {display: inline;margin-right: 2px;} .-hd-los-game-play-by-play .-hd-los-game-play-by-play-action-player {text-decoration: underline;} .-hd-los-game-play-by-play .-hd-los-game-play-by-play-action-team {display: inline-block;font-weight: 800;padding: 2px 4px;} .-hd-los-game-play-by-play .-hd-label-TOUCHDOWN {font-weight: 800;} .-hd-los-game-play-by-play .-hd-los-game-play-by-play-score {border: 1px solid transparent;display: inline-block;font-weight: 800;min-width: 70px;padding: 2px 4px;text-align: center;} .-hd-los-game-info {padding: 10px;} .-hd-los-game-info .-hd-los-game-info-game-state {font-size: 12px;margin: -10px -10px 10px;padding: 2px 0;text-align: center;} .-hd-los-game-info .-hd-los-game-info-game-state-extended {margin-bottom: 10px;text-align: center;} .-hd-los-game-info .-hd-los-game-info-game-state-extended-label {background-color: #a44;color: #fff;display: inline-block;font-size: 16px;padding: 2px 4px;text-transform: uppercase;} .-hd-los-game-info .-hd-los-game-info-game-state-extended-info-text {display: block;font-size: 12px;margin-top: 4px;} .-hd-los-game-info .-hd-los-game-info-team {float: left;width: 33%;} .-hd-los-game-info .-hd-los-game-info-team-away {float: right;} .-hd-los-game-info .-hd-los-game-info-team-logo {text-align: center;} .-hd-los-game-info .-hd-los-game-info-team-logo img {height: auto;max-height: 100px;max-width: 100%;width: auto;} .-hd-rd-mobile .-hd-los-game-info .-hd-los-game-info-team-logo img {max-height: 50px;} .-hd-los-game-info .-hd-los-game-info-team-name {font-size: 32px;font-weight: 800;line-height: 48px;overflow: hidden;text-align: center;} .-hd-rd-mobile .-hd-los-game-info .-hd-los-game-info-team-name {font-size: 14px;line-height: 20px;} .-hd-rd-large-mobile .-hd-los-game-info .-hd-los-game-info-team-name {font-size: 14px;line-height: 20px;} .-hd-los-game-info .-hd-los-game-info-score {margin: 0 auto;text-align: center;width: 33%;} .-hd-los-game-info .-hd-los-game-info-score-home,.-hd-los-game-info .-hd-los-game-info-score-away {display: inline-block;font-size: 64px;font-weight: 800;height: 120px;line-height: 120px;vertical-align: top;width: 33%;} .-hd-rd-mobile .-hd-los-game-info .-hd-los-game-info-score-home,.-hd-rd-mobile .-hd-los-game-info .-hd-los-game-info-score-away {font-size: 32px;height: 60px;line-height: 60px;} .-hd-los-game-info .-hd-los-game-info-score-divider {display: inline-block;font-size: 64px;height: 120px;line-height: 100px;vertical-align: top;width: 33%;} .-hd-rd-mobile .-hd-los-game-info .-hd-los-game-info-score-divider {font-size: 32px;height: 60px;line-height: 50px;} .-hd-los-game-info .-hd-los-game-info-score-divider span {display: inline-block;font-size: 32px;font-weight: 800;line-height: 32px;} .-hd-rd-mobile .-hd-los-game-info .-hd-los-game-info-score-divider span {font-size: 24px;line-height: 24px;} .-hd-los-game-info .-hd-los-game-info-game-date {clear: both;font-size: 12px;margin: 10px -10px -10px;padding: 2px 0;text-align: center;} .-hd-los-game-info .-hd-los-game-info-streams {padding: 20px 0 10px;text-align: center;} .-hd-los-game-info .-hd-los-game-info-streams .-hd-game-stream-button {border: 1px solid transparent;padding: 8px 16px;text-decoration: none;} .-hd-los-game-info.-hd-los-game-info-status-1 .-hd-los-game-info-streams .-hd-game-stream-button {background: #f00;color: #fff;} .-hd-los-game-full-report .-hd-los-game-full-report-game-info {border-bottom: 5px solid transparent;padding: 10px;position: relative;} .-hd-los-game-full-report .-hd-los-game-full-report-game-info:after {content: ".";visibility: hidden;display: block;height: 0;clear: both;} .-hd-los-game-full-report .-hd-los-game-full-report-game-state {font-size: 12px;margin: -10px -10px 10px;padding: 2px 0;text-align: center;} .-hd-los-game-full-report .-hd-los-game-full-report-game-state-extended {margin-bottom: 10px;text-align: center;} .-hd-los-game-full-report .-hd-los-game-full-report-game-state-extended-label {background-color: #a44;color: #fff;display: inline-block;font-size: 16px;padding: 2px 4px;text-transform: uppercase;} .-hd-los-game-full-report .-hd-los-game-full-report-game-state-extended-info-text {display: block;font-size: 12px;margin-top: 4px;} .-hd-los-game-full-report .-hd-los-game-full-report-team {display: table;float: left;width: 33%;} .-hd-los-game-full-report .-hd-los-game-full-report-team-away {float: right;} .-hd-los-game-full-report .-hd-los-game-full-report-team-name,.-hd-los-game-full-report .-hd-los-game-full-report-team-logo {display: inline-block;height: 100px;text-align: center;vertical-align: middle;width: 50%;} .-hd-los-game-full-report .-hd-los-game-full-report-team-logo img {height: auto;max-height: 100px;max-width: 100%;width: auto;} .-hd-los-game-full-report .-hd-los-game-full-report-team-name {font-size: 38px;font-weight: 800;height: auto;line-height: 48px;overflow: hidden;} .-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-team-name {font-size: 16px;line-height: 22px;width: 100%;} .-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-team-logo {} .-hd-los-game-full-report .-hd-los-game-full-report-score {margin: 0 auto;text-align: center;width: 33%;} .-hd-los-game-full-report .-hd-los-game-full-report-score-home,.-hd-los-game-full-report .-hd-los-game-full-report-score-away {display: inline-block;font-size: 64px;font-weight: 800;height: 96px;line-height: 96px;vertical-align: top;width: 33%;} .-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-score-home,.-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-score-away {font-size: 40px;height: auto;line-height: 22px;} .-hd-los-game-full-report .-hd-los-game-full-report-score-divider {display: inline-block;font-size: 64px;height: 95px;line-height: 64px;vertical-align: top;width: 33%;} .-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-score-divider {font-size: 16px;height: auto;line-height: 22px;} .-hd-los-game-full-report .-hd-los-game-full-report-score-divider span {display: inline-block;font-size: 32px;font-weight: 800;line-height: 32px;} .-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-score-divider span {font-size: 12px;font-weight: 100;line-height: 22px;} .-hd-los-game-full-report .-hd-los-game-full-report-period-bar table {border-collapse: separate;border-spacing: 0;margin: 0;width: 100%;} .-hd-los-game-full-report .-hd-los-game-full-report-period-bar td {border-right: 2px solid transparent;height: 20px;min-width: 24px;overflow: hidden;padding: 0;position: relative;} .-hd-los-game-full-report .-hd-los-game-full-report-period-bar td:last-child {border-right: none;} .-hd-los-game-full-report .-hd-los-game-full-report-period-bar-fill {bottom: 0;left: 0;position: absolute;top: 0;} .-hd-los-game-full-report .-hd-los-game-full-report-period-bar-label {bottom: 0;left: 0;line-height: 20px;position: absolute;right: 0;text-align: center;top: 0;} .-hd-los-game-full-report .-hd-los-game-full-report-period-bar-active .-hd-los-game-full-report-period-bar-fill {animation-duration: 2s;animation-iteration-count: infinite;animation-name: pulsateLive;background-color: #a44;} .-hd-los-game-full-report .-hd-los-game-full-report-period-stats {margin-top: 10px;text-align: center;} .-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-period-stats {display: table;width: 100%;} .-hd-los-game-full-report .-hd-los-game-full-report-period-stats > div {margin-top: 1px;} .-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-period-stats > div {display: table-row;} .-hd-los-game-full-report .-hd-los-game-full-report-period-stats > div.-hd-los-game-full-report-period-stats-header {} .-hd-los-game-full-report .-hd-los-game-full-report-period-stats > div > div {display: inline-block;font-size: 12px;line-height: 18px;margin-right: 1px;min-width: 80px;overflow: hidden;} .-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-period-stats > div > div {display: table-cell;min-width: 40px;} .-hd-los-game-full-report .-hd-los-game-full-report-period-stats > div > div:first-child {padding-left: 4px;text-align: left;} .-hd-los-game-full-report .-hd-los-game-full-report-period-stats > div.-hd-los-game-full-report-period-stats-header > div {font-weight: 800;} .-hd-los-game-full-report .-hd-los-game-full-report-youtube-link {bottom: 0;position: absolute;right: 10px;} .-hd-los-game-full-report .-hd-los-game-full-report-game-facts {font-size: 12px;} .-hd-los-game-full-report .-hd-los-game-full-report-game-fact-row {display: inline-block;width: 50%;} .-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-game-fact-row {width: 100%;} .-hd-los-game-full-report .-hd-los-game-full-report-game-fact-label {display: inline-block;text-align: right;width: 40%;} .-hd-los-game-full-report .-hd-los-game-full-report-game-fact-label div {margin: 1px 0 0 1px;padding: 6px 8px 6px 0;} .-hd-los-game-full-report .-hd-los-game-full-report-game-fact-value {display: inline-block;width: 60%;} .-hd-los-game-full-report .-hd-los-game-full-report-game-fact-value div {padding: 6px 0 6px 8px;} .-hd-los-game-full-report .-hd-los-game-full-report-game-fact-value img {height: auto;max-height: 15px;vertical-align: middle;width: auto;} .-hd-los-game-full-report .-hd-los-game-full-report-container {margin-top: 5px;} .-hd-los-game-full-report .-hd-los-game-full-report-headline {border-bottom: 3px solid transparent;font-size: 24px;font-weight: 800;padding: 10px;text-transform: uppercase;} .-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-headline {font-size: 16px;} .-hd-los-game-full-report .-hd-los-game-full-report-headline .-hd-button-group {float: right;margin-left: 3px;margin-top: -6px;} .-hd-los-game-full-report .-hd-los-game-full-report-headline .-hd-button {border: 1px solid transparent;} .-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-headline .-hd-button {min-width: 40px;} .-hd-los-game-full-report .-hd-los-game-full-report-container-data {border: 1px solid transparent;max-height: 600px;overflow: auto;} .-hd-los-game-full-report .-hd-util-intellitable .-hd-util-intellitable-data table {border: none;} .-hd-los-game-full-report .-hd-los-game-full-report-stats-tabs {margin-top: 10px;} .-hd-los-game-full-report .-hd-los-game-full-report-scores-data.-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-game-full-report-scores-row-period-change td,.-hd-los-game-full-report .-hd-los-game-full-report-scores-data.-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-game-full-report-scores-row-period-change:nth-child(odd) td {font-weight: 800;text-align: center;} .-hd-los-game-full-report .-hd-los-game-scores-game-time {border: 1px solid transparent;display: inline-block;min-width: 50px;padding: 2px 4px;text-align: center;} .-hd-los-game-full-report .-hd-los-game-scores-team-short-name {display: inline-block;font-weight: 800;margin: 0 10px;padding: 2px 4px;} .-hd-los-game-full-report .-hd-los-game-scores-score {border: 1px solid transparent;display: inline-block;font-weight: 800;min-width: 70px;padding: 2px 4px;text-align: center;} .-hd-los-game-full-report .-hd-los-game-full-report-team-stats-data .-hd-util-intellitable-data th,.-hd-los-game-full-report .-hd-los-game-full-report-team-stats-data .-hd-util-intellitable-data td:nth-child(2),.-hd-los-game-full-report .-hd-los-game-full-report-team-stats-data .-hd-util-intellitable-data td:nth-child(3){text-align: center;} .-hd-los-game-full-report .-hd-los-game-full-report-goals-new-score,.-hd-los-game-full-report .-hd-los-game-full-report-goals-scored-by {font-weight: 800;} .-hd-los-game-full-report .-hd-los-game-full-report-goal-keeper-changes-action-on:before {content: "? ";} .-hd-los-game-full-report .-hd-los-game-full-report-goal-keeper-changes-action-off:before {content: "? ";} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data td {line-height: 18px;vertical-align: top;} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data td.-hd-los-game-play-by-play-col-orderNumber {font-size: 10px;} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data td.-hd-los-game-play-by-play-col-gameAction {padding-right: 36px;white-space: normal;} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction {background: right no-repeat;} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background: right no-repeat;} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-TOUCHDOWN:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-TOUCHDOWN:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/touchdown32.png");} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FIELDGOAL:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FIELDGOAL:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/fieldgoal32.png");} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FIELDGOALFAIL:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FIELDGOALFAIL:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/fieldgoalfail32.png");} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-1STDOWN:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-1STDOWN:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/firstdown32.png");} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FUMBLE:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-FUMBLE:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/fumble32.png");} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-INTERCEPTION:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-INTERCEPTION:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/interception32.png");} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-TIMEOUT:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-TIMEOUT:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/timeout32.png");} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-DRIVETOTAL:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-DRIVETOTAL:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/drivesummary32.png");} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-PAT1P:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-PAT1P:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/pat1p32.png");} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-PAT2P:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-PAT2P:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/pat2p32.png");} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-SAFETY:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-SAFETY:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/safety32.png");} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-SACK:nth-child(even) td.-hd-los-game-play-by-play-col-gameAction,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-SACK:nth-child(odd) td.-hd-los-game-play-by-play-col-gameAction {background-image: url("https://api.hockeydata.net/img/americanfootball/_static/tflqs32.png");} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-DRIVETOTAL:nth-child(even) td,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data tr.-hd-label-DRIVETOTAL:nth-child(odd) td {border-bottom: 2px solid transparent;border-top: 1px dashed transparent;} .-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-game-full-report-play-by-play-row-period-change:nth-child(even) td,.-hd-los-game-full-report .-hd-los-game-full-report-play-by-play-data.-hd-util-intellitable .-hd-util-intellitable-data .-hd-los-game-full-report-play-by-play-row-period-change:nth-child(odd) td {font-weight: 800;text-align: center;} .-hd-los-game-full-report .-hd-los-game-play-by-play-game-time {border: 1px solid transparent;display: inline-block;min-width: 50px;padding: 2px 4px;text-align: center;} .-hd-los-game-full-report .-hd-los-game-play-by-play-team-short-name {display: inline-block;font-weight: 800;margin: 0 10px;padding: 2px 4px;} .-hd-los-game-full-report .-hd-los-game-play-by-play-action {display: inline;margin-right: 2px;} .-hd-los-game-full-report .-hd-los-game-play-by-play-action-player {text-decoration: underline;} .-hd-los-game-full-report .-hd-los-game-play-by-play-action-team {display: inline-block;font-weight: 800;padding: 2px 4px;} .-hd-los-game-full-report .-hd-label-TOUCHDOWN {font-weight: 800;} .-hd-los-game-full-report .-hd-los-game-play-by-play-score {border: 1px solid transparent;} .-hd-los-game-full-report .-hd-los-game-full-report-field-players-data-lineups {border: 1px solid transparent;} .-hd-los-game-full-report .-hd-los-game-full-report-lineup-headline {border-bottom: 1px dashed transparent;margin-top: 10px;text-align: center;text-transform: uppercase;} .-hd-los-game-full-report .-hd-los-game-full-report-lineup-players {padding: 15px 0;text-align: center;} .-hd-los-game-full-report .-hd-los-game-full-report-lineup-player {display: inline-block;height: 35px;margin: 10px;width: 220px;} .-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-lineup-player {width: 90%;} .-hd-los-game-full-report .-hd-los-game-full-report-lineup-player-jersey-no {border-right: 1px solid transparent;float: left;font-size: 20px;font-weight: 800;line-height: 35px;width: 40px;} .-hd-los-game-full-report .-hd-los-game-full-report-lineup-player-name {margin-left: 50px;overflow: hidden;padding-top: 2px;text-align: left;white-space: nowrap;width: 170px;} .-hd-los-game-full-report .-hd-los-game-full-report-lineup-player-name img {height: auto;max-height: 16px;vertical-align: middle;width: auto;} .-hd-los-game-full-report .-hd-los-game-full-report-lineup-player-position {font-size: 12px;margin-left: 50px;text-align: left;white-space: nowrap;width: 170px;} .-hd-los-game-full-report .-hd-los-game-full-report-penalty-shot,.-hd-los-game-full-report .-hd-los-game-full-report-game-winning-goal,.-hd-los-game-full-report .-hd-los-game-full-report-empty-net {display: inline-block;padding: 2px 4px;} .-hd-los-game-full-report .-hd-los-game-full-report-time-on-ice-highlights-team {overflow: auto;display: inline-block;text-align: center;white-space: nowrap;width: 50%;} .-hd-los-game-full-report .-hd-los-game-full-report-time-on-ice-highlights-player {border: 1px solid transparent;display: inline-block;height: 175px;margin: 5px;position: relative;width: 125px;} .-hd-los-game-full-report .-hd-los-game-full-report-time-on-ice-highlights-player-portrait {bottom: 0;left: 0;position: absolute;right: 0;top: 0;} .-hd-los-game-full-report .-hd-los-game-full-report-time-on-ice-highlights-player-portrait img {height: auto;max-height: 175px;max-width: 125px;width: auto;} .-hd-los-game-full-report .-hd-los-game-full-report-time-on-ice-highlights-player-name {border-bottom: 1px solid transparent;font-size: 12px;left: 0;overflow: hidden;padding: 4px 0;position: absolute;right: 0;top: 0;white-space: nowrap;} .-hd-los-game-full-report .-hd-los-game-full-report-time-on-ice-highlights-player-stats {border-top: 1px solid transparent;bottom: 0;font-size: 12px;left: 0;overflow: hidden;padding: 4px 0;position: absolute;right: 0;white-space: nowrap;} .-hd-los-game-full-report span.-hd-los-game-full-report-time-on-ice-player-jersey-nr {display: inline-block;min-width: 25px;padding: 4px 2px;text-align: center;} .-hd-los-game-full-report span.-hd-los-game-full-report-time-on-ice-player-jersey-nr.-hd-los-game-full-report-time-on-ice-player-is-on-ice {animation-duration: 2s;animation-iteration-count: infinite;animation-name: pulsateLive;background-color: #a44;color: #fff;} .-hd-los-game-full-report .-hd-los-game-full-report-time-on-ice-data-table .-hd-util-intellitable-data th {width: 8%;} .-hd-los-game-full-report .-hd-los-game-full-report-time-on-ice-data-table .-hd-util-intellitable-data th.-hd-los-game-full-report-time-on-ice-player-name {width: 18%;} .-hd-los-game-full-report th.-hd-los-game-full-report-time-on-ice-player-jersey-nr-away,.-hd-los-game-full-report td.-hd-los-game-full-report-time-on-ice-player-jersey-nr-away {border-left: 1px dashed transparent;} .-hd-los-game-full-report .-hd-los-game-full-report-container-data.-hd-los-game-full-report-shot-chart-data {max-height: none;overflow: visible;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-options > div {box-sizing: border-box;display: inline-block;padding: 20px;width: 33%;} .-hd-rd-mobile .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-options > div {padding: 5px 10px;text-align: center;width: 100%;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-playing-area-wrapper {margin: 0 auto;max-width: 1200px;padding: 20px;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-playing-area {position: relative;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-playing-area-icehockey {background: url("https://api.hockeydata.net/img/icehockey/_static/icerink.png") center right no-repeat;background-size: cover;padding-bottom: 50%;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action {background: rgba(0, 0, 0, .1) center center no-repeat;border-radius: 50%;height: 30px;margin: -20px 0 0 -20px;position: absolute;transition: all .5s;width: 30px;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action-new {animation-duration: 2s;animation-iteration-count: 1;animation-name: flash;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-SAVE {background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-save.png");} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-SAVE.-hd-los-game-full-report-shot-chart-game-action-team-home {background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-save-home.png");} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-SAVE.-hd-los-game-full-report-shot-chart-game-action-team-away {background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-save-away.png");} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-GOAL {background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-goal.png");} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-GOAL.-hd-los-game-full-report-shot-chart-game-action-team-home {background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-goal-home.png");} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-GOAL.-hd-los-game-full-report-shot-chart-game-action-team-away {background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-goal-away.png");} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-BLOCK {background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-block.png");} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-BLOCK.-hd-los-game-full-report-shot-chart-game-action-team-home {background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-block-home.png");} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action.-hd-los-game-full-report-shot-chart-game-action-type-SHOT-BLOCK.-hd-los-game-full-report-shot-chart-game-action-team-away {background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-block-away.png");} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action > div {height: 100%;position: relative;width: 100%;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action-team-logo {border-right: 1px solid transparent;display: inline-block;height: 50px;padding-right: 10px;vertical-align: top;width: 50px;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action-team-logo img {height: auto;max-height: 100%;max-width: 100%;width: auto;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action-text {display: inline-block;padding-left: 10px;vertical-align: top;width: 205px;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-game-action-period {background: #555;border-radius: 4px;color: #aaa;display: inline-block;font-size: 9px;margin-top: 3px;padding: 0 6px;text-transform: uppercase;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend {padding-bottom: 20px;text-align: center;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend > div {display: inline-block;margin-right: 20px;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend span {vertical-align: middle;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend-type {background: center center no-repeat;display: inline-block;height: 16px;margin-right: 5px;width: 16px;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend-type-SHOT-SAVE {background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-save.png");} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend-type-SHOT-GOAL {background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-goal.png");} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend-type-SHOT-BLOCK {background-image: url("https://api.hockeydata.net/img/icehockey/_static/sc-ga-shot-block.png");} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend-type-home-team {background-color: #ffa600;} .-hd-los-game-full-report .-hd-los-game-full-report-shot-chart-legend-type-away-team {background-color: #4381b6;} .-hd-los-game-full-report .-hd-los-game-full-report-streams {padding: 20px 0 10px;text-align: center;} .-hd-los-game-full-report .-hd-los-game-full-report-streams .-hd-game-stream-button {border: 1px solid transparent;padding: 8px 16px;text-decoration: none;} .-hd-los-game-full-report.-hd-los-game-full-report-status-1 .-hd-los-game-full-report-streams .-hd-game-stream-button {background: #f00;color: #fff;} .-hd-los-player-career .-hd-los-player-career-player-info {border-bottom: 5px solid transparent;padding: 10px;} .-hd-rd-mobile .-hd-los-player-career .-hd-los-player-career-player-info {text-align: center;} .-hd-los-player-career .-hd-los-player-career-player-info:after {content: ".";visibility: hidden;display: block;height: 0;clear: both;} .-hd-los-player-career .-hd-los-player-career-player-portrait {float: left;height: 110px;margin-bottom: -10px;text-align: center;width: 100px;} .-hd-rd-mobile .-hd-los-player-career .-hd-los-player-career-player-portrait {float: none;height: 200px;margin-bottom: 0;width: auto;} .-hd-los-player-career .-hd-los-player-career-player-portrait img {height: auto;max-height: 100%;max-width: 100%;width: auto;} .-hd-rd-mobile .-hd-los-player-career .-hd-los-player-career-player-portrait img {border: 1px solid #000;} .-hd-los-player-career .-hd-los-player-career-player-name {font-size: 32px;font-weight: 800;line-height: 40px;margin: 36px 0 0 120px;overflow: hidden;text-transform: uppercase;vertical-align: bottom;} .-hd-rd-mobile .-hd-los-player-career .-hd-los-player-career-player-name {margin: 10px 0;} .-hd-los-player-career .-hd-los-player-career-tabs {margin-top: 10px;} .-hd-los-player-career .-hd-los-player-career-container {margin-top: 5px;} .-hd-los-player-career .-hd-los-player-career-headline {border-bottom: 3px solid transparent;font-size: 24px;font-weight: 800;padding: 10px;text-transform: uppercase;} .-hd-rd-mobile .-hd-los-player-career .-hd-los-player-career-headline {font-size: 16px;} .-hd-los-player-career .-hd-los-player-career-container-data {border: 1px solid transparent;max-height: 600px;overflow: auto;} .-hd-los-player-career .-hd-util-intellitable .-hd-util-intellitable-data table {border: none;} .-hd-los-player-full-page .-hd-los-player-full-page-player-info {border-bottom: 5px solid transparent;padding: 10px;} .-hd-rd-mobile .-hd-los-player-full-page .-hd-los-player-full-page-player-info {text-align: center;} .-hd-los-player-full-page .-hd-los-player-full-page-player-info:after {content: ".";visibility: hidden;display: block;height: 0;clear: both;} .-hd-los-player-full-page .-hd-los-player-full-page-team-logo {float: right;height: 100px;margin: -10px -10px -10px 0;padding: 10px;text-align: center;vertical-align: middle;width: 100px;} .-hd-rd-mobile .-hd-los-player-full-page .-hd-los-player-full-page-team-logo {background: none;float: none;height: 50px;margin: 0;width: auto;} .-hd-los-player-full-page .-hd-los-player-full-page-team-logo img {height: auto;max-height: 100%;max-width: 100%;width: auto;} .-hd-los-player-full-page .-hd-los-player-full-page-player-portrait {float: left;height: 110px;margin-bottom: -10px;text-align: center;width: 100px;} .-hd-rd-mobile .-hd-los-player-full-page .-hd-los-player-full-page-player-portrait {float: none;height: 200px;margin-bottom: 0;width: auto;} .-hd-los-player-full-page .-hd-los-player-full-page-player-portrait img {height: auto;max-height: 100%;max-width: 100%;width: auto;} .-hd-rd-mobile .-hd-los-player-full-page .-hd-los-player-full-page-player-portrait img {border: 1px solid #000;} .-hd-los-player-full-page .-hd-los-player-full-page-player-name {font-size: 32px;font-weight: 800;line-height: 40px;margin: 36px 0 0 120px;overflow: hidden;text-transform: uppercase;vertical-align: bottom;white-space: nowrap;} .-hd-rd-mobile .-hd-los-player-full-page .-hd-los-player-full-page-player-name {margin: 10px 0;} .-hd-los-player-full-page .-hd-los-player-full-page-player-jersey-no {display: inline-block;font-size: 20px;font-weight: 800;line-height: 24px;margin-left: 20px;min-width: 24px;padding: 0 4px;text-align: center;} .-hd-rd-mobile .-hd-los-player-full-page .-hd-los-player-full-page-player-jersey-no {margin-left: 0;} .-hd-los-player-full-page .-hd-los-player-full-page-player-position {display: inline-block;font-size: 20px;line-height: 24px;margin-left: 10px;text-transform: uppercase;} .-hd-los-player-full-page .-hd-los-player-full-page-player-license-info {display: inline-block;font-size: 20px;line-height: 24px;margin-left: 10px;} .-hd-los-player-full-page .-hd-los-player-full-page-player-facts {font-size: 12px;} .-hd-los-player-full-page .-hd-los-player-full-page-player-fact-row {display: inline-block;width: 50%;} .-hd-rd-mobile .-hd-los-player-full-page .-hd-los-player-full-page-player-fact-row {width: 100%;} .-hd-los-player-full-page .-hd-los-player-full-page-player-fact-label {display: inline-block;text-align: right;width: 40%;} .-hd-los-player-full-page .-hd-los-player-full-page-player-fact-label div {margin: 1px 0 0 1px;padding: 6px 8px 6px 0;} .-hd-los-player-full-page .-hd-los-player-full-page-player-fact-value {display: inline-block;width: 60%;} .-hd-los-player-full-page .-hd-los-player-full-page-player-fact-value div {padding: 6px 0 6px 8px;} .-hd-los-player-full-page .-hd-los-player-full-page-player-fact-value div img {height: auto;max-height: 13px;max-width: 100%;vertical-align: middle;width: auto;} .-hd-los-player-full-page .-hd-los-player-full-page-tabs {margin-top: 10px;} .-hd-los-player-full-page .-hd-los-player-full-page-container {margin-top: 5px;} .-hd-los-player-full-page .-hd-los-player-full-page-headline {border-bottom: 3px solid transparent;font-size: 24px;font-weight: 800;padding: 10px;text-transform: uppercase;} .-hd-rd-mobile .-hd-los-player-full-page .-hd-los-player-full-page-headline {font-size: 16px;} .-hd-los-player-full-page .-hd-los-player-full-page-container-data {border: 1px solid transparent;max-height: 600px;overflow: auto;} .-hd-los-player-full-page .-hd-util-intellitable .-hd-util-intellitable-data table {border: none;} .-hd-los-player-full-page .-hd-los-player-full-page-games-state {display: inline-block;min-width: 30px;padding: 2px;text-align: center;} .-hd-los-player-full-page .-hd-los-player-full-page-games .-hd-label-LIVE .-hd-los-player-full-page-games-score {animation-duration: 2s;animation-iteration-count: infinite;animation-name: pulsateLive;background-color: #a44;color: #fff;} .-hd-los-team-full-page .-hd-los-team-full-page-team-info {border-bottom: 5px solid transparent;padding: 10px;} .-hd-los-team-full-page .-hd-los-team-full-page-team-info:after {content: ".";visibility: hidden;display: block;height: 0;clear: both;} .-hd-los-team-full-page .-hd-los-team-full-page-team-logo {float: left;height: 100px;margin: -10px;padding: 10px;width: 100px;} .-hd-rd-mobile .-hd-los-team-full-page .-hd-los-team-full-page-team-logo {height: 50px;width: 50px;} .-hd-los-team-full-page .-hd-los-team-full-page-team-logo img {height: auto;max-height: 100%;max-width: 100%;width: auto;} .-hd-los-team-full-page .-hd-los-team-full-page-team-short-name {font-size: 48px;font-weight: 800;line-height: 54px;margin: 10px 0 0 140px;overflow: hidden;text-transform: uppercase;vertical-align: bottom;white-space: nowrap;} .-hd-rd-mobile .-hd-los-team-full-page .-hd-los-team-full-page-team-short-name {font-size: 24px;line-height: 32px;margin: 0 0 0 80px;} .-hd-los-team-full-page .-hd-los-team-full-page-team-long-name {font-size: 20px;font-weight: 800;line-height: 24px;margin-left: 140px;overflow: hidden;text-transform: uppercase;white-space: nowrap;} .-hd-rd-mobile .-hd-los-team-full-page .-hd-los-team-full-page-team-long-name {font-size: 14px;line-height: 16px;margin-left: 80px;} .-hd-los-team-full-page .-hd-los-team-full-page-tabs {margin-top: 10px;} .-hd-los-team-full-page .-hd-los-team-full-page-container {margin-top: 5px;} .-hd-los-team-full-page .-hd-los-team-full-page-headline {border-bottom: 3px solid transparent;font-size: 24px;font-weight: 800;padding: 10px;text-transform: uppercase;} .-hd-rd-mobile .-hd-los-team-full-page .-hd-los-team-full-page-headline {font-size: 16px;} .-hd-los-team-full-page .-hd-los-team-full-page-container-data {border: 1px solid transparent;max-height: 600px;min-height: 400px;overflow: auto;} .-hd-los-team-full-page .-hd-util-intellitable .-hd-util-intellitable-data table {border: none;} .-hd-los-team-full-page .-hd-los-team-full-page-team-picture {text-align: center;} .-hd-los-team-full-page .-hd-los-team-full-page-team-picture img {border: 1px solid transparent;height: auto;margin: 5px 0;max-width: 800px;} .-hd-los-team-full-page .-hd-los-team-full-page-team-facts-table .-hd-util-intellitable-data .-hd-util-intellitable-data > table {border: 1px solid transparent;} .-hd-los-team-full-page .-hd-los-team-full-page-team-facts-table .-hd-util-intellitable-data td {vertical-align: top;} .-hd-los-team-full-page .-hd-los-team-full-page-team-facts-table .-hd-util-intellitable-data tr.-hd-los-team-full-page-team-facts-table-header-row td {font-weight: 800;} .-hd-los-team-full-page .-hd-los-team-full-page-roster-overview {text-align: center;} .-hd-los-team-full-page .-hd-los-team-full-page-roster-player-container {display: inline-block;margin: 15px;position: relative;width: 250px;} .-hd-los-team-full-page .-hd-los-team-full-page-roster-player-portrait {height: 350px;overflow: hidden;width: 250px;} .-hd-los-team-full-page .-hd-los-team-full-page-roster-player-portrait img {height: auto;max-height: 100%;max-width: 100%;width: auto;} .-hd-los-team-full-page .-hd-los-team-full-page-roster-player-details {bottom: 0;left: 0;position: absolute;right: 0;} .-hd-los-team-full-page .-hd-los-team-full-page-roster-player-jersey-no {float: left;font-size: 24px;font-weight: 800;height: 45px;line-height: 45px;overflow: hidden;text-align: center;white-space: nowrap;width: 45px;} .-hd-los-team-full-page .-hd-los-team-full-page-roster-player-name {font-size: 16px;font-weight: 800;line-height: 20px;margin-left: 55px;overflow: hidden;padding-top: 4px;text-align: left;white-space: nowrap;width: 195px;} .-hd-los-team-full-page .-hd-los-team-full-page-roster-player-name img {height: auto;max-height: 16px;vertical-align: middle;width: auto;} .-hd-los-team-full-page .-hd-los-team-full-page-roster-player-position {font-size: 12px;line-height: 14px;margin-left: 55px;overflow: hidden;text-align: left;white-space: nowrap;width: 195px;} .-hd-los-team-full-page .-hd-los-team-full-page-games-state {display: inline-block;min-width: 30px;padding: 2px;text-align: center;} .-hd-los-team-full-page .-hd-los-team-full-page-games .-hd-label-LIVE .-hd-los-team-full-page-games-score {animation-duration: 2s;animation-iteration-count: infinite;animation-name: pulsateLive;background-color: #a44;color: #fff;} .-hd-los-division-picker .-hd-los-division-picker-select-container {border-bottom: 1px solid transparent;padding: 5px;text-align: center;} .-hd-los-division-picker .-hd-los-division-picker-widget-container {padding: 5px;} .-hd-util-ad-space {margin: 5px 0;} .-hd-util-ad-image img {max-width: 100%;height: auto;} .-hd-util-ad-notice {font-size: 10px;opacity: .5;} .-hd-util-select {margin: 5px;max-width: 100%;width: 300px;} .-hd-util-select .-hd-util-select-display {border: 1px solid transparent;overflow: hidden;padding: 10px 25px 10px 10px;text-overflow: ellipsis;white-space: nowrap;} .-hd-util-select .-hd-util-select-display:after {border: 6px solid transparent;border-top-color: #000;content: "";height: 0;position: absolute;right: 10px;top: 14px;width: 0;} .-hd-util-select.-hd-util-select-open .-hd-util-select-display:after {border-bottom-color: #000;border-top-color: transparent;top: 10px;} .-hd-util-select .-hd-util-select-list {border: 1px solid transparent;max-height: 315px;overflow: auto;} .-hd-util-select .-hd-util-select-list > li {border-bottom: 1px solid transparent;border-top: 1px solid transparent;margin: 0;overflow: hidden;padding: 10px;text-overflow: ellipsis;white-space: nowrap;} .-hd-util-select .-hd-util-select-list > li.-hd-util-select-sub {padding-left: 20px;} .-hd-util-pop-up.-hd-util-pop-up-left {width: 312px;} .-hd-util-pop-up.-hd-util-pop-up-right {width: 312px;} .-hd-util-pop-up.-hd-util-pop-up-right .-hd-util-pop-up-content {margin-left: 12px;} .-hd-util-pop-up.-hd-util-pop-up-left .-hd-util-pop-up-content {margin-right: 12px;} .-hd-util-pop-up .-hd-util-pop-up-content {background: #fff;border: 1px solid transparent;border-radius: 8px;padding: 10px;box-shadow: 0 0 5px rgba(0, 0, 0, .75);} .-hd-util-pop-up .-hd-util-pop-up-arrow {border: 6px solid transparent;height: 0;margin: 0 auto;right: 10px;top: 14px;width: 0;} .-hd-util-pop-up.-hd-util-pop-up-left .-hd-util-pop-up-arrow,.-hd-util-pop-up.-hd-util-pop-up-right .-hd-util-pop-up-arrow {left: 0;margin: -7px 0 0 0;position: absolute;right: auto;top: 50%;} .-hd-util-pop-up.-hd-util-pop-up-left .-hd-util-pop-up-arrow {left: auto;right: 0;} .-hd-util-pop-up.-hd-util-pop-up-bottom .-hd-util-pop-up-arrow {border-bottom-color: #fff;} .-hd-util-pop-up.-hd-util-pop-up-left .-hd-util-pop-up-arrow {border-left-color: #fff;} .-hd-util-pop-up.-hd-util-pop-up-right .-hd-util-pop-up-arrow {border-right-color: #fff;} .-hd-util-pop-up.-hd-util-pop-up-top .-hd-util-pop-up-arrow {border-top-color: #fff;} .-hd-los-sports-card.-hd-los-sports-card-player.-hd-loading {padding: 30px 0;text-align: center;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-info {border-bottom: 5px solid transparent;min-height: 100px;padding-bottom: 10px;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-team-logo {float: right;height: 40px;text-align: right;width: 40px;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-team-logo img {height: auto;max-height: 100%;max-width: 100%;width: auto;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-portrait {float: left;height: 100px;text-align: center;width: 80px;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-portrait img,.-hd-util-intellitable .-hd-util-intellitable-data .-hd-util-intellitable-inline-image .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-portrait img {height: auto;max-height: 100%;max-width: 100%;width: auto;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-name {font-size: 16px;font-weight: 800;height: 75px;margin: 0 0 2px 85px;overflow: hidden;position: relative;text-transform: uppercase;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-name span {position: absolute;bottom: 0;white-space: normal;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-jersey-no {display: inline-block;font-weight: 800;margin-left: 5px;min-width: 18px;padding: 0 4px;text-align: center;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-position {display: inline-block;margin-left: 5px;text-transform: uppercase;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-link {padding: 8px 4px 0 0;text-align: right;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-facts {font-size: 12px;padding-bottom: 1px;white-space: normal;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-fact-row {display: inline-block;width: 50%;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-fact-label {display: inline-block;text-align: right;width: 40%;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-fact-label div {margin: 1px 0 0 1px;padding: 6px 4px 6px 0;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-fact-value {display: inline-block;width: 60%;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-fact-value div {padding: 6px 0 6px 4px;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-fact-value div img {height: auto;max-height: 13px;max-width: 100%;vertical-align: middle;width: auto;} .-hd-label {border-radius: .25em;color: #fff;display: inline;font-size: 75%;line-height: 1;padding: .2em .6em;white-space: nowrap;} .-hd-label-danger {background-color: #a90329;} .-hd-label-info {background-color: #57889c;} .-hd-label-warning {background-color: #c79121;} .-hd-label-primary {background-color: #3276b1;} .-hd-label-default {background-color: #999;} .-hd-label-success {background-color: #739e73;} .-hd-los-category-leaders-title {margin: 0 0 20px;padding: 10px 4px;} .-hd-los-category-leaders {text-align: center;} .-hd-los-category-leaders a,.-hd-los-category-leaders a:hover {color: inherit;text-decoration: none;} .-hd-los.-hd-los-category-leaders {font-size: 16px;} .-hd-los-category-leaders-entry-image {display: inline-block;margin-bottom: 15px;position: relative;} .-hd-los-category-leaders-Player .-hd-los-category-leaders-entry-image {height: 224px;width: 160px;} .-hd-los-category-leaders-entry-image-player-portrait {bottom: 0;position: absolute;} .-hd-los-category-leaders-entry-image-player-portrait img {height: auto;max-height: 224px;min-width: 160px;width: auto;} .-hd-los-category-leaders-Player .-hd-los-category-leaders-entry-image-team-logo {bottom: 5px;position: absolute;right: 5px;} .-hd-los-category-leaders-Player .-hd-los-category-leaders-entry-image-team-logo img {filter: drop-shadow(0 0 5px #ffffff);height: auto;max-height: 64px;max-width: 64px;min-height: 64px;min-width: 64px;width: auto;} .-hd-los-category-leaders-Team.-hd-los-category-leaders-entry-image-team-logo img {height: auto;max-height: 100px;max-width: 100px;min-height: 100px;min-width: 100px;width: auto;} .-hd-los-category-leaders-entry-value {font-size: 18px;margin-bottom: 10px;} .-hd-los-category-leaders-entry-value > span:first-child {font-weight: bold;} .-hd-los-category-leaders-entry-player,.-hd-los-category-leaders-Team .-hd-los-category-leaders-entry-team {margin-bottom: 5px;} .-hd-los-category-leaders-Player .-hd-los-category-leaders-entry-team {font-size: 14px;} .-hd-los-category-leaders-Player .-hd-los-category-leaders-entry-team a {opacity: .5;} .-hd-los-category-leaders-entry-divider {border-bottom: 1px solid #eee;margin: 0 auto 15px;padding-bottom: 15px;width: 50%;} .-hd-los-category-leaders-entry:last-child .-hd-los-category-leaders-entry-divider {border-bottom: none;} .-hd-util-intellitable .-hd-util-intellitable-data tr:nth-child(2n+1) td {background-color: rgba(200, 200, 200, .2)!important;} .-hd-util-intellitable .-hd-util-intellitable-data tr:nth-child(2n) td {background-color: rgba(235, 235, 235, .1)!important;} .-hd-util-intellitable .-hd-util-intellitable-data th {background-color: rgba(235, 0, 0, .8)!important;color: #fff!important;} .-hd-util-pop-up .-hd-util-pop-up-content {color: #D00!important;} .-hd-los-sports-card.-hd-los-sports-card-player .-hd-los-sports-card-player-portrait {height: 150px;text-align: center;width: 100px;} .-hd-button {background-color: rgba(255, 255, 255, 1);border-color: rgba(150, 50, 50, 1);color: #222;} .-hd-los-game-full-report .-hd-los-game-full-report-headline .-hd-button.-hd-button-active {background-color: rgba(255, 0, 0, 1);border-color: rgba(150, 50, 50, 1);color: #fff;} .-hd-los-game-full-report .-hd-los-game-full-report-game-info {background-color: rgba(235, 235, 235, .4);background: url(/e107_themes/Fitness-theme-Bootstrap-4/images/Players.png)no-repeat;background-size:120%;background-position: 50% 50%;} .-hd-los-game-full-report .-hd-los-game-full-report-team-logo img {height: auto;max-height: 200px;max-width: 100%;width: auto;} .-hd-los-game-full-report .-hd-los-game-full-report-team-name, .-hd-los-game-full-report .-hd-los-game-full-report-team-logo {display: inline-block;height: auto;text-align: center;vertical-align: middle;width: 50%;} .-hd-los-game-full-report .-hd-los-game-full-report-score-home, .-hd-los-game-full-report .-hd-los-game-full-report-score-away {display: inline-block;font-size: 64px;font-weight: 800; height: 120px;line-height: 96px;vertical-align: top;width: 40%;} .-hd-los-game-full-report .-hd-los-game-full-report-score-divider {display: inline-block;font-size: 64px;height: 120px;line-height: 64px;vertical-align: top;width: 20%;} .-hd-los-game-full-report .-hd-los-game-full-report-score-home, .-hd-los-game-full-report .-hd-los-game-full-report-score-away {display: inline-block;font-size: 64px;font-weight: 800; height: 120px;line-height: 96px;vertical-align: top;width: 40%;} .-hd-los-player-full-page .-hd-los-player-full-page-player-portrait {float: left;height: 200px;margin-bottom: -10px;text-align: center;width: 150px;} .-hd-los-player-full-page .-hd-los-player-full-page-team-logo {background: transparent;} .-hd-los-player-full-page .-hd-los-player-full-page-player-info {background-color: rgba(235, 235, 235, .4);border-bottom-color: rgba(235, 235, 235, .5);background: url(/e107_themes/Fitness-theme-Bootstrap-4/images/spieler_BG.jpg) no-repeat;background-size:120%;background-position: 50% 50%;} .-hd-los-game-full-report .-hd-los-game-full-report-score-home, .-hd-los-game-full-report .-hd-los-game-full-report-score-away{font-family: 'Iceberg', cursive;color:#fff;text-shadow: 0px 0px 6px #ff0000 !important;} header.masthead .intro-text .intro-lead-in {font-size: 35px;font-weight: 700;line-height: 35px;margin-bottom: 50px;margin-top: 70px;} .-hd-los-game-ticker .-hd-los-game-ticker-game{height:70px !important;} .-hd-los-game-ticker .-hd-util-ticker-inline-image img{ height: auto !important; max-height:65px !important;} .-hd-los-game-slider .-hd-util-slider-content td:nth-child(2n) {background-color: rgba(254, 2, 2, 0.8);color: white;} .-hd-los-game-slider .-hd-util-slider-content td:nth-child(2n+1) {background-color: rgba(200, 200, 200, 0.8);background-image: url(/e107_themes/Fitness-theme-Bootstrap-4/static/img/greenIce.png);color: black;} .-hd-los-game-slider .-hd-util-slider-content td:hover {background-color: rgba(254, 254, 80, 0.8);background-image: url(/e107_themes/Fitness-theme-Bootstrap-4/images/bg-kalender.jpg) !important;background-size: 100%;color: black;} .-hd-los-game-slider .-hd-util-slider-inline-image img {height: auto;margin-top: 8px;max-height: 55px;max-width: 100%;width: auto;} .-hd-util-tabs .-hd-util-tabs-button-active {line-height: 32px;background-color: rgba(254, 2, 2, 0.8);color: white;} .card{-webkit-box-shadow: 0px 2px 42px -8px rgba(0,0,0,0.75);-moz-box-shadow: 0px 2px 42px -8px rgba(0,0,0,0.75);box-shadow: 0px 2px 42px -8px rgba(0,0,0,0.75);padding:10px;margin:10px 10px 40px 10px;width: calc(100% - 10px);background: #ffffff;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} .card-body{padding:10px;text-align: justify;color:#444;} .card-footer{ padding:20px;height: auto; background-color: rgba(255,255,255,.01);border-top: 1px solidrgba(255,255,255,.01);} .card-img-top{width: 100%; height: auto; -webkit-filter: grayscale(0);filter: grayscale(0);-webkit-transition: .8s ease-in-out;transition: .8s ease-in-out;opacity: 1;} .card-img-top:hover{-webkit-filter: grayscale(100%);filter: grayscale(100%);opacity: 0.5;} .card-img-top {-webkit-transform: rotate(0) scale(1);transform: rotate(0) scale(1);-webkit-filter: grayscale(0);filter: grayscale(0);animation: myeffect 9s infinite;animation-direction: alternate;} .card-img-top:hover{ -webkit-transition: 1.8s ease-in-out;transition: 1.8s ease-in-out;-webkit-transform: rotate(1.5deg)scale(1.2);transform: rotate(1.5deg)scale(1.2);-webkit-filter: grayscale(100%);filter: grayscale(100%);} .card-title {margin-bottom: .75rem;text-align: left;} .newsimage_zoom{overflow: hidden;height: auto;padding: 0px;} .portfolio .col-md-4 {-webkit-box-shadow: 0px 2px 42px -8px rgba(0,0,0,0.75);-moz-box-shadow: 0px 2px 42px -8px rgba(0,0,0,0.75);box-shadow: 0px 2px 42px -8px rgba(0,0,0,0.75);padding:5px;margin:0px;background: #000;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} .grig-md-4 {-webkit-box-shadow: 0px 2px 32px -8px rgba(0,0,0,0.25);-moz-box-shadow: 0px 2px 32px -8px rgba(0,0,0,0.25);box-shadow: 0px 2px 32px -8px rgba(0,0,0,0.25);padding:3px;margin:10px 5px 30px 5px;width: calc (100% - 10px);background: #e90828;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 5px;} .grig-md-4:hover{background-color: #333;box-shadow: 0px 2px 25px -8px rgba(240,0,0,1);border-radius: 5px;transition: box-shadow .2s ease;} .portfolio .col-md-4 img{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5;} .portfolio .col-md-4 img:hover{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;} @media (max-width: 1199px) {.extend-news-mainimage {position: relative;overflow: hidden;width: auto;min-width:100%;height: 100%;} .extend-news {position: relative;overflow: hidden;width: 100%;height: 500px;background: #000;margin: 0 auto;border: 0;} } @media (max-width: 991px) {.extend-news .extend-news-title {position: absolute;top: 70%; left: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);-webkit-transform: stranslate(-50%,-50%);-o-transform: translate(-50%,-50%);background: rgba(0, 0, 0, 0.5);text-align: center;padding: 10px 15px 8px 15px;} .extend-news .extend-news-title h2 {font-family: "Oswald", sans-serif; font-size: 18px;font-weight: 600; color: #fff;line-height: 1;margin: 0 0 10px 0;padding: 0;} .extend-news-mainimage {position: relative;overflow: hidden;width: auto;height: 100%;} .extend-news {position: relative;overflow: hidden;width: 100%;height: 500px;background: #000;margin: 0 auto;border: 0;} } @media (min-width: 992px) {.w-75 {width: 75% !important;} } @media (max-width: 991px) {.container {width: 95% !important;} .w-75 {width: 95% !important;} } @media (max-width: 768px) {.container {width: 95% !important;} .w-75 {width: 95% !important;} .wmessage-box-title h2 {font-size: 35px;} #header .page-title h2 {font-size: 35px;} } @media (max-width: 576px){.container {width: 98% !important;} .w-75{width: 95% !important;} .wmessage-box-title h2 {font-size: 25px;} #header .page-title h2 {font-size: 25px;} .-hd-los-game-slider .-hd-util-slider-inline-image img {height: auto;margin-top: 8px;max-height: 55px !important;max-width: 100%!important;width: auto!important;} } .home-section-7-caption h2{font-family: "Exo 2", Sans-serif;font-size: 32px;color: #fff;font-weight: 700;text-transform: uppercase;line-height: 1.2;margin: 10px 0;padding: 0;} .navbar-custom .nav-item.active .nav-link, .navbar-custom .nav-item:hover .nav-link {color: #f00 !important;text-shadow: 0px 0px 6px #CECECE !important;} .teams_photos {-webkit-box-shadow: 0px 2px 32px -8px rgba(255,255,255,0.75);-moz-box-shadow: 0px 2px 32px -8px rgba(255,255,255,0.75);box-shadow: 0px 2px 32px -8px rgba(255,255,255,0.75);padding: 10px;margin: 10px 5px 30px 5px;width: calc (100% - 10px);background: rgb(185,36,36);background: linear-gradient(180deg, rgba(185,36,36,1) 0%, rgba(5,5,5,1) 100%);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border: 1px solid #444;-webkit-filter: grayscale(100%);filter: grayscale(100%);-moz-border-radius: 12px !important;-khtml-border-radius: 12px !important;-webkit-border-radius: 12px !important;border-radius: 12px !important;} .teams_photos:hover {-webkit-box-shadow: 0px 2px 32px -8px rgba(255,0,0,0.75);-moz-box-shadow: 0px 2px 32px -8px rgba(255,0,0,0.75);box-shadow: 0px 2px 32px -8px rgba(255,0,0,0.75);-webkit-filter: grayscale(0%);filter: grayscale(0%);} .home-section-2-box {margin: 0;padding: 10px 10px;width: 100%;} .home-section-2-box-title {margin: 0;padding: 0;} .home-section-2-box-title h4 {font-family: "Exo 2", Sans-serif;font-size: 15px;color: #e7042a;font-weight: 500;text-transform: uppercase;margin: 0;padding: 0;width: 100%;text-align:center;} .home-section-2-box-title h2 {font-family: "Exo 2", Sans-serif;font-size: 25px;color: #fff;font-weight: 700;text-transform: uppercase;line-height: 1.2;margin: 0 0 10px 0;padding: 0;width: 100%;text-align: center;} .team-member {margin-bottom: 50px;text-align: center;} .navbar-custom .nav li li a {color: black;}  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {color: #fff;background-color: inherit;} @media (min-width: 768px){.navbar-inverse.navbar-custom {background-color: #222;} .pt-md-3, .py-md-3 {padding-top: 0rem!important;} .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {color: #fff;background-color: #222;} .nav>li>a:focus, .nav>li>a:hover {color: #222;background-color: #fff;} img.logo {margin-top: -5px;margin-right: 5px;} @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #fff;}  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {color: white;} } .-hd-los-game-slider-info{ visibility: visible !important; display: block !important;} 

