 @font-face {
  font-family: 'icons';
  src:  url('fonts/icons.eot?rypp9g');
  src:  url('fonts/icons.eot?rypp9g#iefix') format('embedded-opentype'),
    url('fonts/icons.ttf?rypp9g') format('truetype'),
    url('fonts/icons.woff?rypp9g') format('woff'),
    url('fonts/icons.svg?rypp9g#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 @font-face
{
font-family: myFont;
src: url('./fonts/castorgate.ttf'),
     url('./fonts/castorgate.eot'); /* IE */
} 
 @font-face
{
font-family: kursFont;
src: url('./fonts/font2.ttf'),
     url('./fonts/font2.eot'); /* IE */
} 

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.my-message {
padding-top:20px;
padding-left:50px;
padding-right:50px;
padding-bottom:20px;
text-align:center;
font-size:13px;
color:#990E0E;
}
.my-lang {
width:1px;
position:relative;
right:-100px;
top:0px;

}
.my-lang  a{
font-size:10px;
}

.contact-table {
width:80%;
}
table.contact-table td{
padding-top:5px;
}
.my-button {
 border: 1px solid #a30f0f;
    border-radius: 5px;
    color: #a30f0f;
    background:#fff;
    padding: 8px 20px 5px;
}
.my-button:hover {
cursor:pointer;
opacity:0.4;
}
input[type="text"] {
    border: 1px solid #ddd;
    height: 32px;
    border-radius: 3px;
    /* padding-right: 20px; */
    text-indent: 10px;
    color: #666;
}
textarea {
    border: 1px solid #ddd;
    height: 62px;
    border-radius: 3px;
    /* padding-right: 20px; */
    text-indent: 10px;
    color: #666;
}
.about-table{
width:90%;
padding-top:20px;
}
.my-main-menu {
width:50%;
}

.my-player-menu {
     text-align: center;
    margin-top: -20px;
	  margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	display: none;
  
}
.icon-stop2:before {
  content: "\e047";
}
.icon-play2:before {
  content: "\e037";
}
.icon-pause2:before {
  content: "\e034";
}
.icon-close:before {
  content: "\e909";
}

.icon-exit:before {
  content: "\ea0d";
}
.icon-play:before {
  content: "\ea15";
}
.icon-stop:before {
  content: "\ea17";
}
.icon-circle-right:before {
  content: "\ea42";

}
.icon-circle-left:before {
  content: "\ea44";

}

.icon-arrow_down:before {
  content: "\e904";
}
.icon-arrow_right:before {
  content: "\e902";
}
.icon-arrow_left:before {
  content: "\e903";
}
.icon-arrow_up:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.footer-icons  {
text-align:center;
width:1008px;
padding-bottom:10px;
    margin-left: auto;
    margin-right: auto;
}
.footer-button {
display:none;
text-align:center;
width:1008px;
padding-bottom:10px;
    margin-left: auto;
    margin-right: auto;
}

.footer-icons a {
font-size:18px;
color: #a30f0f;

}
.my-arrows {
color:#aaa;
font-size:45px;
cursor:pointer;
}
.my-arrows:hover {
color:#a30f0f;
}
.my-player {
color:#aaa;
font-size:25px;
cursor:pointer;
}
.my-player:hover {
color:#a30f0f;
}

.my-circle {
color:#ddd;
font-size:45px;
cursor:pointer;
position:absolute;
}
.l40{
	left:40px;
}
.r40{
	right:40px;
}
.my-panel {
	position:absolute;
	display:inline-block;
	padding: 32% 22%;
	top: 0px;
	opacity:0.1;
}
.my-panel:hover {
	opacity:0.5;
}
.panel-right{

	right: 0px;
	cursor:pointer;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}
.panel-left{
	
	left:0px;
	cursor:pointer;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	}
 body  {
    background:  #ffffff;
    /*background-image: url(./images/background_13.png);*/
    background-repeat:  repeat;
	background-position:center top;
}

 .body2  {
    background:  #f0e6c0;
    background-image: url(./images/www_background2.jpg);
    background-repeat:  repeat;
	
}

 #header  {
    background-image: url(./images/www_logo_8.0.png);
    background-repeat:  no-repeat;
	background-position:center;
	width:300px;
    position:  relative;
    color:  #f0e6c0;
    margin-bottom:  0px;
    min-height:  105px;
    height: auto !important;
    padding-top: 10px;
	left:35%;
	right:35%;
 

 }

 

 #header2  {
    background-image: url(./images/www_logo_8.0.png);
    background-repeat:  no-repeat;
	background-position:center;
	width:400px;
    position:  relative;
    color:  #f0e6c0;
    margin-bottom:  0px;
    min-height:  105px;
    height: auto !important;
    padding-top:  10px;
	left:25%;

 }
 #enter  {
    position:  relative;
	width:20px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	color: #990E0E;
	font-size:15px;
 }

 
 #loadcount {
 font-size:14px;
 color:grey;
 text-align:center;
 }
  #loading {
 	position:absolute;
	 left:49%;
	 width:37px;
	 height:37px;
	 top: 350px; 
	 z-index: 4; 
	 visibility: visible;
 }
  .loading_1 {
    background-image: url(./images/loading_best.gif);
	width:37px;
	height:37px;
  }
  
 .container_mother  {
    width:1008px;
	min-height:750px; 
	margin-left:auto;
	margin-right:auto;
	-moz-box-shadow:  1px 1px 12px #afafaf;
   /* box-shadow: 1px 1px 12px #afafaf;*/
    margin-top: 20px;
	background:  #ffffff;


}
 .container_mother_thin  {
  width:700px;
  	min-height:610px; 
 }

 .container_under  {
    width:600px;
	min-height:250px; 
	margin-left:auto;
	margin-right:auto;
	-moz-box-shadow:  1px 1px 12px #afafaf;
    box-shadow: 1px 1px 12px #afafaf;
    margin-top: 260px;
	background:  #ffffff;


}

 .container_oferta {
    width:800px;
	min-height:1260px; 
	margin-left:auto;
	margin-right:auto;
	-moz-box-shadow:  1px 1px 12px #afafaf;
    box-shadow: 1px 1px 12px #afafaf;
    margin-top: 100px;
	margin-bottom: 100px;
	background:  #ffffff;


}
.img_oferta{
width:180px; 
height:120px;

}

.container  {
background:  #fff;

    width:1000px;
	min-height:750px;	 
	margin-left:auto;
	margin-right:auto;
    margin-top: 5px;
	
	
}


.slideshow-first {
    position:relative;
	margin-top:-143px;
    height:786px;
 background:  #ffffff;
} 
.slideshow-last {
    position:relative;
	margin-top:-30px;
    height:668px;
 background:  #ffffff;
 
} 
 
#slideshow{
    position:relative;
	margin-top:15px;
    height:658px;
	left:5px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:20px;
    z-index:3;
    opacity:0.0;
	width:960px;
}

#slideshow IMG.active {
    z-index:5;
    opacity:1.0;
 background:  #ffffff;
}


#slideshow IMG2 {
    position:absolute;
    top:0;
    left:20px;
    z-index:3;
    opacity:0.0;
	width:700px;
}

#slideshow IMG2.active {
    z-index:5;
    opacity:1.0;
 background:  #ffffff;
}

#slideshow IMG2.last-active {
    z-index:4;
 background:  #ffffff;
}


#slideshow IMG.last-active {
    z-index:4;
 background:  #ffffff;
}

#slideshow IMG.super{
position:relative;
    z-index:12;
   opacity:1.0;
   background:  #ffffff;
}
#slideshow IMG.super-hide {
     z-index:2;
    opacity:0.1;
 background:  #ffffff;
}

#menu{
position:relative;
	z-index:7;

	font-family: Georgia,Century Gothic,Avant Garde,Arial,sans-serif;
	font-size: 14px;
	color: #888888;
    margin-top: 2px;
    padding-top: 0;
    width: 100%;
	line-height: 100%;
	height:21px;
	text-align:center;
	opacity:0.8;

}
#about{

padding-left:100px;
padding-right:100px;
padding-top:20px;
font-size:14px;
font-family: Georgia,Times New Roman,Tahoma,Garamond,Arial,Century Gothic,Verdana;
font-stretch:expanded;
text-align: justify;

}


#about2{

padding-left:70px;
padding-right:70px;
padding-top:20px;
font-size:12px;
font-family: Georgia,Times New Roman,Tahoma,Garamond,Arial,Century Gothic,Verdana;
font-stretch:expanded;
text-align: justify;

}



#footer{
position:relative;
	z-index:7;
   
	font-family: Georgia,Times New Roman,Century Gothic,Avant Garde,Arial,sans-serif;
	font-size: 11px;
	color: #888888;
    margin-top: 0px;
    padding-top: 0px;
    width: 1008px;
	line-height: 140%;
	height:0px;
	text-align:center;
    margin-left: auto;
    margin-right: auto;


	

}




.container, .container_mother,.mybutton,#slideshow IMG.active ,#slideshow IMG,.container_oferta,.img_oferta, .container_under {
	    -moz-border-radius-bottomleft:  10px;
    -webkit-border-bottom-left-radius:  10px;
    border-bottom-left-radius:  10px;
    -moz-border-radius-bottomright:  10px;
    -webkit-border-bottom-right-radius:  10px;
    border-bottom-right-radius:  10px;
		    -moz-border-radius-topleft:  10px;
    -webkit-border-top-left-radius:  10px;
    border-top-left-radius:  10px;
    -moz-border-radius-topright:  10px;
    -webkit-border-top-right-radius:  10px;
    border-top-right-radius:  10px;
	
	
	
}
.container,#header,.slideshow-first,.container_mother,.mybutton,.container_oferta,.img_oferta, .container_under {
 	-moz-border-radius-topleft:  10px;
    -webkit-border-top-left-radius:  10px;
    border-top-left-radius:  10px;
    -moz-border-radius-topright:  10px;
    -webkit-border-top-right-radius:  10px;
    border-top-right-radius:  10px;
}
a {
	color: #111;
	font-family: Georgia,Century Gothic,Avant Garde,Arial,sans-serif;
	font-size: 13px;
	text-decoration:none;
}
a:hover{
color: #990E0E;

opacity:1.0;
}

#cook{
	text-decoration:none;	
	font-family: Georgia,Times New Roman,Century Gothic,Avant Garde,Arial,sans-serif;
	font-size: 11px;
	color: #888888;
    margin-top: 0px;
    padding-top: 0px;
    width: 100%;
	line-height: 140%;
	height:0px;
	text-align:center;
	
	
}
#cook:hover{
color: #990E0E;
cursor:pointer;
opacity:1.0;
}



.kasia{
background-image:url('images/projekt_03.jpg'); width:244px; height:287px; background-position:center;
}

 
 .projekt_01{
width:230px; height:400px; background-position:center;
}


.projekt_02{
 width:230px; height:400px; background-position:center;
}

.projekt_03{
width:230px; height:400px; background-position:center;
}
 
 
 .projekt_01:hover,.projekt_02:hover,.projekt_03:hover
{

cursor:pointer; 
}
.transbox_start
  {
    width:230px;
  height:360px;
  }
  
 .transbox_01,.transbox_02,.transbox_03
  {
   width:230px;
  height:40px;
  background-color:#000000; 
  opacity:0.4;
  filter:alpha(opacity=40); 
  color:white;
  margin-top:-40px;
  }
  .transbox_01:hover,.transbox_02:hover,.transbox_03:hover
  { 
  color:red;
    }
   .transtext
  {
  	color: #ffffff;
	font-family: Georgia,Arial,Century Gothic,Avant Garde,sans-serif;
	font-size: 25px;
	text-decoration:bold;
	text-align:center;
    }
    
.projekt_03
  {
      -moz-border-radius-topright:  10px;
    -webkit-border-top-right-radius:  10px;
    border-top-right-radius:  10px;
      -moz-border-radius-bottomright:  10px;
    -webkit-border-bottom-right-radius:  10px;
    border-bottom-right-radius:  10px;
  }
.projekt_01
  {
	-moz-border-radius-topleft:  10px;
    -webkit-border-top-left-radius:  10px;
    border-top-left-radius:  10px;
	-moz-border-radius-bottomleft:  10px;
    -webkit-border-bottom-left-radius:  10px;
    border-bottom-left-radius:  10px;
  }
 
 
 .transbox_03
  {

      -moz-border-radius-bottomright:  10px;
    -webkit-border-bottom-right-radius:  10px;
    border-bottom-right-radius:  10px;
  }
  .transbox_01
  {

	-moz-border-radius-bottomleft:  10px;
    -webkit-border-bottom-left-radius:  10px;
    border-bottom-left-radius:  10px;
  }
 
 
 
 
 #under  {
    position:  relative;

	color: #990E0E;
	font-size:16px;
 }
  #under2  {
    position:  relative;

	color: #990E0E;
	font-size:12px;
 }


.mybutton{
position:relative;
	z-index:7;
	background: #990E0E;
	font-family: Georgia, Century Gothic,Avant Garde,Arial,sans-serif;
	font-size: 14px;
	color: #888888;
    margin-top: 0px;
    padding-top: 0;
    width: 110px;

	height:23px;
	text-align:center;
	opacity:0.8;
	}
.menu_selected{
color: #990E0E;

opacity:1.0;
}

.gray {
font-family: Georgia,Times New Roman,Tahoma,Garamond,Arial,Century Gothic,Verdana;
	color: #a2a2a2;
	font-size: 14px;
	text-decoration:none;
}
a.gray:hover{
color: #990E0E;
text-shadow:0px 1.5px 1.5px #fff333;
opacity:1.0;
}


   .myMouse {
		cursor:pointer;
	}
		
   .myTable {
		behavior: url(ie-css3.htc);
		position: relative;
		background:white;
		border-top:11px solid white;
		border-bottom:11px solid white;
		border-radius: 10px;	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		width:870px;
		height:600px;
		left:0px;
		border-spacing:0px;
		/*-moz-box-shadow: 10px 10px 10px 10px gray;  Firefox */
		/*-webkit-box-shadow: 10px 10px 10px gray; /* Safari and Chrome */
		/*box-shadow: 0px 0px 33px gray;*/
   }
  .myShowLight {
	cursor:pointer;
	background-image:url('./images/slide_show-light.png');

   }
   .myShow {
	cursor:pointer;
	background-image:url('./images/slide_show.png');

   }
   .myLeftLight {
	cursor:pointer;
	background-image:url('./images/slide_arrow-left-light.png');

   }
   .myLeft {
	cursor:pointer;
	background-image:url('./images/slide_arrow-left.png');

   }  
   .myRightLight {
	cursor:pointer;
	background-image:url('./images/slide_arrow-right-light.png');

   }
   .myRight {
	cursor:pointer;
	background-image:url('./images/slide_arrow-right.png');

   }  
    .myPlayLight {
	cursor:pointer;
	background-image:url('./images/slide_play-light.png');

   }
   .myPlay {
	cursor:pointer;
	background-image:url('./images/slide_play.png');

   }
   .myStop {
	cursor:pointer;
	background-image:url('./images/slide_stop.png');
	display:none;
   }  
   
   .myStopLight {
	cursor:pointer;
	background-image:url('./images/slide_stop-light.png');
   }  
     .goBack {
	cursor:pointer;
	background-image:url('./images/slide_close.png');
	
   }  
   
   .goBackLight {
	cursor:pointer;
	background-image:url('./images/slide_close-light.png');
   }   
   
   .myThLeftLight {
	cursor:pointer;
	background-image:url('./images/slide_arrow-left-light.png');

   }
   .myThLeft {
	cursor:pointer;
	background-image:url('./images/slide_arrow-left.png');

   }  
   
    .myThRightLight {
	cursor:pointer;
	background-image:url('./images/slide_arrow-right-light.png');

   }
   .myThRight {
	cursor:pointer;
	background-image:url('./images/slide_arrow-right.png');

   }  
    .myThDownLight {
	cursor:pointer;
	background-image:url('./images/slide_arrow-down-light.png');

   }
   .myThDown {
	cursor:pointer;
	background-image:url('./images/slide_arrow-down.png');

   }  
   
     .myThUpLight {
	cursor:pointer;
	background-image:url('./images/slide_arrow-up-light.png');

   }
   .myThUp {
	cursor:pointer;
	background-image:url('./images/slide_arrow-up.png');

   }  
     
   
    .goBack, .goBackLight, .myThUp, .myThUpLight, .myThDown , .myThDownLight, .myRight, .myLeft, .myRightLight, .myLeftLight, .myShow, .myShowLight,.myPlay,.myPlayLight,.myStop,.myStopLight,.myThRightLight, .myThRight,.myThLeftLight, .myThLeft{
   	margin:0px;
	width:20px;
	height:20px;
   }
   
   .myThumb,  .myThumbSelected {
   	width:137px;
	height:137px;
	cursor:pointer;
	border: 0px solid black;
	text-align:center;
   }
   
   .myThumbSelected {
	border: 0px solid red;
   }
   .myslideshow{
    position:relative;
	margin-top:0px;
    height:655px;

}
hr {
color: #ccc;
border:0;
padding: 0px 0px 14px 0px;
background: url(./images/hr_separator2.jpg) no-repeat bottom center;
}

.hr2 {
color: #ccc;
border:0;
padding: 0px 0px 14px 0px;
background: url(./images/dot.gif) no-repeat bottom center;
}

.imgShow{
visibility:visible;
}
.imgHide{
visibility:hidden;
}

@media screen and (max-width: 768px) {

#menu a {
font-size:38px;
}
#menu {
    margin-bottom: 40px;
    margin-top: 20px;
}
.my-main-menu {
width:75%;
}
.my-arrows {
font-size:85px;
}
.my-button{
margin-top:40px;
font-size:39px;
}
.my-player {
font-size:62px;
}
.my-circle {
font-size:62px;
}
#footer {
font-size:28px;
    margin-bottom: 130px !important;
}
#cook {
font-size:28px;
}
.footer-icons a {
font-size:45px;

}
.footer-icons {
margin-top:160px;
}
#about {
    font-size: 38px;
}
.gray{
 font-size: 38px;
 }
 .about-table {
 width:80%;}

 

input[type="radio"] {
width:35px;
height:35px;
}
input[type="text"] {
font-size:28px;
height:72px;
border-color:#aaa;
}
textarea {
font-size:28px;
height: 140px;
border-color:#aaa;
}
 table.contact-table td{
padding-top:15px;
white-space:nowrap;
}
 .my-lang {
right:-55px;

}
.my-lang  a{
font-size:19px !important; 
}

#header {
       height: 200px !important;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    left: 0;
    right: 0;
}
.my-message {
font-size:30px;}
.myThumb, .myThumbSelected {
    width: 160px;
    height: 158px;
}
.myThumb img,.myThumbSelected img {
    width: 160px !important;
    height: 160px !important;
	}
.myTable {
width:999px;
border-right:0px;
border-left:0px;
}	

#myimage img {
    width: 984px !important;
    height: 655px !important;
}
#myimage img.pion {
    width: 437px !important;
    height: 655px !important;
	margin-left:100px !important;
}
table.my-main-menu td {
    font-size: 25px;
}
.footer-button {
display:block;
}
.icon-close  {
    position: absolute;
    top: -630px;
    font-size: 42px;
    right: 24px;
	opacity: 0.7;
}
.icon-play2 {
display:none;}
.icon-stop2 {
display:none;}
.my-player-menu {
    margin-top: 0px;
	margin-bottom: 0px;
	}
}

@media screen and (max-width: 880px) {

#about {padding: 0px ; }
}


