.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-theme .owl-controls{margin-top:10px;text-align:center}.owl-theme .owl-controls .owl-buttons div{color:#fff;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:.5}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-iframe-holder .mfp-close{top:-40px}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure{line-height:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.brands{list-style:none;padding-left:0}.brands>li{margin:0 0 8px}.brands>li>a{background-color:#ebebeb;text-align:center;color:#555;display:inline-block;font-size:20px;padding-top:11px;width:50px;height:50px}.brands-tn>li>a{font-size:12px;padding-top:4px;width:25px;height:25px}.brands-sm>li>a{font-size:16px;padding-top:6px;width:35px;height:35px}.brands-md>li>a{font-size:18px;padding-top:8px;width:42px;height:42px}.brands-lg>li>a{font-size:40px;padding-top:12px;width:80px;height:80px}.brands-hg>li>a{font-size:60px;padding-top:13px;width:110px;height:110px}.brands-inverse>li>a{background-color:#555;color:#ebebeb}.brands-colored>li>a{color:#fff}.brands-colored>li>a.brands-adn{background-color:#444}.brands-colored>li>a.brands-android{background-color:#a4c639}.brands-colored>li>a.brands-apple{background-color:#000}.brands-colored>li>a.brands-bitbucket{background-color:#205081}.brands-colored>li>a.brands-btc{background-color:#f89f37}.brands-colored>li>a.brands-css3{background-color:#2177ff}.brands-colored>li>a.brands-dribbble{background-color:#f46899}.brands-colored>li>a.brands-dropbox{background-color:#3476e4}.brands-colored>li>a.brands-facebook{background-color:#3b5998}.brands-colored>li>a.brands-flickr{background-color:#fe0883}.brands-colored>li>a.brands-foursquare{background-color:#8fd400}.brands-colored>li>a.brands-github{background-color:#222}.brands-colored>li>a.brands-gittip{background-color:#630}.brands-colored>li>a.brands-google-plus{background-color:#c63d2d}.brands-colored>li>a.brands-html5{background-color:#e44d26}.brands-colored>li>a.brands-instagram{background-color:#4e433c}.brands-colored>li>a.brands-linkedin{background-color:#4875b4}.brands-colored>li>a.brands-linux{background-color:#ffd133}.brands-colored>li>a.brands-maxcdn{background-color:#f7ac1b}.brands-colored>li>a.brands-pagelines{background-color:#135da7}.brands-colored>li>a.brands-pinterest{background-color:#cb2027}.brands-colored>li>a.brands-renren{background-color:#005aab}.brands-colored>li>a.brands-skype{background-color:#00adf2}.brands-colored>li>a.brands-stack-exchange{background-color:#205296}.brands-colored>li>a.brands-stack-overflow{background-color:#d28a29}.brands-colored>li>a.brands-trello{background-color:#216884}.brands-colored>li>a.brands-tumblr{background-color:#2b4964}.brands-colored>li>a.brands-twitter{background-color:#3cf}.brands-colored>li>a.brands-vimeo{background-color:#86b32d}.brands-colored>li>a.brands-vk{background-color:#44678d}.brands-colored>li>a.brands-weibo{background-color:#d52b2a}.brands-colored>li>a.brands-windows{background-color:#00adef}.brands-colored>li>a.brands-xing{background-color:#005a5f}.brands-colored>li>a.brands-youtube{background-color:#f33}.brands-transparent>li>a{background-color:rgba(235,235,235,.4)}.brands-transparent-inverse>li>a{background-color:rgba(85,85,85,.2);color:#ebebeb}.brands-rounded.brands-tn>li>a{border-radius:2px}.brands-rounded.brands-sm>li>a{border-radius:4px}.brands-rounded.brands-md>li>a{border-radius:5px}.brands-rounded>li>a{border-radius:6px}.brands-rounded.brands-lg>li>a{border-radius:8px}.brands-rounded.brands-hg>li>a{border-radius:10px}.brands-circle>li>a{border-radius:50%}.brands-spin>li>a:hover i{animation:spin .5s linear;-webkit-animation:spin .5s linear}.brands-transition>li>a{transition-duration:.5s}.brands-justified>li{display:table-cell;width:1%;float:none}.brands-justified>li>a{width:100%}.brands-justified.brands-rounded.brands-tn>li>a,.brands-justified.brands-rounded.brands-sm>li>a,.brands-justified.brands-rounded.brands-md>li>a,.brands-justified.brands-rounded>li>a,.brands-justified.brands-rounded.brands-lg>li>a,.brands-justified.brands-rounded.brands-hg>li>a,.brands-justified.brands-circle>li>a{border-radius:0}.brands-justified.brands-rounded.brands-tn>li:first-child>a{border-radius:2px 0 0 2px}.brands-justified.brands-rounded.brands-tn>li:last-child>a{border-radius:0 2px 2px 0}.brands-justified.brands-rounded.brands-sm>li:first-child>a{border-radius:4px 0 0 4px}.brands-justified.brands-rounded.brands-sm>li:last-child>a{border-radius:0 4px 4px 0}.brands-justified.brands-rounded.brands-md>li:first-child>a{border-radius:5px 0 0 5px}.brands-justified.brands-rounded.brands-md>li:last-child>a{border-radius:0 5px 5px 0}.brands-justified.brands-rounded>li:first-child>a{border-radius:6px 0 0 6px}.brands-justified.brands-rounded>li:last-child>a{border-radius:0 6px 6px 0}.brands-justified.brands-rounded.brands-lg>li:first-child>a{border-radius:8px 0 0 8px}.brands-justified.brands-rounded.brands-lg>li:last-child>a{border-radius:0 8px 8px 0}.brands-justified.brands-rounded.brands-hg>li:first-child>a{border-radius:10px 0 0 10px}.brands-justified.brands-rounded.brands-hg>li:last-child>a{border-radius:0 10px 10px 0}.brands-justified.brands-circle>li:first-child>a{border-radius:50% 0 0 50%}.brands-justified.brands-circle>li:last-child>a{border-radius:0 50% 50% 0}.brands-inline>li{display:inline-block;margin-right:5px}.brands-inline>li:last-child{margin-right:0}.brands>li>a:hover{color:#fff}.brands>li>a.brands-adn:hover{background-color:#444}.brands>li>a.brands-android:hover{background-color:#a4c639}.brands>li>a.brands-apple:hover{background-color:#000}.brands>li>a.brands-bitbucket:hover{background-color:#205081}.brands>li>a.brands-btc:hover{background-color:#f89f37}.brands>li>a.brands-css3:hover{background-color:#2177ff}.brands>li>a.brands-dribbble:hover{background-color:#f46899}.brands>li>a.brands-dropbox:hover{background-color:#3476e4}.brands>li>a.brands-facebook:hover{background-color:#3b5998}.brands>li>a.brands-flickr:hover{background-color:#fe0883}.brands>li>a.brands-foursquare:hover{background-color:#8fd400}.brands>li>a.brands-github:hover{background-color:#222}.brands>li>a.brands-gittip:hover{background-color:#630}.brands>li>a.brands-google-plus:hover{background-color:#c63d2d}.brands>li>a.brands-html5:hover{background-color:#e44d26}.brands>li>a.brands-instagram:hover{background-color:#4e433c}.brands>li>a.brands-linkedin:hover{background-color:#4875b4}.brands>li>a.brands-linux:hover{background-color:#ffd133}.brands>li>a.brands-maxcdn:hover{background-color:#f7ac1b}.brands>li>a.brands-pagelines:hover{background-color:#135da7}.brands>li>a.brands-pinterest:hover{background-color:#cb2027}.brands>li>a.brands-renren:hover{background-color:#005aab}.brands>li>a.brands-skype:hover{background-color:#00adf2}.brands>li>a.brands-stack-exchange:hover{background-color:#205296}.brands>li>a.brands-stack-overflow:hover{background-color:#d28a29}.brands>li>a.brands-trello:hover{background-color:#216884}.brands>li>a.brands-tumblr:hover{background-color:#2b4964}.brands>li>a.brands-twitter:hover{background-color:#3cf}.brands>li>a.brands-vimeo:hover{background-color:#86b32d}.brands>li>a.brands-vk:hover{background-color:#44678d}.brands>li>a.brands-weibo:hover{background-color:#d52b2a}.brands>li>a.brands-windows:hover{background-color:#00adef}.brands>li>a.brands-xing:hover{background-color:#005a5f}.brands>li>a.brands-youtube:hover{background-color:#f33}@media(max-width:767px){.brands>li>a{color:#fff}.brands>li>a.brands-adn{background-color:#444}.brands>li>a.brands-android{background-color:#a4c639}.brands>li>a.brands-apple{background-color:#000}.brands>li>a.brands-bitbucket{background-color:#205081}.brands>li>a.brands-btc{background-color:#f89f37}.brands>li>a.brands-css3{background-color:#2177ff}.brands>li>a.brands-dribbble{background-color:#f46899}.brands>li>a.brands-dropbox{background-color:#3476e4}.brands>li>a.brands-facebook{background-color:#3b5998}.brands>li>a.brands-flickr{background-color:#fe0883}.brands>li>a.brands-foursquare{background-color:#8fd400}.brands>li>a.brands-github{background-color:#222}.brands>li>a.brands-gittip{background-color:#630}.brands>li>a.brands-google-plus{background-color:#c63d2d}.brands>li>a.brands-html5{background-color:#e44d26}.brands>li>a.brands-instagram{background-color:#4e433c}.brands>li>a.brands-linkedin{background-color:#4875b4}.brands>li>a.brands-linux{background-color:#ffd133}.brands>li>a.brands-maxcdn{background-color:#f7ac1b}.brands>li>a.brands-pagelines{background-color:#135da7}.brands>li>a.brands-pinterest{background-color:#cb2027}.brands>li>a.brands-renren{background-color:#005aab}.brands>li>a.brands-skype{background-color:#00adf2}.brands>li>a.brands-stack-exchange{background-color:#205296}.brands>li>a.brands-stack-overflow{background-color:#d28a29}.brands>li>a.brands-trello{background-color:#216884}.brands>li>a.brands-tumblr{background-color:#2b4964}.brands>li>a.brands-twitter{background-color:#3cf}.brands>li>a.brands-vimeo{background-color:#86b32d}.brands>li>a.brands-vk{background-color:#44678d}.brands>li>a.brands-weibo{background-color:#d52b2a}.brands>li>a.brands-windows{background-color:#00adef}.brands>li>a.brands-xing{background-color:#005a5f}.brands>li>a.brands-youtube{background-color:#f33}.brands-spin>li>a:hover i{animation:none;-webkit-animation:none}}#cke_9,#cke_10{display:none}.vertical-align{display:flex;flex-direction:row}.vertical-align>[class^="col-"],.vertical-align>[class*=" col-"]{display:flex;align-items:center;justify-content:center}.explain_popup{background-color:#f0f0f0;border:solid 1px #000;width:350px;font-weight:normal;padding:10px}.explain_popup h3{padding:0;margin:0}.repeat3column td{width:300px}.empty_basket{width:100%;text-align:right}.warningbox{background-color:#f2dede;padding:7px;-webkit-border-radius:4px 4px 4px 4px;border-radius:4px 4px 4px 4px}.flag16{text-indent:20px;width:16px;height:16px;padding-right:5px;vertical-align:text-top;background-repeat:no-repeat;background-position:center middle;margin-top:2px}.flag16Txt{line-height:15px}.flag16cell{width:50px;padding-left:5px}.flag16cellNoTxt{padding-left:5px}.flag48{text-indent:52px;padding-right:5px;vertical-align:text-top;background-repeat:no-repeat;background-size:auto 100%}.flag_Danmark{background-image:url('/images/flags/16/dk.png')}.flag_Sverige{background-image:url('/images/flags/16/se.png')}.flag_Norge{background-image:url('/images/flags/16/no.png')}.flag_England{background-image:url('/images/flags/16/en.png')}.flag_Storbritannien{background-image:url('/images/flags/16/gb.png')}.flag_Skotland{background-image:url('/images/flags/16/sct.png')}.flag_Afghanistan{background-image:url('/images/flags/16/af.png')}.flag_Albanien{background-image:url('/images/flags/16/al.png')}.flag_Aruba{background-image:url('/images/flags/16/aw.png')}.flag_Algeriet{background-image:url('/images/flags/16/dz.png')}.flag_Andorra{background-image:url('/images/flags/16/ad.png')}.flag_Angola{background-image:url('/images/flags/16/ao.png')}.flag_Argentina{background-image:url('/images/flags/16/ar.png')}.flag_Armenien{background-image:url('/images/flags/16/am.png')}.flag_Aserbajdsjan{background-image:url('/images/flags/16/az.png')}.flag_Australien{background-image:url('/images/flags/16/au.png')}.flag_Bahamas{background-image:url('/images/flags/16/bs.png')}.flag_Bahrain{background-image:url('/images/flags/16/bh.png')}.flag_Bangladesh{background-image:url('/images/flags/16/bd.png')}.flag_Barbados{background-image:url('/images/flags/16/bb.png')}.flag_Belgien{background-image:url('/images/flags/16/be.png')}.flag_Belize{background-image:url('/images/flags/16/bz.png')}.flag_Benin{background-image:url('/images/flags/16/bj.png')}.flag_Bermuda{background-image:url('/images/flags/16/ukendt.png')}.flag_Bhutan{background-image:url('/images/flags/16/bt.png')}.flag_Bolivia{background-image:url('/images/flags/16/bo.png')}.flag_Bosnien_Hercegovina{background-image:url('/images/flags/16/ba.png')}.flag_Botswana{background-image:url('/images/flags/16/bw.png')}.flag_Brasilien{background-image:url('/images/flags/16/br.png')}.flag_Brunei{background-image:url('/images/flags/16/bn.png')}.flag_Bulgarien{background-image:url('/images/flags/16/bg.png')}.flag_Burkina_Faso{background-image:url('/images/flags/16/bf.png')}.flag_Burundi{background-image:url('/images/flags/16/bi.png')}.flag_Cambodja{background-image:url('/images/flags/16/kh.png')}.flag_Cameroun{background-image:url('/images/flags/16/cm.png')}.flag_Canada{background-image:url('/images/flags/16/ca.png')}.flag_Chile{background-image:url('/images/flags/16/cl.png')}.flag_Colombia{background-image:url('/images/flags/16/co.png')}.flag_Comorerne{background-image:url('/images/flags/16/km.png')}.flag_Congo{background-image:url('/images/flags/16/cg.png')}.flag_Costa_Rica{background-image:url('/images/flags/16/cr.png')}.flag_Cuba{background-image:url('/images/flags/16/cu.png')}.flag_Cypern{background-image:url('/images/flags/16/cy.png')}.flag_Djibouti{background-image:url('/images/flags/16/dj.png')}.flag_Dominica{background-image:url('/images/flags/16/dm.png')}.flag_Den_Dominikanske_Republik{background-image:url('/images/flags/16/do.png')}.flag_Ecuador{background-image:url('/images/flags/16/ec.png')}.flag_Egypten{background-image:url('/images/flags/16/eg.png')}.flag_El_Salvador{background-image:url('/images/flags/16/sv.png')}.flag_Elfenbenskysten{background-image:url('/images/flags/16/ci.png')}.flag_Forenede_Arabiske_Emirater{background-image:url('/images/flags/16/ae.png')}.flag_Eritrea{background-image:url('/images/flags/16/er.png')}.flag_Estland{background-image:url('/images/flags/16/ee.png')}.flag_Etiopien{background-image:url('/images/flags/16/et.png')}.flag_Fiji{background-image:url('/images/flags/16/fj.png')}.flag_Filippinerne{background-image:url('/images/flags/16/ph.png')}.flag_Finland{background-image:url('/images/flags/16/fi.png')}.flag_Frankrig{background-image:url('/images/flags/16/fr.png')}.flag_Færøerne{background-image:url('/images/flags/16/fo.png')}.flag_Gabon{background-image:url('/images/flags/16/ga.png')}.flag_Gambia{background-image:url('/images/flags/16/gm.png')}.flag_Georgien{background-image:url('/images/flags/16/ge.png')}.flag_Ghana{background-image:url('/images/flags/16/gh.png')}.flag_Grenada{background-image:url('/images/flags/16/gd.png')}.flag_Grækenland{background-image:url('/images/flags/16/gr.png')}.flag_Grønland{background-image:url('/images/flags/16/gl.png')}.flag_Guatemala{background-image:url('/images/flags/16/gt.png')}.flag_Guernsey{background-image:url('/images/flags/16/gg.png')}.flag_Guam{background-image:url('/images/flags/16/gu.png')}.flag_Guinea{background-image:url('/images/flags/16/gn.png')}.flag_Guinea_Bissau{background-image:url('/images/flags/16/gw.png')}.flag_Guyana{background-image:url('/images/flags/16/gy.png')}.flag_Haiti{background-image:url('/images/flags/16/ht.png')}.flag_Holland{background-image:url('/images/flags/16/nl.png')}.flag_Honduras{background-image:url('/images/flags/16/hn.png')}.flag_Hviderusland{background-image:url('/images/flags/16/by.png')}.flag_Indien{background-image:url('/images/flags/16/in.png')}.flag_Individual_Neutral_Athletes{background-image:url('/images/flags/16/ain.png')}.flag_Indonesien{background-image:url('/images/flags/16/id.png')}.flag_Irak{background-image:url('/images/flags/16/iq.png')}.flag_Iran{background-image:url('/images/flags/16/ir.png')}.flag_Irland{background-image:url('/images/flags/16/ie.png')}.flag_Island{background-image:url('/images/flags/16/is.png')}.flag_Israel{background-image:url('/images/flags/16/il.png')}.flag_Italien{background-image:url('/images/flags/16/it.png')}.flag_Jamaica{background-image:url('/images/flags/16/jm.png')}.flag_Japan{background-image:url('/images/flags/16/jp.png')}.flag_Jordan{background-image:url('/images/flags/16/jo.png')}.flag_Kap_Verde{background-image:url('/images/flags/16/cv.png')}.flag_Kasakhstan{background-image:url('/images/flags/16/kz.png')}.flag_Kenya{background-image:url('/images/flags/16/ke.png')}.flag_Kina{background-image:url('/images/flags/16/cn.png')}.flag_Kirgisistan{background-image:url('/images/flags/16/kg.png')}.flag_Kiribati{background-image:url('/images/flags/16/kl.png')}.flag_Kosovo{background-image:url('/images/flags/16/kosovo.png')}.flag_Kroatien{background-image:url('/images/flags/16/hr.png')}.flag_Kuwait{background-image:url('/images/flags/16/kw.png')}.flag_Laos{background-image:url('/images/flags/16/la.png')}.flag_Lesotho{background-image:url('/images/flags/16/ls.png')}.flag_Letland{background-image:url('/images/flags/16/lv.png')}.flag_Libanon{background-image:url('/images/flags/16/lb.png')}.flag_Liberia{background-image:url('/images/flags/16/lr.png')}.flag_Libyen{background-image:url('/images/flags/16/ly.png')}.flag_Liechtenstein{background-image:url('/images/flags/16/li.png')}.flag_Litauen{background-image:url('/images/flags/16/lt.png')}.flag_Luxembourg{background-image:url('/images/flags/16/lu.png')}.flag_Madagaskar{background-image:url('/images/flags/16/mg.png')}.flag_Makedonien{background-image:url('/images/flags/16/mk.png')}.flag_Malawi{background-image:url('/images/flags/16/mw.png')}.flag_Malaysia{background-image:url('/images/flags/16/my.png')}.flag_Maldiverne{background-image:url('/images/flags/16/mv.png')}.flag_Mali{background-image:url('/images/flags/16/ml.png')}.flag_Malta{background-image:url('/images/flags/16/mt.png')}.flag_Marokko{background-image:url('/images/flags/16/ma.png')}.flag_Marshalløerne{background-image:url('/images/flags/16/mh.png')}.flag_Mauretanien{background-image:url('/images/flags/16/mr.png')}.flag_Mauritius{background-image:url('/images/flags/16/mu.png')}.flag_Mexico{background-image:url('/images/flags/16/mx.png')}.flag_Mikronesien{background-image:url('/images/flags/16/fm.png')}.flag_Moldova{background-image:url('/images/flags/16/md.png')}.flag_Monaco{background-image:url('/images/flags/16/mc.png')}.flag_Mongoliet{background-image:url('/images/flags/16/mn.png')}.flag_Montenegro{background-image:url('/images/flags/16/me.png')}.flag_Mozambique{background-image:url('/images/flags/16/mz.png')}.flag_Myanmar{background-image:url('/images/flags/16/mm.png')}.flag_Namibia{background-image:url('/images/flags/16/na.png')}.flag_Nauru{background-image:url('/images/flags/16/nr.png')}.flag_Nepal{background-image:url('/images/flags/16/np.png')}.flag_New_Zealand{background-image:url('/images/flags/16/nz.png')}.flag_Nicaragua{background-image:url('/images/flags/16/ni.png')}.flag_Niger{background-image:url('/images/flags/16/ne.png')}.flag_Nigeria{background-image:url('/images/flags/16/ng.png')}.flag_Niue{background-image:url('/images/flags/16/ukendt.png')}.flag_Nord_Irland{background-image:url('/images/flags/16/ire.png')}.flag_Nordkorea{background-image:url('/images/flags/16/kp.png')}.flag_Oman{background-image:url('/images/flags/16/om.png')}.flag_Pakistan{background-image:url('/images/flags/16/pk.png')}.flag_Palau{background-image:url('/images/flags/16/pw.png')}.flag_Palæstina{background-image:url('/images/flags/16/ps.png')}.flag_Panama{background-image:url('/images/flags/16/pa.png')}.flag_Papua_Ny_Guinea{background-image:url('/images/flags/16/pg.png')}.flag_Paraguay{background-image:url('/images/flags/16/py.png')}.flag_Peru{background-image:url('/images/flags/16/pe.png')}.flag_Pitcairn{background-image:url('/images/flags/16/ukendt.png')}.flag_Polen{background-image:url('/images/flags/16/pl.png')}.flag_Portugal{background-image:url('/images/flags/16/pt.png')}.flag_Puerto_Rico{background-image:url('/images/flags/16/pr.png')}.flag_Qatar{background-image:url('/images/flags/16/qa.png')}.flag_Rumænien{background-image:url('/images/flags/16/ro.png')}.flag_Rusland{background-image:url('/images/flags/16/ru.png')}.flag_Rwanda{background-image:url('/images/flags/16/rw.png')}.flag_Samoa{background-image:url('/images/flags/16/ws.png')}.flag_San_Marino{background-image:url('/images/flags/16/sm.png')}.flag_Saudi_Arabien{background-image:url('/images/flags/16/sa.png')}.flag_Schweiz{background-image:url('/images/flags/16/ch.png')}.flag_Senegal{background-image:url('/images/flags/16/sn.png')}.flag_Serbien{background-image:url('/images/flags/16/rs.png')}.flag_Seychellerne{background-image:url('/images/flags/16/sc.png')}.flag_Sierra_Leone{background-image:url('/images/flags/16/sl.png')}.flag_Singapore{background-image:url('/images/flags/16/sg.png')}.flag_Slovakiet{background-image:url('/images/flags/16/sk.png')}.flag_Slovenien{background-image:url('/images/flags/16/si.png')}.flag_Somalia{background-image:url('/images/flags/16/so.png')}.flag_Spanien{background-image:url('/images/flags/16/es.png')}.flag_Sri_Lanka{background-image:url('/images/flags/16/lk.png')}.flag_Sudan{background-image:url('/images/flags/16/sd.png')}.flag_Surinam{background-image:url('/images/flags/16/sr.png')}.flag_Sverige{background-image:url('/images/flags/16/se.png')}.flag_Swaziland{background-image:url('/images/flags/16/sz.png')}.flag_Sydafrika{background-image:url('/images/flags/16/za.png')}.flag_Sydkorea{background-image:url('/images/flags/16/kr.png')}.flag_Sydsudan{background-image:url('/images/flags/16/sd.png')}.flag_Syrien{background-image:url('/images/flags/16/sy.png')}.flag_Tadsjikistan{background-image:url('/images/flags/16/tj.png')}.flag_Taiwan{background-image:url('/images/flags/16/tw.png')}.flag_Tanzania{background-image:url('/images/flags/16/tz.png')}.flag_Thailand{background-image:url('/images/flags/16/th.png')}.flag_Tjekkiet{background-image:url('/images/flags/16/cz.png')}.flag_Togo{background-image:url('/images/flags/16/tg.png')}.flag_Tonga{background-image:url('/images/flags/16/to.png')}.flag_Trinidad_og_Tobago{background-image:url('/images/flags/16/tt.png')}.flag_Tunesien{background-image:url('/images/flags/16/tn.png')}.flag_Turkmenistan{background-image:url('/images/flags/16/tm.png')}.flag_Tuvalu{background-image:url('/images/flags/16/tv.png')}.flag_Tyrkiet{background-image:url('/images/flags/16/tr.png')}.flag_Tyskland{background-image:url('/images/flags/16/de.png')}.flag_Tjetjenien{background-image:url('/images/flags/16/tj.png')}.flag_Uganda{background-image:url('/images/flags/16/ug.png')}.flag_Ukraine{background-image:url('/images/flags/16/ua.png')}.flag_Ungarn{background-image:url('/images/flags/16/hu.png')}.flag_Uruguay{background-image:url('/images/flags/16/uy.png')}.flag_USA{background-image:url('/images/flags/16/us.png')}.flag_Usbekistan{background-image:url('/images/flags/16/uz.png')}.flag_Vanuatu{background-image:url('/images/flags/16/vu.png')}.flag_Venezuela{background-image:url('/images/flags/16/ve.png')}.flag_Vestsamoa{background-image:url('/images/flags/16/ws.png')}.flag_Vestsahara{background-image:url('/images/flags/16/eh.png')}.flag_Vietnam{background-image:url('/images/flags/16/vn.png')}.flag_Wales{background-image:url('/images/flags/16/wales.png')}.flag_Yemen{background-image:url('/images/flags/16/ye.png')}.flag_Zambia{background-image:url('/images/flags/16/zm.png')}.flag_Zimbabwe{background-image:url('/images/flags/16/zw.png')}.flag_Østrig{background-image:url('/images/flags/16/at.png')}.flag_Østtimor{background-image:url('/images/flags/16/tl.png')}.flag_Hong_Kong{background-image:url('/images/flags/16/hk.png')}.flag_Ukendt_land{}.flag_Saint_Lucia{background-image:url('/images/flags/16/lc.png')}.flag_Martinique{background-image:url('/images/flags/16/mq.png')}.flag_Guadeloupe{background-image:url('/images/flags/16/gp.png')}.flag_Saint_Vincent_and_the_Grenadines{background-image:url('/images/flags/16/vc.png')}.flag_Kiribati{background-image:url('/images/flags/16/ki.png')}.flag_Fransk_Polynesien{background-image:url('/images/flags/16/pf.png')}.flag_Macao{background-image:url('/images/flags/16/mo.png')}.flag_Ny_Kaledonien{background-image:url('/images/flags/16/fr.png')}.flag48_Danmark{background-image:url('/images/flags/48/dk.png')}.flag48_Sverige{background-image:url('/images/flags/48/se.png')}.flag48_Norge{background-image:url('/images/flags/48/no.png')}.flag48_England{background-image:url('/images/flags/48/en.png')}.flag48_Storbritannien{background-image:url('/images/flags/48/gb.png')}.flag48_Skotland{background-image:url('/images/flags/48/sct.png')}.flag48_Afghanistan{background-image:url('/images/flags/48/af.png')}.flag48_Albanien{background-image:url('/images/flags/48/al.png')}.flag48_Algeriet{background-image:url('/images/flags/48/dz.png')}.flag48_Andorra{background-image:url('/images/flags/48/ad.png')}.flag48_Angola{background-image:url('/images/flags/48/ao.png')}.flag48_Argentina{background-image:url('/images/flags/48/ar.png')}.flag48_Armenien{background-image:url('/images/flags/48/am.png')}.flag48_Aserbajdsjan{background-image:url('/images/flags/48/az.png')}.flag48_Aruba{background-image:url('/images/flags/48/aw.png')}.flag48_Australien{background-image:url('/images/flags/48/au.png')}.flag48_Bahamas{background-image:url('/images/flags/48/bs.png')}.flag48_Bahrain{background-image:url('/images/flags/48/bh.png')}.flag48_Bangladesh{background-image:url('/images/flags/48/bd.png')}.flag48_Barbados{background-image:url('/images/flags/48/bb.png')}.flag48_Belgien{background-image:url('/images/flags/48/be.png')}.flag48_Belize{background-image:url('/images/flags/48/bz.png')}.flag48_Benin{background-image:url('/images/flags/48/bj.png')}.flag48_Bermuda{background-image:url('/images/flags/48/ukendt.png')}.flag48_Bhutan{background-image:url('/images/flags/48/bt.png')}.flag48_Bolivia{background-image:url('/images/flags/48/bo.png')}.flag48_Bosnien_Hercegovina{background-image:url('/images/flags/48/ba.png')}.flag48_Botswana{background-image:url('/images/flags/48/bw.png')}.flag48_Brasilien{background-image:url('/images/flags/48/br.png')}.flag48_Brunei{background-image:url('/images/flags/48/bn.png')}.flag48_Bulgarien{background-image:url('/images/flags/48/bg.png')}.flag48_Burkina_Faso{background-image:url('/images/flags/48/bf.png')}.flag48_Burundi{background-image:url('/images/flags/48/bi.png')}.flag48_Cambodja{background-image:url('/images/flags/48/kh.png')}.flag48_Cameroun{background-image:url('/images/flags/48/cm.png')}.flag48_Canada{background-image:url('/images/flags/48/ca.png')}.flag48_Chile{background-image:url('/images/flags/48/cl.png')}.flag48_Colombia{background-image:url('/images/flags/48/co.png')}.flag48_Comorerne{background-image:url('/images/flags/48/km.png')}.flag48_Congo{background-image:url('/images/flags/48/cg.png')}.flag48_Costa_Rica{background-image:url('/images/flags/48/cr.png')}.flag48_Cuba{background-image:url('/images/flags/48/cu.png')}.flag48_Cypern{background-image:url('/images/flags/48/cy.png')}.flag48_Djibouti{background-image:url('/images/flags/48/dj.png')}.flag48_Dominica{background-image:url('/images/flags/48/dm.png')}.flag48_Den_Dominikanske_Republik{background-image:url('/images/flags/48/do.png')}.flag48_Ecuador{background-image:url('/images/flags/48/ec.png')}.flag48_Egypten{background-image:url('/images/flags/48/eg.png')}.flag48_El_Salvador{background-image:url('/images/flags/48/sv.png')}.flag48_Elfenbenskysten{background-image:url('/images/flags/48/ci.png')}.flag48_Forenede_Arabiske_Emirater{background-image:url('/images/flags/48/ae.png')}.flag48_Eritrea{background-image:url('/images/flags/48/er.png')}.flag48_Estland{background-image:url('/images/flags/48/ee.png')}.flag48_Etiopien{background-image:url('/images/flags/48/et.png')}.flag48_Fiji{background-image:url('/images/flags/48/fj.png')}.flag48_Filippinerne{background-image:url('/images/flags/48/ph.png')}.flag48_Finland{background-image:url('/images/flags/48/fi.png')}.flag48_Frankrig{background-image:url('/images/flags/48/fr.png')}.flag48_Færøerne{background-image:url('/images/flags/48/fo.png')}.flag48_Gabon{background-image:url('/images/flags/48/ga.png')}.flag48_Gambia{background-image:url('/images/flags/48/gm.png')}.flag48_Georgien{background-image:url('/images/flags/48/ge.png')}.flag48_Ghana{background-image:url('/images/flags/48/gh.png')}.flag48_Grenada{background-image:url('/images/flags/48/gd.png')}.flag48_Grækenland{background-image:url('/images/flags/48/gr.png')}.flag48_Grønland{background-image:url('/images/flags/48/gl.png')}.flag48_Guatemala{background-image:url('/images/flags/48/gt.png')}.flag48_Guernsey{background-image:url('/images/flags/48/gg.png')}.flag48_Guam{background-image:url('/images/flags/48/gu.png')}.flag48_Guinea{background-image:url('/images/flags/48/gn.png')}.flag48_Guinea_Bissau{background-image:url('/images/flags/48/gw.png')}.flag48_Guyana{background-image:url('/images/flags/48/gy.png')}.flag48_Haiti{background-image:url('/images/flags/48/ht.png')}.flag48_Holland{background-image:url('/images/flags/48/nl.png')}.flag48_Honduras{background-image:url('/images/flags/48/hn.png')}.flag48_Hviderusland{background-image:url('/images/flags/48/by.png')}.flag48_Indien{background-image:url('/images/flags/48/in.png')}.flag48_Individual_Neutral_Athletes{background-image:url('/images/flags/48/ain.png')}.flag48_Indonesien{background-image:url('/images/flags/48/id.png')}.flag48_Irak{background-image:url('/images/flags/48/iq.png')}.flag48_Iran{background-image:url('/images/flags/48/ir.png')}.flag48_Irland{background-image:url('/images/flags/48/ie.png')}.flag48_Island{background-image:url('/images/flags/48/is.png')}.flag48_Israel{background-image:url('/images/flags/48/il.png')}.flag48_Italien{background-image:url('/images/flags/48/it.png')}.flag48_Jamaica{background-image:url('/images/flags/48/jm.png')}.flag48_Japan{background-image:url('/images/flags/48/jp.png')}.flag48_Jordan{background-image:url('/images/flags/48/jo.png')}.flag48_Kap_Verde{background-image:url('/images/flags/48/cv.png')}.flag48_Kasakhstan{background-image:url('/images/flags/48/kz.png')}.flag48_Kenya{background-image:url('/images/flags/48/ke.png')}.flag48_Kina{background-image:url('/images/flags/48/cn.png')}.flag48_Kirgisistan{background-image:url('/images/flags/48/kg.png')}.flag48_Kiribati{background-image:url('/images/flags/48/kl.png')}.flag48_Kosovo{background-image:url('/images/flags/48/kosovo.png')}.flag48_Kroatien{background-image:url('/images/flags/48/hr.png')}.flag48_Kuwait{background-image:url('/images/flags/48/kw.png')}.flag48_Laos{background-image:url('/images/flags/48/la.png')}.flag48_Lesotho{background-image:url('/images/flags/48/ls.png')}.flag48_Letland{background-image:url('/images/flags/48/lv.png')}.flag48_Libanon{background-image:url('/images/flags/48/lb.png')}.flag48_Liberia{background-image:url('/images/flags/48/lr.png')}.flag48_Libyen{background-image:url('/images/flags/48/ly.png')}.flag48_Liechtenstein{background-image:url('/images/flags/48/li.png')}.flag48_Litauen{background-image:url('/images/flags/48/lt.png')}.flag48_Luxembourg{background-image:url('/images/flags/48/lu.png')}.flag48_Madagaskar{background-image:url('/images/flags/48/mg.png')}.flag48_Makedonien{background-image:url('/images/flags/48/mk.png')}.flag48_Malawi{background-image:url('/images/flags/48/mw.png')}.flag48_Malaysia{background-image:url('/images/flags/48/my.png')}.flag48_Maldiverne{background-image:url('/images/flags/48/mv.png')}.flag48_Mali{background-image:url('/images/flags/48/ml.png')}.flag48_Malta{background-image:url('/images/flags/48/mt.png')}.flag48_Marokko{background-image:url('/images/flags/48/ma.png')}.flag48_Marshalløerne{background-image:url('/images/flags/48/mh.png')}.flag48_Mauretanien{background-image:url('/images/flags/48/mr.png')}.flag48_Mauritius{background-image:url('/images/flags/48/mu.png')}.flag48_Mexico{background-image:url('/images/flags/48/mx.png')}.flag48_Mikronesien{background-image:url('/images/flags/48/fm.png')}.flag48_Moldova{background-image:url('/images/flags/48/md.png')}.flag48_Monaco{background-image:url('/images/flags/48/mc.png')}.flag48_Mongoliet{background-image:url('/images/flags/48/mn.png')}.flag48_Montenegro{background-image:url('/images/flags/48/me.png')}.flag48_Mozambique{background-image:url('/images/flags/48/mz.png')}.flag48_Myanmar{background-image:url('/images/flags/48/mm.png')}.flag48_Namibia{background-image:url('/images/flags/48/na.png')}.flag48_Nauru{background-image:url('/images/flags/48/nr.png')}.flag48_Nepal{background-image:url('/images/flags/48/np.png')}.flag48_New_Zealand{background-image:url('/images/flags/48/nz.png')}.flag48_Nicaragua{background-image:url('/images/flags/48/ni.png')}.flag48_Niger{background-image:url('/images/flags/48/ne.png')}.flag48_Nigeria{background-image:url('/images/flags/48/ng.png')}.flag48_Niue{background-image:url('/images/flags/48/ukendt.png')}.flag48_Nord_Irland{background-image:url('/images/flags/48/ire.png')}.flag48_Nordkorea{background-image:url('/images/flags/48/kp.png')}.flag48_Oman{background-image:url('/images/flags/48/om.png')}.flag48_Pakistan{background-image:url('/images/flags/48/pk.png')}.flag48_Palau{background-image:url('/images/flags/48/pw.png')}.flag48_Panama{background-image:url('/images/flags/48/pa.png')}.flag48_Papua_Ny_Guinea{background-image:url('/images/flags/48/pg.png')}.flag48_Paraguay{background-image:url('/images/flags/48/py.png')}.flag48_Peru{background-image:url('/images/flags/48/pe.png')}.flag48_Pitcairn{background-image:url('/images/flags/48/ukendt.png')}.flag48_Polen{background-image:url('/images/flags/48/pl.png')}.flag48_Portugal{background-image:url('/images/flags/48/pt.png')}.flag48_Puerto_Rico{background-image:url('/images/flags/48/pr.png')}.flag48_Qatar{background-image:url('/images/flags/48/qa.png')}.flag48_Rumænien{background-image:url('/images/flags/48/ro.png')}.flag48_Rusland{background-image:url('/images/flags/48/ru.png')}.flag48_Rwanda{background-image:url('/images/flags/48/rw.png')}.flag48_Samoa{background-image:url('/images/flags/48/ws.png')}.flag48_San_Marino{background-image:url('/images/flags/48/sm.png')}.flag48_Saudi_Arabien{background-image:url('/images/flags/48/sa.png')}.flag48_Schweiz{background-image:url('/images/flags/48/ch.png')}.flag48_Senegal{background-image:url('/images/flags/48/sn.png')}.flag48_Serbien{background-image:url('/images/flags/48/rs.png')}.flag48_Seychellerne{background-image:url('/images/flags/48/sc.png')}.flag48_Sierra_Leone{background-image:url('/images/flags/48/sl.png')}.flag48_Singapore{background-image:url('/images/flags/48/sg.png')}.flag48_Slovakiet{background-image:url('/images/flags/48/sk.png')}.flag48_Slovenien{background-image:url('/images/flags/48/si.png')}.flag48_Somalia{background-image:url('/images/flags/48/so.png')}.flag48_Spanien{background-image:url('/images/flags/48/es.png')}.flag48_Sri_Lanka{background-image:url('/images/flags/48/lk.png')}.flag48_Sudan{background-image:url('/images/flags/48/sd.png')}.flag48_Surinam{background-image:url('/images/flags/48/sr.png')}.flag48_Sverige{background-image:url('/images/flags/48/se.png')}.flag48_Swaziland{background-image:url('/images/flags/48/sz.png')}.flag48_Sydafrika{background-image:url('/images/flags/48/za.png')}.flag48_Sydkorea{background-image:url('/images/flags/48/kr.png')}.flag48_Sydsudan{background-image:url('/images/flags/48/sd.png')}.flag48_Syrien{background-image:url('/images/flags/48/sy.png')}.flag48_Tadsjikistan{background-image:url('/images/flags/48/tj.png')}.flag48_Taiwan{background-image:url('/images/flags/48/tw.png')}.flag48_Tanzania{background-image:url('/images/flags/48/tz.png')}.flag48_Thailand{background-image:url('/images/flags/48/th.png')}.flag48_Tjekkiet{background-image:url('/images/flags/48/cz.png')}.flag48_Togo{background-image:url('/images/flags/48/tg.png')}.flag48_Tonga{background-image:url('/images/flags/48/to.png')}.flag48_Trinidad_og_Tobago{background-image:url('/images/flags/48/tt.png')}.flag48_Tunesien{background-image:url('/images/flags/48/tn.png')}.flag48_Turkmenistan{background-image:url('/images/flags/48/tm.png')}.flag48_Tuvalu{background-image:url('/images/flags/48/tv.png')}.flag48_Tyrkiet{background-image:url('/images/flags/48/tr.png')}.flag48_Tyskland{background-image:url('/images/flags/48/de.png')}.flag48_Tjetjenien{background-image:url('/images/flags/48/tj.png')}.flag48_Uganda{background-image:url('/images/flags/48/ug.png')}.flag48_Ukraine{background-image:url('/images/flags/48/ua.png')}.flag48_Ungarn{background-image:url('/images/flags/48/hu.png')}.flag48_Uruguay{background-image:url('/images/flags/48/uy.png')}.flag48_USA{background-image:url('/images/flags/48/us.png')}.flag48_Usbekistan{background-image:url('/images/flags/48/uz.png')}.flag48_Vanuatu{background-image:url('/images/flags/48/vu.png')}.flag48_Venezuela{background-image:url('/images/flags/48/ve.png')}.flag48_Vestsamoa{background-image:url('/images/flags/48/ws.png')}.flag48_Vestsahara{background-image:url('/images/flags/48/eh.png')}.flag48_Vietnam{background-image:url('/images/flags/48/vn.png')}.flag48_Wales{background-image:url('/images/flags/48/wales.png')}.flag48_Yemen{background-image:url('/images/flags/48/ye.png')}.flag48_Zambia{background-image:url('/images/flags/48/zm.png')}.flag48_Zimbabwe{background-image:url('/images/flags/48/zw.png')}.flag48_Østrig{background-image:url('/images/flags/48/at.png')}.flag48_Østtimor{background-image:url('/images/flags/48/tl.png')}.flag48_Hong_Kong{background-image:url('/images/flags/48/hk.png')}.flag48_Saint_Lucia{background-image:url('/images/flags/48/lc.png')}.flag48_Martinique{background-image:url('/images/flags/48/mq.png')}.flag48_Guadeloupe{background-image:url('/images/flags/48/gp.png')}.flag48_Saint_Vincent_and_the_Grenadines{background-image:url('/images/flags/48/vc.png')}.flag48_Kiribati{background-image:url('/images/flags/48/ki.png')}.flag48_Fransk_Polynesien{background-image:url('/images/flags/48/pf.png')}.flag48_Macao{background-image:url('/images/flags/48/mo.png')}.flag48_Ny_Kaledonien{background-image:url('/images/flags/48/fr.png')}.flag48_Ukendt_land{background-image:none}.kommuneskjold_Ukendt_by{background-image:url('/images/flags/kommunevaabener/cityscape.png')}.rotateimg180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.rotateimg90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.rotateimg270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}html,body{margin:0;padding:0;height:100%}body{font-family:'Open Sans',sans-serif;background-color:#fff}.page-boxed{width:auto;margin:0 auto;box-shadow:0 0 5px 2px rgba(0,0,0,.1)}@media(min-width:992px){.page-boxed{width:1000px}}@media(min-width:1200px){.page-boxed{width:1200px}}a,a:focus,a:hover,button,button:focus,button:hover,button:active{outline:0 none;text-decoration:none}p{margin:0 0 20px}h1,h2,h3,h4,h5,h6{font-family:'Open Sans',sans-serif;color:#555}ul.list-large li{font-size:18px;line-height:36px}.text-lg{font-size:20px}.text-success{color:#2ecc71}.text-info{color:#3498db}.text-danger{background-color:#c0392b;color:#fff;padding:5px;margin:5px}.text-warning{color:#e67e22}.dl-horizontal dt{width:250px}.dl-horizontal dd{margin-left:270px}.dl-horizontal dt,.dl-horizontal dd{margin-bottom:10px}.btn:focus,.btn:active:focus,.btn.active:focus{outline:0 none;outline-offset:0}.btn{border:1px solid rgba(0,0,0,.125);text-transform:uppercase;font-size:12px;font-weight:bold;padding:8px 12px 7px}.btn:active,.btn.active{box-shadow:0 2px 3px 1px rgba(0,0,0,.2) inset}.btn i{margin-right:8px}.btn-default,.alert-default{background-color:#f0f0f0;color:#555}.btn-default:hover,.btn-default:focus,.btn-default.active{background-color:#e0e0e0;border-color:#e0e0e0}.btn-default:active,.btn-default.active{box-shadow:0 2px 1px 1px rgba(0,0,0,.05) inset}body a.btn-default,body a.btn-default:hover,body a.btn-default:focus,body button.btn-default,body button.btn-default:hover,body button.btn-default:focus,body .btn-group label.btn-default,body .btn-group label.btn-default:hover,body .btn-group label.btn-default:focus{color:#555}body a.btn-primary,body a.btn-primary:hover,body a.btn-primary:focus,body button.btn-primary,body button.btn-primary:hover,body button.btn-primary:focus,body a.btn-danger,body a.btn-danger:hover,body a.btn-danger:focus,body button.btn-danger,body button.btn-danger:hover,body button.btn-danger:focus,body a.btn-info,body a.btn-info:hover,body a.btn-info:focus,body button.btn-info,body button.btn-info:hover,body button.btn-info:focus,body a.btn-success,body a.btn-success:hover,body a.btn-success:focus,body button.btn-success,body button.btn-success:hover,body button.btn-success:focus,body a.btn-warning,body a.btn-warning:hover,body a.btn-warning:focus,body button.btn-warning,body button.btn-warning:hover,body button.btn-warning:focus{color:#fff}.btn-danger,.alert-danger,.label-danger,.panel-danger>.panel-heading{background-color:#c0392b}.btn-danger:hover,.btn-danger:focus,.btn-danger.active{background-color:#a3271a;border-color:#a3271a}.btn-info,.alert-info,.label-info,.panel-info>.panel-heading{background-color:#3498db}.btn-info:hover,.btn-info:focus,.btn-info.active{background-color:#2280bf;border-color:#2280bf}.btn-warning,.alert-warning,.label-warning,.panel-warning>.panel-heading{background-color:#e67e22}.btn-warning:hover,.btn-warning:focus,.btn-warning.active{background-color:#d67118;border-color:#d67118}.btn-success,.alert-success,.label-success,.panel-success>.panel-heading{background-color:#2ecc71}.btn-success:hover,.btn-success:focus,.btn-success.active{background-color:#18ba5d;border-color:#18ba5d}.btn-inverse{background-color:transparent;border-color:#fff;color:#fff;border-width:2px}.btn-inverse:hover,.btn-inverse:focus{background-color:#fff}.btn-xs{font-size:10px;padding:6px 8px 5px}.btn-sm{font-size:11px;padding:6px 9px 5px}.btn-lg{font-size:14px;padding:11px 16px 10px}.alert{border:0;border-radius:2px;color:#fff}.alert .close{color:#000;font-size:30px;position:relative;top:-5px}.label-default{background-color:#bbb}.nav.vertical-nav li{border-bottom:1px solid #e5e5e5}.nav.vertical-nav li:last-child{border-bottom:0}.nav.vertical-nav li a{color:#555;font-weight:400;padding:6px 0;transition-duration:.4s}.nav.vertical-nav li a:hover,.nav.vertical-nav li a:focus{background-color:transparent}.nav.vertical-nav li a i{margin-right:8px}.nav.vertical-nav li a .badge{float:right}.popover{padding:0;border-radius:3px;border-top-width:0;z-index:1020}.popover-title{color:#fff;border:0;border-radius:2px 2px 0 0;font-weight:700}.panel{background-color:#f9f9f9;box-shadow:0 1px 1px 0 rgba(0,0,0,.2);border:0;border-radius:0;margin-bottom:20px;color:#333}.panel-heading{border-radius:0;padding:12px 15px}.panel-default>.panel-heading{background-color:#e5e5e5;color:#555;border-color:rgba(0,0,0,.1)}.panel-primary>.panel-heading,.panel-success>.panel-heading,.panel-info>.panel-heading,.panel-warning>.panel-heading,.panel-danger>.panel-heading{color:#fff;border-color:rgba(0,0,0,.1)}.panel-primary>.panel-heading .panel-title>a,.panel-success>.panel-heading .panel-title>a,.panel-info>.panel-heading .panel-title>a,.panel-warning>.panel-heading .panel-title>a,.panel-danger>.panel-heading .panel-title>a{color:#fff}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:0}.panel-title>a{color:#fff;display:block;cursor:pointer}.panel-title>a>i{margin-right:8px}body .panel-default .panel-title>a,body .panel-default .panel-title>a:after{color:#555}.panel-title a:after{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;content:"";color:#fff;float:right;margin:2px 0 0}.panel-title a.collapsed:after{content:""}.panel-group .panel{border-radius:0}.panel-group .panel+.panel{margin-top:10px}.form-control{border:1px solid #d5d5d5;box-shadow:0 0 1px 0 rgba(0,0,0,.1) inset;color:#555;height:42px;transition:.3s ease-in-out 0s;border-radius:0}.form-control:focus{outline:none;box-shadow:0 0 2px 1px rgba(0,0,0,.08) inset;border-color:#b5b5b5}.form-control:focus::-webkit-input-placeholder{color:transparent}.form-control:focus:-moz-placeholder{color:transparent}.form-control:focus::-moz-placeholder{color:transparent}textarea.form-control{height:180px;resize:vertical}form .row:last-child .form-group{}form label span{color:#e74c3c;margin-left:5px}form span.form-info{color:#555;margin-left:15px;font-weight:bold;position:relative;top:11px}form .pull-left span.form-info{margin-left:0}form span.required{color:#e74c3c;margin-right:5px}.input-group .form-control{height:40px}.input-group .btn{padding:9px 13px 8px;font-size:14px;margin:0}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:0}.input-group-btn .btn i{margin-right:0}.input-group-addon{border-radius:0;color:#888;font-size:20px;border-color:#d5d5d5}.form-group.nospace{margin:0}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:12px}.overlay-wrapper{position:relative}.overlay-wrapper .overlay{margin:2px;bottom:0;left:0;opacity:0;overflow:hidden;position:absolute;right:0;top:0;text-align:center;transition-duration:.5s}.overlay-wrapper .overlay a{font-size:30px;color:#fff;position:absolute;left:50%;top:50%;margin-left:-15px;margin-top:-18px}.overlay-wrapper .overlay a:hover{color:#fff}.overlay-wrapper .overlay .overlay-title{font-size:16px;font-weight:bold;color:#fff;position:relative;top:20px}.overlay-wrapper:hover .overlay{opacity:1}.owl-carousel .owl-wrapper-outer{box-shadow:none}.owl-pagination{text-align:center;margin-top:20px}.owl-theme .owl-controls{margin-top:0}.owl-theme .owl-controls .owl-page span,.owl-theme .owl-controls .owl-page.active span{background-color:#ccc;border-radius:50%;display:block;margin:0 5px 0 0;opacity:1;width:16px;height:16px}.owl-theme .owl-controls .owl-page:last-child span{margin-right:0}body .owl-theme .owl-controls .owl-buttons div{position:absolute;top:0;bottom:46px;margin:auto;width:44px;height:46px;font-size:29px;border-radius:50%;background-color:#fff;opacity:1;border:1px solid rgba(0,0,0,.1);padding:0;transition-duration:.3s}body .owl-theme .owl-controls .owl-buttons div:hover{color:#fff}.owl-theme .owl-controls .owl-buttons div.owl-prev{left:-80px}.owl-theme .owl-controls .owl-buttons div.owl-prev i{margin-right:3px}.owl-theme .owl-controls .owl-buttons div.owl-next{right:-80px}.owl-theme .owl-controls .owl-buttons div.owl-next i{margin-left:3px}.hidden-control.owl-theme .owl-controls .owl-buttons div{opacity:0;transition-duration:0s}.hidden-control.owl-theme .owl-controls .owl-buttons div.owl-prev{left:40px;color:#fff}.hidden-control.owl-theme .owl-controls .owl-buttons div.owl-next{right:40px;color:#fff}.isotope-filter{background-color:#f9f9f9;box-shadow:0 1px 1px 1px rgba(0,0,0,.1);margin:0 0 50px;padding:20px}.isotope-filter ul{margin:0}.isotope-filter ul li{line-height:60px}.brands.main{margin:0}.brands>li{margin-bottom:0}.brands.main li a{color:#fff;transition-duration:.2s}body .brands.main li a:hover{background-color:#aaa}.brands>li>a:hover{color:#fff}.container2{padding:0 30px}.container3{padding:0}.content{padding:40px 0 30px}.content-full{text-align:center;height:auto!important;height:100%;min-height:100%}.content-full header.navbar{padding:13px 25px}.content-separator{color:#fff}.content h2{text-transform:uppercase;font-size:36px;margin:0 0 10px}.content .secondary-headline{font-weight:600;font-size:16px;margin:-15px 0 40px;color:#888}.bg-color-2{background-color:#f0f0f0}.breadcrumb-wrapper{background-color:#e5e5e5;border-bottom:1px solid #ccc;padding:15px 0}.breadcrumb-wrapper h2{float:left;font-size:24px;font-family:'Roboto';margin:0;color:#555}.breadcrumb-wrapper .breadcrumb{float:right;margin:0;border-radius:0;background-color:transparent;padding:3px 0 0}.breadcrumb-wrapper .breadcrumb>li{font-size:14px;font-weight:600}.breadcrumb-wrapper .breadcrumb>.active{color:#777;font-weight:700}.breadcrumb-wrapper .breadcrumb>li+li:before{color:#aaa;content:"";padding:0 8px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1}.pagination{border-radius:0;margin:0;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.pagination>li>a,.pagination>li>span{background-color:#f9f9f9;color:#555;padding:9px 16px;font-size:16px;font-weight:bold}.pagination>li i{font-size:14px}.pagination-sm>li>a,.pagination-sm>li>span{padding:6px 12px;font-size:14px}.pagination-sm>li i{font-size:12px}.pagination-lg>li>a,.pagination-lg>li>span{padding:12px 20px;font-size:18px}.pagination-lg>li i{font-size:16px}.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span{border-radius:0}.pagination>li>a:hover,.pagination>li>span:hover{background-color:#eee}body .pagination>li.disabled>span,body .pagination>li.disabled>span:hover,body .pagination>li.disabled>span:focus,body .pagination>li.disabled>a,body .pagination>li.disabled>a:hover,body .pagination>li.disabled>a:focus{color:#bbb;background-color:#f9f9f9}body .pagination>li.active>a,body .pagination>li.active>span,body .pagination>li.active>a:hover,body .pagination>li.active>span:hover,body .pagination>li.active>a:focus,body .pagination>li.active>span:focus{color:#fff}.content-separator h2{font-size:26px;color:#fff;text-align:center}.content-separator p{margin:0}#separator1 p{font-size:18px}#separator1 .btn{margin-left:20px;color:#fff}.content-separator .input-group .btn{background-color:#444}.content-separator .input-group .btn:hover,.content-separator .input-group .btn:focus,.content-separator .input-group .btn.active{border-color:#333;background-color:#333}#section-introduction{text-align:center}#section-introduction h2{font-size:60px;line-height:70px;text-transform:uppercase;font-weight:700;margin:0 0 40px}#section-introduction p{font-size:20px;padding:0 120px;color:#777;line-height:30px;margin:0 0 30px}#section-features{padding:40px 0}#section-features .row>div{border-right:1px solid #d5d5d5}#section-features .row>div:last-child{border-right:0}#section-features .feature{text-align:center;padding:15px 0}#section-features .feature i{font-size:40px;border:2px solid #16a085;border-radius:50%;width:90px;height:90px;padding-top:25px;transition-duration:.4s}#section-features .feature h3{text-transform:uppercase;font-size:20px;margin:20px 0 15px}#section-features .feature p{font-size:13px;color:#555;margin:0}body #section-features .feature:hover i{color:#fff}#section-about-us{padding:0}#section-about-us h2{text-align:left;margin:30px 0 15px}#about-us-slider{padding:50px 0 0}#about-us-slider .owl-wrapper-outer{box-shadow:none}#about-us-slider .owl-pagination{margin-top:0}#about-us-slider .carousel-indicators{bottom:-25px;padding-left:3px}#about-us-slider .item{transition-duration:1.2s}.text-highlight{background-color:#e5e5e5;padding:20px;border-left:5px solid #16a085}.text-highlight i{color:#aaa;font-size:30px;margin-bottom:10px}.text-highlight p{font-style:italic;color:#555;font-size:16px;font-weight:300;margin:0 0 12px}.text-highlight span{text-align:right;font-weight:600;font-style:italic;display:block}#section-blog-posts{padding:50px 0}#section-blog-posts h2{color:#fff;text-shadow:2px 2px 1px rgba(0,0,0,.5)}.recent-blog-post{padding:18px;background-color:#fff;box-shadow:0 1px 3px 2px rgba(0,0,0,.2)}#section-blog-posts .row>div:first-child .recent-blog-post{margin-right:20px}#section-blog-posts .row>div:last-child .recent-blog-post{margin-left:20px}.recent-blog-post .post-date{color:#fff;padding:5px 7px;font-weight:bold;font-size:12px;display:inline-block}.recent-blog-post h3{margin:10px 0 12px;padding:0 0 6px;border-bottom:1px solid #ddd;font-size:14px;font-weight:bold;clear:both;line-height:22px;color:#555}.recent-blog-post p{font-size:13px;margin:0 0 8px;color:#666}.recent-blog-post a{text-align:right;display:block;text-decoration:underline}.recent-blog-post a i{margin-left:5px}.recent-blog-post a:hover{text-decoration:none}#section-blog-posts .btn{margin-top:50px;color:#fff}#section-portfolio{position:relative;text-align:center;padding:50px 0}#section-portfolio .portfolio-item{overflow:hidden;position:relative;display:block;cursor:pointer;margin:0}#section-portfolio .portfolio-item .hover-overlay{width:100%;height:100%;position:absolute;left:0;top:0;transform:translateX(-100%);transition:all .6s ease-out 0s;-webkit-transform:translateX(-100%);-webkit-transition:all .6s ease-out;padding:20px 5% 0 35%}#section-portfolio .portfolio-item img{transform:translateX(0);transition:all .6s ease-out 0s;-webkit-transform:translateX(0);-webkit-transition:all .6s ease-out}#section-portfolio .portfolio-item:hover img{transform:translateX(70%);-webkit-transform:translateX(70%)}#section-portfolio .portfolio-item:hover .hover-overlay{transform:translateX(-30%);-webkit-transform:translateX(-30%)}#section-portfolio .portfolio-item-description{border:1px solid #ccc;background-color:#fff;border-top-width:0;padding:0 10px}#section-portfolio .portfolio-item-description h3{color:#555;font-size:18px;font-weight:400;line-height:30px;margin:0;padding:15px 0}#section-portfolio .portfolio-item p{color:#fff;line-height:25px;text-align:left}#section-portfolio .portfolio-item a i{color:#fff;border-radius:50%;border:2px solid #fff;width:45px;height:45px;text-align:center;font-size:18px;padding-top:12px;margin-right:15px}#section-portfolio .portfolio-item a:hover i{background-color:#fff}#section-portfolio .portfolio-item a:last-child i{margin-right:0}#section-partners #partners-slider{padding:50px 0}#section-partners #partners-slider .item{text-align:center}#partners-slider.owl-carousel .owl-wrapper-outer{box-shadow:none}.product-content{padding:60px 0 50px}.product-content h2{font-size:50px;line-height:65px;font-weight:bold;margin:0 0 20px;color:#999;text-transform:none}.product-content p{font-size:18px;line-height:32px;color:#aaa}#section-testimonials{padding:70px 0 60px}#testimonials-slider .owl-wrapper-outer{box-shadow:none}#testimonials-slider i{font-size:54px;float:left;margin:0 20px 0 0}#testimonials-slider p{font-size:22px;line-height:40px}#testimonials-slider h3{color:#fff;font-size:24px;text-align:right;font-weight:bold;margin:20px 0 0}#testimonials-slider h3 small{color:#ebebeb;font-size:16px;font-weight:bold}#testimonials-slider.owl-theme .owl-controls .owl-page span{background-color:transparent;border:2px solid #fff;width:18px;height:18px}#testimonials-slider.owl-theme .owl-controls .owl-page.active span{background-color:#fff}#section-statistics{padding:70px 0 60px}.statistic{background-color:rgba(255,255,255,.2);text-align:center;padding:20px 30px}.statistic .number{font-size:60px;font-weight:300}.statistic .title{text-transform:uppercase;font-size:26px;font-weight:bold}#section-images{padding:80px 0}#section-images .row{margin:0}#section-images .row>div{padding:0}#section-images .overlay-wrapper .overlay{margin:0}#section-images .overlay-wrapper:hover .overlay{opacity:.75}#section-latest-work span.label{padding:4px 8px 5px;font-size:14px;line-height:32px}#section-latest-work #about-us-slider{padding:0}#section-video{padding:50px 0}#section-video h2{font-size:32px;line-height:45px;font-weight:600;margin:0 0 20px}#section-video p{font-size:18px;line-height:28px;color:#888}footer{background-color:#eaeaea;color:#555;padding:30px 0 15px}footer h3{margin:0 0 15px;font-size:20px;font-weight:600}footer h3 i{margin-right:15px;font-size:16px}footer ul li{line-height:23px}footer p{margin:0;font-size:13px}footer p.contact-text{margin:0 0 20px;font-weight:400;font-size:14px}footer ul.contact-address li{border-bottom:1px dashed #cacaca;line-height:32px}footer ul.contact-address li:last-child{border-bottom:0}footer .brands{margin:18px 0 12px;text-align:center}footer .brands li{margin-bottom:0;margin-right:7px}footer .brands li a{background-color:#777;color:#fff}footer .footer-bottom{border-top:1px solid #dadada;padding:15px 0 0;margin:10px 0 0}footer .footer-bottom .footer-copyright{float:left}footer .navbar-nav>li>a{color:#555;font-size:13px;padding:0 10px}footer .navbar-nav>li>a:hover{background-color:transparent}#latest-work-footer{margin:0}#latest-work-footer>div{padding:2px}#latest-work-footer .overlay-wrapper:hover .overlay{opacity:.75}.comingsoon .title{font-size:150px;font-weight:bold;color:#555;margin:40px 0 20px}.comingsoon h1{font-size:54px;margin:0 0 70px}.comingsoon .digits .cntSeparator{width:20px}.comingsoon .countdown-labels span{margin-right:20px;width:134px;display:inline-block;font-weight:bold;font-size:18px}.comingsoon .countdown-labels span:last-child{margin-right:0}.comingsoon .brands{margin:40px 0 0}.comingsoon .brands-inline>li{margin-right:10px}.comingsoon .brands li a{color:#fff;transition:all .3s ease;border:1px solid rgba(0,0,0,.1)}body .comingsoon .brands li a:hover{background-color:#fff}.navbar-comingsoon{height:auto;padding:40px 0}.navbar-comingsoon p{font-size:26px;margin:0 0 20px;color:#fff}.navbar-comingsoon .input-group .form-control{height:42px;font-size:14px}.navbar-comingsoon .input-group .btn{font-size:14px;padding:10px 13px;background-color:#444}.navbar-comingsoon .input-group .btn:hover,.navbar-comingsoon .input-group .btn:focus,.navbar-comingsoon .input-group .btn.active{border-color:#333;background-color:#333}.error{}.error .error-number{font-size:200px;margin:100px 0 0}.error .error-text h1{font-size:80px;margin:30px 0 50px}.error .error-text p{font-size:30px;line-height:45px;padding:0 50px}.forms-only h1{font-size:80px;margin:80px 0 50px}.forms-only{padding:0 180px}.forms-only form{text-align:left;background-color:#f9f9f9;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:40px}.forms-only form button.btn{margin-top:5px}.forms-only form h2{font-size:40px;margin:0 0 20px}.forms-only form h3{font-size:24px;margin:0 0 20px;line-height:32px}.forms-only form .pull-right a{margin-top:12px;display:block}#reset-password{display:none;border-top:1px solid #ddd;margin-bottom:20px}#features .features-sidebar{top:110px;width:250px}#features .features-sidebar h3{margin:0 0 10px}#features .features-content h3.features-title{border-bottom:2px solid #e5e5e5;padding:0 0 10px;margin:0 0 20px}#features .features-content h3.features-title i{margin-right:15px}#features .features-content .features-item{margin-bottom:50px}#features .features-content h2{font-size:30px;margin:20px 0 10px;text-align:left;text-transform:none}#features #features-buttons .btn,#features #features-buttons .brands,#features #features-pagination .pagination{margin-bottom:10px}#features #features-buttons .brands{margin-top:10px}#features #features-tooltips-popovers>div{margin-bottom:20px}#features #features-collapse .panel-group{margin-bottom:40px}#faq h2,#faq h3{margin:0 0 20px}#services .service h3{text-transform:uppercase;font-size:20px;margin:0 0 10px;font-weight:400;color:#555;transition:.3s ease-in-out 0s}#services .service p{font-size:14px;color:#666;margin:0}#services.services1 .service{padding:10px 0 20px}#services.services1 .service i{font-size:40px;width:60px;display:block;float:left}#services.services1 .service .service-body{overflow:hidden}#services.services2 .service,#services.services3 .service{text-align:center;padding:15px 0}#services.services2 .service .service-head i,#services.services3 .service .service-head i{font-size:40px;border:2px solid #16a085;border-radius:50%;width:90px;height:90px;padding-top:25px;transition:.3s ease-in-out 0s}body #services.services2 .service:hover .service-head i,body #services.services3 .service:hover .service-head i{color:#fff}#services.services2 .service h3,#services.services3 .service h3{margin:20px 0 15px;font-size:24px}#services.services3 .service{text-align:center;padding:20px;background-color:#f9f9f9;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:0 0 30px}#about-content{padding:50px 0}#about-content h3{font-size:34px;color:#444;margin:0 0 20px}#about-content p{font-size:18px;color:#666;line-height:30px}#about-slider{margin-top:61px}#map-canvas{height:400px;margin:0;padding:0}#google-map{position:relative}.map-overlay-wrapper{position:relative;z-index:999}.map-overlay{display:inline-block;position:absolute;bottom:30px;width:35%;color:#fff}.map-overlay i{font-size:64px;padding:20px 20px 0 20px;display:inline-block;float:left}.map-overlay .map-overlay-body{display:inline-block}.map-overlay h3{color:#fff;font-size:24px;font-weight:bold}.map-overlay ul{margin-bottom:20px}.map-overlay ul li{font-size:16px;line-height:26px}.map-overlay:first-child{left:10%}.map-overlay:last-child{right:10%}#contact .panel-group .profile{box-shadow:none;margin:0;background-color:transparent;text-align:left}#contact .panel-group .profile h3{margin:0 0 20px}#contact .panel-group .profile .brands{padding:0}#contact .panel-group .profile img{margin-bottom:0}#blog{padding-top:60px}#blog.blog-col-2 .row>div,#blog.blog-col-3 .row>div{margin-bottom:60px}@-moz-document url-prefix(){#blog.blog-col-2 .row > div,#blog.blog-col-3 .row > div{margin-bottom:30px;}}.blog-header .vertical-nav li a:hover{background-color:transparent}.left-sidebar .blog-sidebar{padding-right:30px}.right-sidebar .blog-sidebar{padding-left:30px}.box{margin-bottom:40px}.box h3{text-transform:uppercase;font-size:20px;font-weight:600;margin:0 0 15px}.box ul li{margin:0 0 14px 20px}.box ul li a{font-size:14px;color:#555;display:block}.box ul li a span.badge{float:right;border-radius:15px;padding:4px 8px}.box ul li a i{margin-right:12px}.box.box-tags a span{font-weight:600;color:#555;padding:0 3px 3px 0;white-space:nowrap}.text-10{font-size:10px}.text-12{font-size:12px}.text-14{font-size:14px}.text-16{font-size:16px}.text-18{font-size:18px}.text-20{font-size:20px}.left-sidebar .blog-content{border-left:1px solid #d5d5d5;padding-left:30px}.right-sidebar .blog-content{border-right:1px solid #d5d5d5;padding-right:30px}.blog-post{background-color:#f9f9f9;box-shadow:0 1px 1px 1px rgba(0,0,0,.1);margin:0 0 50px}.blog-col-2 .blog-post,.blog-col-3 .blog-post{margin:0}.blog-post-body{padding:0 50px 30px}.blog-col-2 .blog-post-body,.blog-col-3 .blog-post-body{padding:0 20px 20px}.blog-post-detail{background-color:#f5f5f5;padding:10px 0;border-bottom:1px solid #e5e5e5}.blog-post-detail span{padding:10px 18px;border-right:1px solid #e5e5e5;color:#777;font-weight:bold}.blog-post-detail span:last-child{border-right:0;padding-right:50px}.blog-post-detail span:first-child{padding-left:50px}.blog-col-2 .blog-post-detail span:last-child,.blog-col-3 .blog-post-detail span:last-child{padding-right:18px}.blog-col-2 .blog-post-detail span:first-child,.blog-col-3 .blog-post-detail span:first-child{padding-left:18px}.blog-post-detail span.text-light{font-weight:600}.blog-post-detail span i{margin-right:12px}.blog-post h3{font-size:35px;font-family:'Roboto';line-height:45px;margin:18px 0 25px;color:#555}.blog-post p{font-size:16px;line-height:26px}.blog-post-buttons{border-top:1px solid #e5e5e5;padding-top:15px}.blog-post-buttons .btn{margin-right:12px}.blog-post-buttons .btn:last-child{margin-right:0}.blog-post-buttons .pull-right{padding-top:3px}.blog-post-buttons .pull-right .twitter-share-button{position:relative;top:5px}.blog-timeline{position:relative}.blog-timeline:before{content:'';position:absolute;top:0;left:50%;height:100%;width:4px;background-color:#d0d0d0}.blog-timeline .text-center .btn{position:relative;margin-top:40px}.blog-timeline-mark{color:#fff;font-size:18px;font-weight:600;border-radius:10px;padding:6px 0;display:inline-block;clear:both;float:left;position:relative;left:50%;width:80px;text-align:center;margin:40px 0 40px -40px}.blog-timeline-mark:first-child{margin-top:0}.blog-timeline .blog-post{width:43%;margin:120px 0 0}.blog-timeline .blog-post:first-child{margin-top:0}.blog-timeline .blog-post .blog-post-info{width:80px;height:80px;position:absolute;left:50%;text-align:center;margin-left:-38px;border:3px solid #e0e0e0;background-color:#fff;border-radius:50%;transition-duration:.5s}.blog-timeline .blog-post .blog-post-info .number{font-size:28px;color:#999;padding-top:6px;font-weight:600}.blog-timeline .blog-post .blog-post-info .month{font-size:16px;text-transform:uppercase;font-weight:bold;position:relative;top:-6px}body .blog-timeline .blog-post:hover .blog-post-info .number,body .blog-timeline .blog-post:hover .blog-post-info .month{color:#fff}.blog-timeline .blog-post .blog-post-body{padding:0 20px 20px}.blog-post .blog-post-body img{margin:0 0 20px}.blog-post h4{font-size:22px;margin:0 0 13px;color:#555;font-weight:700}.blog-post h5{font-size:18px;margin:0 0 11px;color:#555;font-weight:600}.blog-post ul,.blog-post ol{margin:0 0 30px}.blog-post ul li,.blog-post ol li{font-size:16px;margin:0 0 12px;color:#555}.blog-post p.text-small{font-size:13px;line-height:20px}.blog-post .files{margin-left:25px}.blog-post .files li{margin-bottom:10px}.blog-post .files li a{font-size:14px}.blog-post .files li a i{margin-right:17px;color:#333}.blog-post .files li a span{color:#aaa;margin-left:10px}.about-author{background-color:#f9f9f9;box-shadow:0 1px 1px 1px rgba(0,0,0,.1);margin:0 0 50px;padding:40px 40px 0}.about-author .media-object{max-width:160px;margin-bottom:20px}.about-author .pull-left{margin-right:40px}.about-author h4{font-size:30px;font-family:'Roboto';margin:0 0 15px;color:#555}.about-author p{font-size:16px;line-height:25px;color:#555}.about-author .media-body ul{margin:0;border-top:1px solid #e5e5e5}.about-author .media-body ul li{padding:10px 15px;border-right:1px solid #e5e5e5}.about-author .media-body ul li:first-child{padding-left:0}.about-author .media-body ul li:last-child{padding-right:0;border-right:0}.about-author .media-body ul li a i{margin-right:10px;color:#999}.comments{background-color:#f9f9f9;box-shadow:0 1px 1px 1px rgba(0,0,0,.1);margin:0;padding:20px 30px}.comments h2{text-align:left}.comment{margin:25px 0 0;clear:both}.comments>.comment{border-bottom:1px solid #e5e5e5;padding:0 0 20px}.comments>.comment:last-child{border-bottom:0;padding:0}.comment .media-object{max-width:80px;margin-right:20px}.comment h4{font-size:22px;margin:0 0 10px;color:#555}.comment h4 small{font-size:14px;color:#999;margin-left:20px}.comment a{color:#999}.comment a i{margin-right:7px;color:#999}.comments-form h2{text-align:left;margin:30px 0 20px}.portfolio{padding-top:60px}.portfolio .row>div{margin-bottom:30px}.portfolio.portfolio-nospaces .row.portfolio-wrapper-nospaces{margin:0}.portfolio.portfolio-nospaces .row.portfolio-wrapper-nospaces>div{padding:0;margin-bottom:0}.portfolio .overlay{margin:0}.portfolio .overlay-wrapper:hover .overlay{opacity:.75}.portfolio .portfolio-item article{background-color:#f9f9f9;box-shadow:0 1px 1px 1px rgba(0,0,0,.1)}.portfolio.portfolio-nospaces .portfolio-item article{background-color:transparent;box-shadow:none}.portfolio .portfolio-item article .portfolio-item-description{padding:20px}.portfolio .portfolio-item article .portfolio-item-description h3{margin:0 0 10px;color:#555}.portfolio .portfolio-item article .portfolio-item-description p{margin:0;color:#555}.portfolio-col-2 .overlay a{font-size:60px;margin-left:-25px;margin-top:-38px}.portfolio-col-3 .overlay a{font-size:45px;margin-left:-15px;margin-top:-27px}.portfolio-col-4 .overlay a{font-size:30px}#eshop .eshop-banner{margin-bottom:30px}#eshop .eshop-banner .row{margin:0}#eshop .eshop-banner .row>a{position:relative;padding:0}#eshop .eshop-banner .row>a:before{background-color:rgba(0,0,0,.5);content:"";display:block;position:absolute;width:100%;height:100%;transition:background-color .5s ease}#eshop .eshop-banner .row>a:hover:before{background-color:rgba(0,0,0,0);content:"";display:block;position:absolute;width:100%;height:100%}#eshop .eshop-banner span{position:absolute;bottom:20px;width:100%;text-align:center;font-weight:500;color:#f0f0f0;font-size:20px;background-color:rgba(255,255,255,.2);padding:5px 0;transition:background-color .5s ease}#eshop .eshop-banner .row>a:hover span{background-color:rgba(0,0,0,.4)}#eshop .eshop-header ul li{line-height:40px}#eshop .eshop-main{margin-top:30px;margin-bottom:20px}.select-perpage.form-control{float:right;transition-duration:0}#eshop .eshop-sidebar h3{margin:0 0 15px}#eshop .eshop-sidebar h4{font-weight:bold}#eshop .eshop-sidebar .eshop-widget{margin:0 0 30px}#eshop .eshop-sidebar .eshop-widget .checkbox{margin:10px 0}#eshop .eshop-sidebar .eshop-widget .checkbox label{display:inline-block;cursor:pointer;position:relative;padding-left:30px;font-weight:bold}#eshop .eshop-sidebar .eshop-widget .checkbox label:before{content:"";display:inline-block;width:20px;height:20px;position:absolute;left:0;border:2px solid #aaa}#eshop .eshop-sidebar .eshop-widget .checkbox input[type=checkbox]{display:none}#eshop .eshop-sidebar .eshop-widget .checkbox input[type=checkbox]:checked+label:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;content:"";padding-top:1px;text-align:center}#eshop .eshop-sidebar .eshop-widget .price-slider input{background-color:transparent;border:0;text-align:left;font-weight:600;width:50%;margin-bottom:5px}#eshop .eshop-sidebar .eshop-widget .price-slider input.pull-right{text-align:right}#eshop .eshop-sidebar .eshop-widget .ui-widget-content{background:none;border:0;border-radius:5px;background-color:#fff;height:10px;margin:0 8px;clear:both}#eshop .eshop-sidebar .eshop-widget .ui-slider .ui-slider-range{background:none}#eshop .eshop-sidebar .eshop-widget .ui-slider .ui-slider-handle{border-radius:50%;background:none;background-color:#999;border:5px solid #f9f9f9;box-shadow:0 0 1px 0 rgba(0,0,0,.3);width:20px;height:20px;top:-5px}.eshop-product{background-color:#f9f9f9;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);margin:0 0 30px}.eshop-product h3{margin:0 0 7px;font-weight:600;font-size:22px;line-height:30px}.eshop-product .product-price{margin:-8px 15px 0 0}.eshop-product .product-price .old-price{text-decoration:line-through;font-size:14px;font-weight:700}.eshop-product .product-price .new-price{font-weight:bold;font-size:24px;color:#c0392b;margin-left:5px}#eshop-cart-alert{position:fixed;bottom:0;width:100%;margin:0;border-radius:0;padding:40px 60px 10px;font-size:24px;display:none;z-index:1030}#eshop-cart-alert .close{font-size:60px;top:-15px}#eshop-cart-alert.active{display:block}.eshop-grid .eshop-product{position:relative}.eshop-grid .eshop-product img{margin:0 auto}.eshop-grid .eshop-product h3{font-size:16px}.eshop-grid .eshop-product .new-price{font-size:18px;color:#555}.eshop-grid .eshop-product .eshop-product-body{border-top:1px solid #ebebeb;background-color:#fff;padding:10px 20px 15px}.eshop-grid .eshop-product .product-price{margin:0}.eshop-grid .eshop-product .product-price .btn{font-size:14px;padding:2px 7px 2px 5px}.eshop-grid .eshop-product .product-price .btn i{margin:0}.eshop-grid .eshop-product .product-tags{padding:0 10px 10px;position:absolute;top:5px}.eshop-list .eshop-product img{padding:25px 0 25px 25px}.eshop-list .eshop-product>.row{display:flex}.eshop-list .eshop-product>.row>:last-child{background-color:#fff;padding-left:0}.eshop-list .eshop-product .eshop-product-body{padding:20px}.eshop-list .eshop-product h3{margin:12px 0;font-size:26px}.eshop-list .eshop-product p{color:#555;margin:0 0 15px;line-height:24px}.eshop-list .eshop-product .product-price{background-color:#f9f9f9;border:2px dashed #e0e0e0;padding:5px 12px}.eshop-detail .eshop-product{margin:0 0 30px;padding:30px;position:relative}#eshop-slider.owl-carousel .owl-wrapper-outer{box-shadow:none;background-color:#ebebeb;border:3px solid #ddd}#eshop-slider .owl-item img{padding:0 1px;cursor:pointer}.eshop-product .product-sale-label{position:absolute;top:-35px;right:-30px;border:3px solid #119178;color:#fff;width:95px;height:95px;border-radius:50%;text-align:center;font-size:30px;font-weight:bold;z-index:990}.eshop-product .product-sale-label .text{font-size:20px;font-weight:600;color:rgba(255,255,255,.5);text-transform:uppercase}.eshop-product .product-sale-label .number{position:relative;top:-10px}.eshop-detail .eshop-product .label{font-size:14px;padding:7px 10x}.eshop-detail .eshop-product h3{margin:20px 0;font-size:32px}.eshop-detail .eshop-product .product-price{margin:20px 0;padding:5px 10px;background-color:#fff;text-align:left;border:2px dashed #e0e0e0}.eshop-detail .eshop-product .product-price .old-price{font-size:18px}.eshop-detail .eshop-product .product-price .new-price{font-size:35px;margin-left:15px}.eshop-detail .eshop-product h4{font-size:20px;font-weight:600}.eshop-detail .eshop-product form .btn-group{display:block}.eshop-detail .eshop-product form .form-group{margin:10px 0}#quantity.form-control{height:44px}.eshop-detail .eshop-product form .bootstrap-touchspin .input-group-btn-vertical>.btn{padding:10px 12px}.eshop-detail .eshop-product form .bootstrap-touchspin .input-group-btn-vertical i{font-size:12px;left:7px;top:5px;color:#777}.eshop-detail .eshop-product form .bootstrap-touchspin .input-group-btn-vertical .btn:hover i{color:#555}.eshop-detail .eshop-product form button[type=submit]{margin-top:25px;float:right}.eshop-detail .eshop-product .blog-post-buttons .pull-left{font-weight:bold}.eshop-detail .eshop-product .blog-post-buttons .pull-left a i{margin-right:5px}.eshop-detail .tab-content ul{margin-bottom:20px}.eshop-detail .comments{background-color:#f9f9f9;box-shadow:none;padding:0}.shopping-cart-header{text-align:center;margin:10px 0 40px}.shopping-cart-header i{font-size:50px;color:#ddd}.shopping-cart-header p{font-size:16px;font-weight:700;color:#aaa;margin:10px 0 0}.shopping-cart-header .active i{color:#999}.shopping-cart-header .active p{color:#777}.shopping-cart.tab-content{background-color:transparent;box-shadow:none;margin-bottom:0;padding:0}.shopping-cart-item{background-color:#f9f9f9;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:10px 25px 20px 40px;position:relative;margin:0 0 15px}.shopping-cart-item a.delete{position:absolute;display:block;font-size:20px;color:#ccc;z-index:1000;left:15px;top:50%;margin-top:-14px}.shopping-cart-item a.delete:hover{color:#aaa}.shopping-cart-item img{margin-top:10px}.shopping-cart-item h3{color:#777;margin:20px 0 10px;font-weight:600}.shopping-cart-item p{color:#999;margin:0 0 8px}.shopping-cart-item .form-control{margin:18px 0 0}.shopping-cart-item p.small-price,.shopping-cart-item p.quantity{margin:30px 0 0}.shopping-cart-item p.total-price,.shopping-cart-footer p.total-price{margin:20px 0;font-weight:600;font-size:30px;text-align:right}.shopping-cart-footer{background-color:#f9f9f9;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:25px 25px;margin-top:50px}.shopping-cart-footer .btn{margin:5px 0 0;display:inline-block}.shopping-cart-footer .input-group-btn .btn{margin:0}.shopping-cart-footer p.total-price-title{color:#555;font-weight:bold;font-size:16px;margin:15px 0 0}.shopping-cart-footer p.total-price{color:#c0392b;margin:0 0 0;font-size:36px;font-weight:700}.shopping-cart .form-address{background-color:#f9f9f9;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:25px 25px}.shopping-cart .form-address fieldset>.row{margin-bottom:50px}.shopping-cart .form-address h3{margin:0}.shopping-cart .form-address #billing-address{display:none}.shopping-cart .form-address .billing-address-checkbox{padding:2px 0 0 20px}.shopping-cart .form-address .billing-address-checkbox label{font-size:16px;font-weight:600;color:#555}.shopping-cart .form-address p.conditions{font-size:14px;font-weight:600;color:#555;border-top:1px solid #ddd;padding:15px 0 0}.shopping-cart .form-payment{background-color:#f9f9f9;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);padding:25px 25px}#eshop-banners{box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}#eshop-banners img{box-shadow:0 0 2px 1px rgba(0,0,0,.1)}.jumbotron-event{background-image:url(/images/sportstiming/event_bg.png);background-size:100%;padding:70px 0 0;text-align:center}.jumbotron-event h1{font-size:80px;margin:0 0 60px;color:#fff;font-weight:bold}.jumbotron-event p.event-date{font-size:20px;color:#f5f5f5;font-weight:bold;padding:35px 0}.jumbotron-event .comingsoon{margin:80px 0 0;position:relative}.jumbotron-event .comingsoon .countdown-labels span{color:#fff}.jumbotron-event .event-info{background-color:#fafafa;margin-top:120px;text-align:left;padding:20px 20px 10px}.jumbotron-event .event-info i{margin-right:20px;font-size:26px;color:#ccc;display:inline-block;border:2px solid #bbb;border-radius:50%;width:60px;height:60px;text-align:center;padding-top:13px;position:relative;top:-5px}.jumbotron-event .event-info .event-info-body{display:inline-block;padding:5px 0 0}.jumbotron-event .event-info h2{font-size:16px;margin:0;font-weight:600;text-transform:uppercase;letter-spacing:1px}.jumbotron-event .event-info p{margin:0;font-size:14px;font-weight:bold;color:#555}.event-topic img{margin:0 auto;transform:scale(1,1);transition:all .3s ease-in-out 0s}.event-topic:hover img{transform:scale(1.1,1.1)}#event-speakers .speaker{text-align:center;padding:30px}#event-speakers .speaker img{box-shadow:0 0 2px 7px rgba(255,255,255,1);margin:0 auto}#event-speakers .speaker .speaker-body h3{text-transform:uppercase;font-weight:bold;font-size:20px;margin:25px 0 10px}#event-speakers .speaker .speaker-body p{color:#777;font-size:15px}#schedule .schedule-legend{text-align:center;margin-bottom:30px}#schedule .schedule-legend li{color:#555;font-weight:600;text-transform:uppercase;font-size:16px;padding:0 25px;position:relative}#schedule .schedule-legend li:before{content:"";display:block;width:16px;height:16px;background-color:#555;position:absolute;left:3px;top:3px;border-radius:50%}#schedule .schedule-legend li.category-1:before{background-color:#3f51b5}#schedule .schedule-legend li.category-2:before{background-color:#ff5f00}#schedule .schedule-legend li.category-3:before{background-color:#00bcf2}#schedule .schedule-legend li.category-1{color:#3f51b5}#schedule .schedule-legend li.category-2{color:#ff5f00}#schedule .schedule-legend li.category-3{color:#00bcf2}#schedule .nav-tabs a{text-align:center}#schedule .nav-tabs a span{display:block;font-weight:100;font-size:13px}#schedule .tab-content h3{margin:0 0 20px}#schedule .panel-heading h4{font-weight:600;text-transform:uppercase;line-height:30px}#schedule .panel-heading .panel-title a:after{margin:10px 0 0}#schedule .panel-heading h4 span{background-color:#555;padding:4px 10px;margin-right:10px;font-size:14px;color:#fff}#schedule .panel-heading h4 span.category-1{background-color:#3f51b5}#schedule .panel-heading h4 span.category-2{background-color:#ff5f00}#schedule .panel-heading h4 span.category-3{background-color:#00bcf2}#schedule .schedule-single-info i{font-size:18px;margin-right:5px;margin-bottom:10px;width:18px;text-align:center}#schedule .schedule-single-info span{font-weight:bold;color:#555;position:relative;top:-2px;text-transform:uppercase}#schedule .schedule-single-info span a{color:#888;text-decoration:underline;font-weight:600}#schedule .panel-body p{color:#959595;font-family:'Roboto',sans-serif;font-size:15px;line-height:24px;margin:0}.event-ticket{text-align:center;background-color:#f9f9f9;box-shadow:0 1px 1px 0 rgba(0,0,0,.1),1px 1px 1px -1px rgba(0,0,0,0) inset;transition:all .5s ease;padding:30px 10px;margin-bottom:30px}.event-ticket:hover{box-shadow:7px 7px 5px 0 rgba(0,0,0,.2),1px 1px 1px -1px rgba(0,0,0,.2) inset}.event-ticket.highlighted{color:#fff}.event-ticket .event-ticket-price .price{font-weight:600;font-size:72px}.event-ticket .event-ticket-price .price span{font-size:36px;position:relative;bottom:22px}.event-ticket .event-ticket-price .title{color:#666;text-transform:uppercase;font-weight:100;font-size:18px}.event-ticket.highlighted .event-ticket-price .title,.event-ticket.highlighted .event-ticket-info h3,.event-ticket.highlighted .event-ticket-info ul li{color:#fff}.event-ticket .event-ticket-info{text-align:left}.event-ticket .event-ticket-info h3{font-weight:bold;font-size:20px}.event-ticket .event-ticket-info ul li{line-height:24px;margin-left:20px;position:relative;color:#777}.event-ticket .event-ticket-info ul li:before{content:"";display:block;width:12px;height:12px;border:1px solid #999;position:absolute;left:-20px;top:6px;border-radius:50%}.event-ticket.highlighted .event-ticket-info ul li:before{border-color:#fff}form.event-register{margin-top:30px}form.event-register button.btn{margin:0;padding:13px 12px 12px;font-size:16px}form.event-register .form-control{height:52px;font-size:16px;font-weight:bold;margin-bottom:15px}#event-sponsors .sponsor{background-color:#f9f9f9;transition:background-color .3s ease;margin-bottom:30px}#event-sponsors .sponsor:hover{background-color:#f0f0f0}#event-sponsors img{margin:0 auto}.event-sponsors-link{text-align:center;color:#aaa;font-weight:bold;text-transform:uppercase;margin:50px 0 0}.event-map .map-overlay{bottom:90px}@media(min-width:1601px){.jumbotron6 .item{height:520px}}@media(max-width:1366px){.navbar-comingsoon{padding:30px 0}}@media(max-width:1280px){}@media(max-width:1024px){.eshop-product .product-sale-label{right:0}}@media(min-width:992px) and (max-width:1199px){.navbar-default .navbar-nav>li>a{padding-left:9px;padding-right:9px}.navbar-nav>li>.dropdown-menu{min-width:240px}.dropdown-menu>li>a{font-size:13px}.jumbotron6 #slide-2 h2{margin:30px 0 30px}.jumbotron6 #slide-1 h2{font-size:28px;line-height:40px;margin:40px 30px 40px}.jumbotron6 #slide-1 h3{font-size:22px;line-height:40px;margin:0 30px 15px}.jumbotron3 #slide-2 h2{font-size:50px;line-height:60px;margin:50px 0 40px}.jumbotron6 #slide-1 img{margin-top:25px}.blog-sidebar{padding-right:30px}.blog-content{border-left:0;padding-left:0}.blog-post-detail span{padding:10px 12px}.blog-post-detail span:last-child{padding-right:12px}.blog-post-detail span:first-child{padding-left:12px}.blog-post-detail span i{margin-right:6px}.comment .media-object{margin-right:10px;max-width:64px}.about-author .pull-left{display:none}.about-author .media-body ul{margin-bottom:10px}.about-author .media-body ul li{border-right:0;display:block;padding:10px 0 0;font-size:14px}#features .features-sidebar{width:280px}#features .features-sidebar ul li a{padding:6px 0;font-size:13px}.forms-only{padding:0 80px}#section-introduction h2{font-size:60px}#section-introduction p{padding:0 50px}#section-portfolio .portfolio-item .hover-overlay{padding-top:5px}#section-portfolio .portfolio-item p{line-height:21px;margin-bottom:8px}#section-portfolio .portfolio-item a i{font-size:14px;height:35px;padding-top:9px;width:35px}}@media(max-width:991px){.dl-horizontal dt{margin-bottom:0}.dl-horizontal dd{margin-left:0}.overlay-wrapper .overlay a{font-size:60px;margin-left:-25px;margin-top:-38px}.isotope-filter{padding:15px}.isotope-filter ul li{line-height:50px}.isotope-filter ul li .btn{padding:8px 12px 7px;font-size:12px}.navbar-default{background-color:#f0f0f0;height:50px}.navbar-default .container{width:auto}.navbar-default .navbar-header{float:none;margin:0 -15px}.navbar-default .navbar-brand{font-size:25px;padding:0 15px;transition:none}.navbar-default .navbar-brand img{max-height:50px}.navbar>.container .navbar-brand{margin-left:0}.navbar-default .navbar-toggle{border:0;padding:0;border-radius:0;margin:10px 15px 0;font-size:28px;color:#555;display:block}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:transparent}.navbar-default .navbar-collapse{border:0;box-shadow:none;border-bottom:3px solid #16a085;margin:0 -15px;max-height:300px;float:none}.navbar-default .navbar-collapse .navbar-main-menu{margin:0 -15px;background-color:#fff;padding:5px 15px;float:none}.navbar-main-menu.nav>li{display:block;position:relative;float:none}body .navbar.navbar-default .navbar-main-menu>li>a,body .navbar.navbar-default .navbar-main-menu>li.active>a,body .navbar.navbar-default .navbar-main-menu>li.active>a,body .navbar.navbar-default .navbar-main-menu>li.active>a:hover,body .navbar.navbar-default .navbar-main-menu>li.active>a:focus,body .navbar.navbar-default .navbar-main-menu>li.open>a,body .navbar.navbar-default .navbar-main-menu>li.open>a:hover,body .navbar.navbar-default .navbar-main-menu>li.open>a:focus{background-color:#fff;color:#555;padding:5px 0;border-bottom:2px solid #e5e5e5;font-size:14px;font-weight:600}.navbar-default .navbar-main-menu>li>a i{display:none}.navbar-main-menu>li>.dropdown-menu{display:block;position:relative;width:100%;float:none;box-shadow:none;border:0;margin-bottom:10px}.navbar-main-menu>li:last-child>.dropdown-menu{margin-bottom:0}.navbar-default .navbar-main-menu .dropdown-menu>li>a,.navbar-default .navbar-main-menu .open .dropdown-menu>li>a,.navbar-default .navbar-main-menu .dropdown-menu>li>a:hover{background-color:#fff;padding:8px 10px;transition:none}.content-full header.navbar{height:70px;background-color:#fff}.jumbotron2{padding:30px 0}.jumbotron2 h2{font-size:60px}.jumbotron2 h2 small{font-size:30px;margin:20px 0 0}.jumbotron6 .item,.jumbotron3 .item{background-size:140%}.jumbotron6 #slide-1{background-position:right top;padding:50px 0}.jumbotron6 #slide-2{background-position:-200px -50px}.jumbotron6 #slide-3{background-position:left top}.jumbotron6 #slide-2 h2{margin:50px 0 40px}.jumbotron6 #slide-1 h2{margin:20px 30px 40px}.jumbotron3 #slide-2 h2{font-size:50px;line-height:60px;margin:50px 0 40px}.eshop-subscribe-text{text-align:center;padding-bottom:10px}.jumbotron7{text-align:center}.jumbotron7 .application-feature img{margin:0 auto}.jumbotron7 .application-feature h3{margin:0}.jumbotron7 img.application-image{top:20px}.jumbotron4{padding:100px 0}.jumbotron4 h2{font-size:50px}.jumbotron4 .input-group .form-control{height:60px;font-size:20px}.jumbotron4 .input-group .btn{font-size:20px;padding:15px 13px 15px}#separator1 p{line-height:40px}.breadcrumb-wrapper .breadcrumb{display:none}footer{text-align:center}footer .footer-bottom .footer-copyright{float:none}.pricing-plan{margin:0 0 30px}.pricing-plan.popular{top:0}#about-content h3{font-size:30px}#about-content p{font-size:16px;line-height:26px}#about-slider{margin:40px 0 20px}.profile{margin-bottom:40px}.search-result img{margin-bottom:20px}.search-result .search-info span{padding:0}#contact form{margin-bottom:50px}.blog-sidebar{padding-right:15px}.blog-content{border-left:0;padding-left:15px}.blog-post-detail span:last-child{padding-right:18px}.blog-post-detail span:first-child{padding-left:18px}.blog-post-body{padding:0 18px 15px}#blog .blog-item{right:0}.about-author .pull-left{margin-right:20px}.about-author .media-object{margin-bottom:20px;max-width:100px}.about-author .brands{display:none}.about-author .media-body ul li{padding:7px 10px;font-size:12px}.portfolio .portfolio-item{right:0}.portfolio-slider .carousel-control{display:none}.portfolio-slider{margin-bottom:70px}#faq img,#faq .flex-video{margin-bottom:20px}.navbar-comingsoon{position:static;margin-top:30px;padding:30px 0}.error .error-number{margin:0}.forms-only h1{font-size:80px;margin:20px 0 30px}.forms-only{padding:0}.select-perpage.form-control{margin-bottom:10px}#eshop-slider{margin-bottom:30px}.eshop-detail .eshop-product form button[type=submit]{margin:0}.shopping-cart-header p{margin:10px 0 20px}.shopping-cart-header>div:last-child p{margin:10px 0 0}#eshop .eshop-banner span{bottom:20px;padding:5px 10px;font-weight:bold;width:auto}.map-overlay{width:48%}.map-overlay:first-child{left:0}.map-overlay:last-child{right:0}#section-introduction h2{font-size:50px;line-height:60px}#section-introduction p{padding:0 0}#section-features .row>div{border-right:0}#about-us-slider{padding:30px 0}#section-blog-posts .row>div:first-child .recent-blog-post{margin-right:0}#section-blog-posts .row>div:last-child .recent-blog-post{margin-left:0}#section-statistics .row>div .statistic{margin-bottom:20px}#section-statistics .row>div:last-child .statistic{margin-bottom:0}#section-video{text-align:center}#section-video .flex-video{margin-bottom:20px}#section-portfolio .portfolio-item-description{margin-bottom:30px}#section-portfolio .portfolio-item p{font-size:30px;line-height:40px}.jumbotron-event .event-info>.row>div{margin-bottom:15px}.event-ticket .event-ticket-info{text-align:center}.event-ticket .event-ticket-info ul li:before{display:none}}@media(min-width:768px) and (max-width:991px){.profile{margin:0}.pricing-plan.popular{top:-35px}.portfolio-slider .carousel-control{display:block}.portfolio-slider .carousel-control.left{left:-65px}.portfolio-slider .carousel-control.right{right:-65px}.blog-timeline .blog-post .blog-post-info{width:70px;height:70px;margin-left:-33px}.blog-timeline .blog-post .blog-post-info .number{font-size:24px}.blog-timeline .blog-post .blog-post-info .month{font-size:14px}.shopping-cart .form-address h3{margin:0 0 10px}}@media(max-width:767px){.blog-timeline:before{display:none}.blog-timeline .text-center .btn{margin-top:0}.blog-timeline-mark{margin-top:0;margin-bottom:20px}.blog-timeline .blog-post{width:100%;margin:0 0 50px}.blog-timeline .blog-post .blog-post-body{padding:0 18px 15px}#section-blog-posts .row>div:first-child .recent-blog-post{margin-bottom:30px}.jumbotron6 .item,.jumbotron3 .item{background-size:auto}.jumbotron3 #slide-3 .text{position:absolute;top:0}.eshop-product .product-sale-label{top:-35px;width:75px;height:75px;font-size:24px}.eshop-product .product-sale-label .text{font-size:16px}.map-overlay i{display:none}.map-overlay .map-overlay-body{padding:10px}.map-overlay h3{margin-top:0}.map-overlay ul{margin-bottom:0}.jumbotron-event .event-info{text-align:center}.jumbotron-event .event-info .event-info-body{text-align:left}#event-speakers .speaker img{max-width:400px}#schedule .tab-content h3{margin:10px 0}.event-ticket .event-ticket-info ul li{margin-left:0}}@media(max-width:640px){.comment .media-object{margin-right:10px;max-width:64px}.about-author .pull-left{display:none}.about-author .media-body ul{margin-bottom:10px}.about-author .media-body ul li{border-right:0;display:block;padding:10px 0 0;font-size:14px}.jumbotron6 #slide-2 h2{font-size:60px;line-height:80px;margin:30px 0 30px}.jumbotron6 #slide-2 h3{font-size:30px;line-height:40px}.jumbotron6 #slide-3 h2,.jumbotron5 h2,.jumbotron3 h2{font-size:50px;line-height:60px;margin:80px 0 30px}.jumbotron3 #slide-2 h2{font-size:36px;line-height:40px;margin:50px 0 40px}.jumbotron6 #slide-3 h3,.jumbotron5 h3,.jumbotron3 h3{font-size:30px;margin:0 0 20px}.jumbotron3 #slide-2 h3{font-size:24px;margin:0 0 20px}.jumbotron6 #slide-3 .btn,.jumbotron5 .btn,.jumbotron3 .btn{font-size:18px}}@media(max-width:600px){}@media(max-width:568px){.overlay-wrapper .overlay a{font-size:45px;margin-left:-15px;margin-top:-27px}.error .error-number{font-size:200px}.error .error-text h1{font-size:60px}.error .error-text p{padding:0 10px}.eshop-list .eshop-product>.row>div{width:100%}#section-portfolio .portfolio-item p{font-size:20px;line-height:28px}.jumbotron4 h2{font-size:40px}.jumbotron4 .input-group .form-control{height:50px;font-size:16px}.jumbotron4 .input-group .btn{font-size:16px;padding:12px 13px 11px}#event-speakers .speaker img{max-width:100%}#schedule .panel-heading .panel-title a:after{display:none}}@media(max-width:480px){.content-full header.navbar .brands{display:none}#contact h2{font-size:22px;margin-bottom:20px}#contact p{font-size:14px;line-height:26px}#contact .contact-address li{font-size:14px;margin-bottom:5px;padding-bottom:5px}#contact .brands li{margin-right:10px}#contact .brands li a{font-size:16px;padding-top:6px;width:35px;height:35px}.map-overlay{display:none}.blog-post-buttons .btn{font-size:11px;padding:6px 9px 5px;margin-right:5px}.blog-post-buttons .pull-right{padding-top:0}.forms-only h1{font-size:60px;margin:20px 0 30px}.forms-only form{padding:20px}.forms-only form h2{font-size:30px}.forms-only .form-info{display:none}.jumbotron6 #slide-1 h2{margin:20px 30px 40px}.jumbotron6 #slide-3 h2,.jumbotron5 h2,.jumbotron3 h2{font-size:45px;line-height:55px;margin:60px 0 20px}.jumbotron6 #slide-3 h3,.jumbotron5 h3,.jumbotron3 h3{font-size:28px;margin:0 0 20px}.jumbotron6 #slide-3 .btn,.jumbotron5 .btn,.jumbotron3 .btn{font-size:18px}.jumbotron-event h1{font-size:50px;margin:0 0 40px}.jumbotron-event .comingsoon{margin:20px 0 0}.jumbotron-event .event-info{margin:20px -15px 0}}@media(max-width:360px){form span.form-info{margin-left:5px;font-size:12px;top:11px}.nav-tabs>li>a{padding:8px 12px}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{padding:10px 14px;margin-top:-4px}.tab-content{padding:10px}.content h2{font-size:26px}.jumbotron2 h2{font-size:40px}.jumbotron2 h2 small{font-size:24px;line-height:34px}.jumbotron6 #slide-2 h2{font-size:50px;line-height:60px}.jumbotron6 #slide-1 h2{font-size:24px;line-height:36px;margin:0 10px 20px}.jumbotron6 #slide-1 h3{font-size:18px;line-height:30px;margin:0 10px 15px}.jumbotron6 #slide-3 h2,.jumbotron5 h2,.jumbotron3 h2{font-size:40px;line-height:50px;margin:40px 0 20px}.jumbotron3 #slide-2 h2{font-size:30px;line-height:38px;margin:30px 0 20px}.jumbotron6 #slide-3 h3,.jumbotron5 h3,.jumbotron3 h3{font-size:24px;margin:0 0 20px}.jumbotron3 #slide-2 h3{font-size:18px;margin:0 0 20px}.jumbotron6 #slide-3 .btn,.jumbotron5 .btn,.jumbotron3 .btn{font-size:14px}.jumbotron4{padding:60px 0}.jumbotron4 h2{font-size:28px}.jumbotron4 .input-group .form-control{height:40px;font-size:13px}.jumbotron4 .input-group .btn{font-size:13px;padding:10px 8px 10px}.profile{margin:0}#contact form .btn{padding:5px 8px}.blog-post h3{font-size:25px;line-height:35px}.blog-post p{font-size:14px;line-height:24px}.pagination>li>a,.pagination>li>span{font-size:16px;padding:7px 13px}.blog-post-detail span{padding:10px 10px}.blog-post-detail span:last-child{padding-right:10px}.blog-post-detail span:first-child{padding-left:10px}.blog-post-detail span i{margin-right:6px}.blog-post-buttons .pull-right{display:none}.comment .media,.media-body{clear:both;margin-top:20px}.comment h4{margin:20px 0}.comment h4 small{display:block;margin-left:0;margin-top:10px}#testimonials-slider i{font-size:40px}#testimonials-slider p{font-size:18px;line-height:28px}#testimonials-slider h3{font-size:22px}#testimonials-slider h3 small{font-size:14px}#features .features-content h3.features-title{font-size:18px}.error .error-number{font-size:160px}.error .error-text h1{font-size:40px}.error .error-text p{font-size:22px;line-height:35px}.eshop-detail .blog-post-buttons{display:none}.eshop-detail .eshop-product .product-price .old-price{font-size:16px}.eshop-detail .eshop-product .product-price .new-price{font-size:35px;margin-left:10px}.form-address span.form-info{top:-8px}.shopping-cart-footer p.total-price-title{font-size:14px}.shopping-cart-footer p.total-price{font-size:26px}#section-introduction h2{font-size:30px;line-height:40px;margin:0 0 20px}#section-introduction p{font-size:16px;margin:0 0 10px}.btn-googleplay{margin-right:0}.product-content{text-align:center}}@media(max-width:320px){.overlay-wrapper .overlay a{font-size:30px;margin-left:-15px;margin-top:-18px}#contact .brands li{margin-right:4px}#features .features-content h3.features-title{font-size:14px}#section-portfolio .portfolio-item .hover-overlay{padding-top:5px}#section-portfolio .portfolio-item p{font-size:13px;line-height:18px;margin-bottom:8px}#section-portfolio .portfolio-item a i{font-size:14px;height:35px;padding-top:9px;width:35px}}.flex-video{position:relative;padding-top:25px;padding-bottom:67.5%;height:0;overflow:hidden}.flex-video.widescreen{padding-bottom:57.25%}.flex-video.vimeo{padding-top:0}.flex-video.soundcloud{padding-bottom:0;height:166px}.flex-video iframe,.flex-video object,.flex-video embed{position:absolute;top:0;left:0;width:100%;height:100%;border:0 none;margin:0;padding:0}@media only screen and (max-device-width:800px),only screen and (device-width:1024px) and (device-height:600px),only screen and (width:1280px) and (orientation:landscape),only screen and (device-width:800px),only screen and (max-width:767px){.flex-video{padding-top:0}}@media print{a[href]:after{content:none!important}}.btn{border-radius:1px}label{font-weight:inherit}.progress{background-color:#ccc;margin-bottom:10px!important}.progress.sm,.progress-sm{height:10px}.progress.sm,.progress-sm,.progress.sm .progress-bar,.progress-sm .progress-bar{border-radius:1px}.progress.xs,.progress-xs{height:7px}.progress.xs,.progress-xs,.progress.xs .progress-bar,.progress-xs .progress-bar{border-radius:1px}.progress.xxs,.progress-xxs{height:3px}.progress.xxs,.progress-xxs,.progress.xxs .progress-bar,.progress-xxs .progress-bar{border-radius:1px}.content-separator a{color:#ddf!important}.myarea-anonymous{width:400px;left:inherit!important}.myarea-authenticated{width:800px;left:inherit!important}.contact-form .multi-line{height:100px}@media(min-width:768px){.navbar-right .dropdown-leftalign{right:auto;left:0}}hr.headline-underline{background-color:#ccc;width:350px;height:1px;text-align:left;margin-left:0}.eventListTable{font-size:13px}.event-list-item{}.event-list-item-day{font-size:20px;font-weight:bold}.event-list-item-button{width:120px;margin-top:10px}.eventListTable td.event-list-header{background-color:#333;color:#eee;padding:6px!important}.event-list-spacer{height:12px}.event-list-typeicon{height:30px;width:30px;margin-top:8px}.event-list-item-maincol{width:100%}.eventListTable td{padding:3px!important}.event-list-item .customText{color:#333;font-style:italic}@media(max-width:992px){.frontpage-searchpanel .panel-heading,.frontpage-searchpanel .panel-body{padding:6px 6px}.eventListTable{font-size:11px}.eventListTable-halfWidth{font-size:11px}.eventListTable-halfWidth .event-list-typeicon{margin-top:0}.eventListTable-halfWidth .event-list-item-button{width:95px;font-size:8px;margin-top:0}}@media(max-width:768px){.eventListTable{font-size:10px}.event-list-typeicon{margin-top:0}.event-list-item-button{width:95px;font-size:8px;margin-top:0}}@media(max-width:400px){.event-list-item-button{width:85px!important;padding-left:0;padding-right:0}}@media(max-width:320px){.hidden-verysmall{display:none}.visible-verysmall{display:block!important}}.headertabs-container{position:relative}.headertabs{position:absolute;left:15px;right:15px;bottom:0}.headertabs .nav-tabs li.tabitem>a{font-size:13px;background-color:#555;color:#ccc}.headertabs .nav-tabs li.tabitem-right{float:right}.headertabs .nav-tabs li.tabitem-right .dropdown-menu{left:auto;right:0}.headertabs .nav-tabs li.tabitem>a:hover{background-color:#444;color:#eee}.headertabs .nav-tabs li.tabitem.active>a,.headertabs .nav-tabs li.tabitem.active>a:hover{background-color:#191919;color:#eee}.headertabs-bottom{height:6px;background-color:#333;color:#fff}.nav-tabs{border-bottom:0;white-space:nowrap;width:auto}.nav-tabs>li>a{border:0;border-radius:0;margin-right:0;background-color:#e0e0e0;color:#555;padding:10px 12px;font-weight:700;margin-top:4px}.nav-tabs>li>a:hover{background-color:#d0d0d0;color:#555}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{border:0;color:#fff;cursor:default;padding:12px 14px;margin-top:0}.tab-content{background-color:#f9f9f9;box-shadow:0 1px 1px 0 rgba(0,0,0,.2);padding:20px;margin-bottom:50px}@media(max-width:992px){.headertabs-container,.headertabs-container-outer{background-color:#444;padding-left:5px;padding-right:5px}.headertabs{position:inherit;left:0}}@media(max-width:450px){.nav-tabs>li>a{padding:10px 8px}}@media(max-width:340px){.nav-tabs i.tabIcon{display:none}.nav-tabs>li>a{padding:10px 10px}}