/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&amp;subset=latin-ext');
body {
    font-family: 'Roboto', sans-serif;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}
.top-header {
}
.margin-top {
    margin-top: 20px;
}
.navbar.transparent {
    background-color: rgba(255,255,255,0.00)!important;
}
.bg-light {
    background-color: #f8f9fa;
}
.navback {
    background-color: rgba(255,255,255,1.00)!important;
    box-shadow: 0px 10px 100px #000000;
    z-index: 20;
    top: 0px;
    position: fixed;
    width: 100%;
    border-bottom: solid thin rgba(255,0,4,1.00);
}
.navbar {
    padding: 0rem 1rem;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 400;
    color: #666666;
    padding: 31px 10px;
    border-radius: 0px;
    /*background-color: aqua;*/
	
    -webkit-transition: all 0.3s ease-in-out; /* Safari */
    transition: all 0.5s ease-in-out;
}
.navbar-light .navbar-nav .nav-link:hover {
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out; /* Safari */
    transition: all 0.5s ease-in-out;
    background-color: red;
}
.slideyuk {
/*z-index: 10;*/
}
.top-yuseklik {
    display: table;
    margin-top: 87px;
}
/* icons */

.uclu-start p {
    text-align: justify;
    font-size: 14px;
}
.start-icons {
    font-size: 48px;
    color: red;
    text-align: center;
    width: 100%;
}
.carousel-caption {
    /*background-color: rgba(0,0,0,0.2);*/
	
    padding: 5px;
    top: 42%;
    left: 0%;
    width: 100%;
    bottom : inherit;
    height: auto;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
.carousel-caption, h1, h2 {
    font-size: 30px;
}
}

@media only screen and (max-width: 425px) {
.carousel-caption {
    top: 28%;
}
.carousel-caption, h1, h2 {
    font-size: 15px;
}
.carousel-caption, .btn-primary {
    font-size: 10px;
}
}
.bottom {
    padding: 20px 0px;
    background-color: #333333;
    color: #CCCCCC;
    margin-top: 40px;
}
.bottom .list-group-item {
    position: relative;
    display: block;
    padding: 0px 1.25rem;
    margin-bottom: 0px;
    background-color: rgba(0,0,0,0.00);
    border: 0px solid rgba(0,0,0,.125);
}
.bottom a {
    color: #CCCCCC;
    text-decoration: none;
}
.bottom a:hover {
    color: #ffffff;
}
.alt-logo {
    width: 50%;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.jumbotron {
    background-image: url("../img/KONE-UltraRope-in-elevator-shaft-2.jpg");
    background-size: cover;
    background-position: center;
    color: #ffffff;
    text-shadow: 2px 2px #000000;
}
.jumbotron h1 {
    padding: 10px;
}
.jumbotron p {
    padding: 10px;
}
.unvan {
    padding: 26px 0px 26px 10px;
    position: fixed;
    font-weight: 700;
}

@media only screen and (max-width: 425px) {
.unvan {
	padding: 31px 0px 26px 10px;
	font-size: 15px;
}
}

@media only screen and (max-width: 375px) {
.unvan {
	padding: 34px 0px 26px 10px;
	font-size: 11px;
}
}

@media only screen and (max-width: 320px) {
.unvan {
	
	padding: 34px 0px 26px 10px;
	font-size: 8px;
}
}