/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *= -rrequire_self
 *= -rrequire_tree . 




*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 32, ../../app/assets/stylesheets/application.css.scss */
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;
}

/* HTML5 display-role reset for older browsers */
/* line 42, ../../app/assets/stylesheets/application.css.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  /*display: block;*/
}

/* line 46, ../../app/assets/stylesheets/application.css.scss */
html {
  min-width: 980px;
}

/* line 50, ../../app/assets/stylesheets/application.css.scss */
body {
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  min-width: 980px;
}

/* line 55, ../../app/assets/stylesheets/application.css.scss */
ol, ul {
  list-style: none;
}

/* line 58, ../../app/assets/stylesheets/application.css.scss */
blockquote, q {
  quotes: none;
}

/* line 62, ../../app/assets/stylesheets/application.css.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 66, ../../app/assets/stylesheets/application.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 71, ../../app/assets/stylesheets/application.css.scss */
strong {
  font-weight: bold;
}

/* line 73, ../../app/assets/stylesheets/application.css.scss */
a:link, a:active, a:visited {
  text-decoration: none;
  color: #A2C03A;
}

/* Header */
/* line 78, ../../app/assets/stylesheets/application.css.scss */
.wrapper {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px;
  width: 940px;
}

/* line 85, ../../app/assets/stylesheets/application.css.scss */
.tab {
  bottom: 0px;
}

/* Refinery */
/* Refinary css */
/* line 2, ../../app/assets/stylesheets/master.css.scss */
#site_bar {
  background: none repeat scroll 0 0 #A3BD4C !important;
}

/* line 6, ../../app/assets/stylesheets/master.css.scss */
#site_bar_refinery_cms_logo {
  display: none !important;
}

/* line 8, ../../app/assets/stylesheets/master.css.scss */
#editor_switch a, #editor_switch a:hover {
  background: #6D7933 !important;
  border: none !important;
}

/* Header */
/* line 14, ../../app/assets/stylesheets/master.css.scss */
#header-container {
  height: 115px;
  margin: 0 auto;
  width: 980px;
}
/* line 18, ../../app/assets/stylesheets/master.css.scss */
#header-container #stockley-logo {
  width: 200px;
  height: 115px;
  float: left;
  background: url("/assets/home/stockley-logo.png") no-repeat scroll 0px 0px white;
}
/* line 23, ../../app/assets/stylesheets/master.css.scss */
#header-container #stockley-logo a {
  display: none;
}
/* line 27, ../../app/assets/stylesheets/master.css.scss */
#header-container #main-nav {
  width: 700px;
  height: 115px;
  float: right;
}
/* line 28, ../../app/assets/stylesheets/master.css.scss */
#header-container #main-nav ul {
  float: right;
  margin-top: 50px;
}
/* line 31, ../../app/assets/stylesheets/master.css.scss */
#header-container #main-nav ul li {
  border-left: 1px solid #666666;
  float: left;
  padding: 0 10px;
}
/* line 36, ../../app/assets/stylesheets/master.css.scss */
#header-container #main-nav ul li a:link, #header-container #main-nav ul li a:active, #header-container #main-nav ul li a:visited {
  color: #333333;
  display: block;
  font-size: 11px;
  height: 13px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 43, ../../app/assets/stylesheets/master.css.scss */
#header-container #main-nav ul li a:link:hover, #header-container #main-nav ul li a:active:hover, #header-container #main-nav ul li a:visited:hover {
  color: #A3BD4C;
}
/* line 46, ../../app/assets/stylesheets/master.css.scss */
#header-container #main-nav ul li ul {
  display: none;
}
/* line 51, ../../app/assets/stylesheets/master.css.scss */
#header-container #main-nav ul li .on {
  border-bottom: 4px solid #A3BD4C;
}
/* line 54, ../../app/assets/stylesheets/master.css.scss */
#header-container #main-nav ul .selected a {
  color: #A3BD4C !important;
}
/* line 56, ../../app/assets/stylesheets/master.css.scss */
#header-container #main-nav ul .first {
  border: none;
}

/* Global */
/* line 65, ../../app/assets/stylesheets/master.css.scss */
#page_container {
  width: 100% !important;
}

/* line 66, ../../app/assets/stylesheets/master.css.scss */
#page {
  width: 100% !important;
}

/* line 67, ../../app/assets/stylesheets/master.css.scss */
#header {
  width: 100% !important;
}

/* line 69, ../../app/assets/stylesheets/master.css.scss */
#content-container {
  width: 980px;
  margin: 0px auto;
}

/* line 71, ../../app/assets/stylesheets/master.css.scss */
#sub-banner {
  height: 35px;
  border-bottom: 10px solid #768a38;
}
/* line 74, ../../app/assets/stylesheets/master.css.scss */
#sub-banner .sub-bannner-park {
  height: 35px;
  background-color: #a1bf3a;
}

/* line 80, ../../app/assets/stylesheets/master.css.scss */
.the-park .sub-bannner-park {
  background: url("/assets/banner/sub-banner-park001.jpg") no-repeat scroll center top #a1bf3a;
}

/* line 81, ../../app/assets/stylesheets/master.css.scss */
.travel .sub-bannner-park {
  background: url("/assets/banner/sub-banner-park002.jpg") no-repeat scroll center top #a1bf3a;
}

/* line 82, ../../app/assets/stylesheets/master.css.scss */
.occupiers .sub-bannner-park {
  background: url("/assets/banner/sub-banner-park003.jpg") no-repeat scroll center top #a1bf3a;
}

/* line 83, ../../app/assets/stylesheets/master.css.scss */
.blog .sub-bannner-park {
  background: url("/assets/banner/sub-banner-park004.jpg") no-repeat scroll center top #a1bf3a;
}

/* line 84, ../../app/assets/stylesheets/master.css.scss */
.available_spaces .sub-bannner-park {
  background: url("/assets/banner/sub-banner-park005.jpg") no-repeat scroll center top #a1bf3a;
}

/* line 85, ../../app/assets/stylesheets/master.css.scss */
.contact .sub-bannner-park {
  background: url("/assets/banner/sub-banner-park006.jpg") no-repeat scroll center top #a1bf3a;
}

/* line 86, ../../app/assets/stylesheets/master.css.scss */
.sustainability .sub-bannner-park {
  background: url("/assets/banner/sub-banner-park007.jpg") no-repeat scroll center top #a1bf3a;
}

/* line 89, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-nav {
  float: left;
  font-size: 12px;
  margin-top: 75px;
  width: 140px;
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
}
/* line 97, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-nav ul li.selected {
  background-color: #f0f1ea;
}
/* line 98, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-nav ul li.selected a:link, #content-container .side-nav ul li.selected a:active, #content-container .side-nav ul li.selected a:visited {
  color: #768A38;
}
/* line 99, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-nav ul li.selected a:link:hover, #content-container .side-nav ul li.selected a:active:hover, #content-container .side-nav ul li.selected a:visited:hover {
  background-color: #f0f1ea;
}
/* line 102, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-nav ul li.selected li a:link, #content-container .side-nav ul li.selected li a:active, #content-container .side-nav ul li.selected li a:visited {
  color: #768A38;
}
/* line 107, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-nav ul li {
  border-bottom: 1px solid #ccc;
}
/* line 109, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-nav ul li a:link, #content-container .side-nav ul li a:active, #content-container .side-nav ul li a:visited {
  color: #768A38;
  display: block;
  line-height: 16px;
  padding: 11px 10px 10px 10px;
}
/* line 114, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-nav ul li a:link:hover, #content-container .side-nav ul li a:active:hover, #content-container .side-nav ul li a:visited:hover {
  background-color: #f0f1ea;
}
/* line 120, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-nav ul li ul {
  background-color: #fafafa;
  opacity: .8;
  /*display: none;*/
}
/* line 124, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-nav ul li ul li {
  border-top: 1px solid #ccc;
  border-bottom: 0px;
}
/* line 127, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-nav ul li ul li a:link, #content-container .side-nav ul li ul li a:active, #content-container .side-nav ul li ul li a:visited {
  color: #768A38;
}
/* line 135, ../../app/assets/stylesheets/master.css.scss */
#content-container .content {
  width: 580px;
  float: left;
  padding: 40px 20px;
  color: #4A4646;
  font-size: 12px;
  line-height: 16px;
}
/* line 142, ../../app/assets/stylesheets/master.css.scss */
#content-container .content h1 {
  color: #a2c03a;
  font-size: 22px;
  padding: 0 0 19px;
}
/* line 147, ../../app/assets/stylesheets/master.css.scss */
#content-container .content h2 {
  color: #6D7933;
  font-size: 16px;
  padding: 5px 0;
  line-height: 20px;
}
/* line 154, ../../app/assets/stylesheets/master.css.scss */
#content-container .content h3 {
  color: #000;
  font-size: 15px;
  padding: 0 0 5px;
}
/* line 160, ../../app/assets/stylesheets/master.css.scss */
#content-container .content h4 {
  color: #6D7933;
  font-size: 15px;
  padding: 0 0 5px;
}
/* line 166, ../../app/assets/stylesheets/master.css.scss */
#content-container .content p {
  color: #656161;
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 15px;
}
/* line 171, ../../app/assets/stylesheets/master.css.scss */
#content-container .content p a:link, #content-container .content p a:active, #content-container .content p a:visited {
  color: #a2c03a;
  text-decoration: none;
}
/* line 172, ../../app/assets/stylesheets/master.css.scss */
#content-container .content p a:link:hover, #content-container .content p a:active:hover, #content-container .content p a:visited:hover {
  color: #6D7933;
  text-decoration: underline;
}
/* line 174, ../../app/assets/stylesheets/master.css.scss */
#content-container .content p img {
  float: left;
  margin: 3px 15px 10px 0px;
}
/* line 177, ../../app/assets/stylesheets/master.css.scss */
#content-container .content .font-size-small {
  font-size: 9px !important;
}
/* line 178, ../../app/assets/stylesheets/master.css.scss */
#content-container .content .font-size-large {
  font-size: 18px !important;
}
/* line 180, ../../app/assets/stylesheets/master.css.scss */
#content-container .content ul {
  margin: 0 0 10px 12px;
}
/* line 182, ../../app/assets/stylesheets/master.css.scss */
#content-container .content ul li {
  list-style: disc !important;
  color: #656161;
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 8px;
}
/* line 188, ../../app/assets/stylesheets/master.css.scss */
#content-container .content ul li a:link, #content-container .content ul li a:active, #content-container .content ul li a:visited {
  color: #a2c03a;
  text-decoration: none;
}
/* line 189, ../../app/assets/stylesheets/master.css.scss */
#content-container .content ul li a:link:hover, #content-container .content ul li a:active:hover, #content-container .content ul li a:visited:hover {
  color: #6D7933;
  text-decoration: underline;
}
/* line 194, ../../app/assets/stylesheets/master.css.scss */
#content-container .content ol {
  margin: 0 0 10px 17px;
}
/* line 196, ../../app/assets/stylesheets/master.css.scss */
#content-container .content ol li {
  list-style: decimal !important;
  color: #656161;
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 8px;
}
/* line 202, ../../app/assets/stylesheets/master.css.scss */
#content-container .content ol li a:link, #content-container .content ol li a:active, #content-container .content ol li a:visited {
  color: #a2c03a;
  text-decoration: none;
}
/* line 203, ../../app/assets/stylesheets/master.css.scss */
#content-container .content ol li a:link:hover, #content-container .content ol li a:active:hover, #content-container .content ol li a:visited:hover {
  color: #6D7933;
  text-decoration: underline;
}
/* line 208, ../../app/assets/stylesheets/master.css.scss */
#content-container .content table {
  color: #4A4646;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 15px;
}
/* line 213, ../../app/assets/stylesheets/master.css.scss */
#content-container .content table caption {
  background-color: #6D7933;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px;
  border-right: 1px solid #fff;
}
/* line 220, ../../app/assets/stylesheets/master.css.scss */
#content-container .content table tbody {
  background-color: #f0f1ea;
}
/* line 223, ../../app/assets/stylesheets/master.css.scss */
#content-container .content table tbody tr td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 15px;
}
/* line 227, ../../app/assets/stylesheets/master.css.scss */
#content-container .content table tbody tr td a:link, #content-container .content table tbody tr td a:active, #content-container .content table tbody tr td a:visited {
  color: #4A4646;
  text-decoration: none;
}
/* line 228, ../../app/assets/stylesheets/master.css.scss */
#content-container .content table tbody tr td a:link:hover, #content-container .content table tbody tr td a:active:hover, #content-container .content table tbody tr td a:visited:hover {
  color: #4A4646;
  text-decoration: underline;
}
/* line 235, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-col {
  width: 180px;
  float: left;
  margin-top: 75px;
}
/* line 239, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-col .side-ad {
  width: 180px;
  min-height: 180px;
  margin-bottom: 20px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
/* line 246, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-col .side-ad .image {
  position: relative;
  z-index: 10;
  top: 0px;
}
/* line 252, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-col .side-ad .text {
  position: relative;
  z-index: 20;
  top: -40px;
}
/* line 256, ../../app/assets/stylesheets/master.css.scss */
#content-container .side-col .side-ad .text a:link, #content-container .side-col .side-ad .text a:active, #content-container .side-col .side-ad .text a:visited {
  color: #fff;
  display: block;
  background-color: #000;
  opacity: .7;
  padding: 13px 14px;
  font-size: 12px;
  text-transform: uppercase;
}

/* Blog */
/* line 277, ../../app/assets/stylesheets/master.css.scss */
#blog_posts .blog_post {
  background-color: #f6f7f2;
  margin-bottom: 20px;
  padding: 20px;
}
/* line 281, ../../app/assets/stylesheets/master.css.scss */
#blog_posts .blog_post h1 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
/* line 284, ../../app/assets/stylesheets/master.css.scss */
#blog_posts .blog_post h1 a {
  color: #768A38;
  font-size: 17px;
}
/* line 287, ../../app/assets/stylesheets/master.css.scss */
#blog_posts .blog_post .details {
  font-size: 12px;
  color: #676767;
  margin: 0px 0px 15px 0px;
}
/* line 291, ../../app/assets/stylesheets/master.css.scss */
#blog_posts .blog_post .details .posted_at {
  float: left;
}
/* line 292, ../../app/assets/stylesheets/master.css.scss */
#blog_posts .blog_post .details .author {
  float: left;
}
/* line 293, ../../app/assets/stylesheets/master.css.scss */
#blog_posts .blog_post .details .comment_count {
  float: left;
}
/* line 294, ../../app/assets/stylesheets/master.css.scss */
#blog_posts .blog_post .details .comment_count a:link, #blog_posts .blog_post .details .comment_count a:active, #blog_posts .blog_post .details .comment_count a:visited {
  color: #768A38;
}
/* line 296, ../../app/assets/stylesheets/master.css.scss */
#blog_posts .blog_post .details span {
  float: left;
  padding: 0px 7px;
}
/* line 299, ../../app/assets/stylesheets/master.css.scss */
#blog_posts .blog_post .blog_image_thumb {
  display: block;
  float: left;
  height: 140px;
  margin: 0 15px 0 0;
  width: 140px;
}
/* line 306, ../../app/assets/stylesheets/master.css.scss */
#blog_posts .blog_post .readmore {
  float: left;
}
/* line 308, ../../app/assets/stylesheets/master.css.scss */
#blog_posts .blog_post .readmore a:link, #blog_posts .blog_post .readmore a:active, #blog_posts .blog_post .readmore a:visited {
  background-color: #a8b07d;
  display: block;
  color: #fff;
  padding: 5px 10px;
}
/* line 313, ../../app/assets/stylesheets/master.css.scss */
#blog_posts .blog_post .readmore a:link:hover, #blog_posts .blog_post .readmore a:active:hover, #blog_posts .blog_post .readmore a:visited:hover {
  text-decoration: none;
  background-color: #6D7933;
}

/* line 321, ../../app/assets/stylesheets/master.css.scss */
.publisher-anchor-color a:link, .publisher-anchor-color a:active, .publisher-anchor-color a:visited {
  color: #768A38 !important;
}

/* line 324, ../../app/assets/stylesheets/master.css.scss */
#body_content_right {
  display: none;
}

/* line 326, ../../app/assets/stylesheets/master.css.scss */
#blog_post {
  margin-top: 35px;
}
/* line 328, ../../app/assets/stylesheets/master.css.scss */
#blog_post h1 {
  margin: 0px 0px 5px 0px !important;
  padding: 0px !important;
  color: #768A38 !important;
  font-size: 17px !important;
  line-height: 22px;
}
/* line 335, ../../app/assets/stylesheets/master.css.scss */
#blog_post .details {
  font-size: 12px;
  color: #676767;
  margin: 0px 0px 15px 0px;
}
/* line 339, ../../app/assets/stylesheets/master.css.scss */
#blog_post .details .posted_at {
  float: left;
}
/* line 340, ../../app/assets/stylesheets/master.css.scss */
#blog_post .details .author {
  float: left;
}
/* line 341, ../../app/assets/stylesheets/master.css.scss */
#blog_post .details .comment_count {
  float: left;
}
/* line 342, ../../app/assets/stylesheets/master.css.scss */
#blog_post .details span {
  float: left;
  padding: 0px 7px;
}
/* line 344, ../../app/assets/stylesheets/master.css.scss */
#blog_post .blog_image_big {
  float: left;
  margin: 0 15px 4px 0;
}

/* line 351, ../../app/assets/stylesheets/master.css.scss */
#next_prev_article .prev {
  display: none;
}
/* line 352, ../../app/assets/stylesheets/master.css.scss */
#next_prev_article .next {
  display: none;
}

/* line 355, ../../app/assets/stylesheets/master.css.scss */
#next_prev_article a.home {
  left: 0 !important;
  text-align: left !important;
  color: #fff;
  font-size: 12px;
  background-color: #a8b07d;
  display: block;
  padding: 0px 10px;
  width: auto;
  height: 32px;
}
/* line 365, ../../app/assets/stylesheets/master.css.scss */
#next_prev_article a.home:hover {
  text-decoration: none;
  background-color: #6D7933;
}

/* line 369, ../../app/assets/stylesheets/master.css.scss */
.filed_in a:link, .filed_in a:active, .filed_in a:visited {
  color: #676767;
  text-decoration: none;
  font-size: 12px;
}
/* line 372, ../../app/assets/stylesheets/master.css.scss */
.filed_in a:link:hover, .filed_in a:active:hover, .filed_in a:visited:hover {
  text-decoration: underline;
}

/* line 376, ../../app/assets/stylesheets/master.css.scss */
#community {
  color: #6D7933 !important;
}
/* line 378, ../../app/assets/stylesheets/master.css.scss */
#community a {
  color: #6D7933 !important;
}

/* Tentants */
/* line 387, ../../app/assets/stylesheets/master.css.scss */
.tenants #google-map {
  width: 780px;
  height: 330px;
  background-color: #ccc;
  margin-bottom: 20px;
}
/* line 393, ../../app/assets/stylesheets/master.css.scss */
.tenants #search {
  height: 50px;
  margin-bottom: 5px;
  width: 780px;
}
/* line 397, ../../app/assets/stylesheets/master.css.scss */
.tenants #search a {
  display: block;
  padding: 12px;
  font-size: 12px;
  background-color: #F4F3ED;
  width: 100px;
  float: left;
  color: #4A4646;
  width: 32px;
  text-align: center;
}
/* line 398, ../../app/assets/stylesheets/master.css.scss */
.tenants #search input {
  background-color: #F4F3ED;
  border: 1px solid #768A38;
  color: #4A4646;
  font-size: 12px;
  margin-right: 13px;
  padding: 12px;
  width: 300px;
  float: left;
}
/* line 412, ../../app/assets/stylesheets/master.css.scss */
.tenants #tenants_pagination .pagination .previous_page {
  background-color: #F4F3ED;
  display: inline-block;
  height: 25px;
  padding: 15px 10px 5px;
}
/* line 413, ../../app/assets/stylesheets/master.css.scss */
.tenants #tenants_pagination .pagination .previous_page:hover {
  background-color: #768A38;
  color: #fff;
}
/* line 415, ../../app/assets/stylesheets/master.css.scss */
.tenants #tenants_pagination .pagination .disabled {
  display: none;
}
/* line 416, ../../app/assets/stylesheets/master.css.scss */
.tenants #tenants_pagination .pagination .next_page {
  background-color: #F4F3ED;
  display: inline-block;
  height: 25px;
  padding: 15px 20px 5px;
}
/* line 417, ../../app/assets/stylesheets/master.css.scss */
.tenants #tenants_pagination .pagination .next_page .disabled {
  display: none;
}
/* line 418, ../../app/assets/stylesheets/master.css.scss */
.tenants #tenants_pagination .pagination .current {
  background-color: #768A38;
  display: inline-block;
  height: 25px;
  width: 25px;
  padding: 15px 10px 5px;
  text-align: center;
  color: #fff;
}
/* line 419, ../../app/assets/stylesheets/master.css.scss */
.tenants #tenants_pagination .pagination .current:hover {
  background-color: #768A38;
  color: #fff;
}
/* line 421, ../../app/assets/stylesheets/master.css.scss */
.tenants #tenants_pagination .pagination a {
  background-color: #F4F3ED;
  display: inline-block;
  height: 25px;
  padding: 15px 20px 5px;
  text-align: center;
  color: #4A4646;
}
/* line 422, ../../app/assets/stylesheets/master.css.scss */
.tenants #tenants_pagination .pagination a:hover {
  background-color: #768A38;
  color: #fff;
}
/* line 426, ../../app/assets/stylesheets/master.css.scss */
.tenants .content {
  width: 580px;
  float: left;
  padding: 40px 20px;
  color: #4A4646;
  font-size: 12px;
  line-height: 16px;
}
/* line 433, ../../app/assets/stylesheets/master.css.scss */
.tenants .content h1 {
  color: #a2c03a;
  font-size: 22px;
  padding: 0 0 19px;
}
/* line 438, ../../app/assets/stylesheets/master.css.scss */
.tenants .content p {
  color: #4A4646;
  font-size: 12px;
  line-height: 16px;
  padding: 0 0 15px;
}
/* line 443, ../../app/assets/stylesheets/master.css.scss */
.tenants .content p a:link, .tenants .content p a:active, .tenants .content p a:visited {
  color: #a2c03a;
  text-decoration: none;
}
/* line 444, ../../app/assets/stylesheets/master.css.scss */
.tenants .content p a:link:hover, .tenants .content p a:active:hover, .tenants .content p a:visited:hover {
  color: #6D7933;
  text-decoration: underline;
}
/* line 448, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table {
  color: #4A4646;
  width: 780px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 15px;
}
/* line 456, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table .col3 {
  width: 110px;
}
/* line 457, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table .col4 {
  width: 73px;
}
/* line 458, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table .col5 {
  width: 80px;
}
/* line 460, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table .col7 {
  width: 101px;
}
/* line 461, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table .col8 {
  width: 160px;
}
/* line 462, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table .col9 {
  width: 91px;
}
/* line 463, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table .col10 {
  width: 80px;
}
/* line 464, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table .row1 {
  background-color: #768a38;
  color: #fff;
}
/* line 467, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table .row1 td {
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #96a567 !important;
  padding: 15px;
}
/* line 473, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table .row-light {
  background-color: #fff;
  color: #4A4646;
}
/* line 476, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table .row-light:hover {
  background-color: #a2c03a;
}
/* line 480, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table .row-dark {
  background-color: #f4f3ed;
  color: #4A4646;
}
/* line 483, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table .row-dark:hover {
  background-color: #a2c03a;
}
/* line 487, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table tbody {
  background-color: #f0f1ea;
}
/* line 490, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table tbody tr td {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 15px;
  vertical-align: middle !important;
}
/* line 495, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table tbody tr td a.website {
  height: 17px;
  width: 21px;
  display: block;
  background: url("/assets/global/view-online.png") no-repeat scroll center top transparent;
  margin-left: 26px;
}
/* line 501, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table tbody tr td a.website:hover {
  background: url("/assets/global/view-online.png") no-repeat scroll 0px -17px transparent;
}
/* line 503, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table tbody tr td a.map {
  height: 17px;
  width: 21px;
  display: block;
  background: url("/assets/global/view-on-map.png") no-repeat scroll center top transparent;
  margin-left: 26px;
}
/* line 509, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table tbody tr td a.map:hover {
  background: url("/assets/global/view-on-map.png") no-repeat scroll center -17px transparent;
}
/* line 511, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table tbody tr td a:link, .tenants .content table tbody tr td a:active, .tenants .content table tbody tr td a:visited {
  color: #a2c03a;
  text-decoration: none;
}
/* line 514, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table tbody tr td a:link:hover, .tenants .content table tbody tr td a:active:hover, .tenants .content table tbody tr td a:visited:hover {
  color: #fff;
}
/* line 515, ../../app/assets/stylesheets/master.css.scss */
.tenants .content table tbody tr td a:link span, .tenants .content table tbody tr td a:active span, .tenants .content table tbody tr td a:visited span {
  display: none;
}

/* Available */
/* line 529, ../../app/assets/stylesheets/master.css.scss */
.available_space_image span {
  background-color: #000000;
  color: #FFFFFF;
  display: block;
  margin-bottom: 20px;
  margin-top: -40px;
  opacity: 0.8;
  padding: 10px 15px;
  width: 550px;
}

/* line 542, ../../app/assets/stylesheets/master.css.scss */
#photos next_prev_buttons {
  width: 100px;
  float: right;
}

/* line 547, ../../app/assets/stylesheets/master.css.scss */
.next_prev_buttons {
  display: block;
  float: right;
  height: 40px;
  margin: -51px 0 0;
  position: relative;
}
/* line 553, ../../app/assets/stylesheets/master.css.scss */
.next_prev_buttons a {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 11px;
  padding: 5px 7px;
  text-align: center;
  width: 45px;
}
/* line 561, ../../app/assets/stylesheets/master.css.scss */
.next_prev_buttons a:hover {
  color: #ccc;
}

/* Gallery */
/* line 567, ../../app/assets/stylesheets/master.css.scss */
.gallery-section {
  /*a{ color: #fff; background-color: #000; padding: 5px; display: block; width: 100px;}*/
}
/* line 569, ../../app/assets/stylesheets/master.css.scss */
.gallery-section .content {
  width: 760px !important;
}
/* line 570, ../../app/assets/stylesheets/master.css.scss */
.gallery-section .inner {
  margin-top: -50px;
  width: 780px;
}
/* line 571, ../../app/assets/stylesheets/master.css.scss */
.gallery-section .styled-select select {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #768A38;
  font-size: 12px;
  height: 34px;
  padding: 8px;
  width: 268px;
  -webkit-appearance: none;
}
/* line 582, ../../app/assets/stylesheets/master.css.scss */
.gallery-section .styled-select {
  width: 240px;
  height: 34px;
  overflow: hidden;
  float: right;
  background: url("/assets/global/down_arrow_select.jpg") no-repeat right #f4f3ed;
}
/* line 589, ../../app/assets/stylesheets/master.css.scss */
.gallery-section .load_more_button {
  float: left;
}
/* line 591, ../../app/assets/stylesheets/master.css.scss */
.gallery-section .load_more_button a {
  background-color: #96A567;
  color: #fff;
  display: block;
  padding: 9px 13px;
  margin: 15px 0 0;
}

/* line 595, ../../app/assets/stylesheets/master.css.scss */
.gallery_images ul li {
  position: relative;
  overflow: hidden;
}

/* line 598, ../../app/assets/stylesheets/master.css.scss */
#gallery_images {
  width: 780px;
  display: inline-block;
  overflow: hidden;
  margin-top: 15px;
}
/* line 603, ../../app/assets/stylesheets/master.css.scss */
#gallery_images ul {
  margin: 0px !important;
  padding: 0px !important;
}
/* line 604, ../../app/assets/stylesheets/master.css.scss */
#gallery_images li {
  width: 259px;
  height: 186px;
  float: left;
  display: inline-block;
  list-style: none;
  padding: 0px !important;
  margin: 0px !important;
  overflow: hidden;
}
/* line 605, ../../app/assets/stylesheets/master.css.scss */
#gallery_images .gallery_image_div {
  width: 260px;
  height: 186px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
/* line 606, ../../app/assets/stylesheets/master.css.scss */
#gallery_images .gallery_image_div a {
  display: block;
  width: 244px;
  height: 175px;
}
/* line 609, ../../app/assets/stylesheets/master.css.scss */
#gallery_images .text {
  background-color: #000000;
  font-size: 11px;
  line-height: 16px;
  padding: 9px 14px;
  position: relative;
  top: 0;
  color: #fff;
  opacity: 0.8;
  min-height: 48px;
}
/* line 619, ../../app/assets/stylesheets/master.css.scss */
#gallery_images .text .gallery_image_title {
  text-transform: uppercase;
}
/* line 621, ../../app/assets/stylesheets/master.css.scss */
#gallery_images .text.on {
  top: -66px;
}
/* line 622, ../../app/assets/stylesheets/master.css.scss */
#gallery_images .text.off {
  top: 0px;
}

/* line 625, ../../app/assets/stylesheets/master.css.scss */
.ui-dialog-titlebar {
  background-color: #FFFFFF !important;
  background-image: none !important;
  border-radius: 22px 22px 22px 22px !important;
  float: right;
  padding: 7px 17px 6px 16px !important;
  width: 0;
  border: 0px !important;
}

/* line 635, ../../app/assets/stylesheets/master.css.scss */
#gallery_images_dialog {
  padding: 10px;
}
/* line 638, ../../app/assets/stylesheets/master.css.scss */
#gallery_images_dialog #gallery_image_show .left {
  float: left;
  width: 600px;
}
/* line 639, ../../app/assets/stylesheets/master.css.scss */
#gallery_images_dialog #gallery_image_show .right {
  float: right;
  min-height: 351px;
  width: 208px;
}
/* line 643, ../../app/assets/stylesheets/master.css.scss */
#gallery_images_dialog #gallery_image_show .right h1 {
  color: #828E3F;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 7px;
  margin-top: 7px;
  text-transform: uppercase;
}
/* line 649, ../../app/assets/stylesheets/master.css.scss */
#gallery_images_dialog #gallery_image_show .right p {
  font-size: 12px;
  color: #333;
  line-height: 16px;
}
/* line 650, ../../app/assets/stylesheets/master.css.scss */
#gallery_images_dialog #gallery_image_show .right a {
  background-color: #F4F3ED;
  color: #828E3F;
  display: block;
  float: left;
  font-size: 11px;
  height: 14px;
  margin-right: 11px;
  margin-top: 10px;
  padding: 8px;
  text-align: center;
  width: 40px;
}
/* line 661, ../../app/assets/stylesheets/master.css.scss */
#gallery_images_dialog #gallery_image_show .right a:hover {
  background-color: #828E3F;
  color: #fff;
}
/* line 665, ../../app/assets/stylesheets/master.css.scss */
#gallery_images_dialog .ui-resizable-handle {
  display: none;
}

/* line 668, ../../app/assets/stylesheets/master.css.scss */
.ui-widget-overlay {
  background: url("/assets/global/overlay.gif") repeat-x scroll 50% 50% black !important;
  opacity: 0.8 !important;
}

/* line 675, ../../app/assets/stylesheets/master.css.scss */
#content-container .content #site-nav ul {
  margin: 0 0 10px;
}
/* line 677, ../../app/assets/stylesheets/master.css.scss */
#content-container .content #site-nav ul li {
  list-style: none !important;
}
/* line 679, ../../app/assets/stylesheets/master.css.scss */
#content-container .content #site-nav ul li a {
  background-color: #768A38;
  color: #FFFFFF;
  display: block;
  padding: 7px 12px;
}
/* line 685, ../../app/assets/stylesheets/master.css.scss */
#content-container .content #site-nav ul li ul li {
  margin-left: 0px;
  padding: 0px;
  border-bottom: 1px solid #fff;
}
/* line 686, ../../app/assets/stylesheets/master.css.scss */
#content-container .content #site-nav ul li ul li a {
  background-color: #F4F3ED;
  color: #333;
}
/* line 689, ../../app/assets/stylesheets/master.css.scss */
#content-container .content #site-nav ul li ul li ul {
  padding: 0px;
  margin: 0px 0px 0px 12px;
}
/* line 691, ../../app/assets/stylesheets/master.css.scss */
#content-container .content #site-nav ul li ul li ul li {
  background-color: #f8f8f6;
  margin-left: -12px;
  padding: 0 0 0 10px;
}
/* line 694, ../../app/assets/stylesheets/master.css.scss */
#content-container .content #site-nav ul li ul li ul li a {
  background-color: #f8f8f6;
  color: #333;
}

/* Snippets */
/* line 702, ../../app/assets/stylesheets/master.css.scss */
#rac-tnt-widget {
  font: 12px arial,sans-serif;
  margin: 0 auto 0.5em 8px !important;
  position: relative;
  width: 184px !important;
  z-index: 1;
}

/* line 711, ../../app/assets/stylesheets/master.css.scss */
.bbc-widget {
  background-color: #F6F7F2;
  padding: 15px;
  width: 150px !important;
}
/* line 716, ../../app/assets/stylesheets/master.css.scss */
.bbc-widget .header {
  background-color: #990000;
  color: #FFFFFF;
  font-size: 13px;
  margin: -15px 0 10px -15px;
  padding: 10px 15px;
  width: 200px;
}
/* line 724, ../../app/assets/stylesheets/master.css.scss */
.bbc-widget .entry {
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 5px 0px;
}
/* line 729, ../../app/assets/stylesheets/master.css.scss */
.bbc-widget .entry h3 {
  color: #768A38;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 4px;
}
/* line 733, ../../app/assets/stylesheets/master.css.scss */
.bbc-widget .entry p {
  color: #656161;
  font-size: 11px;
  line-height: 14px;
  margin: 0px !important;
  background-color: #F6F7F2 !important;
}
/* line 738, ../../app/assets/stylesheets/master.css.scss */
.bbc-widget .entry a {
  background-color: #A8B07D;
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  margin: 5px 0;
  padding: 5px 7px 8px;
  width: 61px;
}

/* line 748, ../../app/assets/stylesheets/master.css.scss */
.snippet-holder {
  width: 180px;
  height: 180px;
  background-color: #ccc;
}
/* line 753, ../../app/assets/stylesheets/master.css.scss */
.snippet-holder .snippet-text {
  background-color: #000000;
  bottom: 32px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 10px;
  position: relative;
  opacity: 0.8;
}
/* line 761, ../../app/assets/stylesheets/master.css.scss */
.snippet-holder .snippet-text h3 {
  color: #FFFFFF;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 768, ../../app/assets/stylesheets/master.css.scss */
.snippet-holder .snippet-text p {
  color: #FFFFFF;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 4px;
}
/* line 773, ../../app/assets/stylesheets/master.css.scss */
.snippet-holder .snippet-text a {
  color: #A1BF3A;
  font-size: 11px;
  text-decoration: none;
}

/* line 782, ../../app/assets/stylesheets/master.css.scss */
.newsletter {
  height: 285px !important;
  background-color: #F0F1EA;
}
/* line 785, ../../app/assets/stylesheets/master.css.scss */
.newsletter .title {
  background-color: #768A38;
  color: #fff;
  padding: 9px 10px 8px 10px;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 787, ../../app/assets/stylesheets/master.css.scss */
.newsletter .intro p {
  font-size: 11px;
  line-height: 15px;
  padding: 10px 10px 0px 10px;
}
/* line 792, ../../app/assets/stylesheets/master.css.scss */
.newsletter #subForm {
  padding: 10px;
}
/* line 794, ../../app/assets/stylesheets/master.css.scss */
.newsletter #subForm label {
  font-size: 11px;
}
/* line 795, ../../app/assets/stylesheets/master.css.scss */
.newsletter #subForm input[type="text"] {
  margin: 2px 0px 5px 0px;
  border: 1px solid #768A38;
  padding: 5px;
  width: 145px;
}
/* line 796, ../../app/assets/stylesheets/master.css.scss */
.newsletter #subForm input[type="submit"] {
  margin: 5px 0px 5px 0px;
  border: 1px solid #768A38;
  padding: 5px;
  background-color: #768A38;
  color: #fff;
}

/* line 801, ../../app/assets/stylesheets/master.css.scss */
#blog_posts #socials {
  margin-top: -5px;
  margin-bottom: 15px;
}

/* line 808, ../../app/assets/stylesheets/master.css.scss */
.fb_iframe_widget {
  vertical-align: top;
}

/* line 810, ../../app/assets/stylesheets/master.css.scss */
.twitter-share-button {
  margin-left: 15px;
  vertical-align: top;
}

/* line 814, ../../app/assets/stylesheets/master.css.scss */
.pluginConnectButton {
  height: 20px;
}
/* line 1, ../../app/assets/stylesheets/footer.css.scss */
footer {
  min-width: 980px;
}

/* line 5, ../../app/assets/stylesheets/footer.css.scss */
.footer-color {
  background-color: #A3BD4C;
}

/* line 7, ../../app/assets/stylesheets/footer.css.scss */
root {
  display: block;
}

/* line 11, ../../app/assets/stylesheets/footer.css.scss */
#footer-container {
  background-color: #A3BD4C;
  height: 290px;
  margin: 0 auto;
  width: 940px;
}
/* line 15, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper {
  background-color: none;
  display: inline-block;
}
/* line 16, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel {
  width: 235px;
  float: left;
  display: inline-block;
  margin-top: 35px;
}
/* line 17, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .tab {
  height: 47px;
  margin: 0 auto;
  position: relative;
  width: 40px;
  z-index: 3;
}
/* line 24, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .golf {
  background: url("/assets/home/footer-tab-golf.png") no-repeat scroll 0 0;
}
/* line 25, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .pin {
  background: url("/assets/home/footer-tab-pin.png") no-repeat scroll 0 0;
}
/* line 26, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .sustain {
  background: url("/assets/home/footer-tab-sustain.png") no-repeat scroll 0 0;
}
/* line 27, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .park {
  background: url("/assets/home/footer-tab-park.png") no-repeat scroll 0 0;
}
/* line 28, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .shadow-1 {
  background: url("/assets/home/footer-tab-shadow1.png") no-repeat scroll 0 0 transparent;
  height: 35px;
  margin: -18px auto 0;
  opacity: 0.4;
  width: 100px;
}
/* line 34, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .shadow-2 {
  background: url("/assets/home/footer-tab-shadow2.png") no-repeat scroll 0 0 transparent;
  height: 35px;
  margin: -18px auto 0;
  opacity: 0.4;
  width: 100px;
}
/* line 40, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .shadow-3 {
  background: url("/assets/home/footer-tab-shadow3.png") no-repeat scroll 0 0 transparent;
  height: 35px;
  margin: -18px auto 0;
  opacity: 0.4;
  width: 75px;
}
/* line 46, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .shadow-4 {
  background: url("/assets/home/footer-tab-shadow4.png") no-repeat scroll 0 0 transparent;
  height: 35px;
  margin: -18px auto 0;
  opacity: 0.4;
  width: 77px;
}
/* line 52, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .text {
  text-align: center;
  color: #fff;
}
/* line 54, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .text h3 {
  font-size: 14px;
  margin: 9px 0;
  text-transform: uppercase;
}
/* line 57, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .text p {
  font-size: 12px;
  line-height: 17px;
  padding: 0 20px;
}
/* line 62, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .text p span a {
  background-color: #95B23C;
  color: #fff;
  display: block;
  margin: 15px auto 0;
  padding: 7px 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: 102px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 74, ../../app/assets/stylesheets/footer.css.scss */
#footer-container .wrapper .panel .text p span a:hover {
  background-color: #6d7a33;
}

/* line 83, ../../app/assets/stylesheets/footer.css.scss */
#footer-map {
  background-color: #dce3b6;
}
/* line 85, ../../app/assets/stylesheets/footer.css.scss */
#footer-map .tab {
  background-color: #A3BD4C;
  color: #FFFFFF;
  margin: 0 auto;
  position: relative;
  width: 200px;
  z-index: 50;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  box-shadow: 0px 1px 1px #505B2A;
}
/* line 100, ../../app/assets/stylesheets/footer.css.scss */
#footer-map .tab p a {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 0 8px 13px;
  text-align: center;
  text-decoration: none;
}
/* line 110, ../../app/assets/stylesheets/footer.css.scss */
#footer-map .wrapper {
  height: 650px;
  background-color: #dce3b6;
  margin: 0px auto;
  display: inherit;
  position: relative;
  z-index: 5;
}
/* line 111, ../../app/assets/stylesheets/footer.css.scss */
#footer-map .wrapper .map {
  height: 542px;
  width: 790px;
  background: url("/assets/map/footer-map-main2.png") no-repeat scroll 0 0 transparent;
  margin-top: 50px;
  float: left;
}
/* line 118, ../../app/assets/stylesheets/footer.css.scss */
#footer-map .wrapper .key {
  float: left;
  background: url("/assets/map/key.png") no-repeat scroll 0 0 transparent;
  height: 250px;
  margin-top: 50px;
  width: 150px;
}

/* line 127, ../../app/assets/stylesheets/footer.css.scss */
#footer-nav-container {
  width: 100%;
  background-color: #6d7933;
  margin-top: -27px;
  height: 50px;
  position: relative;
  z-index: 10;
}

/* line 128, ../../app/assets/stylesheets/footer.css.scss */
#footer-nav {
  width: 980px;
  margin: 0px auto;
}
/* line 131, ../../app/assets/stylesheets/footer.css.scss */
#footer-nav .wrapper {
  overflow: hidden;
}
/* line 133, ../../app/assets/stylesheets/footer.css.scss */
#footer-nav .wrapper #nav-left {
  color: #fff;
  float: left;
  width: 370px;
  height: 10px;
  padding: 20px 0;
}
/* line 140, ../../app/assets/stylesheets/footer.css.scss */
#footer-nav .wrapper #nav-left ul li {
  font-size: 11px;
  float: left;
  padding: 0px 15px 0px 0px;
}
/* line 141, ../../app/assets/stylesheets/footer.css.scss */
#footer-nav .wrapper #nav-left ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
/* line 145, ../../app/assets/stylesheets/footer.css.scss */
#footer-nav .wrapper #nav-right {
  color: #fff;
  float: right;
  width: 300px;
  height: 10px;
  padding: 20px 0;
}
/* line 151, ../../app/assets/stylesheets/footer.css.scss */
#footer-nav .wrapper #nav-right ul {
  float: right;
}
/* line 153, ../../app/assets/stylesheets/footer.css.scss */
#footer-nav .wrapper #nav-right ul li {
  font-size: 11px;
  float: left;
  padding: 0px 15px 0px 0px;
}
/* line 154, ../../app/assets/stylesheets/footer.css.scss */
#footer-nav .wrapper #nav-right ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */


.cc-cookies { font-family: 'Montserrat', sans-serif; position:fixed; width: 90%; left: 0; bottom: 0; padding: 0.5em 5%; background: #565656; background: rgba(86,86,86,0.95); color: #fff; font-size: 13px; font-weight: 500; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff; }
.cc-cookies a, .cc-cookies a:hover { color: #fff; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }

@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
.cc-cookies { position: relative; float: left; }
}
