@font-face {
    font-family: 'MuseoSans300';
    src: url('../fonts/MuseoSans300.eot');
    src: url('../fonts/MuseoSans300.eot') format('embedded-opentype'),
         url('../fonts/MuseoSans300.woff2') format('woff2'),
         url('../fonts/MuseoSans300.woff') format('woff'),
         url('../fonts/MuseoSans300.ttf') format('truetype'),
         url('../fonts/MuseoSans300.svg#MuseoSans300') format('svg');
}

@font-face {
    font-family: 'MuseoSans500';
    src: url('../fonts/MuseoSans500.eot');
    src: url('../fonts/MuseoSans500.eot') format('embedded-opentype'),
         url('../fonts/MuseoSans500.woff2') format('woff2'),
         url('../fonts/MuseoSans500.woff') format('woff'),
         url('../fonts/MuseoSans500.ttf') format('truetype'),
         url('../fonts/MuseoSans500.svg#MuseoSans500') format('svg');
}

@font-face {
    font-family: 'MuseoSans700';
    src: url('../fonts/MuseoSans700.eot');
    src: url('../fonts/MuseoSans700.eot') format('embedded-opentype'),
         url('../fonts/MuseoSans700.woff2') format('woff2'),
         url('../fonts/MuseoSans700.woff') format('woff'),
         url('../fonts/MuseoSans700.ttf') format('truetype'),
         url('../fonts/MuseoSans700.svg#MuseoSans700') format('svg');
}

@font-face {
    font-family: 'MuseoSansCnd300';
    src: url('../fonts/MuseoSansCnd300.eot');
    src: url('../fonts/MuseoSansCnd300.eot') format('embedded-opentype'),
         url('../fonts/MuseoSansCnd300.woff2') format('woff2'),
         url('../fonts/MuseoSansCnd300.woff') format('woff'),
         url('../fonts/MuseoSansCnd300.ttf') format('truetype'),
         url('../fonts/MuseoSansCnd300.svg#MuseoSansCnd300') format('svg');
}

@font-face {
    font-family: 'MuseoSansCnd500';
    src: url('../fonts/MuseoSansCnd500.eot');
    src: url('../fonts/MuseoSansCnd500.eot') format('embedded-opentype'),
         url('../fonts/MuseoSansCnd500.woff2') format('woff2'),
         url('../fonts/MuseoSansCnd500.woff') format('woff'),
         url('../fonts/MuseoSansCnd500.ttf') format('truetype'),
         url('../fonts/MuseoSansCnd500.svg#MuseoSansCnd500') format('svg');
}

@font-face {
    font-family: 'MuseoSansCnd700';
    src: url('../fonts/MuseoSansCnd700.eot');
    src: url('../fonts/MuseoSansCnd700.eot') format('embedded-opentype'),
         url('../fonts/MuseoSansCnd700.woff2') format('woff2'),
         url('../fonts/MuseoSansCnd700.woff') format('woff'),
         url('../fonts/MuseoSansCnd700.ttf') format('truetype'),
         url('../fonts/MuseoSansCnd700.svg#MuseoSansCnd700') format('svg');
}

@font-face {
    font-family: 'MuseoSansCnd900';
    src: url('../fonts/MuseoSansCnd900.eot');
    src: url('../fonts/MuseoSansCnd900.eot') format('embedded-opentype'),
         url('../fonts/MuseoSansCnd900.woff2') format('woff2'),
         url('../fonts/MuseoSansCnd900.woff') format('woff'),
         url('../fonts/MuseoSansCnd900.ttf') format('truetype'),
         url('../fonts/MuseoSansCnd900.svg#MuseoSansCnd900') format('svg');
}

button, input {
    overflow: auto !important;
}

html,
body {
    width: 100%;
    height: 100%;
	margin: 0;
	color: white;
	font-family: 'MuseoSans300';
	text-align: left;
}

nav{
	position: absolute;
    top: 0;
    z-index: 1030;
	width: 100%;
    height: 60px;
    background-color: white;
    text-align: center;
}

.display-table{
	    display: table;
}

.title{
	width: 100%;
  	font-size: 30px;
 	font-family: "Museo Sans Cond";
 	color: rgb(76, 81, 86);
  	line-height: 1.2;
  	text-align: center;
	margin-top: 30px;
    margin-bottom: 30px;
}

.telefon{
	text-align: center;
    padding-top: 10px;
}

.telefon a{
	color: white;
    font-family: 'MuseoSansCnd700';
    font-size: 26px;
    display: block;
	position: relative;
}

.telefon a:first-child{
	margin-bottom: 6px;
    padding-bottom: 5px;
}

.telefon a:first-child:after{
	content: "";
    position: absolute;
    width: 53%;
    height: 1px;
    bottom: 0;
    background-color: white;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.telefon a:last-child{
	font-size: 21px;
}

.sol{
	width: 49%;
	height: auto;
	float: left;
	margin-bottom: 30px;
	position: relative;
}

.sag{
	width: 49%;
	height: auto;
	float: right;
	margin-bottom: 30px;
	position: relative;
}

.bg-ng{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	display: block;
}

.bottom-30{
	padding-bottom: 30px;
}

.bottom-30-mar{
	margin-bottom: 30px;
}

.icheckbox_square {
    float: left;
    margin-right: 10px !important;
    margin-top: -3px !important;
}

.margin-top-7{
	margin-top:12px;
}

.margin-bottom-15{
	margin-bottom:15px !important;
}

.bg-white{
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #4c5156;
    font-family: 'MuseoSansCnd300';
	font-size: 24px;
    padding: 23px;
    width: auto;
    display: block;
	position: absolute;
	bottom: 30px;
	left: 0;
    margin-bottom: 0;
	line-height: 1.165;
}

.katplan{
	height: 490px;
}

.bg-brown {
  background-color: rgba(76, 81, 86, 0.902);
  position: absolute;
  color: #fff;
  font-family: 'MuseoSansCnd700';
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
  display: block;
	bottom: 20px;
	 left: 15px;
	z-index: 2;
	font-size: 14px;
}

.bg-brown h2{
    font-size: 40px !important;
    margin-bottom: 0;
	line-height: 1.165;
}
.bg-brown h3{
	font-family: 'MuseoSansCnd500';
    font-size: 20px !important;
    margin-bottom: 0;
	line-height: 1.165;
}
.bg-brown p{
	font-family: 'MuseoSansCnd300';
}
.konum{
	width: 100%;
}
.ease{
	transition: all .2s ease-in-out;
}
.ease:hover{
	transform: scale(1.05);
}

.iletisim h2{
	    text-align: center;
    color: #4c5156;
    font-size: 26px;
    font-family: 'MuseoSansCnd300';
}

.iletisim p{
  color: #4c5156;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}

footer{
	height: 80px;
	background-color: #4c5156;
	width: 100%;
	padding-top: 20px;
	
	    text-align: center;
    display: inline-table;
}

.pull-left{
	float: left;
	margin-left: 20px;
}
.pull-right{
	float: right;
	margin-right: 20px;
	margin-top: 7px;
}

.footerContact{
	background-image: url(../images/form-bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    height: 99%;
    z-index: 1050;
    right: 0px;
    top: 0px;
	width: 31%;
    overflow: auto;
}

.contactForm{
	padding: 30px 50px 0 50px;
}

.contactHeadText{
    font-family: 'MuseoSansCnd900';
    font-size: 2vw;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.contactInfoText{
    color: #FFFFFF;
    font-size: 1.4vw;
    font-family: 'MuseoSans500';
    margin-bottom: 10px;
	line-height: 1.3;
}

.formContainer{
	text-align: left;
}

.formContainer input {
        background-color: white;
    color: #787878;
    font-size: 16px;
    width: 100%;
    margin-bottom: 0.5vw;
    outline: none;
    height: 2.5vw;
    border-width: 0;
    text-align: center;
}

.formContainer button{
	font-family: 'MuseoSansCnd900';
    background: #f05a28;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    color: white;
    cursor: pointer;
    outline: none;
    border: none;
    overflow: hidden !important;
    margin-top: 10px;
}

.formContainer button:hover{
	background: #a23f1e;
}

.send{
	margin-right: 0 !important;
}

.top-20{
	margin-top: 20px;
}

.modal-title{
	font-family: "Museo Sans Cond";
    color: rgb(76, 81, 86);
	font-size: 25px;
}

.modal-body{
	color: #4c5156;
    line-height: 1.2;
	font-family: 'MuseoSans300';
}

.social-icons{
	position: absolute;
    bottom: 36px;
    z-index: 1049;
    -webkit-transform: translateX(500%);
    -ms-transform: translateX(500%);
    transform: translateX(500%);
}

.social-icons a{
	width: 35px;
    float: left;
    display: block;
}

.social-icons a:first-child{
	margin-right: 15px;
}

.social-icons2{
    width: 100%;
    height: 38px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: -10px;
    text-align: center;
	display: none;
}

.social-icons2 a{
	width: 30px;
    height: 30px;
    display: inline-table;
    background-size: 100% auto
}

.social-icons2 a:first-child{
	margin-right: 5px;
}

.social-icons2 a:hover{
	background-position: bottom center;
}

.mobile-only{
	display: none;
	position: relative;
}

.top-50{
	margin-top: 50px;
}


.language{
	    position: absolute;
    z-index: 1048;
    left: 1vw;
    top: 1vw;
}

.language-active{
	opacity: 0.6;
	background-color: #c3c3c3 !important;
	color: black !important;
}

.language a{
	background-color: white;
    border: none;
    font-family: 'MuseoSansCnd700';
    font-size: 18px;
    border-radius: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
}

.language a:hover{
	background: #515c74;
	color: white;
	text-decoration: none;
}

#background {
    width: 100%;
    height: auto;
    z-index: -100;
}

.teslim-tarihi{
    position: absolute;
    z-index: 1048;
    width: 57vw;
    right: 1vw;
    top: 0.6vw;
}

.mavi-bant{
	background-color: rgba(34,36,86,0.9);
	height: 7vw;
	width: 101%;
	position: absolute;
	bottom: 6px;
	z-index: 1048;
	text-align: right;
}

.kutahya-logo{
	height: 4.5vw;
    margin-top: 18px;
    position: absolute;
	left: 15px;
}

.logo{
	height: 4.5vw;
    margin-top: 18px;
    position: relative;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
}

.pesinat-yok{
	position: absolute;
    z-index: 1049;
    height: 8vw;
    bottom: 31px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.video-container{
	position: relative;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: calc(100% - 31%);
}

header{
	position: relative;
}

.carousel-fade .carousel-inner .item{
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item{
  opacity: 0;
}

.carousel-fade .carousel-inner .active{
  opacity: 1;
}

.uyari a{
	color: white;
	text-decoration: underline !important;
	font-family: 'MuseoSans700';
}


@media screen and (max-width:1024px) {

.deskop-only{
	display: none;
}
	
.mobile-only{
	display: block;
}
	
.carousel {
    height: auto !important;
}
	
.footerContact {
    height: 100%;
	overflow: hidden;
}

.formContainer input {
    font-size: 12px;
}
	
.contactHeadText {
    margin-bottom: 5px;
}
	
.contactForm {
    padding: 30px 30px 0 30px;
}

.formContainer button {
    font-size: 16px;
    margin-top: 4px;
}

	
.mavi-bant {
    background-color: rgba(34,36,86,1);
	    width: 100% !important;
    z-index: 1050;
}
	
.pesinat-yok {
    height: 70px !important;
    bottom: 10px !important;
    left: 31% !important;
}
	
.social-icons {
    bottom: 27px;
    z-index: 1050;
}
	
.logo {
    margin-top: 10px;
}
	
.kutahya-logo {
    margin-top: 10px;
}

.teslim-tarihi {
    width: 53vw;
}
	
}

@media screen and (max-width:768px) {

.social-icons {
   display: none;
}

.social-icons2{
	display: block;
}
	
.logo {
    height: 32px !important;
    margin-top: 7px !important;
}
	
.kutahya-logo {
    height: 32px !important;
    margin-top: 7px !important;
}


	
.teslim-tarihi {
    width: 48vw !important;
}

nav{
	position: static;
}
	
.margin-bottom-15 {
    margin-bottom: 8px !important;
}
	
.telefon a {
    font-size: 16px;
}
	
.telefon a:last-child {
    font-size: 16px !important;
}
	
.telefon {
    text-align: center;
    padding-top: 5px;
}
	
.contactHeadText {
        font-size: 28px;
}

.contactInfoText {
    font-size: 10px;
	
	margin-bottom: 5px;
}
	
.sol{
	width: 100%;
}

.sag{
	width: 100%;
}
	
.pull-left{
	float: none;
    margin-left: 0;
}
	
.pull-right {
    float: none;
    margin-right: 0;
}
	
.contactHeadText {
    float: none;
}

footer{
	margin-bottom: 200px;
}

.formContainer {
    padding-top: 0;
    padding-bottom: 10px;
}
	
.contactForm {
    padding: 10px 10px 0 10px;
	    overflow: hidden;
}

.formContainer input {
    margin-bottom: 5px;
    height: 26px;
}

.formContainer button {
        height: 26px;
    margin-top: 0px;
    font-size: 12px;
}
	
header {
    margin-top: 0px;
}
	
.top-20 {
    margin-top: 10px;
}

.col-sm-6 {
	flex: 0 0 100%;
    max-width: 100%;
}
	
.title {
        font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid #dfdfdf;
    padding-top: 15px;
}
	
	.carousel-control-prev {
    left: 10px;
}
	
	.carousel-control-next {
    right: 10px;
}
	
.carousel-control-next i, .carousel-control-prev i {
    border: 0 !important;
}

.bg-white{
	font-size: 20px;
	padding: 15px;
}	
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: calc(100% - 31%);
}

.formContainer p{
	margin-bottom: 5px;
}

.uyari{
	font-size: 0.8vw !important;
}

@media screen and (max-width:414px) {
.teslim-tarihi {
    width: 78vw !important;
}
	
.mavi-bant {
    background-color: rgba(34,36,86,1);
    height: 50px !important;
}
	
.logo {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}
	
.uyari{
	font-size: 11px !important;
}
	
.pesinat-yok {
    height: 63px !important;
    left: 32% !important;
}

.telefon a {
    font-size: 24px;
}
	
.telefon a:last-child {
    font-size: 18px;
}

.telefon {
    text-align: center;
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 16px !important;
    padding: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
.footerContact {
    position: fixed;
    height: auto;
    right: auto;
    bottom: 0;
    top: auto;
    width: 100%;
	background-color: #222456 !important;
    background-image: none;
}
	
.formContainer input {
    padding-left: 3%;
    margin-right: 0px;
    width: 49%;
}
	
.formContainer button {
    width: 49%;
    padding-left: 0%;
	    font-size: 16px;
}

.contactHeadText {
    text-align: center;
}
	
.carousel-inner {
    width: 100%;
}
	
.carousel-control-next {
    width: 8% !important;
}
	
.contactInfoText {
    display: none;
}

.language {
    right: 0 !important;
    bottom: 13px !important;
    top: auto;
}
	
.language a {
    font-size: 16px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
}

}

@media screen and (max-width:375px) {

.pesinat-yok {
    height: 55px !important;
    left: 31% !important;
}
	
.logo {
    height: 28px !important;
    margin-top: 10px !important;
	right: 15px;
}
	
 .kutahya-logo{
    height: 28px !important;
    margin-top: 10px !important;
}

}
