/**
 * WS Main CSS Stylesheet
 * 
 * @version: $Rev: 505 $ $Date: 2013-05-24 23:25:58 +0200 (Pt, 24 maj 2013) $
**/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, menu {
   margin: 0;
   padding: 0;
   border: 0;
   font: inherit;
}


html {
   overflow-y: scroll;
}

html, body {
   font-size: 13px;
   height: 100%;
}

body {
    background: #191919 url('../images/layout/bg-repeat.jpg') left top;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
    /* font-family: Arial, Helvetica, sans-serif; */
    letter-spacing: 0.7px;
}

a {
    text-decoration: none;
}

.wsBody {
    background: url('../images/layout/bg.jpg') center top no-repeat;
    min-height: 100%;
    position: relative;
}

#intro .wsBody {
    background: url('../images/layout/isp_intro.jpg') center center no-repeat;
    position: relative;
}

#wsBodyCover {
    background: #191919;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.contentSpace {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}


.wsCol {
    float: left;
}

.wsColLeft {
    width: 238px;
}

.wsColRight {
    width: 762px;
}


#intro {
    overflow-x: hidden;
}

#intro #bg1 {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    /* background: url('../images/layout/introbg1.jpg') center center no-repeat; */
    background: url('../images/layout/introbg.jpg') center center no-repeat;
}

#intro #bg2 {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: url('../images/layout/introcolours.jpg') center center no-repeat;
    display: none;
}



/******************************************************************************
 * Nagłówek
**/
#header {
    min-height: 200px;
}

/* logo */
#header h1,
#header h3 {
   background: transparent
               url('../images/layout/wydzial-sztuki-uwm-logo.png')
               center center no-repeat;
   margin: 25px auto 0 auto;
   height: 120px;
   width: 120px;
   text-indent: -2000px;
   overflow: hidden;
}

#header h1 a,
#header h3 a {
   display: block;
   width: 100%; height: 100%;
}

#header .wsColRight {
   margin-left: 16px;
   width: 746px;
}

#header .logo-uwm {
    display: block;
    margin-left: 32px;
    margin-top: 90px;
    outline: none;
    width: 70px;
}

.logo-uwm img {
    border: none;
    width: 100%;
}



/******************************************************************************
 * Nawigacja
**/
.navigation,
.navigation a {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
}

.navigation a {
    display: block;
    padding: 6px 16px 6px 32px;
}

.navigation li.highlight-section > a,
.navigation .highlight a {
    text-shadow: 1px 1px 2px #F1F1F1;
}

.navigation ul {
    list-style: none;
}

.navigation .highlight {
    background-color: rgba(46, 108, 140, 0.7);
}

#listNews .highlight {
    background-color: rgba(186, 186, 186, 0.6);
}

.navbar li.expanded {
    background-color: rgba(46, 108, 140, 0.15);
}

.navbar li.expanded .highlight {
    background-color: rgba(46, 108, 140, 0.6);
}

.navigation li.highlight-section {
    background-color: rgba(46, 108, 140, 0.6);
}

.navbar .subnavbar {
    display: none;
}

.navbar li.expanded .subnavbar {
    display: block;
}

.subnavbar {
    margin-top: 4px;
}

.navbar .subnavbar a {
    padding-left: 52px
}

.subnavbar li {
    border-top: 1px solid #FFFFFF;
}

.sideMenu > ul > li,
.mainMenu > ul > li {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 12px;
}

.sideMenu > ul > li:last-child,
.mainMenu > ul > li:last-child {
    margin-bottom: 0;
}

.sideMenu {
    margin-top: 48px;
}


/**
 * Top menu
**/
.topMenu {
    margin-top: 22px;
}

.topMenu li {
    border-left: 1px solid #FFFFFF;
    float: left;
}

#topMenu a {
    padding: 0 24px;
}


#intro .intro-logo-uwm {
    position: absolute;
    width: 70px;
    height: 55px;
    left: 460px;
}

#intro .intro-logo-uwm a {
    display: block;
    outline: none;
}

#intro .intro-logo-uwm img {
    border: none;
    width: 100%;
}

#intro #menuContainer {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}

#intro .introMenu {
    margin: 0 auto;
    width: 110px;
}

#intro #topMenu a {
    padding: 0 20px;
}

#intro #topMenu .first {
    border: none;
}



#color-boxes {
    /*eq- background: url('../images/layout/intro-wbelt.jpg') center center no-repeat; */
    width: 1300px;
    height: 260px;
    position: absolute;
    overflow: hidden;
}

#color-boxes .colorbox {
    float: left;
    width: 20%;
    height: 260px;
    /* opacity: 0.3; */
    /* eq */
    position: absolute; 
    bottom: 0;
}

.color-boxes-container {
    width: 100%;
    height: 100%;
    position: relative;
}

#color-boxes .box1 {
    /* background: #E51560; */
    /* background: url('../images/layout/intro-wbelt.jpg') 0 bottom no-repeat; */
    left: 0;
}

#color-boxes .box2 {
    /* background: #C31313; */
    /* background: url('../images/layout/intro-wbelt.jpg') -240px bottom no-repeat; */
    left: 260px;
}

#color-boxes .box3 {
    /* background: #FC5705; */
    /* background: url('../images/layout/intro-wbelt.jpg') -480px bottom no-repeat; */
    left: 520px;
}

#color-boxes .box4 {
    /* background: #F5F203; */
    /* background: url('../images/layout/intro-wbelt.jpg') -720px bottom no-repeat; */
    left: 780px;
}

#color-boxes .box5 {
    /* background: #00FE06; */
    /* background: url('../images/layout/intro-wbelt.jpg') -960px bottom no-repeat; */
    left: 1040px;
}

#color-boxes .intro-logo {
    position: absolute;
    top: 50px;
    left: 570px;
    width: 160px;
    height: 160px;
    z-index: 999;
}

#color-boxes .intro-logo a {
    display: block;
    outline: none;
}

#color-boxes .intro-logo img {
    border: none;
    width: 100%;
}

#color-boxes .slideshow {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

#color-boxes .slideshow li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

#color-boxes .slideshow li:first-child {
    position: relative;
    display: block;
    float: left;
}

#color-boxes .slideshow img {
    display: block;
    height: auto;
    width: 100%;
    border: 0;
}



/******************************************************************************
 * Style stron
**/
.page {
    padding: 64px;
    margin-left: 16px;
}

.pager-navigation {
    border-top: 3px solid #3AA5E8;
    padding: 20px 32px;
}

.koncertyList .pager-navigation {
    border: none;
}

.pager-navigation table {
    margin: 0 auto;
}

.pager-navigation,
.pager-navigation a {
    font-size: 14px;
    font-weight: bold;
}

.pager-navigation a {
    color: #444444;
    display: block;
    padding: 0 12px;
}

.koncertyList .pager-navigation a {
    color: #FFFFFF;
}

.pager-navigation a.current {
    color: #888888;
}



/******************************************************************************
 * Aktualności na stronie głównej
**/
.homepageNews ul {
    list-style: none;
}

.homepageNews ul li {
    float: left;
    margin-left: 16px;
    margin-bottom: 16px;
    height: 238px;
    width: 238px;
}

.homepageNews .imageBox {
    color: #FFFFFF;
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.homepageNews .imageBox span {
    display: block;
}

.homepageNews .imageBox img {
    position: absolute;
    top: 0;
    left: 0;
}

.homepageNews .slideshow .titleBox,
.homepageNews .imageBox .titleBox {
    bottom: 0;
    display: none;
    font-size: 14px;
    padding: 8px 0;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    width: 238px;
}

.homepageNews .slideshow:hover .titleBox,
.homepageNews .imageBox:hover .titleBox {
    background: rgba(0, 0, 0, 0.7);
    display: block;
}

.homepageNews .imageBox > span span {
    padding: 0 8px;
}

.homepageNews .slideshow {
    color: #FFFFFF;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.homepageNews .slideshow > span {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.homepageNews .slideshow img {
    width: 238px;
    height: 238px;
    display: block;
}



/**
 * Lista artykułów
**/
.articleList {
    background: #9C9C9C;
    background: #D8D8D8;
    background: rgba(216, 216, 216, 1.0);
    color: #000000;
    padding: 32px;
    /*
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    border-top-right-radius: 40px;
    */
}

.articleList ul {
    list-style: none;
}

.articleList ul > li {
    border-top: 3px solid #3AA5E8;
    padding: 20px 32px;
}

.articleList h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 12px;
    text-transform: uppercase;
}

.articleList h2,
.articleList h2 a {
    color: #1B6797;
}

.articleList p {
    color: #151513;
    line-height: 22px;
    font-size: 14px;
    margin-top: 12px;
}

.articleList .readMore {
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
}

.articleList .readMore,
.articleList .readMore a {
    color: #333333;
}

.articleList .short {
    float: left;
    width: 360px;
}

.articleList .image {
    float: left;
    margin-left: 20px;
}

.articleList .image,
.articleList .image img {
    width: 238px;
}

.articleList .published {
    font-size: 14px;
    font-weight: bold;
}


/**
 * Lista artykułów z koncertami
**/
.koncertyList {
    padding: 0;
}

.koncertyList ul {
    list-style: none;
}

.koncertyList li {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    height: 238px;
    width: 238px;
}

.koncertyList .last {
    margin-right: 0;
}

.koncertyList .preview,
.koncertyList .film {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.koncertyList .film img.cv {
    height: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
}


.koncertyList .preview img {
    height: 100%;
}

.koncertyList .preview .emptyimg {
    background: #CFCFCF;
    display: block;
    height: 100%;
}

.koncertyList .preview .titleBox {
    color: #FFFFFF;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    display: none;
    font-size: 14px;
    padding: 8px 0;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    width: 238px;
}

.koncertyList .preview:hover .titleBox {
    background: rgba(0,0,0,0.6);
    display: block;
}

.koncertyList .preview > span span {
    padding: 0 8px;
}

.koncertyList .preview .play {
    /* background: url('../images/icons/play.png') center no-repeat; */
    display: none;;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 87px;
    bottom: 87px;
}

.koncertyList .preview:hover .play {
    display: block;
}



/**
 * Artykuł
**/
.article {
    background: #F0F0F0;
    color: #353533;
    font-size: 15px;
    position: relative;
    /*
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topright: 40px;
    border-top-right-radius: 40px;
    */
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article p {
    line-height: 22px;
}

.article p {
    margin-top: 20px;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin-top: 30px;
}

.article .image {
    float: right;
}

.article a {
    color: inherit;
}

.article a:hover {
    text-decoration: underline;
}

.error404 a,
.article td a,
.article li a,
.article p a {
    color: #1693E1;
    text-decoration: none;
}

.article p.image {
    margin-bottom: 12px;
    margin-left: 20px;
    margin-top: 5px;
}

.article h1.title {
    color: #098EE2;
    line-height: 28px;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.article h2 {
    color: #098EE2;
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 44px
}

.article h3 {
    color: #098EE2;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
}

.article h4 {
    color: #098EE2;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
}

.article h2 + p {
    margin-top: 12px;
}

.article h3 + p,
.article h4 + p {
    margin-top: 10px;
}

.article h5,
.article h6 {
    color: #098EE2;
    line-height: 22px;
    font-size: 16px;
    margin-top: 24px;
}

.article h5 + p,
.article h6 + p {
    margin-top: 8px;
}

.article hr {
    color: #098EE2;
    border: none;
    border-top: 3px solid #098EE2;
    margin-top: 20px;
}

.article ul,
.article ol {
    margin-left: 60px;
    margin-top: 12px;
}

.article ol ul,
.article ol ol,
.article ul ul,
.article ul ol {
    margin-top: 12px;
}

.article ul.standard-list2 li {
    margin-top: 12px;
}

.article strong {
    font-weight: bold;
}

.article em {
    font-style: italic;
}

.article img {
    max-width: 100%;
}

#articleAlbum {
    padding-top: 32px;
}

.error404,
.koncertShow {
    background: #111111;
    background: rgba(17, 17, 17, 0.8);
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 44px;
    position: relative;
}

.error404 h1.title,
.koncertShow h1.title {
    color: #FFFFFF;
    line-height: 28px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.koncertShow iframe {
    margin: 25px 0;
}


.page #close a {
    color: #FFFFFF;
    display: block;
    font-size: 40px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 20px;
    text-decoration: none;
}

.page .slideshow {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 24px;
}

.page .slideshow li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.page .slideshow li:first-child {
    position: relative;
    display: block;
    float: left;
}

.page .slideshow img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.page .contentAlbum {
    display: block;
    margin-top: 24px;
    min-height: 500px;
}

.article #close a {
    color: #222222;
}

.koncertShow #close a {
    color: #FFFFFF;
}


.error404 p {
    font-size: 16px;
    margin-top: 24px;
}



/* Formatowanie artykułów */
.article .snap-top {
    margin-top: 10px;
}
.article .fw-normal {
    font-weight: normal;
}


/**
 * Galeria
**/
.galleryAlbum,
.galleryAlbumList {
    padding: 0;
}

.galleryAlbumList ul {
    list-style: none;
}

.galleryAlbumList ul li {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    height: 238px;
    width: 238px;
}

.galleryAlbumList li.break {
    margin-right: 0;
}

.galleryAlbumList .imageBox {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.galleryAlbumList .imageBox img.cv {
    height: 238px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.galleryAlbumList .imageBox span {
    display: block;
}

.galleryAlbumList .imageBox .titleBox {
    color: #FFFFFF;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    display: none;
    font-size: 14px;
    padding: 8px 0;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    width: 238px;
}

.galleryAlbumList .imageBox:hover .titleBox {
    background: rgba(0,0,0,0.6);
    display: block;
}

.galleryAlbumList .imageBox > span span {
    padding: 0 8px;
}

.galleryAlbum {
    background: #111111;
    background: rgba(17, 17, 17, 0.8);
    border: 1px solid #FFFFFF;
    padding: 32px 16px;
    position: relative;
}

.galleryAlbum #close a {
    color: #FFFFFF;
    display: block;
    font-size: 30px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 10px;
}

.galleryAlbum h1 {
    color: #FFFFFF;
    padding: 0 16px;
    line-height: 28px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

#albumGallery {
    margin-top: 25px;
}

#albumGallery .galleria-thumbnails .galleria-image {
    border: 1px solid #FFFFFF;
}

#albumGallery .galleria-container {
    background: none;
}

#imageDescription {
    font-size: 15px;
    padding: 10px 10px 0;
    min-height: 25px;
}



/**
 * Filmy
**/
.tvk-films {
    padding: 0;
}

.tvk-films ul {
    list-style: none;
}

.tvk-films .filmsRow li {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    height: 238px;
    width: 238px;
}

.tvk-films .filmsRow .last {
    margin-right: 0;
}

.filmsRow .preview,
.filmsRow .film {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.filmsRow .film img.cv {
    height: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
}


.tvk-films .preview img {
    height: 320px;
}

.tvk-films .preview .titleBox {
    color: #FFFFFF;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    display: none;
    font-size: 14px;
    padding: 8px 0;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    width: 238px;
}

.tvk-films .preview:hover .titleBox {
    background: rgba(0,0,0,0.6);
    display: block;
}

.tvk-films .preview > span span {
    padding: 0 8px;
}

.tvk-films .preview .play {
    background: url('../images/icons/play.png') center no-repeat;
    display: none;;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 87px;
    bottom: 87px;
}

.tvk-films .preview:hover .play {
    display: block;
}

.tvkVideoShow {
    background: #111111;
    background: rgba(17, 17, 17, 0.8);
    border: 1px solid #FFFFFF;
    padding: 32px 16px;
    position: relative;
}

.tvkVideoShow #close a {
    color: #FFFFFF;
    display: block;
    font-size: 30px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 10px;
}

.tvkVideoShow h1 {
    color: #FFFFFF;
    padding: 0 16px;
    line-height: 28px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.tvkVideoShow iframe {
    margin: 25px 0 0 10px;
}

#videoDescription {
    font-size: 15px;
    padding: 25px 10px 0;
}


/**
 * Wyszukiwarka
**/
#uwmCSE {
    margin-top: 20px;
}


/**
 * Player mp3 osadzany na stronie
**/

#wsPlayerObject {
    position: absolute;
    left: 0;
    bottom:0;
}

#wsPlayerActions {
    position: fixed;
    top: 106px;
    right: 34px;
}

#wsPlayerInfoBox {
    color: #E8E8E8;
    display: none;
    font-size: 13px;
    min-width: 58px;
    height: 58px;
    position: fixed;
    right: 24px;
    top: 24px;
}

#wsPlayerInfoBox .trackInfo {
    background: #111111;
    background: rgba(17, 17, 17, 0.4);
    /* border: 1px solid #E8E8E8; */
    height: 56px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 66px;
}

#wsPlayerInfoBox .trackAlbum,
#wsPlayerInfoBox .trackTitle {
    font-weight: bold;
    max-width: 330px;
}

#wsPlayerInfoBox .trackTitle {
    margin-top: 8px;
}

#wsPlayerInfoBox .trackAlbum {
    font-style: italic;
}

#wsPlayerInfoBox .trackImage {
    height: 50px;
    width: 50px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    /* opacity: 0.7; */
}

#wsPlayerInfoBox .trackImage a {
    display: block;
}

#wsPlayerInfoBox .trackImage img {
    border: none;
    height: 100%;
    width: 100%;
}

.ws-action {
    display: block;
    width: 40px;
    height: 40px;
    outline: none;
}

.ws-action-play {
    background: transparent url('../images/icons/sound-on-off.png') center left no-repeat;
}

.ws-action-stop {
    background: transparent url('../images/icons/sound-on-off.png') center left no-repeat;
}

#wsPlayerBtns {
    background: white;
    padding: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

#wsPlayerBtns a {
    margin: 0 2px;
}

.ws-action .eq {
    display: block;
    padding-left: 20px;
    padding-top: 9px;
}

.ws-action-play .bar {
    background-color: #b4b0b0;
    width: 2px;
    height: 20px;
    display: inline-block;
    vertical-align:middle;
}

.ws-action-stop .bar {
    display: none;
}



/**
 * Style tabel
**/
.wsTableStyle1 {
    margin-top: 12px;
}

.wsTableStyle1,
.wsTableStyle1 td {
    border: 1px solid #BEBEBE;
}

.wsTableStyle1 {
    border-collapse: collapse;
}

.wsTableStyle1 td {
    padding: 12px;
}

.wsTableStyle1 p {
    margin: 0;
    padding: 0;
}



.btnBlueBlock1 {
    color: white !important;
    background: #098EE2;
    display: block;
    font-weight: bold;
    padding: 3px 5px;
}

.btnBlueBlock1:hover {
    background: #F0B17C;
    text-decoration: none !important;
}

.box-socialmedia {
    clear: both;
}

.box-socialmedia,
.box-socialmedia a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}

.box-socialmedia a {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: -999px;
}

.box-socialmedia ul {
    margin: 16px 0;
    padding: 0;
    float: right;
}

.box-socialmedia ul,
.box-socialmedia li {
    list-style: none;
    list-style-image: none;
}

.box-socialmedia li {
    float: left;
}

.box-socialmedia .facebook {
    background: transparent url('../images/icons/facebook.png') center no-repeat;
    margin: 0 16px;
}

.box-socialmedia .instagram {
    background: transparent url('../images/icons/instagram.png') center no-repeat;
}

.box-socialmedia .kotlownia {
    background: transparent url('../images/icons/stara-kotlownia-fb.png') center no-repeat;
}

@media only screen and (max-width: 1199px) {
    #wsPlayerInfoBox,
    #wsPlayerActions {
        position: absolute;
    }
}



/**
* Standard
*/
.fleft { float: left; } .fright { float: right; }
.clear { clear: both; }
