/*
Theme Name: LBMA
Template: responsive
Author: Keira Dooley and Gerard Greenidge
Version: 1.0
Updated: 2016-03-03 01:29:35
*/

@charset "UTF-8";
@import url('../responsive/style.css');

CSS Rules: Sorted alphabetically.
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);	
	
/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

ol, ul {
	list-style: none;
}
.tagline {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    color: #111;
    line-height: 1.5em;
    margin-bottom: 17px;
}

.whitebox {
    border: 1px solid #E2DECC;
    padding: 15px 20px;
}
.whitebox h3 {
    margin-top: 10px;
}

.whitebox50 {
    border: 1px solid #E2DECC;
    padding: 10px;
    float: left;
    margin: 10px;
    width: 45.666%;
}
.goldbox {
    background: #FFD800;
    padding: 15px 20px;
}
.goldbox h3 {
    margin-top: 10px;
}
.goldbox a {
color: #333;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}
textarea {
	overflow:auto;
	vertical-align:text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background: #e2decc;
	border: none;
	clear: both;
	color: #ddd;
	float: none;
	height: 1px;
	width: 100%;
}
hr.space {
	background: #fff;
	color: #fff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height:100%;
}
body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
        font-weight:400;
	font-size: 15px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
        margin:0;
        padding:0;
}
@CHARSET "UTF-8";


/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}
i, em, dfn, cite {
	font-style: italic;
}
tt, var, pre, kbd, samp, code {
	font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;
	font-style: normal;
}
b, strong {
	font-weight: 700;
}
pre {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
	height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
	width: 100%;
	word-wrap: break-word;
	white-space: pre-wrap;
}
del {
	color: #555;
	text-decoration: line-through;
}
ins, dfn {
	border-bottom: 1px solid #ccc;
}
sup, sub, small {
	font-size: 85%;
}
abbr, acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}
a abbr, a acronym {
	border: none;
}
dfn[title], abbr[title], acronym[title] {
	border-bottom: 1px solid #ccc;
	cursor: help;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
/* =Responsive 12 Column Grid
    Grid was based on my Shell Theme released on 07/26/2011
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	/*margin-bottom: 2.127659574468%;*/
	padding-top: 0;
}
.grid-right {
	float: right;
	/*margin-bottom: 2.127659574468%;*/
	padding-top: 0;
}
.col-60, .col-140, .col-160, .col-220, .col-180, .col-220, .col-280, .col-300, .col-333, .col-380, .col-460, .col-540, .col-620, .col-666, .col-680, .col-700, .col-780, .col-860 {
	display: inline;/*margin-right: 2.127659574468%;*/
}
.col-60 {
	width: 6.382978723404%;
}
.col-140 {
	width: 14.893617021277%;
}
.col-160 {
	width: 16.893617021277%;
}
.col-180 {
	width: 18.893617021277%;
}
.col-220 {high
	width: 23.404255319149%;
}
.col-280 {
	width: 28.914893617021%;
}
.col-300 {
	width: 31.914893617021%;
}
.col-333 {
	width:33.404% !important;
}
.col-380 {
	width: 40.425531914894%;
}
.col-460 {
	width: 48.936170212766%;
}
.col-540 {
	width: 57.446808510638%;
}
.col-580 {
	width: 60.446808510638%;
}
.col-620 {
	width: 65.957446808511%;
}
.col-666 {
	width:66.598% !important;
}
.col-680 {
	width: 70.468085106383%;
}
.col-700 {
	width: 74.468085106383%;
}
.col-760 {
	width: 78.468085106383%;
}
.col-780 {
	width: 82.978723404255%;
}
.col-860 {
	width: 91.489361702128%;
}
.col-940 {
	width: 100%;
        clear:both;
}
.col-960 {
	width: 100%;
        clear:both;
}
.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* =Responsive Images
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

img.image50-mobile.alignleft {
    width: 47.666%;
    margin: 10px 20px 10px 10px;
}
img.image50-mobile.alignnone {
    width: 47.666%;
    margin: 10px;
}

.content-column-50 {
    float: left;
    width: 47.666%;
    margin: 0;
    padding: 0 10px;
}

#obb-sales-buttons{
      clear: both;
    margin: auto;
    width:54%;
}
#obb-button1 a, #obb-button2 a, #obb-button3 a {
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1em;
}
#obb-button1 a {
    background: url(/wp-content/uploads/bag-button_03.png) no-repeat;
    width: 180px;
    height: 150px;
    padding: 110px 40px 0 40px;
    text-align: center;
    border: 0;
    display: block;
float: left;
text-decoration: none;
}
#obb-button1 a:hover {
    background: url(/wp-content/uploads/bag-button-hover_03.png) no-repeat;
color:#111;
}
#obb-button2 a {
    background: url(/wp-content/uploads/bag-button_08.png) no-repeat;
    width: 250px;
    height: 150px;
    padding: 135px 40px 0 40px;
    text-align: center;
    border: 0;
    display: block;
float: left;
text-decoration: none;
}
#obb-button2 a:hover {
    background: url(/wp-content/uploads/bag-button-hover_08.png) no-repeat;
color:#111;
}
#obb-button3 a {
    background: url(/wp-content/uploads/bag-button_05.png) no-repeat;
    width: 212px;
    height: 150px;
    padding: 115px 40px 0 42px;
    text-align: center;
    border: 0;
    display: block;
float: left;
    line-height: .9em;
text-decoration: none;
}
#obb-button3 a:hover {
    background: url(/wp-content/uploads/bag-button-hover_05.png) no-repeat;
color:#111;
}
span.obb-button-text-line2 {
    clear: both;
    font-size: .6em;
    font-weight: 400;
} 
.ie8 img {
	height: auto;
	width: auto\9;
}
.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}
/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed, object {
	max-width: 100%;
}
/* =Links
-------------------------------------------------------------- */
a {
	color: #0097D8; 
	/*font-weight: 400;*/
	text-decoration: underline;
}
a:hover {
	color: #3F362E;
}

::selection {
 background: #e8fbff;
 text-shadow: none;
}
/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}
legend {
	padding: 2px 5px;
}
fieldset {
	border: 1px solid #ccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}
select, input[type="text"], input[type="password"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #f4f4f4;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	width: 100%;
}
select {
	height: auto;
	width: 70%;
}
area, textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #f4f4f4;
	box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	width: 100%;
}
input, select {
	cursor: pointer;
}
area:focus, input:focus, textarea:focus {
	background: #fff;
}
input[type='text'], input[type='password'] {
	cursor: text;
}

form.form-white-85 {
    background: #FFFFFF;
    padding: 20px;
    font-size: 1.2em;
    width:85%;
margin: auto;
}

form.form-shade-100 {
    background: #E2DECC;
    padding: 20px;
    font-size: 1.2em;
}

.gform_wrapper .form-shade-100 input[type=email], .gform_wrapper .form-shade-100 input[type=number], .gform_wrapper .form-shade-100 input[type=password], .gform_wrapper .form-shade-100 input[type=tel], .gform_wrapper .form-shade-100 input[type=text], .gform_wrapper .form-shade-100 input[type=url] {
    font-size: inherit;
    font-family: inherit;
    padding: .313em 0;
    letter-spacing: normal;
    text-indent: .25em;
    background: #fff;
}

.gform_wrapper .form-shade-100 select, input[type="text"], .gform_wrapper .form-shade-100 input[type="password"] {
    -moz-box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 #ccc, inset 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    /* border-bottom-color: #ccc; */
    border-radius: 0;
    margin: 0;
    outline: none;
    padding: 6px 8px;
    vertical-align: middle;
    width: 100%;
}
.gform_wrapper .form-shade-100 button, .gform_wrapper .form-shade-100 a.button, .gform_wrapper .form-shade-100 input[type='reset'], .gform_wrapper .form-shade-100 input[type='button'], .gform_wrapper .form-shade-100 input[type='submit'], .gform_wrapper .form-white-85 button, .gform_wrapper .form-white-85 a.button, .gform_wrapper .form-white-85 input[type='reset'], .gform_wrapper .form-white-85 input[type='button'], .gform_wrapper .form-white-85 input[type='submit'] {
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    background-color: #0097D8;
    background-image: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    filter: none;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 15px 30px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
}


/* =IE Forms
-------------------------------------------------------------- */
.ie7 area, .ie7 select, .ie7 textarea, .ie7 input[type="text"], .ie7 input[type="password"] {
	width: 96%;
}
/* =Buttons
-------------------------------------------------------------- */
button, a.button, input[type='reset'], input[type='button'], input[type='submit'] {
	-moz-border-radius: 2px;
	-moz-box-shadow: 0pt -1px 0pt rgba(0, 0, 0, 0.075) inset, 0pt 1px 0pt rgba(255, 255, 255, 0.3) inset, 0pt 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0pt -1px 0pt rgba(0, 0, 0, 0.075) inset, 0pt 1px 0pt rgba(255, 255, 255, 0.3) inset, 0pt 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	background-color: #cdc9c9; /* Snow 3 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f5f5), to(#cdc9c9));
	background-image: -webkit-linear-gradient(top, #f6f5f5, #cdc9c9);
	background-image: -moz-linear-gradient(top, #f6f5f5, #cdc9c9);
	background-image: -ms-linear-gradient(top, #f6f5f5, #cdc9c9);
	background-image: -o-linear-gradient(top, #f6f5f5, #cdc9c9);
	background-image: linear-gradient(top, #f6f5f5, #cdc9c9);
	box-shadow: 0pt -1px 0pt rgba(0, 0, 0, 0.075) inset, 0pt 1px 0pt rgba(255, 255, 255, 0.3) inset, 0pt 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #aca6a6;
	border-radius: 2px;
	color: #444;
	cursor: pointer;
	display: inline-block;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f5f5, endColorstr=#cdc9c9);
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	white-space: nowrap;
}
button:hover, a.button:hover, input[type='reset']:hover, input[type='button']:hover, input[type='submit']:hover {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cdc9c9));
	background-image: -webkit-linear-gradient(top, #fff, #cdc9c9);
	background-image: -moz-linear-gradient(top, #fff, #cdc9c9);
	background-image: -ms-linear-gradient(top, #fff, #cdc9c9);
	background-image: -o-linear-gradient(top, #fff, #cdc9c9);
	background-image: linear-gradient(top, #fff, #cdc9c9);
	border: 1px solid #aca6a6;
	color: #444;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cdc9c9);
}
/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}
.call-to-action a.button {
	font-size: 24px;
	padding: 15px 35px;
}
.call-to-action a.button:hover {
	text-decoration: none;
}
.ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}
/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}
.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}
.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}
.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}
/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	background-color: #1874cd; /* Dodger Blue */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
	background-image: linear-gradient(top, #4f9eea, #1874cd);
	border: 1px solid #115290;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
	text-shadow: 0 1px 0 #115290;
}
a.blue:hover {
	background-color: #7db7f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
	background-image: linear-gradient(top, #7db7f0, #1874cd);
	border: 1px solid #115290;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
	text-shadow: 0 1px 0 #115290;
}
a.red {
	background-color: #cd0000; /* Red 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
	background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
	background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
	background-image: -o-linear-gradient(top, #ff2323, #cd0000);
	background-image: linear-gradient(top, #ff2323, #cd0000);
	border: 1px solid #890000;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
	text-shadow: 0 1px 0 #890000;
}
a.red:hover {
	background-color: #ff5656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
	background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
	background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
	background-image: -o-linear-gradient(top, #ff5656, #cd0000);
	background-image: linear-gradient(top, #ff5656, #cd0000);
	border: 1px solid #890000;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
	text-shadow: 0 1px 0 #890000;
}
a.orange {
	background-color: #ff7f00; /* Dark Orange 1 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fa5), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #fa5, #ff7f00);
	background-image: -moz-linear-gradient(top, #fa5, #ff7f00);
	background-image: -ms-linear-gradient(top, #fa5, #ff7f00);
	background-image: -o-linear-gradient(top, #fa5, #ff7f00);
	background-image: linear-gradient(top, #fa5, #ff7f00);
	border: 1px solid #bb5d00;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fa5, endColorstr=#ff7f00);
	text-shadow:0 1px 0 #bb5d00;
}
a.orange:hover {
	background-color: #ffc388;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
	background-image: linear-gradient(top, #ffc388, #ff7f00);
	border: 1px solid #bb5d00;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
	text-shadow:0 1px 0 #bb5d00;
}
a.yellow {
	background-color: #ecca06; /* Yellow Gold */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
	background-image: linear-gradient(top, #fff2aa, #ffd700);
	border: 1px solid #bb9e00;
	color: #161300;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
	text-shadow:0 1px 0 #fff;
}
a.yellow:hover {
	background-color: #fffadd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
	background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
	background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
	background-image: -o-linear-gradient(top, #fffadd, #ffd700);
	background-image: linear-gradient(top, #fffadd, #ffd700);
	border: 1px solid #bb9e00;
	color: #161300;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
	text-shadow:0 1px 0 #fff;
}
a.green {
	background-color: #2e8b57; /* Sea Green 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
	background-image: linear-gradient(top, #4bc380, #2e8b57);
	border: 1px solid #1d5837;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
	text-shadow: 0 1px 0 #1d5837;
}
a.green:hover {
	background-color: #71d09b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
	background-image: linear-gradient(top, #71d09b, #2e8b57);
	border: 1px solid #1d5837;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
	text-shadow: 0 1px 0 #1d5837;
}
a.olive {
	background-color: #838b83; /* Honey Dew 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
	background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
	background-image: -moz-linear-gradient(top, #afb4af, #838b83);
	background-image: -ms-linear-gradient(top, #afb4af, #838b83);
	background-image: -o-linear-gradient(top, #afb4af, #838b83);
	background-image: linear-gradient(top, #afb4af, #838b83);
	border: 1px solid #626862;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
	text-shadow: 0 1px 0 #626862;
}
a.olive:hover {
	background-color: #c9cdc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
	background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
	background-image: linear-gradient(top, #c9cdc9, #838b83);
	border: 1px solid #626862;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
	text-shadow: 0 1px 0 #626862;
}
a.purple {
	background-color: #5d478b; /* Medium Purple 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
	background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
	background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
	background-image: -o-linear-gradient(top, #8771b6, #5d478b);
	background-image: linear-gradient(top, #8771b6, #5d478b);
	border: 1px solid #3f305e;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
	text-shadow: 0 1px 0 #3f305e;
}
a.purple:hover {
	background-color: #a492c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
	background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
	background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
	background-image: -o-linear-gradient(top, #a492c8, #5d478b);
	background-image: linear-gradient(top, #a492c8, #5d478b);
	border: 1px solid #3f305e;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
	text-shadow: 0 1px 0 #3f305e;
}
a.pink {
	background-color: #cd1076; /* Deep Pink 3 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
	background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
	background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
	background-image: -o-linear-gradient(top, #f042a0, #cd1076);
	background-image: linear-gradient(top, #f042a0, #cd1076);
	border: 1px solid #8e0b52;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
	text-shadow: 0 1px 0 #8e0b52;
}
a.pink:hover {
	background-color: #f471b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
	background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
	background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
	background-image: -o-linear-gradient(top, #f471b8, #cd1076);
	background-image: linear-gradient(top, #f471b8, #cd1076);
	border: 1px solid #8e0b52;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
	text-shadow: 0 1px 0 #8e0b52;
}
a.brick {
	background-color: #b22222; /* Fire Brick */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
	background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
	background-image: linear-gradient(top, #dd4c4c, #b22222);
	border: 1px solid #791717;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
	text-shadow: 0 1px 0 #791717;
}
a.brick:hover {
	background-color: #e57777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
	background-image: -webkit-linear-gradient(top, #e57777, #b22222);
	background-image: -moz-linear-gradient(top, #e57777, #b22222);
	background-image: -ms-linear-gradient(top, #e57777, #b22222);
	background-image: -o-linear-gradient(top, #e57777, #b22222);
	background-image: linear-gradient(top, #e57777, #b22222);
	border: 1px solid #791717;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
	text-shadow: 0 1px 0 #791717;
}
a.gold {
	background-color: #8b6508; /* Dark Golden Rod 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
	background-image: linear-gradient(top, #db9f0d, #8b6508);
	border: 1px solid #6b4e06;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
	text-shadow: 0 1px 0 #6b4e06;
}
a.gold:hover {
	background-color: #f3b828;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
	background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
	background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
	background-image: -o-linear-gradient(top, #f3b828, #8b6508);
	background-image: linear-gradient(top, #f3b828, #8b6508);
	border: 1px solid #6b4e06;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
	text-shadow: 0 1px 0 #6b4e06;
}
a.brown {
	background-color: #8b4513; /* Saddle Brown */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
	background-image: linear-gradient(top, #d66a1d, #8b4513);
	border: 1px solid #4f270b;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
	text-shadow: 0 1px 0 #4f270b;
}
a.brown:hover {
	background-color: #8b4513;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
	background-image: -moz-linear-gradient(top, #e58541, #8b4513);
	background-image: -ms-linear-gradient(top, #e58541, #8b4513);
	background-image: -o-linear-gradient(top, #e58541, #8b4513);
	background-image: linear-gradient(top, #e58541, #8b4513);
	border: 1px solid #4f270b;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
	text-shadow: 0 1px 0 #4f270b;
}
a.silver {
	background-color: #c0c0c0; /* Silver */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: linear-gradient(top, #eaeaea, #c0c0c0);
	border: 1px solid #9e9e9e;
	color: #444;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
	text-shadow: 0 1px 0 #fff;
}
a.silver:hover {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #fff, #c0c0c0);
	background-image: -moz-linear-gradient(top, #fff, #c0c0c0);
	background-image: -ms-linear-gradient(top, #fff, #c0c0c0);
	background-image: -o-linear-gradient(top, #fff, #c0c0c0);
	background-image: linear-gradient(top, #fff, #c0c0c0);
	border: 1px solid #9e9e9e;
	color: #444;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#c0c0c0);
	text-shadow: 0 1px 0 #fff;
}
a.gray {
	background-color: #696969; /* Dim Gray */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
	background-image: -webkit-linear-gradient(top, #939393, #696969);
	background-image: -moz-linear-gradient(top, #939393, #696969);
	background-image: -ms-linear-gradient(top, #939393, #696969);
	background-image: -o-linear-gradient(top, #939393, #696969);
	background-image: linear-gradient(top, #939393, #696969);
	border: 1px solid #474747;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
	text-shadow: 0 1px 0 #474747;
}
a.gray:hover {
	background-color: #adadad;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
	background-image: -webkit-linear-gradient(top, #adadad, #696969);
	background-image: -moz-linear-gradient(top, #adadad, #696969);
	background-image: -ms-linear-gradient(top, #adadad, #696969);
	background-image: -o-linear-gradient(top, #adadad, #696969);
	background-image: linear-gradient(top, #adadad, #696969);
	border: 1px solid #474747;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
	text-shadow: 0 1px 0 #474747;
}
a.black {
	background-color: #080808; /* Black */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
	background-image: -webkit-linear-gradient(top, #323232, #080808);
	background-image: -moz-linear-gradient(top, #323232, #080808);
	background-image: -ms-linear-gradient(top, #323232, #080808);
	background-image: -o-linear-gradient(top, #323232, #080808);
	background-image: linear-gradient(top, #323232, #080808);
	border: 1px solid #000;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
	text-shadow: 0 1px 0 #000;
}
a.black:hover {
	background-color: #4c4c4c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
	background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
	background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
	background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
	background-image: -o-linear-gradient(top, #4c4c4c, #080808);
	background-image: linear-gradient(top, #4c4c4c, #080808);
	border: 1px solid #000;
	color: #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
	text-shadow: 0 1px 0 #000;
}
/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}
.alert {
	background-color: #faebeb;
	border: 1px solid #dc7070;
	color: #212121;
}
.address {
	background-color: #f6f5ef;
	border: 1px solid #cdc9a5;
	color: #212121;
}
.notice {
	background-color: #fbf9e9;
	border: 1px solid #e3cf57;
	color: #212121;
}
.success {
	background-color: #f9fde8;
	border: 1px solid #a2bc13;
	color: #212121;
}
.download {
	background-color: #fff4e5;
	border: 1px solid #ff9912;
	color: #212121;
}
.information {
	background-color: #eef3f6;
	border: 1px solid #6ca6cd;
	color: #212121;
}
.required {
	/*color: #d5243f;*/
}
/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	background-color: #f9edbe;
	border: 1px solid #f0c36d;
	color: #212121;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	padding: 10px;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
}
.msie-box a {
	color: #212121;
}
/* =Tables
-------------------------------------------------------------- */
th, td, table {
	border: 1px solid #ddd;
}
table {
	border-collapse: collapse;
	width: 100%;
}
/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: square;
}
ul ul ul {
	list-style-type: circle;
}
ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
}
dt {
	font-weight: 400;
}
/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}
blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}
/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	line-height: 1em;
	word-wrap: break-word;
        font-family: 'Open Sans', Arial, sans-serif; /* KD November 2014*/
}
h1 {
	color: #3F362E;
	font-size:3.2em;
}
h2 {
/*clear:both;   */ 
color: #3A2D22;
    font-size: 1.8666666666666667em;
    font-weight: 600;
    text-transform: none;
}

h3 {
    font-size: 1.6em;
    font-weight: 400;
}

h4 {
	font-size: 1.3em;
font-weight: 400;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
	text-transform: uppercase;
}
/* =Margins & Paddings
-------------------------------------------------------------- */
p, hr, dl, pre, form, table, address, blockquote {
	    margin: .15em 0 1em 0;
}
h1 {
	margin: .5em 0;
}
h2 {
	margin: 1em 0 .5em;
}
h3 {
	margin: 1em 0 .5em;
}
h4 {
	margin: 1.23em 0 .615em;
}
h5 {
	margin: 1.33em 0 .67em;
}
h6 {
	margin: 1.6em 0 .8em;
}
th, td {
	padding: .8em;
}
caption {
	padding-bottom: .8em;
}
blockquote {
	padding: 0 1em;
}
blockquote:first-child {
	margin: .8em 0;
}
fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}
legend {
	padding-left: .8em;
	padding-right: .8em;
}
legend+* {
	margin-top: 1em;
}
input, textarea {
	padding: .3em .4em .15em;
}
select {
	padding: .1em .2em 0;
}
option {
	padding: 0 .4em;
}
dt {
	margin-bottom: .4em;
	margin-top: .8em;
}
ul {
	/*margin-left: 1.5em;*/
    margin: .15em 0 1em 0;
}
ol {
	margin-left: 2.35em;
}
ol ol, ul ol {
	margin-left: 2.5em;
}
form div {
	margin-bottom: .8em;
}
/* =Globals
-------------------------------------------------------------- */
.skip-container.cf {
    display: none;
}

#responsive_menu_button {
    display: none;
}

#wrapper {
	background-color: #fff;
	clear: both;
	margin: 0px auto;
	padding: 0;
	position: relative;
}
.home #wrapper {
	background-color: transparent;
	border: none;
	margin: 0px auto;
	padding: 0;
}

#footer {
    max-width: 100%;
    margin: 30px 0 20px 0;
    padding: 0;
    font-size: 11px;
    line-height: 1.5em;
    background-color: #E2DECC;
}
#footer-wrapper {
	margin: 0;
	padding:1.5% 0% 1.5% 0%;
	position:relative;
}
#footer-wrapper .copyright {
	text-align:center;
}
#footer-wrapper .copyright a {
	color: #e4e0dd;
}
#footer-wrapper .copyright a:hover {
	color: #e4e0dd;
}

div#footer-content {
    background: url(/assets/lbma-footer-bar.png) repeat-x;
    text-align: center;
    clear: both;
    padding: 5px;
}
div#footer-content-left, div#footer-content-middle, div#footer-content-right {
    float: left;
}



div#sub-footer-menu.viewport-container {
padding:0;
}

#sub-footer-menu .sub-header-menu, #sub-footer-menu .sub-header-menu ul {
    text-align: center;
}
#sub-footer-menu .sub-header-menu {
    width: 100%;
    float: left;
}

#footer h3 { /*KD Nov 2014*/
font-size: 1.2em;
font-weight: 600;
color: #fff;
}

div#footer_widget .col-300 {
    width: 15%;
    margin: 0 5px 0 5px;
}
ul#footer_widget .widget-wrapper .menu-widget li {
    list-style: none;
}
ul#menu-footer-menu-1-visit, ul#menu-footer-menu-2-exhibitions, ul#menu-footer-menu-3-education, ul#menu-footer-menu-4-support, ul#menu-footer-menu-5-news, ul#menu-footer-menu-6-information {
    list-style: none;
    padding-left: 0;
    line-height: 1.5em;
}

#footer a {
    font-weight: 400;
    color: #3A2D22;
    text-decoration: none;
}
#footer a:hover {
text-decoration:underline; /* KD Nov 2014 */
}
#footer h3 {
    font-size: 1.0666666666666667em;
    font-weight: 400;
    color: #3A2D22;
    text-transform: uppercase;
margin: 0;
}

/* =Header
-------------------------------------------------------------- */

.main-nav {
    width: 64%;
    float: right;
}

#logo {
    float: left;
    margin: 0;
    padding: 10px 0;
}

.site-name {
	display: block;
	font-size: 2em;
	padding-top: 20px;
}
.site-name a {
	font-weight: 700;
}
.site-description {
	display: block;
	font-size: 14px;
	margin: 10px 33px 10px 0;
}
/* =Content
-------------------------------------------------------------- */
#content {
	position:relative;
/*margin-bottom: 20px;*/
}
#content-full {
    margin-top: 0px;
    margin-bottom: 20px;
}
#content-blog {
	margin-bottom: 20px;
}
#content-images {
	margin-bottom: 20px;
}
#content-archive {
	margin-bottom: 20px;
}
#content-sitemap {
	margin-bottom: 20px;
}
#content-sitemap a {
	font-size: 12px;
}
#content .sticky {
	clear: both;
}
#content .sticky p {
}

#content-left-column {
	width: 45%; 
	float: left; 
	padding-right: 25px;
}
#content-right-column {
	width: 45%; 
	float: left; 
	padding-left: 25px; 
	border-left: 1px solid #E2DECC;
}


/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu, .page-template-landing-page-php .top-menu, .page-template-landing-page-php .tinynav, .page-template-landing-page-php .footer-menu{
	display: none;
}
/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	clear: both;
	display: block;
	margin: 30px 0 40px 0;
	padding: 10px;
	overflow: hidden;
}
#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}
#author-meta p {
	margin: 0;
	padding: 5px;
}
#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}
/* =Featured Content
-------------------------------------------------------------- */
#featured {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	/*border: 1px solid #d6d6d6;*/
	border-radius: 6px;
	padding-bottom: 40px;
	width: 99.893617021277%;
	position: relative;
	margin-bottom:0px !important;
}
#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 40px 0 40px;
	text-align: center;
}
#featured-image {
	margin:0px 0 0 0;
}
#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}
.featured-image img {
	margin-top: 44px;
}
#featured .slideshow-content {
	position:absolute;
	width:44.936%;
	margin-left:5%;
	top:0%;
	left:0%;
}
#featured .slideshow-content h1 {
	text-align:left;
	color:#693300;
}
#featured .slideshow-content h2 {
	text-align:left;
	padding:0px;
}
#featured .slideshow-content p {
	text-align:left;
	padding:0px;
}
#featured .slideshow-content .call-to-action {
	text-align:left;
}
#featured .slideshow-content .call-to-action a.brown-link {
	color:#693300;
	font-weight:bold;
	font-size:16px;
	text-transform: uppercase;
	font-weight:bold;
}
#featured .slideshow-content .call-to-action i {
	font-family: tahoma;
	font-style:normal;
}
#featured .slideshow-content .call-to-action a:hover.brown-link {
	color:#693300;
	text-decoration:underline;
}
#featured .slideshow-image {
	width:100%;
	height:410px;
}
/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}
#cancel-comment-reply-link {
	color: #900;
}
.post-data {
	clear: both;
	font-size: 11px;
	font-weight: 700;
	margin-top:0px;
}
.post-data a {
	color: #111;
}

.post-entry #event-info{ border-bottom:0px solid #DDDDDD !important;}
#event-info img {float: left!important;padding:0px 10px 10px 0px;}
.post-entry #event-info .mc-main .sub-details .desc p{color:#000;}
.post-entry .mc_edit_links{ border-bottom:1px solid #DDDDDD !important;}
.post-meta {
	clear: both;
	color: #9f9f9f;
	font-size: 12px;
	margin-bottom: 10px;
}
.post-edit {
	clear: both;
	display: block;
	font-size: 12px;
	margin:0em 0 0em 0;
}
.post-search-terms {
	clear: both;
}
.read-more {
	clear: both;
	font-weight: 700;
}
.attachment-entry {
	clear: both;
	text-align: center;
}
/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display: none;
}
/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color: #aaa;
	font-size: 18px;
	margin-left: 5px;
}
.form-allowed-tags {
	display: none;
	font-size: 10px;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	font-size: 13px;
	margin: 0 0 0px;/*padding: 20px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	background-color: #f9f9f9;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	*/
}
#widgets {
margin-top: 19px;
}
.home #widgets {
	margin-top: 0;
}
#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#widgets #s {
	width: 80%;
}
#widgets form {
	margin: 0;
}
#widgets ul li {
	margin-left:0px;
}
#widgets ul li a {
	display: inline;
	text-decoration: none;
}
#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}
#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}
#widgets .rssSummary {
	padding: 10px;
}
#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}
#widgets .tagcloud, #widgets .textwidget {
	display: block;
	line-height: 1.5em; /* KD Nov 2014*/
	margin: 0;
	word-wrap: break-word;
}

.home .textwidget { /* KD Nov 2014*/
font-size: 1em;
font-family: 'Open Sans',Arial,sans-serif;
}

.home h2.widgettitle { /* KD Nov 2014*/
text-transform: initial;
font-family: 'Open Sans',Arial,sans-serif;
font-weight: 600;
color: #333;
font-size: 1.3em;
}
.home .textwidget h3 { /* KD Nov 2014*/
text-transform: initial;
font-family: 'Open Sans',Arial,sans-serif;
font-weight: 600;
color: #333;
font-size: 1.1em;
}
#widgets .tagcloud, #widgets .textwidget img{ }
#widgets .textwidget a {
	display: inline;
}
#widgets ul .children {
	border: none;
	margin: 0;
	padding: 0;
}
#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}
.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}
#colophon-widget {
}
.colophon-widget {
	background: none;
	min-height: 0;
}
.colophon-widget select, .colophon-widget input[type="text"], .colophon-widget input[type="password"] {
	width: 100%;
}

#top-widget {
    margin: 0;
    padding: 0;
    float: right;
}
.top-widget select, .top-widget input[type="text"], .top-widget input[type="password"] {
	width: auto;
}
.top-widget #searchform {
    margin: 0;
    padding: 0;
    display:none;
}

span#top-searchbox:hover #searchform {
    display: block;
}

span#top-searchbox {
    display: inherit;
}

#searchform input::-webkit-input-placeholder {
color: #333333 !important;
font-style:italic;
font-weight:300;
       letter-spacing: -0.05em;
}
 
#searchform input:-moz-placeholder { /* Firefox 18- */
color: #333333 !important;
font-style:italic;
font-weight:300;
        letter-spacing: -0.05em;
}
 
#searchform input::-moz-placeholder {  /* Firefox 19+ */
color: #333333 !important;
font-style:italic;
font-weight:300;
        letter-spacing: -0.05em;
}
 
#searchform input:-ms-input-placeholder {  
color: #333333 !important;
font-style:italic;
font-weight:300;
        letter-spacing: -0.05em;
}

div.post-count-container{
text-align: center;
}

a.page-numbers {
    font-weight: 400;
    font-size: 14pt;
    padding: 0 5px;
}

#top-widget .textwidget {
    display: inline-flex;
}
/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size:  60px;
	letter-spacing: -1px;
	margin:  0;
	padding-top: 40px;
	text-align: center;
}
.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}
.widget-title, .widget-title-home h3 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}
.top-widget .widget-title {
	font-size: 14px;
	padding: 0;
	text-align: right;
}
.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}
.title-404 {
	color: #933;
}
/* =404 Page 
-------------------------------------------------------------- */
.error404 select, .error404 input[type="text"], .error404 input[type="password"] {
	width: auto;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.header-menu-top {
	position:relative;
	float:right;
	clear:both;
	margin-top:0 px;
	width:100%;
}
.header-menu-top:after {
	clear:both;
	content:"";
	display:block;
}

div#responsive_current_menu_item {
    display: none;
}

.menu {
	/*	background-color: #585858;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
	background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
	background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
	background-image: -o-linear-gradient(top, #585858, #3d3d3d);
	background-image: linear-gradient(top, #585858, #3d3d3d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);*/
	clear: both;
	margin: 0 auto;
}
.menu, .menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li {
	border: 0;
	display: block;
	/*float: left;*/
	float:left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}
.menu li:hover {
	white-space: normal;
	z-index: 10000;
}
.menu li li {
	float: none;
}
.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}
.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}
.menu li li:hover > ul {
	left: 100%;
	top: 0;
}
.menu:after, .menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.menu, .menu ul {
	min-height: 0;
	padding-right:1%;
}
.menu ul, .menu ul ul {
	margin: 0;
	padding: 0;
}
.menu ul li a:hover, .menu li li a:hover {
	color: #484848;
	text-decoration: none;
}
.menu ul {
	min-width: 15em;
	width: auto;
}

#menu-header-home {
	margin-left: 8px;
}
.menu a {
    color: #313131;
    cursor: pointer;
    display: block;
    font-size: 0.9333333333333333em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.menu a:hover {
	/*background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
	background-image: -webkit-linear-gradient(top, #808080, #363636);
	background-image: -moz-linear-gradient(top, #808080, #363636);
	background-image: -ms-linear-gradient(top, #808080, #363636);
	background-image: -o-linear-gradient(top, #808080, #363636);
	background-image: linear-gradient(top, #808080, #363636);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636);*/
	color: #0097D8;
}
.menu .current_page_item a, .menu .current-menu-item a {
	/*background-color: #343434;*/
	
}
.home .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
	color: #693300;
}

.menu li li {
    border: 0px solid #c41230;
    color: #fff;
    filter: none;
    margin: 0px 0 1px 0;
    width: auto;
    background: rgba(51, 51, 51, 0.8);
}
.menu li li a {
	background: transparent !important;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
	
}
.menu li li a:hover {
	background: #0097d9 !important;
	background-image: none;
	border: none;
	color: #fff;
	filter: none;
	text-decoration:none;
}
.menu ul > li + li {
	border-top: 0;
}
.menu li li:hover > ul {
	left: 100%;
	top: 0;
}
.menu > li:first-child > a {
	border-left: none;
}
/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(images/ie7-fix.gif) repeat;
}
.ie7 .menu li li a {
	min-width: 100%;
}
/* =Responsive Menu 
-------------------------------------------------------------- */
.tinynav {
	display: none
}
/* =Sub-Header Menu
-------------------------------------------------------------- */

.sub-header-menu {
	width: 50%;
        float: left;
}
.sub-header-menu, .sub-header-menu ul {
	display: block;
	list-style-type: none;
	margin: 6px 0;
	padding: 0;
}

.sub-header-menu li {
    border: 0;
    display: inline;
    /* text-align: center; */
    /* position: relative; */
    float: none;
    margin: 0;
    padding: 0;
}

li#menu-item-3308 a { /*GIVING HEART ICON - TOP MENU*/
    background: url(/assets/icons/heart-white.png) no-repeat right;
    padding-right: 25px;
}

li#menu-item-3308 a:hover { /*GIVING HEART ICON HOVER - TOP MENU*/
    background: url(/assets/icons/heart-red.png) no-repeat right;
    padding-right: 25px;
color:#C41230;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3308 a { /*GIVING HEART ICON HOVER - TOP MENU*/
    background: url(/assets/icons/heart-red.png) no-repeat right;
    padding-right: 25px;

}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3308 a a:hover { /*GIVING HEART ICON - TOP MENU*/
    background: url(/assets/icons/heart-red.png) no-repeat right;
    padding-right: 25px;
    color:#C41230;
}

.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}
.sub-header-menu li li {
	float: none;
}
.sub-header-menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}
.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}
.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}
.sub-header-menu:after, .sub-header-menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.sub-header-menu ul, .sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}
.sub-header-menu ul li a:hover, .sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}
.sub-header-menu ul {
	width: 14em;
}
/*.sub-header-menu a {
	color: #3A2D22;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 600;
        margin: -5px 0 0 0;
        padding: 11px 0.9em;
	text-decoration: none;
	text-shadow: none;
        text-transform: uppercase;
}*/

.sub-header-menu a {
    color: #3A2D22;
    cursor: pointer;
    display: inline;
    font-size: 16px;
    line-height: 13px;
    font-weight: 400;
    margin: auto 0;
    padding: 5px 12px 5px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
}

.sub-header-menu a:hover {
	/*background-color: #f9f9f9;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;*/
color:#0097D8;
}
.sub-header-menu .current_page_item a, .sub-header-menu .current-menu-item a {
	/*background-color: #f9f9f9;*/
}
.sub-header-menu li li {
	background: #fff;
	background-image: none;
	border: 1px solid #d6d6d6;
	color: #444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}
.sub-header-menu li li a {
	border: none;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
}
.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}
.sub-header-menu ul > li + li {
	border-top: 0;
}
.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}
.sub-header-menu > li:first-child > a {
	border-left: none;
}
.sub-header-menu ul.children a, .sub-header-menu .current_page_ancestor, .sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}
/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(images/ie7-fix.gif) repeat;
}
.ie7 .sub-header-menu li li a {
	min-width: 100%;
}
/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
}
.footer-menu li {
	display: inline;
	list-style-type: none;
}
.footer-menu li a {
	border-left: 1px solid #ccc;
	color: #333;
	padding: 0 8px;
}
.footer-menu li a:hover {
	color: #222;
}
.footer-menu > li:first-child > a {
	border-left: none;
	padding: 0 8px 0 0;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #111;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0 5px;
}
.navigation a {
	color: #aaa;
	padding: 4px 10px;
}
.navigation a:hover {
	color: #111;
	text-decoration: none;
}
.navigation .previous {
	float: left;
}
.navigation .next {
	float: right;
}
.navigation .bracket {
	font-size: 36px;
}
/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}
.pagination a {
	text-decoration: none;
}
/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
	padding:0px 0 0 0;
}
/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}
.commentlist {
	border-bottom: 1px dotted #eee;
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist ol {
	list-style:decimal;
}
.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border-radius: 4px;
	margin: 0;
}
.commentlist .bypostauthor {
}
.commentlist li cite {
	color: #111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}
.commentlist li.alt {
	background: #f9f9f9;
}
.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}
.commentlist .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}
.comment-author .fn {
}
.comment-author .says {
	color: #999;
}
.comment-body .comment-meta {
	color: #999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}
.comment-body .comment-meta a {
	font-size: 11px;
}
.comment-body {
	clear: both;
	padding: 10px;
}
.comment-body p {
	clear: both;
}
.comment-body .reply {
}
.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}
.pingback cite, .trackback cite {
	font-style: normal;
}
#pings, #comments {
	text-align: left;
}
#respond {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
	background-image: linear-gradient(top, #ffffff, #eaeaea);
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	border-radius: 2px;
	clear: both;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	margin-top: 15px;
	padding: 10px 20px 50px;
}
#respond label {
	display: inline;
}
.reply {
	margin: 10px 0;
}
.comment-form-url input, .comment-form-email input, .comment-form-author input, .comment-form-comment textarea {
	display: block;
}
.nocomments {
	color: #999;
	font-size: .9em;
	text-align: center;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
padding: 5px 10px;
text-align: center;
}
.wp-caption-400 {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 400px;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    font-size: .9em;
}
.wp-caption-400.alignleft {
    margin-right: 15px;
}
.wp-caption-400.alignright {
    margin-left: 15px;
}
.wp-caption-700 {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 700px;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    font-size: .9em;
}
.wp-caption-400 p.wp-caption-text, .wp-caption-700 p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 5px;
}
.wp-caption-400 img, .wp-caption-700 img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 8px 5px;
    width: auto;
}
body.single-post .wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 300px;
padding: 5px 10px;
text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 8px 5px;
  width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 5px;
}
img.wp-smiley {
	vertical-align: middle;
}
/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
}
.gallery img {
	border: 1px solid #ddd;
}
.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery br+br {
	display: none;
}
.attachment-gallery img {
	background: #fff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}
.gallery-meta .iso, .gallery-meta .camera, .gallery-meta .shutter, .gallery-meta .aperture, .gallery-meta .full-size, .gallery-meta .focal-length {
	display: block;
}
/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image, img.attachment-full, img.attachment-large, img.attachment-medium, img.attachment-thumbnail {
	display: block;
	margin: 15px auto;
	width: auto;
}
/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}
#breadcrumb a {
	color: #06c;
	font-size: 12px;
	font-weight: 400;
}
#breadcrumb a:hover {
	color: #444;
	text-decoration: none;
}
#content-woocommerce {
	margin-bottom: 20px;
}
.products ul, ul.products {
	margin-top: 40px;
}
.cart-collaterals .shipping_calculator {
	width: 100%;
}
table.shop_table {
}
table.cart td.actions .coupon .input-text, table.cart td.actions .coupon .input-text {
	cursor: text;
}
/* =Footer
-------------------------------------------------------------- */



#footer-wrapper .grid.col-940 {
	margin: 0;
}
.scroll-top {
	text-align: center;
	position: absolute;
    right:5px;
	bottom:5px;
}
.scroll-top a {
	background:#e0e0e0;
	padding:1px 4px;
	-moz-border-radius:3px;
	color:#333333;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.scroll-top a:hover {
	background:#e0e0e0;
}
/* commented by srini}*/
.copyright {
	text-align: left;
}
.powered {
	text-align: right;
}
/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	list-style: none;
	line-height: normal;
	margin: 0;
	text-align: center;
}

.social-part ul.social-icons {
	padding:6% 0% 6% 0%;
	margin-left:0%;
}

.social-part ul.social-icons li {
	display:inline;
	list-style:none;
	padding-left:0em;
}

.social-part ul.social-icons li.twitter-icon {
	padding-right:1em;
}

.social-part ul.social-icons li.facebook-icon {
	padding-right:1em;
}

.social-part ul.social-icons li.linkedin-icon {
	padding-right:1em;
}

.social-part .border-lft {
	border-right:1px solid #c9c9c9;
	min-height:70px;
	margin-bottom:0% !important;
	padding:0% 0% 2% 0%;
}

.social-part .border-lft-admin {
	border-right:1px solid #c9c9c9;
	min-height:70px;
	margin-bottom:0% !important;
	padding:0% 0% 1% 0%;
}

.social-part .border-none {
	min-height:70px;
	margin-bottom:0% !important;
}

.social-part .border-none .social-content {
	padding:0 0 0 1.5em;
}

.social-part .social-content {
	padding:0 1em 0 1.5em;
}

.social-part .social-content:after {
	clear:both;
	content:"";
	display:block;
}

.social-part .social-content p {
	margin:0px;
	padding:3% 0% 3% 0%;
	font-size:11px;
	color:#888888;
	line-height:16px;
}

.social-content .map-locaiton{ position:relative; padding-top:1em;}

.social-content .map-locaiton a div.map-show{display:none;  position: absolute; top:-180px; left:2.3em; background:#fff; min-width:325px; height:166px; 
-webkit-box-shadow: 1px 1px 2px #888888;
-moz-box-shadow:    1px 1px 2px #888888;
box-shadow:         1px 1px 2px #888888;
	border-radius:5px 5px 5px 0px; -webkit-border-radius:5px 5px 5px 0px; -moz-border-radius:5px 5px 5px 0px; padding:0.6em;}

.social-content .map-locaiton a:hover div.map-show{ display:block; position: absolute; top:-180px; left:2.3em; background:#fff; min-width:325px; height:166px; 
-webkit-box-shadow: 1px 1px 2px #888888;
-moz-box-shadow:    1px 1px 2px #888888;
box-shadow:         1px 1px 2px #888888;
	border-radius:5px 5px 5px 0px; -webkit-border-radius:5px 5px 5px 0px; -moz-border-radius:5px 5px 5px 0px; padding:0.6em;}

.social-content .map-locaiton a div.map-show .map-view{ position:relative; height:160px;}

.social-content .map-locaiton a div.map-show .map-down-arrow{ position:absolute; bottom:-28px; left:-8px; background:url(images/map-down-arrow.png) left center no-repeat !important; width:17px; height:16px;}

.social-part .grid {
	margin-bottom:0% !important;
	margin-right:0% !important;
}

.social-txt {
	font-weight:bold;
	padding:0% 0% 0% 0%;
	color:#888888;
}

.social-txt h4 {
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-size:18px;
	line-height:52px;
	height:40px;
	overflow:hidden;
}

#footer .yelp-icon, #footer .vimeo-icon, #footer .youtube-icon, #footer .twitter-icon, #footer .facebook-icon, #footer .linkedin-icon, #footer .rss-feed-icon, #footer .instagram-icon, #footer .pinterest-icon, #footer .foursquare-icon, #footer .google-plus-icon, #footer .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 3px;
}
/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

/*.center {
	text-align: center;
}*/
/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after, #container:after, .widget-wrapper:after {
	clear: both;
	content: '\0020';
	display: block;
	height: 0;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
}
.clearfix, #container, .widget-wrapper {
	display: inline-block;
}
*html .clearfix, *html #container, *html .widget-wrapper {
	height: 1%;
}
.clearfix, #container, .widget-wrapper {
	display: block;
}
.clear {
	clear: both;
}
/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}
BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}
 [DIR="ltr"] {
 direction: ltr;
 unicode-bidi: embed;
}
 [DIR="rtl"] {
 direction: rtl;
 unicode-bidi: embed;
}

/****** Container Styles ***********/

#container {
	margin: 0 auto;
	max-width: 100%;
	padding: 0px 0px;
	background:#ffffff;
}

.viewport-container {
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 10px;
    clear: both;
}


div#social-tools {
    width: 100%;
    background-color: #E2DECC;
    clear:both;
    padding: 2px 0 0 0;
    min-height: 37px;
}

/****** End Container Styles ******/

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {
h1 {
	page-break-before: always;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}
ul, ol, dl {
	page-break-before: avoid;
}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media  only screen and (-moz-min-device-pixel-ratio:1.5),  only screen and (-o-min-device-pixel-ratio:3/2),  only screen and (-webkit-min-device-pixel-ratio:1.5),  only screen and (min-device-pixel-ratio:1.5) {
 body {
}
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
#header .viewport-container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0px;
}

.js .sub-header-menu {
    display: block;
}

.js .main-nav {
    position: relative;
    background-color: #3A2D22;
    clear: both;
    margin: 0 auto;
    padding:0;
    min-height:40px;
}

.js .main-nav .menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 1000;
}

.js .main-nav .menu ul {
    margin-top: 1px;
}

.js .main-nav .menu li {
    float: none;
    background-color: #ffffff;
    border: none;
}

.js .main-nav .menu li a {
    color: #444444;
    font-size: 13px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    text-shadow: none;
    text-align: left;
    cursor: pointer;
}

	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
	}

	.js .main-nav .menu li li:hover {
		background: none !important;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-image: none;
		filter: none;
		background-color: #f5f5f5 !important;
	}

	.js .main-nav .menu li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav .menu li li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}

	.js .main-nav .menu li li li a::after {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}

	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #ffffff;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: none;
		padding: 5px 40px 5px 10px;
		color: #3A2D22;
		font-weight: 700;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button {
		display: block;
                position: initial;
                float: right;
                background: url(/assets/select-icons.png) 0px 10px no-repeat;
                cursor: pointer;
                color: white;
                padding: 10px 0 0 40px;
                width: 70px;
                font-weight: bold;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 19px; 
	}

	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url(/assets/select-icons.png) 0px 10px no-repeat;
	}

.main-nav {
    width: 100%;
    float: right;
}
}

@media screen and (max-width: 960px) {
 body {
}
 .grid,  .grid-right {
 float: none;
}
 #featured-image .fluid-width-video-wrapper {
 margin: 20px 0 0 0;
}
 .home #widgets {
 /*margin-top: 40px;*/
  margin-top:0px;
}

.sub-header-menu {
    width: 100%;
    float: left;
}
.sub-header-menu, .sub-header-menu ul {
    	text-align: center;
}

div#social-tools {
    padding: 5px 0;
}

#top-widget {
    float: none;
}

.sub-header-menu li {
float: none;
}

 .top-widget,  .home .top-widget {
 margin-top: 0 !important;
 clear:both;
 text-align: center;
    padding: 5px 0 3px 0;
}

div.addthis_sharing_toolbox {
clear: both;
width: 100%;
margin-top: 0 !important;
}

div#footer {
    display: none;
}

div#footer-content-middle.col-580, div#footer-content-right.col-180 {
width:100%;
}
div#footer-content-right {
clear:both;
}
div#footer-content-right img.alignright {
margin-bottom:10px;
}
div#footer-content-left {
display:none;
}

}

 @media screen and (max-width: 650px) {
 body {
}
#header .viewport-container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0px;
}

h1.title-ribbon {
font-size: 2.7em;
text-align: center;
}

#content-left-column {
width:100%;
}
#content-right-column {
width:100%;
border-left:0;
padding-left: 0px;
}

form.form-white-85 {
    width:auto;
}

}
 @media screen and (max-width: 480px) {
 body {
}
 #logo {
 float: none;
 text-align: center;
}
 .grid,  .grid-right {
 float: none;
}

.home_claires_logo { /*Need this to clear the logo from text overlay*/
min-height: 300px;
}
 #featured-image .fluid-width-video-wrapper {
 margin: 20px 0 0 0;
}
 .featured-title {
 font-size: 40px;
 padding: 40px 20px 0 20px
}
 .navigation .next,  .navigation .previous {
 text-align: center;
}

 .menu ul,  .menu li,  .top-menu,  .footer-menu li,  .sub-header-menu li {
float: none;
 text-rendering: optimizeSpeed;
}
.sub-header-menu {
    width: 100%;
    float: none;
}

 #footer {
 text-align: center;
}
 #footer .social-icons {
 text-align: center;
}
}
 @media screen and (max-width: 320px) {
 body {
}
 #featured p {
 font-size: 12px;
 line-height: 1.2em;
}
 .featured-title {
 font-size: 35px;
}
 .featured-subtitle {
 font-size: 15px;
}
 .call-to-action a.button {
 font-size: 14px;
 padding: 7px 17px;
}

img.alignright, img.alignleft, img.aligncenter {
width:100%;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */



}

 @media screen and (max-width: 240px) {
 body {
}
 #featured p {
 font-size: 11px;
 line-height: 1.1em;
}
 .featured-title {
 font-size: 20px;
}
 .featured-subtitle {
 font-size: 11px;
}
 .call-to-action a.button {
 font-size: 12px;
 padding: 5px 15px;
}
 .top-widget area,  .top-widget select,  .top-widget textarea,  .top-widget input[type="text"],  .top-widget input[type="password"] {
 width: 75%;
}
 .widget-title,  .widget-title-home h3 {
 font-size: 14px;
 height: 13px;
 line-height: 13px;
 text-align: center;
}
}

.home-widgets .col-300 {
	margin-right:0% !important;
	width:33.3% !important;
}
.home-widgets .grid {
	margin-bottom:0em;
}
.home-widgets .width-333 {
	width:33.400% !important;
}

.home-widget-3 {
background: #eeeeee;
max-height: 230px;
height: 230px;
overflow: scroll;
}

#home-widgets .home-widget-3 .widget-wrapper, .home-widget-4 .widget_text, .home-widget-5 .widget_text, .home-widget-6 .widget_text {
padding: 7px 20px;
}
.home-widget-4, .home-widget-5 {
background: #fff url(https://lbma.org/assets/gradient_divider.jpg) no-repeat right top;
background-position: right -2px top 25px;
}
/*
*
Contact Us Carousal
*/
.sidebar-thumb-list #jj-nexgen-jquery_carousel-5{
    padding-top:0%;
	background:url(images/slider-bg-contact.jpg) top center no-repeat !important;
	-webkit-background-size: 100% 100% !important;       /* Safari 3.0 */
	-moz-background-size: 100% 100% !important;         /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% 100% !important;           /* Opera 9.5 */
	background-size: 100% 100% !important;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
	height:166px !important;
}

#text-13 .support-bg {
	background:url(images/cen-bg.jpg) bottom center no-repeat !important;
	background-size: 100% 100% !important;
	-webkit-background-size: 100% 100% !important;            /* Safari 3.0 */
	-moz-background-size: 100% 100% !important;            /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% 100% !important;            /* Opera 9.5 *//* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
	height:274px !important;
	}

.sidebar-thumb-list #text-14 .textwidget{background:url(images/insta-bg.jpg) bottom center no-repeat !important;
-webkit-background-size: 100% 100% !important;       /* Safari 3.0 */
	-moz-background-size: 100% 100% !important;         /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% 100% !important;           /* Opera 9.5 */
	background-size: 100% 100% !important;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
	 height:67px;}
.sidebar-thumb-list #text-14 .textwidget:after{ display:block; content:""; clear:both;}
.sidebar-thumb-list #text-14 .textwidget .carousel-title {
width: 90%;
position: relative;
padding:1em 0 0 1.2em;
}
.sidebar-thumb-list #text-14 .textwidget .carousel-title:after{display:block; content:""; clear:both;}
.sidebar-thumb-list #text-14 .textwidget .carousel-title .carousel-lft-txt{color: #FFFFFF;
    float: left;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    width: 55%;}
.sidebar-thumb-list #text-14 .textwidget .carousel-title .carousel-rht-txt{  color: #0097D8;
    float: right;
    font-size: 18px;
    line-height: 35px;
    text-align: right;
    width: 33%;}
/**/
.home-widgets .thumb-list {
	padding-top:0%;
	background:url(images/slider-bg.jpg) bottom center no-repeat !important;
	-webkit-background-size: 100% 100% !important;       /* Safari 3.0 */
	-moz-background-size: 100% 100% !important;         /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% 100% !important;           /* Opera 9.5 */
	background-size: 100% 100% !important;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
	height:233px !important;
}
.home-widgets .thumb-list .carousel-title:after {
	clear:both;
	content:" ";
	display:block;
}
.home-widgets .thumb-list .carousel-title {
	width:90%;
	position:relative;
	padding:2em 0 0 1.2em;
}
.home-widgets .thumb-list .carousel-title .carousel-lft-txt {
	width:55%;
	float:left;
	color:#fff;
	line-height:18px;
	text-transform:uppercase;
	text-align:left;
	font-size:18px;
}
.home-widgets .thumb-list .carousel-title .carousel-rht-txt {
	width:33%;
	float:right;
	color:#0097d8;
	text-align:right;
	font-size:18px;
	line-height:35px;
}
.home-widgets .thumb-list .carousel-title .carousel-rht-txt span {
	color:#fff;
}
.home-widgets .col-300 .support-bg {
	background:url(images/cen-bg.jpg) bottom center no-repeat !important;
	background-size: 100% 100% !important;
	-webkit-background-size: 100% 100% !important;            /* Safari 3.0 */
	-moz-background-size: 100% 100% !important;            /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% 100% !important;            /* Opera 9.5 *//* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
	height:233px !important;
	}
.home-widgets .col-300 .calendar-height{height:233px !important;}
.home-widgets .widget-wrapper .thumb-list {
	background:transparent !important;
	margin-bottom:0px !important;
}
.home-widgets .col-300 .widget-wrapper {
	padding:0px;
}
.home-widgets .widget-wrapper {
	margin-bottom:0px;
}
.home-widgets div.fit {
	background:#eee; /*min-height:233px !important;*/
}
#container .social-part {
	background: #fff;
}
#container .social-part:after {
	clear:both;
	display:block;
	content:"";
}
#top-widget .widget_search #searchform input.field {
	background:#fff;
	-moz-box-shadow:inset -1px 2px 6px #d8d8d8;
	-webkit-box-shadow:inset -1px 2px 6px #d8d8d8;
	box-shadow:inset -1px 2px 6px #d8d8d8;
	border-radius:15px;
	border:1px solid #d8d8d8;
	border-bottom:1px solid #f1f1f1;
	width:60%;
}

#top-widget .widget_search #searchform input.submit {
	background:url(images/search-btn.png) right center no-repeat !important;
	border:0px;
	position: absolute;
	right: 1%;
	top: 0;
	box-shadow:none;
}

/* Search Form Label 2014-12-11 */
#searchform label.screen-reader-text {
display: none;
}

.support-title {
	padding:6.6em 0 0.4em 0.6em;
	font-size:24px;
	color:#fff;
}
.support-title h2 {
	color:#fff;
}
.member-txt {
	background:url(images/yellow-bg.png) left center repeat !important;
	padding:0.6em 0.8em 0.6em 0.8em;
	font-size:24px;
	margin-bottom:0.4em;
	float:left;
}
.member-txt a{color:#444444;}
.member-txt a:hover{color:#693300;}

#my_calendar_mini_widget-2 .widget-title {
	display:none;
}
.contact-detail-gray {
	border-bottom:0;
}
.contact-detail-white {
	border-bottom:1px solid #fff;
}
.contact-detail-gray:after {
	clear:both;
	content:"";
	display:block;
}
.contact-detail-white:after {
	clear:both;
	content:"";
	display:block;
}
.contact-title-lft {
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
}
.contact-title-rht {
}
.contact-details {
	color:#333;
	padding-left:0;
	padding-right:0;
	padding-top:.5em;
}
.contact-details p {
	margin:0.25em 0em 1.25em 0em;
	/*font-size: 12px;
	line-height: 16px;*/
}
.contact-details form {
	padding:0px;
	margin:0px;
}
.contact-details form#cntctfrm_contact_form input.text {
	background:#fff !important;
	-moz-box-shadow:inset -1px 2px 6px #d8d8d8 !important;
	-webkit-box-shadow:inset -1px 2px 6px #d8d8d8 !important;
	box-shadow:inset -1px 2px 6px #d8d8d8 !important;
	border-radius:15px !important;
	border:1px solid #cbcbcb !important;
	border-bottom:1px solid #f1f1f1 !important;
}
.contact-details form#cntctfrm_contact_form textarea {
	background:#fff !important;
	-moz-box-shadow:inset -1px 2px 6px #d8d8d8 !important;
	-webkit-box-shadow:inset -1px 2px 6px #d8d8d8 !important;
	box-shadow:inset -1px 2px 6px #d8d8d8 !important;
	border-radius:15px !important;
	border:1px solid #cbcbcb !important;
	border-bottom:1px solid #f1f1f1 !important;
}
.contact-map {
}
.contact-title {
    font-weight: normal;
    padding: 0% 0% 0% 0%;
    color: #666;
    margin-top: 10px;
}
.contact-title h4 {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 600;
}
.event-calander .widget-wrapper .mc-main caption, .mc-main .my-calendar-month, .mc-main .my-calendar-week, .mc-main .mc-single {
	
}
.mc-main .mc-single {
text-align: center;
font-size: 1.4em;
font-weight: 700;
clear: both;
}

p.addtocal, p.backtocal {
    clear: both;
}

.break-fast-content {
	background:#ffd800;
	padding:1.5em 3em 1.5em 3em;
	position:relative;
	min-height:400px;
}
.break-fast-content h2 {
	font-size: 21px;
	font-weight: bold;
	margin-top: 0.8em;
	color:#1d1d1d;
}
.break-details {
	padding:0em;
	line-height:24px;
	color:#1d1d1d;
}
.break-details label {
	font-size:23px;
	font-weight:bold;
}
.break-details span {
	font-size:21px;
	font-weight:bold;
}
.break-details b {
	font-size:37px;
	font-weight:bold;
}
.break-details:after {
	display:block;
	clear:both;
	content:"";
}
.event-listing {
	background:#e7e7e7;
	padding:1em 2em 0em 2em;
	font-size:12px;
}
.event-listing p {
	line-height:15px;
	font-weight:normal;
}
.event-listing img {
	border:1px solid #0098d4;
	padding:0px;
	margin-bottom:15px;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow:    0px 0px 5px #ccc;
	box-shadow:         0px 0px 5px #ccc;
}

.event-listing .red-border img {
	border:1px solid #c4112f;
    height: 106px;
}

.event-listing:after {
	display:block;
	clear:both;
	content:"";
}
.event-listing a.event-link {
	color:#0197d6;
	font-weight:bold;
}
.event-listing a:hover.event-link {
	color:#0197d6;
	text-decoration:underline;
}

.event-listing.drag-gray {
	background:#dadada !important;
}
.drag-gray {
	background:#e7e7e7 !important;
}
.drag-gray:after {content:""; display:block; clear:both;
}
.spilt-space{ padding:0em 2em 0.5em 2em; border-right:1px solid #fff;}
.spilt-space.none-white-border{border:0px !important;}

.event-listing p.des-min-height{ height:50px; overflow:hidden;}
.event-listing .event-link-down a{ color:#1d1d1d; text-decoration:none; font-weight:bold; padding-right:15px;}
.event-listing .event-link-down a:hover{ color:#1d1d1d;text-decoration:underline;}

#upcoming-events {
	margin-left:0px !important;
}
.light-gray {
	background:#efefef;
	position:relative;
}
.light-gray:after {
	clear:both;
	content:"";
	display:block;
}
.light-gray .gray-rht-border {
	border-right:1px solid #c4c4c4;
	min-height:300px;
}
.light-gray .gray-rht-none {
	border-right:0px solid #c4c4c4;
}
.light-gray .pad-space-clarie {
	padding:2em 2em 0em 2em;
	line-height:22px;
	color:#c4c4c4;
	text-align:center;
}
.light-gray .pad-space-clarie label {
	font-size:28px;
	font-weight:bold;
	text-shadow:1px 1px 0px #999;
}
.light-gray .pad-space-clarie span {
	font-size:26px;
	font-weight:bold;
	text-shadow:1px 1px 0px #999;
}
.light-gray .pad-space-clarie b {
	font-size:26px;
	font-weight:bold;
	text-shadow:1px 1px 0px #999;
}
.light-gray .pad-space-clarie p {
	color:#999999;
	line-height:16px;
}
.light-gray .pad-space-clarie:after {
	display:block;
	clear:both;
	content:"";
}
.light-gray .pad-space-clarie-sec {
	padding:2em 2em 0em 2em;
	line-height:22px;
	color:#c4c4c4;
	text-align:center;
}
.light-gray .pad-space-clarie-sec label {
	font-size:24px;
	font-weight:bold;
	text-shadow:1px 1px 0px #999;
}
.light-gray .pad-space-clarie-sec span {
	font-size:25px;
	font-weight:bold;
	text-shadow:1px 1px 0px #999;
}
.light-gray .pad-space-clarie-sec b {
	font-size:29px;
	font-weight:bold;
	text-shadow:1px 1px 0px #999;
}
.light-gray .pad-space-clarie-sec p {
	color:#999999;
	line-height:16px;
}
.light-gray .pad-space-clarie-sec:after {
	display:block;
	clear:both;
	content:"";
}
.light-gray .pad-space-clarie-three {
	padding:2em 2em 0em 2em;
	line-height:22px;
	color:#c4c4c4;
	text-align:center;
}
.light-gray .pad-space-clarie-three label {
	font-size:23px;
	font-weight:bold;
	text-shadow:1px 1px 0px #999;
	line-height: 15px;
}
.light-gray .pad-space-clarie-three span {
	font-size:21px;
	font-weight:bold;
	text-shadow:1px 1px 0px #999;
}
.light-gray .pad-space-clarie-three b {
	font-size:39px;
	font-weight:bold;
	text-shadow:1px 1px 0px #999;
}
.light-gray .pad-space-clarie-three p {
	color:#999999;
	line-height:16px;
}
.light-gray .pad-space-clarie-three:after {
	display:block;
	clear:both;
	content:"";
}
.block-link {
	padding:0em 0em 1em 0em;
}
.block-link a b {
	font-size: 17px;
	font-weight: bold;
}
.light-gray .pad-space-clarie .block-link a b {
	font-size: 18px;
	font-weight: bold;
	text-shadow:none;
}
.light-gray .pad-space-clarie-sec .block-link a b {
	font-size: 18px;
	font-weight: bold;
	text-shadow:none;
}
.light-gray .pad-space-clarie-three .block-link a b {
	font-size: 18px;
	font-weight: bold;
	text-shadow:none;
}
.block-link a {
	color:#000 !important;
	font-weight:bold !important;
}
.block-link a:hover {
	color:#693300 !important;
}
.light-gray .width-333 {
	width:33.200% !important;
}
.light-gray .title-lft {
}
.light-gray .title-rht {
}
.light-gray h2 {
	color:#c4c4c4;
	font-size:24px;
	line-height:24px;
	text-align:center;
}
.light-gray h2 img {
}


#event_details #event_header{background:#272526; color:#fff; position:relative;}
#event_details #event_header #event_back_button{color:#C61330; float: left; padding:0em 0.4em 0em 0.4em; font-family: Arial; font-size:35px; font-weight: normal; line-height:40px; border-right:1px solid #414141;}
#event_details #event_header #event_back_button a{color:#C61330; }
#event_details #event_header #event_back_button a:hover{color:#dc173a; }
#event_details #event_header #event_header_separator{border-left:1px solid #000000; float: left; line-height:40px;}
#event_details #event_header:after{ clear:both; display:block; content:"";}
#event_header .event-title-details{color: #FFFFFF; font-family: arial; font-size: 18px; line-height:40px; padding-left:1em; float:left;}
#event_header #event_next_previous{   float: right;    font-size: 16px;    font-weight: bold;    line-height: 32px;    padding-right:0em;}
#event_header #event_next_previous a span{border-left:1px solid #000000; padding:0.4em 0.6em 0.4em 0.6em ;}
#event_header #event_next_previous a{color:#f2f2f2; border-left:1px solid #424041; display:block; float: left; line-height:40px;}
#event_header #event_next_previous a:hover{color:#d4d4d4;}
#event_content .event-detail-pic{ margin:2em 0em 2em 0em ; text-align:center;}
#event_content .event-detail-pic img{ border:1px solid #ccc; display:block; min-height:20em;}

#event_details #event_actions{padding:0em 0em 1.5em 0em; }
#event_details #event_actions a{ color:#1c1c1c; padding:0em 1em 0em 0em;  font-size:13px; font-weight: bold;}
#event_details #event_actions a:hover{ color:#c51230;}
#event_details #event_actions a.active{ color:#c51230;}
#event_details #event_actions span.share-icon{ background:url(images/share-icon-new.gif) left center no-repeat !important; padding:0.3em  0em 0.3em 1.5em;}
#event_details #event_actions span.visit-icon{ background:url(images/visit-web.gif) left center no-repeat !important;  padding:0.3em  0em 0.3em 1.5em;}
#event_details #event_actions span.plan-icon{ background:url(images/plan-visit.gif) left center no-repeat !important;  padding:0.3em  0em 0.3em 1.5em;}
#event_details #event_actions span.buy-icon{ background:url(images/buy-admission.gif) left center no-repeat !important;  padding:0.3em  0em 0.3em 1.5em;}

#slider_content{
width: 100%;
padding-right: 0px;
position: absolute;
height: 100%;
bottom: 0px;
left: 0px;
float: left;
display: none;
background-color: #fff;
z-index: 2;
}
#slider_content:after{clear:both; content:""; display:block; }
.clear{clear:both;}
#slider_content #event_header{background:#272526; color:#fff; position:relative;}
#slider_content #event_header:after{ clear:both; display:block; content:"";}
#slider_content #event_header #event_back_button{color:#C61330; float: left; padding:0em 0.4em 0em 0.4em; font-family: Arial; font-size:35px; font-weight: normal; line-height:40px; border-right:1px solid #414141;}
#slider_content #event_header #event_back_button a.close-btn{color:#C61330; }
#slider_content #event_next_previous{ float: right;    font-size: 16px;    font-weight: bold;    line-height: 32px;    padding-right:0em;}
#slider_content #event_next_previous a span{border-left:1px solid #000000; padding:0.4em 0.6em 0.4em 0.6em ;}
#slider_content #event_next_previous a{color:#f2f2f2; border-left:1px solid #424041; display:block; float: left; line-height:40px;}
#slider_content #event_next_previous a:hover{color:#d4d4d4;}
#slider_content #event_header #event_back_button a:hover{color:#dc173a; }
#slider_content #event_header #event_header_separator{border-left:1px solid #000000; float: left; line-height:40px;}

#slider_content #event_content #event_description #snsf-wrapper #snsf-form th, td, table{ border:0px !important; text-align:left;}
#slider_content #event_content #event_description #snsf-wrapper #snsf-form th.th-title{   font-size: 28px; font-weight: normal; padding-bottom:0.5em;}


/*
RSVP Form
*/

.sbHolder{
	background-color: #2d2d2d;
	border: solid 1px #515151;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 200px;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(/assets/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover{
	background: url(/assets/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(/assets/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(/assets/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #212121;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 2;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #EBB52D;
}
.sbOptions li.last a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}


.border-select-small .sbHolder{
	background-color: #2d2d2d;
	border: solid 1px #515151;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height:28px;
	position: relative;
	width:60px;
}
.border-select-small .sbSelector{
	display: block;
	height:28px;
	left: 0;
	line-height:28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width:30px;
}

.border-select-small{ position:relative;}
.border-select-small .sbHolder{ background:none; border:1px solid #c5c5c5; }
.border-select-small .sbHolder .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#252525;
	outline: none;
	text-decoration: none;
}
.border-select-small .sbOptions{
	background-color: #fff;
	border: solid 1px #ccc;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 60px;
	z-index: 1;
	overflow-y: auto;
}
.border-select-small .sbOptions a:link, .border-select-small .sbOptions a:visited{
	color: #353535;
	text-decoration: none;
}
.border-select-small .sbOptions a:hover,
.border-select-small .sbOptions a:focus,
.border-select-small .sbOptions a.sbFocus{
	color: #6e6e6e;
}


.border-select-big .sbHolder{
	background-color: #2d2d2d;
	border: solid 1px #515151;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height:28px;
	position: relative;
	width:250px;
}
.border-select-big .sbSelector{
	display: block;
	height:28px;
	left: 0;
	line-height:28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width:250px;
}

.border-select-big{ position:relative;}
.border-select-big .sbHolder{ background:none; border:1px solid #c5c5c5; }
.border-select-big .sbHolder .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#252525;
	outline: none;
	text-decoration: none;
}
.border-select-big .sbOptions{
	background-color: #fff;
	border: solid 1px #ccc;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 250px;
	z-index: 1;
	overflow-y: auto;
}
.border-select-big .sbOptions a:link, .border-select-big .sbOptions a:visited{
	color: #353535;
	text-decoration: none;
}
.border-select-big .sbOptions a:hover,
.border-select-big .sbOptions a:focus,
.border-select-big .sbOptions a.sbFocus{
	color: #6e6e6e;
}

.border-select-normal .sbHolder{
	background-color: #2d2d2d;
	border: solid 1px #515151;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height:28px;
	position: relative;
	width:150px;
}
.border-select-normal .sbSelector{
	display: block;
	height:28px;
	left: 0;
	line-height:28px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width:150px;
}

.border-select-normal{ position:relative;}
.border-select-normal .sbHolder{ background:none; border:1px solid #c5c5c5; }
.border-select-normal .sbHolder .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#252525;
	outline: none;
	text-decoration: none;
}
.border-select-normal .sbOptions{
	background-color: #fff;
	border: solid 1px #ccc;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 150px;
	z-index: 1;
	overflow-y: auto;
}
.border-select-normal .sbOptions a:link, .border-select-normal .sbOptions a:visited{
	color: #353535;
	text-decoration: none;
}
.border-select-normal .sbOptions a:hover,
.border-select-normal .sbOptions a:focus,
.border-select-normal .sbOptions a.sbFocus{
	color: #6e6e6e;
}


.border-select-reservation .sbHolder{
	background-color: #2d2d2d;
	border: solid 1px #fff !important;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height:25px;
	position: relative;
	width:120px;
	margin-top:0.6em;
}
.border-select-reservation .sbSelector{
	display: block;
	height:25px;
	left: 0;
	line-height:25px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width:120px;
	font-weight:bold;
}

.border-select-reservation{ position:relative; margin-left:0.2em;}
.border-select-reservation .sbHolder{ background:none; border:1px solid #c5c5c5; }
.border-select-reservation .sbHolder .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#252525;
	outline: none;
	text-decoration: none;
}
.border-select-reservation .sbOptions{
	background-color: #fff;
	border:1px solid #FFD800 !important;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 120px;
	z-index:2;
	overflow-y: auto;
}
.border-select-reservation .sbOptions a:link, .border-select-normal .sbOptions a:visited{
	color: #353535;
	text-decoration: none;
}
.border-select-reservation .sbOptions a:hover,
.border-select-reservation .sbOptions a:focus,
.border-select-reservation .sbOptions a.sbFocus{
	color: #6e6e6e;
}

.border-select-reservation .sbHolder .sbToggle{
	background: url(/assets//select-icons-white.png) 0 -118px no-repeat;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.border-select-reservation .sbHolder .sbToggle:hover{
	background: url(/assets/select-icons-white.png) 0 -167px no-repeat;
}
.border-select-reservation .sbHolder .sbToggleOpen{
	background: url(/assets/select-icons-white.png) 0 -20px no-repeat;
}
.border-select-reservation .sbToggleOpen:hover{
	background: url(/assets/select-icons-white.png) 0 -66px no-repeat;
}
.border-select-reservation .sbHolder .sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}


/*#rsvp_form{ padding:0em 5em 0em 5em;}*/
.form-part{ position:relative;}
.form-part:after{ clear:both; content:""; display:block;}
.form-part h1{ padding-top:1em; margin-top:0em !important;}

.form-vertical-list{ float:left; width:24em;  font-weight:bold; padding-bottom:1em; }
.form-vertical-list:after{clear:both; content:""; display:block;}
.form-vertical-list label{ display:block; font-size:12px; font-weight:bold; line-height:20px;}
.form-vertical-list input{ border:1px solid #c5c5c5; width:18em; padding:0.5em;}
.form-vertical-list input[type=text]{
	border:1px solid #c5c5c5; width:18em; padding:0.5em;
	-webkit-transition: 0.5s ease-in-out all;
	-moz-transition: 0.5s ease-in-out all;
	-ms-transition: 0.5s ease-in-out all;
	-o-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
	/*-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
	box-shadow: 0px 0px 2px #ccc;*/
	box-shadow:none;
	background:#fff;
}
.form-vertical-list input[type=text]:focus{
	border:1px solid #c5c5c5; width:18em; padding:0.5em;
	-moz-box-shadow: 0px 0px 2px #0097d8;
	-webkit-box-shadow: 0px 0px 2px #0097d8;
	box-shadow: 0px 0px 2px #0097d8;
	background:#fff;
}
.clr{ padding:0px; margin:0px; clear:both;}
.light-gray-bgpart{ background:#f5f5f5; padding:0.5em 0em 0.5em 1em;}
.form-vertical-small{ float:left; width:4em;  font-weight:bold; padding-bottom:1em; }
.form-vertical-small:after{clear:both; content:""; display:block;}
.form-vertical-small label{ display:block; font-size:12px; font-weight:bold; line-height:20px;}
.form-vertical-small input{ border:1px solid #c5c5c5; width:18em; padding:0.5em;}
.form-vertical-small input[type=text]{
	border:1px solid #c5c5c5; width:18em; padding:0.5em;
	-webkit-transition: 0.5s ease-in-out all;
	-moz-transition: 0.5s ease-in-out all;
	-ms-transition: 0.5s ease-in-out all;
	-o-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
	/*-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
	box-shadow: 0px 0px 2px #ccc;*/
	box-shadow:none;
	background:#fff;
}
.form-vertical-small input[type=text]:focus{
	border:1px solid #c5c5c5; width:18em; padding:0.5em;
	-moz-box-shadow: 0px 0px 2px #0097d8;
	-webkit-box-shadow: 0px 0px 2px #0097d8;
	box-shadow: 0px 0px 2px #0097d8;
}

.form-vertical-other{width:20em;  font-weight:bold; padding-bottom:1em; }
.form-vertical-other:after{clear:both; content:""; display:block;}
.form-vertical-other label{ display:block; font-size:12px; font-weight:bold; line-height:20px; color:#999;}
.form-vertical-other input{ border:1px solid #c5c5c5; width:18em; padding:0.5em;}
.form-vertical-other input[type=text]{
	border:1px solid #c5c5c5; width:18em; padding:0.5em;
	-webkit-transition: 0.5s ease-in-out all;
	-moz-transition: 0.5s ease-in-out all;
	-ms-transition: 0.5s ease-in-out all;
	-o-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
	/*-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
	box-shadow: 0px 0px 2px #ccc;*/
	box-shadow:none;
	background:#fff;
}
.form-vertical-other input[type=text]:focus{
	border:1px solid #c5c5c5; width:18em; padding:0.5em;
	-moz-box-shadow: 0px 0px 2px #0097d8;
	-webkit-box-shadow: 0px 0px 2px #0097d8;
	box-shadow: 0px 0px 2px #0097d8;
}
.form-vertical-other textarea{
	border:1px solid #c5c5c5; width:18em; padding:0.4em;
	-webkit-transition: 0.5s ease-in-out all;
	-moz-transition: 0.5s ease-in-out all;
	-ms-transition: 0.5s ease-in-out all;
	-o-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
	/*-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
	box-shadow: 0px 0px 2px #ccc;*/
	box-shadow:none;
	background:#fff;
}


.form-part .w-2em{width:2em !important;}
.form-part .w-3em{width:3em !important;}
.form-part .w-4em{width:4em !important;}
.form-part .w-5em{width:5em !important;}
.form-part .w-6em{width:6em !important;}
.form-part .w-7em{width:7em !important;}
.font-12{ font-size:12px;}

.pad-rht-2em{ padding-right:2em;}
.pad-rht-3em{ padding-right:3em;}
.pad-rht-4em{ padding-right:4em;}
.pad-rht-5em{ padding-right:5em;}
.pad-rht-6em{ padding-right:6em;}
.pad-rht-7em{ padding-right:7em;}
.pad-rht-8em{ padding-right:8em;}
.pad-rht-9em{ padding-right:9em;}

.left{ float:left;}

.billing-link a{ color:#0098da; font-size:28px; text-decoration:none;}
.billing-link a:hover{ color:#0098da;}

.billing-link input{color:#0098da; font-size:28px; text-decoration:none; border: 0 none;  box-shadow: none; background-color:none; font-weight:normal; font-family:Arial, Helvetica, sans-serif; background:url(images/arrow-big-button.gif) right center no-repeat !important; padding-right:1.3em !important; }
.billing-link input:hover{color:#26b6f4; font-size:28px; text-decoration:none;   border: 0 none;  box-shadow: none; background:none; font-weight:normal;}

.check-box-list{ padding:0em 0em 0.5em 0em; line-height:18px;}
.check-box-list input{ margin-right:0.5em;}
.check-box-other{ padding:0em 1em 0em 0em; line-height:18px; float:left;}
.check-box-other input{ margin-right:0.5em;}

.rht-side-form{}


.styled-select select {
   background: transparent;
   width: 268px;
   padding:5px;
   font-size:14px;
   font-family:Arial, Helvetica, sans-serif;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height:30px;
   border:1px solid rgb(114, 114, 114);
   box-shadow:none; 
   font-weight:bold;
   color:#686868;
   margin-bottom:3px;
   }
.claire-banner{ position:relative;}
.claire-banner:after{ clear:both; content:""; display:block}
.claire-txt{ position: relative; padding-top:19em; padding-bottom:5em; padding-left:6em;}
.reservation-part{ background:#ffd800; min-height:40px; position:relative; padding:0em 1em 0em 1em;}
.reservation-part h3{ margin:0px; line-height:38px;}
.claire-pic{ position:absolute; margin:0px;}
.claire-pic img{ width:100%;}
.yellow-bg-time{background:url(images/yellow-bg.png) left center repeat !important; padding:1em 5em 1em 3em; position: absolute; bottom:1.5em; right:0em;}
.border-first{border-left:1px solid #e0c010;}
.border-sec{border-left: 1px solid #FFE760; line-height: 13px; padding-left: 1em; margin-top: 0.3em;min-height: 35px;}
/*.border-space{ padding-top:0.3em; padding-bottom:0.1em;}*/
.reservation-part .border-select-normal{ padding:0.7em 0em 0em 0em;}

.get-start-link a {
	color:#000 !important;
	font-weight:normal !important;
	font-size:20px;
}
.get-start-link a:hover {
	color:#693300 !important;
}

.get-start-link {
	padding:0.4em 0em 0.4em 0em;
}
.get-start-link a b {
	font-size:20px;
	font-weight: bold;
}
.gray-bg-part{background:#efefef !important; padding:1em 2em 1em 4em;}
.gray-bg-part:after{ display:block; clear:both; content:"";}

.red-bg-color{ background:#c51230; position:relative; padding:1em 1em 1em 2em;  color:#fff; }
.red-bg-color h2{  color: #FFFFFF;    font-size: 26px;    font-weight: normal; margin-bottom:0.4em;}
.red-bg-color:after{display:block; content:""; clear:both; }


.dark-gray-bg-part{background:#c2c2c2 !important; padding:1em 2em 1em 2em;}
.dark-gray-bg-part:after{ display:block; clear:both; content:"";}
.dark-gray-bg-part h2{color:#fff;}
.white-txt{ color:#fff;}



.blue-bg-color{ background:#0097d8; position:relative; padding:1em 1em 1em 2em;  color:#fff; }
.blue-bg-color h2{  color: #FFFFFF;    font-size: 26px;    font-weight: normal; margin-bottom:0em;}
.blue-bg-color:after{display:block; content:""; clear:both; }


.view-more-link{ text-align:right; padding-bottom:0.5em;}
.view-more-link a{ color:#fff;}
.view-more-link a:hover{ color:#fff; text-decoration:underline;}
.past-list{font-size: 14px; line-height: 20px; padding: 0.5em;}
.past-list a{ color:#fff;}
.past-list a:hover{ color:#fff; text-decoration:underline;}
.past-list img{ padding-right:0.5em;}
.past-list:after{display:block; content:""; clear:both; }
.past-list .grid{height:55px}
.nav-exhibition{padding-top: 2.5em;    position: relative;    text-align: right;}
.nav-exhibition.none-pad{padding-top:0.3em; padding-bottom:0.3em;    position: relative;    text-align: right;padding-right: 20px;}
.nav-exhibition span{ border:1px solid #fff; padding:0.2em 1em 0.2em 1em;}
.nav-exhibition a{ color:#fff;}
.nav-exhibition a:hover{ color:#ccc;}

.nav-results{padding-top: 4em;    position: relative;    text-align: right; color:#fff;}
.nav-results.none-pad{padding-top:0.3em; padding-bottom:0.3em;    position: relative;    text-align: right;padding-right: 20px;}
.nav-results span{ border:1px solid #fff; padding:0.2em 1em 0.2em 1em;}
.nav-results a{ color:#fff;}
.nav-results a:hover{ color:#ccc;}


.button-style{ padding-left:0.8em;}
.button-style input{ background:#09F;}
.content-pad-space{ padding:1em 4.2em 0em 4.2em;}
.content-pad-space h2{ font-weight:normal;}
/*tab-menu*/
.tabbable{ position:relative;}
.tab-content {
overflow: auto;
border-left: 1px rgb(204, 203, 203) solid;
border-right: 1px rgb(204, 203, 203) solid;
border-bottom: 1px rgb(204, 203, 203) solid;
}
.nav {
margin-bottom: 0px;
margin-left: 0;
list-style: none;
}
.tab-content > .active, .pill-content > .active {
display: block;
margin: 20px;
}
ul.nav-tabs{ border:1px solid #d1d1d1;}
ul.nav-tabs li a{font-size:24px; padding:0 0.82em 0 0.83em; color:#bababa; border-right:1px solid #d1d1d1; line-height:68px; margin:0em !important; border-radius:0em !important; border-bottom:1px solid #d1d1d1; background:#F5F5F5 !important;}
ul.nav-tabs li a:hover{ background:transparent !important; border-right:1px solid #d1d1d1;  border-bottom:1px solid #d1d1d1; background:#F5F5F5 !important; }
ul.nav-tabs li.active a{ background:#0097d8 url(images/tab-top-arrow.png) center 55px no-repeat !important; color:#fff !important; border-color:transparent !important; border-radius:0px; border-right:1px solid #d1d1d1; padding:0em 0.86em 0em 0.86em;}
#my_calendar_mini_widget-4  div.widget-title{display:none}

/*form*/

#snsf-form th {
    font-size: 24px !important; 
    margin: 0 !important; 
    padding-left: 0 !important; 
    text-align: left;
	 padding-top:1em !important; 
	  padding-bottom:1em !important; 
}

#snsf-form input[type="text"]{ font-family:Arial, Helvetica, sans-serif !important;}

#snsf-form input#snsf-submit-button {
    font-family: arial;
    font-size: 16px !important;
    text-transform: uppercase;
}

.btn-blue-color{ position:relative;}
.btn-blue-color button, a.button{ background:#0097d8 !important; border:0px; background-image:none !important; border-radius:0px !important; box-shadow:none;}
.btn-blue-color button:hover, a.button{background:#35b4eb !important; border:0px;  background-image:none !important;}
.grid-bg{ padding:0em 3em 0em 4em; background:url(images/grid-bg-slide.gif) left center repeat !important;}
.rate-list{ position:relative; padding-left:2em;}
.rate-list th{ border:0px; font-size:15px;}
.rate-list th.title-color{ color: #C4BC7B;
    font-family: arial;
    font-size: 27px;
    font-weight: normal;
	line-height:1em;
    padding: 0;}
.rate-list td{ font-weight:normal;}
.italic-txt{font-style:italic; font-weight:normal; font-size:12px; color:#999999;}
.border-line-vertical{ border-right:1px solid #b7b7b7; margin-right:3em;}
.line-space-pad{padding-left:4em;}


#snsf-wrapper th {border:0px!important}
#copy_url{width: 190px;border: 1px #000 solid;float: left;height: 32px;margin-right: 6px;background:#fff!important;}
.social-icon-list{ padding:0.5em 0em 1em 0em;}
.social-icon-list span{ padding-right:0.6em;}

.space-distance{ padding:0em 2em 4em 2em;}
h2.brown-title{color:#693300; font-size:28px; text-align:left;}
.brown-color-txt{color:#693300;}






div.plan-an-event .sbHolder{
	background-color: #2d2d2d;
	border: solid 1px #fff !important;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height:25px;
	position: relative;
	width: 170px;
	margin-top:0.6em;
}
div.plan-an-event .sbSelector{
	display: block;
	height:25px;
	left: 0;
	line-height:25px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
	font-weight:bold;
}

div.plan-an-event{ position:relative; margin-left:0.2em;}
div.plan-an-event .sbHolder{ background:none; border:1px solid #c5c5c5; }
div.plan-an-event .sbHolder .sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#252525;
	outline: none;
	text-decoration: none;
}
div.plan-an-event .sbOptions{
	background-color: #fff;
	border:1px solid #FFD800 !important;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 170px;
	z-index:2;
	overflow-y: auto;
}
div.plan-an-event .sbOptions a:link, .border-select-normal .sbOptions a:visited{
	color: #353535;
	text-decoration: none;
}
div.plan-an-event .sbOptions a:hover,
div.plan-an-event .sbOptions a:focus,
div.plan-an-event .sbOptions a.sbFocus{
	color: #6e6e6e;
}

div.plan-an-event .sbHolder .sbToggle{
	background: url(/assets/select-icons-white.png) 0 -118px no-repeat;
	display: block;
	height: 25px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
div.plan-an-event .sbHolder .sbToggle:hover{
	background: url(/assets/select-icons-white.png) 0 -167px no-repeat;
}
div.plan-an-event .sbHolder .sbToggleOpen{
	background: url(/assets/select-icons-white.png) 0 -20px no-repeat;
}
div.plan-an-event .sbToggleOpen:hover{
	background: url(/assets/select-icons-white.png) 0 -66px no-repeat;
}
div.plan-an-event .sbHolder .sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}

#volunteer_form input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C5C5C5;
    box-shadow: none;
    width: 60%;
}
#volunteer_form #submit-button {
    background: url("newsletter-submit-btn.png") no-repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    box-shadow: none;
    height: 30px;
    padding-left: 0;
    width: 95px;
}
#volunteer_form label {
display: block;
font-weight: 700;
margin-top: .5em;
}

#volunteer_form textarea{
    border: 1px solid #c5c5c5;
width: 18em;
padding: 0.4em;
-webkit-transition: 0.5s ease-in-out all;
-moz-transition: 0.5s ease-in-out all;
-ms-transition: 0.5s ease-in-out all;
-o-transition: 0.5s ease-in-out all;
transition: 0.5s ease-in-out all;
box-shadow: none;
background: #fff;
}

#slider_non_ajax #event_header {
background: #272526;
color: #fff;
position: relative;
height: 40px;

}
#slider_non_ajax #event_header #event_back_button {
color: #C61330;
float: left;
padding: 0em 0.4em 0em 0.4em;
font-family: Arial;
font-size: 35px;
font-weight: normal;
line-height: 40px;
border-right: 1px solid #414141;
}
#slider_non_ajax #event_header #event_header_separator {
border-left: 1px solid #000000;
float: left;
line-height: 40px;
 }
     #share a {
text-indent:-9999px;
display: block;
border:0; padding:0; margin:10px auto;
width: 152px; height: 32px;
background:url(https://www.hyperarts.com/facebook/static-fbml-bible/_img/share-btn.png) top left no-repeat;
overflow: hidden;
text-decoration:none !important;
}
/*RSVP Event*/
/*#event-info {padding: 0em 5em 0em 5em;}*/
#event-info div.mc-main{background: transparent;height: auto;}
#event-info h2 {display:none;}
#event-info .mc-main .sub-details {margin-left: 0em;}
.post-entry #event-info {border-bottom: 1px solid #DDDDDD !important;}
#event-info h3 {font-weight: bold;color: black;font-size: 1em!important;}
#event-info p {color:#000!important;}


/* DatePicker Container */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

/*!
 * jQuery UI Dialog 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-front {
z-index: 1200!important;
}
div#share_desc p{margin-top:0em!important}
#availability_table{ border-collapse:collapse;}
#availability_table td{ border:1px solid #DDDDDD !important; border-collapse:collapse; text-align: center;}
#availability_table thead th{text-align:center;}
#past_listings .event-listing .alignleft {
    	margin-bottom: 0px;
}
#searchform_advanced div {margin-bottom:0em}
#event_next_previous{display:block!important}
.header-menu-top ul.menu li#menu-item-62 ul.sub-menu li#menu-item-747,
.header-menu-top ul.menu li#menu-item-62 ul.sub-menu li#menu-item-748,
.header-menu-top ul.menu li#menu-item-62 ul.sub-menu li#menu-item-749,
.header-menu-top ul.menu li#menu-item-62 ul.sub-menu li#menu-item-754{ width:40%; padding-left: 15px;}
#text-16 div.textwidget div.red-bg-color{height:355px}
#text-10 div.textwidget div.blue-bg-color{height:355px}
#text-10 div.textwidget div.blue-bg-color div.nav-exhibition{padding-top: 0em;}
#text-10 div.textwidget div.red-bg-color div.nav-exhibition{padding-top: 0em;}

a, img {outline:none;}
map{display:none;}

#tour_form ul {list-style: none;}
#tour_form ul li label{font-weight:normal}
#tour_form .form-vertical-list p {font-weight:normal;}
#tour_form .form-vertical-list{width: 35em;padding-right: 10px;}

#tour_form .form-vertical-list input {
    border: 1px solid #c5c5c5;
    width: auto;
    padding: 0.5em;
    margin-right: 6px;
}

h2.slide-title{
	display:none;
}

/* Graybox */
.graybox1 {
background: #eee;
padding: 15px 20px;
margin-bottom: 20px;
color: #666666;
min-height:95px;
}
.graybox350 {
background: #eee;
padding: 15px 20px;
margin-bottom: 20px;
color: #666666;
min-height: 350px;
}
.graybox1 h3, .graybox350 h3 {
color: #0097d8;
font-size: 1.4em;
margin:0 2px 2px 2px;
}

.graybox1 img, .graybox350 img {
	border: 2px solid #fff;
}

select.membership {
width: 200px;
background: white;
padding: 5px;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
line-height: 1;
border: 0;
border-radius: 0;
height: 30px;
border: 1px solid #bbb;
box-shadow: none;
color: #666;
margin-bottom: 3px;
}

button.join {
clear: both;
background: #999999;
color: #fff;
text-transform: uppercase;
}

.membership_form {
	float: right;
	margin: 0 0 0 15px;
	text-align:right;
}

/* Bags And Baubles */

select.ticket {
width: 200px;
background: white;
padding: 5px;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
line-height: 1;
border: 0;
border-radius: 0;
height: 30px;
border: 1px solid #bbb;
box-shadow: none;
color: #666;
margin-bottom: 3px;
margin-right: 15px;
float: left;
}

button.gettickets {
clear: both;
background: #999999;
color: #fff;
text-transform: uppercase;
}

.tickets_form {
	margin: 0 0 0 15px;
}

.bigoswald {
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-size: 2.4em;
color: #333;
margin-top: 2px;
}
.sponsorbox {
background:#fff;
margin: 0;
padding: 0;
margin-bottom:	10px;
font-family:'Open Sans', Arial, sans-serif;
    font-size: 1.3em;
    line-height: 1.45em;
    float: left;
}
.sponsorbox ul{
margin-left:5px;
}
.sponsorlevelbox {
    clear:both;    
    width: 157px;
    float: left;
    margin-right: 5px;
    text-align: center;
}
.platinum {
background: #fff url(https://lbma.org/assets/events/bagsbaubles/2014/sponsor_box_background_platinum_diamond.jpg) top left repeat-y;
min-height: 35px;
padding: 23px 0 5px 70px;
color: #fff;
margin:0;
}
.gold {
background: #fff url(https://lbma.org/assets/events/bagsbaubles/2014/sponsor_box_background_gold.jpg) top left repeat-y;
min-height: 35px;
padding: 23px 0 5px 70px;
color: #fff;
margin:0;
}
.silver {
background: #fff url(https://lbma.org/assets/events/bagsbaubles/2014/sponsor_box_background_silver.jpg) top left repeat-y;
min-height: 35px;
padding: 23px 0 5px 70px;
color: #fff;
margin:0;
}
.ruby {
background: #fff url(https://lbma.org/assets/events/bagsbaubles/2014/sponsor_box_background_ruby.jpg) top left repeat-y;
min-height: 35px;
padding: 23px 0 5px 70px;
color: #fff;
margin:0;
}
/* End Bags and Baubles */

.dividerbox {
clear: both;
border-top: 1px dotted #ccc;
padding-top: 20px;
margin-left: 100px;
}

/* Claire's Menu */
table.menutable tbody tr td{
border: 1px dotted #ccc !important;	
}

.ui-widget-content a{
color:#0099cc;
text-decoration:underline;
}


/*Blog Styles - In the News / Press Releases */

body.category-10 img.wp-post-image, body.category-10 img.attachment-full, body.category-10 img.attachment-large, body.category-10 img.attachment-medium, body.category-10 img.attachment-thumbnail, body.category-12 img.wp-post-image, body.category-12 img.attachment-full, body.category-12 img.attachment-large, body.category-12 img.attachment-medium, body.category-12 img.attachment-thumbnail {
float: left;
margin: 0 20px 10px 0;
max-width: 160px;
/*min-height: 107px;*/
}

body.archive .post-entry, body.category-10 .post-entry, body.category-12 .post-entry, body.single-format-standard .post-entry {
color: #333;
font-size: 14px;
line-height: 21px;
border-bottom: 1px solid #e2decc;
    margin-bottom: 15px;
}

body.archive .post-title, body.category-10 .post-title, body.category-12 .post-title, body.single-format-standard .post-title {
font-size: 21px;
    line-height: 26px;
    margin:0;
    border-bottom: 0;
}

body.single-format-standard .post-title {
font-size: 21px;
line-height: 26px;
margin: 0;
border-bottom:0;
}
body.single h1.post-title {
    margin-top: 40px;
margin-bottom: 15px;
}

h1.pressroom_title, h1.inthenews_title {
    color: #3F362E;
    border-bottom: 0;
    padding: 0 0 25px 0;
    /*width: 600px;*/
}

body.category h1.post-title a {
    text-decoration: none;
}
p.timestamp {
font-size: 11px;
font-style: italic;
margin: 5px 0 0 0;
}

body.single-format-standard img.wp-post-image {
float: right;
max-width: 300px;
margin: 4px 0 15px 20px;
padding:0;
}

body.single-format-standard #widgets .textwidget, body.category #widgets .textwidget,  body.archive #widgets .textwidget {
color: #999999;
line-height: 18px;
font-size: 14px;
border-bottom: 0px solid #eee;
}

.widget-title, .widget-title-home h3 {
display: block;
font-size: 16px;
color: #666;
font-weight: 700;
/* line-height: 21px; */
margin: 0;
padding: 0 0 3px 0;
border-bottom: 0;
text-align: left;
}
.widget-wrapper {
margin-bottom: 20px;
}

.col-300 {
	width: 30.914893617021%; !important;
}
.col-333 {
	width:30.404% !important;
}

.fit{
margin-right:20px; !important;
}

#widgets{
padding-right:20px;
}

.leftthumbnail {
	float:left;
	max-width:160px;
}

.rightcopy{
	float:left;
	/*max-width:455px;*/
        width:75%;
	padding: 0px 15px 50px 28px;
line-height:1.5em;
}

/*Claires Sidebar Menu*/

ul#menu-claires-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-claires-menu li a {
    color: #3F362E;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    text-decoration:none;
    border-top: 2px solid #E2DECC;
    display: block;
    padding: 5px;
}
#menu-claires-menu li a:hover {
    color: #0097D8;
}
ul#menu-claires-menu ul.sub-menu {
    list-style: none;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
}
ul#menu-claires-menu ul.sub-menu li a {
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    padding: 0 0 0 10px;
    text-decoration: none;
border-top:0;
}
li#menu-item-3411 a {
    background: url(/assets/claires-logo200px.png) no-repeat;
    width: 200px;
    min-height: 125px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin-bottom: 20px;
}

/*Exhibitions Sidebar Menu*/
.menu-exhibitions-sidebar-container {
    margin-top: 45px;
}
ul#menu-exhibitions-sidebar {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-exhibitions-sidebar li a {
    color: #3F362E;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: none;
    border-top: 2px solid #E2DECC;
    display: block;
    padding: 5px;
}
#menu-exhibitions-sidebar li a:hover {
    color: #0097D8;
}
ul#menu-exhibitions-sidebar ul.sub-menu {
    list-style: none;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
}
ul#menu-exhibitions-sidebar ul.sub-menu li a {
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    padding: 0 0 0 10px;
    text-decoration: none;
    border-top: 0;
}

/*Education Sidebar Menu*/
.menu-education-sidebar-container {
    margin-top: 45px;
}
ul#menu-education-sidebar {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-education-sidebar li a {
    color: #3F362E;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: none;
    border-top: 2px solid #E2DECC;
    display: block;
    padding: 5px;
}
#menu-education-sidebar li a:hover {
    color: #0097D8;
}
ul#menu-education-sidebar ul.sub-menu {
    list-style: none;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
}
ul#menu-education-sidebar ul.sub-menu li a {
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    padding: 0 0 0 10px;
    text-decoration: none;
    border-top: 0;
}

/*Fundraising Events Sidebar Menu*/
.menu-fundraising-events-sidebar-container {
    margin-top: 45px;
}
ul#menu-fundraising-events-sidebar {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-fundraising-events-sidebar li a {
    color: #3F362E;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: none;
    border-top: 2px solid #E2DECC;
    display: block;
    padding: 5px;
}
#menu-fundraising-events-sidebar li a:hover {
    color: #0097D8;
}
ul#menu-fundraising-events-sidebar ul.sub-menu {
    list-style: none;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
}
ul#menu-fundraising-events-sidebar ul.sub-menu li a {
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    padding: 0 0 0 10px;
    text-decoration: none;
    border-top: 0;
}

/*HIDE TOP BORDER ON THESE MENU ITEMS*/
li#menu-item-3394 a, li#menu-item-3411 a, li#menu-item-3684 a, li#menu-item-3692 a, li#menu-item-3785 a { 
    border-top: 0;
}


/*Shop*/
.bluebutton {
height:50px;
margin: 15px 0 15px 0;
}
.bluebutton a {
background: #0097D8;
/* max-width: 200px; */
text-align: center;
padding: 10px;
font-size: 1.5em;
color: #fff;
border-radius: 5px;
}
.bluebutton a:hover {
background:#C41230;
}

.testimonial {
    background: #fff url(/assets/quote-top.png) no-repeat top center;
    border: 0;
    padding: 50px 20px 20px 20px;
    font-size: 1.3em;
    line-height: 1.5em;
    font-style: normal;
    min-height: 70px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}

/* Calendar */
#todays-events, #todays-events li, #upcoming-events, #upcoming-events li, #exhibit-rightnav, #exhibit-rightnav li  {
display:block;
clear:both;
}
#exhibit-rightnav {
border-bottom: #ccc 1px solid;
margin-right: 0;
border-top: #ccc 1px solid;
max-width: 180px;
margin: auto;
}

#exhibit-rightnav li{
	padding:10px;
	margin-left:-2.0em;
}

#exhibit-rightnav li a{
	color:#666;
}

/*.exhibit-rightcol{
    background-color: #eee;
}*/


#right-sidebar-widgets {
    padding: 10px 0 20px 30px;
    max-width: 200px;
    float: left;
}

/* KD November */
caption.my-calendar-month, .mc-main.list .my-calendar-month {
border:0;
font-size:1.7em;
font-weight:400;
color: #333;
}

.mc-main caption, .mc-main .my-calendar-date-switcher, .mc-main .category-key, .mc-main .calendar-event .details, .mc-main .calendar-events, .mc-main.list .my-calendar-month {
background:#fff;
}

.mc-main.list .my-calendar-month {
text-align: center;
}

.mc-main .my-calendar-date-switcher {
position: absolute;
bottom: -1.5em;
right: 0;
}

.mc-main .my-calendar-date-switcher .button {font-size: .9em;}
.mc-main caption, .mc-main .my-calendar-date-switcher, .mc-main .my-calendar-nav li a:hover, .mc-main .category-key {
border: 1px solid #fff; 
}

.mc-main .weekend .mc-date{
background:#FFD800; 
color: #000; 
}

.mc-main th abbr {border-bottom: none;}
.mc-main h3, .mc-main h3 a { 
/*font-size: 12px!important;*/
font-family: Arial, Verdana, sans-serif;
font-weight: 700;
margin: 3px 0 6px 0; 
padding: 0;
width: 100%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
clear: none;
line-height: 1;
text-transform: none;
letter-spacing: 100%;
}

.mc-main h3{
/*text-align:center;
font-size: 1.5em;
font-weight:bold;*/
margin-top:40px;
}
.mc-main .event-title a {
display: block;
line-height: 1.2em;
padding: 2px;
margin-top: 0;
font-size: 1.1em;
}

.mc-main caption, .mc-main .my-calendar-date-switcher, .mc-main .my-calendar-nav li a:hover, .mc-main .category-key {
border: 1px solid #fff;  
}

.mc-main table, .mc-main.calendar {
width: 100% !important;
line-height: 1.2;
border-collapse: collapse;
padding-top: 0;
}

.mc-format {
position: absolute;
top: 1em;
}

.mc-print {
top: 1em;
left: 7em;
position: absolute;
}

.mc-main .my-calendar-header a {
color: #333;
text-decoration: none;
background: #eee;
border-radius:3px;
}
.mc-main .mc_bottomnav a {
background:#fff;
border-radius:3px;
}

.mc-main .my-calendar-header a:hover, .mc-main .mc_bottomnav a:hover {
background:#0097D8;
text-decoration: none;
color:#fff;
}

.mc-main .my-calendar-header {
position: relative;
height: 3em;
z-index: 1;
width: 100%;
}

.mc-main th {
text-align: center;
text-transform: uppercase;
padding: 1em 0;
background: #333;
color: #fff !important;
}
.mc-time {
position: absolute;
bottom: -1.5em;
font-size: 1.2em;
}
.mc-export {
position: absolute;
bottom: -3.8em;
}
td.current-day {
background: #daf3fe;
}
.mc-export ul li.ics {
display: none;
}
.hfeed h1 {
font-size: 3.2em; 
margin-bottom: 10px;
}

.single-event .event-title {
padding: .5em 0;
font-size: 1.7em;
text-transform: initial;
color: #333;
}

img.attachment-post-thumbnail.wp-post-image {
max-width: 400px;
float:left;
margin-right: 20px;
margin-top: 0;
margin-bottom: 10px;
}

/*span.mc_db, span.mc_de {
font-size: 1.2em;
padding: 0;
margin: 0;
}*/

p.daterange {
font-size: 1.2em;
padding: 0;
margin: 0;
}

.home ul#upcoming-events .mc_db, .home ul#upcoming-events .mc_de, .home ul#upcoming-events li.future-event {
/*font-size: 11px;*/
}

.home ul#upcoming-events li.future-event a {
/*font-size: 13px;*/
line-height: .9em;
}

.mc-main .list-event .details img {
width: auto;
max-width: 150px;
}

span.mc-active {
color: #0097D8;
font-weight: bold;
}

#todays-events, #todays-events li, #upcoming-events, #upcoming-events li {
display: block;
clear: both;
margin: 0;
padding: 0;
}

.widget_my_calendar_upcoming_widget h3 {
text-align: center;
margin-top: 5px;
}
.widget_my_calendar_upcoming_widget h3 a {
color:#333;
font-size: 1.3em;
}
.widget_my_calendar_upcoming_widget h3 a:hover {
color:#0097D8;
}
#upcoming-events li a {
    /*font-size: 1.133333em;*/
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
}
#upcoming-events li a:hover {
text-decoration: underline;
color:#3f362e;
}
#upcoming-events li {
    /*font-size: 0.9833333333333333em;*/
    line-height: 1.1346666666666667em;
    margin-bottom: 0.6833333333333333em;
}

span.home-calendar-date {
    font-size: 0.8833333333333333em;
}

li.mc_exhibition .home-calendar-linktitle {
    font-style: italic;
}

p.view-all-home {
    margin: .15em 0 .15em 0;
}
p.view-all-home a {

}

.mcat_museum-closed-for-private-event .mc_exhibition, .mcat_museum-closed-for-private-event .mc_education-event{
display:none;
}

.mc-main .mc_free-admission .event-title, .mc-main .mc_museum-closed .event-title, .mc-main .mc_museum-closed-for-private-event .event-title {
background:none !important;
color:#333 !important;
}

/*Slider Pro*/
.glossy-curved-rounded-gray .slide-arrows a.previous {
left: -24px;
}

.glossy-curved-rounded-gray .slide-arrows a.next {
right: -25px;
background-position: -53px 0;
}

ul#upcoming-events h2.post-title, ul#todays-events h2.post-title  {
text-transform: initial;
margin-top: 0.5em;
}

.mc-main .details img.alignright {
width: auto;
float: right;
margin: 0 0 .5em 1em;
}

.details .addthis_sharing_toolbox {
float: right;
margin-top: -20px;
font-family: 'Open Sans', Arial, sans-serif;
font-size: .9em;
}

.no-banner-content{
margin-top: 60px;
}

.calendar-sidebar-content{
margin-top: 60px;
}

.mc-main .details img {
width: auto;
height: auto;
}

.pagebanner {
    border-top: 0;
    border-bottom:0;
    background-image: url("/assets/icons/banner-bkg-tile.jpg");
    background-position:center;
}

.pagebanner .textwidget {
    margin: 0 auto;
    width: auto;
    padding: 10px;
    text-align: center;
    max-height: 425px;
}

.pagebanner img {
    background: rgba(58, 45, 35, 0.5);
    margin: 0;
    padding: 12px;
}

td.mcat_museum-closed .vevent{
	display:none;
}

td.mcat_museum-closed .mc_museum-closed{
	display:block;
}

.mc_exhibition h3, .mc_exhibition h2, .evcat3 a {
	font-style: italic;
}

/* KD Slider Pro 12/14*/
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
content: '';
position: absolute;
width: 50%;
height: 50%;
background-color: #666;
}

/*KD EDITS NOV2015*/
.sp-slides-container {
    position: relative;
    background: rgba(58, 45, 35, 0.5);
    padding: 12px;
    width: 100%;
    margin: 0;
}

#cc_form_1 {
clear:none;
}

.columnright-50 {
    float: left;
    width: 45%;
    padding: 20px;
}
.columnleft-50 {
    float: left;
    width: 45%;
    padding: 20px;
}

.highlightbox .alignnone, .highlightbox50 .alignnone {
    margin: 0;
}
.highlightbox {
    width: 33.325%;
    float: left;
    padding: 0;
    margin: 5px 0;
}
.highlightbox50 {
    width: 49%;
    float: left;
    padding: 0;
    margin: 5px 0;
}
.highlightbox h2{
    margin: 0;
}
.highlightbox50 h2 { 
 margin: 0;
     }
.highlightbox h2 a, .highlightbox50 h2 a {
    background: #3F362E;
    display: block;
    margin: 0 0.22em;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
    /*font-size: 1.4666666666666666em;*/
    font-size:22px;
    border-bottom: 3px solid #000;
    text-decoration:none;
}
.highlightbox h2 a:hover, .highlightbox50 h2 a:hover {
    color: #fff;
    background: #0097D8;
    border-bottom: 3px solid #C4BC7B;
}
.highlightbox_content, .highlightbox50_content  {
    border: 2px solid #E2DECC;
    border-top: 0;
    padding: 10px;
    margin: 0 0.33em;
    min-height: 190px;
}
.home_middle_box {
    min-height: 270px;
}

/*Claires Homepage box*/

.home_claires_box {
   background:#E0EAF5 url(/assets/claires-home-ad2015-bkg-hover.jpg) no-repeat bottom center;
background-size:120%;
}
.home_claires_logo {
 background: url(/wp-content/uploads/Claires-Logo1-darkbrown-135px.png) no-repeat bottom right;
}

/*2016 Homepage*/
body.home h1 {
display:none;
}
.home_topleft_container {
    width: 33.5%;
    float: left;
    padding: 0;
    margin: 0;
}
.home_topcenter_container {
    width: 33%;
    float: left;
    padding: 0;
    margin: 0;
}
.home_calendar_feed {
    width: 33.5%;
    float: left;
    padding: 0;
    margin: 0;
}
.home_topleft_content {
    padding: 5px 15px;
    background: #FFFF99;
/*background:#fff;*/
min-height:315px;
margin: 0.33em;
}
.home_topleft_content h2 {
    font-size: 1.4666666666666666em;
    border-bottom: 1px solid #fed803;
/*border-bottom: 1px solid #e2decc;*/
    padding-bottom: 5px;
margin: 5px 0;
}
.home_topleft_content ul {
    margin-left: 0;
    padding-left: 20px;
}
.home_topcenter_content {
padding: 5px 15px;    
margin: 0.33em;
background:#E0EAF5 url(/assets/claires-home-ad2015-bkg-hover.jpg) no-repeat bottom center;
background-size:120%;
min-height:315px;
}
.home_topcenter_content h2{
   font-size: 1.4666666666666666em;
border-bottom:1px solid #a1c5ce;
padding-bottom: 5px;
margin: 5px 0;
}
.home_calendar_feed_content {
    padding: 5px 15px;
    background: #CCEAF7;
/*background:#fff;*/
min-height:315px;
margin: 0.33em;
}
.home_calendar_feed_content h2 {
    font-size: 1.4666666666666666em;
   border-bottom: 1px solid #a1c5ce;
/* border-bottom: 1px solid #e2decc;*/
    padding-bottom: 5px;
margin: 5px 0;
}
.home_middleleft_container .alignnone, .home_middleright_container .alignnone {
    margin: 0;
}
.home_middleleft_container {
    clear:both;
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
}
.home_middleleft_content {
    border: 2px solid #E2DECC;
    border-top: 0;
    padding: 10px;
    margin:0 0.33em;
}
.home_middleright_container {
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
}
.home_middleright_content {
    border: 2px solid #E2DECC;
    border-top: 0;
    padding: 10px;
    margin:0 0.33em;
}
.home_middleleft_container h2, .home_middleright_container h2 {
    margin:0;
}
.home_middleleft_container h2 a, .home_middleright_container h2 a {
    background: #3F362E;
    display: block;
    margin:0 0.22em;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
    /*font-size:1.4666666666666666em;*/
    font-size:22px;
    border-bottom: 3px solid #000;
    text-decoration:none;
}
.home_middleleft_container h2 a:hover, .home_middleright_container h2 a:hover {
    color: #fff;
    background: #0097D8;
border-bottom: 3px solid #C4BC7B;
}

/*MOBILE LAYOUT*/

@media screen and (max-width:1024px) {
.rightcopy{
        width:70%;
}
}

@media screen and (max-width: 960px) {
.highlightbox, .highlightbox50 {
    width: 100%;
margin:5px 0;
}
.home_topleft_container {
    width: 100%;
}
.home_topcenter_container {
    width: 100%;
}
.home_calendar_feed {
    width: 100%;
}
.home_middleleft_container {
    clear:both;
    width: 100%;
}
.home_middleright_container {
    width: 100%;
}
.home_middleleft_container img.alignnone, .home_middleright_container img.alignnone {
    margin: 0;
    width: 100%;
}
.image-mobile-center {
    text-align: center;
}
img.alignright, a img.alignright, img.alignleft, a img.alignleft img.alignnone, a img.alignnone {
    clear: both;
    float: none;
    margin: auto 0;
    text-align: center;
}
img.image50-mobile.alignleft, img.image50-mobile.alignright, img.image50-mobile.alignnone {
    width: 100%;
    margin: 10px 0;
}
.content-column-50 {
    width: 100%;
    margin: 10px 0;
}

}

@media screen and (max-width: 800px) {
/* .pagebanner {
display:none;
}*/

#right-sidebar-widgets {
padding: 0;
max-width: 100%;
float: left;
}
.col-220 {
width:100%;
}
#menu-exhibitions-sidebar li, #menu-education-sidebar li, #menu-fundraising-events-sidebar li, #menu-claires-menu li {
border-top: 2px solid #fff;
background: #E2DECC;
}
ul#menu-exhibitions-sidebar ul.sub-menu li a, #menu-education-sidebar ul.sub-menu li a , #menu-fundraising-events-sidebar ul.sub-menu li a, #menu-claires-menu ul.sub-menu li a{
background: #fff;
}
ul#menu-exhibitions-sidebar.menu-widget, ul#menu-education-sidebar.menu-widget, #menu-fundraising-events-sidebar.menu-widget, #menu-claires-menu.menu-widget {
border: 1px solid #E2DECC;
}
#menu-exhibitions-sidebar li:first-child, #menu-education-sidebar li:first-child, #menu-fundraising-events-sidebar li:first-child, #menu-claires-menu li:first-child {
border-top:0;
}
li#menu-item-3411 { /*Claires sidebar menu logo hide bkg*/
background: #fff;
}
.rightcopy {
width:100%;
padding:0;
margin-bottom: 30px
}
.leftthumbnail {
float:none;
width:100%;
max-width:100%;
}
.leftthumbnail img {
    width: 100%;
}
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 650px) {
/* div.sp-slides-container {
   display:none;
} */
}

@media screen and (max-width: 320px) {

}