/* start */



/* http://www.responsivegridsystem.com */

/* html5reset.css - 01/11/2011 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight:normal;
}



body {
    line-height: 1;
}

strong {font-weight:bold;}



article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 730 PIXELS */

@media only screen and (max-width: 730px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}

/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 32.26%; 
}


/*  GO FULL WIDTH AT LESS THAN 730 PIXELS */

@media only screen and (max-width: 730px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}



/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 730 PIXELS */

@media only screen and (max-width: 730px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}

/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}


/*  GO FULL WIDTH AT LESS THAN 730 PIXELS */

@media only screen and (max-width: 730px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}

/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}


/*  GO FULL WIDTH AT LESS THAN 730 PIXELS */

@media only screen and (max-width: 730px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%; 
	}
}


/*  GRID OF SEVEN   ============================================================================= */


.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
	width: 85.48%;
}

.span_5_of_7 {
  	width: 70.97%;
}

.span_4_of_7 {
  	width: 56.45%;
}

.span_3_of_7 {
  	width: 41.94%;
}

.span_2_of_7 {
  	width: 27.42%;
}

.span_1_of_7 {
  	width: 12.91%;
}


/*  GO FULL WIDTH AT LESS THAN 730 PIXELS */

@media only screen and (max-width: 730px) {
	.span_7_of_7 {
		width: 100%; 
	}
	.span_6_of_7 {
		width: 100%; 
	}
	.span_5_of_7 {
		width: 100%; 
	}
	.span_4_of_7 {
		width: 100%; 
	}
	.span_3_of_7 {
		width: 100%; 
	}
	.span_2_of_7 {
		width: 100%; 
	}
	.span_1_of_7 {
		width: 100%; 
	}
}

/*  GRID OF EIGHT   ============================================================================= */

	
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
	width: 87.3%; 
}

.span_6_of_8 {
	width: 74.6%; 
}

.span_5_of_8 {
	width: 61.9%; 
}

.span_4_of_8 {
	width: 49.2%; 
}

.span_3_of_8 {
	width: 36.5%;
}

.span_2_of_8 {
	width: 23.8%; 
}

.span_1_of_8 {
	width: 11.1%; 
}


/*  GO FULL WIDTH AT LESS THAN 730 PIXELS */

@media only screen and (max-width: 730px) {
	.span_8_of_8 {
		width: 100%; 
	}
	.span_7_of_8 {
		width: 100%; 
	}
	.span_6_of_8 {
		width: 100%; 
	}
	.span_5_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}
	.span_3_of_8 {
		width: 100%; 
	}
	.span_2_of_8 {
		width: 100%; 
	}
	.span_1_of_8 {
		width: 100%; 
	}
}

/*  GRID OF NINE   ============================================================================= */


.span_9_of_9 {
	width: 100%;
}

.span_8_of_9 {
	width: 88.71%;
}

.span_7_of_9 {
	width: 77.42%; 
}

.span_6_of_9 {
	width: 66.13%; 
}

.span_5_of_9 {
	width: 54.84%; 
}

.span_4_of_9 {
	width: 43.55%; 
}

.span_3_of_9 {
	width: 32.26%;
}

.span_2_of_9 {
	width: 20.97%; 
}

.span_1_of_9 {
	width: 9.68%; 
}


/*  GO FULL WIDTH AT LESS THAN 730 PIXELS */

@media only screen and (max-width: 730px) {
	.span_9_of_9 {
		width: 100%; 
	}
	.span_8_of_9 {
		width: 100%; 
	}
	.span_7_of_9 {
		width: 100%; 
	}
	.span_6_of_9 {
		width: 100%; 
	}
	.span_5_of_9 {
		width: 100%; 
	}
	.span_4_of_9 {
		width: 100%; 
	}
	.span_3_of_9 {
		width: 100%; 
	}
	.span_2_of_9 {
		width: 100%; 
	}
	.span_1_of_9 {
		width: 100%; 
	}
}


/*  GRID OF TEN   ============================================================================= */


.span_10_of_10 {
	width: 100%;
}

.span_9_of_10 {
	width: 89.84%;
}

.span_8_of_10 {
	width: 79.68%;
}

.span_7_of_10 {
	width: 69.52%; 
}

.span_6_of_10 {
	width: 59.36%; 
}

.span_5_of_10 {
	width: 49.2%; 
}

.span_4_of_10 {
	width: 39.04%; 
}

.span_3_of_10 {
	width: 28.88%;
}

.span_2_of_10 {
	width: 18.72%; 
}

.span_1_of_10 {
	width: 8.56%; 
}


/*  GO FULL WIDTH AT LESS THAN 730 PIXELS */

@media only screen and (max-width: 730px) {
	.span_10_of_10 {
		width: 100%; 
	}
	.span_9_of_10 {
		width: 100%; 
	}
	.span_8_of_10 {
		width: 100%; 
	}
	.span_7_of_10 {
		width: 100%; 
	}
	.span_6_of_10 {
		width: 100%; 
	}
	.span_5_of_10 {
		width: 100%; 
	}
	.span_4_of_10 {
		width: 100%; 
	}
	.span_3_of_10 {
		width: 100%; 
	}
	.span_2_of_10 {
		width: 100%; 
	}
	.span_1_of_10 {
		width: 100%; 
	}
}




/*  GRID OF ELEVEN   ============================================================================= */

.span_11_of_11 {
	width: 100%;
}

.span_10_of_11 {
	width: 90.76%;
}

.span_9_of_11 {
	width: 81.52%;
}

.span_8_of_11 {
	width: 72.29%;
}

.span_7_of_11 {
	width: 63.05%; 
}

.span_6_of_11 {
	width: 53.81%; 
}

.span_5_of_11 {
	width: 44.58%; 
}

.span_4_of_11 {
	width: 35.34%; 
}

.span_3_of_11 {
	width: 26.1%;
}

.span_2_of_11 {
	width: 16.87%; 
}

.span_1_of_11 {
	width: 7.63%; 
}


/*  GO FULL WIDTH AT LESS THAN 730 PIXELS */

@media only screen and (max-width: 730px) {
	.span_11_of_11 {
		width: 100%; 
	}
	.span_10_of_11 {
		width: 100%; 
	}
	.span_9_of_11 {
		width: 100%; 
	}
	.span_8_of_11 {
		width: 100%; 
	}
	.span_7_of_11 {
		width: 100%; 
	}
	.span_6_of_11 {
		width: 100%; 
	}
	.span_5_of_11 {
		width: 100%; 
	}
	.span_4_of_11 {
		width: 100%; 
	}
	.span_3_of_11 {
		width: 100%; 
	}
	.span_2_of_11 {
		width: 100%; 
	}
	.span_1_of_11 {
		width: 100%; 
	}
}


/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.53%;
}

.span_10_of_12 {
	width: 83.06%;
}

.span_9_of_12 {
	width: 74.6%;
}

.span_8_of_12 {
	width: 66.13%;
}

.span_7_of_12 {
	width: 57.66%; 
}

.span_6_of_12 {
	width: 49.2%; 
}

.span_5_of_12 {
	width: 40.73%; 
}

.span_4_of_12 {
	width: 32.26%; 
}

.span_3_of_12 {
	width: 23.8%;
}

.span_2_of_12 {
	width: 15.33%; 
}

.span_1_of_12 {
	width: 6.86%; 
}


/*  GO FULL WIDTH AT LESS THAN 730 PIXELS */

@media only screen and (max-width: 730px) {
	.span_12_of_12 {
		width: 100%; 
	}
	.span_11_of_12 {
		width: 100%; 
	}
	.span_10_of_12 {
		width: 100%; 
	}
	.span_9_of_12 {
		width: 100%; 
	}
	.span_8_of_12 {
		width: 100%; 
	}
	.span_7_of_12 {
		width: 100%; 
	}
	.span_6_of_12 {
		width: 100%; 
	}
	.span_5_of_12 {
		width: 100%; 
	}
	.span_4_of_12 {
		width: 100%; 
	}
	.span_3_of_12 {
		width: 100%; 
	}
	.span_2_of_12 {
		width: 100%; 
	}
	.span_1_of_12 {
		width: 100%; 
	}
}


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}


/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 730 PIXELS */

@media only screen and (max-width: 730px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}
/* lato-300 - latin-latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v13-latin-latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../fonts/lato-v13-latin-latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v13-latin-latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v13-latin-latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v13-latin-latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v13-latin-latin-ext-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-300italic - latin-latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/lato-v13-latin-latin-ext-300italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Light Italic'), local('Lato-LightItalic'),
       url('../fonts/lato-v13-latin-latin-ext-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v13-latin-latin-ext-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v13-latin-latin-ext-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v13-latin-latin-ext-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v13-latin-latin-ext-300italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin-latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v13-latin-latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v13-latin-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v13-latin-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v13-latin-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v13-latin-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v13-latin-latin-ext-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-italic - latin-latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v13-latin-latin-ext-italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
       url('../fonts/lato-v13-latin-latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v13-latin-latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v13-latin-latin-ext-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v13-latin-latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v13-latin-latin-ext-italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin-latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v13-latin-latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../fonts/lato-v13-latin-latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v13-latin-latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v13-latin-latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v13-latin-latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v13-latin-latin-ext-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700italic - latin-latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v13-latin-latin-ext-700italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
       url('../fonts/lato-v13-latin-latin-ext-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v13-latin-latin-ext-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v13-latin-latin-ext-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v13-latin-latin-ext-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v13-latin-latin-ext-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}



/* Generated by Glyphter (http://www.glyphter.com) on  Tue Feb 06 2018*/
@font-face {
    font-family: 'pvi2';
    src: url('../fonts/pvi2.eot');
    src: url('../fonts/pvi2.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pvi2.woff') format('woff'),
         url('../fonts/pvi2.ttf') format('truetype'),
         url('../fonts/pvi2.svg#pvi2') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
	display: inline-block;
   font-family: 'pvi2';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}

[class*='h-']:before{
	display: inline-block;
   font-family: 'pvi2';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}

.pakietbf:before {font-size: 140%; margin-right:7px; }

.icon-dom:before{content:'\0041';}
.icon-domeny:before{content:'\0042';}
.icon-host:before{content:'\0043';}
.icon-koperta1:before{content:'\0044';}
.icon-login:before{content:'\0045';}
.icon-klodka-otw:before{content:'\0046';}
.icon-strz-dol:before{content:'\0047';}
.icon-okres:before{content:'\0048';}
.icon-menuresp:before{content:'\0049';}
.icon-minus:before{content:'\004a';}
.icon-promocja1:before{content:'\004b';}
.icon-responsywna:before{content:'\004c';}
.icon-strz-podw-prawa2:before{content:'\004d';}
.icon-strz-podw-dol2:before{content:'\004e';}
.icon-strz-podw-dol:before{content:'\004f';}
.icon-strzalka-cienka-prawa:before{content:'\0050';}
.icon-swinka:before{content:'\0051';}
.icon-tel:before{content:'\0052';}
.icon-tick:before{content:'\0053';}
.icon-znakzapytania:before{content:'\0054';}
.icon-kopage:before{content:'\0055';}
.icon-lekki:before{content:'\0056';}
.icon-pro:before{content:'\0057';}
.icon-responsywny:before{content:'\0058';}
.icon-start:before{content:'\0059';}
.icon-jakosc:before{content:'\005a';}
.icon-rejestracja:before{content:'\0061';}
.icon-transferuj:before{content:'\0062';}
.icon-admin:before{content:'\0063';}
.icon-backup:before{content:'\0064';}
.icon-polska-lokalizacja:before{content:'\0065';}
.icon-pozycjonowanie1:before{content:'\0066';}
.icon-pozycjonowanie2:before{content:'\0067';}
.icon-domeny-gl:before{content:'\0068';}
.icon-certyfikaty-gl:before{content:'\0069';}
.icon-klodka-zam:before{content:'\006a';}
.icon-panel-klienta:before{content:'\006b';}
.icon-panel-admina:before{content:'\006c';}
.icon-hosting:before{content:'\006d';}
.icon-koszyk:before{content:'\006e';}
.icon-ssd:before{content:'\006f';}
.icon-szybki:before{content:'\0070';}
.icon-wordpress:before{content:'\0071';}
.icon-fb1:before{content:'\0072';}
.icon-fb2:before{content:'\0073';}
.icon-mail-send:before{content:'\0074';}
.icon-lifesaver:before{content:'\0075';}
.icon-smartphone:before{content:'\0076';}
.icon-smartphone2:before{content:'\0077';}

.h-dom:before{content:'\0041';}
.h-domeny:before{content:'\0042';}
.h-host:before{content:'\0043';}
.h-koperta1:before{content:'\0044';}
.h-login:before{content:'\0045';}
.h-klodka-otw:before{content:'\0046';}
.h-strz-dol:before{content:'\0047';}
.h-okres:before{content:'\0048';}
.h-menuresp:before{content:'\0049';}
.h-minus:before{content:'\004a';}
.h-promocja1:before{content:'\004b';}
.h-responsywna:before{content:'\004c';}
.h-strz-podw-prawa2:before{content:'\004d';}
.h-strz-podw-dol2:before{content:'\004e';}
.h-strz-podw-dol:before{content:'\004f';}
.h-strzalka-cienka-prawa:before{content:'\0050';}
.h-swinka:before{content:'\0051';}
.h-tel:before{content:'\0052';}
.h-tick:before{content:'\0053';}
.h-znakzapytania:before{content:'\0054';}
.h-kopage:before{content:'\0055';}
.h-lekki:before{content:'\0056';}
.h-pro:before{content:'\0057';}
.h-responsywny:before{content:'\0058';}
.h-start:before{content:'\0059';}
.h-jakosc:before{content:'\005a';}
.h-rejestracja:before{content:'\0061';}
.h-transferuj:before{content:'\0062';}
.h-admin:before{content:'\0063';}
.h-backup:before{content:'\0064';}
.h-polska-lokalizacja:before{content:'\0065';}
.h-pozycjonowanie1:before{content:'\0066';}
.h-pozycjonowanie2:before{content:'\0067';}
.h-domeny-gl:before{content:'\0068';}
.h-certyfikaty-gl:before{content:'\0069';}
.h-klodka-zam:before{content:'\006a';}
.h-panel-klienta:before{content:'\006b';}
.h-panel-admina:before{content:'\006c';}
.h-hosting:before{content:'\006d';}
.h-koszyk:before{content:'\006e';}
.h-ssd:before{content:'\006f';}
.h-szybki:before{content:'\0070';}
.h-wordpress:before{content:'\0071';}
.h-fb1:before{content:'\0072';}
.h-fb2:before{content:'\0073';}
.h-mail-send:before{content:'\0074';}
.h-lifesaver:before{content:'\0075';}
.h-smartphone:before{content:'\0076';}
.h-smartphone2:before{content:'\0077';}@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 
 
 
 
 bounce bounceIn fadeIn slideInLeft  slideInRight  rotateIn
 */

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}


@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


#menuwrap {z-index:900;

    
}
@media screen and (max-width: 650px) {
#menuwrap {clear:both; display:none;}
}
@media screen and (min-width: 650px) {
#menuwrap { clear:none; }
}

#menurespznaczek {z-index:1000; float:right; display:block; padding:20px;}
@media only screen and (min-width:650px){
#menurespznaczek {display:none;}
}
@media only screen and (max-width:650px){
#menurespznaczek {display:block;}
}

#menurespznaczek:hover {cursor:pointer}


#menurespznaczek2 {z-index:1000; float:left;display:block;padding-right:20px; vertical-align:middle}
@media only screen and (min-width:650px){
#menurespznaczek2 {display:none;}
}
@media only screen and (max-width:650px){
#menurespznaczek2 {display:block;}
}

#menurespznaczek2:hover {cursor:pointer}


#menu {
float:left;
display: inline-block;
vertical-align: middle;
padding-right:160px;
}

@media only screen and (max-width:470px){
#menu {
float:left;
display: inline-block;
vertical-align: middle;
padding-right:100px;
}
}



#menu ul,
#menu li,
#menu a {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  }
@media only screen and (max-width:650px){
#menu a {
  margin-top:5px;
  }
}
  
  
#menu ul {

  padding: 5px 10px;
}
#menu ul:before {
  content: '';
  display: block;
}
#menu ul:after {
  content: '';
  display: table;
  clear: both;
}
#menu li {
  float: left;
  margin: 0 3px 0 0;

}

#menu li a {

background:none;

  padding: 6px ;
  padding-right:12px;
  display: block;
  text-decoration: none;
  color: #eeeeee;
  font-size: 0.9em;
  -webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; ;
   -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;

}
#menu li.active {}
#menu li a:active {

  display: block;

}
#menu li:hover {}
#menu li a:hover {
display: block;
background:#064277;

}



@media screen and (max-width: 1100px) {
#menu li {  margin: 0 3px 0 0;}
#menu li a {  font-size: 0.9em;padding: 6px 11px 6px 11px;display:inline-block;}
}



/*   menu2   */

#menu2cont {}

#menu2{  margin:0; padding: 0; font-size:11pt ; text-transform:uppercase; }

#menu2> li {  list-style:none; margin:1px}
 
#menu2> li > a {background-color:#d7d8da; font-weight: 400; display: block; background-color:#dedede; padding: 10px 20px; color:#000000;text-decoration: none;  border-left: 3px solid #d60000;}

#menu2> li > a:hover {background-color:#6f6f6f; border-left: 3px solid #ae1a1a; color:#ffffff;  }

#menu2> li ul {  }

#menu2> li.active {   }

#menu2> li.active > a {  cursor: default; }

#menu2> li.active:hover {  color:#000000;  cursor: default;  }
  
#menu2> li:hover {  }

#menu2 >.last > a{}



/* MENU POMOC */


#menupomoc {

display: block;
vertical-align: middle;
}


@media screen and (max-width: 650px) {
#menupomoc {clear:both; display:none;}
}
@media screen and (min-width: 650px) {
#menuwrap { clear:none; display:block;}
}



#menupomoc ul,
#menupomoc li,
#menupomoc a {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-top:10px
  }
@media only screen and (max-width:650px){
#menupomoc a {
  margin-top:5px;
  }
}
  
  
#menupomoc ul {

  padding: 5px 10px;
}
#menupomoc ul:before {
font-family: pvi2;	
  content: '';
  display: block;
}
#menupomoc ul:after {
font-family: pvi2;
  content: '';
  display: table;
  clear: both;
}
#menupomoc li {
  margin: 0 3px 0 0;

}

#menupomoc li a:after {
font-family: pvi2;
content: '\004d';
margin-right: .5em; 
width: 1em; 
display: inline-block; 
float:right;
font-size:0.6em;
padding-top:3px;
}

#menupomoc li a {
display: block;
width:100%;
background:#ddd;
padding: 6px ;
text-decoration: none;
color: #0a5799;
font-size: 1em;
-webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; ;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
#menupomoc li.active {}
#menupomoc li a:active {

  display: block;
  color: #0a5799;
}
#menupomoc li:hover {}
#menupomoc li a:hover {

display: block;
background:#aaa7a7;

}

#menupomoc li a:visited{

color:#333333;

}


/* aktualnosci */
#breadcrumb { 
	color: #0a5799;
	list-style: none; 
	overflow: hidden; 
	margin:10px 0 10px 0;
font-size:0.9em;
padding:0;
}
#breadcrumb li { 
	float: left; 
}
#breadcrumb li + li:before{
  content:  '>';
  margin:   0 2px;
}


#breadcrumb a:link, #breadcrumb a:visited{
	color: #0a5799;
	outline:0;
	-webkit-transition:none;
    transition:none;
}

#breadcrumb a:active, #breadcrumb  a:focus, #breadcrumb  a:hover {
	background-color:transparent;
	color: #0a5799;
	outline:none;
	
}

.loginForm {}
.loginMessage {}
.loginLogin {}
.loginLoginForm {}
.loginLoginFieldset {background-color:#daf1ff;border:solid 1px #8cc1e2;-webkit-border-radius: 8px;-moz-border-radius: 8px; border-radius: 8px; border: solid 1px #7aa908; 
}

.loginLegend {width:100%; background-color:#c2f34b; margin:10px 0 10px 0; padding:3px; -webkit-border-radius: 8px;-moz-border-radius: 8px; border-radius: 8px; border: solid 1px #7aa908; } 
.loginprzyciski {float:left; margin-right:10px;}
.loginUsernameLabel {}
.loginUsername {float:left; width:120px; }
.loginUsernamenazwa {float:left; width:120px; text-align:center;}

.loginPasswordLabel {}
.loginPassword {float:left; width:120px; }
.loginUsernamehaslo {float:left; width:120px; text-align:center;}
.returnUrl {}
.loginLoginButton {float:left;font-size:8pt;display:block;}

/* IDTABS */
      .idTabs {}
      .idtabszakl{ float:left; width:240px; list-style: none;}
      .idtabslista {  padding: 5px 10px 5px 10px; display:block; color:#333333;  margin:0 0 10px 0; text-decoration:none; border: solid 1px #cccccc; }
      .idTabs a {  display:block; width:100%; height:100% }
      .idTabs a.selected {  color:#000;text-decoration:underline }
      .items>div { display:none; float:left; margin:0.1em 0 0 0.5em;width:300px; padding-left:30px }
      .idTabs ul, .idTabs a {  }

.publikacje-wpis {float:left; width:95%; padding:0 10px 0 0; margin:0 0 10px 0;border:solid 1px #dddddd;}
.publikacje-ikonka {float:left; vertical-align:middle; margin-right:10px;}
.publikacje-tytul {padding:10px}

#langlinks {float:right; }
.mml_links li {float:right; list-style:none; margin:3px;  }

.szukajbtn {
margin-left:4px;
cursor:pointer;

box-shadow:none;
border:solid 1px #072a44; 
-webkit-border-radius: 6px;-moz-border-radius: 6px; border-radius: 6px;
padding: 3px 6px 3px 6px; font-size:13pt; color:#fff;text-shadow: 1px 1px 1px #000000;

}
a.szukajbtn:hover {}

.szukajform {
background-color:#eeeeee;
width:215px; height:34px; font-size:12pt; padding: 0px 5px 0px 5px;
-webkit-box-shadow:inset 1px 1px 3px 0 #999;
box-shadow:inset 1px 1px 3px 0 #999999;

}

input[type=text]:focus, formularzrea:focus {background-color:#ffffff;}

																.acc-click {cursor:pointer;}
																.example .acc-row {width: 100%; clear: both; display:block;height:100px }
																.example .acc-nagl {float:left; display:block;  width:100%}
																.example .acc-nagl.open {}
																.example .acc-click {cursor:pointer;}
																.example .open .acc-click { }
																.example .open .wid-zam {display:none}
																.example .wid-otw {display:none}
																.example .open .wid-otw {display:inline}
																.example .acc-click:hover { }
																.example .acc-cont {display: none;overflow: initial;clear:both;}
													
	/* style akordeonu pakiety  */

	.accordion-pakiety {float:left;display:block; width: 100%;}
	.accordion-pakiety .acc-row { float:left;display:block; width: 100%;  }
	.accordion-pakiety .acc-nagl {float:left; width: 100%; display:block; width:100%; margin-bottom:2px; padding-bottom:10px;}
	.accordion-pakiety .acc-nagl.open {}
	.accordion-pakiety .acc-click {cursor:pointer;}
	.accordion-pakiety .acc-nagl.open .wid-zam {display:none}
	.accordion-pakiety .acc-nagl .wid-otw {display:none}
	.accordion-pakiety .acc-nagl.open .wid-otw {display:inline}
	.accordion-pakiety .acc-click:hover { }
	.accordion-pakiety .acc-cont {display: none;overflow: initial;clear:both;}
	
	/* style akordeonu z produktami  */
	.accordion-ae-ofertaprod  {float:left;display:block; width: 100%; }
	.accordion-ae-ofertaprod .acc-row { float:left;display:block; width: 100%;  }
	.accordion-ae-ofertaprod .acc-nagl {float:left; width: 100%; display:block; width:100%; margin-bottom:2px; padding:10px;border:solid 1px #b4b3b3}
	.accordion-ae-ofertaprod .acc-nagl.open {}
	
	.accordion-ae-ofertaprod .acc-nagl.open .acc-click { }
	.accordion-ae-ofertaprod .acc-nagl.open .wid-zam {display:none}
	.accordion-ae-ofertaprod .acc-nagl .wid-otw {display:none}
	.accordion-ae-ofertaprod .acc-nagl.open .wid-otw {display:inline}
	.accordion-ae-ofertaprod .acc-click:hover { }
	.accordion-ae-ofertaprod .acc-cont {display: none;overflow: auto;clear:both;}
	.obrazekofertaae { margin:10px 10px 10px 0;}
	
	/* style akordeonu z punktami partnerskimi  */
	.accordion-punkty-kontakt  {float:left;display:block; width: 98%; }
	.accordion-punkty-kontakt .acc-row { float:left;display:block; width: 100%;  }
	.accordion-punkty-kontakt .acc-nagl {float:left; width: 100%; display:block; width:100%; margin-bottom:2px; padding:10px;border:solid 1px #b4b3b3}
	.accordion-punkty-kontakt .acc-nagl.open {}
	
	.accordion-punkty-kontakt .acc-nagl.open .acc-click { }
	.accordion-punkty-kontakt .acc-nagl.open .wid-zam {display:none}
	.accordion-punkty-kontakt .acc-nagl .wid-otw {display:none}
	.accordion-punkty-kontakt .acc-nagl.open .wid-otw {display:inline}
	.accordion-punkty-kontakt .acc-click:hover { }
	.accordion-punkty-kontakt .acc-cont {display: none;overflow: initial;clear:both;}
	
	
	
	
	
	.accordion-aktualnosciaex .acc-row {width: 100%; display:block;    clear: both;  }
	.accordion-aktualnosciaex .acc-nagl {position:relative; float:left; display:block; width:100%; margin-bottom:2px; padding:10px;border:solid 1px #b4b3b3}
	.accordion-aktualnosciaex .acc-nagl.open {}
	.accordion-aktualnosciaex .acc-click {cursor:pointer;}
	
	.accordion-aktualnosciaex .acc-nagl.open .wid-zam {display:none}
	.accordion-aktualnosciaex .acc-nagl .wid-otw {display:none}
	.accordion-aktualnosciaex .acc-nagl.open .wid-otw {display:inline}
	.accordion-aktualnosciaex .acc-click:hover { }
	.accordion-aktualnosciaex .acc-cont {display: none;overflow: auto;clear:both;}
	

	
	/* style akordeonu aktualności  */
	.accordion-aktualnosciae .acc-row {float:left; width: 47%; display:block; margin:1%;  border:solid 1px #b4b3b3; -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;padding-bottom:10px; display:block;background:#f9f4f4;}
	.accordion-aktualnosciae .acc-row.open {}
	.accordion-aktualnosciae .acc-nagl {float:left; position:relative;  display:block; width:100%; margin-bottom:2px; background:#f0eded; -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;}
	.accordion-aktualnosciae .acc-nagl.open {}
	.accordion-aktualnosciae .acc-click {cursor:pointer;}
	.accordion-aktualnosciae .acc-nagl.open .acc-click { }
	.accordion-aktualnosciae .acc-nagl.open .wid-zam {display:none}
	.accordion-aktualnosciae .acc-nagl .wid-otw {display:none}
	.accordion-aktualnosciae .acc-nagl.open .wid-otw {display:inline}
	.accordion-aktualnosciae .acc-click:hover { }
	.accordion-aktualnosciae .acc-cont {float:left;display: none;overflow: auto;clear:both;}

.accordionvamkontener{padding: 2% 0;}
.accordionvamelement {}

.przycisk-acc{font-size:13pt;background:#0a5799;color:#ffffff;padding:3px 10px 3px 10px;-webkit-box-shadow:0px 20px 20px -20px #000000;box-shadow:0px 20px 20px -20px #000000;text-decoration:none;}
.przycisk-acc:link{color:#ffffff;}
.przycisk-acc:visited{color:#ffffff;}
.przycisk-acc:hover{color:#ffffff;
background:#333333;
}

.pagination{
  cursor: default;
  /* self-clearing method: */ }
 .pagination li:before {display:none}
  .pagination a, .pagination span, .pagination em {
  -webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;
    padding: 0.8em 1.4em;
    display: block;
    float: left;
    margin: 0 2px 2px 0; }
	.pagination span{
    color: #999999;
    border: 1px solid #dddddd; }

  .pagination a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5; }
	.pagination .active a:link {
    font-style: normal;
    font-weight: bold;
    background: #023968;
    color: #ffffff;
	
    border: 1px solid #023968; }
	
	.pagination .active a:visited{
    font-style: normal;
    font-weight: bold;
    background: #023968;
    color: #ffffff;
    border: 1px solid #023968; }

	.pagination a:hover, .pagination a:focus {
    color: #000033;
    border-color: #000033; }
  
  .pagination:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .pagination {
    height: 1%; }
  *:first-child + html .pagination {
    overflow: hidden; }
	





@media only screen and (max-width:990px){

}

@media only screen and (max-width:640px){

	.accordion-aktualnosciae .acc-row {width:90%}
	.accordion-aktualnosciae .acc-row {width:90%}
}

/* mapa google maplace.js  */
#gmap {width:100%; height:340px}


/* formularz kontaktowy - klasy  spform i formit */

.formularz-tekst-info {padding:2px 10px 2px 10px; color#d7d5d5; background:#85bc20;-webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; ;font-size:0.8em; overflow:visible} 



.formularz-tekst-info a:link, .formularz-tekst-info a:visited, .formularz-tekst-info a:hover, .formularz-tekst-info a, .formularz-tekst-info h1, .formularz-tekst-info h2, .formularz-tekst-info h3, .formularz-tekst-info h4 {color:#fefefe}

.formularz-tekst-info2 {float:left;padding:2px 10px 2px 10px; color:#fefefe; background:#d7d5d5;-webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; ; margin-bottom:20px;border:solid 1px #fefefe; } 

/*
.formularz-tekst-info2 a:link, .formularz-tekst-info a:visited, .formularz-tekst-info a:hover, .formularz-tekst-info a, .formularz-tekst-info h1, .formularz-tekst-info2 h2, .formularz-tekst-info h3, .formularz-tekst-info h4 {color:#fefefe}
*/

.przyciskform {margin-top:10px; }
.przyciskform:hover {cursor:pointer}

.spf_recipient {
margin-top:0px;
margin-bottom:20px;
font-size:larger;
}

.spform_input {
position:absolute;
text-decoration:underline;
background-color:#CC0000;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;

}
.spf_input_pair{
display:block;
margin-bottom: 10px;
}

/* folmularz label */
.spf_block_prompt, .formularz-tekst-label {
display:block;
padding-right:10px;
color:#333333; margin:0; padding:0;letter-spacing:1px;
font-size:0.9em;
text-transform: uppercase;
}
.spf_inline_prompt {
display:inline;
padding-right:10px;
font-weight:bold;
}


/* form input */

.spf_normal_input input:focus, textarea:focus, .formularz-input:focus {
background-color:#ffffff;
}



.spf_cookie_msg {
font-weight:normal;
color:#ff0000;
margin-top:20px;
margin-bottom:0px;
}
.spf_captcha_instructions {
font-weight:normal;
margin-top:10px;
margin-bottom:10px;
}
.spf_captcha_image {
margin: 20px 0px 20px 0px;
}
.spf_textarea textarea {
font-weight:normal;
}
.spf_buttons {
margin: 15px 0px 20px 20px;
}

#spf_errors {
margin-left: 0px;
margin-bottom: 20px;
}

#spf_errors ul li{
color:red;
}

#comments {
margin-top:6px;
font-weight:normal;
padding: 5px 7px 5px 7px;
width:100%;
background-color:#eeeeee;
border:solid 1px #cccccc;
-webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; 
}

.formularz-poletekstowe {
margin-top:6px;
font-weight:normal;
padding: 5px 7px 5px 7px;
width:100%;
background-color:#d7d5d5;
border:solid 1px #cccccc;
-webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; 
}



.formularz-input input {
background-color:#d7d5d5;
margin-top:6px;
font-weight:normal;
padding: 5px 7px 5px 7px;
width:100%;
border:solid 1px #cccccc;
-webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; 
}
#comments:focus{background-color:#ffffff;}

.formularz-poletekstowe:focus{background-color:#ffffff;}




.formularz-select {  
  border: 1px solid #ccc;
margin-top:5px;
font-weight:normal;
padding: 3px;
width:100%;
background-color:#d7d5d5;
border:solid 1px #cccccc;
-webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; 
}
    
.formularz-select select {
 border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.formularz-select select:focus {
    outline: none;
}    




/* styled radio button 
http://www.designcouch.com/home/why/2013/05/13/styling-form-radio-buttons/
*/
#spf_form input[type="radio"] {
   position:absolute;
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   -o-opacity: 0;
}

#spf_form input[type="radio"] + label {
   position:relative;
   padding: 0 0 0 20px;

}

#spf_form input[type="radio"] + label:before {
   content:"";
   display:block;
   position:absolute;
   top:2px;
   height: 14px;
   width: 14px;
   background: white;
   border: 1px solid #0a5799;
   box-shadow: inset 0px 0px 0px 2px white;
   -webkit-box-shadow: inset 0px 0px 0px 2px white;
   -moz-box-shadow: inset 0px 0px 0px 2px white;
   -o-box-shadow: inset 0px 0px 0px 2px white;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -o-border-radius: 8px;
   border-radius: 8px;
   
   
}

#spf_form input[type="radio"]:checked + label:before {
   background: #0a5799;
}


/* */
.formularz input[type="radio"] {
   position:absolute;
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   -o-opacity: 0;
}

.formularz input[type="radio"] + label {
   position:relative;
   padding: 0 0 0 20px;

}

.formularz input[type="radio"] + label:before {
   content:"";
   display:block;
   position:absolute;
   top:2px;
   height: 14px;
   width: 14px;
   background: white;
   border: 1px solid #0a5799;
   box-shadow: inset 0px 0px 0px 2px white;
   -webkit-box-shadow: inset 0px 0px 0px 2px white;
   -moz-box-shadow: inset 0px 0px 0px 2px white;
   -o-box-shadow: inset 0px 0px 0px 2px white;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -o-border-radius: 8px;
   border-radius: 8px;
   
   
}

.formularz input[type="radio"]:checked + label:before {
   background: #0a5799;
}


.form-error {font-weight:bold;}


.form_1_of_1 {float:left; width:98%;display:block; margin-bottom: 10px;}

.form_1_of_2 {float:left; width:47%;display:block; margin-bottom: 10px;}
.form_2_of_2 {float:left; width:98%;display:block; margin-bottom: 10px;}

.form_1_of_3 {float:left; width:31%;display:block; margin-bottom: 10px;}
.form_2_of_3 {float:left; width:63%;display:block; margin-bottom: 10px;}
.form_3_of_3 {float:left; width:98%;display:block; margin-bottom: 10px;}


.form_1_of_4 {float:left; width:23%;display:block; margin-bottom: 10px;}
.form_2_of_4 {float:left; width:46%;display:block; margin-bottom: 10px;}
.form_3_of_4 {float:left; width:73%;display:block; margin-bottom: 10px;}
.form_4_of_4 {float:left; width:98%;display:block; margin-bottom: 10px;}

.form_1_of_5 {float:left; width:18%;display:block; margin-bottom: 10px;}
.form_2_of_5 {float:left; width:38%;display:block; margin-bottom: 10px;}
.form_3_of_5 {float:left; width:58%;display:block; margin-bottom: 10px;}
.form_4_of_5 {float:left; width:78%;display:block; margin-bottom: 10px;}
.form_5_of_5 {float:left; width:98%;display:block; margin-bottom: 10px;}


.form_1_of_6 {float:left; width:14%;display:block; margin-bottom: 10px;}
.form_2_of_6{float:left; width:30%;display:block; margin-bottom: 10px;}
.form_3_of_6 {float:left; width:46%;display:block; margin-bottom: 10px;}
.form_4_of_6 {float:left; width:62%;display:block; margin-bottom: 10px;}
.form_5_of_6 {float:left; width:78%;display:block; margin-bottom: 10px;}
.form_6_of_6 {float:left; width:98%;display:block; margin-bottom: 10px;}

.form_1_of_10 {float:left; width:8%;display:block; margin-bottom: 10px;}


.pr2proc {padding-right:2%}
.pr3proc {padding-right:3%}
.pr4proc {padding-right:4%}
.pr4proc {padding-right:5%}
.pr6proc {padding-right:6%}
.pr8proc {padding-right:8%}

/* DYMKI- TOOLTIPS */
.tooltips {
  position: relative;
  display: inline;
  cursor:help;
      z-index:3000;

}

.tooltips span {
  position: absolute;
  width:160px;height:auto;
  color: #FFFFFF;
  background: #0a5799;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  padding:5px;

}
.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #0a5799;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltips:hover span {
  visibility: visible;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999;
}

/*  Tooltips 2 */
.tooltips2 {
  position: relative;
  display: inline;
  cursor:help;
}

.tooltips2 span {
  position: absolute;
  width:260px;height:auto;
  color: #FFFFFF;
  background: #0a5799;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  padding:5px;
  text-transform:none;
}
.tooltips2 span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #0a5799;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltips2:hover span {
  visibility: visible;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999;
}


/* Adam Milczarek */
.hidden{display:none;}

/*
oficjalne strony:
http://kenwheeler.github.io/slick/
https://github.com/kenwheeler/slick
inny opis:
http://www.jqueryscript.net/slider/Fully-Responsive-Flexible-jQuery-Carousel-Plugin-slick.html
dodatkowy przycisk
http://jsfiddle.net/j8vxd2py/1/
*/

#slajd-glowny-kontener {position:relative;  margin:0 auto}
.slajd-glowny {margin:0; padding:0;border-top:solid 5px  }
.slajd {margin:0; padding:0}

#slajd-karuzela-kontener {position:relative;  margin:0 auto}


/* DODATKOWY CSS TEMPLATKI POJEDYNCZEGO SLAJDU  */

/* KONIEC -  DODATKOWY CSS TEMPLATKI POJEDYNCZEGO SLAJDU -KONIEC */

/* PRAKTYCZNIE CAŁY WYGLĄD ZMIENIA SIE W KONFIGURACJI SKRYPTU, poniższy kod zapewnia 2 konfiguracje: dla .slajd-glowny i .slaj-karuzela */

.slick-slider
{

    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;

    -webkit-tap-highlight-color: transparent;
}




.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;

}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slajd-obr-p {display:block;text-align:center; width:100%;}
.slajd-obr-p img {display:block; float:none;}
.slajd-tytul {text-align:center;font-size:0.7em}
.slajd-herb {float:none; position:relative; margin:0 auto;}

[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
 
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}


/* Slider */

.slick-loading .slick-list{background: #fff url('/tpl/images/ajax-loader.gif') center center no-repeat;}

/* Icons */

/* DODATKOWE PRZYCISKI (button) PAUZY i ODTWARZANIA */

/* slajd-glowny */
.slajd-glowny-pauza {
position:absolute; bottom:5px; left:5px; z-index:999;padding:0;
/* ukrycie grafiki przycisku */

 background:none;border:none; 
}

.slajd-glowny-pauza:before {
    font-family: 'pvi2';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #ffffff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px #000000;;
	/* standardowy znaczek */
/*     content: 'zatrzymaj'; */
/* znaczek z własnej czcionki: */
content: '\006E';
}
.slajd-glowny-pauza:hover, .slajd-glowny-pauza:hover:before  {cursor:pointer}
.slajd-glowny-pauza:focus:before,.slajd-glowny-pauza:active:before, .slajd-glowny-pauza:hover:before {opacity: 1;}

.slajd-glowny-odtwarzaj {
position:absolute; bottom:5px; left:40px; z-index:999; padding:0;
/* ukrycie grafiki przycisku */
background:none;border:none; 
}
.slajd-glowny-odtwarzaj:before {
    font-family: 'pvi2';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #ffffff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px #000000;;
	/* standardowy znaczek */
/*     content: 'zatrzymaj'; */
/* znaczek z własnej czcionki: */
content: '\0063';
}
.slajd-glowny-odtwarzaj:hover, .slajd-odtwarzaj:hover:before  {cursor:pointer}


.slajd-glowny-odtwarzaj:focus:before,.slajd-glowny-odtwarzaj:focus:before, .slajd-glowny-odtwarzaj:hover:before {opacity: 1;}
/* koniec- slajd-glowny -koniec */

/* slajd-karuzela */
.slajd-karuzela-pauza {
position:absolute; bottom:-25px; left:5px; z-index:999;padding:0;
/* ukrycie grafiki przycisku */

 background:none;border:none; 
}

.slajd-karuzela-pauza:before {
    font-family: 'pvi2';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #ffffff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px #000000;;
	/* standardowy znaczek */
/*     content: 'zatrzymaj'; */
/* znaczek z własnej czcionki: */
content: '\006E';
}
.slajd-karuzela-pauza:hover, .slajd-karuzela-pauza:hover:before  {cursor:pointer}
.slajd-karuzela-pauza:focus:before,.slajd-karuzela-pauza:active:before, .slajd-karuzela-pauza:hover:before {opacity: 1;}

.slajd-karuzela-odtwarzaj {
position:absolute; bottom:-25px; left:40px; z-index:999; padding:0;
/* ukrycie grafiki przycisku */
background:none;border:none; 
}

.slajd-karuzela-odtwarzaj:before {
    font-family: 'pvi2';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #ffffff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px #000000;;
	/* standardowy znaczek */
/*     content: 'zatrzymaj'; */
/* znaczek z własnej czcionki: */
content: '\0063';
}

.slajd-karuzela-odtwarzaj:hover, .slajd-odtwarzaj:hover:before  {cursor:pointer}


.slajd-karuzela-odtwarzaj:focus:before,.slajd-karuzela-odtwarzaj:focus:before, .slajd-karuzela-odtwarzaj:hover:before {opacity: 1;}
/* koniec- slajd-karuzela -koniec */





/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;												
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;

}



.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{

    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}


.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .0;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'pvi2';
    font-size: 30px;
    line-height: 1;

    opacity: .0;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px #000000;;
}

.slick-prev
{
    left: 5px;
}
[dir='rtl'] .slick-prev
{
    right: 5px;
    left: auto;
}

.slajd-karuzela .slick-prev {top: 20%;}
.slajd-karuzela .slick-next {top: 20%;}


.slick-prev:before
{
/* standardowy znaczek */
/*     content: '‹'; */
/* znaczek z własnej czcionki: */
content: '\0061';
}

[dir='rtl'] .slick-prev:before
{
/* standardowy znaczek */
/*   content: '›'; */
/* znaczek z własnej czcionki: */
    content: '\0062';
}

.slick-next
{
    right: 25px;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
/* standardowy znaczek */
/*   content: '›'; */
/* znaczek z własnej czcionki: */
    content: '\0062';
}

[dir='rtl'] .slick-next:before
{
/* standardowy znaczek */
/*     content: '‹'; */
/* znaczek z własnej czcionki: */
content: '\0061';
}

/* Dots */
.slick-dots
{
 color: transparent;
  background: transparent;
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button
{
  font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots li button:before
{
font-family: 'pvi2';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    /* content: '•'; */
	content: '\0045';
    text-align: center;
    opacity: .25;
    color: #fefefe;
	text-shadow: 1px 1px 1px #000000;;


}

.slick-dots li.slick-active button:before
{
text-shadow: 1px 1px 1px #000000;;
    opacity: .75;
    color: #fefefe;
	
}
/*

GRUBO?? CZCIONKI: 100,400,700

UWAGI DO KODU CSS:
- w miar? mo?liwo?ci wielko?ci czcionek wyra?amy w "em" z wyj?tkiem wielko?ci czcionki body który jest w px - responsywny design

- w formularzach styli CSS mo?na u?ywa? koloru z zak?adki Pola danych w formacie:
.klasa { color:#0a5799 };
.klasa2 { background-color:#0a5799 }
Uwaga: kolory z zak?adki Pola danych obowi?zuj? tylko w tym formularzu - przekopiuj kolory pomi?dzy poszczególnymi stylami w celu utrzymania kolorystyki(np. strona menu, pozosta?e elementy)

- mo?na  u?ywa? ustawie? systemowych wygenerowanych ze styli ogólnych np. 
.klasa3 {a:link
padding-top:150px;
[[++border1]]
margin-bottom:150px;
}

UWAGA!!!
w wyniku kompresji kodu css podwójna spacja zostanie zredukowana do braku odst?pu co mo?e spowodowac b??dne wyswietlanie
np. border-radius:  16px 16px  16px 16px  bezie po kompresji wygl?da? nast?puj?co: border-radius:  16px 16px16px 16px
*/

html {height: 100%;} 
 
 
 
body  {
background-color : #d7d5d5;
/*
background : url('/[[*obraz1]] ') repeat top ;
background-attachment: [[*css-body-background-attachment]];
*/
font-family: 'Lato', sans-serif;
color:#000000;
font-size : 15px;
line-height:1.5;
font-weight:300;
} 
/*
.tlo-nakladka{
width:100%; height:100%; position: fixed; top:0; left:0;
background : url('/[[*cssobrazek1]]') repeat;
z-index:3;
}
`]]
*/


.tloglowne {background:#fff;display:block;}

.php, .plain {}
 

img {max-width:100%}

.tekstkolor1 {color:#0a5799}
.tekstkolor2 {color:#333333}
.tekstkolor3 {color:#d7d5d5}
.tekstkolor4 {color:#3575d3}
.tekstkolor5 {color:#1c57ad}
.tekstkolor6 {color:#1c57ad}
.tekstkolor7 {color:#5d5d5f}
.tekstkolor8 {color:#babcc2}
.tekstkolor9 {color:#1c57ad}
.tekstkolor10 {color:#1c57ad}
.tekstkolor11 {color:#3575d3}
.tekstkolor12 {color:#7caa27}
.tekstkolor13 {color:#88d131}
.tekstkolor14 {color:#ffffff}
.tekstkolor15 {color:#7caa27}
.tekstkolor16 {color:#6f9d19}
.tekstkolor17 {color:#aa0808}
.tekstkolor18 {color:#3a9203}
.tekstkolor19 {color:#e4e5e9}
.tekstkolor20 {color:#d5d6d9}



.tlokolor1 { background:#0a5799; }
.tlokolor2 { background:#333333; }
.tlokolor3 { background:#d7d5d5; }
.tlokolor4 { background:#3575d3; }
.tlokolor5 { background:#1c57ad; }
.tlokolor6 { background:#1c57ad; }
.tlokolor7 { background:#5d5d5f; }
.tlokolor8 { background:#babcc2; }
.tlokolor9 { background:#1c57ad; }
.tlokolor10 { background:[[*kolo10]]; }
.tlokolor11 { background:#3575d3; }
.tlokolor12 { background:#7caa27; }
.tlokolor13 { background:#88d131; }
.tlokolor14 { background:#ffffff; }
.tlokolor15 { background:#7caa27; }
.tlokolor16 { background:#6f9d19; }
.tlokolor17 { background:#aa0808; }
.tlokolor18 { background:#3a9203; }
.tlokolor19 { background:#e4e5e9; }
.tlokolor20 { background:#d5d6d9; }

/* UWAGA: trzeba zminei? font weight stospownie do czcionki jak? si? zaimportowa?eo z google... */
h1, h2, h3, h4, h5 {

font-weight: normal;
color:#0a5799;
margin:0; padding:0;
letter-spacing:1px;

}
h1 {font-size:2em;}
h2 {font-size:1.5em;}
h3 {font-size:1.17em;}
h4 {font-size:1.12em;}

/* klasa dla p, span itp*/
.stylnaglowka {

color:#0a5799;   
font-weight:300;
}

.stylnaglowkanormal {
font-weight:400;
color:#0a5799;    
}

@media only screen and (max-width:470px){
.bezkom {display:none;}
}

.dlaczegomyak {padding:60px 0 60px 0;}
@media only screen and (max-width:680px){
.dlaczegomyak {padding:20px 0 20px 0;}
}




.conaswyr {font-size:3.5em;font-weight:300; line-height:1.1;padding-top:120px;}

@media only screen and (max-width:1650px){
.conaswyr {font-size:3.5em; padding-top:140px;}	
}


@media only screen and (max-width:900px){
.conaswyr {font-size:2.5em;}	
}
@media only screen and (max-width:700px){
.conaswyr {padding-top:10px;}
}

.conaswyr2 {font-size:4em;color:#0a5799; line-height:1.1;padding-top:10px;}
.conaswyr3 {font-size:3em; color:#0a5799; line-height:1.1;padding-top:10px;}
.conaswyr4 {font-size:2.5em; color:#0a5799; line-height:1.1;padding-top:10px;}


.naglowekglowna {font-size:2.0em;font-weight:400; line-height:1.1;}

.kolor1 {color:#0a5799}
.kolor2 {color:#333333}
.kolor6 {color:#1c57ad}
.kolor12 {color:#7caa27}

a:link {

color :#0a5799;
}

a:visited {

color : #333333;
}
a:hover {

color : #333333;
}
a:active {

color : #333333 ;
} 

/* "strz?pki" CSS czyli kod np. -webkit-box-shadow:  1px 1px 5px 0px #000000; box-shadow:  1px 1px 5px 0px #000000;  mo?na edytowa? oraz dodawa? nowe w Ustawieniach strony (link na pulpicie) */

.czcionka1 {  }

.zaokraglenie1 { -webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ;  }
.zaokraglenie2 { -webkit-border-radius: 16px 16px 16px 16px ;-moz-border-radius:  16px 16px 16px 16px ; border-radius: 16px 16px 16px 16px ;}
.zaokraglenie3 { -webkit-border-radius: 5px 5px 5px 5px ;-moz-border-radius:  5px 5px 5px 5px ; border-radius: 5px 5px 5px 5px ;}

.cien1{ -webkit-box-shadow:  1px 1px 5px 0px #000000; box-shadow:  1px 1px 5px 0px #000000; }
.cien2{  -webkit-box-shadow: inset 20px 20px 20px 10px #0a0a0a; box-shadow: inset 20px 20px 20px 10px #0a0a0a; }
.cien3{ -webkit-box-shadow:  0px 10px 13px -10px #000000; box-shadow:  0px 10px 13px -10px #000000;}

.cientekst1 { text-shadow: 1px 1px 1px #000000; }
.cientekst2 { text-shadow: 1px 1px 0px #ffffff; }

/* 
http://css3generator.com/
*/

.gradient1 {}
.przejscie1 {
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.transformacja1 {
-moz-transform: scale(1) rotate(5deg) translateX(5px) translateY(5px) skewX(5deg) skewY(5deg);
-webkit-transform: scale(1) rotate(5deg) translateX(5px) translateY(5px) skewX(5deg) skewY(5deg);
-o-transform:scale(1) rotate(5deg) translateX(5px) translateY(5px) skewX(5deg) skewY(5deg);
-ms-transform: scale(1) rotate(5deg) translateX(5px) translateY(5px) skewX(5deg) skewY(5deg);
transform: scale(1) rotate(5deg) translateX(5px) translateY(5px) skewX(5deg) skewY(5deg);
}
.border1 {border: solid 1px #0a5799;}
.tlo1{
background-attachment: scroll;
background-color : #0a5799;
background-repeat: no-repeat;
}


 ul, ul ul { padding-left:20px} 
.bezlisty,.bezlisty ul {list-style: none;}

.lista1 ul {list-style: none;}
.lista1 ul li {  padding-left: 1.2em;} .lista1 ul li:before {
list-style:none;
font-size: 0.6em;
content: '\004d';
font-family: pvi2;
display: inline-block;
margin-left: -1.2em; 
width: 1.2em; 
} 
.lista1 ul ul li{  padding-left: 2.2em;} .lista1 ul ul li:before {
list-style:none;
content: '\004d';
font-family: pvi2;
display: inline-block;
margin-left: -1.2em; 
width: 1.2em; 
} 


/* TABELA */

.tabela1  table{ width:100%; border-collapse:collapse; }
.tabela1 table td { padding:8px; border:0; }
.tabela1 table th {background:#3575d3; color:#fefefe; padding:15px 0 15px 0; }
/*
.tabela1 th:last-child {
-webkit-border-radius: 0 60px 60px 0;
border-radius: 0 60px 60px 0;
}
*/
/*
.tabela1 table th:first-child{
-webkit-border-radius: 60px 0 0 60px;
border-radius: 60px 0 0 60px;
}
*/


.tabela1 tr:nth-child(even) { /*(even) or (2n 0)*/}
.tabela1 table tr:nth-child(odd) { /*(odd) or (2n 1)*/background: #d7d5d5; -webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;}
.tabela1 table tr:first-child {background:none }
.tabela1 table tr:last-child {border-bottom:solid 1px #0a5799 }


/* TABELA 2*/

.tabela2  table{ width:100%; border-collapse:collapse; }
.tabela2 table td { padding:8px; border:0; background:#ffffff;}
.tabela2 table th {background:#6f9d19; color:#fefefe;}
.tabela2 tr:nth-child(even) {border-bottom:solid 1px #babcc2 /*(even) or (2n 0)*/}
.tabela2 table tr:nth-child(odd) {border-bottom:solid 1px #babcc2 /*(odd) or (2n 1)*/}
.tabela2 table tr:last-child {border-bottom:solid 1px #babcc2 }
.tabela2 td {vertical-align: middle; text-align: center; padding:10px;}
.iko1 {}
.iko1:before {content: '\004d' ;  font-family: pvi2;  display: inline-block;margin-right: 3px;}


.komorka-usun {width:100px;}


.przekr {
	
transform: rotate(-3deg);
transform-origin: 0 100%;	
}



.przyciskbanergl {}
@media only screen and (max-width:470px){
.przyciskbanergl {margin-top:70px; margin-left:20px}
}

.przycisk-platnosc{
text-decoration:none;
font-size: 1.0em;
background: #3a9203;
color:#fefefe;
padding:13px 10px 13px 10px;
-webkit-border-radius: 10px ;-moz-border-radius: 10px ; border-radius: 10px ;  
border: solid 1px #3a9203;
} 
.przycisk-platnosc:link {color:#fefefe;}
.przycisk-platnosc:visited {color:#fefefe;}
.przycisk-platnosc:hover{color:#fefefe;
background: #7caa27;
cursor:pointer;
border: solid 1px #7caa27;
}



.button_platnosc_online{
text-decoration:none;
font-size: 1.0em;
background: #3a9203;
color:#fefefe;
padding:10px 20px 10px 20px;
-webkit-border-radius: 10px ;-moz-border-radius: 10px ; border-radius: 10px ;  
border: solid 1px #3a9203;
   -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 
.button_platnosc_online:after {font-size:0.8em; content: '\004d' ;  font-family: pvi2;  display: inline-block; margin-left: 5px; }
.button_platnosc_online:link {color:#fefefe;}
.button_platnosc_online:visited {color:#fefefe;}
.button_platnosc_online:hover{color:#fefefe;
background: #333333;
cursor:pointer;
border: solid 1px #333333;
}





.przycisk1{
text-decoration:none;
font-size: 1.0em;
background: #1c57ad;
color:#fefefe;
padding:10px 20px 10px 20px;
-webkit-border-radius: 10px ;-moz-border-radius: 10px ; border-radius: 10px ;  
border: solid 1px #1c57ad;
   -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 
.przycisk1:after {font-size:0.8em; content: '\004d' ;  font-family: pvi2;  display: inline-block; margin-left: 5px; }
.przycisk1:link {color:#fefefe;}
.przycisk1:visited {color:#fefefe;}
.przycisk1:hover{color:#fefefe;
background: #333333;
cursor:pointer;
border: solid 1px #333333;
}

.przycisk1c{
 
text-decoration:none;
font-size: 1.0em;
background: #6f9d19;
color:#fefefe;
padding:10px 20px 10px 20px;
-webkit-border-radius: 10px ;-moz-border-radius: 10px ; border-radius: 10px ; 
border: solid 1px #7caa27;
   -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 
@media only screen and (max-width:720px){
.przycisk1c {font-size: 0.9em;	
padding:6px 12px 6px 12px;
}
}
.przycisk1c:after {font-size:0.8em; content: '\004d' ;  font-family: pvi2;  display: inline-block; margin-left: 5px; }
.przycisk1c:link {color:#fefefe;}
.przycisk1c:visited {color:#fefefe;}
.przycisk1c:hover{color:#fefefe;
background: #333333;
cursor:pointer;
border: solid 1px #333333;
   -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}


.przycisk1s{
text-decoration:none;
font-size: 1.0em;
text-shadow: 1px 1px 1px #000000;
background: #5d5d5f;
color:#fefefe;
padding:10px 20px 10px 20px;
-webkit-border-radius: 10px ;-moz-border-radius: 10px ; border-radius: 10px ; 
border: solid 1px #5d5d5f;
overflow:visible;
   -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 
@media only screen and (max-width:720px){
.przycisk1s {font-size: 0.9em;	
padding:6px 12px 6px 12px;
}	
}
.przycisk1s:after {font-size:0.8em; content: '\004d' ;  font-family: pvi2;  display: inline-block; margin-left: 5px; }
.przycisk1s:link {color:#fefefe;}
.przycisk1s:visited {color:#fefefe;}
.przycisk1s:hover{color:#fefefe;
background: #333333;
cursor:pointer;
border: solid 1px #333333;
}


.przycisk2{
text-decoration:none;
font-size: 1em;
color:#0a3f52;
padding:8px 15px 8px 15px;
-webkit-border-radius: 10px ;-moz-border-radius: 10px ; border-radius: 10px ; 
 background:none;border: solid 1px #85bc20;
    -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 
.przycisk2:after { font-size:0.8em;  content: '\004d' ;  font-family: pvi2;  display: inline-block;
margin-left: 3px;
}
.przycisk2:link {color:#0a3f52;}
.przycisk2:visited{color:#0a3f52;}
.przycisk2:hover{color:#212521;
background:#d7d5d5;
cursor:pointer; border-style:solid;   border-color:transparent; border: solid 1px #0a3f52;
}


.przycisk3 {
    text-decoration:none;
font-size: 1em;
background: #067197;
color:#fefefe;
padding:10px 20px 10px 20px;
-webkit-border-radius: 10px ;-moz-border-radius: 10px ; border-radius: 10px ; 
   -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 
.przycisk3:after {  content: '\004d' ;  font-family: pvi2;  display: inline-block;
margin-left: 3px;
}
.przycisk3:link {color:#fefefe;}
.przycisk3:visited {color:#fefefe;}
.przycisk3:hover{color:#fefefe;
background: #2da0c9;
cursor:pointer;
}

.przyciskbialy{
font-size: 1em;
color:#fefefe;
padding:8px 15px 8px 15px;
-webkit-border-radius: 15px 15px 15px 15px; -moz-border-radius:15px 15px 15px 15px ; border-radius: 15px 15px 15px 15px ; 
text-decoration:none; background:none;border: solid 1px #fefefe;
   -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

.przyciskbialy:after {  content: '\004d' ;  font-family: pvi2;  display: inline-block;
margin-left: 3px;

}
.przyciskbialy:link {color:#fefefe}
.przyciskbialy:visited{color:#fefefe}
.przyciskbialy:hover{color:#fefefe;}




.przycisk-n-a{
 
text-decoration:none;
font-size: 1.0em;
background: #babcc2;
border: solid 1px #babcc2;
color: #5d5d5f;
padding:10px 20px 10px 20px;
-webkit-border-radius: 10px ;-moz-border-radius: 10px ; border-radius: 10px ; 
} 
.przycisk-n-a:after {font-size:0.8em; font-weight:bold; content: 'X' ;  display: inline-block; margin-left: 5px; }
@media only screen and (max-width:720px){
.przycisk-n-a {
font-size: 0.9em;	
padding:6px 12px 6px 12px;
}
}



.przycisk-usun {
 cursor:pointer;
text-decoration:none;
font-size: 1.0em;
background: #5d5d5f;
border: solid 1px #5d5d5f;
color: #fff;
padding:10px 20px 10px 20px;
-webkit-border-radius: 10px ;-moz-border-radius: 10px ; border-radius: 10px ; 
} 
.przycisk-usun:after {font-size:0.8em; font-weight:bold; content: 'X' ;  display: inline-block; margin-left: 5px; }
@media only screen and (max-width:720px){
.przycisk-usun {
font-size: 0.9em;	
padding:6px 12px 6px 12px;
}
}


.przycisk-usun2 {
 cursor:pointer;
text-decoration:none;
font-size: 1.0em;
background: #5d5d5f;
border: solid 1px #5d5d5f;
color: #fff;
padding:5px 10px 5px 10px;
-webkit-border-radius: 10px ;-moz-border-radius: 10px ; border-radius: 10px ; 
} 
.przycisk-usun2:after {font-size:0.8em; font-weight:bold; content: 'X' ;  display: inline-block;}
@media only screen and (max-width:720px){
.przycisk-usun2 {
font-size: 0.9em;	
padding:6px 12px 6px 12px;
}
}


.przycisk-dodano {
 
text-decoration:none;
font-size: 1.0em;
background: #5d5d5f;
border: solid 1px #5d5d5f;
color: #ffffff;
padding:10px 20px 10px 20px;
-webkit-border-radius: 10px ;-moz-border-radius: 10px ; border-radius: 10px ; 
} 
.przycisk-dodano:after {font-size:0.8em; content:'\0053'; font-family: pvi2;;  display: inline-block; margin-left: 5px; }
@media only screen and (max-width:720px){
.przycisk-dodano {
font-size: 0.9em;	
padding:6px 12px 6px 12px;
}
}


.dodano {font-size:0.8em;margin:0 auto; padding:10px;}
.dodano:after {font-size:0.8em; content:'\0053'; font-family: pvi2;;  display: inline-block; margin-left: 5px; }

.usunieto {font-size:0.8em; margin:0 auto; padding:10px;}
.usunieto:after {font-size:0.8em; font-weight:bold; content: 'X' ;  display: inline-block; margin-left: 5px;  }


#gmap img {max-width: none;}

#skipto{position:absolute;z-index:-999999;top:312px;}
#mainwrapper{width:100%;position:relative;text-align:left;}

.wrap80{width:75%; max-width:1500px;margin:0 auto;}
@media only screen and (max-width:1500px){
.wrap80{width:85%;}
}

@media only screen and (max-width:1100px){
.wrap80{width:90%;}
}



p{padding-bottom:7px}



.widoczny {display:visible}
.ukryty {display:none}

#headcontainerwr{}

#headcontainer  {
background: #fefefe; background-size: 100% auto; 
clear:both;
width:100%;
z-index:500; 
border-top:solid 1px #0a5799;
/* background: url('/tpl/images/pasekgrad.png') ;background-repeat: repeat-y; background-size: 100% auto; */


}

#headcontainermenu {background: #0a5799}


@media only screen and (max-width:950px){
#home {margin-top:44px}

}

#kontaktgorny { font-size:0.8em; background:#1c57ad; color:#fefefe;padding:2px 10px 2px 10px ; -webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; }

#kontaktgorny a:link {color:#fefefe;}
#kontaktgorny a:visited {color:#fefefe;}
#kontaktgorny a:hover{color:#fefefe;}

.pasekmenutech {background:#d7d5d5; border-bottom: solid 1px #ddd; padding: 5px 0 5px 0 }

#menutech {
display: inline-block;
vertical-align: middle;
}

#menutech ul,
#menutech li,
#menutech a:link, #menutech a:visited {
text-decoration:none;	
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  color:#000;
}
#menutech li {padding-right:20px}

#menutech a:hover, #menutech a:focus, #menutech a:active 
{
  color:#000;
}




#menutech ul {

  padding: 2px;
}

#menutech ul:before {
  content: '';
  display: block;
}

#menutech ul:after {
  content: '';
  display: table;
  clear: both;
}

#menutech li {
 /* float: left; */
 display:inline-block;
  margin: 0 3px 0 0;

}




.pasek {display:block;

z-index: 999;
}

.logo {
width:134px;height:40px;
display: inline-block;
float: left;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
padding: 15px 0 10px 0;
}

@media only screen and (max-width:900px){
.logo {width:100px;height:30px;}
}

.logo.przewin.przewinietestan2 {width:134px;height:40px;}

@media only screen and (max-width:950px){
.logo.przewin.przewinietestan2 {width:100px;height:30px;}
}


#podtytul {position:absolute; top:33px; left:140px}
  
#maincontentcontainer{width:100%;min-height:300px;}


.w05{width:5%;}
.w10 {width:10%;}
.w15 {width:15%;}
.w20 {width:20%;}
.w25 {width:25%;}
.w30 {width:30%;}
.w35 {width:35%;}
.w40 {width:40%;}
.w45 {width:45%;}
.w50 {width:50%;}
.w55{width:55%;}
.w60 {width:60%;}
.w65 {width:65%;}
.w70 {width:70%;}
.w75 {width:75%;}
.w80 {width:80%;}
.w85 {width:85%;}
.w90 {width:90%;}
.w95 {width:95%;}
.w100 {width:100%}
.pt100 {padding-top:100px}
.tlonagl {position:absolute; top:0%;  left:0; z-index:0;  }


#maincontent{clear:both;line-height:1.5;position:relative;padding-top:0px;padding-bottom:20px;}

#podstronanaglowek {display:block; overflow:hidden;
background:#3575d3; padding-top:20px; padding-bottom:20px;
color:#fefefe; text-shadow: 1px 1px 1px #000000;;
/* height:200px; background: url('/tpl/images/baner-gl-1920.jpg') no-repeat center center;*/
}

#podstronanaglowek h1, #podstronanaglowek h2, #podstronanaglowek h3, #podstronanaglowek h4 {color:#fefefe; }


.bloktr {
padding:25px; 
background: #fefefe; 
-webkit-border-radius:8px 8px 8px 8px;-moz-border-radius:8px 8px 8px 8px;border-radius:8px 8px 8px 8px;
border:solid 1px #999999;
}
.tlopodstron {background:#d7d5d5;}


#trescle{width:100%}
#trescle p{text-align:justify;}
#obrazektresc{-webkit-border-radius:8px 8px 8px 8px;-moz-border-radius:8px 8px 8px 8px;border-radius:8px 8px 8px 8px;border:double 1px #999999;margin-right:10px}
#trescle h1,#trescle h2,#trescle h3,#trescle h4{padding-bottom:0.3em;}
#trescle h1 {font-size:36pt;}

#trescsr{margin:0 10px 20px 10px;padding:0 10px 5px 10px;}


}
.bottomcontainer { font-weight:300}


.bottomcontainer a:link {color:#333333;  font-weight:300}
.bottomcontainer a:visited {color:#333333}
.bottomcontainer a:hover {color:#333333}

.bottomcontainer h1, .bottomcontainer h2, .bottomcontainer h3, .bottomcontainer h4 {color:#333333} 


#bottomcontent-gora {color:#333333; background:#1c57ad; overflow:hidden;}
#bottomcontent-gora a:link {color:#333333;}
#bottomcontent-gora a:visited {color:#333333;}
#bottomcontent-gora a:hover {color:#333333;}

#bottomcontent{clear:both;position:relative;}
.stopka{padding-top:10px; padding-left:10px; padding-right:10px; padding-bottom:10px;}

#stopkaaktiz {  margin-top: -10px; margin-bottom:-10px; padding-bottom:50px; width:100%; height:100%; color:#dedede;}

.tlo4 {background:#3575d3;}

.gradientdolny {
background: #0c4b85;
background: -moz-linear-gradient(70deg,  #0c4b85 0%, #0c4b85 27%, #146793 51%, #0c4b85 76%, #0c4b85 100%);
background: -webkit-linear-gradient(70deg,  #0c4b85 0%,#0c4b85 27%,#146793 51%,#0c4b85 76%,#0c4b85 100%);
background: linear-gradient(70deg,  #0c4b85 0%,#0c4b85 27%,#146793 51%,#0c4b85 76%,#0c4b85 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c4b85', endColorstr='#0c4b85',GradientType=1 );
}

#stopkalogo {display:inline-block;margin-left:30px;}
#stopkakontakt {padding-top:10px; display:inline-block; margin-left:30px;}




#goracontainer{width:100%; position:relative; display:block; z-index:0;margin-bottom:-90px;}
#goracontent{padding:0;color:#333;position:relative;z-index:0}

.cookiesinfo{font-size:8pt;}

#slajdwr{min-width:480px;padding-right:20px}
.opis{font-size:8pt;}




.iko{float:left;padding-right:10px;color:#00ac49;display:inline-block;}


#gorawstawka{position:absolute;left:220px;top:-40px;width:75px;height:131px;}

#gorakontakt{display:block; height:60px; position:absolute;right:5px;top:-22px; padding-top:38px; background:url("../images/kontaktg.png") no-repeat bottom right;padding-right:90px}
#gorakontakt-opis {}
#gorakontakt-tel {}



#slogan {color: #023968; font-size:2.6em; padding-left:30px;padding-top:20px}
.slogan2 {font-size:0.7em}

.span_lewa {max-width: 77.42%;}
.powrot { float:left; clear:both;}

.duza_czcionka {font-size:18pt}
.srednia_czcionka {font-size:13pt}
.szary_napis {color:#5f5f5f}
.bordowy_napis {color:#96281e}
.zielony_napis {color:#aad21e}

.ramka {border: solid 1px #5f5f5f; padding:5px; margin:5px} 
.sp {clear: both; width:100%; height:5px; display:block;}




.tloinformacjedlafirm {background:#e3ebd7}
.tloaktualnosci {border-top: solid 1px #ffffff;} 
.tlokontaktdol {width:100%}
.tlodiv1{background:#e3ebd7}
.tlodiv2{background:#ecefe8}
.tlodiv3{background:#ebebeb}
.tlodiv4{background:#cbcbcb}
.tlodiv5 {background:#787878}


.tlowordpress {background:#edf6fe}

.tloformularze {background:#fefefe;padding:20px; -webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; ; border:solid 1px #bbb; }
.tlotresc {padding:20px; -webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; ; border:solid 1px #eee; }


.tresc-1-2 {width:45%; display:inline-block}
.tresc {min-height:300px;}

.streszczenia-podstrony-wpis {
	
}

.streszczenia-podstrony-wpis a:link, .streszczenia-podstrony-wpis a:visited{
margin: 10px 0 10px 0; 
-webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; ;
background:#eee;
padding: 10px 20px 10px 20px;	
display:block; 
width:100%; 
}

.streszczenia-podstrony-wpis a:hover, .streszczenia-podstrony-wpis a:focus {
background:#ddd;
}


.ramka-info1 {background:#fbf2f2; 
padding:10px;
-webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; ; border:solid 1px #bbb; 
}

.ramka-info3 {background:#eee; 
padding:10px;
-webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; ; border:solid 1px #ddd; 
}

.ramka-info2 {
	
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 0%, #ededed 100%);
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ededed 100%);
background: linear-gradient(to bottom,  #f7f7f7 0%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0 );
padding:10px;
-webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; ; 
-webkit-box-shadow:  0px 10px 13px -10px #000000; box-shadow:  0px 10px 13px -10px #000000;;
margin-bottom:20px;
}



.btkol1 {border-top: solid 1px #cccccc} 
.btkol2{border-top: solid 1px #ffffff} 
.btkol3 {border-top: solid 1px #ebebeb} 

.bbkol1 {border-bottom: solid 1px #cccccc} 
.bbkol2{border-bottom: solid 1px #ffffff} 
.bbkol3 {border-bottom: solid 1px #ebebeb} 


.kolor1 {color:#ffffff}
.bgkolor1 {background-color:#ffffff}
#home,#ofertawrap,#galeriawrap,#kontaktwrap, #paketywrap  {position:relative; visibility:visible}
#galeriazaw {margin-top:-2.9em}


span.kolko {
	font-size:2em;
  border-radius: 1.3em;
  -moz-border-radius: 1.2em;
  -webkit-border-radius: 13em;
  /* border: solid 2px #aad21e; */ /* zielony */ 
/* border: solid 1px #d5d8de; /*szary */ 
  /*border: solid 2px #96281e ;*/   /* bordowy */
  color: #077519;
  display: inline-block;
  line-height: 2.4;
  text-align: center;
  width: 2.5em; 
  padding:0;
  margin-top: -80px;
z-index:200;
-webkit-box-shadow:  0px 10px 13px -10px #000000; box-shadow:  0px 10px 13px -10px #000000;

}

.nagloweksmukly  h1,.nagloweksmukly  h2,.nagloweksmukly  h3,.nagloweksmukly  h4{font-weight:300;}

.naglowekduzy {font-weight:300; font-size:2.5em;text-align:center;display:block;padding-bottom:10px;  line-height:1;}
.naglowek-xduzy {font-weight:300; font-size:2.8em;text-align:center;display:block;padding-bottom:10px; }


.naglowekwrap { }
.posrel {position:relative}
.tlonagl {position:absolute; top:0; left:0}


.oferta-blok{width: 23.8%; }
.oferta-blok-img {border:solid 1px #fefefe;
 transition: all .5s ease-in-out;
 transform-origin:50% 50%;
 transform: scale(1) rotate(0);}
.oferta-blok-img:hover { 
transform: rotate(-2deg) scale(1.05);
 }

.oferta-tekst {}
.oferta-naglowek {color:#077519; border-bottom: solid 1px #077519}
.oferta-dol {background:#fefefe; padding:5px 5px 20px 5px}



#home{
  display: block;
    position: relative;
    top: -90px;
    visibility: hidden;   
    
}

#hosting {   
 display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
	}
	
#kontakt {   
 display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
	}	
#demopaneli {
 display: block;
    position: relative;
    top: -90px;
    visibility: hidden;	
	
}	

#dlaczegomy {
 display: block;
    position: relative;
    top: -90px;
    visibility: hidden;	
	
}


#dlaczegomy1wrap {
background:#c5d4e1;
}





.baner-ikona {vertical-align:middle; padding-top:80px;float:left;}

@media only screen and (min-width:1401px){
.baner-ikona {font-size:9em}
}
@media only screen and (max-width:1500px){
.baner-ikona { font-size:7em}
}
@media only screen and (max-width:1024px){
.baner-ikona { font-size:6em}
}
@media only screen and (max-width:900px){
.baner-ikona { font-size:6em}
}
@media only screen and (max-width:650px){
.baner-ikona { font-size:5em}
}

.baner-ikona-hosting {color:#0a5799;}
@media only screen and (max-width:900px){
.baner-ikona-hosting {color:#fff;text-shadow: 1px 1px 1px #000000;}
}

.naglowekbaner {vertical-align:middle; text-transform:uppercase; float:left; padding-top:130px; padding-left:40px;}
/* .naglowekbaner1 {color:#0a5799;font-weight:700; } */
/* .naglowekbaner2 {color:#111; font-weight:700;text-transform: uppercase;} */
/* @media only screen and (max-width:900px){ */
/* .naglowekbaner1 {color:#fff;} */
/* .naglowekbaner2 {color:#fff;} */
/* } */


.naglowekbaner-hosting {color:#0a5799;}


.banertresc {
float:left; 
padding-top:30px;
padding-bottom:200px;
padding-left:11%;
padding-right:80px;    
overflow:hidden;
}


/* baner g?ówny */
.banerglownytresc{float:left;padding-top:90px;padding-bottom:200px;padding-left:12%;overflow:hidden;max-width:650px;}
.slajd-wpis { margin-bottom:300px;} 
.p-baner-gl {padding-left:80px;padding-right:10px;font-size:1.1em;font-weight:300; }
.baner-ikona-glowny {clear:both;vertical-align:middle; float:left; color:#88d131; padding-right:25px;display:block}
.naglowekbaner-glowny {vertical-align:middle;  padding-left:120px; font-weight:normal; color:#000;font-size : 1.5em}


@media only screen and (max-width:1700px){
.banerglownytresc {	}
}

@media only screen and (max-width:1500px){
.naglowekbaner-glowny { padding-left:20px; padding-right:20px;font-size : 1.6em}
.banerglownytresc { 	max-width:400px; }
.p-baner-gl {max-width:400px; max-width:400px;}
}


@media only screen and (max-width:970px){
.banerglownytresc { padding-top:30px; max-width:300px; }
.baner-ikona-glowny {display:none; padding-right:0;}
.banerglownytresc { padding-left:20px; text-overflow:ellipsis;}

.p-baner-gl {padding-left:20px; padding-right:20px;font-size:0.9em;max-width:300px;}

}

@media only screen and (max-width:470px){
.naglowekbaner-glowny { max-width:300px; font-size : 1.1em}
.p-baner-gl {max-width:200px;}
.banerglownytresc {padding-left:0;}
}




.baner-ikona-glowny-host {font-size:8em;}
.baner-ikona-glowny-szybki {font-size:9em;margin-top:-25px; }
.baner-ikona-glowny-ssd {font-size:8em;}
.baner-ikona-glowny-ssl {font-size:9em;margin-top:-10px; }
.baner-ikona-glowny-tani {font-size:7em; }



@media only screen and (max-width:1500px){
	
.banerglownytresc {max-width:600px; padding-left:5%}
	
}

#banerhostingwrapper  {
display:block;
position: relative;
width:100%;
border-top:solid 1px #aaaaaa;
overflow:hidden;
height:350px;
}
/* no-repeat center center;*/

@media only screen and (min-width:1601px){
#banerhostingwrapper { 
background: #ccc url('/tpl/images/baner-hosting-1920.jpg') no-repeat right top;  }
}

@media only screen and (max-width:1700px){
#banerhostingwrapper { 
background: #ccc url('/tpl/images/baner-hosting-1700.jpg') no-repeat right top;  }
}

@media only screen and (max-width:1500px){
#banerhostingwrapper { 
background: #ccc url('/tpl/images/baner-hosting-1500.jpg') no-repeat right top;  }
}

@media only screen and (max-width:1024px){
#banerhostingwrapper { 
background: #ccc url('/tpl/images/baner-hosting-1024.jpg') no-repeat right top;  }
}

@media only screen and (max-width:970px){
#banerhostingwrapper { 
background: #ccc url('/tpl/images/baner-hosting-970.jpg') no-repeat right top;  }
}


@media only screen and (max-width:470px){
#banerhostingwrapper { 
background: #18404c url('/tpl/images/baner-hosting-470hd.jpg') no-repeat right top; 
background-size: 470px 350px;}
}


/* baner g?ówny */

#banerglownywrapper  {
display:block;
position: relative;
width:100%;
border-top:solid 1px #aaaaaa;
overflow:hidden;
height:350px;

background: #ccc url('/tpl/images/baner-gl-1920.jpg') no-repeat right top;  
}
/* no-repeat center center;*/



 @media only screen and (max-width:1700px){ 
#banerglownywrapper { 
background: #ccc url('/tpl/images/baner-gl-1700.jpg') no-repeat right top;  } 
}

@media only screen and (max-width:1500px){
#banerglownywrapper { 
background: #ccc url('/tpl/images/baner-gl-1500.jpg') no-repeat right top;  }
}

@media only screen and (max-width:1024px){
#banerglownywrapper { 
background: #ccc url('/tpl/images/baner-gl-1024.jpg') no-repeat right top;  }
}

@media only screen and (max-width:970px){
#banerglownywrapper { 
background: #ccc url('/tpl/images/baner-gl-970.jpg') no-repeat right top;  }
}


@media only screen and (max-width:470px){
#banerglownywrapper { 
background: #18404c url('/tpl/images/baner-gl-470hd.jpg') no-repeat center top; 
background-size: 470px 350px;}
}




/* baner-wp */

#banerwpwrapper {display:block; position: relative; width:100%;  border-top:solid 1px #ffffff; overflow:hidden; 
background: #ccc url('/tpl/images/baner-wordpress-1920.jpg') no-repeat right top;
height:350px; 
}

@media only screen and (max-width:1700px){
#banerwpwrapper { 
background: #18404c url('/tpl/images/baner-wordpress-1700.jpg') no-repeat right top;  }
}


@media only screen and (max-width:1500px){
#banerwpwrapper { 
background: #18404c url('/tpl/images/baner-wordpress-1500.jpg') no-repeat right top;  }
}

@media only screen and (max-width:1024px){
#banerwpwrapper { 
background: #18404c url('/tpl/images/baner-wordpress-1024.jpg') no-repeat right top;  }
}

@media only screen and (max-width:970px){
#banerwpwrapper { 
background: #18404c url('/tpl/images/baner-wordpress-1024.jpg') no-repeat right top;  }
}


@media only screen and (max-width:470px){
#banerwpwrapper { 
background: #18404c url('/tpl/images/baner-wordpress-470hd.jpg') no-repeat right top;  
background-size: 470px 350px;}
}


#banerwptresc {
float:left;
padding-bottom:200px;
padding-left:14%;
padding-right:10px;    
color:#fefefe;
/* background-color: rgba(53, 117, 211, 0.5); */
}


@media only screen and (max-width:1200px){
#banerwptresc {padding-left:8%; }
}

@media only screen and (max-width:650px){
#banerwptresc {padding-left:5%; }
}

#banerwptresc h1, #banerwptresc h2, #banerwptresc h3, #banerwptresc h4  {}


/* WORDPRESS baner koniec */





/* kreator baner */

#banerkreatorwrapper {display:block; position: relative; width:100%;  border-top:solid 1px #ffffff; overflow:hidden; 
background: #ccc url('/tpl/images/baner-kreator-1920.jpg') no-repeat right top;
height:350px; 
}


@media only screen and (max-width:1700px){
#banerkreatorwrapper { 
background: #18404c url('/tpl/images/baner-kreator-1700.jpg') no-repeat right top;  }
}

@media only screen and (max-width:1500px){
#banerkreatorwrapper { 
background: #18404c url('/tpl/images/baner-kreator-1500.jpg') no-repeat right top;  }
}

@media only screen and (max-width:1024px){
#banerkreatorwrapper { 
background: #18404c url('/tpl/images/baner-kreator-1024.jpg') no-repeat right top;  }
}

@media only screen and (max-width:970px){
#banerkreatorwrapper { 
background: #18404c url('/tpl/images/baner-kreator-970.jpg') no-repeat right top;  }
}


@media only screen and (max-width:470px){
#banerkreatorwrapper { 
background: #18404c url('/tpl/images/baner-kreator-470hd.jpg') no-repeat right top; 
background-size: 470px 350px;}
}


#banerkreatortresc {
float:left;
padding-bottom:200px;
padding-left:12%;
padding-right:10px;    
color:#fefefe;
/* background-color: rgba(53, 117, 211, 0.5); */
}


@media only screen and (max-width:1200px){
#banerkreatortresc {padding-left:8%; }
}

@media only screen and (max-width:650px){
#banerkreatortresc {padding-left:5%; }
}

#banerkreatortresc h1, #banerkreatortresc h2, #banerkreatortresc h3, #banerkreatortresc h4  { }


/* kreator baner koniec */


/* domeny baner */

#banerdomenywrapper {display:block; position: relative; width:100%;  border-top:solid 1px #ffffff; overflow:hidden; 
background: #ccc url('/tpl/images/baner-domeny-1920.jpg') no-repeat right top;
height:350px;
}


@media only screen and (max-width:1700px){
#banerdomenywrapper { 
background: #18404c url('/tpl/images/baner-domeny-1700.jpg') no-repeat right top;  }
}

@media only screen and (max-width:1500px){
#banerdomenywrapper { 
background: #18404c url('/tpl/images/baner-domeny-1500.jpg') no-repeat right top;  }
}

@media only screen and (max-width:1024px){
#banerdomenywrapper { 
background: #18404c url('/tpl/images/baner-domeny-1024.jpg') no-repeat right top;  }
}

@media only screen and (max-width:900px){
#banerdomenywrapper { 
background: #18404c url('/tpl/images/baner-domeny-900.jpg') no-repeat right top;  }
}


@media only screen and (max-width:650px){
#banerdomenywrapper { 
background: #18404c url('/tpl/images/baner-domeny-650.jpg') no-repeat right top;  }
}



/* certyfikaty baner */

#banercertyfikatywrapper {display:block; position: relative; width:100%;  border-top:solid 1px #ffffff; overflow:hidden; 
background: #ccc url('/tpl/images/baner-certyfikaty-1920.jpg') no-repeat right top;
height:350px;
}
/* no-repeat center center;*/

@media only screen and (max-width:1700px){
#banercertyfikatywrapper { 
background: #18404c url('/tpl/images/baner-certyfikaty-1700.jpg') no-repeat right top;  }
}

@media only screen and (max-width:1500px){
#banercertyfikatywrapper { 
background: #18404c url('/tpl/images/baner-certyfikaty-1500.jpg') no-repeat right top;  }
}

@media only screen and (max-width:1024px){
#banercertyfikatywrapper { 
background: #18404c url('/tpl/images/baner-certyfikaty-1024.jpg') no-repeat right top;  }
}

@media only screen and (max-width:900px){
#banercertyfikatywrapper { 
background: #18404c url('/tpl/images/baner-certyfikaty-900.jpg') no-repeat right top;  }
}


@media only screen and (max-width:470px){
#banercertyfikatywrapper { 
background: #18404c url('/tpl/images/baner-certyfikaty-470hd.jpg') no-repeat right top; 
 background-size: 470px 350px;} 
}





#banerdomenytresc {
float:left;
padding-bottom:200px;
padding-left:12%;
padding-right:10px;    
color:#fefefe;
/* background-color: rgba(53, 117, 211, 0.5); */
}


@media only screen and (max-width:1200px){
#banerdomenytresc {padding-left:8%; }
}

@media only screen and (max-width:650px){
#banerdomenytresc {padding-left:5%; }
}

#banerdomenytresc h1, #banerdomenytresc h2, #banerdomenytresc h3, #banerdomenytresc h4  { }


/* domeny baner koniec */


/* sekcja PROMOCJA  - obecnie demo kopage*/
#wrapper-promocja {position: relative;  border-top:solid 1px #ffffff; overflow:hidden;
background:#7caa27;
/* height: 330px;  background: url('/tpl/images/tlo-promocja-1900.jpg') no-repeat center top ; */
}

#wrapper-promocja2 {position: relative;  border-top:solid 1px #ffffff; overflow:hidden;
background:#7caa27;
/* height: 330px;  background: url('/tpl/images/tlo-promocja-1900.jpg') no-repeat center top ; */
}

#obrazek-promocja {position:absolute;top:0; left:0; }

#demopaneliwrapper {display:block; position: relative;  border-top:solid 1px #ffffff; overflow:hidden; 
/* background: #18404c url('/tpl/images/tlo-panele-1920.jpg') no-repeat right top;  */
background: #3575d3;
width:100%;
padding-top: 30px;
padding-bottom:50px;
}
/* no-repeat center center;*/

.oferta-ikona-p {float:left;}
.oferta-ikona1 {color:#0a5799; font-size:5em;  }
.oferta-ikona2 {color:#0a5799; font-size:5em }
.oferta-podtytul {font-size:1.3em; font-weight:300;}
.kontakt-ikona {color:#0a5799; font-size:7em;  }
.kontakt-ikona3 {color:#0a5799; font-size:5em;  }
.kontakt-ikona-p1 {margin-bottom:-30px;}
.kontakt-ikona-p2 {margin-bottom:-30px;}
.kontakt-ikona-p3 {margin-bottom:-30px;}

.oferta-tyt1 {padding-top:10px; padding-bottom:10px;text-transform:uppercase; font-size:2em;color:#0a5799;font-weight:300;}
.oferta-bloktr {float:left; padding-left:20px; overflow:visible; width:250px;}
.oferta-tresc1 {float:left; display:block; width:100%; padding-left:10px; font-size:0.9em;}

@media only screen and (min-width:1700px){
.oferta-ikona1 { font-size:4em } 
.oferta-ikona2 { font-size:4em } 
}


@media only screen and (max-width:1280px){
.oferta-tyt1 {font-size:1.2em;}
.oferta-podtytul {font-size:1.1em; font-weight:300;}
.oferta-bloktr {  width:200px;}
.oferta-ikona1 { font-size:3em } 
.oferta-ikona2 { font-size:3em } 
}

@media only screen and (max-width:970px){

.oferta-podtytul {font-size:1.0em; font-weight:300;}
}

@media only screen and (max-width:470px){

}


/* PAKIETY projekt */

.pakiet1 {float:right;}
.pakiet2 {float:none;}
.pakiet3 {float:left;}

.pakietyboczne {margin-top:47px;}

@media only screen and (max-width:730px){
.pakiet1 {float:none; display:inline-block; margin:0 auto;}
.pakiet3 {float:none; display:inline-block; margin:0 auto;}

.pakietyboczne .pakiet2 { margin-top:40px;}
}


.nazwapakietu {
background: #00a1ff;
border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
color: white;   
padding: 18px 0 15px;
font-weight:bold;
font-size:1.4em;
}

.nazwapakietu-ssl {
background: #1e7aa1;
border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
color: white;   
padding: 18px 0 15px;
font-weight:bold;
font-size:1.4em;
}

.nazwapakietu2 {
color: white;   
padding: 18px 0 15px;    
 border-radius:0;
-moz-border-radius:0;  
background-color: #78b336;
font-weight:bold;
font-size:1.4em;
}




.oferta-lista,.oferta-lista ul,.oferta-lista li {padding:0;margin:0;}






.najczesciej {
padding: 15px 0 14px;
background: #8dcf3f;
color: #534F4F;    
 text-transform:uppercase;
 font-size: 0.8em;
 border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
}




.cena {
font-size: 4em;
font-weight: 300;
letter-spacing: -3px; 
}

.cenaopis {
    
 font-size: 0.9em;
font-weight: 400;

}



.plan-tier {
background: #fefefe;
vertical-align: baseline;
border-radius: 10px;
-moz-border-radius: 10px;
width:95%;
}
.plan-tier-ssl {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
vertical-align: baseline;
border-radius: 10px;
-moz-border-radius: 10px;
width:95%;
border: solid 1px #ccc;
}


.lift {
position: relative;
-webkit-transition: all .075s ease-out;
-moz-transition: all .075s ease-out;
-o-transition: all .075s ease-out;
transition: all .075s ease-out;
}

.lift:hover {
top: -3px;
-webkit-box-shadow: 0 2px 6px rgba(39,65,90,.15);
-moz-box-shadow: 0 2px 6px rgba(39,65,90,.15);
box-shadow: 0 2px 6px rgba(39,65,90,.15);
}

.plan-tier sup {
position: relative;
right: -9px;
}

.plan-tier ul {
margin: 30px 0 0;
border-top: 2px solid #e7f2f0;
}

.plan-tier ul li {
padding:0;

border-bottom: 2px solid #e7f2f0;
}

sup {
vertical-align: top;
}



.plan-tier sub {
vertical-align: bottom;
position: relative;
bottom: .875em;
font-size:0.8em;
}

.plan-tier .early-adopter-price {
color: #0091e5;
font-size:0.8em;
}
p:first-of-type {
margin-top: 0;
}

small, del {

font-size: 1em;
line-height: 1.5em;
}

s, strike, del {
text-decoration: line-through;
}


.layer {
padding-top: 96px;
padding-bottom: 96px;
}

.plan-tier.callout h6 {
width: 100%;
padding: 15px 0 14px;
background: #8dcf3f;
font-size: 1.25em;
}

.plan-tier.callout h4 {
background-color: #78b336;
}



.tlogradient1 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,c1c5c9+100 */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(193,197,201,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(238,238,238,1) 0%,rgba(193,197,201,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(238,238,238,1) 0%,rgba(193,197,201,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c5c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.tlogradient2 {
background: rgb(175,175,175);
background: -moz-linear-gradient(-45deg,  rgba(175,175,175,1) 0%, rgba(208,214,216,1) 63%, rgba(222,223,224,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(175,175,175,1) 0%,rgba(208,214,216,1) 63%,rgba(222,223,224,1) 100%);
background: linear-gradient(135deg,  rgba(175,175,175,1) 0%,rgba(208,214,216,1) 63%,rgba(222,223,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#dedfe0',GradientType=1 );

}


.tlogradient3 {
background: rgb(10,87,153);
background: -moz-linear-gradient(-45deg,  rgba(10,87,153,1) 0%, rgba(52,130,196,1) 23%, rgba(52,130,196,1) 78%, rgba(10,87,153,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(10,87,153,1) 0%,rgba(52,130,196,1) 23%,rgba(52,130,196,1) 78%,rgba(10,87,153,1) 100%);
background: linear-gradient(135deg,  rgba(10,87,153,1) 0%,rgba(52,130,196,1) 23%,rgba(52,130,196,1) 78%,rgba(10,87,153,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5799', endColorstr='#0a5799',GradientType=1 );

}

.tlogradient3 {
background: rgb(215,213,213);
background: -moz-linear-gradient(-45deg,  rgba(215,213,213,1) 0%, rgba(52,130,196,1) 23%, rgba(52,130,196,1) 78%, rgba(215,213,213,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(215,213,213,1) 0%,rgba(52,130,196,1) 23%,rgba(52,130,196,1) 78%,rgba(215,213,213,1) 100%);
background: linear-gradient(135deg,  rgba(215,213,213,1) 0%,rgba(52,130,196,1) 23%,rgba(52,130,196,1) 78%,rgba(215,213,213,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d5d5', endColorstr='#d7d5d5',GradientType=1 );
}

/* T?a niebieskie: */
.tlogradient4 {position:relative;  overflow:hidden; display:block;padding:30px 0 30px 0; background:#d7d5d5;
background: rgb(10,87,153);
background: -moz-linear-gradient(-45deg,  rgba(10,87,153,1) 0%, rgba(32,116,188,1) 63%, rgba(10,87,153,1) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(10,87,153,1) 0%,rgba(32,116,188,1) 63%,rgba(10,87,153,1) 100%);
background: linear-gradient(135deg,  rgba(10,87,153,1) 0%,rgba(32,116,188,1) 63%,rgba(10,87,153,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5799', endColorstr='#0a5799',GradientType=1 );

}


/* PAKIETY stare */

#pakietywrap {position:relative;  overflow:hidden; display:block;padding:30px 0 30px 0; }
#obrazek-pakiety {position:absolute;top:0; left:0; width:100%;}
.pakiety-pakiet {}
.pakiety-pakiet-nazwa {font-size:2.0em; color:#0a5799; text-shadow: 1px 1px 1px #fff;

}

.pakiet {
-webkit-border-radius: 10px;
border-radius: 10px;
display:block;
width:160px;
margin:0 auto;

}



.pakiety-pakiet-blok {

   }

.pakiet-powierzchnia {font-size:1.1em; }
.pakiety-parametry1 {font-size:0.9em;}
.pakietytestuj, .pakietytestuj:link {text-decoration:underline}


#naglowek-promocja {position:absolute; left:0; right:0; top:3%; }
#przycisk-promocja { }


/* demo PANELE directadmin, poczta, domeny */
#demopaneliwrap {background: #0d1015; position: relative;  border-top:solid 1px #ffffff; overflow:hidden; display:block; padding-bottom:50px}
.ikonaresp {font-size: 9em; margin-top: -50px; margin-bottom:-90px;}

#obrazek-panele {position:absolute;top:0; left:0; width:100%;}
.obrazekokr {
-moz-border-radius: 50%; 
-webkit-border-radius: 50%; 
border-radius: 50%;
border:solid 5px #fefefe;
-webkit-box-shadow:  0px 10px 13px -10px #000000; box-shadow:  0px 10px 13px -10px #000000;;
}

.circle-text {width:50%;}



#w-dol {position:absolute;bottom:3%; right:3%; font-size:4vw;color:#fefefe;}
.linkbialy:link {color:#fefefe;}
.linkbialy:hover {color:#fefefe;}
.linkbialy:active {color:#fefefe;}
.linkbialy:visited {color:#fefefe;}
/* kó?ka hosting */





.strony-odnosniki-wpis {width:95%; display:block; padding:10px; background:#d7d5d5;-webkit-border-radius: 8px 8px 8px 8px ;-moz-border-radius:  8px 8px 8px 8px ; border-radius: 8px 8px 8px 8px ; ; margin-top:10px;}
.strony-odnosniki-wpis p {width:60%}


#kontaktwrap {padding-top:50px; padding-bottom:50px;}
.kontaktwpis p {padding:0; padding-bottom:3px}



.p1styl {}





@media only screen and (max-width:1100px){
.naglpodstrony{max-width:300px;}
}

@media only screen and (max-width:990px){

}

@media only screen and (max-width:800px){
body  {font-size : 16px;} 
.naglowekduzy {font-size:1.5em; }

}
@media only screen and (max-width:600px){
body  {font-size : 16px;} 
.naglowekduzy {font-size:1.5em; }

}

@media only screen and (max-width:480px){

h1 {font-size:1.3em;}
h2 {font-size:1.2em;}
h3 {font-size:1.15em;}
h4 {font-size:1.12em;}
span.kolko {	font-size:2em; border-radius: 1.2em;  -moz-border-radius: 1.2em;  -webkit-border-radius: 1.2em;  line-height: 2.4;  width: 2.5em;}




#obrazekbanergorny {}


.oferta-blok{width: 95%;} 
.oferta-blok-img {width:50%;}





.naglpodstrony{
margin-top:-40px;
padding: 10px 40px 10px 10px;
-webkit-border-radius: 4px 30px 0 0;
border-radius: 4px 30px 0 0;}
#goracontainer{margin-bottom:20px;}
#podtytul {font-size:0.9em}
.pakiet_kol {float:left; max-width:98%}
}


@media only screen and (max-width:420px){
.gora{}
#gorakontakt{ height:50px; padding-right:0;  background:none; }
#gorakontakt-opis {font-size:8pt}
#gorakontakt-tel h1 {font-size:12pt}	
#headcontainer{}
#slogan {}
#headcontainer{}
}

/* wyszukiwanie */
#wyszukiwanie { position:relative; z-index:999;}
#wyszukiwanie-formularz {
 display:block;  position:relative;
}

.wyszukiwanie-fieldset {
float:left; width:100%;
border:solid 1px #3575d3;
position:relative;
}

.wyszukiwanie-input  {
float:left; 
   width: -moz-calc(80% - 70px);
    width: -webkit-calc(80% - 70px);
    width: calc(80% - 70px);
color:#000;
font-size: 0.8em;
margin:0;
padding: 10px 10px 8px 10px;/* padding wyrównuj?cy przycisk z formularzem */
border:none;

}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


.wyszukiwanie-input:focus  {

}

.wyszukiwanie-przycisk {
float:right;
margin:0;
padding: 10px 10px 8px 10px;/* padding wyrównuj?cy przycisk z formularzem */
font-size: 0.8em;
background: #0a5799;
color:#fefefe;
text-decoration:none;
border:none;
} 


.przyciskszukajpvi {}

.wyszukiwanie-przycisk:link {color:#fefefe;}
.wyszukiwanie-przycisk:visited {color:#fefefe;}
.wyszukiwanie-przycisk:hover{color:#fefefe;
background: #333333;
cursor:pointer;
}

.wyszukiwanie-przycisk:focus {

}


.oferta-ikona  {font-size:4.0em;color:#ffffff; }
.oferta-ikona-kolko  {
display:inline-block;
    height:5.0em;
	width:5.0em;
	padding:1.0em;
    -moz-border-radius: 5.5em;
    -webkit-border-radius:5.5em;
    border-radius:5.5em;
	background:#7caa27;
	behavior:url(/tpl/scripts/css3pie/PIE.htc);
}





#search-form 
{
height: 50px;
border: 1px solid #999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
overflow: hidden;
}



#search-text 
{
font-size: 1.1em;
font-weight:300;
color: #888;
border-width: 0;
background: transparent;
}


#search-box {
position: relative;
width: 80%;
max-width:600px;
margin: 0 auto;
border:solid  1px  #999;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;	
padding:10px; background:#ffffff;
}

@media only screen and (max-width:900px){
    
 #search-box {  width: 90%;  }
}


#search-box input[type="text"]
{
width: 90%;
padding: 15px 0 10px 10px;
color: #333;
outline: none;
}

#search-button {
position: absolute;
top: 10px;
right: 10px;
height: 52px;
width: 120px;
color: #fff;
text-align: center;
line-height: 52px;
border-width: 0;
background-color:#7caa27;
-webkit-border-radius: 0px 5px 5px 0px;
-moz-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
cursor: pointer;
   -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
font-size: 1.1em;
font-weight:300;
letter-spacing: 1px;
}

#search-button:hover {
    
background-color:#333333;    
}


@media only screen and (max-width:900px){
#search-button {
    font-size: 1.0em;
    width: 85px;
}

#search-text 
{
font-size: 1.0em;
}

}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555;
    font-weight:300;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #300;
   opacity:  1;
     font-weight:lighter;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555;
   opacity:  1;
     font-weight:300;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #555;
      font-weight:300;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #555;
   font-weight:300;
}



#pasekdomenwrap {

border-top: solid 10px #7caa27;


}

#wyszukiwarkawrap {

-webkit-border-radius: 20px;
border-radius: 20px;
	
}



.wyszukiwarkaopis {padding-left:20px} 
@media only screen and (max-width:1000px){
.wyszukiwarkaopis {display:none} 
}

@media only screen and (max-width:1024px){
.wytnijdlamniejszych {display:none}
}


.wyszukiwarka-center {margin: 0 auto; display:block}

.formularze-ramka {
 display: block; border: solid 1px #cccccc; padding: 20px;  margin-bottom: 20px; max-width: 600px; background:#fefefe;
}

.formularze-ramka100 {
 display: block; border: solid 1px #cccccc; padding: 20px;  margin-bottom: 20px; width:90%; padding-left:4%; background:#fefefe;
}

.formularze-ramka-sr {
 display: block; border: solid 1px #cccccc; padding: 20px; margin: 0 auto; margin-bottom: 20px; max-width: 480px; background:#fefefe;
}
    
}

.form-koresp {width:100%}
.form-bez-koresp {width:100%}
.form-klient-indywidualny {width:100%}
.form-firma {width:100%}
.form-dummie {display:block; width:100%; clear:both;}

.slogan {}
@media only screen and (max-width:470px){
.slogan {display:none;}	
}

.form-error {padding-right:20px; color: #aa0808;}

.logowanie-da {max-width:480px; display:block; margin:0 auto}
.logowanie-da-ramka {display:block; border:solid 1px #cccccc; padding:20px; margin:0 auto; max-width:480px;}

.koszykkontener { 
position:absolute;
top:0; right:0;
width:150px;

padding:5px;

color: #ffffff;
cursor:pointer;

}



.koszyk-ile {color:#fff;background:#555; border-radius: 20px; padding: 2px 10px 2px 10px;}

.koszyk-w-menu {}
@media only screen and (max-width:470px){
.koszyk-w-menu {font-size:0.8em;}
.koszykkontener { 
position:absolute;
top:0; right:0;
width:100px;
}

}



.koszyk-w-menu-rozwiniety {
z-index:6000;
display:block;
position: absolute;
right:0;
top:45px;
width:360px;
height:auto;
background:#fefefe;
border:solid 1px #ccc;
padding:10px;

}
.koszyk-w-menu-rozwiniety.closed{display:none;}

.koszyk-boczny {
float:left;
display:block;
width:95%; height:auto; background:#fefefe; border:solid 1px #ccc;
padding:10px;
}

.koszyk-lista {padding-left:0; margin-left:0}
.koszyk-lista li {list-style:none;}
.koszyk-naglowek {list-style:none;background:#6f9d19;color:#fff;}
.koszyk-naglowek >span {display:inline-block; }

.koszyk-li {list-style:none; border-bottom:solid 1px #ccc; padding-bottom:5px; padding-top:5px;}

.koszyk-li > span{display:inline-block;}

.koszyk-lp {}
.koszyk-iko {}
.koszyk-pozycja {}
.koszyk-okres {}
.koszyk-cena {}
.koszyk-usun {}



.koszyk-glowny 
{
background: #ffffff;
padding:10px;
float:left; 
width:95%;
border:solid 1px #ccc;
padding:10px;   
}


.loaderdiv {display:block;width:100%;height:400px;background:#fff;}
.loader {display:block;margin:0 auto;padding-top:100px;padding-bottom:20px; width:100px; height:100px;}
.loaderp {color:#555;text-align:center; font-size:1.5em;}


.znajdz-domene {color:#fff; vertical-align:middle; text-shadow: 1px 1px 1px #000000;; text-transform:uppercase; font-size:1.5em; padding-top:44px;}
.znajdz-domene-ikona {color:#fff; vertical-align:middle;font-size:3em;padding-top:55px; }
.wazne {font-weight:bold}
.info {font-size: 0.9em; color:#777777}
.podsumowanie-row {width:100%;display:table; }
.podsumowanie-lewa {display:block;  padding:2.5%; margin:0 auto; width:90%; }
.podsumowanie-prawa {display:block;  padding:2.5%; margin:0 auto; width:90%; height:100%}
.k49 {width:49%; display:table-cell;border: solid 1px #ccc;margin-bottom:20px;}
.k2 { width:2%; display:table-cell;margin-bottom:20px;}
.podsumowanie-cala {display:block;  padding:2.5%; margin:0 auto; width:90%;}
.k100 {width:100%; display:table-cell; border: solid 1px #ccc;margin-bottom:20px;}
@media only screen and (max-width:700px){
.podsumowanie-row, .k49, .k2 {display:block; width:100%}
}/* podpowiedź: 
jeśli nie pamiętasz wszystkich rodzajów właściwości css np text-align, to napisz błędną właściwość a z boku wyświetli sie pomoc z wszystkimi właściwościami,
np.
.klasa {text-align:glupota;}
*/
.cb {clear:both;}

.m0a {margin:0 auto;}

/* wymagane gdy używamy skryptu responsywnego */
img {max-width:100%}
/* podpowiedź: 
jeśli nie pamiętasz wszystkich rodzajów właściwości css np text-align, to napisz błędną właściwość a z boku wyświetli sie pomoc z wszystkimi właściwościami,
np.
.klasa {text-align:glupota;}
*/

.przekreslenie, .tdlt {text-decoration: line-through;}
.dn {display:none;}
.dv {display:visible;}

.sp {clear: both;float:left;  width:100%;height:1px;}
.sp5{clear: both; display:block;  width:100%;  height:5px;}
.sp10{clear: both; display:block;  width:100%;  height:10px;}
.sp15{clear: both; display:block;  width:100%;  height:15px;}
.sp20{clear: both; display:block;  width:100%;  height:20px;}
.sp30{clear: both; display:block;  width:100%;  height:30px;}
.sp40{clear: both; display:block;  width:100%;  height:40px;}
.sp50{clear: both; display:block;  width:100%;  height:50px;}
.sp60{clear: both; display:block;  width:100%;  height:60px;}
.sp70{clear: both; display:block;  width:100%;  height:70px;}
.sp80{clear: both; display:block;  width:100%;  height:80px;}
.sp90{clear: both; display:block;  width:100%;  height:90px;}
.sp100{clear: both; display:block;  width:100%;  height:100px;}


/*kolory czcionki lub ikonek*/
.bialy {color:#ffffff;}
.jasnyszary {color:#dedede;}
.czarny {color:#000000;}
.czerwony {color:#b00101}
.czarny {color:#000;}

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption {padding : .25em 10px .25em 5px; }

.srodkuj-wr {text-align:center}
.srodkuj-it {margin: 0 auto; display:inline-block; }
.justifyright {text-align:right}

.center {text-align:center}
.centrowanie-pion  {vertical-align:middle}
/* KLASY - SKRÓTY   - stopniowo uzupełniać */
.fl {float:left;}
.fr {float:right;}
.fn {float:none}

.di {display:inline}
.dib {display:inline-block}
.db {display:block}
.dt {display:table}
.dtc {display:table-cell}

.ov {overflow:visible;}
.oh {overflow:hidden;}

.pr {position:relative}
.pa {position:absolute}
.tal {text-align:left}
.tar {text-align:right}
.tac {text-align:center}
.vam {vertical-align: middle;}
.vat {vertical-align: top;}
.vab {vertical-align: bottom;}

.ttupp {text-transform: uppercase;}
.ttlow {text-transform: lowercase;}
.ttcap {text-transform: capitalize;}

.fsi {font-style:italic}
.fsn {font-style:normal}
.fso {font-style:oblique}

.fwb {font-weight:bold}
.fwl {font-weight:lighter}

.fw100 {font-weight:100}
.fw200 {font-weight:200}
.fw300 {font-weight:300}
.fw400 {font-weight:400}
.fw500 {font-weight:500}
.fw600 {font-weight:600}
.fw700 {font-weight:700}
.fw800 {font-weight:800}
.fw900 {font-weight:900}

.lh08 {line-height:0.8;}
.lh09 {line-height:0.9;}
.lh10 {line-height:1;}



.tdu {text-decoration:underline}


.p10 {padding:10px;}
.p20 {padding:20px;}
.p30 {padding:30px;}
.p40 {padding:40px;}
.p50 {padding:50px;}
.p60 {padding:60px;}
.p70 {padding:70px;}
.p80 {padding:80px;}
.p90 {padding:90px;}
.p100 {padding:100px;}


.pb01 {padding-bottom:1px;}
.pb02 {padding-bottom:2px;}
.pb03 {padding-bottom:3px;}
.pb04 {padding-bottom:4px;}
.pb05 {padding-bottom:5px;}
.pb0 {padding-bottom:0}
.pb10 {padding-bottom:10px}
.pb20 {padding-bottom:20px}
.pb30 {padding-bottom:30px}
.pb40 {padding-bottom:40px}
.pb50 {padding-bottom:50px}
.pb60 {padding-bottom:60px}
.pb70 {padding-bottom:70px}
.pb80 {padding-bottom:80px}
.pb90 {padding-bottom:90px}
.pb100 {padding-bottom:100px}



.pt01 {padding-top:1px;}
.pt02 {padding-top:2px;}
.pt03 {padding-top:3px;}
.pt04 {padding-top:4px;}
.pt05 {padding-top:5px;}
.pt0 {padding-top:0}
.pt5 {padding-top:5px}
.pt10 {padding-top:10px}
.pt20 {padding-top:20px}
.pt30 {padding-top:30px}
.pt40 {padding-top:40px}
.pt50 {padding-top:50px}
.pt60 {padding-top:60px}
.pt70 {padding-top:70px}
.pt80 {padding-top:80px}
.pt90 {padding-top:90px}
.pt100 {padding-top:100px}
.pt110 {padding-top:110px}
.pt120 {padding-top:120px}
.pt130 {padding-top:130px}
.pt140 {padding-top:140px}
.pt150 {padding-top:150px}
.pt160 {padding-top:160px}
.pt170 {padding-top:170px}
.pt180 {padding-top:180px}
.pt190 {padding-top:190px}
.pt200 {padding-top:200px}



.pt150 {padding-top:150px;}  
.pt1200 {padding-top:200px;}  
.pt250 {padding-top:250px;}  

.pl5 {padding-left:5px}
.pl10 {padding-left:10px}
.pl20 {padding-left:20px}
.pl30 {padding-left:30px}
.pl40 {padding-left:40px}
.pl50 {padding-left:50px}
.pl60 {padding-left:60px}
.pl70 {padding-left:70px}
.pl80 {padding-left:80px}
.pl90 {padding-left:90px}
.pl100 {padding-left:100px}

.pr5 {padding-right:5px}
.pr10 {padding-right:10px}
.pr20 {padding-right:20px}
.pr30 {padding-right:30px}
.pr40 {padding-right:40px}
.pr50 {padding-right:50px}
.pr60 {padding-right:60px}
.pr70 {padding-right:70px}
.pr80 {padding-right:80px}
.pr90 {padding-right:90px}
.pr100 {padding-right:100px}


.m10 {margin:10px;}
.m20 {margin:20px;}
.m30 {margin:30px;}
.m40 {margin:40px;}
.m50 {margin:50px;}
.m60 {margin:60px;}
.m70 {margin:70px;}
.m80 {margin:80px;}
.m90 {margin:90px;}
.m100 {margin:100px;}

.mt10 {margin-top:10px}
.mt20 {margin-top:20px}
.mt30 {margin-top:30px}
.mt40 {margin-top:40px}
.mt50 {margin-top:50px}
.mt60 {margin-top:60px}
.mt70 {margin-top:70px}
.mt80 {margin-top:80px}
.mt90 {margin-top:90px}
.mt100 {margin-top:100px}

.mb10 {margin-bottom:10px}
.mb20 {margin-bottom:20px}
.mb30 {margin-bottom:30px}
.mb40 {margin-bottom:40px}
.mb50 {margin-bottom:50px}
.mb60 {margin-bottom:60px}
.mb70 {margin-bottom:70px}
.mb80 {margin-bottom:80px}
.mb90 {margin-bottom:90px}
.mb100 {margin-bottom:100px}


.ml10 {margin-left:10px}
.ml20 {margin-left:20px}
.ml30 {margin-left:30px}
.ml40 {margin-left:40px}
.ml50 {margin-left:50px}
.ml60 {margin-left:60px}
.ml70 {margin-left:70px}
.ml80 {margin-left:80px}
.ml90 {margin-left:90px}
.ml100 {margin-left:100px}

.mr10 {margin-right:10px}
.mr20 {margin-right:20px}
.mr30 {margin-right:30px}
.mr40 {margin-right:40px}
.mr50 {margin-right:50px}
.mr60 {margin-right:60px}
.mr70 {margin-right:70px}
.mr80 {margin-right:80px}
.mr90 {margin-right:90px}
.mr100 {margin-right:100px}

.mt-10 {margin-top:-10px}
.mt-20 {margin-top:-20px}
.mt-30 {margin-top:-30px}
.mt-40 {margin-top:-40px}
.mt-50 {margin-top:-50px}
.mt-60 {margin-top:-60px}
.mt-70 {margin-top:-70px}
.mt-80 {margin-top:-80px}
.mt-90 {margin-top:-90px}
.mt-100 {margin-top:-100px}

.mb-10 {margin-bottom:-10px}
.mb-20 {margin-bottom:-20px}
.mb-30 {margin-bottom:-30px}
.mb-40 {margin-bottom:-40px}
.mb-50 {margin-bottom:-50px}
.mb-60 {margin-bottom:-60px}
.mb-70 {margin-bottom:-70px}
.mb-80 {margin-bottom:-80px}
.mb-90 {margin-bottom:-90px}
.mb-100 {margin-bottom:-100px}

.ml-10 {margin-left:-10px}
.ml-20 {margin-left:-20px}
.ml-30 {margin-left:-30px}
.ml-40 {margin-left:-40px}
.ml-50 {margin-left:-50px}
.ml-60 {margin-left:-60px}
.ml-70 {margin-left:-70px}
.ml-80 {margin-left:-80px}
.ml-90 {margin-left:-90px}
.ml-100 {margin-left:-100px}

.mr-10 {margin-right:-10px}
.mr-20 {margin-right:-20px}
.mr-30 {margin-right:-30px}
.mr-40 {margin-right:-40px}
.mr-50 {margin-right:-50px}
.mr-60 {margin-right:-60px}
.mr-70 {margin-right:-70px}
.mr-80 {margin-right:-80px}
.mr-90 {margin-right:-90px}
.mr-100 {margin-right:-100px}


.fs05  {font-size:0.5em;}
.fs06  {font-size:0.6em;}
.fs07  {font-size:0.7em;}
.fs08  {font-size:0.8em;}
.fs09  {font-size:0.9em;}

.fs11  {font-size:1.1em;}
.fs12  {font-size:1.2em;}
.fs13  {font-size:1.3em;}
.fs14  {font-size:1.4em;}
.fs15  {font-size:1.5em;}
.fs16  {font-size:1.6em;}
.fs17  {font-size:1.7em;}
.fs18  {font-size:1.8em;}
.fs19  {font-size:1.9em;}

.fs20 {font-size:2.0em;}
.fs21 {font-size:2.1em;}
.fs22 {font-size:2.2em;}
.fs23 {font-size:2.3em;}
.fs24 {font-size:2.4em;}
.fs25 {font-size:2.5em;}
.fs26 {font-size:2.6em;}
.fs27 {font-size:2.7em;}
.fs28 {font-size:2.8em;}
.fs29 {font-size:2.9em;}


.fs30 {font-size:3.0em;}
.fs35 {font-size:3.5em;}

.fs40 {font-size:4.0em;}
.fs45 {font-size:4.5em;}

.fs50 {font-size:5.0em;}
.fs55 {font-size:5.5em;}

.fs60 {font-size:6.0em;}
.fs65 {font-size:6.5em;}

.fs70 {font-size:7.0em;}
.fs75 {font-size:7.5em;}

.fs80 {font-size:8.0em;}
.fs85 {font-size:8.5em;}

.fs90 {font-size:9.0em;}
.fs95 {font-size:9.5em;}


