@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&amp;subset=latin,cyrillic-ext,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Gafata&amp;subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&amp;subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese);
@media (max-width: 767px) {
	/* COL-XS KODLARI BURAYA */
	.last {
		float: left !important;
		padding:5px 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/* COL-SM KODLARI BURAYA */
}
@media (min-width: 992px) and (max-width: 1199px) {
	/* COL-MD KODLARI BURAYA */
}
@media (min-width: 1200px) {
	/* COL-LG KODLARI BURAYA */
}
.text-white {
	color:#FFFFFF !important;
}
.footer ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.footer ul > li {
	width:100%;
	float:left;
	display:block;
	padding:3px;
	font-weight:bolder;
}
.footer a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
.footer ul > li:before {
	font-family:"FontAwesome";
	content: "\f054";
	color:#FFFFFF;
	margin-right:5px;
}
.footer ul > li:hover:before {
	font-family:"FontAwesome";
	content: "\f054";
	color:#FFFFFF;
	margin-right:5px;
	padding-left:5px;
}
ul, ol {
	padding:0px;
	margin:0px;
	list-style:none;
}
.opensans {
  font-family: 'Open Sans' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.vcenter {
	width: 100;
	height: 100%;
	display: table
}
.vcenter p {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.wrapper{
	max-width:1200px;
	margin:0 auto;
	padding:0px;
	min-width:320px;}
.header{
	width:100%;
	display:block;
	height:auto;
	padding-top:0px;
	background-color:#f2f2f2;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	}
.logo{
	padding:10px 0px;
	margin:0 auto;
	text-align:center;
}
	
.show-grid{background-color:#fff; }

.buynowbt{ position:fixed; bottom:0; right:15px; width:137px; height:36px; display:block; background-color:#DA4B38; line-height:36px; font-family:Arial; font-weight:bold; text-align:center; color:#fff; font-size:16px; border-radius:4px 4px 0px 0px;}
.buynowbt:hover{ text-decoration:none; color:#fff;  }


@-webkit-keyframes rotating  {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}


.buttoncolor{
	color: #fff;
    display: block;
    font-size:13px;
    padding:10px 15px;
    text-decoration: none;
    transition: background 0.3s linear 0s;
    width:100%;
	float:left;
	text-align:center;
	margin:0px 0px;
}
.buttoncolor:hover{ color:#fff; text-decoration:none;}
.buttoncolor:focus{ color:#fff; text-decoration:none;}

.headertlt{ width:100%; padding:40px 0px 15px 0px; letter-spacing:-0.5px; font-size:22px; font-family: 'archivo_narrowregular'; color:#000A0C;}

.gry{background:#000A0C; color:#fff;}
.orange {background:#ff670f; color:#fff;}
.blue {background:#4A89DC; color:#fff;}
.green{background:#74a52e; color:#fff;}
.red{background:#DA4B38; color:#fff;}
.yellow{background:#F6BB42; color:#fff;}
.purple{background:#440a7e; color:#fff;}
.pink{background:#ee1289; color:#fff;}
.chocolate {background:#934915; color:#fff;}

.purple-grdt{
	background: #097ec2;
	color:#fff;}		
		
			
.colorlink{width:50%; float:left; margin:0px 0px; }

.buttoncolor02{
	color: #fff;
    display: block;
    font-size:12px;
    padding:10px 15px;
    text-decoration: none;
    transition: background 0.3s linear 0s;
    width:50%;
	float:left;
	text-align:center;
	margin:0px 0px;
	background-color:#535353;
	cursor:pointer;
	border-right: solid 1px #707070;
	text-align:center !important; 
	text-decoration:none !important;
}
.buttoncolor02:hover{ background-color:#424242;}

/*Color Demo*/
.pop-up {
	position:fixed;
	z-index:101;
	top:25%;
	right:0px;
	overflow:hidden;
	width:287px;
	height:342px;
	text-align:right;
	background:#000A0C;
	-webkit-transition:all 300ms cubic-bezier(.6, -0.3, .3, 1.3);
	transition:all 300ms cubic-bezier(.6, -0.3, .3, 1.3);
	-moz-box-shadow:0px 2px 10px 0px rgba(0,0,0,.16);
	-webkit-box-shadow:0px 2px 10px 0px rgba(0,0,0,.16);
	box-shadow:0px 2px 10px 0px rgba(0,0,0,.16);
	border-radius:3px 0px 0px 3px;
}
.pop-up:hover{
	-moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,.16);
	-webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.16);
	box-shadow: 0 8px 17px 0 rgba(0,0,0,.16);
}
.pop-up.inactive{
	width:0px;
	height:0px;
	padding:20px;
	border-radius:4px 0px 0px 4px;
}
.pop-up a {
	display: inline-block;
	color: #fff;
	text-align:left;
}
.pop-up > a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.pop-up .toggle {
	position: absolute;
	top:0px;
	right:0px;
	font-size:20px;
	text-align: center;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	color:#fff;
	padding:10px;
	background-color:#DA4B38;
}

.pop-up.inactive .toggle {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.pop-up ul {
	position: absolute;
	 width:100%;
	opacity: 1;
	list-style: none;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.pop-up.inactive ul {
	opacity: 0;
}
.pop-up li{	 
	margin-bottom:0px;
	-webkit-transition:all 600ms;
	transition:all 600ms;
	width:50%;
	float:left;
}

.main-content {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
} 



@media only screen and (min-width: 230px) and (max-width:780px) {
.wrapper { width:96%; margin:0% 2%; }
}

@media only screen and (min-width: 781px) and (max-width:1200px) {
.wrapper { width:96%; margin:0% 2%; }
}
.product-thumb {
  z-index: 1;
  position: relative;
  text-decoration: none !important;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top:20px;
}
.product-thumb .product-header {
	background-color: #f2f2f2;
}
.product-thumb .product-header >img {
  display: block;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.product-thumb .product-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f2f2;
  padding: 20px 22px;
  border-top: none;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.product-thumb .product-title {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 2;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 20px;
	font-family:"PT Sans Narrow";
	width: 100%;
	overflow: hidden; /* taÅŸanlarÄ± gizle */
	height: 40px;
}
.product-thumb .icon-list-rating {
  font-size: 11px;
  color: #48aad6;
  margin-bottom: 4px;
}
.product-thumb .icon-list-non-rated {
  color: #949494 !important;
}
.product-thumb .product-non-rated {
  color: #ccc;
}
.product-thumb .product-meta {
  margin-top: 15px;
}
.product-thumb .product-price-list,
.product-thumb .product-actions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-thumb .product-price-list > li,
.product-thumb .product-actions-list > li {
  margin-right: 15px;
  display: inline-block;
}
.product-thumb .product-price-list > li:last-child,
.product-thumb .product-actions-list > li:last-child {
  margin-right: 0;
}
.product-thumb .product-actions-list {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px dashed #e6e6e6;
}
.product-thumb .product-price-list {
  font-size: 15px;
  margin-bottom: 0;
}
.product-thumb .product-price-list > li > span {
  display: block;
  line-height: 30px;
  text-align: center;
  height: 30px;
}
.product-thumb .product-price {
  font-weight: 600;
  color: #440a7e;
  padding: 0 7px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.product-thumb .product-old-price {
  color: #858585;
  text-decoration: line-through;
}
.product-thumb .product-save {
  font-weight: 600;
}
.product-thumb .product-category {
  font-size: 12px;
  color: #a3a3a3;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1em;
  text-transform: lowercase;
  font-style: italic;
}
.product-thumb .product-category > i {
  color: #949494;
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}
.product-thumb:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-box-shadow: 0 4px 2px rgba(52,152,219,0.25);
  box-shadow: 0 4px 2px rgba(52,152,219,0.25);
  border:2px solid #440a7e;
}
.product-thumb:hover .product-category-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.product-thumb-horizontal {
  margin-bottom: 30px;
}
@media (min-width:992px) {
.product-thumb-horizontal {
  background: #fff;
  overflow: hidden;
  text-align: left;
}
.product-thumb-horizontal .product-header {
  float: left;
  width: 30%;
  -webkit-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
}
.product-thumb-horizontal .product-header > img {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.product-thumb-horizontal .product-inner {
  float: left;
  padding-left: 30px;
  display: block;
  width: 70%;
  padding-right: 30%;
}
.product-thumb-horizontal .product-meta {
  position: absolute;
  width: 40%;
  margin-top: 0;
  top: 0;
  right: 0;
  padding: 20px 22px;
  text-align: right;
}
}
.product-thumb-hold {
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
  box-shadow: 0 2px 1px rgba(0,0,0,0.15);
}
.product-thumb-hold >img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.product-thumb-hold:hover {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product-thumb-hold:hover >img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#projeler .item{
	padding:0px 2px;
}
#projeler .owl-controls .owl-buttons div {
	background-color: #097ec2 !important;
}
#projeler .thumbnail {
	text-align: center;
	background-image: url(../images/premium-bg.png);
	padding-bottom: 10px;
}
#projeler .thumbnail:hover {
	text-align: center;
	background-image: url(../images/premium-bg.png);
	border: 1px solid #097ec2;
}
#projeler .post-image-link p {
	margin: 0!important;
}
#projeler .thumbnail img {
	border: 1px solid #e6e6e6;
}
#projeler .thumbnail .caption {
	padding: 9px;
	color: #333;
}
#projeler .thumbnail h5 a {
	font-family:"PT Sans Narrow";
	font-size: 18px;
	font-weight: bolder;
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #333;
}
#projeler .thumbnail .bolge {
	width: 100%;
	position: relative;
	padding: 5px 10px;
	font-family:"Open Sans";
	font-size:14px;
	font-weight: 400;
	background-color: #440a7e;
	color: #FFFFFF;
	margin-bottom: 10px;
}
/* --------------------------------------------------------- */
.post
{
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 1px #CCC;
}
.post img
{
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
}
.post .content
{
    padding: 15px;
}
.post .author
{
    font-size: 11px;
    color: #737373;
    padding: 25px 30px 20px;
}
.post .post-img-content
{
    height: 196px;
    position: relative;
}
.post .post-img-content img
{
    position: absolute;
}
.post .post-title
{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}
.post .post-title b
{
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
}
#pinBoot {
  position: relative;
  max-width: 100%;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.white-panel {
  position: absolute;
  background: white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.04);
  padding: 10px;
  margin-bottom: 20px;
}
.white-panel h6 {
  font-family:"PT Sans Narrow";
  font-size: 18px;
  line-height: 21px;
  padding: 5px 0px;
}
.white-panel p{
  display: block;
  float: left;
}
.white-panel p > *{
  max-width: 100% !important;
}
/*
stylize any heading tags withing white-panel below
*/

.white-panel h6 a {
  color: #FFFFFF;
}
.white-panel:hover {
  box-shadow: 1px 1px 10px #097ec2;
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.note-editor .note-editable {
	background: #3e3e3e  !important;
	color: #999999;
	font-family:"Open Sans";
}
.note-popover .popover .popover-content a {
	color:#999999;
}
.tab-content {
	background-color: #FFFFFF;
}
button[data-name="picture"],button[data-name="link"]  {
	display: none !important;
}
.image-preview-input {
    position: relative;
	overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}
.strong {
	font-weight: bolder;
	font-family:"PT Sans Narrow";
	font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	min-width: 100%;
	background-color: #000A0C;
	color: #999999;
	border: 1px solid #555555;
	line-height: 37px;
}
.select2-container .select2-selection--single {
  height: 41px;
}
.escortliste {
  display:block;
  background: white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.04);
  padding: 5px;
  margin-bottom: 10px;
  float: left;
  margin-top:10px;
  width: 100%;
}
.escortliste h6, .escortliste h5, .escortliste h4 {
	font-family:"PT Sans Narrow";
	font-size: 18px;
	line-height: 21px;
	padding: 5px 0px;
	width: 100%;
	overflow: hidden; /* taşanları gizle */
	white-space: nowrap; /* alt satıra hiç inme */
	text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}
.escortliste p{
  display: block;
  float: left;
}
.escortliste p > *{
  max-width: 100% !important;
}
/*
stylize any heading tags withing escortliste below
*/

.escortliste h6 a {
  color: #FFFFFF;
}
.escortliste:hover {
  box-shadow: 0px 0px 30px #097ec2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.breadcrumb {
	border: 1px solid #097ec2;
	font-family:"Open Sans";
	letter-spacing: -0.7px;
	font-weight: 600;
	font-size: 15px;
	margin-top: 10px;
}
.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #097ec2;
  font-family: 'FontAwesome';
  content: "\f061";
}
.breadcrumb a {
	color: #FFFFFF !important;
}
.breadcrumb .active {
	color: #E7E7E7;
}
.flat-form .baslik {
  color: #222;
  font-weight: 200;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.panel-info > .panel-heading .panel-title {
	color: #fff;
	font-size: 26px;
	font-family:"PT Sans Narrow";
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 5px;
  right: 1px;
  width: 20px;
}
.label {
  display: inline;
  padding: .1em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #000A0C;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  font-family:"Open Sans";
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.popover-title {
	color:#000000;
}
.popover-title {
	font-size:20px;
	color: #151515;
	font-weight: bolder;
	font-family:"PT Sans Narrow";
}
.popover-content {
  font-family:"Open Sans";
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #3e3e3e !important;
  background-image: none !important;
  color: #FFFFFF !important;
}
#sync1 img, #sync2 img {
	cursor: -webkit-grab !important;
}
#sync1 .item{
    padding: 0px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync1 .owl-controls .owl-page span {
	margin:2px;
}
#sync1 .owl-controls .owl-page.active span, #sync1 .owl-controls.clickable .owl-page:hover span {
	background-color:#097ec2;
}
.owl-theme .owl-controls .owl-buttons div {
	background-color:#097ec2;
}
#sync2 .item{
    background: #C9C9C9;
    padding: 5px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
	
}
#sync2 .item img{
  width:100%;
}
#sync2 .synced .item{
  background: #097ec2;
}
.guzeltd {
	color: #FFFFFF;
}
.tab-pane {
	color: #151515;
	font-family:"Open Sans";
}
.tab-pane * {
	max-width: 100% !important;
}
.comment-list .row {
  margin-bottom: 0px;
}
.comment-list .panel .panel-heading {
  padding: 4px 15px;
  position: absolute;
  border:none;
  /*Panel-heading border radius*/
  border-top-right-radius:0px;
  top: 1px;
}
.comment-list .panel .panel-heading.right {
  border-right-width: 0px;
  /*Panel-heading border radius*/
  border-top-left-radius:0px;
  right: 16px;
}
.comment-list .panel .panel-heading .panel-body {
  padding-top: 6px;
}
.comment-list figcaption {
  /*For wrapping text in thumbnail*/
  word-wrap: break-word;
}
/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
  .comment-list .arrow:after, .comment-list .arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
  }
  .comment-list .panel.arrow.left:after, .comment-list .panel.arrow.left:before {
    border-left: 0;
  }
  /*****Left Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.left:before {
    left: 0px;
    top: 30px;
    /*Use boarder color of panel*/
    border-right-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.left:after {
    left: 1px;
    top: 31px;
    /*Change for different outline color*/
    border-right-color: #FFFFFF;
    border-width: 15px;
  }
  /*****Right Arrow*****/
  /*Outline effect style*/
  .comment-list .panel.arrow.right:before {
    right: -16px;
    top: 30px;
    /*Use boarder color of panel*/
    border-left-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.right:after {
    right: -14px;
    top: 31px;
    /*Change for different outline color*/
    border-left-color: #FFFFFF;
    border-width: 15px;
  }
}
.comment-list .comment-post {
  margin-top: 6px;
}
.teksatir {
    width: 100%;
    overflow: hidden; /* taşanları gizle */
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  color: #fff;
}

.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: rgba(255, 255, 255, 0.04);
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 60%;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #097ec2;
  color: #FFFFFF;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #FFFFFF;
  background-color: #097ec2;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: rgba(255, 255, 255, 0.04);
  min-height: 460px;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #097ec2;
}
.modal-body {
  position: relative;
  padding: 15px;
  color: #FFFFFF;
}
.modal-body strong {
	color:#097ec2;
}
.blueimp-gallery .modal-dialog {
	width: 100% !important;
}
.head{background-color:#f2f2f2;float:left;height:41px;width:100%;margin-bottom:-1px}
.dilvesosyal{color:#fff;float:left;font-size:13px;margin-left:310px}
.diller{float:left}
.diller a{color:#fff;line-height:40px;margin-right:5px;margin-left:5px}
#dilaktif{font-weight:700;font-size:14px}
.sosyallinkler{float:left;margin-left:30px}
.sosyallinkler a{float:left;font-size:14px;line-height:40px;color:#fff;padding-left:10px;padding-right:10px;text-decoration: none;}
.sosyallinkler a:hover{background:rgba(0,0,0,0.2);text-decoration:none;}
.accountlinks{float:right}
.accountlinks a{font-family: "PT Sans Narrow";color:#fff;line-height:40px;padding-right:15px;padding-left:15px;float:right;font-size:13px;font-weight:400;text-decoration:none;}
.accountlinks a:hover{background:rgba(0,0,0,0.2);text-decoration:none;}
.accountlinks i{margin-right:5px}
#header_reklam {
	font-family: "PT Sans Narrow";
    margin: 10px 0px 10px 10px;
    font-size: 27px;
    color: #000;
    text-align: center;
    text-shadow: 2px 2px 4px #000;
}
.bot-line {
    background: #097ec2;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #097ec2;
}
.nav-tabs {
    border-bottom: 5px solid #097ec2;
}
.btn-info {
    background-color: #097ec2;
}
#kullaniici h3 {
    width: 100%;
    font-size: 110%;
    margin-bottom: 15px;
    color: #777;
}
.widget {
    margin-bottom: 30px;
}
.widget .menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.widget .menu li a {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    color: rgba(54, 54, 54, 0.6);
    line-height: 26px;
    display: block;
    padding: 7px 0px;
    transition: all .15s linear;
}
.widget .menu li a:hover {
    color: #009f8b;
    padding-left: 5px;
	text-decoration:none;
}
.widget .menu li a strong {
    color: #009f8b;
    font-size: 11px;
	text-decoration:none;
}
.widget .menu li:last-child a {
    border-bottom: 0px;
	text-decoration:none;
}
.widget .menu-advanced {
    background-color: #fff;
    list-style: none;
    margin: 0px;
    padding: 0px;
	text-decoration:none;
}
.widget .menu-advanced li {
    margin: 0px 0px 5px 0px;
    position: relative;
    transition: all .15s linear;
	text-decoration:none;
}
.widget .menu-advanced li a {
    color: #444;
    display: block;
    padding: 10px 15px;
	text-decoration:none;
}
.widget .menu-advanced li a .fa {
    color: #b6b7b8;
    font-size: 13px;
    width: 20px;
	text-decoration:none;
}
.widget .menu-advanced li.active {
    background-color: #097ec2;
}
.widget .menu-advanced li.active a {
    color: #fff;
	text-decoration:none;
}
.widget .menu-advanced li.active a .fa {
    color: #fff;
	text-decoration:none;
}
.widget .menu-advanced li.active:hover {
    background-color: #097ec2;
	text-decoration:none;
}
.widget .menu-advanced li.active:after {
    color: #fff;
}
.widget .menu-advanced li:after {
    color: #b6b7b8;
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 12px;
}
.widget .menu-advanced li:hover {
    background-color: rgba(0, 0, 0, 0.03);
	text-decoration:none;
}
.widget .menu-advanced li:last-child {
    margin: 0px;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	border-radius:0;
}
.label-success {
    background-color: #6bd072;
}
.btn-secondary {
    background-color: #c6af5c;
    color: #fff;
    display: inline-block;
    transition: background-color .15s linear;
}
.btn-green {
    background: #179f87 !important;
    color: #fff !important;
}
.btn-white {
    background: #fff;
	color:#000;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #1D2628;
    border-color: #f2f2f2;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.display-inline-block {
    display: inline-block!important;
}
#content .blog_item_block {
	margin-bottom: 30px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#content .blog_item_block img {
	width: 100%;
	height: 250px;
}
#content .blog_item_block:hover {
	transform: scale(1.02);
	transition: all 0.5s ease 0s;
	box-shadow: 0px 0px 30px #097ec2;
}
#content .blog_item_block .content-title {
	background-color: rgba(255, 255, 255, 0.04);
	padding: 20px;
	min-height:auto
}
#content .blog_item_block .content-title h3 {
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #00283b;
	margin-top: 0;
	min-height:52px;
	margin-bottom: 13px;
}
#content .blog_item_block .content-title p.dtl_blog_item_text {
	color: #7d7d7d;
	font-weight: 600;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom:0;
	letter-spacing:0.4px;
	min-height:72px;
}
#content .blog_item_block .content-title span.dtl_date_lt_item {
	font-family: "Open Sans", sans-serif;
	color:#7d7d7d;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0px;
}
#content .blog_item_block .content-title span.dtl_date_lt_item i {
	margin-right: 7px;
	color:#097ec2;
}
#content .blog_item_block .content-title a {
	text-decoration: none;
	color: #4a4a4a;
	font-weight: 700;
}
#content .blog_item_block .content-title a:hover {
	color: #097ec2;
}
#content .blog_item_block .dtl_blog_content_item {
	padding: 10px 20px;
}
#content .blog_item_block .dtl_blog_content_item img {
	width: 33px;
	height: 33px;
	border-radius: 100%;
	margin-right: 10px;
	border: 2px solid #097ec2;
}
#content .blog_item_block .dtl_blog_content_item span {
	font-size: 14px;
	font-weight: 600;
}
#content .blog_item_block .dtl_blog_content_item span.pull-right {
	margin-top: 0px;
}
#content .blog_item_block .dtl_blog_content_item span.pull-right a {
	font-family: "Open Sans", sans-serif;
	color: #999;
	font-weight: 500;
	text-decoration: none;
}
#content .blog_item_block .dtl_blog_content_item span.pull-right a i {
	color: #097ec2;
}
#content .blog_item_block .dtl_blog_content_item span.pull-right a:hover {
	color: #097ec2;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#content .blog_item_block .dtl_blog_content_item span.pull-right a i.fa {
	margin-left: 10px;
}
.navbar-form .input-group input {
	border-radius: 30px;
	float: left;
	font-size: 13px;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
/*========= Pagination ===========*/

.pagination_block {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	float: left;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-top-left-radius: 100%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 100%;
}
.pagination li a {
	margin-right: 7px;
	margin-left: 7px;
	border: 1px solid rgba(0, 40, 59, 0.3);
	color: #34495e;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.pagination li a:hover {
	background-color: #097ec2;
	color: #fff;
	border: 1px solid #097ec2;
}
.pagination li a.active {
	background-color: #097ec2;
	color: #fff;
	border: 1px solid #097ec2;
}
#sidebar {
	margin-bottom: 20px;
}
#sidebar .widget-sidebar {
	background-color: rgba(255, 255, 255, 0.04);
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.content-widget-sidebar p.dtl_blog_content_item {
	color: #999;
	font-weight: 600;
	letter-spacing:0.4px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom:20px;
}
#sidebar .widget-sidebar h3.title-widget-sidebar {
	font-size: 16pt;
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-weight: 600;
	color:#4a4a4a
}
#sidebar .widget-sidebar h3.title-widget-sidebar:after {
	border-bottom: 2px solid #097ec2;
	width: 100px;
	display: block;
	position: absolute;
	content: '';
	padding-bottom: 10px;
}
#sidebar .widget-sidebar h3 i {
	color: #097ec2;
	margin-right: 5px;
}
#sidebar .widget-sidebar .content-widget-sidebar ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	margin-top: 30px;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li {
	border-bottom: 1px solid #f2f2f2;
	display: inline-block;
	height: auto;
	margin-bottom: 15px;
	width: 100%;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li:last-child {
	border-bottom: 0px;
	margin-bottom: 0;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li .thumbnail {
	border: none;
	float: left;
	width: 85px;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li .blog_item_text {
	padding-left: 90px;
	top: 0px;
	position: relative;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li .blog_item_text p {
	font-family: "Open Sans", sans-serif;
	color: #999;
	font-weight:600;
	font-size:13px;
}
.content-widget-sidebar p.content-footer {
	color: #696969;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li img {
	border: 1px dashed #c3c3c3;
	float: left;
	height: 76px;
	margin-right: 15px;
	width: 76px;
	border-radius: 2px;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li a {
	color: #696969;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 8px;
	display: block
}
#sidebar .widget-sidebar .content-widget-sidebar ul li a:hover {
	color: #097ec2;
	text-decoration: none;
	padding-left: 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	line-height: 26px;
}
.content-widget-sidebar ul li.archive a:hover {
	padding-left: 15px !important;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.content-widget-sidebar ul li.categories a:hover {
	padding-left: 10px !important;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li p small, #sidebar .widget-sidebar .content-widget-sidebar ul li.recent-post i.fa {
	font-style: italic;
	color: #777;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li.archive a h5:hover {
	padding-left: 10px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
#sidebar .widget-sidebar .content-widget-sidebar ul li.categories a h5:hover {
	padding-left: 10px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: 0;
}
#single-blog {
	
}
#main-single-content {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 0.04);
	margin-bottom: 20px;
}
#main-single-content > img {
	height: auto;
}
.content-single {
	padding: 20px;
}
.content-single .tag span {
	margin-right: 7px;
}
.content-single h2 {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 24px;
}
.content-single p {
	color: #7d7d7d;
	font-weight: 600;
	line-height: 28px;
	margin-top: 10px;
}
.content-single .hr-single {
	border-bottom: 1px dashed #f2f2f2;
	margin-bottom: 20px;
	margin-top: 20px;
}
.content-single .tag a {
	color: #7d7d7d;
	font-weight:600;
}
.content-single .tag a:hover {
	color: #097ec2;
}
.content-single .tag i.fa {
	margin-right: 7px;
	color: #097ec2;
}
.content-single .tag i.fa.fa-circle {
	font-size: 8px;
	color: #cdcdcd;
	margin-top: -3px;
	vertical-align: middle
}
/*=============== COMMENTS ================*/

.comment:before, .comment:after {
	content: "";
	display: table;
	clear: both;
}
.comment h3, .form-comment h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	margin: 20px 0 40px;
}
.comment ul.comments > li > img {
	position: relative;
	float: left;
	margin-left: 0;
	margin-top: 0;
	width: 65px;
	height: 65px;
	border: 2px solid #bdbdbd;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	opacity: 1;
	filter: Alpha(opacity=100);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}
ul.comments {
	list-style: none;
	padding-left: 0;
}
ul.comments p.meta {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 13px;
}
.post-comments {
	border: 1px solid #eee;
	margin-bottom: 20px;
	margin-left: 85px;
	margin-right: 0px;
	padding: 10px 20px;
	position: relative;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	background: #ecf0f1;
	color: #6b6e80;
	position: relative;
}
.post-comments:before {
	content: "";
	position: absolute;
	top: 8px;
	left: -10px;
	border: 10px;
	border-top: 10px solid transparent;
	border-right: 10px solid #ecf0f1;
	border-bottom: 10px solid transparent;
	border-left: 0px solid transparent;
}
.comment ul.comments ul {
	margin-left: 85px;
}
.form-comment .form-control {
	background-color: #ecf0f1;
	box-shadow: none;
	font-size: 14px;
	border: 1px solid #dcdcdc;
}
.box-blank-page {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
	height: 700px;
	box-shadow: 0 1px 2px rgba(255, 255, 255 ,0.8);
	border-radius: 6px;
}


