﻿@charset "utf-8";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
	/*background-image:url('../img/background.png');*/
	background-repeat:no-repeat;
	background-size:100%;
	background-color:#1b676a
}

body.odeme {background-color:#00585d;background-image:none;}

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-repeat: repeat-x;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(top, #5bc0de, #2f96b4);
    border-left-color: #2f96b4;
    border-right-color: #2f96b4;
    border-top-color: #2f96b4;
    border-bottom-color: #1f6377;
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

 *{outline:0;}
 



[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

/* radio aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: -9px;
  width: 30px; height: 30px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 15px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '•';
    position: absolute;
    top: -35px;
    left: -4px;
    font-size: 80px;
    color: #184f51;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}




@-moz-document url-prefix() {
[type="radio"]:checked + label:after {
    top: -35px;
    left: -4px;

}
}

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after {
  color: #999;
}
[type="radio"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {

}
/*******************************************/

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

/* radio aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: -9px;
  width: 30px; height: 30px;
  border: 1px solid #aaa;
  background: #f8f8f8;

  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: -13.5px;
    left: 5px;
    font-size: 28px;
    color: #2C3E50;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {

}
/*******************/

#kullanimKosullariBox:not(:checked) + label:before,
#kullanimKosullariBox:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: -3px;
  width: 20px; height: 20px;
  border: 1px solid #616e7c;
  background: transparent;

  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
#kullanimKosullariBox:not(:checked) + label:after,
#kullanimKosullariBox:checked + label:after {
    content: '✔';
    position: absolute;
    top: -5.5px;
    left: 4px;
    font-size: 17px;
    color: white;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

/******************/

#mesafeliSatisBox:not(:checked) + label:before,
#mesafeliSatisBox:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: -3px;
  width: 20px; height: 20px;
  border: 1px solid #cacfd3;
  background: transparent;

  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
#mesafeliSatisBox:not(:checked) + label:after,
#mesafeliSatisBox:checked + label:after {
    content: '✔';
    position: absolute;
    top: -5.5px;
    left: 4px;
    font-size: 17px;
    color: #2c3e50;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

/******************/




/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}


 .contentForm {width:1038px; margin:0px auto}
 
.formContainers {width:730px; margin:0px auto; text-align:center;}
.formContainers h2 {font-family:'Bree-Bold'; font-size:42px; color:White; margin-bottom:60px;}

.textInput {width:295px;
 height:45px;
 margin-bottom:10px;
 background-color:#fff !important;
 border:0px;
 color:#474747 !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding-left:10px;
font-size:20px;
}
.textInput.floated {float:left; margin-left:23px;}

label.inputLabel {color:#474747;font-family:'GothamXNarrow-Book'; width:305px; display:inline-block; text-align:left }
label.inputLabel.right {margin-left:60px;}
label.inputLabel .gerekli {color:red;}
label.inputLabel.floatRight {float:right;}
label.inputLabel.floatLeft {float:left;}
.marginLeft25 {    margin-left: 25px;}

.fatura label.inputLabel.right  {margin-left:35px;}


.kkYil  {width:150px !important}
.kkAy {width:150px !important}
#rblOdemeTuru { 
    width: 295px;
    color: white;
    display: block;
    margin:30px auto;
	color:white;
	}
#rblOdemeTuru td {width:150px;}	



#rblCinsiyet {    margin-top: 70px;
    width: 295px;
    color: white;
    display: block;
    margin-left: -70px;	
	}
#rblCinsiyet td {width:150px;}	


#txtTelefon {    margin-right: 25px;
    float: right;}
.telefonLabel {margin-right:25px;}	



.cinsiyetLabel { font-size:22px; color:White; font-family:'GothamXNarrow-Book';}
.cinsiyetLabel.erkek {margin-right:40px;}


.radioLabel { font-size:22px; color:White; font-family:'GothamXNarrow-Book';}
.radioLabel.bireysel {margin-right:50px;}

#rblFatura {margin:0px auto;color: white;margin-bottom: 40px;}
#rblFatura td {width:178px;}


.down {
 
    -webkit-transition: margin-top 0.3s ease, box-shadow 0.3s ease ;
    -moz-transition: margin-top 0.3s ease, box-shadow 0.3s ease;
    transition: margin-top 0.3s ease, box-shadow 0.3s ease;
 
    background:#fcfcfc;
    border: solid 1px #b8b7b7;
	border-radius:5px;
	display:inline-block;
	padding:10px 40px;
	font-family:'GothamXNarrow-Bold';
	color:#3fb8af;
	font-size:16px;
	outline:0;
font-size:33px;
 
    -webkit-box-shadow: 0px 9px 0px #b0b0b0;
    -moz-box-shadow: 0px 9px 0px #b0b0b0;
    box-shadow: 0px 9px 0px #b0b0b0;
	cursor:pointer
    }   
	
	
.down span {font-family:'GothamXNarrow-Book';}	
 
/* When the button is clicked */
.down:active{
 
    -webkit-transition: margin-top 0.2s ease, box-shadow 0.2s ease;
    -moz-transition: margin-top 0.2s ease, box-shadow 0.2s ease;
    transition: margin-top 0.2s ease, box-shadow 0.2s ease;
 
    margin-top:9px;
	
 
    -webkit-box-shadow: 0px 0px 0px #b0b0b0;
    -moz-box-shadow: 0px 0px 0px #b0b0b0;
    box-shadow: 0px 0px 0px #b0b0b0;
}

.downbuttonContainer {height:60px;text-align:center;margin-top:40px;}
.downbuttonContainer.sendButton {margin-top:0px;height:70px; }


p {font-family:'GothamXNarrow-Book'; color:white; font-size:30px; text-align:center;}
p span.bold {font-family:'GothamXNarrow-Bold';}
p.logoText {margin:30px 0px}

.dergiBtnContainer {width:700px; margin:50px auto; margin-bottom:15px; }
.dergiBtnContainer + p {margin-bottom:60px;font-size:1.9em;}
.form-group {}
.textInput.right {margin-left:60px;}
.form-group.radio {width:300px;float:left;  padding-top:15px;}
.form-group.radio.teslimat {width:300px;float:initial;  padding-top:15px; padding-bottom:60px; margin:0px auto}


.form-group.teslimat {width:300px; float:left; /*margin-left:25px*/}
.form-group.Adres textarea {width:300px; float:left; height:136px; border:0px; border-radius:10px; /*margin-left:60px;*/ background-color:#fff;
 border:0px;
 color:#474747;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding-left:10px;
font-size:20px;}

.form-group.Adres.teslimat textarea { height:135px; }
.form-group.Adres.fatura textarea { height:135px; }

.dergiImg {width:350px; float:left;}
.dergiImg img {width:100%}
.abonelikBtnContainer {width:350px; float:left;}

.clearfix {clear:both}

.teslimatKopyaLabel {    top: 40px;
    left: -15px;}

.odemeTextBox {
height:300px; 
 background-color:white;
 padding:10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position:relative;

}	

.odemeTextBox a {color:#2C3E50; text-decoration:underline;}
.odemeTextBox a:hover{color:black;}

.odemeTextBox p {    line-height: 24px;
    font-size: 21px; text-align:left; color:#2c3e50;    margin: 11px 0px;}	
	
	
body {transition:background-position-y 1s ease; }
.hideThis {display:none;}

.kkSonKullanmaBox {display:inline-block}
.kkSonKullanmaBox select {height:60px; width:147.5px;background-color:#7da9aa;color:white;font-size: 20px; text-align:left; border:0px;}




::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}

.havaleEftLink {display:inline-block; position:absolute; bottom:0px; right:10px; font-size:16px; background-image:url('../img/leftArrow.png'); background-repeat:no-repeat; padding-left:10px; background-position:left center}

.teslimatKopyaGroup {margin:20px 0px}

.teslimatKopyalaBtN {display:inline-block}
.teslimatKopyala {font-size:19px;    font-size: 19px;
    width: 302px;
    /*margin-left: 26px;*/}

	.footer {margin-top:50px;margin-bottom:70px;}
	.footerText {width: 410px;
    text-align: center;
    font-size: 24.266667px;
    margin: 20px auto;}
	.footerText  a {color:white;text-decoration:none}	
	
.smicon {width:32px; height:32px; display:inline-block; background-repeat:no-repeat}	
.smicon.facebook {background-image:url('../img/facebook_icon.png')}
.smicon.facebook:hover {background-image:url('../img/facebook_icon_hover.png')}

.smicon.twitter {background-image:url('../img/twitter_icon.png')}
.smicon.twitter:hover {background-image:url('../img/twitter_icon_hover.png')}


.smicon.insta {background-image:url('../img/insta_icon.png')}
.smicon.insta:hover {background-image:url('../img/insta_icon_hover.png')}

.smicon.linkedin {background-image:url('../img/linkedin_icon.png')}
.smicon.linkedin:hover {background-image:url('../img/linkedin_icon_hover.png')}

.havalePopover {left: 100%;
    position: absolute;
    top: -17px;
	display:none;}
	
.havaleLink:hover .havalePopover {display:inline-block}
	
.havaleLink {display:inline-block; margin-top:22px; color:white;position:relative}	
.havalequest {width:30px;vertical-align:middle; margin-top: -3px;}


/**/
.ccvPopover {left: 100%;
    position: absolute;
    top: -30px;
	display:none;
	width:200px;
	
	}
	
.ccvLink:hover .ccvPopover {display:inline-block}
	
.ccvLink {display:inline-block; margin-top:22px; color:white;position:relative}	
.ccvquest {width:30px;vertical-align:middle; margin-top: -3px;}

/**/

.alignLeft {text-align:left}

.odemeTextBox .bold {font-family:'GothamXNarrow-Bold';}

.sozlesmeContent h1{font-size:38px;color:black;font-family:'GothamXNarrow-Bold';}


.sozlesmeContent h2 {  font-size: 28px;
    color: black;
    text-align: left;
    margin: 20px 0px;
	    font-family: 'GothamXNarrow-Medium';
	}
.sozlesmeContent p {    font-size: 16px;
    color: black;
    text-align: left;
    margin: 20px 0px;}
	
.sozlesmeInlineLink {color:white; text-decoration:underline;}	
.sozlesmeInlineLinkBlack {color:#2c3e50; text-decoration:underline}
	
.container {width:1254px; margin:0px auto; min-height:100px; margin-top:50px}	


.sidebarSozlesme {width:250px;float:left; background-color:blue;min-height:250px; position:fixed}
.sidebarSozlesme a {display:block}


.contentSozlesme { background-color: rgba(255,255,255,0.9);
    width: 955px;
    padding: 10px;
   float:right;
    margin-left: 29px; display:none;}
.contentSozlesme h1{font-size:38px;color:black;font-family:'GothamXNarrow-Bold';}

.contentSozlesme h2{font-size:20px;font-family:'GothamXNarrow-Bold';color:black;}
.contentSozlesme h3 {font-family:'GothamXNarrow-Bold';color:black;}

.contentSozlesme p{text-align:left; font-size:16px;color:black; margin:15px 0px } 

.sozlesmeLink {    font-family: GothamxNarrow-Medium;text-decoration: underline;font-size:17px;color:white;margin: 7px;}

.odemeBox {width:80%;height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto ;}
.odemeImg {display:block; margin:0px auto; width:50%}
.odemeText {margin-top:15px;}
.odemeText .underlined {text-decoration:underline}

.tarlaseraInline{    height: 25px;
    padding: 0px 7px;}
	
	
	
.backButtonContainer {width:670px;  height:50px; margin:0px auto;}	
.backButton {width:50px; height:50px; float:right; background-image:url('../img/backButton.png');
-moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;}
.backButton:hover {background-image:url('../img/backButtonHover.png')}

.slimScrollBar {background-color:white !important
}


.form-group.Adres.fatura {float:left;}


		.textInput {display:block}
		label.inputLabel {display:block;}
		#rblCinsiyet {display:block;margin-left: initial; }

		#txtTelefon {float:initial; margin-right:initial}

		.col {float:left; padding-left: 20px; margin-right:20px;}
		.col.right {margin-left:40px; margin-right:20px;}

		.fatura label.inputLabel.right {margin-left:60px;}
		
		.kkAy {float:left;margin-top:28px}
		.kkYil {float:left;margin-top:28px;}

.kredikartiLabel {margin-right:25px;}



.v2-wrap {
    width:100%; background-color:#bed4d4; border-radius:6px; display: inline-block; padding-top: 20px; padding-bottom: 20px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
	.textInput {
		width: 295px;
		height: 46px;
		margin-bottom: 15px;
		background-color: #7da9aa;
		border: 0px;
		color: white;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding-left: 10px;
		font-size: 20px;
	}

	.form-group.Adres.teslimat textarea {
		height: 135px;
	}

	#rblFatura {
		margin: 0px auto;
		color: white;
		margin-bottom: 30px;
	}

	.form-group.Adres.fatura textarea {
		height: 128px;
	}

	.downbuttonContainer {
		height: 60px;
		text-align: center;
		margin-top: 29px;
	}
}



@media screen and (max-width: 1024px) {
.textInput {height:45px;}
.form-group.Adres.fatura textarea {
    height: 135px;
}
.form-group.Adres.teslimat textarea {
    height: 135px;
}

#rblCinsiyet {margin-top:35px;}
.formContainers h2 {margin-bottom:20px;}
.headerImg {width:400px;}

p.logoText {margin:15px 0px;}
p {font-size:22px;}
.backButtonContainer {height:40px;}
.backButton {width: 40px;
    height: 40px;
    background-size: 100%;}

}

		
@media screen and (max-width: 767px) {

.kkSonKullanmaBox {width:100%}
.kkSonKullanmaBox select {    width: 49%;}

.kkAy {width:50% !important}
.kkYil {width:50% !important}

.ccvPopover {
    left: 0px;

    top: 100%;
	}
.havalePopover {
    margin-top: 12px;
    top: 100%;
    right: 0px;}

	
	
	
p {    font-size: 23px;}

.odemeTextBox p {font-size:18px; margin-bottom:20px;}
.odemeTextBox {height:auto;}

.havaleEftLink {margin-bottom:-13px;}
.odemeTextBox .bold {display:block;}

.textInput {width:100%}
.textInput.right {margin-left:0px}

label.inputLabel.right {   margin-left: 0px; }

#txtTelefon {margin-right:0px;
float:initial}

.form-group.teslimat {
width: 100%;
margin-left:0px;
}

.headerImg {width:90%}
.footerImg {width:90%}

.form-group.Adres textarea {width: 100%;    margin-left: 0px; }

.textInput.floated {margin-left:0px;}

.dergiBtnContainer {width: 100%;}

.dergiImg {
    width: 100%;
}

.dergiImg img {width: 290px;}

.abonelikBtnContainer {width:100%}
.logoText {font-size:22px;}

.down {    padding: 3px 25px;    font-size: 28px;}

.teslimatKopyala {width:100%;  margin-left: 0px; }

.formContainers h2 {
    
    font-size: 36px;
    margin-top:30px;
    margin-bottom: 30px;}

	.formContainers {width:100%}
	
.sozlesmeLink {display:block;}	


.slimScrollDiv {height: auto !important; overflow:visible}
/*.slimScrollBar {display:none !important;}
.fp-scrollable {height:auto !important}*/

.col {float:initial}
.col.right {margin-left:0px;margin-top: 30px;}
.col.right .Adres:first-child {margin-top: 20px;}
.form-group.Adres.fatura {float:initial}
.fatura label.inputLabel.right {margin-left:0px;}


.backButtonContainer {width:90%; margin-top:45px}
.footerText {width:90%}
.radioLabel {font-size:18px;}
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}

	
.havaleFormBaslik {    font-family: 'Bree-Bold';
    font-size: 42px;
    color: White;
    margin-bottom: 60px;
    text-shadow: -3px -3px 12px rgba(0, 0, 0, 1); text-align:center}

.havaleFormContainer label.inputLabel {display:block !important}	

.havaleFormContainer {width:305px; margin:0px auto;}

.havalePostBack {color:white; margin-top:15px;}	



/**/
     .error {
            background-color: #E25252 !important;
        }

        .lastButton {
            margin-top: 40px;
        }

        #header {
            position: relative;
            width: 700px;
            height: 0px;
            z-index: 5;
            background-color: #1B676A;
            left: 0px;
            right: 0px;
            margin: auto;
            padding-top: 20px;
            -moz-transition: opacity 0.3s ease-out;
            -o-transition: opacity 0.3s ease-out;
            -webkit-transition: opacity 0.3s ease-out;
            -ms-transition: opacity 0.3s ease-out;
            transition: opacity 0.3s ease-out;
        }

            #header.hide {
                opacity: 0;
            }

        #headerBg {
            position: absolute;
            z-index: 4;
            width: 700px;
            height: 50px;
            background-color: #1B676A;
            top: 0px;
        }

        .nav {
            width: 30px;
            height: 30px;
            display: inline-block;
            background-color: #1C5153;
            line-height: 30px;
            text-align: center;
            color: white;
            font-size: 18px;
            font-family: 'Bree-Bold';
            border-radius: 40px;
            position: relative;
            z-index: 6;
        }




            .nav.valid {
                 background-color: #29989D;         
            }

            .nav.aktif {

				background-color: #17DA77;
            }

            .nav.novalid {
                background-color: #E25252;
            }

        .line {
            width: 92px !important;
            display: inline-block;
            height: 3px;
            background-color: #1C5153;
            position: relative;
            top: -4px;
            z-index: 6;
        }

        .odemeTuruMesaj {
            height: 0px;
            color: #E6D3D3;
            font-size: 20px;
            font-family: 'GothamXNarrow-Bold';
            visibility: hidden;
        }

            .odemeTuruMesaj.show {
                visibility: visible;
            }

        .kullanimKosullariMesaj {
            height: 0px;
            color: #E6D3D3;
            font-size: 20px;
            font-family: 'GothamXNarrow-Bold';
            visibility: hidden;
            margin-top: 20px;
        }

        .kullanimKosullariMesaj.show {
            visibility: visible;
        }

        .hideThis {
            display: none;
        }

		@media screen and (max-width: 767px) {
		#header {display:none;}
		}

.abonelikBaslangicTarih{height:45px; width:100%;background-color:#fff;color:#474747 !important;font-size: 20px; text-align:left; border:0px; 
    margin: 0px auto 15px 0px;border-radius: 4px;}
.abonelikBaslangicTarihLabel {width:225px !important; margin:0px auto}
	
	
	
	.lastBackButton {margin-top:110px;}
	.tarlasera-site-box {position:absolute;left:0px; top:0px; width:18%;    max-width: 300px;z-index: 10;}
	.tarlasera-icindekiler-box {position:absolute;right:0px; top:0px; width:18%;z-index: 10;}
	
	
	
	
	.tabbar  {height:50px;width:100%; background-color:#404040; position:fixed; bottom:0px; z-index:30; display:none;}
	.tabbar .cell {top: 5px;position: absolute;width: 50%; height: 40px;}
	.tabbar .cell img {position:absolute; top:0px; left:0px; right:0px; bottom:0px; margin:auto;width:auto; height:40px;}
	.tabbar .cell.Left {left:0px; border-right:1px solid #8f8d8d}
	.tabbar .cell.Right {right:0px;}


	
		@media screen and (max-width: 1024px) {
		
		#header {width: 520px;    position: absolute;
    top: 50px;}
		#headerBg {    width: 528px;
       height: 155px;   top: -99px;}
	.line {    width: 58px !important;}
		}
		
		@media screen and (max-width: 768px) {
		.tarlasera-site-box {width:30%}
		.tarlasera-icindekiler-box {width:30%}
		.lastBackButton {margin-top:185px;}
		#header {top:120px;}
		#headerBg {
			height: 180px;
			top: -125px;}
			
			
			
			
		}	
	@media screen and (max-width: 767px) {
	.tarlasera-site-box,.tarlasera-icindekiler-box {display:none}
	.tabbar {display:block;}
	.formButtons {
		padding-bottom:50px;
	}
	.content-wrap section {
		padding: 1em 10px 1em 10px !important;
	}
}
.odemetercihi{
	margin-bottom: 10px;
	font-family:'Bree-Bold';
	/*margin-bottom: 90px*/
}
.odemetercihi>label:nth-child(1) {
	display: block;
	width: 100% !important;
	margin-bottom: 15px;
	color: #474747;
}

.adresCheck {
	position: relative;
	width: calc(100% - 40px) !important;
	text-align: left;
	padding-right: 40px;
	top:20px;
	margin-left:20px !important;
	margin-bottom: 20px;
	font-family:'GothamXNarrow-Book' !important;
	color: #474747;
	font-size: 0.9em;
}
.formButtons{
	/*position:relative;*/
	max-width: 730px;
	height: 100%;
    float: right;
	/*width: 100%;
	top: -70px;*/
}
.devamEtBtnF{width:198px;}
label.error{display:none !important;}
.tabs {
	margin-top:40px !important;
	margin-bottom:40px !important;
}

.odemetercihi table{
    width: 100%;
}
/* Satin Al Sayfası başlangıcı*/
.SayisecimiBtn {
  margin-left: 0px;
}
#Adet {
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .SayisecimiBtn {
    margin-left: 0px;
  }
  #Adet {
    margin-left: 0px;
  }

}
.SayisecimiBtn input {
  position:absolute;
  height: 46px;
  padding-left: 23px;
  padding-right: 23px;
  width: 80px;
  text-align: center;
}
.SayisecimiBtn div {
  position: absolute;
  height: 46px;
  width: 23px !important;
  background: #86b3b0;
}
.SayisecimiBtn .eksi {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.SayisecimiBtn .arti {
  margin-left:57px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.SayisecimiBtn div label {
  text-align:center;
  line-height:46px;
  height: 46px;
  width: 23px !important;
  color:#474747;
  font-size:1.4em;
  cursor: pointer;
}
.SayisecimiBtn div label:hover {
    background: #a5bdbd;
}
.SayisecimiBtn .eksi label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.SayisecimiBtn .arti label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rapor {
  margin-left:115px;
  font-size: 1em;
  margin-top:-10px;
  font-family: 'GothamXNarrow-Book';
  color: #474747;
  text-align: left !important;
   
}
.rapor img {
    position:absolute;
    margin-top: 7px;
    margin-left:-12px;
}
.rapor div {
  margin-left: 45px;
  margin-top:7px;
}
.topheader {
  display:none;
}
@media screen and (max-width: 767px) {
  .topheader {
    display: block;
  }
}
.fiyatYurtici {
    font-size: 16px;
    position: relative;
    top:-15px;
}

.abonelikBaslangicTarihLabel {
    margin-left:0 !important;
}
.tsSatinF {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
}