@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Gugi');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&subset=latin-ext');

html {
  scroll-behavior: smooth;
}

.display-desktop {display:inline;}

.ggp18-container {
  width:100%;
  height:100%;
}

.ggp18-section {
  width:100%;
  height:auto;
  font-family: 'Rajdhani', sans-serif;
  font-weight:400;
  color:#000;
  font-size:16px;
}

.ggp18-inner {
  max-width:1040px;
  margin: 0 auto;
  padding: 30px 0;
}

img {max-width:100%;}

h1, h2 {font-size: 38px; font-family: 'Rajdhani', sans-serif; font-weight:400; padding:20px 0 0 0;}
h3 {font-size: 26px; font-family: 'Rajdhani', sans-serif; font-weight:500; padding:10px 0 0 0;}
h3.katalog {font-size: 28px; line-height:34px; font-family: 'Rajdhani', sans-serif; font-weight:500; padding:0 0 10px 0; text-align: left;}
@media screen and (max-width: 768px) {
h3.katalog {text-align: center;}	
}

a.cta-blue {
  display: block;
  width: 90%;
  margin: 30px auto 30px auto;
  border: none;
  padding: 22px 0 20px 0;
  font-size: 14px;
  background: #1d75d0;
  text-align: center;
  color: #fff;
  font-weight:500;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0px 15px 40px #d0d0d0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.cta-blue i {padding-left: 14px;}

a.cta-blue:hover {
  color: #fff;
  text-decoration: none;
  border-radius: 20px 0px 20px 0px;
  box-shadow: 0px 15px 30px #bcbcbc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.cta-whitem {
  display: block;
  width: 90%;
  margin: 20px auto 0 auto;
  border: none;
  padding: 18px 0 16px 0;
  font-size: 15px;
  background: #fff;
  text-align: center;
  font-family: 'Rajdhani', sans-serif;  
  color: #000;
  font-weight:600;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.20);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.cta-whitem i {padding-left: 14px;}

a.cta-whitem:hover {
  color: #000;
  text-decoration: none;
  border-radius: 20px 0px 20px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.cta-katalog {
  display: block;
  width: 94%;
  margin: 10px auto 0 auto;
  border: none;
  padding: 22px 0 20px 0;
  font-size: 14px;
  background: #1d75d0;
  text-align: center;
  color: #fff;
  font-weight:500;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0px 15px 40px #d0d0d0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.cta-katalog i {padding-left: 8px;}

a.cta-katalog:hover {
  color: #fff;
  text-decoration: none;
  border-radius: 20px 0px 20px 0px;
  box-shadow: 0px 15px 30px #bcbcbc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

p.katalog {font-size:15px; line-height:22px; font-weight:400; padding:10px 0 0 0; text-align: left;}
@media screen and (max-width: 768px) {
p.katalog {text-align: center;}	
}

a.cta-white {
  display: block;
  max-width: 490px;
  margin: 30px auto 30px auto;
  border: none;
  padding: 22px 30px 20px 30px;
  font-size: 16px;
  background: #fff;
  text-align: center;
  color: #000;
  font-weight:500;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0px 15px 40px #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.cta-white i {padding-left: 14px;}
a.cta-white:hover {
  text-decoration: none;
  border-radius: 20px 0px 20px 0px;
  box-shadow: 0px 15px 30px #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

p {
  padding: 10px 0 10px 0;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  font-weight:500;
  text-align: justify;
}
p span {
  font-size: 28px;
  line-height: 160%;
  font-weight:400;
}
p.title {
  padding: 20px 0 0 0;
  font-size: 24px;
  line-height: 130%;
  font-family: 'Rajdhani', sans-serif;
  font-weight:400;
  text-align: center;
}
p.bullets {
  padding: 20px 0 0 0;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  font-weight:500;
  text-align: left;
}

table tr td {vertical-align: middle; text-align: center; font-size: 16px; font-weight: 500; line-height:110%;}
table tr td.head {font-weight: 600;}
table tr td.leftalign {text-align: left; font-size: 15px; line-height:18px;}
table tr td.cena {vertical-align: middle; text-align: center; font-size: 18px; font-weight: 700;}

.top-bottom-margin {padding: 10px 0 0 0;}

/* MENU */

.menu {
  height:auto;
  overflow:auto;
  background: #fff;
  color:#000;
  font-family: 'Rajdhani', sans-serif;
  font-weight:500;
  border-bottom: 1px solid #e2e2e2;
}

.menu .logo-ggp {
  float: left;
  margin-right: 0px;
}

.menu li a {
  display:block;
  float:left;
  padding: 34px 16px 30px 16px;
  color:#000;
  text-decoration: none;
  font-size:15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu li a:hover {
  background: #147bbf;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu li a.lang {
  display:block;
  float:left;
  padding: 34px 16px 30px 16px;
  color:#000;
  text-decoration: none;
  font-size:16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu li a.lang:hover {
  background: #f5f5f5;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.submenu {
  color:#000;
  width: 100px;
}

.submenu li a {
  display:block;
  float:none;
  padding: 15px 25px;
  color:#313131;
  text-decoration: none;
  font-size:16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.submenu li a:hover {
  background: #f7f7f7;
  color:#313131;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.usp-box {
width: 100%;	
}
.usp-box img {display:block; width:25%; margin: 0 auto; float: none, clear: both;}
@media screen and (max-width: 768px) {
.usp-box img {width:20%;}	
}
	
.usp-box p {
  padding: 20px 25px 40px 25px;
  margin: 0;
  font-size:16px;
  font-weight:500;
  line-height: 110%;
  color: #000;
  font-family: 'Rajdhani', sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
.usp-box p {
  font-size:20px;
  line-height: 120%;
}	
}

/* SECTIONS */

.vid-top {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 520px;
  background: rgba(0, 67, 98, 0.01) url('../img/bg.png') repeat-x center center;
}

.vid-top .title {
  padding: 0;
  margin: 30px 0 20px 0;
  font-size:38px;
  font-weight:700;
  line-height: 110%;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.vid-top .title span {
  display: inline-block;
  font-size:24px;
  font-weight:400;
  padding-top: 10px;
  letter-spacing: 3px;
}

.vid-top .countdown {
  padding: 0;
  margin: 30px 0 30px 0;
  font-size:18px;
  line-height: 120%;
  color: #fff;
  font-family: 'Gugi', cursive;
  text-transform: uppercase;
  text-align: center;
}
.vid-top .countdown p {
  padding-top:25px;
  font-size:36px;
  line-height:36px;  
  font-family: 'Gugi', cursive;
  text-transform: none;
  text-align: center;
}

.vid-top__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.s-opis {
  background: #fff;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  font-weight:500;
  border-bottom: 0px solid #C0C0C0;
}

.opis-1 {background: #fff;}
.opis-2 {background: #fff url('../img/dyn1.png') no-repeat center top; text-align: justify;}
.opis-3 {background: #201e1d url('../img/dyn3.jpg') no-repeat center top; color:#fff; padding-top:20px;}
.opis-3 .tematyka-margin {margin-top:390px;}
.opis-3 .tematyka-title {font-size:56px; font-weight:300; color:#fff; margin:50px 0 0 0; text-align:left;}

.reg-mini-section {
  padding:20px 0 0 0;
  background: #4fa62f url('../img/dyn4.png') no-repeat center top;
}
.reg-mini-section h1 {color: #fff; text-align: center; padding: 15px 0 0 0;}
.reg-mini-section .reg-box {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight:300;
}
.reg-mini-section .reg-box p {font-size: 17px; font-weight:400; text-align: center;}
.reg-mini-section .reg-box a {
  display: block;
  width: 360px;
  margin: 30px auto;
  border: 3px solid #FFFFFF;
  padding: 16px 0 14px 0;
  font-size: 18px;
  background: #fff;
  color: #4fa62f;
  font-weight:700;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0px 20px 50px #2d9229;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.reg-mini-section .reg-box a:hover {
  background: #fff;
  color: #4fa62f;
  text-decoration: none;
  border-radius: 20px 0px 20px 0px;
  box-shadow: 0px 15px 40px #067a01;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.reg-info {text-align:left;}


.prelegenci-section {
  padding:20px 0 0 0;
  background: #fff;
}
.prelegenci-section h1 {color: #000; text-align: center; padding: 25px 0 0 0; font-size:46px;}

.prelegenci-section .prelegent-box {width:90%; margin: 5%; border: 0px solid #C0C0C0; border-radius:16px; background:#fff; font-family: 'Rajdhani', sans-serif; overflow: auto;  min-height:330px; text-align:center; box-shadow: 0px 0px 30px #b3b3b3;}

.prelegenci-section .prelegent-box img {display:inline-block; float:none; margin: 20px 0 5px 0; border-radius:100px; padding:5px; width:150px; height:150px; border: 1px solid #C0C0C0;}

.prelegenci-section .prelegent-box .title {color:#000; font-size:24px; font-weight:500; padding:4px 20px 5px 20px; line-height:26px; text-align: center;}
.prelegenci-section .prelegent-box .title-rada {color:#000; font-size:20px; font-weight:500; padding:4px 20px 5px 20px; line-height:22px; text-align: center;}
.prelegenci-section .prelegent-box .subtitle {color:#000; font-size:18px; font-weight:500; padding:5px 20px 10px 20px; line-height:20px; text-align:center;}
.prelegenci-section .prelegent-box .prelegent-opis {color:#000; font-size:14px; font-weight:500; padding:5px 20px 20px 20px; line-height:16px;}

@media screen and (max-width: 950px) {
.prelegenci-section .prelegent-box {min-height:390px;}
}

@media screen and (max-width: 768px) {
.prelegenci-section .prelegent-box .title {font-size:28px; line-height:30px;}
.prelegenci-section .prelegent-box .subtitle {font-size:22px; line-height:24px;}	
.prelegenci-section .prelegent-box {width:90%; margin: 5%; border-radius:16px; background:#fff; font-family: 'Rajdhani', sans-serif; overflow: auto;  min-height:150px;}
.prelegenci-section .prelegent-box br {display:none;}	
}


.prelegenci-section .prelegent-box button {
font-family: 'Rajdhani', sans-serif;
display: block;
color: #575757;
background: #fff;
font-weight: 600;
font-size: 15px;
margin: 0 auto 10px auto;
width: 160px;
padding-left:20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.prelegenci-section .prelegent-box button:hover {
padding-left:30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.prelegenci-section .prelegent-box .modal {max-width:700px;}


.s-partnerzy {
  text-align: center;
}
.s-sponsorzy {
  text-align: center;
  font-size: 20px;
}
.s-organizatorzy {
  text-align: center;
}
.s-organizatorzy p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #5b5b5b;
}
.s-organizatorzy p span {font-size:12px; letter-spacing:3px; font-weight: 600;}

.s-kontakt {
  background: #313234 url('../img/micro_carbon.png') repeat;
  text-align: center;
  padding: 0 0 20px 0;
  color: #fff;
}

.s-kontakt h1 {color: #fff; text-align: center;}
.s-kontakt a {
  display: block;
  border-bottom: 1px dotted #C0C0C0;
  padding: 10px 0;
  color: #cccccc;
  text-decoration: none;
}
.s-kontakt a:hover {
  color: #fff;
}

.s-program {
  /* background: #313234; */
  background: #fff;
  color: #000;
  font-size: 15px;
  font-family: 'Rajdhani', sans-serif;
  font-weight:500;
  border-bottom: 0px solid #C0C0C0;
}
.s-program h1 {color: #000;}

/* POWRÓT DO GÓRY */

.tothetop {
  position:fixed;
  bottom:10px;
  right:10px;
  width:80px;
  height:80px;
}

.tothetop a {
  display:block;
  width:80px;
  height:80px;
  background: url('../img/tothetopimg.png') no-repeat center center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tothetop a:hover {
  opacity: 1.0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}






@media screen and (max-width: 1020px) {

.ggp18-inner {
  max-width:90%;
}

/* MENU */

.menu .logo-ggp {
  float: none;
  padding-right: 0px;
  padding-top: 10px;
  margin-right: 10px !important;
}

.menu li a {
  display:block;
  float:left;
  padding: 34px 10px 30px 10px;
  color:#000;
  text-decoration: none;
  font-size:15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu li a.lang {
  display:block;
  float:left;
  padding: 34px 9px 30px 9px;
  color:#000;
  text-decoration: none;
  font-size:16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* SECTIONS */

.vid-top {
  position: static;
  overflow: hidden;
  height: auto;
  background-image: url('../img/bg.png'), url('../video/video.jpg');
  background-position: center center, center center;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
}

.vid-top .title {
  padding: 0;
  margin: 30px 0;
  font-size:28px;
  font-weight:800;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.vid-top .title span {
  display: inline-block;
  font-size:22px;
  font-weight:300;
  padding-top: 10px;
  letter-spacing: 3px;
}

.vid-top .countdown {
  margin: 10px 0;
  font-size:16px;
  font-weight:400;
}
.vid-top .countdown p {
  padding-top:25px;
  font-size:34px;
}

.vid-top__video {
  display: none
}



}

@media screen and (max-width: 768px) {

.display-desktop {display:none;}

h1, h2, h3 {text-align: center;}

a.cta-blue {
  width: 80% !important;
  padding: 16px 30px;
}

/* MENU */

.menu {
  height:auto;
  overflow:auto;
}

.menu .logo-ggp {
  float: none;
  padding-right: 0px;
  text-align: center;
  margin-right: 0px;  
}

.menu li a {
  display:block;
  float:left;
  width:100%;
  padding: 20px 10px;
  color:#000;
  text-decoration: none;
  font-size:18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu a.rwd-bar {
  display:block;
  color:#000;
  text-decoration: none;
  font-size:20px;
  margin:10px;
}

.opis-3 {background: #121010 url('../img/dyn3m.jpg') no-repeat center top;}
.opis-3 .tematyka-margin {margin-top:200px;}
.opis-3 .tematyka-title {font-size:36px; line-height:30px; font-weight:400; margin:20px 0 0 0; text-align:center;}

.kontakt {text-align:center;}

.reg-info {text-align:center;}

.reg-mini-section .reg-box a {
  width: 92%;
}

}
