@import url('bootstrap/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300italic,300,400italic,700,700italic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
body {
	background-color:#1f1b20;
	color:#505050;
	border-top:4px solid #08add0;
}
a {
	color:#08add0;
}
a:focus, a:hover {
	color:#d23025;
	text-decoration:none;
}
h1, h2, h3, h4 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color:#736c7a;
	font-weight:700;
}
p {
	font-family: 'Open Sans', sans-serif;
	color:#1f1b20;
	font-size:14px;
	line-height:24px;
}
.btn {
	font-family: 'Roboto Condensed', sans-serif;
	background-image: linear-gradient(to right, #08add0 0%, #034278 50%);
	text-transform:uppercase;
	font-size:12px;
	height:35px;
	line-height:35px;
	padding:0 25px;
	color:#fff;
	border-radius:35px;
	border:0;
}
@media only screen and (max-width: 640px) {
.btn {
	height:25px;
	line-height:25px;
	padding:0 15px;
	border-radius:25px;
}
}
.btn:hover, 
.btn:focus {
	background-image:none;
	background-color:#08add0;
	color:#fff;
}
.btn-small {
	font-family: 'Roboto Condensed', sans-serif;	
	text-transform:uppercase;
	height:30px;
	min-width:30px;
	padding:10px 10px;
	font-size:12px;
	line-height: 30px;
	padding:0;
	border-radius:15px;
	-moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-small .fa {
	display:block;
	padding:0 10px;
	line-height:28px;
}
.btn-small.btn-outline-grey .fa {
	display:inline-block;
	padding:0;
	line-height:28px;
}
.btn-default {
	font-family: 'Roboto Condensed', sans-serif;
	background-image: linear-gradient(to right, #08add0 0%, #034278 50%);
	text-transform:uppercase;
	font-size:12px;
	padding:0 25px;
	color:#fff;
	border-radius:35px;
	border:0;
}
@media only screen and (max-width: 640px) {
.btn-default {
	height:25px;
	line-height:25px;
	padding:0 15px;
	border-radius:25px;
}
}
.btn-default:hover, 
.btn-default:focus,
.btn-default.btn-small:hover, 
.btn-default.btn-small:focus {
	background-color:#08add0;
	color:#fff;
	text-decoration:none;
	background-image:none;
}
.btn-outline {
	font-family: 'Roboto Condensed', sans-serif;
	background-image:none;
	border:2px solid #08add0;
	text-transform:uppercase;
	font-size:12px;
	height:35px;
	line-height:31px;
	padding:0 25px;
	color:#fff;
	border-radius:35px;
}
@media only screen and (max-width: 640px) {
.btn-outline {
	height:25px;
	line-height:21px;
	padding:0 15px;
	border-radius:25px;
}
}
.btn-outline-grey {
	font-family: 'Roboto Condensed', sans-serif;
	background-image:none;
	border:2px solid #e8e6e9;
	text-transform:uppercase;
	font-size:12px;
	height:35px;
	line-height:31px;
	padding:0 25px;
	color:#736c7a;
	border-radius:35px;
}
@media only screen and (max-width: 640px) {
.btn-outline-grey {
	height:25px;
	line-height:21px;
	padding:0 15px;
	border-radius:25px;
}
}
.btn-outline-grey i {
	margin-left:5px;
	color:#08add0;
}
.btn-outline:hover, 
.btn-outline:focus,
.btn-outline-grey:hover, 
.btn-outline-grey:focus {
	background-color:#08add0;
	color:#fff;
}
.btn-outline-grey:hover i, 
.btn-outline-grey:focus i {
	color:#fff;
}
.btn-white {
	border:1px solid #736c7a;
	background-color:#fff;
	color:#08add0;
}
.btn-white:hover, 
.btn-white:focus {
	background-color:#08add0;
	border:1px solid #08add0;
	color:#fff;
	text-decoration:none;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 0 10px;
	height:35px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control:focus {
	border: 1px solid #08add0;
}
.form-control-2 {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
   box-shadow: none;
    color: #555;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 0 10px;
	height:35px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-control-2:focus {
	border: 1px solid #08add0;
}
input, select, textarea {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: none;
    color: #555;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 0 10px;
	height:35px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #08add0;
}
input[type="checkbox"], input[type="radio"] {
	margin:0;
}
label {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
}
.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 10px;
}
.table-dark > tbody > tr > td, 
.table-dark > tbody > tr > th, 
.table-dark > tfoot > tr > td, 
.table-dark > tfoot > tr > th, 
.table-dark > thead > tr > td, 
.table-dark > thead > tr > th {
	border-bottom:1px solid #191919;
	border-top:0;
}
.title-1, 
.title-2, 
.title-3, 
.title-4 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	padding:15px;
	font-size:18px;
}
.title-1 {
	background-image: linear-gradient(to right, #08add0 0%, #034278 50%);
	color:#fff;
}
.title-1 input {
	height:auto;
	line-height:normal;
}
.title-2 {
	background-color:#736c7a;
	color:#fff;
}
.title-3 {
	background-color:#272727;
	color:#fff;
}
.title-4 {
	background-color:#e8e6e9;
}
.title-green {
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	font-weight:700;
	background-color:#08add0;
	padding:15px;
	font-size:18px;
	color:#fff;
}
.title-grey {
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	font-weight:700;
	background-color:#e8e6e9;
	padding:15px;
	font-size:18px;
}
.title-1 a {
	color:#fff;
}
.addbbcode-1 {
	padding:20px 0 0;
}
.addbbcode-2 {
	padding:20px 0;
}
.content-line-title {
	padding:15px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
}
.content-line {
	padding:15px 10px;	
}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
/******* Container ********/
.container {
	width:100%;
	max-width:1400px;
}
.container-fluid {
	width:100%;
	padding:0;
}
/******* Head ********/
#head {
	background-color:#1f1b20;
	color:#fff;
	height:80px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-size:16px;
}
@media only screen and (max-width: 1024px) {
#head {
	height:50px;
	font-size:14px;
}
}
#head-left {
	float:left;
	padding-top:22px;
}
@media only screen and (max-width: 1024px) {
#head-left {
	padding-top:8px;
}
}
@media only screen and (max-width: 768px) {
#head-left {
	display:none;
}
}
#head-slogan-1 {
	padding-left:10px;
	color:#08add0;
}
#head-slogan-2 {
	color:#fff;
}
#head-slogan-3 {
	color:#bbb4c4;
}
#head-link {
	float:right;
	border-left:1px solid #08add0;
	height:35px;
	margin-top:23px;
	padding-left:15px;
}
@media only screen and (max-width: 1024px) {
#head-link {
	margin-top:8px;
}
}
@media only screen and (max-width: 768px) {
#head-link {
	display:none;
}
}
#head-link a {
	display:inline-block;
	color:#fff;
	height:35px;
}
.fa-icon {
	border:1px solid #6b656f;
	color:#08add0;
	height:35px;
	width:35px;
	line-height:33px;
	text-align:center;
	display:inline-block;
	border-radius:100%;
	font-size:14px;
}
.fa-icon-small {
	border:1px solid #6b656f;
	color:#08add0;
	height:25px;
	width:25px;
	line-height:23px;
	text-align:center;
	display:inline-block;
	border-radius:100%;
	font-size:12px;
}
#head-link a:hover,
#head-link a:focus {
	background-color:#08add0;
	text-decoration:none;
}
#head-social-media {
	float:right;
	padding:23px 15px 0;
}
@media only screen and (max-width: 1024px) {
#head-social-media {
	padding:8px 15px 0;
}
}
@media only screen and (max-width: 768px) {
#head-social-media {
	display:none;
}
}
#head-social-media a {
	color:#736c7a;
	text-decoration:none;
}
/******* Head Mobile ********/
#head-mobile {
	display:none;
	float:right;
	padding-top:8px;
}
#head-left-mobile {
	display:none;
	float:left;
	padding-top:8px;
}
@media only screen and (max-width: 768px) {
#head-mobile,
#head-left-mobile {
	  display:block;
}
}

/******* Header ********/

/******* Navigation ********/
#navbar-logo {
	float:left;
	padding-top:3px;
}
@media only screen and (max-width: 1024px) {
#navbar-logo {
	float:none;
	text-align:center;
}
}
#navbar-logo img {
	max-height:107px;
	width:auto;
}
.navbar {
	margin-bottom:0;
	border-radius:0;
}
@media only screen and (max-width: 1024px) {
.navbar-nav {
	float:none;
	display:inline-block;
}
.navbar-right {
	display:inline-block;
    float: none !important;
    margin-right: -15px;
}
}
@media only screen and (max-width: 768px) {
.navbar-nav {
	float:none;
	display:block;
	width:100%;
	margin:0;
}
.navbar-right {
	display:block;
	width:100%;
	margin:0;
}
}
.navbar-inverse .navbar-nav > li > a {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color:#1f1b20;
	font-size:18px;
	font-weight:700;
	line-height:113px;
	padding:0 25px;
}
@media only screen and (max-width: 1200px) {
.navbar-inverse .navbar-nav > li > a {
	font-size:16px;
	line-height:113px;
	padding:0 15px;
}
}
@media only screen and (max-width: 1024px) {
.navbar-inverse .navbar-nav > li > a {
	font-size:14px;
	line-height:50px;
	padding:0 25px;
}
}
@media only screen and (max-width: 768px) {
.navbar-inverse .navbar-nav > li > a {
	display:block;
	width:100%;
	border-bottom:1px solid #e8e6e9;
}
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
	color:#08add0;
	background:none;
}
.navbar-inverse .caret {
	color:#08add0;
}
.navbar-inverse .navbar-nav.navbar-right > li > a {
	background-color:#034278;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color:#fff;
	font-size:18px;
	font-weight:700;
	line-height:113px;
	padding:0 25px;
}
@media only screen and (max-width: 1200px) {
.navbar-inverse .navbar-nav.navbar-right > li > a {
	font-size:16px;
	line-height:113px;
	padding:0 15px;
}
}
@media only screen and (max-width: 1024px) {
.navbar-inverse .navbar-nav.navbar-right > li > a {
	font-size:14px;
	line-height:50px;
	padding:0 25px;
}
}
@media only screen and (max-width: 768px) {
.navbar-inverse .navbar-nav.navbar-right > li > a {
	display:block;
	width:100%;
}
}
.navbar-inverse .navbar-nav.navbar-right > li > a:focus,
.navbar-inverse .navbar-nav.navbar-right > li > a:hover {
	color:#fff;
	background-image: linear-gradient(to right, #0f0d11 0%, #1f1b20 50%);
}
.navbar-inverse .navbar-nav.navbar-right .caret {
	color:#fff;
}
.navbar-inverse .navbar-nav.navbar-right > li > a .fa-icon {
	border:1px solid #fff;
	color:#fff;
}
.navbar-inverse {
	background-color:#fff;
	border:0;
	z-index:2000;
	position:relative;
}
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
	float:right;
	border-color:#fff;
}
@media only screen and (max-width: 1024px) {
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
	float:none;
	padding-left: 0;
    padding-right: 0;
	border-top:1px solid #e8e6e9;
	margin-top:3px;
	margin-bottom:-5px;
}
}
@media only screen and (max-width: 768px) {
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
	border-top:0;
	margin-top:0;
}
}
.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover {
	border-color:#1f1b20;
}
.dropdown-menu {
	font-family: 'Roboto Condensed', sans-serif;
	padding:0 0;
	border:0;
	background-color: rgba(0, 0, 0, 0.9);
}
.dropdown-menu > li > a {
	font-weight:300;
	text-transform:uppercase;
	font-size:13px;
	line-height:20px;
	padding:12px 15px;
	color:#fff;
}
.login-dropdown-menu {
	padding:25px;
	min-width:500px;
}
.logged-dropdown-menu {
	padding:25px;
}
/******* Navigation Responsive ********/
@media only screen and (max-width: 768px) {
.navbar-toggle {
	display:block;
	width:100%;
	text-align:center;
	background-color:#1f1b20;
    background-image: none;
    border:0;
    border-radius: 0;
    float:none;
    margin-bottom:0;
    margin-right:0;
    margin-top:3px;
	padding:10px 0;
    position: relative;
}
.navbar-toggle .icon-bar {
	margin:0 auto;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color:#08add0;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color:#fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
	color:#08add0;
}
.navbar-nav .open .dropdown-menu.logged-dropdown-menu {
	background-color:#1b191d;
}
}


/******* Login ********/
.loggedin {
	color:#fff;
	padding-bottom:10px;
}
#input-username,
#input-password {
	border-radius:2px;
	border:0;
	font-size:14px;
	padding:10px 10px;
	margin-right:5px;
	width:145px;
}
.login-btn {
	margin-right:1px;
}
.navbar-inverse .navbar-nav.navbar-right > li > a.loginlink {
	padding:0 25px 0 45px;
}
#logged-welcome {
	color:#fff;
}
#logged-avatar {
	position:absolute;
	left:10px;
}
#logged-avatar img {
	width:25px;
	height:25px;
	border:1px solid #08add0;
}
/******* Breadcrumbs ********/
.breadcrumb {
	background-color:#d1d1d1;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	padding:10px 15px;
	margin:25px 0 0;
	border-radius:0;
	color:#9a9a9a;
}
.breadcrumb > .active {
	color:#9a9a9a;
}
/******* Addon Social Media ********/
#socialmedia-color {
	background-color:#08add0;
}
#socialmedia {
	width:100%;
	text-align:center;
	padding:15px 0;
	color:#fff;
}
@media only screen and (max-width: 1024px) {
#socialmedia {
	background-color:#1f1b20;
}
}
#socialmedia-follow {
	font-family: 'Roboto Condensed', sans-serif;	
	text-transform:uppercase;
	font-size:18px;
	font-weight:300;
	padding-right:25px;
}
@media only screen and (max-width: 1024px) {
#socialmedia-follow {
	display:block;
	padding-right:0;
}
}
.socialmedia-link {
	display:inline-block;
}
.socialmedia-link .fa-icon:hover {
	background-color:#08add0;
	color:#fff;
	border:1px solid #08add0;
}
#socialmedia-color .socialmedia-link .fa-icon {
	color:#fff;
	border:1px solid #fff;
}
#socialmedia-color .socialmedia-link .fa-icon:hover {
	background-color:#fff;
	color:#08add0;
	border:1px solid #fff;
}
/******* SLIDER ********/
#slider {
	background-color:#1f1b20;
	max-height:600px;
	overflow:hidden;
	position:relative;
}
#slider img {
	opacity:0.2;
}
.rslides-text-box {
	position:absolute;
	top:33%;
	z-index:100;
	text-align:center;
	width:100%;
	max-height:600px;
}
@media only screen and (max-width: 1440px) {
.rslides-text-box {
	top:100px;
}
}
@media only screen and (max-width: 1200px) {
.rslides-text-box {
	top:75px;
}
}
@media only screen and (max-width: 1024px) {
.rslides-text-box {
	top:50px;
}
}
@media only screen and (max-width: 640px) {
.rslides-text-box {
	top:25px;
}
}
.rslides-subtitle {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-size:36px;
	line-height:36px;
	color:#08add0;
	font-weight:300;
}
@media only screen and (max-width: 1024px) {
.rslides-subtitle {
	font-size:30px;
	line-height:30px;
}
}
@media only screen and (max-width: 640px) {
.rslides-subtitle {
	font-size:24px;
	line-height:24px;
}
}
.rslides-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:72px;
	line-height:72px;
	font-weight:700;
	text-transform:uppercase;
}
@media only screen and (max-width: 1024px) {
.rslides-title {
	font-size:48px;
	line-height:48px;
}
}
@media only screen and (max-width: 640px) {
.rslides-title {
	font-size:36px;
	line-height:36px;
}
}
.rslides-text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	width:40%;
	margin:25px auto 25px;
	font-weight:300;
	text-transform:uppercase;
}
@media only screen and (max-width: 1200px) {
.rslides-text {
	font-size:14px;
	margin:15px auto;
}
}
@media only screen and (max-width: 768px) {
.rslides-text {
	font-size:12px;
	display:none;
}
}
.rslides {
	max-height:600px;
	  position: relative;
	  list-style: none;
	  overflow: hidden;
	  width: 100%;
	  padding: 0;
	  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides li a {
	color:#fff;
}

.rslides_nav {
	display:none;
}
#slider-prev-button .rslides_nav {
	display:block;
	position:absolute;
	z-index:1000;
	top:53%;
	left:10px;
}
#slider-next-button .rslides_nav {
	display:block;
	position:absolute;
	z-index:1000;
	top:53%;
	right:10px;
}
@media only screen and (max-width: 1200px) {
#slider-prev-button .rslides_nav,
#slider-next-button .rslides_nav {
	top:48%;
}
}
#slider-prev-button a:hover .fa-icon,
#slider-next-button a:hover .fa-icon {
	border:1px solid #08add0;
}
/******* Squads ********/
.squads {
	margin-bottom:25px;
}
.squads-icon {
	position:relative;
}
.squads-name,
.squads-name-2 {
	position:absolute;
	top:0;
	background-color:#736c7a;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	padding:12px 20px;
	color:#fff;
}
.squads-name h3,
.squads-name-2 h3 {
	margin:0;
	color:#fff;
}
.squads-name-2 h3 {
	color:#08add0;
}
.squads-name:hover {
	background-color:#08add0;
	color:#fff;
}
.squads-name:hover a {
	color:#fff;
}
.squads-name:hover a:hover, .squads-focus:hover a:hover {
	text-decoration:none;
}
.squad-buttons {
	position:absolute;
	bottom:10px;
	right:25px;
}
/******* Squad Member ********/
.squad-member {
	border:3px solid #08add0;
	margin-bottom:20px;
	padding-bottom:15px;
}
.squad-member-name {
	padding:15px 25px;
}
.squad-member ul {
	list-style:none;
	margin:0;
	padding:0;
}
.squad-member li {
	border-bottom:1px solid #fff;
	padding:15px;
	background-color:#e5e5e5;
}
#squad-member-position::before {
	display:inline-block;
	position: relative;
	content: "\f024";
	color:#736c7a;
	font-family: FontAwesome;
    font-style: normal;
	font-size:16px;
	padding-right:10px;
}
#squad-member-status::before {
	display:inline-block;
	position: relative;
	content: "\f007";
	color:#736c7a;
	font-family: FontAwesome;
    font-style: normal;
	font-size:16px;
	padding-right:10px;
}
#squad-member-contact::before {
	display:inline-block;
	position: relative;
	content: "\f0e0";
	color:#736c7a;
	font-family: FontAwesome;
    font-style: normal;
	font-size:16px;
	padding-right:10px;
}
#squad-member-town::before {
	display:inline-block;
	position: relative;
	content: "\f015";
	color:#736c7a;
	font-family: FontAwesome;
    font-style: normal;
	font-size:16px;
	padding-right:10px;
}
/******* Sc_sponsors ********/
#sc_sponsors {
	background-color:#e8e6e9;
}
.sc_sponsors {
	padding:15px 0;
	border-right:1px solid #dbdadd;
}
.sc_sponsors a:hover img,
.sc_sponsors a:focus img {
	opacity: 1;
    filter: alpha(opacity=100);
}
.sc_sponsors:first-of-type {
	border-left:1px solid #dbdadd;
}
.sc_sponsors img {
	max-height:140px;
	max-width:80%;
	margin:0 auto;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
@media only screen and (max-width: 768px) {
.sc_sponsors:first-of-type  {
	border-bottom:1px solid #dbdadd;
	border-right:0;
	border-left:0;
}
.sc_sponsors {
	border-bottom:1px solid #dbdadd;
	border-right:0;
}
}
/******* Content ********/
/**** News FRONTPAGE *****/
#news-frontpage {
	background-color:#0b0a0d;
}
.news-admintop {
	padding-bottom:25px;
}
.news {
	position:relative;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	overflow:hidden;
}
.news a:focus,
.news a:hover {
	text-decoration:none;
}
.news-rubricpic {
	position:relative;
	z-index:10;
}
.news img {
	width:100%;
	height:auto;
	opacity: 0.2;
    filter: alpha(opacity=20);
}
.news:hover img {
	opacity: 0.9;
    filter: alpha(opacity=90);
}
.news-infos {
	position:absolute;
	z-index:100;
	top:0;
	width:100%;
}
.news-date {
	font-size:14px;
	font-weight:300;
	padding-bottom:90px;
	color:#fff;
}
@media only screen and (max-width: 1200px) {
.news-date {
	padding-bottom:50px;
}
}
@media only screen and (max-width: 1024px) {
.news-date {
	padding-bottom:25px;
}
}
.news-date:before {
	width:50px;
	height:6px;
	background-color:#08add0;
	display:block;
	content:'';
	margin:0 auto;
	margin-bottom:10px;
}
.news-rubric {
	font-size:24px;
	font-weight:300;
	margin-bottom:10px;
}
@media only screen and (max-width: 1200px) {
.news-rubric {
	font-size:20px;
	line-height:20px;
}
}
@media only screen and (max-width: 1024px) {
.news-rubric {
	font-size:18px;
	line-height:18px;
}
}
@media only screen and (max-width: 640px) {
.news-rubric {
	font-size:14px;
	line-height:14px;
}
}
.news-rubric > a {
	color:#08add0;
}
.news-headline > a {
	color:#fff;
}
.news-headline {
	font-size:36px;
	font-weight:700;
	line-height:36px;
	width:80%;
	margin:0 auto;
}
@media only screen and (max-width: 1200px) {
.news-headline {
	font-size:30px;
	line-height:30px;
}
}
@media only screen and (max-width: 1024px) {
.news-headline {
	font-size:24px;
	line-height:24px;
}
}
@media only screen and (max-width: 640px) {
.news-headline {
	font-size:18px;
	line-height:18px;
}
}
.news-button {
	position:absolute;
	z-index:100;
	bottom:50px;
	margin:0 auto;
	text-align:center;
	width:100%;
	padding:0 100px;
}
/**** News *****/
.news-user::before {
	display:inline-block;
	position: relative;
	content: "\f007";
	color:#c2c2c2;
	font-family: FontAwesome;
    font-style: normal;
	padding-left:2px;
	padding-right:3px;
	font-size:16px;
}
#main h2.news-headline::before {
	content: "";
	padding-right:0;
}
#main h2.news-headline {
	background:none;
	padding:25px 20px 0;
	margin:0 0 0;
}
.news p {
	padding:10px 20px;
	color:#fff;
}
p.news-comments {
	padding:0 20px 30px;
}
.news-comments a {
	color:#fff;
}
.news-comments::before {
	display:inline-block;
	position: relative;
	content: "\f075";
	color:#fff;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
	padding-right:5px;
}
/**** Blog Entry *****/
.blog-entry {
	padding-bottom:30px;
	position:relative;
	border-bottom:1px solid #e8e6e9;
	margin-bottom:30px;
}
.blog-entry-2 {
	padding-top:25px;
	padding-bottom:25px;
	position:relative;
}
.blog-entry-rubric {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
}
.blog-entry-headline {
	color:#1f1b20;
	font-size:24px;
	line-height:30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	width:90%;
}
.blog-entry-headline a {
	color:#1f1b20;
}
.blog-entry-headline a:hover,
.blog-entry-headline a:focus {
	color:#08add0;
}
.blog-entry-meta {
	font-size:12px;
	padding-top:5px;
	padding-bottom:20px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#736c7a;
}
.blog-entry-meta .fa-icon:last-of-type {
	margin-left:5px;
}
.blog-entry-comments {
	position:absolute;
	right:25px;
	top:0;
}
.blog-entry-comments i {
	position:absolute;
	right:0;
	font-size:24px;
	color:#736c7a;
}
.blog-entry-comments-speech {
	position:absolute;
	border:1px solid #e8e6e9;
	background-color:#fff;
	font-size:12px;
	color:#736c7a;
	padding:5px 7px;
	line-height:12px;
	top:-7px;
	right:-13px;
}
/******* Matches Area ********/
#matchesarea {
	padding:50px 0;
}
#matchesarea h2 {
	background-color:#08add0;
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
	padding:20px 25px;
	margin:0;
}
#matchesarea h2::before {
	content: "\f138";
	color:#fff;
	font-family: FontAwesome;
	padding-right:5px;
	font-size:36px;
}
/******* sc_results ********/
#sc_results-frontpage {
	background-color:#08add0;
	padding:12px 0 11px;
}
.sc_results {
	float:left;
	width:33.33333333333333%;
	position:relative;
	height:150px;
	background-color:#0f0d11;
	overflow:hidden;
	margin-bottom:1px;
	border-right:1px solid #08add0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.sc_results {
	width:50%;
	height:150px;
	border-right:1px solid #08add0;
}
}
@media only screen and (max-width: 640px) {
.sc_results {
	float:none;
	width:100%;
	height:150px;
	border-right:0;
}
}
.sc_results-date {
	position:absolute;
	color:#fff;
	text-align:center;
	z-index:100;
	top:0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	width:100%;
}
.sc_results-date:before {
	width:50px;
	height:6px;
	background-color:#08add0;
	display:block;
	content:'';
	margin:0 auto;
	margin-bottom:10px;
}
.sc_results-left {
	float:left;
	position:relative;
	width:100%;
}
.sc_results-pic {
	opacity: 0.3;
    filter: alpha(opacity=30);
	position:relative;
	width:100%;
	height:150px;
   	overflow:hidden;
	z-index:10;
}
.sc_results-opponent {
	position:absolute;
	text-align:center;
	width:100%;
	top:50px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	padding:8px 20px;
	z-index:100;
	color:#fff;
	font-size:18px;
	line-height:30px;
}
.sc_results-opponent i {
	background-color:#0f0d11;
	color:#08add0;
	display:inline-block;
	width:30px;
	height:30px;
	border:1px solid #5d5861;
	border-radius:100%;
	text-align:center;
	line-height:30px;
}
.sc_results-result {
	position:absolute;
	bottom:25px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	z-index:120;
	color:#fff;
	font-size:18px;
	font-weight:700;
	width:100%;
	text-align:center;
}
.sc_results-result-number-1,
.sc_results-result-number-2 {
	border:1px solid #5d5861;
	padding:1px 5px;
	margin:0 3px;
}
.sc_results-button {
	position:absolute;
	z-index:150;
	bottom:0;
	right:0;
}
.sc_results-button a {
	display:block;
	padding:5px 10px;
	background-color:#fff;
}
.sc_results-button a:hover,
.sc_results-button a:focus {
	background-color:#616161;
}
.sc_headlines-headline:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
/******* sc_topmatch ********/
#topmatch {
	background-color:#fff;
	position:relative;
	text-align:center;
	padding:50px 0;
}
#topmatch:before {
	content: url('images/homepage/geometric-forms-left-blue.png');
	position:absolute;
	z-index:100;
	left:0;
	top:-49px;
}
@media only screen and (max-width: 1440px) {
#topmatch:before {
	top:-35px;
	content: url('images/homepage/geometric-forms-left-640-blue.png');
}
}
@media only screen and (max-width: 1024px) {
#topmatch:before {
	top:-18px;
	content: url('images/homepage/geometric-forms-left-320-blue.png');
}
}
#topmatch:after {
	content: url('images/homepage/geometric-forms-right-blue.png');
	position:absolute;
	z-index:100;
	right:0;
	top:-49px;
}
@media only screen and (max-width: 1440px) {
#topmatch:after {
	top:-35px;
	content: url('images/homepage/geometric-forms-right-640-blue.png');
}
}
@media only screen and (max-width: 1024px) {
#topmatch:after {
	top:-18px;
	content: url('images/homepage/geometric-forms-right-320-blue.png');
}
}
#topmatch-subtitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:36px;
	line-height:30px;
	font-weight:300;
	text-transform:uppercase;
	color:#08add0;
	position:relative;
	z-index:150;
}
@media only screen and (max-width: 1024px) {
#topmatch-subtitle {
	font-size:30px;
	line-height:24px;
}
}
@media only screen and (max-width: 640px) {
#topmatch-subtitle {
	font-size:24px;
	line-height:24px;
}
}
#topmatch-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:72px;
	line-height:66px;
	font-weight:700;
	text-transform:uppercase;
	color:#736c7a;
	position:relative;
	z-index:150;
}
@media only screen and (max-width: 1024px) {
#topmatch-title {
	font-size:60px;
	line-height:60px;
}
}
@media only screen and (max-width: 640px) {
#topmatch-title {
	font-size:48px;
	line-height:48px;
}
}
#topmatch-table {
	vertical-align:top;
	position:relative;
	z-index:150;
	display:table;
	padding:25px 0 0;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.topmatch-logo {
	display:table-cell;
	width:35%;
	vertical-align:top;
	text-align:center;
	padding-top:25px;
}
.topmatch-logo img {
	max-width:200px;
	width:100%;
	margin:0 auto;
}
.topmatch-vs {
	display:table-cell;
	width:30%;
	text-align:center;
	vertical-align:middle;
	text-transform:uppercase;
}
@media only screen and (max-width: 768px) {
.topmatch-vs img {
	max-width:75%;
	height:auto;
}
}
#topmatch-date {
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#0f0d11;
	text-transform:uppercase;
	font-size:16px;
	height:35px;
	line-height:35px;
	padding:0 25px;
	color:#08add0;
	border-radius:35px;
	border:0;
	margin-top:35px;
}
/******* Content ********/
#content {
	border-top:5px solid #08add0;
	background-color:#fff;
	padding:25px 0 50px;
}
#content .btn-outline {
	color:#736c7a;
}
#content .btn-outline:hover,
#content .btn-outline:focus {
	color:#fff;
}

/******* Content Frontpage ********/
#content-frontpage {
	background-color:#fff;
	padding:25px 0 50px;
}
#content-frontpage h2 {
	position:relative;
	padding:0 40px 15px;
}
#content-frontpage h2:before {
	position:absolute;
	top:0;
	left:0;
	line-height:33px;
	height:35px;
	width:35px;
	border:1px solid #6b656f;
	color:#08add0;
	text-align:center;
	display:inline-block;
	border-radius:100%;
	font-size:12px;
	content:'\f0da';
	font-family:fontawesome;
}
#content-frontpage .btn-outline {
	color:#736c7a;
}
#content-frontpage .btn-outline:hover,
#content-frontpage .btn-outline:focus {
	color:#fff;
}
.button-all {
	float:right;
}
#content-frontpage-right h2 {
	margin-top:40px;
}
#content-frontpage-right h2:first-of-type {
	margin-top:20px;
}
/******* Sc_Squads ********/
#sc_squads-row {
	background-color:#1f1b20;
}
.sc_squads {
	border-bottom:1px solid #1b191d;
	padding:10px;
}
.sc_squads-icon {
	float:left;
}
.sc_squads-icon {
	line-height:78px;
	height:72px;
	width:72px;
	border:1px solid #6b656f;
	color:#08add0;
	text-align:center;
	display:inline-block;
	border-radius:100%;
	font-size:30px;
	content:'\f0da';
	font-family:fontawesome;
}
.sc_squads-icon img {
	display:block;
	max-width:55px;
	height:auto;
	max-height:55px;
	width:auto;
	margin:8px auto 0;
	line-height:72px;
}
.sc_squads-right {
	float:left;
	padding-left:15px;
	font-size:18px;
	line-height:72px;
}
.sc_squads-right a {
	color:#fff;
}
.sc_squads-right a:hover,
.sc_squads-right a:focus {
	color:#08add0;
	text-decoration:none;
}
.sc_squads-button {
	float:right;
	margin-top:20px;
}
.sc_squads-button .fa-icon:hover {
	background-color:#08add0;
	color:#fff;
	border:1px solid #08add0;
}

/******* Footer ********/
footer {
	position:relative;
	text-transform:uppercase;
}
#footer-copy {
	background-color:#08add0;
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	position:relative;
	width:100%;
	z-index:100;
	text-align:center;
	padding:15px 0;
}
#footer-copy img {
	height:35px;
	width:auto;
}
/******* sc_tsviewer ********/
#ts-socialmedia-area {
	background-image:url(images/homepage/bg-ts-blue.jpg);
	background-repeat:no-repeat;
}
#sc_tsviewer {
	border-bottom:1px solid #08add0;
	padding:75px 0;
}
@media only screen and (max-width: 1024px) {
#sc_tsviewer  {
	text-align:center;
	padding:50px 0;
}
}
@media only screen and (max-width: 640px) {
#sc_tsviewer  {
	padding:25px 0;
}
}
#sc_tsviewer-icon {
	float:left;
}
@media only screen and (max-width: 1024px) {
#sc_tsviewer-icon {
	float:none;
	display:block;
}
}
#sc_tsviewer-headline {
	float:left;
	font-size:30px;
	font-weight:400;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	padding:15px 0 0 20px;
}
@media only screen and (max-width: 1200px) {
#sc_tsviewer-headline {
	font-size:24px;
	padding:18px 0 0 20px;
}
}
@media only screen and (max-width: 1024px) {
#sc_tsviewer-headline {
	float:none;
	display:block;
	padding:10px 0 0;
}
}
.sc_tsviewer-info {
	float:left;
	padding:12px 0 0 30px;
}
@media only screen and (max-width: 1024px) {
.sc_tsviewer-info {
	float:none;
	display:inline-block;
}
}
.sc_tsviewer-info .fa-icon {
	width:50px;
	height:50px;
	line-height:48px;
	font-size:20px;
}
.sc_tsviewer-infotitle {
	float:left;
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	padding:27px 0 0 5px;
}
@media only screen and (max-width: 1024px) {
.sc_tsviewer-infotitle {
	float:none;
	display:inline-block;
}
}
#sc_tsviewer-button {
	float:right;
	padding:19px 0 0;
}
@media only screen and (max-width: 1024px) {
#sc_tsviewer-button {
	float:none;
	padding:19px 0 0;
}
}
/******* latestopics ********/
.latesttopics {
	position:relative;
	margin:0 0 15px;
	border-top:1px solid #e8e6e9;
}
.latesttopics-icon {
	float:left;
	padding:12px;
	width:25%;
}
.latesttopics-headline:before {
	position:absolute;
	top:15px;
	left:15px;
	line-height:33px;
	height:35px;
	width:35px;
	border:1px solid #6b656f;
	color:#08add0;
	text-align:center;
	display:inline-block;
	border-radius:100%;
	font-size:14px;
	content:'\f0f6';
	font-family:fontawesome;
}
.latesttopics-headline {
	position:relative;
	float:left;
	color:#736c7a;
	font-size:12px;
	line-height:18px;
	padding-top:17px;
	padding-left:60px;
}
.latesttopics-headline > a {
	font-size:18px;
	font-weight:700;
	color:#1f1b20;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration:none;
}
.latesttopics-headline > a:hover,
.latesttopics-headline > a:focus {
	color:#08add0;
}
.latesttopics-comments {
	float:right;
	margin-top:20px;
	margin-right:15px;
	position:relative;
}
.latesttopics-comments i {
	position:absolute;
	right:0;
	font-size:24px;
	color:#736c7a;
}
.latesttopics-comments-speech {
	position:absolute;
	border:1px solid #e8e6e9;
	background-color:#fff;
	font-size:12px;
	color:#736c7a;
	padding:5px 7px;
	line-height:12px;
	top:-7px;
	right:-13px;
}
/******* latestopics ********/
.sc_rm-member {
	position:relative;
	border-top:1px solid #e8e6e9;
}
.sc_rm-member:after {
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.sc_rm-avatar {
	float:left;
	background-color:#fff;
	padding:5px;
	border: 1px solid #736c7a;
	width:75px;
	height:75px;
	border-radius:75px;
	margin:10px 0;
}
.sc_rm-avatar img {
	border-radius:75px;
	max-height:65px;
	width:auto;
	margin:0 auto;
}
.sc_rm-info {
	float:left;
	padding-top:25px;
	padding-left:10px;
}
.sc_rm-name {
	color: #1f1b20;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.sc_rm-role {
	color: #736c7a;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 12px;
}
.sc_rm-button {
	float:right;
	padding-top:30px;
	padding-right:10px;
}
/******* Footer Second ********/
#footer-second {
	padding-top:50px;
	padding-bottom:50px;
	color:#bbb4c4;
}
#footer-second h2 {
	font-size:24px;
	line-height:30px;
	font-weight:300;
	text-transform:uppercase;
	position:relative;
	padding-left:28px;
	color:#fff;
}
#footer-second h2:before {
	position:absolute;
	top:7px;
	left:0;
	line-height:18px;
	height:21px;
	width:21px;
	border:1px solid #6b656f;
	color:#08add0;
	text-align:center;
	display:inline-block;
	border-radius:100%;
	font-size:12px;
	content:'\f0da';
	font-family:fontawesome;
}
#footer-second ul {
	padding:0;
	margin:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
}
#footer-second li {
	padding:10px;	
}
#footer-second li::before {
	display:inline-block;
	position: relative;
	content: "\f0da";
	color:#c2c2c2;
	font-family: FontAwesome;
    font-style: normal;
	padding-right:10px;
	font-size:12px;
}
#footer-second li a {
	color:#bbb4c4;
}
#footer-second li a:hover,
#footer-second li a:focus {
	color:#08add0;
	text-decoration:none;
}
#counter-list span {
	font-weight:700;
	color:#08add0;
}
/******* Main ********/
#main {
	padding-bottom:50px;
}
#main h2::before {
	content: "\f138";
	color:#fff;
	font-family: FontAwesome;
	padding-right:5px;
	font-size:36px;
}
#main h2 {
	background-color:#08add0;
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
	padding:20px 25px;
	margin:50px 0 25px;
}
#main h3 {
	color:#fff;
}
.content {
}
/******* Awards ********/
.award {
	display:table;
	width:100%;
	position:relative;
	padding-bottom:25px;
}
.award-trophy .fa-trophy {
	top:-3px;
}
.award-trophy {
	display:table-cell;
	background-color:#fff;
	border:3px solid #08add0;
	width:35%;
	vertical-align:middle;
	text-align:center;
	color:#08add0;
	font-size:36px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
}
.award-content {
	display:table-cell;
	width:65%;
	background-color:#08add0;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	
	padding:15px;
	box-sizing: border-box;
}
.award-name a,
.award-squad a {
	color:#fff;
}
.award-name a:focus,
.award-name a:hover,
.award-squad a:focus,
.award-squad a:hover {
	color:#736c7a;
	text-decoration:none;
}
.award-name {
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
}
.award-squad {
	font-size:16px;
	text-transform:uppercase;
}
.award-date {
	position:absolute;
	top:0;
	right:0;
	background-color:#fff;
	padding:8px 12px;
	color:#736c7a;
}
/******* Server ********/
.server {
	display:table;
	width:100%;
	position:relative;
	padding-bottom:25px;
}
.server-left {
	display:table-cell;
	background-color:#08add0;
	width:35%;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	font-size:36px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
}
.server-right {
	display:table-cell;
	width:65%;
	background-color:#fff;
	padding:15px;
	box-sizing: border-box;
}
.server-name {
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	font-weight:700;
	background-color:#e8e6e9;
	padding:15px;
	font-size:18px;
}
.server-name input {
	height:auto;
	line-height:normal;
}
.server-name a {
	color:#736c7a;
}
.server-name a:hover,
.server-name a:focus {
	color:#08add0;
	text-decoration:none;
}
.server-right ul {
	padding:0;
	margin:0;
	list-style:none;
}
.server-right li {
	border-bottom:1px solid #eef2f5;
	padding:10px;
}
/******* News Single ********/
#main .sc_topnews-content h2::before {
	content: "";
	color:#fff;
	padding-right:0;
}
#main .sc_topnews-content h2 {
	background:none;
	text-transform:uppercase;
	color:#08add0;
	font-weight:700;
	padding:0;
	margin:0;
}
.content-title {
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	font-weight:700;
	background-color:#e8e6e9;
	padding:15px;
	font-size:18px;
	overflow:hidden;
}
.content-title-2 {
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	font-weight:700;
	background-color:#08add0;
	padding:15px;
	font-size:18px;
	overflow:hidden;
	color:#fff;
}
/******* Sponsors ********/
.sponsor {
	position:relative;
	padding-bottom:25px;
}
.sponsor-name {
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	font-weight:700;
	background-color:#e8e6e9;
	padding:15px;
	font-size:18px;
}
.sponsor-banner {
	width:100%;
	padding:30px 0;
	max-height:300px;
	overflow:hidden;
}
.sponsor-hp {
	position: absolute;
    right: 27px;
    top: 15px;
}
/******* Clanwars ********/
.clanwar {
	padding:20px 0;
	border-bottom:1px solid #191919;
}
.clanwar-icon i {
	background-color:#08add0;
	color:#fff;
	padding:10px;
}
.details-btn-top-right {
	position:absolute;
	top:18px;
	right:27px;
}
.clanwars-result {
	font-weight:700;
}
/******* Clanwars_Details ********/
.content-table-list {
	padding:0;
	margin:0;
	list-style:none;
}
.content-table-list li {
	padding:15px;
}
.content-table-listelement-1 {
	background-color:#fff;
}
.content-table-listelement-2 {
	background-color:#eef2f5;
}
.content-table-list li span {
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
}
.clanwars-details-report {
	padding:15px;
	background-color:#fff;
}
.clanwars-details-result-head {
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	font-weight:700;
	padding:15px 0;
	border-bottom:3px solid #08add0;
}
.clanwars-details-result-line {
	padding:15px 0;
	border-bottom:1px solid #eef2f5;
}
.clanwars-details-result-line-2 {
	padding:15px 0;
	border-top:1px solid #eef2f5;
	border-bottom:1px solid #eef2f5;
}
.clanwars-details-result-left {
	display:table-cell;
	background-color:#08add0;
	width:20%;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	font-size:36px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
}
.clanwars-details-result-right {
	display:table-cell;
	width:65%;
	background-color:#fff;
	padding:15px;
	box-sizing: border-box;
}
.clanwars-details-result {
	font-size:24px;
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
}
/******* Clanwars_Stats ********/
.clanwars-stats-total {
	float:left;
	width:33.333333333333336%;
	text-align:center;
	overflow:hidden;
}
.clanwars-stats-total-name {
	float:left;
	width:33.333333333333336%;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	overflow:hidden;
}
.table-striped thead {
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	color:#fff;
	background-color:#08add0;
}
/******* Articles ********/
.headline-list {
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	font-size:18px;
}
.headline-top::before {
	content: "\f138";
	color:#fff;
	font-family: FontAwesome;
	padding-right:5px;
	font-size:24px;
}
.headline-top {
	background-color:#08add0;
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
	padding:10px 25px;
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	font-size:18px;
}
/******* Single Article ********/
#article-rateform {
	text-align:right;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	background-color:#e5e5e5;
	padding:15px;
}
h3.article-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	color:#1f1b20;
	text-transform:none;
}
.article-meta {
	position:relative;
	right:0;
	color:#736c7a;
	padding:8px 12px 8px 0;
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
}
#article-pages {
	padding:15px 0;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
}
#article-pagination {
	padding:15px 0;
	text-align:center;
}
#article-pagination a {
	display: inline-block;
  padding:10px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border:0;
  border-radius: 2px;	
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	background-color:#fff;
	color:#1f1b20;
}
#article-pagination a:hover,
#article-pagination a:focus {
	background-color:#08add0;
	color:#fff;
}
#article-pagination u {
	display: inline-block;
  padding:10px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border:0;
  border-radius: 2px;	
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	background-color:#08add0;
	color:#fff;
	text-decoration:none;
}
#article-pagination img {
	display:none;
}
.table-list-line {
	padding:15px 10px;
	border-bottom:1px solid #e5e5e5;
}
/******* FAQ Category ********/
.faq-category {
	position:relative;
	padding-bottom:25px;
}
.faq-category-name {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	background-image: linear-gradient(to right, #08add0 0%, #034278 50%);
	background-color:#08add0;
	padding:15px;
	font-size:18px;
	color:#fff;
}
.faq-category-name a {
	color:#fff;
}
.faq-category-name a:hover,
.faq-category-name a:focus {
	color:#736c7a;
	text-decoration:none;
}
.faq-category-anz {
	position:absolute;
	top:8px;
	right:23px;
	display: inline-block;
  padding:10px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border:0;
  border-radius: 2px;	
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	background-color:#736c7a;
	color:#fff;
	text-decoration:none;
}
.faq-category-info {
	padding-top:15px;
}
.faq-answer-title {
	font-family: 'Roboto Condensed', sans-serif;
	color:#736c7a;
	text-transform:uppercase;
	padding-bottom:15px;
}
/******* Who is/was online ********/
.whois-user {
	border:2px solid #08add0;
	padding:20px;
}
.whois-online {
	text-align:right;
}
.whois-sorter {
	margin-bottom:20px;
}
/******* Links ********/
.link {
	padding-top:20px;
}
.link-name {
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	font-weight:700;
	background-color:#08add0;
	padding:15px;
	font-size:18px;
}
.link-name a {
	color:#fff;
}
.link-name a:hover,
.link-name a:focus {
	color:#1f1b20;
	text-decoration:none;
}
/******* Comments ********/
.comment {
	position:relative;
}
.comment-head {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	font-weight:700;
	background-color:#e8e6e9;
	padding:15px;
	font-size:18px;
}
.comment-head input {
	height:auto;
	line-height:normal;
}
.comment-head a {
	color:#1f1b20;
}
.comment-avatar {
	padding:20px 0;
}
.comment-content {
	padding:20px;
}
.comment-date {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color:#736c7a;
}
.comment-actions {
	position:absolute;
	top:8px;
	right:8px;
}
/******* Search ********/
.search-type {
	background-color:#1f1b20;
	border-radius:2px;
	font-size:14px;
	padding:2px 5px;
	margin-top:-2px;
}
.search-date {
	color:#1f1b20;
}
.search-content {
	padding-top:20px;
}
/******* Loginoverview ********/
.user-menu-link {
	display:table;
	width:100%;
	position:relative;
	padding-bottom:25px;
}
.user-menu-link:hover .user-menu-icon,
.user-menu-link:hover .user-menu-linkname {
	background-color:#08add0;
	color:#fff;
	text-decoration:none;
}
.user-menu-link:hover .user-menu-linkname a:hover {
	text-decoration:none;
}
.user-menu-icon .fa-cog {
	top:-3px;
	position:relative;
}
.user-menu-icon .fa-envelope {
	top:-3px;
	position:relative;
}
.user-menu-icon .fa-money {
	top:-2px;
	position:relative;
}
.user-menu-icon {
	display:table-cell;
	background-color:#736c7a;
	width:35%;
	vertical-align:middle;
	text-align:center;
	color:#fff;
	font-size:36px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:bold;
}
.user-menu-linkname {
	display:table-cell;
	width:65%;
	background-color:#08add0;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	font-size:18px;
	padding:15px;
	box-sizing: border-box;
}
.user-menu-linkname a {
	color:#fff;
}
.user-menu-linkname a:focus,
.user-menu-linkname a:hover {
	color:#1f1b20;
	text-decoration:none;
}
#user-info {
	list-style:none;
	margin:0;
	padding:0;
}
#user-info li {
	border-bottom:1px solid #e5e5e5;
	padding:15px;
}
#user-info li::before {
	display:inline-block;
	position: relative;
	color:#736c7a;
	font-family: FontAwesome;
    font-style: normal;
	font-size:16px;
	padding-right:10px;
}
#user-info-user::before {
	content: "\f007";
}
#user-info-login::before {
	content: "\f090";
}
#user-info-registered::before {
	content: "\f040";
}
#user-info-messenger::before {
	content: "\f0e0";
}
#user-info-newtopics::before {
	content: "\f15c";
}
#user-info-newposts::before {
	content: "\f15c";
}
/******* Myprofile ********/
.content-white {
	background-color:#fff;
}
.content-white label {
	color:#505050;
}
.content-white .table-list-line {
	border-bottom:1px solid #e5e5e5;
}
/******* Polls ********/
.polls-option {
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
}
.polls-option::before {
	display:inline-block;
	position: relative;
	color:#191919;
	font-family: FontAwesome;
    font-style: normal;
	font-size:16px;
	padding-right:5px;
	content: "\f086";
}
#polls-comments {
	background-color:#1f1b20;
	border-radius:2px;
	margin:15px 0;
	padding:10px;
}
#polls-comments::before {
	display:inline-block;
	position: relative;
	color:#08add0;
	font-family: FontAwesome;
    font-style: normal;
	font-size:14px;
	padding-right:5px;
	content: "\f075";
}
#polls-adminactions {
	margin:15px;
	text-align:right;
}
/******* Files ********/
.file-file::before {
	display:inline-block;
	position: relative;
	color:#08add0;
	font-family: FontAwesome;
    font-style: normal;
	font-size:16px;
	padding-right:10px;
	content: "\f15b";
}
.file-dl::after {
	display:inline-block;
	position: relative;
	color:#191919;
	font-family: FontAwesome;
    font-style: normal;
	font-size:16px;
	padding-left:5px;
	content: "\f019";
}
/******* Cashbox ********/
#cashbox-admin {
	text-align:right;
}
.cashbox-adminaction {
	padding:15px;
}
/******* Gallery ********/
.gallery-thumb {
	position:relative;
}
.gallery-thumb img {
	width:100%;
	height:auto;
	max-width:100%;
}
.gallery-thumb .gallery-icon {
	display:none;
}
.gallery-thumb:hover .gallery-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display:block;
}
.gallery-pic {
	position:relative;
}
.gallery-name {
	position:absolute;
	top:0;
	background-color:#1f1b20;
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	padding:12px 20px;
}
.gallery-name:hover,
.gallery-thumb:hover .gallery-name{
	background-color:#08add0;
	color:#fff;
}
.gallery-name:hover a {
	color:#fff;
}
.gallery-name:hover a:hover,
.gallery-name:hover a:hover {
	text-decoration:none;
}
.gallery-date {
	position:absolute;
	top:0;
	right:0;
	background-color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	padding:12px 20px;
}
.gallery-comments {
	position:absolute;
	left:15px;
	bottom:15px;
	color:#fff;
}
.gallery-rounded-button {
	color:#fff;
}
a.gallery-rounded-button:hover,
a.gallery-rounded-button:focus {
	color:#fff;
}
.gallery-pagelink {
	text-align:right;
}
/******* Single Gallery Pic ********/
.gallery-button-backward {
	text-align:left;
	padding:15px;
}
.gallery-button-gallery {
	text-align:center;
	padding:15px 0;
}
.gallery-button-forward {
	text-align:right;
	padding:15px;
}
.gallery-pic-meta {
	background-color:#e8e6e9;
	text-align:center;
	padding:10px;
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
}
.gallery-pic-rate {
	background-color:#736c7a;
	text-align:center;
	padding:10px;
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
}
.gallery-pic-rateform {
	background-color:#e5e5e5;
	text-align:center;
	padding:15px 0;
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
}
/******* Usergallery ********/
.usergallery-space {
	text-align:right;
}
/******* Messenger ********/
.messenger-header {
	background-color:#fff;
}
.messenger-header-left {
	padding:15px;
}
.messenger-header-right {
	padding:15px;
	text-align:right;
}
.messenger-footer-left {
	padding:15px;
}
.messenger-footer-right {
	padding:15px;
	text-align:right;
}
.pm-read-meta {
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
	padding:15px;
}
.pm-content {
	padding:15px;
}
.pm-content h4 {
	color:#08add0;
}
/******* Profile ********/
.profile {
	border:3px solid #08add0;
	padding:25px;
}
.profile  h4 {
	color:#08add0;
}
.profile-title {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	padding-right:15px;
}
.profile-userpic img {
	width:100%;
	max-width:100%;
	height:auto;
}
.profile ul {
	list-style:none;
	margin:0;
	padding:0;
}
.profile li {
	border-bottom:1px solid #fff;
	padding:15px;
	background-color:#e5e5e5;
}
.profile-about {
	padding-top:25px;
}
/******* Archive ********/
.archive {
	display:table;
	width:100%;
	position:relative;
	padding-bottom:25px;
}
.archive-left {
	display:table-cell;
	background-color:#fff;
	width:35%;
	vertical-align:top;
}
.archive-left img {
	width:100%;
	height:auto;
	max-width:100%;
}
.archive-right {
	display:table-cell;
	width:65%;
	background-color:#fff;
	padding:15px;
	box-sizing: border-box;
}
.archive-right ul {
	padding:0;
	margin:0;
	list-style:none;
}
.archive-right li {
	border-bottom:1px solid #eef2f5;
	padding:10px;
}
/******* Calendar ********/
a.calendar-cat-link {
	display:block;
	background-color:#fff;
	padding:15px;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	margin-bottom:5px;
}
a.calendar-cat-link:hover,
a.calendar-cat-link:focus {
	text-decoration:none;
	color:#fff;
	background-color:#08add0;
}
.calendar-days {
	padding:15px 0;
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
}
.calendar-foot {
	padding:15px 0;
	text-align:center;
}
.calendar-announce-admin {
	text-align:right;
	padding:20px;
}
.upcoming-details {
	margin-bottom:25px;
}
/******* Forum ********/
.forum-title-1, 
.forum-title-2, 
.forum-title-3, 
.forum-title-4 {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	padding:15px;
	font-size:14px;
}
.forum-title-1 {
	background-color:#1f1b20;
	color:#08add0;
}
.forum-title-2 {
	background-color:#08add0;
	color:#fff;
}
.forum-main-head-2,
.forum-main-head-3,
.forum-board-2,
.forum-board-3 {
	text-align:center;
}
.forum-board {
	background-color:#fff;
	padding:25px;
}
.forum-boardname {
	font-family: 'Roboto Condensed', sans-serif;
	
	text-transform:uppercase;
}
.forum-board-2,
.forum-board-3 {
	padding-top:8px;
}
.forum-boardicon {
	float:left;
	padding-top:9px;
	padding-right:20px;
}
.forum-boardinfo {
	float:left;
}
.forum-actions {
	padding:15px 0;
}
.forum-actions-right {
	text-align:right;
}
/******* Forum_Stats ********/
.forum-stats {
	display:table;
	width:100%;
}
.forum-stats-icon {
	display:table-cell;
	width:35%;
	background-color:#736c7a;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	font-size:24px;
}
.forum-stats-info {
	display:table-cell;
	width:65%;
	color:#fff;
	background-color:#08add0;
	padding:25px;
}
.forum-stats-info a {
	color:#fff;
}
/******* Forum Single Topic ********/
.forum-topic-date {
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	background-color:#736c7a;
	color:#fff;
	padding:10px 15px;
}
.forum-topic-message-box {
	padding-left:30px;
}
.forum-topic-message {
	padding:10px 20px;
}
.forum-topic-signatur {
	margin:0 20px;
	border-top:1px solid #746d7b;
	padding:10px 0;
	font-size:12px;
}
.forum-topic-name-message {
	display:none;
}
.quote {
	margin:0 20px;
}
.forum-topic-actions {
	padding:0 20px;
	padding-bottom:25px;
}
.forum-topic-1 .quote {
	padding:15px;
}
.forum-topic-2 {
	padding:30px 15px;
}
.forum-topic-2 img {
	max-width:100%;
}
.forum-topic-avatar {
}
@media only screen and (max-width: 992px) {
/******* Header Slogan ********/	
.forum-main-head-2, 
.forum-main-head-3,
.forum-board-2,
.forum-board-3,
.forum-topics-head-2,
.forum-topics-head-3,
.forum-topics-head-4,
.forum-topics-2,
.forum-topics-3,
.forum-topics-4 {
	display:none;
}
}
@media only screen and (max-width: 768px) {
/******* Header Slogan ********/	
.breadcrumb {
	display:none;
}
.forum-main-head-3,
.forum-board-3,
.forum-topics-3,
.forum-topic-name-message {
	display:block;
}
.forum-main-head-4,
.forum-board-4,
.forum-topics-head-5,
.forum-topics-5,
.forum-topic-name,
.forum-topic-usertype,
.forum-topic-rang,
.forum-topic-posts {
	display:none;
}
.forum-stats {
	margin-bottom:5px;
}
.forum-topic-message {
	padding:15px 15px;
}
}
@media only screen and (max-width: 480px) {
.forum-main-head-3,
.forum-board-3,
.forum-topics-3 {
	display:none;
}
}

