/**
 * 1. Header 
 * 2. Content
 * 3. Footer
 * 4. Page style
*/
/****** --- [ HELPERS ] --- ******/
.p-l {float: left}
.p-r {float: right}
.o-h {overflow: hidden}
.d-b {display: block}
.t-r {text-align: right}
.t-l {text-align: right}
.t-c {text-align: center}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

/****** --- [ BOX MODEL FIX ] --- ******/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/****** --- [ NORMALIZE ] --- ******/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}


/****** --- [ CLEARFIX ] --- ******/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {clear: both}
.clearfix {*zoom: 1}
.clear {
  clear: both;
}


/****** --- [ TYPOGRAHPICS ] --- ******/
a {
  text-decoration:none;
  color:#53c0ff;
}
a:hover {
  text-decoration:none;
}
.b-r-5 {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
blockquote, q {
  background:yellow;
  padding-left:20px;
  margin:0 0 20px 20px;
}



b,
strong {
  font-weight: bold;
}
h1,h2,h3,h4,h5 {
  font-weight: normal;
}
small {
  font-size: 80%;
}

img,
figure {
  border: 0;
  max-width: 100% !important;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/****** --- [ COMMON ] --- ******/
::selection {
  background: #2D89F9;
  color: #000;
}
html,body {
  position: relative;
  height: 100%;
}
/**
 * Remove default margin.
 */
body {
  font-size: 14px;
  font-family:  Arial,Helvetica,sans-serif;
  background-color: #04060c;
  color: #000;
  margin: 0;
  min-width: 920px;
}
body.home {
  background: #04060c url(images/bg-home.png) center top no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.home.epic-war {
  background-image: url(images/bg-home.png);
}
.container {
  height:auto!important;
  height:100%;
  min-height:100%;
  display: block;
  margin: 0 auto;
  width: 920px;
  background: #252525;
  position: relative;
}
.wrapper {
  display: block;
  margin: 0 auto;
  width: 920px;
  position: relative;
}
.top-wrapper {
  display: block;
  margin: 0 auto;
  width: 928px;
  position: relative;
  background: url(images/border-nav.png) left 1px no-repeat, url(images/border-nav.png) right 1px no-repeat;
}
/********************************************************************
 * 1. Header
********************************************************************/
#header .top {
  height: 100%;
  min-height: 72px;
  background: url(images/bg-top.jpg) center top repeat-x;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 3px 20px 0 rgba(0,0,0,.5);
  -ms-box-shadow: 0 3px 20px 0 rgba(0,0,0,.5);
  -o-box-shadow: 0 3px 20px 0 rgba(0,0,0,.5);
  box-shadow: 0 3px 20px 0 rgba(0,0,0,.5);
  position: relative;
}
#main ul {
  display: table;
  height: 71px;
  margin: 0;
  padding: 0 5px;
  background: url(images/border-nav.png) left 1px no-repeat;
}
#main ul li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  min-width: 135px;
  text-align: center;
  border: 0;
  border-right: 6px solid transparent;
  -moz-border-image:url(images/border-nav.png) 0 6 0 0;
  -webkit-border-image:url(images/border-nav.png) 0 6 0 0;
  -o-border-image:url(images/border-nav.png) 0 6 0 0;
  -ms-border-image:url(images/border-nav.png) 0 6 0 0;
  border-image:url(images/border-nav.png) 0 6 0 0;
 background-position: left bottom;
 background-repeat: repeat-x; 
}
#main ul li:last-child {
 border: none;
}
#main ul li.current-menu-item {
  background: none;
}
#main ul li.current-menu-parent {
  
}
#main ul li a {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 24px 0; 
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#main ul li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 66px;
  z-index: -1;
  opacity: 0;
   background: #0386d6; /* Old browsers */
  background: -moz-linear-gradient(top,  #0386d6 0%, #00588a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0386d6), color-stop(100%,#00588a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0386d6 0%,#00588a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0386d6 0%,#00588a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0386d6 0%,#00588a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0386d6 0%,#00588a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0386d6', endColorstr='#00588a',GradientType=0 ); /* IE6-9 */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main ul li a:hover:after {
    opacity: .8;
  }
.top .logo {
  width: 345px;
  height: 54px;
  margin: 9px 35px 0;
  background: url(images/logo.png) 0 0 no-repeat;
}
.top .logo2 {
  width: 345px;
  height: 54px;
margin: 14px 35px 0;
    color: white;
    font-size: 40px;
}
.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 71px;
  left: -39px;
  width: 214px;
  height: 50px;
  background: rgba(0,0,0,.8) !important;
  border-top: 1px solid #2b2b2b;
  padding: 0 !important;
  z-index: 10001;
  -webkit-box-shadow: 2px 7px 15px 0 rgba(0,0,0,.5), -2px 2px 15px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 2px 7px 15px 0 rgba(0,0,0,.5), -2px 2px 15px 0 rgba(0,0,0,.5);
  -ms-box-shadow: 2px 7px 15px 0 rgba(0,0,0,.5), -2px 2px 15px 0 rgba(0,0,0,.5);
  -o-box-shadow: 2px 7px 15px 0 rgba(0,0,0,.5), -2px 0 15px 0 rgba(0,0,0,.5);
  box-shadow: 2px 7px 15px 0 rgba(0,0,0,.5), -2px 2px 15px 0 rgba(0,0,0,.5);
   -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#main ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.sub-menu li {
  display: block !important;
  background: none !important;
  border: none !important;
  width: auto !important;
  text-align: left !important;
  border-bottom: 1px solid #2b2b2b !important;
}

.sub-menu li:last-child {
  border: none !important;
}
.sub-menu li a:after {
  opacity: 1 !important;
  background: none !important;
}
.sub-menu li a:hover:after {
  opacity: 1 !important;
}
.sub-menu li:hover a {
  color: #53c0ff !important; 
}
.sub-menu li a {
  font-size: 18px !important;
  padding: 14px 10px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/********************************************************************
 * 2. Content
********************************************************************/
div[role="content"] {
  padding: 0 0 82px 0;
}
.main-home {
   padding: 0 20px 0 20px;
}
.main-home h1 { 
  margin: 16px 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.main-home h2 {
  margin: 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.top-news-bl {
  position: relative;
  min-height:449px; 
  background: url(images/img-1.jpg) center top no-repeat;
  -webkit-box-shadow: 0 6px 13px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 6px 13px 0 rgba(0,0,0,.5);
  -ms-box-shadow: 0 6px 13px 0 rgba(0,0,0,.5);
  -o-box-shadow: 0 6px 13px 0 rgba(0,0,0,.5);
  box-shadow: 0 6px 13px 0 rgba(0,0,0,.5);
}
.top-news-bl a {
  position: absolute;
  bottom: 18px;
  width: 164px;
  height: 51px;
}
.top-news-bl .button-google-play {
  left: 30px;
  background: url(images/but-google-play.png) 0 0 no-repeat;
}
.top-news-bl .button-app-store {
  left: 222px;
  background: url(images/but-app-store.png) 0 0 no-repeat;
}
.top-news-bl .button-amazon {
left: 412px;
background: url(images/available_on_amazon.png) 0 0 no-repeat;
background-size: 100% 100%;
}
.top-news-bl .button-ru-store {
left: 412px;
background: url(images/rustore.svg) 0 0 no-repeat;
background-size: 100% 100%;
width: 145px;
height: 51px;
}
.top-news-bl .button-steam {
left: 602px;
background: url(/wp-content/uploads/2019/04/available_on_steam.png) 0 0 no-repeat;
background-size: 100% 100%;
}
.top-news-bl .gethover:hover:before {
    background: rgba(66,176,255,.3);
}
.top-news-bl .gethover:before {
width:100%;
height:100%;
content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
border-radius: 10px;
}
.main-home article {
    padding: 0 10px;
    width: 291px;
    min-height: 328px;
    background: #2d2d2d;
    margin: 1px;
}
.main-home article figure {
  margin: 0 0 13px 0;
  padding: 0;
}
.main-home article figure img {
  width: 273px;
  height: 154px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  -ms-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  -o-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
}
.main-home article figure a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 154px;
}
.main-home article figure a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 273px;
  height: 154px;
  /*-moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px; */
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-home article figure a:hover:before {
  background: rgba(66,176,255,.3);
}
.main-home article p {
  color: #aaaaaa;
  margin: 0;
  line-height: 18px;
}
.main-home article .desc {
  height: 128px;
  overflow: hidden;
  padding: 0 8px;
}
.main-home article p a {
  text-decoration: none;
  font-weight: bold;
  color: #53c0ff;
}
.main-home article .title-main {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 12px 0;
  color: #fff;
  text-decoration: none;
}
.main-home article .title-main span {
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-home article .title-main span:hover {
  border-bottom: 1px solid #53c0ff;
}
.main-home article .more {
  display: inline-block;
  color: #53c0ff;
  text-decoration: none;
  margin: 3px 0 0 0; 
  padding: 0 8px;
}

/********************************************************************
 * 3. Footer
********************************************************************/
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; 
  min-height: 59px;
  background: #1b1c1e;
  border-top: 1px solid #000;
}
#footer .wrapper div.right,div.left {
  width: 50%;
  padding: 20px 30px 0;
}
#footer .wrapper div.right {
  text-align: right;
}
#footer span {
  color: #747474;
  display: inline-block;
}
#footer a {
  display: inline-block;
  color: #aaaaaa;
  text-decoration: none;
  line-height: 20px;
}
#footer .condition {
  letter-spacing: -0.1px;
}
/********************************************************************
 * 4. Page style
********************************************************************/
.content-nav {
  min-height: 41px;
  background: url(images/bg-menu-content.jpg)  0 0 no-repeat;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  -ms-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  -o-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
}
.content-nav ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 416px;
}
.content-nav ul li {
  display: inline-block;
  vertical-align: middle;
  height: 41px;
  width: 193px;
  text-align: center;
}
.content-nav ul li:first-child {
  margin: 0 30px 0 0;
}
.content-nav ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
}
.content-nav ul li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 37px;
  z-index: -1;
  opacity: 0;
   background: #0386d6; /* Old browsers */
  background: -moz-linear-gradient(top,  #0386d6 0%, #00588a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0386d6), color-stop(100%,#00588a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0386d6 0%,#00588a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0386d6 0%,#00588a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0386d6 0%,#00588a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0386d6 0%,#00588a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0386d6', endColorstr='#00588a',GradientType=0 ); /* IE6-9 */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-nav ul li a:hover:after {
    opacity: .8;
  }
.main {
  padding: 0 30px 17px;
  background: url(images/bg-top.png) center bottom no-repeat;
}
.main.contact {
  background: none;
}
.main .top {
    margin: 5px 0 10px 0;
    padding-top: 20px;
}
.main.contact .description p {
  margin: 0 0 18px 0;
}
.main .top h2 {
  margin: 0;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  width: 770px;
}
.main .top .date {
  float: none;
  display: inline-block;
  vertical-align: bottom;
  color: #747474;
  margin: 0 0 9px;
  letter-spacing: -0.3px;
}
.main .description .gallery-item {
  margin: 0;
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  float: none;
  margin-top: 0 !important;
}
.main .description .gallery-item .attachment-medium {
  display: inline-block;
  vertical-align: top;
  margin: 0 40px 21px 0;
}
.main .description .gallery-item a[rel="screenshot"] {
  display: block;
  width: 260px;
  height: 173px;
  position: relative;
  margin: 0 40px 29px 0;
}
.galleryid-588 .gallery-item {
    float: left !important;
    margin-top: 10px;
    text-align: center;
    width: 33% !important;
}
.main .description img.alignleft {
  margin: 2px 20px 0 0;
}
.main .description img.center {
  margin: 0 40px 0 0;
}
.main .description img.aligncenter {
  display: block;
  margin: 0 auto;
}
.main .description img.alignright {
  margin: 2px 0 0 20px;
}
.main .description .gallery-item img {
  width: 260px;
  height: 173px;
}
.main .description img {
  position: relative;
  border: none !important;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  -ms-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  -o-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
}
.main .description .center:nth-child(3) {
margin: 0 0px 29px 0;
}
.main .description .gallery-item:nth-child(3) .attachment-medium {
margin: 0 0px 29px 0;
}
.main .description .gallery-item:nth-child(3) a[rel="screenshot"] {
margin: 0 0px 29px 0;
}
.main .description .gallery-item a[rel="screenshot"]:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 173px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .description .gallery-item a[rel="screenshot"]:hover:after {
  background: rgba(66,176,255,.3);
}
.main .description div {
  color: #aaaaaa;
  line-height: 18px;
  margin: 0 0 21px 0;
}
.main .description p, .main .description span, .main .description td {
  color: #aaaaaa;
  line-height: 18px;
  margin: 0 0 21px 0;
}
/*.main .description div p {
  margin: -2px 0 0 0;
}
.main .description div {
  display: inline-block;
  width: 100%;
  margin: 0 0 19px 0;
}*/
.main .description i {
  display: block;
  margin: 0 0 20px 0;
  color: #747474;
  line-height: 17px;
}
.main .description p:last-child {
  margin: 0;
}
.soc-icon {
  min-height: 31px;
  padding: 14px 7px 0;
}
.soc-icon iframe {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 97px !important;
}
.soc-icon div {
  margin: 0;
  display: inline-block !important;
  vertical-align: top !important;
  margin-right: 20px;
}
iframe {
  margin: 25px auto 6px;
  display: block;
}
#contact {
  padding: 21px 104px;
}
#contact div {
  margin: 0 0 10px 0;
}
#contact input {
  outline: none;
  background: #121212;
  border: 1px solid #2e2e2e;
  height: 42px;
  width: 255px;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}
#contact textarea {
  outline: none;
  background: #121212;
  border: 1px solid #2e2e2e;
  height: 224px;
  width: 556px;
  font-size: 14px;
  color: #fff;
  padding: 12px 10px;
  resize: none;
}
#contact label {
  min-width: 38px;
  font-size: 14px;
  color: #aaaaaa;
  display: inline-block;
  margin: 0 10px 0 0;
}
#contact label[for="you-message"] {
  margin: 13px 0px 0 10px;
}
#contact input[type="submit"] {
  background: url(images/bg-but.png) 0 0 no-repeat;
  width: 194px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  border: none;
}
.main.archive h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  float: left;
  margin: 6px 118px 0 0;
}
.main.archive .select-bl label {
  color: #aaaaaa;
  min-width: 39px;
  margin: 0 5px 0 0;
}
.main.archive .top {
  padding: 20px 0 28px;
}
.main.archive .select-bl:first-child {
  margin: 0 17px 0 0;
}
.main.archive .archive-bl p {
  color: #aaaaaa;
  line-height: 18px;
  margin: 0 0 5px;
}
.main.archive .archive-bl .read-more {
  position: absolute;
  bottom: 27px;
  display: inline-block;
  color: #53c0ff;
  text-decoration: none;
}
.main.archive .archive-bl figure {
  margin: 0;
  padding: 0; 
}
.main .description figure {
  margin: 0;
  padding: 0;
  margin: 0 20px 0 0;
}
.main .archive-bl figure div {
  width: auto;
  margin: 0;
}
.main.archive .archive-bl img {
  width: 271px;
  height: 154px;
}
.main.archive .archive-bl figure a {
  display: inline-block;
  width: 271px;
  height: 154px;
  position: relative;
  margin: 0 20px 0 0;
}
.main.archive .archive-bl figure a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 271px;
  height: 154px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.main.archive .archive-bl figure a:after {
  content: '';
  display: none;
  position: absolute;
  top: 31px;
  left: 89px;
  width: 92px;
  height: 92px;
  background: transparent;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main.archive .archive-bl figure a:hover:before {
  background: rgba(66,176,255,.3);
}
.main.archive .archive-bl figure a:hover:after {
  background: url(images/play-icon.png) 0 0 no-repeat;
}
.main.archive .archive-bl .news-title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 13px 0;
  padding: 7px 0 0;
}
.main.archive .archive-bl .news-title span {
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main.archive .archive-bl .news-title span:hover {
  border-bottom: 1px solid #53c0ff;
}
.main.archive .archive-bl .date {
  display: block;
  color: #747474;
  margin: 0 0 14px;
}
.main.archive .archive-bl {
  position: relative;
  visibility: hidden;
  padding: 0 0 2px;
  margin: 0 0 12px;
  background: url(images/bg-top.png) center bottom no-repeat;
}
.main.archive .archive-bl:last-child {
  background: none;
  margin: 0;
  padding: 0;
}
.main.archive {
  background: none;
  padding: 0 30px 0;
}
.fancybox-margin {
  margin-right: 0 !important;
  overflow: auto !important;
}
.not-valid {
border: 1px solid red !important;
}
.home-content-bl {
  margin: 10px 0 0;
  padding: 0 31px 26px;
  background: url(images/bg-top.png) center bottom no-repeat;
}
.home-content-bl .img-home-bottom div.b-l {
  margin: 0;
  padding: 0;
  margin: 0 40px 0 0;
  position: relative;
}
.home-content-bl .img-home-bottom div.b-l img {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  -ms-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  -o-box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
}
.home-content-bl .img-home-bottom div.b-l:nth-child(3n) {
  margin: 0;
}
.home-content-bl .img-home-bottom .desc {
  position: absolute;
  padding: 28px 0 0;
  left: 0;
  top: 1px;
  width: 100%;
  min-height: 91px;
  overflow: hidden;
  background: rgba(37,37,37,.7);
}
.home-content-bl .img-home-bottom div.b-l:nth-child(3n+1) .desc {
  text-align: left;
}
.home-content-bl .img-home-bottom div.b-l:nth-child(3n) .desc {
  text-align: right;
}
.home-content-bl .img-home-bottom .desc span {
  display: block;
  color: #aaaaaa;
  margin: 0 0 4px;
}
.home-content-bl .img-home-bottom .desc span.txt-1 {
  color: #747474;
}
.home-content-bl .img-home-bottom {
  margin: 0 0 18px;
}
.home-content-bl p {
  color: #aaaaaa;
  margin: 0;
  line-height: 18px;
}
.slider {
	background: none;
}
.slide {
	width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity .8s ease;
}
.slide_visible {
    opacity: 1;
}