/* */

/*
font-family: 'Raleway', sans-serif, Arial;
font-family: 'Roboto', sans-serif, Arial;
font-family: 'Open Sans', sans-serif, Arial;
font-family: 'Roboto Condensed', sans-serif, Arial;
*/

.container {
    width: 1200px;
    margin: auto;
}
body {
    font-family: 'Raleway', sans-serif;
    background: #fff;
}
h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    padding: 50px 0;
    font-family: 'Open Sans', sans-serif, Arial;
}
h2 {
    font-family: 'Roboto Condensed', sans-serif, Arial;
    font-size: 28px;
    font-weight: bold;
}

/*  stop odrazy, clearfix - nakopírovat  */
h1,h2,h3,h4,p,ul,ol,li,body {
margin: 0;
padding: 0;
}
.clearfix:after, .clearfix:before { 
content: "";   
display: block;
clear: both;
}
*, *:after, *:before {
box-sizing: border-box;
}
a {
transition: all 0.3s ease-out; /* přechod odkazu doba */ 
}
a:hover { 
transition: all 0.3s ease-out;
}


/*  responzivní nakopírovat  */
@media screen and (max-width: 479px) {    
.container {width: 92%}
}
@media screen and (min-width: 480px) {
.container {width: 95%}
}
@media screen and (min-width: 740px) {
.container {width: 95%}
}
@media screen and (min-width: 960px) {
.container {width: 95%}
}
@media screen and (min-width: 1200px) {
.container {width: 100%}
}


/* header */


.img-tygr {
    background: url("../img/tygr1920.jpg") center center no-repeat;
    background-size: 1920px auto;
    width: 100%;
    min-height: 770px;
}
.line {
    border-top: 1px solid #fff;
    position: relative;
    top: 80px;
    z-index: 10;
}
.topline-menu ul li {
    display: inline-block;
}
.topline-menu ul li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Roboto', sans-serif, Arial;
    font-size: 20px;
    display: block;
    padding: 24px 0 0 15px;
}
.topline-menu ul li a:hover {
    color: #ccc;
    text-decoration: underline;
}
.topline-red {
    background: #ff0606;
    float: left;
    width: 27%;
}
.logo {
    background: url("../img/logoccbcervena.jpg") center center no-repeat;
    background-size: 150px auto;
    width: 150px;
    min-height: 80px;
    float: right;
    margin-right: 5px;
}


/* header - moto */


.section-moto {
    color: #fff;
    padding: 130px 0 30px 0;
    font-family: 'Roboto Condensed', sans-serif, Arial;
}
.section-moto h2 {
    font-size: 70px;
    font-weight: 700;
    padding-left: 175px;
    text-transform: uppercase;
}
.section-years {
    color: #fff;
}
.year {
    float: left;
    font-size: 110px;
    font-family: 'Roboto Condensed', sans-serif, Arial;
    font-weight: 600;
    color: #726c6c;
}
.separator {
    width: 5px;
    height: 115px;
    background: red;
    float: left;
}
#block {
    font-size: 14px;
    padding-right: 10px;
    text-transform: uppercase;
}
.textfirst {
    float: left;
    padding: 25px 0 0 30px;
    font-family: 'Roboto', sans-serif, Arial;
    font-size: 20px;
    line-height: 30px;
}
@media screen and (max-width: 900px) {    
.section-moto h2 {font-size: 5vw;}
}
@media screen and (max-width: 770px) {    
.textfirst p {font-size: 3vw;}
.year {padding-left: 25px;}
.section-black {height: 700px;}
}



/* section */


.section-service {
    padding: 70px 0 50px 0;
    background: #fafafa;
    font-size: 18px;
}
.section-service h2 {
    padding-bottom: 30px;
    text-transform: uppercase;
}
#letter {
    color: red;
}
.section-service i {
    font-size: 14px;
    padding: 4px 4px;
    background: red;
    color: #fff;
}
.section-service a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.section-service a:hover {
    color: #ccc;
}
#odst {
    padding-bottom: 20px;
}


/* section  referenc */


.section-referenc {
    padding: 40px 0;
}
.section-referenc h2 {
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0;
}


/* reference překrývání */


.containera {
  position: relative;
  width: 100%;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .7s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.middletext {
    position: absolute;
}
.containera:hover .image {
  opacity: 0.3;
}
.containera:hover .middle {
  opacity: 1;
  }
.text {
  background-color: #000;
  color: white;
  font-size: 16px;
  padding: 5px 60px;
  border-radius: 3px;
  width: 100%;
}
.text a {
    text-decoration: none;
    color: #fff;
}
.text a:hover {
    color: #000;
}
.text:hover {
   background-color: #655959; 
}
/* KONEC reference překrývání */


/* section  partners */


.section-partners {
    padding: 40px 0;
}
.section-partners h2 {
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0;
}
.section-map h2 {
    text-align: center;
    text-transform: uppercase;
    padding: 60px 0;
}
.partners-map {
    text-align: center;
}


/* footer */


.footer-kontakt {
    padding: 100px 0 50px 0;
    background: #000;
    border-top: 1px solid #fff;
}
.footer-kontakt p {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif, Arial;
}
#part {
    padding-bottom: 30px;
    font-weight: 500;
    color: #fff;
}
.gdpr {
    padding: 40px 0;
    text-align: center;
}


