/*
Theme Name: GABIONY BIAŁYSTOK
Description: GABIONY BIAŁYSTOK - strona www.
Version: 1.0
Author: arubis.pl
Author URI: http://arubis.pl
*/

* { margin: 0; padding: 0; border: none; outline: none; text-decoration: none; }

/* OGÓLNE:
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body
{
    position: relative;
    color: #333;
    font-family: 'Dosis', 'Arial', sans-serif;
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;
}

.section
{
    display: block;
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}

img
{
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 
{
    font-family: 'Dosis', 'Arial', sans-serif;
    color: #590;
}

a, a:visited { color: #590; text-decoration: none; }

a:focus { outline: none; }

a:hover { color: #590; text-decoration: none; }


/* TOP:
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#start
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: #590;
    z-index: 0;
}

#top-contact
{
    position: relative;
    width: 100%;
    height: 30px;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: rgba(0,0,0,0.5) -1px -1px 0;
    color: #fff;
    overflow: hidden;
}

    #top-contact > div
    {
        position: relative;
        padding: 0 30px;
        float: right;
        line-height: 30px;
    }

    #top-contact a { color: #fff; }

    @media (min-width: 768px) and (max-width: 991px)
    {
        #top-contact > div
        {
            float: none;
        }
    }

#top
{
    position: fixed;
    top: 0;
    border-bottom: 1px solid #eee;
    background: #fff url('images/top.gif') repeat-x center top;
    box-shadow: rgba(0,0,0,0.5) 0 0 6px;
    z-index: 10;
    transition: opacity 0.5s;
}

#top .animatepadding { padding-top: 25px; }

#top:hover { opacity: 1 !important; }

#top-logo
{
    height: 49px;
    text-align: center;
}

#top .logo
{
    display: inline-block;
    position: relative;
    top: -3px;
    height: 50px;
    width: 160px;
    background: #fff url('images/logo1.png') no-repeat center center;
}

/* TOP-ALT:
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#top-alt
{
    display: none;
    position: relative;
    height: 60px;
    top: 0;
    border-bottom: 1px solid #eee;
    text-align: center;
    background: #fff;
    /*box-shadow: rgba(0,0,0,0.5) 0 0 9px;*/
    z-index: 10;
    transition: opacity 0.5s;
}

#top-alt-logo
{
    position: fixed;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eee;
    background: #fff;
    z-index: 11;
}

#top-alt .logo
{
    display: block;
    position: relative;
    float: left;
    height: 59px;
    width: 175px;
    background: #fff url('images/logo1.png') no-repeat center center;
}

#top-alt #moremenu
{
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    float: right;
    margin: 5px 15px;
    /*border: 1px solid #eee;
    border-radius: 3px;*/
    background: #fff url('images/moremenu.png') no-repeat center center;
    cursor: pointer;
}

    @media (max-width: 768px)
    {
        #top
        {
            display: none;
        }
        
        #top-alt
        {
            display: block;
        }   
    }

/* MAIN MENU:
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#main-menu
{
    position: relative;
}

#main-menu > div
{
    position: relative;
}

#main-menu ul
{
    display: block;
    position: relative;
    float: right;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    letter-spacing: -3px;
}

#main-menu ul li
{
    display: inline-block;
    float: none;
    letter-spacing: normal;
}

#main-menu ul li > a
{
    margin: 0;
    padding: 15px 20px 17px 20px;
    font-size: 20px;
    line-height: 1;
    color: #666;
    background: #fff;
}

#main-menu ul li.active > a { /*font-weight: 700;*/ color: #590; }
#main-menu ul li.active .indicator { background-color: #590; }

#main-menu ul li .indicator
{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: transparent;
    transition: background-color 0.5s;
}

#main-menu ul li:hover .indicator
{
    background-color: #590;
}

/* Menu alternatywne: */

#top-alt-menu
{
    display: none;
    position: fixed;
    width: 100%;
    top: 60px;
    /*border-bottom: 5px solid #590;*/
    background: #fff;
    box-shadow: rgba(0,0,0,0.5) 0 12px 6px -12px;
}

#top-alt-menu.open { display: block; }

/* SLIDER:
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.slider-height { height: 520px; }
#slider
{
    position: relative;
    margin-bottom: 45px;
    /*border-bottom: 1px solid #590;*/
    background: #fff;
}

#slider-main
{
    position: relative;
}

#slider-main .slide
{
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left center;
    /*background-attachment: fixed;*/
    background-size: cover;
}

.slide-mask
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    opacity: 0.25;
    z-index: 1;
}

.slide-title
{
    position: absolute;
    margin: 0 auto;
    width: 90%;
    bottom: 60px;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);    
    transform: translateY(-50%);*/
    padding: 0 5% 0 5%;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    color: #fff;
    z-index: 2;
    text-shadow: rgba(0,0,0,0.8) 0 0 3px;
}

    /* do md */
    @media (max-width: 991px) 
    {
        #slider, #slider-main, #slider-main .slide
        {
            
        }
        
        .slide-title
        {
            
        }
    }


.slide-link
{
    display: inline-block;
    position: relative;
    top: 3px;
    width: 39px;
    height: 39px;
    margin: 0 10px;
    color: #fff;
    border: 1px solid #590;
    border-radius: 50%;
    font-weight: 300;    
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    background: #590 url('images/arrow_right.gif') no-repeat center center;
    z-index: 2;
}

.slide-link:hover
{
    border: 1px solid #33682c;
    background-color: #33682c;
}

#slider .owl-dots
{
    position: relative;
    top: 10px;
    z-index: 2;
}

#slider .owl-dot span
{
    width: 16px;
    height: 16px;
    /*background-color: #eee;*/
}

#slider .owl-dot.active span { background-color: #590; }


/* CONTENT:
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.content
{
    padding: 30px 0;
}

    .content h1 
    {
        max-width: 50%;
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 48px;
        border-bottom: 1px solid #eee;
        color: #590;
        text-transform: uppercase;
    }

        .content .columns1 h1
        {
            max-width: 100%;
        }

    .content h2 { font-size: 42px; }
    .content h3 { font-size: 36px; }
    .content h4 { font-size: 32px; }
    .content h5 { font-size: 26px; }
    .content h6 { font-size: 24px; }

    .content ul
    {
        padding-left: 15px;
        list-style-position: outside;
        list-style-image: url('images/tick.png');
        font-size: 26px;
        /*font-weight: 700;*/
    }

    .content ul li
    {
        margin: 0 30px 10px 30px;
        text-shadow: #ccc 1px 1px 0;
    }

    .content p
    {
        padding: 10px 0 10px 0;
    }

    .content a:hover { text-decoration: underline; }


.level
{
    position: relative;
    /*min-height: 320px;*/
    /*border-bottom: 1px solid #eee;*/
}

.level .container {  }

/* Standardowa galeria: */
.gallery .gallery-item
{
    padding: 15px;
}
.gallery .gallery-item img
{
    padding: 0;
    border: none !important;
    /*border: 3px solid #f5f5f5 !important;*/
}

    .gallery-item .inner-hover
    {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fff url('images/zoom.png') no-repeat center center;
        opacity: 0;
        z-index: 0;
        transition: opacity 0.5s;
    }

    .content .gallery .gallery-item .gallery-icon a { display: block; position: relative; }
    .gallery-item a:hover .inner-hover { background-color: #fff; opacity: 0.7; }


/* Galeria-OWL: */
.gallery-owl .owl-dot.active span { background-color: #590; }

/* Content slider - OWL: */
.content-slider-owl img
{
    width: auto !important;
}

.content-slider-owl .img-column img { margin: 0 auto; }
{
    width: auto !important;
}

.content-slider-owl .owl-dots
{
    position: relative;
    top: 10px;
    z-index: 2;
}

.content-slider-owl .owl-dot span
{
    width: 16px;
    height: 16px;
    /*background-color: #eee;*/
}

.content-slider-owl .owl-dot.active span { background-color: #590 !important; }

.content-slider-owl .owl-nav { margin-top: 15px !important; }

.content-slider-owl .owl-nav > div
{
    min-width: 60px;
    min-height: 40px;
    padding: 7px 7px !important;
}

.content-slider-owl .owl-nav > div:hover { background-color: #33682c !important; }

.content-slider-owl .owl-nav > .owl-prev 
{ 
    background: #590 url('images/nav_left.gif') no-repeat center center !important; 
}

.content-slider-owl .owl-nav > .owl-next 
{ 
    background: #590 url('images/nav_right.gif') no-repeat center center !important; 
}


/* FOOTER:
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#footer
{
    position: relative;
    padding: 30px 0 60px 0;
    font-size: 20px;
    text-align: center;
    border-top: 30px solid #fff; 
    border-bottom: 5px solid #590;
    background: #f5f5f5;
}

#footer .copyrights
{
    font-size: 16px;
    margin-top: 5px;
    color: #555;
}

#go-top
{
    display: inline-block;
    width: 31px;
    height: 30px;
    margin-bottom: 5px;
    border-radius: 3px;
    background: #000 url('images/arrow_top.gif') no-repeat center center;
    cursor: pointer;
    transition: background-color 0.5s;
}

    #go-top:hover { background-color: #590; }

.split
{
    position: relative;
    background: transparent;
    height: 260px;
    margin: 0 auto;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff;
    background-image: url('images/bg.jpg');    
}

.split .claim
{
    display: inline-block;
    position: relative;
    top: 48%;
    -webkit-transform: translateY(-48%);
    -ms-transform: translateY(-48%);    
    transform: translateY(-48%);  
    font-family: 'Pacifico', cursive;
    font-size: 46px;
    line-height: 1;
    text-shadow: #333 0 1px 1px;
    color: #fff;
}

.split .widgettitle { display: none; }

/* INNE:
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Ikonki: */
.icon-phone, .icon-mail, .icon-headph
{
    display: inline-block;
    position: relative;
    height: 30px;
    padding-left: 35px;
    line-height: 30px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
}

.icon-phone { background-image: url('images/icon_phone.png'); }
.icon-mail { background-image: url('images/icon_mail.png'); }
.icon-headph { background-image: url('images/icon_headph.png'); }


/* Mapa: */
#map
{
    width: 100%;
    min-height: 380px;
    margin: 30px 0;
}

/* Nowrap: */
.nowrap { white-space: nowrap; }

/* Clearfix */
.clearfix:after 
{
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}