.grecaptcha-badge {
    display:none;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
	top:0 !important;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}

.skiptranslate[style="display: none;"] ~ body {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: url(../img/top-fon-home.jpg) center top no-repeat, url(../img/bottom-fon-home-1.jpg) center bottom no-repeat;
    background-color: #dedfe6;
    font-family: Open Sans, Candara, Arial, sans-serif;
    font-size: 14px;
    color: #394c7f;
    overflow: hidden;
}
.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 {
  border: 1px solid #705954;
}
.form-control:focus {
  border: 1px solid #9c7b74;
}

/* 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: #111111;
  border: 1px solid #333333;
  transition: all 0.3s ease;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #c35b43;
  -moz-box-shadow: 0 0 60px rgba(195, 91, 67, 0.3);
  -webkit-box-shadow: 0 0 60px rgba(195, 91, 67, 0.3);
  box-shadow: 0 0 60px rgba(195, 91, 67, 0.3);
}



/* modal */
.modal-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.table-bordered {
  border: 1px solid #18110f !important;
}

/* .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #3f5a99 !important;
  color: #fff !important;
} */

.table-hover > tbody > tr:hover td {
    background-color: #5a313b !important;
    color: #fff !important;
}
thead {
    background: #09040e;
}
.table-hover > tbody > tr:hover td a {
	color: #fff !important;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #fff !important;
}


table {
    /* width: 100%; */
    background: #eff1f7;
    font-size: 14px;
}

table thead td {
    color: #34fab6;
    border-bottom: 2px solid #234451;
}

table td {
    border-collapse: collapse;
    padding: 10px;
    /*border: 1px solid #7589ba;*/
    color: #475183;
    text-align: center;
}

.table {
    width: 99%;
    max-width: 99%;
    margin-bottom: 20px;
}
.text-center {
    text-align: center;
}
table {
    /* width: 100%; */
    background: #eff1f7;
    font-size: 14px;
    border-collapse: collapse;
    border-spacing: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px 8px;
    line-height: 1.42857143 !important;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table th, .table td {
    border: 1px solid #5a313b73 !important;
    color: #fff !important;
}

.table th, .table td a {
	color: #000!important;
}

table td {
    border-collapse: collapse;
    padding: 10px;
    /* border: 1px solid #7589ba; */
    color: #475183;
    text-align: center;
}

 .table td a {
    color: #fff;
 }

 .rankings-table tr td div {
    margin: 0 auto;
}

.modal-right {
	position: fixed;
	left: 0;
	border-radius: 0 20px 20px 0 ;
	background: #fff url(../img/popup-bg.png) no-repeat;
	width: 110px;
	padding: 10px 0;
	border-color: #fcfcfe;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	text-align: center;
	transition: .3s;
	font-size: 11px;
	font-family: montserrat;
	top: 30%;
	box-shadow: 0 0 33px 0 rgb(67 84 128/40%);
	z-index: 25000
}

.modal-right a {
	font-size: 13px;
	color: rgb(103 109 109);
	font-family: montserrat
}

.modal-right a:hover {
	color: rgb(238 105 0)
}

.events-window {
	position: fixed;
	top: 45%;
	left: 50%;
	padding: 10px 50px;
	width: 440px;
	margin-top: -250px;
	margin-left: -210px;
	z-index: 35000;
	background: url(../img/popup-bg.png) no-repeat;
	background-color: #fff;
	z-index: 35000;
	display: none;
	pointer-events: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	border-radius: 10px
}

.events-window:target {
	display: inline;
	pointer-events: auto
}

.events-window>div {
	padding: 2rem;
	background: #fff;
	color: #444
}

.events-window header {
	font-weight: 700
}

.events-close img {
	position: absolute;
	top: 25px;
	right: 25px
}

.events-window h1 {
	font-size: 20px;
	color: #454340;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, .102);
	padding-top: 20px;
	padding-bottom: 25px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

.boss-window {
	position: fixed;
	top: 25%;
	left: 50%;
	padding: 10px 50px;
	width: 440px;
	margin-top: -250px;
	margin-left: -210px;
	z-index: 35000;
	background: url(../img/popup-bg.png) no-repeat;
	background-color: #fff;
	z-index: 35000;
	display: none;
	pointer-boss: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	border-radius: 10px
}

.boss-window:target {
	display: inline;
	pointer-boss: auto
}

.boss-window>div {
	padding: 2rem;
	background: #fff;
	color: #444
}

.boss-window header {
	font-weight: 700
}

.boss-close img {
	position: absolute;
	top: 25px;
	right: 25px
}

.boss-window h1 {
	font-size: 20px;
	color: #454340;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, .102);
	padding-top: 20px;
	padding-bottom: 25px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}
/* TEMPLATE */
#events {
    margin-bottom: 0;
}

#events .event .title {
    color: #bf5f4c;
}

#events dt.eventActive b, #events dt.eventActive span, #events dt.eventActive span div {
    color: rgb(0, 150, 0);
}

#events span {
    display: block;
    font-size: 12px;
}

#events .event {
    padding-bottom: 3px;
    border-bottom: 1px solid #eeeeee;
    padding-top: 3px;
}

#events .event:first-child {
    padding-top: 0;
}

#events .event:last-child {
    border-bottom: none;
}

#bossTimer {
    margin-bottom: 0;
}

#bossTimer .boss .title {
    color: #bf5f4c;
}

#bossTimer dt.eventActive b, #bossTimer dt.eventActive span, #bossTimer dt.eventActive span div {
    color: rgb(0, 150, 0);
}

#bossTimer span {
    display: block;
    font-size: 12px;
}

#bossTimer .boss {
    padding-bottom: 3px;
    border-bottom: 1px solid #eeeeee;
    padding-top: 3px;
}

#bossTimer .boss:first-child {
    padding-top: 0;
}

#bossTimer .boss:last-child {
    border-bottom: none;
}

.rightfloat {
    float: right;
}
.form__title span {
    font-size: 20px;
    color: #454340;
    font-weight: 400;
    text-transform: uppercase;
}
.form__title a {
    position: absolute;
    top: 25px;
    right: 25px;
}
.form__main--block {
    margin-top: 35px;
}