@font-face {
 font-family: Didot Regular;
 src: url("/fonts/Didot Regular.ttf") /* EOT file for IE */
}

body{
    font-family: 'Open Sans', sans-serif;
}
.obsah {
    padding: 45px 0px;
    min-height: 400px;
    background-color: #fff;
}
.obsah p, .obsah table, .getIn p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 28px;
}
.obsah li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 22px;
}
.paragraf {
    position: relative;
    font-size: 31px!important;
    color: #c69c6c;
    margin-top: 60px;
    line-height: 40px!important;
    margin-bottom: 45px!important;
    font-family: 'Didot Regular', sans-serif!important;
}
.paragraf:after {
    position: absolute;
    content: "“";
    top: -25px;
    left: 0px;
    color: #141414;
    font-size: 80px;
}
h1, h2, h3, h4 {
    font-family: 'Didot Regular', sans-serif!important;
}
img {
    max-width: 100%;
}
#owl-carousel-2 {
    margin: 45px auto;
}
#owl-carousel-2 .owl-item a:hover:before,#owl-carousel-2 .owl-item a:hover:after{
    display: block;
}
#owl-carousel-2 .owl-item {
    cursor: pointer;
    color: #fff;
}
#owl-carousel-2 .owl-item a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 0, 0,0.6);
    width: 100%;
    height: 100%;
    display: none;
}
#owl-carousel-2 .owl-item a:after {
    content: "\f002";
    font-family: "FontAwesome";
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    font-size: 50px;
    margin-left: -25px;
    margin-top: -25px;
    display: none;
}
.formular_kontakt .btn {
    min-width: 220px;
    padding: 14px 25px;
}
.formular_kontakt label {
    font-weight: normal;
    color: #141414;
}
.banner_top {
    margin-bottom: 0px; position: relative; top: -60px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #9f090a!important;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff!important;
}
.navbar-nav > li > a:before  {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    border-bottom: 6px solid #c69c6c;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-nav > li.active a:before  {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1!important;
    display: block;
    border-bottom: 6px solid #c69c6c;
}
.navbar-nav > li > a:hover:before, .navbar-nav > li > a:focus:before, .navbar-nav > li > a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    display: block;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#banner h2 {
    display: none;
}
.red_text {
    color: #9f090a;
    font-size: 18px!important;
    font-style: italic;
    display: table-cell;
    max-width: 640px;
    font-weight: bold;
    padding-left: 110px;
    margin:auto;
    padding-bottom: 30px;
}
.obsah h1 {
    margin: 35px auto 25px auto;
}
.obsah h3:first-letter {
    font-size: 14px;
}
#myCarousel h1 small, #myCarousel h1, #myCarousel h2{
   color: #fff!important;
   font-size: 3.2em;
   line-height: 56px;
}
#myCarousel .btn:hover {
    background-color: #8d1515!important;
}
#myCarousel p {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0px;
}
.transparent {
    background-color: transparent!important;
    border: 1px solid #fff!important;
    color: #fff!important;
}
#nase-dalsi-sluzby h2 {
    text-align: center;
}
.hledate_typ {
    margin: 85px auto 40px auto;
}
.breadcrumb .fa {
    font-size: 1.6em;
}
#overview h1, #overview h2 {
    color: #141414!important;
    margin-bottom: 25px;
}
.obal_specifikace {
    height: 462px;
    background-color: #fff;
}
.obal_specifikace table {
    margin-bottom: 55px;
}
.obal_specifikace h3 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.load_detail {
    background-color: #f2f2f2;
    padding: 15px;
    display: none;
    margin-top: 45px;
}
#map_canvas {
    width: 100%;
    height: 550px;
}
.categorie .btn-primary {
    background-color: #9f090a;
    border-color: #9f090a;
    color: #fff;
}
.categorie ul {
    padding: 0px 10px;
}
.categorie li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    line-height: 26px;
}
.categorie li:before {
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 0.45em;
    margin-right: 10px;
    padding-top: 0px;
    color: #9f090a;
    position: absolute;
    left: 5px;
    top: 1px;
}
.categorie p {
    text-align: justify;
}
.subcat {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 155px;
    margin-bottom: 35px;
    background-size: cover;
    position: relative;
}
.prod_klik {
    cursor: pointer;
}
.subcat:last-child {
    margin-bottom: 0px;
}
.subcat h4 {
        background-color: rgba(0,0,0,0.3);
    color: #fff;
    position: absolute;
    bottom: 0px;
    font-weight: normal;
    width: 100%;
    margin: 0px;
    padding: 6px 0px;
    text-align: center;
}
.btn-gerlor {
    background: #018997!important;
    border-color: #fff!important;
}
.products {
    margin: 0px auto 55px auto;
    position: relative;
    z-index: 9;
}
.icon-protect {
    margin: auto;
    text-align: center;
}
.icon-protect img {
    display: inline-block;
    text-align: center;
    max-width: 100%;
    margin: 55px auto 35px auto;
}
.products .col-xs-12 {
    padding-left: 7.5px!important;
    padding-right: 7.5px!important;
}
.products p {
    margin-bottom: 45px;
}
.products h2 {
    position: relative;
    margin-bottom: 55px;
    color: #141414;
}
.carousel-caption h1:after {
    content: "";
    height: 5px;
    width: 225px;
    left: 0;
    background-color: #c69c6c;
    position: absolute;
    bottom: -30px;
}
.products h2:after {
    content: "";
    height: 5px;
    width: 125px;
    background-color: #c69c6c;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -62.5px;
}
.products_kat {
    padding: 45px 0px;
}
.padding-top-bottom {
    padding: 15px 0px;
}
.pull-right-max {
    padding: 20px 15px 0px 0px;
    display: block;
}
.pull-right-max-lg {
    width: 100%;
    margin: 5px auto!important;
    text-align: center;
}
.pull-right-max-lg td {
    padding: 5px 0px;
}
.pull-right-max .fa {
    color: #e4293a;
}
.pull-right-max .fa-inverse:before {
    color: #fff;
}
#kontakt .col-sm-4 {
    margin: auto;
    text-align: center;
}
#kontakt .fa {
    text-align: center;
    font-size: 4.5em;
    color: #c69c6c;
    margin-bottom: 30px;
}
#kontakt table {
    text-align: left;
    max-width: 280px;
    margin: 0px auto 35px auto;
}
.pull-right-max td {
    padding-right: 25px;
}
.pull-right-max td:last-child {
    padding-right: 0px;
}
.index {
    background-position: top center;
    background-repeat: no-repeat;
}
.proc .col-sm-6{
    background-color: #fff;
}
.proc {
    color: #141414;
    background-color: #fff;
}
.proc h3 {
    margin-bottom: 45px;
    line-height: 32px;
}
.no-index {
    background-image: url('/jpg/galerie/velky/1_header.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pruh_button {
    margin-top: 57px;
    float: right;
}
.btn-muj {
   background-color: #9f090a;
   color: #fff;
   float: right;
   border-radius: 15px;
   font-size: 1.2em!important;
   padding: 12px 35px 12px 35px;
}
.btn-muj:hover {
    color: #fff!important;
}
.pruh_button p {
    color: #fff;
}
#proc-vyuzit-nasich-sluzeb {
    position: relative;
}
.pruh_button a {
    
}
.no-index .pruh h1{
    margin: 0px auto;
    padding: 25px 0px 25px 0px;
    color: #fff;
    float: left;
    position: relative;
    font-size: 3em;
}
.no-index .pruh h1:after{
    content: "";
    background-color: #c69c6c;
    height: 6px;
    display: block;
    position: absolute;
    bottom: -10px;
    width: 220px;
}
.no-index .product_list {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.product:hover .btn, .product_list:hover .btn{
    background-color: #9f090a;
    color: #fff;
    border-color: #9f090a;
}
.product:hover:after {
    border-color: transparent transparent #fff transparent;
}
.margin-top-bottom {
    margin: 35px auto;
}
.item_getin824 img {
    margin: 20px auto;
}
.border_bottom {
        min-height: 20px;
    padding-bottom: 30px;
    margin-bottom: 35px;
    position: relative;
}
.lista_top table {
    font-size: 0.95em;
}
.bg_gray {
    background-color: #ebebeb;
}
.navbar-fixed-top .navbar-default .navbar-nav > li > a,.navbar-fixed-top .navbar-default .navbar-nav > li > a:hover, .navbar-fixed-top .navbar-default .navbar-nav > li > a:active, .navbar-fixed-top .navbar-default .navbar-nav > li > a:focus {
    color: #000!important;
}

.uvozovky {
    position: relative;
    margin: 55px auto!important;
}
.uvozovky:before {
    content: "“";
    font-size: 60px;
    position: absolute;
    top: -55px;
    left: 0px;
}
.uvozovky:after {
    content: "„";
    font-size: 60px;
    position: absolute;
    bottom: -55px;
    right: 0px;
}
.getIn h2 {
    margin-bottom: 55px;
    color: #141414;
    position: relative;
}
.getIn h2:after {
    content: "";
    height: 5px;
    width: 125px;
    background-color: #c69c6c;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -62.5px;
}
.getIn {
    padding: 50px 0px;
    margin: 0px auto 0px auto;
}
.big_img {
    min-height: 450px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.big_img h2 {
    color: #fff!important;
}
.vlajka:before {
    content: "";
    width: 70px;
    display: block;
    height: 40px;
    border: 3px solid #fff;
}
.vlajka:after {
    content: "";
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    border: 2px solid #fff;
    width: 36px;
    height: 3px;
    left: 0px;
    top: 35px;
    position: absolute;
}
.vlajka span:after {
    content: "";
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    border: 2px solid #fff;
    width: 36px;
    height: 3px;
    left: 0px;
    top: 51px;
    position: absolute;
}
.vlajka span:before {
    content: "";
    border: 2px solid #fff;
    width: 41px;
    height: 3px;
    right: 10px;
    top: 43px;
    position: absolute;
}
.obal_get table {
    font-size: 14px;
}
.ikona {
    position: relative;
    width: 80px;
    height: 75px;
    margin-bottom: 15px;
    display: inline-block;
    padding-top: 25px;
    font-size: 4em;
    line-height: 45px;
    font-weight: bold;
}
.product {
    cursor: pointer;
    padding: 0px;
    display: block;
    position: relative;
    text-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
}
.product:hover .back_ground {
    display: table;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.product:hover .outer{
    background-color: rgba(198,156,108,0.6);
}
.product:hover h3 {
    display: none;
}
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 420px;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}
.back_ground {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    position: absolute;
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    width:  calc(100% - 20px);
    display: none;
}
.product:hover h3, .product:hover p, .product:hover strong{
    color: #fff;
}
.product img {
    max-width: 100%;
    margin: 25px auto;
    text-align: center;
}
.margin-bottom {
    margin-bottom: 30px;
}
.g-recaptcha, .g-recaptcha div {
    text-align: center;
    margin: auto;
}
.sortiment {
    margin: 0px;
    padding: 0px;
}
.sortiment li {
    list-style: none;
    padding: 0px 0px 15px 0px;
}
.sortiment a {
    color: #e3e3e3;
    font-size: 11px;
    text-transform: uppercase;
}
.product strong {
    color: #ff0000;
    display: inline-block;
    margin-bottom: 35px;
    font-size: 1.4em;
}
.product h3{
    color: #fff;
    font-size: 1.4em;
    padding: 0px 15px;
    text-align: center;
    line-height: 28px;
}
#back-top {
position: fixed;
bottom: 15px;
left: 15px;
z-index: 9999;
display: none;
border: 1px solid #3b3b3b;
background-color: #22202b;
height: 50px;
}
#back-top a {
width: 50px;
display: block;
text-align: center;
text-decoration: none;
color: #3b3b3b;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#back-top span {
width: 50px;
height: 50px;
display: block;
margin-bottom: 7px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#back-top i {
font-size: 1.8em;
padding-top: 9px;
}
.instagram {
    width: 100%;
    display: table;
}
.instagram p {
    margin-bottom: 17px;
}
.instagram .fa {
    color: #afa276;
}
.instagram a {
    font-size: 11px;
    padding-top: 5px;
    padding-left: 10px;
    display: inline-block;
    color: #fff;
}
.instagram a:hover, .sortiment a:hover {
    color: #afa276;
}
.sortiment a {
    padding-left: 10px;
}
.sortiment .fa {
    color: #afa276;
    font-size: 8px;
}
.sortiment_fa li{
    display: inline-block;
    list-style: none;
    font-size: 22px;
}
.sortiment_fa a {
    padding: 10px;
    color: #afa276;
}
.fa-stack {
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
}
.fa-stack-2x {
    font-size: 2.4em;
}
.obal_img_insta {
    overflow: hidden;
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
    margin-right: 7px;
    float: left;
    position: relative;
}
.obal_img_insta a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    display: table;
}
.item_getin836 h2 {
    color: #3c3c3c!important;
}
.obal_nabizime {
    margin: 30px auto;
    border: 1px solid #efefef;
    padding: 30px 25px 45px 25px;
}
.obal_nabizime h3 {
    text-transform: uppercase;
    padding: 0px 0px 15px 0px;
}
.copy_bottom {
    padding: 20px 0px;
    color: #fff;
    background-color: #141414;
    text-align: center;
}
.copy_bottom a {
    color: #fff;
}
.copy_bottom p {
    margin: 0px;
    padding: 0px;
}
.copyright {
    padding: 55px 0px;
    color: #fff;
    background-color: #191919;
}
#nase-reference {
    padding-bottom: 80px!important;
}
.copyright .text-justify {
    color: #fff;
    padding: 25px 45px 25px 0px;
    font-size: 0.8em;
}
.copyright_bottom p {
    padding-top: 15px;
}
.copyright_bottom a {
    color: #fff;
}
.copyright h3 {
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #ff0000;
}
.product p {
    padding: 10px;
    height: 100%;
    font-size: 16px;
    overflow: hidden;
    border: 1px solid #fff;
    display: table-cell;
    vertical-align: middle;
}
.product_list p {
    max-height: 90px;
    min-height: 90px;
    overflow: hidden;
}
.product .btn {
    margin: auto;
    font-weight: normal;
    min-width: 55%;
    padding: 5px 15px;
}
.people_say {
    text-align: left;
    max-width: 430px;
}
.people_say p {
    position: relative;
    margin-top: 45px;
}
.people_say p:before {
    content: "“";
    font-size: 80px;
    position: absolute;
    top: -25px;
    font-family: 'Didot Regular', sans-serif!important;
    left: 0px;
    color: #141414;
}
.people_say h3 {
    display: table;
    font-size: 1.3em;
    padding-top: 10px;
    margin-bottom: 0px;
}
.item_owl a {
    color: #fff;
}
.product .obal, .product_list .obal, .item_owl .obal {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 200px;
    display: block;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
    
}
.ehover12 {
    background: #9f090a;
}
.hover {
    float: left;
    position: relative;
    cursor: pointer;
}
.hover .overlay {
    position: absolute;
    top: 0;
    left: 0;
}
.ehover12 h2 {
    position: relative;
    overflow: hidden;
    padding: .5em 0;
    background-color: transparent;
}
.owl-item h3 a {
    color: #fff;
}
.hover h2 {
    position: relative;
    font-size: 17px;
    padding: 10px;
    opacity: 0;
}
.ehover12 h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.ehover11 .overlay::before, .ehover12 h2::after, .ehover7 .overlay::before {
    content: '';
}
.hover h2 {
    color: #fff;
}
.ehover12:hover h2 {
    opacity: 1;
}
.ehover12:hover img {
    opacity: .4;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.ehover12:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.hover {
    max-height: 250px;
    margin-bottom: 15px;
}
.hover, .hover .overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ehover12 img {
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hover img {
    display: block;
    position: relative;
}
.ehover12 .overlay {
    padding: 50px 20px;
}
.item_owl h3 {
    font-size: 1.4em;
    font-weight: normal;
}
.all_obal {
    background-color: #fff;
    display: block;
}
.all_obal .back_ground {
    padding: 0px 15px 30px 15px;
    display: block;
}
.all_obal h3 {
    font-size: 1.2em;
    min-height: 55px;
    max-height: 55px;
    padding: 0px 15px;
    overflow: hidden;
    
}
.pointy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.point {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
}
.pobocka {
    width: 450px;
    max-width: 100%;
    border: 1px solid #000;
    padding: 15px;
    background-color: #fff;
    display: none;
    position: fixed;
    top: 50%;
    z-index: 999;
    left: 50%;
    margin-left: -225px;
    margin-top: -155px;
}
.pobocka .close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.item_getin816 .pobocky a {
    cursor: pointer;
}
.pribram {
    left: 27.2%;
    top: 53.6%;
}
.budejovice {
    left: 32.5%;
    top: 84.7%;
}
.decin {
    left: 31.1%;
    top: 13.9%;
}
.kyjov {
    left: 72.8%;
    top: 76%;
    
}
.milevsko {
    left: 34.2%;
    top: 63.1%;
}
.boleslav {
    left: 40%;
    top: 32.5%;
}
.pardubice {
    left: 55%;
    top: 39.2%;
}
.praha7 {
    left: 33.35%;
    top: 36.4%;    
}
.svatoborice {
    left: 70.3%;
    top: 78%;
}
.trutnov {
    left: 52.6%;
    top: 20.6%;
}

.ia-container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.ia-container figure {
    position: absolute;
    top: 0;
    left: 90px; /* width of visible piece */
    width: 100%;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.6);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ia-container > figure {
    position: relative;
	left: 0 !important;
}

.ia-container img {
	display: block;
	width: 100%;
}

.ia-container input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px; /* just cover visible part */
	height: 100%;
	cursor: pointer;
	border: 0;
	padding: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	z-index: 100;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ia-container input:checked{
	width: 5px;
	left: auto;
	right: 0px;
}
.ia-container input:checked ~ figure {
    
	-webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    left: 61%;
    z-index: 999;
}

.ia-container figcaption {
	width: 100%;
	height: 100%;
        background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ia-container figcaption span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: left;
    line-height: 20px;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    padding: 20px;
    color: #fff;
    opacity: 0.4;
} 

.ia-container input:checked + figcaption,
.ia-container input:checked:hover + figcaption{
	background: rgba(87, 73, 81, 0);
}

.ia-container input:checked + figcaption span {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
	opacity: 1;
    left: 0;
    bottom: 0;
}

.ia-container #ia-selector-last:checked + figcaption span {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.ia-container input:hover + figcaption {
	background: rgba(87, 73, 81, 0.03);
}

.ia-container input:checked ~ figure input{
    z-index: 1;
}

@media screen and (max-width: 720px) {
	
	.ia-container figure { 
		left: 80px; 
		width: 260px; 
	}
	
	.ia-container input { 
		width: 80px; 
	}
	
	.ia-container input:checked ~ figure { 
		left: 260px; 
	}
	
	.ia-container figcaption span { 
		font-size: 16px; 
	}
}

@media screen and (max-width: 520px) {
	
	.ia-container figure { 
		left: 60px; 
		width: 180px; 
	}
	
	.ia-container input { 
		width: 60px; 
	}
	
	.ia-container input:checked ~ figure { 
		left: 180px; 
	}
	
	.ia-container figcaption span { 
		font-size: 12px; 
		letter-spacing: 2px; 
		padding: 10px;  
	} 

}
#gallery_car {
    margin: 15px 0px;
}