/*
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
*/
body {
    font-family: 'Lucida Sans Unicode','Lucida Sans','Lucida Grande',Arial,sans-serif;
    color: #1C1A19;
}

.wrapper {
    margin: auto;
}

p, div {
    font-size: 15px;
    line-height: 20px
}


#pb_71 .img_logo {
    width: 100%;
    margin: 0 0 10px 0;
}

#pb_73 {
    background-color: #3E3C41;
    color: #bbb;
    font-size: 12px;
    margin-top: 20px;
}

#pb_73 div {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}

#pb_74 li {
    font-size: 14px;
}

.position-26 {
    min-height: 100px;
    padding: 0px;
}

.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;
}



#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;
}


//Personalized CSS

#fullcenter {
    background-color: white;
}

#pb_79 {
    border : 8px solid #0E5492;
}

.article_std_container {
    padding-left: 10px;
    padding-right: 10px;
}

.article_std_container .article-body {
    padding-left: 15px !important;
}

.article_std_container, .contact-page {
    border : 8px solid #0E5492;
    border-top: none;
    background-color: white;
}

#pb_74 .navbar {
    background-color: #3E3C41;
    border: none;
    border-radius: 0px;
}

#pb_74 .navbar .menu-items > li > a {
    color: #FFF;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

#pb_74 .navbar .menu-items > li > a:hover  {
    background-color: #0E5492 !important;
}

#pb_74 .navbar .menu-items > .active > a, #pb_74 .navbar .menu-items > li > a:focus {
    background-color: #0E5492 !important;
}

#pb_74 .navbar-toggle  {
    border: 1px solid white;
}

#pb_74 .navbar-toggle .icon-bar {
    background-color: white !important;
}

#pb_74 .navbar-toggle:focus, #pb_74 .navbar-toggle:hover {
    background-color: #0E5492 !important;
}

.contact-page .panel-default {
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
}

.article_std_container .additional-images .additional-img {
    width: 100%;
}

@media(max-width:992px) {
    #pb_71 > .logo {
        text-align: center;
    }

}

@media(min-width: 992px) {

    #pb_74 ul.menu-items  {
        display: table !important;
        width: 100%;
        border-collapse: collapse;
        border: none;
    }

    #pb_74 ul.menu-items  li {
        display: table-cell;
        margin: 0 !important;
        float: none;
        text-align: center;
    }

    #pb_74 .navbar {
        margin-bottom: 0px;
    }

    #pb_74 .navbar #navbar_74 {
        padding: 0;
    }

    #pb_74 .menu-items {
        margin-right: 0px;
    }
}

@media(min-width: 1100px) {
    .wrapper {
        width: 1020px;
        min-width: 1020px;
        padding-left: 0px;
        padding-right: 0px;
    }
}


@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }

    .collapse.in{
        display:block !important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-brand {
        display: block!important;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    #pb_74 .navbar ul.menu-items  li {
        font-size: 12px;
    }
}