/*
  Theme Name: Drubo
  Theme URI: https://demo.wphash.com/drubo/
  Description: Business / Corporate WordPress Theme
  Author: Theme-4Web
  Author URI: http://wphash.com/
  Version: 1.1.2

  Note: This is Short code style file. All Short code related style included in this file. 

*/
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
  margin-bottom: 30px;
  width: 360px;
  height: 270px; }
  .flip-container:hover .back {
    transform: rotateY(0deg); }
  .flip-container:hover .front {
    transform: rotateY(180deg); }

/*  UPDATED! flip the pane when hovered */
.front, .back {
  width: 360px;
  height: 270px; }

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0; }

/*  UPDATED! front pane, placed above back */
.front {
  z-index: 2;
  transform: rotateY(0deg); }

/* back, initially hidden pane */
.back {
  transform: rotateY(-180deg); }

/* 
        Some vertical flip updates 
*/
.vertical.flip-container {
  position: relative; }
.vertical .back {
  transform: rotateX(180deg); }
.vertical.flip-container:hover .back {
  transform: rotateX(0deg); }
.vertical.flip-container:hover .front {
  transform: rotateX(180deg); }

iframe {
  display: block; }

.header-area,
.header-top-area {
  background: #fff !important; }

header.header-transparent {
  opacity: 1 !important; }

div.wpcf7 input[type="file"] {
  padding-top: 7.5px; }

/*
 * Table
 */
table ul, table ol {
  margin-left: 15px; }
table tr td {
  background: #fafafa; }
table tr:nth-child(2n+1) td {
  background: #fdfdfd; }

/*
 * Addres Details element
 */
.adrs-details ul {
  list-style: none; }
  .adrs-details ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .adrs-details ul li p {
      margin: 0; }
    .adrs-details ul li a {
      margin-right: 15px; }

/*
 * Submenu
 */
.primary-nav-wrap ul.menu li ul li ul {
  display: none; }

.primary-nav-wrap ul.menu li .mega-menu,
.primary-nav-wrap ul.menu li:hover .mega-menu {
  flex-direction: column;
  width: auto;
  left: 0;
  right: auto;
  margin: 0;
  padding: 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }

.primary-nav-wrap ul.menu li .mega-menu.two > li {
  width: 360px;
  left: 0;
  margin: 0;
  padding: 0;
  right: initial;
  float: none; }

.primary-nav-wrap ul li {
  position: relative !important; }

.primary-nav-wrap ul.menu li .mega-menu > li a {
  border-bottom: 1px solid #dedede; }
  .primary-nav-wrap ul.menu li .mega-menu > li a:hover, .primary-nav-wrap ul.menu li .mega-menu > li a:focus {
    color: #fff;
    border-bottom-color: #0053a1;
    background: #0053a1; }
.primary-nav-wrap ul.menu li .mega-menu > li.current-menu-item a {
  color: #fff;
  border-bottom-color: #0053a1;
  background: #0053a1; }

/*
 * Blog page
 */
.blog-gallery-img img {
  width: 100%; }

.blog-post .post-title {
  text-transform: uppercase; }
.blog-post .post-excerpt {
  font-size: smaller; }
.blog-post .blog-content p:last-of-type {
  margin: 0; }

/*
 * Search element
 */
form#search {
  display: flex; }
  form#search input[type=text], form#search button[type=submit] {
    display: inline-block;
    height: 40px;
    line-hegith: 40px; }
  form#search input[type=text] {
    width: 105px;
    padding-left: 15px;
    border-radius: 7.5px 0 0 7.5px;
    background-color: #fff;
    border-color: #d9d9d9; }
  form#search button[type=submit] {
    background: #0053a1;
    border-color: #0053a1;
    color: #fff;
    width: 40px;
    border-radius: 0 7.5px 7.5px 0; }

/*
 * Modal
 */
.modal {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .modal:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%; } }
  .modal-header button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #383838;
    opacity: 1;
    font-size: 24px; }
  .modal-body {
    overflow: hidden; }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
  .modal .g-recaptcha {
    margin-bottom: 15px; }

/*
 * Menu Szybki kontakt
 */
#menu-szybki-kontakt a {
  text-transform: none; }
#menu-szybki-kontakt [class^=fa] {
  color: #0053a1;
  margin-right: 7.5px; }

/*
 * Buttons
 */
.btn {
  border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  -moz-border-radius: 7.5px;
  font-weight: normal;
  font-size: 12px;
  padding: 10px 22.5px; }
  .btn-primary, .pos_description .pos-slideshow-readmore a {
    font: normal 12px/18px "Raleway", sans-serif;
    padding: 15px 25px;
    color: #fff;
    border-color: #0053a1;
    background: #0053a1;
    text-transform: uppercase;
    border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    -moz-border-radius: 7.5px; }
    .btn-primary:hover, .pos_description .pos-slideshow-readmore a:hover, .btn-primary:focus, .pos_description .pos-slideshow-readmore a:focus {
      color: #fff;
      border-color: #00396e;
      background: #00396e; }
  .btn-fixed-right {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 140px;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.3); }
  .btn-secondary {
    color: #fff;
    text-transform: uppercase;
    border-color: #fff;
    background: transparent;
    font-family: "Raleway", sans-serif; }
    .btn-secondary:visited {
      color: #cccccc;
      border-color: #cccccc; }
    .btn-secondary:hover, .btn-secondary:focus {
      color: #0053a1;
      border-color: #fff;
      background: #fff; }
  .btn-invert {
    color: #383838;
    text-transform: uppercase;
    border-color: #383838;
    background: transparent;
    font-family: "Raleway", sans-serif; }
    .btn-invert:hover, .btn-invert:focus {
      color: #fff;
      border-color: #00396e;
      background: #00396e; }

/*----------------------------------------*/
/*  slider
/*----------------------------------------*/
.pos_description .title1 .txt {
  display: none; }

.pos_description .title2 .txt {
  animation: 1500ms linear 0s normal none 1 running flipInX;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: raleway;
  font-size: 54px;
  font-weight: 800;
  line-height: 62px;
  text-transform: uppercase;
  max-width: 960px; }

.pos_description .title3 .txt {
  display: inline-block;
  font-family: "Khula",sans-serif;
  color: #000;
  font-size: 67px;
  font-weight: 700;
  line-height: 13px;
  margin-bottom: 35px;
  margin-top: 5px;
  padding: 25px 10px 10px;
  margin-top: 5px;
  -moz-animation: flipInX 1500ms linear;
  -o-animation: flipInX 1500ms linear;
  -webkit-animation: flipInX 1500ms linear;
  animation: flipInX 1500ms linear;
  text-transform: uppercase; }

.pos_description .title2 .txt b {
  color: #6eb9ff;
  font-weight: 800;
  font-size: 36px; }
@media only screen and (max-width: 620px) {  
.pos_description .title2 .txt b {

  font-weight: 600;
  font-size: 26px; }
}
  
.pos_description .pos-slideshow-readmore a {
  display: inline-block; }

.pos-slideshow-readmore {
  margin-top: 30px; }

.pos_description .pos-slideshow-readmore a:hover {
  background: #0053a1;
  color: #fff; }

.slider-area .nivo-caption {
  background: transparent none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  display: none;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 28.5%;
  width: 100%;
  z-index: 8; }

.slider-area .nivo-directionNav a {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 38px;
  height: 48px;
  left: 0;
  line-height: 48px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 55%;
  transition: all 0.4s ease 0s;
  width: 48px; }

.slider-area .nivo-directionNav a:hover {
  background-color: #0053a1;
  color: #fff; }

.slider-area .nivo-directionNav a.nivo-nextNav {
  left: auto;
  right: 0; }

.slider-area:hover .nivo-directionNav a {
  opacity: 1; }

.slider-area {
  position: relative; }

.slider-area .nivo-controlNav {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 9; }

.nivo-controlNav::after {
  background: transparent url("../img/icon/dot_bg.png") no-repeat scroll right center;
  content: "";
  display: inline-block;
  height: 15px;
  padding-left: 5px;
  width: 45px; }

.nivo-controlNav::before {
  background: transparent url("../img/icon/dot_bg.png") no-repeat scroll left center;
  content: "";
  display: inline-block;
  height: 15px;
  padding-right: 5px;
  width: 45px; }

.nivo-controlNav a.active::after {
  color: #0053a1; }

.nivo-controlNav a::after {
  color: #fff;
  content: "\f192";
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 20px;
  padding: 0 5px; }

.nivo-controlNav a {
  font-size: 0; }

.nivo-controlNav a.active::after {
  color: #0053a1; }

/*----------------------------------------*/
/*  Slider Home -2 
/*----------------------------------------*/
.slider-2 .nivo-caption {
  color: #fff;
  opacity: 1;
  text-align: center;
  top: 45%; }

.slider-2 .pos_description .title2 .txt {
  color: #383838; }

.slider-2 .pos_description .title1 .txt {
  display: inline-block;
  padding-bottom: 0;
  padding-top: 15px;
  color: #606060;
  font-size: 24px;
  font-weight: 600; }

.slider-2 .pos-slideshow-readmore {
  margin-top: 30px; }

.slider-2 .pos_description .pos-slideshow-readmore a {
  background: #0053a1 none repeat scroll 0 0;
  color: #fff; }

.slider-2 .pos_description .pos-slideshow-readmore a:hover {
  background: #00396e; }

.slider-2 .slider-area .nivo-directionNav a {
  display: none;
  opacity: 0; }

.slider-2 .nivo-directionNav a {
  display: none;
  opacity: 0; }

/*----------------------------------------*/
/*  Text Animation Slider css 
/*----------------------------------------*/
.animate-slider {
  display: block;
  overflow: hidden;
  position: relative; }

.slide-text {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%; }

.cd-words-wrapper {
  color: #0053a1; }

.slide-text p {
  font-family: raleway;
  font-size: 18px;
  letter-spacing: 3px;
  margin: 4px 0 30px;
  text-transform: uppercase; }

.button-box a.btn-one {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  color: #757575;
  font-family: raleway;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  padding: 10px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s; }

.button-box a.btn-one:hover {
  background: #0053a1;
  color: #fff; }

.two .slide-text {
  top: 42%; }

.two .slide-text p {
  color: #000;
  margin: 25px 0 30px; }

.two .button-box a.btn-one {
  background: #0053a1;
  color: #fff; }

.two .button-box a.btn-one:hover {
  background: #00396e; }

.three .slide-text {
  left: 10%;
  top: 45%;
  width: 55%; }

/*# sourceMappingURL=slider.css.map */
