


body{
	font-family: 'Roboto', sans-serif;
    background-image: url(../img/background/volen-insaat-bg-02.png);
}

h1{
	font-family: 'Roboto', sans-serif;
    font-size: 24px;
}
h2{
	font-family: 'Roboto', sans-serif;
    font-size: 22px;
}
h3{
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
}
h4{
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
h5{
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.button {
    display: inline-block;
    background-color: rgba(234, 234, 234, 0.84);
    padding: 10px 20px;
    transition: all .3s ease-in-out;
    font-weight: bold;
    border: 1px solid transparent;
}
.button:hover {
    background-color: #fff;
    color: #999 !important;
}

#bCarousel .button:hover {
    background-color: rgba(234, 234, 234, 0.84);
    color: #000 !important;
    border: 1px solid #7b7b7b;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.48);
}
 
/* carousel */
#bCarousel {
    height: 900px;
    height: 100vh;
}
#bCarousel .texts {
    width: 50%;
    position: absolute;
    color: rgba(255, 255, 255, 0.9);
    bottom: 70px;
}
#bCarousel .texts h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 6px;
    -webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}


#bCarousel .fill.slidebg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 39, 39, 0.43);
}
#bCarousel .texts h1:after {
    margin-top: 10px;
    content: "";
    display: block;
    width: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
#bCarousel .texts p, #bCarousel .texts a {
    letter-spacing: 1px;
    font-weight: 300;
	padding-top:6px;
    margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
#bCarousel .texts a {
    margin: 0;
}
#bCarousel .texts a {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    color: #7b7b7b;
}
#bCarousel .texts a span {
    font-size: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.55);
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    padding: 2px;
}
#bCarousel .texts a span i {
    padding: 0 0 0 2px;
}
#bCarousel .carousel-controllers {
    position: absolute;
    top: 51%;
    color: rgb(255, 255, 255);
    left: 20px;
    /* transition: all .2s ease-in-out; */
}
#bCarousel .carousel-controllers:hover .proj-name {
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(185, 185, 185, 0.75);
}
#bCarousel .carousel-controllers:hover:before, #bCarousel .carousel-controllers:hover:after{
    border: 2px solid #b9b9b9 !important;
}
#bCarousel .carousel-controllers:hover {
    color: #b9b9b9;
}
#bCarousel .carousel-controllers.right {
    left: initial;
    right: 20px;
}
#bCarousel .carousel-controllers .proj-name {
    text-transform: uppercase;
    letter-spacing: 1px;
    /* font-weight: 100; */
    font-size: 16px;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 4px;
    transition: all .2s ease-in-out;
    -webkit-animation: slidetounlock 4s infinite;
    background: -webkit-gradient(linear,left top,right top,color-stop(0, #fff),color-stop(0.4, #ababab),color-stop(0.5, #a9a9a9),color-stop(0.6, #ababab),color-stop(1, #fff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#bCarousel .carousel-controllers.left:before,
#bCarousel .carousel-controllers.right:after {
    font-family: FontAwesome, sans-serif;
    display: inline-block;
    font-size: 26px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
    transition: all .2s ease-in-out;
}
#bCarousel .carousel-controllers.left:before {
    content: "\f104";
    margin: 5px 10px 3px 0;
}
#bCarousel .carousel-controllers.right:after {
    content: "\f105";
    margin: 5px 0 3px 10px;
}
#bCarousel .carousel-indicators {
    display: none;
}
#bCarousel .carousel-ctrls {
    position: absolute;
    top: 51%;
    color: #fff;
    margin: 0 20px;
}

#bCarousel .carousel-ctrls.right {
    right: 0;
}
#bCarousel .carousel-ctrls i {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 12px;
    float: left;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    padding: 10px 11px 0;
    color: rgba(255, 255, 255, 0.85);
}
#bCarousel .carousel-ctrls.right i {
    float: right;
}
#bCarousel .carousel-ctrls p {
    float: left;
    margin: 0;
    margin-top: -4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding: 2px 25px 2px 25px;
    text-transform: uppercase;
    font-size: 12px;
    transition: all .2s ease-in-out;
    -webkit-animation: slidetounlock 4s infinite;
    background: -webkit-gradient(linear,left top,right top,color-stop(0, #fff),color-stop(0.4, #ababab),color-stop(0.5, #a9a9a9),color-stop(0.6, #ababab),color-stop(1, #fff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#bCarousel .carousel-ctrls.right p {
    float: right;
}
#bCarousel .carousel-ctrls p:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.69);
    position: absolute;
    top: 13.4px;
    right: 0;
    border-radius: 1px;
}
#bCarousel .carousel-ctrls.right p:after {
    right: auto;
    left: 0;
}

 

/*  == Mobile == */

/* Dikey */

/* LG (orta) */
@media (max-width: 1365px){
 
}

/* MD */
@media (max-width: 1199px){
  
}
@media (max-width: 1100px){
 
}

@media (max-width: 1024px){
 
}

/* SM */
@media (max-width: 991px){
    
}
@media (max-width: 820px){
    .navbar-nav>li{
        padding: 0 .5vw;
    }
}

/* XS */
@media (max-width: 768px){
   
    #bCarousel .carousel-ctrls p {
        display: none;
    }
}

@media (max-width: 767px){
    
 
 
    #bCarousel .carousel-controllers .proj-name {
        display: none;
    }
    #bCarousel .texts {
        width: 100%;
        left: 0;
        padding: 0 10px;
    }
    #bCarousel .texts h1 {
        font-size: 20px;
		color:white
    }
    #bCarousel .texts p {
        font-size: 13px;
        margin-bottom: 10px;
        margin-left: 1px;
    }
    
   

}
/* iphone yatay */
@media (max-width: 568px){
    
}
/* iphone 6s */
@media (max-width: 414px){
    
}

/* iphone 6-7 */
@media (max-width: 375px){
    
}

/* iphone 5 */
@media (max-width: 320px){
   
}

/* Yatay */
@media (max-height: 414px){

}

@media (max-height: 849px){

}

@media (max-height: 449px){

}