@charset "utf-8";
/* CSS Document */

/*@font-face {
  font-family: 'MyWebFont';
  src: url('../fonts/'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS 
}
*/

@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/Baskerville/Baskerville.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Baskerville/Baskerville.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Baskerville/Baskerville.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Baskerville/Baskerville.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Baskerville/Baskerville.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Baskerville/Baskerville.svg#svgFontName') format('svg'); /* Legacy iOS */
}
*{
	margin:0;
	padding:0;
}

html, body {
	background:#e3e3e3;
	font-family:'Josefin Sans';
	font-weight:normal;
	line-height:150%;
	font-size:105%;
}

.no_padding{
	padding:0!important;
}

#hidden_menu{
	position:fixed;
	z-index:99999;
	background:url(../images/transparent-white.png) repeat;
	vertical-align:middle;
	display:table-cell;
	font-family:'Josefin Sans';
	margin-top:12px;
	margin-left:-500px;
}
#menu_icon{
	float:left;
	width:50px;
	margin:10px 0;
	cursor:pointer;
	display:none;
}

#menu_icon .menu_bar{
	float:left;
	width:60%;
	width: calc(100% - 20px);
	height:5px;
	background:#d5302b;
	margin:2px 10px;
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
}

#hidden_menu ul{
	float:left;
	width:200px;
	display:none;
}

#hidden_menu ul li{
	float:left;
	list-style:none;
	width:100%;
}


#hidden_menu ul li a {
    display: block;
    text-decoration: none;
    padding: 8px;
    text-transform: uppercase;
    color: #7d7d7d;
    font-size: 14px;
    border-bottom: dashed 1px #eee;
}

#hidden_menu ul li a:hover{
	font-weight:bold;
	color:#d5302b;
	font-family:'Josefin Sans';
}

.page{
	float:left;
    width: 100%;
    overflow-x: hidden;
	position:relative;
	margin: -1px 0 0!important;
}

/*.page:nth-child(odd){
	background:#000;
}*/

.page-style-2{
	float:left;
	width:100%;
	position:relative;
}

.wrap-center{
	width:96%;
	margin:2% auto;
	position:relative;
}

.wrap-center2{
	width:96%;
	margin:2% auto;
	position:relative;
}

#banner-section{
	float:left;
	width: 85%;
    margin-left: 15%;
	min-height: 100vh;
	background-image:url(../images/intro-banner.jpg);
	background-attachment:fixed;
	background-position:top right;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#home-intro{
    float: right;
    width: 40%;
	color: #fff;
    margin: 25% 5% 0 0;
	font-weight:lighter;
	position:relative;
}

#tagline{
	right: 5vw;
    top: 71vh;
    color: #fff;
    position: relative;
    position: absolute;
	margin:0;
}

#tagline img{
	width:65vh;
}

.btn-takeatour{
	float:right;
	margin:3% 30px 10px 56%;
    text-decoration: none;
    color: #fff;
    border: solid 3px #fff;
    padding: 0 15px;
    text-transform: uppercase;
    font-family: 'Josefin Sans';
}
#menu-section{
	position:fixed;
	z-index:9999;
	width:15vw;
	height:100%;
	/*background:url(../images/transparent-white.png) repeat;*/
	background:#fff;
}

#logo{    
	width: 80%;
    margin: 10%;
}

#logo img{
	width:100%;
}

#main-menu{
	float:left;
	font-family:'Josefin Sans';
	width:100%;
	margin:0;
	text-align:center;
}

#main-menu ul{
}

#main-menu ul li{
	list-style:none;
	padding:0;
	width: 100%;
}



#main-menu ul li a{
	text-decoration:none;
	color:#7d7d7d;
	text-transform:uppercase;
	font-size:15px;
	display:block;
}

#main-menu ul li a:focus{
	background-color:transparent!important;
}

#main-menu ul li.current a, #main-menu ul li a:hover{
	font-weight:bold;
	color:#d5302b;
	font-family:'Josefin Sans';
}

#main-menu ul li a:hover{
	background:none!important;
}

#main-menu ul li.current a{
	/*background:url(../images/transparent-white-arrow.png) no-repeat center right;*/
}

img.menu_arrow{
	position: absolute;
    right: -20px;
    top: -4px;
}

#menu-section-arrow{
	display:none;
	position:absolute;
	left:280px;
	width:30px;
	height:100%;
	background:url(../images/transparent-white-arrow.png) no-repeat -10px 70%;
}

/*-----------------------CATEGORY STYLING - SHOP SECTION-------------------------------*/
.businesses{
	height:210vh;
	overflow:hidden!important;
	position:relative;
	margin:0!important;
	padding:0!important;
	z-index:999;
}

.cat_banner{
	height:100%;
	min-height:0;
	-webkit-background-size: cover!important;
  	-moz-background-size: cover!important;
  	-o-background-size: cover!important;
  	background-size: cover!important;
	left:15%;
}

.category-name{
	color:#ffffff;
	position:absolute;
	bottom:20px;
	left:20px;
	width:90%;
}

.category-name h1{
	font-size:90px;
	text-transform:uppercase;
	font-family:'Josefin Sans';
	line-height: 80%;
	/*letter-spacing:10px;*/
}

.cat_controls{
	position:absolute;
	right:5%;
	bottom:5px;
	text-align:right;
}

.cat_controls a{
	color:#fff;
	padding:0 3px;
}

.cat_controls a:hover, .cat_controls a.active{
	color:#ed1c25;
}

.category-menu-arrow{
	position:absolute;
	height:100%;
	right:0;
	background:url(../images/transparent-black-arrow.png) no-repeat 100% 80%;
}
/*-----------------------CATEGORY STYLING - SHOP SECTION END-------------------------------*/


/*-----------------------CATEGORY STYLING - SHOP MENU-------------------------------*/
.category-menu{
	height:210vh;
	width:20vw;
	position:absolute;
	right:0;
	overflow:hidden;
	background:#000;
	text-align:center;
}

.subcat_name{
	font-size:20px;
	text-transform:uppercase;
	font-family:'Josefin Sans';
	font-weight:500;
	margin:5% 0 0;
	/*letter-spacing:5px;*/
	color:#fff;
	text-align:left;
	margin-bottom:15px;
     font-weight:bold;
}

a.menu-control{
	float: left;
	text-decoration:none;
	color:#fff;
	font-family:'Josefin Sans';    
    width: 100%;
	overflow:hidden;
    font-size: 80px;
    font-weight: 300;
}

.shops-menu{
	width:100%;
	height:80%!important;
	overflow:hidden;
	text-align:center;
	/*display: table;
	position:absolute;*/
}

.shops-menu ul{
	margin:0;
	padding: 0;
  	display: table-cell;
  	vertical-align: middle;
	display:none;
}

.shops-menu ul:first-child{
	display:block;
}

.shops-menu ul li{
	list-style:none;
	padding:10px;
}



.shops-menu ul li a{
	text-decoration:none;
	font-family:'Josefin Sans';
	color:#eee;
	font-size:17px;
	text-transform:uppercase;
	display:block;
}

.shops-menu ul li a:hover{
	color:#d5302b;
	font-weight:bold;
}

#shopping-shops{
	height:100% !important;
}

ul.collapse_menu{
	display:block;
	text-align:left;
}

ul.collapse_menu li{
	padding:0px 0;
}

ul.collapse_menu li a{
	font-size:13px;
}

ul.collapse_menu > li > ul{
	margin-left:20px;
}

ul.collapse_menu li a.active{
	color:#d5302b;
	font-weight:bold;
}

ul.menu_level_3{
}

ul.menu_level_3 li{
	display:block;
}
ul.menu_level_3 li a{
	text-transform:uppercase;
	font-size:13px;
}

ul.menu_level_3 li a.active{
	color:#d5302b;
}

div.shop_brief {
    position: absolute;
    background: #fff;
    width: 370px;
	padding:10px;
    z-index: 9999999;
    right: 10vw;
	display:none;
}

.brief_content{
	float:left;
	width:100%;
  	overflow-x: auto;
}

.brief_content h1{
	margin: 0 0 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.brief_arrow{
	background:url(../images/transparent-white-arrow.png) no-repeat center right;
	float: right;
    right: -1.2vw;
    width: 30px;
    height: 30px;
    top: 3.8vh;
	position:absolute
}

/*-----------------------CATEGORY STYLING - SHOP MENU END-------------------------------*/


/*-----------------------CATEGORY STYLING - SHOP INFO-------------------------------*/
.shops-info{
	background:url(../images/bg-village-market.jpg) no-repeat top left fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	margin-top:-2%;
	height:0px;
	overflow:hidden!Important;
}

.shop-info{
	padding: 4% 1% 2%;
    width: 85%!Important;
	position:absolute;
	left:15%;
	color:#fff;
}

.shop-info .shoplogo{
	max-width:250px;
	margin-bottom:50px;
}

.shop-info h1, .shop-info h3{
	font-weight:normal;
	line-height:130%;
}

.shop-info h1.slogan{
	margin-bottom:50px;
}

.shop-info a{
	color:#fff;
	text-decoration:none;
}

.shop-info p{
	margin:0 0 10px;
}

.shop-left{
	float:left;
	width:48%;
}

.shop-right{
	float:right;
	width:47%;
}

.shop-left-70{
	float:left;
	width:68%;
}

.shop-right-30{
	float:right;
	width:27%;
}


.shop-contact{
	margin:20px 0;
	font-size:20px;
}

.shop-opening-hours{
	border-bottom:solid 2px #fff;
	margin:30px 0;
	font-weight:300;
	font-size:25px;
	padding-bottom:5px;
}

/*-----------------------CATEGORY STYLING - SHOP INFO END-------------------------------*/


#deals{
	float:left;
	width:43%;
	height:80%;
	background:#fcfcf9;
	border:solid 1px #ddd;
	padding:20px 0;
	font-family:'Josefin Sans';
	position:relative;
	z-index:9;
}

#videotour{
	float:right;
	width:55%
}



#contacts{
	height:auto!important;
	margin:0;
	padding: 0 0 0 15%;
}

#magazine{
	height:auto!important;
}

#bonus_card{
	padding:30px 0 0 15%;
	text-align:center;
}

#bonus_card tr:first-child td:first-child{
	width:40%;
	padding:40px 40px 0;
}

#bonus_card td{
	padding:0 40px;
}


#bonus_card img{
	width:100%;
	max-width:300px;
}

#bonus_card h1{
	font-family:'Josefin Sans';
	color:#383836;
	margin:-25px 0 10px;
	letter-spacing:5px;
	word-spacing:10px;
}



#dine, #shop, #csr, #events{
	min-height: 116vh;
}
#dine .module-section, #shop .module-section, #csr .module-section, #events .module-section {
	min-height: 100vh;
}

/*------------------STYLEGUIDE CSR MODULE--------------------*/
.csr-menu-controls{
	display:none;
}

.verticlecenter{
	display: table-cell;
    vertical-align: middle;
}



.contact{
	float:left;
	padding: 15px;    
	height: 300px;
    overflow: hidden;
	background:url(../images/bg-contacts.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	color:#fff;
}

.location{
	float:left;
	height: 300px;
    overflow: hidden;
}

#contact-form{
	float:left;
	width:55%;
	text-align:center;
}

#contactus{
	float:right;
	width:43%;
	text-align:center;
	margin-top: 42px;
}

#contact-form h2{
	font-weight:300;
	text-align:left;
	margin:0 0 20px;
}

#contact-form .inputtext{
	float:left;
	width:44%;
	background:none!important;
	border:solid 1px #fff;
	color:#fff;
	padding:2% 4%;
	margin:1%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#contact-form .inputtextarea{
	float:left;
	width:90%;
	background:none!important;
	border:solid 1px #fff;
	color:#fff;
	padding:2% 4%;
	margin:1%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#contact-form .inputsubmit{
	margin:auto;
	width:100px;
	background:none!important;
	border:none;
	color:#fff;
	padding:4% 2%;
	font-weight:bold;
	font-size:20px;
	font-weight:300;
	cursor:pointer;
}

#contactus .shop-contact{
	float:left;
	width:100%;
	font-size:100%;
	margin:5px 0;
	text-align:left;
}

#contactus .shop-contact a{
	color:#fff;
	text-decoration:none;
}

#contactus .shop-contact img{
	width:50px;
}

.social_media_icons{
	position: fixed;
    width: 15%;
    z-index: 9999;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

#contactus .social-icons{
    background: #666;
    padding: 3px 10px;
    color: #fff;
    font-size: 15px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 5px 5px 0 0;
    -khtml-border-radius: 0 5px 5px 0;
}

#map {
	height: 100%;
}

.scroll-pane, .scroll-pane-arrows{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}

.bonuscardapplication{
	text-align:left;
	margin-bottom:20px;
}

.bonuscardapplication label{
	margin: 7px 0;
	font-weight: normal;
}

.bonuscardapplication input{
	width:100%;
	margin: 7px 0;
	padding: 2px 0;
}

.bonuscardapplication input[type="submit"]{
	background: #d5302b;
    color: #fff;
    border: 0px;
    font-weight: bold;
    padding: 5px;
	margin-bottom: 30px;
}

.bonuscardapplication input[type="radio"]{
	width:auto!important;
}

.bonuscardapplication select{
	width:100%;
	margin: 5px 0;
    padding: 5px 0;
}

.asteric{
	color: #d5302b;
}






@media screen and (max-width: 1250px) {
	#tagline {
		
	}
	
	#events-control{
		font-size: 30px;
	}
	
	#events-control a{
		width:30px;
	}
	
	span.event-title {
		text-align: center;
		letter-spacing: 10px;
		margin-top: 20px;
		display: inline-block;
	}
	
	#village_beat h1 {
		font-size: 40px;
		letter-spacing: 8px;
	}
}

@media screen and (max-width: 1024px) {
	#tagline {
	}
	.offershop {
		font-size: 30px;
		width: 44%;
	}
	.enddate {
		width: 16%;
	}
	.category-name h1 {
		font-size: 100px;
	}
	.wrap-center #contact {
		clear:both;
		float:none;
		width: auto;
	}
	.wrap-center #location {
		clear:both;
		float:none;
		width: 100%;
		height: 500px;
	}
	.wrap-center #contact-form .inputtext {
	    width: 38.5%;
	}
	#bonus_card img {
		max-width: 90%;
	}
	.category-name h3 {
		max-width: 50%;
	}
	
	#events-control{
		font-size: 25px;
	}
	
	#events-control a{
		width:25px;
	}
	
	span.event-title {
		text-align: center;
		letter-spacing: 10px;
		margin-top: 20px;
		display: inline-block;
	}
	
	#village_beat h1 {
		font-size: 35px;
		letter-spacing: 8px;
	}
	
	#village_beat ul li a {
		background: url(../images/arrow-right-white-small2.png) no-repeat 95% 50%;
	}
}


@media screen and (max-width: 960px) {
	#tagline {
	}
	.offershop {
		font-size: 30px;
		width: 44%;
	}
	.enddate {
		width: 16%;
	}
	.category-name h1 {
		font-size: 100px;
	}
	.wrap-center #contact {
		clear:both;
		float:none;
		width: auto;
	}
	.wrap-center #location {
		clear:both;
		float:none;
		width: 100%;
		height: 500px;
	}
	.wrap-center #contact-form .inputtext {
	    width: 38.5%;
	}
	#bonus_card img {
		max-width: 90%;
	}
	.category-name h3 {
		max-width: 50%;
	}
	
	#events-control{
		font-size: 25px;
	}
	
	#events-control a{
		width:20px;
	}
	
	span.event-title {
		text-align: center;
		letter-spacing: 10px;
		margin-top: 20px;
		display: inline-block;
	}
	
	#village_beat h1 {
		font-size: 23px;
		letter-spacing: 8px;
	}
	
	#village_beat ul li a {
		padding: 5% 8%;
		background: url(../images/arrow-right-white-small2.png) no-repeat 95% 50%;
	}
}
@media screen and (max-width: 800px) {
	#main-menu {
		width: 100%;
		height: 100vh;
		margin-left: 0;
		padding-top: 20px;
		background: #fff;
	}
	
	#menu-section {
		width: 15%;
    	height: 100vh;
	}
	
	#main-menu ul li a {
		padding: 15px 20px 15px 0;
		line-height:100%;
	}
	
	#menu-section-arrow {
		display:none;
	}
	
	#logo {
		margin: 0;
		padding: 5px;
		text-align: center;
		float: right;
		width: 100%;

	}
	
	#logo img {
		width: 100%;
	}
	#home-intro {
		float:left;
		width: 60%;
		margin: 260px 20px 20px;
	}
	
	#tagline {
		width: 85%;
		color: #fff;
		text-align: center;
		position: absolute;
		top: inherit;
		bottom: 0;
	}
	#tagline img{
		width:65vw;
	}
	
	
	
	#banner-section {
		min-height: 60vh;
		background-position: center top;
		background-attachment:inherit;
	}

	#home-intro {
		display:none;
	}
	
	
	.businesses {
		height: 50vh;
	}
	
	#deals {
		float:none;
		width: auto;
	}
	
	#videotour {
		width: 390px;
		margin: 10px auto;
		float:none;
	}
	#event-about, #event-photo {
		clear:both;
		float:none;
		width: auto;
	}
	#village_beat h1 {
		font-size: 20px;
		letter-spacing: 5px;
	}
	#village_beat ul li a {
		padding: 5px 30px 5px 10px;
	}
	.shop-right, .shop-left {
		float:none;
		width: auto;
	}
	
	.cat_banner {
		width:85%;
	}
	
	.category-name {
		position: absolute;
		padding: 10px;
		bottom: inherit;
		margin: 0;
		width: 100%;
		top: 0;
		left:0;
	}
	.category-name h1 {
		letter-spacing: 5px;
		font-size: 50px;
		padding:0;
		margin:0;
		line-height:100%;
	}
	.category-name h3 {
		letter-spacing: 3px;
		max-width: 70%;
		font-size: 16px;
	}
	
	div.shop_brief {
		right:23.5%;
		margin-top: -30px;
	}
	
	.cat_controls {
		width: 70%;
		right: 0;
	}
	.wrap-center {
		height: auto;
	}
	.category-menu {
		position: absolute;
		padding: 5px 8px;
		height: 100%;
		z-index: 99999;
	}
	.shops-menu {
		position:relative;
	}
	.shop-menu-controls {
		top: 30px;
		right: 10px;
		width: auto;
		left: auto;
		font-size: 40px;
	}
	
	.shops-menu ul li {
		padding: 3px;
	}
	
	.shops-menu ul li a {
		font-size: 13px;
		line-height: 120%;
		padding: 5px 0;
	}
	
	.subcat_name {
		font-size: 20px;
		margin: 4% 0 0;
	}
	
	a.menu-control {
		font-size: 50px;
	}
	.shop-contact {
		font-size: 16px;
	}
	.category-menu-arrow {
		display:none;
	}
	#dine, #shop, #csr, #events {
		min-height: 50vh;
	}
	#dine .module-section, #shop .module-section, #csr .module-section {
		min-height: auto;
	}
	
	#bonus_card h1 {
		letter-spacing: 0;
		word-spacing: 0;
	}
}



@media screen and (max-width: 600px) {
/*@media screen and (max-width: 480px) {*/
	.page{
		width:100vw;
		overflow:hidden;
	}
	
	#logo{
		float:left;
		width: 100px;
	}
	
	#logo img {
		width: 100px;
	}
	
	#menu_icon {
		display:block;
	}
	
	#hidden_menu {
		position:fixed;
		z-index: 99999;
		vertical-align: middle;
		display: table-cell;
		margin-top: 12px;
		margin-left: 0;
		right:0;
	}
	
	
	#main-menu {
		display:none;
	}
	
	#menu-section {
		width: 100%;
		height: 70px;
	}
	
	#menu_icon{
		float:right;
	}
	
	#hidden_menu ul {
		float: left;
		width: 100%;
		clear: both;
		background: #fff;
	}
	
	#home-intro {
		width: auto;
		margin: 50% 20px 20px;
	}
	
	#banner-section {
		float: left;
		width: 100%;
		margin-left: 0;
		min-height: 100vh;
		background: url(../images/intro-banner.jpg) 66%;
		background-attachment:inherit;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	#tagline {
		width:auto;
		color: #fff;
		letter-spacing: 0;
		position: absolute;
		top: 67vh;
		margin: 0;
		text-align: center;
	}
	.btn-takeatour {
		margin: 20px;
	}
	body .offershop {
		font-size: 26px;
	}
	body #village_beat {
		width: 100%;
	}
	body #village_beat ul li a {
		padding: 10px 30px 10px 10px;
	}
	body #bonus_card {
		width: 100%;
		padding: 30px 0 0 0;
	}
	#bonus_card h1 {
    	font-family: 'Josefin Sans';
		color: #383836;
		margin: -40px 0 10px;
		letter-spacing: 0;
		word-spacing: 0;
		font-size: 20px;
	}
	
	.bonuscardapplication label {
    	margin: 0;
	}
	
	.bonuscardapplication input {
		margin: 0 0 7px;
	}

	iframe#sp-simple-youtube109 {
		width: 320px !important;
		height: 250px !important;
	}
	body #contact-form, body #contactus {
		float: none;
		width: auto;
	}
	.wrap-center #contact {
		height: auto;
	}
	#events-control a {
		float:left;
		width: 6%;
	}
	span.event-title {
		width: 88%;
		float:left;
		display:block;
		letter-spacing: 2px;
	}
	
	/*-----------------------CATEGORY STYLING - SHOP SECTION-------------------------------*/
	.businesses{
		height:auto;
	}
	
	.cat_banner{
		width:100%;
		height:250px;
		left:0;
		overflow:hidden;
		position:relative;
	}
	
	
	.subcat_name{
		font-size:20px;
		text-transform:uppercase;
		font-family:'Josefin Sans';
		font-weight:500;
		margin:3% 0 0;
		/*letter-spacing:2px;*/
		color:#fff;
	}
	
	a.menu-control{
		float: left;
		text-decoration:none;
		color:#fff;
		font-family:'Josefin Sans';    
		width: 100%;
		height:15%;
		overflow:hidden;
		font-size: 60px;
		font-weight: 300;
	}
	
	.shops-menu ul li{
		padding:5px 0;
	}
	
	.shops-menu ul li a{
		font-size:12px;
	}
	
	.contact{
		height:auto;
	}
	
	
	
	.category-name {
		width: 100%;
		height: 100%;
		padding: 0!important;
		margin: 0;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	.category-name h1 {
		padding: 10px;
		margin: 0;
		font-size: 50px;
	}
	
	.cat_controls {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 5px;
		text-align: left;
		padding: 0 10px;
	}
	
	.category-menu{
		width:auto;
		height:auto;
		padding: 5px 12px;
		position: relative;
	}
	
	.jspPane{
		position:relative!important;
	}
	
	.jspContainer{
		overflow:auto;
		height:auto!important;
	}
	
	.brief_content {
		float: left;
		width: 100%;
		background: #fff;
		padding: 5px;
		color: #333;
		text-transform: none;
		font-weight: normal;
		margin-bottom:10px;
	}
	
	.brief_content a{
		color:#333!important;
	}
	
	#contacts {
		height: auto!important;
		margin: 0;
		 padding: 0!important; 
	}
	
	.location{
		width:100%;
	}
	
	.social_media_icons {
		position: fixed;
		width: 35%;
		right: 0;
		left:inherit;
	}
	
	.shop-info {
		padding: 0 12px;
    	width: 100%;
		left:0;
	}
	
	
	
	/*-----------------------CATEGORY STYLING - SHOP MENU END-------------------------------*/
}

