@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700&subset=latin,latin-ext);

#page
{
    min-width: 320px;
    overflow: hidden;
    line-height: 180%;
    letter-spacing: 1px;
}

#page.front-page .product-container .img-responsive
{
    max-width: 140px;
}

@media( min-width: 768px)
{
    .navbar-nav>li
    {

        width: calc( 100% / 6 );
    }
}



#google-map
{
    height: 400px;
    margin-bottom: -40px;
}

body
{
    font-family: 'Ubuntu', sans-serif;
}

a,
a:hover
{
    color: inherit;
    text-decoration: none;
}

.logo
{
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

#page-preloader
{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.preloader
{
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    position: absolute;
    z-index: 1;
}

.preloader .fa
{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 60px;
}

#page-slider-wrapper
{
    position: relative;
}

.fancybox
{
    text-decoration: none;
    display: inline-block;
    margin-bottom: 4px;
}

#scroller-top
{
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 10px;
    color: #FFFFFF;
    background-color: rgb(0, 108, 214);
}


#page-content h2.title,
#page-content h1.title
{
    font-weight: 700;
    display: inline-block;
    padding: 0px 200px;
    margin: 100px 0px 60px;
    border-style: solid;
    border-width: 25px 39px 25px 41px;
    -moz-border-image: url('../img/bg-border.png') 34 39 23 41 repeat;
    -webkit-border-image: url('../img/bg-border.png') 34 39 23 41 repeat;
    -o-border-image: url('../img/bg-border.png') 34 39 23 41 repeat;
    border-image: url('../img/bg-border.png') 34 39 23 41 fill repeat;
    
    border-image-source: url('../img/bg-border.png') 34 39 23 41 fill repeat;
}

#page-content h2.title .description
{
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0px 15px;
}

#page-content h3.title
{
    text-transform: uppercase;
    margin: 0px 0px 40px;
}

#page-content h4.title
{
    border: 1px solid #f4c856;
    border-right: 0px;
    border-left: 0px;
    padding: 20px 0px;
    text-align: center;
}

.honey-types-container
{
    margin-bottom: 50px;
}

.honey-types-container .title
{
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
    margin-top: 0px;
    padding-bottom: 10px;
    position: relative;
}

.honey-types-container .table
{
    display: none;
    background-color: #FFF;
    border: 1px solid #F1F1F1;
    margin-bottom: 40px;
}

.honey-types-container .text
{
    margin-left: 40px;
    width: 200px;
}

.honey-types-container figure img
{
    transition: all 0.25s linear;
}
.honey-types-container figure:hover img
{
    transform: scale(1.3);
}

.honey-types-container figure figcaption
{
    transition: all 0.3s linear;
}

.honey-types-container figure:hover figcaption
{
    transform: translateY(30px);
}

.honey-toggle
{
    display: block;
}

.honey-toggle:hover
{
    color: #ff8000;
}

.hexagon.active
{
    background-color: #ff8000;
    text-decoration: none;
    color: #ff8000;
}
.hexagon.active:before
{
    border-bottom-color: #ff8000;
}
.hexagon.active:after
{
    border-top-color: #ff8000;
}
.hexagon {
  position: relative;
  width: 25px;
  height: 14.43px;
  background-color: #CECECE;
  margin: 0px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 7.22px solid #CECECE;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 7.22px solid #CECECE;
}

.img-container
{
    height: 300px;
    /* background-size: cover; */
    /* background-position: center; */
}

.honey-types-container .description .item
{
    margin-bottom: 10px;
}

.col-center
{
    margin: auto;
    float: none;
}

.navbar-nav>li:not(:last-of-type):after
{
    content: '';
    position: absolute;
    right: 0px;
    height: 3px;
    width: 3px;
    background-color: #FFF;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.sub-page #page-main
{
    padding-bottom: 50px;
}

.article .img-responsive.left,
.article .img-responsive.right
{
    max-width: 220px;
}

.article .img-responsive.left
{   
    float: left;
    margin: 10px 10px 0px 0px;
}

.article .img-responsive.right
{   
    float: right;
    margin: 10px 0px 0px 10px;
}
/***********************************************
                    Admin
************************************************/
#admin-editor
{
    min-height: 500px;
}

#admin-save
{
    border: 1px solid silver;
    background-color: #F0F0F0;
    width: 100%;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 0px;
    display: block;
    margin-top: 10px;
}

/***********************************************
                    Form
************************************************/

input,
textarea
{
    width: 100%;
    padding: 10px;
    border-style: solid;
    border-width: 25px 39px 25px 41px;
    -moz-border-image: url('../img/bg-border.png') 34 39 23 41 repeat;
    -webkit-border-image: url('../img/bg-border.png') 34 39 23 41 repeat;
    -o-border-image: url('../img/bg-border.png') 34 39 23 41 repeat;
    border-image: url('../img/bg-border.png') 34 39 23 41 fill repeat;
    background-color: transparent;
    color: #000;
    font-size: 17px;
    
    border-image-source: url('../img/bg-border.png') 34 39 23 41 fill repeat;
}

.input-container
{
    margin-bottom: 20px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: #000;
}

/***********************************************
                    cookies
************************************************/

#cookies-container
{
    max-width: 200px;
    font-size: 12px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    background-color: #1D1D1B;
    padding: 20px 10px;
    background-image: url('../img/img-cookie.png');
    background-repeat: no-repeat;
    background-position: center right;
    border: 1px solid #E9A335;
    border-right: 0px;
    border-bottom: 0px;
    line-height: 120%;
    color: #FFFFFF;
}

#cookies-container .title
{
    margin: 0px 0px 10px;
    font-size: 13px;
}

#cookies-container .content
{
    max-width: 140px;
    margin-right: 30px;
}

#cookies-close
{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #E9A335;
    padding: 5px;
    color: #FFFFFF;
}

#cookies-close .fa
{
    margin-right: 0px;
}

/**************************
            SHARED PAGES
**************************/


#navbar
{
    border-style: solid;
    border-width: 25px 39px 25px 41px;
    -moz-border-image: url('../img/bg-border.png') 34 39 23 41 repeat;
    -webkit-border-image: url('../img/bg-border.png') 34 39 23 41 repeat;
    -o-border-image: url('../img/bg-border.png') 34 39 23 41 repeat;
    border-image: url('../img/bg-border.png') 34 39 23 41 fill repeat;
    padding: 0px;
    overflow: hidden;
}

#page-header
{
    background-image: url('../img/bg-header.png');
    background-size: cover;
    padding-top: 20px;
    min-height: 830px;
    z-index: 2;
    position: relative;
    background-position: center center;
    margin-bottom: -80px;
}

#page-header:before,
#page-header:after
{
    content: '';
    position: absolute;
    top: 0px;
    width: 50%;
}

#page-header:before
{
    left: 0px;
    height: 63px;
    background-image: url('../img/bg-hunny-left.png');
}

#page-header:after
{
    height: 48px;
    right: 0px;    
    background-image: url('../img/bg-hunny-right.png');
}

#page-header .container
{
    position: relative;
}

#lang-switcher
{
    top: 15px;
    right: 0px;
    position: absolute;
    z-index: 1;
    color: #424242;
}

#lang-switcher a
{
    position: relative;
    padding: 0px 10px;
}

#lang-switcher a:not(:last-of-type):after
{
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    height: 18px;
    width: 1px;
    background-color: #424242;
}

#lang-switcher .active
{
    color: #E9A400;
}

.product-container .item
{
    margin-bottom: 60px;
}

.product-container .item figure
{
    transition: all 0.2s linear;    
}

.product-container .item figcaption
{
    margin-top: 20px;
}

.product-container .item img
{
    margin: auto;
    transition: all 0.2s linear;
}

.product-container .item:hover figure
{
    transform: scale(1.2);
}

.product-container .item:hover img
{
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255, 194, 8, 1));
}

#page-main
{
    background-image: url('../img/bg-main.jpg');
    position: relative;
    min-height: 150px;
    padding-top: 100px;
    padding-bottom: 110px;
}

#page-main:before
{
    content: '';
    position: absolute;
    top: -50px;
    left: 0px;
    height: 200px;
    width: 100%;
    background-image: url('../img/bg-main-2.jpg');
    z-index: 0;
    display: none;
}

#certyficates
{
    background-color: #FFF;
    padding: 40px 0px 40px;
}

.owl-nav
{
    display: none;
}
#page-footer 
{
    background-image: url('../img/bg-footer.jpg');
    background-size: cover;
    color: #FFF;
    position: relative;
}

@media( max-width: 1200px)
{
    #page-footer
    {
        font-size: 13px;
    }
}


#page-footer:before
{
    content: '';
    position: absolute;
    top: -130px;
    left: -20px;
    background-image: url('../img/bg-hunny.png');
    width: 270px;
    height: 189px;
}

#page-footer .fa
{
    margin-right: 10px;
}

#page-footer h2.title
{
    margin: 40px 0px 50px;
    font-weight: 700;
}

#page-footer hr
{
    margin-top: 70px;
}

#page-footer ul
{
    line-height: 240%;
}

#page-footer .border-right
{
    position: relative;
}

#page-footer .border-right:after
{
    content:'';
    position: absolute;
    top: 0px;
    right: 20px;
    height: 150px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.37);
}

@media( max-width: 991px )
{
    #page-footer .border-right:after
    {
        right: 5px;
    }
}


.more
{
    margin: 10px 0px;
    display: inline-block;
    border-width: 25px 39px 25px 41px;
    -moz-border-image: url('../img/bg-border.png') 34 39 23 41 repeat;
    -webkit-border-image: url('../img/bg-border.png') 34 39 23 41 repeat;
    -o-border-image: url('../img/bg-border.png') 34 39 23 41 repeat;
    border-image: url('../img/bg-border.png') 34 39 23 41 fill repeat;
    border-image-source: url('../img/bg-border.png') 34 39 23 41 fill repeat;
    font-weight: 700;
}

#page.sub-page #page-footer
{
    margin-top: -10px;
}

/***************
        SUB PAGES
**************/
#page.sub-page h1.title
{
    margin: 0px 0px 40px;
    padding: 0px 10px;
}

#copyrights
{
    padding: 15px 15px 15px;
}

@media( max-width: 1500px)
{
    #page-footer:before
    {
        left: -150px;
    }
}

@media( max-width: 1200px )
{
    #page-footer:before
    {
        display: none;
    }
}

@media( max-width: 991px)
{
    #page-header:before
    {
        left: -10px;
        width: 50%;
        background-size: cover;
        background-position: center center;
    }
    #page-header:after
    {
        display: none;
    }
    
    #lang-switcher
    {
        top: -10px;
    }
}

@media( max-width: 767px )
{
    #lang-switcher
    {
        margin-right: 10px;
    }
    
    #page-header
    {
        min-height: 640px;
    }
    #page-header:before
    {
        display: none;
    }
    
    #page-content h2.title
    {
        width: 100%;
        padding: 0px;
    }
    
    #page-footer .border-right:after
    {
        display: none;
    }
    
    .xs-text-center
    {
        text-align: center;
    }
}

/*********************
        FRONT PAGE
*********************/

#section-welcome .title
{
    margin-top: 60px;
}

@media( max-width: 767px )
{
    .navbar-nav>li:not(:last-of-type):after
    {
        display: none;
    }
    .honey-types-container
    {
        margin-bottom: 20px;
    }
    
    .honey-types-container .description
    {
        transform: none;
        padding: 20px 20px;
        text-align: center;
    }
    
    .img-container
    {
        margin: auto;
        background-size: initial;
        background-repeat: no-repeat;
    }
    
    .honey-types-container .img-responsive
    {
        margin: auto;
    }
    
    .honey-toggle.hexagon
    {
        float: left;
        margin-right: 10px;
        margin: 0px 10px 10px 0px;
        position: relative;
        z-index: 1;
    }
    
    .honey-types-container .title
    {
        display: block;
        /* margin-left: 40px; */
    }
}

.fixed-social
{
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    background-color: #2b7eaf;
    padding: 10px 15px 3px;
    color: #FFF;
    z-index: 12;
}

.fixed-social:hover
{
    color: #cecece;
}
h1.title.h1-fp {
    width: 66%;
    font-size: 33px;
    padding: 0px 50px !important;
    margin: 15px 0px !important;
    text-align: center !important;
}
@media (max-width: 767px) {
    h1.title.h1-fp {
        width: 100% !important;
        padding: 0px !important;
        font-size: 28px !important;
    }
}