@font-face {
	font-family: 'icomoon';
	src:url('font/icomoon.eot?s8hi3s');
	src:url('font/icomoon.eot?#iefixs8hi3s') format('embedded-opentype'),
		url('font/icomoon.woff?s8hi3s') format('woff'),
		url('font/icomoon.ttf?s8hi3s') format('truetype'),
		url('font/icomoon.svg?s8hi3s#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-smooth: always; 
}

.icon-chat:before {
	content: "\e606";
}
.icon-edit:before {
	content: "\e609";
}
.icon-heart2:before {
	content: "\e611";
}
.icon-add:before {
	content: "\e608";
}
.icon-comment:before {
	content: "\f02b";
}
.icon-gift:before {
	content: "\f042";
}
.icon-tools:before {
	content: "\f031";
}
.icon-home:before {
	content: "\e60a";
}
.icon-pencil:before {
	content: "\e607";
}
.icon-image:before {
	content: "\e60d";
}
.icon-podcast:before {
	content: "\e60b";
}
.icon-users:before {
	content: "\e60e";
}
.icon-user:before {
	content: "\e60c";
}
.icon-checkmark:before {
	content: "\e615";
}
.icon-remove:before {
	content: "\e614";
}
.icon-googleplus:before {
	content: "\e602";
}
.icon-facebook:before {
	content: "\e603";
}
.icon-twitter:before {
	content: "\e604";
}
.icon-yandex:before {
	content: "\e605";
}
.icon-mailru:before {
	content: "\e600";
}
.icon-odnoklassniki:before {
	content: "\e601";
}
.icon-heart:before {
	content: "\e610";
}
.icon-heart3:before {
	content: "\e612";
}
.icon-eye:before {
	content: "\e60f";
}
.icon-star:before {
	content: "\f005";
}
.icon-star-o:before {
	content: "\f006";
}

.icon-power-off:before {
	content: "\f011";
}
.icon-gear:before {
	content: "\f013";
}
.icon-youtube:before {
	content: "\f16a";
}
.icon-vk:before {
	content: "\f189";
}
.icon-steam:before {
	content: "\f1b6";
}
.icon-download:before {
	content: "\e613";
}
  
.icon-video-camera:before {
  content: "\f03d";
}
.icon-users:before {
	content: "\e60e";
}
.icon-wand:before {
  content: "\e619";
} 
.icon-bubbles:before {
	content: "\e61b";
}
.icon-cart:before {
	content: "\e61a";
}
.icon-newspaper:before {
  content: "\e616";
}  
.icon-camera:before {
	content: "\e618";
}
.icon-blogger:before {
  content: "\e61d";
} 
.icon-fire:before {
	content: "\e61c";
}
.icon-film:before {
  content: "\e61e";
}
.icon-organization:before {
  content: "\f037";
}
.icon-upload:before {
  content: "\e61f";
}
.icon-support:before {
	content: "\e620";
}
.icon-plus:before {
	content: "\e621";
}
.icon-rus-vk-01:before {
	content: "\e622";
}
.icon-triangle-down:before {
	content: "\f05b";
}
.icon-triangle-up:before {
	content: "\f0aa";
}
.icon-tag:before {
	content: "\e624";
}
.icon-link:before {
	content: "\e625";
}
.icon-folder:before {
	content: "\e623";
}
.icon-lock:before {
	content: "\e627";
}
.icon-pushpin:before {
	content: "\e626";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-unlocked:before {
  content: "\e628";
}
.icon-arrow-right:before {
	content: "\e629";
}
.icon-arrow-left:before {
	content: "\e62c";
}
.icon-arrow-right2:before {
	content: "\e62d";
}
.icon-arrow-left2:before {
	content: "\e62e";
}
.icon-play:before {
  content: "\e62a";
}
.icon-clock:before {
  content: "\e62b";
}

div, span, a, h1, h2, h3, h4, h5, p, ul, li, section, article, ol, input, label, textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  *behavior: url(css/htc-libs/boxsizing.htc);
}


html,
button,
input,
select,
textarea {
    color: #222;
}



body {
    font-size: 12px;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    position: relative;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
    max-width: 100%
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

a {
  text-decoration: none; 
  color: #444;
}

a:hover {
  color: #B31919;
}

input[type=checkbox] {
  vertical-align: middle;
}

input[type=text] {
  max-width: 100%;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Global custom styles
   ========================================================================== */

html {
  background: #373737;
} 
   
.row {
  clear: both;
}

.column {
  display: inline-block;
  vertical-align: top;
  
}
.main-page .page-main-column {
  padding: 0 10px 10px;
  margin-top: 10px;
  box-shadow: none;
}


.page-main-column {
  width: 960px;
  margin: 0 auto 0;
  min-height: 800px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.main-page .page-main-column .width-widely,.main-page  .page-main-column .width-full  {
  border-right: none;
}

.page-main-column .page-aside {
  padding-top: 15px
}

.main-page .page-main-column {
  background: none;
  border-radius: none;
  border: none;
  width: 960px;
  min-height: 0;
}

.main-page .page-main-column {
  width: 980px;
}

.main-page .width-narrow {
  margin: 0 0 0 10px;
}

.main-page .width-wide {
  margin: 0;
  width: 710px
}
.main-page  .width-midsize {
  width: 313px;
}
.width-wide {/*ширина основной колонки для главной страницы */
  width: 685px;
  margin: 0 5px 0 0;
}

.width-widely { /*ширина основной колонки для внутренних страниц*/
  width: 630px;
}

.width-midsize {
  width: 306px;
  margin: 0 0 0 10px;
}  

.page-aside.width-midsize {
  width: 300px;
}  
.page-aside .module-footer {
  display: none;
}
.width-one_seventh { 
  width: 14%;
}

.width-one_third {
  width: 33.3%;
}
.width-two_third {
  width: 66.6%;
}
.row .width-midsize:first-child {
  margin: 0;
}  

.width-narrow {
  width: 240px;
  margin: 0 0 0 5px;
}  

.width-full {
  width: 100%;
}
.width-half {
  width: 50%;
}
.width-quart, .width-1_4 {
  width: 25%;
}
.width-3_4 {
 width: 75%;
}

.width-fifth {
  width: 20%;
}

.image-thumb {
  width: 176px;
  height: 99px;
  background: #aaa;
  border: 3px solid #fff;
  box-shadow: 0 0 3px #aaa;
}

.image-thumb.vertical {
  height: 140px;
  width: 100px;
}
.image-thumb.vertical.tiny-size {
  height: 72px;
  width: 56px;
}
.image-thumb.tiny-size {
  height: 54px;
  width: 100px;
  border: none;
  box-shadow: 0 5px 5px -3px #333;
  margin-right: 5px;
}

.horisontal li {display: inline-block;}

.semantic-list { margin: 0; padding: 0; list-style: none;}

.float-left, .pull-left { float: left;}

.float-right, .pull-right { float: right;}

.text-right { text-align: right;}

.text-center { text-align: center;}

.innercontent-center * {margin: 0 auto;}

.banholder {
  line-height:0;
  font-size: 0;
}
.column .banholder {
    margin-bottom: 10px;
}
.comments-commercial .banholder{
  padding: 20px 0;
}

.text-left {  text-align: left;}

.ib { display: inline-block ; vertical-align: top;}

.drop-down-layer { display: none; position: absolute;}

.ui-button, .fancy-button, .utilit-button {cursor: pointer;}

.flat-button.dark {
  display: inline-block;
  color: #fff;
  background: #444;
  padding: 5px 10px 6px;
  font: bold 12px/1 Arial, sans-serif;
}

.flat-button.dark:hover{
  background: #b31919;
  text-decoration: none;
}
.flat-button.dark:active{
  color: #fff;
  background: #444;
}
.chain-icon {
  background: url(../img/ui/chain-icon.png) no-repeat center center; 
}

.fancy-button {
  color: #fff; 
  padding: 3px 10px 5px 5px; 
  background-color: #bc1815; 
  border: none; 
  position: relative;
  -webkit-user-select: none;
  -webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  display: inline-block;
  font: normal 12px 'PT Sans Narrow', Arial, sans-serif;
}

.fancy-button:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
  background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
  background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
  background-color:#bc3315;
}

.fancy-button:active {
  position: relative; 
  top: 3px;
  -webkit-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0px -3px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
}
  
.fancy-button:active:after { 
  content: ""; 
  width: 100%; 
  height: 3px; 
  background: #fff; 
  position: absolute; 
  bottom: -1px; 
  left: 0; 
}


.fancy-button .btn-content{
  padding: 0 11px 0 9px;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
}

.fancy-button .rating-value {
  vertical-align: middle;
  color: #fff;
  width: 21px;
  height: 20px;
  padding: 0 0 0 8px;
  display: inline-block;
  font: bold 12px/18px 'PT Sans Narrow', Arial,sans-serif;
  text-align: center;
  border-left: 1px inset #fff
}

.fancy-button.size-01 {
  padding:  10px;
  font: bold 12px Arial, sans-serif;
  text-transform: none;
  vertical-align: top;
}
.fancy-button.size-01 *{
  text-transform: none;
}
.fancy-button.size-02 {
  padding:  10px 20px;
  font: bold 15px/12px Arial, sans-serif;
  vertical-align: top;
}

.utilit-button {
  border: 1px solid #aaa !important;
  display: inline-block;
  outline: none !important;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 3px;
  margin: 0 5px;
  text-decoration: none !important;
  color: #444 !important;
  background: rgb(238,238,238);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
  background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
  background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
  background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
  background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

.utilit-button:active {
  position:relative;
  top:1px;
}

.utilit-button .counter {
    border-left: 1px solid #aaa;
    display: inline-block;
    font-style: normal;
    margin: 0 3px 0 10px;
    padding: 0 0 0 5px;
    text-align: center;
    min-width: 20px;
}
.clear-button {
  white-space: nowrap;
  border: 1px solid #ccc !important;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 3px;
  color: #666;
  background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );


  
}
.edit-tool {
   background: url(../img/ui/settings.png) no-repeat 0 0;
   width: 16px;
   height: 16px;
    display: inline-block;
}
.clear-button:hover {
  color: #444;
  background: #ededed;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ededed 0%, #f6f6f6 53%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(53%,#f6f6f6), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
background: -o-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
background: -ms-linear-gradient(top,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
background: linear-gradient(to bottom,  #ededed 0%,#f6f6f6 53%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );

}
.clear-button:hover .icon{
  background-position: 0 -16px;
}
.clear-button .icon{
  vertical-align:middle;
}
.dark-styled {
  background: #7f7f7f;
  font: bold 12px/1 "PT Sans Narrow",Arial,sans-serif;
  color: #eaeaea  !important;
  text-shadow: 0 0 1px #000;
  text-transform: uppercase;
  padding: 7px 16px 8px;
}
.dark-styled:hover {
  background: #444;
  color: #fff  !important;
  text-shadow: 0 0 1px #000
}
.comments-link.utilit-button {
  padding-right: 5px; 
}

.utilit-button:hover .content {
  color: #B31919
}

.upload-button {
  background: url(../img/ui/upload-icon.png) no-repeat center 1px;
  margin: 3px 10px 0 0;
  border-color: #ddd !important;
  box-shadow: none;
}
.upload-button:hover {
  background-position: center -75px;
  box-shadow: 0 0 1px #999;
  border-color: #aaa !important;
}
.write-button {
  background-image: url(../img/ui/monotone_pen_write.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  margin: 3px 10px 0 0;
  border-color: #ddd !important;
  box-shadow: none;
  padding-left: 30px !important;
}

.write-button:hover {
  box-shadow: 0 0 1px #999;
  border-color: #aaa !important;
}

.download-links-set .single-file-btn {
  width: 75%;
  padding: 5px 18px;
  height: auto !important;
  font-size: 50px;  
}
.btn-metadata {
  color: #000;
  margin: 1px 20px  0 -10px;
  border-right: 1px solid #aaa;
  padding: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.download-area {
  padding: 20px;
  background: #eee;
  margin: 15px 0 5px 0;
}
.download-area .title {
  font: normal 18px/1 Arial, sans-serif;
  margin: 0 0 0 2px;
}

.position-rel {
  position: relative;
}

.innerspace, .innerspace.module-content {
  padding: 15px;
}

.article-content hr:first-of-type {
  display: none;
}

.top-advert-area {
  text-align: center;
}
.top-advert-area .banholder{
  margin-bottom: 0;
  height: 90px
}

.gift-icon {
  background: url(../img/ui/gift-box-icon-dark.png) no-repeat 0 0;
  width: 20px;
  height: 21px;
  vertical-align: bottom;
  margin: 0 3px 0 0;
}

.comments-js-error, .error-message {
  color: #cc0000;
}
.hint-icon {
  width: 20px;
  height: 20px;
  background: url(../img/ui/hint-icon.png) no-repeat 0 0;
  text-indent: -999px;
  display: inline-block;
  vertical-align: top;
}

big.huge {
  font-size: 150%
}

.spoiler-controll {
  background: #e2e2e2 url(../img/ui/spoiler-controll.png) no-repeat 10px 1px;
  min-height: 20px;
  cursor: pointer;
  padding: 0 0 0 85px;
  margin-top: 5px;
  font-weight: bold;
}
.spoiler-controll:hover {
  background-color: #ccc;
}

.spoiler-controll.active {
  background: #ccc url(../img/ui/spoiler-controll.png) no-repeat 10px -49px;
}

.spoiler-content {
  display: none;
  position: relative;
  padding: 5px;
}

.main-layers-wrapper {
  overflow: hidden;
  position: relative;
  min-width: 980px;
}

#brandingLeftColumn {
  position: absolute;
  top: 100px;
  left: -50%;
  width: 100%;
  height: 800px;
  margin: 0 0 0 -490px;
  z-index: 0;
}

#brandingRightColumn {
  position: absolute;
  top: 100px;
  right: -50%;
  width: 100%;
  height: 800px;
  margin: 0 -490px 0 0;
  z-index: 0;
}

#text_ifr {
  min-height: 350px;
}


.foundation-wrapper {
    background-repeat: no-repeat;
    padding: 10px 0 0 0;

}
/* ==========================================================================
   для пользователей adblock
   ========================================================================== */

#adblockDetector {
  color: #161616;
  position: absolute;
  left: 0;
  top: 0;
}

.adblock-user-detcected #blogsModuleContainer, .adblock-user-detcected #filesModuleContainer{
  margin: 0 0 22px 0;
  width: 100%;
}
.adblock-user-detcected  #forumsModuleContainer {
  margin: 0 0 0 0;
  width: 100%;
}

.adblock-user-detcected .foundation-wrapper {
  background: none;
  padding-top: 50px
}

.adblock-user-detcected #firstNarrowAdide, .adblock-user-detcected #secondNarrowAdide {
   margin: 0 0 0 10px;
}

.adblock-user-detcected  #forumsModuleContainer .wrapper{
  padding: 0 7px 0 0;
}

.adblock-user-detcected  #filesModuleContainer .module-item a {
  padding: 0 0 0 27px;
}

.articles-module #moduleArticlesCarousel .jcarousel-clip-vertical {
height: 737px;
}

#moduleArticlesCarousel {
height: 747px;
}

.adblock-user-detcected .articles-module #moduleArticlesCarousel .jcarousel-clip-vertical {
height: 357px;
}

.adblock-user-detcected #moduleArticlesCarousel {
height: 367px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.page-header {
  background: #161616;
  height: 93px;
  position: relative;
  z-index: 101;
  border-bottom: 5px solid #b31919;
}

.page-header .top-bar {
  background: #2d2d2d;
  height: 39px;
}
.page-header .top-bar.sticked {
  position: fixed;
  z-index: 100;
  top: 0;
  box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}

.page-header .innerspace {
  margin: 0 auto;
  width: 960px;
  padding: 0;
}

.page-header .main-logo {
  position: absolute;
  left: 50%;
  top: 5px;
  margin: 0 0 0 -480px
}

.page-header .search-form {
  position: absolute;
  right: 50%;
  top: 50px;
  margin: 0 -470px 0 0;
  background: url(../img/ui/chosen-sprite@2x.png) no-repeat -66px -45px;
  width: 32px;
}

.page-header .search-form input {
  width: 100%;
  cursor: pointer;
  height: 32px;
  padding: 0 0 0 5px
}

.page-header .search-form input:focus {
  cursor: text;
  background: #eee;
  box-shadow: 0 0 3px rgba(0,0,0,0.8) inset;
}

.search-form input{
  border: none;
  height: 24px;
  background: none;
  font: normal 14px Arial, sans-serif;
  width: 185px;
}

.search-form input:focus {
  outline: none;
}

.search-form.active .inner-wrapper{
   background: #fff; 
}

.search-form .search-button {
  width: 28px;
  height: 26px;
  background: url(../img/ui/icon-search.png) no-repeat center center;
  border-radius: 0 20px 20px 0;
  position: absolute;
  right: 1px;
  top: 1px;
  border: none;
  display: none;
}

.ui-autocomplete {
  box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
  background: #222;
  border: 1px solid #444
}
.ui-autocomplete .ui-corner-all, .ui-autocomplete{
  border-radius: 0;
}
.ui-autocomplete .ui-state-focus {
  background: #444;
  color: #fff;
  border: none;
  margin: 0 !important;
  background: #B31919;
}
.ui-autocomplete a {
  color: #fff;
  border: none;
  margin: 0;
  cursor: pointer;
  line-height: 1;
}
.ui-autocomplete  .ui-menu-item a {
  line-height: 1;
  padding-top: 7px;
  padding-bottom: 7px;
}

.page-header .social-group-links {
  margin: 8px 0 0 0;
}

.social-group-links .icon.tiny-size{
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: #606060;
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: center;
  line-height: 24px;
  text-decoration: none !important;
  color: #fff;
  font-size: 14px;
}

.social-group-links .icon.vkontakte:hover {
  background-color: #57799D;
}

.social-group-links .icon.facebook:hover {
  background-color: #3C599B;
}

.social-group-links .icon.steam:hover {
 background-color: #020202;
}

.social-group-links .icon.youtube:hover {
  background-color: #DF2A21;
}

.social-group-links .icon.twitter:hover {
  background-color: #41AAE1;
}


/*********************************выпадающее меню авторизации и регистрации*************************************************/

.signup-signin-caller {
  display: inline-block;
  padding: 7px 10px 7px 20px;
  color: #fff;
  font: normal 12px/1 'Segoe UI',Arial, sans-serif;
  margin: 4px 0 0 0;  
}

.signup-signin-caller:hover {
  color: #444;
  cursor: default;
}

.signup_signin-drop-down-area:hover .signup-signin-caller {
  background: #f0f0f0;
  border-radius:5px 5px 0 0;
  color: #444;
}
.signup_signin-drop-down-area:hover .drop-down-layer{
  display: block;
}

.signup_signin-drop-down-area .drop-down-layer {
  z-index: 10;
  right: 0;
  top: 30px;
}

.signup_signin-drop-down-area {
  position: relative;
  filter: drop-shadow(0 1px 5px rgba(0,0,0,.5));
  z-index: 150;
  display: inline-block;
}

.auth-method-drop-list {
  background: #f0f0f0;
  width: 210px;
  padding: 9px 5px 13px;
  border-radius: 5px 0 5px 5px;
  color: #414141;
  text-align: center;
  box-shadow: 5px 5px 5px rgba(00,00,00,0.5);
}

.auth-method-drop-list .auth-method-item {
  text-transform: uppercase;
  border-radius: 3px;
  font: bold 18px 'PT Sans Narrow',Arial,sans-serif;
  color: #424242;
  text-shadow: 1px 1px 1px #fff;
  display: block;
  padding: 7px 0;
  border: 1px solid #efefef;
  box-shadow: 0 0 1px #c1c1c1;
  margin: 0 0 7px 0;
  background: rgb(224,224,224);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(207,207,207,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(100%,rgba(207,207,207,1)));
background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(207,207,207,1) 100%);
background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(207,207,207,1) 100%);
background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(207,207,207,1) 100%);
background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(207,207,207,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cfcfcf',GradientType=0 );
}

.auth-method-drop-list .auth-method-item:hover {
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  color: #000;
}

.auth-method-drop-list .auth-method-item span{
  display: block;
  text-transform: none;
  color: #979797;
  font: normal 12px 'PT Sans Narrow',Arial,sans-serif;
}

.auth-method-drop-list .auth-method-item:hover span {
  color: #424242;
}

.auth-method-drop-list .social-signin {
  border-top: 1px dotted #d6d6d6;
}

.auth-method-drop-list .social-signin .heading{
  font: bold 18px/1 'PT Sans Narrow', Arial,sans-serif;
  color: #424242;
  text-shadow: 1px 1px 1px #fff;
  margin: 12px 0 9px 0;
}

.auth-method-drop-list .social-signin .social-icon {
  width: 16px;
  height: 17px;
  display: inline-block;
  margin: 0 5px;
  border: none;
  font-size: 12px;
  text-decoration: none !important;
  line-height: 1.6;
  background: #444;  
  font-weight: normal;
}



/******************************АВТОРИЗАЦИЯ**********************************/

.authorization-module {
  max-width: 800px;
  margin: 0 auto;
}
.authorization-module .input-holder {
  padding: 5px;
  background: #e3e3e3;
  margin: 0 0 15px 0;
}
.authorization-module .input-holder .text{
  border-color: #fff;
}

.authorization-module .classy-form label {
  text-transform: uppercase;
  padding: 0 0 5px 5px;
  font: bold 12px/1 "PT Sans", Arial, sans-serif;
  margin-right: 10px;
}
.authorization-module .social-signin {
  padding: 0 0 15px 0;
}
.authorization-module a {
  color: #1155CC;
}
.authorization-module a:hover {
  text-decoration: underline;
}
.authorization-module .captcha .input-holder {
  width: 150px;
  float: left;
}

.authorization-module .captchaImageContainer {
  float: left;
  margin: 12px 10px 0 0;
  
}

/*********************************панель пользователя в шапке*************************************************/



.user-panel-data {
  display: inline-block;
}
.user-panel-data .item, .user-panel-bonus {
  display: inline-block;
  color: #767676;
  font: bold 11px/36px Tahoma, Arial, sans-serif;
  text-shadow: 1px 1px 1px #000;
  vertical-align: middle;
}
.user-panel-bonus {
  position: relative;
  background: url(../img/ui/gift-box-icon-light.png) no-repeat 10px 10px;
  padding: 0 10px 0 30px;
  color: #ccc;
  height: 38px;
}

.user-panel-bonus:hover {
  color: #fff;
  background-color: #222;
}


.user-panel-data a:hover, .user-panel-bonus a:hover {
  color: #fff;
}
.user-panel-data .avatar-holder{
  padding: 3px 5px 5px 10px;
  display: inline-block;
  line-height: 1px;
  position: relative;
  z-index: 103;
  border: 1px solid transparent;
  width: 56px;
}

.user-panel-data .active .avatar-holder{
  background: #444;
  border: 1px solid #1c1b1b;
  border-bottom: none;
}

.user-panel-data .avatar-image {
  border: 1px solid #444;
  box-shadow: 0 0 3px #000;
  width: 26px; 
  height: 26px;
  border-radius: 3px;
}

.user-panel-data .award-icon {
  margin: 0 1px;
}

.user-panel-data .avatar-holder:after {
  width: 8px;
  height: 6px;
  background: url(../img/ui/bullet-drop-down.png) no-repeat 0 0;
  content: "";
  display: inline-block;
  margin: 0 0 0 3px;
}

.user-panel-data .user-panel-identifier {
  position: relative;
}

#userNavCaller {
  cursor: pointer;
}

.user-panel-data {
  height: 39px;
}

.user-panel-data .user-panel-messages, .user-panel-data .events-feed-counter {
  width: 38px; 
  height: 100%;
  background: url(../img/ui/icon-messages.png) no-repeat center 15px;
  position: relative;
}
.user-panel-data .user-panel-messages.active {
  background: url(../img/ui/icon-messages.png) no-repeat center -15px;
}

.user-panel-data .value {
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 8px;
  top: -5px;
}
.user-panel-data .events-feed-counter {
  background: url(../img/ui/feed-icon.png) no-repeat center 12px;
}
.user-panel-data .events-feed-counter.active {
  background: url(../img/ui/feed-icon.png) no-repeat center -21px;
}

.user-panel-data .user-panel-messages:hover, .user-panel-data .events-feed-counter:hover {
  background-color:#222;
}
.user-panel-data .complaint-stat {
  position: fixed ;
  right: 0;
  top: 0;
  z-index: 9999
}
.user-panel-data .complaint-stat .item {
  line-height: 1;
  margin: 0 0 0 5px;
  float: left;
  text-align: center;
}

.user-panel-data .complaint-stat a {
  background: #FFA500;
  padding: 5px;
  color: #444;
  font-weight: bold;
  display: inline-block;
  height: 38px;
  text-shadow: none;
  font: bold 11px Arial, sans-serif;
}

.user-panel-navigation {
  z-index: 102;
  right: 0;
  top: 37px;
}
.user-panel-data  .active .user-panel-navigation  {
  display: block !important;
}

.user-panel-navigation .content {
  background: #444;
  border: 1px solid #1c1b1b;
  padding: 3px;
  background-size: 100% auto;
  box-shadow: 0 0 5px rgba(00,00,00,0.5)
}

.user-panel-navigation a {
  display: block;
  padding: 6px 15px 5px 7px;
  font: bold 10px/1 Arial,sans-serif;
  color: #aaa;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: none;
}

.user-panel-navigation .glyphicon {
  text-shadow: none;
  font-weight: normal;
  font-size: 15px;
  margin-right: 8px;
  color: #222;
  vertical-align: middle;
}

.user-panel-navigation li{
  border-bottom: 1px solid #171717;
  border-top: 1px solid #585858
}

.user-panel-navigation li:first-child {
  border-top: none;
}

.user-panel-navigation li:last-child {
  border-bottom: none;
}

.user-panel-navigation a:hover {
  color: #eee;
}
.user-panel-navigation a:hover .glyphicon {
  color: #ccc;
}
.user-panel-navigation li:last-child a:hover .glyphicon {
  color: #b31919;
}

/*************************************//***************************************/
   
   
.main-page .module {
  background: #fff;
  box-shadow: 0 0 2px #444;
  margin: 0 0 10px 0;
}

.module-header .avatar-image {
  width: 35px;
  height: 35px;
}

.module-header .all-link {
  color: #B31919;
  text-decoration: underline;
  font: bold 14px "PT Sans", Arial, sans-serif;
  margin: 10px 15px 0 0;
}

.module-footer {
  background: url(../img/ui/module-footer-bg.png) repeat-x 0 0;
  height: 5px;
}

.module-tab {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  margin: 0 5px;
}

.module-title  {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.module-category-selector {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  margin-left: 20px
}

.module-category-selector:hover .module-category-list{
  display: block;
}
.module-category-current {
  color: #b31919;
  cursor: pointer;
  font: normal 14px Arial, sans-serif;
}
.module-category-current:after {
  content: '\25BC';
  color: #b31919;
  margin: 0 5px;
  font: normal 10px Arial, sans-serif;
}

.module-category-selector .module-title {
  cursor: default;
}

.module-category-list {
  left: 0;
  background: #f2f2f2;
  z-index: 10;
  padding: 10px 0 5px;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  min-width: 150px;
  border: 1px solid #aaa;
}


.module-category-list a,.module-category-list span {
  display: block;
  padding: 5px 15px;
  margin: 0 3px;
  border-bottom: 1px dotted #ccc;
  white-space: nowrap;
}

.module-category-list.checked-list {
  width: 200px;
}

.module-category-list.checked-list .item {
  border-bottom: 1px dotted #ccc;
}

.module-category-list.checked-list .item:last-child {
  border: none;
}

.module-category-list.checked-list a,.module-category-list.checked-list span {
  display: inline-block;
  white-space: normal;
  border-bottom: none;
  padding: 5px 15px 5px 12px;
}

.module-category-list.checked-list input {
  margin: 0 5px 0 10px;
  display: none;
}

.module-category-list.checked-list .utilit-button{
  margin: 10px 30px;
}
.module-category-list.checked-list .btn-content {
  padding: 0;
  border:none;
  margin: 0;
}
.module-category-list .ui-state-disabled a {
  color: #aaa;
  cursor: default;
}

.module-category-list .nested {
  position: absolute !important;
  background: #fff;
  border: 1px solid #aaa;
  min-width: 150px;
  box-shadow: 5px 5px 5px rgba(00,00,00,0.5);
  border-left: 1px solid #ccc;
}

.module-category-list .nested a {
  display: block;
  padding: 5px ;
  margin: 0 3px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}

.module-category-list .active {
  cursor: default;
  color: #aaa;
}

.module-category-list li:last-child span, .module-category-list li:last-child a {
  border: none;
}

.module-category-selector .controll {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/ui/list-bullet.png") no-repeat center -36px;
  vertical-align: middle;
  cursor: pointer;
}


.module-tabs-set  {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 16px;
}

.module-tab.active {
  color: #db0808;
  border-bottom: 2px solid #B31919;
  top: 1px;
}


.module-tab>a, .module-tab>span {
  display: block;
  text-align: center;
  padding: 0 5px;
  line-height: 33px;
  float: left;
  color: #777;
  cursor: pointer;
}
.module-tab>a:hover, .module-tab>span:hover {
  color: #222;
}

.module-tab.active>a, .module-tab.active>span {
  color: #222;
  cursor: default;
  outline: none;
  line-height: 32px;
  
}


.module-tabs-set ul {
  vertical-align: bottom;
}

.module-subtabs-set {
  display: none;
  margin: 0 0 0 -10px;
}

.module-tab.active .module-subtabs-set {
  display: inline-block;
}

.module-subtabs-set .module-subtab a {
  display: block;
  text-align: center;
  padding: 0 19px 0 5px;
  line-height: 25px;
  outline: none;
}


.module-tab .module-subtab {
  display: none;
}

.module-tab.active .module-subtab {
  display: inline-block;
}

.module-subtab-switcher {
  height: 11px;
  width: 11px;
  display: inline-block;
  background: url(../img/ui/icon-gear.png) no-repeat 0 0;
  margin: 0 0 0 1px;
  cursor: pointer;
  vertical-align: middle;
}


.module-subtabs-set .module-subtab.current a {
  color:#222;
  cursor: default;
  background: url(../img/ui/icon-gear.png) no-repeat 92% 8px;
}

.module-subtabs-set .module-subtab.current {
  display: block;
  position: static;
  background: none;
}
.module-tab>a:hover {
color: #b31919;
}
.module-title {
  color: #565656;
  font: bold 21px/1 'PT Sans Narrow', Arial, sans-serif;
  margin: 0;
}

.module-title .game-title {
  text-transform: none;
}

.module-subtitle {
  font-size: 18px;
  text-transform: lowercase;
  margin: 0 0 0 10px;
}

.module-title>a, .module-title>span{
  vertical-align: middle;
  line-height: 33px;
  text-shadow: -1px -1px 1px #fff;
}


.module-item {
  margin-bottom: 20px;
  padding: 0 10px;
}

.module-content {
  padding: 10px 0;
}

.module-content .tab-content {
  display: none;
}

.module-content .tab-content:first-child{
  display: block;
}

.module-item-title {
  font: bold 15px/1 'PT Sans', Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  display: block;
}

.peview-item {
  padding-left: 200px;
  position: relative;
  text-overflow: clip;
  min-height: 100px;
}
body.main-page .peview-item {
  height: 105px;
}


.peview-item .image-thumb {
  position: absolute;
  left: 15px;
  border: none;
}

.peview-item p {
  margin: 0 10px 0 0;
  line-height: 1.3;
}


.module-item .vertical-align {
  display: table;
  width: 100%;
  height: 100%;
}

.module-item .wrapper {
  padding: 0 7px;
}

.module-item  .vertical-align>* {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.1;
}

.module-item-footer  {
  background: #fff;
  margin: 10px 5px 0 0;
}

#moduleNews .module-item-footer {
  position: absolute;
  bottom: 5px;
  left: 200px;
  right: 10px;
}
#moduleArticlesCarousel .module-item-footer {
  position: absolute;
  bottom: 5px;
  left: 200px;
  right: 10px;
}
.module-item-metadata {
  background: #f4f4f4;
  margin-right: 110px;
  font: normal 10px/1 Tahoma, Arial, sans-serif;
  padding: 3px 5px 4px 5px;
  border: 1px solid #fff;
  color: #6f6f6f;
  overflow: hidden;
}

.module-item-metadata a {
  color: #6f6f6f;
}
.module-item-metadata a:hover {
  color: #222;
}

.module-item-counters, .module-item-counters a{
  font-weight: bold;
  color: #6f6f6f;
}
.article-metadata .glyphicon {
  color: #d4d4d4;
}
.module-item-counters .glyphicon{
  color: #d4d4d4;
  margin: 0 3px 0 8px;
  font-weight: normal;
  font-size: 14px;
  vertical-align: middle;
}

.module-item-counters .icon {
  width: 14px;
  height: 13px;
  margin: 0 5px 0 13px;
  display: inline-block;
  vertical-align: middle;
}
.module-item-counters .counter-comments .icon {
  background: url(../img/ui/ico-cloud-tiny.png ) no-repeat 0 0;
  
}

.module-item-counters .counter-likes .icon {
  background: url(../img/ui/ico-heart-tiny.png ) no-repeat 0 0;
}


.module-item-counters .counter-views .icon {
  background: url(../img/ui/icon-eye-dark.png ) no-repeat 0 0;
  width: 14px;
  height: 14px;
  margin: -2px 5px 0 3px;
}
.gp-game-video .module-item-counters .counter-views .icon {
  background: url(../img/ui/icon-eye-tiny.png ) no-repeat 0 0;
}
.top-video-module .module-item-counters .counter-views .icon {
  background: url(../img/ui/icon-eye-dark.png ) no-repeat 0 0;
}
.top-video-module .module-item-counters .counter-comments .icon {
  background: url(../img/ui/ico-cloud-dark.png ) no-repeat 0 0;
}

.top-video-module .module-item-counters .counter-likes .icon {
  background: url(../img/ui/ico-heart-dark.png ) no-repeat 0 0;
}
.module-item-counters .counter-duration .icon {
  background: url(../img/ui/time-icon-dark.png) no-repeat 0 0;
}

.drop-down-contain {
  position: relative;
}

.drop-down-controll {
  background: url(../img/ui/arrow_down.png) no-repeat center center;
  cursor: pointer;
  width: 16px;
  height: 18px;
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
  top: 5px;
  
}

.drop-down-controll:hover {
  border: 1px solid #aaa;
}

.drop-down-layer.standart {
  background: #fff;
  font: normal 11px/1 Arial, sans-serif;
  color: #555;
  right: 0;
  border: 1px solid #aaa;
  box-shadow: 1px 1px 3px rgba(00,00,00,0.4);
  min-width: 120px;
  margin: 0 -52px 0 0;
  border-radius:  3px 3px 0 0; 
  z-index: 10;
}
.drop-down-layer.standart:before {
  height: 0; 
  width: 0; 
  border-bottom: 10px solid #fff; 
  border-right: 10px solid transparent; 
  border-left: 10px solid transparent;
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin: 0 0 0 -10px
}

.drop-down-layer.standart a{
  display: block;
  color: #555;
  border-bottom: 1px solid #aaa;
  padding: 8px 12px;
  white-space: nowrap;
}
.drop-down-layer.standart li:last-child  a{
  border: none;
}
.drop-down-layer.standart a:hover {
  color: #444;
  background: #eee;
}
.drop-down-layer.standart a.active, .drop-down-layer.standart a.active:hover {
  color: #000;
  font-weight: bold;
  cursor: default;
  background: none;
}

/*************************************TAGS**********************************************/

.tags-cloud {
  padding:0 0 30px 0;
}
.tags-cloud .tag {
  padding: 8px 10px;
  margin: 5px;
  border-radius: 2px;
}
.tags-cloud .tag:before, .tags-cloud .tag:after {
  display: none;
}
.tags-cloud .active, .tags-cloud .active .tag-num {
  background: #444;
  color: #fff;
  
}
.tag-num {
  color: #999;
  padding: 0 7px 0 5px;
  display: inline-block;
  margin: 0  -6px 0 5px;
  border-left: 1px solid #ccc;
}

.subheading {
  font: normal 17px/1 Arial, sans-serif;
  color: #444;
  padding: 0 0 10px 0;
}

.downloads-category-items {
  display: block;
  color: #999;
  font: normal 11px/1 Tahoma, Arial, sans-serif;
}

.downloads-category-items a {
  background: #e3e3e3;
  color: #777;
  padding: 3px 6px 4px 12px;
  line-height: 1;
  margin: 7px 10px 0 15px;
  border-radius: 0 3px 3px 0;
  display: inline-block;
  position: relative;
  text-align: left;
}

.downloads-category-items a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #e3e3e3 transparent transparent;
  border-width: 9px;
  position: absolute;
  left: -18px;
  top: 0
}

.downloads-category-items a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  left: 0px;
  top: 6px;
  background: #fff;
}
.downloads-category-items a:hover:before {
  border-color: transparent #444 transparent transparent;
}

.downloads-category-items  a:hover{
  background: #444;
  color: #fff;
}
/*************************************custom styles for modules **********************************************/

.module-content.zebra-list {
  padding: 0;
}


.module .zebra-list .module-item{
  margin-bottom: 0;
  width: 100%;
  padding: 0;
}

.main-page .module .zebra-list .module-item, .page-aside .module .zebra-list .module-item{
  height: 58px;
}


.main-page .video-module .module-content {
  height: 165px;
  padding: 10px 25px;
}

.video-module .module-item {
  width: 182px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.module-view .video-module .module-item {
  width: 185px;
}
.module-view .video-module .module-item-counters {
  left: 4px;
}
.module .wrapper-vertical .title {
  line-height: 1;
  height: 58px;
}

.video-module .module-item-title {
  font-size: 12px;
}
.video-module  .image-thumb{
  width: 165px;
  height: 95px;
  border: none;
}
.video-module .module-item-counters {
  position: absolute;
  width: 165px;
  display: none;
  top: 71px;
  left: 2px;
  background: rgba(00,00,00,0.5);
  padding: 5px;
  text-align: center;
  font: normal 13px/1 'PT Sans Narrow', Arial, serif;
  color: #fff;
  margin: 0 6px;
}

.counter-reply {
  text-align: center;
  width: 44px;
  background: url(../img/ui/icon-clowd.png) no-repeat 0 0;
  color: #6f6f6f;
  font: normal 14px/30px 'PT Sans Narrow', Arial, sans-serif;
  cursor: default;
  display: inline-block;
  height: 32px;
  vertical-align: middle;
}

.counter-reply.size-big {
  text-align: center;
  width: 59px;
  background: url(../img/ui/icon-clowd-big.png) no-repeat 0 0;
  color: #6f6f6f;
  font: bold 18px/35px 'PT Sans Narrow', Arial, sans-serif;
  cursor: default;
  display: inline-block;
  height: 44px;
  vertical-align: top;
  margin-left: 10px;
}
.counter-likes.size-big {
  text-align: center;
  width: 53px;
  background: url(../img/ui/icon-heart-big.png) no-repeat 0 0;
  color: #6f6f6f;
  font: bold 18px/35px 'PT Sans Narrow', Arial, sans-serif;
  cursor: default;
  display: inline-block;
  height: 44px;
  vertical-align: top;
  margin-left: 10px;
}

.module-item .vertical-align .counter-reply {
  text-align: center;
  width: 55px;
  background: url(../img/ui/icon-clowd.png) no-repeat 6px 16px;
  color: #6f6f6f;
  font: normal 14px/1 'PT Sans Narrow', Arial, sans-serif;
  cursor: default;
  display: table-cell;
  height: auto;
}


.main-page .news-module .module-content {
  height: 774px;
  padding-top: 12px;
}

.main-page .games-module .module-content {
  height: 205px;
  overflow: hidden;
}

.games-module .module-item-title {
  font-size: 12px;
}

.games-module .release-date {
  text-align: center;
  font: normal 11px/1.75 Arial, sans-serif;
  color: #ccc;
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 98px;
  left: 0;
  top: 95px;
  margin: 0 0 0 17px;
  opacity: 0.5;
}

.games-module .module-item:hover .release-date {
  opacity: 1;
}


.video-module .module-item:hover .module-item-counters {
  display: block;
}

.games-module .module-item {
  position: relative;
}

.horisontal-module {
  position: relative;
}

.horisontal-module .prev {
  position: absolute;
  left: -65px;
  top: 50%;
  text-indent: -9999px;
  width: 56px;
  height: 118px;
  margin: -80px 0 0 0;
  background: url(../img/ui/fancy-button-prev.png) no-repeat 0 bottom;
}

.horisontal-module .jcarousel-prev-disabled.prev {
  background: url(../img/ui/fancy-button-prev.png) no-repeat 0 0;
}

.horisontal-module .next{
  position: absolute;
  right: -65px;
  top: 50%;
  text-indent: -9999px;
  width: 56px;
  height: 118px;
  background: url(../img/ui/fancy-button-next.png) no-repeat 0 bottom;
  margin: -80px 0 0 0;
}

.horisontal-module .image-thumb{
  margin-bottom: 5px;
  box-shadow: 0 0 5px #ccc;
}


.game-scroll-module {
  overflow: hidden;
  white-space: nowrap;
  margin: 25px 10px 10px;
  height: auto;
	max-height: 250px;
}

.game-scroll-module .module-item {
  text-align: center;
  white-space: normal;
  display: inline-block;
  width: 100px;
  vertical-align: top;
  font: normal 13px/1 'PT Sans Narrow', Arial, sans-serif;
}

.game-scroll-module .image-thumb {
  display: block;
  margin: 0 auto 10px;
}

.game-scroll-module .wrapper {
  padding: 0;
  display: block;
}
.game-scroll-module .jspHorizontalBar {
  background: none;
  height: 8px;
}
.game-scroll-module .section-title {
  font: bold 15px/1 'PT Sans Narrow', Arial, sans-serif;
  color: #777;
  margin: 0 0 15px 5px
}
.game-scroll-module .jspDrag {
  left: 0;
}

.video-module .image-thumb {
   margin-bottom: 5px;
}

.articles-module .module-item {
height: 110px;
}

.blogs-module .vert_content-holder {
  width: 42px;
}

.files-module .module-item a{
  background: url(../img/ui/icon-download-tiny.png) no-repeat 7px center;
  padding: 0 0 0 37px;
}

.forums-module .module-item em {
  font: normal 12px Arial, sans-serif;
  display: block;
  color: #9a9a9a;
}

.games-catalogue-list .module-content .center{
  overflow: hidden;
  padding: 0 0 0 10px;
}
.games-catalogue-list .game-rating-points .column {
  margin-left: 10px;
}

.games-catalogue-list .module-content .column.aside {
  width: 110px;
  padding: 0;
  position: relative;
  float: left;
  color: #666;
}
.games-catalogue-list .filter-set {
  margin-bottom: 30px
}
.games-catalogue-list .image-thumb.vertical {
  margin-bottom: 7px;
}

.games-catalogue-list  .fancy-button .btn-content {
  padding: 0 0 0 8px;
}

.games-catalogue-list .center .title {
  font: bold 17px 'PT Sans', Arial, sans-serif;
}

.games-catalogue-list .meta-info {
  padding: 0 0 10px 0;
  font: normal 12px/1.7 Arial, sans-serif;
}

.games-catalogue-list .description {
  border-top: 1px solid #fff;
  padding: 0 0 10px 0;
  margin: 0;
}
.games-catalogue-list .item {
  margin-bottom: 60px;
}

.games-catalogue-list .gp-game-rating-area {
  width: 200px;
}

.filter-set .filter {
  height: 30px;
  border: 1px solid #d3d3d3;
  margin: 4px;
  background: #eee;
  z-index: 10;
}
.filter-set .filter:hover {
  background-color: #e3e3e3;
}

.filter-set .current { 
  font: bold 15px 'PT Sans Narrow', Arial, sans-serif;
  height: 100%;
}

.filter-set .filter .drop-down-controll {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 95% center;
  border: none;
  top: 0;
  vertical-align: middle;
  height: 100%;
  line-height: 27px;
  padding: 0 0 0 5px;
  background-color: #ddd;
  color: #444;
}

.filter-set .filter .drop-down-controll.reset {
  background-color: #eee;
  color: #bbb;
}
.filter-set .filter .drop-down-controll.reset:hover {
  background-color: #e5e5e5;
  color: #888;
}

.filter-set .drop-down-layer.standart:before{
content: none;
}

.filter-set .drop-down-layer{
  left: 0;
  width: 100%;
  top: 28px;
  margin: 0;
  border-radius: none;
}

.filter .drop-down-layer.standart .active {
 color: #ccc !important; 
}
.filter .drop-down-layer.standart a:hover {
  color: #fff;
  background: #444;
}

.filter .drop-down-layer.standart a:active {
  color: #444;
  background: #fff;
}

/**404**/
.sorry-massage {
  padding: 25px 0;
}

.sorry-massage-header {
  font: bold 38px/1 "PT Sans", Arial, sans-serif;
  color: #888;
  margin: 0 0 25px 0;
}
.sorry-massage-content {
  font-size: 20px;
}

.games-catalogue-list .platform-item {
  margin: 0 2px;
}
.platform-item {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.platform-item.pc {
  border-bottom-color: blue
}
.platform-item.xbox360,.platform-item.xboxone,.platform-item.xbox {
  border-bottom-color: green
}
.platform-item.ps3, .platform-item.ps2,.platform-item.ps4 {
  border-bottom-color: #53a0ff
}
.platform-item.android {
  border-bottom-color: #95C04A;
}
.platform-item.ios {
  border-bottom-color: #607AAD;
}
.platform-item.psp, .platform-item.vita {
  border-bottom-color: #2E9FCB;
}
.platform-item.wii, .platform-item.wiiu, .platform-item.gc {
  border-bottom-color: #8675BC;
}

.indexfilter .drop-down-layer.standart {
  min-width: 45px;
  max-height: 400px;
  overflow: auto;
  text-transform: uppercase;
}
.indexfilter .drop-down-layer a {
  padding-right: 0;
}

.rating .editorial-rating-value {
  background: red;
  color: #fff;
  text-align: center;
  font: bold 20px/1 "PT Sans", Arial, sans-serif;
  border-top: 5px solid #ddd;
}

.rating .readers-rating-value {
  background: #ccc;
  color: #aaa;
  text-align: center;
  font: bold 20px/1 "PT Sans", Arial, sans-serif;
}

.rating .readers-rating-value:first-of-type {
   border-top: 5px solid green;
}

.tileview-list-item {
  overflow: hidden;
  box-shadow: 0 0 5px #aaa;
  margin: 0 5px 5px 7px;
  background: #fff;
  position: relative;
  width: 300px;
}
.tileview-list-item.video-tile {
  padding-bottom: 40px;
}

.video-tile-tags a {
  color: #999;
}
.video-tile-tags a:hover {
  color: #444;
  text-decoration: underline;
  
}

.tileview-list-item.video-tile, .tileview-list-item.video-tile:hover {
  background: none;
  box-shadow: none;
}
.tileview-list-item.video-tile > a:after {
  content: "\e62a";
  font-size: 50px;
  color: #b31919;
  position: absolute;
  left: 50%;
  margin: 50px 0 0 -35px;
  top: 0;
  font-family: 'icomoon';
  background: rgba(255,255,255,0.4);
  border-radius: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  text-indent: 10px;
  text-shadow: 0 0 5px rgba(0,0,0,0.3);
  opacity: 0.8;
  display: none;
}

.tileview-list-item.video-tile > a:hover:after {
  display: block;
}


.tileview-list-item.video-tile .meta-data {
  color: #aaa;
  font-weight: normal;
  line-height: 1.5
}
.tileview-list-item.video-tile .title {
  font: bold 13px/1 Arial,sans-serif
  
}
.tileview-list-module .module-item{
  margin: 0 0 15px 0;
  padding: 0;
  width: 33.33%;
  min-height: 430px;
  display: inline-block;
  vertical-align: top;
}
.tileview-list-module .special-item .tileview-list-item{
  padding: 50px 0 0;
  background: #E4E4E4;
  height: 505px;
}

.tileview-list-item:hover {
  box-shadow: 0 0 5px #000;
}

.tileview-list-item .cover-image {
  background: #444;
}

.tileview-list-item .title {
  display: block;
  font: bold 18px/1 'PT Sans Narrow', Arial, sans-serif;
  margin: 10px 0 5px 0;
}


.tileview-list-item .item-footer .module-item-counters {
  margin: 0 10px 0 0;
  opacity: 0.3;
}
.tileview-list-item:hover .module-item-counters {
  opacity: 1;
}
.blog-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.blog-title {
  margin-bottom: 5px;
}
.blog-header {
  margin-bottom: 15px;
}

.tileview-list-item .blog-item-footer {
  background: #e4e4e4;
  padding: 10px 15px 12px 15px;
  color: #aaa;
}
.tileview-list-item .blog-item-footer .glyphicon  {
  color: #bbb;
}

.tileview-list-item .manage-control {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  cursor: default;
}

.content-manage-options .blog-confirm-button  {
  color: #b31919 !important;
  cursor: default;
}

.content-manage-options .manage-control.confirmed  {
  color: #009111 !important;
}

.article-metadata .blog-author-additional {
  border-bottom: 1px dotted #333;
  color: #777;
  font-weight: bold
}

.article-tags a {
  color: #1155cc;
  display: inline-block;
  font: normal 12px/1 Arial, sans-serif;
}
.article-tags a:hover {
  text-decoration: underline
}

.article-signature {
  text-align: center;
  float: right;
  margin: 0 20px 30px 0;
  font: normal 12px/1 Arial, sans-serif; 
}

.article-signature .avatar-image {
  margin: 0 0 10px 0;
  border-radius: 70px
}

.user-blogs-additional {
  padding: 25px 10px 0 0;
  display: none;
}

.user-blogs-additional .title  {
  font: bold 16px/1 "PT Sans",Arial, sans-serif;
  margin: 0 0 10px 0;
  color: #777;
}
.user-blogs-additional .item {
  margin: 0 0 12px 0;
}
.user-blogs-additional .blog-name  {
  color: #1155CC;
}
.user-blogs-additional .blog-name:hover {
  text-decoration: underline;
}

.user-blogs-additional .game-name {
  display: block;
}
.tileview-item-header {
  padding: 0 5px 0 13px;
}

.tileview-list-item .publication-content {
  font: normal 12px/1.5 Arial, sans-serif;
  overflow: hidden;
  height: 170px
}
.tileview-list-item .content-wrapper {
  height: 300px;
}
.tileview-list-item .publication-content .inner {
  padding: 10px 10px 20px 13px;
  display: block;
  overflow: hidden;
}

.tileview-list-item.no-previw-image .publication-content {
  display: block
}


.tileview-list-item .publication-content a {
  color: #fff;
}

.tileview-list-item:hover .publication-content{
  display: block;
}


.tileview-list-item .author-info {
  position: relative;
  z-index: 5;
  top: -20px;
  left: -15px;
  margin: 0 0 -10px 0;
}

.tileview-list-item .author-info .avatar-image {
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  border: 2px solid #eee;
}

.tileview-list-item .author-info .user-nick{
  position: absolute;
  left: 60px;
  bottom: -3px;
}

.tileview-list-item .publication-partition {
  position: absolute;
  top: 168px;
  right: 0px;
  background: #777;
  color: #fff;
  max-width: 70%;
  padding: 5px 10px;
  font: normal 11px/1 Arial, sans-serif;
  text-align: right;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
  
}
.tileview-list-item .publication-partition:hover {
  background: #b31919;
  color: #fff;
}
.tileview-list-item .duration {
  position: absolute;
  right: 10px;
  top: 150px;
  font: normal 12px/1 Arial, sans-serif;
  text-align: center;
  color: #fff;
}
.tileview-list-item .views {
  position: absolute;
  left: 10px;
  top: 150px;
  font: normal 12px/1 Arial, sans-serif;
  text-align: center;
  color: #fff;
}


.tileview-list-item .avatar-area {
  background: none;
}

.tileview-item-header.small{
  padding: 0;
}

.play-icon-overlay {
  width: 100px;
  height: 100px;
  background: url(../img/ui/play_icon.png) no-repeat 0 0;
}

.tileview-list-item .play-icon-overlay {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -50px;
  top: 7px;
  display: none;
}
.tileview-list-item:hover .play-icon-overlay{
  display: block;
}

.top-downloads-module .module-item{
  margin: 0 0 50px 0;
}
.top-downloads-module .image {
  margin-right: 20px
}
.top-downloads-module .title{
 font: 17px/1 Arial,sans-serif;
 margin: 0 0 12px 0;
 display: block;
}

.top-downloads-module .downloads-category-items {
  margin: 5px 0 0 -5px
}

.top-downloads-module .downloads-category-items a {
  margin: 0 5px 5px 0; 
  display: inline-block;
  border-color: #E0E0E0 #C4C4C4 #ADADAD #CECECE;
  border-width: 1px;
  border-style: solid;
  background: #f3f3f3;
  border-radius: 3px;
  padding-left: 6px;
}

.top-downloads-module .downloads-category-items .highlight {
  font: bold 12px Arial, sans-serif;
  border: none;
}
.top-downloads-module .downloads-category-items .highlight:hover {
  background: none;
  color: #1155CC;
}
.top-downloads-module .downloads-category-items {
  font-size: 12px;
}
.top-downloads-module .downloads-category-items a:before, .top-downloads-module .downloads-category-items a:after {
  content: none;
}
.top-downloads-module .downloads-category-items a:hover {
  border-color: #444 #444 #222 #222;
}

/**********************Виджет с превью новостями и статьями*******************************/

/*recommended content*/
.rc-box {
  background: #efefef;
  margin-bottom: 20px;
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 1px #eaeaea;
  border-radius: 3px;
  color: #595959;
  font-size: 12px;
  line-height: 1.5;
  color: #444;
  padding-bottom: 20px;
}

.rc-newsbox .rc-box-item-title {
  line-height: 1.4
}

.rc-box img.pull-left {
  margin: 3px 5px 0 -5px;
}
.rc-box img.pull-right {
  margin: 0 -5px 0 5px;
}
.rc-videobox {
  position: relative;
  margin-bottom: 30px;
}
.rc-videobox .wrappper:after {
  content: "\e62a";
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 75px;
  font-family: 'icomoon';
  background: rgba(255,255,255,0.4);
  border-radius: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  text-indent: 10px;
  text-shadow: 0 0 5px rgba(0,0,0,0.3);
  opacity: 0.8;
  margin: 0 0 0 -35px
}
.rc-videobox .wrappper:hover:after{
  color: #b31919;
  opacity: 1; 
}
.rc-videobox .title {
  font: bold 15px/1 "PT Sans", Arial, sans-serif;
  display: block;
  margin: 5px 0 0 0;
  color: #666;
  
}
.rc-box-header {
  background: #b31919;
  display: inline-block;
  position: relative;
  top: -1px;
  left: -1px;
}

.rc-box-heading {
  font-size: 12px;
  display: block;
  padding: 4px 10px 3px 10px;
  text-transform: uppercase;
  color: #fff;
}
.rc-box-header a, .rc-box-header a:hover {
  color: #fff;
}

.rc-box-content {
  padding: 20px 15px 0 20px;
}
.rc-box-item {
  margin-bottom: 30px;
  padding: 0;
}
.rc-box-item.compact {
  margin-bottom: 20px;
}
.rc-box-item-title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
.rc-box-item.compact .rc-box-item-title {
  font-size: 12px;
}
.rc-box-item .glyphicon {
  font-size: 15px;
  color: #c1c1c1;
  vertical-align: middle;
}

.rc-box-item-meta {
  margin: 5px 0 0 0;
  color: #a1a1a1;
}

.rc-box-item-meta a {
  color: #a1a1a1;
}
.rc-box-item-meta a:hover {
  text-decoration: underline;
  color: #444;
}
.rc-box-footer {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.rc-box-tabs-cntrl {
  margin: 15px; 
}

.rc-box-tabs-cntrl .module-tab {
  margin: 0; 
}
.rc-box-tabs-cntrl .module-tab span {
  padding: 5px 10px 6px;
  font: normal 12px/1 Arial, sans-serif;
  
}
.rc-box-tabs-cntrl .module-tab.active {
  border-color: transparent;
}
.rc-box-tabs-cntrl .module-tab.active > span {
  background: #666;
  color: #fff !important;
  box-shadow: 0 0 2px -2px #666 inset;  
}
.rc-box-tabs-cntrl .module-tab.active:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin: 0 0 0 -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #666 transparent transparent transparent;
}


.excerpt-module .module-item {
  padding-right: 0;
}

.excerpt-module .module-content {
  max-height: 380px;
  overflow: auto;
}

.excerpt-module.video-announce .module-item {
  position: relative;
}

.excerpt-module.video-announce .image-thumb {
  width: 280px;
  height: 150px;
  display: block;
}
.excerpt-module.video-announce a {
  display: block;
}

.excerpt-module.video-announce .title {
  position: absolute;
  left: 10px;
  padding: 7px 10px 8px 10px;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.75);
  font: bold 12px/1 'PT Sans', Arial, sans-serif;
  color: #fff;
}
.excerpt-module.video-announce a:hover {
  color: #000;
}

.excerpt-module.video-announce .module-item a:before {
  content: "\e62a";
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 50%;
  line-height: 70px;
  margin: -35px 0 0 -30px;
  top: 50%;
  font-family: 'icomoon';
  background: rgba(255,255,255,0.4);
  border-radius: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  text-indent: 10px;
  text-shadow: 0 0 5px rgba(0,0,0,0.3);
  opacity: 0.8;
  display: none;
}

.excerpt-module.video-announce .module-item:hover a:before{
  color: #b31919;
  display: none;display: block
}


/**********************RELATED module*******************************/

.article-related-content {
  padding: 15px 0 15px 5px;
}
.article-related-content .image-thumb {
  margin-bottom: 5px;
}

.article-related-content .module-item {
  width: 206px;
}

.article-related-content .title{
  font: normal 12px/1.3 Arial, sans-serif;
  display: block;
}

.article-related-content .files-listing .item {
  padding: 5px 0 8px 12px;
  font: bold 13px Arial,sans-serif;
  border-bottom: 1px solid #d2d2d2;
  box-shadow: 0 1px 1px #fff;
}
.article-related-content .files-listing .item:last-child {
  border: none;
  box-shadow: none;
}

.article-related-content .downloads-category-items {
  margin: 0 0 3px -4px;
}


/**********************accordion******************************/

.teasers-module {
  margin: 0 0 10px 0;
}

.teasers-module .ui-accordion-header,.teasers-module p, .teasers-module .ui-accordion .ui-accordion-content {
  margin: 0; 
  padding: 0; 
  border: none;
  border-radius: 0;
}

.teasers-module .ui-accordion-header-icon {
  display: none;
}

.teasers-module .key-panel {
  height: 54px;
  cursor: default;
  color: #000; 
  text-shadow: -1px 1px 1px #eee;
  font: bold 15px/1 'PT Sans Narrow',Arial,sans-serif;
  background: rgb(238,238,238);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNGM0YzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(196,196,196,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(196,196,196,1)));
  background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(196,196,196,1) 100%);
  background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(196,196,196,1) 100%);
  background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(196,196,196,1) 100%);
  background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(196,196,196,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c4c4c4',GradientType=0 );
}

.teasers-module .key-panel:hover, .teasers-module .key-panel.ui-state-active {
  background: #555;
  color: #eee;
  text-shadow: -1px 1px 1px #000;
}

.teasers-module .key-panel .inner-content {
  border: 1px solid #aaa;
  border-bottom: none;

}
.teasers-module .inner-content span {
  width: 100%;
}

.teasers-module .key-panel:last-of-type .inner-content {

  border-bottom: 1px solid #aaa;
  
}
.teasers-module .content-panel {
  background: #444;
  height: 166px;
  position: relative;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  display: block;
  overflow: hidden;
}

.teasers-module .content-panel .inner-content {
  padding: 10px;
  font: normal 11px/1.1   Arial, sans-serif;
  position: absolute;
  left: 0;
  margin: 0;
  max-height: 80px;
  background: rgba(0,0,0,0.7);
  color:#fff;
  overflow: hidden;
  width: 280px;
  bottom: 0;
}

.teasers-module .content-panel img {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
}

.teasers-module .icon-bubble {
  width: 20px;
  height: 28px;
  background: url(../img/ui/icon-bubble.png) no-repeat 0 0;
  margin: 12px 15px 0 10px;
}

.teasers-module .avatar-area {
  float: left;
  width: 42px !important;
  margin: 0 10px 0 0!important;
  
}
.teasers-module .avatar-area img {
  position: static;
}


.video-list-page .tileview-list-item {
  margin: 30px 5px 10px;
}

/**********************ГОЛОСОВАНИЕ*******************************/


.poll-module .module-title {
  padding: 0;
}

.poll-module .poll-theme {
  font: bold 15px/1 Arial, sans-serif;
  color: #444;
  margin: 10px 10px 0 0;
  display: block;
}

.poll-module .module-item {
  background: #eee;
  margin: 0 5px 5px;
  border-radius: 5px;
  padding: 0;
  height: 32px;
  font: normal 12px 'Segoe UI', Arial, sans-serif;
  cursor: default;
}

.poll-module .module-item:hover {
  background: #cecece;
}

.poll-module .poll-results .module-item:hover {
  background-color: #eee;
}

.poll-module .module-item .inner  {
  padding: 5px 5px 5px 8px;
  text-align: left;
}

.poll-module .cntrl-holder { 
  width: 22px;
}

.poll-module .module-item input {
  vertical-align: middle;
  margin: 0;
}

.poll-module .poll-results .cntrl-holder { 
  width: 22px;
  font: bold 13px 'PT Sans Narrow', Arial, sans-serif;
  text-indent: -3px;
}

.poll-module .bottom {
  padding: 10px 0;
  text-shadow: 1px 1px 1px #fff; 
}
.poll-module .poll-summary {
  vertical-align: middle;
  font: normal 13px/30px 'PT Sans', Arial, sans-serif; 
  vertical-align: middle;
  
  
}
.poll-module .poll-results .module-item {
  background-image: url(../img/ui/poll-bg.png);
  background-repeat: no-repeat;
  overflow: hidden;
}

.poll-module .fancy-button {
  padding: 5px 15px 8px;
  font: normal 14px/1 "PT Sans Narrow", Arial, sans-serif;
}

/**********************//*******************************/


/* ==========================================================================
   Navigation styles
   ========================================================================== */
   
.main-navigation {
  margin: 0 0 0 130px;
  padding: 12px 0 0 0;
}


.main-navigation .first-level>li {
  margin-right: 10px;
}

.main-navigation .first-level>li:last-child {
  margin: 0 0 0 5px;
  position: relative
}

.main-navigation .first-level>li>a {
  color: #c8c8c8;
  text-transform: uppercase;
  font: bold 15px/1 'PT Sans Narrow',Arial, Helvetica, sans-serif;
  padding: 5px 13px 15px 8px;
  background: url(../img/ui/list-bullet.png) no-repeat right 10px;
  display: inline-block;
  border-top: 4px solid transparent;
}
.main-navigation .first-level .last>a {
  background: url(../img/ui/main-nav-more.png) no-repeat center 9px;
}
.main-navigation .first-level>li.active>a {
  border-top: 4px solid #ce2c2c;
  background: #fff url(../img/ui/list-bullet.png) no-repeat right -33px;
  color: #e31717;
}
.main-navigation .first-level .last.active>a {
  background: #fff url(../img/ui/main-nav-more.png) no-repeat center -23px;
  border-top: 4px solid #fff;
}

.main-navigation .first-level .spec>a {
  background: none !important;
  border-top: 4px solid transparent !important;
}

.main-navigation li.active .drop-down-layer {
  display: block;
}

.main-navigation .drop-down-layer {
  width: 100%;
  left: 0;
  top: 90px;
  z-index: 10;
  padding: 0 10px;
  background: #fff;
  box-shadow: 0 15px 15px rgba(0,0,0,0.8);
  height: 320px;
  border-bottom: 5px solid #b31919;
}

.main-navigation .drop-down-layer.narrow {
  width: auto;
  right: 0;
  left: auto;
  bottom: auto;
  top: 38px;
  padding: 0;
  height: auto;
  min-height: auto;
}

.main-navigation .drop-down-layer.narrow .drop-down-content {
  height: auto;
  width: auto;
  min-height: auto;
}

.main-navigation .drop-down-layer.narrow li {
  display: block;
  text-align: left;
  white-space: nowrap;
}
.main-navigation .drop-down-layer.narrow a {
  display: block;
}
.main-navigation .second-level a:hover {
  background: #b31919;
  color: #fff;
}

.main-navigation .drop-down-content {
  padding: 10px 0 15px 0;
  background: #fff;
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 100%
}

.main-navigation .second-level {
  margin: 10px 0;
  font: normal 14px Arial, sans-serif;
  text-align: center;
  text-transform: lowercase
}

.main-navigation .second-level.last {
  margin-top: -10px
}

.main-navigation .second-level.games-name {
  text-transform: none;
}

.main-navigation .second-level a {
  padding: 5px;
  margin: 0 10px;
  display: inline-block;
  font: normal 15px "PT Sans", Arial, sans-serif;
}

.main-navigation .promoted-content {
  font: normal 12px Arial,sans-serif;
  padding: 25px 0 20px 0;
  text-align: center;
  
}
.main-navigation .horisontal {
  border-bottom: 1px solid #ccc;
}

.main-navigation .promoted-content .title {
  display: block;
  padding: 8px 0 0 0;
  width: 210px;
  margin: 0 auto;
  text-align: left;
  font: bold 12px  Arial, sans-serif;
}

.main-navigation .promoted-content .promoted-content-item {
  padding: 0 0 10px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px
}

.main-navigation .promoted-content img {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.main-navigation .promoted-content font {
  display: none
}

.main-navigation .promoted-content.download-list .row {
  font: normal 12px/1 Arial, sans-serif;
  background: url(../img/ui/icon-download-tiny.png) no-repeat left center;
  padding: 8px 0 8px  18px;
  text-align: left;
}
.main-navigation .promoted-content.forum-list .row {
  font: normal 12px/1 Arial, sans-serif;
  background: url(../img/ui/disscuss-icon.png) no-repeat left center;
  padding: 8px 0 8px  18px;
  text-align: left;
}
.main-navigation .promoted-content.forum-list .topic-breadcrumbs {
  color: #888;
  margin: 0 0 0 5px;
}

.main-navigation .promoted-content .module-item-counters {
  background:  rgba(0, 0, 0, 0.5);
  color: #fff;
  font: 13px/1 'PT Sans Narrow',Arial,serif;
  left: 15px;
  margin: 0 3px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 66px;
  width: 156px;
}
.main-navigation .promoted-content.games .item {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  width: 120px;
  vertical-align: top;
}

.main-navigation .promoted-content.games .title {
  text-align: center;
  width: auto;
  padding: 3px 0 0 0;
}
.promoted-content.blogs .header{
  margin: 10px 0 15px
}

.main-navigation .avatar-area.default-size {
  background: none;
  margin-right: 0;
  box-shadow: none;
}

.main-navigation .first-level>li {
  margin-right: 10px;
}
.main-navigation .first-level > .spec a {
  background-image: none;
}

.main-navigation .first-level > .spec a:hover {
  color: #fff;
}

.main-navigation .first-level .special-nav {
    margin-right: 0;
}

.main-navigation .first-level .special-nav a, .main-navigation .first-level .special-nav  {
 color: #fff;
 background: none !important;
 border: none !important;
 text-shadow: 0 0 1px #fff;
}
.main-navigation .first-level .special-nav a:hover {
 color: #cc0000;
 text-shadow: none;
}
.main-navigation .first-level .special-nav span {
  font-family: Arial, sans-serif;
  line-height: 10px;
}

.promoted-content.blogs .top-content-list .item{
  display: table;
  margin: 0 0 10px 0;
  vertical-align: middle;
}
.promoted-content.blogs .top-content-list{
  margin: 10px 0 0 0;
  font: normal 12px/1 Arial,sans-serif
}

.promoted-content.blogs .title,.promoted-content.blogs .avatar-area {
  display: table-cell;
  vertical-align: middle;
}

.main-navigation .user-content-link {
color: #b31919; 
display: block;  
font-weight: bold;   
margin: 0 0 -3px 12px;
}

.main-navigation .user-content-link:hover {
  color: #db0808
}

.main-navigation .sponsors {
  text-align: right;
  padding: 0 10px;
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #aaa;
  font: normal 11px Arial, sans-serif;
}

.main-navigation .sponsors a {
  color: #1155cc;
  margin-left: 10px
}

.main-navigation .sponsors a:hover {
  text-decoration: underline
}
.main-navigation .emphasis a {
  color: #b31919;
}
.main-navigation .emphasis a:hover {
  color: #fff;
}
.main-navigation .column li {
  display: block;
  text-align: left;
  padding: 5px;
}

.breadcrumbs {
  padding: 0 10px 20px 0;
  font: normal 12px/1 Arial, sans-serif;  
}
/* ==========================================================================
   "Игровая площадка" навигация и промоблок
   ========================================================================== */

.play-online-button {
  margin: -3px 0 0 180px;
  background: #212121;
  border: 1px solid #373737;
  border-bottom: 1px solid #4f4f4f;
  border-top: none;
  padding: 2px 15px 7px;
  display: inline-block;
  color: #ccc;
  box-shadow: 0 3px 3px #222;
  font: bold 12px/1 'PT Sans', Arial, sans-serif;
  border-radius: 0 0 5px 5px;
  outline: none !important;
  border-top: 10px solid #212121;
  text-transform: uppercase;
  float: left;
}

.play-online-button:hover {
  color: #fff;
}

.focusOut .play-online-button {
  border: none;
  border-top: 10px solid #212121;
  box-shadow: 0 -2px 3px #111 inset;
}

.play_online-navigation {
  position: absolute;
  height: 220px;
  top: -220px;
  left: 0;
  width: 100%;
  background: #444;
  color: #fff;
  background: #212121;
  box-shadow: 0 0 5px #000000 inset;
}

.play_online-navigation .wrapper {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  height: 190px;
}

.play_online-navigation a {
  color: #cfcfcf;
}

.play_online-navigation .partition-link {
  text-transform: uppercase;
  display: block;
  outline: none;
  font-weight: bold;
  display: block;
  text-align: right;
  width: 110px;
  padding: 5px 10px 5px 5px;
  color: #777;
  text-shadow: 1px 1px 1px #333;
  border-right: 2px solid #333;
  position: relative;
}

.play_online-navigation .active .partition-link:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -12px;
  top: 7px;
  position: absolute;
}

.play_online-navigation .second-level {
  position: absolute;
  left: 170px;
  display: none;
  width: 280px;
  top: 10px;
}
.play_online-navigation .second-level ul {
  margin: -15px 0 0 0;
}

.play_online-navigation .second-level li {
  width: 140px;
  float: left;
  padding: 0 25px 0 0;
}

.play_online-navigation .second-level a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px dotted #575757;
  font: normal 12px/1 Tahoma, Arial, sans-serif;
}

.play_online-navigation .second-level a:hover {
  color: #fff;
}

.play_online-navigation .promoted-content {
  position: absolute;
  right: 20px;
  top: 10px;
  display: none;
  font: normal 12px/1 'Segoe UI', Arial, sans-serif;
  color: #cfcfcf;
}


.play_online-navigation  .header {
 background: #313131;
 border-top: 1px solid #030303;
 height: 2px;
 margin: 10px 0 25px 0;
}

.play_online-navigation .header .title {
  background: #212121;
  position: relative;
  font: bold 16px/1 'PT Sans Narrow', Arial, sans-serif;
  display: inline-block !important;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #737373;
  text-shadow: 1px 1px 1px #030303;
  top: -12px;
}

.play_online-navigation .promoted-content .column {
  text-align: center;
  margin: 0 10px;
  width: 130px;
}

.play_online-navigation .servers-nav .promoted-content .column {
  width: 90px;
}

.play_online-navigation .promoted-content img  {
  width: 105px;
  height: 80px;
  display: block;
  margin: 0 auto 5px;
}

.play_online-navigation .promoted-content .title, .play_online-navigation .promoted-content .metadata {
  display: block;
}

.play_online-navigation .active .promoted-content, .play_online-navigation .active .second-level {
  display: block;
}

.play_online-navigation .promoted-content .metadata {
  color: #949494;
  font: normal 10px/1 Tahoma, Arial, sans-serif; 
}

.play_online-navigation .promoted-content  img {
  border: 3px solid #fff;
}

.play_online-navigation .flash-games-nav img  {
  height: 73px;
  width: 73px;
  border: 3px solid #fff;
}

.play_online-navigation .mini-games-nav img  {
  height: 74px;
  width: 103px;
}
.play_online-navigation .online-games-nav img  {
  height: 60px;
  width: 120px;
}

.play_online-navigation .servers-nav img  {
  height: 80px;
  width: 57px;
  
}

.play_online-navigation .second-level .all-link {
  border: none;
  color: #fff;
  font: bold 16px/1 'PT Sans', Arial, sans-serif;
}
.play_online-navigation .second-level .all-link:after {
  content: " \2192 ";
  font: bold 14px/10px 'PT Sans', sans-serif;
}

.play_online-navigation .active .partition-link{
  color: #fff;
}
.play_online-navigation .servers-nav .all-link {
  font: bold 13px Tahoma, Arial, sans-serif;
  margin: 35px 0 0 0;
  display: inline-block;
}

.play_online-navigation .close-icon {
  width: 24px;
  height: 24px;
  float: right;
  margin: 20px 20px 0 0;
  cursor: pointer;
  background: url(../img/ui/close-icon-dark.png) no-repeat 0 0;
}
.page-notification {
  padding: 10px 0;
  width: 100%;
  background: #B31919;
  color: #fff;
  text-align: center;
  font: normal 17px Arial, sans-serif;
  z-index: 1000;
  vertical-align: middle;
  text-shadow: 1px 1px 1px #7F0000;
  display: none;
  box-shadow: 0 -2px 2px rgba(0,0,0,0.2) inset;

}
.page-notification * {
  color: #fff  !important;
  text-decoration: none !important;
}

.page-notification .close {
  width: 24px;
  height: 24px;
  background: url(../img/ui/close-icon-white.png) no-repeat 0 0;
  position: static;
  float: right;
  margin: -2px 15px 0 20px;
  opacity: 0.5;
  cursor: pointer
}
.page-notification .close:hover {
  opacity: 1;
}
.page-notification .icon {
  width: 20px;
  height: 20px;
  background: url(../img/ui/warning.png) no-repeat 0 0;
  vertical-align: middle;
  margin: -2px 3px 0 0;
  display: inline-block;
}

/* ==========================================================================
   Avatars styles
   ========================================================================== */

.avatar-area.default-size {
 margin: 5px 10px 0 0;
 width: 42px;
 height: 45px;
 display: inline-block;
 padding: 5px 7px 0;
 line-height: 1;
 text-align: center;
 vertical-align: middle;
 line-height: 26px;
}  

.avatar-area.default-size {
  background: url('../img/ui/avatar-default-offline-bg.png') no-repeat 0 0
}

.avatar-area.default-size.user-status-online {
  background: url('../img/ui/avatar-default-online-bg.png') no-repeat 0 0
}

.avatar-area.default-size .avatar-image {
  width: 26px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #a7a7a7;
  display: inline-block;
}

.avatar-area.big-size .avatar-image {
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: 5px solid #ccc;
  margin-right: 10px;
  background: #ccc;
}



/*  ****************************************************
    Слайдер с анонсами (тизерами) сайта на главной
    ****************************************************  */

#moduleNewsCarousel {
  background: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li a  {
  margin: 0;
  padding: 0;
  
}
.ui-tabs .ui-tabs-nav {
  border: none;
}

.multipanel-top-slot {
  background: #222 !important;
  border: 3px solid #222;
  padding: 0;
  border-bottom-width: 2px;
}


.multipanel-set {
  position: relative;
  width: 100%;
  top: 0;
}

#multipanelTeasersSet {
 height: 73px;
 background: #222;
 box-shadow: 0 -2px 2px rgba(0,0,0,0.5);
 overflow: hidden;
}

.multipanel-set .jcarousel-clip {
  padding: 11px 0 0 0;
  margin: -10px 0 0 0;
}

.multipanel-cntrl {
  width: 56px;
  height: 118px;
  position: absolute;
  top: 50%;
  margin: -55px 0 0 -43px;
  cursor: pointer;
}

.multipanel-cntrl.up {
  background:  url(../img/ui/fancy-button-prev.png) no-repeat 0 0;
  left: 0;  
}

.multipanel-cntrl.down {
  background-position:  center bottom;
  background:  url(../img/ui/fancy-button-next.png) no-repeat 0 0;
  right: 0;
  margin: -55px -43px 0 0;
}

.multipanel-top-slot li.module-item {
  border: none;
  border-radius: 0;
  float: left;
  padding: 0 ;
  margin: 0 !important;
  font: bold 12px/1.3 'PT Sans',Arial, sans-serif;
  color: #535252;
  position: relative;  
  white-space: normal !important;
  width: 312px;
  background: #222;
  height: 100%;
}

.multipanel-top-slot .module-item.ui-tabs-active a{
  background: #333;
  color: #fff;
}

.multipanel-top-slot .ui-tabs-active * {
  cursor: default;
}

.multipanel-top-slot .module-item a {
  outline: none;
  background: #222;
  color: #ccc;
  border-width: 0 1px 0 1px;
  border-right-color: #111;
  border-left-color: #333;
  border-style: solid;
  display: table;
  width: 100%;
  float: none;
  height: 100%;
}
.multipanel-top-slot .module-item a:hover {
  color: #fff;
}

.multipanel-top-slot .ui-tabs-active:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: -10px;
  margin: 0 0 0 -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
}

.multipanel-top-slot .multipanel-item-image {
  width: 100px;
  height: 55px;
  background: #ccc;
  margin: 10px 10px 0 10px;
  float: left;
  border: 1px solid #fff;
  
}
.multipanel-top-slot .module-item .title {
  text-align: left;
  padding: 0 5px 0 0;
  display: table-cell;
  vertical-align: middle;
  width: 60%
}

.multipanel-top-slot .active-panel{
  height: 325px;
  overflow: hidden;
}

.multipanel-top-slot .tab-content {
  position: relative;
  padding: 0;
}


.multipanel-top-slot .active-image {
  width: 590px;
  height: 330px;
  background: #444;
  margin: 0 360px 0 0;
}

.multipanel-top-slot .active-panel-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 365px;
  background: #222;
  color: #fff;
  padding: 10px 10px 10px 15px;
  box-shadow: 0 -3px 3px rgba(0,0,0,0.5);
  height: 100%;
  text-align: left;
}

.multipanel-top-slot .active-panel-title {
  display: block;
  color: #fff;
  margin: 0 0 10px 0;
  font: bold 22px/1 'PT Sans Narrow', Arial, sans-serif;
  text-shadow: -1px 1px 1px #000;
}

.page-aside .multipanel-set {
  width: 100%;
  box-shadow: none;
  position: static;
  float: none;
  height: auto;
}

.page-aside .multipanel-top-slot {
  background: none;
  border: none;
  height: auto;
}

.anounce-teaser-box {
  height: 160px;
  position: relative;
  overflow: hidden;
  margin: 0 0 15px 0;
}
.anounce-teaser-box .anounce-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.65);
  color: #000;
  font: bold 17px/1 "PT Sans Narrow",Arial, sans-serif; 
  padding: 15px 10px;
}

/*  ****************************************************
    Карусели 
    ****************************************************  */

.news-module .jcarousel-container-vertical, .news-module  .jcarousel-clip-vertical {
  height: 743px;
}

.multipanel-top-slot .jcarousel-container-vertical, .multipanel-top-slot  .jcarousel-clip-vertical {
  height: 327px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
  margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 21px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../img/ui/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../img/ui/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    
}

.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/ui/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/ui/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.scroll-controlls.bottom {
  position: relative;
  bottom: -6px;
}

.scroll-controlls.bottom .prev, .scroll-controlls.bottom .next {
  width: 36px;
  height: 18px;
  text-indent: -9999px;
  margin: 0 3px;
  cursor:pointer;
  display: inline-block !important;
  position: static;
}
.scroll-controlls.bottom .jcarousel-prev {
  background: url(../img/ui/fancy-button-up-active.png) no-repeat 0 0;
}
.scroll-controlls.bottom .jcarousel-prev-disabled {
  background: url(../img/ui/fancy-button-up-inactive.png) no-repeat 0 0;
  cursor: default;
}

.scroll-controlls.bottom .jcarousel-next {
  background: url(../img/ui/fancy-button-down-active.png) no-repeat 0 0; 
}


.scroll-controlls.bottom .jcarousel-next-disabled {
  background: url(../img/ui/fancy-button-down-inactive.png) no-repeat 0 0;
  cursor: default;
}

.jcarousel-next, .jcarousel-prev {
  cursor: pointer;
}

/* ==========================================================================
   Footer styles
   ========================================================================== */
   
.page-footer {
  background: #161616 url(../img/ui/footer-bg-bottom.jpg) repeat-x left bottom;
  padding: 0 0 42px 0;
  color: #737373;
  font: normal 11px/1 Tahoma, Arial, sans-serif;
}

.page-footer .content-layout {
  margin: 0 auto;
  width: 960px;
}

.page-footer a {
  color: #d1d1d1;
}

.page-footer-inner {
  background: #161616 url(../img/ui/footer-bg.gif) repeat-x left top;
}

.page-footer .top-bar {
  height: 70px;
}
.page-footer .bottom-bar {
  padding: 12px 0 30px;
}

.page-footer .secondary-navigation {
  color: #C8C8C8;
  display: inline-block;
  font: bold 15px/1 'PT Sans Narrow',Arial,Helvetica,sans-serif;
  text-transform: uppercase;
}
.page-footer .secondary-navigation .item {
 margin: 30px 30px 0 0; 
}

.page-footer .subscribe-form {
  margin: 12px 0 0 0;
}

.page-footer .subscribe-form input{
 background: #8d8d8d url(../img/ui/icon-letter.png) no-repeat 265px center;
 border: none;
 border-radius: 15px;
 border-right: 1px solid #020202;
 border-bottom: 1px solid #020202;
 height: 31px;
 padding: 0 35px 0 15px;
 width: 290px;
 font: normal 12px Arial,sans-serif;
}

.page-footer .subscribe-form input:focus {
  outline: none;
}
.additional-navigation {
  text-transform: uppercase;
}

.additional-navigation li{
  margin: 0 0 8px 0;
}
.additional-navigation a:hover {
  text-decoration: underline;
}

.additional-navigation .heading {
  color: #606060;
  font: bold 16px/1 "PT Sans Narrow";
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.page-footer .column {
  width: 165px;
}

.page-footer .column.copyright-info {
  width: 255px;
  padding: 0 20px 0 0;
  line-height: 1.5;

}

.page-footer .column.copyright-info strong {
  color: #fff;
  font: normal 12px Tahoma, Arial, sans-serif;
  margin: 0 0 5px 0;
  display: block;
}


.page-aside .module{
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #efefef;
}

.seo-links a, .seo-links{
  color: #606060
}
.seo-links a:hover{
  color: #ccc
}

.counters img {
  opacity: 0.35;
}
.counters img:hover {
  opacity: 1;
}

.icon-18plus {
  background: url(../img/ui/icon-18+.png) no-repeat 0 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px 0 0 0;
}
/* ==========================================================================
   Страница игры
   ========================================================================== */
.game-main-page .section-header {
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font: normal 18px "PT Sans", Arial, sans-serif;
  color: #777
}
   
.gp-main-column {
  position: relative;
}

.page-aside .sreenshots-module {
  margin-bottom: 10px;
}

.page-aside .sreenshots-module img {
  margin-bottom: 10px;
}


.page-aside .sreenshots-module li:nth-child(odd) {
  padding-right: 10px;
}

.game-main-page .module {
  padding-top: 10px;
}

.game-main-page .module-header  {
   background: none;
   border: none;
   box-shadow: none;
   height: auto;
   margin: 0 15px 15px 12px;
   padding-bottom: 0;
   padding-left: 0;
}
.game-main-page .module-title {
   width: 44%;
   border-bottom: 1px solid #ccc
}
.game-main-page .module-title a {
  color: #444;
}

.game-main-page section {
  margin-bottom: 20px
}

#gameMainPageShots .controll {
  position: absolute;
  top: 90px;
  width: 24px;
  height: 24px;
  background-image: url(../img/ui/left-right.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  
}
#gameMainPageShots .jcarousel-next  {
  background-position: 0 top;
  right: 0;
  margin: 0 18px 0 0;
}
#gameMainPageShots .jcarousel-prev  {
  background-position: 0 bottom;
  left: 0;
  margin: 0 0 0 18px;
}


.game-main-page .articles-module .module-item {
  height: auto;
}


.game-main-page .module-title .all-link {
  color: #666;
  text-decoration: underline;
  margin: 0 5px 0 0;
  text-decoration: none;
  font: normal 13px/1 Arial, sans-serif;
}
.game-main-page  .all-link:after {
  content: '»';
  color: #666;
  margin: 0 0 0 3px;
  font: bold 16px/1 Arial, sans-serif;
}

.gp-main-column .page-aside .forums-module .title{
  margin-bottom: 2px;
  font: bold 18px/1 'PT Sans Narrow', Arial,sans-serif;
}

.gp-main-column .page-aside .forums-module .icon {
  margin-left: 0;
}
.gp-main-column .page-aside .forums-module .excerpt {
  margin: 0 15px 5px 2px;
}
.gp-main-column .page-aside .forums-module .counter-comments {
  font: normal 12px Arial, sans-serif;
  color: #bbb;
  display: block;
  background: url(../img/ui/ico-cloud-tiny.png) no-repeat 1px 1px;
  padding: 0 0 0 20px;
}

.gp-main-column .page-aside .forums-module .all-link {
  color: #666666;
  font: bold 16px/1 Arial,sans-serif;
  position: relative;
  top: -10px
}
.gp-main-column .page-aside .forums-module .all-link:after {
    color: #666666;
    content: "»";
    font: bold 16px/1 Arial,sans-serif;
    
}

/*******************************************/

.gp-game-heading {
  border-bottom: 3px solid #b31919;
  margin: -10px 0 0 0;
  padding: 20px;
}
.gp-game-heading .platform-item {
  cursor: help;
}
.game-header-wrapper .game-score-module{
  top: 15px;
  right: 10px
}

.gp-game-sidebar .content {
  padding: 0 6px 7px 6px;
  border-left: 1px solid #fff;
}

.gp-game-title {
  font: normal 29px/1 "PT Sans", Arial, sans-serif;
  margin: 0 20px 10px 0;
}
.gp-game-title small {
  font-size: 13px;
  display: block;
  margin-top: 5px
}
.pull-out-button {
  border-bottom: 1px dotted #aaa;
  display: inline-block;
  cursor: pointer;
  background: url(../img/ui/asc.gif) no-repeat right center;
  padding-right: 10px;
  color: #666;
}
.pull-out-button:hover {
  border-color:  #222;
  color: #222;
}
.pull-out-button.active {
  background: url(../img/ui/desc.gif) no-repeat right center;
  color: #222;
  border-color: #222;
}

.gp-game-cover {
  display: block;
  margin: 0 20px 0 0;
}

.gp-game-cover a {
  display: block;
  overflow: hidden;
  position: relative;
}

.gp-game-user-activity {
  padding: 0 20px 0 30px;
  width: 300px;
}
.gp-game-user-activity .game-rating-points {
  margin-bottom: 30px;
} 

.gp-game-user-activity .item {
  margin-bottom: 30px;
}

.gp-game-choice {
  background: #b31919;
  position: absolute;
  bottom: 15px;
  left: -25px;
  width: 105px;
  color: #fff;
  transform: rotate(45deg);
  padding: 7px 0 7px;
  text-align: center;
  font: normal 12px/1 Arial, sans-serif;
}

.game-rating-points .column {
  text-align: center;
}
.gp-game-rating-area {
  margin: 10px 0 0 0
}
.game-rating-points .help {
  color: #aaa;
  font-size: 10px;
}
.game-rating-points .help.active {
  color: #555;
}
.game-rating-points .ui-slider-handle  {
  outline: none;
}
.game-rating-points .glyphicon {
  font-size: 40px;
  position: relative;
}
.ui-slider-horizontal .ui-slider-range {
  background: url(../img/ui/rating-gradient.png) no-repeat 0 0;
  border-radius: 0
}

.rating-led-area {
  border-radius: 0;
  background: #eee;
}
.game-rating-points  a{
  text-decoration: none;
}

.game-rating-points .title {
  display: block;
  font: normal 11px/1 Arial, sans-serif !important;
  color: #aaa !important;
}

.game-rating-points .content {
  display: inline-block;
  text-align: center;
}
.game-rating-points .value {
  position: absolute;
  font: bold 12px/43px Arial, sans-serif;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  z-index: 1;
  text-align: center;
}

.game-rating-points .editorial, .game-rating-points a.editorial  {
  color: #c33;
}
.game-rating-points .editorial .value, .game-rating-points .user .value {
  color: #fff;
}

.game-rating-points .editorial.empty {
  color: #ccc;
}

.game-rating-points .readers {
  color: #ccc;
}
.game-rating-points .readers .value {
  color: #444;
}

.game-rating-points .user {
  color: #428bca;
}

.game-rating-points .user:hover  {
  color: #3071a9;
}

.game-rating-points .user input {
  color: #fff;
  background: transparent;
  border: none;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  padding: 0;
  height: 100%;
}

.gp-game-metadata {
  color: #444;
  margin-bottom: 7px;
  line-height: 1.7;
}
.gp-game-metadata dt {
  float: left;
  width: 100px;
}
.gp-game-follow {
  outline: none !important
}

.gp-game-follow .glyphicon {
  font-size: 13px;
  vertical-align: middle;
  margin-right: 5px
}
.gp-game-follow.btn-primary .badge {
   border-left: 1px solid #4B7BA3;
   border-radius: 0;
   color: #fff;
   padding-right: 0;
   background-color: transparent
}
.gp-game-follow .badge {
  font: normal 11px Arial, sans-serif;
}

.gp-game-summary {
  clear: both;
  padding: 30px 0 0 0;
  position: relative;
}
.gp-game-summary .collapse {
  height: 20px;
  cursor: pointer;
  margin: 0 -20px -20px;
  text-align: center;
  color: #eee;
  vertical-align: middle;
  box-shadow: 0 -4px 4px rgba(0,0,0,0.2) inset;
}
.gp-game-summary .glyphicon {
  background-color: #b31919;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  padding: 2px 5px 2px;
  border-color: #ccc;
  border-style: solid;
  border-width: 0;
  font-size: 13px;
  line-height: 13px;
  margin: 6px 0 0 0;
  box-shadow: 0 -2px 2px rgba(0,0,0,0.2)
}

.gp-game-summary .collapse:hover {
  color: #fff;
  
}
.gp-game-summary .collapse:hover .glyphicon {
  margin: 5px 0 0 0; 
} 

.gp-game-summary-title {
  font: normal 17px/1 Arial, sans-serif;
  margin: 5px 0;
  display: block;
  color: #333;
}

.gp-game-summary a {
  color: #1155CC;
}
.gp-game-summary a:hover {
  text-decoration: underline
}
.gp-game-summary-description {
  font: normal 13px/1.5 Arial, sans-serif;
}

.gp-game-summary-about .panel {
  width: 33%;
  padding: 10px 20px;
  background: #f5f5f5;
  border-radius: 5px;
  margin: 0 0 20px 20px;
  line-height: 1.7;
}
.gp-game-summary-requirements {
  margin: 10px 0 0 0;
}
.gp-game-summary-requirements .text {
  line-height: 1.5;
  margin-right: 20px;
}
.gp-game-summary-requirements ul {
  margin-left: 0;
  padding-left: 0;
}
.gp-game-summary-requirements li{
  list-style: none;
  margin-bottom: 3px
}

.gp-game-heading .btn-set {
  margin-top: 15px;
}
.gp-game-heading .btn-set .icon-rus-vk-01 {
  color: #57799D;
  font-size: 24px;
  vertical-align: middle;
}

.gp-game-heading .user-expert-rating {
  text-align: center;
  color: #999;
}
.gp-game-heading .user-expert-rating .progressbar {
  position: relative;
  border-radius: 40px;
  display: inline-block;
  margin: 0 0 0 10px;
  background: #f3f3f3;
  color: #999;
}
.gp-game-heading .user-expert-rating .progressbar:hover {
  color: #c33
}
.gp-game-heading .user-expert-rating .progress {
  position: relative;
  border-radius: 40px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 22px;
}
.gp-game-heading .user-expert-rating sup {
  font-size: 120%;
  cursor: help;
  top: -0.2em;
}
.gp-game-heading .user-expert-rating .value {
  font: bold 20px/42px "PT Sans", Arial, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: #1px 1px 1px #ccc;
  z-index: 10;
}
.gp-game-heading .addons-block {
  margin-bottom: 20px;
}

.gp-game-heading .addons-block .item {
  margin: 0 0 0 5px;
}
.gp-game-heading .addons-block .item:after {
  content: "\2726";
  margin-left: 7px;
  color: #444;
  font-size: 13px  
}
.gp-game-heading .addons-block .item:last-child:after {
  content: none; 
}

/**************** новая навигация***************/

.user-profile-sidebar {
  width: 60px;
  position: absolute;
  right: 100%;
  top: 0;
  background: #262626;
  height: 100%;
  box-shadow: -5px 0 8px -4px #000 inset;
  z-index: 10;
}

.user-profile-sidebar .content {
  width: 60px;
}

.user-profile-sidebar.highlight {
  background: #b31919;
}

.user-profile-navigation .item{
  height: 55px;
  position: relative;
}
.user-profile-navigation .ui-widget-content {
  background: none;
  border-radius: 0;
  border: none;
}
.user-profile-navigation .ui-state-focus {
  background: none;
}
.user-profile-navigation .item a {
  height: 100%;
  display: block;
  text-align: center;
  color: #9a9a9a;
  font: normal 11px/1 'PT Sans', Arial, sans-serif;
  padding: 0;
  text-transform: lowercase;
  overflow: hidden;
  border-radius: 0;
  border: none;
}

.user-profile-navigation .item .glyphicon {
  font-size: 19px;
  display: block;
  margin: 10px 0 3px 0
}


.user-profile-navigation .counter {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
  color: #fff;
}

.user-profile-navigation .counter.new {
  background: #b31919;
  padding: 4px 5px 5px;
  min-width: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 10px;
}

.user-profile-navigation a:hover{
  color: #fff;
  background-color: #222;
  border: none;
}
.user-profile-navigation .ui-menu .ui-menu-item a.ui-state-focus, .user-profile-navigation .ui-menu .ui-menu-item a.ui-state-active {
  margin: 0
}
.user-profile-navigation .current>a {
  color: #fff;
}

.user-profile-navigation .current>a {
  color: #fff;
  box-shadow: 0 0 5px #000 inset;
  background-color: #141414;
}

.user-profile-navigation a:hover .counter {
  display: block
}

.user-profile-navigation .notlink {
  cursor: default;
}


.user-profile-sidebar .subnav {
  display: none;
  background: #262626;
  min-width: 200px;
  margin: 0 0 0 -1px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  list-style: none;
  padding: 0;
  z-index: 1000;
  position: absolute;
  left: 100%;
  top: 0;
}
.user-profile-sidebar .ui-icon {
  display: none
}
.user-profile-sidebar .ui-state-active{
  background: #171717;
  border: none;
}

.user-profile-sidebar .item .parent {
  position: relative
}

.user-profile-sidebar .subnav a {
  text-transform: none;
  font: normal 12px/1 Arial, sans-serif;
  padding: 10px 25px 10px 15px;
  height: auto;
  border-top: 1px solid #222 !important;
  white-space: nowrap;
  box-shadow: 0 -1px 1px -1px #fff !important;
  text-align: left;
}

.user-profile-sidebar .subnav a:hover {
  color: #fff;
  background: #171717;
}

.user-profile-sidebar .subnav .parent:after {
  content: '»';
  position: absolute;
  right: 10px;
  top: 5px;
  color: #ccc;
}

/*********** //новая НАВИГАЦИЯ  личного кабинета пользователя*************************/


.user-avatar.big-size img {
  width: 100px;
  height: 100px;
  box-shadow: 0 0 5px #333;
}


.user-profile-sidebar .user-interaction .invite-friendship,  .user-profile-sidebar .user-interaction .separate-friendship {
  margin: 0 0 0 5px
}

.user-interaction .active {
  text-indent: 12px;
  background-image: url(../img/ui/ok-icon.png);
  background-position: 8px 5px;
  background-repeat:  no-repeat;
  
}
/* новая ШАПКА личного кабинета пользователя*/

.user-profile-header {
  position: relative;
  padding: 20px 25px 20px 20px;
  border-bottom: 3px solid #b62222;
  color: #666;
}

.user-profile-header .secondary-info {
  min-width: 300px;
}

.user-profile-header .bonus-area {
  padding: 10px 15px 10px 45px;
  background: #eee url(../img/ui/icon-bonus-nav.png) no-repeat 15px 10px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
}
.user-profile-header .bonus-area .link {
  color: #1b8bfe;
  float: right;
  font-size: 13px;
  line-height: 1;
  margin: 0 5px 0 0;
}
.user-profile-header .bonus-area .link:after {
 content: '\2192';
 font-size: 18px;
 margin: 0 0 0 5px
}
.user-profile-header .bonus-area .link:hover {
  color: #b31919;
}

.user-profile-header .bonus-area .value {
  font-size: 22px; 
  line-height: 22px;
}

.user-profile-header .info {
 line-height: 1.6
}
.user-profile-header .utilit-button {
  margin: 0 10px 0 0;
}

.user-profile-header .info .service-title {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 3px;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
}
.user-profile-header .info .service-title:hover {
  -webkit-filter: grayscale(0);
}
.user-profile-nickname {
  font: bold 24px/1.2  Arial, sans-serif;
}
.user-profile-header .info .value {
  font-weight: bold;
}

.user-profile-header .avatar {
  margin: 0 10px 15px 0;
  border: 1px solid #ccc
  
}
.user-profile-header .achievments {
  font: normal 11px Arial, sans-serif;
  margin-bottom: 10px;
}

.user-profile-header .achievments .elem  {
  margin: 5px;
  display: block;
  text-align: left;
}
.user-profile-header .achievments .achievment-text {
  vertical-align: middle;
}

.user-profile-header .achievment-text a {
  color: #000
}

.user-profile-header .achievment-icon {
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.user-profile-header .achievment-icon {
  position: relative;
  cursor: default;
}

.user-profile-header .ui-tooltip {
  display: none;
  bottom: 25px;
  margin: 0 0 0 -92px;
  left: 0;
  width: 200px;
  text-align: center;
}

.user-profile-header .achievment-icon:hover .ui-tooltip {
  display: block;
}

.edit-avatar {
  position: absolute;
  background: #fff url(../img/ui/gear-icon-28.png) no-repeat center center;
  width: 30px;
  height: 30px;
  z-index: 1;
  left: 3px;
  top: 3px;
  opacity: 0.5;
  cursor: pointer;
}

.edit-avatar:hover {
  opacity: 1;
}


.modal.avatar-upload {
  width: 500px;
  margin: -100px 0 0 -250px;
  display: none;
  border: 15px solid #bbb;
  border-radius: 5px;
}

.modal.avatar-upload .content {
 padding: 20px;  
}

.modal.avatar-upload .close-modalwin {
  top: 0;
  right: 0;
}


.gp-game-navigation .counter {
  background: #dbdbdb;
  display: inline-block;
  padding: 2px 5px 3px 5px;
  border-radius: 3px;
  margin: -2px 0 0 5px;
  font: normal 10px/1 Tahoma, Arial, sans-serif;
  color: #555;
  float: right;
  text-align: center;
  cursor: pointer;
  border: none;
  text-transform: none;
  min-width: 18px;
}

.gp-game-navigation a:hover .counter{
  color: #eee;
  border: none;
  box-shadow: none;
  background: #999;
}
.gp-game-navigation .add-link {
  display: inline-block;
  margin: 6px 6px 0 0;
  float: right;
  text-align: center;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  background: url(../img/ui/plus-icon.png) no-repeat 0 0;
  width: 17px;
  height: 17px;
}

.gp-game-navigation .add-link:hover {
  background: url(../img/ui/plus-icon.png) no-repeat 0 bottom;
}


.gp-game-news .module-item {
  margin: 0 0 15px 0;
  padding: 0 15px;
}

.gp-game-news .module-item time {
  font: normal 11px/1 Tahoma, Arial, sans-serif;
  color: #666;
}

.gp-game-news .module-item-title {
  font: bold 13px/1.3 Arial, sans-serif;
  margin: 0;
}

.gp-game-video .module-item {
  margin: 0 14px 20px 
}

.gp-game-video .image-thumb {
  width: 176px;
  height: 99px;
}
.gp-game-video  .module-item-counters {
  width: 97%;
  margin: 0 1px;
  top: 75px;
}

.gp-game-blogs .title{
  font: bold 15px/1 'PT Sans',Arial,Helvetica,sans-serif;
  margin-bottom: 5px;
  display: block;
}

.gp-game-blogs .module-item {
  position: relative;
  padding-left: 100px;
 
}

.gp-game-blogs .avatar-area{
  position: absolute;
  left: 10px;
}

.gp-game-forums .module-item {
  padding-left: 100px;
  position: relative;
  margin-bottom: 30px;
}

.gp-game-forums .title{
  font: bold 15px/1 'PT Sans',Arial,Helvetica,sans-serif;
}

.gp-game-forums .module-item .counter-reply {
  position: absolute;
  left: 10px;
}

.gp-game-forums .excerpt {
  line-height: 1.5;
}


/* ==========================================================================
   Страница файлов
   ========================================================================== */
   
   
.download-content-list  .module-content {
  padding: 0;
} 
.sort-filter-tools-area {
  padding: 5px 5px 5px 20px;
  background: #F1F0ED;
  position: relative;
}
.sort-filter-tools-area .search-toggle {
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(../img/ui/chosen-sprite@2x.png) no-repeat -66px -47px;
  margin: 0 5px 0 0;
  opacity: 0.5;  
}
.sort-filter-tools-area .search-toggle.active {
  background: url(../img/ui/chosen-sprite@2x.png) no-repeat -82px 6px;
}
.sort-filter-tools-area .search-toggle:hover {
  opacity: 1
}

.sort-filter-tools-area .classy-form {
  position: absolute;
  left: 15px;
  top: 5px;
  z-index: 10;
  display: none;
  right: 50px
}

.sort-filter-tools-area .classy-form .text {
  padding: 6px 5px 7px;
  box-shadow: 0 0 1px #aaa inset;
  width: 100% !important;
}


.download-content-list .module-content .item {
  margin: 0;
  padding: 14px 15px 22px 20px;
  position: relative;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;

}

.download-content-list .module-content .item:last-child {
  border-bottom: none;
}

.download-content-list .module-content .item:first-child {
  border-top: none;
}

.download-content-list .module-content .item-title {
  display: block;
  font: normal 17px/1 Arial, sans-serif;
  margin: 7px 0 7px;
  text-shadow: 1px 1px 1px #fff;
}


.article-header .downloads-category-items{
  margin: 5px 0 0px 0;
  display: inline-block
}
.article-header .downloads-category-items a{
  margin: 0 10px 0px 10px;
}

.download-content-list .meta-data  {
  color: #888;
  font: normal 12px/1.5 Arial, sans-serif;
  margin: 5px 0 0 0;
    
}
.download-content-list .meta-data-downloads {
  background: url(../img/ui/icon-download-tiny.png) no-repeat center top ;
  position: absolute;
  padding: 15px 0 0 0;
  left: 5px;
  top: 28px;
  font: normal 15px/1 Arial, sans-serif;
  text-align: center;
  color: #666;
  width: 75px;
}
.download-content-list .meta-data-text {
  background: url(../img/ui/defult-text.png) no-repeat center top ;
  position: absolute;
  padding: 15px 0 0 0;
  left: 30px;
  top: 28px;
  width: 25px;
  height: 31px;
}

.download-content-list .module-item-counters {
  margin: 18px 10px 0 0;
}

.download-content-list .download-content-description{
  line-height: 1.5;
  max-height: 400px;
  overflow: auto;
  display: none;
  padding: 15px 0; 
  margin: 15px 0 0 0;
}

.download-content-list .switcher {
  position: absolute;
  width: 18px;
  bottom: -1px;
  left: 0;
  height: 11px;
  background-image: url(../img/ui/up-down-scroll-controlls.png);
  background-position:  center bottom;
  background-repeat: no-repeat;
  background-color: #e1e1e1;
  cursor: pointer;
  display: none;
  width: 100%;

}
.download-content-list .item:hover  .switcher, .download-content-list .item.active .switcher, .download-content-list .item.active .download-content-description {
  display: block;
}
.download-content-description img{
  height: auto;
}

.download-content-list .item.active .switcher {
  background-position:  center 2px;
}

.download-content-list .paginator  {
  margin-top: 20px
}

.download-links-set {
  margin: 20px 0 10px 0;
  font: normal 12px Arial, Helvetica, sans-serif;
}
.download-links-set.multifiles{
  margin: 5px 0 10px 15px;
}


.download-links-set .utilit-button {
  height: 35px;
  font-size: 16px;
  margin-left: 0;
}

.download-links-set .btn-metadata {
  font-size: 12px;
  line-height: 1;
}

.download-files-pack {
  margin: 15px 0 15px 0;
  padding: 0;
  max-height: 420px;
  overflow: auto;
  font: normal 12px Arial,sans-serif;
}

.download-files-pack .item {
  padding: 7px 0 7px 0;
  list-style-position: inside;
}


.download-files-pack .download-links-set{
  display: none;
}


.download-content-list  .image-thumb{
  float: left;
  margin-right: 10px
}

.download-content-list .module-content .item ul{
 min-height: 60px;
}

.download-content-list .module-content .item li{
  padding: 0 0 3px 0;
}
.download-content-list .module-content .item .all-links {
  font: bold 11px Tahome, Arial, sans-serif;
  padding: 5px 0 0 0;
}

.mailru-installer {
  display: block;
  padding: 5px 0 0 0;
}
.mailru-installer-input {
  width: 10px;
  height: 10px;
}

.mailru-installer-label {
  color: #888;
  font: normal 11px Arial, sans-serif;
  margin: 0 0 0 3px;
  
}
.mediaget-button {
  background: url(../img/ui/mdgt-icon.png) no-repeat 5px 5px;
  padding: 2px 5px 2px 38px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 5px;
}
.mediaget-button:hover {
  background: url(../img/ui/mdgt-icon.png) no-repeat 5px -67px;
  color: #5a9c27;
  border: 1px solid #ccc;
  background-color: #eee;
}
.download-button:hover .btn-content{
  color: #b31919;
}

/* ==========================================================================
   Страница новостей
   ========================================================================== */
      

.news-list-module .news-header{
  position: relative;
}  

.news-list-module .news-item {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
}

.news-list-module .news-title-wrapper{
  padding: 10px 0 15px;
}


.news-list-module .full-width-content-image{
  width: 594px;
  height: 331px;
}

.news-list-module .news-title {
  margin: 0 10px 5px 0;
  font: bold 20px/1 'PT Sans', Arial, sans-serif;
}


.news-list-module .news-title-wrapper .game-cover {
  float: left;
  margin: 0 5px 0 0;
}

.news-list-module .news-title-wrapper .meta-data {
  display:block;
  font: normal 11px/1 Tahoma, Arial, sans-serif;
  color: #777;
}

.news-list-module p, .publication-content p {
  font: normal 14px/1.5 Arial, sans-serif;
  text-align: left;
} 
 
.news-list-module p a, .publication-content a, .article-content a {
  color: #1155CC;
}

.news-list-module p a:hover, .publication-content a:hover, .article-content a:hover {
  text-decoration: underline;
}


.news-item-footer {
  padding: 10px 0 0 0;
  clear: both;
}


.news-item-footer .social-likes-buttons-set {
  max-width: 335px;
}

.news-item-footer .utilit-button {
  margin: 0;
}

.media-announce-item {
  padding: 0;
  margin: 20px 0 80px 0;
}

.media-superscript {
  margin-bottom: 3px;
  display: block;
  line-height: 1;
}

.media-announce-image .media-superscript {
  position: absolute;
  top: -5px;
  background: #fff;
  box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
  padding: 3px 10px 5px 5px
}
.media-announce-image .media-superscript.special {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  background: transparent !important;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.media-superscript a {
  color: #b31919;
}
.media-superscript a:hover {
  color: #222;
}
.media-announce-image .media-superscript:hover {
  color: #fff;
  background: #b31919;
}
.media-announce-item .media-title {
  font: bold 18px/1 "PT Sans Narrow", Arial, sans-serif; 
  margin: 0 0 5px 0;
}
.media-announce-item .media-title strong {
  color: #b31919;
  font: bold 12px /1 Arial, sans-serif
}
.media-announce-text {
  font: normal 12px/1.5 Arial, sans-serif;
  margin-bottom: 7px;
  color: #444;
}

.announce-footer, .announce-footer a, .announce-footer .module-item-counters, .announce-footer .module-item-counters a{
  color: #999;
  font: normal 12px/1 Arial, sans-serif;
}

.media-announce-content {
  overflow: hidden;
}

.media-announce-image {
  float: left;
  margin: 3px 15px 0 0;
  position: relative;
}

.media-announce-image img {
  background: #eee;
}

.news-item .news-header .counter-reply {
  cursor: pointer;
  color: #aaa;
  margin: 15px 0 5px 20px
}

.news-item .news-header .counter-reply:hover {
  color:#222;
}

.news-list-module .news-title {
  font: bold 19px/1 Arial, sans-serif;
  margin: 5px 0 15px 0;
  color: #666;
}

.news-item .news-header .meta-data {
  color: #999;
}

.video-announce .media-announce-image a + a:before {
  content: "\e62a";
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin: -35px 0 0 -35px;
  top: 50%;
  font-family: 'icomoon';
  background: rgba(255,255,255,0.4);
  border-radius: 70px;
  width: 70px;
  height: 70px;
  text-align: center;
  text-indent: 10px;
  text-shadow: 0 0 5px rgba(0,0,0,0.3);
  opacity: 0.8;
}
.video-announce:hover .media-announce-image a:before {
  color: #b31919;
  opacity: 1;
}

.download-announce .media-title {
  font: normal 13px/1 Arial,sans-serif;
}
.download-announce {
  margin: 0;
  padding: 10px;
  background: #f3f3f3;   
}
.download-announce .download {
  color: #bbb;
  margin: 0 3px 0 7px
  
}
/* ==========================================================================
   Страница публикации
   ========================================================================== */
   


.article-header {
  padding: 15px 5px 0 15px;
}

.article-title {
  font: normal 29px/1 Arial, sans-serif;
  margin: 5px 0;
  color: #444;
  letter-spacing: -1px;
}
.article-title font {
  display: none;
}

.article-metadata, .article-metadata .module-item-counters, .article-metadata .module-item-counters a  {
  color: #999;
  font: normal 13px/1.3 Arial, sans-serif;
}
.article-metadata a {
  color: #1155cc;
}
.article-metadata a:hover {
  text-decoration: underline
}
.article-metadata .secondary {
  color: #444;
}
.article-metadata .notlink {
  color: #999
}
.file-metadata {
  color: #777;
  font: normal 12px/1.3 Arial, sans-serif;
}
.file-metadata a {
  color: #111;
}
.file-metadata a:hover {
  color: #b31919;
}
.article-content {
  font: normal 14px/1.5 Arial, sans-serif;
  color: #444;
}

.article-content h2 {
  color: #333333;
  font: bold 20px/1 'PT Sans',Arial,sans-serif;
  padding: 1.5em 0 0.5em 0;
  margin:0;
  clear: left;
}

.article-content h3 {
  color: #333333;
  font: bold 18px/1 'PT Sans',Arial,sans-serif;
  padding: 1em 0 0.5em 0;
  margin: 0;
  clear: left;
}

.article-content .insetblock {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.article-content .insetblock img {
  display: inline-block;
  width: 145px;
  height: auto;
  margin: 0 4px 7px 0;
}

.article-content .insetblock br {
  display: none;
}
.article-content p:first-child {
  margin-top: 0;
}
.article-content img:first-child {
  margin-bottom: 20px;
}
.article-content p span, .article-content li span {
  font-size: inherit !important;
}

.article-footer {
  background: none;
  padding: 10px 0 0 0;
}
.article-footer .module-title {
  padding-left: 15px
}
.article-footer .add {
  margin:  0 0 0 20px;
  background: url(../img/ui/upload-icon-small.png) no-repeat 0 0;
  display: inline-block;
  font: bold 13px "PT Sans", Arial, sans-serif;
  padding:  0 0 0 20px;
  opacity: 0.9;
}
.article-footer .add.writing {
background: url(../img/ui/pen-icon-small.png) no-repeat 0 0; 
}

.article-footer .add:hover {
  background-position: 0 -48px;
  opacity: 1;
}

.article-content .image-wrapper {
  margin: 10px auto 25px;
  font: normal 20px/1 'PT Sans', Arial, sans-serif;
  text-align: center;
}

.article-content img{
  max-width: 100%;
  height: auto;
}
.article-content object {
  max-width: 100%;
}

.article-content.publication-content img{
  height: auto;
  border: none;
}

.user-blog-content img {
  margin-bottom: 5px;
}

.vidYoutube, .vidPG {
  position: relative;
  height: 100%
}

.article-content .vidContainer {
  width: 600px;
  height: 338px;
  text-align: center;
  vertical-align: middle;
  background: #000;
  margin: 0 0 5px 0;
}
.article-content .vidContainer a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#comments .vidContainer {
  width: auto;
  height: auto;
  position: relative;
  margin-bottom: 5px;
}

.vidYoutube .screenshot {
  width: auto;
  height: auto;
  max-height: 338px;
}

.commentEmbeddVideo a:after {
  content: "\e62a";
  font-size: 70px;
  color: #fff;
  position: absolute;
  left: 50%;
  line-height: 90px;
  margin: -50px 0 0 -35px;
  top: 50%;
  font-family: 'icomoon';
  background: rgba(255,255,255,0.4);
  border-radius: 70px;
  width: 90px;
  height: 90px;
  text-align: center;
  text-indent: 10px;
  text-shadow: 0 0 5px rgba(0,0,0,0.3);
  opacity: 0.8;
  font-style: normal;
}
.commentEmbeddVideo:hover a:after {
  color: #b31919;
  display: block;
}
.commentEmbeddVideo.vidYoutube a:after {
  font-size: 50px;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  line-height: 70px;
}

#comments .vidYoutube .ico {
  left: 110px;
  top: 40px;
  margin: 0;
  display: none;
}

.vidContainer object,.vidContainer embed  {
  left: 0;
}

.vidContainer .close-player {
  width: 16px;
  height: 16px;
  background: #222 url(../img/ui/delete_icon_16.png) no-repeat 0 0;
  top: -16px;
  right: 0;
  position: absolute;
  z-index: 10;
}
.vidContainer .close-player *{
  display: none;
}
.youtube-embedding-error a{
  color: #1155CC;
  text-decoration: underline;
}

iframe {
  max-width: 100%;
  border: none;
}

.article-content.publication-content  table{
  width: auto;
  border-color: #eee;
}
.article-content.publication-content  table td{

  border-color: #eee;
}

.article-content .image-wrapper a {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin-bottom: 15px;
}

.article-content .image-wrapper .inner:after {
  background: url(../img/ui/bg-shadow.png) no-repeat center bottom ;
  background-size: 100% 100%; 
  height: 20px;
  left: 50%;
  margin-left: -50%;
  bottom: -20px;
  position: absolute;
  width: 100%;
  content: '';
  display: block;
}

.article-content .float-right {
  margin: 1em 0 1em 1em;
}

.article-content .float-left {
  margin: 1em 1em 1em 0;
}

.article-content blockquote {
  margin: 2em 4em;
  border-left: 5px solid #B31919;
  color: #555;
  padding: 0 0 0 15px;
  font: bold 17px/1.4 'PT Sans', Arial, sans-serif;
}

.our_statement {
  text-align: center;
}
.our_statement .mark {
  color: #b31919;
  font: bold 34px/1 "PT Sans", Arial, sans-serif;
}

.content-rating-area {
  padding: 15px;
  background: #efefef;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.content-rating-area:hover {
  overflow: visible;
}

.content-rating-area:after {
  content: "";
  height: 100%;
  width: 60px;
  right: 0;
  top:0;
  bottom: 0;
  position: absolute;
  background: -moz-linear-gradient(left,  rgba(214,240,253,0) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(214,240,253,0)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(214,240,253,0) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(214,240,253,0) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(214,240,253,0) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(214,240,253,0) 0%,rgba(239,239,239,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d6f0fd', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
  
}
.content-rating-area:hover:after {
  display: none;
}
.review-article-cons-pros {
  margin: 20px 0;
}

.review-article-cons-pros .column {
  width: 50%;

}
.review-article-cons-pros .content {
  margin: 5px;
  padding: 5px;
  background: url(../img/ui/chess-bg.gif)  0 0;

}
.review-article-cons-pros ul {
  background: #fff;
  padding: 0 0 10px 0
  
}

.review-article-cons-pros li {
  display: block;
  padding: 10px 5px;
  margin: 0 10px;
  font: normal 12px/1 'Tahoma', Arial, sans-serif;
}

.review-article-cons-pros .title{
  text-align: center;
  font: bold 15px/1 'PT Sans', Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  margin:  0 10px;
  padding: 10px 5px 15px;
}

.review-article-cons-pros .pros .title  {
  color: #6c8f3f;
}

.review-article-cons-pros .cons .title  {
  color: #c15f60;
}

.review-article-conclusion {
  position: relative;
  padding: 20px 20px 20px 110px;
  margin: 0 -15px;
  min-height: 110px;
  font: italic 19px/1.3 'PT Sans', Arial, sans-serif;

}

.review-article-conclusion .title{
  font: bold 15px/1 'PT Sans', Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.review-article-rating {
  position: absolute;
  height: 90px;
  width: 77px;
  color: #fff;
  left: 20px;
  top: 20px;
  background: red;
  text-align: center;
  font: normal 50px/1 'PT Sans Narrow', Arial, sans-serif;
  padding: 25px 0 0 0;
}

/* ==========================================================================
   Комментарии
   ========================================================================== */
   
.textarea-сontrolls .control {
  width: 23px;
  height: 22px;
  display: inline-block;
  margin: 0 1px 0 0;
  cursor: default;
  border: 1px solid transparent;
  background-repeat: no-repeat; 
  background-image: url(../img/ui/html_editor.png);
}
   
.textarea-сontrolls .control:hover {
  border: 1px solid #aaa;
  box-shadow: 0 0 2px #aaa;
}

.textarea-сontrolls .bButton {
  background-position: 1px center;
}

.textarea-сontrolls .iButton {
  background-position: -21px center;
}

.textarea-сontrolls .uButton {
  background-position: -42px center;
}
.textarea-сontrolls .upload_btn {
  background-position: -378px center;
}

.comments-posting-module {
  margin: 0 0 25px 0;
}

.comments-posting-form .avatar-area{
  float: left;
  margin: 15px 0 0 0;
  border-color: #aaa;
}

.comments-posting-form .textarea-holder {
  margin: 0 0 0 160px;
}

.comment-row .comments-posting-form .textarea-holder {
  margin: 0;
}
.comments-posting-form .textarea-holder .utilit-button {
  margin-left: 0;
}
.working_on:after {
 content: '';
 width: 12px;
 height: 12px;
 display: inline-block;
 position: relative;
 top: 1px;
 left: 5px;
 background: url(../img/ui/loading.gif) no-repeat center center;
}

.comments-posting-form textarea{
  width: 100%;
  height: 100px;
  border: 5px solid #ccc;
  margin: 0 0 10px 0;
  padding: 5px;
}
   
.comments-wall-options {
  text-align: right;
  color: #aaa;
}

.comments-wall-options .item {
  display: inline-block;
  padding:  3px 3px 5px;
  background: #fff;
  border: 1px solid #aaa;
  margin: 0 0 0 3px;
  border-radius: 3px;
  font: bold 12px/1 'Segoe UI', Arial, sans-serif;
  
}

.comments-wall-options a {
  color: #555;
  box-shadow: 0 0 2px #aaa;
}

/*******Лента комментариев ********/

.comments-wall {
  padding: 15px 0;
}

.comments-wall .centerColumn {
    float: left;
    margin: 0;
    width: 100%;
}

.comments-wall .left-column {
    float: left;
    margin-left: -100%;
    position: relative;
    width: 150px;
    padding: 0;
    white-space: nowrap;
    color: #999999;
    font: normal 12px/1.3 Arial, sans-serif;
    overflow: hidden;
}
.comments-wall .postAvatar .column {
  vertical-align: middle;
}
.comments-wall .left-column .value {
  color: #222;
}

.comments-wall .right-column {
    float: left;
    margin-left: -100px;
    margin-right: -3px;
    position: relative;
    text-align: right;
    width: 100px;
}

.comments-wall .comments-footer {
    clear: both;
    padding: 2px 10px 0 162px;
    width: 100%;
    z-index: 9;
    height: 20px;

}


.comments-options .drop-down-contain {
  background: none;
  padding: 0;
}

.comments-options .drop-down-contain .drop-down-layer {
  margin: 5px  0 0 0;
}

.comments-wall .comments-row-footer{
  color: #bbb;
  font: 12px 'PT Sans',Arial,sans-serif;
  padding: 0 0 0 160px;
}

.comments-options a {
  outline: none;
}

.comments-options>a, .comments-options .drop-down-contain>a {
  padding: 0 0 1px 18px;
  margin: 0 10px;
  color: #888;
}
.comments-options>a:hover, .comments-options .drop-down-contain>a:hover {
  color: #444;
}

.comments-options .reply-link {
  background: url(../img/ui/icon-reply.png) no-repeat 0 1px;
}

.comments-wall .reply-link:hover {
  background: url(../img/ui/icon-reply.png) no-repeat 0 -16px;
}
.comments-options .report-link {
  background: url(../img/ui/icon-warning.png) no-repeat 0 0px;
}
.comments-options .report-link:hover{
  background: url(../img/ui/icon-warning.png) no-repeat 0 -18px;
}

.comments-options .delete-link {
  background: url(../img/ui/editing-delete-icon.png) no-repeat 0 0;
}
.comments-options .delete-link:hover {
  background: url(../img/ui/editing-delete-icon.png) no-repeat 0 -16px;
}

.comments-options .edit-link {
  background: url(../img/ui/editing-edit-icon.png) no-repeat 0 0;
}
.comments-options .edit-link:hover {
  background: url(../img/ui/editing-edit-icon.png) no-repeat 0 -16px;
}


.comments-wall .comments-content  {
  font-size: 12px;
  padding: 0 0 0 160px;
  min-height: 50px;
}

.comments-wall .comments-content .inner {
  padding: 0 80px 10px 12px;
  font: normal 13px/1.5 Arial, sans-serif;
}

.comment-header {
  margin: -5px 0 2px 12px;
}

.comments-wall .avatar-image {
  margin: 0 10px 5px 0;
  background: #f6f6f6;
  display: block;
}

.comments-wall .comments-content img {
  max-width: 100%;
  height: auto;
}

.comments-wall .comments-content img.screenshot {
  width: 320px;
  height: 180px;
}
.commentEmbeddVideo {
  display: inline-block;
}

.comments-wall .comments-content a {
  color: #1155CC;
}
.comments-wall .comments-content a:hover {
  color: #1155CC;
  text-decoration: underline;
}

.user-experience {
  position: absolute;
  left: 27px;
  background: #cc0000;
  color: #fff;
  width: 11px;
  height: 16px;
  text-align: center;
  top: -1px;
  font: normal 12px/11px 'PT Sans', Arial, sans-serif; 
  cursor: default;
  border-top: 2px solid #B31919
}

.community-list .user-experience {
  left: 36px;
  top: 0;
  width: 13px;
}

.comments-wall .user-nickname {
  display: inline-block;
  color: #659cc2;
  font: bold 13px/1 Arial, sans-serif;
  margin: 0 0 3px 0;
}
.comments-wall .user-nickname:hover  {
  color: #1c6699;
}


.comments-wall .timestamp {
 font: normal 11px/1 'PT Sans', Arial, sans-serif; 
 color: #bbb;
}

.comment-row {
  padding: 20px 15px;
  min-height: 110px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  position: relative;
}
.comment-row:first-child {
  border-top: none;
}
.comment-row:last-child {
  border-bottom: none;
}
.comment-row .comments-options {
  display:none;
}
.comment-row.comment-owner {
  background: #EFEFEF;
}

.comment-row.active .comments-options {
  display:block;
}
.comments-wall .comments-content .comment-anchor {
  color: #bbb;
  margin: 0 0 0 5px;
}
.comments-wall .comments-content .comment-anchor:hover {
  text-decoration: none;
  color: #b31919;
}

.voting{
  margin: 0 10px 10px 0
}

.voting span{
display: inline-block;
text-align: center;
vertical-align: middle;
}

.voting .score {
min-width: 18px;
font: bold 14px/20px Arial, sans-serif;
color:#ccc;
text-indent: -2px;
}

.voting .score.positive {
color:#0AAF15;
}
.voting .score.positive:before {
  content: '+';
  margin: 0 2px 0 0;
  
}
.voting .score.negative {
color:#cc0000;
}
.voting .score.negative:before {
  content: '-';
  margin: 0 2px 0 0;
  
}
.voting .toggleButton {
position: relative;
margin: 0;
text-decoration: none;
font: bold 12px/9px "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
width: 22px; 
height: 22px;
cursor: pointer;
background-image: url(../img/ui/plus-minus-buttons.png);
background-repeat: no-repeat;
text-indent: -9999px;
border: none;
}

.voting .minus, .voting.unAuth .minus:active, .voting.unAuth .minus.active{
background-position: left bottom;
}

.voting .minus:hover{
background-position: -25px  bottom;
}

.voting .minus:active, .voting .minus.active{
background-position: -50px -28px;
}

.voting .plus, .voting.unAuth .plus:active, .voting.unAuth .plus.active{
background-position: left top;
}  

.voting .plus:hover{
background-position: -25px top;
}  

.voting .plus:active, .voting .plus.active{
background-position: -50px top;
}

.toggleButton.disable, .voting.unAuth .toggleButton  {
cursor: default;
}


.comments-admin-panel {
 position: fixed;
 width: 100%;
 padding: 10px;
 background: #FFD800;
 color: #444;
 top: -80px;
 left: 0;
 z-index: 1000;
 text-align: center;
 box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}

.comments-content .admin-comment{
  position: absolute;
  left: 1px; 
  top: 1px;
}

/*История комментариев*/
.user-comments-history {
  margin: 40px 0;
  padding: 0;
}

.user-comments-history.comments-wall .left-column {
  width: 200px;
  white-space: normal;
  font: normal 12px 'PT Sans', Arial, sans-serif;
}
.user-comments-history.comments-wall .comments-content  {
  padding: 0 0 0 250px
}
.user-comments-history.comments-wall .comments-content .inner {
  padding: 0 80px 10px 0;
}

.user-comments-history .meta {
  margin: 0 0 3px 0
}

.user-comments-history .meta, .user-comments-history .meta a {
  color: #bbb;  
}

.user-comments-history .meta .link {
  color: #1155CC;
}

.user-comments-history .meta a:hover {
  color: #b31919;
  text-decoration: none;
}
.user-comments-history .rating {
  margin: 0 0 0 50px;
  float: right;
  text-align: right;
  color: #ccc;
  font: bold 14px/20px Arial,sans-serif
}
.user-comments-history .rating.positive {
  color: #0AAF15;
}
.user-comments-history .rating.negative {
color: #CC0000;
}


/*general styles for all CSS Checkboxes*/
input[type=checkbox].css-checkbox {display:none;}

input[type=checkbox].css-checkbox + label.css-label {
padding-left:23px;
height:18px; 
display:inline-block;
line-height:18px;
background-repeat:no-repeat;
background-position: 0 0;
font-size:14px;
vertical-align:middle;
cursor:pointer;
position: absolute;
left: 155px;
top: 20px;
z-index: 1;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
background-position: 0 -18px;
}
label.css-label {
background-image:url(../img/ui/csscheckbox.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/*************НАГРАДЫ**********************/
.achievments .item {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  background: none;
}

.achievments .award-2 {
  background-image: url(../img/ui/18x18_pg.png);
}
.achievments .award-4 {
  background-image: url(../img/ui/18x18_newuser.png);
}
.achievments .award-6 {
  background-image: url(../img/ui/18x18_cake.png);
}
.achievments .award-7 {
  background-image: url(../img/ui/18x18_banned.png);
}
.achievments .award-8 {
  background-image: url(../img/ui/award-13.png);
}
.achievments .award-9 {
  background-image: url(../img/ui/18x18_file.png);
}
.achievments .award-10 {
  background-image: url(../img/ui/award-activity.png);
}
.achievments .award-11 {
  background-image: url(../img/ui/18x18_moder.png);
}
.achievments .award-12 {
  background-image: url(../img/ui/award-helloween.png);
}
.achievments .award-13 {
 background-image: url(../img/ui/13.gif);
}

.achievments .award-14 {
 background-image: url(../img/ui/award-winner.png);
}
.achievments .award-15 {
  background-image: url(../img/ui/award-attention.png);
}
.achievments .award-17 {
  background-image: url(../img/ui/award-flash.png);
}
.achievments .award-18 {
  background-image: url(../img/ui/18x18_text.png);
}
.achievments .award-19 {
  background-image: url(../img/ui/award-video.png);
}
.achievments .award-20 {
  background-image: url(../img/ui/18x18_cheat.png);
}
.achievments .award-21 {
  background-image: url(../img/ui/18x18_star.png);
}
.achievments .award-22 {
  background-image: url(../img/ui/18x18_pix.png);
}
.achievments .award-23, .achievments .award-24, .achievments .award-25, .achievments .award-26 {
  background-image: url(../img/ui/award-newyear.png);
}
.achievments .award-28 {
  background-image: url(../img/ui/award-social.png);
}
.achievments .award-29 {
  background-image: url(../img/ui/18x18_speed.png);
}

.achievments .award-2.white {
  background-image: url(../img/ui/18x18_pg-white.png);
}
.achievments .award-4.white {
  background-image: url(../img/ui/18x18_newuser-white.png);
}
.achievments .award-6.white {
  background-image: url(../img/ui/18x18_cake-white.png);
}
.achievments .award-7.white {
  background-image: url(../img/ui/18x18_banned-white.png);
}
.achievments .award-8.white {
  background-image: url(../img/ui/award-13-white.png);
}
.achievments .award-9.white {
  background-image: url(../img/ui/18x18_file-white.png);
}
.achievments .award-10.white {
  background-image: url(../img/ui/award-activity-white.png);
}
.achievments .award-11.white {
  background-image: url(../img/ui/18x18_moder-white.png);
}
.achievments .award-12.white {
  background-image: url(../img/ui/award-helloween-white.png);
}
.achievments .award-13.white {
 background-image: url(../img/ui/13.gif);
}
.achievments .award-14.white {
 background-image: url(../img/ui/award-winner-white.png);
}
.achievments .award-15.white {
  background-image: url(../img/ui/award-attention-white.png);
}
.achievments .award-17.white {
  background-image: url(../img/ui/award-flash-white.png);
}
.achievments .award-18.white {
  background-image: url(../img/ui/18x18_text-white.png);
}
.achievments .award-19.white {
  background-image: url(../img/ui/award-video-white.png);
}
.achievments .award-20.white {
  background-image: url(../img/ui/18x18_cheat-white.png);
}
.achievments .award-21.white {
  background-image: url(../img/ui/18x18_star-white.png);
}
.achievments .award-22.white {
  background-image: url(../img/ui/18x18_pix-white.png);
}
.achievments .award-23.white, .achievments .award-24.white, .achievments .award-25.white, .achievments .award-26.white {
  background-image: url(../img/ui/award-newyear-white.png);
}
.achievments .award-28.white {
  background-image: url(../img/ui/award-social-white.png);
}
.achievments .award-29.white {
  background-image: url(../img/ui/18x18_speed-white.png);
}
.dialog-confirm {
  display: none;
}
/*******************ПОСТРАНИЧНАЯ НАВИГАЦИЯ (PAGINATOR)************************/

.page-navigation {
  padding: 15px 0 15px;
  box-shadow: none;
  background: none;
  border-top: 1px solid #ccc;
  font: normal 14px/1 Arial, sans-seif;
  margin: 0 20px;
}
.page-navigation a, .page-navigation span {
  display: block;
  padding: 4px 9px;
  margin: 5px 3px;
  color: #777;
  border: 1px solid #ccc;
  background: #f3f3f3;
}

.page-navigation .current span {
  color: #bbb;
  cursor: default;
  background: #e7e7e7;
}

.page-navigation li a:hover {
  color: #b31919;
  text-decoration: none;
  background: #fff;
}
.page-navigation .hellip {
  border: none;
  background: none;
  color: #aaa;
   margin: 4px -7px;
}
.page-navigation .prev a, .page-navigation .next a {
  color: #999;
  padding: 4px 6px;
}

/*******************Социальные сервисы мне нравится или "лайки"************************/

.social-likes-buttons-set {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  opacity: 0.7
}
.content-rating-area:hover .social-likes-buttons-set {
  opacity: 1;
}

.social-likes-buttons-set .semantic-list {
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  height: 22px;
  left: auto;
  right: auto;
  
}
 
.social-likes-buttons-set .item {
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block
}
 
/******************Кнопка понравилось от Playground***********************/
.pg-like-button {
  height: 20px;
  display:table;
}

.pg-like-button:hover .btn-content {
  background: #c00;
}

.pg-like-button .btn-content:active  {
  position:relative;
  top: 1px;
}

.pg-like-button:active .btn-content {
  box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
}

.pg-like-button .btn-content {
  cursor: pointer;
  color: #fff;
  line-height: 20px;
  display:inline-block;
  padding: 0 10px 0 6px;
  border-radius: 2px;
  background: #b31919;
  font-size: 11px;
  font-weight: bold;
  vertical-align:top;
}

.pg-like-button .btn-content:before {
  content: "\e611";
  font-family: 'icomoon';
  margin: 0 5px 0 0;
  vertical-align: middle;
  color: #8E0707;
  font-size: 13px;
}

.pg-like-button .counter {
  cursor: pointer;
  position: relative;
  font-style: normal;
  min-width: 20px;
  text-align: center;
  padding: 0 3px 0 3px;
  display: inline-block;
  margin: 0 0 0 5px;
  color: #fff;
  line-height: 19px;
  border-radius: 2px;
  border-style: solid;
  border-color: #ccc #ccc #ccc #ccc;
  border-width: 1px 1px 1px 1px;
  position: relative;
  background: #c4c4c4;
}

.pg-like-button .counter:before {
    border-style: solid;
    border-color: rgba(192, 192, 192, 0) #c4c4c4 rgba(192, 192, 192, 0) rgba(192, 192, 192, 0);
    border-width: 5px;
    margin-top: -5px;
    content: " ";
    height: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
}

.pg-like-button .value {
  font: normal 11px  Arial, sans-serif;
}
.pg-like-button.pushed .btn-content {
  color: #eee
}
.pg-like-button.pushed .btn-content:before{
 color: #fff;
}
.pg-like-button.pushed .btn-content {
  box-shadow: 0 0 2px rgba(0,0,0,0.6) inset;
}
.like-user-short-list .item {
  display: inline-block;
  font: normal 11px/1 Arial, sans-serif;
  text-align: left;
  margin: 0 2px 0 0;
}

.like-user-short-list .item a {
  text-decoration: none;
  color: #ccc;
}

.like-user-short-list .avatar-image {
  margin: 0 5px 0 0;
}

/********************************************************/
/***************Особые стили для подсказок *************/
/********************************************************/
.black-tooltip.ui-tooltip {
  background: #222;
  color: #eee;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  border: 1px solid #000;
}
.black-tooltip a {
  color: #fff;
  text-decoration: underline
}

.black-tooltip.ui-tooltip .like-full-list-caller {
  color: #eee;
  cursor: pointer;
  margin: 0 0 0 5px;
 
}
.black-tooltip.ui-tooltip .like-full-list-caller:hover {
  color: #fff;
  border-bottom-color: #fff; 
 
}

.black-tooltip.ui-tooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #222;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin: 0 0 0 -10px;
}

.black-tooltip.ui-tooltip.no-tale:after {
  content: none;
}

.black-tooltip.ui-tooltip.right:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #222;
  position: absolute;
  left: -20px;
  top: 50%;
  margin: -10px 0 0 0;
}


.black-tooltip.ui-tooltip.bottom:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
  border-top: none;
  position: absolute;
  left: 23px;
  top: -10px;
}

.black-tooltip.badge-tooltip {
  min-width: 330px;
  width: 330px;
  font: normal 11px Arial, sans-serif;
  padding: 10px;
  color: #aaa;
}
.black-tooltip.badge-tooltip a {
  color: #eee;
  text-decoration: none;
}

.black-tooltip.badge-tooltip .user-avatar {
  margin: 0 10px 0 0;
}

.black-tooltip.badge-tooltip li {
  margin: 0 0 2px 0;
}

.black-tooltip.badge-tooltip .user-nick {
  font: bold 13px/1 Arial, sans-serif;
  white-space: nowrap;
  margin-bottom: 7px;
}

.black-tooltip.badge-tooltip .user-nick a:hover {
  color: #fff;
  text-decoration: underline;
}

.black-tooltip.badge-tooltip .bage-actions {
 padding: 15px 0 10px 0 ;
 text-align: right;
}

.black-tooltip.badge-tooltip .button {
  padding: 5px 8px 7px;
  margin: 0 10px 0 0;
  color: #aaa;
  white-space: nowrap;
  border: 1px solid #333;
  background: #2B2B2B;
  outline: none;
}
.black-tooltip.badge-tooltip .button:hover {
  color: #fff;
  background: #333;
  box-shadow: 0 0 5px #000;
}
.black-tooltip.badge-tooltip .button.active:hover {
  color: #aaa;
  background: #2B2B2B;
  box-shadow: none;
  cursor: default;
}
.black-tooltip.badge-tooltip  .icon {
  display: inline-block;
  vertical-align: middle;
}
.black-tooltip.badge-tooltip .message .icon  {
  background: url(../img/ui/mail-icon.png) no-repeat center center;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}

.black-tooltip.badge-tooltip .add .icon  {
  background: url(../img/ui/plus-icon-16.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}

.black-tooltip.badge-tooltip .add.separate-friendship .icon  {
  background: url(../img/ui/ok-icon.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}

.badge-tooltip .gp-game-cover{
  margin-right: 15px;
}

.badge-tooltip .button:active  {
  position: relative;
  top: 1px;
  right: -1px;
}

.black-tooltip.badge-tooltip .online {
  color: #fff;
}
.black-tooltip.badge-tooltip .offline {
  color: #888;
  
}
/********************************************************/
/*///////////////////////////////////////////////////////*/
/********************************************************/

.like-full-list-caller:hover {
  border-bottom: 1px dotted #b31919;
}

.like-user-full-list.modal {
  display: block;
  margin: 0 0 0 -300px;
  top: 100px;
  width: 600px;
  
  
}
.like-user-full-list.modal .header {
  padding: 15px 10px;
  background: #333;
  margin: 0 0 10px;
  color: #fff;
  font: normal 18px Arial, sans-serif;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 1px 2px -1px  #000;
}

.like-user-full-list.modal .content {
  margin: 0 10px 20px 20px;
  background: #1E1E1E;
  padding:  0 0 10px 0;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.like-user-full-list.modal .innerspace {
  height: 400px;
  overflow: auto;
  margin: 0 15px 15px 0;
  padding: 0 15px 15px 15px;
}

.like-user-full-list.modal .item {
  padding: 10px 0;
  line-height: 1;
  font-size: 11px;
  display: inline-block;
  text-align: center;
  width: 60px;
  overflow: hidden;
  vertical-align: top;
}
.like-user-full-list.modal .item:last-child {
  border: none;
}

.like-user-full-list.modal .item a {
  color: #eee;
}

.like-user-full-list.modal .avatar-image {
  display: block;
  margin: 0 auto 3px;
}
.like-user-full-list.modal .close-modalwin {
  color: #fff;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  background: #888 url(../img/ui/icon-cross.png) no-repeat center center ;
  top: 18px;
  text-indent: -9999px;
  right: 20px;
}

.fancy-button:active {
  -webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
}

/* ==========================================================================
   ФОРУМЫ 
   ========================================================================== */

/** НАВИГАЦИЯ По ФОРУМУ **/
   
.forum-module .article-header {
  padding: 15px;
}  
.forum-navigation {
  font: bold 14px/1 'PT Sans Narrow',Arial,sans-serif;
  padding: 9px 0 0 0;
  vertical-align: middle;
}

.forum-main-page {
  display: inline-block;
  background: url(../img/ui/home-icon.png) no-repeat 0 0;
  padding: 0 0 0 20px;
}

.forum-navigation .item {
  position: relative;
}

.forum-navigation>li:hover .sibling-sections {
  display: block
}

.forum-navigation .sibling-sections {
  position: absolute;
  top: 15px;
  left: 0;
  background: #222;
  border-radius: 5px;
  display: none;
  z-index: 100;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  font: normal 12px Arial, sans-serif;
  min-width: 100px;
  padding: 10px 0;

}
.forum-navigation .sibling-sections .item {
  white-space: nowrap;
  padding: 0 !important;
  margin: 0 !important;
}

.forum-navigation .sibling-sections .item a{
  display: block;
  padding: 5px 10px;
  margin: 0 !important;
  color: #eee;
  
}
.forum-navigation .sibling-sections .item a:hover {
  background: #b31919;
}
.subforum-list .subforum-sections {
  font: normal 12px Arial, sans-serif;
  padding: 3px 0 0 0;
}

   
.forums-table {
  padding: 0 0 20px 0;
}  

.forums-table col:nth-child(2) {
  width: 380px;
}

.forums-table tbody td:nth-child(3) {
  text-align: center;
}
.forums-table .subforum-list {
 padding: 15px 15px 10px 15px;
 font: bold 16px/1 'PT Sans',Arial,sans-serif;
 color: #444;
}

.forums-table .subforum-list .item {
 padding: 0 0 6px 2px;
 margin: 6px 10px 6px 10px;
 border-bottom: 1px solid #e4e4e4;
}
.forums-table .subforum-list a:hover {
  text-decoration: none;
}
.forum-category {
  padding: 20px;
}

.forum-category a:hover{
  text-decoration: underline;
}
.forum-category .main-cat {
  font: normal 18px Arial, sans-serif; 
}

.forum-category>li {
  margin: 0 0 20px 0;
}

.forum-category .description {
  color: #666;
  margin: 0 0 5px 0;
}
 
.forums-table {
  padding: 0 0 20px 0;
}  
.forums-table:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0
}  
.forums-table .subforum-list {
 padding: 15px 15px 10px 15px;
 font: bold 16px/1 'PT Sans',Arial,sans-serif;
 color: #444;
}
.forums-table .subforum-list .heading{
  font: bold 18px/1 Arial,sans-serif;
  padding: 0 0 3px 0;
  margin: 0 0 10px 0;
  color: #888888;
}

.forums-table .subforum-list .item {
 padding: 0 0 6px 2px;
 margin: 6px 10px 6px 10px;
 border-bottom: 1px solid #e4e4e4;
}
.forums-table .subforum-list a:hover {
  text-decoration: none;
}

.forums-table table {
  width: 100%;
  margin: 0 0 20px 0;
}  

.forums-table-header {
  min-height: 65px;
}

.forums-table-header .module-title {
  height: auto;
  line-height: 1;
  padding: 0 0 0 10px
}

.forums-table th  {
  padding: 10px 5px 10px 10px;
  border-bottom: 1px solid #aaa;
  font: bold 15px/1 'PT Sans Narrow' , Arial, sans-serif;
  color: #888;
  text-shadow: -1px 1px 1px #fff;
}
.forums-table th:first-of-type {
  padding-left: 20px;
  text-align: left;
}

.forums-table tbody a{ 
  line-height: 1;
  
}
.forums-table tbody a:hover {
  color:#B31919
}

.forums-table .discussion-subject { 
  font: normal 13px/1  Arial, sans-serif;
  padding: 0;
  color: #444;
  cursor: pointer;
  margin: 0 5px 0 0;
}
.forums-table .discussion-subject font {
  color: #444;
}
.forums-table .discussion-subject font:hover {
  color: #b31919 !important;
}

.forums-table col:first-child{
  width: 50px;
}

.forums-table tbody tr td:first-child{
  padding-left: 10px;
}


.shop-shelf-table col:first-child,  .market-shelf-table col:first-child{
  width: 60%;
}

.forums-table tbody td span, .forums-table tbody td time{ 
  padding: 10px;
  display: block;
  font-size: 11px;
  color: #777;
}
.forums-table tbody td time {
  white-space: nowrap;
}
.forums-table tfoot td{
  border-top: 1px solid #aaa;
  padding: 10px;
}
.forums-table .glyphicon {
  display: inline-block;
  padding: 0;
  margin: 0 3px;
  font-size: 13px;
}

.forums-table-header .module-title-description {
  padding: 0 10px 0 10px;
  color: #aaa;
}
.forums-table tbody tr:nth-child(2n+2) {
  background-color: #F4F4F4
}

.forum-module {
 margin: 0 0 10px 0;
}
.forum-module .article-title {
  font-family: "PT Sans Narrow", Arial, sans-serif
}

.forum-module .content-wrapper {
  padding: 5px 0 0 0
}

.width-half .forum-module {
  margin: 10px 5px;
}

.forums-table-header .image-thumb {
  margin: 10px 10px 5px 0;
}

.forums-table .forum-node {
  margin: 0 10px 0 0;
  color: #999;
}

.forums-table a:hover {
  text-decoration: underline
}

.forum-subject-header {
  background: #EEEEEE;
  padding: 15px;
}

.forum-subject-header .utilit-button {
  margin: 0 0 0 5px;
}

.forum-subject-discuss .comment-row:first-of-type  {
  border-bottom: 1px solid #ccc;
  background: #eee;
  box-shadow: 0 2px 2px -2px #fff;
}

.forum-subject-discuss .comments-wall {
  padding-top: 0;
}

.forums-table .shop-price .current{
  font: normal 18px 'PT Sans', Arial, sans-serif;
}
.forums-table .shop-price .current.new{
  font-weight: bold;
  color: #b31919;
}
.forums-table .shop-price a {
  color: #1155CC;
}
.forums-table .bonus-price {
  color: #b31919;
  font: normal 16px 'PT Sans',Arial,sans-serif;
}

.forums-table .discount-label {
  display: inline-block;
  font: bold 14px/1 'PT Sans', Arial, sans-serif;
  background: #B31919;
  color: #fff;
  padding: 3px 5px ;
  margin: 0 0 0 5px;
}
.forums-table .shop-price {
  white-space: nowrap;
  text-align: left;
  margin-left: 15px
}

.forums-table .last-price {
  margin: 0 5px 0 0;
  font-size: 12px;
}
.forum-module .module-footer {
  display: none;
}
.content-comments-header {
  margin-top: 10px;
  background: #f3f3f3;
}
.position-rel .moderation-tools {
  display: none;
  position: absolute;
  right: 0px;
  top: -5px;
}

.moderation-tools a {
  margin: 0 3px 0 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
  border: 1px solid #ccc;
  text-indent: -9999px;
}

.moderation-tools a:hover {
  opacity: 1;
}

.moderation-tools .edit {
  background: url('../img/ui/icon-gear.png') no-repeat center 2px;
}

.moderation-tools .delete {
  background: url('../img/ui/icon-cross.png') no-repeat center 3px;
}
.forum-subject-header .moderation-tools {
  vertical-align: middle;
}

.forum-subject-header .moderation-tools .edit{
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 5px;
  background: url('../img/ui/gear-icon-16.png') no-repeat center  center;
}

.forum-subject-header .moderation-tools .delete{
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 5px;
  background: url('../img/ui/delete_icon_16-dark.png') no-repeat center center;
}


.forums-table tr:hover .moderation-tools {
  display: block;
}

.forum-theme-status {
  height: 16px;
  width: 16px;
  display: inline-block !important;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 !important;
}

.forum-theme-status.locked {
  background-image: url(../img/ui/lock-icon.png)
}

.forum-theme-status.pinned {
  background-image: url(../img/ui/pin-icon.png)
}

.tablesorter .header {
  cursor: pointer;
}

table.tablesorter thead tr .header {
    background-image: url("../img/ui/desc-asc.gif");
    background-position: 90% center;
    background-repeat: no-repeat;
}

table.tablesorter thead tr .headerSortDown   {
    background-image: url("../img/ui/desc.gif");
}

table.tablesorter thead tr .headerSortUp  {
    background-image: url("../img/ui/asc.gif");
}




.forums-table.shop-shelf-table td:last-of-type, 
.forums-table.market-shelf-table td:last-of-type{

  padding-right: 8px;
}


.forums-table.shop-shelf-table  th:last-of-type, 
.forums-table.market-shelf-table th:last-of-type {
  padding-left: 30px;
  text-align: left;
}

.forums-table.shop-shelf-table .discussion-subject {
  display: block;
  margin-left: 10px;
}
.forums-table.shop-shelf-table .discussion-subject.user-market-offer {
  margin-left: 0;
}

.market-shelf-table td {
 vertical-align: top;
}

.market-shelf-table .moderation-tools{
  position: static;
  display: block;
  width: 40px;
  padding: 15px 0 0 0;
}

.market-shelf-table .title{
  font: bold 18px 'PT Sans Narrow', Arial, sans-serif;
}

.market-shelf-table .offer-description {
  padding: 0 0 10px 18px;
  display: none;
}
.market-shelf-table .offer-description img {
  max-width: 420px;
}

.market-shelf-table .user-market-offer{
  padding-left: 18px;
  background: url(../img/ui/asc.gif) no-repeat 3px center;
  margin: 15px 0 15px 0;
}
.module-item .discounts-percentage {
  position: absolute;
  font: bold 12px/1 'PT Sans Narrow', Arial, sans-serif;
  top: 5px;
  left: 10px;
  background: #B31919;
  width: 35px;
  text-align: center;
  padding: 2px 5px 3px;
  color: #fff;
}

.module-item  .discounts-percentage:after {
    border-bottom: 7px solid transparent;
    border-right: 13px solid #8C0404;
    border-top: 0 solid transparent;
    bottom: -7px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}


.shop-module .game-scroll-module {
  margin: 5px 10px 30px ;
}

.shop-module .module-item {
  position: relative;
  margin: 0 0 100px 0;
}
.shop-module .module-item img {
  box-shadow: 0 0 10px #222;
}
.shop-module .module-item a:hover img {
  box-shadow: 0 0 15px #222;
}
.shop-module .price {
  padding: 3px 2px;
  font-weight: bold;
  color: #b31919;
}

.shop-module .module-item a {
  display: block;
}

.shop-module .module-item .width-quart-title {
  display: block;
  margin: 5px 0 0 0;
  font: bold 14px/1.2 Arial, sans-serif;
}

.shop-module .discounts-percentage {
  position: absolute;
  font: normal 16px/1 'PT Sans Narrow', Arial, sans-serif;
  top: 8px;
  left: -13px;
  background: #B31919;
  width: 50px;
  text-align: center;
  padding: 8px 8px 7px;
  color: #fff;
}
.shop-module  .discounts-percentage:after {
  border-bottom: 7px solid transparent;
  border-right: 13px solid #8C0404;
  border-top: 0 solid transparent;
  bottom: -7px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.shop-module .game-scroll-module .module-item {
  position: relative;
}
 
.forums-table.shop-shelf-table col:nth-child(2) {
  width: auto;
}
.forums-table.shop-shelf-table td:nth-child(2) {
  text-align: center;
}

.pg-choice-product td:nth-child(1) {
  background-image: url(../img/ui/icon-recommended.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.steam-promo-block {
  background: url(../img/ui/globalheader_bg.jpg) 0 0;
  height: 80px;
  margin: 45px 0 20px 0;
  text-align: center;
  font: bold 18px/80px Arial,sans-serif;
  color: #fff;
  display: block;
}
.steam-promo-block:hover {
  color: #fff;
}
.steam-promo-block .content {
  background: url(../img/ui/steam-logo.png) no-repeat 5px 5px;
  display: block;
}
.steam-promo-block .btn {
  background: url(../img/ui/btn_addtocart_repeat.gif) 0 0;
  font-size: 15px;
  margin: 0 0 0 10px;
  font-weight: bold;
  text-shadow: 0 0 1px #444;
}
/* ==========================================================================
   WIKI
   ========================================================================== */

.wiki-nav {
  margin: 0 0 20px 0;
  font: normal 12px Arial, sans-serif;
}
.wiki-nav ul {
  padding: 0 10px 0 20px;
  list-style: none;
}
.wiki-nav li {
  margin: 10px 0;
  line-height: 1.2
}
.wiki-nav li ul {
  display: none;
  padding: 0 0 0 20px;
}
.wiki-nav .parent a:after {
   content: '»';
   text-indent: 5px;
   font-size: 14px;
   display: inline-block;
}
.wiki-main-header {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
} 
   
   
.wiki-section {
  padding: 0 10px 25px 0;
  margin: 0 0 15px 0;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font: normal 12px/1 Arial,sans-serif;
}

.wiki-section-title { 
  font: normal 18px/1 Arial,sans-serif;
  margin: 0 0 10px 0;
  color: #444;
}  

.wiki-section-list .item {
  margin:  0 5px 5px 0;
  display: inline-block;
  line-height: 1.5
}

.wiki-section-list .item.last {
  text-transform: lowercase;
  font-weight: bold;
  display: block;
}


.top-wiki-module .section-title {
  margin-bottom: 35px;
  color: #444;
  font: normal 18px/1 Arial,sans-serif;
}

.top-wiki-module .image{
  margin-right: 15px;
}
.top-wiki-module .title {
  margin-bottom: 5px;
  font: bold 14px/1 Arial, sans-serif;
} 
.top-wiki-module .news-item {
  padding: 10px 0 10px 0;
  border-bottom: 1px dashed #ccc;
  font: normal 12px/1.1 Arial, sans-serif;
}
.top-wiki-module .news-item:last-child {
  border-bottom: none
}
.top-wiki-module .news-item:first-child {
  padding: 0 0 10px 0;
}
.wiki-edit-link {
  margin: 0 5px;
  font: normal 11px/1 Arial, sans-serif;
  color: #b31919 !important;
}

.wiki-catalogue .title {
  margin: 0;
  font: bold 18px 'PT Sans', Arial, sans-serif;
}

.wiki-catalogue .title small {
  margin: 0 0 0 5px;
  font: normal 13px Arial, sans-serif;
}
.wiki-catalogue .content {
  padding: 0 0 0 120px
}
.wiki-catalogue .wiki-articles-titles li {
  margin: 10px 0;
  color: #555;
  font-size: 12px;
}

.wiki-catalogue .wiki-articles-titles .title {
 font: bold 13px  Arial, sans-serif;
 margin: 0;
 display: inline-block;
}

.wiki-catalogue .wiki-articles-titles a:hover {
 text-decoration: underline;
}


.game-wiki-catalogue .module-item  {
  margin: 20px 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #e4e4e4;
}
.game-wiki-catalogue .module-item:last-child {
  border: none;
}

.game-wiki-catalogue .title {
    font: bold 20px/1 'PT Sans',Arial,sans-serif;
    margin: 0 90px 5px 0;
} 


.article-related-content.simple-listing .module-item {
  width: auto;
  margin-bottom: 10px;
}
.article-related-content.simple-listing .title {
  font: bold 14px Arial, sans-serif;
}

#dox_view .edit {
  display: inline-block;
  font: normal 12px Arial, sans-serif;
  color: #aaa;
  background: url(../img/ui/pen-icon.png) no-repeat 0 0;
  padding: 0 0 2px 18px;
  margin: 0 0 0 10px;
  
}

.wiki-content-area {
  padding: 20px;
}
.wiki-content-text {
  font: normal 14px/1.5 Arial, sans-serif !important;
  
}
.wiki-content-text * {
  font-family: Arial, sans-serif !important;
  line-height: 1.5
}

.wiki-content-text table {
  max-width: 100%;
  width: auto;
}
.wiki-content-text table img {
  max-width: none;
}

.wiki-content-text table td {
  padding: 5px;
  border: 1px solid #ccc
}
.wiki-content-text ul {
  background: none !important;
}

.wiki-content-text p {
  text-indent: 0 !important;
  margin: 1em 0 !important;
  background: none !important;
  font: normal 14px/1.5 Arial, sans-serif !important;
}

.wiki-list-title {
  font: normal 15px/1 Arial, sans-serif;
  margin: 30px 0;
}


.wiki-list-title a:hover {
  color: #b31919;
}
.wiki-list-title:first-letter {
  text-transform: uppercase
}

.wiki-blank-message {
  background: #eee;
  overflow: hidden;
  padding: 20px;
  border-left: 5px solid #b31919;
}

.commerc-holder .banholder {
  padding: 20px; 
  border: 1px solid #ccc; 
  float: right; 
  margin: 0 0 20px 20px;
}

.wiki-content-nav {
  margin: 15px 0 20px 20px;
  font: normal 12px/1 Arial, sans-serif;
  width: 280px;
  border: 1px solid 3e3e3e3;
  background: #eee;
  float: right;
}
.wiki-content-nav .item a {
  display: block;
  padding: 7px 10px 7px 20px;
  color: #444;
}
.wiki-content-nav .semantic-list {
  padding: 10px 0;

}
.wiki-content-header {
  padding: 20px 0 10px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 20px;
}
.wiki-main-title {
  font: bold 22px/1 Arial,sans-serif;
  display: inline;
  color: #444;
}

.wiki-content-header .title {
  font: bold 19px/1 Arial,sans-serif;
  display: inline;
  color: #444;
}

.wiki-content-nav .item a:hover {
  text-decoration: none;
  color: #b31919;
  background: #e2e2e2;
}
.wiki-content-nav .header {
  background: #e3e3e3;
  color: #222;
  padding: 10px 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  
}

.wiki-content-nav .header a {
  font-weight: normal;
  color: #444;
  text-decoration: none;
}

.wiki-text-info.text-info {
  margin: 0 20px;
  text-align: right;
  border-top: 1px dashed #888;
}

/* ==========================================================================
   Модальное окно регистрации и авторизации
   ========================================================================== */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  display: none;
}

.modal .content {
  background: #fff;
}

.modal.standart {
  width: 500px;
  margin: -250px 0 0 -270px;
  
}

.modal.standart .content {
  padding: 20px ;
  border-radius: 5px;
  border: 5px solid #ccc;
}
.modal.nD .content {
  padding: 20px ;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 20px rgba(0,0,0,0.8);
}


.modal.nD .modal-title {
  font-size:  26px ;
  font-weight: normal;
  margin-bottom: 20px
}
.modal.nD .btn {
  padding: 10px 20px;
  color: #4b4b4b;
  font-size: 18px;
  margin: 0 20px 0 0;
  background: #dbdbdb;
  border: 1px solid #b2b2b2;
}
.modal.nD .text-center .btn {
  margin: 0 20px;
}

.modal.nD .btn.secondary {
 background: #efefef;
 color: #999;
}
.modal.nD .btn:hover {
 background: #999;
 color: #efefef;
}
.modal-win-header {
  padding-bottom: 20px;
  font: normal 12px/1.5 Arial, sans-serif;
}
.modal-win-title {
  font: normal 18px/1 Arial, sans-serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.modal.draggable .modal-win-title {
  cursor: move;
  line-height: 1;
  text-shadow: 1px 1px 1px #fff;
  background: #ccc;
  padding: 10px 20px;
  margin: -20px -20px 15px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #aaa;
  background: #eeeeee;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );

}
.modal.draggable .close-modalwin {
  top: 11px;
}
.modal.draggable .close-modalwin:hover {
  background-color: #fff;
}
.feedback-modal.modal {
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  margin: 0 20px 20px 0;
  width: 400px;
}

.feedback-modal.modal .content {
 background: #eee;
 border: none;
 box-shadow: 0 0 10px rgba(0,0,0,0.5)
}
.feedback-modal.modal textarea {
  height: 120px
}
.attention-block.modal {
  border: 10px solid #b31919;
}

.attention-block.modal.standart .content {
  border-radius: 0;
  border: none;
}

#pageOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  z-index: 999;
  background: rgba(00,00,00,0.85);
  display: none;
}
.page-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  z-index: 9999;
  background: rgba(00,00,00,0.8);
}   
.modalwindow-signup_signin  {
  width: 844px;
  height: 390px;
  background: #fff;
  margin: -180px 0 0 -420px;
  box-shadow: 0 0 20px rgba(255,255,255,0.9);
  padding: 10px;
}

.modalwindow-signup_signin div.content {
  height: 100%;
  background: #F2F2F2;
}
.modalwindow-signup_signin  #userAuthorisation{
  display: block;
}

.modalwindow-signup_signin.sign-up-activated  #userRegistration{
  display: block;
}

.modalwindow-signup_signin.sign-up-activated  #userAuthorisation{
  display: none;
}

.modalwindow-signup_signin .tabs-set {
  width: 100px;
  height: 100%;
}

.modalwindow-signup_signin  .tab, .modalwindow-signup_signin.sign-up-activated .signin-tab {
  width: 100%;
  height: 185px;
  background: #292929;
  border-right: 5px solid #222;
  cursor: pointer;
  text-shadow: 1px 1px 1px #000;
  overflow: hidden;
  font: normal 10px Tahoma, Arial, sans-serif;
  text-transform: uppercase;  
}

.modalwindow-signup_signin.sign-up-activated .signin-tab {
  cursor: pointer;
  box-shadow: -5px -5px 5px #111 inset;
  border: none;
}
.modalwindow-signup_signin.sign-up-activated .signin-tab a {
  border: none;
  cursor: pointer;
}

.modalwindow-signup_signin.sign-up-activated .signin-tab a:hover {
  color: #cc0000;
}

.modalwindow-signup_signin .signup-tab a:hover {
  color: #cc0000;
}

.modalwindow-signup_signin  .tab a  {
  display: block;
  width: 100%;
  height: 100%;
  color: #5f5f5f;
  vertical-align: middle;
  text-align: center;
  line-height: 185px;
  outline: none;
}

.modalwindow-signup_signin .signup-tab {
  box-shadow: -5px 5px 5px #111 inset;
  border: none;
}

.modalwindow-signup_signin .signin-tab {
  border-bottom: 5px solid #222;
}

.sign-up-activated .signup-tab {
  background: #F2F2F2;
  box-shadow:none;
  border: none;
  text-shadow: none;

}

.modalwindow-signup_signin.sign-up-activated .signup-tab  a{
 cursor: default;
 color: #5F5F5F;
}


.modalwindow-signup_signin .signin-tab {
  background: #F2F2F2;
  border-right: 5px solid #F2F2F2;
  text-shadow: none;
  border-bottom: 5px solid #F2F2F2;
}

.modalwindow-signup_signin .signin-tab   a{
 border: 1px solid #F2F2F2;
 cursor: default;
}

.modalwindow-signup_signin .forms-set {
   width: 720px;
   padding: 17px 0 0 0;
   position: relative;
   height: 100%;
}

.modalwindow-signup_signin .promo-text .title, .signup-form .promo-text .title {
  color: #454545;
  font: bold 14px 'PT Sans Narrow', Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 0 0 10px 0;
  list-style: none;
  color: #909090;
}

.modalwindow-signup_signin .promo-text .title:before, .signup-form .promo-text .title:before {
  content: none;
}

.modalwindow-signup_signin .promo-text, .signup-form .promo-text {
  color: #909090;
  text-transform: uppercase;
  font: normal 10px Tahoma, Arial, sans-serif;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 25px 0;
  padding: 0 30px 25px 30px;
}

.modalwindow-signup_signin .promo-text li,  .signup-form .promo-text li {
  float: left;
  width: 50%;
  margin: 0 0 3px 0;
  color: #cc0000;
}
.modalwindow-signup_signin .promo-text li *,  .signup-form .promo-text li * {
 color: #909090;
}
.modalwindow-signup_signin .promo-text li:before, .signup-form .promo-text li:before {
  content: '\2713 ';
  color: #cc0000;
  font: normal 13px 'PT Sans',Arial, sans-serif;
  margin: 0 5px 0 0;
}

.modalwindow-signup_signin  form {
  display: block;
  margin: 0 20px 60px 60px;
  overflow: hidden;
  font: normal 9px Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  color: #868686;
  display: none;
}

.modalwindow-signup_signin  form  .column{
  padding: 0 20px 0;
  width: 49%;
}

.modalwindow-signup_signin label {
  color: #868686;
  font: normal 10px Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 0 0 3px 0;
}

.modalwindow-signup_signin input[type=text], .modalwindow-signup_signin input[type=password] {
  width: 100%;
  height: 37px;
  background: #fff;
  box-shadow: 0 0 2px #e5e5e5;
  border: 3px solid #d8d8d8;
  font-size: 14px;
  margin: 0 0 20px 0;
} 
.modalwindow-signup_signin  input[type=checkbox] {
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.modalwindow-signup_signin button {
  margin: -8px 0 0 0;
}


.modalwindow-signup_signin  .status {
  display: none
}

.modalwindow-signup_signin .notice {
  background: #ededed;
  border-left: 5px solid #d2d2d2;
  padding: 5px;
  margin: 20px 30px 40px 20px;
  
}

.modalwindow-signup_signin .social-signin {
  padding: 0 0 0 55px;
  position: absolute;
  bottom: 10px;
}

.social-signin .social-icon {
  width: 48px;
  height: 47px;
  text-align: center;
  display: inline-block;
  margin: 0 20px;
  font-size: 26px;
  border: 1px solid #222;
  color: #fff;
  line-height: 47px;
  background: #7d7e7d;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
  text-decoration: none !important;
}
.social-signin .social-icon:hover {
  border-color: #eee
}
.social-icon.vkontakte:hover {
  background: #57799D;
}
.social-icon.facebook:hover {
  background: #3C599B;
}
.social-icon.twitter:hover {
  background:#41AAE1;
}
.social-icon.mailru:hover {
  background: #144786;
}
.social-icon.google:hover {
  background: #DC4B38;
}
.social-icon.yandex:hover {
  background: #FFD427;
}
.social-icon.odnoklassniki:hover {
  background: #F8892F;
}

.close-modalwin {
  background: url(../img/ui/icon-cross.png) no-repeat center center;
  height: 16px;
  width: 16px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1001;
  border: 1px solid #aaa
}
.close-modalwin:hover {
  border-color: #444
}

.remove-option {
  background: url(../img/ui/icon-cross.png) no-repeat center center;
  height: 16px;
  width: 16px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #aaa;
}


/**********************************
*************Скриншоты ************
/*********************************/
.screenshots-module .module-content{
  padding: 15px;
}

.screenshots-gallery.grid-view {
  display: inline;
}
.screenshots-gallery.grid-view .gallery-item {
  display: inline-block;
  margin: 0 30px 25px 20px;
  background: #aaa;
  border: 0 solid #fff;
  box-shadow: 0 3px 5px -2px #444;
  width: 180px;
  height: 100px;
}

.screenshots-gallery.grid-view .gallery-item img{
  width: 180px;
  height: 100px;
}

.screenshots-gallery.slide-view {
  width: 150px;
  background: #444;
  margin: 0;
  position: relative;
  height: 410px;
}
.screenshots-gallery.slide-view a{
  display: block;
}
.screenshots-gallery .jcarousel-container {
  height: 410px;
  overflow: hidden;
}

.screenshots-gallery .jcarousel-next {
  bottom: -9px;
}
.screenshots-gallery .multipanel-cntrl{
  width: 100%;
  margin:0;
  left: 0;
  height: 20px;
  z-index: 100;
}

.screenshots-gallery .jcarousel-prev {
  top: -9px;
}

#screenShotsSlider {
  width: 150px;
}


#screenShotsSlider .gallery-item {
  width: 150px;
  height: 84px;
  display: block;
  position: relative;
  float: none !important;
}
#screenShotsSlider .gallery-item img {
  width: 150px;
  height: 84px;
}
#screenShotsSlider .gallery-item a:after {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  content: "";
  width: 150px;
  height: 84px;
  background: rgba(255,255,255,0.2);
}

#screenShotsSlider .gallery-item:hover a:after, #screenShotsSlider .gallery-item.active  a:after {
  background: none;
}

.main-screenshot-wrapper {
  text-align: center;
  width: 730px;
  overflow: hidden;
  background: #222;
  box-shadow: 0 0 5px #000 inset;
}
.main-screenshot-wrapper img {
  max-height: 410px;
}

.slide-view-wrapper {
  background: #444;
  padding: 10px;
}


.masonry-grid-gallery .item { 
  width: 24%; 
  margin-bottom: 10px;
  max-height: 250px;
}

.screenshots-gallery.slide-view  #screenShotsSliderNext{
  bottom: -9px;
  top: auto;
  background: url(../img/ui/up-down-scroll-controlls.png) no-repeat center bottom
}
.screenshots-gallery.slide-view  #screenShotsSliderPrev{
  background: url(../img/ui/up-down-scroll-controlls.png) no-repeat center top
}

/**********************************
********ПРОФИЛЬ ПОЛЬЗОВАТЕЛЯ*******
/*********************************/


.module-title .usernick {
  text-transform: none;
}
.page-aside .module-title .usernick {
  white-space: nowrap;
  max-width: 190px;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
}

.user-data-profile .user-data-set {
  margin: 0 0 50px 0;
}

.user-data-profile .user-data-set-title {
  text-align: center;
  font: bold 19px/1 "PT Sans Narrow", Arial, sans-serif;
  margin: 0 20px 30px 20px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 1px #fff; 
}
.user-data-profile .user-data-set-title span {
  background: #fff;
  padding: 10px;
  position: relative;
  top: 10px;
}

.user-data-profile .item {
  margin: 0 0 5px;
  padding: 12px 10px;
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
}

.user-data-profile .user-data-therm {
  font: bold 15px/1 "PT Sans Narrow", Arial, sans-serif;
  width: 120px;
  display: table-cell;
  color: #444;
}

.user-data-profile .user-data-definition {
  font: normal 12px/1.2 Arial, sans-serif;
  display: inline-block;
  display: table-cell;
}
.user-data-profile .achievments {
  margin: 30px 0;
}

.user-data-profile .achievments .column {
  width: 80px;
  font: bold 12px/1 "PT Sans Narrow", Arial, sans-serif;
  padding: 0 0 20px 0;
  cursor: default;
  margin: 0 10px;
}
.arch-tooltip-content {
  font-size: 11px;
  text-align: center;
  line-height: 1;
}

.user-data-profile .achievments .item {
  background-color: none;
  padding: 0;
  
}

.user-data-profile .item .edit-tool {
  float: right;
  cursor: pointer;
  color: #aaa;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  width: 16px; 
  height: 16px;
  background: url(../img/ui/icon-gear.png) no-repeat center center;
  opacity: 0.5;
}

.user-data-profile .item:hover .edit-tool{
 opacity: 1;
}


.user-data-profile .item .edit-tool:hover {
  color: #444;
}

.user-data-profile .item input.text, .user-data-profile .item textarea {
  padding: 3px;
  width: 360px;
  font: normal 14px/1 Arial, sans-serif;
  background: #fff;
  box-shadow: 0 0 3px #ccc inset;
  margin: 0 5px 0 0;
  border: 1px solid #bbb;
}
.user-data-profile .item textarea {
  height: 40px
}
.user-data-profile .editorial-set {
  display: none;
}

.user-data-profile .editorial-set .button {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin: 0 5px 0 0;
  cursor: pointer;
  vertical-align: middle;
}
.user-data-profile .editorial-set select {
  font: normal 14px/1 Arial, sans-serif;
  background: #fff;
  margin: 0 5px 0 0;
  border: 1px solid #bbb;
  padding: 3px 0;
}
.user-data-profile .editorial-set .radio {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.user-data-profile .editorial-set label {
  margin: 0 15px 0 0;
  vertical-align: middle;
}
.user-data-profile .editorial-set .submit.button {
 background: url(../img/ui/green_tick_small_alt.png) no-repeat center center;
}

.user-data-profile .editorial-set .cancel.button {
 background: url(../img/ui/button_cancel.png) no-repeat center center;
}

.user-data-profile  .user-data-about {
  max-height: 200px;
  overflow: auto;
  margin: 0 0 25px 0;
  padding: 15px  10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
}
.user-data-profile  .user-data-about textarea {
  width: 500px

}
.service-title {
  padding: 0 0 0 25px;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 20px !important;
}
.service-title span {
  color: #aaa;
}
.service-title a, .service-title.custom {
  color: #000;
}
.icq.service-title {
  background-image: url(../img/ui/icq-20-20.png)
}

.skype.service-title {
  background-image: url(../img/ui/skype-20-20.png)
}
.facebook.service-title {
  background-image: url(../img/ui/facebook-20-20.png)
}
.vkontakte.service-title {
  background-image: url(../img/ui/vkontakte-20-20.png)
}
.xbox.service-title {
  background-image: url(../img/ui/xbox-20-20.png)
}
.yandex.service-title {
  background-image: url(../img/ui/yandex-20-20.png)
}
.psn.service-title {
  background-image: url(../img/ui/psn-20-20.png)
}
.mailru.service-title {
  background-image: url(../img/ui/mailru-20-20.png)
}
.odnoklassniki.service-title {
  background-image: url(../img/ui/odnoklassniki-20-20.png)
}

.twitter.service-title {
  background-image: url(../img/ui/twitter-20-20.png)
}

.google.service-title {
  background-image: url(../img/ui/google-20-20.png)
}

.steam.service-title {
  background-image: url(../img/ui/steam-20-20.png)
}
.battlenet.service-title {
  background-image: url(../img/ui/battlenet-20-20.png)
}

/********** добавление севисов и аккаунтов соц-сетей ***********/

#userSocialAccounts {
  font: normal 13px Arial, sans-serif;
  padding-bottom: 20px;
}


#userSocialAccounts li{
  margin-bottom: 12px;
  height: 28px;
  position: relative;
  background: #f7f7f7;
}
#userSocialAccounts li:last-child {
  width: auto;
  background: none;
}

#userSocialAccounts .service-title {
  text-decoration: none;
  color:#3366CC;
  background-position: left center;
  background-repeat: no-repeat;
  vertical-align: middle;
  min-height: 20px;
}

#userSocialAccounts .text {
  width: 300px;
  margin: 2px 5px 0 10px;
  border: 1px solid #aaa;
  background: #fff;
  padding: 3px 5px;
  vertical-align: middle;
}


#userSocialAccounts #service-other-add .text{
  border: 1px solid #aaa;
  box-shadow: 1px 1px 1px rgba(00,00,00,0.4) inset;
  background: #fff;
  position: static;
  margin: 0 10px 0 0;
}

#userSocialAccounts #service-other-add .activate {
  position: static;
  margin: 10px 0 0 0;

}

#userSocialAccounts #service-other-add .activate:active {
  position: relative;
  top: 1px;
  left: 1px;
}

#userSocialAccounts .text.active {
  display: inline-block
}


#userSocialAccounts .activate, #userSocialAccounts .remove {
  color:#aaa;
  border-bottom: 1px dotted #aaa; 
  cursor: pointer;
  margin: 5px 5px 0 0;
  }
#userSocialAccounts .activate:hover, #userSocialAccounts .remove:hover {
  color:#000;  
  border-bottom: 1px dotted #000; 
}

#userSocialAccounts .submittedList {
  margin-bottom: 5px;
}

#userSocialAccounts .submittedList .service-title {
  display: inline-block;
  padding: 10px 0 10px 35px;
  text-decoration: underline;
  color:#2B477C;
}

#userSocialAccounts .submittedList .service-title {
  display: inline-block;
  padding: 3px 0 3px 25px;
  cursor: default !important;
  color:#444;
  border: none;
  text-decoration: none;
  font-family: "Segoe UI", Arial, sans-serif;
}
#userSocialAccounts .submittedList .service-title.custom {
  padding-left: 0;
}
#userSocialAccounts .submittedList .service-title.custom * {
  display: inline-block;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

#userSocialAccounts .submittedList .service-title.custom .source {
  color: #444;
}

#userSocialAccounts .submittedList .service-title.custom a.source {
  color: #1155CC;
  text-decoration: underline;
}


#userSocialAccounts .add-items-container {
  position: relative;
  padding: 5px 0 7px 0;
  display: inline-block;
  z-index: 100;
}


#userSocialAccounts .add-items-container:hover .hidden-layer  {
  display: block;
}

#userSocialAccounts .submittedList .add-service {
  text-decoration: none; 
  border-bottom: none;
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}




#userSocialAccounts  .submittedList .add-service {
   background-image: url(//www.playground.ru/images/check-btn-ico.png);
   display: none;

}

#userSocialAccounts  .add-service.direct, #userSocialAccounts  .remove-service.direct {
  background-image: none;
  display: inline-block;
  color:#aaa;
  border-bottom: 1px dotted #aaa; 
  cursor: pointer;
  width: auto;
  margin: 5px 5px 0 0;

}

#userSocialAccounts .add-service.direct:hover, #userSocialAccounts  .remove-service.direct:hover {
  color: #000;
  border-color: #000;
}

#userSocialAccounts .submittedList .remove-service {
   margin: 6px 10px 0 0;
   float: right;
   
}


#userSocialAccounts .add-service.loading:after  {
  display: inline-block;
  content: '';
  background: #f4f4f4 url(//www.playground.ru/images/ajax-loader-16x16.gif) no-repeat 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle; 
 
}


#userSocialAccounts .create-new-service {
  text-decoration: none;
  border-bottom: 1px dotted #2B477C;
}

#userSocialAccounts .service-other {
  font-weight: bold;
  color: #555;
  vertical-align: middle;
  line-height: 28px;
  padding-left: 5px;
}
.view-mode .item {
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 24px;
  height: 23px;
  border: 1px solid #aaa;
  background: #eeeeee;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee));
background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
}

.view-mode .item.active{
  box-shadow: 0 0 3px rgba(0,0,0,0.3) inset;
}
.view-mode .item.active .icon{
  opacity: 1;
}
.view-mode .item .icon {
  width: 12px;
  vertical-align: bottom;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  opacity: 0.6
}
.view-mode .list-view .icon {
  background-image: url(../img/ui/icon-options-listorgrid.png);
  background-position: left bottom;
}

.view-mode .grid-view .icon {
  background-image: url(../img/ui/icon-options-listorgrid.png);
  background-position: left top;
}

.user-games-set {
  padding: 0;
}

.user-games-set .item {
  margin: 30px 0 50px 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 33%;
}

.user-games-set .title {
  display: block;
  font: normal 15px/1 Arial, Helvetica, sans-serif;
  margin: 5px 10px;
}

.user-games-set.list-view .item{
  margin-bottom: 35px;
  display: block;
  width: auto;
  text-align: left;

}

.user-games-set .wrapper {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0
}

.user-games-set.list-view .wrapper {
  float: left;
}
.user-games-set.list-view .item a {
  display: inline;
}

.user-games-set .item .meta-info {
  font: 12px/1 Arial, sans-serif;
  color: #777;
}

.user-games-set .item .follow-date {
  font: 11px/1 Arial, sans-serif;
  color: #aaa;
  margin: 7px 0 0 0;
}
.user-games-set .item a {
  display: block;
}

.user-games-set .item .remove{
  position: absolute;
  top: -2px;
  right: 40px;
  background: #fff url(../img/ui/delete_icon_16.png) no-repeat center center;
  height: 24px;
  width: 24px;
  cursor: pointer;
  border: 1px solid #ccc;
  display: none;
}
.user-games-set .item a:hover  {
  color: #b31919;
  
}

.user-games-set .game-rating-points {
   position: absolute;
   left: 100%;
   top: -14px;
   margin: 0 0 0 -25px;
}


.user-games-set .user-level {
  text-align: center;
  font: bold 15px/28px 'PT Sans', Arial, sans-serif;
  position: absolute;
  height: 30px;
  width: 30px;
  left: 100%;
  top: -5px;
  margin: 0 0 0 -20px;
  background: #f3f3f3;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  border-radius: 30px;
}


.user-games-set .image-thumb {
  margin: 0 auto 10px;
}

.user-data-profile .user-preferences-item {
  margin: 25px 0;
}

.user-data-profile .user-preferences-item .title{
  width: 180px;
  display: inline-block;
  vertical-align: top;
  padding: 6px 0;
  
}
.user-data-profile .user-preferences-item .option{
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
  cursor: pointer;
  padding: 6px 10px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  font: normal 12px/1 Arial, sans-serif;
  color: #aaa;
  box-shadow: 0 0 3px #fff;
}
.user-data-profile .user-preferences-item .option:hover {
  color: #555;
}

.user-data-profile .user-preferences-item .option.active {
  color: #222;
  cursor: default;
  padding-left: 23px;
  box-shadow: 0 0 2px #999 inset;
  background: #fff url(../img/ui/ok-icon.png) no-repeat 5px center;

}
.user-events-stream {
  padding-top: 0;
  padding-bottom: 0;
  margin: 20px 0 40px;
}
.user-events-stream .events-item {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin: 0  0 10px 0;
  min-height: 85px;
  box-shadow: 0 1px 1px #fff;
}
.game-box-image.xs {
  box-shadow: 0 5px 5px -3px #333;
  margin-right: 10px
}

.user-events-stream .events-item:last-child {
  border-bottom: none
}
.user-events-stream .avatar-image {
  margin-right: 10px;
}
.user-events-stream .events-content  {
  font: normal 12px/1.5 Arial,sans-serif;
  color: #555;
  padding: 0 0 0 50px
}
.user-events-stream .event-body {
  padding: 10px 20px 0 0;
  color: #111;
}
.user-events-stream .event-body img{
  margin-left: 20px;
}
.user-events-stream .event-body .title {
  margin-bottom: 5px;
  font: bold 13px/1 Arial, sans-serif;
}

.user-events-stream .event-preview {
  background: #f7f7f7; 
  padding: 10px;
  color: #555;
}
.user-events-stream .event-preview a:hover {
  text-decoration: underline;
}
.user-events-stream .events-content .event-body-link {
  color: #444;
  display: block;

}
.user-events-stream .events-content .event-body-link:hover {
  color: #000;
}
.user-events-stream .event-body-link.quote {
background: url(../img/ui/quote-icon.png) no-repeat 0 0, url(../img/ui/quote-icon-bottom.png) no-repeat right bottom;
padding: 5px 25px 5px 35px;
margin: 0 0 0 -15px;
color: #000;
}
.user-events-stream .event-body-link.quote:hover {
  background: url(../img/ui/quote-dark-icon.png) no-repeat 0 0, url(../img/ui/quote-dark-icon-bottom.png) no-repeat right bottom;
}

.user-events-stream .events-content .attachment {
  background: url(../img/ui/picture-attachment.png) no-repeat 0 0;
  width: 80px;
  height: 60px;
  display: inline-block;
  margin: 0 0 0 15px;
}


.events-item.unread .events-time {
  color: #444;
}
.user-events-stream .events-content a {
  color: #1155CC;
}

.user-events-stream .events-time {
  float: right;
  color: #ccc;
  font: normal 11px Tahoma, Arial, sans-serif;
}

.user-friends-list .option {
  margin: 15px 0 0 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 5px 8px 7px 25px;
  display: inline-block;
  font: normal 12px "PT Sans", Arial, sans-serif;
  background-repeat: no-repeat;
  background-position: 5px center;
  border-radius: 3px;
}
.user-friends-list .option:hover {
  color: #fff;
  background-color: #444;
}

.user-friends-list .remove {
  background-image: url(../img/ui/delete_icon_16.png); 
}

.user-friends-list .block {
  background-image: url(../img/ui/block_icon_gray.png); 
}
.user-friends-list .add {
  background-image: url(../img/ui/plus-icon-16.png); 
}
.user-friends-list .confirm {
  background-image: url(../img/ui/ok-icon.png);
}
.user-friends-list .sendmessage {
  background-image: url(../img/ui/mail-icon.png);
}

.user-friends-list .status {
  margin: 0 0 0 10px;
  color: #aaa;
}


#userSettings input {
  margin-bottom: 5px;
}
.success-icon {
  width: 18px;
  height: 18px;
  background: url(../img/ui/green_tick_small_alt.png) no-repeat 0 0;
  display: inline-block;
}
.verification-icon {
  width: 18px;
  height: 18px;
  background: url(../img/ui/icon-sand.png) no-repeat 0 0;
  display: inline-block;
}
.denied-icon {
  width: 18px;
  height: 18px;
  background: url(../img/ui/button_cancel.png) no-repeat 0 0;
  display: inline-block;
}
.removed-icon {
  width: 18px;
  height: 18px;
  background: url(../img/ui/icon-trash.png) no-repeat 0 0;
  display: inline-block;
}
.events-uploads{
     height: 100%;
    position: relative;
    width: 38px;
background: url(../img/ui/icon-cloudupload.png) no-repeat center center;
}

.ordinary-table .minor-content {
  color: #888;
}
.ordinary-table .hightlight {
  font-weight: bold;
}
.ordinary-table {
  width: 100%;
}
.ordinary-table  th{
  text-align: left;
}
.ordinary-table  td ,.ordinary-table  th {
  padding: 10px 5px;
}
.ordinary-table  th {
  border-bottom: 5px solid #ccc;
}

.ordinary-table  td {
  border-bottom: 1px solid #ccc;
}
.ordinary-table tr:last-child  td {
  border-bottom: none;
}
.ordinary-table tbody tr:hover {
  background: #e6e6e6;
}
.ordinary-table col:first-child {
  width: 70%;
}
 
.ordinary-table.fourth-column col:first-child {
  width: 60%;
}

.ordinary-table tbody td:last-child, .ordinary-table thead th:last-child {
  text-align: right;
}
.ordinary-table time {
  font-size: 11px;
}

.positive {
  color: green;
}
.negative {
  color: red;
}

.ordinary-table td a {
  color: #1155CC;
}

.ordinary-table td a:hover {
  text-decoration: underline;
}

.user-teaser-table col:first-child  {
  width: 50%
}
.user-teaser-table img {
  margin: 0 10px 0 0;
  float: left;
}

.teaser-action {
  width: 16px;
  height: 16px;
  display: inline-block;
  text-indent: -9999px;
  background: #333;
  margin: 0 10px 0 0;
}
.teaser-action.delite {
  background: transparent url(../img/ui/delete_icon_16.png) no-repeat center center;
}

.teaser-action.start {
  background: transparent url(../img/ui/play-icon.png) no-repeat center center;
}

.teaser-action.stop {
  background: transparent url(../img/ui/control_stop.png) no-repeat center center;
}



/*****************************************/
/************Бонусы ********/
/*****************************************/
.buy-btn {
  min-width: 200px;
  padding: 0;
  color: #fff;
  border: none;
  height: 45px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  text-shadow: -1px 0 1px rgba(0,0,0,0.5);
  background: #7abcff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzYwYWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee));
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );

}
.buy-btn[disabled] {
  opacity: 0.8
}

.buy-btn .value {
  float: left;
  height: 100%;
  margin: 0 5px 0 0;
  text-align: center;
  font: bold 16px/1 Arial, sans-serif;
  padding: 10px 15px 5px 15px;
  color: #fff;
  display: block;
  border-right: 1px solid #3d850d;
  background: #4096ee;
}

.buy-btn:hover .btn-content {
  color: #fff;
  background: #4096ee;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwOTZlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzYwYWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YWJjZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #4096ee 0%, #60abf8 56%, #7abcff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4096ee), color-stop(56%,#60abf8), color-stop(100%,#7abcff));
background: -webkit-linear-gradient(top,  #4096ee 0%,#60abf8 56%,#7abcff 100%);
background: -o-linear-gradient(top,  #4096ee 0%,#60abf8 56%,#7abcff 100%);
background: -ms-linear-gradient(top,  #4096ee 0%,#60abf8 56%,#7abcff 100%);
background: linear-gradient(to bottom,  #4096ee 0%,#60abf8 56%,#7abcff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#7abcff',GradientType=0 );

}
.buy-btn[disabled]:hover {
  opacity: 0.6;

}
.buy-btn .value span {
  font: normal 11px/1 Arial, sans-serif;
  display: block;
  text-shadow: none
}
.buy-btn .btn-content {
  font: bold 18px/45px 'PT Sans Narrow', Arial, sans-serif;
  vertical-align: middle;
  display: block;
  text-transform: uppercase;
  
}
/* LITTLE BAR */
.progress-bar-wrapper {
  height: 20px;
  margin: 5px 0 0 0;
  width: 200px;
  text-align: center;
}

.led-progress-bar.disable {
  visibility: hidden;
  text-align: center
}
.barlittle {
	background: #7abcff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzYwYWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDk2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee));
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
background: -o-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
background: -ms-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
	border-style: solid;
  border-width: 1px;
  border-color: #111 #333;
  width:10px;
	height:10px;
	display: inline-block;
	margin-left:5px;
  opacity:0.1;
	-moz-transform:scale(0.7);
	-webkit-transform:scale(0.7);
	-moz-animation:move 1s infinite linear;
	-webkit-animation:move 1s infinite linear;
}
#block_1{
 	-moz-animation-delay: .4s;
	-webkit-animation-delay: .4s;
 }
#block_2{
 	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
}
#block_3{
 	-moz-animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
#block_4{
 	-moz-animation-delay: .3s;
	-webkit-animation-delay: .3s;
}
#block_5{
 	-moz-animation-delay: .4s;
	-webkit-animation-delay: .4s;
}
@-moz-keyframes move{
	0%{-moz-transform: scale(1.2);opacity:1;}
	100%{-moz-transform: scale(0.7);opacity:0.1;}
}
@-webkit-keyframes move{
	0%{-webkit-transform: scale(1.2);opacity:1;}
	100%{-webkit-transform: scale(0.7);opacity:0.1;}
}
.bonus-shop-catalogue label.column{
  margin-top: 5px
}
.bonus-shop-catalogue .section-header {
  font: bold 19px/1 'PT Sans Narrow', Arial, sans-serif;
  color: #666;
  padding-top: 5px;
  height: auto;
}

.bonus-shop-catalogue .item {
  padding: 10px 5px 50px 5px;
  vertical-align: top;
  width: 25%;
  text-align: center;
  display: inline-block;
}
.bonus-shop-catalogue .game-list .item {
  text-align: left;
  padding: 0;
  
}
.bonus-shop-catalogue .game-list a {
  display: block;
  text-decoration: none;
  padding: 5px 5px 3px;
  border-bottom: 1px solid #efefef;
}
.bonus-shop-catalogue .game-list a:hover {
  background: #efefef;
  color: #b31919
}
.bonus-shop-catalogue .image-thumb {
 margin: 0 auto 10px;
 display: block;
}
.bonus-shop-catalogue .item-name {
  font: normal 13px/1.1 Arial, sans-serif;
  padding: 5px 10px 5px;
  color: #1155CC;
  
}
.bonus-shop-catalogue .item-price {
  font: bold  12px/1 Arial, sans-serif;
  color: #b31919;
}

.bonus-shop-catalogue .chain-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 18px 0 0 0
}
.bonus-shop-catalogue.soldout {
  position: relative
}
.bonus-shop-catalogue.soldout .item-image {
  opacity: 0.4;
}
.bonus-shop-catalogue.soldout:after {
  content: '';
  position: absolute;
  top: 90px;
  right: 0;
  width: 500px;
  height: 254px;
  background: url(../img/ui/sold-stamp.png) no-repeat 0 0;
}

.bonus-shop-cost {
 background: #EDEDED; 
 padding: 15px 20px;
}
 
.bonus-shop-cost form {
  display: inline;
}
.bonus-shop-cost .fancy-button {
  padding: 10px 15px 12px;
  margin: 0 0 0 10px;
  font: bold 13px Arial, sans-serif;
}

.bonus-shop-catalogue .modal {
  width: 600px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  margin: 0 0 0 -300px;
  padding: 20px;
}
 
 
.bonus-promo-page {
  padding: 20px;
  font: normal 14px/1 Arial, sans-serif;
}

.bonus-promo-page .section {
  background-color: #f2f2f2;
  margin: 0 20px 40px 0;
  border: 1px solid #d9d9d9;
  height: 260px;
  display: block;
  padding: 20px;
  color: #555;
  font: normal 13px/1.5 Arial, sans-serif;
  background-repeat: no-repeat;
  background-position: 99% 99%;
}

.bonus-promo-page .page-aside .module-title {
  font-size: 20px
}

.bonus-promo-page .section-01 {
  background-image: url(../img/ui/gems.png);
}

.bonus-promo-page .section-02 {
  background-image: url(../img/ui/cart.png);
}
.bonus-promo-page .section-03 {
  background-image: url(../img/ui/treasure-chest.png);
}
.bonus-promo-page .section-04 {
  background-image: url(../img/ui/block.png);
}
.bonus-promo-page .section-05 {
  background-image: url(../img/ui/speaker.png);
}
.bonus-promo-page .section-06 {
  background-image: url(../img/ui/hand-heart.png);
}

.bonus-promo-page .section:hover {
  color: #222;
  background-color: #eee;
}

.bonus-promo-page .section-header {
  font: normal 26px/1 'PT Sans', Arial, sans-serif;
  margin-bottom: 20px;
  color:#444;
}

.bonus-promo-page .title {
  font: normal 18px/1 Arial, sans-serif;
  margin-bottom: 10px;
  color:#444;
}

.bonus-promo-page .title:hover {
  color: #b31919;
}

.bonus-promo-page .bonus-key-list .item {
  margin-top: 8px;
  line-height: 1.1;
  font-size: 12px;
}

.bonus-promo-page  .width-widely {
  width: 670px;
}
.bonus-promo-page .page-aside {
  width: 250px;
  font: normal 12px  Arial, sans-serif;
  margin: 0;
}
.bonus-promo-page .page-aside a {
  color: #1155cc;
}
.bonus-promo-page .page-aside .text {
  overflow: hidden;
}
.bonus-promo-page .page-aside .module-title {
  margin: 0 0 10px 5px;
  padding: 0
}

.bonus-promo-page .page-aside img  {
  margin-right: 10px
}

.specials-for-bonus .section-header {
  margin: 20px 0 0 25px;
  font: 26px/1 'PT Sans',Arial,sans-serif;
}
.specials-for-bonus .item {
  padding: 20px 0 30px;
  margin:  0 25px;
  border-bottom: 1px solid #ccc;
  font: normal 13px/1.5 Arial, sans-serif 
}

.specials-for-bonus .item:last-child {
  border: none;
}

.specials-for-bonus .product-image {
  float: left;
  max-width: 300px;
  margin: 0 25px 30px 0;
}

.specials-for-bonus .item:nth-child(odd) .product-image{
  float: right;
  margin: 0 0 30px 25px;
}
.specials-for-bonus  .product-title {
  font: normal 20px/1 "PT Sans", Arial, sans-serif;
  padding-bottom: 3px;
}
.specials-for-bonus .product-price {
  display: block;
  color: #b31919;
  font: bold 15px Arial, sans-serif;
  margin-bottom: 10px;
}


.content-manage-options {
  padding: 5px 0 0 0;
}

.content-manage-options .manage-control {
  margin: 0 5px 0 0;

}


/*****************************************/
/************ГАЛЕРЕЯ ПОЛЬЗОВАТЕЛЯ ********/
/*****************************************/
.pix-galley-grid {
  padding: 0 0 15px;
}

.pix-galley-grid img {
  margin: 5px;
}


.user-gallery-thumb-module .module-header .gallery-link{
  padding-left: 25px;
  font: bold 18px/30px 'PT Sans', Arial, sans-serif;
  vertical-align: middle;
  background: url(../img/ui/view-icon-gallery.png) no-repeat 0 6px;
  margin: 0 0 0 10px;
  color: #777
  
}

.user-gallery-thumb-carousel {
  padding: 0 10px 10px;
}

#userGalleryThumb {
  height: 92px;
  overflow: hidden;
}

.user-gallery-thumb-carousel .module-item {
  padding: 0;
  height: 90px;
  width: 90px;
  float:left;
}

.user-gallery-thumb-carousel .prev, .user-gallery-thumb-carousel .next {
  position: absolute;
  text-indent: -9999px;
  width: 18px;
  height: 90px;
  top: 1px;
}

.user-gallery-thumb-carousel .prev {
  left: -3px;
  background: url(../img/ui/icon-play-reverse.png) no-repeat center center ;
}

.user-gallery-thumb-carousel .next {
  right: -4px;
  background: url(../img/ui/icon-play.png) no-repeat center center ;
}

.user-gallery-thumb-carousel .jcarousel-prev-disabled, .user-gallery-thumb-carousel .jcarousel-next-disabled {
  background: none;
  
}

.user-gal-thumb {
  width: 86px;
  height: 86px;
  border: 2px solid #fff;
}

.user-gal-thumb:hover {
  opacity: 1;
}

.user-gallery-intro .user-gal-thumb {
  width: auto;
  height: auto;
}

.downloads-category-items.tags-cloud {
  margin: 0 0 0 -5px; 
  
}
.user-gallery-intro .jcarousel-skin-tango {
  margin-bottom: 50px
}
.user-gallery-intro .section-title {
  margin: 10px 0 0 0;
  font: bold 14px/1 "PT Sans", Arial, sans-serif;
}

.user-gallery-intro .section-title a {
  color: #fff;
  background: #b31919;
  display: inline-block;
  padding: 2px 5px 3px;
}


.user-gallery-intro .jcarousel-prev, .user-gallery-intro .jcarousel-next {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  margin: 0;
  visibility: hidden;
  cursor: default;
  background-color: rgba(255,255,255,0.5);
}

.user-gallery-intro .jcarousel-next {
  right: 0;
}
.user-gallery-intro .jcarousel-next:before {
  content: "\e62d";
  font-family: 'icomoon';
  position: relative;
  font-size: 20px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -10px;
  color: #666;
  display: block;
  line-height: 1;
}
.user-gallery-intro .jcarousel-prev:before {
  content: "\e62e";
  font-family: 'icomoon';
  top: 50%;
  font-size: 20px;
  left: 50%;
  position: relative;
  margin: -5px 0 0 -10px;
  color: #666;
  line-height: 1;
  display: block;
}
.user-gallery-intro .jcarousel-prev {
  left: 0;
  
}
.user-gallery-intro .jcarousel-prev:hover:before , .user-gallery-intro .jcarousel-next:hover:before {
  color: #b31919;
}
.user-gallery-intro .jcarousel-prev:active:before , .user-gallery-intro .jcarousel-next:active:before {
  color: #c33;
}
.user-gallery-intro .jcarousel-skin-tango:hover .jcarousel-prev, .user-gallery-intro .jcarousel-skin-tango:hover .jcarousel-next {
  visibility: visible;
  
}
.user-gallery-intro .jcarousel-prev-disabled  {
  display: none !important;
}
.user-gallery-intro .jcarousel-prev:hover, .user-gallery-intro .jcarousel-next:hover {
  background-color: rgba(255,255,255,0.75);
}

.user-gallery-intro .pix-galley-grid img {
  margin: 0;
}
.user-gallery-intro .pix-galley-grid .item {
  width: 310px;
}
.user-gallery-thumb-carousel img.active {
  border-color: #B31919;
}

.user-gallery-thumb-carousel .user-gal-thumb{
  opacity: 0.55;
}
.user-gallery-thumb-carousel img.active, .user-gallery-thumb-carousel img:hover{
  opacity: 1;
}
.user-gallery-thumb-carousel img:hover {
  border-color: #aaa
}

.user-gallery-image-module .module-content {
  padding: 10px;
}
.upload-button.simple-button{
  background-position: 5px 1px;
  padding-left: 36px;
}

.user-gallery-image-nav {
  color: #888;
  font: normal 12px Arial, sans-serif;
  margin: 8px 5px 0 5px;
}

.user-gallery-image-nav .next, .user-gallery-image-nav .prev{
  width: 21px;
  height: 20px;
  padding: 0;
  font: bold 18px Arial, sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: url(../img/ui/next-prev-btn.png) no-repeat 0 0;
}

.user-gallery-image-nav .prev{
  background-position: left 0;
  border-right: 1px solid #ccc;
}
.user-gallery-image-nav .next{
  background-position: right 0;
  border-left: 1px solid #ccc;
}

.user-gallery-current-image {
  padding: 10px 0 0 0;
  
}
.user-gallery-current-image .item {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.user-gallery-thumb-metadata .row {
  margin: 0 0 5px 0;
}
.user-gallery-thumb-metadata input{
  border: 1px solid #aaa;
  width: 100%;
  display: block
}

.user-gallery-thumb-metadata .avatar-area {
  margin: 0 5px 0 0 ;
}

.user-gallery-thumb-metadata time {
  color:#aaa;
  margin: 0 0 0 3px;
  font: normal 11px Tahoma, Arial, sans-serif;
}

.user-gallery-thumb-metadata a {
  color: #1155CC;
}
.user-gallery-thumb-metadata a:hover {
  text-decoration: underline;
}

.action-link {
  text-decoration: none !important;
  color: #1155CC;
  border-bottom: 1px dotted #1155CC;
  cursor: pointer;
}
.user-gallery-img-code {
  display: none;
  padding: 5px 0 0 0;
}
.user-gallery-img-code .row {
  margin: 0 0 8px 0;
}
.user-gallery-set {
  margin: 0 0 35px 0;
}
.user-gallery-img-code .text{
  border: 1px solid #aaa;
  padding: 5px;
  width: 500px;
  display: block;
  margin: 0 auto 10px;
  background: #eee;
}

.user-image-moved {
  width: 600px;
  height: 331px;
  background: url(../img/ui/content-blank-image.jpg) no-repeat center center;
  margin: 0 auto;
}

.pix-galley-grid-info {
  width: 180px;
  padding: 0 5px 5px;
}
.pix-galley-grid-info {
  width: 180px;
  padding: 0 5px 5px;
}

.pix-galley-grid-info .tags {
  font: normal 11px/1.2 Arial, sans-serif 
}

.pix-galley-grid .item {
  display: inline-block;
  vertical-align: top;
}

.pix-galley-grid .unmovable .move-option {
  display: none
}
/********************Редактирование галереи пользователя**************************/

.pix-galley-grid.editable .item, .user-album-list.editable .item {
  position: relative;
}

.edit-image-area {
  position: absolute;
  width: 32px;
  height: 32px;
  background: rgba(0,0,0,0.8);
  right: 5px;
  top: 5px;
  background-image: url(../img/ui/icon-gear-grey.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  z-index: 50;
  opacity: 0.7
}
.edit-image-area:hover {
  opacity: 1;
}

.user-gallery-current-image .edit-image-area {
  right: 0;
  top: 0;
}


.edit-image-options {
  display: none;
  position: absolute;
  right: 0;
  top: 32px;
  background: rgba(0,0,0,0.8);
  white-space: nowrap;
  padding: 5px;
  text-align: right;
}

.user-album-list.editable .edit-image-area {
  right: 29px;
  top: 11px;
}

.multiple-edit-image-area {
  position: absolute;
  width: 175px;
  height: 160px;
  left: 5px;
  top: 5px;
  z-index: 50;
  
}
.pix-galley-grid .multiple-edit-image-area .css-label {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  cursor: default !important;
  border: 5px solid #ccc;
  background: rgba(255,255,255,0.1);
  position: absolute;
  display: inline-block;
}

.multiple-edit-image-area .css-label {
  background-image: none;
}
.pix-form-tags {
  position: relative;
}

.pix-form .auto-select-name{
  width: 100% !important;
}
.pix-galley-grid .selected .multiple-edit-image-area label.css-label {
  border: 5px solid #b31919 !important;
  background: rgba(255,255,255,0.4);
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.edit-image-area:hover .edit-image-options {
  display: block;
}
.edit-image-options .option-item {
  color: #fff;
  padding: 2px 5px;
  margin: 0 0 3px 0;
}
.edit-image-options .option-item a{
  color: #fff;
}
.edit-image-options .option-item a:hover {
  color: #b31919;
}
.multiple-edit-bar {
  color: #eee;
  background: #262626;
  z-index: 100;
  color: #fff;
  width: 60px;
  height: 100%;
  position: relative;
  left: -60px;
}
.multiple-edit-bar .first {
  text-align: center;
}

.multiple-edit-bar-container {
  width: 60px;
  overflow: hidden;
  height: 100%;
  display: none;
  position: absolute;
  z-index: 1;
  padding: 10px 0 0 0;
}

.multiple-edit-bar .select-all {
  border-bottom: 1px dotted #fff;
  color: #fff;
  cursor: pointer;
}


.usergal-move-modal .current {
  cursor: pointer;
  margin: 0 0 10px 0;
  background-image: url(../img/ui/desc-asc.gif) !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
}

.usergal-move-modal .usergal-albums-list {
  position: absolute;
  left: 0;
  top: 30px;
  background: #f5f5f5;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  width: 100%;
  border: 1px solid #eee;
  max-height: 320px;
  overflow: auto;
}

.usergal-move-modal .usergal-albums-list input.text {
  margin: 10px 5px 10px 10px;
  width: 380px;  
}

.usergal-move-modal .usergal-albums-list a {
  display: block;
  padding: 10px 10px 10px 15px ;
}
.usergal-move-modal .usergal-albums-list a:hover{
  background-color: #eee;
}

.usergal-move-modal .sucess {
  width: 30px;
  height: 32px;
  background: url(../img/ui/ok-icon.png) no-repeat center center;
  margin: 10px 0 0 0;
  border: 1px solid transparent;
}

.usergal-move-modal .sucess:hover {
  border: 1px solid #ccc;
}

.multiple-edit-bar .value {
  font: bold 17px/1 Arial,sans-serif;
  display: block;
  padding: 5px 0 0 0;
}


.ui-autocomplete.ui-front {
  z-index: 1000
}

.simple-button {
  background-color: #fff;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 5px 10px;
  cursor: pointer;
  margin: 3px 10px 0 0;
  box-shadow: 0 0 1px #999;
}

.simple-button:hover {
  border-color: #aaa;
  box-shadow: 0 0 1px #999;
}

.simple-button.active {
  box-shadow: 0 0 3px #ccc inset;
  background: #eee;
  color: #b31919;
  border-color: #aaa;
}
.module-header{
  padding: 10px 0 10px 15px;
}
.module-header .btn-group {
  margin: 0 5px 0 15px
}

.feedback-button {
  cursor: pointer;
  background: #444;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border-color: #222;
  margin: 30px 0 0 0;
  display: block;
  font: bold 14px/1 "PT Sans Narrow", Arial, sans-serif;
  padding: 6px 20px 8px 10px ;
  height: auto;
  color: #aaa;
  text-transform: uppercase;
  vertical-align: middle;
}

.feedback-button .glyphicon {
  margin-right: 7px;
  font-size: 16px;
}
.feedback-button:hover {
  color: #fff;
}
/****************конец редактирования галереи пользователя******************/

.user-gallery-set .header{
 margin: 0 0 10px 10px;
 font: bold 20px/1 "PT Sans Narrow" ,Arial, sans-serif 
}

.fixed-sized-gallery {
  margin: 0 0 0 -42px;
}

.fixed-sized-gallery .item{
  margin: 0 0 25px 55px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 156px;
  
}
.fixed-sized-gallery .item img{
  width: 150px;
  margin: 0 0 5px 0;
  border: 3px solid #fff;
  box-shadow: 0 0 3px #aaa;
  max-height: 150px;
}

.authorization-module {
  max-width: 800px;
  margin: 0 auto;
}


.user-album-list .module-item {
  float: left;
  height: 250px;
  text-align: center;
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
}

.user-album-list .cover {
  background:  #ccc;
  display: block;
  padding: 1px;
  margin: 0 auto;
  border: 10px solid #fff;
  box-shadow: 0 0 3px #ccc;
}
.user-album-list .module-item:hover .cover{
  border-color: #eee;
  color: 222;
  box-shadow: 0 0 3px #444;
}
.user-album-list .module-item .title{
  display: block;
  color: #555;
  font: normal 16px/1 Arial, sans-serif;
  margin: 7px;
}
.user-album-list .module-item .quant {
  margin: 0 0 0 5px;
  display: block;
  color: #888;
  font: bold 12px/1 Arial, sans-serif;
}

.server-module {
  font: bold 12px/1 "PT Sans", Arial, sans-serif;
}

.server-module .module-item {
  margin-bottom: 120px;
}

.server-module .heading  {
  font: bold 13px/70px "PT Sans", Arial, sans-serif;
  height: 70px;
  vertical-align: middle; 
}

.server-module .title { 
  font: bold 20px/70px "PT Sans", Arial, sans-serif;
  margin-right: 10px;
  color: #b31919;
}

.server-module .heading img {
  margin: 0 20px 0 0;
  float: left;
}



/**************************
 * Формы
***************************/
.classy-form legend{
font: bold 20px/1 'PT Sans Narrow', Arial, sans-serif;
margin: 10px auto 20px 0;
text-align: center;
display: block;
width: 100%;
color: #666;
}
.classy-form fieldset {
  margin-bottom: 40px;
}
.classy-form legend.simple{
font: bold 14px/1 Arial, sans-serif;
margin: 5px 10px 5px 5px;
text-align: left;
display: block;
color: #666;
}
 
.classy-form .row {
 padding-bottom: 20px;
}

.classy-form select {
  width: 100%;
  border: 1px solid #aaa;
  padding: 5px 5px 2px 3px;
  font: bold 16px Arial, sans-serif;

}

.classy-form label {
 font: normal 17px Arial, sans-serif;
 margin: 0 0 5px 0;
 color: #444;
}

.classy-form .label-helper {
 font: normal 13px Arial, sans-serif;
 color: #666;
}

.classy-form .label-helper input {
 margin: 0 5px 0 0;
}

.classy-form .text {
  width: 100%;
  border: 1px solid #aaa;
  padding: 8px 5px;
  box-shadow: 0 0 3px #eee inset;
  background: #fff;
  font-size: 12px;
}
.classy-form .text.small-size{
  width: 110px;
}

.classy-form textarea {
  width: 100%;
  border: 1px solid #aaa;
  padding: 5px;
  box-shadow: 0 0 3px #aaa inset;
  background: #fff;
  font: normal 12px Arial, sans-serif;
}
 
.classy-form .block, .block {
  display: block;
}
 
.classy-form .note {
  margin: 0 0 20px 0;
  color: #555;
  font: normal 13px/1.5  Arial, sans-serif;

}
.classy-form .note  a {
  text-decoration: underline;
  color: #1155CC;
}

.classy-form .hide {
  display: none;
}
.classy-form .field-holder {
  margin-bottom: 5px;
}
.classy-form optgroup {
  font: normal 18px  Arial, sans-serif;
  color: #666;
  font-style: normal;
  background: #eee;
}

.classy-form option {
  font: normal 16px Arial, sans-serif;
  color: #444;
  font-style: normal;
  background: #fff;
  padding: 2px;
  text-indent: 20px;
}
.classy-form .blog-imagepreview-block .file{
  max-width: 200px;
  margin: 0 10px 0 0;
}
.classy-form input.error {
  border: 1px solid #FF7F7F;
  box-shadow: 0 0 3px rgba(255,0,0,0.5) inset;
  
}
.classy-form input[disabled]{
  background: #e3e3e3;
  color: #555;
  border-color: #999;
}
.classy-form  .error-message {
  background: #FF7F7F;
  padding: 10px;
  color: #fff;
  margin-bottom: 10px;
}
.classy-form .error-message a {
  color: #fff;
  text-decoration: underline;
}

.exchange-form .switcher {
  cursor: pointer
}
.exchange-form {
  padding-left: 10px
}
.exchange-form .width-quart, .exchange-form .width-quart label {
  font-size: 15px;
}
.exchange-form input {
  font-weight: bold
}
.exchange-form .fieldsarea {
  padding: 15px 20px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 2px
}
.exchange-form .item-description {
  padding: 0px 0 10px 20px;
  font: normal 12px/1.5 Arial, sans-serif;
  color: #777;
}
.exchange-form .item-description .logo{
  margin-bottom: 10px;
}

.upload-content-link {
  padding: 0 0 5px 33px;
  background: url(../img/ui/upload-icon.png) no-repeat 0 0;
  margin: 0 15px;
  font: bold 16px "PT Sans Narrow", Arial, sans-serif;
  text-transform: lowercase;
}

.upload-content-link:hover {
  background-position: 0 -76px
}

.module-header .upload-content-link {
  margin-top: 5px
}

#digitalContentUpload .error-message {
  background: #fcc;
  color: #444;
  font: bold 17px Arial, sans-serif;
  padding: 5px;
  margin: 0 0 10px 0;
}

#digitalContentUpload .note {
  padding: 15px 10px 15px 90px;
  background: #eee url(../img/ui/warning-icon.png) no-repeat 15px 0px;
  border-radius: 5px;
  margin: 0;
 
}
#digitalContentUpload fieldset {
  margin: 40px 0 0 0;
  display: block;
}

.classy-form .uploads-rules {
  background: #eee;
  max-height: 120px;
  width: 100%;
  overflow: auto;
  padding: 10px 15px;
  font: normal 12px/1.5  Arial, sans-serif;
  margin: 0 0 25px 0;
  color: #444;
}
.classy-form .uploads-rules a {
  text-decoration: underline;
}

.classy-form .uploads-rules .title {
  font: bold 13px/1.5  Arial, sans-serif;
  margin: 0 0 5px 0;

}

.classy-form .notifyer {
   font: normal 11px/1.5  Arial, sans-serif;
}

.classy-form label.required:before {
  content: "*";
  color: #cc0000;
  margin: 0 0 0 -4px;
}

.classy-form  .utilit-button {
  margin: 0 auto;
}
.classy-form  .utilit-button.alt-action {
  margin: 0 auto 0 20px;
  text-transform :none;
  background: #eee;
  color: #999 !important;
}

.classy-form  .activeCntrl {
  border-bottom: 1px dotted #326CA6;
  color: #326CA6;
  cursor: pointer;
}

.classy-form  .utilit-button .icon {
  width: 27px; 
  height: 27px;
  background-image: url(../img/ui/upload-icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 10px 0 -10px;
}

.classy-form  .utilit-button:hover .btn-content, .classy-form  .utilit-button:hover  {
  color: #cc0000;
  
}
.classy-form  .utilit-button:hover .icon {
  background-position: 0 -76px;
  
}

.classy-form textarea.description {
  height: 220px;
}

.ui-progressbar {
position: relative;
}

.progress-label {
position: absolute;
left: 50%;
top: 4px;
font-weight: bold;
text-shadow: 1px 1px 0 #fff;
}
/***************************************
  Страница поиска
****************************************/
.advanced-search {
  background: #ccc;
  padding: 35px 25px;
}
.advanced-search label {
  color: #444;
}

.advanced-search .text {
  padding: 5px;
  width: 250px;
  margin: 0 15px 0 5px
}
.advanced-search select {
  padding: 5px;
  width: 250px;
  margin: 0 15px 0 5px
}
.search-results-filters {
  margin: 25px 0 15px 15px 
}

.search-results-filters  .item {
  width: 130px;
  margin: 0 0 7px 0;
}

.search-results-filters  .item  a {
  display: block;
  padding: 5px 10px;
  background: #e2e2e2;
}
.search-results-filters  .item.active  {
  position: relative
}
.search-results-filters  .item.active:before  {
  content:"";
  width: 0;
  height: 0;
  border-right: 8px solid #444;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  position: absolute;
  left: -8px;
  top: 0;
}

.search-results-filters  .item.active a {
  background: #444;
  color: #fff;
  cursor: default;
}

.search-results {
  overflow: hidden;
  padding: 15px 20px 20px 0;
}

.search-results .item {
  margin: 0 0 20px 0;
  padding: 0 20px 17px 0; 
  border-bottom: 1px solid #aaa;
}

.search-results .item:last-child {
  border: none;
}

.search-results .title {
  display: block;
  font: bold 20px "PT Sans", Arial, sans-serif; 
}
.search-results .content-tag{
  color: #b31919

}
.search-results .release{
  color: #aaa

}
/*
  Всплывающие подсказки (бейджи) профилей пользователей и игр
*/

.bageToolTip a:hover{
color:#000;
text-shadow:none;
}

.bageToolTip  {
position:absolute;
left:0;
top:0;
width: 375px;
background: #eee;
box-shadow:3px 3px 3px rgba(00,00,00,0.5);
padding:10px;
z-index:1000;
color:#444;
display:none;
font: normal 12px "PT Sans", Arial,sans-serif;
margin: 11px 0 0 0;
border: 2px solid #fff;
}

.bageToolTip a {
  color: #444;
  text-decoration: none;
}
.bageToolTip a:hover {
  color: #444;
  text-decoration: underline;
}
.bageToolTip .utilit-button {
  margin-left: 0;
}
.userProfileTooltip {
  height: 155px;
}
.gameProfileTooltip {
  height: 170px;
}
.userProfileTooltip .avatarHolder{
margin:0 15px 12px 0;
width:104px;
text-align:center;
}

.userProfileTooltip .profileLink{
vertical-align:top;
display:inline-block;
margin:1px 0 0 0;
}
.userProfileTooltip  .profileLink:hover  span{
border-bottom:1px solid #fff;
}
.userProfileTooltip .column{
display:inline-block;
vertical-align:top;
}
.userProfileTooltip .buttons {
  bottom: 10px;
  left: 130px;
  position: absolute;
}
.userProfileTooltip  ul{
list-style:none;
padding:0;
margin:0 0 10px 0;
}
.userProfileTooltip .uiButton{
  margin:0 5px 0 0;
  width:175px;
  padding:5px 0;
}
.userProfileTooltip .uiButton.sendMessage{
width:195px;
}
.userProfileTooltip .avatar100{
  padding:2px;
  background:#fff;
  width:100px;
  height:100px;
}
.userProfileTooltip .awards img{
vertical-align:middle;
margin-right:3px;
}
.addButton .icon.loaderIndicator,.removeButton .icon.loaderIndicator{
width:16px;
height:16px;
background:url('/images/ajax-loader-16x16.gif') no-repeat 0 0 !important;
}
.userProfileTooltip .online{
color:#04E526;
}

.gameProfileTooltip .utilit-button {
  position: absolute;
  bottom: 10px;
  left: 125px;
}

.gameProfileTooltip .imageHolder{
background: #ddd url("/img/ui/logo-letters.png") no-repeat  center center;
border:1px solid #A4A4A4;
box-shadow:1px 1px 1px #111;
display:block;
height:144px;
margin:0 15px 10px 0;
width:100px;
}
.gameProfileTooltip .gameCover{
background:url("/images/logo-letters.png") no-repeat  center center #DDDDDD;
display:block;
height:144px;
width:100px;
}

.bageToolTip .heading{
margin:0 12px 0 0;
font-size: 14px;
font-weight:bold;

}
.gameProfileTooltip  li.heading{
margin:0 0 5px 0;
max-width:270px;
}
.gameProfileTooltip .column{
display:inline-block;
vertical-align:top;
max-width:270px;
}
.gameProfileTooltip  ul{
list-style:none;
padding:0;
margin:0 0 10px 0;
}
.gameProfileTooltip #gameBageplatforms{
text-transform:uppercase;
}



/*
 * jScrollPane
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;

}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}


.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: transparent;
	position: relative;
}

.jspDrag {
	background: #ddd;
	position: relative;
	top: 0;
	left: -3px;
	cursor: pointer;
  border-radius: 15px;
  border: 1px solid #aaa;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* ==========================================================================
   Раздел Онлайн-игр
   ========================================================================== */
.article-content .online_game-title {
  padding: 0;
  padding: 0;
}
.online_game-title a {
  color: #444;
  text-decoration: none;
}
.online_game-title a:hover {
  text-decoration: none;
}

.online_game-about {
  display: none;
}
.online_game-cover{
  border: 1px solid #ccc;
  border-bottom: none
}

/* ==========================================================================
   Раздел Флеш-игр
   ========================================================================== */


#flashGamesPreloader_wrapper  {
  text-align: center;
  margin: 20px auto;
}
#flashGamesPreloader {
  display: block
}
   
.flash-partition .module-item .title {
  font: bold 14px/1 'PT Sans Narrow', Arial, sans-serif;
}   
   
.flash-partition-header {
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}   
.flash-partition-header .secondary-navigation {
  padding: 10px;
  background: rgb(226,226,226);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1)));
  background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
}

.flash-partition-header .more {
  background:  url(../img/ui/more-arrow.png) no-repeat 0 0;
  border: none;
  height: 25px;
  width: 25px;
  text-indent: -9999px;
  display: block;
  margin: -2px 5px 0 0;
  outline: none;
}
.flash-partition-header .more:hover {
  background:  url(../img/ui/more-arrow.png) no-repeat 0 bottom;
}
.flash-partition-header a {
  color: #222;
}
.flash-partition-header li:hover a {
  color: #b31919;
}

.flash-tags-navigation {
  padding: 10px 10px 10px 20px;
  display: none;
  background: #fff;
  border-top: 1px solid #aaa;
}

.flash-tags-navigation li {
  display: inline-block;
  width: 25%;
  padding: 2px 2px 2px 10px;
  background: url(../img/ui/list-dots.png) no-repeat 0 -34px;
}

.flash-tags-navigation li:hover {
  background: url(../img/ui/list-dots.png) no-repeat 0 10px;
}

.flash-partition-header .secondary-navigation {
  font: bold 16px 'PT Sans Narrow', Arial, sans-serif;

}
.flash-partition-header .secondary-navigation .item {
  padding: 0 4px 0 5px;
 
}

.flashgames-catalogue-new .module-content  {
    height: 355px;
    overflow: hidden;

}  

.flashgames-catalogue-new .module-item .title{
  line-height: 1;
  margin-left: 15px;
  text-align: center;
  display: block;
}


.flashgames-catalogue-new .description,  .flashgames-catalogue-top  .description{
  font: normal 11px/1.2 Arial, sans-serif;
  display: block;
}

.flashgames-catalogue-top .module-category-selector {
  margin: 8px 10px 0 0;
}

.flashgames-catalogue-new .module-item {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}

.flashgames-catalogue-new .module-item.float-left {
  text-align: left;
}
.flashgames-catalogue-new .thumb.mini-size {
  width: 80px;
  height: 80px;
  margin: 0 0 5px 15px;
}

.flashgames-catalogue-new .flash-wrapper {
  width: 100%;
  height: 250px;
  margin: 0 0 10px 0;
  position: relative;
}

.flashgames-catalogue-new .flash-wrapper *{
  display: block
}
.flashgames-catalogue-new .flash-wrapper .overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.thumb.mini-size {
  width: 100px;
  height: 100px;
  margin: 0 10px 5px 0;
  border: 2px solid #eee;
  box-shadow: 0 0 3px #aaa;
  border-radius: 5px;
}

.thumb.micro-size {
  width: 50px;
  height: 50px;
  margin: 0 10px 5px 0;
  border: 2px solid #eee;
  box-shadow: 0 0 3px #aaa;
  border-radius: 5px;
}

.thumb.midi-size {
  width: 260px;
  height: 260px;
  border: 2px solid #eee;
  box-shadow: 0 0 3px #aaa;
}

.flashgames-catalogue-category .title {
  display: block;
  line-height: 1;
}

.flashgames-catalogue-category .column.width-one_third  {
  padding-right: 7px;
}

.flashgames-catalogue-category .width-one_third:nth-child(3n+3)  {
  padding-right: 0;
}

.flashgames-catalogue-category .thumb.mini-size  {
  width: 65px; 
  height: 65px;
}
.flashgames-catalogue-category .module-content{
  height: 435px;
  overflow: hidden;
}

.flashgames-by-genre .game-list a:hover .description {
  color: #444;
}
.flashgames-by-genre .game-list .module-item-counters{
  margin: 5px 0 0 -12px;
  display: inline-block;
}

.flashgames-by-genre .game-list .title {
  display: block;
  font: bold 15px/1 "PT Sans", Arial, sans-serif; 
  margin: 0 0 5px 0;
}
.flashgames-by-genre .tags-list li{
  margin: 0 0 5px 0;
}
.flash-partition .tags-list a {
  display: block;
  padding: 3px 5px;
  border: 1px solid transparent;
}
.flashgames-by-genre .tags-list a:hover {
  background: #eee;
  border: 1px solid #fff;
  box-shadow: 0 0 3px #ccc inset;
}

.flash-partition .tags-list .current, .flash-partition .tags-list .current:hover {
  background: #B31919;
  color: #fff;
}

.flashgames-by-genre .game-list .module-item{
  margin-bottom: 20px;
}

.flash-tags-cloud {
  margin: 10px 0 0 0;
}

.flash-tags-cloud .item{
  padding: 5px;
  border-left: 5px solid #cc0000;
  display: block;
  background: #ccc;
  margin: 0 5px 0 0;
}

.flash-partition .social-likes-buttons-set , .user-gallery-image-module .social-likes-buttons-set,  .nolimit-footer .social-likes-buttons-set{
  width: auto;
}
.flash-partition .social-likes-buttons-cntrl, .user-gallery-image-module .social-likes-buttons-cntrl , .nolimit-footer .social-likes-buttons-cntrl{
  display: none;
}
.flash-partition .social-likes-buttons-set .semantic-list, .user-gallery-image-module .social-likes-buttons-set .semantic-list, .nolimit-footer .social-likes-buttons-set .semantic-list{
  position: static;
}


.flash-partition-header .upload-button {
  margin: -3px 0 0 0
}
.flash-partition .page-aside .module-item{
  margin: 0 0 10px 0;
}
.flash-partition .page-aside #accordion .module-item{
  margin: 0;
}
.flashgames-container {
  margin: 0 0 10px 0;
}

.flashgames-container .inner {
  display: inline-block;
  position: relative;
  min-width: 640px;
  min-height: 480px;
}

.preloader-advert-container {
  background: #777;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  min-width: 640px;
  min-height: 480px;
  padding: 10px;
}
.flashgames-preloader-message{
  color: #fff;
  font: bold 12px/1 Arial, sans-serif;
  margin-bottom: 10px;
}

/* ==========================================================================
   Раздел МИНИ-игр
   ========================================================================== */


.minigames-catalogue .minigames-item  {
  float: left;
  width: 33.33%;
  margin: 10px 0 38px 0;
  padding: 0 10px 0 0;
  min-height: 85px;
  position: relative;
}
.minigames-catalogue .minigame-img-wrapper {
 padding: 0 10px 0 0;
 width: 156px;
 height: 86px;
}  

.minigames-catalogue .minigame-img-wrapper  img {
  width: 140px;
  height: 80px;
  border: 3px solid #fff;
  box-shadow: 0 0 3px #333;
}

.minigames-catalogue .minigame-title {
  font: bold 15px/1 'PT Sans Narrow', Arial, sans-serif;
  margin: 0 0 5px 0;
  display: block;
}

.minigames-catalogue .minigame-category {
  font: normal 12px/1 Arial, sans-serif;
  display: block;
}

.minigames-catalogue  .minigame-download-link {
  position: absolute;
  bottom: 0;
  left: 160px;
}

.advert-holder {
  margin: 0 0 20px 0;
}


.minigame-download-link a {
  font: normal 12px/1 "PT Sans", Arial, sans-serif; 
  text-align: center;
  color: #BC0000;
  display:inline-block;
	padding:6px 14px 6px 5px;
  text-decoration:none;
}


.minigame-download-link a {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	border-radius:4px;
	border:1px solid #dcdcdc;
	text-shadow:1px 1px 0px #ffffff;
}

.minigame-download-link a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}

.minigame-download-link a:active {
	position:relative;
	top:1px;
}

.minigame-download-link span {
  	color:#666666;

  padding: 1px 5px;
  font: normal 11px/1 "PT Sans", Arial, sans-serif;
}


.teasers-module {
  width: 960px;
  margin: 10px auto 0;
  padding: 0;
  overflow: hidden;
}
.teasers-module .content-panel img {
    width: 100px;
    height: 55px;
    margin: 8px 0 0 10px;
    border: 1px solid #ccc;
    position: static;
  }
  
.teasers-module .width-quart {
  height: 73px;
}

.teasers-module .content-panel {
  height: 73px;
  color: #ccc;
  background: #222;
  display: table;
  height: 100%;
  outline: none;
  width: 100%;
  height: 73px;
}
.teasers-module a {
  color: #ccc;
  
}
.teasers-module .title {
  display: table-cell;
  padding: 0 5px 0 10px;
  text-align: left;
  vertical-align: middle;
  width: 65%;
  font: bold 12px/1.3 'PT Sans',Arial,sans-serif;
}
    
.teasers-module img {
  border-color: #fff;
}
.teasers-module a:hover img {
  border-color: #fff;
}

.teasers-module a:hover  {
  color: #fff;
  background: #333;
}

/******************************************************************************/
/*! BS
/*******************************************************************************/

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.badge {
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  max-height: 500px;
	overflow: hidden;
	overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  font-size: 12px;
  background-color: #222;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .3);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .3);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #111;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #9a9a9a;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #111;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b31919;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}


/******************************************************************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/*******************************************************************************/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #111;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/ui/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/ui/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/ui/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/ui/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.tabs-min { 
    background: transparent; 
    border: none; 
} 
.tabs-min .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-radius: 0px;
    padding: 0 0 0 50px;    
} 
.tabs-min .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
.tabs-min .ui-tabs-nav .ui-state-active { 
    background: none; 
    border: none; 
} 
.tabs-min .ui-tabs-nav .ui-state-default a { 
    color: #b31919;
    padding: 10px;
    font: bold 16px 'PT Sans', Arial, sans-serif;
    border: 1px solid transparent;
    border-bottom: 0;
    
} 
.tabs-min .ui-tabs-nav .ui-state-default a:hover {
    color: #222;
}
.tabs-min .ui-tabs-nav .ui-state-active a:hover {
    color: #444;
    cursor: default;
}
.tabs-min .ui-tabs-nav .ui-state-active a { 
  color: #444; 
  outline: none;
  border: 1px solid #aaa;
  border-bottom: none;
  background: #eeeeee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #eeeeee 0%, #fff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#fff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#fff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#fff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#fff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fff',GradientType=0 ); /* IE6-8 */

  cursor: default;
  border-radius: 3px 3px 0 0;
  position: relative;
  top: 2px;
  z-index: 10;
}
.tabs-min .ui-tabs-panel {
  padding-top: 50px;
  border-top: 1px solid #aaa;
  box-shadow: 0 -2px 2px -2px #ccc;
}

.content-layout {
  margin-top: 10px
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img/ui/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img/ui/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 99%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
  border: 1px solid #444;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 1px;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}



.community-index {
  padding: 0 0 50px 0;
}

.community-list .header {
  padding: 20px 30px 5px;
}

.community-list .header .title {
  font: bold 17px "PT Sans", Arial, sans-serif;
  color: #444;
}

.community-list li {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 1px #fff;
}
.community-list li:hover {
  background: #fff;
}
.community-index .highlight {
  background: #f1f1f1;
}
.community-list .row {
  display: table;
  width: 100%;
}

.community-list .column {
  display: table-cell;
  vertical-align: middle;
}

.community-index .avatar-area{
    margin: 0 15px 0 0;
}
.community-list .ib{
  vertical-align: middle;
}

.community-index .username {
  font: bold 13px Arial, sans-serif;

}
.community-index .user-account {
  color: #aaa;
  font: normal 13px Arial, sans-serif;
}
.community-index .user-account .value {
  font: bold 14px Arial, sans-serif;
  margin: 0 0 0 5px;
  color: #444;
}
.community-index .user-account a.value, .community-index .user-account a {
  color: #1155CC;
  font: normal 14px Arial, sans-serif;
}
.community-index .user-account a.value:hover {
  text-decoration: underline;
}
.community-index .avatar-image {
  width: 50px;
  height: 50px;
}
.community-index .user-mark {
  margin: 0 0 0 10px
}

.community-index .user-mark .value {
  color: #444;
  font: bold 14px/23px "PT Sans", Arial, sans-serif;
}

.community-index .more-link {
  border: none;
  box-shadow: none;
  padding: 30px 0 0 0;
}
.community-list .more-link:hover {
  background: none
}
.community-index .action-link {
  font-weight: bold;
  text-decoration: none;
  color: #1155CC;
  border-bottom: 1px dotted #1155CC;
}
.community-index .action-link:hover {
  text-decoration: none;
  border-color: #b31919;
  color: #b31919;
}

.community-index .modal {
  width: 400px;
  height: auto;
  margin: 0 0 0 -200px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2)
}

.community-index .modal .content {
  background: #222;
  padding: 20px;
  color: #eee;
}

.community-index .user-rating {
  color: #999
}

.fullscreen-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.9);
    width: 100%;
    height: 100%;
    z-index: 100000;
}
.fullscreen-top {
    text-align: center;
    background: #b31919;
    color: #fff;
    font: normal 17px Arial, sans-serif;
    padding: 10px 0;
    vertical-align: middle;
    text-shadow: 1px 1px 1px #7F0000;
    box-shadow: 0 -2px 2px rgba(0,0,0,0.2) inset;
}

.fullscreen-outer {
    display: table;
    width: 100%;
    height: 100%;
}

.fullscreen-content  {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;    
}

.fullscreen-close {
    width: 24px;
    height: 24px;
    background: url(../img/ui/close-icon-white.png) no-repeat 0 0;
    float: right;
    cursor: pointer;
    margin: -2px 15px 0 20px;
}
.vacancy-description {
  padding: 0 25px 25px;
  background: #EDEDED;
  border: 1px dashed #ccc;
  margin: 10px 0 20px;
}

.vacancy-tabs .simple-button {
  margin: 25px 10px 0 20px;
  box-shadow: 0 0 1px rgba(0,0,0,0.5)
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    padding: 3px 0 3px 10px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
}
.dl-horizontal dd {
    margin-left: 120px;
    padding: 3px 5px 3px  20px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
}
.dl-horizontal dd:first-of-type, .dl-horizontal dt:first-of-type {
  border-top: none
  }
  .dl-horizontal dd:last-of-type, .dl-horizontal dt:last-of-type {
  border-bottom: none
  }
  
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden, .hide {
    display: none;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

/*::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
*/



/*
Document   : jquery.pnotify.default.css
Created on : Nov 23, 2009, 3:14:10 PM
Author     : Hunter Perrin
Version    : 1.2.0
Link       : http://pinesframework.org/pnotify/
Description:
	Default styling for Pines Notify jQuery plugin.
*/
/* -- Notice */
.ui-pnotify {
bottom: 25px;
right: 25px;
position: absolute;
height: auto;
/* Ensures notices are above everything */
z-index: 9999;
}
/* Hides position: fixed from IE6 */
html > body .ui-pnotify {
position: fixed;
}
.ui-pnotify .ui-pnotify-shadow {
box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}
.ui-pnotify-container {
background-position: 0 0;
padding: .8em;
height: 100%;
margin: 0;
}
.ui-pnotify-sharp {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.ui-pnotify-closer, .ui-pnotify-sticker {
float: right;
margin-left: .2em;
}
.ui-pnotify-title {
display: block;
margin: 0 0 .4em 0;
}
.ui-pnotify-text {
display: block;
}
.ui-pnotify-icon, .ui-pnotify-icon span {
display: block;
float: left;
margin-right: .2em;
}
/* -- History Pulldown */
.ui-pnotify-history-container {
position: absolute;
top: 0;
right: 18px;
width: 70px;
border-top: none;
padding: 0;
-webkit-border-top-left-radius: 0;
-moz-border-top-left-radius: 0;
border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-moz-border-top-right-radius: 0;
border-top-right-radius: 0;
/* Ensures history container is above notices. */
z-index: 10000;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
padding: 2px;
}
.ui-pnotify-history-container button {
cursor: pointer;
display: block;
width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
display: block;
margin: 0 auto;
}

.ui-pnotify.stack-bar-bottom {
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -480px;
}
.ui-pnotify.warning {
  color: #000;
  width: 100% !important;
  background: #FAB309   !important;
  margin: 0  !important;
  left: 0;
  box-shadow: 0 -3px 3px rgba(0,0,0,0.3)
}

.ui-pnotify.warning .ui-widget-content {
  margin: 0 auto;
  width: 960px;
  color: #000;
  border:none;
  background: none;
  box-shadow: none;
}
.ui-pnotify.warning .ui-pnotify-closer {
  background: #FAB309;
  box-shadow: 0 -3px 3px -1px rgba(0,0,0,0.3);
  margin: -20px 0 0;
  padding: 2px;
}
.ui-pnotify.warning a{
  color: #000;
  border-color: #000;
}

.ui-pnotify .ui-state-highlight .ui-icon {
  background-image: url(../img/ui/jqueryui/ui-icons_222222_256x240.png);
}


.mce-i-iu {
  background-image: url(../img/ui/upload_d.png) !important;
  margin: 2px 0 0 0 !important;
}


.page-main-column {
  background: #fff;
  padding: 10px 0;
}

.page-aside .module-footer {
  background: none;
}
.page-aside .banholder {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 25px 0;
}
.page-aside .banholder:first-of-type {
  margin: 5px 0 20px 0;

}
.page-aside .module-header {
  border-bottom: none;
  padding: 5px 5px 10px 10px
}
.page-aside .module-title {
  padding: 0;
}
.article-header {
  background: none;
}
.top-video-module {
  padding: 10px;
}
.top-video-module.dark {
  padding: 10px 0;
}
.top-video-module .module-footer {
  display: none
}
.begun728>div, .begun240>div {
  margin: auto !important;
}

/* Chosen v1.1.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:23px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../img/ui/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../img/ui/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(../img/ui/chosen-sprite.png) no-repeat 100% -20px;background:url(../img/ui/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:250px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:5px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-field .default{color:#999}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 0 3px 5px;padding:3px 20px 3px 5px;border:1px solid #aaa;border-radius:3px;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../img/ui/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#111!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(../img/ui/chosen-sprite.png) no-repeat -30px -20px;background:url(../img/ui/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:144dpi){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(../img/ui/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


