@CHARSET "UTF-8";

.navbar {
		font-family: 'Futura Lt Regular', 'Open Sans', 'Trebuchet MS', Arial,sans-serif;	
		color: #666;
}

/* Home */
.sciepedia-header-menu>li>a {
	border-bottom: 2px #fff solid;
	font-size: 16px;
	color: #a30046;
	background-color: #fff;
}

.sciepedia-profile-base, .sciepedia-search-base, .sciepedia-paper-base, .sciepedia-items-home{
	background: linear-gradient(to right,rgba(255,255,255,.0), rgba(255,255,255,.7)), url("images/background_image2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 30px;
	/*background-color: #e6e6e6;*/
}

.sciepedia-tabs-menu>li>a {
 	border-bottom: 2px solid #a30046; 
/* 	color: #3c647c; */
}

.navbar-sciepedia-search, .navbar-sciepedia-tabs {
	background-color: #a30046;
	/*background: url("cimne_image1.jpg");*/
}

.sciepedia-tabs-menu>li>a:hover {
	background-color: #530024;
	color: white;
	border-bottom: 2px solid white;
}

.sciepedia-tabs-menu>li>a:focus, .sciepedia-tabs-menu>li.active>a {
	background-color: #530024;
	border-bottom: 2px solid white;
	color: white;
}

.sciepedia-background-yellow {
    background-color: #a94442;
}

.sciepedia-background-yellow:hover, .sciepedia-background-yellow:focus {
    background-color: #a94442bd;
}

#status_submit {
    background-color: #a94442;
    border-color: #a94442;
}

#status_submit:hover, #status_submit:focus {
    background-color: #a94442bd;
    border-color: #a94442bd;
}

.progress-bar-sciepedia-profile {
    background-color: #a94442;
    background-image: none;
    box-shadow: none;
    border-radius: 2px;
    font-weight: bold;
}

.btn-sciepedia-yellow, .navbar a.btn-sciepedia-microsite {
    background-color: #a94442;
    font-family: Montserrat;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-sciepedia-yellow:hover, .btn-sciepedia-yellow:focus, .navbar-nav>li>a.btn-sciepedia-microsite:hover, .navbar-nav>li>a.btn-sciepedia-microsite:focus {
    background-color: #a94442bd;
}

.front {
    background-color: #a9444250;
    color: #666;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.back {
    background-color: #a94442;
    color: #fff;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    padding: 20px;
    font-size: 14px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.selected_category {
    font-weight: bold;
    color: #a94442;
}

.navbar-brand-logo {
    transform: translateY(-10%);
}

div#map {
	height: 250px;	
}

.oo-ui-buttonElement-button {
	margin-top: -4px;
	margin-left: 20px;
}

.oo-ui-toolbar.oo-ui-toolbar-position-top.ve-ui-toolbar.ve-ui-dir-inline-ltr.ve-ui-dir-block-ltr.ve-ui-targetToolbar.ve-ui-positionedTargetToolbar.ve-init-mw-desktopArticleTarget-toolbar.ve-init-mw-desktopArticleTarget-toolbar-open.ve-init-mw-desktopArticleTarget-toolbar-opened {
	margin-top: -9px;
}