.alert{
opacity: .8;
top: 10px;
margin-left: 10%;
position: fixed;
z-index: 1000000000;
width: 80%;
}
.alert:hover{
opacity: 1;
}

body{
padding: 0px;
margin: 0px;
background: url(../img/dalaj.jpg) repeat top center scroll;
  width: 100%;
}

.header-desktop{
box-shadow: 0 0 7px rgba(0,0,0,.07);
border: 1px solid #e6e6e6;
  background: #ffffff;
  min-height: 100px;
  margin-bottom: 20px;
}
.header-desktop .logo{
float: left;
  font-family: 'Cuprum',sans-serif;
}

.header-desktop .logo a{
  display: block;
padding: 20px;
background: #302f31;
  margin: 20px;
  color: #fff7eb;
  font-size: 24px;
}

.header-desktop .logo span{
font-weight: bold;
}

.header-desktop .logo a:hover{
text-decoration: none;
}

.header-desktop .logo p{
float: left;
font-size: 16px;
margin-top: 40px;
  color: #828387;
}


.header-desktop .menu{
float: right;
}

.header-desktop #droppy{
float: right;
}

.header-desktop .menu li a{
margin-top: -1px;
color: #302f31;
white-space: nowrap;
display: block;
padding: 40px 20px 39px 20px;
font-size: 17px;
cursor: pointer;
position: relative;
outline: none;
text-transform: uppercase;
font-family: 'Cuprum',sans-serif;
  font-weight: normal;
  border: 1px solid transparent;
text-align: center;
-webkit-transition: box-shadow 0.5s ease;
-moz-transition: box-shadow 0.5s ease;
-o-transition: box-shadow 0.5s ease;
transition: box-shadow 0.5s ease;
  border-bottom: 2px solid transparent;
}

.header-desktop .menu li a:hover, .header-desktop .menu li a.active, .header-desktop .menu li a.hover, .header-desktop .menu li a.menuOpen{
border: 1px solid #e6e6e6;
border-bottom: 2px solid #302f31;
box-shadow: 0 0 7px rgba(0,0,0,.1);
  text-decoration: none;
}
.header-desktop .menu ul ul{
box-shadow: 0 0 7px rgba(0,0,0,.07);
border: 1px solid #e6e6e6;
background: #ffffff;
}

.header-desktop .menu ul ul li a{
padding: 15px 20px;
display: block;
  color: #828387;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
  border: 0px;
  border-bottom: 1px solid #e6e6e6;
}
.header-desktop .menu ul ul li a:hover{
  color: #302f31;
  box-shadow: 0 0 0px rgba(0,0,0,.1);
  border: 0px;
   border-bottom: 1px solid #e6e6e6;
}



.carousel-control{
display: none;
}
.carousel-nav a{
background: #eeede9;
  box-shadow: 0 0 3px rgba(0,0,0,.16),0 0 0 1px #8e8e8e;
  border-radius: 50%;
}
.carousel-nav a.active{
background: #444345;
background-image: linear-gradient(top,#444345 0%,#2D2C2E 100%);
background-image: -o-linear-gradient(top,#444345 0%,#2D2C2E 100%);
background-image: -moz-linear-gradient(top,#444345 0%,#2D2C2E 100%);
background-image: -webkit-linear-gradient(top,#444345 0%,#2D2C2E 100%);
background-image: -ms-linear-gradient(top,#444345 0%,#2D2C2E 100%);
box-shadow: 0 0 3px rgba(0,0,0,.16);
}

.slider .carousel{
margin: 0px;
}

.slider{
  margin-top: 20px;
border: 1px solid #e2e2e2;
box-shadow: 0 0 7px rgba(0,0,0,.25);
}

.slider .carousel-caption{
background: transparent;
margin-right: 28px;
margin-bottom: 190px;
}
.slider .carousel-caption p{
display: none;
}
.slider .carousel-caption h4{
font-family: 'Cuprum',sans-serif;
font-size: 40px;
line-height: 46px;
  text-align: right;
text-shadow: 1px 1px rgba(0,0,0,.2);
letter-spacing: -1px;
}


h4.title{
font-family: 'Cuprum',sans-serif;
padding: 0 !important;
  font-size: 30px !important; 
font-weight: normal !important;
letter-spacing: -1px !important;
text-transform: uppercase !important;
}

.news{
margin: 20px 0px 40px 0px;
  width: 100%;
}


.news ul li, .news li:nth-child(odd) {
width: 237px;
display: inline-block;
background: #fff;
border: 1px solid #e3e3e3;
box-shadow: 0 0 7px rgba(0,0,0,.07);
margin-right: 14px;
}

.news li:nth-child(4){
margin-right: 0px;
}

.news img{
margin-bottom: 20px;
}
.news img:hover{
opacity: .9;
}

.news h4{
font-family: 'Cuprum',sans-serif;
padding: 0;
  font-size: 22px;
  font-weight: normal;
color: #302f31;
}
.news h4 a{
color: #302f31;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.news h4 a:hover{
text-decoration: none;
  color: #828387;
}

.news p{
  font-family: Arial, Helvetica, sans-serif;
  color: #828387;
  text-align: justify;
}
.news .wiecej{
float:right;
color: #828387;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.news .wiecej:hover{
color: #302f31;
  text-decoration: none;
}

.text{
box-shadow: 0 0 7px rgba(0,0,0,.07);
border: 1px solid #e6e6e6;
background: #ffffff;
min-height: 100px;
  text-align: justify;
  margin: 0px 0px 40px 0px;
}

.text p{
    padding: 20px;
color: #828387;
}


.text-content{
min-height: 100px;
  margin: 0px 0px 40px 0px !important;
}

.text-content .content{
  box-shadow: 0 0 7px rgba(0,0,0,.07);
border: 1px solid #e6e6e6;
    text-align: justify;
  background: #ffffff;
    padding: 20px;
color: #828387;
}

.right-box{
margin: 0px 0px 20px 0px;
  padding: 20px;
    box-shadow: 0 0 7px rgba(0,0,0,.07);
border: 1px solid #e6e6e6;
  background-color: rgba(255, 255, 255, 0.7);
}

.right-box input[type="text"]{
width: 260px;
}

.contentListShow{
  color: #828387;
  text-align: justify;
}

.contentListShow li:nth-child(odd), .contentListShow li,.content .newsNormal li,.content .newsNormal li:nth-child(odd){
background-color: #F9F9F9;
border: 1px #eee solid;
  margin: 0px 0px 20px 0px;
}
.content .newsNormal li img{
margin-right: 20px;
}

.contentListShow li h4, .content .newsNormal li h4{
font-family: 'Cuprum',sans-serif;
padding: 0;
  font-size: 22px;
  font-weight: normal;
color: #302f31;
}
.contentListShow li h4 a,.content .newsNormal li h4 a{
color: #302f31;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.contentListShow li h4 a:hover,.content .newsNormal li h4 a:hover{
text-decoration: none;
  color: #828387;
}

.contentListShow li p,.content .newsNormal li p{
  font-family: Arial, Helvetica, sans-serif;
  color: #828387;
  text-align: justify;
}


.partners{
box-shadow: 0 0 7px rgba(0,0,0,.07);
border: 1px solid #e6e6e6;
background: #ffffff;
  text-align: center;
  margin-top: 20px;
  padding: 20px 0px;
  margin: 0px 0px 20px 0px;
}
.partners img{
width: 170px;
}

.partners img:hover{
opacity: 0.8;
}











.footer{
  margin-top: 20px;
background: #302f31;
color: #aaa;
  font-size: 12px;
}
.footer p{
  padding: 20px;
}

.footer a{
color: #aaa;
  text-decoration: underline;
}
.footer a:hover{
color: #ffffff;
}

.top, .top:hover{
  text-decoration: none;
float: right;
  margin-top: -10px;
}



.header-mobile{
width: 100%;
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 0;
background: #302f31;
  height: 55px;
}



.wrapper{
padding: 0px;
  margin: 0px;
   position:relative;
  top:0px;
 left:0px;
  width:100%;
   height: 100%;
  min-height: 800px;
  overflow:hidden;
}

 #showmenu{
padding: 20px 25px 20px 25px;
  background: none;
  border: 0px;
  position: absolute;
  left: 0px;
  border-right: 1px solid rgb(30, 29, 31);
}
 #showmenu.open{
background-color: rgb(30, 29, 31);
}

#menu{
position: absolute;
  width: 260px;
  left: 0;
  background-color: #4D4D4D;
  height: 100%;
    min-height: 800px !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  display: block;
}

#menu.close{
display: none !important;
}

#menu input[type="text"]{
  padding: 4px 0 4px 5px;
background-color: #FFF;
border: 1px solid #ccc;
  border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
box-shadow: 0 1px 1px rgba(0,0,0,0.12) inset;
}

#menu h3{
background: #454545;
display: block;
line-height: 16px;
font-size: 16px;
  padding: 10px;
  margin: 0px;
  color: #e8e8e8;
}




@media (max-width: 979px){


.alert{
width: 60%;
}


h4.title{
text-align: center;
}

.news ul li, .news li:nth-child(odd) {
width: 100%;
  margin-bottom: 20px;
  padding: 0px;
}
.news ul li p, .news ul li h4{
padding: 0px 20px;
}
.news li:nth-child(4){
margin-bottom: 0px;
}
.news ul li img, .content .newsNormal li img{
  float: none;
display: block;
  margin: 20px auto 20px auto;
}
.news ul li .btn{
display: block;
padding: 0px;
margin: 0px auto 20px auto;
width: 150px;
}

.right-column{
margin-top: 20px;
}

.container, .span12{
width: auto;
}

#menu ul{
list-style: none;
margin: 0px;
}
#menu ul li:first-child{
 border-top: 1px solid #444444;
}

#menu ul li{
display: block;
width: 100%;
  float: none;
  border-bottom: 1px solid #444444;
}

#menu ul ul{
display: none;
}

#menu ul li a{
display: block;
padding: 20px 10px;
  font-size: 18px;
  color: #d2d2d2;
  font-weight: normal;
}



#menu ul li a:hover{
text-decoration: none;
}
#menu ul li a.menuOpen{
color: white;
  border-left: 3px solid #000;
}

.carousel-caption{
display: none;
}

.searchForm{
margin-left: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#menu input[type="submit"]{
width: 60px;
padding: 7px 4px 7px 4px !important;
  border: 0px;
text-shadow: 0px;
   font-size: 14px;
  margin: 0px;
  vertical-align: middle;
  line-height: normal !important;
  -webkit-border-radius: 0;
-moz-border-radius:0;
border-radius: 0;
}

#content{
padding-top: 50px;
}

#content.mobile{
position: relative;
left: 260px;
  direction: ltr;
  min-height: 100%;
     -moz-box-shadow:    0 0 10px #000000;
   -webkit-box-shadow: 0 0 10px #000000;
   box-shadow:    0 0 10px #000000;
  padding-bottom:25px;
}

.footer p{
text-align: justify;
}

.footer .top{
text-align: center;
margin-top: 10px;
display: block;
float: none;
}

.header-mobile h2{
  font-size: 24px;
  text-align: center;
color: #fff7eb;
margin: 6px 0px 0px 0px;
font-family: 'Cuprum', sans-serif;
  font-weight: 300;
  font-weight: bold;
}

.header-mobile a{
text-decoration: none;
}

}








  .video{
     position: relative;
   padding-bottom: 56.25%; /* 16:9 */
   padding-top: 25px;
   height: 0;
  }
  .video iframe{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
  }  




