/*
	Theme Name: Revista Arta
	Theme URI: http://revistaarta.ro
	Description: 
	Version: 1.0.0
	Author: Modem Studio
	Author URI: http://modem.ws
	Tags: Art, Magazine, Romania,

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 16px;
	color: black;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:top;
}
a {
	color: royalblue;
	text-decoration:none;
}
a:hover {
	color:black;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border-bottom:1px solid royalblue;
}
input{
	border-bottom: 1px solid black;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 5px;
	background: none;
}
.clear{
	clear: both;
}
h2,
h3.comment-reply-title{
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
}
h1{
	font-weight: 400;
}
.small{
	font-size: 20px;
	line-height: 25px;
}
.medium{
	font-size: 30px;
	line-height: 35px;
}
.big{
	font-size: 45px;
	line-height: 50px;
}
.small a,
.big a{
	color: black;
}
.blue{
	color: royalblue;
}
.work-sans{
	font-family: "Work Sans";
	font-weight: 800;
}
h1.title-featured,
h1.title-related{
	margin-top: 0;
	margin-bottom: 50px;
}
h1.title-articles{
	margin-top: 50px;
	margin-bottom: 20px;
}
h1.archive-title{
	font-family: 'Work Sans', sans-serif;
	font-weight: 800;
	margin-top: 0;
}
.meta,
.comment-meta,
.comment-respond{
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
}
.centered{
	text-align: center;
}
.italics{
	font-style: italic;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position: relative;
	padding-bottom: 100px;
}
.header {
	background-color: whitesmoke;
}
.logo {
	float: left;
	margin-right: 40px;
}
img.logo-img:hover{
	fill: royalblue;
}
.logo img{
	height: 20px;
}
.nav {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}

.nav a{
	color: black;
}
.nav a:hover{
	color: royalblue;
}
.current-menu-item a{
	color: royalblue;
}
ul.language-select,
.language-select-mobile ul{
	padding-left: 0;
	list-style: none;
	text-transform: uppercase;
}
ul.language-select li,
.language-select-mobile ul li{
	display: inline-block;
	margin-left: 20px;
	margin-right: 0 !important;
}
.language-select-mobile ul li:first-child{
	margin-left: 0;
}
.nav-mobile ul li{
	border-bottom: 1px solid white;
}
.nav-mobile ul#menu-pages li.menu-item-19{
	display: none;
}
.current-lang a{
	color: royalblue;
}
#pages-nav-search{
	cursor: pointer;
}
.search-form-nav{
	text-align: center;
	color: white;
}
.search-form-nav .nav-inside form.search input.search-input{
	border-bottom: none;
	text-align: center;
}
.search-form-nav .nav-inside form.search button.search-submit{
	display: none;
}
.footer {
	background-color: whitesmoke;
	width: 100%;
}
.footer-content{
	max-width: 1200px;
	padding: 50px 25px;
	margin: 0 auto;
}
.archive,
.column-overview,
.collaborations-overview{
	padding-top: 100px;
}
/*------------------------------------*\
    LANDING
\*------------------------------------*/
.featured{
	display: none;
	margin: 0 auto;
	background-color: #F5DCD7;
	padding-bottom: 20px;
	padding-top: 100px;
}

.featured-slider .single-slide-wrap{
	max-width: 1200px;
	margin: auto;
	padding: 0 25px;
	width: 100%;
	color: royalblue;
}
h1.featured-title{
	z-index: 9;
}
h1.featured-article-title{
	font-size: 40px;
	line-height: 45px;
}
.featured-article-title a:hover{
	color: royalblue;
}
.featured-article-txt a.featured-author{
	font-style: italic;
}
.featured-article-thumb{
	overflow: hidden;
	max-width: 800px;
	text-align: center;
	background-color: whitesmoke;
}
.featured-slider ol.flex-control-nav{
	margin-top: 40px;
	margin-bottom: 20px;
}
.recent-collaborations{
	background-color: whitesmoke;
}
.recent-collaborations-content{
	max-width: 1200px;
	margin: auto;
	padding: 25px;
}
.recent-collaborations-list{
	padding: 0;
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;

}
.recent-collaborations-list-item{
	width: 100%;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
}
.recent-collaborations-list-item:nth-child(2){
	display: none;
}
.recent-collaborations-list-item:nth-child(3){
	display: none;
}
.recent-collaborations-list-item-thumb{
	position: relative;
}
.recent-collaboration-tax{
	background-color: royalblue;
	padding: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.recent-collaboration-tax a{
	color: white;
}
.loop-wrap{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 25px;
}
.loop{
	margin: 0 auto;
	padding-top: 100px;
}
.article{
	max-width: 400px;
	margin-bottom: 100px;
}
.loop-article-img{
	-moz-transition: all 500ms ease; /* Firefox */
	-webkit-transition: all 500ms ease; /* WebKit */
	-o-transition: all 500ms ease; /* Opera */
	transition: all 500ms ease; /* Standard */
}
.loop-article-img:hover{
	 transform:         rotate(7deg); /* CSS3 */
	 -moz-transform:    rotate(7deg); /* Firefox */
	 -webkit-transform: rotate(7deg); /* Webkit */
	 -o-transform:      rotate(7deg); /* Opera */
	 -ms-transform:     rotate(7deg); /* IE 9 */
}

img.column-corner{
	position: absolute;
	right: 0;
}
.category{
	background-color: white;
	padding: 5px 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.collaboration-tax{
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 5px;
	background-color: royalblue;
}
.collaboration-tax a{
	color: white;
}
.loop .article ul.post-categories{
	padding: 0;
	margin: 0;
	list-style: none;
}
.loop .article .caption,
.featured-article-txt .caption,
.magazine-body{
	font-size: 16px;
	line-height: 22px;
}

#infscr-loading{
	position: absolute;
	bottom: -50px;
	text-align: center;
	width: 100%;
}
#infscr-loading div{
    margin-left:auto;
    margin-right:auto;
    width:360px;
}
#infscr-loading img,
.pagination{
	display: none;
}

/*------------------------------------*\
    SINGLE ARTICLE
\*------------------------------------*/
.single-article,
.single-page,
.archive-magazine{
	max-width: 1200px;
	padding: 100px 25px 50px 25px;
	margin: auto;
}
.single-article-head,
.single-article-body{
	width: 100%;
}
.single-author{
	font-style: italic;
	margin-top: 0;
}
#image-gallery{
	position: relative;
}
#image-gallery ul li{
	display: none;
	text-align: center;
}
.single-article-content{
	font-size: 18px;
	line-height: 26px;
}
.social-single{
	margin: 50px 0 100px 0;
}
.article-profile{
	margin-bottom: 100px;
	padding: 25px 25px 5px 25px;
	background-color: whitesmoke;
}
.article-profile-bio .small{
	margin-top: 0;
}
.article-profile-bio{
	margin-bottom: 20px;
}
.article-profile-img{
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

/*------------------------------------*\
     PROFILE PAGE
\*------------------------------------*/
.profile-description{
	overflow: hidden;
	max-width: 750px;
	margin: 0 auto 100px auto;
	font-size: 16px;
}
.profile-description .small{
	margin-top: 0;
}

/*------------------------------------*\
     COLLABORATIONS
\*------------------------------------*/
.collaborations-overview{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
ul.collaboration-overview-list{
	padding: 0;
	margin: 0;
}
.collaboration-overview-item{
	text-align: center;
	margin-bottom: 50px;
	display: inline-block;
	background-color: whitesmoke;
	margin: 5px;
	width: 100%;
	vertical-align: top;
}
a.collaboration-overview-link{
	display: block;
}
a.collaboration-overview-link h1.collaboration-title{
	margin: 0;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
	padding: 100px 20px
}

/*------------------------------------*\
    COLUMN OVERVIEW
\*------------------------------------*/
.column-overview{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
ul.column-overview-list{
	padding: 0;
	margin: 0;
}
.column-overview-item{
	text-align: center;
	margin-bottom: 50px;
	padding: 20px;
	display: inline-block;
	background-color: whitesmoke;
	margin: 5px;
	width: 100%;
	vertical-align: top;
}

.column-overview-item a:hover{
	color: royalblue;
}
/*------------------------------------*\
     SINGLE COLUMN
\*------------------------------------*/
.single-column-wrap{
	padding-top: 100px;
	max-width: 750px;
	margin: auto;
}
.single-column-content{
	font-size: 18px;
	line-height: 26px;
}

/*------------------------------------*\
    MAGAZINE ARCHIVE // SHOP
\*------------------------------------*/
.shop-intro{
	margin-bottom: 100px;
}
.shop-subscription p{
	margin-top: 0;
}
.magazine{
	border-top: 2px solid black;
}
.magazine:last-child{
	border-bottom: 2px solid black;
}
.magazine-title{
	cursor: pointer;
}
.magazine-title:hover{
	color: royalblue;
}
.magazine-title h1.small.left{
	float: left;
}
.magazine-title h1.small.right{
	float: right;
}
.magazine-body{
	padding-bottom: 50px !important;
	width: 100%;
}
.magazine-text{
	float: left;
	vertical-align: top;
	max-width: 750px;
}
.magazine-thumb{
	float: left;
	vertical-align: top;
	max-width: 400px;
	margin-top: 25px;
}
.magazine-thumb img{
	margin-bottom: 20px;
}
.shop-text p,
.shop-text .small{
	margin-top: 0px;
}
.buy-button{
	background-color: royalblue;
	padding: 10px;
	color: white;
	border: 1px solid royalblue;
	display: block;
}
.buy-button:hover{
	background-color: white;
	color: royalblue;
	border: 1px solid royalblue;
}

/*------------------------------------*\
    COLLABORATIONS PAGE
\*------------------------------------*/
h1.collaboration-title{
	font-family: 'Work Sans', sans-serif;
	font-weight: 800;
	color: royalblue;
}
.intro-desc,
.collaborations-desc{
	max-width: 840px;
	padding: 0px 20px 50px 20px;
	margin: auto;
}
.intro-desc p{
	margin-top: 0;
}
/*------------------------------------*\
    ABOUT PAGE
\*------------------------------------*/
#about-page{
	color: royalblue;
}
#about-page a{
	font-style: italic;
	color: royalblue;
}
#about-page a:hover{
	font-style: normal;	
}
.single-about-left p,
.single-about-left .small{
	margin-top: 0;
}
.about-page-address,
.partner-logos{
	margin-top: 100px;
}
.about-sidebar li{
	list-style: none;
}
.partner-logo{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 20px 0;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
.nav-mobile{
	background-color: #F5DCD7;
	z-index: 9999;
	text-align: center;
	text-transform: uppercase;
	padding: 30px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}
.nav-mobile a{
	color: black;	
	line-height: 40px;
}
.nav-mobile ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 28px;
}

.nav{
	display: none;
}
a.open{
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
	z-index: 9999;
	font-size: 18px;
	color: black;
}
div.featured-single-title{
	padding-left: 30px;
}
.single-slide-wrap .caption{
	display: none;
}
.single-meta-top{
	max-width: 750px;
	margin: auto;
}
.single-article-sidebar{
	display: none;
}
.single-column-wrap{
	padding-left: 25px;
	padding-right: 25px;
}
.single-column-content{
	padding: 0;
}
.single-title{
	margin-left: 0px;
	margin-top: 0;
}

.wp-caption-img{
	margin-left: -25px;
	margin-right: -25px;
	text-align: center;
	background-color: whitesmoke;
}
.article-profile{
	margin-left: -25px;
	margin-right: -25px;
}
.single-column-corner{
	display: none;
}
.about-sidebar{
	margin-top: 100px;
}
.social-main{
	display: none;
}
.footer-1,
.footer-2,
.footer-3{
	margin-bottom: 50px;
	width: 100%;
}
.profile-description{
	padding: 0 25px;
}

}
@media only screen and (min-width:480px) {
.column-overview-item,
.collaboration-overview-item{
	width: calc(50% - 10px);
}
.recent-collaborations-list-item{
	width: 50%;
}
.recent-collaborations-list-item:nth-child(2){
	display: inline-block;
}

}
@media only screen and (min-width:768px) {
.social-main{
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.pages-nav{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: whitesmoke;
	height: 50px;
	z-index: 999;
}
.category-nav{
	position: fixed;
	height: 50px;
	top: 50px;
	width: 100%;
	left: 0;
	margin-top: -50px;
	background-color: whitesmoke;
	z-index: 990;
}
.search-form-nav{
	position: fixed;
	height: 150px;
	top: 50px;
	width: 100%;
	left: 0;
	margin-top: -150px;
	background-color: whitesmoke;
	z-index: 990;
}
.nav-inside{
	margin: 0 auto;
	max-width: 1200px;
	padding: 15px 25px;
}
.nav-inside h1.big{
	margin: 15px;
	font-family: 'PT Serif', serif;
	font-weight: 400;
}
ul#menu-pages,
ul#menu-categories-en,
ul#menu-categories-ro,
ul.language-select{
	margin: 2px 0 0 0;
}
.nav-mobile{
	display: none;
}
a.open{
	display: none;
}
.small{
	font-size: 25px;
	line-height: 30px;
}
.medium{
	font-size: 50px;
	line-height: 55px;
}
.big{
	font-size: 60px;
	line-height: 65px;
}
.nav{
	display: block;
}
.nav ul{
	padding: 0px;
	list-style-type: none;
}
.nav ul li{
	float: left;
	margin-right: 20px;
}
#pages-nav-search,
ul.language-select{
	float: right;
	margin: 0;
}
.single-column-wrap{
	padding-left: 0;
	padding-right: 0;
}
.single-column-content{
	padding: 0 50px;
}
.single-column-corner{
	position: fixed;
	top: 50px;
	right: 0;
	display: block;
}
.single-title{
	margin-left: 50px;
}
.single-author{
	margin-left: 100px;
}
.wp-caption-img{
	margin-left: -50px;
	margin-right: -50px;
}
.article-profile{
	margin-left: 0;
	margin-right: 0;
}
.single-article-left{
	width: 66.66%;
	float: left;
	max-width: 750px;
}
.single-article-sidebar{
	max-width: 400px;
	padding-left: 50px;
	float: left;
	width: 33.33%;
	display: block;
}
.single-article-content{
	padding: 50px;
}
.profile-description{
	padding: 0;
}
.featured-article-thumb{
	width: 66.66% !important;
	position: relative;
	text-align: right;
	background-color: #F5DCD7;
}
.featured-article-txt{
	float: left;
	max-width: 400px;
	width: 33.33%;
	padding-right: 50px;
}
.magazine-text{
	width: 66.66%;
}
.magazine-thumb{
	width: 33.33%;
	padding-left: 50px;
}
.footer-1,
.footer-2,
.footer-3{
	float: left;
	width: 33.33%;
	padding-right: 50px;
	margin-bottom: 0;
	max-width: 400px
}
.footer-3{
	margin-right: 0px;
}
.collaboration-item{
	margin-bottom: 100px;
}
.column-overview-item{
	width: calc(33.33% - 10px);
}
.recent-collaborations-list-item{
	width: 33.33%;
}
.recent-collaborations-list-item:nth-child(3){
	display: inline-block;
}

}

@media only screen and (min-width:1024px) {
.single-slide-wrap .caption{
	display: block;
}
.single-about-left,
.shop-text{
	width: 66.66%;
	float: left;
	max-width: 750px;
}
.about-sidebar,
.shop-subscription{
	max-width: 350px;
	margin-left: 50px;
	margin-top: 0;
	float: left;
	width: 100%;
}
}
@media only screen and (min-width:1140px) {
.nav ul li{
	float: left;
	margin-right: 40px;
}
}
@media only screen and (min-width:1280px) {
.featured-single-title{
	padding-left: 175px;
}

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
/*------------------------------------*\
    RELATED ARTICLES
\*------------------------------------*/
#related-articles ul{
	padding: 0;
	list-style: none;
}
#related-articles ul li{
	margin-bottom: 25px;
	overflow: hidden;
}
#related-articles #related-thumb{
	float: left;
	margin-right: 25px;
	width: 150px;
	height: 100px;
	text-align: center;
	background-color: whitesmoke;
}
#related-articles #related-title{
	font-size: 18px;
	line-height: 26px;
}
#related-articles ul li a{
	color: black;
}
/*------------------------------------*\
   FLEXSLIDER
\*------------------------------------*/

#image-gallery {
	width: 100%;
	max-width: 750px;
	text-align: center;
	background-color: whitesmoke;
}
.gallery-loading{
	width: 100%;
	max-width: 750px;
	background: url("img/loader-revista.gif");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 66.67%;
	background-color: whitesmoke;
}
#image-gallery  ul.slides li{
    width: 100%;
	max-width: 750px;
	position: relative;
	padding-top: 66.67%;	
}
#image-gallery  ul.slides li img{
    position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: auto;
	max-height: 100%;
}
#image-gallery  ul.slides li .caption{
	margin-bottom: -80px;
	padding: 0 50px;
}
.slide-paging.meta{
	margin-top: 2px;
}
#image-gallery .flex-direction-nav .flex-next {
    width: 50%;
    height: 100%;
    top: 0px;
    left: auto;
    right: 0;
    background: none !important;
    cursor: url(img/next.png) 50 0, auto;
    position: absolute;
}
#image-gallery .flex-direction-nav .flex-prev {
    width: 50%;
    height: 100%;
    top: 0px;
    left: 0;
    right: auto;
    background: none !important;
    cursor: url(img/prev.png), auto;
    position: absolute;
}
#image-gallery .flex-direction-nav a{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
	cursor: pointer;
	text-indent: 0;
	opacity: 1;
	-webkit-transition: none;
	border-bottom: none;
}

#image-gallery ul.flex-direction-nav{
	padding: 0px;
	margin: 0px;
}
ul.slides{
	padding: 0px;
	margin: 0;
}
.current-slide, .sep, .total-slides{
	display: inline-block;
	padding-top: 10px;
}

/*------------------------------------*\
    COMMENTS
\*------------------------------------*/
.comment{
	border-bottom: 2px solid black;
	padding: 20px 0;
	font-size: 16px;
}
ul.children .comment{
	border-top: none;
}
.comment-meta.commentmetadata a{
	color: black;
}
.comment-author{
	font-size: 18px;
	line-height: 26px;
}
.comment-author cite.fn{
	font-style: normal;
}
.comment-respond{
	padding: 20px 0;
}
p.form-allowed-tags,
a.post-edit-link{
	display: none;
}
.comments ul{
	padding-left: 0;
}
.comments ul li.depth-2{
	padding-left: 75px;
}
.comments ul li{
	list-style: none;
}
.comment-author.vcard{
	margin-top: 15px;
}

textarea#comment,
.comments input {
	width: 100%;
}
.reply{
	text-align: right;
}
/* FORM */
textarea{
	border: 1px solid black;
    overflow: auto;
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea:focus{
	border-bottom: 1px solid royalblue;
}
input.submit,
input.button{
	border: 2px solid royalblue;
	padding: 10px;
	background-color: transparent;
	color: royalblue;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 20px;
	font-family: 'Work Sans', sans-serif;

}
input.submit:hover,
input.button:hover{
	background-color: royalblue;
	color: white;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

input#mce-EMAIL, input#mce-FNAME, input#mce-LNAME{
	margin-left: 0px;
	border: none;
	border-bottom: 1px solid black;
	width: 100%;
	-webkit-appearance: none;
    border-radius: 0;
    font-size: 16px;
}
input#mce-EMAIL:focus, input#mce-FNAME:focus, input#mce-LNAME:focus{
	border-bottom: 1px solid royalblue;
}
input#mc-embedded-subscribe{
	margin-left: 0px;
}
input.search-input{
	width: 100%;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin:20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption-img{
	background-color: whitesmoke;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
	margin: 0;
	background-color: white;
	font-weight: 400;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		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) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
