html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}


body {
	margin:0;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #111111;
}
#gezicitasarim {
	position: absolute;
	bottom:0;
	right:0;
}


/* Gezgin Slider tanımlamaları */
.slider-alan {
	width: 100vw;
	max-width: 100%;
	position: relative;
}
.gezgin-slider {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.gezgin-slider ul{
	width: 100vw;
}
.gezgin-slider ul.ghtam {
	height: 100vh;
}
.gezgin-slider ul.ghic {
	height: 50vh;
}

.gezgin-slider ul li{
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
}
.gezgin-slider ul li div{
	position: absolute;
	bottom: 100px;
	width: 100%;
	text-align: center;
}
.gezgin-slider ul li div h3{
	font-size: 6vw;
	font-weight: 300;
	color: #ffffff;
	text-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
.gezgin-slider ul li div p{
	font-size: 18px;
	margin-top:5px;
	color: rgba(255,255,255,.8);
}

.gezgin-slider .yaziGirH3 {
	color: transparent;
	-webkit-animation: blurFadeIn 3s ease-in both;
	-moz-animation: blurFadeIn 3s ease-in both;
	-ms-animation: blurFadeIn 3s ease-in both;
	animation: blurFadeIn 3s ease-in both;
}
.gezgin-slider .yaziCikH3 {
	color: transparent;
	-webkit-animation: blurFadeOut 3s ease-in both;
	-moz-animation: blurFadeOut 3s ease-in both;
	-ms-animation: blurFadeOut 3s ease-in both;
	animation: blurFadeOut 3s ease-in both;
}
.gezgin-slider .yaziGirP {
	-webkit-animation: downUpIn 1s 2s ease-in both;
	-moz-animation: downUpIn 1s 2s ease-in both;
	-ms-animation: downUpIn 1s 2s ease-in both;
	animation: downUpIn 1s 2s ease-in both;
}
.gezgin-slider .yaziCikP {
	-webkit-animation: upDownOut 1s 2s ease-in both;
	-moz-animation: upDownOut 1s 2s ease-in both;
	-ms-animation: upDownOut 1s 2s ease-in both;
	animation: upDownOut 1s ease-in both;
}

.gezgin-slider .resimcik {
	-webkit-animation: animResimCik 1s ease-in both;
	-moz-animation: animResimCik 1s ease-in both;
	-ms-animation: animResimCik 1s ease-in both;
	animation: animResimCik 1s ease-in both;
}

@-webkit-keyframes animResimCik{
	0% {
		opacity: 1;
		transform: translateX(0px);
	}
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}




@-webkit-keyframes downUpIn{
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
@-webkit-keyframes upDownOut{
	0% {
		opacity: 1;
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		transform: translateY(40px);
	}
}


@-webkit-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.6);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.3);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
}
@-webkit-keyframes blurFadeOut{
	0%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.3);
	}
	100%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.6);
	}
}
@media (max-width: 700px) {
	.gezgin-slider ul li div h3{
		font-size: 40px;
		font-weight: 300;
		margin:0 20px;
		color: #ffffff;
		text-shadow: 0px 0px 20px rgba(0,0,0,.5);
	}
	.gezgin-slider ul li div p{
		font-size: 18px;
		margin:10px 40px;
		line-height: 26px;
		color: rgba(255,255,255,.8);
	}
	
}

/* Gezgin Slider tanımlamaları */

.ani {
	transition-property: all;
	transition-duration: 400ms;
	transition-timing-function: ease;
}

nav {
	/*position: fixed;*/
	position: absolute;
	z-index: 5;
	text-align: center;
	width: 100%;
	/*margin-top: 40px;*/
}
nav .im {
	margin-top: 80px;
	width: 100%;
	display: table;
}
nav .im .ektm {
	position: absolute;
	right: 10px;
	top: 10px;
}
nav .im .ektm a {
	color: #ccc5b9;
	text-decoration: none;
	margin-left:40px;
	vertical-align: middle;
	font-size:12px;
	text-shadow: 1px 1px 1px #000000;
}
nav .im .ektm a span {
	vertical-align: middle;
	margin-right: 5px;
}

nav .im .dol-1 {
	display: table-cell;
	background: #4898cc;
	box-shadow: 0px 0px 20px rgba(0,0,0,.25);
	border-radius: 0px 2px 2px 0px;
	width: 20%;
}
nav .im .dol-2 {
	width:	 260px;
	display: table-cell;
}
nav .im .dol-3 {
	text-align: left;
	display: table-cell;
	background: #6c6d6f;
	min-width: 700px;
	/*text-align: left;*/
	border-radius: 2px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.25);
}
nav .im .dol-4 {
	width: 20%;
	display: table-cell;
	text-align: left;
}
nav .im .dol-4-ek {
	box-shadow: 0px 0px 20px rgba(0,0,0,.25);
	background: #00adef;
	border-radius: 2px 0px 0px 2px;
	margin-left:10px;
}
nav .im .dol-4 a {
	display: inline-block;
	margin:0;
	text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}

nav a.logo img {
	vertical-align: middle;
	width: 250px;
	border: none;
	margin: -20px 14px -7px 20px;
}
nav .mmlogo {
	display: none;
}


nav a.ml, nav div.ml {
	display: inline-block;
	/*margin: 0 40px;*/
	text-decoration: none;
	font-size:12px;
	line-height: 24px;
	font-weight: 700;
	color: #ffffff;
	padding: 10px 40px;
}
nav a.ml:hover, nav .ima:hover .ml {
	text-shadow: 1px 1px 1px black;
	background: rgba(238, 46, 55, 1);
	border-radius: 2px;
}




/* burası gp eklenmiş halinin başladığı yer */
nav.gp {
	/*background: #fbc817;*/
	position: fixed;
}
nav.gp .im {
	margin:0;
}
nav.gp .im .logo img {
	margin-top:0;
	margin-bottom:0px;
	width: 170px;
}
nav.gp .im .dol-1, nav.gp .im .dol-3, nav.gp .im .dol-4 {
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
}

nav.gp .im .dol-1 {
	border-radius: 0px 0px 2px 0px;
}
nav.gp .im .dol-3 {
	border-radius: 0px 0px 2px 2px;
}
nav.gp .im .dol-4 {
	border-radius: 0px 0px 0px 2px;
}

nav.gp .im .ektm a .g{
	display: none;
}
nav.gp .im .ektm {
	top: 17px;
	margin-right: 10px;
}
nav.gp .im .ektm a {
	color: #ffffff;
	margin-left: 10px;
}

nav.gp a.ml, nav div.ml {
	/*padding-top: 15px;
	padding-bottom: 15px;*/
}
nav.gp a.ml, nav div.ml:hover {
	border-radius: 0 !important;
}
/* burası gp eklenmiş halinin bittiği yer */


/* hamburger menü burada başlıyor */
#mmalan {
	display: none;
	background: #4898cc;
	border-radius: 0px 2px 2px 0px;
	margin-top:15px;
	padding-top: 12px;
	padding-left: 30px;
	padding-bottom: 6px;
	width: 70px;
	position: relative;
	z-index: 90;
}
#mm {
	width: 50px;
	height: 45px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 20;
}
#mm span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ffffff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#mm span:nth-child(1) {
  top: 0px;
}

#mm span:nth-child(2) {
  top: 18px;
}

#mm span:nth-child(3) {
  top: 36px;
}




#mm.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#mm.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#mm.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* hamburger menü burada başlıyor */


nav .ima {
	display: inline-block;
	position: relative;
}
nav .ima .imaul {
	display: none;
	width: calc(100% - 80px);
	left:0;
	margin: 0px;
	position: absolute;
	background: rgba(238, 46, 55, .75);
	border-radius: 0px 0px 2px 2px;
	min-width: 200px;
}

nav .ima .imaul a.mla, nav .ima .imaul div.mla {
	display: block;
	text-decoration: none;
	font-size:12px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 20px;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	border-bottom:1px solid rgba(0,0,0,.1);
}
nav .ima .imaul a.mla:last-child {
	border-bottom:none;
	border-radius: 0px 0px 2px 2px
}

nav .ima .imaul a.mla:hover {
	background: rgba(238, 46, 55, 1);
}

nav .ima:hover .imaul {
	display: block;
}


nav .imaa {
	position: relative;
}

nav .imaa ul {
	display: none;
	position: absolute;
	left: 100%;
	top:0;
	min-width: 200px;
	background: rgba(238, 46, 55, .25);
}


nav .imaa:hover ul {
	display: block;
}
nav .imaa:hover .mla {
	background: rgba(238, 46, 55, 1);
}
nav .imaa a.mlaa {
	display: block;
	text-decoration: none;
	font-size:12px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 20px;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	border-bottom:1px solid rgba(0,0,0,.1);
}
nav .imaa a.mlaa:last-child {
	border-bottom:none;
	border-radius: 0px 0px 2px 2px
}

nav .imaa a.mlaa:hover {
	background: rgba(238, 46, 55, 1);
}








.gelincecik {
	transform: scale(.1);
	transition-property: all;
	transition-duration: 500ms;
	transition-timing-function: ease-out;
	/*opacity: 0;*/
}


#alan {
	width: 100%;
	min-height: 100vh;
	background: #e5e5e5;
}
#alan .ic {
	max-width: 1000px;
	margin:0 auto;
	padding: 20px 40px;
}
#alan .ic h2 {
	font-size: 42px;
	line-height: 60px;
	font-weight: 300;
	margin-bottom: 20px;
	color: rgba(0,0,0,.4);
	margin-left:-20px;
	padding: 0 20px;
	margin-right:-20px;
	border-bottom: 3px solid #bbbbbb;
}
#alan .ic ul {
	text-align: center;
}
#alan .ic ul li {
	display:inline-block;
	list-style: none;
	background: #ffffff;
	padding: 10px;
	margin: 10px;
	vertical-align: middle;
	border-radius: 2px;
	border:3px solid #bbbbbb;
}

#alan .ic h3 {
	font-size: 36px;
	line-height: 60px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-left:-20px;
	padding: 0 20px;
	background: #bbbbbb;
	color: #ffffff;
	border-radius: 2px;
}
#alan .ic p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

#orta {
	width: 100%;
	padding: 80px 0px;
	background: #e5e5e5;
	text-align: center;
	color: #252422;
}
#orta h3 {
	font-size: 46px;
	margin-bottom: 10px;
	margin-left:20px;
	margin-right:20px;
	font-weight: 300;
	line-height: 54px;
}
#orta p {
	margin-left:20px;
	margin-right:20px;
	font-size: 16px;
	line-height: 26px;
}
#orta .r-alan {
	margin: 40px 0;
	position: relative;
}
#orta .r-alan .bg {
	position: absolute;
	background: #ccc5b9;
	width: 100%;
	height: 80px;
	z-index: 0;
	top: 50px;
}
#orta .r-alan li {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 10px;
}
#orta .r-alan li img {
	border: 5px solid #ccc5b9;
}



footer {
	background: #1f1e1c;
	text-align: center;
	color: #ffffff;
	padding: 20px;
	position: relative;
}
footer .fa {
	display: inline-block;
	max-width: 900px;
	width: 100%;
}
footer .altmenu {
	width: 70%;
}
footer .atsm {
	width: 30%;
}

footer .altmenu, footer .atsm {
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
footer .ekyazi {
	display: block;
	margin-top: 20px;
	font-size: 10px;
	color: #666666;
}
footer .atsm li {
	margin-bottom:20px;
}
footer .atsm span.yazi {
	display: inline-block;
	max-width: 200px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
}
footer .atsm span.icon {
	display: inline-block;
	font-size: 36px;
	vertical-align: middle;
	margin-left: 5px
}


footer .atsm a {
	text-decoration: none;
	color: rgba(255,255,255,.75);
}

footer .atsm a.tel {
	display: inline-block;
	vertical-align: middle;
	font-size: 28px;
	text-decoration: none;
	font-weight: 700;
}
footer .atsm a.sm {
	display: inline-block;
	font-size: 56px;
}
footer .atsm a.sm:first-child {
	margin-right: 20px;
}

footer .altmenu {
	text-align: left;
	font-size: 12px;
}

footer .altmenu .ml, footer .altmenu .ima {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 5px;
	font-weight: 700;
}
footer .altmenu .ima .mla {
	font-weight: 400;
	font-size: 11px;
	margin-left: 5px;
	line-height: 18px;
	margin-bottom:2px;
	display: list-item;
	list-style-type: square;
	list-style-position: inside;
}

footer .altmenu .imaa ul {
	padding-bottom: 5px;
}
footer .altmenu .ima .mlaa {
	margin-left: 17px;
	font-weight: 400;
	margin-bottom:2px;
	font-size: 10px;
	line-height: 18px;
}
footer .altmenu a {
	color: rgba(255,255,255,.75);
	text-decoration: none;
}


.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #dddddd;
  font-size: 10px;
  position: absolute;
  top:50%;
  left: 50%;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


@media (max-width: 1000px) {
	nav .im .dol-1 {
		display: none;
	}
	nav .im .dol-2 {
		width: 150px;
	}
	nav .im .dol-3 {
		min-width: 500px;
	}
	nav a.logo img {
		width: 190px;
	}
}

@media (max-width: 600px) {
	nav {
		position: fixed;
	}
	nav .im {
		background: rgba(0,0,0,.85);
		top:0;
		left:-100%;
		position: fixed;
		height: 100%;
		padding-top: 100px;
		width: 100%;
		overflow-x: auto;
		margin-top: 0;
		display: inherit;
	}
	nav .im .dol-2 {
		display: none;
	}
	
	nav .im .dol-3, nav .im .dol-4 {
		display: block;
		width: 80%;
		margin-left: 10%;
		min-width: inherit;
	}
	nav .im .dol-4-ek {
		margin:0;
		border-radius: 0px 0px 2px 2px;
		background: rgba(204, 198, 186, 0.5);
	}
	nav .im .dol-4-ek .ml {
		display: block;
	}

	nav .im .dol-3 {
		border-radius: 2px 2px 0px 0px;
		background: rgba(235, 95, 40, 0.5);
	}

	nav .mmlogo {
		display: block;
		position: fixed;
		left:120px;
		top:15px;
		width: 100%;
		text-align: left;
		background: #ffffff;
		border-radius: 2px 0px 0px 2px;
		z-index: 2;
	}
	nav .mmlogo a.logo img {
		margin:10px;
	}


	nav .im .ml, nav .im .ima {
		font-size:12px;
		display: block;
		line-height: 30px;
	}
	nav.gp a.ml {
		padding: 10px 40px;
	}


	nav .im.acik {
		left:0;
	}
	nav .ima .imaul {
		position: relative;
		left:0;
		width: inherit;
		margin:0 5px;
	}

	nav .imaa ul {
		position: relative;
		left: inherit;
		top:inherit;
		min-width: inherit;
		background: rgba(238, 46, 55, .25);
	}
	
	
	#mmalan {
		display: block;
	}
	nav .im .ektm {
		display: none;
	}
	footer .fa {
		width: 100%;
	}
	footer .fa .altmenu {
		display: block;
		width: 100%;
	}
	footer .fa .atsm {
		margin-top: 50px;
		display: block;
		width: 100%;
		text-align: center;
	}
}





/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
