/*=================================*/
/* Coder: FalconHQ
/* http://falconhq.eu/
/* http://falconhq.deviantart.com/
/* http://facebook.com/falconhq.eu
/* Skype: theikid123
/*=================================*/

img {
	border:none;
	outline:none;
}

a img{
	border:none;
	outline:none;
}

a {
	transition-duration: 0.5s; 
	transition-property: color;
}

a:hover {
	transition-duration: 0.5s; 
	transition-property: color;
}

a {
	color:#9f1919;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}

body {
	background:url('../images/bg.gif') no-repeat center top #170d24;
	height:2070px;
	margin:0;
	padding:0;
	color:#434146;
	font:12px Arial, Tahoma, Helvetica, sans-serif;
}

#wrapper {
	width:1030px;
	margin:0 auto;
	padding:0 auto;
	position:relative;
	z-index:1;
}

nav {
	background:url('../images/menubg.png') no-repeat;
	width:1030px;
	height:102px;
}

nav ul#menu {
    list-style-type:none;
    margin:0 24px;
    padding:0;
    overflow:hidden;
	display:flex;
}

nav ul#menu li {
    
}

nav ul#menu li a.home {
	background:url('../images/menu.png') 0 0 no-repeat;
	width:157px;
	height:67px;
	display:block;
}

nav ul#menu li a.home .fhover {
	background:url('../images/menu.png') 0 -67px;
	width:157px;
	height:67px;
}

nav ul#menu li a.features {
	background:url('../images/menu.png') -158px 0 no-repeat;
	width:152px;
	height:67px;
	display:block;
	margin-left:1px;
}

nav ul#menu li a.features .fhover {
	background:url('../images/menu.png') -158px -67px;
	width:152px;
	height:67px;
}

nav ul#menu li a.media {
	background:url('../images/menu.png') -311px 0 no-repeat;
	width:144px;
	height:67px;
	display:block;
	margin-left:1px;
}

nav ul#menu li a.media .fhover {
	background:url('../images/menu.png') -311px -67px;
	width:144px;
	height:67px;
}

nav ul#menu li a.register {
	background:url('../images/menu.png') -456px 0 no-repeat;
	width:150px;
	height:67px;
	display:block;
	margin-left:1px;
}

nav ul#menu li a.register .fhover {
	background:url('../images/menu.png') -456px -67px;
	width:150px;
	height:67px;
}

nav ul#menu li a.community {
	background:url('../images/menu.png') -607px 0 no-repeat;
	width:176px;
	height:67px;
	display:block;
	margin-left:1px;
}

nav ul#menu li a.community .fhover {
	background:url('../images/menu.png') -607px -67px;
	width:176px;
	height:67px;
}

nav ul#menu li a.tcoin {
	background:url('../images/menu.png') -784px 0 no-repeat;
	width:198px;
	height:67px;
	display:block;
	margin-left:1px;
}

nav ul#menu li a.tcoin .fhover {
	background:url('../images/menu.png') -784px -67px;
	width:198px;
	height:67px;
}

nav ul#menu li.dd {
    
}

nav ul#menu .ddc {
    display:none;
    position:absolute;
    background-color:#221931;
    width:144px;
    box-shadow:0px 2px 4px rgba(255,128,65,0.3);
	margin-left:0px;
	border-left:solid 1px #e5a53c;
	border-right:solid 1px #e5a53c;
	border-bottom:solid 1px #e5a53c;
}

nav ul#menu .ddc a {
	border-top:solid 1px #e5a53c;
    padding: 12px 16px;
    text-decoration:none;
    display:block;
    text-align:left;
	font:11px Arial, sans-serif;
	color:#fdf753;
	text-transform:uppercase;
	text-shadow:0 0 10px rgba(255, 128, 65, 1);
}

nav ul#menu .ddc a:hover {
	color:#fff;
    text-decoration:none;
	text-shadow:0 0 5px rgba(255, 255, 255, 1);
}

nav ul#menu .dd:hover .ddc {
    display: block;
}

#top {
	height:200px;
	margin-left:329px;
	margin-top:195px;
}

#top .playnow {
	background:url('../images/playnow.png') 0 0 no-repeat;
	width:372px;
	height:109px;
	margin-top:91px;
	display:inline-block;
	vertical-align:top;
}

#top .playnow .fhover {
	background:url('../images/playnow.png') 0 -109px;
	width:372px;
	height:109px;
}

#top .online {
	background:url('../images/orb_online.png') no-repeat;
	width:111px;
	height:165px;
	margin-left:75px;
	margin-top:22px;
	display:inline-block;
	vertical-align:top;
}

#top .offline {
	background:url('../images/orb_offline.png') no-repeat;
	width:111px;
	height:165px;
	margin-left:75px;
	margin-top:22px;
	display:inline-block;
	vertical-align:top;
}

#content {
	width:982px;
	height:1390px;
	margin:0 24px;
	padding:0 auto;
	display:flex;
}

#content #news {
	width:564px;
	margin-left:47px;
}

#content #news .viewport
{
    height: 1300px;
    overflow:hidden;
    position:relative;
}

#content #news .overview
{
    list-style:none;
    position:absolute;
    left:0;
    top:0;
    margin:0;
}

#content #news .overview img
{
    max-width:100%;
    max-height:100%;
}

#content #news .scrollbar
{
    background:transparent url(images/bg-scrollbar-track-y.html) no-repeat 0 0;
    position:absolute;
    background-position:0 0;
    right: -20px;
    top:0;
    width:15px;
}

#content #news .track
{
    background:transparent url(images/bg-scrollbar-trackend-y.html) no-repeat 0 100%;
    height:100%;
    width:13px;
    position:relative;
    padding:0 1px;
}

#content #news .thumb
{
    background:transparent url(images/bg-scrollbar-thumb-y.html) no-repeat 50% 100%;
    height:20px;
    width:25px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    left:-5px;
}

#content #news .thumb .end
{
    background:transparent url(images/bg-scrollbar-thumb-y.html) no-repeat 50% 0;
    overflow:hidden;
    height:5px;
    width:25px;
}

#content #news .disable
{
    display:none;
}

.noSelect
{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}

#sliderbg {
	background:url('../images/slider/bg.png') no-repeat;
	width:554px;
	height:210px;
	padding:8px;
	margin:45px 0 0 5px;
}

#sliderbg #slider {
	background:#cbb89e;
	width:538px;
	height:194px;
}

#gallerys {
	width:564px;
    height: 1300px;
	margin-left:47px;
}

#gallerys .screenshots {
	margin-bottom:7px;
	margin-left:10px;
}

#gallerys .thumb {
	border:1px solid #06131a;
	width:132px;
	height:65px;
}

#content #news article {
	width:564px;
	margin-top:-10px;
}

#content #news article #nl {
	width:147px;
	display:inline-block;
	vertical-align:top;
}

#content #news article #nl .icon1 {
	background:url('../images/news/icon1.png') no-repeat;
	width:147px;
	height:150px;
}

#content #news article #nl a.more {
	background:url('../images/news/more.png') no-repeat;
	width:145px;
	height:54px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	text-shadow:0 0 6px rgba(247, 0, 0, 0.6);
	font:normal 12px Arial, sans-serif;
	color:#fff3e1;
	line-height:54px;
	vertical-align:middle;
	transition:0.3s;
}

#content #news article #nl a.more:hover {
	background:url('../images/news/more_hover.png') no-repeat;
	width:145px;
	height:54px;
}

#content #news article #nl a {
	background:url('../images/news/more.png') no-repeat;
	width:145px;
	height:54px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	text-shadow:0 0 6px rgba(247, 0, 0, 0.6);
	font:normal 12px Arial, sans-serif;
	color:#fff3e1;
	line-height:54px;
	vertical-align:middle;
	transition:0.3s;
}

#content #news article #nl a:hover {
	background:url('../images/news/more_hover.png') no-repeat;
	width:145px;
	height:54px;
}

#content #news article #nr {
	width:410px;
	display:inline-block;
	vertical-align:top;
	margin-top:7px;
}

#content #news article #nr .ntitle {
	width:410px;
	text-transform:uppercase;
	font:normal 12px Arial, sans-serif;
	color:#1f152d;
}

#content #news article #nr .ntitle .date {
	float:right;
	font-weight:bold;
	color:#0b0614;
}

#content #news article #nr .text {
	width:410px;
	word-break:break-word;
	margin-top:2px;
}

#content #news article #nr #limit {
	height:198px;
}

#content #news article #ndiv {
	background:url('../images/news/divider.png') no-repeat;
	width:564px;
	height:29px;
	margin-bottom:10px;
}

#content #news #pagination {
	text-align:center;
}

#content #news #pagination a {
	background:url('../images/news/pagi.png') no-repeat;
	width:24px;
	height:24px;
	display:inline-block;
	margin:0 3px;
	font:normal 12px Arial, sans-serif;
	color:#ffe6c6;
	text-align:center;
	text-decoration:none;
	line-height:25px;
	vertical-align:middle;
}

#content #news #pagination a:hover, 
#content #news #pagination a:active {
	text-decoration:none;
}

#content #panels {
	width:322px;
	margin-left:42px;
}

#content #panels #stitle {
	background:url('../images/side_title.png') no-repeat;
	width:322px;
	height:52px;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0 0 6px rgba(56, 18, 60, 0.7);
	font:normal 12px Arial, sans-serif;
	color:#ccbbd4;
	line-height:62px;
	vertical-align:middle;
}

#content #panels #sbg {
	background:url('../images/side_bg.png') repeat-y;
	width:314px;
	min-height:36px;
	margin-left:4px;
}

#content #panels #sbot {
	background:url('../images/side_bot.png') no-repeat;
	width:322px;
	height:36px;
	margin-top:-28px;
	margin-bottom:10px;
}

#content #panels #buttons {
	width:290px;
	margin:0 auto;
	padding:9px 0;
}

#content #panels #buttons .client {
	background:url('../images/buttons.png') 0 0 no-repeat;
	width:290px;
	height:80px;
	display:block;
}

#content #panels #buttons .client .fhover {
	background:url('../images/buttons.png') -290px 0;
	width:290px;
	height:80px;
}

#content #panels #buttons .updater {
	background:url('../images/buttons.png') 0 -80px no-repeat;
	width:290px;
	height:80px;
	display:block;
	margin-top:6px;
}

#content #panels #buttons .updater .fhover {
	background:url('../images/buttons.png') -290px -80px;
	width:290px;
	height:80px;
}

#content #panels #buttons .techsupport {
	background:url('../images/buttons.png') 0 -160px no-repeat;
	width:290px;
	height:60px;
	display:block;
	margin-top:6px;
}

#content #panels #buttons .techsupport .fhover {
	background:url('../images/buttons.png') -290px -160px;
	width:290px;
	height:60px;
}

#content #panels #vote {
	width:290px;
	margin:0 auto;
	padding:9px 0;
}

#content #panels #vote .hopzone {
	background:url('../images/hopzone.png') 0 0 no-repeat;
	width:290px;
	height:80px;
	display:block;
}

#content #panels #vote .hopzone .fhover {
	background:url('../images/hopzone.png') -290px 0;
	width:290px;
	height:80px;
}

#content #panels #vote .topzone {
	background:url('../images/topzone.png') 0 0 no-repeat;
	width:290px;
	height:80px;
	display:block;
	margin-top:6px;
}

#content #panels #vote .topzone .fhover {
	background:url('../images/topzone.png') -290px 0;
	width:290px;
	height:80px;
}

#content #panels #vote .l2network {
	background:url('../images/network.png') 0 0 no-repeat;
	width:290px;
	height:80px;
	display:block;
	margin-top:6px;
}

#content #panels #vote .l2network .fhover {
	background:url('../images/network.png') -290px 0;
	width:290px;
	height:80px;
}

#content #panels #vote .l2topservers {
	background:url('../images/topservers.png') 0 0 no-repeat;
	width:290px;
	height:80px;
	display:block;
	margin-top:6px;
}

#content #panels #vote .l2topservers .fhover {
	background:url('../images/topservers.png') -290px 0;
	width:290px;
	height:80px;
}

#content #panels #vote .mmotopeu {
	background:url('../images/mmotop.png') 0 0 no-repeat;
	width:290px;
	height:80px;
	display:block;
	margin-top:6px;
}

#content #panels #vote .mmotopeu .fhover {
	background:url('../images/mmotop.png') -290px 0;
	width:290px;
	height:80px;
}

#content #panels #vote .topco {
	background:url('../images/topco.png') 0 0 no-repeat;
	width:290px;
	height:80px;
	display:block;
	margin-top:6px;
}

#content #panels #vote .topco .fhover {
	background:url('../images/topco.png') -290px 0;
	width:290px;
	height:80px;
}

#content #panels #vote .topgameserver {
	background:url('../images/topgameserver.png') 0 0 no-repeat;
	width:290px;
	height:80px;
	display:block;
	margin-top:6px;
}

#content #panels #vote .topgameserver .fhover {
	background:url('../images/topgameserver.png') -290px 0;
	width:290px;
	height:80px;
}

#content #panels #vote .votescom {
	background:url('../images/votescom.png') 0 0 no-repeat;
	width:290px;
	height:80px;
	display:block;
	margin-top:6px;
}

#content #panels #vote .votescom .fhover {
	background:url('../images/votescom.png') -290px 0;
	width:290px;
	height:80px;
}

#content #panels #vote .l2jbrasil {
	background:url('../images/l2jbrasil.png') 0 0 no-repeat;
	width:290px;
	height:80px;
	display:block;
	margin-top:6px;
}

#content #panels #vote .l2jbrasil .fhover {
	background:url('../images/l2jbrasil.png') -290px 0;
	width:290px;
	height:80px;
}

#content #panels #posts {
	width:306px;
	margin:0 auto;
	padding:0;
}

#content #panels #posts .fic {
	background:url('../images/forum_icon.png') no-repeat left;
	width:20px;
	height:23px;
	position:absolute;
}

#content #panels #posts .topic {
	height:23px;
	margin:0 auto;
	padding:6px 10px;
	text-transform:uppercase;
	color:#280900;
	position: relative;
	z-index:1;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

#content #panels #posts .topic:after {
	background:#52475e;
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transform:rotateX(90deg)	perspective(400px);
	-moz-transform:rotateX(90deg)	perspective(400px);
	-o-transform:rotateX(90deg)	perspective(400px);
	transform:rotateX(90deg)	perspective(400px);
	z-index:-1;
	-webkit-transition:all	0.3s	ease;
	-o-transition:all	0.3s	ease;
	-moz-transition:all	0.3s	ease;
	transition:all	0.3s	ease;
}
#content #panels #posts .topic:hover:after {
	height:100%;
	-webkit-transform:rotateX(0deg);
	-moz-transform:rotateX(0deg);
	-o-transform:rotateX(0deg);
	transform:rotateX(0deg);
}

#content #panels #posts .topic:hover {
	/*transform: rotateY(360deg);*/
}


#content #panels #posts .topic .tname {
	width:262px;
	font:12px Arial, sans-serif;
	color:#f6e5ff;
	padding-left:28px;
}

#content #panels #posts .topic .tname a {
	width:290px;
	font:12px Arial, sans-serif;
	color:#f6e5ff;
	text-decoration:none;
}

#content #panels #posts .topic .tname a:active {
	text-decoration:none;
}

#content #panels #posts .topic .dauthor {
	font:10px Arial, sans-serif;
	color:#cabcd1;
	float:left;
	padding-left:28px;
}

#content #panels #posts .topic .date {
	font:10px Arial, sans-serif;
	color:#cabcd1;
	text-align:right;
	float:right;
}

#content #panels #posts hr {
	border-top:1px dotted #826f96;
	margin:0 auto;
	width:290px
}

#content #panels #faceb {
	width:300px;
	margin:0 auto;
	padding:6px 0;
}

footer {
	text-align:center;
	text-transform:uppercase;
	margin-top:135px;
}

footer h1 {
	font:normal 10px Arial, sans-serif;
	color:#cfb8e7;
}

footer h2 {
	font:normal 9px Arial, sans-serif;
	color:#836e9a;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}