﻿body {
}

.winner-category h4 {
    font-weight: bold;
    margin-bottom: 30px;
}

.winner-category .winner-company-link {
    display: block;
    padding: 30px;
    border: solid 1px #f3f3f3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .winner-category .winner-company-link:hover,
    .winner-category .winner-company-link:focus,
    .winner-category .winner-company-link:active {
        background: #f7f7f7;
    }

.well {
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 0px 32px -6px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 0px 32px -6px rgba(0,0,0,0.46);
    box-shadow: 0px 0px 32px -6px rgba(0,0,0,0.46);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.page-contact {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}

.page-content .well {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .page-content .well h3 {
        margin-top: 5px;
    }


.custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px; 
    background-color: #fff; 
    border: 1px solid #ddd;
    border-radius: 4px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    z-index: 1000; 
}

    .custom-dropdown-menu a {
        text-align:center;
        display: block;
        padding: 10px 15px; /* Padding ile iç boşluk ayarı */  
        font-size: 20px; /* Yazı boyutu */
        font-weight: bold; /* Yazı kalınlığı */
    }

        .custom-dropdown-menu a:hover {
        }
        

.custom-dropdown:hover .custom-dropdown-menu {
    display: block;
}


.custom-dropdown {
    position: relative;
    display: inline-block;
}

/*
@media (max-width : 932px)
{
    #hubson 
    {
       
    }
}*/