/*INDEX START*/

.left-content-box{
    text-align: center;
    position: absolute;
    top: 0;
    height: 311px;
    bottom: 0;
    left: 10%;
    right: 10%;
    margin: auto;
}
.left-content-box .title{
    font-size:62px;
    margin-bottom: 45px;
    font-weight:bold;
    color:#000;
}
.left-content-box .description{
    font-size:20px;
    margin-bottom: 45px;
    display: block;
    color: #3e3e3e;
}

.left-content-box .inner-link{
    font-size:20px;
    display: block;
    color:#000000 !important;
    font-weight:bold;
}
.left-content-box .inner-link:hover,
.left-content-box .inner-link:active,
.left-content-box .inner-link:focus{
    text-decoration: none;
}
#changable{
    background-color: #b3d9ed;
}

.white-page{
    width: 500px;
    height: 600px;
    background-color: #b3d9ed;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;

}

canvas{
    background-color: transparent;
    width: 500px;
}
.canvas-block{
    width: 100%;
    height: 600px;
}

.canvas-title{
    position: absolute;
    text-align: center;
    bottom: 50px;
    left: 0;
    right: 0;
}
.canvas-title span{
    font-size: 22px;
}
.index-main{
    padding: 0 !important;
}
#logincanvas{
    width: 500px !important;
    margin-left: 80px;
}
.changable-page{
    -webkit-transform:  translate3d(0,+300%,0);
    -moz-transform: translate3d(0,+300%,0);
    -ms-transform:  translate3d(0,+300%,0);
    -o-transform: translate3d(0,+300%,0);
    transform: translate3d(0,+300%,0);
    -webkit-transition:all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -moz-opacity: 1;
    opacity:1;
    visibility: hidden;
    position: absolute;
}
.changable-page.page-active{
    -webkit-transform:  translate3d(0,0,0);;
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
    visibility: visible;
    position: relative;
    -webkit-transition:all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.changable-page.page-back{
    -webkit-transform:  translate3d(0,-300%,0);
    -moz-transform: translate3d(0,-300%,0);
    -ms-transform:  translate3d(0,-300%,0);
    -o-transform: translate3d(0,-300%,0);
    transform: translate3d(0,-300%,0);
    visibility: hidden;
    position: absolute;
    left:-10px;
}
body{
    font-family:'Roboto';
}
.content{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 600px;
}
.page--current{
    -webkit-transform:  translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform:  translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0)!important;
}
.pages .page{
    -webkit-transform:  translate3d(0,+100%,0);
    -moz-transform: translate3d(0,+100%,0);
    -ms-transform:  translate3d(0,+100%,0);
    -o-transform: translate3d(0,+100%,0);
    transform: translate3d(0,+100%,0);
    -webkit-transition:all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.page-back{
    -webkit-transform:  translate3d(0,-100%,0) !important;
    -moz-transform: translate3d(0,-100%,0) !important;
    -ms-transform:  translate3d(0,-100%,0) !important;
    -o-transform: translate3d(0,-100%,0) !important;
    transform: translate3d(0,-100%,0) !important;
}

/* INDEX END*/


/*ABOUT US START*/
.about-us{
    background: #fff;
}
.about-us .title{
    font-size: 62px;
    margin-bottom:60px;
    text-align: center;
    font-weight:bold;
    color: #000;
}
.about-us .description{
    font-size:20px;
    color:#3e3e3e;
    margin-bottom: 45px;
    display: block;
    text-align: center;
}
.about-us .link a{
    font-size: 20px;
    color:#000000 !important;
    display: block;
    text-align: center;
    font-weight:bold;
}
.about-us .link a:hover,
.about-us .link a:active,
.about-us .link a:focus{
    text-decoration: none;
}
.about-us .mouse img{
    position: absolute;
    left: 0;
    right: 0;
    margin:30px auto;
    bottom: 0;
}
.about-us .container-fluid{
    background: #ffffff;
    margin:0 !important;
    position: relative;
    height: 100vh;
    overflow: hidden;

}
/*ABOUT US END*/


/*CULTURE START*/
#culture.container-fluid{
    background: #1260fb;
    margin-left:0 !important;
    margin-right: 0 !important;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
#culture .page-up {
    text-align: center;
    color:#ffffff;
    margin-bottom:45px;
}
#culture .page-up .title span{
    font-size:63px;
    font-weight:bold;
}
#culture .page-up .description {
    text-align: center;
    color:#ffffff;
    margin-bottom:100px;
}
#culture .page-up .description span{
    font-size:20px;
}
#culture .page-down{
    text-align: center;
    color:#ffffff;
}
#culture .page-down .title{
    margin-bottom:40px;
}
#culture .page-down .title span{
    display: inline-block;
    font-size:45px;
    font-weight:bold;
}
#culture .shape-group{
    margin-top:50px;
}
#culture .shape-group img{
    height: 30px;
    margin-left:10px;
    margin-right:10px;
    -webkit-transition:all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
#culture .shape-group img:nth-child(1){
    left:0;
}
/*CULTURE END*/


/*CONTACT START*/
#contact.container-fluid{
    background-color: #58bfce;
    margin-left:0 !important;
    margin-right: 0 !important;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
#contact .page-up{
     margin-bottom:40px;
 }
#contact .page-up .title{
    text-align: center;
}
#contact .page-up .title span{
    color:#ffffff;
    font-size: 63px;
    font-weight:bold;
}
#contact .page-up .description{
    font-size:20px;
    margin-top:40px;
    color:#ffffff;
    text-align: center;
}
#contact .page-down{
    text-align: center;
    color: #fff;
    padding:100px 100px 0px 100px;
    -webkit-background-size:contain;
    -moz-background-size: contain;
    background-size:contain;
}
#contact .page-down .title{
    font-size:45px;
    margin-bottom:40px;
    font-weight:bold;
}
#contact .page-down .description{
    margin-bottom:35px;
}
#contact .page-down .description .address{
    margin-bottom:35px;
}
#contact .page-down .description span{
    font-size:15px;
    display: block;
}
#contact .page-down .description .business-career{
    margin-top:35px;
    padding-bottom:100px;
}
#contact .page-down .description .business-career .business{
    font-size:12px;
    margin-right:15px;
    display: inline;
    color:#fff !important;
}
#contact .page-down .description .business-career .career{
    font-size:12px;
    margin-left:15px;
    display: inline;
    text-decoration: line-through;

}
#contact .page-down .description .business-career a{
    color:#fff !important;
    cursor: pointer;
}
#contact .page-down .description .business-career a:first-child:hover{
    text-decoration: none;
}
#contact .page-down .description .business-career .dot{
    height: 5px;
    position: absolute;
    width: 5px;
    margin-top: 6px;
    background: #ffffff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}
/*CONTACT END*/


/*BUSINESS START*/
#business.container-fluid{
    background: #2bb2c6;
    margin-left:0 !important;
    margin-right: 0 !important;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
#business .title{
    text-align: center;
    color:#ffffff;
    margin-bottom:80px;
}
#business .title span{
    font-size:63px;
    font-weight:bold;
}
#business form .form-group label,
#business form .form-group input
{
    color:#ffffff;
}
#business form .form-group button img{
    margin-left:15px;
    margin-top:-2px;
}
#business form .form-group button{
    color:#ffffff !important;
    background: transparent !important;
    border:none !important;
}
#business form .form-group button:hover{
    background: transparent !important ;
    border:none !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/*BUSINESS END*/



/*ANİMATİONS START*/
/* ABOUT-US SAYFASI BAŞLANGIÇ*/
.page--current.about-us .moving-object .title{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
.about-us .moving-object .title{
    -webkit-transform:  translate3d(0,+700%,0);
    -moz-transform: translate3d(0,+700%,0);
    -ms-transform:  translate3d(0,+700%,0);
    -o-transform: translate3d(0,+700%,0);
    transform: translate3d(0,+700%,0);
    -webkit-transition:transform  1s ease;
    -moz-transition: transform  1s ease;
    -o-transition: transform  1s ease;
    transition: transform  1s ease;
    -moz-opacity: 0;
    opacity: 0;
}
.page--current.about-us .moving-object .description{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
.about-us .content{
    height:300px;
}
.about-us .moving-object .description{
    -webkit-transform:  translate3d(0,+800%,0);
    -moz-transform: translate3d(0,+800%,0);
    -ms-transform:  translate3d(0,+800%,0);
    -o-transform: translate3d(0,+800%,0);
    transform: translate3d(0,+800%,0);
    -webkit-transition:transform  1.2s ease;
    -moz-transition: transform  1.2s ease;
    -o-transition: transform  1.2s ease;
    transition: transform  1.2s ease;
    -moz-opacity: 0;
    opacity: 0;
}
.page--current.about-us .moving-object .link{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
.about-us .moving-object .link{
    -webkit-transform:  translate3d(0,+1500%,0);
    -moz-transform: translate3d(0,+1500%,0);
    -ms-transform:  translate3d(0,+1500%,0);
    -o-transform: translate3d(0,+1500%,0);
    transform: translate3d(0,+1500%,0);
    -webkit-transition:transform  1.4s ease;
    -moz-transition: transform  1.4s ease;
    -o-transition: transform  1.4s ease;
    transition: transform  1.4s ease;
    -moz-opacity: 0;
    opacity: 0;
}
/* ABOUT-US SAYFASI BİTİŞ*/


/* CULTURE SAYFASI BAŞLANGIÇ*/
.page--current.culture .page-up .moving-object.title{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
.culture .page-up .moving-object.title{
    -webkit-transform:  translate3d(0,+400%,0);
    -moz-transform: translate3d(0,+400%,0);
    -ms-transform:  translate3d(0,+400%,0);
    -o-transform: translate3d(0,+400%,0);
    transform: translate3d(0,+400%,0);
    -webkit-transition:transform  1s ease;
    -moz-transition: transform  1s ease;
    -o-transition: transform  1s ease;
    transition: transform  1s ease;
    -moz-opacity: 0;
    opacity: 0;
}
.page--current.culture .page-up .moving-object.description{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
.culture .page-up .moving-object.description{
    -webkit-transform:  translate3d(0,+900%,0);
    -moz-transform: translate3d(0,+900%,0);
    -ms-transform:  translate3d(0,+900%,0);
    -o-transform: translate3d(0,+900%,0);
    transform: translate3d(0,+900%,0);
    -webkit-transition:transform  1.2s ease;
    -moz-transition: transform  1.2s ease;
    -o-transition: transform  1.2s ease;
    transition: transform  1.2s ease;
    -moz-opacity: 0;
    opacity: 0;
}
.page--current.culture .page-down .moving-object.title{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
.culture .page-down .moving-object.title{
    -webkit-transform:  translate3d(0,+900%,0);
    -moz-transform: translate3d(0,+900%,0);
    -ms-transform:  translate3d(0,+900%,0);
    -o-transform: translate3d(0,+900%,0);
    transform: translate3d(0,+900%,0);
    -webkit-transition:transform  1.4s ease;
    -moz-transition: transform  1.4s ease;
    -o-transition: transform  1.4s ease;
    transition: transform  1.4s ease;
    -moz-opacity: 0;
    opacity: 0;
}

.page--current.culture .page-down .moving-object.description{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
.culture .page-down .moving-object.description{
    -webkit-transform:  translate3d(0,+1000%,0);
    -moz-transform: translate3d(0,+1000%,0);
    -ms-transform:  translate3d(0,+1000%,0);
    -o-transform: translate3d(0,+1000%,0);
    transform: translate3d(0,+1000%,0);
    -webkit-transition:transform  1.6s ease;
    -moz-transition: transform  1.6s ease;
    -o-transition: transform  1.6s ease;
    transition: transform  1.6s ease;
    -moz-opacity: 0;
    opacity: 0;
}
.page--current.culture .page-down .moving-object.shape-group{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
.culture .page-down .moving-object.shape-group{
    -webkit-transform:  translate3d(0,+2800%,0);
    -moz-transform: translate3d(0,+2800%,0);
    -ms-transform:  translate3d(0,+2800%,0);
    -o-transform: translate3d(0,+2800%,0);
    transform: translate3d(0,+2800%,0);
    -webkit-transition:transform  1.6s ease;
    -moz-transition: transform  1.6s ease;
    -o-transition: transform  1.6s ease;
    transition: transform  1.6s ease;
    -moz-opacity: 0;
    opacity: 0;
}
.culture .content{
    height:500px;
}
/* CULTURE SAYFASI BİTİŞ*/


/* CONTACT SAYFASI BAŞLANGIÇ*/
.page--current.contact .page-up .moving-object.title{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
.contact .page-up .moving-object.title{
    -webkit-transform:  translate3d(0,+400%,0);
    -moz-transform: translate3d(0,+400%,0);
    -ms-transform:  translate3d(0,+400%,0);
    -o-transform: translate3d(0,+400%,0);
    transform: translate3d(0,+400%,0);
    -webkit-transition:transform  1s ease;
    -moz-transition: transform  1s ease;
    -o-transition: transform  1s ease;
    transition: transform  1s ease;
    -moz-opacity:0;
    opacity: 0;
}
.page--current.contact .page-up .moving-object.description{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
.contact .page-up .moving-object.description{
    -webkit-transform:  translate3d(0,+900%,0);
    -moz-transform: translate3d(0,+900%,0);
    -ms-transform:  translate3d(0,+900%,0);
    -o-transform: translate3d(0,+900%,0);
    transform: translate3d(0,+900%,0);
    transition: transform  1.2s ease;
    -moz-opacity: 0;
    opacity: 0;
}
.page--current.contact .page-down .moving-object.title{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
.contact .page-down .moving-object.title {
    -webkit-transform:  translate3d(0,+400%,0);
    -moz-transform: translate3d(0,+400%,0);
    -ms-transform:  translate3d(0,+400%,0);
    -o-transform: translate3d(0,+400%,0);
    transform: translate3d(0, +400%, 0);
    -webkit-transition:transform  1.2s ease;
    -moz-transition: transform  1.2s ease;
    -o-transition: transform  1.2s ease;
    transition: transform 1.2s ease;
    -moz-opacity: 0;
    opacity: 0;
}
.page--current.contact .page-down .moving-object.address{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
.contact .page-down .moving-object.address{
    -webkit-transform:  translate3d(0,+600%,0);
    -moz-transform: translate3d(0,+600%,0);
    -ms-transform:  translate3d(0,+600%,0);
    -o-transform: translate3d(0,+600%,0);
    transform: translate3d(0,+600%,0);
    -webkit-transition:transform 1.55s ease;
    -moz-transition: transform 1.55s ease;
    -o-transition: transform 1.55s ease;
    transition: transform 1.55s ease;
    -moz-opacity: 0;
    opacity: 0;
}
.page--current.contact .page-down .moving-object.phone{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 0;
    opacity:1;
}
.contact .page-down .moving-object.phone{
    -webkit-transform:  translate3d(0,+500%,0);
    -moz-transform: translate3d(0,+500%,0);
    -ms-transform:  translate3d(0,+500%,0);
    -o-transform: translate3d(0,+500%,0);
    transform: translate3d(0,+500%,0);
    -webkit-transition:transform  1.6s ease;
    -moz-transition: transform  1.6s ease;
    -o-transition: transform  1.6s ease;
    transition: transform 1.6s ease;
    -moz-opacity: 0;
    opacity: 0;
}
.page--current.contact .page-down .moving-object.business-career{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 0;
    opacity:1;
}
.contact .page-down .moving-object.business-career{
    -webkit-transform:  translate3d(0,+300%,0);
    -moz-transform: translate3d(0,+300%,0);
    -ms-transform:  translate3d(0,+300%,0);
    -o-transform: translate3d(0,+300%,0);
    transform: translate3d(0,+300%,0);
    -webkit-transition:transform  1s ease;
    -moz-transition: transform  1s ease;
    -o-transition: transform  1s ease;
    transition: transform  1s ease;
    -moz-opacity: 0;
    opacity: 0;
}
/* CONTACT SAYFASI BİTİŞ*/


/* BUSİNESS SAYFASI BAŞLANGIÇ*/
.business .moving-object.title{
    -webkit-transform:  translate3d(0,+500%,0);
    -moz-transform: translate3d(0,+500%,0);
    -ms-transform:  translate3d(0,+500%,0);
    -o-transform: translate3d(0,+500%,0);
    transform: translate3d(0,+500%,0);
    -webkit-transition:transform  1s ease;
    -moz-transition: transform  1s ease;
    -o-transition: transform  1s ease;
    transition: transform  1s ease;
    -moz-opacity: 0;
    opacity: 0;
}
.page--current.business .moving-object.title{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
.business .moving-object.business-form{
    -webkit-transform:  translate3d(0,+500%,0);
    -moz-transform: translate3d(0,+500%,0);
    -ms-transform:  translate3d(0,+500%,0);
    -o-transform: translate3d(0,+500%,0);
    transform: translate3d(0,+500%,0);
    -webkit-transition:transform  1s ease;
    -moz-transition: transform  1s ease;
    -o-transition: transform  1s ease;
    transition: transform  1s ease;
    -moz-opacity: 0;
    opacity: 0;
}
.page--current.business .moving-object.business-form{
    -webkit-transform:  translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform:  translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -moz-opacity: 1;
    opacity:1;
}
/*BUSINESS SAYFASI BİTİŞ*/


/*ANİMATİONS END*/


/*MEDIA'S START*/
@media(min-width: 360px) and (max-width: 500px){

    #culture .page-up,
    #contact .page-up,
    #business .title{
        margin-top:40px !important;
    }

    .header-icon{
        margin-top: 15px;
        margin-left: 25px;
    }
    #contact .page-down .description .business-career{
        margin-top:10px;
    }
    .back-arrow{
        margin-left: 100px;
        margin-top: 25px;
    }
    .close-button,
    .open-button{
        top:25px;
        right:25px;
    }

    .header-icon a img{
        height: 60px;
    }
    .header-modal-text{
        height: 375px;
    }

    .left-content-box .title,
    .about-us .title,
    #culture .page-up .title span,
    #contact .page-up .title span{
        font-size:50px;
    }
    #culture .page-up .description,
    #culture .page-up,
    #culture .page-down .title,
    #contact .page-down .title,
    #business .title{
        margin-bottom:10px
    }
    .left-content-box .inner-link,
    .left-content-box .description,
    .about-us .link a,
    .about-us .description,
    #culture .page-up .description span,
    #culture .page-down .description span,
    #contact .page-up .description{
        font-size:16px;
    }
    #culture .page-down .title span,
    #contact .page-down .title,
    #business .title span{
        font-size: 35px;
    }
    #culture .shape-group{
        margin-top: 10px;
    }
    #contact .content,
    #business .content{
        height: 500px;
    }
    #contact .page-down{
        padding: 0;
    }
    .business-form .form-group{
        margin:0;
        padding-bottom: 3px;
    }

}

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

    #culture .page-up,
    #contact .page-up,
    #business .title{
        margin-top:40px !important;
    }

    .header-icon a img{
        height:75px;
    }
    .back-arrow{
        margin-left: 140px;
        margin-top: 45px;
    }

    .close-button,
    .open-button{
        top:45px;
        right:45px;
    }

    .header-modal-text{
        height:400px;
    }

    .left-content-box .title,
    .about-us .title,
    #culture .page-up .title span,
    #contact .page-up .title span{
        font-size:55px;
    }

    #culture .page-down .title span,
    #contact .page-down .title,
    #business .title span{
        font-size: 40px;
    }

    .left-content-box .inner-link,
    .left-content-box .description,
    .about-us .link a,
    .about-us .description,
    #culture .page-up .description span,
    #culture .page-down .description span,
    #contact .page-up .description{
        font-size:18px;
    }
    #culture .page-up .description{
        margin-bottom: 0;
    }

    #culture .page-up,
    #business .title{
        margin-bottom:20px;
    }

    #contact .content,
    #business .content{
        height: 500px;
    }
    #contact .page-down{
        padding: 0;
    }
    .business-form .form-group{
        margin:10px 0 0 0;
    }
}
/*MEDIA'S END*/
