* {
	font-family: 'HelveticaNeueLTCom37ThinCondensed', "Ropa Sans", sans-serif;
}
html, body {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.bg {
	position: fixed;
	width: 100%;
	height: auto;
	top: 50px;
	z-index: 1;
}
.bg img {
	position: relative;
	max-width: 100%;
}
.bg-careers {
	position: fixed;
	width: 100%;
	height: auto;
	top: 50px;
	display: none;
	z-index: 1;
}
.bg-careers img {
	position: relative;
	max-width: 100%;
}
.page {
	z-index: 2;
}
#top-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #002142;
	z-index: 999999;
	border-bottom: 1px solid #000;
}
#top-menu .inner {
	position: relative;
	height: 100%;
	width: 1000px;
	margin: 0 auto;
}
#top-menu ul {
	position: relative;
	width: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#top-menu ul li {
	float: left;
	height: 100%;
	position: relative;
}
#top-menu ul li a {
	position: relative;
	float: left;
	height: 100%;
	padding: 0 20px;
	color: #e9e9e9;
	text-decoration: none;
	line-height: 85px;
	font-size: 18pt;
}
#top-menu ul li:first-child a {
	padding-left: 0;
}
.page {
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: 100%;
	height: auto;
}

.page .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.page.home {
	color: white;
	font-size: 18pt;
	text-align: justify;
	text-shadow: 1px 1px 1px black;
}
.page.home h1, .page.home p {

}
.page.home h1 {
	margin: 0;
	padding: 0;
}

.page.home p {
	margin-top: 0;
}

.page.about-us {
	background: #002F66;
	color: white;
}

.page.about-us .logo-big {
	top: 0px;
	position: relative;
}

.page.about-us img {
	max-width: 100%;
}
.page.about-us h1 {
	font-weight: normal;
}

.col {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	text-align: justify;
}

.col.two {
	width: 480px;
	margin-left: 40px;
}
.col.three {
	width: 300px;
	margin-left: 30px;
}
.col:first-child {
	margin-left: 0;
}

.clearfix {
	clear: both;
}

.page.services {
	margin: 0;
	background: transparent;
	color: white;
}

.page.services h1, .page.news {
	font-weight: normal;
}

.blue-bg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.blue-bg img {
	max-width: 100%;
}

#services-float {
	position: relative;
	float: left;
	width: 100%;
}
#services-float .img {
	width: 300px;
	height: auto;
	float: left;
}
#services-float .img img {
	width: 300px;
	box-shadow: 0px 0px 1px 0px white;
}
#services-float .text {
	float: left;
	width: 670px;
	margin-left: 30px;
}
#services-float .text h2 {
	font-weight: normal;
	text-transform: capitalize;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
#services-float .text p {
	margin-top: 0;
}

#services-container {
	position: relative;
	width: 100%;
	height: 250px;
	float: left;
	left: 250px;
}
#services-slider {
	position: absolute;
	width: auto;
	float: left;
	height: 250px;
	top: 0;
	left: 0;
}
#services-slider .item {
	width: 250px;
	height: 250px;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#services-slider .item img {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 220px;
	height: 220px;
}

#services-slider .item .desc, #services-slider .item .content {
	display: none;
}
#services-slider .item .desc {
	display: block;
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
	background: #ccc;
	padding: 10px;
	color: black;
	border-radius: 4px;
	left: -10px;
	display: none;
}
#services-scroll-container {
	position: absolute;
	top: 0;
	left: auto;
	height: 690px;
	z-index: 999999;
	background: #1d275a;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 1px 0px white;
	right: 0%;
	display: none;
}
#services-scroll-container h1 {
	margin-top: 0px;
	font-weight: normal;
}

.scroll-close {
	position: absolute;
	top: 0;
	right: -40px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 4px;
	cursor: pointer;
}
.scroll-close:hover {
	background: rgba(200, 200, 200, 0.4);
}

.slider-left, .slider-right {
	position: absolute;
	width: 60px;
	height: 60px;
	background: transparent url('img/arrow-left.png') center center no-repeat;
	top: 90px;
	left: -100px;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 999999;
}
.slider-left:hover, .slider-right:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.slider-right {
	left: auto;
	right: 400px;
	background: transparent url('img/arrow-right.png') center center no-repeat;
}

#fix {
	position: relative;
	width: 1500px;
	height: 350px;
	left: -250px;
	overflow: hidden;
	zoom: 1;
}

.page.to-whom-do-we-address {
	background: #002F66;
	color: white;
}

.page.to-whom-do-we-address h1, .page.to-whom-do-we-address h2 {
	font-weight: normal;
	text-align: left;
}

.page.careers {
	color: #002142;
	background: white;
	padding-bottom: 20px;
}

.page.careers h1 {
	font-weight: normal;
	font-size: 50px;
}
.page.careers h2 {
	font-weight: normal;
	margin-top: 0;
}

.page.careers p {
	margin-bottom: 0;
}

#careers-form {
	position: relative;
	width: 100%;
}

#careers-form input[type='text'], #careers-form textarea {
	position: relative;
	width: 95%;
	border: 1px solid #aaa;
	background: #eee;
	margin-bottom: 10px;
	font-size: 20px;
	padding: 5px;
	height: 30px;
	color: #FFF;
	font-family: "HelveticaNeueLTCom37ThinCondensedOblique", sans-serif;
	font-weight: lighter;
	font-size: 18px;
	color: #666;
	line-height: 30px;
	box-shadow: none;
	border-radius: 0;
}
#careers-form textarea {
	height: 200px;
}

#careers-form input[type='text']:focus, #careers-form input[type='text']:active {
	outline: none;
	font-family: "HelveticaNeueLTCom37ThinCondensed", sans-serif;
	color: #000;
	background: #ddd;
	border-color: #666;
}

#progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 16%;
	height: 100%;
	background: black;
}

#language {
	float: right;
	width: auto;
	height: 100%;
	display: none;
}

.custom-select {
	color: white;
	float: left;
	width: 150px;
	height: 100%;
	position: relative;
	background: black;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
}
.custom-select .selected {
	position: relative;
	color: white;
	float: left;
	width: 100%;
	height: 100%;
}

.custom-select .list {
	position: absolute;
	top: 100%;
	left: 3%;
	width: 94%;
	background: #333;
	padding-top: 10px;
	display: none;
}
.custom-select .list .list-item {
	height: 30px;
	line-height: 30px;
}
.custom-select .list .list-item:hover {
	background: black;
}

.page {
	position: relative;
	z-index: 999;
	opacity: 1;
	vertical-align: top;
	width: 100%;
	min-height: 100%;
}

.page.inner {
	opacity: 1;
	position: relative;
	margin: 0 auto;
}

.bg {
	z-index: -1;
	position: fixed;
}

.overview .col.three {
	width: 290px;
}

#file-upload .filename, #file-upload .button, #file-upload .submit, #careers-form .submit {
	height: 30px;
	padding: 5px;
	width: 46%;
	position: relative;
	display: block;
	float: left;
	background: #eee;
	border: 1px solid #999;
	line-height: 30px;
	font-family: "HelveticaNeueLTCom37ThinCondensedOblique", sans-serif;
	color: #666;
	overflow: hidden;
}

#file-upload .button, #file-upload .submit, #careers-form .submit {
	width: 21%;
	margin-left: 6px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size: 12pt;
}
#file-upload .submit {
	width: 20%;
}

#file-upload .button:hover, #file-upload .submit:hover, #careers-form .submit:hover {
	background: #333;
	color: white;
}

#careers-form input[type='submit'] {
	display: block;
	float: left;
	background: #222;
	border: 1px solid #111;
	color: #999;
	height: 42px;
	padding: 5px;
	font-size: 17px;
	font-family: "HelveticaNeueLTCom37ThinCondensedOblique", sans-serif;
	width: 102px;
	margin: 0;
	margin-left: 6px;
	cursor: pointer;
	cursor: hand;
}
#careers-form input[type='submit']:hover {
	background: #111;
}

#careers-form input[type='text'].error, #file-upload .filename.error, .notification.error, #careers-form.contact textarea.error, #careers-form.contact input[type="text"].error {
	border-color: red;
	background: #fee;
	color: red;
}

.notification {
	position: absolute;
	height: 40px;
	top: -50px;
	width: 97%;
	line-height: 41px;
	color: #00700D;
	border: 1px solid;
	background: #efe;
	text-indent: 10px;
	font-family: 'HelveticaNeueLTCom37ThinCondensedOblique', "Ropa Sans", sans-serif;
}
#company-name {
	float: left;
	height: 100%;
	line-height: 50px;
	margin-right: 10px;
	color: white;
	font-variant: small-caps;
	font-size: 20px;
	background: black;
	padding: 0 10px;
}

#img-container .services-img {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	cursor: pointer;
	float: left;
	width: 242px;
	height: 80px;
	position: relative;
	margin-top: 30px;
}
#img-container.hoverme .services-img:hover .mask {
	display: block;
}
#img-container .services-img:first-child {
	margin-left: 0;
}

.page {
	padding: 50px 0;
}

.page.home {
	padding-top: 0;
}

.page.careers {
	padding-bottom: 0;
}

@media only screen and (device-width: 768px) {
	/* For general iPad layouts */
	.page {
		width: 100%;
		height: 100%;
	}
	.page.careers {
		padding-bottom: 0px;
	}
	.page.careers .inner {
		top: 300px;
	}
	.page.to-whom-do-we-address {
		height: auto;
	}
}

.services-img .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	z-index: 999999;
	background: #000;
	border-radius: 10px;
}
.services-img img {
	z-index: 9999999;
	position: relative;
	width: 80px;
}
.services-img:hover img {
	opacity: 0.8;
}
.page.home h1 {
	font-size: 30pt;
	font-weight: normal;
	border-bottom: 1px solid;
	margin-bottom: 10px;
	margin-top: 50px;
}
.page.about-us {
	font-size: 15pt;
}
.page.about-us h1, .page.services h2, .page.to-whom-do-we-address h1, .page.news h1 {
	float: left;
	width: 100%;
	font-size: 25pt;
	font-weight: normal;
	margin-bottom: 5px;
}
.page.news h1 {
	color: #002F66;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
.page.services h2, .page.news h2 {
	color: #002F66;
	font-size: 40pt;
}
.page.news h2 {
	font-size: 20pt;
	font-weight: normal;
}
.page.about-us ul {
	padding: 0;
	margin: 0;
	list-style-position: inside;
}
.page.about-us ul li {
	margin: 10px 0;
}
.page.services h2, .page.news p {
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 25pt;
	border-bottom: 1px solid;
}
.page.news p {
	font-size: 15pt;
	margin-top: 5px;
	border-bottom: none;
	color: #002F66;
}
.page.news ul {
	font-size: 15pt;
}
.page.services {
	font-size: 15pt;
}
.btn-name {
	font-size: 15pt;
	text-align: left;
	line-height: 20px;
	width: 140px;
	left: -30px;
	position: absolute;
	top: 0;
	left: 95px;
	line-height: 21px;
}

.page.to-whom-do-we-address {
	font-size: 15pt;
}
.page.to-whom-do-we-address h1 {
	margin-bottom: 0;
}
#home-link {
	position: absolute;
	width: 155px;
	height: 100%;
	right: 0;
	background: #002F66;
	opacity: 0;
	filter: alpha(opacity=0);
}
#home-link:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#top-menu ul li a:hover, #top-menu ul li a.active {
	color: white;
	text-shadow: 1px 1px 0px black;
}

.page.services {
	background: white;
	color: #002F66;
}

.page.home .inner {
	top: 100px;
}

.page.careers .inner, .page.contact .inner {
	top: 100px;
}
.page.careers {
	font-size: 15pt;
}
.page.careers p, .page.careers h2 {
	margin: 0px;
}

.page.careers p {
	margin-top: 20px;
}

.page.careers h1 {
	margin-bottom: 10px;
}
.page.careers h2 {
	font-size: 20pt;
	margin-bottom: 10px;
}

#img-container {
	position: relative;
	top: -10px;
	height: 300px;
}

.page.contact {
	background: #002F66;
	color: white;
	font-size: 20pt;
}
.page.contact h1 {
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 10px;
}
#careers-form.contact input[type='text'], #careers-form.contact textarea, #careers-form.contact .submit {
	background: #1C5394;
	color: white;
	border-color: #001630;
	resize: none;
}
#careers-form.contact input[type='text']:focus, #careers-form.contact textarea:focus, #careers-form.contact input[type='text']:active, #careers-form.contact textarea:active {
	outline: none;
	background: #ddd;
	color: #001630;
}
#careers-form.contact .submit:hover {
	background: #ddd;
	color: #001630;
}
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url('img/loading.gif') 30px 30px no-repeat;
	z-index: 99999999;
	display: none;
}
#footer {
	background: #002142;
	height: 35px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999999;
	border-top: 1px solid #000;
	color: white;
}
#footer .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}
#footer a {
	position: relative;
	width: auto;
	height: 100%;
	float: left;
	color: #ddd;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
}
#footer a.disabled, #footer a.disabled:hover {
	color: #999;
	cursor: default;
	text-shadow: none;
}
#footer a:hover {
	color: #fff;
	text-shadow: 2px 2px 0px black;
}
#footer a:first-child {
	padding-left: 0;
}
.page.contact {
	padding-bottom: 0;
	min-height: 0;
	height: 100%;
}
.page.contact .inner {
	height: auto;
}
#footer img {
	margin-top: 5px;
	opacity: 0.8;
	height: 25px;
	border: none;
}
#footer a:hover img {
	opacity: 1;
}
.page.careers {
	background: transparent;
	color: white;
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
	.page.home {
		min-height: 0;
		height: auto;
		padding-bottom: 100px;
	}
	.page.contact {
		height: 100%;
	}
	.page.about-us {
		padding-bottom: 100px;
		min-height: 0;
		height: auto;
	}
	.page.services {
		min-height: 0;
		height: auto;
		padding-bottom: 100px;
	}
	.page.careers, .page.contact {
		min-height: 0;
		height: auto;
		padding-bottom: 350px;
	}
	#footer {
		height: 55px;
	}
	#footer a {
		font-size: 30px;
		line-height: 65px;
	}
	#footer img {
		height: 35px;
		margin-top: 10px;
	}
	.btn-name {
		font-size: 19pt;
		width: 150px;
	}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
	.page.about-us {
		padding-bottom: 350px;
	}
	.page.services {
		padding-bottom: 250px;
	}
	.page.contact {
		height: auto;
		padding-bottom: 200px;
	}
	.page.about-us {
		padding-bottom: 100px;
		min-height: 0;
		height: auto;
	}
	.page.services {
		min-height: 0;
		height: auto;
		padding-bottom: 100px;
	}
	.page.careers, .page.contact {
		min-height: 0;
		height: auto;
		padding-bottom: 350px;
	}
	#footer {
		height: 55px;
	}
	#footer a {
		font-size: 30px;
		line-height: 65px;
	}
	#footer img {
		height: 35px;
		margin-top: 10px;
	}
	.btn-name {
		font-size: 25pt;
		width: 150px;
	}
}
.clearfix {
	clear: both;
}
#top-menu .inner .logo {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
}
#top-menu .inner .logo img {
	height: 74%;
	margin-top: 9%;
}
.page.inner {
	width: 1000px;
	overflow: hidden;
}
.page.contact {
	padding-bottom: 110px;
}
.padded {
	padding-left: 10px;
}
.page.careers .col:first-child {
	border-left: 1px solid;
	padding-left: 20px;
	margin-right: -1px;
	width: 420px;
}
#search-form input {
	position: relative;
	width: 75%;
	height: 60%;
	margin-top: 1%;
	margin-left: 2%;
	font-size: 13pt;
	line-height: 11px;
}
#search {
	position: fixed;
	right: 0;
	z-index: 999999999;
	top: 0;
}
#search-handler {
	position: relative;
	margin-right: 10px;
	height: 80px;
	float: right;
}
.show-search, .hide-search {
	position: relative;
	top: 0;
	left: 0;
}
#search-handler img {
	position: relative;
	height: 25PX;
	margin-top: 45px;
	cursor: pointer;
}
#search-form {
	background: #002142;
	width: 450px;
	height: 40px;
	margin-top: 80px;
	box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.7);
	display: none;
}
.search-result {
	background: #ff9632;
	text-shadow: none;
}
.search-result.current {
	background: #FFE7C4;
	color: black;
}
#search-nav {
	float: right;
}
#search-nav img {
	height: 25px;
	margin-top: 5px;
}
#search-nav div {
	float: left;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity: 0.7;
	text-align: center;
}
#search-nav div:hover {
	opacity: 1;
}
#search-form input:hover, #search-form input:focus, #search-form input:active {
	outline: none;
}
#services-menu, #services-page {
	display: none;
}
#top-menu ul li ul {
	position: absolute;
	width: 420px;
	left: 0;
	top: 80px;
	background: #002142;
	height: auto;
	display: none;
}
#top-menu ul li:hover > ul {
	display: block;
}
#top-menu ul li ul li {
	height: auto;
	position: relative;
	width: 100%;
}
#top-menu ul li ul li a {
	height: auto;
	line-height: initial;
	font-size: 14pt;
	padding: 5px 10px;
}
#top-menu ul li ul li:first-child a {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 5px 0;
	text-indent: 10px
}

#top-menu table {
	width: 100%;
	position: relative;
	border-collapse: collapse;
}
#top-menu td {
	border-top: 1px solid rgba(255,255,255, 0.2);
}
#top-menu td:hover {
	background: rgba(255,255,255, 0.1);
}

.page.services-page {
	background: white;
	font-size: 15pt;
	color: #002F66;
}
.col img {
	position: relative;
	max-width: 100%;
}
.page.news {
	background: white;
	color: #002F66;
}
.news .text {
	float: left;
	width: 65%;
	text-align: justify;
}
.news .images {
	float: right;
	width: 33%;
	position: relative;
}
.news .images img {
	display: block;
	position: relative;
	float: left;
	max-width: 100%;
}
.news p:first-child {
	margin-top: 0;
	padding-top: 0
}

.news {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.page.news {
	padding-bottom: 0;
	margin-bottom: 0;
}
li table td {
	margin: 0;
	padding: 0;
	border: 0px solid transparent;
}
#captcha_image {
	margin-right: 10px;
	height: 50px;
	margin-bottom: 10px;
}
label[for=captcha_code] {
	display: none;
}
#careers-form object, #careers-form a {
	display: none;
}
