/* ########### TEMEL ############ */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #212121;
	background: #fff;
	/*background: #fff url(../images/body-bg.png) repeat*/;
}
html {
	height: 101%;
}

#wrapper {
	min-height: 360px;
	border-bottom: 1px solid #999;
	padding: 30px 0;
}

/* container genislik ayarla */
@media (min-width: 768px) {
  .container {
    max-width: 1070px;
	}
}

/* ########### TEPE ############ */
/* ## TOP BAR ## */
.top-bar {
	margin: 0;
	padding: 5px 0;
	background: #efefef;
}
ul.dil {
	margin: 0;
	padding: 0;
}
ul.dil li {
	margin: 0;
	padding: 0;
}
ul.dil a {
	display: block;
	width: 24px;
	height: 24px;
}
ul.dil a:hover {
	opacity: .6;
}
a.en {	
	background: url(../images/en.png) no-repeat;
}
a.tr {
	background: url(../images/tr.png) no-repeat;
}
/* ## NAV ## */
.navbar-default {
	background: #333 url(../images/stripe.png) repeat-x;
	border: none;
	border-bottom: 1px solid #191919;
	border-top: 1px solid #111;
	-webkit-box-shadow: 0px 5px 7px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 7px rgba(0,0,0,.2);
	-o-box-shadow: 0 5px 7px rgba(0,0,0,.2);
	box-shadow: 0 5px 7px rgba(0,0,0,.2);
}

.navbar {
	margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 38px;
	padding-bottom: 36px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fdec4d;
}
.navbar-default .navbar-nav > li:first-child > a:hover {
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fdec4d;
}
.navbar-default .navbar-right > .active > a,
.navbar-default .navbar-right > .active > a:hover,
.navbar-default .navbar-right > .active > a:focus {
	background: none;
	color: #fdec4d;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #fdec4d;
}

.navbar-brand {  padding-top: 5px; padding-bottom: 5px; height: auto; }

.navbar-brand img {
	width: 170px;
	height: auto;
}
.navbar-right {
	margin-right: 1px;
}
.navbar-right > li > a {
	padding-left: 20px !important;
	padding-right:20px !important;
}

.navbar-right > li > a.btn {
	margin: 30px 0;
	padding: 0;
}
.navbar-toggle {
	padding: 11px 10px;
	margin-top: 15px;
}
.navbar-default .navbar-toggle {
    background-color: #fff;
}

/* ########### ICERIK ############ */
.icon-box .box-header .ikon {
	font-size: 32px;
	width: 106px;
	height: 106px;
	padding: 30px 0;
	text-align: center;
	border-radius: 100%;
	color: #414141;
	-webkit-transition: all .4s;
	transition: all .4s;
	border: 3px solid #fdec4d;
	margin: 0 auto;
}
.icon-box .box-header {
	text-align: center;
}
.fas {
	display: inline-block;
	/*font: normal normal normal 36px/1 FontAwesome;*/
	font-size: 36px !important;
	line-height: 36px !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.info-box, .tanitim {
	margin: 60px 0;
}

.bordered {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #eefefef;
}

.teaser {
	background: url(../images/cold-chain-logistics.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	margin-top: 40px;
	padding: 80px 0;
	color: #191919;
	-webkit-box-shadow: 0px 5px 7px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 7px rgba(0,0,0,.2);
	-o-box-shadow: 0 5px 7px rgba(0,0,0,.2);
	box-shadow: 0 5px 7px rgba(0,0,0,.2);
}

.media-middle i {
	color: #fdec4d !important;
}
.center {
	text-align: center;
}

/* ########### FOOTER ############ */
footer {
	margin-top: 40px;
	padding: 30px 0 10px 0;
	min-height: 160px;
	background: #fdec4d;
	-webkit-box-shadow: 0px 5px 7px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 7px rgba(0,0,0,.2);
	-o-box-shadow: 0 5px 7px rgba(0,0,0,.2);
	box-shadow: 0 5px 7px rgba(0,0,0,.2);
}
footer p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
footer a {
	color: #191919;
}
footer a:hover, footer a:focus {
	color: #333;
}


/* ########## TIPOGRAFI ############ */
h1, h2, h3, h4, h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.teaser h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 3em;
}
/* ########### CESITLI ############ */
.btn-primary {
	background-image: -webkit-linear-gradient(top,#fdec4d 0,#fbe800 100%);
	background-image: -o-linear-gradient(top,#fdec4d 0,#fbe800 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fdec4d),to(#fbe800));
	background-image: linear-gradient(to bottom,#fdec4d 0,#fbe800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdec4d', endColorstr='#fffbe800', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #fbe800;
	color: #414141;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #fdec4d;
  background-position: 0 -15px;
	color: #414141;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #fdec4d;
  border-color: #fbe800;
}
#uste-git {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #212121;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	font-size: 18px;
	font-weight: normal;
}
#uste-git:hover {
	background: #191919;
}
#uste-git.show {
	opacity: 1;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.map-responsive{
	overflow: hidden;
	padding-bottom: 20%;
	position: relative;
	height: 0;
}
.map-responsive iframe{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.jquery-lightbox-mode-image{ height: 99% !important; }
.jquery-lightbox-mode-html { height: 394px !important; }

/* ########### TIPOGRAFI ############# */
h1 {
	color: #333;
	font-size: 2em;
	line-height: 1.8em;
	padding: 0px 0 0px 10px;
	text-shadow: 1px 1px 2px #c7c7c7;
	border-left: 5px solid #fdec4d;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.4em;
}

.vurgu strong {
  background-color: #fdec4d;
}
.vurgu .row {
  margin: 30px 0;
}
.vurgu img {
  border: 2px solid #414141;
  border-radius: 5px;
  margin: 5px 5px 15px 0;
}

.mini img {
  width: 132px;
  height: auto;
}
/* ########### RESPONSIVE ############ */
@media (max-width: 768px) {
	.navbar-default .navbar-nav > li > a{
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: 300;
		font-size: 12px;
	}
	.navbar-brand img {
		width: 130px;
		height: auto;
		margin: 2px 0 !important;
		padding: 0 !important;
	}
	.media-top *, .media-middle * {
		width: 100%;
		height: auto;
		margin-right: 80px;
	}
	footer p {
		margin-top: 2px;
		font-size: .8em;
	}
	footer .fa {
		font-size: 1.1em;
	}
	.flex-caption {
		top: 40% !important;
	}
	.flex-caption h3 {
		background: transparent;
	}
}