/*!
    
 =========================================================
 * 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: #ff3214;
    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;
}

.btn-primary {
    color: #ffffff;
    background-color: transparent;
	border-color: #ff0000;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff !important;
    background-color: #ff0000 !important;
	border-color: #ff0000 !important;
}

/*Banner Castle Siege*/
.castle-siege-banner {
    text-shadow: 2px 2px black;
    font-weight: bold;
    font-family: Arial;
    padding: 5px;
    background: url(../img/banner_cs_bg.jpg) no-repeat;
    background-size: auto auto;
    border-radius: 5px;
    color: #f39c12;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    overflow: auto;
    margin: 0 auto;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ff0000;
}
.castle-siege-banner .guild_owner, .castle-siege-banner .guild_owner a {
    color: #ffffff;
   /* font-size: 30px;
    font-family: 'Special Elite', cursive;*/
    /*font-family: 'Freckle Face', cursive;*/
}
.castle-siege-banner .guild_master, .castle-siege-banner .guild_master a {
    color: #ffffff;
    font-size: 16px;
}
.castle-siege-banner .guild_countdown {
    color: #ffffff;
    font-size: 28px;
   /* font-family: 'Special Elite', cursive; */
}
.castle-siege-banner .guild_countdown span {
    color:#f39c12;
}
.cstitle1{
    line-height: 25px;
    margin-bottom: 5px;
}
.cstitle2{
    line-height: 20px;
}