body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.navbar {
    background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 10px 56px -13px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 56px -13px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 56px -13px rgba(0,0,0,0.3);
}

.top-margin {
    margin-top:60px;
}

#header_logo {
    background-image: url('../images/header-logo.png');
    width: 40px;
    height: 40px;
    position: relative;
    top: -9px;
}

h2.sekcia {
    border-bottom: 4px solid #8f7097;
    text-transform: uppercase;
    margin-top:50px;
    margin-bottom: 20px;
}

h3.sekcia {
    width:100%;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0px;
}

.rychla_navigacia_box {
    margin-bottom: 50px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #8f7097;
    cursor: inherit;
    display: block;
}

.div-label {
  display: inline-block;
  font-size: 10px;
  color:white;
  background-color: #8f7097;
  padding: 2px 6px;
}

.div-value {
  margin-top: 2px;
}

.mapa_table {
  color: black;
  width:100%;
}

.tdA { background-color: #e77817; width: 16%; text-align: center; }
.tdB { background-color: #fff500; width: 16%; text-align: center; }
.tdC { background-color: #00923f; width: 16%; text-align: center; }
.tdD { background-color: #0093dd; width: 16%; text-align: center; }
.tdE { background-color: #da251d; width: 16%; text-align: center; }
.td0 { background-color: #dededd; width: 20%; text-align: center; }

.tdCN1 { background-color: #dededd; text-align: center; padding: 8px; }
.tdCN2 { background-color: #b6b6b6; text-align: center; padding: 8px; }
.tdCN3 { background-color: #bab3d6; text-align: center; padding: 8px; }
.tdCN4 { background-color: #9c97b2; text-align: center; padding: 8px; }

.tdA2 { background-color: #ad5a11; height: 10px; }
.tdB2 { background-color: #bfb800; height: 10px; }
.tdC2 { background-color: #006d2f; height: 10px; }
.tdD2 { background-color: #006ea6; height: 10px; }
.tdE2 { background-color: #a31c16; height: 10px; }
.td02 { background-color: #a6a6a6; height: 10px; }

.tdCN1 { background-color: #dededd; text-align: center; padding: 8px; }
.tdCN2 { background-color: #b6b6b6; text-align: center; padding: 8px; }
.tdCN3 { background-color: #bab3d6; text-align: center; padding: 8px; }
.tdCN4 { background-color: #9c97b2; text-align: center; padding: 8px; }

.tdT { margin: 5px; font-weight: bold; }

.separator {
    width:1px;
    border-left: 1px solid black;
}

.nav li a:hover {
    color: #8f7097 !important;
    background-color: #f8f8f8 !important;
}

#topNav {
    border-bottom: 4px solid #8f7097;
}

.footer-block {
    margin-top: 100px;
}

.medzera {
    height: 60px;
}

.footer-text {
    color: #595959;
}

.nadpis-box {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

.nadpis {
  padding: 20px 40px;
  background:rgba(255,255,255,0.5);
  font-size: 60px;
  margin:0px auto;
  display: inline-block;
  text-transform: uppercase;
}

a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

.card {
  width:100%;
}

.card-header {
  background-color: #f5f5f5;
}

.card-header .btn-link {
  color: #8f7097 !important;
}

.card-header .btn-link:hover {
  color: #7ab642;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.card-header .btn-link:focus {
  outline: 0;
}

.span_label {
    color: #8f7097;
    text-transform: uppercase;
    font-weight: bold;
}

.box-block {
    width: 100%;
    height:8px;
    background-color: #8f7097;
    margin-top:3px;
    margin-bottom:9px;
}

.footer-col a, .footer-col {
    color: #595959;
}

.viac {
    text-align: right;
}

.a_viac {
    color: #8f7097;
    text-decoration: underline;
}

.a_viac:hover {
    color: #7ab642;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.a_btn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #8f7097;
  color: white;
  font-size: 16px;
}

.a_btn:hover {
  background-color: #7ab642;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  color: white;
  text-decoration: none;
}

.cap1 {
    font-weight: bold;
    color: #7ab642;
}

ul li {
    margin-top: 6px;
    margin-bottom: 6px;
}

.main-a-btn {
    display: inline-block;
    padding:10px 20px;
    background-color: #8f7097;
    color: white;
    font-size: 18px;
}

.main-a-btn:hover {
    background-color: #7ab642;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: white;
    text-decoration: none;
}

.green-a-btn {
    display: inline-block;
    padding:10px 20px;
    background-color: #7ab642;
    color: white;
    font-size: 18px;
}

.green-a-btn:hover {
    background-color: #5b8831;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: white;
    text-decoration: none;
}

.green-box {
  padding:16px 16px;
  margin: 8px 0px;
  border: 1px solid #7ab642;
  color: #7ab642;
}

.red-box {
  padding:16px 16px;
  margin: 8px 0px;
  border: 1px solid #8f7097;
  color: #8f7097;
}

.silver-box {
  padding:16px 16px;
  margin: 8px 0px;
  border: 1px solid silver;
  color: silver;
}

.silver-box .div-label {
  color:white;
  background-color: silver;
}

.uhradit-btn {
  font-size: 30px;
  padding: 16px 32px;
}

.faktura-btn {
  font-size: 30px;
  padding: 16px 32px;
}

.line {
    width: 100%;
    border-bottom: 1px solid #8f7097;
    margin-top: 30px;
}

.hidden {
      display: none;
  }

.copyright {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;

}

.a-btn {
    display: inline-block;
    padding:10px 20px;
    background-color: #9c122a;
    color: white;
    font-size: 24px;
}

.a-btn:hover {
    background-color: #6d0d1d;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: white;
    text-decoration: none;
}

.head-text {
    color: white;
    font-size: 48px;
    font-weight: bold;
}

section#two {
    background-color: #f2f2f2;
}

.uvod_blok {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #8f7097;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.mtB {
  margin-top:50px;
}




.big_h1 {
/*    font-family: 'Russo One', sans-serif;*/
    font-size: 56px;
    padding-top: 80px;
    padding-bottom: 50px;
    border-bottom: 1px #8f7097 solid;
    margin-bottom: 20px;

}

.big2_h1 {
/*    font-family: 'Russo One', sans-serif;*/
    font-size: 56px;
    padding-top: 80px;
    padding-bottom: 50px;
}

.teaser_h2 {
/*    font-family: 'Russo One', sans-serif;*/
    font-size: 28px;
    color: #8f7097;
    padding-bottom: 20px;
}

.popis {
    padding-bottom: 50px;
    border-bottom: 1px #8f7097 solid;
    margin-bottom: 50px;
    color: #8f7097;
    font-size: 18px;
}

#prepinac-tab a {
    text-decoration: none;
}

#prepinac-tab a:hover {
    text-decoration: none;
    background-color: #420014;
    color: white;
}

.tab_button {
    display:inline-block;
    min-width: 300px;
    padding:10px;
    background-color: white;
    color: #8f7097;
    border: 1px #8f7097 solid;
    margin:15px;
}

.doplnky_button {
    display:inline-block;
    padding:10px;
    background-color: white;
    color: #8f7097;
    border: 1px #8f7097 solid;
    margin:8px 8px;
    text-decoration: none;
    background-color: white;
    color: #8f7097;
}

.btn_selected {
    background-color: #8f7097 !important;
    color: white !important;
}

.doplnky-kategorie a {
    text-decoration: none;
}

.doplnky-kategorie {
    width:100%;
    text-align: center;
    color: #8f7097;
}

.doplnky-caption {
    text-align: center;
    margin-bottom: 15px;
}

.ciara {
    width: 100%;
    margin-top: 20px;
    height: 1px;
    border-top: 1px #8f7097 solid;
    margin-bottom: 20px;

}

.doplnky_button:hover {
    text-decoration: none;
    background-color: #8f7097;
    color: white;
}

.selected_button {
    background-color: #8f7097;
    color: white !important;
}

.produkt_box {
    border: 1px white solid;
    margin:6px;
}

.produkt_box:hover {
    border: 1px #dedede solid;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.produkt_box a {
    display: inline-block;
    padding:10px;
    background-color: white;
    color: #8f7097;
    border: 1px #8f7097 solid;
    margin:8px auto;
    text-decoration: none;
    background-color: white;
    color: #8f7097;
}

.produkt_box .pb_image {
    height: 200px;
}

.produkt_box .pb_image img {
    margin: 5px auto;
    height: 100%;
}

.produkt_box .pb_nazov {
    height: 45px;
}

.produkt_box .pb_nazov h3 {
    font-size: 18px;
}

.produkt_box .pb_cena {
    height: 60px;
    font-size: 40px;
    font-weight: bold;
}

.produkt_box .pb_akcia {
    height: 60px;
}

.produkt_box a:hover {
    text-decoration: none;
    background-color: #8f7097;
    color: white;
}

.produkt_popis {
    color: #8f7097;
}

.spec_h3 {
/*    font-family: 'Russo One', sans-serif;*/
    font-size: 22px;
    color: #8f7097;
    padding-bottom: 8px;
}

.row_velkosti {
    margin-left: 0px;
}

.velkost {
    display: inline-block;
    margin:5px;
    padding:8px 16px;
    background-color: #f2f2f2;
    border: 1px #dedede solid;
    cursor: pointer;
}

.velkost:hover {
    border: 1px #8f7097 solid;
}

.velkost_ooo {
    display: inline-block;
    margin:5px;
    padding:8px 16px;
    background-color: white;
    border: 1px #dedede solid;
    color: #dedede;
}

.pocet {
    display: inline-block;
    margin:5px;
    padding:8px 16px;
    background-color: white;
    border: 1px #dedede solid;
    color: #8f7097;
}

a.objednat-doplnok-btn {
    display: inline-block;
    padding:10px;
    background-color: white;
    color: #8f7097;
    border: 1px #8f7097 solid;
    margin:8px auto;
    text-decoration: none;
    background-color: white;
    color: #8f7097;
}

a.objednat-doplnok-btn:hover {
    text-decoration: none;
    background-color: #8f7097;
    color: white;
}

.pocet-action {
    display: inline-block;
    cursor: pointer;
    position:relative;
    top:7px;
}

.pocet-action:hover {
    color: #420014;
}

.doplnok-cena {
    font-size: 22px;
    font-weight: bold;
}

.velkost_selected {
    background-color: #8f7097;
    color: white;
}

.model-cena {
    position:absolute;
    top:10px;
    right:18px;
    z-index:100;
    color: #8f7097;
    text-align: right;
}

.model-cena-hodnota {
    font-weight: bold;
}

.c-on {
    display:block;
}

.c-off {
    display:none;
}

.img-spec {
    margin:0px auto;
}

.spec-detail .row {
    margin-bottom: 6px;
}

.specifikacia-popis {
    color: #222222;
    font-weight: normal;
    font-size: 16px;
}

.specifikacia-hodnota {
    color: #222222;
    font-weight: bold;
    font-size: 16px;
}

.moto_h2 {
/*    font-family: 'Russo One', sans-serif;*/
    font-size: 28px;
    margin:0px;
    padding:20px 0px 0px 0px;
}
.cena_h3 {
/*    font-family: 'Russo One', sans-serif;*/
    font-size: 18px;
    color: #8f7097;
    margin:0px;
    padding:0px 0px 20px 0px;
}

.page_caption {
/*    font-family: 'Russo One', sans-serif;*/
    font-size: 64px;
    color:white;
}

.default-text {
    color: #ababab;
}

.model-chooser {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    cursor: pointer;
    display: inline-block;
    margin: 8px;
}

.mb-image {
    padding-bottom: 40px;
}

.mb-image-box {
    display: inline-block;
    position: relative;
}

.mb-image-box img {
    border: 1px #dedede solid;
}

.mb-ponuka {
    padding-bottom: 15px;
}

.mb-tag-nazov-over {
    padding-bottom: 10px;
    color: silver;
/*    font-family: 'Russo One', sans-serif;*/
}

.mb-tag-nazov-selected {
    padding-bottom: 10px;
    color: #8f7097;
/*    font-family: 'Russo One', sans-serif;*/
    font-size: 24px;
}

.tag_selected {
    border: 1px #dedede solid;
    display:inline-block;
}

.tag_unselected {
    border: 1px white solid;
    display:inline-block;
}

.selected_model {
    display:inline-block;
}

.unselected_model {
    display:none;
}

.model-indian-red {
    background-color: #712225;
    border: #712225 solid 10px;
}

.model-black-titanium {
    background-color: #ADAEA8;
    border: #0B0B0D solid 10px;
}

.model-thunder-black {
    background-color: #222222;
    border: #222222 solid 10px;
}

.model-bronze {
    background-color: #4F4232;
    border: #4F4232 solid 10px;
}

.model-blue-white-red {
    background-color: white;
    border: #142274 solid 10px;
}

.model-green-ivory {
    background-color: #ECE6D6;
    border: #6B9D6D solid 10px;
}

.model-burgundy-metalic {
    background-color: #4E0611;
    border: #4E0611 solid 10px;
}

.model-metalic-jade {
    background-color: #003F37;
    border: #003F37 solid 10px;
}

.model-black-smoke {
    background-color: #2F3131;
    border: #2F3131 solid 10px;
}

.model-bronze-smoke {
    background-color: #615D53;
    border: #615D53 solid 10px;
}

.model-silver-vogue {
    background-color: #898A8A;
    border: #898A8A solid 10px;
}

.model-steel-gray {
    background-color: #454449;
    border: #454449 solid 10px;
}

.model-blue-white {
    background-color: #DFE3E2;
    border: #028FBC solid 10px;
}

.model-silver-black {
    background-color: #040404;
    border: #707175 solid 10px;
}

.model-star-silver {
    background-color: #6C6E6C;
    border: #6C6E6C solid 10px;
}

.model-steel-burgundy {
    background-color: #3F2123;
    border: #36353B solid 10px;
}

.model-jade-thunder-black {
    background-color: #37383C;
    border: #003632 solid 10px;
}

.model-red {
    background-color: #751C1E;
    border: #751C1E solid 10px;
}

.model-matte-silver {
    background-color: #707271;
    border: #707271 solid 10px;
}

.model-black {
    background-color: #080808;
    border: #080808 solid 10px;
}

.model-briliant-blue {
    background-color: #063E4F;
    border: #063E4F solid 10px;
}

.model-thunder-black-graphic {
    background-color: #222222;
    border: #6D6E72 solid 10px;
}

.model-bronze-smoke-graphic {
    background-color: #51493C;
    border: #6D6E72 solid 10px;
}

.model-white-smoke {
    background-color: #B4C0C0;
    border: #B4C0C0 solid 10px;
}

.model-bronze-thunder-black {
    background-color: #222222;
    border: #433C34 solid 10px;
}

.model-white-silver {
    background-color: #FCFEFD;
    border: #8F8F8F solid 10px;
}

.model-cobalt-black {
    background-color: #343434;
    border: #283385 solid 10px;
}

.model-black-hills-silver {
    background-color: #B4B6B5;
    border: #B4B6B5 solid 10px;
}

.p_text {
    color: #595959;
}

.footer-text a {
    color: #595959;
}

.tbl_kontakt td {
    vertical-align: top;
    padding-right: 8px;
}

.online-platba {
  margin-top: 20px;
}

.online-platba img {
  margin:6px;
}

.typ-osoby {
  color: #8f7097;
  margin:0px;
  padding: 0px;
  padding-bottom: 10px;
}

.input-group-addon {
  border: 1px solid #8f7097;
}

.padd-t-2 {
  padding-top: 12px;
}

.padd-b-2 {
  padding-bottom: 12px;
}

.btn-mb {
  margin-bottom:10px;
}
