/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 75px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

*{
    box-sizing:border-box;
}
a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }
/* Home Page Carousel */

header.carousel {
    height: 50%;
}

    header.carousel .item,
    header.carousel .item.active,
    header.carousel .carousel-inner {
        height: 100%;
    }

    header.carousel .fill {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

    .price sup {
        top: -20px;
        left: 2px;
        font-size: 20px;
    }

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

.add-left span {
    font-size: 2.6em;
    padding: 15px;
    border: 5px solid #CECECE;
    display: inline-block;
    vertical-align: middle;
}

.add-left p {
    font-size: 17px;
    line-height: 1.8em;
    color: #99cc99;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin-left: 17px;
}

    .add-left p a {
        color: #99cc99;
    }

.contefrm {
    margin: 4% auto 0;
    text-align: center;
    width: 100%;
}

.heading h3 {
    color: #003366;
    font-size: 2.5em;
    margin: 0;
    font-family: 'AllertaStencil-Regular';
}

.conbtn {
    margin-top: 2%;
    text-align: center;
}

.marg {
    margin-top: 2%;
}

.but {
    color: #999;
    padding: 7px 30px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    margin-top: 10px;
    border: 1px double #C7C5C5;
    background: none;
    outline: none;
}

    .but:hover {
        background: #99CC9A;
        border: 1px double #99cc99;
        color: #fff;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
    }
    .imgca{
        float:left;
        width:22%;
        margin-right:1%;
        
    }
.imgca1 {
    width: 100%;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #bce8f1 
}
.gelerytex {
    color: #31708f;
    font-weight: 200;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: #d9edf7;
    border: #bce8f1;
    padding:10px 15px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}
.prd_list {
    padding-bottom: 2em;
    margin-bottom: 1.55em;
    border-bottom: 1px solid #aeaeae;
    float:left;
    width:100%;
}
.prd_img
{
    float:left;
    width:40%;
}
.rowa {
    background-color: #e5e5e5;
    padding: 2em 2em 1.8em;
}
    .rowa h3 {
        color: #f53f1a;
        font-size: 1.7em;
        font-weight: 700;
        margin: 0 0 0.5em;
    }
.det {
    color: #777;
    font-size: 0.875em;
    line-height: 1.8em;
    margin: 1em 0;
}
.m{
    margin-left:auto;
    margin-right:auto;
}
.a 
{
    border:#9f8f8f;
}
.a tr td {
    padding: 20px;
}
#prli{
    list-style:none;
    padding:0px;
}
    #prli li {
        padding: 9px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #594c4c;
        font-size: 14px;
        font-style: normal;
        font-family: inherit;
        cursor:pointer;
    }
        #prli li:hover {
            padding-left: 12px;
            background-color: rgba(20, 180, 246, 0.59);          
            color: aliceblue;
            transition: padding ease-in-out;
        }
    /* Responsive Styles */
    @media(max-width:991px) {
        .customer-img, .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
