@font-face {
    font-family: 'CG';
	src: url('https://ribuco.pl/uploads/ribuco/fonts/gothic.eot');
    src: url('https://ribuco.pl/uploads/ribuco/fonts/gothic.eot?#iefix') format('embedded-opentype'),
         url('https://ribuco.pl/uploads/ribuco/fonts/gothic.woff') format('woff'),
         url('https://ribuco.pl/uploads/ribuco/fonts/gothic.ttf') format('truetype'),
         url('https://ribuco.pl/uploads/ribuco/fonts/gothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
   font-family: Tahoma, Arial, Verdana, sans-serif;
   font-size: 14px;
   background: #F5F5F5;
   margin: 0;
   padding: 0;
}

img {
   border: 0;
}

h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
}

a {
   text-decoration: none;
   color: #999999;
}

a:hover {
   color: #333;
}

.noMarginPadding {
   margin: 0;
   padding: 0;
}

.left {
   float: left;
}

.right {
   float: right;
}

.clearBoth {
   clear: both;
}

.clearLeft {
   clear: left;
}

.clearRight {
   clear: right;
}

.hidden {
   overflow: hidden;
}

.container {
   width: 920px;
   overflow: hidden;
   margin: 0 auto;
   clear: both;
}

#wrapper {
   width: 100%;
}

#content {
  border: 1px solid #DFDFDF;
  background: #FFF;
  padding: 10px;
}

#header {
   
}

#logo {
   margin: 10px 0;
   padding: 0;
}

#languagesBlock {
   margin: 30px 10px 30px 0;
   padding: 0;
   list-style: none;
}

#languagesBlock li {
   margin: 0;
   list-style: none;
   float: left;
   padding-right: 5px;padding: 0px 0px 0px 5px;
}

#languagesBlock li:first-child {
   padding-left: 0px;
}

/*
#menu {
   position: relative;
   width: 235px;
   z-index: 999;
}

#menu ul, #menu li {
   margin: 0;
   padding: 0;
   list-style: none;
}

#menu ul {
   width: 235px;
   margin-left: 6px;
}

#menu ul > li {
   float: none;
   position: relative;
}

#menu li > ul {
   display: none;
   position: absolute;
}

#menu li > ul li {
   float: none;
}

#menu li:hover > ul {
   display: block;
}

#menu li a {
   width: 210px;
   display: block;
   color: #666666;
   background: #BFDA3C;
   font-family: 'CG';
   font-size: 20px;
   padding: 17.5px 15px 12.5px 35px;
   border-top: 1px solid #94A639;
   border-bottom: 1px solid #D3E578;
}

#menu li:first-child a, #menu li:first-child:hover a {
   border-top: 0;
}

#menu ul li:hover > a, #menu ul li.menuactive > a {
   border-top: 1px solid #666666;
   border-bottom: 1px solid #666666;
   color: #FFF;
   background: #666666;
   font-weight: bold;
   margin-left: -6px;
   z-index: 999;
   width: 235px;
}
*/

* {
  box-sizing: border-box;
}

.col-50 {
   width: 50%;
   float: left;
   padding-left: 30px;
   padding-right: 30px;
}

.col-25 {
   width: 50%;
   float: left;
}

.col-33 {
   width: 33.3333333333%;
   float: left;
   padding-left: 10px;
   padding-right: 10px;
}

.title {
  font-size: 30px;
  font-family: "CG";
  font-weight: normal;
  margin-bottom: 25px;
  text-align: left;
  color: #333333;
}

#leftHomeContent {
   padding-left: 0px !important;
}

#rightHomeContent {
   padding-right: 0px !important;
}

#content {
  color: #666666;
  font-size: 12px;
  line-height: 18px;
}

#content p {
  padding: 5px 0 0 0;
  margin: 0;
}

#content p:first-child {
  padding-top: 0;
}

#boxes {
   margin-top: 40px;
   margin-bottom: 20px;
}

#boxes .box {
   
}

#box-1 {
  padding-right: 13px;
}

#box-2 {
  padding-left: 13px;
  padding-right: 13px;
}

#box-3 {
  padding-left: 13px;
}

#boxes .boxTitle {
  font-size: 20px;
  font-family: "CG";
  margin-bottom: 35px;
  color: #BFDA3C;
  font-weight: weight;
  text-transform: uppercase;
}

#box-3 .boxTitle {
   font-size: 16px;
   color: #666666;
   font-family: 'CG';
   font-weight: bold;
   text-transform: none;
   line-height: 25px;
}

#boxes .boxIMG {
   margin-bottom: 40px;
}

#boxes .boxIMG img {
   width: 100%;
}

#boxes .boxContent {
  font-size: 12px;
  font-family: Tahoma;
  padding-bottom: 35px;
  color: #666666;
  text-align: justify;
}

#boxes .boxLink {
  display: block;
  font-size: 12px;
  font-family: 'CG';
  color: #666666;
  font-weight: bold;
}

#boxes p {
  padding: 5px 0 0 0;
  margin: 0;
}

#boxes p:first-child {
  padding-top: 0;
}

#footer {
   border-top: 5px solid #BFDA3C;
   font-size: 8px;
   color: #B1B1B1;
   font-family: Verdana;
   text-align: right;
   margin-top: 9px;
   padding-top: 10px;
   padding-bottom: 60px;
   padding-right: 3px;
}

#footer a {
   color: #B1B1B1;
   font-weight: bold;
}

#footer p {
   padding: 0;
   margin: 0;
}

.form {
   
}

.form .formTitle {
   color: #BFDA3C;
   font-size: 20px;
   font-family: 'CG';
}

.form input, .form textarea {
   display: block;
   width: 277px;
   border: 1px solid #CCCCCC;
   color: #919191;
   margin-top: 15px;
   margin-bottom: 15px;
   padding: 7.5px 15px;
   font-size: 12px;
   font-family: Tahoma;
}

.form div input:first-child {
   margin-top: 0;
}

.form .formContent {
   margin: 15px 0 25px 0;
   font-size: 12px;
   color: #666666;
   line-height: 18px;
}

.form textarea {
   resize: vertical;
   min-height: 95px;
}

.form input[type="submit"] {
   width: auto;
   background: #666666;
   color: #FFFFFF;
   border: 0;
   font-weight: bold;
   padding: 8px 12px;
   margin-bottom: 0px;
   cursor: pointer;
   margin-left: 195px;
}

#box-3 .boxContent .error, #box-3 .boxContent .success {
   margin-bottom: 10px;
}

.error {
   color: red;
}

.success {
   color: green;
}

.cookies {
z-index: 9999;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 12px 0;
	font-size: 11pt;
	text-align: center;
	color: #FFF;
background:rgb(0,0,0);
	background: transparent;
	background:rgba(0,0,0,0.75);	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000);  
	zoom: 1;
behavior: url(https://ribuco.pl/uploads/ribuco/css/PIE.htc);
	width: 100%;
overflow: hidden;
}

.cookies:nth-child(n) {
	filter: none;
}

.cookies span a {
font-weight: bold;
color: #CCC;
}

.cookies span {
position: relative;
}

.cookies input[type="submit"] {
	border: 1px solid #000;
	background: #CCC;
	font-weight: bold;
position: relative;  
   zoom: 1; 
   behavior: url(https://ribuco.pl/uploads/ribuco/css/PIE.htc);
	-khtml-border-radius: 5px;
	-rim-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	padding: 5px;
left: 15px;
top: -10px;
}

.cookies input[type="submit"]:hover {
	border: 1px solid #FAFAFA;
	background: #EEE;
}

.image-right {
   float: right;
   margin-left: 10px;
}

.image-left {
  float: left;
  margin-right: 10px;
}

/*
#homeGallery {
   position: relative;
}

#homeGallery .gallery {
  position: absolute;
  right: 0px;
  top: 0px;
}

#homeGallery .gallery ul, #homeGallery .gallery li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#homeGallery .gallery a {
  display: block;
}
*/

#content .pageTitle {
  font-size: 20px;
  font-family: "CG";
  margin-top: 15px;
  margin-bottom: 15px;
  color: #BFDA3C;
  text-transform: uppercase;
}

#content .pageContent {
  font-size: 12px;
  font-family: Tahoma;
  color: #666;
  text-align: justify;
  line-height: 18px;
}

/*
#content .pageContent p:first-line { 
  text-indent: 20px
}
*/

#kontaktPage {
   overflow: hidden;
   background: #DEDEDE;
   margin-top: 25px;
   padding-bottom: 25px;
}

#kontaktPage .kontaktPageTitle {
  font-family: "CG";
  font-size: 15px;
}

#kontaktPage .box-1 {
   padding: 0 60px;
}

#kontaktPage .kontaktPageTitle {
   font-size: 19px;
}

#kontaktPage .box-1 .kontaktPageTitle {
   padding: 25px 0px;
}

#kontaktPage .box-2 {
   padding: 0 105px 0 60px;
}

#kontaktPage .box-2 .kontaktPageTitle {
   padding: 40px 0px 15px;
}

#kontaktPage .box-2 table {
   color: #878787;
}

#outer-mapa {
   padding: 7px;
   border-radius: 7px;
   background: #FFF;
   width: 339px;
}

#moja-mapa {
   border-radius: 7px !important;
}

.pageContent table a img {
-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.75);
}
/* Stylesheet: ribuco Modified On 2016-05-09 21:52:31 */
