/* Print
===========================================*/

@media print 
{
  
    @page {size: portrait}

    a[href]:after { 
        content: none !important; 
    }
    
    img[src]:after { 
        content: none !important; 
    }

    .button {
        color: #FF6600 !important;
        text-decoration: none !important;
    }

    

}

/* Obecné nastavení
===========================================*/

html {
    margin-top: 0px !important;
}

body {
    background-color: white;
    position: relative;
    margin-top: -50px;
}

.grid-container {
    max-width: 1100px;
}

/* záhlaví
===========================================*/

.header {
    padding: 20px 0 25px;
    
}

.header-border {
    padding-top: 25px;
    border-bottom: 1px solid #4F585B;
}

.header.no-padding {
    padding: 0;
}

.header h2 {
    color: #4F585B !important;
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    margin: 0;
}

/* tělo
===========================================*/

.body h2 {
    color: #FF6600 !important;
    font-weight: 500;
    line-height: 58px;
    font-size: 30px;
    margin: 0;
}

/* zápatí
===========================================*/

.svg-icon svg {
    width: 100%;
    height: auto;
}

.border-top {
    border-top: 1px solid #4F585B;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.web {
    color: #FF6600;
    font-weight: bold;
}

.social-list {
    display: none;
}

.print-only {
    display: block;
}

.desktop-only {
    display: none;
}

.mesto svg {
    display: none;
}

.service-item-wrap .arrow-service {
    display: none;
}

#header-content {
    position: relative !important;
    padding-bottom: 10px;
}

#footer-upper {
    display: none;
}

.upper-link {
    color: #FF6600 !important;
}

.single-reference a {
	text-decoration: none !important;
    outline: none !important;
}

.page-template-template-reference .reference figure,
.page-template-template-reference .reference figure img {
    height: auto !important;
    max-height: 700px !important;
}

.prod, .gr {
    display: none;
}

#footerwrap .guy {
    margin-top: 0;
    /* position: relative; */
    /* bottom: -300px; */
    z-index: 5;
}

#footerwrap:before {
    display: none;
}

#breadcrumbs-wrap {
    display: none;
}

#page-banner {
    padding-top: 20px;
}

#page-banner .entry-title {
    color: #FF6600 !important;
}

.image {
	width: 100%;
}

.print-header {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #4F585B;
    font-weight: 500;
    margin: 0;
}

.fade-in,
.slide-up, 
.slide-in, 
.slide-left, 
.slide-right {
	opacity: 1 !important;
}

.slide-up-offset,
.slide-up,
.slide-right,
.slide-left {
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
}

.guy {
    position: static;
}

.service-item ul {
    display: block !important;
}

.hometitle {
    position: static !important;
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
    left: auto !important;
    right: auto !important;
    transform: none !important;
    /* margin: auto; */
}

.service-item-wrap a {
	text-decoration: none !important;
    font-size: 14px;
    line-height: 16px;
}

.service-title {
    line-height: 1.2 !important;
    margin: 0;
    padding: 0;
}

.service-item ul li a {
    text-decoration: none !important;
    font-size: 12px;
    line-height: 14px;
}

.service-item-wrap {
    padding-left: 60px;
}

.service-item ul {
    margin-left: 60px;
}

/* .image-section {
    height: 100%;
    max-width: 500px;
} */

.footer-widget p {
    font-size: 10px;
    margin: 0 !important;
}

.footer-mal p {
    margin: 0 !important;
}


.footer-mal a {
    font-size: 10px;
    text-decoration: none;
}

.web {
    color: #FF6600 !important;
}

.print-text {
    font-size: 14px;
}

.print-logo svg {
    width: 70px;
}

.print-big {
    margin-bottom: 60px;
}

.print-big h1 {
    margin-bottom: 10px;
}

.source {
    font-size: 10px;
}


.body {
    /* height: 80vh !important; */
    height: 1000px !important;
}


