@charset "utf-8";
/* CSS Document */


.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00F;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}



.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 22px;
}
.Menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #F00;
	line-height: 22px;
}
.Menu2blue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #03F;
	line-height: 22px;
}



.MENU5 {
	border: 1px solid #FF0000;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, "MS Sans Serif", sans-serif;
	font-size: 10px;
	background-color: #FF0000;
	font-weight: bold;
}
.redblock {
	border: 1px solid #FF0000;
	color:#FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #FF0000;
	font-weight: bold;
	line-height: normal;
}


.Btxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.Btxt-r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}
.Btxt-r-l {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}

.Btxt-sale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	background-color: #FF0;
}


.Btxt-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	line-height: normal;
}
.Btxt-2r {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #F00;
	line-height: normal;
}

.Btxt-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	line-height: normal;
}

.Btxt-2sale {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	line-height: normal;
	text-decoration: line-through;
}


.Category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 32px;
}
.Category-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
}


.Links {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0000FF;
	line-height: 22px;
}
.Links-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	line-height: normal;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
.Links-r {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FF0000;
	line-height: normal;
}
.border1 {
	border: 1px solid #CCCCCC;
}

.Btxt-L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.xmas {
	background-color: #FEF200;
	background-image: url(../images/jc0613o.gif);
	background-repeat: repeat-x;
}

/* Mobile */

body {
background: #009;	
}

.last {
margin-right:0;	
}

.left {
float: left;
}

.right {
float:right;	
}

.clear10 {
height:10px;
display: block;
overflow: hidden;
clear: both;
}

.clear {
height:1px;
display: block;
overflow: hidden;
clear: both
}

.leftpad {
display: block;
padding-left:10px;
}

.container {
max-width: 950px;
min-width: 320px;
background: #fff;
}

@media (max-width: 480px) {
.container {	
max-width:90%;
width:90%;
padding:0;
margin:0 auto;
}
}

header {
min-height:110px;
background: #FEF200;
}

@media (max-width: 706px) {
header {	
min-height:160px;	
}
}

@media (max-width: 480px) {
header {	
min-height:110px;	
}
}


header img {
max-width:100%;
height: auto;
}

header .convert {
margin-right: 15px;
display: inline-block;
}

@media (max-width: 706px) {
	
header {
position: relative;	
}

header .header-image {
float:none !important;
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

header #logo {
top:30%;
width: 90%;
max-width: 440px;
}


header #catalogue {
top:67%;
width: 90%;
max-width: 300px;
}
}

@media (max-width: 480px) {

header #catalogue {
top:60%;
width: 80%;
max-width: 280px;
display: none;
}	
}

header .logo-wrap {
padding-left:2%;	
}

header .catalogue-wrap {
padding-right:2%;	
}

header .right-links {
text-align: right;
    display: inline-block;
    padding-right: 8%;
    margin-top: -25px;
    margin-bottom: 10px;
}

header .right-links a {
text-decoration: none !important;
}


@media (max-width: 706px) {
header .right-links {
padding-right:0;
position: absolute;
bottom:-6px;
text-align: center
	}
}

header #catalogue {
float: right;	
}

header .h1 {
position: static;
text-align: left;
font-family: verdana, sans-serif;
font-weight: 700;
font-size: 20px;
text-transform: uppercase;
letter-spacing: -1px;
}

@media (max-width: 825px) {
	header .h1 {
	 font-size: 16px;
	}
}

@media (max-width: 706px) {
header .h1 {
text-align: center;
width:100%;
position: absolute;
top:95px;
left:0;
}
}

@media (max-width: 480px) {
header .h1 {
font-size: 1.4rem;
top:65px;
	}
}

@media (max-width: 400px) {
header .h1 {
font-size: 1.35rem;
top:65px;
	}
}

@media (max-width: 340px) {
header .h1 {
font-size: 1.3rem;
top:60px;
	}
}

nav {
background: #000;
padding-left: 5vw;
padding-right:5vw;
display: flex;
max-height: 24px;
}

@media (max-width: 706px) {
nav  {
padding-left: 3vw;
padding-right:3vw;
}
}


nav ul {
text-align: center;
margin:0 auto 5px ;
line-height: 1.6;
}


nav a {
color:white;
font-size: 1.2rem;
font-weight: 700;
text-decoration: none;
}

@media (max-width: 706px) {
	nav a {
	font-size: 1.1rem;	
	}
}

@media (max-width: 480px) {
	nav a {
	font-size: 1rem;	
	}
}


nav ul li {
display: inline-block;
float:left;
margin:0 20% 0 0;
}

@media (max-width: 845px) {
nav ul li {
margin:0 18% 0 0;
}
}

@media (max-width: 760px) {
nav ul li {
margin:0 17% 0 0;
}
}

@media (max-width: 706px) {
nav ul li {
margin:0 8% 0 0;
float:none;
text-align: center;
}
}

.slicknav_menu {
display:none;
width:55%;
position: absolute;
top:3px;
left:-10px;
z-index: 1;
}


.slicknav_nav ul {
margin:0 !important;	
}

.slicknav_btn {
float: left !important;	
}


.wrap-box {
display: -ms-flexbox;
display: flex;
}

/*
.wrap-box .columns {
flex:0 1 1;
}

*/


.leftcolumn.three.columns {
margin-left:0;
padding-left:1.6%;
padding-right: 1.6%;
background: #ff0000;
width:24% !important;
}



@media (max-width: 706px) {	
.slicknav_menu {
display:block;
}

.slicknav_nav a {
color: #fff;
margin: 2px 3px 2px 10px !important;
padding: 0 0 0 5px !important;
font-size: 13px !important;
}

.leftcolumn  {
display: none;	
}

.leftcolumn  .left-menu {
display: none;	
}

.wrap-box {
overflow:visible;
}

.wrap-box .columns {
padding-bottom:0;
margin-bottom:0;
}
}


.leftcolumn .left-menu {
color: #fff;
paddinng-top:1%;
line-height: 2rem;
}

.leftcolumn .left-menu ul li {
margin:0;
list-style-type:none;
}

.leftcolumn .left-menu a {
color: #fff;
font-size: 1.3rem;
font-weight: 700;
text-decoration: none;
display: inline-block;
margin-bottom: 0.5%;
}


.leftcolumn .categories {
font-size: 1.25rem;
display: block;
border:1px solid white;
text-align: center;
padding:1px 2px;
margin: 5px 0 10px 0;
}


.leftcolumn .menu-title {
font-size: 1.25rem;
font-weight: 700;	
}

.leftcolumn  .menu-top {
padding-left: 0.5%;	
}


.rightcolumn.nine.columns {
width:73%;
margin-left: 1.5%;
padding-top:15px;
padding-right:15px;
padding-bottom: 30px;
}

@media (max-width: 706px) {
.rightcolumn.nine.columns {
width:95%;
position: relative;
	}
}
.page {
float:right;
}


.store {
background: #fff;
clear:both;
}

.store .section-title {
margin-bottom:20px;
}

.store tr, .store td {
text-align: center;	
}


.store td, .store tr {
border: none; 	
}

@media (max-width: 760px) {
.store {
margin-top:20px;	
}
}


@media (max-width: 706px) {
.rightcolumn h2 {
float:none;
margin-top:50px;
text-align: center;
}

.page {
clear:right;
float:right;
text-align: center;
margin-top: 15px;
}
}


.store .product img {
height:auto;
}


.store .product table tbody tr:last-child img {
height: auto;
width:85px;
}



.store .product table tbody tr:first-child img {
width: auto;
height: 170px;
}

.clocks .store .product table tbody tr:first-child img {
width: auto;
height: 120px;
}

.drum .store .product table tbody tr:first-child img {
width: auto;
height: 150px;
}


@media (max-width: 960px) {
.store .product table tbody tr:first-child img {
height: 140px;	
}

.clocks .store .product table tbody tr:first-child img {
width: auto;
height: 100px;
}
}

@media (max-width: 845px) {
.store .product table tbody tr:first-child img {
height: 130px;	
}
.clocks .store .product table tbody tr:first-child img {
width: auto;
height: 85px;
}
}

@media (max-width: 706px) {
.store .product table tbody tr:first-child img {
height: auto;
width:70% ;
}

.clocks .store .product table tbody tr:first-child img {
height: auto;
width:70% ;
}
}

@media (max-width: 706px) {
.store .product table tbody tr:last-child img {
width: 85px;
}
}


/* Products */

.store .row {
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
float: left;
clear: both;
width:100%;
}

.store .row:first-child {
margin-top: 15px;	
}

.store td {
margin: 0;
padding: 0;
}

.store td div {
line-height: 1em;	
}

.product.one-quarter.column {
width:23%;
margin-left:2%;
}


@media (max-width: 706px) {
.product.one-quarter.column {
width:100%;	
}
}

.product  input[type="submit"] {
border: 1px solid #FF0000;
color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, "MS Sans Serif", sans-serif;
font-size: 10px;
background-color: #FF0000;
font-weight: bold;
height: auto;
padding: 5px 8px;
border-radius: 0;
margin:10px 0;
line-height: 12px;
}

.product select {
font-family: Verdana, Arial, Helvetica, "MS Sans Serif", sans-serif;
font-size: 12px;
padding: 5px;
margin: 10px 0 5px 0;
line-height: 18px;
border: 1px solid #484848;
border-radius: 0;
height: auto;
}


.product form table tr:nth-child(5) td span {
padding-bottom: 10px;	
}

.product form table tr:nth-child(5) td a {
display: block;
margin-top: 5px;
}


/* Pages */

/* Home */

.sitemap-page table.map  {
width:100%;
}

.sitemap-page a  {
color: #fff !important;
text-decoration: none  !important;
}	

.sitemap-page .row.top   {
width:100%;
background: #000;
}

.home .lge-bk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}


.home .lge-r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #F00;
	margin-top: 0px;
	margin-bottom: 0px;
}
.home .Btxt-Lr {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	line-height: 14px;
}
.home .Btxt-Lb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #00F;
	line-height: 22px;
}
.home .Btxt-Lbk {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	line-height: 14px;
}
.home  .style4 {font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


@media (max-width: 960px) {
.home .lge-bk {
font-size: 20px;	
}
.home .lge-r {
font-size:18px;	
}

.home .Btxt-Lr {
font-size: 12px;
}

.home .Btxt-Lb {
font-size: 12px;	
}

.home .Btxt-Lbk {
font-size: 12px	
}
}


.row.top {
padding-top:10px;
background: #fef200;
float: left;
}

.row.top img {
width:100%;
height: auto;
}

.row.top .desktop {
display: block;
}

.row.top .mobile {
display: none;
}

@media (max-width: 706px) {
.row.top .desktop {
display: none;
}

.row.top .mobile {
display: block;
}
	
}

.row.second {
background: #FEF200;
text-align: left;
float: left;
width:100%;
padding:0 7.5% 0;
box-sizing: border-box;
}


.row.second  div.column:nth-child(2) {
margin-left:0
}

.row.second .text  {
 padding: 40px 0 0 0;
}

.row.second .text span {
font-family: verdana, sans-serif;
font-weight: 700;
letter-spacing: -1px;
font-size: 25px;
text-align: left;
line-height: 28px;
}

@media (max-width: 960px) {
	
	.row.second .text {
	  padding-left: 30px;
	}
	.row.second .text span {
	  font-size: 21px;

	}
}

@media (max-width: 845px) {
	.row.second .text {
	  padding-left: 40px;
	}
	.row.second .text span {
	  font-size: 18px;
	  line-height: 20px;

	}
	
}

@media (max-width: 706px) {
	.row.second .text {
	  font-size: 17px;
	  padding-left: 0;
	  padding-top:0;
	  margin-bottom: 15px;
	  text-align: center;
	  width:100%;
	}
	
	.row.second .text span {
		font-size: 17px;
	}
	
	
}

@media (max-width: 468px) {
	.row.second .text span {
	  font-size: 14px;
	}
}

.row.second .text .christmas {
 font-size: 18px;
 font-weight: 400;
}
@media (max-width: 706px) {
	.row.second .text .christmas {
	  font-size: 13px;
	}
}

.row.second img {
margin: 15px auto;
width:100%;
max-width: 163px;
height: auto;
display: block;
}

@media (max-width: 706px) {
.row.second img {
 width:27%; 	
}	
}

.row.third {
background: #FEF200;
text-align: center;
float: left;
box-sizing:border-box;
padding:0 5%;
margin-bottom: -15px;
}

.row.third .text {
font-family: verdana, sans-serif;
font-weight: 700;
letter-spacing: -1px;
font-size: 21px;
text-align: left;
line-height: 24px;
padding:0 5%;
}

@media (max-width: 845px) {
	.row.third .text {
		font-size: 18px;
        line-height: 20px;
	}
	
}

@media (max-width: 706px) {
	.row.third .text {
	   text-align: center;
	   font-size: 17px;
	}
	
	.row.third .text p {
	   font-size: 15px;
	}
	
}

.row.third .prices {
font-family: verdana, sans-serif;
font-weight: 700;
letter-spacing: -1px;
font-size: 19px;
text-align: left;
line-height: 21px;
padding: 0 15%;
margin-top:10px;
}

@media (max-width: 845px) {
	.row.third .prices {
		font-size: 17px;
        line-height: 19px;
	}
	
}

@media (max-width: 706px) {
	.row.third .prices {
	   text-align: center;
	   font-size: 17px;
	}
	
	.row.third .prices p {
	   font-size: 15px;
	}
	
}

.row.third .converter {
font-family: verdana, sans-serif;
font-weight: 400;
font-size: 18px;
}


@media (max-width: 706px) {
	.row.third .converter {
     	   font-size: 15px;
	}
}


.row.fourth {
background: #FEF200;
text-align: center;
padding:0 35px 0 35px;

}

.row.fourth .column, .row.fourth .column a {
position: relative;	
}

.row.fourth img {
width:100%;
height:auto;
}

.row.fifth {
background: #FEF200;
padding:35px;
}

 @media screen and (max-width:706px) {
	.row.fifth {
	margin-top:-20px;
  }
 }
 
  @media screen and (max-width:358px) {
	.row.fifth {
	margin-top:-40px;
  }
 }

.row.fifth .redblock {
font-family: verdana, sans-serif;
font-weight: 700;
letter-spacing: -1px;
font-size: 18px;
line-height: 23px;
padding: 15px;
text-align: center;
position: absolute;
bottom:255px;
}

@media (max-width: 845px) {
	.row.fifth .redblock {
	  font-size: 16px;
      line-height: 22px;
	  padding: 10px;
	}
}

@media (max-width: 770px) {
	.row.fifth .redblock {
	  font-size: 15px;
      line-height:19px;
	  padding: 10px;
	}
}

@media (max-width: 720px) {
	.row.fifth .redblock {
	  font-size: 14px;
      line-height:17px;
	  padding: 7px;
	}
}


.row.fifth .enq {
margin-top:-8px;	
}

.row.fifth .lge-r {
font-family: verdana, sans-serif;
font-weight: 700;
letter-spacing: -1px;
}

.row.fifth .Btxt-Lr {
color: #000;
font-size: 14px;
font-weight: 700;
letter-spacing: -1px;
}

.row.fifth .map-text {
color: red;
font-size: 17px;
line-height: 20px;
font-weight: 700;
font-family: 'Tahoma', sans-serif;
text-align: left;
}

.row.fifth .column.one-half {
line-height:2.05rem;
}

@media (max-width: 960px) {
.row.fifth .column.one-half {
line-height:2rem;
}
	
}

@media (max-width: 706px) {
.row.fifth .rightcol  {
clear: both;
margin-top:25px;
}	
}


.row.fifth .rightcol img {
width:100%;
max-width: 363px;
height: auto;	
}

.row.fifth .text-wrap{
background: #000066;
width:94%;
min-height:190px;
max-height:190px;
padding: 15px;
text-align: center;
font-size: 14px;
line-height: 16px;
}

.row.fifth .text-wrap img {
padding-right: 10px;
}

@media (max-width: 980px) {
	.row.fifth .text-wrap img {
		max-width: 210px;
		height: auto;
	}
}

@media (max-width: 845px) {
	.row.fifth .text-wrap img {
		max-width: 190px;
		height: auto;
	}
}

@media (max-width: 706px) {
.row.fifth .text-wrap img {
  width:100%;
  display: block;
  margin: 0 auto;
}

.row.fifth .text-wrap{
  font-size: 13px;	
}

.row.fifth .text-wrap .map-text {
	clear: both;
 	 width:100%;
	 text-align: center;
	 font-size: 14px;
}

.row.fifth .text-wrap div {
 float: none !important;
 }
}

@media (max-width: 468px) {
	.row.fifth .text-wrap .map-text {
	  	line-height: 15px;
	}
}

.row.fifth .text-wrap a {
color: #fff;
text-align: center;
display: block;
margin-top:-6px;
}

.row.sixth {
background: #FEF200;
padding:5px;
text-align: center;
}

 @media screen and (max-width:706px) {
	.row.sixth {
		margin-top:-30px;
	}
 }

.row.sixth .text {
font-family: verdana, sans-serif;
font-weight: 700;
letter-spacing: -1px;
font-size: 19px;
text-align: left;
line-height: 21px;
padding: 0 7%;
margin-top:10px;
}


 @media screen and (max-width:706px) {
	.row.sixth .text {
	text-align: center;
	font-size: 15px;
	}
	
 }
 
 
.row.sixth img {
width:100%;
max-width:435px;
height:auto;
}


      .home .lge-bk {
        line-height: 23px;
      }

      .home .row.third .Btxt-L {
        line-height: 18px;
      }

      .home .row.top {
        margin-top: 10px;
      }

      .home .row.fifth .column.one-half.leftcol,
      .home .row.fifth .column.one-half.rightcol  {
         min-height: 570px;
         position: relative; 
      }

      .home .row.fifth .text-wrap  {
	position:absolute;
	bottom:169px;
	left: 2px;

      }

      .home .image-wrapper {
        position: absolute;
        bottom: 0;
		right:10px;
      }

      @media screen and (max-width:706px) {
        .home .image-wrapper {
          position: static;
        }
      }

      .home .company {
        display: block;
      }

      .home footer #company-address {
        padding-bottom: 0; 
        padding-bottom: 3px;   
      }

      .home footer #copyright-link {
        padding-top: 0;
        padding-bottom: 10px;  

      }
	  
	  
	    @media screen and (max-width:728px) {
      .home .row.fifth .column.one-half.leftcol {
		 min-height:540px
	  }
      .home .row.fifth .column.one-half.rightcol  {
         min-height:570px;
       }
      }
	  
	  
	    @media screen and (max-width:685px) {
      .home .row.fifth .column.one-half.leftcol {
		 min-height:500px
	  }
      .home .row.fifth .column.one-half.rightcol  {
         min-height:570px;
       }
      }

      @media screen and (max-width:480px) {
        .home .row.fifth .column.one-half.leftcol {
          min-height: 530px;
        }
        .home .row.fifth .column.one-half.rightcol {
          min-height: 400px;
        }
      }
	  
	   @media screen and (max-width:360px) {
        .home .row.fifth .column.one-half.leftcol {
          min-height: 570px;
        }
        .home .row.fifth .column.one-half.rightcol {
          min-height: 400px;
        }
      }

      @media screen and (max-width:706px) {
        .home .home-banner {
          margin-bottom: 20px;
        }
      }
	  
	  
/*static pages*/

/*contact page*/ 
 
 .contact .rightcolumn tr td{
    
    text-align: left;
     }
 .contact .rightcolumn td{    
    border-bottom:none;
    padding-left:0;
    padding-bottom:0;
    padding-top:0;
    
    }
 .contact .rightcolumn .between1 {
	padding-top:0;
	}
	
 .contact .rightcolumn .between1 .Btxt	{
	line-height:1.2;
	padding-top:1px;
	
 }
 
 .contact .rightcolumn .between1 .Btxt {
	margin-bottom:0;
}

/*menu page*/

.menu-page .static-page-wrap .row:nth-child(1)  {
background: red;
min-height: 95px;
padding:10px 0;
}

.menu-page .body-wrap {
padding:2%;	
}


.menu-page .body-wrap a {
text-decoration: none	
}

.menu-page .body-wrap .clothing  {
font-size: 16px;
color: red;
display: block;
font-weight: 700;
}

.menu-page .body-wrap .Category {
margin-bottom: 20px;	
}

@media (max-width: 706px) {
.menu-page .static-page-wrap .row:nth-child(1) {
min-height: 150px
}
}

.menu-page .static-page-wrap .row:nth-child(1) .column{
position: relative;
}

.menu-page .static-page-wrap .row:nth-child(1) .column:nth-child(1) img {
width: 100%;
max-width: 160px;
margin-left: 7%;
margin-top: 4%;
}

.menu-page .static-page-wrap .row:nth-child(1) .column:nth-child(2)  {
 padding: 1.5%;
}	

.menu-page .Category-white {
display: block;
text-align: center;
width: 100%;
line-height: 20px !important;
}

@media (max-width: 706px) {
	
	
.menu-page .Category-white {
display: block;
line-height: 20px;
position: static;
}

.menu-page .Category-white.top {
position: static
}

.menu-page .Category-white.bottom {
position: static
}

}

.menu-page .Category-white a {
color: #fff;
text-align: center;
text-decoration: none;
}


@media (max-width: 706px) {
	
.menu-page .static-page-wrap .row:nth-child(1) .column:nth-child(1) img {
float: none !important;
position: static;
margin:15px auto;
display: block;
}	
}
    

footer {
clear: both;
text-align: center;
background: #009;

}

footer .top-footer{
background: #000;
position: relative;
padding: 10px;

}

footer .top-footer img {
width:100%;
max-width: 425px;
height:auto;
}

footer .sitemap {
text-align: center;
display: block;
font-size: 12px;
text-decoration: none;
} 

footer .Copyright {
color: #fff !important;
padding: 10px
}


footer .company {

	display: none;

}
