/*
	bMaster
	Custom Template Styles
	============
	custom.css
*/

body{
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
    margin-top: 0;
    color: #808080;
}
h1, h2{
	text-transform: uppercase;
}
h1{
	font-size: 24px;
	font-weight: 800;
}
h2{
	font-size: 24px;
	font-size: 600;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 16px;
}

/* button */
.button{
    border: 1px solid;
    padding: 10px 25px;
    border-radius: 2px;
    display: inline-block;
    margin: 10px 0 0;
    text-transform: uppercase;
    background-color: #0b9df2;
    color: #fff;
    transition: all .1s ease-in-out;
}

/* input */
input, textarea{
    outline: none;
}


/* topbar */
.topbar {
    background-color: #f4f4f4;
    border: none;
    color: #808080;
    font-weight: 100;
    height: 40px;
	padding-top: 10px;

}
.topbar i{
    color: #0b9df2;
    margin-right: 10px;
}

.topbar p {
	float: right;
}

/* logo */
.logo a {
    width: 212px;
    height: 94px;
}
.logo {
    padding: 6px;
}

/* navbar */

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.menus {
    margin: 35px 0 0;
}
.navbar-default .navbar-nav>li>a {
    padding: 0;
    margin: 0 15px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    /* -webkit-font-smoothing: antialiased; */
    color: #808080;
    font-family: 'Roboto', sans-serif;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #0b9df2;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav > a:hover {
    border: 2px solid #0b9df2;
    border-radius: 2px;
    color: #0b9df2;
    padding: 5px 10px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 2px;
    padding: 5px 10px;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover{
    color: #0b9df2;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    border-color: #0b9df2;
    color: #0b9df2;
}
.navbar-nav>li {
    margin: 0 5px;
}
.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
}
ul.social {
    margin: 6px 0;
    float: left;
    color: #808080;
    margin-left: 10px;
}
ul.social li {
    margin: 0 0 0 5px;
}
.dropdown-menu {
    top: 72px;
    border: 0;
    border-top: 3px solid #0b9df2;
    padding: 0;
    min-width: 250px;
}

.dropdown-menu>li>a {
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
    color: #777;
}

.dropdown-menu>li:last-child>a {
    border-bottom: 0;
}

.dropdown-menu>li>a:hover {
    /* background-color: #0b9df2; */
    /* color: #fff; */
}


/* carousel */
#bCarousel {
    height: 480px;
}

#bCarousel .control.left {
    display: none;
}

#bCarousel .control.right {
    display: none;
}
.slider-title {
    font-weight: 900;
    font-size: 54px;
    letter-spacing: 6px;
    text-align: center;
    text-shadow: 2px 2px 2px #00000057;
}
.slider-title.blue {
    color: #0b9df2;
}
.slide-texts p {
    text-align: center;
    letter-spacing: 3px;
}
.slide-texts span{
    border-top: 2px solid #ffffff;
    display: block;
    width: 90px;
    margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
/*
#bCarousel .carousel-inner .fill:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #0b9df28c;
    background: linear-gradient(45deg, #0b9df2e8 0%, rgba(36, 89, 42, 0.41) 100%);
}
*/
#bCarousel .carousel-inner .fill .slide-texts{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#bCarousel .texts {
    color: #fff;
    margin-top: 140px;
}
#bCarousel .texts > div {
    font-size: 18px;
}
#bCarousel .texts > div span.sup {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}
#bCarousel .texts > div h1 {
    text-transform: uppercase;
    font-size: 6.2rem;
    font-weight: 900;
    margin: 0 0 20px;
}
#bCarousel .texts > div p {
    margin-bottom: 0;
}
#bCarousel .texts a.button {
    display: inline-block;
    margin: 30px 0;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 2px;
    padding: 10px 25px;
    transition: all .3s ease-in-out;
    background-color: transparent;
}
#bCarousel .texts a.button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
#bCarousel .control {
    position: absolute;
    left: 20px;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    border: 3px solid rgb(41, 45, 41);
    float: left;
    transform: rotate(45deg);
    margin: -24px 0 0;
    padding: 9px;
    border-radius: 1px;
}
#bCarousel .control:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 3px solid rgb(41, 45, 41);
}
#bCarousel .control.left:before {
    border-right: 0;
    border-top: 0;
}
#bCarousel .control.right {
    left: auto;
    right: 20px;
}
#bCarousel .control.right:before {
    border-left: 0;
    border-bottom: 0;
}

/* seperator */
/* .navbar-default {
    border: 0;
}
.seperator {
    height: 130px;
    position: relative;
}
.seperator .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #556d60;
    z-index: 0;
}
.seperator .title {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 55px;
}
.seperator .title span {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
} */
.seperator {
    background-color: #ababab;
    color: #fff;
    min-height: 170px;
    background-image: url(../images/seperator/seperator.jpg);
    position: relative;
    padding: 0;
}
.seperator .filter {
    width: 100%;
    height: 100%;
	background-color: rgba(11, 157, 242, 0.56);
    position: absolute;
}
.seperator .title {
    position: absolute;
    width: 100%;
}
.seperator .title span {
    text-align: right;
    display: block;
    font-size: 6rem;
    /* font-weight: 100; */
    /* font-style: italic; */
    padding-top: 44px;
}


/* content */

.content{
    min-height: 600px;
}
.headline {
    margin: 25px auto 15px;
    text-align: center;
}
.anasayfa .headline span {
    border-top: 2px solid #0b9df2;
    display: block;
    width: 90px;
    margin: auto;
}

/* section */
.section {
    padding: 0px;
    -webkit-font-smoothing: antialiased;
}



/* content home */
.section-modules .module .module-inner {
    background-color: #f4f6f7;
    padding: 60px 30px;
    color: #0b9df2;
    transition: all .1s ease-in-out;
    text-align: center;
    height: 360px;
    margin-bottom: 30px;
}
.section-modules .module .module-inner:hover {
    background-color: #0b9df2;
    background-color: #0b9df2;
    color: #fff;
}
.section-modules .module .module-inner i {
    font-size: 7rem;
    height: 60px;
    margin: 0px 0 25px;
    display: inline-block;
}
.section-modules .module .module-inner a.button {
    display: inline-block;
    margin: 10px 0 0;
    color: #fff;
    transition: all .1s ease-in-out;
}
.section-modules .module .module-inner h1 {
    font-size: 18px;
    height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    transition: all .1s ease-in-out;
}
.section-modules .module .module-inner:hover h1 {
    color: #fff;
}
.section-modules .module .module-inner p {
    font-weight: 300;
    overflow: hidden;
    /* height: 60px; */
}
.section-modules .module .module-inner:hover a.button {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.section-modules .module .module-inner a.button:hover {
    background-color: rgb(255, 255, 255);
    border-color: #0b9df2;
    color: #0b9df2;
}
.anasayfa .katg-img {
    height: 125px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.content .text-area {
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    color: #666;
    line-height: 1.7;
    text-align: justify;
}


/* section newsletter */
.section.section-newsletter {
    background-image: url(../images/anasayfa/section-newsletter.jpg);
    background-size: cover;
    background-position: 50%;
}
.section-newsletter .newsletter {
    padding: 30px;
    color: #999;
}
.section-newsletter .newsletter h1 {
    color: #333;
    font-weight: 800;
}
.section-newsletter .newsletter .single-line {
    position: relative;
    width: 50%;
    margin: 20px auto;
    overflow: hidden;
}
.section-newsletter .newsletter .single-line input {
    float: left;
    width: 75%;
    margin: 0;
    padding: 0 15px;
    height: 45px;
    background-color: transparent;
    border: 1px solid #0b9df2;
}
.section-newsletter .newsletter .single-line .button {
    float: left;
    width: 25%;
    height: 45px;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.section-newsletter .newsletter .single-line .button:hover {
    background-color: #316d39;
}
span.sub {
    /* margin-bottom: 5px; */
    display: inline-block;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: -0.5px;
}
.section-newsletter .newsletter .single-line input::placeholder {
    color: #5d5d5d;
    font-weight: 300;
}

/* section footer */
.section-footer form input,
.section-footer form textarea {
    display: block;
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid rgba(41, 41, 41, 0.3);
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.76);
    border-radius: 2px;
    color: #fff;
    outline: none;
}
.section-footer form textarea {
    height: 150px;
}
.section-footer form .button {
    margin: 0;
    width: 100%;
    border: 0;
    height: 50px;
    outline: none;
}
.section-footer h1 {
    margin-bottom: 30px;
}
.section-footer span {
    display: block;
}
.section-footer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}
.section-footer form input::placeholder,
.section-footer form textarea::placeholder {
    color: rgba(255, 255, 255, 0.76);
}

/* urunlerimiz */
/* urunlerimiz*/
.urun-detay {
	display:none;
	position: absolute;
	width: 210px;
	height: 152px;
	height: 170px;
	z-index: 3;
	z-index: 2;
}
.urun-detay .main{
    background-color: #fff;
    width: 100%;
    height: 100%;
    /* box-shadow: 0 0 5px rgba(0,0,0,.5); */
    border-radius: 3px;
    border: 1px solid #bbb;
    padding: 5px 10px;
}
.urun-detay .main span.headline {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.urun-detay .main .img {
    width: 100%;
	height: 130px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.urun-detay .tri{
    width: 25px;
    height: 16px;
    margin-top: -1px;
    margin: -1px auto;
    background-image: url(../images/system/tri-dark.png);
    background-size: 100%;
}
.content.urunlerimiz .container {
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
}
.urunlerimiz table {
	
}
.urunlerimiz table thead {
    font-weight: 600;
    font-size: 16px;
}
.urunlerimiz table tr {
	
}
.urunlerimiz table tr td {
	vertical-align: middle;
	text-align:center;
}
.urunlerimiz table tr td .center {
    overflow: hidden;
    display: inline-block;
    margin: auto;
}
.urunlerimiz table td.numbers {
    width: 7%;
}
.urunlerimiz table td.numbers span {
    display: block;
    background-color: #0b9df2;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: auto;
    text-align: center;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 600;
}
.urunlerimiz table td .image {
    float: left;
    width: 100px;
    height: 80px;
	transition: opacity .4s ease-in-out;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.urunlerimiz table td.cross-fit .image{
}
.urunlerimiz table td.t-series .image{
}
.urunlerimiz table td.t-series .image.second{
	background-size: 80%;
}
.urunlerimiz table.table-bottom tr td {
	border: 1px solid #ddd !important;
}
.urunlerimiz table.table-bottom tbody tr td {
	padding: 3px;
}
.urunlerimiz table.table-bottom thead {
	background-color: #f3f3f3;
    font-weight: 600;
    font-size: 13px;
}
.urunlerimiz table.table-bottom tbody {
	background-color: #fff;
}
.urunlerimiz table.table-bottom tbody tr td img {
	height: 35px;
}
.urunlerimiz table.table-bottom tbody tr:hover {
	background-color: #fafafa;
}
.urunlerimiz i.fa-ban {
    color: #ddd;
}
.urunlerimiz i.fa-file-pdf-o {
    color: #ff7a7a;
}
.tooltip-inner {
    max-width: 500px !important;
}
.catalog-single-page {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid rgba(221, 221, 221, 0.55);
    margin-bottom: 5%;
    background-color: whitesmoke;
}
.catalog-single-page img {
    width: 100%;
}
.catalog-single-page a.zoom {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    background-color: rgba(102, 102, 102, 0.8);
    color: #f5f5f5;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding-top: 5px;
    border-radius: 4px;
}
.catalog-single-page a.zoom i {
    margin: 0;
}

/* content left menu */
.left-menu > div {
    /* border: 1px solid #ddd; */
    background-color: #eee;
    border-radius: 2px;
    overflow: hidden;
}
.left-menu ul {
    padding: 15px 12px;
    margin: 0;
}
.left-menu h1 {
    display: block;
    padding: 12px 15px;
    margin: 0;
    background-color: #0b9df2;
    color: #fff;
    font-size: 18px;
}
.left-menu ul li a {
    display: block;
    border-bottom: 1px solid #dcdcdc;
    padding: 9px 7px;
    color: #5a5a5a;
    -webkit-font-smoothing: antialiased;
}
.left-menu ul li.active, .left-menu ul li:hover {
    background-color: #e5e5e5;
}
.left-menu ul li:last-child a {
    border: 0;
}

table.prod-table {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    color: #555;
    text-align: center;
    border-color: #eee;
    border-radius: 2px;
}
table.prod-table thead tr th {
    text-align: center;
    background-color: #f9f9f9;
    font-weight: 600;
    border-bottom: 2px solid #e9e9e9;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #eee;
}
.urun-table {
    margin-top: 50px;
}
.product-module{
	background-color: #f4f6f7;
    padding: 10px 10px;
    color: #0b9df2;
    transition: all .1s ease-in-out;
    text-align: center;
    height: 200px;
    margin-bottom: 10px;
}
.urunlerimiz .urun-img {
    height: 175px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.urun-komple{
	padding-left: 0px;
	padding-right: 0px;
}


/* contact */

.iletisim .info ul li i {
    font-size: 18px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #0b9df2;
    color: #fff;
    text-align: center;
    padding-top: 11px;
    margin: 0 10px 10px 0;
    border-radius: 2px;
}
form .tabl-res {
    width: 100%;
}
.grecaptcha-badge {
    display: none;
}
.map {
	height: 300px;
}
.maps{
	padding-bottom: 30px;
}



/* footer */
.footer {
    position: relative;
    color: #fff;
    height: 540px;
    background-image: url(../images/footer/footer-contact-bg.jpg);
}
.footer:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(8, 39, 12, 0.78);
    z-index: 1;
}

.footer .section-footer p {
    margin-bottom: 15px;
    line-height: 1.9;
}
.footer .section-footer p i {
    width: 20px;
}
.section-footer .section-footer-inner {
    margin-top: 50px;
}


/* copyright */
.copyright {
    padding: 20px 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    color: #666;
    border-top: 1px solid #eee;
}
.copyright i {
    color: #0b9df2;
}



/*  == Mobile == */

/* Dikey */

/* LG (orta) */
@media (max-width: 1365px){
    #bCarousel .texts {
        padding: 0 25px;
    }

}

/* MD */
@media (max-width: 1199px){

}

@media (max-width: 1100px){

}

@media (max-width: 1024px){
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        margin: 0;
        padding: 5px 7px;
    }
    .urunlerimiz table td .image {
        width: 80px;
    }
    .logo a {
        width: 170px;
        height: 84px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .navbar-default .navbar-nav>li>a {
        margin: 1px 1px;
        font-size: 12px;
        padding: 2px;
        letter-spacing: -0.3px;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav a:hover {
        padding: 2px;
    }
    ul.social {
        margin: 5px 0;
    }
    ul.social li {
        margin: 0;
    }
    #bCarousel {
        height: 480px;
    }
    #bCarousel .texts {
        margin-top: 100px;
    }
    #bCarousel .control {
    border: 0;
    left: 2px;
    }
    .section-newsletter .newsletter .single-line {
        width: 80%;
    }
    .logo {
        float: left;
    }
    .navbar-toggle {
        margin: 32px 10px 0;
    }
    .menus {
        float: none !important;
        margin: 0;
        padding: 0;
    }
    ul.nav.navbar-nav {
        margin: 0;
        padding: 0;
    }
    ul.nav.navbar-nav li {
        border-bottom: 1px solid #eee;
        margin: 6px 0;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav a:hover {
        border: 2px solid transparent;
    }
    .home .module {
        margin-bottom: 20px;
    }
    .section-newsletter .newsletter .single-line {
        width: 100%;
        margin: 0;
    }
    .section-newsletter .newsletter .single-line input {
        width: 60%;
    }
    .section-newsletter .newsletter .single-line .button {
        width: 40%;
    }
    .footer {
        height: 880px;
    }
    .footer .row > div {
        margin-bottom: 20px;
    }
    .section-footer .section-footer-inner {
        margin: 0;
    }
    .left-menu {
        margin-top: 30px;
    }
    #contact-form button {
        width: auto;
    }
    #bCarousel {
        height: 350px;
    }
    #bCarousel .texts {
        margin-top: 90px;
        padding: 0 25px;
    }
    #bCarousel .texts > div h1 {
        font-size: 37px;
        margin: 0;
    }
    #bCarousel .texts > div span.sup {
        font-size: 19px;
    }
    .section-modules .module .module-inner {
        padding: 20px;
        height: auto;
    }
    .footer form .row > div {
        margin-bottom: 0px;
    }
    .seperator {
        min-height: 150px;
    }
    .seperator .title span {
        font-size: 45px;
        text-align: left;
    }
    #bCarousel .control.right {
        right: 2px;
    }
    #bCarousel .control:before {
        border: 3px solid rgb(255, 255, 255);
    }
    .contact-info{
	    font-size: 12px;
    } 
    
}

/* SM */
@media (max-width: 991px){

}
@media (max-width: 820px){

}

/* XS */
@media (max-width: 768px){

    .urunlerimiz table td .image {
        width: 59px;
    }
    .urunlerimiz table.table-bottom tbody tr td img {
        height: 28px;
    }
    .slider-title {
        font-size: 26px;
    }
}

@media (max-width: 767px){

    .urunlerimiz table.table-bottom {
        display: block;
        border: 0;
    }
    .content.urunlerimiz .container {
        border: 0;
        padding: 60px 10px;
    }
/*
    .urunlerimiz table:not(.table-bottom) {
        display: none;
    }
*/
    .footer .row > div {
        text-align: center;
    }
    .iletisim .info ul li {
        position: relative;
        height: 60px;
        padding: 0 0 0 50px;
    }
    .iletisim .info ul li i {
        position: absolute;
        left: 0;
    }

}
/* iphone yatay */
@media (max-width: 568px){

}
/* iphone 6s */
@media (max-width: 414px){

}

/* iphone 6-7 */
@media (max-width: 375px){

}

/* iphone 5 */
@media (max-width: 320px){

}

/* Yatay */
@media (max-height: 414px){

}

@media (max-height: 849px){

}

@media (max-height: 449px){

}