﻿@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:400,600,700');

body {
    font-family: 'Roboto', sans-serif;
    /*font-size: 15px;*/
    /*line-height: 1.5;*/
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
}

.nav {
    background-color: #f4f4f4;
}

.nav-link {
    font-size: 20px
}

/* Global */
* {
    box-sizing: border-box;
}


i {
    margin-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
}


.aligncenter {
    text-align: center;
}

    .aligncenter span {
        margin-left: 0;
    }

.alta-cizgi {
    border-bottom: 1px solid rgba(255,0,0,.3);
    padding: 1px;
}

.uste-cizgi {
    border-top: 1px solid rgba(255,0,0,.3);
    padding: 1px;
}

/* collapse javascript css */
.article {
}

    .article .text {
    }

        .article .text.short {
            overflow: hidden;
        }

        .article .text.full {
            display: none;
        }

.read-more {
    display: inline-block;
    padding: 3px;
    color: #06c;
    margin: 2px;
}

.ellipsis {
    color: #06c;
    font-weight: bold;
    font-size: 14px;
}

/* animate */
.animate {
    /*animation: bounce;*/ /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}

/* sections */
section.txt-area {
    font-family: 'Open Sans', Arial, sans-serif;
    background: #fff;
    padding: 10px 0 0 10px;
}


.features .media.service-box {
    /* margin: 0px 0 25px; */
    padding: 30px 0 30px 8px;
    background: rgb(249, 249, 249);
    border: 0px;
    margin-bottom: 25px;
}

.media.service-box {
    margin: 10px 0 10px;
    padding: 10px 10px 10px;
    background: #FFFFFF;
    overflow: hidden;
    border-bottom: 2px solid #E0E0E0;
}


.media {
    /* */ margin-top: 10px;
}

.features .media.service-box .pull-left > i {
    color: #E7094C;
    /* border: 4px solid #fff; */
}

.media.service-box .pull-left > i {
    font-size: 59px;
    /* height: 63px; */
    /* line-height: 64px; */
    text-align: left;
    width: 80px;
    color: #19BD9B;
    /* background: #fff; */
    /* box-shadow: inset 0 0 0 1px #d7d7d7; */
    /* -webkit-box-shadow: inset 0 0 0 1px #d7d7d7; */
    transition: background-color 400ms, background-color 400ms;
    position: relative;
    border-bottom: 0;
    padding: 1px;
    margin: 0;
    position: relative;
}

/* Global Bootstrap */

.container {
    padding: 0px;
}

/* carousel */
.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}


#bkCarousel:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(131, 213, 255, 0.15);
    z-index: 1;
    position: absolute;
}



/* footer */
footer a.text-light:hover {
    color: #fed136 !important;
    text-decoration: none;
}

footer .cizgi {
    border-right: 1px solid #535e67;
}

@media (max-width: 992px) {
    footer .cizgi {
        border-right: none;
    }
}
