#body {
  z-index: -2;
}

a {
	text-decoration: none;
	color: #9e8038;
}

a:hover, a:active {
	text-decoration: none;
	color: #C9A347;
}

.lhover::after {
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}

.lhover:hover::after {
    width: 100%;
}

h2 {
	color: #9e8038;
	font-weight: bold;
}

h1 {
	color: #9e8038;
	font-size: 1em;
}

h3 {
	font-weight: bold;
    color: #9e8038;
	padding-bottom: 0px;
}

.navbar {
	height: 75px;
	background: url('../images/nav-bg.jpg') repeat-x;
}

#navbar a{
	font-weight: bold;
	color: #9e8038;
	text-transform: uppercase;
}

#navbar a:hover {
	color: #745c23;
}

.navbar .container {
	height: 75px;
	padding-top: 10px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

#home {
	display: block;
	width: 205px;
	height: 85px;
	background: url('../images/logov2.png') no-repeat;
	margin-top: -10px;
}

#masterslidercont {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: -20px;
}

.navbar-default {
	border: none;
	z-index: 9999;
}


.searchbar input {
	outline: none;
    max-height: 20px;
    color: #C9A347;
}
.searchbar input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.searchbar input::-webkit-search-decoration,
.searchbar input::-webkit-search-cancel-button {
	display: none;
}


.searchbar input[type=search] {
	background: #2e2b28 url(../images/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 1px 3px 1px 28px;
	min-width: 150px !important;

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.searchbar input[type=search]:focus {
	width: 250px;
	background-color: ##2e2b28;
	border-color: ##4493CE;

	-webkit-box-shadow: 0 0 5px rgba(201, 163, 71, 0.5);
	-moz-box-shadow: 0 0 5px rgba(201, 163, 71, 0.5);
	box-shadow: 0 0 5px rgba(201, 163, 71, 0.5);
}


.searchbar input:-moz-placeholder {
	color: #999;
}
.searchbar input::-webkit-input-placeholder {
	color: #999;
}


#loginbar {
	width: 100%;
	max-height: 366px;
	background: url('../images/srch-bg.jpg') repeat-x;
	height: 42px;
	padding-top: 14px;
}

#maincontent {
	width: 100%;
	min-height: 600px;
	background: rgba(61, 61, 61, 0.3);
	border-left: solid 1px #0f0f0f;
	border-right: solid 1px #0f0f0f;
	padding-top: 30px;
}

#mainheader {
	background: url('../images/news-bg.png') repeat;
	max-width: 939px;
	height: 80px;
	margin: auto;
	border-top-right-radius: 2em;
	border-top-left-radius: 2em;
}

#sectiontitle {
	display: block;
	padding-top: 0px;
	padding-left: 20px;
	width: 100%;
	margin: auto;
}

#sectiontitle h2, h1{
	display: inline-block;
}

#sectiontitle h1{
	margin-top: 5px;
}

#sectiontitle h2 {
	margin-top: 10px;
}

#sectioncontent {
	max-width: 939px;
	height: 100%;
	background: rgba(20, 20, 20, 0.5);
	margin: auto;
	padding: 30px;
	margin-bottom: 30px;
	border-bottom-right-radius: 2em;
	border-bottom-left-radius: 2em;
	border: solid 1px #202020;
	overflow: auto;
}

#sectioncontentcalc {
	max-width: 939px !important;
	height: 100%;
	background: rgba(20, 20, 20, 0.5);
	margin: auto;
	padding: 30px;
	margin-bottom: 30px;
	border-bottom-right-radius: 2em;
	border-bottom-left-radius: 2em;
	border: solid 1px #202020;
	overflow: hidden;
  position: relative;
  z-index: 0;
}

#builddesc {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 10px;
}

#makebuild {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #FC3;
  padding-bottom: 20px;
}

#skillvideo {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

#contentcont {
	border-left: solid 1px #2b2b2b;
	border-right: solid 1px #2b2b2b;
	max-width: 1020px;
	margin:auto;

}

#footer {
	height: 77px;
	width: 100%;
	background: url('../images/footer-bg.jpg') repeat-x;
}

.postmessage {
	max-height: 200px;
	overflow: hidden;
}

.newsthread {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid rgba(116, 92, 35, .5);
	position: relative;
}

.button {
	padding: 5px;
    display: block;
    min-width: 100%;
    background-image: linear-gradient(to bottom, transparent, black);
}

.newsthread .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;

  /* "transparent" only works here because == rgba(0,0,0,0) */
}

#footer {
	font-size: 10px;
	padding-top: 20px;
}

/** modal window styles **/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#loginmodal {
	width: 340px;
    color: #fff !important;
    min-height: 300px;
}



.white-popup {
  position: relative;
  width:auto;
  max-width: 340px;
  margin: auto;
  margin-top: 100px;
}

.loginform { /* no default styles */ }

input[type="text"],
select {
	padding-top: 5px;
   background: #2e2b28;
   border: 0px !important;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   color: #4493CE;
   padding:8px;
   margin-bottom:20px;
   width:300px;
   outline: none;
}

input[type="text"], input[type="email"], input[type="password"], select, input[type="search"], textarea {
	padding-top: 5px;
   background: #2e2b28;
   border: 0px !important;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   color: #be9e52;
   padding:8px;
   margin-bottom:20px;
   width:300px;
   outline: none;
     -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

input[type="submit"] {
	background: #2e2b28;
	color: #C9A347;
	border: 1px solid #C9A347;
}

.loginform label { display: block; font-size: 1.1em; font-weight: bold; color: #7c8291; margin-bottom: 3px; }

.txtfield {
}

.txtfield:focus {
  outline: none;
  color: #525864;
  border-color: #C9A347;
  -webkit-box-shadow: inset 0 1px 2px rgba(201, 163, 71, .15), 0 0 7px #C9A347;
  -moz-box-shadow: inset 0 1px 2px rgba(201, 163, 71, .15), 0 0 7px #C9A347;
  box-shadow: inset 0 1px 2px rgba(201, 163, 71, .15), 0 0 7px #C9A347;
}

#tab1, #tab2  {
  position: absolute;
  left: -9999px;
}

.tab-data label {
  display: inline-block;
  padding: 10px;
  border-bottom: none;
  cursor: pointer;
  transition: background-color .6s, color .6s;
}

#tab1:checked ~ .label-holder label[for="tab1"],
#tab2:checked ~ .label-holder label[for="tab2"] {
  background-color: #222;
  color: #fff;
  pointer-events: none;
}

.label-holder label{
    min-width: 147px;
    padding: 5px;
    height: 30px;
	background: #0F0F0F;
}


.tab-data {
  position: relative;
  background: #2e2b28;
}

section {
  position: absolute;
  top: 0;
  left: -9999px;
  transition: opacity .6s;
  background: #363636;
  padding: 15px 20px;
	background: #363636;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#tab1:checked ~ .tab-data .first,
#tab2:checked ~ .tab-data .second,
#tab3:checked ~ .tab-data .third {
  opacity: 1;
  left: auto;
}

.even {
	background-color:rgba(0, 0, 0, 0.2);
}

#dttable thead {
    font-size: 15px;
    color: #C9A347;
}

#filters input[type="text"], select, input[type="search"] {
	max-width: 150px;
}

.firstlevel label {
	padding-left: 20px;
}

#filters {
	margin: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #C9A347;
}

#secondlevel input[type=radio] {
    display: none !important;
}

#secondlevel label:before {
    content: "";
    display: inline-block;

    width: 16px;
    height: 16px;

    margin-right: 4px;
    background-color: #2e2b28;
}

#secondlevel radio label:before {
    border-radius: 8px;
}

#secondlevel input[type=radio]:checked + label:before {
    content: "\2022";
    color: #be9e52;
    font-size: 30px;
    text-align: center;
    line-height: 10px;
}

#editguildblock input[type=radio] {
    display: none !important;
}

#editguildblock label:before {
    content: "";
    display: inline-block;

    width: 16px;
    height: 16px;

    margin-right: 4px;
    margin-left: 15px;
    background-color: #2e2b28;
}

.donateform {
    width: 147px;
    margin: auto;
}

.guidelinks {
    display: inline-block;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding: 40px;
}

#guidelinkcont {
    margin: auto;
    width: 635px;
    display: block;
}

.applinks {
    display: inline-block;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding: 40px;
}

#applinkcont {
    margin: auto;
    width: 560px;
    display: block;
}

#editguildblock radio label:before {
    border-radius: 8px;
}

#editguildblock input[type=radio]:checked + label:before {
    content: "\2022";
    color: #be9e52;
    font-size: 30px;
    text-align: center;
    line-height: 10px;
}

.filterfocus{
	padding-left: 20px;
}

.filterregion {
	padding-left: 40px;
}

.name, .leader, .focus, .levelreq, .size, .server, .channel, .voiptype, .voipserver, .website, .forumlink {
	display: inline-block;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;

}

.description {
	display: block;
	width: 100%;
	padding-right: 20px;
}

.viewtitle {
	display: inline-block;
	margin-top: 30px;
	width: 200px;
	max-width: 200px;
	text-align: left;
	color: #C9A347;
	padding: 5px;
	border-bottom: 1px solid #be9e52;
}

.glogbar {
	width: 100%;
	margin: auto;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #C9A347;
}

.col-xs-6 {
	padding-left: 0px;
}

.viewtitled {
	display: inline-block;
	margin-top: 30px;
	width: 100%;
	text-align: left;
	padding: 5px;
	color: #C9A347;
	border-bottom: 1px solid #be9e52;
}

.logo img {
	display: block;
	max-width: 250px;
	max-height: 250px;
	margin: auto;
}

#usersguilds th{
	padding: 10px;
}

#guidecontent {
	max-width: 100%;
}

.navbar-brand {
    color: #C9A347 !important;
}

.tabbed {
  width: 100%;
  position: relative;
}
.tabbed > input {
  display: none;
}
.tabbed > label {
  display: block;
  float: left;
  padding: 12px 20px;
  margin: 0 5px 0 0;
  color: #ccc;
  border-radius: .4em .4em 0 0;
  transition: .3s;
 -moz-user-select: none;
 -webkit-user-select: none;
 -ms-user-select: none;
  user-select: none;
  margin-bottom: 20px;
}
.tabbed > label:hover {
  background: #9e8038;
}
.tabbed > input:checked+label {
  background: #C9A347;
  color: #000;
}

.tabs {
  clear: both;
  perspective: 600px;
}

.tabs > div {
  width: 100%;
  position: absolute;
  padding: 10px 30px 40px;
  line-height: 1.4em;
  opacity: 0;
  color: rgba(0,0,0,0);
  transform: rotateX(-90deg);
  transform-origin: top center;
  transition: opacity 1s, transform .5s;
  z-index: 0;
}

#tab-nav-1:checked ~ .tabs > div:nth-of-type(1),
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
#tab-nav-4:checked ~ .tabs > div:nth-of-type(4),
#tab-nav-5:checked ~ .tabs > div:nth-of-type(5) {
  transform: rotateX(0deg);
  color: #fff;
  opacity: 1;
  z-index: 1;
}

@media (min-width : 991px) {
 /* CSS rules here */
 .navbar-brand {
	display: none;
 }
}

@media (max-width: 1197px) {
	#home {
		display: none;
	}


}

@media (max-width: 703px) {
    .guidelinks {
        display: block;
    }

    #guidelinkcont {
        width: 100%;
    }

    .applinks {
        display: block;
    }

    #applinkcont {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (max-width: 560px) {
	.gdbsize {
		display: none;
	}

	#dttable {
		max-width: 90%;
	}


}

@media (max-width : 991px) {
	.navbar-collapse {
	background: #000;
	}
}

.searchbar input {
	outline: none;
    max-height: 20px;
    color: #C9A347;
}
.searchbar input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.searchbar input::-webkit-search-decoration,
.searchbar input::-webkit-search-cancel-button {
	display: none;
}


.searchbar input[type=search] {
	background: #2e2b28 url(../images/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 1px 3px 1px 28px;
	min-width: 150px !important;

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.searchbar input[type=search]:focus {
	max-width: 250px !important;
	background-color: #2e2b28;
	border-color: #C9A347;

	-webkit-box-shadow: 0 0 5px rgba(201, 163, 71, 0.5);
	-moz-box-shadow: 0 0 5px rgba(201, 163, 71, 0.5);
	box-shadow: 0 0 5px rgba(201, 163, 71, 0.5);
}


.searchbar input:-moz-placeholder {
	color: #999;
}
.searchbar input::-webkit-input-placeholder {
	color: #999;
}

#calculatorheader {
  width: 100%;
  height: 366px;
  z-index: -1;
}

#calcimgheader img{
  display: block;
  width: 786px;
  height: 279px;
  margin: auto;
  margin-top: -15px;
}


#secondcalc {
  margin-top: 20px;
}
/*database specific*/
#databaseheader {
  width: 100%;
  height: 366px;
}
.dropdown-submenu{
    position:relative;
}
.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.swrapper {
  margin-bottom: 10px;
}

.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}

.dropdown-submenu .pull-left{
    float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:0px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.dropdown-menu {
  min-width: 100px;
  background: rgba(0, 0, 0, 0.9);
}

.dropdown-menu li a {
  color: #fff;
}

.dropdown-menu li a:hover {
  color: #afafaf;
}

.root:hover > .dropdown-menu{
    display: block;
}

.navbar-custom {
  text-align: center;
  height: 42px;
  width: 469px;
  margin: auto;
  float: none;
}

.navbar-custom li a {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-custom li a:hover {
  background: none;
}

.search-bar {
  border: solid 1px #C9A347;
  margin-top: -50px;
  margin: 0 auto;
  width: 464px;
}
.search-bar .form-control {
  width: 330px;
  float: left;
  margin:0 0px 0 0;
}
.search-bar .btn {1 left;
}

.btn {
  border: 0 !important;
  width: 132px;
  border-radius: 0;
  height: 34px;
  background: #443f3b !important;
}

#databaseheader img{
  display: block;
  width: 786px;
  height: 279;
  margin: auto;
  margin-top: -30px;
  margin-bottom: -30px;
}
.gradewhite {
  color: #fff;
}

.gradegreen {
  color: #54af34;
}

.gradeblue {
  color: #4873ec;
}

.gradeyellow {
  color: #c2c14e;
}

select {
	padding-top: 5px;
   background: #2e2b28;
   border: 0px !important;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   color: #be9e52;
   padding:8px;
   outline: none;
}

.dropdown-submenu{
    position:relative;
}
.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}

.dropdown-submenu .pull-left{
    float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.root:hover > .dropdown-menu{
    display: block;
}
