@font-face {
    font-family: brandon grotesque;
    src: url(../fonts/hinted-BrandonGrotesque-Bold.eot);
    src: url(../fonts/hinted-BrandonGrotesque-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/hinted-BrandonGrotesque-Bold.woff) format("woff"), url(../fonts/hinted-BrandonGrotesque-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: brandon grotesque;
    src: url(../fonts/hinted-BrandonGrotesque-Bold.eot);
    src: url(../fonts/hinted-BrandonGrotesque-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/hinted-BrandonGrotesque-Regular.woff) format("woff"), url(../fonts/hinted-BrandonGrotesque-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: brandon grotesque;
    src: url(../fonts/hinted-BrandonGrotesque-Medium.eot);
    src: url(../fonts/hinted-BrandonGrotesque-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/hinted-BrandonGrotesque-Medium.woff) format("woff"), url(../fonts/hinted-BrandonGrotesque-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: brandon grotesque;
    src: url(../fonts/hinted-BrandonGrotesque-RegularItalic.eot);
    src: url(../fonts/hinted-BrandonGrotesque-RegularItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/hinted-BrandonGrotesque-RegularItalic.woff) format("woff"), url(../fonts/hinted-BrandonGrotesque-RegularItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: brandon text;
    src: url(../fonts/HVD_Fonts_-_BrandonText-Regular.eot);
    src: url(../fonts/HVD_Fonts_-_BrandonText-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/HVD_Fonts_-_BrandonText-Regular.woff) format("woff"), url(../fonts/HVD_Fonts_-_BrandonText-Regular.woff) format("truetype");
    font-weight: 400;
    font-style: normal;
}

body {
	margin:  0;
}



.hover-img{
	display: none;
}



*{
	font-family: brandon grotesque;

}

input[type=file] {
	cursor: pointer;
	overflow: hidden;
  }
  
  input[type=file]:before {
	
	font-size: 14px;
	content: 'Görsel Yükleyin';
	display: inline-block;
	padding: 8px;
	text-align: center;
	color: #666;
	border: 1px solid #cccccc;
	border-radius: 5px;

  }
  input[type=file]::-webkit-file-upload-button {
	visibility: hidden;
  }

  input[type=file]::-ms-browse {
	font-size: 15px;
	content: 'Görsel Yükleyin';
	display: inline-block;
	padding: 8px;
	text-align: center;
	color: #666;
	border: 1px solid #cccccc;
	border-radius: 5px;
  }
  
  input[type=file]::-webkit-file-upload-button {
	font-size: 15px;
	content: 'Görsel Yükleyin';
	display: inline-block;
	padding: 8px;
	text-align: center;
	color: #666;
	border: 1px solid #cccccc;
	border-radius: 5px;
  }
  
  input[type=file]::file-selector-button {
	font-size: 15px;
	content: 'Görsel Yükleyin';
	display: inline-block;
	padding: 8px;
	text-align: center;
	color: #666;
	border: 1px solid #cccccc;
	border-radius: 5px;
  }
  
  
.img-kroki{
width: 100%;
}

.example{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.example a{
	font-size: 15px;
	color: black;

}
.accordion {
	margin: auto;
	width: 100%;
	position: relative;
}
.accordion input {
	display: none;
}
.box {
	position: relative;
	background: white;
    height: 64px;
    transition: all .15s ease-in-out;
}
.form-control{
	padding: 8px !important;
}

#uplOdaFotograf{
	height: 60px;
}

#uplOdaKroki{
	height: 60px;
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
   
}
header.box {
	background: #00BCD4;
	z-index: 100;
	cursor: initial;
	box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
header .box-title {
	margin: 0;
	font-weight: normal;
	font-size: 16pt;
	color: white;
	cursor: initial;
}
.box-title {
	width: calc(100% - 40px);
	height: 64px;
	line-height: 64px;
	padding: 0 20px;
	display: inline-block;
	cursor: pointer;
	-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.box-content {
	width: calc(100% - 40px);
	padding: 30px 20px;
	font-size: 11pt;
	color: rgba(0,0,0,.54);
	display: none;
}
.box-close {
	position: absolute;
	height: 64px;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}
input:checked + .box {
	height: auto;
	margin: 16px 0;
	box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    -o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
input:checked + .box .box-title {
	border-bottom: 1px solid rgba(0,0,0,.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
	display: inline-block;
}
.arrows section .box-title {
	padding-left: 44px;
	width: calc(100% - 64px);
}
.arrows section .box-title:before {
	position: absolute;
	display: block;
	content: '\203a';
	font-size: 18pt;
	left: 20px;
	top: -2px;
	transition: transform .15s ease-in-out;
	color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
	transform: rotate(90deg);
}



.wizard-header p{
	color: black !important;
	text-align: center;
	font-weight: 300 !important;
	font-size: 18px !important;
}

input,
input::-webkit-input-placeholder {
    font-size: 14px !important;
	color: #666 !important;

}

select{
	font-size: 14px !important;
}

.wizard-form{
	position: relative;
}

.inner .form-row .form-holder select{
	font-size: 14px !important;
	font-weight: 300 !important;
}

.wizard-header h3{
	color: black !important;
	margin-bottom: 30px !important;
	text-align: center;
	font-size: 28px !important;
	font-weight: 300 !important;
	display: none;
}

.label-input100{
	font-size: 16px !important;
	font-weight: 300 !important;
}

.kroki-img{
	width: 600px;
}

#form-total-p-0 > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(1){
	width: 48%;
}
#form-total-p-0 > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2){
	width: 48%;
}

body > div > div{
	margin-top: 20px !important;
	margin-bottom: 60px !important;
}
.label-input100{
	margin-bottom: 0px !important;
}
.input-group{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap !important;
}

.input100{
	font-weight: 300 !important;
	font-size: 14px !important;
}

.logo{
	width: 130px;
	margin-bottom: 30px !important;
	display: block;
	margin: 0 auto;
	display: none;
}
.day, .month, .year{
	width: 33%;
}
.page-content {
	width: 100%;
	margin:  0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.wizard-v2-content   {
	background: #fff;
	width: 993px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	display: flex;
	display: -webkit-flex;
	margin-top: 20px !important;
}
.form-register .steps li.current a, .form-register .steps li.current a:active, .form-register .steps li.done a::before, .form-register .steps li.done a, .form-register .steps li.done a:active{
	background: #e30614 !important; 
}
.actions ul li{
	background: #e30614 !important; 
}





.wizard-v2-content .wizard-image {
	background: url('../images/mimari-left.jpg') center center no-repeat;
    width: 66.61%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-size: 100%;
	-o-background-size: 100%;
	-ms-background-size: 100%;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-color: white !important;
}
.wizard-v2-content .wizard-form {
	width: 100%;
	padding: 40px 73px 40px 52px;
}
.wizard-form .wizard-header h3 {
	color: #333;
	font-size: 36px;
	font-weight: 800;
	margin: 0;
}
.wizard-form .wizard-header p {
	color: #666;
	font-size: 16px;
	font-weight: 600;
	margin: 6px 0 26px;
}
.form-register .steps {
	margin-bottom: 36px;
}
.form-register .steps ul {
    display: flex;
    display: -webkit-flex;
    list-style: none;
    padding-left: 0;
	align-items: center;
	justify-content: center;
}
.form-register .steps li,
.form-register .steps li.current {
	outline: none;
	-o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.form-register .steps li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc;
    margin-right: 30px;
    position: relative;
    outline: none;
}
#mesaj{

	width: 100%;
    height: 100px;
    font-size: 15px;
    padding: 10px;
	border: none;
	background: 0 0;
    z-index: 1;
    cursor: pointer;
    color: #666;
    position: relative;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.form-register .steps li a::before {
	position: absolute;
	content: "";
	background: #e5e5e5;
	width: 30px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	left: 100%;
}
.form-register .steps li.last a::before {
	content: none;
}
.form-register .steps li.current a,
.form-register .steps li.current a:active,
.form-register .steps li.done a::before,
.form-register .steps li.done a,
.form-register .steps li.done a:active  {
    background: #56a3f2;
}
.form-register .steps li .current-info {
	display: none;
}
.form-register .steps li .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.form-register .content h2 {
	display: none;
}

.input100{
	margin-top: 10px !important;
}
.inner .form-row {
    margin: 0 -10px;
    position: relative;
}
.inner .form-row .form-holder {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}
.inner .form-row .form-holder.form-holder-2 {
	width: 100%;
	position: relative;
}
.inner .form-row .form-holder input,
.inner .form-row .form-holder select {
    width: 100%;
    padding: 8px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    color: #666;
    font-weight: 600;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	font-size: 15px !important;
	font-family: brandon grotesque !important;
}
.inner .form-row .form-holder input::-webkit-input-placeholder { Chrome/Opera/Safari
  color: #666;
  font-size: 16px;
}
.inner .form-row .form-holder input::-moz-placeholder { Firefox 19+
  color: #666;
  font-size: 16px;
}
.inner .form-row .form-holder input:-ms-input-placeholder { IE 10+
  color: #666;
  font-size: 16px;
}
.inner .form-row .form-holder input:-moz-placeholder { Firefox 18-
  color: #666;
  font-size: 16px;
}
.inner .form-row .form-holder select {
    background: 0 0;
    z-index: 1;
    cursor: pointer;
    color: #666;
    position: relative;
}
.inner .form-row .form-holder .select-btn {
    z-index: 0;
    position: absolute;
    top: 27.5%;
    right: 12.5%;
    font-size: 19px;
    cursor: pointer;
    color: #666;
}
.inner .form-row .form-holder.form-holder-2 .select-btn {
    top: 27%;
    right: 6.5%;
}
.inner .form-row .form-holder .ui-datepicker-trigger {
    background: transparent;
    border: none;
    color: #666;
    font-size: 19px;
    position: absolute;
    cursor: pointer;
    right: 10.5%;
    top: 27.5%;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.inner .form-row.table-responsive {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 22px 26px 16px;
    margin:  0;
    margin-bottom: 35px;
}
.inner .table-responsive .table {
	width: 100%;
}
.inner .table-responsive tbody {
	text-align: left;
}
.inner .table-responsive tr.space-row > td,
.inner .table-responsive tr.space-row > th {
	padding-bottom: 18px;
}
.inner .table-responsive tbody th {
	color: #666;
	font-size: 15px;
	font-weight: 600;
}
.inner .table-responsive tbody td {
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
.actions ul {
	list-style: none;
	padding-left: 0;
    margin-top: 15px;
}
.actions ul li.disabled,
.actions ul li:first-child {
	display: none;
}
.actions ul li {
	padding: 0;
    border: none;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-flex;
    height: 50px;
    width: 160px;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    background: #56a3f2;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.actions ul li:hover {
	background: #4582bf;
}
.actions ul li a {
	color: #fff;
	text-decoration: none;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
}

#form-total > div.actions.clearfix > ul > li:nth-child(2){
	display: flex;
    align-items: center;
    justify-content: center;

}

.ornek-img{
	display: none;
	opacity: 0;
	transition: opacity 2s ease-out;
}

/* Responsive */
@media screen and (max-width: 1199px) {
	.wizard-v2-content {
		margin: 180px 20px;
	}
	.wizard-v2-content .wizard-form {
	    padding: 40px;
	}
}

@media screen and (min-width: 900px) {
	.wizard-v2-content{
		height: 840px;
	}
	#form-total > div.actions.clearfix > ul > li:nth-child(2){
		position: absolute;
		bottom: 30px;
	}

	#form-total > div.actions.clearfix > ul > li:nth-child(3){
		position: absolute;
		bottom: 30px;
	}
	.accordion{
		display: none;
	}
	.hover-img{
		position: absolute;
		display: none;
		bottom: 100px;
		z-index: 9999999;
		box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
		-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
		-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
		border-radius: 10px;
	}
	#odaGenislik:focus + .hover-img {
		display: block;
	  }

	  #odaUzunluk:focus + .hover-img{
		display: block;
	  }

	  .example a:hover + .ornek-img {
		  display: block;
		  position: absolute;
		  bottom: 170px;
		  z-index: 9999999;
		box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
		-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
		-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
		border-radius: 10px;
		width: 600px;
		height: auto;
		left: -20px;
		opacity: 1;
	
		  
	  }

	 

	  .example a:hover + .wizard-form {
		  filter: blur(50);

	  }

}


@media screen and (max-width: 991px) {
	.inner .form-row {
		flex-direction: column;
		-o-flex-direction: column;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		margin: 0;
	}
	.inner .form-row .form-holder {
		padding: 0;
		width: 100%;
	}
	.inner .form-row .form-holder .ui-datepicker-trigger {
		right:  5%;
	}
	.inner .form-row .form-holder .select-btn {
		right: 6%;
	}
	.wizard-v2-content{
		margin-top: 60px;
	}
	

	.example a{
		display: none;
	}

}
@media screen and (max-width: 575px) {
	.wizard-v2-content .wizard-form {
	    padding: 40px 20px;
	    width: auto;
	}
	.wizard-v2-content .wizard-image {
		display: none;
	}
	.inner .form-row .form-holder .ui-datepicker-trigger {
		right: 0;
	}
	.inner .form-row .form-holder .select-btn {
		right: 6.5%;
	}
	.inner .table-responsive tr.space-row,
	.inner .table-responsive tbody th {
	    display: block;
	}
	.inner .table-responsive tr.space-row > th {
		padding-bottom: 10px;
	}
	.inner .table-responsive tr.space-row > td {
		padding-bottom: 30px;
	}
	.wizard-v2-content{
		margin-top: 60px;
	}
	#form-total > div.actions.clearfix > ul > li:nth-child(2){
		width: 100%;
	}
	.logo{
		display: block;
	}
	.wizard-header h3{
		display: block;
	}
	#form-total > div.actions.clearfix > ul > li:nth-child(3){
		width: 100%;
	}
	#form-total-p-0 > div > div:nth-child(1) > div:nth-child(2) > div{
		flex-direction: column;
	}
	.example a{
		display: none;
	}

	#form-total-p-0 > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(1){
		width: 100%;
	}

	#form-total-p-0 > div > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(2){
		width: 100%;
	}
	.day, .month, .year{
		width: 100%;
	}
	.input-group{
		flex-direction: column;
	}
} 