<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Copyright (c)2017 
Lukas Kupka &lt;developement@ekupka.cz&gt; further as "author"
website: http://www.ekupka.cz

Below code is an intellectual property of author.
Using this code (both particulary and as a whole)
without author's agreement is stricly prohibited
and will be enforced by law.

*/
/* 
    Created on : 16.7.2017, 19:03:29
    Author     : LukĂˇĹˇ Kupka
*/

#contactFormTCCZ{
    background: #2d2d2d;
    color: silver;

}
#contactFormTCCZ h2, #contactFormTCCZ a:link{
    color:#ff6c00;
}
#contactFormTCCZ a:hover{
    color:#ff6c00;
}
.header20{
    background-color: #ff6c00;
}
.testimonial{
    background-image: url(../images/pshornicek/header.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #801300;
    padding: 0px;
}
.testimonial h2 a{
    color:white;
    text-transform: none;
}
.testimonial h2 a:hover{
    text-decoration: none;
}
.maincontent{
    background-image: url(../images/pshornicek/bg.jpg);
    background-attachment: fixed;
}
h1, h2, h3 {
    color: whitesmoke;
}
body{
    color:white;
}
.title-opacity{
    padding-top:15px;
    padding-bottom: 15px;
    margin-top:0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.6);
}
.fast-contact div{
    padding-left: 8px;
    padding-right: 8px;
    
}
.fast-contact p{
    margin-bottom: 0;
    color:#ff6c00;
    font-weight: bold;
   
}
.title-opacity-50{
     background-color: rgba(0,0,0,0.4);
}
.green-phone{
    color:#5cb85c !important;
}
.menu-button{
    color:white;
    font-weight: bold;
}
.menu-button-caret{
    border-top: 4px solid #FFF;
}
/* overrinding bootstrap carousel */
.carousel-control.left{
    background: none;
}
.carousel-control.right{
    background: none;
}
.carousel-control {
    top: 45%;
}</pre></body></html>