﻿
img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: url(img/bgAltSayfa.jpg) black no-repeat fixed;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #333;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.menu ul {
    float: right;
}

.navbar {
    margin-bottom: 0px !important;
}




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

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #726e60;
        padding: 5px 9px !important;
        transition: All 0.5s ease;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
		webkit-border-radius: 5px;
 		-moz-border-radius: 5px;
		border-radius: 5px;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            background-color: #2daae1 !important;
            color: white !important;
            padding: 3px;
            transition: All 0.5s ease;
            -webkit-transition: All 0.5s ease;
            -moz-transition: All 0.5s ease;
            -o-transition: All 0.5s ease;
			webkit-border-radius: 5px;
 			-moz-border-radius: 5px;
			border-radius: 5px;
  
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
        }

        .navbar-default .navbar-toggle .icon-bar {
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
    }

.header {
    background: white;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}

.menu {
    margin-top: 4px;
    margin-right: 23px;
}

.sm {
    margin-top: 30px;
    margin-right: 45px;
}

    .sm a {
        color: #fda142;
    }

        .sm a:hover {
            text-decoration: none;
        }

.whiteBar {
    height: 42px;
    background: rgba(255,255,255,0.3);
    width: 100%;
    margin-top: 30px;
    margin-left: 0px !important;
}

.headerBar {
    background: #e3e3e3; /* Old browsers */
    background: -moz-linear-gradient(top, #e3e3e3 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3e3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e3e3e3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e3e3e3 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e3e3e3 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e3e3e3 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    height: 89px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: -22px;
}

.logo {
    padding-top: 18px;
    padding-left: 20px;
}

.ribbon {
    margin-top: -98px;
    margin-right: 10px;
    z-index: 5;
    position: relative;
}

.menuKapsayici {
	z-index:10;
}

.social {
    padding-right: 60px;
    padding-top: 20px;
}

.lang {
    margin-top: -27px;
    float: right;
    margin-right: -90px;
	z-index:1000;
	position:relative;
}

.lang a {
	color:#000;
	text-decoration:none;
}

.lang a:hover{
	color:#090;
}



.langmd {
    margin-top: -25px;
    float: right;
    margin-right: 62px;
}

.slogan {
    margin-top: 30px;
}

.sloganMd {
    margin-top: 30px;
}

.footer {
    background: none !important;
}

.footerContent {
    background: #4a4a4a;
    color: white;
    height: 25px;
    font-size: 10px;
    padding-top: 5px;
}

.news {
    color: white;
    background: #2daae1 url(../css/img/newsIcon.png) no-repeat;
    padding: 15px;
    padding-left: 52px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-position: 20px 20px;
}

.newsTitle {
    font-weight: bold;
}

.footerMargin {
    margin-top: -45px;
}

.footerMarginIc {
    margin-top: 35px;
}

.row {
    margin-right: 0px !important;
}

.contentTitle {
    background: #4a4a4a;
    color: white;
    padding: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 20px;
    margin-top: 6px;
}

.contentTxt {
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding:20px;
    background:white;
}

.contentPadding {
    padding: 10px;
}

.urunlerBaslik{
	font-size:16px;
	text-align:center;
	color:#625c4c;
	font-weight:bold;	
}

.urunlerImg{ 
	padding: 10px;		
}

.urunlerImg img{ 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #625c4c;	
}

.cizgi{
	padding:10px;	
}

  

.urunlerTxt{
	font-size:16px;
	color:#625c4c;
	font-weight:bold;
	text-align: left;
  	padding: 10px 30px;
	border-bottom:1px solid;
}  

.urunDetayTxt{
	padding: 10px 30px;
	
}

.urunOzellik{
	padding-top: 10px;
 	border: 1px solid #cdcdcd;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	border-radius: 5px;
  	margin-top: 10px;	
}

.fa{
	padding:5px;
}

.iletisimBilgi{
	padding: 5px;
	padding-top: 30px;
}


.iletisimBaslik{
	font-size:16px;
	font-weight:bold;
	color:#625c4c;
	padding-top:5px;
}

.iletisimNokta{
	padding-top:5px;
}

.iletisimIcerik{
	padding-top:5px;
}

.iletisimForm{
	padding: 120px;
	padding-top: 30px;
}

.form-control {
	background-color: #D5D5D5;
}

.gonder{
  background: #817E73;
  color: white;
}

.gonderBosluk{
	padding-top:10px;
}

.newsItem {
    text-align: center;
    padding: 20px;
}

.homeslider {   
    position: absolute;
    padding: 3px 0px;
}


.arrows {
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 999;
    top: 36%;
    float:right;
    cursor: pointer;
}

.owl-carousel a{
	text-decoration:none;
	color:#fff;
}
