/*
Theme Name: lwit
Description: 
Author:      
Author URI:   
Version: 1.0
Tags:  
*/
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 20, 2015 */



@font-face {
    font-family: 'klavika_bdbold';
    src: url('fonts/Klavika-Bold-webfont.eot');
    src: url('fonts/Klavika-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Klavika-Bold-webfont.woff2') format('woff2'),
    url('fonts/Klavika-Bold-webfont.woff') format('woff'),
    url('fonts/Klavika-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavika_bdbold_italic';
    src: url('fonts/Klavika-BoldItalic-webfont.eot');
    src: url('fonts/Klavika-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Klavika-BoldItalic-webfont.woff2') format('woff2'),
    url('fonts/Klavika-BoldItalic-webfont.woff') format('woff'),
    url('fonts/Klavika-BoldItalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavikalight';
    src: url('fonts/Klavika-Light-webfont.eot');
    src: url('Klavika-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Klavika-Light-webfont.woff2') format('woff2'),
    url('fonts/Klavika-Light-webfont.woff') format('woff'),
    url('fonts/Klavika-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavikalight_italic';
    src: url('fonts/Klavika-LightItalic-webfont.eot');
    src: url('fonts/Klavika-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Klavika-LightItalic-webfont.woff2') format('woff2'),
    url('fonts/Klavika-LightItalic-webfont.woff') format('woff'),
    url('fonts/Klavika-LightItalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klavikamedium';
    src: url('fonts/Klavika-Medium-webfont.eot');
    src: url('fonts/Klavika-Medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Klavika-Medium-webfont.woff2') format('woff2'),
    url('fonts/Klavika-Medium-webfont.woff') format('woff'),
    url('fonts/Klavika-Medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavikamedium_italic';
    src: url('fonts/Klavika-MediumItalic-webfont.eot');
    src: url('fonts/Klavika-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Klavika-MediumItalic-webfont.woff2') format('woff2'),
    url('fonts/Klavika-MediumItalic-webfont.woff') format('woff'),
    url('fonts/Klavika-MediumItalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavika_rgregular';
    src: url('fonts/Klavika-Regular-webfont.eot');
    src: url('fonts/Klavika-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Klavika-Regular-webfont.woff2') format('woff2'),
    url('fonts/Klavika-Regular-webfont.woff') format('woff'),
    url('fonts/Klavika-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'klavikaregular_italic';
    src: url('fonts/Klavika-RegularItalic-webfont.eot');
    src: url('fonts/Klavika-RegularItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/Klavika-RegularItalic-webfont.woff2') format('woff2'),
    url('fonts/Klavika-RegularItalic-webfont.woff') format('woff'),
    url('fonts/Klavika-RegularItalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
    outline: none;
}
body {
    background: url("images/bg.jpg");
    background-size: cover;
    font-family: 'klavika_rgregular';
    background-attachment: fixed;
    overflow-x: hidden;
    color: #222222;
    padding-top: 60px;
}


/***** ZMIANY START 30.03 *****/
.menu-hide {
    position: fixed;
    left: 0;
    top: 0;
    background: #222222;
    height: 100% !important;
    text-align: center;
    width: 50px;
    z-index: 1000;
}
.menu-hide .menu-toggle {
    background: url("images/menu-toggle.png");
    display: inline-block;
    width: 18px;
    height: 16px;
    margin: 19px 0 35px 0;
}
.menu-hide .logo {
    display: block;
}

.menu-hide .search {
    display: inline-block;
    background: url("images/btn-search.png") #363636 center no-repeat;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 10000px;
    border-radius: 10000px;
    margin-top: 20px;
}
.menu-hide nav > ul {
    margin: 0;
    padding: 0;
}
.menu-hide nav > ul > li {
    width: 100%;
    float: left;
    margin-top: 25px;
}
.menu-hide nav > ul > li > a {
    display: inline-block;
}
.menu-hide nav > ul > li:before {
    display: none;
}
.menu-hide nav > ul > li:hover a span {
    background-position: bottom !important;
}
.menu-hide nav > ul > li > a > div {
    position: absolute;
    background: #222222;
    top: -10px;
    left: 100%;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 20px;
    text-align: left;
}
.menu-hide nav > ul > li:hover > a > div {
    display: block !important
}

.menu-hide nav > ul > li.menu-item-has-children:hover > a > div,
.menu-hide nav > ul > li.menu-item-has-children > a > div {
    display: none !important
}
nav > ul > li > a span.fa{
    color:#fff;
    font-size:21px;
}
nav > ul > li > ul li a span.fa{
    display: none;
}
nav > ul > li > a:hover span.fa{
    color:#8bb63a;
}
nav ul li.fa-users > a > span:before{
  content: "\f0c0";
}
nav ul li.fa-graduation-cap > a > span:before{
  content: "\f19d";
}

nav ul li.fa-briefcase > a > span:before{
  content: "\f0b1";
}

nav ul li.fa-line-chart > a > span:before{
  content: "\f201";
}

nav ul li.fa-info-circle > a > span:before{
  content: "\f05a";
}
nav ul li.fa-envelope > a > span:before{
  content: "\f0e0";
}
.menu-hide nav > ul li {
    position: relative;
}
.menu-hide nav > ul > li > a div {
    display: none;
    text-align: left !important;
}
.menu-hide nav > ul > li > a span {
    display: inline-block;
}
.menu-hide nav > ul li:hover > ul {
    display: block;
}
.menu-hide nav > ul > li > ul {
    position: absolute;
    background: #222222;
    top: -15px;
    left: 100%;
    padding: 0;
    display: none;
    z-index: 10000;
    list-style: none;
}
.menu-hide > nav > ul > li > ul > li a {
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 20px;
    display: block;
    text-align: left;
}
.menu-hide > nav > ul > li > ul > li.title-menu {
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 20px;
    text-align: left;
    display: block;
}
.menu-hide > nav > ul > li > ul > li a:hover {
    color: #8bb63a;
}
.menu {
    position: fixed;
    left: -300px;
    top: 0;
    bottom: 0;
    background: #222222;
    display: block;
    width: 300px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1000;
}
.menu .lang {
    float: left;
    margin: 20px 0 0 30px;
    padding: 0;
    list-style: none;
}
#lang_sel_list
{
    position: absolute;
    z-index: 1000;
    right: 20px;
    top:0;
    background: #222222;
    height: 28px !important
}
#lang_sel_list li:before{
    display: none
}
#lang_sel_list a, #lang_sel_list a:visited{
    background: none !important;
    font-size: 16px !important;
    color: #fff;
    text-decoration: none !important;
    font-family: 'klavikamedium' !important;
    height: 28px !important;
    line-height: 28px !important;
    display: inline-block;
    padding: 0px 6px !important
}
.menu .lang_sel_list_horizontal{
      float: left;
    margin: 20px 0 0 30px;
    padding: 0;
    list-style: none;  
}
.menu .lang li {
    float: left;
    margin-right: 18px;
}
.menu .lang li a {
    font-size: 16px;
    color: #686868;
    text-decoration: none;
    font-family: 'klavikamedium';
}
.menu .lang li a:hover,
.menu .lang li.active a,
#lang_sel_list a:hover,
#lang_sel_list a.lang_sel_sel {
    color: #FFF !important;
    background: #D30017 !important
}
.menu .menu-toggle {
    background: url("images/menu-toggle.png");
    float: right;
    width: 18px;
    height: 16px;
    margin: 20px 13px 0 0;
}
.menu .logo {
    float: left;
    width: 100%;
    text-align: center;
    margin: 35px 0 70px 0;
}
.menu .search {
    width: 250px;
    margin: auto;
    background: #363636;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    clear: both;
    height: 36px;
    margin-bottom: 20px;
}
.menu .search input[type="submit"] {
    float: left;
    background: url("images/btn-search.png") center no-repeat;
    height: 36px;
    width: 36px;
    text-indent: -9999px;
    border: none;
    margin-right: 10px;
}
.menu .search input[type="text"] {
    background: none;
    height: 36px;
    border: none;
    color: #FFF;
    width: 188px;
    padding: 0;
}
.menu nav {
    clear: both;
}
.menu nav > ul {
    padding: 0;
    margin: 0 !important;
}
.menu nav > ul > li:before {
    display: none;
}
.menu nav > ul > li > a {
    color: #ffffff;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 70px;
    background-color: #222222 !important;
    display: block;
    position: relative;
}
.menu nav > ul > li > a > span {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 30px;
}
.menu nav > ul > li > a:hover {
    color: #7bb42d;
}
.menu nav > ul > li > a:hover > span {
    background-position: bottom;
}
.menu nav > ul > li.menu-item-has-children > a {
    background: url("images/close.png") 95% center no-repeat;
}
.menu nav > ul > li.menu-item-has-children.open > a {
    background-image: url("images/open.png");
}
.menu nav > ul > li > ul {
    padding: 0;
    display: none;
}
.menu nav > ul > li > ul > li > a {
    display: block;
    background: #353535;
    color: #FFF;
    font-family: 'klavikamedium';
    text-decoration: none;
    font-size: 16px;
    padding: 15px 0 15px 30px;
}
.menu .title-menu {
    display: none !important;
}

/***** ZMIANY STOP 30.03 *****/

.home-page {
    float: left;
    width: 100%;
    max-width: 1675px;
    margin:0 0 0 0px;
    padding-left: 60px;
}
.item {
    margin-bottom: 10px;
    position: relative;
    background: #000;
}
.item a {
    display: block;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    overflow: hidden;
    color:#fff; 
    text-decoration: none;   
}
.item a.red{
    background: #d30017;
}
.item a.green{
    background: #8bb63a;
}
.item a.blue{
    background: #3d5b99;
}
.item a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.56) 0%, rgba(0,0,0,0.04) 29%, rgba(0,0,0,0) 31%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.56)), color-stop(29%,rgba(0,0,0,0.04)), color-stop(31%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.04) 29%,rgba(0,0,0,0) 31%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.04) 29%,rgba(0,0,0,0) 31%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.04) 29%,rgba(0,0,0,0) 31%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.04) 29%,rgba(0,0,0,0) 31%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    pointer-events: none;
    z-index: 1;
    content: '';
}
.item .title-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 24px;
    color: #FFF;
    padding-left: 17px;
    padding-top: 15px;
    z-index: 2;
    line-height: 20px;
    font-family: 'klavika_rgregular';
}

.home-page:hover .item a,
.aside:hover .item a {
    opacity: 0.7;
}
.home-page .item a:hover,
.aside .item a:hover {
    opacity: 1;
}
.item img {
    max-width: 100%;
}

.box {
    width: 230px;
    height: 230px;
}

.box a{
    display: block;
    width: 230px;
    height: 230px;
}
.box a:after {
    display: none;
}
 .item a:before{
    display: inline-block;
    position: absolute;
    left: 0%;
    top: 50%;
    font-size:80px;
    margin-top: -40px;
    width: 100%;
    text-align: center;
}

.item a:hover:before{
     -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;   
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

.navigation,
.list-item {
    float: left;
    width: 950px;
    margin-left: 60px;
    margin-top: 0;
    padding: 0;
    list-style: none;
    clear: both;
}
.list-item.uczelnie {
    margin-top: -10px;
}

.list-item li {
    float: left;
    width: 100%;
    background: #FFF;
    margin-bottom: 10px;
    padding-left: 40px;
    -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
    box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
    position: relative;
}
.list-item li .list-picture {
    float: left;
    margin-right: 60px;
    margin-left: -40px;
    min-width:10px;
    /*min-height: 230px;*/
}
.list-item li .list-picture span{
    font-size: 90px;
    line-height:220px;
    color:#dddddd;
}
.list-item.uczelnie .list-picture {
    width: 240px;
    margin-right: 0;
    text-align: center;
    height: 220px;
    line-height: 220px;
}
.list-item.uczelnie .list-picture img {
    max-width: 100%;
}
.list-item li a span{
    margin-right: 7px;
}
.list-item li h2 {
    margin: 25px 30px 10px 0;
}
.list-item li h2 a {
    text-decoration: none;
    display: block;
    color: #333333;
}
.list-item li p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 20px 30px 0;
    overflow: hidden;
}
.list-item li p a:hover,
.content p a:hover,
.list-item li > a:hover {
    color: red !important;
}
.list-item li p a {
    color: #000;
}
.list-item li .date {
    display: inline-block;
    font-size: 16px;
    font-family: 'klavikamedium';
    width: 190px;
}
.list-item li .fa {
    margin-right: 5px;
}
.list-item li .info,
.list-item li .doc,
.list-item li .rap,
.list-item li .prez,
.list-item li .web,
.list-item li .kierunki,
.list-item li .read_more{
    text-decoration: none;
    font-family: 'klavikamedium';
    color: #222222;
    background: url("images/icon-more.jpg") left center no-repeat;
    padding-left: 20px;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 250px;
}
.list-item li .read_more,
a.read_more,
.date,
.list-item li .date{
    background: none;
    padding-left: 0;
    position: absolute;
    bottom: 10px;
}
.list-item li .read_more {
    left: 700px;
}
a.tag, span.a.tag, .list-item.uczelnie .tag{
    text-decoration: none;
    color: #222222;
    display: inline-block;   
    font-family: 'klavikamedium'; 
    position: absolute;
    bottom: 10px;
    left: 500px;
}
a.tag span, 
span.tag span,
.list-item li .web span, 
a.read_more span,
.list-item li .date,
.date.
.doc span{
    margin-right:8px;
}
.list-item li .web {
    min-width: 190px;
    background: none;
    padding-left: 0px;
}
.list-item li .kierunki {
    width: 190px;
    background: url("images/icon-kierunek.jpg") left center no-repeat;
    padding-left: 25px;
}
.list-item li .doc {
    width: 190px;
    background: none;
    padding-left: 0px;
}
.list-item li .rap {
    width: 190px;
    background: url("images/icon-rap.jpg") left center no-repeat;
    padding-left: 25px;
}
.list-item li .prez {
    width: 190px;
    background: url("images/icon-prez.jpg") left center no-repeat;
    padding-left: 20px;
}
.list-item li .info {
    width: 190px;
    background: url("images/icon-info.png") left center no-repeat;
    padding-left: 20px;
}
.aside {
    display: inline-block;
    margin: 0 0 0 10px;
    width: 230px;
}


.aside .thumb {
  padding: 0;
  position: relative;
  width: 100%;
  display: block;
  height: 230px;
  margin-bottom: 10px;
  line-height: 24px;
  color: #FFF;
  text-decoration: none;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;    
}
.aside:hover .thumb {
    opacity: 0.8;
}
.aside .thumb:hover {
    opacity: 1;
}
.aside .thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.56) 0%, rgba(0,0,0,0.04) 29%, rgba(0,0,0,0) 31%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.56)), color-stop(29%,rgba(0,0,0,0.04)), color-stop(31%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.04) 29%,rgba(0,0,0,0) 31%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.04) 29%,rgba(0,0,0,0) 31%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.04) 29%,rgba(0,0,0,0) 31%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.56) 0%,rgba(0,0,0,0.04) 29%,rgba(0,0,0,0) 31%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f000000', endColorstr='#00000000',GradientType=0 );
  pointer-events: none;
  z-index: 1;
  content: '';
}
.aside .thumb img {
    width: 100%;
}
.aside .box-aside {
    clear: both;
    background: #000;
}
.aside .thumb span {
    position: absolute;
    font-size: 20px;
    color: #FFF;
    top: 5px;
    left: 10px;
    right:10px;
    z-index:20;
}
.content {
    float: left;
    width: 950px;
    background: #FFF;
    margin: 0 0 20px 60px;
    position: relative;
}
.content .content-picture {
    float: left;
    width: 100%;
}
.content .content-picture img {
    max-width: 100%;
    height: auto;
}
.content .content-inner {
    -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
    box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
    float: left;
    width: 100%;
    padding: 50px 240px 40px 50px;
    position: relative;
}
.content h2 {
    font-size: 32px;
    font-weight: normal;
    font-family: 'klavikamedium';
    margin-top: 0;
}
.content p {
    font-size: 18px;
    line-height: 24px;
}
.content p a {
    text-decoration: none;
    color: #222222;
}
.content blockquote {
    font-size: 20px;
    color: #e10f21;
    border-left: 1px solid #ff0000;
    padding: 0px 100px 0px 35px;
    font-family: 'klavikaregular_italic';
}


.social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}
.social li {
    float: left;
    text-align: center;
    width: 50px;
    font-size: 16px;
    font-family: 'klavikamedium';
    color: #999999;
    line-height: 35px;
}
.social li a{
  display: inline-block;
  color: #fff;
  text-decoration: none;  
  background: #3c599b;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
}
.social li a.blue-fb{
  background: #3c599b    
}
.social li a.blue-tw{
  background: #33b4f5    
}
.social li a.red-g{
  background: #e04a32    
}
.aside .social {
    position: static;
    float: left;
}
.aside .social li {
    color: #FFF;
}
.aside .social li a {
    opacity: 1 !important;
    height: 50px;
    margin: 0;
    line-height: 50px;
    padding: 0;
}
#map {
    width: 100%;
    height: 470px;
}

.infografika {
    float: left;
    margin: 0 0 0 60px;
    max-width: 710px;
}
.infografika img {
    max-width: 100%;
}

.add_firm {
    display: block;
    padding-right: 70px;
    position: relative;
}
.add_firm > div {
    clear: both;
}
.add_firm label {
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 7px 0;
    float: left;
    width: 100%;
}
.add_firm label .req {
    color: #78b637;
    font-weight: bold;
}
.add_firm textarea,
.add_firm input[type="text"],
.add_firm input[type="url"]  {
    background: #fafafa;
    border: 1px solid #dddddd;
    -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
    box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
    height: 50px;
    padding: 0 18px;
    width: 100%;
    font-size: 20px;
    font-family: 'klavikamedium';
}
.add_firm textarea {
    height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.add_firm .success,
.add_firm .error {
    position: relative;
    clear: both;
}
.add_firm .success:after,
.add_firm .error:after {
    content: "";
    position: absolute;
    right: -45px;
    top: 50%;
    width: 22px;
    height: 21px;
    margin-top: -10px;
}
.add_firm .success:after {
    background-image: url("images/success.jpg");
}
.add_firm .success input {
    border-color: #78b637;
}
.add_firm .error:after {
    background-image: url("images/error.jpg");
}
.add_firm .wpcf7-not-valid {
    border-color: #c20012 !important;
}

.file_name {
    clear: both;
}

.add-file p {
    display: none;
}
#filtr {
    display: none;
}
#filtr form .col {
    float: left;
    width: 30%;
    margin-left: 3%;
    margin-bottom: 20px;
}

#filtr form .col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-family: 'klavikamedium';
}
#filtr form .col ul li {
    overflow: hidden;
}
#filtr form .col ul .ez-radio,
#filtr form .col ul .ez-checkbox {
    margin-bottom: 8px;
}

#filtr form input[type="submit"] {
    clear: both;
    width: 240px;
    height: 50px;
    border: none;
    background: #78b637;
    color: #FFF;
    font-size: 20px;
    font-family: 'klavikamedium';
    margin: 25px auto;
    text-align: center;
    text-decoration: none;
    display: block;
}
#filtr form input[type="submit"]:hover {
    opacity: 0.8;
}

#filtr form .col h3{
    font-size: 16px;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}
#filtr form .col:nth-child(1) h3 {
    padding-left: 23px;
}
#filtr form .col:nth-child(1) h3:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f085";
    position: absolute;
    left: 0px;
    top: 3px;
}
#filtr form .col:nth-child(2) h3:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f02b";
    position: absolute;
    left: 0px;
    top: 3px;
}
#filtr form .col:nth-child(3) h3:after {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f183";
    position: absolute;
    left: 0px;
    top: 1px;
}


.add-file input {
    display: none;
}
.add-file span {
    cursor: pointer;
    width: 236px;
    height: 36px;
    display: block;
    border: 2px solid #333333;
    clear: both;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    font-family: 'klavikamedium';
    margin: 15px 0 20px 0;
    float: left;
}
.add-file .wpcf7-form-control-wrap {
    display: none;
}
.file-list {
    float: left;
    width: 100%;
    margin: 20px 0 5px 0;
    padding: 0;
    list-style: none;
}
.file-list li {
    font-size: 20px;
    font-family: 'klavikamedium';
}
.file-list li .remove {
    background: url("images/remove.jpg");
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
}
.file-list li.picture {
    padding-left: 25px;
    background: url("images/icon-prez.jpg") left center no-repeat;
}
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-radio {
    float: left;
    background: url("images/radio.jpg") bottom no-repeat;
    height: 18px;
    width: 18px;
    margin-right: 13px;
}
.list-item li .doc {
    left: 500px;
}
.ez-radio.ez-selected {
    background-position: top;
}
.ez-radio input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.ez-checkbox {
    float: left;
    background: url("images/checkbox.jpg") top no-repeat;
    height: 18px;
    width: 18px;
    margin-right: 13px;
}
.list-item li .doc {
    left: 500px;
}
.ez-checkbox.ez-checked{
    background-position: bottom;
}
.ez-checkbox input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.input-list{
    padding: 0;
    margin: 15px 0 0 0;
    list-style: none;
    float: left;
    width: 100%;
}
.input-list li  {
    width: 100%;
    float: left;
    margin-bottom: 18px;
}
span.wpcf7-list-item {
    width: 100%;
    margin-bottom: 18px;
    display: block;
    position: relative;
      line-height: 18px;
  font-size: 20px;
  font-family: 'klavikamedium';
  padding-left: 0;
  
  float: none;
  clear: both;
}
span.wpcf7-list-item span{
    float: none;
  
}
.input-list label{
    width: 100%;
    margin: 0;
    line-height: 18px;
    font-size: 20px;
    font-family: 'klavikamedium';
    padding-left: 31px;
    margin-top: -20px;
}
.green-btn,
.add_firm input[type="submit"] {
    width: 240px;
    height: 50px;
    border: none;
    background: #78b637;
    color: #FFF;
    font-size: 20px;
    font-family: 'klavikamedium';
    margin: 25px 0;
    text-align: center;
    text-decoration: none;
}
.green-btn,
.add_firm input[type="submit"]:hover {
    opacity: 0.8;
}
.green-btn {
    display: block;
    line-height: 50px;
    margin: 40px 0;
}
a.green-btn,a.green-btn:hover,.content p a.green-btn:hover{
    color:#fff !important;
}
.navigation{
    clear: both;
    float: left;
    padding-bottom: 20px;
    text-align: center;
}
.wp-paginate .current {
    background: #222222 !important;
    color: #FFF !important;
    border: none !important;
    display: inline-block;
    padding: 4px 9px !important;
}
.wp-paginate a {
    background: #FFF !important;
    color: #222222 !important;
    border: none !important;
    display: inline-block;
}
.acf-form > .acf-error-message{
    display: none !important
}
.acf-fields > .acf-field {
    border: none;
    padding: 0;
}
.acf-field .acf-label label {
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 7px 0;
    display: block;
    width: 100%;
    font-weight: normal;
}
.acf-required {
    color: #78b637;
    font-weight: bold;
}
.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="email"], .acf-field input[type="url"], .acf-field textarea, .acf-field select {
    background: #fafafa;
    border: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 0 25px;
    width: 100%;
    font-size: 20px;
    font-family: 'klavikamedium';
}
.acf-url i {
    top: 17px;
}
ul.acf-radio-list li label, ul.acf-checkbox-list li label {
    width: 100%;
    margin: 0;
    line-height: 18px;
    font-size: 20px;
    font-family: 'klavikamedium';
    padding-left: 0;
    margin-top: -20px;
}
ul.acf-radio-list li, ul.acf-checkbox-list li {
    margin-bottom: 18px;
}
.acf-form-submit input {
    width: 240px;
    height: 50px;
    border: none;
    background: #78b637;
    color: #FFF;
    font-size: 20px;
    font-family: 'klavikamedium';
    margin: 25px 0;
    text-align: center;
    text-decoration: none;
}
.acf-taxonomy-field .categorychecklist-holder {
    overflow: visible;
    min-height: 0;
    max-height: none;
    border: none;
}
.acf-taxonomy-field .acf-checkbox-list {
    padding: 0;
}

.acf-field textarea, .acf-field select {
    height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.acf-error input {
    border-color: #c20012 !important;
}
    /* ==========================================================================
       Media Queries
       ========================================================================== */
@media only screen and (max-width: 1280px) {
    .navigation, .list-item,.content{
        width: 900px;
    }
    .list-item li .list-picture{
        margin-right: 30px;
    }
}
@media only screen and (max-width: 1260px) {
    .home-page {
        width: 960px;
    }

    .navigation,
    .infografika,
    .content,
    .list-item {
        width: 700px;
    }
    .list-item li .list-picture {
        width: 280px;
        overflow: hidden;
        margin-bottom: -15px;
        height: 280px;
      
    }
    .list-item li .list-picture img {
        height: auto;
        width: auto;
        max-width: 100%
    }
    .list-item.uczelnie .list-picture {
        width: 250px !important;
    }
    .list-item.uczelnie .list-picture img {
        height: auto;
        margin-left: 0;
    }
    .list-item li .read_more {
        left: 550px;
    }
}

@media only screen and (max-width: 1020px) {
    .home-page {
        width: 710px;
    }
    .navigation,
    .infografika,
    .content,
    .list-item {
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .aside {
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
        margin: 0 0 0 60px;
    }
    .aside .item {
        display: inline-block;
        margin-right: 10px;
    }
    .content .content-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content blockquot {
        padding-right: 0;
        padding-left: 20px;
    }

    .list-item li {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .list-item li .read_more, a.read_more, .date, .list-item li .date,
    a.tag,span.tag,
    .list-item li .info, .list-item li .doc, .list-item li .rap, .list-item li .prez, .list-item li .web, .list-item li .kierunki, .list-item li .read_more {
        position: static !important;
    }
    #filtr form .col {
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
        -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
        box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
        padding: 0 15px;
    }
    .home-page {
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .list-item li {
        padding: 0 15px 20px 15px;
        -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
        -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
        box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
    }
    .list-item li .list-picture {
        width: auto;
        overflow: hidden;
        min-height: 0;
        margin-left: -15px;
        margin-right: -15px;
        height: auto !important;
        margin-bottom: 0px;
    }
    .list-item li .list-picture img {
        margin:0 0 15px -0;
        width: 100%;
        max-width: 100%;
        height: auto
    }
    .list-item.uczelnie .list-picture {
        width: 100% !important;
        height: auto;
        line-height: normal;
        padding-top: 15px;
    }
    .list-item.uczelnie .list-picture img {
        height: auto;
        margin-left: 0;
        max-width: 100% !important;
        width: auto;
    }
    .content h2 {
        margin-top: 20px;
    }
    .content blockquote {
        padding: 0px 30px 0px 11px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .home-page:hover .item a,
    .aside:hover .item a,
    .aside:hover .thumb {
        opacity: 1 !important;
    }
    .list-item li h2,
    .list-item li p {
        margin-right: 0 !important;
        margin-left: 0 !important;
        clear: both;
    }
    .infografika, .content, .list-item {
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        width: -o-calc(100% - 70px);
        width: calc(100% - 70px);
    }
}
@media only screen and (max-width: 570px) {
    .box {
        width: -moz-calc(100% - 60px);
        width: -webkit-calc(100% -60px);
        width: -o-calc(100% - 60px);
        width: calc(100% - 60px);
    }
    .box > a {
        width: 100%;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}