

/* Style Index * /

1.0 - Global
2.0 - Header
	2.1 - Header Navigation
	2.2 - Header Logo
	2.3 - Social Icons
	2.4 - Header blocks
3.0 - Navigation
	3.1 - Navigation Search
4.0 - Slideshows
	4.1 - Header Slideshow
	4.2 - Page Slideshow
	4.3 - Block Slideshow
5.0 - Typography
	5.1 - Lists
	5.2 - Forms
		5.2.1 - Course Finder Form
		5.2.2 - Select Option
	5.3 - Buttons
	5.4 - Tables
	5.5 - Alerts & Messages
	5.6 - Other
6.0 - JS Elements
	6.1 - Accordion
	6.2 - Toggle
	6.3 - Tabs
7.0 - Content
	7.1 - Events
	7.2 - Blog
		7.2.1 - Blog Listing Page
		7.2.2 - Blog Social Links
		7.2.3 - Blog Comments
	7.3 - Photo Gallery
	7.4 - Portfolio
		7.4.1 - Portfolio 2 Columns
		7.4.2 - Portfolio 3 Columns
		7.4.3 - Portfolio 4 Columns
		7.4.4 - Portfolio Single
	7.5 - Pagination
	7.6 - Course Finder
	7.7 - Teachers
8.0 - Columns
	8.1 - 2 Columns
	8.2 - 3 Columns
	8.3 - 4 Columns
9.0 - Widgets
	9.1 - Flickr
	9.2 - Tags
	9.3 - Twitter
	9.4 - Latest Posts Widget
	9.5 - Contact Widget
10.0 - Footer
11.0 - IE8 Fixes





/* 0.0 - Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix, .tagcloud, .widget {
    zoom: 1;
}

.clearfix:before, .clearfix:after,
.tagcloud:before, .tagcloud:after,
.widget:before, .widget:after {
    content: "";
    display: table;
}

.clearfix:after,
.tagcloud:after,
.widget:after {
    clear: both;
}

.clearboth {
    clear: both;
}

pre {
    background: url('//static.epodreczniki.pl/portal/begin/images/pre.png?ceecd7ada9dc');
    border: #dee0e0 1px solid;
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
    font-size: 12px;
    line-height: 155%;
    margin: 0 0 30px;
    padding: 20px;
    white-space: pre-wrap;
}

/* 1.0 - Global */
body {
    color: #424242;
    -webkit-font-smoothing: subpixel-antialiased;
}

body, .event-info h4, .news-content h4, textarea, .widget .latest-posts-list li .lpl-content h6, div.selector span {
    font-family: open_sansregular, 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .slides, .page-content blockquote, .event-full .event-info h4, .page-content table th, #cancel-comment-reply-link {
    font-family: open_sansregular, "Open Sans", sans-serif;
}

.flex-caption p {
    font-family: 'Merriweather', serif;
}

a {
    color: #424242;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* 2.0 - Header */
#header-wrapper-mockup {
    display: none;
}

#header-wrapper {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}

#header-top {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    padding: 11px 30px 13px 30px;
}

#header-top a {
    color: #fff;
}

/* 2.1 - Header Navigation */
.top-left-nav {
    float: left;
}

.top-left-nav li {
    float: left;
}

.top-left-nav li span {
    margin: 0 4px;
}

.top-left-nav li:last-child span {
    display: none;
}

.top-right-nav {
    float: right;
    font-weight: bold;
}

.top-right-nav li {
    float: left;
}

.phone-icon {
    background: url('//static.epodreczniki.pl/portal/begin/images/phone_icon_01.png?769a6e93a2db') center left no-repeat;
    padding: 0 20px 0 15px;
    min-height: 14px;
}

.email-icon {
    background: url('//static.epodreczniki.pl/portal/begin/images/email_icon_01.png?54ba4572cb75') center left no-repeat;
    padding: 0 0 0 20px;
}

/* 2.2 - Header Logo */
#logo {
    margin: 20px 0 20px 30px;
    float: left;
}

#logo h1 {
    /*font-size: 30px;*/
    height: 32px;
    position: relative;
}

#logo img {
    max-height: 32px;
    max-width: 550px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #logo img {
        height: 32px;
        width: 173px;
        background-size: 173px 32px;
    }
}

/* 2.3 - Social Icons */
.social-icons {
    float: right;
    margin: 21px 30px 0 0;
}

.social-icons li {
    float: left;
    margin: 0 20px 0 0;
}

.social-icons li:last-of-type {
    float: left;
    margin-right: 0;
}

.twitter-icon,
.facebook-icon,
.gplus-icon,
.pinterest-icon,
.flickr-icon,
.youtube-icon,
.vimeo-icon,
.skype-icon,
.rss-icon,
.google-icon,
.men-icon,
.ore-icon,
.cke-icon,
.ne-icon,
.wl-icon,
.unicef-icon {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 99%;
    -moz-border-radius: 99%;
    -o-border-radius: 99%;
    border-radius: 99%;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-color: #757677;
    background-size: 217px 31px;
    background-image: url('//static.epodreczniki.pl/portal/begin/images/epo/ikony-begin.png?1333fbfd86c1');
}

.facebook-icon {
    /*background-image: url('//static.epodreczniki.pl/portal/begin/images/social_facebook.png?8b46fcb9efc4');*/
    background-position: 0% center;
}

.youtube-icon {
    /*background-image: url('//static.epodreczniki.pl/portal/begin/images/social_youtube.png?329311301cf6');*/ /* original icon */
    background-size: 31px 31px;
    background-image: url('//static.epodreczniki.pl/portal/begin/images/yt.svg?b10874f99526');
    background-position: center center;
}

.ore-icon {
    /*background-image: url('//static.epodreczniki.pl/portal/begin/images/ikony_ore.png?02cc3e431f71');*/
    background-position: 33.5% 0;
}

.men-icon {
    /*background-image: url('//static.epodreczniki.pl/portal/begin/images/ikony_men.png?35e9801f77fa');*/
    background-position: 50% 0;
}

.cke-icon {
    /*background-image: url('//static.epodreczniki.pl/portal/begin/images/ikony_cke.png?825a5d4e70b3');*/
    background-position: 67% 0;
}

.ne-icon {
    /*background-image: url('//static.epodreczniki.pl/portal/begin/images/ikony_ne.png?6247b8709ac3');*/
    background-position: 84% 0;
}

.wl-icon {
    /*background-image: url('//static.epodreczniki.pl/portal/begin/images/ikony_wl.png?5c86239305ed');*/
    background-position: 100% 0;
}

.unicef-icon {
    background-image: url('//static.epodreczniki.pl/portal/begin/images/epo/begin_icons/unicef-logo.svg?970183bbc0d5');
    background-size: 21px 21px;
    background-position: center center;
}



body.high-contrast .facebook-icon,
body.high-contrast .youtube-icon,
body.high-contrast .ore-icon,
body.high-contrast .men-icon,
body.high-contrast .cke-icon,
body.high-contrast .ne-icon,
body.high-contrast .wl-icon,
body.high-contrast .unicef-icon {
    background: none;
}

body.high-contrast .facebook-icon:before {
    content: url('//static.epodreczniki.pl/portal/begin/images/epo/begin_icons/social_facebook.png?97cf11b2e293');
}

body.high-contrast .youtube-icon:before {
    content: url('//static.epodreczniki.pl/portal/begin/images/epo/begin_icons/yt.svg?ddcc1ec3da54');
}

body.high-contrast .ore-icon:before {
    content: url('//static.epodreczniki.pl/portal/begin/images/epo/begin_icons/ikony_ore.png?ce07f3ef9de5');
}

body.high-contrast .men-icon:before {
    content: url('//static.epodreczniki.pl/portal/begin/images/epo/begin_icons/ikony_men.png?d0e96a5571f1');
}

body.high-contrast .cke-icon:before {
    content: url('//static.epodreczniki.pl/portal/begin/images/epo/begin_icons/ikony_cke.png?ab51063bb739');
}

body.high-contrast .ne-icon:before {
    content: url('//static.epodreczniki.pl/portal/begin/images/epo/begin_icons/ikony_ne.png?08081a48f7d0');
}

body.high-contrast .wl-icon:before {
    content: url('//static.epodreczniki.pl/portal/begin/images/epo/begin_icons/ikony_wl.png?54ac26deffdc');
}

body.high-contrast .unicef-icon:before {
    content: url('//static.epodreczniki.pl/portal/begin/images/epo/begin_icons/unicef-logo-high-contrast.svg?363564d6c5c5');
    width: 30px;
    height: 30px;
}
body.high-contrast .extra-file-icon-thumb {
    background: none !important;
}
body:not(.high-contrast) .extra-file-icon-thumb:before {
    content: none !important;
}

/* 2.4 - Header blocks */
.header-block-wrapper {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    z-index: 99;
}

.header-block-inner {
    position: absolute;
    top: -220px; /*-137px;*/
    width: 100%;
}

.header-block-3 img,
.header-block-4 img,
.header-block-5 img {
    margin: 0 0 15px 0;
}

.header-block-3,
.header-block-4,
.header-block-5 {
    float: left;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.header-block-5 {
    width: 20%;
    padding: 3.5% 0;
}

.header-block-5:hover {
    padding: 2.5% 0 7% 0;
    margin: -2.5% 0 0 0;
}

.header-block-4 {
    width: 25%;
    height: 228.5px;
    /*padding: 12px 0 18px 0;*/
    padding: 21px 0 24px 0;
}

.header-block-4:hover, .header-block-4:focus {
    /*padding: 12px 0 58px 0;*/
    /* przerobić tak, żeby się rozszerzało, a nie zmieniać paddingu */
    padding: 21px 0 64px 0;
    margin: -40px 0 0 0;
    background-color: #206FB1; //#7fa7d8; //WCAG CR 4.5
    outline: none;
}

.header-block-4 > h2 {
    line-height: 24px;
    font-family: "Merriweather", serif;
    padding: 0 15%;
}

.header-block-4 > img {
    height: 139px; /*90px;*/
    width: 139px; /*90px;*/
    border: none;
    /*border-radius: 50%;*/
    /*margin: 0 0 16px 0;*/
    margin: 0 0 39px 0;
}

.header-block-3 {
    width: 33.334%;
    padding: 3.5% 0;
}

/*.header-block-3:hover {
    padding: 2.5% 0 7% 0;
    margin: -2.5% 0 0 0;
}*/

/* only on intro page */

.usertype-intro-wrapper {
    position: relative;
    width: 100%;
    background-color: transparent;
}

@media all and (min-width: 1050px) {
    /*.usertype-intro-wrapper {
        background: #79a5dc;
        background: -moz-linear-gradient(left, #79a5dc 0%, #79a5dc 50%, #3d71b8 50%, #3d71b8 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #79a5dc), color-stop(50%, #79a5dc), color-stop(50%, #3d71b8), color-stop(100%, #3d71b8));
        background: -webkit-linear-gradient(left, #79a5dc 0%, #79a5dc 50%, #3d71b8 50%, #3d71b8 100%);
        background: -o-linear-gradient(left, #79a5dc 0%, #79a5dc 50%, #3d71b8 50%, #3d71b8 100%);
        background: -ms-linear-gradient(left, #79a5dc 0%, #79a5dc 50%, #3d71b8 50%, #3d71b8 100%);
        background: linear-gradient(to right, #79a5dc 0%, #79a5dc 50%, #3d71b8 50%, #3d71b8 100%);
    }*/
    /* This is for the version for three colors' intro */
    .usertype-intro-wrapper {
        background-color: #33609b;
    }
}

.usertype-intro {
    top: 0;
    position: relative;
    margin: 0 auto;
    width: 1000px;
    overflow: visible;
}

.usertype-intro > .header-block-3 {
    position: relative;
    font-weight: bold;
    width: 33.33%;
    overflow: visible;
    background-color: #33609b;
}

.usertype-intro > .header-block-3:hover {
    padding: 3.5% 0;
    margin: 0;
    background-color: #79a5dc;
}

.usertype-intro > .header-block-3 > h2 {
    line-height: 30px;
}

/*.usertype-intro-block-1 {
    background-color: #79a5dc;
}

.usertype-intro-block-2 {
    background-color: #335f9b;
}

.usertype-intro-block-3 {
    background-color: #3d71b8;
}*/

/* 3.0 - Navigation */
#main-menu {
    z-index: 999;
    width: calc(~"100% - 181px");
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0 92px 0 89px!important;
    min-height: 54px;
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3'), url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3');
    background-position: top left, top right;
    background-repeat: repeat-y;
}

#main-menu ul {
    margin: -1px 0 0 0;
}

#main-menu ul ul {
    margin: 0;
}

#main-menu li {
    /*background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3') repeat-y top right;*/
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    border-top: transparent 3px solid;

    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

/* This one's width stays independent of the other items */
#main-menu li:first-of-type {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    /*border-top: none;*/
    padding: 0 8px 0 0!important;

    background: none;

    /*background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3'), url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3');
    background-position: top left, top right;
    background-repeat: repeat-y;*/
}

#main-menu li a {
    /*padding: 17px 30px 17px 30px;*/
}

#main-menu li.current_page_item,
#main-menu li:hover {
    border-top: 3px solid;
}

#main-menu li li.current_page_item,
#main-menu li li:hover,
#main-menu li:first-of-type:hover {
    border-top: 3px solid transparent;
}

#main-menu-wrapper {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') repeat-x top left;
    position: relative;
}

#main-menu li li {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') #fff repeat-x top left;
    border-top: none;
    font-size: 14px;
    font-weight: 400;
}

#main-menu li li li:first-child {
    background: #fff;
}

#main-menu li li li:first-child:hover {
    background: #fbfbfb;
}

#main-menu li li:hover,
#main-menu li li li:hover {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') #fbfbfb repeat-x top left;
    border-top: none;
}

#main-menu li li a {
    padding: 15px 30px 15px 30px;
}

#main-menu li ul {
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.2);
}

#main-menu li .sf-sub-indicator {
    background: url('//static.epodreczniki.pl/portal/begin/images/arrow_down.png?3d10d7423694') no-repeat left center;
    display: block;
    height: 7px;
    overflow: hidden;
    position: absolute;
    right: 1.5em;
    text-indent: -999em;
    top: 1.5em;
    width: 20px;
}

#main-menu li li .sf-sub-indicator {
    background: url('//static.epodreczniki.pl/portal/begin/images/arrow_right.png?4da2852cc36a') no-repeat left center;
    height: 10px;
    top: 1.3em;
    right: 0.5em;
}

#main-menu a.sf-with-ul {
    padding-right: 45px;
    min-width: 1px;
}

#main-menu li ul li a.sf-with-ul {
    padding-right: 2.25em;
}

/*#main-menu li:last-child {
    background: none;
}*/

#main-menu li li:last-child {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') #fff repeat-x top left;
}

#main-menu li li:last-child:hover {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') #fbfbfb repeat-x top left;
}

/* 3.1 - Navigation Search */
.menu-search-button {
    background: url('//static.epodreczniki.pl/portal/begin/images/search_icon.png?98fd871f7396'), url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3');
    background-position: center -18px, top left;
    background-repeat: no-repeat, repeat-y;
    background-color: #fff;
    width: 80px;
    height: 53px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-search-button:hover {
    background: url('//static.epodreczniki.pl/portal/begin/images/search_icon.png?98fd871f7396'), url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3');
    background-position: center -106px, top left;
    background-repeat: no-repeat, repeat-y;
    background-color: #fff;
    cursor: pointer;
}

.menu-search-form {
    width: 19.1%;
    float: right;
}

.menu-search-field {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3') top left repeat-y #f8f8f8 !important;
    width: 0%;
    height: 52px;
    margin-right: 51px;
    border: none !important;
    float: right;
    padding: 1px 0px;
    color: #b0b0b0;
    font-size: 12px;
    opacity: 0;
    position: absolute;
    top: 1px;
    right: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.menu-search-focus {
    width: 280px;
    padding: 1px 0 0 10px;
    opacity: 10;
}

/* 4.0 - Slideshows */

/* 4.1 - Header Slideshow */
.slider, .page-slider {
    position: relative;
}

.loading .slide-loader {
    background: url('//static.epodreczniki.pl/portal/begin/images/loader_01.gif?4b9120f74f08') #fbfbfb !important;
    background-repeat: no-repeat !important;
    background-position: 50% 54% !important;
}

.loading .slide-page-loader {
    background: url('//static.epodreczniki.pl/portal/begin/images/loader_01.gif?4b9120f74f08') #fbfbfb !important;
    background-repeat: no-repeat !important;
    background-position: 50% 54% !important;
    min-height: 300px;
}

.loading .slide-loader2,
.video-wrapper {
    background: url('//static.epodreczniki.pl/portal/begin/images/loader_02.gif?6ed1a2ae505b') no-repeat center #fff;
    min-height: 100px;
}

.slides li {
    margin: 0 !important;
    list-style: none !important;
}

.slider .slides li {
    margin: 0 !important;
    list-style: none !important;
    height: 850px;
    background-position: 0% 100%;
    background-repeat: no-repeat;
}

.slider .slides li {
    margin: 0 !important;
    list-style: none !important;
}

.slider .flex-direction-nav .flex-prev,
.slider .flex-direction-nav .flex-next {
    position: absolute;
    top: 50%;
    z-index: 999;
    text-indent: -9999px;
    width: 55px;
    height: 120px;
}

.slider .flex-direction-nav .flex-prev {
    border-right: 3px solid;
    background-image: url('//static.epodreczniki.pl/portal/begin/images/arrow_prev_02.png?712912f9f86e');
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
}

body.high-contrast .slider .flex-direction-nav .flex-prev:before {
    content: url('//static.epodreczniki.pl/portal/begin/images/arrow_prev_02_hc.png?d35dbdb6f279');
}

body.high-contrast .slider .flex-direction-nav .flex-next:before {
    content: url('//static.epodreczniki.pl/portal/begin/images/arrow_next_02_hc.png?8c9511db915e');
}

body.high-contrast .slider .flex-direction-nav a {
    text-indent: 0;
    font-size: 0;
}

.slider .flex-direction-nav .flex-next {
    border-left: 3px solid;
    background-image: url('//static.epodreczniki.pl/portal/begin/images/arrow_next_02.png?03dedcca4f56');
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
}

.slide-link {
    display: block;
    width: 100%;
    height: 100%;
}

.no-slides {
    width: 600px;
    background: #ccc;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 160%;
    padding: 15px;
    top: 460px;
}

/* 4.2 - Page Slideshow */
.page-slider .flex-direction-nav li {
    list-style: none !important;
}

.page-slider .flex-direction-nav .flex-prev,
.page-slider .flex-direction-nav .flex-next {
    position: absolute;
    bottom: 30px;
    z-index: 99;
    text-indent: -9999px;
    width: 42px;
    height: 42px;
}

.page-slider .flex-direction-nav .flex-prev {
    border-left: 3px solid;
    background-image: url('//static.epodreczniki.pl/portal/begin/images/arrow_prev_03.png?28c2de466280');
    background-repeat: no-repeat;
    background-position: center;
    right: 80px;
}

.page-slider .flex-direction-nav .flex-next {
    border-right: 3px solid;
    background: url('//static.epodreczniki.pl/portal/begin/images/arrow_next_03.png?e87f1ec19721');
    background-repeat: no-repeat;
    background-position: center;
    right: 30px;
}

.page-slider .slides li img {
    width: 100%;
}

.page-slider .slides .flex-caption {
    position: absolute;
    top: 35%;
}

.page-slider .slides .flex-caption p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 11px 14px;
    line-height: 1;
    float: left;
}

.slider .slides .flex-caption p {
    background-color: #3d71b8 !important; /* to avoid child opacity */
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding: 15px 30px;
    line-height: 42px;
    float: left;
    max-width: calc(75% - 60px); /* 75% - 2*padding */
}

.slider .slides .flex-caption-wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    top: 40%; /*50%;*/
}

/* 4.3 - Block Slideshow */
.slider-blocks {
    position: relative;
    width: 100%;
}

.slider-blocks .flex-direction-nav .flex-prev,
.slider-blocks .flex-direction-nav .flex-next {
    position: absolute;
    top: -52px;
    z-index: 3;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}

.slider-blocks .flex-direction-nav .flex-prev {
    right: 33px;
    background: url('//static.epodreczniki.pl/portal/begin/images/arrow_prev_01.png?94a30d84a708') no-repeat top left;
}

body.high-contrast .slider-blocks .flex-direction-nav .flex-prev:before {
    content: url('//static.epodreczniki.pl/portal/begin/images/arrow_prev_01_hc.png?822182886f23');
}

.slider-blocks .flex-direction-nav .flex-next {
    right: 10px;
    background: url('//static.epodreczniki.pl/portal/begin/images/arrow_next_01.png?49573c25563d') no-repeat top left;
}

body.high-contrast .slider-blocks .flex-direction-nav .flex-next:before {
    content: url('//static.epodreczniki.pl/portal/begin/images/arrow_next_01_hc.png?5879270bfd1a');
}

body.high-contrast .slider-blocks .flex-direction-nav a {
    text-indent: 0;
    font-size: 0;
}

.slider-blocks .flex-direction-nav li {
    list-style: none !important;
}

/* 5.0 - Typography */
p {
    font-size: 14px;
    line-height: 160%;
    margin: 0 0 20px 0;
}

.page-content h1 {
    font-size: 30px;
    margin: 0 0 15px 0;
}

.page-content h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
}

.page-content h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
}

.page-content h4 {
    font-size: 16px;
    margin: 0 0 15px 0;
}

.page-content h5 {
    font-size: 16px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.page-content h6 {
    font-size: 14px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.page-content blockquote {
    border-left: 5px solid;
    padding: 20px 20px 1px 20px;
    margin: 0 0 30px 20px;
    color: #aeaeae;
    text-align: center;
}

.dropcap {
    font-size: 48px;
    line-height: 1.2;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

/* 5.1 - Lists */
.page-content ul li {
    list-style-image: url('//static.epodreczniki.pl/portal/begin/images/list_05.png?7201001cdf3d');
    font-size: 14px;
    margin: 0 0 12px 15px;
    line-height: 130%;
}

.page-content ul li.bullet-as-background {
    list-style-image: none;
    background: url('//static.epodreczniki.pl/portal/begin/images/list_05.png?7201001cdf3d') no-repeat 17px 4px;
    position: relative;
    left: -30px;
    padding-left: 30px;
    width: 100%;
}

.page-content ul, .list, .list2, .list3, .list4 {
    margin: 0 0 30px 0;
}

.list1 li, .list2 li, .list3 li, .list4 li {
    margin: 0 0 14px 0 !important;
}

.list1 li {
    list-style-image: url('//static.epodreczniki.pl/portal/begin/images/list_01.png?579f53916206') !important;
    list-style-position: inside;
}

.list2 li {
    list-style-image: url('//static.epodreczniki.pl/portal/begin/images/list_02.png?95b0c7fd1ff1') !important;
    list-style-position: inside;
}

.list3 li {
    list-style-image: url('//static.epodreczniki.pl/portal/begin/images/list_03.png?5eabfb1abeda') !important;
    list-style-position: inside;
}

.list4 li {
    list-style-image: url('//static.epodreczniki.pl/portal/begin/images/list_04.png?33a2684c4dd9') !important;
    list-style-position: inside;
}

.list-fail {
    margin: 0 !important;
}

.list-fail li {
    border-bottom: #f3d0cf 1px solid;
}

ol ol {
    margin: 0 0 0 15px;
}

ol li {
    list-style: decimal;
    font-size: 14px;
    list-style-position: outside;
    line-height: 160%;
    margin: 0 0 12px 0;
}

ol {
    margin: 0 0 0 20px;
}

ol.search-results-list {
    margin: 0 0 20px 20px;
}

.search-results-list li p {
    margin: 0;
}

.search-results-list li {
    margin: 0 0 20px 0;
}

.search-results-list li a {
    color: #3476FF;
}

#lang_sel ul li {
    list-style: none !important;
}

/* 5.2 - Forms */
select, input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], input[type="date"], input[type="file"], input[type="password"], textarea {
    border: #999 1px solid;
    background: #fff;
    color: #777677;
    font-size: 12px;
    margin: 0 0 10px 0;
}

.page-content input[type="text"], .page-content input[type="email"], input[type="url"], input[type="number"], input[type="tel"], input[type="date"], input[type="file"], input[type="password"], .page-content textarea, .course-finder-form input[type="text"] {
    /*padding: 10px; inputs width is % value now */
    padding: 10px 5% 10px 5%;
}

input[type="submit"] {
    /*border: #e3e3e3 1px solid;
    background: url('//static.epodreczniki.pl/portal/begin/images/button_bg.png?56382b2395e9') #fff repeat-x bottom left;
    color: #424242;*/
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;

    /*iOS needs this: */
    -webkit-appearance: none;
    border-radius: 0;
}

body.high-contrast input[type="submit"] {
    border: 1px outset;
}

/* 5.2.1 - Course Finder Form */
.page-content .selector {
    width: 51% !important;
    padding: 0 0 0 2%;
}

.page-content .selector span {
    width: 100% !important;
}

.page-content input[type="text"] {
    width: 89.5%;
}

.page-content select {
    padding: 10px 2%;
}

div.selector span {
    font-weight: normal;
}

.wpcf7-list-item {
    padding: 10px 0 0 0;
}

.wpcf7-form p {
    margin: 0 !important;
}

.course-finder-form .selector {
    width: 95% !important;
    padding: 0 0 0 5%;
}

.course-finder-form span {
    width: 100% !important;
}

.course-finder-form input[type="text"] {
    width: 89.5%;
}

/* Submit buttons in sidebar - course finder and newsletter */
.homepage-button-light {
    width: 100%;
    background-color: #284972;
    color: #fff;
    border: 0px solid transparent;
    margin-top: 4px;

    /*iOS needs this: */
    -webkit-appearance: none;
    border-radius: 0;
}

.search-button {
    width: 100%;
    color: #fff;
    border: 0px solid transparent;
    font-size: 13px!important;

    /*iOS needs this: */
    -webkit-appearance: none;
    border-radius: 0;
}

.search-epodreczniki {
    margin-bottom: 14px;
    padding: 18px 12px!important;
}

.search-kzd {
    white-space:normal;
    line-height: 17px;
    padding: 9px 12px!important;
}

a.nsu-submit {
    display: inline-block;
    position: relative;
    width: calc(100% - 23px);
    padding: 18px 12px;
    margin-top: 0;
    font-size: 13px;
    font-weight: 600;
    font-family: arial, sans-serif;
    text-align: center;
    cursor: pointer;

    /*iOS needs this: */
    -webkit-appearance: none;
    border-radius: 0;
}

/* 5.2.2 - Select Option */
#uniform-tinynav1 {
    visibility: hidden;
    position: absolute;
}

div.selector,
div.selector span {
    background-image: url('//static.epodreczniki.pl/portal/begin/images/select.png?eada1a710950');
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

div.selector {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

div.selector:focus {
    outline: 0;
}

div.selector,
div.selector * {
    margin: 0;
    padding: 0;
}

div.selector {
    background-position: -10px -244px;
    line-height: 36px;
    height: 36px;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    color: #c5c5c5;
    margin: 0 0 10px 0;
}

div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right -20px;
    height: 36px;
    line-height: 36px;
    /*padding-right: 25px;*/
    cursor: pointer;
    width: 100%;
    display: block;
}

div.selector.fixedWidth {
    width: 190px;
}

div.selector.fixedWidth span {
    width: 155px;
}

div.selector select, body.high-contrast #tinynav1 {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 28px;
    top: 2px;
    left: 0px;
    width: 100%;
}

div.selector.active {
    background-position: 0 -76px;
}

div.selector.active span {
    background-position: right -76px;
}

div.selector.hover, div.selector.focus {
    background-position: -10px -300px;
}

div.selector.hover span, div.selector.focus span {
    background-position: right -76px;
}

div.selector.hover.active, div.selector.focus.active {
    background-position: -10px -300px;
}

div.selector.hover.active span, div.selector.focus.active span {
    background-position: right -76px;
}

div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -76px;
}

div.selector.disabled span, div.selector.disabled.active span {
    background-position: right -76px;
}

/* 5.3 - Buttons */
.button1 {
    font-size: 12px;
    font-weight: bold;
    color: #424242;
    padding: 8px 13px 8px 13px;
    line-height: 1 !important;
    background: url('//static.epodreczniki.pl/portal/begin/images/button_bg.png?56382b2395e9') #fff repeat-x center bottom;
    border: 1px solid;
    float: left;
    text-decoration: none;
    border-color: #e3e3e3;
}

.button2 {
    font-size: 12px;
    font-weight: bold;
    color: #424242;
    padding: 11px 15px 11px 15px;
    line-height: 1 !important;
    background: url('//static.epodreczniki.pl/portal/begin/images/button_bg.png?56382b2395e9') #fff repeat-x center bottom;
    border: 1px solid;
    float: left;
    text-decoration: none;
    border-color: #e3e3e3;
}

.button3 {
    font-size: 14px;
    font-weight: bold;
    color: #424242;
    padding: 14px 19px 14px 19px;
    line-height: 1 !important;
    background: url('//static.epodreczniki.pl/portal/begin/images/button_bg.png?56382b2395e9') #fff repeat-x center bottom;
    border: #e3e3e3 1px solid;
    text-decoration: none;
    float: left;
}

.button4 {
    font-size: 18px;
    color: #424242;
    padding: 14px 20px 14px 20px;
    line-height: 1 !important;
    background: url('//static.epodreczniki.pl/portal/begin/images/button_bg.png?56382b2395e9') #fff repeat-x center bottom;
    border: #e3e3e3 1px solid;
    text-decoration: none;
    float: left;
}

.button1:hover, .button2:hover, .button3:hover, .button4:hover {
    cursor: pointer;
}

.rounded-button {
    border-radius: 30px;
}

/* 5.4 - Tables */
.page-content table {
    margin: 0 0 30px 0;
    font-size: 14px;
    color: #1c1c1c;
}

.page-content table th {
    color: #fff;
    border-bottom: #e9e9e9 1px solid;
    text-align: left;
    vertical-align: top;
}

.page-content table td {
    border-right: #e9e9e9 1px solid;
    border-bottom: #e9e9e9 1px solid;
    text-align: left;
    vertical-align: top;
}

.page-content table tr td:last-child {
    border-right: none;
}

.page-content table th {
    padding: 14px 20px 14px 20px;
    font-size: 14px;
    font-weight: 400;
}

.page-content table td {
    padding: 9px 20px;
    line-height: 160%;
}

.page-content table tr {
    background: #fff;
}

.page-content table tr:nth-child(2n) {
    background: #f8f8f8;
}

#wp-calendar caption {
    padding: 0 0 20px 0;
}

/* 5.5 - Alerts & Messages */
.msg {
    padding: 9px 10px 9px 20px;
    margin: 0 0 30px 0;
}

.msg p, .blog-content .msg p {
    margin: 0 !important;
}

.default {
    background: #fff;
    color: #424242;
    border: #dee0e0 1px solid;
}

.default a {
    color: #424242;
    text-decoration: underline;
}

.notice {
    background: #fff5af;
    color: #b3a437;
}

.notice a {
    color: #b3a437;
    text-decoration: underline;
}

.success {
    background: #dff7ca;
    color: #64ae23;
}

.success a {
    color: #64ae23;
    text-decoration: underline;
}

.fail {
    background: #ffe2e1;
    color: #c83f39;
}

.fail a {
    color: #c83f39;
    text-decoration: underline;
}

/* 5.6 - Other */
.video-wrapper {
    margin: 0 0 20px 0;
}

#google-map {
    margin: 0 0 30px 0;
}

.sidebar-right #google-map,
.sidebar-left #google-map {
    margin: 0;
}

.content-img {
    margin: 0 0 20px 0;
}

.center-images {
    text-align: center;
}

.space1 {
    height: 1px;
    border: none;
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') repeat-x left center;
    margin: 30px 0 30px 0;
}

.space2 {
    clear: both;
    height: 20px;
    margin: 0;
    display: block;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    max-width: 100%;
}

.alignleft img,
.alignright img,
.aligncenter img,
.alignnone img {
    max-width: 100%;
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin: 30px 30px 30px 0;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin: 30px 0 30px 30px;
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin: 30px auto 30px auto;
}

.alignnone, img.alignnone {
    clear: both;
    display: block;
    margin: 10px auto 10px;
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
    outline: none;
}

.wp-caption-text {
    font-style: italic;
    color: #ccc;
    margin: 5px 0 20px 0;
}

.post-tags a {
    font-style: italic;
}

/* 6.0 - JS Elements */

/* 6.1 - Accordion */
.accordion h4 {
    font-size: 14px;
    font-weight: 600;
    border-top: #e5e5e5 1px solid;
    border-left: none;
    border-right: none;
    margin: 0 0 0 0 !important;
    padding: 30px 0 30px 55px;
    cursor: pointer;
    line-height: 160%;
    outline: none;
}

.accordion {
    border-bottom: #e5e5e5 1px solid;
    margin: 0 0 30px 0;
    line-height: 160%;
    display: block;
    font-size: 14px;
}

.accordion .ui-widget-content {
    border: none;
}

.accordion .ui-accordion-content {
    padding: 0 0 20px 55px;
}

.accordion h4, .toggle .title {
    background: url('//static.epodreczniki.pl/portal/begin/images/toggle_plus.png?1b31b5a86d76') no-repeat 20px center !important;
}

.accordion h4:hover {
    background: url('//static.epodreczniki.pl/portal/begin/images/toggle_plus.png?1b31b5a86d76') #fff no-repeat 20px center !important;
}

.accordion h4.ui-state-active, .toggle .active {
    background: url('//static.epodreczniki.pl/portal/begin/images/toggle_minus.png?f55c52ad5f41') no-repeat 20px center !important;
}

/* 6.2 - Toggle */
.toggle {
    border: #e5e5e5 1px solid;
    margin: 0 0 20px 0;
    background: #fff;
    font-size: 14px;
}

.toggle h4 {
    margin: 0 0 0 0 !important;
    line-height: 160%;
    font-size: 14px;
    font-weight: 700;
}

.toggle .title {
    margin: 0 0 0 0;
    padding: 20px 0 20px 55px;
    cursor: pointer;
}

.toggle .inner {
    margin: 0 20px 30px 55px !important;
    line-height: 160%;
}

/* 6.3 - Tabs */
#tabs .nav {
    margin: 0;
}

#tabs .nav li {
    list-style: none;
    padding: 0;
}

#tabs .nav li a {
    color: #424242;
}

#tabs .nav li a:hover {
    text-decoration: none;
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
    margin: 0 0 30px 0;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    position: relative;
    top: 0px;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    border-bottom: #e5e5e5 1px solid;
    padding: 0;
    white-space: nowrap;
    font-size: 14px;
}

.ui-tabs .ui-tabs-nav li:first-child a {
    border-left: #e5e5e5 1px solid;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    border-right: #e5e5e5 1px solid;
}

.ui-tabs .ui-tabs-nav li {
    border-top: #e5e5e5 3px solid;
    border-bottom: #e5e5e5 1px solid;
    background: #fff;
    margin: 0 !important;
}

.ui-tabs .ui-tabs-nav li:last-child {
    background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-top: 3px solid;
    margin-bottom: 0;
    border-bottom: #fff 1px solid !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-top: #e5e5e5 1px solid;
    padding: 20px 20px 20px 20px;
    background: #fff;
}

.ui-tabs .ui-tabs-hide {
    display: none !important;
}

/* 7.0 - Content */
.content-wrapper {
    background-color: #fff;
    background-image: url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3'), url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3');
    background-position: top left, top right;
    background-repeat: repeat-y;
    width: 1000px;
    margin: 85px auto 0 auto;
    position: relative;
}

.sidebar-left {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3') repeat-y top right;
    width: 27%;
    float: left;
    display: block;
}

.sidebar-right {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3') repeat-y top left;
    width: 27%;
    float: left;
}

.center-content {
    width: 46%;
    float: left;

    /*background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3') 0 0 repeat-y,
     url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3') top right repeat-y;*/
}

.sidebar-left .content-block:last-child,
.sidebar-right .content-block:last-child,
.center-content .content-block:last-child {
    background: none;
}

.main-content {
    width: 73%;
    float: left;
    position: relative;
    min-height: 10px;
}

.main-content-right {
    width: 73%;
    float: right;
    position: relative;
    min-height: 10px;
}

.main-content-full {
    width: 100%;
    position: relative;
    min-height: 10px;
}

.block-title, #reply-title {
    color: #fff;
    font-size: 14px !important;
    font-family: 'Merriweather', serif;
    padding: 10px;
    margin: 0 0 25px 0 !important;
}

.block-title a, #reply-title {
    color: #fff;
}

.content-block {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') repeat-x bottom left;
    padding: 30px;
}

.content-block img {
    width: 210px;
    height: auto;
}

.page-header {
    position: relative;
    width: 100%;
    height: 375px;
    background: top center #f4f4f4;
}

.page-header-inner {
    width: 960px;
    margin: 275px auto 0 auto;
}

.page-content-wrapper {
    margin: 0 auto;
    border-top: 3px solid black;
}

.page-title {
    /*float: left;*/
    width: 100%;
    text-align: center;
}

.page-title .page-title-block {
    width: 50px;
    height: 3px;
    margin: 15px 0 30px 0;
}

.page-title h2 {
    font-size: 39px; /*24px;*/
    font-family: "Merriweather", serif;
}

.breadcrumbs {
    float: right;
    padding: 10px 0 0 0;
}

.breadcrumbs p {
    margin: 0;
    font-size: 12px;
}

.inner-content-wrapper {
    padding: 30px;
}

/* 7.1 - Events */
.event-list {
    margin: 0 !important;
}

.event-list li {
    list-style: none !important;
    margin: 0 0 15px 0 !important;
}

.event-list-full li {
    margin: 0 0 25px 0 !important;
    list-style: none !important;
}

.event-list li:last-child {
    margin: 0 !important;
}

.event-date {
    float: left;
    width: 50px;
    margin: 0 15px 0 0;
}

.event-info {
    float: left;
    width: 140px;
}

.center-content .event-info {
    width: 70%;
}

.event-m {
    color: #fff;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 0;
}

.event-d {
    background: #fff;
    color: #424242;
    text-align: center;
    font-size: 24px;
    border-left: #999 1px solid;
    border-right: #999 1px solid;
    border-bottom: #999 1px solid;
    padding: 6px 0;
}

.event-info h4 {
    font-size: 15px !important;
    margin: 0 0 6px 0 !important;
    font-weight: 600;
    line-height: 120%;
}

.event-full {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') repeat-x bottom left;
    padding: 0 0 20px 0;
    margin: 0 0 15px 0 !important;
}

.event-full .event-info {
    width: 90%;
}

.event-full .event-info h4 {
    font-size: 16px !important;
    font-weight: 400;
}

.event-full .event-info p {
    color: #424242;
    font-size: 14px;
}

.event-image {
    max-width: 100%;
    margin: 30px 0 0 0;
}

.event-full p {
    margin: 0 0 20px 0 !important;
}

.event-info p {
    font-size: 12px;
    color: #999;
}

.event-full .event-meta p {
    margin: 0 !important;
}

.event-single {
    background: none;
}

.event-info .body-content {
    margin-top: 15px;
}

/* 7.2 - Blog */
.news-image {
    width: 69px;
    height: 69px;
    float: left;
    margin: 0 20px 0 0;
}

.news-image img {
    width: 100%;
    -webkit-border-radius: 99%;
    -moz-border-radius: 99%;
    -o-border-radius: 99%;
    border-radius: 99%;
}

.news-content {
    float: left;
    width: 300px;
}

.news-content h4 {
    font-size: 15px !important;
    margin: 0 0 2px 0 !important;
    font-weight: 600;
    line-height: 120%;
}

.news-date {
    font-size: 12px;
    color: #777677;
    margin: 0 0 10px 0;
}

.news-items li {
    margin: 0 0 15px 0 !important;
}

.news-items li:last-of-type {
    margin: 0 !important;
}

.news-items li:last-child .news-excerpt {
    margin: 0;
}

.sidebar-left .news-image,
.sidebar-right .news-image,
#footer .news-image {
    display: none;
}

.sidebar-left .news-content,
.sidebar-right .news-content,
#footer .news-content {
    width: 100%;
}

/* 7.2.1 - Blog Listing Page */
.blog-entry .blog-info {
    float: left;
    /*width: 20%;*/
    width: 82px;
}

.blog-entry .blog-content {
    float: right;
    /*width: 75%;*/
    width: calc(100% - 82px);
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') repeat-x bottom left;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
}

.blog-entry .blog-info .blog-date {
    border-radius: 99%;
    width: 52px;
    height: 52px;
    float: left;
    margin: 0 30px 0 0;
}

.blog-entry .blog-info .blog-meta {
    clear: both;
}

.blog-entry .blog-info .blog-date h3 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding: 15px 0 0 0;
}

.blog-entry .blog-info ul li {
    list-style: none;
    font-size: 13px;
    font-style: italic;
    text-align: right;
}

.blog-entry .blog-info .blog-date h3 span {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    margin: 3px 0 0 0;
}

.date-big {
    font-size: 20px !important;
    font-weight: bold;
    margin: -5px 0 0 0 !important;
}

.blog-entry .blog-content .blog-image {
    max-width: 100%;
    margin: 0 0 25px 0;
}

.blog-content h3 {
    font-weight: bold;
    font-size: 14px;
}

/* 7.2.2 - Blog Social Links */
.news-social-links {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') bottom left repeat-x;
    padding: 15px 0 5px 0;
    margin: 0 0;
    width: 75%;
    float: right;
}

.news-social-links ul {
    width: 395px;
    margin: 0 auto !important;
}

.news-social-links ul li {
    float: left;
    list-style: none;
    border-bottom: none;
    font-size: 11px;
    height: 20px;
    margin: 0 20px 12px 0 !important;
}

.news-social-links ul li a {
    color: #1c1c1c;
    text-decoration: none;
}

.news-social-links ul li.tweet-link {
    background: url('//static.epodreczniki.pl/portal/begin/images/share_tweet.png?33eb20df36b3') left center no-repeat;
    padding: 8px 0 0 27px;
    margin: 0 30px 0 0;
}

.news-social-links ul li.facebook-link {
    background: url('//static.epodreczniki.pl/portal/begin/images/share_facebook.png?d5f5a32a108b') left center no-repeat;
    padding: 8px 0 0 15px;
    margin: 0 30px 0 0;
}

.news-social-links ul li.pinterest-link {
    background: url('//static.epodreczniki.pl/portal/begin/images/share_pinterest.png?01e86f302590') left center no-repeat;
    padding: 8px 0 0 20px;
}

.blog-content-single {
    margin: 0 !important;
    padding: 0 0 40px 0 !important;
}

/* 7.2.3 - Blog Comments */
.comment-image {
    width: 60px;
    height: 60px;
    background: #f2f2f2;
    border-radius: 30px;
}

.comment-info {
    color: #1c1c1c;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.comment-text {
    line-height: 160%;
    margin: 0 0 10px 0;
}

.comment-info span {
    font-weight: 400;
}

.comment-info span,
.comment-info span a {
    color: #989898;
}

.comment-left {
    float: left;
}

.comment-right {
    float: right;
    width: 83%;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') repeat-x bottom left;
}

.comment-entry {
    clear: both;
}

.comments,
.comments ul {
    margin: 0 !important;
}

.comments li {
    list-style: none !important;
    border-bottom: none;
    margin: 0 !important;
}

.comments li li {
    margin: 0 0 0 40px !important;
}

.comments li:last-child .comment-right {
    background: none;
}

.comments li li:last-child .comment-right {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') repeat-x bottom left;
}

.comments li li {
    margin: 0 0 0 40px;
}

.reply a {
    text-decoration: underline;
}

#respond-wrapper {
    width: 75%;
    float: right;
    margin: 60px 0 20px 0;
}

#respond-wrapper input[type="text"],
#contactform input[type="text"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="file"] {
    width: 50%;
    margin: 0 0 20px 0;
}

#respond-wrapper textarea,
#contactform textarea {
    width: 95%;
    margin: 0 0 20px 0;
}

.wpcf7 textarea {
    width: 96%;
    margin: 0 0 20px 0;
}

label,
.wpcf7 p {
    font-size: 12px;
    font-weight: 700;
    display: block;
    color: #424242;
    margin: 0 0 10px 0;
}

span.wpcf7-not-valid-tip {
    display: block;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    border: none !important;
    font-weight: normal !important;
    font-size: 12px !important;
    padding: 0 !important;
    margin: -12px 0 0 0 !important;
    font-style: italic;
}

.wpcf7-validation-errors {
    background: #ffe2e1;
    color: #c83f39;
    border: none !important;
    padding: 15px !important;
    font-size: 14px;
}

.wpcf7-mail-sent-ok {
    background: #dff7ca;
    color: #64ae23;
    border: none !important;
    padding: 15px !important;
    font-size: 14px;
}

.div.wpcf7-response-output {
    margin: 30px 0 0 0 !important;
}

label span {
    color: #aaa;
}

#cancel-comment-reply-link {
    font-size: 12px;
    color: #fff;
    margin: 0 0 20px 0;
    display: block;
}

.reply-wrapper {
    position: relative;
}

.cancel-comment-reply {
    position: absolute;
    top: 12px;
    right: 20px;
}

.comment-moderation {
    font-style: italic;
    margin: 0 0 10px 0 !important;
}

/* 7.3 - Photo Gallery */
.gallery-caption {
    font-size: 12px;
    padding: 5% 10%;
    text-align: center;
    font-style: italic;
    line-height: 160%;
}

/*.gallery .gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item:nth-child(1n+1),
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    margin: 0 0 3% 0;
}

.gallery-columns-2 .gallery-item {
    width: 48.1%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-2 .gallery-item:nth-child(2n) {
    margin: 0 0 3% 0;
}

.gallery-columns-3 .gallery-item {
    width: 31.1%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-3 .gallery-item:nth-child(3n) {
    margin: 0 0 3% 0;
}

.gallery-columns-4 .gallery-item {
    width: 22.7%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-4 .gallery-item:nth-child(4n) {
    margin: 0 0 3% 0;
}

.gallery-columns-5 .gallery-item {
    width: 17.5%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-5 .gallery-item:nth-child(5n) {
    margin: 0 0 3% 0;
}

.gallery-columns-6 .gallery-item {
    width: 14%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-6 .gallery-item:nth-child(6n) {
    margin: 0 0 3% 0;
}

.gallery-columns-7 .gallery-item {
    width: 11.6%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-7 .gallery-item:nth-child(7n) {
    margin: 0 0 3% 0;
}

.gallery-columns-8 .gallery-item {
    width: 9.7%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-8 .gallery-item:nth-child(8n) {
    margin: 0 0 3% 0;
}

.gallery-columns-9 .gallery-item {
    width: 8.3%;
    margin: 0 3% 3% 0;
    float: left;
}

.gallery-columns-9 .gallery-item:nth-child(9n) {
    margin: 0 0 3% 0;
}*/

.gallery {
    text-align: center;
}

.gallery .gallery-item {
    width: 210px;
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.gallery .gallery-icon, .gallery .gallery-item img {
    position: relative;
    width: 100%;
}

/* 7.4 - Portfolio */
.portfolio-2 .page-slider,
.portfolio-3 .page-slider,
.portfolio-4 .page-slider {
    margin: 0 0 19px 0;
}

.portfolio-image-single {
    margin: 0 0 30px 0;
}

/* 7.4.1 - Portfolio 2 Columns */
.portfolio-2 .col {
    width: 48.5%;
    margin: 0 3% 2% 0;
    float: left;
    list-style: none !important;
}

.portfolio-2 .col:nth-child(2n) {
    margin: 0 0 2% 0;
}

.portfolio-2 .col .portfolio-image {
    width: 100%;
    margin: 0 0 20px 0;
}

/* 7.4.2 - Portfolio 3 Columns */
.portfolio-3 .col {
    width: 31.2%;
    margin: 0 3% 2% 0;
    float: left;
    list-style: none !important;
}

.portfolio-3 .col:nth-child(3n) {
    margin: 0 0 2% 0;
}

.portfolio-3 .col:nth-child(3n+1) {
    clear: both;
}

.portfolio-3 .col .portfolio-image {
    width: 100%;
    margin: 0 0 20px 0;
}

/* 7.4.3 - Portfolio 4 Columns */
.portfolio-4 .col {
    width: 22.6%;
    margin: 0 3% 2% 0;
    float: left;
    list-style: none !important;
}

.portfolio-4 .col:nth-child(4n) {
    margin: 0 0 2% 0;
}

.portfolio-4 .col:nth-child(4n+1) {
    clear: both;
}

.portfolio-4 .col .portfolio-image {
    width: 100%;
    margin: 0 0 20px 0;
}

/* 7.4.4 - Portfolio Single */
.portfolio-single-cols li {
    list-style: none !important;
}

.portfolio-single-cols .col-1 {
    float: left;
    width: 65%;
    margin: 0 3% 3% 0;
}

.portfolio-single-cols .col-2 {
    float: left;
    width: 30%;
}

.portfolio-slider {
    margin: 0 0 35px 0;
}

.portfolio-details li {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') repeat-x bottom left;
    padding: 0 0 14px 0;
    margin: 0 0 14px 0 !important;
}

.portfolio-details li strong {
    font-size: 11px;
    text-transform: uppercase;
    color: #aaa;
    font-weight: 600;
    width: 65px;
    display: inline-block;
    float: left;
}

.portfolio-details li span {
    float: left;
    width: 215px;
}

/* 7.5 - Pagination */
.pagination-wrapper,
.wp-pagenavi {
    float: right;
    margin: 10px 0 10px 0;
}

.pagination-wrapper .selected,
.pagination-wrapper a:hover,
.wp-pagenavi .current,
.wp-pagenavi a:hover {
    border: 1px solid;
    color: #fff;
}

.pagination-wrapper a,
.wp-pagenavi a,
.wp-pagenavi span {
    border: #e3e3e3 1px solid;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 0 0 5px;
}

.dotted-pagination {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') top left repeat-x;
    width: 100%;
    text-align: right;
    padding: 40px 0 30px 0;
}

.next-pagination {
    margin: 0 0 0 8px;
}

/* 7.6 - Course Finder */
.course-finder-full {
    margin: 0 0 30px 0;
}

.course-finder-full .course-finder-icon {
    background: url('//static.epodreczniki.pl/portal/begin/images/course_search.png?c6ea65f297e3');
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
    float: left;
}

.course-finder-full .course-finder-full-form {
    float: left;
    width: 514px;
    padding: 32px 28px;
    max-height: 36px;
}

.course-finder-full .course-finder-full-form .selector {
    width: 185px !important;
    margin: -2px 10px 0 0;
    padding: 0 0 0 3%;
}

.course-finder-full .course-finder-full-form .selector option {
    background: #fff;
}

.course-finder-full .course-finder-full-form span {
    width: 185px !important;
}

.course-finder-full .course-finder-full-form input[type="text"] {
    width: 180px;
    margin: 0 10px 0 0;
    padding: 10px 10px 9px 10px;
}

.course-finder-full .course-finder-full-form input[type="submit"] {
    padding: 9px 12px 8px 12px;
}

.course-image {
    float: left;
    margin: 0 4% 0 0;
    width: 20%;
}

.course-desc {
    float: left;
    width: 76%;
}

.course-desc-wrapper {
    margin: 0 0 30px 0;
}

/* 7.7 - Teachers */
.teacher-entry {
    margin: 0 0 30px 0;
}

.teacher-entry .teacher-image {
    width: 15%;
    float: left;
    margin: 0 5% 0 0;
}

.teacher-entry .teacher-image img {
    width: 100%;
    border-radius: 99%;
}

.teacher-entry .teacher-content {
    width: 80%;
    float: left;
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') repeat-x bottom left;
}

.title1 h4 {
    margin: 0;
}

.title-block {
    width: 50px;
    height: 3px;
    margin: 12px 0 18px 0;
}

.teacher-contact li {
    margin: 0 0 12px 0 !important;
    list-style: none !important;
    padding: 0;
}

.teacher-contact li:last-child {
    margin: 0 !important;
    padding: 0;
}

.teacher-contact .contact-phone {
    background: url('//static.epodreczniki.pl/portal/begin/images/phone_icon_03.png?b40b4f336a76') no-repeat center left;
    display: block;
    padding: 0 0 0 25px;
}

.teacher-contact .contact-email {
    background: url('//static.epodreczniki.pl/portal/begin/images/email_icon_03.png?2432e1f9b145') no-repeat center left;
    display: block;
    padding: 0 0 0 25px;
}

.teacher-4 li {
    list-style: none !important;
    width: 22.6%;
    float: left;
    margin: 0 3% 2% 0 !important;
}

.teacher-single li {
    width: 50%;
}

.teacher-4 li:nth-child(4n) {
    margin: 0 0 3% 0 !important;
}

.teacher-4 li img {
    width: 100%;
    margin: 0;
}

.teacher-4 li h3.teacher-title {
    color: #fff;
    text-align: center;
    padding: 17px 0;
    font-size: 16px;
    margin: -5px 0 17px 0;
}

.teacher-4 li h3.teacher-title a {
    color: #fff;
}

.teacher-4 li h3.teacher-title span {
    display: block;
    font-size: 14px;
    margin: 8px 0 0 0;
    color: #71c69d;
}

.teacher-4 li p {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') bottom left repeat-x;
    padding: 0 0 20px 0;
}

.teacher-4 li .teacher-contact li {
    float: none;
    width: 100%;
    margin: 0 0 12px 0 !important;
}

.teacher-4 li .teacher-contact {
    margin: 0 !important;
}

/* 8.0 - Columns */

/* 8.1 - 2 Columns */
.page-content .columns-2 {
    margin: 0 0 20px 0;
}

.page-content .columns-2 li.col {
    list-style: none !important;
}

.page-content .columns-2 li.col {
    width: 47%;
    margin: 0 6% 0 0;
    float: left;
}

.page-content .columns-2 li.col:nth-child(2n) {
    margin: 0;
}

/* 8.2 - 3 Columns */
.page-content .columns-3 {
    margin: 0 0 20px 0;
}

.page-content .columns-3 li.col {
    list-style: none !important;
}

.page-content .columns-3 li.col {
    width: 29%;
    margin: 0 6% 0 0;
    float: left;
}

.page-content .columns-3 li.col:nth-child(3n) {
    margin: 0;
}

/* 8.3 - 4 Columns */
.page-content .columns-4 {
    margin: 0 0 20px 0;
}

.page-content .columns-4 li.col {
    list-style: none !important;
}

.page-content .columns-4 li.col {
    width: 20.5%;
    margin: 0 6% 0 0;
    float: left;
}

.page-content .columns-4 li.col:nth-child(4n) {
    margin: 0;
}

/* 9.0 - Widgets */
.widget-title-block {
    width: 42px;
    height: 3px;
    margin: 15px 0 30px 0;
}

/* 9.1 - Flickr */
.flickr_badge_wrapper .flickr_badge_image {
    float: left;
    margin: 0 10px 10px 0;
    height: 64px;
}

.flickr_badge_wrapper .flickr_badge_image:nth-child(3n) {
    margin: 0 0 10px 0;
}

.flickr_badge_wrapper .flickr_badge_image img {
    width: 63px;
    height: 63px;
}

.center-content .flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1) {
    margin: 0 10px 10px 0;
}

/* 9.2 - Tags */
.tagcloud {
    margin: 0 !important;
}

.tagcloud a {
    float: left;
    line-height: 100%;
    list-style: none !important;
    margin: 0 9px 9px 0 !important;
    padding: 10px;
    font-size: 14px !important;
}

#footer .tagcloud a {
    background: #198752;
}

.sidebar-right .tagcloud a,
.sidebar-left .tagcloud a {
    background: #fff;
    border: #efefef 1px solid;
}

/* 9.3 - Twitter */
.tp_recent_tweets li {
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    list-style: none !important;
    margin: 0 0 20px 0 !important;
}

.tp_recent_tweets li:last-child {
    margin: 0 !important;
}

.tp_recent_tweets li a {
    font-weight: normal !important;
    font-style: italic;
}

.tp_recent_tweets .twitter_time {
    font-size: 12px;
    font-style: normal !important;
    font-weight: normal;
}

.tp_recent_tweets br {
    margin: 0 0 5px 0;
}

#footer .tp_recent_tweets ul {
    margin: 0 !important;
}

#footer .tp_recent_tweets {
    color: #fff;
}

/* 9.4 - Latest Posts Widget */
.widget .latest-posts-list li {
    list-style: none;
    margin: 0 0 14px 0;
    padding: 0 0 13px 0 !important;
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') repeat-x bottom left;
    list-style: none !important;
}

.widget .latest-posts-list li a {
    color: #1c1c1c;
}

.widget .latest-posts-list li:last-child {
    background: none;
    padding: 0 !important;
    margin: 0 !important;
}

.widget .latest-posts-list li .lpl-img {
    float: left;
    margin: 0 12px 0 0;
}

#footer .widget .latest-posts-list li .lpl-img {
    width: 20%;
}

#footer .widget .latest-posts-list li .lpl-img img {
    width: 100%;
}

.widget .latest-posts-list li .lpl-content {
    float: left;
    width: 57%;
    margin: 0;
}

.widget .latest-posts-list li .lpl-content h6 {
    line-height: 1.2;
    text-transform: none;
    font-size: 14px !important;
    font-weight: 600;
    margin: 0 !important;
}

.widget .latest-posts-list li .lpl-content h6 a {
    text-decoration: none;
}

.widget .latest-posts-list li .lpl-content h6 span {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    display: block;
    margin: 5px 0 0 0;
}

#footer .widget .latest-posts-list li {
    list-style: none;
    margin: 0 0 7px 0;
    padding: 4px 0 4px 0;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-img img {
    width: 50px;
    height: 50px;
}

#footer .one-fourth .widget .latest-posts-list li .lpl-content {
    width: 145px;
}

#footer .lpl-content h6 {
    text-transform: capitalize;
}

/* 9.5 - Contact Widget */
.contact-widget li {
    margin: 0 0 10px 0 !important;
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') repeat-x bottom left;
    list-style: none !important;
    padding: 0 0 10px 0;
}

.contact-widget li:last-child {
    background: none;
    margin: 0 !important;
    padding: 0;
}

.contact-widget .contact-phone {
    background: url('//static.epodreczniki.pl/portal/begin/images/phone_icon_02.png?b997a3fb0f7c') no-repeat center left;
    display: block;
    padding: 13px 0 11px 47px;
}

.contact-widget .contact-email {
    background: url('//static.epodreczniki.pl/portal/begin/images/email_icon_02.png?1218ab944ba2') no-repeat center left;
    display: block;
    padding: 13px 0 11px 47px;
}

#footer .contact-widget li {
    color: #fff;
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h_transparent.png?0b77b4234a4e') repeat-x bottom left;
}

#footer .contact-widget li:last-child {
    background: none;
}

/* 9.6 - Newsletter Widget */
.nsu-form label {
    margin: 0 0 4px 0;
}

.nsu-form .nsu-field {
    margin: 0;
    width: 89.5%;
}

.nsu-form p:last-of-type {
    margin-bottom: 0;
}

/* 10.0 - Footer */
#footer-wrapper {
    width: 100%;
    margin: 40px 0;
}

#footer {
    width: 1000px;
    margin: 0 auto;
    height: 80px;
}

#footer img {
    width: 100%;
}

#footer h4 {
    color: #fff;
    font-size: 14px;
}

#footer p {
    color: #fff;
    font-size: 14px;
    line-height: 160%;
}

#footer a {
    color: #fff;
}

#footer .columns-4 li.col {
    list-style: none !important;
}

#footer .columns-4 li.col {
    width: 22.7%;
    margin: 0 3% 0 0;
    float: left;
}

#footer .columns-4 li.col:last-child {
    margin: 0;
}

#footer .columns-4 {
    padding: 70px 0 60px 0;
}

.footer-no-widgets .columns-4 {
    padding: 0 0 60px 0 !important;
}

#footer li {
    font-size: 14px;
}

#footer .col li .post-date {
    color: #fff;
    display: block;
    font-size: 12px;
    font-style: italic;
}

#footer .col li {
    list-style-image: url('//static.epodreczniki.pl/portal/begin/images/list_06.png?a2896a941bb6');
    margin: 0 0 10px 0;
    list-style-position: outside;
    line-height: 140%;
}

#footer .col ul {
    margin: 0 0 0 15px;
}

#footer .col ul.news-items,
#footer .col ul.slides,
#footer .col ul.contact-widget {
    margin: 0;
}

#footer-bottom {
    width: 880px;
    padding: 18px 30px;
}

#footer-bottom p {
    margin: 0;
    font-size: 12px;
}

/* Fixed footer and user type choice - only on intro page */
.intro-fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*overflow: hidden;*/
    background-color: #fff;
}

.go-up {
    background: url('//static.epodreczniki.pl/portal/begin/images/arrow_up.png?496673a34707') no-repeat right center;
    padding: 0 15px 0 0;
}

/* 12.0 - IE8 Fixes */
.ie8 .content-wrapper {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3') repeat-y top left;
}

.ie8 .content-wrapper-inner {
    background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3') repeat-y top right;
}

.ie8 .menu-search-button {
    background: url('//static.epodreczniki.pl/portal/begin/images/search_icon.png?98fd871f7396');
    background-position: center -18px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.ie8 .menu-search-button:hover {
    background: url('//static.epodreczniki.pl/portal/begin/images/search_icon.png?98fd871f7396');
    background-position: center -106px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.ie8 .menu-search-field {
    height: 35px;
    padding: 17px 0 0 10px;
}

/* Must go at bottom of file */
.page-content .slider-blocks .flex-direction-nav,
.page-content .slider-blocks .slides,
.page-content .news-items {
    margin: 0;
}

.sidebar-right ul,
.sidebar-left ul {
    margin: 0;
}

.page-content .page-slider .slides,
.page-content .page-slider .flex-direction-nav,
.page-content .page-slider .flex-direction-nav li {
    margin: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    html, body {
        background-color: #fff;
    }
}

/*** ESSENTIAL STYLES ***/
#main-menu, #main-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#main-menu {
	line-height:	1.0;
}
#main-menu ul {
	position:		absolute;
	top:			-999em;
	width:			17em; /* left offset of submenus need to match (see below) */
}
#main-menu ul li {
	width:			100%;
}
#main-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#main-menu li {
	float:			left;
	position:		relative;
}
#main-menu a {
	display:		block;
	position:		relative;
}
#main-menu li:hover ul,
#main-menu li.sfHover ul {
	left:			0.01em;
	top:			52px; /* match top ul list item height */
	z-index:		99;
}
ul#main-menu li:hover li ul,
ul#main-menu li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li:hover ul,
ul#main-menu li li.sfHover ul {
	left:			17em; /* match ul width */
	top:			0;
}
ul#main-menu li li:hover li ul,
ul#main-menu li li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li li:hover ul,
ul#main-menu li li li.sfHover ul {
	left:			17em; /* match ul width */
	top:			0;
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite.png?f814686dca48') -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite_x.png?26b97559a522') top left repeat-x}
div.pp_default .pp_top .pp_right{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite.png?f814686dca48') -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite_y.png?096e04fbfb47') -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite_y.png?096e04fbfb47') top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite_next.png?b903c8c15dff') center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite_prev.png?bf55ea7dede2') center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite.png?f814686dca48') 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite.png?f814686dca48') 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite.png?f814686dca48') 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite.png?f814686dca48') 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite.png?f814686dca48') 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/default_thumb.png?8a3e7c798030') center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite.png?f814686dca48') -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite.png?f814686dca48') -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite.png?f814686dca48') -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite_x.png?26b97559a522') bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/sprite.png?f814686dca48') -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/default/loader.gif?8393c5f7e394') center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/sprite.png?45b32c620cfb') -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/sprite.png?45b32c620cfb') -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/btnNext.png?0a89018b6e4a') center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/btnPrevious.png?9ad856574090') center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/sprite.png?45b32c620cfb') -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/sprite.png?45b32c620cfb') -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/sprite.png?45b32c620cfb') 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/sprite.png?45b32c620cfb') 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/sprite.png?45b32c620cfb') -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/sprite.png?45b32c620cfb') -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/sprite.png?45b32c620cfb') -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/sprite.png?45b32c620cfb') 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/sprite.png?45b32c620cfb') -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/sprite.png?45b32c620cfb') -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/sprite.png?45b32c620cfb') -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/sprite.png?272462d6f733') -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/sprite.png?272462d6f733') -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/contentPattern.png?2f2d883ab998') top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/contentPattern.png?2f2d883ab998') top right repeat-y}
div.dark_rounded .pp_next:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/btnNext.png?0a89018b6e4a') center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/btnPrevious.png?9ad856574090') center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/sprite.png?272462d6f733') -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/sprite.png?272462d6f733') -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/sprite.png?272462d6f733') 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/sprite.png?272462d6f733') 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/sprite.png?272462d6f733') -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/sprite.png?272462d6f733') -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/sprite.png?272462d6f733') -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/sprite.png?272462d6f733') 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/sprite.png?272462d6f733') -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/sprite.png?272462d6f733') -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/sprite.png?272462d6f733') -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/loader.gif?4297900ae2d9') center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_square/loader.gif?4297900ae2d9') center center no-repeat}
div.dark_square .pp_expand{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_square/sprite.png?6b2560083983') -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_square/sprite.png?6b2560083983') -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_square/sprite.png?6b2560083983') 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_square/sprite.png?6b2560083983') 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_square/sprite.png?6b2560083983') -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_square/sprite.png?6b2560083983') -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_square/sprite.png?6b2560083983') -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_square/sprite.png?6b2560083983') 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_square/sprite.png?6b2560083983') -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_square/btnNext.png?0a89018b6e4a') center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_square/btnPrevious.png?9ad856574090') center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_square/sprite.png?6b2560083983') -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_square/sprite.png?6b2560083983') -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_square/sprite.png?6b2560083983') 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_square/sprite.png?6b2560083983') 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_square/sprite.png?6b2560083983') -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_square/sprite.png?6b2560083983') -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_square/sprite.png?6b2560083983') -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_square/sprite.png?6b2560083983') 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_square/sprite.png?6b2560083983') -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_square/btnNext.png?0a89018b6e4a') center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_square/btnPrevious.png?9ad856574090') center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/sprite.png?a157ef765ce8') -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/contentPatternTop.png?c2e5c4ec6fc9') top left repeat-x}
div.facebook .pp_top .pp_right{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/sprite.png?a157ef765ce8') -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/contentPatternLeft.png?3b7f995669ad') top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/contentPatternRight.png?74bfb933f639') top right repeat-y}
div.facebook .pp_expand{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/sprite.png?a157ef765ce8') -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/sprite.png?a157ef765ce8') -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/sprite.png?a157ef765ce8') 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/sprite.png?a157ef765ce8') 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/sprite.png?a157ef765ce8') -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/loader.gif?df4699304457') center center no-repeat}
div.facebook .pp_arrow_previous{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/sprite.png?a157ef765ce8') 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/sprite.png?a157ef765ce8') -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/sprite.png?a157ef765ce8') -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/sprite.png?a157ef765ce8') -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/btnNext.png?b8d4bf8440aa') center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/btnPrevious.png?b251170307bc') center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/sprite.png?a157ef765ce8') -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/contentPatternBottom.png?a6fab9b4551a') top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/sprite.png?a157ef765ce8') -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{display: none!important; float:left;margin:0} /* changed the visibility of this */
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/facebook/default_thumbnail.gif?ed52db277173') 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/btnNext.png?0a89018b6e4a') 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/btnNext.png?0a89018b6e4a') 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none!important;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/light_rounded/loader.gif?df4699304457') center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url('//static.epodreczniki.pl/portal/begin/images/prettyPhoto/dark_rounded/contentPattern.png?2f2d883ab998') top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}


 
/* Browser Resets */
.flex-container a:active,
.slider a:active,
.flex-container a:focus,
.slider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.slider, .slider-blocks, .page-slider {padding: 0;}
.slider .slides > li, .slider-blocks .slides > li, .page-slider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slider .slides img, .page-slider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.slider, .slider-blocks, .page-slider { background: transparent; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.slider .slides, .slider-blocks, .page-slider {zoom: 1;}
.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; text-align: center;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/* Responsive */
@media all and (max-width: 1366px) {

    #header-wrapper-mockup {
        display: block;
        position: absolute;
        top: 0;
        height: 36px;
        width: 100%;
        background-color: #3d71b8;
    }

    #header-wrapper {
        position: relative;
        box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    }

    #header-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    #logo {
        margin-left: 15px;
        float: left;
    }

    .social-icons {
        float: right;
        margin-right: 15px;
    }

    .slider {
        width: 100%;
        margin: 0 auto;
        height: 640px;
    }

    .slider .slides li {
        width: 100%;
        height: 640px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .slider .slides .flex-caption-wrapper {
       top: 100px;
    }

    .intro-slider {
        position: absolute;
        height: calc(100% - 108px - 260px); /*topbar + footer */
    }

    .flex-viewport {
        height: 100%;
        width: auto;
    }

    .intro-slider .slides{
        position: relative;
        height: 100%;
    }
    .intro-slider .slides li {
        position: relative;
        height: 100%;
    }

}

@media only screen and (max-width: 1050px) {

    #header-wrapper,
    .header-block-wrapper,
    .slider .slides .flex-caption-wrapper,
    .content-wrapper {
        position: relative;
        width: 100%;
    }

    .slider {
        width: 100%;
        margin: 0 auto;
        height: 390px;
    }

    .slider .slides li {
        width: 100%;
        height: 390px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .intro-slider {
        position: relative;
        /*height: calc(100% - 108px - 180px); *//*topbar + footer */
    }

    /*.header-block-5 img,
    .header-block-4 img,
    .header-block-3 img {
        width: 55px;
    }*/
    #main-menu li {
        flex-shrink: 1;
    }

    #main-menu li a {
        /*padding: 15px 18px 19px 18px;*/
    }

    #main-menu li:not(:first-of-type) {
        font-size: 13px;
    }

    .menu-search-button {
        height: 49px;
    }

    .menu-search-field {
        height: 48px;
    }

    .menu-search-button {
        background: url('//static.epodreczniki.pl/portal/begin/images/search_icon.png?98fd871f7396'), url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3');
        background-position: center -20px, top left;
        background-repeat: no-repeat, repeat-y;
        background-color: #fff;
    }

    .menu-search-button:hover {
        background: url('//static.epodreczniki.pl/portal/begin/images/search_icon.png?98fd871f7396'), url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3');
        background-position: center -108px, top left;
        background-repeat: no-repeat, repeat-y;
        background-color: #fff;
    }

    .slider .slides .flex-caption p {
        font-size: 23px;
    }

    .slider .flex-direction-nav .flex-prev,
    .slider .flex-direction-nav .flex-next {
        height: 106px;
    }

    .header-block-inner {
        position: relative;
        top: 0;
    }

    .header-block-5,
    .header-block-4,
    .header-block-3 {
        font-size: 15px;
    }

    .slider .slides .flex-caption,
    .slider .flex-direction-nav .flex-prev,
    .slider .flex-direction-nav .flex-next {
        position: absolute;
        top: 52%;
    }

    .slider .slides .flex-caption-wrapper {
        position: relative;
        top: 52%;
    }

    .content-block {
        padding: 18px;
    }

    #footer-wrapper {
        width: 100%;
    }

    .intro-fixed-footer > #footer-wrapper {
        margin: 0 auto;
    }

    #footer {
        /*width: 670px;*/
        width: 100%;
    }

    #footer-bottom {
        /*width: 610px;*/
        width: 100%;
    }

    .center-content {
        width: 33.3%;
    }

    .sidebar-left {
        width: 33.3%;
    }

    .sidebar-right {
        width: 33.3%;
    }

    .content-wrapper {
        margin: 71px auto 0 auto;
    }

    .news-content {
        width: 205px;
    }

    .news-image {
        width: 50px;
        height: 50px;
        margin: 0 14px 0 0;
        display: none;
    }

    .wp-tag-cloud li {
        font-size: 12px !important;
        padding: 8px;
    }

    .flickr_badge_wrapper .flickr_badge_image {
        height: 64px;
    }

    .flickr_badge_wrapper .flickr_badge_image img {
        width: 63px;
        height: 63px;
    }

    .news-excerpt {
        display: none;
    }

    .news-content {
        margin: 0 0 15px 0;
    }

    .news-items li:last-child .news-content {
        margin: 0;
    }

    .page-header-inner {
        width: 700px;
    }

    .page-content-wrapper {
        margin: 0 auto;
    }

    .main-content,
    .main-content-right {
        width: 66.7%;
    }

    .blog-entry .blog-info {
        width: 67px;
    }

    .blog-entry .blog-content {
        width: calc(100% - 67px);
    }

    .blog-entry .blog-info .blog-date {
        float: left;
        width: 52px;
        height: 52px;
        margin-right: 15px;
    }

    .blog-entry .blog-info .blog-date h3 {
        margin: 0 !important;
        padding: 12px 0 0 0 !important;
        font-size: 18px;
    }

    .blog-entry .blog-info .blog-date h3 span {
        font-size: 12px;
    }

    .blog-entry .blog-info ul li {
        text-align: left;
        display: inline;
    }

    .blog-entry .blog-info .blog-meta {
        float: left;
        clear: none;
        margin: 16px 0 0 0;
    }

    .news-social-links,
    #respond-wrapper {
        width: 100%;
    }

    .comment-right {
        width: 81%;
    }

    .event-full .event-info {
        width: calc(100% - 65px);
    }

    .course-finder-icon {
        display: none;
    }

    .course-finder-full .course-finder-full-form {
        width: 88%;
        padding: 6%;
    }

    .course-finder-full .course-finder-full-form .selector {
        width: 363px !important;
        margin: 0 0 12px 0;
    }

    .course-finder-full .course-finder-full-form span {
        width: 363px !important;
    }

    .course-finder-full .course-finder-full-form input[type="text"] {
        width: 264px;
    }

    .portfolio-4 .col {
        width: 48.5%;
        margin: 0 3% 2% 0;
        float: left;
    }

    .portfolio-4 .col:nth-child(2n) {
        margin: 0 0 2% 0;
    }

    .portfolio-single-cols .col-1 {
        width: 52%;
    }

    .portfolio-single-cols .col-2 {
        width: 42%;
    }

    .course-finder-full .course-finder-full-form {
        max-height: 200px;
    }

    #main-menu li:hover ul,
    #main-menu li.sfHover ul {
        top: 48px;
    }

    ul#main-menu li li:hover ul, ul#main-menu li li.sfHover ul {
        left: 14.8em;
    }

    #main-menu a.sf-with-ul {
        padding-right: 36px;
    }

    #main-menu li .sf-sub-indicator {
        width: 10px;
    }

    #logo img {
        max-width: 300px;
    }

    .center-content .event-info {
        width: 60%;
    }

    /* intro page only */
    .usertype-intro-wrapper {
        position: relative;
        width: 100% !important;
        margin: 0;
        top: 0;
    }

    .usertype-intro {
        position: relative;
        width: 100% !important;
        display: block;
        top: 0 !important;
    }

    .usertype-intro > .header-block-3 {
        width: 33.33%;
        margin: 0;
    }

}

@media only screen and (max-width: 1100px) {
    .slider .slides .flex-caption p {
        margin: 0 80px 0 80px;
    }
}

@media only screen and (max-width: 1050px) {
    .slider .slides .flex-caption p {
        margin: 0 80px 0 80px;
    }
}

@media all and (max-width: 1300px) {
    .intro-fixed-footer {
        width: 100%;
    }
}

@media all and (max-width: 1050px) {
    .intro-fixed-footer {
        position: relative;
        padding: 0;
    }
}

@media all and (max-width: 1040px) {
    /* Extra index page */
    .extras-container .inner-content-wrapper {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }

    .extras-container .inner-content-wrapper .extra-link:nth-of-type(4n) {
        margin: 0 27px 30px 0;
    }

    .inner-content-wrapper {
        /*padding: 15px;*/
    }
}

/*@media only screen and (max-width: 900px) {
	.slider .slides .flex-caption p {margin: 0 0 0 30px;}
}

@media only screen and (max-width: 850px) {
	.slider .slides .flex-caption p {margin: 0 0 0 50px;}
}

@media only screen and (max-width: 800px) {
	.slider .slides .flex-caption p {margin: 0 0 0 70px;}
}*/

@media only screen and (max-width: 767px) {

    #header-wrapper,
    .header-block-wrapper,
    .slider .slides .flex-caption-wrapper,
    .content-wrapper {
        width: 100%;
    }

    .header-block-wrapper {
        top: 0;
    }

    .header-block-inner {
        position: relative;
    }

    .header-block-4 {
        display: inline;
        width: 25%;
        padding: 15px 0;
        height: 130px;
    }

    .header-block-4:hover {
        /*padding: 12px 0 18px 0;*/
        /*padding: 21px 0 24px 0;*/
        padding: 15px 0;
        margin: 0;
    }

    .header-block-4 > img {
        position: relative;
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .header-block-4 > h2 {
        font-size: 11px;
        line-height: 16px;
    }

    .usertype-intro > .header-block-3 > h2 {
        line-height: 30px;
    }

    .usertype-intro > .header-block-3, .usertype-intro > .header-block-3:hover {
        padding: 3.5% 0%;
    }

    .slider {
        display: none;
        /*width: 100%;
        height: 290px;*/
    }

    .slider .slides li {
        width: 100%;
        height: 290px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .flex-caption-wrapper {
        display: none;
    }

    .sidebar-left {
        position: relative;
        width: 100%;
    }

    .sidebar-right {
        position: relative;
        width: 100%;
    }

    .center-content {
        width: 100%;
    }

    .news-image {
        display: block;
        width: 69px;
        height: 69px;
    }

    .news-content {
        /*width: 265px;*/
        position: relative;
        width: calc(100% - 85px);
    }

    .news-content h4 {
        position: relative;
        width: 100%;
    }

    .slides .flex-caption, .slider .flex-direction-nav .flex-prev, .slider .flex-direction-nav .flex-next {
        top: 22%;
    }

    #header-wrapper {
        position: relative;
    }

    .header-block-inner {
        position: relative;
        top: 0;
    }

    .content-block {
        padding: 20px 10px;
    }

    .content-block img {
        margin: 0 18px 18px 0;
    }

    .content-block img:nth-of-type(even) {
        margin: 0 0 18px 0;
    }

    .content-wrapper {
        margin: 0 auto;
    }

    .inner-content-wrapper {
        padding: 15px;
    }

    #footer {
        /*width: 360px;*/
        width: 100%;
    }

    #footer-bottom {
        /*width: 300px;*/
        width: 100%;
    }

    #footer .columns-4 li.col {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .sidebar-right {
        background: none;
    }

    .course-finder-form input[type="text"] {
        display: inline-block;
    }

    /*.course-finder-form .select-wrapper select {
        width: 116.1%;
    }*/
    /* to make all elements that are % width,  equal length on <768 */
    .page-content input[type="text"], .page-content input[type="email"], input[type="url"], input[type="number"],
    input[type="tel"], input[type="date"], input[type="file"], input[type="password"], .page-content textarea,
    .course-finder-form input[type="text"] {
        width: 95.65%;
        padding: 10px 2% 10px 2%;
    }

    .sidebar-left, .center-content {
        background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') repeat-x bottom left;
    }

    #footer .columns-4 {
        padding: 40px 0 40px 0;
    }

    #logo {
        float: none;
        /*margin: 40px auto 30px auto;*/
        margin: 20px auto;
        width: 100%;
        text-align: center;
    }

    .social-icons {
        display: none;
        /*float: none;
        margin: 20px auto;
        width: 330px; */ /*change this if necessary*/
    }

    #header-top {
        padding: 0;
    }

    .top-left-nav,
    .top-right-nav {
        display: inline-block;
        width: 100%;
        line-height: 30px;
        text-align: center;
    }

    .top-right-nav {
        background-color: #203e64;
    }

    .top-left-nav li, .top-right-nav li {
        display: inline-block;
        float: none;
        margin-bottom: 0 !important;
    }

    #uniform-tinynav1 {
        visibility: visible;
        position: relative;
        width: 90% !important;
    }

    #main-menu {
        display: none;
    }

    .flickr_badge_wrapper .flickr_badge_image {
        height: 64px;
        margin: 0 10px 10px 0;
    }

    .flickr_badge_image:nth-child(3n) {
        margin: 0 10px 10px 0 !important;
    }

    /*.flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1) {
        margin: 0 8px 8px 0;
    }

    .flickr_badge_wrapper .flickr_badge_image:nth-child(5n+1) {
        margin: 0 0 8px 0;
    }*/
    .flickr_badge_wrapper .flickr_badge_image img {
        width: 63px;
        height: 63px;
    }

    /*.course-finder-form .selector,
    .center-content .course-finder-form .selector {
        width: 360px !important;
    }

    .course-finder-form span,
    .center-content .course-finder-form span {
        width: 331px !important;
    }*/
    #uniform-tinynav1 {
        margin: 20px 0 20px 30px;
    }

    #main-menu-wrapper .selector {
        position: relative;
        width: 100% !important;
        margin: 0 auto !important;
    }

    #main-menu-wrapper span {
        position: relative;
        width: 98% !important;
        margin: 0 auto;
        padding: 0 0 0 2%;
    }

    #tinynav1 {
        /*position: relative; commented out to avoid unclickability of selects */
        width: 100% !important;
        margin: 0;
    }

    .course-finder-form .selector {
        width: 98% !important;
        padding: 0 0 0 2%;
    }

    .menu-search-button {
        height: 75px;
    }

    .menu-search-field {
        height: 73px;
        background: #f8f8f8 !important;
    }

    .menu-search-focus {
        width: 405px;
    }

    .menu-search-button {
        background: url('//static.epodreczniki.pl/portal/begin/images/search_icon.png?98fd871f7396'), url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3');
        background-position: center -8px, top left;
        background-repeat: no-repeat, repeat-y;
        background-color: #fff;
    }

    .menu-search-button:hover {
        background: url('//static.epodreczniki.pl/portal/begin/images/search_icon.png?98fd871f7396'), url('//static.epodreczniki.pl/portal/begin/images/dot_border_v.png?e815d6956bc3');
        background-position: center -96px, top left;
        background-repeat: no-repeat, repeat-y;
        background-color: #fff;
    }

    .main-content,
    .main-content-right {
        width: 100%;
        background: url('//static.epodreczniki.pl/portal/begin/images/dot_border_h.png?8cd636927abe') repeat-x left bottom;
    }

    .page-header-inner {
        width: 90%;
        margin: 50px auto 0 auto;
    }

    .page-header {
        height: 145px;
    }

    .breadcrumbs {
        display: none;
    }

    .comment-right {
        width: 77%;
    }

    .page-content .columns-4 li.col {
        width: 47%;
        margin: 0 6% 0 0;
    }

    .page-content .columns-4 li.col:nth-child(2n) {
        margin: 0;
    }

    .teacher-4 li {
        list-style: none !important;
        width: 48.5%;
        float: left;
        margin: 0 3% 6% 0 !important;
    }

    .teacher-4 li:nth-child(2n) {
        margin: 0 0 6% 0 !important;
    }

    .page-content table,
    .page-content thead,
    .page-content tbody,
    .page-content th,
    .page-content td,
    .page-content tr {
        display: block;
    }

    .page-content thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .page-content td {
        border: none;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;

    }

    .page-content td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    .page-content td:before {
        content: attr(data-title);
        padding: 5px;
    }

    .page-content table td, .page-content table th {
        text-align: right;
        border-left: #e9e9e9 1px solid;
    }

    .page-content table tr td:last-child {
        border-right: #e9e9e9 1px solid;
    }

    .page-content table {
        border-top: #e9e9e9 1px solid;
    }

    .course-finder-full .course-finder-full-form .selector {
        width: 300px !important;
    }

    .course-finder-full .course-finder-full-form span {
        width: 300px !important;
    }

    .course-finder-full .course-finder-full-form input[type="text"] {
        width: 288px;
        margin: 0 0 12px 0;
    }

    .portfolio-2 .col,
    .portfolio-3 .col,
    .portfolio-4 .col {
        width: 100%;
        margin: 0 0 2% 0;
        float: none;
    }

    .portfolio-single-cols .col-1 {
        width: 100%;
        margin: 0 0 40px 0;
        float: none;
    }

    .portfolio-single-cols .col-2 {
        width: 100%;
        margin: 0;
        float: none;
    }

    .page-slider .flex-direction-nav .flex-prev,
    .page-slider .flex-direction-nav .flex-next {
        position: absolute;
        bottom: 10px;
    }

    .page-slider .flex-direction-nav .flex-prev {
        right: 58px;
    }

    .page-slider .flex-direction-nav .flex-next {
        right: 8px;
    }

    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 48.1%;
    }

    .gallery-columns-7 .gallery-item:nth-child(2n+1),
    .gallery-columns-8 .gallery-item:nth-child(2n+1),
    .gallery-columns-9 .gallery-item:nth-child(2n+1),
    .gallery-columns-6 .gallery-item:nth-child(2n+1) {
        clear: both;
    }

    .gallery-columns-6 .gallery-item:nth-child(6n),
    .gallery-columns-7 .gallery-item:nth-child(7n),
    .gallery-columns-8 .gallery-item:nth-child(8n),
    .gallery-columns-9 .gallery-item:nth-child(9n) {
        clear: none;
        margin: 0 3% 0 0;
    }

    .gallery-columns-6 .gallery-item:nth-child(6n+1),
    .gallery-columns-7 .gallery-item:nth-child(7n+1),
    .gallery-columns-8 .gallery-item:nth-child(8n+1),
    .gallery-columns-9 .gallery-item:nth-child(9n+1) {
        clear: none;
    }

    .gallery-columns-6 .gallery-item:nth-child(2n),
    .gallery-columns-7 .gallery-item:nth-child(2n),
    .gallery-columns-8 .gallery-item:nth-child(2n),
    .gallery-columns-9 .gallery-item:nth-child(2n) {
        margin: 0 0 3% 0;
    }

    .event-list {
        position: relative;
    }

    .event-list li {
        display: inline-block;
        position: relative;
        top: 0;
        margin: 0 18px 0 0 !important;
        vertical-align: top;
    }

    .event-list li:last-child {
        margin: 0 18px 0 0 !important;
    }

    .blog-entry .blog-info {
        width: 100%;
        margin-bottom: 30px !important;
    }

    .blog-entry .blog-info .blog-date {
        float: none;
        margin: 0 auto;
    }

    .blog-entry .blog-content {
        width: 100%;
    }

    /* intro page only */
    .intro-fixed-footer {
        width: 100%;
        margin: 0 auto;
    }

    .usertype-intro-wrapper {
        position: relative;
        width: 100%;
        top: 0;
    }

    .usertype-intro {
        position: relative;
        width: 100%;
        display: block;
        top: 0 !important;

    }

    .usertype-intro > .header-block-3 {
        width: 100%;
        height: 30px;
        margin: 0;
    }

    .usertype-intro > .header-block-3 > h2 {
        margin: 0 auto;
        width: 100%;
        text-align: center;

    }

    #footer-wrapper {
        margin: 0 auto;
    }

}

@media all and (max-width: 690px) {
    .extras-container .inner-content-wrapper .extra-link:nth-of-type(odd) {
        margin: 0 27px 30px 0;
    }

    .extras-container .inner-content-wrapper .extra-link:nth-of-type(even) {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 600px) {
    .top-left-nav a, .top-right-nav a, .top-left-nav span, .top-right-nav span {
        font-size: 9px;
    }
}

@media only screen and (max-width: 600px) {
    .event-list li:nth-of-type(even) {
        margin: 0 !important;
    }
}

@media all and (max-width: 535px) {
    .header-block-4 > h2 {
        font-size: 10px;
    }
}

@media all and (max-width: 529px) {

    .extras-container .inner-content-wrapper .extra-link:nth-of-type(odd) {
        margin: 0 30px 30px 30px;
        /*margin: 0;*/
    }

    .extras-container .inner-content-wrapper .extra-link:nth-of-type(even) {
        margin: 0 30px 30px 30px;
        /*margin: 0;*/
    }
}

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

    #header-wrapper,
    .header-block-wrapper,
    .slides .flex-caption-wrapper,
    .content-wrapper {
        width: 100%;
    }

    .slider {
        width: 100%;
        height: 290px;
    }

    #footer {
        width: 100%;
    }

    #footer-bottom {
        width: 100%;
    }

    .top-left-nav a, .top-right-nav a, .top-left-nav span, .top-right-nav span {
        font-size: 9px;
    }

    .top-right-nav li {
        margin: 0;
    }

    /*.course-finder-form input[type="text"] {
        width: 91%;
    }*/
    /*.news-content {
        width: 155px;
    }*/
    .flickr_badge_wrapper .flickr_badge_image {
        height: 74px;
    }

    /*.flickr_badge_wrapper .flickr_badge_image:nth-child(3n+1) {
        margin: 0 0 8px 0;
    }

    .flickr_badge_wrapper .flickr_badge_image:nth-child(5n+1) {
        margin: 0 8px 8px 0;
    }*/
    .flickr_badge_wrapper .flickr_badge_image img {
        width: 74px;
        height: 74px;
    }

    /*.course-finder-form .selector {
        width: 240px !important;
    }

    .course-finder-form span {
        width: 214px !important;
    }*/
    /*#main-menu-wrapper .selector {
        width: 138px !important;
    }

    #main-menu-wrapper span {
        width: 138px !important;
    }*/
    #footer-bottom .fl,
    #footer-bottom .fr {
        float: none;
    }

    #footer-bottom .fl {
        margin: 0 0 20px 0;
    }

    .go-up {
        width: 12%;
    }

    .menu-search-focus {
        width: 290px;
    }

    .page-header-inner {
        width: 90%;
    }

    .ui-tabs .ui-tabs-nav li {
        border-bottom: #e5e5e5 1px solid;
        border-left: #e5e5e5 1px solid;
        border-right: #e5e5e5 1px solid;
        border-top: #e5e5e5 3px solid;
        width: 99.5%;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        border-top: #209b60 3px solid;
        margin-bottom: 0;
        border-left: #e5e5e5 1px solid !important;
        border-right: #e5e5e5 1px solid !important;
        border-bottom: #e5e5e5 1px solid !important;
    }

    #tabs .nav li a {
        border: none;
    }

    .news-social-links ul {
        width: 100%;
    }

    .comment-left {
        display: none;
    }

    .comment-right {
        width: 100%;
    }

    #respond-wrapper input[type="text"],
    #respond-wrapper textarea {
        width: 90%;
    }

    /*.event-full .event-info {
        width: 71%;
    }*/
    .page-content .columns-2 li.col,
    .page-content .columns-3 li.col,
    .page-content .columns-4 li.col {
        width: 100%;
        margin: 0;
        float: none;
    }

    .teacher-4 li {
        list-style: none !important;
        width: 100%;
        float: none;
        margin: 0 0 15% 0 !important;
    }

    .teacher-4 li:nth-child(2n) {
        margin: 0 0 15% 0 !important;
    }

    .course-finder-full .course-finder-full-form .selector {
        width: 197px !important;
    }

    .course-finder-full .course-finder-full-form span {
        width: 197px !important;
    }

    .course-finder-full .course-finder-full-form input[type="text"] {
        width: 185px;
    }

    .portfolio-details li strong {
        margin: 0 0 10px 0;
    }

    #logo img {
        max-width: 260px;
    }

    /* intro page only */
    .intro-fixed-footer {
        width: 100%;
        margin: 0 auto;
    }

    .usertype-intro-wrapper {
        position: relative;
        width: 100%;
        top: 0;
    }

    .usertype-intro {
        position: relative;
        width: 100%;
        display: block;
        top: 0 !important;

    }

    .usertype-intro > .header-block-3 {
        width: 100%;
        height: 30px;
        margin: 0;
    }

    .usertype-intro > .header-block-3 > h2 {
        margin: 0 auto;
        width: 100%;
    }

    #footer-wrapper {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 479px) {
    .event-list li {
        width: 100%;
        margin: 0 !important;
    }

    .event-info {
        width: calc(100% - 65px);
    }

    .header-block-4 > h2 {
        width: calc(100% - 20px);
        margin: 0;
        padding: 10px;
        font-size: 9px;
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {

    .header-block-4 > h2 {
        width: calc(100% - 10px);
        padding: 5px;
        font-size: 8px;
    }
}
/* -----------------------------------------------------------
	Top bar in header background colour
----------------------------------------------------------- */
#header-top {
  background: #3d71b8; }

/* -----------------------------------------------------------
	Logo text colour
----------------------------------------------------------- */
#logo h1 span {
  color: #3d71b8; }

/* -----------------------------------------------------------
	Top right social icon background hover colour
----------------------------------------------------------- */
.social-icons a:focus {
  outline: none; }
.social-icons .active-icon:hover, .social-icons a:focus > .active-icon {
  background-color: #3d71b8; }

/* -----------------------------------------------------------
	5 colour blocks on homepage, 1 = left, 5 = right
----------------------------------------------------------- */
.header-block-style-1 {
  background: #3d71b8; }

.header-block-style-2 {
  background: #2e5c9c; }

.header-block-style-3 {
  background: #234a86; }

.header-block-style-4 {
  background: #1b3a69; }

.header-block-style-5 {
  background: #034b29; }

/* -----------------------------------------------------------
	Border colour for current/hover main menu items
----------------------------------------------------------- */
#main-menu li.current_page_item, #main-menu li:hover {
  border-color: #3d71b8; }

/* -----------------------------------------------------------
	Homepage slideshow arrow colour
----------------------------------------------------------- */
.slider .flex-direction-nav .flex-prev {
  border-color: #3d71b8;
  background-color: #3d71b8; }

.slider .flex-direction-nav .flex-next {
  border-color: #3d71b8;
  background-color: #3d71b8; }

/* -----------------------------------------------------------
	Page slideshow arrow colour
----------------------------------------------------------- */
.page-slider .flex-direction-nav .flex-prev {
  border-color: #3d71b8;
  background-color: #3d71b8; }

.page-slider .flex-direction-nav .flex-next {
  border-color: #3d71b8;
  background-color: #3d71b8; }

/* -----------------------------------------------------------
	Page content border colour
----------------------------------------------------------- */
.page-content-wrapper {
  border-top-color: #284972;
  top: -2px; }

/* -----------------------------------------------------------
	Blockquote border colour
----------------------------------------------------------- */
.page-content blockquote {
  border-color: #3d71b8; }

/* -----------------------------------------------------------
	Table head colour
----------------------------------------------------------- */
.page-content table th {
  background: #3d71b8; }

/* -----------------------------------------------------------
	Table text link colour
----------------------------------------------------------- */
table tr a {
  color: #3d71b8; }

/* -----------------------------------------------------------
	Tab border colour
----------------------------------------------------------- */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  border-color: #3d71b8; }

/* -----------------------------------------------------------
	Content block title background colour
----------------------------------------------------------- */
.block-title, #reply-title {
  background: #3d71b8; }

/* -----------------------------------------------------------
	Event month background colour
----------------------------------------------------------- */
.event-m {
  background: #284972; }

/* -----------------------------------------------------------
	Event title link colour
----------------------------------------------------------- */
.event-info h4 a {
  /*color: $main-colour;*/
  color: #2b4b74; }

/* -----------------------------------------------------------
	Blog title link colour
----------------------------------------------------------- */
.news-content h4 a {
  /*color: $main-colour;*/
  color: #2b4b74; }

/* -----------------------------------------------------------
	Blog date background colour
----------------------------------------------------------- */
.blog-entry .blog-info .blog-date {
  background: #284972; }

/* -----------------------------------------------------------
	Blog title link colour
----------------------------------------------------------- */
.blog-entry .blog-content h3 a {
  color: #284972; }

/* -----------------------------------------------------------
	Pagination hover/current colour
----------------------------------------------------------- */
.pagination-wrapper .selected, .pagination-wrapper a:hover, .wp-pagenavi .current, .wp-pagenavi a:hover {
  background: #3d71b8;
  border-color: #3d71b8; }

/* -----------------------------------------------------------
	Course finder background colour
----------------------------------------------------------- */
.course-finder-full .course-finder-icon {
  background-color: #3d71b8; }

/* -----------------------------------------------------------
	Teacher title background colour
----------------------------------------------------------- */
.teacher-4 li h3.teacher-title {
  background: #3d71b8; }

/* -----------------------------------------------------------
	Twitter widget link colour
----------------------------------------------------------- */
.sidebar-right #twitter_update_list li a, .sidebar-right #twitter_update_list li a {
  color: #3d71b8; }

/* -----------------------------------------------------------
	Latest post title colour
----------------------------------------------------------- */
.widget .latest-posts-list li .lpl-content h6 a {
  color: #3d71b8; }

.widget .menu-quick-links-container a {
  color: #424242; }

/* -----------------------------------------------------------
	Footer background colour
----------------------------------------------------------- */
#footer-wrapper {
  background: #fff; }

/* -----------------------------------------------------------
	Slide caption background colour, must be in RGBA format 
	if you want to keep it transparent. You can use this
	website to convert a regular hex colour to RGBA:
	http://hex2rgba.devoth.com/
----------------------------------------------------------- */
.page-slider .slides .flex-caption p {
  background: rgba(52, 118, 255, 0.6); }

.slider .slides .flex-caption p {
  background: rgba(52, 118, 255, 0.6); }

/* -----------------------------------------------------------
	Slide caption background colour for IE8, change the two
	"70209B60" values, it's just a regular six digit hex
	colour but with transparency percentage added before e.g.
	
	70209B60 = The hex colour $main-colour @ 70% transparency
	
----------------------------------------------------------- */
.ie8 .flex-caption p {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70209B60,endColorstr=#70209B60); }

/* -----------------------------------------------------------
	Colour of links separators in the top left navigation
----------------------------------------------------------- */
/* -----------------------------------------------------------
	Hover colour of links in the top left navigation
----------------------------------------------------------- */
/* -----------------------------------------------------------
	Widget title border/block colour
----------------------------------------------------------- */
/* -----------------------------------------------------------
	Tag widget background colour
----------------------------------------------------------- */
/* -----------------------------------------------------------
	Background colour of footer bottom bar
----------------------------------------------------------- */
/* -----------------------------------------------------------
	Page title border/block colour
----------------------------------------------------------- */
.page-title .page-title-block {
  background: #3168cf; }

/* -----------------------------------------------------------
	Course finder background colour
----------------------------------------------------------- */
/* -----------------------------------------------------------
	Page title border/block colour
----------------------------------------------------------- */
.title1 h4 a {
  color: #198752; }

.title-block {
  background: #198752; }

/* -----------------------------------------------------------
	Twitter widget link colour
----------------------------------------------------------- */
#twitter_update_list li a, #footer .widget .latest-posts-list li .lpl-content h6 span, .tp_recent_tweets .twitter_time, .tp_recent_tweets a {
  color: #3d71b8; }

#footer #twitter_update_list li a, #footer .tp_recent_tweets .twitter_time, #footer .tp_recent_tweets a {
  color: #9de4c2; }

/* -----------------------------------------------------------
	Footer bottom bar text colour
----------------------------------------------------------- */
#footer-bottom p {
  color: #94c9b0; }

/* -----------------------------------------------------------
	Extra link and extra caption colours
----------------------------------------------------------- */
.extra-link p, .extra-caption, .extra-caption-container {
  background-color: #3d71b8;
  color: #fff; }

/* -----------------------------------------------------------
	Search buttons colours
----------------------------------------------------------- */
.search-epodreczniki {
  background-color: #1b3a69; }

.search-kzd {
  background-color: #3d71b8; }

/* -----------------------------------------------------------
	Promoted links colours - changed version
----------------------------------------------------------- */
.promoted-static-mockup {
  color: #b61a1d; }

.promoted-static a {
  color: #b61a1d; }

.promoted-title {
  color: #3d71b8; }

.rich-text a, .event-list a {
  color: #3d71b8; }
