html {
	margin-bottom: 1px;
	height: 100%!important;		
}

body {
	color:#000;
	font:16px/26px 'Open Sans',sans-serif;
	margin:0;
	padding:100px 0 0 0;
	min-height:101%;
	background-color:#efefef;
}

.container-fluid .col-md-12 {
	padding:0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }
}

#page {
	margin:0 auto;
}

@media screen and (max-width: 768px) {	
	#page {
		margin:0 auto;
	}
}

#page .container {
	background:transparent;
}

#header {
	padding:30px 30px 15px 30px;
}

@media screen and (max-width: 992px) {
	#header {
		padding:15px;
	}
}

#header h1 {
	margin:0;
	font-size:36px;
}

#header h1 a {
	color:#000;
	text-decoration:none;
}

#header h1 a span {
	color:#990000;
}

#header h2 {
	
}

#language {

}

@media screen and (max-width: 992px) {	
	.navbar-right {
		text-align:right;
	}
}

#language .form-group {
	margin-bottom:0;
}

#language .form-control  {
	margin:auto;
}

#language a ,#language span{

}

#language .form-control {
	width:auto;
}

#logo {
	text-align:center;
	margin-top:30px;
	margin-bottom:15px;
}

.nav {
	margin-left:0;
}

#navigation {
	padding-top:5px;
	padding-bottom:5px;
	background:#fff;
}

.navbar {
	min-height:1em;
	background-color:#fff;
	border:none;
	border-radius:0;
	margin-left:0;
	margin-bottom:0;
}

.navbar .container {
	padding-left:0;
	padding-right:0;
}

@media screen and (max-width: 768px) {	
	.navbar .container {
		padding-left:15px;
		padding-right:15px;
	}
}

.navbar-header {
	margin:0 !important;
}

.navbar-header h1 {
	margin:0;
	padding:15px;
}

.navbar-brand {
	padding-right:30px;
	height:100px;
}

@media screen and (max-width: 768px) {	
	.navbar-brand {
		
	}
}

.navbar-brand img {
	max-height:75px;
}

@media screen and (max-width: 992px) {	
	.navbar-header h1 {
		padding-left:0;
	}
}

.navbar-brand a {
	color:#555 !important;
}

.navbar-brand span {
	white-space:nowrap;
	color:#000 !important;
}

.navbar-collapse {
	padding:0;
	border:none;
}

.navbar-collapse[aria-expanded="true"] {
	border-bottom:2px solid #e5e5e5;
}

.nav-collapse {
  -webkit-transform: no;
}

.navbar-nav {
	margin-left:15px;
	background-color:#fff;
}

.navbar-collapse.in {
	overflow-y:visible;
}

.navbar-nav > li {
	margin-right:30px;
}

.navbar-nav > li:first-child {
	margin-left:0;
}

.navbar-nav > li > a,.navbar-nav > li > button {
	color:#666 !important;
	font-size:16px;
	font-weight:500;
	line-height:1.5em;
	padding-top:38px;
}

@media screen and (max-width: 992px) {
	.navbar-nav > li > a,.navbar-nav > li > button {
		padding-top:0;
	}
}

.navbar-nav > li > a {
	padding-left:0;
	padding-right:0;
}

.navbar-nav > li > a.active,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a {
	background:transparent !important;
	color:#973437 !important;
}

.navbar-nav > li > .btn-primary {
	background-color:transparent !important;
	border-color:#826B4A !important;
	margin-top:55px;
	margin-left:20px;
	padding:10px 15px;
}

.navbar-nav > li > .btn-primary:hover,.navbar-nav > li > .btn-primary:focus,.navbar-nav > li > .btn-primary:active {
	background-color:#826B4A !important;
	border-color:#826B4A !important;
	color:#fff !important;
	color:#fff !important;
}

.navbar-nav .open .dropdown-menu {
	margin-top:-.5em;
	font-size:16px;
}

@media screen and (max-width: 992px) {
	.navbar-nav {
		margin-left:30px;
	}
	
	.navbar-nav .open .dropdown-menu li a {
		padding-left:0 !important;
	}
}

.navbar-nav .open .dropdown-menu li {
	margin-bottom:.25em;
}

.navbar a.navNoLink {
	cursor:default;
	font-weight:600;
}

.navbar a.navNoLink:hover,.navbar a.navNoLink:focus,.navbar a.navNoLink:active {
	background-color:transparent !important;
	color:#000 !important;
} 

#titleBar {
	background:url(../images/header.png) top left no-repeat;
}

#pageTitle {
	color:#fff;
	margin-left:30px;
	text-shadow: 1px 1px 10px #000;
}

@media screen and (max-width: 992px) {
	#pageTitle {
		margin-left:15px;
	}
}

#banner {
	max-width:1200px;
}

#content {
	-webkit-hyphens: auto; 
	-moz-hyphens: auto; 
 	-ms-hyphens: auto; 
  hyphens: auto;
	padding:30px;
	margin-top:30px;
	background-color:#fff;
}

@media screen and (max-width: 992px) {
	#content {
		padding:30px 15px 0 15px;
	}
}

#rightColumn {
	background:#ccc;
}

#content img {
	
}

.img-author {
	max-height:200px;
}

.img-responsive {
	max-width:100%;
}

#imgImage {
	max-width:200px;
	margin-bottom:1em;
}

.imgBorder {
	border:1px solid #ddd;
}

#content .owl-carousel img,#content img.no-border {
	border:none;
}

#content p[style*="text-align: center"] img.img-responsive,#content p[style*="text-align:center"] img.img-responsive {
	margin:auto;
}

#tiles div[class^="col"] {
	margin-bottom:16px;
}

#content a,.navbar-text a,#footer a {
	color:#973437;
	text-decoration:none;
}

#content a:hover,#content a:focus {
	color:#eb6a0a;
}

.navbar-text {
	margin-top:13px;
	margin-bottom:0;
}

@media screen and (max-width: 992px) {
	
	.navbar-text {
		margin-top:5px;
		margin-bottom:15px;
	}
	
	.navbar-text .glyphicon {
		margin-left:0;
	}
	
}

.navbar-text a {
	padding-left:15px;
	padding-right:15px;
}

a[href^="mailto:"],a[href^="tel:"] {
	white-space:nowrap;
}

hr {
	border-top:1px solid #ddd;
}

hr.divider {
	border-top:2px solid #666;
}

.adminpanel a {
	color:#000;
}

#footer {
	background:#fff;
	color:#fff;
	padding-top:15px;
	padding-bottom:5px;
	margin:0;
	font-size:16px;
}

#foot_print,#header_print {
	display:none;
}

#bgImageSource {
	margin-top:2em;
	margin-bottom:2em;
	padding:1em;
	font-size:smaller;
	background:#fff;
	word-wrap:break-word;
}

/* typography */

.smallText,blockquote.smallText p {
	font-size:14px !important;
}

.largeText,blockquote.largeText p {
	font-size:28px !important;
	display:inline-block;
	margin:0 10px;
}

h1,h2,h3,h4,h5,h6 {
	color:#666;
	line-height:1.4em;
	-webkit-hyphens: none; 
	-moz-hyphens: none; 
 	-ms-hyphens: none; 
  hyphens: none;
}

h1 {
	margin-bottom:.5em;
	font-size:28px;
}

.subcat h1 {
	margin-top:-.5em;
}

h2 {
	font-size:22px;
	margin-bottom:.75em;
}

.subcat-29 .panel-body h1:first-child,.subcat-54  .panel-body h1:first-child {
	margin-top:-.5em !important;
}

#content h1:first-child,#content h2:first-child,#content h3:first-child,.panel-body h1:first-child,.panel-body h2:first-child,.panel-body h3:first-child {
	margin-top:0;
}

h2 + h3 {
	margin-top:-.5em;
}

h3 {
	margin-bottom:.5em;
	margin-top:1em;
	font-size:20px;
}

@media screen and (max-width: 992px) {	
	h3 {
		font-size:20px;
	}
}

h2 + p {
	margin-top:-.25em;
}

h1 strong,h2 strong,h3 strong {
	font-weight:normal;
}

.panel h1:first-child,.panel h2:first-child,.panel h3:first-child {
	margin-top:0;
}

.panel:first-child {
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

p {
	margin-bottom:0;
	text-align:justify;
}

.subcat-29 p,.subcat-54 p{
	text-indent:1.5em;
}

h1 + p,h2 + p,h3 + p,blockquote + p,div[id^="box"] .panel-body p:first-child,#adminline + p,.breadcrumbs,.noIndent,#authors p {
	text-indent:0 !important;
}

@media screen and (max-width: 992px) {	
	p {
		text-align:left;
	}
}

p + h1 {
	margin-top:0;
}

strong {
	font-weight:600;
}

td,th {
	vertical-align:top;
}

td.tdSm {
	width:5ex;
}

td.tdMd {
	width:10ex;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.topline {
	color:#999;
	border-bottom:1px solid #999;
	text-indent:0 !important;
	margin-bottom:10px !important;
}

.byline {
	text-indent:0 !important;
	margin-bottom:0 !important;
}

.byline + h2 {
	margin-top:0;
}


.other-lines {
	text-indent:-1em !important;
	margin-left:1em;
}

.icoPdf a {
	border-width:0 0 0 1px !important;
}

.icoPdf a:hover,.icoPdf a:focus,.icoPdf a:active {
	background-color:#fff !important;
}

#content :target  {
	background-color:#ddd;
}

sup {
	font-size:14px;
}

.footnotes {
	border-top:1px solid #999;
	margin-top:15px;
	padding-top:15px;
}

.footnotes p {
	font-size:14px;
	text-indent:0;
	/*text-indent:-2em !important;
	margin-left:2em;*/
	margin-bottom:5px;
	padding:5px 10px;
}

.footnote {
	margin:0 1em;
	font-size:17.5px;
}

.adminpanel p {
	margin-bottom:.5em;
	text-indent:0 !important;
}

.adminpanel select,.adminpanel input {
	max-width:100%;
}

blockquote {
	border:none !important;
	padding:0 !important;
	margin:2em 0 !important;
	padding:0 1.25em !important;
	font-style:normal;
	font-size:1em !important;
}

blockquote p {
	margin:0 !important;
	padding:0;
}

blockquote p:first-child {
	text-indent:0;
}

ol {
	padding-left:0;
	margin-left:1.2em;
}

ul {
	padding-left:0;
	margin-left:1.2em;
	list-style-type:square;
}

#content ul {
	margin-bottom:1em;
}

@media screen and (max-width: 992px) {	
	#content p,#content ul,#content ol,#content h3 {
		max-height: 999999px;
	}
}

#content ul li {

}

#content ul ul {
	list-style-type:circle;
	margin-bottom:0;
}

#content ul:first-child {
	
}

#content li span {
	
}

.glyphicon {
	margin-right:5px;
	margin-left:0;
	top:3px;
}

.glyphicon-chevron-right {
	top:2px;
	margin-left:-2px;
}

/* components */

.galPreview {
	height:75px;
	width:150px;
	border:1px solid #ccc;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	position:relative;
}

.galPreview img {
	height:75px;
}

.galPreview .btn-success {
	position:absolute;
	bottom:0;
	right:0;
	top:auto;
	display:block;
}

.zoomIn {
	display:block;
	position:absolute;
	bottom:15px;
	right:15px;
	font-size:20px;
}

.owl-carousel {
	margin-bottom:15px;
}

.owl-wrapper-outer[style] {

}

.owl-item {
	
}

.owl-item:last-child {

}

#owl-legend {

}

#owl-legend span {

}

#owl-navigation {
	font-size:14px;
	text-align:center;
	margin-top:0;
	color:#000;
}

div.owl-item > div {
	display:table-cell;
	vertical-align:middle;
}

.owl-tooltip {
	display:none;
	position:absolute;
	top:165px;
	left:10px;
	padding:5px 10px;
	color:#fff;
	border-radius:5px;
	background:rgb(54,25,25);
	background:rgba(54,25,25,.5);
}

.row.no-margin {
	margin-left:0;
	margin-right:0;
}

div[id^="boxrow"] {
	padding-bottom:15px;
}

div[class^="col"] {
	padding-left:8px;
	padding-right:8px;
}

div[id^="box-"] {
	border-radius:10px;
	padding:10px;
}

@media screen and (max-width: 992px) {	
	div[id^="box-"] {
		padding:0 5px;
	}
}

#content .row .boxBorder .panel {
	/*padding:20px;
	background-color:#efefef;
	border:1px solid #826B4A;
	border-radius:0;*/
}

.panel-default {
	border:none;
	background-color:transparent;
	box-shadow:none;
	margin-left:10px;
	margin-right:10px;
}

.panel-default > .panel-heading {
	background:transparent;
	font-size:24px;
	border:none;
	padding-top:0;
	padding-bottom:0;
}

.panel-title {
	font-size:26px;
	padding:0 0 18px 0;
	text-align:left;
	color:#666;
	font-weight:500;
}

.panel-title a:hover,.panel-title a:active,.panel-title a:focus {
	text-decoration:none;
}

.panel-default > .panel-heading,.panel-default > .panel-body {
	padding:0;
}

.panel-default > .panel-body {
	/*padding-left:45px;
	padding-right:45px;*/
}

#toc {
	padding-left:45px;
	margin-bottom:30px;
}

.goUp {
	margin-top:10px;
}

.goUp .glyphicon {
	margin-left:0;
}
.panel-default > .panel-footer {
	background:transparent;
	border:none;
	padding:20px 0 0 0;
	margin-bottom:-20px;
	text-align:center;
}

@media screen and (max-width: 992px) {	
	.panel-title,.panel-footer {
		padding-left:0;
	}
	
	.panel-body img {
		margin:auto;
	}
	
	.panel-default > .panel-body {
		padding:0;
	}
	
	#toc {
		padding-left:0;
	}
}

/* no padding for first and last box */

/*div[id^="boxrow"] > div[class^="col-"]:first-child {
	padding-left:0;
} 

div[id^="boxrow"] > div[class^="col-"]:last-child {
	padding-right:0;
}*/

.panel-primary {
	border-color:#ddd;
	border-radius:10px;
}

.panel-primary .panel-title {

}

.panel-primary > .panel-heading{
	background-color:#fff;
	border-color:#fff;
}

.panel-default p:last-child {
	margin-bottom:0;
}

.well {

}

.jumbotron {
	margin-bottom:15px;
	background-color:#F7F9F8;
	background-color:rgba(130,107,74,.1);
	line-height:32px;
}

@media screen and (max-width: 768px) {
	.jumbotron {
		padding:15px;
	}
}

.jumbotron strong {
	color:#826B4A;
	font-size:26px;
}

.panel-default .jumbotron:last-child {
	margin-bottom:0;
}

/* search */

.navbar form {
	margin:0;
	padding:0;
	line-height:20px;
}

.navbar input[type=text] {
	border:1px solid #504247;
	background-color:#74666B;
	vertical-align:middle;
}

.navbar button {

}

.searchfield {
	border-bottom:1px solid #fff !important;
}

/*forms*/

#frmContact p {
	margin-bottom:.5em ;
}

#frmContact label {
	display:block;
	float:left;
	width:8em;
}

#frmAddress label {
	float:left;
	display:block;
	width:10em;	
}

label.standard {
	display:inline !important;
	float:none !important;
	width:auto !important;
}

.required {
	margin-left:1ex;
	font-size:smaller;
	color:#EB6A0A;
}

.err {
	color:#ff0000;
}

.error {
	border:1px dotted red !important;
	color:red;
	padding:.25em;
	margin-bottom:15px !important;
}

.error + .error {
	margin-top:-7px;
}

textarea {
	width:95%;
	height:30em;
}

label,.pseudolabel {
	font-weight:600;
	color:#000;
}

.help {
	margin:0 0 1.5em 1em;
}

/*Administration*/

#adminline {
	text-indent:0;
	margin-bottom:15px;
}

.adminpanel,.adminpanel2, .innerpanel {
	margin:0 0 1em 0;
	color: #000;
	border-radius:4px;
}

.adminpanel,.adminpanel2 {
	padding:1em;
	border: 1px solid #ccc;
	background:#eee;
}

.adminpanel h2 {
	margin-top:0;
	color:#000;
}

.adminpanel h3 {
	margin-top:0;
}

.innerpanel {
	padding:1em;
	border:1px solid #e0e0e0;
	background:#ddd;
}

.admintitle {
	font-weight:600;
	font-size:1.25em;
	margin-top:0;
}

.admintitle a {
	font-weight: normal;
}

.adminpanel2 {
	background-color:#fff;
}

.message {
	margin-bottom:1em;
}

.warning, .message {
	text-align:center;
	color:#000;
	border:1px solid #ccc;
	background:#ddd;
	padding:1em;
}

.spacelink {
	margin:0 0 .5em 0;
}

.showImg {
	padding:0 !important;
	border:none !important;
	vertical-align:middle;
	margin-right:5px;
}

.show {
	display:block;
	margin-top:1em;
}

.hide {
	display:none;
	margin-top:1em;
}

table.extras {
	border-collapse:collapse;
	table-layout:auto;
}

.extras th,.extras td {
	padding:.5em;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
}

.adminpanel input[type=text],.adminpanel input[type=password] {
	border:1px solid #ddd;
	padding:1px 2px;
	font-family: 'PT Sans Narrow',sans-serif;
}

.input-group {
	width:100%;
	margin:.5em 0;
}

.input-group input {
	width:100%;
	border-radius:4px;
}

input,select,textarea {
	color:#000;
	background-color:#fff;
}

/* to correct height problem in safari */
select.form-control, input.form-control[type="file"] {
  line-height:28px;
}

input[type="radio"] {
	background-color:transparent;
}

input.xlarge {
	width:100%;
}

input.large {
	width:30ex;
}

input.medium {
	width:15ex;
}

input.small {
	width:7ex;
}

input.xsmall {
	width:3ex;
}

input[type=radio]{ 
	position:relative !important;
	margin-left:0 !important;
}

.list {
	margin-left:15px;
	display:block;
	line-height:1.5em;
}

.dataXSmall input {
	width:3ex;
}

.dataSmall input {
	width:7ex;
}

.dataMedium input {
	width:11ex;
}

.dataMediumLarge input {
	width:14ex;
}

.dataLarge input {
	width:20ex;
}

.dataVeryLarge input {
	width:30ex;
}

.dataLabelXSmall label,.dataLabelXSmall span {
	width:10ex !important;
	display:inline-block;
}

.dataLabelSmall label,.dataLabelSmall span {
	width:15ex !important;
	display:inline-block;
}

.dataLabelMedium label,.dataLabelMedium span {
	width:20ex !important;
	display:inline-block;
}

.dataLabelLarge label,.dataLabelMedium span {
	width:32ex !important;
	display:inline-block;
}

.dataLabelXLarge label,.dataLabelMedium span {
	width:auto !important;
	display:inline-block;
}

.dataLabelStandard label {
	font-weight:normal;
}

.dataAlignHorizontal {
	margin-top:1em;
	margin-bottom:5px;
}

.dataAlignHorizontal .pseudolabel {
	display:inline-block;
	margin-right:2ex;
}

.dataAlignHorizontal label {
	display:inline-block;
	padding-right:5px;
	float:left;
}

.dataAlignHorizontal .radio {
	display:inline;
}

.dataAlignHorizontal .radio label {
	padding-left:.5ex;
	padding-right:1ex;
	margin-left:0;
	text-indent:0;
}

.dataAlignRight input {
	text-align:right;
}

.selContainer {
	position:relative;
	margin-bottom:1em;
}

.dataAuto select {
	width:auto;
}

p.small textarea,textarea.small {
	width:100%;
	height:3em;
}

.subSelect {
	margin:-.75em 0 0 50px;
}

.subSelect select {
	max-width:50%;
}

.checkbox,.radio {
	
}

.radio label {
	margin-left:20px;
	text-indent:-20px;
}

.textareaSmall textarea {
	height:5em;
}

.dataSelect {
	font-size:14px;
}

.selContainer .dataAlignHorizontal label {
	display:inline-block;
	margin-top:0;
}

.selContainer .noMargin label {
	margin-top:0;
	margin-bottom:5px;
}

textarea.smallPure {
	height:5em;
}

#content .btn  {
	font-size:18px;
	margin-top:1px;
	margin-bottom:1px;
	text-indent:0;
}

#content .btn-primary {
	/*background-color:#fff !important;*/
}

#content .pagination,.pdfDownload {
	margin-bottom:30px;
}

.pdfDownload-top,.pdfDownload-bottom {
	text-align:center;
	text-indent:0 !important;
	width:10em;
	margin:0 auto 30px auto;
}

.pdfDownload-top {
	border-bottom:1px solid #ddd;
	padding-bottom:5px;

}

.pdfDownload-bottom {
	border-top:1px solid #ddd;
	border-bottom:0;
	padding-bottom:0;
	padding-top:5px;
}

#content .pagination a {
	color:#333;
}

.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover,.pagination > .active > span,.pagination > .active > span:focus,.pagination > .active > span:hover {
	background-color:#eee !important;
	border-color:#ddd !important;
}

#content .btn-primary:hover,#content .btn-primary:focus,#content .btn-primary:active {
	background-color:#ddd !important;
}

#content .btn-info {
	background-color:#ddd !important;
	color:#000 !important;
	border-color:#333 !important;
}

#content a.btn-warning {
	color:#fff !important;
}

#content a.btn-danger,#content a.btn-success {
	color:#fff !important;
}

#content .btn-small {
	vertical-align:2px;
	padding:2px 4px 2px 8px;
}

#content .btn-booking {
	min-width:120px;
}

.pull-left {
	margin-right:10px;
}

.pull-right {
	margin-left:10px;
}

#keywords {
	border:none;
}

.adminpanel label {
	display:block;
	width:10.5em;
	float:left;
}

.subcat {
	margin-left:3.25em;
	font-size:.9em;
}

.subcat input {
	width:3ex;
	text-align:right;
}

.helpTopics {
	display:none;
	border:1px solid #ddd;
	padding:1em;
	background-color:#F8F8F8;
	margin-bottom:1em;
}

/* tinymce */

.speaker {
	display:inline-block;
	margin-right:1ex;
	font-variant:small-caps;
	font-weight:600;
}

.tiny {
	background-color:#fff;
	overflow:auto;
	padding:15px;
}

.tinyMin {
	height:5em;
}

.tiny-large {
	height:20em;
}

.tiny-small {
	height:5em;
}

.tiny-border {
	border:1px solid #999;
}

/* galleria */

.galleries {
	margin-top:30px;
}

@media screen and (max-width: 768px) {	
	.galleries {
		margin-top:0;
	}
}

.vSpacer {
	height:30px;
}

body .galleria-thumbnails .galleria-image {
	width:300px !important;
}

.galleria-plus {
	display:block !important;
	opacity:1 !important;
	background:none !important;
}

.galleria-plus span {
	font-size:18px;
	width:100%;
	max-width:none !important;
	text-align:center;
	left:0 !important;
	bottom:0 !important;
	padding:5px !important;
	font:Raleway,sans-serif;
}

.galleria-theme-folio .galleria-info {
	max-width:none !important;
}

.galleria-info-title {
	font-size:26px;
	width:100%;
	max-width:none !important;
	text-align:left;
	left:0 !important;
	bottom:0 !important;
	padding:5px !important;
	margin-bottom:10px;
	font:Raleway,sans-serif;
}

.galleria-info-description {
	font-size:18px;
	width:100%;
	max-width:none !important;
	text-align:left;
	left:0 !important;
	bottom:0 !important;
	padding:5px !important;
	font:Raleway,sans-serif;
}

.galleria-info-description p {
	line-height:1.25em;
	margin-bottom:0.5em;
}

.galleria-counter {
	display:none;
}

/*jquery password strength*/

.password_strength {
	padding: 0 5px;
	display: inline-block;
}

.password_strength_1 {
	background-color: #fcb6b1;
}

.password_strength_2 {
	background-color: #fccab1;
}

.password_strength_3 {
	background-color: #fcfbb1;
}

.password_strength_4 {
	background-color: #dafcb1;
}

.password_strength_5 {
	background-color: #bcfcb1;
}

/* newsletter */

div#body {
	height:30em;
}

#nl {
	width:595px;
	border:1px solid #dddddd;
	padding:0.5cm;
	background-color:#fff;
}

/* calendar */

.bgBlue {
	background-color:#826B4A;
	color:#fff;	
}

#calendar {
	margin:10px -10px;
}

#calendar .pull-left {
	margin-right:0 !important;
}
#calendar .pull-right {
	margin-left:0 !important;
}
	
@media screen and (max-width: 992px) {	
	#calendar .pull-left,#calendar .pull-right {
		float:none !important;
	}

}

.boxBorder #calendar {
	margin:10px -5px;
}

#calendar h1 {
	text-align:center;
	margin-bottom:2em;
}

@media screen and (max-width: 768px) {	
	#calendar h1 {
		margin-top:.5em !important;
		margin-bottom:.5em;
	}
}

#calendar .row {
	padding-top:10px;
	padding-bottom:10px;
}

.boxBorder #calendar .row {
	margin-bottom:0;
}

#calendar .row p:last-child {
	margin-bottom:0;
}

@media screen and (max-width: 992px) {	
	#calendar .row div[class^="col-"]  {
		text-align:center;
	}
	
	#calendar .row div[class^="col-"] p  {
		text-align:center;
	}
}

#calendar .odd {
	background-color:#fff;
}

#calendar .even {
	background-color:#F9DADC;
	border-top:1px solid #E0454F;
	border-bottom:1px solid #E0454F;
}

#calendar .even + .even {
	border-top:none;	
}

.calDay {
	font-size:32px;
	padding:12px 12px;
	text-align:center;
	border-radius:10px;
	min-width:80px;
	display:inline-block;
	line-height:32px;
	text-align:center;
}

.calDay .glyphicon {
	line-height:48px !important;
}

.calTime {
	padding-top:6px;
	text-align:center;
}

@media screen and (max-width: 768px) {	
	.calTime  {
		padding-top:12px;
	}
}

.calCat {
	width:10em;
	height:5px;
}

.calCat-1 {
	background-color:#008CCC;
}

.calCat-2 {
	background-color:#CEFF7F;
}

.calCat-3 {
	background-color:#FFCC33;
}

.calCat-4 {
	background-color:#FFCCCC;
}

#calendar h2 {
	font-size:24px;	
	margin-top:6px !important;
	margin-bottom:12px;
}

#boxscore {
	display:inline-block;
	font-weight:600;
	margin-top:15px;
	margin-left:2px;
}

#boxscore p:last-child {
	margin-bottom:0;
}

span.boxscoreCol {
	display:inline-block;
	width:4em;
	font-weight:normal;
}

#chronicle {
	margin-top:-30px;
}

#chronicle .panel-title {
	font-size:18px !important;
	font-weight:600;
}

#chronicle .panel-footer {
	font-size:24px;
	padding-bottom:5px;
}

#tile-events h1 {
	font-size:18px;
	font-weight:600;
}

#tile-events h2 {
	font-size:18px;
	font-weight:600;
}

.eventDate {
	font-size:18px;
}

.eventDate + h2 {
	margin-top:-10px;
}

.eventItem {
	margin:20px 0;
}

.eventItem h2 {

}

.eventItem h3 {
	font-size:18px;
	font-weight:normal;
}

/* captcha */

label[for="captcha_code"] {
	margin-top:.5em;
	width:100% !important;
}

#captcha_image_audio_controls {
	float:left;
	margin-left:15px;
	margin-right:15px;
	font-size:32px;
}

@media screen and (max-width: 768px) {	
	#captcha_image_audio_controls {
		float:none;
		margin-bottom:15px;
		margin-left:0;
		margin-right:0;
	}
}

#captcha_image_reload_controls{
	font-size:28px;
}

/* sortable plugin */

body.dragging, body.dragging * {
  cursor:move !important;
}

.dragged {
  position:absolute;
  opacity:0.5;
  z-index:2000;
}

ol.sortable li.placeholder {
  position:relative;
}
ol.sortable li.placeholder:before {
  position:absolute;
}

td.sortOrder {
	width:15px;
}