@charset "utf-8";
/* CSS Document */
.section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.section.repeat-bg {
    background-repeat: repeat;
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
    background-size: auto !important;
}
.bg-parallax {
    background-attachment: fixed;
}
.section-video {
    position: absolute;
    z-index: 33;
    left: 0;
    top: -100px;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}
.section-video object {
    display: block;
    width: 100% !important;
    height: auto !important;
}
.section-video img {
    display: block;
    width: 100% !important;
    height: auto !important;
}
.section-video-content {
    z-index: 35;
    position: relative;
    opacity: 0.98;
}
.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 34;
    opacity: 0.7;
}
.light-section {
    color: #fff;
}
.light-section .testimonials {
    color: #666;
}
.light-section .testimonials .testimonial-content p {
    color: #c4c4c4;
}

@media (min-width: 768px) {
.full-width-portfolio #portfolio-list li {
    width: 24.85%;
}
}
.myimage {
    /*background:url(../images/mapbg.jpg) no-repeat top center;*/
    background: transparent url("../../resimler/upload/parallax2.jpg") no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    height: 300px;
}
.slgn {
    height: 250px;
    position: relative;
    color: #ffffff;
        font-size: 40px;
}
.slgn p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -35%);
}

@media only screen and (min-width: 230px) and (max-width:780px) {
.slgn {
    height: 300px;
    width: 100%;
    position: relative;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}
.slgn p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}
