/*! jQuery UI - v1.9.2 - 2017-12-11
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/


@media (max-width : 800px) {  
.telegram-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}
.telegram-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #0088cc; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.telegram-button a {
    color: #fff;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.telegram-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

.download-btn {
  display: inline-block;
  background-color: #4CAF50;
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.download-btn:hover {
  background-color: #45a049;
}

.button_1635069531244 {
    display: inline-block !important;
    text-decoration: none !important;
    background-color: #edac07 !important;
    color: #fcffff !important;
    border: 3px solid #111112 !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    padding: 15px 50px !important; 
    transition: all 0.8s ease !important;
}
.button_1635069531244:hover{
    text-decoration: none !important; 
    background-color: #9aaab1 !important;
    color: #ffeded !important;
    border-color: #006089 !important;
}

a.btn, a.btn:visited{
  color: #fff !important;
}
.telegramim_button {
  opacity: 1;
  cursor: pointer;
  text-align: center;
  display: block;
  padding: 10px;
  text-decoration: none !important;
  text-transform: none;
  letter-spacing: normal;
   font-size:24px;
    width:258px;
    background:#29B6F6;
    box-shadow:1px 1px 5px #27A5E7;
    color:#FFFFFF;
    border-radius:6px;
     animation: animationpulse 2s infinite;
  -webkit-animation: animationpulse 2s ease-out;
    animation-iteration-count: 1;
  -webkit-animation-iteration-count: infinite;
  margin: 20px auto;
  display: flex;
  align-items: center;
  gap: 5px;
}

.telegramim_pulse {
  animation: animationpulse 2s infinite;
  -webkit-animation: animationpulse 2s ease-out;
    animation-iteration-count: 1;
  -webkit-animation-iteration-count: infinite;
}

.telegramim_pulse:hover {
  animation: linear;
}

@-webkit-keyframes animationpulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 inherit;
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(0,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}
@keyframes animationpulse {
  0% {
     transform: scale(1.0, 1.0);
    -moz-box-shadow: 0 0 0 0 inherit;
    box-shadow: 0 0 0 0 inherit;
  }
  10% {
     transform: scale(1.1, 1.1);
  }
  15% {
     transform: scale(1.0, 1.0);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgba(0,0,0, 0);
      box-shadow: 0 0 0 15px rgba(0,0,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
      box-shadow: 0 0 0 0 rgba(0,0,0, 0);
  }
}
@-ms-keyframes animationpulse {
    0% {
        -ms-transform: scale(1.0, 1.0);
    }
    10% {
        -ms-transform: scale(1.1, 1.1);
    }
    20% {
        -ms-transform: scale(1.0, 1.0);
    }
    100% {
       -ms-transform: scale(1.0, 1.0);
    }
}


.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active { text-decoration: none; }
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-menu { list-style:none; padding: 2px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -3px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 1; width: 100%; }
.ui-menu .ui-menu-divider { margin: 5px -2px 5px -2px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.5; zoom: 1; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; }

.ui-menu .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .2em; left: .2em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position:-65px -16px;
}
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
    background-image: none;
}
body .ui-tooltip { border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial,Helvetica,sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,Helvetica,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff; color: #333333; }
.ui-widget-content a { color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #c5c5c5; background: #f6f6f6; font-weight: normal; color: #454545; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #454545; text-decoration: none; }
/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #cccccc; background: #ededed; font-weight: normal; color: #2b2b2b; }*/
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #2b2b2b; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #003eff; background: #007fff; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #dad55e; background: #fffa90; color: #777620; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #777620; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #f1a899; background: #fddfdf; color: #5f3f3f; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #5f3f3f; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #5f3f3f; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: 0px 0 0 0px; padding: 5px; background: #666666; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

/* SET BASE
----------------------------------------------- */
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body { font: 14px Roboto, Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0;        
#2a2a2a; height:100%; width:100%; font-weight:400;}
img {max-width:100%;} 
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #2a2a2a; text-decoration: none;}
a:hover, a:focus {color:#75bcc4; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:18px;}
   
.form-wrap {margin:0; background-color:#fff;padding:20px}
.sub-title h1 {margin-bottom:15px; font-size:24px;}
.pm-page, .search-page, .static-page, .tags-page {}


/*--- SET ---*/
button, html input[type="button"], input[type="reset"], input[type="submit"] {cursor:pointer;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 }
button[disabled], input[disabled] { cursor: default }
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button { font-weight: normal; font-size: 12px !important; 
height: 30px !important; line-height:30px !important; padding: 0px 10px; background-color:#75bcc4; border-radius:3px; 
box-shadow:none; border:0; text-shadow:none;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#000000; background-color:#f2f2f2; border-radius:3px; -webkit-appearance: none; box-shadow:none !important;}
input[type="text"]:focus {box-shadow:none !important;}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#FFF; 
border-radius:0 0 6px 6px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.1); overflow:auto; vertical-align:top; resize:vertical;}

.flex-row {display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display:flex; flex-direction:column; justify-content:center;}
.icon-left span.fa {margin-right:10px;}
.icon-right span.fa {margin-left:10px;}

.img-box {overflow:hidden; position:relative; background-color:#000000;}
.img-box img {width:100%; min-height:100%;}
.square-img img {display:block; width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .overlay-close, .actor-img, .actor-item img, .side-game-img img, .show-login, .trailer-item, .trailer-item img, .tabs li 
{transition: all .2s linear;}
a, .game-img img, .top-game-title, .button, .rel-game-title, .but {transition: color .4s, background-color .4s, opacity .4s;}
.pseudo-link {cursor:pointer;}
.icon-left i {color:#75bcc4; margin-right:10px;}
.icon-dark i {color:#FFF !important;}
.button, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn), html input[type="button"], input[type="reset"], input[type="submit"] {display:inline-block; padding:0 15px; line-height:40px; border-radius:3px; background-color:#75bcc4; color:#FFF; text-transform:uppercase;}
.button:hover, button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover 
{color:#fff; background-color:#529fa8;}

/* KARKAS
----------------------------------------------- */
.wrapper {height:auto; width:100%; min-width:320px; position:relative; padding-top:50px;}
.center {width:100%; min-width:320px; max-width:1264px; margin:0 auto; position:relative; z-index:100; 
box-shadow:0 0 20px 0 rgba(0,0,0,0.15);}
.head {height:60px; background-color:#FFF; padding:10px 15px 0 250px; z-index:110;}
.wrap {background:#f7f8fa url(../images/bg1.png);}
.cols {padding:15px 0 30px 330px;}
.col-side {width:330px; margin-left:-330px; float:left; padding-left:15px;}
.col-cont {width:100%; float:right; padding:0 30px; min-height:800px;}

/* HEADER
----------------------------------------------- */
.logotype {height:60px; width:300px; display:block; position:absolute; left:0; top:0;
background:url(../images/logo.png) left center no-repeat; overflow:hidden; text-indent:-1000px; background-size:contain;}
.logotype:hover {opacity:0.7;}
.show-login {display:inline-block; padding:0 15px; box-shadow:inset 0 0 0 1px #e3e3e3; border-radius:3px; cursor:pointer;}
.show-login:hover {box-shadow:inset 0 0 0 1px #75bcc4;}
.to-reg {display:inline-block; margin-left:15px;}
.to-reg a {border-bottom:1px dotted rgba(0,0,0,0.5);}
.my-fav {margin-right:15px;}


/* SEARCH
----------------------------------------------- */
.search-wrap {width:260px; float:left;margin-left: 4rem !important;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; height:40px; line-height:40px; padding:0 10px 0 40px; border-radius:3px;
background-color:#f7f7f7; color:#5c5c5c; border:0; box-shadow:inset 0 0 0 1px #e3e3e3;}
.search-box button {position:absolute; left:0; top:0; border-radius:0;
padding:0; text-align:center; width:40px; height:40px; line-height:40px; color:#75bcc4; background-color:transparent;}


/* SLIDER
----------------------------------------------- */
.slider-wrap {background:#3b4054 url(../images/slider.jpg) center top no-repeat; background-size:100% auto; 
color:#FFF; max-height:280px; overflow:hidden;}
.slider-title {height:40px; line-height:40px; background-color:rgba(0,0,0,0.2);}
.hotgame, .slider-title h2 {font-size:16px; text-transform:uppercase; font-weight:700; display:inline-block; 
padding:0 15px; background-color:#75bcc4; float:left;}
a.hotgame {color:#fff}
a.hotgame:hover {background:#529fa8;border-bottom: 5px solid #647589;}
.slider-inner {padding:0 15px;}
.top-game {display:block; height:200px; max-width:200px;}
.top-game-title {position:absolute; left:0; right:0; bottom:0; padding:10px; text-align:center; 
background-color:rgba(0,0,0,0.3); color:#fff;}
.top-game:hover .top-game-title {background-color:#d8232a;}

.to-top-link {display:inline-block; padding:0 15px; float:left; 
background-color:#FFDD00; color:#000 !important;}
.to-top-link span {margin:0 10px;}
.to-top-link:hover {background-color:#ffce38;}

.to-top-link-2 {display:inline-block; padding:0 15px; float:left; background-color:#75bcc4; color:#000 !important;}
.to-top-link-2 span {margin:0 10px; color: #ffffff;}
.to-top-link-2 i {color: #ffffff;}
.to-top-link-2:hover {background-color:#529fa8;}


/* CONTENT SECTIONS
----------------------------------------------- */
.section {margin-bottom:30px;}
.section-title {margin-bottom:15px; line-height:40px;}
.section-title span, .section-title h1 {font-size:16px; text-transform:uppercase; font-weight:700; display:inline-block; float:left;}
.section-actors {background:#3b4054 url(../images/slider.jpg) center top no-repeat; background-size:100% auto;  color:#fff;}
.actors-items {padding:0px 15px;}

.grid-select {display:inline-block; float:right;}
.grid-select span {display:block; width:40px; height:40px; float:right; margin-left:10px; border-radius:3px; 
background-color:#75bcc4; color:#FFF; text-align:center; line-height:40px; font-size:18px; cursor:pointer;}
.grid-select span:hover, .grid-select span.current {box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.3);}
.grid-select:before {content:attr(data-label); display:inline-block;}

.sorter {display:inline-block; float:right; position:relative; margin-right:15px}
.sorter:before {content:attr(data-label); float:left; padding:0 15px 0 0; cursor:pointer;}
.sorter > i {width:40px; text-align:center; background-color:#75bcc4; color:#fff; font-size:18px; 
height:40px; line-height:40px !important; border-radius:3px;}
.sorter form {display:none; background-color:#fff; padding:15px; line-height:50px;box-shadow:0 0 15px 0 rgba(0,0,0,0.3); border-radius:4px; 
position:absolute; right:0; top:100%; width:170px; text-align:left; z-index:999;}
.sorter a:hover {text-decoration:underline;}
.sorter a {color:#2a2a2a; display:block; margin-bottom:10px; line-height:20px;}
.sort li.asc a:after, .sort li.desc a:after {content:"\f063"; font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
display: inline-block; margin-left:10px;}
.sort li.desc a:after {content:"\f062"}



/* SHORT STORY games
----------------------------------------------- */
.games {margin:0 -15px;}
.game-item {float:left; width:23.4%; margin:0 0.8% 30px 0.8%; position:relative;min-height: 350px; box-sizing: border-box; border: 3px solid #85BAC2; box-shadow: 4px 4px 6px rgb(0 0 0 / 25%); border-radius: 5px; background-color: #fff;}
.game-img {max-height:280px;min-height: 280px; border-radius:3px; display:block;}
.game-img:hover img {opacity:0.7;}
.game-title {margin:7px 0 7px 0; height:36px; line-height:18px; display:block; overflow:hidden;}
.game-rate-year {line-height:20px; color:#959595;}
.game-rate {display:inline-block; color:#d8232a; margin-right:15px;}
.game-rate i, .orig-mark i {margin-right:3px;}
.info-i {position:absolute; display:inline-block; padding:5px 10px; border-radius:3px;}
.hd-mark {right:5px; top:5px; background-color:#d8232a; color:#FFF;}
.new-s-mark {left:5px; bottom:5px; padding:0;}
.new-s-mark span {font-size: 12px;background-color:#FFDD00; color:#000000; display:inline-block; padding:5px 10px; border-radius:3px; margin:5px 5px 0 0;}
.orig-mark {background: linear-gradient(to bottom, #ffdd80 0%,#d8232a 100%); color:#fff !important;}
.new-mark {left:-15px; top:-15px; background-color:#d8232a; color:#FFF; width:50px; height:50px; border-radius:50%; 
background: radial-gradient(50% 50% at 50% 50%, #E29364 10.42%, #CA453C 100%); text-align:center; line-height:50px; padding:0; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);}

.game-item .more-link-wrap {
    display: none;
}
.grid-thumb .game-item .game-title {
    padding: 0 10px;
}
.grid-thumb .game-item:hover .game-title {text-decoration:underline;}

.grid-thumb .game-item:hover::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0, .6);
    z-index: 5;
}

.grid-thumb .game-item .new-s-mark {
    left: 0;
    bottom: 0;
    padding: 0 15px 5px;
}

.grid-thumb .game-item .orig-mark {
    width: 100%;
}

.grid-thumb .game-item .new-mark {
    z-index: 6;
}

.grid-thumb .game-item:hover .new-mark:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0, .6);
    border-radius: 50%;
}

.grid-thumb .game-item .hd-mark {
    right: 0;
    top: 5px;
    left: 20px;
    background-color: #d8232a;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    border-radius: 0;
}

.grid-thumb .game-item .game-img {
    max-height: 300px;
    min-height: 300px;
    padding: 35px 10px 0 10px;
    background: #fff;
}

.grid-thumb .game-item .game-rate {
    display: none;
}

.grid-thumb .game-item .game-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0F0D1D;
}

.grid-thumb .game-item .game-text-inner .mi-item {
    display: none;
}
.grid-thumb .game-item .game-text-inner {
    display: block;
    left: auto;
    top: auto;
    position: relative;
    background-color: #FFF;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
}
.grid-thumb .game-item .game-text-inner .pseudo-link {
    display: none;
}
.grid-thumb .game-item .game-text-inner .game-desc {
    background-color: transparent;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #5F5F5F;
    border-radius: 0;
    box-shadow: none;
    padding: 0 10px;
    margin: 0 0 10px 0;
    min-height: 90px;
}
.grid-thumb .game-item:hover .more-link-wrap {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    z-index: 100;
    top: 0;
    left: 0;
}
.grid-thumb .game-item .more-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
    background: #F9DF4B;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    padding: 10px 20px;
    border-radius: 3px;
    transform: translateY(-100%);
}


.game-text-inner {display:none; left:100%; top:0; position:absolute; background-color:#FFF; 
box-shadow:0 0 15px 0 rgba(0,0,0,0.3); border-radius:4px; padding:15px; width:500px;}
.pop-left .game-text-inner {left:auto; right:100%;}
.active {z-index:100; position:relative;}
.game-desc {background-color:#f7f7f7; color:#5c5c5c; border-radius:3px; box-shadow:inset 0 0 0 1px #e3e3e3; 
padding:15px; line-height:18px; margin:15px 0;}
.game-text .mi-item {padding:0; margin-top:5px;}
.mi-item span {font-weight:700; text-transform:uppercase; display:inline-block; width:130px;}
.mi-item a {text-decoration:underline; color:#75bcc4;}
.mi-item a:hover {text-decoration:none;}

.grid-list {margin:0 !important;}
.grid-list .game-item {float:none; width:100%; margin:0 0% 30px 0%; padding:0 0 30px 200px; border-bottom:1px solid #e3e3e3;
box-shadow:0 10px 10px -10px rgba(0,0,0,0.1); background: linear-gradient(to top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 70px); border-top: none; border-left: none; border-right: none; border-radius: 0;}
.grid-list .game-img {width:200px; height:280px; margin-left:-200px; float:left;}
.grid-list .game-text {width:100%; float:right; padding-left:30px;}
.grid-list .game-title {height:auto; margin:0 0 5px 0; font-size:18px; line-height:24px; font-weight:700;}
.grid-list .game-text-inner {display:block !important; margin-top:7px; position:static; box-shadow:none; 
padding:0; width:100% !important; background-color:transparent;}
.grid-list .game-desc {margin:12px 0 14px 0; padding:10px 15px;}

.mygrid .game-item {
    min-height: 350px;
}

/* ACTORS
----------------------------------------------- */
.actor-item {display:block; margin:0 15px; max-width:200px;}
.actor-img {height:124px; border-radius:50%;}
.actor-title {text-align:center; margin-top:10px; color:#fff;}
.actor-item:hover .actor-img {box-shadow:0 0 0 5px #d8232a;}
.actor-item:hover img {transform:scale(1.1,1.1);}

.short-actor {float:left; width:14.66%; margin:0 1% 30px 1%;}
.short-actor .actor-title {color:#2a2a2a; height:36px; overflow:hidden;}


/* SIDEBAR
----------------------------------------------- */
.side-item {margin-bottom:15px; padding:15px; background-color:#fff; border:1px solid #e3e3e3;
border-radius:3px; box-shadow:2px 4px 5px 0 rgba(0,0,0,0.05);}
.side-bg {background:#3b4054; border:1px solid #2f3543; color:#fff; background: linear-gradient(to right, #647589 0%,#2d5972 100%)}
.side-title {font-size:16px; font-weight:700; margin:0 -15px; 
height:40px; padding:0 15px; line-height:40px; background-color:#f5f5f5;}
.side-cont {padding:15px 0;}
.side-bg .side-title {background-color:#2f3543; color:#fff;}

.menu-2col {margin:0 -10px;}
.menu-2col li {width:50%; float:left;}
.menu-2col a {height:30px; padding:0 10px; line-height:30px; display:inline-block; position:relative; border-radius:3px; color:#e3e8fc;}
.menu-2col a:hover {background-color:#d8232a; color:#FFF;}
.menu-2col a.active {background-color:#d8232a; color:#FFF;}
.menu-4col li {width:25%;}
.navi a:before {content:""; width:12px; height:12px; border-radius:50%; position:absolute; left:10px; top:9px; 
box-shadow:1px 2px 3px 0 rgba(0,0,0,0.1),inset 0 0 0 1px #2f3543,inset 0 0 0 3px #5f6787; background-color:#d0d8fc;}
.navi a {padding:0 10px 0 30px;}
.navi a:hover:before {background-color:#fff;}

.random-link {background-color:#FFDD00; color:#000000 !important; display:block; line-height:40px; text-align:center; border-radius:3px; 
font-size:16px; text-transform:uppercase; margin:15px 0 -15px 0;}
.random-link i {margin-right:10px;}
.random-link:hover {background-color:#ffce38;}

.side-game {width:48%; float:left; display:block; margin-bottom:20px;}
.side-game:nth-child(2n) {float:right;}
.side-game-img {height:170px; margin-bottom:10px;}
.side-game-title {height:35px; overflow:hidden; text-align:center; color:#444;}
.side-game:hover .side-game-img img {transform:scale(1.1,1.1);}
.side-game:hover .side-game-title {text-decoration:underline;}

.short2-item {margin-bottom:15px; color:#60aae1; font-size:12px; position:relative; padding-left:60px; min-height:50px;}
.short2-item a {margin-bottom:5px; display:block; color:#5c5c5c; font-size:14px}
.short2-img {width:50px; height:50px; border-radius:4px; position:absolute; left:0; top:0;}
.short2-item:hover a {text-decoration:underline;}

/* SEO DESCRIPTION
----------------------------------------------- */
.site-desc {padding:15px; background-color:#fff; border:1px solid #e3e3e3;
border-radius:3px; box-shadow:2px 4px 5px 0 rgba(0,0,0,0.05)}
.site-desc h1, .site-desc h2, .site-desc h3 {font-size:18px; font-weight:700; margin:0 -15px 15px -15px; 
background-color:#f5f5f5; padding:10px 15px;}
.site-desc h1 span, .site-desc h2 span, .site-desc h3 span {}
.site-desc p {margin-bottom:5px;}
.site-desc a {color:#75bcc4; text-decoration:underline;}

/* FOOTER
----------------------------------------------- */
.foot-line {padding:30px 15px; min-height:70px; background-color:#3b4054; color:#FFF; border-top:5px solid #75bcc4}
.copyr {float:left; width:90%;}
.counts {display:flex; flex-direction:column; justify-content:center; float:right;}
.foot-line a {text-decoration:underline; color:#fff;}


/* FULL STORY games
----------------------------------------------- */
.page-cols {padding-left:260px;}
.page-col-left {width:260px; margin-left:-260px; float:left; padding-bottom:20px;}
.page-col-right {width:100%; float:right; padding-left:20px;}
.mc-article {padding-left:0;}
.mc-article .page-col-right {float:none; padding-left:0;}

.m-img {border:4px solid #fff; box-shadow:0 0 0 1px #e3e3e3; border-radius:2px; margin-bottom:20px; max-width:260px; position:relative;}
.m-img img {width:100%; display:block;}

.page-col-right h1 {font-size:24px; font-weight:700; margin-bottom:15px}
.m-ratings {margin-bottom:10px;}
.pcr-item {display:inline-block; margin-right:20px; line-height:26px;}
.kp i {margin-right:5px; color:#d8232a;}
.imdb i {margin-right:5px; color:#fabd01;}

.m-buttons {margin-bottom:20px;}
.m-buttons a {display:inline-block;}
.m-buttons i {margin-right:10px;}
.but {display:inline-block; padding:10px 15px; background-color:#75bcc4; color:#fff; 
font-size:14px; font-weight:700; text-transform:uppercase;}
.to-view {color:#000000; background-color:#FFDD00; margin-right:20px; cursor:pointer;}
.but:hover {background-color:#529fa8;}
.to-view:hover {background-color:#ffce38;}
.m-buttons a {display:inline-block;}

.m-desc {}
.m-info .mi-item {padding:7px 5px;}
.m-info .mi-item:nth-child(2n+1) {background-color:#f6f6f6;}
.m-info .mi-item span {width:110px; text-transform:none;}
.mi-item i {font-weight:400; margin-right:7px; color:#75bcc4;}
.long span {width:100% !important; margin-bottom:5px;}

.screens-section {text-align:center; margin:-5px -8px 15px -8px;}
.screens-section > .highslide, .screens-section > img {display:inline-block; width:30.7%; height:105px; overflow:hidden; margin:5px 1%;}
.screens-section br {display:none;}
.screens-section > .highslide img {display:block; width:100%; min-height:100%;}

.player-section {padding:20px 30px 20px 20px; margin:0 -30px 20px 0; position:relative; 
background:#3b4054; color:#fff; background: linear-gradient(to right, #647589 0%,#2d5972 100%)}
.player-drop {background-color:#000000; color:#fff !important; display:none;}
.player-drop.visible {display:block;}
.tabs {margin-top:-20px;}
.tabs li {display:inline-block; padding:20px 10px; cursor:pointer; text-transform:uppercase; font-weight:700;}
.tabs li.current {box-shadow:inset 0 45px 0 0 #d8232a;}
.tabs li:hover {box-shadow:inset 0 45px 0 0 #d8232a;}
.share-section {text-align:center; margin:-10px 0 15px 0;}

.slice {overflow:hidden; position:relative; transition:height .2s;}
.slice-masked:before {content:'';position:absolute;z-index:1;bottom:0px;left:0;right:0;height:120px;pointer-events:none;
background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);}
.slice-btn {margin:-20px 0 20px 0;}
.slice-btn span {display:block; cursor:pointer; text-decoration:none; color:#fff; background-color:#75bcc4; 
text-align:center; padding:10px; margin-top: 50px;}

.btn-down {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}




/* RATING V5
----------------------------------------------- */
.full-rating {display:inline-block; position:relative;
color:#444; font-size:18px; height:26px; line-height:26px;}
.full-rating2, .full-rating3 {background-color:#f6f6f6; box-shadow:0 0 0 1px #e3e3e3;}
.full-rating2 i {color:#008ACE; margin-right:5px;}
.full-rating2 a {display:block; padding:0 10px; color:#444;}
.full-rating2 a:hover {background-color:#008ACE; color:#FFF;}
.full-rating2 a:hover i {color:#FFF;}
.full-rating3 {color:#444; padding:0 33px;}
.full-rating3 a {display:block; color:#fff; background-color:#7dc561; width:26px; height:26px; text-align:center; 
position:absolute; top:0; right:0; font-size:14px;}
.full-rating3 a:nth-child(2) {background-color:#eb7f73; left:0; right:auto;}
.full-rating3 a i {color:#fff;}
.full-rating3 a:nth-child(2) i {color:#fff;}
.full-rating3 a:hover {color:#FFF; background-color:#028c19;}
.full-rating3 a:nth-child(2):hover {background-color:#c1050a;}
.full-rating3 a:hover i {color:#FFF;}
.full-rating span.ratingzero {color: #ccc;}
.full-rating span.ratingtypeplus {color: #444;}
.full-rating2 a:hover span.ratingtypeplus {color:#FFF;}
.full-rating span.ratingplus {color:#95c613;}
.full-rating span.ratingminus {color:#ff0e0e;}
.frating-stars {position:relative; top:8px;}
.mc-article .frating-stars {position:relative; top:6px;}


/* FULL STORY STATIC
----------------------------------------------- */
.full-text embed, .full-text object, .full-text video, .full-text iframe, .full-text frame {width: 100% !important; height:450px;}
.full-text {overflow: hidden; line-height:20px; margin:0 0 20px 0; color:#5c5c5c}
.full-text img {margin:0 10px 10px 0; max-width:100%; border:5px solid #f0f0f0;}
.player-drop img {margin:0; border:0; display:block;}
.full-text a {text-decoration:underline;}
.full-text a:hover {text-decoration:underline;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {color:#007ac2; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif;}
.full-text h2 {font-size:22px;}
.full-text h3 {font-size:20px;}
.full-text h4 {font-size:18px;}
.full-text h5 {font-size:16px;}
.full-text p {margin: 9px 0;}
.full-text ul, .full-text ol, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:0;}
.full-text h2 {margin: 15px 0;}


.full-text ul li {list-style:disc; margin-left:40px;}
.full-text ol {counter-reset:li; padding:0;  list-style:none; margin-left:25px; }
.full-text ol li {position:relative; margin:0 0 5px 0; padding-left:30px; min-height:20px;}
.full-text  ol li:before {content:counter(li); counter-increment:li; font-size:11px;
position:absolute; top:2px; left:0; width:20px; height:20px; line-height:20px; text-align:center; 
color:#fff; background:#0297dc; font-weight:bold; border-radius:50%;}
.full-text table {width:100%; text-align:left;}
.full-text table tr td {padding:10px; border:1px solid #ccc; font-size:12px; }
.full-text table tr:nth-child(1) {background-color:#0297dc !important; color:#FFF; font-size:14px !important;}
.full-text table tr:nth-child(2n+1) {background-color:#f9f9f9;} 
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:50px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:20px 0; overflow:hidden;font-size: 15px;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background: #8CC152;border-radius: 4px;text-align: center;}
.attach .download-link:hover{background-color:#A0D468}
.attach-info {float:right;}
.attach i {margin-right:5px;}

.my-attach {
   margin: 8px 0;
   line-height: 30px;
}

.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:20px 0; line-height:20px;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#f5f5f5; line-height:normal;}
.full-taglist {margin:10px 0 20px 0; font-size:11px;}
.full-taglist-t { margin-bottom:5px; font-weight:bold;}
.full-taglist a:hover {text-decoration:underline;}
.full-nav {text-align:center; margin-bottom:20px;}
.full-nav a {color:#06c; text-decoration:none;}
.full-nav a:hover {color:#06c; text-decoration:underline;}
.full-nav-pages {margin:0 15px;}
.full-nav-pages span, .full-nav-pages a {display:inline-block; margin:0 5px;}


/* RELATED
----------------------------------------------- */
.related {background-color:#f6f6f6; padding:10px 20px 0 20px;}
.rel-box {margin:0 -7px;}
.rel-game {margin:0 7px; display:block; height:170px;}
.rel-game-title {position:absolute; left:0; right:0; bottom:0; padding:10px; text-align:center; 
background-color:rgba(0,0,0,0.3); color:#fff;}
.rel-game:hover .rel-game-title {background-color:#d8232a;}
.mc-article .rel-game {height:100px;}
.mc-article .rel-game-title {font-weight:400; text-align:left;}


/* COMMENTS
----------------------------------------------- */
#addcform {text-align:left; margin-top:20px;   border:1px solid #e3e3e3; background-color:#f6f6f6; padding:15px;}
.mass_comments_action {text-align: right; padding:5px 15px; background-color: #f6f6f6; margin:20px 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}

.js .add-comm .js .add-comm .bb-editor + br, .js .add-comm .bb-editor + br + input, 
.js .add-comm .bb-editor + br + input + label, .js .add-comm .bb-editor + br + input + label + br {display:none !important;}
.js .add-comm.active .ac-protect {display:block !important;}
.js .add-comm.active .bb-editor + br, .js .add-comm.active .bb-editor + br + input, 
.js .add-comm.active .bb-editor + br + input + label, .js .add-comm.active .bb-editor + br + input + label + br {display:inline-block !important;}

.comments-items {padding:20px 0 0 0; margin-top:50px; background-color:#FFF; border-radius:6px; box-shadow:0px 1px 2px rgba(0, 0, 0, 0.15);}
.add-com-form {}
.add-com-textarea {width:100%;}

.ac-inputs input {width:49%; float:left; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.1); background-color:#fafafa;}
.ac-inputs input:last-child {float:right;}
.ac-inputs, .ac-textarea, .ac-protect {margin-bottom:15px;}
.ac-textarea textarea {display:block; width:100%; height:70px; padding:10px; background-image:none; background-color:#fafafa; 
 border:1px solid #d6cfcf; border-radius:0 0 6px 6px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.1);}
.ac-submit button {float:right;}
.sec-answer + .sec-label {margin-top:15px;}
.add-com-but + form #addcform {display:none; margin:20px 0;}
.ac-protect {width:70%; float:left; margin-top:-10px;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-inputs input, .ac-protect input {background-color:#fafafa; 
 border:1px solid #d6cfcf; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.34);}

.comm-item {padding:0 20px 15px 80px; margin-bottom:15px;  font-size:14px; border-bottom:1px solid #e3e3e3;}
.comm-left {float:left; margin-left:-60px; width:60px; height:60px; overflow:hidden; position:relative;}
.comm-right {float:right; width:100%; padding-left:20px;}
.comm-left img {width:100%; min-height:100%;}
.comm-top-info {}
.comm-info-line {position:relative; padding-right:120px;}
.comm-author, .comm-date {float:left; color:#888; font-size:10px; display:inline-block;}
.comm-author {font-size:14px; font-weight:bold; margin:0 10px 0 0; color:#232323;}
.comm-author a {color:#232323;}
.comm-date {color:#aaaaaa; font-size:14px;}
.comm-text {margin:10px 0; min-height:20px; color:#626262;}
.comm-body {}
.signature {font:italic 11px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; border-top:1px dashed #e3e3e3;}
.comm-bottom-info {}
.comm-bottom-info ul {text-align:right;}
.comm-bottom-info ul li {display:inline-block; margin-left:5px;}
.comm-bottom-info ul li:first-child, .comm-bottom-info ul li:nth-child(2) {float:left; margin-left:0; margin-right:10px;}
.comm-bottom-info ul li a {font-size:12px;}
.comm-bottom-info ul li i {margin-right:10px;}
.comments-tree-list .comments-tree-list {background-color:#f6f6f6; padding-top:15px; margin-top:-15px;}

.comm-rate {position:absolute; right:0; top:-8px; line-height:30px; border-radius:4px;}
.comm-rate span.ratingtypeplusminus {display:block; padding:0 30px;  color:#444; 
font-weight:700; font-size:16px;}
.comm-rate a {display:block; width:20px; height:30px; position:absolute; top:0; left:5px; 
text-align:center; line-height:30px; font-size:28px; font-weight:700; color:#61b804;}
.comm-rate a:last-child {left:auto; right:5px; line-height:30px; 
color:#ec000b; top:-3px;}
.comm-rate a:hover {opacity:0.7;}
.comm-rate > span > span.ratingzero {color: #444444;}
.comm-rate > span > span.ratingtypeplus {color: #06b601;}
.comm-rate > span > span.ratingplus {color: green;}
.comm-rate > span > span.ratingminus {color: red;}

.pos-comm {background-color:#e5f7e5;}
.neg-comm {background-color:#f7e5e6;}


/* GO TOP BUTTON */
#gotop{position:fixed;width:40px;height:40px;right:0px;bottom:0px;cursor:pointer;
background:url('../images/gotop.png') no-repeat;z-index:9998;display:none; opacity:0.8;}


/* LOGIN
----------------------------------------------- */
.overlay {position:fixed; left:0; top:0; z-index:10000; width:100%; height:100%; background-color:rgba(0,0,0,0.4); display:none;}
.overlay-close {position:absolute; right:20px; top:11px; font-size:18px !important; color:#fff; cursor:pointer;}
.overlay-close:hover {transform:rotate(90deg) scale(1.1,1.1);}
.login-box {width:320px; position:absolute; left:50%; top:20%; margin-left:-160px; border-radius:4px; overflow:hidden;
padding:20px; color:#fff; background-color:#fff; box-shadow:0 0 20px 0 rgba(0,0,0,1.00);}
.login-title {text-align:left; font-size:16px; font-weight:700; background-color:#75bcc4; color:#FFF; padding:0 20px; line-height:40px; 
margin:-20px -20px 20px -20px;}
.login-input {margin-bottom:20px;}
.login-input input, .login-input input:focus {display:block; width:100%; height:40px; padding:0 10px; line-height:40px; 
background-color:#fff; border-radius:3px; border:1px solid #e3e3e3; box-shadow:none;}
.login-input input:focus {border:1px solid #e3e3e3;}
.login-button button {display:block; text-align:center; font-size:16px; 
width:100%; height:40px; line-height:40px;}
.login-button button:hover {}
.login-checkbox {font-size:12px; margin:10px 0; color:#9b9b9b;}
.login-checkbox input {display:none;}
.login-checkbox input + label:before {width:10px; height:10px; margin-right:5px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #e3e3e3; content:""; background-color:#f5f5f5; display:inline-block;}
.login-checkbox input:checked + label:before { background-color:#c9282d;}
.login-links {text-align:center; line-height:30px;}
.login-links a {float:left; text-decoration:underline;}
.login-links a:last-child {float:right;}
.login-links a:hover {text-decoration:none;}
.login-social {text-align:center;}
.comm-social {text-align:left;}
.login-social:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:10px;}
.login-social a {display:inline-block; margin:0 3px 10px 3px;}
.login-social img {display:block; width:30px;}
.login-social a:hover img {transform:scale(1.1);}
.login-avatar {text-align:center;}
.avatar-box {display:inline-block; width:80px; height:80px; border-radius:0; overflow:hidden;}
.avatar-box img {width:100%; min-height:100%;}
.avatar-box + a {display:block; margin-top:5px; text-decoration:underline;}
.login-menu {margin-top:20px;}
.login-menu a {display:block; height:30px; padding:0 20px; line-height:30px; background-color:#f5f5f5; color:#5c5c5c; 
margin-bottom:5px; border-radius:3px;}
.login-menu a:hover {color:#fff; background-color:#d8232a;}

/* top
----------------------------------------------- */
.top-wrap {position:relative; padding-top:20px;}
.top-liders-bg{background:url(../images/3_6.png);background-color:#300;position:absolute;height:400px;border:10px solid #75bcc4;overflow:hidden;border-radius:4px;width:100%;left:0;top:0;background-position:50% 50%}
.tl-title {text-align:center; font-size:32px; font-weight:700; color:#ffdd00; padding:10px 0; text-transform:uppercase;}
.tops-item {display:block; width:21%; margin:0 2% 40px 2%; float:left; position:relative;}
.tops-item a {display:block;}
.tops-img {height:230px; border:5px solid #75bcc4; border-radius:4px; overflow:hidden;}
.tops-img img {transition:opacity .2s linear;}
.top-liders {counter-reset:li; list-style:none; position:relative; z-index:100; padding-top:440px;}
.tops-item a:before {content:counter(li); counter-increment:li; width:116px; height:110px; text-align:center; line-height:105px; 
font-size:28px; font-weight:700; position:absolute; left:50%; bottom:0; margin:0 0 -35px -58px; color:#fff; z-index:200;
background:url(../images/medal.png) -2px 0 no-repeat;}
.tops-img:hover img {opacity:0.7;}
.tops-item:nth-child(1), .tops-item:nth-child(2), .tops-item:nth-child(3) 
{position:absolute; top:60px; left:50%; width:174px; margin:0; box-shadow:10px 10px 10px 0 rgba(0,0,0,0.3); z-index:100;}
.tops-item:nth-child(1) {margin-left:-87px;}
.tops-item:nth-child(2) {margin-left:-310px; top:80px;}
.tops-item:nth-child(3) {margin-left:135px; top:100px;}
.tops-item:nth-child(1) .tops-img, .tops-item:nth-child(2) .tops-img, .tops-item:nth-child(3) .tops-img {height:230px;}
.tops-item:nth-child(1) a:before, .tops-item:nth-child(2) a:before, .tops-item:nth-child(3) a:before 
{color:#ffdd00; background:url(../images/medal2.png) -2px 2px no-repeat;}

@media screen and (max-width: 1220px) {
.tops-item {width:23%; margin:0 1% 40px 1%;}
.tops-img {height:180px;}
.tops-item:nth-child(2) {margin-left:-290px;}
.tops-item:nth-child(3) {margin-left:115px;}
}
@media screen and (max-width: 950px) {
.tops-img {height:200px;}
}
@media screen and (max-width: 760px) {
.tops-item {width:31.33%;}
.tops-item:nth-child(2) {margin-left:-275px;}
.tops-item:nth-child(3) {margin-left:100px;}
}
@media screen and (max-width: 590px) {
.top-liders-bg {height:auto; padding-bottom:20px; display:none;}
.top-liders-bg:before {display:none;}
.tops-item {position:relative !important; top:0 !important; left:0 !important; margin:0 auto 40px auto !important; float:none;}
.tops-img {height:160px;}
.top-liders {padding-top:0;}
.top-wrap {padding:0;}
}
@media screen and (max-width: 470px) {
.tl-title {font-size:24px;}
.tops-img {height:170px;}
.tops-item {width:48%;}
}



/* ADAPTIVE
----------------------------------------------- */
.show-menu, .show-auth {display:none; cursor:pointer;}

@media screen and (max-width: 1300px) {
body {background-image:none;}
.wrapper {padding-top:0;}
.player-section {padding:20px 40px 20px 20px; margin:0 -40px 20px 0;}
.player-section:before {display:none;}
}

@media screen and (max-width: 1220px) {
.center {max-width:1000px;}
.show-auth {display:inline-block; float:right; width:40px; text-align:center; padding:0;}
.login-buts {display:none; position:absolute; right:0; top:100%; background-color:#FFF; width:320px; padding:30px 30px 15px 30px; 
box-shadow:0 0 15px 0 rgba(0,0,0,0.3);}
.show-login {display:block; margin:15px 0 0 0;}
.to-reg, .my-fav {display:block; margin:0;}
.col-cont {padding:0 15px;}
.games {margin:0 -7px;}
.sorter, .grid-select:before {display:none;}

.game-item {width:23%; margin:0 1% 30px 1%;}
.grid-list .game-text {padding-left:15px;}
.trailer-item {height:110px;}
.trailer-item.vertical {height:230px;}
.actor-img {height:132px;}
.short-actor {width:18%;}

.copyr {width:85%;}

.but {font-size:12px; padding:10px 12px; margin:0}
.to-view {margin:0 15px 10px 0;}
.rel-game {height:150px;}
.player-section {padding:20px; margin:0 -15px 20px 0;}
.full-text embed, .full-text object, .full-text video, .full-text iframe, .full-text frame 
{width: 100% !important; height:400px;}
.screens-section > .highslide, .screens-section > img {width:94%; height:190px;}

}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.slider-wrap, .section-actors {background-image:none; background: linear-gradient(to left, #647589 0%,#2d5972 100%);}
.cols {padding:15px 0; overflow:hidden;}
.col-side {width:320px; margin-left:-320px; padding:0 5px; display:none;}
.vis-side .col-side {margin-left:0; display:block;}
.vis-side .col-cont {margin-right:-330px;}
.head {padding:12px 15px 0 260px;}
.logotype {width:190px;}
.show-menu {display:inline-block; width:40px; text-align:center; position:absolute; top:12px; left:205px; font-size:18px; padding:0;}
.slider-wrap.vis-side {display:none;}

.actor-img {height:118px;}

.player-section {margin:0 -15px 20px -15px;}
.tabs li {font-size:12px;}

.comm-item {padding:0 10px 15px 70px;}
.comm-right {padding-left:10px;}
.comm-author, .comm-date {font-size:12px;}
.ac-protect {width:75%;}
.form-wrap {margin:0 -15px;}

}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.head {height:110px;padding:10px 15px;}
.search-wrap {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    margin-left: 0!important;
    margin-top: 50px;
}
.logotype {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.show-auth {
    position: absolute;
    top: 10px;
    right: 15px;
}
.show-menu {top:10px; left: 15px;}
.slider-wrap {
    max-height: unset;
}
.slider-title {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.slider-title h2 {font-size:12px;}
.hotgame {
    text-align: center;
    flex-basis: 50%;
}
.to-top-link {
    display: block;
    flex-basis: 50%;
    text-align: center;
}
.to-top-link i {display:none;}
.to-top-link span {margin:0;}

.to-top-link-2 {
    display: block;
    flex-basis: 50%;
    text-align: center;
}
.to-top-link-2 i {display:none;}
.to-top-link-2 span {margin:0;}


#owl-top .owl-controls {
    right: auto;
    left: 25%;
    height: auto;
    display: block;
    width: 20px;
    transform: translateX(-50%);
}
.game-img {height:180px;}
.trailer-item {height:180px !important; width:48%; margin:0 1% 10px 1% !important;}
.trailer-title {font-size:14px !important;}
.trailer-item i {display:none;}
.short-actor {width:23%;}

.copyr {float:none; width:100%;}
.counts {display:none;}

.page-cols {padding-left:0;}
.page-col-left {width:100%; margin-left:0; float:none;}
.page-col-right {float:none; padding-left:0;}
.speedbar {font-size:12px;}
.mc-article .rel-game {height:100px;}

.navigation {display:none !important;}
.pprev, .pnext {font-size:18px; margin:10px; width:120px !important;}

.login-box {top:0;}
.overlay-close {right:10px; top:10px; font-size:18px !important;}
.comments-tree-list .comments-tree-list {padding-left:0 !important;}
.full-info, .full-nav-pages {display:none;}
.comm-bottom-info ul li, .mass_comments_action {display:none;}
.mob-vis {display:inline-block !important;}

.sub-title h1, .full-page h1 {font-size:18px; line-height:24px;}

.top-game img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: fill;
}

}

@media screen and (max-width: 590px) {
.center {max-width:480px;}

.game-item {width:31.33%;}
.game-text-inner .mi-item, .game-text-inner .button {display:none !important}
.grid-list .game-item {padding:0 0 30px 140px;}
.grid-list .game-img {width:140px; height:190px; margin-left:-140px;}
.grid-list .game-desc {margin:12px 0 0 0;}
.trailer-item {height:150px !important;}

.full-text embed, .full-text object, .full-text video, .full-text iframe, .full-text frame 
{width: 100% !important; height:300px;}
.ac-inputs input {width:100%; float:none !important; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:-10px 0 0 0;}
.ac-submit button {float:none; display:block; text-align:center; width:100%;}
    
.ui-dialog {width:100% !important;}
.userinfo { padding-left:0;}
.userinfo .left, .userinfo .right {float:none !important; width:100%; margin:0;}
.userinfo .left {text-align:center; margin-bottom:10px;}
.userinfo .left .avatar {width:100px; margin:0 auto 5px auto;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.center22 {max-width:320px;}
.slider-title h2 {display:none;}
.section-title span, .section-title h1 {font-size:14px;}

.game-item {width:48%;}
.trailer-item {height:110px !important;}
.grid-list .game-item {padding:0 0 30px 0;}
.grid-list .game-img {margin:0 auto; float:none;}
.grid-list .game-text {float:none; padding-left:0; margin-top:10px;}
.grid-list .new-mark {left:0; top:0;}
.actor-img {height:115px;}
.short-actor {width:42%; margin:0 4% 30px 4%;}

.but {font-size:14px; padding:10px 20px; margin-top:10px; display:block;}
.to-view {margin:0;}
.m-buttons a {display:block;}
.screens-section > .highslide, .screens-section > img {width:94.8%; height:230px;}

.full-text embed, .full-text object, .full-text video, .full-text iframe, .full-text frame 
{width: 100% !important; height:250px;}
.ac-protect {margin:-10px -10px 0 -10px;}
.comm-item {padding:0 10px 15px 50px;}
.comm-left {margin-left:-40px; width:40px; height:40px;}
.comm-author, .comm-date {margin:0; display:block; float:none;}
.comm-date {display:none;}
.login-social:before {display:block; line-height:30px; margin-right:0;}
}

/* Fix dle html5 player
----------------------------------------------- */
.mejs-container, .mejs-inner, .mejs-video, .me-plugin, .mejs-shim, .mejs-layers, .mejs-overlay, .mejs-poster {width:100% !important;}
.mejs-video, .mejs-shim {height:400px !important;}
@media screen and (max-width: 470px) {
.mejs-video, .mejs-shim {height:250px !important;}
}

/* Other styles
----------------------------------------------- */
.installgame,.systemneed{color:#007ac2;font-style:italic;font-family:Georgia,"Times New Roman",Times,serif;font-size:22px;margin:20px 0}
.specialgame{background:#3b4054;padding:20px}
.specialgame ul li {
    margin-left: 15px;
}
.specialgame a {
    color: #ffffff;
}
.torrentblock{margin:40px 0}
.howd a{display:inline-block;color:#fff;font-size:13px;text-align:center;cursor:pointer;background:#949aa5;padding:10px}
.howd a:hover{border-color:transparent;text-decoration:none}
.downblock{margin:20px 0}
.size_torrent,.down_col,.distrib_col{display:inline-block;vertical-align:top;color:#949aa5}
.size_torrent span,.down_col span,.distrib_col span{display:inherit;color:#4f555a;font-weight:700;text-align:center}

/* Rating game
----------------------------------------------- */
.m-rating-area{height:auto;display:inline-block;margin:15px 0;padding-left:90px;position:relative}
.m-error{background:#fafafa;position:absolute;top:5px;right:5px;padding:0 15px;display:none;border:1px solid #db4a39;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;font:normal 12px/28px Arial;color:#444}
.m-load{background:#f0f0f0 url({THEME}/images/m_load.gif) 50% 50% no-repeat!important}
.m-rating-rate{float:left;margin-left:-90px;width:80px;border-right:1px solid #ddd;font:bold 27px/60px Arial;text-align:center;color:#777;height:80px;text-shadow:0 1px #fff;-moz-box-shadow:inset 0 1px 1px #fcfcfc;-webkit-box-shadow:inset 0 1px 1px #fcfcfc;box-shadow:inset 0 1px 1px #fcfcfc}
.m-rating-rate-votes{font:normal 11px/20px Arial;margin-top:-15px;text-shadow:none}
.m-rating-column{width:200px;float:left;height:80px}
.m-rating-field{padding:5px 0 5px 50px;height:auto}
.m-rating-value{background:#75bcc4;float:left;cursor:pointer;margin-left:-40px;width:30px;height:30px;color:#fff;font:bold 15px/30px Arial;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 #fff;-webkit-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}
.m-rating-field:hover .m-rating-value{background:#26787F}
.m-rating{margin:0;padding:0;list-style:none}
.m-rating:after{content:"";display:table;clear:both}
.m-rating li{float:left;padding:0 1px}
.m-rating li span{display:block;width:10px;height:10px;border-radius:5px;background:#ccc;text-indent:-10000px;cursor:pointer;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.25),0 1px 0 #fff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.25),0 1px 0 #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.25),0 1px 0 #fff}
.m-rating li.m-current span{background:#75bcc4}
.m-rating li.m-hover span{background:#26787F}

ol[typeof=BreadcrumbList]
{
	display:inline-block;
	list-style:none!important;
}
ol[typeof=BreadcrumbList] > li
{
	display:inline-block;
}

#filter_cats li {
    float: left;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    padding: 3px 6px;
    background-color: #fff;
    border-color: #ccc;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

#filter_cats li:hover {
    background-color: #E6E6E6;
    border-color: #ADADAD;
}

#filter_cats li.active {
    background-color: #E6E6E6;
    border-color: #ADADAD;
}
#game_filter_slider_year_min, #game_filter_slider_rating_min, #game_filter_slider_rating_min_2, #game_filter_slider_rating_min_3 { float: left; }
#game_filter_slider_year_max, #game_filter_slider_rating_max, #game_filter_slider_rating_max_2, #game_filter_slider_rating_max_3 { float: right; }

.filter-checkbox-area {
    display: none;
    top: 100%;
    background: #2f3543;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #2f3543;
    border-top: none;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-checkbox-area li label {
    padding: 5px 10px;
    display: block;
    cursor: pointer;
    text-transform: lowercase;
}

.game_filter label {
    cursor: pointer;
    white-space: nowrap;
    display: inline-block;
}

.game_filter input[type="checkbox"] {
    cursor: pointer;
    margin-right: 5px;
}

.filter-checkbox-area li label:hover {
    background: #395970;
}

.game_filter .btn {
    background: #2f3543;
    border: 1px solid #2f3543;
    padding: 4px 10px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
}

.game_filter .btn:before {
    content: '\25bc';
    color: #ffffff;
    width: 9px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 40%;
    margin-top: -3px;
    font-size: 10px;
}

.typo, .wrapper .list a, .list a {
    font-size: 60px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    color: #585858;
    text-decoration: none;
}
.typo option, .wrapper .list a option, .list a option {
    font-size: 30px;
}

.transition {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.flist {
    display: inline-block;
    position: relative;
}
.flist ul {
    text-align: left;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    display: none;
    background-color: #2f3543;
    color: #fff;
    border-radius: 0 5px;
    z-index: 9999;
}
.flist ul .active {
    display: block;
}
.flist li {
    list-style: none;
    padding: 0 10px;
    min-width: 173px;
}
.flist li:first-child a {
    color: #ffffff;
}
.flist a {
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #ffffff;
    position: relative;
}
.flist a:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 0;
    left: 0;
    background: #ffffff;
    bottom: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.flist a:hover {
    cursor: pointer;
    color: #ffffff;
}
.flist a:hover:after {
    width: 100%;
}
.fplaceholder {
    border-bottom: 1px dashed;
    cursor: pointer;
}
#rating-type-2, #rating-type-3 { display: none; }
#tor_pict { display: block; margin-top: 20px; }
#tor_pict img{opacity:.8; border-radius: 7px; margin: 0; border: 0;}
#tor_pict:hover img{opacity:1;}
.shine {   
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:0px solid #26CF0C;
  border-radius:5px;
       
}
.shine:hover {
  box-shadow: 0 0 20px #26CF0C;
}
.fcat-link {
    float: right;
    color: #ffffff;
    font-size: 0;
}
.fcat-link:after {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
}
.site-desc ul li {list-style:disc; margin-left:40px;}
.site-desc ol {counter-reset:li; padding:0;  list-style:none; margin-left:25px; }
.site-desc ol li {position:relative; margin:0 0 5px 0; padding-left:30px; min-height:20px;}
.site-desc  ol li:before {content:counter(li); counter-increment:li; font-size:11px;
position:absolute; top:2px; left:0; width:20px; height:20px; line-height:20px; text-align:center; 
color:#fff; background:#0297dc; font-weight:bold; border-radius:50%;}

span#download_lead {
	display:block;
    cursor: pointer;  
}

span#download_lead img {
    margin-left: 10px;
	border: 0;
	width:356px; 
	height:86px; 
	opacity:1.0;	
}

span#download_lead img:hover {
   opacity:0.8; 
}



.login-buts {
	float: right;
		
}
.login-buts img {
	vertical-align: middle;
}
