`@charset "utf-8";

/*===========================================
			Global Styles				
==============================================*/
*{padding:0; margin:0; outline:none}

img,fieldset{border:0}

a{text-decoration:none;}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	background:#fff;
	}

.clr{
	clear:both;
}
img{
	
}
@font-face {
    font-family: Arial, Helvetica, sans-serif;
    src: url('https://fusionbucket.co.uk/fonts/helvetica-compressed-webfont.eot');
    src: url('https://fusionbucket.co.uk/fonts/helvetica-compressed-webfontd41d.eot#iefix') format('embedded-opentype'),
         url('https://fusionbucket.co.uk/fonts/helvetica-compressed-webfont.woff') format('woff'),
         url('https://fusionbucket.co.uk/fonts/helvetica-compressed-webfont.ttf') format('truetype'),
         url('https://fusionbucket.co.uk/fonts/helvetica-compressed-webfont.html#helvetica_compressedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_compressedregular';
    src: url('https://fusionbucket.co.uk/fonts/helvetica-compressed-webfont.eot');
    src: url('https://fusionbucket.co.uk/fonts/helvetica-compressed-webfontd41d.eot#iefix') format('embedded-opentype'),
         url('https://fusionbucket.co.uk/fonts/helvetica-compressed-webfont.woff') format('woff'),
         url('https://fusionbucket.co.uk/fonts/helvetica-compressed-webfont.ttf') format('truetype'),
         url('https://fusionbucket.co.uk/fonts/helvetica-compressed-webfont.html#helvetica_compressedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*===========================================
			responsive css				
==============================================*/

/*==========dropdown start============*/

.dropdown {
	position: relative;
}
.dropdown-toggle {
 *margin-bottom: -3px;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
 *border-right-width: 2px;
 *border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu .divider {
 *width: 100%;
	height: 1px;
	margin: 9px 1px;
 *margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.open {
 *z-index: 1000;
}
.open > .dropdown-menu {
	display: block;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.35s ease;
	-moz-transition: height 0.35s ease;
	-o-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.collapse.in {
	height: auto;
}
/*==========dropdown end============*/
/*==========nav start============*/
.nav {
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
}
.nav > li > a {
	display: block;
}
.nav > li > a:hover {
	text-decoration: none;
	background-color: #eeeeee;
	color: #ffffff;
	background-color: transparent;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	background-color:rgb(141, 198, 63);
	color:#fff;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	color: #ffffff;
	background-color: #111111;
}
.navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #999999;
	border-bottom-color: #999999;
}

/*==========nav end============*/

/*==========navbar start============*/

.navbar {
 *position: relative;
 *z-index: 2;
	margin-bottom: 0;
	overflow: visible;
}
.navbar-inner {
	width:auto;
	text-align:left;
}
.navbar-inner:before, .navbar-inner:after {
	display: table;
	line-height: 0;
	content: "";
}
.navbar-inner:after {
	clear: both;
}

.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	    margin: 7px 10px 0px 0px;
}
.navbar .nav > li {
	float: left;
	/*background:url(https://fusionbucket.co.uk/images/nav_bar.png) no-repeat center right;*/
	
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:2px;
}
.navbar .nav > li#nobg {
	background-image:none;
}
.navbar .nav > li > a {
	float: none;
	    color: #fff;
   
    padding: 14px 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
}

#checkOut .modal-content {
    position: relative;
    background-color:#73305e !important;
}

.additems a{
		color:green;  
	  }
	  .roll-row{
		  background:#fff;
	  }
	  .theepos_catagery img{
		      width: 44px;
    margin-top: -10px;
    margin-left: 7px;
	  }
	  .widget-title{
		  text-align:center;
	  }
	  .menu-top {
    background:#f5f5f5;
	
}
	  .title1{
		      font-weight: bold;
    font-family: "robot";
    font-size: 18px;
    text-align: left;
    margin: 0px;
    padding: 1px 0px;
    /* background: #fd8f26; */
    color: #000;
				
	  }
	  .panel-heading {
		  background: red;
    margin: 3px;
    color: #fff;
	  }
	  .panel-body {
    padding: 5px;
    background: #e5e5e5;
}
.food-name h3{
	font-size: 14px
}
.categry-menu {
    
    padding: 0px !important;
    border-radius: 0px;
    
    z-index: 10;
}
.checkoutbuttonsgrey
{
	    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #fc8e26;
    border: 1px solid #fd8f26;
    text-align: center;
    width: 55%;
    line-height: 27px;
    margin-right: 15px;
    margin-top: 0px;
    background: none;
    border-radius: 50%;
}
.widget ul li:nth-child(odd) {
    padding: 6px;
    border-top: none;
	    border-bottom: 1px solid #ddd;
   
    
}.widget ul li  a.theepos_catagery{
	color:#000;
	padding:5px;
}
.item-padding:nth-child(odd)  {
	   background: #fff;
    /* padding-bottom: 30px; */
    height: 75px
}
.item-padding:nth-child(even)  {
	    border-top: 1px solid #777;
		border-bottom: 1px solid #777;
		 background: whitesmoke;
    /* padding-bottom: 30px; */
    height: 75px
}

.widget ul li:nth-child(even) {     padding: 6px;
	border-top: none;
    border-bottom: 1px solid #ddd;	
   }
   @media only screen and (min-width:767px)

{
	.food-detail1{
	padding-left:20px;
 
	font-size:13px;
	
	color:#000;
}
}
.item-padding td{
	padding-top:10px;
}
	.checkout-category  {
	background:#fff;
	        padding: 0px !important;
    border-radius: 0px;
}
.sidebar {
	background: #fff;
	 
    padding: 0px !important;
}
p.headcheckout
{
    color: #000;
    font-size: 15px;
    padding: 0;
    line-height: 20px;
    margin: auto;
    text-align: center;
    padding: 0 0 0 16px;
}
.theepos_yourorder{
font-weight:bold;
border-bottom:1px dashed #000;
line-height:30px;	
width:150px;
padding-left:10px;
color:#000;
}

.theepos_prices{
	width:150px;
	text-align:right; 
	font-weight:bold;
	border-bottom:1px dashed #000; 
	line-height:30px;
	padding-right:10px;
		color:#000;
}

.theepos_sgift_col1{
width:15px;
vertical-align:top;
padding-left:5px;
}
.theepos_sgift_col2{
width:150px;
padding-left:5px;
text-align:left;
line-height:17px;
padding-top:5px;
padding-bottom:5px;	
}
.theepos_sgift_col3{
text-align:right;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;	
	color:#000;
}

.theepos_sub_col1{
padding-left:5px;
border-top:1px dashed #000;
border-bottom:1px dashed #000;	
}
.theepos_sub_col2{
padding-left:5px;
line-height:24px;
border-top:1px dashed #000;
border-bottom:1px dashed #000;
text-align:left;
width:150px;	
	color:#000;
}
.theepos_sub_col3{
width:150px;
text-align:right;
	color:#000;
padding-left:10px;
border-top:1px dashed #000;
border-bottom:1px dashed #000;
}
.yo-title{
	background:#fd8f26;
}
.yo-title h5{
text-align:left;color:#fff;font-weight:bold;    font-family: inherit;    margin-top: 10px;margin-bottom: 10px;font-size: 18px;
}
.checkoutd {
  
    margin-bottom: 22px;
    padding: 7px;
}
.roll-menu .food-item {
    font-size: 13px;
    padding: 6px 0;
    color: #000;
    background-color: #fff;
    width: 100%;
    margin-bottom: 1px;
    -webkit-transition: background 0.3s, color 0.3s;
       -moz-transition: background 0.3s, color 0.3s;
        -ms-transition: background 0.3s, color 0.3s;
         -o-transition: background 0.3s, color 0.3s;
            transition: background 0.3s, color 0.3s;
		
}

.roll-menu .food-item .food-name,
.roll-menu .food-item .food-detail {

 
}

.roll-menu .food-item .food-name {
    width: 270px;
}
.food-detail{
	margin-left:20px;
	line-height:20px;
	font-size:13px;
}

.roll-menu .food-item .food-name h3 {
    font-size: 15px;
    line-height:23px;
    font-weight: 700;
    padding-left: 20px;
    margin: 0;
    -webkit-transition: color 0.3s;
       -moz-transition: color 0.3s;
        -ms-transition: color 0.3s;
         -o-transition: color 0.3s;
            transition: color 0.3s;
}

.roll-menu .food-item 
.roll-menu .food-item .food-price {
    line-height: 50px;
	margin-left:30px;
}

.roll-menu .food-item .food-price {
    width: 270px;
    float: right;
    text-align: right;
}

.roll-menu .food-item .food-price span {
    font-weight: 700;
    margin-right: 13px;
}
a.add-cart-1 {
      display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    text-align: center;
    width: 129px;
    height: 41px;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-top: 11px;
}
.roll-menu .food-item .food-price .add-cart {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #333739;
    text-align: center;
    width: 150px;
    height: 50px;
    margin-right: 15px;
}
.navbar .nav > li > a:hover{
	background:;
	color:#fff;
}
.navbar .nav > li.selected{
	background:#bb131a;
	color:#fff;
}
.navbar .btn-navbar {
	display: none;
	float: left;
	padding: 10px 12px;
	margin-right: 5px;
	margin-left: 5px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ededed;
 *background-color: #e5e5e5;
	background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
	background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
	background-repeat: repeat-x;
	border-color: #e5e5e5 #e5e5e5 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	cursor:pointer;
}
.navbar .btn-navbar .icon-bar {
	display: block;
	width: 21px;
	height: 3px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
	margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
.navbar .nav > li > .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}

.navbar-inverse .btn-navbar {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e0e0e;
 *background-color: #040404;
	background-image: -moz-linear-gradient(top, #151515, #040404);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
	background-image: -webkit-linear-gradient(top, #151515, #040404);
	background-image: -o-linear-gradient(top, #151515, #040404);
	background-image: linear-gradient(to bottom, #151515, #040404);
	background-repeat: repeat-x;
	border-color: #040404 #040404 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #040404;
 *background-color: #000000;
}
/*===========================================
			Global Styles	End			
==============================================*/

/*Start--------------------------------------------------Page LayOut*/
/*============================================
			Header
==============================================*/
#header{
	
	    margin: 0px auto 0;
    overflow: hidden;
    border-top: 5px solid #73305e;
    background:#ba8cb0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color:#73305e;
/* color:#FFF*/
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color:#73305e;
  color:#FFF;
}
.logo{
	width:45%;
	float:left;
}
.logo1{
	padding:2px;
	margin-left:38px;
}
.header_left{
	
	float:right;
}
.socal_txt{
	    float: right;
    margin-right: 4px;
    background:#73305e;
    border-radius: 0px 0px 5px 5px;
	padding: 0px 5px 5px 5px;
	}
.follow{
	margin-top:6px;
	
}
.process h4{
	    color: #73305e;
}
.follow h3{
	
	font-size:16px;
	color:#fff;
	font-weight:normal;
	line-height:26px;
	float:left;
}
a.face{
	width: 26px;
    height: 25px;
    float: left;
    margin-left: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    /* padding: 7px; */
    text-align: center;
    font-size: 15px;
    color: #fff;
}
a.face:hover{
		
}
a.twiter{
	width: 26px;
    height: 25px;
    float: left;
    margin-left: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    /* padding: 7px; */
    text-align: center;
    font-size: 15px;
    color: #fff;

}
a.twiter:hover{
	

}
a.gplus{
	width: 26px;
    height: 25px;
    float: left;
    margin-left: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    /* padding: 7px; */
    text-align: center;
    font-size: 15px;
    color: #fff;

}
a.gplus:hover{
	
}
.main_nav{
	
	margin:0 auto;
	    background:#73305e;
}
.main_nav_inner{
	
	min-height:60px;
	
	
}

/*============================================
			Banner
==============================================*/
.banner {

    overflow: hidden;
    margin: 6px auto 0;
/*background-image: url(https://fusionbucket.co.uk/img/dot.png); */
    transition: 1s;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.23);
}
.breadcrumbs .banner {
	width:35%;
}
.app-ban{
		background: url(https://fusionbucket.co.uk/img/wings-ban.png);
		background-size:100% 100%;
	}
.banner:hover {

    overflow: hidden;
    margin: 6px auto 0;
   

}
.banner h5{
	color:#fff;
}
.banner .btn-danger{

	 transition:0.5s ease-in;
}
.banner .btn-danger:hover{
	 background: rgba(25, 36, 9, 0.21);
}

/*============================================
			Page
==============================================*/

@media (min-width:1200px){
	
#page {
    width: 1150px;
    margin: 23px auto 0;
    padding: 25px 13px;
}
}

.welcome{
	width:auto;
	overflow:hidden;
}
.welcome_left{
	width:623px;
	float:left;
}
.welcome_left h3 {
  color: #323333;
  font-family: "helvetica_compressedregular";
  font-size: 35px;
  font-weight: normal;
  line-height: 37px;
  padding-bottom: 5px;
}
.welcome_left p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#262727;
	line-height:21px;
	text-align:justify;
	padding-bottom:15px;
}
.welcome_left p img{
	width:100%;
	}
.welcome_right{
	float:right;
}
.check{
	background:url(https://fusionbucket.co.uk/images/check_bg.jpg) repeat-x;
	height:108px;
	min-width:270px;
	padding:5px 14px 0;
	border:1px solid #ff0f0f;
	margin-bottom:13px;
}
.check:hover{
	background:url(https://fusionbucket.co.uk/images/check_bg_hover.jpg) repeat-x;
}
.check img{
	float:right;
	padding-left:20px;
}
.check h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	line-height:30px;
	color: #FFFFFF;
	padding-top:18px;
	text-transform:uppercase;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);

}
.book{
	background:url(https://fusionbucket.co.uk/images/book_bg.jpg) repeat-x;
	height:108px;
	min-width:270px;
	padding:5px 14px 0;
	border:1px solid #a16a0b;
	margin-bottom:13px;
}
.book:hover{
	background:url(https://fusionbucket.co.uk/images/book_bg_hover.jpg) repeat-x;
}
.book img{
	float:left;
	padding-right:20px;
}
.book h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	line-height:28px;
	color: #FFFFFF;
	padding-top:18px;
	text-transform:uppercase;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);

}
.book p{
	font-family:"Times New Roman", Times, serif;
	font-size:23px;
	color:#fff;
	line-height:30px;
	color: #FFFFFF;
	font-style:italic;
	padding-top:8px;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);

}
.location{
	background:url(https://fusionbucket.co.uk/images/location_bg.jpg) repeat-x;
	height:108px;
	min-width:270px;
	padding:5px 14px 0;
	border:1px solid #252525;
	margin-bottom:13px;
}
.location:hover{
	background:url(https://fusionbucket.co.uk/images/location_bg_hover.jpg) repeat-x;
}
.location img{
	float:right;
	padding-left:20px;
}
.location h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	line-height:30px;
	color: #FFFFFF;
	padding-top:18px;
	text-transform:uppercase;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);

}
.location p{
	font-family:"Times New Roman", Times, serif;
	font-size:23px;
	color:#fff;
	line-height:30px;
	color: #FFFFFF;
	font-style:italic;
	padding-top:8px;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);

}
.item h6{
color: #a51f1d;
}
 .item p span{
color: #7c8b9e;
}
  
/*========= Image Gallery ===============*/
.chef_menu{
	width:auto;
	overflow:hidden;
	margin:20px auto 0;
}
.chef_top{
	/* background:url(https://fusionbucket.co.uk/images/bar.png) repeat-x left 20px; */
	width:auto;
}
.chef_top h3 {
      /* background: none repeat scroll 0 0 #ec2328; */
    color: #73305e;
    font-family: robot;
    font-size: 28px;
    font-weight: normal;
    line-height: 37px;
    margin-left: 30px;
    padding: 0 7px;
    text-transform: capitalize;
    /* width: 170px; */
    text-align: center;
    font-weight: bold;
    border: 2px solid;
     width: 100px; 
	 margin-bottom: 40px;
	 margin-left:auto;
	 margin-right:auto;
}
.slide_box{
	width:auto;
	overflow:hidden;
	
}
.prev { 
	width:26px;
	height:56px;
	cursor:pointer;
	background:url(https://fusionbucket.co.uk/images/left.png) no-repeat;
	margin-bottom:30px;
	 }
.next { 
	width:26px;
	height:56px;
	cursor:pointer;
	background:url(https://fusionbucket.co.uk/images/right.png) no-repeat right;
	margin-bottom:30px;
	 }
	 
.publication_slider{
	width:900px !important;
	overflow:hidden;
	position:relative;
	}
.publication_slider ul {
	width:100%;
	position:relative;
	overflow:hidden;
	}
.publication_slider  ul li{
	list-style:none;
	float:left;
	overflow:hidden;
	width:160px !important;/*158*/
	height:144px;/*115*/
	border-radius:50%;
	padding:0px;
	margin:0 11px;
	background-size:100%;
	}
	.publication_slider  ul li a img{
		width:100%;
		height:100%;
	}
	

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel {
   background: #f5f5f5;
}

   
.owl-page, .owl-controls{
	display:none !important;
}
.star-rating-review {
        background: none;
}

/*============================================
			Footer
==============================================*/
#footer{
	width:auto;
	background:#363839;	
}
.roll-menu .food-wrap{
	    border-bottom: 1px solid #ccc;
}
#footer_top{
	
	margin:0 auto 20px;
	overflow:hidden;
	padding-top:30px;
}
.footer_top_inner h4{
	color:#8c8989;
	    font-family: 'Lora';
}
.footer_top_inner p,.footer_top_inner span{
	color:#8c8989;
	font-family: 'Lato';
	font-size:16px;
}
.go-top{
		  border: 2px solid #fff;
	 }
	 .foot-soc{
		 color: #8c8989;
	 }
	 .foot-soc i{
		         font-size: 19px;
     /*padding: 8px;
    border: 2px solid #73305e;
    border-radius: 50%; 
    width: 37px; */
    color: #8c8989;
	   
	 }
	 #footer .copy1{
			 //background-color: #282a2b;
			 text-align:center;
			 text-align: center; 
			 padding: 5px;
			 color:#8c8989;
		     font-size: 14px;
			 margin-bottom:0px;
	 }
	 
	 .menu li a{
		 color:#000;
		 }
		 .theepos_error b a{
	color:#000;
}
.right-checkout-1{
	z-index:10000;
}
.rating-input i{
	color:#E8C354;
}
.review{
	text-align:center;
	
	padding-right:28px;
}
.review h3 {
  border-bottom: 1px solid #323333;
  color: #a1a1a1;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.cus_review{
	width:auto;
	overflow:hidden;
	padding-top:10px;
}
.cus_review h4 {
  color: #a1a1a1;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.cus_review p {
  color: #a1a1a1;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
.cus_review a{
	color:#a1a1a1;
}
.cus_review a:hover{
	text-decoration:underline;
}


.footer_bottom_inner {
  margin: 0 auto;
  padding-top: 12px;
  width: 980px;
}
.footer_bottom_inner p {
  color: #777777;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 15px;
  padding-top: 10px;
}
.foot_logo {
  float: right;
  width: auto;
}
/*----Start----------------------------------Contact Us-------------*/
.contact_txt{
	width:auto;
	overflow:hidden;
}
.contact_txt h3{
	font-family:"Open Sans";
	text-align:left;
	font-size:30px;
	font-weight:normal;
	padding-bottom:0;
	color:#323333;
	line-height:30px;}
.contact_txt h4{
	font-family:"Open Sans";
	text-align:left;
	font-size:20px;
	margin-top:10px;
	font-weight:normal;
	padding-bottom:0;
	color:#323333;}
.contact_txt p{
	color: #262727;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 20px;
text-align: justify;
}
.contact_address{
	width:235px;
	overflow:hidden;
	float:left;}
.fieldset_inner{
	width:500px;
	margin:15px auto 0;}
.contact_addinfo{
	width:auto;
	border:1px solid #8e8f8f;
	border-radius:5px;
	padding:5px;
	margin-top:20px;}
.contact_addinfo p{
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#262727;
	text-align:left;}
.contact_addinfo a{
	color:#262727;
}
.contact_addinfo a:hover{
	text-decoration:underline;
}
.contact_addMap{
	width:233px;
	height:356px;
	margin-top:20px;
	border-radius:3px;
	border:1px solid #ccc;}
.page_content01{
	width:700px;
	float:right;
	background:url(https://fusionbucket.co.uk/images/onePix.html) no-repeat left center;
	padding-left:15px;}
.page_content01 p{
	width:664px;
	font-family:Arial;
	font-size:14px;
	color:#3a3a3a;
	padding-bottom:15px;
	text-align:justify;
	line-height:20px;}
.quote_Proposal{
	width:700px;
	overflow:hidden;
	}


.quote_Proposal fieldset {
    border: 1px solid #8e8f8f;
    margin-top: 15px;
    padding: 0 0 15px 17px;
    width: 674px;
	border-radius:6px;
}	
.quote_Proposal legend {
    color: #000;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.register_row{
	width:auto;
	overflow:hidden;
	padding:14px 0 0 0;
}
.register_label{
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	line-height:23px;
	font-size:15px;
	float:left;
	width:78px;
}
.register_label01 {
    color:#000;
    float:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 23px;
    width: 339px;
}
.register_txt{
	float:left;
	width:243px;/*243*/
	height:29px;
	 }
.register_input{
	font-family:Arial, Helvetica, sans-serif;
	color:#4B4B4B;
	border:0;
	background:none;
	float:left;
	width:301px;
	border-radius: 4px; 
	border:1px solid #cac9c8;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.085);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.085);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.085);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	padding:4px 5px;
	background-color:#FFF;
}
.register_input:focus{
	 border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.085), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.085), 0 0 10px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}
.register_txt00{
	float:left;
	width:232px;/*240*/
	 }
.register_textarea{
	font-family:Arial, Helvetica, sans-serif;
	color:#4B4B4B;
	border:0;
	background:none;
	float:left;
	width:302px;
	border-radius: 4px; 
	border:1px solid #cac9c8;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.085);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.085);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.085);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	padding:4px 5px;
	font-size:13px;
	text-align:justify;
	background-color:#FFF;
	height:83px;}
.register_textarea:focus{
	 border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.085), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.085), 0 0 10px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)
}
.radio_btn{
	width:85px;
	margin-top:5px;
	float:left;}	
.register_select01 {
    border: 1px solid #CAC9C8;
    border-radius: 4px 4px 4px 4px;
    color: #4B4B4B;
    float: left;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    height: 26px;
    margin-right: 4px;
    padding: 3px 0;
    width: 314px;
	background-color:#FFF;
}
.request_btn{
	width:439px;
	overflow:hidden;
	margin-top:10px;
	float:right;
	}
.checkBtn{
	padding-left:3px;}
.request_btn p{
	width:405px;
	overflow:hidden;
	margin-top:10px;
	float:right;
}
.request_btn a{
	margin: 0 13px 0 0;
	float:right;
	}
.contact_info{
	width:254px;
	overflow:hidden;
	margin-top:53px;
	border:1px solid #cccccc;
	padding-bottom:10px;
	border-radius:6px;}

.web_content h4 {
    color: #E54400;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: normal;
    line-height: 31px;
    width: 196px;
}
.contact_info h3{
    color: #19B0E8;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
	margin-left:10px;
}
.contact_info p{
	color: #474747;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding-left: 11px;
    text-align: justify;
    width: 229px;
	line-height:20px;
	padding-top:10px;
}
.contact_info p a{
	color:#474747;
	}
.contact_info p a:hover{
	text-decoration:underline;
}
.web_content{
	width:256px;
	float:right;
}
.lbl_txt{
	color:#000;}
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px Calibri;
	padding:0 16px;
	text-shadow:0px 1px 0px rgba(0,0,0,.2);
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	box-shadow:
		inset 0px 1px 0px rgba(255,255,255,.5),
		0px 1px 2px rgba(0,0,0,.3);
	line-height:35px;
}

/* rad */
.rad {
	color: #fff;
	border: solid 1px #c72425;
	background:#c60506;
	background: -webkit-linear-gradient(top,  #f53536, #ad1e1f);
	background: -moz-linear-gradient(top,  #f53536, #ad1e1f);	
	background: -o-linear-gradient(top,  #f53536, #ad1e1f);
	background: -ms-linear-gradient(top,  #f53536, #ad1e1f);
	background: linear-gradient(top,  #f53536, #ad1e1f);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f53536', endColorstr='#ad1e1f',GradientType=0 );
}
.rad:hover {
	border: solid 1px #c72425;
	background:#c60506;
	background: -webkit-linear-gradient(top,  #ad1e1f, #f53536);
	background: -moz-linear-gradient(top,  #ad1e1f, #f53536);	
	background: -o-linear-gradient(top,  #ad1e1f, #f53536);
	background: -ms-linear-gradient(top,  #ad1e1f, #f53536);
	background: linear-gradient(top,  #ad1e1f, #f53536);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1e1f', endColorstr='#f53536',GradientType=0 );
}
/* Blue */
.blue {
	color: #fff;
	border: solid 1px #10a8be;
	background:#069ec4;
	background: -webkit-linear-gradient(top,  #4e4e4e, #111111);
	background: -moz-linear-gradient(top,  #01badb, #0d7aa7);	
	background: -o-linear-gradient(top,  #4e4e4e, #111111);
	background: -ms-linear-gradient(top,  #4e4e4e, #111111);
	background: linear-gradient(top,  #4e4e4e, #111111);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#111111',GradientType=0 );
}
.blue:hover {
	border: solid 1px #10a8be;
	background:#069ec4;
	background: -webkit-linear-gradient(top,  #111111, #4e4e4e);
	background: -moz-linear-gradient(top,  #0d7aa7, #01badb);	
	background: -o-linear-gradient(top,  #111111, #4e4e4e);
	background: -ms-linear-gradient(top,  #111111, #4e4e4e);
	background: linear-gradient(top,  #111111, #4e4e4e);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#4e4e4e',GradientType=0 );
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #858a7f;
	-webkit-box-shadow:inset 0px 1px 0px 0px #858a7f;
	box-shadow:inset 0px 1px 0px 0px #858a7f;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #424242));
	background:-moz-linear-gradient(top, #666666 5%, #424242 100%);
	background:-webkit-linear-gradient(top, #666666 5%, #424242 100%);
	background:-o-linear-gradient(top, #666666 5%, #424242 100%);
	background:-ms-linear-gradient(top, #666666 5%, #424242 100%);
	background:linear-gradient(to bottom, #666666 5%, #424242 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#424242',GradientType=0);
	background-color:#666666;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #292929;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2a3025;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #424242), color-stop(1, #666666));
	background:-moz-linear-gradient(top, #424242 5%, #666666 100%);
	background:-webkit-linear-gradient(top, #424242 5%, #666666 100%);
	background:-o-linear-gradient(top, #424242 5%, #666666 100%);
	background:-ms-linear-gradient(top, #424242 5%, #666666 100%);
	background:linear-gradient(to bottom, #424242 5%, #666666 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#666666',GradientType=0);
	background-color:#424242;
}
.myButton:active {
	position:relative;
	top:1px;
}
/*Start--------------------------------------------------gallery LayOut*/
.gallery_content{
	width:auto;
	overflow:hidden;
	border-radius:5px;
	margin:0px 0;
}
.photo_gallery{
	width:auto;
	overflow:hidden;
	text-align:left;
}
.photo_gallery h4{
	color: #323333;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 0;
  text-align: left;
}

.gallery_content h3{
	font-family:"Open Sans Light";
	color:#FF0406;
	font-size:30px;
	text-align:left;
	}
.photo_gallery_inner{
	width:984px;
	overflow:hidden;
}
.photo_gallery_inner ul{
	width:100%;
	overflow:hidden;
}
.photo_gallery_inner ul li{
	list-style:none;
	float:left;
	padding-right:7px;
	padding-bottom:15px;
}
.photo_gallery_inner ul li img{
	border:5px solid #181818;
}

.photo_gallery_inner ul li.nospace{
	padding-right:0;
}
#photo-gallery-area
{
width:auto;
float:none;
overflow:hidden;
margin-top:10px;
}

#photo-gallery-area ul
{
width:100%;
overflow:hidden;
}

#photo-gallery-area ul li
{
margin:10px 25px;
float:left;
border:1px solid #444;
list-style:none;
}
.head_button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px "Open Sans Light";
	padding:0 0px;
	text-shadow:0px 1px 0px rgba(0,0,0,.2);
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	
	line-height:30px;
	margin-top:4px;
	margin-right:4px;
}

/* Logon rad */
.login_rad {
	color: #000;
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f53536', endColorstr='#ad1e1f',GradientType=0 );
}
.login_rad:hover {

	background:#c60506;
	background: -webkit-linear-gradient(top,  #ad1e1f, #f53536);
	background: -moz-linear-gradient(top,  #ad1e1f, #f53536);	
	background: -o-linear-gradient(top,  #ad1e1f, #f53536);
	background: -ms-linear-gradient(top,  #ad1e1f, #f53536);
	background: linear-gradient(top,  #ad1e1f, #f53536);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1e1f', endColorstr='#f53536',GradientType=0 );
}
/* login Blue */
.login_blue {
	color: #fff;

	background:#f50e1d;
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#111111',GradientType=0 );
}
.login_blue:hover {

	color:#000;
}
.footertcondition{
	width:auto;
	margin-top:10px;
	}
.footertcondition h3 {
  border-bottom: 1px solid #323333;
  color: #a1a1a1;
  font-family: "Open Sans Light";
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.footertcondition p {
  color: #a1a1a1;
  font-family: "Open Sans Light";
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  margin-top:8px;
}
.footer_top_inner{
	width:auto;}
.order_hotline{
	width:auto;
	overflow:hidden;
	}
.order_hotline h3 {
  color: #fff;
  float: left;
  font-size: 16px;
  line-height: 22px;
}
.order_hotline p{
	float:left;
	color:#fff;
	font-size:18px;
	padding-left:8px;
	font-weight:bold;}
.follow_inner_box {
  width: auto;
}
.footer_bottom_inner p a{
	color: #777777;
    margin:0 10px;
	}
.privecy_tbl_wrapper p{
	font-size:14px;
	color:#444;
	line-height:22px;
	text-align:justify;
	}
.privecy_tbl_wrapper ul{
	width:100%;
	overflow:hidden;
	}
.privecy_tbl_wrapper ul li{
	font-size:14px;
	line-height:18px;
	color:#444;
	background: url(https://fusionbucket.co.uk/images/dot_new.png) no-repeat left 2px;
	padding-left:20px;
	}
.contact_txt_new {
  float: left;
  height: 29px;
  width: 243px;
}
.contact_label_new {
  color: #444;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 15px;
  line-height: 23px;
  width: 78px;
}
.contact_textarea_new {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #cac9c8;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.086) inset;
  color: #4b4b4b;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  height: 83px;
  padding: 4px 5px;
  text-align: justify;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  width: 302px;
}


.page-slider {
	height: 385px;
}

.page-slider .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

	/*background: url(https://fusionbucket.co.uk/img/mask.png);*/
	background-attachment: fixed;
}
.padding-20
{
	padding-top:150px;
}
.padding-50
{
	padding-top:50px;
}
.padding-30
{
	padding-top:30px;
}
.padding-40
{
	padding-top:40px;
}.hygenic1 img{
		   
			padding:10px
	}
@media (min-width:440px) and (max-width:976px){
	.hygenic1 img{
		    width: 68%;
    padding: 29px;
	}
}
@media (max-width:450px){
	.hygenic img{
		    width: 40%;
   text-align:center;
	}
}
.owl-item .item p span,.owl-item .item h6{
	color:#fff;
}