/*
 * HTML5 &#10032; Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


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

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

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

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

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

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

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

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

::-moz-selection { background: #303f90; color: #fff; text-shadow: none; }
::selection { background: #303f90; color: #fff; text-shadow: none; }


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

a { color: #303f8f; -moz-transition:color 0.2s linear; -webkit-transition:color 0.2s linear; -o-transition:color 0.2s linear; transition:color 0.2s linear; cursor:pointer; text-decoration:none;  }
a:hover { color: #e42322; text-decoration:underline;}
a:focus { outline: 0; }

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


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

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

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

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

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

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

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

small { font-size: 85%; }

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


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

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


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

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

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

/*
 * Correct overflow not hidden in IE9
 */

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


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

figure { margin: 0; }


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

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

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

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

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

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

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; font-family:Tahoma, Geneva, sans-serif; color:#444; }

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

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

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

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

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

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

/*
 * Consistent box sizing and appearance
 */

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

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

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

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

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

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


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

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


/* =============================================================================
   Universal classes by MKGstudio
   ========================================================================== */
div.centerMe {
margin:0 auto; width:940px;
}
ul.horizontalList {
float:left; width:auto; margin:0; padding:0;
}
ul.horizontalList li {
float:left; width:auto; display:inline; list-style:none; margin:0; padding:0;
}

h1, h2, h3, h4, h5 {
margin:0; padding:0;
}
p, ul li, ol li, dl dd {
line-height:18px;
}

.colorRed {
color:#e42322;
}

.navyButton {
-moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; border:1px solid #101844;
background: #303f8f;
background: -moz-linear-gradient(top, #d4d3ff 0%, #303f8f 2%, #101844 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d3ff), color-stop(2%,#303f8f), color-stop(100%,#101844));
background: -webkit-linear-gradient(top, #d4d3ff 0%,#303f8f 2%,#101844 100%);
background: -o-linear-gradient(top, #d4d3ff 0%,#303f8f 2%,#101844 100%);
background: -ms-linear-gradient(top, #d4d3ff 0%,#303f8f 2%,#101844 100%);

background: linear-gradient(top, #d4d3ff 0%,#303f8f 2%,#101844 100%);
text-align:center; font-family: 'MyriadProBoldSemiCondensed'; text-transform:uppercase; font-weight:normal; font-size:18px;
}
.navyButton:hover {
background: #2e48d7;
background: -moz-linear-gradient(top, #d4d3ff 0%, #2e48d7 2%, #101844 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d3ff), color-stop(2%,#2e48d7), color-stop(100%,#101844));
background: -webkit-linear-gradient(top, #d4d3ff 0%,#2e48d7 2%,#101844 100%);
background: -o-linear-gradient(top, #d4d3ff 0%,#2e48d7 2%,#101844 100%);
background: -ms-linear-gradient(top, #d4d3ff 0%,#2e48d7 2%,#101844 100%);

background: linear-gradient(top, #d4d3ff 0%,#2e48d7 2%,#101844 100%);
}
.navyButton:active {
background: #101844;
background: -moz-linear-gradient(top, #d4d3ff 0%, #101844 2%, #2e48d7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d3ff), color-stop(2%,#101844), color-stop(100%,#2e48d7));
background: -webkit-linear-gradient(top, #d4d3ff 0%,#101844 2%,#2e48d7 100%);
background: -o-linear-gradient(top, #d4d3ff 0%,#101844 2%,#2e48d7 100%);
background: -ms-linear-gradient(top, #d4d3ff 0%,#101844 2%,#2e48d7 100%);

background: linear-gradient(top, #d4d3ff 0%,#101844 2%,#2e48d7 100%);
}

/* ==|== primary styles =====================================================
   Author: Michał Gołębiowski | MKGstudio |  http://mkgstudio.pl
   ========================================================================== */

body {
background:url(../images/layout_1/tla/main_bg.jpg) top center no-repeat #dedede; font-family:Tahoma, Geneva, sans-serif; font-size:12px; color:#444444;
}
p, ol li, ul li {
line-height:18px;
}
p {
margin:0 0 16px 0;
}
/*******************************************************

	NAGŁÓWEK

 *******************************************************/
header {
float:left; width:940px;
}
header h1 {
float:left; width:280px; height:95px; margin:40px 0 0 0; font-weight:normal;
}
header h1 a{
float:left; width:280px; height:95px;display:inline; text-indent:-5000px; background:url(../images/layout_1/dodatki/logo1.png) 0 0 no-repeat;
}

ul#socialLinks {
float:right; width:auto; margin:20px 0 0 0;
}
ul#socialLinks li {
margin:0 0 0 14px;
}

nav ul {
clear:right; float:right; width:auto; margin:36px 0 0 0;
}
nav ul li {
margin:0 0 0 31px; font-family: 'MyriadProSemiCondensed'; font-size:16px; text-shadow:-1px 1px 0 #fff; float:left; display:inline; position:relative;
}
nav ul li img {
width:9px; height:6px; position:absolute; z-index:25; bottom:-11px; left:50%; margin-left:-5px;
}
nav ul li a {
color:#444444; text-decoration:none; text-transform:uppercase; padding:0 0 6px 0;
}
nav ul li a:hover {
color:#1c33ad; text-decoration:none;
}
nav ul li a.active {
color:#e42322;
}

nav ul li ul {
position:absolute; top:24px; left:-21px; z-index:20; width:200px; border:1px solid #fff; border-top:none; margin:0; padding:12px 0 14px 0; background:url(../images/layout_1/tla/dropDown_bg.png) repeat;
-moz-border-radius-bottomleft:12px; -moz-border-radius-bottomright:12px; -webkit-border-bottom-left-radius:12px; -webkit-border-bottom-right-radius:12px; border-bottom-left-radius:12px; border-bottom-right-radius:12px;
}
nav ul li ul li {
float:left; width:200px; margin:0; padding:0; font-family:Tahoma, Geneva, sans-serif; font-size:14px;
}
nav ul li ul li a {
text-transform:none; float:left; width:160px; background: url(../images/layout_1/tla/ddElement_bg.png) bottom left repeat-x; padding:0 20px 10px 20px; margin:6px 0 0 0;
}


/*******************************************************

	TAGLINE

 *******************************************************/
section#tagline {
float:left; width:940px; position:relative; margin:60px 0 0 0;
}
section#tagline h2 {
text-align:center; font-size:36px; color:#303f8f; font-family: 'MyriadProBlackSemiExtended'; font-weight:normal; text-shadow:-2px 1px 0 #fff; text-transform:uppercase; margin:0; letter-spacing:1px;
}
section#tagline img {
position:absolute; z-index:5; top:-40px; right:50px;
}
section#tagline p {
width:940px; float:left; background:url(../images/layout_1/tla/tagline_bg.gif) 0 12px no-repeat; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; color:#757575; font-size:18px; font-style:italic; margin:4px 0 0 0;
}
section#tagline p strong {
font-size:24px;
}


/*******************************************************

	Sekcja INTRO

 *******************************************************/
div#introSection {
float:left; width:940px; margin:40px 0 0 0; position:relative;
}
div#teacherBox {
width:310px; height:auto; float:left; margin:30px 0 0 20px; padding:0; position:relative;
}
div#teacherBox img.bubbleChat {
position:absolute; top:210px; right:10px; z-index:5;
}


div#circleSlides {
float:right; width:580px; margin:-20px 0 0 0; position:relative;
}

div#circleSlides a.slidePrev {
position:absolute; width:48px; height:51px; display:block; background:url(../images/layout_1/dodatki/sliderNavPrev.png) 0 0 no-repeat; text-indent:-5000px; top:190px; left:14px; z-index:10;
}
div#circleSlides a.slideNext {
position:absolute; width:51px; height:51px; display:block; background:url(../images/layout_1/dodatki/sliderNavNext.png) 0 0 no-repeat; text-indent:-5000px; top:190px; right:38px; z-index:10;
}
div#circleSlides a.slidePrev:hover, div#circleSlides a.slideNext:hover {
background-position:0 -51px;
}

div#slides {
float:left; width:434px; height:442px; display:block; position:relative; margin:0 0 0 60px;
}
div#slides div.slideBox div.toolTipHolder {
position:absolute; width:434px; bottom:-20px; left:0; z-index:10;
}
div#slides div.slideBox p {
text-align:center; background:url(../images/layout_1/tla/slideToolTip_bg.png) bottom left repeat-x #fff; font-weight:normal; font-family: 'MyriadProSBdSCn'; font-size:18px; color:#303f8f; padding:18px 0px; width:auto;
-moz-box-shadow:0 0 5px #afb5b8; -webkit-box-shadow:0 0 5px #afb5b8; box-shadow:0 0 5px #afb5b8;
-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;
}

/*******************************************************

	TREŚĆ ZASADNICZA

 *******************************************************/
div#primeContent {
width:900px; float:left; background:#fff; padding:0 20px 0 20px; position:relative; margin:70px 0 0 0;
-moz-box-shadow:0 0 10px #afb5b8; -webkit-box-shadow:0 0 10px #afb5b8; box-shadow:0 0 10px #afb5b8;
-moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px;
}

div#primeContent h2 {
color:#303f8f; font-weight:normal; font-family: 'MyriadProSBdSCn'; font-size:24px; margin-bottom:30px;
}

ul#breadcrumbs {
width:900px; margin:18px 0 30px 0; background:url(../images/layout_1/tla/dblLine_bg.gif) left bottom repeat-x; padding-bottom:18px;
}
ul#breadcrumbs li a {
float:left; width:auto; background:url(../images/layout_1/dodatki/crumbSeparator.jpg) 0 7px no-repeat; margin-left:14px; padding-left:14px;
}
ul#breadcrumbs li a.homeIcon {
background:url(../images/layout_1/dodatki/homeIcon.jpg) no-repeat; width:16px; height:15px; text-indent:-5000px; margin:0; padding:0;
}

a.sekretariatOnlineTop {
position:absolute; background:url(../images/layout_1/dodatki/secretaryBadge.png) 0 0 no-repeat; z-index:5; width:auto; height:37px; top:-2px; right:20px; padding:22px 0 0 33px;
}

/*******************************************************

	TREŚĆ ZASADNICZA, Główna kolumna

 *******************************************************/
div#mainColumn {
float:left; width:560px;
}

div#mainColumn section.welcomeSection {
float:left; width:560px; padding-bottom:16px; background:url(../images/layout_1/tla/dblLine_bg.gif) left bottom repeat-x; margin-bottom:40px;
}
div#mainColumn section.welcomeSection h2 {
font-weight:normal; color:#303f8f; font-family: 'MyriadProBoldSemiCondensed'; font-size:24px; line-height:29px; margin-bottom:30px;
}

div#mainColumn div.welcomeText {
float:left; width:280px;
}

div#mainColumn div.offerTarget {
float:right; width:240px;
}
div#mainColumn div.offerTarget ul.arrowList {
margin:0; padding:0;
}
div#mainColumn div.offerTarget ul.arrowList li {
list-style:none; background:url(../images/layout_1/dodatki/blueArrow.gif) 0 7px no-repeat; padding:0 0 0 15px; margin:0 0 8px 0;
}


/******* MODUŁ AKTUALNOŚCI ********/
div#newsModule {
float:left; width:560px;
}
div#newsModule article {
float:left; width:560px; margin-bottom:30px;
}
div#newsModule article div.newsDateBox {
float:left; width:160px; text-align:right;
}
div#newsModule article div.newsDateBox p {
font-size:14px; margin-bottom:4px;
}
div#newsModule article div.newsDateBox span.category {
font-size:12px; color:#303f8f;
}
div#newsModule article section {
float:right; width:360px; border-bottom:1px solid #c5c5c5;
}
div#newsModule article section h3 {
margin-bottom:12px;
}
div#newsModule a.archiveLink {
float:left; margin:-10px 0 0 200px; background:url(../images/layout_1/dodatki/blueArrowInversed.gif) 0 6px no-repeat; padding-left:20px;
}

article#artDetails {
float:left; width:560px;
}

article#artDetails a.returnLink {
float:left; width:80px; background:url(../images/layout_1/dodatki/blueArrowInversed.gif) 0 6px no-repeat; padding-left:20px; margin:2px 0 0 0;
}

div#newsModule article#artDetails section {
float:right; width:460px;
}
div#newsModule article#artDetails section h3 {
font-size:18px; margin-bottom:30px;
}
div#newsModule article#artDetails section h4 {
font-size:16px; font-weight:normal; margin:30px 0 20px 0;
}


article#artDetails p.newsDate {
float:left; width:460px; font-size:14px;
}
article#artDetails p.newsDate span{
font-size:12px;
}



div#pagination {
float:left; width:560px; margin:30px 0 20px 0; border-top:1px solid #c5c5c5; padding:20px 0 0 0;
}
div#pagination p.pagiMeta {
float:left; width:150px; margin:5px 0 0 0;
}

div#pagination ul {
float:right; width:auto; max-width:350px;
}
div#pagination ul li a {
float:left; width:auto; padding:4px 8px; background:#e5e5e5; border:1px solid #c5c5c5; margin-left:10px;
-moz-border-radius:100%; -webkit-border-radius:100%; border-radius:100%;
}
div#pagination ul li a:hover {
text-decoration:none;
}
div#pagination ul li a.active {
color:#fff; background:#7b89d1; border:1px solid #303f8f;
}


/******* MODUŁ TEKSTOWY ********/
div#contentModule, div#contentModule div.cmsContent {
float:left; width:560px;
}

div.cmsContent p.tagLine {
font-size:16px; line-height:24px; margin-bottom:30px;
}

div#contentModule div.cmsContent img {
margin-bottom:30px;
}

div#galleryHolder {
float:left; width:560px; overflow-x:hidden;
}
div#galleryHolder ul {
float:left; width:578px; margin:0; padding:0;
}
div#galleryHolder ul li {
background:#fff; float:left; width:166px; padding:2px; list-style:none; display:inline; margin:0 20px 20px 0; border:1px solid #c5c5c5;
-moz-transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -o-transition:all 0.2s linear; transition:all 0.2s linear;
}
div#galleryHolder ul li:hover {
border:1px solid #303f8f;
}
div#galleryHolder ul li img {
opacity:1;
}
div#galleryHolder ul li img:hover {
opacity:0.8;
-moz-transition:opacity 0.2s linear; -webkit-transition:opacity 0.2s linear; -o-transition:opacity 0.2s linear; transition:opacity 0.2s linear;
}

/******* MODUŁ OFERTY ********/
div#contentModule div.courseOption {
float:left; width:560px; background:url(../images/layout_1/tla/greyDottedLine_bg.gif) left bottom repeat-x; margin-top:19px;
}
div#contentModule section.courseLevel {
float:left; width:220px;
}
div#contentModule section.courseLevel h3 {
font-family: 'MyriadProBoldSemiCondensed'; font-weight:normal; font-size:18px; color:#303f8f; text-align:right; background:url(../images/layout_1/dodatki/blueArrow.gif) right center no-repeat; padding-right:20px; margin-bottom:14px;
}
div#contentModule section.courseLevel a.priceButton {
float:right; border:1px solid #c7c7c7; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; padding:9px 18px; background:url(../images/layout_1/tla/buttonOffer_bg.jpg) bottom left repeat-x #fff;
-moz-box-shadow:0 1px 0 #c7c7c7; -webkit-box-shadow:0 1px 0 #c7c7c7; box-shadow:0 1px 0 #c7c7c7; color:#444;
}
div#contentModule section.courseLevel a.priceButton span {
font-size:14px; font-weight:bold;
-moz-transition:color 0.2s linear; -webkit-transition:color 0.2s linear; -o-transition:color 0.2s linear; transition:color 0.2s linear;
}
div#contentModule section.courseLevel a.priceButton:hover, div#contentModule section.courseLevel a.priceButton:hover span  {
text-decoration:none; color:#e42322;
}

div#contentModule div.courseDesc {
float:right; width: 280px;
}
div#contentModule div.courseDesc h3 {
font-family: 'MyriadProSemiCondensed'; font-weight:normal; font-size:18px; margin-bottom:14px;
}

div#contentModule div.courseDesc ul {
margin:0; padding:0; float:left; width:280px; margin-bottom:20px;
}
div#contentModule div.courseDesc ul li {
list-style:none; background:url(../images/layout_1/dodatki/blueArrow.gif) 0 8px no-repeat; padding-left:20px; margin-bottom:4px;
}

/******* MODUŁ OFERTY, taby w treści ********/
div#contentTabs {
float:left; width:580px; margin:20px 0 0 0;
}
div#contentModule ul#tabSelect2 {
width:580px; background:url(../images/layout_1/tla/greyLine_bg.gif) bottom left repeat-x;
}
div#contentModule ul#tabSelect2 li a {
border:1px solid #c5c5c5; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; -webkit-border-top-right-radius:8px; -webkit-border-top-left-radius:8px; border-top-left-radius:8px; border-top-right-radius:8px; padding:8px 16px 6px 16px; font-family: 'MyriadProSemiCondensed'; font-size:14px; float:left; margin:0 0 0 10px; color:#444; background:#efefef;
}
div#contentModule ul#tabSelect2 li.active a {
color:#e42322; border-bottom:1px solid #fff; background:#fff;
}

div#contentModule ul#tabSelect2 li a:hover {
color:#303f8f; text-decoration:none;
}

div#contentModule div#tabContainer2 {
float:left; width:580px; padding:20px 0 0 0; background:none; border:none; color:#444;
}
div#contentModule div.tabContent2 {
float:left; width:580px;
}
div#contentModule div.tabContent2 h3, div#contentModule div.tabContent2 h4, div#contentModule div.cmsContent h4 {
font-family: 'MyriadProSemiCondensed'; font-size:22px; margin:0; font-weight:normal; color:#303f8f;
}
div#contentModule div.tabContent2 h4, div#contentModule div.cmsContent h4 {
font-size:18px; margin:30px 0 12px 0; font-family: 'MyriadProSBdSCn'; color:#444;
}

div#contentModule div.tabContent2 table, div#contentModule div.cmsContent table {
float:left; width:580px; margin-bottom:30px;
}
div#contentModule div.tabContent2 table td, div#contentModule div.cmsContent table td {
width:193px; background:url(../images/layout_1/tla/greyDottedLine_bg.gif) bottom left repeat-x; padding:12px 0 11px 0;
}

div#contentModule div.tabContent2 table.priceTable {
margin:30px 0 20px 0;
}
div#contentModule div.tabContent2 table.priceTable thead th {
border-bottom:1px solid #303f8f; padding:12px 0 11px 0; background:#cdd5ff; color:#303f8f;
}

div#contentModule div.tabContent2 table.priceTable td {
text-align:center;
}


div#contentModule p.savings, div#contentModule p.bigSavings, div#contentModule p.familySaving {
width:190px; padding:15px 0 15px 80px; margin:0 0 0 0;
}

div#contentModule p.savings {
float:left; background:url(../images/layout_1/dodatki/SavingsIcon.png) no-repeat;
}
div#contentModule p.bigSavings {
float:right; background:url(../images/layout_1/dodatki/bigSavingsIcon.png) no-repeat;
}
div#contentModule p.familySaving {
float:left; background:url(../images/layout_1/dodatki/familySaving.png) no-repeat;
}
/******* MODUŁ GALERII  ********/
div#galleryModule {
float:left; width:560px;
}

/******* MODUŁ TEKSTOWY, formularz ********/
div#contentModule form, div#contentModule form ul, div#contentModule form ul li {
float:left; width:560px;
}
div#contentModule form ul li {
float:left; width:560px; margin-bottom:15px; list-style:none;
}
div#contentModule form ul li label {
float:left; width:150px; text-align:right; display:inline; margin:5px 20px 0 0;
}
div#contentModule form ul li label span {
color:#303f8f;
}
div#contentModule form ul li input, div#contentModule form ul li select, div#contentModule form ul li textarea {
float:left; width:250px; padding:6px 10px;
-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; background:#fff; border:1px solid #c5c5c5;
-moz-transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -o-transition:all 0.2s linear; transition:all 0.2s linear;
}

div#contentModule form ul li.radioButtons div {
float:left; width:120px;
}
div#contentModule form ul li.radioButtons div input {
width:auto; height:auto; float:left; border:none; background:none; margin:7px 10px 0 0;
}
.ie9 div#contentModule form ul li.radioButtons div input, .ie8 div#contentModule form ul li.radioButtons div input, .ie7 div#contentModule form ul li.radioButtons div input, .ie6 div#contentModule form ul li.radioButtons div input {
margin:3px 10px 0 0;
}
div#contentModule form ul li.radioButtons div label {
float:left; width:50px; text-align:left; color:#444444; display:inline;
-moz-transition:color 0.2s linear; -webkit-transition:color 0.2s linear; -o-transition:color 0.2s linear; transition:color 0.2s linear;
}
div#contentModule form ul li.radioButtons div label:hover {
color:#303f8f;
}

div#contentModule a.linkArrowLeft {
background:url(../images/layout_1/dodatki/blueArrowInversed.gif) 0 6px no-repeat; padding-left:16px;
}

div#contentModule form ul li.dealInput div{
float:left; width:350px;
}
div#contentModule form ul li.dealInput div input {
width:120px; float:left;
}
div#contentModule form ul li.dealInput div select {
width:100px; float:left; margin-left:20px; display:inline;
}

div#contentModule form ul li textarea {
width:350px; height:150px;
}

div#contentModule p.errorLabel {
float:left; width:390px; background:url(../images/layout_1/dodatki/mailError.png) 90px 0 no-repeat; padding:5px 0 30px 170px; margin:20px 0 20px 0;
}
div#contentModule p.errorLabel strong {
 color:#d00600;
}
div#contentModule p.sentLabel {
float:left; width:390px; background:url(../images/layout_1/dodatki/mailSent.jpg) 30px 0 no-repeat; padding:5px 0 80px 170px; margin:20px 0 20px 0;
}
div#contentModule p.sentLabel strong {
color:#1c8400;
}

div#contentModule form ul li p.errorMsg {
float:left; width:300px; margin:0 0 0 170px; color:#d00600;
}

div#contentModule form ul li input:hover, div#contentModule form ul li input:focus, div#contentModule form ul li textarea:hover, div#contentModule form ul li textarea:focus {
border:1px solid #303f8f;
}

div#contentModule form ul li input.submitForm {
width:auto; margin-left:170px; display:inline; padding:9px 0 8px 0; width:140px; color:#fff; text-shadow:-1px 1px 0 #101844;
}

div#contentModule form ul li input.navyButton {
-moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px; border:1px solid #101844;
background: #303f8f;
background: -moz-linear-gradient(top, #d4d3ff 0%, #303f8f 2%, #101844 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d3ff), color-stop(2%,#303f8f), color-stop(100%,#101844));
background: -webkit-linear-gradient(top, #d4d3ff 0%,#303f8f 2%,#101844 100%);
background: -o-linear-gradient(top, #d4d3ff 0%,#303f8f 2%,#101844 100%);
background: -ms-linear-gradient(top, #d4d3ff 0%,#303f8f 2%,#101844 100%);

background: linear-gradient(top, #d4d3ff 0%,#303f8f 2%,#101844 100%);
text-align:center; font-family: 'MyriadProBoldSemiCondensed'; text-transform:uppercase; font-weight:normal; font-size:18px;
}
div#contentModule form ul li input.navyButton.navyButton:hover {
background: #2e48d7;
background: -moz-linear-gradient(top, #d4d3ff 0%, #2e48d7 2%, #101844 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d3ff), color-stop(2%,#2e48d7), color-stop(100%,#101844));
background: -webkit-linear-gradient(top, #d4d3ff 0%,#2e48d7 2%,#101844 100%);
background: -o-linear-gradient(top, #d4d3ff 0%,#2e48d7 2%,#101844 100%);
background: -ms-linear-gradient(top, #d4d3ff 0%,#2e48d7 2%,#101844 100%);

background: linear-gradient(top, #d4d3ff 0%,#2e48d7 2%,#101844 100%);
}
div#contentModule form ul li input.navyButton.navyButton:active {
background: #101844;
background: -moz-linear-gradient(top, #d4d3ff 0%, #101844 2%, #2e48d7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d3ff), color-stop(2%,#101844), color-stop(100%,#2e48d7));
background: -webkit-linear-gradient(top, #d4d3ff 0%,#101844 2%,#2e48d7 100%);
background: -o-linear-gradient(top, #d4d3ff 0%,#101844 2%,#2e48d7 100%);
background: -ms-linear-gradient(top, #d4d3ff 0%,#101844 2%,#2e48d7 100%);

background: linear-gradient(top, #d4d3ff 0%,#101844 2%,#2e48d7 100%);
}


table#ratesTable {
float:left; width:560px; margin:40px 0 40px 0;
}
table#ratesTable tbody td {

}
table#ratesTable tbody td {
width:193px; background:url(../images/layout_1/tla/greyDottedLine_bg.gif) bottom left repeat-x; padding:12px 0 11px 0;
}
table#ratesTable thead th {
border-bottom:1px solid #303f8f; padding:12px 0 11px 0; background:#cdd5ff; color:#303f8f;
}

table#ratesTable td {
text-align:center;
}
div#contentModule a.downloadPdf {
float:right; width:140px; color:#fff; text-shadow:-1px 1px 0 #101844; display:inline; padding:9px 0 8px 0; text-decoration:none;
}

div#paymentBox {
float:left; width:560px; margin:0 0 0 0;
}
div#paymentBox h3 {
font-size:18px; margin:30px 0 12px 0; font-family: 'MyriadProSBdSCn'; color:#444; font-weight:normal;
}
 /*******************************************************

	TREŚĆ ZASADNICZA, Panel boczny

 *******************************************************/
aside {
float:right; width:280px;
}

aside div#offerSpecialLink {
float:left; width:280px; height:370px; background:url(../images/layout_1/tla/specialLink.jpg) 0 0 no-repeat; position:relative;
}
aside div#offerSpecialLink a {
position:absolute; bottom:0; left:35px; padding:9px 0 8px 0; width:140px; z-index:10; color:#fff; text-shadow:-1px 1px 0 #101844;
}
aside div#offerSpecialLink a:hover {
text-decoration:none;
}

aside ul#bannerLinks {
float:left; width:280px; margin:30px 0 0 0; padding:0;
}
aside ul#bannerLinks li {
list-style:none; margin:0 0 20px 0; padding:0; width:280px; float:left;
}
aside ul#bannerLinks li a {
float:left; width:280px; height:126px; display:block; text-indent:-5000px; cursor:pointer;
}
aside ul#bannerLinks li a.buttonKalkulator {
background:url(../images/layout_1/dodatki/buttonKalkulator.jpg) 0 0 no-repeat;
}
aside ul#bannerLinks li a.buttonZapisy {
background:url(../images/layout_1/dodatki/buttonZapiszSie.jpg) 0 0 no-repeat;
}
aside ul#bannerLinks li a.buttonPraca {
background:url(../images/layout_1/dodatki/buttonPraca.jpg) 0 0 no-repeat;
}
aside ul#bannerLinks li a.buttonSekretariat {
background:url(../images/layout_1/dodatki/buttonSekretariat.jpg) 0 0 no-repeat;
}
aside ul#bannerLinks li a:hover {
background-position:0 -126px;
}

/***** DANE FIRMOWE ****/
aside section#companyData {
float:left; width:280px;
}

aside section#companyData h3 {
font-family: 'MyriadProBoldSemiCondensed'; font-weight:normal; margin-bottom:10px; font-size:18px;
}

aside section#companyData address {
float:left; width:280px; font-style:normal; margin:20px 0 20px 0;
}
aside section#companyData address p.miniToolTip {
font-size:11px; font-style:italic; color:#888888;
}
/**** SORTOWANIE , Taby *****/
ul#tabSelect {
width:280px;
}
ul#tabSelect li {
float:left; width:auto; height:36px; line-height:36px; margin:0 0 0 16px; display:inline; border:1px solid #fff;
}
ul#tabSelect li a {
color:#444444; text-decoration:none; padding:0 16px;
}
ul#tabSelect li a:hover {
color: #e42322;
}

ul#tabSelect li.active {
background: #9ca5ce;
background: -moz-linear-gradient(top, #9ca5ce 0%, #4356be 2%, #303f8f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9ca5ce), color-stop(2%,#4356be), color-stop(100%,#303f8f));
background: -webkit-linear-gradient(top, #9ca5ce 0%,#4356be 2%,#303f8f 100%);
background: -o-linear-gradient(top, #9ca5ce 0%,#4356be 2%,#303f8f 100%);
background: -ms-linear-gradient(top, #9ca5ce 0%,#4356be 2%,#303f8f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ca5ce', endColorstr='#303f8f',GradientType=0 );
background: linear-gradient(top, #9ca5ce 0%,#4356be 2%,#303f8f 100%);
-moz-border-radius-topleft:12px; -moz-border-radius-topRight:12px; -webkit-border-top-left-radius:12px; -webkit-border-top-right-radius:12px; border-top-left-radius:12px; border-top-right-radius:12px;
color:#fff; text-decoration:none; margin:0 0 0 16px; display:inline;
font-weight:bold; float:left;
border:1px solid #303f8f;
}

.ie8 ul#tabSelect li.active  {
background: #4356be;
background: -moz-linear-gradient(top, #4356be 0%, #303f8f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4356be), color-stop(100%,#303f8f));
background: -webkit-linear-gradient(top, #4356be 0%,#303f8f 100%);
background: -o-linear-gradient(top, #4356be 0%,#303f8f 100%);
background: -ms-linear-gradient(top, #4356be 0%,#303f8f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4356be', endColorstr='#303f8f',GradientType=0 );
background: linear-gradient(top, #4356be 0%,#303f8f 100%);
-moz-border-radius-topleft:12px; -moz-border-radius-topRight:12px; -webkit-border-top-left-radius:12px; -webkit-border-top-right-radius:12px; border-top-left-radius:12px; border-top-right-radius:12px;
color:#fff; text-decoration:none; margin:0 0 0 16px; display:inline;
font-weight:bold; float:left;
border:1px solid #303f8f;
}


ul#tabSelect li.active a{
font-weight:bold; color:#fff;
}

div#tabContainer {
float:left; width:240px; background:#303f8f; padding:10px 20px 20px 20px; color:#fff;
-moz-border-radius:12px; -webkit-border-radius:12px; border-radius:12px;
}
div#tabContainer div.tabContent {
float:left; width:240px;
}
div#tabContainer div.tabContent ul {
width:240px; float:left; margin:0; padding:0;
}
div#tabContainer div.tabContent ul li {
list-style:none; float:left; width:240px; border-bottom:1px solid #5965a5; padding:10px 0 10px 0;
}
div#tabContainer div.tabContent ul li a {
float:left; width:220px; padding-left:20px; color:#b0bcfc;
}
div#tabContainer div.tabContent ul li a:hover {
color:#fff; text-decoration:none;
}
div#tabContainer div.tabContent ul li a.active {
font-weight:bold; background:url(../images/layout_1/dodatki/whiteArrow.gif) 0 8px no-repeat; color:#fff;
}

div#tabContainer div#tab02 form{
float:left; width:240px; margin:10px 0 10px 0;
}
div#tabContainer div#tab02 form select {
border:1px solid #5965a5; padding:6px; float:left; width:auto; margin-right:15px; display:inline;
-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;
}
div#tabContainer div#tab02 form input {
padding:6px; background:none; border:none; font-family: 'MyriadProBoldSemiCondensed'; font-size:16px; color:#fff;
}
div#tabContainer div#tab02 p {
text-align:center; font-size:11px; margin:0 0 0 0;
}
 /*******************************************************

	STOPKA

 *******************************************************/
footer {
float:left; width:900px; background:url(../images/layout_1/tla/dblLine_bg.gif) left top repeat-x; position:relative; padding:24px 0 10px 0; margin:40px 0 0 0;
}
footer a.footLogo {
float:left; width:169px; height:110px; display:inline; background:url(../images/layout_1/dodatki/footLogo1.png) 0 0 no-repeat; text-indent:-5000px;
}
footer div.footBox {
float:left; width:300px; margin-left:35px;
}
footer div.footBox2 {
float:left; width:180px; margin-left:35px;
}
div#primeContent footer h2 {
font-size:14px; color:#444444; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; margin-bottom:10px;
}
footer img.phoneBooth {
position:absolute; z-index:5; right:-30px; bottom:1px;
}


div#underContent {
float:left; width:900px; padding:0 20px 20px 20px; margin:20px 0 0 0; position:relative;
}
div#underContent p {
float:left; width:auto; margin:0; padding:0;
}
div#underContent a {
float:right; width:auto; margin:0; padding:0;
}
div#underContent img.bigBen {
position:absolute; z-index:5; bottom:0; left:-304px;
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

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

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

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



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

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

}

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

}



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

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
