/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 0.8em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

   /* FONT */
   @font-face {
  font-family: 'Swiss';
  src: url('../fonts/785.eot');
  font-weight: normal;
  font-style: normal;
  }
  @font-face{
    font-family: 'Swiss-heavy';
    src: url('../fonts/785-heavy.eot');
    font-weight: normal;
    font-style: normal;
  }

  /* Everyone else, take this */

  @font-face {
    font-family: 'Swiss';
    src: url('../fonts/785.ttf');
    font-weight: normal;
    font-style: normal;
  }
  @font-face{
    font-family: 'Swiss-heavy';
    src: url('../fonts/785-heavy.ttf');
    font-weight: normal;
    font-style: normal;
  }


 /* Extra small devices, default */

 html{
   font-family: 'Swiss';
   color: #3d3d3d;
}


/* BARVA: 42c4bb 5cded5 */

  .fb_gumb img{width:30px; margin-bottom: 4px;}
  .osmi{background-color: rgba(255,0,0,0.5); color:white;}
  .linki{color: #0EAAF1; text-decoration: none;}
  .turkizna{color: #0EAAF1;}
  .turkizna_light{color: #28c4ff;}
  .rdeca{color:red;}
  .siva{color:#c9caca;}
  .siva_temno{color:#5e5e5e;}
  .modra_siva{color:#34495e;}
  .reli{position: relative;}
  .bloki{display: inline-block;}
  a{text-decoration: none;}
 .container{width:auto; margin:0 auto; padding: 0 20px;}
 .skew{transform: skewY(3.5deg);}
 .skew_back{transform: skewY(-3.5deg);}
 .sredinsko{text-align: center;}
 .odebeljeno{font-family: 'Swiss-heavy';}
 .levo{float:left;}
 .desno{float:right;}
 .clear{clear:both;}
 .ss{font-size:0.7em;}
 .s{font-size:0.9em;}
 .m{font-size:1.1em;}
 .l{font-size:1.3em;}
 .ll{font-size:1.6em;}
 .xl{font-size: 2em;}
 .xxl{font-size: 2.5em;}
 .gor10{margin-top: 10px;}
 .desno10{margin-right: 10px;}
 .desno5{margin-right: 5px;}
 .gor5{margin-top: 5px;}
 .gor30{margin-top: 30px;}
 .gor50{margin-top: 50px;}
 .gor70{margin-top: 70px;}
 .dol30{margin-bottom: 30px;}
 .dol50{margin-bottom: 50px;}
 .blok{display: inline-block;}
 .crta_levo{border-left: 1px solid white; margin-right: 10px; margin-left: 10px;}
 .d22{width:22%; float:left;}
 .d22 img{max-width: 100%;}
 .d25{width:25%; float:left;}
 .desno4p{margin-right:4%;}
.desno5p{margin-right:5%;}
 .btn{
  white-space:nowrap;
  padding:.8em 1.5em;
  line-height: 1; /* za večje zaslone poveči na 1.2 (vsaj) */
  border-radius:4px;
  background-color: #8958ea;
  color:white;
  border: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  outline:0;
  font-family: 'Swiss-heavy';
  display: inline-block;
 }
 .btn:focus {outline:0;}
 .btn:hover {background-color: #9f7ce4;}
 .btn_active{background-color: #553692 !important;}
 .btn99{
  white-space:nowrap;
  padding:.8em 1.5em;
  line-height: 1; /* za večje zaslone poveči na 1.2 (vsaj) */
  border-radius:4px;
  background-color: green;
  color:white;
  border: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  outline:0;
  font-family: 'Swiss-heavy';
  display: inline-block;
 }
 .btn99:focus {outline:0;}
 .btn99:hover {background-color: green}
 .btn2{
  white-space:nowrap;
  padding:0.4em 0.8em;
  line-height: normal; /* za večje zaslone poveči na 1.2 (vsaj) */
  border-radius:4px;
  background-color: #0EAAF1;
  color:white;
  border: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  outline:0;
  display: inline-block;
 }

a.it{color:white;}
 .it:hover{

  white-space:nowrap;
  padding:0.4em 0.8em;
  line-height: normal; /* za večje zaslone poveči na 1.2 (vsaj) */
  border-radius:4px;
  background-color: #0EAAF1;
  color:white;
  border: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  outline:0;
  display: inline-block;

 }
 .btn3{
  white-space:nowrap;
  padding:.8em 1.5em;
  line-height: 1; /* za večje zaslone poveči na 1.2 (vsaj) */
  border-radius:4px;
  background-color: #c9caca;
  cursor:default;
  color:white;
  border: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  outline:0;
  font-family: 'Swiss-heavy';
  display: inline-block;
 }
 .btn4{
  white-space:nowrap;
  padding:.8em 1.5em;
  line-height: 1; /* za večje zaslone poveči na 1.2 (vsaj) */
  border-radius:4px;
  background-color: #34495e;
  color:white;
  border: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  outline:0;
  font-family: 'Swiss-heavy';
  display: inline-block;
 }
 .btn4:hover {background-color: #4e6378;}
 .btn5{
  white-space:nowrap;
  padding:.8em 1.5em;
  line-height: 1; /* za večje zaslone poveči na 1.2 (vsaj) */
  border-radius:4px;
  background-color: #8196ab;
  color:white;
  border: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  outline:0;
  font-family: 'Swiss-heavy';
  display: inline-block;
 }
 .btn5:hover {background-color: #9aafc4;}



 #menu_wrapper{
   background: rgba(0, 0, 0, 0.68);
   height:200px;
   margin-top:-70px;
   position:fixed;
   width:100%;
   top:0;
   left:0;
   z-index:20;
 }
 #menu{
   padding-top:90px;
   color:black;
 }

 #logo_img{
   vertical-align: middle;
   width:120px;
   margin-top: 10px;
 }

 #menu_items{margin-top:35px;}

 #slider{
   position:relative;
 }
 #slider img{
   width:100%;
   object-fit: cover;
   height:500px;
 }
 #headline{
  margin-top:-95px;
  text-align: center;
  background-color: white;
  min-height: 300px;
  padding-bottom: 70px;
  position: relative;
  z-index: 10;
 }
 #headline2{
  margin-top:-95px;
  text-align: center;
  background-color: white;
  min-height: 300px;
  padding-bottom: 30px;
 }
 #headline_wrap{
   padding-top:70px;
 }

 #artists{
   position:relative;
   z-index: 9;
   margin-top: -80px;
 }
 #artists img{
   width:100%;
 }

 #venue{
   text-align: center;
   margin-top:60px;
   background-color: white;
   padding-bottom: 50px;
   position: relative;
   z-index: 8;
 }

 #venue_slide{
   position:relative;
   z-index: 7;
   margin-top: -80px;
 }
 #venue_slide img{width:100%;}

 #hotels{
   text-align: center;
   margin-top:60px;
   background-color: white;
   padding-bottom: 20px;
 }

 #hotels_slide{
   position:relative;
   z-index: 6;
 }
 #hotels_slide img{width:100%;}

 #trip{
   text-align: center;
   margin-top:-120px;
   background-color: white;
   padding-bottom: 50px;
   position: relative;
   z-index: 7;
 }

 #trip_slide{
   position:relative;
   z-index: 6;
   margin-top: -80px;
 }
 #trip_slide img{width:100%;}

 #partners{text-align: center;}

#hotel_img{
  position:relative;
  z-index:3;
  margin-bottom: 20px;
}
 #hotel_img img{max-width:100%;}
 .hotel_contact{width:100%; margin-bottom: 20px;}

 #tickets{
   color: #3d3d3d;
   position:relative;
   z-index:3;
   padding-left:20px;
   padding-right: 20px;
 }
 #headline3{
  margin-top:-95px;
  text-align: center;
  background-color: white;
  min-height: 50px;
  padding-bottom: 30px;
 }
 .ticket_l{float:left;}
.ticket_d{float:right;}
#next_button{margin-bottom: 30px;}
.m50{max-width:50%;}
.inp{margin-top:10px;}

/* INPUTS */
.inputs_style{
  padding: .25rem .5rem;
  height:2em;
  line-height: 1.5;
  display: block;
  width: 100%;
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}

.forma{
  float:left;
  width:100%;
}

.desno4p1{margin-right:0;}
.desno4p2{margin-right:0;}
.desno4p3{margin-right:0;}

 #podatki2{}

 #map{
   position:relative;
   z-index: 1;
   margin-top: -120px;
 }
 #headline4{
  margin-top:-95px;
  text-align: center;
  background-color: white;
  min-height: 300px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
 }

 .ticket_d2{
  padding-top: 30px;
  float: right;
  min-width: 10%;
  text-align: center;
 }

 .st_kart{
   text-align: center;
  text-align-last: center;
  height: 3em !important;
 }

 .ticket_d3{
  float: right;
  min-width: 10%;
  text-align: center;
 }


 #bank_text{display: none;}

 .payment_info{
   margin:0 auto;
   text-align: center;
 }

 .payment_info select{
   max-width: 50%;
   margin:0 auto;
 }

 .payment_info input{
   max-width: 50%;
   margin:0 auto;
 }

 /* ARTISTS */
 .headlinee{
  margin-top:-65px;
  text-align: center;
  background-color: white;
  min-height: 300px;
  padding-bottom: 70px;
 }

 .headline_wrapp{
   padding-top:70px;
 }

 .artistss{
   position:relative;
   z-index: -1;
   margin-top: -80px;
 }
 .artistss img{
   width:100%;
   object-fit: cover;
   height:500px;
 }

.ar_divs{
  float:left;
  width: 17%;
  text-align: center;
  margin-right: 3.75%;
  margin-bottom: 2em;
}
.ar_divs2{
  float:left;
  width: 30%;
  text-align: center;
  margin-right: 5%;
  margin-bottom: 2em;
}
.ar_divs2.zadnji{margin-right: 0;}
.ar_divs.peti{margin-right: 0;}
.ar_divs.sesti{clear:left;}
.ar_divs img{
  max-width: 100%;
}
.ar_divs2 img{
  max-width: 100%;
}
.ar_clear{clear:both;}


.ar_divs1{
  float:left;
  width: 15%;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2em;
}
.ar_divs1.sesti{margin-right: 0;}
.ar_divs1 img{
  max-width: 100%;
}

 @media only screen and (min-width : 768px) {


 }

 /* ARTIST */

 .artistsss{
   position:relative;
   z-index: 9;
   margin-top: -15px;
 }
 .artistsss img{
   float:left;
   width:25%;
 }

 .youtube_play_icon{
   position: absolute;
   top:50%;
   margin-left: -50px;
   margin-top: -35px;
   left:50%;
   width:100px !important;
   height:70px !important;
   cursor: pointer;
 }


  /* SLIDESHOW */

 .slideshow {
   margin: 0 auto;
   text-align: center;
   position: relative;

 }
 .slideshow div {
   background-color: white;
   width: 100%;
   display: none;

 }
 .slideshow img {
   width: 100%;
   height: 500px;
   object-fit: cover;
 }

.selectors{
 position: relative;
 top:-50px;
text-align: center;
margin: 0;
padding: 0;
list-style-type: none;
}

.focalPoint{
  color: #0EAAF1 !important;
}

.selectors li{
font-size: 46px;
line-height: 32px;
display: inline;
padding: 0 2px;
}

.selectors li a{ color: white;}

#slidee44{ top:-100px !important;}
#slidee11{ top:-100px !important;}
#slidee66{ top:-100px !important;}
#slidee77{ top:-100px !important;}
#slidee88{ top:-100px !important;}
#slidee99{ top:-100px !important;}
#slidee1010{ top:-100px !important;}


#artists_sub{
  left: 0px;
  position: absolute;
  top: 30px;
  display: none;
}

.artists_sub{
  left: 0px;
  position: absolute;
  top: 30px;
  display: none;
}

.artists_sub2{
  left: 0px;
  position: absolute;
  top: 65px;
  display: none;
}

@media only screen and (min-width : 1200px) {

  .artists_sub2{
    left: 0px;
    position: absolute;
    top: 68px;
    display: none;
  }

}

#artists_menu_link{color:white;}

#team_sub{
  left: 0px;
  position: absolute;
  top: 30px;
  display: none;
}

#team_menu_link{color:white;}

#promoters_sub{
  left: 0px;
  position: absolute;
  top: 30px;
  display: none;
}

#promoters_menu_link{color:white;}

#menu_responsive{
  font-size: 1.5em;
  margin-top: 10px;
  color: black;
}

#menu_normal{display: none;}

#menu_items{font-size: 0.8em;}

.dolg_gumb{white-space: normal;}

/* PROGRAM */
.prog{
  border: 1px solid #ccc;
  float:left;
  box-sizing: border-box;
  padding: 1em;
  font-size: 1.3em;
}
.p25{width:25%;}
.p25 img{width:100px;}
.p50{width:50%;}
.p75{width:75%;}

table.program{
  width:100%;
  font-size: 0.7em;
}

table.program td{
  border:1px solid #ccc;
  padding: 1em;
  font-size: 1.3em;
}

.bp{padding:1em !important;}
.bp img{width:150px; object-fit: cover;}

.break_no{white-space: nowrap;}

.dan{border-top:2px solid black;}

.d16{width:16%; float:left;}
.d16 img{max-width: 100%;}

.d20{width:20%; float:left;}
.d20 img{max-width: 100%;}


 @media only screen and (min-width : 430px) {

.artistsss{
  position:relative;
  z-index: 9;
  margin-top: -30px;
}

}

.footer{
  margin: 0 auto;
  margin-top:30px;
  color:#999;
  padding:1em;
  text-align:center;
}

/* TEAM */

.team_divs{
  float:left;
  width: 22%;
  text-align: center;
  margin-right: 4%;
  margin-bottom: 2em;
}
.team_divs.zadnji{margin-right: 0;}
.team_divs.cetrti{margin-right: 0;}
.team_divs.peti{clear:left;}
.team_divs.osmii{clear:none;}
.team_divs img{
  max-width: 100%;
}
.team_clear{clear:both;}

 @media only screen and (min-width : 768px) {

   .team_divs{
     float:left;
     width: 10%;
     text-align: center;
     margin-right: 2.857%;
     margin-bottom: 2em;
   }
   .team_divs.zadnji{margin-right: 0;}
   .team_divs.cetrti{margin-right: 2.857%;}
   .team_divs.peti{clear:none;}
   .team_divs.osmii{clear:left;}
   .team_divs img{
     max-width: 100%;
   }

   .team_clear{clear:none;}

 }


 /* GALERIJA */

.gal_divs{
  float:left;
  position:relative;
  width: 22%;
  text-align: center;
  margin-right: 4%;
  margin-bottom: 2em;
}
.gal_divs.zadnji{margin-right: 0;}
.gal_divs.cetrti{margin-right: 0;}
.gal_divs img{
  max-width: 100%;
}
.gal_clear{clear:both;}

 @media only screen and (min-width : 768px) {

   .gal_divs{
     float:left;
     width: 12%;
     text-align: center;
     margin-right: 0.571%;
     margin-bottom: 2em;
   }
   .gal_divs.zadnji{margin-right: 0;}
   .gal_divs.cetrti{margin-right: 0.571%;}
   .gal_divs img{
     max-width: 100%;
   }

   .gal_clear{clear:none;}

 }

 .youtube_play_icon2{
   position: absolute;
   top:50%;
   margin-left: -10px;
   margin-top: -25px;
   left:50%;
   width:20px !important;
   height:16px !important;
   cursor: pointer;
 }
 @media only screen and (min-width : 420px) {

  .youtube_play_icon2{
   position: absolute;
   top:50%;
   margin-left: -12px;
   margin-top: -20px;
   left:50%;
   width:30px !important;
   height:20px !important;
   cursor: pointer;
 }

  @media only screen and (min-width : 520px) {

  .youtube_play_icon2{
   position: absolute;
   top:50%;
   margin-left: -20px;
   margin-top: -22px;
   left:50%;
   width:50px !important;
   height:30px !important;
   cursor: pointer;
 }

}
  @media only screen and (min-width : 768px) {

  .youtube_play_icon2{
   position: absolute;
   top:50%;
   margin-left: -20px;
   margin-top: -34px;
   left:50%;
   width:50px !important;
   height:35px !important;
   cursor: pointer;
 }

}

  @media only screen and (min-width : 1200px) {

    .youtube_play_icon2{
   position: absolute;
   top:50%;
   margin-left: -20px;
   margin-top: -34px;
   left:50%;
   width:50px !important;
   height:35px !important;
   cursor: pointer;
 }

}

  @media only screen and (min-width : 1600px) {

    .youtube_play_icon2{
   position: absolute;
   top:50%;
   margin-left: -40px;
   margin-top: -35px;
   left:50%;
   width:80px !important;
   height:56px !important;
   cursor: pointer;
 }

}

 /* PROMOTION */

#promotion_cross{display:none;}
#promotion_contest{display:none;}
#promotion_name{display:none;}
#promotion_email{display:none;}
#submit_button_promotion{display:none;}


 /* Small Devices, Tablets */
 @media only screen and (min-width : 768px) {

   .payment_info select{
     max-width: 20%;
     margin:0 auto;
   }

   .payment_info input{
     max-width: 20%;
     margin:0 auto;
   }

   #menu{
     padding-top:90px;
     color:white;
   }

   html{font-size: 1em;}

    .container{width:750px; margin:0 auto;}

    .forma{
      float:left;
      width:45%;
    }
    .desno4p1{margin-right:5%;}
    .desno4p2{margin-right:0;}
    .desno4p3{margin-right:5%;}


 }

 /* Medium Devices, Desktops */
 @media only screen and (min-width : 992px) {

   .artistsss{
     position:relative;
     z-index: 9;
     margin-top: -40px;
   }

   #menu_responsive{display:none;}
   #menu_normal{display: block;}


   .slideshow img {
     width: 100%;
     height: 750px;
     object-fit: cover;
   }

   #slider img{
     width:100%;
     object-fit: cover;
     height:750px;
   }

   .artistss img{
     width:100%;
     object-fit: cover;
     height:750px;
   }

    .container{width:950px; margin:0 auto;}


    .forma{
      float:left;
      width:45%;
    }
    .desno4p1{margin-right:5%;}
    .desno4p2{margin-right:0;}
    .desno4p3{margin-right:5%;}

    table.program{
      width:100%;
      font-size: 1em;
    }


 }

 /* Large Devices, Wide Screens */
 @media only screen and (min-width : 1200px) {

   .artistsss{
     position:relative;
     z-index: 9;
     margin-top: -80px;
   }

    .container{width:1170px; margin:0 auto;}

    #menu_items{font-size: 1em;}

    .forma{
      float:left;
      width:22%;
    }
    .desno4p1{margin-right:4%;}
    .desno4p2{margin-right:4%;}
    .desno4p3{margin-right:4%;}


 }















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
