/* page */
.page {
	margin-bottom: 25px;
}

.bread-spacing {
	margin-left: 10px;
	margin-right: 10px;
}

address h4 {
	margin-top: 0;
}

/* solution finder */
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}
.tab-content {
	min-height: 400px;
}
.solution-finder-page .thumbnail img {
	padding: 30px 30px 0 30px;
}

.solution-finder-page i {
	font-size: 1.5em;
}

.solution-finder-page i.icon-check {
	color: #238C00;
}

.solution-finder-page table {
	font-size: 0.8em;
}

.products .row {
	margin-bottom: 25px;
}

.btn-buy {
	margin-bottom: 10px;
}

/* browsehappy */
.browsehappy {
	margin-top:10px;
	text-align: center;
}

/* home e news */

.home-boxes img {
	max-width: 245px;
}

.newsfeed h1 a, .newsfeed h2 a, .newsfeed h3 a, .newsfeed h4 a {
	color: rgb(51, 51, 51);
}
.newsfeed a:hover {
	text-decoration: none;
}

/* Preloader */
#preloader, #preloader2 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:20%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}


.product-mini {
	margin-bottom: 25px;
}

.breadcrumb li a {
	margin-right: 10px;
	margin-left: 10px;
}

.home-boxes {
	color: rgb(51, 51, 51);
	display: block;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 18px;
}

.news-articles {
	margin-bottom:20px;
}

.news-articles-second {
	margin-top:-7px;
}

.news-articles-other {
	margin-top:-15px;
}

.float-img {
	float: left;
	margin-right: 10px;
}

.custom-fancy-title  {
	color: rgb(51, 51, 51);
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 22px;
	margin-top:-7px;
	margin-bottom: 10px;
}

/* news section */
.title-row a:hover {
	text-decoration: none;
}

.date-row {
	margin-bottom:15px;
}

.article-box {
	padding-bottom:15px;
	border-bottom: 1px solid #eee;
}

.image-box {
	margin-bottom: 5px;
}

/* certification logo */
.cert-logo {
	width: 80px;
	float: left;
	margin-right: 15px;
}

.cert-logo span {
	font-size: 0.8em;
}

/* products */
.product-mini p {
	font-size: 0.8em;
}

.product-mini h3 {
	margin-bottom: 5px;
	margin-top: 0;
}

.product-page .item {
	margin-bottom: 25px;
}

.label-buy {
background-color: #f26907;
}
/* footer */
.nav-footer > li > a {
	color: #dadada;
	padding-right: 5px;
	padding-left: 5px;
}

.nav-footer > li > a:hover {
	background:none;
	text-decoration: underline;
}

/* forms */
input[type=text] {
	height: auto;
}

input[type=text] {
	height: auto;
}

.gmap {
	height: 500px;
	width:100%;
	margin-bottom:10px;
}
#map-canvas img {
	max-width: none;
}
.gmap-hidden {
	visibility: hidden;
}
#gmap-landscape{
	margin: 0px;
}
div#gmap-info-panel{
	overflow:hidden;
	height: 202px;
}
/* social icons */
i {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.icon-twitter:hover {
	color: #00c0f7;
}
.icon-facebook:hover {
	color: #3B5998;
}
.icon-rss:hover {
	color: #f26907;
}

/*xmas promo*/
#xmaspromo {
    position: absolute;
    top: 120px;
    left: 50px;
    width: 150px;
    height: 150px;
    z-index: 100;
}

/* responsive fix */
@media (min-width: 1200px) {
	.product-mini .thumbnails>li {
	margin-left: 10px;
	}
	.product-mini .thumbnails>li:first-child {
	margin-left: 30px;
	}
}

@media (min-width: 980px) and (max-width: 1199px) {
	.navbar .nav>li>a {
		padding: 25px 7px;
	}
}

@media (max-width: 767px) { /* Landscape phone to portrait tablet */
	.home-fr {
		margin-top: 25px;
	}
	.footer {
		margin-left: -20px;
		margin-right: -20px;
		background: none;
		box-shadow: none;
		border: none;
		color: #333;
		border-top: 1px solid #ccc;
	}
	
	.footer .tbl {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
	}
	
	.tbl ul {
		width: 100%;
	}
	.tbl ul li {
		display: inline;
	}
	
	.nav-footer > li > a {
		color: #333;
	}
}