/* ==========================================================================
   Nilüfer Evden Eve Özel CSS Sitilleri
   ========================================================================== */
   
/* Genel Sitiller
---------------------------------------------------------------------- */
body {   
    padding-bottom: 30px;
    padding-top: 10px;
}

::-moz-selection {
    background: #B1B0AB;
	color: #fff;
}
::selection {
    background: #B1B0AB;
	color: #fff;
}
a {
	color: #5d7105;
}
a:hover, a:visited {color: #b3d129;}

.fullWidth{
	width: 100%;
}

h1 > small, h2 > small, h3 > small {
  border-left: 1px solid;
  margin-left: 30px;
  padding-left: 30px;
  text-align: right;
  font-size: 75%;
}

.img-thumbnail.pull-left{
	margin-right: 20px;
	margin-bottom: 20px;
}
.img-thumbnail.pull-right{
	margin-left: 20px;
	margin-bottom: 20px;
}

.homePage #content-container{
	padding-top: 50px;
}
/* Bootstrap Overriding
---------------------------------------------------------------------- */

/*.container {
    max-width: 100%;
    width: 1080px;
}*/
.alert {
  margin-left: 15px;
  padding-left: 30px;
  position: relative;
}

.alert > .fa, .alert > .glyphicon {
  background: inherit;
  border: inherit;
  border-radius: 50%;
  height: 35px;
  left: -15px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: -15px;
  width: 35px;
}

.bs-callout {
  border-color: #E0E6C6;
  border-image: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  margin: 20px 0;
  padding: 20px;
  background: #fff;
}
.bs-callout h4 {
  margin-bottom: 5px;
  margin-top: 0;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4{
  color: #f0ad4e;
}
.bs-callout-success{
  border-left-color: #3c763d
 }
 .bs-callout-success h4{
  color: #3c763d
 }
 .seperatorBlank{padding: 10px 0;}
 
/* HEADER items
---------------------------------------------------------------------- */
.logo {
  padding: 15px 0;
  text-align: center;
}

.topContact {
	padding-top: 20px;
	text-align: left;
	float: right;
}

.topSearch {
	float: right;
}


.topContact .adres {
  color: #8a8a8a;
  font-size: 17px;
  font-weight: bold;
}

.topContact .telefon {
  color: #282828;
  display: block;
  font-size: 19px;
  letter-spacing: 2px;
}

.telicon {
  color: #DD472C;
  font-size: 16px;
}
.topContact .telefon .code {
  font-size: 12px;
}

.topSearch {
	margin-bottom: 10px;
}

.topSearch .form-group{
	margin: 0;
}

.topSearch .btn{
	color: #DD472C;
}

a.nostyle, a:hover.nostyle{
	color: inherit;
	text-decoration: none;
}
.altslogan {
  color: #000;
  display: inline;
  font-size: 11px;
  letter-spacing: 0;
  text-align: right;
}

/* Menu Styling  
---------------------------------------------------------------------- */
#mainMenu.navbar-collapse {
  margin: 0 -15px;
  padding: 0;
}
  
.navbar-inverse .navbar-nav > li > a{
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}

.nav.navbar-nav > li + li {
  border: 1px solid rgba(61, 61, 61, 1);
}

.nav.navbar-nav > li:last-child {
  border-right: medium none;
}
.navbar-inverse .navbar-nav > li.active > a, .navbar-inverse .navbar-nav > li.active > a:hover{
	color: #B1B0AB;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
  background-image:      -o-linear-gradient(top, #222 0%, #282828 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828));
  background-image:         linear-gradient(to bottom, #222 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
	color: #B1B0AB;
}

.navbar.navbar-inverse {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0; 
  margin-bottom: 0;
}

.navbarBottom{
	min-height: 10px;
	background: #B1B0AB;
}

#mainMenu .dropdown-menu { 
  background-color: #212121; 
}

#mainMenu .dropdown-menu > li > a {
  color: #fff;
  padding: 10px 20px; 
}

#mainMenu .dropdown-menu > li > a:hover {
  background: #B1B0AB;
}

#mainMenu .dropdown-menu > .active > a, #mainMenu .dropdown-menu > .active > a:hover, #mainMenu .dropdown-menu > .active > a:focus {
  background: #B1B0AB;
}

/* Vdeo SlideShow
---------------------------------------------------------------------- */
.videoSlideshow {
	padding-bottom: 9px;
	position: relative;
	width: 100%;
	max-width: 1050px;
}
.videoContainerInner{ 
	background: url('../images/assets/shadow.png') no-repeat scroll center bottom transparent; 
	padding-bottom: 34px;
}

.videoBottom {
  background: url('../images/assets/video-bottom.png') no-repeat scroll center bottom transparent;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;  
  height: 54px;  
  width: 100%;
  position: absolute;
  bottom: 0;
  background-size: 100% auto;
}

.videoBottom img {
  margin-top: -25px;
  margin-right: 15px;
}

/* Slide Main Image
---------------------------------------------------------------------- */
.slideContent{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	top: 85px;	
	padding: 0 15px 15px;
	position: absolute;
	max-width: 350px;
	text-align: center;
}
.slideContent.toRight{
	right: 50px;
}
.slideContent.toLeft{
	left: 50px;
}
.slideContent h3{
	font-family: "Oswald",sans-serif;
	font-size: 35px;
	font-weight: 300;
}

.slideContent h4 {
  font-style: italic;
}
.slideContent p{
	text-align: justify;
}

/* Article Items
---------------------------------------------------------------------- */

.breadcrumb {
	margin-top: 10px;
	margin-bottom: 5px;
}

.anaBaslik{
	margin-top: 20px;
	border-bottom: 1px solid #e0e9b9;
}
.articleMeta{
	text-align: right; 
	font-style: italic;
}
.pageSubHeader{font-size: 23px;}
.content{
	background-image: -webkit-linear-gradient(top, rgb(231, 231, 231) 0%, rgba(255, 255, 255, 1) 100%);
	background-image:      -o-linear-gradient(top, rgb(231, 231, 231)) 0%, rgba(255, 255, 255, 1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 247, 220, 1)), to(rgba(255, 255, 255, 1)));
	background-image: linear-gradient(to bottom, rgbargb(231, 231, 231), rgba(255, 255, 255, 1)); 
	background-color: rgba(0, 0, 0, 0);	
	background-repeat: repeat-x;
	padding: 20px 30px;
	width: 100%;
 }

.content h2 {
	font-size: 24px;
}
.content h3 {
	color: #5d7156;
	font-size: 20px;
}
/* GeoTrust
---------------------------------------------------------------------- */
.geotrust {
  bottom: 3px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 3px;
}

/* Main Page Thumbs
---------------------------------------------------------------------- */
.kucukResimli .thumbnail{
	padding: 0;
	border: medium none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.kucukResimli .thumbnail img{
	border-radius: 4px 4px 0 0;
}

.kucukResimli .caption { 
	margin-top: -63px;
	padding: 70px 20px 20px;
	position: relative;
	z-index: 1;
}
.kucukResimli .caption h3, .page-header h1{
	font-family: 'Courgette', cursive;
	color:#000000;
}
.kucukResimli .caption h3{
	min-height: 85px;
}

.kucukResimli .left-thumb .caption {
  background: url('../images/assets/left-thumb.png') no-repeat scroll 0 0 transparent;
}

.kucukResimli .right-thumb .caption {
  background: url('../images/assets/right-thumb.png') no-repeat scroll 0 0 transparent;
}

.kucukResimli .center-thumb .caption {
  background: url('../images/assets/center-thumb.png') no-repeat scroll 0 0 transparent;
}

.thumb-desc {
  font-size: 12px;
}

.bottomRow .bottomDiv{
	padding: 40px 20px 20px;
	border: medium none;
}
.bottomDiv.left-thumb {
  background: url('../images/assets/thumb-bottom-left.png') no-repeat scroll 0 0 transparent;
}

.bottomDiv.right-thumb {
  background: url('../images/assets/thumb-bottom-right.png') no-repeat scroll 0 0 transparent;
}

.bottomDiv.center-thumb {
  background: url('../images/assets/thumb-bottom-center.png') no-repeat scroll 0 0 transparent;
}


/* Buton Green
---------------------------------------------------------------------- */
.btn-green{
	text-shadow: 0 -1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	color: #5D7105;
    background-image: -webkit-linear-gradient(top, #D1ED45 0%, #AECC25 100%);
	background-image:      -o-linear-gradient(top, #D1ED45 0%, #AECC25 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D1ED45), to(#AECC25));
	background-image:         linear-gradient(to bottom, #D1ED45 0%, #AECC25 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffD1ED45', endColorstr='#ffAECC25', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #9BB51D;
	font-weight: bold;
}
.btn-green:visited{
	color: #5D7105;
	background-color: #7F9326;
	background-image: none;
}
.btn-green:active,
.btn-green.active{
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	background-color: #607405;
	border-color: #9BB51D;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #AECC25;
  background-position: 0 -15px;
}

.btn-green:disabled,
.btn-green[disabled] {
  background-color: #7F9326;
  background-image: none;
}

.text-green{
	color: #5d7105;
}

.bottomDiv #map {
    height: 270px;
    width: 100%;
}
.videoSlideshow #contentMap {
    height: 420px;
    width: 100%;
}
/* Footer Elements 
---------------------------------------------------------------------- */
.copyright{
	background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
	background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border: 1px solid #010101;
	border-radius: 4px;
	margin:10px 0;
	padding: 20px 10px 10px 140px;
	color: #fff;
	position: relative;
}

.copyright .toolbox.pull-right {
  margin: -35px 20px 0 0;
}
.circleIcon{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;		
	color: #fff;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	transition: 0all 0.3s ease-in-out 0s;
	-moz-transition: 0all 0.3s ease-in-out 0s;
	-webkit-transition: 0all 0.3s ease-in-out 0s;
	-moz-transition: 0all 0.3s ease-in-out 0s;
}

.bgGoogle{
	background: #DB4A38;

}

.circleIcon.bgGoogle:hover {
	color: #DB4A38;
	background: #fff;
}

.bgFacebook{
	background: #3B5998;
}
.circleIcon.bgFacebook:hover{
	color: #3B5998;
	background: #fff;
}

.bgGreen{
	background: #B1B0AB;
}

.circleIcon.bgGreen:hover{
	background: #7F9326;
}

.footer-tags .list-inline > li {
  background: none repeat scroll 0 0 #eee;
  font-size: 10px;
  font-weight: normal;
  margin: 2px;
  padding: 0 4px;
  text-align: justify;
}

.footer-texts span, .footer-texts span a {
  font-size: 11px;
}

/* Scroll To Top 
---------------------------------------------------------------------- */
#scroll-to-top{
	position: fixed;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	display: none;
	opacity: .7;
	z-index: 99999;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#scroll-to-top:hover{
	opacity: 1;
}

#scroll-to-top .circleIcon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* Preloader Effect
---------------------------------------------------------------------- */

#preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(255,255,255,0.9);
	/* change if the mask should have another color then white */
	z-index:999999;
	/* makes sure it stays on top */
	opacity:.96;
}

.loader{
	text-align:center;
	width:64px;
	height:64px;
	position:absolute;
	background:url(../images/assets/loader.gif);
	left:50%;
	top:50%;
	margin:-21px 0 0 -7px;
}

.loader span{
	display:none !important;
	display:inline-block;
	vertical-align:middle;
	width:10px;
	height:10px;
	margin:50px auto;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	-webkit-animation:loader 0.3s infinite alternate;
	-moz-animation:loader 0.3s infinite alternate;
	-ms-animation:loader 0.3s infinite alternate;
	-o-animation:loader 0.3s infinite alternate;
	animation:loader 0.3s infinite alternate;
}

.loader span:nth-of-type(2){
	-webkit-animation-delay:0.3s;
	-moz-animation-delay:0.3s;
	-ms-animation-delay:0.3s;
	-o-animation-delay:0.3s;
	animation-delay:0.3s;
}

.loader span:nth-of-type(3){
	-webkit-animation-delay:0.3s;
	-moz-animation-delay:0.3s;
	-ms-animation-delay:0.3s;
	-o-animation-delay:0.3s;
	animation-delay:0.3s;
}
.loader > p {
  margin: -25px 0 0 -85px;
  width: 250px;
}
@-webkit-keyframes loader{
	0% {
		width: 10px;
		height: 10px;
		opacity: 0.9;
		-webkit-transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		opacity: 0.1;
		-webkit-transform: translateY(-21px);
	}
}
@-moz-keyframes loader{
	0% {
		width: 10px;
		height: 10px;
		opacity: 0.9;
		-moz-transform: translateY(0);
	}
	100% {
		width: 24px;
		height: 24px;
		opacity: 0.1;
		-moz-transform: translateY(-21px);
	}
}

/* Lazy Load
---------------------------------------------------------------------- */
.lazy {
    display: none;
}

/* Social Share
---------------------------------------------------------------------- */
.social-share {
  margin: 25px 0;
}

/* Akordiyon
---------------------------------------------------------------------- */
.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background: transparent; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}
.content .panel-title{
	font-size: 16px;
}
.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #DFEF98;
}

.panel-heading.active .panel-title>a{
  color:#588037;
}

a.accordion-toggle  i{
  width: 24px;  
  font-size: 20px; 
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
  line-height: 24px;
  margin-top: -3px;
}


.panel-heading.active a.accordion-toggle i{
  background: #588037;
  color: #fff;
  margin-top: -10px;
  line-height: 38px;
  width: 38px;  
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #9BB330;
  color: #fff;
}

/* Paketleme 
---------------------------------------------------------------------- */
.onceSonra {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  margin: 15px;
  padding: 18px;
}

/*İletişim
---------------------------------------------------------------------- */
.ratingDiv{
	color:#F7FAE9;
}
/* 404 Search Box
---------------------------------------------------------------------- */
.searchBox {
  bottom: 30px;
  left: 40%;
  position: absolute;
  text-align: left;
}
.searchBox .content {
  background: none repeat scroll 0 0 transparent;
}
#goog-wm-qt {
  border-radius: 4px 0 0 4px;
  padding: 6px;
}
#goog-wm-sb{
background: none repeat scroll 0 0 #588037;
border: medium none;
border-radius: 0 4px 4px 0;
color: #fff;
outline: medium none;
padding: 8px;
}
h2.subtitleM{
	font-size: 18px;
	font-style: italic;
}
h2.subtitleM:before, h2.subtitleM:after{
	content: "'";
}
