/*
 * HTML5 Boilerplate
 *
 * 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,
button,
input,
select,
textarea {
    color: #222;
}

html {background-color:#000;}

body {
    font-size: 0.9em;
    line-height: 1.4;
	background-color:#FFF;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
body, html {
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;

}
body {
	
}
.no-js {
	padding-top: 106px;
}
h2 {
	margin-top: 0;
}
.loading {
	background: url('../img/ico_loading.gif') no-repeat center center;
}
section {
    opacity: 0;
	height: 800px;
	min-height:800px;

}

.storygallery{
	position:relative;
	margin: 0 auto;
	min-width: 100%px;
	overflow: hiddden;
	width: 100%; 
	height:100%;
}

.loaded section,
.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
main {
	overflow-x: hidden;
}
#preload {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#parralaxnav{
	list-style: none;
	position: fixed;
	right: 15px;
	z-index:500;
	display:block;
}

#parralaxnav li{
	margin: 0 0 15px 0;	
}

.story{
	margin: 0 auto;
	min-width: 100%;
	overflow: auto;
	width: 100%; 
}
.bcg {
    background-size: cover;
    height: 100%;
    width: 100%;
}

.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
    .hsContent {
        max-width: 100%;
        margin: 0 auto 0 auto;
        display: table-cell;
        /*vertical-align: middle;*/
        text-align: center;
        position: relative;
    }
    .hsContent h2  {
        color: #ffffff;
        font-size: 20px;
        margin-bottom: 12px;
		text-align:center;
    }
    .hsContent p {
        width: 100%;
        color: #ffffff;
		font-size:14px;
		text-align:left;
    }
	.hsContent a {
		color: #ffffff;
		text-decoration: underline;
	}
	
	.firsttext {
		 float:right;
		 margin-right:0px;
		 max-width:500px;
		 margin-top:20px;
		 padding:10px;
		 padding-top:20px;
		 color:#ffffff;
	}
	
	.4klogo {
		float:right;
		margin-right:40px;
		margin-top:0px;
		max-width:161px;
	}
	
	.story2{
	/*margin: 0 auto;*/
	overflow: auto;
	width: 100%;
	text-align:center;
	/*background-color:rgba(0, 0, 0, 0.7); 
	color:#ffffff;*/
	/*height:180px;*/
	padding-bottom:25px;

}
.secondtext {
	padding:10px;
	color:#000000;

	margin-left:10%;
	margin-right:10%;
	width:80%;
	float:left;
}

#details {
	display:none;
	background-color:rgba(255, 255, 255, 0.7);
	padding:0px;color:#ffffff;
	margin-top:10px;	
	width:100%;
	}
	
/* Slider Style */
.pxs_container{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	-moz-box-shadow:0px 0px 7px #000;
	-webkit-box-shadow:0px 0px 7px #000;
	box-shadow:0px 0px 7px #000;
}
.pxs_bg{
	background:transparent url(../plximages/bg.png) repeat top left;
}
.pxs_bg div{
	position:absolute;
	top:0px;
	left:0px;
	width:5056px; /*1264px window width times number of images*/
	height:100%;
	background-repeat:repeat;
	background-position:top left;
	background-color:transparent;
}
.pxs_bg .pxs_bg1{
	background-image:url(../plximages/bg1.png);
	/*left negative 1/8 of ww*/
}
.pxs_bg .pxs_bg2{
	background-image:url(../plximages/bg2.png);
	/*left negative 1/4 of ww*/
}
.pxs_bg .pxs_bg3{
	background-image:url(../plximages/bg3.png);
	/*left negative 1/2 of ww*/
}
.pxs_slider_wrapper{
	display:none;
}
.pxs_container ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.pxs_slider{
	position:absolute;
	left:0px;
	top:0px;
	height:760px;
}
ul.pxs_slider li{
	height:760px;
	float:left;
	position:relative;
}
ul.pxs_slider li img{
	display:block;
	margin:35px auto 0px auto;
	-moz-box-shadow:0px 0px 7px #222;
	-webkit-box-shadow:0px 0px 7px #222;
	box-shadow:0px 0px 7px #222;
	border: 8px solid transparent;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
ul.pxs_thumbnails{
	height:35px;
	position:absolute;
	top:660px;
	left:50%;
}
ul.pxs_thumbnails li{
	position:absolute;
	display:block;
}
ul.pxs_thumbnails li img{
	border: 5px solid #FFFFFF;
	-moz-box-shadow:1px 1px 7px #555;
	-webkit-box-shadow:1px 1px 7px #555;
	box-shadow:1px 1px 7px #555;
	cursor:pointer;
	display:block;
	opacity:0.7;
}
ul.pxs_thumbnails li.selected img{
	opacity:1.0;
}
.pxs_navigation span{
	position:absolute;
	width:30px;
	height:60px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	top:305px;
	opacity:0.6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}
.pxs_navigation span:hover{
	opacity:0.9;
}
.pxs_navigation span.pxs_prev{
	background:#000 url(../plximages/prev.png) no-repeat center center;
}
.pxs_navigation span.pxs_next{
	background:#000 url(../plximages/next.png) no-repeat center center;
}
.pxs_loading{
	color:#fff;
	font-size:20px;
	padding:15px 15px 15px 50px;
	position:absolute;
	background:#333 url(../plximages/ajax-loader.gif) no-repeat 10px 50%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	opacity:0.7;
	width:180px;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-90px;
}

@font-face {
font-family: 'OpenSans';
src: url('../fonts/OpenSans-Regular.ttf'); 
src: 
	url('../fonts/OpenSans-Regular.ttf') 
	format('truetype');	
}

	/* Slide 1 */
	#slide-1 .bcg {background-image:url('../img/tf-product_1_top.jpg');background-position: top right;}
	#slide-1 .hsContent {position:relative;left:0%;}
	
		/* Slide 1 */
	#slide-1home .bcg {background-image:url('../img/hotel_front.jpg');background-position: top left;}
	#slide-1home .hsContent {position:relative;left:0%;}

	/* Slide 2 */
	#slide-2 .bcg {background-image:url('../img/whitebg1.jpg');background-size: 460px 415px;
    background-repeat: repeat;}
	#slide-2 .hsContent {left:0%;position:relative;}
	#slide-2 h2 {}
	
			/* Slide 2 */
	#slide-2home .bcg {background-image:url('../img/digital-front.jpg');background-position: top left;}
	#slide-2home .hsContent {position:relative;left:0%;}

	/* Slide 3 */
	#slide-3 .bcg {background-image:url('../img/wallpaper1.png');background-size: 460px 415px;
    background-repeat: repeat;}
	#slide-3 .hsContent {}
	    #slide-3 h2 {
	        color: #ffffff;
		}

	/* Slide 4 */
	#slide-4 .bcg {
	    background-image:url('../img/ochre.jpg');
	    background-position: center center;
	}
	#slide-4 .hsContent {}
	    #slide-4 h2 {
	        padding-left: 0;
	        padding-right: 0;
	    }
		
		
		/* Slide 5 */
	#slide-5 .bcg {
		background-image:url('../img/wavebg.jpg');
	    background-color:#ffffff;
		background-position:center center;
	}
	#slide-5 .hsContent {left:0%;position:relative;}
	    #slide-5 h2 {
	        padding-left: 0;
	        padding-right: 0;
	    }
		
				/* Slide 6 */
	#slide-6 .bcg {
		background-image:url('../img/bg4.jpg');
	    background-color:#ffffff;
	    background-position: center center;
	}
	#slide-6 .hsContent {left:0%;position:relative;}
	    #slide-6 h2 {
	        padding-left: 0;
	        padding-right: 0;
	    }

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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0 0% 0%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWELVE  */
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 .span_3_of_12_tv .span_4_of_12_tv {
	width: 100%; 
	
	
	}
	.span_12_of_12_tv {
  	width: 100%;
}
	.modelhl {min-height:44px;}
	.modeldesc {min-height:0px;padding-left:5px;padding-right:5px;}
	.modeldesc h3 {margin-bottom:0px; padding-bottom:0px;  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;}
  
  /* unvisited link */
a:link {
    color: #ed3529;
	text-decoration:none;
	outline:none;
}

/* visited link */
a:visited {
    color: #ed3529;
	text-decoration:none;
	outline:none;
}

/* mouse over link */
a:hover {
    color: #FF0000;
	text-decoration:none;
	outline:none;
}

/* selected link */
a:active {
    color: #ed3529;
	text-decoration:none;
	outline:none;
}

  /* unvisited link */
a.headerlink:link {
    color: #ffffff;
	text-decoration:none;
	font-family:'OpenSans',sans-serif;
	font-size:17px;
	font-weight:bold;
}

/* visited link */
a.headerlink:visited {
    color: #ffffff;
	text-decoration:none;
	font-family:'OpenSans',sans-serif;
	font-weight:bold;
}

/* mouse over link */
a.headerlink:hover {
    color: #ffff00;
	text-decoration:none;
	font-family:'OpenSans',sans-serif;
}

/* selected link */
 a.headerlink:active {
    color: #ffffff;
	text-decoration:none;
	font-family:'OpenSans',sans-serif;
}

  /* unvisited link */
a.footerlink:link {
    color: #ffffff;
	text-decoration:none;
	font-family:'OpenSans',sans-serif;
}

/* visited link */
a.footerlink:visited {
    color: #ffffff;
	text-decoration:none;
	font-family:'OpenSans',sans-serif;
}

/* mouse over link */
a.footerlink:hover {
    color: #ffff00;
	text-decoration:none;
	font-family:'OpenSans',sans-serif;
}

/* selected link */
 a.footerlink:active {
    color: #ffffff;
	text-decoration:none;
	font-family:'OpenSans',sans-serif;
}

/***********************************************
Buttons
***********************************************/
.btn, button                                    { margin:0 5px 5px 0; padding:0 28px; display:inline-block; color:#FFF;  font-size:14px; line-height:40px; text-decoration:none; cursor:pointer; transition:all .1s linear 0s; -moz-transition:all .1s linear 0s; -webkit-transition:all .1s linear 0s; -o-transition:all .1s linear 0s; }
.btn:hover, button:hover                        { border:0px solid #CCC; background-color:#FFF; color:#333; }

.small                                          { padding:2px 10px; font-size:12px; line-height:25px; }

.btn.white                                      { border-color:#CCC; background-color:#FFF; color:#333; }
.btn.white:hover                                { border-color:#000; background-color:#000; color:#FFF; }

/* Green */
.btn.success                                    { border-color:#2ECC71; background-color:#2ECC71; color:#FFF; }
.btn.success:hover                              { border-color:#25A35A; background-color:#25A35A; color:#FFF; }
/* Green */
.btn.green                                    { border-color:#429f42; background-color:#429f42; color:#FFF; }
.btn.green:hover                              { border-color:#1ad21a; background-color:#1ad21a; color:#FFF; }

/* Blue */
.btn.info                                       { border-color:#3498DB; background-color:#3498DB; color:#FFF; }
.btn.info:hover                                 { border-color:#2A7AAF; background-color:#2A7AAF; color:#FFF; }

/* Blue */
.btn.blue                                       { border-color:#3498DB; background-color:#3498DB; color:#FFF; }
.btn.blue:hover                                 { border-color:#2A7AAF; background-color:#2A7AAF; color:#FFF; }

/* Amber */
.btn.warning                                    { border-color:#FA9300; background-color:#FA9300; color:#FFF; }
.btn.warning:hover                              { border-color:#B46F29; background-color:#B46F29; color:#FFF; }

/* Red */
.btn.error                                      { border-color:#E74C3C; background-color:#E74C3C; color:#FFF; }
.btn.error:hover                                { border-color:#B93D30; background-color:#B93D30; color:#FFF; }

.mobile {display:block;}
.desktop {display:none;}
.hidesmall {display:none;} 
.showsmall {display:block;}

#foo3 {
    position: fixed;
	margin-top:73px;
    z-index:300;
	width:100%;
}

#foo5 {
    position: fixed;
	margin-top:73px;
    z-index:300;
	width:100%;
}


.dropdown-content {
    /*position: fixed;
	margin-top:73px;*/
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	/*width: 500px;
	left: 50%;
    transform: translateX(-50%);
    z-index:300;*/

}

.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    text-align: left;
	font-size:16px;
}

.left-front-info {
	text-align:center;
	width:100%;
	max-width:500px;
	background-color:#ff0000;
	float:center;
}

/* Contact form */
#tihidContainer{
    max-width: 600px;
    width:90%;

}

.inpuWrap{
    margin:16px 0;
    display:block
}
input, textarea{
    padding: 1%;
    width: 98%;
    font-size: 19.2px;
    background:#ffffff;
    color:#000000;
}
/* Adding a yellow border to the input fields when focused */
input:focus, textarea:focus{
    border-bottom:1px solid #ff0000;    
}
textarea {
    height: 150px;
    padding: 10px;
}
.color{
    border:1px solid #F00 !important   
}
/* Submit Button */
button{
margin:0 5px 5px 0; padding:0 28px; display:inline-block; color:#FFF; border:1px solid #000; background-color:#000; font-size:14px; line-height:40px; text-decoration:none; cursor:pointer; transition:all .1s linear 0s; -moz-transition:all .1s linear 0s; -webkit-transition:all .1s linear 0s; -o-transition:all .1s linear 0s; 
}
button i{
    font-size:22px;
}
button:hover, button:focus {
    border:1px solid #ff0000;
}
.error{
    width:100%;
    display:block;
    margin-top:5px;
    color:#ff0000;
    padding:10px;
    background:#f25454;
}

#history:before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
}

#profile:before { 
  display: block; 
  content: " "; 
  margin-top: -75px; 
  height: 75px; 
  visibility: hidden; 
}



@media only screen and (min-width: 450px) {
.mobile {display:block;}
.desktop {display:none;}
.hidesmall {display:block;}
.showsmall {display:none;}
.span_3_of_12_tv {
  	width: 50%;
}
.span_4_of_12_tv {
  	width: 50%;
}
.span_12_of_12_tv {
  	width: 100%;
}
	.modelhl {min-height:55px;}
}

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

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    body, html {
        height: auto;
    }
    .bcg {
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        height: 100%;
        width: 100%;
    }
    section {
        min-width: 768px;
        height: 600px;
    }
    .hsContainer {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }
    .hsContent {
        /*max-width: 700px;*/
        position: absolute;
        left: 20%;
        text-align: left;
        padding: 0;
    }
        .hsContent h2  {
            font-size: 35px;
            line-height: 38px;
        }
        .hsContent p {
            /*width: 400px;*/
			font-size:16px;
        }
    #slide-1 .hsContent {
        bottom: 0px;
        top: auto;
    }
    #slide-2 .hsContent {
        margin-left: -340px;
        top: auto;
		text-align:centre;
    }
    #slide-2 h2 {
        position: fixed;
        top: 70%;
    }
	    #slide-2 p {
        width:100%;
    }
    #slide-3 .hsContent {
        margin-left: -300px;
    }
    #slide-4 .hsContent {
        margin-left: 50%;
        top: auto;
		position:relative;
		left:0%;
    }
    #slide-4 h2 {
        background: none;
    }
	#slide-5 .hsContent {
        margin-left: 10%;
        top: auto;
    }
    #slide-5 h2 {
        background: none;
    }

	.firsttext {
		 float:right;
		 margin-right:140px;
		 max-width:500px;
		 margin-top:20px;
		 padding:10px;
		 padding-top:20px;
		 color:#ffffff;
	}
	.4klogo {
		float:right;
		margin-right:140px;
		margin-top:0px;
		max-width:261;
		height:109;
	}
#parralaxnav{
	list-style: none;
	position: fixed;
	right: 15px;
	z-index:500;
	display:block;
}

	.story2{
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	text-align:center;
	background-color:rgba(0, 0, 0, 0.7); 
	color:#ffffff;

}

#carousel {display:block;}

#details {
	display:block;
	background-color:rgba(255, 255, 255, 0.85);
	padding:0px;color:#ffffff;
	margin-top:100px;	
	width:100%;
	}
	
	
.secondtext {

	padding:10px;
	color:#000000;

}

.thirdtext {
	background-color:rgba(255, 255, 255, 0.8); 
	padding:10px;
	color:#ffffff;
	margin-top:60px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0% 0 0% 0%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.66%;
}
.span_10_of_12 {
  	width: 83.33%;
}

.span_9_of_12 {
  	width: 75%;
}

.span_8_of_12 {
  	width: 66.66%;
}

.span_7_of_12 {
  	width: 58.33%;
}

.span_6_of_12 {
  	width: 50%;
}

.span_5_of_12 {
  	width: 41.66%;
}

.span_4_of_12 {
  	width: 33.33%;
}

.span_4_of_12_tv {
  	width: 33.33%;
}

.span_3_of_12 {
  	width: 25%;
}

.span_3_of_12_tv {
  	width: 25%;
}

.span_2_of_12 {
  	width: 16.66%;
}

.span_1_of_12 {
  	width: 8.333%;
}

.left-front-info {
	text-align:center;
	width:100%;
	max-width:500px;
	background-color:#ed3529;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#history:before { 
  display: block; 
  content: " "; 
  margin-top: -115px; 
  height: 115px; 
  visibility: hidden; 
}

#profile:before { 
  display: block; 
  content: " "; 
  margin-top: -115px; 
  height: 115px; 
  visibility: hidden; 
}

.modelhl {min-height:60px;}
.modeldesc {min-height:50px;padding-left:5px;padding-right:5px;}

.mobile {display:none;}
.desktop {display:block;}
.hidesmall {display:block;} 
.showsmall {display:none;}
}



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

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
	
	/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}


}

