body {
	padding-top:50px;
}

#masthead {
	/*min-height:100px;*/
	margin-top: 40px;
}

#masthead h1 {
	font-size: 30px;
	line-height: 1;
  	padding-top:20px;
}

#masthead .well {
	margin-top:8%;
}

@media screen and (min-width: 768px) {
	#masthead h1 {
		font-size: 50px;
	}
}

.navbar-bright {
	background-color:#111155;
    color:#fff;
}

footer#page-footer {
	font-size: 90%
}

footer#page-footer p {
	margin: 5px 0;
}

footer#page-footer span.linkSeparator {
	padding: 0px 10px;
}

.breadcrumbs {
	background-color: transparent;
	margin-top: 40px;
	z-index: 40000;
}

ul.B_crumbBox,
.breadcrumbs ul {
  list-style-type: none;
  list-style: none;
  /*font: 14px/18px Calibri, "Segoe UI", Arial, OpenSansRegular, CartoGothicStdBook, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  padding: 20px 0 10px 0;
  margin: 0;
}
ul.B_crumbBox li,
.breadcrumbs ul li {
  display: inline;
  padding: 0 10px 0 0;
}
a.B_crumb {
  padding-left: 0px;
}
.breadcrumb {
  padding: 0 0 5px 0;
  margin: 0px -30px 7px 0px;
  background: none;
}
.breadcrumb li {
  margin-right: 10px;
}

li.nav-header {
	padding: 5px 10px;
	font-size: 11px;
	color: #66B7E2;
	font-weight: bold;
	font-style: italic;
}

ul.brochureLinkList {
	padding: 0;
}

ul.brochureLinkList li {
	list-style-type: none;
	padding: 5px 0;
}

.image-slider .carousel-caption {
	background-color: rgba(255, 255, 255, 0.8);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #66B7E2;
	color: #555;
	text-shadow: none;
	padding: 8px;
	bottom: 0;
	left: 0;
	right: 0;
	font-style: italic;
	text-align: left;
	font-size: 15px;
}

.carousel-inner > .item > img { margin: 0 auto; }

.carousel-indicators {
	bottom: auto;
	top: 5px;
	right: 10px;
	left: auto;
	width: auto;
	height: 20px;
}

.carousel-indicators li {
	border-color: #777;
	border-width: 2px;
	background-color: #fff;
	width: 14px;
	height: 14px;
}

.carousel-indicators li.active {
	border-color: #777;
	background-color: #66B7E2;
	width: 15px;
	height: 15px;
}

.home-slider .carousel-indicators {
	top: auto;
	bottom: 5px;
	right: 15px;
	left: auto;
	width: auto;
	height: 27px;
	background-color: rgba(90,110,150,0.15);
	padding: 5px;
	border-radius: 4px;
}

.home-slider .carousel-indicators li {
	border-color: #fff;
	background-color: transparent;
	margin-left: 4px;
}

.home-slider .carousel-indicators li.active {
	border-color: #fff;
	background-color: #fff;
	/*background-color: rgba(98, 169, 250, 1.0);*/
}

.home-slider .carousel-control {
	height: 50px;
	width: 50px;
	top: 45%;
	bottom: 65%;
	background-image:url(../images/slider-control.png);
	background-repeat: no-repeat;
}

.home-slider .carousel-control span {
	display: none;
}

.home-slider .carousel-control.right {
	background-position: left top;
	right: 0px;
	left: auto;
}

.home-slider .carousel-control.left {
	background-position: left bottom;
	left: 0px;
	right: auto;
}

.home-slider .carousel-caption {
	background-color: rgba(98, 169, 250, 0.8);
	/*background-color: #F07057;*/
	/*background-color: rgba(230, 110, 70, 0.8);*/
	color: #fec;
	text-shadow: none;
	padding: 8px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	font-size: 20px;
	padding: 12px;
}

.home-slider .carousel-caption a {
	color: #ffffff;
	font-size: 16px;
	font-style: italic;
	margin-left: 20px;
	border-left: 1px solid #ffffff;
	padding-left: 20px;
}


.sidebar {
	background-color: #fff;
	border-radius: 8px;
	padding-bottom: 10px;
}

.sidebar h4 {
	text-transform: uppercase;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

.sidebar h5 {
	margin: 0 0 5px 0 !important;
	padding: 0;
}

.sidebar hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.image-slider {
	margin-left: 15px;
}

.image-gallery a {
	text-align: center;
	background: #fcfcfc;
	display: inline-block;
}

.image-gallery a:hover {
	text-decoration: none;
}

.image-gallery a:hover strong {
	color: #555;
}

.image-gallery em.overflow-hidden {
	display: block !important;
}

.image-gallery a span {
	display: block;
	padding: 10px;
	border-bottom: solid 2px #eee;
}

.image-gallery a strong {
	color: #555;
	display: block;
}

.image-gallery a i {
	color: #777;
}

.image-gallery a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}


.image-gallery a:hover img {
	xopacity: 0.8;
   
   -webkit-transform: scale(1.1) rotate(2deg);
   -moz-transform: scale(1.1) rotate(2deg);
   -o-transform: scale(1.0) rotate(2deg);
   -ms-transform: scale(1.1) rotate(2deg);
   transform: scale(1.1) rotate(2deg);
   
/*   -webkit-transform: scale(0.98) rotate(0deg);
   -moz-transform: scale(0.98) rotate(0deg);
   -o-transform: scale(0.98) rotate(0deg);
   -ms-transform: scale(0.98) rotate(0deg);
   transform: scale(0.98) rotate(0deg);*/
}


.image-gallery a:hover {
	xbackground-color: #edc;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.image-gallery a:hover span {
	border-bottom: solid 2px #72c02c;
	color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.image-gallery a:hover span {
	color: #fff;
	border-bottom:solid 2px #3498db;
}
/*
.image-gallery a:hover span strong,
.image-gallery a:hover span i
{
	color: #fff;
}
*/

.overflow-hidden { overflow:hidden;}

.bx-prev, .bx-next {
	top: -30px !important;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

ul.product-menu, 
ul.product-menu li ul 
{
	xborder: 1px solid red;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.product-menu li {
	xborder: 1px solid green;
	list-style-type: none;
	padding: 0;
	margin: 0;
	xdisplay: inline;
}

ul.product-menu li.level-1, 
ul.product-menu li.level-2
{
	border-top: 1px solid #ccc;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

div.product-menu img 
{
	border: 1px solid #ccc;
}

div.product-menu p
{
	margin: 0 0 0 3px; 
} 

h5.product-menu 
{
	font-family: Roboto, 'Noto Sans', Arial, Sans, "sans-serif", Helvetica;
	line-height: 18px;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	margin: 4px 0;
	font-weight: bold;
	background-color: #2A5686;
	border-radius: 3px;
	color: #fff;
	padding: 3px 5px;
	border: none;
	letter-spacing: 0px;
}

p.nav-header {
	font-family: Roboto, 'Noto Sans', Arial, Sans, "sans-serif", Helvetica;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	xfont-style: italic;
	color: #5070f0;
	color: peru;
	margin: 4px 0 !important;
	border-bottom: 1 solid #eee;
	letter-spacing: 0px;
}

hr.product-menu 
{
	height: 0px;
	margin: 7px 0;
	padding: 0;
	border-top: 1 solid #eee;
	border-bottom:0;
}

a.product-menu
{
	font-weight: bold !important;
	color: #3b5998 ! important;
	color: #36a0da ! important;
	font-size: 14px !important;
}

a.product-submenu 
{
	margin-right: 8px !important;
	xtext-transform: uppercase !important;
	xbackground-color: #5070f0 !important;
	color: #777 !important;
	xborder-radius: 3px !important;
	font-size: 85% !important;
	padding: 0;
	xfont-weight: bold;
}

p.product-menu-info {
	color: #787878;
	text-transform: none;
	margin: 3px 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
}

div#pageThumbnail img
{
	xwidth: 180px;
}

.thumbnail .noborder 
{
	border: none !important;
}

h3 { margin-bottom: 10px; }

div#company-content p {
		text-align: justify;
}

input.input-ht 
{
	display: none;
}

.error 
{ 
	color: #c00;
	/*background-color: #ffe8e8;*/
	padding: 3px 5px;
}

.alert { font-size: 110%;}

.office-closed {
	color: #c00;
	font-weight: bold;
}

.office-open {
	color: #0a0;
	font-weight: bold;
}

#vmap {
  height: 420px;
  position: relative;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.office-select {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 0px 7px;
  cursor: pointer;
  margin-bottom: 15px;
}
#eu-office.office-select {
  background: #ebfef4;
  border: 1px solid #d8fdea;
  color: #999999;
}
#us-office.office-select {
  background: #ebf4fe;
  border: 1px solid #d8eafd;
  color: #999999;
}
#eu-office.office-select.selected {
  background: #7cf8b8;
  border: 1px solid #33f491;
  color: #111 !important;
}
#us-office.office-select.selected {
  background: #7cb8f8;
  border: 1px solid #3391f4;
  color: #111 !important;
}

#eu-office.office-select.selected h4,
#us-office.office-select.selected h4, 
#eu-office.office-select.selected p,
#us-office.office-select.selected p 
{
  color: #111;
}

.jvectormap-label {
  background: white !important;
  color: #333 !important;
  z-index: 8000;
}

#usGoogleMap {
  background: url(/assets/images/map-us.png) center 3px no-repeat;
  height: 430px;
}
#euGoogleMap {
  background: url(/assets/images/map-eu.png) center 3px no-repeat;
  height: 430px;
}

.tab-content {
	padding-top: 15px;
}

ul.brochures
{
	list-style-type: none;
	padding-left: 0;
}

ul.brochures li.brochure
{
	list-style-type: none;
}

button.btn-brochure.active {
	background-color: #369;
	color: white;
}

#revision {
	font-size: 90%;
	font-family: 'Open Sans', 'Segoe UI', 'Calibri', 'Open Sans'; /*CX*/
	cursor: pointer;
}

#revision-date {
	display: none;
	color: #fda;
}

div#elfinder * {
	box-sizing: content-box;
}

.debug-info {
	font-size: 95%;
}

.bx-wrapper {
	margin-top: 15px;
}

img._thumb_ {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px;
}

