body
{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #444444;
}

body a
{
    text-decoration: none;
    color: #23214c;
    transition: color .2s linear;
}

body a:hover
{
    color: #9e9e9e;
}

.doc-loader 
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;	
    background-color: #fff;
}

.doc-loader td 
{       
    text-align: center;
    vertical-align: middle;
}

.doc-loader img
{
    width: 200px;
    height: 32px;
}

.content-1170
{
    width: 1170px;    
}

.content-1170 img
{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.full-width
{
    line-height: 0;
}



/* TOP MENU */

.menu-wrapper
{
    transition: background-color .2s linear;
    z-index: 99 !important;
    background-color: #ffffff;
    /* color: #ccc; */
    width: 100% !important;
    top: 0;
    position: fixed;
    /* opacity: 0.8; */
}

#header-main-menu
{    
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.main-menu.sm-clean
{
    background-color: transparent;    
}

.main-menu.sm-clean a
{
    font-size: 13px;
    line-height: 40px;
    color: #c5c1c1;
    font-weight: 400;
    transition: color .2s linear;
    text-transform: uppercase;
    letter-spacing: 0.03cm;
}
.main-menu.sm-clean a.header-logo
{
    padding:0
}
.header-logo img{
    vertical-align:middle
}
.main-menu.sm-clean .sub-menu a 
{
    font-size: 11px;
    line-height: 20px;
}

.sm-clean .current_page_item a 
{
    color: #fff !important;
}

.main-menu.sm-clean a:hover 
{
    color: #a2a2a2 !important;
}

.sm-clean li.active a
{
    color: #a2a2a2 !important;
}

.mob-menu
{
    display: none;
    font-weight: 700;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: color .2s linear;
    color: #d6d6d6;
}

/* END TOP MENU */



/* GENERAL SECTION */

.section
{    
    position: relative;
    z-index: 1;
}

.section-num
{   
    overflow: hidden;    
    margin-top: 40px;
}

.section-title-holder
{
    background-color: #3e3e3e;
    width: 370px;
    height: 370px;
    z-index: 2;
}

.section-num span
{    
    margin-left: -64px;
    color: #55B286;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 180px;
    line-height: 100%;
    letter-spacing: -5px;
}

.section-title-holder h2
{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 80px;
    width: 300px;
    word-break: break-all;
    line-height: 83px;
    margin-top: 10px;
    color: white;
    margin-left: 25px;
    text-transform: uppercase;
    letter-spacing: -3px;
    padding: 0;
}

.section-content-holder
{   
    background: #fff;
    width: 800px;
    padding: 60px 0;
}

.section-content-holder .content-wrapper
{
    padding: 0 60px;
}
.section-content-holder .content-wrapper p
{
    margin-top:1em;
}

.section-content-holder.right
{
    margin-left: 370px;
}

.section-content-holder.left
{
    margin-top: 370px;
}

.section-content-holder .content-title-holder
{
    overflow: hidden;
    height: 100px;
    margin-top: -60px;
    padding-bottom: 50px;
}

.section-content-holder .content-title
{
    font-family: 'Lato';
    font-weight: 700;
    text-align: center;
    font-size: 180px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: -75px;
    color: #3e3e3e;
}

.extra-content-left
{
    width: 800px;
    color: #fff;    
    padding: 100px 0;
}

.extra-content-right
{
    width: 800px;   
    margin-left: 370px;
    color: #fff;
    padding: 100px 0;
}

.extra-content-full-width
{
    padding: 100px 0;
}

.section:last-of-type .extra-content-left, .section:last-of-type .extra-content-right, .section:last-of-type .extra-content-full-width
{
    padding-bottom: 0;
}

/* END GENERAL SECTION */



/* HOME SECTION */

.intro-page 
{
    padding-bottom: 170px;
    /* min-height: calc(100vh - 170px); */
    min-height: 70vh;
    background-color: #ffffff;
    color: #636262;
    /* background-image:url(images/zwycieskie_zdjecie_przyklad.jpg); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 10;
    /* margin-top: 64px; */
}
.winner-photo{
    /* background-image: url(images/Ikona_30_lecia.jpg); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* background-position: top center; */
    /* width: 100%; */
    /* height:80vh; */
    margin-top: 2rem;
}
.winner-photo img{
    /* width:100% */
    max-height: 80vh;
}

#home img.top-logo
{
    width: 80% !important;
    margin-top: 4vh;
    /* height: 40vh; */
}

h1.big-title
{
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 100%;
    padding-top: 10vh;
    color: #424242;
    letter-spacing: -1px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.big-title span 
{
    display: block;
}

.title-desc
{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 26px;
    max-width: 90%;
    margin: 0 auto;
    color: #737373;
    text-align: justify;
    margin-bottom: 0.5em;
}

.page-template-page-home .intro-page footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* END HOME SECTION */



/* KONKURS SECTION */

#jury, #ikona
{
    background-color: #bdbcbc;
    z-index: 9;
}

#jury .section-title-holder
{
    background-color: #676767;
    /* color: #ccc; */
}

#jury .section-title-holder span
{
    color: #55B286;
}

#slider1 li{display:block;}
.jury-holder 
{
    display: block;
    /* vertical-align: top; */
    float: left;
    width: 335px;
    margin-bottom: 30px;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.jury-holder img 
{
    display: inline-block;
    width: 200px !important;
    border-radius: 50%;
    vertical-align: top;
    filter: grayscale(100%);
}
.jury-holder:hover img 
{
    filter: grayscale(0%);
}

.jury-content-holder 
{
    display: inline-block;
    width: 90%;
    padding-top: 17px;
    /* margin-left: 5px; */
    /* border-top: 1px solid #ccc; */
}

.jury-title 
{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}


.jury-popup-overlay{
    background: #0000007a;
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    bottom:0;
    width: 100%;
    z-index: 9999;
}
.jury-popup{
    position: fixed;
    width: 75%;
    max-width: 90%;
    min-height: 300px;
    margin: auto;
    left: 0;
    right: 0;
    top: 1%;
    bottom: 1%;
    background-color: #fff;
    overflow-y: auto;
}
.jury-popup .entry-content, .jury-popup .content-wrap{/* overflow-y:scroll */height: 100%;}
#popup-jury-image{width:100%;max-height: unset;}
.jury-popup .center-relative{height:100%}
.popup-jury-wrapper{background-color: #aba8a8;}

/* END jury SECTION */

#kontakt
{
    background-color: #656565;
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto;
    z-index: 5;
}


/* PORTFOLIO SECTION */

#portfolio
{
    background-color: #3e3e3e; 
    /* background-image: url("demo-images/background_img_02.jpg");  */
    background-repeat: no-repeat; 
    background-position: center top; 
    background-size: auto;
    z-index: 8;
}

#portfolio .section-title-holder
{
    background-color: #1f1f1f;
}

#portfolio .section-title-holder span
{
    color: #e3a436;
}

.page-template-page-portfolio .section
{
    padding-top: 100px;
}

.section-content-holder.portfolio-holder
{
    background-color: transparent;
    width: 800px;
    padding: 0;
}

.portfolio-holder .portfolio-load-more-holder
{
    font-family: 'Lato', sans-serif;    
    font-weight: 700;
    font-size: 20px;
    width: 430px;
    background-color: #E74C78;
    text-align: center;
}

.portfolio-holder .portfolio-load-more-holder img 
{
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder a
{
    color: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder
{    
    margin-right: 0;
    margin-left: auto;
}

.more-posts
{ 
    display: block;
}

.more-posts:hover
{
    cursor: pointer;
}

.grid 
{
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.grid-item 
{
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
}

.grid-item img 
{
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;    
}

.grid-sizer, .grid-item 
{
    width: 400px;
}

.grid-item.p_one_half
{
    width: 400px;
}

.grid-item.p_one
{
    width: 800px;
}

.portfolio-text-holder
{
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    font-size: 20px;
    background-color: white;
    text-align: center;   
    display: none;    
}

.portfolio-text-wrapper
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-type
{
    line-height: 100%;
    font-size: 11px;
    color: #9a9a9a;    
    padding-bottom: 20px;
}

.portfolio-type img 
{
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-text
{
    font-family: 'Lato', sans-serif;    
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.portfolio-sec-text
{
    font-family: 'Lato', sans-serif;    
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #8e8da9;
}

.grid-item a:hover
{
    color: #191919;
}

.more-posts-portfolio img
{
    transition: all .2s linear;
    width: 100px;
    height: 100px;
}

.more-posts-portfolio img:hover
{
    cursor: pointer;  
    transform: scale(0.9);
}

div.pp_default .pp_loaderIcon
{
    display: none !important;
}

/* END PORTFOLIO SECTION*/





#konkurs
{
    background-color: #a2a2a2;
    /* background-image: url("demo-images/background_img_03.jpg");  */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 7;
}

#konkurs .section-title-holder
{
    background-color: #3e3e3e;
}

#konkurs .section-title-holder span
{
    color: #b24564;
}

#konkurs .section-content-holder
{
    padding-bottom: 0;
}


#organizatorzy
{
    background-color: #656565;
    /* background-image: url("demo-images/background_img_06.jpg");  */
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto;
    z-index: 5;
}

#organizatorzy .section-title-holder
{
    background-color: #1f1f1f;
}

#organizatorzy .section-title-holder span
{
    color: #e3a436;
}

#organizatorzy .section-content-holder
{
    padding-bottom: 0;
}

a.video-popup-holder 
{
    position: relative;
    display: block;
}

a.video-popup-holder .thumb
{
    width: 100%;
}

img.popup-play 
{
    position: absolute;
    top: 50%;
    left: 50%;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    opacity: 0.7;
    transition: opacity .2s linear;
}

a.video-popup-holder:hover img.popup-play
{
    opacity: 1;
}









#regulamin
{
    background-color: #797979;
    /* background-image: url("demo-images/item_background_01.jpg");  */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    z-index: 4;
}


#dlamediow
{
    background-color: rgb(167, 167, 167);
    /* background-image: url("demo-images/background_img_05b.jpg");  */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    z-index: 3;
}

#dlamediow .section-title-holder
{
    background-color: rgb(101, 101, 101);
}

#dlamediow .section-title-holder span
{
    color: #b24564;
}

#dlamediow .section-content-holder
{
    /* padding-bottom: 0; */
}



.dlamediow-form
{
    max-width: 100%;
    width: 770px;
    margin: 0 auto;
    margin-bottom: 6em;
    font-size: 22px;
    color: #9a9a9a;
}

p.custom-text-class 
{
    display: inline-block;
    padding-right: 45px;
    vertical-align: top;
}

p.custom-field-class 
{
    display: inline-block;
    margin-bottom: 60px;
}

.dlamediow-form label{
    color: #666;
    display: block;
    margin-top: 20px;
    font-size: 20px;
}
.dlamediow-form label.inline, .dlamediow-form input.inline{display: inline;/* margin-left: 30px; */font-size: 18px;}
.dlamediow-form input[type=checkbox]{
    width: 16px;
    height: 16px;
    /* background: #fff; */
    margin-right: 16px;
}
.dlamediow-form input[type=text], .dlamediow-form input[type=email], .dlamediow-form textarea
{
    color: #23214c;
    border: 0;
    border-bottom: 1px solid #1c1c1c;
    height: 28px;    
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    width: 100%;
    line-height: 25px;
    padding: 0;
}
.dlamediow-form input[type=date]{
    color: #23214c;
    border: 0;
    border-bottom: 1px solid #1c1c1c;
    height: 28px;    
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    width: 100%;
    line-height: 25px;
    padding: 0;
}

.dlamediow-form input[type=text]::-webkit-input-placeholder, .dlamediow-form input[type=email]::-webkit-input-placeholder, .dlamediow-form textarea::-webkit-input-placeholder
{
    font-family: 'Lato', sans-serif;
    color: #aaa;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.dlamediow-form input[type=text]::-moz-placeholder, .dlamediow-form input[type=email]::-moz-placeholder, .dlamediow-form textarea::-moz-placeholder
{
    font-family: 'Lato', sans-serif;
    color: #aaa;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    opacity: 1;
}
.dlamediow-form input[type=text]:-ms-input-placeholder, .dlamediow-form input[type=email]:-ms-input-placeholder, .dlamediow-form textarea:-ms-input-placeholder
{
    font-family: 'Lato', sans-serif;
    color: #aaa;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.dlamediow-form input[type=text]:-moz-placeholder, .dlamediow-form input[type=email]:-moz-placeholder, .dlamediow-form textarea:-moz-placeholder
{
    font-family: 'Lato', sans-serif;
    color: #aaa;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    opacity: 1;
}

.dlamediow-form input[type=text], .dlamediow-form input[type=email]
{
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.dlamediow-form textarea
{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 13px;
    overflow: hidden;
    padding-bottom: 5px;
}

.dlamediow-form textarea:focus
{
    height: 150px;
    overflow: auto;
}

.dlamediow-form input[name="your-name"]
{
    margin-top: 0;
    padding-top: 0;
}

.dlamediow-form input[type=submit],#photo-label
{
    color: #444444;
    display: inline-block;
    border: 2px solid #444444;
    text-align: center;
    padding: 12px 0px;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Lato', sans-serif;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .2s linear;
}

.dlamediow-form input[type=submit]:hover
{
    color: white;
    background-color: #3e3e3e;
}

div.dlamediow-form-response-output
{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

span.dlamediow-form-not-valid-tip
{
    font-size: 10px;
}

.progress {position:relative;width: 100%;/* border: 1px solid #ddd; *//* padding: 1px; *//* border-radius: 3px; */margin-top: 10px;}
.bar {background-color: #444444;width:0%;height: 31px;/* border-radius: 3px; */display: none;}
.percent {position:absolute;display:inline-block;top:3px;left:48%;display: none;}
#status{
    display: none;
    text-align:center;
    border:2px solid #5a5a5a;
    padding:20px
    

}
#status.error{background-color:#F44336; color:white}
#status.success{background-color:#4CAF50; color:white}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}




.inputfile + label {
    color: #f1e5e6;
    background-color: #d3394c;
}

.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
    background-color: #722040;
}


#lang span{/* width: 20px; */display: inline-block;/* line-height: 30px; *//* height: 20px; *//* margin-top: 20px; *//* padding: 5px 0; */}
#lang span a{line-height: 12px;background: #ccc;color: white;padding: 12px 9px;}
footer
{
    background-color: #3e3e3e;
}

.footer
{
    font-size: 16px;
    line-height: 36px;
    clear: both;
    color: #5b5881;
    text-align: center;    
    padding: 100px 0;
}

.footer-left, .footer-right
{
    width: 810px;
}

.footer-right
{
    margin-left: 370px;
}

.footer a
{
    color: #5b5881;
}

.social-footer a 
{
    margin: 0 10px;
    font-size: 20px;
}

/* END FOOTER */



/* SINGLE PORTFOLIO PAGE */

#portfolio-1
{
    background-color: #221c5a;
    /* background-image:url("demo-images/background_img_05b.jpg");  */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto; 
}

#portfolio-2
{

    background-color: #221c5a;
    /* background-image: url(demo-images/item_background_01.jpg); */
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}
    
.jury-popup .menu-wrapper
{
    display: none !important;
}

#popup-jury-title{padding: 20px 5% 0 5%;}
#popup-jury-description{padding: 20px 5%;}

.jury-popup article
{
    padding-top: 230px;
}

.jury-popup article .entry-content
{
    background-color: #fff;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
}

.jury-popup .x-close
{
    top: 0;
    right: 0;
    background-color: #0e0e0e;
    line-height: 0;
    font-size: 0;
    width: 60px;
    height: 60px;
    z-index: 100;
}

.jury-popup .x-close img
{
    /* opacity: 0.4; */
    transition: opacity .2s linear;
    width: 30px;
    height: 30px;
    padding-top: 15px;
    padding-left: 15px;
    cursor: pointer;
}

.jury-popup .x-close:hover img
{
    opacity: 1;
}

.jury-popup .entry-content .one
{
    padding-left: 100px;
    padding-right: 100px;
    /* padding-bottom: 20px; */
}

.jury-popup .entry-content .one_half
{
    width: 50%;
    /* padding-left: 100px; */
    height: 100%;
    margin-right: 0;
}

.jury-popup .entry-content .one_half.last
{
    padding-left: 0;
    /* padding-right: 0; */
}

.jury-popup .entry-content h1 
{
    padding: 0;
    font-size: 35px;
    line-height: 40px;
    /* padding: 20px 10%; */
}
.jury-popup .entry-content p 
{
    padding: 0;
    font-size: 18px;
    /* padding: 0 10%; */
}
/* END SINGLE PORTFOLIO */


.regulamin{height: 50vh;overflow-y:scroll;padding-right: 3em;}
.regulamin h1{
    font-size: 30px;
    /* font-weight: 300; */
}
.regulamin h2{
    font-size: 18px;
    /* font-weight: 300; */
    padding-bottom: 0;
}
.regulamin p{
    font-size: 80%;
    margin-top: 0!important;
}


/* RESPONSIVE PART */

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

    .content-1170 
    {
        width: 960px;
    }

    .one_half
    {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
    }

    .one_half
    {
        width: 46%;
    }      

    .section-title-holder 
    {    
        width: 250px;
        height: 250px;
    }

    .section-num
    {
        margin-top: 20px;
    }

    .section-num span 
    {
        margin-left: -35px;    
        font-size: 100px;
    }

    .section-title-holder h2
    {
        font-size: 80px;
        width: 177px;
        line-height: 66px;
        margin-top: 25px;
        margin-left: 20px;
    }

    .section-content-holder.right 
    {
        margin-left: 250px;
    }

    .section-content-holder.left 
    {
        margin-top: 250px;
    }

    .section-content-holder 
    {
        width: 710px;
    }

    .extra-content-left, .extra-content-right
    {
        width: 710px;
    }

    .extra-content-right
    {
        margin-left: 250px;
    }

    .jury-holder 
    {    
        width: 290px;
    }

    .section-content-holder.portfolio-holder 
    {    
        width: 710px;
    }

    .grid-item.p_one, .grid
    {
        width: 710px;       
    }    

    .grid-sizer, .grid-item, .grid-item.p_one_half
    {
        width: 355px;
    }  

    .portfolio-holder .portfolio-load-more-holder 
    {
        width: 460px;
    }

    .section-content-holder .content-title 
    {    
        font-size: 140px;    
        margin-top: -56px;
    }

    .member-content-holder 
    {
        width: 275px;
        padding: 50px;
    }

    .member-image-holder 
    {
        width: 335px;
    }

    .image-slider-wrapper.team .image_slider_next
    {
        right: 260px;
    }

    .blog-item-holder .entry-title 
    {   
        width: 240px;
    } 

    .jury-popup .entry-content .one
    {
        padding-left: 5%;
        padding-right: 5%;
    }

    .jury-popup .entry-content .one_half 
    {
        width: 40%;
        padding-left: 5%;
        margin-right: 10%;
    }

    .jury-popup .entry-content .one_half.last
    {        
        padding-left: 0;
        padding-right: 5%;
    }

}

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

    .jury-popup .x-close
    {
        /* right: 50%; */
        /* right: calc(50% - 30px); */
    }    

}

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

    .content-1170 
    {
        width: 100%;
    }    

    .extra-content-left, .extra-content-right
    {
        width: 100%;
        margin-left: 0;
    }    

    .jury-popup article 
    {
        padding-top: 140px;
    }

    .one_half
    {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }   

    .jury-popup .entry-content .one_half 
    {    
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-right: 0;
    }
    #popup-jury-image {
    /* width: 100%; */
}
.jury-popup .entry-content .one_half {
    width: 100%;
    /* padding-left: 100px; */
    padding-left: 0;
    padding-right: 0;
    height: 50%;
}
    .jury-popup .entry-content .one_half.last
    {        
        padding-left: 5%;
        padding-right: 5%;
    }

    .site-content .one_half, .jury-popup .entry-content div 
    {
        text-align: left;
    }

    .image-slider-wrapper.jury a.image_slider_next 
    {
        top: -89px;
        right: 0;
    }

    .section
    {
        padding-bottom: 150px;
    }  

    .section-content-holder.right 
    {
        margin-left: 0;
    }

    .section-content-holder.left 
    {
        margin-top: 0;
    }

    .section-num
    {
        display: inline-block;
        margin-top: 10px;
    }    

    .section-num span
    {
        font-size: 50px;
        margin-left: -15px;
    }          

    .section-title-holder
    {
        width: 100%;
        height: auto;
        position: relative !important;
        top: 0 !important;
    }

    .section-title-holder h2
    {
        display: inline-block;
        width: auto;
        margin: 0 5%;
        vertical-align: top;
        margin-top: 10px;
        font-size: 50px;
        line-height: 100%;
    }

    .section-content-holder 
    {
        width: 100%;
        padding: 30px 0;    
    }

    .section-content-holder .content-wrapper
    {
        padding: 0 5%;
    }       

    .jury-holder 
    {    
        width: 100%;
        display: block;
    }

    .jury-content-holder 
    {
        width: 100%;
        width: calc(100% - 75px);
        margin-bottom: 30px;
    }    

    .section-content-holder.portfolio-holder 
    {    
        width: 100%;
    }

    .grid-item.p_one, .grid
    {
        width: 100%;       
    }    

    .grid-sizer, .grid-item, .grid-item.p_one_half
    {
        width: 50%;
    }  

    .portfolio-holder .portfolio-load-more-holder 
    {
        width: 100%;
    }  

    .member-content-holder 
    {
        width: 40%;
        padding: 10% 5% 5% 5%;
    }

    .member-image-holder 
    {
        width: 50%;
    }

    .image-slider-wrapper.team .image_slider_next
    {
        right: 40%;
    }

    .blog-item-holder .entry-title 
    {
        width: 100%;
        display: block;
        padding-top: 20px;
    }

    .blog-item-holder .info
    {
        width: auto;
    }

    .section-content-holder .content-title-holder 
    {
        overflow: visible;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .section-content-holder .content-title 
    {
        font-size: 19vw;
        margin-top: 0;
    }

    .testimonial-slider-holder 
    {
        width: 90%;
        padding-left: 5%;
    }    
    .regulamin h1{font-size: 22px;}
}

@media screen and (min-width: 925px) {   
    .main-menu
    {
        display: block !important;
    }
}

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

    .intro-page
    {
        min-height: 0;
    }

    .section
    {
        position: static !important;
        z-index: 0 !important;
    }
    .top-logo{padding-top:20px}
    h1.big-title
    {
        font-size: 29px;
        padding-top: 10vh;
    }

    h1.big-title span 
    {
        display: inline;
    }

    .title-desc 
    {
        font-size: 15px;
        line-height: 23px;
    }

    .mob-menu
    {
        display: block;
    }

    .mob-menu:hover
    {
        cursor: pointer;
    }

    .portfolio-text-holder 
    {
        display: none !important;
        opacity: 0 !important;
    }   

    .main-menu
    {
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        width: 100%;
        position: relative;
        z-index: 9999;
        display: none;
    }

    .main-menu ul 
    {
        width: 12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active
    {
        padding-right: 0;
        padding-left: 0;
    }

    .main-menu.sm-clean a 
    {
        line-height: 24px;
    }

    .main-menu.sm-clean .sub-menu a 
    {
        font-size: 16px;
        line-height: 25px;    
        text-align: center;
    }    

    .carousel_fw_next
    {
        display: block !important;
    }

    .fw_carousel_pagination
    {
        display: none !important;
    }


}

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

    .dlamediow-form input[type=text], .dlamediow-form input[type=email], .dlamediow-form textarea, p.custom-field-class, #commentform #email, #commentform #author, #commentform #comment
    {
        width: 100% !important;
    }        

}


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


    .member-content-holder
    {
        width: 90%;
        float: none;
    }

    .member-image-holder
    {
        width: 100%;
        float: none;
    }

    .image-slider-wrapper.team .image_slider_next
    {
        right: auto;
        left: 30px;
    }    
}


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

    .section-num 
    {
        margin-top: 9px;
    }

    .section-num span 
    {
        font-size: 35px;
        margin-left: -10px;
    }

    .section-title-holder h2
    {
        margin-top: 9px;
        font-size: 35px;
    }

    .image-slider-wrapper.jury a.image_slider_next 
    {
        top: -84px;
    }
}