@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,cyrillic,cyrillic-ext,latin-ext);

body {
    font-family: 'Roboto Slab', serif;
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 400;
}

h3 {
    font-weight: 300;
}

h4 {
    font-weight: 100;
}

h1, h2, h3, h4, h5 {
    text-shadow: 3px 3px 3px #aaa;
}

a {
    color: rgb(255, 141, 59);
}

.beeHeaderImage {
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-brand img {
    position: absolute;
    height: auto;
    z-index: 9999;
}

@media (min-width: 768px) {
    .navbar-brand img {
        margin-top: -150px;
        width: 180px;
    }
}

@media (min-width: 992px) {
    .navbar-brand img {
        margin-top: -140px;
        width: 200px;
    }
}

@media (min-width: 1200px) {
    .navbar-brand img {
        margin-top: -150px;
        width: 230px;
    }
}

.slideshow {
    position: relative;
    margin-top: -20px;
}

.no-gradient {
    background: none !important;
}

.menuBacground {
    background-image: -webkit-linear-gradient(top, #FDB47B 0%, #FF700a 100%);
    background-image: linear-gradient(to bottom, #FDB47B 0%, #FF700a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDB47B', endColorstr='#FF700a', GradientType=0);
}

#navbar .nav li a {
    color: #FFF;
}

#navbar .nav > .active > a, #navbar .nav > .open > a {
    /*background-color: rgb(213, 121, 71);*/
    background-image: -webkit-linear-gradient(top, #d7876c 0%, #FF700a 100%);
    background-image: linear-gradient(to bottom, #d7876c 0%, #FF700a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7876c', endColorstr='#FF700a', GradientType=0);
}

.dropdown-menu li a {
    color: black !important;
}

.filled {
    left: 0% !important;
    right: 0% !important;
}

.no-border {
    border: none !important;
}

.mesh {
    background-image: url('../images/mesh1.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

.RoyalBeesContent {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
}

.beesBackground {
    background-image: url('../images/Royal-Bees-content-background.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

.mainFooter {
    margin: 10px 0px 10px 0px;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    /*background-image: url('../images/Royal-Bees-footer.png');*/
    /*background-position: bottom;*/
    /*background-repeat: no-repeat;*/
}

.beesBreadcrumbs {
    margin-top: 20px;
}

.leftSideMenu {
    margin-top: 30px;
}

.breadcrumb > li > .divider > img {
    display: none;
}

.form-group > label {
    float: left;
    padding-right: 10px;
}

.bees-addresses {
    padding: 30px 20px 20px 30px;
    font-size: 20px;
}

.google-map {
    margin: 15px 0px 0px 0px;
    border: 1px solid #CCC;
    border-radius: 10px;
    height: 400px;
    text-align: center;
}

.img-bees-trans {
    border: 1px solid #CCC;
    margin: 10px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.language {
    margin-top: 10px;
    float: right;
}

.language ul {
    list-style-type: none;
}

.language ul li {
    float: left;
    padding-left: 5px;
}

.blogProductBee {
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 10px;
    padding: 0px 10px 0px 0px;
    margin: 10px 0px 10px 0px;
}

.introBlogHeader {
}

.blogIntroImg img {
    margin-top: 20px;
}

.introBlogText {
    padding: 0px 25px 0px 25px;
    text-align: justify;
}

.readmore {
    float: right;
    margin-right: 15px;
}

.footerMenu a:hover {
    background-color: transparent !important;
}

.footerMenu > .navbar-nav {
    float: right;
    margin-right: 15px;
}

.container p {
    text-align: justify;
}

.page-header {
    margin: 0px !important;
}

.royalBeesHeader {
    margin-top: -20px;
}
.royalBeesCatalog {
    position: relative;
    float: right;
    margin: 10px 20px;
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 5px;
}
.catalogPlaceStl a{
    color:#000000;
    text-decoration: none;
}