/*  Variables
*  ===================================================
*  - variables
*/
/*  Colors */
/*skin colors*/
/* texts */
/* borders */
/* side navigations */
/* size*/


body{
	/*background-image: url('../img/bg/main-bg.jpg');*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:cover;
}

.ol-d5-slider .ol-title, .ol-d5-slider .ol-subtitle, .ol-d5-slider .ol-description{
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
}

.ol-d5-slider .ol-title{
	font-size: 50px;
	color: #fff;
}

.ol-d5-slider .ol-subtitle{
	font-size: 20px;
	color: #fff;
}

.ol-d5-slider .ol-description{
	font-size: 14px;
	white-space: initial;
	color: #fff;
}

#footer #footer-main{
	background-color: #eee;
	border-top: 1px solid #e6e6e6;
}

#header .search a i {
	display: block;
	font-size: 14px;
	background: #454545;
	line-height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #5E5C5C
}

#header .search a i:hover, #header .search a i:focus{
	background-color: #222;
}

#header.trans:not(.is-sticky) .search a i{
	background: rgba(255,255,255,0.1);
	border-color: rgba(255,255,255,0.3);
	color: #fff;
}

#header.trans:not(.is-sticky) .search a i:hover, #header.trans:not(.is-sticky) .search a i:focus{
	background: rgba(255,255,255,0.3);
}

.page-head {
    height: 100px;
}

.footer-forresearchergroup {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer-forresearchergroup-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}
    .footer-forresearchergroup-left img {
        max-width: unset !important;
    }
.footer-forresearchergroup-left-text {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: 10px;
}

.counters {
    margin: 60px 0;
}
.counters .counter {
    text-align: center;
}
.counters strong {
    display: block;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    color:rgba(119,119,119,1) !important;
}
.counters label {
    display: block;
    font-weight: 100;
    font-size: 18px;
    /*line-height: 20px;*/
    margin-bottom: 0;
}
.counters.with-borders .counter {
    border-radius: 6px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 25px;
}
@media only screen and (max-width : 768px) {
    .counters.with-borders .counter {
        margin-bottom: 25px;
    }
}
.link-underline-none{
    text-decoration:none!important;
}
.padding-left-0 {
    padding-left: 0;
}