/*
Theme Name: PTS
Theme URI: http://pts.org.pl/
Description: 
Author: Agencja Interaktywna Twoj DESIGN Lukasz Rykowski
Author URI: http://twoj-design.pl/
Version: 1.0
Tags:

License:
License URI:

General comments (optional).
*/
@charset "utf-8";
/* CSS Document */


@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-responsive.css'); 
@import url('responsive.css'); 
@charset "utf-8";
/***Wszelkie prawa zastrzeżone - wyłączny autor: RYKOWSKI - Twój Design***/
/**www.rykowski.szczecin.pl**/
/*prefiksy CSS3 dla przeglądarek:
-o-  opera
-ms- IE
-moz- Mozilla
-webkit- chrome, safari
*/ 

/*selektor uniwersalny*/
* {
}

/*****fonts *****/
@font-face {
    font-family: OpenSans;
    src: url(fonts/opensans-regular.ttf);
}

@font-face {
    font-family: OttawaBold;
    src: url(fonts/ottawabold.ttf);
}

@font-face {
    font-family: OpenSansBold;
    src: url(fonts/opensans-bold.ttf);
}

@font-face {
    font-family: OpenSansLight;
    src: url(fonts/opensans-light.ttf);
}

@font-face {
    font-family: OpenSansSemiBold;
    src: url(fonts/opensans-semibold.ttf);
}

@font-face {
    font-family: LatoBold;
    src: url(fonts/lato-bold.ttf);
}

@font-face {
    font-family: LatoBlack;
    src: url(fonts/lato-black.ttf);
}

@font-face {
    font-family: LatoRegular;
    src: url(fonts/lato-regular.ttf);
}

@font-face {
    font-family: LatoLight;
    src: url(fonts/lato-light.ttf);
}

@font-face {
    font-family: ProximaNovaRegular;
    src: url(fonts/proximanova-regular.otf);
}

@font-face {
    font-family: ProximaNovaLight;
    src: url(fonts/proximanova-light.otf);
}

@font-face {
    font-family: Santo;
    src: url(fonts/santo.otf);
}


@font-face {
    font-family: RalewayBold;
    src: url(fonts/raleway-bold.ttf);
}



@font-face {
    font-family: RalewayExtraBold;
    src: url(fonts/raleway-extrabold.ttf);
}



@font-face {
    font-family: RalewayExtraLight;
    src: url(fonts/raleway-extralight.ttf);
}



@font-face {
    font-family: RalewayHeavy;
    src: url(fonts/raleway-heavy.ttf);
}



@font-face {
    font-family: RalewayLight;
    src: url(fonts/raleway-light.ttf);
}



@font-face {
    font-family: RalewayBold;
    src: url(fonts/raleway-bold.ttf);
}



@font-face {
    font-family: RalewayMedium;
    src: url(fonts/raleway-medium.ttf);
}



@font-face {
    font-family: RalewayRegular;
    src: url(fonts/raleway-regular.ttf);
}



@font-face {
    font-family: RalewayThin;
    src: url(fonts/raleway-thin.ttf);
}



@font-face {
    font-family: RalewaySemiBold;
    src: url(fonts/raleway-semibold.ttf);
}




@font-face {
    font-family: RobotoCondensedRegular;
    src: url(fonts/robotocondensed-regular.ttf);
}



@font-face {
    font-family: RobotoRegular;
    src: url(fonts/roboto-regular.ttf);
}



@font-face {
    font-family: RobotoLight;
    src: url(fonts/roboto-light.ttf);
}


@font-face {
    font-family: Olivier;
    src: url(fonts/olivier.ttf);
}

@font-face {
    font-family: BebasNeue;
    src: url(fonts/bebasneue.otf);
}

@font-face {
    font-family: BebasNeueBook;
    src: url(fonts/bebasneuebook.ttf);
}

/***/


body {
       background-color: #fff;
       color: #000;
       margin: 0;
       padding: 0;
	   
	   font-family: 'RobotoRegular';
	   
}

.test1 {
	 background: red;
}
.test2 {
	 background: green;
}
.test3 {
	 background: blue;
}

.bg-white {
	 background-color: #fff;
}


.bg-title {
	 background-color: #792e29;
}


.border-bottom {
	 border-bottom: 1px solid #cccccc;
	 margin-left: 0;
	 margin-right: 0;
	 margin-bottom: 30px;
	 padding-bottom: 20px;
}

.imagesarea img {
	 width: 100%;
	 height: auto;
}

/****** wd ******/

.full-wd {
	 width: 100%;
	 min-width: 1200px;
}

.centermax-wd {
	 width: 1200px;
	 margin-left: auto;
	 margin-right: auto;
	 
}

.center-wd {
	 width: 1000px;
	 margin-left: auto;
	 margin-right: auto;
	 
}

/****** wd % ******/
.wd-05 {
	 width: 50%;
	 float: left;
}

.wd-03 {
	 width: 30%;
	 float: left;
	 margin-right: 2%;
}


/* --------------------------- header -------------------------*/
header {

}

header .padd{
	 padding-top: 40px;
	 /*padding-bottom: 20px;*/
}




header .menu {

		}

						header .menu .navbar {
						 margin: 0 !important;
						 min-height: 1px !important;
						 border: none;
						}
						
						header .menu #myNavbar {
						 margin: 0 !important;
						}
						
						header .menu #myNavbar ul {
							
						 margin: 0 !important;
						 float: right;
						}
						
header nav ul ul {
	display: none;
}

	header nav ul li:hover > ul {
		display: block;
	}
	
	
header nav ul {

	padding: 0 0px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}

	header nav ul:after {
		content: ""; clear: both; display: block;
	}

	
	header nav ul li {
	float: left;
}
	header nav ul li:hover {
		background: #9c4e53;

	}
		header nav ul li:hover a {
			color: #fff;
		}
			header nav ul li a:hover {
			text-decoration: none;
		}
	
	header nav ul li a {
		display: block; padding: 15px 15px;
		color: #000; text-decoration: none;
		
		font-family: 'RobotoRegular';
		font-size: 14px;
		
		text-transform: uppercase;
		
	}
	
	
header nav ul ul {
	background: #9c4e53; border-radius: 0px; padding: 0;
	position: absolute; top: 100%; z-index:9999;
	min-width:240px;
}
	header nav ul ul li {
		float: none; 
		position: relative;
	}
		header nav ul ul li a {
			padding: 9px 15px;
			/*padding-right: 80px;*/
			padding-right: 0px;
			color: #fff;
			text-transform: none !important;
			font-size: 13px;
			
			
		}	
			header nav ul ul li a:hover {
				background: #9c4e53;
				text-decoration: none;
			}
	
	
@media (min-width: 991px) and (max-width: 1200px) {

		header nav ul li a {

			font-size: 12px !important;
			
			
		}
		
		
		#boxy .box .big h3, #boxy .box .big h3 a, #boxy .box .podatek h3, #boxy .box .podatek h3 a, #boxy .box .bigger h3, #boxy .box .bigger h3 a {
			 font-size: 19px !important;
		}

}
	
	

header .login{
	 padding-left: 50px;
}
			
		header .login a, #qtranxs_select_qtranslate-2-chooser {
			 font-family: 'RobotoCondensedRegular';
			 font-size: 14px;
			 color: #8e8e8e;
			 
			 padding: 0px 7px;
		}

#qtranxs_select_qtranslate-2-chooser {
border: 1px solid #fff;
background: #fff;
}

		
		
/* --------------------------- #titlearea -------------------------*/
#titlearea {
	 padding-top: 30px;
	 padding-bottom: 40px;
}

		
		#titlearea h1 {
		 font-family: 'BebasNeue';
		 /*font-weight: bold;*/
		 font-size: 71px;
		 text-transform: uppercase;
		 color: #fff;
		 }

	
		
		
		
		
		
/* --------------------------- #okruchy -------------------------*/
#okruchy {
	 padding-top: 22px;
	 padding-bottom: 10px;
	 border-bottom: 1px solid #cccccc;
	 
}

	#okruchy p, #okruchy p a{
		 font-family: 'RobotoRegular';
		 font-size: 11px;
		 color: #643532;
	}


	#okruchy span {
		 padding-left: 3px;
		 padding-right: 3px;
	}



/* --------------------------- #sliderarea -------------------------*/
#sliderarea {


}

#sliderarea .slidertitle {
		 min-height: 390px;
}

		#sliderarea .slidertitle .big {
				 width: 50%;
				 background: rgba(0,0,0,0.5);
				 
				 padding: 13px;
				 
				 position: relative;
				 top: 150px;
		}


		#sliderarea .slidertitle .big h1, #sliderarea .slidertitle .big h1 a {
				 font-family: 'BebasNeue';
				 /*font-weight: bold;*/
				 font-size: 62px;
				 text-transform: uppercase;
				 text-decoration: none;
				 color: #fff;
		}



#sliderarea .sliderboxy {
		 min-height: 190px;
}



/* --------------------------- #index-news -------------------------*/
#index-news {
	 padding-bottom: 8px;
}


#index-news p.title {
	 margin-bottom: 3px;
	 font-size: 13px;
	 padding-bottom: 5px;
	 padding-top: 10px;
}
#arrowsy {
padding-top: 40px;
padding-bottom: 10px;
}
#arrowsy a {
	 padding-bottom: 10px;
	 color:#b91d26;
	 font-weight:bold;
}


@media (min-width: 991px) {

	#index-news p.title .newstitle, #index-news p.title .newstitle a {
		 color: #b91d26;
		 font-weight: bold;
		 font-size: 15px;
	}
}

@media (max-width: 991px) {

	#index-news p.title .newstitle, #index-news p.title .newstitle a {
		 color: #b91d26;
		 font-weight: bold;
		 font-size: 23px;
		 text-align: left !important;
	}
}

	#index-news p.title .newsdate {
		 color: #676767;
	}


	.newsmore  {
		 text-align: right;
		 padding-right: 30px;
		 padding-bottom: 20px;
	}
	.newsmore a  {
		 color: #333333;
	}



/* --------------------------- #content -------------------------*/
#content {
	 padding-top: 20px;

	 
}



		#content .sidebar-menu {
			 min-height: 300px;
			 background: #f6f6f6;
			 
			 padding: 15px 5px;

			 
		}

			#content .sidebar-menu ul {
				 
			}

					#content .sidebar-menu ul li a {
						 font-family: 'RobotoRegular';
						 font-size: 14px;
						 color: #643532;
						 text-transform: uppercase;
					}

							#content .sidebar-menu ul li > ul {
								 padding-top: 7px;
								 padding-left: 10px;
								 padding-bottom: 7px;
							}


							#content .sidebar-menu ul li > ul li a {
									 font-size: 13px;
									 text-transform: none;
							}







		#content .content {
			 
			 
		}


		#content .content ol, #content .content ul {
	
			 padding-left: 20px;
			 padding-bottom: 10px;
			 
			 
		}

		#content .content ul {
	
			 list-style-type: square;
			 
			 
		}

		#content .content ol li, #content .content ul li  {
	
			 padding-top: 5px;
			 text-align: justify;
			 
			 
		}

				#content .content h1, #content .content h2, #content .content h3{
					 color: #333333;
					 text-transform: uppercase;
					 
				}


						#content .content h1{
							 font-family: 'BebasNeue';
							 font-weight: bold;
							 font-size: 29px;
							 color: #873631;
							 
						}

						#content .content h2{
							 font-family: 'BebasNeueBook';
							 font-size: 25px;
							 
						}

						#content .content h3{
							 font-family: 'BebasNeueBook';
							 font-size: 20px;
							 
						}



				#content .content p {
					 font-size: 13px;
					 color: #333333;
					 text-align: justify;
					 
				}




/* --------------------------- #oddzial-okienka -------------------------*/


#oddzial-okienka {
	 padding: 40px 0px;
	 

}

#oddzial-okienka .okienko{
	 height: 210px;
	 width: 100%;
	 
	 padding: 20px;

}



#oddzial-okienka .okienko h1 {
	 color: #fff;
	 text-decoration: none;
	 font-weight: normal;
	 padding-top: 0;
	 margin-top: 0;

}

#oddzial-okienka .okienko h2, #oddzial-okienka .okienko h2 a {
	 color: #fff;
	 text-decoration: none;
	 padding-top: 60px;

}

#oddzial-okienka .okienko p, #oddzial-okienka .okienko p a {
	 color: #fff;
	 text-decoration: none;


}


	#oddzial-okienka .okienko.kontakt{
		 background: #9b4843;

	}


			#oddzial-okienka .okienko.kontakt h2{
				 padding-top: 6px;

			}


			#oddzial-okienka .okienko.kontakt p{
				 text-align: left;

			}


	#oddzial-okienka .okienko.mapa{
		 background: #9b4843 url(img/mapa-okienko.jpg) center center;
		 background-size: cover;
		 padding: 3px;

	}



	#oddzial-okienka .okienko.facebook{
		 background: #3b5998 url(img/f.png) 20px 20px no-repeat;

	}






/* --------------------------- #nagrody -------------------------*/


#nagrody {
	 padding: 40px 10px 90px 10px;
	 
}

/* pojedyncza */

	#nagroda {
		 width: 100%;
		 height: 340px;
		 
		 padding: 0px 15px;
		 
		 margin-bottom: 30px;

	}

		#nagroda .nagroda-title {
			 height: 300px;
		}
		
			#nagroda .nagroda-title h1 {
				 color: #fff;
				 font-weight: normal;
			}

		#nagroda .nagroda-link {
			 height: 40px;

		}
		
			#nagroda .nagroda-link a {
				 color: #fff;
				 font-size: 13px;
				 padding-right: 5px;
			}

	/*** TŁA ***/
			#nagroda.fznaniecki {
				 background: #000 url(img/nagrody/fznaniecki.jpg) center center no-repeat;
				 
			}

			#nagroda.sossowski {
				 background: #000 url(img/nagrody/sossowski.jpg) center center no-repeat;
				 
			}

			#nagroda.amatejko {
				 background: #000 url(img/nagrody/amatejko.jpg) center center no-repeat;
				 
			}

			#nagroda.tlumaczenia {
				 background: #000 url(img/nagrody/tlumaczenia.jpg) center center no-repeat;
				 
			}







/* --------------------------- #kontakt-pobierzarea -------------------------*/


#kontakt-pobierzarea {
	 
	 
}

#kontakt-pobierzarea #kontakt-pobierz {
	 width: 100%;
	 height: 120px;
	 padding: 20px;
	 
}
#kontakt-pobierzarea #kontakt-pobierz p {
	 color:#fff;
	 
}

#kontakt-pobierzarea #kontakt-pobierz.pdf {
	 background: #b34b45 url(img/pdf.png) 90% 70% no-repeat;
	 
}

#kontakt-pobierzarea #kontakt-pobierz.pdf:hover {
	 background: #c2514b url(img/pdf.png) 90% 70% no-repeat;
	 
}

#kontakt-pobierzarea #kontakt-pobierz.word {
	 background: #b34b45 url(img/word.png) 90% 70% no-repeat;
	 
}

#kontakt-pobierzarea #kontakt-pobierz.word:hover {
	 background: #c2514b url(img/word.png) 90% 70% no-repeat;
	 
}


/* --------------------------- #boxy -------------------------*/
/* Będą edytowane przez presonalizację. 
W personalizacji będzie się zmieniało treść i tło danego boxa.

Boxy zostaną podzielone na cztery grupy
- boxy z textem w gornej czersci 
- boxy z tekstem na tle 

- boxy male o wqysokosci 160px
- boxy duze o wysokosci 340px */


#boxy {

}

#boxy.sidebar {
	 padding-top: 60px;
	 padding-bottom: 20px;

}

	#boxy .box {
		 background-size: cover;
		 

	}


	#boxy .box p {
		 text-align: left;
		 

	}


		#boxy .box.kylo {
			 min-height: 160px;
			 margin-bottom: 25px;
		}
			
			#boxy .box.kylo .big {
				 top: 90px;
				 max-height: 50px;
				 overflow: hidden
			}

		#boxy .box.ren {
			 min-height: 340px;
		}

			
			#boxy .box.ren .big {
				 top: 200px;
				 max-height: 130px;
				 overflow: hidden;
			}



			#boxy .box .big {
				 width: 90%;
				 background: rgba(0,0,0,0.5);
				 
				 padding: 13px;

				 margin-left: auto;
				 margin-right: auto;
				 
				 position: relative;

				 
			}

			#boxy .box .bigger {
				 width: 95%;

				 
				 padding: 13px;

				 margin-left: auto;
				 margin-right: auto;
				 
				 position: relative;

				 
			}


			#boxy .box .podatek {
				 width: 90%;

				 padding-top: 13px;

				 margin-left: auto;
				 margin-right: auto;
				 
				 position: relative;

				 
			}


			#boxy .box .big h3, #boxy .box .big h3 a, #boxy .box .podatek h3, #boxy .box .podatek h3 a, #boxy .box .bigger h3, #boxy .box .bigger h3 a {
				 font-family: 'BebasNeue';
				 /*font-weight: bold;*/
				 font-size: 25px;
				 color: #fff;
				 
				 margin-top: 0;
				 margin-bottom: 3px;
			}
			
			#boxy .box .big h3.tel, #boxy .box .podatek h3.tel {
				 font-size: 41px;

			}
			
			#boxy .box .big p, #boxy .box .big p a, #boxy .box .bigger p, #boxy .box .bigger p a, #boxy .box .podatek p, #boxy .box .podatek p a {
				 font-size: 13px;
				 color: #fff;
				 
				 padding-top: 3px;

			}			
			
			#boxy .box .bigger p {
				 position: relative;
				 top: 40px;

			}

		#boxy .box.ren {
			 min-height: 340px;
		}


		
/*tła do boxów *******/

	#boxy .pierwszy .box {
		 background: url(img/box/01.jpg) center center no-repeat;
		 background-size: cover
	}

	/*
	#boxy .drugi .box {
		 background: url(img/box/02.jpg) center center no-repeat;
		 background-size: cover
	}*/

	/*
	#boxy .trzeci .box {
		 background: url(img/box/03.jpg) center center no-repeat;
		 background-size: cover
	}
*/
	
	#boxy .czwarty .box {
		 background: url(img/box/04.jpg) center center no-repeat;
		 background-size: cover
	}

/*	
	#boxy .piaty .box {
		 background: url(img/box/05.jpg) center center no-repeat;
		 background-size: cover
	}

	
	#boxy .szosty .box {
		 background: url(img/box/06.jpg) center center no-repeat;
		 background-size: cover
	}

	*/
	#boxy .siodmy .box {
		 background: #b92e36;
	}

	
	#boxy .osmy .box {
		 background: url(img/box/07.jpg) center center no-repeat;
		 background-size: cover
	}
/*
	
	#boxy .dziewiaty .box {
		 background: url(img/box/08.jpg) center center no-repeat;
		 background-size: cover
	}

		
		
		*/
		
		
		
		
		
		

/* --------------------------- footer -------------------------*/
footer {
	 padding-top: 30px;

}


	footer .footerarea {
		 min-height: 150px;
		 background: #f2f2f2;
		 border-top: 1px solid #cccccc;
		 padding-top: 20px;
		 padding-bottom: 10px;
	}

			footer .footerarea .dane p, footer .footerarea .dane p a {
				 font-family: 'RobotoLight';
				 font-size: 13px;
				 color: #333333;
			}

			footer .footerarea .dane p b{
				 font-family: 'RobotoRegular';
			}


			
			
			
	footer .buttony {
		 min-height: 90px;
	}

	
			
			footer .buttony a {
				 font-family: 'RobotoRegular';
				 font-size: 13px;
				 padding-right: 17px;
				 
			}
			
					footer .buttony a span {
						 color: #666666; 
					}
			
	
	footer .polityka {
		 text-align: right;
	}
			
			footer .polityka a {
				 font-family: 'RobotoRegular';
				 font-size: 13px;
			}

			
			
			
			
			
			
			
			
			
			
	footer .copy {
		 padding-top: 15px;
	}

			footer .copy p, footer .copy p a {
				 font-family: 'RobotoLight';
				 font-size: 12px;
				 color: #656565;
			}
			
			footer .copy p span, footer .copy p span a {
				 font-size: 11px;

			}

















img {
       border: none;
}

/*----------------- login -------------------*/

/*----------------- cookies -------------------*/


#cookie-banner {
	 background-color: #000 !important;
	 position: fixed !important;
	 bottom: 0 !important;
	 
}

#cookie-banner #cookie-banner-container .left {
	 color:#fff !important;
	 

}

#cookie-banner #cookie-banner-container .right {
	 padding-top: 10px !important;
}

#cookie-banner #cookie-banner-container .right .accept {
	 background-color: #fff !important;
	 color: #000 !important;
	 border: none !important;
}





#koszyk-link {
    border: none;
    background: #792e29;
    padding: 15px;
    font-family: 'BebasNeueBook';
    font-size: 19px;
    color: #fff;
}



@media (max-width: 991px) {

#cookie-banner #cookie-banner-container .left {
	 font-size: 26px !important;
}

#cookie-banner #cookie-banner-container .right .accept {
	 font-size: 35px !important;
}


}

#tytulsklep{
	padding-top: 20px;
}

#miniaturasklep img {
	width:85%;
	height: auto;
	padding-top: 10px;
}

#opissklep p {
    width:85%;
	padding-top: 20px;
}

#opissklep p a{
    color: #000;
}

#opissklep p a:hover{
    text-decoration: none;
	opacity: 0.9;
}

.content input[type=submit] {

    border: none;
    background: #792e29;
    padding: 5px;
    font-family: 'BebasNeueBook';
    font-size: 19px;
    color: #fff;
}


@media(max-width: 991px) {
.content input[type="submit"] {
    font-size: 30px !important;

    padding-left: 10px !important;
    padding-right: 10px !important;
	}
	
	
.koszyk, .koszyk p, #koszyk-link   {
    font-size: 32px !important;
}



	
.koszyk h3{
    font-size: 35px !important;
}

	

	}
	
	
ul.treeview, ul.treeview ul {
list-style-type: none !important;
}
	
/*koniec*/
