/*
Theme Name: Avada
Description: The #1 selling theme of all time that allows you to build virtually any design style.
Author: ThemeFusion
Theme URI: http://avada.theme-fusion.com/
Author URI: http://themeforest.net/user/ThemeFusion
Version: 5.0.4
License: Themeforest Split Licence
License URI: -
Text Domain: Avada
*/

.fusion-secondary-menu>ul>li{
  float: left;
  border-right: 1px solid transparent;
  border-left: none !important;
}

.fusion-widget-menu{
	vertical-align: -webkit-baseline-middle;
  height: 50px;
  display: flex;
  align-items: center;
  float:right;
}

.fusion-header-wrapper {
  position: relative  !important;
}

.bw-logo{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.8;
  transition:all 0.3s ease;
}

.bw-logo:hover{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
 opacity: 1;
 filter: grayscale(0%);
}

.center-logo{
 height: 55px;
 padding: 10px 15px;
}

img[src^="blindfriendly.png"] {
  width:100px;
}
#contact_widget-2, #contact_widget-3, #contact_widget-4, #contact_widget-5{
  margin-left: 23px;
}
.calendar-head {
  background: #0083cb !important;
}
table.cal_blue.mini .current-day {
  background: #0082ca !important;
}
.ecwd_calendar_view_tabs ul li a {
  background: #0076b7 !important;
}
.ecwd-search button, .ecwd-search button:hover {
  background: #0076b7 !important;
}
table.cal_blue.ecwd_calendar_container .current-day .day-number {
  background: #0083cb !important;
}
.fusion-is-sticky .fusion-sticky-menu > ul > li > a:hover{
  color: #fff !important;
  border-top: 3px solid #fff;
}
.ecwd_calendar_view_tabs ul li.ecwd-selected-mode a {
  background: #ffffff !important;
}
.fusion-mobile-menu-sep, .fusion-secondary-main-menu {
  border-bottom-color: #ffffff;
  border-top: 1px solid #e2e2e2;
}
.avada-skin-rev {
  border-bottom: none !important;
}
.searchform .search-table .search-button input[type=submit] {
  background: #0083cb !important;
}
.search-field input[type="text"]{
  border-color: #FFF !important;
}
.fusion-sticky-menu > ul > .current-menu-parent > a{
  border-top: 3px solid #fff !important;
  color: #fff !important;
}
.fusion-sticky-menu > ul > .current-menu-item > a{
  border-top: 3px solid #fff !important;
  color: #fff !important;
}
.fusion-sticky-menu > ul > .current-menu-ancestor > a{
  border-top: 3px solid #fff !important;
  color: #fff !important;
}

.fusion-sticky-menu > ul > li > .sub-menu > .current-menu-item > a{
  border-top: 3px solid #fff !important;
  color: #0083cb !important;
}
.search-table {
  /*border: 1px solid #fff !important;*/
}
.ecwd-day-date, .day-event-list .ecwd-week-date, .day4-event-list .ecwd-week-date, .week-event-list .ecwd-week-date {
  background: #0082ca !important
}
.page-id-3699 .fc-button.fc-state-default {
  background-color: #0083cb;
}
.page-id-3699 #rozbal_kalendar .fc-day-header{
  background-color: #0083cb;
  color: #fff;
}
.page-id-3699 #rozbal_kalendar .fc-header-title h2{
  padding-bottom: 30px;
}
tbody .fc-sat{
  border-bottom: 1px solid #fff;
}
tbody .fc-sun {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.rhcalendar.not-widget.rhc_holder {
  margin-top: 0px;
}
.page-id-3699 .fusion-content-boxes.fusion-columns-1 .fusion-column {
  margin-bottom: 26px;
}
.page-id-3699 .fullCalendar .fc-state-highlight {
  background: #fff !important;
  border: 2px solid #0083cb;
}
#my_base_url{
  display: none;
}
#flat_events_calendar_widget-2 .rhcalendar.for-widget.flat-ui-cal .fc-header {
  height: 150px;
}
.flip .card .face {
  z-index: 2;
  font-size: 2.5em;
  text-align: center;
  line-height: 50px;
  outline: 1px solid transparent;
}
.flip .card .back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: #0083cb;
}
.flip .card .front, .flip .card .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.car-block-wrap .container div.flip, .container div.flip {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;

  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;

  -ms-transform: perspective(1000px);
  -ms-transform-style: preserve-3d;

  transform: perspective(1000px);
  transform-style: preserve-3d;

  margin: 0 auto 30px;
}

.flip .card.flipped .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flip .card.flipped .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.card {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;

  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;

  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;

  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

.flip .card .front, .flip .card .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;

  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;

  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;

  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;

  transition: 0.6s;
  transform-style: preserve-3d;

  position: absolute;
  top: 0;
  left: 0;
}

.flip .card .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}

.flip .card .back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: #0083cb;
}

.flip .card .face {
  z-index: 2;
  font-size: 2.5em;
  text-align: center;
  line-height: 50px;
  outline: 1px solid transparent;
}

.flip .card .back .hover_title {
  margin: 0;
  font-family: 'Open Sans', sans-serif, Arial;
  margin-top: 10%;
  font-weight: 200;
  color: #FFF;
  font-size: 15px;
  /* margin-bottom: 5%; */
  padding: 0 15px;
  line-height: 25px;
  text-align: justify;
}

.flip .card .back i.button_icon {
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 24px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  font-size: 18px;
  padding-top: 8px;
  display: inline-block;
}

.flip .card .back i.button_icon:before {
  color: #FFF;
}

.flip .card .back i.button_icon:hover:before {
  color: #0083cb;
}

.flip .card .back i.button_icon:hover {
  background-color: #FFF;
}
.face.front img{
  height: 200px;
  width: 100% !important;
  object-fit: cover;
}
.flip, .card, .face.front{
  width: 100% !important;
}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .face.front img{width: 100%;
  max-width: 300px;
}
 }
.sb-toggle-wrapper {
  border-top-color: #363839;
  display: none;
}
.rhcalendar.for-widget.flat-ui-cal .fc-have-event .fc-day-number {
  color: #000;
    /*background-color: transparent;
    border-bottom: 2px solid #0083cb;*/
  }
  .rhc-widget-event-list-body{
    display: none !important;
  }
  .widget .fullCalendar .fc-sat,.widget .fullCalendar .fc-sun {
    background: #dddddd !important;
  }

  body.has-sidebar #content {
    width: calc(100% - 22% - 45px);
  }
  .nazov {
    background: #0083cb;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
  }


  .pdf-nazov ul{
    padding-left: 10px;
    padding-right: 10px;
  }
  .pdf-nazov li{
    display: block;
    padding: 5px;
    border-bottom: 1px solid #ddd;
  }
  .pdf-nazov > .wpb_column > .vc_column-inner > .wpb_wrapper {
    border: 1px solid #ddd;
  }
  .aktu h2{
    font-size: 15px !important;
  }
  @media print {
    .flip .card .face
    {width: 261px; height: 200px;}
  }
  .fusion-sticky-shadow .fusion-main-menu > ul > li > a {
    border-top: 3px solid transparent;
    height: 60px !important;
    line-height: 60px !important;
  }
  .fusion-sticky-shadow{
    height: 60px !important;
  }
  .fusion-page-title-captions {
    display: none;
  }
  .fusion-page-title-secondary {

    text-align: left;
  }
  .searchform{
    width: 250px;
    float: left;
  }
  .fusion-social-links-header{
    width: 32%;
    float: left;
  }
  .searchform .search-table .search-field input {
    background-color: #fff;
    border: 1px solid #D2D2D2;
    color: #747474;
    font-size: 13px;
    padding: 8px 15px;
    height: 29px !important;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    margin-top: 4px;
  }
  body:not(.home) .fusion-breadcrumbs > :nth-child(1), body:not(.home) .fusion-breadcrumbs > :nth-child(2){
    display: none;
  }
  .my_grid  .vc_gitem-animated-block {
    float: right;
    width: 75% !important;
  }
  .my_grid  .vc_gitem-zone-c, .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    float: left;
    width: 25% !important;
  }
  .my_grid .vc_grid-item-zone-c-right .vc_gitem-animated-block {
    display: none !important;
  }
  .my_grid img {
    object-fit: cover;
    min-height:160px;
  }
  .fusion-header, .fusion-header-sticky-height {
    max-height: 84px;
  }
  .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue>li>span {
    background-color: #0076b7!important;
    border-color: #0076b7!important;
    color: #FFF!important;
    border-radius: 0px !important;
  }
  .rozbal_kalendar_btn{
    text-align: center;
    display: block !important;
  }
  .rozbal_kalendar_btn > button{
    color: #fff !important;
    border-color: #0076b7 !important;
    background-color: #0076b7 !important;
    background-image:none !important;
    border-radius: 0px !important;
    width: 40%;
    font-size: 20px !important;

  }
  .rozbal_kalendar_btn > button :hover{
    background-color: #0083cb;
  }
  .ministr {
    margin-left: 25px;
    margin-top: 5px;
    width: 210px;
  }
  .awesome-weather-forecast-day {
    width: 18%;
    margin: 0 1%;
    float: left;
    text-align: center;
    font-size: 12px;
  }
/*.rhc_calendar_widget_day_click{
    display:none !important;
    }*/





    .wrappertt {
      text-transform: uppercase;
      cursor: help;
      font-size: 20px;
      top: -25px;
      padding: 15px 15px;
      position: relative !important;
      text-align: center;
      -webkit-transform: translateZ(0); /* webkit flicker fix */
      -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
    }

    .wrappertt .tooltip {
      background: #0076b7;
      bottom: 100%;
      color: #fff;
      display: block;
      left: -85px;
      margin-bottom: 15px;
      opacity: 0;
      padding: 20px;
      pointer-events: none;
      position: absolute;
      min-width: 200px;
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out;
      -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    }

    /* This bridges the gap so you can mouse into the tooltip without it disappearing */
    .wrappertt .tooltip:before {
      bottom: -20px;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%;
    }  

    /* CSS Triangles - see Trevor's post */
    .wrappertt .tooltip:after {
      border-left: solid transparent 10px;
      border-right: solid transparent 10px;
      border-top: solid #0076b7 10px;
      bottom: -10px;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0;
    }

    .wrappertt:hover .tooltip {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }

    /* IE can just show/hide with no transition */
    .lte8 .wrappertt .tooltip {
      display: none;
    }

    .lte8 .wrappertt:hover .tooltip {
      display: block;
    }


    .fc-view {
      width: 100%;
      overflow: visible !important;
    }


    .page-id-3699 .vc_gitem-link{
     color: #0083cb !important;
     font-weight: 600;
   }

   .vc_gitem-zone{
     overflow:visible;
   }

   .bud iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bud {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow-x: hidden;
  }
  .bud2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bud2 {
    position: relative;
    padding-bottom: 95%;
    height: 0;
    overflow-x: hidden;
  }
  .bud3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bud3 {
    position: relative;
    padding-bottom: 127%;
    height: 0;
    overflow-x: hidden;
  }
  .oz-ke iframe,.oz-ba-sam iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .oz-ke {
    position: relative;
    padding-bottom: 85%;
    height: 0;
    overflow-x: hidden;
  }
  .oz-ba-sam{
    position: relative;
    padding-bottom: 118%;
    height: 0;
    overflow-x: hidden;
  }

  .oz-mesta iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .oz-mesta {
    position: relative;
    height: 0;
    overflow-x: hidden;
  }
  .vyhladavanie p {
    font-size: 20px;
    color: #ffffff;
    font-size: 600;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .vyhladavanie{
    background: #0076b7;
    padding: 15PX;
  }
  #resoult, #sprava{
    margin-top: 5px;
    color: white;
  }
  .ui-widget-content {
    border: 1px solid #dddddd;
    background: #fff !important;
    color: #333333;
  }
  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #0076b7 !important;
    background: #0076b7 !important;
    font-weight: bold;
    color: #ffffff;
  }

  @font-face {
    font-family: 'open_bold';
    src: url('https://www.svp.sk/wp-content/themes/Avada/fonts-slider/OpenSans-Bold.ttf');
    src: url('https://www.svp.sk/wp-content/themes/Avada/fonts-slider/OpenSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

  }
  @font-face {
    font-family: 'open_regular';
    src: url('https://www.svp.sk/wp-content/themes/Avada/fonts-slider/OpenSans-Regular.ttf');
    src: url('https://www.svp.sk/wp-content/themes/Avada/fonts-slider/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

  }

  /*@supports (-ms-ime-align:auto) {*/
    .tp-revslider-mainul .tp-caption { font-family: 'Open Sans', sans-serif !important; } 
    /*}*/

    .tabulka td, .tabulka tr {
      border: 1px solid;
    }

    .slider-slick{
      float: left;
    }
    .projekty .rev_slider_wrapper .shadow-left, .projekty .rev_slider_wrapper .shadow-right{
     display: none;
   } 
   .projekty .avada-skin-rev{
     border:none !important;
   }
   #contact_widget-2 .fa-phone,#contact_widget-4 .fa-phone,#contact_widget-5 .fa-phone{
     padding-top: 4px !important;
   }
   #contact_widget-2 .fa-at,#contact_widget-4.fa-at,#contact_widget-5.fa-at{
     padding-top: 4px !important;
   }
   #contact_widget-2 .fa-li, #contact_widget-4 .fa-li, #contact_widget-5 .fa-li{
    padding: 3px;
  }
  .odstupy .vc_tta-tabs-list > :nth-child(1) > a{
    padding: 14px 37px !important;
  }
  .odstupy .vc_tta-tabs-list > :nth-child(2) > a{
    padding: 14px 32.5px !important;
  }
  .odstupy .vc_tta-tabs-list > :nth-child(3) > a{
    padding: 14px 36px !important;
  }
  .menu-mobil{
    display: none;
  }
  @media (max-width: 480px){
  .rhcalendar.for-widget.flat-ui-cal .fc-header-cell.fc-header-left {
    right: 0px;
    width: 50%;
  }
  }
  @media (max-width: 991px){
    .mobil-aktuality .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 30px;
    padding-bottom: 5px;
}
    .my_grid .vc_gitem-animated-block {
    float: right;
    width: 75% !important;
    overflow: hidden;
}
.my_grid img {
    object-fit: cover;
    min-height: 185px;
}
    .rozbal_kalendar_btn button{
      width: 100%;
    }
    .modal.fade .modal-dialog {
    left: 0 !important;
    display: block;
    margin: 0 auto;
}
    .ministr {
    margin-left: 0px;
    margin-top: 15px;
    width: 210px;
}
#wrapper > div.fusion-footer > footer.fusion-footer-widget-area.fusion-widget-area > div > div > div{
  margin-bottom: 10px;
}
    .fusion-social-links-header, .fusion-mobile-menu-icons{
      display: none !important;
    }
    .searchform {
      width: 100%;
      float: none;
      padding: 5px 10px;
    }
    .fusion-secondary-menu{
      display: inline-block;
    }
    .menu-mobil{
      color: #dadada;
      font-size: 21px;
      display: inline-block;
      top: 3px;
      right: 21px;
      position: relative;
      float: right !important;
    }
    .fusion-logo a {
      display: block;
      max-width: 155px;
      margin: 0 auto;
    }
    .fusion-mobile-menu-design-modern.fusion-header-v3 .fusion-mobile-nav-holder{
      padding-top: 10px;
    }
  }
  .svp-table-ba td{
    border: 1px solid #0083cb;
  }
  .svp-table-ba td{
      padding-left: 10px;
  }
  .svp-table td{
    border: 1px solid #0083cb;
  }
  .svp-table td:nth-child(odd){
      padding-left: 15px;
  }
  .svp-table td:nth-child(even){
      padding-right: 15px;
  }


.oz-modal.modal-header {
    padding: 15px 20px;
    border-bottom: none !important;
    min-height: 16.53846154px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.pagination{
    float: left;
    margin-top: 0;
}
.modal-button{
    background: #0083cb;
    border: none;
    color: #fff;
    padding: 10px;
}
.oz-modal .modal-header {
    padding: 8px 20px !important;
    border-bottom: none !important;

}
.oz-modal .modal-body {
    padding-top: 0px;
}
.oz-modal .modal-footer {
    padding: 0px 0px 0px !important;
    border-top: none !important;

}
.oz-modal .modal-dialog{
  width: 300px;
}
.pagination > li > a, .pagination > li > span {
    padding: 3px 9px !important;
}
/*@media(min-width: 768px){
.fusion-main-menu {
    float: left !important;
}
.fusion-header .col-md-2{
    float: right !important;
}
}*/
.modal.fade .modal-dialog {
  top: 25%;
      left: -8%;
}
.modal-footer {
    margin-top: 0 !important;
}
.modal-body {
    padding-bottom: 0;
}


#adresa{
    padding-top: 60px;
    margin-top: -60px;
}

#wp_access_helper_container > button > img{
  display: none;
}
#wp_access_helper_container > button{
  height: 0;
}

.fusion-footer-widget-area {
    background-color: #ffffff;
    border-top: 1px solid #ddd;
}

.ie-slider{
  width: 100%;
  height: 420px;
  visibility: visible !important;
}
.fa-li {
    text-align: right !important;

}
.fa-ul>li {
    left: -7px;
    font-size: 14.5px;
    padding-left: 5px !important;
}

#contact_widget-2 > ul > li:nth-child(2) > i, #contact_widget-4 > ul > li:nth-child(2) > i, #contact_widget-5 > ul > li:nth-child(2) > i{
  left: -34px;
}

.gg_ol_full_mode .gg_img_title{
  font-family: Arial !important;
}
.search .search-page-search-form-top{
  display: none;
}

.fusion-body .error-menu li:after, .fusion-body .error-menu li:before {
    background-color: #0083cb !important;
    color: #ffffff;
}
.search #vyhlad{
  border: 1px solid #0083cb !important;
  margin-top: 0;
}
.search .searchform .search-table .search-button input[type="submit"] {
    height: 29px !important;
    width: 33px !important;
    line-height: 28px !important;
    font-size: 13px !important;
}
.parent-pageid-10052 .gg_collection_wrap{
    padding-top: 100px;
    margin-top: -80px;
}



.rhcalendar.for-widget .rhc_calendar_widget_day_click .rhc_title span{
  font-family: Roboto;
}