/*.cookie-warning {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10000000000;
	background-color: #326fc8;
	padding: 15px 30px;
	color: white;
	font-weight: 500;
	font-size: 16px;
}

.cookie-warning .cookie-agree {
	background-color: #ffc321;
	color: #333;
	font-weight: bold;
	padding: 15px 30px;
	margin: 5px 15px;
	border-radius: 30px;
	cursor: pointer;
}
*/
@import url('reeltech-fonts.css');

* {
	box-sizing: border-box;
}

body {
	font-family: 'OpenSansRegular',Arial,sans-serif;
}

a {
	font-size: 14px;
	line-height: 24px;
}

h1 {
	font-family: 'OpenSansBold',Arial,sans-serif;
}

h3 {
	font-family: 'BebasNeueRegular',Arial,sans-serif;
	font-weight: 400!important;
    text-transform: uppercase;
}

.clear {
	clear:both;
}


.banner{
position:relative;
margin-top:0px;
/*margin-bottom:30px;*/
font-family:'OpenSansBold',Arial,sans-serif;
font-size:36px;
height:405px;
width:100%;
background:url('../images/banner-bg.jpg') top center no-repeat;
color:#FFFFFF;
z-index:8888;
}

.banner .slide_left h2, .banner .slide_left h1{
margin:0px;
font-size:36px;
}
.banner .slide_left{
float:left;
/*width:460px;*/
margin-top:110px;
line-height:45.93px;
letter-spacing: -2px;
}
.banner .slide_right img{
margin-bottom:0px;

background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
zoom: 1;
}
.banner .slide_right .animate{
position:relative;
z-index:7777;
margin-top:0px;
}
.banner .slide_right .animate-top {
margin-bottom:0px;
position:relative;
z-index:9999;
}
.banner .slide_right img{
background:none !important;
filter:none !important;
}
.banner .slide_right{
/*background:url('../images/slider/slider-1-top.png') top left no-repeat;*/
float:right;
/*width:456px;*/
height:200px;
background-position:0px -10px;
}
#slider{
/*width:960px!important;*/
height:405px;
width:100%!important;
}
.slide{
/*width:960px!important;*/
height:405px;
width:100%!important;
}
#slide4 .slide_left{
margin-top:75px;
}
#slide4 .light_container{
position:absolute;
width:449px;
height:371px;
margin-left: -19px;
top:35px;
background:url('../images/light.png') top left no-repeat;
}








/*#### NAVI ####*/

.topnav {
position:relative;
z-index:9999;
background-color: #ffffff;
}
.topnav .logo{
padding: 32px 0;
}
.topnav ul.navi {
	margin: 35px 0px;
	padding:0;
	float:right;
	height:100%;
}
.topnav .mobile-nav ul.navi {
	float: none
}
.topnav ul li{
	position: relative;
}
.topnav ul.navi li {
	display:inline;
	padding-bottom: 10px;
}
.topnav ul li ul{
	position: absolute;
	display: block;
	left: -9999px;
	color: #ffffff;
	z-index: 999999999999;
	padding: 0px;
	text-transform: uppercase;
	background-color: #ffffff;
}

.topnav ul li ul a{
	color:#333333;
	font-size: 13px;
	letter-spacing:0.05em;
	padding: 0px 50px 9px 20px;
	text-decoration: none;
	text-transform: uppercase;
}


.topnav ul.navi li{
	padding-right: 23px;
}

.topnav ul.navi li a {
	font-family: 'BebasNeueRegular',Arial,sans-serif;
	color:#333333;
	font-size: 18px;
	letter-spacing:0.05em;
	padding: 10px 0px 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.topnav ul.navi li a:hover {
	color: #2968C3;
	text-decoration: none;
}

.topnav ul li:hover ul, .topnav ul li.hover ul {
	left: 0px;
	top:17px;
}
.topnav ul li ul li {display: block; float: none; margin-bottom:5px;}

.topnav ul li ul li a{
	color: #333333;
	margin:0px;
	padding:0px;
	display:block;
	line-height:28px;
	white-space:nowrap;
}


.topnav .mobile-nav ul li ul{
	position: relative;
	left: 0;
	top: 0;
}
.topnav .mobile-nav ul li:hover ul, 
.topnav .mobile-nav ul li.hover ul {
	left:0;
	top:0;
}
.topnav .mobile-nav ul li ul li{
	margin-bottom: 0;
}
.topnav .mobile-nav ul li ul li a{
	padding-left: 35px;
	color:#555;
}
.topnav .mobile-nav ul li ul li span{
	font-size: 12px;
}
.topnav .mobile-nav ul.navi li{
	padding-bottom: 0;
}


.topnav .mobile-button{
	display:block;
	outline:none;
	border:0;
	position: relative;
	float: right;
	margin-right: 0;
	padding: 9px 10px;
	margin: 20px 0 0 0;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.topnav .mobile-button .icon-bar:first-child{
	margin-top:0;
}

.topnav .mobile-button .icon-bar{
	background-color: black;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-top: 6px;
}

.topnav .mobile-nav {
	display:none;
	float: none;
}

.topnav .mobile-nav ul{
	list-style:none;
	padding:0 0 0 0;
	margin:0;
	display:block;
}

.topnav .mobile-nav ul li{
	position: relative;
	display: block;
}

.topnav .mobile-nav ul li:hover a{

}

.topnav .mobile-nav ul li:hover{
	/*opacity:0.8;*/
	text-decoration: none;
}

.topnav .mobile-nav ul li a{
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 24px;
	padding-left:20px;
	font-size: 18px;
	border-bottom:1px solid #f1f1f1;
}

.topnav .mobile-nav ul li a:hover{
	text-decoration:none;
}

.topnav .contact{
	background: url('../images/contact-header.png') top center no-repeat;
	margin-top: 25px;
	padding: 14px 0px 20px 10px;
	width:130px;
}
.topnav .contact:hover{
	background: url('../images/contact-header-1.png') top center no-repeat;
}

/*#### NAVI ####*/

.col-md-3 h3{
	font-size: 24px !important;
	text-align: center;
	

}

/*#### FOOTER ####*/

.footer{
	background-color: #ffffff;
	color:white;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #e2e2e2;
}

.footer .col-sm-8 p{
	color: #666666;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}

.footer .col-sm-4 p{
	color: #666666;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}

.footer .col-sm-4 span{
	color: #666666;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
}

.footer ul {
	list-style: none;
	padding-left: 0px;
	font-size: 17px;
}

.footer ul li {
	font-size: 17px;
	line-height: 20px;
	color:white;
	font-weight: 400;
	display: inline;
}

.footer ul a {
	font-size: 17px;
	line-height: 20px;
	color:white;
	font-weight: 400;
	letter-spacing: 0;
	color: #666666;
	text-decoration: underline;
}

.footer p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

.footer a {
	font-size: 17 px;
	line-height: 20px;
	color: #666666;
	text-decoration: underline;
}

.footer .icon{
	margin-right: 10px;
}

/*#### FOOTER ####*/


/*####

	PRODUCT PARENT PAGE

####*/
.ProductParent .cat-bucket img {
	width: 100%;
}


/*#### 

PRODUCT PAGE 

####*/
.breadcrumbs {
	margin: 30px 15px;
}

.breadcrumbs,
.breadcrumbs a {
	color: #2e2e2e;
}
.Product .header h2 {
	font-size: 30px;
	line-height: 45px;
}
.Product .header h2 {
	font-size: 48px;
	line-height: normal;
	color: #ffffff;
	margin: 0;	
	font-family: 'OpenSansBold',Arial,sans-serif;
}

.Product .top-slider {
	margin-bottom: 30px;
	padding: 15px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ededed', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.Product .top-slider img,
.Product .bottom-slider img {
	object-fit: contain;
	object-position: center;
}

.Product .bottom-slider img {
	margin-left: 15px;
	margin-right: 15px;
}

.Product .content h1 {
	margin-top: 0;
	color: #3170c7;
	text-transform: uppercase;
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 30px;
}

.Product .content h3 {
	font-family: 'BebasNeueRegular', sans-serif;
	color: #2e2e2e;
	font-size: 24px;
	margin-bottom: 0px;
	text-transform: unset;
}

/*#### 

PRODUCT PAGE END

####*/

/*#### 

PRODUCT CHILD PAGE

####*/

.ProductChild .product img {
	width: 100%;
}

/*#### HOME ####*/

.home{
	padding-bottom: 50px;
}

.home .content{
	padding-top: 50px;
}

.home .slider{
	background: url('../images/banner-bg.jpg') top center no-repeat;
}

.home .mobile-slider{
	background: url('../images/banner-bg.jpg') top center no-repeat;
	background-size:cover;
	padding:80px 0;
}
.home .mobile-slider .slide{
height:auto;
}
.home .mobile-slider h2{
	position: relative;
    font-family: 'OpenSansBold',Arial,sans-serif;
    font-size: 36px;
    color: #FFFFFF;
	line-height: 45.93px;
    letter-spacing: -2px;
	margin: 0;
}



.home .slider .col-md-6 .slide-content{
	padding-left: 50%;
}

.home .slider h2{
	color: #ffffff;
	font-size: 36px;
	margin-top: 0px
	margin-bottom: 0px;
	padding-top: 10%;
	padding-bottom: 10%;
}

.home .buckets  .bucket-col a:hover{
text-decoration:none;	
}
.home .buckets  .bucket-col a{
color:#333333;
}
.home .buckets{
	padding-bottom:50px;
}
.home .buckets .bucket-col{
	
}
.home .buckets .bucket-col h3{
	font-size: 24px;
	text-align: center;
	text-decoration: none !important;
	margin:5px 0 0 0;	
}


.home .enquiry{
	background: url('../images/mid-banner-bg.jpg') top left repeat;
	padding-top: 30px;
	padding-bottom: 30px;
}

.home .enquiry h3{
	font-size: 21px !important;
	color: #808080;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.home .logo-slider{
	padding-bottom: 30px;
	padding-top: 30px;
}

.home .main-content p{
	font-size: 14px;
	line-height: 21px;
}

.home .main-content ul li{
	font-size: 14px;
	color: #666666;
	line-height: 21px;
}

.home .enquiry .enq{
	display: inline-block;
    background: url('../images/make-an-enquiry.png') 0 0;
    height: 34px;
    width: 140px;
    text-indent: -99999px;
	margin:25px 0;
}
.home .enquiry .enq:hover{
	background: url('../images/make-an-enquiry-1.png') 0 0;
	
}

/*#### HOME ####*/

/*#### LED LIGHTING ####*/

.led-lighting .header{
background: url('../images/led-title.jpg') top center no-repeat;
padding:50px 0;
}
.led-lighting .header h1{
font-size: 48px;
line-height:normal;
color: #ffffff;
margin:0;
}

.led-lighting .content{
	padding-top: 80px;
	padding-bottom: 80px;
}

.led-lighting .content h3{	
	font-size: 30px;
	color: #333333;
	line-height: 40px;
}

.led-lighting .content .button{
	background: url('../images/make-an-enquiry-big.png') top center no-repeat;
}

.led-lighting .content p{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

.led-lighting .content .button-profile p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.led-lighting .content .button-download p{
	font-size: 14px;
	color: #2968c3;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.led-lighting .content .button-download span{
	float:right;
	font-size: 20px;
}

.led-lighting .content .button-next p{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.led-lighting .content .button-next span{
	padding-left: 40%;
	font-size: 20px;
}

/*
.led-lighting .content .col-md-4 p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	font-family: 'OpenSansBold',Arial,sans-serif;
}
*/

.led-lighting .content ul{
	padding-left: 15px;
}

.led-lighting .content ul li{
	line-height: 21px;
	font-size: 14px;
	color: #333333;
}

/* TABLE */
.table-row h2 {
	font-family: "BebasNeueRegular", sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #e8e8e8;
}
.spec-table tr td,
.spec-table tr th {
	padding: 17px 0px;
	padding-right: 15px;
	text-align: center;

}


.spec-button, .LDT-button {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
	white-space: nowrap;
	text-align: center;
	line-height: 1em;
	max-width: 150px;
}
.spec-button, .LDT-button:hover {
	background-color: #2968c3;
	border: 1px solid #2968c3;
	color: white;
	transition: all 0.4s ease;
}

.LDT-button, .spec-button:hover {
	background-color: transparent;
	border: 1px solid #2968c3;
	color: #2968c3;
	transition: all 0.4s ease;
}

.buy-now-button{
	display: inline-block;
	width: 100%;
	cursor: pointer;
	padding-top: 0;
	padding-bottom: 0;
	white-space: nowrap;
	text-align: center;
	max-width: 150px;
	background-color: #ffc321;
	border: 1px solid #ffc321;
	color: #333333;
	transition: all 0.4s ease;
	font-size: 24px;
	line-height: 40px;
	font-family: 'BebasNeueRegular', sans-serif;
	margin:15px 0;
	border-radius: 30px;
}
.buy-now-button:hover,
.buy-now-button:focus{
	color: #333333;
	text-decoration: none;
}


.buy-now-button-mob{
	display:none;
	width: 100%;
	cursor: pointer;
	padding-top: 0;
	padding-bottom: 0;
	white-space: nowrap;
	text-align: center;
	max-width: 200px;
	background-color: #ffc321;
	border: 1px solid #ffc321;
	color: #333333;
	transition: all 0.4s ease;
	font-size: 24px;
	line-height: 40px;
	font-family: 'BebasNeueRegular', sans-serif;
	margin:50px auto 15px auto;
	border-radius: 30px;
}
.buy-now-button-mob:hover,
.buy-now-button-mob:focus{
	color: #333333;
	text-decoration: none;
}



.email-download-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000000;
}

.email-download-modal .inner {
	width: 85%;
	max-width: 700px;
	background-color: white;
	padding: 30px;
	text-align: center;
}

.email-download-modal .inner h2 {
	margin: 0;
	padding: 0;
	border: none;
}

.email-download-modal .inner input {
	width: 80%;
	padding: 10px 15px;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.email-download-modal .inner .spec-button.disabled,
.email-download-modal .inner .spec-button.disabled:hover {
	cursor: not-allowed;
	background-color: grey;
	border: 0;
	opacity: 0.4;
}
.email-download-modal .inner .cancel-button {
	display: block;
	padding: 20px;
}


@media screen and (min-width: 760px) {
	.spec-table {
		width: 100%;
	}
	.spec-table tr td,
	.spec-table tr th {
		border-bottom: 1px solid #e8e8e8;
	}
	.mobile {
		display: none;
	}
}
@media screen and (max-width: 759px) {
	.Product .content h1 {
		margin-top: 20px;
	}
	.table-row h2 {
		margin-left: 30px;
		margin-right: 30px;
		text-transform: uppercase;
	}
	.spec-table td {
		display: none;
		width: 100%;
		border: none;
	}
	.spec-table .table-row td.heading {
		display: block;
		border-top: 1px solid #e8e8e8;
		font-weight: bold;
		position: relative;
	}
	.spec-table .table-row td.heading:after {
		content: "▼";
		font-size: 21px;
		position: absolute;
		top: 10px;
		top: calc(50% - 16px);
		right: 15px;
		transform: rotate(-90deg);
		transition: 0.4s ease all;
	}
	.spec-table .table-row td.heading.active:after {
		transform: rotate(0);
	}
	.spec-table .table-row {
		border-bottom: 1px solid #e8e8e8;
	}
	.spec-table {
		margin-left: 30px;
		margin-right: 30px;
		display: block;
		width: calc(100% - 30px);
	}
	.spec-table tbody, .spec-table tr {
		display: block;
		width: 100%;
		border: none;
	}
	.spec-table td span {
		display: inline-block;
		width: 49%;
	}
	.spec-table .table-head {
		display: none;
	}
}

/*#### LED LIGHTING ####*/

.lift-applications .header{
background: url('../images/inner-page-header.jpg') top center no-repeat;
padding:50px 0;
}
.lift-applications .header h1{
font-size: 48px;
line-height:normal;
color: #ffffff;
margin:0;
}

.lift-applications .content{
	padding-top: 80px;
	padding-bottom: 80px;
}

.lift-applications .content h3{	
	font-size: 30px;
	color: #333333;
	line-height: 40px;
}

.lift-applications .content .button{
	background: url('../images/make-an-enquiry-big.png') top center no-repeat;
}

.lift-applications .content p{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

.lift-applications .content .button-profile p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.lift-applications .content .button-download p{
	font-size: 14px;
	color: #2968c3;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.lift-applications .content .button-download span{
	float:right;
	font-size: 20px;
}

.lift-applications .content .button-next p{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.lift-applications .content .button-next span{
	padding-left: 40%;
	font-size: 20px;
}

/*
.lift-applications .content .col-md-4 p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	font-family: 'OpenSansBold',Arial,sans-serif;
}
*/

.lift-applications .content ul{
	padding-left: 15px;
}

.lift-applications .content ul li{
	line-height: 21px;
	font-size: 14px;
	color: #333333;
}


.ip-cctv .header{
background: url('../images/inner-page-header.jpg') top center no-repeat;
padding:50px 0;
}
.ip-cctv .header h1{
font-size: 48px;
line-height:normal;
color: #ffffff;
margin:0;
}

.ip-cctv .content{
	padding-top: 80px;
	padding-bottom: 80px;
}

.ip-cctv .content h3{	
	font-size: 30px;
	color: #333333;
	line-height: 40px;
}

.ip-cctv .content .button{
	background: url('../images/make-an-enquiry-big.png') top center no-repeat;
}

.ip-cctv .content p{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

.ip-cctv .content .button-profile p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ip-cctv .content .button-download p{
	font-size: 14px;
	color: #2968c3;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ip-cctv .content .button-download span{
	float:right;
	font-size: 20px;
}

.ip-cctv .content .button-next p{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ip-cctv .content .button-next span{
	padding-left: 40%;
	font-size: 20px;
}

/*
.ip-cctv .content .col-md-4 p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	font-family: 'OpenSansBold',Arial,sans-serif;
}
*/

.ip-cctv .content ul{
	padding-left: 15px;
}

.ip-cctv .content ul li{
	line-height: 21px;
	font-size: 14px;
	color: #333333;
}


/*#### LIGHTING LIFTS ####*/

.lighting-lifts .header{
	background: url('../images/inner-page-header.jpg') top center no-repeat;
	background-size:cover;
}

.lighting-lifts .header h1{
	font-size: 45px;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px;
}

.lighting-lifts .content{
	padding-top: 50px;
	padding-bottom: 50px;
}

.lighting-lifts .content h3{
	
	font-size: 23px;
	color: #2968c3;
	line-height: 30px;
}

.lighting-lifts .content .button{
	background: url('../images/make-an-enquiry-big.png') top left no-repeat;
}

.lighting-lifts .content p{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

.lighting-lifts .content .col-md-4 p{
	font-family: 'OpenSansBold',Arial,sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.lighting-lifts .content ul{
	padding-left: 15px;
}

.lighting-lifts .content ul li{
	line-height: 21px;
	font-size: 14px;
	color: #333333;
}

.lighting-lifts .content .col-md-12 .banner {
	background: url('../images/banner-bucket.png') top left no-repeat;
	height: 585px;
}

.lighting-lifts .content .col-md-12 .banner .text{
	padding: 315px 0px 0px 275px;
}

.lighting-lifts .content .col-md-12 .control-1 {
	background: #f4f4f4 url('../images/warning.png') 15px 50% no-repeat
}

.lighting-lifts .content .col-md-12 .control-1 p{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}

.spacer{
	padding-top: 20px;
	padding-bottom: 20px;
}

.lighting-lifts .enquiry-col .enquiry-tick{
margin-right:5px;	
}
.lighting-lifts .enquiry-col .enquiry-button .button{
display:inline-block;
height: 45px;
width: 192px;
}
.lighting-lifts .enquiry-col .enquiry-button{
margin-top: 50px;
}
.lighting-lifts .enquiry-col .enquiry-text{
margin:0 0 30px 0;
}
.lighting-lifts  .installation-steps .steps .step-nb{
font-size: 14px; 
color: #333333;
line-height: 14px;
font-family: 'OpenSansRegular',Arial, sans-serif;
}
.lighting-lifts .installation-details .inst-img{
margin-bottom:30px;
}
.lighting-lifts  .installation-steps .steps .step{
margin-bottom:30px;
}


/*#### LIGHTING LIFTS ####*/

/*#### ABOUT ####*/

.about .header{
background: url('../images/inner-page-header.jpg') top center no-repeat;
background-size:cover;
padding:50px 0;
}
.about .header h1{
color: #ffffff;
line-height: normal;
margin:0;
font-size: 48px;
}
.about .content{
padding-top: 50px;
padding-bottom: 50px;
background: url('../images/about-bg.jpg') top right no-repeat
}
.about .content h3{
font-size: 24px;
color: #333333;
line-height: 21px;
}
.about .about-content h3{
margin-top:0;
}
.about .content .button{
background: url('../images/make-an-enquiry-big.png') top left no-repeat;
}
.about .content p{
font-size: 14px;
color: #333333;
line-height: 22px;
}
.about .content .col-md-4 p{
font-size: 14px;
color: #666666;
line-height: 24px;
}
.about .content ul{
padding-left: 15px;
}
.about .content ul li{
line-height: 21px;
font-size: 14px;
color: #333333;
}

.about .content .col-md-12 .banner {
background: url('../images/banner-bucket.png') top left no-repeat;
height: 585px;
}
.about .content .col-md-12 .banner .text{
padding: 315px 0px 0px 275px;
}
.about .content .col-md-12 .control-1 {
background: #f4f4f4 url('../images/warning.png') 15px 50% no-repeat
}
.about .content .col-md-12 .control-1 p{
font-size: 12px;
color: #666666;
line-height: 24px;
}
.about .buckets .bucket-col h3{
margin-top:15px;	
text-align:center;
}
.about .buckets .bucket-col a:hover{
text-decoration:none	
}
.about .buckets .bucket-col{
margin-bottom:30px;
}

/*
.about .bucket-1{
	background: url('../images/bucket-1.png') center 50% no-repeat;
	padding: 45px 40px;
}

.about .bucket-1 h2{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
}

.about .bucket-1 a{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.about .bucket-2{
	background: url('../images/bucket-2.png') center 50% no-repeat;
	padding: 45px 40px;
}

.about .bucket-2 h2{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
}

.about .bucket-2 a{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.about .bucket-3{
	background: url('../images/bucket-3.png') center 50% no-repeat;
	padding: 45px 40px;
}

.about .bucket-3 h2{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
}

.about .bucket-3 a{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.about .bucket-4{
	background: url('../images/bucket-4.png') center 50% no-repeat;
	padding: 45px 40px;
}

.about .bucket-4 h2{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
}

.about .bucket-4 a{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.about .bucket-5{
	background: url('../images/bucket-5.png') center 50% no-repeat;
	padding: 45px 40px;
}

.about .bucket-5 h2{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
}

.about .bucket-5 a{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
*/

/*#### ABOUT ####*/

/*#### CONTACT ####*/

.contact .header{
	background: url('../images/led-title.jpg') top center no-repeat;
	background-color: #2968C3;
	padding:50px 0;
}
.contact .header h1{
	font-size: 48px;
	color: #ffffff;
	line-height:normal;
	margin:0;
}

.contact .content{
	padding-top: 50px;
	padding-bottom: 50px;
	/*background: url('../images/about-bg.jpg') top right no-repeat*/
}

.contact .content h3{
	
	font-size: 20px;
	color: #333333;
	line-height: 21px;
}

.contact .content .button{
	background: url('../images/make-an-enquiry-big.png') top left no-repeat;
}

.contact .content p{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

.contact .content a{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	text-decoration: underline;
}

.contact .content .col-md-4 p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.contact .content ul{
	padding-left: 15px;
}

.contact .content ul li{
	line-height: 21px;
	font-size: 14px;
	color: #333333;
}

.contact .content .col-md-12 .banner {
	background: url('../images/banner-bucket.png') top left no-repeat;
	height: 585px;
}

.contact .content .col-md-12 .banner .text{
	padding: 315px 0px 0px 275px;
}

.contact .content .col-md-12 .control-1 {
	background: #f4f4f4 url('../images/warning.png') 15px 50% no-repeat
}

.contact .content .col-md-12 .control-1 p{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}

.contact .bucket-1{
	background: url('../images/bucket-1.png') center 50% no-repeat;
	padding: 45px 40px;
}

.contact .bucket-1 h2{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
}

.contact .bucket-1 a{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.contact .bucket-2{
	background: url('../images/bucket-2.png') center 50% no-repeat;
	padding: 45px 40px;
}

.contact .bucket-2 h2{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
}

.contact .bucket-2 a{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.contact .bucket-3{
	background: url('../images/bucket-3.png') center 50% no-repeat;
	padding: 45px 40px;
}

.contact .bucket-3 h2{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
}

.contact .bucket-3 a{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.contact .bucket-4{
	background: url('../images/bucket-4.png') center 50% no-repeat;
	padding: 45px 40px;
}

.contact .bucket-4 h2{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
}

.contact .bucket-4 a{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.contact .bucket-5{
	background: url('../images/bucket-5.png') center 50% no-repeat;
	padding: 45px 40px;
}

.contact .bucket-5 h2{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
}

.contact .bucket-5 a{
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.contact .contact-form .col-md-8{
	background: url('../images/mid-banner-bg.jpg') top left repeat;
	padding: 20px;
}

.contact .contact-form .col-md-8 #send_message{
	background: url('../images/send-enquiry.png') top left no-repeat;
	padding: 10px 30px;
}

.ContactPage input[type="text"],
.ContactPage input[type="email"]{
	width: 90%;
}

.ContactPage textarea {
	width: 95%;
	margin-bottom: 20px;
}

.ContactPage input[type="submit"] {
	background: url('../images/send-enquiry.png') top left no-repeat;
	padding: 10px 30px;
	border: none;
	background-size: contain;
}


.lux-lighting-lifts .header{
	background: url('../images/inner-page-header.jpg') top center no-repeat;
	padding:50px 0;
}
.lux-lighting-lifts .header h1{
font-size: 48px;
line-height:normal;
color: #ffffff;
margin:0;
}

.lux-lighting-lifts .content{
	padding-top: 80px;
	padding-bottom: 80px;
}

.lux-lighting-lifts .content h3{	
	font-size: 30px;
	color: #2968c3;
	line-height: 40px;
	margin-bottom: 15px;
	text-align: left;
}

.lux-lighting-lifts .content .button{
	background: url('../images/make-an-enquiry-big.png') top center no-repeat;
}

.lux-lighting-lifts .content p{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

.lux-lighting-lifts .content .button-profile p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.lux-lighting-lifts .content .button-download p{
	font-size: 14px;
	color: #2968c3;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.lux-lighting-lifts .content .button-download span{
	float:right;
	font-size: 20px;
}

.lux-lighting-lifts .content .button-next p{
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.lux-lighting-lifts .content .button-next span{
	padding-left: 40%;
	font-size: 20px;
}

/*
.lux-lighting-lifts .content .col-md-4 p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	font-family: 'OpenSansBold',Arial,sans-serif;
}
*/

.lux-lighting-lifts .content ul{
	padding-left: 15px;
}

.lux-lighting-lifts .content ul li{
	line-height: 21px;
	font-size: 14px;
	color: #333333;
}
.lux-lighting-lifts .blue-button{
	display: inline-block;
	background: #2968c3;
	color: #ffffff;
	font-family: 'BebasNeueRegular',Arial,sans-serif;
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 24px;
	padding: 12px 24px;
	border-radius: 120px;
}
.lux-lighting-lifts .blue-button:hover,
.lux-lighting-lifts .blue-button:focus{
	text-decoration: none;
}

/* .lux-lighting-lifts .lux-lighting-types{
	clear:both;
} */

.lux-lighting-lifts .lift-models{
	margin-bottom: 80px;
}
.lux-lighting-lifts .lux-lift-static-row{
	display: flex;
	align-items: center;
	margin-bottom: 80px;
	flex-wrap: wrap;
	justify-content: center;
}
.lux-lighting-lifts .lux-lift-static-row .lux-lift-static-img{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:15px;
	flex-wrap: wrap;
}
.lux-lighting-lifts .lux-lift-static-row .lux-lift-static-img img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.lux-lighting-lifts .lux-lift-static-row .auto-stop-feature img,
.lux-lighting-lifts .lux-lift-static-row .adjustable-lowering-height img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.lux-lighting-lifts .lux-lift-optional{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.lux-lighting-lifts .lux-lift-optional .lux-lift-optional-images{
 	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lux-lighting-lifts .lux-lift-optional .lux-lift-optional-images img{
	max-width:calc(50% - 15px);
}
.lux-lighting-lifts .lux-lift-optional .lux-lift-optional-col{
	display: flex;
	flex-flow: column;
	margin-bottom: 30px;
}
.lux-lighting-lifts .lux-lift-optional .lux-lift-optional-col h4{
	margin-bottom: 0;
}
.lux-lighting-lifts .lux-lift-optional .lux-lift-optional-col p{
	margin-top:0;
}
.lux-lighting-lifts .lux-lift-static-row .lux-lift-static-img.two-img img{
	max-width:calc(50% - 15px);
}

.lux-lighting-lifts .lift-model-item{
	margin-bottom: 30px;
}


/*#### CONTACT ####*/

.button-download{
	padding: 10px;
	padding-left: 0px;
	color: #2968c3;
	border: 1px solid rgba(41, 104, 195, .5);
	margin-bottom: 40px;
}

.button-download p{
	padding-left: 10px;
}

.button-download span{
	color: #2968c3;
}

.button-download a{
	text-decoration: none;
}

.button-next{
	padding: 10px;
	padding-left: 0px;
	border-style: solid;
    border-width: 2px;
    border-color: #333333;
	margin-bottom: 40px;
}

.button-next p{
	padding-left: 10px;
}

.button-next span{
	color: #333333;
}

.button-next a{
	text-decoration: none;
}

.button-profile{
	padding: 10px;
	padding-left: 0px;
	background-color: #2968c3;
	color:#FFFFFF;
	margin-bottom: 15px;
	cursor:pointer;
}

.button-profile p{
	padding-left: 10px;
}

.button-profile span{
	color: #ffffff;
	float:right;
	font-size:20px;
}

.profile{
	display: none;
}

.profile p{
	padding-left: 10px;
	margin-top: 0px;

}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.cat-bucket{
	margin-bottom:30px;
}
.cat-bucket a{
	color:#333333;
}
.cat-bucket h3{
	margin:0;
	color:#333333;
	font-size: 24px !important;
    text-align: center;
}


.slick-slider iframe.slick-slide{
	width:525px;
	height:495px;
	margin-top:15px;
	margin-bottom:15px;
}


/***********************************
 Media Queries
************************************/

@media (max-width: 460px){

	.lux-lighting-lifts .lux-lighting-types-col{
		width:100%;
	}

	.lux-lighting-lifts .lux-lift-optional .lux-lift-optional-images{
		order: 3;
	}
	.lux-lighting-lifts .lux-lift-optional .lux-lift-optional-col h4{
		order:1;
	}
	.lux-lighting-lifts .lux-lift-optional .lux-lift-optional-col p{
		order: 2;
	}

	.lux-lighting-lifts .lux-lift-optional .lux-lift-optional-images img{
		max-width: 100%;
		margin-bottom:15px;
	}
	.lux-lighting-lifts .lux-lift-optional .lux-lift-optional-images{
		justify-content: center;
	}
	.lux-lighting-lifts .lift-model-item{
		width:100%;
	}
	.lux-lighting-lifts .lux-lift-static-row .lux-lift-static-img.two-img img {
		max-width: 100%;
	}
}

/* xs + sm */
@media (max-width: 991px){

	.lux-lighting-lifts .PDF{
		margin-top: 30px;
	}

	.lux-lighting-lifts .lux-lighting-types{
		margin-bottom: 30px;
	}

	.lux-lighting-lifts .lux-lift-optional{
		justify-content: center;
	}
	/* .lux-lighting-lifts .content h3{
		text-align: center;
	} */
	.lux-lighting-lifts .lift-model-item{
		margin-bottom: 30px;
	}

	.buy-now-button-mob{
		display: block;
	}

	.about .about-content{
		margin-bottom:80px;
	}
	
	.led-lighting .header{
		height:auto;
		background-size:cover;
	}
	
	.lift-applications .header{
		height:auto;
		background-size:cover;
	}

	.lux-lighting-lifts .header{
		height:auto;
		background-size:cover;
	}
	
	.ip-cctv .header{
		height:auto;
		background-size:cover;
	}
	
	.topnav .logo{
		padding: 25px 0;
		width:195px;
		height: auto;
	}
	
	.home .buckets{
		padding-bottom:0;
	}
	.home .buckets .bucket-col{
		margin-bottom:50px;
	}
	.Product #content h3 {
		display: block;
		border-top: 1px solid #e8e8e8;
		font-weight: bold;
		position: relative;
		padding-top: 30px;
	}
	.Product #content h3:after {
	 	content: "▼";
		font-size: 21px;
		position: absolute;
		top: 10px;
		top: calc(50% - 7px);
		right: 15px;
		transform: rotate(-90deg);
		transition: 0.4s ease all;
	}
	.Product #content h3.active:after {
		transform: rotate(0deg);
	}
	.Product #content .info {
		display: none;
	}
	.Product #content .info:first-child {
		display: block;
	}
}

/* md + lg */
@media (min-width: 992px){
	
}

/* xs */
@media (max-width: 767px){

	.lux-lighting-lifts .blue-button{
		width:100%;
		text-align: center;
	}

	/*
	.home .buckets .col-md-5ths{
		padding-bottom:25px;
	}
	*/
	.footer{
		text-align:center;
	}
	.home .mobile-slider{
		text-align:center;
		padding: 20px 0;
	}
	.home .mobile-slider h2 {
		font-size: 30px;
		line-height: 45px;
	}
	.home .enquiry h3{
		text-align:center;
		margin-bottom:15px;
	}
	.home .enquiry{
		text-align:center;
	}
	.home .enquiry .enq{
		display:inline-block;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.home .mobile-slider{
		padding:120px 0;
		text-align:center;
	}
	.home .enquiry h3{
		margin-bottom:15px;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.topnav ul.navi li{
		padding-right: 12px;
	}
	.topnav > .container{
		width:100%;
	}

}

@media (min-width: 992px) and (max-width: 1028px) {
	.topnav ul.navi li{
		padding-right: 5px;
	}
}

/* lg */
@media (min-width: 1200px){
	
}


@media (max-width: 480px){
	.led-lighting .header {
		padding: 20px 0;
	}
	.lift-applications .header h1,
	.lux-lighting-lifts .header h1,
	.ip-cctv .header h1,
	.led-lighting .header h1{
		font-size:30px;
	}
	.lift-applications .cat-bucket{
		display:block;
		width:100%;
	}
	.lux-lighting-lifts .cat-bucket{
		display:block;
		width:100%;
	}
	.ip-cctv .cat-bucket{
		display:block;
		width:100%;
	}
	
	.home .enquiry .enquiry-col h3{
		text-align:center;
	}
	.home .enquiry .enquiry-col{
		display:block;
		width:100%;
		text-align:center;
	}
	.home .enquiry{
		text-align:center;
	}
	.home .enquiry .enq{
		display:inline-block;
	}
	.ProductParent .led-lighting .content h3,
	.ProductChild .led-lighting .content h3 {
		line-height: 30px;
		margin-bottom: 30px;
	}
	.breadcrumbs {
		margin: 5px 15px;
	}
	.breadcrumbs a,
	.breadcrumbs span {
		font-size: 12px;
	}
}
