/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
.form-control:focus {
	border: 1px solid #ccc;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff0000;
}


/* CS BLOCK*/
/*
#header {
    width: 1280px;
}
*/

/*
.hero-guide-block {
    background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
    border-top: 2px solid #ff0000;
    width: 280px;
    height: 250px;
    position: absolute;
    right: 155px;
    top: 150px;
    padding: 10px;
}
*/


.hero-guide-block {
    background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0.40));
    border-top: 2px solid var(--ColorTemplate);
    width: 280px;
    height: 295px;
    position: relative;
    left: 765px;
    /* right: 155px; */
    /* top: 150px; */
    padding: 10px;
}



.cs-block {
    text-align: center;
    width: 130px;
}
.cs-block img {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #000000;
    border-radius: 5px;
}
.cs-guild-title{
    color: rgb(255, 255, 255);
    font-size:22px;
}
.cs-guild-guildowner {
/*    margin-top: 5px;  */
    color: #ffffff;
    display: block;
    font-size: 12px;
    background-color: unset;
    position: unset;
    top: unset;
    padding: unset;
    border-radius: unset;
}
.time-cs {
    width: 100%;
    text-align: center;
    margin-top: 12px;
 /*   font-family: FaceYourFears; */
}
.Battle-Begins-In {
    color: rgb(255, 200, 0);
    font-size: 18px;
}
.guild_countdown {
    margin-top: 2px;
    display: block;
    color: #fff;
    font-size: 26px;
}
.hero-guide-block:after {
    content: "";
    background: url(../img/hero-img.png) no-repeat;
    width: 274px;
    height: 230px;
    position: absolute;
    right: -90px;
    top: -45px;
}

