/* 
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height:100%;}

body { margin: 0; font-size: 13px; line-height: 1.231; height:100%; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #206d72; color: #fff; text-shadow: none; }
::selection { background: #206d72; color: #fff; text-shadow: none; }
::focus { outline-width:0 !important; outline-style:none !important; } 
button::-moz-focus-inner { padding:0; border:0; } 
:focus {outline-width:0 !important; outline-style:none !important; -moz-outline-style: none !important;}
a::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

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

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

   
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic|Ubuntu:400,500,700);


#container header {
	width:100%; 
	height:190px;
	background:url(../img/header_bg.jpg) top center no-repeat;
	display:block;
    margin-left: auto;
    margin-right: auto;
}

#container #header {
	width:980px; 
	height:190px;
	background:url(../img/header_bg.jpg) top center no-repeat;
	display:block;
    margin-left: auto;
    margin-right: auto;
}

#container header img {
	margin:65px 0 0 20px;	
}

#container #content_BG {
	width:100%;
	background:url(../img/content_bg.jpg) top center no-repeat, #ee1c24;	
	display:block;
    margin-left: auto;
    margin-right: auto;
}

#container #main {
	width:940px;
	padding:0 20px;
	height:auto;
	background:url(../img/content_bg.jpg) top center no-repeat, url(../img/content_bg_tile.jpg) top center repeat;
	display:block;
	position:relative;	
    margin-left: auto;
    margin-right: auto;
}

#container #main ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#container #main ul li {
	display:inline-block;
	margin:0;
	padding:0;
	position:relative;
}

#container #main ul li .priNavLink {
	display:block;
	height:50px;
	padding:0 20px;
	color:#FFF;
	text-transform:uppercase;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	line-height:50px;
	cursor:pointer;
	text-decoration:none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

#container #main ul li .priNavLink:hover {
	background:#e82026;
	margin-top:-10px;
	padding-top:10px;
}

#container #main ul li.active a.priNavLink {
	background:url(../img/panel_bg.jpg) 0 0 no-repeat;
	margin-top:-10px;
	padding-top:10px;
}

#container #main ul li.active a#companyTab {
	background:url(../img/panel_bg.jpg) -89px 0 no-repeat;
}

#container #main ul li.active a#servicesTab {
	background:url(../img/panel_bg.jpg) -249px 0 no-repeat;
}

#container #main ul li.active a#contactTab {
	background:url(../img/panel_bg.jpg) -398px 0 no-repeat;
}

#home .contentPanel, #contact .contentPanel {
	width:260px;
	height:100%;
	background:url(../img/panel_bg.jpg) 0 -60px no-repeat;
	color:#FFF;
	padding:0 20px;
	float:left;
	font-family:'Lato', sans-serif;
	font-size:16px;
	font-weight:300;
}

#home {	
	height:100%;
}


#home .contentPanel h1 {
	margin-top:100px;
	font-family:'Ubuntu', sans-serif;
	font-size:40px;
	line-height:43px;
		
}

#home .contentPanel h2 {
	font-family:'Lato', sans-serif;
	font-size:26px;
	font-weight:300;
	margin-bottom:35px;
}

#home .contentPanel a#cta {
	display:block;
	padding:15px;
	height:20px;
	background:#000;
	font-family:'Ubuntu', sans-serif;
	line-height:16px;
	font-size:18px;
	font-weight:700;
	color:#FFF;
	text-decoration:none;
	border-radius:10px;	
	
	-moz-box-shadow:inset 0px 1px 12px 0px #474747;
	-webkit-box-shadow:inset 0px 1px 12px 0px #474747;
	box-shadow:inset 0px 1px 12px 0px #474747;
	background-image: linear-gradient(bottom, rgb(5,5,5) 49%, rgb(38,38,38) 51%, rgb(48,48,48) 100%);
	background-image: -o-linear-gradient(bottom, rgb(5,5,5) 49%, rgb(38,38,38) 51%, rgb(48,48,48) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(5,5,5) 49%, rgb(38,38,38) 51%, rgb(48,48,48) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(5,5,5) 49%, rgb(38,38,38) 51%, rgb(48,48,48) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(5,5,5) 49%, rgb(38,38,38) 51%, rgb(48,48,48) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.49, rgb(5,5,5)),	color-stop(0.51, rgb(38,38,38)), color-stop(1, rgb(48,48,48)));
	background-color:#3b3b3b;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #000000;
	font-weight:bold;
	text-shadow:-1px -1px 0px #000000;
}

#home .contentPanel a#cta:hover {
	-moz-box-shadow:inset 0px 1px 12px 0px #000000;
	-webkit-box-shadow:inset 0px 1px 12px 0px #000000;
	box-shadow:inset 0px 1px 12px 0px #000000;
	background-image: linear-gradient(bottom, rgb(0,0,0) 49%, rgb(38,38,38) 51%, rgb(23,23,23) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 49%, rgb(38,38,38) 51%, rgb(23,23,23) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 49%, rgb(38,38,38) 51%, rgb(23,23,23) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 49%, rgb(38,38,38) 51%, rgb(23,23,23) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 49%, rgb(38,38,38) 51%, rgb(23,23,23) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.49, rgb(0,0,0)),	color-stop(0.51, rgb(38,38,38)), color-stop(1, rgb(23,23,23)));
	background-color:#000000;
}

#home .contentPanel a#cta:active {
	position:relative;
	top:1px;
}

#home .testimonial {
	position:absolute;
	left:320px;
	bottom:0;
	width:640px;
	height:90%;
}
#home .testimonial .floater	{
	display:block; 
	height:100px; 
}

#home .testimonial .quote {
	clear:both;
	display:block;
	width:220px;
	height:260px;
	padding:0 20px;
	position:relative;
}

#home .testimonial .quote p {
	color:#FFF;
	font-family:'Lato', sans-serif;
	font-size:20px;
	font-weight:300;
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#home .testimonial .quote h5 {
	color:#FFF;
	font-family:'Lato', sans-serif;
	font-size:20px;
	font-weight:400;
	font-style:italic;
	text-align:right;
	margin:0;
	padding:0;
}

#home .testimonial .quote h6 {
	color:#FFF;
	font-family:'Lato', sans-serif;
	font-size:12px;
	font-weight:400;
	font-style:italic;
	text-align:right;
	margin:0;
	padding:0;
}

#home .testimonial img {
	position:absolute;
	right:20px;
	bottom:0px;
}

#company {
	height:auto;
	overflow:auto;
}

#company .contentPanel {
	width:340px;
	background:url(../img/panel_bg.jpg) 0 -60px no-repeat;
	color:#FFF;
	padding:0 20px;
	float:left;
	display:block;
}

#company .contentPanel h1 {
	padding-top:30px;
	font-family:'Lato', sans-serif;
	font-size:26px;
	line-height:32px;
	font-weight:300;
	margin-bottom:50px;
}

#company .contentPanel h2 {
	font-family:'Lato', sans-serif;
	font-size:18px;
	font-weight:300;
	padding:0;
	margin:0;
	margin-bottom:15px;
}

#company .contentPanel p {
	font-family:'Lato', sans-serif;
	font-size:18px;
	font-weight:300;
	padding:0;
	margin:0;
	margin-bottom:26px;
}

#main .spacer {
	display:block;
	clear:both;
	height:40px;
	width:50px;	
}

#maciek {
	display:block;
	padding:20px 0;
}

#maciek .maciekLeft {
	display:block;
	float:left;
}

#maciek .maciekRight {
	display:block;
	text-align:right;
	color:#FFF;
	font-family:'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
}

#maciek .maciekRight img {
	margin-bottom:15px;
	margin-top:60px;
}

#maciek .maciekRight h5 {
	text-align:right;
	color:#FFF;
	font-family:'Lato', sans-serif;
	font-weight:400;
	font-size:18px;
	padding:0;
	margin:0;
}

#maciek .maciekRight h6 {
	text-align:right;
	color:#FFF;
	font-family:'Lato', sans-serif;
	font-weight:400;
	font-size:12px;
	font-style:italic;
	padding:0;
	margin:0;
}

#company .textContent {
	padding:20px;
	margin:30px 0;
	display:block;
	float:left;
	color:#FFF;	
	font-family:'Lato', sans-serif;
	width:520px;
	height:auto;
}

#company .textContent h2, #services .textContent h2 {
	font-size:16px;
	margin:0;
	padding:0;
	margin-bottom:15px;
}

#company .textContent p, #services .textContent p {
	font-size:16px;
	font-weight:300;
	margin:0;
	padding:0;
	margin-bottom:15px;
	line-height:20px;
}

#services {
	overflow:auto;
	position:relative;	
}

#services .contentPanel{
	width:260px;
	background:url(../img/panel_bg.jpg) 0 -60px no-repeat;
	color:#FFF;
	padding:50px 20px;
	float:left;
	display:block;
	text-align:center;
}

#services .contentPanel li {
	width:100%;	
}

#services .contentPanel li a {
	width:100%;
	padding:5px 0;
	display:block;
}

@-webkit-keyframes hover {
    from{background:left;}to{background:right;}
}
@-moz-keyframes hover {
    from{background:left;}to{background:right;}
}

#services .contentPanel li a:hover {
    background:url(../img/logo_hover.png);
    -webkit-animation: hover 20s linear infinite;
	-moz-animation: hover 20s linear infinite;
    -ms-animation: hover 20s linear infinite;
	animation: hover 20s linear infinite;
}


#services .contentPanel li.active a {
	background:url(../img/logo_active.png) center no-repeat;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 1);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 1);
}

#services .contentPanel li.active a:hover {
    background:url(../img/logo_active.png) center no-repeat;
    -webkit-animation: none;
	-moz-animation: none;
    -ms-animation: none;
	animation: none;
}


#services .textContent {
	padding:20px;
	margin:30px 0;
	display:block;
	float:left;
	color:#FFF;	
	font-family:'Lato', sans-serif;
	width:640px;
	height:auto;
}

#contact .contentPanel h1 {
	margin-top:50px;	
	font-size:24px;
}

#contact .contentPanel p {
	margin-top:10px;	
	font-size:16px;
	line-height:24px;
}

#contact .contentPanel a, #main .textContent a {
	margin-top:20px;
	display:block;
	padding:10px 15px;
	height:18px;
	background:#000;
	font-family:'Ubuntu', sans-serif;
	line-height:14px;
	font-size:16px;
	font-weight:700;
	color:#FFF;
	text-decoration:none;
	
	-moz-box-shadow:inset 0px 1px 12px 0px #474747;
	-webkit-box-shadow:inset 0px 1px 12px 0px #474747;
	box-shadow:inset 0px 1px 12px 0px #474747;
	background-image: linear-gradient(bottom, rgb(5,5,5) 49%, rgb(38,38,38) 51%, rgb(48,48,48) 100%);
	background-image: -o-linear-gradient(bottom, rgb(5,5,5) 49%, rgb(38,38,38) 51%, rgb(48,48,48) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(5,5,5) 49%, rgb(38,38,38) 51%, rgb(48,48,48) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(5,5,5) 49%, rgb(38,38,38) 51%, rgb(48,48,48) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(5,5,5) 49%, rgb(38,38,38) 51%, rgb(48,48,48) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.49, rgb(5,5,5)),	color-stop(0.51, rgb(38,38,38)), color-stop(1, rgb(48,48,48)));
	background-color:#3b3b3b;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #000000;
	display:inline-block;
	text-decoration:none;
	text-shadow:-1px -1px 0px #000000;
}

#contact .contentPanel a:hover, #main .textContent a:hover {
	-moz-box-shadow:inset 0px 1px 12px 0px #000000;
	-webkit-box-shadow:inset 0px 1px 12px 0px #000000;
	box-shadow:inset 0px 1px 12px 0px #000000;
	background-image: linear-gradient(bottom, rgb(0,0,0) 49%, rgb(38,38,38) 51%, rgb(23,23,23) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 49%, rgb(38,38,38) 51%, rgb(23,23,23) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 49%, rgb(38,38,38) 51%, rgb(23,23,23) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 49%, rgb(38,38,38) 51%, rgb(23,23,23) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 49%, rgb(38,38,38) 51%, rgb(23,23,23) 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.49, rgb(0,0,0)),	color-stop(0.51, rgb(38,38,38)), color-stop(1, rgb(23,23,23)));
	background-color:#000000;
}

#contact .map {
	margin:50px 0 50px 20px;
	display:block;
	float:left;
	background:#FFF;	
	width:620px;
	height:auto;
}

#contact #map_canvas { 	
	width:620px;
	height:400px;
}

#bannerWrapper {
	margin:0 auto;
	height:290px;
	width:100%;	
	background:url(../img/banner_bg.jpg) left top repeat-x;	
	border-bottom:solid 1px #C6C6C6;
}

#banners {
	margin:0 auto;
	height:230px;
	width:960px;
	padding:30px 10px;
	text-align:center;	
	background:url(../img/banner_bg.jpg) left top repeat-x;	
	border-bottom:solid 1px #C6C6C6;
	overflow:hidden;
	white-space: nowrap;
}

#divisions {
	margin:0 auto;
	height:80px;
	width:960px;
	padding:30px 10px;
	text-align:center;	
	overflow:hidden;
	white-space: nowrap;
}

#divisions img {
	margin-right:10px;
}

footer {
	background:#414141;	
}

footer #footer {
	background:#414141;	
	width:940px;
	padding:20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	color:#a1a1a1;
	font-family:'Lato', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:22px;
}

#footer .footerColumn {
	width:50%;
	float:left;	
}

#footer .rightAlign {
	text-align:right;	
}

#footer .footerColumn span.red {
	color:#ed1c24;
}

#footer .footerColumn a {
	text-decoration:none;
	color:#ed1c24;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* 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; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@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; }
}

