/*
Simple Responsive Template v 1.2


primary styles 
   Author: www.prowebdesign.ro
   Add your own styles to customize the project.



BASE (MOBILE) SIZE
	These are the mobile styles. It's what people see on their phones.
	Remember, keep it light: Speed is Important.
*/

/* typography */
body {
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
		background: #000000;

}
h1, h2 {
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	line-height: 1.5em;
	margin: .45em 0;
	padding: 0;
	color: #cc9000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-weight: normal;

    font-family: 'Alegreya', serif;
	line-height: 1.5em;
	margin: .45em 0;
	padding: 0;
	color: #ffffff;
	font-size: 16px;
}
h4 {
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	line-height: 1.5em;
	margin: .45em 0;
	padding: 0;
	color: #ffffff;
	font-size: 18px;
}
h5 {
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 24px;
}
h6 {
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	line-height: 1.5em;
	margin: .45em 0;
	padding: 0;
	color: #cccccc;
	font-size: 16px;
	font-style: italic;
}
h7 {
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	margin: .45em 0;
	padding: 0;
		line-height: 1.5em;

	color: #ffffff;
	font-size: 38px;
}
/* links */
a, a:active, a:hover {
	color: #003681;
}
a, a:visited {
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}
/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}




   <style type="text/css">
            body{
                background-color: #152836
            }
            .demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 200px;
            }
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }
        </style>



/* structure */   
#navbg {
	width: 100%;
	height: auto;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4f4f+0,323232+36,171717+100 */

background: #4f4f4f; /* Old browsers */

background: -moz-linear-gradient(top,  #4f4f4f 0%, #323232 36%, #171717 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #4f4f4f 0%,#323232 36%,#171717 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #4f4f4f 0%,#323232 36%,#171717 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#171717',GradientType=0 ); /* IE6-9 */




}
.wrapper {
	width: 92%;
	margin: 0 auto;
}
header {
	padding: 15px 0;
}
#banner {
	text-align: left;
}
#hero, #page-header {
	background: url(../images/bg-logo2.jpg) center;
	background-size: cover;
	width: 100%;
	height: auto;

	padding: 0px 0px 0px 0px;
}
#hero h1 {
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.flexslider {
	display: none;
}
#content {
	margin: 40px 0;
	background: #000000;
}
#deal{
	background: #ebebeb;	
	width: 100%;
	height: auto; 
	text-align: center;
}
aside {
	margin: 40px 0;
}
p {
	margin: 0 0 1.5em;
	
    font-family: 'Alegreya', serif;

}
/* RESPONSIVE IMAGES */
img {
	max-width: 100%;
	height: auto;
}
/*MAIN MENU*/
.menu-toggle {
	display: block;
	padding: 10px;
	margin: 20px 0 0;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 20px;
}
.menu-toggle.toggled-on {
}
.srt-menu {
	display: none;
}
.srt-menu.toggled-on {
	display: block;
	position: relative;
	z-index: 10;
}
.srt-menu {
	clear: both;
	margin-bottom: 60px;
	left: 20%;
}
.srt-menu li a {
	background: none;
	display: block;
	margin: 1px 0;
	padding: 10px;
	text-decoration: none;
}
.srt-menu li a:hover {
	background: none;
	color: #fff;
}
.srt-menu li li a {
	padding-left: 40px;
}
.srt-menu li li li a {
	background: #efefef;
	padding-left: 80px;
}
/*SECONDARY MENU*/
#secondary-navigation {
	margin-bottom: 60px;
}
#secondary-navigation ul {
	margin: 0;
	padding: 0;
}
#secondary-navigation ul li a {
	background: #E6E6E6;
	display: block;
	margin: 5px 0;
	padding: 10px;
	text-decoration: none;
}
#secondary-navigation ul li a:hover, #secondary-navigation ul li.current a {
	background: #33333;
	color: #fff;
}
/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1, .grid_2, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	margin-bottom: 0px;
	/*positioning and padding*/
	position: relative;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 0px;
}
.grid_3 {
	margin-bottom: 40px;
	/*positioning and padding*/
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
/*FOOTER*/
footer {
	clear: both;
	font-size: 80%;
	padding: 20px 0;
}
footer ul {
	margin: 0;
	padding: 0;
}
/*colors and backgrounds*/
body {
	background: #000000;
}
h2, h3, h4, h5, h6 {
	color: #ffffff;
}
footer {
	background: #0e0e0e;
	color: #ffffff;
	
    font-family: 'Alegreya', serif;

}
footer h1, footer h2, footer h3, footer h4 {
	color: #ffffff;
	margin-bottom: 10px;
}
footer ul {
	margin: 0 0 0 8%;
}
footer a {
	color: #ffffff;
	text-decoration: none;
    font-family: 'Alegreya', serif;

}
a.buttonlink {
	background: #cc9000;
	border-radius: 7px;
	color: #000000;
	display: block;
	margin: 10px 0px 10px 0;
	padding: 10px;
	text-decoration: none;
	text-align: center;
}
a.buttonlink:hover {
	background: #956a01;
}
a.buttonlink2 {
	background: #cc9000;
	border-radius: 7px;
	color: #fff;
	margin: 10px 0px 10px 0;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}
a.buttonlink2:hover {
	background: #956a01;
}
.greenelement {
	background: #5ec79e;
	color: #fff;
}
.violetelement {
	background: #887dc2;
	color: #fff;
}
/* Contain floats*/ 
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: " ";
	display: table;
}
.clearfix:after, .container:after, .row:after {
	clear: both;
}

/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {
#banner {
	text-align: center;
	margin-bottom: -20px;/*this depends on the height of the logo*/
}
.menu-toggle {/*make menu float right, instead of sitting under the logo*/
	margin-top: 10px; /*this depends on the height of the logo*/
	float: right;
}
}
.fancybox-close {
	border-bottom: none
}
.fancybox-close:hover, .fancybox-close:active, .fancybox-close:focus {
	border-bottom: none
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.fancybox-opened {
	z-index: 8030
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	box-shadow: 0 10px 25px rgba(0,0,0,0.5)
}
.fancybox-outer, .fancybox-inner {
	position: relative
}
.fancybox-inner {
	overflow: hidden !important
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("../images/fb/fancybox_sprite.png")
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fb/fancybox_loading.gif") center center no-repeat
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fb/blank.gif");
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}
.fancybox-prev {
	left: 0
}
.fancybox-next {
	right: 0
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}
.fancybox-nav:hover span {
	visibility: visible
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}
.fancybox-lock {
	overflow: hidden !important;
	width: auto
}
.fancybox-lock body {
	overflow: hidden !important
}
.fancybox-lock-test {
	overflow-y: hidden !important
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fb/fancybox_overlay.png")
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}
.fancybox-opened .fancybox-title {
	visibility: visible
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0,0,0,0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}
.fancybox-title-inside-wrap {
	padding-top: 10px
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,0.8)
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("../images/fb/fancybox_sprite@2x.png");
	background-size: 44px 152px
}
#fancybox-loading div {
	background-image: url("../images/fb/fancybox_loading@2x.gif");
	background-size: 24px 24px
}
}

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
#banner {
	text-align: left;
	margin-bottom: 0px;
}
header {
	padding: 0;
}
	#logo{padding:125px 0px 125px 0px;}
#content {
	float: left;
	width: 65%;
}
#content.wide-content {
	float: none;
	width: 100%;
}
.flexslider {
	display: block;
	/*demo 1 slider theme*/	
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
aside {
	float: right;
	width: 30%;
}
/*** MAIN MENU - ESSENTIAL STYLES ***/
.menu-toggle {
	display: none;
}
#menu-main-navigation {
	display: block;
}
.srt-menu, .srt-menu * {
	margin: 0;
	padding: 0;
	left: 20%;
	list-style: none;
}
.srt-menu ul {
	position: absolute;
	display: none;
	width: 12em; /* left offset of submenus need to match (see below) */
}
.srt-menu ul li {
	width: 100%;
}
.srt-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu li {
	float: left;
	position: relative;
	margin-left: 1px;
}
.srt-menu li li {
	margin-left: 0px;
	left: -20%;
}
.srt-menu a {
	display: block;
	position: relative;
}
.srt-menu li:hover ul, .srt-menu li.sfHover ul {
	display: block;
	top: 45px; /* match top ul list item height */
	z-index: 99;
	-webkit-box-shadow: 2px 3px 2px 0px rgba(00, 00, 00, .3);
	box-shadow: 2px 3px 2px 0px rgba(00, 00, 00, .3);
}
ul.srt-menu li:hover li ul, ul.srt-menu li.sfHover li ul {
	top: -999em;
}
ul.srt-menu li li:hover ul, ul.srt-menu li li.sfHover ul {
	left: 12em; /* match ul width */
	top: 0;
}
ul.srt-menu li li:hover li ul, ul.srt-menu li li.sfHover li ul {
	top: -999em;
}
ul.srt-menu li li li:hover ul, ul.srt-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
/*** DEMO1 SKIN ***/
#socialnav {
	float: right;
	margin: .35em 0 0 0;
	background: #4e691d;
}
#socialnavbg {
	background: #cc9000;
	width: 100%;
	height: auto;
}
#topnav, .srt-menu {
	margin: .35em 0 0 0;
}
#specialmsg {
	float: right;
	margin: .35em 0 0 0;
	background: #fb9719;
}
#specialmsgbg {
	background: #fb9719;
	width: 100%;
	height: auto;
}
#specialmsgbg p {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
}
#topnav, .srt-menu {
	margin: .35em 0 0 0;
}
.srt-menu a {
	text-decoration: none;
}
.srt-menu li a {
	background: none;
	margin: 0;
	padding: 10px 40px;
	height: 45px;
}
.srt-menu a, .srt-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #000000;
}
.srt-menu li li a {
	border-top: 1px solid rgba(255,255,255,.2);
	background: #333; /*fallback for old IE*/
	background: rgba(0,0,0,.8);
	color: #ffffff;
	padding-left: 20px;
	height: auto;
}
.srt-menu li li a:visited {
	color: #000000;
}
.srt-menu li li li a, .srt-menu li.current * li a {
	padding-left: 20px;
	background: rgba(0,0,0,.8);
}
.srt-menu li:hover > a {
	color: #000000;
	background: none;
}

.srt-menu li li:hover > a {
	color: #cccccc;
	background:#3A3A3A;
}
/*GRID*/
/*
 & Columns : 12 

 */
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.grid_1 {
	width: 8.33333333%;
}
.grid_2 {
	width: 16.66666667%;
}
.grid_3 {
	width: 25%;
}
.grid_4 {
	width: 33.33333333%;
}
.grid_5 {
	width: 41.66666667%;
}
.grid_6 {
	width: 50%;
}
.grid_7 {
	width: 58.33333333%;
}
.grid_8 {
	width: 66.66666667%;
}
.grid_9 {
	width: 75%;
}
.grid_10 {
	width: 83.33333333%;
}
.grid_11 {
	width: 91.66666667%;
}
.grid_12 {
	width: 100%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	float: left;
	display: block;
}
.rightfloat {
	float: right;
}
/* @notation inspired by tinyGrid, .row and percentage by Twitter Bootstrap
 */
 
#hero [class*="grid_"] {
	margin-bottom: -20px;
}
}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
}

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
}

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}

/*
PRINT STYLESHEET
*/
@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
} /* Black prints faster: h5bp.com/s */
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: "";
}  /* Don't show links for images, or javascript/internal links */
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;
}
}
