﻿body, html {
    color: #464646;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 14px;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

    button:focus,
    img:focus,
    a:focus {
        outline: none;
    }

.navbar-protek {
    height: auto;
    border: none;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0;
}


    .navbar-protek .navbar-brand {
        color: #777;
        height: auto!important;
        padding: 20px 15px 10px 15px;
    }

        .navbar-protek .navbar-brand:hover,
        .navbar-protek .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-protek .navbar-text {
        color: #777;
    }

    .navbar-protek .navbar-nav > li > a {
        font-family: 'ralewaybold';
        color: #4E443C;
        font-size: 16px;
    }

        .navbar-protek .navbar-nav > li > a:hover,
        .navbar-protek .navbar-nav > li > a:focus {
            color: #4E443C;
            background-color: transparent;
        }

    .navbar-protek .navbar-nav > .active > a,
    .navbar-protek .navbar-nav > .active > a:hover,
    .navbar-protek .navbar-nav > .active > a:focus {
        color: #00a5e1;
        background-color: transparent;
    }

    .navbar-protek .navbar-nav > .disabled > a,
    .navbar-protek .navbar-nav > .disabled > a:hover,
    .navbar-protek .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-protek .navbar-toggle {
        border-color: transparent;
    }

        .navbar-protek .navbar-toggle:hover,
        .navbar-protek .navbar-toggle:focus {
            background-color: transparent;
        }

        .navbar-protek .navbar-toggle .icon-bar {
            background-color: transparent;
        }

    .navbar-protek .navbar-collapse,
    .navbar-protek .navbar-form {
        border: none;
        margin-top: 10px;
    }

    .navbar-protek .navbar-nav > .open > a,
    .navbar-protek .navbar-nav > .open > a:hover,
    .navbar-protek .navbar-nav > .open > a:focus {
        color: #000000;
        background-color: transparent;
    }

@media (max-width: 767px) {
    .navbar-protek .navbar-nav .open .dropdown-menu > li > a {
        color: #dcdcdc;
    }

        .navbar-protek .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-protek .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #dcdcdc;
            background-color: transparent;
        }

    .navbar-protek .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-protek .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-protek .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-protek .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-protek .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-protek .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-protek .navbar-link {
    color: #777;
}

    .navbar-protek .navbar-link:hover {
        color: #333;
    }

.navbar-protek .btn-link {
    color: #777;
}

    .navbar-protek .btn-link:hover,
    .navbar-protek .btn-link:focus {
        color: #333;
    }

    .navbar-protek .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-protek .btn-link:hover,
    .navbar-protek .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-protek .btn-link:focus {
        color: #ccc;
    }

.navbar-protek .navbar-toggle {
    border-color: #ddd;
}

    .navbar-protek .navbar-toggle .icon-bar {
        background-color: #888;
    }

.navbar-protek .dropdown-menu {
    box-shadow: none;
    border: none;
    background: rgba(255,255,255,0.9);
}

.slide-control {
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    margin: 0 auto;
}

a.slide-control-left {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    display: block;
    width: 64px;
    height: 64px;
    background: url(../img/arrow-left.png) no-repeat;
}

a.slide-control-right {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    display: block;
    width: 64px;
    height: 64px;
    background: url(../img/arrow-right.png) no-repeat;
}

.header {
}


.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: none;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .jcarousel ul {
        width: 20000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .jcarousel li {
        width: 200px;
        float: left;
        border: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .jcarousel img {
        display: block;
        max-width: 100%;
        height: auto !important;
        padding: 20px 4px;
    }

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

    .jcarousel-pagination a {
        text-decoration: none;
        display: inline-block;
        font-size: 11px;
        height: 10px;
        width: 10px;
        line-height: 10px;
        background: #fff;
        color: #4E443C;
        border-radius: 10px;
        text-indent: -9999px;
        margin-right: 7px;
        -webkit-box-shadow: 0 0 2px #4E443C;
        -moz-box-shadow: 0 0 2px #4E443C;
        box-shadow: 0 0 2px #4E443C;
    }

        .jcarousel-pagination a.active {
            background: #4E443C;
            color: #fff;
            opacity: 1;
            -webkit-box-shadow: 0 0 2px #F0EFE7;
            -moz-box-shadow: 0 0 2px #F0EFE7;
            box-shadow: 0 0 2px #F0EFE7;
        }


.home-referances {
    margin: 10px 0 0 0;
}

    .home-referances h2 {
        font-family: 'ralewaysemibold';
        font-size:30px;
        color:#000;
    }

body > .footer {
    background: #171b26;
    color: #fff;
}
body > .footer a{
    color: #fff;
}

    body > .footer > .container > .col-md-3, body > .footer > .container > .col-md-2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

.footer-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .footer-list li {
        display: block;
    }

        .footer-list li a {
            display: block;
            padding: 3px 0px 3px 10px;
            border-bottom: 1px solid #252525;
            color: #fff;
            font-size: 14px;
        }

.footer .dl-footer dd {
    margin-left: 70px;
}

.footer .dl-footer dt {
    width: 60px;
}

.footer > .container {
}

.footer .footer-phone {
    width: 100%;
    min-height: 81px;
    background: url(../img/footer-phone.html) no-repeat center center;
}

.subpage-header {
    
    width: 100%;
    /*min-height: 230px;*/
    color: #fff;
}

.subpage-title {
    font-size: 38px;
    color: #3c4041;
    font-family: 'ralewaybold';
    margin-bottom: 30px!important;
}

    .subpage-title span {
        font-family: 'ralewayregular';
    }

.breadcrumb {
    background: transparent!important;
    font-size: 17px;
    color: #fff;
    font-family: 'ralewaybold';
    margin-bottom: 0px;
    margin-top: 25px;
}

    .breadcrumb a {
        color: #fff;
        font-family: 'ralewaybold';
    }

.subpage-body {
    padding: 20px 0 40px 0;
    /*font-size: 18px;
    font-family: 'ralewayregular';*/
	font-size: 16px;
    font-family: Arial;
    line-height: 32px;
}

    .subpage-body h1, .subpage-body h2, .subpage-body h3, .subpage-body h4 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

.hizmet {
    height: 262px;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

    .hizmet > .h-img {
        height: 262px;
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .hizmet.active > .h-img,
    .hizmet:active > .h-img,
    .hizmet:hover > .h-img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .hizmet > .h-text {
        position: absolute;
        padding: 10px;
        width: 100%;
        background: rgba(0, 0, 0, 0.9);
        bottom: 0;
        color: #fff;
        text-align: center;
        font-size: 22px;
        font-family: 'ralewaybold';
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: background-color 0.5s ease;
    }

        .hizmet > .h-text span {
            display: inline-block;
            line-height: 1.2;
        }


    .hizmet.active > .h-text,
    .hizmet:active > .h-text,
    .hizmet:hover > .h-text {
        height: 90%;
        width: 90%;
        left: 5%;
        top: 5%;
        line-height: 262px;
        font-size: 39px;
        white-space: normal;
        background: rgba(224, 15, 0, 0.72);
    }

.nopadding-lr {
    padding-left: 0!important;
    padding-right: 0!important;
}

.nopadding-l {
    padding-left: 0!important;
}

.nopadding-r {
    padding-right: 0!important;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

input, select, textarea {
    border-radius: 0!important;
}

.contact-info img {
    width: 23px;
    margin-right: 10px;
    max-width: 45px;
}
.contact-info a {
	color:#464646;
}

.contact-info td {
    vertical-align: top;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff!important;
    background-color: #00a5e1!important;
}

.ik-form {
    font-size: 16px;
    line-height: 19px;
}

.footer-list ul {
    display: none;
}

.navbar-header {
    width: 100%;
}

#main-menu > .navbar-nav {
    width: 100%;
    border: none;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.header .social-buttons {
    display: block;
    float: right;
    margin-top: 40px;
}

.sb-tel {
    font-size: 17px;
    color: #58585a;
    font-family: Arial;
    font-weight: bold;
}

    .sb-tel:hover {
        text-decoration: none;
    }

.sbi-tel {
    background: url(../img/social-sprite.png) no-repeat -7px -3px;
    width: 29px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}

.sb-fb {
    background: url(../img/social-sprite.png) no-repeat -142px -11px;
    width: 31px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    margin:0;
}

.sb-mail {
    background: url(../img/social-sprite.png) no-repeat -92px -11px;
    width: 31px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    margin:0;
}

.sb-ins {
    background: url(../img/social-sprite.png) no-repeat -192px -11px;
    width: 31px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    margin:0;
}

.sb-in {
    background: url(../img/social-sprite.png) no-repeat -242px -11px;
    width: 31px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
    margin:0;
}
.sb-sprtr {
    margin: 0 5px;
    display: inline-block;
    border-right: 1px solid #373e50;
    width: 1px;
    height: 40px;
    vertical-align: middle;
}

.sb-tr {
    background: url(../img/social-sprite.png) no-repeat -42px -4px;
    width: 31px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.sb-en {
    background: url(../img/social-sprite.png) no-repeat -42px -29px;
    width: 31px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 0;
}

.btn-more,
.btn-more:hover,
.btn-more:active,
.btn-more:focus {
    border-radius: 0!important;
    background: #1a317a!important;
    color: #fff!important;
    border: none!important;
}

.haber {
    font-family: Arial;
    font-size: 15px;
    line-height: 19px;
}

    .haber h1 {
        font-family: 'ralewaybold';
        font-size: 20px;
        margin-bottom: 10px;
    }


.sidemenu-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 50px;
}

    .sidemenu-list li {
        display: block;
        padding-left: 0px;
        position: relative;
    }

        .sidemenu-list li.current-menu-item a,
        .sidemenu-list li:hover a {
            font-weight:bold;
        }

        .sidemenu-list li a {
            display: block;
            padding: 0px 0px 0px 00px;
            border-bottom: 1px solid #a5a5a5;
            color: #3c4041;
            font-size: 17px;
            font-family: 'ralewayregular';
            text-decoration: none!important;
        }

        .sidemenu-list li:last-child a {
            border-bottom: none;
        }

.sidemenu-title {
    font-size: 20px;
    font-family: 'ralewaybold';
    margin: 0 0 10px 0;
}

.btn-cat {
    border: 1px solid #ccc;
    font-family: Arial;
    font-size: 11px;
    color: #000;
    border-radius: 1px;
}

    .btn-cat.active {
        background: #00a5e1;
        color: #fff;
    }

.pager-button-area a {
    border: 1px solid #ccc;
    font-family: Arial;
    font-size: 11px;
    color: #000;
    border-radius: 1px;
    text-decoration: none!important;
    display: inline-block;
    padding: 0px 20px;
}

    .pager-button-area a:hover {
        background: #00a5e1;
        color: #fff;
    }

.urun-liste {
    padding-bottom: 20px;
    padding-top: 20px;
}

.urun {
    width: 231px;
    height: 277px;
    text-decoration: none!important;
    margin-bottom: 30px;
    display: inline-block;
}

    .urun .u-image {
        width: 231px;
        height: 231px;
    }

    .urun .u-name {
        width: 231px;
        height: 46px;
        text-align: center;
        line-height: 46px;
        background: #00a5e1;
        color: #fff;
        font-family: 'ralewaybold';
        font-size: 17px;
    }

.info-product {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.urun-detay-baslik {
    font-size: 25px;
    color: #fff;
    background: #00a5e1;
    padding: 15px 30px;
    display: block;
    font-family: 'ralewaybold';
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.dokuman-item a {
    text-align: center;
    font-size: 15px;
    font-family: Arial;
    color: #3c4041;
}

.nomargin-top {
    margin-top: 0px!important;
}

.product-title a {
    color: #3c4041!important;
    text-decoration: none!important;
}

.product-title span {
    color: #00a5e1;
    font-family: 'ralewaybold';
}

.home-message {
    font-size: 20px;
    padding: 30px 0;
    font-family: 'ralewayregular';
}

    .home-message hr {
        border-top: 1px solid #868686;
        width: 340px;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.home-bigimages-area {
    overflow: hidden;
}

.home-bigimages {
    margin-right: -25px;
}

    .home-bigimages > div {
        padding: 0 10px 10px 0;
        position: relative;
        overflow: hidden;
    }

        .home-bigimages > div:hover a {
            display: flex;
        }

        .home-bigimages > div > a {
            display: none;
            text-decoration: none;
            width: 100%;
            height: 100%;
            position: absolute;
            left: -10px;
            top: -10px;
            text-align: center;
            font-size: 28px;
            font-family: 'ralewaybold';
            color: #fff;
            background: rgba(25, 49, 122, 0.5);
            justify-content: center; /* align horizontal */
            align-items: center; /* align vertical */
        }

            .home-bigimages > div > a > span {
                display: inline-block;
                vertical-align: middle;
                line-height: normal;
            }

        .home-bigimages > div:last-child {
        }

.home-referances {
    
	background:url(../img/uyelerbg.png) no-repeat right top #e9eae8;
}
.trfourside h2{
    font-size:60px;
    font-family:'ralewaylight';
    color:#000;
}
.trfourside {
    font-size:20px;
    font-family:'ralewayregular';
    color:#000;
    margin: 10px 0 50px 0;
}
.trfourside h2 span{
    font-size:120px;
}
.trfourside a{
    color:#000;
}

.hizmet-block {
    height: 620px;
    border: 1px solid #aeafaf;
    overflow: hidden;
    font-size:15px;
	margin-bottom:20px;
}
.hizmet-block h2 {
    font-family:'ralewaysemibold';
    font-size:22px;
    margin:10px 0;
}.hizmet-block p {
    padding: 0 20px;
    line-height: 25px;
    font-family: arial;
    text-align: justify;
    max-height:150px;
    overflow:hidden;
}
 
.sube {
    font-size:15px;
    
}
.sube h2 {
    font-size:20px;
    margin:0;
    
    font-weight: bold;
}
.kargotakip-kt {
    font-size: 20px;
    text-decoration: none!important;
    text-align: center;
}

.makale-haber-contain .media .media-body{
    font-size:12px;
    font-weight:normal;
}
.makale-haber-contain .media .media-heading{
    font-size:13px;
    font-weight:bold;
}
.makale-haber-contain a{
    color:#3c4041;
    font-weight:bold;
	font-size:14px;
}
.makale-haber-contain img{
    width:160px;
	height:109px;
}
.makale-haber-contain hr{
    margin:10px 0;
	width:100%;
}
h3.main-h3 {
    border-bottom: 3px solid #00a5e1;
    font-size: 20px;
    font-family: 'ralewaybold';
    padding: 10px 0;
    text-align: right;
    margin: 0;
}
.lang-en{
    display:block;
    float:right;
    width:30px;
    margin: 5px;
    text-indent:9999px;
    overflow:hidden;
    height:20px;
    background:url(../img/hien.jpg) no-repeat center center;
}
.lang-tr{
    display:block;
    float:right;
    text-indent:9999px;
    overflow:hidden;
    margin: 5px;
    width:30px;
    height:20px;
    background:url(../img/hitr.jpg) no-repeat center center;
}