/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 40px;
    color: #5a5a5a;
}
hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(51, 122, 183, 0.75), rgba(0, 0, 0, 0)); }
.row{
    margin-top: 20px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 400px;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 400px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 400px;
}
.navbar-right img{
    padding: 10px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}
.navbar-nav{
    margin-top: 5px;
    margin-bottom: 5px;
}
.navbar-default .navbar-nav > li{
    margin: 0 5px;
    border-bottom: 4px solid #5cacc9;

}
.navbar-default .navbar-nav  .active{
    background: #62b1d0;
    border-bottom: 4px solid #4d849e;

}
.navbar-default .navbar-nav > li > a{
    color: #ffffff;!important;
    font-weight:bolder ;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #ffffff;
}
.nav > li > a{
    padding-top: 0;
    padding-bottom: 0;
}

.iconservis{
    position: relative;
    vertical-align: center;
    border-radius: 100px;
    /*width: 100%;*/
    height: 90%;
    width: 60%;
    padding: 48px 48px;
    font-size: 22px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #62b1d0;
    border: 0;
    border-bottom: 3px solid #9fe8ef;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -3px #9FE8EF;
    box-shadow: inset 0 -3px #9FE8EF;
}
.iconservis:active {
    top: 2px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.iconservis:hover {
    background: #45E1E8;
}
#concat {
    border-radius: 10px;
     background-color: #337ab7;
     background-image: url("../img/map-image.png");
     background-position: center center;
     background-repeat: no-repeat;
}
#concat legend{
    color: #ffffff;
    width: 85%;
    margin: 10px 15%;
}
.control-label{
    color:#ffffff;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #ffffff;!important;
}
.navbar-nav > li > a{
    padding-left: 0px;
    padding-right: 0px;

}

.glyphicon-lg{font-size:3em}
.blockquote-box{border-right:5px solid #E6E6E6;margin-bottom:25px}
.blockquote-box .square{width:100px;min-height:50px;margin-right:22px;text-align:center!important;background-color:#E6E6E6;padding:20px 0}
.blockquote-box.blockquote-primary{border-color:#357EBD}
.blockquote-box.blockquote-primary .square{background-color:#428BCA;color:#FFF}
.blockquote-box.blockquote-success{border-color:#4CAE4C}
.blockquote-box.blockquote-success .square{background-color:#5CB85C;color:#FFF}
.blockquote-box.blockquote-info{border-color:#46B8DA}
.blockquote-box.blockquote-info .square{background-color:#5BC0DE;color:#FFF}
.blockquote-box.blockquote-warning{border-color:#EEA236}
.blockquote-box.blockquote-warning .square{background-color:#F0AD4E;color:#FFF}
.blockquote-box.blockquote-danger{border-color:#D43F3A}
.blockquote-box.blockquote-danger .square{background-color:#D9534F;color:#FFF}
h1 span.word-rotate, h2 span.word-rotate {
    margin-bottom: -7px;
}
.owl-carousel img{
    height: 100px;
    width: 200px;
}
span.word-rotate {
    color: #ffffff;
    display: inline-block;
    height: 0;
    margin-bottom: -7px;
    overflow: hidden;
    position: relative;
    text-align: center;
    visibility: hidden;
    width: 100px;
}
span.word-rotate-items {
    position: relative;
    top: 0;
    width: 100%;
}
span.word-rotate-items span {
    display: block;
    white-space: nowrap;
    color: #ffffff;
}
span.word-rotate.active{
    visibility:visible;
    width: auto;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
/*
 tabs
 */

/* Team  */
.src-image {
    display: none;
}

.card {
    overflow: hidden;
    position: relative;
    border: 1px solid #CCC;
    border-radius: 8px;
    text-align: center;
    padding: 0;
    background-color: #284c79;
    color: rgb(136, 172, 217);
}

.card .header-bg {
    /* This stretches the canvas across the entire hero unit */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    border-bottom: 1px #FFF solid;
    /* This positions the canvas under the text */
    z-index: 1;
}
.card .avatar {
    position: relative;
    margin-top: 15px;
    z-index: 100;
}

.card .avatar img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(0,0,30,0.8);
}

#torosambalaj {
    height:400px;
    width:98%;
    margin: 10px;
}
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}
p > i {
    color: #2196f3;
}
.form-control{
    color: #FFFFFF;
}
.form-control::-webkit-input-placeholder {
    color: #FFFFFF;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #FFFFFF;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #FFFFFF;
}

.form-control:-ms-input-placeholder {
    color: #FFFFFF;
}
#mesajınız{
    resize: vertical;
}
.form-group .control-label {
    font-weight: bolder;
}
.nav-tabs{

}
.nav-tabs  li{
    font-weight: bolder;
    font-size: 35px;
    margin-right: 15px;
}
.navbar-brand img{
    height: 40px;
}
@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 0px;
    }
    .navbar-brand img{
        margin-top: 70px;
        height: 120px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}
