/* Add here all your css styles (customizations) */
.home-cube a {
	background:white;
	color:#004B87;
	padding:40px 0px 10px 0px;
	text-align:center;
	border-radius:10px;
	display:block;
	font-weight:bold;
	font-size:17px;
	min-height:151px;
}
.home-cube {
	min-height:80px;
}
.home-cube i {
	font-size:46px;
}

.header-v6 .navbar-brand {
	/*background:rgba(255, 255, 255, 1);
	border-radius:0 0 10px;*/
	padding:10px 10px 25px!Important;
	-webkit-box-shadow: 4px 4px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 11px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 11px 0px rgba(0,0,0,0.75);
}
.header-v6 .navbar-nav {
	-webkit-box-shadow: -4px 4px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -4px 4px 11px 0px rgba(0,0,0,0.75);
	box-shadow: -4px 4px 11px 0px rgba(0,0,0,0.75);
}

.header-v6 .navbar-brand img {
	max-height:130%;
}

.flag {
	width:100%;
}

.side-header {
	border:none;
	background:#004B87;
	border-radius:6px;
}
.side-header h2 {
	color:white;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.left-panel .testimonials-v3 {
	padding-bottom:20px;
}

@media print {    
    .no-print {
        display: none !important;
		height: 0;
    }
}

.table-responsive td {
	vertical-align:middle!Important;
}

html.ie .shrink-logo {
	display:none!Important;
}

#careerDetail hr {
	margin:0px!Important;
}

@media (max-width: 991px) {
	.pageNavigator {
		display:none!Important;
	}
	.sideCareer {
		display:none!Important;
	}
	.sideNews {
		display:none!Important;
	}
	.sideSoftrade {
		display:none!Important;
	}
	.news-v3 .post-shares {
		text-align:center;
		width:100%;
		padding-bottom:15px;
	}
}

