/* IconSize -> 120px; */
/* MenuShowHide -> 60px; */

#MenuBox, #IconBox, #i-MoreBox, #i-MoreBoxFb, #i-Body {
  font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 14px; line-height: 140%; color: indigo; color: #333;
}
/* ======================================================================================================================== */
/* MENU BOX */
/* ======================================================================================================================== */
.MenuBox-0, .MenuBox-1 { 
  position: fixed;
  top: 0%; 
  width: 320px;
  height: 100%; 
  overflow: auto;
  overflow-x: hidden;
  z-index: 70; 
  overscroll-behavior-y: none;

  background: #FFFFFF;
  background: -moz-linear-gradient(left, #FFFFFF 97%, #D3D3D3 100%); /*#F6F6F6*/
  background: -webkit-linear-gradient(left, #FFFFFF 97%, #D3D3D3 100%);
  background: linear-gradient(to right, #FFFFFF 97%, #D3D3D3 100%);
}
.MenuBox-0 { left: -320px; outline: 0; }
.MenuBox-1 { left: 0%; /*outline: 2px solid rgba(255,255,225,0.10);*/ }

.MenuShow, .MenuHide { 
  position: fixed; 
  top: 0px;
  left: 320px; 
  width: 40px; 
  height: 40px; 
  cursor: pointer; 
  text-align: center; 
  z-index: 80; 
  background: #33ABB6;
  /*
  background: -moz-linear-gradient(left, #33ABB6 80%, #40B518 100%);
  background: -webkit-linear-gradient(left, #33ABB6 80%, #40B518 100%);
  background: linear-gradient(to right, #33ABB6 80%, #40B518 100%);
  */
  opacity: 1; 
}
.MenuShow { display: none; }  /*@media all and (min-width: 800px) { .MenuShow { border-right: 1px solid rgba(0,0,0,0.12); } }*/
.MenuHide { display: block; background: rgba(102,102,102,0.7); }

.MenuShow IMG, .MenuHide IMG { height: 100%; -moz-outline: none; outline: none; border: 0px none; }

.Show-0 { display: block; left: 0%; width: 60px; /* MenuShowHide */
  background: #33ABB6;
  /*
  background: -moz-linear-gradient(left, #33ABB6 80%, #40B518 100%);
  background: -webkit-linear-gradient(left, #33ABB6 80%, #40B518 100%);
  background: linear-gradient(to right, #33ABB6 80%, #40B518 100%);
  */
}
.Hide-0 { display: none; }
/*
#SVGClose0 { display: none; }
#SVGClose800 { display: block; }
*/
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (min-width: 1300px) and (min-height: 800px) 
{
.MenuShow { padding: 5px 0px; height: 40px; }
.MenuShow IMG { height: 40px; }
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 800px) 
{
.MenuBox-0, .MenuBox-1 { left: 100%; width: 100%; }

.MenuShow, .MenuHide { display: none; }

/*
.MenuShow, .MenuHide { 
  top: auto;
  left: auto; 
  bottom: calc(50vh - 18px);
  right: 0;

  border-top: 2px solid rgba(255,255,255,0.3);
  border-left: 2px solid rgba(255,255,255,0.3);
  border-bottom: 2px solid rgba(255,255,255,0.3);
  
  -webkit-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; border-top-left-radius: 5px; 
  -webkit-border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; 
}
.MenuShow { opacity: 0.8; display: block; width: 40px; }
.MenuHide { opacity: 0.7; 
  background: #33ABB6;
  right: -45px; 
}
*/
/*
#SVGClose0 { display: block; }
#SVGClose800 { display: none; }
*/
}



/* ======================================================================================================================== */
/* ICON BOX */
/* ======================================================================================================================== */
.IconBox { 
  /*display: block;*/
  position: fixed;
  top: 0%; 
  left: 0%;
  width: 120px; /* IconSize */
  height: 100%; 
  overflow: auto;
  z-index: 69; /*z-index: 69; */
  overscroll-behavior-y: none;

  background: #F6F6F6;
  background: -moz-linear-gradient(left, #F6F6F6 90%, #D3D3D3 100%);
  background: -webkit-linear-gradient(left, #F6F6F6 90%, #D3D3D3 100%);
  background: linear-gradient(to right, #F6F6F6 90%, #D3D3D3 100%);
  
  /*outline: 2px solid rgba(255,255,225,0.15);*/
}

.IconBoxOn { 
  background: #E3E3E3;
  background: -moz-linear-gradient(left, #E3E3E3 90%, #C3C3C3 100%);
  background: -webkit-linear-gradient(left, #E3E3E3 90%, #C3C3C3 100%);
  background: linear-gradient(to right, #E3E3E3 90%, #C3C3C3 100%);
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 800px) 
{
.IconBox { display: none; }
}
/* ------------------------------ */
#i-Body { width: 100%; height: 100%; position: fixed; top: 0; left: 0; overflow: auto; z-index: 65; background: rgba(0,0,0,0.3); }



/* ======================================================================================================================== */
/* SITE BOX */
/* ======================================================================================================================== */
.SiteBox-Icon, .SiteBox-Menu { 
  position: relative; /* position: absolute; / CHANGE to fixed in CSS.Fix */
  top: 0%; 
  margin: 0px; 
  min-height: 100%; height: auto !important; /* height: 100%; inaczej brak przewijania na mobile(?!) */
  overflow: auto;
  z-index: 60; 
  overscroll-behavior-y: none;
}
.SiteBox-Icon {
  left: 120px; /* IconSize */
  width: -moz-calc(100% - 120px); /* IconSize */
  width: -webkit-calc(100% - 120px); /* IconSize */
  width: calc(100% - 120px); /* IconSize */
}
.SiteBox-Menu {
  left: 320px;
  width: -moz-calc(100% - 320px); 
  width: -webkit-calc(100% - 320px); 
  width: calc(100% - 320px);
}
/*.SB0 { left: 0%; width: 100%; }*/
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 800px) 
{
.SiteBox-Icon, .SiteBox-Menu { left: 0%; width: 100%; }
}

/*
@media all and (min-height: 550px) { .SiteBox-Icon, .SiteBox-Menu { background: black; } }
@media all and (min-height: 600px) { .SiteBox-Icon, .SiteBox-Menu { background: orange; } }
@media all and (min-height: 650px) { .SiteBox-Icon, .SiteBox-Menu { background: pink; } }
@media all and (min-height: 700px) { .SiteBox-Icon, .SiteBox-Menu { background: grey; } }
@media all and (min-height: 750px) { .SiteBox-Icon, .SiteBox-Menu { background: red; } }
@media all and (min-height: 800px) { .SiteBox-Icon, .SiteBox-Menu { background: blue; } }
@media all and (min-height: 850px) { .SiteBox-Icon, .SiteBox-Menu { background: green; } }
@media all and (min-height: 900px) { .SiteBox-Icon, .SiteBox-Menu { background: yellow; } }
*/
/*
@media all and (max-height: 900px) { .SiteBox-Icon, .SiteBox-Menu { background: yellow; } }
@media all and (max-height: 850px) { .SiteBox-Icon, .SiteBox-Menu { background: green; } }
@media all and (max-height: 800px) { .SiteBox-Icon, .SiteBox-Menu { background: blue; } }
@media all and (max-height: 750px) { .SiteBox-Icon, .SiteBox-Menu { background: red; } }
@media all and (max-height: 700px) { .SiteBox-Icon, .SiteBox-Menu { background: grey; } }
@media all and (max-height: 650px) { .SiteBox-Icon, .SiteBox-Menu { background: pink; } }
@media all and (max-height: 600px) { .SiteBox-Icon, .SiteBox-Menu { background: orange; } }
@media all and (max-height: 550px) { .SiteBox-Icon, .SiteBox-Menu { background: black; } }
*/














/* ------------------------------------------------------------------------------------------------------------------------ */
/*
.MSearch { 
  padding: 0px 13px 10px;
}
INPUT.inp_search_text { 
  padding: 6px 8px;
  width: -moz-calc(100% - 18px); 
  width: -webkit-calc(100% - 18px); 
  width: calc(100% - 18px); 
  color: #AAA; 
  font-family: Arial, Verdana; 
  font-size: 14px; 
  border: 1px solid #777; 
  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
  background: #444; 
}
INPUT.inp_search_ico { 
  height: 35px; 
  opacity: 0.5; 
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
INPUT.inp_search_ico:hover { opacity: 1; }
*/


/* ------------------------------------------------------------------------------------------------------------------------ */
.m-Top { text-align: center; background: rgba(0,0,0,0.05); font-size: 0; height: 39px; border-bottom: 1px solid rgba(0,0,0,0.03); } 
.m-Top A { 
  display: inline-block; vertical-align: top; 
  padding: 2px 0px 3px; width: 15%; height: 35px; 
  text-align: center; text-decoration: none; cursor: pointer; 

  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out; 
}
.m-Top A:hover { text-decoration: none; background: rgba(255,255,255,1); }
.m-Top A:hover IMG { opacity: 0.7; } /*0.75*/

.m-Top A IMG { height: 35px; opacity: 0.4; } /*0.4*/
/* ------------------------------ */
.m-Logo { padding: 5px 0px 5px; text-align: center; display: none; }
.m-Logo IMG { height: 45px; border: 0px none; }
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 800px) 
{
.m-Top { height: 49px; }
.m-Top A { padding: 5px 0px; height: 40px;  }
.m-Top A IMG { height: 39px; }

.m-Logo { display: block; }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
.m-Buts{ padding-top: 5px; }

.m-But, .m-But:visited, .m-But:active, .m-But:focus, .m-But-Now, .m-But-Now:visited, .m-But-Now:active, .m-But-Now:focus { 
  display: block;
  text-decoration: none; 
  cursor: pointer;

  -webkit-transition: color 0.3s, background 0.4s ease-out;
  -moz-transition: color 0.3s, background 0.4s ease-out;
  -o-transition: color 0.3s, background 0.4s ease-out;
  transition: color 0.3s, background 0.4s ease-out; 
}
.m-But-Now { color: rgba(0,0,0,0.8); background: rgba(0,0,0,0.08); }
.m-But:hover { text-decoration: none; cursor: pointer; }
.m-But:hover .m-ButName { font-weight: 600; color: rgba(0,0,0,0.8); }
.m-But:hover .m-ButShow { opacity: 0.9; background-image: url(cms.svg.MenuBox/m-ButShowB.svg); }

.m-ButName, .m-ButNameB {
  display: inline-block; vertical-align: top; 
  padding-left: 15px;

  width: -moz-calc(100% - 65px);
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);

  /*font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal;*/
  font-size: 16px; color: rgba(0,0,0,0.8);
  height: 34px; line-height: 34px;
}
.m-ButNameB { font-weight: 600; color: rgba(0,0,0,0.8); }

.m-ButShow { display: inline-block; vertical-align: top; width: 40px; height: 34px; 
  /*background-color: yellow;*/
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-image: url(cms.svg.MenuBox/m-ButShow.svg);
  background-position: center center;
  opacity: 0.4;
}
.m-ButHide { display: inline-block; vertical-align: top; width: 40px; height: 34px; 
  /*background-color: green;*/
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-image: url(cms.svg.MenuBox/m-ButHide.svg);
  background-position: center center;
  opacity: 0.9;
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 800px) 
{
.m-ButName, .m-ButNameB { 
  padding-left: 20px;

  width: -moz-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);

  height: 40px; line-height: 40px; 
}
.m-ButShow { height: 40px; }
.m-ButHide { height: 40px; }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
.m-GraphBox { height: 90px; overflow: hidden; font-size: 0; background: rgba(0,0,0,0.05); border-top: 1px solid rgba(0,0,0,0.06); }
A.m-GraphBox {
  display: block; text-decoration: none; font-size: 0;

  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out; 
}
A.m-GraphBox:hover { cursor: pointer; background: rgba(0,0,0,0.10); }
A.m-GraphBox:hover .m-GraphIcon IMG { opacity: 0.70; }
A.m-GraphBox:hover .m-GraphMapR IMG { opacity: 0.40; }
/* ------------------------------ */
.m-GraphIcon { display: inline-block; vertical-align: top; width: 80px; height: 75px; padding-top: 7px; }
.m-GraphIcon IMG { height: 75px; opacity: 0.50; }
/* ------------------------------ */
.m-GraphClockL {
  display: inline-block; vertical-align: top; 
  padding-right: 20px;
  
  width: -moz-calc(100% - 100px); /* GraphIcon 80px + padding-right: 20px; */
  width: -webkit-calc(100% - 100px); 
  width: calc(100% - 100px);
  /*background: red;*/
}
/* ------------------------------ */
.m-GraphMapL {
  display: inline-block; vertical-align: top; 
  width: -moz-calc(100% - 140px); /* GraphIcon 80px + GraphMapR 60px */
  width: -webkit-calc(100% - 140px); 
  width: calc(100% - 140px);
  /*background: red;*/
}
.m-GraphMapR { display: inline-block; vertical-align: top; width: 60px; /*background: green;*/ }
.m-GraphMapR IMG { width: 60px; height: auto; opacity: 0.25; }
/* ------------------------------ */
.m-GraphCell { height: 90px; width: 1%; display: table-cell; vertical-align: middle; 
                font-family: Arial; font-size: 13px; color: rgba(0,0,0,0.7); line-height: 150%; /*background: blue;*/ }
.m-GraphCell SPAN { font-family: 'Roboto', sans-serif; font-weight: 600; font-style: normal; font-size: 16px; color: rgba(0,0,0,0.7); }

.taRight { text-align: right; }



/* ------------------------------ */
.m-Links { padding: 10px; text-align: center; font-family: Arial; font-size: 13px; color: #AAA; line-height: 150%; 
          border-top: 1px solid rgba(0,0,0,0.1); }
.m-Links A { text-decoration: none; color: #111; }
.m-Links A:hover { text-decoration: underline; color: #555; }
/* ------------------------------ */
.m-DesignerEmp { height: 51px; clear: both; font-size: 0px; }
.m-Designer { 
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center; 
  padding: 10px 0px; 
  width: 100%;  
  background: rgba(0,0,0,0.04);
  border-top: 1px solid rgba(0,0,0,0.07);
  height: 30px;
  overflow: hidden;
}
.m-Designer A { text-decoration: none; }
.m-Designer IMG { 
  height: 30px; opacity: 0.45; -moz-outline: none; outline: none; border: 0px none; cursor: pointer; 

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; 
}
.m-Designer IMG:hover { opacity: 0.8; }
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 800px) 
{
.m-DesignerEmp { height: 111px; }
.m-Designer { margin-bottom: 60px; }
}
/* ------------------------------------------------------------------------------------------------------------------------ */







/* ======================================================================================================================== */
/* m-More */
/* ======================================================================================================================== */

.m-More { 
  padding: 0px 30px 5px;
  background-color: rgba(0,0,0,0.05);
  border-top: 1px solid rgba(0,0,0,0.05); border-bottom: 1px solid rgba(0,0,0,0.1);
}
/*
.m-More-CatButs { margin-left: -30px; margin-right: -30px; }

.m-More-CatBut, .m-More-CatBut:visited, .m-More-CatBut:active, .m-More-CatBut:focus, 
.m-More-CatBut-Now, .m-More-CatBut-Now:visited, .m-More-CatBut-Now:active, .m-More-CatBut-Now:focus { 
  display: block;
  padding: 6px 50px 4px 30px; 

  text-decoration: none;
  line-height: 120%; color: inherit;

  cursor: pointer; 

  -webkit-transition: color 0.3s, background 0.4s ease-out;
  -moz-transition: color 0.3s, background 0.4s ease-out;
  -o-transition: color 0.3s, background 0.4s ease-out;
  transition: color 0.3s, background 0.4s ease-out; 
}
.m-More-CatBut:hover { 
  text-decoration: none; color: rgba(0,0,0,0.9); background-color: rgba(0,0,0,0.10); 
}

.m-More-CatBut-Now, .m-More-CatBut-Now:visited, .m-More-CatBut-Now:active, .m-More-CatBut-Now:focus { 
  padding: 7px 50px 5px 30px; 
  color: rgba(255,255,255,1); 
  text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
  
  background-color: #33ABB6;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 22px, 100% 100%;
  background-position: right 19px center, center center;
  background-image: url(cms.svg.MenuBox/m-More-CatBut-Now.svg), -moz-linear-gradient(left, #33ABB6 90%, #2597A2 100%);
  background-image: url(cms.svg.MenuBox/m-More-CatBut-Now.svg), -webkit-linear-gradient(left, #33ABB6 90%, #2597A2 100%);
  background-image: url(cms.svg.MenuBox/m-More-CatBut-Now.svg), linear-gradient(to right, #33ABB6 90%, #2597A2 100%);
}
.m-More-CatBut-Now:hover { 
  text-decoration: none; color: rgba(255,255,255,1); 
}

.m-More-CatHead {
  padding: 20px 50px 5px 30px;
  font-weight: 600; line-height: 120%;
}
*/


.m-More-Head { padding: 10px 0px 0px; font-weight: 600; }
.m-More-Desc { padding: 5px 0px 10px; }
.m-More-Desc A { text-decoration: underline; color: inherit; }
.m-More-Desc A:hover { text-decoration: underline; color: #33ABB6; }

.m-More-Img { padding: 5px 0px 0px; text-align: center; }
.m-More-Img IMG { padding: 5px; border: 3px solid #DDD; background: #FFF; }

.m-More-Go { padding: 15px 0px; text-align: center; }


.m-More-Rec { padding: 5px 0px 0px; /*font-family: Arial; font-size: 13px;*/ }
.m-More-Rec A { display: block; padding: 4px 0px; text-decoration: none; color: #111; line-height: 150%; }
.m-More-Rec A:hover { text-decoration: underline; color: #555; }

.m-More-Rec A SPAN { font-family: Arial; font-size: 12px; color: #AAA; line-height: 150%; }



.More-SliBox { position: relative;	padding-bottom: 50%; /* 66.67%; 4:3 */ height: 0; overflow: hidden; }

.More-SliImg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; 
  background-color: #DDD;
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: cover;
}
.More-SliGo { 
  position: absolute; top: 100%; left: 0; width: 100%; height: 100%;
  
  font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 18px; line-height: 160%; color: #FFF;
  
  background-color: rgba(29,93,99,0.5);

  -webkit-transition: background 0.5s ease-out, top 0.5s ease-out;
  -moz-transition: background 0.5s ease-out, top 0.5s ease-out;
  -ms-transition: background 0.5s ease-out, top 0.5s ease-out;
  -o-transition: background 0.5s ease-out, top 0.5s ease-out;
  transition: background 0.5s ease-out, top 0.5s ease-out;
}
.More-SliImg:hover .More-SliGo { top: 0%; }

.More-SliGoV { 
  position: absolute;
  top: 50%; width: 100%; text-align: center;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
}
.More-SliGoV IMG { width: 25%; margin-bottom: 10px; }





.More-SliLine { margin-top: 2px; margin-bottom: 10px; height: 10px; background: rgba(0,0,0,0.05); }

.More-Head { 
  margin-bottom: 10px; 
  font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 18px; line-height: 140%; color: #2597A2; text-align: center; 
}
.More-Cont { 
  margin-bottom: 10px; 
  font-family: 'Roboto', sans-serif; font-weight: 300; font-style: normal; 
  font-size: 14px; line-height: 130%; color: #444; 
}




.im-More-Map { width: auto; padding: 10px 0px; height: 200px; text-align: center; }

.im-More-Rec, .im-More-Rec-Now { padding-bottom: 2px; display: block; color: inherit; text-decoration: none; }
.im-More-Rec-Now { font-weight: bold; }
.im-More-Rec A, .im-More-Rec-Now A { display: block; text-decoration: none; color: #444; line-height: 150%; }
.im-More-Rec A:hover, .im-More-Rec-Now A:hover { text-decoration: underline; color: #555; }


.im-More-Photo { display: inline-block; margin: 0px auto; width: 60px; height: 60px; border: 2px solid #DDD; }
.im-More-Photo A { display: block; width: 100%; height: 100%; }
.im-More-Photo A:hover { 
  background-color: rgba(0,0,0,0.5);
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-image: url(cms.svg/ico_show.svg);
  background-position: center center;

  /*background: url(cms_files/img/pro_box_photo_on.png) no-repeat center center; background-size: cover; */
}
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-width: 800px) 
{
.m-More { padding-top: 10px; }

.m-More-CatBut, .m-More-CatBut:visited, .m-More-CatBut:active, .m-More-CatBut:focus, 
.m-More-CatBut-Now, .m-More-CatBut-Now:visited, .m-More-CatBut-Now:active, .m-More-CatBut-Now:focus {
  padding: 8px 50px 8px 40px;
  font-size: 15px; line-height: 140%;
}
.m-More-CatHead {
  padding: 8px 50px 8px 40px;
  font-size: 15px; line-height: 140%;
}
}






/* ======================================================================================================================== */
/* i-BOX */
/* ======================================================================================================================== */
.i-Top { text-align: center; font-size: 0;
  background: #40B518;
  background: -moz-linear-gradient(left, #2597A2 90%, #16767F 100%);
  background: -webkit-linear-gradient(left, #2597A2 90%, #16767F 100%);
  background: linear-gradient(to right, #2597A2 90%, #16767F 100%);
}
.i-Top A { display: inline-block; width: 60px; /* MenuShowHide */ vertical-align: top; padding: 2px 0px; height: 36px; 
  text-align: center; text-decoration: none; 
  -webkit-transition: background 0.4s ease-out;
  -moz-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out; 
}
.i-Top A:hover { text-decoration: none; background: rgba(0,0,0,0.15); }
.i-Top A:hover IMG { opacity: 1; }

.i-Top A IMG { height: 36px; opacity: 0.9; }

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (min-width: 1300px) and (min-height: 800px) 
{
.i-Top A { padding: 5px 0px; height: 40px; }
.i-Top A IMG { height: 40px; }
}
/* ------------------------------------------------------------------------------------------------------------------------ */ 
.i-Icon { /*border-bottom: 1px solid rgba(0,0,0,0.1);*/ }
.i-Icon A { 
  display: block;
  padding-top: 4px;
  height: 74px;
  font-family: 'Roboto', sans-serif; font-weight: 400; font-style: normal; font-size: 13px; text-align: center;
  color: rgba(0,0,0,0.9);
  text-decoration: none; 
  border-top: 1px solid rgba(0,0,0,0); /*07*/
  border-bottom: 1px solid rgba(0,0,0,0); /*07*/
  cursor: pointer; 

  -webkit-transition: color 0.3s, background 0.4s ease-out;
  -moz-transition: color 0.3s, background 0.4s ease-out;
  -o-transition: color 0.3s, background 0.4s ease-out;
  transition: color 0.3s, background 0.4s ease-out; 
}
/* ------------------------------ */
.i-Icon A.Now { color: rgba(0,0,0,0.9); 
  background: rgba(255,255,255,1); 
  border-top: 1px solid rgba(0,0,0,0.14); 
  border-bottom: 1px solid rgba(0,0,0,0.14); 
}
/* ------------------------------ */
.i-Icon A.On { color: rgba(0,0,0,0.9); 
  background: rgba(255,255,255,1); 
  border-top: 1px solid rgba(0,0,0,0.14); 
  border-bottom: 1px solid rgba(0,0,0,0.14); 
}
.i-Icon A.On IMG { opacity: 0.9; } /* 0.6 */
/* ------------------------------ */
.i-Icon IMG { height: 40px; margin-top: 5px; margin-bottom: 0px; opacity: 1; } /* 0.4 */

.i-Icon A:hover, .i-Icon A.Now:hover { text-decoration: none; color: rgba(0,0,0,1); background: rgba(255,255,255,1); }
.i-Icon A:hover IMG, .i-Icon A.Now:hover IMG  { opacity: 0.9; } /* 0.6 */

/*
.i-Icon A.i-Icon-Fb:hover { text-decoration: none; color: rgba(255,255,255,1); background: rgba(58,88,151,1); }

.i-Icon-Fb-SVG { height: 40px; margin-top: 5px; margin-bottom: 0px; }
.i-Icon-Fb-P1 { fill: #FFF; opacity: 0; }
.i-Icon-Fb-P2 { fill: #33ABB6; opacity: 1; }
.i-Icon A:hover .i-Icon-Fb-P1 { fill: #FFF; opacity: 1; }
.i-Icon A:hover .i-Icon-Fb-P2 { fill: #FFF; opacity: 1; }

.i-Icon A.Fb { color: rgba(255,255,255,0.9); 
  background: rgba(58,88,151,1); 
  border-top: 1px solid rgba(0,0,0,0.14); 
  border-bottom: 1px solid rgba(0,0,0,0.14); 
}
.i-Icon A.Fb .i-Icon-Fb-P1 { fill: #FFF; opacity: 1; }
.i-Icon A.Fb .i-Icon-Fb-P2 { fill: #FFF; opacity: 1; }
*/

.i-SepFb { height: 10px; clear: both; font-size: 0px; }

.i-Icon-Fb {
  display: block;
  /*margin-top: 10px;*/
  float: right;
  width: 50px; height: 40px; padding: 0px;
  font-size: 0px; /*text-align: center;*/
  
  border-top: 0px none;
  border-bottom: 0px none;

  -webkit-border-top-left-radius: 4px; -moz-border-top-left-radius: 4px; border-top-left-radius: 4px; 
  -webkit-border-bottom-left-radius: 4px; -moz-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; 

  background: #33ABB6;
  background: -moz-linear-gradient(left, #33ABB6 80%, #197D86 100%);
  background: -webkit-linear-gradient(left, #33ABB6 80%, #197D86 100%);
  background: linear-gradient(to right, #33ABB6 80%, #197D86 100%);
  
  cursor: pointer;
  
  /*
  background-color: #33ABB6;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 22px, 100% 100%;
  background-position: right 19px center, center center;
  background-image: url(cms.svg.MenuBox/m-More-CatBut-Now.svg), -moz-linear-gradient(left, #33ABB6 90%, #2597A2 100%);
  background-image: url(cms.svg.MenuBox/m-More-CatBut-Now.svg), -webkit-linear-gradient(left, #33ABB6 90%, #2597A2 100%);
  background-image: url(cms.svg.MenuBox/m-More-CatBut-Now.svg), linear-gradient(to right, #33ABB6 90%, #2597A2 100%);
  */
}
.i-Icon-Fb IMG { height: 30px; margin-left: 5px; margin-top: 5px; opacity: 1; }

.i-Icon-Fb:hover { 
  background: #3A5897;
}

.Fb { 
  background: #3A5897;
}






#i-Icon-9-copy { /*display: none;*/ }
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media all and (max-height: 860px) { 
.i-Icon A { height: 64px; } 
.i-Icon IMG { margin-top: 1px; height: 38px; }
.i-Icon-Fb IMG { height: 30px; margin-top: 5px; }
/*.i-Icon-Fb-SVG { margin-top: 1px; height: 38px; }*/
}
@media all and (max-height: 760px) { 
.i-Icon A { height: 59px; } 
.i-Icon IMG { margin-top: 0px; height: 35px; }
.i-Icon-Fb IMG { height: 30px; margin-top: 5px; }
/*.i-Icon-Fb-SVG { margin-top: 0px; height: 35px; }*/
}



/* 40 (i-Top) + 8*80 (i-Icon) + 10 (i-BotEmp) = 690px */
/* 40 (i-Top) + 7*80 (i-Icon) + 10 (i-BotEmp) = 610px */
@media all and (max-height: 700px) { #i-Icon-10 { /*display: none;*/ } }
@media all and (max-height: 635px) { #i-Icon-6 { /*display: none;*/ } }
@media all and (max-height: 570px) { #i-Icon-9 { /*display: none;*/ } #i-Icon-9-copy { /*display: none;*/ } }
@media all and (max-height: 700px) { #i-Icon-9 { display: none; } }




/* ------------------------------------------------------------------------------------------------------------------------ */ 
.i-BotEmp { height: 10px; clear: both; font-size: 0px; } /* IconBot height + IconBot border */
/* ----- */
/*
.i-Bot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
  font-size: 0;
}
.i-Bot A {
  display: inline-block;
  text-decoration: none; 
  width: 40px;
  height: 40px;
  font-size: 0;
  text-align: center;

  -webkit-transition: color 0.3s, background 0.4s ease-out;
  -moz-transition: color 0.3s, background 0.4s ease-out;
  -o-transition: color 0.3s, background 0.4s ease-out;
  transition: color 0.3s, background 0.4s ease-out; 
}

.i-Bot IMG { margin-top: 3px; height: 34px; opacity: 0.3; }

.i-Bot A:hover { text-decoration: none; color: #FFF; }
.i-Bot A:hover IMG { opacity: 1; }
*/
/* ------------------------------------------------------------------------------------------------------------------------ */ 
.IconInfo { 
  position: fixed; /* position: absolute; / CHANGE to fixed in CSS.Fix */
  top: 0%;
  left: 120px; /* IconSize */
  padding-left: 20px; padding-right: 15px; height: 40px; line-height: 40px;
  font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; 
  font-size: 16px; color: #FFF; text-shadow: 1px 1px 0px rgba(0,0,0,0.5); text-align: center; 
  border-left: 10px solid #33ABB6;
  background: rgba(0,0,0,0.7); 
  z-index: 75; /* zmienione z 65 w dniu 21.07.2020 */
}
/* ------------------------------------------------------------------------------------------------------------------------ */ 





/* ======================================================================================================================== */
/* i-More */
/* ======================================================================================================================== */
.i-MoreBox, .i-MoreBoxFb { 
  position: fixed; /* position: absolute; / CHANGE to fixed in CSS.Fix */
  top: 0%;
  left: 120px; /* IconSize */
  width: 320px; /* 270 */
  height: 100%;

  overflow: auto;
  overscroll-behavior-y: none; 

  background: rgba(255,255,255,1); 
  z-index: 75; /* zmienione z 65 w dniu 21.07.2020 */

  -webkit-box-shadow: 7px 0px 7px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 7px 0px 7px 0px rgba(0,0,0,0.1);
  box-shadow: 7px 0px 7px 0px rgba(0,0,0,0.1);
}
.i-MoreBoxFb { width: 370px; background: #3A5897; }
.i-MoreBoxBig { width: 640px; }
/* ------------------------------------------------------------------------------------------------------------------------ */
.i-More-Top { height: 40px; border-bottom: 1px solid rgba(0,0,0,0.07); }
.i-More-TopW { height: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }

.i-More-TopDown { float: left; padding: 0px 10px; }
.i-More-TopDown IMG { height: 40px; opacity: 0.5; }

.i-More-TopName, .i-More-TopNameW  { float: left; padding-top: 2px; height: 38px; font-size: 16px; line-height: 38px; color: #000; }
.i-More-TopNameW { color: #FFF; }

.i-More-TopClose { float: right; text-align: right; margin-right: 5px; cursor: pointer; }
.i-More-TopClose IMG { height: 40px; opacity: 0.5; }
/* ------------------------------ */
.i-More-Pad { padding: 0px 15px; }

/* ------------------------------ */
/*.i-More-CatHead { padding-top: 10px; font-weight: 600; }*/
/* ----- */
/*
.i-More-CatBoxes { padding-top: 10px; font-size: 0px; margin-left: -5px; margin-right: -5px; }
.i-More-CatBox { display: inline-block; vertical-align: top; width: 25%; padding-bottom: 10px; }
.i-More-CatTitle { display: block; padding: 10px 20px 10px; font-size: 14px; font-weight: bold; }

.i-More-CatPhoto { margin: 0px auto; width: 120px; height: 120px; border: 1px solid #DDD; 
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.i-More-CatPhoto A { position: relative; display: block; width: 100%; height: 100%; }
.i-More-CatPhoto A:hover { 
  background-color: rgba(0,0,0,0.5);
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-image: url(cms.svg.MenuBox/ico_show.svg);
  background-position: center center;
}

.i-More-CatPhoto-Now { margin: 0px auto; width: 120px; height: 120px; border: 3px solid #33ABB6; 
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.i-More-CatPhoto-Now A { position: relative; display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); }
.i-More-CatPhoto-Now A:hover { background-color: rgba(0,0,0,0.5); }
.i-More-CatPhoto-Now A SPAN { position: absolute; top: 0px; right: 0px; width: 30px; height: 30px;
  background-color: #33ABB6;
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-image: url(cms.svg.MenuBox/ico_showNow.svg);
  background-position: center center;
  -webkit-border-bottom-left-radius: 3px; -moz-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; 
}
*/
.i-More-Cat1, .i-More-Cat2 {
  position: absolute;
  top: 7px;
  left: -4px; 
  padding: 3px 7px 1px;
  font-size: 12px; color: #FFF;
  -webkit-border-top-right-radius: 3px; -moz-border-top-right-radius: 3px; border-top-right-radius: 3px; 
  -webkit-border-bottom-right-radius: 3px; -moz-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; 
}

.i-More-Cat1 { 
  background: #F88409;
  background: -moz-linear-gradient(left, #F88409 0%, #E17502 60%);
  background: -webkit-linear-gradient(left, #F88409 0%, #E17502 60%);
  background: linear-gradient(to right, #F88409 0%, #E17502 60%);
 }
.i-More-Cat2 { 
  background: #33ABB6; 
  background: -moz-linear-gradient(left, #33ABB6 0%, #2597A2 60%);
  background: -webkit-linear-gradient(left, #33ABB6 0%, #2597A2 60%);
  background: linear-gradient(to right, #33ABB6 0%, #2597A2 60%);
}
.i-More-Cat1, .i-More-Cat2 { 
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25);
}


/* ----- */
.i-More-CatName, .i-More-CatName-Now {  }
.i-More-CatName A, .i-More-CatName-Now A { display: block; padding: 4px 10px; text-decoration: none; font-size: 14px; color: inherit; text-align: center; }
.i-More-CatName-Now A { color: #33ABB6; }

.i-More-CatName A:hover { text-decoration: underline; }

/* ------------------------------ */
.i-More-Head { margin-bottom: -7px; display: block; text-decoration: none; }
.i-More-HeadName {
  display: inline-block; vertical-align: top; margin-right: 5px; padding: 4px 0px 0px; 
  font-size: 16px; color: rgba(0,0,0,0.8);
  height: 32px; line-height: 32px;
}
.i-More-HeadIco { display: inline-block; vertical-align: top; padding: 3px 0px 1px; height: 32px; opacity: 1; width: auto; }
.i-More-HeadIco IMG { height: 32px; }


















/* ======================================================================================================================== */
/* BUTTONS */
/* ======================================================================================================================== */
.ButMore {
  padding: 12px 45px 12px 20px; 
  font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; font-size: 16px; line-height: 100%; color: #FFF; text-align: center; 
  border: 0px none; cursor: pointer; 
  background-color: #33ABB6;
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-image: url(cms.svg.MenuBox/ico_go.svg);
  background-position: right 15px center;

  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;

  -webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.5);
  -moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.5);
  box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.5);

  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -ms-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.ButMoreSha {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
  box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
}

.ButMore:hover { background-color: #8C0606; background-position: right 8px center; border: 0px none; }
.ButMore:active, .ButMore:focus { -moz-outline: none; outline: none; border: 0px none; }

.ButMoreGrey { background-color: #999; }
.ButMoreGrey:hover { background-color: #33ABB6; }

.ButMoreDarkGrey { background-color: #666; }
.ButMoreDarkGrey:hover { background-color: #33ABB6; }

.ButMoreFb { background-color: #3A5897; }
.ButMoreFb:hover { background-color: #2E4679; }


/* ------------------------------ */
.a-More {
  display: block; 
  padding: 8px 38px 8px 15px; 

  color: inherit; text-align: right; 
  text-decoration: none;

  background-color: rgba(255,255,255,0.8);
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-image: url(cms.svg.MenuBox/a-More.svg);
  background-position: right 12px center;

  border-top: 1px solid rgba(0,0,0,0.11);
  border-bottom: 1px solid rgba(0,0,0,0.11);

  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -ms-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.a-More:hover {
  text-decoration: none; color: inherit; 
  background-color: rgba(0,0,0,0.08);
  background-position: right 6px center;
}


/* ------------------------------ */
.a-More-Navi {
  display: block; 
  padding: 15px 20px; 

  font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; font-size: 18px; line-height: 100%; color: #000; 
  text-decoration: none;

  background-color: rgba(0,0,0,0.05);
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-image: url(cms.svg.MenuBox/a-More-Navi.svg);
  background-position: right 10px center;

  border: 1px solid rgba(0,0,0,0.11);
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;

  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -ms-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.a-More-Navi:hover {
  text-decoration: none; color: inherit; 
  /*background-color: rgba(255,255,255,1);*/
  background-color: rgba(0,0,0,0.09);
}



/* ------------------------------ */
.ButColor {
  padding: 15px 45px 15px 20px; 
  font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; font-size: 18px; line-height: 100%; color: #FFF; text-align: center; 
  border: 0px none; cursor: pointer; 
  background-color: #999; /* 33ABB6 B1B1B1 */
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-image: url(cms.svg.MenuBox/ico_go.svg);
  background-position: right 15px center;

  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;

  -webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.1);
  box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.1);

  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -ms-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.ButColor:hover { background-color: #33ABB6; /* 40B518 */ background-position: right 8px center; border: 0px none; }
.ButColor:active, .ButColor:focus { -moz-outline: none; outline: none; border: 0px none; }
/* ------------------------------------------------------------------------------------------------------------------------ */
.ButPhone {
  padding: 15px 20px 15px 60px; 
  font-family: 'Open Sans', sans-serif; font-weight: 400; font-style: normal; font-size: 20px; line-height: 100%; color: #FFF; text-align: center; 
  border: 0px none; cursor: pointer; 
  background-color: #33ABB6;
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-image: url(cms.svg.MenuBox/ico-PhoneW.svg);
  background-position: left 15px center;

  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;

  -webkit-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.1);
  box-shadow: 0px 0px 10px 5px rgba(255,255,255,0.1);

  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.ButPhone:hover { background-color: #3F9D00; background-size: auto 40px; background-position: left 15px center; border: 0px none; }
.ButPhone:active, .ButPhone:focus { -moz-outline: none; outline: none; border: 0px none; }
/* ------------------------------------------------------------------------------------------------------------------------ */






/* CALENDAR BOX */
/* ------------------------------------------------------------------------------------------------------------------------ */
.TbCal { display: table; width: 100%; padding: 10px 0px; background: rgba(0,0,0,0.07); 
          border-top: 1px solid rgba(0,0,0,0.07); border-bottom: 1px solid rgba(0,0,0,0.07); }
.TbCalCell { 
  display: table-cell; 
  width: 100%; 
  text-align: center; vertical-align: middle; 
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#cal { margin: 0 auto; width: 280px; /* (34+2+2+2) 40*7=280 */ /*background: blue;*/ }
/* ----- */
.cal_d_name, .cal_d_now, .cal_d_no_1, .cal_d_no_2, .cal_d_no_3, .cal_d_no_4, .cal_d_no_5, .cal_d_no_6, .cal_d_no_0 { 
  float: left;
  width: 34px; 
  margin-right: 2px; 
  margin-bottom: 2px; 
  padding: 5px 2px;
  font-family: Tahoma, Arial, Verdana; 
  font-size: 12px; 
  line-height: 16px;
  text-align: center; 
  -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
}
.cal_d_name { color: rgba(0,0,0,0.5); /*#DDD;*/ background: rgba(0,0,0,0.15); /* background: #40B518; #33ABB6 */ }
.cal_d_now { color: #000; font-weight: bold; background: rgba(255,255,255,0.9); 
              -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.cal_d_no_1, .cal_d_no_2, .cal_d_no_3, .cal_d_no_4, .cal_d_no_5 { color: rgba(0,0,0,0.5); /*#BBB;*/ }
.cal_d_no_6, .cal_d_no_0 { color: rgba(0,0,0,0.5); /*#BBB;*/ background: rgba(255,255,255,0.55); }
/* ----- */
.cal_sp_grey { font-family: Tahoma, Arial, Verdana; font-size: 12px; line-height: 16px; color: rgba(0,0,0,0.25); /*color: #626262;*/ }
/* ----- */
.td_prev { width: 20px; text-align: left; }
.td_now { text-align: center; font-family: Tahoma, Arial, Verdana; font-size: 12px; line-height: 16px; color: rgba(0,0,0,0.55); }
.td_next { width: 20px; text-align: right; }
/* ------------------------------------------------------------------------------------------------------------------------ */



.Tb { display: table; width: 100%; height: 100%; }
.TbCell { display: table-cell; width: 100%; height: 100%; text-align: center; vertical-align: middle; }
/* ------------------------------ */


/* ------------------------------ */
#BodyInfo { width: 100%; height: 100%; position: fixed; top: 0; left: 0; overflow: auto; z-index: 85; background: rgba(0,0,0,0.85); } /*z-index: 85;*/

.BodyInfoClose { position: fixed; top: 25px; right: 25px; z-index: 88; cursor: pointer; }
.BodyInfoClose IMG { height: 40px; }

.BodyInfoL { padding: 30px; display: inline-block; vertical-align: top; text-align: center; color: #FFF; }

.BodyInfoP { padding: 30px; display: inline-block; text-align: center; color: #FFF; }
.BodyInfoP IMG { width: 350px; height: auto; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: 5px solid #A9A8A7; }

.BodyInfoC { margin: auto; padding: 30px; max-width: 60%; text-align: center; color: #FFF; }

.BodyInfoLine { padding: 20px; color: #EEE; border-top: 1px solid rgba(255,255,255,0.3); line-height: 140%; }
.BodyInfoLine SPAN { font-size: 18px; color: #33ABB6; }

.BodyInfoPhone, .BodyInfoPhone SPAN { line-height: 140%; font-size: 24px; color: #FFF; 
    font-family: 'Lato', sans-serif; font-weight: 400; font-style: normal; font-size: 24px; 
}
.BodyInfoPhone SPAN { font-weight: 700; }

@media all and (max-width: 799px) 
{
.BodyInfoL { display: block; padding-bottom: 10px; }
.BodyInfoP { display: block; padding-top: 0px; }
.BodyInfoP IMG { max-width: 80%; height: auto; width: auto\9; }

.BodyInfoC { max-width: 80%; }
}
@media all and (min-width: 800px) 
{
.BodyInfoL { max-width: 320px; }
}



/* FOOTER */
/* ======================================================================================================================== */
#SiteFooterEmp { width: 100%; display: block; clear: both; height: 0px; font-size: 0px; }
#SiteFooter { width: 100%; } 
.SiteFooterPC { 
  position: absolute;
  left: 0px; 
  bottom: 0px; 
}
/* ------------------------------------------------------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------------------------------------------------------ */
.FootTop { 
  padding: 8px 20px;
  text-align: center;
  font-family: Arial; font-size: 14px; color: rgba(255,255,255,0.4);

  border-top: 2px solid rgba(255,255,255,0.3);
  background: #0D6D77; /*1A7F89*/
}
.FootTop A { font-family: Arial; font-size: 14px; color: rgba(255,255,255,0.7); text-decoration: none; }
.FootTop A:hover { color: rgba(255,255,255,1); text-decoration: underline; }

.c_ { 
  margin: auto; 

  background: #2597A2;
  border-top: 10px solid #33ABB6;
  /*
  background: #666666; 
  background: -moz-linear-gradient(top, #555555 0%, #666666 20%, #666666 100%);
  background: -webkit-linear-gradient(top, #555555 0%, #666666 20%, #666666 100%);
  background: linear-gradient(to bottom, #555555 0%, #666666 20%, #666666 100%);
  */
}
.c_ico { padding-bottom: 10px; text-align: center; }
.c_ico IMG { height: 45px; }

.c_pay { padding: 10px 0px 15px; }
.c_pay IMG { height: 50px; }

.c_1, .c_2, .c_3, .c_4 { 
  float: left; 
  margin-top: 2px;
  margin-left: 1%; 
  width: 19.75%; 
  padding: 5px 2% 50px; 
  font-family: Arial; 
  font-size: 14px; 
  line-height: 180%;
  color: rgba(255,255,255,1);
  /*background: #777777; */
}
.c_1 IMG, .c_2 IMG, .c_3 IMG, .c_4 IMG { border: 0px none; }

.c_2 SPAN { font-family: Arial; font-size: 16px; line-height: 180%; font-weight: bold; color: rgba(255,255,255,1); }

.c_logo { 
  display: block;
  padding: 10px 0px; opacity: 0.4; cursor: pointer; 

  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.c_logo IMG { width: 100%; max-width: 300px; }
.c_logo:hover { opacity: 1; }

.c_1 LI { padding-top: 3px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,0.1); }

.c_1 A, .c_2 A, .c_3 A, .c_4 A { color: rgba(255,255,255,1); text-decoration: none; }
.c_1 A:hover, .c_2 A:hover, .c_3 A:hover, .c_4 A:hover { color: rgba(255,255,255,0.7); text-decoration: underline; }   
/* ============================================================ */
@media all and (max-width: 1200px) 
{
.c_1, .c_2, .c_3 { margin-left: 2%; width: 27.3%; padding: 5px 2% 30px; }
.c_4 { margin-left: 2%; width: 92%; padding: 5px 2% 50px; border-top: 1px solid rgba(255,255,255,0.15); }
}
@media all and (max-width: 1000px) 
{
.c_1, .c_2, .c_3, .c_4 { margin-left: 2%; width: 43%; padding: 5px 2% 30px; }
.c_3, .c_4 { padding: 5px 2% 50px; border-top: 1px solid rgba(255,255,255,0.15); }
.c_3 { clear: left; float: left; }
}
@media all and (max-width: 800px) 
{
.c_ { margin-bottom: 50px; }
}
@media all and (max-width: 600px) 
{
.c_1, .c_2, .c_3, .c_4 { margin-left: 2%; width: 92%; padding: 5px 2% 30px; }
.c_2, .c_3, .c_4 { border-top: 1px solid rgba(255,255,255,0.15); }
.c_4 { padding: 5px 2% 50px; }
}