/*
 * Style tweaks
 * --------------------------------------------------
 */
html, body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */

}
@font-face {
	font-family: 'neo_sans_trmedium';
	src: url('../dist/fonts/neosans_medium_tr-webfont.eot');
	src: url('../dist/fonts/neosans_medium_tr-webfont.eot?#iefix') format('embedded-opentype'), url('../dist/fonts/neosans_medium_tr-webfont.woff') format('woff'), url('../dist/fonts/neosans_medium_tr-webfont.ttf') format('truetype'), url('../dist/fonts/neosans_medium_tr-webfont.svg#neo_sans_trmedium') format('svg');
}
@font-face {
	font-family: 'neo_sans_trregular';
	src: url('../dist/fonts/neosans_tr-webfont.eot');
	src: url('../dist/fonts/neosans_tr-webfont.eot?#iefix') format('embedded-opentype'), url('../dist/fonts/neosans_tr-webfont.woff') format('woff'), url('../dist/fonts/neosans_tr-webfont.ttf') format('truetype'), url('../dist/fonts/neosans_tr-webfont.svg#neo_sans_trregular') format('svg');
}
.news {
    background: #fff;
	position: relative;
	overflow: hidden;
	z-index:1;
 	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	

	border: 1px solid #eaeaea;
}

.news .img-figure {
	position: relative;
}

.news .img-figure img {
	position: relative;	
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.news:hover .img-figure img {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-ms-transform: scale(1.10);
	-o-transform: scale(1.10);
	transform: scale(1.10);
}

.news .title {
	/*padding: 29px 30px;*/
	padding: 45px 30px;
	position: absolute;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.news .title h1 {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
/*	color: #3D6AA2;*/
	text-align: center;
}

.news:hover .title  {
	margin-top: -90px;
	background: #fff;
}

.news  p.description {
	position: relative;
	font-weight: normal;
	line-height: 22px;
	opacity: 0;

	text-align: center;

	padding: 15px 30px 0px 30px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.news:hover p.description  {
	opacity: 1;
}

p.more {
	text-align: center;
}

.more a {
    position: relative;
    font-size: 13px;
    margin-top: 30px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    color: #28998b;
}

.more a:after {
    content: '';
    width: 30px;
    height: 1px;

    position: absolute;
    left: 75px;
    top: 9px;

    background: #28998b;

    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.news:hover a:after {
    width: 40px;
}

.cat {
	background: #a0bc9f;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 1;
	padding: 3px 15px;
}

.popup-gall{
	padding:20px;
	margin-bottom:20px;
	 box-shadow: 0px 0px 0px #fff,inset 0px 0px 20px 15px #EFEFEF;
}
.section-title h2 {
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.section-title h2:before {
	position: absolute;
	background: #575757;
	height: 2px;
	width: 45px;
	content: "";
	bottom: 0;
}
.portfolio-menu button.mixitup-control-active {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: 2px solid #4bcaff;
      color: #4bcaff;
      padding: 10px 15px;
    font-weight: 700;
    transition: .4s;
    text-transform: uppercase;
}
.portfolio-menu button {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: 2px solid transparent;
      color: #515f67;
      padding: 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.single-portfolio a {
  display: block;
  line-height: 0;
  position: relative;
}
.single-portfolio a::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.5);
  transition: all 0.3s ease 0s;
  width: 100%;
}
.single-portfolio:hover a::before {
	opacity: .5;
	transform: scale(1);
}
.single-portfolio a::after {
  color: #fff;
  content: "+";
  font-size: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.single-portfolio:hover a::after {
	transform: scale(1);
}
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 30px;
  margin-bottom: 30px;
 box-shadow: 0px 0px 0px #fff,inset 0px 0px 20px 15px #EFEFEF;
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*# sourceMappingURL=style.css.map */
.panel > .list-group
{
    margin-bottom: 0;
}
.panel > .list-group .list-group-item
{
    border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child
{
    border-bottom: 0;
}
.panel-heading{
background-color: #0095e0;	
}
.panel-heading + .list-group .list-group-item:first-child
{
    border-top-width: 0;
}
.panel-default .list-group-item.active
{
    color: #000;
    background-color: #DDD;
    border-color: #DDD;
}
.panel-primary .list-group-item.active
{
    color: #FFF;
    background-color: #0095e0;
    border-color: #0095e0;
}

.panel-success .list-group-item.active
{
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
.panel-info .list-group-item.active
{
    color: #31708F;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}
.panel-warning .list-group-item.active
{
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}
.panel-danger .list-group-item.active
{
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}
.panel a.list-group-item.active:hover, a.list-group-item.active:focus
{
    color: #000;
    background-color: #DDD;
    border-color: #DDD;
}

.back{
		background: #fdfdfd; /* Old browsers */
	background: -moz-linear-gradient(top, #fdfdfd 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fdfdfd 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fdfdfd 0%, #efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fdfdfd 0%, #efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fdfdfd 0%, #efefef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#efefef', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e8e6e6;
}
.float-left {float:left;}
.float-right {float:right;}
.business-support .row {padding: 20px;margin: 0 -20px;box-shadow: 0px 0px 0px #fff,inset 0px 0px 20px 15px #EFEFEF;}
.business-support .row .snappy-col {padding: 0 20px;}
.business-support .text {width:60%; }
.business-support .text .theme-title {margin-bottom: 40px;}
.business-support .image {width: 40%;}
.business-support .image img {width: 100%;}
.business-support {margin-bottom: 100px;}
.snappy-plan .single-plan {
  border: 1px solid #e8e6e6;
  text-align: center;
  padding: 30px 20px 50px 20px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 0px #fff,inset 0px 0px 20px 15px #EFEFEF;
}
.snappy-plan .single-plan img {margin: 0 auto;}
.snappy-plan .single-plan a {
  font-size: 22px;
  color: #151515;
  margin: 30px 0 28px 0;
}
.snappy-plan .single-plan:hover img {
  -webkit-transform:scale(1.2);
          transform:scale(1.2);
}
.snappy-plan {margin-bottom: 60px;}
.tran3s,.panel-heading a:before,header .top-header ul li>i,.theme-button,.hermes .tp-bullet,.owl-theme .owl-dots .owl-dot span,.dropdown-menu > li > a,.dropdown-menu > li > a span,
.client-testimonial .team-wrapper .main-slider-wrapper .item .team-name:before,.partner-section .item,.our-team .single-team-member .member-info:before,.faq-page .panel-heading h5 a:before {
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.tran4s,.snappy-plan .single-plan img {
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}
.short-banner {
  padding: 26px 0;
  margin-bottom: 100px;
}
.short-banner h5 {
  font-size: 26px;
  color: #fff;
  margin-top: 15px;
}
.short-banner a {
  background: #fff;
  color: #151515;
}
.short-banner:hover {color: #fff;}
.p-bg-color{
  background: #0095e0;
}
.footer {
	padding: 30px 0;
	background-color:#f5f5f5;
}
.footer p {
	font-family: 'neo_sans_trregular';
	color: #666;
	font-size: 14px;
}
.foo_title {
	font-size: 22px;
	font-family: 'neo_sans_trmedium';
	margin-bottom: 20px;
	color: #666;
}
.foo_menu_2 {
	margin-top: 6px;
}
.foo_menu_2 ul li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #aca095;
}
.foo_menu_2 ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}
.foo_menu_2 ul li a {
	font-family: 'neo_sans_trmedium';
	color: #666;
	font-size: 16px;
	text-decoration: none;
}
.foo_social ul {
}
.foo_social ul li {
	float: left;
	margin-right: 5px;
}
.foo_social ul li a img {
	-webkit-transition: padding 0.2s ease-in-out;
	-moz-transition: padding 0.2s ease-in-out;
	-o-transition: padding 0.2s ease-in-out;
	-ms-transition: padding 0.2s ease-in-out;
	transition: padding 0.2s ease-in-out;
}
.foo_social ul li a:hover img {
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	writing-mode: lr-tb;
}
.foo_social ul li:last-child {
	margin-right: 0px;
}
.footer_1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
.footer_2 {
	margin-bottom: 20px;
	overflow: hidden;
}
.footer_3 {
	overflow: hidden;
	color: #666;
	font-size: 14px;
	font-family: 'neo_sans_trregular';
}
.footer_3 a {
	color: #666;
	text-decoration: none;
}
.footel {
}
.footel span {
	float: left;
	font-size: 35px;
	color: #666;
}
.footel p {
	margin-left: 5px;
	float: left;
	font-size: 25px;
	font-family: 'neo_sans_trmedium';
	color: #666;
	padding-top: 2px;
}
.contact-uss{
	 box-shadow: 0px 0px 0px #fff,inset 0px 0px 20px 15px #EFEFEF;
	 	padding: 20px;
}
.hideme{
	opacity: 0;
}

.visibles{
	opacity: 1;
}
.contact-info-blocks{
	text-align:center;
}
.contact-info-blocks > div{
	display:inline-block;
	margin:20px 0 0 0;
	padding:0 20px;
	border-right:1px solid #efefef;
	font-size:16px;
	color:#0095e0;
	text-align:center;

}
.contact-info-blocks > div:last-child{
	border-right:0;
	padding-right:0;
}
.contact-info-blocks > div > span{
	display:block;
	font-size:15px;
	color:#666;
}
.top_bar-red { min-height:40px;
background: #ab0303;
}
.top_bar-blue { min-height:40px;
background: #0095e0;
}
.top_bar-cool { min-height:40px;
background: #29b9ff;
}
.top_bar-laci { min-height:40px;
background: #022739;
}
.top_bar-mor { min-height:40px;
background: #3d012a;
}
.top_bar-orange { min-height:40px;
background: #ff5e00;
}
.top_bar-green { min-height:40px;
background: #04580b;
}
.top_bar-acikyesil { min-height:40px;
background: #a0cc3a;
}
.top_bar-pink { min-height:40px;
background: #a3023b;
}
.top_bar-softpink { min-height:40px;
background: #ffbad2;
}
.top_bar-turquoise { min-height:40px;
background: #04b9b0;
}
.top_bar-yellow { min-height:40px;
background: #ffc500;
}
.top_bar-gold { min-height:40px;
background: #cc9600;
}
.top_bar-grey { min-height:40px;
background: #7f7f7f;
}
.top_bar-hardgrey { min-height:40px;
background: #403f3d;
}
.top_bar-toprak { min-height:40px;
background: #857c6a;
}


.social { list-style-type:none; margin-bottom:0px; float:left; padding:0px; margin-left:0px;}
.social li { float:left;}
.social li a { padding:0 10px; font-size:13px; line-height:40px; color:#FFF;}

.rightc { list-style-type:none; margin-bottom:0px; float:right;}
.rightc li { margin:0px 10px; font-size:13px; float:left; line-height:40px; color:#FFF;}
.rightc li a {   color:#FFF; }
.box{
	padding:5px;
}
.box ul li {
	margin-bottom: 5px;
}
.box ul li a {
	font-family: 'neo_sans_trregular';
	color: #666;
	font-size: 14px;
	text-decoration: none;
}
.box ul li a span {
	color: #ddd;
	-webkit-transition: padding 0.2s ease-in-out;
	-moz-transition: padding 0.2s ease-in-out;
	-o-transition: padding 0.2s ease-in-out;
	-ms-transition: padding 0.2s ease-in-out;
	transition: padding 0.2s ease-in-out;
}
.box ul li a:hover span {
	padding-right: 5px;
	text-decoration: none;
}
.marginbottom5px{
	margin-bottom:5px;
}


.genelbuton {
	font-family: 'neo_sans_trregular';
	font-size: 16px;
	background: #0095e0; /* Old browsers */
	border: none;
}
.genelbuton:hover {
	background: #1199dd; /* Old browsers */
	color: #FFF;
	border: none;
}
/* Profile container */

/* Profile sidebar */

.profile-userpic img {
	float: none;
	margin: 0 auto;
	width: 50%;
	height: 50%;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}
.profile-usertitle {
	text-align: center;
	margin-top: 20px;
}
.profile-usertitle-name {
	color: #2c3e50;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 7px;
}
.profile-usertitle-job {
	text-transform: uppercase;
	color: #2c3e50;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 15px;
}
.profile-userbuttons {
	text-align: center;
	margin-top: 10px;
}
.profile-userbuttons .btn {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	padding: 6px 15px;
	margin-right: 5px;
}
.profile-userbuttons .btn:last-child {
	margin-right: 0px;
}
.profile-usermenu {
	margin-top: 30px;
}
.profile-usermenu .detay {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: dotted #999999 1px;
}
.profile-usermenu .detay small {
	color: #2c3e50;
	margin-left: 10px;
	font-family: 'neo_sans_trregular';
	font-size: 12px;
}
.profile-usermenu .detay i {
	float: left;
	padding-right: 2px;
	font-size: 16px;
	margin-left: 5px;
	color: #C03;
}
.panel-default > .panel-heading {
	font-family: 'neo_sans_trmedium';
	color: #666;
}
.navbar-default {
border-top:6px #D34E4F solid;
background:#f5f5f5;
margin:50px 0 30px 0;
border-bottom:1px #eee solid;
box-shadow:0 10px 6px -6px #ccc

}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.nav > li > a {
	padding: 15px 14px;
}
.nav> li > a > img {
	max-width: 70px;
	float: left;
	margin-right: 5px;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'neo_sans_trregular';
	color: #0095e0;
	font-size: 15px;
	font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #0095e0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 ); /* IE6-9 */
}
.navbar {
	margin-bottom: 30px;
	margin-top: 30px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #4a4b4a;
	background: #f9fcf7; /* Old browsers */
	background: -moz-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9fcf7), color-stop(100%, #f5f9f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9fcf7 0%, #f5f9f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0', GradientType=0 ); /* IE6-9 */
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 10px;
	margin: 0;
	border: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	background: #f9fcf7; /* Old browsers */
	background: -moz-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9fcf7), color-stop(100%, #f5f9f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9fcf7 0%, #f5f9f0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0', GradientType=0 ); /* IE6-9 */
}
.dropdown-menu > li > a {
	display: block;
	padding: 5px 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #000;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #000;
	text-decoration: none;
	background-color: #F5F5F5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #000;
	text-decoration: none;
	background-color: #3a3633;
	outline: 0;
}
.panel{border:none;box-shadow:none;margin-bottom:20px}
.panel-heading{padding:0;border:none;}
.panel-title{font-size:16px;color:#fff;padding:12px 10px}
.panel-body{padding:7px;border-top:1px solid #eee}
.panel-title-sol{font-size:16px;color:#555;background:#f5f5f5;padding:12px 10px;margin:0;}
.panel-body-sol{padding:0;}
.blok {
padding:7px;border-top:1px solid #eee;
border:none;box-shadow:none;margin-bottom:35px
}
.notify-badge{
    position: absolute;
    left:5px;
    top:5px;
    background:#000;
    border-radius: 5px;
    color:white;
    padding:5px 10px;
    font-size:11px;
	opacity:0.6;
}
.blokheight{
	height:310px;
}
.blokbaslik {
	font-family: 'neo_sans_trmedium';
	padding: 10px 0px 0px 10px;
	background-color: #e6e7e9;
	height: 40px;
	color: #4a4848;
	border-bottom: #CCC solid 1px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.blokbaslik i {
	font-size: 19px;
}
.blue {
	border-top:6px #0095e0 solid;
	color: #666;
}
.blue .navbar-nav > li > a {
	color: #666;
}
.cool {
	border-top:6px #29b9ff solid;
	color: #666;
}
.cool .navbar-nav > li > a {
	color: #666;
}
.laci {
	border-top:6px #022739 solid;
	color: #666;
}
.laci .navbar-nav > li > a {
	color: #666;
}
.mor {
	border-top:6px #3d012a solid;
	color: #666;
}
.mor .navbar-nav > li > a {
	color: #666;
}
.red {
	border-top:6px #ab0303 solid;
	color: #666;
}
.red .navbar-nav > li > a {
	color: #666;
}
.orange {
	border-top:6px #ff5e00 solid;
	color: #666;
}
.orange .navbar-nav > li > a {
	color: #666;
}
.green {
	border-top:6px #04580b solid;
	color: #666;
}
.green .navbar-nav > li > a {
	color: #666;
}
.acikyesil {
	border-top:6px #a0cc3a solid;
	color: #666;
}
.acikyesil .navbar-nav > li > a {
	color: #666;
}
.pink {
	border-top:6px #a3023b solid;
	color: #666;
}
.pink .navbar-nav > li > a {
	color: #666;
}
.softpink {
	border-top:6px #ffbad2 solid;
	color: #666;
}
.softpink .navbar-nav > li > a {
	color: #666;
}
.turquoise {
	border-top:6px #04b9b0 solid;
	color: #666;
}
.turquoise .navbar-nav > li > a {
	color: #666;
}
.yellow {
	border-top:6px #ffc500 solid;
	color: #666;
}
.yellow .navbar-nav > li > a {
	color: #666;
}
.gold {
	border-top:6px #cc9600 solid;
	color: #666;
}
.gold .navbar-nav > li > a {
	color: #666;
}
.grey {
	border-top:6px #7f7f7f solid;
	color: #666;
}
.grey .navbar-nav > li > a {
	color: #666;
}
.hardgrey {
	border-top:6px #403f3d solid;
	color: #666;
}
.hardgrey .navbar-nav > li > a {
	color: #666;
}
.toprak {
	border-top:6px #857c6a solid;
	color: #666;
}
.toprak .navbar-nav > li > a {
	color: #666;
}
.carousel-caption {
	background-color: #f4f4f4;
	color: #3b3b3b;
	font-size: 24px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}
.caption2 {
	color: #FFF;
	background-color: #ca3521;
	margin-bottom: 67px;
	padding: 10px;
	width: 350px;
	margin-left: 40px;
	z-index: 9999;
}
.caption {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(42, 42, 42, 0.75);
	width: 100%;
	height: 100%;
	padding: 2%;
	display: none;
	text-align: center;
	color: #fff !important;
	z-index: 2;
}
.jumbotron {
	-webkit-box-shadow: 2px 10px 22px -6px rgba(97,97,97,0.82);
	-moz-box-shadow: 2px 10px 22px -6px rgba(97,97,97,0.82);
	box-shadow: 2px 10px 22px -6px rgba(97,97,97,0.82);
	border: #CCC solid 1px;
}
.anket {
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 35px;
}
.anket .radio {
	margin-left: 20px;
}
.anket ul {
	list-style: none;
}
.anket ul li {
	margin-top: 15px;
	font-family: 'neo_sans_trmedium';
}
/* Makale Start */

.makale-box {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.makale-box .img {
	padding-top: 5px;
}
.makale-box .img img {
	width: 100%;
}
.makale-box .info {
	padding-top: 5px;
	min-height: 80px;
}
.makale-box h3 {
	font-size: 15px;
	margin: 0px;
	text-align: left;
}
.makale-box h3 a {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.makale-box p {
	font-size: 13px;
	text-align: left;
}
/* News Start */

.news-box {
	padding-top: 10px;
}
.news-img {
	text-align: left;
	padding-top: 3px;
}
.news-img img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.news-info {
	text-align: left;
}
.news-info h2 {
	font-size: 18px;
	margin: 0px;
	padding-top: 3px;
}
.news-info .text {
	min-height: 59px;
	margin: 0px;
	padding-top: 4px;
}
.news-info .date {
	width: 130px;
	line-height: 30px;
	height: 30px;
}
.news-info .date-event {
	width: 170px;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
}
.news-block {
	background-color: #FFF;
	padding-bottom: 10px;
}
.col-item {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	background: #FFF;
	position: relative;
	overflow: hidden;
}
.col-item .photo img {
	margin: 0 auto;
	width: 100%;
}
.col-item .photo  {
position: relative;
}
.col-item .info {
	padding: 10px;
	border-radius: 0 0 5px 5px;
	margin-top: 1px;
}
.col-item:hover .info {
	background-color: #F5F5DC;
}
.col-item .price {
	/*width: 50%;*/

	float: left;
	margin-top: 5px;
}
.col-item .price h5 {
	line-height: 20px;
	margin: 0;
}
.price-text-color {
	color: #219FD1;
	font-weight: bold;
	font-size: 16px;
}
.col-item .info .rating {
	color: #777;
}
.col-item .rating {
	/*width: 50%;*/
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px;
}
.col-item .separator {
	border-top: 1px solid #E1E1E1;
}
.clear-left {
	clear: left;
}
.col-item .separator p {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.col-item .separator p i {
	margin-right: 5px;
}
.col-item .btn-add {
	width: 50%;
	float: left;
}
.col-item .btn-add {
	border-right: 1px solid #E1E1E1;
	font-size: 18px;
	color: #933;
}
.col-item .btn-details {
	width: 50%;
	float: left;
	padding-left: 10px;
	font-size: 18px;
}
.controls {
	margin-right: 10px;
	margin-top: -2px;
}
[data-slide="prev"] {
 margin-right: 10px;
}


/* Article End */
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
.row-offcanvas {
	position: relative;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.row-offcanvas-right {
	right: 0;
}
.row-offcanvas-left {

	left: 0;
}
.row-offcanvas-right .sidebar-offcanvas {
	right: -50%; /* 6 columns */
}
.row-offcanvas-left .sidebar-offcanvas {
	left: -50%; /* 6 columns */
}
.row-offcanvas-right.active {
	right: 50%; /* 6 columns */
}
.row-offcanvas-left.active {
	left: 50%; /* 6 columns */
}
.sidebar-offcanvas {
	position: absolute;
	top: 0;
	width: 50%; /* 6 columns */
}
.nav > li > a {
	padding: 15px 13px;
}
.footer_1 {
	padding: 10px;
}
.footer_2 {
	padding: 10px;
}
.footer_3 {
	padding: 10px;
}
.navbar-collapse {
	padding-right: 20px;
	padding-left: 20px;
}
.foo_menu_2 {
	display: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #412202;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #412202;
}

}
 @media screen and (max-width:480px) {
/* Buraya yazacağınız css kodu maksimum 480px genişliği olan cihazlarda çalışacaktır. */
.navbar-nav {
	margin: 13.5px 15px;

}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.footer_1 {
	padding: 10px;
}
.footer_2 {
	padding: 10px;
}
.footer_3 {
	padding: 10px;
}
.foo_menu_2 {
	display: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #412202;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #412202;
}
}
 @media screen and (max-width:320px) {
/* Buraya yazacağınız css kodu maksimum 320px genişliği olan cihazlarda çalışacaktır. */
.navbar-nav {
	margin: 13.5px 15px;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.footer_1 {
	padding: 10px;
}
.footer_2 {
	padding: 10px;
}
.footer_3 {
	padding: 10px;
}
.foo_menu_2 {
	display: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #412202;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #412202;
}
}
.whatsapp-butonu{position:fixed;bottom:10px;left:10px;font-size:35px;z-index:999998;padding:1px 12px}.whatsapp-butonu img{border-radius:5px;position:fixed;bottom:10px;left:10px}.whatsapp-butonu i{color:#fff!important}@media (max-width:780px){.whatsapp-butonu{position:fixed;bottom:10px;left:10px;font-size:30px;z-index:999998;padding:1px 10px}}
