@import url('/css/animate.css');
@import url('/fonts/font-awesome.min.css');
@import url('/fonts/css.css');
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: none;
  color: #555;
  font: 400 16px/24px 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2 {
  font-size: 30px;
  line-height: 25px;
  font-weight: 700;
}
h3 {
  font-size: 19px;
  line-height: 23px;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li:first-child {
  margin-left: 38px;
}
.sf-menu > li:first-child:before {
  color: #363636;
  content: "\f111";
  font: 500 6px/7px "FontAwesome";
  left: -38px;
  text-decoration: none;
  top: 8px;
  position: absolute;
}
.sf-menu > li:last-child {
  margin-right: 37px;
}
.sf-menu > li:last-child > a {
  color: #fff;
}
.sf-menu a {
  display: block;
}
.sf-menu {
  font-size: 14px;
}
.sf-menu > li {
  margin: 0 38px;
}
.sf-menu > li:after {
  color: #363636;
  content: "\f111";
  font: 500 6px/7px "FontAwesome";
  right: -38px;
  text-decoration: none;
  top: 8px;
  position: absolute;
}
.sf-menu > li > a {
  color: #FFF;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #d62828;
}
.sf-menu > li.active > a {
  color: #d62828;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  font-size: 14px;
  width: 115px;
  margin-top: 36px;
  margin-left: -30px;
  padding: 10px 0 10px;
  background: #000;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li > a {
  padding: 6px 30px;
  color: #FFF;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  color: #d62828;
}
.sf-menu ul ul {
  top: 30px;
  width: 115px;
  margin-top: 0;
  margin-left: 135px;
  padding: 10px 0 10px;
  z-index: 4;
  text-align: center;
}
.sf-menu ul ul > li > a {
  color: #FFF;
  background: #000000;
  padding: 6px 30px;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #d62828;
}
.sf-menu > li > .sf-with-ul {
  position: relative;
}
@media (max-width: 979px) {
  .sf-menu > li {
    margin: 0px 15px;
  }
  .sf-menu > li:after {
    right: -17px;
  }
  .sf-menu > li:first-child {
    margin-left: 18px;
  }
  .sf-menu > li:first-child:before {
    left: -18px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: #ffffff url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Open Sans', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #000000;
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 45px;
  height: 45px;
  font-size: 13px;
  line-height: 27px!important;
  color: #fff;
  background: #333;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:before {
  color: #fff;
  font-size: 23px;
}
.toTop:hover {
  color: #fff;
  background: #d62828;
  text-decoration: none;
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  background: none;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  z-index: 11;
  width: 100%;
}
.header .brand {
  float: left;
  padding: 1px 0 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .nav {
  float: right;
  padding: 50px 0 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .brand,
  .header .nav {
    float: none;
  }
}
.header-parall {
  padding: 26px 0 170px;
  background: #ffffff url(../images/header-bg.jpg) center top no-repeat;
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
/*========================================================
                  Owl Carousel styles
=========================================================*/
.owl-wrap {
  padding: 15px 40px 48px;
}
#owl-wrap2 {
  padding: 135px 0px 36px;
}
#owl-wrap2 .owl_pic {
  margin-top: 8px;
}
.owl-block {
  width: 300px;
}
.gall-cont {
  text-align: center;
}
.gall1_pic {
  border: 9px solid #e8edf4;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  width: 180px !important;
  height: 180px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
}
.gall2_pic {
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  width: 114px !important;
  height: 114px;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
  border: 5px solid rgba(255, 255, 255, 0.2);
}
.gall-a {
  text-transform: uppercase;
  color: #222 !important;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 20px;
}
.gall-a:hover {
  text-decoration: underline;
}
.gall-h2 {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 70px;
  padding-top: 10px;
}
.gall-slogan {
  font-size: 16px;
  padding-bottom: 25px;
}
.gall-slogan2 {
  padding: 7px 0 3px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
/*========================================================
                     CONTENT  Styles
=========================================================*/
.content {
  overflow: hidden;
}
.camera_container {
  padding-bottom: 40.7813%;
  position: relative;
}
.camera_wrap {
  background: none repeat scroll 0 0 #fff;
  display: none;
  height: 100%;
  left: 0;
  margin-bottom: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.h-cont1 {
  text-align: center;
  color: #333;
}
.h-cont1:after {
  content: "";
  display: block;
  width: 77px;
  height: 1px;
  margin: 30px auto 0;
  background: none repeat scroll 0% 0% #c5c5c5;
}
.h-cont2 {
  text-align: center;
  color: #fff;
}
.h-cont2:after {
  content: "";
  display: block;
  width: 77px;
  height: 1px;
  margin: 30px auto 0;
  background: none repeat scroll 0% 0% #c5c5c5;
}
.h-cont3 {
  text-align: center;
  color: #333;
  font-weight: 700;
  padding-bottom: 14px;
}
.h-cont4 {
  text-align: left;
  color: #333;
  font-weight: 700;
  padding-bottom: 9px;
  margin-top: -8px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.2px;
}
.h-cont5 {
  text-align: left;
  color: #fff;
  font-weight: 700;
  padding-bottom: 9px;
  font-size: 20px;
  line-height: 30px;
}
.h-cont6 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding-bottom: 9px;
  font-size: 20px;
  line-height: 30px;
}
.h-cont7 {
  text-align: left;
  color: #333;
  font-weight: 700;
  padding-bottom: 9px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.2px;
}
.h-cont8 {
  text-align: center;
  color: #333;
  font-weight: 700;
  padding-bottom: 11px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.2px;
}
.h-cont9 {
  text-align: center;
  color: #333;
  font-weight: 700;
  padding-bottom: 7px;
}
.p-cont1 {
  text-align: center;
  width: 570px;
  margin: 0 auto;
  line-height: 28px;
}
.p-cont2 {
  line-height: 27px;
  margin-bottom: 70px;
}
.p2-cont1 {
  text-align: left;
  width: 570px;
  line-height: 28px;
}
.p2-cont2 {
  text-align: left;
  color: #fff;
  line-height: 28px;
}
.p2-cont3 {
  text-align: left;
  line-height: 28px;
  margin-bottom: 46px;
}
.p2-cont4 {
  text-align: center;
  color: #fff;
  line-height: 28px;
  margin-bottom: 46px;
  padding: 0 95px;
}
.p2-cont5 {
  line-height: 28px;
  margin-bottom: 142px;
}
.p2-bottom {
  margin-bottom: 83px;
}
.p3-bottom {
  margin-bottom: 66px;
}
.p4-bottom {
  margin-bottom: 144px;
}
.p5-bottom {
  margin-bottom: 90px;
}
.p3-cont1 {
  line-height: 28px;
  margin-bottom: 83px;
}
.p6-cont1 {
  line-height: 28px;
  margin-bottom: 38px;
}
.p3-cont2 {
  line-height: 28px;
  margin-bottom: 5px;
}
.cont-pic1 {
  filter: grayscale(1);
  transition: all 0.2s ease 0s;
  margin-bottom: 24px;
}
.cont-pic1:hover {
  filter: grayscale(0);
}
.cont-pic2 {
  transition: all 0.2s ease 0s;
  border: 0px solid #c5c5c5;
  margin-bottom: 24px;
  padding: 20px 0px;
}
.cont-pic2:hover {
  border-color: #d62828;
}
.cont2-pic2 {
  transition: all 0.2s ease 0s;
  border: 1px solid #c5c5c5;
  margin-bottom: 29px;
  padding: 15px 9px 12px;
}
.cont2-pic2:hover {
  border-color: #d62828;
}
.cont-pic3 {
  margin-bottom: 90px;
}
.owl_pic {
  float: left;
  width: auto!important;
  margin-right: 30px;
}
.center {
  text-align: center;
}
.parall {
  padding: 4px 0 144px;
  background: #ffffff url(../images/p1-parall.jpg) center center no-repeat;
}
.price {
  color: #d62828;
  margin-bottom: 31px;
}
.mrg0 {
  margin-left: 0!important;
}
.mrg-1 {
  margin-left: -1px !important;
}
.footer {
  height: 355px;
  color: #fff;
}
.footer2 {
  height: 170px;
  color: #fff;
}
/* Default: link hidden */
#call_phone {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
}
.table-h {
  color: #333;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  padding-left: 27px;
}
.table-cont {
  border-top: 1px solid #c5c5c5;
  text-align: left;
  padding-left: 27px;
}
.table-cont2 {
  border-top: 1px solid #474747;
  text-align: left;
  padding-left: 27px;
}
#table1,
#table2 {
  border: 1px solid #c5c5c5;
  width: 100%;
  font-size: 16px;
}
#table1 td,
#table2 td,
#table1 th,
#table2 th {
  height: 59px;
  vertical-align: middle;
}
#table1 td,
#table2 td {
  line-height: 16px;
}
#table3,
#table4 {
  border: 1px solid #474747;
  width: 100%;
  font-size: 16px;
}
#table3 th,
#table4 th {
  background: #6e6e6e;
  height: 59px;
  vertical-align: middle;
  color: #fff;
}
#table3 td,
#table4 td {
  height: 59px;
  vertical-align: middle;
  background: #333;
  color: #fff;
  line-height: 16px;
}
.date-ico {
  border-radius: 50%;
  background: #d62828;
  padding: 15px 0;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
}
.w-ico {
  font-weight: 700;
  font-size: 20px;
}
.col1 {
  width: 170px;
  border-right: 1px solid #c5c5c5;
}
.col2 {
  width: 170px;
  border-right: 1px solid #474747;
}
.h-footer {
  font-weight: 700;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
  margin: 70px 0px -26px;
}
#kontakt_left_footer {
    font-size: 20px;
    padding-right: 25px;
}

#kontakt_right_footer {
    font-size: 20px;
    padding-left: 25px;
}
.privacy {
  font-size: 14px;
  margin-top: 65px;
}
/*==================      Well     ======================*/
.well {
  padding-bottom: 60px;
  padding-top: 55px;
}
.well1 {
  padding-bottom: 60px;
  padding-top: 30px;
}
.well2 {
  padding-bottom: 42px;
  padding-top: 64px;
}
.well3 {
  padding-bottom: 53px;
  padding-top: 55px;
}
.well4 {
  padding-bottom: 25px;
  padding-top: 55px;
}
.footer-well {
  margin-top: 160px;
  margin-bottom: 105px;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #ffffff;
}
.bg02 {
  background: url(../images/bg-sec1.jpg) right top no-repeat;
}
.bg03 {
  background: url(../images/bg-sec2.jpg) right top no-repeat;
}
.bg04 {
  background: url(../images/bg-sec3.jpg) right top no-repeat;
}
.bg04 {
  background: url(../images/bg-sec3.jpg) right top no-repeat;
}
.bg05 {
  background: url(../images/bg-sec4.jpg) center top no-repeat;
}
.bg_foot {
  background: url(../images/footer_bg.jpg) center top no-repeat;
}
.bg_foot2 {
  background: url(../images/footer_bg2.jpg) center top no-repeat;
}
/*==================     Icons     ======================*/
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 45px;
  color: #686868;
}
.fa:hover {
  color: #fff;
}
.footer-block li {
  display: inline-block;
}
.footer-block li + li {
  margin-left: 70px;
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: rgba(197, 59, 180, 0.2);
  color: white;
}
.lt-ie9 .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lt-ie9 .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33C53BB4', endColorstr='#33C53BB4')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33C53BB4', endColorstr='#33C53BB4');
  zoom: 1;
}
.thumb_overlay:before {
  content: "\f065";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 40px "FontAwesome";
  line-height: 40px;
  margin-top: -20px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover {
  background-image: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.thumb__video {
  color: #000;
}
.thumb__video .thumb_overlay:before {
  content: '\f16a';
  font-size: 72px;
  line-height: 72px;
  margin-top: -36px;
}
/*==================    Buttons    ======================*/
.btn {
  color: #fff;
  background: #333;
  padding: 10px 20px 13px;
  font-weight: 600;
  transition: all 0.2s ease 0s;
}
.btn:hover {
  background: #d62828;
}
.btn_m {
  color: #d62828;
  text-decoration: underline;
}
.btn_m:hover {
  color: #fff;
  text-decoration: none;
}
.mail {
  color: #d62828;
}
.mail:hover {
  text-decoration: underline;
}
.mail2 {
  color: #d62828;
  text-decoration: underline;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 128px;
}
.mail2:hover {
  text-decoration: none;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
/*==================   Lazy Img    ======================*/
.fancy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: #ffffff url(../images/lazy-loader.gif) no-repeat center center;
}
.fancy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
/*==================  Contact styles  ==================*/
.contact-cont {
  color: #777;
  margin: 5px 0 35px;
}
.contact-block {
  padding: 19px 0;
}
.contact-pref {
  margin: 0 auto;
  z-index: 10;
}
.btn-wr {
  margin: 36px auto 125px;
  text-align: center;
}
.btn-cntct {
  color: #fff;
  background: #d62828;
  padding: 10px 20px 13px;
  font-weight: 600;
  transition: all 0.2s ease 0s;
}
.btn-cntct:hover {
  background: #333;
}
.map + h6 {
  margin-top: 23px!important;
  text-align: left!important;
  color: #3498db!important;
}
.map img {
  max-width: none;
}
.content_map {
  width: 100%;
  height: 473px;
  position: relative;
}
.google-map-api,
#map-canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.grd-h-0 .grid_12 {
  min-height: 0;
}
.owl-carousel2 {
  display: block;
}
/*=======   RESPONSIVE LAYOUTS STYLES   =================*/
@media only screen and (max-width: 1199px) {
  .p2-cont2 {
    line-height: 18px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 980px) {
  .date-ico {
    padding: 10px 0;
  }
  .cont2-pic2 {
    width: 100px;
  }
  .h-cont5 {
    font-size: 18px;
  }
  .p2-cont2 {
    line-height: 18px;
    font-size: 14px;
  }
  .p2-cont5 {
    margin-bottom: 50px;
  }
  .btn {
    padding: 7px 10px 10px;
  }
}
@media only screen and (max-width: 979px) {
  .h-cont5 {
    font-size: 16px;
    line-height: 20px;
  }
  .cont-pic2 {
    width: 35px;
  }
  .p2-cont2 {
    line-height: 15px;
    font-size: 12px;
  }
  .p2-cont4 {
    line-height: 19px;
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .date-ico {
    padding: 2px 0;
  }
  .cont-pic2 {
    width: 25px;
  }
  .p-cont2 {
    line-height: 17px;
    font-size: 12px;
  }
  .h-cont3 {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 7px;
  }
  .cont2-pic2 {
    width: 85px;
  }
  .p3-cont2 {
    line-height: 21px;
    font-size: 14px;
  }
  .btn {
    padding: 7px 15px 9px;
    font-size: 13px;
  }
  .h-cont8 {
    font-size: 16px;
  }
  .h-cont9 {
    font-size: 18px;
  }
  .p3-cont1 {
    line-height: 18px;
    margin-bottom: 50px;
    font-size: 12px;
  }
  .h-cont5 {
    font-size: 17px;
    line-height: 20px;
  }
  .p2-cont2 {
    line-height: 14px;
    font-size: 12px;
  }
  .p2-cont5 {
    line-height: 18px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header .nav {
    padding: 12px 0px;
  }
  .h-footer {
    font-size: 25px;
    line-height: 55px;
    margin: 75px 0px 0px;
  }
  .h-cont6,
  .h-cont7,
  .h-cont4 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
  }
  .h-cont5 {
    font-size: 15px;
    line-height: 20px;
  }
  .gall-slogan2 {
    font-size: 13px;
    line-height: 20px;
  }
  p {
    font-size: 13px;
    line-height: 20px;
  }
  .p-cont1 {
    width: auto;
  }
  .p2-cont4 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .p2-cont3 {
    line-height: 18px;
    margin-bottom: 70px;
  }
  .p2-cont2 {
    line-height: 14px;
    font-size: 13px;
  }
  .cont-pic3 {
    margin-bottom: 0px;
  }
  #owl-wrap2 {
    padding: 95px 0px 36px;
  }
  .fa {
    font-size: 29px;
  }
  .date-ico {
    padding: 2px 0px;
    max-width: 45px;
  }
  
  	#kontakt_left_footer {
    font-size: 16px;
    padding-right: 10px;
	}

	#kontakt_right_footer {
    font-size: 16px;
    padding-left: 10px;
	}
    #call_phone {
        pointer-events: auto;
        color: white; /* Optional: Change color to indicate it's clickable */
    }
      #call_phone:hover {
        text-decoration: underline;
    }
}
@media only screen and (max-width: 640px) {
  .date-ico {
    padding: 10px;
    max-width: 42px;
  }
}
@media only screen and (max-width: 479px) {
	.h-footer {
		margin: 15px 0px 0px;
	}	
	#kontakt_left_footer {
    font-size: 20px;
    padding-right: 0px;
	}

	#kontakt_right_footer {
    font-size: 20px;
    padding-left: 0px;
	}
  .footer-block li + li {
    margin-left: 30px;
  }
  .fa {
    font-size: 26px;
  }
  .well,
  .well2 {
    padding-bottom: 22px;
    padding-top: 54px;
  }
  .owl-carousel2 .owl-controls {
    top: -23px;
    z-index: 55;
  }
  .owl-wrap {
    padding: 0 40px;
  }
  .privacy {
    font-size: 13px;
    margin-top: 35px;
  }
  .h-cont5 {
    font-size: 14px;
    line-height: 17px;
  }
  #owl-wrap2 {
    padding: 74px 0px 0px;
  }
  #owl-wrap2 .owl_pic {
    margin-top: 8px;
    max-width: 130px;
  }
  .owl_pic {
    margin-right: 15px;
  }
  .table-cont,
  .table-cont2,
  .table-h {
    padding-left: 10px;
    font-size: 13px;
    line-height: 14px;
  }
  #table1 td,
  #table2 td,
  #table3 td,
  #table4 td {
    line-height: 14px;
    height: 50px;
  }
  .col1,
  .col2 {
    width: 80px;
  }
  .bg05 {
    background: url("../images/bg-sec5.jpg") no-repeat scroll left top transparent;
  }
}
