body {
	background: #f1f1f2;
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
    border-top: 3px solid #ef7f1a;
}
.c_kalendarz {
  width: 20%;
  float: left;
}
.c_kalendarz_content {
  padding: 5px;
  margin: 5px;
  border: 1px solid #aaa;
  min-height: 300px;
}
.c_pracownik {
  float: left;
  background: #3399ff;
  border: 1px solid #fff;
  color: #fff;
}
#m_belka {
  padding: 5px;
  background: #f1f1f2;
  margin-bottom: 10px;
}
.c_30_arrow {
  float: left;
  width: 30%;
  text-align: center;
  margin-top: 20px;
}
.c_40 {
  float: left;
  width: 40%;
  text-align: center;
}
.c_30 {
  float: left;
  width: 30%;
}
.c_select_date {
  border: 1px solid #153c63;
  padding: 5px 10px;
  color: #373433;
}
.c_arrow_button {
  background: #9b2927;
  border-radius: 25px;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 16px;
}
.c_item_name {
    padding: 10px;
    margin: 0;
}
.error_content {
  padding: 20px;
  text-align: center;
  margin-left: auto;
	margin-right: auto;
  background: #ffc0cb;
  border: 1px solid #800000;
}
.ok_content {
  padding: 20px;
  text-align: center;
  margin-left: auto;
	margin-right: auto;
  background: #c3ffc0;
  border: 1px solid #298424;
}
.warning_content {
  padding: 20px;
  text-align: center;
  margin-left: auto;
	margin-right: auto;
  background: #fdfb67;
  border: 1px solid #ff0000;
}
.error {
  position: relative; top: 70px;
  width: 300px;
  padding: 20px;
  text-align: center;
  margin-left: auto;
	margin-right: auto;
  background: #ffc0cb;
  border: 1px solid #800000;
}
.ok {
  position: relative; top: 70px;
  width: 300px;
  padding: 20px;
  text-align: center;
  margin-left: auto;
	margin-right: auto;
  background: #c3ffc0;
  border: 1px solid #298424;
}
#logowanie {
  width: 350px;
  padding: 25px;
  margin-top: 5%;
  margin-left: auto;
	margin-right: auto;
	background: #fff;
    border-radius: 10px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
border-bottom: 5px solid #9b2927;
}
.c_logo {
  text-align: center;
  padding-bottom: 20px;
}
.c_logowanie_left {
  width: 30%;
  float: left;
  margin-bottom: 5px;
  text-align: right;
  padding: 3% 0;
}
.c_logowanie_right {
  width: 70%;
  float: left;
  margin-bottom: 5px;
}
.c_logowanie_left b {
  padding-right: 10%;
}
.c_logowanie_half {
  width: 48%;
  padding: 0 1%;
  float: left;
}
.c_logowanie_half input {
  float: right;
}
.logowanieinput {
  border: 1px solid #8b8b8b;
  padding: 3%;
  width: 90%;
  border-radius: 5px;
}
#glowny {
	width: 1056px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 8px solid #9b2927;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.75);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
#topleft {
  width: 19%;
  float: left;
  font-size: 22px;
  color: #fff;
  text-align: right;
  padding: 7px 1% 5px 1%;
  background: #9b2927;
}
#topright {
  width: 57%;
  float: left;
  font-size: 22px;
  color: #65605e;
  background: #fff;
  padding: 7px 1% 5px 1%;
}
#user {
  background: #f1f1f1;
  width: 100%;
  padding-top: 18px;
}
.c_sort {
  width: 29%;
  padding: 2%;
  float: left;
}

/* */
.toggleMenu {
    display:  none;
    background: #585351 url(index_05.png) no-repeat;
    background-position: 95% 50%;
    padding: 11px 3%;
    width: 94%;
    color: #fff;
    z-index: 100;
}
.toggleMenu:hover {
   background: #d2d2d2 url(index_05.png) no-repeat;
   background-position: 95% 50%;
   color: #000;
}
.c_hidden {
  display: none;
}
.nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 100;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table;
    z-index: 100; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
    z-index: 100;
}
.nav a {
    color: #2e2e2e;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    z-index: 100;
   
    background: #f1f1f1;
}
.nav a:hover {
  background: #ef7f1a;
  color: #fff;
  z-index: 100;
}
.nav li {
    position: relative; 
    z-index: 100;
}
.nav > li {
    float: left;
    z-index: 100;
}
.nav > li > .parent {
      
}
.nav > li > .parent:hover {
    background: #ef7f1a;  
}
.nav > li > a {
    display: block;  
}
.nav li  ul {
    position: absolute;
    left: -9999px; 
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0; 
}
.nav li li a {
    display: block;
    background: #2b2c2c;
    color: #fff;
    padding: 5px 20px;
    margin-left: -40px;   
    position: relative;
    z-index:100;
    border-top: 1px solid #000;
    width: 200px;
}
@media screen and (max-width: 767px) {
    .active {
        display: block; 
    }
    .c_hidden {
      display: block;
    }
    .nav a {
        padding: 20px 0px;
        color:#2e2e2e;
        text-decoration: none;
        text-align: center;
        z-index: 100; 
        border-top: 1px solid #000;
        width: 100%;
        
    }
    .nav li li a {
      width: 100%;
      padding: 10px 0px;
      border-top: 1px solid 000;
    }
    .nav > li {
        float: none; 
    }
    
    .nav ul {
        display: block;
        width: 100%; 
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static; 
    }

}
/* */
#logout {
  width: 20%;
  float: left;
  color: #fff;
  padding: 8px 0px 7px 0px;
  text-align: center;
  background: #000;
}
#logout a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  
}
#logout a:hover {
  text-decoration: underline;
}
#middle {
	background: #fff;
}
#left {
  width: 200px; 
  float: left;
  margin-top: 50px;
  min-height: 400px;
  border-top: 1px dotted #9e9c9b;
}
#right {
  width: 100%; 
  float: left;
}
.c_button_column {
  background: #d2d2d2;
  color: #000;
  border-radius: 15px;
  padding: 8px 0;
  width: 95%;

  display: block;
  text-align: center;
}
.c_button_column:hover {
  background: #000;
  color: #fff;
}
.form_left {
  width: 48%;
  float: left;
  padding: 1%;
  text-align: right;
}
.form_right {
  width: 48%;
  float: left;
  padding: 1%;
}
.form_left_main, .form_right_main {
  width: 48%;
  float: left;
  padding: 1%;
}
.content {
  padding: 35px;
}
.content h1 {
  font-weight: normal;
  font-size: 30px;
  color: #9b2927;
}
.content h2 {
  font-weight: normal;
  font-size: 16px;
  color: #9b2927;
}
.content a, #logowanie a {
  text-decoration: none;
  color: #575757;
}
.content a:hover, #logowanie a:hover {
  text-decoration: underline;
}
.c_input {
  border: 1px solid #8b8b8b;
  padding: 5px 3%;
  width: 90%;
  border-radius: 5px;
}
#bottom {
  padding: 28px;
  background: #f1f1f1;
  background-position: top;
}
.bottom_logo {
  margin: 1% 3%;
  width: 44%;
  float: left;
}
.bottombox {
  margin: 1% 3%;
  width: 44%;
  float: left;
  text-align: right;
} 
.bottombox h2 {
  margin-top: 0px;
  font-weight: normal;
  font-size: 13px;
  border-bottom: 1px solid #000;
  padding-left: 10px;
}
.bottomboxcontent {
  padding: 0px 15px;
  color: #9b2927;
}
.bottomboxcontent a {
  color: #9b2927;
  display: block;
}
.bottomboxcontent a:hover {
  color: #000;
}
.button {
  background: url(img/index_04.png) repeat-x;
  border: 1px solid #d4d4d4;
  color: #5e5e5e;
  padding: 6px;
}
.button:hover {
  background: #cfcfcf;
}
.module {
  background: #ddd;
  padding: 10px;
  display: block;
  margin: 2px;
}
.module:hover {
  background: #c7c7c7; 
}
.photo_content {
  width: 160px;
  height: 160px;
  float: left;
  text-align: center;
  border: 1px dashed #9b2927;
  margin: 2px;
  padding: 10px;
}
.photo_content:hover {
  background: #ededed;
}
.photo_content_img {
  width: 150px;
  height: 140px;
}
.c_info_oferta {
  position: absolute;
  top: 3px;
  right: 0px;
  background: #ff0000;
  border-radius: 15px;
  padding: 1px 5px;
  font-size: 10px;
  font-weight: bold;
  color: #fff !important;
}
/* Tooltip */
.help {
  
}
#tooltip { 
    position: absolute; 
    z-index: 3000;
    width: 350px; 
    background: #a2d109; 
    color: #fff; 
    padding: 15px; 
    opacity: 1;
    box-shadow: 0px 0px 10px #000;
    border-radius: 15px; 
} 
 
.responsywny-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsywny-box video,
.responsywny-box iframe,   
.responsywny-box object,  
.responsywny-box embed, .responsywny-box-mapa iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 
 
#tooltip h3, #tooltip div { margin: 0; color:#fff; font-size:12px; }
/* Table */
.column_10, .column_11, .column_20, .column_30, .column_40, .column_50, .column_60, .column_70, .column_80, .column_90 {
  float: left;
} 
.column_10 {
  width: 14%;
  margin-top: 10px;
}
.column_11 {
  width: 10%;
} 
.column_20 {
  width: 20%;
}
.column_30 {
  width: 30%;
}
.column_40 {
  width: 40%;
}
.column_50 {
  width: 50%;
}
.column_60 {
  width: 60%;
}
.column_70 {
  width: 70%;
}
.column_80 {
  width: 80%;
}
.column_90 {
  width: 90%;
}
img {
	max-width: 100%;
}
/*  Scrool content  */
h2.trigger {
    
    /*background: url(img/triggerplus.png) no-repeat;*/
    font-size: 12px;
    margin:0px;
}
h2.trigger a {
    padding: 15px 5px 15px 10px;
    color: #000;
    text-decoration: none;
    display: block;
}
h2.trigger a:hover {text-decoration: none;background: url(img/dark.png) repeat;}
h2.active {/*background: url(img/triggerminus.png) no-repeat;*/} /*--Kiedy panel zostanie rozwinięty okno panelu zostanie przesunięte do spodu by ukazać jego “otwarty stan”--*/
.toggle_container {
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    overflow: hidden;
    font-size: 12px;
    clear: both;
}
.toggle_container .block {
    padding: 15px;
}
@media only screen and (min-width: 960px) and (max-width: 1100px) {
  #glowny {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 15px solid #9b2927;
    box-shadow: 0px 0px 40px #524E4C;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #glowny {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 15px solid #9b2927;
    box-shadow: 0px 0px 40px #524E4C;
}

.nav a {
    padding: 10px 5px;
}
}
@media only screen and (min-width: 540px) and (max-width: 767px) {
  #glowny {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 15px solid #9b2927;
    box-shadow: 0px 0px 40px #524E4C;
}
#topleft {
    width: 48%;
}
#topright {
    width: 48%;
}
#logout {
    display: none;
}
.column_10 {
    width: 25%;
}

.column_50 {
    width: 100%;
}
.column_20, .column_11 {
    width: 100%;
}
#logowanie {
    width: 80%;
    padding: 5%;
}
}
@media only screen and (min-width: 320px) and (max-width: 539px) {
  #glowny {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 15px solid #9b2927;
    box-shadow: 0px 0px 40px #524E4C;
}
.c_sort {
  width: 46%;
  padding: 2%;
  float: left;
}
#topleft {
    width: 98%;
}
#topright {
    display:none;
}
#logout {
    display: none;
}
.form_left_main, .form_right_main {
    width: 98%;
    float: left;
    padding: 1%;
}
.content h1 {
    font-size: 23px;
}
.column_10 {
    width: 50%;
    margin: 10px 0px;
}
.column_50 {
    width: 100%;
}
.column_20, .column_11 {
    width: 100%;
}
.bottom_logo {
    margin: 1% 3%;
    width: 94%;
    float: left;
    text-align: center;
}
.bottombox {
    margin: 3% 3%;
    width: 94%;
    float: left;
    text-align: center;
}
#logowanie {
    width: 80%;
    padding: 5%;
}
.content {

    padding: 15px;

}
}

