/* colors

tan			#e4e0db
dark tan	#cbc8c4
red			#7b2230
dark red	#621b26
darker red	#53161f
gold		#a08958
dark gold	#806e47


*/
/* 	:: :::::::: :: */
/* 	:: Settings :: */
/* 	:: :::::::: :: */
.clear:before,
.clear:after {
    content: '';
    display: table;
}

.clear:after {
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

.hidden {
    display: none;
}

/*  :: :::::::: */
/*  :: Align :: */
/*  :: ::::: :: */
.row-inline-wrap {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.row.row-inline {
    display: table;
    font-size: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.row.row-inline>* {
    display: block;
    padding-left: 0;
    padding-right: 0;
    float: none;
    font-size: 14px;
    vertical-align: middle;
}

.row-inline.inline-bottom>* {
    vertical-align: bottom;
}

.row-inline.inline-top>* {
    vertical-align: top;
}

@media (min-width: 992px) {
    .row.row-inline>[class*='col-md-'] {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .row.row-inline>[class*='col-sm-'] {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }
}

* {
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #f6f6f6;
    min-width: 320px;
    overflow-x: hidden;
    line-height: 1.3;
    position: fixed;
    width: 100%;
    overflow-y: scroll;
    background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/body-bg.jpg);
    background-position: left top;
    background-repeat: repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    body {
        background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/body-bg@2x.jpg);
        background-size: 150px 150px;
    }
}

html.loaded body {
    position: relative;
    width: auto;
    overflow-y: auto;
}

body:before,
body:after {
    content: '';
    display: table;
}

body:after {
    clear: both;
}

body .bg-black {
    background-color: #32333a;
}

body .color-black {
    color: #484640;
}

body .bg-white {
    background-color: #fff;
}

body .main-content {}

body .bg-teal {
    background-color: #0ed4c8;
}

body .color-teal {
    color: #0ed4c8;
}

body .bg-purple {
    background-color: #8981e4;
}

body .color-purple {
    color: #8981e4;
}

body .bg-orange {
    background-color: #fe7c60;
}

body .color-orange {
    color: #fe7c60;
}

body .bg-pink {
    background-color: #ff6f6f;
}

body .color-pink {
    color: #ff6f6f;
}

body .bg-yellow {
    background-color: #fbcf61;
}

body .color-yellow {
    color: #fbcf61;
}

body .bg-green {
    background-color: #6bd67e;
}

body .color-green {
    color: #6bd67e;
}

body .bg-azure {
    background-color: #57cff4;
}

body .color-azure {
    color: #57cff4;
}

body .bg-blue {
    background-color: #4486dd;
}

body .color-blue {
    color: #4486dd;
}

body .bg-gray {
    background-color: #eee;
}

body .color-gray {
    color: #eee;
}

body .bg-light-gray {
    background-color: #f6f6f6;
}

body .color-light-gray {
    color: #f6f6f6;
}

/* 	:: :::::::: :: */
/* 	:: Headings :: */
/* 	:: :::::::: :: */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #484640;
    margin: 20px 0;
}

h4.directors {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #484640;
    margin: 15px 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1,
.h1 {
    font-size: 42px;
    line-height: 48px;
}

h2,
.h2 {
    font-size: 36px;
    ine-height: 42px;
}

h3,
.h3 {
    font-size: 28px;
    ine-height: 32px;
}

h4,
.h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
}

h5,
.h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}

h6,
.h6 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 1;
    font-size: 60%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #7b2230;
}

/*h1 a:hover, h2 a:hover, h3 a:hover,
	h4 a:hover, h5 a:hover, h6 a:hover {
		color: #0ed4c8;
		text-decoration: none;
	}*/

.bg-color-invert,
.bg-color-invert h1,
.bg-color-invert h2,
.bg-color-invert h3,
.bg-color-invert h4,
.bg-color-invert h5,
.bg-color-invert h6 {
    color: #e4e0db;
}

body .bg-color-reset,
body .bg-color-reset h1,
body .bg-color-reset h2,
body .bg-color-reset h3,
body .bg-color-reset h4,
body .bg-color-reset h5,
body .bg-color-reset h6 {
    color: #484640;
}

/* 	:: ::::::::: :: */
/* 	:: Body copy :: */
/* 	:: ::::::::: :: */
p {
    margin: 20px 0;
    line-height: 20px;
}

p:first-child {
    margin-top: 0;
}

b,
strong {
    color: #484640;
}

b {
    font-weight: 600;
}

strong {
    font-weight: 700;
}

i {
    font-weight: 400;
}

a {
    /*color: #0ed4c8;*/
    transition: color linear 0.1s, background-color linear 0.1s,
        opacity linear 0.1s;
}

a:hover,
a:focus {
    color: #806e47;
    text-decoration: none;
    outline: none;
}

.lead {
    color: #484640;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.muted {
    color: #999;
}

.text-warning {
    color: #fbcf61;
}

.text-error {
    color: #f94950;
}

.text-info {
    color: #4486dd;
}

.text-success {
    color: #6bd67e;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.bold {
    font-weight: 700;
}

.gold {
    color: #a08958;
}

.white {
    color: #ffffff;
}

.maroon {
    color: #7b2230;
}

.bg-color-invert .lead,
.bg-color-invert b,
.bg-color-invert strong {
    color: #fff;
}

.bg-color-invert a {
    color: #fff;
    text-decoration: none;
}

.bg-color-invert a:hover {
    color: #a08958;
}

body .bg-color-reset b,
body .bg-color-reset strong {
    color: #484640;
}

/*
body .bg-color-reset a {
	color: #0ed4c8;
}*/

/*  :: :::::::::: */
/*  :: Buttons :: */
/*  :: ::::::: :: */
.btn {
    text-shadow: none;
    /*background-color: #0ed4c8;
	border: 1px solid #0ed4c8;*/
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 14px 20px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
    overflow: hidden;
    transition: all linear 0.1s;
    box-sizing: content-box;
}

.btn:hover,
.btn:active {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
}

/* :: Invert :: */
.bg-color-invert .btn {
    color: #fff;
    border-color: #fff;
    background: transparent;
    position: relative;
    z-index: 1;
}

.bg-color-invert .btn:hover,
.bg-color-invert .btn.active {
    color: #484640;
    opacity: 1;
}

.bg-color-invert .btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 300ms ease;
    width: 110%;
    height: 0;
    top: 50%;
    left: 50%;
    background-color: #fff;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}

.bg-color-invert .btn:hover:before,
.bg-color-invert .btn.active:before {
    height: 130%;
    opacity: 1;
}

.bg-color-invert .btn.btn-icon {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.1);
}

/*  :: Type :: */
.btn.btn-round {
    border-radius: 2000em;
}

/*  :: Size :: */
.btn.btn-big {
    font-size: 16px;
    padding: 20px 30px;
    font-weight: 600;
}

.btn.btn-small {
    font-size: 12px;
    padding: 10px 15px;
}

.btn.btn-mini {
    font-size: 10px;
    padding: 4px 7px;
}

/*  :: Icon text  :: */
.btn.btn-icon-text {
    padding-top: 9px;
    padding-bottom: 9px;
}

.btn.btn-icon-text>* {
    vertical-align: middle;
    display: inline-block;
}

.btn.btn-icon-text>span {
    line-height: 24px;
}

.btn.btn-icon-text>i {
    font-size: 24px;
}

.btn.btn-icon-text>span+i,
.btn.btn-icon-text>i+span {
    margin-left: 10px;
}

.btn.btn-big.btn-icon-text {
    padding-top: 12px;
    padding-bottom: 12px;
}

.btn.btn-big.btn-icon-text>span {
    line-height: 32px;
}

.btn.btn-big.btn-icon-text>i {
    font-size: 32px;
}

.btn.btn-big.btn-icon-text>span+i,
.btn.btn-big.btn-icon-text>i+span {
    margin-left: 15px;
}

.btn.btn-small.btn-icon-text {
    padding-top: 9px;
    padding-bottom: 9px;
}

.btn.btn-small.btn-icon-text>span {
    line-height: 14px;
}

.btn.btn-small.btn-icon-text>i {
    font-size: 14px;
}

.btn.btn-small.btn-icon-text>span+i,
.btn.btn-small.btn-icon-text>i+span {
    margin-left: 7px;
}

.btn.btn-mini.btn-icon-text {
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn.btn-mini.btn-icon-text>span {
    line-height: 11px;
}

.btn.btn-mini.btn-icon-text>i {
    font-size: 10px;
}

.btn.btn-mini.btn-icon-text>span+i,
.btn.btn-mini.btn-icon-text>i+span {
    margin-left: 4px;
}

/*  :: Icon  :: */
.btn-icon {
    text-align: center;
    padding: 0;
    width: 42px;
    height: 42px;
}

.btn-icon>* {
    line-height: 42px;
    font-size: 24px;
    display: block;
}

.btn.btn-big.btn-icon {
    padding: 0;
    height: 56px;
    width: 56px;
}

.btn.btn-big.btn-icon>* {
    line-height: 56px;
    font-size: 28px;
}

.btn.btn-small.btn-icon {
    padding: 0;
    height: 32px;
    width: 32px;
}

.btn.btn-small.btn-icon>* {
    font-size: 14px;
    line-height: 32px;
}

.btn.btn-mini.btn-icon {
    padding: 0;
    height: 18px;
    width: 18px;
}

.btn.btn-mini.btn-icon>* {
    font-size: 11px;
    line-height: 18px;
}

/* :: Color :: */
body .btn-black {
    background-color: #484640;
    border-color: #484640;
}

.bg-color-invert .btn-black {
    background-color: #333;
    border-color: #333;
}

.bg-color-invert .btn-black:hover {
    border-color: #fff;
}

body .btn-white,
.bg-color-invert .btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #484640;
}

body .btn-white:hover {
    background-color: #eaeaea;
    border-color: #eaeaea;
    color: #484640;
}

.bg-color-invert .btn-white:hover {
    border-color: #eaeaea;
}

.bg-color-invert .btn-white:before {
    background: #eaeaea;
}

body .btn-teal,
.bg-color-invert .btn-teal {
    background-color: #0ed4c8;
    border-color: #0ed4c8;
}

.bg-color-invert .btn-teal:hover {
    border-color: #fff;
}

body .btn-purple,
.bg-color-invert .btn-purple {
    background-color: #8981e4;
    border-color: #8981e4;
}

.bg-color-invert .btn-purple:hover {
    border-color: #fff;
}

body .btn-orange,
.bg-color-invert .btn-orange {
    background-color: #fe7c60;
    border-color: #fe7c60;
}

.bg-color-invert .btn-orange:hover {
    border-color: #fff;
}

body .btn-pink,
.bg-color-invert .btn-pink {
    background-color: #ff6f6f;
    border-color: #ff6f6f;
}

.bg-color-invert .btn-pink:hover {
    border-color: #fff;
}

body .btn-yellow,
.bg-color-invert .btn-yellow {
    background-color: #fbcf61;
    border-color: #fbcf61;
}

.bg-color-invert .btn-yellow:hover {
    border-color: #fff;
}

body .btn-green,
.bg-color-invert .btn-green {
    background-color: #6bd67e;
    border-color: #6bd67e;
}

.bg-color-invert .btn-green:hover {
    border-color: #fff;
}

body .btn-blue,
.bg-color-invert .btn-blue {
    background-color: #4486dd;
    border-color: #4486dd;
}

.bg-color-invert .btn-blue:hover {
    border-color: #fff;
}

body .btn-azure,
.bg-color-invert .btn-azure {
    background-color: #57cff4;
    border-color: #57cff4;
}

.bg-color-invert .btn-azure:hover {
    border-color: #fff;
}

body .btn-gray,
.bg-color-invert .btn-gray {
    color: #484640;
    background-color: #eaeaea;
    border-color: #eaeaea;
}

body .btn-gray:hover {
    color: #484640;
}

.bg-color-invert .btn-gray:hover {
    border-color: #fff;
}

/* 	:: :::::::: :: */
/* 	:: Address  :: */
/* 	:: :::::::: :: */
address {
    font-style: normal;
    margin-bottom: 30px;
}

address p:last-child {
    margin-bottom: 0;
}

/* 	:: ::::: :: */
/* 	:: Code  :: */
/* 	:: ::::: :: */
pre {
    display: block;
    padding: 30px;
    margin-bottom: 30px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff;
}

pre div {
    display: inline-block;
}

pre code {
    font-size: inherit;
    color: inherit;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    background-color: transparent;
}

.hll {
    background-color: #ffffcc;
}

.c {
    color: #999;
}

/* Comment */
.err {
    color: #aa0000;
    background-color: #ffaaaa;
}

/* Error */
.k {
    color: #006699;
}

/* Keyword */
.o {
    color: #555555;
}

/* Operator */
.cm {
    color: #0099ff;
    font-style: italic;
}

/* Comment.Multiline */
.cp {
    color: #009999;
}

/* Comment.Preproc */
.c1 {
    color: #999;
}

/* Comment.Single */
.cs {
    color: #999;
}

/* Comment.Special */
.gd {
    background-color: #ffcccc;
    border: 1px solid #cc0000;
}

/* Generic.Deleted */
.ge {
    font-style: italic;
}

/* Generic.Emph */
.gr {
    color: #ff0000;
}

/* Generic.Error */
.gh {
    color: #003300;
}

/* Generic.Heading */
.gi {
    background-color: #ccffcc;
    border: 1px solid #00cc00;
}

/* Generic.Inserted */
.go {
    color: #aaaaaa;
}

/* Generic.Output */
.gp {
    color: #000099;
}

/* Generic.Prompt */
.gs {}

/* Generic.Strong */
.gu {
    color: #003300;
}

/* Generic.Subheading */
.gt {
    color: #99cc66;
}

/* Generic.Traceback */
.kc {
    color: #006699;
}

/* Keyword.Constant */
.kd {
    color: #006699;
}

/* Keyword.Declaration */
.kn {
    color: #006699;
}

/* Keyword.Namespace */
.kp {
    color: #006699;
}

/* Keyword.Pseudo */
.kr {
    color: #006699;
}

/* Keyword.Reserved */
.kt {
    color: #007788;
}

/* Keyword.Type */
.m {
    color: #ff6600;
}

/* Literal.Number */
.s {
    color: #d44950;
}

/* Literal.String */
.na {
    color: #4f9fcf;
}

/* Name.Attribute */
.nb {
    color: #336666;
}

/* Name.Builtin */
.nc {
    color: #00aa88;
}

/* Name.Class */
.no {
    color: #336600;
}

/* Name.Constant */
.nd {
    color: #9999ff;
}

/* Name.Decorator */
.ni {
    color: #999999;
}

/* Name.Entity */
.ne {
    color: #cc0000;
}

/* Name.Exception */
.nf {
    color: #cc00ff;
}

/* Name.Function */
.nl {
    color: #9999ff;
}

/* Name.Label */
.nn {
    color: #00ccff;
}

/* Name.Namespace */
.nt {
    color: #2f6f9f;
}

/* Name.Tag */
.nv {
    color: #003333;
}

/* Name.Variable */
.ow {
    color: #000000;
}

/* Operator.Word */
.w {
    color: #bbbbbb;
}

/* Text.Whitespace */
.mf {
    color: #ff6600;
}

/* Literal.Number.Float */
.mh {
    color: #ff6600;
}

/* Literal.Number.Hex */
.mi {
    color: #ff6600;
}

/* Literal.Number.Integer */
.mo {
    color: #ff6600;
}

/* Literal.Number.Oct */
.sb {
    color: #cc3300;
}

/* Literal.String.Backtick */
.sc {
    color: #cc3300;
}

/* Literal.String.Char */
.sd {
    color: #cc3300;
    font-style: italic;
}

/* Literal.String.Doc */
.s2 {
    color: #cc3300;
}

/* Literal.String.Double */
.se {
    color: #cc3300;
}

/* Literal.String.Escape */
.sh {
    color: #cc3300;
}

/* Literal.String.Heredoc */
.si {
    color: #aa0000;
}

/* Literal.String.Interpol */
.sx {
    color: #cc3300;
}

/* Literal.String.Other */
.sr {
    color: #33aaaa;
}

/* Literal.String.Regex */
.s1 {
    color: #cc3300;
}

/* Literal.String.Single */
.ss {
    color: #ffcc33;
}

/* Literal.String.Symbol */
.bp {
    color: #336666;
}

/* Name.Builtin.Pseudo */
.vc {
    color: #003333;
}

/* Name.Variable.Class */
.vg {
    color: #003333;
}

/* Name.Variable.Global */
.vi {
    color: #003333;
}

/* Name.Variable.Instance */
.il {
    color: #ff6600;
}

/* Literal.Number.Integer.Long */
.css .o,
.css .o+.nt,
.css .nt+.nt {
    color: #999;
}

/* 	:: ::::::::: :: */
/* 	:: Dropcaps  :: */
/* 	:: ::::::::: :: */
.dropcap {
    float: left;
    font-weight: 600;
    font-size: 36px;
    /*color: #0ed4c8;*/
    height: 36px;
    line-height: 36px;
    margin: 0 7px 0 0;
    text-align: center;
    min-width: 36px;
    text-transform: uppercase;
}

/* 	:: :::::::::: :: */
/* 	:: Bockquote  :: */
/* 	:: :::::::::: :: */
blockquote {
    clear: both;
    position: relative;
    color: #484640;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 30px 0;
    /*border-left: 3px solid #0ed4c8;*/
    font-style: italic;
    padding-left: 30px;
}

blockquote p {
    line-height: 24px;
}

blockquote .author {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    text-align: right;
    font-style: normal;
    /*color: #0ed4c8;*/
    margin-top: 20px;
}

/* :: RTL :: */
.text-right blockquote {
    /*border-right: 3px solid #0ed4c8;*/
    border-left: none;
    padding-right: 30px;
    padding-left: 0;
}

.text-right blockquote .author {
    text-align: left;
}

.bg-color-invert blockquote {
    color: #fff;
}

/* 	:: ::::: :: */
/* 	:: List  :: */
/* 	:: ::::: :: */
ul,
ol {
    margin: 10px 0;
    /*padding: 0;*/
}

ul>li>ul,
ol>li>ul,
ul>li>ol,
ol>li>ol {
    margin: 15px 0;
}

ul:first-child,
ol:first-child {
    margin-top: 0;
}

ul.default>li,
ul.circle>li,
ul.asterisk>li,
ul.bolt>li,
ul.rocket>li,
ul.dash>li {
    list-style: none;
    padding: 0 0 0 24px;
    position: relative;
}

ul>li,
ol>li {
    margin: 10px 0;
}

ul>li strong,
ol>li strong {
    margin-right: 10px;
}

ul.default>li {
    padding: 0;
}

ul.circle>li:before,
ul.asterisk>li:before,
ul.bolt>li:before,
ul.rocket>li:before,
ul.dash>li:before {
    left: 0;
    position: absolute;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    /*color: #0ed4c8;*/
}

ul.circle>li:before {
    top: 2px;
    font-size: 12px;
    content: '\f10c';
}

ul.asterisk>li:before {
    content: '\f069';
}

ul.bolt>li:before {
    content: '\f0e7';
}

ul.rocket>li:before {
    content: '\f135';
}

ul.dash>li:before {
    top: 2px;
    content: '\f068';
}

/* :: RTL :: */
.text-right ul>li,
.text-right ol>li {
    direction: rtl;
    list-style-position: inside;
}

.text-right ul.circle>li,
.text-right ul.asterisk>li,
.text-right ul.bolt>li,
.text-right ul.rocket>li,
.text-right ul.dash>li {
    padding: 0 24px 0 0;
}

.text-right ul li:before {
    left: auto;
    right: 0;
}

.bg-color-invert ul.circle>li:before,
.bg-color-invert ul.asterisk>li:before,
.bg-color-invert ul.bolt>li:before,
.bg-color-invert ul.rocket>li:before,
.bg-color-invert ul.dash>li:before {
    background: transparent;
}

.bg-color-invert:not(.bg-black) ul.circle>li:before,
.bg-color-invert:not(.bg-black) ul.asterisk>li:before,
.bg-color-invert:not(.bg-black) ul.bolt>li:before,
.bg-color-invert:not(.bg-black) ul.rocket>li:before,
.bg-color-invert:not(.bg-black) ul.dash>li:before {
    color: #484640;
}

/* 	:: ::::::: :: */
/* 	:: Tables  :: */
/* 	:: ::::::: :: */
.table {
    margin-bottom: 30px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table th,
.table td {
    padding: 20px 15px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #eee;
}

.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table th {
    color: #484640;
    font-weight: 600;
    font-size: 110%;
}

.table thead th {
    vertical-align: bottom;
}

/* :: Striped :: */
.table.table-striped tbody th,
.table.table-striped tbody td {
    border: none;
}

.table.table-striped tbody>tr:nth-child(odd)>td,
.table.table-striped tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

/* :: Title :: */
.table.table-colored thead th {
    /*background-color: #0ed4c8;*/
    color: #fff;
}

.table.table-colored tbody {
    background-color: #fff;
}

.table.table-colored tbody tr:first-child td {
    border-top: none;
}

.bg-color-invert .table th,
.bg-color-invert .table td {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.bg-color-invert .table.table-striped tbody>tr:nth-child(odd)>td,
.bg-color-invert .table.table-striped tbody>tr:nth-child(odd)>th,
.bg-color-invert .table.table-colored tbody {
    background-color: rgba(255, 255, 255, 0.1);
}

/* 	:: ::::: :: */
/* 	:: Form  :: */
/* 	:: ::::: :: */
.form-field {
    position: relative;
    margin-bottom: 30px;
    display: block;
}

select,
.form-control {
    color: #fff;
    height: 44px;
    width: 100%;
    line-height: 20px;
    border-radius: 0;
    border: none;
    background-color: #484640;
    padding: 12px 10px;
    outline: none;
    box-shadow: none;
    display: inline-block;
    transition: all linear 0.1s;

    resize: none;
}

select {
    display: block;
}

textarea.form-control {
    height: auto;
}

input[type='checkbox'],
input[type='radio'] {
    visibility: hidden;
    position: absolute;
}

input[type='checkbox']+label,
input[type='radio']+label {
    position: relative;
    padding-left: 25px;
    font-weight: normal;
    color: #666;
    line-height: 19px;
}

input[type='checkbox']+label:before,
input[type='radio']+label:before {
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background-color: #484640;
    line-height: 1;
    border-radius: 2px;
}

input[type='radio']+label:after {
    display: none;
    content: '';
    position: absolute;
    height: 9px;
    width: 9px;
    left: 5px;
    top: 5px;
    background-color: #fff;
}

input[type='checkbox']+label:after {
    position: absolute;
    font-family: 'icomoon';
    content: '\e6fe';
    color: #fff;
    left: 0;
    width: 19px;
    text-align: center;
    line-height: 19px;
    top: 0;
    display: none;
}

input[type='radio']+label:before,
input[type='radio']+label:after {
    border-radius: 50%;
}

input[type='checkbox']:checked+label:after,
input[type='radio']:checked+label:after {
    display: block;
}

.form-desc {
    font-size: 12px;
    margin: 5px 0 0 0;
    line-height: 1;
    color: #adadad;
}

/* :: Default label :: */
.form-field label {
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
    color: inherit;
}

.form-field label[class*='col-'] {
    margin-top: 15px;
    text-align: left;
}

@media (min-width: 768px) {
    .form-field label[class*='col-sm-'] {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .form-field label[class*='col-md-'] {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .form-field label[class*='col-lg-'] {
        text-align: right;
    }
}

.form-field label .require {
    color: #f94950;
    margin-left: 5px;
    font-weight: normal;
}

/* :: Form Group :: */
.form-group,
.form-group-separator {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.form-group-separator {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: bottom;
    line-height: 50px;
    font-weight: 300;
}

.form-group-separator i {
    color: #484640;
}

.form-group+.form-group {
    margin-left: 15px;
}

/* :: Placeholder :: */
.form-field .placeholder label {
    font-weight: normal;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 44px;
    text-indent: 10px;
    cursor: text;

    top: 0;
    transition: all ease 200ms;
}

.form-field .placeholder.focus label {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.form-field .placeholder.keyup label {
    visibility: hidden;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-field .placeholder label .require {
    float: right;
    margin-left: 0;
    margin-right: 10px;
}

body select.error select,
body .form-control.error {
    background-color: rgba(249, 73, 80, 0.8);
}

.form-field .text-error {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    left: 15px;
    top: 100%;
}

.form-field>.text-error,
.form-group>.text-error {
    left: 0;
}

/* :: From messages :: */
.form-field+span.error {
    margin-top: -15px;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
}

.response {
    margin-bottom: 30px;
    position: relative;
    padding: 14px;
    color: #fff;
    opacity: 0;
    right: 30px;
}

.response.success {
    background-color: #6bd67e;
}

.response.error {
    background-color: #ff6f6f;
}

#contact-form .response {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

/* :: Btn :: */
.btn-form {
    float: right;
}

.btn-form+.form-field {
    margin-right: 44px;
}

.btn-form+.form-field select,
.btn-form+.form-field .form-control {
    border-right: none;
}

.bg-color-invert select,
.bg-color-invert .form-control {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}

.bg-color-invert select:focus,
.bg-color-invert .form-control:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-color-invert .form-field .placeholder label,
.bg-color-invert .form-field label {
    color: #fff;
}

.bg-color-invert input[type='checkbox']+label:before,
.bg-color-invert input[type='radio']+label:before {
    background-color: rgba(255, 255, 255, 0.1);
}

/* 	:: ::::::::::: :: */
/* 	:: Navigation  :: */
/* 	:: ::::::::::: :: */
.fc-nav,
.tparrows {
    cursor: pointer;
    z-index: 20;
    position: absolute;
    width: 40px;
    top: 50%;
    height: 80px;
    margin-top: -40px;
    color: #fff;
    background: #484640;
    line-height: 80px;
    font-size: 42px;
    transition: background 0.3s ease, color 0.3s ease;
}

.fc-nav:hover,
.tparrows:hover,
.fc-nav:focus,
.tparrows:focus {
    color: #fff;
    background: #a08958;
    text-decoration: none;
}

.fc-nav:before,
.tparrows:before {
    text-align: center;
    font-family: FontAwesome;
    display: block;
}

.fc-nav.fc-prev {
    left: 20px;
}

.fc-nav.fc-prev:before,
.tp-leftarrow:before {
    content: '\f104';
}

.fc-nav.fc-next {
    right: 20px;
}

.fc-nav.fc-next:before,
.tp-rightarrow:before {
    content: '\f105';
}

.fc-nav.fc-close {
    height: 40px;
    width: 40px;
    right: 0;
    top: 0;
    margin: 0;
    line-height: 40px;
    font-size: 18px;
}

.fc-nav.fc-close:before {
    content: '\f00d';
}

.tp-bullets,
.fc-pagi {
    position: relative;
    z-index: 20;
    width: 100%;
    text-align: center;
    z-index: 20;
    line-height: 0;
    margin-top: 30px;
}

.tp-bullets {
    position: absolute;
    bottom: 10px;
}

.fc-pagi a+a,
.tp-bullets .bullet+.bullet {
    margin-left: 10px;
}

.fc-pagi a,
.tp-bullets .bullet {
    position: relative;
    cursor: pointer;
    background: #484640;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 10px;
    transition: all 0.1s linear;
}

/*.tp-bullets .bullet.selected,
		.tp-bullets .bullet:hover,
		.tp-bullets .bullet:focus,
		.fc-pagi a.selected,
		.fc-pagi a:hover,
		.fc-pagi a:focus {
			background: #0ed4c8;
		}*/

/* :: Hidden :: */
.fc-hiden-navs {
    perspective: 1000px;
}

.fc-hiden-navs .fc-nav,
.fc-hiden-navs .tparrows {
    opacity: 0;
    transition: all 0.5s ease-out;
}

.fc-hiden-navs .fc-nav.fc-next,
.fc-hiden-navs .tp-rightarrow {
    transform: rotateY(90deg) scale(0.4) translateZ(100px);
}

.fc-hiden-navs .fc-nav.fc-prev,
.fc-hiden-navs .tp-leftarrow {
    transform: rotateY(-90deg) scale(0.4) translateZ(100px);
}

.fc-hiden-navs:hover .fc-nav,
.fc-hiden-navs:hover .tparrows {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1) translateZ(0);
}

.fc-hiden-navs .fc-pagi,
.fc-hiden-navs .tp-bullets {
    bottom: -30px;
    transition: bottom 0.5s ease-out;
}

.fc-hiden-navs:hover .fc-pagi,
.fc-hiden-navs:hover .tp-bullets {
    bottom: 10px;
}

.bg-color-invert .fc-nav,
.bg-color-invert .tparrows {
    background: rgba(255, 255, 255, 0.1);
}

.bg-color-invert .fc-nav:hover,
.bg-color-invert .tparrows:hover,
.bg-color-invert .fc-nav:focus,
.bg-color-invert .tparrows:focus {
    color: #484640;
    background: rgba(255, 255, 255, 0.5);
}

.bg-color-invert .tp-bullets .bullet,
.bg-color-invert .fc-pagi a {
    background: rgba(255, 255, 255, 0.3);
}

.bg-color-invert .tp-bullets .bullet.selected,
.bg-color-invert .tp-bullets .bullet:hover,
.bg-color-invert .tp-bullets .bullet:focus,
.bg-color-invert .fc-pagi a.selected,
.bg-color-invert .fc-pagi a:hover,
.bg-color-invert .fc-pagi a:focus {
    background: #fff;
}

.bg-color-invert .tp-bannertimer {
    background: transparent;
    /*background: rgba(255, 255, 255, 0.5);*/
}

/*  :: ::::::: :: */
/*  :: Devider :: */
/*  :: ::::::: :: */
.devider {
    border-top: 1px solid #eee;
}

hr.devider {
    margin: 30px 0;
    margin-top: 0;
}

hr.devider-medium {
    margin-top: 20px;
    margin-bottom: 50px;
}

hr.devider-big {
    margin-top: 70px;
    margin-bottom: 100px;
}

.bg-color-invert .devider {
    border-color: rgba(64, 65, 72, 0.2);
}

.bg-black .devider {
    border-color: rgba(255, 255, 255, 0.1);
}

/*  :: ::::::: :: */
/*  :: Contact :: */
/*  :: ::::::: :: */
#contact {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 0;
    margin-top: 0;
    top: 0;
    visibility: hidden;
}

html.contact-active #contact {
    position: absolute;
    visibility: visible;
    top: 0;
}

html.contact-active #header {
    position: absolute;
}

/*  :: Close :: */
#contact .fc-close {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 350px;
    line-height: 50px;
}

/*  :: Map :: */
#map {
    height: 350px;
    width: 100%;
    line-height: inherit;
    margin-bottom: 30px;
}

#map img {
    max-width: inherit;
}

.gm-style-iw,
.gm-style-iw>* {
    overflow: hidden !important;
}

#map .gm-style-iw address {
    color: #666;
    margin: 0;
    width: 250px;
}

#map .gm-style-iw address b {
    color: #484640;
}

#map .gm-style-iw address>div {
    width: 100%;
    display: inline-block;
}

#map .gm-style-iw address div div {
    float: right;
    width: 70%;
}

#map .gm-style-iw address div div:first-child {
    width: 30%;
    float: left;
}

/*  :: :::::: :: */
/*  :: Loader :: */
/*  :: :::::: :: */
.fc-page-loader {
    position: fixed;
    z-index: 1100;
    background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/lightpaperfibers.png);
    background-position: left top;
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    top: 0;

    /*-webkit-perspective: 800px;
	perspective: 800px;*/
    transition: all 700ms ease;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .fc-page-loader {
        background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/lightpaperfibers_@2X.png);
        background-size: 500px 300px;
    }
}

.fc-page-loader:before {
    border: 2px solid #a08958;
    content: '';
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
}

.fc-spinner {
    transform-style: preserve-3d;

    height: 620px;
    width: 620px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -310px;
    margin-top: -110px;

    /*-webkit-animation: spinner 1s linear infinite;
		animation: spinner 1s linear infinite;*/

    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

@media (max-width: 991px) {
    .fc-spinner {
        height: 300px;
        width: 300px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -150px;
        margin-top: -100px;
    }
}

.fc-page-loader.no-spinner>* {
    display: none;
}

.fc-spinner>div {
    line-height: 100px;
    /*border-radius: 50%;
			overflow: hidden;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.fc-spinner>.fc-spinner-front {
    /*background: #484640;*/
    z-index: 2;
}

.fc-spinner>.fc-spinner-back {
    transform: rotateY(180deg);

    /*background: #0ed4c8;*/
}

.fc-spinner img {
    width: auto;
    max-width: 100%;
}

@keyframes spinner {
    0% {
        transform: translateZ(0) rotateY(0);
    }

    50% {
        transform: translateZ(150px) rotateY(180deg);
    }

    100% {
        transform: translateZ(0) rotateY(360deg);
    }
}

/*  :: :::::: :: */
/*  :: Header :: */
/*  :: :::::: :: */
#header {
    /*background: #484640;*/
    overflow: hidden;
    transition: top 700ms ease;
    background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/menu-bg.png);
    background-position: left top;
    background-repeat: repeat;
}


@media (max-width: 991px) {
    #header {
        position: relative !important;
    }

    #header .navbar ul.navbar-nav {
        margin-bottom: 20px;
    }
}

/*  :: Logo :: */
#header .logo img {
    width: auto;
    /*height: 30px;*/
    display: block;
    /*max-height: 100%;*/
    max-width: 165px;
}

#header.homepage .logo img {
    width: auto;
    /*height: 30px;*/
    display: block;
    /* max-height: 100%; */
    max-width: 152px;
}

/*  :: Mobile nav :: */
#header #mobile-menu {
    padding: 10px;
    /*box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
}

#header #mobile-menu h4 {
    margin-bottom: 0px;
    color: #e4e0db;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 4px;
}

#header #mobile-menu a {
    display: inline-block;
}

#header #mobile-menu a:not(.logo) {
    float: right;
    height: 30px;
    font-size: 28px;
    width: 30px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-left: 10px;
}

/*#header #mobile-menu a:not(.logo).active,
		#header #mobile-menu a:not(.logo):hover {
			color: #0ed4c8;
		}*/
/*  :: Main nav :: */
#header #main-menu {
    display: none;
}

#header .navbar {
    display: inline-block;
    /*background-color: rgba(0, 0, 0, 0.05);*/
    width: 100%;
}

/*  :: Slide bar :: */
#header .navbar .navbar-bar {
    display: none;
}

/*  :: Commit to the Cougars :: */

.commit {
    background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/header/key-bg@2x.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 565px 307px;

    width: 565px;
    height: 307px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 150px;
    left: 0;
    z-index: 1003;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .commit {
        background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/header/key-bg@2x.png);
        background-size: 565px 307px;
    }
}

@media (max-width: 991px) {
    .commit {
        display: none;
    }
}

.commit-small {
    background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/header/key-sm-bg-v3@2x.png);
    background-size: 564px 152px;
    background-position: top center;
    background-repeat: no-repeat;
    width: 565px;
    height: 307px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 50px;
    z-index: 1000;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .commit-small {
        background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/header/key-sm-bg-v3@2x.png);
        background-size: 564px 152px;
    }
}

@media (max-width: 991px) {
    .commit-small {
        display: none;
    }
}

.commit .donate-wrap,
.commit-small .donate-wrap {
    width: 220px;
    margin: 0 0 0 170px !important;
    overflow: hidden;
    padding-left: 30px;
}

.commit .donate-wrap .btn,
.commit-small .donate-wrap .btn {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #7b2230;
    font-size: 20px;
}

.commit .donate-wrap .btn-white:hover,
.commit-small .donate-wrap .btn-white:hover {
    opacity: 1 !important;
    background-color: white;
    color: #a08958;
}

.cutCorner {
    position: relative;
    display: inline-block;
}

.cutCorner img {
    display: block;
}

.cutCorner:before {
    position: absolute;
    left: 176px;
    top: -5px;
    content: '';
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid white;
    z-index: 99;
}

.cutCorner:after {
    position: absolute;
    left: 5px;
    top: -5px;
    content: '';
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid white;
}

.video-play-button {
    z-index: 10;

    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: $primary; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;

    opacity: 1;

    transition: ease 0.3s all;
    transition: opacity 0.2s, transform 0.35s;
}

.video-play-button:hover {
    opacity: 0.6;
}

.video-play-button:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    opacity: 0.6;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #7b2230;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    opacity: 0.6;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #7b2230;
    border-radius: 50%;
    transition: all 200ms;
    background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/playbuttonsolid.svg);
    background-position: 55% 50%;
    background-repeat: no-repeat;
    background-size: 50%;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    /* padding-top: 56.25%; */
    display: block;
    content: '';
    box-sizing: border-box;
}

/*  :: Menus :: */
#header .navbar ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

#header .navbar ul .logo-nav {
    text-align: center;
}

#header .navbar ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    text-align: left;
}

#header .navbar ul li:before {
    position: absolute;
    content: '';
    background: rgba(98, 27, 38, 1);
    height: 1px;
    bottom: 0;
    left: 0px;
    right: 0px;
}

#header .navbar ul ul li:before {
    bottom: auto;
    top: 0;
    background: #cbc8c4;
}

#header ul.navbar-nav li.devider {
    display: none;
    border: none;
}

#header ul.navbar-nav li.logo-nav {
    display: none;
}

#header .navbar ul li a {
    font-size: 18px;
    padding: 15px 10px;
    text-transform: uppercase;
    display: block;
    color: #e4e0db;
    background: transparent;
    font-weight: 400;
    letter-spacing: 1px;
}

#header ul.navbar-nav li ul li a {
    color: #7b2230;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

#header ul.navbar-nav li ul li a:hover {
    background: #cbc8c4;
    color: #621b26;
}

#header ul.navbar-nav li ul li {
    background: #e4e0db;
}

/*			#header .navbar ul li > a:hover,
			#header .navbar ul li.active > a {
				color: #0ed4c8;
			}*/
#header .navbar ul ul li a {
    padding-left: 30px;
}

/*  :: Social list :: */
#header .navbar ul.social-nav {
    text-align: center;
    display: block;
}

#header .navbar ul.social-nav li {
    display: inline-block;
    padding: 0 10px;
}

#header .navbar ul.social-nav li:before {
    display: none;
}

#header .navbar ul.social-nav li a {
    width: auto;
}

#header .navbar ul.social-nav li a>* {
    display: inline-block;
    vertical-align: middle;
}

#header .navbar ul.social-nav li i {
    font-size: 20px;
}

#header .navbar ul.social-nav li span {
    display: none;
}

@media (max-width: 1440px) {
    #header.homepage {
        margin-top: 490px !important;
    }
}

@media (min-width: 1441px) {
    #header.homepage {
        margin-top: 680px;
    }
}

@media (min-width: 992px) {
    #header {
        height: 60px;
        position: absolute;
        margin-top: 350px;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 1000;
        overflow: visible;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    }

    #header.page {
        margin-top: 200px !important;
    }

    /*  :: Mobile nav :: */
    #mobile-menu {
        display: none !important;
    }

    /*  :: Main nav :: */
    #header #main-menu {
        display: block !important;
    }

    /*  :: Slide bar :: */
    #header .navbar .navbar-bar {
        display: block !important;
        position: absolute;
        width: 0;
        top: 0;
        left: 0;

        height: 4px;
        /*background-color: #0ed4c8;*/
        transition: all 300ms ease;
    }

    /*  :: Menus :: */
    #header .navbar>ul>li {
        /*float: left;*/
        display: inline-block;
    }

    #header .navbar>ul>li:nth-child(1),
    #header .navbar>ul>li:nth-child(2),
    #header .navbar>ul>li:nth-child(3) {
        padding-right: 10px;
        padding-left: 10px;
    }

    #header .navbar ul li:before {
        left: 0;
        width: 1px;
        height: 60px;
        top: 0px;
        bottom: 0px;
    }

    #header .navbar ul li.logo-nav:before {
        left: 0;
        width: 1px;
        height: 60px;
        top: 118px;
        bottom: 0px;
    }

    #header.homepage .navbar ul li.logo-nav:before {
        left: 0;
        width: 1px;
        height: 60px;
        top: 107px;
        bottom: 0px;
    }

    #header .navbar>ul>li a {
        line-height: 60px;
        padding: 0 10px;
    }

    #header .navbar ul li a {
        font-size: 16px;
    }

    #header ul.navbar-nav li.logo-nav {
        display: inline-block;
        /*background-color: rgba(0, 0, 0, 0.05);*/
        margin-top: -450px;
    }

    #header ul.navbar-nav li.logo-nav a {
        padding-top: 15px;
        padding-bottom: 15px;
        box-sizing: content-box;
        margin-bottom: -115px;
    }

    #header ul.navbar-nav li.logo-nav+li:before {
        /*display: none;*/
    }

    #header ul.navbar-nav li.devider {
        background-color: transparent;
        height: 5px;
        display: block;
    }

    #header ul.navbar-nav li.devider:before,
    #header .navbar ul li:first-child:before,
    #header ul.navbar-nav li.devider+li:before {
        display: none;
    }

    #header ul.navbar-nav li ul {
        padding-top: 0px;
        width: 165px;
        position: absolute;
        top: 100%;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 100ms ease;
    }

    #header ul.navbar-nav li:hover>ul {
        visibility: visible;
        opacity: 1;
    }

    #header ul.navbar-nav li ul li {
        background: #e4e0db;
        z-index: 1;
    }

    #header ul.navbar-nav li ul li a {
        color: #7b2230;
        font-size: 16px;
        font-weight: 400;
    }

    #header ul.navbar-nav li ul li a:hover {
        background: #cbc8c4;
        color: #621b26;
    }

    #header .navbar ul ul li:before {
        height: 1px;
        top: 0;
        bottom: auto;
        left: 0px;
        right: 0px;
        width: auto;
    }

    #header .navbar ul ul li:first-child:before {
        display: none;
    }

    #header ul.navbar-nav li ul a {
        line-height: 1;
        padding: 15px 10px;
        text-transform: none;
    }

    /*  :: Social list :: */
    #header .navbar ul.social-nav {
        float: right;
    }

    #header .navbar ul.social-nav li {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    #header .navbar>ul>li a {
        padding: 0 10px;
    }

    #header .navbar ul li a {
        font-size: 20px;
    }

    #header .navbar ul.social-nav li span {
        display: inline-block;
        font-size: 12px;
        width: 0;
        margin-left: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 300ms ease;
    }

    #header .navbar ul.social-nav li:hover span {
        margin-left: 10px;
        opacity: 1;
    }

    #header ul.navbar-nav li ul {
        width: 250px;
    }
}

/*@media (min-width: 1600px) {
	#header .navbar > ul > li a {
		padding: 0 30px;
	}
}
@media (min-width: 1920px) {
	#header .navbar > ul > li a {
		padding: 0 30px;
	}
}*/

/* 	:: ::::::: :: */
/* 	:: Slider  :: */
/* 	:: ::::::: :: */
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important;
}

.tp-caption {
    z-index: 1;
}

.tp-simpleresponsive img {
    max-width: none;
}

#page-slider-wrap {
    color: #484640;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding: 0;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    #page-slider-wrap {
        margin-bottom: 10px;
    }

    h5 {
        font-size: 14px;
    }
}

#page-slider {
    max-height: 500px;
    height: 500px;
    width: 100%;
    position: relative;
}

#page-slider>ul,
#page-slider>ul>li {
    margin: 0;
    padding: 0;
}

#page-slider>ul>li {
    position: absolute;
}

#page-slider h1 {
    font-size: 55px;
}

#page-slider>ul>li .fc-section-video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

/*  :: Loader :: */
.tp-loader {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
}

/*  :: Timer :: */
.tp-bannertimer {
    position: absolute;
    bottom: 0;
    z-index: 20;
    height: 5px;
    background: #484640;
}

/*  :: Nav :: */
.tparrows {
    height: 100px;
    width: 50px;
    line-height: 100px;
}

/*  :: ::::::::::: :: */
/*  :: Page header :: */
/*  :: ::::::::::: :: */
#page-header-wrap {
    text-align: center;
    float: left;
    width: 100%;
    overflow: hidden;
    background-position: center center;
}

#page-header {
    margin-top: 80px;
    min-height: 100px;
    height: 100px;
    display: table;
    width: 100%;
}

#page-header>* {
    display: table-cell;
    vertical-align: middle;
}

#page-header .container>* {
    margin: 0;
}

#page-header .container>*+* {
    margin-top: 20px;
}

.page-header-medium #page-header {
    min-height: 200px;
    height: 200px;
}

.page-header-big #page-header {
    min-height: 300px;
    height: 300px;
}

@media (min-width: 768px) {
    #page-header {
        margin-top: 80px;
        min-height: 130px;
        height: 130px;
    }

    .page-header-medium #page-header {
        min-height: 260px;
        height: 260px;
    }

    .page-header-big #page-header {
        min-height: 390px;
        height: 390px;
    }
}

@media (min-width: 992px) {
    #page-header {
        min-height: 160px;
        height: 160px;
    }

    .page-header-medium #page-header {
        min-height: 320px;
        height: 320px;
    }

    .page-header-big #page-header {
        min-height: 480px;
        height: 480px;
    }
}

@media (min-width: 1200px) {
    #page-header {
        min-height: 200px;
        height: 200px;
    }

    .page-header-medium #page-header {
        min-height: 400px;
        height: 400px;
    }

    .page-header-big #page-header {
        min-height: 600px;
        height: 600px;
    }
}

/*  :: ::::::: :: */
/*  :: Content :: */
/*  :: ::::::: :: */
#main {
    float: left;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 5px;
}

#main.crowd {
    background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/header/header-page-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 370px;
}

@media (max-width: 993px) {
    #main.crowd {
        padding-top: 0px;
        background-image: none;
    }
}

#footer {
    float: left;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    /*padding-top: 35px;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/*#footer .footer-gold { background:#a08958; outline: 2px solid #806e47;
	outline-offset: -8px;
	padding: 16px 16px 0 16px}*/

#footer .footer-gold {
    background: #a08958 !important;
    padding: 16px 16px 0 16px;
    position: relative;
}

#footer .footer-gold:before {
    border: 2px solid #806e47;
    content: '';
    position: absolute;
    top: 8px;
    bottom: -2px;
    left: 8px;
    right: 8px;
}

#footer .footer-gold .text {
    margin-bottom: 5px;
}

#footer .footer-gold p {
    color: white;
    margin-bottom: 0px;
}

#footer .footer-copyright {
    padding-top: 5px;
}

#footer .footer-copyright p {
    font-size: 10px;
    margin-top: 5px;
}

#footer .footer-copyright h6 {
    margin-bottom: 5px;
    color: #ffffff;
}

#footer .footer-copyright a {
    color: #7b2230;
}

#footer .footer-copyright a:hover {
    color: #621b26;
}

#footer .footer-logo {
    padding-top: 8px;
}

@media (max-width: 993px) {
    #footer .footer-logo img {
        margin: 0 auto 0 auto;
    }

    #footer .footer-logo {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
}

#footer .social-buttons {
    float: right;
}

@media (max-width: 993px) {
    #footer .social-buttons {
        width: 175px;
        float: none;
        margin: 15px auto 0 auto;
    }
}

/*@media (min-width: 993px) {	#left, #right {
		position: fixed;
		top: 0; bottom: 0;
		width: 800px;
		z-index:-1
		}
		#left { left: 0;  background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/body-bg-fade-left.png) left center repeat-y; }
		#right { right: 0; background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/body-bg-fade-right.png) right center repeat-y; }
}
	
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #left { left: 0;   background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/body-bg-fade-left@2x.png) left center repeat-y; background-size: 657px 16px;}
#right { right: 0;  background-image:url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/body-bg-fade-right@2x.png) right center repeat-y;  background-size: 657px 16px;}
 
   

}*/
@media (max-width: 993px) {
    #main {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    #footer {
        /*padding-top: 50px;*/
        padding-bottom: 0px;
    }
}

/*@media (min-width: 992px) {
	#header + #main {
		margin-top: 100px;
	}
}*/
/*@media (min-width: 1920px) {
	#main,
	#footer {
		padding-top: 100px;
		padding-bottom: 70px;
	}
}*/
#footer a.btn-icon {
    margin-bottom: 3px;
    margin-left: 10px;
}

#footer .btn {
    border-color: transparent;
    background: rgba(128, 110, 71, 1) !important;
}

/* 	:: Section :: */
.fc-section {
    padding-right: 5000px;
    padding-left: 5000px;
    margin-left: -5000px;
    margin-right: -5000px;
    padding-top: 20px;
    padding-bottom: 5px;
    clear: both;
    overflow: hidden;
}

@media (min-width: 768px) {
    .fc-section {
        padding-top: 20px;
        padding-bottom: 5px;
    }
}

/*@media (min-width: 1920px) {
		.fc-section {
			padding-top: 40px;
			padding-bottom: 70px;
		}
	}
	#main > .container > .fc-section:first-child {
		margin-top: -35px;
	}
	#main > .container > .fc-section:last-child {
		margin-bottom: -5px;
	}*/
@media (min-width: 768px) {
    #main>.container>.fc-section:first-child {
        margin-top: 0px;
    }

    #main>.container>.fc-section:last-child {
        /*margin-bottom: -20px;*/
    }
}

/*@media (min-width: 1920px) {
		#main > .container > .fc-section:first-child {
			margin-top: -100px;
		}
		#main > .container > .fc-section:last-child {
			margin-bottom: -70px;
		}
	}*/
/* 	:: Image :: */
.fc-section.fc-section-image {
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
}

/* 	:: Video :: */

.fc-section-video {
    overflow: hidden;
    position: relative;
}

.fc-section-video>* {
    position: relative;
}

.fc-section-video .fc-section-bg,
.fc-section-video>.fc-section-pattern,
.fc-section-video .fc-section-bg>video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.fc-section-video .fc-section-bg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

.fc-section-video .fc-section-bg>video {
    left: 50%;
    top: 50%;
}

.fc-section-pattern {
    height: 100%;
    width: 100%;
    background: url(../../assets/img/video-pattern.png);
    opacity: 0.3 !important;
    background-color: #484640;
}

/* 	:: Container :: */
.container.fc-full-width {
    width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
}

.fc-no-margins {
    float: left;
}

.fc-no-margins,
.fc-no-margins [class^='col'] {
    padding-left: 0;
    padding-right: 0;
}

.fc-no-margins>.row>[class^='col']>* {
    margin-bottom: 0;
}

body .fc-no-margins>* {
    margin-bottom: 0;
}

.fc-section>.fc-no-margins:first-child {
    margin-top: -35px;
}

.fc-section>.fc-no-margins:last-child {
    margin-bottom: -5px;
}

@media (min-width: 768px) {
    .fc-section>.fc-no-margins:first-child {
        margin-top: -50px;
    }

    .fc-section>.fc-no-margins:last-child {
        margin-bottom: -20px;
    }
}

@media (min-width: 1920px) {
    .fc-section>.fc-no-margins:first-child {
        margin-top: -100px;
    }

    .fc-section>.fc-no-margins:last-child {
        margin-bottom: -70px;
    }
}

.bg-half {
    position: relative;
}

.bg-half:before {
    content: '';
    z-index: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    height: 100%;
    left: 50%;
    right: 0;
    top: 0;
}

/* Align col in row */
.row-inline {
    margin-left: -15px;
    margin-right: -15px;
}

.row-inline .row {
    display: table;
    font-size: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.row-inline .row>* {
    display: block;
    float: none;
    font-size: 13px;
    vertical-align: middle;
}

.row-inline.inline-bottom .row>* {
    vertical-align: bottom;
}

.row-inline.inline-top .row>* {
    vertical-align: top;
}

@media (min-width: 768px) {
    .row-inline .row>[class*='col-sm-'] {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .row-inline .row>[class*='col-md-'] {
        display: inline-block;
    }
}

/* 	:: Title :: */
.title {
    margin: 30px 0;
}

.title:first-child,
.row+.title {
    margin-top: 0;
}

.title-main {
    text-transform: uppercase;
}

.title-main h1 {
    font-size: 47px;
    line-height: 58px;
}

@media (max-width: 767px) {
    .title-main h1 {
        font-size: 40px;
        line-height: 46px;
    }
}

.title-border-small:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #e3e3e3;
    clear: both;
    position: absolute;
    margin-top: -16px;
}

.title>* .icon {
    float: right;
    font-size: 130%;
    opacity: 0.5;
}

#blog {
    padding-top: 30px;
    padding-bottom: 20px;
}

/* 	:: Title Section :: */
.title-section {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}

.title-section>* {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.title-section>*:first-child+.separator {
    margin-top: 10px;
    margin-bottom: 10px;
}

.title-section .separator {
    color: #e3e3e3;
    position: relative;
    font-size: 30px;
    line-height: 1;
}

.title-section .separator:before,
.title-section .separator:after {
    content: '';
    height: 1px;
    background: #e3e3e3;
    width: 50%;
    position: absolute;
    top: 50%;
    width: 15%;
}

.title-section .separator:before {
    right: 50%;
    margin-right: 10px;
}

.title-section .separator:after {
    left: 50%;
    margin-left: 10px;
}

.title-section .separator-main {
    color: #e3e3e3;
    position: relative;
    font-size: 30px;
    line-height: 1;
    margin-top: 40px;
}

@media (max-width: 991px) {

    .title-section .separator-main:before,
    .title-section .separator-main:after {
        display: none;
    }
}

.title-section .separator-main:before {
    content: '';
    height: 13px;
    /*background: #e3e3e3;*/
    width: 50%;
    position: absolute;
    top: 20%;
    width: 15%;
    background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/separator-main-left.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.title-section .separator-main:after {
    content: '';
    height: 13px;
    /*background: #e3e3e3;*/
    width: 50%;
    position: absolute;
    top: 20%;
    width: 15%;
    background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/separator-main-right.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.title-section .separator-main:before {
    right: 60%;
    margin-right: 75px;
}

.title-section .separator-main:after {
    left: 60%;
    margin-left: 75px;
}

.bg-color-invert .separator {
    /*opacity: 0.2;
						color: #484640;*/
}

.bg-color-invert .separator:before,
.bg-color-invert .separator:after {
    background: #484640;
}

.bg-black .separator {
    opacity: 0.2;
    color: #fff;
}

.bg-black .separator:before,
.bg-black .separator:after {
    background: #fff;
}

@media (min-width: 768px) {
    .title-section {
        /*margin-bottom: 50px;*/
    }
}

@media (min-width: 1920px) {
    .title-section {
        /*margin-bottom: 100px;*/
    }
}

/* 	:: Text :: */
.text:not(.fc-article) {
    margin: 30px 0;
}

.text:first-child {
    margin-top: 0;
}

.text .block-left {
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.text .block-right {
    float: right;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.fc-modal .text h4 {
    margin-bottom: 5px !important;
}

.fc-modal .text h6 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.fc-modal .text p {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}

/*  :: :::::::::::: :: */
/*  :: Main Section :: */
/*  :: :::::::::::: :: */
/*.main-section{ background-image:url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/lightpaperfibers.png); background-position: left top; background-repeat:repeat; outline: 2px solid #a08958;
    outline-offset: -12px; padding-top:30px;
	  }*/

.main-section {
    background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/lightpaperfibers.png);
    background-position: left top;
    background-repeat: repeat;
    padding-top: 30px;
    position: relative;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .main-section {
        background-image: url(https://d81ldo19jx3e0.cloudfront.net/charleston/CougarClub/img/lightpaperfibers_@2X.png);
        background-size: 500px 300px;
    }
}

.main-section:before {
    border: 2px solid #a08958;
    content: '';
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    right: 12px;
}

.main-section.page {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

/*  :: :::::::::::: :: */
/*  :: Team Section :: */
/*  :: :::::::::::: :: */
.fc-member {
    margin-bottom: 30px;
    position: relative;
    display: block;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    perspective: 1000px;
}

.fc-member .fc-member-image {
    height: 300px;
    width: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: width ease-out 0.6s;
}

.fc-member:hover .fc-member-image {
    width: 50%;
}

.fc-member .fc-member-info {
    width: 50%;
    padding-top: 30px;
    height: 300px;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    transform: rotateY(90deg) scale(0.4) translateZ(200px);
    transition: all 0.4s ease-out;
}

.fc-member:hover .fc-member-info {
    transform: rotateX(0) rotateY(0) scale(1) translateZ(0);

    opacity: 1;
}

@media (max-width: 767px) {
    .fc-member:hover .fc-member-image {
        width: 100%;
    }

    .fc-member .fc-member-info {
        width: 100%;
        position: relative;
        transform: rotateX(0) rotateY(0) scale(1) translateZ(0);

        opacity: 1;
    }
}

.fc-member .fc-member-info>* {
    padding: 0 30px;
}

/*  :: Share :: */
.fc-member-share {
    font-size: 0;
    margin: 0;
    margin-bottom: 30px;
    list-style-type: none;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.fc-member-share li {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    position: relative;
    color: #ccc;
}

.fc-member-share li {
    text-transform: uppercase;
    width: 25%;
}

body .fc-member-share li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

body .fc-member-share li a {
    color: #fff;
}

.fc-member-share li a:hover {
    opacity: 0.8;
}

.fc-member-share li a span {
    font-size: 14px;
}

/*  :: :::: :: */
/*  :: Grid :: */
/*  :: :::: :: */
.fc-grid-wrap {
    margin-bottom: 30px;
}

.fc-grid {
    transition: height 700ms ease;
}

.fc-grid:before,
.fc-grid:after {
    content: ' ';
    display: table;
}

.fc-grid:after {
    clear: both;
}

.fc-grid>* {
    position: relative;
    float: left;
    width: 100%;
}

.fc-grid.col-2>* {
    width: 50%;
}

.fc-grid.col-3>* {
    width: 33%;
}

.fc-grid.col-4>* {
    width: 25%;
}

.fc-grid.col-5>* {
    width: 20%;
}

/*  :: :::::: :: */
/*  :: Filter :: */
/*  :: :::::: :: */
.fc-filter {
    margin-bottom: 30px;
}

.fc-filter-heading {
    margin-bottom: 20px;
}

.fc-filter-heading .sort-title {
    width: 100px;
    text-align: right;
}

.fc-filter-heading>* {
    vertical-align: middle;
    display: inline-block;
}

.fc-filter-heading a {
    margin: 0 15px;
}

.fc-filter-heading .fc-filter-text {
    font-weight: 600;
}

.fc-filter-content {
    box-shadow: 5px 5px 10px rgba(64, 65, 72, 0.2);
    padding: 30px;
    padding-bottom: 0;
    margin-bottom: 30px;
    position: relative;
    margin-top: 10px;

    opacity: 0;
    transform: scale(0.9);

    display: none;
    transition: transform cubic-bezier(0.29, 1.44, 0.86, 1.06) 0.2s,
        opacity linear 0.2s;
}

.fc-filter.filter-active .fc-filter-content {
    opacity: 1;
    transform: scale(1);
}

.fc-filter-content:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid transparent;
    display: block;
    position: absolute;
    top: -10px;
    left: 128px;
}

.fc-filter-content.bg-black:before {
    border-bottom-color: #32333a;
}

.bg-color-invert .fc-filter-content {
    background: rgba(255, 255, 255, 0.1);
}

.bg-color-invert .fc-filter-content:before {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* :: Switcher :: */
.fc-switcher {
    position: absolute;
    top: 30px;
    left: 30px;
}

.fc-switcher>* {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.fc-switcher>span {
    font-weight: 600;
    margin-right: 10px;
}

.fc-switcher>.fc-switcher-inner {
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 1px;
}

.fc-switcher>.fc-switcher-inner>* {
    color: #fff;
    text-decoration: none;
    float: left;
    padding: 5px 10px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.fc-switcher>.fc-switcher-inner>*:before {
    z-index: -1;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    background: #fff;
    transition: left ease-out 0.1s;
}

.fc-switcher>.fc-switcher-inner>a:first-child:before {
    left: 100%;
}

.fc-switcher>.fc-switcher-inner>a.active {
    color: #484640 !important;
}

.fc-switcher>.fc-switcher-inner>a:not(.active):hover {
    color: #fff !important;
}

.fc-switcher>.fc-switcher-inner>a.active:before {
    left: 0;
}

/* :: Title :: */
.fc-filter-content>.title {
    margin: 6px 0;
    text-align: center;
}

/* :: CLose btn :: */
.fc-filter-content>.fc-close {
    height: 30px;
    width: 30px;
    right: 30px;
    top: 30px;
    position: absolute;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}

/* :: List :: */
.fc-filter-content ul {
    list-style-type: none;
    text-align: center;
}

#posts-filter .fc-filter-content ul {
    text-align: left;
}

.fc-filter-content ul li {
    display: inline-block;
    margin: 0;
    margin-top: 5px;
    line-height: 1;
}

.fc-filter-content ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 15px;
    cursor: pointer;
    opacity: 0.5;

    background: transparent;
    transition: all ease-out 0.1s;
}

.fc-filter-content ul li a:hover {
    opacity: 1;
    color: #fff;
}

.fc-filter-content ul li a.active {
    background: #fff;
    color: #484640;

    opacity: 1;
}

/*  :: :::: :: */
/*  :: Ajax :: */
/*  :: :::: :: */
#ajax-block {
    height: 100%;
    width: 100%;
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    z-index: 99999999999999;
}

.ajax-active {
    overflow: visible !important;
    width: auto;
}

.ajax-active body {
    overflow: hidden !important;
}

#ajax-overlay,
#ajax-overlay #ajax-bg {
    height: 100%;
    width: 100%;
    position: fixed;
    display: block;
    left: 0;
    top: 0;
}

#ajax-overlay {
    overflow-y: scroll;
    z-index: 1200;
}

#ajax-wrapper {
    z-index: 1;
    overflow: hidden;
    overflow-y: scroll;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 100%;
}

#ajax-wrapper.loaded {
    top: 0;
    overflow: auto;
    height: auto;
    position: relative;
}

#ajax-wrapper-inner {
    position: relative;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    #ajax-wrapper-inner {
        margin-top: 50px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1920px) {
    #ajax-wrapper-inner {
        margin-top: 100px;
        margin-bottom: 70px;
    }
}

#ajax-wrapper-inner>* {
    top: 0;
    width: 100%;
    position: relative;
}

#ajax-wrapper .fc-article .fc-article-nav {
    display: none !important;
}

#ajax-wrapper>.fc-article-nav {
    margin: 20px 20px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

#ajax-wrapper.loaded>.fc-article-nav ul li {
    opacity: 1;
    top: 0;
}

#ajax-wrapper>.fc-article-nav li {
    transition-delay: 0;
}

#ajax-wrapper>.fc-article-nav li.next {
    transition-delay: 0.2s;
}

#ajax-wrapper>.fc-article-nav li.back {
    transition-delay: 0.1s;
}

/*  :: ::::::: :: */
/*  :: Article :: */
/*  :: ::::::: :: */

/*  :: Nav :: */
.fc-article-nav {
    display: block;
    position: relative;
    color: #ccc;
    clear: both;
    line-height: 1.5;
    margin-bottom: 30px;
}

#header+.fc-article-nav {
    line-height: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
}

@media (min-width: 992px) {
    #header+.fc-article-nav {
        margin-top: 100px;
    }
}

.fc-article-nav .loader {
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 0;
    background: #484640;
    left: 0;
}

.fc-article-nav ul {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 20px;
}

.fc-article-nav ul li {
    min-width: 40px;
    min-height: 40px;
    display: inline-block;
    position: relative;
    margin: 0;
    float: left;
    opacity: 0;
    top: -10px;
    transition: all 0.4s ease-in-out 1s;
}

.fc-article .fc-article-nav ul li,
.loaded body>.fc-article-nav ul li,
.loaded #page-header-wrap>.fc-article-nav ul li {
    opacity: 1;
    top: 0;
}

.fc-article-nav ul li strong {
    color: #ccc;
    text-transform: uppercase;
}

.fc-article-nav ul li.next {
    float: right;
}

.fc-article-nav ul li .fc-nav {
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    position: static;
    display: inline-block;
    color: #484640;
    font-size: 14px;
    line-height: 1;
}

.fc-article-nav ul li .fc-nav:hover {
    background: transparent;
    /*color: #0ed4c8;*/
}

.fc-article-nav ul li.prev {
    padding-left: 40px;
}

.fc-article-nav ul li.next {
    text-align: right;
    padding-right: 40px;
    transition-delay: 1.2s;
}

.fc-article-nav ul li .fc-nav:before {
    position: absolute;
    font-size: 42px;
    top: 50%;
    margin-top: -21px;
}

.fc-article-nav ul li.prev .fc-nav:before {
    left: 0;
}

.fc-article-nav ul li.next .fc-nav:before {
    right: 0;
}

.fc-article-nav ul li.back {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    transition-delay: 1.1s;
}

.fc-article-nav ul li.back a {
    width: 42px;
    height: 42px;
}

.fc-article-nav ul li.back .fc-nav.fc-close:before {
    content: '\f039';
}

#page-header-wrap .fc-article-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
    color: #484640;
    margin: 0 20px 20px;
    padding-top: 20px;
}

#page-header-wrap .fc-article-nav ul li strong {
    color: #484640;
}

#page-header-wrap.bg-color-invert .fc-article-nav ul li .fc-nav {
    color: #fff;
}

#page-header-wrap.bg-color-invert .fc-article-nav ul li strong {
    color: #fff;
}

@media (max-width: 767px) {
    .fc-article-nav ul li strong {
        display: none;
    }

    .fc-article-nav ul li .fc-nav {
        font-size: 0;
    }
}

/*  :: Article :: */
.fc-article {
    margin-bottom: 30px;
}

.fc-article[class*='bg-'] {
    box-shadow: 5px 5px 10px rgba(64, 65, 72, 0.2);
    padding: 30px;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .fc-article[class*='bg-'] {
        padding: 10px;
        padding-bottom: 0;
    }
}

.fc-article[class*='bg-']:before,
.fc-article[class*='bg-']:after {
    content: '';
    display: table;
}

.fc-article[class*='bg-']:after {
    clear: both;
}

/*  :: Header :: */
.fc-article-heading,
.fc-articles-heading {
    /*margin-bottom: 30px;*/
    padding: 8px 8px 8px 8px;
}

.fc-articles-heading>.title,
.fc-article-heading>.title {
    margin: 0;
}

.fc-articles-heading .icon,
.fc-article-heading .author {
    float: right;
    border-radius: 50%;
    overflow: hidden;
    width: 90px;
    height: 90px;
}

.fc-articles-heading .icon i {
    display: block;
    font-size: 32px;
    line-height: 90px;
    text-align: center;
}

.fc-articles-heading .title>*,
.fc-article-heading .title>* {
    margin: 0;
}

.fc-articles-heading .icon+.title,
.fc-article-heading .author+.title {
    margin-right: 100px;
}

.fc-articles-heading .title *+.fc-article-meta,
.fc-article-heading .title *+.fc-article-meta {
    margin-top: 20px;
}

@media (max-width: 767px) {

    .fc-articles-heading .icon,
    .fc-article-heading .author {
        width: 50px;
        height: 50px;
    }

    .fc-articles-heading .icon+.title,
    .fc-article-heading .author+.title {
        margin-right: 60px;
    }
}

/*  :: Content :: */
.fc-article-content {
    margin-bottom: 30px;
    position: relative;
}

.fc-article-content[class*='bg-'] {
    box-shadow: 5px 5px 10px rgba(64, 65, 72, 0.2);
    padding: 30px;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .fc-article-content[class*='bg-'] {
        padding: 10px;
        padding-bottom: 0;
    }
}

.fc-article-content[class*='bg-']:before,
.fc-article-content[class*='bg-']:after {
    content: '';
    display: table;
}

.fc-article-content[class*='bg-']:after {
    clear: both;
}

.fc-article-content ul strong {
    margin-right: 10px;
}

/*  :: Preview :: */
.fc-article-preview {
    margin-bottom: 30px;
}

.fc-article-preview>img {
    width: 100%;
}

.fc-article-preview>img+img {
    margin-top: 30px;
}

/*  :: Type :: */
.fc-article-type {
    /*background: #0ed4c8;*/
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.fc-article-type>* {
    display: block;
    line-height: 60px;
}

p.fc-article-type {
    border-radius: 50%;
    height: 26px;
    width: 26px;
}

p.fc-article-type>* {
    line-height: 26px;
}

/*  :: Meta :: */
.fc-article-meta {
    color: #999;
}

.fc-article-meta p:not(.fc-tags) span {
    margin-right: 15px;
}

p.fc-article-meta span {
    float: right;
}

div.fc-article-meta>p {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
}

div.fc-article-meta>p+p {
    margin-left: 15px;
}

@media (max-width: 767px) {
    div.fc-article-meta>p {
        width: 100%;
    }

    div.fc-article-meta>p+p {
        margin-left: 0;
    }

    .fc-article-meta p:not(.fc-tags) span {
        display: none;
    }
}

/*  :: Tags :: */
.fc-tags {
    margin-left: -5px;
    margin-top: -5px !important;
}

.fc-tags>* {
    line-height: 1;
    padding: 7px 10px;
    display: inline-block;
    background: #484640;
    color: #fff;
    margin-left: 5px;
    margin-top: 5px;
}

.fc-tags>a:hover {
    /*background: #0ed4c8;*/
    color: #fff;
    text-decoration: none;
}

/*  :: Share / Details :: */
.fc-article-share,
.fc-article-details {
    font-size: 0;
    margin: 0;
    margin-bottom: 30px;
    list-style-type: none;
    text-align: center;
}

.fc-article-share li,
.fc-article-details li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 20px;
    position: relative;
    color: #ccc;
}

.fc-article-share li {
    text-transform: uppercase;
    width: 25%;
}

.fc-article-share li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.fc-article-share li a:hover {
    opacity: 0.8;
}

.fc-article-share li a span+i {
    display: none;
}

.fc-article-share li a span {
    font-size: 14px;
}

@media (max-width: 767px) {
    .fc-article-share li a span+i {
        display: block;
    }

    .fc-article-share li a span {
        display: none;
    }
}

.fc-article-details li+li {
    margin-left: 20px;
}

.fc-article-details li+li:before {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    content: '';
    background: #eee;
    width: 1px;
    left: -10px;
    height: 20px;
}

/*.fc-article-details li a {
			color: #0ed4c8;
		}*/
.fc-article-details li i {
    transition: color linear 0.1s;
}

.fc-article-details li a:hover,
.fc-article-details li a:hover span {
    color: #484640;
}

.fc-article-share li span,
.fc-article-details li span,
.fc-article-share li i,
.fc-article-details li i {
    display: inline-block;
    vertical-align: middle;
}

.fc-article-share li span {
    margin-left: 5px;
}

.fc-article-details li span {
    margin-left: 5px;
    line-height: 1;
    font-size: 14px;
    color: #666;
}

/* :: Post grid :: */
.post-grid {
    background: #fff;
    /*box-shadow: 5px 5px 10px rgba(64, 65, 72, 0.2);*/
    margin-bottom: 0;
    min-height: 465px;
}

/*.post-grid.maroon{
	background: #7b2230 !important;
	box-shadow: 5px 5px 10px rgba(64, 65, 72, 0.2);
	margin-bottom: 0;
	outline: 2px solid #621b26;
	outline-offset: -8px;
}*/

.post-grid.maroon {
    background: #7b2230 !important;
    margin-bottom: 0;
    position: relative;
}

.post-grid.maroon:before {
    border: 2px solid #621b26;
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}

/*.post-grid.gold{
	background: #a08958 !important;
	box-shadow: 5px 5px 10px rgba(64, 65, 72, 0.2);
	margin-bottom: 0;
	outline: 2px solid #806e47;
	outline-offset: -8px;
}*/

.post-grid.gold {
    background: #a08958 !important;
    margin-bottom: 0;
    position: relative;
}

.post-grid.gold:before {
    border: 2px solid #806e47;
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}

/*.post-grid.tan{
	background: #e4e0db !important;
	box-shadow: 5px 5px 10px rgba(64, 65, 72, 0.2);
	margin-bottom: 0;
	outline: 2px solid #cbc8c4;
	outline-offset: -8px;
}*/

.post-grid.tan {
    background: #e4e0db !important;
    margin-bottom: 0;
    position: relative;
}

.post-grid.tan:before {
    border: 2px solid #cbc8c4;
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
}

.post-grid.half {
    height: 214px;
    min-height: 214px;
}

.post-grid .fc-article-content {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 0;
    box-shadow: none;
    text-align: center;
}

.post-grid .fc-article-content a {}

.post-grid .fc-article-content a:hover,
.post-grid .fc-article-content a:hover span {
    color: #806e47;
}

.post-grid .fc-article-content>.title {
    margin-top: 0;
}

.post-grid .fc-article-content blockquote {
    background: transparent;
    border: none;
    padding: 0;
}

.post-grid .fc-article-details {
    margin: 0;
}

.post-grid .fc-article-details li {
    font-size: 13px;
    padding: 20px 0;
}

.post-grid .fc-article-type {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: -7px;
}

.post-grid .fc-article-type>* {
    line-height: 40px;
}

/* :: Post Regular :: */
.post-regular {
    margin-bottom: 30px;
}

.post-regular.devider:first-child {
    border-top: none;
}

.post-regular+.post-regular {
    padding-top: 50px;
    margin-top: 50px;
}

.post-regular .fc-article-heading .title *+.fc-article-meta {
    margin-top: 10px;
}

.post-regular .fc-article-heading .author {
    width: 70px;
    height: 70px;
}

/* :: Post Recent  :: */
.post-recent .fc-article-heading .title *+.fc-article-meta {
    margin-top: 0;
}

/*  :: Projects single :: */
.portfolio-single .fc-article-heading {
    text-align: center;
}

/*  :: Projects grid :: */
.project-grid {
    margin-bottom: 0;
}

.project-grid .fc-article-heading,
.project-grid .fc-article-content {
    height: 300px;
    margin: 0;
}

.project-grid>.row {
    margin: 0;
}

.project-grid [class^='col'] {
    padding: 0;
    overflow: hidden;
}

.project-grid .fc-article-content {
    border-top: 1px solid #eee;
}

.project-grid .fc-article-heading {
    position: relative;
    overflow: hidden;
    display: block;

    background-position: 50% 50%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.project-grid .fc-article-heading img {
    display: none;
}

/*  :: :::::::: :: */
/*  :: Comments :: */
/*  :: :::::::: :: */
.fc-comments {
    margin-bottom: 30px;
}

.fc-comments-content {
    margin-bottom: 30px;
}

.fc-comments .fc-comments-content ul,
.fc-comments .fc-comments-content li {
    margin: 0;
    padding: 0;
}

.fc-comments .fc-comments-content li {
    list-style-type: none;
    position: relative;
}

.fc-comments .fc-comments-content ul ul {
    padding-left: 100px;
    border-left: 3px solid #eee;
}

.fc-comments .fc-comments-content ul ul li:before {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #eee;
    top: 37px;
    left: -100px;
    position: absolute;
}

.fc-comment {
    margin-bottom: 20px;
}

.fc-comment[class*='bg-'] {
    padding: 30px;
    padding-bottom: 0;
}

.fc-comment[class*='bg-']:before,
.fc-comment[class*='bg-']:after {
    content: '';
    display: table;
}

.fc-comment[class*='bg-']:after {
    clear: both;
}

.fc-comment .fc-comment-heading {
    float: right;
    margin-bottom: 30px;
}

.fc-comment .author {
    border-radius: 50%;
    overflow: hidden;
    width: 90px;
    height: 90px;
}

.fc-comment-content {
    margin-right: 100px;
}

.fc-comment-content .title {
    color: #999;
}

.fc-comment-content .title span {
    margin-right: 10px;
    margin-left: 10px;
}

/*  :: Reply :: */
.fc-comments-reply .fc-close {
    position: relative;
    float: right;
    display: none;
    line-height: 24px;
}

.fc-comments-content .fc-comments-reply .fc-close {
    display: block;
}

.fc-comments-content .fc-comments-reply .devider {
    display: none;
}

@media (max-width: 767px) {
    .fc-comments .fc-comments-content ul ul li:before {
        display: none;
    }

    .fc-comments .fc-comments-content ul {
        padding-left: 0 !important;
        border: none !important;
    }

    .fc-comment[class*='bg-'] {
        padding: 15px;
        padding-bottom: 0;
    }

    .fc-comment-content {
        margin-right: 60px;
    }

    .fc-comment .author {
        width: 50px;
        height: 50px;
    }

    .fc-comment-content .title span {
        width: 100%;
        display: block;
        height: 1px;
        font-size: 0;
    }
}

/*  :: :::::::::: :: */
/*  :: Pagination :: */
/*  :: :::::::::: :: */
.fc-pagination {
    text-align: center;
    margin-bottom: 30px;
}

.fc-pagination>* {
    display: inline-block;
    vertical-align: middle;
}

.fc-pagination-total {
    margin-right: 20px;
}

.fc-pagination-current,
.fc-pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.fc-pagination a {
    color: #999;
    background: #eee;
}

.fc-pagination a:hover {
    /*background: #0ed4c8;*/
    color: #fff;
    text-decoration: none;
}

/*  :: ::::::: :: */
/*  :: Sidebar :: */
/*  :: ::::::: :: */
.sidebar {
    margin-bottom: 30px;
}

.sidebar[class*='bg-'] {
    box-shadow: 5px 5px 10px rgba(64, 65, 72, 0.2);
    padding: 30px;
    padding-bottom: 0;
}

.sidebar[class*='bg-']:before,
.sidebar[class*='bg-']:after {
    content: '';
    display: table;
}

.sidebar[class*='bg-']:after {
    clear: both;
}

/*  :: :::::::::::: :: */
/*  :: Twitter Section :: */
/*  :: :::::::::::: :: */
.twitter-section {
    padding-top: 8px;
    padding-bottom: 8px;
    background: rgba(83, 22, 31, 0.5);
}

.twitter-section p {
    color: white;
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 15px;
}

.twitter-section a.btn-icon {
    margin-bottom: 0px;
    margin-right: 10px;
}

.twitter-section .btn {
    border-color: transparent;
    background: rgba(160, 137, 88, 1) !important;
}

.twitter-section .btn-icon {
    width: 32px;
    height: 32px;
}

@media (max-width: 992px) {
    .twitter-section .btn-icon {
        float: left;
        margin-top: 2px;
        margin-bottom: 0px !important;
    }

    .fc-tweet-meta {
        padding-left: 10px !important;
    }

    .fc-tweet-content {
        text-align: left !important;
    }
}

.twitter-section .btn-icon>* {
    line-height: 32px;
    font-size: 22px;
    display: block;
}

/*  :: Twitter :: */
.fc-tweets {
    /*min-height: 80px;*/
    margin-bottom: 0px;
}

.fc-tweets .fc-tweet {
    position: relative;
    margin-bottom: 0px;
}

.fc-tweets .fc-tweet+.fc-tweet {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f1f1f1;
}

.fc-tweet-heading {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.fc-tweet-heading .author {
    float: left;
    border-radius: 50px;
    height: 48px;
    width: 48px;
    overflow: hidden;
}

.fc-tweet-heading .author img {
    height: auto;
    max-width: 100%;
    width: 100%;
}

.fc-tweet-heading .title {
    margin: 4px 0 0 55px;
}

.fc-tweet-heading .title>* {
    margin: 0;
}

.fc-tweet-heading .title p {
    font-size: 80%;
    text-transform: lowercase;
}

.fc-tweet-content {
    /*margin-left: 55px;*/
    position: relative;
    /*text-align:center*/
}

.fc-tweet-content .text,
.fc-tweet-content .text p {
    margin: 0;
    margin-bottom: 0px;
    line-height: 16px;
}

.fc-tweet-content .text .fc-tweet.meta {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.fc-tweet-meta {
    padding-left: 24px;
}

.fc-tweet-meta a+a {
    margin-left: 10px;
}

.fc-tweet-content .tweet-date,
.fc-tweet-content .tweet-retweet-2 {
    float: right;
}

.tweet-retweet-2 {
    display: none;
}

.bg-color-invert .fc-tweet+.fc-tweet {
    border-color: rgba(64, 65, 72, 0.1);
}

/*  :: Flickr :: */
#flickr {
    margin: -5px -5px 30px;
}

#flickr>* {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

#flickr a {
    display: block;
}

#flickr img {
    width: 100%;
}

/* :: Push :: */
.push {
    height: 30px;
}

.push.push-medium {
    height: 50px;
}

.push.push-big {
    height: 100px;
}

.row+.push {
    height: 0;
}

.row+.push.push-medium {
    height: 20px;
}

.row+.push.push-big {
    height: 70px;
}

/*  :: ::::::: :: */
/*  :: Animate :: */
/*  :: ::::::: :: */
*[data-animate*='In'] {
    opacity: 0;
}

.animated.done[data-animate*='In'] {
    opacity: 1;
}

.hinge,
.bounceIn,
.bounceInDown,
.bounceInLeft,
.bounceInRight,
.bounceInUp,
.slideInDown,
.slideInLeft,
.slideInRight,
.slideInUp {
    opacity: 1;
}

.animated.done[data-animate*='Out'],
.animated.done[data-animate*='hinge'] {
    opacity: 0;
}

/* MAROON AND WHITE NIGHT */

.no-padding {
    padding: 0 !important;
}

.maroon-and-white {
    top: -20px;
}

.maroon-and-white-info {
    border: 1px solid #000;
    width: 50%;
}

@media only screen and (max-width: 1199px) {

    .event-button-ticket,
    .event-button-sponsorship,
    .event-button-auction {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 991px) {
    .maroon-and-white-info {
        width: 100%;
        margin-bottom: 70px;
    }

    .maroon-and-white {
        margin-top: 50px;
    }

    .info-maroon {
        padding: 15px 20px 0 20px !important;
        background-color: #7b2230;
        clear: both;
    }

    .info-white {
        padding: 15px 20px 0 20px !important;
        background-color: #fff;
        clear: both;
    }

    .map-padding {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .info-maroon h4 {
        text-align: left !important;
        color: #fff;
        padding-right: 0 !important;
    }

    .info-white h4 {
        text-align: left !important;
        color: #000;
        padding-right: 0 !important;
    }

    .info-white span {
        top: -15px !important;
    }

    .info-maroon span {
        top: -15px !important;
    }
}

.info-white {
    padding: 20px 20px 0 20px;
    color: #000;
    background-color: #fff;
}

.info-white h4 {
    text-align: right;
    color: #000;
    padding-right: 20px;
}

.info-white span {
    top: 5px;
    position: relative;
}

.info-maroon {
    padding: 20px 20px 0 20px;
    color: #fff;
    background-color: #7b2230;
}

.info-maroon h4 {
    text-align: right;
    color: #fff;
    padding-right: 20px;
}

.info-maroon span {
    top: 5px;
    position: relative;
}

#event-map {
    height: 275px;
    width: 100%;
    line-height: inherit;
    margin-bottom: 30px;
}

.event-buttons {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    opacity: 0.5;
}

.event-button-ticket,
.event-button-sponsorship,
.event-button-auction {
    padding: 20px 40px !important;
    border: none !important;
}

.events-table td {
    padding: 10px 15px;
}

/* CENTER NAVBAR */
.menu-item {
    line-height: 1.1 !important;
    font-size: 1.75rem !important;
    text-align: center !important;
    margin-top: 12px !important;
}

.menu-item > br {
    display: none !important;
}

@media(min-width: 992px) {
    .menu-item > br {
        display: block !important;
    }
}