/*
	Theme Name: CFA
	Theme URI: http://www.making.lu
	Description: HTML5 theme
	Author:Making
	Version: 2.0
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url("./assets/css/owl.carousel.css");
@import url("./assets/css/owl.transitions.css");
@import url("./assets/css/owl.theme.css");
@import url("./assets/css/responsive.css");
@import url("./assets/css/isotope.css");

/* 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%;
  /*height: 100% !important;*/
}
body {
}

body {
  /*height: 100% !important;*/
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #363636;
  font-weight: 100;
  background-color: #FFFFFF;

}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    padding: 0;
    margin-bottom: 15px;
    text-rendering: optimizeLegibility;
}

h3.tt-element-title, h3.widget-title {
    font-size: 26px;
    line-height: 26px;
    font-weight: 100;
    position: relative;
    color: #747474;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, legend, .tt-shortcode {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    font-weight: 100;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1170px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
#fullHeader{
  height: 100%;
}

header#topHeader {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: white;
    border-bottom:1px solid #ccc;
    /*-webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.3);
    -o-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.3);
    -ms-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.3);*/
}
/* logo */

.logo {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    padding: 0;
    margin: 15px 0px;
    text-rendering: optimizeLegibility;
		width: 228px;
		height: 31px;
}
.logo-img {

}
/* nav */

.menu-menu-en-container{
  margin-top: 50vh;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media print {
  .hidden-print {
    display: none !important; } }
.menu-toggle {
  position: relative;
  display: block;
  margin: auto;
  height: 20px;
  width: 32px;
  cursor: pointer; }
  .menu-toggle .bars {
    display: block;
    width: 32px;
    height: 4px;
    background: #000000;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    transition: all .2s linear; }
    .menu-toggle .bars:before, .menu-toggle .bars:after {
      display: block;
      width: 32px;
      height: 4px;
      background: #000000;
      border-radius: 2px;
      content: "";
      position: absolute;
      transition: .2s linear; }
    .menu-toggle .bars:before {
      top: -8px; }
    .menu-toggle .bars:after {
      bottom: -8px; }

.active .bars {
  background-color: transparent;
  transition: all .2s linear; }
  .active .bars:before {
    top: 0;
    transform: rotate(45deg); }
  .active .bars:after {
    bottom: 0;
    transform: rotate(-45deg); }

.menu-hover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 998;
  display: none; }
  .menu-hover .menu-menu-principal-container {
    margin-top: 50vh;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .menu-hover ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center; }
    .menu-hover ul li {
      font-size: 3em;
      line-height: 2em;
      padding: 15px;
      position: relative;
      display: inline-block; }
      @media (max-width: 46.24em) {
        .menu-hover ul li {
          font-size: 2em;
          font-family: 'Roboto', sans-serif;
          line-height: 1em;
          display: block;
          margin: 20px; } }
      .menu-hover ul li a {
        color: dark;
        padding: 10px;
        text-shadow: none;
        font-weight: 100;
        text-transform: uppercase;
        font-size: 21px;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        -ms-transition: color 0.3s;
        transition: color 0.3s; }
        .menu-hover ul li a:before {
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          background: #000;
          content: '';
          opacity: 0;
          -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
          -moz-transition: opacity 0.3s, -moz-transform 0.3s;
          transition: opacity 0.3s, transform 0.3s;
          top: 0;
          -webkit-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -o-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          transform: translateY(-10px); }
        .menu-hover ul li a:after {
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          background: #000;
          content: '';
          opacity: 0;
          -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
          -moz-transition: opacity 0.3s, -moz-transform 0.3s;
          transition: opacity 0.3s, transform 0.3s;
          bottom: 0;
          -webkit-transform: translateY(10px);
          -moz-transform: translateY(10px);
          -o-transform: translateY(10px);
          -ms-transform: translateY(10px);
          transform: translateY(10px); }
        .menu-hover ul li a:hover {
          text-decoration: none; }
          .menu-hover ul li a:hover:after {
            opacity: 1;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px); }
          .menu-hover ul li a:hover:before {
            opacity: 1;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
            transform: translateY(0px); }
            header#topHeader.fixed div.mainHeaderWrapper div.mainHeader .menu-toggle-wrapper {
							position: relative;
					    right: 0;
					    top: 12px;
					    background: rgba(255, 255, 255, 0.8);
					    padding: 10px;
					    z-index: 999;
					    margin-right: 25px; }
              header#topHeader div.mainHeaderWrapper div.mainHeader .menu-toggle-wrapper {
                position: relative;
                float: right;
                top: 12px;
                margin-right: 25px;
                background: rgba(255, 255, 255, 0.8);
                padding: 10px;
                z-index: 999;
                -webkit-transition: top 0.5s ease-in-out;
                -moz-transition: top 0.5s ease-in-out;
                -o-transition: top 0.5s ease-in-out;
                -ms-transition: top 0.5s ease-in-out;
                transition: top 0.5s ease-in-out; }
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}


.footer{
  background-color: #ffffff;
  color:#000000;
  font-size: 12px;
}
.cfa-footer{
  padding: 0 5px;
}
.cfa-footer td {
  font-size:12px;
}

.footer-wrapperContent {
    height: auto;
    /*position: absolute;*/
    bottom: 0px;
    width: 100%;
}

.footer-col {
  display: inline-block;
  float: left;
  width: 24%;
  border-right: 1px solid #666666;
  /*padding-left:5px;*/
  height: 50px;
  /*margin: 10px 0px;*/
}

.footer-col .middle {
	top: 15px;
	position: relative;
}
.footer-50 {
  width:50%;
}

.right {
    text-align: right;
    display: block;
    float: right;
    padding-right: 10px;
}
.footer-border {
  border-bottom: 1px solid #666666;
  padding-left: 5px;
}
.footer-margin {
  padding-left: 5px;
}


.clear{
      clear: both;
      display: block;
      width: 100%;
      height: 0;
      margin: 0;
      padding: 0;
}

.clear:before, .clear:after {
    content: ' ';
    display: table;
}



.content {
    margin-bottom: 100px;
}

.container {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    zoom: 1;
}
.container:after {
    clear: both;
}
.container .container:before, .container:after {
    display: table;
    line-height: 0;
    content: "";
}

.ContentContainer {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}


.content-filters {
    margin: 0 auto;
    text-align: center;
    max-width: 1140px;
}
.portfolio-meta {
    margin: 0;
    font-size: 12px;
		font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
		margin: 50px 0;
}
.portfolio-meta .mea{
	margin-bottom: 5px;
	border-bottom: 1px solid #F9F9F9;
}
/******GRID*******/
.col.twelve {
    width: 100%;
}
.col {
    float: left;
    min-height: 1px;
    margin-right: 2%;
    margin-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col.three {
    width: 23.0%;
}
.col.six {
    width: 48.0%;
}
.col.nine {
    width: 73.0%;
}
.start-row {
    clear: left;
}
.row {
    margin-left: 0%;
}
.row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";
}

section.content.clearfix, #sidebar {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}
section.content div:last-child {
    clear: right;
}

.sep-col {
    margin-top: 50px;
}

/*TABLE*/
table th, table td {
    padding: 8px;
    line-height: 13px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
}
.cfa-td {
    margin-bottom: 0px;
    font-size: 10px;
    width: 100%;
}

/*****DIVIDER*******/
.tt-divider {
    border-top: 1px solid #ececec;
    border-bottom: 0px solid #FFF;
    margin-bottom: 20px;
}
/***********Breadcrumb**************/
#breadcrumbs{
    list-style:none;
    margin:10px 0;
		text-transform: uppercase;
		padding-top: 40px;
		font-size: 10px;
		padding-left: 0px;
    /*overflow:hidden;*/
}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}

#breadcrumbs .separator{
    font-size:10px;
    font-weight:100;
    color:#ccc;
}
#breadcrumbs .item-current {
    display: block !important;
    font-size: 39px;
    font-weight: 100;
		margin-top:9px;
}
#breadcrumbs .bread-current {
    display: block !important;
    font-size: 39px;
    font-weight: 100;
}

/******FORM********/

/*
-----------------------------------------------------------------------------------
 Contact Form 7
----------------------------------------------------------------------------------- */
.wpcf7 form.wpcf7-form p {
    font-weight: 100;
}
.wpcf7 form.wpcf7-form p input[type="text"],.wpcf7 form.wpcf7-form p textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100% !important;margin:10px 0 0 0;padding:8px !important}
.google-map{border:1px solid #ccc;background-color:#efefef;-webkit-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.1);-moz-box-shadow:0px 0px 4px 0px rgba(0,0,0,0.1);box-shadow:0px 0px 4px 0px rgba(0,0,0,0.1);border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}
form{margin-bottom:5px}
legend{display:block;width:100%;font-weight:bold;padding-bottom:15px;border-bottom:1px solid #f0f0f0}
textarea,button,#submit,input[type="submit"],input[type="text"],input[type="password"],input[type="number"],input[type="email"],input[type="url"],input[type="search"]{font:12px/18px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;padding:10px 15px;width:250px;margin:0 0 10px;background-color:#FEFEFE;border:1px solid #e0e0e0;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);-webkit-box-sizing:border-box;/* Safari/Chrome,other WebKit */-moz-box-sizing:border-box;/* Firefox,other Gecko */box-sizing:border-box;-webkit-transition:all ease-in-out 0.1s;-moz-transition:all ease-in-out 0.1s;-o-transition:all ease-in-out 0.1s;transition:all ease-in-out 0.1s}
textarea{width:500px;min-height:200px}
textarea:focus,input:focus,input[type="submit"]:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus{background-color:#FFF;border-color:#D0D0D0;outline-offset:-2px;border-color:#bbb}
label,.help-text{width:auto;margin-bottom:10px}
.help-text{color:#999}
/*button,#submit,input[type="submit"]{cursor:pointer;width:auto;font-weight:bold;border:1px solid #e0e0e0 !important;background:white;background:-webkit-gradient(linear,left top,left bottom,from(white),to(#f0f0f0)) !important;background:-moz-linear-gradient(top,white,#f0f0f0) !important;background-repeat:repeat-x !important;width:auto !important;padding:10px 20px !important}*/
button:hover,#submit:hover,input[type="submit"]:hover{background-color:#f9f9f9;border-color:#d0d0d0;background:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f0f0f0));background:-moz-linear-gradient(top,#f9f9f9,#f0f0f0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.35),0 1px 2px rgba(0,0,0,0.2);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.35),0 1px 2px rgba(0,0,0,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.35),0 1px 2px rgba(0,0,0,0.2)}


form{margin-bottom:5px}
legend{display:block;width:100%;font-weight:bold;padding-bottom:15px;border-bottom:1px solid #f0f0f0}
textarea,button,
/*#submit,input[type="submit"],input[type="text"],input[type="password"],input[type="number"],input[type="email"],input[type="url"],input[type="search"]*/
{font:12px/18px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;padding:10px 15px;width:250px;margin:0 0 10px;background-color:#FEFEFE;border:1px solid #e0e0e0;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);-webkit-box-sizing:border-box;/* Safari/Chrome,other WebKit */-moz-box-sizing:border-box;/* Firefox,other Gecko */box-sizing:border-box;-webkit-transition:all ease-in-out 0.1s;-moz-transition:all ease-in-out 0.1s;-o-transition:all ease-in-out 0.1s;transition:all ease-in-out 0.1s}
textarea{width:500px;min-height:200px}
textarea:focus,input:focus,input[type="submit"]:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus{background-color:#FFF;border-color:#D0D0D0;outline-offset:-2px;border-color:#bbb}
label,.help-text{width:auto;margin-bottom:10px}
.help-text{color:#999}
button,
#submit,input[type="submit"]{cursor:pointer;width:auto;font-weight:bold;border:1px solid #e0e0e0 !important;background:white;background:-webkit-gradient(linear,left top,left bottom,from(white),to(#f0f0f0)) !important;background:-moz-linear-gradient(top,white,#f0f0f0) !important;background-repeat:repeat-x !important;width:auto !important;padding:10px 20px !important}
button:hover,
#submit:hover,
input[type="submit"]:hover{background-color:#f9f9f9;border-color:#d0d0d0;background:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f0f0f0));background:-moz-linear-gradient(top,#f9f9f9,#f0f0f0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.35),0 1px 2px rgba(0,0,0,0.2);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.35),0 1px 2px rgba(0,0,0,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.35),0 1px 2px rgba(0,0,0,0.2)}

#submit,
input[type="submit"]{
	cursor: pointer;
	font-weight: lighter;
	background-repeat: repeat-x !important;
	padding: 5px 20px !important;
	text-align: left;
	left: 0px;
	margin: 0 0 10px;
	background: #000000!important;
	color: #fff !important;
	width: 100%;
	-webkit-appearance: button;
	font-size: 10px;}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.tt-element {
    margin-bottom: 50px;
    position: relative;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item-single{
	max-height: 142px;
	height:142px !important;
	overflow: hidden;
}

#owl-demo .item img{
  display: block;
  width: 100%;
	height: 100%;
  /*height: auto;*/
}


.owl-wrapper{
  height: 100%;
}

div#fullHeader div.sliderCarouselWrapperContainer {
    overflow: hidden;
}
div#fullHeader div.slider-carousel-container {
    position: relative;
}

#owl-container {
    margin-top: 50px;
}

#owl-container .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
}

div.owl--text {
position: absolute;
bottom: 4em;
left: 2em;
width: 20em;
height: 8em;
  padding: 1em;
background: rgba(255,255,255,.5);
  border-radius: 4px;
}

.owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right:0;

  .owl-buttons {

    div {
      position: absolute;
      top:0;
      bottom: 0;
      display: inline-block;
      zoom: 1;
      margin: 0;
      width: 50px;
      height: 30px;
      line-height: 25px;
      text-align: center;
      font-size: .9em;
      border-radius: 3px;
      color: #FFF;
      background: #000;
      opacity: .6;
      text-transform: capitalize;
    }

    .owl-prev {
      left: 5px;
    }
    .owl-next {
      right: 5px;
    }
  }
}
}

.owl-buttons .owl-prev, .owl-carousel .owl-controls .owl-buttons .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-buttons{
	position: absolute;
	top: 50%;
	width: 100%;
}
.owl-prev {
    left: -100px;
		position: absolute;
		left: 0;
		display: inline-block;
		font-size: 20px;
		color: #888888;
		width: 38px;
		height: 41px;
		background-color: rgba(255, 255, 255, 0.6);
}
.owl-prev:before {
    content: "<";
		display: block;
		padding: 10px;
}
.owl-next {
    right: 0px;
		position: absolute;
		display: inline-block;
		font-size: 20px;
		color: #888888;
		width: 38px;
		height: 41px;
		background-color: rgba(255, 255, 255, 0.6);
}
.owl-next:before {
    content: ">";
		display: block;
		padding: 10px;
}
div#fullHeader div.sliderCarouselWrapper {
  overflow: hidden; }
div#fullHeader div.slider-carousel {
  position: relative; }
  div#fullHeader div.slider-carousel div.slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%; }


		.owl-carousel {
			position: relative;
			height: 100%;
			div:not(.owl-controls) {
				height: 100%;
			}

			.owl-slide {
				background-repeat: no-repeat;
				background-size: cover;
				background-position: center center;
			}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400';

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    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;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 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:5px 20px 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 {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 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-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.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;
	}
}
