@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900');

a{
outline: medium none !important;
}

a:focus, a:hover {

	color: #000;

	text-decoration: none;

}
.bosluk { padding-left: 130px; padding-right: 130px; }


ul,li,a,h1,h2,h3,h4,h5,h6,img,p {

	padding:0;

	margin: 0;

}



body {

	font-family: "Rubik";

	font-size: 14px;

	font-weight: 300;

	background-color: #1d0e0b;

}



.headerTransparanBg {

	position: relative;

}



.headerTransparanBg::before {

	content: "";

	width: 100%;

	height: 300px;

	
	position: absolute;

	top: 0;

	left: 0;

    z-index: 3;

    background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.65) 54%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(54%, rgba(255,255,255,0.65)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.65) 54%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.65) 54%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.65) 54%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.65) 54%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

}



#header {

	width: 100%;

    height: auto;

    position: absolute;

    z-index: 4;

    top: 10px;

    left: 0;

}



.stickyMenu {



}



.sticky {

	position: fixed;

	top: 0;

	left: 0;

	background-color: #FFF;

	width: 100%;

	padding: 15px 0;

	-moz-transition: all 0.3s ease 0s;

	-ms-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

}



.sticky .logo img {

	height: 35px;

}



.sticky .logoShadow {

	display: none;

}



.sticky .menu {

	margin-top: 5px;

}





.headerList {

	margin-bottom: 15px;

}



.contactList li {

	float: left;

	display: block;

	padding: 0 15px;

}



.contactList li span {

	color: #3c1d18;

	font-size: 13px;

	font-weight: 300;

}



.contactList li span img{

	margin-top: -3px;

	height: 12px;

}



.sociaList li {

	float: left;

	display: block;

	padding: 0 5px;

}



.sociaList li img {

	height: 13px;

}



.logoImg {

	width: 223px;

	position: relative;

	z-index: 2;

}



.logoShadow {

	position: absolute;

	top: 0;

	left: 13px;

	z-index: 1;

}



.menu {

	margin-top: 25px;

}



#trigger-overlay {

	border: none;

	outline: none;

	background: none;

	color: #3c1d18;

	padding-top: 0;

}



#trigger-overlay p {

	font-size: 18px;

	font-weight: 400;

	float: left;

	padding: 0 10px 0 0;

}



#trigger-overlay img {

	height: 22px;

}



/* Overlay style */

.overlay {

	position: fixed;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background: rgba(26, 13, 9,0.9);

}



/* Overlay closing cross */

.overlay .overlay-close {

	width: 80px;

	height: 80px;

	position: absolute;

	right: 20px;

	top: 20px;

	overflow: hidden;

	border: none;

	background: url(../img/cross.png) no-repeat center center;

	text-indent: 200%;

	color: transparent;

	outline: none;

	z-index: 100;

}



/* Menu style */

.overlay nav {

	text-align: center;

	position: relative;

	top: 50%;

	height: 60%;

	-webkit-transform: translateY(-50%);

	transform: translateY(-50%);

}



.overlay ul {

	list-style: none;

	padding: 0;

	margin: 0 auto;

	display: inline-block;

	height: 100%;

	position: relative;

}



.overlay ul li {

	display: block;

	height: 20%;

	height: calc(100% / 5);

	min-height: 54px;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

}



.overlay ul li a {

	font-size: 26px;

	font-weight: 100;

	display: block;

	color: #f1e1bd;

	-webkit-transition: color 0.2s;

	transition: color 0.2s;

	font-family: 'Raleway', sans-serif;


}



.overlay ul li a:hover,

.overlay ul li a:focus {

	color: #999;

}



/* Effects */

.overlay-scale {

	visibility: hidden;

	opacity: 0;

	-webkit-transform: scale(0.9);

	transform: scale(0.9);

	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;

	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;

}



.overlay-scale.open {

	visibility: visible;

	opacity: 1;

	-webkit-transform: scale(1);

	transform: scale(1);	

	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;

	transition: transform 0.4s, opacity 0.4s;

}



@media screen and (max-height: 30.5em) {

	.overlay nav {

		height: 70%;

		font-size: 34px;

	}

	.overlay ul li {

		min-height: 34px;

	}

}



.languageBtn {

	background: #fff;

	border-radius: 0;

	padding: 0 5px;

}



.languageDropdown {

	border-radius: 0;

	min-width: auto;

	padding: 0;

}



.languageDropdown li a {

	padding: 3px 11px;

}



.sliderContainer {

	display: flex;

	align-items: center;

	height: 100vh;

	color: #fff;

	z-index: 999;

	position: relative;

}



.bannerTxtOne {

	font-size: 46px;

	font-weight: 400;

	text-shadow: 1px 0 1px #000;

	display: none;

}



.bannerTxtTwo {

	font-size: 28px;

	font-weight: 300;

	text-shadow: 1px 0 1px #000;

}



.sldr {

	position: relative;

	z-index: 9999;

}



#slides {

  position: relative;

}



#slides .slides-container {

  display: none;

}



#slides .scrollable {

  *zoom: 1;

  position: relative;

  top: 0;

  left: 0;

  overflow-y: auto;

  -webkit-overflow-scrolling: touch;

  height: 100%;

}

#slides .scrollable:after {

  content: "";

  display: table;

  clear: both;

}



.slides-navigation {

  margin: 0 auto;

  position: absolute;

  z-index: 3;

  top: 46%;

  width: 100%;

}

.slides-navigation a {

  position: absolute;

  display: block;

}

.slides-navigation a.prev {

  left: 0;

}

.slides-navigation a.next {

  right: 0;

}



.slides-pagination {

  position: absolute;

  z-index: 3;

  bottom: 0;

  text-align: center;

  width: 100%;

}

.slides-pagination a {

  border: 2px solid #222;

  border-radius: 15px;

  width: 10px;

  height: 10px;

  display: -moz-inline-stack;

  display: inline-block;

  vertical-align: middle;

  *vertical-align: auto;

  zoom: 1;

  *display: inline;

  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");

  margin: 2px;

  overflow: hidden;

  text-indent: -100%;

}



.slides-pagination a.current {

  background: #222;

}



footer {

	width: 100%;

	padding: 20px 0;

	background: #1d0e0b;

}



#footerMain {

	position: absolute;

	bottom: 0;

	z-index: 3;

}



.company {

	margin-top: 15px;

}



.footerLogo img {

	padding-right: 5px;

}



.footerText {

	padding-left: 5px;

	padding-bottom: 10px;

	padding: 1px 10px 5px 10px;

	border-left: 1px solid #57585a;

	color: #b9b9c8;

}



.aboutMe {

	margin-top: -105.5px;

}



.aboutMe li {

	display: block;

	margin: 0 20px;

}



.aboutImg {

	padding: 5px;

	background: #d4b26a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

}



.aboutMe li h3 {

	font-size: 14px;

	font-weight: 100;

	text-align: center;

	margin-top: 10px;

	color: #fee2a7;

}



.aboutMe li img {

	width: 100%;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

}



.copyright {

	margin-top: 30px;

	color: #fff;

	font-size: 11px;

	text-align: center;

	width: 100%;

	padding: 0 15px;

}



.copyright a {

	color: #999;

	-moz-transition: all 0.3s ease 0s;

	-ms-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

}



.copyright a:hover {

	color: #fff;

}





/* content bg */



.contentBg {

	width: 100%;

	height: 80vh;

	background-image: url(../img/bg.jpg);

	background-repeat: no-repeat;

	background-position: top center;

	background-attachment: fixed;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

}



.content {

	width: 100%;

	height: auto;

	background: #1d0e0b;

	margin-top: -100px;

	position: relative;

	padding: 15px 0;

}



.content::before {

	content: "";

	position: absolute;

	top: -291px;

	left: 0;

	width: 100%;

	height: 291px;

	background-image: url(../img/contentShadow.png);

}



.contentNavigation {

	margin-top: -190px;

	color: #fff;

	position: relative;

}



.contentNavigation h3 {

	font-weight: 400;

}



.breadcrumb {

	background: none;

	padding-left: 0;

	position: relative;

	z-index: 3;

}



.breadcrumb li a {

	color: #fff;

	padding-left: 0;

}



.breadcrumb>.active {

	color: #bdbdae;

}



.leftSide, .rightSide {

	background: #1d0e0b;

	height: auto;

}



.leftSide {

	padding: 15px;

}



.rightSide {

	padding: 15px;

	position: relative;

	z-index: 1;

}



.leftSide .navbar-brand {

	color: #fff;

	font-size: 14px;

	padding-left: 0;

	height: auto;

	padding: 0;

}



.leftSide .nav li a {

	font-weight: 400;

	color: #ccc;

	border: none;

	-moz-transition: all 0.3s ease 0s;

	-ms-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

}



.leftSide .nav li a:hover, .leftSide .nav li a:focus {

	background-color: transparent;

	color: #fff ;

}



.leftSide .nav li.dropdown .dropdown-menu li a {

	font-size: 13px;

	font-weight: 300;

	padding: 5px 20px !important;

	color: #ccc;

	-moz-transition: all 0.3s ease 0s;

	-ms-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

}



.leftSide .nav li.dropdown .dropdown-menu li a:hover, .leftSide .nav li.dropdown .dropdown-menu li a:focus {

	color: #fff;

}



nav.sidebar {

	margin-bottom: 0;

	border-radius: 0;

	min-height: auto;

}



.leftSide .navbar-nav li:first-child a {

	padding-top: 0 !important;

}



.leftSide .navbar-nav li a {

	padding: 10px 0 !important;

}



.leftSide .navbar-toggle {

	margin-top: 0;

	margin-right: 0;

	padding: 0;

}



.leftSide .navbar-header .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {

	background-color: transparent;

	border: none;

}



.leftSide .navbar-header {

	padding-bottom: 15px;

}





.leftSide .navbar-header .navbar-toggle .icon-bar {

	background-color: #fff;

}



.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {

	background: transparent;

}



/* contact */





.harita {margin-top: 10px;}



.formcss {

	padding: 10px;

    width: 100%;

    border: 1px solid #8c4600;

    font-size: 13px;

    margin-bottom: 15px;

    -webkit-appearance: none;

	border-radius: 0;

	color: #999 !important

}



.formcss::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  color: #999;

}

.formcss::-moz-placeholder { /* Firefox 19+ */

  color: #999;

}

.formcss:-ms-input-placeholder { /* IE 10+ */

  color: #999;

}

.formcss:-moz-placeholder { /* Firefox 18- */

  color: #999;

}



#gonder {

	padding: 10px;

    width: 100%;

    border: none;

    font-size: 16px;

    margin-bottom: 15px;

    color: #FFF;

    background-color: #999;



}



#gonder:hover {

	background-color: #bdbdae;

}



.address-box {

	padding: 15px 0;

	border-bottom: 1px dashed #fff;

	line-height: 30px;

}



.address-box iframe {

	width: 100%;

	height: 250px;

}



.addressTitle {

	font-size: 18px;

	font-weight: 400;

	margin-bottom: 15px;

}



@media (min-width: 768px) {

.bosluk { padding-left: 0px; padding-right: 0px; }

    nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {

      margin-left: 0px;

    }



    nav.sidebar .navbar-brand, nav.sidebar .navbar-header{

      margin-left: 0px;

    }

    

    nav.sidebar a{

      padding-right: 13px;

    }

    nav.sidebar .navbar-nav .open .dropdown-menu {

      position: static;

      float: none;

      width: auto;

      margin-top: 0;

      background-color: transparent;

      border: 0;

      -webkit-box-shadow: none;

      box-shadow: none;

    }



    nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{

      padding: 0 0px 0 0px;

    }



    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {

      color: #777;

    }



    nav.sidebar{

      width: 100%;

      height: 100%;

      float: left;

      margin-bottom: 0px;

    }



    nav.sidebar li {

      width: 100%;

    }

  }

   

  @media (min-width: 1330px) {

.bosluk { padding-left: 100px; padding-right: 100px; }

    .main{

      width: calc(100% - 200px);

      margin-left: 200px;

    }



    nav.sidebar{

      float: left;

    }



    nav.sidebar .forAnimate{

      opacity: 1;

    }



  nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {

    color: #bdbdae;

    background-color: transparent;

  }



  nav:hover .forAnimate{

    opacity: 1;

  }

  section{

    padding-left: 15px;

  }

}



.content {

	color: #ccc;

}



.rightSide::before {

	content: "";

	position: absolute;

	top: 15px;

	left: 15px;

	width: 36px;

	height: 58px;

	background-image: url(../img/rightSideBefore.png);

	z-index: -1;

}



.cTitle {

	margin: 15px 0 35px 15px;

	font-weight: 400;

}



/* ik */



.ikTitle {

	font-weight: 100;

	font-size: 16px;

	padding-bottom: 10px;

	border-bottom: 1px solid #cacaca;

	margin-top: 25px;

}



.ikform {

	margin-top: 25px;

	width: 100%;

	padding: 10px;

	-webkit-appearance: none;

	border-radius: 0;

	border: none;

	color: #999 !important;

	font-size: 13px;

}



.ikform::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  color: #999;

}

.ikform::-moz-placeholder { /* Firefox 19+ */

  color: #999;

}

.ikform:-ms-input-placeholder { /* IE 10+ */

  color: #999;

}

.ikform:-moz-placeholder { /* Firefox 18- */

  color: #999;

}



.ikborder {

	margin-top: 15px;

	width: 100%;

	height: 1px;

	border-bottom: 1px solid #cacaca;

}



.sertifika {

	margin-top: 25px;

}



.sertifika span {

	padding-right: 30px;

}



.sertifika input[type="radio"] {

	margin-left: 15px;

	margin-right: 5px;

}



.yeniekle {

	margin-top: 25px;

}



.yeniekle a {

	color: #999;

}



.yeniekle img {

	color: #bdbdae;

	position: relative;

	top: -2px;

	height: 16px;

}



.ikgonder {

	margin-top: 15px;

	border: none;

	background-color: #d4b36b;

	color: #fff;

	padding: 10px;

	width: 100%;

	-moz-transition: all 0.3s ease 0s;

	-ms-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

}



.ikgonder:hover {

	background-color: #bdbdae;

}



/* haber */



.haber li {

	display: block;

	float: left;

	width: 50%;

	padding: 15px 15px;

	-moz-transition: all 0.3s ease 0s;

	-ms-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

}



.haber li p {

	margin-bottom: 10px;

	color: #fff;

}



.haber li span {

	font-size: 12px;

	color: #fff;

}





.haber li:hover {

	background-color: #333;

	color: #bdbdae;

}



.haber li:hover h3 {

	color: #fff;

}



.haber li:hover p {

	color: #fff;

}



.haber li:hover span {

	color: #fff;

}



.haber li img {

	width: 100%;

	-moz-transition: all 0.3s ease 0s;

  -ms-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

}



.haber li h3 {

	padding: 10px 0;

	color: #fff;

	font-size: 20px;

	font-weight: 400;

}



.pagination li a{border: none;}



.pagination li a{

	background-color: #000;

	color: #fff;

}



.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {

	color: #fff;

    background-color: #333;

    border: none;

}



/* haber icerik */



.haberResim {

  float: left;

  width: 50%;

  padding-right: 15px;

}





.galeri li {

  display: block;

  width: 33.333%;

  float: left;

  padding: 15px;

}



.galeri li img {

  width: 100%;

  display: block;

  -moz-transition: all 0.3s ease 0s;

  -ms-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  -webkit-transition: all 0.3s ease 0s;

}



.galeri li img:hover {

    -ms-transform: scale(1.05);

    -webkit-transform: scale(1.05);

    transform: scale(1.05);

}



/* product */



.productList li {

	width: calc(50% - 30px);

	float: left;

	margin: 15px;

	display: block;

	padding: 5px;

	background-color: #000;

}



.productList li:nth-child(1) , .productList li:nth-child(2) {

	margin-top: 0 !important;

}



.productImg {

	position: relative;

}



.productImg img {

	width: 100%;

}



.productTitle {

	position: absolute;

	bottom: -1px;

	left: 0;

	background: rgba(0,0,0,0);

	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,1) 100%);

	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(19,19,19,1)));

	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,1) 100%);

	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,1) 100%);

	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,1) 100%);

	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(19,19,19,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );

	width: 100%;

	height: 100%;

	display: flex;

	justify-content: center;

	align-items: flex-end;

}



.productTitle h3 {

	color: #ccc;

	font-size: 16px;

	font-weight: 400;

	margin-bottom: 15px;

	-moz-transition: all 0.3s ease 0s;

	-ms-transition: all 0.3s ease 0s;

	-o-transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

}



.productList li:hover .productTitle h3 {

	color: #fff;

}



.productCount {

	position: absolute;

	top: 15px;

	right: 0;

	padding: 5px 25px;

	color: #fff;

	width: auto;

	text-align: right;

	background: rgba(0,0,0,0);

	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.71) 51%, rgba(0,0,0,1) 100%);

	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(51%, rgba(0,0,0,0.71)), color-stop(100%, rgba(0,0,0,1)));

	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.71) 51%, rgba(0,0,0,1) 100%);

	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.71) 51%, rgba(0,0,0,1) 100%);

	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.71) 51%, rgba(0,0,0,1) 100%);

	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.71) 51%, rgba(0,0,0,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );

}



/* brand */



.brandList li {

	width: calc(25% - 30px) !important;

	float: left;

	margin: 15px;

	display: block;

	padding: 5px;

	background-color: #000;

}



.brandList li:nth-child(1) , .brandList li:nth-child(2), .brandList li:nth-child(3), .brandList li:nth-child(4) {

	margin-top: 0 !important;

}



.brandList li:hover .productTitle h3 {

	color: #fff;

}



.brandList .productTitle h3 {

	font-size: 14px;

}







@media (max-width: 1199px) {

	.brandList li {

		width: calc(33.33% - 30px) !important;

	}



	.brandList li:nth-child(4) {

		margin-top: 15px !important;

	}

}


.bosluk { padding-left: 90px; padding-right: 90px; }


@media (max-width: 991px) {

	.aboutMe {

		margin-top: 25px;

	}



	.aboutMe li h3 {

		margin-top: 15px;

		font-size: 12px;

	}



	.news {

		margin: 0;

	}



	.bannerTxtOne {

		font-size: 34px;

	}



	.bannerTxtTwo {

		font-size: 24px;

	}



	#footerMain {

		position: static;

	}



	.company {

		text-align: center;

		margin-top: 0;

	}

}



@media (max-width: 767px) {

	.contactList li {
    float: left;
    display: block;
    padding: 0 4px;
}

	.logoShadow {

		display: none !important;

	}




	.menu {

		margin-top: 10px;

	}

	

	.bannerTxtOne {

		font-size: 24px;

	}



	.bannerTxtTwo {

		font-size: 18px;

	}



	.cTitle {

		font-size: 18px;

		margin: 19px 0 35px 10px

	}



	.rightSide {

		font-size: 13px;

	}



	#trigger-overlay p {

	    font-size: 13px;

	    padding: 2px 10px 0 0;

	}



	#trigger-overlay img {

		height: 15px;

	}



	.sociaList {

		display: none;

	}

	

.sticky .logoImg img, .logo img {
    width: 130px;
    padding-top: 5px;
    margin-top: -10px;
    height: auto;
}
.sticky .menu {
    margin-top: 20px;
}


	.brandList li {

		width: calc(50% - 30px) !important;

	}



	.brandList li:nth-child(3) {

		margin-top: 15px !important;

	}



	.overlay ul li a {

		font-size: 16px;

	}



	.overlay .overlay-close {

	    width: 25px;

	    height: 25px;

	}

	

	.navbar-collapse {

		padding-top: 15px;

	}



	.contentNavigation h3 {

		font-size: 18px;

	}



	.breadcrumb li a {

		font-size: 12px;

	}



}



@media (max-width: 650px) {

	.haber li {

		width: 100%;

	}

}



@media (max-width: 550px) {

	.productList li {

		width: 100%;

		margin: 15px 0;

		padding: 15px;

	}

	

	.galeri li {

		width: 50%;

	}

	.contactList li span {

		font-size: 10px;

	}



	.contactList li span img {

		height: 8px;

	}



	.footerLogo img {

		width: 100px;

	}



	.footerText {

		padding: 3px 10px 2px 10px;

		font-size: 8px;

	}





}