/*Social*/
.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

/*
    Multicoloured Hover Variations
*/

/*#social-fb:hover {
    color: #3B5998;
}
#social-tw:hover {
    color: #4099FF;
}
#social-gp:hover {
    color: #d34836;
}
#social-em:hover {
    color: #f39c12;
}
#social-yt:hover {
    color: #e42117;
}
#social-ig:hover {
    color: #241e21;
}
#social-li:hover {
    color: #0273b5;
}*/

#social-fb {
    color: #3B5998;
}
#social-tw {
    color: #4099FF;
}
#social-gp {
    color: #d34836;
}
#social-em {
    color: #f39c12;
}
#social-yt {
    color: #e42117;
}
#social-ig {
    color: #241e21;
}
#social-li {
    color: #0273b5;
}

.fa-stack-1x {
    color:white;
}
.icon-facebook {
    color:#3b5998;
}

/*Social END*/

/*** MARQUEE ***/
marquee p {
    text-decoration:none;
    color: #fff;

}

marquee {
    vertical-align: middle;
    background: #7bb945;
    text-decoration:none;
    font-size: 13px;
    font-weight:100;
    padding:4px 0;
    color: #fff;
    margin-bottom: 20px;
}

/*** MARQUEE END***/

body {
    padding-top: 10px;
    padding-bottom: 25px;

}

*{
    font-family: 'Open Sans', sans-serif;
}

a img {
    height: 25px;

}



/*.jumbotron p {

    font-size: 14px;
    font-weight: 100;
}*/

/*.prostor_dole {
    padding-bottom: 10px
}*/


address {
    font-size: 12px
}

header{
    margin-bottom: -10px
}

.content{
    margin-bottom: 10px
}

.minus_deset {
    margin-bottom: -10px
}

#text_levo{
    margin-bottom: -10px
}

/*.contact_box {

    float: left;
    width: 33.33333333%;

    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
display: block;
}


.contact_box_iner {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    height: 100px;
    font-size: 24px;
    line-height: 28px;

}*/

/*** Navigation ***/

.dropdown-header{
    font-size: 18px;
    color: #7bb945;

}




.dropdown-menu > li > a:hover ,
.dropdown-menu > li > a:focus {
    background-color: #7bb945;
    background-image: none;
}


.navbar-default .navbar-nav>li>a:hover ,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover {
    color:#7bb945;
    background-color: transparent;
    background-image: none;
    box-shadow:none;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a:focus {

    background-color: transparent;
    background-image: none;
    box-shadow:none;
}

/*** Navigation END***/

.products_page {
    color:#7bb945;
    font-weight: 600;
}

.map a{

    color: black;
    font-size: smaller;
}

.smalltext{
    font-size: small;
    color:grey
}

.marketing_pr p{
    margin: 0px

}

.marketing_pr h4{
    color:#7bb945;
    margin-bottom: 3px;


}
.boldtext{
    font-weight: bold;
}


hr{
    margin: 5px
}

.well{
    margin-top: 10px;
}
