﻿@font-face {
    font-family: noway;
    font-style: normal;
    font-weight: 400;
    src: url(/v2/assets/style/fonts/noway-regular-webfont.eot);
    src: url(/v2/assets/style/fonts/noway-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/v2/assets/style/fonts/noway-regular-webfont.woff2) format("woff2"),url(/v2/assets/style/fonts/noway-regular-webfont.woff) format("woff"),url(/v2/assets/style/fonts/noway-regular-webfont.ttf) format("truetype"),url(/v2/assets/style/fonts/noway-regular-webfont.svg#nowayregular) format("svg")
}

@font-face {
    font-family: noway;
    font-style: normal;
    font-weight: 700;
    src: url(/v2/assets/style/fonts/noway-medium-webfont.eot);
    src: url(/v2/assets/style/fonts/noway-medium-webfont.eot?#iefix) format("embedded-opentype"),url(/v2/assets/style/fonts/noway-medium-webfont.woff2) format("woff2"),url(/v2/assets/style/fonts/noway-medium-webfont.woff) format("woff"),url(/v2/assets/style/fonts/noway-medium-webfont.ttf) format("truetype"),url(/v2/assets/style/fonts/noway-medium-webfont.svg#nowaymedium) format("svg")
}

#topbar {
    background: hsla(0,0%,100%,.96);
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    padding: 1px 0 2px;
    position: fixed;
    top: 0;
    transition: all .2s ease-out;
    width: 100%;
    z-index:20;     
}

.new-products{
    color:#fff;
}

.table-color{
    background-color:#0e357a;
    color:#fff;
}

.table th{
        padding:0.30rem;
}

.aramaform{
  border-radius: 16px;
  padding: 12px 24px;
} 
.btn-ara{
  padding: 6px 24px;
  border-radius: 16px;
  outline: 0;
  background-color: #ff6a00;
  border-color: #ff6a00;
  color:#fff;
}

.btn-microfone{
  padding: 6px 24px;
  border-radius: 16px;
}

.nav-link {
    font-weight: bold;
    font-size: 13px;
    font-family: noway,Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #0e357a;
     text-transform: uppercase;
}

.nav-link a { 
    color: #0e357a; 
}

    .nav-link a:visited {
        color: #0e357a;
    }

@media only screen and (min-width: 1221px) {
    .nav-link {
        font-size:15px;
    }
}

@media only screen and (max-width: 500px) {
    .kartadi {
        display:none;
    }
}

@media only screen and (min-width: 1180px) and (max-width: 1220px){
    .nav-link {
        font-size:14px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1100px){
    .okutgenlogo {
        max-height:26px!important;
    }.yil_resim {
        max-height:30px!important;
    }.grupoto_resim {
        max-height:31px!important;
    }.mailorder_resim {
        max-height:34px!important;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1200px){
    .okutgenlogo {
        max-height:33px!important;
    }.yil_resim {
        max-height:38px!important;
    }.grupoto_resim {
        max-height:39px!important;
    }
}

@media only screen and (max-width: 1024px) {
    .grupoto_resim{
        display:none;
    }
    .mailorder_resim{
        display:none;
    }
    .soneklenenler{
        display:none;
    }
}

body {
    padding-top: 110px;
    padding-bottom: 20px;
    background-color:#f4f4f4;
}

.cerceve{
    box-shadow:0 7px 13px rgba(0,0,0,.20);
    background-color:#fff;
    border-radius:6px;
}

.btn-warning, .btn-warning:hover{
    color:#fff;
    background-color:#ff6a00;
    border-color:#ff6a00;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 1%;
    padding-right: 1%;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 365px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.navbar {
 padding: 0rem 0rem; 
}
.osec {
    font-size: 100%;
}
.container-fluid {
    padding-right: 1%;
    padding-left: 1%;
}

body {   
    font-family: noway,Helvetica Neue,Helvetica,Arial,sans-serif;
}