body {
    font-family: 'Montserrat', sans-serif;
    background: url('/data/uploads/background/regnum-bg.png?v=21') no-repeat fixed top center #092537;;
    background-size: cover;
}

.card {
    background: url(../../images/arka.jpg);
    outline: 0;
    border:4px ridge #ff7639;
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 77px -13px rgba(255,225,76,1);
    -moz-box-shadow: 0px 0px 77px -13px rgba(255,225,76,1);
    box-shadow: 0px 0px 77px -13px rgba(255,225,76,1);
    margin-bottom: 10px;
}

.card-heading {
    background:url(../../images/baslik1-sol.png) repeat-x;
    border:2px ridge #ff7639;
    text-align:center;
    font-family: Tahoma;
    color: #ffdf92;
    text-shadow:1px 1px 1px #000;
    font-weight: 700;
    font-size: 21px;
    margin: 20px;
    border-radius: 10px;
    padding: 10px;
}

.card-body{
    padding-bottom: 40px;
    padding-left: 1px;
    padding-right: 1px;
}

.no-padding {
	padding: 0!important;
}


.nav-tabs>li:first-child
{
	border-top-left-radius:9px;
}

.nav-tabs>li:last-child
{
	border-top-right-radius:9px;
}

.nav-tabs {
    border:none;
}

a:hover {
	text-decoration:none !important;
}

.tab-content>.tab-pane {
    border: 1px solid #ddd;
    padding: 15px;
}

.ust_bar a {
	color:inherit !important;
}

.landing img {
	filter:none;
	transition: linear 1s;
}

.landing img:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

.list-group-item {
    background:url(../../images/baslik2-sol.png) repeat-x;
    border:2px ridge #febd95;
    font-weight: bold;
    margin: 10px;
    color: #edd7a4;
    text-shadow: 1px 1px 0px #000;


}

.list-group-item a {
    color: #ff8359;
    font-weight: bold;
    cursor: help;
}

.landing_logo {
    height: 317px;
    background-size: contain;
    margin-top: 30px;
}

.biologist-image-bg {
    float: left;
    background: url(../../images/arka.jpg) no-repeat;
    padding: 10px;
    margin: -3px;
    margin-right: 10px;
    box-shadow: none;
    border: 1px solid #f1a451;
	border-radius:10px;
}

.p-x-10{
    padding-left: 10px;
    padding-right: 10px;
}

.p-x-20{
    padding-left: 20px;
    padding-right: 20px;
}

.alert-green-style {
    margin-top: -15px;
    color: #edd7a4;
    background: url(../../images/baslik2-sol.png) repeat-x;
    border: 2px ridge #febd95;
    font-weight: 600;
}

.head-green-style {
    color: #edd7a4;
    background: url(../../images/baslik2-sol.png) repeat-x;
    border: 2px ridge #febd95;
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

#owl-npc .item {
    background: red;
    margin-left: 2px;
    transition: transform .2s;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 5px;
    cursor: pointer;
}

#owl-npc .item:hover{
    transform: scale(1.05);
}

.owl-item{
    cursor: pointer;
    padding: 5px;
    background: rgba(86,28,1,0.11);
    margin: 2px;
    border-radius: 5px;
}

.owl-item img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    min-height: 200px;
}

.ss {
    border: 5px solid #401f17;
    box-shadow: 0 0 0 0.5px #d4670a;
    border-radius: 10px
}

.ss-items {
    border: 5px solid #401f17;
    box-shadow: 0 0 0 0.5px #d4670a;
    border-radius: 30px;
    padding: 10px;
}

.table-attributes thead {
    background: #af4101; /* Old browsers */
    background: -moz-linear-gradient(top,  #af4101 0%, #953701 44%, #722a00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #af4101 0%,#953701 44%,#722a00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #af4101 0%,#953701 44%,#722a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af4101', endColorstr='#722a00',GradientType=0 ); /* IE6-9 */
}

.table-attributes thead tr td {
    vertical-align: middle;
    color: #ffddb4;
	font-weight: bold;
    border: 1px solid #ffe8a2;
    border-top: 1px solid #ffe8a2 !important;
}

.table-attributes tbody tr td {
    background: #431a01; /* Old browsers */
    background: -moz-linear-gradient(top,  #431a01 0%, #381600 44%, #2a1000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #431a01 0%,#381600 44%,#2a1000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #431a01 0%,#381600 44%,#2a1000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#431a01', endColorstr='#2a1000',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ffe8a2;
    color: #ffddb4;
    font-weight: bold;
}

.table-trailer {
    color: #ffdf92;
    background-color: #6a2501;
}

.table-trailer td {
    border-color: #ff7639
}

.table-trailer.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.33)
}

.table-trailer.table-hover tbody tr {
    cursor: pointer
}

.table-bordered {
    border: 1px solid #ff7639;
}

.transformation-item{
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.btn-sections{
    margin-bottom: 30px;
}

.btn-homepage {
    background: url(../../images/anasayfa.png);
    height: 115px;
	width: 325px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    font-size: 19px;
    padding-top: 60px;
	padding-left:32px;
    text-decoration: none;
    text-transform: uppercase;
	color: #9c0606;
    text-shadow: 1px 1px 0px #fff;
    transition: 1s linear;
    margin-bottom: -20px;
}

.btn-homepage:hover {
    background: url(../../images/anasayfa-hover.png);
}

.btn-homepage span {
    font-size: 11px;
    color: #3a1b06;
    text-shadow: 1px 1px 0px #fff;
    font-weight: 700;
    display: block;
}

.btn-register {
    background: url(../../images/kayit.png);
    height: 115px;
	width: 325px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    font-size: 19px;
    padding-top: 60px;
	padding-left:32px;
    text-decoration: none;
    text-transform: uppercase;
	color: #9c0606;
    text-shadow: 1px 1px 0px #fff;
    transition: 1s linear;
    margin-bottom: -20px;
}

.btn-register:hover {
    background: url(../../images/kayit-hover.png);
}

.btn-register span {
    font-size: 11px;
    color: #3a1b06;
    text-shadow: 1px 1px 0px #fff;
    font-weight: 700;
    display: block;
}

.btn-download {
    background: url(../../images/indir.png);
    height: 115px;
	width: 325px;
    display: inline-block;
    text-align: center;
    font-weight: 800;
    font-size: 19px;
    padding-top: 60px;
	padding-left:32px;
    text-decoration: none;
    text-transform: uppercase;
	color: #9c0606;
    text-shadow: 1px 1px 0px #fff;
    transition: 1s linear;
    margin-bottom: -20px;
}

.btn-download:hover {
    background: url(../../images/indir-hover.png);
}

.btn-download span {
    font-size: 11px;
    color: #3a1b06;
    text-shadow: 1px 1px 0px #fff;
    font-weight: 700;
    display: block;
}

.notification-box {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 80px;
    color: #fef895;
	border-top: 3px solid #ff683f;
    background: #aa4202; /* Old browsers */
    background: -moz-linear-gradient(top,  #aa4202 0%, #913801 44%, #6e2a00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #aa4202 0%,#913801 44%,#6e2a00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #aa4202 0%,#913801 44%,#6e2a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa4202', endColorstr='#6e2a00',GradientType=0 ); /* IE6-9 */
    text-shadow: 1px 1px 0px black;
}

.notification-box h4 {
    margin: 0px;
    margin-top: 17px;
    font-weight: 900;
    font-size: 26px;
}

#notification-alt {
    position: fixed;
    z-index: 999999;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 80px;
    color: #fef895;
    border-top: 3px solid #ff683f;
    background: #aa4202; /* Old browsers */
    background: -moz-linear-gradient(top,  #aa4202 0%, #913801 44%, #6e2a00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #aa4202 0%,#913801 44%,#6e2a00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #aa4202 0%,#913801 44%,#6e2a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa4202', endColorstr='#6e2a00',GradientType=0 ); /* IE6-9 */
    text-shadow: 1px 1px 0px black;
}

#notification-alt a {
    color: #fef895;
    font-weight: 700;
    font-size: 30px;
    display: block;
    margin-top: 0;
}

#notification-alt span {
    font-size: 14px;
    font-weight: 400;
    color: #fef895;
    text-transform: uppercase;
    display: block
}

.notification-box span {
    font-weight: 700;
	color: #feda95;
    text-transform: uppercase;
}

.bottom {
    height: 200px;
    padding-top: 30px;
    text-align: center
}

.bottom h5 {
    color: #668235
}

.bottom span {
    font-size: 14px;
    color: #668235
}

.bottom span a {
    font-weight: 700;
    color: #668235
}

.copyright {
    margin-top: -30px;
    color: #edd7a4;
}

.copyright a {
    color: #edd7a4;
    filter: brightness(1.3);
}

.discord-widget {
    position: fixed;
    bottom: 0;
    z-index:999999;
    margin-bottom: 20px;
}

.discord-widget.active {
    right: 20px;
}

.discord-open-button{
    display: block;
    width: 50px!important;
    margin-left: 30px;
}

.discord-close-button{
    display: none;
    width: 25px!important;
    margin-left: 233px;
    margin-bottom: 103px;
}

.discord-widget-button{
    width: 250px;
    display: none;
}

.facebook-like {
    position:relative;
    width:549px;height:325px;
    border:none;margin-top:10%;
}

.fbBoard{
    line-height:0px;
    position:fixed;
    text-align:center;
    z-index:999999;
}

.fbBoard2{
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:transparent url('../../images/facebook/black-transparent.png') repeat top left;
}