/* ADAM CSS */

@import url(//fonts.googleapis.com/css?family=PT+Sans:300,400,700,400italic,700italic&subset=latin,cyrillic-ext,latin-ext,cyrillic);

.colorbox{}
.responsive_img
{
    width:100%;
    height:auto;
}
.hidden-xs {}
.visible-xs {}

html {
    position: relative;
    min-height: 100%;
}
body {
    height: 100%;
    font-family: 'PT Sans', sans-serif;
    background-attachment: fixed;
    background-color: white;
    font-size: 14px;
    /* Margin bottom by footer height */
}
/* FOOTER SETTINGS */
footer {
    background: #363636;
    color: white;
    padding: 20px 0;

    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
footer a
{
    color: white;
}
footer a:hover, footer a:focus, footer a:active
{
    color: white;
}
.contact-footer
{
    border-right: 4px solid #575757;
}
.menu-footer {
    display: block;
}
.footer-menu-col
{
    display: block;
    float: left;
    width: 20%;
}
.footer-menu-col ul {
    list-style: none;
    padding-left: 0;
    margin-top: 14px;
    font-weight: normal;
}
.footer-menu-col > a {
    border-bottom: 3px solid transparent;
    text-decoration: none;
    font-size: 18px;
    padding: 0 12px 4px 0;
}
.footer-menu-col > a:hover
{
    border-color: #FF8D17;
}
.contact-footer table img {

}

/* END FOOTER */

/* CONTACT */

section.contact
{
    display: flex;
}

.contact > div:first-child
{
    background-color: #FF9219;
}

/* END CONTACT */

/* CAROUSEL SETTINGS */
#myCarousel
{
    max-height: 500px;
    overflow: hidden;
}
.carousel-indicators
{
    bottom: 0px;
}
.carousel-indicators li
{
    width: 12px;
    height: 12px;
    border-width: 1px;
    background-color: rgba(0,0,0,0.5);
}
.carousel-indicators .active
{
    background-color: #F96A2E;
    width: 15px;
    height: 15px;
}
.carousel-inner img
{
    width: 100%;
    max-height: 500px;
}
.carousel-caption
{
    left: 0;
    right: 50%;
    padding-bottom: 30px;
}
.caption-description {
    display: inline-block;
    float: left;
    margin-top: 20px;
    font-size: 32px;
    min-width: 61%;
    text-align: left;
    background-color: rgba(50%,50%,50%, 0.8);
    padding: 10px 50px 10px 0;
    border-radius: 0 50px 50px 0;
}
.nameofcaption
{
    display: inline;
    float: left;
    min-width: 40%;
    text-align: left;
    padding: 10px 50px 10px 0;
    border-radius: 0 50px 50px 0;
    font-weight: bold;
    text-shadow: 2px 2px 1px black;
    font-size: 52px;
    background-color: rgba(249, 106, 46, 0.7);
}
.nameFIX, .descFIX
{
    position: absolute;
}

/*END CAROUSEL SETTINGS */

/* DROPDOWN MENU STYLES */
@media (min-width: 767px)
{

    a.has-submenu.highlighted
    {
        border-radius:  25px 25px 0 0;
        border-bottom-color: white !important;
    }

    .navbar-nav>li>.dropdown-menu
    {
        box-shadow: none;
        border: 2px solid #ccc;
        left: 2px !important;
    }
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus
    {
        background: #FF9219 !important;
    }

}
/* END DROPDOWN MENU STYLES */

/* GLOBAL PAGE */
.languages
{
    text-align: left;
    float: right;
    margin: 20px;
}
.languages .active
{
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
}
.popup-block
{
    opacity: 0;
}
.collapse
{
    display: block;
}

.img-max, .responsive_img
{
    width: 100%;
    height: auto;
}
.rotate-180
{
    transform: rotate(180deg);
}
.rotate-90
{
    transform: rotate(90deg);
}
.no-margin-top
{
    margin-top: 0;
}
.no-padding
{
    padding: 0;
}
.no-padding-left
{
    padding-left: 0;
}
.no-padding-right
{
    padding-right: 0;
}

.main h2.styled {
    text-align: center;
    color: #FF8C19;
    font-size: 45px;
    font-weight: bold;
}
.main h2.styled span {
    border-bottom: 5px solid #F1F1F1;
    padding: 0 0px;
}

hr.styled
{
    border-top: 5px solid #F1F1F1;
    width: 100%;

    float: left;
}
#maincontent > hr.styled
{
    margin: 0;
}
.last-news .container .news-item:last-child > hr
{
    display: none;
}
article h3 {
    font-weight: bold;
    font-size: 30px;
    color: #333;
}
.container.narrow
{
    padding: 0 60px;
}
.offer p {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
}
.offer-item
{
    width:20%;
}
.offer-item, .product-item
{
    text-align: center;
    padding: 20px 0;
}
.small
{
    padding: 0 160px !important;
    transition-duration: 0.3s;
}
.small .offer
{
    font-size: 25px !important;
    transition-duration: 0.3s;
}
.offer-item
{
    padding: 21px 40px;
}
.offer-item, .product-item
{
    cursor: pointer;
}
.offer-item a
{
    display: block;
}
.offer {
    font-size: 24px;
    font-weight: normal;
    margin: 10px 0;
    color: #333;
    display: block;
}
.btn-primary
{
    border-radius: 18px;
    background: #FF9219;
    border: 0;
    padding: 6px 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none;
}
.btn-primary:hover
{
    background-color: #575757;
}
.btn-default
{
    border-radius: 18px;
    background: #363636;
    border: 2px solid white;
    padding: 6px 20px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    text-shadow: none;
}
.offer-img
{
    position: relative;
}
.offer-img img {
    position: relative;
    border: 2px solid #F1F1F1;
    width:244px;
}
.offer-img .mask
{
    display: none;
    /*  position: absolute;
      background-image: linear-gradient(0deg, #ccc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #ff6347 100%, #ccc 50%, #ccc);
      border-radius: 50%;
      z-index: 0;
      left: 6px;
      right: 6px;
      top: -3px;
      bottom: -3px;*/
}

.offer-item:hover .offer-img img, .offer-item .offer-img img.active
{
    border-color: #FF9219;
}

.btn-back {
    font-size: 20px;
    float: left;
    color: white;
}
.btn-back:before {
    content: url('../img/b.png');
    display: table-cell;
}
.btn-back span
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.btn-back:hover
{
    cursor: pointer;
}

section.new-items
{
    background-color: #F79A4D;
    background-image: url('../img/tlo_produkty.jpg');
    background-size: cover;
    background-attachment: fixed;
}
.product-item:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.product-item > div
{
    position: absolute;
    top: 50%;
    color: white;
    transform: translateY(-50%);
}
.product-img {
    padding: 10px;
    overflow: hidden;
    height: 100%;
    left: 0;
}
h2.bordered span {
    margin: 0 auto;
    border: 2px solid white;
    color: white;
    font-size: 40px;
    padding: 2px 25px;
    border-radius: 40px;
}
section 
{
    padding: 20px 0;
}
section h2.styled, section h2.bordered
{
    text-align: center;
}
section.new-items h2
{
    margin: 20px 0 40px 0;
}
.product-img img {
    position: relative;
    border: 2px solid white;
    top: 50%;
    background-color: white;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    transform: translateY(-50%);
}
.one-item .product-img img
{
    transform: none;
    margin: 0 auto;
    top: initial;

}
.news-img img {
    border: 2px solid #ccc;
    border-radius: 20px;
}

.descblock
{
    right: 0;
    color: white;
    padding: 0;
}
.one-item .descblock h2
{
    text-align: left;
}
.margin-box
{
    margin: 20px;
    float: left;
}
.right-block img
{
    border-radius: 15%;
    border: 3px solid #F1F1F1;
}
/* END GLOBAL PAGE */

/* FAVORITE */
/* END FAVORITE */

/* FORM STYLES */
input#newsletter_email:focus {
    border-color: #EE2247;
    outline: none;
    box-shadow: inset 0px 0px 4px #EE2247;
}
input#newsletter_email {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    float: left;
    padding: 0 12px;
    margin-bottom: 10px;
}
.form-control {
    border-radius: 20px;
    height: 40px;
    box-shadow: none;
    border: 0;
    margin: 20px 0;
}
form#myform > div p {
    margin-top: 10px;
}
.form-control:focus
{
    box-shadow:inset 0 0px 5px 1px #F96A2E;
}
#contactForm_button
{
    float: right;
    margin: 0 0 20px;
}
#map
{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#myform
{
    max-width: 350px;
    box-sizing: content-box;
    margin: 0 auto;
}
#myform h2 {
    font-size: 40px;
    padding: 5px 0;
    text-align: center;
    color: white;
    border-bottom: 2px solid white;
}

::-webkit-input-placeholder {
    color: black;
    text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
    color: black;
    text-align: center;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: black;
    text-align: center;
}

:-ms-input-placeholder {  
    color: black;
    text-align: center;
}

/* END FORM STYLES */

/* HOME */
/* END HOME */

/* NEWS */
/* END NEWS */


/* Gallery */
.gallery
{
    background-color: rgb(255, 146, 25);
    margin: 20px 0;
}
.mask
{
    display: none;
}
.gallery-img {
    padding: 20px;

}
.gallery-img > div
{
    border-radius: 20px;
    border: 3px solid #F0F0F0;
    overflow: hidden;

    background-size: cover;
    background-position: top center;
    transition-duration: 0.3s;
}
.gallery-img:hover > div
{
    transform: scale(1.03);
    transition-duration: 0.3s;
}
.mask-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 60px;
    color: #fff;
    opacity: 0;
    transition-duration: 0.3s;
}
.gallery-img:hover .mask-2
{
    transition-duration: 0.3s;
    opacity: 1;
}
/* End Gallery */


/* MENU */
#menu-bar
{
    float: right;
    position: relative;
}


nav.navbar
{
    background-color: white;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
.navbar-nav>li
{
    padding: 0 2px;
}
.navbar-nav>li>a {
    font-size: 18px;
    padding: 6px 12px;
    font-weight: 400;
    border: 2px solid transparent;
    color: #333;
    border-radius: 24px;
}
.lang-3 .navbar-nav>li>a {
    font-size: 15px;
}
.nav>li>a:hover, .nav>li>a:focus, .nav>li>a.active,
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus,
.navbar-nav>li>a.has-submenu:hover:after,
.navbar-nav>li>a.active:after,
.navbar-nav>li.open>a:after
{
    text-decoration: none;
    background-color: white;
    border-color: #ccc;
}
/* END MENU */

@media (min-width: 767px)
{

}
@media (min-width: 1500px) 
{

}
@media (min-width: 1200px) and (max-width: 1499px) 
{

}
@media (min-width: 992px) and (max-width: 1199px) 
{
    .offer {
        font-size: 16px;
    }    
    .lang-3 .navbar-nav>li>a, .lang-1 .navbar-nav>li>a {
        padding: 6px;
    }
    .lang-3 .navbar-nav>li>a
    {
        font-size: 13px;
    }
    .nameofcaption
    {
        font-size: 38px;
    }
    .caption-description
    {
        font-size: 26px;
    }
    .navbar-nav>li>a
    {
        font-size: 16px;
    }
    .contact-footer table span {
        font-size: 14px !important;
    }
    .small .offer
    {
        font-size: 20px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) 
{
.offer-item, .product-item
{
    width:50%;
    text-align: center;
    padding: 20px 0;
}    
    .lang-3 .navbar-nav>li>a, .lang-1 .navbar-nav>li>a {
        padding: 6px;
    }

    .nameofcaption
    {
        font-size: 32px;
    }
    .caption-description
    {
        font-size: 22px;
    }
    .navbar-nav>li>a
    {
        font-size: 16px;
    }
    .contact-footer table span {
        font-size: 14px !important;
    }
    .offer
    {
        font-size: 20px;
    }
    .small .offer
    {
        font-size: 15px !important;
    }
    .footer-menu-col
    {
        width: 33.2%;
    }
    .descblock p {
        font-size: 10px;
    }
    .descblock h3
    {
        font-size: 15px;
    }
    h2.bordered span
    {
        font-size: 25px;
    }
    section.new-items h2
    {
        margin: 0px 0 20px 0;
    }
    .main h2.styled span
    {
        font-size: 30px;
    }
    article h3
    {
        font-size: 20px;
    }
}

@media (max-width: 767px) 
{  
.offer-item
{
    width:100%;
    text-align: center;
    padding: 20px 0;
}       
    .one-item .descblock h2
    {
        text-align: left;
    }
    .top-logo
    {
        max-width: 110px;
    }
    .nameofcaption
    {
        font-size: 32px;
    }
    .caption-description
    {
        font-size: 22px;
    }
    .navbar-nav>li>a
    {
        font-size: 16px;
        background-color: white;
        margin: 4px;
        color: #F96A2E;
        font-weight: bold;
    }
    .contact-footer table span {
        font-size: 14px !important;
    }
    .offer
    {
        font-size: 20px;
        margin: 0px;
    }
    .small .offer
    {
        font-size: 15px !important;
    }
    .footer-menu-col
    {
        width: 33.2%;
    }
    div:not(.one-item) > .descblock p {
        font-size: 14px;
        height: 96px;
        overflow: hidden;
    }
    div:not(.one-item) > .descblock h3
    {
        font-size: 18px;
        height: 40px;
    }
    h2.bordered span
    {
        font-size: 24px;
    }
    section.new-items h2
    {
        margin: 0px 0 20px 0;
    }
    .main h2.styled
    {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .main h2.styled span
    {
        padding: 3px;
    }
    .container.narrow {
        padding: 0 10px;
    }
    article h3
    {
        font-size: 20px;
    }
    .collapse
    {
        display: none;
    }

    .icon-bar {
        background: white;
        padding-top: 4px;
    }
    .offer p
    {
        font-size: 14px;
    }
    .navbar-toggle
    {
        margin: 0; 
        padding: 5px;
        background-color: #F96A2E;
        color: white;
        width: 50%;
        font-weight: bold;
        border-radius: 5px;
    }
    .navbar-toggle:not(.collapsed)
    {
        border-radius: 5px 5px 0 0 !important;
    }
    .navbar .container > div:nth-child(2)
    {
        padding: 0;
    }
    .languages
    {
        margin: 0;
    }
    .languages img
    {
        padding-top: 10px;
        max-width: 27%;
    }
    #menu
    {
        margin-top: 20px;
        padding: 0;
        padding-left: 20px;

    }

    #menu-bar {
        background-color:  #F96A2E;
        width: 100%;
        border-radius: 10px 0 10px 10px;
        max-width: 360px;
        padding: 0 15px;
    }
    .product-item:before
    {
        display: none;
    }
    .product-item
    {
        padding: 10px 0;
    }
    .product-item > div, .product-img img
    {
        position: relative;
        transform: none;
        top: initial;
    }
    .product-item > div:first-child
    {
        padding: 100% 0 0 0;
    }
    div:not(.one-item) > .product-img img
    {
        position: absolute;
        top: 0px;
        width: 95%;
        left: 0;
        right: 0;
    }
    .small
    {
        padding: 0 10px !important;
    }
    section.contact
    {
        display: block;
    }
    #map {
        position: relative;
        height: 300px;
    }
    .navbar-nav .collapsible ul.sm-nowrap > li > a
    {
        margin: 0 5px;
        border-radius: 99px;
        background: white;
        color: #F96A2E;
    }
    section.new-items
    {
        background-position: 0 !important;
    }
}
@media (min-width: 500px ) and (max-width: 767px)
{
    div:not(.one-item) > .descblock p {
        height: 60px;
    }
}
@media (max-width: 399px)
{
    div:not(.one-item)>.descblock h3
    {
        font-size: 14px;
        height: 40px;
    }
}
.one-item h2.bordered span 
{
    display: block;
}
.one-item .descblock
{
    float: left;
}
.one-item .descblock h2.bordered span
{
    border: 0;
}
.one-item .descblock h2.bordered {
    margin: 0 auto;
    text-align: center;
    border: 2px solid white;
    border-radius: 40px;
}
#backtotop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    top: initial;
    color: #333;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
    right: 20px;
    background-color: rgba(100%,100%,100%,0.5);
}