.formError {
z-index: 990
}
.formError .formErrorContent {
z-index: 991
}
.formError .formErrorArrow {
z-index: 996
}
.ui-dialog .formError {
z-index: 5000
}
.ui-dialog .formError .formErrorContent {
z-index: 5001
}
.ui-dialog .formError .formErrorArrow {
z-index: 5006
}
.inputContainer {
position: relative;
float: left
}
.formError {
position: absolute;
top: 300px;
left: 300px;
display: block;
cursor: pointer;
text-align: left
}
.formError.inline {
position: relative;
top: 0;
left: 0;
display: inline-block
}
.ajaxSubmit {
padding: 20px;
background: #55ea55;
border: 1px solid #999;
display: none
}
.formError .formErrorContent {
width: 100%;
background: #ee0101;
position: relative;
color: #fff;
min-width: 120px;
font-size: 11px;
border: 2px solid #ddd;
box-shadow: 0 0 6px #000;
-moz-box-shadow: 0 0 6px #000;
-webkit-box-shadow: 0 0 6px #000;
-o-box-shadow: 0 0 6px #000;
padding: 4px 10px 4px 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
box-sizing: border-box
}
.formError.inline .formErrorContent {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
border: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0
}
.greenPopup .formErrorContent {
background: #33be40
}
.blackPopup .formErrorContent {
background: #393939;
color: #FFF
}
.formError .formErrorArrow {
width: 15px;
margin: -2px 0 0 13px;
position: relative
}
body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
margin: -2px 13px 0 0
}
.formError .formErrorArrowBottom {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
margin: 0 0 0 12px;
top: 2px
}
.formError .formErrorArrow div {
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
box-shadow: 0 2px 3px #444;
-moz-box-shadow: 0 2px 3px #444;
-webkit-box-shadow: 0 2px 3px #444;
-o-box-shadow: 0 2px 3px #444;
font-size: 0;
height: 1px;
background: #ee0101;
margin: 0 auto;
line-height: 0;
font-size: 0;
display: block
}
.formError .formErrorArrowBottom div {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none
}
.greenPopup .formErrorArrow div {
background: #33be40
}
.blackPopup .formErrorArrow div {
background: #393939;
color: #FFF
}
.formError .formErrorArrow .line10 {
width: 13px;
border: none
}
.formError .formErrorArrow .line9 {
width: 11px;
border: none
}
.formError .formErrorArrow .line8 {
width: 11px
}
.formError .formErrorArrow .line7 {
width: 9px
}
.formError .formErrorArrow .line6 {
width: 7px
}
.formError .formErrorArrow .line5 {
width: 5px
}
.formError .formErrorArrow .line4 {
width: 3px
}
.formError .formErrorArrow .line3 {
width: 1px;
border-left: 2px solid #ddd;
border-right: 2px solid #ddd;
border-bottom: 0 solid #ddd
}
.formError .formErrorArrow .line2 {
width: 3px;
border: none;
background: #ddd
}
.formError .formErrorArrow .line1 {
width: 1px;
border: none;
background: #ddd
}
.form-holder #contact_form {
display: block
}
.contact_form UL {
margin: 0;
padding: 0;
display: inline-block
}
.contact_form LI {
margin: 0 0 7px;
padding: 0;
list-style: none;
font-size: 8pt;
position: relative;
float: left;
width: 100%
}
.contact_form .form-text, .contact_form .form-textarea {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 50px;
line-height: 32px;
padding-left: 25px;
background: #fff;
color: #000;
position: relative;
font-size: 15px;
margin-bottom: 1px;
font-family: 'Source Sans Pro', sans-serif
}
.contact_form .form-textarea {
height: 128px;
resize: none;
line-height: 18px;
padding: 8px;
font-size: 12px;
padding-left: 25px;
border-radius: 0;
background: #fff
}
.contact_form LABEL {
height: 15px;
color: #fff;
font-size: 17px;
font-family: 'Source Sans Pro', sans-serif
}
.form-holder .form-submit {
font-size: 18px;
color: #FFF;
margin-top: 10px;
display: table;
margin-right: 0;
padding: 0 30px;
width: 60%;
cursor: pointer;
background-image: -moz-linear-gradient(90deg,rgb(7,7,7) 0%,rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(90deg,#58142f 0%,#a9295b 100%);
background-image: -ms-linear-gradient(90deg,rgb(7,7,7) 0%,rgb(255,255,255) 100%);
font-family: 'Source Sans Pro',sans-serif;
font-weight: 700;
color: #fff;
border-top: 1px solid #61273d;
margin-top: 10px;
margin-left: 65px;
}
.form-holder .form-submit:hover {
opacity: .7;
cursor: pointer
}
INPUT.inputError, SELECT.inputError {
border: 1px solid #F00!important
}
::-webkit-input-placeholder {
color:#ccc;
font-family:'Source Sans Pro', sans-serif;
font-size:15px
}
:-moz-placeholder {
color:#ccc;
font-family:'Source Sans Pro', sans-serif;
font-size:15px;
opacity:1
}
::-moz-placeholder {
color:#ccc;
font-family:'Source Sans Pro', sans-serif;
font-size:15px;
opacity:1
}
:-ms-input-placeholder {
color:#ccc;
font-family:'Source Sans Pro', sans-serif;
font-size:15px
}
.input-group-addon {
padding: 5px 10px;
font-size: 11px;
font-weight: 400;
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;
height: 1px
}
input[type=checkbox]:not(old) + label, input[type=radio]:not(old) + label {
display: inline-block;
padding-left: 22px;
background: url(../images/form/checks.html) 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: 200px
}
@-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)
}
}
.backg {
height: 100%
}
section.page-section-ptb.parallax.uclu {
padding: 0
}
section#slider:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
height: 60px;
width: 50%;
background: #fff;
z-index: 9
}
section#slider:after {
content: "";
position: absolute;
right: 47%;
bottom: 0;
height: 60px;
width: 80px;
background: #fff;
z-index: 9;
transform: skew(-36deg)
}
body {
font-family: 'SofiaPro'!important;
font-weight: 400;
font-style: normal;
font-size: 14px;
overflow-x: hidden
}
.close-i {
cursor: pointer;
position: absolute;
right: 0;
font-size: 30px;
color: #fff;
top: 10px;
right: 50%;
}
.form-holder.change .close-i {
display: none;
}
.form-holder .close-i {
display: block;
}

a, .btn {
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s
}
a:focus {
text-decoration: none;
outline: none
}
a:focus, a:hover {
color: #e93e21;
text-decoration: none
}
a, button, input {
outline: medium none
}
.uppercase {
text-transform: uppercase
}
h1, h2, h3, h4, h5, h6 {
color: #1e2327;
margin-top: 0;
font-family: 'SofiaPro'
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit
}
h1 {
font-size: 60px;
font-style: normal;
line-height: 60px
}
h2 {
font-style: normal
}
h3 {
font-size: 40px;
font-style: normal;
line-height: 40px
}
h4 {
font-size: 30px;
font-style: normal;
line-height: 30px
}
h5 {
font-size: 22px;
font-style: normal;
line-height: 22px
}
h6 {
font-size: 18px;
font-style: normal;
line-height: 18px
}
ul {
margin: 0;
padding: 0
}
p {
font-size: 14px;
font-weight: 400;
line-height: 24px;
color: #9d9d9d
}
label {
font-size: 15px;
font-weight: 400;
color: #9d9d9d
}
.label {
color: #fff;
font-size: 9px
}
*::-moz-selection {
background:#1e2327;
color:#fff;
text-shadow:none
}
::-moz-selection {
background:#1e2327;
color:#fff;
text-shadow:none
}
::selection {
background: #1e2327;
color: #fff;
text-shadow: none
}
strong {
color: #9d9d9d
}
.bakir .sag-proje {
top: initial;
width: 39%;
bottom: 0;
right: 70px
}
#index .container {
overflow: initial
}
#slider .owl-item.active .sag-proje {
display: block
}
.beyaz {
display: inline-block;
float: right;
z-index: 999;
padding: 10px 0;
position: relative;
box-sizing: border-box
}
.slider {
position: relative;
display: block;
height: auto;
overflow: hidden;
float: left;
width: 100%;
margin-top: 0
}
#slider .item {
width: 100%;
Background-size: cover!important;
background-repeat: no-repeat!important;
background-attachment: fixed;
position: relative;
height: 100vh
}
.beyaz img {
width: 75%
}
.form-holder {border-radius: 250px !important;padding: 60px;box-sizing: border-box;display: block;margin: auto;z-index: 999999;position: absolute;width: 400px;border-radius: 10px;box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.49);transition: all 0.3s ease;bottom: 220px;background-image: -moz-linear-gradient( 90deg, rgb(26,35,68) 0%, rgb(47,65,124) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(26,35,68) 0%, rgb(47,65,124) 100%);background-image: -ms-linear-gradient( 90deg, rgb(26,35,68) 0%, rgb(47,65,124) 100%);transition: all 0.3s ease-in;right: 40px;height: 400px;cursor: pointer;}
.contact_form LI:nth-child(3), .contact_form LI:nth-child(6) { margin-right: 0; }
.contact_form LI:nth-child(9) { width: 27%; font-size: 13px; letter-spacing: 2px; box-sizing: border-box; }
.contact_form LI:nth-child(11) { float: right; width: 30%; }
table#izinRadio tr td { display: block; margin-bottom: 10px; }
.form-title {text-align: center;margin-bottom: 20px;font-family: 'Raleway', sans-serif;color: #fff;font-weight: bold;display: block;transition: all 0.3s ease-in;}
section#reklam { height: auto; margin-top: 80px; text-align: center; font-weight: bold; font-family: 'Raleway', sans-serif; padding-bottom: 40px; background: #f5f5f5; }
.up-down { background: url(../images/up-down.html); position: absolute; width: 26px; height: 18px; top: -10px; left: 50%; margin-left: -13px; background-position: bottom center; transition: all 0.3s ease; }
.form-inner { display: table-cell; vertical-align: middle; }
.up-down.up { background-position: top center; transition: all 0.3s ease; }
div#div-form { transition: all 0.3s ease; }
.form-holder.change {position: fixed !important;top: 50% !important;margin-top: 0;height: auto;bottom: auto;z-index: 3;transition: all 0.3s ease-in;width: auto;z-index: 99999999999;padding: 20PX;bottom: initial !important;right: 40px !important;border-radius: 30px !important;}
.form-holder.change .form { display: none; }
.form-holder.change .form-title { margin-bottom: 0; cursor: pointer; }
.up-down.yukari { background-position: top center; transition: all 0.3s ease; cursor: pointer; }
.baslik { font-size: 28px; line-height: 50px; color: #363842; margin-bottom: 40px; }
.form-holder.change .f-icon {
text-align: center;
transition: all 0.3s ease-in;
display: block;
width: 41px !important;
}
.form-holder.change .f-kucuk {
display: block;
text-align: center;
margin-top: 20px;
color: #fff;
font-size: 12px;
transition: all 0.3s ease-in;
}
.form-holder.change .form-title {
display: none;
transition: all 0.3s ease-in;
}
.form-holder .f-icon,.form-holder .f-kucuk {
display: none;
transition: all 0.3s ease-in;
}
@font-face {
font-family: 'SofiaPro-Bold';
src: url(../fonts/SofiaPro-Bold.eot) format('embedded-opentype'), url(../fonts/SofiaPro-Bold.otf) format('opentype'), url(../fonts/SofiaPro-Bold.woff) format('woff'), url(../fonts/SofiaPro-Bold.ttf) format('truetype'), url(../fonts/SofiaPro-Bold.svg) format('svg');
font-weight: 400;
font-style: normal
}
.hizli-form-holder input {
height: 40px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #fff;
-webkit-box-shadow: 0 1px #3f444d, inset 0 1px 3px rgba(23,25,28,.44);
-moz-box-shadow: 0 1px #3f444d, inset 0 1px 3px rgba(23,25,28,.44);
box-shadow: 0 1px #3f444d, inset 0 1px 3px rgba(23,25,28,.44);
padding: 10px;
box-sizing: border-box;
border: none;
outline: none;
margin-right: 10px;
font-size: 15px;
width: 100%
}
.hizli-form-holder input[type=submit] {
font-size: 18px;
margin-right: 0;
padding: 0 30px;
width: 100%;
cursor: pointer;
background-image: -moz-linear-gradient(90deg, rgb(7,7,7) 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(90deg, #58142f 0%, #a9295b 100%);
background-image: -ms-linear-gradient(90deg, rgb(7,7,7) 0%, rgb(255,255,255) 100%);
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
color: #fff;
border-top: 1px solid #61273d;
margin-left: 65px;
margin-top: 10px
}
.form-holder select.w50 {
width: 50%;
float: left;
margin: 0
}
.form-holder select.w50:last-child {
width: calc(50% - 10px);
margin-left: 10px
}
#contact_form {
opacity: 1
}
.hizli-form-holder {
width: 100%;
position: relative;
display: block;
background-color: #243238;
padding: 35px 25px;
box-sizing: border-box;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 25px 32px rgba(0,0,0,.25);
-moz-box-shadow: 0 25px 32px rgba(0,0,0,.25);
box-shadow: 0 25px 32px rgba(0,0,0,.25);
display: none
}
.hizli-form-holder ul {
width: inherit;
display: table;
margin: auto
}
.hizli-form-holder ul li {
width: 280px
}
.hizli-form-holder ul li:last-child {
width: 150px
}
a.siziArayalim {
position: absolute;
right: 80px;
top: 50%;
background: rgba(38,79,103,.87);
transition: 1s;
width: 88px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
box-sizing: border-box;
text-align: center;
color: #fff;
text-decoration: none;
font-size: 14px;
text-align: center;
-webkit-box-shadow: 0 15px 25px rgba(0,0,0,.25);
-moz-box-shadow: 0 15px 25px rgba(0,0,0,.25);
box-shadow: 0 15px 25px rgba(0,0,0,.25);
z-index: 99;
letter-spacing: 1px;
background-image: -moz-linear-gradient(90deg, rgb(26,35,68) 0%, rgb(47,65,124) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(26,35,68) 0%, rgb(47,65,124) 100%);
background-image: -ms-linear-gradient(90deg, rgb(26,35,68) 0%, rgb(47,65,124) 100%)
}
a.siziArayalim i {
display: block;
padding-bottom: 10px;
margin: 0 0 10px 15px
}
.fixedForm {
position: absolute;
right: 190px;
z-index: 222;
width: 280px;
background: none;
display: block;
z-index: 99;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0;
margin: 0;
transition: 1s;
margin-top: -20px;
box-sizing: border-box
}
.fixedForm ul li {
margin-top: 0;
margin-right: 0
}
.fixedForm input {
margin-right: 0;
-webkit-box-shadow: 0 1px #348038, inset 0 1px 3px rgba(23,25,28,.44);
-moz-box-shadow: 0 1px #348038, inset 0 1px 3px rgba(23,25,28,.44);
box-shadow: 0 1px #348038, inset 0 1px 3px rgba(23,25,28,.44);
border: none
}
.hizli-form-title {
color: #fff;
text-align: center;
border-bottom: 1px solid #61273d;
margin-bottom: 10px;
padding-bottom: 10px;
width: 280px
}
.kampanyalar .hizli-form-holder {
display: inline-block;
top: 0px!important
}
.kampanyalar .kampanyaList .hizli-form-holder:before {
content: "";
bottom: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136,183,213,0);
border-bottom-color: #243238;
border-width: 10px;
margin-left: -10px;
right: 8%
}
a.siziArayalim.open {
height: 400px;
width: 400px;
-webkit-border-radius: 20px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 20px;
-moz-border-radius-topright: 0;
border-radius: 270px;
margin-top: -90px;
margin-right: 50px
}
a.siziArayalim.open p {
opacity: 0;
transition: 300ms
}
a.siziArayalim p {
transition: 300ms;
opacity: 1;
padding: 20px 10px 30px 10px;
color: #fff
}
a.siziArayalim .close {
display: none
}
a.siziArayalim.open .close {
position: absolute;
top: 10px;
right: 5px;
background: rgba(66,102,123,0);
height: 390px;
width: 390px;
line-height: 25px;
font-size: 20px;
display: block;
z-index: 99;
opacity: 1;
font-size: 30px
}
#slider .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
background: #24325f
}
.button_container {
position: relative;
height: 33px;
width: 41px;
cursor: pointer;
z-index: 9999;
display: block;
position: fixed;
right: 0;
right: 320px;
opacity: 1
}
.button_container:hover {
opacity: 1
}
.button_container.active .top {
transform: translateY(11px) translateX(0) rotate(45deg)
}
.button_container.active .middle {
opacity: 0
}
.button_container.active .bottom {
transform: translateY(-14px) translateX(0) rotate(-45deg)
}
.button_container span {
background: #fff!important;
border: none;
height: 6px;
width: 100%;
position: absolute;
top: 0;
left: 0;
transition: all .35s ease;
cursor: pointer;
border-radius: 20px;
box-shadow: 1px 1px 12px #000
}
.button_container span:nth-of-type(2) {
top: 14px;
background: #000
}
.button_container span:nth-of-type(3) {
top: 27px;
background: #000
}
.overlay {
position: fixed;
background: #000;
top: 0;
left: 0;
height: 0;
opacity: 0;
visibility: hidden;
transition: opacity .35s, visibility .35s, height .35s;
overflow: hidden;
z-index: 999;
display: block;
right: 300px
}
.overlay.open {
opacity: .90;
visibility: visible;
height: 100%
}
.overlay.open ul li {
animation: fadeInRight .5s ease forwards;
animation-delay: .35s
}
.overlay.open ul li :nth-of-type(2) {
animation-delay: .4s
}
.overlay.open ul li :nth-of-type(3) {
animation-delay: .45s
}
.overlay.open ul li :nth-of-type(4) {
animation-delay: .5s
}
nav.overlay-menu {
position: relative;
font-size: 45px;
font-weight: 400;
text-align: center;
display: block;
margin-top: 0;
left: 0;
z-index: 9999;
padding-top: 70px
}
nav.overlay-menu ul {
list-style: none;
padding: 0;
, :0auto;, :inline-blockposition:relative, :100%box-sizing:border-box
}
nav.overlay-menu h4 {
color: #fff;
font-weight: 300;
margin-bottom: 30px;
border-bottom: 5px solid
}
nav.overlay-menu ul li {
display: block;
position: relative;
opacity: 1
}
nav.overlay-menu ul li a {
display: block;
position: relative;
text-decoration: none;
overflow: hidden;
cursor: pointer;
transition: all .3s ease-out;
font-weight: 300;
color: #fff;
font-size: 35px;
padding: 10px 0
}
nav.overlay-menu ul li a:hover {
color: #9a1111
}
nav.overlay-menu ul li a:hover:before {
opacity: 1
}
#slider .owl-carousel.owl-theme .owl-dots .owl-dot span {
background: #fff
}
section#neden:before {
content: "";
position: absolute;
right: 0;
top: -40px;
height: 40px;
background: #1b2549;
width: 46%;
z-index: 9
}
.menu {
width: 100%;
float: right;
margin-bottom: 5px;
background: #1b2549;
position: relative;
}
.menu.tiny {
position: fixed;
z-index: 99;
transition: all 0.4s ease-in;
background: rgba(27,37,73,.78)
}
.menu.tiny ul {
float: left;
transition: all 0.4s ease-in
}
.menu.tiny:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -3400px;
width: 3400px;
background: rgba(27,37,73,.78);
transform: skew(0deg)
}
a.tel {
margin: 20px auto;
display: block;
float: right;
font-size: 20px;
font-weight: bold
}
.menu ul {
display: inline-block;
float: right;
margin-bottom: 0
}
.button_container {
display: none
}
.overlay {
display: none
}
section#index {
overflow-x: hidden
}
.mavi-logo:after {
content: "";
position: absolute;
right: -35px;
top: 0;
bottom: 0;
transform: skew(-30deg);
background: #3fb6ee;
width: 70px
}
.menu:after {
content: "";
position: absolute;
right: -1000px;
top: 0;
bottom: 0;
width: 1000px;
background: #1b2549
}
.menu ul li {
float: left;
list-style-type: none
}
#hizmetlerimiz .container {
overflow: initial
}
.mavi-logo {
position: absolute;
width: 31%;
background: #3fb6ee
}
.mavi-logo img {
max-width: 100%;
height: auto
}
.menu ul li a {
padding: 15px 25px;
display: block;
color: #fff;
font-size: 16px;
transition: all 0.3s ease-in
}
.menu ul li a.active {
color: #3fb6ee;
transition: all 0.3s ease-in
}
.container {
overflow: hidden
}
.menu:before {
content: "";
position: absolute;
left: -20px;
top: 0;
bottom: 0;
transform: skew(-30deg);
background: #1b2549;
width: 50px
}
.sol-proje {
display: table;
height: 100vh
}
.ortala {
display: none;
vertical-align: middle
}
#slider .owl-item.active .ortala {
display: table-cell
}
.sag-proje {
position: absolute;
bottom: 0;
width: 39%;
display: none;
right: 0
}
.sag-proje img {
max-width: 100%;
height: auto
}
#slider .container {
overflow: initial
}
.bas-ack {
color: #fff;
font-size: 16px;
line-height: 32px;
margin-top: 30px;
margin-bottom: 40px;
width: 500px
}
a.iletisim {
padding: 10px;
border: 1px solid #fff;
color: #fff;
font-size: 18px
}
section#neden:after {
content: "";
position: absolute;
right: 44%;
top: -40px;
height: 40px;
background: #1b2549;
width: 80px;
z-index: 9999;
transform: skew(-35deg)
}
section#hakkimizda {
position: relative;
display: table;
margin: auto
}
.button.white {
text-decoration: none solid rgb(233,62,33);
color: #fff;
border: 1px solid #fff!important;
background: none
}
@font-face {
font-family: 'SofiaPro';
src: url(../fonts/SofiaPro.eot) format('embedded-opentype'), url(../fonts/SofiaPro.otf) format('opentype'), url(../fonts/SofiaPro.woff) format('woff'), url(../fonts/SofiaPro.ttf) format('truetype'), url(../fonts/SofiaPro.svg) format('svg');
font-weight: 400;
font-style: normal
}
@font-face {
font-family: 'SofiaPro-Light';
src: url(../fonts/SofiaPro-Light.eot) format('embedded-opentype'), url(../fonts/SofiaPro-Light.otf) format('opentype'), url(../fonts/SofiaPro-Light.woff) format('woff'), url(../fonts/SofiaPro-Light.ttf) format('truetype'), url(../fonts/SofiaPro-Light.svg) format('svg');
font-weight: 400;
font-style: normal
}
.custom-content {
padding: 50px 0
}
h2.genel-bas {
font-family: 'SofiaPro-Bold';
color: #1a2447;
font-size: 43px;
padding: 0 5px;
display: inline-block;
padding-bottom: 5px;
border-bottom: 6px solid #3fb6ee
}
section.hakkimizda p {
padding-top: 30px;
color: #1a2447;
font-size: 20px;
line-height: 27px
}
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap *:last-child {
font-size: 19px!important;
line-height: 28px!important
}
.uclu {
height: 400px;
background-size: contain;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center!important
}
section#neden {
padding: 20px 0;
margin-top: 10px;
position: relative
}
section#neden .genel-bas {
color: #fff
}
.dortlu {
padding: 40px 0
}
.f-bas {
font-size: 23px;
padding-top: 20px;
padding-bottom: 20px
}
.f-ack {
font-family: 'SofiaPro-Light';
font-size: 16px;
line-height: 27px
}
.tels {
display: table;
margin: auto;
margin-bottom: 40px
}
.tels ul {
display: inline-block
}
.tels ul li {
list-style-type: none;
display: inline-block;
padding-right: 20px;
padding-left: 20px;
position: relative
}
.alt-menu li {
margin: 0;
padding: 0;
display: block;
float: left;
-webkit-transition: background-color 200ms ease;
transition: background-color 200ms ease;
font-size: 1em
}
.alt-menu li a {
margin: 0;
padding: 0 18px;
display: inline-block;
float: none;
width: 100%;
color: #fff;
font-size: .933em;
line-height: 64px;
position: relative;
text-transform: capitalize;
font-size: 22px
}
ul.alt-menu {
display: inline-block;
line-height: 180px
}
.tels ul li:first-child:after {
content: "/";
font-size: 28px;
position: absolute;
right: -7px
}
.tels ul li:last-child:before {
content: "/";
font-size: 28px;
position: absolute;
left: -7px
}
.map {
float: left;
width: 100%;
height: 250px
}
section#hizmetlerimiz {
padding: 15px 0;
overflow-x: hidden
}
div#gal .genel-bas {
padding-top: 10px;
margin-bottom: 50px
}
.referans ul {
display: table;
width: 80%;
margin: auto
}
.referans ul li {
float: left;
list-style-type: none;
width: calc(33.33% - 30px);
text-align: center;
padding: 5px;
box-sizing: border-box;
border: 2px solid #1b2549;
margin-right: 30px;
margin-bottom: 30px
}
section.referanslarimiz {
padding-bottom: 40px
}
a.map-icon {
text-align: center;
display: block;
margin: 30px auto
}
.adres {
font-family: 'SofiaPro-Light';
font-size: 22px;
text-align: center;
color: #1b2549;
margin-bottom: 50px
}
.adres span {
font-family: 'SofiaPro-Bold'
}
.tel-icon {
display: block;
text-align: center;
margin-bottom: 20px
}
a.telefon {
color: #1b2549;
font-size: 27px
}
.page-section-ptb {
padding: 80px 0
}
.page-section-pt {
padding: 80px 0 0
}
.page-section-pb {
padding: 0 0 80px
}
.section-title {
margin-bottom: 50px;
padding: 0 100px
}
.section-title h2 {
font-size: 50px;
padding-bottom: 15px;
font-weight: 700;
position: relative;
margin-bottom: 10px
}
.section-title h2:before {
position: absolute;
content: "";
width: 40px;
height: 2px;
background: #db2d2e;
left: 50%;
margin-left: -20px;
bottom: 0
}
.section-title p {
font-style: italic;
font-size: 14px;
display: block;
margin-top: 10px;
margin-bottom: 0
}
.section-title i {
font-size: 35px;
color: #9d9d9d;
line-height: 35px
}
.section-title i.white {
color: #fff
}
.section-title .title-separator {
position: relative
}
.section-title .title-separator .separator-left {
position: absolute;
left: 50%;
top: 18px;
margin-left: -198px
}
.section-title .title-separator .separator-left:after {
content: "";
background: #dbdbdb;
width: 150px;
height: 1px;
position: absolute;
top: 0
}
.section-title .title-separator .separator-left:before {
content: "";
background: #dbdbdb;
width: 150px;
height: 1px;
position: absolute;
top: 5px;
left: 5px
}
.section-title .title-separator .separator-right {
position: absolute;
right: 50%;
top: 18px;
margin-right: -40px
}
.section-title .title-separator .separator-right:after {
content: "";
background: #dbdbdb;
width: 150px;
height: 1px;
position: absolute;
top: 0;
left: 5px
}
.section-title .title-separator .separator-right:before {
content: "";
background: #dbdbdb;
width: 150px;
height: 1px;
position: absolute;
top: 5px
}
.button {
background: #e93e21;
color: #fff;
padding: 10px 30px;
border-radius: 3px;
border: none;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-o-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-ms-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-moz-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-o-transition-property: color;
transition-property: color;
-ms-transition-property: color;
transition-property: color;
-moz-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
transition-duration: 0.3s
}
.button:hover, .button:focus {
color: #fff
}
.button:before {
content: "";
border-radius: 3px;
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1e2327;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-moz-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-o-transition-property: transform;
transition-property: transform;
-ms-transition-property: transform;
transition-property: transform;
-moz-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.button:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
-moz-transform: scaleY(1);
transform: scaleY(1)
}
.button i {
padding-left: 8px
}
.button.large {
padding: 13px 36px
}
.button.medium {
padding: 10px 30px
}
.button.small {
padding: 9px 28px
}
.button.e-small {
padding: 8px 26px;
font-size: 12px
}
.button.gray {
background: #f5f5f5;
color: #1e2327
}
.button.gray:hover, .button.gray:focus {
color: #fff
}
.button.gray:before {
color: #fff;
background: #e93e21
}
.button.gray:focus {
color: #1e2327
}
.button.black {
background: #1e2327;
color: #fff
}
.button.black:hover, .button.black:focus {
color: #fff
}
.button.black:before {
color: #fff;
background: #e93e21
}
.button.white {
background: #fff;
color: #e93e21
}
.button.white:hover, .button.white:focus {
color: #e93e21
}
.button.white:before {
color: #e93e21;
background: #1e2327
}
.button-arrow {
color: #e93e21
}
.button-arrow:hover {
color: #1e2327
}
.button-arrow i {
padding-left: 1px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out
}
.button-arrow:hover i {
padding-left: 5px
}
.white-bg {
background: #fff
}
.orange-bg {
background: #e93e21
}
.black-bg {
background: #1e2327
}
.gray-bg {
background: #f5f5f5
}
.text-orange {
color: #e93e21
}
.text-white {
color: #fff
}
.text-black {
color: #1e2327
}
.text-gray {
color: #9d9d9d
}
.text-light-gray {
color: #d8d8d8
}
input {
background: transparent;
border-radius: 3px;
border: 1px solid #fff;
height: 45px;
padding-right: 45px;
box-shadow: none;
padding-left: 15px;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
font-size: 14px;
color: #626262;
width: 100%
}
select {
width: 100%;
background: transparent;
border: 1px solid #fff;
height: 45px;
padding-left: 10px;
box-shadow: none;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
font-size: 14px;
color: #626262
}
option {
background: #fff;
border: 0 solid #626262;
padding-left: 10px;
font-size: 14px
}
input:focus {
background: transparent;
border: 1px solid #626262;
box-shadow: none
}
textarea {
resize: vertical;
border-radius: 3px;
background: transparent;
border: 1px solid #fff;
padding: 15px;
width: 100%;
transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
font-size: 14px
}
textarea:focus {
background: transparent;
border: 1px solid #e93e21;
outline: none
}
.form-control {
border-radius: 0;
height: auto;
line-height: 1.33333;
padding: 15px 18px 15px 30px;
background: transparent;
color: #aaa;
border: 0 solid transparent
}
.form-control:focus {
box-shadow: none;
border: 0 solid #2046f2
}
.form-control.input-lg {
resize: none;
font-size: .9em
}
.form-control.rounded {
border-radius: 0
}
.input-group-addon {
border: 1px solid #e0e0e0
}
.form-group label {
color: #353535;
display: inline-block;
margin-top: 8px;
margin-bottom: 4px;
text-transform: uppercase;
font-size: 13px
}
.form-inline button {
margin: 0
}
.form-group>label {
display: block
}
.form-control::-moz-placeholder {
color:#aaa
}
.form-control::-ms-input-placeholder {
color:#aaa
}
.form-control::-webkit-input-placeholder {
color:#aaa
}
.table-bordeblue>tbody>tr>td, .table-bordeblue>tbody>tr>th, .table-bordeblue>tfoot>tr>td, .table-bordeblue>tfoot>tr>th, .table-bordeblue>thead>tr>td, .table-bordeblue>thead>tr>th {
border-color: #e0e0e0;
padding: 12px 20px
}
table tr td a {
color: #e93e21
}
.columns .gray-bg {
padding: 15px
}
.list-unstyled li {
list-style: none
}
.list li {
line-height: 28px;
color: #9d9d9d;
list-style-position: outside
}
.list li i {
padding-right: 10px;
color: #e93e21
}
.skill-bar ul li, .custom-content ul li, .opening-time ul li {
list-style: none
}
.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
.no-gutter.container-fluid {
padding-left: 0;
padding-right: 0
}
.no-gutter.container-fluid .row {
margin-left: 0;
margin-right: 0
}
.no-gutter.container-fluid .row [class*="col-"] {
padding-left: 0;
padding-right: 0
}
.row.no-gutter [class*="col-"] {
padding-left: 0;
padding-right: 0
}
.no-gutter .row [class*="col-"] {
padding-left: 0;
padding-right: 0
}
.row.row-eq-height.no-gutter {
padding-left: 15px;
padding-right: 15px
}
.m-0 {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0
}
.p-0 {
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0
}
.mt-0 {
margin-top: 0!important
}
.mt-10 {
margin-top: 10px!important
}
.mt-15 {
margin-top: 15px!important
}
.mt-20 {
margin-top: 20px!important
}
.mt-30 {
margin-top: 30px!important
}
.mt-40 {
margin-top: 40px!important
}
.mt-50 {
margin-top: 50px!important
}
.mt-60 {
margin-top: 60px!important
}
.mt-70 {
margin-top: 70px!important
}
.mt-80 {
margin-top: 80px!important
}
.mt-90 {
margin-top: 90px!important
}
.mt-100 {
margin-top: 100px!important
}
.mt-110 {
margin-top: 110px!important
}
.mt-120 {
margin-top: 120px!important
}
.mt-130 {
margin-top: 130px!important
}
.mt-140 {
margin-top: 140px!important
}
.mt-150 {
margin-top: 150px!important
}
.mr-0 {
margin-right: 0!important
}
.mr-10 {
margin-right: 10px!important
}
.mr-15 {
margin-right: 15px!important
}
.mr-20 {
margin-right: 20px!important
}
.mr-30 {
margin-right: 30px!important
}
.mr-40 {
margin-right: 40px!important
}
.mr-50 {
margin-right: 50px!important
}
.mr-60 {
margin-right: 60px!important
}
.mr-70 {
margin-right: 70px!important
}
.mr-80 {
margin-right: 80px!important
}
.mr-90 {
margin-right: 90px!important
}
.mr-100 {
margin-right: 100px!important
}
.mr-110 {
margin-right: 110px!important
}
.mr-120 {
margin-right: 120px!important
}
.mr-130 {
margin-right: 130px!important
}
.mr-140 {
margin-right: 140px!important
}
.mr-150 {
margin-right: 150px!important
}
.mb-0 {
margin-bottom: 0!important
}
.mb-10 {
margin-bottom: 10px!important
}
.mb-15 {
margin-bottom: 15px!important
}
.mb-20 {
margin-bottom: 20px!important
}
.mb-30 {
margin-bottom: 30px!important
}
.mb-40 {
margin-bottom: 40px!important
}
.mb-50 {
margin-bottom: 50px!important
}
.mb-60 {
margin-bottom: 60px!important
}
.mb-70 {
margin-bottom: 70px!important
}
.mb-80 {
margin-bottom: 80px!important
}
.mb-90 {
margin-bottom: 90px!important
}
.mb-100 {
margin-bottom: 100px!important
}
.mb-110 {
margin-bottom: 110px!important
}
.mb-120 {
margin-bottom: 120px!important
}
.mb-130 {
margin-bottom: 130px!important
}
.mb-140 {
margin-bottom: 140px!important
}
.mb-150 {
margin-bottom: 150px!important
}
.ml-0 {
margin-left: 0!important
}
.ml-10 {
margin-left: 10px!important
}
.ml-15 {
margin-left: 15px!important
}
.ml-20 {
margin-left: 20px!important
}
.ml-30 {
margin-left: 30px!important
}
.ml-40 {
margin-left: 40px!important
}
.ml-50 {
margin-left: 50px!important
}
.ml-60 {
margin-left: 60px!important
}
.ml-70 {
margin-left: 70px!important
}
.ml-80 {
margin-left: 80px!important
}
.ml-90 {
margin-left: 90px!important
}
.ml-100 {
margin-left: 100px!important
}
.ml-110 {
margin-left: 110px!important
}
.ml-120 {
margin-left: 120px!important
}
.ml-130 {
margin-left: 130px!important
}
.ml-140 {
margin-left: 140px!important
}
.ml-150 {
margin-left: 150px!important
}
.pt-0 {
padding-top: 0!important
}
.pt-10 {
padding-top: 10px!important
}
.pt-15 {
padding-top: 15px!important
}
.pt-20 {
padding-top: 20px!important
}
.pt-30 {
padding-top: 30px!important
}
.pt-40 {
padding-top: 40px!important
}
.pt-50 {
padding-top: 50px!important
}
.pt-60 {
padding-top: 60px!important
}
.pt-70 {
padding-top: 70px!important
}
.pt-80 {
padding-top: 80px!important
}
.pt-90 {
padding-top: 90px!important
}
.pt-100 {
padding-top: 100px!important
}
.pt-110 {
padding-top: 110px!important
}
.pt-120 {
padding-top: 120px!important
}
.pt-130 {
padding-top: 130px!important
}
.pt-140 {
padding-top: 140px!important
}
.pt-150 {
padding-top: 150px!important
}
.pr-0 {
padding-right: 0!important
}
.pr-10 {
padding-right: 10px!important
}
.pr-15 {
padding-right: 15px!important
}
.pr-20 {
padding-right: 20px!important
}
.pr-30 {
padding-right: 30px!important
}
.pr-40 {
padding-right: 40px!important
}
.pr-50 {
padding-right: 50px!important
}
.pr-60 {
padding-right: 60px!important
}
.pr-70 {
padding-right: 70px!important
}
.pr-80 {
padding-right: 80px!important
}
.pr-90 {
padding-right: 90px!important
}
.pr-100 {
padding-right: 100px!important
}
.pr-110 {
padding-right: 110px!important
}
.pr-120 {
padding-right: 120px!important
}
.pr-130 {
padding-right: 130px!important
}
.pr-140 {
padding-right: 140px!important
}
.pb-0 {
padding-bottom: 0!important
}
.pb-10 {
padding-bottom: 10px!important
}
.pb-15 {
padding-bottom: 15px!important
}
.pb-20 {
padding-bottom: 20px!important
}
.pb-30 {
padding-bottom: 30px!important
}
.pb-40 {
padding-bottom: 40px!important
}
.pb-50 {
padding-bottom: 50px!important
}
.pb-60 {
padding-bottom: 60px!important
}
.pb-70 {
padding-bottom: 70px!important
}
.pb-80 {
padding-bottom: 80px!important
}
.pb-90 {
padding-bottom: 90px!important
}
.pb-100 {
padding-bottom: 100px!important
}
.pb-110 {
padding-bottom: 110px!important
}
.pb-120 {
padding-bottom: 120px!important
}
.pb-130 {
padding-bottom: 130px!important
}
.pb-140 {
padding-bottom: 140px!important
}
.pb-150 {
padding-bottom: 150px!important
}
.pl-0 {
padding-left: 0!important
}
.pl-10 {
padding-left: 10px!important
}
.pl-15 {
padding-left: 15px!important
}
.pl-20 {
padding-left: 20px!important
}
.pl-30 {
padding-left: 30px!important
}
.pl-40 {
padding-left: 40px!important
}
.pl-50 {
padding-left: 50px!important
}
.pl-60 {
padding-left: 60px!important
}
.pl-70 {
padding-left: 70px!important
}
.pl-80 {
padding-left: 80px!important
}
.pl-90 {
padding-left: 90px!important
}
.pl-100 {
padding-left: 100px!important
}
.pl-110 {
padding-left: 110px!important
}
.pl-120 {
padding-left: 120px!important
}
.pl-130 {
padding-left: 130px!important
}
.pl-140 {
padding-left: 140px!important
}
.pl-150 {
padding-left: 150px!important
}
.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}
#loading {
background-color: #fff;
height: 100%;
width: 100%;
position: fixed;
z-index: 1;
margin-top: 0;
top: 0;
left: 0;
bottom: 0;
overflow: hidden;
right: 0;
z-index: 999999
}
#loading-center {
width: 100%;
height: 100%;
position: relative
}
#loading-center img {
text-align: center;
left: 0;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
z-index: 99;
margin: 0 auto
}
.fixed {
position: relative;
z-index: 1
}
.parallax {
overflow: hidden;
position: relative;
z-index: 1;
background-size: cover;
background-attachment: initial;
background-position: center center
}
.head-info {
position: relative
}
.head-info h6 {
font-family: 'Amatic SC', cursive;
font-weight: 700;
color: #e93e21
}
.head-info p {
font-size: 12px;
color: #1e2327;
line-height: 20px;
margin-bottom: 5px
}
.head-info a {
font-size: 12px;
color: #1e2327
}
.head-info a:hover {
color: #e93e21
}
.head-info ul li {
line-height: 22px
}
.head-info ul li a {
line-height: 22px
}
.head-info-content {
padding: 45px 30px 39px;
width: 440px;
background: url(../images/info-bg.html) no-repeat;
position: absolute;
top: 44px;
z-index: 9;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-moz-transition: all 0.3s ease
}
.head-info:hover .head-info-content {
opacity: 1;
visibility: visible
}
.head-info-content .info-left {
width: 45%
}
.head-info-content .info-right {
width: 45%
}
.head-info-content .info-right .address>a {
color: #e93e21
}
.mega-menu .menu-logo li.head-info {
line-height: 22px
}
.mega-menu .row {
margin-left: 0;
margin-right: 0
}
.mega-menu .col-md-12 {
padding-left: 0;
padding-right: 0
}
.mega-menu .drop-down-multilevel.right-menu {
right: 0
}
.mega-menu .menu-links>li:last-child>a {
padding-right: 0
}
.mega-menu .menu-logo li img, .header-5 .logo img {
height: 60px
}
.header {
background: transparent;
z-index: 999;
padding: 15px 0 20px;
position: absolute;
width: 100%
}
.our-menu .tabs {
padding: 0;
font-size: 13px;
position: relative;
z-index: 99
}
.tabs ul.tabs-link {
margin: 0;
padding: 0;
margin-bottom: 80px;
background: #1b2549;
position: relative;
display: inline-block;
width: 100%
}
.tabs ul.tabs-link li {
display: inline-block;
position: relative;
color: #fff;
padding-right: 0;
font-weight: 400;
font-size: 26px;
text-align: center;
position: relative;
cursor: pointer;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
float: left;
width: 33.33%
}
.tabs ul.tabs-link li a {
color: #fff;
font-weight: 700;
font-family: 'SofiaPro-Bold';
box-sizing: border-box;
font-size: 20px;
display: block;
padding: 10px
}
.tabs ul.tabs-link.white li a {
color: #fff
}
.tabs ul.tabs-link li:last-child {
padding-right: 0
}
.tabs ul.tabs-link li i:before {
font-size: 40px;
padding-right: 15px
}
.tabs ul.tabs-link li a:hover, .our-menu .tabs ul.tabs-link li.active a {
color: #e93e21
}
.tabs ul.tabs-link li.active {
background: #3fb6ee
}
.tabs-link:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -3000px;
width: 3000px;
background: #1b2549;
display: block
}
.tabs-link:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -3000px;
width: 3000px;
background: #1b2549;
display: block
}
.tab-content p {
color: #1b2549;
font-family: 'SofiaPro-Light';
font-size: 21px;
line-height: 30px;
}
p.kalin {
font-weight: 700;
padding-top: 10px
}
.tab-pane.fade.active.in p {
display: block;
}
.tab-pane p {
display: none;
}
.tab-page .tabs ul.tabs-link {
margin-bottom: 20px;
margin-top: 20px
}
.tab-page .tabs ul.tabs-link.white li.active a {
color: #fff;
border-left: 2px solid #fff;
border-right: 2px solid #fff
}
.owl-item {
transform: translateZ(0);
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s
}
.owl-carousel .owl-item img {
width: auto;
border: 2px solid #1b2549;
box-sizing: border-box
}
#slider .owl-carousel .owl-item img {
width: auto;
border: none;
box-sizing: border-box
}
.owl-carousel .owl-nav {
display: block;
position: absolute;
text-indent: inherit;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
left: 0;
width: 100%;
cursor: pointer;
z-index: 999;
opacity: 1
}
.owl-carousel .owl-nav .owl-prev {
display: block;
position: absolute;
text-indent: inherit;
left: -50px;
width: auto;
cursor: pointer;
-webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
-moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
-ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
-o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
margin-top: -40px;
top: 50%
}
.owl-carousel .owl-nav .owl-next {
display: block;
position: absolute;
text-indent: inherit;
right: -50px;
width: auto;
cursor: pointer;
-webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
-moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
-ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
-o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
top: 50%;
margin-top: -40px
}
.owl-carousel .owl-nav .owl-prev i {
padding-left: 0
}
.owl-carousel .owl-nav i {
font-size: 20px;
border-radius: 3px;
width: 44px;
height: 44px;
line-height: 42px;
padding-left: 2px;
display: inline-block;
color: #db2d2e;
background: #fff;
border: 1px solid #e3e3e3;
font-weight: 400;
text-align: center;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s
}
.owl-carousel .owl-nav i:hover {
background: #db2d2e;
color: #fff;
border-color: #db2d2e
}
.owl-carousel:hover .owl-nav {
opacity: 1
}
.owl-carousel:hover .owl-nav .owl-prev {
left: -4%
}
.owl-carousel:hover .owl-nav .owl-next {
right: -4%
}
.owl-theme .owl-controls {
margin-top: 0
}
.owl-carousel .owl-controls .owl-dot {
display: inline-block
}
#slider .owl-carousel .owl-dots {
display: inline-block;
position: absolute;
text-indent: inherit;
width: 100%;
cursor: pointer;
text-align: center;
margin-top: 20px;
bottom: 60px;
margin-bottom: 10px
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
background: #253361;
border-radius: 30px;
display: inline-block;
width: 15px;
height: 15px;
margin: 0 3px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
cursor: pointer
}
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
background: #e93e21
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
background: #3fb6ee;
width: 30px
}
.owl-carousel[data-dotcolor='white'] .owl-dots .owl-dot span {
background: #fff
}
.owl-carousel[data-dotcolor='white'] .owl-dots .owl-dot.active span, .owl-carousel[data-dotcolor='white'] .owl-dots .owl-dot span:hover {
background: #e93e21
}
.our-clients .owl-carousel .owl-item img {
width: auto
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto
}
.our-clients .owl-item {
cursor: url(../images/client-arrow.html) 25 25, pointer;
padding: 0 15px
}
.item {
padding: 5px
}
section.galeri {
padding-bottom: 0;
overflow: hidden
}
.owl-dots {
position: relative;
display: table;
margin: 20px auto
}
div#referans {
padding-bottom: 30px
}
.custom-content b {
font-weight: 500;
font-size: 18px;
display: block
}
.custom-content span {
color: #e93e21
}
.custom-content li {
color: #9d9d9d;
line-height: 32px
}
.custom-content i {
font-size: 14px;
color: #e93e21;
padding-right: 10px
}
.footer {
position: relative;
overflow: hidden
}
.footer-logo {
margin-bottom: 40px
}
.footer-logo img, .logo-sec img {
height: 60px
}
.footer-wel {
margin-bottom: 60px;
margin-top: 40px
}
.footer .newsletter .newsletter-input {
position: relative;
margin-top: 20px
}
.footer .newsletter .newsletter-input input {
background: rgba(255,255,255,.05);
color: #fff;
border: 0;
border-radius: 3px
}
.footer .newsletter .newsletter-input input:focus {
background: rgba(255,255,255,.06)
}
.footer .newsletter .newsletter-input i {
color: #e93e21;
position: absolute;
right: 15px;
top: 15px;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out
}
.footer .newsletter .newsletter-input i:hover {
color: #fff
}
.footer .tweet .tweet-block .icon {
display: table-cell
}
.footer .tweet .tweet-block .content {
display: table-cell;
padding-left: 20px
}
.footer .opening-time li {
font-size: 14px;
line-height: 30px;
color: #fff
}
.footer .opening-time li span {
float: right
}
.footer .footer-bottom {
background: transparent;
padding: 40px 0;
margin-top: 30px;
position: relative
}
.footer-bottom p a {
color: #e93e21
}
.footer .footer-social ul li a {
display: block;
font-size: 16px;
color: #fff;
background: rgba(0,0,0,.3);
border-radius: 50%;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center
}
.footer .footer-social ul li a:hover {
background: #e93e21
}
.footer-3 {
background: #1b2549;
background-size: cover;
z-index: 1;
padding-top: 40px;
padding-bottom: 40px
}
.footer-3 h4 {
margin-bottom: 23px
}
.footer-3 .contact {
margin-bottom: 40px
}
.footer-3 .location h4 {
margin-bottom: 20px
}
.footer-3 .tags ul li a {
color: #9d9d9d;
border-color: #9d9d9d
}
.footer-3 .tags ul li a:hover {
color: #fff;
border-color: #e93e21
}
.footer-3 .footer-bottom {
padding: 25px 0;
margin-top: 60px;
border-top: 1px solid rgba(255,255,255,.1)
}
.footer-3 .footer-bottom a {
color: #9d9d9d
}
.footer-3 .footer-bottom a:hover {
color: #e93e21
}
@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
.no-csstransforms3d [data-book='book-1'].book, .no-js [data-book='book-1'].book, [data-book='book-1'].book .front {
background:#1e2327 url(../images/menu/menu-cover.html);
background-size:cover
}
}
@media (max-width:1600px) {
.our-menu .object-top-bottom .object-right {
width: 7%
}
.our-menu .object-top-bottom .object-right img {
width: 100%
}
.about-2 .object-right {
width: 14%
}
.about-2 .object-right img {
width: 100%
}
.footer .object-right {
width: 38%
}
.footer .object-right img {
width: 100%
}
.footer .object-left {
width: 36%
}
.footer .object-left img {
width: 100%
}
.columns-4 .blog-entry .social ul li {
padding: 0 1px
}
}
@media (min-width:1600px) {
.container {
width: 1350px
}
.mavi-logo {
width: 36%
}
.uclu {
height: 560px
}
.fixedForm {
margin-top: 450px
}
}
@media (min-height:900px) {
.fixedForm {
margin-top: -30px
}
}
@media (max-width:1400px) {
.bb-custom-side {
padding-right: 20px
}
.about-2 .about-content {
padding-right: 60px
}
}
@media (max-width:1350px) {
.object-bottom-top, .object-top-bottom, .object-top, .object-bottom {
display: none
}
}
@media (max-width:1272px) {
.masonry.columns-4 .masonry-item {
width: 33.333%
}
.about-2 .object-top .object-right {
display: none
}
.our-menu.dark .object-top-bottom .object-right {
display: none
}
.about-2 .about-content {
padding-right: 0
}
}
@media (max-width:1199px) {
.open.overlay_search .form_search-wrap {
min-width: 80%
}
.book-content {
padding: 40px
}
.book-content .section-title {
padding: 0 50px
}
.pricing-grid .pricing-table {
margin-left: 0;
margin-right: 0
}
.counter .object-bottom .object-left {
display: none
}
.our-menu .menu-body {
margin-bottom: 50px
}
.menu-body.menu-white {
padding: 0
}
.menu-body.menu-left .menu-thumbnail, .menu-body.menu-right .menu-thumbnail {
width: 120px
}
.menu-body .menu-thumbnail img {
width: 120px
}
.object-4 .object-right {
display: none
}
.object-3 {
display: none
}
.newsletter-section .newsletter-image img {
top: -75px
}
.footer .object-bottom .object-left {
display: none
}
.footer-gallery li {
width: 65px
}
.about-2 .right-img {
margin-top: 100px!important
}
.header-2 .mega-menu img {
margin: 12px 0
}
.footer-2 .opening-time li span.line {
display: none
}
.header-3 .mega-menu img {
margin: 12px 0
}
.header-4 .mega-menu img {
margin: 12px 0
}
.footer-4 .opening-time li span.line {
display: none
}
.visit-content h2 {
font-size: 70px;
line-height: 70px
}
.visit-content .flaticon-restaurant-7:before {
font-size: 70px;
line-height: 70px
}
.object-10 {
display: none
}
.newsletter-section .newsletter-title {
margin-top: 24px
}
.about-2 .about-content.mt-100 {
margin-top: 70px!important
}
.our-menu.middle-img .menu-body:last-child {
margin-bottom: 60px
}
.overlay-content a.portfolio-img {
margin-top: 0
}
.footer-5 .footer-bg {
display: none
}
.our-menu .middle-image {
display: none
}
.blog-entry .social ul li {
padding: 0 2px
}
.masonry.columns-3 .blog-entry .social ul li {
padding: 0;
font-size: 12px
}
}
@media (max-width:1024px) {
.open.overlay_search .form_search-wrap {
min-width: 95%
}
.about-2 p {
margin-bottom: 10px
}
.footer-gallery li {
width: 65px
}
.object-9 .object-right {
display: none
}
.full-screen .grid-item {
width: 33.3%
}
.custom-content h2 {
font-size: 40px;
line-height: 40px
}
}
@media only screen and (min-width:768px) and (max-width:999px) {
.container {
width: 96%
}
}
@media(max-width:992px) {
header {
position: relative;
background: #1e2327
}
.mega-menu .head-info-content {
display: none
}
.mega-menu .menu-links {
left: 0;
position: absolute;
top: 64px;
width: 100%
}
.mega-menu .menu-logo>li>a {
padding: 0
}
.mega-menu>section.menu-list-items {
padding: 10px 0
}
.mega-menu img {
height: 40px;
margin: 5px 0
}
.mega-menu img.drop-bg {
display: none
}
.mega-menu .mobileTriggerButton {
z-index: 1
}
.our-menu .middle-image {
display: none
}
.header-2 .mega-menu .menu-mobile-collapse-trigger {
top: 11px
}
.header-2 .mega-menu .menu-links>li.active>a, .header-2 .mega-menu .menu-links>li>a:hover {
color: #e93e21
}
.header-2 .mega-menu .menu-links>li>a {
line-height: normal
}
.header-3 {
top: 0
}
.header-3 .center-menu {
min-height: 66px;
padding: 0 15px
}
.header-3 .mega-menu .menu-mobile-collapse-trigger:before, .header-3 .mega-menu .menu-mobile-collapse-trigger:after, .header-3 .mega-menu .menu-mobile-collapse-trigger span {
background: #1e2327
}
.header-3 .mega-menu .menu-mobile-collapse-trigger {
top: 11px
}
.header-3 .mega-menu .menu-links>li>a {
line-height: normal
}
.header-3 {
position: relative
}
.header-3 .container {
width: 100%;
background: #fff
}
.header-4 .mega-menu .menu-mobile-collapse-trigger:before, .header-4 .mega-menu .menu-mobile-collapse-trigger:after, .header-4 .mega-menu .menu-mobile-collapse-trigger span {
background: #1e2327
}
.header-4 .mega-menu .menu-mobile-collapse-trigger {
top: 11px
}
.header-4 .mega-menu .menu-links>li>a {
line-height: normal
}
.header-5 .mega-menu .menu-links>li>a {
padding: 10px 30px
}
.header-5 .mega-menu .menu-links {
margin-top: 30px;
top: 0
}
.header-5 .mega-menu .menu-links {
background: none
}
.header-5 .mega-menu .menu-links>li {
border-bottom: none
}
.header-5 .mega-menu .menu-links>li>a {
color: #fff
}
.header-2 .mega-menu .menu-links>li>a, .header-2 .mega-menu .menu-links>li>a.active {
color: #1e2327!important
}
.newsletter-image img {
display: none
}
.newsletter-section {
padding: 20px 0 40px
}
.about-2 .about-content.mt-100 {
margin-top: 40px!important
}
.blog-entry .social ul li {
padding: 0 4px
}
.masonry.columns-3 .blog-entry .social ul li {
padding: 0 4px;
font-size: 14px
}
}
@media(max-width:991px) {
.mega-menu .menu-logo li img {
height: 40px
}
.book-menu, .bb-custom-wrapper {
display: none
}
.open.overlay_search .form_search-wrap {
width: 95%
}
.page-section-ptb {
padding: 60px 0
}
.page-section-pt {
padding-top: 60px
}
.page-section-pb {
padding-bottom: 60px
}
.section-title {
margin-bottom: 60px
}
.about .object-bottom-top .object-left {
display: none
}
.pricing-grid .pricing-table .pricing-title h2 {
font-size: 40px;
line-height: 40px;
margin-bottom: 15px
}
.pricing-grid .pricing-table {
padding: 20px 0
}
.pricing-grid .pricing-table.active .pricing-title h2 {
padding: 24px 0
}
.pricing-grid .pricing-table .pricing-icon i {
font-size: 100px
}
.menu-body.menu-left .menu-thumbnail, .menu-body.menu-right .menu-thumbnail {
width: 100px
}
.menu-body .menu-thumbnail img {
width: 100px
}
.reservation-form .form-image {
display: none
}
.reservation-form .row-eq-height {
display: block
}
.tabs ul.tabs-link li {
padding-right: 20px
}
.footer-logo {
margin-top: 40px
}
.footer .footer-bottom {
margin-top: 20px
}
.footer .tweet {
margin-bottom: 30px
}
.head-info-content {
z-index: 99
}
.about-2 {
padding-bottom: 60px
}
.about-2 .right-img {
display: none
}
.testimonial-info p {
padding: 0
}
.footer-2 .footer-logo {
margin-top: 0
}
.footer-2 .opening-time {
margin-bottom: 53px
}
.footer-2 .bottom-row h4 {
font-size: 25px
}
.footer-2 .footer-social ul li a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px
}
.our-menu.belief .container-fuild {
padding: 0 30px
}
.object-9 {
display: none
}
.feature {
margin-bottom: 25px
}
.service-feature a.button-orange-medium {
margin-top: 20px
}
.full-screen .grid-item {
width: 50%
}
.footer-4 .footer-logo {
margin-top: 0
}
.footer-4 .opening-time {
margin-bottom: 80px
}
.footer-4 .fooer-links {
text-align: left;
padding-top: 5px
}
.footer-4 .footer-bottom {
margin-top: 60px;
text-align: center
}
.footer-4 .footer-bottom .fooer-links.text-right {
text-align: center
}
.pleasure .time-box .glyph-icon:before {
font-size: 60px;
line-height: 60px
}
.pleasure h5 {
font-size: 40px;
line-height: 40px
}
.footer-5 .footer-bg {
display: none
}
.our-menu .object-top .object-right {
display: none
}
.inner-intro h1 {
font-size: 50px;
line-height: 50px
}
.custom-content {
margin-bottom: 30px
}
.skills-2 li {
margin-bottom: 40px
}
.our-activities .accordion {
margin-top: 60px
}
.team-2 .social-ico:before {
margin: 10px auto
}
.team-2 .social-ico {
margin-top: 12px
}
.feature.mt {
margin-top: 0
}
.countdown h2 {
font-size: 45px;
line-height: 45px
}
.coming-soon .countdown p {
font-size: 14px
}
.coming-soon .countdown li span {
font-size: 50px;
line-height: 50px
}
.coming-soon .coming-soon-search p {
font-size: 15px;
margin-bottom: 15px
}
.coming-soon-search a.button-orange-medium {
padding: 14px 20px
}
.menu-list-bg {
height: 180px
}
.columns-3 .grid-item {
width: 50%
}
.columns-4 .grid-item {
width: 50%
}
.blog-entry.post-1 .blog-entry-image {
width: 100%
}
.blog-entry.left .blog-entry-image, .blog-entry.left .entry-content {
display: block;
width: 100%
}
.blog-entry.post-1 .entry-content {
margin: 0
}
.sidebar-widget h3 {
font-size: 30px;
line-height: 30px
}
.masonry.columns-2 .masonry-item {
width: 100%;
padding: 0
}
.masonry.columns-3 .masonry-item {
width: 50%
}
.masonry.columns-4 .masonry-item {
width: 50%
}
.contact .contact-box h5 {
font-size: 30px;
line-height: 30px;
margin-bottom: 10px
}
.object-bottom-top, .object-top-bottom, .object-top, .object-bottom {
display: none
}
.about-content.mt-100 {
margin-top: 40px!important
}
.head-info-content {
display: none
}
.reservation-form.contact-form.dark.page-section-ptb.parallax.bg-overlay-black-80 {
padding-bottom: 60px
}
.counter-content .button {
margin-bottom: 30px
}
.our-menu.belief.parallax .row-eq-height {
display: block
}
.header-5 {
padding: 15px 5px
}
.header-5 .logo img {
height: 40px
}
.header-5 #menu-toggle {
top: 6px
}
.reservation-form.contact-form.dark.page-section-ptb.parallax .submit-button span {
padding-bottom: 30px
}
.testimonial-block.left .testimonial-info {
padding-bottom: 30px
}
.our-menu.parallax.page-section-pt.pb-30 {
padding-bottom: 10px!important
}
}
@media(max-width:768px) {
.book-menu .content h2 {
font-size: 48px
}
.object-2 .object-right {
text-align: right
}
.object-2 .object-right img {
width: 60%;
display: inline-block
}
.mavi-logo {
position: relative;
width: 100%;
float: left;
margin-bottom: 10px;
display: block
}
.form-holder.change .f-icon img {
width: 30px;
}
.form-holder.change {
border-radius: 20px !important;
padding: 10px;
right: 20px;
z-index: 9;
width: auto;
left: initial;
}
.form-holder {
width: 90%;
right: 0;
border-radius: 10px !important;
padding: 20px;
top: 69px !important;
padding-top: 0;
z-index: 99;
left: 50%;
margin-left: -45%;
bottom: 0;
height: auto;
bottom: initial !important;
}
.form-holder .close-i {
position: relative;
right: 0;
text-align: center;
margin-bottom: 20px;
float: left;
width: 100%;
}
.button_container {
display: block;
right: 30px!important;
top: 20px;
right: 0;
}
#slider .col-lg-12.col-md-12.col-sm-12 {
padding: 0
}
#slider .row {
margin: 0
}
.overlay {
display: block;
width: 100%
}
.button_container.active span {
background: #fff
}
.beyaz {
text-align: center;
display: table;
margin: auto;
float: none;
z-index: 9
}
section#slider:after, section#slider:before {
display: none
}
body {
overflow: initial
}
.dortlu .col-sm-3 {
padding-bottom: 30px
}
.menu {
display: none
}
a.tel {
margin: 10px 0;
float: none;
text-align: center
}
.mavi-logo:after {
display: none
}
#slider .item {
height: 350px;
background-attachment: initial
}
.container {
overflow: initial!important
}
.sol-proje {
height: auto
}
.bas-ack {
font-size: 15px;
width: 80%;
line-height: 18px;
margin: 20px 0;
z-index: 9999;
position: relative
}
.bas {
width: 52%
}
.bas img {
max-width: 100%;
height: auto
}
a.iletisim {
font-size: 15px;
margin-top: 30px
}
.sag-proje {
right: 0!important;
width: 39%!important
}
.ortala {
padding-top: 50px
}
section#neden:after {
display: none
}
section#neden:before {
display: none
}
.tabs ul.tabs-link li {
width: 100%
}
.tabs-link:before {
display: none
}
.tabs-link:after {
display: none
}
.tab-page .tabs ul.tabs-link.white li.active a {
border: none
}
.referans ul li {
width: 100%;
margin: 5px 0
}
section.referanslarimiz {
padding-top: 40px
}
a.telefon {
display: table;
text-align: center;
margin: auto;
float: none
}
.tels ul li:first-child:after {
display: none
}
.tels ul li:last-child:before {
display: none
}
#slider .owl-carousel .owl-dots {
position: relative;
bottom: 0
}
#slider .owl-carousel.owl-theme .owl-dots .owl-dot span {
background: #3fb6ee
}
.tels ul {
display: table;
margin: auto
}
.page-section-ptb {
background-size: cover;
height: auto
}
.custom-content {
margin: 0;
padding: 20px 0
}
h2.genel-bas {
text-align: center;
float: none;
display: table;
margin: 10px auto;
font-size: 35px;
}
.tels ul li {
width: 100%
}
.footer-3 {
display: none
}
a.siziArayalim i img {
width: 30px
}
a.siziArayalim {
height: inherit;
padding: 6px;
top: calc(60vh - 100px)!important;
position: fixed;
width: 55px;
top: 170px!important
}
a.siziArayalim i {
width: 50px;
border: none;
float: left;
display: inline-block;
margin-left: 0;
padding: 5px 5px 5px 9px;
margin: 0;
box-sizing: border-box;
text-indent: 0
}
a.siziArayalim p {
padding: 0;
width: initial!important;
text-indent: -999em
}
.fixedForm {
top: 360px!important;
position: fixed;
width: 280px;
margin-top: 0;
right: 245px
}
a.siziArayalim.open .close {
top: 0;
right: 0;
width: 320px;
height: 400px
}
a.siziArayalim.open {
width: 320px;
border-radius: 0!important;
margin: 0;
top: 50%!important;
margin-top: -200px!important;
left: 50%;
margin-left: -160px;
height: 350px
}
.hizli-form-holder input[type=submit] {
margin-top: 0
}
.hizli-form-holder ul {
display: inline-block
}
.hizli-form-holder ul li {
margin-bottom: 10px
}
a.siziArayalim.open .close {
height: 350px;
width: 100%!important;
font-size: 30px;
}
.contact_form .form-text, .contact_form .form-textarea {
height: 40px;
margin-bottom: 0;
}
}
@media(max-width:767px) {
.button-orange-medium {
padding: 12px 20px
}
.button-black-medium {
padding: 12px 20px
}
.header {
padding: 0;
position: inherit;
background: #1e2327
}
.slider {
overflow: inherit
}
.header .mega-menu>section.menu-list-items {
float: none;
padding: 6px 0
}
.header .mega-menu .menu-mobile-collapse-trigger {
top: 3px
}
.header .mega-menu .menu-links {
top: 57px
}
.topbar {
display: none
}
.page-section-ptb {
padding: 50px 0
}
.page-section-pt {
padding-top: 50px
}
.page-section-pb {
padding-bottom: 50px
}
.section-title {
margin-bottom: 40px;
padding: 0
}
.section-title h2 {
font-size: 40px;
line-height: 40px
}
.section-title .glyph-icon:before {
font-size: 30px
}
.object-top-bottom {
display: none
}
.pricing-grid .pricing-table {
margin-bottom: 20px
}
.pricing-grid .pricing-table.active {
margin-top: 0
}
.tabs ul.tabs-link {
margin-bottom: 50px
}
.tabs ul.tabs-link li i:before {
padding-right: 5px
}
.tabs ul.tabs-link li {
padding-right: 20px;
font-size: 30px
}
.our-menu .menu-body, .our-menu .menu-body:last-child {
margin-bottom: 30px
}
.counter.light .page-section-ptb {
padding: 40px 0;
padding-bottom: 0
}
.counter.left-icon.last {
margin-bottom: 0
}
.testimonials .object-bottom-top .object-right {
display: none
}
.newsletter-section .newsletter-image {
display: none
}
.footer-wel {
margin-bottom: 30px
}
.footer .newsletter, .footer .tweet, .footer .opening-time {
margin-bottom: 30px
}
.footer .footer-bottom {
margin-top: 0
}
.footer h4 {
margin-bottom: 20px!important
}
.footer .object-bottom .object-right {
display: none
}
.reservation-form.contact-form.dark.page-section-ptb.parallax .submit-button span {
padding-bottom: 0
}
.about-2 {
padding-bottom: 40px
}
.about-2 h2 {
font-size: 40px;
line-height: 40px
}
.footer-2 .logo-sec {
margin-bottom: 20px
}
.footer-2 .newsletter, .footer-2 .tags, .footer-2 .opening-time {
margin-bottom: 20px
}
.footer-2 .footer-social {
text-align: left;
margin-bottom: 20px
}
.footer-2 .bottom-row h4 {
margin-bottom: 0!important
}
.footer-2 .copyright {
margin-bottom: 5px
}
.footer-2 .footer-bottom .text-right {
text-align: left
}
.menu-body.menu-right .menu-thumbnail {
float: left;
margin-left: 0;
margin-right: 20px
}
.menu-body.menu-right {
text-align: left
}
.menu-body.menu-right .menu-title h4 {
float: none;
display: inline-block
}
.menu-body.menu-right .menu-details .price {
float: right
}
.menu-body.menu-right .menu-description {
text-align: left
}
.header-3 {
top: 0
}
.footer-3 .footer-bottom {
margin-top: 20px
}
.footer-3 .location {
margin-bottom: 40px
}
.footer-3 .footer-gallery {
margin-top: 40px
}
.footer-bottom .text-right {
text-align: left
}
.counter-block {
margin-bottom: 40px
}
.footer-4 .newsletter, .footer-4 .tags, .footer-4 .opening-time, .footer-4 .contact {
margin-top: 30px
}
.full-screen .grid-item {
width: 50%
}
.visit-content h2 {
font-size: 50px;
line-height: 50px
}
.visit-content .flaticon-restaurant-7:before {
font-size: 50px;
line-height: 50px
}
.visit-content a.button-orange-medium {
margin-top: 4px
}
.header-5 {
position: inherit
}
.time-box {
margin-bottom: 25px
}
.visit-content h3 {
margin-bottom: 5px;
font-size: 34px;
line-height: 34px
}
.footer-5 .opening-time {
margin-top: 25px
}
.isotope-filters button {
padding: 10px 15px
}
.team-2 .team-description {
padding: 6px
}
.error-page h3 {
font-size: 60px;
line-height: 60px
}
.error-page strong {
font-size: 18px;
margin-bottom: 20px
}
.coming-soon-search a.button-orange-medium {
padding: 16px 20px
}
.coming-soon-search a.button {
margin-top: 20px
}
.masonry .masonry-item {
margin-bottom: 20px
}
.masonry.columns-3 .masonry-item {
width: 100%;
padding: 0
}
.masonry.columns-4 .masonry-item {
width: 100%;
padding: 0
}
.contact .contact-box {
padding: 10px
}
.contact-map {
height: 250px
}
.footer {
background-size: cover
}
.tabs ul.tabs-link li {
padding: 0 15px
}
.footer-2 .footer-bottom {
margin-top: 40px
}
.footer-4 .footer-social {
margin-top: 20px
}
.coming-soon-search {
text-align: center
}
.about-4 .feature-box {
margin-top: 30px
}
.about-4 .about-content.text-center.mb-50 {
margin-bottom: 20px!important
}
.reservation-form.contact-form.dark.page-section-ptb .row {
margin: 0;
padding: 0
}
.reservation-form.contact-form.dark.page-section-ptb .row .row {
padding: 30px 10px
}
.mo-details-text {
font-size: 13px!important;
line-height: 19px!important
}
.mo-sub-title-text {
font-size: 16px!important
}
.mo-text-uppercase {
font-size: 12px!important;
line-height: 16px!important
}
.mo-btn {
font-size: 9px!important;
padding: 2px 12px!important;
line-height: 14px!important;
position: relative!important;
top: 12px!important
}
.tparrows, .tp-bullet {
display: none!important
}
}
@media(max-width:600px) {
.columns-3 .grid-item {
width: 100%
}
.columns-4 .grid-item {
width: 100%
}
.columns-2 .grid-item {
width: 100%
}
}
@media only screen and (max-width:479px) {
a.siziArayalim {
top: 200px!important;
right: 10px;
}
h1.logo {
display: block;
position: relative;
width: 60%;
padding: 0;
display: table;
margin: auto
}
a.ankara-m {
display: block;
position: absolute;
bottom: 36%;
width: 100px;
left: 10px;
z-index: 9
}
a.tanitim-m {
display: block;
position: absolute;
bottom: 36%;
width: 130px;
right: 10px;
z-index: 9
}
.tels {
float: left;
width: 100%!important;
text-align: center;
display: inline-block
}
.hemen {
text-align: center;
padding: 0 10px 0;
box-sizing: border-box;
width: 100%;
font-size: 17px;
margin-top: -5px
}
.fixedForm {
top: 185px!important;
position: fixed;
width: 280px;
margin-top: 0;
right: 70px;
}
}
@media only screen and (max-width:375px) {
.fixedForm {
right: 40px!important;
top: 105px !important;
width: 290px;
margin-top: 30px;
}
.form-holder .form-submit {
margin-top: 0
}
.indirim {
width: 300px;
margin-left: -160px;
top: 110px
}
.contact_form LI {
margin-bottom: 10px;
font-size: 14px!important;
line-height: 20px!important
}
}
@media only screen and (max-width:320px) {
.bas-ack {
font-size: 12px
}
a.siziArayalim.open {
width: 280px;
margin-left: -140px
}
.fixedForm {
width: 240px;
top: 120px!important;
}
.hizli-form-holder .contact_form .form-text, .hizli-form-holder .contact_form .form-textarea {
width: 240px;
height: 40px
}
.hizli-form-holder .contact_form .form-textarea {
height: 70px
}
.hizli-form-title {
width: 240px
}
.hizli-form-holder input[type=submit] {
margin-left: 40px
}
a.ankara-m {
display: block;
position: absolute;
bottom: 33%;
z-index: 9;
width: 80px;
left: 10px
}
a.tanitim-m {
display: block;
position: absolute;
bottom: 33%;
z-index: 9;
width: 110px;
right: 10px
}
.indirim {
width: 280px;
margin-left: -140px;
top: 100px
}
.form-holder .contact_form LI {
margin-bottom: 10px;
font-size: 14px!important;
line-height: 20px!important
}
}
@media(max-width:479px) {
.page-section-ptb {
padding: 80px 0
}
h2, h3 {
font-size: 30px;
line-height: 30px
}
.pricing-grid .pricing-table .pricing-title h2 {
font-size: 30px;
line-height: 30px
}
.tabs ul.tabs-link li {
font-size: 0
}
.tabs ul.tabs-link.without-icon li {
font-size: 22px
}
.tabs ul.tabs-link li i:before {
font-size: 28px
}
.menu-body.menu-left .menu-thumbnail {
float: none;
width: 100%;
margin-bottom: 15px
}
.menu-body.menu-right .menu-thumbnail {
float: none;
width: 100%;
margin-bottom: 15px
}
.menu-body .menu-title h4 {
font-size: 25px
}
.menu-body .menu-details .price {
font-size: 25px
}
.menu-body.menu-left .menu-title {
margin-bottom: 12px;
padding-bottom: 0
}
.testimonial-block.left .testimonial-avatar {
float: none;
margin-bottom: 10px
}
.testimonial-block.right .testimonial-avatar {
float: none;
margin-bottom: 10px
}
.testimonial-info {
padding: 10px
}
.testimonial-block.left .testimonial-info {
padding-left: 10px;
display: block;
text-align: center
}
.testimonial-block.right .testimonial-info {
padding-left: 10px;
display: block;
text-align: center
}
.footer-social .list-inline>li {
padding-left: 2px
}
.footer .footer-social ul li a {
width: 40px;
height: 40px;
line-height: 40px
}
.footer .footer-bottom {
padding: 30px 0
}
#back-to-top .top {
width: 40px;
height: 40px;
line-height: 40px
}
.about-2 h2 {
font-size: 30px;
line-height: 30px
}
.footer-2 .footer-bottom {
line-height: 20px
}
.belief {
padding-bottom: 0
}
.footer-3 .footer-bottom {
margin-top: 30px
}
.full-screen .grid-item {
width: 100%
}
.isotope-filters {
margin: 0 auto 20px;
text-align: center
}
.isotope-filters button {
margin: 5px;
text-align: center
}
.visit-content h2 {
line-height: 30px
}
.visit-content .flaticon-restaurant-7:before {
font-size: 30px;
line-height: 30px
}
.pleasure .time-box .glyph-icon:before {
font-size: 50px;
line-height: 50px
}
.pleasure h5 {
font-size: 30px;
line-height: 30px
}
.menu-body.menu-white .menu-thumbnail {
margin-bottom: 15px
}
.menu-body.menu-white .menu-title {
margin-bottom: 15px
}
.inner-intro {
height: 310px
}
.inner-intro h1 {
font-size: 40px;
line-height: 40px
}
ul.page-breadcrumb {
padding-top: 20px
}
ul.page-breadcrumb li i {
padding: 0 2px
}
.custom-content h2 {
font-size: 30px;
line-height: 30px
}
.our-activities h3 {
font-size: 30px;
line-height: 30px
}
.skills-2 li {
font-size: 14px
}
.accordion .accordion-title a:after {
left: 12px
}
.accordion .accordion-title a {
padding: 11px 40px
}
.accordion .accordion-title {
font-size: 14px
}
.error-page h3 {
font-size: 40px;
line-height: 40px
}
.error-page strong {
font-size: 15px;
margin-bottom: 10px
}
.countdown h2 {
font-size: 24px;
line-height: 24px
}
.coming-soon .countdown p {
line-height: 20px;
margin-bottom: 86px
}
.coming-soon .countdown {
margin: 0 0 60px
}
.coming-soon .countdown li span {
font-size: 30px;
line-height: 30px
}
.coming-soon .coming-soon-search p {
margin-bottom: 10px
}
.coming-soon-search a.button-orange-medium {
padding: 16px 11px
}
.contact-form .form-field {
margin-bottom: 8px
}
.menu-list-bg {
height: 100px
}
.menu-list-bg .content-text h2 {
font-size: 30px;
line-height: 30px;
margin-bottom: 0
}
.our-menu #tabs .tabs li i::before {
font-size: 40px
}
.entry-content h3 {
font-size: 25px
}
.entry-content .entry-date {
width: 46px;
height: 57px;
padding: 5px
}
.entry-meta a {
margin-right: 2px
}
.contact-map {
height: 200px
}
.social.list-style-none.pull-right {
float: none!important;
margin-top: 10px
}
.mo-details-text {
font-size: 11px!important;
line-height: 14px!important
}
.mo-sub-title-text {
font-size: 14px!important
}
.mo-text-uppercase {
font-size: 9px!important;
line-height: 9px!important
}
}
@media(max-width:320px) {
.isotope-filters button {
font-size: 13px;
padding: 3px
}
.error-page .link-button a {
margin-bottom: 20px
}
.coming-soon-search a.button-orange-medium {
padding: 16px 4px;
display: block
}
}
.animated {
animation-duration: 1s;
animation-fill-mode: both
}
.animated.infinite {
animation-iteration-count: infinite
}
.animated.hinge {
animation-duration: 2s
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
animation-duration: .75s
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1);
transform:translate3d(0, 0, 0)
}
40%, 43% {
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
transform:translate3d(0, -30px, 0)
}
70% {
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
transform:translate3d(0, -15px, 0)
}
90% {
transform:translate3d(0, -4px, 0)
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom
}
@keyframes flash {
from, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
.flash {
animation-name: flash
}
@keyframes pulse {
from {
transform:scale3d(1, 1, 1)
}
50% {
transform:scale3d(1.05, 1.05, 1.05)
}
to {
transform:scale3d(1, 1, 1)
}
}
.pulse {
animation-name: pulse
}
@keyframes rubberBand {
from {
transform:scale3d(1, 1, 1)
}
30% {
transform:scale3d(1.25, .75, 1)
}
40% {
transform:scale3d(.75, 1.25, 1)
}
50% {
transform:scale3d(1.15, .85, 1)
}
65% {
transform:scale3d(.95, 1.05, 1)
}
75% {
transform:scale3d(1.05, .95, 1)
}
to {
transform:scale3d(1, 1, 1)
}
}
.rubberBand {
animation-name: rubberBand
}
@keyframes shake {
from, to {
transform:translate3d(0, 0, 0)
}
10%, 30%, 50%, 70%, 90% {
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
transform:translate3d(10px, 0, 0)
}
}
.shake {
animation-name: shake
}
@keyframes headShake {
0% {
transform:translateX(0)
}
6.5% {
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
transform:translateX(5px) rotateY(7deg)
}
31.5% {
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
transform:translateX(2px) rotateY(3deg)
}
50% {
transform:translateX(0)
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake
}
@keyframes swing {
20% {
transform:rotate3d(0, 0, 1, 15deg)
}
40% {
transform:rotate3d(0, 0, 1, -10deg)
}
60% {
transform:rotate3d(0, 0, 1, 5deg)
}
80% {
transform:rotate3d(0, 0, 1, -5deg)
}
to {
transform:rotate3d(0, 0, 1, 0deg)
}
}
.swing {
transform-origin: top center;
animation-name: swing
}
@keyframes tada {
from {
transform:scale3d(1, 1, 1)
}
10%, 20% {
transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%, 50%, 70%, 90% {
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%, 60%, 80% {
transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
to {
transform:scale3d(1, 1, 1)
}
}
.tada {
animation-name: tada
}
@keyframes wobble {
from {
transform:none
}
15% {
transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30% {
transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45% {
transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60% {
transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75% {
transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
to {
transform:none
}
}
.wobble {
animation-name: wobble
}
@keyframes jello {
from, 11.1%, to {
transform:none
}
22.2% {
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
transform:skewX(-0.78125deg) skewY(-0.78125deg)
}
77.7% {
transform:skewX(0.390625deg) skewY(0.390625deg)
}
88.8% {
transform:skewX(-0.1953125deg) skewY(-0.1953125deg)
}
}
.jello {
animation-name: jello;
transform-origin: center
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
transform:scale3d(.3, .3, .3)
}
20% {
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
transform:scale3d(.97, .97, .97)
}
to {
opacity:1;
transform:scale3d(1, 1, 1)
}
}
.bounceIn {
animation-name: bounceIn
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
transform:translate3d(0, 25px, 0)
}
75% {
transform:translate3d(0, -10px, 0)
}
90% {
transform:translate3d(0, 5px, 0)
}
to {
transform:none
}
}
.bounceInDown {
animation-name: bounceInDown
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
transform:translate3d(25px, 0, 0)
}
75% {
transform:translate3d(-10px, 0, 0)
}
90% {
transform:translate3d(5px, 0, 0)
}
to {
transform:none
}
}
.bounceInLeft {
animation-name: bounceInLeft
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
from {
opacity:0;
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
transform:translate3d(-25px, 0, 0)
}
75% {
transform:translate3d(10px, 0, 0)
}
90% {
transform:translate3d(-5px, 0, 0)
}
to {
transform:none
}
}
.bounceInRight {
animation-name: bounceInRight
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
from {
opacity:0;
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
transform:translate3d(0, -20px, 0)
}
75% {
transform:translate3d(0, 10px, 0)
}
90% {
transform:translate3d(0, -5px, 0)
}
to {
transform:translate3d(0, 0, 0)
}
}
.bounceInUp {
animation-name: bounceInUp
}
@keyframes bounceOut {
20% {
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
transform:scale3d(1.1, 1.1, 1.1)
}
to {
opacity:0;
transform:scale3d(.3, .3, .3)
}
}
.bounceOut {
animation-name: bounceOut
}
@keyframes bounceOutDown {
20% {
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
transform:translate3d(0, -20px, 0)
}
to {
opacity:0;
transform:translate3d(0, 2000px, 0)
}
}
.bounceOutDown {
animation-name: bounceOutDown
}
@keyframes bounceOutLeft {
20% {
opacity:1;
transform:translate3d(20px, 0, 0)
}
to {
opacity:0;
transform:translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft {
animation-name: bounceOutLeft
}
@keyframes bounceOutRight {
20% {
opacity:1;
transform:translate3d(-20px, 0, 0)
}
to {
opacity:0;
transform:translate3d(2000px, 0, 0)
}
}
.bounceOutRight {
animation-name: bounceOutRight
}
@keyframes bounceOutUp {
20% {
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
transform:translate3d(0, 20px, 0)
}
to {
opacity:0;
transform:translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
animation-name: bounceOutUp
}
@keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
.fadeIn {
animation-name: fadeIn
}
@keyframes fadeInDown {
from {
opacity:0;
transform:translate3d(0, -100%, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInDown {
animation-name: fadeInDown
}
@keyframes fadeInDownBig {
from {
opacity:0;
transform:translate3d(0, -2000px, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInDownBig {
animation-name: fadeInDownBig
}
@keyframes fadeInLeft {
from {
opacity:0;
transform:translate3d(-100%, 0, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInLeft {
animation-name: fadeInLeft
}
@keyframes fadeInLeftBig {
from {
opacity:0;
transform:translate3d(-2000px, 0, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig
}
@keyframes fadeInRight {
from {
opacity:0;
transform:translate3d(100%, 0, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInRight {
animation-name: fadeInRight
}
@keyframes fadeInRightBig {
from {
opacity:0;
transform:translate3d(2000px, 0, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInRightBig {
animation-name: fadeInRightBig
}
@keyframes fadeInUp {
from {
opacity:0;
transform:translate3d(0, 100%, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInUp {
animation-name: fadeInUp
}
@keyframes fadeInUpBig {
from {
opacity:0;
transform:translate3d(0, 2000px, 0)
}
to {
opacity:1;
transform:none
}
}
.fadeInUpBig {
animation-name: fadeInUpBig
}
@keyframes fadeOut {
from {
opacity:1
}
to {
opacity:0
}
}
.fadeOut {
animation-name: fadeOut
}
@keyframes fadeOutDown {
from {
opacity:1
}
to {
opacity:0;
transform:translate3d(0, 100%, 0)
}
}
.fadeOutDown {
animation-name: fadeOutDown
}
@keyframes fadeOutDownBig {
from {
opacity:1
}
to {
opacity:0;
transform:translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig
}
@keyframes fadeOutLeft {
from {
opacity:1
}
to {
opacity:0;
transform:translate3d(-100%, 0, 0)
}
}
.fadeOutLeft {
animation-name: fadeOutLeft
}
@keyframes fadeOutLeftBig {
from {
opacity:1
}
to {
opacity:0;
transform:translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig
}
@keyframes fadeOutRight {
from {
opacity:1
}
to {
opacity:0;
transform:translate3d(100%, 0, 0)
}
}
.fadeOutRight {
animation-name: fadeOutRight
}
@keyframes fadeOutRightBig {
from {
opacity:1
}
to {
opacity:0;
transform:translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig
}
@keyframes fadeOutUp {
from {
opacity:1
}
to {
opacity:0;
transform:translate3d(0, -100%, 0)
}
}
.fadeOutUp {
animation-name: fadeOutUp
}
@keyframes fadeOutUpBig {
from {
opacity:1
}
to {
opacity:0;
transform:translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig
}
@keyframes flip {
from {
transform:perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function:ease-out
}
40% {
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function:ease-out
}
50% {
transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function:ease-in
}
80% {
transform:perspective(400px) scale3d(.95, .95, .95);
animation-timing-function:ease-in
}
to {
transform:perspective(400px);
animation-timing-function:ease-in
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip
}
@keyframes flipInX {
from {
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function:ease-in;
opacity:0
}
40% {
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function:ease-in
}
60% {
transform:perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity:1
}
80% {
transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to {
transform:perspective(400px)
}
}
.flipInX {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
animation-name: flipInX
}
@keyframes flipInY {
from {
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function:ease-in;
opacity:0
}
40% {
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function:ease-in
}
60% {
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
to {
transform:perspective(400px)
}
}
.flipInY {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
animation-name: flipInY
}
@keyframes flipOutX {
from {
transform:perspective(400px)
}
30% {
transform:perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity:1
}
to {
transform:perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity:0
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important
}
@keyframes flipOutY {
from {
transform:perspective(400px)
}
30% {
transform:perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity:1
}
to {
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity:0
}
}
.flipOutY {
-webkit-backface-visibility: visible!important;
backface-visibility: visible!important;
animation-name: flipOutY
}
@keyframes lightSpeedIn {
from {
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
transform:skewX(20deg);
opacity:1
}
80% {
transform:skewX(-5deg);
opacity:1
}
to {
transform:none;
opacity:1
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out
}
@keyframes lightSpeedOut {
from {
opacity:1
}
to {
transform:translate3d(100%, 0, 0) skewX(30deg);
opacity:0
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in
}
@keyframes rotateIn {
from {
transform-origin:center;
transform:rotate3d(0, 0, 1, -200deg);
opacity:0
}
to {
transform-origin:center;
transform:none;
opacity:1
}
}
.rotateIn {
animation-name: rotateIn
}
@keyframes rotateInDownLeft {
from {
transform-origin:left bottom;
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
to {
transform-origin:left bottom;
transform:none;
opacity:1
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft
}
@keyframes rotateInDownRight {
from {
transform-origin:right bottom;
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
transform-origin:right bottom;
transform:none;
opacity:1
}
}
.rotateInDownRight {
animation-name: rotateInDownRight
}
@keyframes rotateInUpLeft {
from {
transform-origin:left bottom;
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
to {
transform-origin:left bottom;
transform:none;
opacity:1
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft
}
@keyframes rotateInUpRight {
from {
transform-origin:right bottom;
transform:rotate3d(0, 0, 1, -90deg);
opacity:0
}
to {
transform-origin:right bottom;
transform:none;
opacity:1
}
}
.rotateInUpRight {
animation-name: rotateInUpRight
}
@keyframes rotateOut {
from {
transform-origin:center;
opacity:1
}
to {
transform-origin:center;
transform:rotate3d(0, 0, 1, 200deg);
opacity:0
}
}
.rotateOut {
animation-name: rotateOut
}
@keyframes rotateOutDownLeft {
from {
transform-origin:left bottom;
opacity:1
}
to {
transform-origin:left bottom;
transform:rotate3d(0, 0, 1, 45deg);
opacity:0
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft
}
@keyframes rotateOutDownRight {
from {
transform-origin:right bottom;
opacity:1
}
to {
transform-origin:right bottom;
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight
}
@keyframes rotateOutUpLeft {
from {
transform-origin:left bottom;
opacity:1
}
to {
transform-origin:left bottom;
transform:rotate3d(0, 0, 1, -45deg);
opacity:0
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft
}
@keyframes rotateOutUpRight {
from {
transform-origin:right bottom;
opacity:1
}
to {
transform-origin:right bottom;
transform:rotate3d(0, 0, 1, 90deg);
opacity:0
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight
}
@keyframes hinge {
0% {
transform-origin:top left;
animation-timing-function:ease-in-out
}
20%, 60% {
transform:rotate3d(0, 0, 1, 80deg);
transform-origin:top left;
animation-timing-function:ease-in-out
}
40%, 80% {
transform:rotate3d(0, 0, 1, 60deg);
transform-origin:top left;
animation-timing-function:ease-in-out;
opacity:1
}
to {
transform:translate3d(0, 700px, 0);
opacity:0
}
}
.hinge {
animation-name: hinge
}
@keyframes jackInTheBox {
from {
opacity:0;
transform:scale(.1) rotate(30deg);
transform-origin:center bottom
}
50% {
transform:rotate(-10deg)
}
70% {
transform:rotate(3deg)
}
to {
opacity:1;
transform:scale(1)
}
}
.jackInTheBox {
animation-name: jackInTheBox
}
@keyframes rollIn {
from {
opacity:0;
transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
to {
opacity:1;
transform:none
}
}
.rollIn {
animation-name: rollIn
}
@keyframes rollOut {
from {
opacity:1
}
to {
opacity:0;
transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
.rollOut {
animation-name: rollOut
}
@keyframes zoomIn {
from {
opacity:0;
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
.zoomIn {
animation-name: zoomIn
}
@keyframes zoomInDown {
from {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInDown {
animation-name: zoomInDown
}
@keyframes zoomInLeft {
from {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInLeft {
animation-name: zoomInLeft
}
@keyframes zoomInRight {
from {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInRight {
animation-name: zoomInRight
}
@keyframes zoomInUp {
from {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInUp {
animation-name: zoomInUp
}
@keyframes zoomOut {
from {
opacity:1
}
50% {
opacity:0;
transform:scale3d(.3, .3, .3)
}
to {
opacity:0
}
}
.zoomOut {
animation-name: zoomOut
}
@keyframes zoomOutDown {
40% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin:center bottom;
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutDown {
animation-name: zoomOutDown
}
@keyframes zoomOutLeft {
40% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
opacity:0;
transform:scale(.1) translate3d(-2000px, 0, 0);
transform-origin:left center
}
}
.zoomOutLeft {
animation-name: zoomOutLeft
}
@keyframes zoomOutRight {
40% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
opacity:0;
transform:scale(.1) translate3d(2000px, 0, 0);
transform-origin:right center
}
}
.zoomOutRight {
animation-name: zoomOutRight
}
@keyframes zoomOutUp {
40% {
opacity:1;
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
opacity:0;
transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin:center bottom;
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutUp {
animation-name: zoomOutUp
}
@keyframes slideInDown {
from {
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
transform:translate3d(0, 0, 0)
}
}
.slideInDown {
animation-name: slideInDown
}
@keyframes slideInLeft {
from {
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
transform:translate3d(0, 0, 0)
}
}
.slideInLeft {
animation-name: slideInLeft
}
@keyframes slideInRight {
from {
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
transform:translate3d(0, 0, 0)
}
}
.slideInRight {
animation-name: slideInRight
}
@keyframes slideInUp {
from {
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
transform:translate3d(0, 0, 0)
}
}
.slideInUp {
animation-name: slideInUp
}
@keyframes slideOutDown {
from {
transform:translate3d(0, 0, 0)
}
to {
visibility:hidden;
transform:translate3d(0, 100%, 0)
}
}
.slideOutDown {
animation-name: slideOutDown
}
@keyframes slideOutLeft {
from {
transform:translate3d(0, 0, 0)
}
to {
visibility:hidden;
transform:translate3d(-100%, 0, 0)
}
}
.slideOutLeft {
animation-name: slideOutLeft
}
@keyframes slideOutRight {
from {
transform:translate3d(0, 0, 0)
}
to {
visibility:hidden;
transform:translate3d(100%, 0, 0)
}
}
.slideOutRight {
animation-name: slideOutRight
}
@keyframes slideOutUp {
from {
transform:translate3d(0, 0, 0)
}
to {
visibility:hidden;
transform:translate3d(0, -100%, 0)
}
}
.slideOutUp {
animation-name: slideOutUp
}