/*
Theme Name: ensfilo
Theme URI: https://ensfilo.com
Author: the Serdar Deniz
Author URI: https://ensfilo.com
Description: Ensfilo
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ensfilo
Tags: ensfilo
*/

@charset "utf-8";

/* Open Sans - From Google Fonts */
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300");

/* Cabin - From Google Fonts */
@import url("http://fonts.googleapis.com/css?family=Cabin:400,500,600,700,400italic,500italic,600italic,700italic");

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.margin-left-15 {
    margin-left: 15px;
}

.kirmizibaslik {
    color: #d72c1d;
}

.beyaz{
    color:#fff;
}

.header {
    width: 100%;
    background-color: #fff;
    border-bottom-style: solid;
    border-bottom-color: #d72c1d;
    border-bottom-width: 3px;
}

.footer {
    height: auto;
    background-color: #d72c1d;
    padding: 15px;
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: #000;
}

.footer lu {
    list-style-type: none;
}

.footer li {
    list-style-type: none;
    margin-left:-40px;
}

.footer li i{
    margin-right:10px;
}

    .footer li a{
        text-decoration:none;
        color:#fff;
        
    }

.orta {
    height: auto;
}

.bar {
    margin-top: 0px;
    font-size: 16px;
    background-color: #fff;
}

.slider {
    width: 100%;
}

.sosyal {
    margin-right: 5px;
    margin-left: 10px;
}

.box {
    border-style: solid;
    border-color: #b5b5b5;
    border-width: 1px;
    min-height: 90px;
    padding: 8px;
    margin-top: 20px;
    border-radius: 10px;
}

    .box i {
        float: left;
        color: #d72c1d;
        margin-right: 8px;
    }

    .box b {
        color: #d72c1d;
    }

    .box p {
        margin-left: 10px;
    }

.default_arac_box {
    border-style: solid;
    border-color: #b5b5b5;
    border-width: 1px;
    height: auto;
    padding: 8px;
    margin-top: 20px;
    border-radius: 10px;
}

    .default_arac_box img {
    }

.arac_box {
    border-bottom-style: solid;
    border-bottom-color: #d72c1d;
    border-bottom-width: 1px;
    height: auto;
    padding: 8px;
    margin-top: 20px;
}

.fiyat {
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    font-size: 36px;
    transform: translate(-50%, -50%);
    color: #d72c1d;
    font-weight: bold;
}

.menu{
    padding-top:4%;
}

.navbar-nav li{
	list-style: none;
	float:left;
	margin-left:15px;
}

.navbar-nav li a{
	text-decoration:none;
	color:#d72c1d;
}