/**
 * Styles / Global
 * KonkretneStrony
 */

/*------------------------------------*\
    Main
\*------------------------------------*/

*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

html {
    position: relative;
    z-index: 1;
    height: 100%;
    background-color: #ffda4c;
}

body {
    position: relative;
    min-width: 303px;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffda4c;
    font-family: 'Open Sans';
    color: #333333;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #235177;
    text-decoration: none;
}

a:hover {
    background: none;
    color: #9cb9aa;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

/*------------------------------------*\
    Site elements
\*------------------------------------*/

.container {
    position: relative;
    width: 1248px;
}

.container-fluid {
    width: 100%;
    max-width: 1208px;
    margin: auto;
}

.center-elements::before {
    content: '\200B';
    display: inline-block;
    min-height: inherit;
    height: inherit;
    vertical-align: middle;
}

.center-elements > .inner {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.bottom-elements::before {
    content: '\200B';
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: bottom;
}

.bottom-elements .inner {
    vertical-align: bottom;
}

.text-center,
.text-center * {
    text-align: center;
}

.text-right {
    text-align: right;
}

.element-center {
    margin: auto;
    float: none;
    overflow: hidden;
}

.vcenter {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.vbottom {
    display: inline-block;
    float: none;
    vertical-align: bottom;
}

/*------------------------------------*\
    Buttons
\*------------------------------------*/

.btn {
    display: inline-block;
    height: 70px;
    padding: 0 20px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

.btn::before {
    content: '\200B';
    display: inline-block;
    min-height: inherit;
    height: inherit;
    margin-right: -5px;
    padding-right: 1px;
    vertical-align: middle;
}

.btn:hover {
    background-color: #efefef;
}

.btn-default {
    width: 100%;
}

.btn .fa {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 28px;
    color: #282528;
}

.btn .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    color: #282528;
}

.btn-orange,
.btn-orange:hover {
    background: rgb(248,126,63);
    background: -moz-linear-gradient(top,  rgba(248,126,63,1) 0%, rgba(255,94,5,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(248,126,63,1) 0%,rgba(255,94,5,1) 100%);
    background: linear-gradient(to bottom,  rgba(248,126,63,1) 0%,rgba(255,94,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87e3f', endColorstr='#ff5e05',GradientType=0 );
}

.btn-orange:hover {
    opacity: .8;
}

.btn-orange .text {
    color: #fff;
}

/* Icons */

.icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.icon-cart {
    width: 30px;
    height: 25px;
    background-image: url(../images/icon-cart.png)
}

/*------------------------------------*\
   Topbar
\*------------------------------------*/

.topbar {
    position: absolute;
    z-index: 2;
    top: 35px;
    right: 15px;
    left: 15px;
    max-width: 1240px;
    height: 93px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba( 0, 0, 0, .2 );
}

.topbar .logo {
    position: absolute;
    top: 25px;
    left: 30px;
    display: block;
}

.topbar .logo:hover {
    opacity: .8;
}

.topbar .logo span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-family: 'Source Sans Pro';
    font-size: 33px;
    font-weight: 600;
    color: #2d2d2d;
    letter-spacing: 1.2px;
}

.topbar .logo span em {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    font-family: 'Lato';
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    color: #6f6f6f;
    letter-spacing: 0;
}

.topbar .logo span em::after {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    width: 1px;
    background-color: #dbdbdb;
}

.topbar .contact {
    position: absolute;
    top: 33px;
    right: 35px;
}

.topbar .contact:hover {
    opacity: .8;
}

.topbar .contact i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #be2d3a;
}

.topbar .contact span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 700;
    color: rgba( 40, 37, 40, .6 );
    text-transform: uppercase;
}

/*------------------------------------*\
    Print
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}