/*
 * Aluminium Warehouse CSS
 * Created 14/03/2018
 */

body {
	padding: 0;
	margin: 0;
}

.page {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0;
	margin-bottom: 3%;
	padding-top: 0;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5), -3px 3px 8px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	border-bottom-left-radius: calc(3 * 1vh);
	border-bottom-right-radius: calc(3 * 1vh);
	display: table;
}

.pageheader {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fff;
	align-items: center;
	text-align: center;
}

.headerlogo {
	position: relative;
	max-width: 80%;
	max-height: 80%;
	height: 80%;
	width: 80%;
}

.logocontainer {
  display: flex;
  justify-content: center;
}

.pagebody {
	   padding-top: 3%;
	  padding-left: 3%;
	 padding-right: 3%;
	padding-bottom: 3%;
}

.paddedpage {
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
}

.carouselnopadding {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.pagefooter {
	bottom: 0;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
	display: flex;
	margin: 0px !important;
	position: relative;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	padding-top: 2%;
}

.footeralign {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

h1 {
	margin-top: 0;
}

.bordered {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 100%;
}

.container-fluid {
	padding-bottom: 0;
	margin-bottom: 0;
}

img.noselect {
	pointer-events: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
			-webkit-user-drag: none;
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently */
              user-drag: none; /* supported by Chrome and Opera */
}

br {
	-webkit-touch-callout: none; /* iOS Safari */
			-webkit-user-drag: none;
		-webkit-user-select: none; /* Safari */
		 -khtml-user-select: none; /* Konqueror HTML */
			 -moz-user-select: none; /* Firefox */
				-ms-user-select: none; /* Internet Explorer/Edge */
						user-select: none; /* Non-prefixed version, currently */
							user-drag: none; /* supported by Chrome and Opera */

}

.footerleft {
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  height: 100%;
  width: 50%;
  margin-left: 10%
}

.footerright {
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: right;
  text-align: right;
  height: 100%;
  width: 50%;
  margin-right: 10%;
}

.isopic {
						margin-bottom: 10px;
	-webkit-transform: scale(0.9); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.9); /* FF3.5+ */
    	-ms-transform: scale(0.9); /* IE9 */
	 		 -o-transform: scale(0.9); /* Opera 10.5+ */
			 		transform: scale(0.9);

}

.fbimg {
	height: 25px;
	margin-right: 10%;
}

.mobilelogoimg {
	display: none;
}

@media screen and (max-width: 320px){.nomobile{display:none;}}
@media screen and (max-width: 480px){.nomobile{display:none;}}
@media screen and (max-width: 650px){.nomobile{display:none;}}
@media screen and (max-width: 1024px){.nomobile{display:none;}}

@media screen and (max-width: 320px){
	.mobilelogoimg{
		display:inline-block;
		width:100%;

	}
	.page {
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 0;
		margin-bottom: 3%;
		height: 150%;
		padding-top: 0;
		box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5), -3px 3px 8px rgba(0, 0, 0, 0.5);
		background-color: #fff;
		border-bottom-left-radius: calc(3 * 1vh);
		border-bottom-right-radius: calc(3 * 1vh);
	}
}
@media screen and (max-width: 480px){
	.mobilelogoimg{
		display:inline-block;
		width:100%;
	}
	.page {
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 0;
		margin-bottom: 3%;
		height: 150%;
		padding-top: 0;
		box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5), -3px 3px 8px rgba(0, 0, 0, 0.5);
		background-color: #fff;
		border-bottom-left-radius: calc(3 * 1vh);
		border-bottom-right-radius: calc(3 * 1vh);
	}
}
@media screen and (max-width: 650px){
	.mobilelogoimg{
		display:inline-block;
		width:100%;
	}
	.page {
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 0;
		margin-bottom: 3%;
		height: 150%;
		padding-top: 0;
		box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5), -3px 3px 8px rgba(0, 0, 0, 0.5);
		background-color: #fff;
		border-bottom-left-radius: calc(3 * 1vh);
		border-bottom-right-radius: calc(3 * 1vh);
	}
}
@media screen and (max-width: 1024px){
	.mobilelogoimg{
		display:inline-block;
		width:100%;
	}
	.page {
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 0;
		margin-bottom: 3%;
		height: 150%;
		padding-top: 0;
		box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5), -3px 3px 8px rgba(0, 0, 0, 0.5);
		background-color: #fff;
		border-bottom-left-radius: calc(3 * 1vh);
		border-bottom-right-radius: calc(3 * 1vh);
	}
}

.gmap {
	width: 100%;
	align-items: center;
	text-align: center;
	margin-bottom: 5%;
	margin-top: 10%;
}

.nopadding {
	padding: 0; !important
}

.pagepadding {
	margin-left: 3.33%;
	margin-right: 3.33%;
	margin-top: 3%;
	margin-bottom: 3%;
}

.pageimage {
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.pageproducts {
	overflow: hidden;
	display: block;
	background-color: #fff;
	border-radius: calc(3 * 1vh);
	border: 1px solid #eee;
}

.productsection {
	display: flex;
	border-bottom: 1px solid #eee;
}

.miscproductsection {
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	display: flex;
  align-items: center;
  justify-content: center;
}

.productdetails {
	display: inline-block;
	position: absolute;
	top: 0;
	margin-left: 1%;
	margin-top: 1%;
}

.productpagepic {
	display: inline-block;
	float: right;
	width: 25%;
	height: 20%;
	top: 0;
	border-radius: calc(3 * 1vh);
	border: 1px solid #eee;
	overflow: hidden;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);

}

.productlink {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 1%;
	margin-bottom: 1%;
}

.productphoto {
	display: inline-block;
	width: 35%;
	border-right: 1px solid #eee;
}

.leftproduct {
	position: relative;
	display: inline;
	vertical-align: top;
	float: left;
	width: 50%;
	border-right: 1px solid #eee;
	padding: 0;
	overflow-y: hidden;
	cursor:pointer;
}

.rightproduct {
	position: relative;
	display: inline;
	vertical-align: top;
	float: right;
	width: 50%;
	padding: 0;
	overflow-y: hidden;
	cursor:pointer;
}

.miscproductsection {
	cursor: pointer;
}

.productdetails > p {
	margin-bottom: 0;
}

.header-fixed {
    width: 100%;
}

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
    display: block;
}

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.header-fixed > tbody {
    overflow-y: auto;
    height: 150px;
}

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
    width: 20%;
    float: left;
}

.ctablecell {
	text-align: center;
}

.misclink {

	text-align: center;
}

.bocpic {
	display: inline-block;
	position: relative;
	width: 25%;
	float:	right;
}

.boctext {
	float: left;
	display: inline-block;
}

.bocpic > img {
	width: 100%;
}

tr {
	background-color: #fff;
}

.pageimage {
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
