@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Source Sans Pro';
    text-transform: unset;
}
/*h1 {font-size: 36px; font-weight: 400;}
h2 {font-size: 30px; font-weight: 400;}
h3 {font-size: 24px; font-weight: 400;}
h4 {font-size: 18px; font-weight: 400;}
h5 {font-size: 14px; font-weight: 400;}
h6 {font-size: 12px; font-weight: 400;}
*/
.page-notfound .big-title {
    font-size: 7em;
}
.topbar {
    /* background-image: linear-gradient(to right, #53cc99, #52ce9a, #2eba9f, #3da8a2); */
    background: #0b4471;
    -webkit-box-shadow: 0 10px 10px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.25);
    -o-box-shadow: 0 10px 10px rgba(0,0,0,0.25);
    box-shadow: 0 10px 10px rgb(0 0 0 / 25%);
    height: 50px;
    position: relative;
    border-bottom: unset;
    z-index: 200;
    padding: 0 !important;
}
.topbar .container {
    width: 100%;
}
.top-links {
    font-size: 1.1em;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 15px;
}
.top-link {
    float: left;
    padding-right: 20px;
}
.top-link a {
    color: #fff;
}
.sticky-wrapper {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    background: unset;
    z-index: 2;
}
.stuck.header-main {
    background: transparent;
}
.stuck {
    box-shadow: unset;
}
.ui-widget-content a {
    color: #179bb2;/*{fcContent}*/;
}
.site-name {
    border-bottom: 1px solid #ffffff !important;
}
.site-name a, .site-slogan a{
		color: #fff;
}
@media screen and (min-width: 992px){
nav#block-mainmenu li.menu-item.menu-item--expanded {color: #fff !important;}
.navigation .gva_menu > li > a  {color: #fff;}
#block-gavias-tico-sub-summerschool-sitebranding {padding: 20px 0 0 15px;}
header .area-main-menu .gva-search-region {top: 35%;}
.program-logo-padding {padding-top: 20px;}
.breadcrumb-style {min-height: 220px ! important;}
}
header.header-v1 .gva-search-region .icon {
    color: #fff !important;
}
.breadcrumb-style {
    background-image: url("/sites/summerschool.pte.hu/files/header-liliom.jpg") !important;
    background-attachment: fixed;
    background-position: 50% 0% !important;
    background-size: cover;
}
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-content-main {
    bottom: -18% !important;
    top: unset;
}
.link-box {
    background: #fff;
    color: #085a8a;
    text-transform: uppercase;
    border: unset;
    font-family: 'Source Sans Pro';
    font-size: 1.6em;
    padding: 1.2rem;
    font-weight: 700;
    margin-right: 2rem;
    box-shadow: 0px 1px 2px 0px rgb(133 131 133);
    border-radius: 0px 0px 10px 10px;
}
.link-box:hover {
    text-decoration: none;
    background: #0b4471;
    border: unset !important;
    color: #fff;
}
.button-group {
    margin: 0 auto;
}
.centered {
    text-align: center;
}
.button-groups{
    display: inline-block;
}
.button-group > div {
    display: inline-block;
}
/*Box*/
.box-container {
    position: relative;
    clear: both;
    width: 100%;
    height: 100%;
}
.box-title {
    color: #fff;
    line-height: 1.2em !important;
}
.text-summery {
    width: auto;
    top: 0;
    padding: 2rem;
    position: absolute;
    z-index: 2;
    color: #fff;
}
.box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 10px;
}
.box-image img {
    width: 100%;
    height: auto;
}
.box-image img {
    border-radius: 10px;
}
.box-image img {
    height: 320px;
  	object-fit: cover;
}
.box-theme {
    font-weight: 700;
    margin-bottom: 2rem;
    color: #fff;
}
.summery-50{
		max-width: 55%;
}
/*.box-overlay:hover {
  background: transparent;
	background-image: linear-gradient(rgba(243,240,240,0),rgb(35,45,55,0.8));
	background: rgba(86, 135, 178, .9);
	opacity: 1;
}*/
.block1{
	background-image: linear-gradient(to bottom, rgb(32 97 140), rgba(12 69 112 / 0%));
}
.block2{
  background-image: linear-gradient(to bottom, rgb(245 156 30), rgba(245 156 30 / 0%));
}
.block4{
  background-image: linear-gradient(to bottom, rgb(20 157 174), rgba(20 157 174 / 0%));
}
.block3{
  background-image: linear-gradient(to bottom, rgb(29 145 114), rgba(29 145 114 / 0%));
}
.block5{
  background-image: linear-gradient(to bottom, rgb(225 76 76), rgba(225 76 76 / 0%));
}
.right{
	text-align: right;
}
.white{
	color: #fff !important;
}
.white a{
	color: #fff !important;
}
.text-gray{
	color: #999;
}
.text-light-gray{
	color: #f5f5f5;
}
.subtitle {
  font-weight: 700;
  font-size: large;
}
.blue-color{
	color: #87bbd9;
}
.orange-color{
	color: #f69f1e;
}
.orange-color a {
    color: #f69f1e;
}
.portfolio-content-container{
	position: relative;
}
.portfolio-logo {
  position: absolute;
  bottom: 0;
  left: 4%;
}
.portfolio-logo img {
    width: 50% !important;
}
.portfolio-v2 .content-inner {
  background: #fff;
  border-bottom: 1px solid #f7ae19;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 15px 20px;
}
.portfolio-image img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.post-created {
  font-weight: 700;
}
.portfolio-v2 .content-inner .title {
	min-height: 52px;
	margin-bottom: 0;
}
.padding-right-15{
	padding-right: 15px;
}
.padding-left-15{
	padding-left: 15px;
}
.image-radius-blue {
  border-radius: 8px;
  border: 3px solid #87bbd9;
}
.image-radius-orange {
  border-radius: 8px;
  border: 3px solid #f69f1e;
}
.yellow-background {
  background: #f7a41d !important;
}
.center{
	text-align: center;
}
.highlight-icon {
  font-size: 2em;
}
.widget-title-unset .title-desc {
  font-style: unset !important;
  font-family: unset !important;
  color: #fff !important;
}
.block-padding-unset .gbb-row .bb-inner{
	padding-top: unset !importan;
  padding-bottom: unset !important;
}
.center-block img {
  display: block;
  margin: 0 auto;
}
.box-triangles {
  position: relative;
  bottom: 0px;
}
.slider-complet-image {
  position: absolute;
  bottom: 00px;
}
.box-green {
  width: 100vw;
  height: 10vh;
  background-image: linear-gradient(to right, #0c4570, #0082ba);
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
}
.box-yellow {
  width: 100vw;
  height: 10vh;
  background-image: linear-gradient(to right, #fdc01c, #f59c1e);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 5;
  position: absolute;
  bottom: 0px;
}
.footer {
  display: none;
}
.SO{
	background: #00587a;
}
.KO{
	background: #62a5c6;
}
.VI{
	background: #f7ae19;
}
.testimonial-box {
    background: #f5f5f5;
    border-bottom: 1px solid rgb(246 165 28);
    border-radius: 8px;
    border-top: 1px solid #e4e3e3;
}
.testimonial-category {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    padding: 3px 5px;
    color:#fff;
}
.testimonial-node-v3 .quote:after {
    color: #fec01d;
}
.portfolio-filter ul.nav-tabs > li > a.active {
    background: #fec01d;
}
.avatar-image img {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}
.testimonial-node-v3 {
    text-align: left;
    max-width: unset;
    margin: unset;
}
.testimonial-node-v3 .quote {
    font-size: 1.2em;
    line-height: 1.7em;
    text-align: left;
}
.attended-program {
    background: #fff;
    display: inline-block;
    padding: 3px 5px;
    margin: 3px 0;
}
.bg-light-gray{
	background-color: #f5f5f5;
}
.bg-gray{
	background-color: #666;
}
.bg-blue {
    background: #0277ad;
}
.bg-light-gray {
    background-color: #e7e5e5;
}
.bg-light-light-gray {
    background-color: #f3f1f1;
}
div#block-webform input#edit-email, div#block-webform input#edit-name, div#block-webform input#edit-subject, div#block-webform textarea#edit-message, input#edit-your-phone, input#edit-your-address, input#edit-your-university {
    width: 100%;
}
#edit-captcha-response {
  color: #333;
}
/*div#block-gavias-tico-sub-summerschool-breadcrumbs {
    z-index: 1 !important;
}*/
.breadcrumb-content-main {
    z-index: 1 !important;
}
input#edit-actions-submit.webform-button--submit.js-form-submit {
   background: #f7ae19;
   margin-top: 10px;
}
input#edit-actions-submit.webform-button--submit.js-form-submit:hover {
   color: unset !important;
   background: orange !important;
   border: 1px solid #fff !important;
}
form#webform-submission-contact-node-172-add-form {
    padding: 20px 10px;
    border-radius: 5px;
    background-image: url("/sites/summerschool.pte.hu/files/liliom-kek.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
form#webform-submission-contact-node-172-add-form label {
    color: #fff;
}
div#edit-group-contact-us input#edit-email, div#edit-group-contact-us input#edit-name, div#edit-group-contact-us textarea#edit-message{
		width: 100%;
}
div#edit-group-contact-us label {
    color: #fff;
}
.bg-kek-liliom{
		background-image: url("/sites/summerschool.pte.hu/files/liliom-kek.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.form-required:after {
    content: " *";
    color: #f7ae19 !important;
}
.padding-20{
	padding: 20px;
}
.ui-widget-content a {
    color: #f59c1e;
}
.vertical-tabs__panes {
    padding: 20px;
}
.box-shadow {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}
.gavias-blockbuilder-content {
    margin-bottom: -30px;
}
div#block-copyright {
    margin-bottom: unset;
    padding-top: 15px;
    float: left;
}
form#webform-submission-contact-node-122-add-form label {
    color: #fff;
}
.js-form-item.form-item.js-form-type-textfield.form-item-captcha-response.js-form-item-captcha-response {
    color: #fff;
}
/*CKeditor accordion*/
.ckeditor-accordion-container > dl dt > a {
    background-color: #666;
    border-bottom: 1px solid #c7cbcd;
    color: #fff;
}
.ckeditor-accordion-container > dl dt > a:hover {
    background-color: #f7ae19;
    color: #fff;
}
.ckeditor-accordion-container > dl dt.active > a {
    background-color: #f7ae19;
    color: #fff;
}
.ckeditor-accordion-container > dl {
    position: relative;
    border: 1px solid #c7cbcd;
}
.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
    border-bottom: 1px solid #929090;
    background-color: #056a9e;
}
.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
    background-color: #f7ae19;
}
.ckeditor-accordion-container > dl dt.active > a {
    background-color: #f7ae19 !important;
    color: #fff;
}
dt {font-weight: unset;}
/*the end*/
div#block-simplesamlphpauthstatus {
    margin-bottom: unset;
    padding-top: 15px;
}
.stuck.header-main .gva-search-region .icon {
  color: #fff !important;
}
.gallery-image-grid img {
  float: left;
  width: 25%;
  padding: 0 15px 15px 0px;
  height: auto;
}
@media screen and (max-width: 991px){
  .gallery-image-grid img {width: 50%;}
}
.gallery-main {
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    margin-left: -15px;
    margin-right: -15px;
}
.margin-bottom-0{
	margin-bottom: 0 !important;
}
.jump-button {
    position: relative;
    width: 100%;
}
.gallery-jump {
    z-index: 2;
    left: 40%;
    font-weight: 800;
    position: absolute;
    bottom: 20%;
}
a.gallery-buttom-front {
    font-size: 1.5em !important;
    padding: 7px 12px !important;
}
.bg-attachment-fixed {
    background-attachment: fixed;
    background-position: 50% 0;
}
.winter-lily-bg {
    background-image: url("/sites/summerschool.pte.hu/files/lily-lightblue-bg.png");
    background-image: url("/sites/summerschool.pte.hu/files/winter-lily-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.orange-border .column-inner {
    border: 2px solid #f7ae19;
}
@media screen and (min-width: 1200px){
.justify-content-center {
    flex: 0 auto;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}
}
@media (min-width: 768px) and (max-width: 1000px){
.text-summery {padding: 1rem; !important}
}
.box-summery {
    font-weight: 600;
}
.highlighted-gray {
    text-align: center;
    color: gray;
    font-family: "Georgia";
    font-size: 1.4em;
}
.mr10{
	margin-right: 10px;
}
h2.page-title {
    font-weight: 400;
}
.max-width-fix{
    max-width: 16.6%;
}
.testimonial-node-v3 .quote {
    color: unset;
}

/* Videó gyüjtő */
.video-embed-field-launch-modal {
    text-align: center;
    height: 200px;
}
.btn-orange{    
    padding: 8px 25px 8px 25px;
    background-color: hsl(30, 75%, 60%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: 2px solid transparent;
}
.btn-yellow{    
    padding: 8px 25px 8px 25px;
    background-color: hsl(60, 75%, 60%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: 2px solid transparent;
}
.btn-gray{    
    padding: 8px 25px 8px 25px;
    background-color: hsl(0, 0%, 60%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: 2px solid transparent;
}
.btn:after {
    content: none;
    font-family: unset;
}
.btn-light-blue{    
    padding: 8px 25px 8px 25px;
    background-color: hsl(210, 75%, 60%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: 2px solid transparent;
}
.btn-blue{    
    padding: 8px 25px 8px 25px;
    background-color: hsl(240, 75%, 60%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: 2px solid transparent;
}
