/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
* {font-family: 'Roboto Condensed';}
body {
    padding-bottom: 40px;
    color: #5a5a5a;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}
.navbar-default .navbar-nav>li:hover{
    background-color: #2c3e50;
}
.navbar-default .navbar-nav>li>a:hover{
    /*font-size: 1.2em;*/
    color: #fff !important;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px !important;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
    width: 50%
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}
.marketing .col-lg-3 {
    margin-bottom: 20px;
    text-align: center;
    width: 33%
}
/* Featurettes
------------------------- */
.featurette-divider {
    margin: 50px 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}
@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
.first-slide{
    opacity:0.7;
    /*    -webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        -o-filter: blur(1px);
        -ms-filter: blur(1px);
        filter: blur(1px);*/
}
.second-slide{
    opacity:0.7;
    /*    -webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        -o-filter: blur(1px);
        -ms-filter: blur(1px);
        filter: blur(1px);*/
}
.third-slide {
    opacity:0.7;
    /*    -webkit-filter: blur(1px);
        -moz-filter: blur(1px);
        -o-filter: blur(1px);
        -ms-filter: blur(1px);
        filter: blur(1px);*/
}

/*Bizi Benzersiz kılan nedir görseli için stiller*/ 
.unique_title{
    margin-top: -50%;
    color: #337AB7;       
}

.unique_content{
    font-weight: normal;
    font-family: arial;
    color: #337AB7; 
}
.unique_subtitle{
    color: gray;
    font-size: 25px;
}

.unique_subcontent{
    color: gray;
    font-weight: 100;
    font-size: 18px;
}

@media (min-width: 1200px) and (max-width: 1370px) {
    .unique_title{
        margin-top: -80%;
    } 
}

@media (min-width: 1040px) and (max-width: 1200px) {
    .unique_title{
        margin-top: -100%;
    }
}

@media (min-width: 769px) and (max-width: 1040px) {
    .unique_title{
        margin-top: -110%;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .unique_title{
        margin-top: -140%;
    }
}

@media (width: 768px) {
    .unique_title{
        margin-top: -150%;
    }
}


/*Mobil için bizi benzersiz kılan görselinde oluşan taşmalar için*/
@media screen and (max-width: 1370px) {
    .unique_photo{
        width: 100%;
        height: 780px;
    }
} 
@media screen and (min-width: 1370px) {
    .unique_photo{
        width:100%;
        /*height: 650px;*/
    }
}  

@media (min-width: 480px) and (max-width: 540px){
    .unique_title{
        margin-top: -210%;
    }
}
@media (min-width: 540px) and (max-width: 600px){
    .unique_title{
        margin-top: -190%;
    }
}
@media (min-width: 600px) and (max-width: 640px){
    .unique_title{
        margin-top: -170%;
    }
}
@media (min-width: 640px) and (max-width: 712px){
    .unique_title{
        margin-top: -155%;
    }
}
@media (min-width: 712px) and (max-width: 767px){
    .unique_title{
        margin-top: -135%;
    }
}
@media screen and (max-width: 359px) {
    .unique_title{
        font-size: 26px;
    }
    .unique_subtitle {
        font-size: 22px;
    }
}
@media screen and (max-width: 319px) {
    .unique_title{
        font-size: 24px;
    }
    .unique_subtitle {
        font-size: 16px;
    }
    .unique_subcontent {
        font-size: 14px;
    }
}