html {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #444;
	position: relative;
	min-height: 100%;
	background-image:url('../img/bg.png');
    background-repeat:repeat;
}




h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

input[type=text], input[type=email] {
	    background-color: #f2efe5 !important;
		border: 0px solid #f2efe5 !important;
		transition:none !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
		-webkit-transition:none !important;
		font-size:28px !important;
		padding:15px !important;
		height:56px !important;
		
}

textarea {
	    background-color: #f2efe5 !important;
		border: 0px solid #f2efe5 !important;
		transition:none !important;
		-webkit-box-shadow:none !important;
		box-shadow:none !important;
		-webkit-transition:none !important;
		font-size:28px !important;
		padding:15px !important;
		height:200px !important;
		
}
@media only screen and (min-width:768px){ 
.container-fluid {
padding-left: 15px !important; 
}

.navbar-nav {
	margin-left:-45px !important;
}

}

@media only screen and (max-width:767px){ 
#header .header .logo img {
	width: 125px !important;
}
#header .header .logo {
	margin-left: 10px !important;
}
.navbar {
	margin-bottom:0px !important;
}	

.sideimg {
	display:none !important;
}
.slogan h1 {

    font-size: 38px !important;

}

.liefer {
	width:380px !important;
}
}


#header {
	/*border-bottom: 1px solid #f1f1f1;
	border-bottom: 1px solid #979696;*/

}
#header .set {
	background-image: url('../img/blk.png');
	min-height: 25px;
	border-bottom: 1px solid #979696;
}
#header .top-header {
	min-height: 50px;
	width: 100%;
}

#header .top-header .sosyal-blok {
	/**background: #a1122e;*/
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: inline-block;
    /*position: absolute;*/
    top: 0px;
    right: 15px;
    z-index: 101;
    overflow: hidden;
    padding: 10px 10px 10px 0;
    margin-top: -25px;
	float:left;
	margin-left: -10px;
    /*-webkit-box-shadow: 0px 13px 24px -18px rgba(3,3,3,1);
	-moz-box-shadow: 0px 13px 24px -18px rgba(3,3,3,1);
	box-shadow: 0px 13px 24px -18px rgba(3,3,3,1);*/
}
#header .top-header .sosyal-blok a {
	text-align: left;
    display: block;
    float: left;
    margin: 0 3px;
	
    /*background-color: #ffffff;*/
    border-radius: 50%;
    font-size: 18px;
    /*width: 100px;*/
    height: 30px;
    padding: 6px;
    color: #000;
    font-size: 14px;
    /*-webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;*/
}

#header .top-header .sosyal-blok i {
	font-size: 20px;
	padding-left:23px;
}

.apple-icon {
	background-image: url('../img/apple-icon.png');
min-height: 22px;
background-repeat: no-repeat;
background-position: left; 
}

.marker-icon {
	background-image: url('../img/marker-icon.png');
min-height: 22px;
background-repeat: no-repeat;
background-position: left; 
}

.fb-icon {
background-image: url('../img/fb-icon.png');
min-height: 22px;
background-repeat: no-repeat;
background-position: left; 
}


#header .top-header .sosyal-blok a:hover {
    /*background-color: #76061c;*/
    color: #a1122e;
	text-decoration: none;
    /*-webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;*/
}
#header .header .menu {
	margin :15px 0 0 0 ;
	float: left;
	width:100%;
}
#header .header .logo {
	background-color: #fff;
	border-radius: 6px;
	max-width: 210px;
	padding: 12px;
	margin-bottom: -35px;
	margin-left: 30px;
	z-index: 999;
	position: absolute;
	border-bottom: 3px solid #a1122e;
	-webkit-box-shadow: 15px 13px 15px -11px rgba(3,3,3,1);
-moz-box-shadow: 15px 13px 15px -11px rgba(3,3,3,1);
box-shadow: 15px 13px 15px -11px rgba(3,3,3,1);
}
#header .header .logo img {
	width: 160px;
	margin-bottom: 10px;

	margin-top: -12px;
}

#header .header .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover  {
	background-color: transparent;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
    /*border-bottom: solid 1px #a1122e;*/
    color: #a1122e;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 21px;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
#header .header .navbar-default li a {
	background-color: transparent;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
    /*border-bottom: solid 1px #fff;*/
    color: #000;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 3px;
	font-size: 21px;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;

}
#header .header .navbar-default li a:hover {
	background-color: transparent;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
    /*border-bottom: solid 1px #a1122e;*/
    color: #a1122e;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.navbar-default {
	background: transparent;
	border:0px;
}

.slogan {
	margin-top: 35px;
}


.slogan h1 {
	font-weight: 400;
    font-size: 54px;
    text-align: left;
	font-family: Calibri;
    color: #a1122e;
}

.slogan {
	text-align: left;
	color: #a1122e;
	line-height: 1;
	font-family: Calibri;
	font-weight: 300;
	font-size: 28px;
	color: #808080;
	
}

.slogan .btn {
	margin-top: 25px;
}


.slogan .btn-default {
	color: #444;
    background-color: #f2efe5;
    border-color: #f2efe5;
    font-weight: 300;
    font-size: 14px;
	padding:15px 50px 15px 50px;
}

.slogan .btn-default:hover {

	color: #44;
    background-color: #f2efe5;
    border-color: #f2efe5;

}
.box1 {
background-color:#dcd5b9;

}
.box1 h2 {
	padding:5px 0 5px 11px;
}
.box2 {
background-image: url('../img/box2bg.jpg');
min-height: 250px;
background-repeat: no-repeat;
background-position: bottom; 
}

.box1 h2 {
	font-weight: 400;
color:#a1122e;

}

.box2 li span{
background-color:#a1122e;
font-size:14px;
color: #fff;
padding:2px;
padding-left: 15px;
padding-right: 5px;
}
.box2 li {
list-style-type: none;
margin-top:10px;
margin-left:-40px;
}

.box3 {
background-color:#a89550;
padding:0.1px 0 15px 15px;
}

.box3 h2 {
		font-weight: 400;
color:#a1122e;

}

.box3 span{
font-size:21px;
color: #fff;
padding:2px;
}

.box3 a{
font-size:21px;
color: #a1122e;
padding:2px;
}

.box4 {
background-color:#e5dfca;
padding:0.1px 0 15px 15px;
margin-top:10px;
}

.box4 h2 {
		font-weight: 400;
color:#a1122e;

}

.box4 span{
font-size:18px;
color: #000;
padding:2px;
}

.box4 a{
font-size:21px;
color: #a1122e;
padding:2px;
}

.ana-sayfa-info {
	margin-top: 35px;
	margin-bottom: 25px;
}


.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .9s ease-in-out;
    transition: .9s ease-in-out;
    width: 100%;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    width: 100%;
}
figure {
    width: 360px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
figure:hover+span {
    bottom: -36px;
    opacity: 1;
}


.ana-sayfa-info h2 {

	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #a1122e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 35px;
	border-bottom: 1px solid #f1f1f1;
	margin-top: 5px;
}
.ana-sayfa-info .blog img {
	width: 100%;
}




.kategoriler {
	background-color: #a1122e;
	width: 100%;
	padding: 10px;
	margin-top: 50px;
}


.kategoriler h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #000;
    margin-bottom: 25px;
}



.u-kategori {
	background-color: #8a0620;
    border-left: 1px solid #620014;
    color: #fff;
    padding: 10px;
    min-width: 125px;
    max-width: 350px;
    font-size: 13px;
    margin-top: 5px;
}


.spor {
	margin-top: 35px;
	margin-bottom: 125px;
}

.spor h1 {
	font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #444;
}

@media only screen and (max-width:1230px) and (min-width:990px){ 
	#footer  {
		display: none;
	}
 }
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#footer  {
	display: none;
	}

}
@media only screen and (max-width: 479px) {
	#footer  {
	display: none;
	}

}

#footer {
	width: 100%;
	position: fixed;
  	right: 0;
  	bottom: 0;
  	left: 0;
}
#footer .footer {
	background-color:#ddd;
	min-height: 45px;
}

#footer .footer-bottom {
	background-image: url('../img/blk.png');
	min-height: 25px;
	border-top: 1px solid #979696;
    background-color: #fff;
}


#footer .footer ul {
	padding: 0;
	margin-top: 15px;
}

#footer .footer li {
	list-style: none;
	text-align: left;
	float: left;
	margin-right: 10px;
	font-size: 11px;
	font-weight: 400;
}

#footer .footer li a {
	color: #000;
	-webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
#footer .footer li a:hover {
	color: #a1122e;
	-webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}


.sayfa-baslik {
	min-height: 25px;
	margin-bottom: 5px;
}
.sayfa-baslik img{
	width: 100%;
}






.breadcrumb {
	font-size: 12px;
    background-color: #ffffff;
    margin: 0 0 0px;
    padding: 6px 15px;
    border: solid 1px #cccccc;
    right: 0px;
    max-width: 145px;
    text-align: center;
    margin-top: -37px;
}
.breadcrumb li a {
	color: #a1122e;
}

.breadcrumb span {
	font-size: 10px;
}

.sayfa {

}


.sayfa h1 {
	font-weight: 300;
    font-size: 26px;
    line-height: 24px;
    text-align: left;
    color: #444;
}
.sayfa p {
	text-align: justify;
}

@media only screen and (max-width:1230px) and (min-width:990px){ 
	.sayfa h1 {
		margin-top: 45px;
	}
 }
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.sayfa h1 {
		margin-top: 45px;
	}

}
@media only screen and (max-width: 479px) {
	.sayfa h1 {
		margin-top: 45px;
	}

}

@media only screen and (max-width:1230px) and (min-width:990px){ 
	.sayfa p {
		margin-top: 25px;
	}
 }
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.sayfa p {
		margin-top: 25px;
	}

}
@media only screen and (max-width: 479px) {
	.sayfa p {
		margin-top: 25px;
	}

}

#gmap {
    width:100%;
    height:450px;
    display:block;
    border-radius: 4px;
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
           filter: grayscale(100%);
           filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
           filter: gray; 

    z-index:1;
}
#gmap_default {
    width:100%;
    height:400px;
    display:block;
}



.kontakt-icon {
	float: left;
}
.kontakt-icon i {
	padding-right: 10px;
	font-size: 18px;
	color: #a1122e;
}
.kontakt-icon span {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.termin-box {
    min-height: 40px;
    background-color: #a1122e;
    position: fixed; 
    margin-top: -40px;
    margin-left: 10px;
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.termin-box i {
    margin-right: 3px;
}

.termin-box a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.termin-box a:hover {
    color: #000;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;

}
.termin-form {
    margin-top: 25px;
    margin-bottom: 25px;
}

.bg-white {
	background-color:#fff;
}
