@charset "utf-8";
/* CSS Document */
/*
font-family: 'Archivo', sans-serif;
*/
.news-block h4 a:hover{
	color: #00adee;
}
.header-style-two .logo-box{
	padding: 15px 0 0 0;
}

.header-style-two.fixed-header .logo-box{
	padding: 7px 0 7px 0;
}

.contact-page-section{
	padding-top: 60px;
}

.main-footer .logo{
	top: 5px;
}

.news-section.alternate {
    padding: 50px 0;
}

.main-footer .widgets-section {
    /*position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    padding: 50px 0 50px;
}

.sidebar-page-container {
    position: relative;
    padding: 50px 0px 50px;
}

.blog-single .lower-content{
	padding-top: 0px;
}

.tekst h1{
	margin-bottom: 30px;
	color: #231f20;
}

.tekst ul{
	margin: 10px 0 15px 0;
	padding-left: 30px;
	list-style: disc;
}
.tekst ul li{
	list-style: disc;
}

.feature-block-two .icon-box .icon{
	color:#00adee;
}

.page-title .bread-crumb li a:hover{
	color:#00adee;
}

.page-title h1, .page-title .bread-crumb{
	/*text-shadow: 2px 2px #a0969c;*/
	text-shadow: 1px 1px #211f20;
}

.banner-carousel .slide-item:before {
    opacity: .30;
}
.content-box p{
	color:#dedede;
}

.speaker-block .info-box{
	background-color: rgb(0, 173, 238, .90);
}

.main-menu .navigation > li{
	    margin-left: 35px;
}

.main-menu .navigation > li > ul > li > a:hover{
	color: #00adee;
}


.sec-title .title{
	font-family: 'Archivo', sans-serif;
	font-weight:400; 
}

.sec-title .title, .video-section .content-box .text{
	font-family: 'Archivo', sans-serif;
	font-weight:400; 
}
.sec-title h2, .banner-carousel .content-box h2, .news-block h4 a, .video-section .content-box h2,
.page-title h1, .sidebar-title{
	font-family: 'Archivo', sans-serif;
	font-weight:700;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Archivo', sans-serif;
	font-weight:700;
}

.main-menu .navigation > li > ul > li > a {
    text-transform: none;
}

.nav-outer .mobile-nav-toggler, .mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.current > a {
    color: #00adee;
}
.mobile-menu .close-btn{
	background-color: #00adee;
}

#euc_notice{
    position: fixed;
}
#euc_btn{
    border: 0 none;
    box-shadow: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    outline: medium none;
    padding: 8px 10px;

    background-color: #C3C3C3;
    color: #0b0b0b;

    display: block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;

    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media only screen and (max-width: 1023px){    
    .header-style-two .logo-box{
		padding: 25px 0 0 0;
	}
}

@media only screen and (max-width: 768px){    
    #euc_notice{
        position: relative;
    }
}