
#wpwrap {
	background-color: #15181F !important;
}
ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu>li.current>a.current:after {
	border-right-color: #15181f !important;
}
#adminmenu, #adminmenu .wp-submenu, #adminmenuback, #adminmenuwrap {
	background-color: #1A1E27 !important;
}
#wpadminbar {
	background: #1A1E27 !important;
}

a:hover, a:focus, a:active{
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
.reo-navbar {
	width: 96%;
	height: 54px;
	position: relative;
	border-bottom: 2px solid #1a1e27;
}
.reo-navbar .logo {
	width: 125px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.reo-navbar .logo img{
	height: 30px;
	width: auto;
}
.reo-navbar .menu {
	float: right;
	padding-top: 16px;
}

.reo-navbar .menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.reo-navbar .menu li {
	margin-bottom: 0;
	position: relative;
	float: left;
	margin-right: 20px;

}

.reo-navbar .menu li a{
	font-size: 20px;
	color: white;	
	text-decoration: none;
	outline: none;
	transition: all 0.5s ease;
	font-weight: 600;
}
.reo-navbar .menu ul:hover li a{
	color: #454951;
	transition: all 0.5s ease;	
}
.reo-navbar .menu li a:hover {
	border-bottom: 2px solid red;
	padding-bottom: 17px;
	outline: none;
	color: white !important;
	transition: all 0.5s ease;
}

.reo-navbar .menu li a:hover, .reo-navbar .menu li a:focus, .reo-navbar .menu li a:active {
	outline: none;
	box-shadow: none;
}
.reo-content{
	width: 96%;
	padding-top: 65px;
}
.ziyaret{
	width: 38%;
	height: 300px;
	background-color: #1A1E27;
	position: relative;
	float: left;
	margin-right: 20px;
	border-radius: 20px;
}
.reo-hosting {
	width: 20%;
	position: relative;
	float: left;
	margin-right: 20px;
}
.reo-hosting a:hover .hosting {
	background-color: #1A1E27;
	border: 3px solid #1A1E27;
	transition: all 0.5s ease;
}
.reo-hosting .hosting {
	width: 100%;
	height: 140px;
	position: relative;
	border: 3px solid #1A1E27;
	border-radius: 20px;
	padding: 20px 0px;
	margin-bottom: 30px;
}
.reo-hosting .hosting h2{
	font-size: 15px;
	color: white;
	font-weight: 700;
	margin: 0px;
	margin-top: 15px;
	margin-left: 20px;
}
.reo-hosting .hosting p{
	font-size: 20px;
	color: #444850;
	font-weight: 400;
	margin: 0px;
	margin-top: 20px;
	margin-left: 5px;
	float: left;
}
.reo-hosting .hosting .zaman{
	font-size: 26px;
	color: white;
	font-weight: 800;
	margin-top: 15px;
	margin-left: 20px;
}
.reo-hosting .ikon {
	width: 50px;
    height: 50px;
    background-image: radial-gradient(#FF4600 -20%, #EA2626 80%, #FF0000 120%);
    border-radius: 50px;
    position: relative;
    margin-left: 20px;
}
.reo-hosting .ikon img{
	position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
}
.reo-destek {
	width: 38%;
	position: relative;
	float: left;
}
.baslik {
	font-size: 22px;
	font-weight: 500px;
	color: #2D3341;
	margin-bottom: 15px;
}
.reo-destek a{
	outline: none;
	text-decoration: none;
}
.reo-destek a:hover .content{
	background-color: white;
	transition: all 0.5s ease;
}
.reo-destek a:hover .content h2{
	color: #15181F;
	transition: all 0.5s ease;
}
.reo-destek .content{
	width: 100%;
	height: 50px;
	background-color: #1a1e27;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.reo-destek .content .tarih{
	font-size: 15px;
	font-weight: 400px;
	color: #525E7A;
	float: left;
	margin: 0;
}
.reo-destek .content .kategori{
	font-size: 15px;
	font-weight: 600;
	color: #EA2626;
	float: left;
	margin: 0;
	margin-left: 15px;
}

.reo-destek .content .durum{
	padding: 5px 10px;
	color: white;
	font-size: 15px;
	float: right;
	border-radius: 5px;
}
.reo-destek .content h2{
	font-size: 15px;
	color: white;
	font-weight: 700;
	margin: 0px;
}
.kapandi {
	background-color: #EA2626;	
}
.beklemede {
	background-color: #F98500;	
}
.cevaplandi {
	background-color: #02B578;	
}