/*
Theme Name: Triumf
Author: GoApps
Author URI: http://goapps.pl/
*/

/*

colors:



*/


body {
	/*background:#fff url(img/bg-new7a.jpg) top center no-repeat;*/
    background:#fff url(img/bg-pattern.png) repeat left top;
       
}




/* triumf */


.box-over:hover {
    opacity: 0.5;
}

.nou {
    text-decoration: none !important;
}

.mainbox {
	color:#000;
	position:relative;
        border-radius: 6px;
    text-decoration: line-through;
}

.mainbox h2 {
	font-size:18px;
	margin:0;
}

.mainbox h3 {
	margin: 47px 0 0 0 ;
	font-size: 12px; 
	font-weight:bold;
	width:245px;
}


.mainbox .boxtext {
	position:absolute; top:16px; left:17px; z-index:20;
}



.mainbox .overlay, .slideshow .overlay, .overlay {
	position:absolute; left:0; top:0; z-index:10;
}









/* OLD */




a img {
	border:0;
}

body {
	margin:0;
	padding:0; 
	font-family: "Frutiger", "Univers", "Helvetica Neue", arial, helvetica, sans-serif;
	
}

.header_mid {
	height:73px;
        width: 186px;
	display:table-cell;
	vertical-align:middle;
        float: left;
        margin-top: -50px;
}

.header_mid img {
        width: 160px;
        margin-top: 40px;
}

.menu-bar {
    float: right;

}

.more-btn {
    background: #55bc22;
    padding: 5px 10px !important;
    border-radius: 4px;
    display: block;
    width: auto !important;
    color: #fff !important;
}

.more-btn:hover {
    background: #47890f !important;
}


.logo {
	text-align:center;
}

.menu {
    background: url(img/menu-bg.png) top left no-repeat;
	height:40px;
    border-radius: 10px;
    box-shadow: 0 2px 0 #fff;
}

.menu a {
	float:left;
	padding:10px 5px;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
        line-height: 30px;
	width:95px;
	height:30px;
	text-align:center;
	color:#fff;
	text-shadow: 0 -1px 0 #47890f;
}
.badge-q {
    position:absolute; 
    top: 60px; 
    right: -140px; 
    z-index: 100;
}

#ribbon {
    position: absolute;
    background: url(img/ribbon.png) no-repeat center top;
    width: 765px;
    height: 28px;
    right: 10px;
    top: 40px;
}

.badge-q img {
    /*width: 94px;
    height: 159px;*/
}
.txtupper {
    text-transform: uppercase !important;
}

.menu a:hover, .menu a.active { 
	color:#000;
	text-shadow:none;
	background: url(img/selected-menu.png) top left no-repeat;
	
}

.logo_footer {
    background: #fff;
    padding-bottom: 10px;
    position: relative;
    border-radius: 10px;
    width: 940px;
}

.logo_footer h2 {
    text-align: center;
    color: gray;
    margin: 0;
    position: relative;
    top: 15px;
}

.footer_container {
	background-color:#ececec;
	width:100%;
}


#footer h2 {
	color: #0053a3;
	font-size:14px;
	margin: 27px auto 17px auto;
}

#footer a {
	color:#5e5e5e;
	text-decoration:none;
	font-size:14px;
	display:block;
	margin-bottom:10px;
}

#footer a:hover {
	color:#333;
	text-decoration:underline;
}


.sidebar {
	border-bottom:0;
	/*margin-top:20px;*/
}


.sidebar a {
	display:block;
	padding:11px 20px;
	font-size:14px;
	color: #515151;
	text-decoration:none;
	font-weight:bold;
	/*border-bottom:5px solid #515151;*/
        background-color:#ecf0f5;
}

.sidebar a:hover, .sidebar a.active {
	background-color: #dde5ee;
	color: #000;	
/*	border-bottom:5px solid #0053a3;*/
}


#main {
/*	padding-top:20px;
	padding-bottom:20px;*/
	color:#333;
	font-size:12px;
	line-height:1.8em;
	
}



.mainbox {
	background-color:#b9d2f3;
	margin-top:20px;
}

.loga {
	text-align:center;
	padding-top:20px;
    width: 210px !important;
}


.separator {
	border-bottom:1px solid #ccc; overflow:visible; visibility:visible; height:30px; width:940px; margin:auto;
}

.input-search {
	background:url(img/search-bg.png) top left no-repeat;
	width:205px;
	height:22px;
	padding:5px;
	color:#7b7b7b;
	font-size:14px;
	border:0;
	margin:5px 5px 0 0 ;
}


.bottomlinks {
	text-align:center; padding-top:30px; padding-bottom:30px;
	text-decoration:none;
	/*color:#666;*/
    color:#fff;
}

.bottomlinks a {
	text-decoration:none;
	/*color:#666;*/
    color:#fff;
}


.produkt {	
	
	float:left; clear:right; width:160px;
	margin:0;
	margin-left:20px;
	margin-bottom:20px;
	position:relative;
	background:url('img/product.png') top center no-repeat; 
	height:225px;
	
}

.produkt:hover {	
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}


.wide {	
	width:172px;
	background:url('img/productWide.png') top center no-repeat; 
}

.sidebarHead {
	padding:10px 20px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	background:url('img/sideMenuTop.png') top center no-repeat; 
}

.productName {
	display:block;
	font-weight:bold;
	text-align:center;
}


.productName a {
	display:block;
	padding:5px;
	font-weight:normal;
        line-height: 14px;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-size:11px;
}


.productName a:hover {
	text-decoration:underline;
}

.productPhoto {
	display:block;
	text-align:center;
	padding-top:10px;
}

.productPhoto img {
	max-width: 120px;
}

.buttonWiecej, .buttonKup {
	color:#fff;
	width:60px;
	height:18px;
	padding:1px 4px 6px 4px; 
	margin:auto;
	display:inline-table;
	text-align:center;
	text-decoration:none;
	margin-top:4px;
	font-size:10px;
	font-weight:bold;
        opacity: 1 !important;
}

.buttonWiecej:hover, .buttonKup:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

.buttonKup {
	background:#333 url(img/buttonKup.png) top center no-repeat;
}

.buttonWiecej {
	background:url(img/buttonWiecej.png) top center no-repeat;
}


.detailsName {
	 position:absolute; top:40px; left:35px; font-size:24px;
}

.detailsDesc {
	position:absolute; top:75px; left:35px; width:331px;
}

.detailsDesc p {
    font-weight: normal;
    display: inline-block;
}

.detailsBuyNow  { 

	position:absolute; top:280px; left:189px;
	z-index:100;
}

.detailsBuyNow a { 
	display:block;
	width:172px;
	height:34px;
	background: url(img/kupTerazButton.png) top center no-repeat;	
	padding:10px 0 0 0;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	text-align:center;
}

.detailsBuyNow a:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */	
}

.detailsPhoto { 
	position:absolute; top:74px; left:389px; width: 167px; height: 188px;
}

.detailsPhoto { 
	max-width: 300px;
}

.topButtons {
	text-align:right;
}

.topButtons a img {
	margin:10px 10px 5px 0;
}

.topButtons a:hover {

	opacity:0.8;
	filter:alpha(opacity=80);
}

/*  
Sticky Footer Solution
by Steve Hatcher
http://stever.ca http://www.cssstickyfooter.com
*/

html, body, #wrap {height: 100%;}

body > #wrap { height: auto; min-height: 100%; }

/* must be same height as the footer */
#content { overflow: auto; padding-bottom: 300px; } 

#footer {
	position: relative;
	margin-top: -300px; /* negative value of footer height */
	height: 300px;
	clear: both;
	
	background-color:#ececec;
} 

/*Opera Fix*/
body:before { /* thanks to Maleika (Kohoutec)*/
	content: "";
	height:100%;
	float: left;
	width: 0;
	margin-top: -32767px; /* thank you Erik J */
}


/* menu pk */

.sub-nav {
   color: #000;
    line-height: 16px;
    padding: 10px 15px;
        text-align: left !important;
    display: inline-block !important;
    float: left;
}


.sub-nav a {
    text-align: left;
    font-size: 11px;
    width: 100%;
    line-height: 18px !important;
    color: #000;
    font-weight: normal;
    padding: 0;
    height: auto;
    text-shadow: none;
}

.sub-nav a:hover {
    background: none;
    text-decoration: underline;
    
}

.sub-nav ul, .sub-nav li {
    list-style: none;
    display: list-item;
    font-size: 11px;

}

.sub-nav-mid {
    border-right: 1px solid #cfd7e2 !important;
    font-weight: normal !important;
    line-height: 14px !important;
}

.papers {
    padding-top: 20px;
}

.papers a {
    display: block;
    width: 48px;
    height: 71px;
}

.papers a img {display: block;}

.papers a + a {
    margin-left: 30px;
}

.papers a.black {background: url(img/renovaPapers.png) no-repeat 0 0;}
.papers a.pink {background: url(img/renovaPapers.png) no-repeat -48px 0;}
.papers a.orange {background: url(img/renovaPapers.png) no-repeat -96px 0;}
.papers a.blue {background: url(img/renovaPapers.png) no-repeat -144px 0;}
.papers a.red {background: url(img/renovaPapers.png) no-repeat -192px; 0;}
.papers a.green {background: url(img/renovaPapers.png) no-repeat -240px 0;}
.papers a.yellow {background: url(img/renovaPapers.png) no-repeat -288px 0;}

.papers-desc {
    text-align: center;
    margin-top: 100px;
}

.sub-nav-head {
    text-transform: uppercase;
    font-weight: bold !important;
    margin-bottom: 8px;
}

.sub-block {
    width: 85px;


    margin-top: 10px;
    padding: 10px;
    text-align: center;

        display: inline-block;
}
.sub-block a {
    text-align: center;

}
.sub-item {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: block;
    padding: 10px 0;
    
}

img.sub-nav-baner-t1 {
        float: left;
        width: 560px; 
        height: 80px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-left: 5px;
}

img.sub-nav-baner-t1xx {
        float: left;
        width: 560px; 
        height: 90px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-left: 5px;
}

img.sub-nav-baner-t1xxy {
        float: left;
        width: 559px; 
        height: 93px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-left: 5px;
}

img.sub-nav-baner-t1x {
        float: left;
        width: 560px; 
        height: 154px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-left: 5px;
}

.sub-img-contact {
    width: 200px; height: 200px; float: right; margin: 20px 10px 0 0;
    -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
}

.sub-nav-dowiedzsie {
        font-weight: bold;
        margin-top: 8px;
        margin-bottom: 8px;
}

.sub-nav-dowiedzsie a {
        font-weight: bold;
}





/* logo */

.bottomLogo {
	display:block;
	margin:auto;
	width:114px;
	height:64px;
}

.bottomLogo:hover {
	background-position: 2px 0;
}

.MyDalli {
	background:url(img/bottomMyDalli.png) top right no-repeat;
}


.littleangel {
	background:url(img/bottom-littleangel.png) top right no-repeat;
}

.dalli-btm{
	background:url(img/bottom-dalli.png) top right no-repeat;
}

.renova {
	background:url(img/bottom-triumf.png) top right no-repeat;
}
.selpak {
	background:url(img/bottom-selpak.png) top right no-repeat;
}


.DalliMed {
	background:url(img/bottomDalliMed.png) top right no-repeat;
}

.Evidur {
	background:url(img/bottomEvidur2.png) top right no-repeat;
}

.Glix {
	background:url(img/bottomGlix2.png) top right no-repeat;
}



.stars4, .stars5 {
    
    margin: 0 auto;
    display: block;
    width: 70px;
    height: 15px;
}

.stars4 {
    background: url(img/stars-ratingemp.png) no-repeat;
}

.stars5 {
    
    background: url(img/stars-rating.png) no-repeat;
}

.buynow-btn, .seemore-btn {
    background: url(img/buysee-btn.png) no-repeat; 
    display: block;
    margin-bottom: 4px;
    width: 85px !important;
    height: 24px !important;
    text-indent: -9999px;
}

.buynow-btn {
    background-position: -1px 0;
}

.buynow-btn:hover {
    background: url(img/buysee-btn.png) no-repeat !important; 
    background-position: -92px 0 !important;  
}

.seemore-btn {
    background-position: -1px -28px;
}

.seemore-btn:hover {
    background: url(img/buysee-btn.png) no-repeat !important;
    background-position: -92px -28px !important; 
    
}

.background {
    background: rgba(0, 0, 0, 0.75);
}

.my-page-view a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.my-page-view a:hover {
    text-decoration: underline;
}

.my-page-view {
    color: #fff;
}

.my-page-view h2 {
    color: #000;
    margin-bottom: -10px;
}

.my-page-view p {
    /*border-bottom: 1px solid #dadada;*/
    margin: 20px 0;
    padding-bottom: 20px;
}




.my-page-view-article {
    color: #fff;
}

.my-page-view-article h2 {
    color: #000;
    margin-bottom: -10px;
}

.my-page-view-article p {
    margin: 17px 0;
}


.contact-form {
    color: #fff;
}

.contact-form input {
    width: 578px;
    border: 1px solid #3f517a;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 4px;
}


.contact-form textarea {
    border-radius: 4px;
    padding: 10px;
    width: 578px;
    border: 1px solid #3f517a;
    resize: none;
}

.contact-form select {
    border-radius: 4px;
    padding: 10px;
    width: 600px;
    border: 1px solid #3f517a;
    resize: none;
}



input[type=submit] {
    width: 601px;
    height: 42px;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
    background: url(img/likenav-bg.jpg) repeat-x;
    text-align: center;
    border: none;
}


input[type=submit]:hover {

   opacity: 0.75;

}

.article-item p
{
        border: none;
}


.s-arrow {
    display: block;
    width: 5px;
    height: 9px;
    margin: 2px 8px 0 0;
    background: url(img/sarrow.png) no-repeat;
    float: left;
}

.s-arrow2 {
    display: inline-block;
    width: 5px;
    height: 9px;
    margin: 2px 6px 0 12px;
    background: url(img/sarrow.png) no-repeat;

}

.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 5px;
}

.alignright {
	float: right;
	margin-left: 5px;
}


.before-menu {
    width: 758px;

    float: left;
    display: inline-block;
}
#languages {
padding: 0;
margin: 0;
text-align: right;
float: left;
margin: 12px 0 0 450px;
}

#languages ul, #languages li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

#languages a {
    /*color: #5570a7;*/
    color: #fff;
    text-decoration: none;
}

#languages a:hover {
    text-decoration: underline;
}

#languages li::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 9px;
margin: 0 5px;
    /*background: #506da5;*/
    background: #fff;
}

/*#languages li:last-child {
    margin: 0 5px 0 0;
}*/