/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 16, 2015, 4:13:13 PM
    Author     : albanafmeti
*/

div.content {
/*    //background: red !important;*/
}

#pb_71 .img_logo {
    width: 50%;
    margin: 0 0 10px 0;
}

#pb_73 {
    background: #eee;
    height: 100px;
    border: 1px solid #777;
}

.jumbotron {
    color: #777;
    border: 1px solid #777;
}

.contact-page .contact-form .send-button {
    float: right;
    display: block;
}

.contact-page .contact-info .panel-body {
    text-align: center;
}
.contact-page .contact-info .panel-body .company-name {
    font-weight: bold;
    text-transform: uppercase;
}



/*-----------------------------Breadcrumb---------------------------------*/
.breadcrumb { 
    list-style: none; 
    overflow: hidden; 
    padding: 0px 0px;    
    background-color: transparent;
    font-size: 10px;
    margin-top: 10px;
    background-color: #EEEEEE
}
.breadcrumb div { 
    float: left; 
}
.breadcrumb div a {
    color: #666666;
    text-decoration: none;
    padding: 5px 0px 5px 35px;/* fallback color */
    position: relative;
    display: block;
    float: left;

}

.breadcrumb div a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;/* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid  rgb(231, 231, 231);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb div a:before { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;       
    border-bottom: 50px solid transparent;
    border-left: 30px solid #CECACA;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    margin-left: 1px;
    left: 100%;
    z-index: 1; 
}

.breadcrumb div:first-child a {
    padding-left: 10px;
}
.breadcrumb div:nth-child(2) a       { background-color: #EEEEEE;      background-image: linear-gradient(to left, #EEEEEE, #EEEEEE); }
.breadcrumb div:nth-child(2) a:after { border-left-color: #E7E7E7; }
.breadcrumb div:nth-child(3) a       { background-color: #EEEEEE;      background-image: linear-gradient(to left, #EEEEEE, #EEEEEE); }
.breadcrumb div:nth-child(3) a:after { border-left-color: #E7E7E7; }
.breadcrumb div:nth-child(4) a       { background-color: #EEEEEE;      background-image: linear-gradient(to left, #EEEEEE, #EEEEEE); }
.breadcrumb div:nth-child(4) a:after { border-left-color: #E7E7E7; }
.breadcrumb div:nth-child(5) a       { background-color: #EEEEEE;      background-image: linear-gradient(to left, #EEEEEE, #EEEEEE); }
.breadcrumb div:nth-child(5) a:after { /* border-left-color: #E7E7E7; */ }
.breadcrumb div:last-child a         { background-color: #EEEEEE;      background-image: linear-gradient(to left, #EEEEEE, #EEEEEE); }
.breadcrumb div:last-child a:after   { border-left-color: #E7E7E7; }


.breadcrumb div a:hover {
    background-color: #EEEEEE;
    background-image: linear-gradient(to left, #EEEEEE, #EEEEEE);
    color: black !important;
}
.breadcrumb div a:hover:after {
    border-left-color: #EEEEEE;
}
/*-----------------------------Breadcrumb---------------------------------*/



#pb_75,#pb_76  {
    margin: 5px 0;
    float: right;
}
#pb_76 {
    width: 250px;
    margin-left: 5px;
}

#pb_77 {
    float: left;
    margin-top: 10px;
}

#pb_78 {
    float: right;
    margin-top: 10px;
    margin-left: 5px;
}


@media(max-width:992px) {
    #pb_71 > .logo {
        text-align: center;
    }
    
}
