/*
	bMaster
	Custom Template Styles
	============
	custom.scss
*/
body {
    font-family: 'Open Sans', sans-serif;
}
h1{
	text-transform: uppercase;
}
h1.line:after, h2.line:after {
    content: "";
    display: block;
    width: 40%;
    position: absolute;
    bottom: 0;
}
.navbar div#mainmenu .navbar-nav > li > a.active:before {
	content: "";
	display: block;
	border-right: 2px solid #fea618;
	position: absolute;
	height: 10px;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
}
h1.line {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
}
h1.line:after {
    position: relative;
    top: 10px;
    background-image: url("../images/system/title-line.png");
    height: 6px;
    background-repeat: no-repeat;
    width: 150px;
    padding-bottom: 20px;
}

h2.line {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
h2.line:after {
    position: relative;
    border-width: 2px;
    padding-bottom: 6px;
}

.topbar {
    background-color: #fff;
    border: 0;
    color: #8e8e8e;
    font-size: 14px;
    padding-top: 25px;
    font-weight: 200;
	height: 90px;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 16;
}
.topbar p a {
    margin-right: 20px;
}
.topbar p.pull-right a {
    margin: 5px;
}
.topbar .icon i {
	position: absolute;
	padding: 0px;
	font-size: 30px;
	color: #fea618;
	padding: 5px;
}
.topbar-content {
	margin-left: 40px;
}

.navbar {
    height: 56px;
    background-color: #212121;
    border: 0;
    border-bottom: 2px solid #FEA619;
    border-radius: 0;
    z-index: 16;
    width: 100%;
    position: fixed;
    top: 90px;
}
.navbar.affix {
    position: fixed;
    top: 0;
}
.topbar .logo {
    padding: 0px;
}
.topbar .logo a {
    background-repeat: no-repeat;
    height: 42px;
    background-size: contain;
}
.navbar div#mainmenu {
    /* padding: 20px 0 0; */
    float: left !important;
    padding: 0;
}
.navbar div#mainmenu .navbar-nav > li > a {
    text-transform: uppercase;
    padding: 17px 15px;
    color: #ffffff;
    /* font-weight: 300; */
    -webkit-font-smoothing: antialiased;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}
.navbar div#mainmenu .navbar-nav > li > a.active {
    color: #FEA619;
}

.navbar .open > a {
    background-color: transparent !important;
}

.dropdown-menu {
    border-radius: 0;
    top: 56px;
    border: 1px solid #eee;
    border-top: 0;
    box-shadow: 0 3px 3px rgba(193, 193, 193, 0.1);
    min-width: 200px;
}
.dropdown-menu > li > a {
    /* margin: 0 10px; */
    padding: 10px 20px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    color: #444;
}
.dropdown-menu > li > a:hover {
    color: #feb01a;
    background-color: #e5e5e5;
}

.fix {
    width: 100%;
    height: 56px;
}

#bCarousel {
    height: 460px;
    height: 50vh;
}
.seperator .overlay,
#bCarousel .fill:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(56, 54, 52, 0.75);
	background: linear-gradient(135deg, rgba(14, 11, 1, 0.8) 0%, rgba(0, 0, 0, 0.49) 100%);
	z-index: 1;
}
#bCarousel .carousel-indicators {
    /* width: 80%; */
    /* margin-left: -40%; */
    /* text-align: right; */
    display: none;
}
#bCarousel .carousel-indicators li {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background-color: #fff;
}
#bCarousel .carousel-indicators li.active {
    width: 30px;
    height: 5px;
    background-color: #feb01a;
    border-color: #feb01a;
    margin: 1px;
}
#bCarousel .texts {
    width: 55%;
    color: rgba(255, 255, 255, 0.95);
    -webkit-font-smoothing: antialiased;
}
#bCarousel .texts h1 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    width: 60%;
    line-height: 1.4;
}
#bCarousel .texts p {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}
#bCarousel .texts a.button {
    display: inline-block;
    border: 1px solid #feb01a;
    padding: 14px 30px;
    margin: 20px 0;
    border-radius: 2px;
    transition: background-color .3s ease-in-out;
    text-transform: uppercase;
}
#bCarousel .texts a.button:after {
    margin-left: 10px;
    content: "\f178";
    font-family: 'FontAwesome', sans-serif;
}
#bCarousel .texts a.button:hover {
    background-color: #cc681e;
}
#bCarousel .fill.slidebg {
    background-position: 0 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
#bCarousel .carousel-controller {
    opacity: 1;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 36px;
    margin-top: -20px;
    border-radius: 1px;
}
#bCarousel .carousel-controller:hover {
    background-color: #feb01a;
    color: #fff;
}
#bCarousel .carousel-controller span {
    font-size: 32px;
    color: inherit;
}
#bCarousel .text-content {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding-top: 150px;
	padding-top: 16vh;
}

.content.anasayfa {
    padding: 0;
}
.content.anasayfa .categories {
    padding-top: 50px;
    background-color: #f7f7f7;
}

.catg {
    height: 220px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
}
.catg .inner {
    height: 100%;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.catg .texts {
    position: absolute;
    width: 100%;
    top: 65px;
    z-index: 1;
    text-align: center;
    padding: 0 15px;
    color: #fff;
    text-shadow: 0 0 1px rgba(58, 58, 58, 0.25);
}
.catg .texts h1 {
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    /* margin: 5px 0; */
}
.catg .texts i{
	font-size: 42px;
	/* padding-bottom: 10px; */
	margin: 0;
}
.catg .texts span {
    text-transform: uppercase;
}
.catg .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(148, 148, 148, 0.6);
    transition: all .2s ease-in-out;
}
.catg .filter.hover {
    background-color: rgba(254, 176, 26, 0.75);
}

.brands {
    padding: 15px 0;
    overflow: hidden;
}
.brands .slider-item {
    width: 228px;
    float: left;
    outline: none;
}
.brands .brand-img {
    width: 160px;
    height: 100px;
    margin: auto;
}
.brands .slick-prev, .brands .slick-next {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 30px;
    height: 35px;
    color: #ccc;
    z-index: 1;
}
.brands .slick-prev:hover, .brands .slick-next:hover {
    border-color: #feb01a;
    color: #feb01a;
}
.brands .slick-prev:before {
    content: "\f053";
}
.brands .slick-next:before {
    content: "\f054";
}
.brands .slick-prev:before, .brands .slick-next:before {
    color: inherit;
    font-family: 'FontAwesome', sans-serif;
}

.footer {
    background-color: #252525;
    color: #bbb;
    position: absolute;
    width: 100%;
}
.footer p {
    margin: 0;
}
.footer p.pull-right a {
    color: #bbb;
}
.footer p .colored {
    color: #feb01a;
}
table.standart{
	width: 100%;
	margin-bottom: 30px;
}

.ref-img {
	text-align: center;
	padding: 5px;
	border: 1px solid #feb01a;
}
.ref-list{
	/* min-height: 200px; */
}

.photo-area {
    overflow: hidden;
    margin: 4vh 0 0;
    border-top: 1px solid #eee;
    padding-top: 4vh;
}
.photo-area .photo-container {
    padding: 0 15px 0 0;
    margin-bottom: 15px;
}
.photo-area .photo-container .photo {
    background-size: cover;
}
.photo-area .photo-container .photo img {
    width: 100%;
}

.maps {
    height: 400px;
}

.info > table td {
    padding: 20px 5px;
    vertical-align: middle;
}
.info > table td:first-child {
    padding: 0;
}
.info > table i {
    font-size: 28px;
    color: #555;
    border: 1px solid #ddd;
    width: 65px;
    height: 65px;
    text-align: center;
    padding-top: 19px;
}
.info > table span {
    font-weight: 700;
    color: #111;
    font-size: 16px;
}
.info > table p {
    margin: 0;
}
/* ilker 17.10.2017*/
.info table h2 {
    font-size: 18px;
    margin: 10px 0 5px;
    font-weight: 600;
}
.info > table i {
    width: 50px;
    height: 50px;
    font-size: 24px;
    padding-top: 12px;
}
.info > table td {
    padding: 10px;
    line-height: 20px;
}

table.tabl-res {
    width: 100%;
}
table.tabl-res td {
    padding: 3px 5px 0 0;
}
table.tabl-res input {
    padding: 10px !important;
}
.form table td.button {
    vertical-align: bottom;
}
.form table td.button button, #contact-form button {
    float: right;
    width: 150px ;
    color: #fff;
    background-color: #feb01a;
    border: none;
    border-radius: 2px;
    padding: 10px !important;
    text-transform: uppercase;
}
.form table td.button button i {
    margin: 0 0 0 5px;
}

.photos img {
/*     border: 1px solid #ddd; */
    box-shadow: 0 0 17px -7px #555;
    margin: 3vh 0;
    width: 100%; 
}

.menu-area ul li {
    padding: 7px 0;
    border-bottom: 1px solid #eee;
}
.menu-area ul li.active {
    font-weight: 600;
}

.urunlerimiz > .container {
    position: relative;
}
.urunlerimiz > .container .menu-area {
  /*position: sticky;
    top: 100px;*/
    position: fixed;
    width: 280px;
    top: 140px;
}

.menu-area ul.list-unstyled{
	height: 70vh;
	overflow-y: hidden;
	transition: all .3s ease-in-out;
}
.menu-area ul.list-unstyled:hover{
	overflow-y: auto;
}
.menu-area ul.list-unstyled li a {
	display: block;
	height: 20px;
	overflow: hidden;
}
.menu-area ul.list-unstyled::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
}
.menu-area ul.list-unstyled::-webkit-scrollbar-thumb {
	background-color: #ddd;
	border-radius:3px;
}
.search-area {
	float: right;
	position: relative;
}
.search-area a.search-button {
	display: block;
	border: 1px solid transparent;
	margin: 16px 5px;
	padding: 13px;
}
.search-area a.search-button i{
	margin:0;
}
.search-area .search-results {
	display:none;
	position: absolute;
	right: 5px;
	top: 61px;
	border: 1px solid #ddd;
	/* border-top: 0; */
	width: 410px;
	background-color: #fefefe;
	padding: 20px;
}
.search-area .search-results input.search{
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
}
input:active,
input:focus,
input:hover{
	outline: none;
}
.search-area.active a.search-button {
	border: 1px solid #ddd;
	background-color: #ddd;
}
.search-area.active .search-results {
	display: block;
}
.search-area .list ul {
	margin: 10px 0 0;
}
.search-area .list ul li {
	border-bottom: 1px solid #eee;
}
.search-area .list ul li a{
	display: block;
	padding: 6px 10px 6px;
}
.search-area .list ul li a:hover{
	background-color: #eee;
}
span.noresult {
	display: block;
	padding: 16px 10px;
}
.navbar .logo a{
	width: 200px;
}

/* revize */
/* referanslar */
.ref-wrapper {
	margin-bottom: 20px;
	overflow: hidden;
}
.panel {
	box-shadow: none;
}
.panel-default {
	border: 0;
}
.panel-collapse {
	border: 1px solid #efefef;
	border-top: 0;
	border-radius: 2px;
}
.ref-wrapper .panel.panel-default a.header {
	display: block;
	width: 100%;
	padding: 8px 16px;
	font-weight: 600;
	font-size: 14px;
	background-color: #feb01a;
	color: #fff;
	border-radius: 2px;
}
.ref-wrapper .panel.panel-default ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ref-wrapper .panel.panel-default ul li {
	margin-bottom: 5px;
}
.ref-wrapper .panel.panel-default ul li:last-child {
	margin: 0;
}
.ref-images .single-image img {
	max-width: 100%;
	height: 260px;
	object-fit: cover;
	width: 100%;
}
.ref-images .single-image {
    margin-bottom: 30px;
}
nav.navbar.navbar-default {
}
.fix {
    height: 145px;
}
.footer i {
    margin: 0;
}
table.standart tr td {
    padding: 0 2px 0 5px;
}
.teklif {
    float: right;
}
.teklif .button {
    background-color: #feb01a;
    color: #fff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    display: block;
    padding: 17px 30px;
    transition: all .2s ease-in-out;
}
.teklif .button:hover {
    background-color: #f5c66f;
}

@media (max-width: 1024px){
	#bCarousel .carousel-controller {
		margin: -20px 10px;
	}
	#bCarousel .texts {
		margin-left: 20px;
	}
}

@media (max-width: 768px){
	.navbar div#mainmenu .navbar-nav > li > a {
		padding: 17px 7px;
	}
	.teklif {
		display: none;
	}
	#bCarousel .texts {
		margin-left: 40px;
	}
}

@media (max-width: 767px){
	.topbar {
		position: static;
		height: auto;
		padding: 20px 0;
	}
	.navbar {
		position: static;
		height: auto;
		min-height: 0;
	}
	.fix {
		display: none;
	}
	.topbar .logo a {
		float: left;
		width: 230px;
		background-size: inherit;
	}
	.navbar-toggle {
		margin: 5px 0 0;
		padding: 9px 0;
	}
	.topbar .logo {
		float: left;
		width: 230px;
	}
	.navbar-toggle .icon-bar {
		background-color: #feb01a;
	}
	#bCarousel {
		float: left;
		width: 100%;
	}
	.content {
		float: left;
		width: 100%;
		position: static;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar div#mainmenu {
		margin: 0;
		border: 0;
		width: 100%;
	}
	.navbar div#mainmenu .navbar-nav > li > a {
		padding: 10px 17px 9px;
	}
	.navbar div#mainmenu .navbar-nav > li > a.active:before {
		display: none;
	}
	.navbar-nav>li {
		border-bottom: 1px solid #353535;
	}
	.navbar .container {
		padding: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #cdcdcd;
	}
	#bCarousel .text-content {
		padding: 0;
		position: relative;
		height: 100%;
	}
	#bCarousel .texts {
		width: auto;
		margin: 0;
		position: absolute;
		bottom: 75px;
	}
	#bCarousel .texts h1 {
		width: auto;
		font-size: 22px;
	}
	#bCarousel .texts p {
		font-size: 14px;
	}
	#bCarousel .carousel-controller {
		opacity: 0.4;
		top: auto;
		bottom: 15px;
		margin: 0 15px;
	}
	.form {
		overflow: hidden;
	}
	.form form *{
		display: block;
		width: 100% !important;
	}
	.form table td.button button i {
		display: none;
	}
	.footer p {
		display: block;
		text-align: center;
		float: none !important;
	}
	.ref-list {
		padding: 0;
	}
	.ref-img {
		margin-bottom: 15px;
	}
}