/* RESET ALL STYLES
======================================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, sup, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: baseline;
	background: transparent;	
}
.clear 
{ 
	clear: both; 
}

html {
height: 100%;
}
body 
{
	line-height: 1.2em;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
    font-family: 'Cabin', sans-serif;
	vertical-align: bottom !important;
	background: #fff url(../media/1005/bg.png) center top;
}
a:visited, a:focus, a
{
	color: #98632F;
	font-size: 14px;
	text-decoration: none;
	-moz-transition: color .4s ease-in-out;
	-webkit-transition: color .4s ease-in-out;
}
a
{
	text-decoration: underline;
}
a:hover
{
	color: #333;
}
a.no-underline
{
	text-decoration: none;
}
a.readmore {
	padding: 10px 0;
	margin: 10px 0;
	font-size: 16px;
	color: #666611;
	width: 100%;
	display: block;
	text-align: center;
	background: url(http://nyalicentre.com/img/line.png) no-repeat top center;
}
.borderTop a{
	padding: 10px 0;
	margin: 10px 0;
	color: #666611;
	width: 100%;
	display: block;
	text-align: center;
	background: url(http://nyalicentre.com/img/line.png) no-repeat top center;
}
img, object, embed {
  max-width: 100%;
  height: auto;
}
/* -----------------------------------------
   SCROLLBARS
----------------------------------------- */
::-webkit-scrollbar {
    width: 10px;
	border: none;
}
::-webkit-scrollbar-track {
    background-color: #fff;
	border: none;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
	border: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::selection {
  background: #D3A374; /* WebKit/Blink Browsers */
	color: white;
}
::-moz-selection {
  background: #D3A374; /* Gecko Browsers */
	color: white;
}
/* -----------------------------------------
   FONT AWESOME CSS
----------------------------------------- */
.fa		{font-size: 14px;}
.fa-2	{font-size: 16px;}
.fa-3	{font-size: 18px;}
.fa-4	{font-size: 20px;}
.fa-5	{font-size: 30px;}
.fa-20	{font-size: 90px;color:#98632F;width: 100%;margin: 15px auto;}
/* -----------------------------------------
   Common Padding Styles
----------------------------------------- */
.p10RB {padding: 0 10px 0 0;}
.p20 {padding: 20px;}
.p20TB {padding: 20px 0;}
.p15 {padding: 15px;}
.p10 {padding: 10px;}
.p5  {padding: 5px;}
/* -----------------------------------------
   GENERAL CSS
----------------------------------------- */
h1,h2,h3,h4,h5,h6
{
    font-family: 'Cabin', sans-serif;
	font-weight: bold;
	color: #98632F;
}
h1
{
	font-size: 24px;
}
h2
{
	font-size: 20px;
}
h3
{
	font-size: 18px;
}
h4,h5,h6
{
	font-size: 14px;	
}
hr {
	border: dashed #D3A374;
	border-width: 1px 0 0;
	clear: both;
	margin: 15px 0;
	height: 0;
	background: none;
}
.hideme
{
    opacity:0;
}
.hideme img
{
    margin: 10px auto;
	display: block;
}
.round
{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
p 
{
	font-family: inherit;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	margin: 10px 0;
	color: #666;
}
p span.big 
{
	font-size: 16px;
	color: #666;		
}
.text-uppercase
{
		    text-transform: uppercase;
}
ul li
{
	font-family: inherit;
	font-weight: normal;
	margin: 0 0 0 20px;
	font-size: 14px;
	color:#666;
}
.focusText ul li
{
	    list-style-position: inside;
}
.focusText span.big a,
.focusText a
{
	    color: blue;
}
.borp
{
	font-size: 50px;
	position: relative;
	margin: 0 auto;
	background: #fff;
	padding: 10px 0;		
}
.borp span
{
	  font-size: 18px;
	  color: #D3A374;
	  line-height: 105px;
	  width: 100%;
	  display: block;		
}
.borp h2.p,.borp h2.b
{
	font-size: 50px;
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 90px;	
}
.borp h2.b
{
	font-weight: 400;	
	  letter-spacing: -1px;
}
.borp h2.p
{
	font-family: 'Pacifico', cursive;
	letter-spacing: 4px;
}
.home
{
	margin: 10px auto 30px auto;
	text-align: center;
}
.home p
{
	display: inline;
}
.home h1
{
	display: inline;
}
.home p span span, .home p span
{
    font-size: 24px;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
	display: inline;
}

#MainContent {
	z-index: 1;
	position: relative;
	min-height: 100%;
	max-width: 75em;
	margin: 0 auto;
	background: #fff;
	padding: 10px 0;
}
#wrap {
  height: auto!important;
  margin: 0 auto;
  min-height: 100%;
  overflow: hidden;
  padding: 0 0 205px 0;
  position: relative;
  width: 100%;
}
.row
{
	max-width: 75em;
}
.relative
{
		position: relative;
}
.heading {
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  display: block;
  float: left;
  margin: 0 0 20px 0;
	-webkit-backface-visibility: hidden;
}
.heading.small {
  display: block;
  float: left;
  margin: 0 0 10px 0;
}
.heading h1 {
  margin-top: -5px;
  background: #98632F;
  display: inline-block;
  padding: 2px 7px 0px;
  color: #fff;
  text-transform: uppercase;

}
.heading h2 {
  margin-left: -10px;
  margin-top: 0px;
  background: #98632F;
  display: inline-block;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 13px;
}
.heading h3 {
  margin-top: 0;
  background: #98632F;
  display: inline-block;
  padding: 2px 7px 0px;
  color: #fff;
  font-size: 16px;
}
.heading.small.offer h2 {
    margin-top: 5px;
	margin-left: -10px;
}
.white
{
	background: #fff;
}
.shadow
{
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}
	
.homeCategory,
.category
{
position: relative;
margin: 20px 0;
    border: solid #fff 5px;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;	
}
.category.focus
{
margin: 0 0 20px 0;

}
.heading.small 
{
  display: block;
  float: left;
  margin: 0 0 10px 0;
  position: absolute;
  top: -10px;
  left: 5px;
    z-index: 1001;
}

/* -----------------------------------------
   HOME SEARCH CSS
----------------------------------------- */
.homeSearch 
{
    padding: 0;
    margin: 0 0 20px 0;
}
.homeSearch input
{
    background: #fff;
    height: 50px;
    padding: 10px 30px;
    margin: 10px 0;
	font-size: 16px;
    -webkit-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
	border: solid #98632F;
	border-width: 2px 0 2px 2px;
}
.homeSearch input:focus
{
    background: #fff;
	border: solid #98632F;
	border-width: 2px 0 2px 2px;	
    box-shadow: none;
}
.homeSearch button.submit
{
    height: 50px !important;
    margin: 10px 0;
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
    font-size: 18px;
    padding: 10px 0;
	width: 100%;
    text-shadow: none;
  background: #98632F;
  background: -moz-linear-gradient(top, #98632F 0%, #B87A3D 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98632F), color-stop(100%,#B87A3D));
  background: -webkit-linear-gradient(top, #98632F 0%,#B87A3D 100%);
  background: -o-linear-gradient(top, #98632F 0%,#B87A3D 100%);
  background: -ms-linear-gradient(top, #98632F 0%,#B87A3D 100%);
  background: linear-gradient(to bottom, #98632F 0%,#B87A3D 100%);
  color: white !important;	
}
.homeSearch button.button:hover
{

}

.advert img
{
	display: block;
	margin: 0 auto;
}
.label {
    background-color: #D3A374;
}
/* -----------------------------------------
   OFFERS CSS
----------------------------------------- */
.offers h2
{
}
.offerItem
{
	margin: 0 0 20px 0;
	padding: 0;
	border: solid #fff 5px;
	  -moz-box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
}
.offerItem img
{
	margin: 0 auto;
	display: block;
    width: 100%;
}
.offerItem .heading 
{
  overflow: hidden;
  top: -5px;
  position: relative;
}
.offerItem .heading h3 
{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 240px;
  
}
.offerItem span.date, .offerItem p
{
  font-size: 16px;
  margin: 5px 0;
  padding: 5px 0;
  display: block;
}
.offerItem p
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}
.offerItem p.big
{
  height: auto;
}
.offerItem span.date strong
{
}


/* -----------------------------------------
   TENANT LOGO GRID CSS
----------------------------------------- */
.tenantgrid li
{
    margin: 0;
	padding:0;

}
.tenantgrid img, .tenantgrid .imgLiquidFill 
{
	opacity: 0.7;
	  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
margin: 0 auto;
display: block;	
}
.tenantgrid img:hover, .tenantgrid .imgLiquidFill:hover
{
	opacity: 1;
}
.tenantInfo ul
{
	margin: 0 0 15px 0;
}
.tenantInfo ul li
{
	list-style: none;
	margin: 0;
	color: #666;
}
.tenantInfo ul li a
{
	word-wrap: break-word;
}
.tenantPage p
{
	margin: 0 0 10px 0;
}
.featuredImage
{
    border: solid #fff 5px;
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
	margin: 10px 0;
}
.featuredImage img
{
    width: 100%;
}

.featuredPopupImage
{
	
}
.featuredPopupImage img
{
	margin: 0 auto 10px auto;
	display: block;
}
/* -----------------------------------------
   SITE HEADER
----------------------------------------- */
header#header
{
	background: none;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	  margin: 0 0 10px 0;
}

header#header .top
{
	background: #f8f8f8;
	height: 40px;
	border-bottom: 1px solid #ddd;
}
header#header .top .inline-header-social
{
	margin: 0;
}
header#header .top ul.inline-header-social li
{
	list-style: none;
	float: left;
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 0 12px;
	line-height: 40px;
}	
header#header .top ul.inline-header-social li.last,
header#header .top ul.inline-header-social li.first	
{
	border-right: 1px solid #ddd;
}


.marquee {
  width: auto;
  overflow: hidden;
  line-height: 40px;
  max-width: 740px;
  margin: 0 0 0 20px;
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  height: 40px;
}
.marquee .fa{
  padding: 0 30px;
  color: #ccc;

}
.marquee:before	
{
	background-image: -moz-linear-gradient(left, #f8f8f8,rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, #f8f8f8,rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(left, #f8f8f8,rgba(255,255,255,0));
	background-image: linear-gradient(to right, #f8f8f8,rgba(255,255,255,0));
	left: 0px;
	width: 38px;
}
.marquee:after
{
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0),#f8f8f8);
	background-image: -o-linear-gradient(left, rgba(255,255,255,0),#f8f8f8);
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,,0),#f8f8f8);
	background-image: linear-gradient(to right, rgba(255,255,255,0),#f8f8f8);
	right: 0;
	width: 38px;
}
.marquee:before
{
	content: " ";
	display: block;
	height:38px;
	position: absolute;
	top: 0;
	left: 0;
}
.marquee:after
{
	content: " ";
	display: block;
	height:38px;
	position: absolute;
	top: 0;
	right: 0;
}
header .middle
{
	background: #98632F;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;

}
.logo
{
	float: none;
	display: block;
	height: auto;
	margin: 0 auto;
	background: #fff;
}

.logo a img {
	padding: 10px 0;
	margin: 0;
	display: block;
	height: 80px;
}
.slogan
{
  border: none;
  padding: 6px 0 0 10px;
  margin: 0;
  width: 120px;
  height: auto;
  color: #999;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;	
}



/* -----------------------------------------
   SCROLL BARS
----------------------------------------- */

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc;
}
/*
================================
PADDING & SPACING STYLES
================================
*/
.wrapper-20
{
	padding: 2px 20px 20px 20px;
}
.wrapper-15
{
	padding: 15px;
}
.wrapper-10
{
	padding: 10px;
}
.wrapper-5
{
	padding: 5px;
}


button, .button, .button, a.button
{
	background: #98632F;
	color: #fff;
	opacity: 1 !important;
	border: none;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 10px !important;
	box-shadow: none;
	border-radius: 0.3em;
}
button:hover, .button:hover,
button:focus, .button:focus
{
	background: #B98552;
	border: none;
}
.button.text-center
{
    display: table;
    margin: 0 auto;
    width: auto;
}
.button.small
{
			font-size: 14px;

		}
/*
================================
NAVIGATION STYLES
================================
*/
.menuHolder
{
	margin: 18px 0 0 0px;
	padding: 0;
	width: auto;
	height: 35px;
	z-index: 2;
	float: right;
	background: none;
}
ul.menu 
{
	list-style: none; 
	margin:0 auto; 
	padding:0;
	width: auto;
	height: auto;
	text-align: left;
	position: relative;
	z-index: 999;
	background: none;
	float: right;
	overflow: hidden;
}
ul.menu * 
{
	margin:0; padding:0
}
ul.menu a 
{
    display: block;
    color: #D3A374;
    text-decoration: none;
    padding: 26px 10px 26px 10px;
    font-size: 18px;
}

ul.menu li 
{
	position:relative; 
	float: left;
	margin: 0;
	padding: 0;
}
ul.menu li.selected a {
	color: #fff;
	background: none;
}
ul.menu ul 
{
	width:114px; 
	position:absolute; 
	top:35px; 
	left:0; 
	background: none; 
	display:none; 
	margin: 0;
	padding: 0;
	list-style:none;
	border: none;
}
ul.menu ul li 
{
	position:relative; 
	width:112px; 
	z-index: 2;
	margin:0;
	padding: 0;
	background: #fff;

}
ul.menu ul li a 
{
	display:block; 
	position:relative; 
	float:left; 
	margin: 0;
	height: 40px;
	width: auto;
	font-size: 18px;
	color: #fff;
	text-align: right;
	padding: 8px 10px 2px 10px;
}
ul.menu ul li a:hover 
{
	color: #666;
	display:block; 
	position:relative; 
	float:left; 
	margin: 0;
	height: 25px;
	width: 92px;
	text-align: center;
	padding: 8px 10px 2px 10px;

}
ul.menu ul ul 
{
	left:113px; 
	top:-1px
}
ul.menu .menulink {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	color: #98632F;
	text-align: center;
	font-size: 16px;
	border-left: 1px solid #B08154;
	-moz-transition: color .75s ease-in-out;
	-webkit-transition: color .75s ease-in-out;
	text-transform: uppercase;
}
ul.menu .menulink.last {

	border-right: 1px solid #B08154;

}
ul.menu .menulink.search {
	border: none;
	padding: 21px 0px 20px 0;
	margin: 0;
	width: auto;
	height: auto;
	color: #98632F;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
ul.menu .menulink.search button {
    
    padding: 6px !important;
    margin: 0;
    background: none;
    color: #D3A374;
    position: relative;
	float: left;
}
ul.menu .menulink.search button .fa {
    font-size: 20px;
    height: 20px!important;
    width: 20px!important;
    padding: 0!important;
    margin: 3px !important;
    background: none!important;
    border: none!important;
    cursor: pointer;
    color: #D3A374;
    position: relative;
	float: left;
    left: 0;
    outline: none;
    box-shadow: none!important;
}
ul.menu .menulink.search input {
    color: #FFF;
    font-size: 16px;
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
    box-shadow: none;
    padding: 10px;
    height: auto;
    width: 85px;
    float: left;
}
ul.menu .menulink.search input::-webkit-input-placeholder {
   color: #D3A374;
}

ul.menu .menulink.search input:-moz-placeholder { /* Firefox 18- */
   color: #D3A374;  
}

ul.menu .menulink.search input::-moz-placeholder {  /* Firefox 19+ */
   color: #D3A374;  
}

ul.menu .menulink.search input:-ms-input-placeholder {  
   color: #D3A374;  
}
ul.menu .menulink.search input:focus {
    color: #FFF;
    background: #AD733A;
}


ul.menu .menulink.selected {
  background-color: #B98552;
  color: #ccc;
}

.featured
{
	background: url(../media/1024/advert-bg.jpg) top left;
	padding: 20px;
	margin: 0;
}
.featured p
{
	font-size: 18px;
}

.homeAdvert
{
	padding: 20px;
	margin: 20px 0;	
}

/*for mobile*/
#searchMobile {
   position: fixed;
	bottom: 50px;
	width: 100%;
	right: 0px;
	z-index: 9;
	margin: 0;
}
#searchMobile .handle {
    text-align: center;
    width: 65px;
    height: 50px;
	margin: 0;
    float: left;
	z-index: 10;
}

#searchMobile .handle a {
	display: block;
    margin: 0 auto 10px 5px;
    width: 45px;
    height: 45px;
    padding: 5px;
    background: white;
    border-radius: 100px;	
}
#searchMobile .handle a .fa {
    color: #fff;
    line-height: 34px;
    height: 35px;
    width: 35px;
    background: #5C3004;
    border-radius: 100px;
}

#searchMobile .content {
	height: auto;
	color: #fff;
	width: 100%;
	float: left;
    position: relative;
	background: #5C3004;
}
#searchMobile .content input {
    margin: 0;
    background: #98632F;
    border: none;
    outline: none;
    box-shadow: none;
    color: white;
    height: 50px;
    font-size: 16px;
}
#searchMobile .content button {
	border-radius: 0px;
    width: 100%;
    background: none;
    color: #98632F;
}
/*
================================
BREADCRUMB STYLES
================================
*/
.breadCrumb {
	display: block;
	margin: 0 0 20px 0;
	text-transform: Uppercase;
	width: 100%;
	float: left;
}

.breadCrumbItem
{
  margin: 0;
  color: #FFF;
}
.breadCrumbItem .fa {
    margin: 0 8px;
    color: #999;
}
.breadCrumbItem,.breadCrumbItem a
{
	color: #333;
	font-size: 12px;
	float: left;
 }
.breadCrumbItem.selected
{
	color: #98632F;
}
.breadCrumbItem a:hover
{
	color: #000;
}
/* -----------------------------------------
/* Search PAGE CSS
------------------------------------------*/
.ezsearch-result h2 a
{
	color: #98632F;	
	font-size: 20px;
}
.ezsearch-summary
{
	margin: 0;
}
.ezsearch-summary p strong
{
	color: #98632F;
}
.ezsearch-result-count
{
}
.ezsearch-result-count p
{
	margin: 20px 0;
}

.ezsearch-results p
{
  line-height: 1.6;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 10px 0;
}
.ezsearch-form input
{
	margin: 20px 0 0 0;
}
.ezsearch-form input:focus
{
	box-shadow: none;
	border: 1px solid #98632F;
	background: white;
	outline: none;
}
.ezsearch-pager p span, 
.ezsearch-pager p a 
{
	text-transform: uppercase;
	padding: 5px;
	font-size: 15px;
	line-height: 1em;
	margin: 0px 0;
	letter-spacing: 0.5px;
}
.ezsearch-pager p span
{
	color: #999;
}
.ezsearch-result h2 a.jpg,
.ezsearch-result h2 a.png
{
	display: none;
}

/* -----------------------------------------
   TABLE STYLES CSS
----------------------------------------- */

table  {
  margin: 20px 0;
}
table tr td {
  color: #333;
  background: #f9f9f9;
}
table tr.odd td {
  color: #333;
    background: #ddd;
}

/* -----------------------------------------
   TEXT STYLES CSS
----------------------------------------- */
.text
{
	padding: 0px;
	margin: 0px;
	display: block;
}
.text ul
{
	padding: 0px;
	margin: 10px 0;
	display: block;
}

.text ul li
{
	list-style: none;
	font-size: 16px;
	line-height: 1.8em;
	padding: 2px 0 2px 0;
	margin: 0px 0;
	background: none;
}
/* -----------------------------------------
/* MAP CSS STARTS HERE 
-----------------------------------------*/

.mapHolder
{
	padding: 0px;
	margin: 0 0 20px 0;
	background: #fff;
}
.mapHolder .wrapper
{
	border: 1px solid #999;
	min-height: 300px;
}
.map
{
	padding: 0px;

}
#map {
	display: block;
	position: relative;
	float: none;
	min-height: 350px;
	width: 100%;
	margin: 0px;
}
#map img,
#location img
{ 
	max-width: none; 

}
#map div,
#location div
{ 
	

}
.news
{
	clear: both;
	margin: 20px 0;
	position: relative;
}
/* -----------------------------------------
   GRID CSS
----------------------------------------- */
.grid
{
	clear: both;
	margin: 0 0 20px 0;
	position: relative;
}
.grid .imgLiquidFill  {
  margin: 10px 0;
  border: 2px solid #ccc;
}
.relative .heading.small {
  position: relative;
  margin: 20px 0;
}

.gridBox h3
{
	font-size: 18px;
}
.gridBox h5
{
	font-size: 16px;
	font-weight: bold;
}

.gridBox.fade-in .title {
  margin-left: 0;
}
.gridBox.fade-in:hover {
}
.tags ul li 
{
  font-size: 11px;
  float: left;
  width: 14%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 2px 20px 2px 0;
  list-style: square;
  list-style-position: inside;
}
/* -----------------------------------------
/* PRODUCT AND SERVICES CSS
------------------------------------------*/
.ProductsServices
{
	margin: 15px 0;
	display: block;
}
.ProductsServices h2 a
{
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
    margin: 10px 0;
    display: block;
}
.ProductsServices h2 a .fa
{
	font-size: 20px;
}
.ProductsServices .f-dropdown 
{
    max-width: 256px;
    border: solid 2px #98632F;
}
.ProductsServices .f-dropdown:before 
{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #98632F transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99;
}
/* -----------------------------------------
/* VIDEO CSS STARTS HERE 
-----------------------------------------*/
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
	display: block;
	margin: 25px 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* -----------------------------------------
/* BLOCKQUOTE CSS
------------------------------------------*/

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #98632F;
  margin: 20px 0;
  font-size: 26px;
  padding: 15px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #6f6f6f;
    content: open-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 10px;
    vertical-align: -0.4em;
}
blockquote:after {
    color: #6f6f6f;
    content: close-quote;
    font-size: 3em;
    line-height: 0.1em;
    margin-right: 10px;
    vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
/* -----------------------------------------
/* TABBED SECTION CSS
------------------------------------------*/
.section-container.auto>section>.title, 
.section-container.auto>.section>.title 
{
	background: transparent !important;
	cursor: pointer;
	border:0px none transparent !important;
}
.section-container.auto>section.active>.title a, 
.section-container.auto>.section.active>.title a, 
.section-container.vertical-tabs>section.active>.title a, 
.section-container.vertical-tabs>.section.active>.title a, 
.section-container.vertical-nav>section.active>.title a, 
.section-container.vertical-nav>.section.active>.title a, 
.section-container.horizontal-nav>section.active>.title a, 
.section-container.horizontal-nav>.section.active>.title a, 
.section-container.accordion>section.active>.title a, 
.section-container.accordion>.section.active>.title a,
.section-container.auto>section>.title a, 
.section-container.auto>.section>.title a
{
	font-size: 18px;
	text-transform: uppercase;
	color: #BBBDBF;
	cursor: default;	
}
.section-container.auto>section.active>[data-section-content]
{
	display: block;
	margin: 12px 0 0;
}
.section-container.auto>section.active>.title a, 
.section-container.auto>.section.active>.title a 
{
	color: #98632F;
	outline: none;
	cursor: default;	
}

.section-container.auto>section.active>.title a span, 
.section-container.auto>.section.active>.title a span,
.section-container.auto>section>.title a span, 
.section-container.auto>.section>.title a span
{
	color: #98632F;
	font-size: 16px;
	text-transform: capitalize;
	width: 100%;
	cursor: default;
	outline: none;
	float: left;
	white-space: normal;
	text-transform: uppercase;
}

.section-container.auto>section>.title a span.post, 
.section-container.auto>.section>.title a span.post
{
	color: #999;
	font-size: 14px;
	float: left;
	text-transform: capitalize;
	width: 100%;
	outline: none;
}
.section-container.auto>section.active>.title a span, 
.section-container.auto>.section.active>.title a span,
.section-container.auto>section.active>.title a span.post, 
.section-container.auto>.section.active>.title a span.post
{
	color: #98632F;
}
.section-container.auto>section>.title:hover, 
.section-container.auto>.section>.title:hover
{
	background: transparent;
	color: #98632F;
	text-transform: uppercase;
	outline: none;
}
.section-container.auto>section>.content, 
.section-container.auto>.section>.content 
{
	padding: 10px 0;
	background-color: #fff;
	border:0px none transparent;
	border-top: dashed 1px #ddd;
}
/* -----------------------------------------
   Fun SCREEN
----------------------------------------- */
.banner
{
    background: #7ec0ee url(../media/12302/clouds.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 20px auto;
	padding: 20px 0 0 0;
    height: auto;
}
.slider
{
    background: url(../media/12303/screen.png) no-repeat center bottom;
    padding: 20px 20px 60px 20px;
    margin: 0 auto;
    height: auto;	
	background-size: 706px 583px;
}
.slider .bx-wrapper
{
    margin: 0 auto;
}
.FunScreenDisplayImage img
{
	display: block;
	margin: 0 auto;
}
.funscreen
	{
	display: table;
	margin: 0 auto;
	}
		
/* -----------------------------------------
   FOOTER CSS
----------------------------------------- */
#footer {
    background:#98632F;
    color:#fff;
    padding:20px 0;
    border-top:none;
    position:absolute;
    bottom:0;
    width:100%;

}
#footer h3,
#footer a
{
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
	text-decoration: none;
}
#footer a:hover
{
	color: #E5B88C;
}
#footer h3
{
  border-bottom: 1px solid #BB824B;
  margin: 0 0 7px 0;
}
#footer p
{
  margin: 0 0 7px 0;
  color: #fff;
}
#footer ul li
{
  list-style: none;
  margin: 0;
}
#footer ul.social li
{
  list-style: none;
  margin: 0 15px 0 0;
  float: left;
  
}
#footer ul.social {
  float: none;
  margin: 10px auto;
  display: table;
  width: auto;
  text-align: center;
}
#copyright
{
    color:#fff;
    padding:0;
    margin: 20px 0 0 0;
    width:100%;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
{
.marquee {
  max-width: 680px;
}
header#header .top ul.inline-header-social li input[type="text"] {
  max-width: 89px;

}		
.menu-btn {
  line-height: 80px;
}
.heading h2 {
  margin-left: 0;
}
.openingTimes h3,
.WhatsOn span, 
.MallGuide span
{
	font-size: 14px;
}
.borp h2.p {
    letter-spacing: 0px;
}
a.scrollup
{
	bottom: 75px;
}
.slider {
    background-size: 654px 544px;
}
.banner {
    background: #7ec0ee url(../media/12302/clouds.jpg) no-repeat center center;
    -webkit-background-size: initial;
    -moz-background-size: initial;
    -o-background-size: initial;
    background-size: initial;
}
#footer ul.social li a .fa
{
	font-size: 26px;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
{
.marquee {
  max-width: 450px;
}
header#header .top ul.inline-header-social li 
{
    padding: 0 8px;
}
#footer ul.social li a .fa
{
	font-size: 26px;
}
#footer h3 {
    font-size: 14px;
}		
}
/* 4.4 - Mobile Portrait */
@media only screen and (max-width: 509px)
{
#footer 
{
  height: auto;
}
#footer h3 
{
  margin: 15px 0;
}
#footer h3.tc
{
  text-align: center;
}	
.logo a img {;
  height: auto;
}
.heading 
{	
  margin: 0 0 20px 0;	
}
.menu-btn 
{
  line-height: 63px;
}
.heading h2 {
  margin-left: 0;
}
.borp h2.p, .borp h2.b, .borp span  {
  line-height: normal;
}
.tenantPage .right
{
	margin: 0 auto;
	float: none !important;
}
.tenantPage .right .fadeIn img
{
	margin: 0 auto;
	display: block;
}
.tenantgrid li,
.large-block-grid-3>li:nth-of-type(3n)
{

    border: none;
}
.section-container.auto>section>.title a span, .section-container.auto>.section>.title a span {
    color: #fff;
}
.ProductsServices h2 a
{
	font-size: 14px;
}
.slider {
    padding: 20px 20px 30px 20px;
    background-size: 316px 265px;
}
p, p span.big{
    font-size: 18px;
}
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */