.prague-logo img {
    max-width: 300px;
}

.prague-header.light .main-menu li a {
	color: #81d8d0;
	font-weight: bold;
    font-size: 14px;
}

.idfcs-color {
	color: #81d8d0;
}

.idfcs-learn-more-btn {
	background-color: #111;
	color: #81d8d0;
	padding: 5px 10px;
}

.idfcs-learn-more-btn:hover {
	color: white;
}

.idfcs-homepage .prague-services-wrapper .services-item-title {
	margin-top: 10px;
}

.idfcs-about-us-page .prague-services-wrapper .services-item-title {
	margin-top: 20px;
    min-height: 50px;
}

.idfcs-homepage .prague-services-wrapper .services-item-description {
	min-height: 300px;
}

.idfcs-about-us-page .prague-services-wrapper .services-item-description {
	min-height: 200px;
}

.prague_list .project-list-item .project-list-outer .project-list-wrapper .project-list-category:after {
	background-color: transparent;
}


/* Big */
@media only screen and (min-width: 768px) {

	.ple-fix-position-l {
		position: absolute;
		top: 0;
		left: 0;
	}

	.ple-fix-position-r {
		position: absolute;
		top: 0;
		right: 0;
	}

}

/* Small */
@media only screen and (max-width: 767px) {
	
}

/* Medium */
@media only screen and (max-width: 1199px) {
	
	
}