.info-header a:hover, a:focus{
	color:#000;
}
.lingua{
	cursor:default;
}
.sel-lang{
	position:absolute;
	top:16px;
	right:0;
	box-sizing:border-box;
	text-align:right;
	min-width:120px;
	background-color:#f9f9f9;
	z-index:0;
	border-top:10px solid #fff;
	opacity:0;
	transition:all 0.3s;
}
.sel-lang a{
	padding:12px 16px;
	display:block;
	font-size:12px;
	font-family:Raleway;
	text-decoration:none;
	color:#222222;
}
.sel-lang a:hover{
	padding:12px 16px;
	display:block;
	font-size:12px;
	font-family:Raleway;
	text-decoration:none;
	color:#f9f9f9;
	background-color:#222;
}
.lingua:hover .sel-lang{
	/*display:block;*/
	opacity:1;
	z-index:1;
}
.navigation{
	margin-right:-17px;
}
.navigation a {
    line-height: 2.7em !important;
}
.header .main-header.main-header-4{
	background-color:#ffffff;
}
.header .main-header.main-header-4 .navigation ul > li.menu-item-has-children > ul.sub-menu > li:hover > a {
  color: #b52735;
  border-bottom: 2px solid #b52735;
}
.tparrows.default:after{
	background-color:#222;
	color:#fff;
	opacity:0.5;
}
.footer .foot-widget .widget ul li{
	cursor:default;
}
.footer .foot-widget .widget ul li:hover{
	color:#878787;
}
.portfolio-slider{
	padding:20px 0px;
}

.btn-black a{
	color: #fff;
}
.btn-black:hover a{
	color: #111;
}
.btn-black:hover a:hover{
	color: #111;
}

.footer .foot-widget .widget .widget-title{
	margin-bottom:20px;
}
#sub-menu{
	list-style-type:none;
}
#sub-menu li{
	font-size:10px !important;
}

.widget_download i{
	font-size:23px;
	vertical-align:middle;
}
.widget_download a{
	border:1px solid #828282;
	font-size:11px;
	letter-spacing:0.7px;
	line-height:0.9;
}
.widget_download a:hover{
	border:1px solid #444;
}
ul.social-list{
	margin-left:0px;
}

html .bg-parallax{
	background-position:center 146px;
	background-color:#fff;
	background-size:contain;
	background-attachment:initial !important;
}

html .wide{
	background-size: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px){
	html .wide{
		background-size:1500px;
	}
}


.sigla{
	font-size:10px;
	color:#fff;
}
#sub-header .sub-wrapper {
	padding-top:260px;
	padding-bottom:250px;
}
.bg-overlay-5:before{
	opacity:0;
}


.entry-header{
	margin-bottom:30px;
}



.slotholder:before{
	opacity:0;
}

.header .main-header.main-header-4 .navigation ul > li.menu-item-has-children > ul.sub-menu > li > a {
	min-height:71.6px;
}

.indent {
	padding-left:35px;
}

.career {
	text-align:center;
	padding: 50px 0;
    height: 100%;
    width: 100%;
    float: left;
	background-size: 100%;
	background-color: #cfcfcf;
    background-blend-mode: multiply;
	cursor: pointer;
}

.career:hover {
	background-color: #999;
}

.career h3, .career p{
	color:#fff;
}

input[type=file]{
	padding-top:15px;
}

@media only screen and (min-width: 1200px) {
	.three-col{
		column-count:2;
		column-gap:1px;
		column-rule:1px outset #aaa;
		min-width:500px !important;
		left:-210px !important;
		list-style:none;
	}
}

@media only screen and (max-width: 480px) {
	html .bg-parallax{
		background-position: center center;
		background-size: 100%;
	}
	html .wide{
		background-size: cover;
	}
	#sub-header .sub-wrapper {
		padding-top:55px;
	}
}
@media only screen and (max-width: 767px) {
	.widget_about{
		text-align:center;
	}
	.logo{
		margin-right:0px;
	}
}
@media only screen and (min-width: 767px) {
	.social-list{
		width:217px;
		text-align:center;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	html .bg-parallax{
		background-position: center center;
	}
}

.our-header{
	background-position:center 20px !important;
	background-color:#fff;
	background-size:cover !important;
	background-attachment:initial !important;
	height:610px;
}

.our-header-wrapper{
	padding-top:360px !important;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

#applyNowBtn{
	background-color: #f44336;
  color: white;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

select.black {
border: 1px solid #333 !important;
    font-size: 13px !important;
    background-color: #222 !important;
    color: #fff  !important;
}

@media only screen and (max-width: 1000px) and (min-width: 750px) {
	.our-header{
		background-position:center top 85px !important;
		background-color:#fff;
		background-size:cover !important;
		background-attachment:initial !important;
		height:610px;
	}
}

@media only screen and (max-width: 750px){
	.our-header{
		background-position:center top 0px !important;
		background-color:#fff;
		background-size:cover !important;
		background-attachment:initial !important;
		height:610px;
	}
}

.cta{
	background-color: #0B0934;
    color: white !important;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    width: fit-content;
    align-items: right;
    float: right;
}

.cta h2{
	color: white !important;
	text-transform: uppercase;
	font-size: 16px;
}

.cta p a{
	color: white !important;
}

.cta i{
	margin-right: 5px;
}

.foot-credit h4{
	display: none;
}