#gotop{opacity: 1;position:fixed;width:50px;height:67px;right:7px;bottom:20px;display:block;background:url(/templates/games/style/../images/gotop.png) no-repeat;z-index:9998;display:none;}
.table-container {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#mycontents_text {
	background: #2C3942;
	color: #B9C3C9;
	padding: 30px;
	display: none;
}.textt{
         font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #2a2c36;
            text-align:justify;
        }
            
strong{font-weight: normal;}
.ewe span {
    margin: 1em 0 0.5em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgba(0,0,0,0.6);
    font-size: 28px;
    line-height: 40px;
    background: #355681;
    background: rgba(53,86,129, 0.8);
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
    font-family: 'Muli', sans-serif;
}
#mycontents_text > ol,
#mycontents_text td > ol {
	margin-left: 31px;
	white-space: nowrap;
}

#mycontents_text ol ol {
	list-style-type: disc;
}

#mycontents_text ol ol ol {
	list-style-type: circle;
}

#mycontents_text li a {
	color: #B9C3C9;
}

#mycontents_text .table {
	width: 100%;
	display: table;
}

#mycontents_text .table .tr {
	display: table-row;
}

#mycontents_text .table .td {
	display: table-cell;
}

#mycontents_text .table .td.mycontents_text {
	vertical-align: top;
	width: 30%;
}

#mycontents_text .table .td.mycontent_images {
	vertical-align: bottom;
	text-align: right;
}

#mycontents_text .table .td.mycontent_images a {
	display: inline-block;
	width: 32%;
	overflow: hidden;
}

#mycontents_text .table .td.mycontent_images img {
	display: inline-block;
	width: 100%;
}
.fon {float:center; background-color: #e9ffd7; width: 100%; text-align: center;}
.knopki {padding: 0px 0px 0px 0px;}
.like {font-size: 19px; font-weight: bold;}

#vk_comments,
#vk_comments iframe {
    width: 100% !important;
}
.border {
list-style: none;
padding: 0;
}
.border li {list-style-type: none;
font-family: "Trebuchet MS", "Lucida Sans";
padding: 7px 20px;
margin-bottom: 10px;
border-radius: 5px;
border-left: 10px solid #f05d22; 
box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     -2px -2px 5px 0 rgba(0,0,0,.1),
    2px 2px 5px 0 rgba(0,0,0,.1),
    -2px 2px 5px 0 rgba(0,0,0,.1);
font-size: 20px;
letter-spacing: 2px;
transition: 0.3s all linear;
}
.border li:nth-child(2){border-color: #8bc63e;}
.border li:nth-child(3){border-color: #fcba30;}
.border li:nth-child(4){border-color: #1ccfc9;}
.border li:nth-child(5){border-color: #493224;}
.border li:hover {
border-left: 10px solid transparent;
}
.border li:nth-child(1):hover {
border-right: 10px solid #f05d22;
}
.border li:nth-child(2):hover {
border-right: 10px solid #8bc63e;
}
.border li:nth-child(3):hover {
border-right: 10px solid #fcba30;
}
.border li:nth-child(4):hover {
border-right: 10px solid #1ccfc9;
}
.border li:nth-child(5):hover {
border-right: 10px solid #493224;
}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

header, menu, nav, section, article, aside, footer {
	display: block;
	margin: 0;
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p {
   text-align: justify;
}
.first {
float: right; width: 50%;
}
blockquote {
border: dotted #666 1px;
border-left:solid #ff5a00 5px;
margin:10px 40px;
padding:15px;
color:#333;
font-style:italic;
font-size:14px;
background:#fcfcfc;
}
.news.float {
    float: left;
    width: 49%;
    margin:2px;
}
body {
	background: #E9EAED;
	color: #1f282c;
	word-wrap: break-word;
}

input, textarea, select, button, body {
	font: 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a, label, select, button, input[type="submit"], input[type="checkbox"], input[type="radio"], input[type="reset"] {
	cursor: pointer;
}

h1, h2, h3, h4, h5 {
	line-height: normal;
	font-weight: normal;
}

h1 {font-size: 28px;}
h2 {font-size: 22px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}

a,
button,
input {
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

a:hover {text-decoration: underline;}
a img {border: 0 none;}

textarea {resize: vertical; padding: 10px;}
input, textarea, select, button, a {outline: none;}
input::-webkit-input-placeholder {color: #999;}
input::-moz-placeholder {color: #999;}
input:-moz-placeholder {color: #999;}
input:-ms-input-placeholder {color: #999;}
input:focus::-webkit-input-placeholder {color: #555;}
input:focus::-moz-placeholder {color: #555;}
input:focus:-moz-placeholder {color: #555;}
input:focus:-ms-input-placeholder {color: #555;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none; cursor: pointer;}

input[type="search"]::-webkit-search-cancel-button:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00d";
	color: #999;
	font-size: 11px;
	margin-left: 8px;
}

input[type="search"]:hover::-webkit-search-cancel-button:before {color: #000;}

table, td {border-spacing: 0;}

ul, ol {margin-left: 18px;}
ul li, ol li {margin: 5px 0;}

select {
	padding: 3px;
}

.wcont img,
.wcont iframe {
	max-width: 100%;
}

.clr {
	clear: both;
}

.reset,
.reset li {
	list-style: none;
	margin: 0;
}

label.checkbox,
label.radio {
	display: inline-block;
	position: relative;
	padding: 15px 0 15px 39px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

label.radio {
	padding-left: 30px;
}

label.checkbox:before {
	content: "\f205";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #C03C3C;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

label.checkbox.active:before {
	color: #59931B;
	filter: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

label.radio:before {
	content: "\f111";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #C03C3C;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

label.radio.active:before {
	content: "\f058";
	color: #59931B;
}

.fbutton {
	border-width: 1px;
	border-style: solid;
	color: #fff;
	padding: 6px 15px;
	border-radius: 2px;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	transition: background 0.1s linear;
}

.fbutton:hover {
	text-decoration: none;
	cursor: pointer;
}

.fbutton:active {
	box-shadow: 0 1px 3px rgba(0,0,0,.4) inset;
}

.fbutton.gray {
	background: #FBFBFB;
	background: -moz-linear-gradient(top,  #FBFBFB 0%, #EAEAEA 100%);
	background: -webkit-linear-gradient(top,  #FBFBFB 0%,#EAEAEA 100%);
	background: linear-gradient(to bottom, #FBFBFB 0%, #EAEAEA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFBFB', endColorstr='#EAEAEA',GradientType=0 );
	color: #1f282c;
	border-color: #D7D7D7;
}

.fbutton.gray:hover {
	background: #FBFBFB;
	background: -moz-linear-gradient(top,  #FBFBFB 0%, #EAEAEA 100%);
	background: -webkit-linear-gradient(top,  #FBFBFB 0%,#EAEAEA 100%);
	background: linear-gradient(to bottom, #FBFBFB 0%, #EAEAEA 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBFBFB', endColorstr='#EAEAEA',GradientType=0 );
}

.wrapper {
	max-width: 1024px;
	margin: 0 auto;
}

.header {
	background: #fff;
	height: 60px;
}

.header .logo,
.header .fa-list,
.header #story,
.header .fa-search,
.header .logo img,
.header .logo span {
	float: left;
}

.header .logo {
	height: 60px;
	line-height: 60px;
	width: 70px;
	font-weight: bold;
	font-size: 18px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.header .logo img {float: left;}
.header .logo span {text-indent:-9999px;}
.opened .header .logo {width: 200px; color: #fff;}
.opened .header .logo span {text-indent:0;}

.header .fa-list,
.header .fa-search {
	float: left;
	height: 60px;
	line-height: 60px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.header .fa-search {
	border: none;
	background: none;
	color: #999;
	width: 40px;
	line-height: normal;
}

.header #story {
	padding: 3px 0;
	margin-top: 18px;
	background: #fff;
	color: #000;
	font-size: 12px;
	width: 150px;
	border: none;
}

.header .fa-list:hover,
.header .fa-search:hover {
	color: #000;
}

.auth_section {
	width: 240px;
	position: relative;
	float: right;
	text-align: center;
}

.header .auth {
	width: 240px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.auth_section ul {
	padding-bottom: 0;
	text-align: left;
}

.auth_section li {
	margin-bottom: 15px;
}

.auth_section li a {
	font-size: 12px;
}

.auth_section ul input {
	width: 100%;
	padding: 3px 10px;
	border: none;
	background: #3C4952;
	color: #fff;
	text-align: center;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 50px #3C4952;
	-webkit-text-fill-color: #fff;
}

.auth_section ul a {
	display: inline-block;
	margin-top: 5px;
}

.auth_section .btns {
	width: 50%;
	float: left;
	padding: 10px;
	text-align: center;
	border: none;
	color: #fff;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.auth_section .btns.submit {background: #4E9C2F;}
.auth_section .btns.submit:hover {background: #59AB38;}
.auth_section .btns.reg {background: #2C3942;}
.auth_section .btns.reg:hover {background: #414F58; text-decoration: none;}

.auth_section .foot a {
	display: block;
	padding: 10px;
	color: #fff;
}

.auth_section .foot a.vk {background: #4C75A3}
.auth_section .foot a.vk:hover {background: #537EB0}
.auth_section .foot a.ok {background: #F58220}
.auth_section .foot a.ok:hover {background: #FF8A24}
.auth_section .foot a.fb {background: #3B5998}
.auth_section .foot a.fb:hover {background: #4666AB}
.auth_section .foot a.mail {background: #005E9B}
.auth_section .foot a.mail:hover {background: #0569AB}
.auth_section .foot a.ya {background: #DD0000}
.auth_section .foot a.ya:hover {background: #EB0C0C}
.auth_section .foot a.gp {background: #C3391D}
.auth_section .foot a.gp:hover {background: #D44124}

.body-wrap {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
}

.body-content {
	position: relative;
	display: table;
	table-layout: fixed;
	border-spacing: 0;
	width: 100%;
	height: 100%;
}

.aside-nav,
.aside-right,
.content {
	display: table-cell;
	height: 100%;
	vertical-align: top;
	float: none;
	position: relative;
}

.aside-nav {
	width: 70px;
	overflow: hidden;
	background-color: #181f24;
	-webkit-transition: width 0.2s linear;
	-moz-transition: width 0.2s linear;
	transition: width 0.2s linear;
}

.aside-right {
	width: 240px;
	background-color: #181f24;
	color: #B9C3C9;
	padding-bottom: 30px;
}

.aside-nav .menu li {
	position: relative;
}

.aside-nav .menu li.profile {
	display: none;
}

.aside-nav .menu li a {
	display: block;
	text-align: center;
	height: 70px;
	line-height: 70px;
	color: #8ca1af;
}

.aside-nav .menu li .fa {
	font-size: 17px;
	height: 70px;
	line-height: 70px;
}

.aside-nav .menu li.active a {
	background-color: #232c32;
	color: #fff;
}

.aside-nav .menu li a:hover {
	color: #fff;
	text-decoration: none;
}

.aside-nav .menu li a span {
	position: relative;
	display: none;
	font-size: 13px;
	margin-left: 48px;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 20px;
}

.aside-nav .menu li a span:before {
	position: absolute;
	width: 20px;
	height: 100%;
	border-right: 15px solid #181F24;
	content: '';
	right: 0;
	top: 0;
	background: -moz-linear-gradient(left, rgba(24,31,36,0) 0%, rgba(24,31,36,1) 100%);
	background: -webkit-linear-gradient(left, rgba(24,31,36,0) 0%,rgba(24,31,36,1) 100%);
	background: linear-gradient(to right, rgba(24,31,36,0) 0%,rgba(24,31,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00181f24', endColorstr='#181f24',GradientType=1 );
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.aside-nav .menu li.active a span:before {
	border-right: 15px solid #232c32;
	background: -moz-linear-gradient(left,  rgba(35,44,50,0) 0%, rgba(35,44,50,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(35,44,50,0) 0%,rgba(35,44,50,1) 100%);
	background: linear-gradient(to right,  rgba(35,44,50,0) 0%,rgba(35,44,50,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00232c32', endColorstr='#232c32',GradientType=1 );
}

.opened .aside-nav {width: 200px;}
.opened .aside-nav li a {text-align: left;}
.opened .aside-nav li .fa {margin-left:20px; float: left;}
.opened .aside-nav li a span {display: block;}

.aside-nav li ul {
	display: none;
}

.opened .aside-nav li.active ul {
	display: block;
}

.aside-nav .menu li ul li {
	border-top: 1px solid #2C3942;
}

.aside-nav .menu li ul a {
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	text-align: left;
	padding: 0 20px;
}

.aside-nav .menu li ul a:hover,
.aside-nav .menu li ul li.active a {
	background-color: #2C3942 !important;
}

.slider-top {
	padding: 0 0 0 30px;
}

.dark-bg {
	background: #2C3942;
	color: #fff;
}

.slider-top .item {
	color: #fff;
	position: relative;
	margin: 23px 0;
	float: left;
}

.slider-top .item img {
	width: 100%;
	display: block;
}

.slider-top .item .big-image-body:hover .big-image {
	-webkit-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-ms-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}

.slider-top .item p {
	padding: 10px 0 0;
	font-size: 13px;
	color: #B9C3C9;
}

.slider-top .item:active,
.slider-top .item img:active {
	cursor: -moz-grabbing !important;
	cursor: -webkit-grabbing !important;
	cursor: grabbing !important;
}

.slider-top .slider-right {
	margin: 0 0 0 415px;
	height: 345px;
	padding: 0 15px 0 25px;
	overflow: hidden;
}

.slider-top .slider-right .item {
	width: 156px;
	padding: 0 10px 10px;
	height: 270px;
	padding-top: 15px;
	border-top: 5px solid #2C3942;
	background-color: transparent;
	transition: background-color 0.2s linear, border-color 0.2s linear;
	cursor: pointer;
}

.slider-top .slider-right .item:hover {
	background-color: #33404A;
}

.slider-top .slider-right .item.slick-current,
.slider-top .slider-right .item.slick-current:hover {
	background-color: #232C32;
}

.slider-top .slider-right .item.slick-current p {
	color: #fff;
}

.slider-top .slider-right .item .image {
	height: 196px;
	overflow: hidden;
}

.slider-top .slider-right .item img {
	height: 196px;
	cursor: pointer;
}

.slider-top .slider-right .item p {
	height: 45px;
	overflow: hidden;
}

.slider-top .slider-left {
	float: left;
	width: 400px;
	height: 370px;
	overflow: hidden;
}

.slider-top .slider-left .item {
	position: relative;
}

.slider-top .slider-left .slick-slider {
	margin: 0;
}

.slider-top .slider-left .item .big-image-body {
	width: 400px;
	height: 270px;
	overflow: hidden;
}

.slider-top .slider-left .item .big-image {
	display: block;
	width: 400px;
	height: 270px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.slider-top .slider-left .item .about {
	position: absolute;
	top: 184px;
	right: 0;
	background: rgba(0,0,0,.6);
	padding: 0;
	max-width: 380px;
	padding-left: 65px;
	color: #fff;
}

.slider-top .slider-left .item .about .image {
	width: 50px;
	margin-left: -65px;
	height: 71px;
	float: left;
}

.slider-top .slider-left .item .about .image img {
	height: 71px;
}

.slider-top .slider-left .item .title {
	font-size: 21px;
	display: block;
	overflow: hidden;
	margin: 0 30px 0 0;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	padding: 10px 0;
}

.slider-top .slider-left .item .download {
	float: right;
	background-color: #414F58;
	color: #fff;
	padding: 9px 30px;
}

.slider-top .slider-left .item .download:hover {
	text-decoration: none;
}

.slider-top .slider-left .item p a {
	color: #fff;
}

.slider-top .slider-left .item .developer {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}

.section_title {
	font-size: 24px;
	background: #E9EAED;
	position: relative;
	z-index: 1;
}

.slider-top .section_title {
	padding-top: 30px;
}

.dark-bg .section_title {
	background: #2C3942;
}

.pheading {
	background: #fff;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #DBDCDF;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.04);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.04);
	box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.pheading .section_title {
	background: #fff;
}

.pheading h1,
.pheading h2 {
	font-weight: normal;
}

.pd15  {
	padding: 15px;
}

.pd15-30  {
	padding: 15px 30px;
}

.pd45-15  {
	padding: 45px 15px;
}

.pd30  {
	padding: 10px;
}

.pd30-0  {
	padding: 30px 0;
}

.pd15-0  {
	padding: 30px 0;
}

.mrg15  {
	margin: 15px;
}

.mrg15-30  {
	margin: 15px 30px;
}

.item.games {
	width: 25%;
	float: left;
	padding: 15px;
	position: relative;
}

.item.games .image-big {
	display: block;
	height: 215px;
	overflow: hidden;
	position: relative;
}

.item.games .image-big .overlay {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-moz-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
}

.item.games .image-big .overlay:hover {
	box-shadow: 0 0 150px 15px #000 inset;
}

.item.games span.overlay-content {
    display: none;
    position: absolute;
    left: 20px;
    top: 50px;
    right: 20px;
    bottom: 40px;
    color: #fff;
    color: rgba(255,255,255,.9);
    overflow: hidden;
    text-shadow: 0 1px 1px #000;
}

.item.games .image-big .img-body {
	position: absolute;
	width: 300%;
	height: 100%;
	top: 0;
	left: -100%;
	text-align: center;
}

.item.games .image-big img {
	display: inline-block;
	min-width: 33.33%;
	height: 215px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.item.games .about {
	display: block;
	margin-top: -27px;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.item.games.entered .image-big img {
	-webkit-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-ms-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}

.item.games.entered .about {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.item.games .about img {
	float: left;
	width: 50px;
	height: 67px;
	margin: -10px 15px 0;
}

.item.games .about .details {
	color: #fff;
	text-shadow: 0 0 3px #000;
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}

.item.games .about .title {
	font-weight: bold;
	color: #414F58;
}

.item.games .about .more {
	display: block;
	margin-left: 80px;
	height: 70px;
	overflow: hidden;
}

.item.games a {
	display: block;
}

.item.games a:hover {
	text-decoration: none;
}

.item.games .title:hover {
	text-decoration: underline;
}

.item.games .rating {
	position: absolute;
	right: 30px;
	top: 30px;
}

.item.games .rating.likes  {
	width: auto;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.item.games .rating.likes span,
.item.games .rating.likes a {
	color: #fff !important;
	float: left;
}

.navigation {
	color: #fff;
	position: relative;
	z-index: 2;
	border-top: 30px solid #E9EAED
}

.games_custom .navigation {
	margin: 0 -15px;
}

.navigation a {
	color: #fff;
}

.navigation .pages {
	text-align: center;
	font-size: 0;
	margin: 0 135px;
}

.navigation .thide.left {
	float: left;
}

.navigation .fa-angle-up,
.navigation .thide.right {
	float: right;
}

.navigation a,
.navigation .pages span,
.navigation .thide span {
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	display: inline-block;
}

.navigation a:hover {
	text-decoration: none;
}

.navigation .thide a,
.navigation .thide span {
	padding: 0 30px;
}

.navigation .thide.left .fa {
	margin-right: 5px;
}

.navigation .thide.right .fa {
	margin-left: 5px;
}

.navigation a.fa-angle-up {
	background: #2C3942;
}

.navigation a.fa-angle-up:hover {
	background: #323E48;
}

.last_news {
	margin-bottom: 0;
}

.item.news {
	clear: both;
	width: 50%;
	padding: 0 45px 30px 30px;
	margin-top: -90px;
	float: left;
	border-right: 1px solid #33404A;
}

.item.news.first {
	margin-top: 0;
	padding-top: 30px;
}

.item.news .item_body {
	background: #33404A;
	padding: 30px;
}

.item.news .image {
	display: block;
	float: left;
	width: 170px;
	height: 170px;
	overflow: hidden;
}

.item.news .image span {
	display: block;
	width: 500px;
	margin-left: -165px;
	text-align: center;
}

.item.news .image img {
	height: 170px;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.item.news .image:hover img {
	-webkit-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-ms-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}

.item.news .story {
	margin-left: 200px;
	color: #B9C3C9;
}

.item.news .title {
	font-size: 21px;
	line-height: 24px;
	display: block;
	padding-bottom: 15px;
	color: #fff;
}

.item.news .title:hover {
	text-decoration: none;
}

.item.news .info {
	margin: 0 -75px 15px 0;
	font-size: 13px;
	color: #768289;
	padding: 20px 75px 0 0;
	border-top: 1px dotted #33404A;
	position: relative;
	-webkit-transition: border-top-color 0.4s ease 0s;
	-moz-transition: border-top-color 0.4s ease 0s;
	-o-transition: border-top-color 0.4s ease 0s;
	transition: border-top-color 0.4s ease 0s;
}

.item.news .right {
	float: right;
}

.item.news .info .q {
	position: absolute;
	width: 11px;
	height: 11px;
	background: #33404A;
	top: -6px;
	right: -6px;
	display: block;
	border: 3px solid #E9EAED;
	z-index: 1;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.item.news:hover .info .q {
	z-index: 2;
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 0 0 5px rgba(0,0,0,.15);
	box-shadow: 0 0 0 5px rgba(0,0,0,.15);
	border-color: #33404A;
}

.item.news .info .fa-comments {
	margin-left: 15px;
}

.item.news .info .rate {
	float: right;
	margin-left: 15px;
}

.item.news .info .rate .rating.likes {
	width: auto;
}

.item.news .info .rate .rating.likes a,
.item.news .info .rate .rating.likes span {
	color: #768188;
}

.item.news.right {
	float: right;
	padding: 0 30px 30px 45px;
	border-right: none;
	border-left: 1px solid #33404A;
	position: relative;
	left: -1px;
}

.item.news.right .image {
	float: right;
}

.item.news.right .story {
	margin: 0 200px 0 0;
}

.item.news.right .info {
	margin: 0 0 15px -75px;
	padding: 20px 0 0 75px;
}

.item.news.right .info .q {
	right: auto;
	left: -6px;
}

.footer {
	border-left: 70px solid #181F24;
	border-right: 240px solid #181F24;
}

.opened .footer {
	border-left-width: 200px;
}

.footer .menu {
	width: 20%;
	float: left;
}

.footer .menu .title {
	font-size: 24px;
	margin-bottom: 15px;
}

.footer .menu a {
	color: #5E6D77;
}

.footer .menu .more {
	margin-top: 10px;
}

.footer .menu .more a {
	color: #7B8892;
	font-size: 13px;
}

.footer .menu a:hover {
	color: #fff;
	text-decoration: none;
}

.footer .menu .more .fa {
	margin-left: 5px;
}

.footer .about {
	float: left;
	width: 60%;
	color: #7B8892;
}

.footer .right-menu {
	margin-bottom: 29px;
}

.footer .right-menu li {
	display: inline-block;
	margin-right: 15px;
}

.footer .social {
	margin-top: 29px;
	white-space: nowrap;
}

.footer .social a {
	color: #7B8892;
	display: inline-block;
	font-size: 18px;
	margin: 0 25px 0 0;
}

.footer .social a:hover {
	color: #fff;
	text-decoration: none;
}

.footer .logo {
	float: left;
	margin-top: 2px;
}

.footer .text {
	margin-left: 51px;
}

.info-section {
	background: #F6DC58;
	position: relative;
	min-height: 81px;
}

.info-section a {
	color: #796500;
	text-decoration: underline;
}

.info-section .fa-warning {
	font-size: 46px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 20px;
	color: #F6DC58;
	background: #8B7400;
}

.info-section .info {
	margin-left: 76px;
}

.info-section .title {
	display: block;
	margin-bottom: 15px;
}

.tableform {
	width: 100%;
}

.tableform td {
	padding: 15px 0;
}

.tableform .f_input,
.tableform .xfields input,
.tableform textarea,
.tableform select {
	width: 50%;
	padding: 3px 10px;
	border: 1px solid #D1D1D1;
}

.tableform select[multiple="multiple"] {
	width: 50% !important;
}

.bb-editor textarea {
	width: 100%;
}

#searchtable label.checkbox,
#searchtable label.radio,
.tableform label.checkbox,
.tableform label.radio {
	margin-right: 15px;
}

.fieldsubmit {
	background: #44515A;
	color: #fff;
	padding: 15px;
}

.fieldsubmit .fbutton {
	background: #4A5760;
	border: 1px solid #253900;
	border-radius: 2px;
	padding: 15px 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05) inset, 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.fieldsubmit .fbutton:hover {
	background: #4D5B64;
}

.fieldsubmit .fbutton:active {
	background: #4A5760;
	box-shadow: 0 0 15px rgba(0,0,0,.25) inset, 0 0 0 1px rgba(255,255,255,0.05);
	text-shadow: 0 -1px rgba(0,0,0,.3);
}

#searchtable {
	display: none;
}

#searchtable div {
	text-align: left !important;
}

.subheading {
	background: #fff;
	margin-top: -1px;
	overflow: hidden;
	border-top: 1px solid #F0F0F0;
	padding: 15px 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	line-height: 34px;
	margin-bottom: 30px;
}

.subheading .bbcodes {
	float: right;
}

.article {
	position: relative;
	background: #fff;
	border-top: 1px solid #E4E4E4;
}

.article.short {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.article h3,
.article h1{
	padding: 15px 65px 5px 30px;
	display: inline-block;
}

.article h3 a {
	color: #222;
	text-decoration: none;
}

.article.opened h3,
.article.opened h1 {
	display: block;
	padding: 15px 65px 15px 30px;
	color: #fff;
	margin-top: -1px;
}

.article.full h1 {
	padding: 30px 65px 30px 30px;
}

.article.opened h3 a,
.article.opened h3 a:hover {
	color: #fff;
}

.article .info {
	padding: 5px 30px 15px;
	color: #999;
	overflow: hidden;
}

.article .info a {
	color: #999;
	text-decoration: none;
}

.article.opened .info {
	padding: 10px 30px;
}

.article .info .left {
	float: left;
}

.article .info .right {
	float: right;
}

.article.opened .info a:hover {
	color: #fff;
}

.article .info .center {
	display: inline-block;
	margin-left: 15px;
	background: #fff;
	padding: 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}

.article .info:hover .center {
	opacity: 1;
	-moz-opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.article .info .center a {
	color: #757879 !important;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
}

.article .info .center a:hover {
	color: #757879;
}

.article .info .center a img {
	position: relative;
	top: -2px;
}

.article .description {
	padding: 30px;
	font-size: 14px;
	display: none;
}

.article .description img,
.article .description iframe {
	max-width: 100%;
}

.article.opened .description {
	display: block;
}

.article .description h2 {
	margin-top: 10px;
}

.article.short .description img {
	float: left;
	margin-right: 20px;
	width: 200px;
}

.article .description .foot {
	color: #999;
	font-size: 12px;
	margin-top: 25px;
}

.article .description .foot div {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 7px;
	color: #777;
}

.article .description .foot a {
	color: #777;
	text-decoration: none;
}

.article .description .foot a:hover {
	color: #D42222;
}

.article .move {
	background: url(/templates/games/style/../images/show.gif) no-repeat center center;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin: 0 0 0 -20px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	display: none;
	transition: .2s linear;
	
}

.article .move:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-webkit-transform : rotate(360deg);
}

.article .edit {
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 25px;
}

.article .edit i {
	display: inline-block;
	width: 5px;
	height: 19px;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

.article .edit:hover i {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(opacity=100);
}

.article.opened .edit i {
	background-position: -5px 0;
	opacity: 1;
	-moz-opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.article.opened .message {
	position: absolute;
	left: 245px;
	bottom: 15px;
	font-size: 12px;
	color: #BBBBBB;
}

.searchtable {
	border-top: none;
	margin-top: 30px;
}

.textin {
	padding: 3px 10px;
	border: 1px solid #DFDFDF;
}

.linetitle {
	background: #768289;
	display: inline-block;
	font-weight: bold;
	padding: 2px 10px;
	margin: 0 15px;
	font-size: 13px;
	color: #181F24;
	border-radius: 100px;
}

.timeline .item {
	position: relative;
}

.timeline .item-body {
	margin: 0 15px 0 36px;
	border-left: 3px solid #768289;
}

.timeline .item .background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	display: none;
}

.timeline .item a {
	display: block;
	margin: 0 0 0 -24px;
	color: #768289;
	padding-top: 30px;
	position: relative;
	z-index: 1;
}

.timeline .image {
	float: left;
	width: 46px;
	overflow: hidden;
	background: #181F24;
	box-shadow: 0 2px 5px #000;
	background: #181F24;
	border-radius: 2px;
	-webkit-transition: border-radius 0.2s linear;
	-moz-transition: border-radius 0.2s linear;
	transition: border-radius 0.2s linear;
}

.timeline .item:hover a {
	color: #fff;
}

.timeline .item a:hover {
	text-decoration: none;
}

.timeline .item:hover a .image {
	border-radius: 100px;
}

.timeline .image img {
	display: block;
	width: 100%;
	min-height: 40px;
	border-radius: 2px;
}

.timeline .info {
	margin-left: 61px;
	display: block;
	height: 46px;
}

.timeline .title {
	font-size: 13px;
	line-height: 15px;
	max-height: 30px;
	display: block;
	overflow: hidden;
}

.timeline .item a:hover .title {
	text-shadow: 0 1px 1px #000;
}

.timeline .date {
	font-size: 11px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.timeline .item a:hover .date {
	color: rgba(255, 255, 255, 0.55);
}

.aside-right .vote-panel {
	overflow: hidden;
}

.aside-right .vote-panel .vtitle {
	background: #232C32;
	color: #fff;
	padding: 15px;
	margin: 10px 0 0;
}

.aside-right .vote-panel #dle-vote {
	padding: 15px 10px;
}

.aside-right .vote-panel .vote {
	color: #B9C3C9;
	font-size: 13px;
	margin: 5px 0;
}

.aside-right .vote-panel .vote input {
	display: none;
}

.aside-right .vote-panel .vote label {
	display: block;
	padding: 5px 15px;
	background: #181F24;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.aside-right .vote-panel .vote label:before {
	content: "\f00c";
	position: static;
	left: auto;
	top: auto;
	color: #101418;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	float: left;
	margin: -5px 10px 0 -10px;
	background: #232C32;
	padding: 7px 10px 8px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.aside-right .vote-panel .buttons {
	margin: 0 15px 0 14px;
}

.aside-right .vote-panel .fbutton {
	background: #414F58;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	color: #fff;
	padding: 8px 0;
	width: 50%;
	border-left: 1px solid #181F24;
	float: left;
}

.aside-right .vote-panel .fbutton.w50 {
	width: 25%;
}

.aside-right .vote-panel .buttons form {
	float: left;
}

.aside-right .vote-panel .buttons.result form {
	float: right;
	margin-top: -3px;
}

.aside-right .vote-panel .buttons.result .fbutton {
	float: none;
	width: auto;
	padding: 3px 15px;
}

.aside-right .vote-panel .btl {
	color: #fff;
	font-size: 12px;
	padding: 0 15px;
	padding-top: 10px;
	clear: both;
}

.aside-right .vote-panel .btl button {
	float: right;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	color: #fff;
}

.aside-right .vote-panel .btl button:hover {
	color: #7FA832;
}

.aside-right .vote-panel .voteresult {
	padding: 0 5px;
}

.aside-right .vote-panel .voteresult .vote {
	margin: 0 0 5px;
	font-size: 12px;
}

.aside-right .vote-panel .voteresult .voteprogress {
	margin: 0 0 15px;
	height: 10px;
	background: #2C3942;
}

.aside-right .vote-panel .voteresult #dle-vote {
	padding: 15px 10px 0;
}

.aside-right .vote-panel .voteresult .voteprogress span {
	height: 10px;
}

.aside-right .vote-panel .votes {
	text-align: center;
	color: #fff;
}

.aside-right .btitle {
	color: #fff;
	padding: 15px;
	background: #232C32;
	font-weight: bold;
	margin-bottom: 15px;
}

.aside-right .tagscloud {
	margin: 0 15px;
	font-size: 48px;
	color: #414F58;
}

.aside-right .tagscloud span {
	white-space: nowrap;
	display: inline-block;
}

.aside-right .tagscloud a {
	background-color: #232C32;
	color: #B9C3C9;
	padding: 2px 5px;
	display: inline-block;
	margin: 1px 0;
	font-size: 12px;
	position: relative;
}

.aside-right .tagscloud a:hover {
	color: #fff;
	text-decoration: none;
}

.admintags {
	font-size: 0;
}

.admintags label {
	font-size: 14px;
	margin-right: 60px;
}

.mini-profile img {
	margin: 0 auto 30px;
	width: 100px;
	height: 100px;
	display: block;
}

.mini-profile .counts {
	text-align: center;
}

.mini-profile .counts a {
	width: 55px;
	height: 55px;
	display: inline-block;
	background: #414F58;
	color: #B9C3C9;
	margin: 0 5px;
	text-align: center;
	position: relative;
}

.mini-profile .counts a:hover {
	color: #fff;
}

.mini-profile .counts .fa {
	font-size: 28px;
	line-height: 55px;
}

.mini-profile .counts span {
	position: absolute;
	left: -4px;
	top: -4px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height: 8px;
	border-radius: 100px;
	padding: 2px 4px;
}

.fullgame .right_col {
	position: relative;
	width: 66.66%;
	float: right;
}

.fullgame .right_col .highslide.image {
	display: none;
}

.fullgame .left_col {
	margin-right: 66.66%;
}

.fullgame .left_col .image img {
	width: 100%;
}

.fullgame .btitle {
	font-size: 18px;
}

.fullgame .btitle div {
	font-size: 14px;
	margin-top: 2px;
}

.fullgame .btitle .h1 {
	font-size: 24px;
	font-weight: normal;
}

.fullgame .maintitle {
	position: relative;
	padding: 15px 173px 15px 25px;
}

.fullgame .maintitle .poster {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.fullgame .maintitle .poster img {
	width: 100%;
}

.fullgame .maintitle .rating {
	position: absolute;
	right: 30px;
	top: 26px;
	margin-right: 30px;
}

.fullgame .maintitle .rating.likes {
	font-size: 21px;
	width: auto;
	margin: 0;
}

.fullgame .maintitle .rating.likes a {
	font-size: 16px;
}

.fullgame .maintitle .rating.likes a:hover {
	text-decoration: none;
	color: #2C3942;
}

.fullgame .maintitle .rating.likes span {
	color: #9FA4A6 !important;
}

.fullgame .maintitle .rating.likes .fa {
	margin: 0 5px;
	font-size: 21px;
}

.fullgame .maintitle .unit-rating {
	width: 113px;
	height: 21px;
	background: url(/templates/games/style/../images/rating-star-big.png) repeat-x;
}

.fullgame .maintitle .unit-rating li.current-rating {
	background: #E9EAED url(/templates/games/style/../images/rating-star-big.png) 0 -21px;
	height: 21px;
}

.fullgame .maintitle .unit-rating li a {
	width: 23px;
	height: 21px;
}

.fullgame .maintitle .unit-rating li a:hover {
	background: #E9EAED url(/templates/games/style/../images/rating-star-big.png) 0 -42px;
	left: 0;
}

.fullgame .maintitle .unit-rating a.r1-unit {
	left:0;
}

.fullgame .maintitle .unit-rating a.r1-unit:hover {
	width:23px;
}

.fullgame .maintitle .unit-rating a.r2-unit {
	left: 23px;
}

.fullgame .maintitle .unit-rating a.r2-unit:hover {
	width: 46px;
}

.fullgame .maintitle .unit-rating a.r3-unit {
	left: 46px;
}

.fullgame .maintitle .unit-rating a.r3-unit:hover {
	width: 69px;
}

.fullgame .maintitle .unit-rating a.r4-unit {
	left: 69px;
}

.fullgame .maintitle .unit-rating a.r4-unit:hover {
	width: 92px;
}

.fullgame .maintitle .unit-rating a.r5-unit {
	left: 92px;
}

.fullgame .maintitle .unit-rating a.r5-unit:hover {
	width: 115px;
}

.fullgame .wtitle {
	background: #fff;
	overflow: hidden;
}

.fullgame .counts {
	position: relative;
	z-index: 3;
}

.fullgame .counts .count {
	float: left;
	padding: 5px 15px;
	text-align: center;
	color: #757879;
	font-size: 13px;
	white-space: nowrap;
}

.fullgame .counts a {
	float: right;
}

.fullgame .counts img {
	padding: 5px 10px;
}

.fullgame .counts .fa {
	font-size: 14px;
	margin-right: 3px;
}

.wcont {
	background: #fff;
}

.fullgame .wcont {
	border-top: 1px solid #F0F0F0;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	position: relative;
	z-index: 2;
}

.wcont .heading,
.wcont .pollprogress {
	display: block;
	margin-bottom: 15px;
}

.wcont .infoblock {
	margin-bottom: 30px;
}

.wcont h1,
.wcont h2 {
	padding: 0 0 8px;
	border-bottom: 1px solid #F0F0F0;
}

.related .item a {
	display: block;
	background: #fff;
	border-bottom: 1px solid #F0F0F0;
	overflow: hidden;
}

.related .item a:hover {
	text-decoration: none;
}

.related .item .image {
	float: left;
	width: 70px;
	height: 100px;
}

.related .item .image img {
	width: 100%;
	display: block;
}

.related .item .info {
	display: block;
	padding: 5px 0 0 85px;
	color: #666;
}

.related .item .info .title {
	display: inline-block;
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
}

.related .item .info span:hover {
	text-decoration: underline;
}

#contents_text {
	background: #2C3942;
	color: #B9C3C9;
	padding: 30px;
	display: none;
}

#contents_text > ol,
#contents_text td > ol {
	margin-left: 31px;
	white-space: nowrap;
}

#contents_text ol ol {
	list-style-type: disc;
}

#contents_text ol ol ol {
	list-style-type: circle;
}

#contents_text li a {
	color: #B9C3C9;
}

#contents_text .table {
	width: 100%;
	display: table;
}

#contents_text .table .tr {
	display: table-row;
}

#contents_text .table .td {
	display: table-cell;
}

#contents_text .table .td.contents_text {
	vertical-align: top;
	width: 30%;
}

#contents_text .table .td.content_images {
	vertical-align: bottom;
	text-align: right;
}

#contents_text .table .td.content_images a {
	display: inline-block;
	width: 24%;
	height: 80px;
	overflow: hidden;
}

#contents_text .table .td.content_images img {
	display: inline-block;
	width: 100%;
}

.highslide {
	overflow: hidden;
	display: inline-block;
}

.highslide img {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
}

.highslide img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.attachment {
	background: #f5f5f5;
	border: 1px solid #CFCFCF;
	padding: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment .file {
	background: url(/templates/games/style/../images/files.png) no-repeat -48px 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: middle;
}

.attachment .file.torrent {background-position: 0 0;}
.attachment .file.zip, .attachment .file.rar {background-position: -16px 0;}
.attachment .file.exe {background-position: -32px 0;}

.attachment .separator {
	height: 20px;
	width: 1px;
	background: #CFCFCF;
	margin: 0 15px;
	display: inline-block;
	vertical-align: middle;
}

.editorcomm br {
	display: none;
}

#addcform td {
	padding: 0 0 5px;
}

#addcform table {
	display: table;
}

.editorcomm .checkbox {
	float: right;
	margin-bottom: -43px;
	margin-right: 0 !important;
}

.comment {
	padding: 15px 0;
	margin: 1px 30px 0 15px;
	border-left: 1px dotted #8FA7B7;
	position: relative;
}

.comment.pm {
	margin: 0;
	border-left: none;
}

.fullgame .comment {
	margin-right: 0;
}

.comment-body {
	margin-left: 15px;
	background: #fff;
	position: relative;
	z-index: 1;
	border-left-width: 2px;
	border-left-style: solid;
}

.pm .comment-body {
	margin-left: 0;
	border-left: none;
}

.comment .avatar {
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-top: -30px;
	border-width: 3px;
	border-style: solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.comment .avatar img {
	width: 44px;
	min-height: 44px;
}

.comment .q {
	position: absolute;
	right: 100%;
	white-space: nowrap;
	top: 25px;
	color: #A9AAAA;
	font-size: 7px;
	margin-right: -2px;
}

.comment .q .v {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 15px;
	top: 4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.comment .author {
	margin: 4px 0 10px 65px;
	color: #AAA;
}

.comment .author a {
	display: inline-block;
	white-space: nowrap;
	margin-right: 5px;
	font-size: 16px;
}

.comment .info {
	margin-top: 15px;
	border-top: 1px solid #F0F0F0;
	padding-top: 15px;
	font-size: 13px;
}

.comment .info .fa {
	font-size: 14px;
	margin-left: 3px;
}

.comment .rating,
.comment .rating a {
	color: #AAA;
}

.comment .rating a:hover {
	color: #33404A;
	text-decoration: none;
}

.comment .right {
	float: right;
	margin-left: 12px;
}

.comment.pm .right {
	float: none;
	margin: 0 12px 0 0;
}

.comment .right .checkbox {
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	padding: 0;
}

.comment .right .checkbox:before {
	position: static;
	left: auto;
	top: auto;
	margin: 0;
	font-size: 12px;
}

.comment .info .right a {
	color: #fff;
}

.comment.pm .info .right a {
	color: #DDD;
}

.comment:hover .info .right a {
	color: #DDD;
}

.comment.pm:hover .info .right a {
	color: #BBB;
}

.comment .info .right a:hover {
	color: #33404A;
}

.comment.pm .info .right a:hover {
	color: #33404A;
}

.comment .right .checkbox.active,
.comment:hover .right .checkbox {
	opacity: 1;
	-moz-opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.mass_comments_action {
	visibility: hidden;
	margin: 15px 30px;
	font-size: 0;
}

.fullgame .mass_comments_action {
	margin: 15px;
}

.mass_comments_action input {
	font-size: 14px;
	margin-left: 15px;
}

#dle-comments-list:hover .mass_comments_action {
	visibility: visible;
}

.userinfo .dark-bg {
	background: #394750;
}

.userinfo .right {
	float: right;
	width: 200px;
}

.userinfo .right a {
	padding: 8px 12px;
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	background: #4E5C65;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.05), 0 0 1px 1px rgba(255,255,255,.06) inset;
	border: 1px solid #2C3942;
	margin-bottom: 5px;
}

.userinfo .right a:hover {
	background: #56626B;
	text-decoration: none;
}

.userinfo .uavatar {
	float: left;
	width: 100px;
}

.userinfo .avatar img {
	width: 100px;
}

.userinfo .cols {
	margin: 0 230px 0 130px;
}

.userinfo .cols span[style="color:red"] {
	color: #F27E7E !important;
}

.userinfo .cols .grey {
	color: #B9C3C9;
}

.userinfo .links .item {
	float: left;
	width: 25%;
	padding: 20px 0 20px 30px;
}

.userinfo .links .item .fa {
	margin-right: 5px;
}

.userinfo .links .item > span {
	position: relative;
	display: inline-block;
}

.userinfo .links .item > span:hover {
	text-decoration: underline;
	cursor: pointer;
}

.userinfo .links .item > span a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.userinfo .links .item > span span {
	font-size: 0;
}

.userinfo .links #edit {
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding-right: 30px;
	border: none;
}

.userinfo .avatar {
	width: 100px;
	float: left;
}

.userinfo .info {
	margin-left: 120px;
}

.userinfo .counts {
	height: 55px;
	margin-bottom: 15px;
}

.userinfo .box {
	width: 55px;
	height: 55px;
	background: #414F58;
	float: left;
	margin-left: 10px;
	text-align: center;
	position: relative;
}

.userinfo .box .fa {
	font-size: 28px;
	line-height: 55px;
}

.userinfo .box .count {
	position: absolute;
	left: -4px;
	top: -4px;
	background-color: #7FA832;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height: 8px;
	border-radius: 100px;
	padding: 2px 4px;
}

.userinfo .box .link {
	font-size: 0;
}

.userinfo .box a {
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.userinfo .box:hover {
	color: #fff;
	background-color: #7FA832;
}

.userinfo .rcol {
	margin-left: 10px;
}

.pheading .status {
	float: right;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	padding: 2px 15px;
}

.pheading .status.online {
	background: #30B849;
}

.pheading .status.offline {
	background: #E9EAED;
	color: #888E92;
}

.speedbar {
	padding-top: 20px;
	margin: 0 270px 0 335px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	white-space: nowrap;
}

.pmleft {
	float: left;
	width: 200px;
}

.pmright {
	margin-left: 245px;
}

.pmleft a {
	display: block;
	margin-bottom: 5px;
}

.pmleft a span {
	display: block;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.pmleft a:hover {
	text-decoration: none;
}

.pmleft span {
	color: #999;
}

.pmleft span.bbcodes {
	text-align: center;
	color: #fff;
}

.pmleft span:hover {
	color: #666;
	background-color: #DFDFE0;
}

.pmleft span.bbcodes {
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}

.pmleft span.bbcodes:hover {
	color: #fff;
}

.pm_status {
	background: #fff;
	padding: 10px;
	font-size: 11px;
}

#modal-overlay {
	background: #000 !important;
	-moz-opacity: 0.6 !important;
	opacity: 0.6 !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.border {
list-style: none;
padding: 0;
}
.border li {list-style-type: none;
font-family: "Trebuchet MS", "Lucida Sans";
padding: 7px 20px;
margin-bottom: 10px;
border-radius: 5px;
border-left: 10px solid #f05d22; 
box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     -2px -2px 5px 0 rgba(0,0,0,.1),
    2px 2px 5px 0 rgba(0,0,0,.1),
    -2px 2px 5px 0 rgba(0,0,0,.1);
font-size: 20px;
letter-spacing: 2px;
transition: 0.3s all linear;
}
.border li:nth-child(2){border-color: #8bc63e;}
.border li:nth-child(3){border-color: #fcba30;}
.border li:nth-child(4){border-color: #1ccfc9;}
.border li:nth-child(5){border-color: #493224;}
.border li:hover {
border-left: 10px solid transparent;
}
.border li:nth-child(1):hover {
border-right: 10px solid #f05d22;
}
.border li:nth-child(2):hover {
border-right: 10px solid #8bc63e;
}
.border li:nth-child(3):hover {
border-right: 10px solid #fcba30;
}
.border li:nth-child(4):hover {
border-right: 10px solid #1ccfc9;
}
.border li:nth-child(5):hover {
border-right: 10px solid #493224;
}
h1 {
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline;
}
h2{margin-top:15px;}

.bb-pane ul {text-align:center;margin-left: 0;}
.bb-pane ul li {padding:1px;display: inline;}
.baseform {margin-bottom:10px;}
.selectmass input{float:right;margin-left:6px;}
.mass_comments_action{text-align:right;}
.findrelated{width:99%;background:#ffc;border:1px solid #9E9E9E;padding:5px;margin-top:7px;margin-right:10px;}
#loading-layer{display:none;font-size:12px;padding:15px 30px;text-align:center;color:#fff;}
.scriptcode, .title_quote,.quote, .title_spoiler, .text_spoiler{padding:5px;background:#f9fafa;border:1px solid #dce7e7;overflow:hidden;}
.title_quote, .title_spoiler{background:#f9fafa;}
.title_quote{border-bottom:0;font-weight:bold;}
.scriptcode{color:#004e8d;text-align:left;font-family:"Courier New";}
.title_spoiler{font-weight:bold;}
.text_spoiler{border-top:0;text-align:justify;}
.hide{background-color:#e8f3fa;padding:5px;color:#3a78a5;margin:0 0 1em;}
.hide a{text-decoration:underline;}
.hide a:hover{text-decoration:none;}
.inhide{border:1px solid #d1e3ef;padding:5px;background-color:#fff;margin-bottom:5px;}
.comments-tree-list{display:block;margin:0;padding:0;list-style:none;}
.comments-tree-list .comments-tree-list{padding-left:30px;}
.comments-tree-item{display:block;margin:0;padding:0;}
#dlefastreplycomments{padding:30px;}
#dlefastreplycomments .bb-editor{padding:15px 0;}
.commentsreplyname{padding:2px;border:1px solid #bcc0c2;width:200px;}
.calendar{width:100%;font-size:11px;padding:45px 0;color:#82929B;}
.calendar td, .calendar th{padding:6px 0;vertical-align:middle;text-align:center;}
.calendar td{width:14.28%;}
.calendar td a{padding:8px;}
.weekday-active-v, .day-active-v, .weekday-active, .day-active{font-weight:bold;color:#fff;}
.weekday{color:#AE8585;}
th.workday, th.weekday{background-color:#2C3942;}
.calendar th.monthselect{color:#fff;background:#232C32;padding:15px;font-size:13px;}
.day-current{font-weight:bold;}
.calendar a{color:#fff;}
.calendar .weekday a{color:#AE8585;font-weight:bold;}
.calendar a.monthlink{padding:3px 8px 5px;border-radius:100px;position:relative;top:-2px;background-color:#414F58;}
.calendar a.monthlink:hover{text-decoration:none;}
.calendar td:first-child, .calendar th:first-child{padding-left:15px !important;}
.calendar td:last-child, .calendar th:last-child{padding-right:15px !important;}
.userstop td, .pm td.pm_list, .pm td.pm_head{border-right:1px solid #F0F0F0;border-bottom:1px solid #F0F0F0;padding:5px 15px;background-color:#fff;}
.pm td.pm_list .avatar{width:40px;max-height:40px;overflow:hidden;display:inline-block;vertical-align:middle;margin-right:10px;}
.pm td[colspan="3"]{white-space:nowrap;}
.pm td.pm_list .avatar img{width:40px;}
.pm td.pm_list[align="center"]{font-size:12px;}
.userstop thead td, .pm td.pm_head{font-size:0.9em;background:#fff;height:22px;padding:8px;font-weight:bold;text-align:center;color:#4e4e4e;}
.rating{width:78px;height:14px;font-size:0.9em;white-space:nowrap;}
.unit-rating{list-style:none;margin:0;padding:0;width:78px;height:14px;position:relative;background:url(/templates/games/style/../images/rating-star.png) repeat-x;}
.unit-rating li{text-indent:-90000px;padding:0;margin:0;float:left;}
.unit-rating li a{display:block;width:16px;height:14px;text-decoration:none;text-indent:-9000px;z-index:17;position:absolute;padding:0;-webkit-transition:none;-moz-transition:none;transition:none;}
.unit-rating li a:hover{background:url(/templates/games/style/../images/rating-star.png) 0 -28px;z-index:2;left:0;}
.unit-rating a.r1-unit{left:0;}
.unit-rating a.r1-unit:hover{width:16px;}
.unit-rating a.r2-unit{left:16px;}
.unit-rating a.r2-unit:hover{width:32px;}
.unit-rating a.r3-unit{left:32px;}
.unit-rating a.r3-unit:hover{width:48px;}
.unit-rating a.r4-unit{left:48px;}
.unit-rating a.r4-unit:hover{width:64px;}
.unit-rating a.r5-unit{left:64px;}
.unit-rating a.r5-unit:hover{width:78px;}
.unit-rating li.current-rating{background:url(/templates/games/style/../images/rating-star.png) 0 -14px;position:absolute;height:14px;display:block;text-indent:-9000px;z-index:1;}
.unit-rating:hover li.current-rating{display:none;}
.ratingzero{color:#6c838e;}
.ratingtypeplusminus{padding:0px 5px;}
.ratingtypeplus{color:#6c838e;padding:0px 0px 0px 5px;}
.ratingplus{color:green;}
.ratingminus{color:red;}
.bbcodes, .bbcodes_poll{border:none;color:#fff;padding:5px 15px;border-radius:100px;margin-bottom:2px !important;cursor:pointer;height:auto;font-size:inherit;cursor:pointer;}
.bbcodes:hover, .bbcodes_poll:hover{text-decoration:none;}
.bbcodes_poll{width:100px;}
.bb-pane{overflow:hidden;margin:0;text-decoration:none;background-image:-webkit-gradient(linear, left 0%, left 100%, from(#FBFBFB), to(#EAEAEA));background-image:-webkit-linear-gradient(top, #FBFBFB, 0%, #EAEAEA, 100%);background-image:-moz-linear-gradient(top, #FBFBFB 0%, #EAEAEA 100%);background-image:linear-gradient(to bottom, #FBFBFB 0%, #EAEAEA 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#EAEAEA', GradientType=0);border-radius:3px 3px 3px 3px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-right-radius:0px;-khtml-border-bottom-right-radius:0px;border-bottom-right-radius:0px;-moz-border-radius-bottomleft:0px;-webkit-border-bottom-left-radius:0px;-khtml-border-bottom-left-radius:0px;border-bottom-left-radius:0px;border-top:1px solid #d7d7d7;border-left:1px solid #d7d7d7;border-right:1px solid #d7d7d7;box-shadow:none !important;}
.bb-pane>b{margin-top:5px;margin-left:0;vertical-align:middle;}
.bb-pane .bb-btn + .bb-btn,.bb-pane .bb-btn + .bb-pane,.bb-pane .bb-pane + .bb-btn,.bb-pane .bb-pane + .bb-pane{margin-left:-1px;}
.bb-btn{display:inline-block;overflow:hidden;float:left;padding:4px 10px;border:1px solid #d4d4d4;-webkit-box-shadow:inset 0 1px 2px white;-moz-box-shadow:inset 0 1px 2px white;box-shadow:inset 0 1px 2px white;background-repeat:repeat-x;background-image:-webkit-gradient(linear, left 0%, left 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e9e9e9));background-image:-webkit-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);background-image:-moz-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);background-image:linear-gradient(to bottom, #fdfdfd 0%, #e9e9e9 100%);}
.bb-btn:hover{background:#e6e6e6;background-repeat:repeat-x;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));background-image:-webkit-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);background-image:-moz-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);background-image:-o-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);background-image:linear-gradient(to bottom, #fdfdfd 0%, #e6e6e6 100%);-webkit-transition:box-shadow 0.05s ease-in-out;-moz-transition:box-shadow 0.05s ease-in-out;-o-transition:box-shadow 0.05s ease-in-out;transition:box-shadow 0.05s ease-in-out;}
.bb-btn:active{background:#f3f3f3;border-color:#cfcfcf;-webkit-box-shadow:0 0 5px #f3f3f3 inset;-moz-box-shadow:0 0 5px #f3f3f3 inset;box-shadow:0 0 5px #f3f3f3 inset;}
[class^="bb-btn"], [class*=" bb-btn"]{font-family:'bb-editor-font';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;font-size:12px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.bb-sel{float:left;padding:2px 2px 0 2px;}
.bb-sel select{font-size:11px;}
.bb-sep{display:inline-block;float:left;width:1px;padding:2px;}
.bb-btn{cursor:pointer;outline:0;}
#b_font select{padding:0px;}
#b_size select{padding:0px;}
#b_b:before{content:"\f032";}
#b_i:before{content:"\f033";}
#b_u:before{content:"\f0cd";}
#b_s:before{content:"\f0cc";}
#b_img:before{content:"\f03e";}
#b_up:before{content:"\e930";}
#b_emo:before{content:"\f118";}
#b_url:before{content:"\f0c1";}
#b_leech:before{content:"\e98d";}
#b_mail:before{content:"\f003";}
#b_video:before{content:"\e913";}
#b_audio:before{content:"\e911";}
#b_hide:before{content:"\e9d1";}
#b_quote:before{content:"\e977";}
#b_code:before{content:"\f121";}
#b_left:before{content:"\f036";}
#b_center:before{content:"\f037";}
#b_right:before{content:"\f038";}
#b_color:before{content:"\e601";}
#b_spoiler:before{content:"\e600";}
#b_fla:before{content:"\ea8d";}
#b_yt:before{content:"\f166";}
#b_tf:before{content:"\ea61";}
#b_list:before{content:"\f0ca";}
#b_ol:before{content:"\f0cb";}
#b_tnl:before{content:"\ea61";}
#b_br:before{content:"\ea68";}
#b_pl:before{content:"\ea72";}
#b_size:before{content:"\f034";}
#b_font:before{content:"\f031";}
#b_header:before{content:"\f1dc";}
#b_sub:before{content:"\f12c";}
#b_sup:before{content:"\f12b";}
#b_justify:before{content:"\f039";}
.bb-pane h1{font-size:36px;margin-top:5px;margin-bottom:5px;}
.bb-pane h2{font-size:30px;margin-top:5px;margin-bottom:5px;}
.bb-pane h3{font-size:24px;margin-top:5px;margin-bottom:5px;}
.bb-pane h4{font-size:18px;margin-top:5px;margin-bottom:5px;}
.bb-pane h5{font-size:14px;margin-top:5px;margin-bottom:5px;}
.bb-pane h6{font-size:12px;margin-top:5px;margin-bottom:5px;}
.bb-pane-dropdown{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:180px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:11px;border:1px solid rgba(0, 0, 0, 0.15);border-radius:4px;background:white;-webkit-box-shadow:0 1px 2px #dadada;-moz-box-shadow:0 1px 2px #dadada;box-shadow:0 1px 2px #dadada;}
.bb-pane-dropdown > li > a{display:block;padding:3px 10px;clear:both;font-weight:normal;line-height:1.42857;color:#333333;white-space:nowrap;}
.bb-pane-dropdown > li > a:hover, .bb-pane-dropdown > li > a:focus{text-decoration:none;color:#262626;background-color:whitesmoke;}
.bb-pane-dropdown .color-palette div .color-btn{width:17px;height:17px;padding:0;margin:0;border:1px solid #fff;cursor:pointer;}
.bb-pane-dropdown .color-palette{padding:0px 5px;}
.bb-editor textarea{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px;border:1px solid #d7d7d7;width:100%;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;margin-top:-1px;}
.editorcomm .bb-editor textarea{height:100px;width:100%}
.clr{clear:both;}
.xfields textarea, .xprofile textarea{width:100%;height:186px;margin:0px 1px 0px 0px;padding:0px;}
.xfields input, .xprofile input{width:250px;}
.xfields_table td{vertical-align:top;}
.quick-edit-text{padding:.4em;width:350px;}
.quick-edit-textarea{height:250px;box-sizing:border-box;padding:2px;border:1px solid #d7d7d7;width:100%;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}
.pm_head{font-weight:bold;}
#dropmenudiv{background-color:#414F58;font-size:11px;line-height:20px;margin:2px 0;opacity:1 !important;-moz-opacity:1 !important;filter:alpha(opacity=100) !important;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;}
#dropmenudiv a{display:block;text-decoration:none;color:#B9C3C9;padding:5px 10px;width:100%;}
#dropmenudiv a:hover{color:#fff;background:#37454E;}
.attachment{color:#808080;}
fieldset{border:none;padding:0;display:block;text-align:left;margin-bottom:30px !important;padding-bottom:30px;border-bottom:1px solid #F0F0F0;}
.ui-dialog fieldset{border-bottom:none;}
legend{-webkit-padding-start:2px;-webkit-padding-end:2px;float:left;width:30%;}
.ui-dialog legend{padding-bottom:15px;display:block;float:none;width:auto;font-size:14px;}
fieldset .table{margin-left:30%;}
fieldset .tr{}
fieldset .td label{margin:15px 0;display:inline-block;}
fieldset .td label input{position:relative;bottom:-1px;margin-right:5px;}
fieldset #searchinput,
fieldset #searchuser{margin-top:5px;}
fieldset select[multiple="multiple"]{margin:-15px 0 0 30%;width:70% !important;}
.highslide-wrapper, .highslide-outline{background:#FFFFFF;}
.highslide-container table{display:none;}
.highslide-active-anchor img{opacity:0.5;}
.highslide-dimming{background-color:black;}
.highslide-html{background-color:white;}
.highslide-loading{display:block;color:white;font-size:9px;font-weight:bold;text-decoration:none;padding:3px;border:1px solid white;background-color:black;}
a.highslide-full-expand{background:url(/templates/games/style/../dleimages/fullexpand.gif) no-repeat;display:block;margin:0 10px 10px 0;width:34px;height:34px;}
.highslide-display-block{display:block;}
.highslide-display-none{display:none;}
.highslide-caption{display:none;padding:5px;background:white;}
.highslide-controls{width:100%;height:40px;background:url(/templates/games/style/../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px;margin-right:15px;margin-bottom:10px;margin-top:10px;}
.highslide-controls ul{position:relative;left:15px;height:40px;list-style:none;margin:0;padding:0;background:url(/templates/games/style/../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 100% -90px;}
.highslide-controls li{float:left;padding:5px 0;margin:0;}
.highslide-controls a{background:url(/templates/games/style/../../../engine/classes/highslide/graphics/controlbar-black-border.gif);display:block;float:left;height:30px;width:30px;outline:none;}
.highslide-controls a.disabled{cursor:default;}
.highslide-controls a span{display:none;}
.highslide-controls .highslide-previous a{background-position:0 0;}
.highslide-controls .highslide-previous a:hover{background-position:0 -30px;}
.highslide-controls .highslide-previous a.disabled{background-position:0 -60px !important;}
.highslide-controls .highslide-play a{background-position:-30px 0;}
.highslide-controls .highslide-play a:hover{background-position:-30px -30px;}
.highslide-controls .highslide-play a.disabled{background-position:-30px -60px !important;}
.highslide-controls .highslide-pause a{background-position:-60px 0;}
.highslide-controls .highslide-pause a:hover{background-position:-60px -30px;}
.highslide-controls .highslide-next a{background-position:-90px 0;}
.highslide-controls .highslide-next a:hover{background-position:-90px -30px;}
.highslide-controls .highslide-next a.disabled{background-position:-90px -60px !important;}
.highslide-controls .highslide-move a{background-position:-120px 0;}
.highslide-controls .highslide-move a:hover{background-position:-120px -30px;}
.highslide-controls .highslide-full-expand a{background-position:-150px 0;}
.highslide-controls .highslide-full-expand a:hover{background-position:-150px -30px;}
.highslide-controls .highslide-full-expand a.disabled{background-position:-150px -60px !important;}
.highslide-controls .highslide-close a{background-position:-180px 0;}
.highslide-controls .highslide-close a:hover{background-position:-180px -30px;}
.clouds_xsmall{font-size:13px !important;}
.clouds_small{font-size:15px !important;}
.clouds_medium{font-size:18px !important;font-weight:bold;}
.clouds_large{font-size:11px !important;}
.clouds_xlarge{font-size:24px !important;}
#searchsuggestions{width:300px;background-color:#FFFFFF;box-shadow:0 2px 5px rgba(0,0,0,.3);font-size:13px;line-height:14px;z-index:999;}
#searchsuggestions a{display:block;clear:left;text-decoration:none;}
#searchsuggestions a span.searchheading{display:block;margin:20px 15px 10px;padding:0;font-size:14px;line-height:14px;color:#7FA832;background:#fff;}
#searchsuggestions a span{color:#517C00;display:block;background:#E2EBD2;overflow:hidden;padding:10px;font-size:11px;line-height:12px;}
#searchsuggestions a:hover span{background:#2C3942;color:#fff;}
#searchsuggestions a:hover span.searchheading{background:#fff;color:#2C3942;}
#searchsuggestions span.seperator a{background-color:#2C3942;display:block;padding:15px;margin-top:15px;height:auto;color:#fff;}
#searchsuggestions span.notfound{padding:5px;background-color:#fff;display:block;height:auto;color:#000;}
#searchsuggestions br.break{display:none;}
.ui-helper-hidden{display:none;}
.ui-helper-hidden-accessible{position:absolute;left:-99999999px;}
.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;}
.ui-helper-clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.ui-helper-clearfix{display:inline-block;}
* html .ui-helper-clearfix{height:1%;}
.ui-helper-clearfix{display:block;}
.ui-icon{background-repeat:no-repeat;display:block;overflow:hidden;text-indent:-99999px;}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget{font-size:13px;}
.ui-widget input, .ui-widget select, .ui-widget textarea{border:1px solid #4B555C;background:#313D45;padding:5px;color:#fff;}
.ui-widget textarea{width:100% !important;}
.ui-widget-content{background:#2C3942;color:#B9C3C9;}
.ui-widget-content.dle-popup-quickedit{background:#fff;color:#333333;}
.ui-widget-content.dle-popup-quickedit div{color:#333333;}
.ui-widget.dle-popup-quickedit input, .ui-widget.dle-popup-quickedit select, .ui-widget.dle-popup-quickedit textarea{border:1px solid #ccc;background:#fff;color:#000;}
.ui-widget-header{background:#fff;color:#333;border-bottom-width:3px;border-bottom-style:solid;font-size:19px;}
.ui-widget-header a{color:#fff;}
.ui-state-default, .ui-widget-content .ui-state-default{border:1px solid #cfcfcf;color:#868686;font-weight:bold;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{color:#2e6e9e;text-decoration:none;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{border:1px solid #a7a7a7;color:#4e4e4e;font-weight:bold;}
.ui-state-hover a, .ui-state-hover a:hover{color:#1d5987;text-decoration:none;}
.ui-state-active, .ui-widget-content .ui-state-active{background:#d0e5f5 50% 50% repeat-x;border:1px solid #a7a7a7;color:#e17009;font-weight:bold;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{color:#e17009;text-decoration:none;}
.ui-state-error{background:#fef1ec 50% 50% repeat-x;border:1px solid #dedede;color:#cd0a0a;}
.ui-widget-header .ui-icon{background-image:url(/templates/games/style/../images/ui-icons.png);}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon{background-image:url(/templates/games/style/../images/ui-icons_h.png);}
.ui-icon-close{background-position:-80px -128px;}
.ui-icon-closethick{background-position:-96px -128px;}
.ui-button .ui-button-text{display:block;line-height:1.4em;}
input.ui-button{padding:.4em 1em;}
.ui-button-set{margin-right:7px;}
.ui-button-set .ui-button{margin-left:0;margin-right:-.3em;}
button.ui-button::-moz-focus-inner{border:0;padding:0;}
.ui-dialog{overflow:hidden;position:absolute;width:300px;-moz-box-shadow:0px 100px 100px 50px rgba(0, 0, 0, 0.4);-webkit-box-shadow:0px 100px 100px 50px rgba(0, 0, 0, 0.4);box-shadow:0px 100px 100px 50px rgba(0, 0, 0, 0.4);}
.ui-dialog .ui-dialog-titlebar{padding:18px 30px;position:relative;}
.ui-dialog .ui-dialog-title{float:left;margin:.1em 16px .2em 0;}
.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:0;top:0;padding:20px 30px;opacity:0.4;-moz-opacity:0.4;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);border:none;background:none;}
.ui-dialog .ui-dialog-titlebar-close span{display:block;width:20px;height:20px;background:url(/templates/games/style/../images/close.png) no-repeat center;}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus{opacity:1;-moz-opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);border:none;background:none;}
.ui-dialog .ui-dialog-content{background:none;border:0;overflow:hidden;padding:30px;position:relative;zoom:1;}
.ui-dialog .ui-dialog-content.dlepopupnewsedit{padding:0;}
.ui-dialog .ui-dialog-content.dlepopupnewsedit form{display:block;padding:30px;}
.ui-dialog .ui-dialog-content font[color="red"]{color:#E45151;}
.ui-dialog .ui-dialog-buttonpane{background-image:none;border-width:1px 0 0 0;padding:15px 30px;text-align:left;background:#394750;text-align:center;}
.ui-dialog .ui-dialog-buttonpane button{cursor:pointer;overflow:visible;padding:8px 12px;width:auto;color:#fff;margin:0 1px;background:#4E5C65;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.05), 0 0 1px 1px rgba(255,255,255,.06) inset;border:1px solid #2C3942;}
.ui-dialog .ui-dialog-buttonpane button:hover{background:#56626B;}
.ui-dialog .ui-resizable-se{bottom:3px;height:14px;right:3px;width:14px;}
.ui-draggable .ui-dialog-titlebar{cursor:move;cursor:-moz-grab;cursor:-webkit-grab;cursor:grab;}
.ui-draggable .ui-dialog-titlebar:active{cursor:move;cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing;}
.ui-autocomplete{position:absolute;cursor:default;}
* html .ui-autocomplete{width:1px;}
.ui-menu{list-style:none;padding:2px;margin:0;display:block;float:left;}
.ui-menu .ui-menu{margin-top:-3px;}
.ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;float:left;clear:left;width:100%;}
.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;zoom:1;}
.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px;}
pre code{display:block;padding:0.5em;background:#f9fafa;border:1px solid #dce7e7;overflow:auto;white-space:pre;}
pre .comment,pre .template_comment,pre .diff .header,pre .doctype,pre .lisp .string,pre .javadoc{color:#93a1a1;font-style:italic;}
pre .keyword,pre .css .rule .keyword,pre .winutils,pre .javascript .title,pre .method,pre .addition,pre .css .tag,pre .lisp .title{color:#859900;}
pre .number,pre .command,pre .string,pre .tag .value,pre .phpdoc,pre .tex .formula,pre .regexp,pre .hexcolor{color:#2aa198;}
pre .title,pre .localvars,pre .function .title,pre .chunk,pre .decorator,pre .builtin,pre .built_in,pre .lisp .title,pre .identifier,pre .title .keymethods,pre .id{color:#268bd2;}
pre .tag .title,pre .rules .property,pre .django .tag .keyword{font-weight:bold;}
pre .attribute,pre .variable,pre .instancevar,pre .lisp .body,pre .smalltalk .number,pre .constant,pre .class .title,pre .parent,pre .haskell .label{color:#b58900;}
pre .preprocessor,pre .pi,pre .shebang,pre .symbol,pre .diff .change,pre .special,pre .keymethods,pre .attr_selector,pre .important,pre .subst,pre .cdata{color:#cb4b16;}
pre .deletion{color:#dc322f;}
pre .tex .formula{background:#eee8d5;}
.pm_progress_bar{background-color:#E9EAED;margin-top:10px;margin-bottom:10px;}
.pm_progress_bar span{background-color:#7FA833;font-size:0em;text-indent:-2000em;height:5px;padding:0;border-radius:0;display:block;overflow:hidden;}
.voteprogress{overflow:hidden;height:15px;margin-bottom:5px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-ms-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(top, #f5f5f5, #f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.voteprogress span{color:#ffffff;text-align:center;text-indent:-2000em;height:15px;display:block;overflow:hidden;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#7FA832;background-image:-moz-linear-gradient(top, #86B038, #7FA832);background-image:-ms-linear-gradient(top, #86B038, #7FA832);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#86B038), to(#7FA832));background-image:-webkit-linear-gradient(top, #86B038, #7FA832);background-image:-o-linear-gradient(top, #86B038, #7FA832);background-image:linear-gradient(top, #86B038, #7FA832);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#86B038', endColorstr='#7FA832', GradientType=0);position:relative;}
.voteprogress span:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:-webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);z-index:1;-webkit-background-size:30px 30px;-moz-background-size:30px 30px;overflow:hidden;}
.voteprogress .vote2{background:#0e90d2;background-image:-moz-linear-gradient(top, #149bdf, #0480be);background-image:-ms-linear-gradient(top, #149bdf, #0480be);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image:-webkit-linear-gradient(top, #149bdf, #0480be);background-image:-o-linear-gradient(top, #149bdf, #0480be);background-image:linear-gradient(top, #149bdf, #0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);}
.voteprogress .vote3{background-color:#dd514c;background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);}
.voteprogress .vote4{background-color:#4bb1cf;background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-ms-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(top, #5bc0de, #339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);}
.voteprogress .vote5{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-ms-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(top, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);}
#dlevotespopupcontent font[color="red"]{margin-top:15px;display:block;}
.pollprogress{overflow:hidden;height:18px;margin-bottom:5px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-ms-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(top, #f5f5f5, #f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.pollprogress span{color:#ffffff;height:18px;display:block;overflow:hidden;font-size:12px;text-align:center;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background:#0e90d2;background-image:-moz-linear-gradient(top, #149bdf, #0480be);background-image:-ms-linear-gradient(top, #149bdf, #0480be);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image:-webkit-linear-gradient(top, #149bdf, #0480be);background-image:-o-linear-gradient(top, #149bdf, #0480be);background-image:linear-gradient(top, #149bdf, #0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);}
.pollprogress .poll2{background-color:#dd514c;background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);}
.pollprogress .poll3{background-color:#5eb95e;background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-ms-linear-gradient(top, #62c462, #57a957);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image:-webkit-linear-gradient(top, #62c462, #57a957);background-image:-o-linear-gradient(top, #62c462, #57a957);background-image:linear-gradient(top, #62c462, #57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);}
.pollprogress .poll4{background-color:#4bb1cf;background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-ms-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(top, #5bc0de, #339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);}
.pollprogress .poll5{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-ms-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(top, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);}
.pollallvotes{text-align:center;margin-top:10px;}
#marker-bar,
#txtselect_marker{display:block;visibility:hidden;position:absolute;z-index:1200;opacity:0;-webkit-transition:opacity .4s, visibility .1s linear .4s;-moz-transition:opacity .4s, visibility .1s linear .4s;-o-transition:opacity .4s, visibility .1s linear .4s;transition:opacity .4s, visibility .1s linear .4s;}
#txtselect_marker{cursor:pointer;background:url(/templates/games/style/../dleimages/marker.png) -0px -0px no-repeat;}
#txtselect_marker:hover{background-position:-0px -32px;}
#marker-bar{border:1px solid #ccc;border-radius:15px;background:#fff;padding:5px 10px;cursor:default;box-shadow:0px 0px 4px #ccc;}
#marker-bar.show{-webkit-transition:opacity .4s, visibility 0s;-moz-transition:opacity .4s, visibility 0s;-o-transition:opacity .4s, visibility 0s;transition:opacity .4s, visibility 0s;opacity:1;visibility:visible;}
#txtselect_marker.show{visibility:visible;width:32px;height:32px;-webkit-transition:opacity .4s, visibility 0s;-moz-transition:opacity .4s, visibility 0s;-o-transition:opacity .4s, visibility 0s;transition:opacity .4s, visibility 0s;opacity:1;}
#marker-bar .masha-social,
#marker-bar .masha-marker{cursor:pointer;display:block;margin:0 5px;float:left;}
#marker-bar .masha-marker{line-height:1em;color:#aaa;border-bottom:1px dotted #aaa;margin-right:10px;}
#marker-bar .masha-marker:hover{color:#ea3e26;border-color:#ea3e26;}
.user_selection, .user_selection_true{background:#c4f47d;padding:2px 0;}
.user_selection a.txtsel_close, .user_selection_true a.txtsel_close{display:none;}
.user_selection .closewrap, .user_selection_true .closewrap{position:relative;}
.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close{display:inline-block;position:absolute;top:-7px;left:-5px;width:33px;height:33px;background:url(/templates/games/style/../dleimages/closemarker.png) -0px -0px no-repeat;}
.user_selection.hover a.txtsel_close:hover, .user_selection_true.hover a.txtsel_close:hover{background-position:-0px -33px;}
#share-popup{background:#fff;border:1px solid #aaa;border-radius:5px;box-shadow:0 0 5px rgba(0,0,0,0.5);position:absolute;width:414px;display:none;z-index:100;padding:10px 0;opacity:0;-webkit-transition:opacity .4s, visibility .1s linear .4s;-moz-transition:opacity .4s, visibility .1s linear .4s;-o-transition:opacity .4s, visibility .1s linear .4s;transition:opacity .4s, visibility .1s linear .4s;}
#share-popup.show{display:block;opacity:1;-webkit-transition:opacity .4s, visibility 0s;-moz-transition:opacity .4s, visibility 0s;-o-transition:opacity .4s, visibility 0s;transition:opacity .4s, visibility 0s;opacity:1;}
#share-popup .social{padding:0 0 10px 17px;height:40px;}
#share-popup .social p{padding-bottom:10px;margin:0;font-weight:bold;}
#share-popup .social ul{list-style:none;margin:0;padding:0;}
#share-popup .social ul li{float:left;margin-right:20px;padding-top:2px;position:relative;}
#share-popup .social ul a{text-decoration:none;font-size:11px;display:inline-block;color:#aaa;padding-left:25px;}
#share-popup .social ul a:hover{text-decoration:underline;color:#ea3e26;}
#share-popup .social a span{cursor:pointer;width:20px;height:20px;background:url(/templates/games/style/../dleimages/social-icons.png) 20px 20px no-repeat;position:absolute;left:0;top:0;}
#share-popup .social .tw span{background-position:0 -20px;}
#share-popup .social .tw:hover span{background-position:0 0;}
#share-popup .social .fb span{background-position:-20px -20px;}
#share-popup .social .fb:hover span{background-position:-20px 0;}
#share-popup .social .vk span{background-position:-40px -20px;}
#share-popup .social .vk:hover span{background-position:-40px 0;}
#share-popup .social .gp span{background-position:-60px -20px;}
#share-popup .social .gp:hover span{background-position:-60px 0;}
#share-popup .link{clear:both;border-top:1px solid #d9d9d9;padding:10px 5px 0 10px;line-height:1.2;overflow:hidden;margin:0 7px;}
#share-popup .link p{font-weight:bold;padding:0 0 3px 0;margin:0;}
#share-popup .link span{color:#999;font-size:10px;display:block;padding-top:3px;}
#share-popup .link a{display:block;}

.header .logo, .slider-top .slider-left .item .download:hover, .navigation, .navigation .pages span.nav_ext, .header .auth, .aside-right .vote-panel .fbutton:hover, .calendar a.monthlink:hover, .aside-right .tagscloud a:hover, .bbcodes, .bbcodes_poll, .comment .avatar, .comment .q .v, .article.opened h3, .article.opened h1, .mini-profile .counts a:hover, .mini-profile .counts span, .userinfo .links #edit, #loading-layer {background-color: #7FA832;}.article.opened .info{background-color:#709825}a,.header .logo,.item.news .title:hover,.article h3 a:hover,.article .info a:hover,.aside-right .vote-panel .vote label.active,.day-current,.userinfo .links .item > span,.footer .menu .title {color:#7FA832;}.navigation .pages span {background-color:#72982B;}.navigation a:hover,.bbcodes:hover,.bbcodes_poll:hover,.pmleft span.bbcodes:hover {background-color:#89B23B;}.navigation .thide span {color:#B4D379;}.timeline .date {color:#546436;}.aside-right .vote-panel .vote label.active:before {color:#98C247;text-shadow:0 0 5px rgba(152,194,71,0.35);}.slider-top .slider-right .item.slick-current,.ui-widget-header,.comment .avatar,.comment-body {border-color:#7FA832;}.article.opened .info,.article.opened .info a {color:#D7E4BE;}.fbutton {background:rgb(133,174,57);background:-moz-linear-gradient(top, rgba(133,174,57,1) 0%,rgba(127,168,50,1) 100%);background:-webkit-linear-gradient(top, rgba(133,174,57,1) 0%,rgba(127,168,50,1) 100%);background:linear-gradient(to bottom, rgba(133,174,57,1) 0%,rgba(127,168,50,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ae39',endColorstr='#7fa832',GradientType=0 );border-color:#648525;}.fbutton:hover {background:rgb(133,174,57);background:-moz-linear-gradient(top, rgba(133,174,57,1) 0%,rgba(133,174,57,1) 100%);background:-webkit-linear-gradient(top, rgba(133,174,57,1) 0%,rgba(133,174,57,1) 100%);background:linear-gradient(to bottom, rgba(133,174,57,1) 0%,rgba(133,174,57,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ae39',endColorstr='#85ae39',GradientType=0 );}

@media screen and (max-width: 1820px) {
	
	.opened .item.news .right {
		float: none;
		margin-top: 5px;
	}
	
	.editorcomm .checkbox {
		float: none;
		margin: 0 !important;
	}
	
}

@media screen and (max-width: 1750px) {
	
	.opened #contents_text .table .td.content_images a {
		height: 70px;
	}
	
}

@media screen and (max-width: 1680px) {
	
	.item.news .right {
		float: none;
		margin-top: 5px;
	}
	
}

@media screen and (max-width: 1600px) {
	
	.item.games .image-big,
	.item.games .image-big img {
		height: 180px;
	}
	
	.opened #contents_text .table .td.content_images a {
		height: 60px;
	}
	
}

@media screen and (max-width: 1520px) {
	
	.opened .item.news .rate {
		float: none;
		margin: 5px 0 0;
	}
	
}

@media screen and (max-width: 1500px) {
	
	.item.news .story {
		margin: 0 !important;
	}
	
	.item.news .title {
		margin: 0 0 0 200px;
	}
	
	.item.news .info {
		margin: 0 -75px 15px 200px;
	}
	
	.item.news.right .title {
		margin: 0 200px 0 0;
	}
	
	.item.news.right .info {
		margin: 0 200px 15px -75px;
	}
	
	.item.news .story .text {
		clear: both;
		padding-top: 15px;
	}
	
	.item.news .right{
		float: none;
		margin-top: 5px;
	}
	
	#contents_text .table .td.content_images a {
		height: 65px;
	}
	
}

@media screen and (max-width: 1460px) {
	
	.item.games {
		width: 33.33%;
	}
	
	.item.games .image-big,
	.item.games .image-big img {
		height: 215px;
	}
	
	.opened #contents_text .table .td.content_images a {
		height: 50px;
	}
	
}

@media screen and (max-width: 1400px) {
	
	.item.news .info .rate {
		float: none;
		margin: 5px 0 0;
	}
	
}

@media screen and (max-width: 1360px) {
	
	.userinfo .links .item {
		width: 33.33%;
	}
	
	.userinfo .links .item#edit {
		width: 100%;
	}
	
	.opened .item.games .image-big,
	.opened .item.games .image-big img {
		height: 160px;
	}
	
	.opened .item.news .story {
		float: none;
		margin: 5px 0 0;
	}
	
	.opened .item.news .image {
		float: none !important;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.opened .item.news .image span {
		width: 300%;
		margin-left: -100%;
	}
	
	.opened .item.news .image img {
		height: auto;
	}
	
	.opened .item.news .title {
		margin: 0 !important;
	}
	
	.opened .item.news .info {
		margin: 0 -75px 15px 0;
	}
	
	.opened .item.news.right .info {
		margin: 0 0 15px -75px;
	}
	
	.opened .item.news .story .text {
		clear: both;
		padding-top: 15px;
	}
	
	.opened .item.news .info .rate {
		float: right;
		margin: 0 0 0 15px;
	}
	
	.opened #contents_text .table .td.content_images a {
		height: 60px;
		width: 33.33%;
	}
	
}

@media screen and (max-width: 1340px) {
	
	.item.games .image-big,
	.item.games .image-big img {
		height: 180px;
	}
	
	#contents_text .table .td.content_images a {
		height: 55px;
	}
	
}

@media screen and (max-width: 1280px) {
	
	.item.games .image-big,
	.item.games .image-big img {
		height: 160px;
	}
	
	.item.news .story {
		float: none;
		margin: 5px 0 0;
	}
	
	.item.news .image {
		float: none !important;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.item.news .image span {
		width: 300%;
		margin-left: -100%;
	}
	
	.item.news .image img {
		height: auto;
	}
	
	.item.news .title {
		margin: 0 !important;
	}
	
	.item.news .info {
		margin: 0 -75px 15px 0;
	}
	
	.item.news.right .info {
		margin: 0 0 15px -75px;
	}
	
	.item.news .story .text {
		clear: both;
		padding-top: 15px;
	}
	
	.item.news .info .rate {
		float: right;
		margin: 0 0 0 15px;
	}
	
	.opened #contents_text .table .td.content_images a {
		height: 50px;
	}
	
}

@media screen and (max-width: 1200px) {
	
	.fullgame .right_col {
		width: 60%;
	}
	
	.fullgame .left_col {
		margin-right: 60%;
	}
	
	#contents_text .table .td.content_images a {
		height: 40px;
	}
	
	.opened #contents_text .table .td.content_images a {
		height: 50px;
		width: 50%;
	}
	
	.tableform .f_input, .tableform .xfields input, .tableform textarea, .tableform select {
		width: 100%;
	}
	
}

@media screen and (max-width: 1160px) {
	
	.item.games {
		width: 50%;
	}
	
	.item.games .image-big,
	.item.games .image-big img {
		height: 215px;
	}
	
	.footer .menu {
		width: 50%;
	}
	
	.footer .about {
		width: auto;
		float: none;
		clear: both;
		padding-top: 0;
	}
	
	#contents_text .table .td.content_images a {
		width: 33.33%;
	}
	
	.opened #contents_text .table,
	.opened #contents_text .table .tr,
	.opened #contents_text .table .td {
		display: block;
		width: auto !important;
		padding: 0 !important;
	}
	
	.opened #contents_text .table .td.content_images {
		text-align: left;
		margin-top: 30px;
	}
	
	.opened #contents_text .table .td.content_images a {
		width: 25%;
		height: 45px;
	}
	
}

@media screen and (max-width: 1100px) {
	
	.pmleft {
		width: auto;
		float: none;
	}
	
	.pmleft a {
		display: inline-block;
		text-align: center;
	}
	
	.pmleft a span {
		padding: 10px 20px;
	}
	
	.pmright {
		margin: 0;
	}
	
	.pm_status {
		border-bottom: 1px solid #F0F0F0;
		margin-top: 15px;
	}
	
	.opened .item.news {
		float: none !important;
		width: auto;
		border: none !important;
		margin: 30px !important;
		padding: 0 !important;
	}
	
	.opened .item.news .info {
		margin: 0 0 15px !important;
		padding: 20px 0 0 !important
	}
	
	.opened .item.news .info .q {
		display: none;
	}
	
	.opened .item.news .info .right {
		float: right;
		margin-top: 0;
	}
	
}

@media screen and (max-width: 1024px) {
	
	.slider-top .slider-left {
		float: none;
		width: auto;
		height: auto;
		margin-right: 30px;
	}
	
	.slider-top .slider-left .item .big-image-body,
	.slider-top .slider-left .item .big-image {
		width: 100%;
		height: 280px;
	}
	
	.slider-top .slider-left .item .about {
		max-width: 95%;
	}
	
	.slider-top .slider-right {
		margin-left: -20px;
	}
	
	#contents_text .table,
	#contents_text .table .tr,
	#contents_text .table .td {
		display: block;
		width: auto !important;
		padding: 0 !important;
	}
	
	#contents_text .table .td.content_images {
		text-align: left;
		margin-top: 30px;
	}
	
	#contents_text .table .td.content_images a {
		width: 25%;
		height: 85px;
	}
	
	.fullgame .right_col {
		float: none;
		width: auto;
	}
	
	.fullgame .right_col .highslide.image {
		display: block;
	}
	
	.fullgame .right_col .highslide.image img {
		width: 100%;
	}
	
	.fullgame .left_col {
		margin: 0;
	}
	
	.fullgame .left_col .highslide.image {
		display: none;
	}
	
	.userinfo .right {
		float: right;
		width: 200px;
	}
	
	.userinfo .uavatar {
		float: left;
		width: 100px;
	}
	
	.userinfo .avatar img {
		width: 100px;
	}
	
	.userinfo .cols {
		clear: both;
		margin: 0;
		padding-top: 15px;
	}
	
	.opened #contents_text .table .td.content_images a {
		height: 65px;
	}
	
}

@media screen and (max-width: 985px) {
	
	.item.games .image-big,
	.item.games .image-big img {
		height: 160px;
	}
	
	.userinfo .links .item {
		text-align: center;
	}
	
	.userinfo .links .item a,
	.userinfo .links .item span {
		font-size: 0;
	}
	
	.userinfo .links .item .fa {
		font-size: 14px;
	}
	
	.opened #contents_text .table .td.content_images a {
		height: 55px;
	}
	
}

@media screen and (max-width: 960px) {
	
	#contents_text .table .td.content_images a {
		height: 78px;
	}
	
}

@media screen and (max-width: 940px) {
	
	.item.news {
		float: none !important;
		width: auto;
		border: none !important;
		margin: 30px !important;
		padding: 0 !important;
	}
	
	.item.news .info {
		margin: 0 0 15px !important;
		padding: 20px 0 0 !important
	}
	
	.item.news .info .q {
		display: none;
	}
	
	.item.news .info .right {
		float: right;
		margin-top: 0;
	}
	
}

@media screen and (max-width: 900px) {
	
	.item.games {
		width: 100%;
	}
	
	.item.games .image-big .img-body {
		width: auto;
		height: auto;
		position: static;
		left: auto;
		top: auto;
	}
	
	.item.games .image-big,
	.item.games .image-big img {
		height: auto;
	}
	
	.item.games .image-big img {
		width: 100%;
	}
	
	.navigation .pages {
		clear: both;
		border-top: 3px solid #2C3942;
		margin: 0;
	}
	
	#contents_text .table .td.content_images a {
		height: 65px;
	}
	
	.fullgame .maintitle .rating {
		position: static;
		right: auto;
		top: auto;
		margin: 10px 0;
	}
	
	.fullgame .maintitle {
		padding-right: 30px;
	}
	
	.pmleft a {
		display: block;
		margin: 0;
	}
	
	.opened #contents_text .table .td.content_images a {
		width: 33.33%;
		height: 60px;
	}
	
}

@media screen and (max-width: 830px) {
	
	table.pm td {
		width: auto !important;
	}
	
	table.pm .pm_head {
		display: none;
	}
	
	table.pm td[align="center"] {
		display: none;
	}
	
	.pm td[colspan="3"] {
		display: none;
	}
	
	.opened #contents_text .table .td.content_images a {
		height: 50px;
	}
	
}

@media screen and (max-width: 780px) {
	
	.item.news .info .right {
		float: none;
		margin-top: 5px;
	}
	
	.footer .menu {
		width: auto;
		padding: 0;
		margin: 30px 15px;
		float: none;
	}
	
	#contents_text .table .td.content_images a {
		height: 55px;
	}
	
	.opened #contents_text .table .td.content_images a {
		height: 60px;
		width: 50%;
	}
	
}

@media screen and (max-width: 708px) {
	
	.header .auth {
		display: none;
	}
	
	.speedbar {
		margin-right: 30px;
	}
	
	.aside-nav .menu li.profile {
		display: list-item;
	}
	
	.aside-right,
	.content {
		width: auto;
		display: block;
	}
	
	.footer {
		border-right: none;
	}
	
	.aside-right .vote-panel #dle-vote {
		padding: 15px 0;
	}
	
	.aside-right .vote-panel .buttons {
		margin: 0;
	}
	
	.calendar td:first-child, .calendar th:first-child {
		padding-left: 0 !important;
	}
	
	.calendar td:last-child, .calendar th:last-child {
		padding-right: 0 !important;
	}
	
	.aside-right .tagscloud {
		margin: 0;
	}
	
	.footer .menu {
		width: 50%;
		margin: 0;
		padding: 30px 15px;
		float: left;
	}
	
	#contents_text .table .td.content_images a {
		height: 68px;
	}
	
	.opened #contents_text .table .td.content_images a {
		width: 33.33%;
		height: 70px;
	}
	
}

@media screen and (max-width: 660px) {
	
	.item.news .info .right .rate {
		float: none;
		margin: 5px 0 0;
	}
	
	#contents_text .table .td.content_images a {
		height: 58px;
	}
	
	.opened #contents_text .table .td.content_images a {
		height: 60px;
	}
	
}

@media screen and (max-width: 580px) {
	
	.opened #contents_text .table .td.content_images a {
		height: 50px;
	}
	
}

@media screen and (max-width: 520px) {
	
	.footer .menu {
		width: auto;
		margin: 30px 15px;
		padding: 0;
		float: none;
	}
	
	#contents_text .table .td.content_images a {
		width: 33.33%;
		height: 70px;
	}
	
	.opened #contents_text .table .td.content_images a {
		width: 50%;
		height: 60px;
	}
	
}

@media screen and (max-width: 460px) {
	
	.header .fa-list {
		float: right;
	}
	
	.aside-nav {
		width: 0;
	}
	
	.opened .aside-nav {
		width: 70px;
	}
	
	.opened .aside-nav li a {
		text-align: center;
	}
	
	.opened .aside-nav li .fa {
		margin-left: 0;
		float: none;
	}
	
	.opened .aside-nav li a span {
		display: none;
	}
	
	.opened .aside-nav li.active ul {
		display: none;
	}
	
	.opened .header .logo {
		width: 70px;
	}
	
	.opened .header .logo span {
		text-indent: -9999px;
	}
	
	.header #story {
		width: 100px;
	}
	
	.speedbar {
		display: none;
	}
	
	.header .fa-search {
		width: 60px;
	}
	
	.footer {
		border-left-width: 0;
	}
	
	.opened .footer {
		border-left-width: 70px;
	}
	
	.fullgame .counts {
		text-align: center;
	}
	
	.fullgame .counts .count {
		float: none;
	}
	
	.fullgame .counts a {
		float: none;
	}
	
	.fullgame .right_buttons {
		clear: both;
		display: block;
		padding-top: 15px;
	}
	
	.aside-right .tagscloud {
		margin: 0 20px;
	}
	
	.footer {
		padding: 20px 5px;
	}
	
	.aside-right .vote-panel #dle-vote {
		padding: 15px;
	}
	
	.aside-right .vote-panel .vtitle {
		padding: 15px 20px;
	}
	
	.timeline .item-body {
		margin: 0 20px 0 41px;
	}
	
	.linetitle {
		margin: 0 20px;
	}
	
	.opened .aside-right .tagscloud {
		margin: 0;
	}
	
	.opened .footer {
		padding: 20px 15px;
	}
	
	.opened .aside-right .vote-panel #dle-vote {
		padding: 15px 0;
	}
	
	.opened .aside-right .vote-panel .vote label:before {
		margin-left: -15px;
	}
	
	.opened .aside-right .vote-panel .vtitle {
		padding: 15px;
	}
	
	.opened .timeline .item-body {
		margin: 0 15px 0 21px;
	}
	
	.opened .linetitle {
		margin: 0 15px;
	}
	
	.opened #contents_text .table .td.content_images a {
		height: 70px;
	}
	
}

@media screen and (max-width: 380px) {
	
	.item.news .image {
		width: auto;
		height: auto;
	}
	
	.item.news .image span {
		width: auto;
		margin-left: 0;
	}
	
	.item.news .image img {
		width: 100%;
	}
	
	.navigation a.fa-angle-up {
		clear: both;
		float: none;
		display: block;
		text-align: center;
	}
	
	.footer .right-menu li {
		display: list-item;
		margin: 5px 0;
	}
	
	#contents_text .table .td.content_images a {
		height: 55px;
	}
	
	.pmleft a span {
		padding: 10px 5px;
		font-size: 12px;
	}
	
	.opened #contents_text .table .td.content_images a {
		height: 55px;
	}
	
}

@media screen and (max-width: 330px) {
	
	.navigation span.thide {
		float: none !important;
		display: block;
		width: auto;
		text-align: center;
	}
	
	.navigation .thide a,
	.navigation .thide span {
		display: block;
	}
	
	#contents_text .table .td.content_images a {
		height: 45px;
	}
	
	.opened #contents_text .table .td.content_images a {
		height: 45px;
	}
	
}


@font-face{font-family:'FontAwesome';src:url(/templates/games/font-awesome/fontawesome-webfont.eot?v=4.5.0);src:url(/templates/games/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(/templates/games/font-awesome/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(/templates/games/font-awesome/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(/templates/games/font-awesome/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(/templates/games/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal;font-display:swap;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}


