/* @override
  http://tviog.dev/wp-content/themes/primal/style.768.css
  http://tviog.primalbeta.com/wp-content/themes/primal/style.768.css */

/******************  768+  ****************/

@media only screen and (min-width: 768px) {
#footer-logos {
  padding: 30px 0 15px;
  height: 78px;
  width: 370px;
}


  /* @group Page Styles */

  body {
    background: rgb(188, 180, 158);
  }

  body.home {
    background: #FFF;
  }

  .body-wrap {
    background: url(img/bg-int-photo.jpg) no-repeat center 0 #FFF;
        height: 489px;
        overflow: visible;
        background-size: cover;
  }

  #page {
    background: transparent;

  }

  body.post-type-archive-entries #page,
  body.single-entries #page,
  body.page-id-1638 #page {
    background-position: center 0;
  }

  body.post-type-archive-entries,
  body.single-entries,
  body.page-id-1638 {
    background: url(img/bg-int.png) repeat-x center top #FFF !important;
  }

  body.single-entries .body-wrap,
  body.post-type-archive-entries .body-wrap,
  body.page-id-1638 .body-wrap {
    background: transparent !important;
  }

  body.home .body-wrap {
    background: none;
  }

  body.home #page {
    padding-top: 0;
  }

  .ad a {
    display: block;
  }

  .ad-type-leaderboard {
    display: block;
    padding: 10px 0;
  }

  .ad-type-leaderboard .wrap {
    display: block;
    text-align: center;
    line-height: 0;
    padding: 0;
  }

  .ad-type-sidebar {
    display: block;
    padding: 5px 0 15px 0;
  }

  /* @end */

  /* @group Header */

#bar1 {
  text-align: right;
}

#bar1 form {
  display: block;
  float: left;
}

/* @group Blue Bar */

.blue-bar {
  color: #FFF;
  padding: 15px 0 0;
  margin: 0;
}
.home .blue-bar {
  position: absolute;
  top: 50px;
  z-index: 100;
  margin-top: 0;
}

#home-ad {
  z-index: 150;
}

#home-ad a,
#ing-ad a {
  display: block;
  position: relative;
}

.ad > a > span {
  display: block;
  height: 0;
  overflow: hidden;
}

#home-ad .ad-group {
  position: absolute;
  top: 10px;
  left: 0;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}

#home-ad .ad-group .wrap {
  background-color: transparent;
}

#home-ad .ad-group .wrap img {
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.blue-bar h3 {
  margin: 0;
  font: normal normal 50px NewsGothicFSLight;
  letter-spacing: 0;
  height: 58px;
}

.blue-bar h4 {
  color: #b8cadd;
  padding-left: 2px;
  padding-bottom: 7px;
  font: normal normal 26px NewsGothicFSLight;
  position: absolute;
  top: 20px;
  left: 331px;
}


/*#nav-search {
  display: block;
  position: absolute;
  top: 108px;
  right: 14px;
  box-shadow: 1px 3px 8px rgba(0,0,0,0.3);
  z-index: 20;
}

#nav-search .text {
  border: 0;
  padding: 0 0 0 5px;
  height: 19px;
  width: 237px;
  float: left;
  outline: none;
  font-size: 10pt;
  border-radius: 0;
}

#nav-search .submit {
  border: 0;
  padding: 0;
  text-indent: -999px;
  width: 69px;
  height: 19px;
  border-radius: 0;
  float: left;
  background: url(img/int-sprite.png) no-repeat 0 -67px #FFF;
}*/

#___gcse_0 {
  display: none;
}

#___gcse_1 {
  display: block;
  position: absolute;
  top: 97px;
  right: 20px;

  width: 231px;
  z-index: 20;
}

.home #___gcse_1 {
  width: 318px;
  top: 121px;
}

#___gcse_1 input.gsc-search-button {
  padding-left: 10px;
  padding-right: 10px;
}

/* @group Primary Navigation */

.menu-toggle {
  display: none !important;
}

#nav-menu {
  display: block;
  background: transparent;
  margin: 0;
  position: relative;
  height: 25px;
  padding: 5px 10px 0;
  z-index: 105;
}

#nav-menu .mobile {
  display: none;
}

#nav-menu > ul > li > a {
  font: normal normal 14pt RokkittRegular;
  padding: 3px 15px;
  border-left: 1px solid #4C0009;
}

#nav-menu > ul > li {

  border-top: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 105;
}

#nav-menu > ul > li:first-child {
}

#nav-menu > ul > li:first-child > a {
  border-left: 0;
}

#nav-menu > ul > li:hover > a,
#nav-menu > ul > li:focus > a,
#nav-menu > ul > li > a.current_item {
  background-color: #4C0009;
}

#nav-menu > ul > li > ul {
  display: none;
  position: absolute;
  top: 25px;
  left: 16px;
  width: 200px;
  padding: 0;
  font-size: 9pt;
  z-index: 105;

  box-shadow: 1px 2px 4px rgba(0,0,0,0.3);
}

#nav-menu > ul > li:hover > ul {
  display: block;
}

#nav-menu > ul > li > ul > li {
  display: block;
  padding: 0;
}

#nav-menu > ul > li > ul > li > a {
  background: #4C0009;
  display: block;
  padding: 4px 10px;
  border-top: 1px solid #666;
  opacity: 0.9;
}

#nav-menu > ul > li > ul > li > a:hover,
#nav-menu > ul > li > ul > li > a:focus {
  background: #666;
  opacity: 1.0;
}

#nav-menu > ul > li > ul > li:first-child > a {
  border-top: 0;
}

/* @end */



/*
#bb-vi-region {
  position: absolute;
  top: -11px;
  right: 115px;
  background: transparent url(img/logos-bc-rev.png) no-repeat 0 0;
  width: 109px;
  height: 73px;

  display: inline-block;
  *display:inline;
  *zoom:1;
}
*/

/*
#bb-snbc {
  position: absolute;
  right: 0;
  top: -11px;
  background: url(img/logos-bc-rev.png) no-repeat -108px 0 transparent;
  width: 116px;
  height: 73px;

  display: inline-block;
  *display:inline;
  *zoom:1;
}
*/
#bb-snbc {
  position: absolute;
  right: 3px;
  top: 0;
  display: inline-block;
  *zoom:1;
  background: url(img/snbc_header.png) no-repeat  transparent;

  height: 55px;
  width: 173px;
  background-size: cover;

}

/* @end */

#page > .centered > .content > .main > h1 {
  padding: 0 !important;
  font: normal normal 36px/1em RokkittRegular;
  letter-spacing: -1px;
  margin: 0;
}

#page > .centered > .content > .main h2 {
  padding: 15px 0 0;
  font: normal normal 29px/1em RokkittRegular;
  letter-spacing: -1px;
  color: #4C0009;
}


#page > .centered > .content > .main h3 {
  padding: 15px 0 0;
  font: normal normal 24px/1em RokkittRegular;
  letter-spacing: -1px;
  color: #4C0009;
}

#nav-menu .current-page-ancestor > a,
#nav-menu .current_page_item > a {
  background-color: #4C0009;
  position: relative;
}

#nav-menu .current_page_item > a::before,
#nav-menu .current-page-ancestor > a::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #4C0009 transparent transparent transparent;
  position: absolute;
  top: 24px;
  left: 19px;
}

/* @end */

#home-wood {
  /*background: url('img/bg-wood.jpg') center center no-repeat fixed #4C0009;*/
  background: rgb(188,180,158);
  height: 1120px;
  position: relative;
}

#home-slideshow-wrap {
  padding: 0 15px;
}

#home-slideshow {
  background: #FFF;
  position: relative;
  height: 635px;
  width: auto;
  max-width: 894px;
  top: 224px;
  padding: 6px;
}

#home-wood .slideshow-cover {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 635px;

  background: url(img/slideshow-cover.png) center no-repeat transparent;
  z-index: 5;
}


#meteor-slideshow {

  max-width: 894px;
  width: 100%;
  height: 635px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #FFF;
  display: block;
}

#meteor-slideshow .mslide  {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 647px;
/*  min-width: 768px;
  max-width: 1920px;
  width: 100%;*/

  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#home-specials {
  position: absolute;
  top: 461px;
  right: -20px;
  z-index: 5;
}

#home-cta {
  position: absolute;
  width: 326px;
  height: 368px;
  z-index: 6;
  background: transparent url(img/wine-nav.png);
  top: 86px;
  right: -15px;
}

#home-cta ul {
  margin: 0;
  padding: 59px 0 0 15px;
}

#home-cta ul li {
  display: inline-block;

  *display: block;
  *zoom: 1;
}

#home-cta ul li a {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

#home-cta ul li a span.ir {
  display: none;

}

#home-buttons {
  height: 547px;
  position: absolute;
  top: 260px;
  left: 0;
  width: 100%;
  z-index: 40;
}

#home-buttons .centered {
  max-width: 960px;
}


#home-buttons ul {
  margin: 0;
  float: right;
}

#home-buttons li {
  display: block;
  list-style: none;
  border-top: 0;
}

#home-buttons .explore a {
  display: block;
  background: transparent url(img/button-explore-subscribe.png) no-repeat 0 0;
  width: 335px;
  height: 231px;
  padding: 0;
}

#home-buttons .newsletter {
  background: transparent;
}


#home-buttons .specials {
  background: transparent;
}

#home-buttons .newsletter a {
  display: block;
  background: url(img/button-explore-subscribe.png) no-repeat 0 -231px transparent;
  width: 335px;
  height: 144px;
  padding: 0;
}

#home-buttons .specials a {
  display: block;
  background: url(img/monthly-specials.png) no-repeat 0 0 transparent;
  width: 335px;
  height: 146px;
  padding: 0;
}

.home_features {
  position: absolute;
  top: -150px;
  right: 0;
  width: 430px;
}

.home_features > div {
  float: left;
}

.home_features .wrap {
  padding-left: 15px;
}

.home_features .ad {
  box-shadow: 0 0 10px rgba(0,0,0,.5), 0 0 3px rgba(0,0,0,.5);
}

.mobile-photo {
  display: none;
}

body.home #footer .sitemap .centered {
  padding-top: 20px;
  border-top: 1px solid #CCC;
}

#footer .sitemap .centered {
  padding-top: 40px;
}

a.toggle-switch .icon:before {
  content: '\e853';
  font-family: "prml_symbols";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-size: 14pt;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

a.toggle-switch.open .icon:before {
  content: '\e852';
}

/* @group Content */

.mobile-nav {
  display: none;
}

#page > .centered {
  padding-top: 129px;
}

body.single-entries #page > .centered,
body.post-type-archive-entries #page > .centered,
body.page-id-1638 #page > .centered {
  padding-top: 0;
}

body.single-entries #page .content,
body.post-type-archive-entries #page .content,
body.page-id-1638 #page .content {
  background-image: none;
}

body.single-entries #page .content {
  padding-top: 0;
}

.content-pagination {
  margin: 2em 0;
}

#page > .centered.search {
  padding-top: 0;
  height: 35px;
}

#home-content .main {
  float: left;
}

#home-buttons li {
  background: transparent;
}

#home-buttons li .arrow {
  background: transparent;
}

#home-sidebar {
  float: left;
  padding-left: 30px;
  width: 235px;
}

.home-side-buttons > a {
  display: block;
}

.textwidget a {
  padding: 0 0 10px 0;
}

.textwidget a img {
  max-width: 200px;
}

#home-sidebar {
  margin: 0 auto;
}

#home-sidebar .textwidget {
  width: auto;
  float: none;
}

.main .region-map {
  margin: 0;
}


.content {
  padding: 30px 30px 40px;
  min-width: 708px;
  max-width: 870px;
  margin: 0;
  font-size: 0.9em;
  background:  #FFF;
}

.content-calendar {
  padding: 30px 30px 40px;
  min-width: 708px;
  max-width: 930px;
  margin: 0;
  font-size: 0.9em;
  background:  #FFF;
}

body.home .content {
  padding: 30px 15px;
  background: transparent;
}

body.home .content .main {
  margin-right: 0;
  max-width: inherit;
  width: 69%;
}

body.home .content .main h1 {
  font: 2em RokkittRegular;
  padding: 15px 0 0;
  margin: 0;
}

.content .main .wp-caption {
  max-width: 100%;
  width: auto;
  height: auto;
  font-size: 0.7em;
  text-align: right;
  float: left;
  padding-top: 0;
  padding-bottom: 1em;
  background: transparent;
  margin: auto;
}

.content .main .alignright.wp-caption {
  width: auto;
  margin-left: 15px;
  margin-bottom: 10px;
  position: relative;
}

.content .main .alignleft.wp-caption {
  text-align: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.content .main .alignleft.wp-caption {
  text-align: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.content .main .wp-caption img {
  margin: 0;
}


.content .main .wp-caption p.wp-caption-text {
  width: auto;
  color: #FFF;
  margin: 0;
  font-size: 8pt;
  position: relative;
  padding: 7px 15px;
  text-align: left;
  background-color: #4a4a4a;
  background-color: rgba(0,0,0,0.6);
}

.content .main .alignleft.wp-caption a {
  float: left;
}

.content .main .alignleft.wp-caption p.wp-caption-text {
  width: 75%;
}

.content .main .alignright.wp-caption a {
  float: right;
}

.content .main .alignnone.wp-caption img {
  float: none;
}

.content .main .alignnone.wp-caption p.wp-caption-text {
  width: auto;
  float: left;
}
.content .main .alignright.wp-caption p.wp-caption-text {
  width: 75%;
  float: right;

}

.content .main .wp-caption p a{
  color: #666;
}

.content .main > p img,
.content .main > img,
.content .main > a > img,
.content .main > div > img,
.content .main > div > a > img,
.content .main .wp-caption img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.content .main .alignright {
  float: right;
  padding-left: 10px;
}


.main blockquote {
  margin: 0 15px 10px -30px;
  padding: 9pt 7px 0 50px;
  float: left;
  width: 200px;
  background-color: #3b6596;
  color: #ffffff;
  opacity: 0.9;
}

.main blockquote p {
  margin: 0 0 9pt 0;
  font-size: 9pt;
  line-height: 1.3em;
  color: #fff;
}


/* @group Bread Crumbs */

.breadcrumbs {
  background: transparent;
  padding: 0;
  margin: 0 0 1em 0;
  height: 25px;
  border-bottom: 1px solid #CCC;
}

.breadcrumbs a {
  color: #666;
  text-decoration: underline;
}

.breadcrumbs a.current-item {
  text-decoration: none;
  color: #999;
}

/* @end */

#side-nav {
}

#side-nav h4 {
  margin: 0;
  padding: 0;
}

#side-nav h4 a {
  display: block;
  border-bottom: 1px solid #AAA;
  text-decoration: none;
  font: 1.4em/25px RokkittRegular;
  color: #5b5b5b;
  height: 25px;
  padding: 0 5px;
}

#side-nav ul {
  padding: 0;
  margin: 0;
}

#side-nav li {
  list-style: none;
  position: relative;
}

#side-nav li:first-child a {
  border-top: 0;
}

#side-nav li a {
  display: block;
  border-top: 1px solid #CCC;
  padding: 4px 5px;
  text-decoration: none;
  color: #4C0009;
  font-size: 0.8em;
}

#side-nav li a:hover,
#side-nav li a:focus,
#side-nav li a:active {
  background-color: #4C0009;
  color: #fff;
}

#side-nav li a:hover::before,
#side-nav li a:focus::before,
#side-nav li a:active::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 11px 11px 11px 0;
  border-color: transparent #4C0009 transparent transparent;
  border-style: solid;
  position: absolute;
  left: -11px;
  top: 1px;
}

#side-nav li.current_page_item a {
  background-color: #4C0009;
  color: #fff;
}

#side-nav li.current_page_item a:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 11px 11px 11px 0;
  border-color: transparent #4C0009 transparent transparent;
  border-style: solid;
  position: absolute;
  left: -11px;
  top: 1px;
}

#int-sidebar {
  padding: 10px 0 0 0;
}

.leaderboard {
  display: block;
}

.main {
  max-width: 640px;
  min-height: 400px;
  width: 70%;
}

.page-id-17 .main {
  max-width: 870px;
  width: 100%;
  float: left;
}

.main .widget {
  width: 300px;
  padding: 0 20px 20px 0;
  float: left;
}

.main .widget h3 {
  color: #CCC;
  font-size: 8pt;
  padding-bottom: 2px;
}

#sidebar {
  display: block;
  float: right;
  width: 200px;
}

.ad-type-sidebar {
  text-align: right;
  padding-top: 24px;
}


#back-to-top {
  display: none;
}

.listings a.social {
  float:right;
  margin: 0 0 0 5px;
}

.listing {
  padding-top: 35px;
}

.listing h1 {
  font: 1.6em Helvetica, Arial, sans-serif;
  padding: 15px 0 !important;
}

.listing .map {
  position: absolute;
  right: 0px;
  left: 290px;
}

.listing .details {
  width: 270px;
  float: left;
  min-height: 300px;
}

.listing .main {
  float: left;
}

.single-listings .listing .categories {
  padding-bottom: 1em;
}


.listing .sidebar {
  width: 26.1%;
  float: right;
}

.listing .sidebar .wrap {
  padding: 17px 0 0 15px;
  position: relative;
}

.listing .sidebar iframe {
  width: 100%;
  height: 100%;
}

.listing .sidebar .side-gallery {
  margin-top: 15px;
  position: relative;
  clear: both;
}

.listing .sidebar .side-gallery .label {
  height: 1em;
  font-size: 12pt;
  position: absolute;
  top: -13px;
  left: 5px;
}

.listing .gallery li {
  margin: 0;
  line-height: 0;
  float: left;
  width: 50%;
  list-style: none;
}

.listing .gallery a {
  display: block;
  padding: 5px;
}

.listing .gallery img {
  max-width: 100px;
  width: 100%;
  height: auto;
}

#sm-widgets > div {
  float: left;
  clear: none;
  width: 47%;
  margin: 0;
  padding: 0 6px 0 0;
}

#sm-widgets iframe {
  background: #FFF;
}

#sm-widgets .text-widget {
  display: block;
  margin-right: 10px;
}

.non-mobile-only {
  display: block;
}

.mobile-only {
  display: none;
}

.single-listings #ing-ad {
  display: block;
  height: 110px;
}

.single-listings #ing-ad .ad a {
  display: block;
}

.pin-map {
  margin: 0;
}

.all-specials .photo {
  width: auto;
  height: auto;
}

.all-specials > li {
  padding: 15px 0 15px 220px;
  margin: 0;
  border-top: 1px solid #CCC;
  list-style: none;
  position: relative;
  min-height: 300px;
}

.all-specials > li > h4 {
  font: 18pt RokkittRegular;
  color: #4a709c;

  margin-left: 0;
  height: auto;
}

.all-specials .logo {
  width: auto;
  height: auto;
  max-height: 100px;
}

/* @end */

/* @group Features Bar */

.bar-features {
  background: #666;
}

.home .bar-features {
  position: absolute;
  top: 913px;
  z-index: 100;
  width: 100%;

  background: transparent url(img/bg-fade-black.png);
}

.bar-features .centered {
  height: 178px;
}

.bar-features > .centered > div {
  float: left;
}

.bar-features .col1 {
  width: 38%;
  height: 178px;
  overflow: hidden;
}

.bar-features .col1 .cover {
  top: 20px;
}

.bar-features .col1 h4 {
  margin-bottom: 1em;
}

.bar-features .col1 h4 strong {
  display: block;
}

.bar-features .col1 a {
  font-size: 1.3em;
  font-family: RokkittRegular;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.bar-features .col2 {
  width: 17%;
  padding: 28px 0 0 0;
}

.bar-features .col2 ul.social {
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  padding: 0 10px;
  width: 82px;
  height: 80px;
}

.bar-features .col2 .social li {
  padding: 0;
}

.bar-features .col3 {
  width: 45%;
  border-top: 0;
}

.bar-features .col3 .wrap {
  position: relative;
  height: 166px;
}

.bar-features .col3 .wrap a.button {
  position: absolute;
  display: block;
  width: 229px;
  height: 62px;
  background: transparent url(img/feature-eq-button.png) no-repeat 0 0;
  top: 70px;
  z-index: 20;
}


.bar-features .col3 .slides {
  position: relative;
  display: block;
}

.bar-features .slides > li {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  height: 193px;
  width:  100%;
}

.bar-features .slides > li:first-child {
  display: block;
}

.bar-features .col3 .slide1 a {
  background: url(img/feature-fishing.png) no-repeat center bottom transparent;
  height: 192px;
}

.bar-features .col3 .slide2 a {
  background: url(img/feature-wine.png) no-repeat 160px bottom transparent;
  height: 192px;
}



.bar-features .col3 .slides {
  position: relative;
  top: -30px;
}

.bar-features .col3 .slides > div {
  width: 100%;
  height: 198px;
  background-color: transparent !important;
}

.bar-features .col3 .slides .slide1,
.bar-features .col3 .slides .slide2 {
  padding-top: 38px;
  height: 160px;
  position: relative;
}

.bar-features .col3 .slides > div > img {
  position: absolute;
  top: 0;
  right: 0;
}

.bar-features .col3 .slides .slide1 {
}

.bar-features .col3 .slides .slide2 {
  display: none;
}



/* @group Lower Black Links Bar */

.bar-links {
  position: relative;
  padding: 7px 0;
  text-align: center;
}

.home .bar-links {
  position: absolute;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  z-index: 100;
  top: 1091px;
  height: 17px;
}

.bar-links .footer {
  background: #4C0009;
}

.bar-links #menu-footer-black-bar li {
  display: inline;
}

.bar-links li a {
  display: inline;
  padding: 0 3px 0 8px;
  border-left: 1px solid #999;
  border-bottom: 0;
  font-size: 0.8em;
}

.bar-links li:first-child a {
  border-left: 0;
}

/* @end */


/* @end */

/* @group Listings Page */

.listings {
  margin-top: 15px;
}

.listings .post {
  clear: left;
  border: none;
  border-top: 2px solid #999;
  padding-top: 1em;
  padding-bottom: 20px;
  position: relative;
}

.listings .post:first-child {
  border: 0;
  border-top: 2px solid #999;
}

.listings .img {
  width: 150px;
  float: left;
  padding-bottom: 1em;
  text-align: center;
}

.listings .img .attachment-logo {
  width: auto;
  max-height: 70px;
  margin-top: 5px;
}

.listings .info {
  margin-left: 170px;
  font-size: 0.9em;
}

.listings .info h3 {
  margin: 0;
  padding: 0 !important;
  font: 14pt/1.2em Helvetica, Arial, sans-serif;
  color: #000 !important;
}

.listings .info h3 a {
  color: #1e599d;
  text-decoration: underline;
  font: 14pt/1.2em Helvetica, Arial, sans-serif;
}

.listings .info .excerpt {
  clear: none;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #555;
  padding: 5px 0 10px 0;
}

.listings .phone {
}

.listings .location {
  padding-top: 10px;
  color: #666;
}

.listings a.stakeholder_link {
  color: #4C0009;
}

.listings a.visit_link {
  float: right;
  top: -3px;
  left: 0;
}

.listing span.title-text {
  margin-right: 15px;
}

.listing a.visit_link {
  width: 151px;
  height: 22px;
  font: normal normal 24px/1em RokkittRegular;

  position: relative;
  top: -4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.listing a.visit_link:after {
  left: auto;
  right: -14px;
  border-width: 14px 0 14px 14px;
}

.listings a.button {
  display: block;
  height: 30px;
  width: 185px;
  background: url(img/int-sprite.png) no-repeat 215px 0 #61b7ce;

  color: #FFF;
  text-decoration: none;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 30px;
  font-size: 10pt;
  text-transform: uppercase;
  margin: 0;
}

.listings a.button:hover,
.listings a.button:focus {
  background-position: 215px -32px;
  background-color: #3e6695;
}

.listings a.social-media {
  display: block;
  float:right;
  width: 27px;
  height: 41px;

  background: transparent no-repeat;
  margin-right: 5px;
}

.listings a.social-media > span {
  display: none;
}

.listings .empty {
  padding-top: 2em;
  text-align: center;
  font: italic 2em RokkittRegular;
  color: #CCC;
}

.listing .img-feature {
  padding: 0 15px;
}

.enhanced-listing .photo {
  float: left;
  margin-right: 15px;
  line-height: 0;
}

.enhanced-listing .logo {
  float: right;
  margin-left: 10px;
}

.enhanced-listing .logo img {
  max-height: 90px;
  width: auto;
  height: auto;
}

.enhanced-listing a.visit_link {
  position: absolute;
  top: 140px;
  right: 0;
  left: auto;
  width: 170px;
}

.enhanced-listing a.visit_link:after{
  left: 169px;
}

.enhanced-listing .info {
  height: 154px;
}

.enhanced-listing .excerpt {

  padding: 0.5em 0;
  color: #999;
  display: block;
  text-decoration: none;
  font-size: 1.1em;
}

.enhanced-listing .social-media-links {
  position: absolute;
  top: 108px;
  right: 0;
}

.enhanced-listing a.more-info {
  position: absolute;
  top: 140px;
  left: 185px;
  right: 181px;

  background: #4C0009;
  width: auto;
  height: 20px;
  color: #ffffff;
  text-decoration: none;
  padding: 3px 5px 1px 7px;
  font-size: 10pt;
  line-height: 13pt;
  z-index: 90;

  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.enhanced-listing a.more-info.open {
  background-color: #999;
  height: 24px;
  color: #ffffff;
}

.enhanced-listing a.toggle-switch .icon {
  float: right;
}

.enhanced-details {
  background-color: #f5f5f5;
  border: 3px solid #999;
  position: relative;

  box-shadow: 0 0 5px rgba(0,0,0,.4);
}

.enhanced-details .gallery {
  width: auto;
  height: 102px;
  overflow: hidden;
}

.enhanced-details .stakeholder-gallery {
  margin: 0;
  padding: 1px 0 1px 1px;
  width: 900px;
  height: 100px;
  white-space: nowrap;
  background-color: #ffffff;
  z-index: 1;
}

.enhanced-details .stakeholder-gallery li {
  padding: 0 1px 0 0;
  margin: 0;
  list-style: none;
  float: left;
}

.enhanced-details .stakeholder-gallery li a {
  display: block;
}

.enhanced-details .stakeholder-gallery li a img {
  width: 100px;
  height: 100px;
  opacity: 0.7;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.enhanced-details .stakeholder-gallery li a:hover img {
  opacity: 1;
}

.enhanced-details .gallery .label {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: 50;
  background-color: #4C0009;
  color: #ffffff;
  width: 150px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;

  box-shadow: 0 0 10px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5);

  cursor: pointer;
  text-decoration: none;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.enhanced-details .gallery .label span.icon-right-dir,
.enhanced-details .videos .label span.icon-right-dir {
  float: right;
}

.enhanced-details span.icon-right-dir {
  font-size: 1.1em;
}

.enhanced-details .gallery a.label:hover {
  background: ;
  background-color: #fe7e16;
}

.enhanced-details .videos {
  float: right;
  z-index: 60;
  background: #FFF;
  border-left: 3px solid #FFF;
  padding-top: 1px;
  padding-right: 1px;
}

.enhanced-details .videos > a {
  display: block;
  width: 133px;
  height: 100px;
  position: relative;
  display: inline-block;
  margin-left: 1px;

}

.enhanced-details .videos > a img {
  height: 100px;
  width: 133px;
  opacity: 0.7;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.enhanced-details .videos > a:hover img,
.enhanced-details .videos > a:focus img,
.enhanced-details .videos > a:active img {
  opacity: 1;
}

.enhanced-details .videos > a:hover span.label,
.enhanced-details .videos > a:focus span.label,
.enhanced-details .videos > a:active span.label {
  background-color: #fe7e16;
}

.enhanced-details .videos > a span.img {
  width: 133px;
  padding: 0;

}

.enhanced-details .videos > a span.label {
  position: absolute;
  top: 41px;
  left: 14px;
  z-index: 70;

  background-color: #61b6ce;
  color: #ffffff;
  width: 108px;
  padding-top: 4px;
  padding-bottom: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,.5), 0 0 5px rgba(0,0,0,.5);
  font-size: 9pt;
  text-align: center;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.enhanced-details .map {
  height: 300px;
  position: relative;
  border: 15px solid #f4f4f4;
}

.enhanced-details .map a {
  display: block;
  height: 300px;
}

.enhanced-details .map span {
  position: absolute;
  top: 180px;
  right: 10px;
  font-size: 8pt;
  color: #000;
  text-shadow: 0 0 1px #FFF, 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #FFF;
}

.enhanced-details .desc {
  padding: 20px 30px;
  font-size: 12pt;
  line-height: 1.3em;
}

.enhanced-details .desc p {
  font-size: inherit;
  line-height: inherit;
}

.enhanced-details .categories {
  padding: 0 30px 20px;
  font-size: 9pt;
  color: #999;
}

.enhanced-details .categories a {
  color: #999;
}

.enhanced-details a.close {
  display: block;
  width: 100px;
  height: 18px;
  float: right;

  background: #4C0009;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 6px 10px 6px 3px;
  margin-top: -30px;
  position: relative;

  border-radius: 2px;
  text-transform: uppercase;

  box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.enhanced-details a.close:hover,
.enhanced-details a.close:focus,
.enhanced-details a.close:active {
  background-color: #fe7e16;
}

/* @end */

/* @group Contest 768+ */

.contest-header h1 {
  font: normal normal 57px/1em RokkittRegular;
  padding-top: 11px;
  height: 57px;
  padding-left: 20px;
}

.contest-header a.enter-contest {
  font: normal normal 27px/1em RokkittRegular;
  width: 263px;
  margin-top: 10px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 8px;
  height: 21px;
  margin-left: 20px;
}

.contest-header .collage {
  display: block;
  position: absolute;
  background: transparent url(img/collage.png) no-repeat 0 0;
  width: 439px;
  height: 229px;
  top: 171px;
  left: -19px;
}

.contest-copy h3 {
  font: normal normal 22px/1em RokkittRegular;
  padding-top: 1em;
  padding-bottom: 0;
}

.contest-header {
  height: 420px;
}

.contest-header .photo {
  background: url(img/surfer.jpg) no-repeat right 0 transparent;
  height: 319px;
  border-bottom: 1px solid #CCC;
  padding-bottom: none !important;
}

.post-type-archive-entries .contest-header {
  height: 340px;
}


.contest-header .circle {
  width: 226px;
  height: 226px;
  margin-top: 40px;
}

.contest-header .send-in {
  margin-left: 415px;
  color: #696969;
  font-weight: normal;
  font-style: normal;
  padding: 20px 0;
  text-align: right;
}


.contest-intro .intro {
  font: 1.5em RokkittRegular;
}

.contest-intro h3 {
  font: 1.4em RokkittRegular;
}



#entry-form {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
}

#entry-form h3 {
  font: normal normal 24pt RokkittRegular;
}

#entry-form h4 {
  font: normal normal 14pt RokkittRegular;
}


#entry-form .col1 {
  float: left;
  width: 50%;
  border-right: 1px solid #CCC;
  border-bottom: none;
  margin: 0;
}

#entry-form .col2 {
  float: left;
  width: 49%;
  border-left: 1px solid #CCC;
  margin: 0 0 0 -1px;
}



#entry-form .col1 .wrap {
  padding-right: 30px;
}

#entry-form .col2 .wrap {
  padding-left: 20px;
}

#entry_conf_form {
  padding: 25px 0;
  width: 70%;
  min-width: 300px;
  margin: 0 auto;
}

.prize {
  position: relative;
  min-height: 140px;
  padding-top: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;

  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.prize.left {
  background-position: right top;
}

.prize .txt {
  background: #828485;
  color: #ffffff;
  padding: 20px;
  font-size: 12pt;
  min-height: 90px;
  border: 1px solid #FFF;

  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  line-height: 1.3em;
  margin-bottom: 10px;
}

.prize.left .txt {
  margin-right: 189px;
}

.prize.right .txt {
  margin-left: 189px;
}

.prize .location {
  display: block;
  background: transparent url(img/contest_locations.png) no-repeat 0 0;
  width: 105px;
  height: 105px;
  margin-top: -8px;

  float: left;
  margin-right: 20px;
}

.prize.right .location {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.prize .location span {
  display: none;
}

.prize.victoria .location {
  background-position: 0 -110px;
}

.prize.courtenay .location {
  background-position: 0 -220px;
}

.gallery ul.photos {
  margin: 0 -15px 0 0;
  padding: 15px 0 0 0;
  clear: both;
}

.gallery ul.photos li {
   float: left;
   list-style: none;
   padding: 0 15px 15px 0;
   line-height: 0;
}

.gallery ul.photos li a {
  display: block;
}

.gallery ul.photos li a:hover,
.gallery ul.photos li a:focus {
  border: 2px solid #f37634;
  margin: -2px;
  outline: none;
}

.photo-nav {
  position: absolute;
  top: 15px;
  right: 10px;
  width: auto;
  height: auto;
  padding-top: 0;
  margin: 0;
}

.single-entries .entry .entry-header {
  margin: 0;
  height: 82px;
  padding-top: 17px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.single-entries .photo-nav ul {
  margin: 0;
  padding: 0;
  text-align: right;
  width: 350px;
}

.single-entries .photo-nav ul li {
  padding: 0 0 0 5px;
  margin: 0;
  display: inline-block;

  *display: inline;
  *zoom:1;

  line-height: 0;

}

.single-entries .photo-nav ul li a {
  display: block;
  width: 70px;
  height: 70px;
  position: relative;

}

.gallery ul.photos li a img {
  width: 200px;
  height: 200px;
}

.photo-nav ul li.view-all {
  margin-left: 24px;
  padding: 0;
}

.photo-nav ul li a img {
  width: 70px;
  height: 70px;
  opacity: 0.6;
  z-index: 1;
}

.photo-nav ul li.current a img {
  width: 68px;
  height: 68px;
  border: 1px solid #000;
  opacity: 1.0;
}

.single-entries .photo-nav ul li a span {
  display: block;
}

.photo-nav ul li.current a span {
  display: none;
}

.full-photo {
  margin: 0 -30px;
  background: #333;
  padding: 10px;
  text-align: center;
  position: relative;
  color: #FFF;
  float: left;
}

.full-photo .meta {
  height: 80px;
  margin: -80px 0 0 0;
  z-index: 10;
}

.full-photo .meta .bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 80px;
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  z-index: 11;
}

.full-photo .meta .a {
  padding: 15px;
  height: 50px;
}

.full-photo .meta .credit {
  padding-top: 1em;
  float: right;
}

.single-entries .entry h1,
body.page-id-1638 h1 {
  padding: 0 22px 8px 0;
  font: normal normal 36px/1em RokkittRegular;
}

.single-entries .entry h1 .enter-contest {
  margin-left: 20px;
  position: relative;
  top: -5px;
}
.post-type-archive-entries .gallery h3 {
  float: left;
  font: normal normal 27px/1em RokkittRegular;
}

/* @end */


ul.button-list a,
a.button {
  max-width: 300px;
  margin: 0;
  font-size: 11pt;
}

.page-id-9 ul.button-list {
  margin-top: -20px;
}

/* @group Footer */

#footer-logos {
  float: left;
  padding-left: 15px;
}


#footer-logos a.bc {
  width: 103px;
  height: 78px;
  background-position: -392px 0;
  float: left;
}

/*
#footer-logos a.vi {
  width: 145px;
  height: 78px;
  background-position: -109px 0;
}
*/

#footer-logos a.snbc {
  width: 275px;
  height: 87px;
  background-position:  0;
}

#foot-nav {
  display: block;
  padding-left: 25px;
}

#foot-nav .button {
  display: none;
}

#foot-nav h3 {
  font:  1.2em RokkittRegular;
  color: #4C0009;
  font-weight:bold;
}

#sitemap-links {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  width: 725px;
}

#sitemap-links ul {
  margin: 0;
  padding: 0;
}

#sitemap-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

#sitemap-links > li {
  padding: 20px 0 0 0;
  display: block;
  width: 170px;
}

#sitemap-links a {
  text-decoration: none;
}

#sitemap-links > li > a {
  display: block;
  text-transform: uppercase;
  font:  1.1em RokkittRegular;
  color: #333;
}

#sitemap-links > li > ul a {
  display: block;
  font-size: 0.9em;
  color: #666;
  padding: 2px 0;
}

#photo-credits {
  padding-top: 29px;
  margin-left: 390px;
  text-align: right;
  clear: none;
}

#photo-credits p {
  margin: 0 0 1em 0;
}

#credits .centered {
  padding: 15px 0;
}

#credits .centered .wrap {
  padding: 0 15px;
}

#credits .align-right {
  float: right;
}

/* @end */
}

@media only screen and (min-width: 906px) {
#sitemap-links {
  width: 100%;
}
}

.parent-pageid-1990 .content { background: green; }
