@import url('rootme.css');

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


html, body {
	font-family: 'Calibri', PT Sans, Hind, Ubuntu, Lato,  Arial, sans-serif;
	color: #9DB1BD;
	background: #181820;
	font-style: normal;
	width: 100%;
	margin: 0;
	font-size: 1.0rem;
}



@supports (-moz-appearance: none) {
  /* Styl tylko dla Firefoksa */
  html, body {font-size: 1.0329rem; }
}
td, th, input, textarea, select { font-size: 1.0rem; list-style-type: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary, marquee, main {	display: block;}

*{-webkit-box-sizing: border-box;	-ms-box-sizing: border-box;	-o-box-sizing: border-box; -moz-box-sizing: border-box;	box-sizing: border-box;	-webkit-transform: translate;	-ms-transform: translate;	-o-transform: translate; -moz-transform: translate;}

/* TYPOGRAFIA */

a {font-size: 1.0rem; list-style-type: none; cursor: pointer;}
ul, li {font-family: 'Calibri', Arial, serif; color: #9DB1BD; text-align: left; font-size: 1.0rem; line-height: 1.5;}
td, th, input, textarea, select, a {font-size: 1.0rem; }
form {padding: 0; margin: 0; display: inline; }
input, textarea, select {margin: 3px 0px;}
a, a:visited {color:#9F5000; text-decoration: none; cursor: pointer; }
a:hover, a:active { color:#CC6600; font-size: 1.0rem; cursor: pointer; }
a:focus { border: 0px solid transparent; } 
a img { border: none; cursor: pointer; }
p { line-height: 1.5; letter-spacing: 0.015rem;  }

h1, h2 { 
  font-family: "Ubuntu", Arial, serif;
  color: #FE9900;
  font-size: 1.5rem;
  text-align: left;
  font-weight: 500;
  margin-left: 3%;
}

h4 {
  font-family: "Calibri", Arial, serif;
  color: #FE9900;
  font-size: 24px;
  font-variant: small-caps;
  font-weight: 300;
  margin-left: 30px;
}

h5 {
  font-family: "Calibri", Arial, serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}

.style2 { color: #181820; }
.style3 { color: #999; }

/* STRUKTURA */
.center { margin: 0 auto; padding: 0; background: #181820; max-width: 1024px;}

.logo {
  width: 100%;
  height: auto;
  background-image: url(../../img/logo.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 3.5 / 1;
}

.logo-top { width: 300px; height: auto; margin-left: auto;}
.logo-top>p { 
  font-size: 18px;
  text-align: center;
  color:  #fff;
  font-family: "PT Sans", Arial, sans-serif;
  margin: 0px;
  padding: 5px 0.1px 5px 0.1px;
  line-height: normal;
  }

.logo-text { width: 100%; height: auto; padding-top: 10px; margin-left: 0px; text-align: left;}
.zaw-text {display: flex; flex-direction: column; align-items: center;}
.zaw-kol { display: flex; flex-direction: row; justify-content: center; gap: 10px; flex-wrap: wrap;}
.kol-text { width: 48%; min-width: 340px;}
.kol-text-gal { width: 70%; min-width: 300px;}
.kol-gal { width: 28%;/*min-width: 340px; */ }
.main-content { margin: 0 auto; padding: 15px; box-sizing: border-box; max-width: 1024px;}
.menu-section { display: flex; flex-direction: column; align-items: center; gap: 1rem; padding: 1rem 0;}

/* Kontakt formularz */
#kontakt {max-width: 500px;  margin: 0px auto; padding: 20px; border-radius: 4px;}
#potwierdzenie { padding: 20px; background-color: #f0fff0; border: 1px solid #c0e0c0; border-radius: 6px; text-align: center; font-family: Arial, sans-serif;}
#potwierdzenie>.success { background-color: #12CC1A; border: #0FA015 1px solid; padding: 10px 15px; color: #FFFFFF; border-radius: 4px; font-weight: bold; margin-top: 15px;}

/* Etykiety i pola */
form label { display: block; margin-bottom: 1px;}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea { width: 100%; padding: 10px; margin-bottom: 20px; border: 0px solid #494d68; border-radius: 4px; box-sizing: border-box; font-size: 15px; transition: 0.2s; color: #343855; font-family: 'Hind', Arial, sans-serif; }

div#kontakt>form#kontaktForm>input#imie:focus,
div#kontakt>form#kontaktForm>input#email:focus,
div#kontakt>form#kontaktForm>input#telefon:focus,
div#kontakt>form#kontaktForm>input#temat:focus,
div#kontakt>form#kontaktForm>textarea#wiadomosc:focus { border: 0px solid #fe9900; outline: none; border-radius: 10px; transition: 0.2s; box-shadow: 0px 0px 12px 0px rgb(113, 127, 219); -webkit-box-shadow: 0px 0px 12px 0px rgb(113, 127, 219);}

/* Przycisk Wyślij i Anuluj */
form button { padding: 10px 50px; margin: 10px; border: none; border-radius:4px; font-size: 14px; cursor: pointer;}
form button[type="submit"] { background-color: #bf5104;  color: white; transition: 0.2s; }
form button[type="reset"] { background-color: #414960; color: white; transition: 0.2s;}
.button-center { display: flex; justify-content: center; }

div#kontakt>form#kontaktForm>div.button-center>button#wyslij:hover,
div#kontakt>form#kontaktForm>div.button-center>button#anuluj:hover { transition: 0.2s; padding: 9.12px 47.5px; font-size: 16px;}

div#kontakt>form#kontaktForm>div.button-center>button#wyslij:hover { background-color: #fb6700; }
div#kontakt>form#kontaktForm>div.button-center>button#anuluj:hover { background-color: #5f6a8c; }

/* Potwierdzenie po wysłaniu */
#potwierdzenie {
  text-align: center;
  padding: 20px;
  background-color: #e6ffe6;
  border: 0px solid #b2ffb2;
  border-radius: 6px;
  margin-top: 20px;
}

#potwierdzenie button {
  margin-top: 15px;
  background-color: #28a745;
  color: white;
  padding: 10px 25px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

form#kontaktForm>button:focus { border: 2px solid #fe9900; outline: none; border-radius: 15px; transition: 0.2s;}
form#kontaktForm>button:focus { border: 2px solid #fe9900; outline: none; border-radius: 15px; transition: 0.2s;}

/* MENU GÓRA */
.menu-top {
  width: 180px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.menu-top ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.menu-top ul li a {
  /* display: block; */ 
   width: 100%;
   height: 25px;
   color: #9F5000;
   text-decoration: none;
   cursor: pointer;
   transition: all 0.2s ease-in-out;
	
}

.menu-top ul li a:hover { 
   padding-left: 10px;
   color: #F48B04;
   text-decoration: none;
    cursor: pointer;
  }

.menu-top ul li a:active { 
   padding-left: 10px;
   color: #F48B04;
   text-decoration: none;
    cursor: pointer;
	
  }

.menu-top ul li a.active {
	padding-left: 10px;
   color: #F48B04;
   text-decoration: none;
	cursor: auto;
	transition: padding-left 0.2s ease, color 0.2s ease;
  }

button.menu-toggle {
  display: none;
  background: #c46803;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  padding: 5px 10px;
}

/* BELKI */
.belka-top {
  width: 800px;
  margin: auto;
}

.belka-text {
  height: 40px;
  font-family: "PT Sans", Arial, serif;
  color: #999;
  font-size: 16px;
  text-align: left;
  padding-left: 10px;
  padding-top: 9px;
}

.belka_t,
.belka_b,
.belka_tg,
.belka_bg
{ display: block;
  height: 2px;
  width: 100%;
  background-repeat: repeat-x;
  object-fit: cover;
}

.belka_t { padding-left:50px;}
.belka_b { padding-right: 50px; }
.belka_tg { padding-left: 40px; margin-top: 10px; }
.belka_bg { padding-right: 40px; }

/* MENU DOLNE */
.belka-bottom {
  width: 100%;
  margin: auto;
  font-family: "Calibri", Arial, serif;
  color: #9F5000;
  font-size: 16px;
  padding: 8px 0;
 /* font-variant: small-caps; */
  text-align: center;
}

.belka-bottom nav ul {
  list-style: none;
  padding: 8px;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;      
}

.belka-bottom nav ul li a {
  text-decoration: none;
  color: #9F5000;
  font-variant: small-caps;
  transition: 0.2s;
}

.belka-bottom nav ul li a:hover {
  color: #F90;
  transition: 0.2s;
}


/* MENU GORNE */
.menu {
  max-width: 950px;
  margin: var(--margin-L-R);
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
list-style-type: none;
}

.menu li {
 list-style-type: none;
 margin: var(--margin-L-R);
}

.menu li a {
  display: block;
  width: 220px;
  height: 220px;
  text-indent: -9999px;
  background-image: url('../../img/121224.png'); 
	margin: var(--margin-L-R); 
}


.menu li.str1 a { background-position: 0 0;}
ul.menu> li.str2> a { background-position: 0 -220px; }
ul.menu> li.str3> a { background-position: 0 -440px;}
ul.menu> li.str4> a { background-position: 0 -660px;}
ul.menu> li.str5> a { background-position: 0 -880px;}
ul.menu> li.str6> a { background-position: 0 -1100px;}

.menu li.str1 a:hover { background-position: -220px 0;}
ul.menu:hover> li.str2:hover> a:hover { background-position: -220px -220px; }
ul.menu:hover> li.str3:hover> a:hover { background-position: -220px -440px; }
ul.menu:hover> li.str4:hover> a:hover { background-position: -220px -660px; }
ul.menu:hover> li.str5:hover> a:hover { background-position: -220px -880px; }
ul.menu:hover> li.str6:hover> a:hover { background-position: -220px -1100px; }


footer.footer>p {
 width: 100%;
  margin: var(--margin-L-R);
  padding: 10px;
  list-style: none;
  text-align: center;
  color: #3daa00;
  font-size: 12px;
}

.gallery, .galleryBok {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
	width: var(--width-100);
}

.gallery a, .galleryBok a {
  width: auto;
}

.gallery img, .galleryBok img {
  max-width: 220px;
  height: auto;
  border: 0px solid #ccc;
  border-radius: 3px;
  transition: transform 0.2s;
}

.gallery img:hover, .galleryBok img:hover {
  transform: scale(0.98);
  border-color: #333;
}

.gallery a:active, .galleryBok a:active {
  border-color: translation;
	margin: 0;
  padding: 0;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next { width:50%!important;}
.lb-dataContainer { padding: 5px !important; background: #040406; }
#lightboxOverlay, #lightbox {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 99999 !important;
}


/* RWD */
@media (max-width: 880px) {
  html, body {
    font-size: 15px;
    overflow-x: hidden;
  }

.main-content {
    padding: 15px;
  }

  .menu-section {
    gap: 0.5rem;
    padding: 0.5rem 0;
  }
  .center,
  .belka-top,
  .belka-bottom,
  .footer {
    width: var(--width-100);
    max-width: var(--width-100);
    padding: 0 1rem;
    box-sizing: border-box;
  }
   
	.logo,
  .logo-top {
    width: var(--width-100);
    max-width: var(--width-100);
    padding: 0;
    box-sizing: border-box;
  }
	.logo-text {
		 width: var(--width-100);
    max-width: var(--width-100);
		padding-top: 10px;
	 box-sizing: border-box;
	}
	
  .belka-text {
    text-align: center;
    padding-left: 0;
    padding-top: 10px;
  }

  #kontakt {
    padding: 20px;
  }

  form button {
    width: var(--width-100);
    margin-bottom: 10px;
  }
	
  .menu-top ul,
  .menu-bottom {
    flex-direction: column;
    align-items: center;
  }
	
	.menu-top ul {gap: 5px; }
	.menu-bottom {gap: 10px; }
	
	.menu {
	width: var(--width-100);
	}

  .menu-top li,
  .menu-bottom li {
    width: var(--width-100);
    max-width: 300px;
    padding: 0;
  }


  .menu-top li a,
  .menu-bottom li a {
    width: var(--width-100);
    max-width: 300px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }

  .logo-top { width: 250px; }

  .logo {
   background-image: url('../../img/logo.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: var(--width-100);
    padding: 0;
  }

	/* .logo-top { display: none;} */ 

  /* Dodatkowe poprawki dla sprite'ów (jeśli potrzebne) */
  .menu li a,
  .menu-top li a,
  .menu-bottom li a {
    background-position: center center;
  }
	
	
  .zaw-kol {
    flex-direction: column;
    align-items: center;
  }

		.kol-text, .kol-text-gal, .kol-gal {
    width: var(--width-100); /* pełna szerokość na małych ekranach */
  }
	
	.gallery {
  display: flex;
 /* flex-wrap: wrap; */ 
  justify-content: center;
  gap: 5px;
	width: var(--width-100);
	}

.gallery a { width: var(--width-30); }

.gallery img {
  width: var(--width-100);
  height: auto;
  border: 0px solid #ccc;
  border-radius: 3px;
  transition: transform 0.2s;
}

.gallery img:hover {
  transform: scale(0.98);
  border-color: #333;
}

.gallery a:active {
  border-color: translation;
	margin: 0;
  padding: 0;
}	
	
}


@media (max-width: 768px) {
	
	h1, h2 {
	font-size: 1.5rem;
  }
	
  .menu,
  .menu-bottom {
   /* flex-direction: column; */
    align-items: center;
	
  }

  .menu li a,
  .menu-bottom li a {
   /* width: 100%;
    max-width: 300px; */
	text-decoration: none;
    cursor: pointer;
  }

  .logo,
  .belka-top,
  .belka-bottom,
  .footer {
    width: var(--width-100);
    padding: 0 1rem;
  }
	
  .logo {
		padding: 0;
    aspect-ratio: 3 / 1;
    background-image: url('../../img/m_logo.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: var(--width-100);
    height: auto;
  }
	
	.menu-top {
  width: 180px;
  height: auto;
  margin: 0 auto;
  padding: 0;
	}

	.logo-top { 
  max-width:180px;
	}

	.menu-top ul {
  max-height: 0;              /* ukryte */
  overflow: hidden;           /* ukrywa zawartość */
  flex-direction: column;
  background: #494d68;
  width: 100%;
  padding: 0;                 /* padding wyłączony w stanie ukrytym */
  float: right;
  border-radius: 3px;
  gap: 5px;
  transition: max-height 0.4s ease, padding 0.3s ease; /* płynne rozwijanie */
	top: 2px;
  position: relative;
	}

	.menu-top ul.active {
  max-height: 500px;          /* wystarczająco duże, żeby pomieścić wszystkie elementy */
  padding: 10px;              /* pojawia się płynnie */
	}

	.menu-top li {
  width: var(--width-100);
  max-width: 300px;
  padding-left: 10px;
	}

	.menu-top ul li a {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
	}

	.menu-top ul li a:hover {
  color: #ec8e02;
	}

	button.menu-toggle {
  display: block;
  color: #fff;
  font-size: 16px;
  float: right;
  cursor: pointer;
	padding: 6px 20px;
  margin-top: 10px;
	}

	.belka_tg, .belka_bg, .logo-top > p { display: none;}

	.kol-text, .kol-text-gal, .kol-gal {
    width: var(--width-100); /* pełna szerokość na małych ekranach */
  }
	
	
}



@media (max-width: 595px) {
  .logo {
    aspect-ratio: 2 / 1;
    background-position: center;
		background-image: url('../../img/m_logo.jpg');
  }
	
  .gallery a { width: 48%; }
	
}


.lb-data .lb-number { display: none!important;}
.lb-data .lb-caption{
	font-size: 16px!important;
  font-weight: normal!important;
}

@font-face {
	font-family: 'PT Sans';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0-ExdGM.woff2) format('woff2');unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
	font-family: 'PT Sans';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0aExdGM.woff2) format('woff2');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'PT Sans';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0yExdGM.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'PT Sans';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0KExQ.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'PT Sans';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh0OOtLQ0Z.woff2) format('woff2');unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
	font-family: 'PT Sans';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh0OqtLQ0Z.woff2) format('woff2');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'PT Sans';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh0OCtLQ0Z.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'PT Sans';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh0O6tLQ.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaER2SjQpf.woff2) format('woff2');unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaERKSjQpf.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaERySjQ.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGh4BCOz.woff2) format('woff2');unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGd4BCOz.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGl4BA.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbER2SjQpf.woff2) format('woff2');unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbERKSjQpf.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbERySjQ.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcER2SjQpf.woff2) format('woff2');unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcERKSjQpf.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 600;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcERySjQ.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfNJdER2SjQpf.woff2) format('woff2');unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfNJdERKSjQpf.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Hind';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfNJdERySjQ.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Lato';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30AUi-qJCY.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Lato';font-style: normal;font-weight: 100;font-display: swap;src: url(https://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30AXC-q.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Lato';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Lato';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Lato';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Lato';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Lato';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Lato';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2) format('woff2');unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2) format('woff2');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2) format('woff2');unicode-range: U+1F00-1FFF;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format('woff2');unicode-range: U+0370-03FF;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 300;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcg72j00.woff2) format('woff2');unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKew72j00.woff2) format('woff2');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcw72j00.woff2) format('woff2');unicode-range: U+1F00-1FFF;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfA72j00.woff2) format('woff2');unicode-range: U+0370-03FF;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 400;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2) format('woff2');unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2) format('woff2');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2) format('woff2');unicode-range: U+1F00-1FFF;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2) format('woff2');unicode-range: U+0370-03FF;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 500;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format('woff2');unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format('woff2');unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format('woff2');unicode-range: U+1F00-1FFF;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format('woff2');unicode-range: U+0370-03FF;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format('woff2');unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Ubuntu';font-style: normal;font-weight: 700;font-display: swap;src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format('woff2');unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*/

@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: local('Calibri'), url(http://themes.googleusercontent.com/licensed/font?kit=OFGrPxRCHuS74TTXlqi_Iw) format('woff');
}
@font-face {
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 700;
  src: local('Calibri Bold'), local('Calibri-Bold'), url(http://themes.googleusercontent.com/licensed/font?kit=cCwcoZCh95jEfkePtzfl9xsxEYwM7FgeyaSgU71cLG0) format('woff');
}
@font-face {
  font-family: 'Calibri';
  font-style: italic;
  font-weight: 400;
  src: local('Calibri Italic'), local('Calibri-Italic'), url(http://themes.googleusercontent.com/licensed/font?kit=s6BJz6dd05IaBkVSZYii2j8E0i7KZn-EPnyo3HZu7kw) format('woff');
}