* {
  margin: 0;
  padding: 0;
}

html {
  height:100%;
}

body {
  height: 100%;
  position:relative;
  background:url(../images/back.jpg) top center;
  overflow-x:hidden;
}
.header {



  padding: 0px 0 0;
  margin: 0 0 15px 0;
  width: 100%;
}   

#logo a img {
  border: none;
  position: relative;
  z-index: 1;
}
#wrapper {
  min-height: 610px;
}
#footer {
  background-color: #fefefe;
  border-top: 1px solid #EAEAEA;
  padding: 10px 0;
  margin: 40px 0 0 0;
  width: 100%;
}

.brand {
  color:#fff !important; 
  font-family:Share, cursive; 
}
.brand:hover {
  color:#08C !important;
} 

/*_______ TOP MENU ______________________________________*/

.top_menu ul.menu {
    float: left;
    margin: 0 0 25px 0;
}

.top_menu ul.menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}

.top_menu ul.menu li:last-child {
    border-right: none;
}

.top_menu ul.menu li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

/*_______ DROPDOWN MEIN MENU ______________________________________*/

.main_menu ul.menu > li ul {
  display: none;
}

.main_menu ul.menu li.parent:hover > ul {
  display: block;
}

.main_menu ul.menu {
    float: left;
    margin: 10px 0 0;
	margin:0;
}

.main_menu ul.menu li {
    float: left;
    position: relative;
    list-style: none;
}
.main_menu ul.menu > li {
border-right:1px solid rgba(0,0,0,0.1);
}
.main_menu ul.menu > li > a {
    font-size: 15px;
    margin: 0 10px;
    padding: 20px 15px 20px;
    position: relative;
	color:#fff;
    text-transform: uppercase;

	
	border-radius:none;
	text-shadow:1px 1px 1px rgba(255,255,255,0.8);
	/*color:black;
		text-shadow:1px 1px 1px rgba(255,255,255,0.8);*/
		text-shadow:1px 1px 1px rgba(0,0,0,0.8);
	
}

.main_menu ul.menu li a {
  white-space: nowrap;
-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}

.main_menu ul.menu > li > a {
 /*   border-bottom: 2px solid transparent;*/
}

.main_menu ul.menu > li > a:hover {
/*    border-bottom: 2px solid #12ABFF;*/
}

.main_menu ul.menu > li.active > a {
    background-color: transparent;
    
    box-shadow: none;
    color: #000;
	color:rgba(255,255,255,0.9);
	
		text-shadow:1px 1px 1px rgba(0,0,0,0.8);
	
}

.main_menu ul.menu > li.active > a:hover {
    box-shadow: 0 0 0 transparent;
    background-color: transparent;

}

.main_menu ul.menu > li a {
   display: block;
}

.main_menu ul.menu > li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
    height: 20px;
    right: -5px;
    position: absolute;
    width: 20px;
}

.main_menu ul.menu li ul li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
    height: 15px;
    position: absolute;
    top: 7px;
    width: 30px;
}

.main_menu ul.menu li.parent ul,
.main_menu ul.menu li ul li.parent ul {
     background: #6BBF08;
     border-left: 0px solid #d5d5d5;
     list-style: none;
     position: absolute; 
     float: left;
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
     min-width: 200px;
     z-index: 99;
}
.main_menu a {
color:#fff !important;
}
.main_menu ul.menu li.parent ul {
    left: -4px; 
    top: 62px;
    
}

.main_menu ul.menu li ul li.parent ul {
    left: 100%; 
    top: -2px;
}

.main_menu ul.menu li.parent ul li {
    margin: 0; 
    padding: 0;
 -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
   -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    clear: both;
    width: 100%;
}

.main_menu ul.menu li.parent ul li.lastChild {
    border-bottom: none; 
}

.main_menu ul.menu li.parent ul li a {
    float: left;
    padding: 7px 10px 7px 0;
    margin: 0 15px 0 0;
    text-indent: 10px;
-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    width: 100%;
}

/*_______ FOOTER MENU ______________________________________*/

.footer_menu ul.menu {
    float: left;
    margin: 0 0 15px 0;
}

.footer_menu ul.menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}

.footer_menu ul.menu li:last-child {
    border-right: none;
}

.footer_menu ul.menu li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}

/*_______ TOP MENU ______________________________________*/

@media (max-width: 768px) {
  .main_menu ul.menu > li ul {
    display: block;
  }

  .top_menu ul.menu {
    margin: 10px 0;
    float: none;
  }
  .top_menu ul.menu li {
      list-style: none outside none;
      position: relative;
      border-right: medium none;
      float: none;
  }
  .top_menu ul.menu li a {
      background-color: #FAFAFA;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0;
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 4px 9px;
      position: relative;
  }
  .top_menu ul.menu li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .top_menu ul.menu li a:hover {
      background-color: #0088cc;
      text-shadow: 0 1px 0 transparent;
  }

  /*_______ DROPDOWN ACCORDION MENU ________________________________*/
  .main_menu ul.menu > li ul {
    display: block;
  }
  .main_menu ul.menu {
      float: none;
      margin: 10px 0 0;
  }
  .main_menu ul.menu li {
      float: none;
      position: relative;
      list-style: none;
  }
  .main_menu ul.menu > li > a {
      font-size: 12px;
      margin: 0;
      padding: 7px 10px;
      position: relative;
      text-transform: uppercase;
  }
  .main_menu ul.menu li a {
    white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          display: block;
          width: 100%;
  }
  .main_menu ul.menu > li > a {
      border-bottom: 2px solid transparent;
  }
  .main_menu ul.menu > li > a:hover {
    border-bottom: 2px solid transparent;
    margin: 0;
    padding: 7px 17px;
  }
  .main_menu ul.menu li {
    border-top: 1px solid #E6E6E6;
}
  .main_menu ul.menu > li.active > a {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: none;
    color: #000000;
  }
  .main_menu ul.menu > li.active > a:hover {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
  }
  .main_menu ul.menu > li a {
     display: block;
  }
  .main_menu ul.menu > li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
      height: 20px;
      right: -5px;
      display: none;
      position: absolute;
      width: 20px;
  }
  .main_menu ul.menu li ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
      height: 15px;
      position: absolute;
      display: none;
      top: 7px;
      width: 30px;
  }
  .main_menu ul.menu li.parent ul,
  .main_menu ul.menu li ul li.parent ul {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    border-top: medium none;
    box-shadow: 0 0 0 transparent;
    float: none;
    position: relative;
    width: 100%;
  }
  .main_menu ul.menu li.parent ul {
      left: 0; 
      top: 0;
  }
  .main_menu ul.menu li ul li.parent ul {
      left: 0 !important;
      top: 0 !important;
  }
  .main_menu ul.menu li.parent ul li {
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main_menu ul.menu li.parent ul li.lastChild {
      border-bottom: none; 
  }

  .main_menu ul.menu li ul li.parent ul > li > a {
    padding: 7px 10px 7px 30px;
  }
  .main_menu ul.menu li ul li.parent ul > li > a:hover {
    padding: 7px 10px 7px 35px;
  }
  .main_menu ul.menu li.parent ul li a:hover {
    padding: 7px 10px 7px 20px;
  }
  .main_menu ul.menu li.parent ul li a {
      float: none;
      margin: 0 15px 0 0;
      padding: 7px 10px 7px 15px;
      text-indent: 10px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
      width: 100%;
  }
/*_______ FOOTER MENU ______________________________________*/

  .footer_menu ul.menu {
    margin: 10px 0;
    float: none;
  }
  .footer_menu ul.menu li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
  .footer_menu ul.menu li a {
      background-color: #FAFAFA;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0;
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 4px 9px;
      position: relative;
  }
  .footer_menu ul.menu li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .footer_menu ul.menu li a:hover {
      background-color: #0088cc;
      text-shadow: 0 1px 0 transparent;
  }

}

table.category tr th,
table.category tr td {
    border: 1px solid #E6E6E6;
    padding: 4px 16px;
}

form#adminForm ul.category li {
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    list-style: none outside none;
    margin: 4px 0;
    padding: 5px 10px;
}

/*_______ END MENU ______________________________________*/
.modal-dialog {
  width: 600px;
  margin: auto;
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
}
img{
  max-width: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
}
#copyrights p{
  text-align:center;
}

.copyrights {
    margin: 7px 0 0;
}

.filter-search select {
    float: left;
    margin: 0 5px;
    width: 200px;
}

.filter-search,
.filters .alert-info {
    background-color: transparent;
    border: medium none;
    height: auto;
}

body.error {
    background:#f2f2f2;
}

.errorbox {
    margin: 15% 0 0;
    width: 50%;
}

.errorbox h1 {
    color: #333;
    font-size: 100px;
    line-height: 70px;
}

.errorbox h3 {
    color: #787878;
}

.errorbox a {
    cursor: pointer;
    color: #0088CC;
}

input.invalid {
    border-color: #FF0000 !important;
}

/*__________________________social icons_________________________*/

.soc_icons_box {
    text-align:center;
}
.soc_icons_box ul {
    display:-moz-inline-stack;
    display:inline-block;
}
.soc_icons_box li {
    float:left;
    list-style:none;
    padding:0;
}

.soc_icons li a {
  font-size: 18px;
  margin: 7px;
}

.soc_icons a {
-webkit-transition: all 0.1s;
   -moz-transition: all 0.1s;
     -o-transition: all 0.1s;
        transition: all 0.1s;
}

.iconsrow .fa-hover {
    float: left;
    font-size: 14px;
    padding: 3px 0 3px 9px;
    width: 225px;
}

.iconsrow i {
    font-size: 16px;
    width: 25px;
}
.iconsrow .fa-hover:hover {
    background-color: #fff;
    padding: 3px 0 3px 9px;
}
.iconsrow .fa-hover:hover i {
    color: #0088cc;
    font-size: 18px;
}

.login{
  margin: 30px 0 0;
}
#password{
  margin: 0 0 0 8px;
}
.login-fields{
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  
}

@media (max-width: 1024px) {
  
  .main_menu ul.menu li.lastChild ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 bottom transparent;
      height: 15px;
      position: absolute;
      top: 9px;
      width: 20px;
  }
  .main_menu ul.menu li.lastChild ul li.parent ul {
    left: inherit;
    right: 100%; 
    top: -2px;
    }
}
 
@media (max-width: 980px) {
  
}

@media (max-width: 768px) {
  
  #logo,
  .copyrights p {
     text-align: center;
  }

  form#adminForm {
      max-width: 758px;
      overflow-x: auto;
  }

  #wrapper {
      margin-right: 20px;
      margin-left: 20px;
  }

}
@media (min-width: 768px){
  .navbar {
    border-radius: 0px;
  }
  .navbar {
    min-height: 0;
    margin-bottom: 0;
    border: 1px solid transparent;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
  }
} 
@media (max-width: 480px) {
  
}

@media (max-width: 320px) {
  
}
#logo {
position:absolute;
top:20px;
z-index:9999;
}
.danekontakt {
position:absolute;
top:20px;
z-index:99999999;
}
.slides {
height:300px !important;
overflow:hidden;
}
.main_menu {
background: #bef429;
background: -moz-linear-gradient(top,  #bef429 0%, #8fc400 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bef429), color-stop(100%,#8fc400));
background: -webkit-linear-gradient(top,  #bef429 0%,#8fc400 100%);
background: -o-linear-gradient(top,  #bef429 0%,#8fc400 100%);
background: -ms-linear-gradient(top,  #bef429 0%,#8fc400 100%);
background: linear-gradient(to bottom,  #bef429 0%,#8fc400 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bef429', endColorstr='#8fc400',GradientType=0 );
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75);
box-shadow:         0px 0px 15px 0px rgba(255, 255, 255, 0.45);
border:1px solid  rgba(0,0,0,0.15);
background: #93cd1f;
background: -moz-linear-gradient(top,  #93cd1f 0%, #4fa901 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93cd1f), color-stop(100%,#4fa901));
background: -webkit-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: -o-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: -ms-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: linear-gradient(to bottom,  #93cd1f 0%,#4fa901 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cd1f', endColorstr='#4fa901',GradientType=0 );
-webkit-box-shadow: inset 0px 0px 10px 0px rgba(186, 255, 25, 0.75);
-moz-box-shadow:    inset 0px 0px 10px 0px rgba(186, 255, 25, 0.75);
box-shadow:         inset 0px 0px 15px 0px rgba(186, 255, 25, 0.55);
border-radius:5px;
margin:0 15px;
background: #97d41d;
background: -moz-linear-gradient(top,  #97d41d 0%, #83bc10 50%, #60b407 51%, #60b407 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97d41d), color-stop(50%,#83bc10), color-stop(51%,#60b407), color-stop(100%,#60b407));
background: -webkit-linear-gradient(top,  #97d41d 0%,#83bc10 50%,#60b407 51%,#60b407 100%);
background: -o-linear-gradient(top,  #97d41d 0%,#83bc10 50%,#60b407 51%,#60b407 100%);
background: -ms-linear-gradient(top,  #97d41d 0%,#83bc10 50%,#60b407 51%,#60b407 100%);
background: linear-gradient(to bottom,  #97d41d 0%,#83bc10 50%,#60b407 51%,#60b407 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97d41d', endColorstr='#60b407',GradientType=0 );

}
.camera_caption {
display:none !important;
}
.nav-pills > li > a { 
border-radius:0 !important;
}
.page-header {
margin:0;
border:0px none;
}
.page-header h2 a, .page-header h2 {
color:#fff;
font-size:16px;
font-weight:300;
padding:0 15px;
color:#000;
}
.page-header h2 {
border:1px solid #000;
margin:0;
padding:12px 0;
border-radius:5px;
background:#111;
color:#fff;
font-size:16px;
margin-bottom:20px;
background: #2d2c2c;
background: -moz-linear-gradient(top,  #2d2c2c 0%, #191919 50%, #0a0e0a 51%, #0a0809 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2c2c), color-stop(50%,#191919), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809));
background: -webkit-linear-gradient(top,  #2d2c2c 0%,#191919 50%,#0a0e0a 51%,#0a0809 100%);
background: -o-linear-gradient(top,  #2d2c2c 0%,#191919 50%,#0a0e0a 51%,#0a0809 100%);
background: -ms-linear-gradient(top,  #2d2c2c 0%,#191919 50%,#0a0e0a 51%,#0a0809 100%);
background: linear-gradient(to bottom,  #2d2c2c 0%,#191919 50%,#0a0e0a 51%,#0a0809 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2c2c', endColorstr='#0a0809',GradientType=0 );



background: rgb(204,239,139); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,239,139,1) 0%, rgba(198,237,135,1) 50%, rgba(190,232,118,1) 51%, rgba(196,239,117,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,239,139,1)), color-stop(50%,rgba(198,237,135,1)), color-stop(51%,rgba(190,232,118,1)), color-stop(100%,rgba(196,239,117,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,239,139,1) 0%,rgba(198,237,135,1) 50%,rgba(190,232,118,1) 51%,rgba(196,239,117,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,239,139,1) 0%,rgba(198,237,135,1) 50%,rgba(190,232,118,1) 51%,rgba(196,239,117,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,239,139,1) 0%,rgba(198,237,135,1) 50%,rgba(190,232,118,1) 51%,rgba(196,239,117,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,239,139,1) 0%,rgba(198,237,135,1) 50%,rgba(190,232,118,1) 51%,rgba(196,239,117,1) 100%); /* W3C */
filter: progid:DXImage;
color:#111;
text-shadow:none;
border:1px solid rgba(0,0,0,0.3);
}
.item-title, .list-title {


background: #93cd1f;
background: -moz-linear-gradient(top,  #93cd1f 0%, #4fa901 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93cd1f), color-stop(100%,#4fa901));
background: -webkit-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: -o-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: -ms-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: linear-gradient(to bottom,  #93cd1f 0%,#4fa901 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cd1f', endColorstr='#4fa901',GradientType=0 );
border:1px solid  rgba(0,0,0,0.15);
border-radius:5px;

margin:3px;
background: #97d41d;
background: -moz-linear-gradient(top,  #97d41d 0%, #83bc10 50%, #60b407 51%, #60b407 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97d41d), color-stop(50%,#83bc10), color-stop(51%,#60b407), color-stop(100%,#60b407));
background: -webkit-linear-gradient(top,  #97d41d 0%,#83bc10 50%,#60b407 51%,#60b407 100%);
background: -o-linear-gradient(top,  #97d41d 0%,#83bc10 50%,#60b407 51%,#60b407 100%);
background: -ms-linear-gradient(top,  #97d41d 0%,#83bc10 50%,#60b407 51%,#60b407 100%);
background: linear-gradient(to bottom,  #97d41d 0%,#83bc10 50%,#60b407 51%,#60b407 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97d41d', endColorstr='#60b407',GradientType=0 );
text-shadow:1px 1px 1px rgba(0,0,0,0.8);



background: rgb(204,239,139); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,239,139,1) 0%, rgba(198,237,135,1) 50%, rgba(190,232,118,1) 51%, rgba(196,239,117,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,239,139,1)), color-stop(50%,rgba(198,237,135,1)), color-stop(51%,rgba(190,232,118,1)), color-stop(100%,rgba(196,239,117,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,239,139,1) 0%,rgba(198,237,135,1) 50%,rgba(190,232,118,1) 51%,rgba(196,239,117,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,239,139,1) 0%,rgba(198,237,135,1) 50%,rgba(190,232,118,1) 51%,rgba(196,239,117,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,239,139,1) 0%,rgba(198,237,135,1) 50%,rgba(190,232,118,1) 51%,rgba(196,239,117,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,239,139,1) 0%,rgba(198,237,135,1) 50%,rgba(190,232,118,1) 51%,rgba(196,239,117,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccef8b', endColorstr='#c4ef75',GradientType=0 ); /* IE6-9 */
TEXT-SHADOW:NONE;

}
.item-title a, .item-title, .item-title a:hover, .list-title a, .list-title, .list-title a:hover{
color:#000;
font-size:16px;
padding:8px;
}
.cat-children > div, .list-title {
width:49%;
display:inline-block;
}
.sidebar-left .moduletable_menu .nav > li  > a{border-radius:5px; padding:10px 10px; color:#fff; background:#111;border:1px solid #000; margin:3px;
background: #666666;
background: #2d2c2c;
background: -moz-linear-gradient(top,  #2d2c2c 0%, #191919 50%, #0a0e0a 51%, #0a0809 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2c2c), color-stop(50%,#191919), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809));
background: -webkit-linear-gradient(top,  #2d2c2c 0%,#191919 50%,#0a0e0a 51%,#0a0809 100%);
background: -o-linear-gradient(top,  #2d2c2c 0%,#191919 50%,#0a0e0a 51%,#0a0809 100%);
background: -ms-linear-gradient(top,  #2d2c2c 0%,#191919 50%,#0a0e0a 51%,#0a0809 100%);
background: linear-gradient(to bottom,  #2d2c2c 0%,#191919 50%,#0a0e0a 51%,#0a0809 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2c2c', endColorstr='#0a0809',GradientType=0 );

}
.sidebar-left .moduletable_menu .nav > li  >ul > li {border-radius:5px; padding:10px 10px; color:#fff; background:#111;border:1px solid rgba(0,0,0,0.3); margin:3px;margin-left:15px; list-style-type:none;
background: #93cd1f;
background: -moz-linear-gradient(top,  #93cd1f 0%, #4fa901 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93cd1f), color-stop(100%,#4fa901));
background: -webkit-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: -o-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: -ms-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: linear-gradient(to bottom,  #93cd1f 0%,#4fa901 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cd1f', endColorstr='#4fa901',GradientType=0 );
background: #97d41d;
background: -moz-linear-gradient(top,  #97d41d 0%, #83bc10 50%, #60b407 51%, #60b407 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97d41d), color-stop(50%,#83bc10), color-stop(51%,#60b407), color-stop(100%,#60b407));
background: -webkit-linear-gradient(top,  #97d41d 0%,#83bc10 50%,#60b407 51%,#60b407 100%);
background: -o-linear-gradient(top,  #97d41d 0%,#83bc10 50%,#60b407 51%,#60b407 100%);
background: -ms-linear-gradient(top,  #97d41d 0%,#83bc10 50%,#60b407 51%,#60b407 100%);
background: linear-gradient(to bottom,  #97d41d 0%,#83bc10 50%,#60b407 51%,#60b407 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97d41d', endColorstr='#60b407',GradientType=0 );
text-shadow:1px 1px 1px rgba(0,0,0,0.8);
}
.sidebar-left .moduletable_menu .nav > li  >ul > li >a {
color:#fff;
}
div.cat-children > h3:first-child, #categorylist_header_title, .btn-toolbar, .content-category .hasTooltip {
display:none;
} 

.subheading-category {
font-weight:300;
text-transform:uppercase;
}
.formularz {
border:1px solid #ddd;
padding:20px;
width:200px;
float:right;
text-align:center;
background: #93cd1f;
background: -moz-linear-gradient(top,  #93cd1f 0%, #4fa901 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93cd1f), color-stop(100%,#4fa901));
background: -webkit-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: -o-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: -ms-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: linear-gradient(to bottom,  #93cd1f 0%,#4fa901 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cd1f', endColorstr='#4fa901',GradientType=0 );
border:1px solid  rgba(0,0,0,0.15);
background:#ccc;
border-radius:5px;
font-size:20px;
color:#fff;
text-align:center;
background: #ff3019;
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );

}
#globalContent .nav  ul > li a:before{
display: inline-block;
font-family: fontawesome;
content: "\f105";
width: 15px;
color:red;
text-shadow:none;
}
#globalContent .nav  > li a:before{
display: inline-block;
font-family: fontawesome;
content: "\f105";
width: 15px;
color:white;
text-shadow:none;
}
.item-title  a:before, .list-title  a:before{
display: inline-block;
font-family: fontawesome;
content: "\f105";
width: 15px;
color:red;
text-shadow:none;
}
.sidebar-right h3 {
font-weight:300;
text-transform:uppercase;
}
.nodisplay {
display:none;
}
.dopobrania {
border:1px solid #ddd;
padding:20px;
width:100%;
float:right;
text-align:center;
background: #93cd1f;
background: -moz-linear-gradient(top,  #93cd1f 0%, #4fa901 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93cd1f), color-stop(100%,#4fa901));
background: -webkit-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: -o-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: -ms-linear-gradient(top,  #93cd1f 0%,#4fa901 100%);
background: linear-gradient(to bottom,  #93cd1f 0%,#4fa901 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cd1f', endColorstr='#4fa901',GradientType=0 );
border:1px solid  rgba(0,0,0,0.15);
background:#ccc;
border-radius:5px;
font-size:20px;
color:#fff;
text-align:center;
background: #ff3019;
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
margin-bottom:20px;
}
.dopobrania a {
color:#fff;
}
.item-222, .item-223, .item-226 , .item-221, .item-198, .item-227{
background:red !important;
background: rgb(248,80,50); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1)), color-stop(51%,rgba(246,41,12,1)), color-stop(71%,rgba(240,47,23,1)), color-stop(100%,rgba(231,56,39,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */

}
.nav-pills .active{
background: rgb(204,239,139); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,239,139,1) 0%, rgba(198,237,135,1) 50%, rgba(190,232,118,1) 51%, rgba(196,239,117,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,239,139,1)), color-stop(50%,rgba(198,237,135,1)), color-stop(51%,rgba(190,232,118,1)), color-stop(100%,rgba(196,239,117,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,239,139,1) 0%,rgba(198,237,135,1) 50%,rgba(190,232,118,1) 51%,rgba(196,239,117,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,239,139,1) 0%,rgba(198,237,135,1) 50%,rgba(190,232,118,1) 51%,rgba(196,239,117,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,239,139,1) 0%,rgba(198,237,135,1) 50%,rgba(190,232,118,1) 51%,rgba(196,239,117,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,239,139,1) 0%,rgba(198,237,135,1) 50%,rgba(190,232,118,1) 51%,rgba(196,239,117,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccef8b', endColorstr='#c4ef75',GradientType=0 ); /* IE6-9 */

}
.nav-pills .active > a{
color:#111 !important;
text-shadow:none !important;
}
@media (max-width: 1024px) {
#logo {
display:block;
position:relative;
margin-bottom:30px;
margin-top:50px;
}
}
#contentBox a:hover {
color:#61B507 !important;

}
.sidebar-left .nav > li a:hover, .sidebar-left .nav li ul  li:hover, .sidebar-left .nav > li.active a, .sidebar-left .nav li ul  li.active{
opacity:0.7;
}