@charset "utf-8";


.rv-wrap { }
.rv-cat-filter { margin-bottom: 16px; }
.rv-cat-filter a { display:inline-block; padding:7px 14px; margin:0 6px 6px 0; border:1px solid #e2e2e2; border-radius:4px; font-size:13px; color:#444; text-decoration:none; background:#fafafa; }
.rv-cat-filter a.current, .rv-cat-filter a:hover { background:#ff0066; border-color:#ff0066; color:#fff; }

.rv-company-thumb { display:block; border:1px solid #eee; border-radius:6px; padding:14px; background:#fff; text-decoration:none; color:inherit; }
.rv-company-thumb:hover { box-shadow:0 4px 14px rgba(0,0,0,.1); }
.rv-company-thumb .rv-company-logo { width:48px; height:48px; border-radius:6px; background:#eef7f6; color:#17bbc1; font-weight:bold; display:flex; align-items:center; justify-content:center; margin-bottom:8px; }
.rv-company-thumb h2 { font-size:15px; margin:0 0 6px; color:#222; }

.rv-stars i { font-style:normal; }
.rv-stars i.rv-star-full::before { content:"★"; color:#ff0066; }
.rv-stars i.rv-star-empty::before { content:"★"; color:#ddd; }
.rating-num { font-size:13px; color:#8a8f95; margin-left:6px; }

.rv-company-head { display:flex; gap:16px; align-items:flex-start; margin-bottom:16px; }
.rv-company-head .rv-company-logo { width:70px; height:70px; border-radius:8px; background:#eef7f6; color:#17bbc1; font-weight:bold; font-size:20px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.rv-company-head h1 { font-size:20px; margin:0 0 8px; }
.rv-rating-badge { display:inline-flex; background:#ff0066; color:#fff; font-weight:bold; padding:3px 9px; border-radius:3px; font-size:13px; margin-left:6px; }
.meta-row { color:#8a8f95; font-size:14px; margin:8px 0; display:flex; gap:16px; flex-wrap:wrap; }
.meta-row a { color:#17bbc1; text-decoration:none; }

.rv-form-block { margin:16px 0; padding:16px; border:1px solid #eee; border-radius:6px; }
.rv-form-block h3 { font-size:16px; margin:0 0 12px; }
.rv-form-block .fg { margin-bottom:14px; }
.rv-form-block label { display:block; font-size:13px; margin-bottom:5px; color:#333; }
.rv-form-block input[type=text], .rv-form-block textarea { width:100%; padding:9px; border:1px solid #ddd; border-radius:4px; font-size:14px; box-sizing:border-box; }
.rv-form-block textarea { min-height:80px; }
.rv-star-widget { display:inline-flex; gap:3px; font-size:24px; cursor:pointer; }
.rv-star-widget i { font-style:normal; color:#ddd; }
.rv-star-widget i::before { content:"★"; }
.rv-star-widget i.active { color:#ff0066; }
.rv-submit-btn { background:#EF5350; color:#fff; border:none; padding:9px 20px; border-radius:4px; font-weight:bold; cursor:pointer; }
.rv-note { font-size:12px; color:#8a8f95; margin-top:6px; }
.rv-msg { padding:8px 12px; margin-bottom:12px; font-size:13px; border-radius:4px; }
.rv-msg-ok { background:#eafaf0; color:#1a7a41; }
.rv-msg-err { background:#fdecea; color:#b3261e; }

.rv-sort-bar { font-size:12px; color:#8a8f95; margin-bottom:10px; }
.rv-review-item { padding:12px 0; border-bottom:1px solid #eee; }
.rv-review-item:last-child { border-bottom:none; }
.rv-review-header { display:flex; align-items:center; gap:8px; font-size:12px; color:#8a8f95; }
.rv-review-header .author { font-weight:bold; color:#222; }
.rv-review-header .date { margin-left:auto; }
.rv-review-text { margin:6px 0 0; color:#444; }
.rv-empty { text-align:center; color:#8a8f95; padding:24px 0; }





.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}




.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slide
{
    display: none;
    float: left;
	
    
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img:hover
{
    box-shadow: none;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
	margin: 0!important;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.m-5 {
    background-color: rgba(255, 255, 255, 0);
}
.fs-16 {
font-size: 24px;
    position: absolute;
    top: 200px;
    color: #a7f134;
    padding: 0 10px 0 10px;
    word-break: break-all!important;
    width: 220px;
    background: #00000085;
}
.fs-16:hover{
	font-size: 22px;
}
.slick-slide img
{
    display: block;
	width: 220px;
    height: 300px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 11px;
	border: 1px solid #d4d6da;
    box-shadow: 2px -2px 5px 0 rgb(0 0 0 / 10%), -2px -2px 5px 0 rgb(0 0 0 / 10%), 2px 2px 5px 0 rgb(0 0 0 / 10%), -2px 2px 5px 0 rgb(0 0 0 / 10%);
}
@media (max-width: 767px){
            .slick-slide img{
                width: 140px;
            }
			.fs-16{
				top: 170px;
				width: 140px;
				font-size: 20px;
			}
        }
ul.slick-dots{
	display:none!important;
}

.slick-initialized .slick-slide{
	width:608px;
	margin-right: 16px!important;
	border: #59585829 1px solid;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px;
}
.slick-slide img {
    float: right;
height: 196px;
}
p.fs-16 {
    font-size: 20px;
    position: absolute;
    top: 120px;
    color: #fff;
    padding: 0 10px 0 10px;
    word-break: break-all!important;
    width: 280px;
	background: none;
}
@media (max-width: 991px){
            .slick-initialized .slick-slide{
                width:488px;
            }
			.slick-slide img {
			height: 160px;
			}
			p.fs-16 {
				width: 200px!important;
				top: 90px!important;
			}
        }
@media (max-width: 767px){
            .slick-initialized .slick-slide{
                width:312px;
            }
			.slick-slide img {
			width:100px;
			height: 100px;
			}
			p.fs-16 {
				width: 140px!important;
				top: 20px!important;
				font-size: 15px;
			}
			.variable{
				height:120px;
			}
        }
.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
div.slick-track div:nth-child(1n){
	background:#17bbc1;
}
div.slick-track div:nth-child(2n){
	background:#17bbc1;
}
div.slick-track div:nth-child(3n){
	background:#17bbc1;
}
div.slick-track div:nth-child(4n){
	background:#17bbc1;
	}
div.slick-track div:nth-child{
	background:#17bbc1;
}



.slick-loading .slick-list
{
    background: #fff url(/templates/bigru/style/./ajax-loader.gif) center center no-repeat;
}


@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
	font-display:swap;
    src: url(/templates/bigru/style/./fonts/slick.eot);
    src: url(/templates/bigru/style/./fonts/slick.eot?#iefix) format('embedded-opentype'), url(/templates/bigru/style/./fonts/slick.woff) format('woff'), url(/templates/bigru/style/./fonts/slick.ttf) format('truetype'), url(/templates/bigru/style/./fonts/slick.svg#slick) format('svg');
;font-display:swap;}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 22px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



.fotorama__stage {background: #eee;} .fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{float:left;box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/templates/bigru/style/../images/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/templates/bigru/style/../images/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#fff}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:rgba(0, 0, 0, 0.39);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}


.emoji-category-header {
	font-size: 16px;
	line-height: 30px;
	padding: 10px 15px;
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
	text-align: center;
}
	.emoji-category-header h1 {
		display: inline-block;
		font-size: inherit;
		margin: 0;
		padding: 0;
	}

.emoji-select-wrapper {
	display: flex;
	position: relative;
	background: #fff;
	line-height: 50px;
	
	border-bottom: 1px solid #eee;
}
	.emoji-select-wrapper a {
		text-decoration: none;
		transition: .2s;
	}
.emoji-select-wrapper *,
.emoji-select-wrapper *:after,
.emoji-select-wrapper *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	.emoji-select {
		font-size: 24px;
		display: flex;
		flex: 1;
		flex-wrap: wrap;
	}
	.emoji-select:after {
		content: '';
		display: block;
		clear: both;
	}
		.emoji-select a {
			flex: 1;
			float: left;
			min-width: 40px;
			text-align: center;
			padding: 5px 0 10px;
		}
		.emoji-select a:hover {
			background: #bfeafb;
		}
		.emoji-select a.active {
			background: #dadde2;
			cursor: default;
		}
	.emoji-select-adv {
		position: relative;
		flex: 0;
		font-size: 13px;
		line-height: 18px;
		padding: 0 20px;
		border-left: 1px solid #ddd;
	}
		.emoji-select-adv-trigger {
			display: block;
			width: 30px;
			height: 100%;
			background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABpklEQVQ4T72UMWgUQRiF39sRLAUJeOzNrXIEgkFQQbuAZSAgNiGNpLgmlQlY2QUUYmEnCKJVCNZWgkXKhMTmIEgSEZJw3LCLcK2BxNudJye5eAne3eY4nG5m3nzzv/+ff4ghDw6Zh/8LjCL7XFIFwL4xWaVW+1Hr5+hPhKVS6Zb3/lKnmOQ9QEukFiROkxjxHk+7AYMgSJ1z27TWjpLaAnAGeDL/6Fw8E0XhhMQ1AMc9Ikwl3umaw2KxeNsYrElcAfSA1Ga9nszlstxNZK2dIv1jgPtHR79eNRqNn21tFBXGs8xcKxQK69VqtdleH6jK1oZPSL4mcShhx7l4AkDWgrZyeBXQIsnzOezhThVSj9IUG8bwK4BdCQcAXwwMDAI8zDJukmoBv50C+yX5X/s9LXceKJfLV5rN42eArpNYrteT1W4X5ipKFIUfJN4E8IXEbJrqfpIk3y/i4vzDvuw97sZxvGVt8ROJyXb1ckD/Pux26wUB3pLY856fSb2ROC9pJwcMp63XKQ7DcMwYvAd4A8A75+KXeWBn/oCLHuinH6hTekGHDvwNPKeu0Wz98R8AAAAASUVORK5CYII=) no-repeat 50% 50%;
		}
		.emoji-select-adv-area {
			display: none;
			position: absolute;
			right: 55px;
			top: 20px;
			width: 270px;
			padding: 15px 20px;
			background: #fff;
			z-index: 1003;
			border-radius: 3px;
			box-shadow: 0 2px 9px rgba(0,0,0,.3);
		}
		.emoji-select-adv-area:before {
			content: '';
			position: absolute;
			top: 6px;
			left: 100%;
			border: 7px solid transparent;
			border-left-color: #ccc;
		}
		.emoji-select-adv-area:after {
			content: '';
			position: absolute;
			top: 7px;
			left: 100%;
			border: 6px solid transparent;
			border-left-color: #fff;
		}
			.emoji-select-adv-period {
				border-bottom: 1px solid #e5e5e5;
				padding-bottom: 10px;
				margin-bottom: 10px;
			}
				.emoji-select-adv-period a {
					position: relative;
					display: block;
					padding: 4px 0 5px 30px;
					color: #222;
				}
				.emoji-select-adv-period a:after {
					content: '';
					position: absolute;
					top: 4px;
					left: 4px;
					width: 18px;
					height: 18px;
					border: 1px solid #ddd;
					border-radius: 50%;
					transition: .2s;
				}
				.emoji-select-adv-period a:hover {
					color: #0097a7;
				}
				.emoji-select-adv-period a:hover:after {
					border-color: #ccc;
				}
				.emoji-select-adv-period a.active {
					color: #000;
				}
				.emoji-select-adv-period a.active:after {
					border: 5px solid #0097a7;
				}
			
			.emoji-select-adv-category {

			}
				.emoji-select-adv-category a {
					position: relative;
					display: block;
					line-height: 34px;
					padding: 0 10px;
					color: #222;
					border-radius: 2px;
				}
				.emoji-select-adv-category a:hover {
					color: #0097a7;
				}
				.emoji-select-adv-category a.active {
					background-color: #0097a7;
					color: #fff;
				}
				.emoji-select-adv-category a.active:after {
					content: '';
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					width: 35px;
					background: rgba(0,0,0,.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAANUlEQVQYV2P89+/ffwYGBgYmJiZGEA0CMDFGGAOmAJkPVo0sANMNMgnDKGQr8OvEayc+1wIAGgkr7HgVYQQAAAAASUVORK5CYII=) no-repeat 50% 50%;
				}


.rating-emoji {
	display: flex;
	border-radius: 3px;
	padding: 0 1%;
	flex-wrap: wrap;
}
.rating-emoji:after {
	content: '';
	display: block;
	clear: both;
}
	.rating-emoji .rating-emoji-item {
		flex: 1 0 16%;
		float: left;
		width: 16.66%;
		text-align: center;
		text-decoration: none;
		padding: 10px 0 5px;
		font-size: 21px;
		line-height: 30px;
		position: relative;
		cursor: default;
	}
	a.rating-emoji-item:hover {
		cursor: pointer;
		background: rgba(0,50,100,.1);
		font-size: 30px;
	}
		.rating-emoji-item-count {
			display: block;
			font-size: 13px;
			line-height: 20px;
			margin-top: 3px;
			color: rgba(0,0,0,.5);
		}
	a.rating-emoji-item.active:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 2px;
		right: 2px;
		height: 3px;
		background: #00bcd4;
	}





.ontop, #growls-default, #growls-tl, #growls-tr, #growls-bl, #growls-br, #growls-tc, #growls-bc, #growls-cc, #growls-cl, #growls-cr {
  z-index: 50000;
  position: fixed; }

#growls-default {
  top: 10px;
  right: 10px; }
#growls-tl {
  top: 10px;
  left: 10px; }
#growls-tr {
  top: 10px;
  right: 10px; }
#growls-bl {
  bottom: 10px;
  left: 10px; }
#growls-br {
  bottom: 10px;
  right: 10px; }
#growls-tc {
  top: 10px;
  right: 10px;
  left: 10px; }
#growls-bc {
  bottom: 10px;
  right: 10px;
  left: 10px; }
#growls-cc {
  top: 50%;
  left: 50%;
  margin-left: -125px; }
#growls-cl {
  top: 50%;
  left: 10px; }
#growls-cr {
  top: 50%;
  right: 10px; }
#growls-tc .growl, #growls-bc .growl {
  margin-left: auto;
  margin-right: auto; }

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .growl.growl-incoming {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-outgoing {
    opacity: 0;
    filter: alpha(opacity=0); }
  .growl.growl-small {
    width: 200px;
    padding: 5px;
    margin: 5px; }
  .growl.growl-medium {
    width: 250px;
    padding: 10px;
    margin: 10px; }
  .growl.growl-large {
    width: 300px;
    padding: 15px;
    margin: 15px; }
  .growl.growl-default {
    color: #FFF;
    background: #7f8c8d; }
  .growl.growl-error {
    color: #FFF;
    background: #C0392B; }
  .growl.growl-notice {
    color: #FFF;
    background: #2ECC71; }
  .growl.growl-warning {
    color: #FFF;
    background: #F39C12; }
  .growl .growl-close {
    cursor: pointer;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: helvetica, verdana, sans-serif; }
  .growl .growl-title {
    font-size: 18px;
    line-height: 24px; }
  .growl .growl-message {
    font-size: 14px;
    line-height: 18px; }




.gdprcookie-stickybar {
	text-align: center;
	width: 100%;
	z-index: 99999;
	box-shadow: rgba(0,0,0,.5) 0px 5px 10px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	background-color: #fff;
	color: #000;
	font-family: inherit;
	position: fixed;
	left: 0;
	bottom: 0;
}

.gdprcookie-container {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.gdprcookie-message {
	width: 70%;
	text-align: left;
}
@media (max-width: 768px) {
	.gdprcookie-message {
		width: 100%;
	}
}

.gdprcookie-popup .gdprcookie-message {
	width: 100%;
	text-align: justify;
	padding-bottom: 20px;
}


.gdprcookie-button {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background-color: #4fc0dd;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.gdprcookie-button:hover {
	text-decoration: none;
	opacity: 0.7;
}

.gdprcookie-reject-button {
	background-color: #e85319;
}

.gdprcookie-more-button {
	background-color: #fff;
	color: #000;
	text-decoration: underline;
}

