@charset "UTF-8";/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{from{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}h1+.content_datasets{margin-top:-15px}.content_datasets ul{margin-left:-1px}.rbtm{display:block;width:100%;margin-top:20px;margin-bottom:-20px}.content_datasets ul li{font-size:14px;height:20px;line-height:20px;padding:0;border-radius:0;background:0 0}.pers_list{height:250px;padding:10px;text-align:center}.pers_list a{position:relative;overflow:hidden;background:#fff;padding:5px;height:220px;display:block}a.tbtn{display:inline-block;height:30px;border:2px solid #ccc;border-bottom:0;border-radius:5px 5px 0 0;text-align:center;margin-right:-2px;padding:3px 10px 3px 40px;line-height:30px;text-decoration:none;font-size:12px;color:#777;opacity:.3}a.tbtn.sx{background:url(../images/tsx.png) 6px 6px no-repeat #f5f5f5}a.tbtn.po{background:url(../images/tpo.png) 6px 6px no-repeat #f5f5f5}a.tbtn.ar{background:url(../images/tart.png) 6px 6px no-repeat #f5f5f5}a.tbtn.bo{background:url(../images/tbo.png) 6px 6px no-repeat #f5f5f5}a.tbtn.pr{background:url(../images/tpr.png) 6px 6px no-repeat #f5f5f5}a.tbtn.re{background:url(../images/tre.png) 6px 6px no-repeat #f5f5f5}a.tbtn.op{background:url(../images/topr.png) 6px 6px no-repeat #f5f5f5;padding:3px 10px;width:18px;opacity:1}.hid{display:none}a.tbtn.enabled{opacity:1}a.tbtn.act{background-color:#fff}a.tbtn.enabled:hover{background-color:#eee;color:#000}.pers_list a:hover img{opacity:.8}.pers_list img{height:220px}.pers_list span{position:absolute;bottom:0;left:0;text-transform:uppercase;display:block;width:100%;background:#fff;color:#333;z-index:999;padding:5px;box-sizing:border-box}.content_datasets ul li a{color:#95a5a6}.content_datasets ul li a:hover{text-decoration:underline;color:#d35400}.content_datasets ul .active{background:0 0;color:#34495e;padding:0}.content_categories+.filter-panel{margin-top:-21px}.content_categories{padding:10px 15px;margin-top:0}article div.content_categories:last-child{margin:0}.content_categories li,.content_categories ul{margin:0;padding:0}.content_categories li{display:inline-block;height:32px;line-height:32px;font-size:18px;padding-left:20px;background:url(../images/icons/folder.png) no-repeat left center;margin-right:10px}.content_categories li a{color:#68809b}.content_categories li a:hover{color:#d35400}.content_categories.categories_small li{font-size:14px;height:24px;line-height:24px}.content_item_parent_title{margin:0;font-weight:400}.content_item_parent_title a{color:#bdc3c7}.content_item_parent_title a:hover{color:#d35400}.content_item{clear:both;overflow:hidden}.content_item .field{margin-bottom:15px;overflow:hidden;color:#555}.private_field_hint{color:#95a5a6}.content_item .field .title_left,.content_item .field .title_top,.content_list .field .title_left,.content_list .field .title_top{font-weight:700;color:#34495e}.content_item .field .title_left,.content_list .field .title_left{float:left;margin-right:10px}.content_item .field .title_top,.content_list .field .title_top{margin-bottom:5px}.content_item .ft_text{clear:both}.content_item .ft_html .value,.content_item .ft_text .value{line-height:20px}.content_item .ft_html .value table{border-collapse:collapse}.content_item .ft_html .value table td,.content_item .ft_html .value table th{padding:10px;border:solid 1px #ccc}.content_list_item .ft_html a.read-more{display:block;margin:5px 0}.ft_file .value .size{margin-left:5px;font-size:12px;color:#999}.ft_date .value .time{padding-left:16px;background:url(../images/icons/clock-small.png) no-repeat left center}.content_item_props .value .color-block,.ft_color .color-block{display:inline-block;width:32px;height:16px;border:solid 1px #000}.content_item_props{padding:10px;margin-bottom:15px;background:#f4f8fd;border:solid 1px #b8d6fb;color:#34495e}.content_item_props table{border-collapse:collapse;width:100%}.content_item_props table tr td{padding:4px 0;border-bottom:solid 1px #b3c2c9}.content_item_props table tr:last-child td{border-bottom:none}.content_item_props table tr:hover td.title,.content_item_props table tr:hover td.value{color:#c0392b}.content_item_props table .heading{font-weight:700;text-align:center}.content_item_props table .title{padding-right:10px;width:50%;color:#68809b}.content_item_props table .value{color:#7f8c8d;padding-left:10px;text-align:right}.content_list_item{overflow:hidden;position:relative;margin-bottom:15px;color:#666}.content_list_item:last-child,.content_list_item:last-child .info_bar{margin-bottom:0}.content_list_item .photo{float:left;margin-right:10px}.content_list_item .field{margin-bottom:6px}.content_list_item .ft_caption{margin-bottom:10px}.content_list_item .ft_caption .value{font-size:21px;color:#2c3e50}.content_list_item .ft_caption a{color:inherit;text-decoration:none}.content_list_item .ft_caption a:hover{text-decoration:underline}.content_list_item .ft_caption a.parent_title{color:#7f8c8d}.content_list_item .ft_caption a.parent_title:hover{color:#d35400}.content_list_item .ft_caption h1{font-size:16px;font-weight:700;margin:0;padding:2px 0}.content_list_item .f_date_pub{color:#999;font-size:11px;padding-top:1px;padding-right:10px;float:right;margin-top:-20px}.content_item .ft_html p:last-child,.content_list_item .ft_html p:last-child{margin-bottom:0}.content_list_item .ft_user a{color:#bdc3c7}.content_list_item .ft_user a:hover{color:#d35400}.content_item .ft_listmultiple ul,.content_list_item .ft_listmultiple ul{clear:both}.content_item .tags_bar,.content_list_item .tags_bar{margin:10px 0;overflow:hidden;font-size:12px;padding-left:20px;background:url(../images/icons/tag.png) no-repeat left center}.content_item .tags_bar a,.content_list_item .tags_bar a{color:#7f8c8d}.content_item .tags_bar a:hover,.content_list_item .tags_bar a:hover{color:#d35400}.content_item .info_bar,.content_list_item .info_bar{margin:5px 0;overflow:hidden;font-size:11px;color:#95a5a6;clear:both}.content_item .info_bar .bar_item,.content_list_item .info_bar .bar_item{float:left;padding:3px 5px;height:18px;line-height:18px}.content_item .info_bar .bar_item a,.content_list_item .info_bar .bar_item a{color:#7f8c8d}.content_item .info_bar .bar_item a:hover,.content_list_item .info_bar .bar_item a:hover{color:#d35400}.content_item .info_bar .bi_rating,.content_list_item .info_bar .bi_rating{background:#ecf0f1}.content_list_item .info_bar .bi_count{font-weight:700}.content_list_item .info_bar .bi_user{padding-left:25px;background:url(../images/icons/user-small.png) no-repeat 5px center}.content_item .info_bar .bi_hits,.content_list_item .info_bar .bi_hits{padding-left:22px;background:url(../images/icons/eye-small.png) no-repeat 5px center}.content_list_item .info_bar .bi_comments{padding-left:25px;background:url(../images/icons/comment-small.png) no-repeat 5px center}.content_item .info_bar .bi_folder,.content_list_item .info_bar .bi_folder{padding-left:25px;background:url(../images/icons/folder-small.png) no-repeat 5px center}.content_item .info_bar .bi_not_approved,.content_list_item .info_bar .bi_not_approved{color:#c0392b}.content_item .info_bar .bi_not_pub,.content_list_item .info_bar .bi_not_pub{color:#d35400}.content_list_rss_icon{float:right}.content_list_rss_icon a{width:16px;height:16px;display:block;overflow:hidden;text-indent:20px;background:url(../images/icons/rss.png) no-repeat left center}.content_list{overflow:hidden}.content_list .is_vip{background:#ffffd3}.content_list .is_vip .title_left,.content_list .is_vip .title_top,.content_list .is_vip a{color:#59492a}.content_list.featured .first{padding:15px;background:#ecf0f1}.content_list.featured .first .ft_caption a{font-size:24px}.content_list.featured .first .fields{float:left;width:48%}.content_list.featured .first .photo{float:right;width:48%;margin:0}.content_list.featured .first>.photo img,.content_list_item>.photo img{width:100%;display:block}.content_list .info_bar{display:inline-block}.content_list.featured .first .info_bar .bar_item:first-child{padding-left:0}.content_list.tiled.albums_list{margin-bottom:-20px}.content_list.table table{width:100%;border-collapse:collapse}.content_list.table table th{text-align:left;background:#ecf0f1;color:#34495e}.content_list.table table td,.content_list.table table th{padding:10px}.content_list.table table td{border-bottom:solid 1px #ecf0f1}.content_list.table table tbody tr:last-child td{border-bottom:none}.content_list.table table tr.is_vip td{background:#ffffd3}.content_list.table table tr.is_vip td a{color:#352c19}.content_list.table table tr.is_vip td a:hover{color:#f60}.content_list.table table td.photo{width:64px}.content_list.table table td.photo a{display:block;width:64px;height:64px;background:url(../images/nophoto.png) no-repeat center}.content_list.table table td.ft_number{width:100px}.content_list.tiled{margin:0 auto}.content_list.tiled .clear{clear:both}.content_list.tiled .tile{width:33.33333%;float:left;margin-bottom:20px;padding-right:10px;box-sizing:border-box}.content_list.tiled .tile:nth-child(3){padding-right:0}.content_list.tiled .tile .photo img{width:100%;transition:all 1s ease}.content_list.tiled .tile .photo img:hover{width:100%;-webkit-filter:grayscale(30%)}.content_list.tiled .tile .photo{display:block;width:100%;height:120px;overflow:hidden;margin-bottom:10px;position:relative;background:#bdc3c7}.content_list.tiled .tile .photo .note{position:absolute;padding:3px 6px;background:rgba(0,0,0,.75);color:#fff;font-size:12px;left:0;bottom:0;z-index:1}.content_list.tiled .tile .photo .note span{color:#f1c40f}.content_list.tiled .tile .ft_caption{font-size:16px}.content_list.tiled .tile .ft_caption .value{color:#2c3e50;font-weight:700}.content_list.tiled .tile .ft_caption a{color:inherit;text-decoration:none}.content_list.tiled .tile .ft_caption a:hover{text-decoration:underline}.content_list.tiled .tile .ft_caption a.title{display:block}.content_list.tiled .tile .ft_caption a.parent_title{font-size:14px;font-weight:400;color:#7f8c8d}.content_list.tiled .tile .field{margin-bottom:10px}.content_list.tiled .info_bar{font-size:12px;color:#7f8c8d;visibility:hidden}.content_list.tiled .tile:hover .info_bar{visibility:visible}.content_list.tiled .info_bar .bar_item{float:left;margin-right:5px;height:18px;line-height:18px}.content_list.tiled .info_bar .bi_comments{padding-left:25px;background:url(../images/icons/comment-small.png) no-repeat 5px center}.content_list.tiled .info_bar .bi_not_approved{color:#bf0000}.content_list.tiled .tags_bar{margin:10px 0;overflow:hidden;font-size:12px;padding-left:20px;background:url(../images/icons/tag.png) no-repeat left center;height:18px;line-height:18px}.content_list.tiled .tags_bar a{color:#bdc3c7}.content_list.tiled .tags_bar a:hover{color:#d35400}.content_item{position:relative}.content_item .ft_image{float:left;clear:none;margin-right:10px;max-width:100%}.content_item .ft_image+.field{overflow:visible}.content_item .ft_image img,.ft_html img{display:block;margin:0;max-width:100%}.content_item .ft_images img{display:inline-block;margin:0 2px 2px 0}.content_item .ft_images .first_type_images>img{display:block;margin:0;width:100%}.first_type_images{margin-right:10px;float:left;position:relative;overflow:hidden;max-width:40%}.first_type_images:after{content:'';background:#000;position:absolute;width:100%;height:100%;top:0;left:0;transition:all .5s ease;opacity:0;background-image:url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDk3LjkzOCw0MzAuMDYzbC0xMTItMTEyYy0wLjMxMy0wLjMxMy0wLjYzNy0wLjYwNy0wLjk1NS0wLjkwOUM0MDQuNjM2LDI4NS40MDMsNDE2LDI0OC4wMDYsNDE2LDIwOCAgIEM0MTYsOTMuMzEzLDMyMi42OTUsMCwyMDgsMFMwLDkzLjMxMywwLDIwOHM5My4zMDUsMjA4LDIwOCwyMDhjNDAuMDA3LDAsNzcuNDA0LTExLjM2NCwxMDkuMTU0LTMxLjAxOCAgIGMwLjMwMiwwLjMxOSwwLjU5NiwwLjY0MywwLjkwOSwwLjk1NWwxMTIsMTEyQzQzOS40Myw1MDcuMzEzLDQ1MS43MTksNTEyLDQ2NCw1MTJjMTIuMjgxLDAsMjQuNTctNC42ODgsMzMuOTM4LTE0LjA2MyAgIEM1MTYuNjg4LDQ3OS4yMDMsNTE2LjY4OCw0NDguNzk3LDQ5Ny45MzgsNDMwLjA2M3ogTTY0LDIwOGMwLTc5LjQwNiw2NC42MDItMTQ0LDE0NC0xNDRzMTQ0LDY0LjU5NCwxNDQsMTQ0ICAgYzAsNzkuNDA2LTY0LjYwMiwxNDQtMTQ0LDE0NFM2NCwyODcuNDA2LDY0LDIwOHoiIGZpbGw9IiNGRkZGRkYiLz4KCTxwYXRoIGQ9Ik0yNzIsMTc2aC0zMnYtMzJjMC0xNy42NzItMTQuMzI4LTMyLTMyLTMycy0zMiwxNC4zMjgtMzIsMzJ2MzJoLTMyYy0xNy42NzIsMC0zMiwxNC4zMjgtMzIsMzJzMTQuMzI4LDMyLDMyLDMyaDMydjMyICAgYzAsMTcuNjcyLDE0LjMyOCwzMiwzMiwzMnMzMi0xNC4zMjgsMzItMzJ2LTMyaDMyYzE3LjY3MiwwLDMyLTE0LjMyOCwzMi0zMlMyODkuNjcyLDE3NiwyNzIsMTc2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-position:center center}.first_type_images:hover:after{opacity:.4}.first_type_images:not(:first-child){margin-bottom:10px}.content_moderation_notice{color:#666;padding-left:20px;background-position:left center;background-repeat:no-repeat;float:right;margin-top:-26px}.content_moderator_info{font-size:12px;color:#666;font-style:italic}.video_frame{position:absolute;width:100%;height:100%;top:0;left:0}.video_wrap{height:0;position:relative;padding-bottom:56.25%;overflow:hidden}div.subcats{display:block}a.subcat{font-size:12px;color:#663!important}a.subcat:hover{color:#996!important}.content_categories a.cat{text-decoration:none;margin-bottom:5px!important;display:block}.catalog_list_item a.title{font-size:18px;color:#666;text-decoration:none;font-weight:700;display:block}.catalog_list_item a.url{clear:both}.catalog_list_item p.cnts{display:block;background:#f0f0f0;padding:2px 10px;font-size:12px}.content_categories ul{padding:5px 0}.tnav{display:block;float:right}.tnav a{background:#fff;width:32px;height:32px;display:inline-block;margin-left:3px}.tnav a:hover{background:#ffc}.catalog_item>img{float:right;margin-right:15px}p.addr{background:#fff;padding:3px 10px 3px 63px;font-size:12px;margin:-5px 0 10px -63px}.content_categories .catalog_icon{-webkit-columns:3 12em;-moz-columns:3 12em;columns:3 12em;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;margin-right:15px}.content_categories li{width:100%;display:inline-block;padding:5px 0;height:auto!important;background:0 0;font-size:16px;vertical-align:top;line-height:16px!important;margin-bottom:10px}.content_categories li a{color:#000}.catalog_list{margin-top:20px}.content_item_props .value ul{margin:0;list-style:none}.content_item_props .value ul li{display:inline-block;padding:0 3px 0 0}.content_item_props .value ul li:after{content:', '}.content_item_props .value ul li:last-child:after{content:''}.content_item_props .value ul li:last-child{padding-right:0}.news_list_item.first{background:#fff!important}.news_list_item.first .photo{height:0;position:relative;padding-bottom:33%;overflow:hidden}.sess_messages{margin-bottom:10px}.sess_messages div{padding:10px;padding-left:30px;background:#f9f9f9;line-height:16px;margin-bottom:2px;color:#fff}.sess_messages div a{color:#ecf0f1}.sess_messages div a:hover{color:#d35400}.sess_messages .message_info{background:url(../images/icons/info.png) no-repeat 10px center #2980b9}.sess_messages .message_success{background:url(../images/icons/accept.png) no-repeat 10px center #27ae60}.sess_messages .message_error{background:url(../images/icons/error.png) no-repeat 10px center #e74c3c}#btn-scroll{bottom:60px;left:40px}.loading{padding-left:20px;background:url(../images/loader16.gif) no-repeat left center}.loading-icon{display:block;width:16px;height:16px;background:url(../images/loader16.gif) no-repeat left center}.loading-panel{background:url(../images/loader24.gif) no-repeat center center}.is_closed,.is_private{display:inline-block;cursor:help;width:16px;height:16px;background:url(../images/icons/eye.png) no-repeat}.content_list .is_private,.content_list_item .is_closed,.content_list_item .is_private,.widget_content_list .is_closed,.widget_content_list .is_private{height:14px}.is_closed{background:url(../images/icons/lock.png) no-repeat}.is_online{background:#40d47e;color:#fff;font-size:11px;line-height:15px;padding:1px 6px;border-radius:4px;display:inline-block}.menu .fvocable .item{background-image:url(../images/fvocable.png)!important}.menu .fvocabulary .item{background-image:url(../images/fvocabulary.png)!important}.menu .fdidacts .item{background-image:url(../images/fdidacts.png)!important}.menu .fvocabulary .item{background-image:url(../images/fvocabulary.png)!important}.menu .fdeterminer .item{background-image:url(../images/fdeterminer.png)!important}.menu .fpolitike .item{background-image:url(../images/fpolitike.png)!important}.menu .fvoluntary .item{background-image:url(../images/fvoluntary.png)!important}.menu .fhistory .item{background-image:url(../images/finterpretive.png)!important}.menu .fterme .item{background-image:url(../images/fterme.png)!important}.icon-accept,.menu .lock .item{background-image:url(../images/icons/lock.png)}.icon-accept,.menu .accept .item{background-image:url(../images/icons/accept.png)}.icon-add,.menu .add .item{background-image:url(../images/icons/add.png)!important}.icon-edit,.menu .edit .item{background-image:url(../images/icons/edit.png)}.icon-delete,.menu .delete .item{background-image:url(../images/icons/delete.png)}.icon-save,.menu .save .item{background-image:url(../images/icons/save.png)}.icon-cancel,.menu .cancel .item{background-image:url(../images/icons/cancel.png)}.icon-key,.menu .key .item{background-image:url(../images/icons/key.png)!important}.icon-page_gear,.menu .page_gear .item{background-image:url(../images/icons/page_gear.png)}.icon-folder_add,.menu .folder_add .item{background-image:url(../images/icons/folder_add.png)}.icon-folder_edit,.menu .folder_edit .item{background-image:url(../images/icons/folder_edit.png)}.icon-folder_delete,.menu .folder_delete .item{background-image:url(../images/icons/folder_delete.png)}.icon-user_add,.menu .user_add .item{background-image:url(../images/icons/user_add.png)!important}.icon-user_delete,.menu .user_delete .item{background-image:url(../images/icons/user_delete.png)}.icon-group,.menu .group .item{background-image:url(../images/icons/group.png)!important}.icon-group_add,.menu .group_add .item{background-image:url(../images/icons/group_add.png)!important}.icon-group_delete,.menu group_delete .item{background-image:url(../images/icons/group_delete.png)!important}.icon-profile,.menu .profile .item{background-image:url(../images/icons/profile.png)!important}.icon-messages,.menu .messages .item{background-image:url(../images/icons/messages.png)!important}.icon-info,.menu .info .item{background-image:url(../images/icons/info.png)!important}.icon-blog,.menu .blog .item{background-image:url(../images/icons/blog.png)!important}.icon-settings,.menu .settings .item{background-image:url(../images/icons/settings.png)!important}.icon-cpanel,.menu .cpanel .item{background-image:url(../images/icons/cpanel.png)!important}.icon-more,.menu .more>.item{background-image:url(../images/icons/folders.png)!important}.icon-logout,.menu .logout .item{background-image:url(../images/icons/logout.png)!important}.icon-checklist,.menu .checklist .item{background-image:url(../images/icons/checklist.png)}.icon-images,.menu .images .item{background-image:url(../images/icons/images.png)}.icon-invites,.menu .invites .item{background-image:url(../images/icons/signature.png)}.icon-balance,.menu .balance .item{background-image:url(../images/icons/coin.png)}.icon-transfer,.menu .transfer .item{background-image:url(../images/icons/transfer.png)}.icon-coins_add,.menu .coins_add .item{background-image:url(../images/icons/coins_add.png)}.icon-coins_delete,.menu .coins_delete .item{background-image:url(../images/icons/coins_delete.png)}.medal-icon-16{width:16px;height:32px}.medal1-16{background:url(../images/icons/medal_gold.png) no-repeat center center}.medal2-16{background:url(../images/icons/medal_silver.png) no-repeat center center}.medal3-16{background:url(../images/icons/medal_bronze.png) no-repeat center center}.medal-icon-32{width:32px;height:64px}.medal1-32{background:url(../images/icons32/medal_gold.png) no-repeat center center}.medal2-32{background:url(../images/icons32/medal_silver.png) no-repeat center center}.medal3-32{background:url(../images/icons32/medal_bronze.png) no-repeat center center}.medal-icon-16{width:16px;height:32px}.medal1-16{background:url(../images/icons/medal_gold.png) no-repeat center center}.medal2-16{background:url(../images/icons/medal_silver.png) no-repeat center center}.medal3-16{background:url(../images/icons/medal_bronze.png) no-repeat center center}.medal-icon-32{width:32px;height:64px}.medal1-32{background:url(../images/icons32/medal_gold.png) no-repeat center center}.medal2-32{background:url(../images/icons32/medal_silver.png) no-repeat center center}.medal3-32{background:url(../images/icons32/medal_bronze.png) no-repeat center center}.pills-menu,.pills-menu li,.pills-menu-small,.pills-menu-small li{margin:0;padding:0;list-style:none}.pills-menu{margin-bottom:20px}.pills-menu,.pills-menu-small{overflow:hidden;clear:both}.pills-menu li,.pills-menu-small li{float:left;padding:0 10px;border-radius:3px;background:#ecf0f1}.pills-menu li{height:32px;line-height:32px;font-size:18px;margin-right:12px}.pills-menu-small li{height:24px;line-height:24px;font-size:14px;margin-right:6px}.pills-menu li.active,.pills-menu-small li.active{background:#34495e;color:#fff}.pills-menu li a,.pills-menu-small li a{color:#7f8c8d;text-decoration:none}.pills-menu li a:hover,.pills-menu-small li a:hover{color:#d35400}.pills-menu li.active a,.pills-menu-small li.active a{color:#fff}.pills-menu li .counter,.pills-menu-small li .counter{color:#bdc3c7;font-size:11px}.pills-menu li.active .counter,.pills-menu-small li.active .counter{color:#a3cae0}.tabs-menu{margin-bottom:20px;position:relative;clear:both}.tabs-menu li,.tabs-menu ul{margin:0;padding:0;list-style:none}.tabs-menu>ul{border-bottom:solid 1px #b3c2c9;height:33px;clear:both}.tabs-menu .tabbed li{float:left;font-size:15px;margin-right:3px;background:#fff}.tabs-menu li a{text-decoration:none;display:inline-block;padding:0 10px;border:solid 1px #fff;border-bottom:transparent;height:32px;line-height:32px}.tabs-menu li a{color:#95a5a6}.tabs-menu li a:hover{background-color:#e1ebef;color:#34495e}.tabs-menu li.active a,.tabs-menu li.active a:hover{cursor:default;color:#34495e;border:solid 1px #b3c2c9;border-bottom:none;background-color:#fff;margin:1px 0 0 0}.tabs-menu li a .counter{color:#34495e;font-size:12px;margin-top:-15px;border-radius:10px}.tabs-menu li.more>.item{padding-right:5px}.tabs-menu li.more>.item>span{background-image:url(../images/icons/bullet_arrow_down.png);background-repeat:no-repeat;background-position:right center;padding-right:18px}.tabs-menu li.active a .counter{color:#68809b}.tabs-menu li a:hover .counter{color:#68809b}.tabs-menu li.folder>ul{visibility:hidden;position:absolute;border:solid 1px #b3c2c9;float:none;margin-top:-1px;margin-left:1px;z-index:1500}.tabs-menu li.folder>ul li{border:none;width:100%;float:none}.tabs-menu li.folder>ul li a{border:none;border-radius:0;width:100%;padding:0}.tabs-menu li.folder>ul li a:hover{color:#34495e;border:none!important}.tabs-menu li.folder>ul li a span{padding:0 10px}.tabs-menu li.folder:hover>ul{visibility:visible}.tabs-menu>select{display:none}.gui-panel{background:#fff;margin:20px 0 0 -63px!important;padding:0 0 0 63px!important;color:#b3c2c9;box-sizing:border-box;clear:both}.gui-panel h3{margin-top:0;margin-bottom:5px}.filter-panel{padding:0}.filter-panel .filter-link a{display:block;padding:10px 5px;padding-left:10px;text-decoration:none;color:#000}.filter-panel .filter-link a:hover{background-color:#f4fafc}.filter-panel .filter-link a span{padding-left:20px;background:url(../images/icons/search.png) no-repeat left center}.filter-panel .filter-container{padding:15px;box-sizing:border-box;clear:both;position:relative}.filter-close{font-size:.9em;line-height:.9em;position:absolute;top:6px;right:9px}.filter-close a{color:#666}.filter-panel .fields{box-sizing:border-box;clear:both}.filter-panel .fields .title{color:#68809b;text-shadow:0 1px 1px #fff;margin-bottom:3px}.filter-panel .input,.filter-panel select{margin:0}.filter-panel select{padding:3px 4px}.filter-panel .fields .field{min-height:50px;width:49%;margin-bottom:15px;box-sizing:border-box}.filter-panel .fields .field:nth-child(even){float:right}.filter-panel .fields .field:nth-child(odd){float:left}.filter-panel .input_checkbox_list{overflow:hidden}.filter-panel .input_checkbox_list label{float:left;margin-right:5px;color:#34495e;font-size:12px}.filter-panel .buttons{overflow:hidden;clear:both;margin-top:5px}.filter-panel .buttons .button-submit{float:left;padding:8px}.filter-panel .buttons .link{float:left;height:32px;line-height:32px;margin-left:10px}.filter-panel .buttons .link a{color:#34495e}.filter-panel .buttons .link a:hover{color:#d35400}.striped-list .item{padding:10px 0;border-bottom:dashed 1px #ededed;clear:both;overflow:hidden}.striped-list .item:last-child{border:none}.striped-list .item .actions,.striped-list .item .icon,.striped-list .item .position,.striped-list .item .title,.striped-list .item .title-multiline{float:left;margin-right:15px}.striped-list .item .icon img{display:block}.striped-list .item .position{text-align:center}.striped-list .item .actions{float:right;margin-right:0;color:#666}.striped-list.list-16 .item{min-height:16px;line-height:16px}.striped-list.list-32 .item{min-height:32px;line-height:32px}.striped-list.list-48 .item{min-height:48px;line-height:48px}.striped-list.list-64 .item{min-height:64px;line-height:64px}.striped-list.list-32 .item .position{width:16px;height:32px}.striped-list.list-64 .item .position{width:32px;height:64px}.striped-list .item .title-multiline{line-height:16px;float:none;padding-left:45px}.striped-list .rate_value{padding:5px 10px;border:solid 1px #ededed;width:40px;text-align:center;cursor:help}.striped-list .rate_value.positive{color:green}.striped-list .rate_value.negative{color:red}.striped-list .rate_value.zero{color:#ccc}.pagebar{clear:both;font-size:12px;margin-bottom:15px;margin-top:30px}.pagebar_title{color:#34495e;margin:5px}.pagebar_page{margin:2px;padding:6px}.pagebar_current{background-color:#34495e;color:#fff;margin:3px;padding:6px}.pagebar_nav{margin-right:15px}.pagebar_nav .disabled{color:#bdc3c7}.pagebar_nav .pagebar_page:first-child{margin-left:0;margin-right:5px}.pagebar_nav .pagebar_page{padding:6px 0}.pagebar_pages .pagebar_page:hover{background:#ecf0f1;text-decoration:none;color:#34495e}.pagebar_notice{display:inline-block;font-size:12px;color:#bdc3c7;margin-left:20px}form .field{margin-bottom:6px}form .field:last-child{margin-bottom:0}form fieldset{padding:10px 15px 15px 15px;border:solid 1px #b3c2c9;margin-bottom:12px}form fieldset.highlight{background:#f4f8fd}form fieldset legend{color:#34495e;font-weight:700}form .label{padding:5px 0}form .field label{display:block;padding:3px 0;font-size:14px;color:#68809b}form .field_error .error_text{font-size:12px;color:#c0392b;float:right;margin-top:8px}form #f_slug.field_error .error_text{float:none}.input{line-height:normal}.city-input,.date-input,.input,.textarea,select{border:solid 1px #aaa;padding:4px;font-size:14px;box-shadow:inset 0 1px 2px #ddd;color:#333;outline:0;box-sizing:border-box;height:27px;line-height:25px;display:inline-block;font-family:inherit;font-size:inherit;transition:box-shadow ease-in-out .15s}.input:focus,.textarea:focus{box-shadow:0 0 5px rgba(0,0,0,.3)}.input,.textarea,select{width:100%}.textarea{height:200px;resize:vertical}.date-input{width:90px}.input-small{width:65px!important}.input-number{width:100px!important}.input-number-units{margin-left:5px}.city-input{display:inline-block;margin-bottom:2px;background:#fff;line-height:16px;height:26px;padding:4px 2px}.city-input span{padding-right:20px;padding-left:2px}.city-input a,.input_link_block{background:#68809b;color:#fff;text-decoration:none;padding:1px 10px}.city-input a:hover,.input_link_block:hover{background:#34495e}.input_link_block{line-height:28px;display:inline-block;border-radius:4px}.input_link_block:hover{color:#fff}form .field_error .city-input,form .field_error .input,form .field_error .textarea,form .field_error select{border:solid 1px #c0392b}form input.error,form textarea.error{border:solid 1px #c0392b}form .hint{color:#999;font-size:12px;margin-top:0}form .input-prefix-suffix .input{display:inline-block;width:300px;float:left;border-radius:0;height:26px}form .input-prefix-suffix .prefix,form .input-prefix-suffix .suffix{height:16px;padding:4px 8px;display:inline-block;float:left;color:#666;background:#f9f9f9;border:solid 1px #aaa}form .input-prefix-suffix .prefix{border-radius:5px 0 0 5px;border-right:none}form .input-prefix-suffix .suffix{border-radius:0 5px 5px 0;border-left:none}input.button,input.button-submit{padding:7px 10px;line-height:100%;border-radius:3px;cursor:pointer;width:auto;font-size:14px;color:#fff;text-decoration:none;vertical-align:middle;background:#2980b9;border:none;transition:background ease-in-out .15s}input.button-submit:hover,input.button:hover{background:#3498db}input.button-small{padding:4px 10px}form .ft_captcha{overflow:hidden;margin-bottom:0}form .ft_captcha input{width:100px}form .ft_captcha .captcha{float:left;margin-right:10px}form .ft_captcha .code{float:left}form .ft_file .value{font-size:14px;margin-top:5px}form .ft_file .value .name{padding-left:20px;background:url(../images/icons/file.png) no-repeat}form .ft_file .value .size{margin-left:5px;font-size:12px;color:#999}form .ft_file .value .delete{margin-left:15px}form .ft_date select{width:50px;padding:2px}form .ft_listmultiple.field_error .input_checkbox_list{border:solid 1px #c0392b}.symbols_count{font-size:12px;margin:3px 0 0 0;display:none}.symbols_count>span{display:inline-block;padding:2px 5px;margin:0 3px 0 0;color:#7f8c8d}.symbols_count .symbols_num{background-color:#ecf0f1;border:1px solid #bdc3c7;color:#2980b9;cursor:pointer;transition:opacity .3s}.symbols_count .symbols_num:hover{opacity:.8}.symbols_count .overflowing{background-color:#e74c3c;color:#fff;border-color:#c0392b}.input-users-list{width:350px;padding:5px;border:solid 1px #bdc3c7;border-radius:5px;max-height:400px;overflow:auto}.input-users-list li,.input-users-list ul{margin:0;padding:0;list-style:none}.input-users-list .profile{padding:10px 0;border-bottom:solid 1px #ededed;clear:both;overflow:hidden}.input-users-list .profile:last-child{border:none}.input-users-list .profile div{float:left;margin-right:15px;height:32px;line-height:32px}.input-users-list .profile .name{height:32px;line-height:32px}.qq-uploader{position:relative;width:100%}.qq-upload-button{-moz-box-shadow:inset 0 1px 0 0 #fff;-webkit-box-shadow:inset 0 1px 0 0 #fff;box-shadow:inset 0 1px 0 0 #fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#f9f9f9),color-stop(1,#ededed));background:-moz-linear-gradient(center top,#f9f9f9 5%,#ededed 100%);background-color:#f9f9f9;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #ddd;display:inline-block;color:#666;font-family:arial;font-size:15px;font-weight:700;padding:6px 24px;text-decoration:none;text-shadow:1px 1px 0 #fff}.qq-upload-button-hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(.05,#ededed),color-stop(1,#f9f9f9));background:-moz-linear-gradient(center top,#ededed 5%,#f9f9f9 100%);background-color:#ededed}.qq-upload-button-focus{position:relative;top:1px}.qq-upload-button:active{position:relative;top:1px}.qq-upload-drop-area{position:absolute;top:0;left:0;width:100%;height:100%;min-height:70px;z-index:2;background:#b2f44a;text-align:center}.qq-upload-drop-area span{display:block;position:absolute;top:50%;width:100%;margin-top:-8px;font-size:16px}.qq-upload-drop-area-active{background:#ff7171}.qq-upload-list{margin:15px 35px;padding:0;list-style:disc}.qq-upload-list li{margin:0;padding:0;line-height:15px;font-size:12px}.qq-upload-cancel,.qq-upload-failed-text,.qq-upload-file,.qq-upload-size,.qq-upload-spinner{margin-right:7px}.qq-upload-spinner{display:inline-block;background:url(../images/loading.gif);width:15px;height:15px;vertical-align:text-bottom}.qq-upload-cancel,.qq-upload-size{font-size:11px}.qq-upload-failed-text{display:none}.qq-upload-fail .qq-upload-failed-text{display:inline}.rating_widget .arrow,.rating_widget .score{float:left;height:20px;font-size:12px}.rating_widget .score{margin:0 5px;cursor:help;font-weight:700}.rating_widget .score .positive{color:green}.rating_widget .score .negative{color:red}.rating_widget .score .clickable{cursor:pointer}.rating_widget .arrow a,.rating_widget .arrow span{display:block;height:20px;text-decoration:none;padding:0 10px}.rating_widget .arrow a{cursor:pointer}.rating_widget .up a{background-position:0 -15px}.rating_widget .up a:hover{background-position:0 0}.rating_widget .down a{background-position:-11px -15px}.rating_widget .down a:hover{background-position:-11px 0}.rating_widget .up .disabled{background-position:-22px 0}.rating_widget .down .disabled{background-position:-22px -15px}#rating_info_window{padding:20px}.rating_info_list .item{padding:6px 0;margin:2px 0;border-bottom:dashed 1px #ededed;min-width:250px;overflow:hidden}.rating_info_list .item:last-child{border:none}.rating_info_list .item .score{display:inline-block;float:left;border-radius:4px;color:#fff;min-width:25px;text-align:center;margin-right:10px}.rating_info_list .item .score.positive{background-color:green}.rating_info_list .item .score.negative{background-color:red}.rating_info_list.loading-panel{background-color:#f4f8fd;background-position:center center;border-radius:5px}.rating_info_list.loading-panel .item{visibility:hidden}.rating_info_pagination{margin-top:20px;font-size:12px}.rating_info_pagination a{display:inline-block;padding:0 4px;text-decoration:none;color:#34495e;border-radius:4px}.rating_info_pagination a:hover{background-color:#ededed}.rating_info_pagination a.active,.rating_info_pagination a.active:hover{color:#fff;background-color:#34495e}#comments_widget .title{overflow:hidden}#comments_widget .track,#comments_widget h2{float:left}#comments_widget .track{height:24px;line-height:24px;margin-top:22px;margin-left:20px;font-size:12px;color:#999}#comments_widget .track input{margin:0;padding:0}#comments_widget #comments_add_link{margin:10px 0;padding-left:20px;background:url(../images/icons/comment.png) no-repeat left center}#comments_widget #comments_add_link a{font-size:16px}#comments_widget #comments_add_form{display:none;margin:10px 0;background:#ecf0f1;padding:15px;border-radius:4px}#comments_widget #comments_add_form textarea{height:100px;margin-bottom:4px}#comments_widget #comments_add_form .preview_box{margin-bottom:10px;padding:15px;border:solid 4px #b3c2c9;border-radius:6px;background:#fff;display:none}#comments_widget #comments_add_form .loading{display:none}#comments_widget #comments_add_form .author_data{margin-bottom:8px}#comments_widget #comments_add_form .author_data .field{overflow:hidden}#comments_widget #comments_add_form .author_data .field label{float:left;width:140px;height:20px;line-height:20px}#comments_widget #comments_add_form .author_data .field .input{width:99%;max-width:200px;min-width:50px}#comments_widget #comments_refresh_panel{display:block;width:50px;height:35px;position:fixed;z-index:100;right:0;top:45%;background:url(../images/loader24.gif) no-repeat center center #b3c2c9}#comments_widget #comments_refresh_panel a{display:block;width:50px;height:35px;background:url(../images/icons32/update-black.png) no-repeat center center #b3c2c9}#comments_widget #comments_refresh_panel a:hover{background-color:#e1ebef}#comments_list .comment{overflow:hidden;border:solid 1px #fff;border-radius:3px;padding:10px 0;margin:4px 0}#comments_list.striped-list .comment{border-bottom:solid 1px #ededed;padding-bottom:15px}#comments_list.striped-list .comment:last-child{border:none;padding-bottom:0;margin-bottom:0}#comments_list .selected-comment{padding:10px;background:#fff;box-shadow:0 0 12px #b3c2c9;border:solid 1px #b3c2c9}#comments_list .comment .body,#comments_list .comment .info{overflow:hidden;clear:both}#comments_list .comment .info{margin-bottom:6px}#comments_list .comment .info div{float:left;margin-right:10px;font-size:12px}#comments_list .comment .info .rating .buttons{float:right;margin-left:5px;padding-top:2px}#comments_list .comment .info .rating a{display:inline-block;width:13px;height:13px;background:url(../images/comment_vote.png) no-repeat}#comments_list .comment .info .rating .value{display:block;float:left;font-weight:700}#comments_list .comment .info .rating a.rate-up{background-position:0 0}#comments_list .comment .info .rating a.rate-up:hover{background-position:0 -13px}#comments_list .comment .info .rating a.rate-down{background-position:-13px 0}#comments_list .comment .info .rating a.rate-down:hover{background-position:-13px -13px}#comments_list .comment .info .name .user{color:#375d81}#comments_list .comment .info .name .user:hover{color:#d35400}#comments_list .comment.is_topic_starter .info .name .user{color:#d35400}#comments_list .comment.is_topic_starter .info .name .user:hover{color:#e67e22}#comments_list .comment .info .name .guest_name{font-weight:700}#comments_list .comment .info .name .subject{color:#4096ee}#comments_list .comment .info .name .subject:hover{color:#d35400}#comments_list .comment .info .date{color:#999}#comments_list .comment .nav a{text-decoration:none;margin-right:3px;color:#bdc3c7}#comments_list .comment .nav a:hover{color:#d35400}#comments_list .comment .nav .scroll-down{display:none}#comments_list .comment .body .avatar{float:left;padding:2px;border:solid 1px #999;position:relative}#comments_list .comment .body .avatar.comment_user_online{border-left-color:#27ae60;border-left-width:2px}#comments_list .comment .body .avatar a,#comments_list .comment .body .avatar img{display:block}#comments_list .comment .body .avatar:after{display:block;content:"";position:absolute;width:10px;height:14px;background:url(../images/comment_arrow.png) no-repeat 0 0;right:-10px;top:8px}#comments_list .comment .content{color:#333;padding-left:10px;padding-top:4px;position:relative;overflow:hidden}#comments_list .comment .content img{max-width:100%}#comments_list .comment .content .links{padding:4px 0;font-size:12px}#comments_list .comment .content .links a{font-size:11px;color:#999;border-bottom:dashed 1px #999;text-decoration:none;margin-right:6px}#comments_list .comment .content .links a:hover{color:#d35400;border-bottom:dashed 1px #d35400}#comments_list .comment .deleted{padding:5px 15px;background:#f9f9f9;color:#666;font-style:italic;border-radius:6px;margin-right:6px}#comments_widget .login_to_comment{margin-top:5px;font-size:12px;color:#666}#wall_widget{clear:both;margin-top:15px;border-top:solid 1px #b3c2c9}#wall_widget .title_bar{overflow:hidden}#wall_widget .title_bar .title{float:left;margin-bottom:0}#wall_widget .title_bar #wall_add_link{float:right;display:block;margin-top:23px;padding-left:20px;background:url(../images/icons/edit.png) no-repeat left center}#wall_widget #wall_add_form{display:none;margin:15px 0;background:#ecf0f1;padding:15px;border-radius:6px}#wall_widget #wall_add_form textarea{height:100px;margin-bottom:4px}#wall_widget #wall_add_form .preview_box{margin-bottom:15px;padding:10px;border:solid 2px #b3c2c9;border-radius:4px;background:#fff;display:none}#wall_widget #wall_add_form .loading{display:none}#wall_widget #entries_list{margin-top:20px}#wall_widget #entries_list .entry{overflow:hidden;margin-bottom:15px;padding-bottom:15px;border-bottom:dashed 1px #b3c2c9}#wall_widget #entries_list .entry:last-child{border:none;margin-bottom:0}#wall_widget #entries_list .entry .body,#wall_widget #entries_list .entry .info{overflow:hidden}#wall_widget #entries_list .entry .info{margin-bottom:6px}#wall_widget #entries_list .entry .info div{float:left;margin-right:10px;font-size:12px}#wall_widget #entries_list .entry .info a{color:#999}#wall_widget #entries_list .entry .info a:hover{color:#d35400}#wall_widget #entries_list .entry .info .name .user{color:#375d81}#wall_widget #entries_list .entry .info .name .user:hover{color:#d35400}#wall_widget #entries_list .entry .info .date{color:#999}#wall_widget #entries_list .entry .body .avatar{float:left;padding:2px;border:solid 1px #999}#wall_widget #entries_list .entry .body .avatar img{display:block}#wall_widget #entries_list .entry .content{color:#333;padding-left:15px;padding-top:4px;background:url(../images/comment_arrow.png) no-repeat 0 6px;position:relative;z-index:2;margin-left:37px}#wall_widget #entries_list .entry .links{font-size:12px;margin-top:10px}#wall_widget #entries_list .entry .links.has_replies{background:url(../images/icons/comment-small.png) no-repeat left center;padding-left:20px}#wall_widget #entries_list .entry .links a{font-size:11px;color:#7f8c8d;border-bottom:dashed 1px #bdc3c7;text-decoration:none;margin-right:6px}#wall_widget #entries_list .entry .links a:hover{color:#d35400;border-bottom:dashed 1px #d35400}#wall_widget #entries_list .entry .links a.get_replies{font-weight:700;color:#34495e;border-bottom:dashed 1px #34495e}#wall_widget #entries_list .entry .links a.get_replies:hover{color:#d35400;border-bottom-color:#d35400}#wall_widget #entries_list .replies_loading{margin-top:12px;margin-bottom:10px;color:#666;display:none}#wall_widget #entries_list .replies{clear:both}#wall_widget #entries_list .replies .entry{font-size:12px;padding:10px;border-left:solid 4px #ddd;border-bottom:none;margin:0;margin-top:10px;margin-left:18px}#wall_widget #entries_list .replies .entry:hover{border-left-color:#bdc3c7}#wall_widget #entries_list .replies .entry:hover .avatar{border-color:#bdc3c7}#wall_widget #entries_list .replies .entry .info{margin:0;padding:0;padding-left:0;margin-bottom:3px}#wall_widget #entries_list .replies .entry .content{background:0 0;margin:0;padding:0;max-width:600px}#wall_widget #entries_list .replies .entry .avatar{float:right;border:solid 1px #ddd}#wall_widget #entries_list .show_more{margin-top:-14px}#wall_widget #entries_list .show_more a{display:block;height:30px;line-height:30px;text-align:center;background:#e1ebef;color:#bdc3c7;text-decoration:none}#wall_widget #entries_list .show_more a:hover{background:#b3c2c9}#pm_window{overflow:hidden;padding:10px}#pm_window .notice{margin:20px}#pm_window .left-panel,#pm_window .right-panel{float:left;height:500px}#pm_window .right-panel{width:200px;background:#ecf0f1;overflow:hidden;overflow-y:auto;margin-right:10px}#pm_window .left-panel{width:600px}#pm_window .contacts .contact{overflow:hidden}#pm_window .contacts .contact a{display:block;overflow:hidden;padding:5px;color:#000;text-decoration:none}#pm_window .contacts .contact a span{display:block;float:left;height:32px;line-height:32px;margin-right:4px;overflow:hidden}#pm_window .contacts .contact a:hover{background:#2ecc71;color:#fff}#pm_window .contacts .contact a.selected{background:#27ae60;color:#fff}#pm_window .contacts .contact a .counter{height:16px;line-height:16px;margin-top:6px;padding:2px 5px;background:#bdc3c7;border-radius:10px;color:#fff;font-size:11px;float:right}#pm_contact .overview{overflow:hidden;background-color:#ecf0f1;padding:6px;margin-bottom:10px}#pm_contact .overview a{overflow:hidden;padding:5px;color:#000;border-left:none;border-right:none}#pm_contact .overview a span{display:block;float:left;height:32px;line-height:32px;margin-right:4px;overflow:hidden}#pm_contact .actions{float:right;line-height:28px}#pm_contact .composer{background-color:#ecf0f1;padding:10px}#pm_contact .composer .editor textarea{height:55px;resize:none}#pm_contact .composer .buttons{text-align:right}#pm_contact .composer .sending{background:url(../images/loader16.gif) no-repeat left center;height:35px}#pm_contact .composer .ignored_info{display:block;padding:10px 6px;color:#999;font-style:italic}#pm_contact .composer .ignored_info .button{margin-left:10px}#pm_contact .chat{position:relative;height:252px;margin-bottom:10px;overflow:hidden;overflow-y:auto;padding:10px;padding-left:5px;line-height:20px}#pm_contact .chat .message{margin-bottom:10px}#pm_contact .chat .message .title{font-size:11px;overflow:hidden}#pm_contact .chat .message .title .author{color:#bf0000}#pm_contact .chat .message-my .title .author{color:#376499}#pm_contact .chat .message .title .date,#pm_contact .chat .message .title .date-new{float:right}#pm_contact .chat .message .title .date{color:#ccc}#pm_contact .chat .message .title .date-new{color:#d35400}#pm_contact .chat a.show-older{display:block;background:#f9f9f9;text-align:center;height:25px;line-height:25px;color:#ccc;text-decoration:none;margin-bottom:15px}#pm_contact .chat a.show-older:hover{color:#999;background:#ededed}#pm_contact .chat .older-loading{display:none;height:25px;margin-bottom:15px;background:url(../images/loader16.gif) no-repeat center center #ededed}#pm_notices_window{width:450px}#pm_notices_list{padding:5px;overflow:hidden;overflow-y:auto}#pm_notices_list .item{overflow:hidden;border:solid 1px #bdc3c7;background:#e1ebef;padding:5px;padding-right:5px;color:#34495e;margin-bottom:6px}#pm_notices_list .item:last-child{margin-bottom:0}#pm_notices_list .item .date{color:#bdc3c7;font-size:11px;padding-left:10px;padding-top:10px}#pm_notices_list .item .content{padding:10px;padding-top:3px}#pm_notices_list .item .close-button{float:right}#pm_notices_list .item .close-button a{display:block;width:16px;height:16px;background:url(../images/icons/close.png) no-repeat}#pm_notices_list .item .close-button a:hover{background-position-x:-16px}#pm_notices_list .item .buttons{padding:10px;padding-top:0}#pm_notices_list .item .buttons .button{border-color:#bdc3c7}#geo_window{padding:15px;height:350px;width:300px;box-sizing:border-box}#geo_window .wrapper{margin-top:auto;margin-bottom:auto;box-sizing:border-box}#geo_window form>.list{margin:0 0 10px 0}#geo_window select{width:100%;margin-bottom:5px}#geo_window .buttons{margin-top:10px;text-align:center}.login_form h3{margin-top:0}.login_layout{margin:0;width:100%;border-collapse:collapse}.login_layout td{padding:0}.login_layout .center_cell{width:60px;background:url(../images/vline1px.png) no-repeat center top}.login_layout .center_cell div{text-align:center;padding:15px 0;background:#fff;font-size:22px;font-style:italic;color:#a3cae0;margin-top:100px}.login_form .label{color:#68809b;font-size:16px}.login_form .input{width:100%}.login_form .input:focus{box-shadow:0 0 4px #bdc3c7}.login_form .options{margin-top:10px;margin-bottom:30px;font-size:13px;color:#68809b;line-height:14px;vertical-align:middle}.login_form .options input,.login_form .options label{vertical-align:middle}.login_form .submit{margin:0}.login_form .reg_link{font-size:13px;padding-left:15px;color:#34495e}.content_multi_cats_data{display:none}.gif_image{display:block;position:relative;text-decoration:none;overflow:hidden}.content_item .ft_images .gif_image{float:left;margin-right:5px}.gif_image img{display:block!important;margin:0!important}.image_label{position:absolute;left:4px;bottom:4px;background:rgba(0,0,0,.5);border-radius:2px;padding:4px 7px;color:#fff;font-weight:700;text-transform:uppercase;font-size:.9em}.micro_image,.micro_image>img{width:32px!important;height:32px!important}.background_overlay{position:absolute;background:#000;width:100%;height:100%;opacity:0;transition:all .3s}.gif_image:hover .background_overlay{opacity:.5;z-index:2}.default_avatar{position:relative;font-style:normal;font-weight:300;text-align:center;text-transform:uppercase;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;display:block;background:no-repeat center;background-size:1em}.default_avatar img{opacity:0;display:block}.default_avatar:before{content:attr(data-letter);display:block;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto}.default_avatar.white_avatar_text:hover:after{background:#000;opacity:.4}.default_avatar.black_avatar_text:after,.default_avatar.white_avatar_text:after{transition:all .5s ease;content:'';position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.default_avatar.black_avatar_text:hover:after{background:#fff;opacity:.2}@font-face{font-family:'Glyphicons Halflings';src:url(fonts/glyphicons-halflings-regular.eot);src:url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(fonts/glyphicons-halflings-regular.woff) format('woff'),url(fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}body,html{width:100%;height:100%}body{background:#efefef;margin:0;padding:0}ins{max-width:100%}@font-face{font-family:GothaMed;src:url(/templates/voc/css/fonts/GothaProNarMed.eot);src:local('☺'),url(/templates/voc/css/fonts/GothaProNarMed.woff) format('woff'),url(/templates/voc/css/fonts/GothaProNarMed.ttf) format('truetype'),url(/templates/voc/css/fonts/GothaProNarMed.svg) format('svg');font-weight:400;font-style:normal}#layout{width:100%;margin:0 auto}.sximg{display:block;width:auto;height:100%}.p60 .yrtb.widget{background:0 0;padding:10px!important}.yrtb .widget_html_block{min-height:20px}.fimg .aphoto{float:left;border:2px solid #ccc;box-sizing:border-box;overflow:hidden;position:relative;margin:0 10px 10px 0;padding:10px;opacity:.8}.fimg .aphoto:hover{opacity:1;border:2px solid #c00}.fimg .aphoto a .over{display:block;position:absolute;left:0;bottom:0;width:100%;height:50px;background:#ccc;text-align:center;overflow:hidden;padding:5px 0;color:#000}.fimg{width:100%;overflow:hidden;position:relative}#fimg2 .aphoto{padding:0!important}#fimg2 .aphoto a .over{display:none}#fimg2 .aphoto a:hover .over{display:block}.p60 .widget{margin-bottom:0}#tab-ar .article{border-top:2px dotted #ccc;padding-bottom:10px}.no-margin{margin:0!important}.leftcol{padding:0!important;box-sizing:border-box;width:360px!important}.leftcol .widget{background:0 0!important}.rightcol{background:#f5f5f5;padding:0!important;width:calc(100% - 360px)!important;border-left:1px solid #ccc}.leftcol>div,.rightcol .p40{padding:20px 40px}.leftcol.banner{height:130px}.leftcol.banner .p40{height:90px}.bord{display:block;height:0;border-top:2px dotted #ccc;margin:-10px 0 15px -63px}header .leftcol{background:#f5f5f5 url(../images/header-bg1.jpg);padding-top:20px!important}header .rightcol{background:#fff url(../images/header-bg.jpg);margin:0;box-sizing:border-box;padding-top:20px!important}a.setCh{position:absolute;top:0;right:5px;background:#eec;display:none;font-family:Arial;color:#000!important;padding:3px 7px;text-transform:none;font-size:12px}.content,.content_item{font-size:15px;line-height:17px}.term_list:hover a.setCh{display:block}.rbn{text-align:right}#topoz{height:90px;display:block;vertical-align:center}header div.h1,header h1{font-family:GothaMed;color:#545454;margin:15px 40px 15px 63px}header div.h1 a{text-transform:uppercase;text-decoration:none;color:#000;font-size:24px}.share{position:absolute;top:12px;right:5px;display:inline;padding:3px 5px;line-height:18px}.ya-share2__item{margin-right:0}nav{display:none;height:95px}nav select{display:none}#debug_block{display:none}.queries_wrap .query{padding:10px;margin:10px;background:#fff;border:solid 1px #ddd}.queries_wrap .query .src{font-size:12px;color:#999}.queries_wrap .query .debug_data{margin-top:4px}.queries_wrap .query_time{color:#999;font-size:12px;margin:4px 0 0}.queries_wrap .red_query{color:#c0392b}.queries_wrap .green_query{color:#27ae60}#debug_widget.tabs-menu>ul{border-bottom:none;height:32px;background:#b3c2c9;min-width:600px}#debug_widget.tabs-menu .tabbed li{background:0 0}#debug_widget.tabs-menu .tabbed li a{border:none}#debug_widget.tabs-menu .tabbed li a:not(:hover){color:#efefef}#debug_widget.tabs-menu .tabbed li.active a,#debug_widget.tabs-menu .tabbed li.active a:hover{border:none;margin:0;color:#495358}#debug_widget ol{padding:0;margin:0}#tab-po h3 a{text-transform:uppercase;font-weight:700}.age{display:block;background:#fff;padding:3px 7px;line-height:30px;margin-top:10px;font-size:15px;font-weight:700}div.h1 sup{font-size:13px;font-weight:400;text-transform:none}a.sbor{display:block;height:180px;background:url(../images/sbor.gif) center center no-repeat}#layout header #logo a{display:block;float:left;width:180px;height:50px;background:url(../images/logo.png) no-repeat left center}.term_list{position:relative;margin:10px 0;font-size:15px;text-transform:uppercase;font-family:GothaMed}.termin_list .row:nth-of-type(odd){background:#fff}.termin_list .row{margin:0!important}.termin_list .row:hover{background:#ffa}.term_list a{color:#3f025f;text-decoration:none}.term_list a:hover{color:#333;text-decoration:underline}header .search{display:block;background:#bce0c6 url(../images/arrow.png) right center no-repeat;height:34px;padding:23px 70px 23px 65px;margin-right:40px}.margin60{margin:0!important;padding:20px 20px 20px 60px!important}header .search input[type=text]{width:100%;border-radius:3px;border:0;font-size:16px;line-height:27px;padding:3px 10px}header .search input[type=submit]{border-radius:3px;border:0;font-size:16px;padding:3px 10px;margin-top:2px;margin-right:2px;height:29px;width:90px;display:block}header .search input[type=submit]:hover{background:#ccc}.search .inp{display:block;float:left;width:calc(100% - 125px);margin-right:20px}.search .src{display:block;margin-left:-130px;float:right}header .uicon{display:block;background:url(../images/authp.jpg?u) center center no-repeat;width:56px;height:56px;overflow:hidden;border-radius:30px;margin:17px 0 0 18px}header .uiconp{background:url(../images/authp.jpg?u) center center no-repeat;display:block;width:57px;height:58px;overflow:hidden;border-radius:30px;margin:17px 0 0 17px;opacity:.8}header .uiconp img{width:58px;height:58px}header .uiconp:hover{opacity:1}.ulogin_form a,.ulogin_form a img{display:block;opacity:0!important;width:57px!important;height:58px!important}header .userm{display:block;width:91px;height:122px;position:absolute;margin-left:-45px;margin-top:55px;background:url(../images/lupa.png) top left no-repeat;z-index:999}header .nes{display:block;height:100px;background:url(../images/nes2.png) top right no-repeat,url(../images/nes.png) top left no-repeat,url(../images/nes1.png) top right repeat-x;padding:0}.slv_cat{margin-left:-63px;padding:20px 20px 20px 63px;background:url(../images/bcat.png) 15px 15px no-repeat;border-bottom:3px solid #f5f5f5}.slog span:nth-of-type(even){color:#393}.slog h3{text-transform:uppercase}.slog span{margin-right:3px}.slv_cat .th3{display:block;font-weight:400;margin-bottom:10px;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0}.slv_cat .th3,.slv_cat h2,.slv_cat h3{margin-top:0;color:#3f025f;font-size:20px;text-transform:uppercase;font-family:GothaMed;padding-bottom:15px;border-bottom:2px dotted #ccc;line-height:25px}.slv_menu1 .th2{margin-bottom:10px;margin-block-start:.83em;margin-block-end:.63em;margin-inline-start:0;margin-inline-end:0}.slv_menu1 .th2,.slv_menu1 h2{font-family:Tahoma;font-weight:400;line-height:25px;font-size:16px;color:#900}.slv_menu1 h2 strong{text-transform:uppercase}.slv_cat .info_bar{border-top:2px dotted #ccc;border-bottom:2px dotted #ccc;padding:3px;text-align:center}.slv_cat .info_bar .tx{color:#777;font-size:12px;font-weight:700}.slv_cat .info_bar .bi_rating{background:0 0!important}.slv_cat:nth-of-type(odd){background:#fff url(../images/bcat.png) 15px 15px no-repeat}.tbs .slv_cat:nth-of-type(n+5){display:none}.tbs .article:nth-of-type(n+6){display:none}.slovar a{color:#444;text-decoration:none;font-size:13px}.slovar a:hover{text-decoration:underline}.slv_menu,.slv_menu1{margin-left:-63px;padding:10px 10px 10px 63px;background:#fff;line-height:15px}#tab-opr .slv_menu1{font-size:12px;border-bottom:3px solid #f5f5f5;line-height:10px}.slv_menu1 a{color:#3f025f;line-height:17px;text-decoration:none;margin:0 3px}#tab-opr .slv_menu1 a{line-height:13px}.slv_menu1 a b{border-bottom:1px dashed #3f025f}.slv_menu1 a:hover{color:#3f025f}.slv_menu1 a:active{color:#000}.slv_menu1 .row{margin:0 -10px}.slv_menu1 p.dop{display:block;margin-top:7px}.slv_menu1 .time{background:#f5f5f5;margin:-5px;padding:5px 10px}.avtors{display:block;margin-top:7px;padding-top:3px;border-top:1px solid #ccc}a.term_all{text-decoration:none;display:block;padding:7px 10px;font-size:13px;background:#fff;color:#000;text-align:center}a.term_all:hover{color:#900}#tab-bo .slv_menu1,#tab-sx .slv_menu1{padding:10px 63px!important}.fimg1{margin:20px 0}.fimg1 .item{padding:0 5px}.fimg1 .item .sximg2{position:absolute;box-sizing:border-box;display:block;width:80%;top:15%;left:10%;height:60%;overflow:hidden}.fimg1 .item .sximg2 img{width:100%}.fimg1 .owl-next,.fimg1 .owl-prev{background:0 0;text-indent:-1000px;overflow:hidden}.fimg1:hover .owl-next{right:-40px!important}.fimg1:hover .owl-prev{left:-40px!important}.aphoto1{margin-right:5px}.aphoto1 a{position:relative;display:block;overflow:hidden;padding-bottom:140%;height:0;width:100%;background:url(../images/cxem.png) top left no-repeat;background-size:100% 100%;box-sizing:border-box;filter:grayscale(80%)}.term_more{display:block;margin:0 10px 15px -53px;text-align:center}.term_btm{display:block;margin-left:-63px;height:3px;background:#ccc}.term_more:after{display:block;content:".";background:#fff;height:3px;border-top:1px solid #ccc}.term_more a{display:inline-block;background:url(../images/mdw.png) 10px 10px no-repeat #fff;border:1px solid #ccc;border-bottom:0;margin-bottom:-1px;padding-left:40px}.widget .th3{padding-top:10px;color:#34495e;margin-bottom:10px;display:block;font-size:1.17em;margin-block-start:1em;margin-inline-start:0;margin-inline-end:0;font-weight:400}.related .th3{color:#333;font-size:1.17em;line-height:20px;text-transform:uppercase!important;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;margin-bottom:10px}.related .th3 a{font-weight:700;line-height:17px;text-decoration:none;margin:0 3px}.article .th3{color:#333;font-size:18px;line-height:20px;cursor:pointer;display:block;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0;margin-inline-end:0;margin-bottom:10px}.article .th3:first-letter,.article h3:first-letter,.related .th3:first-letter{text-transform:uppercase}.article h3{color:#333;font-size:18px;line-height:20px;cursor:pointer}.article h3:first-letter{text-transform:uppercase}.article .author{display:inline-block;background:#f5f5f5;padding:3px 10px;margin-bottom:5px}a.viewpdf{margin-top:10px;float:right;display:block;background:url(../images/pdfi.png) top center no-repeat;height:25px;padding:60px 10px 10px 10px;opacity:.8}a.viewpdf:hover{opacity:1;color:#900}a.booki{display:block;height:0;border:3px solid #3f025f;padding-bottom:130%;margin:3px;box-sizing:border-box;background-size:cover!important}a.booki span{display:block;background:#fff;padding:10px;color:#fff;font-weight:700;font-size:14px;background:#3f025f}.binterm{margin:0 0 0 -63px;background:#ccc;padding:15px}.aphoto1 a span{position:absolute;width:80%;left:5%;bottom:15%;display:block;height:24px;overflow:hidden;line-height:14px;background:#fff;color:#000;padding:5px 5%;text-transform:uppercase;transition:all .25s linear;font-weight:700}.rightcol.main{min-height:650px;padding-bottom:40px!important}p.source{font-size:11px;text-align:right;font-style:italic}.slv_menu a{background:#e6e6e6;padding:5px 8px;font-size:12px;color:#777;text-decoration:none;display:inline-block;margin:3px 0}.slv_menu a:hover{background:#eee}.slv_menu a.pressed{background:#f5f5f5;color:#ccc}.slv_menu #slv_cnt{margin-left:-50px;width:40px;margin-right:10px;display:inline-block;text-align:center}span.dv{display:inline-block;margin:-10px 3px;background:#efefef;width:1px;height:31px;content:".";padding:0}header .menu1,header .menu2{display:block;height:10px;padding-right:82px;text-align:right;font-size:12px;color:#ccc}header .menu2{padding-top:0;padding-bottom:22px}.widget_links{padding-bottom:20px}.widget_links a{text-decoration:none;color:#555;font-size:13px}.widget_links a:hover{text-decoration:underline;color:#000}.usermenu{position:absolute;z-index:998;padding:20px 10px 20px 50px;border:2px solid #ccc;margin-top:-100px;background:#fff;display:none}.pcat{background:#fff url(../images/pcat.png) 15px 15px no-repeat!important}.ucat{background:#fff url(../images/ucat.png) 15px 15px no-repeat!important}.ncat{background:#fff url(../images/ncat.png) 15px 15px no-repeat!important}a.slv_link{display:block;width:32px;height:32px;background:url(../images/link.png) center center no-repeat;opacity:.3;float:right}a.slv_link:hover{opacity:.5}.slv_menu1 a.fterm{color:#369;line-height:17px}.slv_menu1 a.fterm:hover{color:#963}#lbann{min-height:300px;height:auto}#sform{margin:0;padding:0}header .menu1 a,header .menu2 a{text-decoration:none;color:#777;line-height:20px}header .menu1 a:hover,header .menu2 a:hover{text-decoration:underline;color:#333}header .menu,header .menu li{margin:0;padding:0;list-style:none;background:0 0}.p60{padding-left:63px!important}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{box-sizing:border-box}#topheader{display:block;height:25px;background:#999;padding:0 50px;border-bottom:1px solid #555}#topheader .promenu{float:left;padding-left:62px}#topheader .menu,#topheader .menu li{margin:0;padding:0;list-style:none;background:0 0}#topheader .menu{float:right;position:relative;z-index:15;height:25px;line-height:25px;padding:0}#topheader .menu .item{background-image:url(../images/icons/bullet_arrow_down.png);background-repeat:no-repeat;background-position:5px center;padding-left:28px}#topheader .menu>li{float:left;padding-left:5px}#topheader .menu>li>a{display:block;padding:0 5px;color:#ecf0f1;text-decoration:none;font-size:12px}#topheader .menu>li>a:hover{color:#fff}#topheader .menu>li.active>a{color:#f5cf53}#topheader .menu>li.active>a:hover{color:#f5cf53}#topheader .menu>li.active>ul a:hover{color:#eee}#topheader .menu li.active ul li a,#topheader .menu ul li a{text-shadow:none;text-decoration:none;padding-right:10px}#topheader .menu li ul li.active a{color:#f5cf53}#topheader .menu li ul li.active a:hover{color:#f5cf53}#topheader .menu li:hover{position:relative;z-index:599;cursor:default}#topheader .menu ul{visibility:hidden;position:absolute;top:99%;left:-15px;z-index:598;width:100%;box-shadow:0 1px 1px #000;border-bottom-left-radius:5px;border-bottom-right-radius:5px}#topheader .menu ul li{float:none;border-bottom:dotted 1px #999;background-color:#666;color:#fff}#topheader .menu ul li:last-child{border-bottom:none}#topheader .menu ul li a{display:block;height:25px;line-height:25px;color:#eee;font-size:12px}#topheader .menu ul li:hover>a{background-color:#444;color:#fff}#topheader .menu ul ul{top:0;left:90%}#topheader .menu li:hover>ul{visibility:visible}#topheader .menu ul{width:250px}#topheader .menu ul li:last-child,#topheader .menu ul li:last-child a{border-bottom-left-radius:5px;border-bottom-right-radius:5px}#topheader .menu ul li:first-child,#topheader .menu ul li:first-child a{border-radius:0}#topheader .menu>.folder a{padding-right:8px}nav{height:30px;background:#fff;padding:15px 0;font-size:12px;margin-left:63px}nav .menu,nav .menu li,nav .menu ul{list-style:none;margin:0;padding:0}nav .menu{position:relative;z-index:5;float:left;height:30px;line-height:30px}nav .menu .item{background-image:none!important}nav .menu>li{float:left;border-right:1px solid #ccc}nav .menu>li:first-child a{padding-left:0!important}nav .menu>li>a{display:block;padding:0 15px;color:#999;text-decoration:none;text-transform:uppercase;font-family:GothaMed;font-size:16px}nav .menu>li:last-child{border-right:0!important}nav .menu>li>a:hover{color:#333!important}nav .menu>li.active>a{color:#555!important}nav .menu>li.active>a:hover{color:#000!important}nav .menu>li.active>ul a:hover{color:#000}nav .menu li.active ul li a,nav .menu ul li a{color:#555;text-shadow:none;text-decoration:none;padding:0 10px}nav .menu li ul li.active>a{color:#555}nav .menu li ul li.active>a:hover{color:#000}nav .menu ul li:hover>a{color:#000}nav .menu li:hover{position:relative;z-index:599;cursor:default}nav .menu ul{visibility:hidden;position:absolute;top:98%;left:0;z-index:598;width:100%;box-shadow:0 1px 1px #000}nav .menu ul li{float:none;border-bottom:solid 1px #dae9fa;background-color:#f9f9f9;color:#000}nav .menu ul li:last-child{border-bottom:none}nav .menu ul li a{display:block;height:30px;line-height:30px;overflow:hidden}nav .menu ul ul{top:0;left:99%}nav .menu li:hover>ul{visibility:visible}nav .menu ul{width:200px;margin-top:1px}nav .menu>.folder>a{padding-right:8px}nav .menu>.folder>a>.wrap{padding-right:20px;background:url(../images/nav-arrow-down-white.png) no-repeat right center!important}nav .menu ul .folder>a{padding-right:15px;background-image:url(../images/nav-arrow-right.png)!important;background-position:100% 50%;background-repeat:no-repeat}nav select{display:none}.pt20{margin-top:20px}.pt40{margin-top:40px}.pr40{padding-right:40px!important}.p60 .widget{margin-left:-63px!important;padding-left:48px!important}#breadcrumbs{padding:6px 0 7px 63px;position:relative}#breadcrumbs li,#breadcrumbs ul{margin:0;padding:0;list-style:none}#breadcrumbs ul{overflow:hidden}#breadcrumbs ul li{height:32px;line-height:32px;float:left;font-size:12px;color:#2c3e50}#breadcrumbs ul li a{color:#2c3e50}#breadcrumbs ul li a:hover{color:#34495e;text-decoration:none}#breadcrumbs ul li.sep{margin:0 10px;width:4px;background:url(../images/nav-arrow-right-light.png) no-repeat left center}#breadcrumbs ul li.home{width:16px}#breadcrumbs ul li.home a{display:block;width:16px;height:32px;background:url(../images/nav-home.png) no-repeat left center}#body section{float:left;width:730px}#body section article{padding:20px;background:#fff;margin-bottom:10px}h1{margin-bottom:20px;color:#3f025f;font-family:GothaMed;text-transform:uppercase}h1 sup{color:#999;text-transform:none;font-size:13px}#body aside .menu,#body aside .menu li,.usermenu .menu,.usermenu .menu li{margin:0;padding:0;list-style:none}#body aside .menu ul,.usermenu .menu ul{border:solid 1px #ededed;border-bottom:none}#body aside .menu,#body aside .menu li ul,.usermenu .menu,.usermenu .menu li ul{padding:0;background:#fff}#body aside .menu,.usermenu .menu{margin:-15px}#body aside .menu li ul,.usermenu .menu li ul{visibility:hidden;position:absolute;top:-1px;left:auto;right:91%;width:220px;box-shadow:0 1px 2px #666;z-index:999}#body aside .menu li,.usermenu .menu li{border-bottom:solid 1px #ecf0f1}#body aside .menu li.active,#body aside .menu li:hover,.usermenu .menu li.active,.usermenu .menu li:hover{position:relative;z-index:2;cursor:default;background:#ecf0f1}#body aside .menu li:last-child,.usermenu .menu li:last-child{border-bottom:none}#body aside .menu li:hover>ul,.usermenu .menu li:hover>ul{visibility:visible;z-index:1000;position:absolute}.usermenu .menu .item,aside .menu .item{background:url(../images/icons/item.png) no-repeat 10px center}#body aside .menu li.active .item{color:#000}#body aside .menu a,#body aside .menu span.item,.usermenu .menu a,.usermenu .menu span.item{overflow:hidden;display:block;color:#666;text-decoration:none;padding:4px 10px;padding-left:36px}#body aside .menu a:hover{color:#000}#body aside .menu .counter{float:right;padding:0 7px;background:#376499;border-radius:50px;font-size:11px;color:#fff}#body aside .menu li:hover .counter{background:#bdc3c7}#layout footer{background:#ccc;height:60px;color:#333;padding:0 15px;clear:both;font-size:12px}#layout footer li,#layout footer ul{margin:0;padding:0;list-style:none}#layout footer ul{overflow:hidden}#layout footer ul li{height:60px;line-height:60px;float:left;margin-right:15px}#layout footer ul li:last-child{margin:0}#layout footer a{color:#555}#layout footer a:hover{color:#000}#layout footer span.item{padding:0 10px;border-left:solid 1px #7f8c8d}#sql_debug{display:none}#sql_queries .query{padding:10px;margin:10px;background:#fff;border:solid 1px #ddd}#sql_queries .query .src{font-size:12px;color:#999;margin-bottom:4px}#sql_queries .query_time{color:#999;font-size:12px;margin:4px 0 0}#sql_queries .red_query{color:#c0392b}#sql_queries .green_query{color:#27ae60}#layout footer #nav{float:right;margin-right:0}.soder{padding-bottom:10px}.lrt{margin-left:30px}.lrt a{overflow:hidden;text-transform:uppercase;font-size:12px}.soder .pull-right{margin-top:-10px}.soder .pull-right a{font-size:11px!important}.soder .pull-right p{line-height:15px}#tab-po>div>div>div>div>ul>li>div.teaser:first-letter,.rightcol li:first-letter{text-transform:uppercase!important}#site_off_notice{position:fixed;left:15px;top:15px;padding:5px 10px;padding-left:28px;background:url(../images/icons/error.png) no-repeat 8px center #fff;border:solid 1px red;color:red}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:10px;padding-left:10px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.leftcol .p40,.leftcol .p40 iframe,.leftcol .p40 img{max-width:100%}@media screen and (max-width:980px){#body section{width:100%!important}#body aside{float:none!important;overflow:hidden;width:100%;clear:both}}@media screen and (max-width:800px){#body section{width:100%!important}nav{padding:5px;height:auto}nav .menu{display:none}nav select{display:none}#layout footer #info{display:none!important}#mobile-box{display:none}}@media screen and (max-width:640px){nav{display:block}.search .inp{width:75%!important;float:none!important;display:inline-block;margin-right:0}header .search{display:inline-block;height:24px!important;margin-right:0!important;padding:13px 70px 33px 65px!important;margin-top:15px!important}.search .src{display:inline-block;width:24%!important;margin-top:8px!important;margin-left:0!important;float:none!important;text-align:center!important}header .search input[type=text]{display:inline-block;width:85%}header .search input[type=submit]{margin:0 auto!important}header div.h1,header h1{margin:15px 10px}.rightcol.main{padding-top:1%}.share{display:block;float:none;padding:3px 5px;line-height:18px}#breadcrumbs{display:none;padding:0}nav{margin:0 10px}#body .p60{padding-left:20px!important}#body .slv_menu1{padding-left:20px!important;margin-left:-20px}.fimg1{margin:0 20px!important}.binterm{margin:0}.lrt{display:none}.nomob{display:none}.content_item .ft_images .first_type_images:first-child{float:none;clear:both;margin-bottom:10px;display:block;width:100%;max-width:100%}.filter-panel .fields .field:nth-child(even),.filter-panel .fields .field:nth-child(odd){float:none!important;width:100%;margin-bottom:10px}.content_item .ft_images .first_type_images:first-child>img{width:100%}#layout header #logo{margin:0 auto;overflow:hidden;width:200px}#layout header .menu{display:none}.tabs-menu ul{display:none}.tabs-menu select{display:block!important}.widget>.title{font-size:14px!important}.widget>.title .links{display:none}.content_item .ft_image{float:none!important}}@media screen and (max-width:1000px){.leftcol{display:none}.rightcol{width:100%!important;overflow:hidden}}@media screen and (max-width:480px){#layout>div:nth-child(2)>div.col-xs-9.banner.rightcol>div{padding:0!important}#topoz{height:0!important}.userm{display:none!important}header .search input[type=submit]{margin-right:-15px}header div.h1,header h1{margin:0!important;text-align:center}#topheader .usermenu{display:none}div.h1 a,h1{font-size:20px!important}#topoz{height:60px}.content_categories .catalog_icon{-webkit-columns:1 12em;-moz-columns:1 12em;columns:1 12em;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;margin-right:15px}.col-xs-4,.col-xs-6,.col-xs-8{width:100%}.pr40{padding-right:10px!important}nav{margin:0 10px}header .search{margin-right:-30px;padding-left:15px}#layout footer #nav{display:none!important}#breadcrumbs ul li:last-child{display:none}h1{font-size:22px}.content_list.featured .first .fields,.content_list.featured .first .photo,.content_list.tiled.albums_list .tile{width:100%!important}.content_list_item.second .first,.content_list_item.second .photo{float:none!important;margin-right:0!important}.content_list.featured .first .ft_caption a{font-size:21px!important}.content_list_item .ft_caption .value{font-size:18px!important}}.nyroModalBg{position:fixed;overflow:hidden;top:0;left:0;height:100%;width:100%;background:#000;opacity:.7;z-index:100}.nmReposition{position:absolute}.nyroModalCloseButton{top:-16px;right:-16px;width:16px;height:16px;text-indent:-9999em;background:url(../images/modal/close.png);z-index:101}.nyroModalTitle{top:-36px;left:-4px;margin:0;font-size:1.1em;color:#e1ebef;text-shadow:0 1px 1px #34495e;z-index:100;background:#2c3e50;padding:5px 14px;padding-bottom:11px;border-radius:6px 6px 0 0;height:16px;line-height:16px}.nyroModalCont{position:absolute;border:4px solid #2c3e50;box-shadow:0 0 30px #000;margin:25px;padding:0;background:#fff;z-index:101}.nyroModalCont .notice{padding:20px;color:#bdc3c7}.nyroModalError{border:4px solid red;color:red;width:250px;height:250px}.nyroModalError div{min-width:0;min-height:0;padding:10px}.nyroModalDom,.nyroModalForm,.nyroModalFormFile,.nyroModalLink{position:relative;max-width:1000px}.nyroModalIframe,.nyroModalIframeForm,.nyroModalImage,.nyroModalSwf{position:relative;overflow:hidden}.nyroModalImage img{vertical-align:top}.nyroModalHidden{left:-9999em;top:-9999em}.nyroModalLoad{position:absolute;width:100px;height:100px;background:#fff url(../images/modal/ajaxLoader.gif) no-repeat center;padding:0}.nyroModalNext,.nyroModalPrev{outline:0;position:absolute;top:0;height:60%;width:150px;min-height:50px;max-height:300px;cursor:pointer;text-indent:-9999em;background:transparent url(data:image/gif;base64,AAAA) left 20% no-repeat}.nyroModalImage .nyroModalNext,.nyroModalImage .nyroModalPrev{height:100%;width:40%;max-height:none}.nyroModalPrev{left:0}.nyroModalPrev:hover{background-image:url(../images/modal/prev.gif)}.nyroModalNext{right:0;background-position:right 20%}.nyroModalNext:hover{background-position:right 20%;background-image:url(../images/modal/next.gif)}body{font-family:'Trebuchet MS',sans-serif;font-size:14px;color:#444}a,a.ajaxlink{color:#2980b9;transition:background .15s linear,color .15s linear}a.ajaxlink:hover,a:hover{color:#d35400}a.ajaxlink{text-decoration:none;border-bottom:dashed 1px #2980b9}a.ajaxlink:hover{text-decoration:none;border-bottom:dashed 1px #d35400}h1{padding:0;margin-top:0;margin-bottom:10px;font-size:27px}h1 span{color:#bdc3c7}h1 a{color:#bdc3c7}h1 a:hover{color:#d35400}h1,h2,h3,h4,h5,h6{color:#34495e;font-weight:400;margin-bottom:10px}p{line-height:20px}pre{display:block;overflow:auto;border:1px solid #ccc;border-radius:2px;box-shadow:inset 0 0 .5em #ccc;padding:10px;margin:0}code pre{display:block;overflow:auto;border:1px solid #ccc;border-radius:2px;background:#f8f8f8;padding:5px 15px;box-shadow:none;margin:0;font-size:12px;line-height:20px}blockquote{padding:6px 10px;background:#f9f9f9;border-left:solid 4px #ededed;color:#666;font-style:italic;margin:0}ul{margin:0 20px;padding:0}.positive{color:green}.negative{color:red}.hide_tag{background:url(../images/icons/lock.png) no-repeat 5px center #e67e22;color:#fff;padding:5px 10px 5px 25px;overflow:hidden}.hide_billing{background:url(../images/icons/coin.png) no-repeat 5px center #3498db}.user_field_denied{background-color:#7f8c8d}.hide_tag_allow{border-left:3px solid #e67e22;padding:5px 0 5px 10px;overflow:hidden}.widget_links h4{margin-top:3px}a.sterm{margin-top:10px}.widget_content_list.compact p{font-size:12px;margin:0}.widget_content_list.compact{padding-bottom:10px}.widget_content_list.compact .item{padding:1px}.widget_content_list.compact .item:hover{background:#eee}.descImg{font-size:11px;display:block;padding:3px;background:#f0f0f0;margin-top:0}.imgImg{width:100%!important}.widget p.info{font-size:12px;line-height:14px;margin:5px 0 0 0}.widget h3{padding-top:10px}.persday{float:right;height:180px;margin:-30px 0 20px 20px;overflow:hidden;max-width:150px}.persday:hover{opacity:.8}.list_desc{font-size:12px;font-style:italic;padding-left:15px;color:#777;margin-bottom:5px}a.lnk6{text-transform:lowercase}a.lnk7{text-transform:capitalize}.widget_links .list_desc{padding-bottom:5px;border-bottom:1px dotted #ccc}a.list_a{font-weight:700}.widget_links.row{margin:0!important}.list_link{padding-left:0!important}.pop .list_link a{text-transform:uppercase}.shname{float:right;background:#ccc;font-size:12px;padding:3px 10px;color:#fff}a.perslnk{font-size:12px;text-decoration:none}h3.pers{margin:0;padding:0;color:#000;font-size:18px;text-transform:uppercase;font-family:GothaMed}.persinfo p{font-size:12px;color:#555;margin:4px 0;line-height:14px}.persinfo{margin-bottom:15px}.clear{clear:both}.persday img{height:180px}.widget{background:#fff;margin-bottom:20px}.widget:last-child{margin-bottom:0}.widget>.title .links{float:right;font-size:13px}.widget>.body{padding:0 15px}.widget_text_block{overflow:hidden}.widget_text_block p{margin-top:0!important}.widget_text_block a{font-size:12px}aside .widget{background:#fff;padding-bottom:15px}aside .widget .item .title a{color:#663}aside .widget .item .title a:hover{color:#993}.widget_tabbed{margin-bottom:10px;background:#fff}.widget_tabbed .tabs ul,.widget_tabbed .tabs ul li{margin:0;padding:0;list-style:none}.widget_tabbed .tabs ul{overflow:hidden;height:47px;line-height:47px;background:#34495e}.widget_tabbed .tabs ul li{float:left;height:45px;line-height:45px}.widget_tabbed .tabs ul li a{display:block;height:47px;line-height:47px;font-size:14px;padding:0 15px;cursor:pointer;color:#fff}.widget_tabbed .tabs ul li a.active{background-color:#fff;color:#34495e}.widget_tabbed .body{padding:15px;line-height:20px}.widget_tabbed>.tabs .links{float:right;font-size:13px;padding-right:15px}.widget_tabbed>.tabs .links a{display:inline;padding:3px 8px;background:#27ae60;color:#fff;font-size:12px;font-weight:400;text-decoration:none}.widget_tabbed>.tabs .links a:hover{background:#2ecc71}aside .widget_tabbed .tabs ul{height:38px;line-height:38px}aside .widget_tabbed .tabs ul li.links{height:25px;line-height:25px;padding-right:5px}aside .widget_tabbed .tabs ul li a{font-size:12px;height:38px;line-height:38px;font-weight:700}aside .widget_tabbed>.tabs .links a{background:#27ae60;color:#fff;font-size:10px}.widget_content_list{overflow:hidden}.columns-2 .widget_content_list .item{float:left;width:47%}.columns-2 .widget_content_list .item:nth-child(3){clear:left}.columns-3 .widget_content_list .item{float:left;width:31%}.columns-3 .widget_content_list .item:nth-child(4){clear:left}.columns-4 .widget_content_list .item{float:left;width:22%}.columns-4 .widget_content_list .item:nth-child(5){clear:left}.widget_content_list .item{margin-bottom:5px;overflow:hidden}.widget_content_list .item:last-child{margin-bottom:0}.widget_content_list .item .image{float:left;margin-right:10px}.widget_content_list .item .image img{display:block}.widget_content_list .item .title{font-size:13px;margin-bottom:2px}.widget_content_list .details{font-size:11px;color:#999}.widget_content_list .details a{color:#bdc3c7}.widget_content_list .details a:hover{color:#d35400}.widget_content_list .details span{padding-right:5px}.widget_content_list .details span.comments{padding-left:20px;background:url(../images/icons/comment-small.png) no-repeat left center}.widget_content_list.featured .item .title{font-size:14px}.widget_content_list.featured .item-first{float:left;margin-right:15px;width:33%}.widget_content_list.featured .item-first .image{margin-bottom:5px;clear:both;width:100%;height:150px}.widget_content_list.featured .item-first .image a,.widget_content_list.featured .item-first .image>div{display:block;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-color:#bdc3c7;background-size:cover}.widget_content_list.featured .item-first .title{font-size:21px;margin-top:5px;line-height:24px}.widget_content_list.featured .item-first .title a{color:#000;text-decoration:none}.widget_content_list.featured .item-first .read-more a{display:inline-block;clear:both;background:#2980b9;color:#fff;text-decoration:none;padding:5px 10px;margin-top:10px}.widget_content_list.featured .item-first .read-more a:hover{background:#3498db}.widget_content_list.tiles-big .item .title{font-size:14px}.widget_content_list.tiles-big .item{float:left;margin-bottom:15px;width:22%;margin-right:15px}.widget_content_list.tiles-big .item:nth-child(13),.widget_content_list.tiles-big .item:nth-child(17),.widget_content_list.tiles-big .item:nth-child(21),.widget_content_list.tiles-big .item:nth-child(25),.widget_content_list.tiles-big .item:nth-child(5),.widget_content_list.tiles-big .item:nth-child(9){clear:left}.widget_content_list.tiles-big .item .image{margin-bottom:5px;clear:both;width:100%;height:100px}.widget_content_list.tiles-big .item .image a,.widget_content_list.tiles-big .item .image>div{display:block;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-color:#bdc3c7;background-size:cover}.widget_content_list.tiles-big .item .title{font-size:14px;margin-top:5px}.widget_content_list.tiles-big .item .title a{color:#000;text-decoration:none}.widget_content_list.tiles-big .item .title a:hover{color:#34495e;text-decoration:underline}.widget_content_list.tiles-small .item{margin:0;margin-right:4px;margin-bottom:4px;float:left}.widget_content_list.tiles-small .item .image{margin:0}.widget_content_list.compact .item{margin-bottom:5px}.widget_content_list.compact .item:last-child{margin-bottom:0}.widget_content_list.compact .item .title{font-size:13px;margin-bottom:0;line-height:15px}@media screen and (max-width:480px){.widget_content_list .item,.widget_content_list.featured .item-first{width:100%!important}}.widget_content_slider{overflow:hidden;position:relative}.widget_content_slider .slide{overflow:hidden;position:relative;width:100%}.widget_content_slider>table{width:100%;border-collapse:collapse;border-spacing:0}.widget_content_slider>table td,.widget_content_slider>table th{padding:0}.widget_content_slider .slide img{display:none;left:0;position:absolute;top:0;width:100%;z-index:1}.widget_content_slider .slide img:first-child,.widget_content_slider img{display:block}.widget_content_slider .slide .heading{background:rgba(0,0,0,.85);display:block;padding:10px;right:0;position:absolute;left:0;bottom:0;z-index:2}.widget_content_slider .slide .heading .teaser,.widget_content_slider .slide .heading h2{display:inline-block;margin:0;color:#ecf0f1}.widget_content_slider .slide .heading h2{font-size:14px;font-weight:700;color:#f1c40f}.widget_content_slider .slide .heading .teaser{font-size:12px}.widget_content_slider .slide .heading .teaser .date{color:#7f8c8d;padding-left:10px}.widget_content_slider .items{background:#ecf0f1;position:relative;z-index:2}.widget_content_slider .items .item{overflow:hidden;padding:10px;font-size:12px;line-height:15px;cursor:pointer;position:relative}.widget_content_slider .items .item:hover{background:#bdc3c7}.widget_content_slider .items .item .title{display:block;vertical-align:middle;color:#000}.widget_content_slider .items .item.active{background:#27ae60}.widget_content_slider .items .item.active .title{color:#fff}@media (max-width:767px){.widget_content_slider .items .item .title{display:none}}@media (min-width:768px){.widget_content_slider .slide{width:70%}.widget_content_slider .items{width:30%}.widget_content_slider .items .item .image{float:left;margin-right:10px}}@media (min-width:992px) and (max-width:1199px){.widget_content_slider .items .item{padding:8px}}.widget_activity_list{overflow:hidden}.widget_activity_list h4{margin:0;margin-bottom:5px}.widget_activity_list .item{margin-bottom:10px;overflow:hidden}.widget_activity_list .item:last-child{margin-bottom:0}.widget_activity_list .item>.image{float:left;margin-right:10px;padding:2px;border:solid 1px #b3c2c9}.widget_activity_list .item>.image img{display:block}.widget_activity_list .item .info{line-height:17px;padding-top:2px}.widget_activity_list .item .title a.author{color:#376499}.widget_activity_list .item .title a.author:hover{color:#d35400}.widget_activity_list .item .details{font-size:11px}.widget_activity_list .item .details .date{color:#999}.widget_activity_list .item .details .reply{padding-left:5px}.widget_activity_list .item .details .reply a{padding-left:20px;background:url(../images/icons/comment-small.png) no-repeat left center;color:#bdc3c7}.widget_activity_list .item .details .reply a:hover{color:#d35400}.widget_activity_list .item .images{overflow:hidden;margin:10px 0;padding-left:48px}.widget_activity_list .item .images .image{float:left;margin-right:2px;display:block;overflow:hidden}.widget_activity_list .item .images .image.more{background:#ecf0f1;text-align:center;line-height:64px;font-size:18px}.widget_activity_list .item .images .image.more a{display:block;width:64px;height:64px;overflow:hidden;color:#7f8c8d;text-decoration:none}.widget_activity_list .item .images .image.more a:hover{color:#2c3e50}.widget_activity_list .item .actions{float:right;visibility:hidden}.widget_activity_list .item:hover .actions{visibility:visible}.widget_activity_list .actions .delete{display:inline-block;width:16px;height:16px;background:url(../images/icons/delete.png) no-repeat center}.widget_comments_list{overflow:hidden;line-height:20px}.widget_comments_list .item{margin-bottom:10px;overflow:hidden}.widget_comments_list .item:last-child{margin-bottom:0}.widget_comments_list .item .image{float:left;margin-right:10px;padding:2px;border:solid 1px #b3c2c9}.widget_comments_list .item .image img{display:block}.widget_comments_list .item .info{line-height:17px;padding-top:2px}.widget_comments_list .item .title a.author{color:#376499}.widget_comments_list .item .title a.author:hover{color:#d35400}.widget_comments_list .item .title a.subject{padding-right:5px}.widget_comments_list .item .date{font-size:11px;color:#999;padding-right:5px}.widget_comments_list .item .text{color:#666}.widget_profiles_list{overflow:hidden}.columns-2 .widget_profiles_list .item{float:left;width:50%}.columns-2 .widget_profiles_list .item:nth-child(3){clear:left}.columns-3 .widget_profiles_list .item{float:left;width:33%}.columns-3 .widget_profiles_list .item:nth-child(4){clear:left}.columns-4 .widget_profiles_list .item{float:left;width:25%}.columns-4 .widget_profiles_list .item:nth-child(5){clear:left}.columns-2 .widget_profiles_list.list .item,.columns-3 .widget_profiles_list.list .item,.columns-4 .widget_profiles_list.list .item{padding-right:10px}.widget_profiles_list.list .item{height:32px;line-height:32px;margin-bottom:5px}.widget_profiles_list.list .item:last-child{margin-bottom:0}.widget_profiles_list.list .item .image{float:left;margin-right:10px}.item-avatar>img,.widget_profiles_list .item .image img{display:block}.widget_profiles_list.list .item .info{float:left}.widget_online_list .item,.widget_profiles_list.tiles .item,.widget_user_avatar .default_avatar{display:inline-block}.widget_online_list{overflow:hidden}.widget_online_list .item-name{padding-left:18px;padding-right:2px;background:url(../images/icons/user.png) no-repeat left center}.widget_content_tree ul{margin:0;padding:0}.widget_content_tree li{margin-left:0;list-style:none;padding-left:20px;background:url(../images/icons/folder.png) no-repeat left 1px}.widget_content_tree ul li.active>a,.widget_content_tree ul li.active>a:hover{color:#000;text-decoration:none}.widget_user_avatar .user_info{overflow:hidden;clear:both;margin:-15px;padding:6px;margin-bottom:10px;background:#34495e}.widget_user_avatar .user_info .avatar{float:right}.widget_user_avatar .user_info .name{height:32px;line-height:32px;padding-left:10px}.widget_user_avatar .user_info .name a{color:#fff;text-decoration:none;font-size:12px;font-weight:700}.widget_tags_cloud .tags_as_cloud,.widget_tags_cloud .tags_as_cloud li,.widget_tags_cloud .tags_as_list,.widget_tags_cloud .tags_as_list li{margin:0;padding:0;list-style:none}.widget_tags_cloud .tags_as_cloud{overflow:hidden}.widget_tags_cloud .tags_as_cloud li{float:left;margin:0 8px 8px 0}.widget_tags_cloud .tags_as_list li{margin:0 0 6px 0;padding-left:20px;background:url(../images/icons/tag.png) no-repeat left center}.widget_tags_cloud .tags_as_list li .counter{font-size:11px}.widget_tags_cloud li.colored>a{color:inherit}.widget_auth .field{overflow:hidden}.widget_auth .field a{float:right;font-size:12px;margin-top:4px}.widget_auth .field label{float:left}.widget_auth .buttons{margin-top:15px}@media screen and (max-width:640px){.widget_content_slider .items .item .title{display:none!important}.widget_content_slider .items{width:60px!important}.widget_content_list.featured .item-first{float:none;margin-right:0;width:100%}}.widget_search{background-color:#34495e;margin:-15px;padding:10px}.widget_search .input{border:none;box-shadow:none;padding-left:24px;background:url(../images/icons/search-glyph.png) no-repeat 4px center #fff;font-size:12px}.widget_content_filter .title{font-weight:700;color:#34495e;margin-bottom:4px}.widget_content_filter .field{margin-bottom:10px}.widget_content_filter .input{width:95%}.widget_content_filter .ft_date .value,.widget_content_filter .ft_number .value{font-size:12px}.widget_content_filter .ft_date button{display:none}.widget_content_filter .date-input,.widget_content_filter .input-small{width:60px!important}.widget_content_filter .buttons{margin-top:20px;font-size:12px}.widget_content_filter .buttons input{margin-right:10px}#advertur_111448{min-height:400px}.cloud-zoom-lens{border:4px solid #888;margin:-4px;background-color:#fff;cursor:move}.cloud-zoom-title{font-family:Arial,Helvetica,sans-serif;position:absolute!important;background-color:#000;color:#fff;padding:3px;width:100%;text-align:center;font-weight:700;font-size:10px;top:0}.cloud-zoom-wrap{top:0;z-index:9999;position:relative}.cloud-zoom-big{border:4px solid #ccc;overflow:hidden}.cloud-zoom-loading{color:#fff;background:#222;padding:3px;border:1px solid #000}header .search{display:block;background:#a3e4f1 url(../images/arrow.png) right center no-repeat;height:34px;padding:23px 70px 23px 65px;margin-right:40px}.widget>.title{padding:15px;font-family:Arial;font-size:17px;color:#007f99!important}.widget>.title .links a{padding:2px 8px;background:#a3e4f1;color:#444;font-size:12px;font-weight:400;text-decoration:none;margin-top:-2px;text-transform:lowercase}.widget>.title .links a:hover{background:#a3e4f1;color:#3d4042}.article_image{padding-top:15px;text-align:center}.article_image img{max-width:300px}.fixed-menu{display:block!important}#bottom-inner-menu{display:none;position:fixed;left:10px;right:0;bottom:60px;z-index:5}#bottom-inner-menu .inner-box{float:none;margin:0 auto;text-align:center}#bottom-inner-menu .inner-box ul li{display:inline-block}#bottom-inner-menu .inner-box ul li a{display:inline-block;height:50px;line-height:50px;padding:5px 15px;color:#444;font-size:11pt;font-weight:700;background:#a3e4f1;text-decoration:none;border:1px solid #fff}#bottom-inner-menu .inner-box ul li a:hover{background:#fff;text-decoration:underline;color:#555;border:1px solid #a3e4f1}.btn-scroll-up{z-index:9999;background:#a3e4f1!important}#icon-up{fill:#555!important}.magnifier{background:#fff!important;z-index:99999!important}#search_results_list .item .title a,.list_link a{text-transform:uppercase}@media screen and (max-width:1000px){#bottom-inner-menu{display:none!important}}