@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic&subset=latin,latin-ext);

html *, body * {
    font-size: 1em;  
    line-height: 1.4em;
}
html, body, h1, h2, h3, h4, h5, h6, input, textarea, a {
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: 300;    
}

a {
    color: #ff7200;
}
a:hover {
    color: inherit;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.text-tiny { font-size: 0.6em; } 
.text-small { font-size: 0.8em; } 
.text-medium { font-size: 1.3em; line-height: 1.3em; } 
.text-large { font-size: 2em; line-height: 1.6em; } 

.text-strong { font-weight: bold; }

.padding-vertical-small { padding-top: 15px; padding-bottom: 15px; }
.padding-vertical { padding-top: 30px; padding-bottom: 30px; }
.padding-vertical-large { padding-top: 50px; padding-bottom: 50px; }
.padding-vertical-xlarge { padding-top: 70px; padding-bottom: 70px; }

.padding-horizontal-small { padding-left: 15px; padding-right: 15px; }
.padding-horizontal { padding-left: 30px; padding-right: 30px; }
.padding-horizontal-large { padding-left: 50px; padding-right: 50px; }
.padding-horizontal-xlarge { padding-left: 70px; padding-right: 70px; }


.orange { color: #ff7200; }
.green {  color: #219066; }
.white { color: #fff; }

.bg-orange { background-color: #ff7200; color: white;}
.bg-green {  background-color: #219066; color: white;}
.bg-gray { background-color: #dadada; }
.bg-gray-dark { background-color: #424242; color: white;}
.bg-sraf {
    background: #ECECEC;
}
.sraf-line {
    display: none;
    width: 100%;
    height: 33px;
    background: transparent;
}

.container-wide {
    max-width: 1600px;
}

.btn {
    display: inline-block !important;
    margin: 50px 0 0;
    background: #26946d;
}
.btn-back {
    display: inline-block !important;
    color: white; 
}
.btn-back:hover {
    text-decoration: none;
}
.btn-back span {    
    background: #278865; /*#278865*/
    padding: 0 15px;
    float: left;
    padding: 15px 20px;
    font-size: 40px;
    line-height: 30px;   
}
.btn-back strong {    
    line-height: 30px;   
    display: inline-block;
    padding: 15px 20px;
    font-size: 24px;
    -webkit-transition: 0.3s; /* Safari */
    transition: 0.3s;
}
.btn-back:hover strong {    
    padding: 15px 25px;
}

header {
    background: #434341;
}
header a.uk-navbar-toggle {
    color: white;
    margin: 15px 0 0 15px;
    font-size: 1.6em;
}
header a.uk-navbar-toggle:hover {
    color: white;
}
header nav {
    background: #434341;
}
header nav .logo {
    background: white;
    display: block;
    float: left;
    height: 75px;
    -webkit-transition: line-height 0.3s, height 0.3s; /* Safari */
    transition: line-height 0.3s, height 0.3s;
}
header nav .logo img {
    margin: 10px 20px 0;
}

#header nav ul {      
  
}
#header nav ul li a { 
    font-size: 1.6em;
    font-weight: bold;
    color: white;
    height: 75px;
    line-height: 75px;
    padding: 0 35px;
    -webkit-transition: line-height 0.3s, height 0.3s; /* Safari */
    transition: line-height 0.3s, height 0.3s;
}
#header nav ul li a:hover { background: #515151; text-decoration: none; }
#header nav ul li.active a { background: #ff7200; }
/*
#header nav.uk-active .logo { 
    height: 43px;
    overflow: hidden;
}
#header nav.uk-active ul li a { 
    height: 43px;
    line-height: 43px;
}
*/
#header nav ul.uk-dropdown { 
    padding: 0;
    list-style-type: none;
    width: auto;
}
#header nav ul.uk-dropdown li { 
    background: #434341;
}
#header nav ul.uk-dropdown li a { 
    line-height: 30px;
    height: 30px;
    padding: 5px 10px 5px 10px;
    font-size: 1.4em;
    background: #434341;
    display: block;
    font-weight: normal;
    white-space: nowrap;
}
#header nav ul.uk-dropdown li a:hover { background: #515151; }
#header nav ul.uk-dropdown li.active a { background: #ff7200; }

#header nav #offcanvas ul li a { 
    font-size: 1.4em;
    font-weight: normal;
    height: auto;
    line-height: 1em;
    padding: 10px;
}

.cover {
    background: url('../img/home-banner-small.jpg') #ffffff no-repeat center top;
    height: 1000px;
    background-attachment: fixed;    
}
.cover .title-1,
.cover .title-2,
.cover .title-3 {
    clear: both;
    text-align: center;
    text-transform: uppercase;    
}
.cover a { color: white; }
.cover a:hover { text-decoration: none; }

.cover .title-1 div {
    float: left;
    font-size: 9em;
    line-height: 1em;
    padding: 20px 50px;
    margin: 70px 0 0;
}
.cover .title-2 div {
    float: left;
    font-size: 5em;
    line-height: 1em;
    margin: 0 0 0 170px;
    position: relative;
}
.cover .title-2 div strong {
    display: inline-block;
    margin: 20px 90px 20px 20px;
}
.cover .title-3 div {
    display: inline-block;
    font-size: 3em;
    line-height: 1em;
    padding: 20px 50px;
    margin: 60px auto 0;
}

.cover div[class^="title"] span { 
    display: block;    
    background: #b65b24; 
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    margin: auto;
}
.cover div[class^="title"] span i {  
    line-height: 2.1em;
}

.cover .overlay {
    background: rgba(0,0,0,0.7);
    padding: 50px 0 80px;
    color: white;
}
.cover .overlay h1 {
    color: #ff7200;
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 2.2em;
}
.cover .overlay ul {
    list-style-type: none;
}
.cover .overlay ul li {
    padding: 0 0 0 40px;
    position: relative;
    margin: 25px 0;
    font-weight: bold;
    font-size: 1.7em;
    white-space: nowrap;
}
.cover .overlay ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #ff7200;
    position: absolute;
    top: 0;
    left: 0;
}
.cover .overlay a {
    float: left;
    font-size: 2.8em;
    font-weight: bold;
    padding: 30px;
    margin: 80px 0 0;
    -webkit-transition: .35s; /* Safari 3.1 to 6.0 */
    transition: .35s; 
    white-space: nowrap;
}
.cover .overlay a:hover { 
    margin-left: -10px;
    margin-top: 70px;
    padding: 40px;
}
.cover .uk-slideshow{
    overflow: visible;
}

#services {
    padding: 60px 0;
}
#services h1,
#services h2
{
    font-size: 3em;
    font-weight: bold;
    color: #ff7200;
    margin: 0 0 40px;
}
#services h3 {
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
    padding: 20px 0; 
    margin: 0;
    text-transform: uppercase;
}
#services p {
    font-size: 1.9em;
    font-weight: bold; 
    line-height: 1.4em;
    padding: 10px 20px; 
}

.services {
    padding: 50px 0;
    font-size: 1.8em;
    line-height: 1.4em;
    font-weight: bold;
}
.services h1,
.services h2 {
    color: #ff7200;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0 0 26px;
}
.services p {
    margin: 0;
}
.services ul {
    list-style-type: none;
}
.services ul li {
    padding: 0 0 0 50px;
    position: relative;
    margin: 18px 0;  
    text-align: left;
}
.services ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #ff7200;
    position: absolute;
    top: 0;
    left: 0;
}
.services .uk-panel {
    background: white;
    padding: 30px 50px;
    line-height: 1.6em;
    border: #9E9E9D 1px solid;
}

.service {
    border-left: #dadada 1px solid;
    border-bottom: #dadada 1px solid;
    background: white;
}
.service a {
    color: #515151;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.3em;
}
.service a:hover { text-decoration: none }
.service h3 {
    height: 100px;
    width: 100%;
    text-align: center;
    background: #ff7200;
    color: white;
    text-transform: uppercase;
    margin: 0 !important;
}
.service h3 strong {
    font-size: 1.8rem;
    line-height: 2.5rem;
    padding: 0 10px;
}

.service .img-wrapper {
    display: block;
    overflow: hidden;
}
.service .text-wrapper {
    display: block;
    padding: 20px;
}
.service .overlay {
    background: #219066!important;
    text-align: center;
    margin: 100px 0 0;
}
.service .overlay:before {
    content: "\f05a";
    display: block;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 220px;
    margin: 170px auto 0;   
}
.service .param, 
.params .param {
    display: block;
    position: relative;
    text-align: left;
    border-top: 1px #dadada solid;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 80px;
    color: #999999;
    font-weight: 300;    
}
.params .param.odd {
    background: #ececec;
}
.params .param.odd em {
    background: #278865;
}
.params .param:last-child {
    border-bottom: 1px #dadada solid;
}

.service .param em, 
.params .param em {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #219066;
    color: white;
    width: 70px;
    text-align: center;
    font-style: normal;
    line-height: inherit;
}

.service .param:before, 
.params .param:before {
    content: '';
    display: block;
    background: #9E9E9D;
    background-repeat: no-repeat;
    background-position: center center;
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.service .param.nosnost:before, 
.params .param.nosnost:before { background-image: url('../img/ico-nosnost.gif'); }
.service .param.dosah:before, 
.params .param.dosah:before { background-image: url('../img/ico-dosah.gif'); }
.service .param.prodlouzeni:before, 
.params .param.prodlouzeni:before { background-image: url('../img/ico-prodlouzeni.gif'); }
.service .param.nosnost2:before, 
.params .param.nosnost2:before { background-image: url('../img/ico-nosnost2.gif'); }
.service .param.delka:before, 
.params .param.delka:before { background-image: url('../img/ico-delka.gif'); }
.service .param.sirka:before, 
.params .param.sirka:before { background-image: url('../img/ico-sirka.gif'); }
.service .param.kol:before, 
.params .param.kol:before { background-image: url('../img/ico-pocet-kol.gif'); }
.service .param.naprav:before, 
.params .param.naprav:before { background-image: url('../img/ico-pocet-naprav.gif'); }

.machine { padding: 70px 0; }
.machine-info { 
    padding: 50px 0; 
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    font-size: 1.7em;
    line-height: 1.6em;
}
.machine-info h2 {
    color: #ff7200; 
    font-size: 1.4em;
}
.machine-info h3 {
    display: inline-block;
    padding: 10px 15px;
}
.machine-info p {
}

.detail .image img {
    width: 100%;
}
.detail .description {
    font-size: 1.4em;
    line-height: 1.4em;
}
.detail .description table {
    width: 100%;
    border-collapse: collapse;
}
.detail .description table tr td{
    background: #26946d;
    color: white;
    padding: 7px;
    font-weight: bold;
    border: #dadada 1px solid;
}
.detail .description table tr:nth-of-type(odd) td{
    background: #278865;
}
.detail .description table tr td:first-child {
    background: #fff;
    color: #515151;
    font-weight: normal;
}
.detail .description table tr:nth-of-type(odd) td:first-child {
    background: #ececec;
}
.detail .pdf a[href$=".pdf"]{
    color: #515151;
    font-weight: bold;
}
.detail .pdf a[href$=".pdf"]:before{
    content: "\f1c1";
    display: inline-block;
    font-family: "FontAwesome";
    color: #c11a39;
    margin: 0 15px 0 0;
    font-size: 1.4em;
}
.detail a.slidernav {
    color: #9E9E9D;
    font-size: 5em;
    margin: 10px;
}
.detail a.slidernav:hover {
    color: #515151;
}

.sluzba h2 {
    font-size: 2em;
    margin: 15px 0;
}
.sluzba h3 {
    font-size: 1.7em;
    margin: 25px 0;
}
.sluzba p {
    margin: 0 0 30px;
}
.sluzba .overlay {
    background-color: #41403c;
    color: white;
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
}
.sluzba .overlay.demolice {
   background: #282828; 
}
.sluzba ul {
    list-style-type: none;
    padding: 0;
}
.sluzba ul li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #ff7200;
    margin: 0 15px 0 0;
}
#control {
    position: relative;
    z-index: 200;
}
#control li {
    padding: 0;
    border: #dadada 1px solid;
    border-left: 0;
}
#control li:first-child {  border-left: #dadada 1px solid; }
#control li:before {
    content: '';
    margin: 0;
}
#control li a {
    display: block;
    background: white;
    color: #515151;
    height: 110px;
    text-align: center;
    position: relative;
}
#control li a span {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

#control li.uk-active a,
#control li a:hover {
    color: white;
    background: #ff7200;
    text-decoration: none;
}
#control li.uk-active a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: transparent 20px solid;
    border-top: #ff7200 20px solid;
    border-bottom: none;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
}
.galerie-bg {
    padding: 10px 10px 250px;
    background: #fff;
}
.galerie-bg a {
    display: block;
    margin: 0 0 10px;
}

.video .service h3 strong {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.video .service .text-wrapper {
    font-size: 0.7em;
    line-height: 1.2em;
    font-weight: normal;
}
.video .service .overlay {
    margin: 0;
}
.video .service .overlay:before {
    content: "\f16a";    
    margin: 40px auto 0;   
    font-size: 100px;
}
.video .service .text-wrapper {    
    font-size: 1.3em;
    vertical-align: top;
}
.video .service .text-wrapper a {    
    font-size: 0.8em;
    font-weight: bold;
    color: #ff7200;
}


.contact {
    background: #212121;
    padding: 100px 0 70px;
}
.contact p {    
    font-size: 1.6em;
    text-align: center;
    line-height: 1.3em;
    margin: -20px 0 10px;
}
.contact h2 {
    font-size: 3em;
    font-weight: bold; 
    line-height: 1.3em;
    color: white;
    text-align: center;
    margin: 0 0 50px;
}
.contact h2 span {
    display: block;
    color: #ff7200;
}

.contact i {
    display: block;
    width: 70px;
    height: 70px;
    background: #ff7200;
    color: white;
    text-align: center;
    line-height: 70px;
    font-size: 3.6em;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 10;
}
.contact input,
.contact textarea {
    display: block;
    border: none;
    position: relative;   
    width: 100%;
    height: 70px;
    padding: 0 0 0 90px;
    box-sizing: border-box;
    font-size: 2em;
}
.contact textarea {
    resize: none;
    height: 155px; 
    padding-top: 15px;
    margin: 0;
}
.contact input[type=submit]{
    font-size: 3.6em;
    font-weight: bold; 
    background: #ff7200;
    color: white;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    height: 155px;
    cursor: pointer;
}
.contact .spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    color: white;    
    height: 155px;
    text-align: center;
    display: none;
}
.contact .spinner p {
    background: #ff7200;
    margin: 0 0 0 10px;
    
}
.contact .spinner i {
    background: inherit;
    margin: 42px auto 0;
    position: relative;
}
.contact .alert {
    display: none;    
}

.kontakty .contact {
    padding: 0px;
    background: none;
    font-size: 0.5em;
}
.kontakty .contact i {
    left: 35px;
}
.kontakty .button {
    width: 50%;
    text-align: center;
    position: relative;
    top: -20px;
    font-size: 0.8em;
    line-height: 5em;
    height: 70px;
}
.kontakty .button input {
    display: inline-block;
    width: auto;
    margin: auto;
    padding: 0 30px;
    height: 100%;
}
.kontakty .spinner {       
    position: static;
    height: auto;
    background: none;
    font-size: 0.8em;
}
.kontakty .spinner i {
    margin:0;   
    color: #515151;
    background: none;
    position: static;
    display: inline-block;
}

.kontakty .fast-1 {
    margin: 0px 0 0px;
    position: relative;    
    z-index: 10;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.4em;
}
.kontakty .fast-2 {    
    display: inline-block;
    padding: 25px;
    font-size: 2.2em;
    position: relative;    
    top: -5px;
    left: 25px;
}

.kontakty .adresy h2 {
    text-align: center;
    padding: 15px 0;
    font-size: 1.8em;
}
.kontakty .adresy p {
    font-size: 1.4em;
}

#map {
    width: 100%;
    height: 500px;
}

footer {
    font-size: 2em;
    background: #219066;
    color: white;
    padding: 20px 0;
}
footer a {
  color: white;
}
footer a:hover {
  color: #7ed6b4;
  
}
@media (max-width: 768px) {
    header nav .logo {        
        display: block;
        float: left;
        width: 70%;
        max-width: 350px;
        height: auto;
        -webkit-transition: line-height 0.3s, height 0.3s; /* Safari */
        transition: line-height 0.3s, height 0.3s;
        text-align: center;
    }
    header nav .logo img {        
        width: 90%;
        margin: 5px auto;      
    }
    
    .cover {
        height: auto;
    }
    .cover .title-1,
    .cover .title-2,
    .cover .title-3 {
        font-size: 0.3em  
    }
    .cover .title-1 div {        
        float: none;
        margin: 30px 0 0;
    }
    .cover .title-2 div {
        float: none;
        margin: 0px;        
    }
    .cover .title-3 div {        
        font-size: 4em;
        margin: 30px auto 20px;
    }
    .cover .overlay {
        padding: 5px 0;
        position: relative !important;
        font-size: 0.6em;
    }
    .cover .overlay a {
        margin: 5px 0;
    }
    .cover .overlay a:hover {
        margin: 5px 0;
    }
    .cover .overlay ul li {
        margin: 5px 0;
    }
    .cover .overlay * {        
        white-space: normal!important;
    }
    
    .btn-back span {    
        display: none;
    }
}
@media (min-width: 480px) {
    .skewx {
    display: block;
    -ms-transform: skewX(-15deg); /* IE 9 */
    -webkit-transform: skewX(-15deg); /* Safari */
    transform: skewX(-15deg);    
    }
    .skewx > * {
        display: block;
        -ms-transform: skewX(15deg); /* IE 9 */
        -webkit-transform: skewX(15deg); /* Safari */
        transform: skewX(15deg); 
        line-height: inherit;
    }
    
    .bg-sraf {        
        background-image: url('../img/pozadi8x30.gif');
        background-repeat: repeat;
        background-position: left top;
    }
    .sraf-line {       
        background-image: url('../img/sraf53x33.png');
        background-repeat: repeat-x;
        background-position: center top;
        display: block;
    }
    .cover {      
        background-image: url('../img/home-banner.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }
    .sluzba .overlay.demolice {
        background-image: url('../img/demolice-banner.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }
    .galerie-bg {                
        background-image: url('../img/galerie-pozadi.jpg');
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .contact {              
        background-image: url('../img/kontakt-banner.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }
 
}

@media (min-width: 960px) {
    .machine-info {         
        background-image: url('../img/ac700-pozadi.jpg');
        background-position: 140% 50px;
        min-height: 1775px;
    }   
}
@media (min-width: 1600px) {
    .machine-info {                 
        background-position: 95% 50px;
    }   
}
