html{
	background-color: #e5e5e5;
	/*background-color: white !important;*/
}



/*hide the ugly hero titles*/
.hero{
	display: none;
}

/*helper class to easily hide an element*/
.hidethis{
	display: none;
}

.btn{
	border-radius: 2px !important;
}

/*gap between navbar and image*/
#headerNavbar{
	margin-bottom: 0px;
}

#mainContent{
	/*margin: 0px;*/
}

#main-page-wrap{
	background-color: white;
}

.white-bg{
	background-color: white !important;
}

.full-width{
	padding-right: 0px;
	padding-left: 0px;
}

.search-bar{
	margin-top: 5px;
	background-color: #e5e5e5;
	height: 70px;
}

.search-bar input {
	width: 80%;
	display: inline;
	background-color: transparent;
}

.search-bar button{
	background-color: transparent;
	color: #e99002;
	border-color: transparent;
	vertical-align: 0px;
	outline: none;
}

.search-bar button:hover{
	background-color: transparent;
	color: #b67102;
	border-color: transparent;
	vertical-align: 0px;
	outline: none;
}

.search-bar button:active{
	background-color: transparent;
	color: #b67102;
	border-color: transparent;
	vertical-align: 0px;
	outline: none;
}

#mainContent{
	/*background-color: #e5e5e5;*/
}

.image-panel{
	background: url(/Assets/Images/Display_Centre.jpg);
	/*background: url(/Assets/gallery/Brochure_2002_031.jpg) center center;*/
	background-size: cover;
	color: white;
	font-size: 20px;
	position: relative;
	height: 500px;
	transition: background 5s linear;
	animation: panning 100s infinite linear;
}

@keyframes panning {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
  75% {
    background-position: 0 100%;
  }
  200% {
    background-position: 0 0;
  }
}

.image-panel-content{/*
	padding-bottom: 20px;
	padding-top: 40px;*/
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(20, 20, 20, 0.5);
}

.benefits-panel{
	text-align: center;
	color: #736F68;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 18px;
	background-color: #d1d1d1;
}

.navbar{
	background-color: #736F68;
}

.navbar a{
	color: #e5e5e5;
	font-size: 17px;
	font-weight: bold;
}

.navbar a:hover{
	color: #e99002;
	font-size: 17px;
	font-weight: bold;
	background-color: #736F68 !important;
}

.navbar a:active{
	color: #e99002;
	font-size: 17px;
	font-weight: bold;
	background-color: #736F68 !important;
}

.navbar a:focus{
	color: #e99002;
	font-size: 17px;
	font-weight: bold;
	background-color: #736F68 !important;
}

.dropdown-toggle{
	background-color: #736F68 !important;
}

.dropdown-toggle:focus{
	color: #D97B29 !important;
}

.dropdown-menu{
	z-index: 9999 !important;
}

.search-form{
	margin-top: 10px;
	font-size: 150%;
}

.search-form .fa-search{
	font-size: 25px;
}

.header-search {
	border-color: transparent !important;
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/*.btn-warning{
	background-color: transparent;
	border-color: transparent;
	color: #D97B29;
}*/

/*search input focus style*/
.header-search:focus {
     border-color: transparent;
    outline: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}

#contact-map-container {
	margin-top: 20px !important;
}

#contact-map-img {
	height: 100% !important;
	width: 100% !important;
}

.extra-container {
	padding-top: 20px !important;
}

.contact-header{
	margin-top: 15px;
	text-align: right;
	font-size: 25px;
	color: #e99002;
}

.contact-header .fa-phone{
	font-size: 30px;
	color: #e99002;
}

.why-us{
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-size: 25px;
	position: absolute;
	top: 50px;
}

.btn-wrapper h2{
	padding-bottom: 30px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.image-panel a{
	margin-bottom: 10px;
	width: 200px;
}

.btn-wrapper{
	text-align: left;
	/*padding-bottom: 20px !important;*/
	padding-top: 10px;
	position: absolute;
	bottom: 40px !important;
}

.tiles-panel{
	background-color: #e5e5e5;
	padding-top: 60px;
	padding-bottom: 60px;
}

.tile-bottom{
	position: absolute;
	bottom: 15px;
}

.tile-1-container{
	position: relative;
	/*width: 100%;*/
	height: 400px;
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 15px;
}

.no-padding-right{
	padding-right: 0px !important;
}

.no-padding-left{
	padding-left: 0px !important;
}

.tile-2-container{
	position: relative;
	/*width: 100%;*/
	height: 245px;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.tile-1-content{
	z-index: 10;
	font-size: 25px;
	text-align: left !important;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(20, 20, 20, 0.3);
	transition: background-color .25s ease-in-out;
   	-moz-transition: background-color .25s ease-in-out;
   	-webkit-transition: background-color .25s ease-in-out;
	color: white;
	padding: 15px;
	bottom: 15px;
}

.tile-2-content{
	z-index: 10;
	font-size: 20px;
	text-align: left !important;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(20, 20, 20, 0.3);
	transition: background-color .25s ease-in-out;
   	-moz-transition: background-color .25s ease-in-out;
   	-webkit-transition: background-color .25s ease-in-out;
	color: white;
	padding: 15px;
}

.tile-2-content h2{
	margin-top: 0px;
	/*padding-bottom: 130px;*/
}

.tile-1-content:hover{
	background-color: rgba(20, 20, 20, 0.6);
}

.tile-2-content:hover{
	background-color: rgba(20, 20, 20, 0.6);
}

.shed-tile-1{
	background: url(/Assets/gallery/20160621_132234.jpg) center center;
	background-size: cover;
	color: transparent;
	height: 400px;
	border-radius: 2px;
}

.shed-tile-2{
	background: url(/Assets/gallery/Brochure_2002_031.jpg) center center;
	background-size: cover;
	height: 245px;
	border-radius: 2px;
}

.flat-tile{
	text-align: center;
	position: relative;
	border: 3px solid #7C846A;
	/*background-color: #f04124;*/
	margin-bottom: 15px;
	height: 140px;
	color: #7C846A;
	padding-top: 30px;
	background-color: transparent;
	border-radius: 2px;
	transition: background-color .25s ease-in-out, color .25s ease-in-out;
   	-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
   	-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
}

.flat-tile:hover{
	background-color: #7C846A;
	color: #e5e5e5;

}

.gallery-tile{
	text-align: center;
	position: relative;
	border: 3px solid #5E1D0E;
	/*background-color: #f04124;*/
	margin-bottom: 15px;
	height: 140px;
	color: #5E1D0E;
	padding-top: 30px;
	background-color: transparent;
	border-radius: 2px;
	transition: background-color .25s ease-in-out, color .25s ease-in-out;
   	-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
   	-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
}

.gallery-tile:hover{
	background-color: #5E1D0E;
	color: #e5e5e5;

}

/*.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.quick-links-panel{
	text-align: center;
	color: #E5E5E5;
	font-size: 30px;
	padding-top: 23px;
	padding-bottom: 26px;
	background-color: #736F68;
}

.quick-links-panel p{
	margin-bottom: 0px !important;
}

.quick-links-panel a .fa{
	font-size: 25px;
	vertical-align: -12%;
}

.quick-links-panel a{
	color: #e5e5e5;
	font-size: 15px;
	font-weight: bold;
	vertical-align: 16%;
}

.quick-links-panel a:hover{
	color: #e99002;
	font-size: 15px;
	font-weight: bold;
	background-color: #736F68 !important;
	text-decoration: none;
}

.quick-links-panel a:active{
	color: #e99002;
	font-size: 15px;
	font-weight: bold;
	background-color: #736F68 !important;
}

.quick-links-panel a:focus{
	color: #e99002;
	font-size: 15px;
	font-weight: bold;
	background-color: #736F68 !important;
}

.extras-panel{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #D1D1D1;
	color: #736F68;
}

.extras-panel p{
	font-size: 20px;
}

iframe{
	width: 100%;
}


footer{
	background-color: #736F68 !important;
	color: #E5E5E5;
	padding-top: 30px;

}

footer a{
	color: #E5E5E5;

}

footer a:hover{
	color: #e99002;
	text-decoration: none;
}

footer li{
	list-style: none;
}

footer h4{
	margin-bottom: 20px;
}

.footer-cat{
	padding-left: 0px;
}

#site_info{
	margin-bottom: 20px;
}

.fwidget{
	padding-left: 40px;
}

.box{
	text-align: center;
}

#buy-form{
	margin-bottom: 3px !important;
	display: inline-flex;
}


/*hover on zoom*/
.zoomimg:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 10 !important;
    position: relative;
}

.zoomimg {
	z-index: 1000 !important;
    /*width:180px !important;*/
    /*max-width: 100% !important;*/
    /*max-height: 100% !important;*/
    width: 100%;
    height: 100%;
    position: relative;
    size: cover;
    /*height:180px !important; */
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

.fancybox:hover{
	z-index: 3000 !important;
	/*position: relative;*/
}

.fancybox{
	z-index: 2000 !important;
	/*position: relative;*/
	height: 180px !important;
	padding: 5px !important;
	margin: 0 !important;
}

.fancybox-overlay{
	z-index: 9999 !important;
}

/*mobile styling*/
@media (max-width: 767px) {
	.btn-wrapper{
		text-align: center;
		padding-bottom: 15px !important;
	}

	.why-us{
		padding-bottom: 25px;
	}

	.no-padding-right{
		padding-right: 15px !important;
	}

	.btn-wrapper h2{
		padding-bottom: 100px;
		margin-top: -120px;
	}

	.btn-wrapper .btn{
		width: 100%;
		margin-right: 0px !important;
	}

	.image-panel h2{
		text-align: left;
	}

	.tiles-panel{
		padding-top: 30px;
	}

	.image-panel{
	background: url(/Assets/Images/Display_Centre.jpg);
	background-size: cover;
	color: white;
	font-size: 20px;
	position: relative;
	height: 500px;
	width: 100%;
	}

	.flat-tile{
		font-size: 15px;
	}
}

/*medium styling*/
@media (max-width: 990px) and (min-width: 768px) {
	.btn-wrapper{
		text-align: left;
		padding-bottom: 15px !important;
	}

	.why-us{
		padding-bottom: 25px;
	}

	.no-padding-right{
		padding-right: 15px !important;
	}

	.btn-wrapper .btn{
		width: 200px;
		margin-right: 0px !important;
	}
}
