@font-face {
  font-family: 'HelveticaNeue-CondensedBold';
  src: url('../fonts/HelveticaNeue-CondensedBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeue-CondensedBold.otf')  format('opentype'),
	     url('../fonts/HelveticaNeue-CondensedBold.woff') format('woff'), url('../fonts/HelveticaNeue-CondensedBold.ttf')  format('truetype'), url('../fonts/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeue-Light.otf')  format('opentype'),
	     url('../fonts/HelveticaNeue-Light.woff') format('woff'), url('../fonts/HelveticaNeue-Light.ttf')  format('truetype'), url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeue.otf')  format('opentype'),
       url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf')  format('truetype'), url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}
.search_box {
    margin-top: 3px;
}
.search_box input::placeholder {
    color: #fff;
}
.search_box input {
    color: #fff;
    border: 0;
    background: none;
    box-shadow: none;
    font-size: 15px;
}
.search_box input:focus {
    box-shadow: none;
}
.search_box .line {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 200ms ease-in-out;
    background: rgba(255, 255, 255, 0.3);
}
.search_box button {
    margin-top: -3px;
    color: #fff;
    border: 0;
    background: none;
    font-size: 18px;
}
.search_box button:hover, .search_box button:focus {
    color: #ccc !important;
    background: none !important;
    box-shadow: none;
}
body{font-family: 'HelveticaNeue-Light';}
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
.pointer{cursor: pointer;}
.navbar-inverse{background-color: #d11216; border:0;}
.logo{padding:0px; padding-right: 15px;}
.social a{font-size: 20px; color:#FFF;}
.social a:hover{color:#d11216;}
.subscribe .social a:hover{color:#000;}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #bb1417;
    border-bottom:2px solid #FFF;
}
.navbar-inverse .navbar-nav>li>a{color:#FFF;}

.nav>li>a{padding: 15px 25px;}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{background-color: #a6070a; border-bottom:2px solid #000;}

.marketing{xmin-height: 815px; background-image: url(../images/item_bg.jpg); background-repeat: no-repeat; background-position: center bottom;}
.marketing h2{font-family: 'HelveticaNeue-CondensedBold'; font-size: 25px; color: #d11216;}
.marketing p{font-size: 15px; color: #000;}
.marketing .markBox{padding-top: 35px; padding-bottom: 35px; background-color: #f3f2ed; display: block; text-decoration: none;}
.marketing .markBox img{margin-left: auto; margin-right: auto;}
.marketing .markBox:hover{background-color:#d11216; color:#FFF; text-decoration: none;}
.marketing .markBox:hover img{filter: brightness(0) invert(1);}
.marketing .markBox:hover h3{color:#FFF;}
.marketing .markBox h3{font-family: 'HelveticaNeue-CondensedBold'; font-size: 20px; color:#000;}
.marketing .markBox h3 span{display: block; font-family: 'HelveticaNeue-Light';}

.products{min-height: 240px; position: relative;}
.products .bg{background-color: #d11216; height: 200px; position: absolute; right: 0; top:0; width: 60%;}
.products #carousel-products .item{text-align: center;}
.products #carousel-products .item img{margin:auto;}
.products #carousel-products .carousel-control.left, .products #carousel-products .carousel-control.right{background-image:none;}
.products #carousel-products .carousel-control.left{color:#d11216;}
.products h2{font-family: 'HelveticaNeue-CondensedBold'; font-size: 25px; color:#FFF;}
.products .desc{height: 48px; color:#FFF; font-size: 17px;}
.products .more{height: 45px; background-color: #f3f2ed; font-size: 17px; line-height: 45px; color:#000;}

.products .panel-default {
    border-color: #f3f2ed;
}
.products .panel-default>.panel-heading {
    background-color: #f3f2ed;
    border-color: #f3f2ed;
}
.products .list-group-item {
    border: 1px solid #f3f2ed;
}



.subscribe{color:#FFF;}
.subscribe .container{padding: 30px 0; background-color: #d11216;}
.subscribe h2{font-family: 'HelveticaNeue-CondensedBold'; font-size: 27px; color: #FFF;}
.subscribe h2 span{font-family: 'HelveticaNeue-Light';}
.subscribe .btn-social-icon{font-size: 27px;}
.subscribe #input_mail{width: 100%; height: 38px; border:1px solid #d2d2d2; padding: 0px; margin:0px; background-color: #df585b; text-indent: 20px; outline: none}
.subscribe #submit_mail{width: 100%; border:0px; height: 38px; background-color: #000; color:#FFF;}

.subscribe #input_mail::-webkit-input-placeholder {
  color: #f2c3c4;
  font-size: 12px;
}
.subscribe #input_mail::-moz-placeholder {
  color: #f2c3c4;
  font-size: 12px;
}
.subscribe #input_mail:-ms-input-placeholder {
  color: #f2c3c4;
  font-size: 12px;
}
.subscribe #input_mail:-moz-placeholder {
  color: #f2c3c4;
  font-size: 12px;
}

.manset .carousel-caption{bottom: 60px;}

.footer{text-align: center; font-family: "HelveticaNeue";}
.footer .menu{width: 100%; text-align: center; font-size: 15px; padding:0 20px;}
.footer .menu li{display: inline-block; padding: 0 20px;}
.footer .menu li a{color:#000;}
.footer p{font-size: 15px;}
.footer .copy{font-size: 14px;}
.footer .copy a{color:#000;}
.footer p b{font-family: 'HelveticaNeue-CondensedBold';}
.footer .bottom{height: 44px; background-color: #f9f9f9;}
.footer .bottom .pageTop{background-color: #d11216; color:#FFF; text-decoration: none; height: 52px; margin-top: -8px; line-height: 52px; font-size: 15px;}


.cover{width: 100%; height: 377px; background-image: url(../images/altsayfa.jpg); background-repeat: no-repeat; background-position: center top; padding-top: 186px;}
.cover .container{padding: 0px;}
.cover h1{color:#FFF; font-family: 'HelveticaNeue-CondensedBold'; font-size: 34px;}
.cover h1 span{border-bottom:3px solid #d11216; padding: 0 10px;}
.cover .nav{ background-color: #f3f2ed; height: 60px; font-family: "HelveticaNeue"; font-size: 13px; color:#000; line-height: 60px;}
.cover .nav a{color:#000;}
.cover .nav .bar{width: auto; height: 62px; float: left; border-bottom:2px solid #d11216; padding: 0 25px;}
.cover .nav .shares{float: right; text-align: right; padding-right: 20px;}
.cover .nav .shares a{font-size: 20px; color: #d11216; padding: 6px;}

.content{padding: 30px 0; font-family: "HelveticaNeue";}
.content h2{color:#d11216; font-size: 25px; font-family: 'HelveticaNeue-CondensedBold';}

.ref_box{border:1px solid #c5c5c5; width: 100%; text-align: center; overflow: hidden; margin-bottom: 25px;}
.ref_box img{max-height: 100%; margin:auto;}

.gallery .container{padding: 0px;}
.gallery_box{border:1px solid #e0dfda; display: block; outline: none; width: 100%; text-align: center; overflow: hidden; margin-bottom: 25px; position: relative;}
.gallery_box img{max-height: 100%; margin:auto;}
.gallery_box a{display:none; width: 100%; height: 100%; position: absolute; top:0; left: 0; background-color: rgba(0, 0, 0, 0.6); padding-top: 35%}
.gallery_box:hover a{display: block;}
.gallery_box .btn{background-color:#d11216; color:#FFF; padding: 10px 20px; font-size: 20px}

 .galeri p{font-family: 'HelveticaNeue-CondensedBold';
    font-size: 15px;
    color: #000;
    text-align: left;}

.products .container{padding:0px;}
.products .left{padding: 0px;}
.products .right{padding-right: 0px;}
.products .menu{width: 100%; list-style: none; text-align: left; padding: 0px;}
.products .menu li{border-bottom:1px solid #f3f2ed; font-size: 13px;}
.products .menu li a{display:block; color:#000; text-decoration: none; padding: 12px 0px 12px 25px;}
.products .menu li a:hover{background-color: #f3f2ed;}
.product_box{width: 100%; margin-bottom: 25px;}
.product_box .image{display: table-cell; vertical-align: middle; height: 215px; border-top:1px solid #e0dfda; border-left:1px solid #e0dfda; border-right:1px solid #e0dfda; padding: 15px; position: relative;}
.product_box .btn{display: none; background-color:#d11216; color:#FFF; padding: 6px 18px; font-size: 20px; position: absolute;top:0px; right: 0px; border-radius:0px;}
.product_box:hover .btn{display: block;}
.product_box h3{font-size: 15px; color:#000; display: block; padding:10px 0px 20px 0px; border-left:1px solid #e0dfda; border-right:1px solid #e0dfda; margin: 0px;}
.product_box .more{padding: 12px 0px; background-color: #d11216; color:#FFF; text-decoration: none; outline: none; display: block; line-height: inherit; font-family: 'HelveticaNeue-CondensedBold'; font-size: 14px;}

hr{height: 2px; background-color: #eeece8; border:0px;}

.margin-top-5{margin-top:5px;}
.margin-top-10{margin-top:10px;}
.margin-top-12{margin-top:12px !important;}
.margin-top-15{margin-top:15px;}
.margin-top-20{margin-top:20px;}
.margin-top-25{margin-top:25px;}
.margin-top-30{margin-top:30px;}
.margin-top-35{margin-top:35px;}
.margin-top-40{margin-top:35px;}
.margin-top-45{margin-top:35px;}
.margin-top-50{margin-top:35px;}
.margin-top-55{margin-top:55px;}
.margin-top-190{margin-top: 190px;}

.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-15{margin-bottom:15px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-bottom-25{margin-bottom:25px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-35{margin-bottom:35px;}
.margin-bottom-55{margin-bottom:55px;}
.margin-bottom-85{margin-bottom:85px;}
.margin-bottom-90{margin-bottom:130px;}
.margin-bottom-130{margin-bottom:130px;}


.padding-bottom-5{padding-bottom:5px;}
.padding-bottom-10{padding-bottom:10px;}
.padding-bottom-15{padding-bottom:15px;}
.padding-bottom-20{padding-bottom:20px;}

.padding-right-0{padding-right: 0px}

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

.solid-right-5{border-right:5px solid #FFF;}

.cromb{min-height: 488px; background-image: url(../images/item2_bg.jpg); background-repeat: no-repeat; background-position: center top; padding-top:50px; }
.cromb.sub{background-image: none; min-height: inherit; height: auto; margin-bottom: 100px; margin-top: 50px}
.yirmi{padding-top: 5px;}
.yirmi img{display: inline;}

@media (max-width: 768px){
.navbar-wrapper{position: relative; background-color: #170d0c}
.logo{z-index: 9999; padding-top: 7px; outline: none;}
.marketing .markBox h3{font-size: 10px; margin-top: 10px;}
.marketing .markBox{padding-top: 5px; padding-bottom: 5px;}
.subscribe h2{text-align: center;}
.solid-right-5{border:0px;}
.subscribe .social{text-align: center;}
.subscribe p{text-align: center;}
.subscribe{margin-bottom: 0px !important;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border:0px;}
.cromb.sub{margin-top: 0px; padding-top: 0px; margin-bottom:20px;}
.cover{height: 202px; padding-top: 0; background-position:center center; border-bottom:15px solid #f3f2ed;}
.cover .nav{display: none;}
.cover h1{margin-top: 65px;}
.subscribe .padding-right-0{padding-left: 0px;}
.manset .carousel-caption{bottom: 10px;}
}

