body {
    background-color: #e5e5e5;
	color: #333;
    font-family: "Arial", "Helvetica", "Verdana";
    margin: 0 auto;
    padding: 0;
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.eot");
    src: url("fonts/fontawesome-webfont.eot?#iefix") format('eot'),
       url("fonts/fontawesome-webfont.woff") format('woff'),
       url("fonts/fontawesome-webfont.ttf") format('truetype'),
       url("fonts/fontawesome-webfont.svg#FontAwesome") format('svg');
    font-weight: normal;
    font-style: normal;
}

#main {
    background-color: #fff;
}

#main > div.header-section {
    background-image: url("../img/banner.jpg");
    background-position: 270px 0px;
    background-repeat: no-repeat;
}

a, a:hover, a:focus {
    color: #333;
}

#wrap {
    min-height: 100%;
  /* Negative indent footer by it's height */
}

.musthead {
    display: none;
    margin-top: 40px;
}

#footer {
	position: relative;
	margin-top: 0px;
	height: 20px;
	clear: both;
	padding: 0px 0 0 0;
	color: #555;
	font-size: 14px;
    text-align: left;
}

#footer a:link {
    text-decoration: none;
}

#footerContent {
    padding-top: 20px;
	background-color: #222;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.5);
}

#footer .sitemap {
    margin-top: 10px;
}

#footer .sitemap p.hsection {
/*	text-transform: uppercase;
    font-size: 16px;*/
    font-weight: bold;
}

#footer .sitemap p.subsection {
	font-variant: normal;
    font-size: 12px;
}

#footer a {
    color: #999;
}

#footer a:hover {
    color: #bbb;
}

#footer .about {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
/*	text-transform: uppercase;*/
}


.about .copyright {
    text-transform: capitalize;
    font-size: 12px;
}

#footer .about span {
    margin-right: 20px;
}

#footer a:hover {
    text-decoration: none;
}

#language {
    display: none;
    margin-top: 10px;
}

#language a:link {
    text-decoration: none;
}

#navHome {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    display: none;
/*    margin-right: 100px;*/
}

#nav {
    font-size: 16px;
    font-weight: bold;
	text-transform: uppercase;
}

ul.navigator {
    list-style-type: none;
}

.navigator a {
    color: #555;
}

.navigator a:link {
    text-decoration: none;
}

.navigator a:hover {
    color: #333;
}

.navigator li {
    display: inline;
    margin-left: 40px;
}

.navigator li.active a {
    color: #9E1919;
}

.page {
    margin-top: 30px;
    margin-bottom: 40px;
    display: none;
}

.section {
    display: none;
    max-width: 800px;
    margin-bottom: 40px;
}

.section ul {
    list-style-image: url("/img/tick.png");
}

#social {
    margin-bottom: 10px;
}

#social i {
    margin-left: 10px;
}

#social  a {
    opacity: 0.7;
}

#social a:hover {
    text-decoration: none;
    opacity: 1;
}

/* Carousel base class */
.carousel {
    margin-bottom: 20px;
}

.carousel .item {
    height: 400px;
}

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

.carousel-caption {
    max-width: 350px;
    margin-bottom: 100px;
    text-align: left;
}

.carousel-caption p {
    font-size: 28px;
}

.carousel-caption.bottom {
    margin-bottom: 0px;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

#home {
    margin-top: 0;
}

.section a {
    color: #9E1919;
    font-weight: bold;
}

.section p {
    max-width: 700px;
    text-align: justify;
    text-indent: 1.5em;
}

.section img {
    margin: 20px;
    float: right;
}

.section img.main {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

#european_corner {
    margin-top: 40px;
    clear: both;
}

#european_corner img {
    margin: 20px 0px;
    float: none;
}

#clientBanners img {
    margin: 20px 0px;
    float: none;
    opacity: 0.7;
}

#clientBanners img:hover {
    opacity: 1;
    cursor: pointer;
}

#solutionsMenu {
    display: none;
}

#solutionsHome {
    width: 600px;
    margin: 80px auto;
}

#solutionsHome .solutionButton {
    margin-bottom: 50px;
    width: 250px;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    border-bottom: 3px solid #9E1919;
    padding-bottom: 5px;
    opacity: 0.7;
}

#solutionsHome .solutionButton:hover {
    opacity: 1;
}

#solutionsHome a:hover {
    text-decoration: none;
}

a.thumbnail:hover, a.thumbnail:focus {
    border-color: #9E1919;
}

#productsHome {
    margin: 40px auto;
}

#productsHome a:hover {
    text-decoration: none;
}

#productsHome .productDescription {
    margin: 10px;
    text-align: justify;
}

#productsMenu {
    display: none;
}

.productInfo ul {
    list-style-image: none;
    list-style-type: none;
}

.productInfo a {
    color: #336688;
}

.productInfo img {
    float: none;
    margin: 5px 5px 5px 0px;
}

div.productSocial {
    margin-top: 10px;
}

#map_canvas {
    width: 800px;
    height: 400px;
    margin: 20px auto;
}

#contactForm {
    margin-left: 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #9E1919;
    background-image: linear-gradient(to bottom, #9E1919, #881616);
    color: #fff;
}

#dropdown-language a {
    color: #000;
}

#dropdown-language a:hover {
    color: #fff;
}

.red li.active a, .red li.active a:hover, .red li.active a:focus {
    background-color: #9E1919;
    color: #fff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
    background-color: #9E1919;
    color: #fff;
}

.textCenter {
    text-align: center !important;
}

.textBold {
    font-weight: bold;
}

.alert {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

#notfound {
    margin: 50px auto;
}

@media (max-width: 992px) {
    .section {
        margin-top: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #navHome {
        font-size: 14px;
    }
}
