@font-face {
    font-family: 'School Book New';
    src: url('../Webfonts/SchoolBookNew.eot');
    src: url('../Webfonts/SchoolBookNew.eot?#iefix') format('embedded-opentype'),
        url('../Webfonts/SchoolBookNew.woff2') format('woff2'),
        url('../Webfonts/SchoolBookNew.woff') format('woff'),
        url('../Webfonts/SchoolBookNew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.footer-content {
    background-color:#0b0014;
}
#footer a:not(.btn):not(:hover) {
    color: #fff;
}
#footer, #footer p,#footer h4,
#footer h3 {
    color:#fff;
}
#footer .copyright-content {
    min-height: 80px;
    padding: 30px 0;
    background-color: #2a323c;
    font-size: 13px;
}
.dark #header .header-inner, 
.dark #header #header-wrap, 
#header.dark .header-inner, 
#header.dark #header-wrap {
    background-color: #0b0014;
}
#header .header-inner, #header #header-wrap {
	background-color: #0b0014;
}
a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
    text-decoration: none;
    outline: none;
    color: #f58220;
}
#header {
	line-height: 64px;
}
.dark #mainMenu nav > ul > li.hover-active > a, 
.dark #mainMenu nav > ul > li.hover-active > span, 
.dark #mainMenu nav > ul > li.current > a, 
.dark #mainMenu nav > ul > li.current > span, 
.dark #mainMenu nav > ul > li:hover > a, 
.dark #mainMenu nav > ul > li:hover > span, 
.dark #mainMenu nav > ul > li:focus > a, 
.dark #mainMenu nav > ul > li:focus > span, 
#mainMenu.dark nav > ul > li.hover-active > a, 
#mainMenu.dark nav > ul > li.hover-active > span, 
#mainMenu.dark nav > ul > li.current > a, 
#mainMenu.dark nav > ul > li.current > span, 
#mainMenu.dark nav > ul > li:hover > a, 
#mainMenu.dark nav > ul > li:hover > span, 
#mainMenu.dark nav > ul > li:focus > a, 
#mainMenu.dark nav > ul > li:focus > span {
    color: #dedede;
}
.dark #header .header-inner .lines, .dark #header .header-inner .lines::before, .dark #header .header-inner .lines::after, .dark #header #header-wrap .lines, .dark #header #header-wrap .lines::before, .dark #header #header-wrap .lines::after, #header.dark .header-inner .lines, #header.dark .header-inner .lines::before, #header.dark .header-inner .lines::after, #header.dark #header-wrap .lines, #header.dark #header-wrap .lines::before, #header.dark #header-wrap .lines::after {
	background-color: #f58220;
}
.lines, .lines::before, .lines::after {
	background-color: #f58220;
  }
#mainMenu nav > ul > li > a.menutrigger {
    display: block;
    line-height: 25px;
    border: 2px solid #fff;
    margin-top: 15px;
}

.menu-trigger-wrapper {
    float: right;
    position: relative;
    z-index: 1;
    /* -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; */
    height: 80px;
    font-size: 28px;
    line-height: 80px;    
}


/*styling open close button*/
.menu-trigger-wrapper .button {
	display:inline;
	position:absolute;
	right:50px;
	top:6px;
	z-index:999;
	font-size:30px;
}
.menu-trigger-wrapper .button a {
	text-decoration:none;
}
.menu-trigger-wrapper .btn-open:after {
	color:#333;

}
.menu-trigger-wrapper .btn-open:hover:after {
	color:#34B484;
}
.menu-trigger-wrapper .btn-close:after {
	color:#fff;
}
.menu-trigger-wrapper .btn-close:hover:after {
	color: #34B484;
}
.top-institutions-header {
	background-color: #fff;
	position: relative;
	z-index: 100;
}
/*overlay*/
.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background:#fff;
	overflow:auto;
	z-index:99;
}
.wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
}
.wrap ul.wrap-nav {
	border-bottom: 1px solid #ddd;
	text-transform: capitalize;
	padding: 250px 0px 100px;
  }
.wrap ul.wrap-nav li {
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:18%;
	position:relative;
}
.wrap ul.wrap-nav li a {
	color:#000;
	display:inline-block;
	padding:8px 0;
	text-decoration:none;

}
.wrap ul.wrap-nav li a:hover {
	color:#f58220;
}
.wrap ul.wrap-nav ul {
	padding:20px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:16px;
	width:100%;
	color:#888;
}
.wrap ul.wrap-nav ul li a {
	color:#888;
}
.wrap ul.wrap-nav ul li a:hover {
	color:f58220;
}
ul li {
	letter-spacing: 1px;
}
.text-lg, .text-lg span, .text-lg span span {
	font-size: 64px;
	line-height: 82px;
	letter-spacing: -.02em;
	font-weight: 700;
}


.is-orange .text-light, 
.is-orange .text-light h1, 
.is-orange .text-light h2, 
.is-orange .text-light h3, 
.is-orange .text-light h4, 
.is-orange .text-light h5, 
.is-orange .text-light h6, 
.is-orange .text-light .lead, 
.is-orange .text-light p, 
.is-orange .text-light a:not(.btn), 
.is-orange .text-light a:not(.btn):hover:not(.btn-light), 
.is-orange .text-light i, 
.is-orange .text-light li, 
.is-orange .text-light label, 
.is-orange .text-light div:not(.alert), 
.is-orange .text-light span:not(.btn-label) {
	color: #fff !important;
  }



@media screen and (max-width:48em) {
	.wrap ul.wrap-nav>li {
		width:100%;
		padding:20px 0;
		border-bottom:1px solid #ddd;
	}
	.wrap ul.wrap-nav {
		padding:60px 0px 0px;
	}
	nav ul {
		opacity:0;
		visibility:hidden;
	}
}
.triggermenu.btn-close span.lines {
    /* visibility: hidden; */
    display: none;
}
.triggermenu {
    cursor: pointer;
}
.lines::before, .lines::after {
    transition: none;
}
.lines {
    top: -9px;
    cursor: pointer;
}

body {
	font-family: 'Raleway', sans-serif;
}
h1,
h2,
h3,
h4 {
	font-family: 'School Book New';
	font-weight: normal;
}
h1 {
	font-size: 46px;
	line-height: 52px;
	/* background:url(../images/bg1_t.png) left top repeat scroll transparent; */
	padding:20px 20px 20px 0;
	color:#f58220;
}
h2 {
	font-size: 38px;
	line-height: 46px;
	/* background:url(../images/bg1_t.png) left top repeat scroll transparent;
	padding:20px; */
	color:#f58220;
	/* text-shadow:2px 2px 2px #000000; */
}
h3 {
	font-size: 34px;
	line-height: 38px;
}
h4 {
	font-size: 34px;
	line-height: 38px;
}
p {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
}
h1 + .line {
	margin-top:0;
}
#footer h4 {
	font-family: 'Raleway', sans-serif;
	text-shadow: none;
}
section {
	padding: 6rem 0;
	position: relative;
	width: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.1);
}
.text-light, 
.text-light h1, 
.text-light h2, 
.text-light h3, 
.text-light h4, 
.text-light h5, 
.text-light h6,
.text-light .lead, 
.text-light p, 
.text-light a:not(.btn), 
.text-light a:not(.btn):hover:not(.btn-light), 
.text-light i, 
.text-light li, 
.text-light label, 
.text-light div:not(.alert), 
.text-light span:not(.btn-label) {
	color: #0b0014!important;
}
/* .box-fancy h3, */
.box-fancy h2,
.box-fancy h1 {
	color:#f58220!important;
	text-shadow: 2px 2px 2px #000000;
}
h3,
h4 {
	text-shadow: 0px 2px 0px rgba(245,130,32, 0.4);
}
h3 a,
h4 a{
	text-shadow: none;
}
.btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/.6em auto no-repeat; 
}
.main-intro-banner h1 {
	color:#fff!important;
	text-shadow: 2px 4px 6px rgba(0,0,0, 0.9);
}
.main-intro-banner p {
	color:#fff!important;
	text-shadow: 2px 4px 6px rgba(0,0,0, 0.9);
}
.main-intro-banner .btn {
	box-shadow: 2px 4px 6px rgba(0,0,0, 0.9);
}
#logo a .logo-default img,
#logo a .logo-dark img  {
	max-width:150px;
	height: auto;
}
#footer .copyright-text p {
	font-size: 11px;
	line-height: 16px;
	color: #5a6c82;
}
.top-institutions-header {
	border-bottom: 1px solid #ddd;
}
img {
  max-width: 100%;
  height: auto;
}
.cc-window.cc-floating {
	padding: 10px;
	max-width: 100%;
	width: 100%;
	bottom: 0;
}
.cc-revoke {
	padding: .5em;
	bottom: 0;
	font-size: 12px;
}
.cc-floating .cc-message {
	font-size: 12px;
	line-height: 14px;
}

#ui-datepicker-div .ui-widget-header {
	border:none;
	background-color: transparent;
}
.ui-widget-header .ui-icon {
	background-image: url("Images/ui-icons_444444_256x240.png");
}
.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("Images/ui-icons_444444_256x240.png");
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #f58220;
	background: #f58220;
	color: #fff;
}	
#ui-datepicker-div a:not(.btn):not(.badge):hover, 
#ui-datepicker-div a:not(.btn):not(.badge):focus,
#ui-datepicker-div a:not(.btn):not(.badge):active {
	text-decoration: none;
	outline: none;
	color: #000;
}
#ui-datepicker-div input:not([type="checkbox"]):not([type="radio"]), 
#ui-datepicker-div select, 
#ui-datepicker-div .input-group-text {
	min-height:auto;
}
#ui-datepicker-div .ui-state-default, 
#ui-datepicker-div .ui-widget-content .ui-state-default, 
#ui-datepicker-div .ui-widget-header .ui-state-default, 
#ui-datepicker-div .ui-button, 
html #ui-datepicker-div .ui-button.ui-state-disabled:hover, 
html #ui-datepicker-div .ui-button.ui-state-disabled:active {
	border: 1px solid #eee;
	background: transparent;
	font-weight: normal;
	color: #454545;
}
#ui-datepicker-div.ui-datepicker td span, 
#ui-datepicker-div.ui-datepicker td a {
	text-align: left;
}
.pagination.pagination-with-filters {
    position: absolute;
    bottom:-60px;
}
#paginationAndFiltersList {
    padding-bottom: 60px;
    position: relative;
}
.companies-list.grid-layout {
	overflow: visible;
}
.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
	font-weight: 400;
}
.grid-layout {
	overflow: visible;
}


.frame {
	margin-bottom:50px;
}

.post-item img {
	width:auto;
	height:auto;
	padding-bottom:15px;
}
[id^=c] header.container + section {
	padding-top: 20px;
}
[id^=c] > section .tx_evoweb_sfregister > section {
	padding-top: 20px;
}
[id^=c] header h1 + .line {
	margin-bottom: 10px;
}
section {
	padding-top: 0;
}
#header {
	/* margin-bottom: 60px; */
}
section#breadcrumb {
	margin-bottom: 60px;
}
.card .card-header h3, 
.card .card-header h4, 
.card .card-header h5 {
	font-weight: 300;
}
.post-item .post-item-wrap .line {
	margin: 10px 0;
}
#form-messages .typo3-messages,
.form-messages .typo3-messages,
.typo3-messages {
	padding-left: 0!important;
}
#form-messages .typo3-messages li,
.form-messages .typo3-messages li,
.typo3-messages li {
	list-style: none!important;
}
#form-messages .typo3-messages li p,
.form-messages .typo3-messages li p,
.typo3-messages li p {
	padding-left: 0!important;
}
.qq-upload-button {
	border-bottom: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 10px;
}
a.delete-media-button {
	margin-top: 10px;
}
.alert.alert-success a {
	color:#fff
}
#form-messages .typo3-messages li.alert-success p,
.form-messages .typo3-messages li.alert-success p,
.typo3-messages li.alert-success p {
	color:#fff!important;
}
input.btn.btn-primary {
	background-color: transparent!important;
	border-width: 2px!important;
	border-style: solid;
	border-color: #f58220;
	color: #f58220!important;	
	border-radius: 2em !important;
}
input.btn.btn-primary:hover {
	background-color: #f58220!important;
	border-width: 2px!important;
	border-color: #f58220!important;
	color: #fff!important;	
}
.form-control {
	border-radius: 10px !important;
	padding: 0.375rem 1rem;
}
.btn {
	border-width: 2px!important;
	border-radius: 2em !important;
}

button.btn.btn-info, 
.btn:not(.close):not(.mfp-close).btn-info, 
a.btn:not([href]):not([tabindex]).btn-info {
	background-color: #fff;
	border-color: #17a2b8;
	color: #17a2b8;
}
button.btn.btn-success, 
.btn:not(.close):not(.mfp-close).btn-success, 
a.btn:not([href]):not([tabindex]).btn-success {
	background-color: #fff;
	border-color: #28a745;
	color: #28a745;
}
button.btn.btn-primary, 
.btn:not(.close):not(.mfp-close).btn-primary, 
a.btn:not([href]):not([tabindex]).btn-primary {
	background-color: #fff;
	border-color: #f58220;
	color: #f58220;
}
button.btn.btn-danger, 
.btn:not(.close):not(.mfp-close).btn-danger, 
a.btn:not([href]):not([tabindex]).btn-danger{
	background-color: #fff;
	border-color: #dc3545;
	color:#dc3545;
}
button.btn.btn-warning, 
.btn:not(.close):not(.mfp-close).btn-warning, 
a.btn:not([href]):not([tabindex]).btn-warning {
	background-color: #fff;
	border-color: #ffc107;
	color:#ffc107;
}
button.btn.btn-secondary, 
.btn:not(.close):not(.mfp-close).btn-secondary, 
a.btn:not([href]):not([tabindex]).btn-secondary {
	background-color: #fff;
	border-color: #c1c3ce;
	color:#c1c3ce;
  }
button.btn, 
.btn:not(.close):not(.mfp-close), 
a.btn:not([href]):not([tabindex]) {
	background-color: #fff;
	border-color: #f58220;
	color: #f58220;
}
.qq-upload-button {
	background-color: #fff!important;
	border-color: #dc3545!important;
	color:#dc3545!important;
	border-width: 2px!important;
	border-radius: 2em !important;	
	border-style: solid;
	text-transform: uppercase;
	padding-left: 10px!important;
	padding-right: 10px!important;
	width: auto!important;
	display: inline-block!important;
	cursor: pointer;
	font-size: 12px;
}
button.btn.btn-sm, 
.btn:not(.close):not(.mfp-close).btn-sm,
a.btn:not([href]):not([tabindex]).btn-sm {
	font-size: 11px;
	height: 30px;
	line-height: 20px;
	padding: 0 14px;
}
.fise-de-pontaj .btn.btn-outline-light.btn-sm.ml-auto {
	line-height: 25px;
}
.filter-submit .btn {
	margin-top: 23px!important;
}
.qq-upload-button input {
	cursor: pointer;
}
form label input {
	margin-top: 10px;
}
thead, tbody, tfoot, tr, td, th {
	border-color: inherit;
	border-style: s;
	border-width: 1px;
	padding: 5px;
	border-color: #dedede;
}
table th {
	padding: 10px 18px;
	color:#fff;
	background-color: #2a323c!important;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
}
#reviewsList {
	margin-top: 20px;
}
.collaboration-agreement-filter {
	background-color: transparent;
	/* border: 1px solid #c1c3ce; */
}
.table-responsive {
	display: table!important;
}

@media (max-width: 991.98px) {
	.table-responsive {
		display: block!important;
	}
	button.btn:not(.btn-creative):not(.btn-slide), 
	.btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), 
	a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
		font-size: 12px;
		height: 40px;
		line-height: unset;
		padding: 0 14px;
	}
}
.modal-backdrop.show {
	display: none;
}
body.modal-open {
	overflow: hidden;
	padding-right: 0!important;
}
body.modal-open #header,
body.modal-open .top-institutions-header {
	z-index: 0!important;
}
.table th {
	font-weight: bold;
}
.fise-de-pontaj .btn.btn-sm ,
.list-notebooks a.badge {
	font-size: 12px!important;
	height: 42px!important;
	line-height: 14px!important;
	padding: 12px 18px!important;
	border-radius: 2em !important;
	text-transform: uppercase!important;
	font-weight: normal!important;
}
.badge-primary {
	background-color: #fff!important;
	border-color: #007bff!important;
	color: #007bff!important;
	border-width: 2px;
	border-style: solid;
}
.badge-danger {
	background-color: #fff!important;
	border-color: #dc3545!important;
	color: #dc3545!important;
	border-width: 2px;
	border-style: solid;
}
.school-list .post-item-wrap .post-item-description p {
	margin-bottom: 10px;
	line-height: 16px;
}
.school-list .post-item-wrap .post-item-description .attribute {
	display: inline-block;
	line-height: 18px;
	font-size: 12px;
}
.post-item img {
	max-width: 150px;
	height: auto;
}
button.btn.btn-sm, 
.btn:not(.close):not(.mfp-close).btn-sm, 
a.btn:not([href]):not([tabindex]).btn-sm {
	font-size: 12px;
	height: 42px;
	line-height: 20px;
	padding: 9px 14px;
}
a.btn-recomanda-oferta {
	width: auto;
	display: inline-block;
}
#breadcrumb {
    padding:10px 20px;
    border-bottom: 1px solid #d3d0cb;
}
#breadcrumb .menu_breadcrumb ul {
    text-align:left;
    margin:0; 
    padding:0;
    color:#9aa0a6;
}
#breadcrumb .menu_breadcrumb ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
#breadcrumb .menu_breadcrumb ul li a {
    font-size: 12px;
}
#breadcrumb li,
#breadcrumb a {
    color: #9aa0a6;
}
.frame-type-uploads .container ul.ce-uploads {
	padding-left: 15px;
}
.frame-type-uploads .container ul.ce-uploads li div a {
	display:inline-block;
}
.education-offer-document .image-container {
	position: relative;
	padding: 2px;
	border: 1px solid #ddd;
}
.education-offer-document .image-container .delete-media-button {
	position: absolute;
	top: 50%; right: 50%;
	transform: translate(50%,-50%);
	z-index: 2;
}
.education-offer-document .image-container img {
	width: 100%;
	height: auto;
	border:1px solid #ddd;
}
.education-offer-document .image-container .imgwrapper {
	min-height: 200px;
}
.education-offer-document .image-container .imgwrapper.noimg {
	background: url(Images/file-icon-15.png) center center no-repeat scroll transparent;
	background-size: contain;
}
.education-offer-document .info-container {
	margin-top: 10px;
}
.education-offer-document .info-container a {
	font-size: 11px;
}
@media (max-width: 991.98px) {
	.education-offer-document .image-container .delete-media-button {
		line-height: 30px!important;
		height: auto!important;
	}
}

.listitem-wrapper .listitem {
	border:1px solid #ddd;
	padding:10px;	
}
hr.space {
	border: none;
	height: 20px;
	background: none !important;
}

section {
	padding-bottom: 0;
}


.user-item {
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 4px;
}
.user-item .text-description {
    margin-bottom: 30px;
}
.user-item ul.userlinks {
    margin:0;
    padding: 0;
    text-align: left;
}
.user-item ul.userlinks li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}

.user-item ul.userlinks li span {
    border-radius: 4px;
    line-height: 1.5rem;
    font-size: 0.875rem;
    background-color: #EBECED;
    display: inline-block;
    color: #676f74;
}
.user-item ul.userlinks li a {
    color: #676f74;
    display: block;
    padding: 8px 14px;
    font-size: 14px;
    margin-right: 10px;
}
.user-item .morelink {
	text-decoration:none;
	outline: none;
}
.user-item .morecontent span {
	display: none;
}

section.login {
    padding-bottom: 30px;
    padding-top: 5rem;
}
section.login form {
    background-color: #f7f7f7;
}
section.login form fieldset {
    text-align: center;
    padding: 20px;
}

.error.errorMessage.errorField {
	color:#fc4305;
	font-size: 12px;
}