<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Theme Name:   MiClub
 * Theme URI:    http://miclub.com.au
 * Description:  MiClub Custom Theme
 * Author:       Michael Hiley
 * License:      Copyright 2015 - MiClub
 
*/
/* CSS Document */

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 100%;
    width: 1823px; } }
@media only screen and (max-width: 1400px) {
  .container {
    max-width: 100%;
    width: 1400px; } }
.full-width {
  width: 100%;
  margin-bottom: 0; }

.half {
  width: 50%; }

.two_thirds, .one_third {
  margin: 0 0.5%;
  float: left;
  display: inline-block; }
  .two_thirds h4, .one_third h4 {
    margin-bottom: 0; }

.two_thirds {
  width: 64%;
  min-width: 440px; }

.one_third {
  width: 34%;
  min-width: 280px; }
  .one_third p:empty:first-child {
    display: none; }
  .one_third h4 {
    line-height: 1.24em; }

#pageContent {
  background: #FFFFFF; }

@media only screen and (max-width: 480px) {
  .two_thirds, .one_third {
    min-width: 150px;
    width: 100%; } }
/* Base &gt; Reset */
/* General */
html, body {
  margin: 0px;
  position: relative;
  height: 100%;
  font-size: 14px;
  font-family: "tablet-gothic", sans-serif;
  line-height: 1.6em;
  color: #231F20;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important; }

body {
  overflow-x: hidden; }

/*If the user has javascript enabled, make the body display none */
.js {
  background-color: #FFFFFF; }
  .js body {
    /*display: none;*/ }
  .js body.page-template-prodGen {
    display: block; }

.row img {
  max-width: 100%; }

img {
  height: auto; }

p img, .aligncenter img {
  max-width: 100%; }

a, a.btn {
  outline: 0; }

a {
  word-wrap: break-word; }
  a img {
    border: none !important;
    opacity: 1.0;
    filter: alpha(opacity=100); }
  a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=40); }

ul {
  margin: 0 0 16px 0;
  padding: 0 0 0 24px; }

ol {
  margin: 0 0 16px 0;
  padding: 0 0 0 24px; }

li {
  color: #7f395a;
  margin: 0 0 10px 0;
  padding: 0 0 0 0; }

hr {
  background: #7f395a;
  height: 1px;
  border: none;
  margin: 20px 0 36px 0;
  display: inline-block;
  clear: both;
  width: 100%; }

th, td {
  font-size: 12px;
  text-align: left; }

.wp-caption {
  border: 1px solid #D4D5D6;
  text-align: center;
  background-color: white;
  padding: 5px 0px 10px 5px;
  margin-bottom: 10px;
  max-width: 96%; }
  .wp-caption.alignleft {
    margin: 0px 10px 10px 0px; }
  .wp-caption.alignright {
    margin: 0px 0px 10px 10px; }
  .wp-caption img {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    max-width: 98.5%; }
  .wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    padding: 0px 4px 5px;
    margin: 0px; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0px; }

.alignnone {
  margin: 5px 20px 20px 0px; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

/* IE fix */
img {
  border: none;
  text-decoration: none;
  border: 0px;
  height: auto; }

/* Default Wordpress Styling */
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

/* Gallery*/
.gallery {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .gallery a {
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .gallery dl:hover img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.8; }

/* Forms */
.gform_heading {
  margin: 0px !important; }

.gform_footer {
  margin-top: 0px !important; }

/* Table */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px 0;
  border-top: 2px solid #7f395a;
  border-bottom: 2px solid #7f395a; }
  table thead {
    border-bottom: 2px solid #7f395a; }
    table thead td {
      color: #7f395a; }
  table th, table td {
    padding: 5px 4px;
    vertical-align: top;
    min-width: 180px;
    line-height: 19px; }

@media only screen and (max-width: 1155px) {
  table {
    max-width: 100%;
    overflow: hidden; } }
/* style for WYSIWYG */
table.mce-item-table {
  border-top: 2px solid #7f395a;
  border-bottom: 2px solid #7f395a; }

.centerImage {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  position: relative; }

.centreAuto {
  margin: 0 auto; }

/* Clearfix */
.clear:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
  margin: 0; }

.clear {
  display: block;
  clear: both; }

.hidden {
  display: none; }

/*disabled*/
.disabled {
  background: #D4D5D6 !important;
  cursor: not-allowed !important; }

.zero-padding {
  padding: 0; }
  .zero-padding img {
    width: 100%; }
  .zero-padding span a {
    padding-left: 20px; }

.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

/*Add the long-loaders class to items which take a while to load, these will be hidden until they have loaded, when the visibility will be changed to visible*/
.long-loaders {
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

/*Add raquo to external links*/
*[target="_blank"]:after {
  content: '\00BB';
  margin-left: 10px; }

span.circle {
  background: #FFF;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important; }

/*UL with two columns */
.page .container ul.two-columns {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 0px;
  padding-left: 0; }
  .page .container ul.two-columns li {
    line-height: 24px;
    list-style-type: none; }

@media only screen and (max-width: 980px) {
  .page .container ul.two-columns {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1; } }
.jumbotron {
  background: none;
  margin-top: 0;
  padding-top: 0; }
  .jumbotron img {
    left: 50%;
    -moz-transform: translateX(-50%) translateY(0%) !important;
    -webkit-transform: translateX(-50%) translateY(0%) !important;
    -o-transform: translateX(-50%) translateY(0%) !important;
    -ms-transform: translateX(-50%) translateY(0%) !important;
    transform: translateX(-50%) translateY(0%) !important;
    position: relative; }

.full-width h1 {
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 1200px) {
  .jumbotron img {
    max-width: 100%; } }
/*  Base &gt; Typography */
h1, h2, .home .royalSlider .ui-draggable-handle p, h3, h4, h5, h6, span, a, p, b, div, td {
  font-family: "tablet-gothic", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #7d7d7d;
  line-height: auto; }
.teetime-day-table span{
	font-size: 0.9em;	
}
h1 {
  font-family: "tablet-gothic-condensed", sans-serif;
  font-size: 58px;
  padding: 0 0 15px 0;
  color: #132914;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: -1px; }

h2, .home .royalSlider .ui-draggable-handle p {
  font-size: 24px;
  text-transform: uppercase; }

h4, h5, h6 {
  font-size: 18px; }

h2, .home .royalSlider .ui-draggable-handle p, h4, h5 {
  font-family: "bodoni-urw", serif;
  color: #7f395a; }

h6, h6 a {
  color: #7d7d7d;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 0.8em;
  margin-top: 0; }

h3, h3 a {
  font-weight: 600;
  color: #412438;
  font-size: 24px;
  line-height: 24px; }

strong {
  font-weight: 600;
  font-style: normal; }

a {
  color: #7f395a;
  text-decoration: none; }

a:hover {
  color: #132914; }

/* Style Selector */
.lead {
  color: #90778e;
  font-size: 24px;
  font-family: "bodoni-urw", serif; }

h3.lead {
  font-size: 24px; }

p {
  line-height: 24px; }

small, h1 small {
  font-size: 12px; }

/* Purple text*/
.purple-text {
  color: #7f395a; }

/* Grey text*/
.grey-text {
  color: #7d7d7d; }

/* Small */
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 31px; } }
/* Base &gt; Buttons */
.btn {
  outline: 0;
  font-weight: 600; }
  .btn.btn-default, .read-more, .btn.btn-primary, .btn.btn-lg, .btn.btn-sm, .btn.btn-xs {
    color: white;
    transition: all 0.3s ease;
    border: none;
    outline: 0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    border-radius: 0px !important; }
  .btn.btn-primary {
    background: #132914; }
    .btn.btn-primary:hover {
      color: white;
      background-color: #93c0a6; }

.btn.btn-default, .read-more, .gform_button {
  background: #7f395a;
  padding: 0.3em 1em; }
  .btn.btn-default:hover, .read-more:hover, .gform_button:hover {
    color: white;
    background-color: #93c0a6; }

/* Read More button */
.transparent-purple-background {
  background: rgba(69, 36, 55, 0.92); }

/* Layout */
/* Layout &gt; Header */
.banner-image {
  height: 450px;
  max-height: 300px;
  max-height: 60vh;
  background-size: cover;
  padding: 0 -15px;
  margin: 0;
  background-repeat: repeat;
  background-position: 50%; }

.nav .visible-xs-block h1, .nav .visible-xs-block img {
  float: left;
  color: #FFFFFF;
  margin-left: 10px; }
.nav .visible-xs-block h1 {
  margin-top: 10px; }
.nav .visible-xs-block img {
  max-height: 80px; }

.nav div #header-nav .login-dropdown {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .nav div #header-nav .login-dropdown.active {
    background: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .nav div #header-nav .login-dropdown.active a {
      color: #93c0a6; }

#login-dropdown {
  float: right;
  top: 28px;
  width: 270px;
  position: absolute;
  right: 0; }
  #login-dropdown .dropdown-menu {
    border-radius: 0;
    background: rgba(27, 5, 16, 0.9); }
  #login-dropdown input[type="text"], #login-dropdown input[type="password"], #login-dropdown input[type="submit"] {
    width: 100%;
    display: block;
    float: left;
    background: #D4D5D6;
    color: #412438;
    font-size: 18px;
    line-height: 1em;
    padding: 6px 5px;
    margin: 2px 0; }
  #login-dropdown input[type="checkbox"] {
    margin-left: 10px; }
  #login-dropdown input[type="submit"] {
    text-align: right;
    background: none;
    text-transform: uppercase;
    color: #90778e;
    font-weight: 600;
    font-size: 24px; }
  #login-dropdown a {
    float: left;
    display: inline-block;
    width: 50%;
    text-align: left;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.7em;
    padding: 0;
    margin: 0; }

/* Layout &gt; Footer */
footer {
  background: #7f395a url("assets/images/ocean-water.jpg");
  padding-bottom: 20px; }
  footer p, footer strong, footer ul li, footer a {
    color: #FFFFFF;
    font-size: 12px; }
  footer p {
    float: left;
    margin: 0; }
  footer a {
    font-weight: bold;
    white-space: nowrap;
    margin: 0; }
    footer a:hover {
      color: #93c0a6; }
  footer ul.list-inline.pull-right {
    padding-top: 11px; }

.footer-details {
  border-top: 1px solid #FFFFFF;
  padding-top: 10px;
  margin-top: 10px; }
  .footer-details ul {
    padding-left: 0; }
    .footer-details ul li {
      list-style: none;
      margin-bottom: 0; }

.footer-links {
  margin-top: -20px;
  margin-bottom: 0; }
  .footer-links ul {
    margin-bottom: 0;
    padding-top: 7px; }
    .footer-links ul li {
      margin-bottom: 5px;
      list-style: none; }
    .footer-links ul.list-inline {
      float: left;
      padding: 0;
      font-size: 12px; }
  .footer-links *[target="_blank"]:after {
    content: ''; }
  .footer-links .miclub a {
    font-size: 12px; }

/* Media */
@media only screen and (max-width: 1155px) {
  footer .footer-links ul.list-inline.pull-right {
    float: left !important; } }
/* Layout &gt; Forms */
/* Gravity Forms */
.gform_heading h3.gform_title {
  font-weight: 400;
  text-transform: uppercase !important; }

.gform_wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*Check boxes */ }
  .gform_wrapper ul .gfield_checkbox li, .gform_wrapper ul .gfield_radio li {
    display: inline-block;
    width: 20%;
    min-width: 178px; }
  .gform_wrapper li {
    padding-left: 0; }
  .gform_wrapper input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    z-index: -1; }
  .gform_wrapper input[type="checkbox"] + label {
    border-left: 70px solid;
    border-color: #F5F5F5;
    padding-left: 15px !important;
    margin-left: -20px !important;
    height: 50px !important;
    padding-top: 0px !important;
    font-weight: 400;
    color: #7f395a;
    line-height: 18px !important; }
    .gform_wrapper input[type="checkbox"] + label:hover {
      border-color: rgba(5, 1, 3, 0.6);
      cursor: pointer; }
  .gform_wrapper input[type="checkbox"]:checked + label {
    border-color: #90778e; }
    .gform_wrapper input[type="checkbox"]:checked + label:hover {
      border-color: rgba(69, 36, 55, 0.92);
      cursor: pointer; }
  .gform_wrapper input, .gform_wrapper textarea {
    background: #F5F5F5;
    border: 1px solid transparent;
    line-height: 1.3em; }
    .gform_wrapper input:focus, .gform_wrapper textarea:focus {
      border: 1px solid #93c0a6; }
  .gform_wrapper .gform_wrapper .top_label .gfield_label {
    margin: 0; }
  .gform_wrapper .gform_wrapper .ginput_complex label {
    width: auto;
    float: left;
    margin: 0; }
  .gform_wrapper span, .gform_wrapper label.gfield_label + div.ginput_container {
    margin: 0; }
  .gform_wrapper input[type="submit"] {
    background: #132914;
    color: white; }
    .gform_wrapper input[type="submit"]:hover {
      background-color: #93c0a6; }

/*form #1 specific */
#gform_1 #field_1_3, #gform_1 #field_1_4, #gform_1 #field_1_7 {
  width: 30%;
  display: inline-block; }
#gform_1 #field_1_7 {
  margin-top: 6px;
  display: inline-block;
  float: right; }
  #gform_1 #field_1_7 li {
    width: 100%; }
#gform_1 label#label_1_7_1 {
  margin-bottom: 10px; }

.validation_message,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
body .gform_wrapper .ginput_complex label,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0; }

body .validation_error {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

body .gform_wrapper li.gfield.gfield_error {
  background: none;
  border: none; }

body .gfield_description.validation_message {
  font-size: 12px;
  position: absolute;
  font-weight: 400;
  color: #444;
  margin-top: 0; }

@media only screen and (max-width: 600px) {
  #gform_1 #field_1_3, #gform_1 #field_1_4, #gform_1 #field_1_7 {
    width: 100%;
    display: inline-block; } }
/* Layout &gt; sidebars &gt; left */
.sidebar-left {
  margin-top: 0px; }
  .sidebar-left #menu-secondary {
    min-height: 17px; }
  .sidebar-left h3:first-child {
    font-family: "tablet-gothic-condensed", sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0;
    width: 100%;
    float: left;
    display: block;
    background: #90778e;
    margin: 0 0 13px;
    font-size: 18px; }
  .sidebar-left .text-uppercase.btn.btn-default.btn-lg.btn-block, .sidebar-left .text-uppercase.btn-lg.btn-block.read-more {
    font-weight: 400;
    font-size: 18px;
    font-family: "tablet-gothic-condensed", sans-serif; }
  .sidebar-left div ul .sub-menu {
    padding: 0; }
    .sidebar-left div ul .sub-menu li {
      list-style: none;
      text-transform: uppercase;
      text-align: center;
      margin: 0;
      padding: 0;
      line-height: 1em; }
      .sidebar-left div ul .sub-menu li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5em; }
      .sidebar-left div ul .sub-menu li.current-menu-item a {
        color: #132914; }

.menu-secondary-container {
  margin-bottom: 40px; }

.logged-in .sidebar-left .text-uppercase.btn.btn-default.btn-lg.btn-block:nth-child(2), .logged-in .sidebar-left .text-uppercase.btn-lg.btn-block.read-more:nth-child(2) {
  display: inline-block; }

/* Media */
@media only screen and (max-width: 1155px) {
  .sidebar-left div ul .sub-menu li {
    padding: 0 0 10px 0; } }
/* Layout &gt; sidebars &gt; left */
/* Contact Info */
.side-contact {
  margin-top: 49px; }
  .side-contact span.dashicons {
    font-size: 18px;
    margin-right: 7px;
    margin-left: 0px;
    vertical-align: text-top; }
    .side-contact span.dashicons.dashicons-phone {
      -ms-transform: rotate(107deg) !important;
      /* IE 9 */
      -webkit-transform: rotate(107deg) !important;
      /* Safari */
      transform: rotate(107deg) !important; }
  .side-contact a {
    color: #7d7d7d;
    font-weight: 400;
    font-family: "tablet-gothic", sans-serif; }
    .side-contact a:after {
      display: none; }
  .side-contact ul.contact-list li {
    color: #7d7d7d;
    font-family: "tablet-gothic", sans-serif;
    font-size: 18px; }

/* Downloads */
.side-downloads h4 {
  font-family: "tablet-gothic", sans-serif;
  text-transform: uppercase;
  color: #132914;
  font-weight: 600; }
.side-downloads ul {
  padding: 0; }
.side-downloads li {
  list-style: none; }
  .side-downloads li a {
    font-family: "bodoni-urw", serif;
    font-weight: 400; }
    .side-downloads li a:hover {
      color: #132914; }

/* Responsive */
@media only screen and (max-width: 767px) {
  .side-facebook {
    display: none; } 
	.side-contact{
		width: 100%;
		float: left;
		}
	}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .side-contact .contact-list li:nth-child(2) a {
    font-size: 14px; } }
@media only screen and (min-width: 992px) and (max-width: 1220px) {
  .side-facebook {
    display: none; } }
/* Layout &gt; templates &gt; Default  */
.page .container ul li {
  font-size: 18px;
  line-height: 24px; }

.main-container {
  padding-top: 0px; }

.blog-main {
  margin-top: 33px; }

/* Layout &gt; Templates &gt; Archive */
.archive .sidebar-left &gt; h3 {
  display: none; }
.archive .news-item {
  padding-top: 50px;
  border-bottom: solid 3px #D4D5D6;
  margin-top: 15px;
  margin-bottom: 0;
  display: block;
  float: left; }
  .archive .news-item:first-child {
    margin-top: 0;
    padding-top: 10px; }

.archive_title_name {
  margin: 0; }

.news-item h3 {
  padding-bottom: 0;
  margin-bottom: 11px; }
.news-item p {
  font-size: 18px; }
  .news-item p.lead {
    font-size: 24px;
    font-style: italic;
    margin-bottom: 0;
    padding-bottom: 0; }
.news-item small {
  font-size: 12px;
  font-style: "bodoni-urw", serif;
  font-style: italic;
  font-weight: 400; }
.news-item .read_more_link {
  display: none; }
.news-item .read_more {
  margin-top: -35px; }
  .news-item .read_more a {
    float: right;
    font-family: "bodoni-urw", serif;
    margin-bottom: 0;
    font-size: 18px; }
.news-item .post-meta {
  margin-bottom: 11px; }
  
 .single .full-width .post-content{
	 float: left;
 	  
 }

.feature-thumb {
  overflow: hidden;
  display: block;
  max-height: 400px;
  height: 200px;
  height: 35vh; }
  .feature-thumb img {
    max-width: 100%; }

.no-thumb-fill {
  background: #132914 url("assets/images/home_logo.png") no-repeat scroll 50% 50%/auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; 
  }

@media only screen and (max-width: 767px) {
  body .feature-thumb {
    height: auto;
    min-height: 200px; }

  .news-item .read_more {
    margin: 0; } }
/* Layout &gt; Templates &gt; Home */

.special-login-button{
	padding: 10px 15px;
    position: fixed;
    top: 20px;
    right: 20px;
    background: #132914;
    z-index: 99999;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
	transition: all 0.4s ease-in-out;
}

.special-login-button:hover{
	color: #132914;
	background: #fff;
	transition: all 0.3s ease-in-out;
}

.home {
  background: #000; }
  .home .center {
    /* 9/2/16 change- top: 34vh; */
	top: 20px;
	top: 4vh;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(0) !important;
    -webkit-transform: translateX(-50%) translateY(0) !important;
    -o-transform: translateX(-50%) translateY(0) !important;
    -ms-transform: translateX(-50%) translateY(0) !important;
    transform: translateX(-50%) translateY(0) !important;
    z-index: 90; }
    .home .center .logo img {
      max-height: 223px;
      /* 9/2/16 change- height: 29vh; */
	  height: 126px;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(0) !important;
      -webkit-transform: translateX(-50%) translateY(0) !important;
      -o-transform: translateX(-50%) translateY(0) !important;
      -ms-transform: translateX(-50%) translateY(0) !important;
      transform: translateX(-50%) translateY(0) !important;
      position: absolute; 
	  }
	  
	  .logo-animation{
		-webkit-filter: blur(10px); 
		-moz-filter: blur(10px);
		-o-filter: blur(10px); 
		-ms-filter: blur(10px); 
		filter: url(#blur); 
		filter: blur(10px);  
		filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
		-webkit-transition: 2s -webkit-filter linear;
		-o-transition: 2s -o-filter linear;
		
	
		transform: scale(0.8);
		
		opacity: 0;
	  }
	  
	  .home .center .logo-animation.logo.animation-logo{
		  -webkit-filter: blur(0px); 
		  -moz-filter: blur(0px); 
		  -o-filter: blur(0px); 
		  -ms-filter: blur(0px);
		  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); filter: blur(0px);
		  
		  -moz-transform: scale(1);
		  -webkit-transform: scale(1);
		  -o-transform: scale(1);
		  -ms-transform: scale(1);
		  transform: scale(1);
		  
		  opacity: 1;
		  
		  -webkit-transition: all 1s ease-in-out;
		  -moz-transition: all 1s ease-in-out;
		  -ms-transition: all 1s ease-in-out;
		  -o-transition: all 1s ease-in-out;
		  transition: all 1s ease-in-out; 
	  }
	  
    .home .center .links {
      /* 9/2/16 change- top: 28.59vh; */
	  top: 200px;
	  top: 16vh;
      position: absolute;
      width: 500px;
      display: block;
      -moz-transform: translateX(-50%) translateY(0) !important;
      -webkit-transform: translateX(-50%) translateY(0) !important;
      -o-transform: translateX(-50%) translateY(0) !important;
      -ms-transform: translateX(-50%) translateY(0) !important;
      transform: translateX(-50%) translateY(0) !important;
      text-align: center; }

    @media(max-width: 630px) {
        .home .center .links {
            width: 400px;
        }
    }

      .home .center .links a {
        color: #FFFFFF;
        /* 9/2/16 change - font-size: 31px; */
		font-size: 22px;
        font-family: "tablet-gothic-condensed", sans-serif;
        padding: 0 0 15px 0;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1.2em; }
      .home .center .links li {
        margin: 0;
        padding: 0; }
      /* 9/2/16 change - .home .center .links .circle {
        display: block;
        height: 15px;
        width: 15px;
        float: left;
        margin: 13px 15px; } */
		
		/* 9/2/16 change - added green-banner class */
		.green-banner {
			background: rgba(19, 41, 20, 0.8);
			padding: 6px 0;
		}
		@media only screen and (max-width: 1000px) {
				.green-banner {
					width: 68%;
				}
		}
	.home .center .links .circle {
		display: block;
		height: 9px;
		width: 9px;
		float: left;
		margin: 10px 12px;}
  .home .sitemapToggle {
    position: absolute;
    bottom: 10px;
    left: 50px;
    z-index: 99999; }
    .home .sitemapToggle a {
      color: #93c0a6;
      font-family: "tablet-gothic-condensed", sans-serif;
      font-size: 24px;
      font-weight: 400; }
      .home .sitemapToggle a span {
        font-size: 12px;
        font-weight: 400;
        color: #93c0a6;
        margin: 0 0 0 6px; }
      .home .sitemapToggle a:hover {
        text-decoration: none; }
  .home .downGradient {
    position: absolute;
    z-index: 11;
    bottom: 0;
	height: 300px;
    height: 40vh;
    width: 100%;
    margin: 0;
    background: -moz-linear-gradient(top, rgba(127, 57, 90, 0) 0%, #7f395a 200%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(127, 57, 90, 0)), color-stop(200%, #7f395a));
    background: -webkit-linear-gradient(top, rgba(127, 57, 90, 0) 0%, #7f395a 200%);
    background: -o-linear-gradient(top, rgba(127, 57, 90, 0) 0%, #7f395a 200%);
    background: -ms-linear-gradient(top, rgba(127, 57, 90, 0) 0%, #7f395a 200%);
    background: linear-gradient(to bottom, rgba(127, 57, 90, 0) 0%, #7f395a 200%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f395a', endColorstr='#7f395a',GradientType=0 ); }
  .home .main-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .home .royalSlider .rsSlide {
    z-index: auto !important; }
	
	.home .rsOverflow{
		min-height: 100%;	
	}
	/*hack home page slider for safari only */
	@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
		{ @media {
				.home img.rsImg.rsMainSlideImage{
					min-height: 100%;
					min-height: 100vh;
					position: absolute;
					top: 0;
					bottom: 0;
					/*transform: translateY(38%);*/
			}
		}}

    .home .royalSlider .rsSlide * {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .home .royalSlider .ui-draggable-handle {
    -moz-transform: translateX(-50%) translateY(0) !important;
    -webkit-transform: translateX(-50%) translateY(0) !important;
    -o-transform: translateX(-50%) translateY(0) !important;
    -ms-transform: translateX(-50%) translateY(0) !important;
    transform: translateX(-50%) translateY(0) !important;
    top: 500px;
	top: 78vh;
    position: absolute;
    left: 50%;
    width: 70vw; }
    .home .royalSlider .ui-draggable-handle p {
      text-align: center;
      color: #FFFFFF;
      width: 100%;
      font-size: 31px;
      line-height: 40px; 
	  z-index: 999999;
	  text-shadow: 1px 1px 1px rgb(0, 0, 0);}
	  
  .home .royalSlider a.rsLink {
    background: #132914;
    padding: 10px 20px;
	bottom: 20px !important;
    bottom: 8vh !important;
    text-align: center;
    text-indent: 0;
    width: auto;
    height: auto;
    position: absolute !important;
    color: #FFF;
    top: auto;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(0) !important;
    -webkit-transform: translateX(-50%) translateY(0) !important;
    -o-transform: translateX(-50%) translateY(0) !important;
    -ms-transform: translateX(-50%) translateY(0) !important;
    transform: translateX(-50%) translateY(0) !important;
    color: #93c0a6;
    font-family: "tablet-gothic-condensed", sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  .home footer .footer.row, .home .banner-image{
    display: none; }
  .home footer {
    position: relative;
    top: 100%; }
  .home .footer-links {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px; }

/*- Media Adjustments -*/
/* Large */
@media only screen and (max-width: 1100px) {
  .home .royalSlider a.rsLink {
	bottom: 10px !important;
    bottom: 18vh !important; }
  .home .royalSlider .ui-draggable-handle {
    top: 500px !important;
	top: 62vh !important; }
  /* 9/2/16 change - .home .center {
    top: 21vh; } */} 

/* Medium */
@media only screen and (max-width: 980px) {
  /*Home*/
  .home .royalSlider {
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
	height: 100% !important;
    height: 100vh !important; }
    .home .royalSlider .ui-draggable-handle {
      display: none; }
  .home .royalSlider a.rsLink {
	bottom: 300px;
    bottom: 30vh !important; }
  .home .center {
	top: 30px;
    top: 3vh; } 
	
	.home .center .links{
		top: 280px;
		top: 40vh;	
	}
	
	    .home .center .links .circle {
      display: none; }
	  
	.green-banner {
		padding: 6px 0;
		width: 100%;
		margin-left: 0;
	}
	
	.home .center .links a{
		padding: 15px 10px;	
	}
}
/* Small */
@media only screen and (max-width: 480px) {
  .home .center .logo img {
    max-height: 150px; }
  .home .center .links {
	  top: 180px;
	  top: 40vh;
	  width: 320px!important;
     }
    .home .center .links li {
      
	  }
    .home .center .links a {
	line-height: 26px;
	padding: 7px 5px;	
    margin: 0 5px;
    font-size: 19px;
    font-weight: 100;}

  .home .royalSlider {
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
	height: 100% !important;
    height: 100vh !important; }
    .home .royalSlider .ui-draggable-handle {
      display: none; }
    .home .royalSlider a.rsLink {
	  bottom: 10px !important;
      bottom: 18vh !important; }
    .home .royalSlider .rsSlideRoot img {
      position: absolute;
      width: auto !important;
	  height: 100% !important;
      height: 100vh !important;
      top: 0 !important;
      bottom: 0 !important;
	  right: 0;
      /*@include transform-translate(0%, 0%);*/ }
  .home .sitemapToggle, .home .rsArrow.rsArrowLeft, .home .rsNav.rsBullets {
    display: none; }
  .home .downGradient {
    display: none; }
  .home footer {
    display: block !important; }

  h1 {
    font-size: 31px; } }
/* Extra Small */
@media only screen and (max-width: 400px) {
  
	 }
/* Layout &gt; Templates &gt; Login */
/*Reset product defaults*/
input, body select, body textarea, body button {
  margin: 0;
  border: none;
  padding: 0;
  background: none; }

.input-group {
  margin: 5px 0; }

.form-control input, .form-control select, .form-control textarea, .form-control button {
  width: 100%; }

.portGenBold {
  font-weight: 600; }

span.errortext {
  font-size: 13px;
  margin: 0;
  padding: 8px 0 0 0;
  float: left; }
  
  
  /* Layout &gt; Weddings */
.page-id-174 .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span{
	width: 99%;	
}

.page-id-174 #gallery-4{
	width: 100%;
	float: left;
	display: block;
}

.page-id-174 .blog-main hr{
	background: #fff;
}

/* Layout &gt; Templates &gt; Tour */
.single-course #holes, .page-template-page-course #holes {
  margin-top: 48px;
  margin-bottom: -30px; }
  .single-course #holes li a, .page-template-page-course #holes li a {
    margin-bottom: 0; }
.single-course .full-width h1, .page-template-page-course .full-width h1 {
  margin-bottom: 30px; }
.single-course .container-fluid &gt; h1, .page-template-page-course .container-fluid &gt; h1 {
  width: auto;
  float: left;
  z-index: 999;
  background-color: #90778e;
  display: block;
  position: relative;
  padding: 10px 120px;
  top: -48px;
  left: 100px;
  font-family: "bodoni-urw", serif;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400; }

.single-course .sidebar-left div ul, .page-template-page-course .sidebar-left div ul {
  padding-left: 6px; }
  .single-course .sidebar-left div ul .sub-menu li, .page-template-page-course .sidebar-left div ul .sub-menu li {
    display: none; }
    .single-course .sidebar-left div ul .sub-menu li.page-item-158, .single-course .sidebar-left div ul .sub-menu li.page-item-158 .children li, .page-template-page-course .sidebar-left div ul .sub-menu li.page-item-158, .page-template-page-course .sidebar-left div ul .sub-menu li.page-item-158 .children li {
      display: block; }
    .single-course .sidebar-left div ul .sub-menu li.page-item-158 &gt; a, .page-template-page-course .sidebar-left div ul .sub-menu li.page-item-158 &gt; a {
      display: none; }
    .single-course .sidebar-left div ul .sub-menu li .page-item-166 a, .page-template-page-course .sidebar-left div ul .sub-menu li .page-item-166 a {
      color: #132914; }
.single-course .blog-main, .page-template-page-course .blog-main {
  margin-top: 20px; }

/* Royal slider */
.new-royalslider-3 .rsContainer img.rsImg {
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
.new-royalslider-3 .rsVisibleNearbyWrap {
  top: -68px; }
  .new-royalslider-3 .rsVisibleNearbyWrap .rsContent a.rsLink {
    background: #7f395a;
    mix-blend-mode: hard-light;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .new-royalslider-3 .rsVisibleNearbyWrap .rsContent:hover a.rsLink {
    opacity: 0;
    background: none;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
.new-royalslider-3.rsDefaultInv, .new-royalslider-3.rsDefaultInv .rsOverflow, .new-royalslider-3.rsDefaultInv .rsVideoFrameHolder, .new-royalslider-3.rsDefaultInv .rsThumbs {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

/*- Media Adjustments -*/
/* Large */
@media only screen and (max-width: 1500px) {
  .single-course .list-inline &gt; li, .page-template-page-course .list-inline &gt; li {
    padding: 0; }
  .single-course li a.primary-text-circle, .page-template-page-course li a.primary-text-circle {
    min-width: 33px !important;
    min-height: 33px !important;
    padding-top: 5px; }
}
@media only screen and (max-width: 1100px) {
  .single-course .list-inline &gt; li, .page-template-page-course .list-inline &gt; li {
    padding: 0; }
  .single-course li a.primary-text-circle, .page-template-page-course li a.primary-text-circle {
    min-width: 28px !important;
    min-height: 28px !important;
    width: 28px !important;
    padding-top: 3px; } }
@media only screen and (max-width: 450px) {
  .single-course .container-fluid &gt; h1, .page-template-page-course .container-fluid &gt; h1 {
    left: 0;
    padding: 10px 25px; } }
/*  .ie9 and lower */
.no-csstransitions .new-royalslider-3 .rsVisibleNearbyWrap .rsContent a.rsLink {
  background: none; }

/* Layout &gt; Templates &gt; Product */
.product .banner-image {
  max-height: 200px;
  max-height: 20vh; }
.product .footer, .product .footer a, .product table.administrator td, .product table.dropdown td, .product table.dropdown th {
  font-size: 1.1em !important; }
.product .btn-primary {
  background: #132914 !important; }
  .product .btn-primary:hover {
    color: white;
    background-color: #93c0a6 !important; }
.product #main {
  padding-bottom: 60px;
  background: #FFFFFF; }
.product #flBody, .product #memberSearch {
  padding-top: 40px; }
.product.logged-in .navbar {
  z-index: 995; }
.product .btn-group-vertical {
  margin-bottom: 50px; }
.product form table input {
  border: 1px solid #7f395a; }
  .product form table input:focus {
    border: 1px solid #90778e; }
.product .dashicons-facebook-alt, .product .dashicons-twitter {
  display: none; }
.product .panel-body ul {
  width: 100%;
  float: left;
  display: block; }
.product h3.panel-title {
  font-size: 24px; }
  
  
#leaderboardForm .ui-datatable.ui-widget th{
	width: 60px;	
}

@media only screen and (max-width: 767px) {
	
 
	
  .product .nav {
    background: none; } }
/*Style the Tables */
.page-template-prodGen table.portal th {
  background-color: #333;
  color: #FFF;
  font-size: 12px;
  font-weight: bolder;
  height: 20px;
  border: none; }
.page-template-prodGen table.portal th, .page-template-prodGen table.portal td {
  padding: 5px; }

.panel-body .portalLink {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0px 8px 15px;
  float: right;
  background-color: #7F395A;
  margin-bottom: 0px; }
  .panel-body .portalLink a {
    color: #FFFFFF; }
  .panel-body .portalLink a:after {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: auto;
    content: "";
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: baseline;
    margin: 3px 11px 0px 15px; }
  .panel-body .portalLink:hover {
    border-color: #62BB47; }
.panel-body ul {
  padding-left: 0;
  margin-bottom: 5px; }
  .panel-body ul li {
    list-style: none;
    margin-bottom: 2px; }

.ui-datepicker table td, .ui-datepicker table th {
  min-width: 0; }

/* Layout &gt; Templates &gt; Members News */
.page-template-page-members .col-sm-3:nth-child(1) .btn.btn-default.btn-lg.btn-block, .page-template-page-members .col-sm-3:nth-child(1) .btn-lg.btn-block.read-more, .archive .col-sm-3:nth-child(1) .btn.btn-default.btn-lg.btn-block, .archive .col-sm-3:nth-child(1) .btn-lg.btn-block.read-more {
  background-color: #90778e;
  -webkit-box-shadow: 0px -7px 13px 5px #90778e inset;
  box-shadow: 0px -7px 13px 5px #90778e inset;
  text-transform: uppercase;
  font-weight: 400; }
  .page-template-page-members .col-sm-3:nth-child(1) .btn.btn-default.btn-lg.btn-block:hover, .page-template-page-members .col-sm-3:nth-child(1) .btn-lg.btn-block.read-more:hover, .archive .col-sm-3:nth-child(1) .btn.btn-default.btn-lg.btn-block:hover, .archive .col-sm-3:nth-child(1) .btn-lg.btn-block.read-more:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #7f395a; }

.hover-thumbs ul.post-categories {
  z-index: 10;
  position: absolute;
  left: 0;
  margin: 0 0 10px 10px;
  padding: 0;
  bottom: -50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .hover-thumbs ul.post-categories li {
    list-style: none;
    float: left;
    padding: 0;
    margin: 0; }
    .hover-thumbs ul.post-categories li a {
      font-size: 12px;
      color: #FFFFFF; }
      .hover-thumbs ul.post-categories li a:after {
        content: '\00BB ';
        margin-right: 8px;
        font-size: 17px;
        margin-left: 3px; }
.hover-thumbs img:hover, .hover-thumbs h2:hover, .hover-thumbs .home .royalSlider .ui-draggable-handle p:hover, .home .royalSlider .ui-draggable-handle .hover-thumbs p:hover, .hover-thumbs ul:hover {
  cursor: pointer; }
.hover-thumbs div {
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 300px;
  height: 30vh;
  max-height: 400px;
  border-top: none;
  border-bottom: none;
  border-left: 15px solid #FFFFFF;
  border-right: 0 solid #FFFFFF;
  background: #132914; }
  .hover-thumbs div .post-title {
    font-family: "bodoni-urw", serif;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    -moz-transform: translateX(0%) translateY(-50%) !important;
    -webkit-transform: translateX(0%) translateY(-50%) !important;
    -o-transform: translateX(0%) translateY(-50%) !important;
    -ms-transform: translateX(0%) translateY(-50%) !important;
    transform: translateX(0%) translateY(-50%) !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    width: 70%;
    left: 15%;
    color: #FFFFFF; }
  .hover-thumbs div img {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .hover-thumbs div .landscape-image {
    width: auto;
    height: auto;
    max-width: none;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%; }
  .hover-thumbs div .portrait-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    min-width: 100%;
    min-height: 100%; }
  .hover-thumbs div .square-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%; }
  .hover-thumbs div.has-post-thumbnail {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    border-left: 15px solid #FFFFFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #412438; }
    .hover-thumbs div.has-post-thumbnail .post-title {
      color: #FFFFFF;
      opacity: 0; }
  .hover-thumbs div:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #412438; }
    .hover-thumbs div:hover img {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      mix-blend-mode: overlay; }
    .hover-thumbs div:hover .post-title {
      opacity: 1;
      color: #FFFFFF;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .hover-thumbs div:hover ul.post-categories {
      bottom: 0px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.touch .hover-thumbs div img {
  mix-blend-mode: overlay; }
.touch .hover-thumbs div .post-title {
  opacity: 1;
  color: #FFFFFF; }
.touch .hover-thumbs div ul.post-categories {
  bottom: 0; }

/* Media */
@media only screen and (max-width: 1155px) {
  .hover-thumbs div .post-title {
    width: 98%;
    left: 1%; } }
@media only screen and (max-width: 768px) {
  .hover-thumbs div {
    border-left: 0; }
    .hover-thumbs div.has-post-thumbnail {
      border-left: 0; }
    .hover-thumbs div img {
      mix-blend-mode: overlay; }
    .hover-thumbs div .post-title {
      opacity: 1;
      color: #FFFFFF; }
    .hover-thumbs div ul.post-categories {
      bottom: 0; } }
/*  .ie9 and lower */
.no-csstransitions .hover-thumbs div:hover img {
  display: none; }

/* Layouts &gt; Templates &gt; Staff */
/* Teaching Professionals */
.profile {
  border-bottom: 2px solid #D4D5D6; }
  .profile h3 {
    margin-bottom: 16px; }
  .profile ul li .primary-icon-circle, .profile ul li .primary-text-circle {
    background: #93C0A6 none repeat scroll 0% 0%;
    border-color: #93C0A6; }
  .profile .primary-icon-circle, .profile .primary-text-circle {
    background: #93c0a6;
    border-color: #93c0a6;
    font-size: 25px !important;
    width: 45px !important;
    height: 45px !important;
    padding: 8px; }
  .profile li [target="_blank"]::after {
    display: none; }
  .profile li span:not(.glyphicon) {
    color: #7d7d7d;
    font-size: 18px;
    margin-left: 13px;
    vertical-align: top;
    line-height: 46px; }
  .profile .col-sm-8, .profile .two-columns.list-unstyled, .profile .two-columns.list-unstyled a, .profile .two-columns.list-unstyled span {
    margin-bottom: 0;
    padding-bottom: 0; }

.key-criteria {
  margin-top: -30px; }

@media only screen and (max-width: 400px) {
  .profile .glyphicon-envelope.primary-icon-circle, .profile .glyphicon-envelope.primary-text-circle {
    display: none; }

  .profile li span:not(.glyphicon):nth-child(2) {
    margin: 0; } }
/* Layout &gt; Templates &gt; Reciprocal */
.page-template-page-profiles h1 {
  font-size: 58px;
  margin-bottom: 0; }
.page-template-page-profiles section .row .col-sm-12, .page-template-page-profiles section h2, .page-template-page-profiles section .home .royalSlider .ui-draggable-handle p, .home .royalSlider .ui-draggable-handle .page-template-page-profiles section p {
  margin: 0; }

/* Contact info icons*/
.media-body {
  border-top: 2px solid #D4D5D6;
  float: left;
  display: block;
  max-width: 100%; }
  .media-body .primary-icon-circle, .media-body .primary-text-circle {
    background: #93c0a6;
    border-color: #93c0a6;
    font-size: 15px !important;
    width: 29px !important;
    height: 28px !important;
    padding: 6px 0; }
  .media-body li [target="_blank"]::after {
    display: none; }
  .media-body li span:not(.glyphicon) {
    color: #7d7d7d;
    font-family: "bodoni-urw", serif;
    font-size: 24px;
    margin-left: 13px;
    line-height: 46px; }
  .media-body h3 {
    color: #7d7d7d;
    border-bottom: 2px solid #D4D5D6;
    text-align: center;
    padding-bottom: 4px;
    font-weight: 400;
    line-height: 24px; }

/* Media */
@media only screen and (max-width: 1155px) {
  .page-template-page-profiles .media-body .primary-icon-circle, .page-template-page-profiles .media-body .primary-text-circle, .page-template-page-profiles .media-body .primary-text-circle {
    height: auto !important; } }
/* Layout &gt; Navigation &gt; Horizontal */
.nav {
  z-index: 10;
  height: 250px;
  background: url("assets/images/gradient.png") repeat-x;
  background-size: 30px 250px; }
  .nav div {
    position: relative; }
    .nav div #header-nav, .nav div #footer-nav {
      padding: 0;
      margin: 10px 0 0; }
      .nav div #header-nav li, .nav div #footer-nav li {
        float: left;
        display: block;
        margin-right: 0px;
        width: 11.1111%;
        text-align: center; }
        .nav div #header-nav li a, .nav div #footer-nav li a {
          text-transform: uppercase;
          font-size: 14px;
          color: white;
          font-weight: 600; }
        .nav div #header-nav li.nav-logo a, .nav div #footer-nav li.nav-logo a {
          background: url("assets/images/logo.png") no-repeat;
          width: 97px;
          height: 126px;
          margin: 0 auto;
          display: block;
          font-size: 1px;
          color: transparent; }
        .nav div #header-nav li ul, .nav div #footer-nav li ul {
          display: none;
          width: 100%; }
          .nav div #header-nav li ul li, .nav div #footer-nav li ul li {
            width: 100%; }
            .nav div #header-nav li ul li a, .nav div #footer-nav li ul li a {
              text-transform: capitalize; }
        .nav div #header-nav li:hover, .nav div #footer-nav li:hover {
          text-decoration: underline; }
    .nav div #header-nav {
      margin: 0; }
      .nav div #header-nav li {
        padding: 10px 0; }
    .nav div #footer-nav {
      width: 98%;
      margin: 10px 1% 0; }
      .nav div #footer-nav li {
        text-align: left; }
        .nav div #footer-nav li a {
          color: #93c0a6; }
        .nav div #footer-nav li ul {
          display: block;
          margin-left: -24px;
          margin-top: 8px; }
          .nav div #footer-nav li ul li {
            float: left;
            display: block;
            text-align: left;
            margin: 1px 0; }
            .nav div #footer-nav li ul li a {
              color: #FFFFFF;
              font-size: 12px;
              font-weight: 400; }
        .nav div #footer-nav li.nav-logo a {
          background-size: 130px auto;
          background-position: 0 26px;
          overflow: visible;
          width: auto;
          height: 200px;
          opacity: 0.2; }

/* Hover menu on larger screens */
@media only screen and (min-width: 800px) {
  .nav div #header-nav {
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 9; }
    .nav div #header-nav li {
      padding: 10px 0 0;
      margin-bottom: 0; }
      .nav div #header-nav li li {
        background: #412438;
        text-align: left;
        margin: 0;
        padding: 0;
        width: 100%; }
        .nav div #header-nav li li a {
          width: 100%;
          padding: 10px 2%;
          display: block;
          float: left;
          margin: 0; }
          .nav div #header-nav li li a:hover {
            background: #7f395a;
            text-decoration: none; }
      .nav div #header-nav li:hover {
        background-color: #412438; }
        .nav div #header-nav li:hover ul {
          display: block;
          text-align: left;
          background: none;
          float: left;
          padding: 15px 0 0;
          position: relative;
          width: 170px;
          margin-top: 0px; }
        .nav div #header-nav li:hover:not(.menu-item-has-children) {
          padding-bottom: 15px; }
        .nav div #header-nav li:hover li:hover {
          padding-bottom: 0; }
      .nav div #header-nav li.nav-logo:hover {
        background-color: transparent; }
      .nav div #header-nav li:nth-child(n+6):hover ul {
        right: 0;
        position: relative;
        float: right; }
        .nav div #header-nav li:nth-child(n+6):hover ul li a {
          text-align: right; } }
@media only screen and (min-width: 1300px) {
  .nav div #header-nav li:hover ul li a,
  .nav div #header-nav li:nth-child(n+6):hover ul li a {
    text-align: center; }

  .nav div #header-nav li:hover ul {
    width: auto; } }
/* Media */
@media only screen and (max-width: 1155px) {
  .nav div #footer-nav .nav-logo {
    display: none !important; }
  .nav div #footer-nav li {
    width: 33.333%;
    padding-bottom: 10px; } }
@media only screen and (min-width: 767px) and (max-width: 1155px) {
  .nav div #header-nav li#menu-item-240, .nav div #header-nav li#menu-item-211 {
    width: 12.11%; }
  .nav div #header-nav li#menu-item-627, .nav div #header-nav li#menu-item-585 {
    width: 10.11%; } }
@media only screen and (max-width: 767px) {
  button.navbar-toggle.collapsed {
    color: #FFFFFF;
    background: #132914;
    border-radius: 0;
    margin: 0;
    padding: 20px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    button.navbar-toggle.collapsed span {
      color: #FFFFFF; }

  .nav .navbar-toggle {
    color: #FFFFFF;
    background: #132914;
    border-radius: 0;
    margin: 0;
    padding: 31px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .nav div {
    /* Header Navigation */
    /* Footer sitemap */ }
    .nav div #header-nav {
      background: #132914;
      float: left; }
      .nav div #header-nav .menu-item-has-children {
        border-top: 1px solid #D4D5D6; }
      .nav div #header-nav .nav-logo {
        display: none; }
    .nav div #header-nav, .nav div #header-nav li {
      width: 100%;
      float: left; }
      .nav div #header-nav a, .nav div #header-nav li a {
        color: #7f395a; }
    .nav div #header-nav.collapse.in {
      position: relative;
      z-index: 999; }
      .nav div #header-nav.collapse.in li .sub-menu {
        display: block;
        padding: 0; }
        .nav div #header-nav.collapse.in li .sub-menu a {
          color: #FFFFFF; }
    .nav div #footer-nav {
      float: left;
      display: block; }
      .nav div #footer-nav li {
        min-width: 200px;
        float: left;
        display: block;
        width: 50%;
        padding-bottom: 10px; } }
/* Modules &gt; Slider */
body .rsMinW .rsBullet {
  padding: 0 25px 0 4px;
  margin: 0;
  height: 15px; }
  body .rsMinW .rsBullet span {
    width: 10px;
    height: 10px;
    background: #FFF; }
  body .rsMinW .rsBullet.rsNavSelected span {
    background: #90778e; }
body .rsMinW .rsArrowIcn {
  background-image: url("assets/images/ui/rs-minimal-white2.png"); }
  body .rsMinW .rsArrowIcn:hover {
    opacity: 0.7; }

/* Full Width (like course tour) */
.container-fluid .rsArrowRight .rsArrowIcn {
  background: transparent url("assets/images/ui/right-arrow.png") no-repeat scroll 0% 0%; }
.container-fluid .rsArrowLeft .rsArrowIcn {
  background: transparent url("assets/images/ui/left-arrow.png") no-repeat scroll 0% 0%; }
.container-fluid .rsArrowRight .rsArrowIcn, .container-fluid .rsArrowLeft .rsArrowIcn {
  height: 58px;
  background-position: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .container-fluid .rsArrowRight .rsArrowIcn:hover, .container-fluid .rsArrowLeft .rsArrowIcn:hover {
    background-color: transparent;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/* Text only (Testimonials)*/
body .rsUni .rsSlide,
body .rsUni .rsOverflow {
  background: #FFF !important; }

/*Royal Slider 4*/
.new-royalslider-4 h3, .new-royalslider-4 p, .new-royalslider-4 p span {
  font-style: italic;
  color: #7d7d7d;
  font-family: "bodoni-urw", serif;
  font-size: 24px;
  text-align: center; }

/* Modules &gt; Weather */
#weatherFeed {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 0; }
  #weatherFeed .weatherCt {
    width: 14.28%;
    float: left;
    display: inline-block; }
  #weatherFeed .weatherDay, #weatherFeed .weatherTempR {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    margin-bottom: 2px;
    font-size: 24px;
    color: #919191;
    letter-spacing: 0;
    font-family: "tablet-gothic-condensed", sans-serif; }
  #weatherFeed .weatherDay {
    margin-top: 7px;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 12px; }
  #weatherFeed img {
    width: 55px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ &amp; Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */ }
  #weatherFeed a[target="_blank"].weatherTitle {
    float: right;
    font-family: "bodoni-urw", serif;
    font-size: 18px;
    margin-bottom: 0; }
    #weatherFeed a[target="_blank"].weatherTitle:after {
      content: ""; }

@media only screen and (max-width: 600px) {
  #weatherFeed .weatherCt:nth-child(n+4) {
    display: none; }

  #weatherFeed .weatherCt {
    width: 33.333%; } }
@media only screen and (max-width: 250px) {
  #weatherFeed .weatherCt:nth-child(n+2) {
    display: none; }

  #weatherFeed .weatherCt {
    width: 100%; } }
/* Modules*/
/* Map */
#map-container {
  max-height: 600px;
  height: 300px;
  height: 60vh; }
  #map-container div {
    margin-bottom: 1px; }

/* Flip the phone icon so it faces the correct way */
.dashicons-phone {
  -ms-transform: rotate(107deg);
  /* IE 9 */
  -webkit-transform: rotate(107deg);
  /* Safari */
  transform: rotate(107deg); }

/* Contact List */
ul.contact-list {
  min-width: 200px; }
  ul.contact-list li {
    font-family: "bodoni-urw", serif;
    font-size: 24px; }
    ul.contact-list li span {
      margin-right: 15px;
      margin-left: 7px; }
      ul.contact-list li span.dashicons-phone {
        -ms-transform: rotate(107deg) !important;
        /* IE 9 */
        -webkit-transform: rotate(107deg) !important;
        /* Safari */
        transform: rotate(107deg) !important; }
    ul.contact-list li .primary-icon-circle, ul.contact-list li .primary-text-circle {
      padding: 4px 4px 4px 3px; }
    ul.contact-list li .primary-text-circle {
      margin-left: 8px;
      margin-right: 8px;
      padding: 3px; }
    ul.contact-list li a::after {
      content: ''; }

/* Page transition loading screen */
.loadingScreen {
  width: 100%;
  position: fixed;
  left: 0;
  top: -399%;
  height: 100%;
  z-index: 99999;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-color: #FFFFFF;
  opacity: 0.6;
  background-image: url("assets/images/logo.png");
  background-repeat: no-repeat;
  background-position: center 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 200px 250px 0px #FFFFFF;
  -moz-box-shadow: 0px 200px 250px 0px #FFFFFF;
  box-shadow: 0px 200px 250px 0px #FFFFFF; }
  .loadingScreen.loading {
    top: 0;
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }

/* WordPress Gallery */
.gallery .gallery-item img {
  border: none !important;
  max-width: 98%; }

@media only screen and (max-width: 500px) {
  body .gallery-columns-4 .gallery-item, body .gallery-columns-5 .gallery-item, body .gallery-columns-6 .gallery-item, body #gallery-4 .gallery-item {
    width: 100%; } }
/* CALENDAR STYLE - */
#main .eo-fullcalendar {
  clear: both; }

.ui-tooltip-content {
  line-height: 1.5em; }

#main .fc-event-time {
  display: block; }

#main .fc-event-title {
  line-height: 1.3em;
  padding: 0 0 5px 2px;
  display: block; }

#main .eo-agenda-widget ul.dates {
  padding: 0; }

#main .eo-agenda-widget li.event {
  font-size: 12px;
  opacity: 1;
  background: #f1f1f1;
  color: #656565;
  padding: 5px 0 5px 12px; }

#main .eo-agenda-widget li.event:hover {
  background: #ececec;
  color: #333; }

#main .eo-agenda-widget li.event strong {
  display: block; }

.single-event .post-data {
  font-size: 18px;
  margin: 0; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0.4em !important; }

/* Arrows */
.fc-button-content .fc-icon-wrap {
  top: 2% !important; }

.ui-icon-circle-triangle-w {
  background-position: -96px -16px !important; }

.ui-icon-circle-triangle-e {
  background-position: -32px -16px !important; }

/*Events List*/
.events p, .events a, .events h4, .events h5 {
  line-height: 13px;
  margin: 0;
  padding: 0; }
.events h4 {
  margin: 5px 0 0px 12px; }
.events a h5 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px; }
.events h5 {
  font-size: 24px;
  font-weight: 400; }
.events .col-sm-3 {
  background: #F5F5F5;
  padding: 15px 0; }
.events .single-event {
  float: left;
  display: block;
  width: 100%;
  border-top: 1px solid #7f395a; }

.icon-circle, .primary-icon-circle, .primary-text-circle {
  color: #fff;
  border: 2px solid;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  border-radius: 50% !important;
  padding: 4px;
  text-align: center;
  font-size: 14px;
  width: 30px !important;
  height: 30px !important;
  vertical-align: baseline !important; }
  .icon-circle:hover, .primary-icon-circle:hover, .primary-text-circle:hover {
    text-decoration: none; }

.primary-icon-circle, .primary-text-circle {
  background: #7f395a;
  border-color: #7f395a; }

.primary-text-circle {
  font-family: "tablet-gothic-condensed", sans-serif;
  font-size: 14px; }

/* list items with circle */
li a.primary-text-circle {
  min-width: 38px !important;
  float: left;
  font-size: 14px;
  min-height: 38px !important;
  padding-top: 6px;
  background-color: #93c0a6;
  border-color: #93c0a6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  li a.primary-text-circle:hover {
    background-color: #7f395a;
    border-color: #7f395a;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
li.current a.primary-text-circle {
  background-color: #7f395a;
  border-color: #7f395a; }




/* Post go-live - Michael H - 16/02/2016 */
/* Product functions calendar thing */
.functoins-calendar{
	width: 980px;
	margin: 20px auto;
}

.functoins-calendar .radio{
    display: inline-block;
    margin: 0 15px 0 30px;
    width: auto;	
}

.functoins-calendar input, body .functoins-calendar select, body .functoins-calendar textarea, body .functoins-calendar button{
	padding: 9px;
    background: #E8E8E8;
}

.functoins-calendar table{
	width: auto;
    background: #fff;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.functoins-calendar table th, .functoins-calendar table td{
	min-width: 100%;
}

.calendar td{
	width: auto;
	min-width: auto;
}

.calendar .headrow .nav{
	height: 0px;
}

table.portalDiary{
	border: 1px solid #eee;
}

.functoins-calendar table.weekendSelect{
	border: 1px solid #FABABB;	
}
.functoins-calendar table.weekendSelect, table.portalDiary{
    width: 100%;
    display: block;
    float: left;
	}
	
body &gt; div.main-container.container .functoins-calendar &gt; div &gt; table.portal{
	width: auto;	
}

/* Day View */
.functoins-calendar.dayview .portal table{
	margin: 0;	
	width: 100%;
}



/*Week View */
.functoins-calendar.weekview b a{
	background: #D8D8D8;
    width: 100%;
    display: block;
    float: left;
    padding: 13px;
    margin: 0;
}

.functoins-calendar.weekview tr tr tr hr{
	margin: 0;	
}

.functoins-calendar.weekview .portal tr tr tr{
	padding: 5px 0;
}

/* Year View */
.functoins-calendar.yearview{
	width: 760px;
}



/* Bookings - Mobile Fix */
.ui-widget.select-partners {
	width: 100%;	
}

.ui-widget.select-partners td,
table.guestForm td {
	min-width: auto;	
}

@media only screen and (max-width: 980px) {
	.page-id-5.page-template-prodGen.logged-in.product .main-container.container {
		max-width: 100%;
	}
	
	.page-id-5.page-template-prodGen.logged-in product .main-container.container #eventListForm {
		width: 100%;	
	}
}
#MB_window{
	width:850px!important;
	height:725px!important;
}
#shortGeneralDetails{width:825px!important;}

@media only screen and (max-width: 767px) {
	.col-sm-3{
		clear: both;
	}
}

.mpDraw div, .mpDraw span{
	font-size: initial;
	color: initial;
	margin: initial;
}

.mpDraw .drawTitle {
	font-size: 1.5em;
}

.mpDraw .ui-button-text{
	color: #ffffff;
}

/* Eclectic Table */
.product .main-container &gt; table.portal {
	border: none!important;
	border-top: 2px solid #7f395a!important;
	border-bottom: none!important;
	border-top: none!important;
}

table table {
	border-bottom: none!important;
	border-top: none!important;
	margin: 0;
}

.product .main-container &gt; table td {
	width: 5px;
	min-width: inherit;
}

/* Pop up box styling */

:target {
	padding-top: 130px;
	margin-top: -130px;
	display: inline;
}

.pum-content form .gform_button {
	border: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 13px !important;
}


/* Popup */
html.pum-open.pum-open-overlay.pum-open-scrollable body&gt;[aria-hidden] {
	padding-right: 0 !important;
}

.pum-theme-default-theme{
	background: rgba(19, 41, 20, 0.8)!important;
}

.pum-container {
	background: rgba(25, 67, 34, 0.92) !important;
	border: 0 !important;
	top: 200px !important;
	padding: 25px 15px !important;
	z-index: 996 !important;
}
@media screen and (max-width: 1024px) {
	.pum-container {
		top: 120px !important;
	}
}

.pum-close{
	background-color: #132914!important;
}

.pum-title{
	display: none;
}

.pum-content {
	color: #ffffff !important;
	font-weight: 600 !important;
}

.pum-theme-lightbox {
	background: transparent !important;
}
.section.facebook .container{
	display: none;
}

#weatherFeed{
	padding: 25px;
}

#weatherFeed .weatherTitle{
	display: none;
}
.nav{
	display: block!important;
}


.course-status-acf{
	background-color: #7f395a;
	padding: 20px;
	color: #fff;
}

.c-status{
	color: #fff;
}

.cart-s{
	color: #fff;
	border-top: 1px solid #fff;
	padding-top: 20px;
}


</pre></body></html>