body {
	background-color: #F3F3F3;
}
.wall {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../img/deneme.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
.carousel-inner {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
.gorsel {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.gorsel img {
	width: 100%;
	height: auto;
	padding: 10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
}
ul, ol {
	padding: 0px;
	margin: 0px;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control {
	bottom: 0;
	color: #FFFFFF;
	font-size: 20px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 0;
	width: 10%;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	display: inline-block;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 5;
}
.icon-tas {
	color: #FF0000;
	font-size: 30px;
	margin-top: 10px;
	margin-right: 10px;
}
.menubar {
	margin-bottom: 40px;
}
.top-menu {
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo {
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
.top-menu-item {
	height: 30px;
}
.bottom-menu {
	height: auto;
	display: block;
}
.bottom-menu-item {
	height: 42px;
}
.b-menu-item {
	height: 38px;
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	opacity: 0.2;
	transition: ease-in-out 0.2s;
}
.b-menu-item:hover {
	height: 42px;
	opacity: 1;
	transition: ease-in-out 0.4s;
}
.t-menu-item {
	height: 24px;
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	opacity: 0.2;
	transition: ease-in-out 0.2s;
}
.t-menu-item:hover {
	height: 30px;
	opacity: 1;
	transition: ease-in-out 0.4s;
}
.padding-none {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#map-canvas {
	height: 400px;
	border: 1px solid #333;
	margin-bottom: 120px;
}
.iletisim {
	display: block;
}
.webonly {
	display: inline-block;
}
.mobilesonly {
	display: none;
}

@media only screen and (max-width: 1010px) {
.logo {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
.wall {
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 30% auto;
	background-position: left top;
}
}
@media only screen and (max-width: 600px) {
	.webonly {
	display: none;
}
.mobilesonly {
	display: inline-block;
}
}
