/* CSS Document */

i.fa-clr-regular {
  color: #333; }
i.fa-clr-regular:hover {
  color: #fff; }

.row i {
  color: #333; }

.rd-medal {
  background: #333; }
  .rd-medal span {
    color: #333; }
  .rd-medal:hover {
    background: #ff0000; }
    .rd-medal:hover span {
      color: #fff; }     

.rd-medal-red {
  background: #a42222; }
  .rd-medal span {
    color: #333; }
  .rd-medal:hover {
    background: #ff0000; }
    .rd-medal:hover span {
      color: #fff; }     

.rd-medal i {
  color: #fff; }
.rd-medal:hover i {
  color: #fff; }
  
  .cap-title {
  color: #a42222 /*  de3627 a42222 da251d*/; }

.e-bg-red {
  background-color: #a42222; }

.font-clr-white {
  color: #fff; }

.btn-gr, .btn-rd {
    font-style: normal;
    font-family: "Oxygen", sans-serif;
}

.btn-rd {
background: #a42222;}

  .btn-wh:hover, .btn-gr:hover, .btn-gr:active, .btn-rd:hover, .btn-rd:active  {
    background: #ff0000; font-family: "Oxygen", sans-serif;}

.btn-gr i, .btn-rd i {
  color: #fff;}

  .btn-default:focus  {
    background: #505050;}

.port-filter ul li a {
  position: relative;
  padding: 6px 18px;
  margin-right: 1px;
  font-family: Novecentosanswide-Medium, sans-serif;
  font-size: 21px;
  font-style: normal;
  color: red /*#333*/;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out; }
  .port-filter ul li a:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -8px;
    bottom: -8px;
    left: 50%; }

.e-block {
    padding: 50px 0 50px 0;
}

select {
    width: 100%;
    border-radius: 0;
    font: 12px/1.6 "Oxygen", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}    

input[type="file"], select {
    padding: 6px 10px;
    border: 1px solid #666;
}    

input[type="file"], input[type="text"],  textarea, select {
    color: #333;
}    

.filtr-form input, .filtr-form textarea, .filtr-form select, .filtr-form input[type="text"] {
    display: inline;
    width: auto;
    border-radius: 0;
    font: 12px/1.6 "Oxygen", sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: 15px;
}

.filtr-form button {
    margin-right: 15px;
    margin-left: 15px;
}

.infoframe {
  margin: 20px auto;
  background: #e8e8e8;
  padding: 10px 6px;
  font-size: 12px;
}

.font-page-navig {
  font-size: 40px;
  font-weight: bold;
  color:#333;
}

a.font-page-navig:hover, .infoblock a:hover {
  color:#ff0000;
  text-decoration:underline;}

a.font-page-navig, .infoblock a {
  color:#a42222;
  text-decoration:underline;
}
a.btn, a.btn:hover  {
  text-decoration:none;}


.navig-baloon {
    display: inline-block;
    background: #333;
    height: 44px;
    width: 44px;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    margin: 6px 8px 24px 8px;
}


.gm-toggle-link {
  color: white;
}
.gm-toggle-link:hover {
  color: white;
  text-decoration:none;
} 

#footer .footer-icon {
  margin-right:10px;
  width: auto;
}

#footer .addr-text {
    width: auto;
    float: left;
}

.e-bg-red a, .e-bg-red a:hover, .e-bg-red a:focus, .e-bg-red a:active {
  color: #fff;
  
}

#gm-panel2, #gm-panel3 {
  width: 100%;
  background: #eeeeee;
  text-align: center;
  /*z-index: 9;*/
  bottom: 300px;
  display: none; }   

.infoblock li {
	list-style: none;
}
.souhlas li {
    list-style: disc outside;

} 

.highlight {
color:#a42222;
}
