/*!
* Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");

body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    /* background: url("../images/bg.jpg") no-repeat;
background-size: cover !important;
background-color: rgba(0,0,0,.8);
background-blend-mode: overlay; */
}


.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 160px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}

.backToTop {
    right: 2.9rem;
    bottom: 1.9rem;
    width: 4.2rem;
    display: flex;
    color: #fff !important;
    height: 4.2rem;
    font-size: 28px;
    cursor: pointer;
    position: fixed;
    border-radius: 5px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    background-color: #1f2532;
    z-index: 10000;
    outline: none !important;
}

/* Style the form icons */
.icon {
    padding: 5px;
    background: dodgerblue;
    color: white;
    min-width: 25px;
    text-align: center;
    cursor: zoom-in;
}

.icon1 {
    padding: 5px;
    background: dodgerblue;
    color: white;
    min-width: 25px;
    text-align: center;
}

.icon:hover {
    color: black;
}

.test {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    display: inline;
}

.elegantshd {
    color: white;
    background-color: #1E51A0;
    letter-spacing: .25em;
    text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a, -5px 10px 1px #7f7d7d, -6px 12px 1px #828181;
}

.ele {
    letter-spacing: .15em;
    text-shadow: 1px -1px 0 #767676, -1px 2px 1px #737272, -2px 4px 1px #767474, -3px 6px 1px #787777, -4px 8px 1px #7b7a7a;
}

.test1 {
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    font-size: 30px;
    padding: 13px 50px;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}

.btn {
    margin: 5px 5px;
    opacity: 0.9;
    transition: 0.3s;
}

.btnlogin {
    margin-top: 1em;
    margin-bottom: 15px;
    height: 2.4em;
    padding: 5px 5px;
    width: 20%;
    min-width: 180px;
    font-size: 15px;
}

.slow-ani>* {
    animation-duration: 8s;
}

.angry-animate {
    -webkit-animation: appear 1s ease 0s 1 normal;
    -moz-animation: appear 1s ease 0s 1 normal;
    -ms-animation: appear 1s ease 0s 1 normal;
    animation: appear 1s ease 0s 1 normal;

}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    60% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.5s;
    animation: animatezoom 0.5s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* SEARCH BAR! */
.job-search-form {
    /* background: #7e74b5; */
    padding: 15px;
    border-radius: 4px;
    //margin-top: 15px;
}

.job-search-form .form-group {
    margin-bottom: 0;
}

.job-search-form .form-group i {
    position: absolute;
    top: 5px;
    color: #a0c0d0;
    right: 30px;
    font-size: 18px;
}

.job-search-form .form-group .form-control {
    height: 5px;
}

.job-search-form .search-category-container .styled-select>select {
    background: transparent;
    font-size: 22px;
    line-height: 25px;
    border: 0;
    border-radius: 4px;
    height: 26px;
    border: 1px solid #ececec;
    color: #495057;
    padding: 10px 20px;
    z-index: 1;
    width: 100%;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.job-search-form .button {
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
    position: relative;
    outline: none !important;
    background: #00BCD4;
    color: #fff;
    cursor: pointer;
    border: none;
    text-align: center;
    overflow: hidden;
    padding: 10px 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 4px;
    z-index: 1;
}

.job-search-form .button:hover {
    box-shadow: 0px 7px 9px rgba(96, 94, 94, 0.17);
}

.job-search-form .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    transform: scale(0, 0);
    z-index: -1;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.job-search-form .button:hover::before {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    transform: scale(1, 1);
}

.job-featured-search {
    padding: 12px 0;
    border-radius: 4px;
}

.styled-select {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 4px;
}

.styled-select>select {
    background: transparent;
    font-size: 14px;
    line-height: 18px;
    border: 0;
    border-radius: 0;
    height: 44px;
    width: 100%;
}

#table {
    display: table;
    padding: 5px;
}

.tr {
    display: table-row;
    padding: 5px;
}

.td {
    display: table-cell;
    padding: 5px;
    width: 150px;
    border: #000000 solid 1px;
    margin: 5px;
}

a button:hover {
    opacity: 1;
}

#imggoogle:hover,
#imgface:hover,
#imginsta:hover,
#imgyutub:hover,
#imgtwit:hover {
    border: #7b68ee solid 1px;
    transition: 0.3s;
}

.card {
    border: 1px solid #bfbccf;
}

.card:hover {
    border: 1px solid #1a1631;
    transition: 0.3s;
}

.nav-item {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.nav-item:hover {
    font-weight: 500;
    transform: scale(0.9);
    transition: transform 0.3s ease-in-out;
}

hr {
    width: 95%;
}

.fixedtop {
    top: 0;
    z-index: 10;
}

.row {
    display: flex;
}

.right {
    float: right;
}

.left {
    float: left;
}

.column {
    flex: 50%;
    padding: 2.5em;
}

.checkbox {
    position: relative;
    display: block;

}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

#loading {
    text-align: center;
    background: url('loader.gif') no-repeat center;
    height: 250px;
}

#detaljifirme {
    padding: 5px;
    font-size: 0.9rem;
    margin-left: -0.5rem !important;
}


@media (max-width: 860px) {
    .test {
        font-family: 'Roboto', sans-serif;
        font-size: 25px;
        padding: 10px 10px;
        text-align: center;
        text-transform: uppercase;
        text-rendering: optimizeLegibility;
        display: inline;
    }

    #detaljifirme {
        min-width: 22rem;
        padding: 7px;
        font-size: 1rem;
        margin-left: 0 !important;
    }
    
}

@media (max-width: 1100px) {

    #detaljifirme {
        min-width: 25rem;
    }
    
}

