html {
  scroll-behavior: smooth;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	background: #fff;
}
.c_clear {
  clear:both
}
.c_button_content {
  background: #A9C23F;
  padding: 10px 20px;
  border-radius: 5px;
}
.c_icon {
  margin-right: 10px;
  margin-bottom:-1px;
}
#m_topDane {
  background: #2a2a2a;
}
#m_topDane_content {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  padding: 8px 0px;
}
#m_topDane_content a {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_topDane_content a:hover {
  color: #e8710e;
}
#m_topDane_content span {
  padding: 0px 20px;
}
.c_fb {
    float: right;
}
.c_back_js {
  margin-top:20px;
}
.c_back_js a {
  padding: 10px 15px;
  border: 1px solid #db2d2e;
}
.c_info_button a {
  border-radius: 46px;
  padding: 2px 9px !important;
  font-style: oblique;
}
.c_table_left {
  width: 48%;
  padding: 5px 1%;
  float: left;
  text-transform: capitalize;
}
.c_table_right {
  width: 48%;
  padding: 5px 1%;
  float: left;
  text-align: right; 
}
.c_table_content {
  padding: 5px;
  border-top: 1px solid #db2d2e;
  margin-bottom: 15px;
}
.hand_table {
  cursor: pointer;
  transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.hand_table:hover {
  
}
/* */
.toggleMenu {
    display:  none;
    background: #ee740d url(index_13.png) no-repeat scroll 50% 50%;
    padding: 25px 20px;
    width: 30px;
    color: #fff;
    z-index: 100;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    text-decoration: none;
}
.toggleMenu:hover {
   background: #e01619 url(index_13.png) no-repeat scroll 50% 50%;
}
.nav {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    z-index: 100;
    display: table;
}
.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 {
    padding: 10px 20px;
    color:#2a2a2a;
    text-decoration: none;
    text-align: center;
    z-index: 100; 
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    vertical-align: middle;
    background: #f5f5f5;
}
.nav a:hover {
  color: #fff;
  background: rgb(224,20,25); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(224,20,25,1) 0%, rgba(238,118,13,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(224,20,25,1) 0%,rgba(238,118,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(224,20,25,1) 0%,rgba(238,118,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e01419', endColorstr='#ee760d',GradientType=1 ); /* IE6-9 */

}.nav li {
    position: relative; 
    z-index: 100;
}
.nav > li {
    float: left;
    z-index: 100;
}
.nav > li > .parent {
    background: 93% center url("downArrow.png") no-repeat;
    padding-right: 40px;  
}
.nav > li > .parent:hover {
    background: #b2dd4b 93% center url("downArrow.png") no-repeat;
    padding-right: 40px; 
}
.nav > li > a {
    display: table-cell;   
}
.nav li  ul {
    position: absolute;
    left: -9999px;
    width: 240px;
    padding:0px; 
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0; 
}
.nav li li a {
    display: block;
    background: #454545;
    padding: 8px 5px;   
    position: relative;
    z-index:100;
    color: #fff;
    width: 240px;
    border-bottom: 1px solid #383838;
    border-radius: 0px;
}
.nav li li a:hover {
   border-radius: 0px;
}
.c_social_icon {
   padding: 2px 5px !important;
   width: 30px;
}
.c_social_icon img {
    width: 30px;
}
.c_social_icon:hover {
    background: #434242 !important;
}
.c_hidden_menu {
  display: none;
}
@media screen and (max-width: 959px) {  
    .active {
        display: block; 
    }
    .c_hidden_menu {
        display: block;
    }
    .nav {
      background: #454545;
      float: none;
      position: absolute;
      width: 100%;
      left: 0px;
    }
    .nav li  ul {
    position: absolute;
    left: -9999px;
    background: #454545;
    padding: 0%;
    width: 100%; 
    }
    .nav a {
        padding: 20px 0px;
        color:#000;
        text-decoration: none;
        text-align: center;
        z-index: 100; 
        border-bottom: 1px solid #000;
        border-right:0px;
        width: 100%;
        height: auto;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .nav a:hover {
       color:#fff;
    }
    .nav > li > a {
      display:block;
    }
    .nav li li a {
      width: 100%;
      padding: 13px 0px;
      background: #585858;
    }
    .nav > li {
        float: none; 
    }
    
    .nav ul {
        display: block;
        width: 100%; 
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static; 
    }
    .nav > li > .parent {
    background: center 93% url("downArrow.png") no-repeat;
    padding-right: 0px;  
    }
    .nav > li > .parent:hover {
        background: center 93% url("downArrow.png") no-repeat;
        padding-right: 0px; 
    }

}
#m_newsMain {
  background: #fbfbfb;
  padding: 80px 0px;
}
#m_newsMain_content {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  line-height:24px;
}
.c_item_news {
  
}
.c_news_img_left {
  float: left;
  width: 55%;
  padding-right: 5%;
}
.c_news_img_right {
  float: left;
  width: 55%;
  padding-left: 5%;
  text-align: right;
}
.c_news_title {
  margin-bottom: 30px;
}
.c_news_title {
  font-size: 22px;
  font-weight: bold;
  color: #434343;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_realizacje_title a:hover {
   color: #5b5b5b;
}
.c_news_date {
  color: #bfbfbf;
}
.item_news_contentMain_left {
  float: left;
  width: 40%;
}
.item_news_contentMain_right {
  float: left;
  width: 40%;
}
.c_news_content {
  color: #757575;
}
.c_linia {
  padding: 60px 0px;
}









.content a {
	color: #000000;
	text-decoration: none;
}
.content a:hover {
	color: #222;
	text-decoration: underline;
}
.c_pages {
  margin-top: 20px;
}
.c_pages a {
  color: #000;
  font-size: 13px;
  padding: 5px 9px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  text-decoration: none;
  border-radius: 20px;
}
.c_pages a:hover {
  color: #fff;
  background: #db2d2e;
}
#m_head {
  background: #f5f5f5;
}
#m_head_content {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
#m_logo {
  width: 35%;
  float: left;
  padding-top: 25px;
  position: relative;
  min-height:1px;
}
#m_logo_krezus {
}
#m_logo img{
}
#m_top_prawa {
  float: left;
  width: 100%;
}
#m_menuGora {
  padding: 40px 0px;
}

#m_main_content h1, #m_news_content h1 {
  font-size: 36px;
  color: #000;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
  line-height: 40px;
}
#m_main_content h1 span, #m_news_content h1 span {
  background: url(index_03.png) no-repeat bottom center;
  padding-bottom: 15px;
}

.content h2 {
  margin: 0px 0px 10px 0px;
  padding: 15px 26px;
  font-weight: normal;
  clear: both;
  color: #5b5b5b;
}
.content h3 {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  clear: both;
  color: #5b5b5b;
}
.content h4 {
  font-weight: bold;
  font-size: 16px;
  clear: both;
  color: #db2d2e;
  margin: 0px;
padding-top: 20px;
}
.item_spec {
  color: #fff;
  margin: 0px;
  font-weight: bold;
}
.item_spec0 {
  background: #e4282f;
}
.item_spec1 {
  background: #e84620;
}
.item_spec2 {
  background: #ef7f1b;
}
.item_spec_content {
  padding: 25px;
}
.item_specurl0 {
  background: #e4282f;
  padding-left: 20px;
}
.item_specurl1 {
  background: #e84620;
  padding-left: 20px;
}
.item_specurl2 {
  background: #ef7f1b;
  padding-left: 20px;
}



.c_name_title {
  padding:10px 0px;
  margin-bottom: 10px;
}
.c_name_title a {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_name_title a:hover {
  color: #000;
}
.c_name_coment {
    height: 120px;
}
.c_name_more {
    text-align: right;
    background: url(index_01.png) repeat-x center;
}
.c_name_more a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_name_more a:hover {
    color: #000;
}
.item_rea {
  margin: 15px 1%;
  color: #fff;
  width: 23%;
  float: left;
  border-bottom: 3px solid #da3300;
  background: #f1f1f1;
  height: 290px;
}
.item_rea_content {
  color: #db2d2e;  
	width: 100%;
	height: 100%;	
	padding: 0;
}
.item_rea_text {
  padding: 10px 5px; 
}
figure {
	width: 100%;	
	line-height: 0px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover_fx figure img {
  width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	max-height: 175px;
}
.hover_fx figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

#m_specjalizacjeKat {
  padding: 50px 0px 70px;
  background: #efefef;
}
#m_specjalizacjeKat_content {
    width: 1170px;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
}
#m_specjalizacjeKat h1 {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    
}
#m_specjalizacjeKat h1 b {
    color: #e4282f;
    font-size: 60px;
}
.c_specKat {
    width: 33.3%;
    float: left;
    text-align: center;
    margin-top: 50px;
}
.c_specKat a {
    color: #5f5f5f;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_specKat a:hover {
    color: #000;
}
.c_specKat img {
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.c_specKat img:hover {
  filter: grayscale(100%);
}


#m_specjalizacje {
  padding-bottom: 70px;
}
#m_specjalizacje_content {
  width: 1170px;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
	color: #fff;
    position: relative;
    top: -60px;
    margin-bottom: -60px;
}
.m_specjalizacje_text {
  padding-top: 30px;
}

#m_kurier {
  background: #fff;
  padding: 30px 0px;
}
#m_kurier_content {
  padding: 30px 0px;
  width: 1170px;
	margin-left: auto;
	margin-right: auto;
	color: #535353;
	line-height: 24px;
}
#m_kurier_content h1 {
  margin-top: 0px;
  font-size: 36px;
  font-weight: 900;
  color: #000;
  line-height: 32px;
  padding-bottom: 20px; 
}
#m_kurier_content h1 span {
  background: url(index_03.png) no-repeat bottom center;
  padding-bottom: 15px;
}


#m_kurier_content a {
    text-decoration: none;
    color: #535353;
}
.c_kurier {
  width: 46%;
  padding: 20px 4% 20px 0px;;
  float: left;
}
.c_kurier2 {
  width: 46%;
  padding: 20px 2%;
  float: left;
}
.c_kurier2 ul li, .content2 ul li {
   list-style-image: url(index_14.png);
   padding-left: 15px;
}

#m_box {
  background-image: url(../files/bg.jpg);
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#m_box_content {
  padding: 100px 0px;
  width: 1170px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	line-height: 24px;
}
#m_box_content h2 {
  margin-top: 0px;
font-size: 36px;
font-weight: 900;
color: #fff;
line-height: 32px;
padding-bottom: 20px;
}
#m_box_content h2 span {
  background: url(index_03.png) no-repeat bottom center;
  padding-bottom: 15px;
}


.c_box_info {
    width: 40%;
    float: left;
    font-size: 160px;
    line-height: 0px;
    font-weight: bold;
    text-align: center;
    background: url(index_06.png) no-repeat right; 
}
.c_box_content {
    width: 50%;
    float: left;
    padding-left: 5%;
}
.c_box_content a {
    color: #fff;
}

#m_kontakt {
  background: #000;
  padding: 0px;
}
#m_kontakt_content {
  padding: 60px 0px;
  width: 1170px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	line-height: 24px;
}
.c_kontakt_left {
  width: 50%;
  float: left;
  padding-right: 5%;
  font-size: 10px;
}
.c_kontakt_right {
  width: 40%;
  background: url(index_06.png) no-repeat left;
  float: left;
  padding: 20px 0px 20px 5%;
  font-size: 18px;
  line-height: 35px;
}
.c_kontakt_right img {
    padding-right: 20px;
    width: 32px;
    margin-bottom: -10px;
}
.c_kontakt_right a {
    color: #fff;
    text-decoration: none;
}
.c_logo_bottom {
    float: left;
    margin-right: 80px;
}
#m_main {
	background: #fff;
}
#m_main_content {  
	padding: 30px 0px;
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
}


#m_main_content h2 {
  color: #000;
  font-size: 36px;
  margin: 0px;
  padding: 0px 0px 30px 0px;
  line-height: 40px;
}
#m_main_content h2 span {
  font-weight: 900;
}
.fluid_container {
	margin: 0 auto;
	max-width: 2560px;
	min-height: 200px;
	background: #2a2a2a;
	width: 100%;
	z-index: 0;
}
#m_formularz_kontaktu {
  width: 100%;

}
#m_news {
  background: #fff;
  color: #4c4c4c;
  padding: 50px 0px;
}
#m_news_content {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
#m_gallery {
  background: #db2d2e;
  color: #fff;
  padding: 50px 0px;
}
#m_gallery_content {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.c_gallery_list {
  margin: 2%;
  width: 29%;
  float: left;
  background: #f8f8f8;
  border: 1px solid #eeeeee; 
}
.c_gallery_list img {
  padding: 0px !important;
  width: 100%;
}
.c_gallery_list span {
  padding: 0px 10px;
}
.c_gallery_box {
  margin: 10px 0.5%;
  width: 24%;
  float: left;
}
.c_gallery_box img {
  float: left;
  margin-right: 10px;
  width: 30%;
}
.c_gallery_box_title a {
  color: #fff;
  background: rgba(0,0,0,0.7);
  display: block;
  padding: 10px;
  margin-top: 170px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.c_gallery_box_title a:hover {
  padding: 95px 10px;
  margin-top: 0px;
  text-decoration: underline;
}
.c_gallery_box_add {
  margin-top: 5px;
  color: #b3b3b3;
}
#m_mapa {
  background: #b2dd4c;
}
#m_mapa_content {
  padding: 50px 0px;
  width: 1170px;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
  text-align: center;
  color: #fff; 
}
#m_mapa_content span {
  font-size: 30px;
  font-weight: normal;
  padding: 0px 30px;
}
#m_mapa_content a {
  color: #fff;
  text-decoration: none;
}
#m_mapa_content a:hover {
  text-decoration: underline;
}
.c_form_left_column {
    width: 48%;
    float: left;
    margin-right: 2%;
}
.c_form_right_column {
    width: 48%;
    float: left;
    margin-left: 2%;
}
.formMainButton {
    padding: 15px 2% 15px 0%;
    width: 48%;
    background: #15a8b0;
    border: 0px;
    text-align: center;
    margin: 9px 0px 9px 50%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    color: #fff;
}
.formMainButton:hover {
  background: #5b5b5b;
  color: #fff;
}
.formMainCaptcha {
  padding: 10px 2%;
  width: 94%;
  background: #fff;
  border: 1px solid #15a8b0;
  color: #5b5b5b;
}




#m_stopka {
  background: #fff;
}
#m_stopka_content {  
	padding: 20px 0px;
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	line-height: 24px;
	color: #db2d2e;
}
.c_30 {
  width: 31%;
  padding: 0px 1%;
  float: left;
}
.c_logo_bottom {
  text-align: center;
  padding: 15px 0px;
}

.c_newsMain {
  width: 24%;
  float: left;
  margin-right: 0.5%;
  margin-left: 0.5%;
  border-bottom: 4px solid #db2d2e;
  height: 230px;
  margin-bottom: 20px;
}
.c_newsMain_date {
  color: #db2d2e;
  padding: 5px 0px;
}
.c_newsMain_title {
  color: #515151;
  font-weight: bold;
  text-transform: uppercase;
}
.c_newsMain_title a {
  color: #515151;
  text-decoration: none;
}
.c_newsMain_title a:hover {
  text-decoration: underline;
}
.c_news_more {
  text-align: right;
  margin: 5px 0px;
}
.c_news_more a {
  color: #db2d2e !important;
  text-decoration: none;
}
.c_news_more a:hover {
  text-decoration: underline;
}
#m_top {
  background: #ffffff;
  position: relative;
}
#m_gallery_content h1 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  padding: 10px 0px;
}
#m_copy {
  background: #3b3b3b;
}
#m_copy_content {
  padding: 30px 0px;
  color: #5b5b5b;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#m_copy_content a {
  color: #fff;
  text-decoration: none;
     transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#m_copy_content a:hover {
  color: #db2d2e;
}
.c_news_date {
  margin: 0px 0px 5px 0px;
}
.c_news_foto {
  float: left;
  margin-right: 10px;
  width: 150px;
}
.content2 {
	color: #535353;
	padding: 15px 0px;
}
.content2 a img {
  
}
.button {
	background: #707070;
	border: 0px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	margin: 5px;
	padding: 15px 20px;
	-moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.button:hover {
	background: #000;
}
.szuk {
	width: 93%;
	border: 1px solid #333333;
	font-size: 14px;
	color: #333333;
	padding: 10px 15px;
}
.textarea {
	width: 96%;
	border: 1px solid #333333;
	font-size: 14px;
	color: #333333;
	padding: 10px 15px;
}
.captcha {
	width: 93%;
	border: 1px solid #333333;
	font-size: 14px;
	color: #333333;
	padding: 10px 15px; 
}
.captchaimg {
	margin-left: 4px;
	margin-bottom: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}

.c_gallery {
	display: block;
	padding: 5px 1%;
	float: left;
	width: 18%;
	height: 140px;
	text-align: center;
	margin: 5px 0px;
}
.c_gallery img {
  border: 1px solid #000;
  max-width: 100%;
  max-height: 100%;
}
.c_gallery img:hover {
	box-shadow: 0px 0px 3px #000;
}
.content h4 a {
  color: #fff;
  background: #db2d2e;
  padding: 10px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.content h4 a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}
.akt {
	padding: 5px;
}
img {
	max-width: 100%;
	border: 0px;
} 
.c_content_left_column {
  width: 48%;
  padding-right: 2%;
  float: left;
}
.c_content_right_column {
  width: 48%;
  padding-left: 2%;
  float: left;
}
.c_content_leftmain_column {
  width: 35%;
  padding-right: 5%;
  float: left;
}
.c_content_rightmain_column {
  width: 55%;
  padding-left: 5%;
  float: left;
  background: url(index_06.png) no-repeat left;
}
.responsywny-box-mapa {
  position: relative;
    padding-bottom: 0px;
    padding-top: 30px;
    height: 400px;
    overflow: hidden;
}

.responsywny-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsywny-box iframe,   
.responsywny-box object,  
.responsywny-box embed,
.responsywny-box-mapa iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cookie-info-layer{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 400;
    background-color: #fff;
    box-shadow: 1px 1px 4px #aaa;
    padding: 20px;
    width: 480px;

    font-size: 12px;
    color: #7a7a7a;
    line-height: 19px;
    text-align: justify;
    font-family: Arial;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#cookie-info-layer a{
    text-decoration: underline;
    color: #7a7a7a;
}
#cookie-info-layer .cookie-info-close{
    float: right;
    display: inline-block;
    background: rgb(224,20,25); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(224,20,25,1) 0%, rgba(238,118,13,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(224,20,25,1) 0%,rgba(238,118,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(224,20,25,1) 0%,rgba(238,118,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e01419', endColorstr='#ee760d',GradientType=1 ); /* IE6-9 */

    padding: 4px 10px;
    margin-top: 10px;
    cursor: pointer;

    color: #fff;
    font-size: 14px;
    font-weight: bold;

    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:80px;
    right:20px;
    display:none;
    z-index: 300;
    text-indent:-9999px;
    background: url('index_05.png') no-repeat;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.scrollup:hover {
    opacity:0.8;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
   #m_topDane_content, #m_head_content, #m_specjalizacje_content, #m_main_content, #m_specjalizacjeKat_content, #m_kurier_content, #m_box_content, #m_kontakt_content, #m_copy_content {
    width: 1000px;
   } 
   .c_box_info {
    font-size: 170px;
    }
}
@media only screen and (min-width: 960px) and (max-width: 1023px) {
   #m_topDane_content, #m_head_content, #m_specjalizacje_content, #m_main_content, #m_specjalizacjeKat_content, #m_kurier_content, #m_box_content, #m_kontakt_content, #m_copy_content {
    width: 940px;
   } 
   .c_box_info {
    font-size: 160px;
    }
    .c_box_content {
    width: 55%;
    padding-left: 5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
   #m_topDane_content, #m_head_content, #m_specjalizacje_content, #m_main_content, #m_specjalizacjeKat_content, #m_kurier_content, #m_box_content, #m_kontakt_content, #m_copy_content {
    width: 95%;
   } 
   .c_box_info {
    font-size: 120px;
    }
    .c_box_content {
    width: 55%;
    padding-left: 5%;
    } 
    #m_logo {
    width: 60%;
    } 
    #m_top_prawa {
    width: 100%;
    }
    #m_menuGora {
    padding-top: 13px;
    }
    #m_specjalizacje_content {
    top: -20px;
    margin-bottom: -20px;
    }
    .c_specKat {
    width: 50%;
    }
    .c_kontakt_left {
    width: 100%;
    padding-right: 0%;
    }
    .c_kontakt_right {
    width: 100%;
    border-top: 3px solid #e01319;
    border-left: 0px;
    text-align: center;
    }

       
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    #m_topDane_content, #m_head_content, #m_specjalizacje_content, #m_main_content, #m_specjalizacjeKat_content, #m_kurier_content, #m_box_content, #m_kontakt_content, #m_copy_content {
    width: 95%;
   } 
   .c_box_info {
    font-size: 120px;
    width: 100%;
    text-align: center;
    }
    .c_box_content {
    width: 100%;
    padding-left: 0%;
    }
    #m_logo {
    width: 60%;
    } 
    #m_top_prawa {
    width: 100%;
    }
    #m_menuGora {
    padding-top: 13px;
    }
    #m_specjalizacje_content {
    top: -20px;
    margin-bottom: -20px;
    }
    .c_specKat {
    width: 50%;
    }
    .c_kontakt_left {
    width: 100%;
    padding-right: 0%;
    }
    .c_kontakt_right {
    width: 100%;
    border-top: 3px solid #e01319;
    border-left: 0px;
    text-align: center;
    }
    .c_content_leftmain_column {
    width: 100%;
    padding-right: 0%;
    text-align: center;
    padding-bottom: 20px;
    }
    .c_content_rightmain_column {
    width: 100%;
    padding-left: 0%;
    float: left;
    border-left: 0px;
    background: none;
    }
    #m_specjalizacjeKat h1 {
    font-size: 30px;
    }
    #m_specjalizacjeKat h1 b {
    font-size: 45px;
    }
    .c_kurier {
    width: 100%;
    padding: 20px 0%;
    }
    .c_kurier2 {
    width: 100%;
    padding: 0px 0%;
    }
}
@media only screen and (min-width: 540px) and (max-width: 599px) {
      #m_topDane_content, #m_head_content, #m_specjalizacje_content, #m_main_content, #m_specjalizacjeKat_content, #m_kurier_content, #m_box_content, #m_kontakt_content, #m_copy_content {
    width: 95%;
   } 
   .c_box_info {
    font-size: 120px;
    width: 100%;
    text-align: center;
    }
    .c_box_content {
    width: 100%;
    padding-left: 0%;
    }
    #m_logo {
    width: 60%;
    } 
    #m_top_prawa {
    width: 100%;
    }
    #m_menuGora {
    padding-top: 13px;
    }
    #m_specjalizacje_content {
    top: -20px;
    margin-bottom: -20px;
    }
    .c_specKat {
    width: 50%;
    }
    .c_kontakt_left {
    width: 100%;
    padding-right: 0%;
    }
    .c_kontakt_right {
    width: 100%;
    border-top: 3px solid #e01319;
    border-left: 0px;
    text-align: center;
    }
    .c_content_leftmain_column {
    width: 100%;
    padding-right: 0%;
    text-align: center;
    padding-bottom: 20px;
    }
    .c_content_rightmain_column {
    width: 100%;
    padding-left: 0%;
    float: left;
    border-left: 0px;
    background: none;
    }
    #m_specjalizacjeKat h1 {
    font-size: 30px;
    }
    #m_specjalizacjeKat h1 b {
    font-size: 45px;
    }
    .c_kurier {
    width: 100%;
    padding: 20px 0%;
    }
    .c_kurier2 {
    width: 100%;
    padding: 0px 0%;
    }
 
}
@media only screen and (min-width: 480px) and (max-width: 539px) {
   
    #m_topDane_content, #m_head_content, #m_specjalizacje_content, #m_main_content, #m_specjalizacjeKat_content, #m_kurier_content, #m_box_content, #m_kontakt_content, #m_copy_content {
    width: 95%;
   } 
   .c_box_info {
    font-size: 120px;
    width: 100%;
    text-align: center;
    background: none;
    }
    .c_box_content {
    width: 100%;
    padding-left: 0%;
    }
    #m_logo {
    width: 60%;
    } 
    #m_top_prawa {
    width: 100%;
    }
    #m_menuGora {
    padding-top: 13px;
    }
    #m_specjalizacje_content {
    top: -20px;
    margin-bottom: -20px;
    }
    .c_specKat {
    width: 50%;
    height: 250px;
    }
    .c_kontakt_left {
    width: 100%;
    padding-right: 0%;
    }
    .c_kontakt_right {
    width: 100%;
    border-top: 3px solid #e01319;
    border-left: 0px;
    text-align: center;
    }
    .c_content_leftmain_column {
    width: 100%;
    padding-right: 0%;
    text-align: center;
    padding-bottom: 20px;
    }
    .c_content_rightmain_column {
    width: 100%;
    padding-left: 0%;
    float: left;
    border-left: 0px;
    background: none;
    }
    #m_specjalizacjeKat h1 {
    font-size: 30px;
    }
    #m_specjalizacjeKat h1 b {
    font-size: 45px;
    }
    .c_kurier {
    width: 100%;
    padding: 20px 0%;
    }
    .c_kurier2 {
    width: 100%;
    padding: 0px 0%;
    }
    #m_topDane_content span {
    padding: 0px 10px;
    }
   
    
  .c_content_left_column, .c_content_right_column {
    width: 98%;
    padding: 1%;
  }
    .c_news_foto {
    width: 40%; 
    }
    #cookie-info-layer {
    bottom: 2%;
    right: 5%;
    padding: 4%;
    width: 83%;
    }
    .c_gallery {
    width: 48%;
    }  
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    #m_topDane_content, #m_head_content, #m_specjalizacje_content, #m_main_content, #m_specjalizacjeKat_content, #m_kurier_content, #m_box_content, #m_kontakt_content, #m_copy_content {
    width: 95%;
   } 
   #m_kurier_content h1 {
  font-size: 30px;
  }
   .c_mail_contact {
    display: none;
   }
   .c_box_info {
    font-size: 120px;
    width: 100%;
    text-align: center;
    background: none;
    }
    .c_box_content {
    width: 100%;
    padding-left: 0%;
    }
    #m_logo {
    width: 70%;
    } 
    #m_top_prawa {
    width: 100%;
    }
    #m_menuGora {
    padding-top: 5px;
    }
    #m_specjalizacje_content {
    top: -20px;
    margin-bottom: -20px;
    }
    .c_specKat {
    width: 44%;
    height: 250px;
    padding: 0px 3%;
    }
    .c_kontakt_left {
    width: 100%;
    padding-right: 0%;
    text-align: center;
    }
    .c_kontakt_right {
    width: 100%;
    border-left: 0px;
    text-align: center;
    background: none;
    padding: 20px 0px 20px 0px;
    }
    .c_content_leftmain_column {
    width: 100%;
    padding-right: 0%;
    text-align: center;
    padding-bottom: 20px;
    }
    .c_content_rightmain_column {
    width: 100%;
    padding-left: 0%;
    float: left;
    border-left: 0px;
    background: none;
    }
    #m_specjalizacjeKat h1 {
    font-size: 30px;
    line-height: 30px;
    }
    #m_specjalizacjeKat h1 b {
    font-size: 45px;
    }
    .c_kurier {
    width: 100%;
    padding: 20px 0%;
    }
    .c_kurier2 {
    width: 100%;
    padding: 0px 0%;
    }
    #m_topDane_content span {
    padding: 0px 10px;
    }
    .c_logo_bottom {
    float: none;
    margin-right: 0px;
    }
    .c_kontakt_right img {
    padding-right: 10px;
    }
   
    
  .c_content_left_column, .c_content_right_column {
    width: 98%;
    padding: 1%;
  }
    .c_news_foto {
    width: 40%; 
    }
    #cookie-info-layer {
    bottom: 2%;
    right: 5%;
    padding: 4%;
    width: 83%;
    }
    .c_gallery {
    width: 48%;
    }

}
