
/*SCROLL BUTTON*/
#scroll-top-button {
	display: inline-block;
    color: #246e8e;    
    background-color: #9ffeca;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	margin: 15px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: background-color .3s, opacity .5s, visibility .5s;

	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
}
#scroll-top-button:hover {
	cursor: pointer;
	background-color: #666;
}
#scroll-top-button:active {
	background-color: #666;
}

#scroll-top-button.show {
	opacity: 1;
	visibility: visible;
}

/*BREAKING NEWS*/
.breaking-news {
    display: flex;
    height: 38px;
    width: 100%;
    line-height: 38px;
}

.breaking-news .title {
    width: 170px;
    text-align: center;
    background-color: #ef0029;
    color: #fff;
    flex-shrink: 0;
}

.breaking-news .news {
    flex-grow: 1;
}

.breaking-news #js-news {
    list-style-type: none; /* Remove bullets */
}

.breaking-news .news-item a, .breaking-news .news-item span {
    padding: 0px 15px;
    color: #ef0029;
}


/*MENU-3*/
.menu-3-container {
    position: relative;
}

.menu-3 {
    position: absolute;
    height: 150px;    
    width: 100%;
    top: -75px;
    text-align: center;
}

.menu-3-btn {
    /*margin: 0px 20px;*/
    display: inline-block;    
    background-color: #9ffeca;
    background-repeat: no-repeat;
    background-size: 25%;    
    max-width: 600px;
    width: 100%;
    height: 150px;
    box-shadow: 0px 0px 20px #444;
    background-position-y: center;
    background-position-x: 55px;
    padding-left: 85px;
    margin-bottom: 20px;
}

.menu-3-btn:hover {
    background-color: #7fe5ab;
    text-decoration: none;
}

.menu-3-btn.exhibition {
    background-image: url("../images/main/exhibition.png")
}

.menu-3-btn.education {
    background-image: url("../images/main/education.png")
}

.menu-3-btn.integration {
    background-image: url("../images/main/integration.png")
}
.menu-3-btn.order {
    background-image: url("../images/main/order.png")
}

.menu-3-btn h2 {
    line-height: 150px; 
}

.menu-3-space {
   margin-top: 90px;
}

@media screen and (max-width: 1800px) {
    .menu-3-btn {
        background-position-x: 25px;
    }
}

@media screen and (max-width: 1400px) {
    .menu-3-btn h2 {
        font-size: 30px; 
    }
}

@media screen and (max-width: 1200px) {
    .menu-3 {
        height: 100px; 
        top: -50px;   
    }
    .menu-3-btn {
        height: 100px;
        background-position-x: 15px;        
    }
    .menu-3-btn h2 {
        font-size: 24px;
        line-height: 100px;
    }
    
    .menu-3-space {
        margin-top: 40px;
    }
}

@media screen and (max-width: 900px) {
    .menu-3-btn {
        padding-left: 30%;
        background-position-x: 15px;        
    }
    .menu-3-btn h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 800px) {
    .menu-3 {
        height: 80px; 
        top: -40px;   
    }    
    .menu-3-btn {
        height: 80px;
        padding-left: 25%;
        background-position-x: 10px;        
    }
    .menu-3-btn h2 {
        line-height: 80px;
    }
}

@media screen and (max-width: 700px) {
    .menu-3-btn h2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .menu-3 {
        height: 100px; 
        top: -50px;   
    }        
    .menu-3-btn {
        height: 100px;
        background-size: 20%; 
        background-position-x: 15px;        
    }
    .menu-3-btn h2 {
        font-size: 30px;
        line-height: 100px;
    }
    
    .menu-3-space {
       margin-top: 300px;
    }    
}

@media screen and (max-width: 400px) {
    .menu-3-btn h2 {
        font-size: 24px;
    }    
}

/*CONTENT-2*/
.content-2 {
    margin-top: 115px;
    background: rgb(99, 158, 184);
    background: radial-gradient(circle, rgba(99, 158, 184,1) 0%, rgba(5, 67, 94,1) 70%);
    min-height: 520px;
}

/*NEWS*/
#inf_news_list a:not(.light-blue_btn) {
    color: #323232;
    text-decoration: none;
}

/*NEWSLETTER*/
.newsletter {
    min-height: 475px;
    background: rgb(99, 158, 184);
    background-image: url("../images/main/newsletter_grafika.png");
    background: url("../images/main/newsletter_grafika.png") no-repeat center right 100px, radial-gradient(circle, rgba(99, 158, 184,1) 0%, rgba(5, 67, 94,1) 70%);
}

#newsletterForm {
	width: 500px;
	padding: 0px 15px; 
}

#newsletterEmail {
	width: 322px;
	height: 56px;
	line-height: 56px;
	border-radius: 0px;
    background: #fff;
	color: #246e8e;
	text-align: center;
}

#newsletterEmail::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #002552;
  opacity: 1; /* Firefox */
}

#newsletterSubmit {
    margin-left: 25px;
    background-color: #9ffeca; 
    border-color: #9ffeca;
    width: 150px;
    height: 56px;
    line-height: 56px;
    border-radius: 0px;
    padding: 0px 0px;
    color: #246e8e;
}

#newsletterForm .form-check-input {
    margin-left: 35px;
}

#newsletterForm .form-check-label {
    color: #def1fc;
}

#newsletterFail {
    color: #ef0029;
    font-size: 30px;
}

#newsletterSuccess {
    color: #def1fc;
    font-size: 30px;
}

#newsletterReset {
    background-color: #9ffeca; 
    border-color: #9ffeca;
    width: 150px;
    height: 56px;
    line-height: 56px;
    border-radius: 0px;
    padding: 0px 0px;
    color: #246e8e;
}

/*CONTENT-3*/
.content-3 {
    margin-top: 115px;
    background: rgb(99, 158, 184);
    background-image: url("../images/main/newsletter_grafika.png");
    background: url("../images/main/wszystkie_drogi_grafika.png") no-repeat center right 100px, radial-gradient(circle, rgba(99, 158, 184,1) 0%, rgba(5, 67, 94,1) 70%);
    min-height: 750px;
}


