* {
    font-family: 'Oswald', sans-serif;
}

html, body {
    overflow-x: hidden;
    height: 100%;
}

#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.90);
    z-index: 9999;
}

#loader #siteLogo {
    float: left;
}

body {
    background-color: #f8f8f8;
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden;
}

.center {
    width: 1166px;
    margin: auto;
}

.searchCenter {
    position: relative;
}

header #searchBox {
    position: absolute;
    right: 0px;
    width: 172px;
    height: 44px;
    background: url("../images/searchBack.png") no-repeat center top;
    cursor: pointer;
}

header #searchBox span {
    padding: 0px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    background-color: transparent;
    float: left;
    margin: 23px 0px 11px 23px;
    text-align: center;
    width: 65%;
    border: 0px;
    outline: none;
}

header #searchBox i {
    float: left;
    font-size: 20px;
    color: #FFF;
    margin: 7px 0px 10px 14px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

header #searchForm {
    position: absolute;
    right: 1px;
    width: 170px;
    height: 34px;
    background-color: #f7931e;
    display: none;
    border-bottom-left-radius: 2px;
}

header #searchForm input[type=text] {
    float: left;
    border-radius: 2px;
    outline: none;
    background-color: #fba43e;
    border: 0px;
    color: #FFF;
    padding: 4px 5px 5px 5px;
    font-weight: 300;
    margin: 6px;
    width: 127px;
}

header #searchForm input[type=submit] {
    float: left;
    outline: none;
    background-color: #fba43e;
}

header #searchForm i {
    float: left;
    margin-top: 12px;
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
}

header #searchForm ::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1;
    font-weight: 300;
    letter-spacing: 0.5px;
}

header #searchForm :-moz-placeholder {
    color: #FFF;
    opacity: 1;
    font-weight: 300;
    letter-spacing: 0.5px;
}

header #searchForm ::-moz-placeholder {
    color: #FFF;
    opacity: 1;
    font-weight: 300;
    letter-spacing: 0.5px;
}

header #searchForm :-ms-input-placeholder {
    color: #FFF;
    font-weight: 300;
    letter-spacing: 0.5px;
}

header nav {
    float: left;
    width: 100%;
    height: 80px;
    border-top: 6px solid #f7931e;
    background-color: #3991ce;
    margin-top: 82px;
}

header nav ul {
    margin-top: 31px;
}

header nav ul li {
    float: left;
    width: 18.5%;
    text-align: center;
}

header nav ul li.logo {
    width: 25%;
}

header nav ul li.border {
    border-right: 1px solid #FFF;
}

header nav ul li a {
    color: #FFF;
    background-color: #3991ce;
    text-decoration: none;
    font-size: 18px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    padding: 27px 15px 6px 15px;
    transition-property: background-color;
    transition-duration: 0.25s;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

header nav ul li a.menu:hover {
    background-color: #f7931e;
}

header nav ul li a img {
    margin-top: -107px;
}

header nav .shadow, section#page .shadow {
    float: left;
    width: 100%;
    height: 12px;
    background: url("../images/shadow.jpg") no-repeat center top;
}

header .respHead {
    display: none;
}

section#page {
    float: left;
    width: 100%;
}

section#page #slider {
    float: left;
    width: 100%;
    margin-top: 16px;
    border-bottom: 9px solid #0c9754;
}

section#page #infoBox {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 8px;
    margin-top: 10px;
    height: auto;
    min-height: 230px;
    background-color: #3991ce;
}

section#page #infoBox #infoSelect {
    position: relative;
    float: left;
    z-index: 99;
    margin: -170px 0px 0px 30px;
}

section#page #infoBox #infoSelect .infoImg {
    float: left;
    margin: 44px 0px 0px 19px;
    border: 9px solid #0c9754;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);
}

section#page #infoBox #infoSelect .infoImgBorder {
    position: absolute;
    margin: 0px 0px 0px 1px;
    width: 307px;
    height: 334px;
    background: url("../images/infoImgBorder.png") no-repeat center top;
}

section#page #infoBox #infoSelect .infoImgBorder .air {
    float: left;
    margin: 10px 0px 0px -20px;
    width: 190px;
    height: 60px;
    cursor: pointer;
    background-color: transparent;
    -ms-transform: rotate(-23deg);
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg);
}

section#page #infoBox #infoSelect .infoImgBorder .sea {
    float: left;
    margin: 50px 0px 0px 70px;
    width: 60px;
    height: 190px;
    cursor: pointer;
    background-color: transparent;
}

section#page #infoBox #infoSelect .infoImgBorder .overland {
    float: left;
    margin: 35px 0px 0px 30px;
    width: 190px;
    height: 50px;
    cursor: pointer;
    background-color: transparent;
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
}

section#page #infoBox #infoText {
    float: left;
    margin: 15px 0px 0px 70px;
    width: 65%;
}

section#page #infoBox #infoText .title {
    float: left;
    width: 100%;
    margin-top: 7px;
    text-align: right;
    color: #FFF;
    font-size: 19px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

section#page #infoBox #infoText .text {
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 300;
}

section#page #infoBox #infoText .text a {
    color: #fda743;
    padding-bottom: 0px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    float: right;
}

section#page #infoBox #infoText .text a:hover {
    border-bottom: 1px solid #fda743;
}

section#page #infoBox #phone {
    position: absolute;
    bottom: -31px;
    left: 35px;
    width: 296px;
    height: 59px;
    background: url("../images/phoneBack.png") no-repeat center top;
    padding-top: 19px;
    text-align: center;
    color: #FFF;
    font-size: 21px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

section#page #infoBox #phone i {
    padding-right: 8px;
    font-size: 22px;
}

section#page #infoBox #shadowInfo {
    position: absolute;
    bottom: -19px;
    right: 0px;
}

section#page #grayBand {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 70px;
    height: auto;
    min-height: 110px;
    background-color: #3e3e3e;
}

section#page #grayBand .child {
    float: left;
    cursor: pointer;
    width: 26%;
    margin-top: 35px;
    border-right: 1px solid #181818;
}

section#page #grayBand .child:hover .title {
    color: #FFF;
    transition-property: color;
    transition-duration: 0.25s;
}

section#page #grayBand .child .title {
    float: left;
    width: 100%;
    color: #f7931e;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

section#page #grayBand .child .desc {
    float: left;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    margin-top: 12px;
    font-weight: 300;
}

section#page #grayBand .package {
    position: absolute;
    bottom: -15px;
    right: 45px;
}

section#page #grayBand #shadowGray {
    position: absolute;
    bottom: -19px;
    left: 0px;
}

section#page #hiddenServices {
    display: none;
}

section#page #detailBand {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    height: 11px;
    background-color: #076739;
    margin-top: 85px;
}

section#page #detailBand #phone {
    width: 296px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -36px;
    height: 59px;
    background: url("../images/phoneBack.png") no-repeat center top;
    padding-top: 19px;
    text-align: center;
    color: #FFF;
    font-size: 21px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

section#page #detailBox {
    float: left;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 15px;
}

section#page #detailBox .image {
    float: left;
    width: 326px;
    height: 326px;
    background-image: url("../images/detailImage.png");
}

section#page #detailBox .image img {
    float: left;
    margin: 18px 0px 0px 19px;
    border-radius: 50%;
}

section#page #detailBox .detail {
    float: left;
    width: 66%;
    margin-left: 4%;
}

section#page #detailBox .detail .title {
    float: left;
    width: 100%;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    color: #101010;
    font-size: 18px;
    margin: 15px 0px 0px 0px;
}

section#page #detailBox .detail .text {
    float: left;
    width: 100%;
    color: #101010;
    font-size: 16px;
    margin-top: 15px;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
}

section#page #detailBox .detail .text iframe {
    float: left;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

section#page #detailBox .detail .text .service {
    float: left;
    position: relative;
    width: 345px;
    height: 200px;
    margin: 8px;
    cursor: pointer;
}

section#page #detailBox .detail .text .service:hover .service-image img {
    border-bottom: 5px solid #f7931e;
    transition-property: border-color;
    transition-duration: 0.35s;
}

section#page #detailBox .detail .text .service:hover .service-name {
    background-color: rgba(247, 147, 30, 0.7);
    transition-property: background-color;
    transition-duration: 0.35s;
}

section#page #detailBox .detail .text .service .service-image img {
    border-bottom: 5px solid #37b377;
    border-top-left-radius: 10px;
}

section#page #detailBox .detail .text .service .service-name {
    position: absolute;
    bottom: 0;
    right: 0px;
    font-weight: 300;
    font-size: 17px;
    border-top-left-radius: 5px;
    padding: 5px 15px 5px 15px;
    color: #FFF;
    background-color: rgba(55, 179, 119, 0.7);
}

section#page #detailBox .detail .text .service .service-name a {
    color: #FFF;
    text-decoration: none;
}

section#page #detailBox .detail .text .query {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

section#page #detailBox .detail .text .query input[type=text], section#page #detailBox .detail .text .query input[type=password] {
    width: 21%;
    padding: 9px;
    font-weight: 300;
    letter-spacing: 1px;
    outline: none;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    transition-property: box-shadow;
    transition-duration: 0.35s;
}

section#page #detailBox .detail .text .query input[type=text]:focus, section#page #detailBox .detail .text .query input[type=password]:focus {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
}

section#page #detailBox .detail .text .query input[type=submit] {
    padding: 9px;
    margin-left: 6px;
    font-weight: 300;
    letter-spacing: 1px;
    cursor: pointer;
    outline: none;
    background-color: #f7931e;
    border: 1px solid transparent;
    color: #FFF;
    border-radius: 4px;
    transition-property: background-color;
    transition-duration: 0.35s;
}

section#page #detailBox .detail .text .query input[type=submit]:hover {
    background-color: #37b377;
}

section#page #detailBox .detail .text .query span {
    font-weight: 500;
    color: #f7931e;
    border-bottom: 1px solid #f7931e;
    padding-bottom: 2px;
    font-size: 15px;
}

section#page #detailBox .images {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 33px;
}

section#page #detailBox .img {
    float: left;
    border-radius: 7px;
    margin: 20px;
}

footer {
    float: left;
    width: 100%;
    height: 85px;
    background-color: #3991ce;
    margin: 60px 0px 10px 0px;
}

footer #footer {
    width: 1141px;
    height: 111px;
    margin: -14px auto 0px auto;
    text-align: right;
    color: #FFF;
    background: url("../images/footerBack.png") no-repeat center top;
}

footer #footer .copy {
    float: right;
    margin-top: 53px;
    font-weight: 300;
    font-size: 15px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.login {
    float: right;
    background-color: #f7931e;
    margin-right: 200px;
    color: #FFF;
    padding: 7px 12px 7px 12px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    text-decoration: none;
    font-size: 14px;
}

select[name=konumIDFiltre] {
    height: 41px;
    outline: none;
    border: 1px solid #c4c4c4;
    padding: 9px;
    font-weight: 300;
    border-radius: 4px;
    transition-property: box-shadow;
    transition-duration: 0.35s;
}

select[name=konumIDFiltre]:focus {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
}

/*
     FILE ARCHIVED ON 04:32:35 Aug 28, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:04:41 May 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.318
  load_resource: 52.994
  PetaboxLoader3.resolve: 38.142
  PetaboxLoader3.datanode: 14.347
*/
