@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/SourceSansPro-Regular.otf);
}

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(../fonts/SourceSansPro-Bold.otf);
}

/* latin-ext */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather Regular'), local('Merriweather-Regular'), url(../fonts/Merriweather-Regular.otf);
}
/* latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather Regular'), local('Merriweather-Regular'), url(../fonts/Merriweather-Bold.otf);
}

/* latin-ext */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(../fonts/merriweather-bold-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(../fonts/merriweather-bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}







ul{
	margin-bottom: 1em;
    padding: 0;
    padding-left: 40px;
}

.main-nav ul{
	padding-left:0px;
}


ul li{
    padding: 2px 0;
}

ol {
    margin-bottom: 1em;
    padding: 0;
    padding-left: 40px;
    counter-reset: num;
}

ol li{
	padding: 2px 0;
}

.main-nav ul li,
.dockbar ul li,
.social-network ul li,
.selector-lang ul li,
.section-directory ul li,
.main-footer ul li,
.portlet-login  .navigation ul li{
	padding: 0px;
}

.main-nav ul li:before,
.dockbar ul li:before,
.social-network ul li:before,
.selector-lang ul li:before,
.section-directory ul li:before,
.main-footer ul li:before,
.lfr-meta-actions ul li:before,
.form-navigator li:before,
.portlet-login .navigation ul li:before{
	content: none;
}

.section-directory ul li{
	padding-right: 15px;
    padding-left: 15px;
	margin-bottom: -2px;
}
.main-footer ul.links{
	padding-left: 0px;
}

.form-navigator .tab{
	padding: 0px;
}
button.btn:hover{
	background-color:#e22b28; 
	color: white;
}
button.btn::before{
	background: transparent;
}

.product-menu .sidebar-body{
	position: relative;	
}

.main-content{
	z-index: 1000;
}

.portlet-topper{
	padding:0px;
	border-width:0px;
	margin:0px;
	z-index: 1001;
}
.product-menu.sidebar .sidebar-body, .lfr-has-simulation-panel .lfr-simulation-device {
    top: 0rem;
}

/* z-index of control panel */
#ControlMenu {
	z-index: 1006;
}
.lfr-admin-panel.sidenav-menu-slider {
    z-index: 1006 !important;
}
#_com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet_sidenavSliderId {
	z-index: 1006;
}

/* correction of preadcrumb portlet in vs-theme */
#portlet_vsbreadcrumbsportlet {
    margin-bottom: 0px;
    margin-bottom: -1px;
}

#portlet_vsbreadcrumbsportlet ul {
    background-color: transparent;
    border-radius: 0;
}

#portlet_vsbreadcrumbsportlet ul > li + li::before {
    content: "";
}

section.portlet {
    margin-bottom: -2px;
}
a:hover {
    text-decoration: inherit !important;
}


@media only screen and (min-width: 768px){
	.has-control-menu .affix, .has-control-menu #wrapper {
	    margin-top: 63px !important;
	}
}

@media only screen and (min-width: 48em) {
	.section-organisations {
	    margin-top: -91px;
	}
}