body {
	background: #ececec;
}

form.formular, .validationEngineContainer {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 20px;
	border: 1px solid #A5A8B8;
	width: 300px;
	margin: 0 auto;
}
.formular fieldset {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #B5B8C8;
}

.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	display:block;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input,.formular select,.formular textarea {
	display: block;  /* this breaks relative positioning */
	margin-bottom: 5px;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF repeat-x;
}

.formular textarea {
	width: 250px;
	height: 70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF repeat-x;
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox, .formular .radio {
	display: inline;
}

.formular .submit {
	
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor: pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

.formular input[data-prompt-position="inline"] {
	display: inline;
}

.footnote {
	font-size: 11px;
	color: #666;
	font-style: italic;
}

.prompt-target {
	border: 1px dotted #666;
	min-height: 21px;
}

.inline-prompts label>span{
	display: inline-block;
	width: 250px;
}

.inline-prompts .text-input+.formError{
	margin-left: 10px;
}

.prompt-summary .inline {
	display: block;
}










/*FORM*/
.contact_form ul { margin: 0px; padding: 0px; }
.contact_form li {margin: 0px 0px 7px; padding: 0px; list-style: none; font-size: 8pt; position: relative; color: #fff;float: left;width: 100%;max-width: 350px;}
.contact_form .form-text,
.contact_form .form-textarea { width: 100%; /*+box-sizing:border-box;*/ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;height: 34px; line-height: 32px; padding-left: 8px; font-family: "Open Sans";}
.contact_form .form-textarea {height: 68px;}
.contact_form label { height: 15px; }
.form-submit {width: 200px;
    height: 40px;
    border: 0px;
    text-align: center;
    font-size: 17px;
    color: #FFF;
    margin: auto;
    margin-top: 0;
    font-weight: bold;
    background-color: #E40514;
    font-family: 'Open Sans', sans-serif;}
.form-submit:hover {  cursor: pointer;  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);}
input.inputError,
select.inputError { border: 1px solid #F00 !important; }

::-webkit-input-placeholder { /* WebKit browsers */
 color:    #8c9192;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #8c9192;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #8c9192;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #8c9192;
}
.input-group-addon { padding: 5px 10px; font-size: 11px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #484848; border: 1px solid #CCC; border-radius: 4px; }
input[type=checkbox]:not(old),
input[type=radio ]:not(old) { width: 28px; margin : 0; padding : 0; opacity : 0; /* float: left; */ height: 1px; }
input[type=checkbox]:not(old) + label,
input[type=radio ]:not(old) + label { display : inline-block; padding-left: 22px; background : url('checks.png') no-repeat 0 0; line-height: 15px; cursor: pointer; }
input[type=checkbox]:not(old):checked + label { background-position: 0 -15px; }
input[type=radio]:not(old):checked + label { background-position: 0 -15px; }
.ajaxloader { width: 80px; text-align: center; margin: auto; }
.bubblingG { text-align: center; width: 80px; height: 50px; }
.bubblingG span { display: inline-block; vertical-align: middle; width: 10px; height: 10px; margin: 25px auto; background: #173c6e; -moz-border-radius: 50px; -moz-animation: bubblingG 1.3s infinite alternate; -webkit-border-radius: 50px; -webkit-animation: bubblingG 1.3s infinite alternate; -ms-border-radius: 50px; -ms-animation: bubblingG 1.3s infinite alternate; -o-border-radius: 50px; -o-animation: bubblingG 1.3s infinite alternate; border-radius: 50px; animation: bubblingG 1.3s infinite alternate; }
#bubblingG_1 { -moz-animation-delay: 0s; -webkit-animation-delay: 0s; -ms-animation-delay: 0s; -o-animation-delay: 0s; animation-delay: 0s; }
#bubblingG_2 { -moz-animation-delay: 0.39s; -webkit-animation-delay: 0.39s; -ms-animation-delay: 0.39s; -o-animation-delay: 0.39s; animation-delay: 0.39s; }
#bubblingG_3 { -moz-animation-delay: 0.78s; -webkit-animation-delay: 0.78s; -ms-animation-delay: 0.78s; -o-animation-delay: 0.78s; animation-delay: 0.78s; }
.radiovalidate { POSITION: ABSOLUTE; right: -16px; top: 6px; }
 .izin {
	   margin: auto;
	   width: 190px;
	   text-align: center;
	 }
 @-moz-keyframes bubblingG { 0% {
width: 10px;
height: 10px;
background-color:#173c6e;
-moz-transform: translateY(0);
}
 100% {
width: 24px;
height: 24px;
background-color:#579bcd;
-moz-transform: translateY(-21px);
}
}
 @-webkit-keyframes bubblingG { 0% {
width: 10px;
height: 10px;
background-color:#173c6e;
-webkit-transform: translateY(0);
}
 100% {
width: 24px;
height: 24px;
background-color:#579bcd;
-webkit-transform: translateY(-21px);
}
}
 @-ms-keyframes bubblingG { 0% {
width: 10px;
height: 10px;
background-color:#173c6e;
-ms-transform: translateY(0);
}
 100% {
width: 24px;
height: 24px;
background-color:#579bcd;
-ms-transform: translateY(-21px);
}
}
 @-o-keyframes bubblingG { 0% {
width: 10px;
height: 10px;
background-color:#173c6e;
-o-transform: translateY(0);
}
 100% {
width: 24px;
height: 24px;
background-color:#579bcd;
-o-transform: translateY(-21px);
}
}
 @keyframes bubblingG { 0% {
width: 10px;
height: 10px;
background-color:#173c6e;
transform: translateY(0);
}
 100% {
width: 24px;
height: 24px;
background-color:#579bcd;
transform: translateY(-21px);
}
}



.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
.white-popup {

  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 650px;
  margin: 20px auto;
}

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, img, ins, kbd, q, s, samp, small, sub, sup, tt, var, 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, input, textarea {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: baseline;
}
/* HTML5 reset-browser */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Open Sans', sans-serif;
	background: #424251;
}
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;
}
a {
	text-decoration: none;
	color: #000;
}
:focus {
	outline: 0
}
.clear {
	clear: both
}
img {
	max-width: 100%;
}
.wrapper {
	position: absolute;
	left: 0px;
	right: 290px;
	top: 0px;
	bottom: 0px;
	background-position: left bottom !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.form-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	line-height: 20px;
	text-align: center;
	width: 290px;
	font-size: 12px;
	padding: 20px 25px 0px 25px;
	box-sizing: border-box;
	background: #424251;
}
.form-holder .form-title {
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-bottom: 15px;
	letter-spacing: 1px;
	float: left;
	width: 100%;
}
.telefon {
	float: left;
	margin-top: 10px;
	width: 100%;
	color: #fff;
}
.telefon a {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0;
	font-size: 16px;
}
.telefon span {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 0;
	border-bottom: 1px solid white
}
.tel-div {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 100%;
}

.logo {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 6;
	padding:40px 0px 0px 31px
}
.menu {
	position: absolute;
	background: #EE113B;
	width: 187px;
	z-index: 7;
	height: 43px;
	top: 30px;
	left: 146px;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.form-logo {
	margin: 0!important;
	padding: 0!important;
}
.menu ul {
	margin-top: 10px;
}
.menu ul li {
	float: left;
}
.menu ul li a {
	color: white;
	border-right: 1px solid #fff;
	font-size: 15px;
	padding: 0 18px;
	float: left;
	font-weight: 600
}
.shadow {
	position: absolute;
	bottom: 0;
	left: 0
}
.kampanya {
	position: relative;
	width: 220px;
}
.h1 {
	margin-bottom: 15px;
}
.sub-page {
	position: absolute;
	color: #000;
	max-width: 70%;
	font-size: 10pt;
	line-height: 1.5;
	left: -100%;
	height: auto;
	top: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgb(255, 255, 255);
	-webkit-transition: all 1.3s ease;
	-moz-transition: all 1.3s ease;
	-o-transition: all 1.3s ease;
	-ms-transition: all 1.3s ease;
	transition: all 1.3s ease;
	z-index: 2;
	width: 530px;
}
.sub-page h3 {
	margin: 5px 0;
}
.sub-page-open {
	top: 0;
	bottom: 0;
	-webkit-transition: all 1.3s ease;
	-moz-transition: all 1.3s ease;
	-o-transition: all 1.3s ease;
	-ms-transition: all 1.3s ease;
	transition: all 1.3s ease;
	left: 0;
	width: 735px;
	z-index: 5;
}
.sub-title {
	color: #FFFFFF; /*+text-shadow:1px 1px 2px #307180;*/
	-moz-text-shadow: 1px 1px 2px #307180;
	-webkit-text-shadow: 1px 1px 2px #307180;
	-o-text-shadow: 1px 1px 2px #307180;
	text-shadow: 1px 1px 2px #73182A; /*[empty]float:;*/
	padding: 5px;
	font-weight: 300;
	font-size: 16px;
	background: #ab1735;
	height: 40px;
	border-bottom: 5px solid #5d1826;
	line-height: 40px;
	padding-left: 30px;
}
.close-btn {
	position: absolute;
	z-index: 2222222222;
	color: #000;
	display: block;
	text-align: center;
	margin: auto;
	display: inline-block;
	width: 40px;
	margin: 1%;
	cursor: pointer;
	right: -25px;
	top: 100px;
	height: 30px;
}
.close-btn A {
	display: block;
	text-align: center;
	font-size: 21px;
	line-height: 36px;
	margin-top: 5px;
	margin: auto;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background: #EE113B;
	color: #fff;
	font-weight: 600;
}
.box-inner {
	box-sizing: border-box;
	padding: 50px 30px 0px;
	display: inline-block;
	font-weight: 300;
	width: 100%;
	color: #000;
	font-size: 13px;
	margin-top: 100px;
}
.box-inner p {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 500;
}
.galeri LI {
	float: left;
	width: 48%;
	margin: 1%;
	position: relative;
	box-sizing: border-box;
	padding: 1px;
	text-align: center;
	font-size: 15px;
}
.galeri LI span {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(171, 23, 53, 0.5);
	right: 0px;
	color: #fff;
	text-align: right;
	box-sizing: border-box;
	padding: 5px;
	font-size: 18px;
	font-weight: 300;
}
.galeri LI A:hover {
	opacity: 0.8;
}
.galeri LI IMG {
	display: block;
	width: 100%;
	height: auto;
}
.sayac {
	position: absolute;
	left: 40px;
	bottom: 40px;
}
.countdown {
	position: relative;
	width: 420px;
	font-family: "Open Sans";
	padding-bottom: 0;
	bottom: 0px;
	display: inline-block;
}
.countdown li {
	width: 24%;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-left: 1%;
}
.countdown li:nth-child(1) {
	margin-left: 1%;
}
.countdown li span {
	width: 100%;
	height: 60px;
	float: left;
	font-weight: bold;
	color: #e41038;
	font-size: 35px;
	padding-top: 0px;
	background: url(sayac.png)center no-repeat;
	background-size: 100%;
	margin: auto;
	box-sizing: border-box;
	letter-spacing: 26px;
	padding-left: 17px;
	line-height: 57px;
	text-align: center;
	border-radius: 10px;
}
.countdown li p {
	width: 100%;
	text-align: center;
	float: left;
	color: #FFFFFF;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
.uyari {
	font-size: 11px;
	font-weight: bold;
	margin-left: 2px;
	text-decoration: underline;
}
.uyari:hover {
	opacity: 0.6;
}
.box-inner-p_last {
	margin: 0;
}
.harita {
	float: left;
	width: 50%;
}
.lokasyon {
	float: right;
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: normal;
}
.lokasyon li {
	padding: 5px;
	border: 1px solid #ddd;
	font-weight: 600;
	color: #333;
	float: left;
	width: 48%;
	height: 70px;
	box-sizing: border-box;
	text-align: center;
	margin: 0.5%;
}
.lokasyon li span {
	font-weight: bold;
	display: block;
	color: #ED1165;
}

.logox1 { display:block}
.logox2 { display:none}


@media(min-width:1700px) {
.form-inner { padding-top: 120px; margin: 0 auto;width: 280px;}
.kampanya {width: 100%;text-align: center;left: 0px;}
.countdown .bloc-time { width: 22%; margin-right: 40px; }
.countdown {width: 540px;}
.form-holder{
    width: 340px;
}
.wrapper{
    right: 340px;
}
.countdown li span{height:90px;padding-top: 13px;font-size: 43px;}
.box-inner{
    padding-top: 110px;
}
.sayac{left:75px; bottom:75px;}
.countdown li span{letter-spacing:35px;padding-left: 22px;line-height: 60px;}
}

@media(min-width:1400px) and (max-width:1599px){
	.form-holder{

}
.form-holder .form-title{
    padding-bottom: 20px;
}
	}

@media(min-width:769px) and (max-width:1281px) {
.form-holder { padding: 20px 20px 0px 20px;}
.form-holder .form-title { padding-bottom: 20px;  }
.sub-page-open { left: 0; }
}

@media(max-width:1400px) {
.logox1 { display:none}
.logox2 { display:block}
.kampanya { width:150px}
}

@media only screen and (max-width:950px) {
.wrapper{right: 0px;position: relative;background-size: 150%;bottom: inherit;background-position: 75% 0px;display: none;}
.form-holder { position: relative; width: 100%; top: auto; height: auto; float: left; bottom: auto; right: auto; left: auto; box-sizing: border-box; }
.form-inner { width: 300px; margin: 0 auto; }
.countdown{
    display: table;
    margin: 0 auto 0%;
}
.menu { display: none; }
nav { display: none; }
h1.h1 {
    text-align: center;
    margin-bottom: 10px;
}
.countdown li p{
    background-color: rgba(238, 17, 59, 0.81);
    padding: 5px 0px;
    margin-bottom: 5px;
}
.countdown li{width:24%;margin-left: 1%;}
.box-inner { padding: 0px 20px 43px; margin-top: 30px; }
.close-btn { display: none; }
.sub-page { width: 100%; right: 0px; max-width: 100%; z-index: 6; bottom: initial; position: relative; left: 0px; float: left; border-bottom: 1px solid #D0D0D0; }
.sub-page-open { position: relative; left: 0px; width: 100%; }
.sub-page-open .box-inner { display: block; }
.sayac { position: relative;bottom: 0px;margin-top: 0px;margin-bottom: 0px;left: 0px;padding-bottom: 20px;}
.kampanya {position: relative;width: 410px;z-index: 4;background-color: rgba(0, 0, 0, 0.81);padding: 15px;box-sizing: border-box;display: table;margin: 30% auto 0px;bottom: 0px;border-radius: 10px;left: 3px;}
.logo { position: relative;text-align: center;}
.harita {width: 100%;}
.lokasyon {float: left; width: 100%; padding: 10px 0 0;}
.lokasyon li {width: 49%;}
.xlogo { display:none !important}
.ylogo { display:block !important}

}

@media only screen and (max-width: 479px) {
.kampanya{width: 90%;left: 0px;margin-top: 60%;background-color: transparent;}
.sayac{}
.countdown{
    padding-left: 0px;
    width: 100%;
}
.countdown li{width: 23%;overflow: hidden;margin-left: 1.5%;}
.countdown li p{
    width: 90px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}
.countdown li span{
    background-color: #fff;
    background-image: none;
    letter-spacing: 0px;
    padding: 0px;
}
}

@media only screen and (max-width: 320px) {
	.wrapper{background-size:170%;}
.kampanya{margin-top: 65%;padding: 5px 15px;}
.form-inner{width:100%;}
.countdown li p{
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    margin-bottom: 4px;
}
.countdown{width:100%;}
.countdown li span{
    font-size: 30px;
}
}

.ylogo { display:none}
.hiddenx{ display:none}
.cloun > input:first-child{ width:48%;}
.cloun > input:last-child{ width:48%; margin-left:6px}
.has-error::-webkit-input-placeholder{color:#e10313!important}.has-error:-moz-placeholder{color:#e10313!important}.has-error::-moz-placeholder{color:#e10313!important}.has-error:-ms-input-placeholder{color:#e10313!important}

.failed {
    clear: both;
    background-color: #e40514;
    display: none;
    font-size: 16px;
    overflow: hidden;
    padding: 70px 10px;
    line-height: 30px;
    color: white;
}

.failed a {
    border: 1px solid #fff;
    padding: 5px;
    color: #e40514;
    font-size: 15px;
    background-color: white;
    font-weight: bold;
    border-radius: 3px;
}


.succes {
    clear: both;
    background-color: #0f0f1e;
    font-size: 16px;
    overflow: hidden;
    padding: 70px 10px;
    line-height: 30px;
    color: white;
	margin-bottom: 15px;
}
