@charset "UTF-8";

/* CSS Document */
body {
	font-family:'Source Sans Pro', Arial,Geneva,sans-serif;
	font-size:1em;
	font-weight:400!important;
	line-height:1.4em;
	color:#000;
	margin:0;
	padding:0;
	background: url(/img/oknasypta_back.jpg) top left repeat-x;
}

.newclientlogo{
	width:100%;
	display:flex;
	justify-content: center;
    align-items: center;
}

.image_container_wrapper{
    width: 60%;
    display: flex;
    margin: 0 auto;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.wrap {
	width:1100px;
	margin:0 auto;
	position:relative;
}
a:link,a:visited {
	text-decoration:none;
	color:#ff2079;
}
a:hover {
	text-decoration:none;
	color:#ff2079;
}
a:active {
	text-decoration:none;
	color:#ff2079;
}
a:focus {
	outline:0!important;
}
img {
	border:0;
}
.cl {
	display:block;
	clear:both;
	visibility:hidden;
}
.fr {
	float:right;
}
.fl {
	float:left;
}
.half {
	width:49%;
}
h1,h2,h3 {
	font-weight:100!important;
}
h2 {
	font-size:1.2em;
	color:#000;
	padding:5px 10px 6px 0;
}
h2 a:link,h2 a:active,h2 a:hover,h2 a:visited {
	color:#000;
}
input,textarea {
	-moz-border-radius:0;
	border-radius:0;
	padding:6px;
	border:1px solid #ccc;
	box-shadow:0 0 1px #000;
	-moz-box-shadow:0 0 1px #000;
	-webkit-box-shadow:0 0 1px #000;
}

input:hover,textarea:hover,input:active,textarea:active {
	padding:6px;
	border:1px solid #7d7d7d;
	box-shadow:0 0 9px #000;
	-moz-box-shadow:0 0 9px #000;
	-webkit-box-shadow:0 0 9px #000;
}

.gallery {
	padding:0 0 20px;
	margin:0;
	list-style-type:none;
}

.gallery li {
	font-weight:700;
	font-size:.8em;
	margin-bottom:6px;
	margin-right:6px;
	float:left;
}

.gallery li img {
	float:left;
	box-shadow:2px 2px 2px #000;
	-webkit-box-shadow:2px 2px 2px #000;
	-moz-box-shadow:2px 2px 2px #000;
}

.gallery li img:hover {
	float:left;
	box-shadow:2px 2px 15px #000;
	-webkit-box-shadow:2px 2px 15px #000;
	-moz-box-shadow:2px 2px 15px #000;
}

.footer {
	text-align:left;
	line-height:1.1em;
	padding:15px 20px;
	font-size:0.8em;
	margin-top:0;
	color:#fff;
	background: #c2c2c2;
	overflow: auto;
}

.imgr {
	padding-left:20px;
	float:right;
}

.imgl {
	padding-right:20px;
	float:left;
}

.sideimages {
	float:right;
	padding-bottom:20px;
	padding-left:20px;
	width:300px;
}

.tiles {
	padding-top:20px;
	text-align:center;
}

.col {
	float:left;
	width:20%;
}

.rimg {
	margin-bottom:10px;
	box-shadow:0 1px 2px #4f4f4f;
	-moz-box-shadow:0 1px 2px #4f4f4f;
	-webkit-box-shadow:0 1px 2px #4f4f4f;
}

.rimg:hover {
	margin-right:-3px;
	margin-bottom:10px;
	box-shadow:0 1px 2px #4f4f4f;
	-moz-box-shadow:0 1px 2px #4f4f4f;
	-webkit-box-shadow:0 1px 2px #4f4f4f;
}

.center {
	padding-right:30px;
	padding-top:20px;
	text-align:justify;
	margin-left:247px;
}

.right {
	text-align:right;
	float:right;
	width:205px;
}

.grid {
	margin-right:-10px;
	margin-left:-10px;
	border-spacing:0 0;
	width:100%;
}

.grid td {
	line-height:1.1em;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:4px;
	padding-top:4px;
	border-bottom-color:#fdb98a;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:.8em;
	vertical-align:top;
}

.grid .col_price {
	width:50px;
	text-align:right;
}

.date {
	font-size:.8em;
	color:#676767;
	padding-left:0;
	margin-top:0;
}

.news_item {
	padding-top:10px;
	padding-bottom:10px;
}

.third {width: 33.3%; float: left;}

h1 {
	margin:0;
	padding-bottom:20px;
	padding-top:16px;
	line-height:1.3em;
	font-size:1.5em;
	color:#000;
}

h3 {
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
}

p {
	padding:0 0 10px!important;
}

.footer a {
	color:#ffffff;
}

.footerlinks a {
	background-color:#fff;
	padding-left:5px;
	padding-bottom:2px;
	padding-right:5px;
	padding-top:2px;
	float:left;
	display:block;
	line-height:12px;
	margin-bottom:2px;
	border-color:#e2e2e1;
	border-style:solid;
	border-width:1px;
	color:#858585;
	font-size:10px;
	margin-right:2px;
	box-shadow:1px 1px 3px #ccc;
}

.tile h3 {
	width:130px;
	text-align:left;
	float:right;
	font-size:1em;
	line-height:1em;
}

.imgins {
	margin-top:-2px;
	margin-left:-8px;
	float:left;
}


.tile:hover img {
	margin-top:0;
	margin-left:2px;
	float:left;
}



.content ul {
	padding:10px 0;
}

ul,li {
	margin:0;
	list-style-position:inside;
}

.half .item {
	margin-left:125px;
}

.half .item img {
	margin-left:-125px;
}

.half .item .imgl {
	padding-right:0;
}

.half .noleftmargin {
	margin-left:0;
}

.half .noleftmargin img {
	margin-left:0;
}

.half .noleftmargin .imgl {
	padding-right:10px;
}

.contectstyle {
	padding-left:40px;
	font-size:1.2em;
}

.contectstyle img {
	border:3px solid #fff;
	box-shadow:2px 2px 10px #575757;
}

.nivoSlider {
	box-shadow:2px 2px 6px #ccc;
}

.socialtop {
	float:right;
	width:770px;
	height:48px;
	padding-top:29px;
}

.socialtop .text {
	display:block;
	float:right;
	height:48px;
	line-height:30px;
	padding-right:10px;
	font-size:.8em;
}

.fb {
}

.fb a {
	height:32px;
	float:right;
	background:url(/img/top_facebook.gif) top right no-repeat;
	display:block;
	width:32px;
}

.contact {
	float:right;
	width:30px;
	height:32px;
	margin-left:3px;
}

.contact a {
	height:32px;
	background:url(/img/top_email.gif) top right no-repeat;
	display:block;
	width:32px;
	float:right;
}

.fb-like {
	padding:5px 10px 0 0;
	float:right;
	width:110px;
	height:48px;
	overflow:visible;
}

.tel {
	float:right;
	width:130px;
	line-height:32px;
	height:32px;
	margin-left:3px;
	padding-left:42px;
	background:url(/img/top_tel.gif) left center no-repeat;
	color:#ababab;
	font-size:1.4em;
	font-weight:100;
}

.menu a:hover,.menu a:active,.sel:link,.sel:visited,.sel:hover,.sel:active {
	color:#e94787;
	background:rgba(237, 237, 237, 0.21);
}

.nivo-controlNav {
	text-align:left;
	padding:5px 0;
}

.nivo-controlNav a {
	content:none!important;
	font-size:.7em;
	color:#fff;
	border:1px solid #59c6f2;
	padding:0 3px;
}

.nivo-controlNav a.active {
	content:none!important;
	font-size:.7em;
	color:#fff;
	border:1px solid #59c6f2;
	padding:0 3px;
	background:#59c6f2;
}

.nbr {
	border-right:none!important;
}

.container {
	padding-top: 0px;
}

.toplink {
	float:left;
	width:226px;
	height:133px;
	padding-top:20px;
}

.toplink a {
	height:80px;
	display:block;
	background:url(/img/oknasypta_logo.png) top left no-repeat;
}

.training_tiles {
	padding-top:0;
}

.tile {
	font-size:1em;
	line-height:1em;
	font-weight:700;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	box-shadow:inset 1px 1px 3px #555;
}

.tiledescription {
	margin-bottom:4px;
	margin-right:4px;
	float:left;
	width:315px;
	min-height:202px;
	text-align:center;
}

.tileframe {
	width:215px;
	height:136px;
}

.tileframe a {
	width:315px;
	height:146px;
	display:block;
}

.tiledescription h1 {
	font-size:1.2em;
	margin-bottom:0;
	padding-bottom:0;
	padding-top:6px;
}
.graytitle {background: #c2c2c2; color: #fff; line-height: 1.7em; font-size: 0.9em; padding: 0px 10px;}

.offertilecat {
	background:#fff;
	color:#fff;
	box-shadow:2px 2px 6px #ccc;
	padding:10px;
	width:47%;
	margin-bottom:10px;
}

.offertilecat:hover {
	box-shadow:3px 3px 9px #bdbdbd;
}

.offertile {
	background:#59c6f2;
	color:#fff;
	box-shadow:1px 1px 3px #ccc;
	min-height:65px;
	padding-left:20px;
	font-size:.8em;
	width:30%;
	margin:0 5px 5px 0;
	float:left;
	line-height:15px;
}

.offertile:hover {
	box-shadow:2px 2px 6px #bbb;
}

.offertile a {
	color:#fff!important;
}

.offertile h2 {
	margin:0;
	padding:10px 0;
}

.offertilecat h1 {
	margin:0;
	padding:0 0 10px 20px;
}

.offertilecat h1 a {
	color:#59c6f2!important;
	font-size:.9em;
}

.imgsquare {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:65px;
	height:65px;
	float:right;
}

.imgsquare a {
	width:65px;
	height:65px;
	display:block;
}

.footermenu {
	padding:20px 20px 40px 20px;
	overflow: auto;
}

.footermenu a, .footermenu span {
	display:block;
	float:left;
	padding:0 6px;
	margin:0 4px 5px 0;
	line-height:20px;
	border:1px solid rgba(0, 0, 0, 0.15);
	color: rgba(0, 0, 0, 0.27);
	font-size: 0.8em;
}

.footermenu a:hover {
	box-shadow:1px 2px 5px rgba(0, 0, 0, 0.33);
}

.stretch .offertile {
	background:#fff;
	color:#000;
	box-shadow:none;
	min-height:10px;
	padding-left:20px;
	font-size:.8em;
	width:auto;
	margin:0 5px 5px 0;
	float:none;
	line-height:15px;
}

.stretch .offertile a {
	color:#5ac8f3!important;
}

.stretch .offertilecat {
	width:auto;
}

.scaletilesdown {
	padding-top:10px;
}

.scaletilesdown .tile {
	font-size:1em;
	line-height:1em;
	font-weight:700;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	box-shadow:inset 2px 2px 4px silver;
}

.scaletilesdown .tile:hover {
	box-shadow:1px 1px 2px #e4e4e4;
}

.scaletilesdown .tiledescription {
	margin-bottom:4px;
	margin-right:4px;
	float:left;
	width:200px;
	height:150px;
	text-align:center;
}

.scaletilesdown .tileframe {
	width:200px;
	height:150px;
}

.scaletilesdown .tileframe a {
	width:200px;
	height:150px;
	display:block;
}

.scaletilesdown .tiledescription h1 {
	font-size:1.2em;
}

.tileimg:link,.tileimg:active,.tileimg:visited,.tileimg:hover {
	border-collapse:separate;
	margin-bottom:4px;
	line-height:140px;
	width:140px;
	display:block;
	margin-right:4px;
	vertical-align:middle;
	text-align:center;
	float:left;
}

.tileimg:link,.tileimg:visited {
	height:130px;
	width:130px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	box-shadow:inset 1px 1px 6px #555;
}

.tileimg:hover,.tileimg:active {
	box-shadow:1px 1px 2px #555;
}

.item {
	margin-bottom:15px;
	box-shadow:1px 1px 3px #ccc;
	padding:20px 20px 30px 20px;
	background:#ededed;
	min-height: 180px;
	position: relative;
	margin: 0px 10px 10px 0px;
}
.nmr .item {
	margin: 0px 0px 10px 0px;
}

.item h2 {
	margin:0!important;
	padding:0 0 10px;
	color: #ff2079;
	font-size: 1em;
	line-height: 1em;
	}
.item h2 a {color: #ff2079;}
.item h2 a b {font-weight: 400 !important;}
.item .short {font-size: 0.8em; line-height: 1em;}
.item .itemlink:link,.item .itemlink:active,.item .itemlink:visited,.item .itemlink:hover {
	display:block;
	padding:0px 0px;
	background:#c2c2c2;
	color:#fff;
	position: absolute; bottom: 0px; left: 0px; width: 100%;
	font-size: 0.8em;
}
.item .itemlink span {text-align: right; padding: 0px 15px; display: block;}
.imgr {max-width: 50%;}
.imgr img {max-width: 100%;}
.item .imgl {margin: -20px 20px 0px -20px; width: 40%; min-height: 200px; background-size: cover; background-repeat: no-repeat; background-position: center top;}
.item .imglsm {width: 20%; min-height: 200px; background-size: cover; background-repeat: no-repeat; background-position: center top;}
.item .imgl a {display: block; width: 100%; min-height: 180px;  }

.itempromo {
	width:242px;
	float:left;
	margin:0 4px 10px 0;
	background:#dadada;
}

.logoinspromo {
	margin:0;
	width:100%;
	height:120px;
	background-position:center center;
	background-size:cover;
	border-bottom:1px solid #fff;
}

.logoinspromo a {
	width:auto;
	height:120px;
	display:block;
}

.itempromo h2 {
	padding:10px;
	margin:0;
	text-align:center;
}

.nmr {
	margin-right:0;
}

.sideright {
	float:right;
	width:30%;
}

.sideleft {
	float:left;
	width:64%;
	padding-left:0;
}

.sideright a:link,.sideright a:visited {
	display:block;
	padding:5px 10px 5px 15px;
	color:#000;
	margin:0 -15px;
}

.sideright a:hover,.sideright a:active {
	display:block;
	padding:5px 10px 5px 15px;
	color:#fff;
	margin:0 -15px;
	background:#496898;
	box-shadow:2px 3px 13px #496;
}

.sideleft h1 {
	padding:5px 0;
	margin:5px 0;
}

.sideleft h2 {
	padding:5px 0;
	margin:5px 0;
}

.sideright .subitem:link,.sideright .subitem:active,.sideright .subitem:visited,.sideright .subitem:hover {
}

.sideheader {
	border:1px solid #c4c4c4;
	padding:10px 15px 0;
	margin-top:10px;
}

.content_textin img {
	max-width:680px;
}

.logo {
	margin:-15px -10px 10px -15px;
	width:auto;
	height:150px;
	background-position:center center;
	background-size:cover;
}

.logo a {
	width:auto;
	height:150px;
	display:block;
}

.logoin {
	margin:0 0 20px 20px;
	width:220px;
	height:220px;
	background-position:center center;
	background-size:cover;
	float:right;
}

.logoin a {
	width:auto;
	height:350px;
	display:block;
}

.logoins {
	margin:0 10px 10px 0;
	width:140px;
	height:140px;
	background-position:center center;
	background-size:cover;
	float:left;
}

.logoins a {
	width:auto;
	height:140px;
	display:block;
}

.paginate {
	padding:0;
	float:right;
	clear:both;
	height:40px;
}

.paginate a {
	padding:5px 11px;
	background:#fff;
	border-radius:15px;
	margin-right:3px;
	box-shadow:1px 1px 4px rgba(0, 0, 0, 0.29);
}

.paginate a:hover {
	padding:5px 11px;
	border-radius:15px;
	margin-right:3px;
	background:#fff;
	color:#a1a1a1;
}

.paginate .sel {
	font-weight:700;
	background:#fff;
}

.contenttext {
	padding-top:10px;
}

textarea,input {
	width:80%;
}

.maxw_lp img {
	max-width:863px;
}

.homebody {
	background:#121c5f!important;
}

.homelink {
	position:absolute;
	top:200px;
	left:15%;
}

.slider-wrapper {
	z-index:-6000!important;
	margin-bottom:6px;
}



.nivo-prevNav {
	float:left;
	width:50px!important;
	height:100px!important;
	background:url(/img/slider_right.png) top left no-repeat;
	margin-top:-25px;
}

.nivo-nextNav {
	float:right;
	width:50px!important;
	height:100px!important;
	background:url(/img/slider_left.png) top left no-repeat;
	margin-top:-25px;
}

.hr {
	border-top:1px solid #ed1c24;
	height:1px;
}

.contenttext {
	padding-bottom:20px;
	padding-top:0;
}

.filedepo {
	border-radius:10px;
	box-shadow:2px 2px 7px #ccc;
	margin-bottom:10px;
}

.filedepo a {
	display:block;
	padding:5px 35px 7px 15px;
	font-weight:100!important;
	line-height:18px;
	background:url(/img/download_sm.gif) 165px center no-repeat;
}

.filedepo a:hover {
	display:block;
	padding:5px 35px 7px 15px;
	font-weight:100!important;
	line-height:18px;
	background:url(/img/download.gif) 165px center no-repeat;
}

.filedepo a span {
	display:block;
	font-size:.7em;
	opacity:.5;
}

.filedepo a:hover span {
	display:block;
	font-size:.7em;
	opacity:1;
}

.filedepo h2 {
	padding:7px 15px;
	background:#5ac8f3;
	color:#fff;
	margin:0 0 4px;
	border-radius:10px 10px 0 0;
}

.stretch .offertile .filedepoline {
	float:none;
	width:auto;
	margin:0;
	border-radius:0;
	box-shadow:none;
}

.stretch .offertile .filedepoline a {
	display:block;
	color:#000!important;
	padding:5px 35px 7px 15px;
	font-weight:100!important;
	line-height:18px;
	background:url(/img/download_sm.gif) 97% center no-repeat;
	box-shadow:inset 1px 1px 3px #ccc;
	border-radius:10px;
}

.stretch .offertile .filedepoline a:hover {
	background:url(/img/download.gif) 97% center no-repeat;
}

.stretch .offertile .filedepoline a span {
	display:block;
	font-size:.7em;
	opacity:.8;
}

.stretch .offertile .filedepoline a:hover span {
	display:block;
	font-size:.7em;
	opacity:1;
}

.moduleright {
	float:right;
	width:316px;
	margin:0 0 30px 30px;
}

.galleryright {
	padding:20px;
	border-radius:10px;
	box-shadow:2px 2px 7px #ccc;
	overflow:auto;
	border-top:1px solid #59c6f2;
	border-bottom:1px solid #59c6f2;
	border-left:3px solid #59c6f2;
	border-right:3px solid #59c6f2;
}

.sitemap {
}

.sitemap li {
	padding-left:10px;
}

.sitemap li ul {
	padding-left:10px;
}

ul,li {
	margin:0;
	padding:0;
	list-style-position:inside;
}

.navwrap {
	position:absolute;
	top:30px;
	right:0px;
	z-index: 9999;
}
.nav {
	float:right;
	overflow:visible;
}

.nav .current {
	display:none;
}

.nav ul {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	display:block;
	min-height:55px;
	border-right: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 6px;
}

.nav ul li {
	float:left;
	display:list-item;
	list-style:none;
	position: relative;
}

.nav ul li a:link, .nav ul li a:active, .nav ul li a:hover, .nav ul li a:visited, .nav ul li span {
	display:block;
	padding:15px 20px;
	line-height:25px;
	border-left: 1px solid rgba(0, 0, 0, 0.13);
	color: #000;
	text-transform: lowercase;
	font-weight: 100;
}

.nav ul ul {
	display:none;
	position:absolute;
	min-height:0;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.22);
}

.nav ul li ul li a:link, .nav ul li ul li a:active, .nav ul li ul li a:hover, .nav ul li ul li a:visited, .nav ul li ul li span {
	padding: 0px 20px;
	line-height:30px;
	border-left: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
	color: #000;
	text-transform: lowercase;
}

.nav ul li:hover > ul {
	display:list-item;
}

.nav ul ul li {
	width:270px;
	float:none;
	position:relative;
	border-bottom:none;
	font-size:.8em;
}

.nav ul ul ul {
	position:absolute relative;
	top:0;
	left:270px;
}

.clientlogos {padding: 2px 0px 5px 0px; width: 100%; overflow: auto;}
.clientlogos .clientlogo { width: 20%; float: left; text-align: center; }
.clientlogos .clientlogo img { max-width: 60%; }

.subpages_pane {
	list-style:none;
	margin:10px 0;
	padding:0px 20px;
	text-align:left;
	overflow: auto;
	font-size: 1.4em;
	font-weight: 100;
}
.toprabat {float: left; width: 85px; height: 119px; background: url(/img/oknasypta_najwyzsze_rabaty.png) top left no-repeat; display: block;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
overflow:hidden;
}
.toprabat:hover
{
-webkit-transform:rotate(6deg);
-moz-transform:rotate(6deg);
-o-transform:rotate(6deg);
}

.subpages_pane li { width: 25%; float: left; min-height: 130px; overflow: auto; }
.subpages_pane .imagetile {height: 130px; width: 40%; position: absolute; right: 0px; top:0px; background-position: center center; background-size: cover; background-repeat: no-repeat;}
.subpages_pane .imagetile a {height: 130px; width: 100%; display: block;}
.subpages_pane .linkarea {min-height: 115px; width: 45%; float: left; padding: 15px 5% 0px 10%;}

.subpages_pane li ul li a {
	padding:0 10px 0 30px;
	font-size:.9em;
	opacity:.6;
}
.subpages_pane li img {max-width: 100%;}

.subpages_pane ul {
	list-style:none;
	margin:0;
	padding:0;
}

.subpages_pane li a {
	display:block;
}

.subpages_pane li:hover {
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.tilemargin {margin: 0px 5px 5px 0px; position: relative; background: #ededed; overflow: auto}

.listall_pane {
	list-style:none;
	margin:0;
	padding:20px 0;
	text-align:left;
}

.listall_pane li {
	padding-bottom:5px;
}

.listall_pane li a {
	padding:0 10px 0 15px;
}

.listall_pane li ul li a {
	padding:0 10px 0 30px;
	font-size:.9em;
	opacity:.9;
}

.listall_pane li ul li ul li a {
	padding:0 10px 0 50px;
	font-size:.9em;
	opacity:.8;
}

.listall_pane li ul li ul li ul li a {
	padding:0 10px 0 70px;
	font-size:.9em;
	opacity:.7;
}

.listall_pane ul {
	list-style:none;
	margin:0;
	padding:0;
}

.listall_pane li a {
	display:block;
}

.listall_pane li a:hover {
	background:#fff;
	box-shadow:1px 1px 3px #ccc;
}

.breadcrumbs h1 {
	font-size:1em;
	line-height:1.1em;
	margin-top: 0px; 
	padding-top: 0px;
}

.currentpage_h1 {
	display:block;
	font-size:1.5em;
	line-height:1.3em;
	font-weight:500;
}

.fb-like {
	padding-left:10px;
}



@media screen and (max-width: 1250px) and (min-width: 640px) {
	
}

@media screen and (max-width: 1100px) {
	.wrap {
		width:91%;
	}
	.clientlogos .clientlogo { width: 25%; float: left; text-align: center; }
	.subpages_pane li { width: 33.3%; float: left; min-height: 130px; overflow: auto; }
	.item .imgl {margin: -20px -20px 20px -20px; width: auto; float: none; min-height: 140px; background-size: cover; background-repeat: no-repeat; background-position: center top;}
	.item {
		padding:20px 20px 40px 20px;
	}
	.menu {
		float:right;
		padding-top:17px;
		font-weight:100;
	}
	
	.menu a:link,.menu a:visited {
		padding:0 0 0 30px;
	}
	
	.itempromo {
		width:25%;
		margin-right:0;
	}
	
	.itempromo h2 {
		padding:7px;
	}
	

	
	.footerlogos img {
		height:34px;
	}
	
	.socialtop {
		width:370px;
	}
	
	.imgr img {
		width:340px;
	}
	
	.tiledescription {
		width:48%;
		min-height:205px;
		margin-right:0;
	}
	
	.tileframe {
		width:100%;
		height:136px;
	}
	
	.tileframe a {
		width:100%;
		height:146px;
		display:block;
	}
}

@media screen and (max-width: 960px) {
	nav ul li a:link, nav ul li a:active, nav ul li a:hover, nav ul li a:visited {
		display:block;
		padding:15px 14px;
		line-height:25px;
		border-left: 1px solid rgba(0, 0, 0, 0.13);
		color: #000;
		text-transform: lowercase;
		font-weight: 100;
	}
}

@media screen and (max-width: 870px) {
	.nav a {
		padding:5px 5px 5px 12px;
		font-size:.9em;
	}
	.subpages_pane li { width: 50%; float: left; min-height: 130px; overflow: auto; }
	.toprabat {display: none;}
}

@media screen and (max-width: 740px) {
	.wrap {
		width:90%;
	}
	
	.itempromo {
		width:25%;
		margin-right:0;
	}
	
	.itempromo h2 {
		min-height:40px;
	}
	
	.socialtop .text {
		display:none;
	}
	
	.socialtop {
		width:400px;
		position:absolute;
		right:10px;
		top:0;
	}
	
	.tiledescription {
		width:48%;
		min-height:205px;
		margin-right:0;
	}
	
	.tileframe {
		width:100%;
		height:136px;
	}
	
	.tileframe a {
		width:100%;
		height:146px;
		display:block;
	}
	
	.imgr img {
		width:210px;
	}
	
	.containimg {
		width:auto;
	}
	
	/* ul, li {margin: 0px; padding: 0px; list-style-position: inside;} */
	.navwrap {
		position:absolute;
		top:40px;
		right:0px;
		width: 40%;
	}
	
	.nav {
		float:none;
		position:relative;
		min-height:30px;
		z-index:9999;
		margin:0px 0 0;
		
	}
	
	.nav ul {
		width:100%;
		padding:0px 0;
		position:absolute;
		top:0;
		right:0;
		border:solid 1px #aaa;
		background:#fff url(/img/icon-menu.png) no-repeat 10px 14px;
		box-shadow:0 1px 8px #ccc;
		min-height:0;
	}
	.nav ul li a:link, .nav ul li a:active, .nav ul li a:hover, .nav ul li a:visited, .nav ul li span {
		display:block;
		padding:15px 20px;
		line-height:15px;
		border-left: 1px solid rgba(0, 0, 0, 0.13);
		color: #000;
		text-transform: lowercase;
		font-weight: 100;
	}
	
	.nav ul ul {
		display:none;
		position:absolute;
		min-height:0;
		background: rgba(255, 255, 255, 0.85);
		box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.22);
	}
	
	.nav ul li ul li a:link, .nav ul li ul li a:active, .nav ul li ul li a:hover, .nav ul li ul li a:visited, .nav ul li ul li span {
		padding: 0px 0px 0px 20px;
		line-height:30px;
		border-left: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.13);
		color: #000;
		text-transform: lowercase;
	}
	.nav ul li {
		float:none;
	}
	
	.nav ul ul li {
		font-size:1em;
	}
	
	.nav ul li {
		display:none;
	/* hide all <li> items */
		margin:0;
	}
	
	.nav .current {
		display:block;
	/* show only current <li> item */
	}
	
	.nav a, .nav span {
		display:block;
		padding:0px 5px 0px 32px;
		text-align:left;
		float:none;
	}
	
	.nav .current a, .nav .current span {
		background:none;
		color:#666;
	}
	
	/* on nav hover */
	.nav ul:hover {
		background-image:none;
	}
	
	.nav ul:hover li {
		display:block;
	}
	
	.nav ul:hover .current {
		background:url(/img/icon-check.png) no-repeat 10px 7px;
	}
	
	.nav ul ul {
		position:absolute relative;
		top:0;
		left:-120%;
		width: 120%;
	}
	
	.nav ul ul ul {
		position:absolute relative;
		top:0;
		left:-170px;
	}
	
	/* right nav */
	.nav.right ul {
		left:auto;
		right:0;
	}
	
	/* center nav */
	.nav.center ul {
		left:50%;
		margin-left:-90px;
	}
	
		
	.nav ul li ul li a:link, .nav ul li ul li a:active, .nav ul li ul li a:hover, .nav ul li ul li a:visited, .nav ul li ul li span {
		padding: 0px 20px;
		line-height:20px;
		border-left: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.13);
		color: #000;
		text-transform: lowercase;
	}
	
	.nav ul li:hover > ul {
		display:list-item;
	}
	
	.nav ul ul li {
		width:100%;
		float:none;
		position:relative;
		border-bottom:none;
		font-size:.8em;
	}
	
	.nav ul ul ul {
		position:absolute relative;
		top:0;
		left: auto;
		right: 100%;
	}
	

}

@media screen and (max-width: 640px) {
	.toplink,.toplink a {
		height:80px;
	}
	.fb-like {
		display:none;
	}
	.third {width: 100%; float: none;}
	.item {margin-right: 0px;}
	.wrap {
		width:86%;
	}
	.clientlogos .clientlogo { width: 50%; float: left; text-align: center; }

	.top {
		position:relative;
	}
	.subpages_pane li { width: 100%; float: none; min-height: 130px; overflow: auto; }

	body (font-size: 1.1em;)
	
	
	.itempromo {
		width:25%;
		margin-right:0;
		word-break:break-word;
	}
	
	.itempromo h2 {
		min-height:60px;
	}
	
	.logoinspromo {
		height:100px;
	}
	
	.socialtop .text {
		display:none;
	}
	
	.socialtop {
		width:50%;
		position:absolute;
		right:10px;
		top:0;
	}
	
	.socialtop .tel {
		width:auto;
	}
	
	.fb-like {
		position:absolute!important;
		top:37px;
		right:0;
		padding:0;
		float:none;
		height:35px;
		overflow:visible;
	}
	
	.tiledescription {
		width:48%;
		min-height:205px;
		margin-right:0;
	}
	
	.tileframe {
		width:100%;
		height:136px;
	}
	
	.tileframe a {
		width:100%;
		height:146px;
		display:block;
	}
	
	.imgr img {
		width:160px;
	}
	
	.containimg {
		width:auto;
	}
	
	.tiledescription {
		min-height:170px;
	}
	
	.oferta .tiledescription {
		min-height:200px;
	}
	
	.fl {
		float:none;
	}
	
	.half {
		width:100%;
	}

}
@media screen and (max-width: 480px) {

	.toplink {
		float:left;
		width:40%;
		padding-top:20px;
	}
	.toplink a {
		display: block; background-size: contain;
	}
	.navwrap {
		top:20px;
	}

}
.npr {
	margin-left:0;
	padding-left:0;
}
.item {min-height: 0px;}
.news_smaller {
	font-size:.8em;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:1px;
	background:#f2f2f2;
	box-shadow:1px 1px 3px #c8c8c8;
}

.news_smaller_brighter {
	background:#fff!important;
	box-shadow:1px 1px 3px #dfdfdf;
}

.news_bigger {
	margin-bottom:1px;
}

.formatimages .imgl {
	margin:0 5px 5px 0;
	padding:0;
}


/*
     FILE ARCHIVED ON 01:50:09 Jan 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:37:05 Jan 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.693
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.014
  esindex: 0.011
  cdx.remote: 11.938
  LoadShardBlock: 96.175 (3)
  PetaboxLoader3.resolve: 128.694 (5)
  PetaboxLoader3.datanode: 3735.599 (5)
  load_resource: 3794.617 (2)
*/