@import "/css/style1200px.css" * {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'v_ccbellylaughregular';
    src: url('../fonts/BellyLaugh-webfont.eot');
    src: url('../fonts/BellyLaugh-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BellyLaugh-webfont.woff2') format('woff2'), url('../fonts/BellyLaugh-webfont.woff') format('woff'), url('../fonts/BellyLaugh-webfont.ttf') format('truetype'), url('../fonts/BellyLaugh-webfont.svg#v_ccbellylaughregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica';
    src: url('../fonts/HelveticaNeue-Roman-webfont.eot');
    src: url('../fonts/HelveticaNeue-Roman-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Roman-webfont.woff2') format('woff2'), url('../fonts/HelveticaNeue-Roman-webfont.woff') format('woff'), url('../fonts/HelveticaNeue-Roman-webfont.ttf') format('truetype'), url('../fonts/HelveticaNeue-Roman-webfont.svg#helveticaneuecyrroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url(../img/bg.png);
}

p {
    font-family: helvetica;
    font-size: 14px;
}

h1 {
    font-family: v_ccbellylaughregular !important;
    margin: 0 !important;
    padding: 0 !important;
}

::selection {
    background: #b0e2ff;
    /* Chrome */
}

::-moz-selection {
    background: #b0e2ff;
    /* Firefox */
}
/* header */

.container1 {
    display: none;
    position: fixed;
    width: 1px;
    position: fixed;
    z-index: 9999;
    left: 0;
    -webkit-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
}

.container1.open-sidebar {
    left: 285px;
}

.swipe-area1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

#sidebar1 {
    background: #3C3C3C;
    position: absolute;
    width: 285px;
    left: -285px;
    top: -50px;
    z-index: 999;
}

#sidebar1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar1 ul li {
    margin: 0;
}

#sidebar1 ul li a {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 100;
    color: white;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #636363;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

#sidebar1 ul li:hover a {
    background: #4ab76a;
}

.main-content1 {
    position: absolute;
    z-index: 9999;
}

.main-content1 .content1 p {
    width: 100%;
    line-height: 160%;
}

.main-content1 #sidebar-toggle {
    background: #4ab76a;
    border-radius: 3px;
    display: block;
    position: relative;
    padding: 20px 12px;
    float: left;
    left: 0;
    top: -50px;
    cursor: pointer;
    z-index: 999;
}

.main-content1 #sidebar-toggle .bar {
    display: block;
    width: 18px;
    margin-bottom: 3px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
}

.main-content1 #sidebar-toggle .bar:last-child {
    margin-bottom: 0;
}

.header {
    position: absolute;
    top: 50px;
    width: 100%;
    background: url(../img/topmenu_bg.png);
    z-index: 995;
}

.in_header {
    margin: auto;
    width: 1300px;
    height: 70px;
    z-index: 999;
    padding: 0 10px 0 10px;
}
/* logo */

.logo_head {
    padding: 17px 0 0 0;
    float: left;
}
/* menu */

ul.topmenu {
    list-style: none;
    margin: 17px 0px 0px 0;
    float: right;
}

ul.topmenu li {
    float: left;
}

ul.topmenu li a {
    font-family: v_ccbellylaughregular;
    font-size: 1.9em;
    text-decoration: none;
    color: #fff;
    margin: 0 0 0 20px;
    padding: 10px 10px 5px 10px;
}

ul.topmenu li a:hover {
    padding: 10px 10px 5px 10px;
    color: #4ab76a;
    background: #fff;
    border-radius: 3px;
}

a.active {
    padding: 10px 10px 5px 10px;
    background: #fff;
    border-radius: 3px;
    color: #4ab76a !important;
}
/* slider */

#slider {
    width: 100%;
    height: 726px;
    position: relative;
}

#slider li img {
    margin: auto;
    display: block;
}

#slider li {
    list-style: none;
}

.slide:nth-child(1) {
    background: #110505;
}

.slide:nth-child(2) {
    background: #11141a;
}

.slide:nth-child(3) {
    background: #11141a;
}

.rhino-btn {
    z-index: 10;
    width: 70px;
    height: 49px;
    display: block;
    text-indent: -999%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.rhino-prev,
.rhino-next {
    top: 300px;
}

.rhino-prev {
    background: url(../img/slider/arrows_slider.png) 0 0 no-repeat;
    z-index: 10;
    width: 70px;
    height: 49px;
    left: 50px;
}

.rhino-next {
    background: url(../img/slider/arrows_slider.png) -70px 0 no-repeat;
    z-index: 10;
    width: 70px;
    height: 49px;
    right: 50px;
}

.rhino-prev:hover {
    background-position: 0px -49px;
}

.rhino-next:hover {
    background-position: -70px -49px;
}

.rhino-toggle {
    top: -4px;
    left: -6px;
}

.rhino-container {
    position: relative;
}

.right_caption {
    position: absolute;
    right: 260px;
    top: 400px;
}

.left_caption {
    position: absolute;
    left: 260px;
    top: 400px;
}

.rhino-caption h2 {
    color: #fff;
    font-family: v_ccbellylaughregular;
    margin: 0px;
    text-align: center;
}

.rhino-caption span {
    color: #fff;
    font-family: helvetica;
    font-size: 14px;
    display: block;
    margin: 0px 0px 10px 0;
    text-align: justify;
}

.rhino-caption a {
    text-decoration: none;
    color: #fff;
    font-size: 20pt;
    text-align: center;
    font-family: v_ccbellylaughregular;
}

.dwl_main {
    width: 200px;
    height: 40px;
    background: url(../img/download_main.png) 0 0 no-repeat;
    padding: 4px 0 0 0;
    margin: 7px auto;
}

.dwl_main:hover {
    width: 200px;
    height: 40px;
    background: url(../img/download_main.png) 0 -40px no-repeat;
    color: #fff;
    text-decoration: none;
}
/* underslide */

.underslide {
    position: absolute;
    margin: -25px 0 0 0;
    z-index: 2;
    width: 100%;
    height: 45px;
    background: url(../img/underslide_line.png);
}
/* wrapper */

.wrapper {
    margin: 0 auto;
    width: 1300px;
    height: auto;
}

.wrapper_c {
    background: url(../img/bg_ctnt1.png);
    margin: 0px auto 10px auto;
    padding: 0 0 15px 0;
    width: 1300px;
    float: left;
    height: auto;
}
/* sidebar */

.sidebar {
    width: 280px;
    margin: 20px 0px 0px 20px;
    float: left;
}

.block {
    width: 280px;
    margin: 0 0 10px 0;
}

.block_top {
    font-family: v_ccbellylaughregular;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #fff;
    width: 280px;
    height: 30px;
    padding: 2px 0 0 0;
    background: url(../img/bl_bg.png);
}

.block_bottom {
    margin: 5px 0 0 0;
    padding: 5px 8px;
}

.for_login {
    text-align: center;
    font-size: 15px;
    font-family: v_ccbellylaughregular;
}
/* content */

.content {
    width: 960px;
    margin: 20px 0 10px 320px;
}
/* about */

.about_main {
    width: 960px;
    height: 200px;
}

.about_main h1 {
    color: #33ad5b;
}

.about_main p {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}

.more_btn {
    width: 75px;
    height: 20px;
    background: url(../img/more_bg.png) 0 0 no-repeat;
    padding: 1px 0 0 0;
    float: right;
}

.more_btn:hover {
    background: url(../img/more_bg.png) 0 -20px no-repeat;
}

.about_main a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-family: helvetica;
}

.about_main a:hover {
    text-decoration: none;
    color: #fff;
}

.about_main img {
    margin: 10px 0 0 0;
}
/* news */

.add_news {
    width: 960px;
    height: 30px;
    background: url(../img/add_news.png) 0 0 no-repeat;
    padding: 5px 0 0 0;
    margin: 0;
}

.add_news:hover {
    background: url(../img/add_news.png) 0 -30px no-repeat;
}

.news {
    margin: -10px 0 0 0;
}

.news a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: v_ccbellylaughregular;
}

.news a:hover {
    text-decoration: none;
    color: #fff;
}

img.news_image_dotted {
    width: 960px;
}

.fullstory_news_text {
    margin: 95px 0 -20px 0;
    line-height: 22px;
    text-align: justify;
}

.fullstory_news_img {
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 280px;
    width: 500px;
    top: 30px;
    float: left;
    margin: 0 15px 15px 0;
}

.fullstory_news_img img {
    width: 500px;
}

.fullstory_news_info_bl {
    width: 100%;
    height: 25px;
    margin: 30px 0 0 0;
    border-top: 2px dashed grey;
    border-bottom: 2px dashed grey;
    padding: 4px 0 0 0;
    float: left;
}

p.share_news {
    top: 68px !important;
}

.share42_news {
    top: 50px !important;
}
/* item */

.item {
    display: block;
    position: relative;
    top: 10px;
    width: 460px;
    height: 510px;
    float: left;
    margin: 0 10px 20px 10px;
}

.item_name {
    position: absolute;
    top: 0px;
    left: -3px;
    width: 460px;
    height: 44px;
    z-index: 2;
}

.item_name p {
    color: #fff;
    font-size: 22px;
    font-family: v_ccbellylaughregular;
    text-align: center;
    margin: -39px 0px 0px;
    display: block;
}

.item_text {
    position: absolute;
    top: 295px;
    width: 460px;
    height: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.item_bottom {
    position: absolute;
    left: -3px;
    bottom: 7px;
    width: 466px;
    height: 44px;
    background: url(../img/item_bg.png) 0 0 no-repeat;
    padding: 7px 10px 0 10px;
}

.bottom_l {
    width: 370px;
    height: 20px;
    float: left;
}

ul.bottom_info {
    list-style: none;
    float: left;
    color: #fff;
    margin: 0 20px 0 0;
}

ul.bottom_info li {
    float: left;
    font-size: 16px;
    font-family: v_ccbellylaughregular;
    margin: 0 5px 0 0;
}

ul.bottom_info li a:hover {
    text-decoration: underline;
}

.bottom_r {
    width: 75px;
    height: 20px;
    float: left;
}

.bottom_r a {
    text-decoration: none;
    color: #6b6b6b;
    font-size: 13px;
    text-align: center;
    font-family: helvetica;
}

.bottom_r a:hover {
    text-decoration: none;
    color: #6b6b6b;
}

.more_btn_item {
    width: 75px;
    height: 20px;
    background: url(../img/more_bg_item.png) 0 0 no-repeat;
    padding: 1px 0 0 0;
}

.more_btn_item:hover {
    background: url(../img/more_bg_item.png) 0 -20px no-repeat;
}

img.item_dotted {
    position: absolute;
    bottom: 0;
    width: 460px;
    height: 6px;
}
/* hover img */

.item_img {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    height: 259px;
    width: 460px;
    margin: 30px 0 0 0;
}

.item_img:hover .overlay {
    right: 200px;
}

.item_img:hover .description {
    /* IE 8 */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5.5-7 */
    
    filter: alpha(opacity=100);
    /* Netscape */
    
    -moz-opacity: 1;
    /* Safari 1.x */
    
    -khtml-opacity: 1;
    /* Modern browsers */
    
    opacity: 1;
    transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
}

.item_img .overlay {
    display: block;
    position: absolute;
    height: 259px;
    width: 100%;
    top: 0;
    right: -100%;
    transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
}

.item_img .overlay .rectangle,
.item_img .overlay .arrow-left {
    position: absolute;
    top: 0;
}

.item_img .overlay .rectangle {
    display: block;
    margin-left: 200px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.item_img .overlay .arrow-left {
    position: relative;
    left: 0;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    border-bottom: 259px solid transparent;
    border-right: 200px solid rgba(0, 0, 0, .6);
}

.item_img .description {
    text-align: left;
    position: absolute;
    padding: 30px 50px;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    /* IE 8 */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5.5-7 */
    
    filter: alpha(opacity=0);
    /* Netscape */
    
    -moz-opacity: 0;
    /* Safari 1.x */
    
    -khtml-opacity: 0;
    /* Modern browsers */
    
    opacity: 0;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
}

.item_img .description p {
    text-align: center;
    font-size: 26px;
    font-family: v_ccbellylaughregular;
    color: #fff;
}

.item_img .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: 0;
}

.item_img img {
    vertical-align: bottom;
    width: 460px;
    height: 259px;
}
/* navigation */
/* footer */

.footer {
    width: 1300px;
    height: 60px;
    background: url(../img/footer.png) 0 0 no-repeat;
    margin: auto;
    display: flex;
}

p.left {
    font-family: v_ccbellylaughregular;
    font-size: 16px;
    width: 640px;
    float: left;
    color: #fff;
    padding: 15px 0px 0px 10px;
}

p.left a {
    color: #fff;
}

p.left a:hover {
    text-decoration: none;
}

p.right {
    font-family: v_ccbellylaughregular;
    font-size: 16px;
    text-align: right;
    width: 640px;
    float: right;
    padding: 15px 10px 0px 0px;
}

p.right a {
    color: #fff;
    text-decoration: none;
}
/* add files */

.add_files {
    width: 150px;
    height: 30px;
    background: url(../img/add_files.png) 0 0 no-repeat;
    margin: 10px 0 0 0;
    padding: 5px 0 0 0;
    float: left;
}

.add_files:hover {
    background: url(../img/add_files.png) 0 -30px no-repeat;
}

.add_files a {
    width: 150px;
    height: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-family: v_ccbellylaughregular;
    display: block;
}

.add_files a:hover {
    text-decoration: none;
    color: #fff;
}
/* item */

.games_item {
    display: block;
    position: relative;
    top: 10px;
    width: 960px;
    height: 303px;
    float: left;
    margin: 0px 0px 10px;
}

.games_item_name {
    position: absolute;
    top: 0px;
    left: -3px;
    width: 960px;
    height: 44px;
    z-index: 2;
}

.games_item_name p {
    color: #fff;
    font-size: 22px;
    font-family: v_ccbellylaughregular;
    text-align: center;
    margin: -39px 0px 0px;
    display: block;
}

.games_item_date {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    color: #fff;
    font-size: 13px;
    font-family: v_ccbellylaughregular;
}

.games_item_text p {
    position: absolute;
    top: 43px;
    width: 542px;
    height: 205px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    left: 410px;
}

.games_item_bottom {
    position: absolute;
    left: -3px;
    bottom: 7px;
    width: 968px;
    height: 44px;
    background: url(../img/games_item_bg.png) 0 0 no-repeat;
    padding: 7px 10px 0 10px;
}

.games_bottom_l {
    width: 870px;
    height: 20px;
    float: left;
}

ul.games_bottom_info {
    list-style: none;
    float: left;
    color: #fff;
    margin: 0 20px 0 0;
}

ul.games_bottom_info li {
    float: left;
    font-size: 16px;
    font-family: v_ccbellylaughregular;
    margin: 0 5px 0 0;
}

ul.games_bottom_info li a:hover {
    text-decoration: underline;
}

.games_bottom_r {
    width: 75px;
    height: 20px;
    float: left;
}

.games_bottom_r a {
    text-decoration: none;
    color: #6b6b6b;
    font-size: 13px;
    text-align: center;
    font-family: helvetica;
}

.games_bottom_r a:hover {
    text-decoration: none;
    color: #6b6b6b;
}

.games_more_btn_item {
    width: 75px;
    height: 20px;
    background: url(../img/more_bg_item.png) 0 0 no-repeat;
    padding: 1px 0 0 0;
}

.games_more_btn_item:hover {
    background: url(../img/more_bg_item.png) 0 -20px no-repeat;
}
/* hover img */

.games_item_img {
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 225px;
    width: 400px;
    top: 30px;
}

.games_item_img:hover .games_overlay {
    right: 200px;
}

.games_item_img:hover .games_description {
    /* IE 8 */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5.5-7 */
    
    filter: alpha(opacity=100);
    /* Netscape */
    
    -moz-opacity: 1;
    /* Safari 1.x */
    
    -khtml-opacity: 1;
    /* Modern browsers */
    
    opacity: 1;
    transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
}

.games_item_img .games_overlay {
    display: block;
    position: absolute;
    height: 259px;
    width: 100%;
    top: 0;
    right: -100%;
    transition: .4s ease-out;
    -webkit-transition: .4s ease-out;
}

.games_item_img .games_overlay .games_rectangle,
.games_item_img .games_overlay .games_arrow-left {
    position: absolute;
    top: 0;
}

.games_item_img .games_overlay .games_rectangle {
    display: block;
    margin-left: 200px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.games_item_img .games_overlay .games_arrow-left {
    position: relative;
    left: 0;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    border-bottom: 259px solid transparent;
    border-right: 200px solid rgba(0, 0, 0, .6);
}

.games_item_img .games_description {
    text-align: left;
    position: absolute;
    padding: 30px 50px;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    /* IE 8 */
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5.5-7 */
    
    filter: alpha(opacity=0);
    /* Netscape */
    
    -moz-opacity: 0;
    /* Safari 1.x */
    
    -khtml-opacity: 0;
    /* Modern browsers */
    
    opacity: 0;
    transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
}

.games_item_img .games_description p {
    text-align: center;
    font-size: 26px;
    font-family: v_ccbellylaughregular;
    color: #fff;
}

.games_item_img .games_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin: 0;
}

.games_item_img img {
    vertical-align: bottom;
    height: 225px;
    width: 400px;
}
/* about */

p.about_text {
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
}

.people1 {
    width: 200px;
    float: left;
    margin: 10px 20px 0 20px;
}

.people1 img {
    width: 200px;
    height: 280px;
    border: 5px solid #4ab76a;
}

.people1 p {
    margin: 10px 0 0 0;
    font-family: v_ccbellylaughregular;
    font-size: 18px;
    text-align: center;
    color: #33AD5B;
}
/* fullstory */

.fullstory {
    display: block;
    position: relative;
    top: 10px;
    width: 960px;
    float: left;
    margin: 0px 0px 10px;
}

.fullstory_date {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    color: #fff;
    font-size: 13px;
    font-family: v_ccbellylaughregular;
}

.fullstory_name {
    position: absolute;
    top: 0px;
    left: -3px;
    width: 960px;
    height: 44px;
    z-index: 2;
}

.fullstory_name p {
    color: #fff;
    font-size: 22px;
    font-family: v_ccbellylaughregular;
    text-align: center;
    margin: -39px 0px 0px;
    display: block;
}

.fullstory_img {
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 280px;
    width: 500px;
    top: 30px;
}

.fullstory_img img {
    width: 500px;
}

.fullstory_text p {
    text-overflow: ellipsis;
    text-align: justify;
    left: 410px;
    margin: 30px 0 0 0;
    color: #454545;
    line-height: 22px;
}

.fullstory_info_bl {
    width: 100%;
    height: 25px;
    margin: 15px 0 0 0;
    border-top: 2px dashed grey;
    border-bottom: 2px dashed grey;
    padding: 4px 0 0 0;
}

ul.fullstory_info_razd {
    list-style: none;
    margin: 0px 10px 0px 0px;
}

ul.fullstory_info {
    list-style: none;
    color: #454545;
    margin: 0px 0 0 -20px;
    float: left;
}

ul.fullstory_info li,
ul.fullstory_info_razd li {
    float: left;
    font-size: 13px;
    font-family: v_ccbellylaughregular;
    margin: 0 5px 0 0;
}

ul.fullstory_info li a:hover {
    text-decoration: none;
}

li.clr2,
a.clr2 {
    color: #33AD5B;
    font-size: 13px;
}

a.clr2:hover {
    color: #33AD5B;
    font-size: 13px;
}

.u-mpanel {
    margin: 4px;
}

.fullstory_line {
    position: absolute;
    right: 0;
    top: 308px;
    width: 445px;
    height: 1px;
    border-bottom: 2px dashed grey;
}

.fullstory_tags {
    position: absolute;
    width: 445px;
    left: 515px;
    top: 226px;
    font-family: v_ccbellylaughregular;
    color: #454545;
}

.fullstory_tags a {
    color: #33AD5B;
}

.fullstory_tags a:hover {
    color: #33AD5B;
}

p.share {
    position: absolute;
    top: 275px;
    left: 515px;
    font-family: v_ccbellylaughregular;
    color: #454545;
}

p.share_games {
    position: absolute;
    top: 275px;
    left: 515px;
    font-family: v_ccbellylaughregular;
    color: #454545;
}

.share42init {
    position: absolute;
    left: 620px;
    top: 258px;
}

a.dwl_text {
    text-decoration: none;
    color: #fff;
    font-family: v_ccbellylaughregular;
}

.dwl_fullstory {
    position: absolute;
    right: 245px;
    top: 170px;
    width: 200px;
    height: 40px;
    background: url(../img/download_main.png) 0 0 no-repeat;
    padding: 10px 0 0 0;
}

.dwl_fullstory_deleted {
    position: absolute;
    right: 0px;
    top: 170px;
    width: 200px;
    height: 40px;
    background: url(../img/download_main.png) 0 0 no-repeat;
    padding: 10px 0 0 0;
}

.dwl_fullstory:hover,
.dwl_fullstory_deleted:hover {
    background: url(../img/download_main.png) 0 -40px no-repeat;
}
/* Highslide */

.highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}

.highslide-container table {
    background: none;
    table-layout: auto;
}

.highslide {
    outline: none;
    text-decoration: none;
}

.highslide img {
    border: 2px solid silver;
}

.highslide:hover img {
    border-color: gray;
}

.highslide-active-anchor img {
    visibility: hidden;
}

.highslide-gallery .highslide-active-anchor img {
    border-color: black;
    visibility: visible;
    cursor: default;
}

.highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: white;
}

.highslide-wrapper,
.highslide-outline {
    background: white;
}

.glossy-dark {
    background: #111;
}

.highslide-image-blur {}

.highslide-number {
    font-weight: bold;
    color: gray;
    font-size: .9em;
}

.highslide-caption {
    display: none;
    font-size: 1em;
    padding: 5px;
    /*background: white;*/
}

.highslide-heading {
    display: none;
    font-weight: bold;
    margin: 0.4em;
}

.highslide-dimming {
    background: black;
}

a.highslide-full-expand {
    background: url(../img/graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}

.highslide-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(../img/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move,
.highslide-move * {
    cursor: move;
}

.highslide-viewport {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: none;
    left: 0;
    top: 0;
}

.highslide-overlay {
    display: none;
}

.hidden-container {
    display: none;
}
/* Example of a semitransparent, offset closebutton */

.closebutton {
    position: relative;
    top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../img/graphics/close.png);
    /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

.highslide-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.highslide-gallery ul li {
    display: block;
    position: relative;
    float: left;
    width: 106px;
    height: 106px;
    border: 1px solid silver;
    background: #ededed;
    margin: 2px;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}

.highslide-gallery ul a {
    position: absolute;
    top: 50%;
    left: 50%;
}

.highslide-gallery ul img {
    position: relative;
    top: -50%;
    left: -50%;
}

html>
/**/

body .highslide-gallery ul li {
    display: table;
    text-align: center;
}

html>
/**/

body .highslide-gallery ul li {
    text-align: center;
    width: 145px;
    height: 109px;
    display: block;
}

html>
/**/

body .highslide-gallery ul a {
    position: static;
    display: table-cell;
    vertical-align: middle;
}

html>
/**/

body .highslide-gallery ul img {
    position: static;
    width: 145px;
    height: 109px;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../img/graphics/controlbar-white.gif) 0 -90px no-repeat;
    margin: 20px 15px 10px 0;
}

.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../img/graphics/controlbar-white.gif) right -90px no-repeat;
}

.highslide-controls li {
    float: left;
    padding: 5px 0;
    margin: 0;
    list-style: none;
}

.highslide-controls a {
    background-image: url(../img/graphics/controlbar-white.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}

.highslide-controls a.disabled {
    cursor: default;
}

.highslide-controls a.disabled span {
    cursor: default;
}

.highslide-controls a span {
    /* hide the text for these graphic buttons */
    
    display: none;
    cursor: pointer;
}

.highslide-controls .highslide-previous a {
    background-position: 0 0;
}

.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}

.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}

.highslide-controls .highslide-play a {
    background-position: -30px 0;
}

.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}

.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}

.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}

.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}

.highslide-controls .highslide-next a {
    background-position: -90px 0;
}

.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}

.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}

.highslide-controls .highslide-move a {
    background-position: -120px 0;
}

.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}

.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}

.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}

.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}

.highslide-controls .highslide-close a {
    background-position: -180px 0;
}

.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

.highslide-maincontent {
    display: none;
}

.highslide-html {
    background-color: white;
}

.mobile .highslide-html {
    border: 1px solid silver;
}

.highslide-html-content {
    display: none;
    width: 400px;
    padding: 0 5px 5px 5px;
}

.highslide-header {
    padding-bottom: 5px;
}

.highslide-header ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

.highslide-header ul li {
    display: inline;
    padding-left: 1em;
}

.highslide-header ul li.highslide-previous,
.highslide-header ul li.highslide-next {
    display: none;
}

.highslide-header a {
    font-weight: bold;
    color: gray;
    text-transform: uppercase;
    text-decoration: none;
}

.highslide-header a:hover {
    color: black;
}

.highslide-header .highslide-move a {
    cursor: move;
}

.highslide-footer {
    height: 16px;
}

.highslide-footer .highslide-resize {
    display: block;
    float: right;
    margin-top: 5px;
    height: 11px;
    width: 11px;
    background: url(../img/graphics/resize.gif) no-repeat;
}

.highslide-footer .highslide-resize span {
    display: none;
}

.highslide-body {}

.highslide-resize {
    cursor: nw-resize;
}

.draggable-header .highslide-header {
    height: 18px;
    border-bottom: 1px solid #dddddd;
}

.draggable-header .highslide-heading {
    position: absolute;
    margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}

.draggable-header .highslide-header .highslide-move * {
    display: none;
}

.draggable-header .highslide-header .highslide-close {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    padding: 0;
}

.draggable-header .highslide-header .highslide-close a {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(../img/graphics/closeX.png);
}

.draggable-header .highslide-header .highslide-close a:hover {
    background-position: 0 16px;
}

.draggable-header .highslide-header .highslide-close span {
    display: none;
}

.draggable-header .highslide-maincontent {
    padding-top: 1em;
}
/* hs.wrapperClassName = 'titlebar' */

.titlebar .highslide-header {
    height: 18px;
    border-bottom: 1px solid #dddddd;
}

.titlebar .highslide-heading {
    position: absolute;
    width: 90%;
    margin: 1px 0 1px 5px;
    color: #666666;
}

.titlebar .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}

.titlebar .highslide-header .highslide-move * {
    display: none;
}

.titlebar .highslide-header li {
    position: relative;
    top: 3px;
    z-index: 2;
    padding: 0 0 0 1em;
}

.titlebar .highslide-maincontent {
    padding-top: 1em;
}
/* hs.wrapperClassName = 'no-footer' */

.no-footer .highslide-footer {
    display: none;
}
/* hs.wrapperClassName = 'wide-border' */

.wide-border {
    background: white;
}

.wide-border .highslide-image {
    border-width: 10px;
}

.wide-border .highslide-caption {
    padding: 0 10px 10px 10px;
}

.borderless .highslide-image {
    border: none;
}

.borderless .highslide-caption {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background: silver;
}

.outer-glow {
    background: #444;
}

.outer-glow .highslide-image {
    border: 5px solid #444444;
}

.outer-glow .highslide-caption {
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}
/* hs.wrapperClassName = 'colored-border' */

.colored-border {
    background: white;
}

.colored-border .highslide-image {
    border: 2px solid green;
}

.colored-border .highslide-caption {
    border: 2px solid green;
    border-top: none;
}

.dark {
    background: #111;
}

.dark .highslide-image {
    border-color: black black #202020 black;
    background: gray;
}

.dark .highslide-caption {
    color: white;
    background: #111;
}

.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
    background-image: url(../img/graphics/controlbar-black-border.gif);
}

.floating-caption .highslide-caption {
    position: absolute;
    padding: 1em 0 0 0;
    background: none;
    color: white;
    border: none;
    font-weight: bold;
}

.controls-in-heading .highslide-heading {
    color: gray;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    cursor: default;
    padding: 0 0 0 22px;
    margin: 0;
    background: url(../img/graphics/icon.gif) no-repeat 0 1px;
}

.controls-in-heading .highslide-controls {
    width: 105px;
    height: 20px;
    position: relative;
    margin: 0;
    top: -23px;
    left: 7px;
    background: none;
}

.controls-in-heading .highslide-controls ul {
    position: static;
    height: 20px;
    background: none;
}

.controls-in-heading .highslide-controls li {
    padding: 0;
}

.controls-in-heading .highslide-controls a {
    background-image: url(../img/graphics/controlbar-white-small.gif);
    height: 20px;
    width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
    display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
    background-position: 0 0;
}

.controls-in-heading .highslide-controls .highslide-previous a:hover {
    background-position: 0 -20px;
}

.controls-in-heading .highslide-controls .highslide-previous a.disabled {
    background-position: 0 -40px !important;
}

.controls-in-heading .highslide-controls .highslide-play a {
    background-position: -20px 0;
}

.controls-in-heading .highslide-controls .highslide-play a:hover {
    background-position: -20px -20px;
}

.controls-in-heading .highslide-controls .highslide-play a.disabled {
    background-position: -20px -40px !important;
}

.controls-in-heading .highslide-controls .highslide-pause a {
    background-position: -40px 0;
}

.controls-in-heading .highslide-controls .highslide-pause a:hover {
    background-position: -40px -20px;
}

.controls-in-heading .highslide-controls .highslide-next a {
    background-position: -60px 0;
}

.controls-in-heading .highslide-controls .highslide-next a:hover {
    background-position: -60px -20px;
}

.controls-in-heading .highslide-controls .highslide-next a.disabled {
    background-position: -60px -40px !important;
}

.controls-in-heading .highslide-controls .highslide-full-expand a {
    background-position: -100px 0;
}

.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
    background-position: -100px -20px;
}

.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
    background-position: -100px -40px !important;
}

.controls-in-heading .highslide-controls .highslide-close a {
    background-position: -120px 0;
}

.controls-in-heading .highslide-controls .highslide-close a:hover {
    background-position: -120px -20px;
}

.text-controls .highslide-controls {
    width: auto;
    height: auto;
    margin: 0;
    text-align: center;
    background: none;
}

.text-controls ul {
    position: static;
    background: none;
    height: auto;
    left: 0;
}

.text-controls .highslide-move {
    display: none;
}

.text-controls li {
    background-image: url(../img/graphics/controlbar-text-buttons.png);
    background-position: right top !important;
    padding: 0;
    margin-left: 15px;
    display: block;
    width: auto;
}

.text-controls a {
    background: url(../img/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
    display: block;
    width: auto;
    height: auto;
    text-decoration: none !important;
}

.text-controls a span {
    background: url(../img/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
    display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
    padding: 1px 0 1px 18px;
    color: #333;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.text-controls .highslide-next {
    margin-right: 1em;
}

.text-controls .highslide-full-expand a span {
    min-width: 0;
    margin: 1px 0;
    padding: 1px 0 1px 10px;
}

.text-controls .highslide-close a span {
    min-width: 0;
}

.text-controls a:hover span {
    color: black;
}

.text-controls a.disabled span {
    color: #999;
}

.text-controls .highslide-previous span {
    background-position: 0 -40px;
}

.text-controls .highslide-previous a.disabled {
    background-position: left top !important;
}

.text-controls .highslide-previous a.disabled span {
    background-position: 0 -140px;
}

.text-controls .highslide-play span {
    background-position: 0 -60px;
}

.text-controls .highslide-play a.disabled {
    background-position: left top !important;
}

.text-controls .highslide-play a.disabled span {
    background-position: 0 -160px;
}

.text-controls .highslide-pause span {
    background-position: 0 -80px;
}

.text-controls .highslide-next span {
    background-position: 0 -100px;
}

.text-controls .highslide-next a.disabled {
    background-position: left top !important;
}

.text-controls .highslide-next a.disabled span {
    background-position: 0 -200px;
}

.text-controls .highslide-full-expand span {
    background: none;
}

.text-controls .highslide-full-expand a.disabled {
    background-position: left top !important;
}

.text-controls .highslide-close span {
    background-position: 0 -120px;
}

.highslide-thumbstrip {
    height: 100%;
    direction: ltr;
}

.highslide-thumbstrip div {
    overflow: hidden;
}

.highslide-thumbstrip table {
    position: relative;
    padding: 0;
    border-collapse: collapse;
}

.highslide-thumbstrip td {
    padding: 1px;
    /*text-align: center;*/
}

.highslide-thumbstrip a {
    outline: none;
}

.highslide-thumbstrip img {
    display: block;
    border: 1px solid gray;
    margin: 0 auto;
}

.highslide-thumbstrip .highslide-active-anchor img {
    visibility: visible;
}

.highslide-thumbstrip .highslide-marker {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    /* change this to actual background color in highslide-ie6.css */
}

.highslide-thumbstrip-horizontal div {
    width: auto;
    /* width: 100% breaks in small strips in IE */
}

.highslide-thumbstrip-horizontal .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-up div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(../img/graphics/scrollarrows.png) left center no-repeat;
    height: 42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-down {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 25px;
    height: 42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-down div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(../img/graphics/scrollarrows.png) center right no-repeat;
    height: 42px;
}

.highslide-thumbstrip-horizontal table {
    margin: 2px 0 10px 0;
}

.highslide-viewport .highslide-thumbstrip-horizontal table {
    margin-left: 10px;
}

.highslide-thumbstrip-horizontal img {
    width: auto;
    height: 40px;
}

.highslide-thumbstrip-horizontal .highslide-marker {
    top: 47px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom: 6px solid gray;
}

.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    margin-left: 10px;
}

.dark .highslide-thumbstrip-horizontal .highslide-marker,
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
    overflow: hidden !important;
}

.highslide-thumbstrip-vertical div {
    height: 100%;
}

.highslide-thumbstrip-vertical a {
    display: block;
}

.highslide-thumbstrip-vertical .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-up div {
    margin-left: 10px;
    cursor: pointer;
    background: url(../img/graphics/scrollarrows.png) top center no-repeat;
    height: 25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-down {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-down div {
    margin-left: 10px;
    cursor: pointer;
    background: url(../img/graphics/scrollarrows.png) bottom center no-repeat;
    height: 25px;
}

.highslide-thumbstrip-vertical table {
    margin: 10px 0 0 10px;
}

.highslide-thumbstrip-vertical img {
    width: 60px;
    /* t=5481 */
}

.highslide-thumbstrip-vertical .highslide-marker {
    left: 0;
    margin-top: 8px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left: 6px solid gray;
}

.dark .highslide-thumbstrip-vertical .highslide-marker,
.highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
    border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
    overflow: auto;
}

.highslide-thumbstrip-float ul {
    margin: 2px 0;
    padding: 0;
}

.highslide-thumbstrip-float li {
    display: block;
    height: 60px;
    margin: 0 2px;
    list-style: none;
    float: left;
}

.highslide-thumbstrip-float img {
    display: inline;
    border-color: silver;
    max-height: 56px;
}

.highslide-thumbstrip-float .highslide-active-anchor img {
    border-color: black;
}

.highslide-thumbstrip-float .highslide-scroll-up div,
.highslide-thumbstrip-float .highslide-scroll-down div {
    display: none;
}

.highslide-thumbstrip-float .highslide-marker {
    display: none;
}

.highslide-wrapper,
.highslide-outline {
    background: #FFFFFF;
}

.highslide img {
    border: none;
}

.highslide:hover img {
    border-color: #A0A0A0;
}

.highslide-active-anchor img {
    visibility: visible;
    border-color: #808080 !important;
}

.highslide-image {
    border: 2px solid #FFFFFF;
}

.highslide-loading {
    color: black;
    border: 1px solid black;
    background-color: white;
    background-image: url(../img/graphics/loader.white.gif);
}

.highslide-controls {
    position: static !important;
    margin-bottom: 0;
    width: 195px !important;
}

.highslide-gallery {
    position: absolute;
    top: 45px;
    right: 0;
}

.highslide-gallery ul li {
    border: none;
    margin: 0 0 0 5px;
}
/* Blog */

.blog_item {
    display: block;
    position: relative;
    top: 5px;
    width: 960px;
    float: left;
    margin: 0px 0px 60px;
}

.blog_item_name {
    position: absolute;
    top: 0px;
    left: -3px;
    width: 960px;
    height: 44px;
    z-index: 2;
}

.blog_item_name p {
    color: #fff;
    font-size: 22px;
    font-family: v_ccbellylaughregular;
    text-align: center;
    margin: -39px 0px 0px;
    display: block;
}

.blog_item_img {
    display: block;
    position: relative;
    width: 960px;
    margin: 20px 0 0 0;
}

.blog_item_img img {
    width: 960px;
    margin: -3px 0 0 0;
}

.blog_item_bottom {
    position: absolute;
    left: -3px;
    width: 968px;
    height: 44px;
    background: url(../img/games_item_bg.png) 0 0 no-repeat;
    padding: 7px 10px 0 10px;
    margin: -6px 0 0 0;
}

.blog_item_l {
    width: 870px;
    height: 20px;
    float: left;
}

ul.blog_item_info {
    list-style: none;
    float: left;
    color: #fff;
    margin: 0 20px 0 0;
}

ul.blog_item_info li {
    float: left;
    font-size: 16px;
    font-family: v_ccbellylaughregular;
    margin: 0 5px 0 0;
}

ul.blog_item_info li a:hover {
    text-decoration: underline;
}

.blog_item_r {
    width: 75px;
    height: 20px;
    float: left;
}

.blog_item_r a {
    text-decoration: none;
    color: #6b6b6b;
    font-size: 13px;
    text-align: center;
    font-family: helvetica;
}

.blog_item_r a:hover {
    text-decoration: none;
    color: #6b6b6b;
}

.blog_item_btn_item {
    width: 75px;
    height: 20px;
    background: url(../img/more_bg_item.png) 0 0 no-repeat;
    padding: 1px 0 0 0;
}

.blog_item_btn_item:hover {
    background: url(../img/more_bg_item.png) 0 -20px no-repeat;
}

p.fullblog_text {
    text-overflow: ellipsis;
    text-align: justify;
    left: 410px;
    margin: 35px 0 5px 0;
    color: #454545;
}
/*COMMENTS*/

.uc-top {
    height: 44px;
    background: url(../img/com_item_bg.png);
    line-height: 29px;
}

a.uc-profile-link,
.uc-anonim {
    padding: 4px 0 0 0;
    display: inline-block;
    color: #fff;
}

.uc-top-left {
    padding: 0 0 0 10px;
    font-family: v_ccbellylaughregular;
}

.uc-message {
    margin: 8px !important;
}

.com-order-block {
    display: none;
}

.catPages1 {
    font-size: 14px;
    font-family: v_ccbellylaughregular;
    text-align: center;
}

.catPages1 a:link,
.catPages1 a:visited,
.catPages1 a:active {
    padding: 9px 15px 6px 15px;
    background: #cbcbcb;
    text-decoration: none;
    color: #fff;
}

.swchItemA {
    padding: 9px 15px 6px 15px;
    background: #68aa60;
    text-decoration: none;
    color: #fff;
}

.catPages1 a:hover {
    padding: 9px 15px 6px 15px;
    background: #68aa60;
    color: #fff;
}

.swchItemDots {
    color: #68aa60;
}
/* Ячейка опроса 
 ------------------------------------------*/

.poll_title {
    text-align: center;
    font: 115%/1.5 Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 5px 0px;
    border-bottom: 1px solid #D0D1D3;
}

.poll_variant {
    padding: 5px 0px;
}

.poll_niz {
    font: 9px Verdana, Arial, Helvetica, sans-serif;
    padding: 5px 0px;
    border-top: 1px solid #D0D1D3;
}

.poll_left {
    float: left;
}

.procent,
.poll_right {
    float: right;
}

.answer {
    padding: 2px 5px 2px 5px;
    margin: 7px 0px 7px 0px;
}

.answer input,
.answer label {
    margin: 0;
}

.answer div div {
    height: 10px !important;
    border: 1px solid #fff;
    margin: 0px;
}

.answer div {
    display: block;
    position: relative;
    padding: 0 !important;
    border: 1px solid #B6B6B5;
    background: #F4F5F6;
    margin: 0px;
}

.procent {
    background: #DCEDF0;
    padding: 3px 5px;
}

.pollBut {
    width: 75px;
    height: 20px;
    background: url(../img/more_bg.png) 0 0 no-repeat;
    display: block;
    border: none;
    color: #fff;
}

.pollBut:hover {
    background: url(../img/more_bg.png) 0 -20px no-repeat;
}
/*------------------------------------------*/

@media (max-width: 1200px) {
    /*main*/
    
    .container1 {
        display: none;
    }
    .in_header {
        width: 1100px;
        padding: 0 10px 0 10px;
    }
    .right_caption {
        right: 55px;
        top: 470px;
    }
    .wrapper {
        width: 1100px;
    }
    .wrapper_c {
        background: url(../img/bg_ctnt2.png);
        width: 1100px;
    }
    .content {
        width: 760px;
    }
    .about_main {
        width: 760px;
        height: 190px;
    }
    .about_main h1 {
        font-size: 30px;
    }
    .about_main p {
        margin: 0;
        height: 115px;
    }
    .about_main img {
        width: 760px;
        margin: 0;
    }
    .add_news {
        width: 760px;
        margin: 11px 0 0 0;
    }
    .item {
        width: 360px;
        height: 455px;
    }
    .item_name {
        width: 360px;
    }
    .item_name p {
        font-size: 19px;
    }
    .item_name img {
        width: 367px;
        height: 44px;
    }
    .item_img {
        width: 360px;
        height: 200px;
    }
    .item_img img {
        width: 360px;
        height: 200px;
    }
    .item_text {
        width: 360px;
        top: 237px;
    }
    .item_bottom {
        width: 365px;
    }
    .bottom_l {
        width: 265px;
    }
    img.item_dotted {
        width: 360px;
    }
    .footer {
        width: 1100px;
    }
    p.left {
        width: 550px;
    }
    p.right {
        width: 550px;
    }
    /*fullstory-main*/
    
    .fullstory_name {
        width: 760px;
    }
    .fullstory_name img {
        width: 760px;
        height: 44px;
    }
    .fullstory {
        width: 755px;
    }
    .fullstory_news_img {
        height: 220px;
        width: 425px;
    }
    .fullstory_news_img img {
        width: 425px;
    }
    p.share {
        top: 232px;
        left: 430px;
        font-size: 13px;
    }
    .share42init {
        top: 213px;
        left: 527px;
    }
    /*games*/
    
    img.news_image_dotted {
        width: 760px;
        margin: 20px 0 0 0;
    }
    .games_item {
        width: 760px;
        height: 280px;
    }
    .games_item_name {
        width: 760px;
    }
    .games_item_name img {
        width: 766px;
        height: 44px;
    }
    .games_item_name p {
        font-size: 19px;
    }
    .games_item_img {
        height: 202px;
        width: 360px;
    }
    .games_item_img img {
        height: 202px;
        width: 360px;
    }
    .games_item_text p {
        width: 380px;
        height: 180px;
        left: 370px;
    }
    .games_item_bottom {
        width: 760px;
        height: 44px;
        padding: 8px 10px 0 10px;
    }
    .games_bottom_l {
        width: 665px;
    }
    ul.games_bottom_info li {
        font-size: 14px;
    }
    .categ,.dob {
        display: none;
    }
    /*fullstory-games*/
    
    .add_files {
        float: none;
    }
    .fullstory_img {
        height: 225px;
        width: 400px;
    }
    .fullstory_img img {
        width: 400px;
    }
    html> body .highslide-gallery ul li {
        width: 110px;
        height: 75px;
    }
    html> body .highslide-gallery ul img {
        width: 110px;
        height: 75px;
    }
    .dwl_fullstory {
        right: 180px;
        top: 135px;
        width: 160px;
    }
    .dwl_fullstory_deleted {
        top: 135px;
        width: 160px;
    }
    .fullstory_tags {
        width: 335px;
        left: 420px;
        top: 185px;
    }
    p.share_games {
        top: 227px;
        left: 420px;
    }
    .share_games2 {
        left: 527px;
        top: 210px;
    }
    .fullstory_line {
        top: 253px;
        width: 335px;
    }
    ul.fullstory_info li,
    ul.fullstory_info_razd li {
        font-size: 12px;
    }
    ul.fullstory_info_razd {
        margin: 0px 5px 0px 5px;
    }
    .fullstory_info_bl {
        height: 25px;
    }
    .uc-top {
        background: url(../img/com_item_bg.png) -206px 0;
    }
    .fullstory_news_info_bl {
        height: 25px;
    }
    /*blog*/
    
    .blog_item {
        width: 760px;
    }
    .blog_item_name {
        width: 760px;
    }
    .blog_item_name p {
        font-size: 19px;
    }
    .blog_item_name img {
        width: 766px;
        height: 44px;
    }
    .blog_item_img {
        width: 760px;
    }
    .blog_item_img img {
        width: 760px;
    }
    .blog_item_bottom {
        width: 763px;
        height: 44px;
        padding: 8px 10px 0 10px;
    }
    .blog_item_l {
        width: 668px;
    }
    ul.blog_item_info li {
        font-size: 14px;
    }
    /*about*/
    
    .people1 {
        margin: 10px 70px 10px 100px;
    }
}

@media (max-width: 992px) {
    /*main*/
    
    .container1 {
        display: none;
    }
    .in_header {
        width: 960px;
        padding: 0 10px 0 10px;
    }
    ul.topmenu {
        margin: 20px 0px 0px 0;
    }
    ul.topmenu li a {
        font-size: 1.6em;
    }
    .right_caption {
        right: 700px;
    }
    .wrapper {
        width: 960px;
    }
    .wrapper_c {
        background: url(../img/bg_ctnt3.png);
        width: 960px;
    }
    .content {
        width: 620px;
        overflow: hidden;
    }
    .about_main {
        width: 620px;
        height: 160px;
    }
    .about_main h1 {
        font-size: 28px;
    }
    .about_main p {
        height: 93px;
        overflow: hidden;
    }
    .about_main img {
        width: 620px;
    }
    .add_news {
        width: 620px;
    }
    .item {
        width: 600px;
        height: 540px;
    }
    .item_name {
        width: 605px;
        left: -5px;
    }
    .item_name p {
        font-size: 19px;
    }
    .item_name img {
        width: 610px;
        height: 44px;
    }
    .item_img {
        width: 600px;
        height: 290px;
    }
    .item_img img {
        width: 600px;
        height: 290px;
    }
    .item_text {
        width: 600px;
        top: 325px;
    }
    .item_bottom {
        width: 605px;
        background-image: url(../img/item_bg2.png)
    }
    .bottom_l {
        width: 510px;
    }
    img.item_dotted {
        width: 600px;
    }
    .footer {
        width: 960px;
        margin: 0;
    }
    p.left {
        width: 480px;
    }
    p.right {
        width: 480px;
    }
    /*fullstory-main*/
    
    .fullstory_name {
        width: 620px;
    }
    .fullstory_name img {
        width: 625px;
    }
    .fullstory {
        width: 620px;
    }
    .fullstory_news_img {
        height: 214px;
        width: 380px;
    }
    .fullstory_news_img img {
        width: 380px;
    }
    p.share {
        display: none;
    }
    .share42init {
        left: 377px;
        top: 48px;
    }
    .share42init {
        left: 390px;
        top: 48px;
    }
    .uc-top {
        background: url(../img/com_item_bg.png) -340px 0;
    }
    /*games*/
    
    .add_files {
        margin: 0;
    }
    img.news_image_dotted {
        width: 620px;
    }
    .games_item {
        width: 620px;
        height: 258px;
    }
    .games_item_name {
        width: 620px;
    }
    .games_item_name img {
        width: 625px;
    }
    .games_item_name p {
        font-size: 19px;
    }
    .games_item_img {
        width: 300px;
        height: 180px;
    }
    .games_item_img img {
        width: 300px;
        height: 180px;
    }
    .games_item_img .games_overlay {
        height: 180px;
    }
    .games_item_img .games_description {
        top: 50px;
    }
    .games_item_text p {
        width: 310px;
        height: 160px;
        left: 310px;
    }
    .games_item_bottom {
        width: 625px;
        height: 44px;
        padding: 8px 10px 0 10px;
    }
    .games_bottom_l {
        width: 530px;
    }
    ul.games_bottom_info li {
        font-size: 12px;
    }
    ul.games_bottom_info {
        margin: 2px 20px 0 0;
    }
    /*fullstory-games*/
    
    .highslide-gallery {
        position: static;
        width: 345px;
        height: 75px;
        float: left;
        margin: 30px 18px 0 -5px;
    }
    .fullstory_img {
        height: 190px;
        width: 340px;
    }
    .fullstory_img img {
        width: 340px;
    }
    html> body .highslide-gallery ul li {
        width: 110px;
        height: 75px;
    }
    html> body .highslide-gallery ul img {
        width: 110px;
        height: 75px;
    }
    .dwl_fullstory {
        right: 135px;
        top: 95px;
        width: 130px;
    }
    .dwl_fullstory_deleted {
        top: 95px;
        width: 130px;
    }
    .fullstory_tags {
        width: 265px;
        left: 356px;
        top: 150px;
    }
    ul.fullstory_info_razd {
        margin: 0x;
    }
    .fullstory_text p {
        line-height: 20px;
        margin: -5px 0 0 0;
    }
    .categ,
    .rds {
        display: none;
    }
    p.share_games {
        display: none;
    }
    .share_games2 {
        left: 371px;
        top: 45px;
    }
    .fullstory_line {
        top: 180px;
        width: 260px;
    }
    ul.fullstory_info li,
    ul.fullstory_info_razd li {
        font-size: 12px;
    }
    ul.fullstory_info_razd {
        margin: 0px 5px 0px 5px;
    }
    /*blog*/
    
    .blog_item {
        width: 620px;
    }
    .blog_item_name {
        width: 620px;
    }
    .blog_item_name img {
        width: 625px;
        height: 44px;
    }
    .blog_item_img {
        width: 620px;
    }
    .blog_item_img img {
        width: 620px;
    }
    .blog_item_bottom {
        width: 623px;
        height: 44px;
        padding: 8px 10px 0 10px;
    }
    .blog_item_l {
        width: 528px;
    }
    ul.blog_item_info {
        margin: 2px 20px 0 0;
    }
    ul.blog_item_info li {
        font-size: 13px;
    }
    /*about*/
    
    .people1 {
        margin: 10px 55px 10px 55px;
    }
}

@media (max-width: 768px) {
    /*main*/
    
    .container1 {
        display: block;
    }
    #puzadpn {
        float: left;
    }
    body {
        background-image: none;
    }
    .header {
        top: 20px;
        width: 750px;
    }
    .in_header {
        width: 750px;
        margin: 0 auto;
    }
    ul.topmenu {
        display: none;
    }
    .logo_head {
        padding: 17px 0 0 0;
        width: 256px;
        margin: auto;
        float: none;
    }
    .rhino-container {
        display: none;
    }
    .underslide {
        display: none;
    }
    .wrapper {
        width: 750px;
        margin: 90px 0 0 0;
    }
    .wrapper_c {
        width: 750px;
        background-image: none;
        background-color: #fff;
    }
    .sidebar {
        margin: 20px 0px 0px 10px;
    }
    .content {
        width: 425px;
        margin: 20px 0 10px 310px;
        overflow: hidden;
    }
    .about_main {
        width: 425px;
        height: 120px;
    }
    .about_main h1 {
        font-size: 24px;
    }
    .about_main p {
        height: 57px;
        overflow: hidden;
    }
    .about_main img {
        width: 425px;
    }
    .more_btn {
        float: none;
        margin: auto;
    }
    .add_news {
        width: 425px;
    }
    .item {
        width: 405px;
        height: 480px;
    }
    .item_name {
        width: 420px;
        left: -3px;
    }
    .item_name p {
        font-size: 17px;
        margin: -37px 0px 0px;
    }
    .item_name img {
        width: 421px;
    }
    .item_img {
        width: 415px;
        height: 230px;
    }
    .item_img img {
        width: 415px;
        height: 230px;
    }
    .item_text {
        width: 415px;
        top: 265px;
    }
    .item_bottom {
        width: 420px;
    }
    .bottom_l {
        width: 325px;
    }
    img.item_dotted {
        width: 415px;
    }
    .footer {
        width: 750px;
        margin: 0;
        float: left;
    }
    p.left {
        width: 375px;
    }
    p.right {
        width: 375px;
    }
    /*fullstory-main*/
    
    .fullstory_name {
        width: 420px;
    }
    .fullstory_name img {
        width: 425px;
    }
    .fullstory_name p {
        font-size: 18px;
        margin: -37px 0px 0px;
    }
    .fullstory {
        width: 420px;
    }
    .fullstory_news_img {
        width: 380px;
        height: 225px;
        margin: 0;
    }
    .fullstory_news_img img {
        width: 400px;
    }
    p.share {
        display: none;
    }
    .share42init {
        left: 385px;
    margin: 5px 0 0 0;
    }
    .fullstory_news_text {
        margin: 262px 0 -20px 0;
        line-height: 21px;
    }
    .dob {
        display: none;
    }
    .uc-top {
        background: url(../img/com_item_bg.png) -539px 0;
    }
    /*games*/
    
    .add_files {
        margin: 0;
    }
    img.news_image_dotted {
        width: 420px;
    }
    .games_item {
        width: 420px;
        height: 200px;
    }
    .games_item_name {
        width: 420px;
    }
    .games_item_name img {
        width: 425px;
    }
    .games_item_name p {
        font-size: 17px;
        margin: -37px 0px 0px;
    }
    .games_item_img {
        width: 200px;
        height: 125px;
    }
    .games_item_img img {
        width: 200px;
        height: 125px;
    }
    .games_item_img .games_overlay {
        height: 125px;
    }
    .games_item_img .games_description {
        top: 20px;
        padding: 30px 0;
    }
    .games_item_text p {
        width: 210px;
        height: 110px;
        left: 210px;
        top: 40px;
        line-height: 1px;
    }
    .games_item_bottom {
        width: 420px;
        padding: 8px 10px 0 10px;
    }
    .games_bottom_l {
        width: 325px;
    }
    ul.games_bottom_info li {
        font-size: 12px;
    }
    ul.games_bottom_info {
        margin: 2px 20px 0 0;
    }
    .categ,
    .dob {
        display: none;
    }
    /*fullstory-games*/
    
    .highslide-gallery {
        position: static;
        width: 375px;
        height: 75px;
        margin: 28px 0 0 -5px;
    }
    .fullstory_img {
        width: 370px;
        height: 208px;
    }
    .fullstory_img img {
        width: 370px;
    }
    html> body .highslide-gallery ul li {
        width: 120px;
        height: 80px;
    }
    html> body .highslide-gallery ul img {
        width: 120px;
        height: 80px;
    }
    .dwl_fullstory {
        left: 0;
        top: 335px;
        width: 160px;
    }
    .dwl_fullstory_deleted {
        top: 335px;
        width: 160px;
        left: 210px;
    }
    .fullstory_tags {
        width: 265px;
        left: 0;
        top: 385px;
    }
    ul.fullstory_info_razd {
        margin: 0x;
    }
    .fullstory_text p {
        line-height: 20px;
        margin: 204px 0 0 0;
    }
    .categ {
        display: none;
    }
    p.share_games {
        display: none;
    }
    .share_games2 {
        left: 380px;
        top: 60px;
    }
    .fullstory_line {
        top: 410px;
        width: 420px;
    }
    ul.fullstory_info li,
    ul.fullstory_info_razd li {
        font-size: 12px;
    }
    ul.fullstory_info_razd {
        margin: 0px 5px 0px 5px;
    }
    .fullstory_info_bl {
        height: 43px;
    }
    /*blog*/
    
    .blog_item {
        width: 420px;
    }
    .blog_item_name {
        width: 420px;
    }
    .blog_item_name img {
        width: 425px;
        height: 44px;
    }
    .blog_item_img {
        width: 420px;
    }
    .blog_item_img img {
        width: 420px;
    }
    .blog_item_bottom {
        width: 423px;
        height: 44px;
        padding: 8px 10px 0 10px;
    }
    .blog_item_l {
        width: 328px;
    }
    ul.blog_item_info {
        margin: 2px 20px 0 0;
    }
    ul.blog_item_info li {
        font-size: 13px;
    }
    /*about*/
    
    .people1 {
        margin: 10px 0px 10px 110px;
    }
}

@media (max-width: 500px) {
    /*main*/
    
    .container1 {
        display: block;
    }
    #puzadpn {
        float: left;
    }
    body {
        background-image: none;
    }
    .header {
        top: 20px;
        width: 480px;
    }
    .in_header {
        width: 100%;
    }
    .rhino-container {
        display: none;
    }
    .underslide {
        display: none;
    }
    .wrapper {
        width: 480px;
        margin: 90px 0 0 0;
    }
    .wrapper_c {
        width: 480px;
        background-image: none;
        background-color: #fff;
    }
    .sidebar {
        width: 480px;
        margin: 20px auto 0px auto;
        float: none;
    }
    .block {
        width: 480px;
        margin: 0 0 10px 0;
    }
    .block_top {
        width: 480px;
    }
    .friends {
        text-align: center;
    }
    .content {
        width: 440px;
        margin: 20px 0 10px 20px;
    }
    .about_main {
        width: 440px;
        height: 120px;
    }
    .about_main h1 {
        font-size: 24px;
        text-align: center;
    }
    .about_main p {
        height: 57px;
        overflow: hidden;
    }
    .about_main img {
        width: 440px;
    }
    .more_btn {
        float: none;
        margin: 5px auto 0px auto;
    }
    .add_news {
        width: 440px;
    }
    .news {
        margin: 0;
    }
    .item {
        width: 415px;
        height: 480px;
    }
    .item_name {
        width: 420px;
        left: -4px;
    }
    .item_name p {
        font-size: 17px;
        margin: -37px 0px 0px;
    }
    .item_name img {
        width: 425px;
    }
    .footer {
        width: 480px;
    }
    p.right {
        width: 280px;
    }
    /*fullstory-main*/
    
    .fullstory_name {
        width: 420px;
    }
    .fullstory_name img {
        width: 425px;
    }
    .fullstory_name p {
        font-size: 18px;
        margin: -37px 0px 0px;
    }
    .fullstory {
        width: 420px;
    }
    .fullstory_news_img {
        width: 380px;
        height: 225px;
        margin: 0;
    }
    .fullstory_news_img img {
        width: 400px;
    }
    p.share {
        display: none;
    }
    .share42init {
        left: 388px;
        margin: -14px 0 0 0;
    }
    .fullstory_news_text {
        margin: 262px 0 -20px 0;
        line-height: 21px;
    }
    .dob {
        display: block;
    }
    .fullstory_news_info_bl {
        height: 45px;
    }
    .uc-top {
        background: url(../img/com_item_bg.png) -539px 0;
    }
    /*games*/
    
    .add_files {
        margin: 0 auto;
        float: none;
    }
    img.news_image_dotted {
        width: 420px;
    }
    .games_item {
        width: 420px;
        height: 200px;
    }
    .games_item_name {
        width: 420px;
    }
    .games_item_name img {
        width: 425px;
    }
    .games_item_name p {
        font-size: 17px;
        margin: -37px 0px 0px;
    }
    .games_item_img {
        width: 200px;
        height: 125px;
    }
    .games_item_img img {
        width: 200px;
        height: 125px;
    }
    .games_item_img .games_overlay {
        height: 125px;
    }
    .games_item_img .games_description {
        top: 20px;
        padding: 30px 0;
    }
    .games_item_text p {
        width: 210px;
        height: 110px;
        left: 210px;
        top: 40px;
        line-height: 1px;
    }
    .games_item_bottom {
        width: 420px;
        padding: 8px 10px 0 10px;
    }
    .games_bottom_l {
        width: 325px;
    }
    ul.games_bottom_info li {
        font-size: 12px;
    }
    ul.games_bottom_info {
        margin: 2px 20px 0 0;
    }
    .for_categ {
        text-align: center;
    }
    .categ,
    .dob {
        display: none;
    }
    /*fullstory-games*/
    
    .highslide-gallery {
        position: static;
        width: 375px;
        height: 75px;
        margin: 28px 0 0 -5px;
    }
    .fullstory_img {
        width: 370px;
        height: 208px;
    }
    .fullstory_img img {
        width: 370px;
    }
    html> body .highslide-gallery ul li {
        width: 120px;
        height: 80px;
    }
    html> body .highslide-gallery ul img {
        width: 120px;
        height: 80px;
    }
    .dwl_fullstory {
        left: 0;
        top: 335px;
        width: 160px;
    }
    .dwl_fullstory_deleted {
        top: 335px;
        width: 160px;
        left: 210px;
    }
    .fullstory_tags {
        width: 265px;
        left: 0;
        top: 385px;
    }
    ul.fullstory_info_razd {
        margin: 0x;
    }
    .fullstory_text p {
        line-height: 20px;
        margin: 200px 0 0 0;
    }
    .categ {
        display: none;
    }
    p.share_games {
        display: none;
    }
    .share_games2 {
        left: 380px;
        top: 60px;
    }
    .fullstory_line {
        top: 410px;
        width: 420px;
    }
    ul.fullstory_info li,
    ul.fullstory_info_razd li {
        font-size: 12px;
    }
    ul.fullstory_info_razd {
        margin: 0px 5px 0px 5px;
    }
    .fullstory_info_bl {
        border-bottom: none;
        height: 43px;
    }
    /*blog*/
    
    .str {
        margin: -17px 0 0 0;
    }
    .blog_item {
        width: 420px;
    }
    .blog_item_name {
        width: 420px;
    }
    .blog_item_name img {
        width: 425px;
        height: 44px;
    }
    .blog_item_img {
        width: 420px;
    }
    .blog_item_img img {
        width: 420px;
    }
    .blog_item_bottom {
        width: 423px;
        height: 44px;
        padding: 8px 10px 0 10px;
    }
    .blog_item_l {
        width: 328px;
    }
    ul.blog_item_info {
        margin: 2px 20px 0 0;
    }
    ul.blog_item_info li {
        font-size: 13px;
    }
    /*about*/
    
    .people1 {
        margin: 10px 0px 10px 110px;
    }
}