@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #e9ebeb;
	font-family: 'open_sanslight';
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'open_sanslight';	
}

#logo {
	margin: 30px 0 10px 0;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
#header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;	
}

/* Flip around the padding for proper display in narrow viewports */
#header-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #e9ebeb;
}

#services {
	margin-top: 20px;	
}

.carousel-inner > .item > img {
  position: absolute;
  top: 150px;
  left: 0;
  min-width: 100%;
  height: 400px;
}

.featurette-divider {
	margin: 80px 0;
	border-bottom: 1px solid #ccc !important;
}

#contact-us {
	text-align: right;
	
}

#contact-us h3{
	font-family: 'open_sansregular', serif;
	font-size: 22px;
	color: #cf020c;
	font-weight: bold;
}

#contact-us ul{
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	color: #3a3a3a;
	letter-spacing: 0px;
	list-style: none;
}

#contact-us ul li#mail {
	background: url('/images/contact-icons.png') 60px -13px no-repeat;
}

#contact-us ul li#phone {
	background: url('/images/contact-icons.png') 0px -35px no-repeat;
}

#header-content {
	text-align: center;
}

#header-content h1{
	font-family: 'open_sansregular', serif;
	font-size: 24px;
	padding-bottom: 10px;
}

#header-content h1 span {
	color:#fff;
}

.headings {
	font-size: 45px;
	font-family: 'open_sansregular';
	font-weight: normal;
	line-height: 50px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.red {
	color: #cf020c;
}

#info {
	text-align: center;
}

#info h3 {
	color: #34D2A2;
}

.body-content {
	color: #FFF;
	background-color: #666;
	padding-bottom: 15px;
}

.body-content h2.headings {
	color: #FFF;
}

.marketing-tags {
	border-radius: 5px;
	text-align: center;
	margin: 30px 0 30px 0;
}
.marketing-tags h2 {
	font-family: 'open_sanslight';
}

.centric-row {
	margin: 40px 0 0 0;
}
.centric-row ul {
	list-style: none;
}

.centric-row ul li {
	margin-bottom: 10px;
}
.centric-box {
	text-align: center;
}


.features-list ul li {
	font-size: 16px;
	padding: 3px 0 3px 3px;
}

#projects-container {
	height: 500px;
}

#projects-container .col-lg-4 {
	text-align: center;
	margin-bottom: 20px;
}

#projects-container .col-lg-4 img{
	width: 295px;
	height:255px;
}

.site-footer {
	padding: 3.125em;
	background: #3a3a3a;
	color: #949494;
	min-height:100px;
}

.pull-right {
	float: right !important;
}

.center-text {
	text-align:center;
}

#stay-touch:hover {
	text-decoration: none !important;
}

#recruitment-wrapper {
	min-height: 500px;
	margin-bottom: 20px;
}

.section_title {
	word-break: break-word;
	line-height: 1.25;
	margin-bottom: 0.6em;
	font-size: 3em !important;
}

#cv-form {
	margin: 20px 0 0 0;
}

#support_badge {
	display: block !important;
	opacity: 1;
	background-color: black;
	left: -50px;
	background-position: right 0;
	border: solid 2px #fff;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	top: 23%;
	height: 25px;
	width: 125px;
	z-index: 19;
	white-space: nowrap;
	padding: 40px 10px 35px 10px;
	top: 40% !important;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	color: #fff;
	text-align: center;
}
.required {
	color: red;
}

.company-name {
	color: #fff !important;
}

.footer-link {
	width: 400px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}