/* CSS Document */



body {
	font-family: 'Raleway', sans-serif;
	background-color: #5e5e5e;
	letter-spacing: 0.2px;
}

blockquote {
    font-size: 14px;
}

.pageTop {
	height: 34px;
	background-color: #222222;
}
.social {
	float: left;
	margin-top: 0px;
	line-height: 74px;
	margin-left: 10px;
	padding-left: 20px;
	border-left: 1px solid #ebecee;
}
.social a {
	background-color: transparent;
	border-radius: 6%;
	display: inline-block;
	font-size: 0.9em;
	margin: 0;
	line-height: 1em;
	min-width: 32px;
	overflow: hidden;
	padding: 5px 2px;
	text-align: center;
}
a.social-icon {
	text-decoration: none !important;
	box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.7);
	color: rgb(255, 255, 255) !important;
	padding: 5px 2px;
}
a.social-icon:hover {
	color: rgb(255, 255, 255) !important;
	border: 0px solid #F9F9F9;
	padding: 5px 2px;
}
a.facebook {
	background-color: rgb(59, 90, 154) !important;
	width: 68px;
}
a.facebook:hover {
	background-color: rgb(0, 0, 0) !important;
}
a.twitter {
	background-color: rgb(45, 168, 225) !important;
}
a.twitter:hover {
	background-color: rgb(0, 0, 0) !important;
}
a.rss {
	background-color: #f18800 !important;
}
a.rss:hover {
	background-color: #000000 !important;
}
a.apple {
	background-color: #737173 !important;
}
a.apple:hover {
	background-color: #000000 !important;
}
a.android {
	background-color: #bbcd2e !important;
}
a.android:hover {
	background-color: #000000 !important;
}
a.youtube {
	background-color: rgb(200, 0, 0) !important;
}
a.youtube:hover {
	background-color: #000000 !important;
}
a.google-plus {
	background-color: rgb(244, 94, 75) !important;
}
a.google-plus:hover {
	background-color: #000000 !important;
}
a.instagram {
	background-color: rgb(244, 94, 75) !important;
}
a.instagram:hover {
	background-color: #000000 !important;
}
a.linkedin {
	background-color: rgb(1, 116, 179) !important;
}
a.linkedin:hover {
	background-color: #000000 !important;
}
a.xing {
	background-color: rgb(0, 90, 95) !important;
}
a.xing:hover {
	background-color: #000000 !important;
}
/* NAVBAR*/



.navbar-brand {
}
.nav-tabs {
	display: inline-block;
	border-bottom: none;
	padding-top: 15px;
	font-weight: bold;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
	border-radius: 0;
}
.nav-list {
	border-bottom: 1px solid #eee;
}
.nav-list > li {
	padding: 20px 15px 15px;
	border-left: 1px solid #eee;
}
.nav-list > li:last-child {
	border-right: 1px solid #eee;
}
.nav-list > li > a:hover {
	text-decoration: none;
}
.nav-list > li > a > span {
	display: block;
	font-weight: bold;/*text-transform: uppercase;*/
}
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	padding: 20px 15px 15px;
	text-align: center;
	width: 100%;
}
/*NAVBAR STOP*/



#frmLogin .panel-heading {
	padding: 5px 15px;
}
#frmLogin .panel-footer {
	padding: 1px 15px;
	color: #A0A0A0;
}
#frmLogin .profile-img {
	width: 64px;
	height: 64px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.rotate {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
	font-size: 4em;
	margin: 20px;
	padding: 30px;
	border: 2px solid #efefef;
	border-radius: 50%;
}
.rotate:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.dvPhotos:hover {
	background-color: #f5f5f5;
}
#dvEditor {
	width: 100%;
	height: 120%;
	background-color: #fff;
	opacity: 1;
	margin-left: 0%;
	margin-top: 5%;
	padding: 15px 15px;
	border: 1px solid #bcb5b8;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(171,171,171,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(171,171,171,1);
	box-shadow: 0px 0px 8px 0px rgba(171,171,171,1);
}
.csTitle {
	width: 100%;
	height: 1px;
	background-color: #115a70;
	margin: 20px 15px;
}
.csTitle .title {
	position: absolute;
	padding: 4px 15px;
	margin: -14px 0px 10px 0px;
	z-index: 10;
	background-color: #115a70;
	color: #fff;
	word-spacing: 4px;
	letter-spacing: 1px;
}
.csTitle .titleBig {
	position: absolute;
	padding: 4px 15px;
	margin: -14px 0px 10px 0px;
	z-index: 10;
	background-color: #7ea0c6;
	color: #fff;
	word-spacing: 4px;
	letter-spacing: 1px;
	font-size: 1.4em;
}
.redTitle {
	padding: 5px 0px;
	margin: 5px 0px;
	z-index: 1;
	font-size: 1.2em;
	color: #c42026;
	word-spacing: 4px;
	letter-spacing: 1px;
}
.lnkRed {
	color: #c42026;
	font-size: 1.2em;
}
.blokTitle {
	margin: 0px 15px;
}
.blokTitle .title1 {
	color: #c42026;
	padding: 10px 5px 0px 0px;
	font-size: 1.2em;
}
.blokTitle .title2 {
	color: #111111;
	padding: 10px 5px 0px 0px;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 10px;
}
.blokTitle .spot {
	color: #333333;
	padding: 10px 5px 0px 0px;
	font-size: 1.0em;
}
.csSariBorder {
	position: relative;
	border: 5px solid #d4d0c8;
	background-color: #fff;
	min-height: 100px;
	margin-right: 0px;
	margin-top: 5px;
}
.csPhotoTitle {
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-size: 1em;
	background-image: url(../images/blue_title_bg.png);
	background-repeat: repeat-x;
	color: #fff;
	padding: 7px 0px;
	text-align: center;
	letter-spacing: 1px;
}
.csPhotoTitleUst {
	position: absolute;
	top: 0px;
	width: 100%;
	font-size: 1em;
	background-image: url(../images/blue_title_bg.png);
	background-repeat: repeat-x;
	color: #fff;
	padding: 7px 0px;
	text-align: center;
	letter-spacing: 1px;
}
fieldset {
	margin: 0px;
	border: 1px solid #7ea0c6;
	padding: 10px;
}
.csSort {
	margin: 10px;
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
	border: 3px solid #f0f0f0;
}
.csSortActive {
	margin: 10px;
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
	border: 3px solid #d4d0c8;
	background-color: #f0f0f0;
}
.csSortActive i {
	font-size: 1.5em;
	color: #990000;
	text-align: center;
}
.xsmall {
	font-size: 0.80em;
}
legend {
	padding: 4px 15px;
	margin: 0px 0px -3px -11px;
	background-color: #7ea0c6;
	color: #fff;
	font-size: 1em;
	word-spacing: 4px;
	letter-spacing: 1px;
	width: auto;
}
#dvArticle {
	background-image: url(../images/yazar_back1.jpg);
	background-position: center;
	overflow: hidden;
}
#dvArticle .csTitle {
	position: absolute;
	bottom: -20px;
	width: 100%;
	height: 25px;
	font-size: 0.9em;
	background-image: url(../images/blue_title_bg.png);
	background-repeat: repeat-x;
	color: #fff;
	padding: 3px 0px;
	text-align: center;
	letter-spacing: 1px;
}
#dvFooter {
	width: 100%;
	margin-top: 20px;
	height: 260px;
	background-image: url(../images/siluet2.png);
	background-position: center top;
	bottom: 0px;
}
/*  Third Example with big stars */



.rate-ex3-cnt {
	width: 100%;
	height: 17px;
	border: #e9e9e9 0px solid;
}
.rate-ex3-cnt .rate-btn, .rate-ex3-cnt .rate-btnV {
	width: 17px;
	height: 17px;
	float: left;
	background: url(../images/rate-btn3.png) no-repeat;
	cursor: pointer;
}
.rate-ex3-cnt .rate-btn:hover, .rate-ex3-cnt .rate-btn-hover, .rate-ex3-cnt .rate-btn-active, .rate-ex3-cnt .rate-btnV:hover, .rate-ex3-cnt .rate-btnV-hover, .rate-ex3-cnt .rate-btnV-active {
	background: url(../images/rate-btn3-hover.png) no-repeat;
}
/* End third Example with big stars */











/* rate result */



.rate-result-cnt {
	width: 82px;
	height: 18px;
	position: relative;
	background-color: #ccc;
	border: #ccc 1px solid;
}
.rate-stars {
	width: 82px;
	height: 18px;
	background: url(../img/rate-stars.png) no-repeat;
	position: absolute;
}
.rate-bg {
	height: 18px;
	background-color: #ffbe10;
	position: absolute;
}
.MenuHorizontal ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.MenuHorizontal ul li {
	float: left;
}
.MenuHorizontal ul li a {
	color: #222222;
	text-decoration: none;
	padding: 10px 12px 10px 12px;
}
.MenuHorizontal ul li a:hover {
	color: #ce2720;
}
.MenuHorizontal ul li#active a {
	color: #222222;
	background: #c80202;
}
.form-control {
	font-size: 0.9em;
	padding: 5px 10px;
	border-radius: 0px;
	height: 26px;
}
iframe {
	margin: 10px 0px;
	padding: 0;
	border: none;
	width: 100%;
	/*
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 4px 4px 8px #a8a8a8;
	-webkit-box-shadow: 4px 4px 8px #a8a8a8;
	box-shadow: 4px 4px 8px #a8a8a8;
	*/
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 20px 9px;
}


@media (max-width:992px) {
#dvEditor {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 1;
	margin-left: 0%;
	margin-top: 4%;
	padding: 15px 15px;
	border: 1px solid #bcb5b8;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(171,171,171,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(171,171,171,1);
	box-shadow: 0px 0px 8px 0px rgba(171,171,171,1);
}
}

@media (max-width:768px) {
#dvArticle {
	background-image: url(../images/yazar_back2.jpg);
	background-position: center;
}
}
header.header {
	background-color: #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	margin-bottom: 10px;
}
.navbar-default {
	background-color: #FFFFFF;
	border: none;
	box-shadow: none;
	background-image: none;
	margin: 0;
}
.navbar-default .navbar-collapse {
	padding-left: 0px;
}
.header-hr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0;
}
.login-dil {
	float: right;
	line-height: 60px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #ebecee;
}
/*

header.header .social {

	float: right;

	margin-top: 0px;

	line-height: 74px;

	margin-left: 10px;

	padding-left: 20px;

	border-left: 1px solid #ebecee;

}



header.header .social a {

	background-color: transparent;

	border-radius: 10%;

	display: inline-block;

	font-size: 0.8em;

	margin: 0;

	line-height: 1em;

	min-width: 31px;

	overflow: hidden;

	padding: 5px 2px;

	text-align: center;

}

*/

.rlm-auto {
	margin-left: auto;
	margin-right: auto;
}
.logo {
	display: block;
	padding-top: 5px;
	text-align: center;
}

.date-time {
	float: right;
	color: #525b6e;
	display: inline-block;
	line-height: 60px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #ebecee;
	font-size: 11px;
	font-weight: 700;
}
.login-dil .login {
	display: block;
	float: right;
}
.login-dil .dil {
	display: block;
	float: right;
}
.login-dil .video {
	display: block;
	float: right;
}
.login-dil .dil a {
	display: inline-block;
	line-height: 1em;
}
#loginac .form-control {
	border-radius: 0;
	font-size: 0.9em;
	height: 37px;
	padding: 10px 11px;
}

@media (max-width:768px) {
.date-time {
	display: none;
}
.navbar-default .navbar-collapse {
	padding-left: 15px;
}
header.header .social {
	margin-top: 0px;
	line-height: 60px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: none;
}
}

@media (max-width:991px) and (min-width:768px) {
.navbar-default .navbar-nav > li > a {
	color: #777;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 8px;
}
}

@media (max-width:600px) {
header.header .social {
	float: none;
	width: 100%;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0;
	line-height: 0;
}
header.header .social > span {
	display: table-cell;
	width: 1%;
	margin-bottom: 0;
	margin-bottom: 3px;
}
.login-dil {
	border-left: medium none;
	float: none;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	text-align: center;
}
.login-dil .login {
	display: inline-block;
	float: none;
}
.login-dil .dil {
	display: inline-block;
	float: none;
}
}

@media (max-width:400px) {
header.header .social > span {
	display: inline-block;
	width: auto;
}
}
.dropdown-medyalink {
	line-height: 0;
	position: static;
	min-width: 135px;
}
.medialink.dropdown-toggle {
}
.login-dil .login a {
	display: block;
	line-height: 35px;
	padding-bottom: 0;
	padding-top: 0;
	color: #DC2228;
}
.login-dil .dil {
	line-height: 60px;
}
.drop-megamenu {
	width: 100%;
	right: 0;
}
.drop-megamenu li {
	display: table-cell;
	width: 1%;
}
.drop-megamenu li a {
	display: block !important;
	text-align: center !important;
	line-height: 16px !important;
}
.drop-megamenu li a span.glyphicon {
	text-align: center !important;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	padding: 20px;
}
.drop-megamenu li a span.mega-yazi {
	display: block;
	text-align: center !important;
}

.RaiseActive{
	color:#da1f26;	
}

@media (max-width:500px) {
.drop-megamenu li {
	display: block;
	width: 100%;
}
.drop-megamenu li a {
	padding-bottom: 5px;
	padding-top: 5px;
}
.drop-megamenu li a span.glyphicon {
	font-size: 16px;
	text-align: center !important;
}
.login-dil .dil {
	display: block;
	float: right;
	line-height: 60px;
}
}

@media (min-width:768px) and (max-width:991px) {
.login-dil {
	border-left: 1px solid #ebecee;
	float: left;
	line-height: 60px;
	margin-left: 0;
	padding-left: 10px;
}
.social > div {
	display: block;
	float: left;
	width: 50%;
	white-space: nowrap;
}
.social > div > span {
	display: block;
	float: left;
	width: 25%;
	white-space: nowrap;
}
.social {
	border-left: 1px solid #ebecee;
	float: left;
	line-height: 50px;
	margin-left: 0;
	margin-top: 0;
	padding-left: 10px;
}
}
