/* Custom CSS */

.lang {
	cursor: pointer;
}

.header-top {
    background: #343434 !important;
    border-top-color: #272727 !important;
}

.site_toplink,
.site_toplink:hover {
	color:white;
	text-decoration:none;
}

.myalert {
	font-style:italic;
	font-size:0.9em;
}

.myalert-success {
	color:green;
}

.myalert-danger {
	color:red;
}

.footer-copyright {
	margin-top:20px !important;
}

div .main {
	border-top:1px solid #eee;
}

.main .container {
	margin-top:30px !important;
}

@media (max-width: 991px) {
	html.sticky-header-negative.sticky-header-active #header .header-logo {
		padding-top: 0px;
		margin-top:-47px;
		top:-3px;
	}
	
	/*.lang-menu {
		display:inline-block;
		float:right;
	}
	
	#ptst {
		font-size:11px !important;
	}*/
}