/*------------------------------------*\
    $RESET
\*------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var, 
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}  
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
/*------------------------------------*\
    FONT-FACE
\*------------------------------------*/
@font-face {
  font-family: "Futura W01 Book";
  src: url("../../img/font/57a6731b-fa5c-4c8a-bea8-e2f1a287f309.eot") format("eot");
  src: url("../../img/font/57a6731b-fa5c-4c8a-bea8-e2f1a287f309.eot?#iefix") format("embedded-opentype"), url("../../img/font/4d0e252c-d811-4a5d-a7f3-6ad72c6b76f2.woff") format("woff"), url("../../img/font/54250d43-02be-4ff9-b802-a4ea104a0611.ttf") format("truetype");
}
@font-face {
  font-family: "Futura W01 Light";
  font-style: normal;
  src: url("../../img/font/2c660b2f-8645-4b31-89fe-1c017eeb5e85.eot") format("eot");
  src: url("../../img/font/2c660b2f-8645-4b31-89fe-1c017eeb5e85.eot?#iefix") format("embedded-opentype"), url("../../img/font/e80a3257-e0b2-4f7c-b4e8-0167c9adb7c0.woff") format("woff"), url("../../img/font/5426d3ca-532d-4e71-a700-0a22917df569.ttf") format("truetype");
}
@font-face {
  font-family: "Futura W01 Light";
  font-style: italic;
  src: url("../../img/font/3df40436-6074-4f91-b510-d634b2151e8a.eot") format("eot");
  src: url("../../img/font/3df40436-6074-4f91-b510-d634b2151e8a.eot?#iefix") format("embedded-opentype"), url("../../img/font/1d09eebb-0bae-4073-881b-7a0e0e8e88ef.woff") format("woff"), url("../../img/font/cd531335-acc1-4537-a7bf-95f8d4ccdf95.ttf") format("truetype");
}
/*------------------------------------*\
    GLOBAL-VARIABLES
\*------------------------------------*/
/*
------------
Change over
------------

Background color: 							#ececec
Header Bar: 								#2d415c  *
Logo Background Bar: 						#1a2636
Header Link Rollover Button: 				#748295
Header Text: 								#FFFFFF

New social media icons should be a hue of: 	#2d415c  *
Footer Text: 								#2d415c  *
Hours & Rates Text: 						#2d415c  *


------------
Change over Apr 1st, 2015.
------------
1.#b8c2df
2.#d7ccbd
3.#a1c1e3
4.#deedfc

1.#d7ccbd
2.#d3d7e2
3.#c9bca9
4.#d3d7e2


The text is just full black (#000000) or full white (#ffffff)


*/
/*

Logo Box, Social Media Icons:  #af9480
Roll-Over: #604937
Menu bar: #866e5c
Teal vertical bar: #604937
Peach vertical bar:  #af9480

    
*/
/*------------------------------------*\
    TYPE
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Futura W01 Light", Arial;
  text-rendering: optimizeLegibility;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 14.75px;
  font-weight: normal;
}
h2 {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 14px;
}
h3 {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 13.5px;
}
h4 {
  font-size: 14.5px;
  line-height: 25.5px;
  margin-bottom: 13.375px;
}
.subheader {
  color: #777;
}
p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #000000;
}
small {
  font-size: 70%;
  color: inherit;
}
a,
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #c7c7c7;
}
p a,
p a:visited {
  line-height: inherit;
}
/*------------------------------------*\
    LISTS
\*------------------------------------*/
ul,
ol {
  margin-bottom: 20px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
}
/*------------------------------------*\
    LAYOUT
\*------------------------------------*/
.feature {
  width: 5px;
  position: absolute;
  top: 0px;
  z-index: 300;
}
.feature.one {
  height: 150px;
  left: 295px;
  background: #b5a38a;
}
.feature.two {
  height: 200px;
  left: 290px;
  background: #beb4a6;
}
.noScript {
  text-align: center;
  padding: 450px 0;
  position: absolute;
  width: 100%;
  z-index: 900;
  border-bottom: 1px solid #d3d3d3;
  color: #000000;
  background: #e7e1d8;
}
/*------------------------------------*\
    Base
\*------------------------------------*/
body {
  background: #f8f8f8;
  font-size: 13px;
  line-height: 24px;
  font-family: "Futura W01 Book", Arial;
  font-weight: normal;
  color: #000000;
}
#type-HoursAndRatesAttraction .content,
#type-HoursAndRatesAttraction .content article,
#type-HoursAndRatesAttraction .content aside {
  height: auto;
  min-height: 579px;
}
#type-HoursAndRatesAttraction .content aside {
  padding-bottom: 999px;
  margin-bottom: -999px;
}
/*------------------------------------*\
    LINKS
\*------------------------------------*/
.link.sub-drop {
  background: rgba(255, 255, 255, 0.3) url(/img/arrow-down-light.png) no-repeat center right;
}
.link.sub-drop.active {
  background: rgba(255, 255, 255, 0.3) url(/img/arrow-down-light.png) no-repeat center right;
  color: #ffffff;
}
.link.sub-drop:hover {
  background: #a08775 url(/img/arrow-down-light.png) no-repeat center right;
}
.link {
  background: #685547;
  display: block;
  padding: 10px 0 10px 20px;
  margin: 20px 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
}
.link:hover {
  text-decoration: none;
  background: #a08775;
  color: #ffffff;
}
.link:visited {
  color: #ffffff;
}
.link.sub-drop {
  margin: 0;
}
#debug-output {
  padding: 20px;
  background: #faf9f7;
  border: #ddd4c8 solid 1px;
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 999;
}
#debug-output span {
  padding-left: 15px;
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
header {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  *zoom: 1;
  border: 1px solid rgba(255, 255, 255, 0);
  border-bottom: none;
  border-top: none;
}
header .menu-top {
  width: 960px;
}
header:before,
header:after {
  display: table;
  content: "";
}
header:after {
  clear: both;
}
header #header-logo {
  width: 280px;
  float: left;
  display: inline;
  margin-left: 10px;
  background: #b5a38a url(/img/west-edmonton-mall-header-logo.png) no-repeat center center;
  border: 1px solid #b5a38a;
  height: 50px;
  margin-right: 10px;
  padding: 0;
}
header #header-logo a {
  display: block;
  height: 50px;
}
.page-slider {
  -webkit-backface-visibility: hidden;
}
.page-slider .royalSlider {
  -webkit-backface-visibility: hidden;
}
.content {
  -webkit-backface-visibility: hidden;
}
.content aside,
.content article {
  -webkit-backface-visibility: hidden;
}
/* Content
================================================== */
.page-slider {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  *zoom: 1;
  overflow: hidden;
  min-height: 579px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.page-slider:before,
.page-slider:after {
  display: table;
  content: "";
}
.page-slider:after {
  clear: both;
}
#type-trendguide .feature.one,
#type-brochuresmagazine .feature.one,
#type-trendguide .feature.two,
#type-brochuresmagazine .feature.two {
  height: 90px;
}
#type-trendguide #body-menu-bg,
#type-brochuresmagazine #body-menu-bg {
  height: 0px;
  border: none;
}
article h1 {
  color: #000000;
}
article p a {
  color: #939cb5 !important;  
  text-decoration: none !important;
}
article p a:hover {
  color: #7580a0 !important;  
	  text-decoration: underline !important;
}
.content {
  z-index: 20;
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 20px;
  zoom: 1;
  *zoom: 1;
  overflow: hidden;
  margin-top: 10px;
  height: 579px;
  border: 1px solid #d3d3d3;
  color: #000000;
}
.content:before,
.content:after {
  display: table;
  content: "";
}
.content:after {
  clear: both;
}
.content.blank {
  background-image: none;
}
.content.full {
  background-image: none;
}
.content.full article {
  width: 940px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.content #body-toggle {
  background: #bfb099;
  position: absolute;
  top: 40px;
  right: 0px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #857154;
  border-right: none;
  z-index: 100;
  outline: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  -user-drag: none;
}
.content #body-toggle:hover {
  cursor: pointer;
}
.content #body-toggle:active {
  outline: none;
}
.content #body-toggle.open {
  right: 340px;
  background: #bfb099;
}
.content #body-toggle.open:after {
  right: 9px;
  border-width: 8px 0 8px 8px;
}
.content #body-toggle:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-style: solid;
  border-color: transparent #ffffff;
}
.content aside {
  width: 280px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  height: 579px;
  margin-right: 9px;
  border: 1px solid #d3d3d3;
  border-top: none;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  z-index: 30;
  position: relative;
}
.content aside .promo {
  width: 280px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: center;
  bottom: 0;
  position: absolute;
}
.content.home article {
  display: none;
}
.content.directory article {
  width: 640px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  margin-right: 0;
  overflow: hidden;
  padding-left: 9px;
  border-left: none;
}
.content.events article {
  width: 640px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  margin-right: 0;
  overflow-y: hidden;
  padding-bottom: 0;
  padding-right: 20px;
}

.content.faq article {
  width: 640px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  margin-right: 0;
  overflow-y: hidden;
  padding-bottom: 0;
  padding-right: 20px;
}


.content.hours-rates article {
  width: 640px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  margin-right: 0;
  overflow-y: hidden;
  padding-bottom: 0;
  padding-right: 20px;
}
.content.search article {
  width: 640px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  margin-right: 0;
  overflow-y: hidden;
  padding-right: 10px;
}
.content.trend-guide #body-menu-bg {
  display: none;
}
.content article {
  width: 340px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 30;
  padding: 20px;
  height: 579px;
  overflow-y: auto;
  margin-left: 0;
  margin-right: 0;
  float: right;
  border-left: 1px solid #c9bca9;
  background: #e7e1d8;
  display: none;
}
.content article #utility {
  width: 100%;
  display: block;
  text-align: center;
}
.content article #utility span {
  padding: 10px;
}
.content article #utility #print {
  color: #d9892a;
  border-bottom: 1px dotted #d9892a;
}
.content article #utility #copy {
  color: #d9892a;
  border-bottom: 1px dotted #d9892a;
}
.content article table {
  font-size: 11px;
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}
.content article table tr {
  border-top: 1px solid #957a66;
}
.content article table tr:first-child {
  border: none;
}
.content article table td {
  padding: 10px 5px;
  vertical-align: top;
}
.content article table td strong {
  font-family: "Futura W01 Book", Arial;
  font-weight: normal;
  font-size: 14px;
}
.content article table td small {
  color: #cabcb1;
  font-size: 90%;
}
.content article table .right {
  text-align: right;
  float: right;
}
/* Footer
================================================== */
footer {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  *zoom: 1;
  color: #262626;
  text-align: center;
	
}
footer:before,
footer:after {
  display: table;
  content: "";
}
footer:after {
  clear: both;
}
footer p {
  margin: 0;
}
footer section {
  height: auto;
  width: 940px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
footer > section > div {
  display: block;
  float: left;
  width: 960px;
}
footer img {
  float: right;
  position: relative;
  top: -15px;
  right: -5px;
}
footer a#socialShare {
  float: right;
  width: 66px;
  height: 24px;
  display: block;
  padding: 0;
  position: relative;
  top: -17px;
  right: 5px;
}
footer a#socialShare img {
  position: relative;
  top: 0;
  right: 0;
}
footer a {
  text-align: center;
  padding: 10px 20px;
  margin: 0;
  color: #262626;
  font-size: 13px;
  line-height: 50px;
}
footer a:hover {
  background: #ffffff;
  color: #262626;
  cursor: pointer;
}
footer a:visited {
  color: #262626;
}
/* #Menu Styles
================================================== */
#menu-bg {
  height: 50px;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  background: #beb4a6;
  border: 1px solid #beb4a6;
  border-left: none;
  border-right: none;
}
#body-menu-bg {
  width: 280px;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  border: 0 solid #b5a38a;
  border-top: none;
  background: #f8f8f8;
  height: 689px;
  position: absolute;
}
.home menu {
  margin-top: 150px;
  border: none;
}
.home menu ul.top {
  background: none;
  border: none;
  text-align: center;
}
.home menu ul.top a {
  text-transform: uppercase;
  font-size: 14px;
}
.content .body ul li a {
  color: #000000;
}
#header-menu menu {
  background: none;
  height: 50px;
  min-height: 50px;
}
#header-menu menu ul {
  width: auto;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}
#header-menu menu ul li {
  width: auto;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
#header-menu menu ul li.selected > a {
  background: #beb9b5;
  color: #ffffff !important;
  border: 1px solid #beb9b5;
  border-left: none;
  border-right: none;
  line-height: 48px;
}
#header-menu menu ul li a {
  display: block;
  padding: 0 20px;
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 50px;
  text-transform: uppercase;
  background: none;
}
#header-menu menu ul li a:hover {
  background: #c9c6c4;
  color: #ffffff !important;
  line-height: 48px;
  border: 1px solid #c9c6c4;
  border-left: none;
  border-right: none;
}
#header-menu menu ul li a:visited {
  color: #ffffff;
}
menu ul.top {
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 0;
}
menu ul.top li a {
  font-size: 12px;
}
menu ul {
  width: 100%;
  display: block;
  text-align: left;
  padding: 5px 0;
  margin: 0;
}
menu ul li {
  width: 100%;
  padding: 0;
  margin: 0;
}
menu ul li a {
  display: block;
  padding: 3px 10px;
  margin: 0;
  color: #000000;
  font-size: 12px;
  line-height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
menu ul li a small {
  color: #404040;
}
menu ul li a:hover {
  background: #C8CAD9;
  background: rgba(255, 255, 255, 0.3);
  color: #1a1a1a !important;
}
menu ul li a:visited {
  color: #000000;
}
menu ul li.active > a {
  background: #C8CAD9;
  background: rgba(255, 255, 255, 0.3);
  color: #1a1a1a !important;
}
menu ul li > ul {
  padding: 0;
  margin: 0;
}
menu ul li > ul > li a {
  padding: 3px 20px;
}
menu ul li > ul > li > ul {
  padding: 0;
  margin: 0;
}
menu ul li > ul > li > ul > li a {
  padding: 3px 40px;
}
menu ul li.title {
  display: block;
  padding: 5px 10px;
  margin: 0;
  margin-bottom: 5px;
  color: #000000;
  font-size: 19.5px;
  line-height: 26px;
}
#header-search {
  display: block;
  width: auto;
  float: right;
  background: #beb4a6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  height: 50px;
  border: 1px solid #beb4a6;
  border-left: none;
  border-right: none;
}
#header-search input {
  width: 155px;
  background-image: url(/img/icons.png);
  background-repeat: no-repeat;
  background-position: -5px -556px;
  border: 1px solid #beb4a6;
  margin-top: 10px;
  padding-left: 35px;
}
#searchresults {
  position: absolute;
  top: 89px;
  left: 50%;
  margin-left: 110px;
  width: 370px;
  z-index: 500;
  border: 1px solid #d3d3d3;
  background: #faf9f7;
  display: none;
}
#searchresults.loading {
  display: block !important;
  background: #ffffff url(/img/preloaders/preloader.gif) center center no-repeat;
  min-height: 50px;
}
#searchresults.loading ul,
#searchresults.loading h2 {
  display: none;
}
#searchresults p {
  font-size: 11px;
  margin-bottom: 10px;
}
#searchresults ul {
  margin-bottom: 0;
}
#searchresults h2 {
  margin: 0;
  padding: 10px;
}
#searchresults li {
  margin: 0;
}
#searchresults li a {
  display: block;
  padding: 10px;
}
#searchresults li a:hover,
#searchresults li a.itemselect {
  background: #ededed;
  color: #d9892a;
}
#searchresults li a:hover span,
#searchresults li a.itemselect span {
  border-bottom: 1px dotted #d9892a;
  text-decoration: none !important;
}
#searchresults li a:hover p,
#searchresults li a.itemselect p {
  color: #000000;
}
/*------------------------------------*\
    SEARCH
\*------------------------------------*/
/* Grid Out Put
================================================== */
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.MicrosoftMap .MapPushpinBase {
  border: none;
}
.map {
  position: absolute;
  bottom: 0px;
  width: 640px;
  height: 579px;
  background: #ffffff;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  -user-drag: none;
}
.map a.link {
  margin: 0;
}
#map.is-full {
  border: none !important;
}
#map-tip {
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: auto;
  color: #fff;
  font-size: 14px;
  font-family: "Futura W01 Book", Arial;
}
#map-tip span {
  position: relative;
  width: 100%;
  display: block;
  max-width: 225px;
  min-width: 50px;
  background-color: rgba(50, 50, 50, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.9);
  padding: 5px;
}
#directoryTenant #body-content {
  color: #000000;
  background: #eeeced url(/img/tile.png) 47px top repeat-y;
}
#directoryTenant #tenant-title {
  font-size: 16px;
}
#directoryTenant .tenant-dropdown-wrap {
  position: relative;
  width: 247px;
  display: block;
  background: #50525f;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  -user-drag: none;
  margin: 0 auto 20px auto;
  color: #2F2027;
  outline: none;
  cursor: pointer;
  float: left;
}
#directoryTenant .tenant-dropdown-wrap.active:after {
  border-color: #fff transparent;
  border-width: 6px 6px 0 6px;
  margin-top: -3px;
}
#directoryTenant .tenant-dropdown-wrap.active .tenant-dropdown {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
#directoryTenant .tenant-dropdown-wrap:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent #fff;
}
#directoryTenant .tenant-dropdown-wrap .tenant-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  display: none;
  opacity: 0;
  pointer-events: none;
  margin-bottom: 0;
  z-index: 500;
}
#directoryTenant .tenant-dropdown-wrap .tenant-dropdown li {
  margin-bottom: 0;
}
#directoryTenant .tenant-dropdown-wrap .tenant-dropdown li a.tenant-location {
  display: block;
  text-decoration: none;
  color: #2F2027;
  padding: 10px 20px;
  border: none;
font-size: 16px;
}
#directoryTenant .tenant-dropdown-wrap .tenant-dropdown li:hover a.tenant-location {
  color: #FFF;
}
#directoryTenant .tab-content {
  height: 325px;
	min-height: 325px;
  overflow: hidden;
  float: left;
  width: 267px;
}
#directoryTenant .tab-content .mCS_no_scrollbar {
  width: 267px;
}
#directoryTenant #tenant-single {
  height: 448px;
}
#directoryTenant .tenant-address {
  font-size: 11.5px;
}
#directoryTenant .tenant-payment-details {
  margin-bottom: 20px;
  display: block;
  font-size: 11.5px;
  word-wrap: break-word;
}
#directoryTenant .tenantSlider {
  height: 177px;
  position: relative;
  direction: ltr;
  overflow: hidden;
}
#directoryTenant .tenantSlider img {
  display: block;
}
#directoryTenant #tenant-info {
  zoom: 1;
  *zoom: 1;
  width: 267px;
  height: auto;
  min-height: 20px;
  margin-bottom: 20px;
}
#directoryTenant #tenant-info:before,
#directoryTenant #tenant-info:after {
  display: table;
  content: "";
}
#directoryTenant #tenant-info:after {
  clear: both;
}
#directoryTenant .load-map {
  background: #e7e1d8 url(/img/map-small.jpg) top left no-repeat;
  width: 100%;
  height: 100%;
  bottom: 20px;
}
#directoryTenant .map {
  width: 313px;
  height: 337px;
  bottom: 20px;
  right: 20px;
  border: 1px solid #e2e0e1;
  overflow: hidden;
}
.directory {
  /*background: #eeeced;*/
}
.directory #body-menu {
  height: 497px;
}
.directory #body-menu.Directory {
  height: 512px;
}
.directory .load-map.loaded {
  background: #e7e1d8 url(/img/map-blank.jpg) top left no-repeat;
}
.directory .load-map {
  background: #e7e1d8 url(/img/map.jpg) top left no-repeat;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 91;
}

.directory .map-menu {	 
	width: 960px;
  margin: 0 auto;    
  height: 65px;    
}

.directory .map-menu-icon {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none !important;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  -user-drag: none;
  display: inline-block;
  line-height: 50px;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  border: none;
}
#atmLink{
	width:50px !important;
	height:50px !important;
}

.content-lower {
  width: 960px;
  margin: 0 auto;
  height: 65px;    
}

#map-menu-bottom {	
	width: 655px;
	margin: 0 auto;
	float:right;
	text-align:center;
}

.map-menu {
	margin: 0 auto;
}

a.menu-link {
  display:inline-block;
}

.directory .map-menu.top .map-menu-icon {
  float: right;
}
.directory .map-menu.bottom .map-menu-icon {
  display: inline-block;
}
.directory #map-floor-title {
  display: block;
  line-height: 40px;
  height: 40px;
  color: #000000;
  padding-left: 20px;
  width: auto;
  font-size: 16px;
}
.directory .tenant-logo {
  width: 267px;
  height: 70px;
  display: block;
  margin-bottom: 20px;
}
.directory .tenant-logo img {
  border: 1px solid #d3d3d3;
  max-width: 267px;
  max-height: 70px;
}
.directory #tenant-img {
  border: none;
}
.directory .tenant-img {
  border: 1px solid #e2e0e1;
  float: right;
  width: 313px;
  height: 177px;
  background: #ececec;
}
.directory .tenant-img img {
  width: 311px;
  height: 175px;
}
.directory #show-all-map {
  display: block;
  line-height: 40px;
  height: 40px;
  color: #2F2027;
  padding-left: 20px;
  width: auto;
  font-size: 16px;
  border: none;
}
.directory #expand-map {
  background: url(/img/icons.png) no-repeat 0 -950px;
}
.directory .is-full #expand-map {
  background: url(/img/icons.png) no-repeat 0 -900px;
}
.directory #zoom-in-map {
  background: url(/img/icons.png) no-repeat 0 -450px;
}
.directory #zoom-out-map {
  background: url(/img/icons.png) no-repeat 0 -500px;
}

.level-dropdown-wrap {
  position: relative;
  width: 135px;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  -user-drag: none;
  margin: 0 auto;
  color: #2F2027;
  outline: none;
  cursor: pointer;
  float: left;
}
.level-dropdown-wrap .level-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  display: none;
  opacity: 0;
  pointer-events: none;
  margin-bottom: 0;
}
.level-dropdown-wrap .level-dropdown li {
  margin-bottom: 0;
}
.level-dropdown-wrap .level-dropdown li a.level {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 10px 20px;
  border: none;
}
.level-dropdown-wrap .level-dropdown li:hover a.level {
  background: rgba(255, 255, 255, 0.3);
}
.level-dropdown-wrap:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent #000000;
}
.level-dropdown-wrap.active .level-dropdown {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
.level-dropdown-wrap.active:after {
  border-color: #000000 transparent;
  border-width: 6px 6px 0 6px;
  margin-top: -3px;
}
/*------------------------------------*\
    faq
\*------------------------------------*/
.faq {
  background: #eeeced;
}
.faq #body-content p {
  color: #a08775;
  line-height: 18px;
}
.faq #body-content a {
  color: #a08775;
  line-height: 18px;
}
.faq #body-content h1 {
  color: #a08775;
	margin-top:15px;
}
.faq article {
  padding-left: 0;
  border-left: none;
  background: #ffffff;
}
.faq-list #body-content {
  padding: 0;

}
.faq-list #body-content ul {
  height: 579px;
  margin-bottom: 0;
  padding-right: 10px;
}
.faq-list #body-content ul li {
  zoom: 1;
  *zoom: 1;
  padding: 5px 5px 5px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #EEECED;
}
.faq-list #body-content ul li:before,
.faq-list #body-content ul li:after {
  display: table;
  content: "";
}
.faq-list #body-content ul li:after {
  clear: both;
}
.faq-list #body-content ul li.last {
  border-bottom: none;
  margin-bottom: 0;
}
.faq-list article {
  background-position: -98px top;
}
.event-thumb {
  float: left;
  width: 120px;
  border: 1px solid #e2e0e1;
  margin-right: 40px;
  margin-bottom: 10px;
}
#event-image {
  float: left;
  width: 220px;
  height: 220px;
  border: 1px solid #e2e0e1;
}
#event-info {
  width: 220px;
  top: 262px;
  font-size: 11px;
  line-height: 17px;
  float: left;
  position: absolute;
}
#event-info span {
  word-break: break-all;
  word-wrap: break-word;
}
#event-body {
  width: 360px;
  float: right;
  margin-bottom: 20px;
}
.evTitle {
  color: #866e5c;
  font-family: "Futura W01 Book", Arial;
  font-size: 20px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.evInfo {
  color: #866e5c;
  width: 305px;
  float: left;
}
.evDate,
.evDay,
.evMonth {
  font-family: "Futura W01 Book", Arial;
  float: right;
  display: block;
  position: absolute;
  right: 20px;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  -user-drag: none;
}
.evDate {
  color: #866e5c;
  font-size: 40px;
  line-height: 65px;
  padding: 10px;
  margin-top: 30px;
}
.evDay {
  margin-top: -12px;
  color: #ccc;
  font-size: 45px;
  line-height: 65px;
  padding: 10px;
  font-family: "Futura W01 Light", Arial;
}
.evMonth {
  color: #555;
  font-size: 20px;
  line-height: 65px;
  padding: 10px;
  right: 75px;
  margin-top: 20px;
}
.faq .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #969aa8;
  /* rgba fallback */
  background: rgba(150, 154, 168, 0.95);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.faq .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(109, 114, 132, 0.95);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}
.faq .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: rgba(109, 114, 132, 0.95);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
.faq .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(109, 114, 132, 0.95);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
.faq .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.faq .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}


/*------------------------------------*\
    EVENTS
\*------------------------------------*/
.events {
  background: #eeeced;
}
.events #body-content p {
  color: #a08775;
  line-height: 18px;
}
.events #body-content a {
  color: #a08775;
  line-height: 18px;
}
.events #body-content h1 {
  color: #a08775;
  line-height: 18px;
}
.events article {
  padding-left: 0;
  border-left: none;
  background: #ffffff url(/img/tile.png) left top repeat-y;
}
.events-list #body-content {
  padding: 0;
}
.events-list #body-content ul {
  height: 579px;
  margin-bottom: 0;
  padding-right: 10px;
}
.events-list #body-content ul li {
  zoom: 1;
  *zoom: 1;
  padding: 20px 20px 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #EEECED;
}
.events-list #body-content ul li:before,
.events-list #body-content ul li:after {
  display: table;
  content: "";
}
.events-list #body-content ul li:after {
  clear: both;
}
.events-list #body-content ul li.last {
  border-bottom: none;
  margin-bottom: 0;
}
.events-list article {
  background-position: -98px top;
}




/*------------------------------------*\
    HOURS RATES
\*------------------------------------*/
.hours-rates {
  background: #eeeced;
  color: #a08775;
  line-height: 18px;
}
.hours-rates #body-content p {
  color: #a08775;
  line-height: 18px;
}
.hours-rates #body-content a {
  color: #a08775;
  line-height: 18px;
}
.hours-rates #body-content h1 {
  color: #a08775;
  line-height: 18px;
}
.hours-rates article {
  border-left: none;
  padding-left: 0;
  background: #ffffff url(/img/tile.png) left top repeat-y;
}
#hours-rates-list {
  width: 360px;
  float: right;
}
#hours-rates-list p {
  margin-bottom: 0;
}
#hours-rates-list .group-heading {
  font-weight: bold;
  color: #cabcb1;
}
#hours-rates-list .day-title {
  float: left;
}
#hours-rates-list .price-time {
  float: right;
}
.hours-rates-info {
  width: 360px;
  float: right;
  margin-bottom: 20px;
  min-height: 175px;
}
.hours-rates-alerts {
  width: 220px;
  float: left;
  margin-top: 25px;
  font-size: 12.5px;
  line-height: 20px;
}
.hours-rates-alerts li {
  font-size: 12.5px;
  line-height: 20px;
}
.hours-rates-alerts h1 {
  text-transform: uppercase;
}
.hours-rates-alerts #tooltip {
  display: block;
  width: 25px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/img/helpTip.png) top right no-repeat;
  border: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: visible;
}
.tooltip.in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  opacity: 0.95;
}
.tooltip.top {
  margin-top: 0;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
#social-tooltip .tooltip-inner {
  max-width: 150px;
  min-width: 100%;
  width: auto;
  text-align: center;
  padding: 2px 8px;
}
#directory-tooltip .tooltip-inner {
  font-size: 14px;
  max-width: 150px;
  min-width: 100%;
  width: auto;
  text-align: center;
  padding: 2px 10px;
}
#map-tooltip .tooltip-inner {
  font-size: 14px;
  max-width: 150px;
  min-width: 100%;
  width: auto;
  text-align: center;
  padding: 3px 8px;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
}
#map-tooltip .tooltip-arrow {
  left: 0;
  margin-left: 5px;
}
.tooltip-inner {
  max-width: 250px;
  min-width: 250px;
  width: 250px;
  padding: 8px 12px;
  color: #2d415c;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c6c6c6;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #c6c6c6;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #c6c6c6;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #c6c6c6;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #c6c6c6;
  border-width: 0 5px 5px;
}
/*------------------------------------*\
    FORMS
\*------------------------------------*/
input[type="text"],
input[type="email"],
textarea,
select,
#t5captcha-response {
  height: 30px;
  padding: 6.5px;
  font-family: "Futura W01 Book", Arial;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  border: 1px solid #e2e0e1;
  vertical-align: middle;
  outline: none;
  max-width: 190px;
  display: block;
  background: #eeeced;

}
#t5captcha-response {
 float:right;
}
	
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: 0;
  outline: none;
  /* IE6-9 */
}
select {
  padding: 0;
}
select {
  display: inline-block;
  height: 13px;
  padding: 3.25px !important;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: 220px;
  border: 1px solid #bbb;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="submit"] {
  font-family: "Futura W01 Book", Arial;
  color: #fff !important;
  background: #613041;
  padding: 7px 14px !important;
  margin: 5px 0 10px 0px;
  border: none;
  outline: none;
  display: block;
}
input[type="submit"]:hover {
  background: #2f2027;
  cursor: pointer;
  color: #fff;
}
/*------------------------------------*\
    FORM TEMPLATE
\*------------------------------------*/
.form #form-body {
  height: 516px;
  width: 360px;
}
.form #form-body p {
  margin: 0;
}
.form #form-body.phone.list {
  height: 494px;
}
.form #form-body.phone.list p {
  margin: 0 0 20px 0;
}
.form #form-body.phone.list a {
  font-size: 15px;
}
.form .checkbox {
  padding-left: 0 !important;
}
.form input[type="text"],
.form input[type="email"],
.form textarea,
.form select {

}

.form form {
  padding-left: 10px;
  width: 340px;
}
.form #body-content {
  background: white url(/img/tile.png) -230px top repeat-y;
  color: #613041;
  line-height: 18px;
}
.form #body-content h1,
.form #body-content p {
  color: #613041;
  line-height: 18px;
}
.form #body-content small {
  font-size: 11px;
  padding: 5px 5px 5px 132px;
}
#form-image {
  max-width: 260px;
  position: absolute;
  top: 0;
  right: 0;
}
#form-tabs {
  padding-left: 10px;
}
#form-tabs a.btn {
  color: #613041 !important;
  background: #fff;
  display: inline-block;
}
#form-tabs a.btn:hover {
  background: #613041 !important;
  cursor: pointer;
  color: #fff !important;
}
#form-tabs a.btn.active {
  color: #2f2027;
  background: #eeeced;
}
.contourMessageOnSubmit {
  margin-left: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 30px;
  font-family: "Futura W01 Book", Arial;
  margin-bottom: 50px !important;
  line-height: 50px !important;
}
span.contourError {
  display: block;
  left: 8px;
  position: absolute;
  z-index: 500;
  color: #ffffff !important;
  background: #8a1f11 !important;
  padding: 5px;
  opacity: .6;
}
/*------------------------------------*\
    CONTOUR DEFAULTS
\*------------------------------------*/
#contour {
  padding: 0px 0px 20px 0px;
}
#contour .contourPageName {
  font-size: 2em !important;
  line-height: 2em !important;
  display: none !important;
  visibility: none !important;
}
#contour .contourField {
  clear: both;
}
#contour .contourField div label {
  display: inline;
}
#contour .contourNavigation {
  float: right;
}
#contour label.fieldLabel {
  padding: 10px 10px 10px 0;
  margin-right: 0px;
  display: block;
  width: 110px;
  float: left;
  clear: left;
  background: transparent !important;
}
#contour small {
  display: block;
  float: left;
  clear: both;
  padding: 5px 5px 5px 200px;
}
#contour fieldset {
  padding: 0;
  margin: 0;
  border: none !Important;
}
#contour legend {
  font-size: 10.5px;
  line-height: : 10.5px;
  font-style: italic;
  display: block;
}
#contour input.text,
#contour input.title,
#contour textarea,
#contour select,
#contour #t5captcha-response {
  margin: 0.5em 0;
  border: 1px solid #bbb;
}
#contour input.text:focus,
#contour input.title:focus,
#contour textarea:focus,
#contour select:focus,
#contour #t5captcha-response:focus {
  border: 1px solid #666;
}
#contour input.text,
#contour textarea,
#contour #t5captcha-response {
  width: 190px;
  padding: 5px;
}
#contour textarea {
  height: 70px;
}
#contour input.fileupload {
  height: auto !important;
}
#contour span.checkboxlist,
#contour span.radiobuttonlist,
#contour span.checkbox {
  display: block;
  float: left;
  padding: 10px;
}
#contour .checkboxlist input,
#contour .radiobuttonlist input,
#contour .checkbox input {
  width: auto !important;
  height: auto !important;
  border: none !important;
  display: inline !important;
}
#contour .hiddenfield {
  display: none;
}
#contour .contourButton {
  margin-top: 5px;
  padding: 2px 10px;
  float: right;
}
#contour .contourErrorMessage {
  padding: .8em;
  margin-bottom: .5em;
  border: 2px solid #FBC2C4;
}
#contour .contourErrorMessage,
#contour .contourError {
  background: #ffb5b5;
  color: #ffb5b5;
  font-weight: bold;
}
#contour input.contourError,
#contour textarea.contourError,
#contour input.input-validation-error,
#contour textarea.input-validation-error {
  background: #ffb5b5;
  border-color: #ffb5b5;
  color: #000;
  font-weight: normal;
}
#contour span.contourError,
#contour span.field-validation-error {
  color: #8a1f11 !important;
  background: transparent !important;
  display: none !important;
}
#contour #t5captcha-image #validationDiv {
  display: block;
  width: 190px;
  padding: 5px 0;
}
#contour #t5captcha-responselabel {
  display: none;
}
#contour .t5captcha span.field-validation-error {
  display: block !important;
  float: left;
  font-size: 14px;
	font-weight: bold;
  padding: 5px 0;
}
#contour .contourField.mandatory label.fieldLabel:after {
  content: '*';
}
#contour .contourField.verification label.fieldLabel:after {
  content: '*';
}
/*------------------------------------*\
    ROYAL-SLIDER
\*------------------------------------*/
.royalSlider {
  width: 100%;
  height: 579px;
  position: relative;
  direction: ltr;
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 1;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s visibility 0s linear 0.3s;
  -moz-transition: visibility 0s linear 0.3s visibility 0s linear 0.3s;
  -ms-transition: visibility 0s linear 0.3s visibility 0s linear 0.3s;
  -o-transition: visibility 0s linear 0.3s visibility 0s linear 0.3s;
  transition: visibility 0s linear 0.3s visibility 0s linear 0.3s;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 25;
  -webkit-backface-visibility: hidden;
}
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: transparent;
}
.rsMinW .rsBullets {
  position: absolute;
  z-index: 35;
  bottom: 18px;
  right: 0;
  width: 960px;
  height: auto;
  text-align: center;
  overflow: hidden;
  line-height: 8px;
  padding-left: 290px;
}
.rsMinW .rsBullets.centerOn {
  padding-right: 340px;
}
.rsMinW .rsBullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5px;
  background: #aaa;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  *display: inline;
  *zoom: 1;
}
.rsMinW .rsBullet:hover {
  cursor: pointer;
  background: #aaa;
  background: rgba(255, 255, 255, 0.6);
}
.rsMinW .rsBullet.rsNavSelected {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(/img/preloaders/preloader.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/*------------------------------------*\
    FANCYBOX
\*------------------------------------*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(/img/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/img/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/img/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/img/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  display: none;
}
.fancybox-opened .fancybox-title {
  display: none;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*------------------------------------*\
    TABS
\*------------------------------------*/
.nav-tabs,
.nav-pills {
  zoom: 1;
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 24px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: #eeeced;
  border-bottom: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #D4D3D4;
  border-bottom: none;
  border-color: #AEADAE;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #faf9f7;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  border-bottom: none;
}
.tab-content .tab-pane {
  
}
.tab-content .active {
  display: block;
}
/*------------------------------------*\
    SOCIAL
\*------------------------------------*/
.arthref {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
}
.arthref .overlay {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  display: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.arthref .opaque {
  background: #beb4a6 !important;
  background: rgba(201, 188, 169, 0.75) !important;
}
.arthref .overlay.active {
  opacity: 1;
  pointer-events: all;
}
.arthref .icon-container {
  z-index: 101;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.arthref .icon-container:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.arthref .icon-container .centered {
  display: inline-block;
  padding: 1em;
  vertical-align: middle;
  text-align: left;
  width: 90%;
  max-width: 725px;
}
.arthref .icon-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  pointer-events: none;
}
.arthref .icon-container ul.active {
  opacity: 1;
  pointer-events: auto;
}
.arthref .icon-container ul li {
  display: inline-block;
  width: 80px;
  height: 110px;
  margin: 10px;
}
.arthref .icon-container ul li a {
  background-color: #617385;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 0 10px 0;
}
.arthref .icon-container ul li span {
  text-align: center;
  font-family: "Futura W01 Book";
  font-size: 13px;
  color: #000000;
  font-style: normal !important;
}
.arthref .icon-container ul li a.aApple span {
  background-position: 0px 0px;
}
.arthref .icon-container ul li a.aMySpace span {
  background-position: -80px 0px;
}
.arthref .icon-container ul li a.aBlackBerry span {
  background-position: -160px 0px;
}
.arthref .icon-container ul li a.aWikipedia span {
  background-position: -240px 0px;
}
.arthref .icon-container ul li a.aEMail span {
  background-position: -320px 0px;
}
.arthref .icon-container ul li a.aWordpress span {
  background-position: -400px 0px;
}
.arthref .icon-container ul li a.aDeviantart span {
  background-position: -480px 0px;
}
.arthref .icon-container ul li a.aForrst span {
  background-position: 0px -80px;
}
.arthref .icon-container ul li a.aTechnorati span {
  background-position: -80px -80px;
}
.arthref .icon-container ul li a.aXBox span {
  background-position: -160px -80px;
}
.arthref .icon-container ul li a.aAndroid span {
  background-position: -240px -80px;
}
.arthref .icon-container ul li a.aEvernote span {
  background-position: -320px -80px;
}
.arthref .icon-container ul li a.aZerply span {
  background-position: -400px -80px;
}
.arthref .icon-container ul li a.aXing span {
  background-position: -480px -80px;
}
.arthref .icon-container ul li a.aVimeo span {
  background-position: 0px -160px;
}
.arthref .icon-container ul li a.aTumblr span {
  background-position: -80px -160px;
}
.arthref .icon-container ul li a.aFacebook span {
  background-position: -160px -160px;
}
.arthref .icon-container ul li a.aDigg span {
  background-position: -240px -160px;
}
.arthref .icon-container ul li a.aDelicious span {
  background-position: -320px -160px;
}
.arthref .icon-container ul li a.aFriendFeed span {
  background-position: -400px -160px;
}
.arthref .icon-container ul li a.aLinkedIn span {
  background-position: -480px -160px;
}
.arthref .icon-container ul li a.aPaypal span {
  background-position: 0px -240px;
}
.arthref .icon-container ul li a.aBehance span {
  background-position: -80px -240px;
}
.arthref .icon-container ul li a.aFoursquare span {
  background-position: -160px -240px;
}
.arthref .icon-container ul li a.aWindows span {
  background-position: -240px -240px;
}
.arthref .icon-container ul li a.aSkype span {
  background-position: -320px -240px;
}
.arthref .icon-container ul li a.aTwitter span {
  background-position: -400px -240px;
}
.arthref .icon-container ul li a.aPosterous span {
  background-position: -480px -240px;
}
.arthref .icon-container ul li a.aLastFm span {
  background-position: 0px -320px;
}
.arthref .icon-container ul li a.aQuora span {
  background-position: -80px -320px;
}
.arthref .icon-container ul li a.aYouTube span {
  background-position: -160px -320px;
}
.arthref .icon-container ul li a.aPinterest span {
  background-position: -240px -320px;
}
.arthref .icon-container ul li a.aPath span {
  background-position: -320px -320px;
}
.arthref .icon-container ul li a.aGooglePlus span {
  background-position: -400px -320px;
}
.arthref .icon-container ul li a.aFlud span {
  background-position: -480px -320px;
}
.arthref .icon-container ul li a.aStumbleUpon span {
  background-position: 0px -400px;
}
.arthref .icon-container ul li a.aReddit span {
  background-position: -80px -400px;
}
.arthref .icon-container ul li a.aRSS span {
  background-position: -160px -400px;
}
.arthref .icon-container ul li a.aScoutzie span {
  background-position: -240px -400px;
}
.arthref .icon-container ul li a.aBlogger span {
  background-position: -320px -400px;
}
.arthref .icon-container ul li a.aGrovershark span {
  background-position: -400px -400px;
}
.arthref .icon-container ul li a.aAIM span {
  background-position: -480px -400px;
}
.arthref .icon-container ul li a.aYahoo span {
  background-position: 0px -480px;
}
.arthref .icon-container ul li a.aFlickr span {
  background-position: -80px -480px;
}
.arthref .icon-container ul li a.aDribbble span,
.arthref .icon-container ul li a.aDribble span {
  background-position: -160px -480px;
}
.arthref .icon-container ul li a.aInstagram span {
  background-position: -240px -480px;
}
/* */
.arthref .icon-container ul li a.aApple {
  background-color: #272727;
}
.arthref .icon-container ul li a.aMySpace {
  background-color: #272727;
}
.arthref .icon-container ul li a.aBlackBerry {
  background-color: #2c2c2c;
}
.arthref .icon-container ul li a.aWikipedia {
  background-color: #303030;
}
.arthref .icon-container ul li a.aEMail {
  background-color: #434343;
}
.arthref .icon-container ul li a.aWordpress {
  background-color: #444;
}
.arthref .icon-container ul li a.aDeviantArt {
  background-color: #40504c;
}
.arthref .icon-container ul li a.aForrst {
  background-color: #254619;
}
.arthref .icon-container ul li a.aTechnorati {
  background-color: #48aa26;
}
.arthref .icon-container ul li a.aXBox {
  background-color: #61a500;
}
.arthref .icon-container ul li a.aAndroid {
  background-color: #8acd16;
}
.arthref .icon-container ul li a.aEvernote {
  background-color: #78ba4e;
}
.arthref .icon-container ul li a.aZerply {
  background-color: #99bd67;
}
.arthref .icon-container ul li a.aXing {
  background-color: #036567;
}
.arthref .icon-container ul li a.aVimeo {
  background-color: #627486;
}
.arthref .icon-container ul li a.aTumblr {
  background-color: #365471;
}
.arthref .icon-container ul li a.aFacebook {
  background-color: #3b5998;
}
.arthref .icon-container ul li a.aDigg {
  background-color: #1b5891;
}
.arthref .icon-container ul li a.aDelicious {
  background-color: #3274d1;
}
.arthref .icon-container ul li a.aFriendFeed {
  background-color: #5e94d6;
}
.arthref .icon-container ul li a.aLinkedIn {
  background-color: #2086bc;
}
.arthref .icon-container ul li a.aPaypal {
  background-color: #478fda;
}
.arthref .icon-container ul li a.aBehance {
  background-color: #0d8af8;
}
.arthref .icon-container ul li a.aFoursquare {
  background-color: #17a4d7;
}
.arthref .icon-container ul li a.aWindows {
  background-color: #22aee7;
}
.arthref .icon-container ul li a.aSkype {
  background-color: #00aff0;
}
.arthref .icon-container ul li a.aTwitter {
  background-color: #00b6f3;
}
.arthref .icon-container ul li a.aPosterous {
  background-color: #8ab4cd;
}
.arthref .icon-container ul li a.aLastFm {
  background-color: #b70300;
}
.arthref .icon-container ul li a.aQuora {
  background-color: #c21d11;
}
.arthref .icon-container ul li a.aYouTube {
  background-color: #c8312b;
}
.arthref .icon-container ul li a.aPinterest {
  background-color: #cb2027;
}
.arthref .icon-container ul li a.aPath {
  background-color: #bf3119;
}
.arthref .icon-container ul li a.aGooglePlus {
  background-color: #cf4231;
}
.arthref .icon-container ul li a.aFlud {
  background-color: #ff503e;
}
.arthref .icon-container ul li a.aStumbleUpon {
  background-color: #eb4924;
}
.arthref .icon-container ul li a.aReddit {
  background-color: #ff500f;
}
.arthref .icon-container ul li a.aRSS {
  background-color: #ff7722;
}
.arthref .icon-container ul li a.aScoutzie {
  background-color: #f87242;
}
.arthref .icon-container ul li a.aBlogger {
  background-color: #fc9c4a;
}
.arthref .icon-container ul li a.aGrovershark {
  background-color: #fca204;
}
.arthref .icon-container ul li a.aAIM {
  background-color: #ffba00;
}
.arthref .icon-container ul li a.aYahoo {
  background-color: #640e6b;
}
.arthref .icon-container ul li a.aFlickr {
  background-color: #ff0084;
}
.arthref .icon-container ul li a.aDribbble,
.arthref .icon-container ul li a.aDribble {
  background-color: #ff0084;
}
.arthref .icon-container ul li a.aInstagram {
  background-color: #723f2d;
}
.arthref .icon-container ul li a span {
  display: block;
  width: 80px;
  height: 80px;
  background: url('/img/social-sprite.png') no-repeat;
}
.arthref .icon-container ul li a {
  background-image: -webkit-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -moz-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -o-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -ms-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.arthref .icon-container ul li:hover a {
  background-image: -webkit-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -moz-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -ms-radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: radial-gradient(center center, 80px 80px, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
/* Animations */
.arthref .launchpad .icon-container ul {
  -webkit-transform-origin: center 20%;
  -webkit-transform: scale(0.8);
  -moz-transform-origin: center 20%;
  -moz-transform: scale(0.8);
  -o-transform-origin: center 20%;
  -o-transform: scale(0.8);
  -ms-transform-origin: center 20%;
  -ms-transform: scale(0.8);
  transform-origin: center 20%;
  transform: scale(0.8);
}
.arthref .launchpad.active .icon-container ul {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.arthref .launchpadReverse .icon-container ul {
  -webkit-transform-origin: center 20%;
  -webkit-transform: scale(1.2);
  -moz-transform-origin: center 20%;
  -moz-transform: scale(1.2);
  -o-transform-origin: center 20%;
  -o-transform: scale(1.2);
  -ms-transform-origin: center 20%;
  -ms-transform: scale(1.2);
  transform-origin: center 20%;
  transform: scale(1.2);
}
.arthref .launchpadReverse.active .icon-container ul {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.arthref .slideTop {
  top: -100%;
}
.arthref .slideTop.active {
  top: 0;
}
.arthref .slideRight {
  left: 100%;
}
.arthref .slideRight.active {
  left: 0;
}
.arthref .slideBottom {
  top: 100%;
}
.arthref .slideBottom.active {
  top: 0;
}
.arthref .slideLeft {
  left: -100%;
}
.arthref .slideLeft.active {
  left: 0;
}
.arthref .chain .icon-container ul li {
  opacity: 0;
}
.blurred {
  -webkit-transition: -webkit-filter 300ms ease-in-out;
  -moz-transition: -moz-filter 300ms ease-in-out;
  -o-transition: -o-filter 300ms ease-in-out;
  -ms-transition: -ms-filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out;
  -webkit-filter: blur(15px);
}
#__asptrace,
#__asptrace table {
  background: #fff;
}
span.tracecontent b {
  color: white;
}
span.tracecontent {
  background-color: white;
  color: black;
  font: 10pt verdana, arial;
}
span.tracecontent table {
  clear: left;
  font: 10pt verdana, arial;
  cellspacing: 0;
  cellpadding: 0;
  margin-bottom: 25;
}
span.tracecontent tr.subhead {
  background-color: #cccccc;
}
span.tracecontent th {
  padding: 0, 3, 0, 3;
}
span.tracecontent th.alt {
  background-color: black;
  color: white;
  padding: 3,3,2,3;
}
span.tracecontent td {
  color: black;
  padding: 0,3,0,3;
  text-align: left;
}
span.tracecontent td.err {
  color: red;
}
span.tracecontent tr.alt {
  background-color: #eeeeee;
}
span.tracecontent h1 {
  font: 24pt verdana, arial;
  margin: 0, 0, 0, 0;
}
span.tracecontent h2 {
  font: 18pt verdana, arial;
  margin: 0, 0, 0, 0;
}
span.tracecontent h3 {
  font: 12pt verdana, arial;
  margin: 0, 0, 0, 0;
}
span.tracecontent th a {
  color: darkblue;
  font: 8pt verdana, arial;
}
span.tracecontent a {
  color: darkblue;
  text-decoration: none;
}
span.tracecontent a:hover {
  color: darkblue;
  text-decoration: underline;
}
span.tracecontent div.outer {
  width: 90%;
  margin: 15, 15, 15, 15;
}
span.tracecontent table.viewmenu td {
  background-color: #006699;
  color: white;
  padding: 0,5,0,5;
}
span.tracecontent table.viewmenu td.end {
  padding: 0,0,0,0;
}
span.tracecontent table.viewmenu a {
  color: white;
  font: 8pt verdana, arial;
}
span.tracecontent table.viewmenu a:hover {
  color: white;
  font: 8pt verdana, arial;
}
span.tracecontent a.tinylink {
  color: darkblue;
  background-color: black;
  font: 8pt verdana, arial;
  text-decoration: underline;
}
span.tracecontent a.link {
  color: darkblue;
  text-decoration: underline;
}
span.tracecontent div.buffer {
  padding-top: 7;
  padding-bottom: 17;
}
span.tracecontent .small {
  font: 8pt verdana, arial;
}
span.tracecontent table td {
  padding-right: 20;
}
span.tracecontent table td.nopad {
  padding-right: 5;
}
/*------------------------------------*\
    Magazine
\*------------------------------------*/
.magazine-viewport .loader {
  background-image: url(/img/preloaders/preloader.gif);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 280px;
  left: 219px;
}
.magazine-viewport .container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 922px;
  height: 700px;
  margin: auto;
}
.magazine-viewport .magazine {
  width: 908px;
  height: 700px;
  left: -461px;
  top: -450px;
}
.magazine-viewport .page {
  width: 454px;
  height: 700px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.magazine-viewport .zoomer .region {
  display: none;
}
.magazine-viewport .zoom-in .zoom-in .next-button,
.magazine-viewport .zoom-in .zoom-in .previous-button {
  display: none;
}
.magazine-viewport .zoom-in .region {
  display: none;
}
.magazine-viewport div {
  -moz-user-drag: -moz-none;
  -khtml-user-drag: -moz-none;
  -webkit-user-drag: none;
  -ms-user-drag: none;
  -user-drag: none;
}
.magazine-viewport .page img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  width: 100%;
}
.magazine-viewport .shadow {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  -webkit-box-shadow: 0 0 20px #cccccc;
  -moz-box-shadow: 0 0 20px #cccccc;
  -o-box-shadow: 0 0 20px #cccccc;
  box-shadow: 0 0 20px #cccccc;
}
.magazine-viewport .next-button {
  right: -22px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  background-position: -38px 348px;
}
.magazine-viewport .previous-button {
  left: -22px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
  background-position: -4px 348px;
}
.magazine-viewport .next-button,
.magazine-viewport .previous-button {
  background-image: url(/img/arrows.png);
  background-repeat: no-repeat;
  background-color: #ededed;
  width: 22px;
  height: 700px;
  position: absolute;
  top: 0;
}
.magazine-viewport .previous-button-hover,
.magazine-viewport .next-button-hover {
  background-color: #9f9f9f;
}
.magazine-viewport .previous-button-hover,
.magazine-viewport .previous-button-down {
  background-image: url(/img/arrows.png);
  background-position: -4px 348px;
  background-repeat: no-repeat;
}
.magazine-viewport .previous-button-down,
.magazine-viewport .next-button-down {
  background-color: #9f9f9f;
}
.magazine-viewport .next-button-hover,
.magazine-viewport .next-button-down {
  background-image: url(/img/arrows.png);
  background-position: -38px 348px;
  background-repeat: no-repeat;
}
.magazine .region {
  position: absolute;
  overflow: hidden;
  background: #e81f87;
  opacity: 0.3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=30);
}
.magazine .region:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.magazine .region.zoom {
  opacity: 0.01;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
}
.magazine .region.zoom:hover {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.magazine .page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.magazine .even .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.2)));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.3) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.3)', GradientType=1";
}
.magazine .odd .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.25) 100%);
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.25) 100%);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.25) 100%);
  background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.25) 100%);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.25) 100%);
  background-image: linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.25) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.25)', GradientType=1";
}
.no-cssgradients .magazine .odd .gradient {
  background: url(/img/gradient.png) -34px center repeat-y;
}
.no-cssgradients .magazine .even .gradient {
  background: url(/img/gradient.png) 420px center repeat-y;
}
.magazine-viewport .zoom-in .even .gradient,
.magazine-viewport .zoom-in .odd .gradient {
  display: none;
}
.animated {
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -ms-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.esc {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 10000;
}
.esc > div {
  width: 140px;
  height: 30px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font: 12px arial;
  line-height: 30px;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.bookshelf {
  width: 960px;
  height: 579px;
  margin: 0 auto;
  margin-top: 140px;
}
.bookshelf .suggestion {
  font: 12px 'District Thin', helvetica, arial;
  color: #999;
  text-align: center;
  line-height: 40px;
}
.bookshelf .shelf {
  width: 960px;
  height: 200px;
}
.bookshelf .shelf .loc {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bookshelf .shelf .loc > div {
  width: 33%;
  height: 100%;
  float: left;
  text-align: center;
  position: relative;
}
.bookshelf .row {
  position: relative;
  width: 360px;
  height: 158px;
  margin-left: 33px;
}
.bookshelf .cover,
.bookshelf-row .cover {
  margin: auto;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-transform 0.1s;
  -webkit-transform: translate(0, 0);
  -moz-transition: -moz-transform 0.1s;
  -moz-transform: translate(0, 0);
  -ms-transition: -ms-transform 0.1s;
  -ms-transform: translate(0, 0);
  -o-transition: -o-transform 0.1s;
  -o-transform: translate(0, 0);
  transition: transform 0.1s;
  transform: translate(0, 0);
}
.bookshelf .shelf .hover,
.bookshelf-row .hover,
.bookshelf .shelf .loading {
  z-index: 2;
  cursor: pointer;
  background-color: white;
  -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
  -moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
  -ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
  -o-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
  transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
}
.bookshelf .cover,
.bookshelf-row .thumb {
  width: 114px;
  height: 175px;
}
.thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 1;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.thumbnails .current {
  -webkit-box-shadow: 0 0 10px #333755;
  -moz-box-shadow: 0 0 10px #333755;
  -ms-box-shadow: 0 0 10px #333755;
  -o-box-shadow: 0 0 10px #333755;
  box-shadow: 0 0 10px #333755;
}
.thumbnails .thumb-hover {
  cursor: pointer;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -moz-transform: scale3d(1.3, 1.3, 1);
  -o-transform: scale3d(1.3, 1.3, 1);
  -ms-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.2, 1.2, 1);
  -webkit-box-shadow: 0 0 10px #666;
  -moz-box-shadow: 0 0 10px #666;
  -ms-box-shadow: 0 0 10px #666;
  -o-box-shadow: 0 0 10px #666;
  box-shadow: 0 0 10px #666;
}
.thumbnails > .thumbWrap {
  width: 960px;
  height: 175px;
  margin: 20px auto;
  overflow: hidden;
}
.thumbnails ul {
  margin: 0;
  padding: 20px;
  width: auto;
  height: 150px;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.thumbnails li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -ms-box-shadow: 0 0 10px #ccc;
  -o-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px  #ccc;
  -webkit-transition: -webkit-transform 60ms;
  -moz-transition: -webkit-transform 60ms;
  -o-transition: -webkit-transform 60ms;
  -ms-transition: -webkit-transform 60ms;
  transition: -webkit-transform 60ms;
}
.thumbnails li span {
  display: none;
}
.thumbanils-touch .thumb-hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.thumbanils-touch ul {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.thumbnails-hover ul {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  -moz-transform: scale3d(0.6, 0.6, 1);
  -o-transform: scale3d(0.6, 0.6, 1);
  -ms-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.thumbnails .thumb-hover span {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 30px;
  font: bold 15px arial;
  line-height: 30px;
  color: #666;
  display: block;
  cursor: pointer;
}
.thumbnails img {
  float: left;
}
.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}
.mCustomScrollBox .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_scrollTools .mCSB_buttonUp + .mCSB_draggerContainer {
  /*padding-bottom: 40px;*/
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  border: none !important;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
  margin-top: -40px;
}
.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 7px;
  margin: 6px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}
.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}
/* default scrollbar colors and backgrounds */
.mCustomScrollBox:hover .mCSB_scrollTools {
  opacity: 1;
}
.mCustomScrollBox .mCSB_scrollTools {
  opacity: 0.75;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: #957a66;
  background: rgba(149, 122, 102, 0.5);
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #866e5c;
  background: rgba(134, 110, 92, 0.5);
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #685547;
  background: rgba(104, 85, 71, 0.95);
  filter: alpha(opacity=95);
  -ms-filter: alpha(opacity=95);
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #59493d;
  background: rgba(89, 73, 61, 0.95);
  filter: alpha(opacity=95);
  -ms-filter: alpha(opacity=95);
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #685547;
  background: rgba(104, 85, 71, 0.95);
  filter: alpha(opacity=95);
  -ms-filter: alpha(opacity=95);
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(/img/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0px -40px;
}
.mCSB_scrollTools .mCSB_buttonRIght {
  background-position: 0px -56px;
}
.directory .mCSB_scrollTools,
.search .mCSB_scrollTools {
  right: 5px;
}
.directory .mCSB_scrollTools .mCSB_draggerRail,
.search .mCSB_scrollTools .mCSB_draggerRail {
  background: #957a66;
  background: rgba(149, 122, 102, 0.5);
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
}
.directory .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.search .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #866e5c;
  background: rgba(134, 110, 92, 0.5);
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
}
.directory .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.search .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #685547;
  background: rgba(104, 85, 71, 0.95);
  filter: alpha(opacity=95);
  -ms-filter: alpha(opacity=95);
}
.directory .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.search .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #59493d;
  background: rgba(89, 73, 61, 0.95);
  filter: alpha(opacity=95);
  -ms-filter: alpha(opacity=95);
}
.directory .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.search .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #685547;
  background: rgba(104, 85, 71, 0.95);
  filter: alpha(opacity=95);
  -ms-filter: alpha(opacity=95);
}
.directory .mCSB_scrollTools .mCSB_buttonUp,
.search .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.directory .mCSB_scrollTools .mCSB_buttonDown,
.search .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
/*------------------------------------*\
    ICONS
\*------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .social .btn {
    background-color: transparent;
    background-image: url(/img/social@2x.png);
    background-size: 250px 443px;
  }
}
.icon {
  padding-left: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  line-height: 24px;
  color: #866e5c;
  float: left;
  width: 100%;
  display: block;
  min-height: 24px;
  background-size: 50px 1000px;
  background-image: url(/img/icons.png);
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  -user-drag: none;
}
.icon.date {
  background: url(/img/icons.png) no-repeat -8px -308px;
}
.icon.location {
  background: url(/img/icons.png) no-repeat -8px -408px;
}
.icon.time {
  background: url(/img/icons.png) no-repeat -8px -158px;
}
.icon.phone {
  background: url(/img/icons.png) no-repeat -8px -58px;
}
.icon.website {
  background: url(/img/icons.png) no-repeat -8px -258px;
}
.icon.info {
  background: url(/img/icons.png) no-repeat -8px -358px;
}
.social {
  text-align: right;
  margin: 0;
}
.social .btn {
  display: inline-block;
  background-color: transparent;
  background-image: url(/img/social.png);
  background-size: 250px 443px;
  width: 32px;
  height: 32px;
  padding: 0px;
  margin: 4px 0;
}
.social .btn.facebook {
  background-position: -50px -50px;
}
.social .btn.facebook:hover {
  background-position: 0px -50px;
}
.social .btn.twitter {
  background-position: -50px -200px;
}
.social .btn.twitter:hover {
  background-position: 0px -200px;
}
.social .btn.share {
  background-position: -50px -250px;
}
.social .btn.share:hover {
  background-position: 0px -250px;
}
.social .btn.instagram {
  background-position: -50px -300px;
}
.social .btn.instagram:hover {
  background-position: 0px -300px;
}
.social .btn.youtube {
  background-position: -50px -150px;
}
.social .btn.youtube:hover {
  background-position: 0px -150px;
}
.social .btn.enewsletter {
  background-position: -50px 0px;
}
.social .btn.enewsletter:hover {
  background-position: 0px 0px;
}
.social .btn.pinterest {
  background-position: -50px -100px;
}
.social .btn.pinterest:hover {
  background-position: 0px -100px;
}
.btn {
  color: #333 !important;
  background-color: #ccc;
  padding: 7px 10px;
  margin: 0 10px 10px 0;
  display: inline-block;
  text-decoration: none !important;
}
.btn:hover {
  background-color: #beb4a6;
  cursor: pointer;
  color: #fff;
}
/*------------------------------------*\
    CONTENT
\*------------------------------------*/
/*------------------------------------*\
    TREND GUIDE
\*------------------------------------*/
.trend-guide {
  height: auto;
  width: auto;
  border: none;
}
.trend-guide .trendItem {
  display: block;
  float: left;
  width: 330px;
  margin: 5px;
  border: 1px solid #cdc0ad;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.trend-guide .trendItem img,
.trend-guide .trendItem a {
  width: 100%;
  display: block;
  position: relative;
}
.trend-guide .fancybox-title {
  background: url(/img/buttons.png) right 10px no-repeat;
}
#trendGuide {
  width: 1020px;
  padding: 0;
  margin: 0 auto;
}
/*------------------------------------*\
    IE
\*------------------------------------*/
.ie7 .directory .map-menu,
.ie8 .directory .map-menu,
.ie7 .level-dropdown-wrap .level-dropdown,
.ie8 .level-dropdown-wrap .level-dropdown {
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.ie7 .content aside,
.ie8 .content aside {
  background: #e6e6e6;
}
.ie7 menu ul.top,
.ie8 menu ul.top {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-bottom: 1px solid #9c9c9c;
}
.ie7 .rsMinW .rsBullet,
.ie8 .rsMinW .rsBullet {
  background: #070205;
  border: 1px solid #6e6d6e;
}
.ie7 #header-search input,
.ie8 #header-search input {
  height: auto;
  line-height: 18px;
}
.ie7 .home menu ul.top,
.ie8 .home menu ul.top {
  background: none;
  border: none;
}
.ie7 .rsMinW .rsBullet,
.ie8 .rsMinW .rsBullet {
  background: #eee;
  border: #cccccc;
}
.ie7 .rsMinW .rsBullet.rsNavSelected,
.ie8 .rsMinW .rsBullet.rsNavSelected {
  background: #222;
  border: #515151;
}
.ie7 .tooltip {
  max-width: 150px !important;
}
.ie7 .form form {
  width: 330px;
}
.ie7 #contour textarea {
  height: 50px;
}
.ie7 #contour input.text,
.ie7 #contour #t5captcha-response {
  height: 15px;
}
.ie7 #contour label.fieldLabel {
  width: 90px;
}
.ie7 .form #body-content {
  width: 600px;
}
.ie7 .promo {
  display: none !important;
}
.ie7 #hours-rates-tabs {
  height: 35px;
}
.ie7 .nav-tabs > li > a {
  display: block;
}
.ie7 #map {
  right: 0;
}
.ie7 .content article {
  width: 300px;
}
.ie7 #event-info {
  right: 409px;
}
.ie7 .content.hours-rates article {
  z-index: 10;
}
.ie7 .hours-rates-info,
.ie7 #hours-rates-list {
  width: 340px;
}
.ie7 .hours-rates-alerts {
  z-index: 10;
}
.ie7 .events-list #body-content {
  overflow-x: hidden;
  overflow-y: auto;
  height: 579px;
}
.ie7 #hours-rates-list,
.ie7 #body-menu {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 10;
}
.ie7 #hours-rates-list *,
.ie7 #body-menu * {
  position: relative;
  z-index: 10;
}
.ie7 #event-body {
  width: 340px;
}
.ie7 .hours-rates article,
.ie7 .events article {
  width: 608px;
}
.ie7 .directory article {
  width: 640px;
}
.ie7 .directory#directoryTenant article {
  width: 620px;
}
.ie7 .directory#directoryTenant .tab-content {
  overflow-x: hidden;
  overflow-y: auto;
}
.ie7 .hours-rates-alerts {
  right: 409px;
}
.ie7 .hours-rates-alerts #tooltip {
  right: -10px;
}
.ie7 #header-menu {
  margin-bottom: 7px;
}
.ie7 header .menu-top {
  width: 657px;
  float: left;
}
.ie7 #header-search input {
  width: 120px;
}
.ie7 .directory #body-menu.Directory {
  height: 497px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ie7 .content #body-toggle.close {
  right: 381px;
}
.ie7 .search #body-content {
  width: 776px;
  height: 539px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ie7 #searchresults {
  width: 348px;
  top: 91px;
}
.ie7 #searchresults h2 {
  font-weight: normal;
}
.ie7 #header-menu menu ul li a {
  line-height: 52px;
}
.ie7 menu ul li a {
  padding: 2px 10px;
  margin: 0;
}
.ie7 menu ul li ul li,
.ie7 menu ul li ul li ul li {
  padding-left: 20px;
}
.ie7 .events-list #body-content ul li {
  height: 100px;
}
.ie7 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  right: 7px;
  z-index: 50;
}
.ie8 #header-menu menu ul li a {
  line-height: 48px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-icon {
 
height:50px; 
width:50px;
}

.wrapper {
  margin: 0 auto;
  max-width: 960px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-bottom-10 {
	margin-top: 10px;
}
.margin-left-banner-20 {
	margin-left: 20px;
}
.margin-bottom-40 {
	margin-left: 40px;
}
.margin-left-20 {
	margin-left: 20px;
}
.min-page-height {
	min-height: 325px;
}









#navigation-bar {
  position: relative;
	margin-top: 15px;
}
#search {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 65px;
}
#label {
    width: 100%;
    height: 65px;
    position: relative;
    z-index: 20;

}
#label label {
    cursor: pointer;
}
#search-label:hover {

}
#input {
    position: absolute;
    top: 0;
    left: -190px;
    width: 190px;
    height: 50px;
    z-index: -1;
    overflow: hidden;
}
#input input {
    display: block;
    position: absolute;
    top: 0;
    left: -450px;
    width: 450px;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: none;
    background-color: #bdc6cb;
    color: #000;
    font-size: 18px;
    backface-visibility: none;
    border-radius: 0;
    transition: left 0;
}
#input input:focus {
	outline: none;
	line-height: 22px;
	color: #000;
}
#input.focus {
    z-index: 20
}
#input.focus input {
    left: 0;
    transition: left 0.3s;
}


/* do not group these rules */
*::-webkit-input-placeholder {
    color: #000;
}
*:-moz-placeholder {
    /* FF 4-18 */
 color: #000;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #000;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}



body > .modal {
      display: none;
    }
