/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 26.Eyl.2016, 20:32:48
    Author     : Yumuştutan-Ev
*/

/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,500italic,700&subset=latin,latin-ext);*/
/*@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,600i,700,700i&subset=latin-ext');*/
/*@import url('https://fonts.googleapis.com/css?family=Norican&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin-ext');
body{
    /*background:#8dc64b;*/
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    min-height:750px;
    font-size:12pt;
    line-height: 1.5em;
    color: #333333;
}

.logobar{
    margin: 80px 0px;
    height: auto
}

.content {
    /*margin-bottom: 50px;*/
    padding-bottom: 50px;
}
/*
==================================================
=            Bootstrap 3 Media Queries             =
==================================================




==========  Mobile First Method  ==========

 Custom, iPhone Retina
@media only screen and (min-width : 320px) {

}

 Extra Small Devices, Phones
@media only screen and (min-width : 480px) {

}

 Small Devices, Tablets
@media only screen and (min-width : 768px) {

}

 Medium Devices, Desktops
@media only screen and (min-width : 992px) {

}

 Large Devices, Wide Screens
@media only screen and (min-width : 1200px) {
    .container {
        width: 1070px;
    }
}



==========  Non-Mobile First Method  ==========

 Large Devices, Wide Screens
@media only screen and (max-width : 1200px) {
    .container {
        width: 1070px;
    }
}

 Medium Devices, Desktops
@media only screen and (max-width : 992px) {

}

 Small Devices, Tablets
@media only screen and (max-width : 768px) {

}

 Extra Small Devices, Phones
@media only screen and (max-width : 480px) {

}

 Custom, iPhone Retina
@media only screen and (max-width : 320px) {

}*/
.wrapper{
    /*padding: 10px 0px;*/
    width: 100%;
    min-height: 10px;
    height: auto;
    /*float: left;*/
    /*box-shadow: inset 0px -9px 50px -20px rgba(51,51,51,0.2);*/
    /*    box-shadow: 0px 9px 50px -20px rgba(51,51,51,0.2);*/
}

.shadow{
    -webkit-box-shadow: 0px 9px 50px -20px rgba(51,51,51,0.2);
    -moz-box-shadow: 0px 9px 50px -20px rgba(51,51,51,0.2);
    box-shadow: 0px 9px 50px -20px rgba(51,51,51,0.2);

}

header {
    background: #fff;
    position: relative;
    z-index: 2;
}
.content{

    min-height: 150px;
}

.inner{
    padding: 2.5em 0 2.5em 0;
}
.text-muted {
    color: #c7c7c7;
}
a.alt,
a.alt:visited{
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #262262;
    color: #262262 !important;
    margin-top: 1em;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: .8em;
    font-weight: 700;
    height: 3.5em;
    line-height: 3.65em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
}

a.alt:hover{
    background: #a7a9ac;
}

.logo{
    margin-top: 10px;

}

.bg-green {
    background-color: #62720E;
    color: #FFF;
}

.bg-transparent{
    background-color: #ffc708;
    color: white;
    padding: 10px;
    height: 150px;
}

.btn-warning{
    background-color: #ffc708;
    color: white;

}

.color-white{
    color: #FFFFFF;
}

.color-lacivert{
    color: #262262;
}


.bg-gray{
    background-color: #f3f3f3;
}

.bg-red{
    background-color: #EE2B2F;
}
.bg-smoke{
    background-color: #F7F7F7;
}
.bg-red2{
    background-color: #C33B2D;
}
.bg-gray2{
    background-color: #a7a9ac;
}

.bg-lacivert{
    background-color: #262262;
}
.bg-sgm{
    background-color: #333333;
}

.bg-yellow{
    background-color: #F6EE23;
}

.bg-light-gray{
    background-color: #F7F7F7;
}

.bg-white{
    background: white;
}
.bg-blue{
    background: #24A8C0;
    color:white;
}

.text-white{
    color: #FFFFFF !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 34px;
}
h1{
    margin: 1em 0 1em 0;
}
h3 {
    font-size: 34px;
}
.special{
    /*font-family: 'Norican', cursive;*/
}


/*
TOP MINI LINK MODELLERİM
*/
.top-mini-link {
    height:auto;
    float:right;
}

.top-mini-link ul {
    list-style:none;
    color:#787878;
    margin:0;
    padding:0;
    font-size:12px;
}

.top-mini-link ul li {
    float:left;
    padding:0px 10px;
    font-size:12px;
}

.top-mini-link ul li:first-child {
    list-style:none;
}

.top-mini-link ul li:last-child {
    border-right:none;
}

.top-mini-link ul li a,.top-mini-link ul li a:visited {
    text-decoration:none;
    color:#787878;
    transition:all ease .2s;
    font-size:12px;
    background: white;
    padding: 5px 15px;
}

.top-mini-link ul li a:hover,
.top-mini-link ul li a.active{
    color: #ffffff;
    background: #bf1e2e;
    box-shadow: 0px 3px 20px 0px #212121;
    transition:all ease .2s;
}

/*ARAMA KUTUM*/
.araKutu,
.araKutu:focus{
    background: none;
    border: 1px solid #d4d4d4;
    box-shadow: none;
    border-right: none;
}

.araDugme,
.araDugme:hover{
    background: none;
    border: 1px solid #d4d4d4;
    box-shadow: none;
    color:#d4d4d4;
    border-left: none;
}

/*
SIDEBAR
*/

.sidebar{
    /*//background:rgba(255,255,255,.65);*/
    padding:00px 10px;
    margin-bottom: 25px;
}


.sidebar ul {
    margin:0!important;
    padding:0!important;
}

.sidebar ul li {
    list-style:none;
    margin:0!important;
    padding:0!important;
}

.sidebar ul li a,
.sidebar ul li a:visited {
    font-size: 12px;
    background:#a7a9ac;
    color:#FFFFFF;
    transition: all ease .8s;
    padding:3px 10px;
    width:100%;
    display:block;
    text-decoration:none;
    transition: all ease .8s;
    font-style:normal;
    margin:2px 0;
    border-radius:4px;
}

.sidebar ul li a:hover,
.sidebar ul li.active a {
    color: #FFFFFF;
    background: #262262;
    padding:3px 10px;
}

/*LİSTELEME*/
ul#items {list-style: none;}



/*
FOOTER
*/

footer{
    padding:15px 0;
    font-size: 12px;
    color:#FFFFFF;
}
footer a,
footer a:visited
{
    color: #ff4b33;
}

footer ul{
    list-style:none;
    margin:0;
    padding:0;
}
footer ul li{
    list-style:none;
    display:block;
}

footer ul li a,
footer ul li  a:link,
footer ul li  a:visited{
    transition:all ease .2s;
    text-decoration:none;
    color:#FFFFFF;
    padding: 5px 10px;
    float: left;
    border:none;
}
footer ul li a:hover,
footer ul li a.active,
footer ul li a:active {
    background:#2a80b9;
    color:#FFF;
}

.breadcrumb {
    background: transparent;
    border-radius: 0px;
    display: block;
    text-transform: none;
    padding: 15px 0px;
    color: #a7a9ac;
}
.breadcrumb li {font-size: 12px;}
.breadcrumb a {color: #a7a9ac;}
.breadcrumb a:hover {color: #262262; text-decoration: none;}
.breadcrumb>.active {color: #262262;}
.breadcrumb>li+li:before {color: rgba(204, 204, 204, 1); content: "\003E\00a0";}


.images{
    float: left;
    width: 100%;
    height: 160px;
    overflow: hidden;
    padding: 5px;
    margin: 5px;
    background: #FFF;
    border: solid 1px #E2E2E2;
}
.images div{
    /*//width: 90%;*/
    height: 146px;
    overflow: hidden;
}

.images img{
    height: 150px;
    width: auto
}

.telefon_no{
    color: #262262;
    font-weight: 800;
    font-size: 1.5em;
    line-height: 80px;
}


.navbar-toggle {
    margin-top: 25px;
    margin-right: 20px;
}


.navbar{
    margin-bottom: 0;
}
.navbar-nav {
    margin: 0;
}
.navbar-header{
    height: 80px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgb(255, 0, 25);
    background: #333333;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #272363;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    /* background-color: #a7a9ac; */
    color: #272363;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    background-color: #bf1e2e !important;
    color: #FFFFFF !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: #da251c;
    color: #FFFFFF;
}

label{
    color:#a7a9ac;
    font-weight: 400;
}
label:focus{
    color:#262262;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    padding: 1px 20px;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.form-control:focus{
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}


.btn{
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    border: 1px solid transparent;
    outline: none;
    padding: 9px 19px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 0;
    transition: 0.4s;
}

.btn-primary{
    color: #ff4b33;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
    outline: none;
    padding: 9px 19px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 0;
    transition: 0.4s;
    box-shadow: 10px 10px 21px 1px rgba(0,0,0,0.12);
    background: #fff;
    margin-top: 10px;
}

.btn:hover,
.btn-primary:hover {
    color: #ffffff;
    background-color: #ff4b33;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.12);
    outline: none;
    border: 1px solid transparent;
    text-decoration: none;
}

.panel{
    box-shadow: 0 0px 0px rgba(0,0,0,.05) !important;
}

.panel-footer {
    padding: 10px 15px;
    background-color: transparent;
    border-top: 1px solid transparent;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color:#333333;
}

.urun_panel{
    border-radius: 0px;
    transition:all ease .8s;
    margin-bottom: 50px;
    border: 1px solid #f7f7f7;
}

.urun_panel img{
    margin: 0 auto !important;
    height: 265px;
    width: auto;
    float: none !important;
}
.urun_panel h5{
    font-size: 18px;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
    height: 50px;
}



.bg_kusak{
    /*padding: 50px 0;*/
    background:url('../../images/kusak_bg.jpg') repeat-y top center;
}
.bg_kusak2{
    padding: 50px 0;
    background:url('../../images/bg_product_mini.jpg') repeat-y center right #dbd5d5;
    background-size: contain;
}

.bg_kusak3{
    padding: 50px 0;
    background:url('../../images/kusak_bg.jpg') repeat-y top center;
}

footer p{
    /*font-size: 12px;*/
    /*padding: 10px 0;*/
    margin-top: 14px;
}


label{
    color:#a7a9ac;
    font-weight: 400;
}

.form-control {
    display: block;
    width: 100%;
    margin: 0;
    outline: none;
    font-size: 16px;
    padding: 8px 20px 8px 15px;
    line-height: 24px;
    color: #333;
    background: rgba(51,51,51,0.05);
    border-bottom: 1px solid transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.form-control:focus{
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    border-bottom: 1px solid #DA251C;
    color:#fe8301;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar-brand {
    padding: 5px 0px !important;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}

.contact_box h1{
    color: #ff4b33;
    display: inline-block;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}


.hizmetler_box h5{
    color: #ff4b33;
    font-size: 18px;
    font-weight: 700px;
}

.index-list {
    counter-reset: num;
}

.index-list li {
    position: relative;
    padding-left: 83px;
    margin-top: 0;
}

.box-body {
    height: 265px;
}

