/*!!179S format mundesh me ndryshu ngjyrat*/

/*===============================================================================
                        LLogoja ne header
================================================================================*/
.logoAM {
	width: 170px;
	height: 73px;
    margin-top: -29.5px;
}
.logoAM img{
	width: 100%;
	height: 100%;
}
/*===============================================================================
                        TEAM
================================================================================*/
.meet-item img{
    width: 100%;
}
h4{
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0px ;
}
.meet-item p{
    font-size: 15px;
    font-weight: 400;
    padding: 0px;
    margin-top: -22px;
}
.ico{
    border-radius: 100%;
    border: 1px solid gray;
    text-align: center;
    width: 27px;
    height: 27px;
    display: inline-block;
    padding: 0px;
    margin: 2px;
    color: gray;
    font-size: 20px;
}
/*===============================================================================
                        UBER UNS 
================================================================================*/
.kutia-vet{
    width: auto;
    text-align: center;
    margin-bottom: 75px;
}
.kutia-nkuti1{
    width: auto;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
    border-radius: 10px;
}
.kutia-nkuti1 h1{
    text-align: center;
    color: black;
    padding-top: 15px;
    padding-bottom: 20px;
}
.kutia-vet h1{
    font-size: 35px;
}
/*===============================================================================
                        SHOW MORE text

<script>
        $(document).ready(function(){
            var readMoreHtml=$(".read-more").html();
            var lessText=readMoreHtml.substr(0,100);//sa Shkronja karaktere mi marr 
            if (readMoreHtml.length>100) {
                $(".read-more").html(lessText).append("<a href='' class='read-more-link'>Show More</a>");
            }
            else
            {
                $(".read-more").html(readMoreHtml);
            }

            $("body").on("click",".read-more-link",function(event){
                event.preventDefault();
                $(this).parent(".read-more").html(readMoreHtml).append("<a href='' class='show-less-link'>Show less</a>")
            });
            $("body").on("click",".show-less-think",function(event){
                event.preventDefault();
                $(this).parent(".read-more").html(readMoreHtml.substr(0,100)).append("<a href='' class='read-more-link'>Show More</a>")
            });
        });
    </script>

================================================================================*/
.read-more{
    padding: 15px;
}
.read-more-link, .show-less-link{
    text-decoration: none;
    font-weight: bolder;
    color: #4b4e53;
    padding: 2.5px;
}


/*=   1   =*/
.read-more1{
    padding: 15px;
}
.read-more-link1, .show-less-link1{
    text-decoration: none;
    font-weight: bolder;
    color: #4b4e53;
    padding: 2.5px;
}
/*=   2   =*/
.read-more2{
    padding: 15px;
}
.read-more-link2, .show-less-link2{
    text-decoration: none;
    font-weight: bolder;
    color: #4b4e53;
    padding: 2.5px;
}
/*=   3   =*/
.read-more3{
    padding: 15px;
}
.read-more-link3, .show-less-link3{
    text-decoration: none;
    font-weight: bolder;
    color: #4b4e53;
    padding: 2.5px;
}
/*=   4   =*/
.read-more4{
    padding: 15px;
}
.read-more-link4, .show-less-link4{
    text-decoration: none;
    font-weight: bolder;
    color: #4b4e53;
    padding: 2.5px;
}
/*=   5   =*/
.read-more5{
    padding: 15px;
}
.read-more-link5, .show-less-link5{
    text-decoration: none;
    font-weight: bolder;
    color: #4b4e53;
    padding: 2.5px;
}
/*=   6   =*/
.read-more6{
    padding: 15px;
}
.read-more-link6, .show-less-link6{
    text-decoration: none;
    font-weight: bolder;
    color: #4b4e53;
    padding: 2.5px;
}
/*=   7   =*/
.read-more7{
    padding: 15px;
}
.read-more-link7, .show-less-link7{
    text-decoration: none;
    font-weight: bolder;
    color: #4b4e53;
    padding: 2.5px;
}


.read-moreT{
    padding: 15px;
}
.read-more-linkT, .show-less-linkT{
    text-decoration: none;
    font-weight: bolder;
    color: #4b4e53;
    padding: 2.5px;
}
/*===============================================================================
                         konatak
================================================================================*/

.form-control
    {
        background: white;
        border: 1px solid #28a7e9;/*ngjyren e turkise*/
        border-radius: 2px;
        box-shadow: none;
        color: #4b4e53;
        margin-top: 6px;
        margin-bottom: 16px;
    }
label
    {
        font-weight: 500;
        font-size: 17px;
    }
input
    {
        height: 50px;
    }
input[type="submit"]
    {
        background: #28a7e9;
        font-weight: bold;
        -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
    }
input[type="submit"]:hover
    {
        background: transparent;
    }
address
    {
        border-bottom: 1px solid #505050;
        padding-top: 30px;
    }
address .address-title
    {
        font-weight: bold;
        font-size: 20px;
        padding-bottom: 10px;
    }
address span
    {
        display: block;
        padding-bottom: 30px;
    }
address .fa
    {
        border: 1px solid #fff;
        border-radius: 2px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 10px;
    }
/* end contact */


/*===============================================================================
                         THOJZA
================================================================================*/
blockquote {
    font-family: Georgia, serif;
    font-size: 30px;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.65;
    position: relative;
    color: #4b4e53;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -30px;
    color: #4b4e53;
}

blockquote cite {
    color: #4b4e53;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2018 \2017";
}

::-webkit-scrollbar{
    width:12px;
}
::-webkit-scrollbar-thumb{
    background-color:#7ae3db;
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0,0,0.3);
}
::-webkit-scrollbar-track{
    border-radius:10px;
    background-color:#d2e1e6;
    box-shadow: inset 0 0 6px rgba(0,0,0.3);
}

@media only screen and (max-width: 500px)
{
    blockquote .row .intro-heading{
        font-size: 15px;
    }
}

.kutia-header{
    width: 250px;
    height: 150px;
}