/*! UI / UX DESIGN SERCAN GEZEK - FRONT-END DEVELOPER SERCAN GEZEK */
*:focus{
	outline: 0;
}
button:focus{
	outline: 0;
}
button.btn:focus{
	outline:0;
}
::-moz-selection {
	color: white; 
	background-color: #FFED00;
}
::selection {
	color: #5A616A;
	background-color: #FFED00;
}
html ,head{
    overflow-x: hidden;
}
body{
    background-color: #F0F0F0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
a:hover{
    text-decoration: none;
}
header{
    background: #F0F0F0;
    height: 65px;
    -webkit-box-shadow: 0 4px 7px -4px rgba(0,0,0,0.10);
	box-shadow: 0 4px 7px -4px rgba(0,0,0,0.10);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.hvr-grow {
    -webkit-transform: perspecƒtive(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.hvr-float {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
/* Sweep To Right */
.hvr-sweep-to-right {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #BD0029;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* Skew Forward */
.hvr-skew-forward {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}
.Topbar{
    background-color: #C11D2B;
    height: 35px;
    margin:0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
ul.Topbar-Social{
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}
ul.Topbar-Social li{
    padding: 0px 15px 0px 15px;
    margin: 0;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color:#E6E6E6;
}
ul.Topbar-Social li:hover{
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: red;
}
ul.Topbar-Social li a{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    padding: 0px 10px 0px 10px;
    color: #FFFFFF;
}
ul.Topbar-Social li a:hover{
    background-color: #F0F0F0;
    padding: 0px 10px 0px 10px;
    -webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
    color: #C11D2B;
}
a {
	text-decoration: none;
	color: inherit;
}
.nav {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;  
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #C11D2B;
	height: 65px;
}
.nav__logo {
	height: 50px;
	width: auto;
}
.nav__link-wrapper {
	margin:0;
	padding: 0;
	display: none;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
	font-size: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav__link-wrapper li{
    height: 65px;
    -ms-flex-item-align: center;
	align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav__link-wrapper li:hover{
    -webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
    background-color: #C4002A;
    color:white;
}
.nav__link-wrapper li a:hover{
    -webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
    color:white;
}
.nav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	padding: 0px 20px 0px 20px;
    border-right-color: #C5002A;
    border-right-style: solid;
    border-right-width: 1px;
}
.nav__link li {
	-ms-flex-item-align: center;
	align-self: center;
}
.nav__burger-button {
	padding: 10px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: none;
	z-index: 999;
}
.nav__burger {
	position: relative;
	width: 40px;
	height: 24px;
	margin:0;
	padding: 0;
}
.nav__burger-inner {
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	background-color: #C4002A;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
}
.nav__burger-inner:before, .nav__burger-inner:after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	background-color: #C4002A;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav__burger-inner:before {
	top: 10px;
	opacity: 1;
}
.nav__burger-inner:after {
	top: 20px;
}
.nav__burger-inner.active, .nav__burger-inner.active:before, .nav__burger-inner.active:after {
	background-color: white;
}
.nav__burger-inner.active {
	-webkit-transform: translate(0, 10px) rotate(45deg);
	transform: translate(0, 10px) rotate(45deg);
}
.nav__burger-inner.active:before {
	opacity: 0;
	-webkit-transform: translate(-6px, -2px) rotate(-45deg);
	transform: translate(-6px, -2px) rotate(-45deg);
}
.nav__burger-inner.active:after {
	-webkit-transform: translate(0, -20px) rotate(-90deg);
	transform: translate(0, -20px) rotate(-90deg);
}
.index-carousel-bg{
    height: auto;
    background-color: #F0F0F0;
    margin:0;
    padding: 0;
    position: relative;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.owl-next{ 
	width: 70px;
	height: 61px;
	right: 0px;
	color:#F0F0F0;
	cursor:pointer;
	background-color:#DDDDDD;
	padding:15px 24px 14px 28px;
}
.owl-next:hover{ 
	right: 0px;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#C4C4C4;
	padding:15px 24px 14px 28px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.owl-prev{
	width: 70px;
	height: 61px;
	left: 0;
	color:#6979F8;
	cursor:pointer;
	background-color:#DDDDDD;
	padding:15px 28px 14px 24px;
}
.owl-prev:hover{
	left: 0px;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#C4C4C4;
	padding:15px 28px 14px 24px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.owl-nav{
	position: absolute;
	bottom: 27px;
	right: 60px;
	height: 61px;
	width: 140px;
	background-color:transparent;
	cursor: pointer;
}

.index-istasyon p{
	color: white;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 20px;
	margin-top: 50px;
}
.index-istasyon{
    height: 500px;
    background-color: #2F353D;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.left-area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 30px;
}
.location-text h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-style: italic; 
	font-size: 34px;
	color: #FFFFFF;
	margin: 5px 0px 0px 38px;
	padding: 0;
}
.location-text h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 34px;
	color: #FFFFFF;
	margin: 10px 0px 0px 38px;
	padding: 0;
}
.location-button {
	background: #C11D2B;
	-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.50);
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.50);
	border-radius: 6px;
	width:223px;
	height: 66px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 38px;
}
.location-icon{
	width: 32px;
	height: 32px;
	background-color: #FFFFFF;
	border-radius: 4.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.location-button, a.btn{
	color: white;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 20px;
}
.location-button, a.btn:hover{
	color: white;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 20px;
}
.location-button:hover{
	color: white;
	background-color: #FF0009;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.owl-index{
}
h4.carousel-head{
	position: absolute;
	top: 20px;
	background-color: #C11D2B;
	padding: 5px;
	right: 20px;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.price-content{
	margin-top: -60px;
	height: 450px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 20px 30px 0 rgba(47,53,61,0.08);
	box-shadow: 0 20px 30px 0 rgba(47,53,61,0.08);
    margin-bottom: 39px;
}
.price-content-2{
    background: #FFFFFF;
    margin-bottom: 39px;
}
.owl-item{
	background-color: transparent;
}
.price{
	margin:55px 0px 0px 58px;
	padding: 0;
}
.price-text{
	margin:55px 0px 0px 40px;
	padding: 0;
}
.price-head{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.price-text h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-style: italic; 
	font-size: 34px;
	color: #C11D2B;
	margin: 5px 0px 0px 0px;
	padding: 0;
}
.price-text h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 34px;
	color: #2F353D;
	margin: 5px 0px 0px 0px;
	padding: 0;
}
.akaryakit-text{
    margin:55px 0px 0px 40px;
    padding: 0;
}
.akaryakit-text h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 34px;
    color: #C11D2B;
    margin: 5px 0px 0px 0px;
    padding: 0;
}
.akaryakit-text h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #2F353D;
    margin: 15px 0px 0px 0px !important;
    padding: 0;
}
.map{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-image: url(../img/svg/map.svg);
	width: 100%;
	height: 156px;
    background-size:contain;
	background-repeat: no-repeat;
	margin: 65px 0px 0px 50px;
	padding: 0;
}
.map-head h5{
	margin: 30px 0px 0px 66px;
	padding: 0;
	color: #2F353D;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 13px;
}
.form-control{
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	-webkit-box-shadow: 0 2px 1px 0 rgba(191,191,191,0.50);
	box-shadow: 0 2px 1px 0 rgba(191,191,191,0.50);
	border-radius: 13px;
	z-index: 999;
	margin:20px 0px 0px 66px;
	max-width: 320px;
}
.map-svg{
	top: 55px;
	left: 40px;
	padding: 0;
	position: absolute;
}
.benzin-price{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 220px;
	height: 220px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 4px 20px 0 rgba(191,191,191,0.50);
	box-shadow: 0 4px 20px 0 rgba(191,191,191,0.50);
    -ms-flex-pack: distribute;
	justify-content: space-around;
	border-radius: 13px;
}
.benzin-price:hover{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 220px;
    height: 220px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 15px 30px 0 rgba(191,191,191,0.70);
	box-shadow: 0 15px 30px 0 rgba(191,191,191,0.70);
    -ms-flex-pack: distribute;
	justify-content: space-around;
    border-radius: 13px;
    -webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	
}
.benzin-price h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #474D55;
    letter-spacing: 0;
    text-align: justify;
    margin: 21px 0px 0px 0px;
}
.benzin-price h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #838589;
    letter-spacing: 0;
}
.benzin-price h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 45px;
    color: #C11D2B;
}
.benzin-price p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #838589;
}
.diesel-price h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #474D55;
    letter-spacing: 0;
    text-align: justify;
    margin: 24px 0px 0px 0px;
}
.diesel-price h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 45px;
    color: #C11D2B;
}
.diesel-price p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #838589;
}
.diesel-price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 220px;
    height: 220px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 20px 0 rgba(191,191,191,0.50);
    box-shadow: 0 4px 20px 0 rgba(191,191,191,0.50);
    -ms-flex-pack: distribute;
	justify-content: space-around;
    border-radius: 13px;
	margin-left: 20px;
}
.diesel-price:hover{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 220px;
    height: 220px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 15px 30px 0 rgba(191,191,191,0.70);
	box-shadow: 0 15px 30px 0 rgba(191,191,191,0.70);
    -ms-flex-pack: distribute;
	justify-content: space-around;
    border-radius: 13px;
    margin-left: 20px;
}
.benzin-diesel-price{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top:40px;
	justify-content: center;
}
/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #FFFFFF;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}
.footer-top{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
    height:137px;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#D9D9D9;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-bottom-color:#D9D9D9;
    background-color:white;
    color:#76797D;
    margin:0;
    padding:0;
}
.support{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
    padding: 0;
    margin: 0;
}
.support-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    margin: 30px 10px 0px 18px;
}
.support-text h3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #76797D;
}
.support-text p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #76797D;
}
ul.Footer-Social{
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}
ul.Footer-Social li{
    padding: 0px 20px 0px 20px;
    margin: 0;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color:#E6E6E6;
}
ul.Footer-Social li a:hover{
	color: #C11D2B
}
.footer-middle{
    background-color:#C11D2B;
    min-height:250px;
    padding:20px;
    text-align:justify;
    list-style-type:none;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#D9D9D9;
    background-image: url(../img/footer-bg-1.png);
    background-size:cover;
    position:relative;
    z-index:1;
}
.footer-middle::before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:#C11D2B;
    opacity:0.8;
    z-index:-1;
}
.footer-middle a{
    color: #FFFFFF;
}
.footer-middle ul{
    padding:0;
    list-style-type:none;
    color:white;
    font-size:12px;
}
.footer-middle li{
    margin-top:15px;
    color:white;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.35px;
}
.baslik{
    font-weight:700;
    font-size:16px;
    margin-bottom:20px;
    padding-bottom:8px;
    color:white;
    letter-spacing: 0.41px;
    font-family: 'Poppins', sans-serif;
}
.footer-bottom{
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size:12px;
    background-color:#C11D2B;
    height:71px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#DB002F;
}
ul.footer-text-bottom{
    list-style-type:none;
    float:left;
    margin:0;
    padding:0;
}
ul.footer-text-bottom li{
    float:left;
    color:white;
    font-weight:500;
    font-size:12px;
    margin:0px 10px 0px 0px;
    cursor:pointer;
    text-align:left;
}
.footer-text-bottom a{
    color: #FFFFFF;
}
.footer-logo{
    z-index:99;
    position: absolute;
    bottom: 5px;
    right: 0;
}
p.campaign{
	text-align: center;
	font-size: 11px;
	margin:20px 0px 0px 0px; 
	display: flex;
	color: #76797d;
	padding: 20px 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
.scrollTop {
    position: fixed;
    right: 2%;
    bottom: 10px;
    background-color: #2F353D;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index:99;
}
.scrollTop a {
    font-size: 18px;
    color: #fff;
}
.map-head h5{
    margin: 10px 0px 0px 66px;
    padding: 0;
    color: #2F353D;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
}
.form-control{
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    -webkit-box-shadow: 0 2px 1px 0 rgba(191,191,191,0.50);
    box-shadow: 0 2px 1px 0 rgba(191,191,191,0.50);
    border-radius: 13px;
    z-index: 999;
    margin:10px 0px 0px 66px;
    max-width: 320px;
}
.inner-img{
    background-size:cover;
    background-image: url("../img/inner-img.jpg");
    height: 274px;
}
.inner-content{
    margin-top: 120px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    min-height: 799px;
    -webkit-box-shadow: 0 6px 5px 0 rgba(192,192,192,0.50);
	box-shadow: 0 6px 5px 0 rgba(192,192,192,0.50);
    padding: 0px 0px 50px 0px;
}
.right-menu{
    margin-top: 120px;
    height: 389px;
    background-color: #C11D2B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    padding: 0;
}
.right-menu-head{
    background-color: #5A616A;
    height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding-left: 30px;
	
}
.right-menu-head h3{
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.right-menu-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.right-menu-text ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top:25px;
    width: 100%;
}
.right-menu-text li{
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 0px 15px 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FD184A;
}

.right-menu-text a{
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.breadcrumb{
    background-color: transparent;
    color: #5A616A;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    padding: 29px 0px 29px 0px;
    border-bottom-color: #D8D8D8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 0;
    margin:0px 51px 0px 51px;
}
li.breadcrumb-item{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
}
.breadcrumb-item a{
    color:#5A616A;
}
.breadcrumb-item a:hover{
    color:#2F353D;
}
.inner-content h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #5A616A;
    letter-spacing: 0.58px;
    margin:22px 51px 0px 51px;
}
.inner-content-ul{
    margin:38px 51px 0px 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.inner-content-li{
    list-style-image: url('../img/svg/ok.svg');
    background-color: #FBFBFB;
    padding: 30px;
    min-height: 60px;
    color: #5A616A;
}
.inner-content-li-2{
    list-style-image: url('../img/svg/ok.svg');
    background-color: #F2F2F2;
    padding: 30px;
    min-height: 60px;
    color: #5A616A;
}
.inner-content .line{
    margin: 50px 50px 0px 50px;
    background-color: #D3D3D3;
    height: 2px;
}
.inner-content .date{
    height: 20px;
    margin-top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.date h5{
    background-color: #ffffff;
    padding: 0px 32px 0px 32px;
    color: #C11D2B;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
}
.inner-content h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #5A616A;
    text-align: left;
    margin:27px 0px 0px 51px;
}
.tarihce-box{
    margin:10px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.tarihce-box .tarihce-img{
    margin:10px 0px 0px 51px;
}
.tarihce-box .tarihce-text{
    margin:10px 0px 0px 51px;
}
.tarihce-text p{
    -ms-flex-item-align: start;
	align-self: flex-start;
    margin:10px 0px 0px 0px;
    text-align: justify;
    padding-right: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #5A616A;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 25px;
}
.tarihce-text ol{
    -ms-flex-item-align: start;
	align-self: flex-start;
    margin:10px 0px 0px 0px;
    text-align: justify;
    padding-right: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #5A616A;
    font-weight: 400;
    letter-spacing: 0.44px;
    line-height: 25px;
}
.tarihce-text li{
    -ms-flex-item-align: start;
	align-self: flex-start;
    margin:20px 0px 0px 0px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #5A616A;
    font-weight: 400;
}
.tarihce-text h6{
    margin:0px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}
fieldset{
    border-color: #979797;
    border-style: solid;
    border-width: 1px;
    margin: 28px 50px 0px 50px;
}
legend{
    padding: 10px 10px 10px 10px;
    width: 10%;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #C11D2B;
    white-space:nowrap;
}
fieldset p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #5A616A;
    letter-spacing: 0.44px;
    text-align: justify;
    padding: 0px 18px 8px 18px;
}
p.content-text{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #5A616A;
    letter-spacing: 0.44px;
    text-align: justify;
    line-height: 30px;
    padding:30px 51px 0px 51px;
}
.galeri-content{
    margin: 50px 50px 0px 50px;
    padding: 0;
}
.galeri-img{
    margin-bottom: 35px;
    border-radius: 5px;
}
.galeri-img:hover {
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.15);
    opacity: 0.9;
    -webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.marka-content{
    margin: 50px 50px 0px 50px;
    padding: 0;
    display: flex;
    justify-content: center;
}
.marka-box{
    max-width: 220px;
    min-width: 220px;
    height: 220px;
    padding: 0;
    margin: 0px 15px 30px 15px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 20px 0 rgba(191,191,191,0.50);
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.marka-box:hover{
    background: #FFFFFF;
    -webkit-box-shadow: 0 15px 30px 0 rgba(191,191,191,0.70);
    box-shadow: 0 15px 30px 0 rgba(191,191,191,0.70);
    -ms-flex-pack: distribute;
    border-radius: 13px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.marka-img{
    display: flex;
    align-items: center;
}
.marka-button {
    background-color: #C11D2B;
    border: 1px solid #C11D2B;
    width:161px;
    height:40px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    align-items: center;
}
.marka-button:hover {
    background-color: #C4002A;
    border: 1px solid #C11D2B;
    width:161px;
    height:40px;
    display: flex;
    justify-content: center;
    transition-duration: 0.4s;
}
.marka-button a.btn{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
}
.haber-button {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    width:161px;
    height:40px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    align-items: center;
}
.haber-button:hover {
    background-color: #C11D2B;
    border: 1px solid #C11D2B;
    width:161px;
    height:40px;
    display: flex;
    justify-content: center;
    transition-duration: 0.4s;
}
.haber-button a.btn{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
}
.istasyon-head{
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
}
.istasyon-icon{
    display: flex;
    margin:22px 0px 0px 51px;
	
}
.istasyon-text{
    display: flex;
    margin:30px 0px 0px 20px;
    flex-direction: column;
}
.istasyon-text h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    color: #2F353D;
    margin: 5px 0px 0px 0px;
    padding: 0;
}
.istasyon-text h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #2F353D;
    margin: 5px 0px 0px 0px;
    padding: 0;
}
h3.istasyon-ozel{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 23px;
    color: #ABB0B6;
    letter-spacing: 0.67px;
    text-align: left;
    margin:46px 0px 0px 51px;
}
select{
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0 2px 1px 0 rgba(191,191,191,0.50);
    border-radius: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size:16px;
    margin:20px 0px 20px 51px;
    width: 80%;
    height:40px;
    color:#484848;
}
#aksaray, #ankara, #bursa, #canakkale, #edirne, #elazig, #izmir, #kars, #kirklareli, #kocaeli, #konya, #kutahya, #manisa, #sakarya, #sanliurfa, #van, #yalova {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
    background-color:white;
    margin:20px 51px 20px 51px;
    height:auto;
    display:flex;
    flex-direction:column;
}
.kapsa{
    padding:10px;
    margin:15px 0px 15px 0px;
    display:flex;
    flex-direction:row;
    border-bottom-color:#E7E7E7;
    border-bottom-style:solid;
    border-bottom-width:1px;
}
.gorsel{
    background-color:white;
    padding:10px;
    min-width:175px;
    min-height:175px;
    display:flex;
    flex-direction:row;
    flex-basis:25%;
}
.icerik{
    padding:10px;
    margin:0px;
    background-color:white;
    min-height:230px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.icerik p{
    color:#484848;
    font-size:14px;
    padding:10px;
    margin:0px 0px 0px 0px;
}
.icerik h3{
    font-weight:700;
    font-size:18px;
    color:#484848;
    padding:0;
    margin:0px 0px 0px 10px;
}
.icerik i{
    color:red;
}
.btn-primary{
    font-weight: 500;
    width:120px;
    height: 30px;
    border: none;
    background: #C11D2B;
    border-radius: 0px;
    margin:0px 0px 0px 10px;
    padding:0;
    font-size: 10px;
}
.btn-primary:hover{
    width:120px;
    height: 30px;
    border: none;
    background: #FF2828;
    border-radius: 0px;
    margin:0px 0px 0px 10px;
    padding:0;
}
.iletisim-content{
    margin: 50px 50px 0px 50px;
    color: #5A616A;
}
.iletisim-content p{
    margin: 50px 0px 0px 0px;
    color: #5A616A;
    font-size: 15px;
    letter-spacing: 0.44px;
    text-align: justify;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
}
.iletisim-content ul{
    list-style-type: none;
    margin: 27px 0px 0px 0px;
    padding: 0;
}
.iletisim-content li{
    padding: 20px 0px 0px 0px;
}
.iletisim-content h3{
    margin: 50px 0px 0px 0px;
    color: #5A616A;
    font-size: 20px;
    letter-spacing: 0.58px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
}
.iletisim-content .form-control{
    background-color: #FFFFFF;
    border: 1px solid #F0F0F0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 2px 1px 0 rgba(191,191,191,0.50);
    margin: 34px 0px 5px 0px;
    font-size: 15px;
    color: #5A616A;
    height: 50px;
}
.iletisim-content .form-control-3{
    background-color: #FFFFFF;
    border: 1px solid #F0F0F0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 2px 1px 0 rgba(191,191,191,0.50);
    margin: 5px 0px 0px 0px;
    font-size: 15px;
    padding: 10px;
    color: #5A616A;
    width: 100%;
    height: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
}
.iletisim-content .form-control-2{
    background-color: #FFFFFF;
    border: 1px solid #F0F0F0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 2px 1px 0 rgba(191,191,191,0.50);
    margin: 5px 0px 0px 0px;
    font-size: 15px;
    padding: 18px;
    color: #5A616A;
    width: 100%;
    height: 150px;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
}
.form-group{
    margin-top: 20px;
    padding: 0;
    z-index: -1;
}
.maps{
    margin: 30px 0px 0px 0px;
    padding: 10px;
    box-shadow: 0 2px 1px 0 rgba(191,191,191,0.50);
}
.akaryakit-fiyatlari{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top:40px;
    padding: 0px 0px 0px 40px;
}
.akaryakit-benzin{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 220px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 20px 0 rgba(191,191,191,0.50);
    box-shadow: 0 4px 20px 0 rgba(191,191,191,0.50);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 13px;
    margin:20px 0px 0px 10px;
}
.akaryakit-benzin:hover{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 220px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 15px 30px 0 rgba(191,191,191,0.70);
    box-shadow: 0 15px 30px 0 rgba(191,191,191,0.70);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 13px;
    margin:20px 0px 0px 10px;
}
.akaryakit-benzin h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #474D55;
    letter-spacing: 0;
    text-align: justify;
    margin: 21px 0px 0px 0px;
}
.akaryakit-benzin h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #838589;
    letter-spacing: 0;
    margin: 21px 0px 0px 0px;
}
.akaryakit-benzin h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 45px;
    color: #C11D2B;
}
.akaryakit-benzin p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #838589;
}
.akaryakit-diesel h3{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #474D55;
    letter-spacing: 0;
    text-align: justify;
    margin: 24px 0px 0px 0px;
}
.akaryakit-diesel h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 45px;
    color: #C11D2B;
}
.akaryakit-diesel p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #838589;
}
.akaryakit-diesel{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 220px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 20px 0 rgba(191,191,191,0.50);
    box-shadow: 0 4px 20px 0 rgba(191,191,191,0.50);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 13px;
    margin:20px 0px 0px 10px;
}
.akaryakit-diesel:hover{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 220px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 15px 30px 0 rgba(191,191,191,0.70);
    box-shadow: 0 15px 30px 0 rgba(191,191,191,0.70);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 13px;
    margin:20px 0px 0px 10px;
}
.benzin-diesel-price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top:10px;
}
.akaryakit-fiyatlari{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top:20px;
}
b.misyon{
    color: #C11D2B;
}
.haber-box{
    background-color:#2F353D;
    max-width:222px;
    min-height:258px;
    padding:20px;
    margin:10px 0px 0px 0px;
    text-align:left;
    background-image: url(../img/haber-bg.jpg);
    background-size:cover;
    position:relative;
    z-index:1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.haber-box::before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background-color:#2F353D;
    opacity:0.7;
    z-index:-1;
}
.haber-box h3{
    z-index: 99;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.haber-box h4{
    z-index: 99;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.93px;
    padding: 0;
    margin: 0;
}
.haber-box p{
    z-index: 99;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 10px;
    padding: 0;
    margin: 0;
}
.example-image{
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
	background-color:#FFFFFF;
	padding:10px;
}

@media (min-width: 0) and (max-width: 768px) {
	.nav__link-wrapper {
		width: 100%;
	}
	.nav__link-wrapper.expanded {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: fixed;
		top: 150px;
		left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
        -ms-flex-pack: justify;
		justify-content: space-between;
		flex-direction: column;
		font-size: 40px;
		color: white;
		z-index: 99;
		font-family: 'Oswald', sans-serif;
		font-weight: 600;
	}
	.nav__link-wrapper.expanded:before {
		content: "";
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #C11D2B;
		opacity: 0.9;
		z-index: -1;
		-webkit-animation: fadeIn 0.3s 1;
		animation: fadeIn 0.3s 1;
	}
	.nav__link-wrapper.expanded li {
		opacity: 0;
		-ms-flex-item-align: center;
        align-self: center;
	}
	.nav__link-wrapper.expanded li:nth-child(1) {
		-webkit-animation: slideFadeIn 0.15s 1;
		animation: slideFadeIn 0.15s 1;
		-webkit-animation-delay: 0.05s;
		animation-delay: 0.05s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	.nav__link-wrapper.expanded li:nth-child(2) {
		-webkit-animation: slideFadeIn 0.15s 1;
		animation: slideFadeIn 0.15s 1;
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	.nav__link-wrapper.expanded li:nth-child(3) {
		-webkit-animation: slideFadeIn 0.15s 1;
		animation: slideFadeIn 0.15s 1;
		-webkit-animation-delay: 0.15s;
		animation-delay: 0.15s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	.nav__link-wrapper.expanded li:nth-child(4) {
		-webkit-animation: slideFadeIn 0.15s 1;
		animation: slideFadeIn 0.15s 1;
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	.owl-next{ 
		width: 40px;
		height: 40px;
		right: 0;
		color:#F0F0F0;
		cursor:pointer;
		background-color:#FFFFFF;
		padding:5px 5px 5px 15px;
	}
	.owl-next:hover{ 
		right: 0;
		color:#FFFFFF;
		cursor:pointer;
		background-color:#F0F0F0;
		padding:5px 5px 5px 15px;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
		-webkit-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
	}
	.owl-prev{
		width: 40px;
		height: 40px;
		left: 0;
		color:#6979F8;
		cursor:pointer;
		background-color:#FFFFFF;
		padding:5px 5px 5px 5px;
	}
	.owl-prev:hover{
		left: 0;
		color:#FFFFFF;
		cursor:pointer;
		background-color:#F0F0F0;
		padding:5px 5px 5px 5px;
		-webkit-transition-duration: 0.4s;
		transition-duration: 0.4s;
		-webkit-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
	}
	.owl-nav{
		position: absolute;
		bottom: 20px;
		right: 40px;
		height: 40px;
		width: 80px;
		background-color:#FFFFFF;
		cursor: pointer;
	}
	#aksaray, #ankara, #bursa, #canakkale, #edirne, #elazig, #izmir, #kars, #kirklareli, #kocaeli, #konya, #kutahya, #manisa, #sakarya, #sanliurfa, #van, #yalova {
		box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
		background-color:white;
		margin:20px 30px 20px 30px;
		height:auto;
		display:flex;
		flex-direction:column;
	}
	.index-istasyon{
		height: 700px;
		background-color: #2F353D;
		margin:0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	.price-content{
		position: relative;
		margin-top: -60px;
		height: 630px;
		background: #FFFFFF;
		-webkit-box-shadow: 0 20px 30px 0 rgba(47,53,61,0.08);
		box-shadow: 0 20px 30px 0 rgba(47,53,61,0.08);
		margin-bottom: 39px;
	}
	.map{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-image: url(../img/svg/map-mobile.svg);
		margin: 25px 0px 0px 10px;
		background-repeat: no-repeat;
		padding: 0;
	}
	.form-control{
		width: 60%;
	}
	.price-text{
		margin:55px 10px 0px 10px;
		padding: 0;
	}
	.price-text h2{
		font-family: 'Poppins', sans-serif;
		font-weight: 900;
		font-style: italic; 
		font-size: 24px;
		color: #C11D2B;
		margin: 5px 0px 0px 0px;
		padding: 0;
	}
	.price-text h3{
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 24px;
		color: #2F353D;
		margin: 5px 0px 0px 0px;
		padding: 0;
	}
	.price{
		margin:55px 0px 0px 10px;
		padding: 0;
	}
	.location-button {
		background: #C11D2B;
		-webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.50);
		box-shadow: 0 2px 1px 0 rgba(0,0,0,0.50);
		border-radius: 6px;
		width:150px;
		height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-top: 38px;
	}
	.location-icon{
		width: 32px;
		height: 32px;
		margin: 0px 5px 0px 0px; 
		background-color: #FFFFFF;
		border-radius: 4.5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.location-button, a.btn{
		color: white;
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 14px;
	}
	.location-button, a.btn:hover{
		color: white;
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 14px;
	}
    .benzin-price h3{
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: #474D55;
        letter-spacing: 0;
        text-align: justify;
        margin: 21px 0px 0px 0px;
	}
    .benzin-price h6{
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: #838589;
        letter-spacing: 0;
	}
    .benzin-price h1{
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 35px;
        color: #C11D2B;
	}
    .benzin-price p{
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: #838589;
	}
    .diesel-price h3{
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: #474D55;
        letter-spacing: 0;
        text-align: justify;
        margin: 24px 0px 0px 0px;
	}
    .diesel-price h1{
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        font-size: 35px;
        color: #C11D2B;
	}
    .diesel-price p{
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 15px;
        color: #838589;
	}
    .footer-middle li.baslik{
        font-weight:700;
        font-size:12px;
        margin-bottom:2px;
        padding: 0;
        color:white;
        letter-spacing: 0.41px;
        font-family: 'Poppins', sans-serif;
	}
    .footer-middle li{
        margin-top:15px;
        color:white;
        font-size: 12px;
        font-family: 'Poppins', sans-serif;
	}
    .support-text h3{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #76797D;
	}
    .support-text p{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: #76797D;
	}
    .support img{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
        width: 20%;
        margin: 0px 0px 0px 15px;
	}
    ul.Footer-Social li{
        padding: 0px 5px 0px 5px;
        margin: 0;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color:#E6E6E6;
	}
    ul.Footer-Social li img{
        width: 80%;
	}
    ul.Footer-Social li a:hover{
        color: #C11D2B
	}	
	
    .scrollTop {
        display: none;
	}
    .location-text h2{
        font-family: 'Poppins', sans-serif;
        font-weight: 900;
        font-style: italic;
        font-size: 24px;
        color: #ffffff;
        margin: 5px 0px 0px 0px;
        padding: 0;
	}
    .location-text h3{
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 24px;
        color: #ffffff;
        margin: 5px 0px 0px 0px;
        padding: 0;
	}
    .location img{
        width:70%;
	}
    .price img{
        width:70%;
	}
    ul.footer-text-bottom li{
        float:left;
        color:white;
        font-weight:500;
        font-size:10px;
        margin:0px 10px 0px 0px;
        text-align:left;
	}
    .footer-text-bottom a{
        color: #FFFFFF;
	}
    .desktop{
        display: none;
	}
    .tarihce-box{
        margin:10px 0px 0px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
        -webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
    fieldset p{
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 15px;
        color: #5A616A;
        letter-spacing: 0.44px;
        text-align: left;
        padding: 0px 18px 8px 18px;
	}
    .inner-content-ul{
        margin:38px 20px 0px 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 15px;
	}
    .istasyon-icon img{
        width:70%;
	}
    .istasyon-text{
        padding: 0;
        margin: 30px 0px 0px 0px;
	}
    .kapsa{
        padding:10px;
        margin:15px 0px 15px 0px;
        display:flex;
        flex-direction:column;
        border-bottom-color:#E7E7E7;
        border-bottom-style:solid;
        border-bottom-width:1px;
	}
    .icerik h3{
        font-weight:700;
        font-size:16px;
        color:#484848;
        padding:0;
        margin:0px 0px 0px 0px;
	}
    .icerik p{
        color:#484848;
        font-size:14px;
        padding:10px 0px 0px 0px;
        margin:0px 0px 10px 0px;
	}
    .btn-primary{
        font-weight: 500;
        width:120px;
        height: 30px;
        border: none;
        background: #C11D2B;
        border-radius: 0px;
        margin:10px 0px 0px 0px;
        padding:0;
        font-size: 10px;
	}
    .akaryakit-benzin h3{
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: #474D55;
        letter-spacing: 0;
        text-align: justify;
        margin: 21px 0px 0px 0px;
	}
    .akaryakit-benzin h6{
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 13px;
        color: #838589;
        letter-spacing: 0;
	}
    .akaryakit-benzin h1{
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 35px;
        color: #C11D2B;
	}
    .akaryakit-benzin p{
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: #838589;
	}
    .akaryakit-diesel h3{
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: #474D55;
        letter-spacing: 0;
        text-align: justify;
        margin: 24px 0px 0px 0px;
	}
    .akaryakit-diesel h1{
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 35px;
        color: #C11D2B;
	}
    .akaryakit-diesel p{
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 12px;
        color: #838589;
	}
    .akaryakit-fiyatlari{
        margin:10px 0px 0px 0px;
        padding: 0;
	}
    .icerik{
		height: auto;
	}
	p.campaign{
		text-align: center;
		font-size: 11px;
		margin:0px; 
		display: flex;
		color: #76797d;
		padding: 25px 40px;
		font-family: 'Poppins', sans-serif;
		font-weight: 300;
	}
	
	
	
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .scrollTop{
        display: none;
	}
    .mobile{
        display: none;
	}
    .marka-box{
        max-width: 180px;
        min-width: 180px;
        height: 180px;
        padding: 0;
        margin: 0px 15px 30px 15px;
        background-color: #FFFFFF;
        box-shadow: 0 4px 20px 0 rgba(191,191,191,0.50);
        border-radius: 13px;
	}
}
@media (min-width: 768px) and (max-width: 4000px) {
    .mobile{
        display: none;
	}
}

@media (min-width: 768px) {
	.nav__link-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.nav__link-wrapper.expanded:before {
		content: normal;
	}
	.nav__link-wrapper li {
		opacity: 0;
	}
	.nav__link-wrapper li:nth-child(1) {
		-webkit-animation: slideFadeInAlt 0.15s 1;
		animation: slideFadeInAlt 0.15s 1;
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	.nav__link-wrapper li:nth-child(2) {
		-webkit-animation: slideFadeInAlt 0.15s 1;
		animation: slideFadeInAlt 0.15s 1;
		-webkit-animation-delay: 0.05s;
		animation-delay: 0.05s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	.nav__link-wrapper li:nth-child(3) {
		-webkit-animation: slideFadeInAlt 0.15s 1;
		animation: slideFadeInAlt 0.15s 1;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	.nav__link-wrapper li:nth-child(4) {
		-webkit-animation: slideFadeInAlt 0.15s 1;
		animation: slideFadeInAlt 0.15s 1;
		-webkit-animation-delay: -0.05s;
		animation-delay: -0.05s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	.nav__burger-button {
		display: none;
	}
	
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes slideFadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(-100px, 0);
		transform: translate(-100px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes slideFadeIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(-100px, 0);
		transform: translate(-100px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@-webkit-keyframes slideFadeInAlt {
	0% {
		opacity: 0;
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@keyframes slideFadeInAlt {
	0% {
		opacity: 0;
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}



