/* Хлебная крошка для мобильной версии */
@media (min-width: 320px) and (max-width: 800px) {

#mainWrap {
    margin-top: 20px !important;
  }
}
/* Хлебная крошка для мобильной версии END */

/* Линия внизу */
#mainWrap .zen-container {
    background: none !important; 
}
#grid1wrap,
#grid2wrap,
#grid3wrap,
#grid4wrap,
#grid5wrap,
#grid6wrap,
#mainWrap {
    border-bottom: 1px solid #FAFAFA !important;
    border-top: none !important;
}
#above, #below { 
    background: none !important;
}
#bottomrow {  
    border-top: 1px solid #eee !important;
}
.pagination {
    margin: 0 0;
}
/* Линия внизу END */

/* Клас для "Подробнее" таблица Игровые сервера */
.nt {
    border-top: none;
}
/* Клас для "Подробнее" таблица Игровые сервера END */

/* Action style */

#pricing-table .action h3 {
  padding: 20px;
  margin: -20px -20px 50px -20px;
  background-color: #f4b4b4;
  background-image: -moz-linear-gradient(#fff,#f4b4b4);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f4b4b4));
  background-image: -webkit-linear-gradient(#fff,#f4b4b4);
  background-image: -o-linear-gradient(#fff,#f4b4b4);
  background-image: -ms-linear-gradient(#fff,#f4b4b4);
  background-image: linear-gradient(#fff,#f4b4b4);
}

#pricing-table .action h3 span {
    border-radius: 100px;
    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #ED5453 inset;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #ED5453 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #ED5453 inset;
}

#pricing-table .action h3, #pricing-table .action h3 span b, .action_txt {
    color: #ED5453;
}

#pricing-table .action h3 span {
    font: 22px/60px Georgia, Serif;		
}

#pricing-table .action h3 span b {
    display: block;
    font: bold 25px/0px Georgia, Serif;
    //margin: 0 auto;
}

.action_txt span {
    font-weight: bold;
}

/* Action style END */

/* Chat style */
#chat{
    width:233px;
    height:79px;
    position:fixed;
    top:30%;
    right:-203px;
    z-index:9999;
    box-shadow:-1px 0 2px rgb(136,136,136);
    border-radius:5px 0 0 5px;
    /*margin: 0;
    padding: 0;*/
}
#chat a{
   /* display: inline-block;
    margin: 0;
    padding: 0;*/
}
#chat a img{
    /*margin: 0;
    padding: 0;*/
}
/* Chat style END */

/*Полоска вверху*/
#topcolour {
  background: #181F26 !important;
  border-bottom: 0px solid #364555 !important;
  color: #fff !important;
  float: left !important;
  width: 100% !important;
}

#footerwrap h1,
#footerwrap h2,
#footerwrap h3,
#footerwrap h4,
#footerwrap h5,
#footerwrap h6 {
  color: #4571A4 !important;
}