@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Dancing+Script:700";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__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}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__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}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__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)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__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}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{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)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#video-player-element{min-width:640px;min-height:360px}.video2-description{padding:1px,2px}.ripple{position:absolute;inset:0;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);border-radius:inherit;pointer-events:none}.rippleWave{backface-visibility:hidden;position:absolute;border-radius:50%;transform:scale(.7);-webkit-transform:scale(.7);background:var(--ripple-wave-color);opacity:.45;animation:ripple 2.4s forwards;-webkit-animation:ripple 2.4s forwards}@keyframes ripple{to{transform:scale(24);opacity:0}}@-webkit-keyframes ripple{to{-webkit-transform:scale(24);opacity:0}}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}sub,sup{margin:0;padding:0;border:0;outline:0;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}ul,ol{list-style-position:outside}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:var(--ins-text-background-color);color:var(--ins-text-color);text-decoration:none}mark{background-color:var(--mark-text-background-color);color:var(--mark-text-color);font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid var(--hr-border-color);margin:1em 0;padding:0}input,select{vertical-align:middle}a.button,button{display:inline-block;padding:3px 5px 2px;font-family:var(--body-font);font-size:14px;line-height:21px;color:var(--button-text-color);background:var(--button-background-color);border:0;box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-o-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-ms-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-moz-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-webkit-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);cursor:pointer;text-decoration:none;outline:none;position:relative;zoom:1}a.button.pressed,button.pressed{background:var(--button-pressed-background-color)}button{margin-left:0;margin-right:0}a.button{user-select:none;-moz-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-webkit-touch-callout:none}button::-moz-focus-inner{border:0;padding:0}a.button.primary,button.primary{font-weight:700}button:focus,a.button:hover,button:hover{color:var(--global-text-color-1);text-decoration:none;background:var(--button-hover-background)}a.button:active,button:active,a.button.active,button.active{background:var(--button-active-color);box-shadow:inset 0 1px 3px var(--level-1);-o-box-shadow:inset 0 1px 3px var(--level-1);-ms-box-shadow:inset 0 1px 3px var(--level-1);-moz-box-shadow:inset 0 1px 3px var(--level-1);-webkit-box-shadow:inset 0 1px 3px var(--level-1)}a.button.negative:hover,button.negative:hover{color:var(--button-negative-hover-color);background:var(--button-negative-hover-background)}a.button.negative:active,button.negative:active,a.button.negative.active,button.negative.active{background:var(--button-negative-active-background)}a.button.positive:hover,button.positive:hover{background:var(--button-negative-hover-background)}a.button.positive:active,button.positive:active,a.button.positive.active,button.positive.active{background:var(--button-positive-active-background)}a.button.pill,button.pill{-webkit-border-radius:19px;-moz-border-radius:19px;border-radius:19px;padding:5px 10px 4px}a.button:disabled,button:disabled{color:var(--metadata-color)!important;cursor:not-allowed}a.button.leftbtn,button.leftbtn{-webkit-border-bottom-right-radius:0px;-webkit-border-top-right-radius:0px;-moz-border-radius-bottomright:0px;-moz-border-radius-topright:0px;border-bottom-right-radius:0;border-top-right-radius:0;border-right:none}a.button.middle,button.middle{margin-right:0;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0;border-right:none}a.button.middle:nth-of-type(1),button.middle:nth-of-type(1){margin-left:-4px}a.button.rightbtn,button.rightbtn{-webkit-border-bottom-left-radius:0px;-webkit-border-top-left-radius:0px;-moz-border-radius-bottomleft:0px;-moz-border-radius-topleft:0px;border-top-left-radius:0;border-bottom-left-radius:0}a.button.big,button.big{font-size:21px;padding-left:21px;padding-right:21px}a.button span.icon,button span.icon{display:inline-block;width:14px;height:12px;margin:auto 3px auto auto;position:relative;top:1px;background-image:url(../images/timini/css3buttons_icons.png);background-repeat:no-repeat}a.big.button span.icon,button.big span.icon{top:0}a.button span.icon.book,button span.icon.book{background-position:0 calc(0px + var(--light-icon))}a.button:hover span.icon.book,button:hover span.icon.book{background-position:0 -15px}a.button span.icon.calendar,button span.icon.calendar{background-position:0 calc(-30px + var(--light-icon))}a.button:hover span.icon.calendar,button:hover span.icon.calendar{background-position:0 -45px}a.button span.icon.chat,button span.icon.chat{background-position:0 calc(-60px + var(--light-icon))}a.button:hover span.icon.chat,button:hover span.icon.chat{background-position:0 -75px}a.button span.icon.check,button span.icon.check{background-position:0 calc(-90px + var(--light-icon))}a.button:hover span.icon.check,button:hover span.icon.check{background-position:0 -103px}a.button span.icon.clock,button span.icon.clock{background-position:0 calc(-116px + var(--light-icon))}a.button:hover span.icon.clock,button:hover span.icon.clock{background-position:0 -131px}a.button span.icon.cog,button span.icon.cog{background-position:0 calc(-146px + var(--light-icon))}a.button:hover span.icon.cog,button:hover span.icon.cog{background-position:0 -161px}a.button span.icon.comment,button span.icon.comment{background-position:0 calc(-176px + var(--light-icon))}a.button:hover span.icon.comment,button:hover span.icon.comment{background-position:0 -190px}a.button span.icon.cross,button span.icon.cross{background-position:0 calc(-204px + var(--light-icon))}a.button:hover span.icon.cross,button:hover span.icon.cross{background-position:0 -219px}a.button span.icon.downarrow,button span.icon.downarrow{background-position:0 calc(-234px + var(--light-icon))}a.button:hover span.icon.downarrow,button:hover span.icon.downarrow{background-position:0 -249px}a.button span.icon.fork,button span.icon.fork{background-position:0 calc(-264px + var(--light-icon))}a.button:hover span.icon.fork,button:hover span.icon.fork{background-position:0 -279px}a.button span.icon.heart,button span.icon.heart{background-position:0 calc(-294px + var(--light-icon))}a.button:hover span.icon.heart,button:hover span.icon.heart{background-position:0 -308px}a.button span.icon.home,button span.icon.home{background-position:0 calc(-322px + var(--light-icon))}a.button:hover span.icon.home,button:hover span.icon.home{background-position:0 -337px}a.button span.icon.key,button span.icon.key{background-position:0 calc(-352px + var(--light-icon))}a.button:hover span.icon.key,button:hover span.icon.key{background-position:0 -367px}a.button span.icon.leftarrow,button span.icon.leftarrow{background-position:0 calc(-382px + var(--light-icon))}a.button:hover span.icon.leftarrow,button:hover span.icon.leftarrow{background-position:0 -397px}a.button span.icon.lock,button span.icon.lock{background-position:0 calc(-412px + var(--light-icon))}a.button:hover span.icon.lock,button:hover span.icon.lock{background-position:0 -427px}a.button span.icon.loop,button span.icon.loop{background-position:0 calc(-442px + var(--light-icon))}a.button:hover span.icon.loop,button:hover span.icon.loop{background-position:0 -457px}a.button span.icon.magnifier,button span.icon.magnifier{background-position:0 calc(-472px + var(--light-icon))}a.button:hover span.icon.magnifier,button:hover span.icon.magnifier{background-position:0 -487px}a.button span.icon.mail,button span.icon.mail{background-position:0 calc(-502px + var(--light-icon))}a.button:hover span.icon.mail,button:hover span.icon.mail{background-position:0 -514px}a.button span.icon.move,button span.icon.move{background-position:0 calc(-526px + var(--light-icon))}a.button:hover span.icon.move,button:hover span.icon.move{background-position:0 -541px}a.button span.icon.pen,button span.icon.pen{background-position:0 calc(-556px + var(--light-icon))}a.button:hover span.icon.pen,button:hover span.icon.pen{background-position:0 -571px}a.button span.icon.pin,button span.icon.pin{background-position:0 calc(-586px + var(--light-icon))}a.button:hover span.icon.pin,button:hover span.icon.pin{background-position:0 -601px}a.button span.icon.plus,button span.icon.plus{background-position:0 calc(-616px + var(--light-icon))}a.button:hover span.icon.plus,button:hover span.icon.plus{background-position:0 -631px}a.button span.icon.reload,button span.icon.reload{background-position:0 calc(-646px + var(--light-icon))}a.button:hover span.icon.reload,button:hover span.icon.reload{background-position:0 -660px}a.button span.icon.rightarrow,button span.icon.rightarrow{background-position:0 calc(-674px + var(--light-icon))}a.button:hover span.icon.rightarrow,button:hover span.icon.rightarrow{background-position:0 -689px}a.button span.icon.rss,button span.icon.rss{background-position:0 calc(-704px + var(--light-icon))}a.button:hover span.icon.rss,button:hover span.icon.rss{background-position:0 -719px}a.button span.icon.tag,button span.icon.tag{background-position:0 calc(-734px + var(--light-icon))}a.button:hover span.icon.tag,button:hover span.icon.tag{background-position:0 -749px}a.button span.icon.trash,button span.icon.trash{background-position:0 calc(-764px + var(--light-icon))}a.button:hover span.icon.trash,button:hover span.icon.trash{background-position:0 -779px}a.button span.icon.unlock,button span.icon.unlock{background-position:0 calc(-794px + var(--light-icon))}a.button:hover span.icon.unlock,button:hover span.icon.unlock{background-position:0 -809px}a.button span.icon.uparrow,button span.icon.uparrow{background-position:0 calc(-824px + var(--light-icon))}a.button:hover span.icon.uparrow,button:hover span.icon.uparrow{background-position:0 -839px}a.button span.icon.user,button span.icon.user{background-position:0 calc(-854px + var(--light-icon))}a.button:hover span.icon.user,button:hover span.icon.user{background-position:0 -869px}a.button span.icon.at,button span.icon.at{background-position:0 calc(-884px + var(--light-icon))}a.button:hover span.icon.at,button:hover span.icon.at{background-position:0 -899px}a.button span.icon.bolt,button span.icon.bolt{background-position:0 calc(-914px + var(--light-icon))}a.button:hover span.icon.bolt,button:hover span.icon.bolt{background-position:0 -929px}a.button span.icon.book2,button span.icon.book2{background-position:0 calc(-944px + var(--light-icon))}a.button:hover span.icon.book2,button:hover span.icon.book2{background-position:0 -959px}a.button span.icon.calendar2,button span.icon.calendar2{background-position:0 calc(-974px + var(--light-icon))}a.button:hover span.icon.calendar2,button:hover span.icon.calendar2{background-position:0 -989px}a.button span.icon.camera,button span.icon.camera{background-position:0 calc(-1004px + var(--light-icon))}a.button:hover span.icon.camera,button:hover span.icon.camera{background-position:0 -1019px}a.button span.icon.denied,button span.icon.denied{background-position:0 calc(-1034px + var(--light-icon))}a.button:hover span.icon.denied,button:hover span.icon.denied{background-position:0 -1049px}a.button span.icon.document,button span.icon.document{background-position:0 calc(-1064px + var(--light-icon))}a.button:hover span.icon.document,button:hover span.icon.document{background-position:0 -1080px}a.button span.icon.info,button span.icon.info{background-position:0 calc(-1096px + var(--light-icon))}a.button:hover span.icon.info,button:hover span.icon.info{background-position:0 -1111px}.switch{position:absolute;margin-left:-9999px;visibility:hidden}.switch+label{display:inline-block;position:relative;cursor:pointer;outline:none;user-select:none;padding:2px;width:42px;height:21px;margin:0 7px;background-color:var(--switch-color);transition:background .4s}.switch+label:before,.switch+label:after{display:block;position:absolute;content:""}.switch+label:before{inset:1px;background-color:var(--light-gray-color);transition:background .4s}.switch+label:after{top:4px;left:4px;bottom:4px;width:17px;margin-left:10px;background-color:var(--toggle-button-color);line-height:9px;color:var(--global-text-color-1);transition:margin .4s,background .4s;box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-o-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-ms-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-moz-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-webkit-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2)}.switch.switch-done+label:after{margin-left:0}.switch:checked+label:before{background-color:var(--accent-color-4)}.switch:checked+label:after{margin-left:10px}.switch.switch-done:checked+label:after{margin-left:21px}.switch.state0+label:after{content:"."}.switch.state1+label:after{content:".."}.switch.state2+label:after{content:"..."}input[type=text],input[type=email],input[type=file],input[type=tel],input[type=url],input[type=number],input[type=password],input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:2.999997px 7px 3.999996px;white-space:nowrap;background:var(--form-input-background-color);border-radius:2px;border:1px solid var(--light-gray-color);font-family:var(--body-font);height:28px;margin:3.999996px 0 2.999997px;color:var(--global-text-color-2)}input[type=text]:focus,input[type=email]:focus,input[type=file]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus{border:1px solid var(--main-color);outline:0;color:var(--global-text-color-2)}input,select{color:var(--global-text-color-2);background:var(--global-background-color-1)}.formlib-generated input[type=text],.formlib-generated input[type=email],.formlib-generated input[type=file],.formlib-generated input[type=tel],.formlib-generated input[type=url],.formlib-generated input[type=number],.formlib-generated input[type=password],.formlib-generated input[type=search]{width:45%;color:var(--global-text-color-2);background:var(--global-background-color-1)}#csrf_protection{display:none}.formlib-generated select{background:var(--form-input-background-color);border:1px solid var(--light-gray-color)!important;border-radius:2px;font-family:var(--body-font);padding:3px 7px;color:var(--global-text-color-2)}.form-textarea-wrapper{padding:0 7px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.formlib-generated textarea{background:var(--form-input-background-color);border:1px solid var(--wmd-prompt-border)!important;border-radius:2px;padding:7px;color:var(--global-text-color-2)}.formlib-generated label{width:20%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:right;padding-right:7px;line-height:35px;display:inline-block}.form-help{width:35%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:right;padding-left:42px;position:relative}.form-description{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:var(--form-input-background-color);border:1px solid var(--main-color);border-radius:2px;padding:3px 7px 2px;display:block;position:relative;top:4px;right:7px}.markdown-help{z-index:1}.markdown-help ul{margin-left:18px;padding:9px;color:var(--global-text-color-2)}.markdown-help h3{border-bottom:1px solid var(--markdown-help-color);line-height:30px;padding-left:18px;color:var(--global-text-color-2)}form .section-dropdown{width:97%;margin:0 1.5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid var(--body-bg-color);background:var(--form-input-background-color);padding:7px}form .section-dropdown .section-dropdown-groups-wrapper{width:50%;float:right}form .section-dropdown .section-dropdown-groups-wrapper h3{padding-left:0}form .section-dropdown .section-dropdown-groups-wrapper dt{font-weight:800}form .section-dropdown .section-dropdown-groups-wrapper dd{padding-left:7px}form .section-dropdown .section-dropdown-select{width:50%;padding:7px 14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}form .section-dropdown .section-dropdown-select select{width:100%}form .section-dropdown .section-dropdown-select label{width:50%}form .section-dropdown:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}@media (max-width: 400px){.formlib-generated input[type=text],.formlib-generated input[type=email],.formlib-generated input[type=file],.formlib-generated input[type=tel],.formlib-generated input[type=url],.formlib-generated input[type=number],.formlib-generated input[type=password],.formlib-generated input[type=search]{width:58%}.formlib-generated label{width:40%}.form-help{display:none}form .section-dropdown .section-dropdown-groups-wrapper,form .section-dropdown .section.section-dropdown-select{width:100%}}fieldset.with-legend{border:1px solid var(--light-gray-color);margin:14px;padding:7px}fieldset.with-legend legend{margin:5px;padding:2px}.wmd-preview{border-top:7px solid var(--main-color);border-bottom:7px solid var(--main-color);padding:7px 0;margin:7px 0}textarea.markdown{box-sizing:border-box;width:100%;padding:7px;position:relative;top:-2px;border-top-left-radius:0;border-top-right-radius:0}.wmd-button-bar{display:block;width:100%;height:30px;background-color:var(--wmd-prompt-background);border-top:1px solid var(--wmd-prompt-border);border-left:1px solid var(--wmd-prompt-border);border-right:1px solid var(--wmd-prompt-border);border-top-left-radius:2px;border-top-right-radius:2px;overflow:hidden;box-sizing:border-box}.wmd-button,.wmd-spacer{width:22px;height:22px;margin:4px}.wmd-button{background:url(../images/timini/wmd-buttons.png);background-repeat:no-repeat;background-position:0px 0px}.wmd-button:hover{background-color:var(--wmd-button-hover-color);cursor:pointer}.wmd-button-bar .wmd-button-row li{display:block;float:left;position:relative}.wmd-prompt-background{background-color:var(--wmd-prompt-background)}.wmd-prompt-dialog{border:1px solid var(--wmd-prompt-border);background-color:var(--wmd-prompt-dialog-background)}.wmd-prompt-dialog>div{font-size:.8em;font-family:arial,helvetica,sans-serif}.wmd-prompt-dialog>form>input[type=text]{border:1px solid var(--wmd-prompt-border);color:var(--wmd-prompt-background)}.wmd-prompt-dialog>form>input[type=button]{border:1px solid var(--wmd-prompt-dialog-border);font-family:trebuchet MS,helvetica,sans-serif;font-size:.8em;font-weight:700}.article-column .wmd-button{top:-18px!important}.article-column textarea.markdown{top:-20px}:root[data-theme=christmas]{--main-color: #e1ac00;--accent-color-1: #9b1010;--accent-color-2: #20610c;--accent-color-3: #2f8016;--accent-color-4: #cc2222;--accent-color-5: var(--main-color);--light-blue-color: var(--main-color);--dark-blue-color: var(--accent-color-1);--red-color: rgb(204, 0, 0);--orange-color: var(--main-color);--green-color: rgb(130, 189, 63);--background-color: #fff5fe;--dark-gray-color: var(--accent-color-1);--light-gray-color: var(--accent-color-4);--very-light-gray-color: var(--accent-color-4);--body-bg-color: #dee7ff;--background-header-banner: url(../images/timini/buckyball-red.png);--global-text-color-1: rgb(255, 255, 255);--global-text-color-2: #000000;--global-text-color-3: #fff;--global-text-color-4: var( --accent-color-4 );--global-text-color-5: var( --accent-color-4 );--global-h1-color: var( --global-text-color-2 );--global-background-color-1: #fff;--list-other-color: #f7f7f7;--nav-bar-color: var(--very-light-gray-color);--header-text-color: var(--global-text-color-1);--header-hover-color: var(--main-color);--newsfeed-h2-color: var(--main-color);--newsfeed-h3-color: var(--global-text-color-3);--hva-er-nano-color: var(--accent-color-1);--quotes-color: var(--main-color);--forum-header-color: var(--global-text-color-1);--forum-breadcrumb-color: var(--accent-color-1);--signature-color: var(--main-color);--comment-cackground: var(--accent-color-4);--header-dropdown-menu: var( --accent-color-1 );--newsfeed-accent-color-0: var(--accent-color-4);--newsfeed-accent-color-1: var(--newsfeed-accent-color-0);--newsfeed-accent-color-2: var(--newsfeed-accent-color-0);--newsfeed-accent-color-3: var(--newsfeed-accent-color-0);--newsfeed-accent-color-4: var(--newsfeed-accent-color-0);--newsfeed-accent-color-5: var(--newsfeed-accent-color-0);--newsfeed-accent-color-6: var(--newsfeed-accent-color-0);--newsfeed-snippet-color: var(--background-color);--newsfeed-header-color: var(accent-color-4);--hoverfeed-background-color: var(--accent-color-1);--table-header-background-color: var(--accent-color-1);--link-hover-color: #ffd447;--ignored-thread-color: var(--global-text-color-2);--form-input-background-color: var(--list-other-color);--newsfeed-quote-vote-color: var(--background-color);--newsfeed-link-color: #e9e9e9;--main-navigation-background-color: var(--body-bg-color);--main-navigation-header-color: var(--light-gray-color);--profile-popup-background-color: var(--very-light-gray-color);--metadata-color: var(--global-text-color-2);--mobile-menu-header-background-color: var(--very-light-gray-color);--mobile-menu-header-color: var(--global-text-color-3);--switch-color: var(--very-light-gray-color);--cash-cink-color: var(--main-color);--cash-product-card-color: var(--accent-color-4);--cash-product-price-color: var(--accent-color-1);--calendar-icon-number-color: var(--accent-color-2);--calendar-icon-month-color: var(--accent-color-1);--markdown-help-color: #cacaca;--ins-text-background-color: #ffff99;--ins-text-color: #000000;--mark-text-background-color: #ffff99;--mark-text-color: #000000;--hr-border-color: #cccccc;--level-1-1: rgba(0, 0, 0, .06);--level-1-2: rgba(0, 0, 0, .12);--level-2-1: rgba(0, 0, 0, .08);--level-2-2: rgba(0, 0, 0, .12);--level-3-1: rgba(0, 0, 0, .1);--level-3-2: rgba(0, 0, 0, .12);--level-4-1: rgba(0, 0, 0, .12);--level-4-2: rgba(0, 0, 0, .12);--level-5-1: rgba(0, 0, 0, .14);--level-5-2: rgba(0, 0, 0, .08);--level-1: rgba(0, 0, 0, .06);--level-2: rgba(0, 0, 0, .08);--level-3: rgba(0, 0, 0, .1);--level-4: rgba(0, 0, 0, .12);--level-5: rgba(0, 0, 0, .14);--ripple-wave-color: rgba(255, 255, 255, 1);--pagination-color: rgba(0, 0, 0, .24);--ui-datepicker-color: rgba(0, 0, 0, .235);--jquery-box-shadow: rgba(0, 0, 0, .4);--banto-pop-up-box-shadow: rgba(0, 0, 0, .235);--banto-pop-up-background: rgba(0, 0, 0, .3);--footer-box-shadow: rgba(0, 0, 0, .5);--message-box-shadow: rgba(0, 0, 0, .4);--document-header-box-shadow: rgba(0, 0, 0, .08);--search-header-border-color: #ffffff;--dropdown-menu-box-shadow: rgba(0, 0, 0, 0);--pagination-hover-color: #fff;--footer-update-button-color: #fff;--button-background-color: #c53737;--button-text-color: #ffffff;--button-text-shadow: transparent;--button-pressed-background-color: var( --button-background-color );--button-hover-color: #fff;--button-hover-background: var(--button-background-color);--button-active-color: var(--button-background-color);--button-negative-hover-background: #ea4630;--button-negative-hover-color: #fff;--button-negative-active-background: #992d1f;--button-positive-hover-background: #90ea86;--button-positive-active-background: #45bf55;--button-hover-text-shadow: rgba(0, 0, 0, .3);--header-button-color: #2b6901;--toggle-button-color: #e3e3e3;--light-icon: -15px;--wmd-button-hover-color: #888;--wmd-prompt-border: #999999;--wmd-prompt-background: #fcfcfc;--wmd-prompt-dialog-border: #aaa;--wmd-prompt-dialog-background: #555;--wmd-prompt-dialog-text: white;--main-menu-icons: url(../images/timini/modules/gold-menu-icons.png);--main-menu-icons-2x: url(../images/timini/modules/gold-menu-icons-2x.png);--create-item-article: url(../images/timini/create-content/create-item-article-red.png);--create-item-documents: url(../images/timini/create-content/create-item-documents-red.png);--create-item-gallery: url(../images/timini/create-content/create-item-gallery-red.png);--create-item-event: url(../images/timini/create-content/create-item-event-red.png);--logo-color: #fff;--logo-subcolor: var( --accent-color-4 );--social-icon-color: #ffffff;--header-font: "ff-kava-web-pro", "Yanone Kaffeesatz", sans-serif;--body-font: "Trebuchet MS", sans-serif;--cursor: url(https://cur.cursors-4u.net/holidays/hol-5/hol417.cur), auto !important}@keyframes snowfall{0%{transform:translate3d(var(--left-ini),0,0)}to{transform:translate3d(var(--left-end),120vh,0)}}.snowflake{width:var(--size);height:var(--size);background:white;border-radius:50%;position:absolute;top:-5vh;left:var(--left);animation:snowfall var(--speed) linear infinite;animation-delay:var(--delay)}:root[data-theme=dark]{--main-color: #5898bf;--accent-color-1: #24485e;--accent-color-2: #a23232;--accent-color-3: #bd868d;--accent-color-4: #33756b;--accent-color-5: var(--main-color);--light-blue-color: var(--main-color);--dark-blue-color: var(--accent-color-1);--red-color: var(--accent-color-2);--orange-color: var(--accent-color-3);--green-color: var(--accent-color-4);--background-color: #252525;--dark-gray-color: #2a2a2a;--light-gray-color: #303030;--very-light-gray-color: #353535;--body-bg-color: #202020;--background-header-banner: ;--global-text-color-1: #dedede;--global-text-color-2: #dedede;--global-text-color-3: #999;--global-h1-color: #dedede;--global-background-color-1: #252525;--list-other-color: var(--dark-gray-color);--nav-bar-color: var(--very-light-gray-color);--header-text-color: var(--main-color);--header-hover-color: var(--link-hover-color);--newsfeed-h2-color: var(--main-color);--newsfeed-h3-color: var(--main-color);--hva-er-nano-color: var(--accent-color-1);--quotes-color: var(--main-color);--forum-header-color: var(--global-h1-color);--forum-breadcrumb-color: var(--accent-color-1);--signature-color: var(--global-text-color-3);--comment-cackground: var(--main-color);--header-dropdown-menu: var(--global-background-color-1);--newsfeed-accent-color-0: var(--accent-color-1);--newsfeed-accent-color-1: var(--accent-color-1);--newsfeed-accent-color-2: var(--accent-color-1);--newsfeed-accent-color-3: var(--accent-color-1);--newsfeed-accent-color-4: var(--accent-color-1);--newsfeed-accent-color-5: var(--accent-color-1);--newsfeed-accent-color-6: var(--accent-color-1);--newsfeed-snippet-color: var(--very-light-gray-color);--newsfeed-header-color: var(--very-light-gray-color);--hoverfeed-background-color: var(--very-light-gray-color);--table-header-background-color: var(--accent-color-1);--link-hover-color: #89b6d2;--ignored-thread-color: var(--global-text-color-2);--form-input-background-color: var(--dark-gray-color);--newsfeed-quote-vote-color: var(--very-light-gray-color);--newsfeed-link-color: #e9e9e9;--main-navigation-background-color: var(--body-bg-color);--main-navigation-header-color: var(--main-color);--profile-popup-background-color: var(--very-light-gray-color);--metadata-color: var(--global-text-color-3);--mobile-menu-header-background-color: var(--very-light-gray-color);--mobile-menu-header-color: var(--main-color);--switch-color: var(--very-light-gray-color);--cash-cink-color: var(--main-color);--cash-product-card-color: var(--very-light-gray-color);--cash-product-price-color: var(--accent-color-4);--calendar-icon-number-color: var(--accent-color-1);--calendar-icon-month-color: var(--main-color);--markdown-help-color: #cacaca;--ins-text-background-color: #ffff99;--ins-text-color: #000000;--mark-text-background-color: #ffff99;--mark-text-color: #000000;--hr-border-color: #cccccc;--level-1-1: rgba(0, 0, 0, .06);--level-1-2: rgba(0, 0, 0, .12);--level-2-1: rgba(0, 0, 0, .08);--level-2-2: rgba(0, 0, 0, .12);--level-3-1: rgba(0, 0, 0, .1);--level-3-2: rgba(0, 0, 0, .12);--level-4-1: rgba(0, 0, 0, .12);--level-4-2: rgba(0, 0, 0, .12);--level-5-1: rgba(0, 0, 0, .14);--level-5-2: rgba(0, 0, 0, .08);--level-1: rgba(0, 0, 0, .06);--level-2: rgba(0, 0, 0, .08);--level-3: rgba(0, 0, 0, .1);--level-4: rgba(0, 0, 0, .12);--level-5: rgba(0, 0, 0, .14);--ripple-wave-color: rgba(255, 255, 255, 1);--pagination-color: rgba(0, 0, 0, .24);--ui-datepicker-color: rgba(0, 0, 0, .235);--jquery-box-shadow: rgba(0, 0, 0, .4);--banto-pop-up-box-shadow: rgba(0, 0, 0, .235);--banto-pop-up-background: rgba(0, 0, 0, .3);--footer-box-shadow: rgba(255, 255, 255, .08);--message-box-shadow: rgba(0, 0, 0, .4);--document-header-box-shadow: rgba(0, 0, 0, .08);--search-header-border-color: var(--accent-color-1);--dropdown-menu-box-shadow: rgba(0, 0, 0, 0);--pagination-hover-color: #fff;--footer-update-button-color: #fff;--button-background-color: var(--light-gray-color);--button-text-color: var(--global-text-color-2);--button-text-shadow: transparent;--button-pressed-background-color: var( --button-background-color );--button-hover-color: var(--global-text-color-1);--button-hover-background: #74a8e1;--button-active-color: #4c83c0;--button-negative-hover-background: #be4c45;--button-negative-hover-color: #fff;--button-negative-active-background: #a5211e;--button-positive-hover-background: #90ea86;--button-positive-active-background: #45bf55;--button-hover-text-shadow: rgba(0, 0, 0, .3);--header-button-color: #3a3a3a;--toggle-button-color: #9a9a9a;--light-icon: -15px;--wmd-button-hover-color: #888;--wmd-prompt-border: #999999;--wmd-prompt-background: #2c2c2c;--wmd-prompt-dialog-border: #aaa;--wmd-prompt-dialog-background: #555;--wmd-prompt-dialog-text: white;--main-menu-icons: url(../images/timini/modules/blue-menu-icons.png);--main-menu-icons-2x: url(../images/timini/modules/blue-menu-icons-2x.png);--create-item-article: url(../images/timini/create-content/create-item-article.png);--create-item-documents: url(../images/timini/create-content/create-item-documents.png);--create-item-gallery: url(../images/timini/create-content/create-item-gallery.png);--create-item-event: url(../images/timini/create-content/create-item-event.png);--logo-color: var(--main-color);--logo-subcolor: #fff;--social-icon-color: #ffffff;--header-font: "ff-kava-web-pro", "Yanone Kaffeesatz", sans-serif;--body-font: "Trebuchet MS", sans-serif}:root{--main-color: rgb(57, 154, 213);--accent-color-1: rgb(37, 99, 138);--accent-color-2: rgb(204, 0, 0);--accent-color-3: rgb(234, 129, 36);--accent-color-4: rgb(130, 189, 63);--accent-color-5: var(--main-color);--light-blue-color: var(--main-color);--dark-blue-color: var(--accent-color-1);--red-color: var(--accent-color-2);--orange-color: var(--accent-color-3);--green-color: var(--accent-color-4);--background-color: #fff;--dark-gray-color: #303030;--light-gray-color: rgb(178, 178, 171);--very-light-gray-color: #fafafa;--body-bg-color: #f0f0f1;--background-header-banner: ;--global-text-color-1: #fff;--global-text-color-2: #000;--global-text-color-3: #999;--global-h1-color: var(--dark-gray-color);--global-background-color-1: #ffffff;--list-other-color: #f7f7f7;--nav-bar-color: var(--very-light-gray-color);--header-text-color: var(--accent-color-1);--header-hover-color: var(--main-color);--newsfeed-h2-color: var(--main-color);--newsfeed-h3-color: var(--accent-color-1);--hva-er-nano-color: var(--main-color);--quotes-color: var(--accent-color-3);--forum-header-color: var(--dark-gray-color);--forum-breadcrumb-color: var(--accent-color-1);--signature-color: var(--global-text-color-3);--comment-cackground: var(--main-color);--header-dropdown-menu: var(--global-background-color-1);--newsfeed-accent-color-0: var(--main-color);--newsfeed-accent-color-1: var(--accent-color-1);--newsfeed-accent-color-2: var(--accent-color-2);--newsfeed-accent-color-3: var(--accent-color-3);--newsfeed-accent-color-4: var(--accent-color-4);--newsfeed-accent-color-5: var(--dark-gray-color);--newsfeed-accent-color-6: var(--light-gray-color);--newsfeed-snippet-color: var(--very-light-gray-color);--newsfeed-header-color: var(--very-light-gray-color);--hoverfeed-background-color: var(--very-light-gray-color);--table-header-background-color: var(--accent-color-4);--link-hover-color: var( --accent-color-1 );--ignored-thread-color: var(--dark-gray-color);--form-input-background-color: var(--background-color);--newsfeed-quote-vote-color: var(--very-light-gray-color);--newsfeed-link-color: #e9e9e9;--main-navigation-background-color: var(--body-bg-color);--main-navigation-header-color: var(--main-color);--profile-popup-background-color: var(--very-light-gray-color);--metadata-color: var(--global-text-color-3);--mobile-menu-header-background-color: var(--very-light-gray-color);--mobile-menu-header-color: var(--main-color);--switch-color: var(--very-light-gray-color);--cash-cink-color: var(--main-color);--cash-product-card-color: var(--very-light-gray-color);--cash-product-price-color: var(--accent-color-4);--calendar-icon-number-color: var(--accent-color-1);--calendar-icon-month-color: var(--main-color);--markdown-help-color: #cacaca;--ins-text-background-color: #ffff99;--ins-text-color: #000000;--mark-text-background-color: #ffff99;--mark-text-color: #000000;--hr-border-color: #cccccc;--level-1-1: rgba(0, 0, 0, .12);--level-1-2: rgba(0, 0, 0, .24);--level-2-1: rgba(0, 0, 0, .16);--level-2-2: rgba(0, 0, 0, .23);--level-3-1: rgba(0, 0, 0, .19);--level-3-2: rgba(0, 0, 0, .23);--level-4-1: rgba(0, 0, 0, .25);--level-4-2: rgba(0, 0, 0, .22);--level-5-1: rgba(0, 0, 0, .3);--level-5-2: rgba(0, 0, 0, .22);--level-1: rgba(0, 0, 0, .12);--level-2: rgba(0, 0, 0, .16);--level-3: rgba(0, 0, 0, .19);--level-4: rgba(0, 0, 0, .25);--level-5: rgba(0, 0, 0, .3);--ripple-wave-color: rgba(255, 255, 255, 1);--pagination-color: rgba(0, 0, 0, .24);--ui-datepicker-color: rgba(0, 0, 0, .235);--jquery-box-shadow: rgba(0, 0, 0, .4);--banto-pop-up-box-shadow: rgba(0, 0, 0, .235);--banto-pop-up-background: rgba(0, 0, 0, .3);--footer-box-shadow: rgba(0, 0, 0, .5);--message-box-shadow: rgba(0, 0, 0, .4);--document-header-box-shadow: rgba(0, 0, 0, .08);--search-header-border-color: var(--accent-color-1);--dropdown-menu-box-shadow: rgba(0, 0, 0, .3);--pagination-hover-color: #fff;--footer-update-button-color: #fff;--button-background-color: #efefef;--button-text-color: var(--dark-gray-color);--button-text-shadow: #efefef;--button-pressed-background-color: #e9e9ec;--button-hover-color: #fff;--button-hover-background: #74a8e1;--button-active-color: #4c83c0;--button-negative-hover-background: #be4c45;--button-negative-hover-color: #fff;--button-negative-active-background: #a5211e;--button-positive-hover-background: #90ea86;--button-positive-active-background: #45bf55;--button-hover-text-shadow: rgba(0, 0, 0, .3);--header-button-color: transparent;--toggle-button-color: #ffffff;--light-icon: 0px;--wmd-button-hover-color: #ebece3;--wmd-prompt-border: #999999;--wmd-prompt-background: #fcfcfc;--wmd-prompt-dialog-border: #888888;--wmd-prompt-dialog-background: #f5f5f5;--wmd-prompt-dialog-text: black;--main-menu-icons: url(../images/timini/modules/blue-menu-icons.png);--main-menu-icons-2x: url(../images/timini/modules/blue-menu-icons-2x.png);--create-item-article: url(../images/timini/create-content/create-item-article.png);--create-item-documents: url(../images/timini/create-content/create-item-documents.png);--create-item-gallery: url(../images/timini/create-content/create-item-gallery.png);--create-item-event: url(../images/timini/create-content/create-item-event.png);--logo-color: var(--main-color);--logo-subcolor: var(--global-text-color-1);--social-icon-color: #000000;--header-font: "ff-kava-web-pro", "Yanone Kaffeesatz", sans-serif;--body-font: "Trebuchet MS", sans-serif}:root[data-theme=pink]{--main-color: #399ad5;--accent-color-1: #59023b;--accent-color-2: #59023b;--accent-color-3: #f257ac;--accent-color-4: #f2a0d5;--accent-color-5: #f257ac;--light-blue-color: var(--main-color);--dark-blue-color: var(--accent-color-1);--red-color: var(--accent-color-1);--orange-color: var(--accent-color-5);--green-color: #ace0bb;--background-color: #f2f2f2;--dark-gray-color: #59023b;--light-gray-color: var(--main-color);--very-light-gray-color: var(--accent-color-5);--body-bg-color: #f2d0e3;--background-header-banner: ;--global-text-color-1: #fff;--global-text-color-2: #000;--global-text-color-3: var(--background-color);--global-h1-color: var(--dark-gray-color);--global-background-color-1: var(--background-color);--list-other-color: #eaeaea;--nav-bar-color: var(--accent-color-5);--header-text-color: var(--accent-color-1);--header-hover-color: var(--accent-color-4);--newsfeed-h2-color: var(--accent-color-1);--newsfeed-h3-color: var(--accent-color-1);--hva-er-nano-color: var(--main-color);--quotes-color: var(--accent-color-1);--forum-header-color: var(--dark-gray-color);--forum-breadcrumb-color: var(--dark-gray-color);--signature-color: var(--accent-color-5);--comment-cackground: var(--accent-color-1);--header-dropdown-menu: var(--global-background-color-1);--newsfeed-accent-color-0: var( --accent-color-5 );--newsfeed-accent-color-1: var( --accent-color-1 );--newsfeed-accent-color-2: var( --light-gray-color );--newsfeed-accent-color-3: var( --light-gray-color );--newsfeed-accent-color-4: var(--very-light-gray-color);--newsfeed-accent-color-5: var(--dark-gray-color);--newsfeed-accent-color-6: var(--light-gray-color);--newsfeed-snippet-color: var(--background-color);--newsfeed-header-color: var(--very-light-gray-color);--hoverfeed-background-color: var(--body-bg-color);--table-header-background-color: var(--accent-color-2);--link-hover-color: var( --accent-color-1 );--ignored-thread-color: var(--dark-gray-color);--form-input-background-color: var(--background-color);--newsfeed-quote-vote-color: var(--light-gray-color);--newsfeed-link-color: var(--background-color);--main-navigation-background-color: var(--body-bg-color);--main-navigation-header-color: var(--accent-color-1);--profile-popup-background-color: var(--background-color);--metadata-color: #747474;--mobile-menu-header-background-color: var(--accent-color-1);--mobile-menu-header-color: var(--background-color);--switch-color: var(--background-color);--cash-cink-color: var(--global-text-color-1);--cash-product-card-color: var(--very-light-gray-color);--cash-product-price-color: var(--accent-color-4);--calendar-icon-number-color: var(--accent-color-1);--calendar-icon-month-color: var(--accent-color-3);--markdown-help-color: #cacaca;--ins-text-background-color: #ffff99;--ins-text-color: #000000;--mark-text-background-color: #ffff99;--mark-text-color: #000000;--hr-border-color: #cccccc;--level-1-1: rgba(0, 0, 0, .12);--level-1-2: rgba(0, 0, 0, .24);--level-2-1: rgba(0, 0, 0, .16);--level-2-2: rgba(0, 0, 0, .23);--level-3-1: rgba(0, 0, 0, .19);--level-3-2: rgba(0, 0, 0, .23);--level-4-1: rgba(0, 0, 0, .25);--level-4-2: rgba(0, 0, 0, .22);--level-5-1: rgba(0, 0, 0, .3);--level-5-2: rgba(0, 0, 0, .22);--level-1: rgba(0, 0, 0, .12);--level-2: rgba(0, 0, 0, .16);--level-3: rgba(0, 0, 0, .19);--level-4: rgba(0, 0, 0, .25);--level-5: rgba(0, 0, 0, .3);--ripple-wave-color: rgba(255, 255, 255, 1);--pagination-color: rgba(0, 0, 0, .24);--ui-datepicker-color: rgba(0, 0, 0, .235);--jquery-box-shadow: rgba(0, 0, 0, .4);--banto-pop-up-box-shadow: rgba(0, 0, 0, .235);--banto-pop-up-background: rgba(0, 0, 0, .3);--footer-box-shadow: rgba(0, 0, 0, .5);--message-box-shadow: rgba(0, 0, 0, .4);--document-header-box-shadow: rgba(0, 0, 0, .08);--search-header-border-color: var(--accent-color-1);--dropdown-menu-box-shadow: rgba(0, 0, 0, .3);--pagination-hover-color: #fff;--footer-update-button-color: #fff;--button-background-color: #fff;--button-text-color: var(--dark-gray-color);--button-text-shadow: #efefef;--button-pressed-background-color: #e9e9ec;--button-hover-color: #fff;--button-hover-background: #74a8e1;--button-active-color: #4c83c0;--button-negative-hover-background: #be4c45;--button-negative-hover-color: #fff;--button-negative-active-background: #a5211e;--button-positive-hover-background: #90ea86;--button-positive-active-background: #45bf55;--button-hover-text-shadow: rgba(0, 0, 0, .3);--header-button-color: transparent;--toggle-button-color: #f2f2f2;--light-icon: 0px;--wmd-button-hover-color: #ebece3;--wmd-prompt-border: #999999;--wmd-prompt-background: white;--wmd-prompt-dialog-border: #888888;--wmd-prompt-dialog-background: #f5f5f5;--wmd-prompt-dialog-text: black;--main-menu-icons: url(../images/timini/modules/pink-menu-icons.png);--main-menu-icons-2x: url(../images/timini/modules/pink-menu-icons-2x.png);--create-item-article: url(../images/timini/create-content/create-item-gallery-pink.png);--create-item-documents: url(../images/timini/create-content/create-item-gallery-pink.png);--create-item-gallery: url(../images/timini/create-content/create-item-gallery-pink.png);--create-item-event: url(../images/timini/create-content/create-item-gallery-pink.png);--logo-color: var(--accent-color-1);--logo-subcolor: #fff;--social-icon-color: #ff47d7;--header-font: "ff-kava-web-pro", "Yanone Kaffeesatz", sans-serif;--body-font: "Trebuchet MS", sans-serif;--cursor: url(https://cur.cursors-4u.net/nature/nat-8/nat793.cur), auto}.milestones-level{padding:14px;width:35px;height:35px;display:block;float:left}.activity-widget .no-milestones{position:relative;top:-18px!important;padding:14px;font-style:italic;color:var(--global-text-color-1)}.milestones-hoverbox-wrapper{display:none}.milestones-hoverbox{background-color:var(--background-color);color:var(--global-text-color-2);padding:7px;border-radius:3px;box-shadow:0 0 2px var(--level-4-1)}.milestones-hoverbox h3{margin-left:0;padding-left:0;color:var(--global-text-color-2);line-height:21px}.activity h1{color:var(--newsfeed-h3-color)}.activity h1.main-header{margin-left:7px}.activity h2{color:var(--newsfeed-h3-color)}.activity form #numLevels{width:70px}.activity .activity-admin{padding-bottom:14px}.activity table{margin:14px}.activity table.list{margin:0}.activity table.list th{background:var(--newsfeed-h3-color)}.activity button{margin-left:14px}.activity-title .progress{margin-left:7px;vertical-align:middle}.admin h1,.admin .admin-tools{padding:7px}.analytics-date-slider-container{margin:28px 7px 14px}#date-error-field{color:var(--accent-color-2);font-style:italic}.ui-rangeSlider{height:30px;padding-top:40px}.ui-rangeSlider,.ui-rangeSlider-container,.ui-rangeSlider-arrow{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.ui-rangeSlider-withArrows .ui-rangeSlider-container{margin:0 15px}.ui-rangeSlider-withArrows .ui-rangeSlider-container,.ui-rangeSlider-noArrow .ui-rangeSlider-container,.ui-rangeSlider-arrow{-webkit-box-shadow:inset 0 4px 6px -2px RGBA(0,0,0,.5);-moz-box-shadow:inset 0 4px 6px -2px RGBA(0,0,0,.5);box-shadow:inset 0 4px 6px -2px RGBA(0,0,0,.5)}.ui-rangeSlider-disabled.ui-rangeSlider-withArrows .ui-rangeSlider-container,.ui-rangeSlider-disabled.ui-rangeSlider-noArrow .ui-rangeSlider-container,.ui-rangeSlider-disabled .ui-rangeSlider-arrow{-webkit-box-shadow:inset 0 4px 6px -2px RGBA(0,0,0,.3);-moz-box-shadow:inset 0 4px 6px -2px RGBA(0,0,0,.3);box-shadow:inset 0 4px 6px -2px RGBA(0,0,0,.3)}.ui-rangeSlider-noArrow .ui-rangeSlider-container{border-left:solid 1px #515862;border-right:solid 1px #515862}.ui-rangeSlider-disabled.ui-rangeSlider-noArrow .ui-rangeSlider-container{border-color:#8490a3}.ui-rangeSlider-container,.ui-rangeSlider-arrow{height:30px;border-top:solid 1px #232a32;border-bottom:solid 1px #6a7179}.ui-rangeSlider-disabled .ui-rangeSlider-container,.ui-rangeSlider-disabled .ui-rangeSlider-arrow{border-top-color:#49576b;border-bottom-color:#9ca7b3}.ui-rangeSlider-container,.ui-rangeSlider-arrow,.ui-rangeSlider-label{background:#67707f;background:-moz-linear-gradient(top,#67707f 0%,#888da0 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#67707f),color-stop(100%,#888da0))}.ui-rangeSlider-disabled .ui-rangeSlider-container,.ui-rangeSlider-disabled .ui-rangeSlider-arrow,.ui-rangeSlider-disabled .ui-rangeSlider-label{background:#95a4bd;background:-moz-linear-gradient(top,#95a4bd 0%,#b2bbd8 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#95a4bd),color-stop(100%,#b2bbd8))}.ui-rangeSlider-arrow{width:14px;cursor:pointer}.ui-rangeSlider-leftArrow{border-left:solid 1px #515862}.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow{border-left-color:#8792a2}.ui-rangeSlider-rightArrow{border-right:solid 1px #515862}.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow{border-right-color:#8792a2}.ui-rangeSlider-arrow-inner{position:absolute;top:50%;border:10px solid transparent;width:0;height:0;margin-top:-10px}.ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner{border-right:10px solid #a4a8b7;left:0;margin-left:-8px}.ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner{border-right:10px solid #b3b6c2}.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow .ui-rangeSlider-arrow-inner,.ui-rangeSlider-disabled .ui-rangeSlider-leftArrow:hover .ui-rangeSlider-arrow-inner{border-right-color:#bbc0cf}.ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner{border-left:10px solid #a4a8b7;right:0;margin-right:-8px}.ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner{border-left:10px solid #b3b6c2}.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow .ui-rangeSlider-arrow-inner,.ui-rangeSlider-disabled .ui-rangeSlider-rightArrow:hover .ui-rangeSlider-arrow-inner{border-left-color:#bbc0cf}.ui-rangeSlider-innerBar{width:110%;height:100%;left:-10px;overflow:hidden}.ui-rangeSlider-bar{background:var(--accent-color-4);height:29px;margin:1px 0;cursor:move;cursor:grab;cursor:-moz-grab;-webkit-box-shadow:inset 0 2px 6px RGBA(0,0,0,.5);-moz-box-shadow:inset 0 2px 6px RGBA(0,0,0,.5);box-shadow:inset 0 2px 6px RGBA(0,0,0,.5)}.ui-rangeSlider-disabled .ui-rangeSlider-bar{background:#93aeca;-webkit-box-shadow:inset 0 2px 6px RGBA(0,0,0,.3);-moz-box-shadow:inset 0 2px 6px RGBA(0,0,0,.3);box-shadow:inset 0 2px 6px RGBA(0,0,0,.3)}.ui-rangeSlider-handle{width:10px;height:30px;background:transparent;cursor:col-resize}.ui-rangeSlider-label{padding:5px 10px;bottom:40px;-webkit-box-shadow:0 1px 0 #c2c5d6;-moz-box-shadow:0 1px 0 #c2c5d6;box-shadow:0 1px #c2c5d6;color:#fff;font-size:15px;cursor:col-resize}.ui-rangeSlider-label-inner{position:absolute;top:100%;left:50%;display:block;z-index:99;border-left:10px solid transparent;border-right:10px solid transparent;margin-left:-10px;border-top:10px solid #888da0}.ui-rangeSlider-disabled .ui-rangeSlider-label-inner{border-top-color:#b2bbd8}.ui-editRangeSlider-inputValue{width:2em;text-align:center;font-size:15px}.ui-rangeSlider .ui-ruler-scale{position:absolute;inset:0}.ui-rangeSlider .ui-ruler-tick{float:left}.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner{color:#fff;margin-top:1px;border-left:1px solid white;height:29px;padding-left:2px;position:relative}.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-label{position:absolute;bottom:6px}.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-inner{border-left:1px solid white;margin-top:25px;height:5px}.article .box h2{color:var(--main-color)}.article .box h2.inverse{background:var(--main-color);color:#fff}.article h1{color:var(--main-color)}.article article header{border-top:7px solid var(--main-color)}.article.edit form{padding-bottom:7px}.article-metadata{padding:0 14px;color:var(--metadata-color)}.author-info{padding:7px 0}.article-author-image{width:70px;float:left;margin-right:7px}@media (max-width: 400px){.article-metadata{padding:0 7px}}.article-widget{display:block;color:var(--global-text-color-1)}.article-widget a{color:var(--global-text-color-1);text-decoration:none}.article-widget ul{list-style-type:none;padding:0;margin-left:7px}.article-widget th{width:50%;padding:7px 7px 0;font-family:var(--header-font);font-weight:300;font-size:21px;text-align:left}.article-widget td{padding:0 7px 7px}.article-widget .article-array-section-1{background:var(--accent-color-1)}.article-widget .article-array-section-2{background:var(--accent-color-2)}.article-widget .article-array-section-3{background:var(--accent-color-4)}.article-widget .article-array-section-4{background:var(--accent-color-3)}.newsfeed .feed-item.module-Article{position:relative;overflow:hidden}.newsfeed .feed-item.module-Article .feed-article-image{float:left;width:40%}.newsfeed .feed-item.module-Article .feed-article-info{display:block;box-sizing:border-box;width:60%;float:left;padding-left:7px}.newsfeed .feed-item.module-Article .feed-article-info .article-title{font-size:21px;line-height:35px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:var(--header-font);font-weight:300;display:block;text-decoration:none;color:var(--global-text-color-2)}.newsfeed .feed-item.module-Article .feed-article-info .article-author{display:block}.newsfeed .feed-item.module-Article .feed-content:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.delete-article{margin-left:1em;margin-bottom:1em}.bedpres-list-increment,.bedpres-list-decrement{width:30px;text-align:center;color:var(--global-text-color-1);background:var(--light-gray-color)}.bedpres-list-increment:hover,.bedpres-list-decrement:hover{cursor:pointer}.bedpres-list-box-box{display:grid;width:100%;grid-template-columns:1fr 1fr}.bedpres-list-box-box h1{grid-column:1/3;width:100%}.bedpres-list-box-box .bedpres-list-year-box{grid-column:span 1;box-sizing:content-box}.bedpres-list-viewing-user{background:rgba(var(--accent-color-1),.2)!important}.bedpres-list-year-box{width:100%;float:left;margin:0 0 50px 1%}.bedpres-list-year-box h3{margin:0 0 0 2%}.bedpres-list-list.list th{background-color:var(--accent-color-4);font-size:16px;height:10px}.bedpres-list-list.list .bedpres-list-count{text-align:center}.bedpres-list-switch-list{padding-left:21px;background:url(../images/timini/icons/sort.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.bedpres-list-name a{color:var(--global-text-color-2)}.bedpres-list-name a:link,.bedpres-list-name a:visited{text-decoration:none}.bedpres-list-name a:hover,.bedpres-list-name a:active{text-decoration:underline}.bedpres-list-toolbox{margin-top:63px}#bedpres-list-length-label{width:30px}@media (max-width: 800px){.bedpres-list-year-box{width:100%;margin:0}.bedpres-list-box-box{display:grid;width:100%;grid-template-columns:1fr}.bedpres-list-box-box h1{grid-column:1/2;width:100%}}.books h1{margin:7px}.books .box h1{margin:0}.books .column h2{padding:0 7px}.books h3{padding:0}.books .column{width:33.3333%;float:left}.books .column-2{width:66.6667%;float:left}.books .toolbox-column{width:33.3333%;float:right}.books .toolbox{margin:7px 7px 14px}.books .align-right{text-align:right}.books .form-container{padding:14px 0}.books .books-frontpage-box p{padding:7px 14px}.books .books-frontpage-box .mainpage-authors{font-size:14pt}.books .books-frontpage-box .wishlist-attention{color:var(--accent-color-4);font-weight:700}.books .books-frontpage-box table td{padding:7px 14px}.books .books-recent-activity-box .name{font-weight:700}.books .books-recent-activity-box .title{font-weight:700;font-style:italic}.books .books-recent-activity-box .authors{font-weight:700}.books .books-recent-activity-box .books-recent-text{margin:7px 0;padding-left:7px;border-left:solid;border-color:var(--main-color)}.books .books-recent-activity-box .books-margin-top{margin-top:7px}.books .books-recent-activity-box .books-timestamp{font-size:10pt;color:var(--global-text-color-2)}.books .books-search-box{margin-top:7px}.books .books-search-box .books-search{padding:14px 0}.books .books-search-box .books-search fieldset label{width:70px}.books .books-search-box .books-search fieldset input{width:210px;max-width:65%}.books .books-search-box .books-search fieldset button{margin-top:7px}.books .book-header{background:var(--accent-color-1);color:var(--global-text-color-1)}.books .book-header .authors{font-size:21px}.books .book-header-final{background:var(--main-color);color:var(--global-text-color-1)}.books .list-books-box{margin-bottom:28px}.books .list-books-box .book-info{padding:14px}.books .list-books-box .book-info:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.books .list-books-box .book-info .book-info-top:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.books .list-books-box .book-info .book-info-top ul{float:left;margin-right:28px}.books .list-books-box .book-info .book-info-top ul li{margin-bottom:7px}.books .list-books-box .book-info .book-info-top ul li .courses{font-weight:700}.books .list-books-box .book-info .book-info-top ul li .green-hilight{color:var(--accent-color-4);font-weight:700}.books .list-books-box .book-info .book-info-top .book-admin-button{float:right;height:0}.books .list-books-box .book-info .books-not-found{margin-bottom:7px}.books .list-books-box .book-info .books-not-found:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.books .list-books-box .book-info .button{float:left;margin:7px 7px 0 0}.books .list-books-box .book-info .wish-info{float:left;margin-top:14px;color:var(--metadata-color);font-size:12px}.books .list-books-box .offer-table-closed{display:none}.books .list-books-box .offer-table th{padding:0 14px}.books .list-books-box .offer-table td{padding:7px 14px}.books .list-books-box .offer-table .ed-short,.books .list-books-box .mobile-table{display:none}.books .list-books-box .mobile-table .mobile-offer-top{width:100%;margin-bottom:7px}.books .list-books-box .mobile-table .mobile-offer-top .mobile-offer-info{float:left}.books .list-books-box .mobile-table .mobile-offer-top .mobile-offer-info .mobile-price{font-weight:700}.books .list-books-box .mobile-table .mobile-offer-top .mobile-offer-button{float:right}.books .list-books-box .mobile-table .mobile-offer-top:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.books .list-books-box .mobile-table .mobile-offer-text{width:100%}.books .book-box{border:1px solid var(--body-bg-color);background:var(--very-light-gray-color);margin:-7px 7px 14px;padding:7px}.books .contact-buyers-box h2{background:var(--accent-color-4);color:var(--global-text-color-1)}.books .contact-buyers-box div:nth-child(2n){background:var(--list-other-color)}.books .contact-buyers-box div div{float:left;height:100px;padding-right:7px}.books .contact-buyers-box div:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.books .edit-page-delete-link{margin-left:20%;margin-top:7px}.books .books-message .form-textarea-wrapper{padding-top:7px}.books .books-message .form-textarea-wrapper textarea{height:105px}.books .api-book-info{margin:7px;display:inline-block;padding-left:7px}.books ul.api-book-info-elements{list-style-type:none;float:left}.books ul.api-book-info-elements li{float:left;margin-right:7px}.books .pricebox{float:right}.books .pricebox ul{list-style-type:none;padding-left:7px}@media (max-width: 800px){.books .column,.books .column-2,.books .toolbox-column{width:100%}}@media (max-width: 400px){.books .list-books-box .non-mobile-table{display:none}.books .list-books-box .mobile-table{display:block}}@media (max-width: 500px) and (min-width: 400px){.books .list-books-box .offer-table .ed-long{display:none}.books .list-books-box .offer-table .ed-short{display:inline}.books .list-books-box .offer-table th{font-size:18px}.books .list-books-box .offer-table th,.books .list-books-box .offer-table td{padding-right:0}.books .list-books-box .offer-table .align-right{padding-right:14px}}.bpc.view header{border-top:7px solid var(--accent-color-4)}.bpc.view h1,.bpc.view h2,.bpc.view h3{color:var(--accent-color-4)}.bpc.view h2.inverse{color:#fff;background:var(--accent-color-4)}.bpc.view .bpc-attending-list{padding-left:14px;list-style:none}.bpc.view .narrow-list{border-left-color:var(--accent-color-4)}.bpc.view .event-count-attending{position:relative}.bpc.view .event-seatcount-wrapper{padding:7px;height:21px}.bpc.view .event-seatcount-bar{background:var(--accent-color-4);height:21px}.bpc.view .event-seatcount-text{position:absolute;top:7px;text-align:center;width:100%}.bpc.view .event-rsvp{margin:7px 14px}.bpc.view .bpc-attending{padding-bottom:14px}.dropdown-arrow-foodpref-bpc{margin-left:0;margin-bottom:-8px;cursor:pointer}.bpc-search-result aside{float:left;width:50%}.bpc-search-result .narrow-list{border-left-color:var(--accent-color-4);margin-top:7px}.bpc-search-result .narrow-list th{padding-right:7px}.bpc-search-result header{padding-top:7px}.bpc-search-result h2 a{text-decoration:none;color:var(--accent-color-4)}@media (max-width: 400px){.bpc-search-result aside{width:100%}}.newsfeed .feed-item.module-Bpc{position:relative;line-height:0;overflow:hidden}.newsfeed .feed-item.module-Bpc .bpc-logo{background:var(--background-color);width:40%;float:left}.newsfeed .feed-item.module-Bpc a.bpc-link{display:block;text-decoration:none}.newsfeed .feed-item.module-Bpc.is-not-read header{width:100%}.newsfeed .feed-item.module-Bpc .bpc-metadata{display:block;float:right;width:60%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:0;padding:0!important;line-height:1.5;overflow:hidden}.newsfeed .feed-item.module-Bpc .bpc-metadata span,.newsfeed .feed-item.module-Bpc .bpc-metadata a{margin-left:7px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.newsfeed .feed-item.module-Bpc .bpc-metadata .bpc-title{font-size:21px;line-height:35px;font-family:var(--header-font);font-weight:300;text-decoration:none;color:var(--global-text-color-1)}.newsfeed .feed-item.module-Bpc .bpc-metadata .bpc-location{color:var(--global-text-color-1)}.newsfeed .feed-item.module-Bpc .bpc-metadata .bpc-time{color:var(--global-text-color-1);line-height:1.2}.newsfeed .feed-item.module-Bpc .bpc-metadata .bpc-time span{margin-left:0;overflow:visible}.newsfeed .feed-item.module-Bpc .bpc-metadata .bpc-time time[title] .time-absolute{top:1px}.newsfeed .feed-item.module-Bpc .bpc-metadata .bpc-desc{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--global-text-color-1)}.newsfeed .feed-item.module-Bpc .bpc-metadata:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.newsfeed .feed-item.module-Bpc .feed-content:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.subtotal{border-top:1px solid var(--global-text-color-2)}.bugs .box #first-element{margin-top:14px}.bugs .box h2{color:var(--global-text-color-1);background:var(--accent-color-4)}.bugs .box h2.inverse{background:var(--main-color);color:var(--global-text-color-1)}.bugs h1{color:var(--global-h1-color);margin:7px}.bugs .metadata,.bugs #metadata{padding:7px 14px}.bugs .content{padding:7px 0}.bugs .big-buttons li{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.bugs .big-buttons li a{display:block;padding:14px}.bugs.edit form{padding-bottom:7px}.bugs .bugs-frontpage-buttons .box{background-color:var(--accent-color-1)}.bugs .bugs-frontpage-buttons .box:hover{-webkit-filter:brightness(80%);filter:brightness(80%)}.bugs .bugs-frontpage-buttons a{color:var(--global-text-color-1);font-family:var(--header-font);font-size:24.5px;line-height:42px;font-weight:300;text-decoration:none}@media (max-width: 400px){.bugs .bugs-frontpage-buttons a{font-family:var(--header-font);font-size:21px;line-height:21px;font-weight:300}}.bugs .bugs-frontpage-buttons .create-bug{background-color:var(--accent-color-4)}.bugs .bugs-frontpage-buttons .every-bug{background-color:var(--main-color)}.bugs .bugs-frontpage-buttons .my-bugs{background-color:var(--accent-color-3)}.bugs .bugs-frontpage-buttons .bugs-highscore{background-color:var(--accent-color-2)}.bugs h2.my-bugs-category{margin:7px}.bugs-widget h2.inverse{background:var(--hva-er-nano-color);color:var(--global-text-color-1)}.bugs-widget ul{margin:7px 7px 7px 14px}.action-bugs-highscore{padding-left:21px;background:url(../images/timini/cash/svg/coffee-cup.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-bugs-highscore-current{padding-left:21px;background:url(../images/timini/cash/svg/caprisonne.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.newsfeed .module-Bugs .feed-content:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.newsfeed .module-Bugs .feed-content .priority-container{float:left;width:22%;height:84px;padding:7px;box-sizing:border-box}.newsfeed .module-Bugs .feed-content .priority-container .bug-priority{width:100%;height:100%;text-align:center;padding-top:10px;box-sizing:border-box;font-size:35px;background:var(--very-light-gray-color);color:var(--global-text-color-2);float:right;font-family:var(--header-font)}.newsfeed .module-Bugs .feed-content .content{float:left;width:78%}.newsfeed .module-Bugs .feed-content .content p{padding-top:7px}.newsfeed .module-Bugs .feed-content .content .preview-container{width:100%;padding:7px 0 7px 7px;box-sizing:border-box;float:left}.newsfeed .module-Bugs .feed-content .content .preview-container .preview{width:100%;padding:7px;margin:0;box-sizing:border-box;background-color:var(--newsfeed-snippet-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delete-bug{margin-left:1em;margin-bottom:1em}.box.calendar h2.inverse{background:var(--accent-color-2);color:var(--global-text-color-1)}.box.today-widget h2.inverse{background:var(--accent-color-4);color:var(--global-text-color-1)}.box.birthday-widget h2.inverse{background:var(--accent-color-3);color:var(--global-text-color-1)}.box.event-widget h2.inverse{background:var(--accent-color-4);color:var(--global-text-color-1)}.calendar_list_view{margin:7px 7px 7px 10.5px}.calendar_list_view li.event-bpc:before{content:"";width:10.5px;height:10.5px;background:var(--accent-color-4);border-radius:5.25px;vertical-align:middle;display:inline-block}.calendar_list_view li.event-event:before{content:"";width:10.5px;height:10.5px;background:var(--accent-color-2);border-radius:5.25px;vertical-align:middle;display:inline-block}.calendar_list_view li.event-birthday:before{content:"";width:10.5px;height:10.5px;background:var(--accent-color-3);border-radius:5.25px;vertical-align:middle;display:inline-block}.calendar_list_view .calendar-go-to-weekview{text-align:right}.calendar-widget{padding-bottom:14px}.calendar-widget h2.inverse{background:var(--accent-color-4);color:var(--global-text-color-1)}.calendar-widget .calendar-month-view{width:100%}.calendar-widget .calendar-month-view td,.calendar-widget .calendar-month-view th{text-align:center;line-height:28px}.calendar-widget .calendar-month-view td a,.calendar-widget .calendar-month-view th a{display:block}.calendar-widget .calendar-month-view td:hover,.calendar-widget .calendar-month-view .calendar_today{background:var(--accent-color-4)}.calendar-widget .calendar_day_details{background:var(--background-color);margin:0 7px 14px;box-shadow:0 0 2px #0000003d;padding:0 7px 14px;display:none}.calendar-widget .calendar_day_details h2{font-size:21px;line-height:35px;padding:0}.calendar-widget .calendar-month-navigation{text-align:center;line-height:35px}.calendar-widget #calendar_link_next_month_ajax,.calendar-widget #calendar_link_prev_month_ajax{text-decoration:none}.calendar-widget #calendar_month_list{background:var(--background-color);margin:0 0 14px;box-shadow:0 0 2px #0000003d;padding:0 7px 14px;list-style:none}.calendar-widget #calendar_month_list li{line-height:21px;padding:0 7px}.calendar-widget #calendar_month_list li:hover{background:var(--accent-color-4);cursor:pointer}.calendar-week-container .calendar-week-header{position:relative}.calendar-week-container .calendar-week-header h1{float:left}.calendar-week-container .calendar-week-navigation{display:block;text-align:center;font-size:21px;line-height:35px;font-family:var(--header-font);padding:14px 0 14px 50%;margin-left:-70px}.calendar-week-container .calendar-week-navigation li{display:block;float:left;margin:7px}.calendar-week-container .calendar-week-navigation li a{display:block;background:var(--body-bg-color);border-radius:2px;padding:0 14px;text-decoration:none}.calendar-week-container .calendar-week-navigation:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.calendar-week-container .calendar-week-captions{padding-left:42px;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%}.calendar-week-container .calendar-week-captions .calendar-day-header{width:14.2857%;float:left;text-align:center;border-left:1px solid var(--body-bg-color);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.calendar-week-container .calendar-week-captions .calendar-allday{width:14.2857%;float:left;border-left:1px solid var(--body-bg-color);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.calendar-week-container .calendar-week-captions .calendar-allday ul{list-style:none;margin:0 7px;font-size:11.2px;line-height:14px}.calendar-week-container .calendar-week-captions .calendar-allday ul li{padding:3.999996px 0 2.999997px}.calendar-week-container .calendar-week-captions .calendar-allday-time{position:absolute;left:0;top:0;padding-top:28px;width:42px;vertical-align:middle;text-align:center;background:var(--background-color)}.calendar-week-container .calendar-week-wrapper{overflow:auto;padding-left:42px;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;position:relative}.calendar-week-container .calendar-week-wrapper .calendar-times{position:absolute;top:0;left:0;width:42px;z-index:2;background:var(--background-color)}.calendar-week-container .calendar-week-wrapper .calendar-times .hour{text-align:right;height:47px;border-top:1px solid var(--body-bg-color);padding-right:7px}.calendar-week-container .calendar-week-wrapper .calendar-day{position:relative;top:0;left:0;height:1152px;width:14.2857%;float:left;border-left:1px solid var(--body-bg-color);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:url(../images/timini/calendar-week-bg.png)}.calendar-week-container .calendar-week-wrapper .calendar-day a{color:var(--dark-gray-color)}.calendar-week-container .calendar-week-wrapper .calendar-day .event{position:absolute;overflow:hidden;cursor:pointer}.calendar-week-container .calendar-week-wrapper .calendar-day .event h3{font-family:var(--body-font);font-size:10.999996px;line-height:14px;background:rgba(0,0,0,.2);padding-left:7px;height:14px;overflow:hidden;text-overflow:ellipsis}.calendar-week-container .calendar-week-wrapper .calendar-day .event .event-content{font-size:10.999996px;line-height:14px;padding-left:7px;overflow:hidden;text-overflow:ellipsis}.calendar-week-container .calendar-week-wrapper .calendar-day .event-hover{display:none;position:absolute;width:100%;z-index:3;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:10.999996px;line-height:14px;padding:0 7px 7px}.calendar-week-container .calendar-week-wrapper .calendar-day .event-hover h3{background:rgba(0,0,0,.2);padding:0 7px;margin-left:-7px;margin-right:-7px;font-size:17.5px;line-height:28px;text-overflow:ellipsis}.calendar-week-container .calendar-week-wrapper .calendar-day .event-hover button{font-size:10.999996px;line-height:14px}.calendar-week-container .calendar-week-wrapper .calendar-day .event-hover .close-button{width:21px;height:21px;text-align:center;float:right;cursor:pointer}.calendar-week-container .calendar-week-wrapper .calendar-day .event-wrapper.event-dark-background .event,.calendar-week-container .calendar-week-wrapper .calendar-day .event-wrapper.event-dark-background .event-hover,.calendar-week-container .calendar-week-wrapper .calendar-day .event-wrapper.event-dark-background a{color:var(--very-light-gray-color)}.calendar-week-container .calendar-prev-day,.calendar-week-container .calendar-next-day{display:none}.calendar-week-container.fixed .calendar-week-header{position:fixed;top:42px;z-index:10;background:var(--background-color)}.calendar-week-container.fixed .calendar-week-captions{position:fixed;top:119px;z-index:10;background:var(--background-color)}.calendar-week-container.fixed .calendar-week-content{margin-top:91px}@media (max-width: 800px){.calendar-week-container .calendar-week-navigation{float:right;padding:7px;margin-left:0}.calendar-week-container .calendar-week-captions{clear:both}.calendar-week-container.fixed .calendar-week-captions{top:140px}}@media (max-width: 400px){.calendar-week-container .calendar-week-captions{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.calendar-week-container .calendar-week-captions .calendar-day-headers{line-height:42px}.calendar-week-container .calendar-week-captions .calendar-day-headers,.calendar-week-container .calendar-week-captions .calendar-allday-events{width:700%;padding-right:252px;float:left}.calendar-week-container .calendar-week-captions .calendar-day-headers .calendar-allday ul,.calendar-week-container .calendar-week-captions .calendar-allday-events .calendar-allday ul{font-size:14px;line-height:21px}.calendar-week-container .calendar-week-captions .calendar-allday-time{padding-top:42px;padding-bottom:14px}.calendar-week-container .calendar-prev-day,.calendar-week-container .calendar-next-day{display:inline;cursor:pointer;line-height:42px;font-size:21px;padding:7px}.calendar-week-container .calendar-week-content{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.calendar-week-container .calendar-week-content .calendar-week-wrapper{width:700%;padding-right:252px}.calendar-week-container .calendar-week-content .calendar-week-wrapper .event h3{font-size:14px;line-height:21px;height:21px}.calendar-week-container .calendar-week-content .calendar-week-wrapper .event .event-content,.calendar-week-container .calendar-week-content .calendar-week-wrapper .event-hover{font-size:14px;line-height:21px}.calendar-week-container .calendar-week-content .calendar-week-wrapper .event-hover h3{font-size:21px;line-height:35px}.calendar-week-container .calendar-week-content .calendar-week-wrapper .event-hover button{font-size:14px;line-height:21px}.calendar-week-container .calendar-week-content:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.calendar-week-container.fixed .calendar-week-header{position:static;z-index:0}.calendar-week-container.fixed .calendar-week-captions{position:fixed;top:42px;z-index:10;background:var(--background-color);box-shadow:0 0 10px #0003}.calendar-week-container.fixed .calendar-week-content{margin-top:42px}}.calendar h1{margin:14px}.calendar-list-view header{float:left;font-family:var(--header-font);font-weight:400;width:20%;text-align:center}.calendar-list-view header time{display:block;width:56px;margin:7px auto;background:var(--background-color);border-radius:7px;box-shadow:0 0 2px #0003}.calendar-list-view header time:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.calendar-list-view header time .list-weekday{font-size:14px;line-height:21px;color:var(--global-text-color-2);background:var(--very-light-gray-color);border-top-left-radius:7px;border-top-right-radius:7px}.calendar-list-view header time .list-day{font-size:35px;line-height:42px;color:var(--global-text-color-2);background:var(--very-light-gray-color)}.calendar-list-view header time .list-month{font-size:14px;line-height:21px;background:var(--accent-color-2);color:var(--global-text-color-1);border-bottom-right-radius:7px;border-bottom-left-radius:7px}.calendar-list-view .calendar-events-this-day{width:80%;float:right}.calendar-list-view .calendar-events-this-day.fp-eventlist{width:62%;min-height:100px}.calendar-list-view article{padding-bottom:14px}.calendar-list-view .event-type{margin:0 14px;font-style:italic}.calendar-list-view .event-type-event{color:var(--accent-color-2)}.calendar-list-view .event-type-bpc{color:var(--accent-color-4)}.column img.calendar-fpimage{float:left;margin:7px;max-width:33%!important;height:auto}@media (max-width: 800px){.column img.calendar-fpimage{clear:both;max-width:98%!important;width:100%}}@media (max-width: 400px){.column img.calendar-fpimage{clear:both;max-width:96%!important}}.fp-checklist{list-style-position:inside;margin:14px}.fp-checklist li.checklist_yes{list-style:none}.fp-checklist li.checklist_yes:before{content:"✔";color:var(--accent-color-4);margin-right:3px}.fp-checklist li.checklist_no{list-style-type:circle}.fp-sidebar-message{padding-top:7px}.fp-title{margin-left:-28px}.fp-list-desc{margin-left:-14px}.fp-day-box{padding-top:7px}.fp-today-box{box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-o-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-ms-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-moz-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-webkit-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2)}.fp-tbc{text-align:center}.checklist-box{margin-top:91px}@media (max-width: 800px){.checklist-box{margin-top:7px}}.kvanteprikk-image-container{margin:7px;text-align:center}.kvanteprikk-image-container .kvanteprikk-image{max-width:100%}.fp-login-required{padding:14px;margin-bottom:0}.calendar-day-view ul{padding:7px}.cash-message-success{color:var(--accent-color-4)}.cash-message-warning{color:var(--accent-color-3)}.cash-message-error{color:var(--accent-color-2)}.cash-message-error,.cash-message-success,.cash-message-warning{font-weight:700}.cash-balance-container .balance{font-weight:500}.cash-balance-container .positive-balance{color:var(--accent-color-4)}.cash-balance-container .null-balance{color:var(--accent-color-3)}.cash-balance-container .negative-balance{color:var(--accent-color-2)}.cash-home aside{float:right}.cash-home h1{margin-left:7px}.cash-home h2.inverse{background:var(--accent-color-4)}.cash-home .cash-home-send-box h2.inverse{margin-bottom:7px}.cash-home .cash-home-send-box label{width:30%}.cash-home .cash-home-send-box button#save,.cash-home .cash-home-send-box button#request-save{margin-top:7px;margin-bottom:7px}.cash-home .cash-hidden-transaction{display:none}.cash-requests-container p{margin-bottom:14px}.cash-requests-container .deleted{font-style:italic;color:var(--red-color)}.cash-requests-container .fulfilled{font-style:italic;color:var(--green-color)}.cash-requests-container button{color:#fff!important;text-shadow:none;font-weight:700;margin-right:10.5px}.cash-requests-container button:hover{color:var(--dark-gray-color)!important}.cash-requests-container button:disabled{color:var(--light-gray-color)!important;background-color:var(--very-light-gray-color)!important}.cash-requests-container button.cash-request-remove{background-color:var(--red-color)}.cash-requests-container button.cash-request-fulfill{background-color:var(--green-color)}.cash-requests-container .cash-request-complain{color:var(--red-color);font-style:italic}.cash-request-status{color:var(--red-color)}.cash-store-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.cash-store-container .cash-product-card{position:relative;flex-grow:1;float:left;min-height:125px;margin:4px;padding:7px 14px 7px 7px;background-color:var(--cash-product-card-color);display:flex;justify-content:space-between;align-items:center}@media (max-width: 400px){.cash-store-container .cash-product-card{margin:4px 7px}}.cash-store-container .cash-product-card:after{content:none}.cash-store-container .cash-product-card .cash-hide-icon,.cash-store-container .cash-product-card .cash-show-icon,.cash-store-container .cash-product-card .cash-edit-icon,.cash-store-container .cash-product-card .cash-approve-icon{width:14px;z-index:1;position:absolute;top:7px}.cash-store-container .cash-product-card .cash-hide-icon,.cash-store-container .cash-product-card .cash-show-icon{left:7px}.cash-store-container .cash-product-card .cash-edit-icon{left:25px}.cash-store-container .cash-product-card .cash-product-image-container{display:flex;align-items:center;margin:7px;max-width:100px;height:100px;text-align:center}.cash-store-container .cash-product-card .cash-product-image-container .cash-product-image{max-height:100%}.cash-store-container .cash-product-card .cash-product-name-container .cash-product-name{flex-grow:1;min-width:60px;word-wrap:break-word}.cash-store-container .cash-product-card .cash-product-name-container a{color:var(--cash-cink-color);text-decoration:none}.cash-store-container .cash-product-card .cash-product-name-container a:hover,.cash-store-container .cash-product-card .cash-product-name-container a:active{color:var(--link-hover-color);text-decoration:none}.cash-store-container .cash-product-card .cash-product-price-container{flex-shrink:0;display:block;clear:both;width:75px;height:75px;border-radius:50%;background-color:var(--accent-color-4);color:var(--global-text-color-1);text-align:center;box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-o-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-ms-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-moz-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-webkit-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2)}.cash-store-container .cash-product-card .cash-product-price-container.disabled{background-color:var(--light-gray-color)}.cash-store-container .cash-product-card .cash-product-price-container .cash-product-price{vertical-align:middle;margin:16.5px 5.25px 16.5px 6.75px}.cash-store-container .cash-product-card .cash-product-price-container:hover:not(.disabled){background-color:var(--main-color)}.cash-store-container .cash-product-card .cash-product-price-container:active:not(.disabled){background-color:var(--accent-color-1)}.cash-store-container .cash-product-card .cash-product-price-container.cash-bought{background-color:var(--accent-color-2)}.cash-add-product-aside{float:right}.cash-add-product-aside .cash-add-product-toolbox{margin:4px 7px;color:var(--global-text-color-1);padding:7px;box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-o-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-ms-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-moz-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-webkit-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2)}.cash-add-product-aside .cash-add-product-toolbox #cash-product-input-submit{clear:both;height:100%;float:right;margin:7px}.cash-add-product-aside .cash-reorder-notification{margin-top:7px}.cash-receipt-container-error,.cash-receipt-container-success{padding:7px 0;color:var(--global-text-color-1)}.cash-receipt-container-error{background-color:var(--accent-color-2)}.cash-receipt-container-success{background-color:var(--accent-color-4)}a.button.cash-purchase-button{margin:3px;font-size:24px;font-family:var(--header-font);color:var(--global-text-color-2);padding:10px 10px 8px;text-shadow:none!important}a.button.cash-purchase-button.cash-purchase-cancel{background-color:var(--orange-color)}a.button.cash-purchase-button.cash-purchase-confirm{background-color:var(--green-color)}.cash-add-credit-button{margin-top:7px}.cash-product-num_items{display:none}.cash-optional{color:var(--main-color)}.cash-popup-item-price{margin-top:4px}.cash-waffle-count{text-align:center}.cash-waffle-count .score{font-size:56px;line-height:63px;height:63px;font-family:var(--header-font);color:var(--global-text-color-1);padding:7px 14px 0;text-align:center}.cash-waffle-count .positive{color:var(--green-color)}.cash-waffle-count .positive:before{content:"+"}.cash-waffle-count .negative{color:var(--red-color)}.box.chat-widget h2.inverse{background:var(--accent-color-3);color:var(--global-text-color-1)}.box.chat-widget h2.inverse a{color:#fff;text-decoration:none}.box.chat-widget .message_list{font-size:10.999996px;height:140px;overflow:auto;background:rgba(0,0,0,.1);color:var(--global-text-color-2);margin:7px;padding:7px;line-height:14px}.box.chat-widget time{font-size:9px}.box.chat-widget .nick{font-weight:700}.box.chat-widget fieldset{padding:0 21px 7px 7px}.box.chat-widget form.chat-form input[type=text]{display:block;border:0;color:var(--global-text-color-2);background:rgba(0,0,0,.1);padding:3px 7px 4px;font-family:var(--body-font);font-size:10.999996px;width:100%;box-sizing:content-box;height:auto;margin:0}.chat h1{color:var(--accent-color-3)}.chat h2.inverse{background:var(--accent-color-3);color:var(--global-text-color-1)}.chat h2.inverse a{color:var(--global-text-color-1);text-decoration:none}.chat .chat-header{margin:7px}.chat .chat-fullpage .message_list{overflow-y:auto;overflow-x:hidden}.chat .chat-fullpage .message_list>div{padding:4px 7px 3px}.chat .chat-fullpage .message_list>div:nth-of-type(odd){background:var(--very-light-gray-color)}.chat .chat-fullpage .message_list>div .nick{font-weight:900}.chat .chat-fullpage .message_list>div time{font-size:10.999996px;line-height:21px}.chat .chat-fullpage .chat-form{margin:7px}.chat .chat-fullpage .chat-form input[type=text]{border:1px solid var(--light-gray-color);margin-right:7px;width:70%;color:var(--global-text-color-2)}.chat .chat-user-column .chat-user{line-height:42px}.chat .chat-user-column .profile-picture{display:block;float:left;width:42px;margin-right:7px}button.checkpoints-delete-confirm,button.checkpoints-delete-confirm:hover{background:var(--accent-color-2);color:#fff}.comment-single{margin:0 14px 14px;max-width:560px}.comment-single:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.comment-single aside{float:left;margin-right:7px}.comment-single p.comment-content{display:block;padding:7px;margin:0 0 0 63px;border-radius:5px;background:var(--comment-cackground);color:var(--global-text-color-1);font-size:13px;line-height:21px;box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-o-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-ms-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-moz-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-webkit-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2)}.comment-single p.comment-content a{color:var(--global-text-color-1);text-decoration:underline}.comment-single footer{padding-left:7px;font-size:13px;line-height:21px;margin:0 14px 0 70px;z-index:100}.comment-single footer .triangle{background:transparent;display:inline-block;margin-right:7px;width:0;height:0;border-right:7px solid var(--comment-cackground);border-top:8px solid var(--comment-cackground);border-left:7px solid transparent;border-bottom:7px solid transparent}.comment-metadata{float:right}.comment-anchor{display:block;position:relative;top:-35px;visibility:hidden}.comments>span{line-height:0;height:0;width:0;position:relative;top:-63px}.comment-add .comment-add-form{position:relative;max-width:574px;padding-left:77px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:49px;margin-right:14px}.comment-add .comment-add-form figure{position:absolute;top:0;left:14px}.comment-add .comment-add-form .form-textarea-wrapper{width:100%;padding:0;line-height:0}.comment-add .comment-add-form .form-textarea-wrapper textarea{width:100%;max-width:700px;max-height:350px;overflow-y:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.comment-add .comment-add-form label{position:absolute;bottom:0}.comment-add .comment-add-form label .comment-emoticon-button{background:url(../images/emoticons/001.gif) no-repeat;cursor:pointer;display:inline-block;position:absolute;bottom:-16px;left:3px;width:16px;height:16px}.comment-add .comment-add-form button{position:absolute;right:0;bottom:-35px}.comment-add .comment-add-form br{display:none}@media (max-width: 400px){.comment-single{margin:7px}.comment-add .comment-add-form{margin-right:7px;padding-left:70px}.comment-add .comment-add-form figure{left:7px}}.newsfeed .feed-item .feed-comment-info{padding:0 7px;margin-bottom:0;text-align:center}.newsfeed .feed-item .feed-comment-info a{opacity:.8;line-height:2em;color:var(--global-text-color-2)!important;display:block}.newsfeed .feed-item .feed-comment-info a:hover{opacity:1}.newsfeed .feed-item .feed-comments{padding:7px 7px 0;clear:both}.newsfeed .feed-item .feed-comments h5{font-family:var(--body-font)}.newsfeed .feed-item .feed-comments p{background:var(--background-color);padding:2.999997px 7px 3.999996px;color:var(--global-text-color-2);line-height:15.999998px;font-size:12.999994px}.newsfeed .feed-item .feed-comments p a{color:var(--main-color)!important}.newsfeed .feed-item .feed-comments:after{display:block;content:"";height:.01px}.newsfeed .feed-item .feed-comment-wrapper{display:none}.newsfeed .feed-item.feed_item_com.module-image{position:relative}.newsfeed .feed-item.feed_item_com.module-image.is-not-read:not(.ignore-this) header{position:absolute;top:0;background:#fff;background:rgba(255,255,255,.95);width:100%}.newsfeed .feed-item.feed_item_com.module-image .feed-comment-info{margin-top:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.newsfeed .feed-item.feed_item_com.module-image .feed-comments{margin-top:-49px;padding-bottom:7px;background:var(--accent-color-4);padding-top:7px;position:relative;z-index:1}.create-content-widget h2.inverse{background:var(--main-navigation-header-color)}.create-content-widget .create-menu:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.create-content-widget .create-menu li{display:block;width:50%;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:left;margin:0;padding:3px 0 4px}.create-content-widget .create-menu li:hover{background-color:var(--main-color)}.create-content-widget .create-menu li:hover a{color:#fff}.create-content-widget .create-menu li a{font-family:var(--header-font);font-size:15.999998px;padding-left:35px;display:table-cell;line-height:16px;vertical-align:middle;text-decoration:none;margin:0 14px;height:32px}.create-content-widget .create-menu li .create-item-article{background:var(--create-item-article) no-repeat}.create-content-widget .create-menu li .create-item-article:hover{background:url(../images/timini/create-content/create-item-article-dark.png) no-repeat}.create-content-widget .create-menu li .create-item-documents{background:var(--create-item-documents) no-repeat}.create-content-widget .create-menu li .create-item-documents:hover{background:url(../images/timini/create-content/create-item-documents-dark.png) no-repeat}.create-content-widget .create-menu li .create-item-gallery{background:var(--create-item-gallery) no-repeat}.create-content-widget .create-menu li .create-item-gallery:hover{background:url(../images/timini/create-content/create-item-gallery-dark.png) no-repeat}.create-content-widget .create-menu li .create-item-event{background:var(--create-item-event) no-repeat}.create-content-widget .create-menu li .create-item-event:hover{background:url(../images/timini/create-content/create-item-event-dark.png) no-repeat}.debug .quick-info-container{min-height:90px;display:block}.debug .timing-info{margin:14px}.debug .timing-info h2{padding-left:0}.documents h1{margin:7px}.documents .box h2{color:var(--main-color)}.documents .box h2.inverse{background:var(--dark-gray-color);color:var(--global-text-color-1)}.documents.delete form,.documents-metadata{margin:7px}.documents-metadata time .time-absolute{background:var(--body-bg-color)}.document-box{min-height:90vh;width:100%}.documents-link a{display:block;padding:14px 14px 14px 56px;text-decoration:none;font-weight:400}.documents a:hover{text-decoration:underline}.documents-link .doc-file,.documents-link .docx-file{background:url(../images/timini/application-doc.png) no-repeat left center}.documents-link .xls-file,.documents-link .xlsx-file{background:url(../images/timini/application-xls.png) no-repeat left center}.documents-link .ppt-file,.documents-link .pptx-file{background:url(../images/timini/application-ppt.png) no-repeat left center}.documents-link .odf-file,.documents-link .odt-file{background:url(../images/timini/application-odt.png) no-repeat left center}.documents-link .ods-file{background:url(../images/timini/application-ods.png) no-repeat left center}.documents-link .odp-file{background:url(../images/timini/application-odp.png) no-repeat left center}.documents-link .pdf-file{background:url(../images/timini/application-pdf.png) no-repeat left center}.documents-link .txt-file{background:url(../images/timini/application-txt.png) no-repeat left center}.documents-link .tex-file{background:url(../images/timini/application-tex.png) no-repeat left center}.documents-link .htm-file,.documents-link .html-file{background:url(../images/timini/application-htm.png) no-repeat left center}.documents-link .zip-file{background:url(../images/timini/application-zip.png) no-repeat left center}.newsfeed .feed-item.module-Documents .feed-documents-info{padding:14px 14px 0}.newsfeed .feed-item.module-Documents .feed-documents-info a{font-size:16.999997px}.newsfeed .feed-item.module-Documents .feed-content .document-uploader{text-align:right}.door-widget,.door-box.door-occupied-available,.door-box.door-occupied,.door-box.door-unknown,.door-box.door-closed,.door-box.door-open{margin-bottom:7px;min-height:125px;-webkit-transition:background-color .5s ease-in-out;transition:background-color .5s ease-in-out}.door-widget .door-status,.door-box.door-occupied-available .door-status,.door-box.door-occupied .door-status,.door-box.door-unknown .door-status,.door-box.door-closed .door-status,.door-box.door-open .door-status{text-align:center}.door-widget .door-status .current-status,.door-box.door-occupied-available .door-status .current-status,.door-box.door-occupied .door-status .current-status,.door-box.door-unknown .door-status .current-status,.door-box.door-closed .door-status .current-status,.door-box.door-open .door-status .current-status{color:var(--global-text-color-1);line-height:55px;text-transform:uppercase}.door-widget p,.door-box.door-occupied-available p,.door-box.door-occupied p,.door-box.door-unknown p,.door-box.door-closed p,.door-box.door-open p{color:var(--global-text-color-1)}.door-widget.minimal,.minimal.door-box.door-occupied-available,.minimal.door-box.door-occupied,.minimal.door-box.door-unknown,.minimal.door-box.door-closed,.minimal.door-box.door-open{min-height:48px}.door-box.door-open{background-color:var(--accent-color-4)}.door-box.door-open time .time-absolute{background:var(--accent-color-4)}.door-box.door-closed{background-color:var(--accent-color-3)}.door-box.door-closed time .time-absolute{background:var(--accent-color-3)}.door-box.door-unknown{background-color:var(--light-gray-color)}.door-box.door-unknown time .time-absolute{background:var(--light-gray-color)}.door-box.door-occupied{background-color:var(--accent-color-2)}.door-box.door-occupied time .time-absolute{background:var(--accent-color-2)}.door-box.door-occupied-available{background-color:var(--accent-color-4)}.door-box.door-occupied-available time .time-absolute{background:var(--accent-color-4)}.emoticon_span{float:left;height:60px;padding:3px}.emoticon_span:hover{background-color:var(--main-color)}@media (max-width: 800px){#emoticon-selector{top:280px!important}}@media (min-width: 1000px){#emoticon-selector{margin-left:-400px!important;width:800px!important}}#emoticon-selector{left:50%;margin-left:-40%;background-color:var(--very-light-gray-color);color:var(--global-text-color-2);border-radius:2px;box-shadow:2px 2px 1px var(--level-1);position:fixed;top:380px;width:80%;height:60%;margin-top:-225px;overflow-y:auto;z-index:100;padding:10px 0}#fader{position:fixed;top:0;left:0;z-index:99;width:100%;height:100%;background-color:#000;opacity:.3}.list-column h1{margin:7px}table.list .thumbnail{padding:0}table.list .thumbnail img{display:block}@media (max-width: 400px){.list-column .list th:nth-of-type(3),.list-column .list th:nth-of-type(4),.list-column .list td:nth-of-type(3),.list-column .list td:nth-of-type(4){display:none}}.event .box h2{color:var(--accent-color-2)}.event .box h2.inverse{background:var(--accent-color-2);color:#fff}.event .box h2.inverse.seats-available{background:var(--accent-color-4)}.event h1{color:var(--accent-color-2)}.event article header{border-top:7px solid var(--accent-color-2)}.event.edit form{padding-bottom:7px}.event-author-image{width:70px;float:left;margin-right:7px}.event.view .event-attending-list{list-style:none;margin:0 14px}.event.view .event-count-attending{position:relative}.event.view .event-seatcount-wrapper{padding:7px;height:21px}.event.view .event-seatcount-bar{background:var(--accent-color-2);height:21px}.event.view .event-seatcount-text{position:absolute;top:7px;text-align:center;width:100%}.event.view .event-rsvp{margin:7px 14px}.event.view .event-attending{padding-bottom:14px}.event-search-result aside{float:left;width:40%}.event-search-result .narrow-list{border-left-color:var(--accent-color-2);margin-top:7px}.event-search-result .narrow-list th{padding-right:7px}.event-search-result header{padding-top:7px}.event-search-result h2 a{text-decoration:none;color:var(--accent-color-2)}@media (max-width: 400px){.event-search-result aside{width:100%}}.newsfeed .feed-item.module-Event{position:relative;overflow:hidden}.newsfeed .feed-item.module-Event .feed-event-image{float:left;width:40%}.newsfeed .feed-item.module-Event .feed-event-info{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:60%;float:left}.newsfeed .feed-item.module-Event .feed-event-info span,.newsfeed .feed-item.module-Event .feed-event-info a{margin-left:7px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.newsfeed .feed-item.module-Event .feed-event-info .event-title{font-size:21px;line-height:35px;font-family:var(--header-font);font-weight:300;text-decoration:none}.newsfeed .feed-item.module-Event .feed-event-info .event-location{opacity:.9}.newsfeed .feed-item.module-Event .feed-event-info .event-time span{margin-left:0}.newsfeed .feed-item.module-Event .feed-content:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.dropdown-arrow-foodpref{margin-left:0;margin-bottom:-8px;cursor:pointer}.event-message h1{margin-left:7px}.event-message .buttons-box{padding:7px}.event-message .buttons-box button{margin:7px 7px 0 0}#event_regmode_fs input{margin:0}.delete-event{margin-left:1em;margin-bottom:1em}.forum .inverse{background:var(--accent-color-1)}.forum h1{margin:14px 7px;color:var(--global-text-color-2)}.forum-list{list-style-type:none;display:block;width:50%}.forum-list.left-column{float:left;clear:left}.forum-list.left-column li:nth-of-type(odd){background:var(--background-color)}.forum-list.left-column li:nth-of-type(2n){background:var(--list-other-color)}.forum-list.left-column li:nth-of-type(2n) time .time-absolute{background:var(--list-other-color)}.forum-list.right-column{float:right;clear:right}.forum-list.right-column li:nth-of-type(2n){background:var(--background-color)}.forum-list.right-column li:nth-of-type(odd){background:var(--list-other-color)}.forum-list.right-column li:nth-of-type(odd) time .time-absolute{background:var(--list-other-color)}.forum-list:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.forum-list li{width:100%;padding:7px 0}.forum-list li:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.forum-list .forum-title{float:left;margin:0 14px}.forum-list .thread-count{float:right;margin-right:14px}.forum-list .last-post{float:left;clear:left;margin:0 14px}.forum-list .forum-descr{float:left;clear:left}.forum-list .notification-subscribe{float:right}.forum-list-empty{text-align:center}.forum-thread-sticky-row+.forum-thread-not-sticky-row{border-top:7px solid var(--main-color)}@media (max-width: 400px){.forum-list{width:100%}.forum-list.mobile-background-color-fix li:nth-of-type(odd){background:var(--background-color)}.forum-list.mobile-background-color-fix li:nth-of-type(2n){background:var(--list-other-color)}.forum-list.mobile-background-color-fix li:nth-of-type(2n) time .time-absolute{background:var(--list-other-color)}.forum-list .forum-title{margin:0 7px}.forum-list .thread-count{display:none}.forum-list .last-post{margin:0 7px}.forum-list .last-post time{white-space:normal}.forum-list .last-post time:after{content:"";display:block}.forum-list .forum-descr{display:none}}.forum-table{width:100%}.forum-table th{font-family:var(--header-font);font-size:21px;font-weight:300;text-align:left;line-height:35px;background:var(--table-header-background-color);color:var(--global-text-color-1)}.forum-table th,.forum-table td{padding:0 7px;vertical-align:middle}.forum-table td.forum-my-thread{padding:7px}.forum-table tr:nth-of-type(odd){background:var(--list-other-color)}.forum-my-posts-header{padding:0 7px}.forum-scrollable{overflow-y:scroll;height:400px}@media (max-width: 400px){.forum-table th:nth-of-type(4),.forum-table td:nth-of-type(4),.forum-table th:nth-of-type(5),.forum-table td:nth-of-type(5){display:none}}.breadcrumb{background:var(--forum-breadcrumb-color);color:var(--global-text-color-1);font-family:var(--header-font);font-weight:300;font-size:21px;line-height:35px;margin:0 7px}.breadcrumb li{float:left;margin-right:7px}.breadcrumb a{display:block;height:35px;color:var(--global-text-color-1);text-decoration:none;padding:0 7px}.breadcrumb a:hover{background:var(--dark-gray-color)}.breadcrumb:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}@media (min-width: 800px){.breadcrumb-footer{margin-top:-49px}}.forum-topic-extra{margin:0 7px 14px}.forum-topic-extra:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.forum-topic-extra .add_post_link,.forum-topic-extra .new-topic{float:left;margin-right:7px}.forum-permalink-uri{background:var(--light-gray-color);border:1px solid var(--dark-gray-color)!important;color:var(--global-text-color-2);border-radius:2px;padding:7px;height:16.999997px;width:80%;text-align:center}.forum-post{margin-top:-49px;padding-top:49px;padding-bottom:7px}.forum-post:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.forum-post-header{margin-bottom:14px;background:var(--very-light-gray-color)}.forum-post-header:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.forum-post-header h1{float:left;color:var(--forum-header-color);font-size:21px;line-height:35px;padding:0;margin:0 14px}.forum-post-header time{float:right;line-height:35px;margin:0 7px 0 0;color:var(--global-h1-color)}.forum-post-header time .time-absolute{position:absolute;top:0;left:auto;right:0;background:var(--very-light-gray-color);padding-right:0}.forum-post-header .permalink{display:block;width:35px;height:35px;float:right;text-indent:-9999px;background:url(../images/timini/permalink.png) no-repeat}.forum-post-info{box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-o-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-ms-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-moz-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-webkit-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);display:block;margin:0 7px;background:var(--accent-color-1)}.forum-post-info:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.forum-post-info .forum-avatar{display:block;float:left;width:100px;margin-right:7px}.forum-post-info .info-column{color:#fff}.forum-post-info .user-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forum-post-info .user-name,.forum-post-info .userdata{margin:0 7px;text-overflow:ellipsis}.forum-post-info .profile_popup{font-size:16.8px;line-height:28px;line-height:35px}.forum-post-info a{color:#fff}@media (max-width: 1100px) and (min-width: 800px){.forum-post-info .info-column .activity-title-prefix{display:none}}.post-commands{clear:both;list-style-type:none;padding:7px}.post-commands:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.post-commands li{float:left;width:50%;text-align:center}.forum-post-content .forum-post-edit-count{color:var(--signature-color);font-size:11.999995px}.forum-post-content .signature{color:var(--signature-color);border-top:1px solid var(--signature-color);margin-top:14px}.forum-post .box{margin-bottom:7px}.forum-post-footer{line-height:35px;margin:7px 0 28px}.forum-post-footer:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.forum-post-footer a{float:right;margin-right:7px}.forum-post-footer.forum-my-posts-footer{margin:-7px 0 14px}.forum-my-posts-header{margin-top:-7px}@media (max-width: 400px){.forum-post-header{float:left;width:100%}.forum-post-header h1{font-size:14px;font-family:var(--body-font);line-height:21px}.forum-post-header time{line-height:21px;margin:0 7px}.forum-post-header .permalink{height:21px;background-position:center}.forum-post-info{float:left;width:100%;margin:0;padding:0}.forum-post-info .forum-avatar{float:right;width:70px;margin:0 0 0 7px}.forum-post-info .post-count{display:none}.forum-post-info .info-column{float:none;width:inherit}.forum-post-info .info-column .userdata{float:left}.forum-post-content-wrapper,.forum-post-content{float:left;width:100%}.forum-post-footer{float:left;width:100%;margin-top:0}.forum-post-footer.forum-my-posts-footer{float:none}}.forum_quote{margin:14px;box-shadow:0 0 2px #0000004d}.forum_quote .forum_quote_quoted,.forum_quote .forum_quote_header{display:block;background:var(--very-light-gray-color);padding:0 14px;line-height:35px;font-style:italic}.forum_quote .forum_quote_content{padding:14px}.forum_quote .forum_quote_content p{padding-left:0;padding-right:0}.forum_spoiler{margin:14px;box-shadow:0 0 2px #0000004d}.forum_spoiler_header{display:block;background:var(--very-light-gray-color) none repeat scroll 0 0;padding:0 14px;line-height:35px;font-style:italic;cursor:pointer}.forum_spoiler_header:after{content:"▶";transition:transform .1s;font-style:normal;padding-left:7px;display:inline-block;transform-origin:70% 50%}.forum_spoiler_header.open:after{transform:rotate(90deg)}.forum_spoiler_header:hover{background:var(--light-gray-color)}.forum_spoiler_content{padding:14px;display:none}.wmd-preview .forum_spoiler_content{display:block}.forum-create form{padding:14px 7px}.forum-no-threads{padding:14px;text-align:center}@media (max-width: 400px){.forum_quote{margin:7px}.forum_quote .forum_quote_quoted,.forum_quote .forum_quote_header{padding:0 7px;line-height:35px}.forum_quote .forum_quote_content{padding:7px}}@media (max-width: 400px){.forum .toolbox a{display:none}.toolbox.forum-my-posts-toolbox{display:inline}}@media (min-width: 800px){.toolbox.forum-my-posts-toolbox{margin-top:-28px}}#forum-poll{margin:0 auto}#forum-poll form{margin:7px 14px}#forum-poll .forum-poll-results{margin-bottom:7px}.newsfeed .feed-item.module-Forum .feed-content{padding-bottom:4px}.newsfeed .feed-item.module-Forum .feed-content .forum-header{padding:7px;margin:0}.newsfeed .feed-item.module-Forum .feed-content .forum-snippet{padding:0 7px;font-size:13px;line-height:16px;margin-bottom:0}.newsfeed .feed-item.module-Forum .feed-content .forum-snippet span{display:block;padding:3px 7px 4px;background:var(--newsfeed-snippet-color)}.newsfeed .feed-item.module-Forum .feed-content .forum-indicator{text-align:right;margin:2px 0 0;padding:0 9px;font-style:italic;color:var(--global-text-color-1)}.search-result.forum-search-result .result-overview h2 a{color:var(--main-color);text-decoration:none}.search-result.forum-search-result .result-overview h2 a:hover{text-decoration:underline}.search-result.forum-search-result .forum-search-result-post{margin-left:14px}.search-result.forum-search-result .forum-search-result-post h3{padding:0}.search-result.forum-search-result .forum-search-result-post h3 a{color:var(--main-color);text-decoration:none}.search-result.forum-search-result .forum-search-result-post h3 a:hover{text-decoration:underline}.cytoscape-container{height:80vh;position:inherit;top:0;left:0}.friends-node{color:var(--global-text-color-2)}.friends-selected-color{color:var(--accent-color-3)}.friends-tools{padding:7px;color:var(--global-text-color-1);text-decoration:none;display:block;margin:0 14px}.newsfeed h2{padding:0 7px;color:var(--newsfeed-h2-color);font-weight:400}.newsfeed .feed-daybreak h2{color:var(--newsfeed-h2-color);margin:0 7px;border-bottom:2.999997px solid var(--newsfeed-h2-color);padding-top:3.999996px;position:relative;height:28px;line-height:28px;font-size:17.5px}.newsfeed .feed-daybreak h2 time{position:absolute;right:0}.newsfeed .feed-item{box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-o-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-ms-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-moz-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-webkit-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);margin:7px}.newsfeed .feed-item.is-read .feed-content{display:none}.newsfeed .feed-item header{line-height:28px;font-size:16.999997px;position:relative;background:var(--newsfeed-header-color)}.newsfeed .feed-item header img{cursor:pointer;width:27px;height:27px;display:inline;position:absolute;left:0}.newsfeed .feed-item header h3{line-height:28px;height:28px;font-size:16.999997px;padding-left:28px;padding-right:42px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.newsfeed .feed-item header time{position:absolute;right:0;width:35px;padding-right:7px;font-size:14px;opacity:.2}.newsfeed .feed-item header time:hover{opacity:1;cursor:default}.newsfeed .feed-item .feed-content img{max-width:100%}.newsfeed .feed-item.ignore-this{box-shadow:0 0 2px #0006}.newsfeed .feed-item.ignore-this header{line-height:21px;height:21px;font-size:14px;opacity:.5;color:var(--ignored-thread-color)}.newsfeed .feed-item.ignore-this header img{display:none}.newsfeed .feed-item.ignore-this header h3{line-height:21px;font-size:14px;height:21px}.newsfeed .feed-item.ignore-this header a{color:var(--ignored-thread-color)!important}.newsfeed .feed-item.ignore-this header time{font-size:10.999996px;text-align:right}.newsfeed .feed-item.module-Article header a{color:var(--newsfeed-h3-color)}.newsfeed .feed-item.module-Article .feed-content{background:var(--newsfeed-accent-color-0)}.newsfeed .feed-item.module-Article .feed-content a{color:var(--newsfeed-link-color)}.newsfeed .feed-item.module-Article .feed-content time[title] .time-absolute{background:var(--newsfeed-accent-color-0)}.newsfeed .feed-item.module-Article .feed-comment-info{background:var(--newsfeed-accent-color-0)}.newsfeed .feed-item.module-Forum header a{color:var(--newsfeed-h3-color)}.newsfeed .feed-item.module-Forum .feed-content{background:var(--newsfeed-accent-color-1)}.newsfeed .feed-item.module-Forum .feed-content a{color:var(--newsfeed-link-color)}.newsfeed .feed-item.module-Forum .feed-content time[title] .time-absolute{background:var(--newsfeed-accent-color-1)}.newsfeed .feed-item.module-Forum .feed-comment-info{background:var(--newsfeed-accent-color-1)}.newsfeed .feed-item.module-Event header a{color:var(--newsfeed-h3-color)}.newsfeed .feed-item.module-Event .feed-content{background:var(--newsfeed-accent-color-2);color:var(--newsfeed-link-color)}.newsfeed .feed-item.module-Event .feed-content a{color:var(--newsfeed-link-color)}.newsfeed .feed-item.module-Event .feed-content time[title] .time-absolute{background:var(--newsfeed-accent-color-2);color:var(--newsfeed-link-color)}.newsfeed .feed-item.module-Event .feed-comment-info{background:var(--newsfeed-accent-color-2)}.newsfeed .feed-item.module-Event .feed-comment-info a{color:var(--newsfeed-link-color)!important}.newsfeed .feed-item.module-Quote header a{color:var(--newsfeed-h3-color)}.newsfeed .feed-item.module-Quote .feed-content{background:var(--newsfeed-accent-color-3)}.newsfeed .feed-item.module-Quote .feed-content a{color:var(--newsfeed-link-color)}.newsfeed .feed-item.module-Quote .feed-content time[title] .time-absolute{background:var(--newsfeed-accent-color-3)}.newsfeed .feed-item.module-Quote .feed-comment-info{background:var(--newsfeed-accent-color-3)}.newsfeed .feed-item.module-Image header a,.newsfeed .feed-item.module-Bpc header a,.newsfeed .feed-item.module-Ndp header a{color:var(--newsfeed-h3-color)}.newsfeed .feed-item.module-Image .feed-content,.newsfeed .feed-item.module-Bpc .feed-content,.newsfeed .feed-item.module-Ndp .feed-content{background:var(--newsfeed-accent-color-4)}.newsfeed .feed-item.module-Image .feed-content a,.newsfeed .feed-item.module-Bpc .feed-content a,.newsfeed .feed-item.module-Ndp .feed-content a{color:var(--newsfeed-link-color)}.newsfeed .feed-item.module-Image .feed-content time[title] .time-absolute,.newsfeed .feed-item.module-Bpc .feed-content time[title] .time-absolute,.newsfeed .feed-item.module-Ndp .feed-content time[title] .time-absolute{background:var(--newsfeed-accent-color-4)}.newsfeed .feed-item.module-Image .feed-comment-info,.newsfeed .feed-item.module-Bpc .feed-comment-info,.newsfeed .feed-item.module-Ndp .feed-comment-info{background:var(--newsfeed-accent-color-4)}.newsfeed .feed-item.module-Gallery header a{color:var(--newsfeed-h3-color)}.newsfeed .feed-item.module-Gallery .feed-content{background:var(--newsfeed-accent-color-4)}.newsfeed .feed-item.module-Gallery .feed-content a{color:var(--newsfeed-link-color)}.newsfeed .feed-item.module-Gallery .feed-content time[title] .time-absolute{background:var(--newsfeed-accent-color-4)}.newsfeed .feed-item.module-Gallery .feed-comment-info{background:var(--newsfeed-accent-color-4)}.newsfeed .feed-item.module-Gallery .feed-content{padding:0}.newsfeed .feed-item.module-Gallery .feed-content .feed-gallery-imagestrip a{display:block;width:20%;float:left}.newsfeed .feed-item.module-Gallery .feed-content .feed-gallery-imagestrip a figure,.newsfeed .feed-item.module-Gallery .feed-content .feed-gallery-imagestrip a img{display:block;width:100%}.newsfeed .feed-item.module-Gallery .feed-content:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.newsfeed .feed-item.module-Video header a{color:var(--newsfeed-h3-color)}.newsfeed .feed-item.module-Video .feed-content{background:var(--newsfeed-accent-color-5);color:var(--newsfeed-link-color)}.newsfeed .feed-item.module-Video .feed-content a{color:var(--newsfeed-link-color)}.newsfeed .feed-item.module-Video .feed-content time[title] .time-absolute{background:var(--newsfeed-accent-color-5);color:var(--newsfeed-link-color)}.newsfeed .feed-item.module-Video .feed-comment-info{background:var(--newsfeed-accent-color-5)}.newsfeed .feed-item.module-Video .feed-comment-info a{color:var(--newsfeed-link-color)!important}.newsfeed .feed-item.module-Bugs header a{color:var(--newsfeed-h3-color)}.newsfeed .feed-item.module-Bugs .feed-content{background:var(--newsfeed-accent-color-0)}.newsfeed .feed-item.module-Bugs .feed-content a{color:var(--newsfeed-link-color)}.newsfeed .feed-item.module-Bugs .feed-content time[title] .time-absolute{background:var(--newsfeed-accent-color-0)}.newsfeed .feed-item.module-Bugs .feed-comment-info{background:var(--newsfeed-accent-color-0)}.newsfeed .feed-item.module-Documents header a{color:var(--newsfeed-h3-color)}.newsfeed .feed-item.module-Documents .feed-content{background:var(--newsfeed-accent-color-6)}.newsfeed .feed-item.module-Documents .feed-content a{color:var(--newsfeed-link-color)}.newsfeed .feed-item.module-Documents .feed-content time[title] .time-absolute{background:var(--newsfeed-accent-color-6)}.newsfeed .feed-item.module-Documents .feed-comment-info{background:var(--newsfeed-accent-color-6)}.newsfeed .feed-fetch-more{text-align:center;padding:7px 0}@media (max-width: 800px){.feedpage .column-1{width:50%}}@media (max-width: 600px){.feedpage .column-1{width:100%}}.frontpage-force-min-height{min-height:2000px;height:200px}.frontpage-news h1{line-height:1.1666666667;padding:2.999997px 14px 3.999996px;word-wrap:break-word}.frontpage-news .frontpage-metadata{color:var(--metadata-color);margin:0 14px;font-size:11.999995px;line-height:21px}.frontpage-news .box{padding-bottom:0;position:relative}.frontpage-news .news-content{padding-bottom:28px}.frontpage-news .news-content ol,.frontpage-news .news-content ul{list-style-position:outside;margin-left:21px;margin-bottom:7px}.frontpage-news .news-content ol ol,.frontpage-news .news-content ol ul,.frontpage-news .news-content ul ol,.frontpage-news .news-content ul ul{margin-left:0;margin-bottom:0}.frontpage-news footer{display:inline-block;position:absolute;bottom:7px;right:7px;background:var(--button-background-color);box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-o-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-ms-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-moz-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-webkit-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2)}.frontpage-news footer .button{box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}@media (max-width: 600px){.frontpage-news h1{padding-left:7px;padding-right:7px}.frontpage-news .frontpage-metadata{margin:0 7px}}.frontpage-news.bpc-frontpage h1 a{color:var(--accent-color-4)}.frontpage-news.bpc-frontpage table.narrow-list{border-left-color:var(--accent-color-4)}.frontpage-news.event-frontpage h1 a{color:var(--accent-color-2)}.frontpage-news.article-frontpage h1 a{color:var(--main-color)}.frontpage-news:nth-of-type(1){width:100%;float:left}.frontpage-news:nth-of-type(1).article-frontpage header{border-top:7px solid var(--main-color)}.frontpage-news:nth-of-type(1).bpc-frontpage header{border-top:7px solid var(--accent-color-4)}.frontpage-news:nth-of-type(1).event-frontpage header{border-top:7px solid var(--accent-color-2)}.frontpage-news:nth-of-type(2n+2),.frontpage-news:nth-of-type(2n+3){width:50%;float:left}.frontpage-news:nth-of-type(2n+2).article-frontpage header,.frontpage-news:nth-of-type(2n+3).article-frontpage header{border-top:7px solid var(--main-color)}.frontpage-news:nth-of-type(2n+2).bpc-frontpage header,.frontpage-news:nth-of-type(2n+3).bpc-frontpage header{border-top:7px solid var(--accent-color-4)}.frontpage-news:nth-of-type(2n+2).event-frontpage header,.frontpage-news:nth-of-type(2n+3).event-frontpage header{border-top:7px solid var(--accent-color-2)}.frontpage-news:nth-of-type(2n+2){clear:left}@media (max-width: 600px){.frontpage-news:nth-of-type(2n+2),.frontpage-news:nth-of-type(2n+3){width:100%}}.frontpage-fetch-more{float:left;width:100%;text-align:center}.frontpage-fetch-more .box{padding:14px 0}.frontpage-fetch-more:before{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.frontpage-infobox{overflow:hidden}.frontpage-infobox a{text-decoration:none;display:block}.frontpage-infobox.hvaernano h2{background:var(--hva-er-nano-color)}.frontpage-infobox.nystudent h2{background:var(--accent-color-2)}.frontpage-infobox.bedriftskontakten h2{background:var(--accent-color-4)}.frontpage-infobox.relevantebedrifter h2{background:var(--accent-color-3)}.hoverfeed{display:block;width:400px;max-width:100%;padding-right:5px;position:fixed;bottom:0;z-index:100}.hoverfeed .hoverfeed-button{display:block;position:absolute;width:35px;height:35px;bottom:0;right:-35px;background:url(../images/timini/modules/gray/019_newsfeed.png) no-repeat bottom center}.hoverfeed .hoverfeed-wrapper{overflow-y:hidden;background:var(--hoverfeed-background-color);box-shadow:0 0 10px #0003}.hoverfeed .hoverfeed-button-up,.hoverfeed .hoverfeed-button-down{display:block;height:21px;background:var(--main-color)}@media (max-width: 800px){.hoverfeed{display:none}}.inner-header .header-menu li.mobile-hoverfeed-button{display:block;width:42px;height:42px;position:absolute;padding-right:3px;right:47px;cursor:pointer}.inner-header .header-menu li.mobile-hoverfeed-button svg rect{fill:var(--accent-color-1)!important}.mobile-hoverfeed{margin-top:42px;z-index:100;width:100%}.mobile-hoverfeed .hoverfeed-wrapper{width:100%;background:var(--hoverfeed-background-color);display:block;overflow:hidden}.mobile-hoverfeed .hoverfeed-content{margin:0 auto;float:none!important}.mobile-hoverfeed .feed-container{padding-bottom:49px}.mobile-hoverfeed .spinner{margin-top:35px}.newsfeed-shell{min-height:150px}.gallery-grid-header{margin:7px}.gallery-grid-header time .time-absolute{background:var(--body-bg-color)}.gallery-grid{padding:7px}.gallery-grid img{display:block;float:left;width:100%}.gallery-view-image{position:relative;margin:0 7px}.gallery-view-image .gallery-active-image{display:block;margin:0 auto;padding:0;background:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.gallery-view-image .gallery-active-image-wrapper{display:block;margin:0 auto;padding:14px;box-shadow:0 0 2px var(--level-1-2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;content:""}@media (max-width: 400px){.gallery-view-image .gallery-active-image{padding:7px}}.gallery-header h1{display:inline-block}.gallery-header .gallery-title{margin:7px;display:inline-block}.gallery-toolbox{float:right;margin:7px}.gallery-toolbox .kelvin-widget{display:inline;text-align:left;margin:0}.gallery-toolbox .kelvin-widget a{margin:0}.gallery header{margin:0 7px}.gallery .image-description{margin:14px 7px;padding:7px 0;min-height:21px}.gallery .image-description p{margin:0}.gallery .image-description .imageDescriptionInput{margin:0 14px;border:0;width:90%}.gallery .image-metadata{padding-top:14px;padding-bottom:14px}.gallery .image-metadata table{margin:0 14px;border-left-color:var(--accent-color-4)}.gallery .image-metadata td:first-child{padding-left:14px}.gallery.edit #create-gallery{padding-bottom:7px}.gallery.edit #classification{margin-top:7px}.gallery-next-overlay,.gallery-prev-overlay{display:block;width:40px;height:80px;position:absolute;z-index:50}.gallery-next-overlay{right:21px;background:url(../images/timini/gallery-next-overlay.png) no-repeat}.gallery-prev-overlay{left:21px;background:url(../images/timini/gallery-prev-overlay.png) no-repeat}.tags-column{clear:left}.newsfeed .feed-item.module-Gallery .feed-gallery-imagestrip:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.newsfeed .feed-item.module-Gallery .feed-gallery-info{color:var(--global-text-color-1);line-height:28px;margin:0 7px}.newsfeed .feed-item.module-Gallery .feed-gallery-info-owner{float:right}.gallery-message-success{color:var(--accent-color-4)}.gallery-message-error{color:var(--accent-color-2)}.gallery-image-link{display:block;float:left}.main-navigation{color:var(--global-text-color-2);padding:7px;margin:0 .5% 7px;background:var(--main-navigation-background-color);width:99%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-o-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-ms-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-moz-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-webkit-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2)}.main-navigation:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.main-navigation .mobile-shortcuts,.main-navigation .header-search{display:none}.main-navigation .header-logout{margin:7px}.inner-header .main-navigation{height:80%;overflow-y:scroll}.main-menu-open{-moz-transition:top .4s;-webkit-transition:top .4s;-o-transition:top .4s;transition:top .4s}.main-menu-open{top:0;overflow:hidden;height:100vh}.main-menu-arrow{font-size:14px;display:inline-block;-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0);-moz-transition:-moz-transform .4s;-webkit-transition:-webkit-transform .4s;-o-transition:-o-transform .4s;transition:transform .4s}.main-menu-open .main-menu-arrow{transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg)}.header-module-column{width:50%;float:left}.header-module-column h2{padding:0 7px;clear:both;color:var(--global-text-color-2)}.header-module-column li{float:left;display:block;width:50%}.header-module-column li a{display:block;margin-left:49px;position:relative;line-height:35px;text-decoration:none}.header-module-column li a:hover{text-decoration:underline}.header-module-column li a:after{content:" ";display:block;position:absolute;width:35px;height:35px;left:-42px;top:0;background:var(--main-menu-icons) no-repeat;background-position:0 -210px}.header-module-column .module-article-icon:after,.header-module-column .module-event-icon:after,.mobile-main-menu .module-article-icon:after,.mobile-main-menu .module-event-icon:after{background-position:0 0px!important}.header-module-column .module-books-icon:after,.mobile-main-menu .module-books-icon:after{background-position:0 -35px!important}.header-module-column .module-bugs-icon:after,.mobile-main-menu .module-bugs-icon:after{background-position:0 -70px!important}.header-module-column .module-calendar-show-week-icon:after,.mobile-main-menu .module-calendar-show-week-icon:after{background-position:0 -105px!important}.header-module-column .module-cash-icon:after,.mobile-main-menu .module-cash-icon:after{background-position:0 -140px!important}.header-module-column .module-chat-icon:after,.mobile-main-menu .module-chat-icon:after{background-position:0 -175px!important}.header-module-column .module-documents-icon:after,.mobile-main-menu .module-documents-icon:after{background-position:0 -245px!important}.header-module-column .module-forum-icon:after,.mobile-main-menu .module-forum-icon:after{background-position:0 -280px!important}.header-module-column .module-frontpage-icon:after,.mobile-main-menu .module-frontpage-icon:after{background-position:0 -315px!important}.header-module-column .module-gallery-icon:after,.mobile-main-menu .module-gallery-icon:after{background-position:0 -350px!important}.header-module-column .module-static-inTimini-icon:after,.mobile-main-menu .module-static-inTimini-icon:after{background-position:0 -385px!important}.header-module-column .module-ndp-icon:after,.mobile-main-menu .module-ndp-icon:after{background-position:0 -420px!important}.header-module-column .module-justtiminithings-icon:after,.mobile-main-menu .module-justtiminithings-icon:after{background-position:0 -455px!important}.header-module-column .module-labs-icon:after,.mobile-main-menu .module-labs-icon:after{background-position:0 -490px!important}.header-module-column .module-static-Mailinglister-icon:after,.mobile-main-menu .module-static-Mailinglister-icon:after{background-position:0 -525px!important}.header-module-column .module-profile-list-icon:after,.mobile-main-menu .module-profile-list-icon:after{background-position:0 -560px!important}.header-module-column .module-message-icon:after,.mobile-main-menu .module-message-icon:after{background-position:0 -595px!important}.header-module-column .module-names-icon:after,.mobile-main-menu .module-names-icon:after{background-position:0 -630px!important}.header-module-column .module-newsfeed-icon:after,.mobile-main-menu .module-newsfeed-icon:after{background-position:0 -665px!important}.header-module-column .module-calendar-icon:after,.mobile-main-menu .module-calendar-icon:after{background-position:0 -700px!important}.header-module-column .module-quote-icon:after,.mobile-main-menu .module-quote-icon:after{background-position:0 -735px!important}.header-module-column .module-reservation-icon:after,.mobile-main-menu .module-reservation-icon:after{background-position:0 -770px!important}.header-module-column .module-info-medlem-undergruppekalender-icon:after,.mobile-main-menu .module-info-medlem-undergruppekalender-icon:after{background-position:0 -770px!important}.header-module-column .module-search-icon:after,.mobile-main-menu .module-search-icon:after{background-position:0 -805px!important}.header-module-column .module-admin-icon:after,.header-module-column .module-widgets-icon:after,.mobile-main-menu .module-admin-icon:after,.mobile-main-menu .module-widgets-icon:after{background-position:0 -840px!important}.header-module-column .module-spaceshooter-icon:after,.mobile-main-menu .module-spaceshooter-icon:after{background-position:0 -875px!important}.header-module-column .module-timetable-menu-icon:after,.mobile-main-menu .module-timetable-menu-icon:after{background-position:0 -910px!important}.header-module-column .module-static-Timinfo-icon:after,.mobile-main-menu .module-static-Timinfo-icon:after{background-position:0 -945px!important}.header-module-column .module-info-timini-icon:after,.mobile-main-menu .module-info-timini-icon:after{background-position:0 -945px!important}.header-module-column .module-titles-icon:after,.mobile-main-menu .module-titles-icon:after{background-position:0 -980px!important}.header-module-column .module-video-icon:after,.mobile-main-menu .module-video-icon:after{background-position:0 -1015px!important}.header-module-column .module-waffle-icon:after,.mobile-main-menu .module-waffle-icon:after{background-position:0 -1050px!important}.header-module-column .module-waffleclicker-icon:after,.mobile-main-menu .module-waffleclicker-icon:after{background-position:0 -1050px!important}.header-module-column .module-static-Wikier-icon:after,.mobile-main-menu .module-static-Wikier-icon:after{background-position:0 -1085px!important}.header-module-column .module-bedpres_list-icon:after,.mobile-main-menu .module-bedpres_list-icon:after{background-position:0 -1120px!important}.header-module-column .module-jobs-icon:after,.mobile-main-menu .module-jobs-icon:after{background-position:0 -1120px!important}.header-module-column .module-static-view-107443-icon:after,.mobile-main-menu .module-static-view-107443-icon:after{background-position:0 -1155px!important}.header-module-column .module-static-view-118835-icon:after,.mobile-main-menu .module-static-view-118835-icon:after{background-position:0 -1190px!important}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){.header-module-column li a:after{background:var(--main-menu-icons-2x) no-repeat!important;background-position:0 -210px;-webkit-background-size:35px 1225px!important;-moz-background-size:35px 1225px!important;-ms-background-size:35px 1225px!important;-o-background-size:35px 1225px!important;background-size:35px 1225px!important}}@media (max-width: 800px){.header-module-column li{width:100%}}.main-nav-close{display:none}.mobile-main-menu-open .document-container{box-shadow:0 0 14px #000}.mobile-main-menu{color:var(--global-text-color-2);z-index:-1;background:var(--dark-gray-color);min-height:1000px;overflow:hidden}.mobile-main-menu h2{color:var(--global-text-color-1);background:var(--main-color);padding:0 7px}.mobile-main-menu .main-navigation{background:var(--dark-gray-color);margin:0;padding:0;width:100%;max-width:360px}.mobile-main-menu .main-navigation .mobile-shortcuts{display:block}.mobile-main-menu .main-navigation .mobile-menu-header{background:var(--mobile-menu-header-background-color);text-align:left;line-height:38px;font-size:42px;padding:4px 7px 0 10px;border-bottom:2px solid var(--dark-gray-color)}.mobile-main-menu .main-navigation .mobile-menu-header a{display:block;color:var(--mobile-menu-header-color)}.mobile-main-menu .main-navigation ul.header-menu,.mobile-main-menu .main-navigation .header-module-column ul{margin-bottom:28px}.mobile-main-menu .main-navigation ul.header-menu li,.mobile-main-menu .main-navigation .header-module-column ul li{float:inherit;margin:0;background-color:var(--dark-gray-color)}.mobile-main-menu .main-navigation ul.header-menu li a,.mobile-main-menu .main-navigation ul.header-menu li form,.mobile-main-menu .main-navigation .header-module-column ul li a,.mobile-main-menu .main-navigation .header-module-column ul li form{display:block;padding:7px 0 6px;border-bottom:1px solid #666;color:var(--global-text-color-3);text-decoration:none;line-height:1.5;margin:0 7px 0 49px;position:relative}.mobile-main-menu .main-navigation ul.header-menu li a:after,.mobile-main-menu .main-navigation ul.header-menu li form:after,.mobile-main-menu .main-navigation .header-module-column ul li a:after,.mobile-main-menu .main-navigation .header-module-column ul li form:after{content:" ";display:block;position:absolute;width:35px;height:35px;left:-42px;top:0;background:url(../images/timini/modules/gray-menu-icons.png) no-repeat;background-position:0 -210px}.mobile-main-menu .main-navigation ul.header-menu li form,.mobile-main-menu .main-navigation .header-module-column ul li form{padding:0}.mobile-main-menu .main-navigation ul.header-menu li form input[type=search],.mobile-main-menu .main-navigation .header-module-column ul li form input[type=search]{width:99%}.mobile-main-menu .main-navigation .header-logout{clear:both}.mobile-main-menu .main-navigation .header-logout button,.mobile-main-menu .main-navigation .header-logout a.button{box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;display:block;margin:7px auto!important;width:210px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mobile-main-menu .header-module-column{width:100%}@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px),only screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 800px),only screen and (min-device-pixel-ratio: 1.5) and (max-width: 800px){.main-navigation li a:after{background:url(../images/timini/modules/gray-menu-icons-2x.png) no-repeat!important;background-position:0 -210px;-webkit-background-size:35px 1225px!important;-moz-background-size:35px 1225px!important;-ms-background-size:35px 1225px!important;-o-background-size:35px 1225px!important;background-size:35px 1225px!important}}.document-header .module-calendar-icon .date{position:absolute;color:var(--calendar-icon-number-color);top:-3px;left:-35px;z-index:10;font-family:var(--header-font);font-size:16px;font-weight:700;width:22px;display:block;text-align:center}.document-header .module-calendar-icon .date .month{position:absolute;color:var(--calendar-icon-month-color);top:13px;left:0;width:22px;font-size:8px}.mobile-main-menu .module-calendar-icon .date{position:absolute;color:#5c5c5c;top:2px;left:-35px;z-index:10;font-family:var(--header-font);font-size:16px;font-weight:700;width:22px;display:block;text-align:center}.mobile-main-menu .module-calendar-icon .date .month{position:absolute;color:#b2b2ab;top:20px;left:0;width:22px;font-size:8px}.headeradmin.admin .header-column{width:50%;float:left}.headeradmin.admin .toolbox label{color:#fff;padding-left:14px;display:inline-block;min-width:30%}.headeradmin.admin .header-category h2{background:var(--main-color);color:#fff}.headeradmin.admin .header-category .header-items li{padding:7px;margin:7px;background:var(--very-light-gray-color)}.box.random-image-container{padding-bottom:0}.box.random-image-container p{font-family:var(--header-font);font-size:21px;line-height:28px;margin:3px 7px 4px;padding:0;text-align:right}.box.random-image-container p a{text-decoration:none}.image-upload h1{padding:7px}.image-upload form#upload{margin:7px;float:left}.image-upload form#upload-form{margin:21px 14px;float:left}.image-upload .progressBarInProgress,.image-upload .progressBarComplete{background-color:#00afaf;height:5px}.image-upload .image_add_details{margin:7px}.image-upload .image_add_details td{border:0px}.image-upload .image_add_details img{float:left;margin-right:7px}.image-upload #change-upload-form{margin-left:7px}.image-upload .image_spinne{float:none}.image-upload div#divUploaderButtons{padding:7px}.image-upload div#divUploaderButtons object,.image-upload .image-edit-column form{margin:7px}.image-upload label[for=imagedescription]{position:relative;top:-36px}.info .box h2{color:var(--main-color)}.info .box h2.inverse{background:var(--main-color);color:var(--global-text-color-1)}.info h1{color:var(--main-color)}.info .info-list{list-style-type:none}.info .info-list li{position:relative}.info .info-list a{padding:7px 14px;display:block;text-decoration:none;font-family:var(--header-font);font-weight:300;font-size:21px;line-height:28px}.info .info-list a:hover{background:var(--accent-color-1);color:var(--global-text-color-1)}.info .info-list .con_order{position:absolute;top:9.999997px;right:7px}.info .info-list .con_order .delete_q{display:none}.info .info-list .con_order:hover label,.info .info-list .con_order:hover input{cursor:pointer}.info .info-list .con_order:hover .delete_q{display:inline;position:relative;top:2px;background:rgba(0,0,0,.2);border-radius:2px;padding:2px 5px}.info .info-list .selected a{background:var(--main-color);color:var(--global-text-color-1);font-size:28px;line-height:35px}.info .info-list .selected .con_order{top:11.999995px}.info .info-error{font-style:italic;text-align:center;padding:14px 0}.info .info-header{padding:14px}.job_image{margin:20px 20px 0;width:200px;height:auto}.job_column{vertical-align:middle}.job_wrapping{padding-top:2px}.job_field{margin:30px}.job_headline{background-color:var(--accent-color-4);text-align:center;font-size:2em;cursor:pointer}.list-column:after{content:none}.form-textarea-wrapperr{padding:0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.action-jobs-add{padding-left:21px;background:url(../images/timini/icons/create.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-jobs-back{padding-left:21px;background:url(../images/timini/icons/back.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-jobs-remove{padding-left:21px;background:url(../images/timini/icons/delete.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.job_category{text-align:center;color:var(--main-color);margin-top:20px;margin-bottom:18px;font-size:3em}.job_description{margin:20px;max-width:100%;font-size:17px}.job_opportunity_headline{text-align:center;font-size:50px}.job_contact{text-align:center}.job_box{width:100%;display:none}.julequizzz h1{margin-left:7px}.julequizzz .right{float:right}.julequizzz .box{padding-bottom:7px}.julequizzz .box .inverse{background-color:var(--accent-color-2)}.julequizzz .box p{padding-top:7px}.julequizzz .results{margin:7px 14px;padding:7px;min-height:200px;border:1px dotted var(--light-gray-color);background:var(--very-light-gray-color);font-family:monospace}.julequizzz .results table td{padding-right:7px}.julequizzz .results table .eid{text-align:right}.julequizzz #julequizzz-search-form #actions{padding:7px 14px}.julequizzz #julequizzz-search-form #actions label{display:none}.julequizzz #julequizzz-search-form #actions #fetch{width:100%}.julequizzz img{margin-bottom:-14px}.kelvin-widget{text-align:center}.kelvin-widget .kelvin_vote{margin:14px 0}.kelvin_popup_box{position:relative;width:240px;padding:7px}.toast-wrapper .kelvin_popup_box{margin-top:7px;border-radius:3px;background:var(--background-color);box-shadow:0 0 2px #0000003d;color:var(--global-text-color-2)}.toast-wrapper .kelvin_popup_box:before{content:"";position:absolute;width:0;height:0;left:115px;top:-18px;pointer-events:none;border:9px solid;border-color:transparent transparent var(--background-color) transparent}.kelvin_vote.button:hover{border-right:none;background:var(--accent-color-4)!important}.kelvin_vote.button.kelvin-voted:hover{border-right:none;background:var(--accent-color-2)!important}.kelvin_vote.kelvin-comment.kelvin-voted{color:var(--accent-color-4)!important}.labs .box.button{padding:7px;color:var(--global-text-color-1);font-size:14px}.labs .box.headed.blue h2,.labs .box.headed.blue h3,.labs .box.headed.blue h4{background-color:var(--accent-color-1)}.labs .box.headed.green h2,.labs .box.headed.green h3,.labs .box.headed.green h4{background-color:var(--accent-color-4)}.labs .box.headed.intro{background-color:var(--body-bg-color);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}@media (max-width: 800px){.labs .box.headed.intro{display:block}}.labs .box.headed h2,.labs .box.headed h3,.labs .box.headed h4{color:var(--global-text-color-1)}.labs .box.headed h2 a,.labs .box.headed h3 a,.labs .box.headed h4 a{color:var(--global-text-color-1);text-decoration:none}.labs .box.headed h2 a:hover,.labs .box.headed h3 a:hover,.labs .box.headed h4 a:hover{text-decoration:underline}.labs .box.headed:after{content:""}.labs .boxtext{padding:0 7px 7px}.labs .text-column{width:62%;background-color:var(--background-color);-webkit-align-items:stretch;align-items:stretch}.labs .image-column{width:38%;-webkit-align-items:stretch;align-items:stretch}@media (max-width: 800px){.labs .text-column,.labs .image-column{width:100%}}.labs .formlib-generated{padding:7px}.labs .formlib-generated label{width:100%;text-align:left;font-weight:700}.labs h1{margin-left:7px}.labs footer.menu{float:right;padding-bottom:14px;padding-right:14px}.labs .form-textarea-wrapper{width:100%;padding:7px}.labs .form-textarea-wrapper textarea{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.labs .teambox{display:none}.labs #team-auto,.labs #responsible-auto{display:none;width:50%}.labs #f_team,.labs #f_responsible{margin-left:7px}.labs #f_team .team-name,.labs #f_responsible .team-name{line-height:18px}.labs #f_team .team-name:hover,.labs #f_responsible .team-name:hover{cursor:pointer;padding:0 21px 0 4px;border:1px solid var(--light-gray-color);color:var(--dark-gray-color);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:var(--very-light-gray-color) url(../images/timini/tag-delete-hover.png) top right no-repeat}#labs-popup{left:50%;margin-left:-40%;background-color:var(--very-light-gray-color);border-radius:2px;box-shadow:2px 2px 1px var(--light-gray-color);position:fixed;top:380px;width:80%;margin-top:-225px;overflow-y:auto;z-index:100;padding:10px}#labs-fader{position:fixed;top:0;left:0;z-index:99;width:100%;height:100%;background-color:#000;opacity:.3}@media (max-width: 800px){#labs-popup{top:280px!important}}@media (min-width: 1000px){#labs-popup{margin-left:-400px!important;width:800px!important}}.live.view{position:relative}.live.view .post{padding:14px}.live.view .post #content div{padding:0!important}.live.view .post #content br,.live.view .post #actions label{display:none}.live.view .post #live-post-upload{position:relative;top:2px;margin:0 7px}.live.view .post #actions{margin-top:5px}.live.view .post textarea{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.live.view .description h2.inverse{background:var(--main-color)}.live.view .stream .stream-item{position:relative}.live.view .stream .stream-item .timestamp{padding:0 7px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.live.view .stream .stream-item .content{padding-top:7px;margin-left:49px}.live.view .stream .stream-item .content p{padding-left:0}.live.view .stream .stream-item .content h1,.live.view .stream .stream-item .content h2,.live.view .stream .stream-item .content h3,.live.view .stream .stream-item .content h4{padding-left:0;color:var(--main-color)}.live.view .stream .stream-item .content .delete-post{margin:7px 14px 0 0;width:14px;height:14px;background-image:url(../images/timini/icons/delete.svg);float:right}.live.view .stream .stream-item figure{padding-bottom:7px}.live.view .stream .stream-item.odd-post{background:var(--very-light-gray-color)}.live.view .stream .stream-item:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.live.view .chat .message_list{overflow:auto}.live.view .chat .message_list>div{padding:4px 7px 3px}.live.view .chat .message_list>div:nth-of-type(odd){background:var(--very-light-gray-color)}.live.view .chat .message_list>div .nick{font-weight:900}.live.view .chat .message_list>div time{font-size:10.999996px;line-height:21px}.live.view .chat form{padding:4px 7px 3px}.live.view .chat form input[type=text]{width:100%}.live.view .chat.bottom{position:absolute;bottom:0}.live.list h2{margin-left:7px}.live.list ul{margin:0 14px 14px;list-style-position:inside}.live.banner{display:block;background:var(--main-color);color:#fff;padding:14px;text-decoration:none;text-align:center}.live.banner:hover{background:var(--accent-color-1)}.hoverfeed-content .live.banner{margin-top:7px}.mod-message header h1{margin-left:7px;color:var(--main-color)}.mod-message.list .message-conversation a.title{display:inline-block;margin-left:14px;padding-top:7px}.mod-message.list .message-conversation .conversation-header-images{width:40%;float:right}.mod-message.list .message-conversation .conversation-header-images .profile_popup,.mod-message.list .message-conversation .conversation-header-images #show_more_pictures,.mod-message.list .message-conversation .conversation-header-images #hide_more_pictures{width:14.285714%;float:right}.mod-message.list .message-conversation .conversation-header-images .profile_popup figure,.mod-message.list .message-conversation .conversation-header-images #show_more_pictures figure,.mod-message.list .message-conversation .conversation-header-images #hide_more_pictures figure{width:100%}.mod-message.list .message-conversation .conversation-header-images:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.mod-message.list .message-conversation .bmessage-last{margin-left:14px;margin-bottom:7px}.mod-message.list .message-conversation-compact{padding:7px 14px}.mod-message.view .form-actions{text-align:center}.mod-message.view .pagination:before{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.mod-message.view .message-header-images .message-person{padding:7px 0;vertical-align:middle;width:100%}.mod-message.view .message-header-images .message-person .person-image{float:left}.mod-message.view .message-header-images .message-person .profile_popup a{padding-top:10.5px}.mod-message.view .message-header-images .message-person:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.mod-message.view .message-reply-form .textarea-wrapper{padding:7px 7px 0;position:relative}.mod-message.view .message-reply-form textarea{min-height:105px}.mod-message.view .message-reply-form .wmd-preview{width:61%;border:none;background:var(--very-light-gray-color);min-height:21px;float:right;box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-o-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-ms-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-moz-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-webkit-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2)}.mod-message.view .message-reply-form label{display:none}.mod-message.view .message-reply-form button{margin:7px}.mod-message.view .message-reply-form:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.mod-message.view .message-single{width:60%;position:relative}.mod-message.view .message-single .content{margin-top:7px;margin-bottom:42px}.mod-message.view .message-single footer{text-align:right;padding:0 14px 1.999998px;position:absolute;bottom:0;right:0;height:21px;overflow:hidden;text-overflow:ellipsis;font-size:14px}.mod-message.view .message-single footer time .time-absolute{position:absolute;left:auto;right:0;padding-left:7px;padding-right:0}.mod-message.view .message-single:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.mod-message.view .message-from-me{float:right}.mod-message.view .message-from-partner{float:left;width:70%}.mod-message.view .message-from-partner aside{width:15%;float:left}.mod-message.view .message-from-partner .content{width:85%;float:left}.mod-message.view .message-from-me.ajax-new{-webkit-animation-duration:.5s;-webkit-animation-name:message-slidedown-me;animation-duration:.5s;animation-name:message-slidedown-me}.mod-message.view .message-from-partner.ajax-new{z-index:3;-webkit-animation-duration:.5s;-webkit-animation-name:message-slidedown-partner;animation-duration:.5s;animation-name:message-slidedown-partner}.mod-message.view .message-newmail{padding-left:18px;background:url(../images/timini/bmail-unread.png) no-repeat left center;display:inline-block}.mod-message.create .message-noscript{display:none}.mod-message.create .message-newform .textarea-wrapper{padding:7px 7px 0;position:relative}.mod-message.create .message-newform textarea{min-height:105px}.mod-message.create .message-newform .wmd-preview{width:61%;border:none;background:var(--very-light-gray-color);min-height:21px;float:right;box-shadow:0 0 2px #0000003c}.mod-message.create .message-newform label[for=msg]{display:none}.mod-message.create .message-newform button{margin:7px}.mod-message.create .message-newform:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.mod-message.create .message-newform table tr td:first-child{width:70px;text-align:right;padding-right:7px}.mod-message.create .add-recipients{width:100%}.mod-message.create #message-auto{display:none;width:50%}.mod-message.create #message-fake_to{margin-left:7px}.mod-message.create #message-fake_to .recipient-name{line-height:18px}.mod-message.create #message-fake_to .recipient-name:hover{cursor:pointer;padding:0 21px 0 4px;border:1px solid var(--light-gray-color);color:var(--dark-gray-color);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:var(--very-light-gray-color) url(../images/timini/tag-delete-hover.png) top right no-repeat}.mod-message.edit .message-reply-form .textarea-wrapper{padding:7px 7px 0;position:relative}.mod-message.edit .message-reply-form textarea{min-height:105px}.mod-message.edit .message-reply-form .wmd-preview{width:61%;border:none;background:#fff;min-height:21px;float:right;box-shadow:0 0 2px #0000003c}.mod-message.edit .message-reply-form label{display:none}.mod-message.edit .message-reply-form button{margin:7px}.mod-message.edit .message-reply-form:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.mod-message.edit .message-single{width:60%;position:relative}.mod-message.edit .message-single .content{margin-top:7px;margin-bottom:42px}.mod-message.edit .message-single footer{text-align:right;padding:0 14px 1.999998px;position:absolute;bottom:0;right:0;height:21px;overflow:hidden;text-overflow:ellipsis;font-size:14px}.mod-message.edit .message-single:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.mod-message.edit .message-from-me{float:right}.mod-message.edit .message-from-partner{float:left;width:70%}.mod-message.edit .message-from-partner aside{width:15%;float:left}.mod-message.edit .message-from-partner .content{width:85%;float:left}.bmessage-widget h2.inverse{background:var(--main-navigation-header-color);color:#fff;padding-right:7px}.bmessage-widget h2.inverse a.message-create{display:block;width:42px;height:42px;float:right;text-indent:-9999px;background:url(../images/timini/widget-message-create.png) no-repeat}.bmessage-widget h2.inverse a.message-create:hover{text-decoration:none}.bmessage-widget .msgcontainer{padding:7px 14px}.bmessage-widget .msgcontainer .unread:before{content:"●";color:var(--accent-color-2);padding-right:7px}.message-search-result .conversation-header-images{width:40%;float:right}.message-search-result .conversation-header-images .profile_popup{width:14.285714%;float:right}.message-search-result .conversation-header-images .profile_popup figure{width:100%}.message-search-result .conversation-header-images .profile_popup:nth-of-type(n+22){display:none}.message-search-result .conversation-header-images:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}#add-participant{display:none}#add-participant .recipient-name{color:#fff}#add-participant .profile_popup_link{display:inline-block;margin-left:0}.profile_popup_link{max-width:280px}.remove-current-participant{display:none;float:right;margin-right:14px}.participants-logged-in-remove-button{background:linear-gradient(#d60a0a,#cc0000);border-color:#d10404;text-shadow:1px 1px 0 #e33;color:#fff!important}.participants-logged-in-remove-button-force-color{background:linear-gradient(#d60a0a,#cc0000)!important;border-color:#d10404!important;text-shadow:1px 1px 0 #e33!important;color:#fff!important}.remove-participant{float:right;margin-right:14px}.message-header-images .profile_popup_link{margin-left:0;display:inline-block}.participant-image{width:42px;height:42px}.new-participant{color:#fff}.new-participant-container{padding:7px 0;height:42px}.new-participant-container>span{padding-left:14px}#message-add-participant-input{margin-left:14px}#submit-new-participants{display:none;margin-left:14px;margin-top:14px}@media (max-width: 400px){.message-search-result .conversation-header-images{width:15.285714%;float:right}.message-search-result .conversation-header-images .profile_popup{width:93.4579%;float:right}.message-search-result .conversation-header-images .profile_popup:nth-of-type(n+4){display:none}}@media (max-width: 1025px){.mod-message.view .column-2,.mod-message.edit .column-2{width:100%}.mod-message.view .column-1,.mod-message.edit .column-1{width:50%}.mod-message.view .message-single footer,.mod-message.edit .message-single footer{font-size:10.999996px}}@media (max-width: 800px){.mod-message.view .column-2,.mod-message.edit .column-2,.mod-message.view .column-1,.mod-message.edit .column-1{width:100%}.mod-message.view .message-single footer,.mod-message.edit .message-single footer{height:35px}}@media (max-width: 650px){.mod-message.view .message-from-me,.mod-message.view .message-from-partner,.mod-message.edit .message-from-me,.mod-message.edit .message-from-partner{float:left;width:95%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mod-message.view .message-from-me,.mod-message.edit .message-from-me{background:var(--very-light-gray-color)}.mod-message.view iframe,.mod-message.edit iframe{width:100%!important}}@-webkit-keyframes message-slidedown-me{0%{margin-top:-72px}to{margin-top:0}}@keyframes message-slidedown-me{0%{margin-top:-72px}to{margin-top:0}}@-webkit-keyframes message-slidedown-partner{0%{opacity:0;margin-top:-45px}to{opacity:1;margin-top:0}}@keyframes message-slidedown-partner{0%{opacity:0;margin-top:-45px}to{opacity:1;margin-top:0}}.moduleadmin-update-button{display:block;margin:7px}.moduleadmin .box h2.inverse{background:var(--accent-color-1)}#footer-update-button{float:right}.innerContentBox{padding-left:28px}.innerBox{margin-left:0}#namesBox{padding-top:14px}#guess{width:238px;margin-top:0}#guessButton{margin-top:15px}#askWhereFromContainer{width:280px}#askWhereFromContainer label{line-height:2}#askWhereFromContainer input,#askWhereFromContainer select{float:right;width:175px}#profilePic{float:left;width:360px}.whoIsThisGuessingBox{vertical-align:middle;padding-left:15px;width:360px;position:relative}#response{font-weight:700;font-size:21px;display:table-cell;clear:both;color:green}.guessHistoryBox{float:left;width:300px;padding-bottom:28px}.infoBox{display:none}.prevGuess{clear:both;padding-bottom:5px;height:100px}#lastFive{visibility:hidden}option:disabled{color:#d3d3d3}#name{clear:both}#prevGuess1,#prevGuess2,#prevGuess3{visibility:hidden}.thumb100{float:left;height:100px;width:100px;padding-right:10px;padding-bottom:5px;display:block}.profileThumb{width:100px;height:100px}.historyboxText{display:inline-block}#historyboxTextFirst{width:190px}.prevName{line-height:1;word-wrap:break-word}.ahrefDiv,.prevName{width:190px;float:right}#guessBoxContainer{visibility:hidden;padding-right:56px;float:left;width:360px}.selectWhereFromBox{float:left;width:300px}.prevCorrect{font-size:.8em;word-wrap:break-word}div .namesH2{margin-bottom:0;margin-left:0;padding:0}#names_column h1{padding-left:7px}@media (max-width: 800px){#names_column{width:440px!important}}@media (max-width: 440px){#names_column{width:100%!important}#guessBoxContainer{width:90%!important}#whoIsThisGuessingBox{width:100%!important}#guess{width:60%!important}.selectWhereFromBox{width:100%}#askWhereFromContainer{width:90%}}:root{--border-color: rgba(0, 0, 0, .25);--button-3d-effect: rgba(0, 0, 0, .1);--button-shadow: rgba(0, 0, 0, .05)}.box.nanoplace-widget-container h2.inverse{background:var(--accent-color-2);color:#fff}.centered-left{padding:22px}.centered{height:60px;display:flex;justify-content:center;align-items:center;padding:15px}.nanoButton{position:relative;cursor:pointer;outline:none;border:0;vertical-align:middle}button.nanoButton{padding:24px 100px;border:1px solid var(--border-color);border-radius:10px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:transform .15s cubic-bezier(0,0,.58,1),background .15s cubic-bezier(0,0,.58,1),-webkit-transform .15s cubic-bezier(0,0,.58,1)}button.nanoButton:before{position:absolute;content:"";width:100%;height:100%;inset:0;background-color:var(--button-3d-effect);border-radius:inherit;box-shadow:0 0 0 2px var(--border-color),0 .625em 0 0 var(--button-shadow);-webkit-transform:translate3d(0,.75em,-1em);transform:translate3d(0,.75em,-1em);transition:transform .15s cubic-bezier(0,0,.58,1),box-shadow .15s cubic-bezier(0,0,.58,1),-webkit-transform .15s cubic-bezier(0,0,.58,1),-webkit-box-shadow .15s cubic-bezier(0,0,.58,1)}button.nanoButton:hover{transform:translateY(.25em)}button.nanoButton:hover:before{-webkit-box-shadow:0 0 0 2px,0 .5em 0 0;box-shadow:0 0 0 2px var(--border-color),0 .5em 0 0 var(--button-shadow);transform:translate3d(0,.5em,-1em)}button.nanoButton:active{-webkit-transform:translate(0em,.75em);transform:translateY(.75em)}button.nanoButton:active:before{-webkit-box-shadow:0 0 0 2px,0 0;box-shadow:0 0 0 2px var(--border-color),0 0 var(--button-shadow);transform:translateZ(-1em)}.nanoplace{max-width:600px}.nanoplace .nanoplace-zoom,.nanoplace .nanoplace-colors{max-width:100%;display:flex;justify-content:center}.nanoplace .nanoplace-zoom .nanoplace-zoom-button{width:50px;height:50px;justify-content:center;align-content:center;text-align:center}.nanoplace .nanoplace-colors input[type=radio]{display:none}.nanoplace .nanoplace-colors .color-selector{width:30px;height:30px;display:inline-block}.nanoplace #nanoplace{image-rendering:-moz-crisp-edges;image-rendering:pixelated;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.nanoplace-widget-container .nanoplace-widget-header{background-color:var(--accent-color-3)}.nanoplace-widget-container #nanoplace-widget{margin:7px calc(50% - 100px);width:200px}.ndp .box h2{color:var(--accent-color-4)}.ndp .box h2.inverse{background:var(--accent-color-4);color:var(--global-text-color-1)}.ndp h1{color:var(--accent-color-4)}.box.ndp-jobs-widget h2.ndp-jobs-widget-header{background:var(--accent-color-1);color:var(--global-text-color-1)}.box.ndp-jobs-widget h2.ndp-jobs-widget-header a{text-decoration:none}.box.ndp-jobs-widget h2.ndp-jobs-widget-header a:hover{text-decoration:underline}.box.ndp-jobs-widget .ndp-job-widget-job{display:block;width:50%;float:left;text-align:center}.box.ndp-jobs-widget .ndp-job-widget-job .ndp-job-widget-text{padding:14px 0;display:inline-block}.box.ndp-jobs-widget .ndp-jobs-image{width:100%;display:block;float:left;opacity:.8}.box.ndp-jobs-widget .ndp-jobs-image:hover{opacity:1}.box.ndp-jobs-widget .ndp-create-new:before{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.ndp h1{padding:7px}.ndp.edit form{padding-bottom:7px}.ndp-job{padding-bottom:14px}.ndp-job figure{float:left;margin-right:14px}.ndp-job footer{float:right;margin:14px}.ndp-job:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.newsfeed .feed-item.module-Ndp .feed-content:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.newsfeed .feed-item.module-Ndp .feed-content .feed-image{float:left;width:40%}.newsfeed .feed-item.module-Ndp .feed-content .feed-info{float:left;padding:0 7px;width:60%;box-sizing:border-box}.newsfeed .feed-item.module-Ndp .feed-content .feed-info .title{font-size:21px;line-height:35px;font-family:var(--header-font);font-weight:300;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.newsfeed .feed-item.module-Ndp .feed-content .feed-info .ndp-desc{color:var(--global-text-color-2)}.newsfeed .feed-item.module-Ndp .feed-content .feed-info .ndp-desc li{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.newsfeed .feed-item.module-Ndp .feed-content .preview-container{width:100%;padding:7px;box-sizing:border-box;float:left}.newsfeed .feed-item.module-Ndp .feed-content .preview-container .preview{width:100%;padding:7px;margin:0;box-sizing:border-box;background-color:var(--newsfeed-snippet-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notifications h2.inverse{color:var(--global-text-color-1);background:var(--main-navigation-header-color)}.notifications ul{margin:7px 14px}.notifications p{margin-top:7px}.notifications-config .notifications-extra-list{list-style:none;padding-left:14px}.notifications-config .notifications-extra-list .delete_link{float:right}.notifications-config .transport-cell{text-align:center;vertical-align:middle;width:90px}.notifications-config .transport-cell input[type=checkbox]{margin-top:7px}.notifications-config .save-progress{display:inline-block;padding-left:7px;height:28px;position:relative}.notifications-config .save-text{font-weight:700}.notifications-config .ok{color:var(--green-color)}.notifications-config .push-not-supported{color:var(--main-color);font-weight:700}.notifications-config .display-name-wrap{margin:14px}.notifications-config .error{color:var(--red-color);background-color:transparent}.notifications-config h1{margin-left:7px}.notifications-config .push-toggle{margin:7px 7px 14px 14px}.notifications-widget-icon{width:25px;height:42px;float:right;-webkit-filter:brightness(0%) invert(100%);filter:brightness(0%) invert(100%)}.notifications-show-settings{background:url(../images/timini/icons/gear.svg) no-repeat left center}.notifications-read-all{background:url(../images/timini/icons/check.svg) no-repeat left center;margin:0 7px}.notification-list .unread:before{content:"●";color:var(--red-color);padding-right:7px}.unread .mark-read{padding-left:1.5em;margin-right:7px;color:var(--green-color);background:url(../images/timini/icons/check.svg) no-repeat left center}.notifications-config-box .inverse{color:var(--global-text-color-1);background-color:var(--main-navigation-header-color)}.notifications-config-box .inverse.green{background-color:var(--green-color)}.notifications-config-box .inverse.red{background-color:var(--red-color)}.notifications-config-box .inverse.orange{background-color:var(--orange-color)}.notifications-config-box p{margin-top:7px}.notifications-config-box td{padding-left:14px}.notifications-config-box .list.spacious{box-sizing:border-box}.notifications-config-box .list.spacious td{padding:7px 14px}.notifications-config-box .list.spacious td .desc{color:rgba(var(--global-text-color-2),.9)}.notifications-config-box .list.spacious td .enabled-info{color:rgba(var(--global-text-color-2),.9);display:block;overflow:hidden}.notifications-config-box .list.spacious th{text-align:center;background-color:var(--accent-color-1)}.notifications-config-box .list.spacious th h2{text-align:left;padding-left:7px}.notifications-config-box .list.spacious .checkbox-cell{text-align:center;vertical-align:middle;width:90px}.notifications-config-box .remove-cell{width:1%}.notifications-config-box .remove-cell a{text-decoration:none}.notifications-config-box ul{margin:7px 0}.container.payscreen{max-width:none;box-sizing:border-box;padding:0;margin:0}.column-payscreen{position:fixed;margin:0;padding:0;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.column-payscreen.shopping-list{top:0;right:0}.box.cash-store-container.scroll{margin-top:14px;height:100%;overflow-y:scroll}div.shopping-list{display:flex;flex-direction:column;margin:14px 7px;flex-grow:1;height:50vh}div.shopping-list h1{color:#fff;background-color:var(--accent-color-4);margin:0}div.shopping-list div.total-price{margin:0 7px;padding:7px;font-size:28px;border-top:1px dashed}div.shopping-list div#list-items{overflow-y:auto;flex-grow:1}div.shopping-list div.box{position:relative;float:top;padding:7px 14px 7px 7px;margin:7px;background-color:var(--very-light-gray-color);display:flex;align-items:center;box-sizing:border-box;height:70px}div.shopping-list div.box span{min-width:40px;font-size:21px}div.shopping-list div.box a{display:inline-block;position:absolute;right:21px;width:32px;height:32px;padding:0;text-decoration:none;background-size:32px 32px}.cancel-button{padding:7px 0;text-align:center;background-color:var(--accent-color-2);box-sizing:border-box}.cancel-button h1{color:#fff}.payscreen-message-container-error,.payscreen-message-container-success{display:flex;flex-flow:column;padding:7px;width:70vw}.payscreen-message-container-error h1,.payscreen-message-container-success h1{flex:0 1 auto;color:#fff}.payscreen-message-container-error div,.payscreen-message-container-success div{text-align:left;font-size:2em;flex:1 1 auto;padding:7px;margin:14px;background-color:#fff}.payscreen-message-container-error div .legend-field,.payscreen-message-container-success div .legend-field{text-align:right;padding-left:7px;padding-right:14px;font-weight:700}.payscreen-message-container-error{background-color:var(--accent-color-2)}.payscreen-message-container-success{background-color:var(--accent-color-4)}.profile .box h2{color:var(--global-text-color-2)}.profile .box h2.inverse{background:var(--dark-gray-color);color:#fff}.box.online-users-widget h2.inverse{background:var(--accent-color-2);color:#fff}.online-users-widget{padding-bottom:0}.online-users-widget li.img{display:block;width:20%;float:left}.online-users-widget li.img img.profile_picture{display:block}.online-users-widget:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}#profile_allergies{overflow:hidden;max-height:0;transition:max-height .2s ease-in-out}.dropdown-arrow{margin-left:-10px;cursor:pointer}.profile .profile-header{line-height:84px;margin:14px 7px 7px}.profile .profile-picture{float:left;margin-right:7px}.profile .profile-picture img{display:block;height:70px}.profile .profile-info-first{clear:both}.profile .profile-stats{list-style:none;margin:7px 0}.profile .profile-stats li{margin-left:21px}.profile .profile-images img{display:block;float:left;width:50%}.profile .widget-container{display:block}.profile .widget-container:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.profile .personalia{width:100%;table-layout:fixed}.profile .personalia th{padding:7px 14px;text-align:right;background:var(--dark-gray-color);color:#fff;width:105px}.profile .personalia td{padding:7px 14px;word-wrap:break-word;overflow:hidden;max-width:245px}.profile .profile-networks .networks-wrapper{margin:14px}.profile .profile-networks .networks{width:100%;table-layout:fixed}.profile .profile-networks .networks td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile .profile-networks .networks svg{max-height:1.2em;max-width:1.2em;vertical-align:middle;margin-right:.5em}.profile .profile-networks .networks .black-icon svg{fill:var(--social-icon-color)}.profile .profile-networks .networks a{vertical-align:middle;margin-bottom:.5em}.profile .profile-edit{color:var(--global-text-color-2)}.profile .profile-edit header{margin-left:7px;color:var(--global-text-color-2)}.profile .profile-edit .profile-edit-form{padding:14px 0}.profile .profile-edit .profile-change-name input{width:20%}.profile .profile-edit .profile-change-birthday label:not(:first-child){width:10%}.profile .profile-edit .profile-edit-field-explaination{padding-left:20%}.profile .profile-edit .profile-change-BPC_MODULE_NAME{position:relative}.profile .profile-edit .profile-change-BPC_MODULE_NAME .profile-bpc-card-no-desc{position:absolute;top:0;right:0;width:18%;margin-right:2%;max-width:120px;height:80px;background:url(../images/timini/ntnu-card.png) no-repeat top center;background-size:contain}.profile .profile-edit .profile-change-BPC_MODULE_NAME label{width:60%;margin-left:20%;text-align:left;line-height:21px}.profile .profile-edit .profile-change-BPC_MODULE_NAME input{margin-left:20%}.profile .profile-edit .profile-change-FORUM_MODULE_NAME{position:relative}.profile .profile-edit .profile-change-FORUM_MODULE_NAME label{position:absolute;top:0;left:0;line-height:21px}.profile .profile-edit .profile-change-FORUM_MODULE_NAME br{display:none}.profile .profile-edit .profile-change-FORUM_MODULE_NAME textarea{margin-left:20%;width:40%}.profile .profile-edit .profile-change-EVENT_MODULE_NAME{position:relative}.profile .profile-edit .profile-change-EVENT_MODULE_NAME label{width:60%;margin-left:20%;margin-bottom:7px;text-align:left;line-height:21px}.profile .profile-edit .profile-change-EVENT_MODULE_NAME br{display:none}.profile .profile-edit .profile-change-EVENT_MODULE_NAME textarea{margin-left:20%;width:40%;height:80px}.profile .profile-edit .profile-change-password form,.profile .profile-edit .profile-change-status form{margin:7px}.profile .profile-edit .profile-change-picture .profile-picture{width:20%}.profile .profile-edit .profile-change-picture .image{margin-left:20%}@media (max-width: 400px){.profile .profile-edit .profile-change-picture .image{margin-left:10%}}.profile .profile-edit .profile-change-picture:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.profile .profile-edit .profile-change-picture-crop-container{position:relative;width:100%;height:0;clear:both}.profile .profile-edit .profile-change-picture-crop-container canvas{width:100%;height:100%;position:absolute}@media (max-width: 400px){.profile .profile-edit .formlib-generated label{max-width:30%}.profile .profile-edit .profile-change-birthday label:not(:first-child){width:20%}.profile .profile-edit label[for=profile_birthday_month],.profile .profile-edit label[for=profile_birthday_day]{margin-left:30%}.profile .profile-edit .profile-edit-field-explaination{padding-left:30%}.profile .profile-edit .profile-change-BPC_MODULE_NAME .profile-bpc-card-no-desc{position:static;display:block;width:70%;max-width:70%;margin-right:0}.profile .profile-edit .profile-change-BPC_MODULE_NAME label{width:70%;max-width:70%}}.profile .profile-edit .profile-social{margin-left:20%}@media (max-width: 400px){.profile .profile-edit .profile-social{margin-left:10%}}.profile .profile-edit .profile-social h3{padding:0}.profile .profile-edit .profile-social ul{list-style:none}.profile .profile-edit .profile-social ul li{display:inline-block;float:left;clear:both}.profile .profile-edit .profile-social ul li:hover{background:rgba(var(--main-color),.5);border-radius:3px;padding:0 3px}.profile .profile-edit .profile-social ul li .remove-social{display:inline-block;width:18px;height:21px;text-indent:-9999px;background:url(../images/timini/icons/delete_gray.svg) no-repeat center center;background-size:16px 16px;padding:0 3px;cursor:pointer}.profile .profile-edit .profile-social ul li .remove-social:hover{background:url(../images/timini/icons/delete.svg) no-repeat center center;background-size:16px 16px}.profile .profile-edit .profile-social ul li .remove-social:before{content:"X"}.profile .profile-edit .profile-social ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.profile-list .searchbox{margin-top:14px}.profile-list .searchbox input{width:60%;margin:14px 0 14px 20%}.profile-list .profile-list-year,.profile-list .profile-list-specialization{position:relative}.profile-list .profile-list-year h2,.profile-list .profile-list-specialization h2{margin-left:7px;font-size:28px;line-height:42px}.profile-list .profile-list-year .scroll-point,.profile-list .profile-list-specialization .scroll-point{position:absolute;top:-49px}.profile-list .profile-list-user{height:96px;overflow:hidden;position:relative;padding:4px 7px 0 93px}.profile-list .profile-list-user figure{position:absolute;left:0;top:0;width:100px;height:100px}.profile-list .profile-list-user h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:28px}.profile-list .profile-list-user h3 a{color:var(--global-text-color-2);text-decoration:none}.profile-list .profile-list-user h3,.profile-list .profile-list-user .profile-email,.profile-list .profile-list-user .profile-phone{padding-left:14px;display:block}.profile-list .profile-list-user .profile-username{display:none}.profile-list .profile-list-user .utilities{position:absolute;bottom:7px;right:7px}.profile-list .inactive-spacer{margin:0 7px 14px;border:1px solid #fff;clear:both}.profile-list .member-list-table .picture-table-cell{padding:0;background-color:var(--dark-blue-color)}.profile-list .member-list-table .picture-table-cell figure.image{height:35px;width:35px}@media (max-width: 800px){.profile-list .member-list-table-link{display:none}}.profile-birthday-image{margin-left:7px}.profile-add-social-popup #profile_social_network{margin-bottom:7px}.profile-add-social-popup .profile-social-prefix{position:relative;top:3px}.profile-add-social-popup #profile_social_network_username{padding:7px 3px}.profile_popup_box{background:var(--profile-popup-background-color);box-shadow:0 10px 20px var(--level-3-1),0 6px 6px var(--level-3-2);-o-box-shadow:0 10px 20px var(--level-3-1),0 6px 6px var(--level-3-2);-ms-box-shadow:0 10px 20px var(--level-3-1),0 6px 6px var(--level-3-2);-moz-box-shadow:0 10px 20px var(--level-3-1),0 6px 6px var(--level-3-2);-webkit-box-shadow:0 10px 20px var(--level-3-1),0 6px 6px var(--level-3-2);width:350px;position:relative;z-index:100;color:var(--global-text-color-2)}.profile_popup_box figure{float:left;width:25%;margin-right:7px}.profile_popup_box figure img{width:100%}.profile_popup_box .user_data{padding-top:7px}.profile_popup_box .profile_popup_name{font-size:21px;line-height:28px;font-family:var(--header-font)}.profile_popup_box .profile-popup-year{display:block}.profile_popup_box .popup_go_profile_action{text-align:center;clear:both;color:var(--metadata-color);padding-bottom:7px}.header-login .input-box-box{display:flex;flex-direction:row;justify-content:flex-end;width:100%}.header-login .input-box-box .input-box{position:relative;width:auto;padding:0;margin:0}.header-login .input-box-box .input-box .label-box{position:absolute;top:0;right:0;width:94.5px;pointer-events:none}.header-login .input-box-box .input-box .label-box label{color:var(--global-text-color-2);position:absolute;top:0;left:0;padding:3px 7px 4px;margin:4px 0 3px;pointer-events:none;transition:.5s}.header-login .input-box-box .input-box input{width:91px;margin:4px 3.5px 3px;transition:.5s}.header-login .input-box-box .input-box input:focus~.label-box label,.header-login .input-box-box .input-box input:valid~.label-box label{top:-17px;left:-3.5px;color:var(--main-color);font-size:10.5px}.header-login .input-box-box .button-box{display:flex;align-items:center;width:fit-content;padding:3px 0 3px 5px}.header-login .remember-me-box-box{display:flex;flex-direction:row;justify-content:flex-end;width:100%}.quote .box h2{color:var(--quotes-color)}.quote .box h2.inverse{background:var(--accent-color-3);color:#fff}.quote-column h1{color:var(--quotes-color);margin:7px}.quote-list-votes,.quote-single-votes{text-align:center}.quote-list-votes .score,.quote-single-votes .score{font-size:56px;line-height:63px;height:63px;font-family:var(--header-font);color:var(--orange-color);padding:7px 14px 0;text-align:center}.quote-list-votes.vote_positive .score,.quote-single-votes.vote_positive .score{color:var(--green-color)}.quote-list-votes.vote_positive .score:before,.quote-single-votes.vote_positive .score:before{content:"+"}.quote-list-votes.vote_negative .score,.quote-single-votes.vote_negative .score{color:var(--red-color)}.quote-list-votes .thumbs,.quote-single-votes .thumbs{line-height:35px;height:70px;float:right}.quote-list-votes .thumbs a,.quote-single-votes .thumbs a{display:block;width:35px;height:35px;background-repeat:no-repeat;opacity:.6;text-indent:-9999px}.quote-list-votes .thumbs a:hover,.quote-single-votes .thumbs a:hover{opacity:1}.quote-list-votes .thumbs .quote-vote-up,.quote-single-votes .thumbs .quote-vote-up{background:url(../images/timini/quote-vote-up.png)}.quote-list-votes .thumbs .quote-vote-up:hover,.quote-single-votes .thumbs .quote-vote-up:hover{background:url(../images/timini/quote-vote-up-hover.png)}.quote-list-votes .thumbs .quote-vote-down,.quote-single-votes .thumbs .quote-vote-down{background:url(../images/timini/quote-vote-down.png)}.quote-list-votes .thumbs .quote-vote-down:hover,.quote-single-votes .thumbs .quote-vote-down:hover{background:url(../images/timini/quote-vote-down-hover.png)}.quote-list .quote{padding:14px 0}.quote-list .quote:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.quote-list .quote-list-content{word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto;margin-bottom:7px}.quote-list .quote-list-content>a{display:block;padding:7px 14px;font-size:21px;line-height:28px;font-family:var(--header-font);font-weight:300;color:var(--quotes-color);text-decoration:none}.quote-list .quote-list-content>a:hover{text-decoration:underline}.quote-list .quote-list-content footer{text-align:right;padding-right:105px;padding-bottom:7px}.quote-list .quote-list-votes{float:right;min-width:140px}.quote-list .quote-list-votes .score{font-size:42px;padding-right:7px;text-align:right}.quote-list .quote-list-votes .thumbs{margin-left:7px}.quote-list .quote-list-actions{margin:0 0 7px;text-align:right}.quote-list .quote-list-actions:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.quote-list .quote-list-actions a{margin:0 14px}@media (max-width: 400px){.quote-list .quote-content a{font-size:21px;line-height:28px}}.quote-single-content{padding:14px 56px 56px 28px}.quote-single-content a{font-size:21px;line-height:28px;font-family:var(--header-font)}.quote-single-content .quote-content{display:block;font-family:var(--header-font);font-size:42px;line-height:49px;font-weight:300;color:var(--quotes-color);text-align:center;padding:42px 0;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto}.quote-single-content footer{text-align:right}@media (max-width: 400px){.quote-single-content{padding:14px}.quote-single-content .quote-content{font-size:28px;line-height:35px;padding:21px 0}}.random-quote-widget{margin:7px;padding:7px}.random-quote-widget p{font-family:var(--header-font);font-size:28px}.random-quote-widget p a{text-decoration:none;display:block}.random-quote-widget footer{text-align:right}.quote.edit .form-textarea-wrapper{width:80%;display:inline-block;padding:0}.quote.edit form{padding-bottom:7px}.newsfeed .feed-item.module-Quote a.quote-link{display:block;text-decoration:none;color:#000}.newsfeed .feed-item.module-Quote .feed-content{padding:7px 0 0}.newsfeed .feed-item.module-Quote .quote-single-votes{float:right;background:var(--newsfeed-quote-vote-color);margin:0 7px 7px;height:56px}.newsfeed .feed-item.module-Quote .quote-single-votes .score{font-size:35px;line-height:49px}.newsfeed .feed-item.module-Quote .quote-text{font-weight:300;font-family:var(--header-font);font-size:21px;color:var(--global-text-color-1);line-height:28px}.newsfeed .feed-item.module-Quote .quote-speaker{text-align:right}.newsfeed .feed-item.module-Quote .feed-content:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.reservation-widget ul,.reservation-widget table{margin:7px 7px 7px 14px}.reservation-widget th{float:left}.reservation-widget td{padding-right:7px}.reservation-widget td.res-time{white-space:nowrap;font-weight:700}.reservation-widget h2.inverse{background:var(--accent-color-4)}.reservation h1{padding:7px}.reservation.book #starttime br,.reservation.book #endtime br{display:none}.reservation.book .reservation-book .box{padding:7px}.reservation.frontpage .reservation-frontpage .box{padding:14px}.reservation.frontpage .reservation-frontpage .box br{display:none}.reservation.frontpage .reservation-frontpage .box label{width:50%!important}.reservation th{word-break:break-all}.reservation .reservation-table-middle{max-width:220px}.reservation .reservation-log-tools{float:right}.reservation .reservation-log-filter{padding:14px}.reservation .reservation-log-filter h2{padding:0}.reservation .reservation-log-filter p{padding-left:0}.reservation .reservation-log-filter form fieldset label{width:70px}.reservation .reservation-log-filter form fieldset input{width:84px}.reservation .reservation-log-filter form fieldset button{margin-top:7px}.search .search-input{padding:7px}.search .search-hb{color:var(--main-color)}.search .search-hb em{font-style:normal;font-weight:400}.search .search-result header{padding-left:14px}.search .search-result header h2{padding-left:0}.search .search-result aside{float:left;margin:0 7px 7px 0}.search .search-result.gallery-search-result p{display:block}.search .search-result.gallery-search-result p a{display:block;width:25%;max-width:100px;float:left}.search .search-result.gallery-search-result p a img{display:block;width:100%}.search .search-result:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.search .profile-search-result .search_profile_pic{float:left;margin-right:7px}.search #search_fullpage{padding:14px}.search #search_fullpage label{width:20%;margin-bottom:14px;display:inline-block;text-align:right;padding-right:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.search #search_fullpage input[type=text]{width:80%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.search #search_fullpage table{width:75%;margin-bottom:7px;display:inline-table}.search #search_fullpage td:first-of-type{width:20px}.search #search_fullpage input[type=radio]{width:20px;margin:0}.search #search_fullpage td label{width:100%;text-align:left;margin-bottom:0}.search #search_fullpage #search_matchMode{position:relative;top:-2px}.search #search_fullpage label[for=search_matchMode]{width:auto;padding-left:7px;margin-bottom:7px}.search #search_fullpage button{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.search .search-hb{padding:7px}@media (max-width: 400px){.search .search-result header{padding-left:7px}}.sections-widget form{margin:0 14px 14px}.sections-widget form select{background:var(--background-color);color:var(--global-text-color-2)}.sections-widget .secondary-sections{list-style-type:none;margin-left:14px}.sections-widget .secondary-sections li{display:inline-block;float:left;clear:both}.sections-widget .secondary-sections li a.section_remove{display:none;width:18px;height:21px;text-indent:-9999px;background:url(../images/timini/icons/delete_gray.svg) no-repeat center center;background-size:16px 16px}.sections-widget .secondary-sections li:hover a{text-decoration:none}.sections-widget .secondary-sections li:hover a.section_remove{display:inline-block}.sections-widget .secondary-sections li a.section_remove:hover{background:url(../images/timini/icons/delete.svg) no-repeat center center;background-size:16px 16px}.sections-widget .secondary-sections:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.sections-widget .secondary-sections.can-edit li{cursor:pointer}.sections-widget .secondary-sections.can-edit li:hover{background:rgba(var(--main-color),.5);border-radius:3px;padding:0 3px}.spaceshooter .game-container{border:1px solid;width:600px;height:450px}.spaceshooter .indent{margin:30px}.spaceshooter .spaceshooter-instructions{background:url(../images/mod_spaceshooter/spaceshooter-controls.png) no-repeat;height:500px;width:330px;margin-top:0;font-family:var(--header-font);font-size:22px;line-height:36px;color:var(--global-text-color-2)}.spaceshooter .spaceshooter-instructions .wasd-arrows-wrapper{padding-top:90px}.spaceshooter .spaceshooter-instructions .wasd-wrapper{width:156px;text-align:center;margin-left:9px}.spaceshooter .spaceshooter-instructions .arrows-wrapper{width:156px;text-align:center;margin-right:9px}.spaceshooter .spaceshooter-instructions .bomb-mines-bots-wrapper{padding-top:54px}.spaceshooter .spaceshooter-instructions .bots-wrapper{width:93px;text-align:left;margin-left:72px}.spaceshooter .spaceshooter-instructions .mines-wrapper{width:102px;text-align:left;margin-left:63px}.spaceshooter .spaceshooter-instructions .bomb-wrapper{width:102px;margin-top:24px;text-align:left;margin-left:228px}.spaceshooter .spaceshooter-instructions .upgrades-wrapper{padding-top:18px;clear:both}.spaceshooter .spaceshooter-instructions .upgrade-engine-wrapper{width:47px;text-align:left;margin-left:63px}.spaceshooter .spaceshooter-instructions .upgrade-weapon-wrapper{width:110px;text-align:center;margin-left:0}.spaceshooter .spaceshooter-instructions .upgrade-shield-wrapper{width:56px;text-align:center;margin-right:54px}.spaceshooter .spaceshooter-instructions .meta-wrapper{padding-top:2px;clear:both}.spaceshooter .spaceshooter-instructions .pause-wrapper{width:90px;text-align:left;margin-left:86px}.spaceshooter .spaceshooter-instructions .mute-wrapper{width:105px;text-align:left;margin-left:27px}.stock-widget{width:97%;margin:0 1.5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid var(--body-bg-color);background:var(--form-input-background-color);padding:7px}.stock-widget .stock-select{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:50%;float:left;text-align:center}.stock-widget .stock-select button{margin-bottom:7px}.stock-widget .stock-select label{width:auto}.stock-widget .stock-select input[type=text]{width:70px}.stock-widget .stock-preview{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:50%;float:right;position:relative}.stock-widget .stock-preview img{width:100%;height:100%}.stock-widget .stock-browser{width:100%;height:252px;position:relative}.stock-widget .stock-browser .stock-browser-close{width:28px;height:28px;font-size:21px;line-height:28px;position:absolute;top:0;right:0;text-align:center;cursor:pointer;z-index:2}.stock-widget .stock-browser .stock-browser-close:hover{background:#fff;font-weight:700}.stock-widget .stock-browser .stock-prev{width:28px;font-size:28px;line-height:252px;position:absolute;top:0;left:0;cursor:pointer;background:var(--very-light-gray-color);z-index:1}.stock-widget .stock-browser .stock-prev:hover{background:#fff}.stock-widget .stock-browser .stock-next{width:28px;font-size:28px;line-height:252px;position:absolute;top:0;right:0;cursor:pointer;background:var(--very-light-gray-color);z-index:1}.stock-widget .stock-browser .stock-next:hover{background:#fff}.stock-widget .stock-browser .stock-browser-inner{padding:0 28px;height:252px;overflow:hidden;width:100%;max-width:800px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:0}.stock-widget .stock-browser .stock-browser-scrollwrap{width:50000px;height:252px}.stock-widget .stock-browser .stock-browser-tile{float:left}.stock-widget .stock-browser .stock-image-wrapper{width:84px;height:84px;float:left;position:relative;cursor:pointer}.stock-widget .stock-browser .stock-image-wrapper .stock-delete{position:absolute;top:3px;right:3px;opacity:0}.stock-widget .stock-browser .stock-image-wrapper .stock-config-image{position:absolute;bottom:3px;right:3px;opacity:0}.stock-widget .stock-browser .stock-image-wrapper:hover .stock-delete,.stock-widget .stock-browser .stock-image-wrapper:hover .stock-config-image{opacity:.5;cursor:pointer}.stock-widget .stock-browser .stock-image-wrapper:hover .stock-delete:hover,.stock-widget .stock-browser .stock-image-wrapper:hover .stock-config-image:hover{opacity:1}.stock-widget .stock-crop-container{position:relative;width:100%;height:0;clear:both}.stock-widget .stock-crop-container canvas{width:100%;height:100%;position:absolute}.stock-widget:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}@media (max-width: 400px){.stock-widget .stock-select,.stock-widget .stock-preview{width:100%}}.tags{padding-bottom:7px}.tags ul li{display:inline-block}.tags form{margin:7px 14px 0}.tags form input{width:40%}.tags form button{top:2px;line-height:22px}.tags_internal li a.tags_delete{display:none;width:18px;height:21px;text-indent:-9999px;background:url(../images/timini/icons/delete_gray.svg) no-repeat center center;background-size:16px 16px}.tags_internal li:hover{background:rgba(var(--main-color),.5);border-radius:3px;padding:0 3px}.tags_internal li:hover a{text-decoration:none}.tags_internal li:hover a.tags_delete{display:inline-block}.tags_internal li a.tags_delete:hover{background:url(../images/timini/icons/delete.svg) no-repeat center center;background-size:16px 16px}.ac_results ul{list-style:none}.timinithings{text-align:center}.timinithings .timinithings-outer{width:100%;position:relative;padding-bottom:66%;overflow:hidden}.timinithings .timinithings-outer img{position:absolute;left:50%;margin-top:33%;transform:translate(-50%,-50%);min-height:100%;min-width:100%}.timinithings .timinithings-quote{height:0;width:90%;padding:0 5%;position:absolute;bottom:37.5%;font-family:var(--header-font);font-size:4vw;font-weight:300;color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,2px 0px 6px #000,-2px 0px 6px #000,0px -2px 6px #000,0px 2px 6px #000}.timinithings .timinithings-things{height:0;position:absolute;bottom:8.75%;left:0;width:100%;opacity:.6;font-family:Dancing Script,cursive;font-size:2.3vw;color:#fff;text-shadow:-2px -2px 2px #000,2px -2px 2px #000,-2px 2px 2px #000,2px 2px 2px #000}.timinithings .timinithings-instructions-container{display:flex;justify-content:center}.timinithings .timinithings-instructions-container .timinithings-instructions{text-align:left;margin-top:14px;padding:7px 14px}@media (min-width: 1200px){.timinithings .timinithings-quote{font-size:49px}.timinithings .timinithings-things{font-size:28px}}@media (max-width: 1200px){.timinithings .timinithings-outer img{width:100%}}.timinithings .no-access{font-family:var(--header-font);font-size:50px;display:flex;flex-direction:column;color:var(--accent-color-2);padding:140px 70px}@media (max-width: 800px){.timinithings .no-access{font-size:35px;padding:56px 28px}}@media (max-width: 400px){.timinithings .no-access{font-size:25px;padding:28px 14px}}.timinithings .no-access .whoops{font-size:1.5em}.timinithings .no-access .something-else{padding-top:49px}@media (max-width: 800px){.timinithings .no-access .something-else{padding-top:35px}}@media (max-width: 400px){.timinithings .no-access .something-else{padding-top:21px}}.multi-column-2{-moz-column-count:2;-moz-column-gap:0;-webkit-column-count:2;-webkit-column-gap:0;column-count:2;column-gap:0}.multi-column-3{-moz-column-count:3;-moz-column-gap:0;-webkit-column-count:3;-webkit-column-gap:0;column-count:3;column-gap:0}@media (max-width: 800px){.multi-column-3{-moz-column-count:2;-moz-column-gap:0;-webkit-column-count:2;-webkit-column-gap:0;column-count:2;column-gap:0}}@media (max-width: 600px){.multi-column-2,.multi-column-3{-moz-column-count:1;-moz-column-gap:0;-webkit-column-count:1;-webkit-column-gap:0;column-count:1;column-gap:0}}.titles-year-selector{margin:7px;padding:7px}.titles-box{display:inline-block;width:-webkit-calc(100% - 14px);width:-moz-calc(100% - 14px);width:calc(100% - 14px);margin:7px}.titles-hoverbox-wrapper{display:none}.titles-hoverbox{color:var(--global-text-color-2);background-color:var(--background-color);padding:7px;border-radius:3px;box-shadow:0 0 2px #0000003d}.titles-hoverbox h3{color:var(--global-text-color-2);line-height:21px}.titles-hoverbox .title-from,.titles-hoverbox .title-until{font-weight:900}.position-icons li{display:block;float:left;height:21px;width:21px}.position-icons li a{display:block;text-align:center;vertical-align:baseline}.titles-widget .user-positions,.titles-widget .user-active-positions{margin:7px 0}.titles-widget .user-positions a,.titles-widget .user-active-positions a{margin:0 14px;overflow:hidden;text-overflow:ellipsis}#titles_add_position_row_button{margin:7px}.titles h1{padding:7px}.useradmin .user-groups label{width:auto}.useradmin .datetime-field{width:140px}.useradmin .submit-buttons{white-space:nowrap}.video-js-box{text-align:left;position:relative;line-height:0!important;margin:0;padding:0!important;border:none!important}video.video-js{background-color:#000;position:relative;padding:0}.vjs-flash-fallback{display:block}.video-js-box img.vjs-poster{display:block;position:absolute;left:0;top:0;width:100%;height:100%;margin:0;padding:0;cursor:pointer}.video-js-box .vjs-subtitles{color:#fff;font-size:20px;text-align:center;position:absolute;bottom:40px;left:0;right:0}.video-js-box.vjs-fullscreen{position:fixed;inset:0;overflow:hidden;z-index:1000}.video-js-box.vjs-fullscreen video.video-js,.video-js-box.vjs-fullscreen .vjs-flash-fallback{position:relative;top:0;left:0;width:100%;height:100%;z-index:1000}.video-js-box.vjs-fullscreen img.vjs-poster,.video-js-box.vjs-fullscreen .vjs-spinner{z-index:1001}.video-js-box.vjs-fullscreen .vjs-controls{z-index:1003}.video-js-box.vjs-fullscreen .vjs-big-play-button,.video-js-box.vjs-fullscreen .vjs-subtitles{z-index:1004}.vjs-styles-check{height:5px;position:absolute}.video-js-box.vjs-controls-below .vjs-controls{position:relative;opacity:1;background-color:#000}.video-js-box.vjs-controls-below .vjs-subtitles{bottom:75px}.video-js-box .vjs-controls{position:absolute;margin:0;opacity:.95;color:var(--dark-gray-color);display:none;left:0;right:0;width:100%;bottom:0;height:35px;padding:0;-webkit-transition:opacity .5s linear;-moz-transition:opacity .5s linear;-o-transition:opacity .5s linear;-ms-transition:opacity .5s linear;transition:opacity .5s linear}.vjs-hide{opacity:0!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.vjs-show{opacity:1!important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100)}.video-js-box .vjs-controls>div{position:absolute;text-align:center;margin:0;padding:0;height:25px;top:5px;background-color:#fff;box-shadow:1px 1px 2px #0006}.vjs-controls>div.vjs-play-control{left:5px;width:25px}.vjs-controls>div.vjs-time-control{width:75px;right:140px}.vjs-controls>div.vjs-volume-control{width:50px;right:85px}.vjs-controls>div.vjs-fullscreen-control{width:25px;right:5px}.vjs-controls>div.vjs-progress-control{-webkit-border-top-right-radius:0;-moz-border-radius-topright:0;border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0}.vjs-controls>div.vjs-time-control{-webkit-border-top-left-radius:0;-moz-border-radius-topleft:0;border-top-left-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0}.vjs-play-control{cursor:pointer!important}.vjs-play-control span{display:block;font-size:0;line-height:0}.vjs-paused .vjs-play-control span{width:0;height:0;margin:8px 0 0 8px;border-left:10px solid var(--main-color);border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0)}.vjs-playing .vjs-play-control span{width:3px;height:10px;margin:8px auto 0;border-top:0px;border-left:3px solid var(--main-color);border-bottom:0px;border-right:3px solid var(--main-color)}.vjs-progress-holder{position:relative;padding:0;overflow:hidden;cursor:pointer!important;height:9px;border:1px solid var(--light-gray-color);background:var(--light-gray-color);margin:7px 1px 0 5px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.vjs-progress-holder div{position:absolute;display:block;width:0;height:9px;margin:0;padding:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.vjs-play-progress{background:var(--main-color)}.vjs-load-progress{opacity:.8;background-color:var(--very-light-gray-color)}.vjs-controls .vjs-time-control{font-size:10px;line-height:1;font-weight:400;font-family:Trebuchet MS,sans-serif}.vjs-controls .vjs-time-control span{line-height:25px}.vjs-volume-control{cursor:pointer!important}.vjs-volume-control div{display:block;margin:0 5px;padding:4px 0 0}.vjs-volume-control div span{float:left;padding:0;margin:0 2px 0 0;width:5px;height:0px;border-bottom:18px solid var(--light-gray-color)}.vjs-volume-control div span.vjs-volume-level-on{border-color:var(--main-color)}.vjs-volume-control div span:nth-child(1){border-bottom-width:2px;height:16px}.vjs-volume-control div span:nth-child(2){border-bottom-width:4px;height:14px}.vjs-volume-control div span:nth-child(3){border-bottom-width:7px;height:11px}.vjs-volume-control div span:nth-child(4){border-bottom-width:10px;height:8px}.vjs-volume-control div span:nth-child(5){border-bottom-width:14px;height:4px}.vjs-volume-control div span:nth-child(6){margin-right:0}.vjs-fullscreen-control{cursor:pointer!important}.vjs-fullscreen-control div{padding:0;text-align:left;vertical-align:top;cursor:pointer!important;margin:5px 0 0 5px;width:20px;height:20px}.vjs-fullscreen-control div span{float:left;margin:0;padding:0;font-size:0;line-height:0;width:0;text-align:left;vertical-align:top}.vjs-fullscreen-control div span:nth-child(1){margin-right:3px;margin-bottom:3px;border-top:6px solid var(--main-color);border-right:6px solid rgba(0,0,0,0)}.vjs-fullscreen-control div span:nth-child(2){border-top:6px solid var(--main-color);border-left:6px solid rgba(0,0,0,0)}.vjs-fullscreen-control div span:nth-child(3){clear:both;margin:0 3px 0 0;border-bottom:6px solid var(--main-color);border-right:6px solid rgba(0,0,0,0)}.vjs-fullscreen-control div span:nth-child(4){border-bottom:6px solid var(--main-color);border-left:6px solid rgba(0,0,0,0)}.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(1){border:none;border-bottom:6px solid var(--main-color);border-left:6px solid rgba(0,0,0,0)}.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(2){border:none;border-bottom:6px solid var(--main-color);border-right:6px solid rgba(0,0,0,0)}.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(3){border:none;border-top:6px solid var(--main-color);border-left:6px solid rgba(0,0,0,0)}.vjs-fullscreen .vjs-fullscreen-control div span:nth-child(4){border:none;border-top:6px solid var(--main-color);border-right:6px solid rgba(0,0,0,0)}.vjs-no-video{font-size:small;line-height:1.5}div.vjs-big-play-button{display:none;z-index:2;position:absolute;top:50%;left:50%;width:120px;height:120px;margin:-63px 0 0 -63px;text-align:center;vertical-align:center;cursor:pointer!important;border:3px solid #fff;opacity:.95;border-radius:60px;background-color:#fff;-webkit-box-shadow:4px 4px 8px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 8px #000;box-shadow:4px 4px 8px #0006}div.vjs-big-play-button:hover{box-shadow:0 0 80px var(--main-color)}div.vjs-big-play-button span{display:block;font-size:0;line-height:0;width:0;height:0;margin:37px 0 0 40px;border-left:50px solid var(--main-color);border-top:25px solid rgba(0,0,0,0);border-bottom:25px solid rgba(0,0,0,0)}.vjs-spinner{display:none;position:absolute;top:50%;left:50%;width:100px;height:100px;z-index:1;margin:-50px 0 0 -50px;-webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}.vjs-spinner div{position:absolute;left:40px;top:40px;width:20px;height:20px;background:var(--main-color);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.vjs-spinner div:nth-child(1){opacity:.12;-webkit-transform:rotate(0deg) translate(0,-40px) scale(.1);-moz-transform:rotate(0deg) translate(0,-40px) scale(.1);transform:rotate(0) translateY(-40px) scale(.1)}.vjs-spinner div:nth-child(2){opacity:.25;-webkit-transform:rotate(45deg) translate(0,-40px) scale(.2);-moz-transform:rotate(45deg) translate(0,-40px) scale(.2);transform:rotate(45deg) translateY(-40px) scale(.2)}.vjs-spinner div:nth-child(3){opacity:.37;-webkit-transform:rotate(90deg) translate(0,-40px) scale(.4);-moz-transform:rotate(90deg) translate(0,-40px) scale(.4);transform:rotate(90deg) translateY(-40px) scale(.4)}.vjs-spinner div:nth-child(4){opacity:.5;-webkit-transform:rotate(135deg) translate(0,-40px) scale(.6);-moz-transform:rotate(135deg) translate(0,-40px) scale(.6);transform:rotate(135deg) translateY(-40px) scale(.6)}.vjs-spinner div:nth-child(5){opacity:.62;-webkit-transform:rotate(180deg) translate(0,-40px) scale(.8);-moz-transform:rotate(180deg) translate(0,-40px) scale(.8);transform:rotate(180deg) translateY(-40px) scale(.8)}.vjs-spinner div:nth-child(6){opacity:.75;-webkit-transform:rotate(225deg) translate(0,-40px) scale(1);-moz-transform:rotate(225deg) translate(0,-40px) scale(1);transform:rotate(225deg) translateY(-40px) scale(1)}.vjs-spinner div:nth-child(7){opacity:.87;-webkit-transform:rotate(270deg) translate(0,-40px) scale(1.1);-moz-transform:rotate(270deg) translate(0,-40px) scale(1.1);transform:rotate(270deg) translateY(-40px) scale(1.1)}.vjs-spinner div:nth-child(8){opacity:1;-webkit-transform:rotate(315deg) translate(0,-40px) scale(1.3);-moz-transform:rotate(315deg) translate(0,-40px) scale(1.3);transform:rotate(315deg) translateY(-40px) scale(1.3)}.video-js,.vjs-flash-fallback,.vjs-fallback_image{width:100%;max-width:1024px;height:576px}.video-js:-webkit-full-screen{max-width:100%}.vjs-poster{max-height:100%;max-width:100%}@media (max-width: 800px){.video-js,.vjs-flash-fallback,.vjs-fallback_image{height:400px}}@media (max-width: 600px){.video-js,.vjs-flash-fallback,.vjs-fallback_image{height:320px}}@media (max-width: 400px){.video-js,.vjs-flash-fallback,.vjs-fallback_image{height:225px}}.video-js-box.vjs-fullscreen .video-js,.video-js-box.vjs-fullscreen .vjs-flash-fallback,.video-js-box.vjs-fullscreen .vjs-fallback_image{width:100%!important;max-width:none;height:100%!important}.vjs-controls>div.vjs-progress-control{left:35px;right:215px}.vjs-controls>div.vjs-time-control{right:140px}.vjs-controls>div.vjs-volume-control{right:85px}.vjs-controls>div.vjs-resolution-control{width:45px;right:35px;cursor:pointer!important;height:auto;font-size:11px}div.vjs-resolution-format{background:var(--accent-color-1);color:var(--global-text-color-1);opacity:.8;border-radius:0!important}div.vjs-resolution-control div{margin:0;padding:0;line-height:15px;text-align:center;vertical-align:top;cursor:pointer!important}span.vjs-resolution-current{line-height:25px;width:100%;bottom:0;display:block}div.vjs-resolution-selector{display:none}div.vjs-resolution-current_format{font-weight:900}div.vjs-resolution-current_format div.vjs-resolution-format{font-weight:900;opacity:1}div.vjs-resolution-resolution:after,span.vjs-resolution-current:after{content:"p"}div.vjs-resolution-current_res:before{content:"";display:inline-block;width:5px;height:5px;border-radius:2.5px;background-color:var(--main-color);margin-left:-7px;margin-right:2px;margin-bottom:1px}div.video_html5_flash_swap{text-align:right;margin:7px}.video header{margin-left:7px}.video h1,.video h2,.video h3{color:var(--global-h1-color)}.video h2.inverse{background:var(--dark-gray-color);color:var(--global-text-color-1)}.video.view .video-view-wrapper{padding-top:14px}.video.view .video-js-box{margin:0 auto!important}.video.view .video-metadata{padding-top:14px}.video.view .video-metadata table{margin:0 14px;border-left-color:var(--dark-gray-color)}.video.view .video-metadata .view-count{display:block;margin:0 14px}.video.edit form{padding:14px 0}.video.edit button{margin-left:14px}.newsfeed .feed-item.feed_item_com.module-Video .feed-content .video-metadata{display:block;text-decoration:none}.newsfeed .feed-item.feed_item_com.module-Video .feed-content .video-metadata:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.newsfeed .feed-item.feed_item_com.module-Video .feed-content figure{width:38%;margin-right:2%;float:left}.newsfeed .feed-item.feed_item_com.module-Video .feed-content h4{color:var(--main-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.waffle-increment,.waffle-decrement{width:30px;text-align:center;color:var(--global-text-color-2);background:var(--light-gray-color)}.waffle-increment:hover,.waffle-decrement:hover{cursor:pointer}.waffle-increment:hover{background-color:var(--accent-color-4)}.waffle-decrement:hover{background-color:var(--accent-color-2)}.waffle-name-search-label{margin:7px}.waffle-submit{margin:7px;float:right}.waffle-userlist{display:table-row}.waffle-list-picker{margin-top:63px}.waffle-list-picker li{border:1px solid var(--light-gray-color);background-color:var(--very-light-gray-color);display:block;margin:0 7px;padding:0}.waffle-list-picker li.waffle-current-list{background-color:var(--accent-color-3);color:var(--global-text-color-1);padding:7px}.waffle-list-picker li:nth-child(n+2){border-top:none}.waffle-list-picker li a{display:block;padding:7px}.toolbox.box.waffle-toolbox{margin-bottom:-35px}.wafflecontainer{height:100%}.waffle{top:0%;left:0%;position:relative;width:24px;height:20px}.wafflebox{display:flex;justify-content:space-around;flex-direction:column;align-items:center}.counter,.counter2,.form-waffles{color:#fff;position:relative;overflow:hidden;padding-top:5%;display:block;justify-items:center;align-items:center}#submit_waffles{position:relative;display:inline-block}.leaderboard{position:relative}.leaderboard .name a:link,.leaderboard .name a:visited{text-decoration:none}.leaderboard .name a:hover,.leaderboard .name a:active{text-decoration:underline}.widgets .widget-location-list{margin-left:14px}.widgets .widget-location-list li{line-height:35px;background:var(--body-bg-color);border:1px solid var(--body-bg-color);display:inline-block;min-width:50%;margin:3px 0 4px;padding:0 7px}.widgets .widget-location-list a{display:block}.widgets .box{padding-bottom:14px}.widgets .widget-admin{margin-left:14px}.widgets .widgets-edit{padding:0 14px 14px}.widgets .widgets-edit h1,.widgets .widgets-edit h2,.widgets .widgets-edit h3{padding:0}.widgets .widgets-list li{background:var(--body-bg-color);border:1px solid var(--body-bg-color);padding:7px;margin:7px 0;box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-o-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-ms-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-moz-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-webkit-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2)}.widgets .widgets-list li input{background:var(--background-color)}.widgets .widgets-list li:active{box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-o-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-ms-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-moz-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2);-webkit-box-shadow:0 3px 6px var(--level-2-1),0 3px 6px var(--level-2-2)}.widgets #location_save{display:block}.widgets #active_widgets,.widgets #inactive_widgets{width:50%;float:left}.widgets #active_widgets li{margin-right:7px}.widgets #inactive_widgets li{margin-left:7px}.widgets #inactive_widgets .widget_options{display:none}.widgets-edit-this-location{padding:4px 0 3px;text-align:center}.widgets-edit-this-location a{text-decoration:none}.widgets-edit-this-location:hover{color:var(--accent-color-1)}.widget-container.box h2{background:var(--accent-color-1)}:root{--toastify-color-light: var(--background-color);--toastify-text-color-light: var(--global-text-color-2);--toastify-color-info: var(--main-color);--toastify-color-success: var(--green-color);--toastify-color-warning: #f1c40f;--toastify-color-error: var(--red-color)}body{font-size:14px;line-height:1.5;font-family:var(--body-font);background:var(--body-bg-color);color:var(--global-text-color-2);cursor:var(--cursor);overflow-x:hidden}.document-container{width:100%;background:var(--body-bg-color);padding-top:0;transition:-webkit-transform .5s ease-out,left .5s ease-out;transition:transform .5s ease-out,left .5s ease-out}html .embedded,body .embedded{height:100vh}.document-container.embedded{padding:0;margin:0}.left{float:left!important}.right{float:right!important}.no-wrap{white-space:nowrap}time[title]{position:relative}time[title] .time-absolute{position:absolute;left:0;min-width:100%;padding-right:7px;color:var(--global-text-color-2)}time[title].time-hover{color:transparent}.zfix{position:relative;z-index:1}.no-list-style{list-style-type:none;padding:0!important}h1{font-family:var(--header-font);font-size:42px;font-weight:300}h1>a{text-decoration:none}h1>a:hover{text-decoration:underline}h2{font-family:var(--header-font);font-size:24.5px;line-height:42px;font-weight:300}h3{font-family:var(--header-font);font-size:21px;line-height:35px;font-weight:300}h4{font-family:var(--header-font);font-size:17.5px;line-height:28px;font-weight:300}h5{font-family:var(--header-font);font-size:14px;line-height:21px;font-weight:300}ul,ol{list-style-position:inside}pre{overflow-x:auto}.wf-loading h1:not(.logo),.wf-loading h2,.wf-loading h3,.wf-loading h4,.wf-loading h5,.wf-loading h6,.wf-loading th,.wf-loading .header-menu-wrapper,.wf-loading .logged-in-profile-link{visibility:hidden}a{color:var(--main-color);text-decoration:none}a:hover,a:active{color:var(--link-hover-color);text-decoration:none}p{color:var(--global-text-color-2);padding:0 14px;margin-bottom:7px;max-width:700px;word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;hyphens:auto}figure img{display:block}@media (max-width: 400px){p{padding:0 7px}}.emoticon{vertical-align:middle}.document-header{top:-98px;left:0;width:100%;background:var(--nav-bar-color);z-index:100;box-shadow:0 0 15px var(--document-header-box-shadow);box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-o-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-ms-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-moz-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-webkit-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);position:sticky;display:block}.document-header:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.show-full-header{top:0;transition:.5}.disable-scroll{overflow:hidden}.inner-header{padding:105px 0 0;width:100%;height:100%;max-width:1200px;margin:0 auto;position:relative}.inner-header h1.logo{position:absolute;top:18px}.inner-header h1.logo svg{width:224px;height:75px;fill:var(--logo-color)}.inner-header h1.logo svg>path,.inner-header rect{fill:var(--logo-color)}.inner-header h1.mobile-logo,.inner-header .mobile-login-button,.inner-header img.mobile-logo-img{display:none}@media (min-width: 801px){.inner-header .background-banner{top:0;position:absolute;left:234px;right:5%;height:100px;background:var(--background-header-banner);background-position:left}}.inner-header .header-menu-wrapper{display:block;line-height:28px;font-size:17.5px;font-family:var(--header-font);font-weight:300;width:100%;height:35px}.inner-header .header-menu{list-style-type:none;display:block}.inner-header .header-menu li{float:left;display:inline-block;padding:0 7px}.inner-header .header-menu li a{text-decoration:none;color:var(--header-text-color)}.inner-header .header-menu li a:hover{color:var(--header-hover-color)}@media (max-width: 1000px){.inner-header .header-menu .priority-low{display:none}}@media (max-width: 900px){.inner-header .header-menu .priority-medium{display:none}}.inner-header .header-menu .search-header{float:right}.inner-header .header-menu .search-header input{border:1px solid var(--search-header-border-color);border-radius:14px;padding:2px 10px;background:url(../images/timini/search-icon.png) no-repeat top right;box-sizing:content-box;margin:0;height:auto}.inner-header .header-menu .search-header input:focus{border-color:var(--main-color);box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-o-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-ms-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-moz-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-webkit-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2)}.inner-header .header-menu .sections-header{border-radius:10px;margin:0;padding:0 6px}.inner-header .header-menu .header-main-menu-button{float:right}.inner-header .header-menu .current-section{color:var(--header-text-color);cursor:pointer;display:inline-block}.inner-header .header-menu .current-section .current-section-selected{color:var(--header-text-color);padding-left:4px;max-width:100px;display:block;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inner-header .header-menu .current-section .arrow{display:block;float:right;color:var(--header-text-color)}.inner-header .header-menu .current-section .section-filter-title{display:block;float:left}.inner-header .header-login{margin-top:45px;text-align:right}.inner-header .header-login a{margin-right:42px}.inner-header .profile-box{position:absolute;width:33.33333%;top:-10px;right:7px}.inner-header .profile-box .logged-in-profile-link{display:block;text-decoration:none;padding-top:33px;font-family:var(--header-font);font-weight:300;font-size:16.1px}.inner-header .profile-box .logged-in-profile-link img{float:right}.inner-header .profile-box .logged-in-profile-link .names{-webkit-transition:all .2s ease-out;transition:all .2s ease-out;text-align:right;float:right;margin:10.5px 7px 0 0}.inner-header .profile-box .logged-in-profile-link .names .username,.inner-header .profile-box .logged-in-profile-link .names .fullname{color:var(--header-text-color)}ul.header-dropdown-menu{display:block;clear:both;padding:7px 14px;display:none;width:250px;position:absolute;background:var(--header-dropdown-menu);box-shadow:0 2px 6px -5px var(--dropdown-menu-box-shadow);z-index:1000;box-shadow:0 10px 20px var(--level-3-1),0 6px 6px var(--level-3-2);-o-box-shadow:0 10px 20px var(--level-3-1),0 6px 6px var(--level-3-2);-ms-box-shadow:0 10px 20px var(--level-3-1),0 6px 6px var(--level-3-2);-moz-box-shadow:0 10px 20px var(--level-3-1),0 6px 6px var(--level-3-2);-webkit-box-shadow:0 10px 20px var(--level-3-1),0 6px 6px var(--level-3-2)}ul.header-dropdown-menu li{float:none;color:var(--accent-color-1);width:210px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}ul.header-dropdown-menu li.selected a,ul.header-dropdown-menu li:hover a{color:var(--header-text-color)}ul.header-dropdown-menu li a{background:none;text-align:left;text-decoration:none;font-size:15.999998px;display:block}.profile-box .header-logout{display:none;background:transparent;position:absolute;top:72.999997px;right:65.999997px;text-align:right;line-height:18px;width:200px}.profile-box .header-logout a.button,.profile-box .header-logout button{font-family:var(--header-font);background:var(--header-button-color);border:none;padding:0 5px;color:var(--global-text-color-2)}.profile-box .header-logout a.button:hover,.profile-box .header-logout a.button:active{background:var(--main-color);color:var(--global-text-color-1)}.profile-box .header-logout button.negative:hover,.profile-box .header-logout button.negative:active{background:var(--accent-color-2);color:var(--global-text-color-1)}.notifications-unread{background:var(--global-background-color-1);border:3px solid var(--accent-color-2);border-radius:14px;color:var(--global-text-color-2);display:inline-block;font-family:var(--body-font);font-size:12px;height:14px;line-height:14px;position:absolute;text-align:center;top:110px;right:-10px;z-index:10;width:14px}@media (min-width: 800px){.inner-header .header-menu-wrapper{display:block}.inner-header .mobile-header-menu-wrapper{display:none}}@media (max-width: 800px){.document-container,.fixed-header{padding-top:42px}.document-header{display:block;width:100%;position:fixed;height:42px;top:0;background-color:var(--very-light-gray-color)}.fixed-header .document-header{top:0}.inner-header{padding:0}.inner-header .header-menu-wrapper{display:none}.inner-header .mobile-header-menu-wrapper{display:block}.inner-header h1.logo{display:none}.inner-header h1.mobile-logo{display:block;line-height:1;position:absolute;width:84px;height:42px}.inner-header img.mobile-logo-img.logged-in{object-fit:cover;object-position:0px 0px;width:84px}.inner-header img.mobile-logo-img.logged-out{object-fit:cover;object-position:0px 0px;width:42px}.inner-header .mobile-logo-link{display:block;width:42px}.inner-header .mobile-login-button{display:block;position:absolute;top:0;right:0;width:42px;height:42px;background:url(../images/timini/mobile-login.png) no-repeat}.inner-header .profile-box{width:77px;top:0;right:0}.inner-header .profile-box .logged-in-profile-link{display:inline}.inner-header .profile-box .logged-in-profile-link img{height:42px}.inner-header .profile-box .logged-in-profile-link .names{display:none}.inner-header .mobile-notifications-unread{background:var(--global-background-color-1);border:3px solid var(--accent-color-2);border-radius:14px;color:var(--global-text-color-2);display:inline-block;font-family:var(--body-font);font-size:12px;height:14px;line-height:14px;position:absolute;text-align:center;top:3px;left:76px;z-index:10;width:14px}.inner-header .profile-box.logged-out{width:100%}.inner-header .profile-box.logged-out .header-login{display:none;position:absolute;width:100%;top:0;right:0;background:rgba(var(--dark-gray-color),.95);color:var(--global-text-color-1);text-align:left;padding:14px 14px 7px;box-sizing:border-box}.inner-header .header-menu-wrapper{float:left;line-height:42px;font-size:17.5px;position:inherit;bottom:inherit;padding-left:0;width:316px}.inner-header .header-menu{list-style-type:none}.inner-header .header-menu li{float:left;display:inline-block;padding:0 7px}.inner-header .header-menu li a{text-decoration:none;color:var(--accent-color-1)}.inner-header .header-menu .search-header,.inner-header .header-menu .sections-header{display:none}}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 3/2),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){.inner-header .mobile-login-button{background:url(../images/timini/mobile-login@2x.png) no-repeat;-webkit-background-size:42px 42px;-moz-background-size:42px 42px;-ms-background-size:42px 42px;-o-background-size:42px 42px;background-size:42px 42px}}.mobile-main-menu-open{overflow-x:hidden;width:100%}.container{width:100%;max-width:1200px;margin:-35px auto 7px;padding-top:49px}@media (max-width: 800px){.container{padding-top:42px}}.container:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.container.fatal-error h1{color:var(--accent-color-2);margin:0 7px}.column{float:left}.column img{max-width:100%;height:auto!important}.column-1{width:33.333333%}.column-2{width:66.666666%}.column-3{width:100%}@media (max-width: 800px){.column-1,.column-2{width:100%}}.box{background:var(--background-color);margin:0 7px 14px;box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-o-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-ms-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-moz-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2);-webkit-box-shadow:0 1px 3px var(--level-1-1),0 1px 2px var(--level-1-2)}.box:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.box h1,.box h2,.box h3,.box h4,.box h5,.box h6,.box p,.box ul,.box ol{padding:0 14px}.box h2.inverse{color:var(--global-text-color-1)}.box h2.inverse a{color:var(--global-text-color-1);text-decoration:none}.box h2.inverse a:hover{color:var(--global-text-color-1);text-decoration:underline}@media (max-width: 400px){.box{margin:7px}.box h1,.box h2,.box h3,.box h4,.box h5,.box h6,.box p{padding:0 7px}}.content hr{margin-left:14px;margin-right:14px}.content ol,.content ul{list-style-position:outside;margin-left:21px;margin-bottom:7px}.content ol ol,.content ol ul,.content ul ol,.content ul ul{margin-left:0;margin-bottom:0}.content blockquote{color:var(--dark-gray-color);padding-left:28px}.content blockquote:before{font-family:var(--header-font);color:var(--light-gray-color);content:"“";font-size:56px;line-height:56px;display:inline-block;margin-left:-14px;margin-top:-7px}.content blockquote>p:first-of-type{margin-top:-49px}.content code{border:1px dotted var(--light-gray-color);background:var(--very-light-gray-color)}.content pre{margin:7px 14px;padding:7px;border:1px dotted var(--light-gray-color);background:var(--very-light-gray-color)}.content pre code{border:none;background:transparent}iframe{max-width:100%}table.list{width:100%}table.list th{font-family:var(--header-font);font-size:21px;font-weight:300;text-align:left;line-height:42px;background:var(--table-header-background-color);color:var(--global-text-color-1)}table.list th,table.list td{padding:0 7px;vertical-align:middle;height:35px}table.list tr:nth-of-type(odd){background:var(--list-other-color)}table.sortable thead{cursor:pointer}table.narrow-list{margin:14px;border-left:7px solid var(--accent-color-2)}table.narrow-list th{text-align:left;padding:0 14px}@media (max-width: 400px){table.narrow-list{margin:7px}table.narrow-list th{padding-left:7px}}.ranking-list.list th{background-color:var(--accent-color-3)}.ranking-list-name a{color:var(--global-text-color-2)}.ranking-list-name a:link,.ranking-list-name a:visited{text-decoration:none}.ranking-list-name a:hover,.ranking-list-name a:active{text-decoration:underline}.toolbox{background:var(--dark-gray-color);padding:7px 0}.toolbox h3{color:var(--global-text-color-1)}.toolbox a{color:var(--global-text-color-1);text-decoration:none;display:block;margin:0 14px}.toolbox a:hover{text-decoration:underline}.pagination{font-family:var(--header-font);font-weight:300;font-size:17.5px;line-height:28px;margin:0 7px 7px}.pagination:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.pagination li{float:left;text-align:center;margin:0 7px 7px 0}.pagination a{display:block;background-color:var(--background-color);padding:0 7px;text-decoration:none;border-radius:3px;box-shadow:0 0 2px var(--pagination-color)}.pagination a:hover{background:var(--accent-color-1);color:var(--pagination-hover-color)}.pagination .nolink{width:28px}.ui-datepicker{background:var(--global-background-color-1);width:200px;padding:7px;box-shadow:0 0 2px var(--ui-datepicker-color)}.ui-datepicker .ui-datepicker-prev{display:inline-block;float:left;cursor:pointer}.ui-datepicker .ui-datepicker-prev:before{content:"< "}.ui-datepicker .ui-datepicker-next{display:inline-block;float:right;cursor:pointer}.ui-datepicker .ui-datepicker-next:after{content:" >"}.ui-datepicker .ui-datepicker-title{text-align:center}.ui-datepicker .ui-datepicker-calendar{width:100%;text-align:center}.ui-datepicker .ui-datepicker-calendar td:hover{background:var(--main-color);filter:brightness(70%)}.ui-datepicker .ui-datepicker-calendar a{display:block}.ac_results{background:var(--global-background-color-1);box-shadow:0 0 2px var(--jquery-box-shadow)}.ac_results .ac_even{background:var(--global-background-color-1)}.ac_results .ac_odd{background:var(--very-light-gray-color)}.ac_results .ac_over{background:var(--main-color);color:var(--global-text-color-1)}.banto-popup{background:var(--global-background-color-1);box-shadow:0 0 2px var(--banto-pop-up-box-shadow);z-index:102;padding:7px;margin:0 auto;display:inline-block;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.banto-popup-background{z-index:101;background:var(--banto-pop-up-background);width:100%;height:120%;min-height:120%;position:fixed;top:0;left:0;display:none;cursor:pointer}#login_redirect form{padding:14px}.debug-wrapper{width:100%;max-width:1200px;margin:0 auto}.debug-wrapper .debug-header{background:var(--accent-color-4);padding:0 14px 0 0;color:var(--global-text-color-1);font-size:11.9px}.debug-wrapper .debug-header.there-be-errors{background:var(--accent-color-2)}.debug-wrapper .debug-header.there-be-warnings{background:var(--accent-color-3)}.document-footer{min-height:400px;background:var(--dark-gray-color);padding-top:21px}.document-footer .footer-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto}.document-footer .footer-content .advertisement{display:block;width:100%;max-height:70px;opacity:.6}.document-footer .footer-content .advertisement:hover{opacity:1}.document-footer .footer-content .advertisement img{width:100%;height:100%;margin-bottom:7px}.document-footer .footer-content #office-location-map{width:33%;height:280px;float:left}.document-footer .footer-content .footer-info{width:67%;float:left;color:var(--global-text-color-3)}.document-footer .footer-content .footer-info h2{padding:0 14px;text-align:center;font-weight:400}.document-footer .footer-content .footer-info .footer-column{width:33.33%;float:left}.document-footer .footer-content .footer-info .footer-column .visit,.document-footer .footer-content .footer-info .footer-column .social{padding-top:7px}.document-footer .footer-content .footer-info .footer-container{padding:14px;justify-content:space-around;gap:14px!important;display:flex;flex-direction:row}.document-footer .footer-content .footer-info .partners{display:flex;flex-direction:row;flex-wrap:nowrap;max-width:80%;padding:7px;margin:35px 0 0;justify-content:space-around;gap:14px}.document-footer .footer-content .footer-info .advertisement{max-width:30%;display:block;min-width:140px;height:70px}.document-footer .footer-content .footer-info .social a{padding-left:21px;background-repeat:no-repeat;-webkit-background-size:contain;background-size:contain;color:var(--global-text-color-3);text-decoration:none}.document-footer .footer-content .footer-info .social a:hover{color:var(--global-text-color-3)}.document-footer .footer-content .footer-info .social .facebook{background-image:url(../images/timini/social/facebook.svg)}.document-footer .footer-content .footer-info .social .instagram{background-image:url(../images/timini/social/instagram.svg)}.document-footer .footer-content .bottom-tag{clear:both;padding-top:28px;text-align:center}.document-footer .footer-content .bottom-tag a{text-decoration:none}.document-footer .footer-content .bottom-tag a:hover{text-decoration:underline}.document-footer .footer-content .bottom-tag .bottom-tag-caption{color:var(--light-gray-color);visibility:hidden}.document-footer .footer-content .bottom-tag:hover .bottom-tag-caption{visibility:visible}.document-footer .footer-content .update-button-block-container{float:right;width:285px;background-color:var(--dark-gray-color);color:var(--footer-update-button-color)}@media (max-width: 800px){.document-footer .footer-content #office-location-map{display:none}.document-footer .footer-content .footer-info{width:100%}}@media (max-width: 600px){.document-footer .footer-content #office-location-map{display:none}.document-footer .footer-content .footer-content{padding:0 7px}.document-footer .footer-content .footer-info{width:100%}.document-footer .footer-content .footer-info .footer-column{width:50%}.document-footer .footer-content .footer-info .footer-column:nth-of-type(3){width:100%}.document-footer .footer-content .footer-info .location-info,.document-footer .footer-content .footer-info .contact{margin:0;padding-left:7px}.document-footer .footer-content .footer-container{flex-wrap:wrap}.document-footer .footer-content .footer-container div{flex:3}.document-footer .footer-content .partners{max-width:100%!important;padding:7px;margin:35px 0 0;justify-content:space-evenly;flex-wrap:wrap!important}.document-footer .footer-content .advertisement{max-width:80%!important;display:block;height:49px!important}}@media (max-width: 380px){.document-footer .footer-content .footer-info .footer-container{padding:0 21px;flex-direction:column!important;row-gap:2em!important}.document-footer .footer-content .footer-info .footer-column{width:100%}.document-footer .footer-content .footer-info .footer-column:nth-of-type(2){padding-top:7px}.document-footer .footer-content .footer-info .visit{display:none}}.icon-small{height:16px;width:16px}.action-create,.action-add-comment,.action-gallery-add,.action-new-post,.action-video-add{padding-left:21px;background:url(../images/timini/icons/create.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-edit,.action-edit-comment,.action-edit-image,.action-edit-post,.action-edit-calendar,.action-video-edit,.action-edit-mail{padding-left:21px;background:url(../images/timini/icons/edit.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-delete,.action-delete-comment,.action-delete-image,.action-delete-post,.action-delete-calendar,.action-video-delete,.delete_link{padding-left:21px;background:url(../images/timini/icons/delete.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-gear,.action-admin-forums,.action-moderate-forums,.action-settings,.action-edit-participant{padding-left:21px;background:url(../images/timini/icons/gear.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-quote-post,.action-message-mail{padding-left:21px;background:url(../images/timini/icons/message.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-add-mail{padding-left:21px;background:url(../images/timini/icons/mail.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-back,.action-back-to-list{padding-left:21px;background:url(../images/timini/icons/back.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-buy{padding-left:21px;background:url(../images/timini/icons/cart.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-calendar-check{padding-left:21px;background:url(../images/timini/icons/calendar_check.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-calendar-month{padding-left:21px;background:url(../images/timini/icons/calendar_month.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-download-vcard{padding-left:21px;background:url(../images/timini/icons/card.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-ignore{padding-left:21px;background:url(../images/timini/icons/stop.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-mark-read{padding-left:21px;background:url(../images/timini/icons/check.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-money{padding-left:21px;background:url(../images/timini/icons/money.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-posts{padding-left:21px;background:url(../images/timini/icons/posts.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-random,.action-random-image{padding-left:21px;background:url(../images/timini/icons/random.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-refresh{padding-left:21px;background:url(../images/timini/icons/refresh.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-remove-mail{padding-left:21px;background:url(../images/timini/icons/no_mail.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-rotate-image-ccw{padding-left:21px;background:url(../images/timini/icons/rotate_ccw.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-rotate-image-cw{padding-left:21px;background:url(../images/timini/icons/rotate_cw.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-show-new-posts{padding-left:21px;background:url(../images/timini/icons/new.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-sort{padding-left:21px;background:url(../images/timini/icons/sort.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-undelete{padding-left:21px;background:url(../images/timini/icons/unstop.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-view-calendar{padding-left:21px;background:url(../images/timini/icons/calendar_day.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-users{padding-left:21px;background:url(../images/timini/icons/users.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.action-download{padding-left:21px;background:url(../images/timini/icons/download.svg) no-repeat left center;display:inline-block;background-size:16px 16px}.banto-messages{width:100%;max-width:1200px;margin:7px auto;position:relative;z-index:100}.banto-messages:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.message{padding:7px 21px 7px 7px;clear:both;margin-top:7px;min-height:48px;z-index:1000;position:relative;background:var(--background-color);border-radius:1px;box-shadow:1px 1px 3px var(--message-box-shadow)}.message.js{display:none}.message li{list-style-type:none}.message ul{overflow:hidden}.message_close{position:absolute;top:7px;right:7px}.error{background-color:var(--accent-color-2);color:var(--global-text-color-1)}.warning{background-color:var(--accent-color-3)}.feedback{background-color:var(--accent-color-4);color:var(--global-text-color-1)}.notification{background-color:var(--main-color)}.notification a{color:var(--global-text-color-1);text-decoration:none}.notification a:hover{text-decoration:none}.banto-messages.toastify{position:fixed;bottom:7px;right:7px;border-bottom:0;width:400px;opacity:1;visibility:visible}.banto-messages.toastify .message{width:372px;display:table;bottom:0;right:0;float:right}.banto-messages.toastify .message ul{display:table-cell;vertical-align:middle;width:317px}.banto-messages.toastify .message li{width:317px}.banto-messages .message-feedback-icon{float:left;width:48px;height:48px;margin-right:7px;background:url(../images/timini/message_feedback.png) no-repeat}.banto-messages .message-warning-icon{float:left;width:48px;height:48px;margin-right:7px;background:url(../images/timini/message_warning.png) no-repeat}.banto-messages .message-error-icon{float:left;width:48px;height:48px;margin-right:7px;background:url(../images/timini/message_error.png) no-repeat}.banto-messages .message-notification-icon{float:left;width:48px;height:48px;margin-right:7px;background:url(../images/timini/message_info2.png) no-repeat}@media (max-width: 800px){.banto-messages.toastify{width:100%;bottom:0;right:0}.banto-messages.toastify .message{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.banto-messages.toastify .message ul,.banto-messages.toastify .message li{width:auto}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{position:relative;display:block;width:35px;height:35px;margin:0 auto}.spinner.spinner-hidden{display:none}.spinner:not(.spinner-hidden){-webkit-animation-name:spin;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spin;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spin;-ms-animation-duration:1s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear}.spinner:before,.spinner:after{content:" ";display:block;top:0;left:0;position:absolute;z-index:1;width:35px;height:17.5px}.spinner:before{background:var(--main-color);-webkit-border-top-left-radius:17.5px;-webkit-border-top-right-radius:17.5px;-moz-border-radius-topleft:17.5px;-moz-border-radius-topright:17.5px;border-top-left-radius:17.5px;border-top-right-radius:17.5px}.spinner:after{background:var(--accent-color-1);top:17.5px;-webkit-border-bottom-right-radius:17.5px;-webkit-border-bottom-left-radius:17.5px;-moz-border-radius-bottomright:17.5px;-moz-border-radius-bottomleft:17.5px;border-bottom-right-radius:17.5px;border-bottom-left-radius:17.5px}.handheldonly{display:none}@media (max-width: 800px){.handheldonly{display:block}.handheldhide{display:none}}@-webkit-keyframes rainbow-animation{0%{color:#dc143c}17%{color:orange}33%{color:#32cd32}50%{color:#00bfff}67%{color:#ba55d3}84%{color:#f0f}to{color:#dc143c}}@keyframes rainbow-animation{0%{color:#dc143c}17%{color:orange}33%{color:#32cd32}50%{color:#00bfff}67%{color:#ba55d3}84%{color:#f0f}to{color:#dc143c}}.rainbow{-webkit-animation:rainbow-animation 4s linear 0s infinite;animation:rainbow-animation 4s linear 0s infinite;animation-delay:-1s}.logo-subcolor{fill:var(--logo-subcolor)}.no-shadow{box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}
