/* -------------------------------------------------------------- 
  
 Hartija Css Print  Framework
   * Version:   1.0 
	 
-------------------------------------------------------------- */

body { 
width:100% !important;
margin:0 !important;
padding:0 !important;
line-height: 1.45; 
font-family: Garamond,"Times New Roman", serif; 
color: #000; 
background: none; 
font-size: 14pt; }

/* Headings */
h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
h1{font-size:19pt;}
h2{font-size:17pt;}
h3{font-size:15pt;}
h4,h5,h6{font-size:14pt;}


p, h2, h3 { orphans: 3; widows: 3; }

code { font: 12pt Courier, monospace; } 
blockquote { margin: 1.2em; padding: 1em;  font-size: 12pt; }
hr { background-color: #ccc; }

/* Images */
/*
img { float: left; margin: 1em 1.5em 1.5em 0; max-width: 100% !important; }
*/

img {
    margin: 1em 1.5em 1.5em 0; max-width: 100% !important;
}
a img { border: none; }

/* Links */
a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
/*
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
*/

abbr[title]:after { content: " (" attr(title) ")"; }

/* Don't show linked images  */
a[href^="http://"] {color:#000; }
a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after { content: " (" attr(href) ") "; display:none; }

/* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
a[href^="#"]:after, a[href^="javascript:"]:after {content: "";}

/* Table */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
img,tr {page-break-inside: avoid;} 

/* Hide various parts from the site*/
.nav, .lang, .head__subscribe, .head__search, .head__mutation, .topbar, .more, #subscribe, .container-partners, .foot__nav, .foot__social,
.cat__arrow, .flowplayer, .image-box, .slick-dots, .slider__video img, .detail__share,
.text-center > .btn, .crumbs, .intro__sort, .intro__list, .partners, .foot__logo, .detail__aside, .detail__tags__more, .detail__tags__less, .comments, .detail__category
{display:none !important;}

.slick-track {
    width: auto !important;
    transform: translate3d(0, 0, 0) !important;
}

.video__list .video__item   {
    width: 26%;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2em;
}

.video__item h3 {
    margin: 0;
    font-size: 14pt;
    font-weight: 400;
}

.video__img img {
    margin-bottom: 0;
}

.category__item--double, .category__item {
    margin-left: 2%;
    margin-right: 2%;
    width: 42%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2em;
}

.head {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

.head__logo {
    display: block;
    font-size: 0;
    color: #fff;
    width: 6cm;
    margin-left: auto;
    margin-right: auto;
}

.head__claim {
    display: block;
    text-align: center;
}

.foot {
    border-top: 1px solid #ccc;
    padding-top: 1em;
    margin-top: 2em;
}

.foot__copy {
    margin-top: 1em;
}

.home .video {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.slider__item {
    border: 1px solid #ccc;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    width: 100% !important;
}

.slider__text {
    font-weight: 700;
    font-size: 16pt;
}

.gallery__item {
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 21%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 1em;
}


.gallery__item img {
    margin: 0;
}

.main {
    margin-top: 1em;
}

h1 {
    margin-top: 0;
}

.news__item {
    width: 100%;
    margin-bottom: 1em;
}

.news__img {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.news__title {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
}