﻿



@media (min-width: 768px) {
    .emdebyoutube {
        width: 100%;
        height: 250px;
    }
    #kariyercontainer{
        margin-left:40px;
    }
   
}
#containerkurumsalmobile {
    display: none;
}

@media (max-width: 1024px) {
    .emdebyoutube {
        width:100%;
        height:350px;
    }
    #containerkurumsalpc{
        display:none;
    }
    #containerkurumsalmobile {
        display: inline;
    }
    #containerkurumsal .p{
        font-size:8px;
    }
    
}





.sidebar-contact {
    position: fixed;
    top: 50%;
    left: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index:999;
}

.sidebar-contact.active{
    left:0px;
}
.sidebar-contact input,
.sidebar-contact textarea {
width: 100%;
height: 36px;
padding: 5px;
margin-bottom: 10px;
border: 1px solid rgba(0,0,0,0.5);
outline: none;
    }

.sidebar-contact input[type="submit"]{
    background:#00bcd4;
    color:#fff;
    cursor:pointer;
    border:none;
    font-size:18px;
}

.sidebar-contact textarea{
    height:60px;
    resize:none;
}
.sidebar-contact h2{
   font-size:14px;
    margin:0 0 20px;
    padding: 0;

}

.toggle{
    position:absolute;
    top:0;
    right:-48px;
    width:48px;
    height:48px;
    line-height:48px;
    text-align:center;
    cursor:pointer;
    background:#f00;
}
.toggle:before{
    content:'\f003';
    font-family:fontAwesome;
    color:#fff;
    font-size:18px;
}

.toggle active:before {
    content: '\f00d';
}
@media (max-width:768px){
    .sidebar-contact
    {
        width:100%;
        height:100%;
        left:-100%;
    }
    .sidebar-contact .toggle
    {
        top:95%;
        transform:translateY(-50%);
        transition:0.5s;
    }
    .sidebar-contact.active .toggle
    {
        top:0;
        right:0;
        transform:translateY(0);
    }
    .scroll{
        width:100%;
        height:100%;
        overflow-y:auto;
    }
}


.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
