body{
    background: #fff url('../images/site/bg1.jpg') center 0 no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    font-family: 'Fira Sans', sans-serif;
}

ol{
    list-style-type: decimal;
    margin-left: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
}

pre, code{
    font-family: consolas, courier, monospace;
    font-size: 15px;
    background-color: #f8f8f8;
    color: #333;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* just in case */
    padding: 16px;
    width: auto;
    margin: 10px 0;
    display: block;
}

p{
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1,.h1{
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 50px;
}

h2,.h2{
    color: #000;
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 12px;
    line-height: 40px;
}

h3,.h3{
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}

h4,.h4{
    font-size: 16px;
}

.article h1,
.article h2
.article h3
.article h4{
	color: #000;
}

hr{
    border: none;
    border-bottom: solid #ece8d5 1px;
    margin: 5px 0 50px;
}

a{
    color: #23a4fe;
}

u{
    text-decoration: underline;
}

a:hover{
    text-decoration: underline;
}

.noFloat{
    float: none !important;
}

.text{
    margin-bottom: 16px;
    line-height: 25px;
    font-size: 16px;
}

.blue{
    color: #1dabd4;
}

ol > li,.article ul > li{
   line-height: 30px;
}

.left{
    float: left;
}

img.left,
img[style*="float: left"]{
    margin: 0 20px 20px 0;
}

.right{
    float: right;
}

img.right,
img[style*="float: right"]{
    margin: 0 0 20px 20px;
}

.main img{
    margin: 0 10px 10px 0;
}

.p{
    font-size: 20px;
}

.p-normal{
    font-size: 15px;
}

article p, article ol, article ul{
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 20px;
}

article ol, article ul{
    margin-left: 20px;
}


div + label{
    margin-top: 3px;
}

#mainHeader{
    width: auto;
    height: 121px;
    background: #fff;
}

#userNavWrapper{
    margin: auto;
    position: relative;
    height: 30px;
    background: #23a4ff;
}

#userNavWrapper nav{
	width: 1180px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

#languageNav{
    float: right;
}

    #userNavWrapper li{
        color: #fff;
        display: inline-block;
    }
    
    #userNavWrapper li:after{
        content: '|';  
        margin: 0 16px; 
    }
    
    #userNavWrapper li:last-of-type:after{
        margin: 0;
        content: "";
    }
    
    #userNavWrapper li:first-of-type a{
        padding-left: 5px;
    }
    
    #userNavWrapper a{
        color: #fff;
    }
    
        #userNavWrapper a.chosen{
            color: #ffc112;
        }

#mainNavWreapper{
    width: 1180px;
    margin: 0 auto;
}

#logo{
	float: left;
	display: block;
	margin-top: 5px;
}

    #logo img{

    }

#mainNav{
    height: 91px;
    line-height: 91px;
    font-size: 15px;
    text-transform: uppercase;
    float: right;
}

#mainNav > ul > li{
    display: inline-block;
    margin-left: 38px;
    font-weight: 700;
}

#mainNav a{
    color: #000;
}

    #mainNav a:hover,#mainNav a.chosen{
        color: #000;
        text-decoration: none;
    }

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

#banner{
    height: 200px;
    /*background: url('../images/site/banner.png') center no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
	text-align: center;
}

	#banner .button{
		padding: 25px 50px;
    	font-size: 30px;
    	margin-top: 50px;
	}

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

#siteWrapper{
    width: 1180px;
    margin: auto;
}

.article{
	margin-top: 50px;
	background: rgba(255,255,255,0.95);
	padding: 20px;
}

#siteWrapper main.mainFullWidth{
    width: 100%;
    float: none;
}

#formContest{
    width: 700px;
    margin: auto;
    background: #fff;
}

.formContestBudgetWrapper{
    width: 280px;
    margin: 0px auto 0;
}

    #formContestBudget{
        height: 80px;
        text-align: center;
        font-size: 40px;
        border: solid 2px #1de52e;
        color: #1de52e;
        margin: 20px 0 0;
    }

    .formContestBudgetInputWrapper{
        height: 100px;
        width: 200px;
    }
    
    .formContestVat{
        border: solid 2px #1de52e;
        color: #14bc22;
        height: 20px;
        line-height: 20px;
        background: #96ff9f;
        font-weight: bold;
        text-align: center;
        font-size: 15px;
        border-radius: 0 0 6px 6px;
    }
    
    .ui-slider{
        margin-top: 20px;
    }

fieldset.fullWidth .err_container{
    position: static !important;
}

fieldset.fullWidth .formContestBudgetWrapper .err_container{
    position: absolute !important;
}

#checkContestImages img{
    margin-left: 5px;
}

.contestWrapperList{
    border: solid #c0c0c0 1px;
    background: #fff;
    margin-bottom: 14px;
}

    .contestWrapperList.turbo,
    .contestWrapperList.turbo table{
        background: #f6ff67;
    }
    
    .contestWrapperList.hiperturbo,
    .contestWrapperList.hiperturbo table{
        background: #06ab3c;
    }
    
        .contestWrapperList.hiperturbo table th,
        .contestWrapperList.hiperturbo a{
            color: #fff;
        }
        
        .contestWrapperList.hiperturbo .typ_konkursu{
            padding: 3px;
            background: #fff;
            border-radius: 3px;
        }

    .contestWrapperList a{
        color: #000;
    }
    
    .contestWrapperList.contestEnded{
        opacity: 0.6;
    }

.contestWrapperList a{
    display: block;
}

	.contestWrapperList a:hover{
		text-decoration: none;
	}

    .normalContestDetails{
        /*padding: 14px;*/
    }
    
#contestHeader{
	height: 200px;
	line-height: 200px;
	text-align: center;
	/*background: url('../images/site/contest-header.jpg') center center no-repeat;
	animation: breath 15s linear infinite;*/
	overflow: hidden;
	position: relative;
	display: none;
}

@keyframes breath {
  0%   { background-size: 100% auto; }
  50% { background-size: 140% auto; }
  100% { background-size: 100% auto; }
}

	#contestHeader h1{
		font-weight: 300;
		margin-bottom: 0;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
		line-height: 200px;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 50%;
	    -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
	}
	
	#titleVideo{
	    position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
	}
   
.normalContestDetails h3{
	color: #fff;
	font-size: 20px;
	background: #23a4fe;
    padding: 10px;
    margin: 0;
}


	.normalContestDetails table{
		border: none;
	}

	.normalContestDetails th{
	    padding: 15px 5px;
	    border: none;
	    border-top: solid #e9e9e9 1px;
	    border-bottom: solid #e9e9e9 1px;
	    font-weight: bold;
	    background: none;
	    color: #23a4fe;
	}

	.normalContestDetails td{
		border: none;
		text-align: center;
		padding: 15px 5px;
	}
	
	.typ_konkursu{
		width: 40px;
		margin-bottom: 10px;
	}
	
#oneContestWrapper{
    background: rgba(255,255,255,0.8);
}

.contestTrasaHeader{
	color: #010101;
	text-align: center;
	margin: 40px auto;
	font-size: 40px;
}

    .contestTrasaHeader a.zlozOferte{
        margin-top: 0;
    }

#trasaWrapper{
	border: solid #c0c0c0 1px;
	margin-bottom: 15px;
}

.contestWrapper{
    background: #fff;
}

    .contestOpisWrapper{
        padding: 10px;
    }

.contestTime{
	float: left;
	box-sizing: border-box;
	width: 48%;
	text-align: center;
}

.contestData{
	float: right;
	box-sizing: border-box;
	width: 48%;
}

.contestData .bold{
	margin-top: 20px;
	font-size: 18px;
}

.timerWrapper{
	background: #23a4fe;
	padding: 10px 0 10px;
	position: relative;
	height: 120px;
}

	.timerWrapper .bold{
		color: #fff;
		margin: 0 0 20px;
		border-bottom: solid #fff 1px;
		text-align: center;
		padding-bottom: 10px;
	}
	
		.timerWrapper .bold.winner{
			border: 0;
			font-size: 25px;
		}
	
	.timer{
		width: 305px;
	}

.counterWrapper{
    height: 50px;
    float: right;
    width: 375px;
    margin-top: 25px;
    text-align: right;
}

.counterLabel{
    color: #97a0a8;
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding-top: 3px;
    margin-right: 10px;
}

.contestDetailsWrapper{
    margin-top: 10px;
}

.ofertyHeader{
	color: #010101;
    text-align: center;
    margin: 60px auto;
    font-size: 40px;
}

a.zlozOferte{
	background: #23a4fe;
	padding: 15px !important;
	font-size: 30px;
	display: inline-block;
	color: #fff;
	margin-top: 35px;
}

#formOfertaInput{
    width: 200px;
    height: 80px;
    text-align: center;
    font-size: 40px;
    border: solid 2px #1de52e;
    color: #1de52e;
    margin: 20px auto;
    display: block;
}

	#formOfertaInput.error{
		border-color: red;
	}
	
	.ofertaError{
		color: red;
		font-size: 18px;
	}

.ofertaWrapper{
	padding: 20px;
}
	
	.ofertaWrapper:nth-of-type(even){
		background: #fafafa;
	}
	
	.ofertaWrapper:nth-of-type(odd){
		background: #fff;
	}
	
	.ofertaWrapper.highest{
		background: #23a4fe;
	}
	
	.ofertaWrapper.middle{
		background: #65bffe;
	}
	
	.ofertaWrapper.lowest{
		background: #a7dbff;
	}
	
	.ofertaWrapper.highest p,
	.ofertaWrapper.middle p,
	.ofertaWrapper.lowest p{
		color: #fff;
	}
	
	.ofertaWrapper p{
		font-size: 18px;
	}

	.ofertaNick{
		float: left;
	}
	
	.ofertaCena{
		float: right;
	}
	
	.wycofajOferte{
		float: right;
		margin-right: 10px;
	}
	
		.wycofajOferte a{
			display: inline;
		}

.hoverResize,.hoverResizeMore{
    -webkit-transition: -moz-transform .1s ease-out; 
    -moz-transition: -webkit-transform .1s ease-out; 
    -o-transition: -webkit-transform .1s ease-out; 
    transition: -webkit-transform .1s ease-out; 
	-webkit-backface-visibility: hidden;
}

    .hoverResize:hover{
        -moz-transform: scale(1.01);
       -webkit-transform: scale(1.01);
       -o-transform: scale(1.01);
       transform: scale(1.01);
    }
    
    .hoverResizeMore:hover{
        -moz-transform: scale(1.1);
       -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
       transform: scale(1.1);
    }
    
img.border{
    border: solid rgba(193,206,213,0.3) 1px;
    padding: 5px;
}

    img.border:hover{
        border-color: rgba(193,206,213,1);
    }
    
.konkursyTitle{
	color: #000;
	font-size: 40px;
	text-align: center;
	margin: 37px 0;
    background: rgba(255,255,255,0.9);
    display: inline-block;
    padding: 20px;
}

.workListWrapper{
    border: solid #c4d1d8 1px;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    width: 238px;
    box-shadow: 1px 1px 7px #cecece;
}

.invisibleWork{
    opacity: 0.5;
}

    .workListWrapper a{
        display: block;
        color: #746767;
    }
    
        .workListWrapper a:hover{
            text-decoration: none;
        }

    .workListWrapper .workListPhoto{
        border: solid #fff 1px;
        width: 236px;
        height: 150px;
    }
    
    .workListWrapper .workListWinner{
        position: absolute;
        top: 125px;
        left: -10px;
    }
    
        .workListWrapper.noMarginRight{
            margin-right: 0;
        }

    .workListWrapper .add_date{
        font-size: 13px;
        margin: 0;
        text-align: right;
        line-height: 24px;
    }

#workWrapper{
    
}

    #workImage{
        margin: auto;
        display: block;
    }

.socialButtons{
    float: right;
    width: 73px;
    height: 100px;
    overflow: hidden;
}


#additionalWorkImages{
    margin-top: 20px;
}

    #additionalWorkImages img{
        border: solid rgba(193,206,213,0.3) 1px;
        padding: 5px;
        cursor: pointer;
        margin-right: 9px;
        margin-bottom: 9px;
        width: 194px;
    }
    
    #additionalWorkImages img:nth-of-type(5n){
        margin-right: 0;
    }
    
    #additionalWorkImages img:hover{
        background: rgba(206, 206, 206, 0.4);
    }

    #additionalWorkImages img.chosen{
        background: #cecece;
    }

#worksOrder{
    width: auto;
}

#buttonFbLoginWrapper{
    width: 74px;
    background: url('../images/site/button-fb-login.png') center center no-repeat;
}

    #buttonFbLoginWrapper.facebookButton_EN{
        background: url('../images/site/button-fb-login-en.png') center center no-repeat;
    }

.buttonFbLogin{
    opacity: 0;
    position: relative;
    top: -7px;
}

#nextWorkLink,#prevWorkLink{
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
}

#nextWorkLink{
    float: right;
}

#prevWorkLink{
    float: left;
}

.profileAvatar{
    float: left;
    margin-right: 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 7px #cecece;
    position: relative;
}

    .profileAvatar .changeAvatarLink{
        position: absolute;
        bottom: 3px;
        left: 3px;
    }
    
        .profileAvatar .changeAvatarLink:hover{
            text-decoration: none;
        }

.changeAvatarLink{
    background: url('../images/site/change-avatar-icon.png') 0 3px no-repeat;
    display: inline-block;
    padding: 10px 0 10px 45px;
    font-size: 16px;
}

    .changeAvatarLink:hover{
        background-position: 1px 4px;
    }

#aktualnosci{
    background: #fff;
}
  
#aktualnosci a{
	display: block;	
}

#aktualnosci .konkursyTitle{
    display: block;
}

#aktualnosci a:hover{
	text-decoration: none;
}
    
.aktualnosc_big{
	width: 790px;
	height: 450px;
	position: relative;
	float: left;
}

	.aktualnosc_big img,
	.aktualnosc_small img{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
#aktualnosci .newsContent{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	z-index: 1;
	padding: 20px;
	background: rgba(123,125,127,0.5);
}

	.newsContent p,
	.newsContent h3{
		color: #fff;
		line-height: 20px;
	}
	
	.newsContent h3{
		line-height: 30px;
		margin: 0;
	}
	
	.newsContent p{
		margin-top: 10px;
	}
	
.aktualnosc_small{
	position: relative;
	float: right;
	width: 368px;
	height: 210px;
}

	.aktualnosc_small.first{
		margin-bottom: 30px;
	}
	
	.aktualnosc_small h3{
		font-size: 14px;
	}
	
#contestsList{
	float: right;
	width: 870px;
	margin-top: 20px;
	background: rgba(255,255,255,0.95);
}

#leftPanelWrapper{
	float: left;
	width: 264px;
	margin-right: 2%;
	border-right: solid #e8e8e8 1px;
	padding-right: 16px;
	margin-right: 13px;
	padding-top: 20px;
	background: #fff;
	padding-left: 16px;
}

.paginationWrapper{
    background: #fff;
    padding-top: 10px;
}

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

#mainFooter{
    background: #000;
    margin-top: 20px;
    border-top: solid #c6cbcf 4px;
    line-height: 57px;
    font-size: 13px;
    text-transform: uppercase;
}

#mainFooterWrapper{
    width: 1180px;
    margin: auto;
}

    #mainFooter ul{
        float: left;
    }
    
        #mainFooter li{
            display: inline-block;
        }
        
        #mainFooter li:after{
            content: '|';
            color: #676767;
            margin: 0 10px; 
        }

    #mainFooter li:last-of-type:after{
        margin: 0;
        content: "";
    }
        
            #mainFooter a,#mainFooter p{
                color: #676767;
            }

    #mainFooter p{
        float: right;
        margin-top: 10px;
    }

.fullWidth, .fullWidth input[type="text"],.fullWidth input[type="[password]"], .fullWidth textarea{
    width: 100%;
}

.header{
    background: #0094c2;
    font-weight: bold;
    border-top: solid #32a8ce 1px;
    border-bottom: solid #00759a 1px;
    border-right: #91cadd;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 16px 0;
}

#listaPodmenu{
    display: none;
    margin-left: 20px;
    margin-top: 16px;
}



.tableTrMainMenu{
    background: #0094C2;
    color: #fff;
}

tr.trHover{
    background: #D8F5FF;
}

li.galleryWrapper{
    width: 291px;
    height: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    border: solid grey 1px;
    border-radius: 4px;
    -webkit-border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center center;
}

li.galleryWrapper:hover{
    border-color: #0094C2;
}

li.galleryWrapper p.title{
    width: 100%;
    padding: 8px 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin: 0;
}

li.galleryWrapper a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;   
}

li.galleryWrapper textarea{
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    margin: 0;
}

.fancybox-prev {
   left: -60px !important;
   width: 36px !important;
}

.fancybox-next {
   left: auto !important;
   right: -60px !important;
   width: 36px !important;

}

.fancybox-nav span {
    visibility: visible !important;
}

.fancybox-title-inside-wrap{
    margin-bottom: 10px;
    padding-top: 0 !important;
}

#galleryPhoto{
    float: left;
}

#photoDescription{
    float: right;
    width: 250px;
    height: 1px;
    margin-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

#photoDescription p{
    font-size: 13px;
    line-height: 22px;
}

    .even{
        background: #BAE0ED;
    }

.contact p{
    line-height: 22px;
    margin-bottom: 20px;
}

/*************************comments******************************/

main .tabsWrapper.tabsHorizontal{
    margin-top: 50px;
}

#commentsWrapper{
    padding: 10px;
}


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

.center_form{
    width: 323px;
    margin: auto;
    background: #fff;
}

    .center_form [type="submit"]{
        width: 100%;
    }

.rodzaj_konta{
    margin-bottom: 20px;
}

.rodzaj_konta span{
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.rodzaj_konta [type="button"]{
    height:70px;
    line-height:70px;
    width:98px;
}

a.button{
    padding: 5px 10px;
}

a.button:hover{
    text-decoration: none;
}

.button,[type="submit"],button {
    cursor: pointer;
    outline: none;
    background: #23a4fe;
    border-radius: 6px;
    border: 0;
    text-indent:0;
    display:inline-block;
    color:#ffffff !important;
    font-size:15px;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    
}.button:active,[type="submit"]:active,button:active {
    position:relative;
    top:1px;
}
.button:hover{
	background-color: #1284d4;
	-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.button.red {
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color:#fe1a00;
    border:1px solid #d83526;
    text-shadow:1px 1px 0px #b23e35;
}
.button.red:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color:#ce0100;
}.button.red:active {
    position:relative;
    top:1px;
}

.button.green {
    -moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    box-shadow:inset 0px 1px 0px 0px #d9fbbe;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
    background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
    background-color:#b8e356;
    border:1px solid #83c41a;
    text-shadow:1px 1px 0px #86ae47;
}
.button.green:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
    background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
    background-color:#a5cc52;
}.button.green:active {
    position:relative;
    top:1px;
}

.rodzaj_konta [type="button"].chosen{
    background-image: url('../images/core/form_success_icon.png');
    background-repeat: no-repeat;
    background-position: center 8px ;
}

#modalWrapper h1{
    margin: 0;
}

#modalWrapper ol{
    margin-top: 0;
}

.communicat_info{
    margin-left: 10px;
    margin-right: 10px;
}

#cookieAccept{
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #eaeaea;
    padding: 5px;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

    #cookieAccept span{
        cursor: pointer;
        color: #75dff9;
    }

        #cookieAccept span:hover{
            text-decoration: underline;
        }
        
.jTabs article ul{
    margin-left: 0;
}

#siteWrapper main.mainBlogWidth{
    width: 769px;
    float: left;
    background: rgba(255,255,255,0.5);
    border-radius: 6px;
    padding: 20px;
    /*border: solid rgba(4,68,105,0.2) 1px;*/
}

main.mainBlogWidth h2{
    margin-top: 25px;
    margin-bottom: 18px;
}

#siteWrapper main.mainBlogWidth .commentData{
    width: 689px;
}

#blogRightPanel{
    width: 231px;
    /*border: solid rgba(4,68,105,0.2) 1px;*/
    border-radius: 6px;
    background: rgba(255,255,255,0.5);
    float: right;
    padding: 20px;
    /*border: solid rgba(4,68,105,0.2) 1px;*/
}

.articleWrapper footer p{
    color: #97a0a8;
    margin-bottom: 0px;
    width: 33%;
    display: inline-block;
    font-size: 14px;
}

    .blogArticleCommentsNumber{
        text-align: center;
    }
    
    .blogArticleRating{
        text-align: right;
    }

#blogRightPanel .searchInput{
    width: 177px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.5) url('../images/core/search-icon.png') 5px center no-repeat;
    padding-left: 33px;
    color: #97a0a8;
}

#blogRightPanel .searchSubmit{
    display: inline-block;
    width: 51px;
    margin-top: 0;
}

#tagsWrapper a{
    color: #97a0a8;
}

#blogRightPanel hr{
    margin: 20px 0;
}

#contestSummary{
    padding: 10px;
    border-radius: 5px;
    border: solid #CECECE 1px;
    background: rgba(255,255,255,0.5);
    margin-top: 20px;
    position: relative;
}

#contestSummaryImg{
    float: left;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 7px #cecece;
}

#contestSummaryParagraph{
    font-size: 26px;
    line-height: 50px;
    padding: 10px;
    width: 802px;
    text-align: center;
    float: right;
}

#contestSummaryButton{
    line-height: 30px;
}

#contestSummary .workListWinner{
    position: absolute;
    left: 0;
}

#contestWinnerImg{
    float: left;
    margin: 10px 20px 10px 10px;
    background: #fff;
    box-shadow: 1px 1px 7px #cecece;
}

#komentarze-konkursu ul{
    list-style-type: none;
}

#komentarze-konkursu #commentsWrapper, 
#komentarze-konkursu fieldset{
    padding: 0;
}

#komentarze-konkursu .commentsHeader{
    margin-left: 0;
}

.contestCommentTxtArea{
    height: 30px;
    margin:0;
}

.loader{
    width: 100px;
    height: 100px;
    position: absolute;
    background: url('../images/core/loader.gif');
}

.marginTop40{
    margin-top: 40px;
}

.marginTop-20{
    margin-top: -20px;
}

.marginTop20{
    margin-top: 20px;
}

.width100{
    width: 100%;
}

.communicatRed{
    color: red;
    font-weight: bold;
}

.bannerMain{
    margin: 16px 0 28px 0;
}

.lista_konkursow_zaloz_konkurs{
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 35px;
    font-size: 30px;
}

    #lista_konkursow_menu a{
        padding: 5px 0; 
        font-size: 18px;
        display: block;
    }
    
    #lista_konkursow_menu a.chosen{
        font-weight: bold
        
    }

#opis-konkursu img{
	max-width: 100%;
}

.marginTop30{
	margin-top: 30px;
}

#mainNav .ladunki-link a{
	color: #fe1a00;
}

.formNewContestBudget{
	margin-bottom: 20px;
}

#powiadomienia_o_przebiciach_wrapper{
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
}

.flaga{
	height: 10px;
}

table{
    background: #fff;
}

.data_dodania{
    width: 100%;
}
